Page MenuHomePhorge

Build 2198
PassedPublic

History

Drydock: Run Command on atomic01.kolabsys.com

When
Completed at Dec 23 2015, 12:50 PM · Built for 49 m, 23 s
Status
Passed

Build Log 7503 (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 287226d..1095f48 master -> origin/master
27 dee5776..86706ec development -> origin/development
28+ git reset --hard origin/master
29+ git clean -d -f -x
30+ git checkout master
31Already on 'master'
32+ popd
33+ '[' docker '!=' stick ']'
34+ '[' '!' -d stick.git ']'
35+ pushd stick.git
36+ git remote set-url origin https://git.kolab.org/diffusion/QA/stick.git
37+ git fetch origin
38From https://git.kolab.org/diffusion/QA/stick
39 df41eb7..13e7fae master -> origin/master
40+ git reset --hard origin/master
41+ git clean -d -f -x
42+ popd
43+ export commit
44+ export differential
45+ export id
46+ export package
47+ export phid
48+ export ro_uri
49+ export uri
50+ export vcs
51+ export test_build
52+ export test_functional
53+ export test_integration
54+ export test_performance
55+ export test_unit
56+ export test_obs
57+ '[' '!' -d /var/tmp/osbuild-packagecache ']'
58+ '[' -x stick.git/drydocker/docker/build.sh ']'
59+ pushd docker.git
60+ ../stick.git/drydocker/docker/build.sh
61/bin/sh: line 2: kubectl: command not found
62/bin/sh: line 2: kubectl: command not found
63/bin/sh: line 2: kubectl: command not found
64Makefile: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.
65Got HTTP status code >= 400: 404 Not found
66The command '/bin/sh -c npm install -g grunt-cli phantomjs && rm -rf /root/.npm/' returned a non-zero code: 1
67Error response from daemon: could not find image: no such id: kolab/manticore:latest
68+ retval=0
69+ popd
70+ exit 0
71

Build Log 7502 (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 1095f48 No sudo either
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 13e7fae Update build for docker
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
21for image in $(docker images -q --filter dangling=true); do \
22 docker rmi ${image} ; \
23done
24make -C docs clean html || :
25make[1]: Entering directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
26make[1]: Leaving directory `/var/drydock/workingcopy-63/repo/docker/docker.git/docs'
27for image in $(find . -mindepth 2 -maxdepth 2 -type f -name "Dockerfile" -exec dirname {} \; | sort); do \
28 echo "== $image ==" ; \
29 docker build \
30 -t kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
31 $image/. ; \
32 docker tag -f kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest \
33 docker.io/kolab/$(basename $image | sed -r -e 's/[0-9]+-//g'):latest ; \
34done
35== ./00-base ==
36Sending build context to Docker daemon 28.16 kB
37Sending build context to Docker daemon 28.16 kB
38
39Step 0 : FROM centos:centos7
40 ---> 14dab3d40372
41Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
42 ---> Using cache
43 ---> e90c3c3c488c
44Step 2 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
45 ---> Using cache
46 ---> 38d3016e6fd2
47Step 3 : RUN sed -r -i -e 's/^enabled.*$/enabled = 0/g' /etc/yum/pluginconf.d/fastestmirror.conf
48 ---> Using cache
49 ---> 0e41023fd051
50Step 4 : RUN yum -y install epel-release && yum clean all
51 ---> Using cache
52 ---> 2454f9da9930
53Step 5 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
54 ---> Using cache
55 ---> be00bd91279c
56Step 6 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
57
58 ---> Using cache
59 ---> f7f0305d2b63
60Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
61 ---> Using cache
62 ---> c33cb5ba5087
63Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
64 ---> Using cache
65 ---> e6b7a65f6217
66Step 9 : RUN yum -y install yum-plugin-priorities && yum clean all
67 ---> Using cache
68 ---> 72c63770e13e
69Step 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
70 ---> Using cache
71 ---> 6cd606610527
72Step 11 : ADD /functions.sh /functions.sh
73 ---> 607fc59bde83
74Removing intermediate container 088c50401a4c
75Step 12 : ADD /entrypoint.sh /entrypoint.sh
76 ---> 9a373eb63929
77Removing intermediate container fa736c80ab73
78Step 13 : RUN chmod a+x /entrypoint.sh
79 ---> Running in b7d1d7bf60ed
80 ---> db1fbf51c554
81Removing intermediate container b7d1d7bf60ed
82Step 14 : ENTRYPOINT /entrypoint.sh
83 ---> Running in 001da68470a3
84 ---> 6692c317664f
85Removing intermediate container 001da68470a3
86Successfully built 6692c317664f
87== ./01-base-asav ==
88Sending build context to Docker daemon 5.12 kB
89Sending build context to Docker daemon 5.12 kB
90
91Step 0 : FROM kolab/base:latest
92 ---> 6692c317664f
93Step 1 : RUN yum -y install amavisd-new clamav && yum clean all
94 ---> Running in 522b8e7fb2d4
95Loaded plugins: priorities
96158 packages excluded due to repository priority protections
97Resolving Dependencies
98--> Running transaction check
99---> Package amavisd-new.noarch 0:2.10.1-5.el7 will be installed
100--> Processing Dependency: perl(Mail::Internet) >= 1.58 for package: amavisd-new-2.10.1-5.el7.noarch
101--> Processing Dependency: perl(Mail::DKIM) >= 0.31 for package: amavisd-new-2.10.1-5.el7.noarch
102--> Processing Dependency: perl(Digest::MD5) >= 2.22 for package: amavisd-new-2.10.1-5.el7.noarch
103--> Processing Dependency: perl(Compress::Zlib) >= 1.35 for package: amavisd-new-2.10.1-5.el7.noarch
104--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.017 for package: amavisd-new-2.10.1-5.el7.noarch
105--> Processing Dependency: perl(Archive::Zip) >= 1.14 for package: amavisd-new-2.10.1-5.el7.noarch
106--> Processing Dependency: unzoo for package: amavisd-new-2.10.1-5.el7.noarch
107--> Processing Dependency: tmpwatch for package: amavisd-new-2.10.1-5.el7.noarch
108--> Processing Dependency: perl(URI) for package: amavisd-new-2.10.1-5.el7.noarch
109--> Processing Dependency: perl(Socket6) for package: amavisd-new-2.10.1-5.el7.noarch
110--> Processing Dependency: perl(Razor2::Client::Version) for package: amavisd-new-2.10.1-5.el7.noarch
111--> Processing Dependency: perl(NetAddr::IP) for package: amavisd-new-2.10.1-5.el7.noarch
112--> Processing Dependency: perl(Net::SSLeay) for package: amavisd-new-2.10.1-5.el7.noarch
113--> Processing Dependency: perl(Net::LibIDN) for package: amavisd-new-2.10.1-5.el7.noarch
114--> Processing Dependency: perl(Net::LDAP) for package: amavisd-new-2.10.1-5.el7.noarch
115--> Processing Dependency: perl(Net::DNS) for package: amavisd-new-2.10.1-5.el7.noarch
116--> Processing Dependency: perl(Mail::SpamAssassin) for package: amavisd-new-2.10.1-5.el7.noarch
117--> Processing Dependency: perl(Mail::SPF) for package: amavisd-new-2.10.1-5.el7.noarch
118--> Processing Dependency: perl(Mail::Header) for package: amavisd-new-2.10.1-5.el7.noarch
119--> Processing Dependency: perl(Mail::Field) for package: amavisd-new-2.10.1-5.el7.noarch
120--> Processing Dependency: perl(Mail::DKIM::PrivateKey) for package: amavisd-new-2.10.1-5.el7.noarch
121--> Processing Dependency: perl(Mail::DKIM) for package: amavisd-new-2.10.1-5.el7.noarch
122--> Processing Dependency: perl(MIME::Words) for package: amavisd-new-2.10.1-5.el7.noarch
123--> Processing Dependency: perl(MIME::Parser) for package: amavisd-new-2.10.1-5.el7.noarch
124--> Processing Dependency: perl(MIME::Head) for package: amavisd-new-2.10.1-5.el7.noarch
125--> Processing Dependency: perl(MIME::Entity) for package: amavisd-new-2.10.1-5.el7.noarch
126--> Processing Dependency: perl(MIME::Decoder::UU) for package: amavisd-new-2.10.1-5.el7.noarch
127--> Processing Dependency: perl(MIME::Decoder::QuotedPrint) for package: amavisd-new-2.10.1-5.el7.noarch
128--> Processing Dependency: perl(MIME::Decoder::NBit) for package: amavisd-new-2.10.1-5.el7.noarch
129--> Processing Dependency: perl(MIME::Decoder::Gzip64) for package: amavisd-new-2.10.1-5.el7.noarch
130--> Processing Dependency: perl(MIME::Decoder::Binary) for package: amavisd-new-2.10.1-5.el7.noarch
131--> Processing Dependency: perl(MIME::Decoder::Base64) for package: amavisd-new-2.10.1-5.el7.noarch
132--> Processing Dependency: perl(MIME::Body) for package: amavisd-new-2.10.1-5.el7.noarch
133--> Processing Dependency: perl(IO::Stringy) for package: amavisd-new-2.10.1-5.el7.noarch
134--> Processing Dependency: perl(IO::Socket::SSL) for package: amavisd-new-2.10.1-5.el7.noarch
135--> Processing Dependency: perl(IO::Socket::IP) for package: amavisd-new-2.10.1-5.el7.noarch
136--> Processing Dependency: perl(Digest::SHA1) for package: amavisd-new-2.10.1-5.el7.noarch
137--> Processing Dependency: perl(Digest::SHA) for package: amavisd-new-2.10.1-5.el7.noarch
138--> Processing Dependency: perl(Digest::MD5) for package: amavisd-new-2.10.1-5.el7.noarch
139--> Processing Dependency: perl(DBI) for package: amavisd-new-2.10.1-5.el7.noarch
140--> Processing Dependency: perl(DBD::SQLite) for package: amavisd-new-2.10.1-5.el7.noarch
141--> Processing Dependency: perl(Crypt::OpenSSL::RSA) for package: amavisd-new-2.10.1-5.el7.noarch
142--> Processing Dependency: perl(Convert::UUlib) for package: amavisd-new-2.10.1-5.el7.noarch
143--> Processing Dependency: perl(Convert::TNEF) for package: amavisd-new-2.10.1-5.el7.noarch
144--> Processing Dependency: perl(Compress::Zlib) for package: amavisd-new-2.10.1-5.el7.noarch
145--> Processing Dependency: perl(BerkeleyDB) for package: amavisd-new-2.10.1-5.el7.noarch
146--> Processing Dependency: perl(Authen::SASL) for package: amavisd-new-2.10.1-5.el7.noarch
147--> Processing Dependency: perl(Archive::Tar) for package: amavisd-new-2.10.1-5.el7.noarch
148--> Processing Dependency: pax for package: amavisd-new-2.10.1-5.el7.noarch
149--> Processing Dependency: p7zip-plugins for package: amavisd-new-2.10.1-5.el7.noarch
150--> Processing Dependency: p7zip for package: amavisd-new-2.10.1-5.el7.noarch
151--> Processing Dependency: nomarch for package: amavisd-new-2.10.1-5.el7.noarch
152--> Processing Dependency: lzop for package: amavisd-new-2.10.1-5.el7.noarch
153--> Processing Dependency: lrzip for package: amavisd-new-2.10.1-5.el7.noarch
154--> Processing Dependency: freeze for package: amavisd-new-2.10.1-5.el7.noarch
155--> Processing Dependency: cabextract for package: amavisd-new-2.10.1-5.el7.noarch
156--> Processing Dependency: bzip2 for package: amavisd-new-2.10.1-5.el7.noarch
157--> Processing Dependency: arj for package: amavisd-new-2.10.1-5.el7.noarch
158--> Processing Dependency: altermime for package: amavisd-new-2.10.1-5.el7.noarch
159---> Package clamav.x86_64 0:0.98.7-1.el7 will be installed
160--> Processing Dependency: clamav-lib = 0.98.7-1.el7 for package: clamav-0.98.7-1.el7.x86_64
161--> Processing Dependency: libclamav.so.6(CLAMAV_PUBLIC)(64bit) for package: clamav-0.98.7-1.el7.x86_64
162--> Processing Dependency: libclamav.so.6(CLAMAV_PRIVATE)(64bit) for package: clamav-0.98.7-1.el7.x86_64
163--> Processing Dependency: data(clamav) for package: clamav-0.98.7-1.el7.x86_64
164--> Processing Dependency: libclamav.so.6()(64bit) for package: clamav-0.98.7-1.el7.x86_64
165--> Running transaction check
166---> Package altermime.x86_64 0:0.3.10-10.el7 will be installed
167---> Package arj.x86_64 0:3.10.22-22.el7 will be installed
168---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
169---> Package cabextract.x86_64 0:1.5-1.el7 will be installed
170--> Processing Dependency: libmspack.so.0()(64bit) for package: cabextract-1.5-1.el7.x86_64
171---> Package clamav-data.noarch 0:0.98.7-1.el7 will be installed
172--> Processing Dependency: clamav-filesystem = 0.98.7-1.el7 for package: clamav-data-0.98.7-1.el7.noarch
173--> Processing Dependency: clamav-filesystem = 0.98.7-1.el7 for package: clamav-data-0.98.7-1.el7.noarch
174---> Package clamav-lib.x86_64 0:0.98.7-1.el7 will be installed
175---> Package freeze.x86_64 0:2.5.0-16.el7 will be installed
176---> Package lrzip.x86_64 0:0.614-3.el7 will be installed
177--> Processing Dependency: liblzo2.so.2()(64bit) for package: lrzip-0.614-3.el7.x86_64
178---> Package lzop.x86_64 0:1.03-10.el7 will be installed
179---> Package nomarch.x86_64 0:1.4-11.el7 will be installed
180---> Package p7zip.x86_64 0:9.20.1-5.el7 will be installed
181---> Package p7zip-plugins.x86_64 0:9.20.1-5.el7 will be installed
182---> Package pax.x86_64 0:3.4-19.el7 will be installed
183---> Package perl-Archive-Tar.noarch 0:1.92-2.el7 will be installed
184--> Processing Dependency: perl(IO::Zlib) >= 1.01 for package: perl-Archive-Tar-1.92-2.el7.noarch
185--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-2.el7.noarch
186--> Processing Dependency: perl(IO::Zlib) for package: perl-Archive-Tar-1.92-2.el7.noarch
187--> Processing Dependency: perl(Data::Dumper) for package: perl-Archive-Tar-1.92-2.el7.noarch
188---> Package perl-Archive-Zip.noarch 0:1.30-11.el7 will be installed
189---> Package perl-Authen-SASL.noarch 0:2.15-10.el7 will be installed
190--> Processing Dependency: perl(GSSAPI) for package: perl-Authen-SASL-2.15-10.el7.noarch
191--> Processing Dependency: perl(Digest::HMAC_MD5) for package: perl-Authen-SASL-2.15-10.el7.noarch
192---> Package perl-BerkeleyDB.x86_64 0:0.51-4.el7 will be installed
193---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
194---> Package perl-Convert-TNEF.noarch 0:0.18-2.el7 will be installed
195---> Package perl-Convert-UUlib.x86_64 2:1.5-1.el7 will be installed
196---> Package perl-Crypt-OpenSSL-RSA.x86_64 0:0.28-7.el7 will be installed
197--> Processing Dependency: perl(Crypt::OpenSSL::Random) for package: perl-Crypt-OpenSSL-RSA-0.28-7.el7.x86_64
198--> Processing Dependency: perl(Crypt::OpenSSL::Bignum) for package: perl-Crypt-OpenSSL-RSA-0.28-7.el7.x86_64
199---> Package perl-DBD-SQLite.x86_64 0:1.39-3.el7 will be installed
200---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
201--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
202--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
203---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
204--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
205---> Package perl-Digest-SHA.x86_64 1:5.85-3.el7 will be installed
206---> Package perl-Digest-SHA1.x86_64 0:2.13-9.el7 will be installed
207---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
208--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
209---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
210---> Package perl-IO-Socket-SSL.noarch 0:1.94-3.el7 will be installed
211---> Package perl-IO-stringy.noarch 0:2.110-22.el7 will be installed
212---> Package perl-LDAP.noarch 1:0.56-3.el7 will be installed
213--> Processing Dependency: perl(Convert::ASN1) >= 0.2 for package: 1:perl-LDAP-0.56-3.el7.noarch
214--> Processing Dependency: perl(XML::SAX::Writer) for package: 1:perl-LDAP-0.56-3.el7.noarch
215--> Processing Dependency: perl(XML::SAX::Base) for package: 1:perl-LDAP-0.56-3.el7.noarch
216--> Processing Dependency: perl(Text::Soundex) for package: 1:perl-LDAP-0.56-3.el7.noarch
217--> Processing Dependency: perl(LWP::Protocol) for package: 1:perl-LDAP-0.56-3.el7.noarch
218--> Processing Dependency: perl(LWP::MediaTypes) for package: 1:perl-LDAP-0.56-3.el7.noarch
219--> Processing Dependency: perl(JSON) for package: 1:perl-LDAP-0.56-3.el7.noarch
220--> Processing Dependency: perl(HTTP::Status) for package: 1:perl-LDAP-0.56-3.el7.noarch
221--> Processing Dependency: perl(HTTP::Response) for package: 1:perl-LDAP-0.56-3.el7.noarch
222--> Processing Dependency: perl(HTTP::Negotiate) for package: 1:perl-LDAP-0.56-3.el7.noarch
223---> Package perl-MIME-tools.noarch 0:5.505-1.el7 will be installed
224--> Processing Dependency: perl(Convert::BinHex) for package: perl-MIME-tools-5.505-1.el7.noarch
225---> Package perl-Mail-DKIM.noarch 0:0.39-8.el7 will be installed
226---> Package perl-Mail-SPF.noarch 0:2.8.0-4.el7 will be installed
227--> Processing Dependency: perl(version) for package: perl-Mail-SPF-2.8.0-4.el7.noarch
228---> Package perl-MailTools.noarch 0:2.12-2.el7 will be installed
229--> Processing Dependency: perl(Net::SMTP::SSL) for package: perl-MailTools-2.12-2.el7.noarch
230--> Processing Dependency: perl(Date::Parse) for package: perl-MailTools-2.12-2.el7.noarch
231--> Processing Dependency: perl(Date::Format) for package: perl-MailTools-2.12-2.el7.noarch
232---> Package perl-Net-DNS.x86_64 0:0.72-5.el7 will be installed
233---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
234---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
235---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed
236---> Package perl-Razor-Agent.x86_64 0:2.85-15.el7 will be installed
237---> Package perl-Socket6.x86_64 0:0.23-15.el7 will be installed
238---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
239--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
240---> Package spamassassin.x86_64 0:3.4.0-2.el7 will be installed
241--> Processing Dependency: perl-HTML-Parser >= 3.43 for package: spamassassin-3.4.0-2.el7.x86_64
242--> Processing Dependency: perl(HTML::Parser) >= 3.43 for package: spamassassin-3.4.0-2.el7.x86_64
243--> Processing Dependency: systemd-sysv for package: spamassassin-3.4.0-2.el7.x86_64
244--> Processing Dependency: procmail for package: spamassassin-3.4.0-2.el7.x86_64
245--> Processing Dependency: portreserve for package: spamassassin-3.4.0-2.el7.x86_64
246--> Processing Dependency: perl(IO::Socket::INET6) for package: spamassassin-3.4.0-2.el7.x86_64
247--> Processing Dependency: perl(HTTP::Date) for package: spamassassin-3.4.0-2.el7.x86_64
248--> Processing Dependency: perl(ExtUtils::MakeMaker) for package: spamassassin-3.4.0-2.el7.x86_64
249--> Processing Dependency: perl(Encode::Detect) for package: spamassassin-3.4.0-2.el7.x86_64
250--> Processing Dependency: perl(DB_File) for package: spamassassin-3.4.0-2.el7.x86_64
251--> Processing Dependency: /sbin/service for package: spamassassin-3.4.0-2.el7.x86_64
252---> Package tmpwatch.x86_64 0:2.11-5.el7 will be installed
253---> Package unzoo.x86_64 0:4.4-16.el7 will be installed
254--> Running transaction check
255---> Package clamav-filesystem.noarch 0:0.98.7-1.el7 will be installed
256---> Package initscripts.x86_64 0:9.49.30-1.el7 will be installed
257--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.30-1.el7.x86_64
258--> Processing Dependency: iproute for package: initscripts-9.49.30-1.el7.x86_64
259---> Package libmspack.x86_64 0:0.5-0.4.alpha.el7 will be installed
260---> Package lzo.x86_64 0:2.06-8.el7 will be installed
261---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
262--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
263---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
264---> Package perl-Convert-ASN1.noarch 0:0.26-4.el7 will be installed
265---> Package perl-Convert-BinHex.noarch 0:1.119-20.el7 will be installed
266---> Package perl-Crypt-OpenSSL-Bignum.x86_64 0:0.04-18.el7 will be installed
267---> Package perl-Crypt-OpenSSL-Random.x86_64 0:0.04-21.el7 will be installed
268---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed
269---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
270---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
271---> Package perl-Digest-HMAC.noarch 0:1.03-5.el7 will be installed
272---> Package perl-Encode-Detect.x86_64 0:1.01-13.el7 will be installed
273---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
274--> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
275--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
276--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
277--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
278--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
279---> Package perl-GSSAPI.x86_64 0:0.28-9.el7 will be installed
280---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
281--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
282---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
283---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
284--> Processing Dependency: perl(Encode::Locale) >= 1 for package: perl-HTTP-Message-6.06-6.el7.noarch
285--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
286---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
287---> Package perl-IO-Socket-INET6.noarch 0:2.69-5.el7 will be installed
288---> Package perl-IO-Zlib.noarch 1:1.10-286.el7 will be installed
289---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
290---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
291--> Processing Dependency: mailcap for package: perl-LWP-MediaTypes-6.02-2.el7.noarch
292---> Package perl-Net-SMTP-SSL.noarch 0:1.01-13.el7 will be installed
293---> Package perl-Package-Constants.noarch 1:0.02-286.el7 will be installed
294---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
295--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
296--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
297--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
298---> Package perl-Text-Soundex.x86_64 0:3.04-4.el7 will be installed
299--> Processing Dependency: perl(Text::Unidecode) for package: perl-Text-Soundex-3.04-4.el7.x86_64
300---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
301---> Package perl-XML-SAX-Base.noarch 0:1.08-7.el7 will be installed
302---> Package perl-XML-SAX-Writer.noarch 0:0.53-4.el7 will be installed
303--> Processing Dependency: perl(XML::NamespaceSupport) for package: perl-XML-SAX-Writer-0.53-4.el7.noarch
304--> Processing Dependency: perl(XML::Filter::BufferText) for package: perl-XML-SAX-Writer-0.53-4.el7.noarch
305---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
306--> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
307--> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
308--> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
309--> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
310--> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
311---> Package perl-version.x86_64 3:0.99.07-2.el7 will be installed
312---> Package portreserve.x86_64 0:0.0.5-10.el7 will be installed
313---> Package procmail.x86_64 0:3.22-35.el7 will be installed
314---> Package systemd-sysv.x86_64 0:219-19.el7 will be installed
315--> Running transaction check
316---> Package iproute.x86_64 0:3.10.0-54.el7 will be installed
317--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-3.10.0-54.el7.x86_64
318---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
319---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
320---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
321---> Package perl-ExtUtils-Install.noarch 0:1.58-286.el7 will be installed
322--> Processing Dependency: perl-devel for package: perl-ExtUtils-Install-1.58-286.el7.noarch
323---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
324---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
325---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
326---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
327---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
328---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
329---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
330---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
331---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
332---> Package perl-Text-Unidecode.noarch 0:0.04-20.el7 will be installed
333---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
334---> Package perl-XML-Filter-BufferText.noarch 0:1.01-17.el7 will be installed
335---> Package perl-XML-NamespaceSupport.noarch 0:1.11-10.el7 will be installed
336---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
337--> Running transaction check
338---> Package iptables.x86_64 0:1.4.21-16.el7 will be installed
339--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-16.el7.x86_64
340--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-16.el7.x86_64
341---> Package perl-devel.x86_64 4:5.16.3-286.el7 will be installed
342--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
343--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-286.el7.x86_64
344--> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
345--> Processing Dependency: glibc-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
346--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-286.el7.x86_64
347--> Running transaction check
348---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
349---> Package glibc-devel.x86_64 0:2.17-106.el7_2.1 will be installed
350--> Processing Dependency: glibc-headers = 2.17-106.el7_2.1 for package: glibc-devel-2.17-106.el7_2.1.x86_64
351--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.1.x86_64
352---> Package libdb-devel.x86_64 0:5.3.21-19.el7 will be installed
353---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be installed
354--> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
355--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
356--> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
357---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
358---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
359---> Package systemtap-sdt-devel.x86_64 0:2.8-10.el7 will be installed
360--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-2.8-10.el7.x86_64
361--> Running transaction check
362---> Package glibc-headers.x86_64 0:2.17-106.el7_2.1 will be installed
363--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.1.x86_64
364--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.1.x86_64
365---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
366---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
367--> Running transaction check
368---> Package kernel-headers.x86_64 0:3.10.0-327.3.1.el7 will be installed
369--> Finished Dependency Resolution
370
371Dependencies Resolved
372
373================================================================================
374 Package Arch Version Repository Size
375================================================================================
376Installing:
377 amavisd-new noarch 2.10.1-5.el7 epel 847 k
378 clamav x86_64 0.98.7-1.el7 epel 806 k
379Installing for dependencies:
380 altermime x86_64 0.3.10-10.el7 epel 57 k
381 arj x86_64 3.10.22-22.el7 epel 171 k
382 bzip2 x86_64 1.0.6-13.el7 base 52 k
383 cabextract x86_64 1.5-1.el7 epel 43 k
384 clamav-data noarch 0.98.7-1.el7 epel 95 M
385 clamav-filesystem noarch 0.98.7-1.el7 epel 19 k
386 clamav-lib x86_64 0.98.7-1.el7 epel 3.7 M
387 freeze x86_64 2.5.0-16.el7 epel 31 k
388 gdbm-devel x86_64 1.10-8.el7 base 47 k
389 glibc-devel x86_64 2.17-106.el7_2.1 updates 1.0 M
390 glibc-headers x86_64 2.17-106.el7_2.1 updates 661 k
391 initscripts x86_64 9.49.30-1.el7 base 429 k
392 iproute x86_64 3.10.0-54.el7 base 526 k
393 iptables x86_64 1.4.21-16.el7 base 424 k
394 kernel-headers x86_64 3.10.0-327.3.1.el7 updates 3.2 M
395 libdb-devel x86_64 5.3.21-19.el7 base 38 k
396 libmnl x86_64 1.0.3-7.el7 base 23 k
397 libmspack x86_64 0.5-0.4.alpha.el7 base 64 k
398 libnetfilter_conntrack x86_64 1.0.4-2.el7 base 53 k
399 libnfnetlink x86_64 1.0.1-4.el7 base 26 k
400 lrzip x86_64 0.614-3.el7 epel 187 k
401 lzo x86_64 2.06-8.el7 base 59 k
402 lzop x86_64 1.03-10.el7 base 54 k
403 mailcap noarch 2.1.41-2.el7 base 31 k
404 nomarch x86_64 1.4-11.el7 epel 20 k
405 p7zip x86_64 9.20.1-5.el7 epel 610 k
406 p7zip-plugins x86_64 9.20.1-5.el7 epel 871 k
407 pax x86_64 3.4-19.el7 base 74 k
408 perl-Archive-Tar noarch 1.92-2.el7 base 73 k
409 perl-Archive-Zip noarch 1.30-11.el7 base 107 k
410 perl-Authen-SASL noarch 2.15-10.el7 base 57 k
411 perl-BerkeleyDB x86_64 0.51-4.el7 epel 148 k
412 perl-Business-ISBN noarch 2.06-2.el7 base 25 k
413 perl-Business-ISBN-Data noarch 20120719.001-2.el7 base 24 k
414 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
415 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
416 perl-Convert-ASN1 noarch 0.26-4.el7 base 54 k
417 perl-Convert-BinHex noarch 1.119-20.el7 epel 44 k
418 perl-Convert-TNEF noarch 0.18-2.el7 epel 22 k
419 perl-Convert-UUlib x86_64 2:1.5-1.el7 epel 216 k
420 perl-Crypt-OpenSSL-Bignum x86_64 0.04-18.el7 base 34 k
421 perl-Crypt-OpenSSL-RSA x86_64 0.28-7.el7 base 38 k
422 perl-Crypt-OpenSSL-Random x86_64 0.04-21.el7 base 24 k
423 perl-DBD-SQLite x86_64 1.39-3.el7 base 1.3 M
424 perl-DBI x86_64 1.627-4.el7 base 802 k
425 perl-DB_File x86_64 1.830-6.el7 base 74 k
426 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
427 perl-Digest noarch 1.17-245.el7 base 23 k
428 perl-Digest-HMAC noarch 1.03-5.el7 base 16 k
429 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
430 perl-Digest-SHA x86_64 1:5.85-3.el7 base 58 k
431 perl-Digest-SHA1 x86_64 2.13-9.el7 base 50 k
432 perl-Encode-Detect x86_64 1.01-13.el7 base 82 k
433 perl-Encode-Locale noarch 1.03-5.el7 base 16 k
434 perl-ExtUtils-Install noarch 1.58-286.el7 base 73 k
435 perl-ExtUtils-MakeMaker noarch 6.68-3.el7 base 275 k
436 perl-ExtUtils-Manifest noarch 1.61-244.el7 base 31 k
437 perl-ExtUtils-ParseXS noarch 1:3.18-2.el7 base 77 k
438 perl-File-Listing noarch 6.04-7.el7 base 13 k
439 perl-GSSAPI x86_64 0.28-9.el7 base 59 k
440 perl-HTML-Parser x86_64 3.71-4.el7 base 115 k
441 perl-HTML-Tagset noarch 3.20-15.el7 base 18 k
442 perl-HTTP-Cookies noarch 6.01-5.el7 base 26 k
443 perl-HTTP-Daemon noarch 6.01-5.el7 base 20 k
444 perl-HTTP-Date noarch 6.02-8.el7 base 14 k
445 perl-HTTP-Message noarch 6.06-6.el7 base 82 k
446 perl-HTTP-Negotiate noarch 6.01-5.el7 base 17 k
447 perl-IO-Compress noarch 2.061-2.el7 base 260 k
448 perl-IO-HTML noarch 1.00-2.el7 base 23 k
449 perl-IO-Socket-INET6 noarch 2.69-5.el7 base 20 k
450 perl-IO-Socket-IP noarch 0.21-4.el7 base 35 k
451 perl-IO-Socket-SSL noarch 1.94-3.el7 base 113 k
452 perl-IO-Zlib noarch 1:1.10-286.el7 base 50 k
453 perl-IO-stringy noarch 2.110-22.el7 base 71 k
454 perl-JSON noarch 2.59-2.el7 base 96 k
455 perl-LDAP noarch 1:0.56-3.el7 base 411 k
456 perl-LWP-MediaTypes noarch 6.02-2.el7 base 24 k
457 perl-MIME-tools noarch 5.505-1.el7 epel 256 k
458 perl-Mail-DKIM noarch 0.39-8.el7 base 129 k
459 perl-Mail-SPF noarch 2.8.0-4.el7 base 140 k
460 perl-MailTools noarch 2.12-2.el7 base 108 k
461 perl-Net-DNS x86_64 0.72-5.el7 base 308 k
462 perl-Net-Daemon noarch 0.48-5.el7 base 51 k
463 perl-Net-HTTP noarch 6.06-2.el7 base 29 k
464 perl-Net-LibIDN x86_64 0.12-15.el7 base 28 k
465 perl-Net-SMTP-SSL noarch 1.01-13.el7 base 9.1 k
466 perl-Net-SSLeay x86_64 1.55-3.el7 base 285 k
467 perl-NetAddr-IP x86_64 4.069-3.el7 base 125 k
468 perl-Package-Constants noarch 1:0.02-286.el7 base 44 k
469 perl-PlRPC noarch 0.2020-14.el7 base 36 k
470 perl-Razor-Agent x86_64 2.85-15.el7 epel 121 k
471 perl-Socket6 x86_64 0.23-15.el7 base 27 k
472 perl-Test-Harness noarch 3.28-3.el7 base 302 k
473 perl-Text-Soundex x86_64 3.04-4.el7 base 19 k
474 perl-Text-Unidecode noarch 0.04-20.el7 base 114 k
475 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
476 perl-URI noarch 1.60-9.el7 base 106 k
477 perl-WWW-RobotRules noarch 6.02-5.el7 base 18 k
478 perl-XML-Filter-BufferText noarch 1.01-17.el7 base 11 k
479 perl-XML-NamespaceSupport noarch 1.11-10.el7 base 18 k
480 perl-XML-SAX-Base noarch 1.08-7.el7 base 32 k
481 perl-XML-SAX-Writer noarch 0.53-4.el7 base 25 k
482 perl-devel x86_64 4:5.16.3-286.el7 base 452 k
483 perl-libwww-perl noarch 6.05-2.el7 base 205 k
484 perl-version x86_64 3:0.99.07-2.el7 base 84 k
485 portreserve x86_64 0.0.5-10.el7 base 25 k
486 procmail x86_64 3.22-35.el7 base 171 k
487 pyparsing noarch 1.5.6-9.el7 base 94 k
488 spamassassin x86_64 3.4.0-2.el7 base 1.2 M
489 systemd-sysv x86_64 219-19.el7 base 52 k
490 systemtap-sdt-devel x86_64 2.8-10.el7 base 65 k
491 sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
492 tmpwatch x86_64 2.11-5.el7 base 38 k
493 unzoo x86_64 4.4-16.el7 epel 24 k
494
495Transaction Summary
496================================================================================
497Install 2 Packages (+114 Dependent packages)
498
499Total download size: 119 M
500Installed size: 155 M
501Downloading packages:
502--------------------------------------------------------------------------------
503Total 5.5 MB/s | 119 MB 00:21
504Running transaction check
505Running transaction test
506Transaction test succeeded
507Running transaction
508 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 1/116
509 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 2/116
510 Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 3/116
511 Installing : perl-XML-SAX-Base-1.08-7.el7.noarch 4/116
512 Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 5/116
513 Installing : perl-Socket6-0.23-15.el7.x86_64 6/116
514 Installing : perl-Encode-Locale-1.03-5.el7.noarch 7/116
515 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 8/116
516 Installing : perl-HTTP-Date-6.02-8.el7.noarch 9/116
517 Installing : lzo-2.06-8.el7.x86_64 10/116
518 Installing : perl-Digest-1.17-245.el7.noarch 11/116
519 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 12/116
520 Installing : 1:perl-Digest-SHA-5.85-3.el7.x86_64 13/116
521 Installing : perl-Digest-HMAC-1.03-5.el7.noarch 14/116
522 Installing : perl-Net-DNS-0.72-5.el7.x86_64 15/116
523 Installing : perl-Net-SSLeay-1.55-3.el7.x86_64 16/116
524 Installing : systemd-sysv-219-19.el7.x86_64 17/116
525 Installing : libnfnetlink-1.0.1-4.el7.x86_64 18/116
526 Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 19/116
527 Installing : perl-IO-Socket-SSL-1.94-3.el7.noarch 20/116
528 Installing : perl-IO-stringy-2.110-22.el7.noarch 21/116
529 Installing : perl-Net-SMTP-SSL-1.01-13.el7.noarch 22/116
530 Installing : perl-MailTools-2.12-2.el7.noarch 23/116
531 Installing : portreserve-0.0.5-10.el7.x86_64 24/116
532 Installing : lrzip-0.614-3.el7.x86_64 25/116
533 Installing : lzop-1.03-10.el7.x86_64 26/116
534 Installing : perl-File-Listing-6.04-7.el7.noarch 27/116
535 Installing : perl-IO-Socket-INET6-2.69-5.el7.noarch 28/116
536 Installing : perl-XML-Filter-BufferText-1.01-17.el7.noarch 29/116
537 Installing : perl-Archive-Zip-1.30-11.el7.noarch 30/116
538 Installing : libmspack-0.5-0.4.alpha.el7.x86_64 31/116
539 Installing : cabextract-1.5-1.el7.x86_64 32/116
540 Installing : freeze-2.5.0-16.el7.x86_64 33/116
541 Installing : altermime-0.3.10-10.el7.x86_64 34/116
542 Installing : libdb-devel-5.3.21-19.el7.x86_64 35/116
543 Installing : tmpwatch-2.11-5.el7.x86_64 36/116
544 Installing : perl-Crypt-OpenSSL-Random-0.04-21.el7.x86_64 37/116
545 Installing : perl-Net-Daemon-0.48-5.el7.noarch 38/116
546 Installing : pax-3.4-19.el7.x86_64 39/116
547 Installing : pyparsing-1.5.6-9.el7.noarch 40/116
548 Installing : systemtap-sdt-devel-2.8-10.el7.x86_64 41/116
549 Installing : 1:perl-Package-Constants-0.02-286.el7.noarch 42/116
550 Installing : kernel-headers-3.10.0-327.3.1.el7.x86_64 43/116
551 Installing : glibc-headers-2.17-106.el7_2.1.x86_64 44/116
552 Installing : glibc-devel-2.17-106.el7_2.1.x86_64 45/116
553 Installing : perl-Text-Unidecode-0.04-20.el7.noarch 46/116
554 Installing : perl-Text-Soundex-3.04-4.el7.x86_64 47/116
555 Installing : perl-IO-HTML-1.00-2.el7.noarch 48/116
556 Installing : procmail-3.22-35.el7.x86_64 49/116
557 Installing : nomarch-1.4-11.el7.x86_64 50/116
558 Installing : perl-Crypt-OpenSSL-Bignum-0.04-18.el7.x86_64 51/116
559 Installing : perl-Crypt-OpenSSL-RSA-0.28-7.el7.x86_64 52/116
560 Installing : perl-Mail-DKIM-0.39-8.el7.noarch 53/116
561 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 54/116
562 Installing : perl-IO-Compress-2.061-2.el7.noarch 55/116
563 Installing : 1:perl-IO-Zlib-1.10-286.el7.noarch 56/116
564 Installing : perl-Archive-Tar-1.92-2.el7.noarch 57/116
565 Installing : perl-Net-HTTP-6.06-2.el7.noarch 58/116
566 Installing : perl-PlRPC-0.2020-14.el7.noarch 59/116
567 Installing : perl-DBI-1.627-4.el7.x86_64 60/116
568 Installing : perl-DBD-SQLite-1.39-3.el7.x86_64 61/116
569 Installing : perl-BerkeleyDB-0.51-4.el7.x86_64 62/116
570 Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 63/116
571 Installing : mailcap-2.1.41-2.el7.noarch 64/116
572 Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 65/116
573 Installing : libmnl-1.0.3-7.el7.x86_64 66/116
574 Installing : libnetfilter_conntrack-1.0.4-2.el7.x86_64 67/116
575 Installing : iptables-1.4.21-16.el7.x86_64 68/116
576 Installing : iproute-3.10.0-54.el7.x86_64 69/116
577 Installing : perl-JSON-2.59-2.el7.noarch 70/116
578 Installing : perl-Convert-ASN1-0.26-4.el7.noarch 71/116
579 Installing : perl-GSSAPI-0.28-9.el7.x86_64 72/116
580 Installing : perl-Authen-SASL-2.15-10.el7.noarch 73/116
581 Installing : p7zip-9.20.1-5.el7.x86_64 74/116
582 Installing : perl-Test-Harness-3.28-3.el7.noarch 75/116
583 Installing : arj-3.10.22-22.el7.x86_64 76/116
584 Installing : perl-DB_File-1.830-6.el7.x86_64 77/116
585 Installing : perl-Encode-Detect-1.01-13.el7.x86_64 78/116
586 Installing : unzoo-4.4-16.el7.x86_64 79/116
587 Installing : bzip2-1.0.6-13.el7.x86_64 80/116
588 Installing : gdbm-devel-1.10-8.el7.x86_64 81/116
589install-info: No such file or directory for /usr/share/info/gdbm.info.gz
590 Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 82/116
591 Installing : perl-ExtUtils-Install-1.58-286.el7.noarch 83/116
592 Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 84/116
593 Installing : 4:perl-devel-5.16.3-286.el7.x86_64 85/116
594 Installing : 3:perl-version-0.99.07-2.el7.x86_64 86/116
595 Installing : perl-Convert-BinHex-1.119-20.el7.noarch 87/116
596 Installing : perl-MIME-tools-5.505-1.el7.noarch 88/116
597 Installing : perl-Convert-TNEF-0.18-2.el7.noarch 89/116
598 Installing : perl-HTML-Tagset-3.20-15.el7.noarch 90/116
599 Installing : perl-Digest-SHA1-2.13-9.el7.x86_64 91/116
600 Installing : perl-XML-NamespaceSupport-1.11-10.el7.noarch 92/116
601 Installing : perl-XML-SAX-Writer-0.53-4.el7.noarch 93/116
602 Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 94/116
603 Installing : perl-Business-ISBN-2.06-2.el7.noarch 95/116
604 Installing : perl-URI-1.60-9.el7.noarch 96/116
605 Installing : perl-HTTP-Message-6.06-6.el7.noarch 97/116
606 Installing : perl-HTML-Parser-3.71-4.el7.x86_64 98/116
607 Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch 99/116
608 Installing : perl-Mail-SPF-2.8.0-4.el7.noarch 100/116
609 Installing : perl-HTTP-Cookies-6.01-5.el7.noarch 101/116
610 Installing : perl-HTTP-Daemon-6.01-5.el7.noarch 102/116
611 Installing : perl-Razor-Agent-2.85-15.el7.x86_64 103/116
612 Installing : perl-WWW-RobotRules-6.02-5.el7.noarch 104/116
613 Installing : perl-libwww-perl-6.05-2.el7.noarch 105/116
614 Installing : 1:perl-LDAP-0.56-3.el7.noarch 106/116
615 Installing : 2:perl-Convert-UUlib-1.5-1.el7.x86_64 107/116
616 Installing : p7zip-plugins-9.20.1-5.el7.x86_64 108/116
617 Installing : clamav-filesystem-0.98.7-1.el7.noarch 109/116
618 Installing : clamav-data-0.98.7-1.el7.noarch 110/116
619 Installing : clamav-lib-0.98.7-1.el7.x86_64 111/116
620 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 112/116
621 Installing : initscripts-9.49.30-1.el7.x86_64 113/116
622 Installing : spamassassin-3.4.0-2.el7.x86_64 114/116
623 Installing : amavisd-new-2.10.1-5.el7.noarch 115/116
624 Installing : clamav-0.98.7-1.el7.x86_64 116/116
625 Verifying : perl-IO-stringy-2.110-22.el7.noarch 1/116
626 Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 2/116
627 Verifying : amavisd-new-2.10.1-5.el7.noarch 3/116
628 Verifying : cabextract-1.5-1.el7.x86_64 4/116
629 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 5/116
630 Verifying : perl-XML-SAX-Writer-0.53-4.el7.noarch 6/116
631 Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 7/116
632 Verifying : clamav-filesystem-0.98.7-1.el7.noarch 8/116
633 Verifying : perl-Mail-SPF-2.8.0-4.el7.noarch 9/116
634 Verifying : perl-File-Listing-6.04-7.el7.noarch 10/116
635 Verifying : glibc-devel-2.17-106.el7_2.1.x86_64 11/116
636 Verifying : p7zip-plugins-9.20.1-5.el7.x86_64 12/116
637 Verifying : 2:perl-Convert-UUlib-1.5-1.el7.x86_64 13/116
638 Verifying : perl-Razor-Agent-2.85-15.el7.x86_64 14/116
639 Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 15/116
640 Verifying : perl-DBI-1.627-4.el7.x86_64 16/116
641 Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 17/116
642 Verifying : perl-XML-NamespaceSupport-1.11-10.el7.noarch 18/116
643 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 19/116
644 Verifying : lrzip-0.614-3.el7.x86_64 20/116
645 Verifying : perl-Digest-SHA1-2.13-9.el7.x86_64 21/116
646 Verifying : clamav-lib-0.98.7-1.el7.x86_64 22/116
647 Verifying : 1:perl-Digest-SHA-5.85-3.el7.x86_64 23/116
648 Verifying : iptables-1.4.21-16.el7.x86_64 24/116
649 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 25/116
650 Verifying : perl-Net-HTTP-6.06-2.el7.noarch 26/116
651 Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 27/116
652 Verifying : perl-Convert-BinHex-1.119-20.el7.noarch 28/116
653 Verifying : 3:perl-version-0.99.07-2.el7.x86_64 29/116
654 Verifying : perl-MailTools-2.12-2.el7.noarch 30/116
655 Verifying : perl-Mail-DKIM-0.39-8.el7.noarch 31/116
656 Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 32/116
657 Verifying : 4:perl-devel-5.16.3-286.el7.x86_64 33/116
658 Verifying : gdbm-devel-1.10-8.el7.x86_64 34/116
659 Verifying : bzip2-1.0.6-13.el7.x86_64 35/116
660 Verifying : systemd-sysv-219-19.el7.x86_64 36/116
661 Verifying : spamassassin-3.4.0-2.el7.x86_64 37/116
662 Verifying : portreserve-0.0.5-10.el7.x86_64 38/116
663 Verifying : unzoo-4.4-16.el7.x86_64 39/116
664 Verifying : clamav-data-0.98.7-1.el7.noarch 40/116
665 Verifying : perl-MIME-tools-5.505-1.el7.noarch 41/116
666 Verifying : perl-Digest-HMAC-1.03-5.el7.noarch 42/116
667 Verifying : iproute-3.10.0-54.el7.x86_64 43/116
668 Verifying : perl-Encode-Detect-1.01-13.el7.x86_64 44/116
669 Verifying : perl-Net-DNS-0.72-5.el7.x86_64 45/116
670 Verifying : perl-Net-SSLeay-1.55-3.el7.x86_64 46/116
671 Verifying : perl-DB_File-1.830-6.el7.x86_64 47/116
672 Verifying : arj-3.10.22-22.el7.x86_64 48/116
673 Verifying : 1:perl-LDAP-0.56-3.el7.noarch 49/116
674 Verifying : perl-IO-Socket-SSL-1.94-3.el7.noarch 50/116
675 Verifying : perl-Digest-1.17-245.el7.noarch 51/116
676 Verifying : perl-Test-Harness-3.28-3.el7.noarch 52/116
677 Verifying : p7zip-9.20.1-5.el7.x86_64 53/116
678 Verifying : perl-GSSAPI-0.28-9.el7.x86_64 54/116
679 Verifying : perl-Convert-ASN1-0.26-4.el7.noarch 55/116
680 Verifying : perl-JSON-2.59-2.el7.noarch 56/116
681 Verifying : libmnl-1.0.3-7.el7.x86_64 57/116
682 Verifying : perl-Business-ISBN-2.06-2.el7.noarch 58/116
683 Verifying : mailcap-2.1.41-2.el7.noarch 59/116
684 Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 60/116
685 Verifying : perl-DBD-SQLite-1.39-3.el7.x86_64 61/116
686 Verifying : perl-Crypt-OpenSSL-RSA-0.28-7.el7.x86_64 62/116
687 Verifying : lzo-2.06-8.el7.x86_64 63/116
688 Verifying : perl-BerkeleyDB-0.51-4.el7.x86_64 64/116
689 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 65/116
690 Verifying : clamav-0.98.7-1.el7.x86_64 66/116
691 Verifying : lzop-1.03-10.el7.x86_64 67/116
692 Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 68/116
693 Verifying : perl-Crypt-OpenSSL-Bignum-0.04-18.el7.x86_64 69/116
694 Verifying : perl-WWW-RobotRules-6.02-5.el7.noarch 70/116
695 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 71/116
696 Verifying : perl-HTTP-Message-6.06-6.el7.noarch 72/116
697 Verifying : perl-Authen-SASL-2.15-10.el7.noarch 73/116
698 Verifying : nomarch-1.4-11.el7.x86_64 74/116
699 Verifying : procmail-3.22-35.el7.x86_64 75/116
700 Verifying : perl-HTTP-Cookies-6.01-5.el7.noarch 76/116
701 Verifying : initscripts-9.49.30-1.el7.x86_64 77/116
702 Verifying : 1:perl-IO-Zlib-1.10-286.el7.noarch 78/116
703 Verifying : perl-HTTP-Negotiate-6.01-5.el7.noarch 79/116
704 Verifying : perl-Net-SMTP-SSL-1.01-13.el7.noarch 80/116
705 Verifying : perl-IO-HTML-1.00-2.el7.noarch 81/116
706 Verifying : perl-Text-Unidecode-0.04-20.el7.noarch 82/116
707 Verifying : perl-PlRPC-0.2020-14.el7.noarch 83/116
708 Verifying : kernel-headers-3.10.0-327.3.1.el7.x86_64 84/116
709 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 85/116
710 Verifying : perl-IO-Socket-INET6-2.69-5.el7.noarch 86/116
711 Verifying : perl-Text-Soundex-3.04-4.el7.x86_64 87/116
712 Verifying : 1:perl-Package-Constants-0.02-286.el7.noarch 88/116
713 Verifying : perl-Archive-Tar-1.92-2.el7.noarch 89/116
714 Verifying : perl-XML-SAX-Base-1.08-7.el7.noarch 90/116
715 Verifying : perl-Convert-TNEF-0.18-2.el7.noarch 91/116
716 Verifying : systemtap-sdt-devel-2.8-10.el7.x86_64 92/116
717 Verifying : perl-IO-Compress-2.061-2.el7.noarch 93/116
718 Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 94/116
719 Verifying : pyparsing-1.5.6-9.el7.noarch 95/116
720 Verifying : pax-3.4-19.el7.x86_64 96/116
721 Verifying : perl-Net-Daemon-0.48-5.el7.noarch 97/116
722 Verifying : perl-Crypt-OpenSSL-Random-0.04-21.el7.x86_64 98/116
723 Verifying : perl-HTTP-Date-6.02-8.el7.noarch 99/116
724 Verifying : glibc-headers-2.17-106.el7_2.1.x86_64 100/116
725 Verifying : tmpwatch-2.11-5.el7.x86_64 101/116
726 Verifying : perl-Encode-Locale-1.03-5.el7.noarch 102/116
727 Verifying : libdb-devel-5.3.21-19.el7.x86_64 103/116
728 Verifying : perl-XML-Filter-BufferText-1.01-17.el7.noarch 104/116
729 Verifying : perl-Socket6-0.23-15.el7.x86_64 105/116
730 Verifying : perl-ExtUtils-Install-1.58-286.el7.noarch 106/116
731 Verifying : perl-HTTP-Daemon-6.01-5.el7.noarch 107/116
732 Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 108/116
733 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 109/116
734 Verifying : perl-libwww-perl-6.05-2.el7.noarch 110/116
735 Verifying : altermime-0.3.10-10.el7.x86_64 111/116
736 Verifying : freeze-2.5.0-16.el7.x86_64 112/116
737 Verifying : perl-URI-1.60-9.el7.noarch 113/116
738 Verifying : perl-Archive-Zip-1.30-11.el7.noarch 114/116
739 Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 115/116
740 Verifying : libmspack-0.5-0.4.alpha.el7.x86_64 116/116
741
742Installed:
743 amavisd-new.noarch 0:2.10.1-5.el7 clamav.x86_64 0:0.98.7-1.el7
744
745Dependency Installed:
746 altermime.x86_64 0:0.3.10-10.el7
747 arj.x86_64 0:3.10.22-22.el7
748 bzip2.x86_64 0:1.0.6-13.el7
749 cabextract.x86_64 0:1.5-1.el7
750 clamav-data.noarch 0:0.98.7-1.el7
751 clamav-filesystem.noarch 0:0.98.7-1.el7
752 clamav-lib.x86_64 0:0.98.7-1.el7
753 freeze.x86_64 0:2.5.0-16.el7
754 gdbm-devel.x86_64 0:1.10-8.el7
755 glibc-devel.x86_64 0:2.17-106.el7_2.1
756 glibc-headers.x86_64 0:2.17-106.el7_2.1
757 initscripts.x86_64 0:9.49.30-1.el7
758 iproute.x86_64 0:3.10.0-54.el7
759 iptables.x86_64 0:1.4.21-16.el7
760 kernel-headers.x86_64 0:3.10.0-327.3.1.el7
761 libdb-devel.x86_64 0:5.3.21-19.el7
762 libmnl.x86_64 0:1.0.3-7.el7
763 libmspack.x86_64 0:0.5-0.4.alpha.el7
764 libnetfilter_conntrack.x86_64 0:1.0.4-2.el7
765 libnfnetlink.x86_64 0:1.0.1-4.el7
766 lrzip.x86_64 0:0.614-3.el7
767 lzo.x86_64 0:2.06-8.el7
768 lzop.x86_64 0:1.03-10.el7
769 mailcap.noarch 0:2.1.41-2.el7
770 nomarch.x86_64 0:1.4-11.el7
771 p7zip.x86_64 0:9.20.1-5.el7
772 p7zip-plugins.x86_64 0:9.20.1-5.el7
773 pax.x86_64 0:3.4-19.el7
774 perl-Archive-Tar.noarch 0:1.92-2.el7
775 perl-Archive-Zip.noarch 0:1.30-11.el7
776 perl-Authen-SASL.noarch 0:2.15-10.el7
777 perl-BerkeleyDB.x86_64 0:0.51-4.el7
778 perl-Business-ISBN.noarch 0:2.06-2.el7
779 perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
780 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
781 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
782 perl-Convert-ASN1.noarch 0:0.26-4.el7
783 perl-Convert-BinHex.noarch 0:1.119-20.el7
784 perl-Convert-TNEF.noarch 0:0.18-2.el7
785 perl-Convert-UUlib.x86_64 2:1.5-1.el7
786 perl-Crypt-OpenSSL-Bignum.x86_64 0:0.04-18.el7
787 perl-Crypt-OpenSSL-RSA.x86_64 0:0.28-7.el7
788 perl-Crypt-OpenSSL-Random.x86_64 0:0.04-21.el7
789 perl-DBD-SQLite.x86_64 0:1.39-3.el7
790 perl-DBI.x86_64 0:1.627-4.el7
791 perl-DB_File.x86_64 0:1.830-6.el7
792 perl-Data-Dumper.x86_64 0:2.145-3.el7
793 perl-Digest.noarch 0:1.17-245.el7
794 perl-Digest-HMAC.noarch 0:1.03-5.el7
795 perl-Digest-MD5.x86_64 0:2.52-3.el7
796 perl-Digest-SHA.x86_64 1:5.85-3.el7
797 perl-Digest-SHA1.x86_64 0:2.13-9.el7
798 perl-Encode-Detect.x86_64 0:1.01-13.el7
799 perl-Encode-Locale.noarch 0:1.03-5.el7
800 perl-ExtUtils-Install.noarch 0:1.58-286.el7
801 perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
802 perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
803 perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
804 perl-File-Listing.noarch 0:6.04-7.el7
805 perl-GSSAPI.x86_64 0:0.28-9.el7
806 perl-HTML-Parser.x86_64 0:3.71-4.el7
807 perl-HTML-Tagset.noarch 0:3.20-15.el7
808 perl-HTTP-Cookies.noarch 0:6.01-5.el7
809 perl-HTTP-Daemon.noarch 0:6.01-5.el7
810 perl-HTTP-Date.noarch 0:6.02-8.el7
811 perl-HTTP-Message.noarch 0:6.06-6.el7
812 perl-HTTP-Negotiate.noarch 0:6.01-5.el7
813 perl-IO-Compress.noarch 0:2.061-2.el7
814 perl-IO-HTML.noarch 0:1.00-2.el7
815 perl-IO-Socket-INET6.noarch 0:2.69-5.el7
816 perl-IO-Socket-IP.noarch 0:0.21-4.el7
817 perl-IO-Socket-SSL.noarch 0:1.94-3.el7
818 perl-IO-Zlib.noarch 1:1.10-286.el7
819 perl-IO-stringy.noarch 0:2.110-22.el7
820 perl-JSON.noarch 0:2.59-2.el7
821 perl-LDAP.noarch 1:0.56-3.el7
822 perl-LWP-MediaTypes.noarch 0:6.02-2.el7
823 perl-MIME-tools.noarch 0:5.505-1.el7
824 perl-Mail-DKIM.noarch 0:0.39-8.el7
825 perl-Mail-SPF.noarch 0:2.8.0-4.el7
826 perl-MailTools.noarch 0:2.12-2.el7
827 perl-Net-DNS.x86_64 0:0.72-5.el7
828 perl-Net-Daemon.noarch 0:0.48-5.el7
829 perl-Net-HTTP.noarch 0:6.06-2.el7
830 perl-Net-LibIDN.x86_64 0:0.12-15.el7
831 perl-Net-SMTP-SSL.noarch 0:1.01-13.el7
832 perl-Net-SSLeay.x86_64 0:1.55-3.el7
833 perl-NetAddr-IP.x86_64 0:4.069-3.el7
834 perl-Package-Constants.noarch 1:0.02-286.el7
835 perl-PlRPC.noarch 0:0.2020-14.el7
836 perl-Razor-Agent.x86_64 0:2.85-15.el7
837 perl-Socket6.x86_64 0:0.23-15.el7
838 perl-Test-Harness.noarch 0:3.28-3.el7
839 perl-Text-Soundex.x86_64 0:3.04-4.el7
840 perl-Text-Unidecode.noarch 0:0.04-20.el7
841 perl-TimeDate.noarch 1:2.30-2.el7
842 perl-URI.noarch 0:1.60-9.el7
843 perl-WWW-RobotRules.noarch 0:6.02-5.el7
844 perl-XML-Filter-BufferText.noarch 0:1.01-17.el7
845 perl-XML-NamespaceSupport.noarch 0:1.11-10.el7
846 perl-XML-SAX-Base.noarch 0:1.08-7.el7
847 perl-XML-SAX-Writer.noarch 0:0.53-4.el7
848 perl-devel.x86_64 4:5.16.3-286.el7
849 perl-libwww-perl.noarch 0:6.05-2.el7
850 perl-version.x86_64 3:0.99.07-2.el7
851 portreserve.x86_64 0:0.0.5-10.el7
852 procmail.x86_64 0:3.22-35.el7
853 pyparsing.noarch 0:1.5.6-9.el7
854 spamassassin.x86_64 0:3.4.0-2.el7
855 systemd-sysv.x86_64 0:219-19.el7
856 systemtap-sdt-devel.x86_64 0:2.8-10.el7
857 sysvinit-tools.x86_64 0:2.88-14.dsf.el7
858 tmpwatch.x86_64 0:2.11-5.el7
859 unzoo.x86_64 0:4.4-16.el7
860
861Complete!
862Loaded plugins: priorities
863Cleaning repos: Kolab_Development base epel extras updates
864Cleaning up everything
865 ---> 8e4e83ccdb4a
866Removing intermediate container 522b8e7fb2d4
867Step 2 : VOLUME /data
868 ---> Running in 488fdab6033d
869 ---> 5f445196cfd3
870Removing intermediate container 488fdab6033d
871Step 3 : EXPOSE 10024
872 ---> Running in 20a1eb9b9c06
873 ---> 3800dcdd8c09
874Removing intermediate container 20a1eb9b9c06
875Step 4 : ADD /entrypoint.sh /entrypoint.sh
876 ---> cc101e21ffa7
877Removing intermediate container ec4f72e089a0
878Step 5 : RUN chmod a+x /entrypoint.sh
879 ---> Running in 4c2ce36791c1
880 ---> 26878c7b10d5
881Removing intermediate container 4c2ce36791c1
882Step 6 : CMD /usr/sbin/amavisd -u amavis -g amavis -c /etc/amavisd/amavisd.conf foreground
883 ---> Running in 8d7b019f7008
884 ---> 1f1f2006cbc6
885Removing intermediate container 8d7b019f7008
886Successfully built 1f1f2006cbc6
887== ./01-base-imap ==
888Sending build context to Docker daemon 2.048 kB
889Sending build context to Docker daemon 2.048 kB
890
891Step 0 : FROM kolab/base:latest
892 ---> 6692c317664f
893Step 1 : RUN yum -y install cyrus-imapd kolab-saslauthd && yum clean all
894 ---> Running in ca4a8607c30e
895Loaded plugins: priorities
896158 packages excluded due to repository priority protections
897Package cyrus-imapd-2.5.7-2.2.el7.kolab_3.5.x86_64 already installed and latest version
898Resolving Dependencies
899--> Running transaction check
900---> Package kolab-saslauthd.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
901--> Processing Dependency: pykolab = 0.7.16-1.2.el7.kolab_3.5 for package: kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch
902--> Processing Dependency: python-sqlalchemy for package: kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch
903--> Processing Dependency: cyrus-sasl for package: kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch
904--> Running transaction check
905---> Package cyrus-sasl.x86_64 0:2.1.26-19.2.el7 will be installed
906--> Processing Dependency: /sbin/service for package: cyrus-sasl-2.1.26-19.2.el7.x86_64
907---> Package pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
908--> Processing Dependency: kolab-cli = 0.7.16-1.2.el7.kolab_3.5 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
909--> Processing Dependency: python-ldap >= 2.4 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
910--> Processing Dependency: python-pyasn1-modules for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
911--> Processing Dependency: python-pyasn1 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
912---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
913--> Running transaction check
914---> Package initscripts.x86_64 0:9.49.30-1.el7 will be installed
915--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.30-1.el7.x86_64
916--> Processing Dependency: iproute for package: initscripts-9.49.30-1.el7.x86_64
917---> Package kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
918--> Processing Dependency: python-cheetah for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
919--> Processing Dependency: python-augeas for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
920---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
921---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
922---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
923--> Running transaction check
924---> Package iproute.x86_64 0:3.10.0-54.el7 will be installed
925--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-3.10.0-54.el7.x86_64
926---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
927--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
928---> Package python-cheetah.x86_64 0:2.4.4-5.el7.centos will be installed
929--> Processing Dependency: python-pygments for package: python-cheetah-2.4.4-5.el7.centos.x86_64
930--> Processing Dependency: python-markdown for package: python-cheetah-2.4.4-5.el7.centos.x86_64
931---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
932--> Running transaction check
933---> Package augeas-libs.x86_64 0:1.4.0-2.el7 will be installed
934---> Package iptables.x86_64 0:1.4.21-16.el7 will be installed
935--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-16.el7.x86_64
936--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-16.el7.x86_64
937---> Package python-markdown.noarch 0:2.4.1-1.el7.centos will be installed
938---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
939--> Processing Dependency: python-setuptools for package: python-pygments-1.4-9.el7.noarch
940--> Processing Dependency: python-imaging for package: python-pygments-1.4-9.el7.noarch
941--> Running transaction check
942---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be installed
943--> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
944--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
945--> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
946---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
947---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7 will be installed
948--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
949--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
950--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
951--> Processing Dependency: libtiff.so.5()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
952--> Processing Dependency: libjpeg.so.62()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
953--> Processing Dependency: libfreetype.so.6()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
954---> Package python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5 will be installed
955--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.6.el7.kolab_3.5.noarch
956--> Running transaction check
957---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
958---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
959---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
960---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
961--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
962---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
963---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
964--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
965--> Running transaction check
966---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
967---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
968--> Finished Dependency Resolution
969
970Dependencies Resolved
971
972================================================================================
973 Package Arch Version Repository Size
974================================================================================
975Installing:
976 kolab-saslauthd noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 29 k
977Installing for dependencies:
978 augeas-libs x86_64 1.4.0-2.el7 base 355 k
979 cyrus-sasl x86_64 2.1.26-19.2.el7 base 88 k
980 freetype x86_64 2.4.11-11.el7 base 391 k
981 initscripts x86_64 9.49.30-1.el7 base 429 k
982 iproute x86_64 3.10.0-54.el7 base 526 k
983 iptables x86_64 1.4.21-16.el7 base 424 k
984 jbigkit-libs x86_64 2.0-11.el7 base 46 k
985 kolab-cli noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 131 k
986 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
987 libmnl x86_64 1.0.3-7.el7 base 23 k
988 libnetfilter_conntrack x86_64 1.0.4-2.el7 base 53 k
989 libnfnetlink x86_64 1.0.1-4.el7 base 26 k
990 libtiff x86_64 4.0.3-14.el7 base 167 k
991 libwebp x86_64 0.3.0-3.el7 base 170 k
992 pykolab noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 192 k
993 python-augeas noarch 0.5.0-2.el7 base 25 k
994 python-backports x86_64 1.0-8.el7 base 5.8 k
995 python-backports-ssl_match_hostname
996 noarch 3.4.0.2-4.el7 base 12 k
997 python-cheetah x86_64 2.4.4-5.el7.centos extras 341 k
998 python-ldap x86_64 2.4.15-2.el7 base 159 k
999 python-markdown noarch 2.4.1-1.el7.centos extras 186 k
1000 python-pillow x86_64 2.0.0-19.gitd1c6db8.el7 base 438 k
1001 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
1002 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
1003 python-pygments noarch 1.4-9.el7 base 599 k
1004 python-setuptools noarch 7.0-2.6.el7.kolab_3.5 Kolab_Development 407 k
1005 python-sqlalchemy x86_64 0.9.8-1.el7 base 2.9 M
1006 sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
1007
1008Transaction Summary
1009================================================================================
1010Install 1 Package (+28 Dependent packages)
1011
1012Total download size: 8.4 M
1013Installed size: 40 M
1014Downloading packages:
1015--------------------------------------------------------------------------------
1016Total 12 MB/s | 8.4 MB 00:00
1017Running transaction check
1018Running transaction test
1019Transaction test succeeded
1020Running transaction
1021 Installing : libnfnetlink-1.0.1-4.el7.x86_64 1/29
1022 Installing : python-sqlalchemy-0.9.8-1.el7.x86_64 2/29
1023 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 3/29
1024 Installing : python-pyasn1-0.1.6-2.el7.noarch 4/29
1025 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 5/29
1026 Installing : libwebp-0.3.0-3.el7.x86_64 6/29
1027 Installing : augeas-libs-1.4.0-2.el7.x86_64 7/29
1028 Installing : python-augeas-0.5.0-2.el7.noarch 8/29
1029 Installing : jbigkit-libs-2.0-11.el7.x86_64 9/29
1030 Installing : libtiff-4.0.3-14.el7.x86_64 10/29
1031 Installing : python-ldap-2.4.15-2.el7.x86_64 11/29
1032 Installing : python-backports-1.0-8.el7.x86_64 12/29
1033 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 13/29
1034 Installing : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 14/29
1035 Installing : python-markdown-2.4.1-1.el7.centos.noarch 15/29
1036 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 16/29
1037 Installing : freetype-2.4.11-11.el7.x86_64 17/29
1038 Installing : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 18/29
1039 Installing : python-pygments-1.4-9.el7.noarch 19/29
1040 Installing : python-cheetah-2.4.4-5.el7.centos.x86_64 20/29
1041 Installing : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 21/29
1042 Installing : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 22/29
1043 Installing : libmnl-1.0.3-7.el7.x86_64 23/29
1044 Installing : libnetfilter_conntrack-1.0.4-2.el7.x86_64 24/29
1045 Installing : iptables-1.4.21-16.el7.x86_64 25/29
1046 Installing : iproute-3.10.0-54.el7.x86_64 26/29
1047 Installing : initscripts-9.49.30-1.el7.x86_64 27/29
1048 Installing : cyrus-sasl-2.1.26-19.2.el7.x86_64 28/29
1049 Installing : kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch 29/29
1050 Verifying : python-augeas-0.5.0-2.el7.noarch 1/29
1051 Verifying : python-pyasn1-0.1.6-2.el7.noarch 2/29
1052 Verifying : libmnl-1.0.3-7.el7.x86_64 3/29
1053 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 4/29
1054 Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 5/29
1055 Verifying : kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch 6/29
1056 Verifying : freetype-2.4.11-11.el7.x86_64 7/29
1057 Verifying : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 8/29
1058 Verifying : python-sqlalchemy-0.9.8-1.el7.x86_64 9/29
1059 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 10/29
1060 Verifying : python-pygments-1.4-9.el7.noarch 11/29
1061 Verifying : libtiff-4.0.3-14.el7.x86_64 12/29
1062 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 13/29
1063 Verifying : python-cheetah-2.4.4-5.el7.centos.x86_64 14/29
1064 Verifying : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 15/29
1065 Verifying : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 16/29
1066 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 17/29
1067 Verifying : python-markdown-2.4.1-1.el7.centos.noarch 18/29
1068 Verifying : python-backports-1.0-8.el7.x86_64 19/29
1069 Verifying : initscripts-9.49.30-1.el7.x86_64 20/29
1070 Verifying : iproute-3.10.0-54.el7.x86_64 21/29
1071 Verifying : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 22/29
1072 Verifying : python-ldap-2.4.15-2.el7.x86_64 23/29
1073 Verifying : jbigkit-libs-2.0-11.el7.x86_64 24/29
1074 Verifying : augeas-libs-1.4.0-2.el7.x86_64 25/29
1075 Verifying : iptables-1.4.21-16.el7.x86_64 26/29
1076 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 27/29
1077 Verifying : cyrus-sasl-2.1.26-19.2.el7.x86_64 28/29
1078 Verifying : libwebp-0.3.0-3.el7.x86_64 29/29
1079
1080Installed:
1081 kolab-saslauthd.noarch 0:0.7.16-1.2.el7.kolab_3.5
1082
1083Dependency Installed:
1084 augeas-libs.x86_64 0:1.4.0-2.el7
1085 cyrus-sasl.x86_64 0:2.1.26-19.2.el7
1086 freetype.x86_64 0:2.4.11-11.el7
1087 initscripts.x86_64 0:9.49.30-1.el7
1088 iproute.x86_64 0:3.10.0-54.el7
1089 iptables.x86_64 0:1.4.21-16.el7
1090 jbigkit-libs.x86_64 0:2.0-11.el7
1091 kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5
1092 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1093 libmnl.x86_64 0:1.0.3-7.el7
1094 libnetfilter_conntrack.x86_64 0:1.0.4-2.el7
1095 libnfnetlink.x86_64 0:1.0.1-4.el7
1096 libtiff.x86_64 0:4.0.3-14.el7
1097 libwebp.x86_64 0:0.3.0-3.el7
1098 pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5
1099 python-augeas.noarch 0:0.5.0-2.el7
1100 python-backports.x86_64 0:1.0-8.el7
1101 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
1102 python-cheetah.x86_64 0:2.4.4-5.el7.centos
1103 python-ldap.x86_64 0:2.4.15-2.el7
1104 python-markdown.noarch 0:2.4.1-1.el7.centos
1105 python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7
1106 python-pyasn1.noarch 0:0.1.6-2.el7
1107 python-pyasn1-modules.noarch 0:0.1.6-2.el7
1108 python-pygments.noarch 0:1.4-9.el7
1109 python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5
1110 python-sqlalchemy.x86_64 0:0.9.8-1.el7
1111 sysvinit-tools.x86_64 0:2.88-14.dsf.el7
1112
1113Complete!
1114Loaded plugins: priorities
1115Cleaning repos: Kolab_Development base epel extras updates
1116Cleaning up everything
1117 ---> 35b7ae7cfdab
1118Removing intermediate container ca4a8607c30e
1119Step 2 : EXPOSE 110 143 993 995 4190
1120 ---> Running in d899c786650e
1121 ---> 484a7d995db5
1122Removing intermediate container d899c786650e
1123Step 3 : CMD /usr/lib/cyrus-imapd/cyrus-master -L /dev/null
1124 ---> Running in 239275c61f14
1125 ---> b32cebbff342
1126Removing intermediate container 239275c61f14
1127Successfully built b32cebbff342
1128== ./01-base-ldap ==
1129Sending build context to Docker daemon 9.216 kB
1130Sending build context to Docker daemon 9.216 kB
1131
1132Step 0 : FROM kolab/base:latest
1133 ---> 6692c317664f
1134Step 1 : RUN yum -y --setopt tsflags= install kolab-schema && yum -y install kolab-ldap net-tools && yum clean all
1135 ---> Running in 05019c18817b
1136Loaded plugins: priorities
1137158 packages excluded due to repository priority protections
1138Resolving Dependencies
1139--> Running transaction check
1140---> Package kolab-schema.noarch 0:3.3-2.3.el7.kolab_3.5 will be installed
1141--> Finished Dependency Resolution
1142
1143Dependencies Resolved
1144
1145================================================================================
1146 Package Arch Version Repository Size
1147================================================================================
1148Installing:
1149 kolab-schema noarch 3.3-2.3.el7.kolab_3.5 Kolab_Development 8.1 k
1150
1151Transaction Summary
1152================================================================================
1153Install 1 Package
1154
1155Total download size: 8.1 k
1156Installed size: 30 k
1157Downloading packages:
1158Running transaction check
1159Running transaction test
1160Transaction test succeeded
1161Running transaction
1162 Installing : kolab-schema-3.3-2.3.el7.kolab_3.5.noarch 1/1
1163 Verifying : kolab-schema-3.3-2.3.el7.kolab_3.5.noarch 1/1
1164
1165Installed:
1166 kolab-schema.noarch 0:3.3-2.3.el7.kolab_3.5
1167
1168Complete!
1169Loaded plugins: priorities
1170158 packages excluded due to repository priority protections
1171Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version
1172Resolving Dependencies
1173--> Running transaction check
1174---> Package kolab-ldap.noarch 0:3.1.9-6.6.el7.kolab_3.5 will be installed
1175--> Processing Dependency: 389-ds-base for package: kolab-ldap-3.1.9-6.6.el7.kolab_3.5.noarch
1176--> Processing Dependency: python-sqlalchemy for package: kolab-ldap-3.1.9-6.6.el7.kolab_3.5.noarch
1177--> Running transaction check
1178---> Package 389-ds-base.x86_64 0:1.3.4.0-21.el7_2 will be installed
1179--> Processing Dependency: 389-ds-base-libs = 1.3.4.0-21.el7_2 for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1180--> Processing Dependency: policycoreutils-python for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1181--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1182--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1183--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1184--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1185--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1186--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1187--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1188--> Processing Dependency: perl(IO::Uncompress::AnyUncompress) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1189--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1190--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1191--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1192--> Processing Dependency: cyrus-sasl-gssapi for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1193--> Processing Dependency: libwrap.so.0()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1194--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1195--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1196--> Processing Dependency: libsensors.so.4()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1197--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1198--> Processing Dependency: libns-dshttpd.so.0()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1199--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1200--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1201--> Processing Dependency: libnetsnmp.so.31()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1202--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1203--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1204--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.4.0-21.el7_2.x86_64
1205---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
1206--> Running transaction check
1207---> Package 389-ds-base-libs.x86_64 0:1.3.4.0-21.el7_2 will be installed
1208--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64
1209--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64
1210--> Processing Dependency: libtevent.so.0()(64bit) for package: 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64
1211--> Processing Dependency: libtalloc.so.2()(64bit) for package: 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64
1212--> Processing Dependency: libevent-2.0.so.5()(64bit) for package: 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64
1213---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-19.2.el7 will be installed
1214---> Package cyrus-sasl-md5.x86_64 0:2.1.26-19.2.el7 will be installed
1215---> Package libicu.x86_64 0:50.1.2-15.el7 will be installed
1216---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed
1217---> Package net-snmp-agent-libs.x86_64 1:5.7.2-24.el7 will be installed
1218---> Package net-snmp-libs.x86_64 1:5.7.2-24.el7 will be installed
1219---> Package perl-Archive-Tar.noarch 0:1.92-2.el7 will be installed
1220--> Processing Dependency: perl(IO::Zlib) >= 1.01 for package: perl-Archive-Tar-1.92-2.el7.noarch
1221--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-2.el7.noarch
1222--> Processing Dependency: perl(IO::Zlib) for package: perl-Archive-Tar-1.92-2.el7.noarch
1223--> Processing Dependency: perl(Data::Dumper) for package: perl-Archive-Tar-1.92-2.el7.noarch
1224---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed
1225---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
1226--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
1227--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
1228---> Package perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 will be installed
1229---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed
1230---> Package policycoreutils-python.x86_64 0:2.2.5-20.el7 will be installed
1231--> Processing Dependency: policycoreutils = 2.2.5-20.el7 for package: policycoreutils-python-2.2.5-20.el7.x86_64
1232--> Processing Dependency: libsemanage-python >= 2.1.10-1 for package: policycoreutils-python-2.2.5-20.el7.x86_64
1233--> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.2.5-20.el7.x86_64
1234--> Processing Dependency: python-IPy for package: policycoreutils-python-2.2.5-20.el7.x86_64
1235--> Processing Dependency: libselinux-python for package: policycoreutils-python-2.2.5-20.el7.x86_64
1236--> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
1237--> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
1238--> Processing Dependency: libcgroup for package: policycoreutils-python-2.2.5-20.el7.x86_64
1239--> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
1240--> Processing Dependency: checkpolicy for package: policycoreutils-python-2.2.5-20.el7.x86_64
1241--> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
1242--> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.2.5-20.el7.x86_64
1243---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed
1244---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
1245--> Running transaction check
1246---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be installed
1247---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be installed
1248---> Package libcgroup.x86_64 0:0.41-8.el7 will be installed
1249---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed
1250---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be installed
1251---> Package libsemanage-python.x86_64 0:2.1.10-18.el7 will be installed
1252---> Package libtalloc.x86_64 0:2.1.2-1.el7 will be installed
1253---> Package libtevent.x86_64 0:0.9.25-1.el7 will be installed
1254---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
1255---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
1256---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
1257---> Package perl-IO-Zlib.noarch 1:1.10-286.el7 will be installed
1258---> Package perl-Package-Constants.noarch 1:0.02-286.el7 will be installed
1259---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be installed
1260--> Processing Dependency: libselinux-utils >= 2.2.1-1 for package: policycoreutils-2.2.5-20.el7.x86_64
1261---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
1262---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be installed
1263--> Running transaction check
1264---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be installed
1265--> Finished Dependency Resolution
1266
1267Dependencies Resolved
1268
1269================================================================================
1270 Package Arch Version Repository Size
1271================================================================================
1272Installing:
1273 kolab-ldap noarch 3.1.9-6.6.el7.kolab_3.5 Kolab_Development 4.0 k
1274Installing for dependencies:
1275 389-ds-base x86_64 1.3.4.0-21.el7_2 updates 1.7 M
1276 389-ds-base-libs x86_64 1.3.4.0-21.el7_2 updates 631 k
1277 audit-libs-python x86_64 2.4.1-5.el7 base 69 k
1278 checkpolicy x86_64 2.1.12-6.el7 base 247 k
1279 cyrus-sasl-gssapi x86_64 2.1.26-19.2.el7 base 41 k
1280 cyrus-sasl-md5 x86_64 2.1.26-19.2.el7 base 56 k
1281 libcgroup x86_64 0.41-8.el7 base 64 k
1282 libevent x86_64 2.0.21-4.el7 base 214 k
1283 libicu x86_64 50.1.2-15.el7 base 6.9 M
1284 libselinux-python x86_64 2.2.2-6.el7 base 247 k
1285 libselinux-utils x86_64 2.2.2-6.el7 base 135 k
1286 libsemanage-python x86_64 2.1.10-18.el7 base 94 k
1287 libtalloc x86_64 2.1.2-1.el7 base 31 k
1288 libtevent x86_64 0.9.25-1.el7 base 32 k
1289 lm_sensors-libs x86_64 3.3.4-11.el7 base 40 k
1290 net-snmp-agent-libs x86_64 1:5.7.2-24.el7 base 702 k
1291 net-snmp-libs x86_64 1:5.7.2-24.el7 base 747 k
1292 perl-Archive-Tar noarch 1.92-2.el7 base 73 k
1293 perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
1294 perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
1295 perl-DB_File x86_64 1.830-6.el7 base 74 k
1296 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
1297 perl-IO-Compress noarch 2.061-2.el7 base 260 k
1298 perl-IO-Zlib noarch 1:1.10-286.el7 base 50 k
1299 perl-Mozilla-LDAP x86_64 1.5.3-12.el7 base 147 k
1300 perl-NetAddr-IP x86_64 4.069-3.el7 base 125 k
1301 perl-Package-Constants noarch 1:0.02-286.el7 base 44 k
1302 policycoreutils x86_64 2.2.5-20.el7 base 803 k
1303 policycoreutils-python x86_64 2.2.5-20.el7 base 435 k
1304 python-IPy noarch 0.75-6.el7 base 32 k
1305 python-sqlalchemy x86_64 0.9.8-1.el7 base 2.9 M
1306 setools-libs x86_64 3.3.7-46.el7 base 485 k
1307 svrcore x86_64 4.0.4-11.el7 base 17 k
1308 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
1309
1310Transaction Summary
1311================================================================================
1312Install 1 Package (+34 Dependent packages)
1313
1314Total download size: 17 M
1315Installed size: 69 M
1316Downloading packages:
1317--------------------------------------------------------------------------------
1318Total 16 MB/s | 17 MB 00:01
1319Running transaction check
1320Running transaction test
1321Transaction test succeeded
1322Running transaction
1323 Installing : 1:net-snmp-libs-5.7.2-24.el7.x86_64 1/35
1324 Installing : svrcore-4.0.4-11.el7.x86_64 2/35
1325 Installing : lm_sensors-libs-3.3.4-11.el7.x86_64 3/35
1326 Installing : libtalloc-2.1.2-1.el7.x86_64 4/35
1327 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 5/35
1328 Installing : 1:net-snmp-agent-libs-5.7.2-24.el7.x86_64 6/35
1329 Installing : libtevent-0.9.25-1.el7.x86_64 7/35
1330 Installing : 1:perl-Package-Constants-0.02-286.el7.noarch 8/35
1331 Installing : libicu-50.1.2-15.el7.x86_64 9/35
1332 Installing : libselinux-python-2.2.2-6.el7.x86_64 10/35
1333 Installing : perl-DB_File-1.830-6.el7.x86_64 11/35
1334 Installing : audit-libs-python-2.4.1-5.el7.x86_64 12/35
1335 Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 13/35
1336 Installing : libevent-2.0.21-4.el7.x86_64 14/35
1337 Installing : 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64 15/35
1338 Installing : cyrus-sasl-gssapi-2.1.26-19.2.el7.x86_64 16/35
1339 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 17/35
1340 Installing : libcgroup-0.41-8.el7.x86_64 18/35
1341 Installing : libselinux-utils-2.2.2-6.el7.x86_64 19/35
1342 Installing : policycoreutils-2.2.5-20.el7.x86_64 20/35
1343 Installing : cyrus-sasl-md5-2.1.26-19.2.el7.x86_64 21/35
1344 Installing : checkpolicy-2.1.12-6.el7.x86_64 22/35
1345 Installing : python-IPy-0.75-6.el7.noarch 23/35
1346 Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 24/35
1347 Installing : perl-IO-Compress-2.061-2.el7.noarch 25/35
1348 Installing : 1:perl-IO-Zlib-1.10-286.el7.noarch 26/35
1349 Installing : perl-Archive-Tar-1.92-2.el7.noarch 27/35
1350 Installing : setools-libs-3.3.7-46.el7.x86_64 28/35
1351 Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 29/35
1352 Installing : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 30/35
1353 Installing : libsemanage-python-2.1.10-18.el7.x86_64 31/35
1354 Installing : policycoreutils-python-2.2.5-20.el7.x86_64 32/35
1355 Installing : 389-ds-base-1.3.4.0-21.el7_2.x86_64 33/35
1356 Installing : python-sqlalchemy-0.9.8-1.el7.x86_64 34/35
1357 Installing : kolab-ldap-3.1.9-6.6.el7.kolab_3.5.noarch 35/35
1358 Verifying : 389-ds-base-1.3.4.0-21.el7_2.x86_64 1/35
1359 Verifying : perl-IO-Compress-2.061-2.el7.noarch 2/35
1360 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 3/35
1361 Verifying : python-sqlalchemy-0.9.8-1.el7.x86_64 4/35
1362 Verifying : libsemanage-python-2.1.10-18.el7.x86_64 5/35
1363 Verifying : libtalloc-2.1.2-1.el7.x86_64 6/35
1364 Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 7/35
1365 Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 8/35
1366 Verifying : libtevent-0.9.25-1.el7.x86_64 9/35
1367 Verifying : setools-libs-3.3.7-46.el7.x86_64 10/35
1368 Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 11/35
1369 Verifying : python-IPy-0.75-6.el7.noarch 12/35
1370 Verifying : checkpolicy-2.1.12-6.el7.x86_64 13/35
1371 Verifying : cyrus-sasl-md5-2.1.26-19.2.el7.x86_64 14/35
1372 Verifying : lm_sensors-libs-3.3.4-11.el7.x86_64 15/35
1373 Verifying : 1:net-snmp-agent-libs-5.7.2-24.el7.x86_64 16/35
1374 Verifying : 389-ds-base-libs-1.3.4.0-21.el7_2.x86_64 17/35
1375 Verifying : kolab-ldap-3.1.9-6.6.el7.kolab_3.5.noarch 18/35
1376 Verifying : libselinux-utils-2.2.2-6.el7.x86_64 19/35
1377 Verifying : libcgroup-0.41-8.el7.x86_64 20/35
1378 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 21/35
1379 Verifying : cyrus-sasl-gssapi-2.1.26-19.2.el7.x86_64 22/35
1380 Verifying : libevent-2.0.21-4.el7.x86_64 23/35
1381 Verifying : 1:perl-IO-Zlib-1.10-286.el7.noarch 24/35
1382 Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 25/35
1383 Verifying : audit-libs-python-2.4.1-5.el7.x86_64 26/35
1384 Verifying : perl-DB_File-1.830-6.el7.x86_64 27/35
1385 Verifying : libselinux-python-2.2.2-6.el7.x86_64 28/35
1386 Verifying : libicu-50.1.2-15.el7.x86_64 29/35
1387 Verifying : svrcore-4.0.4-11.el7.x86_64 30/35
1388 Verifying : 1:net-snmp-libs-5.7.2-24.el7.x86_64 31/35
1389 Verifying : policycoreutils-2.2.5-20.el7.x86_64 32/35
1390 Verifying : 1:perl-Package-Constants-0.02-286.el7.noarch 33/35
1391 Verifying : perl-Archive-Tar-1.92-2.el7.noarch 34/35
1392 Verifying : policycoreutils-python-2.2.5-20.el7.x86_64 35/35
1393
1394Installed:
1395 kolab-ldap.noarch 0:3.1.9-6.6.el7.kolab_3.5
1396
1397Dependency Installed:
1398 389-ds-base.x86_64 0:1.3.4.0-21.el7_2
1399 389-ds-base-libs.x86_64 0:1.3.4.0-21.el7_2
1400 audit-libs-python.x86_64 0:2.4.1-5.el7
1401 checkpolicy.x86_64 0:2.1.12-6.el7
1402 cyrus-sasl-gssapi.x86_64 0:2.1.26-19.2.el7
1403 cyrus-sasl-md5.x86_64 0:2.1.26-19.2.el7
1404 libcgroup.x86_64 0:0.41-8.el7
1405 libevent.x86_64 0:2.0.21-4.el7
1406 libicu.x86_64 0:50.1.2-15.el7
1407 libselinux-python.x86_64 0:2.2.2-6.el7
1408 libselinux-utils.x86_64 0:2.2.2-6.el7
1409 libsemanage-python.x86_64 0:2.1.10-18.el7
1410 libtalloc.x86_64 0:2.1.2-1.el7
1411 libtevent.x86_64 0:0.9.25-1.el7
1412 lm_sensors-libs.x86_64 0:3.3.4-11.el7
1413 net-snmp-agent-libs.x86_64 1:5.7.2-24.el7
1414 net-snmp-libs.x86_64 1:5.7.2-24.el7
1415 perl-Archive-Tar.noarch 0:1.92-2.el7
1416 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
1417 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
1418 perl-DB_File.x86_64 0:1.830-6.el7
1419 perl-Data-Dumper.x86_64 0:2.145-3.el7
1420 perl-IO-Compress.noarch 0:2.061-2.el7
1421 perl-IO-Zlib.noarch 1:1.10-286.el7
1422 perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7
1423 perl-NetAddr-IP.x86_64 0:4.069-3.el7
1424 perl-Package-Constants.noarch 1:0.02-286.el7
1425 policycoreutils.x86_64 0:2.2.5-20.el7
1426 policycoreutils-python.x86_64 0:2.2.5-20.el7
1427 python-IPy.noarch 0:0.75-6.el7
1428 python-sqlalchemy.x86_64 0:0.9.8-1.el7
1429 setools-libs.x86_64 0:3.3.7-46.el7
1430 svrcore.x86_64 0:4.0.4-11.el7
1431 tcp_wrappers-libs.x86_64 0:7.6-77.el7
1432
1433Complete!
1434Loaded plugins: priorities
1435Cleaning repos: Kolab_Development base epel extras updates
1436Cleaning up everything
1437 ---> 046e58415591
1438Removing intermediate container 05019c18817b
1439Step 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
1440 ---> Running in c2406bc6c73a
1441 ---> 70a587f1e19f
1442Removing intermediate container c2406bc6c73a
1443Step 3 : ADD /template.ldif /usr/share/dirsrv/data/template.ldif
1444 ---> efd3f3a3221d
1445Removing intermediate container 0f1f62b4347e
1446Step 4 : RUN mkdir -p /run/lock
1447 ---> Running in d08935996a54
1448 ---> 3f05b0a0dbf2
1449Removing intermediate container d08935996a54
1450Step 5 : RUN ln -sf /bin/true /sbin/semanage
1451 ---> Running in 7e88bb348445
1452 ---> 033ee6739156
1453Removing intermediate container 7e88bb348445
1454Step 6 : RUN ln -sf /bin/true /bin/systemctl
1455 ---> Running in a4be2575c34c
1456 ---> fd33f7c9a910
1457Removing intermediate container a4be2575c34c
1458Step 7 : VOLUME /data
1459 ---> Running in 68c47e8576bb
1460 ---> 7aab10171f00
1461Removing intermediate container 68c47e8576bb
1462Step 8 : EXPOSE 389 636
1463 ---> Running in 41287dab5180
1464 ---> 145cfbfbf8ad
1465Removing intermediate container 41287dab5180
1466Successfully built 145cfbfbf8ad
1467== ./01-base-mx ==
1468Sending build context to Docker daemon 2.048 kB
1469Sending build context to Docker daemon 2.048 kB
1470
1471Step 0 : FROM kolab/base:latest
1472 ---> 6692c317664f
1473Step 1 : RUN yum -y install postfix postfix-kolab && yum clean all
1474 ---> Running in 40ec8e4e8067
1475Loaded plugins: priorities
1476158 packages excluded due to repository priority protections
1477Resolving Dependencies
1478--> Running transaction check
1479---> Package postfix.x86_64 2:2.10.1-6.el7 will be installed
1480--> Processing Dependency: systemd-sysv for package: 2:postfix-2.10.1-6.el7.x86_64
1481--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64
1482--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 2:postfix-2.10.1-6.el7.x86_64
1483---> Package postfix-kolab.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
1484--> Processing Dependency: pykolab = 0.7.16-1.2.el7.kolab_3.5 for package: postfix-kolab-0.7.16-1.2.el7.kolab_3.5.noarch
1485--> Processing Dependency: MySQL-python for package: postfix-kolab-0.7.16-1.2.el7.kolab_3.5.noarch
1486--> Processing Dependency: python-sqlalchemy for package: postfix-kolab-0.7.16-1.2.el7.kolab_3.5.noarch
1487--> Running transaction check
1488---> Package MySQL-python.x86_64 0:1.2.3-11.el7 will be installed
1489---> Package mariadb-libs.x86_64 1:5.5.44-2.el7.centos will be installed
1490---> Package pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
1491--> Processing Dependency: kolab-cli = 0.7.16-1.2.el7.kolab_3.5 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
1492--> Processing Dependency: python-ldap >= 2.4 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
1493--> Processing Dependency: python-pyasn1-modules for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
1494--> Processing Dependency: python-pyasn1 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
1495---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
1496---> Package systemd-sysv.x86_64 0:219-19.el7 will be installed
1497--> Running transaction check
1498---> Package kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
1499--> Processing Dependency: python-cheetah for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
1500--> Processing Dependency: python-augeas for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
1501---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
1502---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
1503---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
1504--> Running transaction check
1505---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
1506--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
1507---> Package python-cheetah.x86_64 0:2.4.4-5.el7.centos will be installed
1508--> Processing Dependency: python-pygments for package: python-cheetah-2.4.4-5.el7.centos.x86_64
1509--> Processing Dependency: python-markdown for package: python-cheetah-2.4.4-5.el7.centos.x86_64
1510--> Running transaction check
1511---> Package augeas-libs.x86_64 0:1.4.0-2.el7 will be installed
1512---> Package python-markdown.noarch 0:2.4.1-1.el7.centos will be installed
1513---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
1514--> Processing Dependency: python-setuptools for package: python-pygments-1.4-9.el7.noarch
1515--> Processing Dependency: python-imaging for package: python-pygments-1.4-9.el7.noarch
1516--> Running transaction check
1517---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7 will be installed
1518--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1519--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1520--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1521--> Processing Dependency: libtiff.so.5()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1522--> Processing Dependency: libjpeg.so.62()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1523--> Processing Dependency: libfreetype.so.6()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
1524---> Package python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5 will be installed
1525--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.6.el7.kolab_3.5.noarch
1526--> Running transaction check
1527---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
1528---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
1529---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
1530--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
1531---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
1532---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
1533--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
1534--> Running transaction check
1535---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
1536---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
1537--> Finished Dependency Resolution
1538
1539Dependencies Resolved
1540
1541================================================================================
1542 Package Arch Version Repository Size
1543================================================================================
1544Installing:
1545 postfix x86_64 2:2.10.1-6.el7 base 2.4 M
1546 postfix-kolab noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 31 k
1547Installing for dependencies:
1548 MySQL-python x86_64 1.2.3-11.el7 base 82 k
1549 augeas-libs x86_64 1.4.0-2.el7 base 355 k
1550 freetype x86_64 2.4.11-11.el7 base 391 k
1551 jbigkit-libs x86_64 2.0-11.el7 base 46 k
1552 kolab-cli noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 131 k
1553 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
1554 libtiff x86_64 4.0.3-14.el7 base 167 k
1555 libwebp x86_64 0.3.0-3.el7 base 170 k
1556 mariadb-libs x86_64 1:5.5.44-2.el7.centos base 754 k
1557 pykolab noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 192 k
1558 python-augeas noarch 0.5.0-2.el7 base 25 k
1559 python-backports x86_64 1.0-8.el7 base 5.8 k
1560 python-backports-ssl_match_hostname
1561 noarch 3.4.0.2-4.el7 base 12 k
1562 python-cheetah x86_64 2.4.4-5.el7.centos extras 341 k
1563 python-ldap x86_64 2.4.15-2.el7 base 159 k
1564 python-markdown noarch 2.4.1-1.el7.centos extras 186 k
1565 python-pillow x86_64 2.0.0-19.gitd1c6db8.el7 base 438 k
1566 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
1567 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
1568 python-pygments noarch 1.4-9.el7 base 599 k
1569 python-setuptools noarch 7.0-2.6.el7.kolab_3.5 Kolab_Development 407 k
1570 python-sqlalchemy x86_64 0.9.8-1.el7 base 2.9 M
1571 systemd-sysv x86_64 219-19.el7 base 52 k
1572
1573Transaction Summary
1574================================================================================
1575Install 2 Packages (+23 Dependent packages)
1576
1577Total download size: 10 M
1578Installed size: 52 M
1579Downloading packages:
1580--------------------------------------------------------------------------------
1581Total 11 MB/s | 10 MB 00:00
1582Running transaction check
1583Running transaction test
1584Transaction test succeeded
1585Running transaction
1586 Installing : python-sqlalchemy-0.9.8-1.el7.x86_64 1/25
1587 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/25
1588 Installing : python-pyasn1-0.1.6-2.el7.noarch 3/25
1589 Installing : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 4/25
1590 Installing : MySQL-python-1.2.3-11.el7.x86_64 5/25
1591 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 6/25
1592 Installing : libwebp-0.3.0-3.el7.x86_64 7/25
1593 Installing : augeas-libs-1.4.0-2.el7.x86_64 8/25
1594 Installing : python-augeas-0.5.0-2.el7.noarch 9/25
1595 Installing : jbigkit-libs-2.0-11.el7.x86_64 10/25
1596 Installing : libtiff-4.0.3-14.el7.x86_64 11/25
1597 Installing : python-ldap-2.4.15-2.el7.x86_64 12/25
1598 Installing : freetype-2.4.11-11.el7.x86_64 13/25
1599 Installing : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 14/25
1600 Installing : python-backports-1.0-8.el7.x86_64 15/25
1601 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 16/25
1602 Installing : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 17/25
1603 Installing : python-pygments-1.4-9.el7.noarch 18/25
1604 Installing : python-markdown-2.4.1-1.el7.centos.noarch 19/25
1605 Installing : python-cheetah-2.4.4-5.el7.centos.x86_64 20/25
1606 Installing : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 21/25
1607 Installing : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 22/25
1608 Installing : systemd-sysv-219-19.el7.x86_64 23/25
1609 Installing : 2:postfix-2.10.1-6.el7.x86_64 24/25
1610 Installing : postfix-kolab-0.7.16-1.2.el7.kolab_3.5.noarch 25/25
1611 Verifying : python-augeas-0.5.0-2.el7.noarch 1/25
1612 Verifying : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 2/25
1613 Verifying : python-pyasn1-0.1.6-2.el7.noarch 3/25
1614 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 4/25
1615 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 5/25
1616 Verifying : MySQL-python-1.2.3-11.el7.x86_64 6/25
1617 Verifying : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 7/25
1618 Verifying : python-sqlalchemy-0.9.8-1.el7.x86_64 8/25
1619 Verifying : 2:postfix-2.10.1-6.el7.x86_64 9/25
1620 Verifying : python-pygments-1.4-9.el7.noarch 10/25
1621 Verifying : libtiff-4.0.3-14.el7.x86_64 11/25
1622 Verifying : python-cheetah-2.4.4-5.el7.centos.x86_64 12/25
1623 Verifying : systemd-sysv-219-19.el7.x86_64 13/25
1624 Verifying : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 14/25
1625 Verifying : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 15/25
1626 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 16/25
1627 Verifying : python-markdown-2.4.1-1.el7.centos.noarch 17/25
1628 Verifying : postfix-kolab-0.7.16-1.2.el7.kolab_3.5.noarch 18/25
1629 Verifying : python-backports-1.0-8.el7.x86_64 19/25
1630 Verifying : freetype-2.4.11-11.el7.x86_64 20/25
1631 Verifying : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 21/25
1632 Verifying : python-ldap-2.4.15-2.el7.x86_64 22/25
1633 Verifying : jbigkit-libs-2.0-11.el7.x86_64 23/25
1634 Verifying : augeas-libs-1.4.0-2.el7.x86_64 24/25
1635 Verifying : libwebp-0.3.0-3.el7.x86_64 25/25
1636
1637Installed:
1638 postfix.x86_64 2:2.10.1-6.el7 postfix-kolab.noarch 0:0.7.16-1.2.el7.kolab_3.5
1639
1640Dependency Installed:
1641 MySQL-python.x86_64 0:1.2.3-11.el7
1642 augeas-libs.x86_64 0:1.4.0-2.el7
1643 freetype.x86_64 0:2.4.11-11.el7
1644 jbigkit-libs.x86_64 0:2.0-11.el7
1645 kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5
1646 libjpeg-turbo.x86_64 0:1.2.90-5.el7
1647 libtiff.x86_64 0:4.0.3-14.el7
1648 libwebp.x86_64 0:0.3.0-3.el7
1649 mariadb-libs.x86_64 1:5.5.44-2.el7.centos
1650 pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5
1651 python-augeas.noarch 0:0.5.0-2.el7
1652 python-backports.x86_64 0:1.0-8.el7
1653 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
1654 python-cheetah.x86_64 0:2.4.4-5.el7.centos
1655 python-ldap.x86_64 0:2.4.15-2.el7
1656 python-markdown.noarch 0:2.4.1-1.el7.centos
1657 python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7
1658 python-pyasn1.noarch 0:0.1.6-2.el7
1659 python-pyasn1-modules.noarch 0:0.1.6-2.el7
1660 python-pygments.noarch 0:1.4-9.el7
1661 python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5
1662 python-sqlalchemy.x86_64 0:0.9.8-1.el7
1663 systemd-sysv.x86_64 0:219-19.el7
1664
1665Complete!
1666Loaded plugins: priorities
1667Cleaning repos: Kolab_Development base epel extras updates
1668Cleaning up everything
1669 ---> d7ecf6fccbfd
1670Removing intermediate container 40ec8e4e8067
1671Step 2 : VOLUME /data
1672 ---> Running in 8135115e0cde
1673 ---> 7baf009ca386
1674Removing intermediate container 8135115e0cde
1675Successfully built 7baf009ca386
1676== ./01-base-nodejs ==
1677Sending build context to Docker daemon 3.072 kB
1678Sending build context to Docker daemon 3.072 kB
1679
1680Step 0 : FROM kolab/base:latest
1681 ---> 6692c317664f
1682Step 1 : ENV NODE_VERSION 0.12.8
1683 ---> Running in a020237a0ece
1684 ---> c984d9854351
1685Removing intermediate container a020237a0ece
1686Step 2 : RUN yum -y install libjpeg-turbo-utils libpng-devel nodejs npm tar && yum clean all
1687 ---> Running in faf18dbc3bf5
1688Loaded plugins: priorities
1689158 packages excluded due to repository priority protections
1690Package 2:tar-1.26-29.el7.x86_64 already installed and latest version
1691Resolving Dependencies
1692--> Running transaction check
1693---> Package libjpeg-turbo-utils.x86_64 0:1.2.90-5.el7 will be installed
1694--> Processing Dependency: libjpeg-turbo(x86-64) = 1.2.90-5.el7 for package: libjpeg-turbo-utils-1.2.90-5.el7.x86_64
1695--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: libjpeg-turbo-utils-1.2.90-5.el7.x86_64
1696--> Processing Dependency: libjpeg.so.62(LIBJPEGTURBO_6.2)(64bit) for package: libjpeg-turbo-utils-1.2.90-5.el7.x86_64
1697--> Processing Dependency: libjpeg.so.62()(64bit) for package: libjpeg-turbo-utils-1.2.90-5.el7.x86_64
1698---> Package libpng-devel.x86_64 2:1.5.13-7.el7_2 will be installed
1699--> Processing Dependency: libpng(x86-64) = 2:1.5.13-7.el7_2 for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
1700--> Processing Dependency: zlib-devel(x86-64) for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
1701--> Processing Dependency: libpng15.so.15()(64bit) for package: 2:libpng-devel-1.5.13-7.el7_2.x86_64
1702---> Package nodejs.x86_64 0:0.12.8-1.2.el7.kolab_3.5 will be installed
1703--> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.12.8-1.2.el7.kolab_3.5.x86_64
1704--> Processing Dependency: v8(x86-64) >= 1:3.14.5.10-17 for package: nodejs-0.12.8-1.2.el7.kolab_3.5.x86_64
1705---> Package npm.noarch 0:1.3.6-5.el7 will be installed
1706--> Processing Dependency: npm(npmlog) = 0.0.4 for package: npm-1.3.6-5.el7.noarch
1707--> Processing Dependency: npm(npm-user-validate) = 0.0.3 for package: npm-1.3.6-5.el7.noarch
1708--> Processing Dependency: npm(init-package-json) = 0.0.10 for package: npm-1.3.6-5.el7.noarch
1709--> Processing Dependency: npm(editor) = 0.0.4 for package: npm-1.3.6-5.el7.noarch
1710--> Processing Dependency: npm(block-stream) = 0.0.7 for package: npm-1.3.6-5.el7.noarch
1711--> Processing Dependency: npm(which) < 2 for package: npm-1.3.6-5.el7.noarch
1712--> Processing Dependency: npm(uid-number) < 1 for package: npm-1.3.6-5.el7.noarch
1713--> Processing Dependency: npm(tar) < 0.2 for package: npm-1.3.6-5.el7.noarch
1714--> Processing Dependency: npm(slide) < 1.2 for package: npm-1.3.6-5.el7.noarch
1715--> Processing Dependency: npm(sha) < 1.3 for package: npm-1.3.6-5.el7.noarch
1716--> Processing Dependency: npm(semver) < 2.2 for package: npm-1.3.6-5.el7.noarch
1717--> Processing Dependency: npm(rimraf) < 2.3 for package: npm-1.3.6-5.el7.noarch
1718--> Processing Dependency: npm(retry) < 0.7 for package: npm-1.3.6-5.el7.noarch
1719--> Processing Dependency: npm(request) < 3 for package: npm-1.3.6-5.el7.noarch
1720--> Processing Dependency: npm(read-package-json) < 1.2 for package: npm-1.3.6-5.el7.noarch
1721--> Processing Dependency: npm(read-installed) < 0.3 for package: npm-1.3.6-5.el7.noarch
1722--> Processing Dependency: npm(read) < 1.1 for package: npm-1.3.6-5.el7.noarch
1723--> Processing Dependency: npm(osenv) < 1 for package: npm-1.3.6-5.el7.noarch
1724--> Processing Dependency: npm(opener) < 1.4 for package: npm-1.3.6-5.el7.noarch
1725--> Processing Dependency: npm(once) < 1.2 for package: npm-1.3.6-5.el7.noarch
1726--> Processing Dependency: npm(npmconf) < 0.2 for package: npm-1.3.6-5.el7.noarch
1727--> Processing Dependency: npm(npm-registry-client) < 0.3 for package: npm-1.3.6-5.el7.noarch
1728--> Processing Dependency: npm(nopt) < 2.2 for package: npm-1.3.6-5.el7.noarch
1729--> Processing Dependency: npm(node-gyp) < 0.11 for package: npm-1.3.6-5.el7.noarch
1730--> Processing Dependency: npm(mkdirp) < 0.4 for package: npm-1.3.6-5.el7.noarch
1731--> Processing Dependency: npm(minimatch) < 0.3 for package: npm-1.3.6-5.el7.noarch
1732--> Processing Dependency: npm(lru-cache) < 2.4 for package: npm-1.3.6-5.el7.noarch
1733--> Processing Dependency: npm(lockfile) < 0.5 for package: npm-1.3.6-5.el7.noarch
1734--> Processing Dependency: npm(ini) < 1.2 for package: npm-1.3.6-5.el7.noarch
1735--> Processing Dependency: npm(graceful-fs) < 2.1 for package: npm-1.3.6-5.el7.noarch
1736--> Processing Dependency: npm(glob) < 3.3 for package: npm-1.3.6-5.el7.noarch
1737--> Processing Dependency: npm(fstream-npm) < 0.2 for package: npm-1.3.6-5.el7.noarch
1738--> Processing Dependency: npm(fstream) < 0.2 for package: npm-1.3.6-5.el7.noarch
1739--> Processing Dependency: npm(cmd-shim) < 1.2 for package: npm-1.3.6-5.el7.noarch
1740--> Processing Dependency: npm(chownr) < 1 for package: npm-1.3.6-5.el7.noarch
1741--> Processing Dependency: npm(chmodr) < 0.2 for package: npm-1.3.6-5.el7.noarch
1742--> Processing Dependency: npm(child-process-close) < 0.2 for package: npm-1.3.6-5.el7.noarch
1743--> Processing Dependency: npm(archy) < 1 for package: npm-1.3.6-5.el7.noarch
1744--> Processing Dependency: npm(ansi) < 0.3 for package: npm-1.3.6-5.el7.noarch
1745--> Processing Dependency: npm(abbrev) < 1.1 for package: npm-1.3.6-5.el7.noarch
1746--> Processing Dependency: npm(request) > 2.16 for package: npm-1.3.6-5.el7.noarch
1747--> Processing Dependency: npm(which) >= 1 for package: npm-1.3.6-5.el7.noarch
1748--> Processing Dependency: npm(tar) >= 0.1.18 for package: npm-1.3.6-5.el7.noarch
1749--> Processing Dependency: npm(slide) >= 1.1.4 for package: npm-1.3.6-5.el7.noarch
1750--> Processing Dependency: npm(sha) >= 1.2.1 for package: npm-1.3.6-5.el7.noarch
1751--> Processing Dependency: npm(semver) >= 2.1 for package: npm-1.3.6-5.el7.noarch
1752--> Processing Dependency: npm(rimraf) >= 2.2.0 for package: npm-1.3.6-5.el7.noarch
1753--> Processing Dependency: npm(retry) >= 0.6.0 for package: npm-1.3.6-5.el7.noarch
1754--> Processing Dependency: npm(read-package-json) >= 1.1.0 for package: npm-1.3.6-5.el7.noarch
1755--> Processing Dependency: npm(read-installed) >= 0.2.2 for package: npm-1.3.6-5.el7.noarch
1756--> Processing Dependency: npm(read) >= 1.0.4 for package: npm-1.3.6-5.el7.noarch
1757--> Processing Dependency: npm(opener) >= 1.3.0 for package: npm-1.3.6-5.el7.noarch
1758--> Processing Dependency: npm(once) >= 1.1.1 for package: npm-1.3.6-5.el7.noarch
1759--> Processing Dependency: npm(npmconf) >= 0.1.2 for package: npm-1.3.6-5.el7.noarch
1760--> Processing Dependency: npm(npm-registry-client) >= 0.2.27 for package: npm-1.3.6-5.el7.noarch
1761--> Processing Dependency: npm(nopt) >= 2.1.2 for package: npm-1.3.6-5.el7.noarch
1762--> Processing Dependency: npm(node-gyp) >= 0.10.6 for package: npm-1.3.6-5.el7.noarch
1763--> Processing Dependency: npm(mkdirp) >= 0.3.3 for package: npm-1.3.6-5.el7.noarch
1764--> Processing Dependency: npm(minimatch) >= 0.2.12 for package: npm-1.3.6-5.el7.noarch
1765--> Processing Dependency: npm(lru-cache) >= 2.3.0 for package: npm-1.3.6-5.el7.noarch
1766--> Processing Dependency: npm(lockfile) >= 0.4.0 for package: npm-1.3.6-5.el7.noarch
1767--> Processing Dependency: npm(ini) >= 1.1.0 for package: npm-1.3.6-5.el7.noarch
1768--> Processing Dependency: npm(graceful-fs) >= 2.0.0 for package: npm-1.3.6-5.el7.noarch
1769--> Processing Dependency: npm(glob) >= 3.2.3 for package: npm-1.3.6-5.el7.noarch
1770--> Processing Dependency: npm(fstream-npm) >= 0.1.3 for package: npm-1.3.6-5.el7.noarch
1771--> Processing Dependency: npm(fstream) >= 0.1.23 for package: npm-1.3.6-5.el7.noarch
1772--> Processing Dependency: npm(cmd-shim) >= 1.1 for package: npm-1.3.6-5.el7.noarch
1773--> Processing Dependency: npm(chmodr) >= 0.1.0 for package: npm-1.3.6-5.el7.noarch
1774--> Processing Dependency: npm(child-process-close) >= 0.1.1 for package: npm-1.3.6-5.el7.noarch
1775--> Processing Dependency: npm(ansi) >= 0.2 for package: npm-1.3.6-5.el7.noarch
1776--> Processing Dependency: npm(abbrev) >= 1.0.4 for package: npm-1.3.6-5.el7.noarch
1777--> Running transaction check
1778---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
1779---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
1780---> Package node-gyp.noarch 0:0.10.6-2.el7 will be installed
1781--> Processing Dependency: v8-devel for package: node-gyp-0.10.6-2.el7.noarch
1782--> Processing Dependency: nodejs-devel for package: node-gyp-0.10.6-2.el7.noarch
1783--> Processing Dependency: libuv-devel for package: node-gyp-0.10.6-2.el7.noarch
1784--> Processing Dependency: http-parser-devel for package: node-gyp-0.10.6-2.el7.noarch
1785--> Processing Dependency: gyp for package: node-gyp-0.10.6-2.el7.noarch
1786--> Processing Dependency: gcc-c++ for package: node-gyp-0.10.6-2.el7.noarch
1787---> Package nodejs-abbrev.noarch 0:1.0.4-6.el7 will be installed
1788---> Package nodejs-ansi.noarch 0:0.2.1-1.el7 will be installed
1789---> Package nodejs-archy.noarch 0:0.0.2-8.el7 will be installed
1790---> Package nodejs-block-stream.noarch 0:0.0.7-1.el7 will be installed
1791--> Processing Dependency: npm(inherits) < 2.1 for package: nodejs-block-stream-0.0.7-1.el7.noarch
1792--> Processing Dependency: npm(inherits) >= 2.0.0 for package: nodejs-block-stream-0.0.7-1.el7.noarch
1793---> Package nodejs-child-process-close.noarch 0:0.1.1-2.el7 will be installed
1794---> Package nodejs-chmodr.noarch 0:0.1.0-4.el7 will be installed
1795---> Package nodejs-chownr.noarch 0:0.0.1-9.el7 will be installed
1796---> Package nodejs-cmd-shim.noarch 0:1.1.0-3.el7 will be installed
1797---> Package nodejs-editor.noarch 0:0.0.4-2.el7 will be installed
1798---> Package nodejs-fstream.noarch 0:0.1.24-1.el7 will be installed
1799---> Package nodejs-fstream-npm.noarch 0:0.1.5-1.el7 will be installed
1800--> Processing Dependency: npm(fstream-ignore) < 0.1 for package: nodejs-fstream-npm-0.1.5-1.el7.noarch
1801--> Processing Dependency: npm(fstream-ignore) >= 0.0.5 for package: nodejs-fstream-npm-0.1.5-1.el7.noarch
1802---> Package nodejs-glob.noarch 0:3.2.6-1.el7 will be installed
1803---> Package nodejs-graceful-fs.noarch 0:2.0.0-2.el7 will be installed
1804---> Package nodejs-ini.noarch 0:1.1.0-3.el7 will be installed
1805---> Package nodejs-init-package-json.noarch 0:0.0.10-1.el7 will be installed
1806--> Processing Dependency: npm(promzard) < 0.3 for package: nodejs-init-package-json-0.0.10-1.el7.noarch
1807--> Processing Dependency: npm(promzard) >= 0.2.0 for package: nodejs-init-package-json-0.0.10-1.el7.noarch
1808---> Package nodejs-lockfile.noarch 0:0.4.2-1.el7 will be installed
1809---> Package nodejs-lru-cache.noarch 0:2.3.0-3.el7 will be installed
1810---> Package nodejs-minimatch.noarch 0:0.2.12-2.el7 will be installed
1811--> Processing Dependency: npm(sigmund) < 1.1 for package: nodejs-minimatch-0.2.12-2.el7.noarch
1812--> Processing Dependency: npm(sigmund) >= 1.0.0 for package: nodejs-minimatch-0.2.12-2.el7.noarch
1813---> Package nodejs-mkdirp.noarch 0:0.3.5-3.el7 will be installed
1814---> Package nodejs-nopt.noarch 0:2.1.2-1.el7 will be installed
1815---> Package nodejs-npm-registry-client.noarch 0:0.2.28-3.el7 will be installed
1816---> Package nodejs-npm-user-validate.noarch 0:0.0.3-1.el7 will be installed
1817---> Package nodejs-npmconf.noarch 0:0.1.3-1.el7 will be installed
1818--> Processing Dependency: npm(config-chain) < 1.2 for package: nodejs-npmconf-0.1.3-1.el7.noarch
1819--> Processing Dependency: npm(config-chain) >= 1.1.1 for package: nodejs-npmconf-0.1.3-1.el7.noarch
1820---> Package nodejs-npmlog.noarch 0:0.0.4-3.el7 will be installed
1821---> Package nodejs-once.noarch 0:1.1.1-5.el7 will be installed
1822---> Package nodejs-opener.noarch 0:1.3.0-7.el7 will be installed
1823---> Package nodejs-osenv.noarch 0:0.0.3-5.el7 will be installed
1824---> Package nodejs-read.noarch 0:1.0.5-1.el7 will be installed
1825--> Processing Dependency: npm(mute-stream) < 0.1 for package: nodejs-read-1.0.5-1.el7.noarch
1826--> Processing Dependency: npm(mute-stream) >= 0.0.4 for package: nodejs-read-1.0.5-1.el7.noarch
1827---> Package nodejs-read-installed.noarch 0:0.2.4-1.el7 will be installed
1828---> Package nodejs-read-package-json.noarch 0:1.1.3-1.el7 will be installed
1829--> Processing Dependency: npm(normalize-package-data) < 1 for package: nodejs-read-package-json-1.1.3-1.el7.noarch
1830--> Processing Dependency: npm(normalize-package-data) >= 0.2 for package: nodejs-read-package-json-1.1.3-1.el7.noarch
1831---> Package nodejs-request.noarch 0:2.25.0-1.el7 will be installed
1832--> Processing Dependency: npm(tunnel-agent) < 0.4 for package: nodejs-request-2.25.0-1.el7.noarch
1833--> Processing Dependency: npm(qs) < 0.7 for package: nodejs-request-2.25.0-1.el7.noarch
1834--> Processing Dependency: npm(oauth-sign) < 0.4 for package: nodejs-request-2.25.0-1.el7.noarch
1835--> Processing Dependency: npm(node-uuid) < 1.5 for package: nodejs-request-2.25.0-1.el7.noarch
1836--> Processing Dependency: npm(mime) < 1.3 for package: nodejs-request-2.25.0-1.el7.noarch
1837--> Processing Dependency: npm(json-stringify-safe) < 5.1 for package: nodejs-request-2.25.0-1.el7.noarch
1838--> Processing Dependency: npm(http-signature) < 0.11 for package: nodejs-request-2.25.0-1.el7.noarch
1839--> Processing Dependency: npm(hawk) < 1.1 for package: nodejs-request-2.25.0-1.el7.noarch
1840--> Processing Dependency: npm(form-data) < 0.2 for package: nodejs-request-2.25.0-1.el7.noarch
1841--> Processing Dependency: npm(forever-agent) < 0.6 for package: nodejs-request-2.25.0-1.el7.noarch
1842--> Processing Dependency: npm(cookie-jar) < 0.4 for package: nodejs-request-2.25.0-1.el7.noarch
1843--> Processing Dependency: npm(aws-sign) < 0.4 for package: nodejs-request-2.25.0-1.el7.noarch
1844--> Processing Dependency: npm(tunnel-agent) >= 0.3.0 for package: nodejs-request-2.25.0-1.el7.noarch
1845--> Processing Dependency: npm(qs) >= 0.6.0 for package: nodejs-request-2.25.0-1.el7.noarch
1846--> Processing Dependency: npm(oauth-sign) >= 0.3.0 for package: nodejs-request-2.25.0-1.el7.noarch
1847--> Processing Dependency: npm(node-uuid) >= 1.4.0 for package: nodejs-request-2.25.0-1.el7.noarch
1848--> Processing Dependency: npm(mime) >= 1.2.9 for package: nodejs-request-2.25.0-1.el7.noarch
1849--> Processing Dependency: npm(json-stringify-safe) >= 5.0.0 for package: nodejs-request-2.25.0-1.el7.noarch
1850--> Processing Dependency: npm(http-signature) >= 0.10.0 for package: nodejs-request-2.25.0-1.el7.noarch
1851--> Processing Dependency: npm(hawk) >= 1.0.0 for package: nodejs-request-2.25.0-1.el7.noarch
1852--> Processing Dependency: npm(form-data) >= 0.1.0 for package: nodejs-request-2.25.0-1.el7.noarch
1853--> Processing Dependency: npm(forever-agent) >= 0.5.0 for package: nodejs-request-2.25.0-1.el7.noarch
1854--> Processing Dependency: npm(cookie-jar) >= 0.3.0 for package: nodejs-request-2.25.0-1.el7.noarch
1855--> Processing Dependency: npm(aws-sign) >= 0.3.0 for package: nodejs-request-2.25.0-1.el7.noarch
1856---> Package nodejs-retry.noarch 0:0.6.0-5.el7 will be installed
1857---> Package nodejs-rimraf.noarch 0:2.2.2-1.el7 will be installed
1858---> Package nodejs-semver.noarch 0:2.1.0-3.el7 will be installed
1859---> Package nodejs-sha.noarch 0:1.2.1-1.el7 will be installed
1860---> Package nodejs-slide.noarch 0:1.1.5-1.el7 will be installed
1861---> Package nodejs-tar.noarch 0:0.1.18-1.el7 will be installed
1862---> Package nodejs-uid-number.noarch 0:0.0.3-7.el7 will be installed
1863---> Package nodejs-which.noarch 0:1.0.5-8.el7 will be installed
1864---> Package v8.x86_64 1:3.14.5.10-17.el7 will be installed
1865---> Package zlib-devel.x86_64 0:1.2.7-15.el7 will be installed
1866--> Running transaction check
1867---> Package gcc-c++.x86_64 0:4.8.5-4.el7 will be installed
1868--> Processing Dependency: libstdc++-devel = 4.8.5-4.el7 for package: gcc-c++-4.8.5-4.el7.x86_64
1869--> Processing Dependency: gcc = 4.8.5-4.el7 for package: gcc-c++-4.8.5-4.el7.x86_64
1870--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-c++-4.8.5-4.el7.x86_64
1871--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-c++-4.8.5-4.el7.x86_64
1872---> Package gyp.noarch 0:0.1-0.11.1617svn.el7 will be installed
1873---> Package http-parser-devel.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed
1874--> Processing Dependency: http-parser = 2.0-4.20121128gitcd01361.el7 for package: http-parser-devel-2.0-4.20121128gitcd01361.el7.x86_64
1875--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: http-parser-devel-2.0-4.20121128gitcd01361.el7.x86_64
1876--> Processing Dependency: libhttp_parser.so.2()(64bit) for package: http-parser-devel-2.0-4.20121128gitcd01361.el7.x86_64
1877---> Package libuv-devel.x86_64 1:0.10.34-1.el7 will be installed
1878--> Processing Dependency: libuv(x86-64) = 1:0.10.34-1.el7 for package: 1:libuv-devel-0.10.34-1.el7.x86_64
1879--> Processing Dependency: libuv.so.0.10()(64bit) for package: 1:libuv-devel-0.10.34-1.el7.x86_64
1880---> Package nodejs-aws-sign.noarch 0:0.3.0-1.el7 will be installed
1881---> Package nodejs-config-chain.noarch 0:1.1.7-1.el7 will be installed
1882--> Processing Dependency: npm(proto-list) < 1.3 for package: nodejs-config-chain-1.1.7-1.el7.noarch
1883--> Processing Dependency: npm(proto-list) >= 1.2.1 for package: nodejs-config-chain-1.1.7-1.el7.noarch
1884---> Package nodejs-cookie-jar.noarch 1:0.3.0-1.el7 will be installed
1885---> Package nodejs-devel.x86_64 0:0.12.8-1.2.el7.kolab_3.5 will be installed
1886--> Processing Dependency: openssl-devel(x86-64) for package: nodejs-devel-0.12.8-1.2.el7.kolab_3.5.x86_64
1887--> Processing Dependency: nodejs-packaging for package: nodejs-devel-0.12.8-1.2.el7.kolab_3.5.x86_64
1888---> Package nodejs-forever-agent.noarch 0:0.5.0-1.el7 will be installed
1889---> Package nodejs-form-data.noarch 0:0.1.1-1.el7 will be installed
1890--> Processing Dependency: npm(combined-stream) < 0.1 for package: nodejs-form-data-0.1.1-1.el7.noarch
1891--> Processing Dependency: npm(async) < 0.3 for package: nodejs-form-data-0.1.1-1.el7.noarch
1892--> Processing Dependency: npm(combined-stream) >= 0.0.4 for package: nodejs-form-data-0.1.1-1.el7.noarch
1893--> Processing Dependency: npm(async) >= 0.2.9 for package: nodejs-form-data-0.1.1-1.el7.noarch
1894---> Package nodejs-fstream-ignore.noarch 0:0.0.7-1.el7 will be installed
1895---> Package nodejs-hawk.noarch 0:1.0.0-1.el7 will be installed
1896--> Processing Dependency: npm(sntp) < 0.3 for package: nodejs-hawk-1.0.0-1.el7.noarch
1897--> Processing Dependency: npm(hoek) < 0.10 for package: nodejs-hawk-1.0.0-1.el7.noarch
1898--> Processing Dependency: npm(cryptiles) < 0.3 for package: nodejs-hawk-1.0.0-1.el7.noarch
1899--> Processing Dependency: npm(boom) < 0.5 for package: nodejs-hawk-1.0.0-1.el7.noarch
1900--> Processing Dependency: npm(sntp) >= 0.2 for package: nodejs-hawk-1.0.0-1.el7.noarch
1901--> Processing Dependency: npm(hoek) >= 0.9 for package: nodejs-hawk-1.0.0-1.el7.noarch
1902--> Processing Dependency: npm(cryptiles) >= 0.2 for package: nodejs-hawk-1.0.0-1.el7.noarch
1903--> Processing Dependency: npm(boom) >= 0.4 for package: nodejs-hawk-1.0.0-1.el7.noarch
1904---> Package nodejs-http-signature.noarch 0:0.10.0-3.el7 will be installed
1905--> Processing Dependency: npm(ctype) < 0.6 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1906--> Processing Dependency: npm(assert-plus) < 0.2 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1907--> Processing Dependency: npm(asn1) < 0.2 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1908--> Processing Dependency: npm(ctype) >= 0.5.3 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1909--> Processing Dependency: npm(assert-plus) >= 0.1.2 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1910--> Processing Dependency: npm(asn1) >= 0.1.11 for package: nodejs-http-signature-0.10.0-3.el7.noarch
1911---> Package nodejs-inherits.noarch 0:2.0.0-4.el7 will be installed
1912---> Package nodejs-json-stringify-safe.noarch 0:5.0.0-1.el7 will be installed
1913---> Package nodejs-mime.noarch 0:1.2.11-1.el7 will be installed
1914---> Package nodejs-mute-stream.noarch 0:0.0.4-1.el7 will be installed
1915---> Package nodejs-node-uuid.noarch 0:1.4.1-1.el7 will be installed
1916---> Package nodejs-normalize-package-data.noarch 0:0.2.1-1.el7 will be installed
1917--> Processing Dependency: npm(github-url-from-git) < 1.2 for package: nodejs-normalize-package-data-0.2.1-1.el7.noarch
1918--> Processing Dependency: npm(github-url-from-git) >= 1.1.1 for package: nodejs-normalize-package-data-0.2.1-1.el7.noarch
1919---> Package nodejs-oauth-sign.noarch 0:0.3.0-1.el7 will be installed
1920---> Package nodejs-promzard.noarch 0:0.2.0-6.el7 will be installed
1921---> Package nodejs-qs.noarch 0:0.6.6-3.el7 will be installed
1922---> Package nodejs-sigmund.noarch 0:1.0.0-5.el7 will be installed
1923---> Package nodejs-tunnel-agent.noarch 0:0.3.0-1.el7 will be installed
1924---> Package v8-devel.x86_64 1:3.14.5.10-17.el7 will be installed
1925--> Running transaction check
1926---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
1927--> Processing Dependency: libgomp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
1928--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
1929--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
1930--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-4.el7.x86_64
1931---> Package http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7 will be installed
1932---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
1933---> Package libstdc++-devel.x86_64 0:4.8.5-4.el7 will be installed
1934---> Package libuv.x86_64 1:0.10.34-1.el7 will be installed
1935---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
1936---> Package nodejs-asn1.noarch 0:0.1.11-3.el7 will be installed
1937---> Package nodejs-assert-plus.noarch 0:0.1.4-1.el7 will be installed
1938---> Package nodejs-async.noarch 0:0.2.10-1.el7 will be installed
1939---> Package nodejs-boom.noarch 0:0.4.2-2.el7 will be installed
1940---> Package nodejs-combined-stream.noarch 0:0.0.4-3.el7 will be installed
1941--> Processing Dependency: npm(delayed-stream) = 0.0.5 for package: nodejs-combined-stream-0.0.4-3.el7.noarch
1942---> Package nodejs-cryptiles.noarch 0:0.2.2-1.el7 will be installed
1943---> Package nodejs-ctype.noarch 0:0.5.3-3.el7 will be installed
1944---> Package nodejs-github-url-from-git.noarch 0:1.1.1-2.el7 will be installed
1945---> Package nodejs-hoek.noarch 0:0.9.1-1.el7 will be installed
1946---> Package nodejs-packaging.noarch 0:7-1.el7 will be installed
1947--> Processing Dependency: redhat-rpm-config for package: nodejs-packaging-7-1.el7.noarch
1948---> Package nodejs-proto-list.noarch 0:1.2.2-5.el7 will be installed
1949---> Package nodejs-sntp.noarch 0:0.2.4-1.el7 will be installed
1950---> Package openssl-devel.x86_64 1:1.0.1e-51.el7_2.1 will be installed
1951--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-51.el7_2.1.x86_64
1952--> Running transaction check
1953---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
1954---> Package glibc-devel.x86_64 0:2.17-106.el7_2.1 will be installed
1955--> Processing Dependency: glibc-headers = 2.17-106.el7_2.1 for package: glibc-devel-2.17-106.el7_2.1.x86_64
1956--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.1.x86_64
1957---> Package krb5-devel.x86_64 0:1.13.2-10.el7 will be installed
1958--> Processing Dependency: libverto-devel for package: krb5-devel-1.13.2-10.el7.x86_64
1959--> Processing Dependency: libselinux-devel for package: krb5-devel-1.13.2-10.el7.x86_64
1960--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.13.2-10.el7.x86_64
1961--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.13.2-10.el7.x86_64
1962---> Package libgomp.x86_64 0:4.8.5-4.el7 will be installed
1963---> Package nodejs-delayed-stream.noarch 0:0.0.5-5.el7 will be installed
1964---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
1965--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
1966--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
1967--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
1968--> Running transaction check
1969---> Package dwz.x86_64 0:0.11-3.el7 will be installed
1970---> Package glibc-headers.x86_64 0:2.17-106.el7_2.1 will be installed
1971--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.1.x86_64
1972--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.1.x86_64
1973---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
1974---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed
1975---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed
1976--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64
1977--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64
1978--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.2.2-6.el7.x86_64
1979---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
1980---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
1981---> Package zip.x86_64 0:3.0-10.el7 will be installed
1982--> Running transaction check
1983---> Package kernel-headers.x86_64 0:3.10.0-327.3.1.el7 will be installed
1984---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed
1985---> Package pcre-devel.x86_64 0:8.32-15.el7 will be installed
1986--> Finished Dependency Resolution
1987
1988Dependencies Resolved
1989
1990================================================================================
1991 Package Arch Version Repository
1992 Size
1993================================================================================
1994Installing:
1995 libjpeg-turbo-utils x86_64 1.2.90-5.el7 base 76 k
1996 libpng-devel x86_64 2:1.5.13-7.el7_2 updates 122 k
1997 nodejs x86_64 0.12.8-1.2.el7.kolab_3.5 Kolab_Development
1998 3.0 M
1999 npm noarch 1.3.6-5.el7 epel 333 k
2000Installing for dependencies:
2001 cpp x86_64 4.8.5-4.el7 base 5.9 M
2002 dwz x86_64 0.11-3.el7 base 99 k
2003 gcc x86_64 4.8.5-4.el7 base 16 M
2004 gcc-c++ x86_64 4.8.5-4.el7 base 7.2 M
2005 glibc-devel x86_64 2.17-106.el7_2.1 updates 1.0 M
2006 glibc-headers x86_64 2.17-106.el7_2.1 updates 661 k
2007 gyp noarch 0.1-0.11.1617svn.el7 epel 403 k
2008 http-parser x86_64 2.0-4.20121128gitcd01361.el7 epel 23 k
2009 http-parser-devel x86_64 2.0-4.20121128gitcd01361.el7 epel 9.2 k
2010 kernel-headers x86_64 3.10.0-327.3.1.el7 updates 3.2 M
2011 keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
2012 krb5-devel x86_64 1.13.2-10.el7 base 649 k
2013 libcom_err-devel x86_64 1.42.9-7.el7 base 30 k
2014 libgomp x86_64 4.8.5-4.el7 base 130 k
2015 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
2016 libmpc x86_64 1.0.1-3.el7 base 51 k
2017 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
2018 libselinux-devel x86_64 2.2.2-6.el7 base 174 k
2019 libsepol-devel x86_64 2.1.9-3.el7 base 71 k
2020 libstdc++-devel x86_64 4.8.5-4.el7 base 1.5 M
2021 libuv x86_64 1:0.10.34-1.el7 epel 62 k
2022 libuv-devel x86_64 1:0.10.34-1.el7 epel 41 k
2023 libverto-devel x86_64 0.2.5-4.el7 base 12 k
2024 mpfr x86_64 3.1.1-4.el7 base 203 k
2025 node-gyp noarch 0.10.6-2.el7 epel 26 k
2026 nodejs-abbrev noarch 1.0.4-6.el7 epel 7.4 k
2027 nodejs-ansi noarch 0.2.1-1.el7 epel 13 k
2028 nodejs-archy noarch 0.0.2-8.el7 epel 6.7 k
2029 nodejs-asn1 noarch 0.1.11-3.el7 epel 11 k
2030 nodejs-assert-plus noarch 0.1.4-1.el7 epel 7.3 k
2031 nodejs-async noarch 0.2.10-1.el7 epel 21 k
2032 nodejs-aws-sign noarch 0.3.0-1.el7 epel 5.7 k
2033 nodejs-block-stream noarch 0.0.7-1.el7 epel 8.7 k
2034 nodejs-boom noarch 0.4.2-2.el7 epel 37 k
2035 nodejs-child-process-close noarch 0.1.1-2.el7 epel 6.1 k
2036 nodejs-chmodr noarch 0.1.0-4.el7 epel 5.9 k
2037 nodejs-chownr noarch 0.0.1-9.el7 epel 6.4 k
2038 nodejs-cmd-shim noarch 1.1.0-3.el7 epel 7.7 k
2039 nodejs-combined-stream noarch 0.0.4-3.el7 epel 7.9 k
2040 nodejs-config-chain noarch 1.1.7-1.el7 epel 10 k
2041 nodejs-cookie-jar noarch 1:0.3.0-1.el7 epel 6.1 k
2042 nodejs-cryptiles noarch 0.2.2-1.el7 epel 6.9 k
2043 nodejs-ctype noarch 0.5.3-3.el7 epel 31 k
2044 nodejs-delayed-stream noarch 0.0.5-5.el7 epel 7.9 k
2045 nodejs-devel x86_64 0.12.8-1.2.el7.kolab_3.5 Kolab_Development
2046 3.9 M
2047 nodejs-editor noarch 0.0.4-2.el7 epel 6.4 k
2048 nodejs-forever-agent noarch 0.5.0-1.el7 epel 5.6 k
2049 nodejs-form-data noarch 0.1.1-1.el7 epel 11 k
2050 nodejs-fstream noarch 0.1.24-1.el7 epel 25 k
2051 nodejs-fstream-ignore noarch 0.0.7-1.el7 epel 8.9 k
2052 nodejs-fstream-npm noarch 0.1.5-1.el7 epel 11 k
2053 nodejs-github-url-from-git noarch 1.1.1-2.el7 epel 6.0 k
2054 nodejs-glob noarch 3.2.6-1.el7 epel 16 k
2055 nodejs-graceful-fs noarch 2.0.0-2.el7 epel 11 k
2056 nodejs-hawk noarch 1.0.0-1.el7 epel 105 k
2057 nodejs-hoek noarch 0.9.1-1.el7 epel 51 k
2058 nodejs-http-signature noarch 0.10.0-3.el7 epel 17 k
2059 nodejs-inherits noarch 2.0.0-4.el7 epel 8.6 k
2060 nodejs-ini noarch 1.1.0-3.el7 epel 8.3 k
2061 nodejs-init-package-json noarch 0.0.10-1.el7 epel 9.5 k
2062 nodejs-json-stringify-safe noarch 5.0.0-1.el7 epel 6.6 k
2063 nodejs-lockfile noarch 0.4.2-1.el7 epel 11 k
2064 nodejs-lru-cache noarch 2.3.0-3.el7 epel 9.6 k
2065 nodejs-mime noarch 1.2.11-1.el7 epel 22 k
2066 nodejs-minimatch noarch 0.2.12-2.el7 epel 18 k
2067 nodejs-mkdirp noarch 0.3.5-3.el7 epel 7.5 k
2068 nodejs-mute-stream noarch 0.0.4-1.el7 epel 7.5 k
2069 nodejs-node-uuid noarch 1.4.1-1.el7 epel 10 k
2070 nodejs-nopt noarch 2.1.2-1.el7 epel 15 k
2071 nodejs-normalize-package-data
2072 noarch 0.2.1-1.el7 epel 13 k
2073 nodejs-npm-registry-client noarch 0.2.28-3.el7 epel 21 k
2074 nodejs-npm-user-validate noarch 0.0.3-1.el7 epel 6.1 k
2075 nodejs-npmconf noarch 0.1.3-1.el7 epel 17 k
2076 nodejs-npmlog noarch 0.0.4-3.el7 epel 9.6 k
2077 nodejs-oauth-sign noarch 0.3.0-1.el7 epel 4.9 k
2078 nodejs-once noarch 1.1.1-5.el7 epel 6.0 k
2079 nodejs-opener noarch 1.3.0-7.el7 epel 6.9 k
2080 nodejs-osenv noarch 0.0.3-5.el7 epel 7.1 k
2081 nodejs-packaging noarch 7-1.el7 epel 11 k
2082 nodejs-promzard noarch 0.2.0-6.el7 epel 12 k
2083 nodejs-proto-list noarch 1.2.2-5.el7 epel 6.7 k
2084 nodejs-qs noarch 0.6.6-3.el7 epel 8.7 k
2085 nodejs-read noarch 1.0.5-1.el7 epel 8.7 k
2086 nodejs-read-installed noarch 0.2.4-1.el7 epel 9.5 k
2087 nodejs-read-package-json noarch 1.1.3-1.el7 epel 12 k
2088 nodejs-request noarch 2.25.0-1.el7 epel 27 k
2089 nodejs-retry noarch 0.6.0-5.el7 epel 11 k
2090 nodejs-rimraf noarch 2.2.2-1.el7 epel 8.1 k
2091 nodejs-semver noarch 2.1.0-3.el7 epel 16 k
2092 nodejs-sha noarch 1.2.1-1.el7 epel 7.6 k
2093 nodejs-sigmund noarch 1.0.0-5.el7 epel 8.3 k
2094 nodejs-slide noarch 1.1.5-1.el7 epel 9.9 k
2095 nodejs-sntp noarch 0.2.4-1.el7 epel 10 k
2096 nodejs-tar noarch 0.1.18-1.el7 epel 23 k
2097 nodejs-tunnel-agent noarch 0.3.0-1.el7 epel 6.3 k
2098 nodejs-uid-number noarch 0.0.3-7.el7 epel 7.1 k
2099 nodejs-which noarch 1.0.5-8.el7 epel 8.0 k
2100 openssl-devel x86_64 1:1.0.1e-51.el7_2.1 updates 1.2 M
2101 pcre-devel x86_64 8.32-15.el7 base 478 k
2102 perl-srpm-macros noarch 1-8.el7 base 4.6 k
2103 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
2104 v8 x86_64 1:3.14.5.10-17.el7 epel 3.0 M
2105 v8-devel x86_64 1:3.14.5.10-17.el7 epel 71 k
2106 zip x86_64 3.0-10.el7 base 260 k
2107 zlib-devel x86_64 1.2.7-15.el7 base 50 k
2108
2109Transaction Summary
2110================================================================================
2111Install 4 Packages (+105 Dependent packages)
2112
2113Total download size: 51 M
2114Installed size: 134 M
2115Downloading packages:
2116--------------------------------------------------------------------------------
2117Total 12 MB/s | 51 MB 00:04
2118Running transaction check
2119Running transaction test
2120Transaction test succeeded
2121Running transaction
2122 Installing : mpfr-3.1.1-4.el7.x86_64 1/109
2123 Installing : libmpc-1.0.1-3.el7.x86_64 2/109
2124 Installing : zlib-devel-1.2.7-15.el7.x86_64 3/109
2125 Installing : 1:v8-3.14.5.10-17.el7.x86_64 4/109
2126 Installing : nodejs-0.12.8-1.2.el7.kolab_3.5.x86_64 5/109
2127 Installing : nodejs-inherits-2.0.0-4.el7.noarch 6/109
2128 Installing : nodejs-semver-2.1.0-3.el7.noarch 7/109
2129 Installing : nodejs-mkdirp-0.3.5-3.el7.noarch 8/109
2130 Installing : nodejs-graceful-fs-2.0.0-2.el7.noarch 9/109
2131 Installing : nodejs-rimraf-2.2.2-1.el7.noarch 10/109
2132 Installing : nodejs-fstream-0.1.24-1.el7.noarch 11/109
2133 Installing : nodejs-hoek-0.9.1-1.el7.noarch 12/109
2134 Installing : nodejs-slide-1.1.5-1.el7.noarch 13/109
2135 Installing : nodejs-lru-cache-2.3.0-3.el7.noarch 14/109
2136 Installing : nodejs-ini-1.1.0-3.el7.noarch 15/109
2137 Installing : nodejs-osenv-0.0.3-5.el7.noarch 16/109
2138 Installing : nodejs-boom-0.4.2-2.el7.noarch 17/109
2139 Installing : nodejs-block-stream-0.0.7-1.el7.noarch 18/109
2140 Installing : nodejs-tar-0.1.18-1.el7.noarch 19/109
2141 Installing : nodejs-once-1.1.1-5.el7.noarch 20/109
2142 Installing : nodejs-ansi-0.2.1-1.el7.noarch 21/109
2143 Installing : nodejs-npmlog-0.0.4-3.el7.noarch 22/109
2144 Installing : nodejs-mime-1.2.11-1.el7.noarch 23/109
2145 Installing : nodejs-chownr-0.0.1-9.el7.noarch 24/109
2146 Installing : nodejs-abbrev-1.0.4-6.el7.noarch 25/109
2147 Installing : nodejs-nopt-2.1.2-1.el7.noarch 26/109
2148 Installing : nodejs-which-1.0.5-8.el7.noarch 27/109
2149 Installing : nodejs-retry-0.6.0-5.el7.noarch 28/109
2150 Installing : nodejs-cryptiles-0.2.2-1.el7.noarch 29/109
2151 Installing : nodejs-sntp-0.2.4-1.el7.noarch 30/109
2152 Installing : nodejs-hawk-1.0.0-1.el7.noarch 31/109
2153 Installing : nodejs-sha-1.2.1-1.el7.noarch 32/109
2154 Installing : nodejs-cmd-shim-1.1.0-3.el7.noarch 33/109
2155 Installing : nodejs-aws-sign-0.3.0-1.el7.noarch 34/109
2156 Installing : nodejs-child-process-close-0.1.1-2.el7.noarch 35/109
2157 Installing : nodejs-assert-plus-0.1.4-1.el7.noarch 36/109
2158 Installing : nodejs-asn1-0.1.11-3.el7.noarch 37/109
2159 Installing : nodejs-uid-number-0.0.3-7.el7.noarch 38/109
2160 Installing : nodejs-sigmund-1.0.0-5.el7.noarch 39/109
2161 Installing : nodejs-minimatch-0.2.12-2.el7.noarch 40/109
2162 Installing : nodejs-glob-3.2.6-1.el7.noarch 41/109
2163 Installing : nodejs-fstream-ignore-0.0.7-1.el7.noarch 42/109
2164 Installing : nodejs-fstream-npm-0.1.5-1.el7.noarch 43/109
2165 Installing : nodejs-tunnel-agent-0.3.0-1.el7.noarch 44/109
2166 Installing : nodejs-chmodr-0.1.0-4.el7.noarch 45/109
2167 Installing : nodejs-lockfile-0.4.2-1.el7.noarch 46/109
2168 Installing : nodejs-github-url-from-git-1.1.1-2.el7.noarch 47/109
2169 Installing : nodejs-normalize-package-data-0.2.1-1.el7.noarch 48/109
2170 Installing : nodejs-read-package-json-1.1.3-1.el7.noarch 49/109
2171 Installing : nodejs-read-installed-0.2.4-1.el7.noarch 50/109
2172 Installing : 1:nodejs-cookie-jar-0.3.0-1.el7.noarch 51/109
2173 Installing : nodejs-json-stringify-safe-5.0.0-1.el7.noarch 52/109
2174 Installing : nodejs-opener-1.3.0-7.el7.noarch 53/109
2175 Installing : nodejs-forever-agent-0.5.0-1.el7.noarch 54/109
2176 Installing : nodejs-qs-0.6.6-3.el7.noarch 55/109
2177 Installing : nodejs-npm-user-validate-0.0.3-1.el7.noarch 56/109
2178 Installing : nodejs-node-uuid-1.4.1-1.el7.noarch 57/109
2179 Installing : nodejs-ctype-0.5.3-3.el7.noarch 58/109
2180 Installing : nodejs-http-signature-0.10.0-3.el7.noarch 59/109
2181 Installing : nodejs-async-0.2.10-1.el7.noarch 60/109
2182 Installing : nodejs-proto-list-1.2.2-5.el7.noarch 61/109
2183 Installing : nodejs-config-chain-1.1.7-1.el7.noarch 62/109
2184 Installing : nodejs-npmconf-0.1.3-1.el7.noarch 63/109
2185 Installing : nodejs-mute-stream-0.0.4-1.el7.noarch 64/109
2186 Installing : nodejs-read-1.0.5-1.el7.noarch 65/109
2187 Installing : nodejs-promzard-0.2.0-6.el7.noarch 66/109
2188 Installing : nodejs-init-package-json-0.0.10-1.el7.noarch 67/109
2189 Installing : nodejs-archy-0.0.2-8.el7.noarch 68/109
2190 Installing : nodejs-delayed-stream-0.0.5-5.el7.noarch 69/109
2191 Installing : nodejs-combined-stream-0.0.4-3.el7.noarch 70/109
2192 Installing : nodejs-form-data-0.1.1-1.el7.noarch 71/109
2193 Installing : nodejs-editor-0.0.4-2.el7.noarch 72/109
2194 Installing : nodejs-oauth-sign-0.3.0-1.el7.noarch 73/109
2195 Installing : nodejs-request-2.25.0-1.el7.noarch 74/109
2196 Installing : nodejs-npm-registry-client-0.2.28-3.el7.noarch 75/109
2197 Installing : 1:v8-devel-3.14.5.10-17.el7.x86_64 76/109
2198 Installing : cpp-4.8.5-4.el7.x86_64 77/109
2199 Installing : dwz-0.11-3.el7.x86_64 78/109
2200 Installing : libstdc++-devel-4.8.5-4.el7.x86_64 79/109
2201 Installing : perl-srpm-macros-1-8.el7.noarch 80/109
2202 Installing : pcre-devel-8.32-15.el7.x86_64 81/109
2203 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 82/109
2204 Installing : gyp-0.1-0.11.1617svn.el7.noarch 83/109
2205 Installing : libsepol-devel-2.1.9-3.el7.x86_64 84/109
2206 Installing : libselinux-devel-2.2.2-6.el7.x86_64 85/109
2207 Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 86/109
2208 Installing : libcom_err-devel-1.42.9-7.el7.x86_64 87/109
2209 Installing : zip-3.0-10.el7.x86_64 88/109
2210 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 89/109
2211 Installing : nodejs-packaging-7-1.el7.noarch 90/109
2212 Installing : libgomp-4.8.5-4.el7.x86_64 91/109
2213 Installing : 1:libuv-0.10.34-1.el7.x86_64 92/109
2214 Installing : 1:libuv-devel-0.10.34-1.el7.x86_64 93/109
2215 Installing : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 94/109
2216 Installing : http-parser-devel-2.0-4.20121128gitcd01361.el7.x86_64 95/109
2217 Installing : kernel-headers-3.10.0-327.3.1.el7.x86_64 96/109
2218 Installing : glibc-headers-2.17-106.el7_2.1.x86_64 97/109
2219 Installing : glibc-devel-2.17-106.el7_2.1.x86_64 98/109
2220 Installing : gcc-4.8.5-4.el7.x86_64 99/109
2221 Installing : gcc-c++-4.8.5-4.el7.x86_64 100/109
2222 Installing : libverto-devel-0.2.5-4.el7.x86_64 101/109
2223 Installing : krb5-devel-1.13.2-10.el7.x86_64 102/109
2224 Installing : 1:openssl-devel-1.0.1e-51.el7_2.1.x86_64 103/109
2225 Installing : nodejs-devel-0.12.8-1.2.el7.kolab_3.5.x86_64 104/109
2226 Installing : node-gyp-0.10.6-2.el7.noarch 105/109
2227 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 106/109
2228 Installing : 2:libpng-devel-1.5.13-7.el7_2.x86_64 107/109
2229 Installing : npm-1.3.6-5.el7.noarch 108/109
2230 Installing : libjpeg-turbo-utils-1.2.90-5.el7.x86_64 109/109
2231 Verifying : nodejs-once-1.1.1-5.el7.noarch 1/109
2232 Verifying : nodejs-aws-sign-0.3.0-1.el7.noarch 2/109
2233 Verifying : nodejs-child-process-close-0.1.1-2.el7.noarch 3/109
2234 Verifying : nodejs-ansi-0.2.1-1.el7.noarch 4/109
2235 Verifying : nodejs-read-package-json-1.1.3-1.el7.noarch 5/109
2236 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 6/109
2237 Verifying : nodejs-assert-plus-0.1.4-1.el7.noarch 7/109
2238 Verifying : nodejs-hoek-0.9.1-1.el7.noarch 8/109
2239 Verifying : nodejs-fstream-0.1.24-1.el7.noarch 9/109
2240 Verifying : libverto-devel-0.2.5-4.el7.x86_64 10/109
2241 Verifying : nodejs-init-package-json-0.0.10-1.el7.noarch 11/109
2242 Verifying : nodejs-0.12.8-1.2.el7.kolab_3.5.x86_64 12/109
2243 Verifying : glibc-devel-2.17-106.el7_2.1.x86_64 13/109
2244 Verifying : nodejs-promzard-0.2.0-6.el7.noarch 14/109
2245 Verifying : nodejs-tar-0.1.18-1.el7.noarch 15/109
2246 Verifying : kernel-headers-3.10.0-327.3.1.el7.x86_64 16/109
2247 Verifying : nodejs-asn1-0.1.11-3.el7.noarch 17/109
2248 Verifying : nodejs-normalize-package-data-0.2.1-1.el7.noarch 18/109
2249 Verifying : nodejs-uid-number-0.0.3-7.el7.noarch 19/109
2250 Verifying : libselinux-devel-2.2.2-6.el7.x86_64 20/109
2251 Verifying : nodejs-mkdirp-0.3.5-3.el7.noarch 21/109
2252 Verifying : nodejs-nopt-2.1.2-1.el7.noarch 22/109
2253 Verifying : nodejs-sigmund-1.0.0-5.el7.noarch 23/109
2254 Verifying : nodejs-tunnel-agent-0.3.0-1.el7.noarch 24/109
2255 Verifying : http-parser-2.0-4.20121128gitcd01361.el7.x86_64 25/109
2256 Verifying : nodejs-cryptiles-0.2.2-1.el7.noarch 26/109
2257 Verifying : nodejs-inherits-2.0.0-4.el7.noarch 27/109
2258 Verifying : libjpeg-turbo-utils-1.2.90-5.el7.x86_64 28/109
2259 Verifying : 1:libuv-0.10.34-1.el7.x86_64 29/109
2260 Verifying : libgomp-4.8.5-4.el7.x86_64 30/109
2261 Verifying : zip-3.0-10.el7.x86_64 31/109
2262 Verifying : krb5-devel-1.13.2-10.el7.x86_64 32/109
2263 Verifying : nodejs-mime-1.2.11-1.el7.noarch 33/109
2264 Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 34/109
2265 Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 35/109
2266 Verifying : libsepol-devel-2.1.9-3.el7.x86_64 36/109
2267 Verifying : nodejs-chmodr-0.1.0-4.el7.noarch 37/109
2268 Verifying : nodejs-fstream-ignore-0.0.7-1.el7.noarch 38/109
2269 Verifying : nodejs-lockfile-0.4.2-1.el7.noarch 39/109
2270 Verifying : gcc-c++-4.8.5-4.el7.x86_64 40/109
2271 Verifying : nodejs-slide-1.1.5-1.el7.noarch 41/109
2272 Verifying : nodejs-chownr-0.0.1-9.el7.noarch 42/109
2273 Verifying : nodejs-glob-3.2.6-1.el7.noarch 43/109
2274 Verifying : nodejs-github-url-from-git-1.1.1-2.el7.noarch 44/109
2275 Verifying : nodejs-http-signature-0.10.0-3.el7.noarch 45/109
2276 Verifying : nodejs-abbrev-1.0.4-6.el7.noarch 46/109
2277 Verifying : node-gyp-0.10.6-2.el7.noarch 47/109
2278 Verifying : nodejs-npmconf-0.1.3-1.el7.noarch 48/109
2279 Verifying : libmpc-1.0.1-3.el7.x86_64 49/109
2280 Verifying : nodejs-sntp-0.2.4-1.el7.noarch 50/109
2281 Verifying : nodejs-semver-2.1.0-3.el7.noarch 51/109
2282 Verifying : 1:nodejs-cookie-jar-0.3.0-1.el7.noarch 52/109
2283 Verifying : nodejs-lru-cache-2.3.0-3.el7.noarch 53/109
2284 Verifying : nodejs-config-chain-1.1.7-1.el7.noarch 54/109
2285 Verifying : gyp-0.1-0.11.1617svn.el7.noarch 55/109
2286 Verifying : http-parser-devel-2.0-4.20121128gitcd01361.el7.x86_64 56/109
2287 Verifying : nodejs-json-stringify-safe-5.0.0-1.el7.noarch 57/109
2288 Verifying : nodejs-opener-1.3.0-7.el7.noarch 58/109
2289 Verifying : nodejs-forever-agent-0.5.0-1.el7.noarch 59/109
2290 Verifying : gcc-4.8.5-4.el7.x86_64 60/109
2291 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 61/109
2292 Verifying : nodejs-qs-0.6.6-3.el7.noarch 62/109
2293 Verifying : 1:v8-3.14.5.10-17.el7.x86_64 63/109
2294 Verifying : pcre-devel-8.32-15.el7.x86_64 64/109
2295 Verifying : nodejs-minimatch-0.2.12-2.el7.noarch 65/109
2296 Verifying : zlib-devel-1.2.7-15.el7.x86_64 66/109
2297 Verifying : nodejs-npm-user-validate-0.0.3-1.el7.noarch 67/109
2298 Verifying : nodejs-which-1.0.5-8.el7.noarch 68/109
2299 Verifying : perl-srpm-macros-1-8.el7.noarch 69/109
2300 Verifying : nodejs-cmd-shim-1.1.0-3.el7.noarch 70/109
2301 Verifying : nodejs-request-2.25.0-1.el7.noarch 71/109
2302 Verifying : nodejs-combined-stream-0.0.4-3.el7.noarch 72/109
2303 Verifying : nodejs-block-stream-0.0.7-1.el7.noarch 73/109
2304 Verifying : nodejs-retry-0.6.0-5.el7.noarch 74/109
2305 Verifying : nodejs-hawk-1.0.0-1.el7.noarch 75/109
2306 Verifying : 1:openssl-devel-1.0.1e-51.el7_2.1.x86_64 76/109
2307 Verifying : nodejs-form-data-0.1.1-1.el7.noarch 77/109
2308 Verifying : nodejs-npm-registry-client-0.2.28-3.el7.noarch 78/109
2309 Verifying : npm-1.3.6-5.el7.noarch 79/109
2310 Verifying : libstdc++-devel-4.8.5-4.el7.x86_64 80/109
2311 Verifying : 1:libuv-devel-0.10.34-1.el7.x86_64 81/109
2312 Verifying : nodejs-node-uuid-1.4.1-1.el7.noarch 82/109
2313 Verifying : nodejs-ctype-0.5.3-3.el7.noarch 83/109
2314 Verifying : mpfr-3.1.1-4.el7.x86_64 84/109
2315 Verifying : cpp-4.8.5-4.el7.x86_64 85/109
2316 Verifying : nodejs-async-0.2.10-1.el7.noarch 86/109
2317 Verifying : dwz-0.11-3.el7.x86_64 87/109
2318 Verifying : nodejs-graceful-fs-2.0.0-2.el7.noarch 88/109
2319 Verifying : 1:v8-devel-3.14.5.10-17.el7.x86_64 89/109
2320 Verifying : nodejs-packaging-7-1.el7.noarch 90/109
2321 Verifying : nodejs-sha-1.2.1-1.el7.noarch 91/109
2322 Verifying : nodejs-rimraf-2.2.2-1.el7.noarch 92/109
2323 Verifying : nodejs-npmlog-0.0.4-3.el7.noarch 93/109
2324 Verifying : nodejs-read-installed-0.2.4-1.el7.noarch 94/109
2325 Verifying : nodejs-proto-list-1.2.2-5.el7.noarch 95/109
2326 Verifying : nodejs-mute-stream-0.0.4-1.el7.noarch 96/109
2327 Verifying : nodejs-read-1.0.5-1.el7.noarch 97/109
2328 Verifying : glibc-headers-2.17-106.el7_2.1.x86_64 98/109
2329 Verifying : nodejs-ini-1.1.0-3.el7.noarch 99/109
2330 Verifying : nodejs-devel-0.12.8-1.2.el7.kolab_3.5.x86_64 100/109
2331 Verifying : 2:libpng-devel-1.5.13-7.el7_2.x86_64 101/109
2332 Verifying : nodejs-archy-0.0.2-8.el7.noarch 102/109
2333 Verifying : nodejs-osenv-0.0.3-5.el7.noarch 103/109
2334 Verifying : nodejs-delayed-stream-0.0.5-5.el7.noarch 104/109
2335 Verifying : nodejs-editor-0.0.4-2.el7.noarch 105/109
2336 Verifying : nodejs-boom-0.4.2-2.el7.noarch 106/109
2337 Verifying : nodejs-oauth-sign-0.3.0-1.el7.noarch 107/109
2338 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 108/109
2339 Verifying : nodejs-fstream-npm-0.1.5-1.el7.noarch 109/109
2340
2341Installed:
2342 libjpeg-turbo-utils.x86_64 0:1.2.90-5.el7
2343 libpng-devel.x86_64 2:1.5.13-7.el7_2
2344 nodejs.x86_64 0:0.12.8-1.2.el7.kolab_3.5
2345 npm.noarch 0:1.3.6-5.el7
2346
2347Dependency Installed:
2348 cpp.x86_64 0:4.8.5-4.el7
2349 dwz.x86_64 0:0.11-3.el7
2350 gcc.x86_64 0:4.8.5-4.el7
2351 gcc-c++.x86_64 0:4.8.5-4.el7
2352 glibc-devel.x86_64 0:2.17-106.el7_2.1
2353 glibc-headers.x86_64 0:2.17-106.el7_2.1
2354 gyp.noarch 0:0.1-0.11.1617svn.el7
2355 http-parser.x86_64 0:2.0-4.20121128gitcd01361.el7
2356 http-parser-devel.x86_64 0:2.0-4.20121128gitcd01361.el7
2357 kernel-headers.x86_64 0:3.10.0-327.3.1.el7
2358 keyutils-libs-devel.x86_64 0:1.5.8-3.el7
2359 krb5-devel.x86_64 0:1.13.2-10.el7
2360 libcom_err-devel.x86_64 0:1.42.9-7.el7
2361 libgomp.x86_64 0:4.8.5-4.el7
2362 libjpeg-turbo.x86_64 0:1.2.90-5.el7
2363 libmpc.x86_64 0:1.0.1-3.el7
2364 libpng.x86_64 2:1.5.13-7.el7_2
2365 libselinux-devel.x86_64 0:2.2.2-6.el7
2366 libsepol-devel.x86_64 0:2.1.9-3.el7
2367 libstdc++-devel.x86_64 0:4.8.5-4.el7
2368 libuv.x86_64 1:0.10.34-1.el7
2369 libuv-devel.x86_64 1:0.10.34-1.el7
2370 libverto-devel.x86_64 0:0.2.5-4.el7
2371 mpfr.x86_64 0:3.1.1-4.el7
2372 node-gyp.noarch 0:0.10.6-2.el7
2373 nodejs-abbrev.noarch 0:1.0.4-6.el7
2374 nodejs-ansi.noarch 0:0.2.1-1.el7
2375 nodejs-archy.noarch 0:0.0.2-8.el7
2376 nodejs-asn1.noarch 0:0.1.11-3.el7
2377 nodejs-assert-plus.noarch 0:0.1.4-1.el7
2378 nodejs-async.noarch 0:0.2.10-1.el7
2379 nodejs-aws-sign.noarch 0:0.3.0-1.el7
2380 nodejs-block-stream.noarch 0:0.0.7-1.el7
2381 nodejs-boom.noarch 0:0.4.2-2.el7
2382 nodejs-child-process-close.noarch 0:0.1.1-2.el7
2383 nodejs-chmodr.noarch 0:0.1.0-4.el7
2384 nodejs-chownr.noarch 0:0.0.1-9.el7
2385 nodejs-cmd-shim.noarch 0:1.1.0-3.el7
2386 nodejs-combined-stream.noarch 0:0.0.4-3.el7
2387 nodejs-config-chain.noarch 0:1.1.7-1.el7
2388 nodejs-cookie-jar.noarch 1:0.3.0-1.el7
2389 nodejs-cryptiles.noarch 0:0.2.2-1.el7
2390 nodejs-ctype.noarch 0:0.5.3-3.el7
2391 nodejs-delayed-stream.noarch 0:0.0.5-5.el7
2392 nodejs-devel.x86_64 0:0.12.8-1.2.el7.kolab_3.5
2393 nodejs-editor.noarch 0:0.0.4-2.el7
2394 nodejs-forever-agent.noarch 0:0.5.0-1.el7
2395 nodejs-form-data.noarch 0:0.1.1-1.el7
2396 nodejs-fstream.noarch 0:0.1.24-1.el7
2397 nodejs-fstream-ignore.noarch 0:0.0.7-1.el7
2398 nodejs-fstream-npm.noarch 0:0.1.5-1.el7
2399 nodejs-github-url-from-git.noarch 0:1.1.1-2.el7
2400 nodejs-glob.noarch 0:3.2.6-1.el7
2401 nodejs-graceful-fs.noarch 0:2.0.0-2.el7
2402 nodejs-hawk.noarch 0:1.0.0-1.el7
2403 nodejs-hoek.noarch 0:0.9.1-1.el7
2404 nodejs-http-signature.noarch 0:0.10.0-3.el7
2405 nodejs-inherits.noarch 0:2.0.0-4.el7
2406 nodejs-ini.noarch 0:1.1.0-3.el7
2407 nodejs-init-package-json.noarch 0:0.0.10-1.el7
2408 nodejs-json-stringify-safe.noarch 0:5.0.0-1.el7
2409 nodejs-lockfile.noarch 0:0.4.2-1.el7
2410 nodejs-lru-cache.noarch 0:2.3.0-3.el7
2411 nodejs-mime.noarch 0:1.2.11-1.el7
2412 nodejs-minimatch.noarch 0:0.2.12-2.el7
2413 nodejs-mkdirp.noarch 0:0.3.5-3.el7
2414 nodejs-mute-stream.noarch 0:0.0.4-1.el7
2415 nodejs-node-uuid.noarch 0:1.4.1-1.el7
2416 nodejs-nopt.noarch 0:2.1.2-1.el7
2417 nodejs-normalize-package-data.noarch 0:0.2.1-1.el7
2418 nodejs-npm-registry-client.noarch 0:0.2.28-3.el7
2419 nodejs-npm-user-validate.noarch 0:0.0.3-1.el7
2420 nodejs-npmconf.noarch 0:0.1.3-1.el7
2421 nodejs-npmlog.noarch 0:0.0.4-3.el7
2422 nodejs-oauth-sign.noarch 0:0.3.0-1.el7
2423 nodejs-once.noarch 0:1.1.1-5.el7
2424 nodejs-opener.noarch 0:1.3.0-7.el7
2425 nodejs-osenv.noarch 0:0.0.3-5.el7
2426 nodejs-packaging.noarch 0:7-1.el7
2427 nodejs-promzard.noarch 0:0.2.0-6.el7
2428 nodejs-proto-list.noarch 0:1.2.2-5.el7
2429 nodejs-qs.noarch 0:0.6.6-3.el7
2430 nodejs-read.noarch 0:1.0.5-1.el7
2431 nodejs-read-installed.noarch 0:0.2.4-1.el7
2432 nodejs-read-package-json.noarch 0:1.1.3-1.el7
2433 nodejs-request.noarch 0:2.25.0-1.el7
2434 nodejs-retry.noarch 0:0.6.0-5.el7
2435 nodejs-rimraf.noarch 0:2.2.2-1.el7
2436 nodejs-semver.noarch 0:2.1.0-3.el7
2437 nodejs-sha.noarch 0:1.2.1-1.el7
2438 nodejs-sigmund.noarch 0:1.0.0-5.el7
2439 nodejs-slide.noarch 0:1.1.5-1.el7
2440 nodejs-sntp.noarch 0:0.2.4-1.el7
2441 nodejs-tar.noarch 0:0.1.18-1.el7
2442 nodejs-tunnel-agent.noarch 0:0.3.0-1.el7
2443 nodejs-uid-number.noarch 0:0.0.3-7.el7
2444 nodejs-which.noarch 0:1.0.5-8.el7
2445 openssl-devel.x86_64 1:1.0.1e-51.el7_2.1
2446 pcre-devel.x86_64 0:8.32-15.el7
2447 perl-srpm-macros.noarch 0:1-8.el7
2448 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
2449 v8.x86_64 1:3.14.5.10-17.el7
2450 v8-devel.x86_64 1:3.14.5.10-17.el7
2451 zip.x86_64 0:3.0-10.el7
2452 zlib-devel.x86_64 0:1.2.7-15.el7
2453
2454Complete!
2455Loaded plugins: priorities
2456Cleaning repos: Kolab_Development base epel extras updates
2457Cleaning up everything
2458 ---> bf50996c0e8c
2459Removing intermediate container faf18dbc3bf5
2460Step 3 : RUN npm config set registry http://registry.npmjs.org/
2461 ---> Running in df7619d5aa76
2462 ---> d4c48ae09da9
2463Removing intermediate container df7619d5aa76
2464Step 4 : RUN npm update --verbose -g node-gyp npm && npm install --verbose -g bower && rm -rf /root/.npm/
2465 ---> Running in 67fb9e391456
2466npm info it worked if it ends with ok
2467npm verb cli [ 'node',
2468npm verb cli '/usr/bin/npm',
2469npm verb cli 'update',
2470npm verb cli '--verbose',
2471npm verb cli '-g',
2472npm verb cli 'node-gyp',
2473npm verb cli 'npm' ]
2474npm info using npm@1.3.6
2475npm info using node@v0.12.8
2476npm verb cache add [ 'node-gyp', '*' ]
2477npm verb cache add name="node-gyp" spec="*" args=["node-gyp","*"]
2478npm verb parsed url { protocol: null,
2479npm verb parsed url slashes: null,
2480npm verb parsed url auth: null,
2481npm verb parsed url host: null,
2482npm verb parsed url port: null,
2483npm verb parsed url hostname: null,
2484npm verb parsed url hash: null,
2485npm verb parsed url search: null,
2486npm verb parsed url query: null,
2487npm verb parsed url pathname: '*',
2488npm verb parsed url path: '*',
2489npm verb parsed url href: '*' }
2490npm verb addNamed [ 'node-gyp', '*' ]
2491npm verb addNamed [ null, '*' ]
2492npm verb cache add [ 'npm', '*' ]
2493npm verb cache add name="npm" spec="*" args=["npm","*"]
2494npm verb parsed url { protocol: null,
2495npm verb parsed url slashes: null,
2496npm verb parsed url auth: null,
2497npm verb parsed url host: null,
2498npm verb parsed url port: null,
2499npm verb parsed url hostname: null,
2500npm verb parsed url hash: null,
2501npm verb parsed url search: null,
2502npm verb parsed url query: null,
2503npm verb parsed url pathname: '*',
2504npm verb parsed url path: '*',
2505npm verb parsed url href: '*' }
2506npm verb addNamed [ 'npm', '*' ]
2507npm verb addNamed [ null, '*' ]
2508npm verb lock node-gyp@* /root/.npm/c20da0b7-node-gyp.lock
2509npm verb lock npm@* /root/.npm/1bad3a65-npm.lock
2510npm verb url raw node-gyp
2511npm verb url resolving [ 'http://registry.npmjs.org/', './node-gyp' ]
2512npm verb url resolved http://registry.npmjs.org/node-gyp
2513npm info trying registry request attempt 1 at 11:05:15
2514npm http GET http://registry.npmjs.org/node-gyp
2515npm verb url raw npm
2516npm verb url resolving [ 'http://registry.npmjs.org/', './npm' ]
2517npm verb url resolved http://registry.npmjs.org/npm
2518npm info trying registry request attempt 1 at 11:05:16
2519npm http GET http://registry.npmjs.org/npm
2520npm http 200 http://registry.npmjs.org/node-gyp
2521npm verb addNamed [ 'node-gyp', '3.2.1' ]
2522npm verb addNamed [ '3.2.1', '3.2.1' ]
2523npm verb lock node-gyp@3.2.1 /root/.npm/abf849b6-node-gyp-3-2-1.lock
2524npm verb lock http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz /root/.npm/45ae55ed--org-node-gyp-node-gyp-3-2-1-tgz.lock
2525npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz',
2526npm verb addRemoteTarball 'f5dd569970a508464cc3c15d7e9e8d2de8638dd5' ]
2527npm info retry fetch attempt 1 at 11:05:16
2528npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/tmp.tgz
2529npm http GET http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
2530npm http 200 http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
2531npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/tmp.tgz
2532npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/package /root/.npm/5bb7c789-16710-0-8157123478595167-package.lock
2533npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/tmp.tgz /root/.npm/f91d5a50-16710-0-8157123478595167-tmp-tgz.lock
2534npm http 200 http://registry.npmjs.org/npm
2535npm verb tar pack [ '/root/.npm/node-gyp/3.2.1/package.tgz',
2536npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/package' ]
2537npm verb tarball /root/.npm/node-gyp/3.2.1/package.tgz
2538npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/package
2539npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868716710-0.8157123478595167/package /root/.npm/5bb7c789-16710-0-8157123478595167-package.lock
2540npm verb lock tar:///root/.npm/node-gyp/3.2.1/package.tgz /root/.npm/44c16ac5-t-npm-node-gyp-3-2-1-package-tgz.lock
2541npm verb addNamed [ 'npm', '3.5.2' ]
2542npm verb addNamed [ '3.5.2', '3.5.2' ]
2543npm verb lock npm@3.5.2 /root/.npm/358a6328-npm-3-5-2.lock
2544npm verb lock http://registry.npmjs.org/npm/-/npm-3.5.2.tgz /root/.npm/151707c5-stry-npmjs-org-npm-npm-3-5-2-tgz.lock
2545npm verb addRemoteTarball [ 'http://registry.npmjs.org/npm/-/npm-3.5.2.tgz',
2546npm verb addRemoteTarball '8db5bac4abf04604afd1e55c5cd9a7a9dafb749f' ]
2547npm info retry fetch attempt 1 at 11:05:18
2548npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/tmp.tgz
2549npm http GET http://registry.npmjs.org/npm/-/npm-3.5.2.tgz
2550npm http 200 http://registry.npmjs.org/npm/-/npm-3.5.2.tgz
2551npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/tmp.tgz
2552npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/package /root/.npm/9a7c9b95-8161-0-49629354663193226-package.lock
2553npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/tmp.tgz /root/.npm/8d9405e4-8161-0-49629354663193226-tmp-tgz.lock
2554npm verb lock /root/.npm/node-gyp/3.2.1/package /root/.npm/481f1c75-root-npm-node-gyp-3-2-1-package.lock
2555npm verb tar unpack /root/.npm/node-gyp/3.2.1/package.tgz
2556npm verb lock tar:///root/.npm/node-gyp/3.2.1/package /root/.npm/3358f31a--root-npm-node-gyp-3-2-1-package.lock
2557npm verb lock tar:///root/.npm/node-gyp/3.2.1/package.tgz /root/.npm/44c16ac5-t-npm-node-gyp-3-2-1-package-tgz.lock
2558npm verb chmod /root/.npm/node-gyp/3.2.1/package.tgz 644
2559npm verb chown /root/.npm/node-gyp/3.2.1/package.tgz [ 0, 0 ]
2560npm verb tar pack [ '/root/.npm/npm/3.5.2/package.tgz',
2561npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/package' ]
2562npm verb tarball /root/.npm/npm/3.5.2/package.tgz
2563npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/package
2564npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868718161-0.49629354663193226/package /root/.npm/9a7c9b95-8161-0-49629354663193226-package.lock
2565npm verb lock tar:///root/.npm/npm/3.5.2/package.tgz /root/.npm/9ed88496-r-root-npm-npm-3-5-2-package-tgz.lock
2566npm verb lock /root/.npm/npm/3.5.2/package /root/.npm/ddc2666e-root-npm-npm-3-5-2-package.lock
2567npm verb tar unpack /root/.npm/npm/3.5.2/package.tgz
2568npm verb lock tar:///root/.npm/npm/3.5.2/package /root/.npm/430ece76-tar-root-npm-npm-3-5-2-package.lock
2569npm verb lock tar:///root/.npm/npm/3.5.2/package.tgz /root/.npm/9ed88496-r-root-npm-npm-3-5-2-package-tgz.lock
2570npm verb chmod /root/.npm/npm/3.5.2/package.tgz 644
2571npm verb chown /root/.npm/npm/3.5.2/package.tgz [ 0, 0 ]
2572npm info outdated updating [ [ '/usr/lib', 'node-gyp', '0.10.6', '3.2.1', '*' ],
2573npm info outdated [ '/usr/lib', 'npm', '1.3.6', '3.5.2', '*' ] ]
2574npm verb install where,what [ '/usr/lib', [ 'node-gyp@3.2.1' ] ]
2575npm verb install where,what [ '/usr/lib', [ 'npm@3.5.2' ] ]
2576npm verb cache add [ 'node-gyp@3.2.1', null ]
2577npm verb cache add name=undefined spec="node-gyp@3.2.1" args=["node-gyp@3.2.1",null]
2578npm verb parsed url { protocol: null,
2579npm verb parsed url slashes: null,
2580npm verb parsed url auth: null,
2581npm verb parsed url host: null,
2582npm verb parsed url port: null,
2583npm verb parsed url hostname: null,
2584npm verb parsed url hash: null,
2585npm verb parsed url search: null,
2586npm verb parsed url query: null,
2587npm verb parsed url pathname: 'node-gyp@3.2.1',
2588npm verb parsed url path: 'node-gyp@3.2.1',
2589npm verb parsed url href: 'node-gyp@3.2.1' }
2590npm verb cache add name="node-gyp" spec="3.2.1" args=["node-gyp","3.2.1"]
2591npm verb parsed url { protocol: null,
2592npm verb parsed url slashes: null,
2593npm verb parsed url auth: null,
2594npm verb parsed url host: null,
2595npm verb parsed url port: null,
2596npm verb parsed url hostname: null,
2597npm verb parsed url hash: null,
2598npm verb parsed url search: null,
2599npm verb parsed url query: null,
2600npm verb parsed url pathname: '3.2.1',
2601npm verb parsed url path: '3.2.1',
2602npm verb parsed url href: '3.2.1' }
2603npm verb addNamed [ 'node-gyp', '3.2.1' ]
2604npm verb addNamed [ '3.2.1', '3.2.1' ]
2605npm verb lock node-gyp@3.2.1 /root/.npm/abf849b6-node-gyp-3-2-1.lock
2606npm verb cache add [ 'npm@3.5.2', null ]
2607npm verb cache add name=undefined spec="npm@3.5.2" args=["npm@3.5.2",null]
2608npm verb parsed url { protocol: null,
2609npm verb parsed url slashes: null,
2610npm verb parsed url auth: null,
2611npm verb parsed url host: null,
2612npm verb parsed url port: null,
2613npm verb parsed url hostname: null,
2614npm verb parsed url hash: null,
2615npm verb parsed url search: null,
2616npm verb parsed url query: null,
2617npm verb parsed url pathname: 'npm@3.5.2',
2618npm verb parsed url path: 'npm@3.5.2',
2619npm verb parsed url href: 'npm@3.5.2' }
2620npm verb cache add name="npm" spec="3.5.2" args=["npm","3.5.2"]
2621npm verb parsed url { protocol: null,
2622npm verb parsed url slashes: null,
2623npm verb parsed url auth: null,
2624npm verb parsed url host: null,
2625npm verb parsed url port: null,
2626npm verb parsed url hostname: null,
2627npm verb parsed url hash: null,
2628npm verb parsed url search: null,
2629npm verb parsed url query: null,
2630npm verb parsed url pathname: '3.5.2',
2631npm verb parsed url path: '3.5.2',
2632npm verb parsed url href: '3.5.2' }
2633npm verb addNamed [ 'npm', '3.5.2' ]
2634npm verb addNamed [ '3.5.2', '3.5.2' ]
2635npm verb lock npm@3.5.2 /root/.npm/358a6328-npm-3-5-2.lock
2636npm verb url raw node-gyp/3.2.1
2637npm verb url resolving [ 'http://registry.npmjs.org/', './node-gyp/3.2.1' ]
2638npm verb url resolved http://registry.npmjs.org/node-gyp/3.2.1
2639npm info trying registry request attempt 1 at 11:05:49
2640npm http GET http://registry.npmjs.org/node-gyp/3.2.1
2641npm verb url raw npm/3.5.2
2642npm verb url resolving [ 'http://registry.npmjs.org/', './npm/3.5.2' ]
2643npm verb url resolved http://registry.npmjs.org/npm/3.5.2
2644npm info trying registry request attempt 1 at 11:05:49
2645npm http GET http://registry.npmjs.org/npm/3.5.2
2646npm http 200 http://registry.npmjs.org/node-gyp/3.2.1
2647npm verb lock http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz /root/.npm/45ae55ed--org-node-gyp-node-gyp-3-2-1-tgz.lock
2648npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz',
2649npm verb addRemoteTarball 'f5dd569970a508464cc3c15d7e9e8d2de8638dd5' ]
2650npm info retry fetch attempt 1 at 11:05:49
2651npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/tmp.tgz
2652npm http GET http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
2653npm http 200 http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
2654npm http 200 http://registry.npmjs.org/npm/3.5.2
2655npm verb lock http://registry.npmjs.org/npm/-/npm-3.5.2.tgz /root/.npm/151707c5-stry-npmjs-org-npm-npm-3-5-2-tgz.lock
2656npm verb addRemoteTarball [ 'http://registry.npmjs.org/npm/-/npm-3.5.2.tgz',
2657npm verb addRemoteTarball '8db5bac4abf04604afd1e55c5cd9a7a9dafb749f' ]
2658npm info retry fetch attempt 1 at 11:05:49
2659npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/tmp.tgz
2660npm http GET http://registry.npmjs.org/npm/-/npm-3.5.2.tgz
2661npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/tmp.tgz
2662npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/package /root/.npm/e53b234b-49623-0-8263789305929095-package.lock
2663npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/tmp.tgz /root/.npm/4980c31c-49623-0-8263789305929095-tmp-tgz.lock
2664npm http 200 http://registry.npmjs.org/npm/-/npm-3.5.2.tgz
2665npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/tmp.tgz
2666npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/package /root/.npm/7432d576-749787-0-508176420815289-package.lock
2667npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/tmp.tgz /root/.npm/02ce2026-749787-0-508176420815289-tmp-tgz.lock
2668npm verb tar pack [ '/root/.npm/node-gyp/3.2.1/package.tgz',
2669npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/package' ]
2670npm verb tarball /root/.npm/node-gyp/3.2.1/package.tgz
2671npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/package
2672npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749623-0.8263789305929095/package /root/.npm/e53b234b-49623-0-8263789305929095-package.lock
2673npm verb lock tar:///root/.npm/node-gyp/3.2.1/package.tgz /root/.npm/44c16ac5-t-npm-node-gyp-3-2-1-package-tgz.lock
2674npm verb lock /root/.npm/node-gyp/3.2.1/package /root/.npm/481f1c75-root-npm-node-gyp-3-2-1-package.lock
2675npm verb tar unpack /root/.npm/node-gyp/3.2.1/package.tgz
2676npm verb lock tar:///root/.npm/node-gyp/3.2.1/package /root/.npm/3358f31a--root-npm-node-gyp-3-2-1-package.lock
2677npm verb lock tar:///root/.npm/node-gyp/3.2.1/package.tgz /root/.npm/44c16ac5-t-npm-node-gyp-3-2-1-package-tgz.lock
2678npm verb chmod /root/.npm/node-gyp/3.2.1/package.tgz 644
2679npm verb chown /root/.npm/node-gyp/3.2.1/package.tgz [ 0, 0 ]
2680npm info install node-gyp@3.2.1 into /usr/lib
2681npm info installOne node-gyp@3.2.1
2682npm info /usr/lib/node_modules/node-gyp unbuild
2683npm info preuninstall node-gyp@0.10.6
2684npm info uninstall node-gyp@0.10.6
2685npm verb true,/usr/lib/node_modules,/usr/lib/node_modules unbuild node-gyp@0.10.6
2686npm verb /usr/bin,[object Object] binRoot
2687npm info postuninstall node-gyp@0.10.6
2688npm verb tar unpack /root/.npm/node-gyp/3.2.1/package.tgz
2689npm verb lock tar:///usr/lib/node_modules/node-gyp /root/.npm/5d80ce56-ar-usr-lib-node-modules-node-gyp.lock
2690npm verb lock tar:///root/.npm/node-gyp/3.2.1/package.tgz /root/.npm/44c16ac5-t-npm-node-gyp-3-2-1-package-tgz.lock
2691npm info preinstall node-gyp@3.2.1
2692npm verb readDependencies using package.json deps
2693npm verb readDependencies using package.json deps
2694npm verb cache add [ 'graceful-fs@^4.1.2', null ]
2695npm verb cache add name=undefined spec="graceful-fs@^4.1.2" args=["graceful-fs@^4.1.2",null]
2696npm verb parsed url { protocol: null,
2697npm verb parsed url slashes: null,
2698npm verb parsed url auth: null,
2699npm verb parsed url host: null,
2700npm verb parsed url port: null,
2701npm verb parsed url hostname: null,
2702npm verb parsed url hash: null,
2703npm verb parsed url search: null,
2704npm verb parsed url query: null,
2705npm verb parsed url pathname: 'graceful-fs@%5E4.1.2',
2706npm verb parsed url path: 'graceful-fs@%5E4.1.2',
2707npm verb parsed url href: 'graceful-fs@%5E4.1.2' }
2708npm verb cache add name="graceful-fs" spec="^4.1.2" args=["graceful-fs","^4.1.2"]
2709npm verb parsed url { protocol: null,
2710npm verb parsed url slashes: null,
2711npm verb parsed url auth: null,
2712npm verb parsed url host: null,
2713npm verb parsed url port: null,
2714npm verb parsed url hostname: null,
2715npm verb parsed url hash: null,
2716npm verb parsed url search: null,
2717npm verb parsed url query: null,
2718npm verb parsed url pathname: '%5E4.1.2',
2719npm verb parsed url path: '%5E4.1.2',
2720npm verb parsed url href: '%5E4.1.2' }
2721npm verb addNamed [ 'graceful-fs', '^4.1.2' ]
2722npm verb addNamed [ null, '>=4.1.2-0 <5.0.0-0' ]
2723npm verb lock graceful-fs@^4.1.2 /root/.npm/587282b0-graceful-fs-4-1-2.lock
2724npm verb cache add [ 'minimatch@1', null ]
2725npm verb cache add name=undefined spec="minimatch@1" args=["minimatch@1",null]
2726npm verb parsed url { protocol: null,
2727npm verb parsed url slashes: null,
2728npm verb parsed url auth: null,
2729npm verb parsed url host: null,
2730npm verb parsed url port: null,
2731npm verb parsed url hostname: null,
2732npm verb parsed url hash: null,
2733npm verb parsed url search: null,
2734npm verb parsed url query: null,
2735npm verb parsed url pathname: 'minimatch@1',
2736npm verb parsed url path: 'minimatch@1',
2737npm verb parsed url href: 'minimatch@1' }
2738npm verb cache add name="minimatch" spec="1" args=["minimatch","1"]
2739npm verb parsed url { protocol: null,
2740npm verb parsed url slashes: null,
2741npm verb parsed url auth: null,
2742npm verb parsed url host: null,
2743npm verb parsed url port: null,
2744npm verb parsed url hostname: null,
2745npm verb parsed url hash: null,
2746npm verb parsed url search: null,
2747npm verb parsed url query: null,
2748npm verb parsed url pathname: '1',
2749npm verb parsed url path: '1',
2750npm verb parsed url href: '1' }
2751npm verb addNamed [ 'minimatch', '1' ]
2752npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
2753npm verb lock minimatch@1 /root/.npm/1165ff71-minimatch-1.lock
2754npm verb cache add [ 'mkdirp@^0.5.0', null ]
2755npm verb cache add name=undefined spec="mkdirp@^0.5.0" args=["mkdirp@^0.5.0",null]
2756npm verb parsed url { protocol: null,
2757npm verb parsed url slashes: null,
2758npm verb parsed url auth: null,
2759npm verb parsed url host: null,
2760npm verb parsed url port: null,
2761npm verb parsed url hostname: null,
2762npm verb parsed url hash: null,
2763npm verb parsed url search: null,
2764npm verb parsed url query: null,
2765npm verb parsed url pathname: 'mkdirp@%5E0.5.0',
2766npm verb parsed url path: 'mkdirp@%5E0.5.0',
2767npm verb parsed url href: 'mkdirp@%5E0.5.0' }
2768npm verb cache add name="mkdirp" spec="^0.5.0" args=["mkdirp","^0.5.0"]
2769npm verb parsed url { protocol: null,
2770npm verb parsed url slashes: null,
2771npm verb parsed url auth: null,
2772npm verb parsed url host: null,
2773npm verb parsed url port: null,
2774npm verb parsed url hostname: null,
2775npm verb parsed url hash: null,
2776npm verb parsed url search: null,
2777npm verb parsed url query: null,
2778npm verb parsed url pathname: '%5E0.5.0',
2779npm verb parsed url path: '%5E0.5.0',
2780npm verb parsed url href: '%5E0.5.0' }
2781npm verb addNamed [ 'mkdirp', '^0.5.0' ]
2782npm verb addNamed [ null, '>=0.5.0-0 <0.6.0-0' ]
2783npm verb lock mkdirp@^0.5.0 /root/.npm/0879e7d7-mkdirp-0-5-0.lock
2784npm verb cache add [ 'nopt@2 || 3', null ]
2785npm verb cache add name=undefined spec="nopt@2 || 3" args=["nopt@2 || 3",null]
2786npm verb parsed url { protocol: null,
2787npm verb parsed url slashes: null,
2788npm verb parsed url auth: null,
2789npm verb parsed url host: null,
2790npm verb parsed url port: null,
2791npm verb parsed url hostname: null,
2792npm verb parsed url hash: null,
2793npm verb parsed url search: null,
2794npm verb parsed url query: null,
2795npm verb parsed url pathname: 'nopt@2%20%7C%7C%203',
2796npm verb parsed url path: 'nopt@2%20%7C%7C%203',
2797npm verb parsed url href: 'nopt@2%20%7C%7C%203' }
2798npm verb cache add name="nopt" spec="2 || 3" args=["nopt","2 || 3"]
2799npm verb parsed url { protocol: null,
2800npm verb parsed url slashes: null,
2801npm verb parsed url auth: null,
2802npm verb parsed url host: null,
2803npm verb parsed url port: null,
2804npm verb parsed url hostname: null,
2805npm verb parsed url hash: null,
2806npm verb parsed url search: null,
2807npm verb parsed url query: null,
2808npm verb parsed url pathname: '2%20%7C%7C%203',
2809npm verb parsed url path: '2%20%7C%7C%203',
2810npm verb parsed url href: '2%20%7C%7C%203' }
2811npm verb addNamed [ 'nopt', '2 || 3' ]
2812npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0||>=3.0.0-0 <4.0.0-0' ]
2813npm verb lock nopt@2 || 3 /root/.npm/b2050b83-nopt-2-3.lock
2814npm verb cache add [ 'npmlog@0 || 1', null ]
2815npm verb cache add name=undefined spec="npmlog@0 || 1" args=["npmlog@0 || 1",null]
2816npm verb parsed url { protocol: null,
2817npm verb parsed url slashes: null,
2818npm verb parsed url auth: null,
2819npm verb parsed url host: null,
2820npm verb parsed url port: null,
2821npm verb parsed url hostname: null,
2822npm verb parsed url hash: null,
2823npm verb parsed url search: null,
2824npm verb parsed url query: null,
2825npm verb parsed url pathname: 'npmlog@0%20%7C%7C%201',
2826npm verb parsed url path: 'npmlog@0%20%7C%7C%201',
2827npm verb parsed url href: 'npmlog@0%20%7C%7C%201' }
2828npm verb cache add name="npmlog" spec="0 || 1" args=["npmlog","0 || 1"]
2829npm verb parsed url { protocol: null,
2830npm verb parsed url slashes: null,
2831npm verb parsed url auth: null,
2832npm verb parsed url host: null,
2833npm verb parsed url port: null,
2834npm verb parsed url hostname: null,
2835npm verb parsed url hash: null,
2836npm verb parsed url search: null,
2837npm verb parsed url query: null,
2838npm verb parsed url pathname: '0%20%7C%7C%201',
2839npm verb parsed url path: '0%20%7C%7C%201',
2840npm verb parsed url href: '0%20%7C%7C%201' }
2841npm verb addNamed [ 'npmlog', '0 || 1' ]
2842npm verb addNamed [ null, '>=0.0.0-0 <1.0.0-0||>=1.0.0-0 <2.0.0-0' ]
2843npm verb lock npmlog@0 || 1 /root/.npm/2a070acf-npmlog-0-1.lock
2844npm verb cache add [ 'osenv@0', null ]
2845npm verb cache add name=undefined spec="osenv@0" args=["osenv@0",null]
2846npm verb parsed url { protocol: null,
2847npm verb parsed url slashes: null,
2848npm verb parsed url auth: null,
2849npm verb parsed url host: null,
2850npm verb parsed url port: null,
2851npm verb parsed url hostname: null,
2852npm verb parsed url hash: null,
2853npm verb parsed url search: null,
2854npm verb parsed url query: null,
2855npm verb parsed url pathname: 'osenv@0',
2856npm verb parsed url path: 'osenv@0',
2857npm verb parsed url href: 'osenv@0' }
2858npm verb cache add name="osenv" spec="0" args=["osenv","0"]
2859npm verb parsed url { protocol: null,
2860npm verb parsed url slashes: null,
2861npm verb parsed url auth: null,
2862npm verb parsed url host: null,
2863npm verb parsed url port: null,
2864npm verb parsed url hostname: null,
2865npm verb parsed url hash: null,
2866npm verb parsed url search: null,
2867npm verb parsed url query: null,
2868npm verb parsed url pathname: '0',
2869npm verb parsed url path: '0',
2870npm verb parsed url href: '0' }
2871npm verb addNamed [ 'osenv', '0' ]
2872npm verb addNamed [ null, '>=0.0.0-0 <1.0.0-0' ]
2873npm verb lock osenv@0 /root/.npm/cd27a342-osenv-0.lock
2874npm verb cache add [ 'path-array@^1.0.0', null ]
2875npm verb cache add name=undefined spec="path-array@^1.0.0" args=["path-array@^1.0.0",null]
2876npm verb parsed url { protocol: null,
2877npm verb parsed url slashes: null,
2878npm verb parsed url auth: null,
2879npm verb parsed url host: null,
2880npm verb parsed url port: null,
2881npm verb parsed url hostname: null,
2882npm verb parsed url hash: null,
2883npm verb parsed url search: null,
2884npm verb parsed url query: null,
2885npm verb parsed url pathname: 'path-array@%5E1.0.0',
2886npm verb parsed url path: 'path-array@%5E1.0.0',
2887npm verb parsed url href: 'path-array@%5E1.0.0' }
2888npm verb cache add name="path-array" spec="^1.0.0" args=["path-array","^1.0.0"]
2889npm verb parsed url { protocol: null,
2890npm verb parsed url slashes: null,
2891npm verb parsed url auth: null,
2892npm verb parsed url host: null,
2893npm verb parsed url port: null,
2894npm verb parsed url hostname: null,
2895npm verb parsed url hash: null,
2896npm verb parsed url search: null,
2897npm verb parsed url query: null,
2898npm verb parsed url pathname: '%5E1.0.0',
2899npm verb parsed url path: '%5E1.0.0',
2900npm verb parsed url href: '%5E1.0.0' }
2901npm verb addNamed [ 'path-array', '^1.0.0' ]
2902npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
2903npm verb lock path-array@^1.0.0 /root/.npm/21d69d2b-path-array-1-0-0.lock
2904npm verb cache add [ 'request@2', null ]
2905npm verb cache add name=undefined spec="request@2" args=["request@2",null]
2906npm verb parsed url { protocol: null,
2907npm verb parsed url slashes: null,
2908npm verb parsed url auth: null,
2909npm verb parsed url host: null,
2910npm verb parsed url port: null,
2911npm verb parsed url hostname: null,
2912npm verb parsed url hash: null,
2913npm verb parsed url search: null,
2914npm verb parsed url query: null,
2915npm verb parsed url pathname: 'request@2',
2916npm verb parsed url path: 'request@2',
2917npm verb parsed url href: 'request@2' }
2918npm verb cache add name="request" spec="2" args=["request","2"]
2919npm verb parsed url { protocol: null,
2920npm verb parsed url slashes: null,
2921npm verb parsed url auth: null,
2922npm verb parsed url host: null,
2923npm verb parsed url port: null,
2924npm verb parsed url hostname: null,
2925npm verb parsed url hash: null,
2926npm verb parsed url search: null,
2927npm verb parsed url query: null,
2928npm verb parsed url pathname: '2',
2929npm verb parsed url path: '2',
2930npm verb parsed url href: '2' }
2931npm verb addNamed [ 'request', '2' ]
2932npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
2933npm verb lock request@2 /root/.npm/8f88254e-request-2.lock
2934npm verb cache add [ 'rimraf@2', null ]
2935npm verb cache add name=undefined spec="rimraf@2" args=["rimraf@2",null]
2936npm verb parsed url { protocol: null,
2937npm verb parsed url slashes: null,
2938npm verb parsed url auth: null,
2939npm verb parsed url host: null,
2940npm verb parsed url port: null,
2941npm verb parsed url hostname: null,
2942npm verb parsed url hash: null,
2943npm verb parsed url search: null,
2944npm verb parsed url query: null,
2945npm verb parsed url pathname: 'rimraf@2',
2946npm verb parsed url path: 'rimraf@2',
2947npm verb parsed url href: 'rimraf@2' }
2948npm verb cache add name="rimraf" spec="2" args=["rimraf","2"]
2949npm verb parsed url { protocol: null,
2950npm verb parsed url slashes: null,
2951npm verb parsed url auth: null,
2952npm verb parsed url host: null,
2953npm verb parsed url port: null,
2954npm verb parsed url hostname: null,
2955npm verb parsed url hash: null,
2956npm verb parsed url search: null,
2957npm verb parsed url query: null,
2958npm verb parsed url pathname: '2',
2959npm verb parsed url path: '2',
2960npm verb parsed url href: '2' }
2961npm verb addNamed [ 'rimraf', '2' ]
2962npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
2963npm verb lock rimraf@2 /root/.npm/8c081391-rimraf-2.lock
2964npm verb cache add [ 'semver@2.x || 3.x || 4 || 5', null ]
2965npm verb cache add name=undefined spec="semver@2.x || 3.x || 4 || 5" args=["semver@2.x || 3.x || 4 || 5",null]
2966npm verb parsed url { protocol: null,
2967npm verb parsed url slashes: null,
2968npm verb parsed url auth: null,
2969npm verb parsed url host: null,
2970npm verb parsed url port: null,
2971npm verb parsed url hostname: null,
2972npm verb parsed url hash: null,
2973npm verb parsed url search: null,
2974npm verb parsed url query: null,
2975npm verb parsed url pathname: 'semver@2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205',
2976npm verb parsed url path: 'semver@2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205',
2977npm verb parsed url href: 'semver@2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205' }
2978npm verb cache add name="semver" spec="2.x || 3.x || 4 || 5" args=["semver","2.x || 3.x || 4 || 5"]
2979npm verb parsed url { protocol: null,
2980npm verb parsed url slashes: null,
2981npm verb parsed url auth: null,
2982npm verb parsed url host: null,
2983npm verb parsed url port: null,
2984npm verb parsed url hostname: null,
2985npm verb parsed url hash: null,
2986npm verb parsed url search: null,
2987npm verb parsed url query: null,
2988npm verb parsed url pathname: '2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205',
2989npm verb parsed url path: '2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205',
2990npm verb parsed url href: '2.x%20%7C%7C%203.x%20%7C%7C%204%20%7C%7C%205' }
2991npm verb addNamed [ 'semver', '2.x || 3.x || 4 || 5' ]
2992npm verb addNamed [ null,
2993npm verb addNamed '>=2.0.0-0 <3.0.0-0||>=3.0.0-0 <4.0.0-0||>=4.0.0-0 <5.0.0-0||>=5.0.0-0 <6.0.0-0' ]
2994npm verb lock semver@2.x || 3.x || 4 || 5 /root/.npm/96f1c3ce-semver-2-x-3-x-4-5.lock
2995npm verb cache add [ 'tar@^2.0.0', null ]
2996npm verb cache add name=undefined spec="tar@^2.0.0" args=["tar@^2.0.0",null]
2997npm verb parsed url { protocol: null,
2998npm verb parsed url slashes: null,
2999npm verb parsed url auth: null,
3000npm verb parsed url host: null,
3001npm verb parsed url port: null,
3002npm verb parsed url hostname: null,
3003npm verb parsed url hash: null,
3004npm verb parsed url search: null,
3005npm verb parsed url query: null,
3006npm verb parsed url pathname: 'tar@%5E2.0.0',
3007npm verb parsed url path: 'tar@%5E2.0.0',
3008npm verb parsed url href: 'tar@%5E2.0.0' }
3009npm verb cache add name="tar" spec="^2.0.0" args=["tar","^2.0.0"]
3010npm verb parsed url { protocol: null,
3011npm verb parsed url slashes: null,
3012npm verb parsed url auth: null,
3013npm verb parsed url host: null,
3014npm verb parsed url port: null,
3015npm verb parsed url hostname: null,
3016npm verb parsed url hash: null,
3017npm verb parsed url search: null,
3018npm verb parsed url query: null,
3019npm verb parsed url pathname: '%5E2.0.0',
3020npm verb parsed url path: '%5E2.0.0',
3021npm verb parsed url href: '%5E2.0.0' }
3022npm verb addNamed [ 'tar', '^2.0.0' ]
3023npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
3024npm verb lock tar@^2.0.0 /root/.npm/3d3203fb-tar-2-0-0.lock
3025npm verb cache add [ 'which@1', null ]
3026npm verb cache add name=undefined spec="which@1" args=["which@1",null]
3027npm verb parsed url { protocol: null,
3028npm verb parsed url slashes: null,
3029npm verb parsed url auth: null,
3030npm verb parsed url host: null,
3031npm verb parsed url port: null,
3032npm verb parsed url hostname: null,
3033npm verb parsed url hash: null,
3034npm verb parsed url search: null,
3035npm verb parsed url query: null,
3036npm verb parsed url pathname: 'which@1',
3037npm verb parsed url path: 'which@1',
3038npm verb parsed url href: 'which@1' }
3039npm verb cache add name="which" spec="1" args=["which","1"]
3040npm verb parsed url { protocol: null,
3041npm verb parsed url slashes: null,
3042npm verb parsed url auth: null,
3043npm verb parsed url host: null,
3044npm verb parsed url port: null,
3045npm verb parsed url hostname: null,
3046npm verb parsed url hash: null,
3047npm verb parsed url search: null,
3048npm verb parsed url query: null,
3049npm verb parsed url pathname: '1',
3050npm verb parsed url path: '1',
3051npm verb parsed url href: '1' }
3052npm verb addNamed [ 'which', '1' ]
3053npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
3054npm verb lock which@1 /root/.npm/5f85f779-which-1.lock
3055npm verb cache add [ 'fstream@^1.0.0', null ]
3056npm verb cache add name=undefined spec="fstream@^1.0.0" args=["fstream@^1.0.0",null]
3057npm verb parsed url { protocol: null,
3058npm verb parsed url slashes: null,
3059npm verb parsed url auth: null,
3060npm verb parsed url host: null,
3061npm verb parsed url port: null,
3062npm verb parsed url hostname: null,
3063npm verb parsed url hash: null,
3064npm verb parsed url search: null,
3065npm verb parsed url query: null,
3066npm verb parsed url pathname: 'fstream@%5E1.0.0',
3067npm verb parsed url path: 'fstream@%5E1.0.0',
3068npm verb parsed url href: 'fstream@%5E1.0.0' }
3069npm verb cache add name="fstream" spec="^1.0.0" args=["fstream","^1.0.0"]
3070npm verb parsed url { protocol: null,
3071npm verb parsed url slashes: null,
3072npm verb parsed url auth: null,
3073npm verb parsed url host: null,
3074npm verb parsed url port: null,
3075npm verb parsed url hostname: null,
3076npm verb parsed url hash: null,
3077npm verb parsed url search: null,
3078npm verb parsed url query: null,
3079npm verb parsed url pathname: '%5E1.0.0',
3080npm verb parsed url path: '%5E1.0.0',
3081npm verb parsed url href: '%5E1.0.0' }
3082npm verb addNamed [ 'fstream', '^1.0.0' ]
3083npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
3084npm verb lock fstream@^1.0.0 /root/.npm/d47c15d3-fstream-1-0-0.lock
3085npm verb cache add [ 'glob@3 || 4', null ]
3086npm verb cache add name=undefined spec="glob@3 || 4" args=["glob@3 || 4",null]
3087npm verb parsed url { protocol: null,
3088npm verb parsed url slashes: null,
3089npm verb parsed url auth: null,
3090npm verb parsed url host: null,
3091npm verb parsed url port: null,
3092npm verb parsed url hostname: null,
3093npm verb parsed url hash: null,
3094npm verb parsed url search: null,
3095npm verb parsed url query: null,
3096npm verb parsed url pathname: 'glob@3%20%7C%7C%204',
3097npm verb parsed url path: 'glob@3%20%7C%7C%204',
3098npm verb parsed url href: 'glob@3%20%7C%7C%204' }
3099npm verb cache add name="glob" spec="3 || 4" args=["glob","3 || 4"]
3100npm verb parsed url { protocol: null,
3101npm verb parsed url slashes: null,
3102npm verb parsed url auth: null,
3103npm verb parsed url host: null,
3104npm verb parsed url port: null,
3105npm verb parsed url hostname: null,
3106npm verb parsed url hash: null,
3107npm verb parsed url search: null,
3108npm verb parsed url query: null,
3109npm verb parsed url pathname: '3%20%7C%7C%204',
3110npm verb parsed url path: '3%20%7C%7C%204',
3111npm verb parsed url href: '3%20%7C%7C%204' }
3112npm verb addNamed [ 'glob', '3 || 4' ]
3113npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0||>=4.0.0-0 <5.0.0-0' ]
3114npm verb lock glob@3 || 4 /root/.npm/1ab97610-glob-3-4.lock
3115npm verb url raw graceful-fs
3116npm verb url resolving [ 'http://registry.npmjs.org/', './graceful-fs' ]
3117npm verb url resolved http://registry.npmjs.org/graceful-fs
3118npm info trying registry request attempt 1 at 11:05:53
3119npm http GET http://registry.npmjs.org/graceful-fs
3120npm verb url raw minimatch
3121npm verb url resolving [ 'http://registry.npmjs.org/', './minimatch' ]
3122npm verb url resolved http://registry.npmjs.org/minimatch
3123npm info trying registry request attempt 1 at 11:05:53
3124npm http GET http://registry.npmjs.org/minimatch
3125npm verb url raw mkdirp
3126npm verb url resolving [ 'http://registry.npmjs.org/', './mkdirp' ]
3127npm verb url resolved http://registry.npmjs.org/mkdirp
3128npm info trying registry request attempt 1 at 11:05:53
3129npm http GET http://registry.npmjs.org/mkdirp
3130npm verb url raw nopt
3131npm verb url resolving [ 'http://registry.npmjs.org/', './nopt' ]
3132npm verb url resolved http://registry.npmjs.org/nopt
3133npm info trying registry request attempt 1 at 11:05:53
3134npm http GET http://registry.npmjs.org/nopt
3135npm verb url raw npmlog
3136npm verb url resolving [ 'http://registry.npmjs.org/', './npmlog' ]
3137npm verb url resolved http://registry.npmjs.org/npmlog
3138npm info trying registry request attempt 1 at 11:05:53
3139npm http GET http://registry.npmjs.org/npmlog
3140npm verb url raw osenv
3141npm verb url resolving [ 'http://registry.npmjs.org/', './osenv' ]
3142npm verb url resolved http://registry.npmjs.org/osenv
3143npm info trying registry request attempt 1 at 11:05:53
3144npm http GET http://registry.npmjs.org/osenv
3145npm verb url raw path-array
3146npm verb url resolving [ 'http://registry.npmjs.org/', './path-array' ]
3147npm verb url resolved http://registry.npmjs.org/path-array
3148npm info trying registry request attempt 1 at 11:05:53
3149npm http GET http://registry.npmjs.org/path-array
3150npm verb url raw request
3151npm verb url resolving [ 'http://registry.npmjs.org/', './request' ]
3152npm verb url resolved http://registry.npmjs.org/request
3153npm info trying registry request attempt 1 at 11:05:53
3154npm http GET http://registry.npmjs.org/request
3155npm verb url raw rimraf
3156npm verb url resolving [ 'http://registry.npmjs.org/', './rimraf' ]
3157npm verb url resolved http://registry.npmjs.org/rimraf
3158npm info trying registry request attempt 1 at 11:05:53
3159npm http GET http://registry.npmjs.org/rimraf
3160npm verb url raw semver
3161npm verb url resolving [ 'http://registry.npmjs.org/', './semver' ]
3162npm verb url resolved http://registry.npmjs.org/semver
3163npm info trying registry request attempt 1 at 11:05:53
3164npm http GET http://registry.npmjs.org/semver
3165npm verb url raw tar
3166npm verb url resolving [ 'http://registry.npmjs.org/', './tar' ]
3167npm verb url resolved http://registry.npmjs.org/tar
3168npm info trying registry request attempt 1 at 11:05:53
3169npm http GET http://registry.npmjs.org/tar
3170npm verb url raw which
3171npm verb url resolving [ 'http://registry.npmjs.org/', './which' ]
3172npm verb url resolved http://registry.npmjs.org/which
3173npm info trying registry request attempt 1 at 11:05:53
3174npm http GET http://registry.npmjs.org/which
3175npm verb url raw fstream
3176npm verb url resolving [ 'http://registry.npmjs.org/', './fstream' ]
3177npm verb url resolved http://registry.npmjs.org/fstream
3178npm info trying registry request attempt 1 at 11:05:53
3179npm http GET http://registry.npmjs.org/fstream
3180npm verb url raw glob
3181npm verb url resolving [ 'http://registry.npmjs.org/', './glob' ]
3182npm verb url resolved http://registry.npmjs.org/glob
3183npm info trying registry request attempt 1 at 11:05:53
3184npm http GET http://registry.npmjs.org/glob
3185npm http 200 http://registry.npmjs.org/nopt
3186npm http 200 http://registry.npmjs.org/mkdirp
3187npm verb addNamed [ 'nopt', '3.0.6' ]
3188npm verb addNamed [ '3.0.6', '3.0.6' ]
3189npm verb lock nopt@3.0.6 /root/.npm/d93e30b8-nopt-3-0-6.lock
3190npm verb addNamed [ 'mkdirp', '0.5.1' ]
3191npm verb addNamed [ '0.5.1', '0.5.1' ]
3192npm verb lock mkdirp@0.5.1 /root/.npm/8968b51f-mkdirp-0-5-1.lock
3193npm verb lock http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz /root/.npm/2c8dcd54-ry-npmjs-org-nopt-nopt-3-0-6-tgz.lock
3194npm verb lock http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz /root/.npm/26cae8d8-pmjs-org-mkdirp-mkdirp-0-5-1-tgz.lock
3195npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
3196npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
3197npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
3198npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
3199npm info retry fetch attempt 1 at 11:05:53
3200npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/tmp.tgz
3201npm info retry fetch attempt 1 at 11:05:53
3202npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/tmp.tgz
3203npm http GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
3204npm http GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
3205npm http 200 http://registry.npmjs.org/graceful-fs
3206npm verb addNamed [ 'graceful-fs', '4.1.2' ]
3207npm verb addNamed [ '4.1.2', '4.1.2' ]
3208npm verb lock graceful-fs@4.1.2 /root/.npm/953b548e-graceful-fs-4-1-2.lock
3209npm verb lock http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz /root/.npm/44da8a3c-raceful-fs-graceful-fs-4-1-2-tgz.lock
3210npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
3211npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
3212npm info retry fetch attempt 1 at 11:05:53
3213npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/tmp.tgz
3214npm http GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
3215npm http 200 http://registry.npmjs.org/request
3216npm http 200 http://registry.npmjs.org/which
3217npm http 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
3218npm http 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
3219npm http 200 http://registry.npmjs.org/osenv
3220npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/tmp.tgz
3221npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/package /root/.npm/65ef3534-753817-0-199593914905563-package.lock
3222npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/tmp.tgz /root/.npm/c660e185-753817-0-199593914905563-tmp-tgz.lock
3223npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/tmp.tgz
3224npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/package /root/.npm/e86a8eee-3817-0-26725975796580315-package.lock
3225npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/tmp.tgz /root/.npm/e3b01297-3817-0-26725975796580315-tmp-tgz.lock
3226npm verb addNamed [ 'which', '1.2.1' ]
3227npm verb addNamed [ '1.2.1', '1.2.1' ]
3228npm verb lock which@1.2.1 /root/.npm/a56cab58-which-1-2-1.lock
3229npm verb addNamed [ 'request', '2.67.0' ]
3230npm verb addNamed [ '2.67.0', '2.67.0' ]
3231npm verb lock request@2.67.0 /root/.npm/756151e6-request-2-67-0.lock
3232npm verb addNamed [ 'osenv', '0.1.3' ]
3233npm verb addNamed [ '0.1.3', '0.1.3' ]
3234npm verb lock osenv@0.1.3 /root/.npm/324ca211-osenv-0-1-3.lock
3235npm verb lock http://registry.npmjs.org/which/-/which-1.2.1.tgz /root/.npm/a8d62c48--npmjs-org-which-which-1-2-1-tgz.lock
3236npm verb lock http://registry.npmjs.org/request/-/request-2.67.0.tgz /root/.npm/19c8ec0e-s-org-request-request-2-67-0-tgz.lock
3237npm http 200 http://registry.npmjs.org/minimatch
3238npm http 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
3239npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.2.1.tgz',
3240npm verb addRemoteTarball 'a010c43aade1a798a3e6c1b1e453d45cb497a2bc' ]
3241npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.67.0.tgz',
3242npm verb addRemoteTarball '8af74780e2bf11ea0ae9aa965c11f11afd272742' ]
3243npm verb lock http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz /root/.npm/a025a5a2--npmjs-org-osenv-osenv-0-1-3-tgz.lock
3244npm info retry fetch attempt 1 at 11:05:53
3245npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/tmp.tgz
3246npm info retry fetch attempt 1 at 11:05:53
3247npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/tmp.tgz
3248npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
3249npm verb addRemoteTarball '83cf05c6d6458fc4d5ac6362ea325d92f2754217' ]
3250npm http GET http://registry.npmjs.org/which/-/which-1.2.1.tgz
3251npm http GET http://registry.npmjs.org/request/-/request-2.67.0.tgz
3252npm info retry fetch attempt 1 at 11:05:53
3253npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/tmp.tgz
3254npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/tmp.tgz
3255npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/package /root/.npm/03f1078d-53833-0-6554345446638763-package.lock
3256npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/tmp.tgz /root/.npm/90949555-53833-0-6554345446638763-tmp-tgz.lock
3257npm http GET http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
3258npm verb addNamed [ 'minimatch', '1.0.0' ]
3259npm verb addNamed [ '1.0.0', '1.0.0' ]
3260npm verb lock minimatch@1.0.0 /root/.npm/3e910184-minimatch-1-0-0.lock
3261npm http 200 http://registry.npmjs.org/tar
3262npm verb lock http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz /root/.npm/46f5626c-rg-minimatch-minimatch-1-0-0-tgz.lock
3263npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz',
3264npm verb addRemoteTarball 'e0dd2120b49e1b724ce8d714c520822a9438576d' ]
3265npm info retry fetch attempt 1 at 11:05:53
3266npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/tmp.tgz
3267npm http GET http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
3268npm verb addNamed [ 'tar', '2.2.1' ]
3269npm verb addNamed [ '2.2.1', '2.2.1' ]
3270npm verb lock tar@2.2.1 /root/.npm/29864a59-tar-2-2-1.lock
3271npm verb lock http://registry.npmjs.org/tar/-/tar-2.2.1.tgz /root/.npm/22c0adba-stry-npmjs-org-tar-tar-2-2-1-tgz.lock
3272npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar/-/tar-2.2.1.tgz',
3273npm verb addRemoteTarball '8e4d2a256c0e2185c6b18ad694aec968b83cb1d1' ]
3274npm info retry fetch attempt 1 at 11:05:53
3275npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/tmp.tgz
3276npm http GET http://registry.npmjs.org/tar/-/tar-2.2.1.tgz
3277npm http 200 http://registry.npmjs.org/which/-/which-1.2.1.tgz
3278npm http 200 http://registry.npmjs.org/request/-/request-2.67.0.tgz
3279npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/tmp.tgz
3280npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/package /root/.npm/dfdf2b9d-53896-0-6742794027086347-package.lock
3281npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/tmp.tgz /root/.npm/c030d418-53896-0-6742794027086347-tmp-tgz.lock
3282npm http 200 http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
3283npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/tmp.tgz
3284npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/package /root/.npm/6fa3f8d1-53904-0-9307699068449438-package.lock
3285npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/tmp.tgz /root/.npm/e5437342-53904-0-9307699068449438-tmp-tgz.lock
3286npm http 200 http://registry.npmjs.org/semver
3287npm http 200 http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
3288npm verb addNamed [ 'semver', '5.1.0' ]
3289npm verb addNamed [ '5.1.0', '5.1.0' ]
3290npm verb lock semver@5.1.0 /root/.npm/8b0493fe-semver-5-1-0.lock
3291npm verb lock http://registry.npmjs.org/semver/-/semver-5.1.0.tgz /root/.npm/73be0548-pmjs-org-semver-semver-5-1-0-tgz.lock
3292npm http 200 http://registry.npmjs.org/tar/-/tar-2.2.1.tgz
3293npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-5.1.0.tgz',
3294npm verb addRemoteTarball '85f2cf8550465c4df000cf7d86f6b054106ab9e5' ]
3295npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/tmp.tgz
3296npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/package /root/.npm/2c952c5f-3897-0-12996094836853445-package.lock
3297npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/tmp.tgz /root/.npm/bcea2c77-3897-0-12996094836853445-tmp-tgz.lock
3298npm info retry fetch attempt 1 at 11:05:53
3299npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/tmp.tgz
3300npm http GET http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
3301npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/tmp.tgz
3302npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/package /root/.npm/b2176f66-53931-0-7335935616865754-package.lock
3303npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/tmp.tgz /root/.npm/6dcb6743-53931-0-7335935616865754-tmp-tgz.lock
3304npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/tmp.tgz
3305npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/package /root/.npm/3e21b8f9-53943-0-9950482558924705-package.lock
3306npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/tmp.tgz /root/.npm/1b1cf64f-53943-0-9950482558924705-tmp-tgz.lock
3307npm http 200 http://registry.npmjs.org/path-array
3308npm http 200 http://registry.npmjs.org/semver/-/semver-5.1.0.tgz
3309npm verb addNamed [ 'path-array', '1.0.0' ]
3310npm verb addNamed [ '1.0.0', '1.0.0' ]
3311npm verb lock path-array@1.0.0 /root/.npm/e7a66b83-path-array-1-0-0.lock
3312npm verb lock http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz /root/.npm/6f2155e8--path-array-path-array-1-0-0-tgz.lock
3313npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz',
3314npm verb addRemoteTarball '6c14130c33084f0150553c657b38397ab67aaa4e' ]
3315npm info retry fetch attempt 1 at 11:05:54
3316npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/tmp.tgz
3317npm http GET http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz
3318npm verb tar pack [ '/root/.npm/graceful-fs/4.1.2/package.tgz',
3319npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/package' ]
3320npm verb tarball /root/.npm/graceful-fs/4.1.2/package.tgz
3321npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/package
3322npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753833-0.6554345446638763/package /root/.npm/03f1078d-53833-0-6554345446638763-package.lock
3323npm verb lock tar:///root/.npm/graceful-fs/4.1.2/package.tgz /root/.npm/f9ccce18-pm-graceful-fs-4-1-2-package-tgz.lock
3324npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/tmp.tgz
3325npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/package /root/.npm/4e497390-53990-0-5867907581850886-package.lock
3326npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/tmp.tgz /root/.npm/3b06e437-53990-0-5867907581850886-tmp-tgz.lock
3327npm http 200 http://registry.npmjs.org/npmlog
3328npm verb addNamed [ 'npmlog', '1.2.1' ]
3329npm verb addNamed [ '1.2.1', '1.2.1' ]
3330npm verb lock npmlog@1.2.1 /root/.npm/3710d722-npmlog-1-2-1.lock
3331npm http 200 http://registry.npmjs.org/rimraf
3332npm http 200 http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz
3333npm http 200 http://registry.npmjs.org/fstream
3334npm verb lock http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz /root/.npm/cae94686-pmjs-org-npmlog-npmlog-1-2-1-tgz.lock
3335npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz',
3336npm verb addRemoteTarball '28e7be619609b53f7ad1dd300a10d64d716268b6' ]
3337npm info retry fetch attempt 1 at 11:05:54
3338npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/tmp.tgz
3339npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/tmp.tgz
3340npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/package /root/.npm/31140094-4057-0-44869278953410685-package.lock
3341npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/tmp.tgz /root/.npm/35aac1ce-4057-0-44869278953410685-tmp-tgz.lock
3342npm http GET http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
3343npm verb tar pack [ '/root/.npm/which/1.2.1/package.tgz',
3344npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/package' ]
3345npm verb tarball /root/.npm/which/1.2.1/package.tgz
3346npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/package
3347npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753896-0.6742794027086347/package /root/.npm/dfdf2b9d-53896-0-6742794027086347-package.lock
3348npm verb lock tar:///root/.npm/which/1.2.1/package.tgz /root/.npm/127f5cf6-root-npm-which-1-2-1-package-tgz.lock
3349npm verb addNamed [ 'rimraf', '2.4.5' ]
3350npm verb addNamed [ '2.4.5', '2.4.5' ]
3351npm verb lock rimraf@2.4.5 /root/.npm/461eb09d-rimraf-2-4-5.lock
3352npm verb addNamed [ 'fstream', '1.0.8' ]
3353npm verb addNamed [ '1.0.8', '1.0.8' ]
3354npm verb lock fstream@1.0.8 /root/.npm/669d5e96-fstream-1-0-8.lock
3355npm verb lock http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz /root/.npm/6503c2f1-pmjs-org-rimraf-rimraf-2-4-5-tgz.lock
3356npm verb lock http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz /root/.npm/98bcbac1-js-org-fstream-fstream-1-0-8-tgz.lock
3357npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz',
3358npm verb addRemoteTarball 'ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da' ]
3359npm info retry fetch attempt 1 at 11:05:54
3360npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/tmp.tgz
3361npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz',
3362npm verb addRemoteTarball '7e8d7a73abb3647ef36e4b8a15ca801dba03d038' ]
3363npm info retry fetch attempt 1 at 11:05:54
3364npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/tmp.tgz
3365npm http GET http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
3366npm http 200 http://registry.npmjs.org/glob
3367npm verb tar pack [ '/root/.npm/nopt/3.0.6/package.tgz',
3368npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/package' ]
3369npm verb tarball /root/.npm/nopt/3.0.6/package.tgz
3370npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/package
3371npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.199593914905563/package /root/.npm/65ef3534-753817-0-199593914905563-package.lock
3372npm verb lock tar:///root/.npm/nopt/3.0.6/package.tgz /root/.npm/b77dd556--root-npm-nopt-3-0-6-package-tgz.lock
3373npm http GET http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
3374npm verb tar pack [ '/root/.npm/osenv/0.1.3/package.tgz',
3375npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/package' ]
3376npm verb tarball /root/.npm/osenv/0.1.3/package.tgz
3377npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/package
3378npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753904-0.9307699068449438/package /root/.npm/6fa3f8d1-53904-0-9307699068449438-package.lock
3379npm verb lock tar:///root/.npm/osenv/0.1.3/package.tgz /root/.npm/3bc94b4f-root-npm-osenv-0-1-3-package-tgz.lock
3380npm http 200 http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
3381npm verb addNamed [ 'glob', '4.5.3' ]
3382npm verb addNamed [ '4.5.3', '4.5.3' ]
3383npm verb lock glob@4.5.3 /root/.npm/b74addcc-glob-4-5-3.lock
3384npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/tmp.tgz
3385npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/package /root/.npm/37537ab0-4118-0-18465457810088992-package.lock
3386npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/tmp.tgz /root/.npm/3bf9ffbf-4118-0-18465457810088992-tmp-tgz.lock
3387npm verb lock http://registry.npmjs.org/glob/-/glob-4.5.3.tgz /root/.npm/3dce66ac-ry-npmjs-org-glob-glob-4-5-3-tgz.lock
3388npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.5.3.tgz',
3389npm verb addRemoteTarball 'c6cb73d3226c1efef04de3c56d012f03377ee15f' ]
3390npm info retry fetch attempt 1 at 11:05:54
3391npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/tmp.tgz
3392npm http GET http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
3393npm http 200 http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
3394npm http 200 http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
3395npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/tmp.tgz
3396npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/package /root/.npm/243aaa23-54159-0-7947487831115723-package.lock
3397npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/tmp.tgz /root/.npm/60c1a21b-54159-0-7947487831115723-tmp-tgz.lock
3398npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/tmp.tgz
3399npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/package /root/.npm/a52b17a3-4161-0-35086690564639866-package.lock
3400npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/tmp.tgz /root/.npm/1c58691b-4161-0-35086690564639866-tmp-tgz.lock
3401npm http 200 http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
3402npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/tmp.tgz
3403npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/package /root/.npm/6bcbc1ba-8754235-0-49203279055655-package.lock
3404npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/tmp.tgz /root/.npm/d909b3c0-8754235-0-49203279055655-tmp-tgz.lock
3405npm verb lock /root/.npm/graceful-fs/4.1.2/package /root/.npm/ffbd2028-ot-npm-graceful-fs-4-1-2-package.lock
3406npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
3407npm verb lock tar:///root/.npm/graceful-fs/4.1.2/package /root/.npm/a2423294-ot-npm-graceful-fs-4-1-2-package.lock
3408npm verb lock tar:///root/.npm/graceful-fs/4.1.2/package.tgz /root/.npm/f9ccce18-pm-graceful-fs-4-1-2-package-tgz.lock
3409npm verb lock /root/.npm/which/1.2.1/package /root/.npm/242cd8ad-root-npm-which-1-2-1-package.lock
3410npm verb tar unpack /root/.npm/which/1.2.1/package.tgz
3411npm verb lock tar:///root/.npm/which/1.2.1/package /root/.npm/1da499ae-tar-root-npm-which-1-2-1-package.lock
3412npm verb lock tar:///root/.npm/which/1.2.1/package.tgz /root/.npm/127f5cf6-root-npm-which-1-2-1-package-tgz.lock
3413npm verb lock /root/.npm/osenv/0.1.3/package /root/.npm/fdbd2d18-root-npm-osenv-0-1-3-package.lock
3414npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
3415npm verb lock tar:///root/.npm/osenv/0.1.3/package /root/.npm/0b4b8778-tar-root-npm-osenv-0-1-3-package.lock
3416npm verb lock tar:///root/.npm/osenv/0.1.3/package.tgz /root/.npm/3bc94b4f-root-npm-osenv-0-1-3-package-tgz.lock
3417npm verb tar pack [ '/root/.npm/mkdirp/0.5.1/package.tgz',
3418npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/package' ]
3419npm verb tarball /root/.npm/mkdirp/0.5.1/package.tgz
3420npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/package
3421npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753817-0.26725975796580315/package /root/.npm/e86a8eee-3817-0-26725975796580315-package.lock
3422npm verb lock tar:///root/.npm/mkdirp/0.5.1/package.tgz /root/.npm/5be030da-oot-npm-mkdirp-0-5-1-package-tgz.lock
3423npm verb tar pack [ '/root/.npm/path-array/1.0.0/package.tgz',
3424npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/package' ]
3425npm verb tarball /root/.npm/path-array/1.0.0/package.tgz
3426npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/package
3427npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754057-0.44869278953410685/package /root/.npm/31140094-4057-0-44869278953410685-package.lock
3428npm verb lock tar:///root/.npm/path-array/1.0.0/package.tgz /root/.npm/e9fc5183-npm-path-array-1-0-0-package-tgz.lock
3429npm verb tar pack [ '/root/.npm/rimraf/2.4.5/package.tgz',
3430npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/package' ]
3431npm verb tarball /root/.npm/rimraf/2.4.5/package.tgz
3432npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/package
3433npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754159-0.7947487831115723/package /root/.npm/243aaa23-54159-0-7947487831115723-package.lock
3434npm verb lock tar:///root/.npm/rimraf/2.4.5/package.tgz /root/.npm/ab52aa2e-oot-npm-rimraf-2-4-5-package-tgz.lock
3435npm verb lock /root/.npm/nopt/3.0.6/package /root/.npm/c68f5238-root-npm-nopt-3-0-6-package.lock
3436npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
3437npm verb lock tar:///root/.npm/nopt/3.0.6/package /root/.npm/ce19a27c-tar-root-npm-nopt-3-0-6-package.lock
3438npm verb lock tar:///root/.npm/nopt/3.0.6/package.tgz /root/.npm/b77dd556--root-npm-nopt-3-0-6-package-tgz.lock
3439npm verb tar pack [ '/root/.npm/npmlog/1.2.1/package.tgz',
3440npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/package' ]
3441npm verb tarball /root/.npm/npmlog/1.2.1/package.tgz
3442npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/package
3443npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754118-0.18465457810088992/package /root/.npm/37537ab0-4118-0-18465457810088992-package.lock
3444npm verb lock tar:///root/.npm/npmlog/1.2.1/package.tgz /root/.npm/43a276db-oot-npm-npmlog-1-2-1-package-tgz.lock
3445npm verb tar pack [ '/root/.npm/minimatch/1.0.0/package.tgz',
3446npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/package' ]
3447npm verb tarball /root/.npm/minimatch/1.0.0/package.tgz
3448npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/package
3449npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753931-0.7335935616865754/package /root/.npm/b2176f66-53931-0-7335935616865754-package.lock
3450npm verb lock tar:///root/.npm/minimatch/1.0.0/package.tgz /root/.npm/122fff22--npm-minimatch-1-0-0-package-tgz.lock
3451npm verb lock /root/.npm/path-array/1.0.0/package /root/.npm/c04ee434-oot-npm-path-array-1-0-0-package.lock
3452npm verb chmod /root/.npm/graceful-fs/4.1.2/package.tgz 644
3453npm verb chown /root/.npm/graceful-fs/4.1.2/package.tgz [ 0, 0 ]
3454npm verb tar unpack /root/.npm/path-array/1.0.0/package.tgz
3455npm verb lock tar:///root/.npm/path-array/1.0.0/package /root/.npm/02610357-oot-npm-path-array-1-0-0-package.lock
3456npm verb lock tar:///root/.npm/path-array/1.0.0/package.tgz /root/.npm/e9fc5183-npm-path-array-1-0-0-package-tgz.lock
3457npm verb lock /root/.npm/rimraf/2.4.5/package /root/.npm/a7a82c99-root-npm-rimraf-2-4-5-package.lock
3458npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
3459npm verb lock tar:///root/.npm/rimraf/2.4.5/package /root/.npm/e1aa492c-ar-root-npm-rimraf-2-4-5-package.lock
3460npm verb lock tar:///root/.npm/rimraf/2.4.5/package.tgz /root/.npm/ab52aa2e-oot-npm-rimraf-2-4-5-package-tgz.lock
3461npm verb chmod /root/.npm/which/1.2.1/package.tgz 644
3462npm verb chown /root/.npm/which/1.2.1/package.tgz [ 0, 0 ]
3463npm verb chmod /root/.npm/osenv/0.1.3/package.tgz 644
3464npm verb chown /root/.npm/osenv/0.1.3/package.tgz [ 0, 0 ]
3465npm verb tar pack [ '/root/.npm/glob/4.5.3/package.tgz',
3466npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/package' ]
3467npm verb tarball /root/.npm/glob/4.5.3/package.tgz
3468npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/package
3469npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754235-0.49203279055655/package /root/.npm/6bcbc1ba-8754235-0-49203279055655-package.lock
3470npm verb lock tar:///root/.npm/glob/4.5.3/package.tgz /root/.npm/700b0b2b--root-npm-glob-4-5-3-package-tgz.lock
3471npm verb lock /root/.npm/npmlog/1.2.1/package /root/.npm/82825df1-root-npm-npmlog-1-2-1-package.lock
3472npm verb tar unpack /root/.npm/npmlog/1.2.1/package.tgz
3473npm verb lock tar:///root/.npm/npmlog/1.2.1/package /root/.npm/bd5f8241-ar-root-npm-npmlog-1-2-1-package.lock
3474npm verb lock tar:///root/.npm/npmlog/1.2.1/package.tgz /root/.npm/43a276db-oot-npm-npmlog-1-2-1-package-tgz.lock
3475npm verb lock /root/.npm/mkdirp/0.5.1/package /root/.npm/549e93e6-root-npm-mkdirp-0-5-1-package.lock
3476npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
3477npm verb lock tar:///root/.npm/mkdirp/0.5.1/package /root/.npm/b9c0c171-ar-root-npm-mkdirp-0-5-1-package.lock
3478npm verb lock tar:///root/.npm/mkdirp/0.5.1/package.tgz /root/.npm/5be030da-oot-npm-mkdirp-0-5-1-package-tgz.lock
3479npm verb chmod /root/.npm/path-array/1.0.0/package.tgz 644
3480npm verb chown /root/.npm/path-array/1.0.0/package.tgz [ 0, 0 ]
3481npm verb chmod /root/.npm/rimraf/2.4.5/package.tgz 644
3482npm verb chown /root/.npm/rimraf/2.4.5/package.tgz [ 0, 0 ]
3483npm verb tar pack [ '/root/.npm/semver/5.1.0/package.tgz',
3484npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/package' ]
3485npm verb tarball /root/.npm/semver/5.1.0/package.tgz
3486npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/package
3487npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753990-0.5867907581850886/package /root/.npm/4e497390-53990-0-5867907581850886-package.lock
3488npm verb lock tar:///root/.npm/semver/5.1.0/package.tgz /root/.npm/0b69749c-oot-npm-semver-5-1-0-package-tgz.lock
3489npm verb chmod /root/.npm/nopt/3.0.6/package.tgz 644
3490npm verb chown /root/.npm/nopt/3.0.6/package.tgz [ 0, 0 ]
3491npm verb lock /root/.npm/minimatch/1.0.0/package /root/.npm/e2fa77f6-root-npm-minimatch-1-0-0-package.lock
3492npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
3493npm verb lock tar:///root/.npm/minimatch/1.0.0/package /root/.npm/1223bee9-root-npm-minimatch-1-0-0-package.lock
3494npm verb lock tar:///root/.npm/minimatch/1.0.0/package.tgz /root/.npm/122fff22--npm-minimatch-1-0-0-package-tgz.lock
3495npm verb lock /root/.npm/glob/4.5.3/package /root/.npm/90e9b146-root-npm-glob-4-5-3-package.lock
3496npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
3497npm verb lock tar:///root/.npm/glob/4.5.3/package /root/.npm/0addaef0-tar-root-npm-glob-4-5-3-package.lock
3498npm verb lock tar:///root/.npm/glob/4.5.3/package.tgz /root/.npm/700b0b2b--root-npm-glob-4-5-3-package-tgz.lock
3499npm verb tar pack [ '/root/.npm/fstream/1.0.8/package.tgz',
3500npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/package' ]
3501npm verb tarball /root/.npm/fstream/1.0.8/package.tgz
3502npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/package
3503npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868754161-0.35086690564639866/package /root/.npm/a52b17a3-4161-0-35086690564639866-package.lock
3504npm verb lock tar:///root/.npm/fstream/1.0.8/package.tgz /root/.npm/e3d53be5-ot-npm-fstream-1-0-8-package-tgz.lock
3505npm verb chmod /root/.npm/npmlog/1.2.1/package.tgz 644
3506npm verb chown /root/.npm/npmlog/1.2.1/package.tgz [ 0, 0 ]
3507npm verb tar pack [ '/root/.npm/request/2.67.0/package.tgz',
3508npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/package' ]
3509npm verb tarball /root/.npm/request/2.67.0/package.tgz
3510npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/package
3511npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753897-0.12996094836853445/package /root/.npm/2c952c5f-3897-0-12996094836853445-package.lock
3512npm verb lock tar:///root/.npm/request/2.67.0/package.tgz /root/.npm/c98b2d3f-t-npm-request-2-67-0-package-tgz.lock
3513npm verb chmod /root/.npm/mkdirp/0.5.1/package.tgz 644
3514npm verb chown /root/.npm/mkdirp/0.5.1/package.tgz [ 0, 0 ]
3515npm verb chmod /root/.npm/glob/4.5.3/package.tgz 644
3516npm verb chown /root/.npm/glob/4.5.3/package.tgz [ 0, 0 ]
3517npm verb lock /root/.npm/semver/5.1.0/package /root/.npm/fc996ac8-root-npm-semver-5-1-0-package.lock
3518npm verb tar unpack /root/.npm/semver/5.1.0/package.tgz
3519npm verb lock tar:///root/.npm/semver/5.1.0/package /root/.npm/55a8f083-ar-root-npm-semver-5-1-0-package.lock
3520npm verb lock tar:///root/.npm/semver/5.1.0/package.tgz /root/.npm/0b69749c-oot-npm-semver-5-1-0-package-tgz.lock
3521npm verb tar pack [ '/root/.npm/tar/2.2.1/package.tgz',
3522npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/package' ]
3523npm verb tarball /root/.npm/tar/2.2.1/package.tgz
3524npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/package
3525npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868753943-0.9950482558924705/package /root/.npm/3e21b8f9-53943-0-9950482558924705-package.lock
3526npm verb lock tar:///root/.npm/tar/2.2.1/package.tgz /root/.npm/486a9af0-r-root-npm-tar-2-2-1-package-tgz.lock
3527npm verb lock /root/.npm/fstream/1.0.8/package /root/.npm/62edebca-root-npm-fstream-1-0-8-package.lock
3528npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
3529npm verb lock tar:///root/.npm/fstream/1.0.8/package /root/.npm/116312a8-r-root-npm-fstream-1-0-8-package.lock
3530npm verb lock tar:///root/.npm/fstream/1.0.8/package.tgz /root/.npm/e3d53be5-ot-npm-fstream-1-0-8-package-tgz.lock
3531npm verb chmod /root/.npm/minimatch/1.0.0/package.tgz 644
3532npm verb chown /root/.npm/minimatch/1.0.0/package.tgz [ 0, 0 ]
3533npm verb chmod /root/.npm/semver/5.1.0/package.tgz 644
3534npm verb chown /root/.npm/semver/5.1.0/package.tgz [ 0, 0 ]
3535npm verb lock /root/.npm/request/2.67.0/package /root/.npm/64b6d367-root-npm-request-2-67-0-package.lock
3536npm verb tar unpack /root/.npm/request/2.67.0/package.tgz
3537npm verb lock tar:///root/.npm/request/2.67.0/package /root/.npm/15950c1b--root-npm-request-2-67-0-package.lock
3538npm verb lock tar:///root/.npm/request/2.67.0/package.tgz /root/.npm/c98b2d3f-t-npm-request-2-67-0-package-tgz.lock
3539npm verb chmod /root/.npm/fstream/1.0.8/package.tgz 644
3540npm verb chown /root/.npm/fstream/1.0.8/package.tgz [ 0, 0 ]
3541npm verb lock /root/.npm/tar/2.2.1/package /root/.npm/11d85d03-root-npm-tar-2-2-1-package.lock
3542npm verb tar unpack /root/.npm/tar/2.2.1/package.tgz
3543npm verb lock tar:///root/.npm/tar/2.2.1/package /root/.npm/16043216-tar-root-npm-tar-2-2-1-package.lock
3544npm verb lock tar:///root/.npm/tar/2.2.1/package.tgz /root/.npm/486a9af0-r-root-npm-tar-2-2-1-package-tgz.lock
3545npm verb chmod /root/.npm/request/2.67.0/package.tgz 644
3546npm verb chown /root/.npm/request/2.67.0/package.tgz [ 0, 0 ]
3547npm verb chmod /root/.npm/tar/2.2.1/package.tgz 644
3548npm verb chown /root/.npm/tar/2.2.1/package.tgz [ 0, 0 ]
3549npm info install graceful-fs@4.1.2 into /usr/lib/node_modules/node-gyp
3550npm info install which@1.2.1 into /usr/lib/node_modules/node-gyp
3551npm info install osenv@0.1.3 into /usr/lib/node_modules/node-gyp
3552npm info install path-array@1.0.0 into /usr/lib/node_modules/node-gyp
3553npm info install rimraf@2.4.5 into /usr/lib/node_modules/node-gyp
3554npm info install nopt@3.0.6 into /usr/lib/node_modules/node-gyp
3555npm info install npmlog@1.2.1 into /usr/lib/node_modules/node-gyp
3556npm info install mkdirp@0.5.1 into /usr/lib/node_modules/node-gyp
3557npm info install glob@4.5.3 into /usr/lib/node_modules/node-gyp
3558npm info install minimatch@1.0.0 into /usr/lib/node_modules/node-gyp
3559npm info install semver@5.1.0 into /usr/lib/node_modules/node-gyp
3560npm info install fstream@1.0.8 into /usr/lib/node_modules/node-gyp
3561npm info install request@2.67.0 into /usr/lib/node_modules/node-gyp
3562npm info install tar@2.2.1 into /usr/lib/node_modules/node-gyp
3563npm info installOne graceful-fs@4.1.2
3564npm info installOne which@1.2.1
3565npm info installOne osenv@0.1.3
3566npm info installOne path-array@1.0.0
3567npm info installOne rimraf@2.4.5
3568npm info installOne nopt@3.0.6
3569npm info installOne npmlog@1.2.1
3570npm info installOne mkdirp@0.5.1
3571npm info installOne glob@4.5.3
3572npm info installOne minimatch@1.0.0
3573npm info installOne semver@5.1.0
3574npm info installOne fstream@1.0.8
3575npm info installOne request@2.67.0
3576npm info installOne tar@2.2.1
3577npm info /usr/lib/node_modules/node-gyp/node_modules/graceful-fs unbuild
3578npm info /usr/lib/node_modules/node-gyp/node_modules/which unbuild
3579npm info /usr/lib/node_modules/node-gyp/node_modules/osenv unbuild
3580npm info /usr/lib/node_modules/node-gyp/node_modules/path-array unbuild
3581npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf unbuild
3582npm info /usr/lib/node_modules/node-gyp/node_modules/nopt unbuild
3583npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog unbuild
3584npm info /usr/lib/node_modules/node-gyp/node_modules/mkdirp unbuild
3585npm info /usr/lib/node_modules/node-gyp/node_modules/glob unbuild
3586npm info /usr/lib/node_modules/node-gyp/node_modules/minimatch unbuild
3587npm info /usr/lib/node_modules/node-gyp/node_modules/semver unbuild
3588npm info /usr/lib/node_modules/node-gyp/node_modules/fstream unbuild
3589npm info /usr/lib/node_modules/node-gyp/node_modules/request unbuild
3590npm info /usr/lib/node_modules/node-gyp/node_modules/tar unbuild
3591npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
3592npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/graceful-fs /root/.npm/a803e322-ode-gyp-node-modules-graceful-fs.lock
3593npm verb lock tar:///root/.npm/graceful-fs/4.1.2/package.tgz /root/.npm/f9ccce18-pm-graceful-fs-4-1-2-package-tgz.lock
3594npm verb tar unpack /root/.npm/which/1.2.1/package.tgz
3595npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/which /root/.npm/e914070a-ules-node-gyp-node-modules-which.lock
3596npm verb lock tar:///root/.npm/which/1.2.1/package.tgz /root/.npm/127f5cf6-root-npm-which-1-2-1-package-tgz.lock
3597npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
3598npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/osenv /root/.npm/6fba5e7c-ules-node-gyp-node-modules-osenv.lock
3599npm verb lock tar:///root/.npm/osenv/0.1.3/package.tgz /root/.npm/3bc94b4f-root-npm-osenv-0-1-3-package-tgz.lock
3600npm verb tar unpack /root/.npm/path-array/1.0.0/package.tgz
3601npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/path-array /root/.npm/b77dc0fc-node-gyp-node-modules-path-array.lock
3602npm verb lock tar:///root/.npm/path-array/1.0.0/package.tgz /root/.npm/e9fc5183-npm-path-array-1-0-0-package-tgz.lock
3603npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
3604npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf /root/.npm/26973f72-les-node-gyp-node-modules-rimraf.lock
3605npm verb lock tar:///root/.npm/rimraf/2.4.5/package.tgz /root/.npm/ab52aa2e-oot-npm-rimraf-2-4-5-package-tgz.lock
3606npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
3607npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/nopt /root/.npm/39f5cd1b-dules-node-gyp-node-modules-nopt.lock
3608npm verb lock tar:///root/.npm/nopt/3.0.6/package.tgz /root/.npm/b77dd556--root-npm-nopt-3-0-6-package-tgz.lock
3609npm verb tar unpack /root/.npm/npmlog/1.2.1/package.tgz
3610npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog /root/.npm/03caa8eb-les-node-gyp-node-modules-npmlog.lock
3611npm verb lock tar:///root/.npm/npmlog/1.2.1/package.tgz /root/.npm/43a276db-oot-npm-npmlog-1-2-1-package-tgz.lock
3612npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
3613npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/mkdirp /root/.npm/c8c7a3d0-les-node-gyp-node-modules-mkdirp.lock
3614npm verb lock tar:///root/.npm/mkdirp/0.5.1/package.tgz /root/.npm/5be030da-oot-npm-mkdirp-0-5-1-package-tgz.lock
3615npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
3616npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob /root/.npm/5b0cc4a2-dules-node-gyp-node-modules-glob.lock
3617npm verb lock tar:///root/.npm/glob/4.5.3/package.tgz /root/.npm/700b0b2b--root-npm-glob-4-5-3-package-tgz.lock
3618npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
3619npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/minimatch /root/.npm/c56fe682--node-gyp-node-modules-minimatch.lock
3620npm verb lock tar:///root/.npm/minimatch/1.0.0/package.tgz /root/.npm/122fff22--npm-minimatch-1-0-0-package-tgz.lock
3621npm verb tar unpack /root/.npm/semver/5.1.0/package.tgz
3622npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/semver /root/.npm/1d20521e-les-node-gyp-node-modules-semver.lock
3623npm verb lock tar:///root/.npm/semver/5.1.0/package.tgz /root/.npm/0b69749c-oot-npm-semver-5-1-0-package-tgz.lock
3624npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
3625npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/fstream /root/.npm/07caf565-es-node-gyp-node-modules-fstream.lock
3626npm verb lock tar:///root/.npm/fstream/1.0.8/package.tgz /root/.npm/e3d53be5-ot-npm-fstream-1-0-8-package-tgz.lock
3627npm verb tar unpack /root/.npm/request/2.67.0/package.tgz
3628npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request /root/.npm/8b3471cc-es-node-gyp-node-modules-request.lock
3629npm verb lock tar:///root/.npm/request/2.67.0/package.tgz /root/.npm/c98b2d3f-t-npm-request-2-67-0-package-tgz.lock
3630npm verb tar unpack /root/.npm/tar/2.2.1/package.tgz
3631npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/tar /root/.npm/ddba1f59-odules-node-gyp-node-modules-tar.lock
3632npm verb lock tar:///root/.npm/tar/2.2.1/package.tgz /root/.npm/486a9af0-r-root-npm-tar-2-2-1-package-tgz.lock
3633npm info preinstall rimraf@2.4.5
3634npm verb readDependencies using package.json deps
3635npm verb readDependencies using package.json deps
3636npm verb cache add [ 'glob@^6.0.1', null ]
3637npm verb cache add name=undefined spec="glob@^6.0.1" args=["glob@^6.0.1",null]
3638npm verb parsed url { protocol: null,
3639npm verb parsed url slashes: null,
3640npm verb parsed url auth: null,
3641npm verb parsed url host: null,
3642npm verb parsed url port: null,
3643npm verb parsed url hostname: null,
3644npm verb parsed url hash: null,
3645npm verb parsed url search: null,
3646npm verb parsed url query: null,
3647npm verb parsed url pathname: 'glob@%5E6.0.1',
3648npm verb parsed url path: 'glob@%5E6.0.1',
3649npm verb parsed url href: 'glob@%5E6.0.1' }
3650npm verb cache add name="glob" spec="^6.0.1" args=["glob","^6.0.1"]
3651npm verb parsed url { protocol: null,
3652npm verb parsed url slashes: null,
3653npm verb parsed url auth: null,
3654npm verb parsed url host: null,
3655npm verb parsed url port: null,
3656npm verb parsed url hostname: null,
3657npm verb parsed url hash: null,
3658npm verb parsed url search: null,
3659npm verb parsed url query: null,
3660npm verb parsed url pathname: '%5E6.0.1',
3661npm verb parsed url path: '%5E6.0.1',
3662npm verb parsed url href: '%5E6.0.1' }
3663npm verb addNamed [ 'glob', '^6.0.1' ]
3664npm verb addNamed [ null, '>=6.0.1-0 <7.0.0-0' ]
3665npm verb lock glob@^6.0.1 /root/.npm/1e5e5257-glob-6-0-1.lock
3666npm info preinstall path-array@1.0.0
3667npm verb registry.get glob not expired, no request
3668npm verb addNamed [ 'glob', '6.0.1' ]
3669npm verb addNamed [ '6.0.1', '6.0.1' ]
3670npm verb lock glob@6.0.1 /root/.npm/f07184c3-glob-6-0-1.lock
3671npm verb readDependencies using package.json deps
3672npm verb readDependencies using package.json deps
3673npm verb lock http://registry.npmjs.org/glob/-/glob-6.0.1.tgz /root/.npm/d1771bb2-ry-npmjs-org-glob-glob-6-0-1-tgz.lock
3674npm verb cache add [ 'array-index@~0.1.0', null ]
3675npm verb cache add name=undefined spec="array-index@~0.1.0" args=["array-index@~0.1.0",null]
3676npm verb parsed url { protocol: null,
3677npm verb parsed url slashes: null,
3678npm verb parsed url auth: null,
3679npm verb parsed url host: null,
3680npm verb parsed url port: null,
3681npm verb parsed url hostname: null,
3682npm verb parsed url hash: null,
3683npm verb parsed url search: null,
3684npm verb parsed url query: null,
3685npm verb parsed url pathname: 'array-index@~0.1.0',
3686npm verb parsed url path: 'array-index@~0.1.0',
3687npm verb parsed url href: 'array-index@~0.1.0' }
3688npm verb cache add name="array-index" spec="~0.1.0" args=["array-index","~0.1.0"]
3689npm verb parsed url { protocol: null,
3690npm verb parsed url slashes: null,
3691npm verb parsed url auth: null,
3692npm verb parsed url host: null,
3693npm verb parsed url port: null,
3694npm verb parsed url hostname: null,
3695npm verb parsed url hash: null,
3696npm verb parsed url search: null,
3697npm verb parsed url query: null,
3698npm verb parsed url pathname: '~0.1.0',
3699npm verb parsed url path: '~0.1.0',
3700npm verb parsed url href: '~0.1.0' }
3701npm verb addNamed [ 'array-index', '~0.1.0' ]
3702npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
3703npm verb lock array-index@~0.1.0 /root/.npm/ac7b2272-array-index-0-1-0.lock
3704npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.1.tgz',
3705npm verb addRemoteTarball '16a89b94ac361b2a670a0a141a21ad51b438d21d' ]
3706npm info retry fetch attempt 1 at 11:05:56
3707npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/tmp.tgz
3708npm verb url raw array-index
3709npm verb url resolving [ 'http://registry.npmjs.org/', './array-index' ]
3710npm verb url resolved http://registry.npmjs.org/array-index
3711npm info trying registry request attempt 1 at 11:05:56
3712npm http GET http://registry.npmjs.org/array-index
3713npm http GET http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
3714npm info preinstall graceful-fs@4.1.2
3715npm verb readDependencies using package.json deps
3716npm verb readDependencies using package.json deps
3717npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/graceful-fs
3718npm info build /usr/lib/node_modules/node-gyp/node_modules/graceful-fs
3719npm verb linkStuff [ true,
3720npm verb linkStuff '/usr/lib/node_modules',
3721npm verb linkStuff false,
3722npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
3723npm info linkStuff graceful-fs@4.1.2
3724npm info preinstall which@1.2.1
3725npm verb linkBins graceful-fs@4.1.2
3726npm verb linkMans graceful-fs@4.1.2
3727npm verb rebuildBundles graceful-fs@4.1.2
3728npm info preinstall osenv@0.1.3
3729npm info install graceful-fs@4.1.2
3730npm verb readDependencies using package.json deps
3731npm verb readDependencies using package.json deps
3732npm info postinstall graceful-fs@4.1.2
3733npm verb cache add [ 'is-absolute@^0.1.7', null ]
3734npm verb cache add name=undefined spec="is-absolute@^0.1.7" args=["is-absolute@^0.1.7",null]
3735npm verb parsed url { protocol: null,
3736npm verb parsed url slashes: null,
3737npm verb parsed url auth: null,
3738npm verb parsed url host: null,
3739npm verb parsed url port: null,
3740npm verb parsed url hostname: null,
3741npm verb parsed url hash: null,
3742npm verb parsed url search: null,
3743npm verb parsed url query: null,
3744npm verb parsed url pathname: 'is-absolute@%5E0.1.7',
3745npm verb parsed url path: 'is-absolute@%5E0.1.7',
3746npm verb parsed url href: 'is-absolute@%5E0.1.7' }
3747npm verb cache add name="is-absolute" spec="^0.1.7" args=["is-absolute","^0.1.7"]
3748npm verb parsed url { protocol: null,
3749npm verb parsed url slashes: null,
3750npm verb parsed url auth: null,
3751npm verb parsed url host: null,
3752npm verb parsed url port: null,
3753npm verb parsed url hostname: null,
3754npm verb parsed url hash: null,
3755npm verb parsed url search: null,
3756npm verb parsed url query: null,
3757npm verb parsed url pathname: '%5E0.1.7',
3758npm verb parsed url path: '%5E0.1.7',
3759npm verb parsed url href: '%5E0.1.7' }
3760npm verb addNamed [ 'is-absolute', '^0.1.7' ]
3761npm verb addNamed [ null, '>=0.1.7-0 <0.2.0-0' ]
3762npm verb lock is-absolute@^0.1.7 /root/.npm/254233ac-is-absolute-0-1-7.lock
3763npm verb readDependencies using package.json deps
3764npm verb readDependencies using package.json deps
3765npm verb url raw is-absolute
3766npm verb url resolving [ 'http://registry.npmjs.org/', './is-absolute' ]
3767npm verb url resolved http://registry.npmjs.org/is-absolute
3768npm info trying registry request attempt 1 at 11:05:56
3769npm http GET http://registry.npmjs.org/is-absolute
3770npm verb cache add [ 'os-homedir@^1.0.0', null ]
3771npm verb cache add name=undefined spec="os-homedir@^1.0.0" args=["os-homedir@^1.0.0",null]
3772npm verb parsed url { protocol: null,
3773npm verb parsed url slashes: null,
3774npm verb parsed url auth: null,
3775npm verb parsed url host: null,
3776npm verb parsed url port: null,
3777npm verb parsed url hostname: null,
3778npm verb parsed url hash: null,
3779npm verb parsed url search: null,
3780npm verb parsed url query: null,
3781npm verb parsed url pathname: 'os-homedir@%5E1.0.0',
3782npm verb parsed url path: 'os-homedir@%5E1.0.0',
3783npm verb parsed url href: 'os-homedir@%5E1.0.0' }
3784npm verb cache add name="os-homedir" spec="^1.0.0" args=["os-homedir","^1.0.0"]
3785npm verb parsed url { protocol: null,
3786npm verb parsed url slashes: null,
3787npm verb parsed url auth: null,
3788npm verb parsed url host: null,
3789npm verb parsed url port: null,
3790npm verb parsed url hostname: null,
3791npm verb parsed url hash: null,
3792npm verb parsed url search: null,
3793npm verb parsed url query: null,
3794npm verb parsed url pathname: '%5E1.0.0',
3795npm verb parsed url path: '%5E1.0.0',
3796npm verb parsed url href: '%5E1.0.0' }
3797npm verb addNamed [ 'os-homedir', '^1.0.0' ]
3798npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
3799npm verb lock os-homedir@^1.0.0 /root/.npm/5ff217c4-os-homedir-1-0-0.lock
3800npm verb cache add [ 'os-tmpdir@^1.0.0', null ]
3801npm verb cache add name=undefined spec="os-tmpdir@^1.0.0" args=["os-tmpdir@^1.0.0",null]
3802npm verb parsed url { protocol: null,
3803npm verb parsed url slashes: null,
3804npm verb parsed url auth: null,
3805npm verb parsed url host: null,
3806npm verb parsed url port: null,
3807npm verb parsed url hostname: null,
3808npm verb parsed url hash: null,
3809npm verb parsed url search: null,
3810npm verb parsed url query: null,
3811npm verb parsed url pathname: 'os-tmpdir@%5E1.0.0',
3812npm verb parsed url path: 'os-tmpdir@%5E1.0.0',
3813npm verb parsed url href: 'os-tmpdir@%5E1.0.0' }
3814npm verb cache add name="os-tmpdir" spec="^1.0.0" args=["os-tmpdir","^1.0.0"]
3815npm verb parsed url { protocol: null,
3816npm verb parsed url slashes: null,
3817npm verb parsed url auth: null,
3818npm verb parsed url host: null,
3819npm verb parsed url port: null,
3820npm verb parsed url hostname: null,
3821npm verb parsed url hash: null,
3822npm verb parsed url search: null,
3823npm verb parsed url query: null,
3824npm verb parsed url pathname: '%5E1.0.0',
3825npm verb parsed url path: '%5E1.0.0',
3826npm verb parsed url href: '%5E1.0.0' }
3827npm verb addNamed [ 'os-tmpdir', '^1.0.0' ]
3828npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
3829npm verb lock os-tmpdir@^1.0.0 /root/.npm/55bcfca2-os-tmpdir-1-0-0.lock
3830npm http 200 http://registry.npmjs.org/array-index
3831npm http 200 http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
3832npm verb url raw os-homedir
3833npm verb url resolving [ 'http://registry.npmjs.org/', './os-homedir' ]
3834npm verb url resolved http://registry.npmjs.org/os-homedir
3835npm info trying registry request attempt 1 at 11:05:56
3836npm http GET http://registry.npmjs.org/os-homedir
3837npm verb url raw os-tmpdir
3838npm verb url resolving [ 'http://registry.npmjs.org/', './os-tmpdir' ]
3839npm verb url resolved http://registry.npmjs.org/os-tmpdir
3840npm info trying registry request attempt 1 at 11:05:56
3841npm http GET http://registry.npmjs.org/os-tmpdir
3842npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/tmp.tgz
3843npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/package /root/.npm/af35ce77-56169-0-9753359598107636-package.lock
3844npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/tmp.tgz /root/.npm/fa021ab6-56169-0-9753359598107636-tmp-tgz.lock
3845npm verb addNamed [ 'array-index', '0.1.1' ]
3846npm verb addNamed [ '0.1.1', '0.1.1' ]
3847npm verb lock array-index@0.1.1 /root/.npm/e227b952-array-index-0-1-1.lock
3848npm verb lock http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz /root/.npm/f21a9de8-rray-index-array-index-0-1-1-tgz.lock
3849npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz',
3850npm verb addRemoteTarball '4d5eaf06cc3d925847cd73d1535c217ba306d3e1' ]
3851npm info retry fetch attempt 1 at 11:05:56
3852npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/tmp.tgz
3853npm http GET http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz
3854npm info preinstall npmlog@1.2.1
3855npm verb readDependencies using package.json deps
3856npm verb readDependencies using package.json deps
3857npm verb cache add [ 'gauge@~1.2.0', null ]
3858npm verb cache add name=undefined spec="gauge@~1.2.0" args=["gauge@~1.2.0",null]
3859npm verb parsed url { protocol: null,
3860npm verb parsed url slashes: null,
3861npm verb parsed url auth: null,
3862npm verb parsed url host: null,
3863npm verb parsed url port: null,
3864npm verb parsed url hostname: null,
3865npm verb parsed url hash: null,
3866npm verb parsed url search: null,
3867npm verb parsed url query: null,
3868npm verb parsed url pathname: 'gauge@~1.2.0',
3869npm verb parsed url path: 'gauge@~1.2.0',
3870npm verb parsed url href: 'gauge@~1.2.0' }
3871npm verb cache add name="gauge" spec="~1.2.0" args=["gauge","~1.2.0"]
3872npm verb parsed url { protocol: null,
3873npm verb parsed url slashes: null,
3874npm verb parsed url auth: null,
3875npm verb parsed url host: null,
3876npm verb parsed url port: null,
3877npm verb parsed url hostname: null,
3878npm verb parsed url hash: null,
3879npm verb parsed url search: null,
3880npm verb parsed url query: null,
3881npm verb parsed url pathname: '~1.2.0',
3882npm verb parsed url path: '~1.2.0',
3883npm verb parsed url href: '~1.2.0' }
3884npm verb addNamed [ 'gauge', '~1.2.0' ]
3885npm verb addNamed [ null, '>=1.2.0-0 <1.3.0-0' ]
3886npm verb lock gauge@~1.2.0 /root/.npm/10b97983-gauge-1-2-0.lock
3887npm verb cache add [ 'ansi@~0.3.0', null ]
3888npm verb cache add name=undefined spec="ansi@~0.3.0" args=["ansi@~0.3.0",null]
3889npm verb parsed url { protocol: null,
3890npm verb parsed url slashes: null,
3891npm verb parsed url auth: null,
3892npm verb parsed url host: null,
3893npm verb parsed url port: null,
3894npm verb parsed url hostname: null,
3895npm verb parsed url hash: null,
3896npm verb parsed url search: null,
3897npm verb parsed url query: null,
3898npm verb parsed url pathname: 'ansi@~0.3.0',
3899npm verb parsed url path: 'ansi@~0.3.0',
3900npm verb parsed url href: 'ansi@~0.3.0' }
3901npm verb cache add name="ansi" spec="~0.3.0" args=["ansi","~0.3.0"]
3902npm verb parsed url { protocol: null,
3903npm verb parsed url slashes: null,
3904npm verb parsed url auth: null,
3905npm verb parsed url host: null,
3906npm verb parsed url port: null,
3907npm verb parsed url hostname: null,
3908npm verb parsed url hash: null,
3909npm verb parsed url search: null,
3910npm verb parsed url query: null,
3911npm verb parsed url pathname: '~0.3.0',
3912npm verb parsed url path: '~0.3.0',
3913npm verb parsed url href: '~0.3.0' }
3914npm verb addNamed [ 'ansi', '~0.3.0' ]
3915npm verb addNamed [ null, '>=0.3.0-0 <0.4.0-0' ]
3916npm verb lock ansi@~0.3.0 /root/.npm/82036680-ansi-0-3-0.lock
3917npm verb cache add [ 'are-we-there-yet@~1.0.0', null ]
3918npm verb cache add name=undefined spec="are-we-there-yet@~1.0.0" args=["are-we-there-yet@~1.0.0",null]
3919npm verb parsed url { protocol: null,
3920npm verb parsed url slashes: null,
3921npm verb parsed url auth: null,
3922npm verb parsed url host: null,
3923npm verb parsed url port: null,
3924npm verb parsed url hostname: null,
3925npm verb parsed url hash: null,
3926npm verb parsed url search: null,
3927npm verb parsed url query: null,
3928npm verb parsed url pathname: 'are-we-there-yet@~1.0.0',
3929npm verb parsed url path: 'are-we-there-yet@~1.0.0',
3930npm verb parsed url href: 'are-we-there-yet@~1.0.0' }
3931npm verb cache add name="are-we-there-yet" spec="~1.0.0" args=["are-we-there-yet","~1.0.0"]
3932npm verb parsed url { protocol: null,
3933npm verb parsed url slashes: null,
3934npm verb parsed url auth: null,
3935npm verb parsed url host: null,
3936npm verb parsed url port: null,
3937npm verb parsed url hostname: null,
3938npm verb parsed url hash: null,
3939npm verb parsed url search: null,
3940npm verb parsed url query: null,
3941npm verb parsed url pathname: '~1.0.0',
3942npm verb parsed url path: '~1.0.0',
3943npm verb parsed url href: '~1.0.0' }
3944npm verb addNamed [ 'are-we-there-yet', '~1.0.0' ]
3945npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
3946npm verb lock are-we-there-yet@~1.0.0 /root/.npm/761db0a7-are-we-there-yet-1-0-0.lock
3947npm http 200 http://registry.npmjs.org/os-tmpdir
3948npm http 200 http://registry.npmjs.org/os-homedir
3949npm http 200 http://registry.npmjs.org/is-absolute
3950npm verb url raw gauge
3951npm verb url resolving [ 'http://registry.npmjs.org/', './gauge' ]
3952npm verb url resolved http://registry.npmjs.org/gauge
3953npm info trying registry request attempt 1 at 11:05:56
3954npm http GET http://registry.npmjs.org/gauge
3955npm verb url raw ansi
3956npm verb url resolving [ 'http://registry.npmjs.org/', './ansi' ]
3957npm verb url resolved http://registry.npmjs.org/ansi
3958npm info trying registry request attempt 1 at 11:05:56
3959npm http GET http://registry.npmjs.org/ansi
3960npm verb url raw are-we-there-yet
3961npm verb url resolving [ 'http://registry.npmjs.org/', './are-we-there-yet' ]
3962npm verb url resolved http://registry.npmjs.org/are-we-there-yet
3963npm info trying registry request attempt 1 at 11:05:56
3964npm http GET http://registry.npmjs.org/are-we-there-yet
3965npm http 200 http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz
3966npm verb addNamed [ 'os-tmpdir', '1.0.1' ]
3967npm verb addNamed [ '1.0.1', '1.0.1' ]
3968npm verb lock os-tmpdir@1.0.1 /root/.npm/57c5c215-os-tmpdir-1-0-1.lock
3969npm verb addNamed [ 'os-homedir', '1.0.1' ]
3970npm verb addNamed [ '1.0.1', '1.0.1' ]
3971npm verb lock os-homedir@1.0.1 /root/.npm/9de8c52e-os-homedir-1-0-1.lock
3972npm verb addNamed [ 'is-absolute', '0.1.7' ]
3973npm verb addNamed [ '0.1.7', '0.1.7' ]
3974npm verb lock is-absolute@0.1.7 /root/.npm/b802a0e0-is-absolute-0-1-7.lock
3975npm verb lock http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz /root/.npm/9692891c-rg-os-tmpdir-os-tmpdir-1-0-1-tgz.lock
3976npm verb lock http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz /root/.npm/7d451dbc--os-homedir-os-homedir-1-0-1-tgz.lock
3977npm verb lock http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz /root/.npm/412e670c-s-absolute-is-absolute-0-1-7-tgz.lock
3978npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/tmp.tgz
3979npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/package /root/.npm/71912939-56259-0-1455236771143973-package.lock
3980npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/tmp.tgz /root/.npm/16799da1-56259-0-1455236771143973-tmp-tgz.lock
3981npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
3982npm verb addRemoteTarball 'e9b423a1edaf479882562e92ed71d7743a071b6e' ]
3983npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
3984npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
3985npm info preinstall nopt@3.0.6
3986npm info retry fetch attempt 1 at 11:05:56
3987npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/tmp.tgz
3988npm info retry fetch attempt 1 at 11:05:56
3989npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/tmp.tgz
3990npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz',
3991npm verb addRemoteTarball '847491119fccb5fb436217cc737f7faad50f603f' ]
3992npm info retry fetch attempt 1 at 11:05:56
3993npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/tmp.tgz
3994npm http GET http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
3995npm http GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
3996npm verb readDependencies using package.json deps
3997npm info preinstall glob@4.5.3
3998npm http GET http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
3999npm verb readDependencies using package.json deps
4000npm http 200 http://registry.npmjs.org/are-we-there-yet
4001npm http 200 http://registry.npmjs.org/gauge
4002npm verb cache add [ 'abbrev@1', null ]
4003npm verb cache add name=undefined spec="abbrev@1" args=["abbrev@1",null]
4004npm verb parsed url { protocol: null,
4005npm verb parsed url slashes: null,
4006npm verb parsed url auth: null,
4007npm verb parsed url host: null,
4008npm verb parsed url port: null,
4009npm verb parsed url hostname: null,
4010npm verb parsed url hash: null,
4011npm verb parsed url search: null,
4012npm verb parsed url query: null,
4013npm verb parsed url pathname: 'abbrev@1',
4014npm verb parsed url path: 'abbrev@1',
4015npm verb parsed url href: 'abbrev@1' }
4016npm verb cache add name="abbrev" spec="1" args=["abbrev","1"]
4017npm verb parsed url { protocol: null,
4018npm verb parsed url slashes: null,
4019npm verb parsed url auth: null,
4020npm verb parsed url host: null,
4021npm verb parsed url port: null,
4022npm verb parsed url hostname: null,
4023npm verb parsed url hash: null,
4024npm verb parsed url search: null,
4025npm verb parsed url query: null,
4026npm verb parsed url pathname: '1',
4027npm verb parsed url path: '1',
4028npm verb parsed url href: '1' }
4029npm verb addNamed [ 'abbrev', '1' ]
4030npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
4031npm verb lock abbrev@1 /root/.npm/6830b531-abbrev-1.lock
4032npm verb readDependencies using package.json deps
4033npm verb readDependencies using package.json deps
4034npm verb url raw abbrev
4035npm verb url resolving [ 'http://registry.npmjs.org/', './abbrev' ]
4036npm verb url resolved http://registry.npmjs.org/abbrev
4037npm info trying registry request attempt 1 at 11:05:56
4038npm http GET http://registry.npmjs.org/abbrev
4039npm verb cache add [ 'minimatch@^2.0.1', null ]
4040npm verb cache add name=undefined spec="minimatch@^2.0.1" args=["minimatch@^2.0.1",null]
4041npm verb parsed url { protocol: null,
4042npm verb parsed url slashes: null,
4043npm verb parsed url auth: null,
4044npm verb parsed url host: null,
4045npm verb parsed url port: null,
4046npm verb parsed url hostname: null,
4047npm verb parsed url hash: null,
4048npm verb parsed url search: null,
4049npm verb parsed url query: null,
4050npm verb parsed url pathname: 'minimatch@%5E2.0.1',
4051npm verb parsed url path: 'minimatch@%5E2.0.1',
4052npm verb parsed url href: 'minimatch@%5E2.0.1' }
4053npm verb cache add name="minimatch" spec="^2.0.1" args=["minimatch","^2.0.1"]
4054npm verb parsed url { protocol: null,
4055npm verb parsed url slashes: null,
4056npm verb parsed url auth: null,
4057npm verb parsed url host: null,
4058npm verb parsed url port: null,
4059npm verb parsed url hostname: null,
4060npm verb parsed url hash: null,
4061npm verb parsed url search: null,
4062npm verb parsed url query: null,
4063npm verb parsed url pathname: '%5E2.0.1',
4064npm verb parsed url path: '%5E2.0.1',
4065npm verb parsed url href: '%5E2.0.1' }
4066npm verb addNamed [ 'minimatch', '^2.0.1' ]
4067npm verb addNamed [ null, '>=2.0.1-0 <3.0.0-0' ]
4068npm verb lock minimatch@^2.0.1 /root/.npm/ede9c181-minimatch-2-0-1.lock
4069npm verb cache add [ 'once@^1.3.0', null ]
4070npm verb cache add name=undefined spec="once@^1.3.0" args=["once@^1.3.0",null]
4071npm verb parsed url { protocol: null,
4072npm verb parsed url slashes: null,
4073npm verb parsed url auth: null,
4074npm verb parsed url host: null,
4075npm verb parsed url port: null,
4076npm verb parsed url hostname: null,
4077npm verb parsed url hash: null,
4078npm verb parsed url search: null,
4079npm verb parsed url query: null,
4080npm verb parsed url pathname: 'once@%5E1.3.0',
4081npm verb parsed url path: 'once@%5E1.3.0',
4082npm verb parsed url href: 'once@%5E1.3.0' }
4083npm verb cache add name="once" spec="^1.3.0" args=["once","^1.3.0"]
4084npm verb parsed url { protocol: null,
4085npm verb parsed url slashes: null,
4086npm verb parsed url auth: null,
4087npm verb parsed url host: null,
4088npm verb parsed url port: null,
4089npm verb parsed url hostname: null,
4090npm verb parsed url hash: null,
4091npm verb parsed url search: null,
4092npm verb parsed url query: null,
4093npm verb parsed url pathname: '%5E1.3.0',
4094npm verb parsed url path: '%5E1.3.0',
4095npm verb parsed url href: '%5E1.3.0' }
4096npm verb addNamed [ 'once', '^1.3.0' ]
4097npm verb addNamed [ null, '>=1.3.0-0 <2.0.0-0' ]
4098npm verb lock once@^1.3.0 /root/.npm/b6fcabd3-once-1-3-0.lock
4099npm verb cache add [ 'inflight@^1.0.4', null ]
4100npm verb cache add name=undefined spec="inflight@^1.0.4" args=["inflight@^1.0.4",null]
4101npm verb parsed url { protocol: null,
4102npm verb parsed url slashes: null,
4103npm verb parsed url auth: null,
4104npm verb parsed url host: null,
4105npm verb parsed url port: null,
4106npm verb parsed url hostname: null,
4107npm verb parsed url hash: null,
4108npm verb parsed url search: null,
4109npm verb parsed url query: null,
4110npm verb parsed url pathname: 'inflight@%5E1.0.4',
4111npm verb parsed url path: 'inflight@%5E1.0.4',
4112npm verb parsed url href: 'inflight@%5E1.0.4' }
4113npm verb cache add name="inflight" spec="^1.0.4" args=["inflight","^1.0.4"]
4114npm verb parsed url { protocol: null,
4115npm verb parsed url slashes: null,
4116npm verb parsed url auth: null,
4117npm verb parsed url host: null,
4118npm verb parsed url port: null,
4119npm verb parsed url hostname: null,
4120npm verb parsed url hash: null,
4121npm verb parsed url search: null,
4122npm verb parsed url query: null,
4123npm verb parsed url pathname: '%5E1.0.4',
4124npm verb parsed url path: '%5E1.0.4',
4125npm verb parsed url href: '%5E1.0.4' }
4126npm verb addNamed [ 'inflight', '^1.0.4' ]
4127npm verb addNamed [ null, '>=1.0.4-0 <2.0.0-0' ]
4128npm verb lock inflight@^1.0.4 /root/.npm/6857739e-inflight-1-0-4.lock
4129npm verb cache add [ 'inherits@2', null ]
4130npm verb cache add name=undefined spec="inherits@2" args=["inherits@2",null]
4131npm verb parsed url { protocol: null,
4132npm verb parsed url slashes: null,
4133npm verb parsed url auth: null,
4134npm verb parsed url host: null,
4135npm verb parsed url port: null,
4136npm verb parsed url hostname: null,
4137npm verb parsed url hash: null,
4138npm verb parsed url search: null,
4139npm verb parsed url query: null,
4140npm verb parsed url pathname: 'inherits@2',
4141npm verb parsed url path: 'inherits@2',
4142npm verb parsed url href: 'inherits@2' }
4143npm verb cache add name="inherits" spec="2" args=["inherits","2"]
4144npm verb parsed url { protocol: null,
4145npm verb parsed url slashes: null,
4146npm verb parsed url auth: null,
4147npm verb parsed url host: null,
4148npm verb parsed url port: null,
4149npm verb parsed url hostname: null,
4150npm verb parsed url hash: null,
4151npm verb parsed url search: null,
4152npm verb parsed url query: null,
4153npm verb parsed url pathname: '2',
4154npm verb parsed url path: '2',
4155npm verb parsed url href: '2' }
4156npm verb addNamed [ 'inherits', '2' ]
4157npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
4158npm verb lock inherits@2 /root/.npm/1f7ff4de-inherits-2.lock
4159npm verb url raw once
4160npm verb url resolving [ 'http://registry.npmjs.org/', './once' ]
4161npm verb url resolved http://registry.npmjs.org/once
4162npm info trying registry request attempt 1 at 11:05:56
4163npm http GET http://registry.npmjs.org/once
4164npm verb url raw inflight
4165npm verb url resolving [ 'http://registry.npmjs.org/', './inflight' ]
4166npm verb url resolved http://registry.npmjs.org/inflight
4167npm info trying registry request attempt 1 at 11:05:56
4168npm http GET http://registry.npmjs.org/inflight
4169npm verb url raw inherits
4170npm verb url resolving [ 'http://registry.npmjs.org/', './inherits' ]
4171npm verb url resolved http://registry.npmjs.org/inherits
4172npm info trying registry request attempt 1 at 11:05:56
4173npm http GET http://registry.npmjs.org/inherits
4174npm verb addNamed [ 'are-we-there-yet', '1.0.5' ]
4175npm verb addNamed [ '1.0.5', '1.0.5' ]
4176npm verb lock are-we-there-yet@1.0.5 /root/.npm/847fcd3a-are-we-there-yet-1-0-5.lock
4177npm verb addNamed [ 'gauge', '1.2.2' ]
4178npm verb addNamed [ '1.2.2', '1.2.2' ]
4179npm verb lock gauge@1.2.2 /root/.npm/d8699d02-gauge-1-2-2.lock
4180npm verb lock http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz /root/.npm/d81eb8c5-e-yet-are-we-there-yet-1-0-5-tgz.lock
4181npm verb registry.get minimatch not expired, no request
4182npm verb addNamed [ 'minimatch', '2.0.10' ]
4183npm verb addNamed [ '2.0.10', '2.0.10' ]
4184npm verb lock minimatch@2.0.10 /root/.npm/b02f2c55-minimatch-2-0-10.lock
4185npm verb lock http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz /root/.npm/74151b49--npmjs-org-gauge-gauge-1-2-2-tgz.lock
4186npm http 200 http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
4187npm http 200 http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
4188npm http 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
4189npm verb addRemoteTarball [ 'http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz',
4190npm verb addRemoteTarball '239f26706da902a2bffb72c33de66fdfd3798ac5' ]
4191npm verb addRemoteTarball [ 'http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz',
4192npm verb addRemoteTarball '05b6730a19a8fcad3c340a142f0945222a3f815b' ]
4193npm info retry fetch attempt 1 at 11:05:56
4194npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/tmp.tgz
4195npm verb lock http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz /root/.npm/18f83dee-g-minimatch-minimatch-2-0-10-tgz.lock
4196npm info retry fetch attempt 1 at 11:05:56
4197npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/tmp.tgz
4198npm http GET http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
4199npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
4200npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
4201npm http GET http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
4202npm info retry fetch attempt 1 at 11:05:56
4203npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/tmp.tgz
4204npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/tmp.tgz
4205npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/package /root/.npm/07725a0e-6335-0-16261579655110836-package.lock
4206npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/tmp.tgz /root/.npm/8467c94a-6335-0-16261579655110836-tmp-tgz.lock
4207npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/tmp.tgz
4208npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/package /root/.npm/797cc9de-56332-0-4150259729940444-package.lock
4209npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/tmp.tgz /root/.npm/2752cc45-56332-0-4150259729940444-tmp-tgz.lock
4210npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/tmp.tgz
4211npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/package /root/.npm/cd209f78-56333-0-7705499625299126-package.lock
4212npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/tmp.tgz /root/.npm/7980e6d5-56333-0-7705499625299126-tmp-tgz.lock
4213npm http GET http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
4214npm http 200 http://registry.npmjs.org/abbrev
4215npm http 200 http://registry.npmjs.org/once
4216npm http 200 http://registry.npmjs.org/inflight
4217npm http 200 http://registry.npmjs.org/inherits
4218npm verb addNamed [ 'abbrev', '1.0.7' ]
4219npm verb addNamed [ '1.0.7', '1.0.7' ]
4220npm verb lock abbrev@1.0.7 /root/.npm/38917c76-abbrev-1-0-7.lock
4221npm verb lock http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz /root/.npm/99e6ea19-pmjs-org-abbrev-abbrev-1-0-7-tgz.lock
4222npm verb addNamed [ 'once', '1.3.3' ]
4223npm verb addNamed [ '1.3.3', '1.3.3' ]
4224npm verb lock once@1.3.3 /root/.npm/b74d61d8-once-1-3-3.lock
4225npm verb addNamed [ 'inflight', '1.0.4' ]
4226npm verb addNamed [ '1.0.4', '1.0.4' ]
4227npm verb lock inflight@1.0.4 /root/.npm/6a328df0-inflight-1-0-4.lock
4228npm verb addNamed [ 'inherits', '2.0.1' ]
4229npm verb addNamed [ '2.0.1', '2.0.1' ]
4230npm verb lock inherits@2.0.1 /root/.npm/2b2e8f1b-inherits-2-0-1.lock
4231npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
4232npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
4233npm info retry fetch attempt 1 at 11:05:56
4234npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/tmp.tgz
4235npm verb lock http://registry.npmjs.org/once/-/once-1.3.3.tgz /root/.npm/d3d5cffa-ry-npmjs-org-once-once-1-3-3-tgz.lock
4236npm verb lock http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz /root/.npm/551649fb--org-inflight-inflight-1-0-4-tgz.lock
4237npm verb lock http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz /root/.npm/15f765bc--org-inherits-inherits-2-0-1-tgz.lock
4238npm http 200 http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
4239npm http 200 http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
4240npm http GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
4241npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.3.tgz',
4242npm verb addRemoteTarball 'b2e261557ce4c314ec8304f3fa82663e4297ca20' ]
4243npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
4244npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
4245npm info retry fetch attempt 1 at 11:05:56
4246npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/tmp.tgz
4247npm info retry fetch attempt 1 at 11:05:56
4248npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/tmp.tgz
4249npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
4250npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
4251npm info retry fetch attempt 1 at 11:05:56
4252npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/tmp.tgz
4253npm http 200 http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
4254npm http GET http://registry.npmjs.org/once/-/once-1.3.3.tgz
4255npm http GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
4256npm http GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
4257npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/tmp.tgz
4258npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/package /root/.npm/c0545483-56404-0-6406518330331892-package.lock
4259npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/tmp.tgz /root/.npm/f3ce039a-56404-0-6406518330331892-tmp-tgz.lock
4260npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/tmp.tgz
4261npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/package /root/.npm/ef456bd3-56418-0-1531690931878984-package.lock
4262npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/tmp.tgz /root/.npm/82aadbb7-56418-0-1531690931878984-tmp-tgz.lock
4263npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/tmp.tgz
4264npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/package /root/.npm/ed515d45-6411-0-46478560846298933-package.lock
4265npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/tmp.tgz /root/.npm/06c69ad5-6411-0-46478560846298933-tmp-tgz.lock
4266npm http 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
4267npm http 200 http://registry.npmjs.org/once/-/once-1.3.3.tgz
4268npm http 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
4269npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/tmp.tgz
4270npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/package /root/.npm/e11e3200-56460-0-9634384086821228-package.lock
4271npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/tmp.tgz /root/.npm/aeff89ee-56460-0-9634384086821228-tmp-tgz.lock
4272npm http 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
4273npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/tmp.tgz
4274npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/package /root/.npm/c674f208-56468-0-7019281918182969-package.lock
4275npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/tmp.tgz /root/.npm/9c462b53-56468-0-7019281918182969-tmp-tgz.lock
4276npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/tmp.tgz
4277npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/package /root/.npm/0a9489e9-56468-0-4446591984014958-package.lock
4278npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/tmp.tgz /root/.npm/b550aad0-56468-0-4446591984014958-tmp-tgz.lock
4279npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/tmp.tgz
4280npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/package /root/.npm/c967d1ec-6470-0-40161064988933504-package.lock
4281npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/tmp.tgz /root/.npm/5db83236-6470-0-40161064988933504-tmp-tgz.lock
4282npm info preinstall minimatch@1.0.0
4283npm verb readDependencies using package.json deps
4284npm verb readDependencies using package.json deps
4285npm verb cache add [ 'lru-cache@2', null ]
4286npm verb cache add name=undefined spec="lru-cache@2" args=["lru-cache@2",null]
4287npm verb parsed url { protocol: null,
4288npm verb parsed url slashes: null,
4289npm verb parsed url auth: null,
4290npm verb parsed url host: null,
4291npm verb parsed url port: null,
4292npm verb parsed url hostname: null,
4293npm verb parsed url hash: null,
4294npm verb parsed url search: null,
4295npm verb parsed url query: null,
4296npm verb parsed url pathname: 'lru-cache@2',
4297npm verb parsed url path: 'lru-cache@2',
4298npm verb parsed url href: 'lru-cache@2' }
4299npm verb cache add name="lru-cache" spec="2" args=["lru-cache","2"]
4300npm verb parsed url { protocol: null,
4301npm verb parsed url slashes: null,
4302npm verb parsed url auth: null,
4303npm verb parsed url host: null,
4304npm verb parsed url port: null,
4305npm verb parsed url hostname: null,
4306npm verb parsed url hash: null,
4307npm verb parsed url search: null,
4308npm verb parsed url query: null,
4309npm verb parsed url pathname: '2',
4310npm verb parsed url path: '2',
4311npm verb parsed url href: '2' }
4312npm verb addNamed [ 'lru-cache', '2' ]
4313npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
4314npm verb lock lru-cache@2 /root/.npm/b4f9d1ff-lru-cache-2.lock
4315npm verb cache add [ 'sigmund@~1.0.0', null ]
4316npm verb cache add name=undefined spec="sigmund@~1.0.0" args=["sigmund@~1.0.0",null]
4317npm verb parsed url { protocol: null,
4318npm verb parsed url slashes: null,
4319npm verb parsed url auth: null,
4320npm verb parsed url host: null,
4321npm verb parsed url port: null,
4322npm verb parsed url hostname: null,
4323npm verb parsed url hash: null,
4324npm verb parsed url search: null,
4325npm verb parsed url query: null,
4326npm verb parsed url pathname: 'sigmund@~1.0.0',
4327npm verb parsed url path: 'sigmund@~1.0.0',
4328npm verb parsed url href: 'sigmund@~1.0.0' }
4329npm verb cache add name="sigmund" spec="~1.0.0" args=["sigmund","~1.0.0"]
4330npm verb parsed url { protocol: null,
4331npm verb parsed url slashes: null,
4332npm verb parsed url auth: null,
4333npm verb parsed url host: null,
4334npm verb parsed url port: null,
4335npm verb parsed url hostname: null,
4336npm verb parsed url hash: null,
4337npm verb parsed url search: null,
4338npm verb parsed url query: null,
4339npm verb parsed url pathname: '~1.0.0',
4340npm verb parsed url path: '~1.0.0',
4341npm verb parsed url href: '~1.0.0' }
4342npm verb addNamed [ 'sigmund', '~1.0.0' ]
4343npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
4344npm verb lock sigmund@~1.0.0 /root/.npm/584a4a05-sigmund-1-0-0.lock
4345npm info preinstall mkdirp@0.5.1
4346npm verb tar pack [ '/root/.npm/os-tmpdir/1.0.1/package.tgz',
4347npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/package' ]
4348npm verb tarball /root/.npm/os-tmpdir/1.0.1/package.tgz
4349npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/package
4350npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756332-0.4150259729940444/package /root/.npm/797cc9de-56332-0-4150259729940444-package.lock
4351npm verb lock tar:///root/.npm/os-tmpdir/1.0.1/package.tgz /root/.npm/59854057--npm-os-tmpdir-1-0-1-package-tgz.lock
4352npm verb tar pack [ '/root/.npm/os-homedir/1.0.1/package.tgz',
4353npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/package' ]
4354npm verb tarball /root/.npm/os-homedir/1.0.1/package.tgz
4355npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/package
4356npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756333-0.7705499625299126/package /root/.npm/cd209f78-56333-0-7705499625299126-package.lock
4357npm verb lock tar:///root/.npm/os-homedir/1.0.1/package.tgz /root/.npm/00b35269-npm-os-homedir-1-0-1-package-tgz.lock
4358npm verb url raw lru-cache
4359npm verb url resolving [ 'http://registry.npmjs.org/', './lru-cache' ]
4360npm verb url resolved http://registry.npmjs.org/lru-cache
4361npm info trying registry request attempt 1 at 11:05:56
4362npm http GET http://registry.npmjs.org/lru-cache
4363npm verb url raw sigmund
4364npm verb url resolving [ 'http://registry.npmjs.org/', './sigmund' ]
4365npm verb url resolved http://registry.npmjs.org/sigmund
4366npm info trying registry request attempt 1 at 11:05:56
4367npm http GET http://registry.npmjs.org/sigmund
4368npm verb readDependencies using package.json deps
4369npm verb tar pack [ '/root/.npm/is-absolute/0.1.7/package.tgz',
4370npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/package' ]
4371npm verb tarball /root/.npm/is-absolute/0.1.7/package.tgz
4372npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/package
4373npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756335-0.16261579655110836/package /root/.npm/07725a0e-6335-0-16261579655110836-package.lock
4374npm verb lock tar:///root/.npm/is-absolute/0.1.7/package.tgz /root/.npm/9f8d1b10-pm-is-absolute-0-1-7-package-tgz.lock
4375npm verb readDependencies using package.json deps
4376npm http 200 http://registry.npmjs.org/ansi
4377npm verb cache add [ 'minimist@0.0.8', null ]
4378npm verb cache add name=undefined spec="minimist@0.0.8" args=["minimist@0.0.8",null]
4379npm verb parsed url { protocol: null,
4380npm verb parsed url slashes: null,
4381npm verb parsed url auth: null,
4382npm verb parsed url host: null,
4383npm verb parsed url port: null,
4384npm verb parsed url hostname: null,
4385npm verb parsed url hash: null,
4386npm verb parsed url search: null,
4387npm verb parsed url query: null,
4388npm verb parsed url pathname: 'minimist@0.0.8',
4389npm verb parsed url path: 'minimist@0.0.8',
4390npm verb parsed url href: 'minimist@0.0.8' }
4391npm verb cache add name="minimist" spec="0.0.8" args=["minimist","0.0.8"]
4392npm verb parsed url { protocol: null,
4393npm verb parsed url slashes: null,
4394npm verb parsed url auth: null,
4395npm verb parsed url host: null,
4396npm verb parsed url port: null,
4397npm verb parsed url hostname: null,
4398npm verb parsed url hash: null,
4399npm verb parsed url search: null,
4400npm verb parsed url query: null,
4401npm verb parsed url pathname: '0.0.8',
4402npm verb parsed url path: '0.0.8',
4403npm verb parsed url href: '0.0.8' }
4404npm verb addNamed [ 'minimist', '0.0.8' ]
4405npm verb addNamed [ '0.0.8', '0.0.8' ]
4406npm verb lock minimist@0.0.8 /root/.npm/22c6b485-minimist-0-0-8.lock
4407npm verb url raw minimist/0.0.8
4408npm verb url resolving [ 'http://registry.npmjs.org/', './minimist/0.0.8' ]
4409npm verb url resolved http://registry.npmjs.org/minimist/0.0.8
4410npm info trying registry request attempt 1 at 11:05:56
4411npm http GET http://registry.npmjs.org/minimist/0.0.8
4412npm verb addNamed [ 'ansi', '0.3.0' ]
4413npm verb addNamed [ '0.3.0', '0.3.0' ]
4414npm verb lock ansi@0.3.0 /root/.npm/8b7e834a-ansi-0-3-0.lock
4415npm verb lock http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz /root/.npm/25c6920b-ry-npmjs-org-ansi-ansi-0-3-0-tgz.lock
4416npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz',
4417npm verb addRemoteTarball '74b2f1f187c8553c7f95015bcb76009fb43d38e0' ]
4418npm http 200 http://registry.npmjs.org/sigmund
4419npm info retry fetch attempt 1 at 11:05:56
4420npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/tmp.tgz
4421npm http GET http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
4422npm http 200 http://registry.npmjs.org/minimist/0.0.8
4423npm verb addNamed [ 'sigmund', '1.0.1' ]
4424npm verb addNamed [ '1.0.1', '1.0.1' ]
4425npm verb lock sigmund@1.0.1 /root/.npm/8c8a4480-sigmund-1-0-1.lock
4426npm verb lock http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz /root/.npm/68e16624-js-org-sigmund-sigmund-1-0-1-tgz.lock
4427npm http 200 http://registry.npmjs.org/lru-cache
4428npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
4429npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
4430npm info retry fetch attempt 1 at 11:05:56
4431npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/tmp.tgz
4432npm http GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
4433npm verb lock http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz /root/.npm/5fc93d21--org-minimist-minimist-0-0-8-tgz.lock
4434npm verb lock /root/.npm/os-tmpdir/1.0.1/package /root/.npm/fbde0782-root-npm-os-tmpdir-1-0-1-package.lock
4435npm verb lock /root/.npm/os-homedir/1.0.1/package /root/.npm/f0b74e32-oot-npm-os-homedir-1-0-1-package.lock
4436npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
4437npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
4438npm verb addNamed [ 'lru-cache', '2.7.3' ]
4439npm verb addNamed [ '2.7.3', '2.7.3' ]
4440npm verb lock lru-cache@2.7.3 /root/.npm/89014c7c-lru-cache-2-7-3.lock
4441npm info retry fetch attempt 1 at 11:05:56
4442npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/tmp.tgz
4443npm verb lock /root/.npm/is-absolute/0.1.7/package /root/.npm/3eb96bc1-ot-npm-is-absolute-0-1-7-package.lock
4444npm http 200 http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
4445npm verb tar pack [ '/root/.npm/array-index/0.1.1/package.tgz',
4446npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/package' ]
4447npm verb tarball /root/.npm/array-index/0.1.1/package.tgz
4448npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/package
4449npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756259-0.1455236771143973/package /root/.npm/71912939-56259-0-1455236771143973-package.lock
4450npm verb lock tar:///root/.npm/array-index/0.1.1/package.tgz /root/.npm/c992eff4-pm-array-index-0-1-1-package-tgz.lock
4451npm http GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
4452npm verb lock http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz /root/.npm/914be703-rg-lru-cache-lru-cache-2-7-3-tgz.lock
4453npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
4454npm verb lock tar:///root/.npm/os-tmpdir/1.0.1/package /root/.npm/a6b868c2-root-npm-os-tmpdir-1-0-1-package.lock
4455npm verb lock tar:///root/.npm/os-tmpdir/1.0.1/package.tgz /root/.npm/59854057--npm-os-tmpdir-1-0-1-package-tgz.lock
4456npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
4457npm verb lock tar:///root/.npm/os-homedir/1.0.1/package /root/.npm/323fe316-oot-npm-os-homedir-1-0-1-package.lock
4458npm verb lock tar:///root/.npm/os-homedir/1.0.1/package.tgz /root/.npm/00b35269-npm-os-homedir-1-0-1-package-tgz.lock
4459npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz',
4460npm verb addRemoteTarball '6d4524e8b955f95d4f5b58851ce21dd72fb4e952' ]
4461npm verb tar unpack /root/.npm/is-absolute/0.1.7/package.tgz
4462npm verb lock tar:///root/.npm/is-absolute/0.1.7/package /root/.npm/730be292-ot-npm-is-absolute-0-1-7-package.lock
4463npm verb lock tar:///root/.npm/is-absolute/0.1.7/package.tgz /root/.npm/9f8d1b10-pm-is-absolute-0-1-7-package-tgz.lock
4464npm info retry fetch attempt 1 at 11:05:56
4465npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/tmp.tgz
4466npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/tmp.tgz
4467npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/package /root/.npm/f413f6b8-656-0-011936543975025415-package.lock
4468npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/tmp.tgz /root/.npm/1391291e-656-0-011936543975025415-tmp-tgz.lock
4469npm http GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
4470npm verb tar pack [ '/root/.npm/once/1.3.3/package.tgz',
4471npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/package' ]
4472npm verb tarball /root/.npm/once/1.3.3/package.tgz
4473npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/package
4474npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.7019281918182969/package /root/.npm/c674f208-56468-0-7019281918182969-package.lock
4475npm verb lock tar:///root/.npm/once/1.3.3/package.tgz /root/.npm/f6df5bc1--root-npm-once-1-3-3-package-tgz.lock
4476npm http 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
4477npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/tmp.tgz
4478npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/package /root/.npm/93068701-6690-0-07019838271662593-package.lock
4479npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/tmp.tgz /root/.npm/8d2f782a-6690-0-07019838271662593-tmp-tgz.lock
4480npm verb tar pack [ '/root/.npm/glob/6.0.1/package.tgz',
4481npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/package' ]
4482npm verb tarball /root/.npm/glob/6.0.1/package.tgz
4483npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/package
4484npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756169-0.9753359598107636/package /root/.npm/af35ce77-56169-0-9753359598107636-package.lock
4485npm verb lock tar:///root/.npm/glob/6.0.1/package.tgz /root/.npm/1a371194--root-npm-glob-6-0-1-package-tgz.lock
4486npm http 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
4487npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/tmp.tgz
4488npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/package /root/.npm/7b8f1e89-56709-0-5930596345569938-package.lock
4489npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/tmp.tgz /root/.npm/38b58e2c-56709-0-5930596345569938-tmp-tgz.lock
4490npm http 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
4491npm info preinstall semver@5.1.0
4492npm verb readDependencies using package.json deps
4493npm verb readDependencies using package.json deps
4494npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/semver
4495npm info build /usr/lib/node_modules/node-gyp/node_modules/semver
4496npm verb linkStuff [ true,
4497npm verb linkStuff '/usr/lib/node_modules',
4498npm verb linkStuff false,
4499npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
4500npm info linkStuff semver@5.1.0
4501npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/tmp.tgz
4502npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/package /root/.npm/83250cd2-56729-0-5914404464419931-package.lock
4503npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/tmp.tgz /root/.npm/e55f82f7-56729-0-5914404464419931-tmp-tgz.lock
4504npm verb tar pack [ '/root/.npm/inherits/2.0.1/package.tgz',
4505npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/package' ]
4506npm verb tarball /root/.npm/inherits/2.0.1/package.tgz
4507npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/package
4508npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756470-0.40161064988933504/package /root/.npm/c967d1ec-6470-0-40161064988933504-package.lock
4509npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
4510npm verb tar pack [ '/root/.npm/inflight/1.0.4/package.tgz',
4511npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/package' ]
4512npm verb tarball /root/.npm/inflight/1.0.4/package.tgz
4513npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/package
4514npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756468-0.4446591984014958/package /root/.npm/0a9489e9-56468-0-4446591984014958-package.lock
4515npm verb lock tar:///root/.npm/inflight/1.0.4/package.tgz /root/.npm/90ffeab7-t-npm-inflight-1-0-4-package-tgz.lock
4516npm verb linkBins semver@5.1.0
4517npm verb link bins [ { semver: './bin/semver' },
4518npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/.bin',
4519npm verb link bins false ]
4520npm verb linkMans semver@5.1.0
4521npm verb rebuildBundles semver@5.1.0
4522npm info install semver@5.1.0
4523npm info postinstall semver@5.1.0
4524npm verb tar pack [ '/root/.npm/abbrev/1.0.7/package.tgz',
4525npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/package' ]
4526npm verb tarball /root/.npm/abbrev/1.0.7/package.tgz
4527npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/package
4528npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756460-0.9634384086821228/package /root/.npm/e11e3200-56460-0-9634384086821228-package.lock
4529npm verb lock tar:///root/.npm/abbrev/1.0.7/package.tgz /root/.npm/edb90a10-oot-npm-abbrev-1-0-7-package-tgz.lock
4530npm verb lock /root/.npm/once/1.3.3/package /root/.npm/a4364fe9-root-npm-once-1-3-3-package.lock
4531npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
4532npm verb lock tar:///root/.npm/once/1.3.3/package /root/.npm/2d6b6a8b-tar-root-npm-once-1-3-3-package.lock
4533npm verb lock tar:///root/.npm/once/1.3.3/package.tgz /root/.npm/f6df5bc1--root-npm-once-1-3-3-package-tgz.lock
4534npm info preinstall fstream@1.0.8
4535npm verb readDependencies using package.json deps
4536npm verb chmod /root/.npm/os-tmpdir/1.0.1/package.tgz 644
4537npm verb chown /root/.npm/os-tmpdir/1.0.1/package.tgz [ 0, 0 ]
4538npm verb chmod /root/.npm/os-homedir/1.0.1/package.tgz 644
4539npm verb chown /root/.npm/os-homedir/1.0.1/package.tgz [ 0, 0 ]
4540npm verb readDependencies using package.json deps
4541npm verb cache add [ 'inherits@~2.0.0', null ]
4542npm verb cache add name=undefined spec="inherits@~2.0.0" args=["inherits@~2.0.0",null]
4543npm verb parsed url { protocol: null,
4544npm verb parsed url slashes: null,
4545npm verb parsed url auth: null,
4546npm verb parsed url host: null,
4547npm verb parsed url port: null,
4548npm verb parsed url hostname: null,
4549npm verb parsed url hash: null,
4550npm verb parsed url search: null,
4551npm verb parsed url query: null,
4552npm verb parsed url pathname: 'inherits@~2.0.0',
4553npm verb parsed url path: 'inherits@~2.0.0',
4554npm verb parsed url href: 'inherits@~2.0.0' }
4555npm verb cache add name="inherits" spec="~2.0.0" args=["inherits","~2.0.0"]
4556npm verb parsed url { protocol: null,
4557npm verb parsed url slashes: null,
4558npm verb parsed url auth: null,
4559npm verb parsed url host: null,
4560npm verb parsed url port: null,
4561npm verb parsed url hostname: null,
4562npm verb parsed url hash: null,
4563npm verb parsed url search: null,
4564npm verb parsed url query: null,
4565npm verb parsed url pathname: '~2.0.0',
4566npm verb parsed url path: '~2.0.0',
4567npm verb parsed url href: '~2.0.0' }
4568npm verb addNamed [ 'inherits', '~2.0.0' ]
4569npm verb addNamed [ null, '>=2.0.0-0 <2.1.0-0' ]
4570npm verb lock inherits@~2.0.0 /root/.npm/e2566bb4-inherits-2-0-0.lock
4571npm verb chmod /root/.npm/is-absolute/0.1.7/package.tgz 644
4572npm verb chown /root/.npm/is-absolute/0.1.7/package.tgz [ 0, 0 ]
4573npm info install os-tmpdir@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/osenv
4574npm info install os-homedir@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/osenv
4575npm info installOne os-tmpdir@1.0.1
4576npm info installOne os-homedir@1.0.1
4577npm info /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-tmpdir unbuild
4578npm info /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-homedir unbuild
4579npm info install is-absolute@0.1.7 into /usr/lib/node_modules/node-gyp/node_modules/which
4580npm info installOne is-absolute@0.1.7
4581npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
4582npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-tmpdir /root/.npm/80f156d0-les-osenv-node-modules-os-tmpdir.lock
4583npm verb lock tar:///root/.npm/os-tmpdir/1.0.1/package.tgz /root/.npm/59854057--npm-os-tmpdir-1-0-1-package-tgz.lock
4584npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
4585npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-homedir /root/.npm/e82f968c-es-osenv-node-modules-os-homedir.lock
4586npm verb lock tar:///root/.npm/os-homedir/1.0.1/package.tgz /root/.npm/00b35269-npm-os-homedir-1-0-1-package-tgz.lock
4587npm verb registry.get inherits not expired, no request
4588npm verb addNamed [ 'inherits', '2.0.1' ]
4589npm info /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute unbuild
4590npm verb tar pack [ '/root/.npm/are-we-there-yet/1.0.5/package.tgz',
4591npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/package' ]
4592npm verb tarball /root/.npm/are-we-there-yet/1.0.5/package.tgz
4593npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/package
4594npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756404-0.6406518330331892/package /root/.npm/c0545483-56404-0-6406518330331892-package.lock
4595npm verb lock tar:///root/.npm/are-we-there-yet/1.0.5/package.tgz /root/.npm/b89dab79-e-we-there-yet-1-0-5-package-tgz.lock
4596npm verb tar unpack /root/.npm/is-absolute/0.1.7/package.tgz
4597npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute /root/.npm/069e71db-s-which-node-modules-is-absolute.lock
4598npm verb lock tar:///root/.npm/is-absolute/0.1.7/package.tgz /root/.npm/9f8d1b10-pm-is-absolute-0-1-7-package-tgz.lock
4599npm verb lock /root/.npm/array-index/0.1.1/package /root/.npm/2989d661-ot-npm-array-index-0-1-1-package.lock
4600npm verb lock /root/.npm/inherits/2.0.1/package /root/.npm/325dc51e-root-npm-inherits-2-0-1-package.lock
4601npm verb lock /root/.npm/inflight/1.0.4/package /root/.npm/92ace954-root-npm-inflight-1-0-4-package.lock
4602npm verb tar unpack /root/.npm/array-index/0.1.1/package.tgz
4603npm verb lock tar:///root/.npm/array-index/0.1.1/package /root/.npm/9ea20fe9-ot-npm-array-index-0-1-1-package.lock
4604npm verb lock tar:///root/.npm/array-index/0.1.1/package.tgz /root/.npm/c992eff4-pm-array-index-0-1-1-package-tgz.lock
4605npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
4606npm verb lock tar:///root/.npm/inherits/2.0.1/package /root/.npm/2c38df6d--root-npm-inherits-2-0-1-package.lock
4607npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
4608npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
4609npm verb lock tar:///root/.npm/inflight/1.0.4/package /root/.npm/b235f920--root-npm-inflight-1-0-4-package.lock
4610npm verb lock tar:///root/.npm/inflight/1.0.4/package.tgz /root/.npm/90ffeab7-t-npm-inflight-1-0-4-package-tgz.lock
4611npm verb chmod /root/.npm/once/1.3.3/package.tgz 644
4612npm verb chown /root/.npm/once/1.3.3/package.tgz [ 0, 0 ]
4613npm verb tar pack [ '/root/.npm/gauge/1.2.2/package.tgz',
4614npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/package' ]
4615npm verb tarball /root/.npm/gauge/1.2.2/package.tgz
4616npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/package
4617npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756411-0.46478560846298933/package /root/.npm/ed515d45-6411-0-46478560846298933-package.lock
4618npm verb lock tar:///root/.npm/gauge/1.2.2/package.tgz /root/.npm/1774749a-root-npm-gauge-1-2-2-package-tgz.lock
4619npm verb lock /root/.npm/abbrev/1.0.7/package /root/.npm/5a42d645-root-npm-abbrev-1-0-7-package.lock
4620npm verb tar pack [ '/root/.npm/sigmund/1.0.1/package.tgz',
4621npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/package' ]
4622npm verb tarball /root/.npm/sigmund/1.0.1/package.tgz
4623npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/package
4624npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756690-0.07019838271662593/package /root/.npm/93068701-6690-0-07019838271662593-package.lock
4625npm verb lock tar:///root/.npm/sigmund/1.0.1/package.tgz /root/.npm/1f49c3bb-ot-npm-sigmund-1-0-1-package-tgz.lock
4626npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
4627npm verb lock tar:///root/.npm/abbrev/1.0.7/package /root/.npm/9d5689d6-ar-root-npm-abbrev-1-0-7-package.lock
4628npm verb lock tar:///root/.npm/abbrev/1.0.7/package.tgz /root/.npm/edb90a10-oot-npm-abbrev-1-0-7-package-tgz.lock
4629npm verb tar pack [ '/root/.npm/minimatch/2.0.10/package.tgz',
4630npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/package' ]
4631npm verb tarball /root/.npm/minimatch/2.0.10/package.tgz
4632npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/package
4633npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756418-0.1531690931878984/package /root/.npm/ef456bd3-56418-0-1531690931878984-package.lock
4634npm verb lock tar:///root/.npm/minimatch/2.0.10/package.tgz /root/.npm/e2738077-npm-minimatch-2-0-10-package-tgz.lock
4635npm info preinstall os-homedir@1.0.1
4636npm info preinstall os-tmpdir@1.0.1
4637npm verb readDependencies using package.json deps
4638npm verb readDependencies using package.json deps
4639npm verb readDependencies using package.json deps
4640npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-homedir
4641npm info build /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-homedir
4642npm verb linkStuff [ true,
4643npm verb linkStuff '/usr/lib/node_modules',
4644npm verb linkStuff false,
4645npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules' ]
4646npm info linkStuff os-homedir@1.0.1
4647npm verb readDependencies using package.json deps
4648npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-tmpdir
4649npm info build /usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules/os-tmpdir
4650npm verb linkStuff [ true,
4651npm verb linkStuff '/usr/lib/node_modules',
4652npm verb linkStuff false,
4653npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/osenv/node_modules' ]
4654npm info linkStuff os-tmpdir@1.0.1
4655npm verb linkBins os-homedir@1.0.1
4656npm verb linkMans os-homedir@1.0.1
4657npm verb rebuildBundles os-homedir@1.0.1
4658npm info preinstall is-absolute@0.1.7
4659npm verb linkBins os-tmpdir@1.0.1
4660npm verb linkMans os-tmpdir@1.0.1
4661npm verb rebuildBundles os-tmpdir@1.0.1
4662npm info install os-homedir@1.0.1
4663npm info install os-tmpdir@1.0.1
4664npm info postinstall os-homedir@1.0.1
4665npm verb readDependencies using package.json deps
4666npm info postinstall os-tmpdir@1.0.1
4667npm verb readDependencies using package.json deps
4668npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/osenv
4669npm info build /usr/lib/node_modules/node-gyp/node_modules/osenv
4670npm verb linkStuff [ true,
4671npm verb linkStuff '/usr/lib/node_modules',
4672npm verb linkStuff false,
4673npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
4674npm info linkStuff osenv@0.1.3
4675npm verb cache add [ 'is-relative@^0.1.0', null ]
4676npm verb cache add name=undefined spec="is-relative@^0.1.0" args=["is-relative@^0.1.0",null]
4677npm verb parsed url { protocol: null,
4678npm verb parsed url slashes: null,
4679npm verb parsed url auth: null,
4680npm verb parsed url host: null,
4681npm verb parsed url port: null,
4682npm verb parsed url hostname: null,
4683npm verb parsed url hash: null,
4684npm verb parsed url search: null,
4685npm verb parsed url query: null,
4686npm verb parsed url pathname: 'is-relative@%5E0.1.0',
4687npm verb parsed url path: 'is-relative@%5E0.1.0',
4688npm verb parsed url href: 'is-relative@%5E0.1.0' }
4689npm verb cache add name="is-relative" spec="^0.1.0" args=["is-relative","^0.1.0"]
4690npm verb parsed url { protocol: null,
4691npm verb parsed url slashes: null,
4692npm verb parsed url auth: null,
4693npm verb parsed url host: null,
4694npm verb parsed url port: null,
4695npm verb parsed url hostname: null,
4696npm verb parsed url hash: null,
4697npm verb parsed url search: null,
4698npm verb parsed url query: null,
4699npm verb parsed url pathname: '%5E0.1.0',
4700npm verb parsed url path: '%5E0.1.0',
4701npm verb parsed url href: '%5E0.1.0' }
4702npm verb addNamed [ 'is-relative', '^0.1.0' ]
4703npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
4704npm verb lock is-relative@^0.1.0 /root/.npm/2182c86e-is-relative-0-1-0.lock
4705npm verb linkBins osenv@0.1.3
4706npm verb linkMans osenv@0.1.3
4707npm verb rebuildBundles osenv@0.1.3
4708npm verb rebuildBundles [ 'os-homedir', 'os-tmpdir' ]
4709npm info install osenv@0.1.3
4710npm verb url raw is-relative
4711npm verb url resolving [ 'http://registry.npmjs.org/', './is-relative' ]
4712npm verb url resolved http://registry.npmjs.org/is-relative
4713npm info trying registry request attempt 1 at 11:05:57
4714npm http GET http://registry.npmjs.org/is-relative
4715npm info postinstall osenv@0.1.3
4716npm verb lock /root/.npm/glob/6.0.1/package /root/.npm/2e6ed8c3-root-npm-glob-6-0-1-package.lock
4717npm verb tar pack [ '/root/.npm/ansi/0.3.0/package.tgz',
4718npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/package' ]
4719npm verb tarball /root/.npm/ansi/0.3.0/package.tgz
4720npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/package
4721npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756656-0.011936543975025415/package /root/.npm/f413f6b8-656-0-011936543975025415-package.lock
4722npm verb lock tar:///root/.npm/ansi/0.3.0/package.tgz /root/.npm/4ac6029d--root-npm-ansi-0-3-0-package-tgz.lock
4723npm verb tar unpack /root/.npm/glob/6.0.1/package.tgz
4724npm verb lock tar:///root/.npm/glob/6.0.1/package /root/.npm/c2639bbe-tar-root-npm-glob-6-0-1-package.lock
4725npm verb lock tar:///root/.npm/glob/6.0.1/package.tgz /root/.npm/1a371194--root-npm-glob-6-0-1-package-tgz.lock
4726npm http 200 http://registry.npmjs.org/is-relative
4727npm verb lock /root/.npm/are-we-there-yet/1.0.5/package /root/.npm/101ff65d-m-are-we-there-yet-1-0-5-package.lock
4728npm verb tar unpack /root/.npm/are-we-there-yet/1.0.5/package.tgz
4729npm verb lock tar:///root/.npm/are-we-there-yet/1.0.5/package /root/.npm/313ffa52-m-are-we-there-yet-1-0-5-package.lock
4730npm verb lock tar:///root/.npm/are-we-there-yet/1.0.5/package.tgz /root/.npm/b89dab79-e-we-there-yet-1-0-5-package-tgz.lock
4731npm verb addNamed [ 'is-relative', '0.1.3' ]
4732npm verb addNamed [ '0.1.3', '0.1.3' ]
4733npm verb lock is-relative@0.1.3 /root/.npm/66047590-is-relative-0-1-3.lock
4734npm verb lock http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz /root/.npm/728efc4c-s-relative-is-relative-0-1-3-tgz.lock
4735npm verb chmod /root/.npm/inherits/2.0.1/package.tgz 644
4736npm verb chown /root/.npm/inherits/2.0.1/package.tgz [ 0, 0 ]
4737npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz',
4738npm verb addRemoteTarball '905fee8ae86f45b3ec614bc3c15c869df0876e82' ]
4739npm info retry fetch attempt 1 at 11:05:57
4740npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/tmp.tgz
4741npm verb chmod /root/.npm/inflight/1.0.4/package.tgz 644
4742npm verb chown /root/.npm/inflight/1.0.4/package.tgz [ 0, 0 ]
4743npm http GET http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
4744npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/fstream
4745npm info installOne inherits@2.0.1
4746npm verb lock /root/.npm/sigmund/1.0.1/package /root/.npm/8440f000-root-npm-sigmund-1-0-1-package.lock
4747npm info /usr/lib/node_modules/node-gyp/node_modules/fstream/node_modules/inherits unbuild
4748npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
4749npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/fstream/node_modules/inherits /root/.npm/a88f175c-es-fstream-node-modules-inherits.lock
4750npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
4751npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
4752npm verb lock tar:///root/.npm/sigmund/1.0.1/package /root/.npm/56699dd7-r-root-npm-sigmund-1-0-1-package.lock
4753npm verb lock tar:///root/.npm/sigmund/1.0.1/package.tgz /root/.npm/1f49c3bb-ot-npm-sigmund-1-0-1-package-tgz.lock
4754npm http 200 http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
4755npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/tmp.tgz
4756npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/package /root/.npm/0c727eff-57234-0-7389059597626328-package.lock
4757npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/tmp.tgz /root/.npm/8125539e-57234-0-7389059597626328-tmp-tgz.lock
4758npm verb tar pack [ '/root/.npm/minimist/0.0.8/package.tgz',
4759npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/package' ]
4760npm verb tarball /root/.npm/minimist/0.0.8/package.tgz
4761npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/package
4762npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756709-0.5930596345569938/package /root/.npm/7b8f1e89-56709-0-5930596345569938-package.lock
4763npm verb lock tar:///root/.npm/minimist/0.0.8/package.tgz /root/.npm/308650c5-t-npm-minimist-0-0-8-package-tgz.lock
4764npm verb tar pack [ '/root/.npm/lru-cache/2.7.3/package.tgz',
4765npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/package' ]
4766npm verb tarball /root/.npm/lru-cache/2.7.3/package.tgz
4767npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/package
4768npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868756729-0.5914404464419931/package /root/.npm/83250cd2-56729-0-5914404464419931-package.lock
4769npm verb lock tar:///root/.npm/lru-cache/2.7.3/package.tgz /root/.npm/d89989d8--npm-lru-cache-2-7-3-package-tgz.lock
4770npm verb chmod /root/.npm/abbrev/1.0.7/package.tgz 644
4771npm verb chown /root/.npm/abbrev/1.0.7/package.tgz [ 0, 0 ]
4772npm verb chmod /root/.npm/array-index/0.1.1/package.tgz 644
4773npm verb chown /root/.npm/array-index/0.1.1/package.tgz [ 0, 0 ]
4774npm info install abbrev@1.0.7 into /usr/lib/node_modules/node-gyp/node_modules/nopt
4775npm info installOne abbrev@1.0.7
4776npm info /usr/lib/node_modules/node-gyp/node_modules/nopt/node_modules/abbrev unbuild
4777npm info install array-index@0.1.1 into /usr/lib/node_modules/node-gyp/node_modules/path-array
4778npm info installOne array-index@0.1.1
4779npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
4780npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/nopt/node_modules/abbrev /root/.npm/6c82b55a-modules-nopt-node-modules-abbrev.lock
4781npm verb lock tar:///root/.npm/abbrev/1.0.7/package.tgz /root/.npm/edb90a10-oot-npm-abbrev-1-0-7-package-tgz.lock
4782npm info /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index unbuild
4783npm verb tar unpack /root/.npm/array-index/0.1.1/package.tgz
4784npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index /root/.npm/b9fe53f5-h-array-node-modules-array-index.lock
4785npm verb lock tar:///root/.npm/array-index/0.1.1/package.tgz /root/.npm/c992eff4-pm-array-index-0-1-1-package-tgz.lock
4786npm verb lock /root/.npm/gauge/1.2.2/package /root/.npm/9673d828-root-npm-gauge-1-2-2-package.lock
4787npm verb tar unpack /root/.npm/gauge/1.2.2/package.tgz
4788npm verb lock tar:///root/.npm/gauge/1.2.2/package /root/.npm/8cab84a2-tar-root-npm-gauge-1-2-2-package.lock
4789npm verb lock tar:///root/.npm/gauge/1.2.2/package.tgz /root/.npm/1774749a-root-npm-gauge-1-2-2-package-tgz.lock
4790npm verb tar pack [ '/root/.npm/is-relative/0.1.3/package.tgz',
4791npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/package' ]
4792npm verb tarball /root/.npm/is-relative/0.1.3/package.tgz
4793npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/package
4794npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757234-0.7389059597626328/package /root/.npm/0c727eff-57234-0-7389059597626328-package.lock
4795npm verb lock tar:///root/.npm/is-relative/0.1.3/package.tgz /root/.npm/b5beff94-pm-is-relative-0-1-3-package-tgz.lock
4796npm info preinstall inherits@2.0.1
4797npm verb readDependencies using package.json deps
4798npm info preinstall request@2.67.0
4799npm verb readDependencies using package.json deps
4800npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/fstream/node_modules/inherits
4801npm info build /usr/lib/node_modules/node-gyp/node_modules/fstream/node_modules/inherits
4802npm verb linkStuff [ true,
4803npm verb linkStuff '/usr/lib/node_modules',
4804npm verb linkStuff false,
4805npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/fstream/node_modules' ]
4806npm info linkStuff inherits@2.0.1
4807npm verb linkBins inherits@2.0.1
4808npm verb linkMans inherits@2.0.1
4809npm verb rebuildBundles inherits@2.0.1
4810npm verb readDependencies using package.json deps
4811npm info install inherits@2.0.1
4812npm verb lock /root/.npm/ansi/0.3.0/package /root/.npm/40a68077-root-npm-ansi-0-3-0-package.lock
4813npm verb readDependencies using package.json deps
4814npm info postinstall inherits@2.0.1
4815npm verb cache add [ 'json-stringify-safe@~5.0.1', null ]
4816npm verb cache add name=undefined spec="json-stringify-safe@~5.0.1" args=["json-stringify-safe@~5.0.1",null]
4817npm verb parsed url { protocol: null,
4818npm verb parsed url slashes: null,
4819npm verb parsed url auth: null,
4820npm verb parsed url host: null,
4821npm verb parsed url port: null,
4822npm verb parsed url hostname: null,
4823npm verb parsed url hash: null,
4824npm verb parsed url search: null,
4825npm verb parsed url query: null,
4826npm verb parsed url pathname: 'json-stringify-safe@~5.0.1',
4827npm verb parsed url path: 'json-stringify-safe@~5.0.1',
4828npm verb parsed url href: 'json-stringify-safe@~5.0.1' }
4829npm verb cache add name="json-stringify-safe" spec="~5.0.1" args=["json-stringify-safe","~5.0.1"]
4830npm verb parsed url { protocol: null,
4831npm verb parsed url slashes: null,
4832npm verb parsed url auth: null,
4833npm verb parsed url host: null,
4834npm verb parsed url port: null,
4835npm verb parsed url hostname: null,
4836npm verb parsed url hash: null,
4837npm verb parsed url search: null,
4838npm verb parsed url query: null,
4839npm verb parsed url pathname: '~5.0.1',
4840npm verb parsed url path: '~5.0.1',
4841npm verb parsed url href: '~5.0.1' }
4842npm verb addNamed [ 'json-stringify-safe', '~5.0.1' ]
4843npm verb addNamed [ null, '>=5.0.1-0 <5.1.0-0' ]
4844npm verb lock json-stringify-safe@~5.0.1 /root/.npm/8a3defed-json-stringify-safe-5-0-1.lock
4845npm verb cache add [ 'mime-types@~2.1.7', null ]
4846npm verb cache add name=undefined spec="mime-types@~2.1.7" args=["mime-types@~2.1.7",null]
4847npm verb parsed url { protocol: null,
4848npm verb parsed url slashes: null,
4849npm verb parsed url auth: null,
4850npm verb parsed url host: null,
4851npm verb parsed url port: null,
4852npm verb parsed url hostname: null,
4853npm verb parsed url hash: null,
4854npm verb parsed url search: null,
4855npm verb parsed url query: null,
4856npm verb parsed url pathname: 'mime-types@~2.1.7',
4857npm verb parsed url path: 'mime-types@~2.1.7',
4858npm verb parsed url href: 'mime-types@~2.1.7' }
4859npm verb cache add name="mime-types" spec="~2.1.7" args=["mime-types","~2.1.7"]
4860npm verb parsed url { protocol: null,
4861npm verb parsed url slashes: null,
4862npm verb parsed url auth: null,
4863npm verb parsed url host: null,
4864npm verb parsed url port: null,
4865npm verb parsed url hostname: null,
4866npm verb parsed url hash: null,
4867npm verb parsed url search: null,
4868npm verb parsed url query: null,
4869npm verb parsed url pathname: '~2.1.7',
4870npm verb parsed url path: '~2.1.7',
4871npm verb parsed url href: '~2.1.7' }
4872npm verb addNamed [ 'mime-types', '~2.1.7' ]
4873npm verb addNamed [ null, '>=2.1.7-0 <2.2.0-0' ]
4874npm verb lock mime-types@~2.1.7 /root/.npm/034e2ad1-mime-types-2-1-7.lock
4875npm verb cache add [ 'node-uuid@~1.4.7', null ]
4876npm verb cache add name=undefined spec="node-uuid@~1.4.7" args=["node-uuid@~1.4.7",null]
4877npm verb parsed url { protocol: null,
4878npm verb parsed url slashes: null,
4879npm verb parsed url auth: null,
4880npm verb parsed url host: null,
4881npm verb parsed url port: null,
4882npm verb parsed url hostname: null,
4883npm verb parsed url hash: null,
4884npm verb parsed url search: null,
4885npm verb parsed url query: null,
4886npm verb parsed url pathname: 'node-uuid@~1.4.7',
4887npm verb parsed url path: 'node-uuid@~1.4.7',
4888npm verb parsed url href: 'node-uuid@~1.4.7' }
4889npm verb cache add name="node-uuid" spec="~1.4.7" args=["node-uuid","~1.4.7"]
4890npm verb parsed url { protocol: null,
4891npm verb parsed url slashes: null,
4892npm verb parsed url auth: null,
4893npm verb parsed url host: null,
4894npm verb parsed url port: null,
4895npm verb parsed url hostname: null,
4896npm verb parsed url hash: null,
4897npm verb parsed url search: null,
4898npm verb parsed url query: null,
4899npm verb parsed url pathname: '~1.4.7',
4900npm verb parsed url path: '~1.4.7',
4901npm verb parsed url href: '~1.4.7' }
4902npm verb addNamed [ 'node-uuid', '~1.4.7' ]
4903npm verb addNamed [ null, '>=1.4.7-0 <1.5.0-0' ]
4904npm verb lock node-uuid@~1.4.7 /root/.npm/1aeb8284-node-uuid-1-4-7.lock
4905npm verb cache add [ 'qs@~5.2.0', null ]
4906npm verb cache add name=undefined spec="qs@~5.2.0" args=["qs@~5.2.0",null]
4907npm verb parsed url { protocol: null,
4908npm verb parsed url slashes: null,
4909npm verb parsed url auth: null,
4910npm verb parsed url host: null,
4911npm verb parsed url port: null,
4912npm verb parsed url hostname: null,
4913npm verb parsed url hash: null,
4914npm verb parsed url search: null,
4915npm verb parsed url query: null,
4916npm verb parsed url pathname: 'qs@~5.2.0',
4917npm verb parsed url path: 'qs@~5.2.0',
4918npm verb parsed url href: 'qs@~5.2.0' }
4919npm verb cache add name="qs" spec="~5.2.0" args=["qs","~5.2.0"]
4920npm verb parsed url { protocol: null,
4921npm verb parsed url slashes: null,
4922npm verb parsed url auth: null,
4923npm verb parsed url host: null,
4924npm verb parsed url port: null,
4925npm verb parsed url hostname: null,
4926npm verb parsed url hash: null,
4927npm verb parsed url search: null,
4928npm verb parsed url query: null,
4929npm verb parsed url pathname: '~5.2.0',
4930npm verb parsed url path: '~5.2.0',
4931npm verb parsed url href: '~5.2.0' }
4932npm verb addNamed [ 'qs', '~5.2.0' ]
4933npm verb addNamed [ null, '>=5.2.0-0 <5.3.0-0' ]
4934npm verb lock qs@~5.2.0 /root/.npm/501aa100-qs-5-2-0.lock
4935npm verb cache add [ 'tunnel-agent@~0.4.1', null ]
4936npm verb cache add name=undefined spec="tunnel-agent@~0.4.1" args=["tunnel-agent@~0.4.1",null]
4937npm verb parsed url { protocol: null,
4938npm verb parsed url slashes: null,
4939npm verb parsed url auth: null,
4940npm verb parsed url host: null,
4941npm verb parsed url port: null,
4942npm verb parsed url hostname: null,
4943npm verb parsed url hash: null,
4944npm verb parsed url search: null,
4945npm verb parsed url query: null,
4946npm verb parsed url pathname: 'tunnel-agent@~0.4.1',
4947npm verb parsed url path: 'tunnel-agent@~0.4.1',
4948npm verb parsed url href: 'tunnel-agent@~0.4.1' }
4949npm verb cache add name="tunnel-agent" spec="~0.4.1" args=["tunnel-agent","~0.4.1"]
4950npm verb parsed url { protocol: null,
4951npm verb parsed url slashes: null,
4952npm verb parsed url auth: null,
4953npm verb parsed url host: null,
4954npm verb parsed url port: null,
4955npm verb parsed url hostname: null,
4956npm verb parsed url hash: null,
4957npm verb parsed url search: null,
4958npm verb parsed url query: null,
4959npm verb parsed url pathname: '~0.4.1',
4960npm verb parsed url path: '~0.4.1',
4961npm verb parsed url href: '~0.4.1' }
4962npm verb addNamed [ 'tunnel-agent', '~0.4.1' ]
4963npm verb addNamed [ null, '>=0.4.1-0 <0.5.0-0' ]
4964npm verb lock tunnel-agent@~0.4.1 /root/.npm/a6938834-tunnel-agent-0-4-1.lock
4965npm verb cache add [ 'tough-cookie@~2.2.0', null ]
4966npm verb cache add name=undefined spec="tough-cookie@~2.2.0" args=["tough-cookie@~2.2.0",null]
4967npm verb parsed url { protocol: null,
4968npm verb parsed url slashes: null,
4969npm verb parsed url auth: null,
4970npm verb parsed url host: null,
4971npm verb parsed url port: null,
4972npm verb parsed url hostname: null,
4973npm verb parsed url hash: null,
4974npm verb parsed url search: null,
4975npm verb parsed url query: null,
4976npm verb parsed url pathname: 'tough-cookie@~2.2.0',
4977npm verb parsed url path: 'tough-cookie@~2.2.0',
4978npm verb parsed url href: 'tough-cookie@~2.2.0' }
4979npm verb cache add name="tough-cookie" spec="~2.2.0" args=["tough-cookie","~2.2.0"]
4980npm verb parsed url { protocol: null,
4981npm verb parsed url slashes: null,
4982npm verb parsed url auth: null,
4983npm verb parsed url host: null,
4984npm verb parsed url port: null,
4985npm verb parsed url hostname: null,
4986npm verb parsed url hash: null,
4987npm verb parsed url search: null,
4988npm verb parsed url query: null,
4989npm verb parsed url pathname: '~2.2.0',
4990npm verb parsed url path: '~2.2.0',
4991npm verb parsed url href: '~2.2.0' }
4992npm verb addNamed [ 'tough-cookie', '~2.2.0' ]
4993npm verb addNamed [ null, '>=2.2.0-0 <2.3.0-0' ]
4994npm verb lock tough-cookie@~2.2.0 /root/.npm/e212bff3-tough-cookie-2-2-0.lock
4995npm verb cache add [ 'http-signature@~1.1.0', null ]
4996npm verb cache add name=undefined spec="http-signature@~1.1.0" args=["http-signature@~1.1.0",null]
4997npm verb parsed url { protocol: null,
4998npm verb parsed url slashes: null,
4999npm verb parsed url auth: null,
5000npm verb parsed url host: null,
5001npm verb parsed url port: null,
5002npm verb parsed url hostname: null,
5003npm verb parsed url hash: null,
5004npm verb parsed url search: null,
5005npm verb parsed url query: null,
5006npm verb parsed url pathname: 'http-signature@~1.1.0',
5007npm verb parsed url path: 'http-signature@~1.1.0',
5008npm verb parsed url href: 'http-signature@~1.1.0' }
5009npm verb cache add name="http-signature" spec="~1.1.0" args=["http-signature","~1.1.0"]
5010npm verb parsed url { protocol: null,
5011npm verb parsed url slashes: null,
5012npm verb parsed url auth: null,
5013npm verb parsed url host: null,
5014npm verb parsed url port: null,
5015npm verb parsed url hostname: null,
5016npm verb parsed url hash: null,
5017npm verb parsed url search: null,
5018npm verb parsed url query: null,
5019npm verb parsed url pathname: '~1.1.0',
5020npm verb parsed url path: '~1.1.0',
5021npm verb parsed url href: '~1.1.0' }
5022npm verb addNamed [ 'http-signature', '~1.1.0' ]
5023npm verb addNamed [ null, '>=1.1.0-0 <1.2.0-0' ]
5024npm verb lock http-signature@~1.1.0 /root/.npm/c67958ff-http-signature-1-1-0.lock
5025npm verb cache add [ 'oauth-sign@~0.8.0', null ]
5026npm verb cache add name=undefined spec="oauth-sign@~0.8.0" args=["oauth-sign@~0.8.0",null]
5027npm verb parsed url { protocol: null,
5028npm verb parsed url slashes: null,
5029npm verb parsed url auth: null,
5030npm verb parsed url host: null,
5031npm verb parsed url port: null,
5032npm verb parsed url hostname: null,
5033npm verb parsed url hash: null,
5034npm verb parsed url search: null,
5035npm verb parsed url query: null,
5036npm verb parsed url pathname: 'oauth-sign@~0.8.0',
5037npm verb parsed url path: 'oauth-sign@~0.8.0',
5038npm verb parsed url href: 'oauth-sign@~0.8.0' }
5039npm verb cache add name="oauth-sign" spec="~0.8.0" args=["oauth-sign","~0.8.0"]
5040npm verb parsed url { protocol: null,
5041npm verb parsed url slashes: null,
5042npm verb parsed url auth: null,
5043npm verb parsed url host: null,
5044npm verb parsed url port: null,
5045npm verb parsed url hostname: null,
5046npm verb parsed url hash: null,
5047npm verb parsed url search: null,
5048npm verb parsed url query: null,
5049npm verb parsed url pathname: '~0.8.0',
5050npm verb parsed url path: '~0.8.0',
5051npm verb parsed url href: '~0.8.0' }
5052npm verb addNamed [ 'oauth-sign', '~0.8.0' ]
5053npm verb addNamed [ null, '>=0.8.0-0 <0.9.0-0' ]
5054npm verb lock oauth-sign@~0.8.0 /root/.npm/ff040a90-oauth-sign-0-8-0.lock
5055npm verb cache add [ 'hawk@~3.1.0', null ]
5056npm verb cache add name=undefined spec="hawk@~3.1.0" args=["hawk@~3.1.0",null]
5057npm verb parsed url { protocol: null,
5058npm verb parsed url slashes: null,
5059npm verb parsed url auth: null,
5060npm verb parsed url host: null,
5061npm verb parsed url port: null,
5062npm verb parsed url hostname: null,
5063npm verb parsed url hash: null,
5064npm verb parsed url search: null,
5065npm verb parsed url query: null,
5066npm verb parsed url pathname: 'hawk@~3.1.0',
5067npm verb parsed url path: 'hawk@~3.1.0',
5068npm verb parsed url href: 'hawk@~3.1.0' }
5069npm verb cache add name="hawk" spec="~3.1.0" args=["hawk","~3.1.0"]
5070npm verb parsed url { protocol: null,
5071npm verb parsed url slashes: null,
5072npm verb parsed url auth: null,
5073npm verb parsed url host: null,
5074npm verb parsed url port: null,
5075npm verb parsed url hostname: null,
5076npm verb parsed url hash: null,
5077npm verb parsed url search: null,
5078npm verb parsed url query: null,
5079npm verb parsed url pathname: '~3.1.0',
5080npm verb parsed url path: '~3.1.0',
5081npm verb parsed url href: '~3.1.0' }
5082npm verb addNamed [ 'hawk', '~3.1.0' ]
5083npm verb addNamed [ null, '>=3.1.0-0 <3.2.0-0' ]
5084npm verb lock hawk@~3.1.0 /root/.npm/daef35a2-hawk-3-1-0.lock
5085npm verb cache add [ 'aws-sign2@~0.6.0', null ]
5086npm verb cache add name=undefined spec="aws-sign2@~0.6.0" args=["aws-sign2@~0.6.0",null]
5087npm verb parsed url { protocol: null,
5088npm verb parsed url slashes: null,
5089npm verb parsed url auth: null,
5090npm verb parsed url host: null,
5091npm verb parsed url port: null,
5092npm verb parsed url hostname: null,
5093npm verb parsed url hash: null,
5094npm verb parsed url search: null,
5095npm verb parsed url query: null,
5096npm verb parsed url pathname: 'aws-sign2@~0.6.0',
5097npm verb parsed url path: 'aws-sign2@~0.6.0',
5098npm verb parsed url href: 'aws-sign2@~0.6.0' }
5099npm verb cache add name="aws-sign2" spec="~0.6.0" args=["aws-sign2","~0.6.0"]
5100npm verb parsed url { protocol: null,
5101npm verb parsed url slashes: null,
5102npm verb parsed url auth: null,
5103npm verb parsed url host: null,
5104npm verb parsed url port: null,
5105npm verb parsed url hostname: null,
5106npm verb parsed url hash: null,
5107npm verb parsed url search: null,
5108npm verb parsed url query: null,
5109npm verb parsed url pathname: '~0.6.0',
5110npm verb parsed url path: '~0.6.0',
5111npm verb parsed url href: '~0.6.0' }
5112npm verb addNamed [ 'aws-sign2', '~0.6.0' ]
5113npm verb addNamed [ null, '>=0.6.0-0 <0.7.0-0' ]
5114npm verb lock aws-sign2@~0.6.0 /root/.npm/bb8efcf9-aws-sign2-0-6-0.lock
5115npm verb cache add [ 'stringstream@~0.0.4', null ]
5116npm verb cache add name=undefined spec="stringstream@~0.0.4" args=["stringstream@~0.0.4",null]
5117npm verb parsed url { protocol: null,
5118npm verb parsed url slashes: null,
5119npm verb parsed url auth: null,
5120npm verb parsed url host: null,
5121npm verb parsed url port: null,
5122npm verb parsed url hostname: null,
5123npm verb parsed url hash: null,
5124npm verb parsed url search: null,
5125npm verb parsed url query: null,
5126npm verb parsed url pathname: 'stringstream@~0.0.4',
5127npm verb parsed url path: 'stringstream@~0.0.4',
5128npm verb parsed url href: 'stringstream@~0.0.4' }
5129npm verb cache add name="stringstream" spec="~0.0.4" args=["stringstream","~0.0.4"]
5130npm verb parsed url { protocol: null,
5131npm verb parsed url slashes: null,
5132npm verb parsed url auth: null,
5133npm verb parsed url host: null,
5134npm verb parsed url port: null,
5135npm verb parsed url hostname: null,
5136npm verb parsed url hash: null,
5137npm verb parsed url search: null,
5138npm verb parsed url query: null,
5139npm verb parsed url pathname: '~0.0.4',
5140npm verb parsed url path: '~0.0.4',
5141npm verb parsed url href: '~0.0.4' }
5142npm verb addNamed [ 'stringstream', '~0.0.4' ]
5143npm verb addNamed [ null, '>=0.0.4-0 <0.1.0-0' ]
5144npm verb lock stringstream@~0.0.4 /root/.npm/3b47e33b-stringstream-0-0-4.lock
5145npm verb cache add [ 'combined-stream@~1.0.5', null ]
5146npm verb cache add name=undefined spec="combined-stream@~1.0.5" args=["combined-stream@~1.0.5",null]
5147npm verb parsed url { protocol: null,
5148npm verb parsed url slashes: null,
5149npm verb parsed url auth: null,
5150npm verb parsed url host: null,
5151npm verb parsed url port: null,
5152npm verb parsed url hostname: null,
5153npm verb parsed url hash: null,
5154npm verb parsed url search: null,
5155npm verb parsed url query: null,
5156npm verb parsed url pathname: 'combined-stream@~1.0.5',
5157npm verb parsed url path: 'combined-stream@~1.0.5',
5158npm verb parsed url href: 'combined-stream@~1.0.5' }
5159npm verb cache add name="combined-stream" spec="~1.0.5" args=["combined-stream","~1.0.5"]
5160npm verb parsed url { protocol: null,
5161npm verb parsed url slashes: null,
5162npm verb parsed url auth: null,
5163npm verb parsed url host: null,
5164npm verb parsed url port: null,
5165npm verb parsed url hostname: null,
5166npm verb parsed url hash: null,
5167npm verb parsed url search: null,
5168npm verb parsed url query: null,
5169npm verb parsed url pathname: '~1.0.5',
5170npm verb parsed url path: '~1.0.5',
5171npm verb parsed url href: '~1.0.5' }
5172npm verb addNamed [ 'combined-stream', '~1.0.5' ]
5173npm verb addNamed [ null, '>=1.0.5-0 <1.1.0-0' ]
5174npm verb lock combined-stream@~1.0.5 /root/.npm/277b50bd-combined-stream-1-0-5.lock
5175npm verb cache add [ 'isstream@~0.1.2', null ]
5176npm verb cache add name=undefined spec="isstream@~0.1.2" args=["isstream@~0.1.2",null]
5177npm verb parsed url { protocol: null,
5178npm verb parsed url slashes: null,
5179npm verb parsed url auth: null,
5180npm verb parsed url host: null,
5181npm verb parsed url port: null,
5182npm verb parsed url hostname: null,
5183npm verb parsed url hash: null,
5184npm verb parsed url search: null,
5185npm verb parsed url query: null,
5186npm verb parsed url pathname: 'isstream@~0.1.2',
5187npm verb parsed url path: 'isstream@~0.1.2',
5188npm verb parsed url href: 'isstream@~0.1.2' }
5189npm verb cache add name="isstream" spec="~0.1.2" args=["isstream","~0.1.2"]
5190npm verb parsed url { protocol: null,
5191npm verb parsed url slashes: null,
5192npm verb parsed url auth: null,
5193npm verb parsed url host: null,
5194npm verb parsed url port: null,
5195npm verb parsed url hostname: null,
5196npm verb parsed url hash: null,
5197npm verb parsed url search: null,
5198npm verb parsed url query: null,
5199npm verb parsed url pathname: '~0.1.2',
5200npm verb parsed url path: '~0.1.2',
5201npm verb parsed url href: '~0.1.2' }
5202npm verb addNamed [ 'isstream', '~0.1.2' ]
5203npm verb addNamed [ null, '>=0.1.2-0 <0.2.0-0' ]
5204npm verb lock isstream@~0.1.2 /root/.npm/8278a8f3-isstream-0-1-2.lock
5205npm verb cache add [ 'is-typedarray@~1.0.0', null ]
5206npm verb cache add name=undefined spec="is-typedarray@~1.0.0" args=["is-typedarray@~1.0.0",null]
5207npm verb parsed url { protocol: null,
5208npm verb parsed url slashes: null,
5209npm verb parsed url auth: null,
5210npm verb parsed url host: null,
5211npm verb parsed url port: null,
5212npm verb parsed url hostname: null,
5213npm verb parsed url hash: null,
5214npm verb parsed url search: null,
5215npm verb parsed url query: null,
5216npm verb parsed url pathname: 'is-typedarray@~1.0.0',
5217npm verb parsed url path: 'is-typedarray@~1.0.0',
5218npm verb parsed url href: 'is-typedarray@~1.0.0' }
5219npm verb cache add name="is-typedarray" spec="~1.0.0" args=["is-typedarray","~1.0.0"]
5220npm verb parsed url { protocol: null,
5221npm verb parsed url slashes: null,
5222npm verb parsed url auth: null,
5223npm verb parsed url host: null,
5224npm verb parsed url port: null,
5225npm verb parsed url hostname: null,
5226npm verb parsed url hash: null,
5227npm verb parsed url search: null,
5228npm verb parsed url query: null,
5229npm verb parsed url pathname: '~1.0.0',
5230npm verb parsed url path: '~1.0.0',
5231npm verb parsed url href: '~1.0.0' }
5232npm verb addNamed [ 'is-typedarray', '~1.0.0' ]
5233npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
5234npm verb lock is-typedarray@~1.0.0 /root/.npm/3201278f-is-typedarray-1-0-0.lock
5235npm verb cache add [ 'har-validator@~2.0.2', null ]
5236npm verb cache add name=undefined spec="har-validator@~2.0.2" args=["har-validator@~2.0.2",null]
5237npm verb parsed url { protocol: null,
5238npm verb parsed url slashes: null,
5239npm verb parsed url auth: null,
5240npm verb parsed url host: null,
5241npm verb parsed url port: null,
5242npm verb parsed url hostname: null,
5243npm verb parsed url hash: null,
5244npm verb parsed url search: null,
5245npm verb parsed url query: null,
5246npm verb parsed url pathname: 'har-validator@~2.0.2',
5247npm verb parsed url path: 'har-validator@~2.0.2',
5248npm verb parsed url href: 'har-validator@~2.0.2' }
5249npm verb cache add name="har-validator" spec="~2.0.2" args=["har-validator","~2.0.2"]
5250npm verb parsed url { protocol: null,
5251npm verb parsed url slashes: null,
5252npm verb parsed url auth: null,
5253npm verb parsed url host: null,
5254npm verb parsed url port: null,
5255npm verb parsed url hostname: null,
5256npm verb parsed url hash: null,
5257npm verb parsed url search: null,
5258npm verb parsed url query: null,
5259npm verb parsed url pathname: '~2.0.2',
5260npm verb parsed url path: '~2.0.2',
5261npm verb parsed url href: '~2.0.2' }
5262npm verb addNamed [ 'har-validator', '~2.0.2' ]
5263npm verb addNamed [ null, '>=2.0.2-0 <2.1.0-0' ]
5264npm verb lock har-validator@~2.0.2 /root/.npm/6335bf69-har-validator-2-0-2.lock
5265npm verb cache add [ 'bl@~1.0.0', null ]
5266npm verb cache add name=undefined spec="bl@~1.0.0" args=["bl@~1.0.0",null]
5267npm verb parsed url { protocol: null,
5268npm verb parsed url slashes: null,
5269npm verb parsed url auth: null,
5270npm verb parsed url host: null,
5271npm verb parsed url port: null,
5272npm verb parsed url hostname: null,
5273npm verb parsed url hash: null,
5274npm verb parsed url search: null,
5275npm verb parsed url query: null,
5276npm verb parsed url pathname: 'bl@~1.0.0',
5277npm verb parsed url path: 'bl@~1.0.0',
5278npm verb parsed url href: 'bl@~1.0.0' }
5279npm verb cache add name="bl" spec="~1.0.0" args=["bl","~1.0.0"]
5280npm verb parsed url { protocol: null,
5281npm verb parsed url slashes: null,
5282npm verb parsed url auth: null,
5283npm verb parsed url host: null,
5284npm verb parsed url port: null,
5285npm verb parsed url hostname: null,
5286npm verb parsed url hash: null,
5287npm verb parsed url search: null,
5288npm verb parsed url query: null,
5289npm verb parsed url pathname: '~1.0.0',
5290npm verb parsed url path: '~1.0.0',
5291npm verb parsed url href: '~1.0.0' }
5292npm verb addNamed [ 'bl', '~1.0.0' ]
5293npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
5294npm verb lock bl@~1.0.0 /root/.npm/28b2215b-bl-1-0-0.lock
5295npm verb cache add [ 'caseless@~0.11.0', null ]
5296npm verb cache add name=undefined spec="caseless@~0.11.0" args=["caseless@~0.11.0",null]
5297npm verb parsed url { protocol: null,
5298npm verb parsed url slashes: null,
5299npm verb parsed url auth: null,
5300npm verb parsed url host: null,
5301npm verb parsed url port: null,
5302npm verb parsed url hostname: null,
5303npm verb parsed url hash: null,
5304npm verb parsed url search: null,
5305npm verb parsed url query: null,
5306npm verb parsed url pathname: 'caseless@~0.11.0',
5307npm verb parsed url path: 'caseless@~0.11.0',
5308npm verb parsed url href: 'caseless@~0.11.0' }
5309npm verb cache add name="caseless" spec="~0.11.0" args=["caseless","~0.11.0"]
5310npm verb parsed url { protocol: null,
5311npm verb parsed url slashes: null,
5312npm verb parsed url auth: null,
5313npm verb parsed url host: null,
5314npm verb parsed url port: null,
5315npm verb parsed url hostname: null,
5316npm verb parsed url hash: null,
5317npm verb parsed url search: null,
5318npm verb parsed url query: null,
5319npm verb parsed url pathname: '~0.11.0',
5320npm verb parsed url path: '~0.11.0',
5321npm verb parsed url href: '~0.11.0' }
5322npm verb addNamed [ 'caseless', '~0.11.0' ]
5323npm verb addNamed [ null, '>=0.11.0-0 <0.12.0-0' ]
5324npm verb lock caseless@~0.11.0 /root/.npm/6620a8a5-caseless-0-11-0.lock
5325npm verb cache add [ 'extend@~3.0.0', null ]
5326npm verb cache add name=undefined spec="extend@~3.0.0" args=["extend@~3.0.0",null]
5327npm verb parsed url { protocol: null,
5328npm verb parsed url slashes: null,
5329npm verb parsed url auth: null,
5330npm verb parsed url host: null,
5331npm verb parsed url port: null,
5332npm verb parsed url hostname: null,
5333npm verb parsed url hash: null,
5334npm verb parsed url search: null,
5335npm verb parsed url query: null,
5336npm verb parsed url pathname: 'extend@~3.0.0',
5337npm verb parsed url path: 'extend@~3.0.0',
5338npm verb parsed url href: 'extend@~3.0.0' }
5339npm verb cache add name="extend" spec="~3.0.0" args=["extend","~3.0.0"]
5340npm verb parsed url { protocol: null,
5341npm verb parsed url slashes: null,
5342npm verb parsed url auth: null,
5343npm verb parsed url host: null,
5344npm verb parsed url port: null,
5345npm verb parsed url hostname: null,
5346npm verb parsed url hash: null,
5347npm verb parsed url search: null,
5348npm verb parsed url query: null,
5349npm verb parsed url pathname: '~3.0.0',
5350npm verb parsed url path: '~3.0.0',
5351npm verb parsed url href: '~3.0.0' }
5352npm verb addNamed [ 'extend', '~3.0.0' ]
5353npm verb addNamed [ null, '>=3.0.0-0 <3.1.0-0' ]
5354npm verb lock extend@~3.0.0 /root/.npm/0a7f81a4-extend-3-0-0.lock
5355npm verb cache add [ 'forever-agent@~0.6.1', null ]
5356npm verb cache add name=undefined spec="forever-agent@~0.6.1" args=["forever-agent@~0.6.1",null]
5357npm verb parsed url { protocol: null,
5358npm verb parsed url slashes: null,
5359npm verb parsed url auth: null,
5360npm verb parsed url host: null,
5361npm verb parsed url port: null,
5362npm verb parsed url hostname: null,
5363npm verb parsed url hash: null,
5364npm verb parsed url search: null,
5365npm verb parsed url query: null,
5366npm verb parsed url pathname: 'forever-agent@~0.6.1',
5367npm verb parsed url path: 'forever-agent@~0.6.1',
5368npm verb parsed url href: 'forever-agent@~0.6.1' }
5369npm verb cache add name="forever-agent" spec="~0.6.1" args=["forever-agent","~0.6.1"]
5370npm verb parsed url { protocol: null,
5371npm verb parsed url slashes: null,
5372npm verb parsed url auth: null,
5373npm verb parsed url host: null,
5374npm verb parsed url port: null,
5375npm verb parsed url hostname: null,
5376npm verb parsed url hash: null,
5377npm verb parsed url search: null,
5378npm verb parsed url query: null,
5379npm verb parsed url pathname: '~0.6.1',
5380npm verb parsed url path: '~0.6.1',
5381npm verb parsed url href: '~0.6.1' }
5382npm verb addNamed [ 'forever-agent', '~0.6.1' ]
5383npm verb addNamed [ null, '>=0.6.1-0 <0.7.0-0' ]
5384npm verb lock forever-agent@~0.6.1 /root/.npm/3ece1892-forever-agent-0-6-1.lock
5385npm verb cache add [ 'form-data@~1.0.0-rc3', null ]
5386npm verb cache add name=undefined spec="form-data@~1.0.0-rc3" args=["form-data@~1.0.0-rc3",null]
5387npm verb parsed url { protocol: null,
5388npm verb parsed url slashes: null,
5389npm verb parsed url auth: null,
5390npm verb parsed url host: null,
5391npm verb parsed url port: null,
5392npm verb parsed url hostname: null,
5393npm verb parsed url hash: null,
5394npm verb parsed url search: null,
5395npm verb parsed url query: null,
5396npm verb parsed url pathname: 'form-data@~1.0.0-rc3',
5397npm verb parsed url path: 'form-data@~1.0.0-rc3',
5398npm verb parsed url href: 'form-data@~1.0.0-rc3' }
5399npm verb cache add name="form-data" spec="~1.0.0-rc3" args=["form-data","~1.0.0-rc3"]
5400npm verb parsed url { protocol: null,
5401npm verb parsed url slashes: null,
5402npm verb parsed url auth: null,
5403npm verb parsed url host: null,
5404npm verb parsed url port: null,
5405npm verb parsed url hostname: null,
5406npm verb parsed url hash: null,
5407npm verb parsed url search: null,
5408npm verb parsed url query: null,
5409npm verb parsed url pathname: '~1.0.0-rc3',
5410npm verb parsed url path: '~1.0.0-rc3',
5411npm verb parsed url href: '~1.0.0-rc3' }
5412npm verb addNamed [ 'form-data', '~1.0.0-rc3' ]
5413npm verb addNamed [ null, '>=1.0.0-rc3 <1.1.0-0' ]
5414npm verb lock form-data@~1.0.0-rc3 /root/.npm/a5fdf26c-form-data-1-0-0-rc3.lock
5415npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/fstream
5416npm info build /usr/lib/node_modules/node-gyp/node_modules/fstream
5417npm verb linkStuff [ true,
5418npm verb linkStuff '/usr/lib/node_modules',
5419npm verb linkStuff false,
5420npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
5421npm info linkStuff fstream@1.0.8
5422npm verb tar unpack /root/.npm/ansi/0.3.0/package.tgz
5423npm verb lock tar:///root/.npm/ansi/0.3.0/package /root/.npm/9be62e17-tar-root-npm-ansi-0-3-0-package.lock
5424npm verb lock tar:///root/.npm/ansi/0.3.0/package.tgz /root/.npm/4ac6029d--root-npm-ansi-0-3-0-package-tgz.lock
5425npm verb url raw json-stringify-safe
5426npm verb url resolving [ 'http://registry.npmjs.org/', './json-stringify-safe' ]
5427npm verb url resolved http://registry.npmjs.org/json-stringify-safe
5428npm info trying registry request attempt 1 at 11:05:57
5429npm http GET http://registry.npmjs.org/json-stringify-safe
5430npm verb url raw mime-types
5431npm verb url resolving [ 'http://registry.npmjs.org/', './mime-types' ]
5432npm verb url resolved http://registry.npmjs.org/mime-types
5433npm info trying registry request attempt 1 at 11:05:57
5434npm http GET http://registry.npmjs.org/mime-types
5435npm verb url raw node-uuid
5436npm verb url resolving [ 'http://registry.npmjs.org/', './node-uuid' ]
5437npm verb url resolved http://registry.npmjs.org/node-uuid
5438npm info trying registry request attempt 1 at 11:05:57
5439npm http GET http://registry.npmjs.org/node-uuid
5440npm verb url raw qs
5441npm verb url resolving [ 'http://registry.npmjs.org/', './qs' ]
5442npm verb url resolved http://registry.npmjs.org/qs
5443npm info trying registry request attempt 1 at 11:05:57
5444npm http GET http://registry.npmjs.org/qs
5445npm verb url raw tunnel-agent
5446npm verb url resolving [ 'http://registry.npmjs.org/', './tunnel-agent' ]
5447npm verb url resolved http://registry.npmjs.org/tunnel-agent
5448npm info trying registry request attempt 1 at 11:05:57
5449npm http GET http://registry.npmjs.org/tunnel-agent
5450npm verb url raw tough-cookie
5451npm verb url resolving [ 'http://registry.npmjs.org/', './tough-cookie' ]
5452npm verb url resolved http://registry.npmjs.org/tough-cookie
5453npm info trying registry request attempt 1 at 11:05:57
5454npm http GET http://registry.npmjs.org/tough-cookie
5455npm verb url raw http-signature
5456npm verb url resolving [ 'http://registry.npmjs.org/', './http-signature' ]
5457npm verb url resolved http://registry.npmjs.org/http-signature
5458npm info trying registry request attempt 1 at 11:05:57
5459npm http GET http://registry.npmjs.org/http-signature
5460npm verb url raw oauth-sign
5461npm verb url resolving [ 'http://registry.npmjs.org/', './oauth-sign' ]
5462npm verb url resolved http://registry.npmjs.org/oauth-sign
5463npm info trying registry request attempt 1 at 11:05:57
5464npm http GET http://registry.npmjs.org/oauth-sign
5465npm verb url raw hawk
5466npm verb url resolving [ 'http://registry.npmjs.org/', './hawk' ]
5467npm verb url resolved http://registry.npmjs.org/hawk
5468npm info trying registry request attempt 1 at 11:05:57
5469npm http GET http://registry.npmjs.org/hawk
5470npm verb url raw aws-sign2
5471npm verb url resolving [ 'http://registry.npmjs.org/', './aws-sign2' ]
5472npm verb url resolved http://registry.npmjs.org/aws-sign2
5473npm info trying registry request attempt 1 at 11:05:57
5474npm http GET http://registry.npmjs.org/aws-sign2
5475npm verb url raw stringstream
5476npm verb url resolving [ 'http://registry.npmjs.org/', './stringstream' ]
5477npm verb url resolved http://registry.npmjs.org/stringstream
5478npm info trying registry request attempt 1 at 11:05:57
5479npm http GET http://registry.npmjs.org/stringstream
5480npm verb url raw combined-stream
5481npm verb url resolving [ 'http://registry.npmjs.org/', './combined-stream' ]
5482npm verb url resolved http://registry.npmjs.org/combined-stream
5483npm info trying registry request attempt 1 at 11:05:57
5484npm http GET http://registry.npmjs.org/combined-stream
5485npm verb url raw isstream
5486npm verb url resolving [ 'http://registry.npmjs.org/', './isstream' ]
5487npm verb url resolved http://registry.npmjs.org/isstream
5488npm info trying registry request attempt 1 at 11:05:57
5489npm http GET http://registry.npmjs.org/isstream
5490npm verb url raw is-typedarray
5491npm verb url resolving [ 'http://registry.npmjs.org/', './is-typedarray' ]
5492npm verb url resolved http://registry.npmjs.org/is-typedarray
5493npm info trying registry request attempt 1 at 11:05:57
5494npm http GET http://registry.npmjs.org/is-typedarray
5495npm verb url raw har-validator
5496npm verb url resolving [ 'http://registry.npmjs.org/', './har-validator' ]
5497npm verb url resolved http://registry.npmjs.org/har-validator
5498npm info trying registry request attempt 1 at 11:05:57
5499npm http GET http://registry.npmjs.org/har-validator
5500npm verb url raw bl
5501npm verb url resolving [ 'http://registry.npmjs.org/', './bl' ]
5502npm verb url resolved http://registry.npmjs.org/bl
5503npm info trying registry request attempt 1 at 11:05:57
5504npm http GET http://registry.npmjs.org/bl
5505npm verb url raw caseless
5506npm verb url resolving [ 'http://registry.npmjs.org/', './caseless' ]
5507npm verb url resolved http://registry.npmjs.org/caseless
5508npm info trying registry request attempt 1 at 11:05:57
5509npm http GET http://registry.npmjs.org/caseless
5510npm verb url raw extend
5511npm verb url resolving [ 'http://registry.npmjs.org/', './extend' ]
5512npm verb url resolved http://registry.npmjs.org/extend
5513npm info trying registry request attempt 1 at 11:05:57
5514npm http GET http://registry.npmjs.org/extend
5515npm verb url raw forever-agent
5516npm verb url resolving [ 'http://registry.npmjs.org/', './forever-agent' ]
5517npm verb url resolved http://registry.npmjs.org/forever-agent
5518npm info trying registry request attempt 1 at 11:05:57
5519npm http GET http://registry.npmjs.org/forever-agent
5520npm verb url raw form-data
5521npm verb url resolving [ 'http://registry.npmjs.org/', './form-data' ]
5522npm verb url resolved http://registry.npmjs.org/form-data
5523npm info trying registry request attempt 1 at 11:05:57
5524npm http GET http://registry.npmjs.org/form-data
5525npm verb linkBins fstream@1.0.8
5526npm verb linkMans fstream@1.0.8
5527npm verb rebuildBundles fstream@1.0.8
5528npm verb rebuildBundles [ 'inherits' ]
5529npm info install fstream@1.0.8
5530npm verb chmod /root/.npm/sigmund/1.0.1/package.tgz 644
5531npm verb chown /root/.npm/sigmund/1.0.1/package.tgz [ 0, 0 ]
5532npm info postinstall fstream@1.0.8
5533npm verb lock /root/.npm/minimatch/2.0.10/package /root/.npm/5b6294ee-oot-npm-minimatch-2-0-10-package.lock
5534npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
5535npm verb lock tar:///root/.npm/minimatch/2.0.10/package /root/.npm/a2c07164-oot-npm-minimatch-2-0-10-package.lock
5536npm verb lock tar:///root/.npm/minimatch/2.0.10/package.tgz /root/.npm/e2738077-npm-minimatch-2-0-10-package-tgz.lock
5537npm http 200 http://registry.npmjs.org/json-stringify-safe
5538npm http 200 http://registry.npmjs.org/is-typedarray
5539npm verb addNamed [ 'json-stringify-safe', '5.0.1' ]
5540npm verb addNamed [ '5.0.1', '5.0.1' ]
5541npm verb lock json-stringify-safe@5.0.1 /root/.npm/4de81deb-json-stringify-safe-5-0-1.lock
5542npm http 200 http://registry.npmjs.org/combined-stream
5543npm verb addNamed [ 'is-typedarray', '1.0.0' ]
5544npm verb addNamed [ '1.0.0', '1.0.0' ]
5545npm verb lock is-typedarray@1.0.0 /root/.npm/cc7b831e-is-typedarray-1-0-0.lock
5546npm verb lock /root/.npm/is-relative/0.1.3/package /root/.npm/468fe9f8-ot-npm-is-relative-0-1-3-package.lock
5547npm verb lock http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz /root/.npm/0786e271-fe-json-stringify-safe-5-0-1-tgz.lock
5548npm http 200 http://registry.npmjs.org/mime-types
5549npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
5550npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
5551npm verb lock http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz /root/.npm/b71f953d-pedarray-is-typedarray-1-0-0-tgz.lock
5552npm http 200 http://registry.npmjs.org/node-uuid
5553npm http 200 http://registry.npmjs.org/http-signature
5554npm info retry fetch attempt 1 at 11:05:57
5555npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/tmp.tgz
5556npm verb tar unpack /root/.npm/is-relative/0.1.3/package.tgz
5557npm verb lock tar:///root/.npm/is-relative/0.1.3/package /root/.npm/11a5fbb6-ot-npm-is-relative-0-1-3-package.lock
5558npm verb lock tar:///root/.npm/is-relative/0.1.3/package.tgz /root/.npm/b5beff94-pm-is-relative-0-1-3-package-tgz.lock
5559npm verb chmod /root/.npm/are-we-there-yet/1.0.5/package.tgz 644
5560npm verb chown /root/.npm/are-we-there-yet/1.0.5/package.tgz [ 0, 0 ]
5561npm http 200 http://registry.npmjs.org/oauth-sign
5562npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz',
5563npm verb addRemoteTarball 'e479c80858df0c1b11ddda6940f96011fcda4a9a' ]
5564npm http GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
5565npm info retry fetch attempt 1 at 11:05:57
5566npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/tmp.tgz
5567npm verb addNamed [ 'combined-stream', '1.0.5' ]
5568npm verb addNamed [ '1.0.5', '1.0.5' ]
5569npm verb lock combined-stream@1.0.5 /root/.npm/8b61cf8c-combined-stream-1-0-5.lock
5570npm http GET http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
5571npm http 200 http://registry.npmjs.org/bl
5572npm verb addNamed [ 'mime-types', '2.1.8' ]
5573npm verb addNamed [ '2.1.8', '2.1.8' ]
5574npm verb lock mime-types@2.1.8 /root/.npm/dcb0bdda-mime-types-2-1-8.lock
5575npm verb lock http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz /root/.npm/7162164e-stream-combined-stream-1-0-5-tgz.lock
5576npm verb addNamed [ 'node-uuid', '1.4.7' ]
5577npm verb addNamed [ '1.4.7', '1.4.7' ]
5578npm verb lock node-uuid@1.4.7 /root/.npm/f9bba481-node-uuid-1-4-7.lock
5579npm verb addNamed [ 'http-signature', '1.1.0' ]
5580npm verb addNamed [ '1.1.0', '1.1.0' ]
5581npm verb lock http-signature@1.1.0 /root/.npm/1802e352-http-signature-1-1-0.lock
5582npm verb lock /root/.npm/minimist/0.0.8/package /root/.npm/29d36e15-root-npm-minimist-0-0-8-package.lock
5583npm verb addNamed [ 'oauth-sign', '0.8.0' ]
5584npm verb addNamed [ '0.8.0', '0.8.0' ]
5585npm verb lock oauth-sign@0.8.0 /root/.npm/4d50450e-oauth-sign-0-8-0.lock
5586npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz',
5587npm verb addRemoteTarball '938370a57b4a51dea2c77c15d5c5fdf895164009' ]
5588npm http 200 http://registry.npmjs.org/forever-agent
5589npm http 200 http://registry.npmjs.org/aws-sign2
5590npm verb lock http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz /root/.npm/f7173f50--mime-types-mime-types-2-1-8-tgz.lock
5591npm info retry fetch attempt 1 at 11:05:57
5592npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/tmp.tgz
5593npm http 200 http://registry.npmjs.org/caseless
5594npm verb lock http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz /root/.npm/82238cdc-rg-node-uuid-node-uuid-1-4-7-tgz.lock
5595npm verb lock http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz /root/.npm/ccd917f3-gnature-http-signature-1-1-0-tgz.lock
5596npm verb lock http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz /root/.npm/d78fc084--oauth-sign-oauth-sign-0-8-0-tgz.lock
5597npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz',
5598npm verb addRemoteTarball 'faf57823de04bc7cbff4ee82c6b63946e812ae72' ]
5599npm http GET http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
5600npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
5601npm verb lock tar:///root/.npm/minimist/0.0.8/package /root/.npm/4cef02d2--root-npm-minimist-0-0-8-package.lock
5602npm verb lock tar:///root/.npm/minimist/0.0.8/package.tgz /root/.npm/308650c5-t-npm-minimist-0-0-8-package-tgz.lock
5603npm verb addNamed [ 'bl', '1.0.0' ]
5604npm verb addNamed [ '1.0.0', '1.0.0' ]
5605npm verb lock bl@1.0.0 /root/.npm/314bbb77-bl-1-0-0.lock
5606npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
5607npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
5608npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz',
5609npm verb addRemoteTarball '5d2d7e9b6ef49980ad5b128d8e4ef09a31c90d95' ]
5610npm info preinstall abbrev@1.0.7
5611npm info retry fetch attempt 1 at 11:05:57
5612npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/tmp.tgz
5613npm http 200 http://registry.npmjs.org/form-data
5614npm info retry fetch attempt 1 at 11:05:57
5615npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/tmp.tgz
5616npm info retry fetch attempt 1 at 11:05:57
5617npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/tmp.tgz
5618npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz',
5619npm verb addRemoteTarball '938fdc875765ba527137d8aec9d178e24debc553' ]
5620npm verb lock /root/.npm/lru-cache/2.7.3/package /root/.npm/435c6496-root-npm-lru-cache-2-7-3-package.lock
5621npm http 200 http://registry.npmjs.org/isstream
5622npm http 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
5623npm http 200 http://registry.npmjs.org/stringstream
5624npm info retry fetch attempt 1 at 11:05:57
5625npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/tmp.tgz
5626npm http GET http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
5627npm http 200 http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
5628npm http 200 http://registry.npmjs.org/hawk
5629npm verb lock http://registry.npmjs.org/bl/-/bl-1.0.0.tgz /root/.npm/61fcf939-gistry-npmjs-org-bl-bl-1-0-0-tgz.lock
5630npm http GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
5631npm http GET http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz
5632npm verb readDependencies using package.json deps
5633npm verb chmod /root/.npm/glob/6.0.1/package.tgz 644
5634npm verb chown /root/.npm/glob/6.0.1/package.tgz [ 0, 0 ]
5635npm verb readDependencies using package.json deps
5636npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/nopt/node_modules/abbrev
5637npm info build /usr/lib/node_modules/node-gyp/node_modules/nopt/node_modules/abbrev
5638npm verb linkStuff [ true,
5639npm verb linkStuff '/usr/lib/node_modules',
5640npm verb linkStuff false,
5641npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/nopt/node_modules' ]
5642npm info linkStuff abbrev@1.0.7
5643npm http GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
5644npm verb addNamed [ 'forever-agent', '0.6.1' ]
5645npm verb addNamed [ '0.6.1', '0.6.1' ]
5646npm verb lock forever-agent@0.6.1 /root/.npm/96606622-forever-agent-0-6-1.lock
5647npm verb addNamed [ 'aws-sign2', '0.6.0' ]
5648npm verb addNamed [ '0.6.0', '0.6.0' ]
5649npm verb lock aws-sign2@0.6.0 /root/.npm/2e0e3fa4-aws-sign2-0-6-0.lock
5650npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-1.0.0.tgz',
5651npm verb addRemoteTarball 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5' ]
5652npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
5653npm verb lock tar:///root/.npm/lru-cache/2.7.3/package /root/.npm/f74d47f5-root-npm-lru-cache-2-7-3-package.lock
5654npm verb lock tar:///root/.npm/lru-cache/2.7.3/package.tgz /root/.npm/d89989d8--npm-lru-cache-2-7-3-package-tgz.lock
5655npm verb addNamed [ 'caseless', '0.11.0' ]
5656npm verb addNamed [ '0.11.0', '0.11.0' ]
5657npm verb lock caseless@0.11.0 /root/.npm/aaf82342-caseless-0-11-0.lock
5658npm info retry fetch attempt 1 at 11:05:57
5659npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/tmp.tgz
5660npm verb linkBins abbrev@1.0.7
5661npm verb linkMans abbrev@1.0.7
5662npm verb rebuildBundles abbrev@1.0.7
5663npm info preinstall tar@2.2.1
5664npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/tmp.tgz
5665npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/package /root/.npm/675a7ce6-57728-0-7921838238835335-package.lock
5666npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/tmp.tgz /root/.npm/c550acb4-57728-0-7921838238835335-tmp-tgz.lock
5667npm info install abbrev@1.0.7
5668npm info install glob@6.0.1 into /usr/lib/node_modules/node-gyp/node_modules/rimraf
5669npm info installOne glob@6.0.1
5670npm verb lock http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz /root/.npm/3daf8b63-er-agent-forever-agent-0-6-1-tgz.lock
5671npm verb lock http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz /root/.npm/15e9878d-rg-aws-sign2-aws-sign2-0-6-0-tgz.lock
5672npm http 200 http://registry.npmjs.org/qs
5673npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/tmp.tgz
5674npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/package /root/.npm/e137f436-57735-0-5882556254509836-package.lock
5675npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/tmp.tgz /root/.npm/68957fee-57735-0-5882556254509836-tmp-tgz.lock
5676npm http GET http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
5677npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob unbuild
5678npm http 200 http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
5679npm verb addNamed [ 'form-data', '1.0.0-rc3' ]
5680npm verb addNamed [ '1.0.0-rc3', '1.0.0-rc3' ]
5681npm verb lock form-data@1.0.0-rc3 /root/.npm/836fbb92-form-data-1-0-0-rc3.lock
5682npm verb lock http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz /root/.npm/6c98134f-org-caseless-caseless-0-11-0-tgz.lock
5683npm info postinstall abbrev@1.0.7
5684npm verb readDependencies using package.json deps
5685npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz',
5686npm verb addRemoteTarball 'fbc71f0c41adeb37f96c577ad1ed42d8fdacca91' ]
5687npm verb addNamed [ 'isstream', '0.1.2' ]
5688npm verb addNamed [ '0.1.2', '0.1.2' ]
5689npm verb lock isstream@0.1.2 /root/.npm/6cc41951-isstream-0-1-2.lock
5690npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz',
5691npm verb addRemoteTarball '14342dd38dbcc94d0e5b87d763cd63612c0e794f' ]
5692npm verb addNamed [ 'stringstream', '0.0.5' ]
5693npm verb addNamed [ '0.0.5', '0.0.5' ]
5694npm verb lock stringstream@0.0.5 /root/.npm/f44339a8-stringstream-0-0-5.lock
5695npm verb readDependencies using package.json deps
5696npm info retry fetch attempt 1 at 11:05:57
5697npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/tmp.tgz
5698npm info retry fetch attempt 1 at 11:05:57
5699npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/tmp.tgz
5700npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz',
5701npm verb addRemoteTarball '715b96ea9841593cc33067923f5ec60ebda4f7d7' ]
5702npm verb addNamed [ 'hawk', '3.1.2' ]
5703npm verb addNamed [ '3.1.2', '3.1.2' ]
5704npm verb lock hawk@3.1.2 /root/.npm/ff58d5f7-hawk-3-1-2.lock
5705npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/nopt
5706npm info build /usr/lib/node_modules/node-gyp/node_modules/nopt
5707npm verb linkStuff [ true,
5708npm verb linkStuff '/usr/lib/node_modules',
5709npm verb linkStuff false,
5710npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
5711npm info linkStuff nopt@3.0.6
5712npm verb tar unpack /root/.npm/glob/6.0.1/package.tgz
5713npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob /root/.npm/de695c32-modules-rimraf-node-modules-glob.lock
5714npm verb lock tar:///root/.npm/glob/6.0.1/package.tgz /root/.npm/1a371194--root-npm-glob-6-0-1-package-tgz.lock
5715npm http 200 http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
5716npm http 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
5717npm verb cache add [ 'block-stream@*', null ]
5718npm verb cache add name=undefined spec="block-stream@*" args=["block-stream@*",null]
5719npm verb parsed url { protocol: null,
5720npm verb parsed url slashes: null,
5721npm verb parsed url auth: null,
5722npm verb parsed url host: null,
5723npm verb parsed url port: null,
5724npm verb parsed url hostname: null,
5725npm verb parsed url hash: null,
5726npm verb parsed url search: null,
5727npm verb parsed url query: null,
5728npm verb parsed url pathname: 'block-stream@*',
5729npm verb parsed url path: 'block-stream@*',
5730npm verb parsed url href: 'block-stream@*' }
5731npm verb cache add name="block-stream" spec="*" args=["block-stream","*"]
5732npm verb parsed url { protocol: null,
5733npm verb parsed url slashes: null,
5734npm verb parsed url auth: null,
5735npm verb parsed url host: null,
5736npm verb parsed url port: null,
5737npm verb parsed url hostname: null,
5738npm verb parsed url hash: null,
5739npm verb parsed url search: null,
5740npm verb parsed url query: null,
5741npm verb parsed url pathname: '*',
5742npm verb parsed url path: '*',
5743npm verb parsed url href: '*' }
5744npm verb addNamed [ 'block-stream', '*' ]
5745npm verb addNamed [ null, '*' ]
5746npm verb lock block-stream@* /root/.npm/28c964d9-block-stream.lock
5747npm verb cache add [ 'inherits@2', null ]
5748npm verb cache add name=undefined spec="inherits@2" args=["inherits@2",null]
5749npm verb parsed url { protocol: null,
5750npm verb parsed url slashes: null,
5751npm verb parsed url auth: null,
5752npm verb parsed url host: null,
5753npm verb parsed url port: null,
5754npm verb parsed url hostname: null,
5755npm verb parsed url hash: null,
5756npm verb parsed url search: null,
5757npm verb parsed url query: null,
5758npm verb parsed url pathname: 'inherits@2',
5759npm verb parsed url path: 'inherits@2',
5760npm verb parsed url href: 'inherits@2' }
5761npm verb cache add name="inherits" spec="2" args=["inherits","2"]
5762npm verb parsed url { protocol: null,
5763npm verb parsed url slashes: null,
5764npm verb parsed url auth: null,
5765npm verb parsed url host: null,
5766npm verb parsed url port: null,
5767npm verb parsed url hostname: null,
5768npm verb parsed url hash: null,
5769npm verb parsed url search: null,
5770npm verb parsed url query: null,
5771npm verb parsed url pathname: '2',
5772npm verb parsed url path: '2',
5773npm verb parsed url href: '2' }
5774npm verb addNamed [ 'inherits', '2' ]
5775npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
5776npm verb lock inherits@2 /root/.npm/1f7ff4de-inherits-2.lock
5777npm verb lock http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz /root/.npm/5f13ea4f-orm-data-form-data-1-0-0-rc3-tgz.lock
5778npm info retry fetch attempt 1 at 11:05:57
5779npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/tmp.tgz
5780npm http GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
5781npm verb lock http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz /root/.npm/3863e447--org-isstream-isstream-0-1-2-tgz.lock
5782npm http GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
5783npm http 200 http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz
5784npm http 200 http://registry.npmjs.org/tough-cookie
5785npm http 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
5786npm verb lock http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz /root/.npm/b13d4242-ingstream-stringstream-0-0-5-tgz.lock
5787npm verb linkBins nopt@3.0.6
5788npm verb link bins [ { nopt: './bin/nopt.js' },
5789npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/.bin',
5790npm verb link bins false ]
5791npm verb linkMans nopt@3.0.6
5792npm verb rebuildBundles nopt@3.0.6
5793npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/tmp.tgz
5794npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/package /root/.npm/494662d3-7766-0-15921856951899827-package.lock
5795npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/tmp.tgz /root/.npm/eb332fbb-7766-0-15921856951899827-tmp-tgz.lock
5796npm http 200 http://registry.npmjs.org/har-validator
5797npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz',
5798npm verb addRemoteTarball 'd35bc62e7fbc2937ae78f948aaa0d38d90607577' ]
5799npm http GET http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
5800npm verb lock http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz /root/.npm/d4263a17-ry-npmjs-org-hawk-hawk-3-1-2-tgz.lock
5801npm verb rebuildBundles [ 'abbrev' ]
5802npm verb addRemoteTarball [ 'http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz',
5803npm verb addRemoteTarball '47e63f7af55afa6f92e1500e690eb8b8529c099a' ]
5804npm verb url raw block-stream
5805npm verb url resolving [ 'http://registry.npmjs.org/', './block-stream' ]
5806npm verb url resolved http://registry.npmjs.org/block-stream
5807npm info trying registry request attempt 1 at 11:05:57
5808npm http GET http://registry.npmjs.org/block-stream
5809npm info retry fetch attempt 1 at 11:05:57
5810npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/tmp.tgz
5811npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
5812npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
5813npm info retry fetch attempt 1 at 11:05:57
5814npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/tmp.tgz
5815npm verb addNamed [ 'qs', '5.2.0' ]
5816npm verb addNamed [ '5.2.0', '5.2.0' ]
5817npm verb lock qs@5.2.0 /root/.npm/ea6f35a7-qs-5-2-0.lock
5818npm http 200 http://registry.npmjs.org/tunnel-agent
5819npm http 200 http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
5820npm info retry fetch attempt 1 at 11:05:57
5821npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/tmp.tgz
5822npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz',
5823npm verb addRemoteTarball '90c90118886e21975d1ad4ae9b3e284ed19a2de8' ]
5824npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/tmp.tgz
5825npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/package /root/.npm/9c5395b5-7781-0-41210769512690604-package.lock
5826npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/tmp.tgz /root/.npm/b519dc93-7781-0-41210769512690604-tmp-tgz.lock
5827npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/tmp.tgz
5828npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/package /root/.npm/cba18000-7785-0-24017810123041272-package.lock
5829npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/tmp.tgz /root/.npm/c26cb11c-7785-0-24017810123041272-tmp-tgz.lock
5830npm http GET http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
5831npm info retry fetch attempt 1 at 11:05:57
5832npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/tmp.tgz
5833npm http GET http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
5834npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/tmp.tgz
5835npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/package /root/.npm/1d6e4b41-57786-0-8023436192888767-package.lock
5836npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/tmp.tgz /root/.npm/7049ff04-57786-0-8023436192888767-tmp-tgz.lock
5837npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/tmp.tgz
5838npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/package /root/.npm/336beab1-757788-0-182771134423092-package.lock
5839npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/tmp.tgz /root/.npm/7deb7443-757788-0-182771134423092-tmp-tgz.lock
5840npm http GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
5841npm verb lock http://registry.npmjs.org/qs/-/qs-5.2.0.tgz /root/.npm/2bd43c3c-gistry-npmjs-org-qs-qs-5-2-0-tgz.lock
5842npm verb registry.get inherits not expired, no request
5843npm verb addNamed [ 'inherits', '2.0.1' ]
5844npm verb addNamed [ '2.0.1', '2.0.1' ]
5845npm verb lock inherits@2.0.1 /root/.npm/2b2e8f1b-inherits-2-0-1.lock
5846npm http GET http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
5847npm info install nopt@3.0.6
5848npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-5.2.0.tgz',
5849npm verb addRemoteTarball 'a9f31142af468cb72b25b30136ba2456834916be' ]
5850npm verb addNamed [ 'tough-cookie', '2.2.1' ]
5851npm verb addNamed [ '2.2.1', '2.2.1' ]
5852npm verb lock tough-cookie@2.2.1 /root/.npm/4897d0f9-tough-cookie-2-2-1.lock
5853npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/tmp.tgz
5854npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/package /root/.npm/2bbf33dd-57817-0-9758283263072371-package.lock
5855npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/tmp.tgz /root/.npm/b4ac6601-57817-0-9758283263072371-tmp-tgz.lock
5856npm http 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
5857npm http 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
5858npm info retry fetch attempt 1 at 11:05:57
5859npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/tmp.tgz
5860npm verb addNamed [ 'har-validator', '2.0.3' ]
5861npm verb addNamed [ '2.0.3', '2.0.3' ]
5862npm verb lock har-validator@2.0.3 /root/.npm/640286d6-har-validator-2-0-3.lock
5863npm info postinstall nopt@3.0.6
5864npm http 200 http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
5865npm http GET http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
5866npm verb lock http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz /root/.npm/a89a5c38-gh-cookie-tough-cookie-2-2-1-tgz.lock
5867npm verb addNamed [ 'tunnel-agent', '0.4.2' ]
5868npm verb addNamed [ '0.4.2', '0.4.2' ]
5869npm verb lock tunnel-agent@0.4.2 /root/.npm/d8a1a55d-tunnel-agent-0-4-2.lock
5870npm http 200 http://registry.npmjs.org/block-stream
5871npm http 200 http://registry.npmjs.org/extend
5872npm verb lock http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz /root/.npm/4ca97090-alidator-har-validator-2-0-3-tgz.lock
5873npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
5874npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
5875npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/tmp.tgz
5876npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/package /root/.npm/063b817c-57847-0-2768749250099063-package.lock
5877npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/tmp.tgz /root/.npm/5d4ac660-57847-0-2768749250099063-tmp-tgz.lock
5878npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/tmp.tgz
5879npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/package /root/.npm/3bde8cf5-7846-0-11515419743955135-package.lock
5880npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/tmp.tgz /root/.npm/1399cfb5-7846-0-11515419743955135-tmp-tgz.lock
5881npm info retry fetch attempt 1 at 11:05:58
5882npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/tmp.tgz
5883npm verb lock http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz /root/.npm/b14b134b-nel-agent-tunnel-agent-0-4-2-tgz.lock
5884npm http 200 http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
5885npm http 200 http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
5886npm verb addRemoteTarball [ 'http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz',
5887npm verb addRemoteTarball '5a9e12564a571cf0b81ef93c2157bd1617168883' ]
5888npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/tmp.tgz
5889npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/package /root/.npm/b8bd40a0-7860-0-29090964514762163-package.lock
5890npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/tmp.tgz /root/.npm/04ef9abf-7860-0-29090964514762163-tmp-tgz.lock
5891npm http 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
5892npm info retry fetch attempt 1 at 11:05:58
5893npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/tmp.tgz
5894npm http GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
5895npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
5896npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
5897npm http 200 http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
5898npm info retry fetch attempt 1 at 11:05:58
5899npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/tmp.tgz
5900npm http GET http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz
5901npm http GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
5902npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/tmp.tgz
5903npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/package /root/.npm/5d2c79eb-57896-0-8539448264054954-package.lock
5904npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/tmp.tgz /root/.npm/1c881686-57896-0-8539448264054954-tmp-tgz.lock
5905npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/tmp.tgz
5906npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/package /root/.npm/9ef1f886-57900-0-1791894652415067-package.lock
5907npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/tmp.tgz /root/.npm/cac8890e-57900-0-1791894652415067-tmp-tgz.lock
5908npm verb addNamed [ 'block-stream', '0.0.8' ]
5909npm verb addNamed [ '0.0.8', '0.0.8' ]
5910npm verb lock block-stream@0.0.8 /root/.npm/0beed2b6-block-stream-0-0-8.lock
5911npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/tmp.tgz
5912npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/package /root/.npm/8185fd72-57916-0-4666026025079191-package.lock
5913npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/tmp.tgz /root/.npm/fab17789-57916-0-4666026025079191-tmp-tgz.lock
5914npm http 200 http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
5915npm verb addNamed [ 'extend', '3.0.0' ]
5916npm verb addNamed [ '3.0.0', '3.0.0' ]
5917npm verb lock extend@3.0.0 /root/.npm/dff782a4-extend-3-0-0.lock
5918npm info preinstall array-index@0.1.1
5919npm verb lock http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz /root/.npm/975907db-ck-stream-block-stream-0-0-8-tgz.lock
5920npm verb lock http://registry.npmjs.org/extend/-/extend-3.0.0.tgz /root/.npm/dd87d2e0-pmjs-org-extend-extend-3-0-0-tgz.lock
5921npm verb readDependencies using package.json deps
5922npm verb addRemoteTarball [ 'http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz',
5923npm verb addRemoteTarball '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b' ]
5924npm verb readDependencies using package.json deps
5925npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/tmp.tgz
5926npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/package /root/.npm/7d38a7b8-57965-0-7638448721263558-package.lock
5927npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/tmp.tgz /root/.npm/a14553ad-57965-0-7638448721263558-tmp-tgz.lock
5928npm info retry fetch attempt 1 at 11:05:58
5929npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/tmp.tgz
5930npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-3.0.0.tgz',
5931npm verb addRemoteTarball '5a474353b9f3353ddd8176dfd37b91c83a46f1d4' ]
5932npm http 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
5933npm verb cache add [ 'debug@*', null ]
5934npm verb cache add name=undefined spec="debug@*" args=["debug@*",null]
5935npm verb parsed url { protocol: null,
5936npm verb parsed url slashes: null,
5937npm verb parsed url auth: null,
5938npm verb parsed url host: null,
5939npm verb parsed url port: null,
5940npm verb parsed url hostname: null,
5941npm verb parsed url hash: null,
5942npm verb parsed url search: null,
5943npm verb parsed url query: null,
5944npm verb parsed url pathname: 'debug@*',
5945npm verb parsed url path: 'debug@*',
5946npm verb parsed url href: 'debug@*' }
5947npm verb cache add name="debug" spec="*" args=["debug","*"]
5948npm verb parsed url { protocol: null,
5949npm verb parsed url slashes: null,
5950npm verb parsed url auth: null,
5951npm verb parsed url host: null,
5952npm verb parsed url port: null,
5953npm verb parsed url hostname: null,
5954npm verb parsed url hash: null,
5955npm verb parsed url search: null,
5956npm verb parsed url query: null,
5957npm verb parsed url pathname: '*',
5958npm verb parsed url path: '*',
5959npm verb parsed url href: '*' }
5960npm verb addNamed [ 'debug', '*' ]
5961npm verb addNamed [ null, '*' ]
5962npm verb lock debug@* /root/.npm/3ac45eff-debug.lock
5963npm info retry fetch attempt 1 at 11:05:58
5964npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/tmp.tgz
5965npm http 200 http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz
5966npm http GET http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
5967npm http 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
5968npm http GET http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
5969npm verb url raw debug
5970npm verb url resolving [ 'http://registry.npmjs.org/', './debug' ]
5971npm verb url resolved http://registry.npmjs.org/debug
5972npm info trying registry request attempt 1 at 11:05:58
5973npm http GET http://registry.npmjs.org/debug
5974npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/tmp.tgz
5975npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/package /root/.npm/f45e09a5-58012-0-9972187948878855-package.lock
5976npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/tmp.tgz /root/.npm/d9712d7c-58012-0-9972187948878855-tmp-tgz.lock
5977npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/tmp.tgz
5978npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/package /root/.npm/177ad8b2-8023-0-17048194422386587-package.lock
5979npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/tmp.tgz /root/.npm/a753e38e-8023-0-17048194422386587-tmp-tgz.lock
5980npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/tmp.tgz
5981npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/package /root/.npm/d019bf99-7927-0-20455528423190117-package.lock
5982npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/tmp.tgz /root/.npm/2b287b75-7927-0-20455528423190117-tmp-tgz.lock
5983npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/tmp.tgz
5984npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/package /root/.npm/cf6add39-58003-0-7002703680191189-package.lock
5985npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/tmp.tgz /root/.npm/d380fd2e-58003-0-7002703680191189-tmp-tgz.lock
5986npm verb chmod /root/.npm/is-relative/0.1.3/package.tgz 644
5987npm verb chown /root/.npm/is-relative/0.1.3/package.tgz [ 0, 0 ]
5988npm http 200 http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
5989npm http 200 http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
5990npm info install is-relative@0.1.3 into /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute
5991npm info installOne is-relative@0.1.3
5992npm info /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute/node_modules/is-relative unbuild
5993npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/tmp.tgz
5994npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/package /root/.npm/f4731c9f-58071-0-2981314540375024-package.lock
5995npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/tmp.tgz /root/.npm/4281eed9-58071-0-2981314540375024-tmp-tgz.lock
5996npm verb tar unpack /root/.npm/is-relative/0.1.3/package.tgz
5997npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute/node_modules/is-relative /root/.npm/b6e4a9f0-bsolute-node-modules-is-relative.lock
5998npm verb lock tar:///root/.npm/is-relative/0.1.3/package.tgz /root/.npm/b5beff94-pm-is-relative-0-1-3-package-tgz.lock
5999npm http 200 http://registry.npmjs.org/debug
6000npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/tmp.tgz
6001npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/package /root/.npm/2e3abe34-58075-0-7079730539117008-package.lock
6002npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/tmp.tgz /root/.npm/a958267c-58075-0-7079730539117008-tmp-tgz.lock
6003npm verb addNamed [ 'debug', '2.2.0' ]
6004npm verb addNamed [ '2.2.0', '2.2.0' ]
6005npm verb lock debug@2.2.0 /root/.npm/82f99b48-debug-2-2-0.lock
6006npm verb lock http://registry.npmjs.org/debug/-/debug-2.2.0.tgz /root/.npm/0d080782--npmjs-org-debug-debug-2-2-0-tgz.lock
6007npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
6008npm verb addRemoteTarball 'f87057e995b1a1f6ae6a4960664137bc56f039da' ]
6009npm info retry fetch attempt 1 at 11:05:58
6010npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/tmp.tgz
6011npm http GET http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
6012npm verb tar pack [ '/root/.npm/is-typedarray/1.0.0/package.tgz',
6013npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/package' ]
6014npm verb tarball /root/.npm/is-typedarray/1.0.0/package.tgz
6015npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/package
6016npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757735-0.5882556254509836/package /root/.npm/e137f436-57735-0-5882556254509836-package.lock
6017npm verb lock tar:///root/.npm/is-typedarray/1.0.0/package.tgz /root/.npm/d194dbc1--is-typedarray-1-0-0-package-tgz.lock
6018npm verb tar pack [ '/root/.npm/combined-stream/1.0.5/package.tgz',
6019npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/package' ]
6020npm verb tarball /root/.npm/combined-stream/1.0.5/package.tgz
6021npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/package
6022npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757766-0.15921856951899827/package /root/.npm/494662d3-7766-0-15921856951899827-package.lock
6023npm verb lock tar:///root/.npm/combined-stream/1.0.5/package.tgz /root/.npm/7679924f-ombined-stream-1-0-5-package-tgz.lock
6024npm http 200 http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
6025npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/tmp.tgz
6026npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/package /root/.npm/3a844ca5-58264-0-6734019834548235-package.lock
6027npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/tmp.tgz /root/.npm/368197e8-58264-0-6734019834548235-tmp-tgz.lock
6028npm verb chmod /root/.npm/ansi/0.3.0/package.tgz 644
6029npm verb chown /root/.npm/ansi/0.3.0/package.tgz [ 0, 0 ]
6030npm verb tar pack [ '/root/.npm/mime-types/2.1.8/package.tgz',
6031npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/package' ]
6032npm verb tarball /root/.npm/mime-types/2.1.8/package.tgz
6033npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/package
6034npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757781-0.41210769512690604/package /root/.npm/9c5395b5-7781-0-41210769512690604-package.lock
6035npm verb lock tar:///root/.npm/mime-types/2.1.8/package.tgz /root/.npm/0d9f9b30-npm-mime-types-2-1-8-package-tgz.lock
6036npm verb chmod /root/.npm/gauge/1.2.2/package.tgz 644
6037npm verb chown /root/.npm/gauge/1.2.2/package.tgz [ 0, 0 ]
6038npm verb tar pack [ '/root/.npm/aws-sign2/0.6.0/package.tgz',
6039npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/package' ]
6040npm verb tarball /root/.npm/aws-sign2/0.6.0/package.tgz
6041npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/package
6042npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757847-0.2768749250099063/package /root/.npm/063b817c-57847-0-2768749250099063-package.lock
6043npm verb lock tar:///root/.npm/aws-sign2/0.6.0/package.tgz /root/.npm/09b9b92b--npm-aws-sign2-0-6-0-package-tgz.lock
6044npm verb tar pack [ '/root/.npm/forever-agent/0.6.1/package.tgz',
6045npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/package' ]
6046npm verb tarball /root/.npm/forever-agent/0.6.1/package.tgz
6047npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/package
6048npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757846-0.11515419743955135/package /root/.npm/3bde8cf5-7846-0-11515419743955135-package.lock
6049npm verb lock tar:///root/.npm/forever-agent/0.6.1/package.tgz /root/.npm/2d35209e--forever-agent-0-6-1-package-tgz.lock
6050npm info install are-we-there-yet@1.0.5 into /usr/lib/node_modules/node-gyp/node_modules/npmlog
6051npm info install ansi@0.3.0 into /usr/lib/node_modules/node-gyp/node_modules/npmlog
6052npm info install gauge@1.2.2 into /usr/lib/node_modules/node-gyp/node_modules/npmlog
6053npm info installOne are-we-there-yet@1.0.5
6054npm info installOne ansi@0.3.0
6055npm info installOne gauge@1.2.2
6056npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet unbuild
6057npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi unbuild
6058npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge unbuild
6059npm verb tar pack [ '/root/.npm/oauth-sign/0.8.0/package.tgz',
6060npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/package' ]
6061npm verb tarball /root/.npm/oauth-sign/0.8.0/package.tgz
6062npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/package
6063npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757788-0.182771134423092/package /root/.npm/336beab1-757788-0-182771134423092-package.lock
6064npm verb lock tar:///root/.npm/oauth-sign/0.8.0/package.tgz /root/.npm/0c3f22b3-npm-oauth-sign-0-8-0-package-tgz.lock
6065npm verb tar unpack /root/.npm/are-we-there-yet/1.0.5/package.tgz
6066npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet /root/.npm/a89c9342-og-node-modules-are-we-there-yet.lock
6067npm verb lock tar:///root/.npm/are-we-there-yet/1.0.5/package.tgz /root/.npm/b89dab79-e-we-there-yet-1-0-5-package-tgz.lock
6068npm verb tar unpack /root/.npm/ansi/0.3.0/package.tgz
6069npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi /root/.npm/c5bc208b-modules-npmlog-node-modules-ansi.lock
6070npm verb lock tar:///root/.npm/ansi/0.3.0/package.tgz /root/.npm/4ac6029d--root-npm-ansi-0-3-0-package-tgz.lock
6071npm verb tar unpack /root/.npm/gauge/1.2.2/package.tgz
6072npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge /root/.npm/7b6e23d0-odules-npmlog-node-modules-gauge.lock
6073npm verb lock tar:///root/.npm/gauge/1.2.2/package.tgz /root/.npm/1774749a-root-npm-gauge-1-2-2-package-tgz.lock
6074npm verb tar pack [ '/root/.npm/caseless/0.11.0/package.tgz',
6075npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/package' ]
6076npm verb tarball /root/.npm/caseless/0.11.0/package.tgz
6077npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/package
6078npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757860-0.29090964514762163/package /root/.npm/b8bd40a0-7860-0-29090964514762163-package.lock
6079npm verb lock tar:///root/.npm/caseless/0.11.0/package.tgz /root/.npm/156843db--npm-caseless-0-11-0-package-tgz.lock
6080npm verb tar pack [ '/root/.npm/stringstream/0.0.5/package.tgz',
6081npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/package' ]
6082npm verb tarball /root/.npm/stringstream/0.0.5/package.tgz
6083npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/package
6084npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757916-0.4666026025079191/package /root/.npm/8185fd72-57916-0-4666026025079191-package.lock
6085npm verb lock tar:///root/.npm/stringstream/0.0.5/package.tgz /root/.npm/0ddb3421-m-stringstream-0-0-5-package-tgz.lock
6086npm info preinstall is-relative@0.1.3
6087npm verb tar pack [ '/root/.npm/json-stringify-safe/5.0.1/package.tgz',
6088npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/package' ]
6089npm verb tarball /root/.npm/json-stringify-safe/5.0.1/package.tgz
6090npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/package
6091npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757728-0.7921838238835335/package /root/.npm/675a7ce6-57728-0-7921838238835335-package.lock
6092npm verb lock tar:///root/.npm/json-stringify-safe/5.0.1/package.tgz /root/.npm/78c18fed-stringify-safe-5-0-1-package-tgz.lock
6093npm verb readDependencies using package.json deps
6094npm verb readDependencies using package.json deps
6095npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute/node_modules/is-relative
6096npm info build /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute/node_modules/is-relative
6097npm verb linkStuff [ true,
6098npm verb linkStuff '/usr/lib/node_modules',
6099npm verb linkStuff false,
6100npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute/node_modules' ]
6101npm info linkStuff is-relative@0.1.3
6102npm verb lock /root/.npm/is-typedarray/1.0.0/package /root/.npm/55ef1122--npm-is-typedarray-1-0-0-package.lock
6103npm verb linkBins is-relative@0.1.3
6104npm verb linkMans is-relative@0.1.3
6105npm verb rebuildBundles is-relative@0.1.3
6106npm verb tar pack [ '/root/.npm/form-data/1.0.0-rc3/package.tgz',
6107npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/package' ]
6108npm verb tarball /root/.npm/form-data/1.0.0-rc3/package.tgz
6109npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/package
6110npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757896-0.8539448264054954/package /root/.npm/5d2c79eb-57896-0-8539448264054954-package.lock
6111npm verb lock tar:///root/.npm/form-data/1.0.0-rc3/package.tgz /root/.npm/5460d827--form-data-1-0-0-rc3-package-tgz.lock
6112npm info install is-relative@0.1.3
6113npm verb tar unpack /root/.npm/is-typedarray/1.0.0/package.tgz
6114npm verb lock tar:///root/.npm/is-typedarray/1.0.0/package /root/.npm/c382839f--npm-is-typedarray-1-0-0-package.lock
6115npm verb lock tar:///root/.npm/is-typedarray/1.0.0/package.tgz /root/.npm/d194dbc1--is-typedarray-1-0-0-package-tgz.lock
6116npm info postinstall is-relative@0.1.3
6117npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute
6118npm info build /usr/lib/node_modules/node-gyp/node_modules/which/node_modules/is-absolute
6119npm verb linkStuff [ true,
6120npm verb linkStuff '/usr/lib/node_modules',
6121npm verb linkStuff false,
6122npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/which/node_modules' ]
6123npm info linkStuff is-absolute@0.1.7
6124npm verb linkBins is-absolute@0.1.7
6125npm verb linkMans is-absolute@0.1.7
6126npm verb rebuildBundles is-absolute@0.1.7
6127npm verb rebuildBundles [ 'is-relative' ]
6128npm info install is-absolute@0.1.7
6129npm info postinstall is-absolute@0.1.7
6130npm verb tar pack [ '/root/.npm/tunnel-agent/0.4.2/package.tgz',
6131npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/package' ]
6132npm verb tarball /root/.npm/tunnel-agent/0.4.2/package.tgz
6133npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/package
6134npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758023-0.17048194422386587/package /root/.npm/177ad8b2-8023-0-17048194422386587-package.lock
6135npm verb lock tar:///root/.npm/tunnel-agent/0.4.2/package.tgz /root/.npm/c1229531-m-tunnel-agent-0-4-2-package-tgz.lock
6136npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/which
6137npm info build /usr/lib/node_modules/node-gyp/node_modules/which
6138npm verb linkStuff [ true,
6139npm verb linkStuff '/usr/lib/node_modules',
6140npm verb linkStuff false,
6141npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
6142npm info linkStuff which@1.2.1
6143npm verb lock /root/.npm/combined-stream/1.0.5/package /root/.npm/be47e403-pm-combined-stream-1-0-5-package.lock
6144npm verb tar pack [ '/root/.npm/isstream/0.1.2/package.tgz',
6145npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/package' ]
6146npm verb tarball /root/.npm/isstream/0.1.2/package.tgz
6147npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/package
6148npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757900-0.1791894652415067/package /root/.npm/9ef1f886-57900-0-1791894652415067-package.lock
6149npm verb lock tar:///root/.npm/isstream/0.1.2/package.tgz /root/.npm/0bf52c3f-t-npm-isstream-0-1-2-package-tgz.lock
6150npm verb chmod /root/.npm/minimatch/2.0.10/package.tgz 644
6151npm verb chown /root/.npm/minimatch/2.0.10/package.tgz [ 0, 0 ]
6152npm verb linkBins which@1.2.1
6153npm verb link bins [ { which: './bin/which' },
6154npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/.bin',
6155npm verb link bins false ]
6156npm verb linkMans which@1.2.1
6157npm verb rebuildBundles which@1.2.1
6158npm verb rebuildBundles [ 'is-absolute' ]
6159npm verb tar unpack /root/.npm/combined-stream/1.0.5/package.tgz
6160npm verb lock tar:///root/.npm/combined-stream/1.0.5/package /root/.npm/b31f87c4-pm-combined-stream-1-0-5-package.lock
6161npm verb lock tar:///root/.npm/combined-stream/1.0.5/package.tgz /root/.npm/7679924f-ombined-stream-1-0-5-package-tgz.lock
6162npm info install once@1.3.3 into /usr/lib/node_modules/node-gyp/node_modules/glob
6163npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/glob
6164npm info install inflight@1.0.4 into /usr/lib/node_modules/node-gyp/node_modules/glob
6165npm info install minimatch@2.0.10 into /usr/lib/node_modules/node-gyp/node_modules/glob
6166npm info installOne once@1.3.3
6167npm info installOne inherits@2.0.1
6168npm info installOne inflight@1.0.4
6169npm info installOne minimatch@2.0.10
6170npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once unbuild
6171npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inherits unbuild
6172npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight unbuild
6173npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch unbuild
6174npm info install which@1.2.1
6175npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
6176npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once /root/.npm/02556c7d-e-modules-glob-node-modules-once.lock
6177npm verb lock tar:///root/.npm/once/1.3.3/package.tgz /root/.npm/f6df5bc1--root-npm-once-1-3-3-package-tgz.lock
6178npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
6179npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inherits /root/.npm/50f752ed-dules-glob-node-modules-inherits.lock
6180npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
6181npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
6182npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight /root/.npm/5c8d1a0f-dules-glob-node-modules-inflight.lock
6183npm verb lock tar:///root/.npm/inflight/1.0.4/package.tgz /root/.npm/90ffeab7-t-npm-inflight-1-0-4-package-tgz.lock
6184npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
6185npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch /root/.npm/ef3035de-ules-glob-node-modules-minimatch.lock
6186npm verb lock tar:///root/.npm/minimatch/2.0.10/package.tgz /root/.npm/e2738077-npm-minimatch-2-0-10-package-tgz.lock
6187npm info postinstall which@1.2.1
6188npm verb lock /root/.npm/mime-types/2.1.8/package /root/.npm/6e19002d-oot-npm-mime-types-2-1-8-package.lock
6189npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
6190npm verb lock tar:///root/.npm/mime-types/2.1.8/package /root/.npm/6caa1165-oot-npm-mime-types-2-1-8-package.lock
6191npm verb lock tar:///root/.npm/mime-types/2.1.8/package.tgz /root/.npm/0d9f9b30-npm-mime-types-2-1-8-package-tgz.lock
6192npm verb lock /root/.npm/aws-sign2/0.6.0/package /root/.npm/1b392835-root-npm-aws-sign2-0-6-0-package.lock
6193npm verb lock /root/.npm/forever-agent/0.6.1/package /root/.npm/69285704--npm-forever-agent-0-6-1-package.lock
6194npm verb tar unpack /root/.npm/aws-sign2/0.6.0/package.tgz
6195npm verb lock tar:///root/.npm/aws-sign2/0.6.0/package /root/.npm/32ffa38c-root-npm-aws-sign2-0-6-0-package.lock
6196npm verb lock tar:///root/.npm/aws-sign2/0.6.0/package.tgz /root/.npm/09b9b92b--npm-aws-sign2-0-6-0-package-tgz.lock
6197npm verb tar unpack /root/.npm/forever-agent/0.6.1/package.tgz
6198npm verb lock tar:///root/.npm/forever-agent/0.6.1/package /root/.npm/87424937--npm-forever-agent-0-6-1-package.lock
6199npm verb lock tar:///root/.npm/forever-agent/0.6.1/package.tgz /root/.npm/2d35209e--forever-agent-0-6-1-package-tgz.lock
6200npm verb chmod /root/.npm/minimist/0.0.8/package.tgz 644
6201npm verb chown /root/.npm/minimist/0.0.8/package.tgz [ 0, 0 ]
6202npm verb lock /root/.npm/caseless/0.11.0/package /root/.npm/dcd7bb17-root-npm-caseless-0-11-0-package.lock
6203npm info preinstall glob@6.0.1
6204npm verb chmod /root/.npm/lru-cache/2.7.3/package.tgz 644
6205npm verb chown /root/.npm/lru-cache/2.7.3/package.tgz [ 0, 0 ]
6206npm info install minimist@0.0.8 into /usr/lib/node_modules/node-gyp/node_modules/mkdirp
6207npm info installOne minimist@0.0.8
6208npm info /usr/lib/node_modules/node-gyp/node_modules/mkdirp/node_modules/minimist unbuild
6209npm verb readDependencies using package.json deps
6210npm verb lock /root/.npm/oauth-sign/0.8.0/package /root/.npm/b8eafbc0-oot-npm-oauth-sign-0-8-0-package.lock
6211npm verb tar unpack /root/.npm/caseless/0.11.0/package.tgz
6212npm verb lock tar:///root/.npm/caseless/0.11.0/package /root/.npm/13855676-root-npm-caseless-0-11-0-package.lock
6213npm verb lock tar:///root/.npm/caseless/0.11.0/package.tgz /root/.npm/156843db--npm-caseless-0-11-0-package-tgz.lock
6214npm verb readDependencies using package.json deps
6215npm info install sigmund@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/minimatch
6216npm info install lru-cache@2.7.3 into /usr/lib/node_modules/node-gyp/node_modules/minimatch
6217npm info installOne sigmund@1.0.1
6218npm info installOne lru-cache@2.7.3
6219npm verb cache add [ 'minimatch@2 || 3', null ]
6220npm verb cache add name=undefined spec="minimatch@2 || 3" args=["minimatch@2 || 3",null]
6221npm verb parsed url { protocol: null,
6222npm verb parsed url slashes: null,
6223npm verb parsed url auth: null,
6224npm verb parsed url host: null,
6225npm verb parsed url port: null,
6226npm verb parsed url hostname: null,
6227npm verb parsed url hash: null,
6228npm verb parsed url search: null,
6229npm verb parsed url query: null,
6230npm verb parsed url pathname: 'minimatch@2%20%7C%7C%203',
6231npm verb parsed url path: 'minimatch@2%20%7C%7C%203',
6232npm verb parsed url href: 'minimatch@2%20%7C%7C%203' }
6233npm verb cache add name="minimatch" spec="2 || 3" args=["minimatch","2 || 3"]
6234npm verb parsed url { protocol: null,
6235npm verb parsed url slashes: null,
6236npm verb parsed url auth: null,
6237npm verb parsed url host: null,
6238npm verb parsed url port: null,
6239npm verb parsed url hostname: null,
6240npm verb parsed url hash: null,
6241npm verb parsed url search: null,
6242npm verb parsed url query: null,
6243npm verb parsed url pathname: '2%20%7C%7C%203',
6244npm verb parsed url path: '2%20%7C%7C%203',
6245npm verb parsed url href: '2%20%7C%7C%203' }
6246npm verb addNamed [ 'minimatch', '2 || 3' ]
6247npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0||>=3.0.0-0 <4.0.0-0' ]
6248npm verb lock minimatch@2 || 3 /root/.npm/7da3cc62-minimatch-2-3.lock
6249npm verb cache add [ 'once@^1.3.0', null ]
6250npm verb cache add name=undefined spec="once@^1.3.0" args=["once@^1.3.0",null]
6251npm verb parsed url { protocol: null,
6252npm verb parsed url slashes: null,
6253npm verb parsed url auth: null,
6254npm verb parsed url host: null,
6255npm verb parsed url port: null,
6256npm verb parsed url hostname: null,
6257npm verb parsed url hash: null,
6258npm verb parsed url search: null,
6259npm verb parsed url query: null,
6260npm verb parsed url pathname: 'once@%5E1.3.0',
6261npm verb parsed url path: 'once@%5E1.3.0',
6262npm verb parsed url href: 'once@%5E1.3.0' }
6263npm verb cache add name="once" spec="^1.3.0" args=["once","^1.3.0"]
6264npm verb parsed url { protocol: null,
6265npm verb parsed url slashes: null,
6266npm verb parsed url auth: null,
6267npm verb parsed url host: null,
6268npm verb parsed url port: null,
6269npm verb parsed url hostname: null,
6270npm verb parsed url hash: null,
6271npm verb parsed url search: null,
6272npm verb parsed url query: null,
6273npm verb parsed url pathname: '%5E1.3.0',
6274npm verb parsed url path: '%5E1.3.0',
6275npm verb parsed url href: '%5E1.3.0' }
6276npm verb addNamed [ 'once', '^1.3.0' ]
6277npm verb addNamed [ null, '>=1.3.0-0 <2.0.0-0' ]
6278npm verb lock once@^1.3.0 /root/.npm/b6fcabd3-once-1-3-0.lock
6279npm verb cache add [ 'path-is-absolute@^1.0.0', null ]
6280npm verb cache add name=undefined spec="path-is-absolute@^1.0.0" args=["path-is-absolute@^1.0.0",null]
6281npm verb parsed url { protocol: null,
6282npm verb parsed url slashes: null,
6283npm verb parsed url auth: null,
6284npm verb parsed url host: null,
6285npm verb parsed url port: null,
6286npm verb parsed url hostname: null,
6287npm verb parsed url hash: null,
6288npm verb parsed url search: null,
6289npm verb parsed url query: null,
6290npm verb parsed url pathname: 'path-is-absolute@%5E1.0.0',
6291npm verb parsed url path: 'path-is-absolute@%5E1.0.0',
6292npm verb parsed url href: 'path-is-absolute@%5E1.0.0' }
6293npm verb cache add name="path-is-absolute" spec="^1.0.0" args=["path-is-absolute","^1.0.0"]
6294npm verb parsed url { protocol: null,
6295npm verb parsed url slashes: null,
6296npm verb parsed url auth: null,
6297npm verb parsed url host: null,
6298npm verb parsed url port: null,
6299npm verb parsed url hostname: null,
6300npm verb parsed url hash: null,
6301npm verb parsed url search: null,
6302npm verb parsed url query: null,
6303npm verb parsed url pathname: '%5E1.0.0',
6304npm verb parsed url path: '%5E1.0.0',
6305npm verb parsed url href: '%5E1.0.0' }
6306npm verb addNamed [ 'path-is-absolute', '^1.0.0' ]
6307npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
6308npm verb lock path-is-absolute@^1.0.0 /root/.npm/0add5472-path-is-absolute-1-0-0.lock
6309npm verb cache add [ 'inflight@^1.0.4', null ]
6310npm verb cache add name=undefined spec="inflight@^1.0.4" args=["inflight@^1.0.4",null]
6311npm verb parsed url { protocol: null,
6312npm verb parsed url slashes: null,
6313npm verb parsed url auth: null,
6314npm verb parsed url host: null,
6315npm verb parsed url port: null,
6316npm verb parsed url hostname: null,
6317npm verb parsed url hash: null,
6318npm verb parsed url search: null,
6319npm verb parsed url query: null,
6320npm verb parsed url pathname: 'inflight@%5E1.0.4',
6321npm verb parsed url path: 'inflight@%5E1.0.4',
6322npm verb parsed url href: 'inflight@%5E1.0.4' }
6323npm verb cache add name="inflight" spec="^1.0.4" args=["inflight","^1.0.4"]
6324npm verb parsed url { protocol: null,
6325npm verb parsed url slashes: null,
6326npm verb parsed url auth: null,
6327npm verb parsed url host: null,
6328npm verb parsed url port: null,
6329npm verb parsed url hostname: null,
6330npm verb parsed url hash: null,
6331npm verb parsed url search: null,
6332npm verb parsed url query: null,
6333npm verb parsed url pathname: '%5E1.0.4',
6334npm verb parsed url path: '%5E1.0.4',
6335npm verb parsed url href: '%5E1.0.4' }
6336npm verb addNamed [ 'inflight', '^1.0.4' ]
6337npm verb addNamed [ null, '>=1.0.4-0 <2.0.0-0' ]
6338npm verb lock inflight@^1.0.4 /root/.npm/6857739e-inflight-1-0-4.lock
6339npm verb cache add [ 'inherits@2', null ]
6340npm verb cache add name=undefined spec="inherits@2" args=["inherits@2",null]
6341npm verb parsed url { protocol: null,
6342npm verb parsed url slashes: null,
6343npm verb parsed url auth: null,
6344npm verb parsed url host: null,
6345npm verb parsed url port: null,
6346npm verb parsed url hostname: null,
6347npm verb parsed url hash: null,
6348npm verb parsed url search: null,
6349npm verb parsed url query: null,
6350npm verb parsed url pathname: 'inherits@2',
6351npm verb parsed url path: 'inherits@2',
6352npm verb parsed url href: 'inherits@2' }
6353npm verb cache add name="inherits" spec="2" args=["inherits","2"]
6354npm verb parsed url { protocol: null,
6355npm verb parsed url slashes: null,
6356npm verb parsed url auth: null,
6357npm verb parsed url host: null,
6358npm verb parsed url port: null,
6359npm verb parsed url hostname: null,
6360npm verb parsed url hash: null,
6361npm verb parsed url search: null,
6362npm verb parsed url query: null,
6363npm verb parsed url pathname: '2',
6364npm verb parsed url path: '2',
6365npm verb parsed url href: '2' }
6366npm verb addNamed [ 'inherits', '2' ]
6367npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
6368npm verb lock inherits@2 /root/.npm/1f7ff4de-inherits-2.lock
6369npm info /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund unbuild
6370npm info /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache unbuild
6371npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
6372npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/mkdirp/node_modules/minimist /root/.npm/db850d49-les-mkdirp-node-modules-minimist.lock
6373npm verb lock tar:///root/.npm/minimist/0.0.8/package.tgz /root/.npm/308650c5-t-npm-minimist-0-0-8-package-tgz.lock
6374npm verb tar unpack /root/.npm/oauth-sign/0.8.0/package.tgz
6375npm verb lock tar:///root/.npm/oauth-sign/0.8.0/package /root/.npm/9ce038b0-oot-npm-oauth-sign-0-8-0-package.lock
6376npm verb lock tar:///root/.npm/oauth-sign/0.8.0/package.tgz /root/.npm/0c3f22b3-npm-oauth-sign-0-8-0-package-tgz.lock
6377npm verb lock /root/.npm/stringstream/0.0.5/package /root/.npm/b1baae6d-t-npm-stringstream-0-0-5-package.lock
6378npm verb url raw path-is-absolute
6379npm verb url resolving [ 'http://registry.npmjs.org/', './path-is-absolute' ]
6380npm verb url resolved http://registry.npmjs.org/path-is-absolute
6381npm info trying registry request attempt 1 at 11:05:58
6382npm http GET http://registry.npmjs.org/path-is-absolute
6383npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
6384npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund /root/.npm/2a2b7b9c-s-minimatch-node-modules-sigmund.lock
6385npm verb lock tar:///root/.npm/sigmund/1.0.1/package.tgz /root/.npm/1f49c3bb-ot-npm-sigmund-1-0-1-package-tgz.lock
6386npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
6387npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache /root/.npm/e488e7f8-minimatch-node-modules-lru-cache.lock
6388npm verb lock tar:///root/.npm/lru-cache/2.7.3/package.tgz /root/.npm/d89989d8--npm-lru-cache-2-7-3-package-tgz.lock
6389npm verb tar pack [ '/root/.npm/bl/1.0.0/package.tgz',
6390npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/package' ]
6391npm verb tarball /root/.npm/bl/1.0.0/package.tgz
6392npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/package
6393npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757817-0.9758283263072371/package /root/.npm/2bbf33dd-57817-0-9758283263072371-package.lock
6394npm verb lock tar:///root/.npm/bl/1.0.0/package.tgz /root/.npm/5c677227-ar-root-npm-bl-1-0-0-package-tgz.lock
6395npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
6396npm verb lock tar:///root/.npm/stringstream/0.0.5/package /root/.npm/2e67e41f-t-npm-stringstream-0-0-5-package.lock
6397npm verb lock tar:///root/.npm/stringstream/0.0.5/package.tgz /root/.npm/0ddb3421-m-stringstream-0-0-5-package-tgz.lock
6398npm verb registry.get minimatch not expired, no request
6399npm verb addNamed [ 'minimatch', '3.0.0' ]
6400npm verb addNamed [ '3.0.0', '3.0.0' ]
6401npm verb lock minimatch@3.0.0 /root/.npm/a6a3a933-minimatch-3-0-0.lock
6402npm verb registry.get once not expired, no request
6403npm verb addNamed [ 'once', '1.3.3' ]
6404npm verb addNamed [ '1.3.3', '1.3.3' ]
6405npm verb lock once@1.3.3 /root/.npm/b74d61d8-once-1-3-3.lock
6406npm verb registry.get inherits not expired, no request
6407npm verb addNamed [ 'inherits', '2.0.1' ]
6408npm verb addNamed [ '2.0.1', '2.0.1' ]
6409npm verb lock inherits@2.0.1 /root/.npm/2b2e8f1b-inherits-2-0-1.lock
6410npm verb registry.get inflight not expired, no request
6411npm verb addNamed [ 'inflight', '1.0.4' ]
6412npm verb addNamed [ '1.0.4', '1.0.4' ]
6413npm verb lock inflight@1.0.4 /root/.npm/6a328df0-inflight-1-0-4.lock
6414npm verb lock http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz /root/.npm/d5bf92de-rg-minimatch-minimatch-3-0-0-tgz.lock
6415npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
6416npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
6417npm verb tar pack [ '/root/.npm/extend/3.0.0/package.tgz',
6418npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/package' ]
6419npm verb tarball /root/.npm/extend/3.0.0/package.tgz
6420npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/package
6421npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758075-0.7079730539117008/package /root/.npm/2e3abe34-58075-0-7079730539117008-package.lock
6422npm verb lock tar:///root/.npm/extend/3.0.0/package.tgz /root/.npm/3b5b728c-oot-npm-extend-3-0-0-package-tgz.lock
6423npm info retry fetch attempt 1 at 11:05:58
6424npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/tmp.tgz
6425npm http 200 http://registry.npmjs.org/path-is-absolute
6426npm http GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
6427npm verb lock /root/.npm/form-data/1.0.0-rc3/package /root/.npm/1a9f2012--npm-form-data-1-0-0-rc3-package.lock
6428npm verb tar unpack /root/.npm/form-data/1.0.0-rc3/package.tgz
6429npm verb lock tar:///root/.npm/form-data/1.0.0-rc3/package /root/.npm/c65507a6--npm-form-data-1-0-0-rc3-package.lock
6430npm verb lock tar:///root/.npm/form-data/1.0.0-rc3/package.tgz /root/.npm/5460d827--form-data-1-0-0-rc3-package-tgz.lock
6431npm verb addNamed [ 'path-is-absolute', '1.0.0' ]
6432npm verb addNamed [ '1.0.0', '1.0.0' ]
6433npm verb lock path-is-absolute@1.0.0 /root/.npm/b525007d-path-is-absolute-1-0-0.lock
6434npm info preinstall once@1.3.3
6435npm verb chmod /root/.npm/is-typedarray/1.0.0/package.tgz 644
6436npm verb chown /root/.npm/is-typedarray/1.0.0/package.tgz [ 0, 0 ]
6437npm verb lock http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz /root/.npm/f76166c5-olute-path-is-absolute-1-0-0-tgz.lock
6438npm verb readDependencies using package.json deps
6439npm verb readDependencies using package.json deps
6440npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
6441npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
6442npm verb lock /root/.npm/json-stringify-safe/5.0.1/package /root/.npm/f604acce-son-stringify-safe-5-0-1-package.lock
6443npm verb lock /root/.npm/tunnel-agent/0.4.2/package /root/.npm/0424f34d-t-npm-tunnel-agent-0-4-2-package.lock
6444npm info retry fetch attempt 1 at 11:05:59
6445npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/tmp.tgz
6446npm http 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
6447npm verb cache add [ 'wrappy@1', null ]
6448npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
6449npm verb parsed url { protocol: null,
6450npm verb parsed url slashes: null,
6451npm verb parsed url auth: null,
6452npm verb parsed url host: null,
6453npm verb parsed url port: null,
6454npm verb parsed url hostname: null,
6455npm verb parsed url hash: null,
6456npm verb parsed url search: null,
6457npm verb parsed url query: null,
6458npm verb parsed url pathname: 'wrappy@1',
6459npm verb parsed url path: 'wrappy@1',
6460npm verb parsed url href: 'wrappy@1' }
6461npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
6462npm verb parsed url { protocol: null,
6463npm verb parsed url slashes: null,
6464npm verb parsed url auth: null,
6465npm verb parsed url host: null,
6466npm verb parsed url port: null,
6467npm verb parsed url hostname: null,
6468npm verb parsed url hash: null,
6469npm verb parsed url search: null,
6470npm verb parsed url query: null,
6471npm verb parsed url pathname: '1',
6472npm verb parsed url path: '1',
6473npm verb parsed url href: '1' }
6474npm verb addNamed [ 'wrappy', '1' ]
6475npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
6476npm verb lock wrappy@1 /root/.npm/9c19197c-wrappy-1.lock
6477npm http GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
6478npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
6479npm verb lock tar:///root/.npm/json-stringify-safe/5.0.1/package /root/.npm/abe0201f-son-stringify-safe-5-0-1-package.lock
6480npm verb lock tar:///root/.npm/json-stringify-safe/5.0.1/package.tgz /root/.npm/78c18fed-stringify-safe-5-0-1-package-tgz.lock
6481npm verb lock /root/.npm/isstream/0.1.2/package /root/.npm/db38858f-root-npm-isstream-0-1-2-package.lock
6482npm verb url raw wrappy
6483npm verb url resolving [ 'http://registry.npmjs.org/', './wrappy' ]
6484npm verb url resolved http://registry.npmjs.org/wrappy
6485npm info trying registry request attempt 1 at 11:05:59
6486npm http GET http://registry.npmjs.org/wrappy
6487npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
6488npm verb lock tar:///root/.npm/tunnel-agent/0.4.2/package /root/.npm/29477a56-t-npm-tunnel-agent-0-4-2-package.lock
6489npm verb lock tar:///root/.npm/tunnel-agent/0.4.2/package.tgz /root/.npm/c1229531-m-tunnel-agent-0-4-2-package-tgz.lock
6490npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/tmp.tgz
6491npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/package /root/.npm/4ffc078c-8920-0-36885410523973405-package.lock
6492npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/tmp.tgz /root/.npm/ebf84e66-8920-0-36885410523973405-tmp-tgz.lock
6493npm verb tar unpack /root/.npm/isstream/0.1.2/package.tgz
6494npm verb lock tar:///root/.npm/isstream/0.1.2/package /root/.npm/bfa88335--root-npm-isstream-0-1-2-package.lock
6495npm verb lock tar:///root/.npm/isstream/0.1.2/package.tgz /root/.npm/0bf52c3f-t-npm-isstream-0-1-2-package-tgz.lock
6496npm http 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
6497npm verb chmod /root/.npm/combined-stream/1.0.5/package.tgz 644
6498npm verb chown /root/.npm/combined-stream/1.0.5/package.tgz [ 0, 0 ]
6499npm verb tar pack [ '/root/.npm/http-signature/1.1.0/package.tgz',
6500npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/package' ]
6501npm verb tarball /root/.npm/http-signature/1.1.0/package.tgz
6502npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/package
6503npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757786-0.8023436192888767/package /root/.npm/1d6e4b41-57786-0-8023436192888767-package.lock
6504npm verb lock tar:///root/.npm/http-signature/1.1.0/package.tgz /root/.npm/077c6696-http-signature-1-1-0-package-tgz.lock
6505npm http 200 http://registry.npmjs.org/wrappy
6506npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/tmp.tgz
6507npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/package /root/.npm/a13c7540-8993-0-19271293212659657-package.lock
6508npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/tmp.tgz /root/.npm/aefa0fb9-8993-0-19271293212659657-tmp-tgz.lock
6509npm info preinstall inherits@2.0.1
6510npm info preinstall inflight@1.0.4
6511npm verb readDependencies using package.json deps
6512npm verb addNamed [ 'wrappy', '1.0.1' ]
6513npm verb addNamed [ '1.0.1', '1.0.1' ]
6514npm verb lock wrappy@1.0.1 /root/.npm/eed3fb5b-wrappy-1-0-1.lock
6515npm verb readDependencies using package.json deps
6516npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inherits
6517npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inherits
6518npm verb linkStuff [ true,
6519npm verb linkStuff '/usr/lib/node_modules',
6520npm verb linkStuff false,
6521npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules' ]
6522npm info linkStuff inherits@2.0.1
6523npm verb readDependencies using package.json deps
6524npm verb readDependencies using package.json deps
6525npm verb linkBins inherits@2.0.1
6526npm verb linkMans inherits@2.0.1
6527npm verb rebuildBundles inherits@2.0.1
6528npm verb lock http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz /root/.npm/fd629c98-pmjs-org-wrappy-wrappy-1-0-1-tgz.lock
6529npm verb cache add [ 'wrappy@1', null ]
6530npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
6531npm verb parsed url { protocol: null,
6532npm verb parsed url slashes: null,
6533npm verb parsed url auth: null,
6534npm verb parsed url host: null,
6535npm verb parsed url port: null,
6536npm verb parsed url hostname: null,
6537npm verb parsed url hash: null,
6538npm verb parsed url search: null,
6539npm verb parsed url query: null,
6540npm verb parsed url pathname: 'wrappy@1',
6541npm verb parsed url path: 'wrappy@1',
6542npm verb parsed url href: 'wrappy@1' }
6543npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
6544npm verb parsed url { protocol: null,
6545npm verb parsed url slashes: null,
6546npm verb parsed url auth: null,
6547npm verb parsed url host: null,
6548npm verb parsed url port: null,
6549npm verb parsed url hostname: null,
6550npm verb parsed url hash: null,
6551npm verb parsed url search: null,
6552npm verb parsed url query: null,
6553npm verb parsed url pathname: '1',
6554npm verb parsed url path: '1',
6555npm verb parsed url href: '1' }
6556npm verb addNamed [ 'wrappy', '1' ]
6557npm info install inherits@2.0.1
6558npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
6559npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
6560npm info postinstall inherits@2.0.1
6561npm info retry fetch attempt 1 at 11:05:59
6562npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/tmp.tgz
6563npm verb tar pack [ '/root/.npm/node-uuid/1.4.7/package.tgz',
6564npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/package' ]
6565npm verb tarball /root/.npm/node-uuid/1.4.7/package.tgz
6566npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/package
6567npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757785-0.24017810123041272/package /root/.npm/cba18000-7785-0-24017810123041272-package.lock
6568npm verb lock tar:///root/.npm/node-uuid/1.4.7/package.tgz /root/.npm/942b8df0--npm-node-uuid-1-4-7-package-tgz.lock
6569npm http GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
6570npm verb chmod /root/.npm/mime-types/2.1.8/package.tgz 644
6571npm verb chown /root/.npm/mime-types/2.1.8/package.tgz [ 0, 0 ]
6572npm verb tar pack [ '/root/.npm/block-stream/0.0.8/package.tgz',
6573npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/package' ]
6574npm verb tarball /root/.npm/block-stream/0.0.8/package.tgz
6575npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/package
6576npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758071-0.2981314540375024/package /root/.npm/f4731c9f-58071-0-2981314540375024-package.lock
6577npm verb lock tar:///root/.npm/block-stream/0.0.8/package.tgz /root/.npm/066372a9-m-block-stream-0-0-8-package-tgz.lock
6578npm http 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
6579npm verb tar pack [ '/root/.npm/debug/2.2.0/package.tgz',
6580npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/package' ]
6581npm verb tarball /root/.npm/debug/2.2.0/package.tgz
6582npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/package
6583npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758264-0.6734019834548235/package /root/.npm/3a844ca5-58264-0-6734019834548235-package.lock
6584npm verb lock tar:///root/.npm/debug/2.2.0/package.tgz /root/.npm/8cef2d15-root-npm-debug-2-2-0-package-tgz.lock
6585npm verb chmod /root/.npm/aws-sign2/0.6.0/package.tgz 644
6586npm verb chown /root/.npm/aws-sign2/0.6.0/package.tgz [ 0, 0 ]
6587npm info preinstall are-we-there-yet@1.0.5
6588npm verb chmod /root/.npm/forever-agent/0.6.1/package.tgz 644
6589npm verb chown /root/.npm/forever-agent/0.6.1/package.tgz [ 0, 0 ]
6590npm verb readDependencies using package.json deps
6591npm info preinstall ansi@0.3.0
6592npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/tmp.tgz
6593npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/package /root/.npm/20424f57-9137-0-22923745354637504-package.lock
6594npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/tmp.tgz /root/.npm/0791451c-9137-0-22923745354637504-tmp-tgz.lock
6595npm verb readDependencies using package.json deps
6596npm verb cache add [ 'delegates@^0.1.0', null ]
6597npm verb cache add name=undefined spec="delegates@^0.1.0" args=["delegates@^0.1.0",null]
6598npm verb parsed url { protocol: null,
6599npm verb parsed url slashes: null,
6600npm verb parsed url auth: null,
6601npm verb parsed url host: null,
6602npm verb parsed url port: null,
6603npm verb parsed url hostname: null,
6604npm verb parsed url hash: null,
6605npm verb parsed url search: null,
6606npm verb parsed url query: null,
6607npm verb parsed url pathname: 'delegates@%5E0.1.0',
6608npm verb parsed url path: 'delegates@%5E0.1.0',
6609npm verb parsed url href: 'delegates@%5E0.1.0' }
6610npm verb cache add name="delegates" spec="^0.1.0" args=["delegates","^0.1.0"]
6611npm verb parsed url { protocol: null,
6612npm verb parsed url slashes: null,
6613npm verb parsed url auth: null,
6614npm verb parsed url host: null,
6615npm verb parsed url port: null,
6616npm verb parsed url hostname: null,
6617npm verb parsed url hash: null,
6618npm verb parsed url search: null,
6619npm verb parsed url query: null,
6620npm verb parsed url pathname: '%5E0.1.0',
6621npm verb parsed url path: '%5E0.1.0',
6622npm verb parsed url href: '%5E0.1.0' }
6623npm verb addNamed [ 'delegates', '^0.1.0' ]
6624npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
6625npm verb lock delegates@^0.1.0 /root/.npm/80376a08-delegates-0-1-0.lock
6626npm verb cache add [ 'readable-stream@^2.0.0 || ^1.1.13', null ]
6627npm verb cache add name=undefined spec="readable-stream@^2.0.0 || ^1.1.13" args=["readable-stream@^2.0.0 || ^1.1.13",null]
6628npm verb parsed url { protocol: null,
6629npm verb parsed url slashes: null,
6630npm verb parsed url auth: null,
6631npm verb parsed url host: null,
6632npm verb parsed url port: null,
6633npm verb parsed url hostname: null,
6634npm verb parsed url hash: null,
6635npm verb parsed url search: null,
6636npm verb parsed url query: null,
6637npm verb parsed url pathname: 'readable-stream@%5E2.0.0%20%7C%7C%20%5E1.1.13',
6638npm verb parsed url path: 'readable-stream@%5E2.0.0%20%7C%7C%20%5E1.1.13',
6639npm verb parsed url href: 'readable-stream@%5E2.0.0%20%7C%7C%20%5E1.1.13' }
6640npm verb cache add name="readable-stream" spec="^2.0.0 || ^1.1.13" args=["readable-stream","^2.0.0 || ^1.1.13"]
6641npm verb parsed url { protocol: null,
6642npm verb parsed url slashes: null,
6643npm verb parsed url auth: null,
6644npm verb parsed url host: null,
6645npm verb parsed url port: null,
6646npm verb parsed url hostname: null,
6647npm verb parsed url hash: null,
6648npm verb parsed url search: null,
6649npm verb parsed url query: null,
6650npm verb parsed url pathname: '%5E2.0.0%20%7C%7C%20%5E1.1.13',
6651npm verb parsed url path: '%5E2.0.0%20%7C%7C%20%5E1.1.13',
6652npm verb parsed url href: '%5E2.0.0%20%7C%7C%20%5E1.1.13' }
6653npm verb addNamed [ 'readable-stream', '^2.0.0 || ^1.1.13' ]
6654npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0||>=1.1.13-0 <2.0.0-0' ]
6655npm verb lock readable-stream@^2.0.0 || ^1.1.13 /root/.npm/eeb9b374-readable-stream-2-0-0-1-1-13.lock
6656npm verb readDependencies using package.json deps
6657npm verb readDependencies using package.json deps
6658npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi
6659npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi
6660npm verb linkStuff [ true,
6661npm verb linkStuff '/usr/lib/node_modules',
6662npm verb linkStuff false,
6663npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules' ]
6664npm info linkStuff ansi@0.3.0
6665npm verb url raw delegates
6666npm verb url resolving [ 'http://registry.npmjs.org/', './delegates' ]
6667npm verb url resolved http://registry.npmjs.org/delegates
6668npm info trying registry request attempt 1 at 11:05:59
6669npm http GET http://registry.npmjs.org/delegates
6670npm verb url raw readable-stream
6671npm verb url resolving [ 'http://registry.npmjs.org/', './readable-stream' ]
6672npm verb url resolved http://registry.npmjs.org/readable-stream
6673npm info trying registry request attempt 1 at 11:05:59
6674npm http GET http://registry.npmjs.org/readable-stream
6675npm verb linkBins ansi@0.3.0
6676npm verb linkMans ansi@0.3.0
6677npm verb rebuildBundles ansi@0.3.0
6678npm info install ansi@0.3.0
6679npm info postinstall ansi@0.3.0
6680npm verb chmod /root/.npm/caseless/0.11.0/package.tgz 644
6681npm verb chown /root/.npm/caseless/0.11.0/package.tgz [ 0, 0 ]
6682npm verb lock /root/.npm/extend/3.0.0/package /root/.npm/fc8b277f-root-npm-extend-3-0-0-package.lock
6683npm verb chmod /root/.npm/oauth-sign/0.8.0/package.tgz 644
6684npm verb chown /root/.npm/oauth-sign/0.8.0/package.tgz [ 0, 0 ]
6685npm verb chmod /root/.npm/stringstream/0.0.5/package.tgz 644
6686npm verb chown /root/.npm/stringstream/0.0.5/package.tgz [ 0, 0 ]
6687npm verb tar unpack /root/.npm/extend/3.0.0/package.tgz
6688npm verb lock tar:///root/.npm/extend/3.0.0/package /root/.npm/4a774bdc-ar-root-npm-extend-3-0-0-package.lock
6689npm verb lock tar:///root/.npm/extend/3.0.0/package.tgz /root/.npm/3b5b728c-oot-npm-extend-3-0-0-package-tgz.lock
6690npm http 200 http://registry.npmjs.org/delegates
6691npm info preinstall sigmund@1.0.1
6692npm verb readDependencies using package.json deps
6693npm verb readDependencies using package.json deps
6694npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund
6695npm info build /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund
6696npm verb linkStuff [ true,
6697npm verb linkStuff '/usr/lib/node_modules',
6698npm verb linkStuff false,
6699npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules' ]
6700npm info linkStuff sigmund@1.0.1
6701npm verb linkBins sigmund@1.0.1
6702npm verb linkMans sigmund@1.0.1
6703npm verb rebuildBundles sigmund@1.0.1
6704npm verb addNamed [ 'delegates', '0.1.0' ]
6705npm verb addNamed [ '0.1.0', '0.1.0' ]
6706npm verb lock delegates@0.1.0 /root/.npm/f6cdfbd9-delegates-0-1-0.lock
6707npm info install sigmund@1.0.1
6708npm verb tar pack [ '/root/.npm/path-is-absolute/1.0.0/package.tgz',
6709npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/package' ]
6710npm verb tarball /root/.npm/path-is-absolute/1.0.0/package.tgz
6711npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/package
6712npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758993-0.19271293212659657/package /root/.npm/a13c7540-8993-0-19271293212659657-package.lock
6713npm verb lock tar:///root/.npm/path-is-absolute/1.0.0/package.tgz /root/.npm/0fe1a730-th-is-absolute-1-0-0-package-tgz.lock
6714npm info preinstall gauge@1.2.2
6715npm info postinstall sigmund@1.0.1
6716npm verb lock http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz /root/.npm/186fb507-rg-delegates-delegates-0-1-0-tgz.lock
6717npm verb readDependencies using package.json deps
6718npm verb addRemoteTarball [ 'http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz',
6719npm verb addRemoteTarball 'b4b57be11a1653517a04b27f0949bdc327dfe390' ]
6720npm verb readDependencies using package.json deps
6721npm info retry fetch attempt 1 at 11:05:59
6722npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/tmp.tgz
6723npm verb cache add [ 'lodash.padleft@^3.0.0', null ]
6724npm verb cache add name=undefined spec="lodash.padleft@^3.0.0" args=["lodash.padleft@^3.0.0",null]
6725npm verb parsed url { protocol: null,
6726npm verb parsed url slashes: null,
6727npm verb parsed url auth: null,
6728npm verb parsed url host: null,
6729npm verb parsed url port: null,
6730npm verb parsed url hostname: null,
6731npm verb parsed url hash: null,
6732npm verb parsed url search: null,
6733npm verb parsed url query: null,
6734npm verb parsed url pathname: 'lodash.padleft@%5E3.0.0',
6735npm verb parsed url path: 'lodash.padleft@%5E3.0.0',
6736npm verb parsed url href: 'lodash.padleft@%5E3.0.0' }
6737npm verb cache add name="lodash.padleft" spec="^3.0.0" args=["lodash.padleft","^3.0.0"]
6738npm verb parsed url { protocol: null,
6739npm verb parsed url slashes: null,
6740npm verb parsed url auth: null,
6741npm verb parsed url host: null,
6742npm verb parsed url port: null,
6743npm verb parsed url hostname: null,
6744npm verb parsed url hash: null,
6745npm verb parsed url search: null,
6746npm verb parsed url query: null,
6747npm verb parsed url pathname: '%5E3.0.0',
6748npm verb parsed url path: '%5E3.0.0',
6749npm verb parsed url href: '%5E3.0.0' }
6750npm verb addNamed [ 'lodash.padleft', '^3.0.0' ]
6751npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
6752npm verb lock lodash.padleft@^3.0.0 /root/.npm/967ddb25-lodash-padleft-3-0-0.lock
6753npm verb cache add [ 'lodash.padright@^3.0.0', null ]
6754npm verb cache add name=undefined spec="lodash.padright@^3.0.0" args=["lodash.padright@^3.0.0",null]
6755npm verb parsed url { protocol: null,
6756npm verb parsed url slashes: null,
6757npm verb parsed url auth: null,
6758npm verb parsed url host: null,
6759npm verb parsed url port: null,
6760npm verb parsed url hostname: null,
6761npm verb parsed url hash: null,
6762npm verb parsed url search: null,
6763npm verb parsed url query: null,
6764npm verb parsed url pathname: 'lodash.padright@%5E3.0.0',
6765npm verb parsed url path: 'lodash.padright@%5E3.0.0',
6766npm verb parsed url href: 'lodash.padright@%5E3.0.0' }
6767npm verb cache add name="lodash.padright" spec="^3.0.0" args=["lodash.padright","^3.0.0"]
6768npm verb parsed url { protocol: null,
6769npm verb parsed url slashes: null,
6770npm verb parsed url auth: null,
6771npm verb parsed url host: null,
6772npm verb parsed url port: null,
6773npm verb parsed url hostname: null,
6774npm verb parsed url hash: null,
6775npm verb parsed url search: null,
6776npm verb parsed url query: null,
6777npm verb parsed url pathname: '%5E3.0.0',
6778npm verb parsed url path: '%5E3.0.0',
6779npm verb parsed url href: '%5E3.0.0' }
6780npm verb addNamed [ 'lodash.padright', '^3.0.0' ]
6781npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
6782npm verb lock lodash.padright@^3.0.0 /root/.npm/e029967a-lodash-padright-3-0-0.lock
6783npm verb cache add [ 'has-unicode@^1.0.0', null ]
6784npm verb cache add name=undefined spec="has-unicode@^1.0.0" args=["has-unicode@^1.0.0",null]
6785npm verb parsed url { protocol: null,
6786npm verb parsed url slashes: null,
6787npm verb parsed url auth: null,
6788npm verb parsed url host: null,
6789npm verb parsed url port: null,
6790npm verb parsed url hostname: null,
6791npm verb parsed url hash: null,
6792npm verb parsed url search: null,
6793npm verb parsed url query: null,
6794npm verb parsed url pathname: 'has-unicode@%5E1.0.0',
6795npm verb parsed url path: 'has-unicode@%5E1.0.0',
6796npm verb parsed url href: 'has-unicode@%5E1.0.0' }
6797npm verb cache add name="has-unicode" spec="^1.0.0" args=["has-unicode","^1.0.0"]
6798npm verb parsed url { protocol: null,
6799npm verb parsed url slashes: null,
6800npm verb parsed url auth: null,
6801npm verb parsed url host: null,
6802npm verb parsed url port: null,
6803npm verb parsed url hostname: null,
6804npm verb parsed url hash: null,
6805npm verb parsed url search: null,
6806npm verb parsed url query: null,
6807npm verb parsed url pathname: '%5E1.0.0',
6808npm verb parsed url path: '%5E1.0.0',
6809npm verb parsed url href: '%5E1.0.0' }
6810npm verb addNamed [ 'has-unicode', '^1.0.0' ]
6811npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
6812npm verb lock has-unicode@^1.0.0 /root/.npm/3d8a7ac6-has-unicode-1-0-0.lock
6813npm verb cache add [ 'lodash.pad@^3.0.0', null ]
6814npm verb cache add name=undefined spec="lodash.pad@^3.0.0" args=["lodash.pad@^3.0.0",null]
6815npm verb parsed url { protocol: null,
6816npm verb parsed url slashes: null,
6817npm verb parsed url auth: null,
6818npm verb parsed url host: null,
6819npm verb parsed url port: null,
6820npm verb parsed url hostname: null,
6821npm verb parsed url hash: null,
6822npm verb parsed url search: null,
6823npm verb parsed url query: null,
6824npm verb parsed url pathname: 'lodash.pad@%5E3.0.0',
6825npm verb parsed url path: 'lodash.pad@%5E3.0.0',
6826npm verb parsed url href: 'lodash.pad@%5E3.0.0' }
6827npm verb cache add name="lodash.pad" spec="^3.0.0" args=["lodash.pad","^3.0.0"]
6828npm verb parsed url { protocol: null,
6829npm verb parsed url slashes: null,
6830npm verb parsed url auth: null,
6831npm verb parsed url host: null,
6832npm verb parsed url port: null,
6833npm verb parsed url hostname: null,
6834npm verb parsed url hash: null,
6835npm verb parsed url search: null,
6836npm verb parsed url query: null,
6837npm verb parsed url pathname: '%5E3.0.0',
6838npm verb parsed url path: '%5E3.0.0',
6839npm verb parsed url href: '%5E3.0.0' }
6840npm verb addNamed [ 'lodash.pad', '^3.0.0' ]
6841npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
6842npm verb lock lodash.pad@^3.0.0 /root/.npm/ecd5e963-lodash-pad-3-0-0.lock
6843npm verb lock /root/.npm/bl/1.0.0/package /root/.npm/33fffc71-root-npm-bl-1-0-0-package.lock
6844npm http GET http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
6845npm verb url raw lodash.padleft
6846npm verb url resolving [ 'http://registry.npmjs.org/', './lodash.padleft' ]
6847npm verb url resolved http://registry.npmjs.org/lodash.padleft
6848npm info trying registry request attempt 1 at 11:05:59
6849npm http GET http://registry.npmjs.org/lodash.padleft
6850npm verb url raw lodash.padright
6851npm verb url resolving [ 'http://registry.npmjs.org/', './lodash.padright' ]
6852npm verb url resolved http://registry.npmjs.org/lodash.padright
6853npm info trying registry request attempt 1 at 11:05:59
6854npm http GET http://registry.npmjs.org/lodash.padright
6855npm verb url raw has-unicode
6856npm verb url resolving [ 'http://registry.npmjs.org/', './has-unicode' ]
6857npm verb url resolved http://registry.npmjs.org/has-unicode
6858npm info trying registry request attempt 1 at 11:05:59
6859npm http GET http://registry.npmjs.org/has-unicode
6860npm verb url raw lodash.pad
6861npm verb url resolving [ 'http://registry.npmjs.org/', './lodash.pad' ]
6862npm verb url resolved http://registry.npmjs.org/lodash.pad
6863npm info trying registry request attempt 1 at 11:05:59
6864npm http GET http://registry.npmjs.org/lodash.pad
6865npm verb tar pack [ '/root/.npm/har-validator/2.0.3/package.tgz',
6866npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/package' ]
6867npm verb tarball /root/.npm/har-validator/2.0.3/package.tgz
6868npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/package
6869npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758012-0.9972187948878855/package /root/.npm/f45e09a5-58012-0-9972187948878855-package.lock
6870npm verb lock tar:///root/.npm/har-validator/2.0.3/package.tgz /root/.npm/90d80cac--har-validator-2-0-3-package-tgz.lock
6871npm verb tar unpack /root/.npm/bl/1.0.0/package.tgz
6872npm verb lock tar:///root/.npm/bl/1.0.0/package /root/.npm/5f3b60c8-tar-root-npm-bl-1-0-0-package.lock
6873npm verb lock tar:///root/.npm/bl/1.0.0/package.tgz /root/.npm/5c677227-ar-root-npm-bl-1-0-0-package-tgz.lock
6874npm verb chmod /root/.npm/form-data/1.0.0-rc3/package.tgz 644
6875npm verb chown /root/.npm/form-data/1.0.0-rc3/package.tgz [ 0, 0 ]
6876npm http 200 http://registry.npmjs.org/readable-stream
6877npm verb chmod /root/.npm/tunnel-agent/0.4.2/package.tgz 644
6878npm verb chown /root/.npm/tunnel-agent/0.4.2/package.tgz [ 0, 0 ]
6879npm http 200 http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
6880npm http 200 http://registry.npmjs.org/lodash.padright
6881npm verb addNamed [ 'readable-stream', '2.0.5' ]
6882npm verb addNamed [ '2.0.5', '2.0.5' ]
6883npm verb lock readable-stream@2.0.5 /root/.npm/140f9d4f-readable-stream-2-0-5.lock
6884npm http 200 http://registry.npmjs.org/has-unicode
6885npm http 200 http://registry.npmjs.org/lodash.padleft
6886npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/tmp.tgz
6887npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/package /root/.npm/07982d26-9392-0-16771946498192847-package.lock
6888npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/tmp.tgz /root/.npm/260d7dbd-9392-0-16771946498192847-tmp-tgz.lock
6889npm verb lock http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz /root/.npm/5e62a150-stream-readable-stream-2-0-5-tgz.lock
6890npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz',
6891npm verb addRemoteTarball 'a2426f8dcd4551c77a33f96edf2886a23c829669' ]
6892npm info retry fetch attempt 1 at 11:05:59
6893npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/tmp.tgz
6894npm verb addNamed [ 'lodash.padright', '3.1.1' ]
6895npm verb addNamed [ '3.1.1', '3.1.1' ]
6896npm verb lock lodash.padright@3.1.1 /root/.npm/e6154d1c-lodash-padright-3-1-1.lock
6897npm http GET http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
6898npm verb addNamed [ 'has-unicode', '1.0.1' ]
6899npm verb addNamed [ '1.0.1', '1.0.1' ]
6900npm verb lock has-unicode@1.0.1 /root/.npm/d3a4a2b3-has-unicode-1-0-1.lock
6901npm verb addNamed [ 'lodash.padleft', '3.1.1' ]
6902npm verb addNamed [ '3.1.1', '3.1.1' ]
6903npm verb lock lodash.padleft@3.1.1 /root/.npm/0ec041a3-lodash-padleft-3-1-1.lock
6904npm verb lock http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz /root/.npm/112e1f70-dright-lodash-padright-3-1-1-tgz.lock
6905npm verb lock http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz /root/.npm/4adc6d77-as-unicode-has-unicode-1-0-1-tgz.lock
6906npm verb lock http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz /root/.npm/b507050d-padleft-lodash-padleft-3-1-1-tgz.lock
6907npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz',
6908npm verb addRemoteTarball '79f7770baaa39738c040aeb5465e8d88f2aacec0' ]
6909npm verb lock /root/.npm/path-is-absolute/1.0.0/package /root/.npm/16583606-m-path-is-absolute-1-0-0-package.lock
6910npm info retry fetch attempt 1 at 11:05:59
6911npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/tmp.tgz
6912npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz',
6913npm verb addRemoteTarball 'c46fceea053eb8ec789bffbba25fca52dfdcf38e' ]
6914npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz',
6915npm verb addRemoteTarball '150151f1e0245edba15d50af2d71f1d5cff46530' ]
6916npm info retry fetch attempt 1 at 11:05:59
6917npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/tmp.tgz
6918npm info retry fetch attempt 1 at 11:05:59
6919npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/tmp.tgz
6920npm http GET http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
6921npm http GET http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
6922npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
6923npm verb lock tar:///root/.npm/path-is-absolute/1.0.0/package /root/.npm/32e8a730-m-path-is-absolute-1-0-0-package.lock
6924npm verb lock tar:///root/.npm/path-is-absolute/1.0.0/package.tgz /root/.npm/0fe1a730-th-is-absolute-1-0-0-package-tgz.lock
6925npm verb chmod /root/.npm/isstream/0.1.2/package.tgz 644
6926npm verb chown /root/.npm/isstream/0.1.2/package.tgz [ 0, 0 ]
6927npm http 200 http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
6928npm http GET http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
6929npm verb tar pack [ '/root/.npm/wrappy/1.0.1/package.tgz',
6930npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/package' ]
6931npm verb tarball /root/.npm/wrappy/1.0.1/package.tgz
6932npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/package
6933npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759137-0.22923745354637504/package /root/.npm/20424f57-9137-0-22923745354637504-package.lock
6934npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
6935npm info preinstall minimatch@2.0.10
6936npm verb chmod /root/.npm/json-stringify-safe/5.0.1/package.tgz 644
6937npm verb chown /root/.npm/json-stringify-safe/5.0.1/package.tgz [ 0, 0 ]
6938npm verb tar pack [ '/root/.npm/minimatch/3.0.0/package.tgz',
6939npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/package' ]
6940npm verb tarball /root/.npm/minimatch/3.0.0/package.tgz
6941npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/package
6942npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758920-0.36885410523973405/package /root/.npm/4ffc078c-8920-0-36885410523973405-package.lock
6943npm verb lock tar:///root/.npm/minimatch/3.0.0/package.tgz /root/.npm/8004d535--npm-minimatch-3-0-0-package-tgz.lock
6944npm verb readDependencies using package.json deps
6945npm verb readDependencies using package.json deps
6946npm verb cache add [ 'brace-expansion@^1.0.0', null ]
6947npm verb cache add name=undefined spec="brace-expansion@^1.0.0" args=["brace-expansion@^1.0.0",null]
6948npm verb parsed url { protocol: null,
6949npm verb parsed url slashes: null,
6950npm verb parsed url auth: null,
6951npm verb parsed url host: null,
6952npm verb parsed url port: null,
6953npm verb parsed url hostname: null,
6954npm verb parsed url hash: null,
6955npm verb parsed url search: null,
6956npm verb parsed url query: null,
6957npm verb parsed url pathname: 'brace-expansion@%5E1.0.0',
6958npm verb parsed url path: 'brace-expansion@%5E1.0.0',
6959npm verb parsed url href: 'brace-expansion@%5E1.0.0' }
6960npm verb cache add name="brace-expansion" spec="^1.0.0" args=["brace-expansion","^1.0.0"]
6961npm verb parsed url { protocol: null,
6962npm verb parsed url slashes: null,
6963npm verb parsed url auth: null,
6964npm verb parsed url host: null,
6965npm verb parsed url port: null,
6966npm verb parsed url hostname: null,
6967npm verb parsed url hash: null,
6968npm verb parsed url search: null,
6969npm verb parsed url query: null,
6970npm verb parsed url pathname: '%5E1.0.0',
6971npm verb parsed url path: '%5E1.0.0',
6972npm verb parsed url href: '%5E1.0.0' }
6973npm verb addNamed [ 'brace-expansion', '^1.0.0' ]
6974npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
6975npm verb lock brace-expansion@^1.0.0 /root/.npm/2f10b883-brace-expansion-1-0-0.lock
6976npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/tmp.tgz
6977npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/package /root/.npm/1737075e-9503-0-03977426001802087-package.lock
6978npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/tmp.tgz /root/.npm/592acfe0-9503-0-03977426001802087-tmp-tgz.lock
6979npm http 200 http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
6980npm verb url raw brace-expansion
6981npm verb url resolving [ 'http://registry.npmjs.org/', './brace-expansion' ]
6982npm verb url resolved http://registry.npmjs.org/brace-expansion
6983npm info trying registry request attempt 1 at 11:05:59
6984npm http GET http://registry.npmjs.org/brace-expansion
6985npm http 200 http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
6986npm http 200 http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
6987npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/tmp.tgz
6988npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/package /root/.npm/38ffa57c-59537-0-8327585810329765-package.lock
6989npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/tmp.tgz /root/.npm/3fc2a1b1-59537-0-8327585810329765-tmp-tgz.lock
6990npm verb tar pack [ '/root/.npm/qs/5.2.0/package.tgz',
6991npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/package' ]
6992npm verb tarball /root/.npm/qs/5.2.0/package.tgz
6993npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/package
6994npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757965-0.7638448721263558/package /root/.npm/7d38a7b8-57965-0-7638448721263558-package.lock
6995npm verb lock tar:///root/.npm/qs/5.2.0/package.tgz /root/.npm/0e233858-ar-root-npm-qs-5-2-0-package-tgz.lock
6996npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/tmp.tgz
6997npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/package /root/.npm/e03a386f-59541-0-8228343252558261-package.lock
6998npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/tmp.tgz /root/.npm/79b46a4c-59541-0-8228343252558261-tmp-tgz.lock
6999npm verb lock /root/.npm/debug/2.2.0/package /root/.npm/1b1d50cb-root-npm-debug-2-2-0-package.lock
7000npm http 200 http://registry.npmjs.org/brace-expansion
7001npm info preinstall lru-cache@2.7.3
7002npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
7003npm verb lock tar:///root/.npm/debug/2.2.0/package /root/.npm/86c2121f-tar-root-npm-debug-2-2-0-package.lock
7004npm verb lock tar:///root/.npm/debug/2.2.0/package.tgz /root/.npm/8cef2d15-root-npm-debug-2-2-0-package-tgz.lock
7005npm info preinstall minimist@0.0.8
7006npm verb readDependencies using package.json deps
7007npm verb readDependencies using package.json deps
7008npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache
7009npm info build /usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache
7010npm verb linkStuff [ true,
7011npm verb linkStuff '/usr/lib/node_modules',
7012npm verb linkStuff false,
7013npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/minimatch/node_modules' ]
7014npm info linkStuff lru-cache@2.7.3
7015npm verb readDependencies using package.json deps
7016npm verb addNamed [ 'brace-expansion', '1.1.2' ]
7017npm verb addNamed [ '1.1.2', '1.1.2' ]
7018npm verb lock brace-expansion@1.1.2 /root/.npm/dddf167e-brace-expansion-1-1-2.lock
7019npm verb linkBins lru-cache@2.7.3
7020npm verb linkMans lru-cache@2.7.3
7021npm verb rebuildBundles lru-cache@2.7.3
7022npm http 200 http://registry.npmjs.org/lodash.pad
7023npm verb readDependencies using package.json deps
7024npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/mkdirp/node_modules/minimist
7025npm info build /usr/lib/node_modules/node-gyp/node_modules/mkdirp/node_modules/minimist
7026npm verb linkStuff [ true,
7027npm verb linkStuff '/usr/lib/node_modules',
7028npm verb linkStuff false,
7029npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/mkdirp/node_modules' ]
7030npm info linkStuff minimist@0.0.8
7031npm info install lru-cache@2.7.3
7032npm verb linkBins minimist@0.0.8
7033npm verb linkMans minimist@0.0.8
7034npm verb rebuildBundles minimist@0.0.8
7035npm verb lock http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz /root/.npm/1a1c3535-ansion-brace-expansion-1-1-2-tgz.lock
7036npm info postinstall lru-cache@2.7.3
7037npm info install minimist@0.0.8
7038npm verb lock /root/.npm/block-stream/0.0.8/package /root/.npm/ec735dcd-t-npm-block-stream-0-0-8-package.lock
7039npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
7040npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
7041npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/minimatch
7042npm info build /usr/lib/node_modules/node-gyp/node_modules/minimatch
7043npm verb linkStuff [ true,
7044npm verb linkStuff '/usr/lib/node_modules',
7045npm verb linkStuff false,
7046npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
7047npm info linkStuff minimatch@1.0.0
7048npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/tmp.tgz
7049npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/package /root/.npm/68111670-59546-0-8084346633404493-package.lock
7050npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/tmp.tgz /root/.npm/f3031722-59546-0-8084346633404493-tmp-tgz.lock
7051npm info postinstall minimist@0.0.8
7052npm info retry fetch attempt 1 at 11:05:59
7053npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/tmp.tgz
7054npm verb linkBins minimatch@1.0.0
7055npm verb linkMans minimatch@1.0.0
7056npm verb rebuildBundles minimatch@1.0.0
7057npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/mkdirp
7058npm info build /usr/lib/node_modules/node-gyp/node_modules/mkdirp
7059npm verb linkStuff [ true,
7060npm verb linkStuff '/usr/lib/node_modules',
7061npm verb linkStuff false,
7062npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
7063npm info linkStuff mkdirp@0.5.1
7064npm http GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
7065npm verb tar unpack /root/.npm/block-stream/0.0.8/package.tgz
7066npm verb lock tar:///root/.npm/block-stream/0.0.8/package /root/.npm/196ab9d7-t-npm-block-stream-0-0-8-package.lock
7067npm verb lock tar:///root/.npm/block-stream/0.0.8/package.tgz /root/.npm/066372a9-m-block-stream-0-0-8-package-tgz.lock
7068npm verb rebuildBundles [ 'lru-cache', 'sigmund' ]
7069npm info install minimatch@1.0.0
7070npm verb addNamed [ 'lodash.pad', '3.1.1' ]
7071npm verb addNamed [ '3.1.1', '3.1.1' ]
7072npm verb lock lodash.pad@3.1.1 /root/.npm/f2062d57-lodash-pad-3-1-1.lock
7073npm verb lock /root/.npm/http-signature/1.1.0/package /root/.npm/abf79cfd-npm-http-signature-1-1-0-package.lock
7074npm verb lock /root/.npm/node-uuid/1.4.7/package /root/.npm/1cfcc03c-root-npm-node-uuid-1-4-7-package.lock
7075npm verb linkBins mkdirp@0.5.1
7076npm verb link bins [ { mkdirp: 'bin/cmd.js' },
7077npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/.bin',
7078npm verb link bins false ]
7079npm verb linkMans mkdirp@0.5.1
7080npm verb rebuildBundles mkdirp@0.5.1
7081npm info postinstall minimatch@1.0.0
7082npm verb rebuildBundles [ 'minimist' ]
7083npm verb lock http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz /root/.npm/55e27517--lodash-pad-lodash-pad-3-1-1-tgz.lock
7084npm verb tar unpack /root/.npm/http-signature/1.1.0/package.tgz
7085npm verb lock tar:///root/.npm/http-signature/1.1.0/package /root/.npm/d96dbfc3-npm-http-signature-1-1-0-package.lock
7086npm verb lock tar:///root/.npm/http-signature/1.1.0/package.tgz /root/.npm/077c6696-http-signature-1-1-0-package-tgz.lock
7087npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
7088npm verb lock tar:///root/.npm/node-uuid/1.4.7/package /root/.npm/2e3719ed-root-npm-node-uuid-1-4-7-package.lock
7089npm verb lock tar:///root/.npm/node-uuid/1.4.7/package.tgz /root/.npm/942b8df0--npm-node-uuid-1-4-7-package-tgz.lock
7090npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz',
7091npm verb addRemoteTarball '2e078ebc33b331d2ba34bf8732af129fd5c04624' ]
7092npm info retry fetch attempt 1 at 11:05:59
7093npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/tmp.tgz
7094npm info install mkdirp@0.5.1
7095npm http GET http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
7096npm info postinstall mkdirp@0.5.1
7097npm verb chmod /root/.npm/path-is-absolute/1.0.0/package.tgz 644
7098npm verb chown /root/.npm/path-is-absolute/1.0.0/package.tgz [ 0, 0 ]
7099npm verb lock /root/.npm/wrappy/1.0.1/package /root/.npm/5b674164-root-npm-wrappy-1-0-1-package.lock
7100npm http 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
7101npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
7102npm verb lock tar:///root/.npm/wrappy/1.0.1/package /root/.npm/a9bcb19a-ar-root-npm-wrappy-1-0-1-package.lock
7103npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
7104npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/tmp.tgz
7105npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/package /root/.npm/24c81a60-59720-0-8335990449413657-package.lock
7106npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/tmp.tgz /root/.npm/2b2c81c7-59720-0-8335990449413657-tmp-tgz.lock
7107npm http 200 http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
7108npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/tmp.tgz
7109npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/package /root/.npm/34523266-9760-0-17352714226581156-package.lock
7110npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/tmp.tgz /root/.npm/5b5f23d7-9760-0-17352714226581156-tmp-tgz.lock
7111npm verb tar pack [ '/root/.npm/delegates/0.1.0/package.tgz',
7112npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/package' ]
7113npm verb tarball /root/.npm/delegates/0.1.0/package.tgz
7114npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/package
7115npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759392-0.16771946498192847/package /root/.npm/07982d26-9392-0-16771946498192847-package.lock
7116npm verb lock tar:///root/.npm/delegates/0.1.0/package.tgz /root/.npm/3f1d47c5--npm-delegates-0-1-0-package-tgz.lock
7117npm verb tar pack [ '/root/.npm/lodash.padright/3.1.1/package.tgz',
7118npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/package' ]
7119npm verb tarball /root/.npm/lodash.padright/3.1.1/package.tgz
7120npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/package
7121npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759537-0.8327585810329765/package /root/.npm/38ffa57c-59537-0-8327585810329765-package.lock
7122npm verb lock tar:///root/.npm/lodash.padright/3.1.1/package.tgz /root/.npm/34749670-odash-padright-3-1-1-package-tgz.lock
7123npm verb chmod /root/.npm/extend/3.0.0/package.tgz 644
7124npm verb chown /root/.npm/extend/3.0.0/package.tgz [ 0, 0 ]
7125npm verb lock /root/.npm/minimatch/3.0.0/package /root/.npm/de7b88a7-root-npm-minimatch-3-0-0-package.lock
7126npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
7127npm verb lock tar:///root/.npm/minimatch/3.0.0/package /root/.npm/a5604317-root-npm-minimatch-3-0-0-package.lock
7128npm verb lock tar:///root/.npm/minimatch/3.0.0/package.tgz /root/.npm/8004d535--npm-minimatch-3-0-0-package-tgz.lock
7129npm verb tar pack [ '/root/.npm/lodash.padleft/3.1.1/package.tgz',
7130npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/package' ]
7131npm verb tarball /root/.npm/lodash.padleft/3.1.1/package.tgz
7132npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/package
7133npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759546-0.8084346633404493/package /root/.npm/68111670-59546-0-8084346633404493-package.lock
7134npm verb lock tar:///root/.npm/lodash.padleft/3.1.1/package.tgz /root/.npm/fe0da90b-lodash-padleft-3-1-1-package-tgz.lock
7135npm verb tar pack [ '/root/.npm/has-unicode/1.0.1/package.tgz',
7136npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/package' ]
7137npm verb tarball /root/.npm/has-unicode/1.0.1/package.tgz
7138npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/package
7139npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759541-0.8228343252558261/package /root/.npm/e03a386f-59541-0-8228343252558261-package.lock
7140npm verb lock tar:///root/.npm/has-unicode/1.0.1/package.tgz /root/.npm/c481a81e-pm-has-unicode-1-0-1-package-tgz.lock
7141npm verb lock /root/.npm/lodash.padright/3.1.1/package /root/.npm/2c7c1d68-pm-lodash-padright-3-1-1-package.lock
7142npm verb tar unpack /root/.npm/lodash.padright/3.1.1/package.tgz
7143npm verb lock tar:///root/.npm/lodash.padright/3.1.1/package /root/.npm/75275900-pm-lodash-padright-3-1-1-package.lock
7144npm verb lock tar:///root/.npm/lodash.padright/3.1.1/package.tgz /root/.npm/34749670-odash-padright-3-1-1-package-tgz.lock
7145npm verb chmod /root/.npm/wrappy/1.0.1/package.tgz 644
7146npm verb chown /root/.npm/wrappy/1.0.1/package.tgz [ 0, 0 ]
7147npm verb tar pack [ '/root/.npm/lodash.pad/3.1.1/package.tgz',
7148npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/package' ]
7149npm verb tarball /root/.npm/lodash.pad/3.1.1/package.tgz
7150npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/package
7151npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759760-0.17352714226581156/package /root/.npm/34523266-9760-0-17352714226581156-package.lock
7152npm verb lock tar:///root/.npm/lodash.pad/3.1.1/package.tgz /root/.npm/1e3c1b09-npm-lodash-pad-3-1-1-package-tgz.lock
7153npm info install wrappy@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once
7154npm info installOne wrappy@1.0.1
7155npm info install wrappy@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight
7156npm info installOne wrappy@1.0.1
7157npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once/node_modules/wrappy unbuild
7158npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight/node_modules/wrappy unbuild
7159npm verb lock /root/.npm/har-validator/2.0.3/package /root/.npm/5389e445--npm-har-validator-2-0-3-package.lock
7160npm verb chmod /root/.npm/bl/1.0.0/package.tgz 644
7161npm verb chown /root/.npm/bl/1.0.0/package.tgz [ 0, 0 ]
7162npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
7163npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once/node_modules/wrappy /root/.npm/fdebbd6e-modules-once-node-modules-wrappy.lock
7164npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
7165npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
7166npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight/node_modules/wrappy /root/.npm/e6b271bc-les-inflight-node-modules-wrappy.lock
7167npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
7168npm verb tar pack [ '/root/.npm/brace-expansion/1.1.2/package.tgz',
7169npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/package' ]
7170npm verb tarball /root/.npm/brace-expansion/1.1.2/package.tgz
7171npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/package
7172npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759720-0.8335990449413657/package /root/.npm/24c81a60-59720-0-8335990449413657-package.lock
7173npm verb lock tar:///root/.npm/brace-expansion/1.1.2/package.tgz /root/.npm/10c1352f-race-expansion-1-1-2-package-tgz.lock
7174npm verb tar unpack /root/.npm/har-validator/2.0.3/package.tgz
7175npm verb lock tar:///root/.npm/har-validator/2.0.3/package /root/.npm/553ae849--npm-har-validator-2-0-3-package.lock
7176npm verb lock tar:///root/.npm/har-validator/2.0.3/package.tgz /root/.npm/90d80cac--har-validator-2-0-3-package-tgz.lock
7177npm verb lock /root/.npm/delegates/0.1.0/package /root/.npm/dfcf84b6-root-npm-delegates-0-1-0-package.lock
7178npm verb lock /root/.npm/lodash.padleft/3.1.1/package /root/.npm/04d3705b-npm-lodash-padleft-3-1-1-package.lock
7179npm verb tar unpack /root/.npm/delegates/0.1.0/package.tgz
7180npm verb lock tar:///root/.npm/delegates/0.1.0/package /root/.npm/733b50cb-root-npm-delegates-0-1-0-package.lock
7181npm verb lock tar:///root/.npm/delegates/0.1.0/package.tgz /root/.npm/3f1d47c5--npm-delegates-0-1-0-package-tgz.lock
7182npm verb tar unpack /root/.npm/lodash.padleft/3.1.1/package.tgz
7183npm verb lock tar:///root/.npm/lodash.padleft/3.1.1/package /root/.npm/8940b14b-npm-lodash-padleft-3-1-1-package.lock
7184npm verb lock tar:///root/.npm/lodash.padleft/3.1.1/package.tgz /root/.npm/fe0da90b-lodash-padleft-3-1-1-package-tgz.lock
7185npm verb lock /root/.npm/has-unicode/1.0.1/package /root/.npm/baa3c66c-ot-npm-has-unicode-1-0-1-package.lock
7186npm verb tar unpack /root/.npm/has-unicode/1.0.1/package.tgz
7187npm verb lock tar:///root/.npm/has-unicode/1.0.1/package /root/.npm/dfff99c5-ot-npm-has-unicode-1-0-1-package.lock
7188npm verb lock tar:///root/.npm/has-unicode/1.0.1/package.tgz /root/.npm/c481a81e-pm-has-unicode-1-0-1-package-tgz.lock
7189npm verb lock /root/.npm/lodash.pad/3.1.1/package /root/.npm/f28c03d3-oot-npm-lodash-pad-3-1-1-package.lock
7190npm verb tar unpack /root/.npm/lodash.pad/3.1.1/package.tgz
7191npm verb lock tar:///root/.npm/lodash.pad/3.1.1/package /root/.npm/98d6fe42-oot-npm-lodash-pad-3-1-1-package.lock
7192npm verb lock tar:///root/.npm/lodash.pad/3.1.1/package.tgz /root/.npm/1e3c1b09-npm-lodash-pad-3-1-1-package-tgz.lock
7193npm verb chmod /root/.npm/debug/2.2.0/package.tgz 644
7194npm verb chown /root/.npm/debug/2.2.0/package.tgz [ 0, 0 ]
7195npm verb chmod /root/.npm/lodash.padright/3.1.1/package.tgz 644
7196npm verb chown /root/.npm/lodash.padright/3.1.1/package.tgz [ 0, 0 ]
7197npm info install debug@2.2.0 into /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index
7198npm info installOne debug@2.2.0
7199npm info /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug unbuild
7200npm verb lock /root/.npm/brace-expansion/1.1.2/package /root/.npm/ccc78046-pm-brace-expansion-1-1-2-package.lock
7201npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
7202npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug /root/.npm/51307c10-s-array-index-node-modules-debug.lock
7203npm verb lock tar:///root/.npm/debug/2.2.0/package.tgz /root/.npm/8cef2d15-root-npm-debug-2-2-0-package-tgz.lock
7204npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
7205npm verb lock tar:///root/.npm/brace-expansion/1.1.2/package /root/.npm/5b6cc0ec-pm-brace-expansion-1-1-2-package.lock
7206npm verb lock tar:///root/.npm/brace-expansion/1.1.2/package.tgz /root/.npm/10c1352f-race-expansion-1-1-2-package-tgz.lock
7207npm verb chmod /root/.npm/minimatch/3.0.0/package.tgz 644
7208npm verb chown /root/.npm/minimatch/3.0.0/package.tgz [ 0, 0 ]
7209npm verb chmod /root/.npm/lodash.padleft/3.1.1/package.tgz 644
7210npm verb chown /root/.npm/lodash.padleft/3.1.1/package.tgz [ 0, 0 ]
7211npm info preinstall wrappy@1.0.1
7212npm info install once@1.3.3 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
7213npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
7214npm info install inflight@1.0.4 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
7215npm info install path-is-absolute@1.0.0 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
7216npm info install minimatch@3.0.0 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
7217npm info installOne once@1.3.3
7218npm info installOne inherits@2.0.1
7219npm info installOne inflight@1.0.4
7220npm info installOne path-is-absolute@1.0.0
7221npm info installOne minimatch@3.0.0
7222npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once unbuild
7223npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits unbuild
7224npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight unbuild
7225npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute unbuild
7226npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch unbuild
7227npm verb readDependencies using package.json deps
7228npm verb readDependencies using package.json deps
7229npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once/node_modules/wrappy
7230npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once/node_modules/wrappy
7231npm verb linkStuff [ true,
7232npm verb linkStuff '/usr/lib/node_modules',
7233npm verb linkStuff false,
7234npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once/node_modules' ]
7235npm info linkStuff wrappy@1.0.1
7236npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
7237npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once /root/.npm/7c1557f1-e-modules-glob-node-modules-once.lock
7238npm verb lock tar:///root/.npm/once/1.3.3/package.tgz /root/.npm/f6df5bc1--root-npm-once-1-3-3-package-tgz.lock
7239npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
7240npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits /root/.npm/a8b8d600-dules-glob-node-modules-inherits.lock
7241npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
7242npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
7243npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight /root/.npm/1f5f53c6-dules-glob-node-modules-inflight.lock
7244npm verb lock tar:///root/.npm/inflight/1.0.4/package.tgz /root/.npm/90ffeab7-t-npm-inflight-1-0-4-package-tgz.lock
7245npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
7246npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute /root/.npm/77397312-ob-node-modules-path-is-absolute.lock
7247npm verb lock tar:///root/.npm/path-is-absolute/1.0.0/package.tgz /root/.npm/0fe1a730-th-is-absolute-1-0-0-package-tgz.lock
7248npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
7249npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch /root/.npm/134128fd-ules-glob-node-modules-minimatch.lock
7250npm verb lock tar:///root/.npm/minimatch/3.0.0/package.tgz /root/.npm/8004d535--npm-minimatch-3-0-0-package-tgz.lock
7251npm verb linkBins wrappy@1.0.1
7252npm verb linkMans wrappy@1.0.1
7253npm verb rebuildBundles wrappy@1.0.1
7254npm info install wrappy@1.0.1
7255npm info postinstall wrappy@1.0.1
7256npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once
7257npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/once
7258npm verb linkStuff [ true,
7259npm verb linkStuff '/usr/lib/node_modules',
7260npm verb linkStuff false,
7261npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules' ]
7262npm info linkStuff once@1.3.3
7263npm verb linkBins once@1.3.3
7264npm verb linkMans once@1.3.3
7265npm verb rebuildBundles once@1.3.3
7266npm verb rebuildBundles [ 'wrappy' ]
7267npm info install once@1.3.3
7268npm info postinstall once@1.3.3
7269npm verb lock /root/.npm/qs/5.2.0/package /root/.npm/2218e11e-root-npm-qs-5-2-0-package.lock
7270npm verb tar unpack /root/.npm/qs/5.2.0/package.tgz
7271npm verb lock tar:///root/.npm/qs/5.2.0/package /root/.npm/26b60926-tar-root-npm-qs-5-2-0-package.lock
7272npm verb lock tar:///root/.npm/qs/5.2.0/package.tgz /root/.npm/0e233858-ar-root-npm-qs-5-2-0-package-tgz.lock
7273npm verb chmod /root/.npm/block-stream/0.0.8/package.tgz 644
7274npm verb chown /root/.npm/block-stream/0.0.8/package.tgz [ 0, 0 ]
7275npm verb chmod /root/.npm/delegates/0.1.0/package.tgz 644
7276npm verb chown /root/.npm/delegates/0.1.0/package.tgz [ 0, 0 ]
7277npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/tar
7278npm info install block-stream@0.0.8 into /usr/lib/node_modules/node-gyp/node_modules/tar
7279npm info installOne inherits@2.0.1
7280npm info installOne block-stream@0.0.8
7281npm info /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/inherits unbuild
7282npm info /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/block-stream unbuild
7283npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
7284npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/inherits /root/.npm/416c7d32-odules-tar-node-modules-inherits.lock
7285npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
7286npm verb tar unpack /root/.npm/block-stream/0.0.8/package.tgz
7287npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/block-stream /root/.npm/e3e92ac7-es-tar-node-modules-block-stream.lock
7288npm verb lock tar:///root/.npm/block-stream/0.0.8/package.tgz /root/.npm/066372a9-m-block-stream-0-0-8-package-tgz.lock
7289npm verb chmod /root/.npm/lodash.pad/3.1.1/package.tgz 644
7290npm verb chown /root/.npm/lodash.pad/3.1.1/package.tgz [ 0, 0 ]
7291npm verb chmod /root/.npm/http-signature/1.1.0/package.tgz 644
7292npm verb chown /root/.npm/http-signature/1.1.0/package.tgz [ 0, 0 ]
7293npm verb chmod /root/.npm/has-unicode/1.0.1/package.tgz 644
7294npm verb chown /root/.npm/has-unicode/1.0.1/package.tgz [ 0, 0 ]
7295npm verb tar pack [ '/root/.npm/tough-cookie/2.2.1/package.tgz',
7296npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/package' ]
7297npm verb tarball /root/.npm/tough-cookie/2.2.1/package.tgz
7298npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/package
7299npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868758003-0.7002703680191189/package /root/.npm/cf6add39-58003-0-7002703680191189-package.lock
7300npm verb lock tar:///root/.npm/tough-cookie/2.2.1/package.tgz /root/.npm/bb72d1da-m-tough-cookie-2-2-1-package-tgz.lock
7301npm info install lodash.padright@3.1.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
7302npm info install lodash.padleft@3.1.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
7303npm info install lodash.pad@3.1.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
7304npm info install has-unicode@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
7305npm info installOne lodash.padright@3.1.1
7306npm info installOne lodash.padleft@3.1.1
7307npm info installOne lodash.pad@3.1.1
7308npm info installOne has-unicode@1.0.1
7309npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright unbuild
7310npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft unbuild
7311npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad unbuild
7312npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode unbuild
7313npm verb tar unpack /root/.npm/lodash.padright/3.1.1/package.tgz
7314npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright /root/.npm/5cbbd1f6-uge-node-modules-lodash-padright.lock
7315npm verb lock tar:///root/.npm/lodash.padright/3.1.1/package.tgz /root/.npm/34749670-odash-padright-3-1-1-package-tgz.lock
7316npm verb tar unpack /root/.npm/lodash.padleft/3.1.1/package.tgz
7317npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft /root/.npm/32cb8bb9-auge-node-modules-lodash-padleft.lock
7318npm verb lock tar:///root/.npm/lodash.padleft/3.1.1/package.tgz /root/.npm/fe0da90b-lodash-padleft-3-1-1-package-tgz.lock
7319npm verb tar unpack /root/.npm/lodash.pad/3.1.1/package.tgz
7320npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad /root/.npm/f11a3ebd-es-gauge-node-modules-lodash-pad.lock
7321npm verb lock tar:///root/.npm/lodash.pad/3.1.1/package.tgz /root/.npm/1e3c1b09-npm-lodash-pad-3-1-1-package-tgz.lock
7322npm verb tar unpack /root/.npm/has-unicode/1.0.1/package.tgz
7323npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode /root/.npm/b64fd117-s-gauge-node-modules-has-unicode.lock
7324npm verb lock tar:///root/.npm/has-unicode/1.0.1/package.tgz /root/.npm/c481a81e-pm-has-unicode-1-0-1-package-tgz.lock
7325npm info preinstall path-is-absolute@1.0.0
7326npm info preinstall once@1.3.3
7327npm verb chmod /root/.npm/node-uuid/1.4.7/package.tgz 644
7328npm verb chown /root/.npm/node-uuid/1.4.7/package.tgz [ 0, 0 ]
7329npm verb readDependencies using package.json deps
7330npm verb readDependencies using package.json deps
7331npm verb readDependencies using package.json deps
7332npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute
7333npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute
7334npm verb linkStuff [ true,
7335npm verb linkStuff '/usr/lib/node_modules',
7336npm verb linkStuff false,
7337npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules' ]
7338npm info linkStuff path-is-absolute@1.0.0
7339npm verb readDependencies using package.json deps
7340npm verb cache add [ 'wrappy@1', null ]
7341npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
7342npm verb parsed url { protocol: null,
7343npm verb parsed url slashes: null,
7344npm verb parsed url auth: null,
7345npm verb parsed url host: null,
7346npm verb parsed url port: null,
7347npm verb parsed url hostname: null,
7348npm verb parsed url hash: null,
7349npm verb parsed url search: null,
7350npm verb parsed url query: null,
7351npm verb parsed url pathname: 'wrappy@1',
7352npm verb parsed url path: 'wrappy@1',
7353npm verb parsed url href: 'wrappy@1' }
7354npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
7355npm verb parsed url { protocol: null,
7356npm verb parsed url slashes: null,
7357npm verb parsed url auth: null,
7358npm verb parsed url host: null,
7359npm verb parsed url port: null,
7360npm verb parsed url hostname: null,
7361npm verb parsed url hash: null,
7362npm verb parsed url search: null,
7363npm verb parsed url query: null,
7364npm verb parsed url pathname: '1',
7365npm verb parsed url path: '1',
7366npm verb parsed url href: '1' }
7367npm verb addNamed [ 'wrappy', '1' ]
7368npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
7369npm verb lock wrappy@1 /root/.npm/9c19197c-wrappy-1.lock
7370npm verb linkBins path-is-absolute@1.0.0
7371npm verb linkMans path-is-absolute@1.0.0
7372npm verb rebuildBundles path-is-absolute@1.0.0
7373npm info install path-is-absolute@1.0.0
7374npm info postinstall path-is-absolute@1.0.0
7375npm verb chmod /root/.npm/brace-expansion/1.1.2/package.tgz 644
7376npm verb chown /root/.npm/brace-expansion/1.1.2/package.tgz [ 0, 0 ]
7377npm verb registry.get wrappy not expired, no request
7378npm verb addNamed [ 'wrappy', '1.0.1' ]
7379npm verb addNamed [ '1.0.1', '1.0.1' ]
7380npm verb lock wrappy@1.0.1 /root/.npm/eed3fb5b-wrappy-1-0-1.lock
7381npm info install brace-expansion@1.1.2 into /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch
7382npm info installOne brace-expansion@1.1.2
7383npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion unbuild
7384npm info install wrappy@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once
7385npm info installOne wrappy@1.0.1
7386npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
7387npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion /root/.npm/3a416ff7-tch-node-modules-brace-expansion.lock
7388npm verb lock tar:///root/.npm/brace-expansion/1.1.2/package.tgz /root/.npm/10c1352f-race-expansion-1-1-2-package-tgz.lock
7389npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy unbuild
7390npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
7391npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy /root/.npm/2c8a95ff-modules-once-node-modules-wrappy.lock
7392npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
7393npm info preinstall inherits@2.0.1
7394npm info preinstall inflight@1.0.4
7395npm verb readDependencies using package.json deps
7396npm verb readDependencies using package.json deps
7397npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits
7398npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits
7399npm verb linkStuff [ true,
7400npm verb linkStuff '/usr/lib/node_modules',
7401npm verb linkStuff false,
7402npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules' ]
7403npm info linkStuff inherits@2.0.1
7404npm info preinstall wrappy@1.0.1
7405npm verb readDependencies using package.json deps
7406npm verb linkBins inherits@2.0.1
7407npm verb linkMans inherits@2.0.1
7408npm verb rebuildBundles inherits@2.0.1
7409npm verb readDependencies using package.json deps
7410npm info install inherits@2.0.1
7411npm verb cache add [ 'wrappy@1', null ]
7412npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
7413npm verb parsed url { protocol: null,
7414npm verb parsed url slashes: null,
7415npm verb parsed url auth: null,
7416npm verb parsed url host: null,
7417npm verb parsed url port: null,
7418npm verb parsed url hostname: null,
7419npm verb parsed url hash: null,
7420npm verb parsed url search: null,
7421npm verb parsed url query: null,
7422npm verb parsed url pathname: 'wrappy@1',
7423npm verb parsed url path: 'wrappy@1',
7424npm verb parsed url href: 'wrappy@1' }
7425npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
7426npm verb parsed url { protocol: null,
7427npm verb parsed url slashes: null,
7428npm verb parsed url auth: null,
7429npm verb parsed url host: null,
7430npm verb parsed url port: null,
7431npm verb parsed url hostname: null,
7432npm verb parsed url hash: null,
7433npm verb parsed url search: null,
7434npm verb parsed url query: null,
7435npm verb parsed url pathname: '1',
7436npm verb parsed url path: '1',
7437npm verb parsed url href: '1' }
7438npm verb addNamed [ 'wrappy', '1' ]
7439npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
7440npm verb lock wrappy@1 /root/.npm/9c19197c-wrappy-1.lock
7441npm verb readDependencies using package.json deps
7442npm verb readDependencies using package.json deps
7443npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight/node_modules/wrappy
7444npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight/node_modules/wrappy
7445npm verb linkStuff [ true,
7446npm verb linkStuff '/usr/lib/node_modules',
7447npm verb linkStuff false,
7448npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight/node_modules' ]
7449npm info linkStuff wrappy@1.0.1
7450npm info postinstall inherits@2.0.1
7451npm verb linkBins wrappy@1.0.1
7452npm verb linkMans wrappy@1.0.1
7453npm verb rebuildBundles wrappy@1.0.1
7454npm info install wrappy@1.0.1
7455npm info postinstall wrappy@1.0.1
7456npm verb registry.get wrappy not expired, no request
7457npm verb addNamed [ 'wrappy', '1.0.1' ]
7458npm verb addNamed [ '1.0.1', '1.0.1' ]
7459npm verb lock wrappy@1.0.1 /root/.npm/eed3fb5b-wrappy-1-0-1.lock
7460npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight
7461npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/inflight
7462npm verb linkStuff [ true,
7463npm verb linkStuff '/usr/lib/node_modules',
7464npm verb linkStuff false,
7465npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules' ]
7466npm info linkStuff inflight@1.0.4
7467npm verb linkBins inflight@1.0.4
7468npm verb linkMans inflight@1.0.4
7469npm verb rebuildBundles inflight@1.0.4
7470npm verb rebuildBundles [ 'wrappy' ]
7471npm info install inflight@1.0.4
7472npm info install wrappy@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight
7473npm info installOne wrappy@1.0.1
7474npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy unbuild
7475npm info postinstall inflight@1.0.4
7476npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
7477npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy /root/.npm/66ebfa2b-les-inflight-node-modules-wrappy.lock
7478npm verb lock tar:///root/.npm/wrappy/1.0.1/package.tgz /root/.npm/48528ebd-oot-npm-wrappy-1-0-1-package-tgz.lock
7479npm info preinstall minimatch@3.0.0
7480npm info preinstall lodash.padleft@3.1.1
7481npm verb readDependencies using package.json deps
7482npm info preinstall lodash.pad@3.1.1
7483npm verb readDependencies using package.json deps
7484npm info preinstall lodash.padright@3.1.1
7485npm verb readDependencies using package.json deps
7486npm verb cache add [ 'brace-expansion@^1.0.0', null ]
7487npm verb cache add name=undefined spec="brace-expansion@^1.0.0" args=["brace-expansion@^1.0.0",null]
7488npm verb parsed url { protocol: null,
7489npm verb parsed url slashes: null,
7490npm verb parsed url auth: null,
7491npm verb parsed url host: null,
7492npm verb parsed url port: null,
7493npm verb parsed url hostname: null,
7494npm verb parsed url hash: null,
7495npm verb parsed url search: null,
7496npm verb parsed url query: null,
7497npm verb parsed url pathname: 'brace-expansion@%5E1.0.0',
7498npm verb parsed url path: 'brace-expansion@%5E1.0.0',
7499npm verb parsed url href: 'brace-expansion@%5E1.0.0' }
7500npm verb cache add name="brace-expansion" spec="^1.0.0" args=["brace-expansion","^1.0.0"]
7501npm verb parsed url { protocol: null,
7502npm verb parsed url slashes: null,
7503npm verb parsed url auth: null,
7504npm verb parsed url host: null,
7505npm verb parsed url port: null,
7506npm verb parsed url hostname: null,
7507npm verb parsed url hash: null,
7508npm verb parsed url search: null,
7509npm verb parsed url query: null,
7510npm verb parsed url pathname: '%5E1.0.0',
7511npm verb parsed url path: '%5E1.0.0',
7512npm verb parsed url href: '%5E1.0.0' }
7513npm verb addNamed [ 'brace-expansion', '^1.0.0' ]
7514npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
7515npm verb lock brace-expansion@^1.0.0 /root/.npm/2f10b883-brace-expansion-1-0-0.lock
7516npm verb readDependencies using package.json deps
7517npm verb readDependencies using package.json deps
7518npm verb readDependencies using package.json deps
7519npm verb readDependencies using package.json deps
7520npm verb cache add [ 'lodash._basetostring@^3.0.0', null ]
7521npm verb cache add name=undefined spec="lodash._basetostring@^3.0.0" args=["lodash._basetostring@^3.0.0",null]
7522npm verb parsed url { protocol: null,
7523npm verb parsed url slashes: null,
7524npm verb parsed url auth: null,
7525npm verb parsed url host: null,
7526npm verb parsed url port: null,
7527npm verb parsed url hostname: null,
7528npm verb parsed url hash: null,
7529npm verb parsed url search: null,
7530npm verb parsed url query: null,
7531npm verb parsed url pathname: 'lodash._basetostring@%5E3.0.0',
7532npm verb parsed url path: 'lodash._basetostring@%5E3.0.0',
7533npm verb parsed url href: 'lodash._basetostring@%5E3.0.0' }
7534npm verb cache add name="lodash._basetostring" spec="^3.0.0" args=["lodash._basetostring","^3.0.0"]
7535npm verb parsed url { protocol: null,
7536npm verb parsed url slashes: null,
7537npm verb parsed url auth: null,
7538npm verb parsed url host: null,
7539npm verb parsed url port: null,
7540npm verb parsed url hostname: null,
7541npm verb parsed url hash: null,
7542npm verb parsed url search: null,
7543npm verb parsed url query: null,
7544npm verb parsed url pathname: '%5E3.0.0',
7545npm verb parsed url path: '%5E3.0.0',
7546npm verb parsed url href: '%5E3.0.0' }
7547npm verb addNamed [ 'lodash._basetostring', '^3.0.0' ]
7548npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
7549npm verb lock lodash._basetostring@^3.0.0 /root/.npm/2b381b86-lodash-basetostring-3-0-0.lock
7550npm verb cache add [ 'lodash._createpadding@^3.0.0', null ]
7551npm verb cache add name=undefined spec="lodash._createpadding@^3.0.0" args=["lodash._createpadding@^3.0.0",null]
7552npm verb parsed url { protocol: null,
7553npm verb parsed url slashes: null,
7554npm verb parsed url auth: null,
7555npm verb parsed url host: null,
7556npm verb parsed url port: null,
7557npm verb parsed url hostname: null,
7558npm verb parsed url hash: null,
7559npm verb parsed url search: null,
7560npm verb parsed url query: null,
7561npm verb parsed url pathname: 'lodash._createpadding@%5E3.0.0',
7562npm verb parsed url path: 'lodash._createpadding@%5E3.0.0',
7563npm verb parsed url href: 'lodash._createpadding@%5E3.0.0' }
7564npm verb cache add name="lodash._createpadding" spec="^3.0.0" args=["lodash._createpadding","^3.0.0"]
7565npm verb parsed url { protocol: null,
7566npm verb parsed url slashes: null,
7567npm verb parsed url auth: null,
7568npm verb parsed url host: null,
7569npm verb parsed url port: null,
7570npm verb parsed url hostname: null,
7571npm verb parsed url hash: null,
7572npm verb parsed url search: null,
7573npm verb parsed url query: null,
7574npm verb parsed url pathname: '%5E3.0.0',
7575npm verb parsed url path: '%5E3.0.0',
7576npm verb parsed url href: '%5E3.0.0' }
7577npm verb addNamed [ 'lodash._createpadding', '^3.0.0' ]
7578npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
7579npm verb lock lodash._createpadding@^3.0.0 /root/.npm/d2a5da3c-lodash-createpadding-3-0-0.lock
7580npm verb readDependencies using package.json deps
7581npm verb cache add [ 'lodash._basetostring@^3.0.0', null ]
7582npm verb cache add name=undefined spec="lodash._basetostring@^3.0.0" args=["lodash._basetostring@^3.0.0",null]
7583npm verb parsed url { protocol: null,
7584npm verb parsed url slashes: null,
7585npm verb parsed url auth: null,
7586npm verb parsed url host: null,
7587npm verb parsed url port: null,
7588npm verb parsed url hostname: null,
7589npm verb parsed url hash: null,
7590npm verb parsed url search: null,
7591npm verb parsed url query: null,
7592npm verb parsed url pathname: 'lodash._basetostring@%5E3.0.0',
7593npm verb parsed url path: 'lodash._basetostring@%5E3.0.0',
7594npm verb parsed url href: 'lodash._basetostring@%5E3.0.0' }
7595npm verb cache add name="lodash._basetostring" spec="^3.0.0" args=["lodash._basetostring","^3.0.0"]
7596npm verb parsed url { protocol: null,
7597npm verb parsed url slashes: null,
7598npm verb parsed url auth: null,
7599npm verb parsed url host: null,
7600npm verb parsed url port: null,
7601npm verb parsed url hostname: null,
7602npm verb parsed url hash: null,
7603npm verb parsed url search: null,
7604npm verb parsed url query: null,
7605npm verb parsed url pathname: '%5E3.0.0',
7606npm verb parsed url path: '%5E3.0.0',
7607npm verb parsed url href: '%5E3.0.0' }
7608npm verb addNamed [ 'lodash._basetostring', '^3.0.0' ]
7609npm verb cache add [ 'lodash._createpadding@^3.0.0', null ]
7610npm verb cache add name=undefined spec="lodash._createpadding@^3.0.0" args=["lodash._createpadding@^3.0.0",null]
7611npm verb parsed url { protocol: null,
7612npm verb parsed url slashes: null,
7613npm verb parsed url auth: null,
7614npm verb parsed url host: null,
7615npm verb parsed url port: null,
7616npm verb parsed url hostname: null,
7617npm verb parsed url hash: null,
7618npm verb parsed url search: null,
7619npm verb parsed url query: null,
7620npm verb parsed url pathname: 'lodash._createpadding@%5E3.0.0',
7621npm verb parsed url path: 'lodash._createpadding@%5E3.0.0',
7622npm verb parsed url href: 'lodash._createpadding@%5E3.0.0' }
7623npm verb cache add name="lodash._createpadding" spec="^3.0.0" args=["lodash._createpadding","^3.0.0"]
7624npm verb parsed url { protocol: null,
7625npm verb parsed url slashes: null,
7626npm verb parsed url auth: null,
7627npm verb parsed url host: null,
7628npm verb parsed url port: null,
7629npm verb parsed url hostname: null,
7630npm verb parsed url hash: null,
7631npm verb parsed url search: null,
7632npm verb parsed url query: null,
7633npm verb parsed url pathname: '%5E3.0.0',
7634npm verb parsed url path: '%5E3.0.0',
7635npm verb parsed url href: '%5E3.0.0' }
7636npm verb addNamed [ 'lodash._createpadding', '^3.0.0' ]
7637npm verb url raw lodash._basetostring
7638npm verb url resolving [ 'http://registry.npmjs.org/', './lodash._basetostring' ]
7639npm verb url resolved http://registry.npmjs.org/lodash._basetostring
7640npm info trying registry request attempt 1 at 11:06:00
7641npm http GET http://registry.npmjs.org/lodash._basetostring
7642npm verb cache add [ 'lodash._basetostring@^3.0.0', null ]
7643npm verb cache add name=undefined spec="lodash._basetostring@^3.0.0" args=["lodash._basetostring@^3.0.0",null]
7644npm verb parsed url { protocol: null,
7645npm verb parsed url slashes: null,
7646npm verb parsed url auth: null,
7647npm verb parsed url host: null,
7648npm verb parsed url port: null,
7649npm verb parsed url hostname: null,
7650npm verb parsed url hash: null,
7651npm verb parsed url search: null,
7652npm verb parsed url query: null,
7653npm verb parsed url pathname: 'lodash._basetostring@%5E3.0.0',
7654npm verb parsed url path: 'lodash._basetostring@%5E3.0.0',
7655npm verb parsed url href: 'lodash._basetostring@%5E3.0.0' }
7656npm verb cache add name="lodash._basetostring" spec="^3.0.0" args=["lodash._basetostring","^3.0.0"]
7657npm verb parsed url { protocol: null,
7658npm verb parsed url slashes: null,
7659npm verb parsed url auth: null,
7660npm verb parsed url host: null,
7661npm verb parsed url port: null,
7662npm verb parsed url hostname: null,
7663npm verb parsed url hash: null,
7664npm verb parsed url search: null,
7665npm verb parsed url query: null,
7666npm verb parsed url pathname: '%5E3.0.0',
7667npm verb parsed url path: '%5E3.0.0',
7668npm verb parsed url href: '%5E3.0.0' }
7669npm verb addNamed [ 'lodash._basetostring', '^3.0.0' ]
7670npm verb cache add [ 'lodash._createpadding@^3.0.0', null ]
7671npm verb cache add name=undefined spec="lodash._createpadding@^3.0.0" args=["lodash._createpadding@^3.0.0",null]
7672npm verb parsed url { protocol: null,
7673npm verb parsed url slashes: null,
7674npm verb parsed url auth: null,
7675npm verb parsed url host: null,
7676npm verb parsed url port: null,
7677npm verb parsed url hostname: null,
7678npm verb parsed url hash: null,
7679npm verb parsed url search: null,
7680npm verb parsed url query: null,
7681npm verb parsed url pathname: 'lodash._createpadding@%5E3.0.0',
7682npm verb parsed url path: 'lodash._createpadding@%5E3.0.0',
7683npm verb parsed url href: 'lodash._createpadding@%5E3.0.0' }
7684npm verb cache add name="lodash._createpadding" spec="^3.0.0" args=["lodash._createpadding","^3.0.0"]
7685npm verb parsed url { protocol: null,
7686npm verb parsed url slashes: null,
7687npm verb parsed url auth: null,
7688npm verb parsed url host: null,
7689npm verb parsed url port: null,
7690npm verb parsed url hostname: null,
7691npm verb parsed url hash: null,
7692npm verb parsed url search: null,
7693npm verb parsed url query: null,
7694npm verb parsed url pathname: '%5E3.0.0',
7695npm verb parsed url path: '%5E3.0.0',
7696npm verb parsed url href: '%5E3.0.0' }
7697npm verb addNamed [ 'lodash._createpadding', '^3.0.0' ]
7698npm verb url raw lodash._createpadding
7699npm verb url resolving [ 'http://registry.npmjs.org/', './lodash._createpadding' ]
7700npm verb url resolved http://registry.npmjs.org/lodash._createpadding
7701npm info trying registry request attempt 1 at 11:06:00
7702npm http GET http://registry.npmjs.org/lodash._createpadding
7703npm verb registry.get brace-expansion not expired, no request
7704npm verb addNamed [ 'brace-expansion', '1.1.2' ]
7705npm verb addNamed [ '1.1.2', '1.1.2' ]
7706npm verb lock brace-expansion@1.1.2 /root/.npm/dddf167e-brace-expansion-1-1-2.lock
7707npm info install brace-expansion@1.1.2 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch
7708npm info installOne brace-expansion@1.1.2
7709npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion unbuild
7710npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
7711npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion /root/.npm/d4465ffe-tch-node-modules-brace-expansion.lock
7712npm verb lock tar:///root/.npm/brace-expansion/1.1.2/package.tgz /root/.npm/10c1352f-race-expansion-1-1-2-package-tgz.lock
7713npm info preinstall has-unicode@1.0.1
7714npm info preinstall debug@2.2.0
7715npm verb readDependencies using package.json deps
7716npm verb readDependencies using package.json deps
7717npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode
7718npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode
7719npm verb linkStuff [ true,
7720npm verb linkStuff '/usr/lib/node_modules',
7721npm verb linkStuff false,
7722npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules' ]
7723npm info linkStuff has-unicode@1.0.1
7724npm verb readDependencies using package.json deps
7725npm verb linkBins has-unicode@1.0.1
7726npm verb linkMans has-unicode@1.0.1
7727npm verb rebuildBundles has-unicode@1.0.1
7728npm verb readDependencies using package.json deps
7729npm info install has-unicode@1.0.1
7730npm http 200 http://registry.npmjs.org/lodash._basetostring
7731npm verb cache add [ 'ms@0.7.1', null ]
7732npm verb cache add name=undefined spec="ms@0.7.1" args=["ms@0.7.1",null]
7733npm verb parsed url { protocol: null,
7734npm verb parsed url slashes: null,
7735npm verb parsed url auth: null,
7736npm verb parsed url host: null,
7737npm verb parsed url port: null,
7738npm verb parsed url hostname: null,
7739npm verb parsed url hash: null,
7740npm verb parsed url search: null,
7741npm verb parsed url query: null,
7742npm verb parsed url pathname: 'ms@0.7.1',
7743npm verb parsed url path: 'ms@0.7.1',
7744npm verb parsed url href: 'ms@0.7.1' }
7745npm verb cache add name="ms" spec="0.7.1" args=["ms","0.7.1"]
7746npm verb parsed url { protocol: null,
7747npm verb parsed url slashes: null,
7748npm verb parsed url auth: null,
7749npm verb parsed url host: null,
7750npm verb parsed url port: null,
7751npm verb parsed url hostname: null,
7752npm verb parsed url hash: null,
7753npm verb parsed url search: null,
7754npm verb parsed url query: null,
7755npm verb parsed url pathname: '0.7.1',
7756npm verb parsed url path: '0.7.1',
7757npm verb parsed url href: '0.7.1' }
7758npm verb addNamed [ 'ms', '0.7.1' ]
7759npm verb addNamed [ '0.7.1', '0.7.1' ]
7760npm verb lock ms@0.7.1 /root/.npm/3dba240c-ms-0-7-1.lock
7761npm http 200 http://registry.npmjs.org/lodash._createpadding
7762npm info postinstall has-unicode@1.0.1
7763npm verb url raw ms/0.7.1
7764npm verb url resolving [ 'http://registry.npmjs.org/', './ms/0.7.1' ]
7765npm verb url resolved http://registry.npmjs.org/ms/0.7.1
7766npm info trying registry request attempt 1 at 11:06:00
7767npm http GET http://registry.npmjs.org/ms/0.7.1
7768npm info preinstall brace-expansion@1.1.2
7769npm verb addNamed [ 'lodash._basetostring', '3.0.1' ]
7770npm verb addNamed [ '3.0.1', '3.0.1' ]
7771npm verb lock lodash._basetostring@3.0.1 /root/.npm/6a8032d2-lodash-basetostring-3-0-1.lock
7772npm verb addNamed [ 'lodash._createpadding', '3.6.1' ]
7773npm verb addNamed [ '3.6.1', '3.6.1' ]
7774npm verb lock lodash._createpadding@3.6.1 /root/.npm/953fd180-lodash-createpadding-3-6-1.lock
7775npm verb readDependencies using package.json deps
7776npm verb readDependencies using package.json deps
7777npm verb lock http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz /root/.npm/db309239-ng-lodash-basetostring-3-0-1-tgz.lock
7778npm verb lock http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz /root/.npm/eb5147b7-g-lodash-createpadding-3-6-1-tgz.lock
7779npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz',
7780npm verb addRemoteTarball 'd1861d877f824a52f669832dcaf3ee15566a07d5' ]
7781npm verb cache add [ 'concat-map@0.0.1', null ]
7782npm verb cache add name=undefined spec="concat-map@0.0.1" args=["concat-map@0.0.1",null]
7783npm verb parsed url { protocol: null,
7784npm verb parsed url slashes: null,
7785npm verb parsed url auth: null,
7786npm verb parsed url host: null,
7787npm verb parsed url port: null,
7788npm verb parsed url hostname: null,
7789npm verb parsed url hash: null,
7790npm verb parsed url search: null,
7791npm verb parsed url query: null,
7792npm verb parsed url pathname: 'concat-map@0.0.1',
7793npm verb parsed url path: 'concat-map@0.0.1',
7794npm verb parsed url href: 'concat-map@0.0.1' }
7795npm verb cache add name="concat-map" spec="0.0.1" args=["concat-map","0.0.1"]
7796npm verb parsed url { protocol: null,
7797npm verb parsed url slashes: null,
7798npm verb parsed url auth: null,
7799npm verb parsed url host: null,
7800npm verb parsed url port: null,
7801npm verb parsed url hostname: null,
7802npm verb parsed url hash: null,
7803npm verb parsed url search: null,
7804npm verb parsed url query: null,
7805npm verb parsed url pathname: '0.0.1',
7806npm verb parsed url path: '0.0.1',
7807npm verb parsed url href: '0.0.1' }
7808npm verb addNamed [ 'concat-map', '0.0.1' ]
7809npm verb addNamed [ '0.0.1', '0.0.1' ]
7810npm verb lock concat-map@0.0.1 /root/.npm/76b37408-concat-map-0-0-1.lock
7811npm verb cache add [ 'balanced-match@^0.3.0', null ]
7812npm verb cache add name=undefined spec="balanced-match@^0.3.0" args=["balanced-match@^0.3.0",null]
7813npm verb parsed url { protocol: null,
7814npm verb parsed url slashes: null,
7815npm verb parsed url auth: null,
7816npm verb parsed url host: null,
7817npm verb parsed url port: null,
7818npm verb parsed url hostname: null,
7819npm verb parsed url hash: null,
7820npm verb parsed url search: null,
7821npm verb parsed url query: null,
7822npm verb parsed url pathname: 'balanced-match@%5E0.3.0',
7823npm verb parsed url path: 'balanced-match@%5E0.3.0',
7824npm verb parsed url href: 'balanced-match@%5E0.3.0' }
7825npm verb cache add name="balanced-match" spec="^0.3.0" args=["balanced-match","^0.3.0"]
7826npm verb parsed url { protocol: null,
7827npm verb parsed url slashes: null,
7828npm verb parsed url auth: null,
7829npm verb parsed url host: null,
7830npm verb parsed url port: null,
7831npm verb parsed url hostname: null,
7832npm verb parsed url hash: null,
7833npm verb parsed url search: null,
7834npm verb parsed url query: null,
7835npm verb parsed url pathname: '%5E0.3.0',
7836npm verb parsed url path: '%5E0.3.0',
7837npm verb parsed url href: '%5E0.3.0' }
7838npm verb addNamed [ 'balanced-match', '^0.3.0' ]
7839npm verb addNamed [ null, '>=0.3.0-0 <0.4.0-0' ]
7840npm verb lock balanced-match@^0.3.0 /root/.npm/78d44848-balanced-match-0-3-0.lock
7841npm info retry fetch attempt 1 at 11:06:00
7842npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/tmp.tgz
7843npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz',
7844npm verb addRemoteTarball '4907b438595adc54ee8935527a6c424c02c81a87' ]
7845npm info retry fetch attempt 1 at 11:06:00
7846npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/tmp.tgz
7847npm http GET http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
7848npm verb url raw concat-map/0.0.1
7849npm verb url resolving [ 'http://registry.npmjs.org/', './concat-map/0.0.1' ]
7850npm verb url resolved http://registry.npmjs.org/concat-map/0.0.1
7851npm info trying registry request attempt 1 at 11:06:00
7852npm http GET http://registry.npmjs.org/concat-map/0.0.1
7853npm verb url raw balanced-match
7854npm verb url resolving [ 'http://registry.npmjs.org/', './balanced-match' ]
7855npm verb url resolved http://registry.npmjs.org/balanced-match
7856npm info trying registry request attempt 1 at 11:06:00
7857npm http GET http://registry.npmjs.org/balanced-match
7858npm http GET http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
7859npm verb chmod /root/.npm/har-validator/2.0.3/package.tgz 644
7860npm verb chown /root/.npm/har-validator/2.0.3/package.tgz [ 0, 0 ]
7861npm http 200 http://registry.npmjs.org/ms/0.7.1
7862npm info preinstall wrappy@1.0.1
7863npm verb tar pack [ '/root/.npm/readable-stream/2.0.5/package.tgz',
7864npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/package' ]
7865npm verb tarball /root/.npm/readable-stream/2.0.5/package.tgz
7866npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/package
7867npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868759503-0.03977426001802087/package /root/.npm/1737075e-9503-0-03977426001802087-package.lock
7868npm verb lock tar:///root/.npm/readable-stream/2.0.5/package.tgz /root/.npm/05b8e26e-eadable-stream-2-0-5-package-tgz.lock
7869npm info preinstall inherits@2.0.1
7870npm verb readDependencies using package.json deps
7871npm verb readDependencies using package.json deps
7872npm verb readDependencies using package.json deps
7873npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
7874npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
7875npm verb linkStuff [ true,
7876npm verb linkStuff '/usr/lib/node_modules',
7877npm verb linkStuff false,
7878npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules' ]
7879npm info linkStuff wrappy@1.0.1
7880npm verb readDependencies using package.json deps
7881npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/inherits
7882npm info build /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/inherits
7883npm verb linkStuff [ true,
7884npm verb linkStuff '/usr/lib/node_modules',
7885npm verb linkStuff false,
7886npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/tar/node_modules' ]
7887npm info linkStuff inherits@2.0.1
7888npm verb linkBins wrappy@1.0.1
7889npm verb linkMans wrappy@1.0.1
7890npm verb rebuildBundles wrappy@1.0.1
7891npm verb linkBins inherits@2.0.1
7892npm verb linkMans inherits@2.0.1
7893npm verb rebuildBundles inherits@2.0.1
7894npm info install wrappy@1.0.1
7895npm verb lock http://registry.npmjs.org/ms/-/ms-0.7.1.tgz /root/.npm/ede5583a-gistry-npmjs-org-ms-ms-0-7-1-tgz.lock
7896npm info install inherits@2.0.1
7897npm info postinstall wrappy@1.0.1
7898npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
7899npm verb addRemoteTarball '9cd13c03adbff25b65effde7ce864ee952017098' ]
7900npm info postinstall inherits@2.0.1
7901npm http 200 http://registry.npmjs.org/concat-map/0.0.1
7902npm info retry fetch attempt 1 at 11:06:00
7903npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/tmp.tgz
7904npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight
7905npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight
7906npm verb linkStuff [ true,
7907npm verb linkStuff '/usr/lib/node_modules',
7908npm verb linkStuff false,
7909npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules' ]
7910npm info linkStuff inflight@1.0.4
7911npm http 200 http://registry.npmjs.org/balanced-match
7912npm http 200 http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
7913npm http 200 http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
7914npm http GET http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
7915npm verb linkBins inflight@1.0.4
7916npm verb linkMans inflight@1.0.4
7917npm verb rebuildBundles inflight@1.0.4
7918npm verb rebuildBundles [ 'wrappy' ]
7919npm info install inflight@1.0.4
7920npm info postinstall inflight@1.0.4
7921npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/tmp.tgz
7922npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/package /root/.npm/f9110725-60718-0-6726371049880981-package.lock
7923npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/tmp.tgz /root/.npm/74eaebdc-60718-0-6726371049880981-tmp-tgz.lock
7924npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/tmp.tgz
7925npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/package /root/.npm/a61166cf-60723-0-8708301598671824-package.lock
7926npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/tmp.tgz /root/.npm/79723a04-60723-0-8708301598671824-tmp-tgz.lock
7927npm verb addNamed [ 'balanced-match', '0.3.0' ]
7928npm verb addNamed [ '0.3.0', '0.3.0' ]
7929npm verb lock balanced-match@0.3.0 /root/.npm/d20762d6-balanced-match-0-3-0.lock
7930npm verb lock http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz /root/.npm/554d6ca0--concat-map-concat-map-0-0-1-tgz.lock
7931npm verb lock http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz /root/.npm/377f20e3-d-match-balanced-match-0-3-0-tgz.lock
7932npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
7933npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
7934npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
7935npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
7936npm info retry fetch attempt 1 at 11:06:00
7937npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/tmp.tgz
7938npm info retry fetch attempt 1 at 11:06:00
7939npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/tmp.tgz
7940npm http GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
7941npm http GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
7942npm http 200 http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
7943npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/tmp.tgz
7944npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/package /root/.npm/beabd127-60776-0-0404094597324729-package.lock
7945npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/tmp.tgz /root/.npm/b747c511-60776-0-0404094597324729-tmp-tgz.lock
7946npm info preinstall block-stream@0.0.8
7947npm verb readDependencies using package.json deps
7948npm verb readDependencies using package.json deps
7949npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/block-stream
7950npm info build /usr/lib/node_modules/node-gyp/node_modules/tar/node_modules/block-stream
7951npm verb linkStuff [ true,
7952npm verb linkStuff '/usr/lib/node_modules',
7953npm verb linkStuff false,
7954npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/tar/node_modules' ]
7955npm info linkStuff block-stream@0.0.8
7956npm http 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
7957npm http 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
7958npm verb linkBins block-stream@0.0.8
7959npm verb linkMans block-stream@0.0.8
7960npm verb rebuildBundles block-stream@0.0.8
7961npm info install block-stream@0.0.8
7962npm info postinstall block-stream@0.0.8
7963npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/tmp.tgz
7964npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/package /root/.npm/f395df78-0814-0-14915283699519932-package.lock
7965npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/tmp.tgz /root/.npm/fcb3ef73-0814-0-14915283699519932-tmp-tgz.lock
7966npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/tmp.tgz
7967npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/package /root/.npm/b3c0429c-60814-0-5109360159840435-package.lock
7968npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/tmp.tgz /root/.npm/902388d0-60814-0-5109360159840435-tmp-tgz.lock
7969npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/tar
7970npm info build /usr/lib/node_modules/node-gyp/node_modules/tar
7971npm verb linkStuff [ true,
7972npm verb linkStuff '/usr/lib/node_modules',
7973npm verb linkStuff false,
7974npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
7975npm info linkStuff tar@2.2.1
7976npm verb linkBins tar@2.2.1
7977npm verb linkMans tar@2.2.1
7978npm verb rebuildBundles tar@2.2.1
7979npm verb rebuildBundles [ 'block-stream', 'inherits' ]
7980npm info install tar@2.2.1
7981npm info postinstall tar@2.2.1
7982npm verb tar pack [ '/root/.npm/lodash._basetostring/3.0.1/package.tgz',
7983npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/package' ]
7984npm verb tarball /root/.npm/lodash._basetostring/3.0.1/package.tgz
7985npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/package
7986npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760718-0.6726371049880981/package /root/.npm/f9110725-60718-0-6726371049880981-package.lock
7987npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package.tgz /root/.npm/3a477dcf-h-basetostring-3-0-1-package-tgz.lock
7988npm verb tar pack [ '/root/.npm/lodash._createpadding/3.6.1/package.tgz',
7989npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/package' ]
7990npm verb tarball /root/.npm/lodash._createpadding/3.6.1/package.tgz
7991npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/package
7992npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760723-0.8708301598671824/package /root/.npm/a61166cf-60723-0-8708301598671824-package.lock
7993npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package.tgz /root/.npm/e8b5e0dd--createpadding-3-6-1-package-tgz.lock
7994npm info preinstall brace-expansion@1.1.2
7995npm verb readDependencies using package.json deps
7996npm verb readDependencies using package.json deps
7997npm verb cache add [ 'balanced-match@^0.3.0', null ]
7998npm verb cache add name=undefined spec="balanced-match@^0.3.0" args=["balanced-match@^0.3.0",null]
7999npm verb parsed url { protocol: null,
8000npm verb parsed url slashes: null,
8001npm verb parsed url auth: null,
8002npm verb parsed url host: null,
8003npm verb parsed url port: null,
8004npm verb parsed url hostname: null,
8005npm verb parsed url hash: null,
8006npm verb parsed url search: null,
8007npm verb parsed url query: null,
8008npm verb parsed url pathname: 'balanced-match@%5E0.3.0',
8009npm verb parsed url path: 'balanced-match@%5E0.3.0',
8010npm verb parsed url href: 'balanced-match@%5E0.3.0' }
8011npm verb cache add name="balanced-match" spec="^0.3.0" args=["balanced-match","^0.3.0"]
8012npm verb parsed url { protocol: null,
8013npm verb parsed url slashes: null,
8014npm verb parsed url auth: null,
8015npm verb parsed url host: null,
8016npm verb parsed url port: null,
8017npm verb parsed url hostname: null,
8018npm verb parsed url hash: null,
8019npm verb parsed url search: null,
8020npm verb parsed url query: null,
8021npm verb parsed url pathname: '%5E0.3.0',
8022npm verb parsed url path: '%5E0.3.0',
8023npm verb parsed url href: '%5E0.3.0' }
8024npm verb addNamed [ 'balanced-match', '^0.3.0' ]
8025npm verb cache add [ 'concat-map@0.0.1', null ]
8026npm verb cache add name=undefined spec="concat-map@0.0.1" args=["concat-map@0.0.1",null]
8027npm verb parsed url { protocol: null,
8028npm verb parsed url slashes: null,
8029npm verb parsed url auth: null,
8030npm verb parsed url host: null,
8031npm verb parsed url port: null,
8032npm verb parsed url hostname: null,
8033npm verb parsed url hash: null,
8034npm verb parsed url search: null,
8035npm verb parsed url query: null,
8036npm verb parsed url pathname: 'concat-map@0.0.1',
8037npm verb parsed url path: 'concat-map@0.0.1',
8038npm verb parsed url href: 'concat-map@0.0.1' }
8039npm verb cache add name="concat-map" spec="0.0.1" args=["concat-map","0.0.1"]
8040npm verb parsed url { protocol: null,
8041npm verb parsed url slashes: null,
8042npm verb parsed url auth: null,
8043npm verb parsed url host: null,
8044npm verb parsed url port: null,
8045npm verb parsed url hostname: null,
8046npm verb parsed url hash: null,
8047npm verb parsed url search: null,
8048npm verb parsed url query: null,
8049npm verb parsed url pathname: '0.0.1',
8050npm verb parsed url path: '0.0.1',
8051npm verb parsed url href: '0.0.1' }
8052npm verb addNamed [ 'concat-map', '0.0.1' ]
8053npm info preinstall wrappy@1.0.1
8054npm verb readDependencies using package.json deps
8055npm verb readDependencies using package.json deps
8056npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
8057npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
8058npm verb linkStuff [ true,
8059npm verb linkStuff '/usr/lib/node_modules',
8060npm verb linkStuff false,
8061npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules' ]
8062npm info linkStuff wrappy@1.0.1
8063npm verb linkBins wrappy@1.0.1
8064npm verb linkMans wrappy@1.0.1
8065npm verb rebuildBundles wrappy@1.0.1
8066npm info install wrappy@1.0.1
8067npm info postinstall wrappy@1.0.1
8068npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once
8069npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/once
8070npm verb linkStuff [ true,
8071npm verb linkStuff '/usr/lib/node_modules',
8072npm verb linkStuff false,
8073npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules' ]
8074npm info linkStuff once@1.3.3
8075npm verb linkBins once@1.3.3
8076npm verb linkMans once@1.3.3
8077npm verb rebuildBundles once@1.3.3
8078npm verb rebuildBundles [ 'wrappy' ]
8079npm info install once@1.3.3
8080npm info postinstall once@1.3.3
8081npm verb lock /root/.npm/lodash._basetostring/3.0.1/package /root/.npm/9700dd7a-odash-basetostring-3-0-1-package.lock
8082npm verb tar pack [ '/root/.npm/ms/0.7.1/package.tgz',
8083npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/package' ]
8084npm verb tarball /root/.npm/ms/0.7.1/package.tgz
8085npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/package
8086npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760776-0.0404094597324729/package /root/.npm/beabd127-60776-0-0404094597324729-package.lock
8087npm verb lock tar:///root/.npm/ms/0.7.1/package.tgz /root/.npm/1d479d00-ar-root-npm-ms-0-7-1-package-tgz.lock
8088npm verb lock /root/.npm/lodash._createpadding/3.6.1/package /root/.npm/4d9c985b-dash-createpadding-3-6-1-package.lock
8089npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
8090npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package /root/.npm/7dfef8df-odash-basetostring-3-0-1-package.lock
8091npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package.tgz /root/.npm/3a477dcf-h-basetostring-3-0-1-package-tgz.lock
8092npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
8093npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package /root/.npm/13034e04-dash-createpadding-3-6-1-package.lock
8094npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package.tgz /root/.npm/e8b5e0dd--createpadding-3-6-1-package-tgz.lock
8095npm verb tar pack [ '/root/.npm/concat-map/0.0.1/package.tgz',
8096npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/package' ]
8097npm verb tarball /root/.npm/concat-map/0.0.1/package.tgz
8098npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/package
8099npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.5109360159840435/package /root/.npm/b3c0429c-60814-0-5109360159840435-package.lock
8100npm verb lock tar:///root/.npm/concat-map/0.0.1/package.tgz /root/.npm/cc3ee8b9-npm-concat-map-0-0-1-package-tgz.lock
8101npm verb chmod /root/.npm/qs/5.2.0/package.tgz 644
8102npm verb chown /root/.npm/qs/5.2.0/package.tgz [ 0, 0 ]
8103npm verb tar pack [ '/root/.npm/balanced-match/0.3.0/package.tgz',
8104npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/package' ]
8105npm verb tarball /root/.npm/balanced-match/0.3.0/package.tgz
8106npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/package
8107npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868760814-0.14915283699519932/package /root/.npm/f395df78-0814-0-14915283699519932-package.lock
8108npm verb lock tar:///root/.npm/balanced-match/0.3.0/package.tgz /root/.npm/83ead844-balanced-match-0-3-0-package-tgz.lock
8109npm verb lock /root/.npm/ms/0.7.1/package /root/.npm/9d597416-root-npm-ms-0-7-1-package.lock
8110npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
8111npm verb lock tar:///root/.npm/ms/0.7.1/package /root/.npm/3e4a53a2-tar-root-npm-ms-0-7-1-package.lock
8112npm verb lock tar:///root/.npm/ms/0.7.1/package.tgz /root/.npm/1d479d00-ar-root-npm-ms-0-7-1-package-tgz.lock
8113npm verb chmod /root/.npm/lodash._basetostring/3.0.1/package.tgz 644
8114npm verb chown /root/.npm/lodash._basetostring/3.0.1/package.tgz [ 0, 0 ]
8115npm verb chmod /root/.npm/lodash._createpadding/3.6.1/package.tgz 644
8116npm verb chown /root/.npm/lodash._createpadding/3.6.1/package.tgz [ 0, 0 ]
8117npm info install lodash._basetostring@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft
8118npm info install lodash._createpadding@3.6.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft
8119npm info installOne lodash._basetostring@3.0.1
8120npm info installOne lodash._createpadding@3.6.1
8121npm info install lodash._basetostring@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad
8122npm info install lodash._createpadding@3.6.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad
8123npm info installOne lodash._basetostring@3.0.1
8124npm info installOne lodash._createpadding@3.6.1
8125npm info install lodash._basetostring@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright
8126npm info install lodash._createpadding@3.6.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright
8127npm info installOne lodash._basetostring@3.0.1
8128npm info installOne lodash._createpadding@3.6.1
8129npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring unbuild
8130npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding unbuild
8131npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring unbuild
8132npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding unbuild
8133npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring unbuild
8134npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding unbuild
8135npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
8136npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring /root/.npm/31b9d15d-node-modules-lodash-basetostring.lock
8137npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package.tgz /root/.npm/3a477dcf-h-basetostring-3-0-1-package-tgz.lock
8138npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
8139npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding /root/.npm/46eb89d2-ode-modules-lodash-createpadding.lock
8140npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package.tgz /root/.npm/e8b5e0dd--createpadding-3-6-1-package-tgz.lock
8141npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
8142npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring /root/.npm/2419594e-node-modules-lodash-basetostring.lock
8143npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package.tgz /root/.npm/3a477dcf-h-basetostring-3-0-1-package-tgz.lock
8144npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
8145npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding /root/.npm/9be33da1-ode-modules-lodash-createpadding.lock
8146npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package.tgz /root/.npm/e8b5e0dd--createpadding-3-6-1-package-tgz.lock
8147npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
8148npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring /root/.npm/a576acf7-node-modules-lodash-basetostring.lock
8149npm verb lock tar:///root/.npm/lodash._basetostring/3.0.1/package.tgz /root/.npm/3a477dcf-h-basetostring-3-0-1-package-tgz.lock
8150npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
8151npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding /root/.npm/9691d3b0-ode-modules-lodash-createpadding.lock
8152npm verb lock tar:///root/.npm/lodash._createpadding/3.6.1/package.tgz /root/.npm/e8b5e0dd--createpadding-3-6-1-package-tgz.lock
8153npm verb lock /root/.npm/concat-map/0.0.1/package /root/.npm/e47e65fd-oot-npm-concat-map-0-0-1-package.lock
8154npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
8155npm verb lock tar:///root/.npm/concat-map/0.0.1/package /root/.npm/f2f5fc01-oot-npm-concat-map-0-0-1-package.lock
8156npm verb lock tar:///root/.npm/concat-map/0.0.1/package.tgz /root/.npm/cc3ee8b9-npm-concat-map-0-0-1-package-tgz.lock
8157npm verb lock /root/.npm/balanced-match/0.3.0/package /root/.npm/f8a03f59-npm-balanced-match-0-3-0-package.lock
8158npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
8159npm verb lock tar:///root/.npm/balanced-match/0.3.0/package /root/.npm/d59e0666-npm-balanced-match-0-3-0-package.lock
8160npm verb lock tar:///root/.npm/balanced-match/0.3.0/package.tgz /root/.npm/83ead844-balanced-match-0-3-0-package-tgz.lock
8161npm verb chmod /root/.npm/ms/0.7.1/package.tgz 644
8162npm verb chown /root/.npm/ms/0.7.1/package.tgz [ 0, 0 ]
8163npm info install ms@0.7.1 into /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
8164npm info installOne ms@0.7.1
8165npm info /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms unbuild
8166npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
8167npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms /root/.npm/ba7a618c-de-modules-debug-node-modules-ms.lock
8168npm verb lock tar:///root/.npm/ms/0.7.1/package.tgz /root/.npm/1d479d00-ar-root-npm-ms-0-7-1-package-tgz.lock
8169npm verb tar pack [ '/root/.npm/hawk/3.1.2/package.tgz',
8170npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/package' ]
8171npm verb tarball /root/.npm/hawk/3.1.2/package.tgz
8172npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/package
8173npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868757927-0.20455528423190117/package /root/.npm/d019bf99-7927-0-20455528423190117-package.lock
8174npm verb lock tar:///root/.npm/hawk/3.1.2/package.tgz /root/.npm/d2aeee57--root-npm-hawk-3-1-2-package-tgz.lock
8175npm info preinstall lodash._basetostring@3.0.1
8176npm info preinstall lodash._createpadding@3.6.1
8177npm verb readDependencies using package.json deps
8178npm verb readDependencies using package.json deps
8179npm verb readDependencies using package.json deps
8180npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
8181npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring
8182npm verb linkStuff [ true,
8183npm verb linkStuff '/usr/lib/node_modules',
8184npm verb linkStuff false,
8185npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules' ]
8186npm info linkStuff lodash._basetostring@3.0.1
8187npm verb readDependencies using package.json deps
8188npm verb linkBins lodash._basetostring@3.0.1
8189npm verb linkMans lodash._basetostring@3.0.1
8190npm verb rebuildBundles lodash._basetostring@3.0.1
8191npm verb cache add [ 'lodash.repeat@^3.0.0', null ]
8192npm verb cache add name=undefined spec="lodash.repeat@^3.0.0" args=["lodash.repeat@^3.0.0",null]
8193npm verb parsed url { protocol: null,
8194npm verb parsed url slashes: null,
8195npm verb parsed url auth: null,
8196npm verb parsed url host: null,
8197npm verb parsed url port: null,
8198npm verb parsed url hostname: null,
8199npm verb parsed url hash: null,
8200npm verb parsed url search: null,
8201npm verb parsed url query: null,
8202npm verb parsed url pathname: 'lodash.repeat@%5E3.0.0',
8203npm verb parsed url path: 'lodash.repeat@%5E3.0.0',
8204npm verb parsed url href: 'lodash.repeat@%5E3.0.0' }
8205npm verb cache add name="lodash.repeat" spec="^3.0.0" args=["lodash.repeat","^3.0.0"]
8206npm verb parsed url { protocol: null,
8207npm verb parsed url slashes: null,
8208npm verb parsed url auth: null,
8209npm verb parsed url host: null,
8210npm verb parsed url port: null,
8211npm verb parsed url hostname: null,
8212npm verb parsed url hash: null,
8213npm verb parsed url search: null,
8214npm verb parsed url query: null,
8215npm verb parsed url pathname: '%5E3.0.0',
8216npm verb parsed url path: '%5E3.0.0',
8217npm verb parsed url href: '%5E3.0.0' }
8218npm verb addNamed [ 'lodash.repeat', '^3.0.0' ]
8219npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
8220npm verb lock lodash.repeat@^3.0.0 /root/.npm/a159acc7-lodash-repeat-3-0-0.lock
8221npm info install lodash._basetostring@3.0.1
8222npm info postinstall lodash._basetostring@3.0.1
8223npm verb url raw lodash.repeat
8224npm verb url resolving [ 'http://registry.npmjs.org/', './lodash.repeat' ]
8225npm verb url resolved http://registry.npmjs.org/lodash.repeat
8226npm info trying registry request attempt 1 at 11:06:01
8227npm http GET http://registry.npmjs.org/lodash.repeat
8228npm verb chmod /root/.npm/concat-map/0.0.1/package.tgz 644
8229npm verb chown /root/.npm/concat-map/0.0.1/package.tgz [ 0, 0 ]
8230npm http 200 http://registry.npmjs.org/lodash.repeat
8231npm verb addNamed [ 'lodash.repeat', '3.0.1' ]
8232npm verb addNamed [ '3.0.1', '3.0.1' ]
8233npm verb lock lodash.repeat@3.0.1 /root/.npm/2c456e2f-lodash-repeat-3-0-1.lock
8234npm verb lock http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz /root/.npm/f044db62-h-repeat-lodash-repeat-3-0-1-tgz.lock
8235npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz',
8236npm verb addRemoteTarball 'f4b98dc7ef67256ce61e7874e1865edb208e0edf' ]
8237npm info retry fetch attempt 1 at 11:06:01
8238npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/tmp.tgz
8239npm verb lock /root/.npm/readable-stream/2.0.5/package /root/.npm/5f9cc8aa-pm-readable-stream-2-0-5-package.lock
8240npm http GET http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
8241npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
8242npm verb lock tar:///root/.npm/readable-stream/2.0.5/package /root/.npm/81368c8d-pm-readable-stream-2-0-5-package.lock
8243npm verb lock tar:///root/.npm/readable-stream/2.0.5/package.tgz /root/.npm/05b8e26e-eadable-stream-2-0-5-package-tgz.lock
8244npm info preinstall ms@0.7.1
8245npm info preinstall lodash._basetostring@3.0.1
8246npm info preinstall lodash._createpadding@3.6.1
8247npm verb readDependencies using package.json deps
8248npm verb readDependencies using package.json deps
8249npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms
8250npm info build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms
8251npm verb linkStuff [ true,
8252npm verb linkStuff '/usr/lib/node_modules',
8253npm verb linkStuff false,
8254npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules' ]
8255npm info linkStuff ms@0.7.1
8256npm verb readDependencies using package.json deps
8257npm verb readDependencies using package.json deps
8258npm verb linkBins ms@0.7.1
8259npm verb linkMans ms@0.7.1
8260npm verb rebuildBundles ms@0.7.1
8261npm verb readDependencies using package.json deps
8262npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring
8263npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring
8264npm verb linkStuff [ true,
8265npm verb linkStuff '/usr/lib/node_modules',
8266npm verb linkStuff false,
8267npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules' ]
8268npm info linkStuff lodash._basetostring@3.0.1
8269npm verb readDependencies using package.json deps
8270npm info install ms@0.7.1
8271npm verb linkBins lodash._basetostring@3.0.1
8272npm verb linkMans lodash._basetostring@3.0.1
8273npm verb rebuildBundles lodash._basetostring@3.0.1
8274npm verb cache add [ 'lodash.repeat@^3.0.0', null ]
8275npm verb cache add name=undefined spec="lodash.repeat@^3.0.0" args=["lodash.repeat@^3.0.0",null]
8276npm verb parsed url { protocol: null,
8277npm verb parsed url slashes: null,
8278npm verb parsed url auth: null,
8279npm verb parsed url host: null,
8280npm verb parsed url port: null,
8281npm verb parsed url hostname: null,
8282npm verb parsed url hash: null,
8283npm verb parsed url search: null,
8284npm verb parsed url query: null,
8285npm verb parsed url pathname: 'lodash.repeat@%5E3.0.0',
8286npm verb parsed url path: 'lodash.repeat@%5E3.0.0',
8287npm verb parsed url href: 'lodash.repeat@%5E3.0.0' }
8288npm verb cache add name="lodash.repeat" spec="^3.0.0" args=["lodash.repeat","^3.0.0"]
8289npm verb parsed url { protocol: null,
8290npm verb parsed url slashes: null,
8291npm verb parsed url auth: null,
8292npm verb parsed url host: null,
8293npm verb parsed url port: null,
8294npm verb parsed url hostname: null,
8295npm verb parsed url hash: null,
8296npm verb parsed url search: null,
8297npm verb parsed url query: null,
8298npm verb parsed url pathname: '%5E3.0.0',
8299npm verb parsed url path: '%5E3.0.0',
8300npm verb parsed url href: '%5E3.0.0' }
8301npm verb addNamed [ 'lodash.repeat', '^3.0.0' ]
8302npm info postinstall ms@0.7.1
8303npm info install lodash._basetostring@3.0.1
8304npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
8305npm info build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
8306npm verb linkStuff [ true,
8307npm verb linkStuff '/usr/lib/node_modules',
8308npm verb linkStuff false,
8309npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules' ]
8310npm info linkStuff debug@2.2.0
8311npm info postinstall lodash._basetostring@3.0.1
8312npm verb linkBins debug@2.2.0
8313npm verb linkMans debug@2.2.0
8314npm verb rebuildBundles debug@2.2.0
8315npm verb rebuildBundles [ 'ms' ]
8316npm info install debug@2.2.0
8317npm info postinstall debug@2.2.0
8318npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index
8319npm info build /usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules/array-index
8320npm verb linkStuff [ true,
8321npm verb linkStuff '/usr/lib/node_modules',
8322npm verb linkStuff false,
8323npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/path-array/node_modules' ]
8324npm info linkStuff array-index@0.1.1
8325npm http 200 http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
8326npm verb linkBins array-index@0.1.1
8327npm verb linkMans array-index@0.1.1
8328npm verb rebuildBundles array-index@0.1.1
8329npm verb rebuildBundles [ 'debug' ]
8330npm info install array-index@0.1.1
8331npm info postinstall array-index@0.1.1
8332npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/tmp.tgz
8333npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/package /root/.npm/80e4b39b-61279-0-4925987282767892-package.lock
8334npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/tmp.tgz /root/.npm/d2002a6a-61279-0-4925987282767892-tmp-tgz.lock
8335npm verb chmod /root/.npm/balanced-match/0.3.0/package.tgz 644
8336npm verb chown /root/.npm/balanced-match/0.3.0/package.tgz [ 0, 0 ]
8337npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/path-array
8338npm info build /usr/lib/node_modules/node-gyp/node_modules/path-array
8339npm verb linkStuff [ true,
8340npm verb linkStuff '/usr/lib/node_modules',
8341npm verb linkStuff false,
8342npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
8343npm info linkStuff path-array@1.0.0
8344npm verb linkBins path-array@1.0.0
8345npm verb linkMans path-array@1.0.0
8346npm verb rebuildBundles path-array@1.0.0
8347npm verb lock /root/.npm/tough-cookie/2.2.1/package /root/.npm/f9f0de7c-t-npm-tough-cookie-2-2-1-package.lock
8348npm verb rebuildBundles [ 'array-index' ]
8349npm info install path-array@1.0.0
8350npm info install concat-map@0.0.1 into /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8351npm info install balanced-match@0.3.0 into /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8352npm info installOne concat-map@0.0.1
8353npm info installOne balanced-match@0.3.0
8354npm info install concat-map@0.0.1 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8355npm info install balanced-match@0.3.0 into /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8356npm info installOne concat-map@0.0.1
8357npm info installOne balanced-match@0.3.0
8358npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map unbuild
8359npm info /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match unbuild
8360npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map unbuild
8361npm info /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match unbuild
8362npm info postinstall path-array@1.0.0
8363npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
8364npm verb lock tar:///root/.npm/tough-cookie/2.2.1/package /root/.npm/3aa4d586-t-npm-tough-cookie-2-2-1-package.lock
8365npm verb lock tar:///root/.npm/tough-cookie/2.2.1/package.tgz /root/.npm/bb72d1da-m-tough-cookie-2-2-1-package-tgz.lock
8366npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
8367npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map /root/.npm/9a986e6c-xpansion-node-modules-concat-map.lock
8368npm verb lock tar:///root/.npm/concat-map/0.0.1/package.tgz /root/.npm/cc3ee8b9-npm-concat-map-0-0-1-package-tgz.lock
8369npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
8370npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match /root/.npm/ce49ee86-sion-node-modules-balanced-match.lock
8371npm verb lock tar:///root/.npm/balanced-match/0.3.0/package.tgz /root/.npm/83ead844-balanced-match-0-3-0-package-tgz.lock
8372npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
8373npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map /root/.npm/9c863a92-xpansion-node-modules-concat-map.lock
8374npm verb lock tar:///root/.npm/concat-map/0.0.1/package.tgz /root/.npm/cc3ee8b9-npm-concat-map-0-0-1-package-tgz.lock
8375npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
8376npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match /root/.npm/63009f12-sion-node-modules-balanced-match.lock
8377npm verb lock tar:///root/.npm/balanced-match/0.3.0/package.tgz /root/.npm/83ead844-balanced-match-0-3-0-package-tgz.lock
8378npm info preinstall lodash._basetostring@3.0.1
8379npm info preinstall lodash._createpadding@3.6.1
8380npm verb readDependencies using package.json deps
8381npm verb readDependencies using package.json deps
8382npm verb readDependencies using package.json deps
8383npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
8384npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring
8385npm verb linkStuff [ true,
8386npm verb linkStuff '/usr/lib/node_modules',
8387npm verb linkStuff false,
8388npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules' ]
8389npm info linkStuff lodash._basetostring@3.0.1
8390npm verb readDependencies using package.json deps
8391npm verb cache add [ 'lodash.repeat@^3.0.0', null ]
8392npm verb cache add name=undefined spec="lodash.repeat@^3.0.0" args=["lodash.repeat@^3.0.0",null]
8393npm verb parsed url { protocol: null,
8394npm verb parsed url slashes: null,
8395npm verb parsed url auth: null,
8396npm verb parsed url host: null,
8397npm verb parsed url port: null,
8398npm verb parsed url hostname: null,
8399npm verb parsed url hash: null,
8400npm verb parsed url search: null,
8401npm verb parsed url query: null,
8402npm verb parsed url pathname: 'lodash.repeat@%5E3.0.0',
8403npm verb parsed url path: 'lodash.repeat@%5E3.0.0',
8404npm verb parsed url href: 'lodash.repeat@%5E3.0.0' }
8405npm verb cache add name="lodash.repeat" spec="^3.0.0" args=["lodash.repeat","^3.0.0"]
8406npm verb parsed url { protocol: null,
8407npm verb parsed url slashes: null,
8408npm verb parsed url auth: null,
8409npm verb parsed url host: null,
8410npm verb parsed url port: null,
8411npm verb parsed url hostname: null,
8412npm verb parsed url hash: null,
8413npm verb parsed url search: null,
8414npm verb parsed url query: null,
8415npm verb parsed url pathname: '%5E3.0.0',
8416npm verb parsed url path: '%5E3.0.0',
8417npm verb parsed url href: '%5E3.0.0' }
8418npm verb addNamed [ 'lodash.repeat', '^3.0.0' ]
8419npm verb linkBins lodash._basetostring@3.0.1
8420npm verb linkMans lodash._basetostring@3.0.1
8421npm verb rebuildBundles lodash._basetostring@3.0.1
8422npm info install lodash._basetostring@3.0.1
8423npm verb tar pack [ '/root/.npm/lodash.repeat/3.0.1/package.tgz',
8424npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/package' ]
8425npm verb tarball /root/.npm/lodash.repeat/3.0.1/package.tgz
8426npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/package
8427npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761279-0.4925987282767892/package /root/.npm/80e4b39b-61279-0-4925987282767892-package.lock
8428npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package.tgz /root/.npm/ce193c34--lodash-repeat-3-0-1-package-tgz.lock
8429npm info postinstall lodash._basetostring@3.0.1
8430npm info preinstall concat-map@0.0.1
8431npm verb readDependencies using package.json deps
8432npm verb readDependencies using package.json deps
8433npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
8434npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
8435npm verb linkStuff [ true,
8436npm verb linkStuff '/usr/lib/node_modules',
8437npm verb linkStuff false,
8438npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules' ]
8439npm info linkStuff concat-map@0.0.1
8440npm verb lock /root/.npm/lodash.repeat/3.0.1/package /root/.npm/d434cbf3--npm-lodash-repeat-3-0-1-package.lock
8441npm verb linkBins concat-map@0.0.1
8442npm verb linkMans concat-map@0.0.1
8443npm verb rebuildBundles concat-map@0.0.1
8444npm info install concat-map@0.0.1
8445npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
8446npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package /root/.npm/b9b14e57--npm-lodash-repeat-3-0-1-package.lock
8447npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package.tgz /root/.npm/ce193c34--lodash-repeat-3-0-1-package-tgz.lock
8448npm info postinstall concat-map@0.0.1
8449npm info preinstall balanced-match@0.3.0
8450npm verb readDependencies using package.json deps
8451npm verb readDependencies using package.json deps
8452npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
8453npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
8454npm verb linkStuff [ true,
8455npm verb linkStuff '/usr/lib/node_modules',
8456npm verb linkStuff false,
8457npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules' ]
8458npm info linkStuff balanced-match@0.3.0
8459npm verb linkBins balanced-match@0.3.0
8460npm verb linkMans balanced-match@0.3.0
8461npm verb rebuildBundles balanced-match@0.3.0
8462npm info install balanced-match@0.3.0
8463npm info postinstall balanced-match@0.3.0
8464npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8465npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8466npm verb linkStuff [ true,
8467npm verb linkStuff '/usr/lib/node_modules',
8468npm verb linkStuff false,
8469npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules' ]
8470npm info linkStuff brace-expansion@1.1.2
8471npm verb linkBins brace-expansion@1.1.2
8472npm verb linkMans brace-expansion@1.1.2
8473npm verb rebuildBundles brace-expansion@1.1.2
8474npm verb rebuildBundles [ 'balanced-match', 'concat-map' ]
8475npm info install brace-expansion@1.1.2
8476npm info postinstall brace-expansion@1.1.2
8477npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch
8478npm info build /usr/lib/node_modules/node-gyp/node_modules/glob/node_modules/minimatch
8479npm verb linkStuff [ true,
8480npm verb linkStuff '/usr/lib/node_modules',
8481npm verb linkStuff false,
8482npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/glob/node_modules' ]
8483npm info linkStuff minimatch@2.0.10
8484npm verb linkBins minimatch@2.0.10
8485npm verb linkMans minimatch@2.0.10
8486npm verb rebuildBundles minimatch@2.0.10
8487npm verb rebuildBundles [ 'brace-expansion' ]
8488npm info install minimatch@2.0.10
8489npm info postinstall minimatch@2.0.10
8490npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/glob
8491npm info build /usr/lib/node_modules/node-gyp/node_modules/glob
8492npm verb linkStuff [ true,
8493npm verb linkStuff '/usr/lib/node_modules',
8494npm verb linkStuff false,
8495npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
8496npm info linkStuff glob@4.5.3
8497npm verb linkBins glob@4.5.3
8498npm verb linkMans glob@4.5.3
8499npm verb rebuildBundles glob@4.5.3
8500npm verb rebuildBundles [ 'inflight', 'inherits', 'minimatch', 'once' ]
8501npm info install glob@4.5.3
8502npm info postinstall glob@4.5.3
8503npm verb chmod /root/.npm/lodash.repeat/3.0.1/package.tgz 644
8504npm verb chown /root/.npm/lodash.repeat/3.0.1/package.tgz [ 0, 0 ]
8505npm info install lodash.repeat@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
8506npm info installOne lodash.repeat@3.0.1
8507npm info install lodash.repeat@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding
8508npm info installOne lodash.repeat@3.0.1
8509npm info install lodash.repeat@3.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
8510npm info installOne lodash.repeat@3.0.1
8511npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat unbuild
8512npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules/lodash.repeat unbuild
8513npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat unbuild
8514npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
8515npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat /root/.npm/94327b5a-dding-node-modules-lodash-repeat.lock
8516npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package.tgz /root/.npm/ce193c34--lodash-repeat-3-0-1-package-tgz.lock
8517npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
8518npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules/lodash.repeat /root/.npm/5471ca5b-dding-node-modules-lodash-repeat.lock
8519npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package.tgz /root/.npm/ce193c34--lodash-repeat-3-0-1-package-tgz.lock
8520npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
8521npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat /root/.npm/f8eb10b9-dding-node-modules-lodash-repeat.lock
8522npm verb lock tar:///root/.npm/lodash.repeat/3.0.1/package.tgz /root/.npm/ce193c34--lodash-repeat-3-0-1-package-tgz.lock
8523npm info preinstall concat-map@0.0.1
8524npm verb readDependencies using package.json deps
8525npm verb readDependencies using package.json deps
8526npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
8527npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
8528npm verb linkStuff [ true,
8529npm verb linkStuff '/usr/lib/node_modules',
8530npm verb linkStuff false,
8531npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules' ]
8532npm info linkStuff concat-map@0.0.1
8533npm verb linkBins concat-map@0.0.1
8534npm verb linkMans concat-map@0.0.1
8535npm verb rebuildBundles concat-map@0.0.1
8536npm info install concat-map@0.0.1
8537npm info postinstall concat-map@0.0.1
8538npm info preinstall lodash.repeat@3.0.1
8539npm verb readDependencies using package.json deps
8540npm verb readDependencies using package.json deps
8541npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat
8542npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat
8543npm verb linkStuff [ true,
8544npm verb linkStuff '/usr/lib/node_modules',
8545npm verb linkStuff false,
8546npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules' ]
8547npm info linkStuff lodash.repeat@3.0.1
8548npm verb linkBins lodash.repeat@3.0.1
8549npm verb linkMans lodash.repeat@3.0.1
8550npm verb rebuildBundles lodash.repeat@3.0.1
8551npm info install lodash.repeat@3.0.1
8552npm info postinstall lodash.repeat@3.0.1
8553npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
8554npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding
8555npm verb linkStuff [ true,
8556npm verb linkStuff '/usr/lib/node_modules',
8557npm verb linkStuff false,
8558npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules' ]
8559npm info linkStuff lodash._createpadding@3.6.1
8560npm verb linkBins lodash._createpadding@3.6.1
8561npm verb linkMans lodash._createpadding@3.6.1
8562npm verb rebuildBundles lodash._createpadding@3.6.1
8563npm verb rebuildBundles [ 'lodash.repeat' ]
8564npm info install lodash._createpadding@3.6.1
8565npm info postinstall lodash._createpadding@3.6.1
8566npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft
8567npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft
8568npm verb linkStuff [ true,
8569npm verb linkStuff '/usr/lib/node_modules',
8570npm verb linkStuff false,
8571npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules' ]
8572npm info linkStuff lodash.padleft@3.1.1
8573npm verb linkBins lodash.padleft@3.1.1
8574npm verb linkMans lodash.padleft@3.1.1
8575npm verb rebuildBundles lodash.padleft@3.1.1
8576npm verb rebuildBundles [ 'lodash._basetostring', 'lodash._createpadding' ]
8577npm info install lodash.padleft@3.1.1
8578npm info postinstall lodash.padleft@3.1.1
8579npm info preinstall balanced-match@0.3.0
8580npm verb readDependencies using package.json deps
8581npm verb readDependencies using package.json deps
8582npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
8583npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
8584npm verb linkStuff [ true,
8585npm verb linkStuff '/usr/lib/node_modules',
8586npm verb linkStuff false,
8587npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules' ]
8588npm info linkStuff balanced-match@0.3.0
8589npm verb linkBins balanced-match@0.3.0
8590npm verb linkMans balanced-match@0.3.0
8591npm verb rebuildBundles balanced-match@0.3.0
8592npm info install balanced-match@0.3.0
8593npm info postinstall balanced-match@0.3.0
8594npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8595npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
8596npm verb linkStuff [ true,
8597npm verb linkStuff '/usr/lib/node_modules',
8598npm verb linkStuff false,
8599npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules' ]
8600npm info linkStuff brace-expansion@1.1.2
8601npm verb linkBins brace-expansion@1.1.2
8602npm verb linkMans brace-expansion@1.1.2
8603npm verb rebuildBundles brace-expansion@1.1.2
8604npm verb rebuildBundles [ 'balanced-match', 'concat-map' ]
8605npm info install brace-expansion@1.1.2
8606npm info postinstall brace-expansion@1.1.2
8607npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch
8608npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch
8609npm verb linkStuff [ true,
8610npm verb linkStuff '/usr/lib/node_modules',
8611npm verb linkStuff false,
8612npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob/node_modules' ]
8613npm info linkStuff minimatch@3.0.0
8614npm verb linkBins minimatch@3.0.0
8615npm verb linkMans minimatch@3.0.0
8616npm verb rebuildBundles minimatch@3.0.0
8617npm verb rebuildBundles [ 'brace-expansion' ]
8618npm info install minimatch@3.0.0
8619npm info postinstall minimatch@3.0.0
8620npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
8621npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules/glob
8622npm verb linkStuff [ true,
8623npm verb linkStuff '/usr/lib/node_modules',
8624npm verb linkStuff false,
8625npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/rimraf/node_modules' ]
8626npm info linkStuff glob@6.0.1
8627npm verb linkBins glob@6.0.1
8628npm verb linkMans glob@6.0.1
8629npm verb rebuildBundles glob@6.0.1
8630npm verb rebuildBundles [ 'inflight', 'inherits', 'minimatch', 'once', 'path-is-absolute' ]
8631npm info install glob@6.0.1
8632npm info postinstall glob@6.0.1
8633npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/rimraf
8634npm info build /usr/lib/node_modules/node-gyp/node_modules/rimraf
8635npm verb linkStuff [ true,
8636npm verb linkStuff '/usr/lib/node_modules',
8637npm verb linkStuff false,
8638npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
8639npm info linkStuff rimraf@2.4.5
8640npm verb linkBins rimraf@2.4.5
8641npm verb link bins [ { rimraf: './bin.js' },
8642npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/.bin',
8643npm verb link bins false ]
8644npm verb linkMans rimraf@2.4.5
8645npm verb rebuildBundles rimraf@2.4.5
8646npm verb rebuildBundles [ 'glob' ]
8647npm info install rimraf@2.4.5
8648npm verb chmod /root/.npm/readable-stream/2.0.5/package.tgz 644
8649npm verb chown /root/.npm/readable-stream/2.0.5/package.tgz [ 0, 0 ]
8650npm info postinstall rimraf@2.4.5
8651npm info install delegates@0.1.0 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet
8652npm info install readable-stream@2.0.5 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet
8653npm info installOne delegates@0.1.0
8654npm info installOne readable-stream@2.0.5
8655npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates unbuild
8656npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream unbuild
8657npm verb tar unpack /root/.npm/delegates/0.1.0/package.tgz
8658npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates /root/.npm/6f5aec9c-there-yet-node-modules-delegates.lock
8659npm verb lock tar:///root/.npm/delegates/0.1.0/package.tgz /root/.npm/3f1d47c5--npm-delegates-0-1-0-package-tgz.lock
8660npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
8661npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream /root/.npm/c547d3e9-yet-node-modules-readable-stream.lock
8662npm verb lock tar:///root/.npm/readable-stream/2.0.5/package.tgz /root/.npm/05b8e26e-eadable-stream-2-0-5-package-tgz.lock
8663npm info preinstall lodash.repeat@3.0.1
8664npm verb readDependencies using package.json deps
8665npm verb readDependencies using package.json deps
8666npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules/lodash.repeat
8667npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules/lodash.repeat
8668npm verb linkStuff [ true,
8669npm verb linkStuff '/usr/lib/node_modules',
8670npm verb linkStuff false,
8671npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding/node_modules' ]
8672npm info linkStuff lodash.repeat@3.0.1
8673npm verb linkBins lodash.repeat@3.0.1
8674npm verb linkMans lodash.repeat@3.0.1
8675npm verb rebuildBundles lodash.repeat@3.0.1
8676npm info install lodash.repeat@3.0.1
8677npm info postinstall lodash.repeat@3.0.1
8678npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding
8679npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._createpadding
8680npm verb linkStuff [ true,
8681npm verb linkStuff '/usr/lib/node_modules',
8682npm verb linkStuff false,
8683npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules' ]
8684npm info linkStuff lodash._createpadding@3.6.1
8685npm verb linkBins lodash._createpadding@3.6.1
8686npm verb linkMans lodash._createpadding@3.6.1
8687npm verb rebuildBundles lodash._createpadding@3.6.1
8688npm verb rebuildBundles [ 'lodash.repeat' ]
8689npm info install lodash._createpadding@3.6.1
8690npm info postinstall lodash._createpadding@3.6.1
8691npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad
8692npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad
8693npm verb linkStuff [ true,
8694npm verb linkStuff '/usr/lib/node_modules',
8695npm verb linkStuff false,
8696npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules' ]
8697npm info linkStuff lodash.pad@3.1.1
8698npm verb linkBins lodash.pad@3.1.1
8699npm verb linkMans lodash.pad@3.1.1
8700npm verb rebuildBundles lodash.pad@3.1.1
8701npm verb rebuildBundles [ 'lodash._basetostring', 'lodash._createpadding' ]
8702npm info install lodash.pad@3.1.1
8703npm info postinstall lodash.pad@3.1.1
8704npm info preinstall delegates@0.1.0
8705npm verb readDependencies using package.json deps
8706npm verb readDependencies using package.json deps
8707npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates
8708npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates
8709npm verb linkStuff [ true,
8710npm verb linkStuff '/usr/lib/node_modules',
8711npm verb linkStuff false,
8712npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules' ]
8713npm info linkStuff delegates@0.1.0
8714npm verb linkBins delegates@0.1.0
8715npm verb linkMans delegates@0.1.0
8716npm verb rebuildBundles delegates@0.1.0
8717npm info install delegates@0.1.0
8718npm info postinstall delegates@0.1.0
8719npm info preinstall lodash.repeat@3.0.1
8720npm verb readDependencies using package.json deps
8721npm verb readDependencies using package.json deps
8722npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat
8723npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat
8724npm verb linkStuff [ true,
8725npm verb linkStuff '/usr/lib/node_modules',
8726npm verb linkStuff false,
8727npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules' ]
8728npm info linkStuff lodash.repeat@3.0.1
8729npm verb chmod /root/.npm/tough-cookie/2.2.1/package.tgz 644
8730npm verb chown /root/.npm/tough-cookie/2.2.1/package.tgz [ 0, 0 ]
8731npm verb linkBins lodash.repeat@3.0.1
8732npm verb linkMans lodash.repeat@3.0.1
8733npm verb rebuildBundles lodash.repeat@3.0.1
8734npm info install lodash.repeat@3.0.1
8735npm info postinstall lodash.repeat@3.0.1
8736npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
8737npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding
8738npm verb linkStuff [ true,
8739npm verb linkStuff '/usr/lib/node_modules',
8740npm verb linkStuff false,
8741npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules' ]
8742npm info linkStuff lodash._createpadding@3.6.1
8743npm verb linkBins lodash._createpadding@3.6.1
8744npm verb linkMans lodash._createpadding@3.6.1
8745npm verb rebuildBundles lodash._createpadding@3.6.1
8746npm verb rebuildBundles [ 'lodash.repeat' ]
8747npm info install lodash._createpadding@3.6.1
8748npm info postinstall lodash._createpadding@3.6.1
8749npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright
8750npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright
8751npm verb linkStuff [ true,
8752npm verb linkStuff '/usr/lib/node_modules',
8753npm verb linkStuff false,
8754npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules' ]
8755npm info linkStuff lodash.padright@3.1.1
8756npm verb linkBins lodash.padright@3.1.1
8757npm verb linkMans lodash.padright@3.1.1
8758npm verb rebuildBundles lodash.padright@3.1.1
8759npm verb rebuildBundles [ 'lodash._basetostring', 'lodash._createpadding' ]
8760npm info install lodash.padright@3.1.1
8761npm info postinstall lodash.padright@3.1.1
8762npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
8763npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge
8764npm verb linkStuff [ true,
8765npm verb linkStuff '/usr/lib/node_modules',
8766npm verb linkStuff false,
8767npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules' ]
8768npm info linkStuff gauge@1.2.2
8769npm verb linkBins gauge@1.2.2
8770npm verb linkMans gauge@1.2.2
8771npm verb rebuildBundles gauge@1.2.2
8772npm verb rebuildBundles [ 'has-unicode',
8773npm verb rebuildBundles 'lodash.pad',
8774npm verb rebuildBundles 'lodash.padleft',
8775npm verb rebuildBundles 'lodash.padright' ]
8776npm info install gauge@1.2.2
8777npm info postinstall gauge@1.2.2
8778npm verb lock /root/.npm/hawk/3.1.2/package /root/.npm/063105b1-root-npm-hawk-3-1-2-package.lock
8779npm verb tar unpack /root/.npm/hawk/3.1.2/package.tgz
8780npm verb lock tar:///root/.npm/hawk/3.1.2/package /root/.npm/eab689ab-tar-root-npm-hawk-3-1-2-package.lock
8781npm verb lock tar:///root/.npm/hawk/3.1.2/package.tgz /root/.npm/d2aeee57--root-npm-hawk-3-1-2-package-tgz.lock
8782npm info preinstall readable-stream@2.0.5
8783npm verb readDependencies using package.json deps
8784npm verb readDependencies using package.json deps
8785npm verb cache add [ 'core-util-is@~1.0.0', null ]
8786npm verb cache add name=undefined spec="core-util-is@~1.0.0" args=["core-util-is@~1.0.0",null]
8787npm verb parsed url { protocol: null,
8788npm verb parsed url slashes: null,
8789npm verb parsed url auth: null,
8790npm verb parsed url host: null,
8791npm verb parsed url port: null,
8792npm verb parsed url hostname: null,
8793npm verb parsed url hash: null,
8794npm verb parsed url search: null,
8795npm verb parsed url query: null,
8796npm verb parsed url pathname: 'core-util-is@~1.0.0',
8797npm verb parsed url path: 'core-util-is@~1.0.0',
8798npm verb parsed url href: 'core-util-is@~1.0.0' }
8799npm verb cache add name="core-util-is" spec="~1.0.0" args=["core-util-is","~1.0.0"]
8800npm verb parsed url { protocol: null,
8801npm verb parsed url slashes: null,
8802npm verb parsed url auth: null,
8803npm verb parsed url host: null,
8804npm verb parsed url port: null,
8805npm verb parsed url hostname: null,
8806npm verb parsed url hash: null,
8807npm verb parsed url search: null,
8808npm verb parsed url query: null,
8809npm verb parsed url pathname: '~1.0.0',
8810npm verb parsed url path: '~1.0.0',
8811npm verb parsed url href: '~1.0.0' }
8812npm verb addNamed [ 'core-util-is', '~1.0.0' ]
8813npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
8814npm verb lock core-util-is@~1.0.0 /root/.npm/577b60c4-core-util-is-1-0-0.lock
8815npm verb cache add [ 'inherits@~2.0.1', null ]
8816npm verb cache add name=undefined spec="inherits@~2.0.1" args=["inherits@~2.0.1",null]
8817npm verb parsed url { protocol: null,
8818npm verb parsed url slashes: null,
8819npm verb parsed url auth: null,
8820npm verb parsed url host: null,
8821npm verb parsed url port: null,
8822npm verb parsed url hostname: null,
8823npm verb parsed url hash: null,
8824npm verb parsed url search: null,
8825npm verb parsed url query: null,
8826npm verb parsed url pathname: 'inherits@~2.0.1',
8827npm verb parsed url path: 'inherits@~2.0.1',
8828npm verb parsed url href: 'inherits@~2.0.1' }
8829npm verb cache add name="inherits" spec="~2.0.1" args=["inherits","~2.0.1"]
8830npm verb parsed url { protocol: null,
8831npm verb parsed url slashes: null,
8832npm verb parsed url auth: null,
8833npm verb parsed url host: null,
8834npm verb parsed url port: null,
8835npm verb parsed url hostname: null,
8836npm verb parsed url hash: null,
8837npm verb parsed url search: null,
8838npm verb parsed url query: null,
8839npm verb parsed url pathname: '~2.0.1',
8840npm verb parsed url path: '~2.0.1',
8841npm verb parsed url href: '~2.0.1' }
8842npm verb addNamed [ 'inherits', '~2.0.1' ]
8843npm verb addNamed [ null, '>=2.0.1-0 <2.1.0-0' ]
8844npm verb lock inherits@~2.0.1 /root/.npm/098ef39f-inherits-2-0-1.lock
8845npm verb cache add [ 'isarray@0.0.1', null ]
8846npm verb cache add name=undefined spec="isarray@0.0.1" args=["isarray@0.0.1",null]
8847npm verb parsed url { protocol: null,
8848npm verb parsed url slashes: null,
8849npm verb parsed url auth: null,
8850npm verb parsed url host: null,
8851npm verb parsed url port: null,
8852npm verb parsed url hostname: null,
8853npm verb parsed url hash: null,
8854npm verb parsed url search: null,
8855npm verb parsed url query: null,
8856npm verb parsed url pathname: 'isarray@0.0.1',
8857npm verb parsed url path: 'isarray@0.0.1',
8858npm verb parsed url href: 'isarray@0.0.1' }
8859npm verb cache add name="isarray" spec="0.0.1" args=["isarray","0.0.1"]
8860npm verb parsed url { protocol: null,
8861npm verb parsed url slashes: null,
8862npm verb parsed url auth: null,
8863npm verb parsed url host: null,
8864npm verb parsed url port: null,
8865npm verb parsed url hostname: null,
8866npm verb parsed url hash: null,
8867npm verb parsed url search: null,
8868npm verb parsed url query: null,
8869npm verb parsed url pathname: '0.0.1',
8870npm verb parsed url path: '0.0.1',
8871npm verb parsed url href: '0.0.1' }
8872npm verb addNamed [ 'isarray', '0.0.1' ]
8873npm verb addNamed [ '0.0.1', '0.0.1' ]
8874npm verb lock isarray@0.0.1 /root/.npm/9efe11b1-isarray-0-0-1.lock
8875npm verb cache add [ 'process-nextick-args@~1.0.6', null ]
8876npm verb cache add name=undefined spec="process-nextick-args@~1.0.6" args=["process-nextick-args@~1.0.6",null]
8877npm verb parsed url { protocol: null,
8878npm verb parsed url slashes: null,
8879npm verb parsed url auth: null,
8880npm verb parsed url host: null,
8881npm verb parsed url port: null,
8882npm verb parsed url hostname: null,
8883npm verb parsed url hash: null,
8884npm verb parsed url search: null,
8885npm verb parsed url query: null,
8886npm verb parsed url pathname: 'process-nextick-args@~1.0.6',
8887npm verb parsed url path: 'process-nextick-args@~1.0.6',
8888npm verb parsed url href: 'process-nextick-args@~1.0.6' }
8889npm verb cache add name="process-nextick-args" spec="~1.0.6" args=["process-nextick-args","~1.0.6"]
8890npm verb parsed url { protocol: null,
8891npm verb parsed url slashes: null,
8892npm verb parsed url auth: null,
8893npm verb parsed url host: null,
8894npm verb parsed url port: null,
8895npm verb parsed url hostname: null,
8896npm verb parsed url hash: null,
8897npm verb parsed url search: null,
8898npm verb parsed url query: null,
8899npm verb parsed url pathname: '~1.0.6',
8900npm verb parsed url path: '~1.0.6',
8901npm verb parsed url href: '~1.0.6' }
8902npm verb addNamed [ 'process-nextick-args', '~1.0.6' ]
8903npm verb addNamed [ null, '>=1.0.6-0 <1.1.0-0' ]
8904npm verb lock process-nextick-args@~1.0.6 /root/.npm/34df6d61-process-nextick-args-1-0-6.lock
8905npm verb cache add [ 'string_decoder@~0.10.x', null ]
8906npm verb cache add name=undefined spec="string_decoder@~0.10.x" args=["string_decoder@~0.10.x",null]
8907npm verb parsed url { protocol: null,
8908npm verb parsed url slashes: null,
8909npm verb parsed url auth: null,
8910npm verb parsed url host: null,
8911npm verb parsed url port: null,
8912npm verb parsed url hostname: null,
8913npm verb parsed url hash: null,
8914npm verb parsed url search: null,
8915npm verb parsed url query: null,
8916npm verb parsed url pathname: 'string_decoder@~0.10.x',
8917npm verb parsed url path: 'string_decoder@~0.10.x',
8918npm verb parsed url href: 'string_decoder@~0.10.x' }
8919npm verb cache add name="string_decoder" spec="~0.10.x" args=["string_decoder","~0.10.x"]
8920npm verb parsed url { protocol: null,
8921npm verb parsed url slashes: null,
8922npm verb parsed url auth: null,
8923npm verb parsed url host: null,
8924npm verb parsed url port: null,
8925npm verb parsed url hostname: null,
8926npm verb parsed url hash: null,
8927npm verb parsed url search: null,
8928npm verb parsed url query: null,
8929npm verb parsed url pathname: '~0.10.x',
8930npm verb parsed url path: '~0.10.x',
8931npm verb parsed url href: '~0.10.x' }
8932npm verb addNamed [ 'string_decoder', '~0.10.x' ]
8933npm verb addNamed [ null, '>=0.10.0-0 <0.11.0-0' ]
8934npm verb lock string_decoder@~0.10.x /root/.npm/8f75c97d-string-decoder-0-10-x.lock
8935npm verb cache add [ 'util-deprecate@~1.0.1', null ]
8936npm verb cache add name=undefined spec="util-deprecate@~1.0.1" args=["util-deprecate@~1.0.1",null]
8937npm verb parsed url { protocol: null,
8938npm verb parsed url slashes: null,
8939npm verb parsed url auth: null,
8940npm verb parsed url host: null,
8941npm verb parsed url port: null,
8942npm verb parsed url hostname: null,
8943npm verb parsed url hash: null,
8944npm verb parsed url search: null,
8945npm verb parsed url query: null,
8946npm verb parsed url pathname: 'util-deprecate@~1.0.1',
8947npm verb parsed url path: 'util-deprecate@~1.0.1',
8948npm verb parsed url href: 'util-deprecate@~1.0.1' }
8949npm verb cache add name="util-deprecate" spec="~1.0.1" args=["util-deprecate","~1.0.1"]
8950npm verb parsed url { protocol: null,
8951npm verb parsed url slashes: null,
8952npm verb parsed url auth: null,
8953npm verb parsed url host: null,
8954npm verb parsed url port: null,
8955npm verb parsed url hostname: null,
8956npm verb parsed url hash: null,
8957npm verb parsed url search: null,
8958npm verb parsed url query: null,
8959npm verb parsed url pathname: '~1.0.1',
8960npm verb parsed url path: '~1.0.1',
8961npm verb parsed url href: '~1.0.1' }
8962npm verb addNamed [ 'util-deprecate', '~1.0.1' ]
8963npm verb addNamed [ null, '>=1.0.1-0 <1.1.0-0' ]
8964npm verb lock util-deprecate@~1.0.1 /root/.npm/d0045abb-util-deprecate-1-0-1.lock
8965npm verb url raw core-util-is
8966npm verb url resolving [ 'http://registry.npmjs.org/', './core-util-is' ]
8967npm verb url resolved http://registry.npmjs.org/core-util-is
8968npm info trying registry request attempt 1 at 11:06:01
8969npm http GET http://registry.npmjs.org/core-util-is
8970npm verb url raw isarray/0.0.1
8971npm verb url resolving [ 'http://registry.npmjs.org/', './isarray/0.0.1' ]
8972npm verb url resolved http://registry.npmjs.org/isarray/0.0.1
8973npm info trying registry request attempt 1 at 11:06:01
8974npm http GET http://registry.npmjs.org/isarray/0.0.1
8975npm verb url raw process-nextick-args
8976npm verb url resolving [ 'http://registry.npmjs.org/', './process-nextick-args' ]
8977npm verb url resolved http://registry.npmjs.org/process-nextick-args
8978npm info trying registry request attempt 1 at 11:06:01
8979npm http GET http://registry.npmjs.org/process-nextick-args
8980npm verb url raw string_decoder
8981npm verb url resolving [ 'http://registry.npmjs.org/', './string_decoder' ]
8982npm verb url resolved http://registry.npmjs.org/string_decoder
8983npm info trying registry request attempt 1 at 11:06:01
8984npm http GET http://registry.npmjs.org/string_decoder
8985npm verb url raw util-deprecate
8986npm verb url resolving [ 'http://registry.npmjs.org/', './util-deprecate' ]
8987npm verb url resolved http://registry.npmjs.org/util-deprecate
8988npm info trying registry request attempt 1 at 11:06:01
8989npm http GET http://registry.npmjs.org/util-deprecate
8990npm verb registry.get inherits not expired, no request
8991npm verb addNamed [ 'inherits', '2.0.1' ]
8992npm verb addNamed [ '2.0.1', '2.0.1' ]
8993npm verb lock inherits@2.0.1 /root/.npm/2b2e8f1b-inherits-2-0-1.lock
8994npm http 200 http://registry.npmjs.org/core-util-is
8995npm http 200 http://registry.npmjs.org/isarray/0.0.1
8996npm http 200 http://registry.npmjs.org/process-nextick-args
8997npm http 200 http://registry.npmjs.org/util-deprecate
8998npm http 200 http://registry.npmjs.org/string_decoder
8999npm verb addNamed [ 'core-util-is', '1.0.2' ]
9000npm verb addNamed [ '1.0.2', '1.0.2' ]
9001npm verb lock core-util-is@1.0.2 /root/.npm/250fbf62-core-util-is-1-0-2.lock
9002npm verb addNamed [ 'process-nextick-args', '1.0.6' ]
9003npm verb addNamed [ '1.0.6', '1.0.6' ]
9004npm verb lock process-nextick-args@1.0.6 /root/.npm/37140696-process-nextick-args-1-0-6.lock
9005npm verb addNamed [ 'util-deprecate', '1.0.2' ]
9006npm verb addNamed [ '1.0.2', '1.0.2' ]
9007npm verb lock util-deprecate@1.0.2 /root/.npm/30fc1e6b-util-deprecate-1-0-2.lock
9008npm verb addNamed [ 'string_decoder', '0.10.31' ]
9009npm verb addNamed [ '0.10.31', '0.10.31' ]
9010npm verb lock string_decoder@0.10.31 /root/.npm/0a9a4818-string-decoder-0-10-31.lock
9011npm verb lock http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz /root/.npm/c1a91bfc-e-util-is-core-util-is-1-0-2-tgz.lock
9012npm verb lock http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz /root/.npm/f69774a5-s-process-nextick-args-1-0-6-tgz.lock
9013npm verb lock http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz /root/.npm/d027c074-js-org-isarray-isarray-0-0-1-tgz.lock
9014npm verb lock http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz /root/.npm/ed92d0a1-precate-util-deprecate-1-0-2-tgz.lock
9015npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
9016npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
9017npm verb lock http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz /root/.npm/26c5df6e-coder-string-decoder-0-10-31-tgz.lock
9018npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz',
9019npm verb addRemoteTarball '0f96b001cea90b12592ce566edb97ec11e69bd05' ]
9020npm info retry fetch attempt 1 at 11:06:01
9021npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/tmp.tgz
9022npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
9023npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
9024npm info retry fetch attempt 1 at 11:06:01
9025npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/tmp.tgz
9026npm verb addRemoteTarball [ 'http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz',
9027npm verb addRemoteTarball '450d4dc9fa70de732762fbd2d4a28981419a0ccf' ]
9028npm info retry fetch attempt 1 at 11:06:01
9029npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/tmp.tgz
9030npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
9031npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
9032npm info retry fetch attempt 1 at 11:06:01
9033npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/tmp.tgz
9034npm http GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
9035npm info retry fetch attempt 1 at 11:06:01
9036npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/tmp.tgz
9037npm http GET http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
9038npm http GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
9039npm http GET http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
9040npm http GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
9041npm http 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
9042npm http 200 http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
9043npm http 200 http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
9044npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/tmp.tgz
9045npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/package /root/.npm/81f5f5d3-61979-0-5249343190807849-package.lock
9046npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/tmp.tgz /root/.npm/42654407-61979-0-5249343190807849-tmp-tgz.lock
9047npm http 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
9048npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/tmp.tgz
9049npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/package /root/.npm/191cdb35-1979-0-13613807829096913-package.lock
9050npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/tmp.tgz /root/.npm/adee8d83-1979-0-13613807829096913-tmp-tgz.lock
9051npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/tmp.tgz
9052npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/package /root/.npm/433ead76-61980-0-9210257418453693-package.lock
9053npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/tmp.tgz /root/.npm/fc2f1727-61980-0-9210257418453693-tmp-tgz.lock
9054npm http 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
9055npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/tmp.tgz
9056npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/package /root/.npm/340ad7e7-61982-0-9566078267525882-package.lock
9057npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/tmp.tgz /root/.npm/129c17c0-61982-0-9566078267525882-tmp-tgz.lock
9058npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/tmp.tgz
9059npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/package /root/.npm/03dea25c-61980-0-5339571267832071-package.lock
9060npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/tmp.tgz /root/.npm/c578f36e-61980-0-5339571267832071-tmp-tgz.lock
9061npm verb tar pack [ '/root/.npm/process-nextick-args/1.0.6/package.tgz',
9062npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/package' ]
9063npm verb tarball /root/.npm/process-nextick-args/1.0.6/package.tgz
9064npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/package
9065npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.13613807829096913/package /root/.npm/191cdb35-1979-0-13613807829096913-package.lock
9066npm verb lock tar:///root/.npm/process-nextick-args/1.0.6/package.tgz /root/.npm/78202f7c-s-nextick-args-1-0-6-package-tgz.lock
9067npm verb tar pack [ '/root/.npm/util-deprecate/1.0.2/package.tgz',
9068npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/package' ]
9069npm verb tarball /root/.npm/util-deprecate/1.0.2/package.tgz
9070npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/package
9071npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.9210257418453693/package /root/.npm/433ead76-61980-0-9210257418453693-package.lock
9072npm verb lock tar:///root/.npm/util-deprecate/1.0.2/package.tgz /root/.npm/c11074fa-util-deprecate-1-0-2-package-tgz.lock
9073npm verb tar pack [ '/root/.npm/isarray/0.0.1/package.tgz',
9074npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/package' ]
9075npm verb tarball /root/.npm/isarray/0.0.1/package.tgz
9076npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/package
9077npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761980-0.5339571267832071/package /root/.npm/03dea25c-61980-0-5339571267832071-package.lock
9078npm verb lock tar:///root/.npm/isarray/0.0.1/package.tgz /root/.npm/44b8127c-ot-npm-isarray-0-0-1-package-tgz.lock
9079npm verb tar pack [ '/root/.npm/string_decoder/0.10.31/package.tgz',
9080npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/package' ]
9081npm verb tarball /root/.npm/string_decoder/0.10.31/package.tgz
9082npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/package
9083npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761982-0.9566078267525882/package /root/.npm/340ad7e7-61982-0-9566078267525882-package.lock
9084npm verb lock tar:///root/.npm/string_decoder/0.10.31/package.tgz /root/.npm/bcea0786-ring-decoder-0-10-31-package-tgz.lock
9085npm verb tar pack [ '/root/.npm/core-util-is/1.0.2/package.tgz',
9086npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/package' ]
9087npm verb tarball /root/.npm/core-util-is/1.0.2/package.tgz
9088npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/package
9089npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868761979-0.5249343190807849/package /root/.npm/81f5f5d3-61979-0-5249343190807849-package.lock
9090npm verb lock tar:///root/.npm/core-util-is/1.0.2/package.tgz /root/.npm/f66db8e6-m-core-util-is-1-0-2-package-tgz.lock
9091npm verb lock /root/.npm/process-nextick-args/1.0.6/package /root/.npm/8c01711f-ocess-nextick-args-1-0-6-package.lock
9092npm verb lock /root/.npm/util-deprecate/1.0.2/package /root/.npm/9a20b5b4-npm-util-deprecate-1-0-2-package.lock
9093npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
9094npm verb lock tar:///root/.npm/process-nextick-args/1.0.6/package /root/.npm/98f0c9b2-ocess-nextick-args-1-0-6-package.lock
9095npm verb lock tar:///root/.npm/process-nextick-args/1.0.6/package.tgz /root/.npm/78202f7c-s-nextick-args-1-0-6-package-tgz.lock
9096npm verb lock /root/.npm/isarray/0.0.1/package /root/.npm/316dd322-root-npm-isarray-0-0-1-package.lock
9097npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
9098npm verb lock tar:///root/.npm/util-deprecate/1.0.2/package /root/.npm/99552840-npm-util-deprecate-1-0-2-package.lock
9099npm verb lock tar:///root/.npm/util-deprecate/1.0.2/package.tgz /root/.npm/c11074fa-util-deprecate-1-0-2-package-tgz.lock
9100npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
9101npm verb lock tar:///root/.npm/isarray/0.0.1/package /root/.npm/71a9f9c5-r-root-npm-isarray-0-0-1-package.lock
9102npm verb lock tar:///root/.npm/isarray/0.0.1/package.tgz /root/.npm/44b8127c-ot-npm-isarray-0-0-1-package-tgz.lock
9103npm verb lock /root/.npm/string_decoder/0.10.31/package /root/.npm/a8ce1c09-m-string-decoder-0-10-31-package.lock
9104npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
9105npm verb lock tar:///root/.npm/string_decoder/0.10.31/package /root/.npm/3c9f2b23-m-string-decoder-0-10-31-package.lock
9106npm verb lock tar:///root/.npm/string_decoder/0.10.31/package.tgz /root/.npm/bcea0786-ring-decoder-0-10-31-package-tgz.lock
9107npm verb lock /root/.npm/core-util-is/1.0.2/package /root/.npm/d921389c-t-npm-core-util-is-1-0-2-package.lock
9108npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
9109npm verb lock tar:///root/.npm/core-util-is/1.0.2/package /root/.npm/37a0e3d1-t-npm-core-util-is-1-0-2-package.lock
9110npm verb lock tar:///root/.npm/core-util-is/1.0.2/package.tgz /root/.npm/f66db8e6-m-core-util-is-1-0-2-package-tgz.lock
9111npm verb chmod /root/.npm/process-nextick-args/1.0.6/package.tgz 644
9112npm verb chown /root/.npm/process-nextick-args/1.0.6/package.tgz [ 0, 0 ]
9113npm verb chmod /root/.npm/isarray/0.0.1/package.tgz 644
9114npm verb chown /root/.npm/isarray/0.0.1/package.tgz [ 0, 0 ]
9115npm verb chmod /root/.npm/util-deprecate/1.0.2/package.tgz 644
9116npm verb chown /root/.npm/util-deprecate/1.0.2/package.tgz [ 0, 0 ]
9117npm verb chmod /root/.npm/string_decoder/0.10.31/package.tgz 644
9118npm verb chown /root/.npm/string_decoder/0.10.31/package.tgz [ 0, 0 ]
9119npm verb chmod /root/.npm/core-util-is/1.0.2/package.tgz 644
9120npm verb chown /root/.npm/core-util-is/1.0.2/package.tgz [ 0, 0 ]
9121npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9122npm info install process-nextick-args@1.0.6 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9123npm info install isarray@0.0.1 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9124npm info install util-deprecate@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9125npm info install string_decoder@0.10.31 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9126npm info install core-util-is@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9127npm info installOne inherits@2.0.1
9128npm info installOne process-nextick-args@1.0.6
9129npm info installOne isarray@0.0.1
9130npm info installOne util-deprecate@1.0.2
9131npm info installOne string_decoder@0.10.31
9132npm info installOne core-util-is@1.0.2
9133npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits unbuild
9134npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args unbuild
9135npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray unbuild
9136npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate unbuild
9137npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder unbuild
9138npm info /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is unbuild
9139npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
9140npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits /root/.npm/7b71f128-ble-stream-node-modules-inherits.lock
9141npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
9142npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
9143npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args /root/.npm/c09ce96c-ode-modules-process-nextick-args.lock
9144npm verb lock tar:///root/.npm/process-nextick-args/1.0.6/package.tgz /root/.npm/78202f7c-s-nextick-args-1-0-6-package-tgz.lock
9145npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
9146npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray /root/.npm/1eaa139b-able-stream-node-modules-isarray.lock
9147npm verb lock tar:///root/.npm/isarray/0.0.1/package.tgz /root/.npm/44b8127c-ot-npm-isarray-0-0-1-package-tgz.lock
9148npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
9149npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate /root/.npm/32b0e153-ream-node-modules-util-deprecate.lock
9150npm verb lock tar:///root/.npm/util-deprecate/1.0.2/package.tgz /root/.npm/c11074fa-util-deprecate-1-0-2-package-tgz.lock
9151npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
9152npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder /root/.npm/86bcdd25-ream-node-modules-string-decoder.lock
9153npm verb lock tar:///root/.npm/string_decoder/0.10.31/package.tgz /root/.npm/bcea0786-ring-decoder-0-10-31-package-tgz.lock
9154npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
9155npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is /root/.npm/0fafdf08-stream-node-modules-core-util-is.lock
9156npm verb lock tar:///root/.npm/core-util-is/1.0.2/package.tgz /root/.npm/f66db8e6-m-core-util-is-1-0-2-package-tgz.lock
9157npm info preinstall isarray@0.0.1
9158npm info preinstall process-nextick-args@1.0.6
9159npm info preinstall inherits@2.0.1
9160npm verb readDependencies using package.json deps
9161npm verb readDependencies using package.json deps
9162npm verb readDependencies using package.json deps
9163npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
9164npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray
9165npm verb linkStuff [ true,
9166npm verb linkStuff '/usr/lib/node_modules',
9167npm verb linkStuff false,
9168npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9169npm info linkStuff isarray@0.0.1
9170npm verb readDependencies using package.json deps
9171npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args
9172npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args
9173npm verb linkStuff [ true,
9174npm verb linkStuff '/usr/lib/node_modules',
9175npm verb linkStuff false,
9176npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9177npm info linkStuff process-nextick-args@1.0.6
9178npm verb readDependencies using package.json deps
9179npm info preinstall util-deprecate@1.0.2
9180npm verb readDependencies using package.json deps
9181npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
9182npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits
9183npm verb linkStuff [ true,
9184npm verb linkStuff '/usr/lib/node_modules',
9185npm verb linkStuff false,
9186npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9187npm info linkStuff inherits@2.0.1
9188npm verb linkBins isarray@0.0.1
9189npm verb linkMans isarray@0.0.1
9190npm verb rebuildBundles isarray@0.0.1
9191npm verb linkBins process-nextick-args@1.0.6
9192npm verb linkMans process-nextick-args@1.0.6
9193npm verb rebuildBundles process-nextick-args@1.0.6
9194npm info preinstall string_decoder@0.10.31
9195npm info install isarray@0.0.1
9196npm info install process-nextick-args@1.0.6
9197npm verb linkBins inherits@2.0.1
9198npm verb linkMans inherits@2.0.1
9199npm verb rebuildBundles inherits@2.0.1
9200npm verb readDependencies using package.json deps
9201npm info install inherits@2.0.1
9202npm verb readDependencies using package.json deps
9203npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
9204npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate
9205npm verb linkStuff [ true,
9206npm verb linkStuff '/usr/lib/node_modules',
9207npm verb linkStuff false,
9208npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9209npm info linkStuff util-deprecate@1.0.2
9210npm info postinstall isarray@0.0.1
9211npm info postinstall process-nextick-args@1.0.6
9212npm verb readDependencies using package.json deps
9213npm info postinstall inherits@2.0.1
9214npm verb readDependencies using package.json deps
9215npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
9216npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder
9217npm verb linkStuff [ true,
9218npm verb linkStuff '/usr/lib/node_modules',
9219npm verb linkStuff false,
9220npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9221npm info linkStuff string_decoder@0.10.31
9222npm verb linkBins util-deprecate@1.0.2
9223npm verb linkMans util-deprecate@1.0.2
9224npm verb rebuildBundles util-deprecate@1.0.2
9225npm info install util-deprecate@1.0.2
9226npm verb linkBins string_decoder@0.10.31
9227npm verb linkMans string_decoder@0.10.31
9228npm verb rebuildBundles string_decoder@0.10.31
9229npm info install string_decoder@0.10.31
9230npm info postinstall util-deprecate@1.0.2
9231npm info postinstall string_decoder@0.10.31
9232npm info preinstall core-util-is@1.0.2
9233npm verb readDependencies using package.json deps
9234npm verb readDependencies using package.json deps
9235npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is
9236npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is
9237npm verb linkStuff [ true,
9238npm verb linkStuff '/usr/lib/node_modules',
9239npm verb linkStuff false,
9240npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules' ]
9241npm info linkStuff core-util-is@1.0.2
9242npm verb linkBins core-util-is@1.0.2
9243npm verb linkMans core-util-is@1.0.2
9244npm verb rebuildBundles core-util-is@1.0.2
9245npm info install core-util-is@1.0.2
9246npm info postinstall core-util-is@1.0.2
9247npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9248npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream
9249npm verb linkStuff [ true,
9250npm verb linkStuff '/usr/lib/node_modules',
9251npm verb linkStuff false,
9252npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules' ]
9253npm info linkStuff readable-stream@2.0.5
9254npm verb linkBins readable-stream@2.0.5
9255npm verb linkMans readable-stream@2.0.5
9256npm verb rebuildBundles readable-stream@2.0.5
9257npm verb rebuildBundles [ 'core-util-is',
9258npm verb rebuildBundles 'inherits',
9259npm verb rebuildBundles 'isarray',
9260npm verb rebuildBundles 'process-nextick-args',
9261npm verb rebuildBundles 'string_decoder',
9262npm verb rebuildBundles 'util-deprecate' ]
9263npm info install readable-stream@2.0.5
9264npm info postinstall readable-stream@2.0.5
9265npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet
9266npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet
9267npm verb linkStuff [ true,
9268npm verb linkStuff '/usr/lib/node_modules',
9269npm verb linkStuff false,
9270npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/npmlog/node_modules' ]
9271npm info linkStuff are-we-there-yet@1.0.5
9272npm verb linkBins are-we-there-yet@1.0.5
9273npm verb linkMans are-we-there-yet@1.0.5
9274npm verb rebuildBundles are-we-there-yet@1.0.5
9275npm verb rebuildBundles [ 'delegates', 'readable-stream' ]
9276npm info install are-we-there-yet@1.0.5
9277npm info postinstall are-we-there-yet@1.0.5
9278npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/npmlog
9279npm info build /usr/lib/node_modules/node-gyp/node_modules/npmlog
9280npm verb linkStuff [ true,
9281npm verb linkStuff '/usr/lib/node_modules',
9282npm verb linkStuff false,
9283npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
9284npm info linkStuff npmlog@1.2.1
9285npm verb linkBins npmlog@1.2.1
9286npm verb linkMans npmlog@1.2.1
9287npm verb rebuildBundles npmlog@1.2.1
9288npm verb rebuildBundles [ 'ansi', 'are-we-there-yet', 'gauge' ]
9289npm info install npmlog@1.2.1
9290npm info postinstall npmlog@1.2.1
9291npm verb chmod /root/.npm/hawk/3.1.2/package.tgz 644
9292npm verb chown /root/.npm/hawk/3.1.2/package.tgz [ 0, 0 ]
9293npm info install is-typedarray@1.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9294npm info install combined-stream@1.0.5 into /usr/lib/node_modules/node-gyp/node_modules/request
9295npm info install mime-types@2.1.8 into /usr/lib/node_modules/node-gyp/node_modules/request
9296npm info install aws-sign2@0.6.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9297npm info install forever-agent@0.6.1 into /usr/lib/node_modules/node-gyp/node_modules/request
9298npm info install caseless@0.11.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9299npm info install oauth-sign@0.8.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9300npm info install stringstream@0.0.5 into /usr/lib/node_modules/node-gyp/node_modules/request
9301npm info install form-data@1.0.0-rc3 into /usr/lib/node_modules/node-gyp/node_modules/request
9302npm info install tunnel-agent@0.4.2 into /usr/lib/node_modules/node-gyp/node_modules/request
9303npm info install isstream@0.1.2 into /usr/lib/node_modules/node-gyp/node_modules/request
9304npm info install json-stringify-safe@5.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request
9305npm info install extend@3.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9306npm info install bl@1.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9307npm info install http-signature@1.1.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9308npm info install node-uuid@1.4.7 into /usr/lib/node_modules/node-gyp/node_modules/request
9309npm info install har-validator@2.0.3 into /usr/lib/node_modules/node-gyp/node_modules/request
9310npm info install qs@5.2.0 into /usr/lib/node_modules/node-gyp/node_modules/request
9311npm info install tough-cookie@2.2.1 into /usr/lib/node_modules/node-gyp/node_modules/request
9312npm info install hawk@3.1.2 into /usr/lib/node_modules/node-gyp/node_modules/request
9313npm info installOne is-typedarray@1.0.0
9314npm info installOne combined-stream@1.0.5
9315npm info installOne mime-types@2.1.8
9316npm info installOne aws-sign2@0.6.0
9317npm info installOne forever-agent@0.6.1
9318npm info installOne caseless@0.11.0
9319npm info installOne oauth-sign@0.8.0
9320npm info installOne stringstream@0.0.5
9321npm info installOne form-data@1.0.0-rc3
9322npm info installOne tunnel-agent@0.4.2
9323npm info installOne isstream@0.1.2
9324npm info installOne json-stringify-safe@5.0.1
9325npm info installOne extend@3.0.0
9326npm info installOne bl@1.0.0
9327npm info installOne http-signature@1.1.0
9328npm WARN engine http-signature@1.1.0: wanted: {"node":">=0.8","npm":">=1.3.7"} (current: {"node":"v0.12.8","npm":"1.3.6"})
9329npm info installOne node-uuid@1.4.7
9330npm info installOne har-validator@2.0.3
9331npm info installOne qs@5.2.0
9332npm info installOne tough-cookie@2.2.1
9333npm info installOne hawk@3.1.2
9334npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/is-typedarray unbuild
9335npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream unbuild
9336npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types unbuild
9337npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/aws-sign2 unbuild
9338npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/forever-agent unbuild
9339npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/caseless unbuild
9340npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/oauth-sign unbuild
9341npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/stringstream unbuild
9342npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data unbuild
9343npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tunnel-agent unbuild
9344npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/isstream unbuild
9345npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/json-stringify-safe unbuild
9346npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/extend unbuild
9347npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl unbuild
9348npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature unbuild
9349npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/node-uuid unbuild
9350npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator unbuild
9351npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/qs unbuild
9352npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tough-cookie unbuild
9353npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk unbuild
9354npm verb tar unpack /root/.npm/is-typedarray/1.0.0/package.tgz
9355npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/is-typedarray /root/.npm/43c25f1c-quest-node-modules-is-typedarray.lock
9356npm verb lock tar:///root/.npm/is-typedarray/1.0.0/package.tgz /root/.npm/d194dbc1--is-typedarray-1-0-0-package-tgz.lock
9357npm verb tar unpack /root/.npm/combined-stream/1.0.5/package.tgz
9358npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream /root/.npm/4deed6b4-est-node-modules-combined-stream.lock
9359npm verb lock tar:///root/.npm/combined-stream/1.0.5/package.tgz /root/.npm/7679924f-ombined-stream-1-0-5-package-tgz.lock
9360npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
9361npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types /root/.npm/51859cf5--request-node-modules-mime-types.lock
9362npm verb lock tar:///root/.npm/mime-types/2.1.8/package.tgz /root/.npm/0d9f9b30-npm-mime-types-2-1-8-package-tgz.lock
9363npm verb tar unpack /root/.npm/aws-sign2/0.6.0/package.tgz
9364npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/aws-sign2 /root/.npm/aef1e5c5-s-request-node-modules-aws-sign2.lock
9365npm verb lock tar:///root/.npm/aws-sign2/0.6.0/package.tgz /root/.npm/09b9b92b--npm-aws-sign2-0-6-0-package-tgz.lock
9366npm verb tar unpack /root/.npm/forever-agent/0.6.1/package.tgz
9367npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/forever-agent /root/.npm/01882258-quest-node-modules-forever-agent.lock
9368npm verb lock tar:///root/.npm/forever-agent/0.6.1/package.tgz /root/.npm/2d35209e--forever-agent-0-6-1-package-tgz.lock
9369npm verb tar unpack /root/.npm/caseless/0.11.0/package.tgz
9370npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/caseless /root/.npm/73e5d01b-es-request-node-modules-caseless.lock
9371npm verb lock tar:///root/.npm/caseless/0.11.0/package.tgz /root/.npm/156843db--npm-caseless-0-11-0-package-tgz.lock
9372npm verb tar unpack /root/.npm/oauth-sign/0.8.0/package.tgz
9373npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/oauth-sign /root/.npm/033e2acd--request-node-modules-oauth-sign.lock
9374npm verb lock tar:///root/.npm/oauth-sign/0.8.0/package.tgz /root/.npm/0c3f22b3-npm-oauth-sign-0-8-0-package-tgz.lock
9375npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
9376npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/stringstream /root/.npm/96a30921-equest-node-modules-stringstream.lock
9377npm verb lock tar:///root/.npm/stringstream/0.0.5/package.tgz /root/.npm/0ddb3421-m-stringstream-0-0-5-package-tgz.lock
9378npm verb tar unpack /root/.npm/form-data/1.0.0-rc3/package.tgz
9379npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data /root/.npm/807eac2f-s-request-node-modules-form-data.lock
9380npm verb lock tar:///root/.npm/form-data/1.0.0-rc3/package.tgz /root/.npm/5460d827--form-data-1-0-0-rc3-package-tgz.lock
9381npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
9382npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tunnel-agent /root/.npm/0db72a78-equest-node-modules-tunnel-agent.lock
9383npm verb lock tar:///root/.npm/tunnel-agent/0.4.2/package.tgz /root/.npm/c1229531-m-tunnel-agent-0-4-2-package-tgz.lock
9384npm verb tar unpack /root/.npm/isstream/0.1.2/package.tgz
9385npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/isstream /root/.npm/b12ebbef-es-request-node-modules-isstream.lock
9386npm verb lock tar:///root/.npm/isstream/0.1.2/package.tgz /root/.npm/0bf52c3f-t-npm-isstream-0-1-2-package-tgz.lock
9387npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
9388npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/json-stringify-safe /root/.npm/988b1f5b-node-modules-json-stringify-safe.lock
9389npm verb lock tar:///root/.npm/json-stringify-safe/5.0.1/package.tgz /root/.npm/78c18fed-stringify-safe-5-0-1-package-tgz.lock
9390npm verb tar unpack /root/.npm/extend/3.0.0/package.tgz
9391npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/extend /root/.npm/07ecab87-ules-request-node-modules-extend.lock
9392npm verb lock tar:///root/.npm/extend/3.0.0/package.tgz /root/.npm/3b5b728c-oot-npm-extend-3-0-0-package-tgz.lock
9393npm verb tar unpack /root/.npm/bl/1.0.0/package.tgz
9394npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl /root/.npm/5c655dea--modules-request-node-modules-bl.lock
9395npm verb lock tar:///root/.npm/bl/1.0.0/package.tgz /root/.npm/5c677227-ar-root-npm-bl-1-0-0-package-tgz.lock
9396npm verb tar unpack /root/.npm/http-signature/1.1.0/package.tgz
9397npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature /root/.npm/91508909-uest-node-modules-http-signature.lock
9398npm verb lock tar:///root/.npm/http-signature/1.1.0/package.tgz /root/.npm/077c6696-http-signature-1-1-0-package-tgz.lock
9399npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
9400npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/node-uuid /root/.npm/3cf5d73a-s-request-node-modules-node-uuid.lock
9401npm verb lock tar:///root/.npm/node-uuid/1.4.7/package.tgz /root/.npm/942b8df0--npm-node-uuid-1-4-7-package-tgz.lock
9402npm verb tar unpack /root/.npm/har-validator/2.0.3/package.tgz
9403npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator /root/.npm/7bbcfddc-quest-node-modules-har-validator.lock
9404npm verb lock tar:///root/.npm/har-validator/2.0.3/package.tgz /root/.npm/90d80cac--har-validator-2-0-3-package-tgz.lock
9405npm verb tar unpack /root/.npm/qs/5.2.0/package.tgz
9406npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/qs /root/.npm/2a564994--modules-request-node-modules-qs.lock
9407npm verb lock tar:///root/.npm/qs/5.2.0/package.tgz /root/.npm/0e233858-ar-root-npm-qs-5-2-0-package-tgz.lock
9408npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
9409npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tough-cookie /root/.npm/169aa3e3-equest-node-modules-tough-cookie.lock
9410npm verb lock tar:///root/.npm/tough-cookie/2.2.1/package.tgz /root/.npm/bb72d1da-m-tough-cookie-2-2-1-package-tgz.lock
9411npm verb tar unpack /root/.npm/hawk/3.1.2/package.tgz
9412npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk /root/.npm/19dc356c-odules-request-node-modules-hawk.lock
9413npm verb lock tar:///root/.npm/hawk/3.1.2/package.tgz /root/.npm/d2aeee57--root-npm-hawk-3-1-2-package-tgz.lock
9414npm info preinstall is-typedarray@1.0.0
9415npm verb readDependencies using package.json deps
9416npm info preinstall combined-stream@1.0.5
9417npm verb readDependencies using package.json deps
9418npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/is-typedarray
9419npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/is-typedarray
9420npm verb linkStuff [ true,
9421npm verb linkStuff '/usr/lib/node_modules',
9422npm verb linkStuff false,
9423npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9424npm info linkStuff is-typedarray@1.0.0
9425npm verb linkBins is-typedarray@1.0.0
9426npm verb linkMans is-typedarray@1.0.0
9427npm verb rebuildBundles is-typedarray@1.0.0
9428npm verb readDependencies using package.json deps
9429npm info install is-typedarray@1.0.0
9430npm verb readDependencies using package.json deps
9431npm info postinstall is-typedarray@1.0.0
9432npm info preinstall aws-sign2@0.6.0
9433npm verb cache add [ 'delayed-stream@~1.0.0', null ]
9434npm verb cache add name=undefined spec="delayed-stream@~1.0.0" args=["delayed-stream@~1.0.0",null]
9435npm verb parsed url { protocol: null,
9436npm verb parsed url slashes: null,
9437npm verb parsed url auth: null,
9438npm verb parsed url host: null,
9439npm verb parsed url port: null,
9440npm verb parsed url hostname: null,
9441npm verb parsed url hash: null,
9442npm verb parsed url search: null,
9443npm verb parsed url query: null,
9444npm verb parsed url pathname: 'delayed-stream@~1.0.0',
9445npm verb parsed url path: 'delayed-stream@~1.0.0',
9446npm verb parsed url href: 'delayed-stream@~1.0.0' }
9447npm verb cache add name="delayed-stream" spec="~1.0.0" args=["delayed-stream","~1.0.0"]
9448npm verb parsed url { protocol: null,
9449npm verb parsed url slashes: null,
9450npm verb parsed url auth: null,
9451npm verb parsed url host: null,
9452npm verb parsed url port: null,
9453npm verb parsed url hostname: null,
9454npm verb parsed url hash: null,
9455npm verb parsed url search: null,
9456npm verb parsed url query: null,
9457npm verb parsed url pathname: '~1.0.0',
9458npm verb parsed url path: '~1.0.0',
9459npm verb parsed url href: '~1.0.0' }
9460npm verb addNamed [ 'delayed-stream', '~1.0.0' ]
9461npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
9462npm verb lock delayed-stream@~1.0.0 /root/.npm/338be7bb-delayed-stream-1-0-0.lock
9463npm info preinstall forever-agent@0.6.1
9464npm verb readDependencies using package.json deps
9465npm verb url raw delayed-stream
9466npm verb url resolving [ 'http://registry.npmjs.org/', './delayed-stream' ]
9467npm verb url resolved http://registry.npmjs.org/delayed-stream
9468npm info trying registry request attempt 1 at 11:06:02
9469npm http GET http://registry.npmjs.org/delayed-stream
9470npm info preinstall mime-types@2.1.8
9471npm verb readDependencies using package.json deps
9472npm verb readDependencies using package.json deps
9473npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/aws-sign2
9474npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/aws-sign2
9475npm verb linkStuff [ true,
9476npm verb linkStuff '/usr/lib/node_modules',
9477npm verb linkStuff false,
9478npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9479npm info linkStuff aws-sign2@0.6.0
9480npm verb readDependencies using package.json deps
9481npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/forever-agent
9482npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/forever-agent
9483npm verb linkStuff [ true,
9484npm verb linkStuff '/usr/lib/node_modules',
9485npm verb linkStuff false,
9486npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9487npm info linkStuff forever-agent@0.6.1
9488npm verb linkBins aws-sign2@0.6.0
9489npm verb linkMans aws-sign2@0.6.0
9490npm verb rebuildBundles aws-sign2@0.6.0
9491npm info preinstall caseless@0.11.0
9492npm verb readDependencies using package.json deps
9493npm verb linkBins forever-agent@0.6.1
9494npm verb linkMans forever-agent@0.6.1
9495npm verb rebuildBundles forever-agent@0.6.1
9496npm info install aws-sign2@0.6.0
9497npm verb readDependencies using package.json deps
9498npm info install forever-agent@0.6.1
9499npm verb cache add [ 'mime-db@~1.20.0', null ]
9500npm verb cache add name=undefined spec="mime-db@~1.20.0" args=["mime-db@~1.20.0",null]
9501npm verb parsed url { protocol: null,
9502npm verb parsed url slashes: null,
9503npm verb parsed url auth: null,
9504npm verb parsed url host: null,
9505npm verb parsed url port: null,
9506npm verb parsed url hostname: null,
9507npm verb parsed url hash: null,
9508npm verb parsed url search: null,
9509npm verb parsed url query: null,
9510npm verb parsed url pathname: 'mime-db@~1.20.0',
9511npm verb parsed url path: 'mime-db@~1.20.0',
9512npm verb parsed url href: 'mime-db@~1.20.0' }
9513npm verb cache add name="mime-db" spec="~1.20.0" args=["mime-db","~1.20.0"]
9514npm verb parsed url { protocol: null,
9515npm verb parsed url slashes: null,
9516npm verb parsed url auth: null,
9517npm verb parsed url host: null,
9518npm verb parsed url port: null,
9519npm verb parsed url hostname: null,
9520npm verb parsed url hash: null,
9521npm verb parsed url search: null,
9522npm verb parsed url query: null,
9523npm verb parsed url pathname: '~1.20.0',
9524npm verb parsed url path: '~1.20.0',
9525npm verb parsed url href: '~1.20.0' }
9526npm verb addNamed [ 'mime-db', '~1.20.0' ]
9527npm verb addNamed [ null, '>=1.20.0-0 <1.21.0-0' ]
9528npm verb lock mime-db@~1.20.0 /root/.npm/2d97a1b7-mime-db-1-20-0.lock
9529npm info postinstall aws-sign2@0.6.0
9530npm info preinstall stringstream@0.0.5
9531npm verb readDependencies using package.json deps
9532npm info postinstall forever-agent@0.6.1
9533npm verb readDependencies using package.json deps
9534npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/caseless
9535npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/caseless
9536npm verb linkStuff [ true,
9537npm verb linkStuff '/usr/lib/node_modules',
9538npm verb linkStuff false,
9539npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9540npm info linkStuff caseless@0.11.0
9541npm verb url raw mime-db
9542npm verb url resolving [ 'http://registry.npmjs.org/', './mime-db' ]
9543npm verb url resolved http://registry.npmjs.org/mime-db
9544npm info trying registry request attempt 1 at 11:06:02
9545npm http GET http://registry.npmjs.org/mime-db
9546npm verb readDependencies using package.json deps
9547npm verb linkBins caseless@0.11.0
9548npm verb linkMans caseless@0.11.0
9549npm verb rebuildBundles caseless@0.11.0
9550npm info preinstall oauth-sign@0.8.0
9551npm verb readDependencies using package.json deps
9552npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/stringstream
9553npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/stringstream
9554npm verb linkStuff [ true,
9555npm verb linkStuff '/usr/lib/node_modules',
9556npm verb linkStuff false,
9557npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9558npm info linkStuff stringstream@0.0.5
9559npm info preinstall tunnel-agent@0.4.2
9560npm info install caseless@0.11.0
9561npm http 200 http://registry.npmjs.org/delayed-stream
9562npm verb linkBins stringstream@0.0.5
9563npm verb linkMans stringstream@0.0.5
9564npm verb rebuildBundles stringstream@0.0.5
9565npm info postinstall caseless@0.11.0
9566npm verb readDependencies using package.json deps
9567npm info install stringstream@0.0.5
9568npm verb readDependencies using package.json deps
9569npm info preinstall form-data@1.0.0-rc3
9570npm verb readDependencies using package.json deps
9571npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/oauth-sign
9572npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/oauth-sign
9573npm verb linkStuff [ true,
9574npm verb linkStuff '/usr/lib/node_modules',
9575npm verb linkStuff false,
9576npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9577npm info linkStuff oauth-sign@0.8.0
9578npm verb readDependencies using package.json deps
9579npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tunnel-agent
9580npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tunnel-agent
9581npm verb linkStuff [ true,
9582npm verb linkStuff '/usr/lib/node_modules',
9583npm verb linkStuff false,
9584npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9585npm info linkStuff tunnel-agent@0.4.2
9586npm info postinstall stringstream@0.0.5
9587npm verb linkBins oauth-sign@0.8.0
9588npm verb linkMans oauth-sign@0.8.0
9589npm verb rebuildBundles oauth-sign@0.8.0
9590npm verb linkBins tunnel-agent@0.4.2
9591npm verb linkMans tunnel-agent@0.4.2
9592npm verb rebuildBundles tunnel-agent@0.4.2
9593npm verb readDependencies using package.json deps
9594npm info install oauth-sign@0.8.0
9595npm info install tunnel-agent@0.4.2
9596npm verb readDependencies using package.json deps
9597npm info postinstall oauth-sign@0.8.0
9598npm info postinstall tunnel-agent@0.4.2
9599npm verb cache add [ 'async@^1.4.0', null ]
9600npm verb cache add name=undefined spec="async@^1.4.0" args=["async@^1.4.0",null]
9601npm verb parsed url { protocol: null,
9602npm verb parsed url slashes: null,
9603npm verb parsed url auth: null,
9604npm verb parsed url host: null,
9605npm verb parsed url port: null,
9606npm verb parsed url hostname: null,
9607npm verb parsed url hash: null,
9608npm verb parsed url search: null,
9609npm verb parsed url query: null,
9610npm verb parsed url pathname: 'async@%5E1.4.0',
9611npm verb parsed url path: 'async@%5E1.4.0',
9612npm verb parsed url href: 'async@%5E1.4.0' }
9613npm verb cache add name="async" spec="^1.4.0" args=["async","^1.4.0"]
9614npm verb parsed url { protocol: null,
9615npm verb parsed url slashes: null,
9616npm verb parsed url auth: null,
9617npm verb parsed url host: null,
9618npm verb parsed url port: null,
9619npm verb parsed url hostname: null,
9620npm verb parsed url hash: null,
9621npm verb parsed url search: null,
9622npm verb parsed url query: null,
9623npm verb parsed url pathname: '%5E1.4.0',
9624npm verb parsed url path: '%5E1.4.0',
9625npm verb parsed url href: '%5E1.4.0' }
9626npm verb addNamed [ 'async', '^1.4.0' ]
9627npm verb addNamed [ null, '>=1.4.0-0 <2.0.0-0' ]
9628npm verb lock async@^1.4.0 /root/.npm/20ec6cb4-async-1-4-0.lock
9629npm verb addNamed [ 'delayed-stream', '1.0.0' ]
9630npm verb addNamed [ '1.0.0', '1.0.0' ]
9631npm verb lock delayed-stream@1.0.0 /root/.npm/f6e1ea08-delayed-stream-1-0-0.lock
9632npm verb url raw async
9633npm verb url resolving [ 'http://registry.npmjs.org/', './async' ]
9634npm verb url resolved http://registry.npmjs.org/async
9635npm info trying registry request attempt 1 at 11:06:02
9636npm http GET http://registry.npmjs.org/async
9637npm verb lock http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz /root/.npm/e5357cfb--stream-delayed-stream-1-0-0-tgz.lock
9638npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz',
9639npm verb addRemoteTarball 'df3ae199acadfb7d440aaae0b29e2272b24ec619' ]
9640npm info retry fetch attempt 1 at 11:06:02
9641npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/tmp.tgz
9642npm info preinstall isstream@0.1.2
9643npm http GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
9644npm verb readDependencies using package.json deps
9645npm verb readDependencies using package.json deps
9646npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/isstream
9647npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/isstream
9648npm verb linkStuff [ true,
9649npm verb linkStuff '/usr/lib/node_modules',
9650npm verb linkStuff false,
9651npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9652npm info linkStuff isstream@0.1.2
9653npm verb linkBins isstream@0.1.2
9654npm verb linkMans isstream@0.1.2
9655npm verb rebuildBundles isstream@0.1.2
9656npm http 200 http://registry.npmjs.org/mime-db
9657npm info install isstream@0.1.2
9658npm info preinstall json-stringify-safe@5.0.1
9659npm info postinstall isstream@0.1.2
9660npm verb readDependencies using package.json deps
9661npm verb readDependencies using package.json deps
9662npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/json-stringify-safe
9663npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/json-stringify-safe
9664npm verb linkStuff [ true,
9665npm verb linkStuff '/usr/lib/node_modules',
9666npm verb linkStuff false,
9667npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9668npm info linkStuff json-stringify-safe@5.0.1
9669npm verb linkBins json-stringify-safe@5.0.1
9670npm verb linkMans json-stringify-safe@5.0.1
9671npm verb rebuildBundles json-stringify-safe@5.0.1
9672npm info install json-stringify-safe@5.0.1
9673npm verb addNamed [ 'mime-db', '1.20.0' ]
9674npm verb addNamed [ '1.20.0', '1.20.0' ]
9675npm verb lock mime-db@1.20.0 /root/.npm/0ae07303-mime-db-1-20-0.lock
9676npm info postinstall json-stringify-safe@5.0.1
9677npm http 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
9678npm verb lock http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz /root/.npm/29317619-s-org-mime-db-mime-db-1-20-0-tgz.lock
9679npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz',
9680npm verb addRemoteTarball '496f90fd01fe0e031c8823ec3aa9450ffda18ed8' ]
9681npm info retry fetch attempt 1 at 11:06:02
9682npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/tmp.tgz
9683npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/tmp.tgz
9684npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/package /root/.npm/5ee87efb-2899-0-10451838560402393-package.lock
9685npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/tmp.tgz /root/.npm/e72231a7-2899-0-10451838560402393-tmp-tgz.lock
9686npm http GET http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
9687npm info preinstall extend@3.0.0
9688npm verb readDependencies using package.json deps
9689npm verb readDependencies using package.json deps
9690npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/extend
9691npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/extend
9692npm verb linkStuff [ true,
9693npm verb linkStuff '/usr/lib/node_modules',
9694npm verb linkStuff false,
9695npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9696npm info linkStuff extend@3.0.0
9697npm verb linkBins extend@3.0.0
9698npm verb linkMans extend@3.0.0
9699npm verb rebuildBundles extend@3.0.0
9700npm info install extend@3.0.0
9701npm info postinstall extend@3.0.0
9702npm http 200 http://registry.npmjs.org/async
9703npm http 200 http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
9704npm info preinstall bl@1.0.0
9705npm verb readDependencies using package.json deps
9706npm verb readDependencies using package.json deps
9707npm verb addNamed [ 'async', '1.5.0' ]
9708npm verb addNamed [ '1.5.0', '1.5.0' ]
9709npm verb lock async@1.5.0 /root/.npm/9f79283b-async-1-5-0.lock
9710npm verb cache add [ 'readable-stream@~2.0.0', null ]
9711npm verb cache add name=undefined spec="readable-stream@~2.0.0" args=["readable-stream@~2.0.0",null]
9712npm verb parsed url { protocol: null,
9713npm verb parsed url slashes: null,
9714npm verb parsed url auth: null,
9715npm verb parsed url host: null,
9716npm verb parsed url port: null,
9717npm verb parsed url hostname: null,
9718npm verb parsed url hash: null,
9719npm verb parsed url search: null,
9720npm verb parsed url query: null,
9721npm verb parsed url pathname: 'readable-stream@~2.0.0',
9722npm verb parsed url path: 'readable-stream@~2.0.0',
9723npm verb parsed url href: 'readable-stream@~2.0.0' }
9724npm verb cache add name="readable-stream" spec="~2.0.0" args=["readable-stream","~2.0.0"]
9725npm verb parsed url { protocol: null,
9726npm verb parsed url slashes: null,
9727npm verb parsed url auth: null,
9728npm verb parsed url host: null,
9729npm verb parsed url port: null,
9730npm verb parsed url hostname: null,
9731npm verb parsed url hash: null,
9732npm verb parsed url search: null,
9733npm verb parsed url query: null,
9734npm verb parsed url pathname: '~2.0.0',
9735npm verb parsed url path: '~2.0.0',
9736npm verb parsed url href: '~2.0.0' }
9737npm verb addNamed [ 'readable-stream', '~2.0.0' ]
9738npm verb addNamed [ null, '>=2.0.0-0 <2.1.0-0' ]
9739npm verb lock readable-stream@~2.0.0 /root/.npm/9a56f82a-readable-stream-2-0-0.lock
9740npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/tmp.tgz
9741npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/package /root/.npm/82179745-62955-0-7702968388330191-package.lock
9742npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/tmp.tgz /root/.npm/01770274-62955-0-7702968388330191-tmp-tgz.lock
9743npm verb lock http://registry.npmjs.org/async/-/async-1.5.0.tgz /root/.npm/e7aab642--npmjs-org-async-async-1-5-0-tgz.lock
9744npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.5.0.tgz',
9745npm verb addRemoteTarball '2796642723573859565633fc6274444bee2f8ce3' ]
9746npm info retry fetch attempt 1 at 11:06:03
9747npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/tmp.tgz
9748npm verb registry.get readable-stream not expired, no request
9749npm verb addNamed [ 'readable-stream', '2.0.5' ]
9750npm verb addNamed [ '2.0.5', '2.0.5' ]
9751npm verb lock readable-stream@2.0.5 /root/.npm/140f9d4f-readable-stream-2-0-5.lock
9752npm http GET http://registry.npmjs.org/async/-/async-1.5.0.tgz
9753npm info install readable-stream@2.0.5 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl
9754npm info installOne readable-stream@2.0.5
9755npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream unbuild
9756npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
9757npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream /root/.npm/1819d176--bl-node-modules-readable-stream.lock
9758npm verb lock tar:///root/.npm/readable-stream/2.0.5/package.tgz /root/.npm/05b8e26e-eadable-stream-2-0-5-package-tgz.lock
9759npm info preinstall http-signature@1.1.0
9760npm http 200 http://registry.npmjs.org/async/-/async-1.5.0.tgz
9761npm verb readDependencies using package.json deps
9762npm verb readDependencies using package.json deps
9763npm verb cache add [ 'sshpk@^1.7.0', null ]
9764npm verb cache add name=undefined spec="sshpk@^1.7.0" args=["sshpk@^1.7.0",null]
9765npm verb parsed url { protocol: null,
9766npm verb parsed url slashes: null,
9767npm verb parsed url auth: null,
9768npm verb parsed url host: null,
9769npm verb parsed url port: null,
9770npm verb parsed url hostname: null,
9771npm verb parsed url hash: null,
9772npm verb parsed url search: null,
9773npm verb parsed url query: null,
9774npm verb parsed url pathname: 'sshpk@%5E1.7.0',
9775npm verb parsed url path: 'sshpk@%5E1.7.0',
9776npm verb parsed url href: 'sshpk@%5E1.7.0' }
9777npm verb cache add name="sshpk" spec="^1.7.0" args=["sshpk","^1.7.0"]
9778npm verb parsed url { protocol: null,
9779npm verb parsed url slashes: null,
9780npm verb parsed url auth: null,
9781npm verb parsed url host: null,
9782npm verb parsed url port: null,
9783npm verb parsed url hostname: null,
9784npm verb parsed url hash: null,
9785npm verb parsed url search: null,
9786npm verb parsed url query: null,
9787npm verb parsed url pathname: '%5E1.7.0',
9788npm verb parsed url path: '%5E1.7.0',
9789npm verb parsed url href: '%5E1.7.0' }
9790npm verb addNamed [ 'sshpk', '^1.7.0' ]
9791npm verb addNamed [ null, '>=1.7.0-0 <2.0.0-0' ]
9792npm verb lock sshpk@^1.7.0 /root/.npm/a48fb257-sshpk-1-7-0.lock
9793npm verb cache add [ 'assert-plus@^0.1.5', null ]
9794npm verb cache add name=undefined spec="assert-plus@^0.1.5" args=["assert-plus@^0.1.5",null]
9795npm verb parsed url { protocol: null,
9796npm verb parsed url slashes: null,
9797npm verb parsed url auth: null,
9798npm verb parsed url host: null,
9799npm verb parsed url port: null,
9800npm verb parsed url hostname: null,
9801npm verb parsed url hash: null,
9802npm verb parsed url search: null,
9803npm verb parsed url query: null,
9804npm verb parsed url pathname: 'assert-plus@%5E0.1.5',
9805npm verb parsed url path: 'assert-plus@%5E0.1.5',
9806npm verb parsed url href: 'assert-plus@%5E0.1.5' }
9807npm verb cache add name="assert-plus" spec="^0.1.5" args=["assert-plus","^0.1.5"]
9808npm verb parsed url { protocol: null,
9809npm verb parsed url slashes: null,
9810npm verb parsed url auth: null,
9811npm verb parsed url host: null,
9812npm verb parsed url port: null,
9813npm verb parsed url hostname: null,
9814npm verb parsed url hash: null,
9815npm verb parsed url search: null,
9816npm verb parsed url query: null,
9817npm verb parsed url pathname: '%5E0.1.5',
9818npm verb parsed url path: '%5E0.1.5',
9819npm verb parsed url href: '%5E0.1.5' }
9820npm verb addNamed [ 'assert-plus', '^0.1.5' ]
9821npm verb addNamed [ null, '>=0.1.5-0 <0.2.0-0' ]
9822npm verb lock assert-plus@^0.1.5 /root/.npm/0f85a4cc-assert-plus-0-1-5.lock
9823npm verb cache add [ 'jsprim@^1.2.2', null ]
9824npm verb cache add name=undefined spec="jsprim@^1.2.2" args=["jsprim@^1.2.2",null]
9825npm verb parsed url { protocol: null,
9826npm verb parsed url slashes: null,
9827npm verb parsed url auth: null,
9828npm verb parsed url host: null,
9829npm verb parsed url port: null,
9830npm verb parsed url hostname: null,
9831npm verb parsed url hash: null,
9832npm verb parsed url search: null,
9833npm verb parsed url query: null,
9834npm verb parsed url pathname: 'jsprim@%5E1.2.2',
9835npm verb parsed url path: 'jsprim@%5E1.2.2',
9836npm verb parsed url href: 'jsprim@%5E1.2.2' }
9837npm verb cache add name="jsprim" spec="^1.2.2" args=["jsprim","^1.2.2"]
9838npm verb parsed url { protocol: null,
9839npm verb parsed url slashes: null,
9840npm verb parsed url auth: null,
9841npm verb parsed url host: null,
9842npm verb parsed url port: null,
9843npm verb parsed url hostname: null,
9844npm verb parsed url hash: null,
9845npm verb parsed url search: null,
9846npm verb parsed url query: null,
9847npm verb parsed url pathname: '%5E1.2.2',
9848npm verb parsed url path: '%5E1.2.2',
9849npm verb parsed url href: '%5E1.2.2' }
9850npm verb addNamed [ 'jsprim', '^1.2.2' ]
9851npm verb addNamed [ null, '>=1.2.2-0 <2.0.0-0' ]
9852npm verb lock jsprim@^1.2.2 /root/.npm/44e2af6d-jsprim-1-2-2.lock
9853npm verb url raw sshpk
9854npm verb url resolving [ 'http://registry.npmjs.org/', './sshpk' ]
9855npm verb url resolved http://registry.npmjs.org/sshpk
9856npm info trying registry request attempt 1 at 11:06:03
9857npm http GET http://registry.npmjs.org/sshpk
9858npm verb url raw assert-plus
9859npm verb url resolving [ 'http://registry.npmjs.org/', './assert-plus' ]
9860npm verb url resolved http://registry.npmjs.org/assert-plus
9861npm info trying registry request attempt 1 at 11:06:03
9862npm http GET http://registry.npmjs.org/assert-plus
9863npm verb url raw jsprim
9864npm verb url resolving [ 'http://registry.npmjs.org/', './jsprim' ]
9865npm verb url resolved http://registry.npmjs.org/jsprim
9866npm info trying registry request attempt 1 at 11:06:03
9867npm http GET http://registry.npmjs.org/jsprim
9868npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/tmp.tgz
9869npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/package /root/.npm/6111643d-63054-0-6148578345309943-package.lock
9870npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/tmp.tgz /root/.npm/3eeaccb5-63054-0-6148578345309943-tmp-tgz.lock
9871npm verb tar pack [ '/root/.npm/delayed-stream/1.0.0/package.tgz',
9872npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/package' ]
9873npm verb tarball /root/.npm/delayed-stream/1.0.0/package.tgz
9874npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/package
9875npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762899-0.10451838560402393/package /root/.npm/5ee87efb-2899-0-10451838560402393-package.lock
9876npm verb lock tar:///root/.npm/delayed-stream/1.0.0/package.tgz /root/.npm/0cc25299-delayed-stream-1-0-0-package-tgz.lock
9877npm info preinstall node-uuid@1.4.7
9878npm verb readDependencies using package.json deps
9879npm verb readDependencies using package.json deps
9880npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/node-uuid
9881npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/node-uuid
9882npm verb linkStuff [ true,
9883npm verb linkStuff '/usr/lib/node_modules',
9884npm verb linkStuff false,
9885npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
9886npm info linkStuff node-uuid@1.4.7
9887npm verb linkBins node-uuid@1.4.7
9888npm verb link bins [ { uuid: './bin/uuid' },
9889npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/.bin',
9890npm verb link bins false ]
9891npm verb linkMans node-uuid@1.4.7
9892npm verb rebuildBundles node-uuid@1.4.7
9893npm info install node-uuid@1.4.7
9894npm http 200 http://registry.npmjs.org/assert-plus
9895npm info postinstall node-uuid@1.4.7
9896npm info preinstall har-validator@2.0.3
9897npm verb addNamed [ 'assert-plus', '0.1.5' ]
9898npm verb addNamed [ '0.1.5', '0.1.5' ]
9899npm verb lock assert-plus@0.1.5 /root/.npm/b8965882-assert-plus-0-1-5.lock
9900npm verb readDependencies using package.json deps
9901npm verb lock http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz /root/.npm/7462a64f-ssert-plus-assert-plus-0-1-5-tgz.lock
9902npm verb readDependencies using package.json deps
9903npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
9904npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
9905npm verb cache add [ 'commander@^2.9.0', null ]
9906npm verb cache add name=undefined spec="commander@^2.9.0" args=["commander@^2.9.0",null]
9907npm verb parsed url { protocol: null,
9908npm verb parsed url slashes: null,
9909npm verb parsed url auth: null,
9910npm verb parsed url host: null,
9911npm verb parsed url port: null,
9912npm verb parsed url hostname: null,
9913npm verb parsed url hash: null,
9914npm verb parsed url search: null,
9915npm verb parsed url query: null,
9916npm verb parsed url pathname: 'commander@%5E2.9.0',
9917npm verb parsed url path: 'commander@%5E2.9.0',
9918npm verb parsed url href: 'commander@%5E2.9.0' }
9919npm verb cache add name="commander" spec="^2.9.0" args=["commander","^2.9.0"]
9920npm verb parsed url { protocol: null,
9921npm verb parsed url slashes: null,
9922npm verb parsed url auth: null,
9923npm verb parsed url host: null,
9924npm verb parsed url port: null,
9925npm verb parsed url hostname: null,
9926npm verb parsed url hash: null,
9927npm verb parsed url search: null,
9928npm verb parsed url query: null,
9929npm verb parsed url pathname: '%5E2.9.0',
9930npm verb parsed url path: '%5E2.9.0',
9931npm verb parsed url href: '%5E2.9.0' }
9932npm verb addNamed [ 'commander', '^2.9.0' ]
9933npm verb addNamed [ null, '>=2.9.0-0 <3.0.0-0' ]
9934npm verb lock commander@^2.9.0 /root/.npm/1600fe2b-commander-2-9-0.lock
9935npm verb cache add [ 'is-my-json-valid@^2.12.3', null ]
9936npm verb cache add name=undefined spec="is-my-json-valid@^2.12.3" args=["is-my-json-valid@^2.12.3",null]
9937npm verb parsed url { protocol: null,
9938npm verb parsed url slashes: null,
9939npm verb parsed url auth: null,
9940npm verb parsed url host: null,
9941npm verb parsed url port: null,
9942npm verb parsed url hostname: null,
9943npm verb parsed url hash: null,
9944npm verb parsed url search: null,
9945npm verb parsed url query: null,
9946npm verb parsed url pathname: 'is-my-json-valid@%5E2.12.3',
9947npm verb parsed url path: 'is-my-json-valid@%5E2.12.3',
9948npm verb parsed url href: 'is-my-json-valid@%5E2.12.3' }
9949npm verb cache add name="is-my-json-valid" spec="^2.12.3" args=["is-my-json-valid","^2.12.3"]
9950npm verb parsed url { protocol: null,
9951npm verb parsed url slashes: null,
9952npm verb parsed url auth: null,
9953npm verb parsed url host: null,
9954npm verb parsed url port: null,
9955npm verb parsed url hostname: null,
9956npm verb parsed url hash: null,
9957npm verb parsed url search: null,
9958npm verb parsed url query: null,
9959npm verb parsed url pathname: '%5E2.12.3',
9960npm verb parsed url path: '%5E2.12.3',
9961npm verb parsed url href: '%5E2.12.3' }
9962npm verb addNamed [ 'is-my-json-valid', '^2.12.3' ]
9963npm verb addNamed [ null, '>=2.12.3-0 <3.0.0-0' ]
9964npm verb lock is-my-json-valid@^2.12.3 /root/.npm/8e541028-is-my-json-valid-2-12-3.lock
9965npm verb cache add [ 'pinkie-promise@^2.0.0', null ]
9966npm verb cache add name=undefined spec="pinkie-promise@^2.0.0" args=["pinkie-promise@^2.0.0",null]
9967npm verb parsed url { protocol: null,
9968npm verb parsed url slashes: null,
9969npm verb parsed url auth: null,
9970npm verb parsed url host: null,
9971npm verb parsed url port: null,
9972npm verb parsed url hostname: null,
9973npm verb parsed url hash: null,
9974npm verb parsed url search: null,
9975npm verb parsed url query: null,
9976npm verb parsed url pathname: 'pinkie-promise@%5E2.0.0',
9977npm verb parsed url path: 'pinkie-promise@%5E2.0.0',
9978npm verb parsed url href: 'pinkie-promise@%5E2.0.0' }
9979npm verb cache add name="pinkie-promise" spec="^2.0.0" args=["pinkie-promise","^2.0.0"]
9980npm verb parsed url { protocol: null,
9981npm verb parsed url slashes: null,
9982npm verb parsed url auth: null,
9983npm verb parsed url host: null,
9984npm verb parsed url port: null,
9985npm verb parsed url hostname: null,
9986npm verb parsed url hash: null,
9987npm verb parsed url search: null,
9988npm verb parsed url query: null,
9989npm verb parsed url pathname: '%5E2.0.0',
9990npm verb parsed url path: '%5E2.0.0',
9991npm verb parsed url href: '%5E2.0.0' }
9992npm verb addNamed [ 'pinkie-promise', '^2.0.0' ]
9993npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
9994npm verb lock pinkie-promise@^2.0.0 /root/.npm/7507b03b-pinkie-promise-2-0-0.lock
9995npm verb cache add [ 'chalk@^1.1.1', null ]
9996npm verb cache add name=undefined spec="chalk@^1.1.1" args=["chalk@^1.1.1",null]
9997npm verb parsed url { protocol: null,
9998npm verb parsed url slashes: null,
9999npm verb parsed url auth: null,
10000npm verb parsed url host: null,
10001npm verb parsed url port: null,
10002npm verb parsed url hostname: null,
10003npm verb parsed url hash: null,
10004npm verb parsed url search: null,
10005npm verb parsed url query: null,
10006npm verb parsed url pathname: 'chalk@%5E1.1.1',
10007npm verb parsed url path: 'chalk@%5E1.1.1',
10008npm verb parsed url href: 'chalk@%5E1.1.1' }
10009npm verb cache add name="chalk" spec="^1.1.1" args=["chalk","^1.1.1"]
10010npm verb parsed url { protocol: null,
10011npm verb parsed url slashes: null,
10012npm verb parsed url auth: null,
10013npm verb parsed url host: null,
10014npm verb parsed url port: null,
10015npm verb parsed url hostname: null,
10016npm verb parsed url hash: null,
10017npm verb parsed url search: null,
10018npm verb parsed url query: null,
10019npm verb parsed url pathname: '%5E1.1.1',
10020npm verb parsed url path: '%5E1.1.1',
10021npm verb parsed url href: '%5E1.1.1' }
10022npm verb addNamed [ 'chalk', '^1.1.1' ]
10023npm verb addNamed [ null, '>=1.1.1-0 <2.0.0-0' ]
10024npm verb lock chalk@^1.1.1 /root/.npm/b07b58bc-chalk-1-1-1.lock
10025npm info retry fetch attempt 1 at 11:06:03
10026npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/tmp.tgz
10027npm http 200 http://registry.npmjs.org/jsprim
10028npm http 200 http://registry.npmjs.org/sshpk
10029npm http GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
10030npm verb url raw commander
10031npm verb url resolving [ 'http://registry.npmjs.org/', './commander' ]
10032npm verb url resolved http://registry.npmjs.org/commander
10033npm info trying registry request attempt 1 at 11:06:03
10034npm http GET http://registry.npmjs.org/commander
10035npm verb url raw is-my-json-valid
10036npm verb url resolving [ 'http://registry.npmjs.org/', './is-my-json-valid' ]
10037npm verb url resolved http://registry.npmjs.org/is-my-json-valid
10038npm info trying registry request attempt 1 at 11:06:03
10039npm http GET http://registry.npmjs.org/is-my-json-valid
10040npm verb url raw pinkie-promise
10041npm verb url resolving [ 'http://registry.npmjs.org/', './pinkie-promise' ]
10042npm verb url resolved http://registry.npmjs.org/pinkie-promise
10043npm info trying registry request attempt 1 at 11:06:03
10044npm http GET http://registry.npmjs.org/pinkie-promise
10045npm verb url raw chalk
10046npm verb url resolving [ 'http://registry.npmjs.org/', './chalk' ]
10047npm verb url resolved http://registry.npmjs.org/chalk
10048npm info trying registry request attempt 1 at 11:06:03
10049npm http GET http://registry.npmjs.org/chalk
10050npm verb addNamed [ 'jsprim', '1.2.2' ]
10051npm verb addNamed [ '1.2.2', '1.2.2' ]
10052npm verb lock jsprim@1.2.2 /root/.npm/a541e067-jsprim-1-2-2.lock
10053npm verb addNamed [ 'sshpk', '1.7.1' ]
10054npm verb addNamed [ '1.7.1', '1.7.1' ]
10055npm verb lock sshpk@1.7.1 /root/.npm/2c18f8ba-sshpk-1-7-1.lock
10056npm verb lock http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz /root/.npm/69f29a1a-pmjs-org-jsprim-jsprim-1-2-2-tgz.lock
10057npm verb lock http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz /root/.npm/d3375d8d--npmjs-org-sshpk-sshpk-1-7-1-tgz.lock
10058npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz',
10059npm verb addRemoteTarball 'f20c906ac92abd58e3b79ac8bc70a48832512da1' ]
10060npm verb addRemoteTarball [ 'http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz',
10061npm verb addRemoteTarball '565e386c42a77e6062fbd14c0472ff21cd53398c' ]
10062npm info retry fetch attempt 1 at 11:06:03
10063npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/tmp.tgz
10064npm info retry fetch attempt 1 at 11:06:03
10065npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/tmp.tgz
10066npm http GET http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz
10067npm http GET http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz
10068npm verb lock /root/.npm/delayed-stream/1.0.0/package /root/.npm/d0946eaf-npm-delayed-stream-1-0-0-package.lock
10069npm verb tar unpack /root/.npm/delayed-stream/1.0.0/package.tgz
10070npm verb lock tar:///root/.npm/delayed-stream/1.0.0/package /root/.npm/9a4dc69e-npm-delayed-stream-1-0-0-package.lock
10071npm verb lock tar:///root/.npm/delayed-stream/1.0.0/package.tgz /root/.npm/0cc25299-delayed-stream-1-0-0-package-tgz.lock
10072npm http 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
10073npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/tmp.tgz
10074npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/package /root/.npm/4bf7b308-63266-0-6509565310552716-package.lock
10075npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/tmp.tgz /root/.npm/8fd3e148-63266-0-6509565310552716-tmp-tgz.lock
10076npm http 200 http://registry.npmjs.org/pinkie-promise
10077npm info preinstall qs@5.2.0
10078npm verb readDependencies using package.json deps
10079npm verb readDependencies using package.json deps
10080npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/qs
10081npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/qs
10082npm verb linkStuff [ true,
10083npm verb linkStuff '/usr/lib/node_modules',
10084npm verb linkStuff false,
10085npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
10086npm info linkStuff qs@5.2.0
10087npm verb linkBins qs@5.2.0
10088npm verb linkMans qs@5.2.0
10089npm verb rebuildBundles qs@5.2.0
10090npm info install qs@5.2.0
10091npm verb addNamed [ 'pinkie-promise', '2.0.0' ]
10092npm verb addNamed [ '2.0.0', '2.0.0' ]
10093npm verb lock pinkie-promise@2.0.0 /root/.npm/bd18ea58-pinkie-promise-2-0-0.lock
10094npm info postinstall qs@5.2.0
10095npm http 200 http://registry.npmjs.org/chalk
10096npm http 200 http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz
10097npm verb lock http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz /root/.npm/dc1ec66e-promise-pinkie-promise-2-0-0-tgz.lock
10098npm http 200 http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz
10099npm http 200 http://registry.npmjs.org/is-my-json-valid
10100npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz',
10101npm verb addRemoteTarball '4c83538de1f6e660c29e0a13446844f7a7e88259' ]
10102npm http 200 http://registry.npmjs.org/commander
10103npm info retry fetch attempt 1 at 11:06:03
10104npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/tmp.tgz
10105npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/tmp.tgz
10106npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/package /root/.npm/8cf35b5d-319-0-022015468450263143-package.lock
10107npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/tmp.tgz /root/.npm/44f35887-319-0-022015468450263143-tmp-tgz.lock
10108npm http GET http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
10109npm verb addNamed [ 'chalk', '1.1.1' ]
10110npm verb addNamed [ '1.1.1', '1.1.1' ]
10111npm verb lock chalk@1.1.1 /root/.npm/5c79a874-chalk-1-1-1.lock
10112npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/tmp.tgz
10113npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/package /root/.npm/0dcfa051-63320-0-2455057438928634-package.lock
10114npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/tmp.tgz /root/.npm/dfc679af-63320-0-2455057438928634-tmp-tgz.lock
10115npm verb addNamed [ 'is-my-json-valid', '2.12.3' ]
10116npm verb addNamed [ '2.12.3', '2.12.3' ]
10117npm verb lock is-my-json-valid@2.12.3 /root/.npm/5db04d87-is-my-json-valid-2-12-3.lock
10118npm verb lock http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz /root/.npm/40b90806--npmjs-org-chalk-chalk-1-1-1-tgz.lock
10119npm verb addNamed [ 'commander', '2.9.0' ]
10120npm verb addNamed [ '2.9.0', '2.9.0' ]
10121npm verb lock commander@2.9.0 /root/.npm/07267fc6-commander-2-9-0.lock
10122npm verb lock http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz /root/.npm/6a4524b6-alid-is-my-json-valid-2-12-3-tgz.lock
10123npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz',
10124npm verb addRemoteTarball '509afb67066e7499f7eb3535c77445772ae2d019' ]
10125npm info retry fetch attempt 1 at 11:06:03
10126npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/tmp.tgz
10127npm verb lock http://registry.npmjs.org/commander/-/commander-2.9.0.tgz /root/.npm/e91d44c6-rg-commander-commander-2-9-0-tgz.lock
10128npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz',
10129npm verb addRemoteTarball '5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6' ]
10130npm info retry fetch attempt 1 at 11:06:03
10131npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/tmp.tgz
10132npm http GET http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
10133npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.9.0.tgz',
10134npm verb addRemoteTarball '9c99094176e12240cb22d6c5146098400fe0f7d4' ]
10135npm info retry fetch attempt 1 at 11:06:03
10136npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/tmp.tgz
10137npm http GET http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
10138npm http GET http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
10139npm http 200 http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
10140npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/tmp.tgz
10141npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/package /root/.npm/23e46549-379-0-003098027780652046-package.lock
10142npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/tmp.tgz /root/.npm/9cac9c94-379-0-003098027780652046-tmp-tgz.lock
10143npm http 200 http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
10144npm http 200 http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
10145npm http 200 http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
10146npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/tmp.tgz
10147npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/package /root/.npm/f0d6513f-63419-0-6696954132057726-package.lock
10148npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/tmp.tgz /root/.npm/12eefdbd-63419-0-6696954132057726-tmp-tgz.lock
10149npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/tmp.tgz
10150npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/package /root/.npm/5c08d8ef-63428-0-8719264075625688-package.lock
10151npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/tmp.tgz /root/.npm/9d2c8fbd-63428-0-8719264075625688-tmp-tgz.lock
10152npm verb tar pack [ '/root/.npm/assert-plus/0.1.5/package.tgz',
10153npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/package' ]
10154npm verb tarball /root/.npm/assert-plus/0.1.5/package.tgz
10155npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/package
10156npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763266-0.6509565310552716/package /root/.npm/4bf7b308-63266-0-6509565310552716-package.lock
10157npm verb lock tar:///root/.npm/assert-plus/0.1.5/package.tgz /root/.npm/3be595c2-pm-assert-plus-0-1-5-package-tgz.lock
10158npm verb chmod /root/.npm/delayed-stream/1.0.0/package.tgz 644
10159npm verb chown /root/.npm/delayed-stream/1.0.0/package.tgz [ 0, 0 ]
10160npm info install delayed-stream@1.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream
10161npm info installOne delayed-stream@1.0.0
10162npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/tmp.tgz
10163npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/package /root/.npm/33ddcaec-63425-0-3009230992756784-package.lock
10164npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/tmp.tgz /root/.npm/2a1dc3af-63425-0-3009230992756784-tmp-tgz.lock
10165npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream unbuild
10166npm verb tar unpack /root/.npm/delayed-stream/1.0.0/package.tgz
10167npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream /root/.npm/7882e863-ream-node-modules-delayed-stream.lock
10168npm verb lock tar:///root/.npm/delayed-stream/1.0.0/package.tgz /root/.npm/0cc25299-delayed-stream-1-0-0-package-tgz.lock
10169npm verb tar pack [ '/root/.npm/pinkie-promise/2.0.0/package.tgz',
10170npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/package' ]
10171npm verb tarball /root/.npm/pinkie-promise/2.0.0/package.tgz
10172npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/package
10173npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763379-0.003098027780652046/package /root/.npm/23e46549-379-0-003098027780652046-package.lock
10174npm verb lock tar:///root/.npm/pinkie-promise/2.0.0/package.tgz /root/.npm/b7f59773-pinkie-promise-2-0-0-package-tgz.lock
10175npm verb lock /root/.npm/assert-plus/0.1.5/package /root/.npm/4076c28f-ot-npm-assert-plus-0-1-5-package.lock
10176npm verb tar pack [ '/root/.npm/jsprim/1.2.2/package.tgz',
10177npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/package' ]
10178npm verb tarball /root/.npm/jsprim/1.2.2/package.tgz
10179npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/package
10180npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763319-0.022015468450263143/package /root/.npm/8cf35b5d-319-0-022015468450263143-package.lock
10181npm verb lock tar:///root/.npm/jsprim/1.2.2/package.tgz /root/.npm/933eeeb2-oot-npm-jsprim-1-2-2-package-tgz.lock
10182npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
10183npm verb lock tar:///root/.npm/assert-plus/0.1.5/package /root/.npm/9cd4413d-ot-npm-assert-plus-0-1-5-package.lock
10184npm verb lock tar:///root/.npm/assert-plus/0.1.5/package.tgz /root/.npm/3be595c2-pm-assert-plus-0-1-5-package-tgz.lock
10185npm verb lock /root/.npm/pinkie-promise/2.0.0/package /root/.npm/820cf00f-npm-pinkie-promise-2-0-0-package.lock
10186npm verb tar pack [ '/root/.npm/chalk/1.1.1/package.tgz',
10187npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/package' ]
10188npm verb tarball /root/.npm/chalk/1.1.1/package.tgz
10189npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/package
10190npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763419-0.6696954132057726/package /root/.npm/f0d6513f-63419-0-6696954132057726-package.lock
10191npm verb lock tar:///root/.npm/chalk/1.1.1/package.tgz /root/.npm/1fda1fcb-root-npm-chalk-1-1-1-package-tgz.lock
10192npm verb tar unpack /root/.npm/pinkie-promise/2.0.0/package.tgz
10193npm verb lock tar:///root/.npm/pinkie-promise/2.0.0/package /root/.npm/572dcc31-npm-pinkie-promise-2-0-0-package.lock
10194npm verb lock tar:///root/.npm/pinkie-promise/2.0.0/package.tgz /root/.npm/b7f59773-pinkie-promise-2-0-0-package-tgz.lock
10195npm info preinstall delayed-stream@1.0.0
10196npm verb readDependencies using package.json deps
10197npm verb readDependencies using package.json deps
10198npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream
10199npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream
10200npm verb linkStuff [ true,
10201npm verb linkStuff '/usr/lib/node_modules',
10202npm verb linkStuff false,
10203npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream/node_modules' ]
10204npm info linkStuff delayed-stream@1.0.0
10205npm verb linkBins delayed-stream@1.0.0
10206npm verb linkMans delayed-stream@1.0.0
10207npm verb rebuildBundles delayed-stream@1.0.0
10208npm info install delayed-stream@1.0.0
10209npm info postinstall delayed-stream@1.0.0
10210npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream
10211npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/combined-stream
10212npm verb linkStuff [ true,
10213npm verb linkStuff '/usr/lib/node_modules',
10214npm verb linkStuff false,
10215npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
10216npm info linkStuff combined-stream@1.0.5
10217npm verb linkBins combined-stream@1.0.5
10218npm verb linkMans combined-stream@1.0.5
10219npm verb rebuildBundles combined-stream@1.0.5
10220npm verb rebuildBundles [ 'delayed-stream' ]
10221npm info install combined-stream@1.0.5
10222npm info postinstall combined-stream@1.0.5
10223npm verb lock /root/.npm/chalk/1.1.1/package /root/.npm/88a4e359-root-npm-chalk-1-1-1-package.lock
10224npm verb chmod /root/.npm/assert-plus/0.1.5/package.tgz 644
10225npm verb chown /root/.npm/assert-plus/0.1.5/package.tgz [ 0, 0 ]
10226npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
10227npm verb lock tar:///root/.npm/chalk/1.1.1/package /root/.npm/e121c80e-tar-root-npm-chalk-1-1-1-package.lock
10228npm verb lock tar:///root/.npm/chalk/1.1.1/package.tgz /root/.npm/1fda1fcb-root-npm-chalk-1-1-1-package-tgz.lock
10229npm verb chmod /root/.npm/pinkie-promise/2.0.0/package.tgz 644
10230npm verb chown /root/.npm/pinkie-promise/2.0.0/package.tgz [ 0, 0 ]
10231npm verb lock /root/.npm/jsprim/1.2.2/package /root/.npm/1b31b809-root-npm-jsprim-1-2-2-package.lock
10232npm verb tar unpack /root/.npm/jsprim/1.2.2/package.tgz
10233npm verb lock tar:///root/.npm/jsprim/1.2.2/package /root/.npm/7bc37058-ar-root-npm-jsprim-1-2-2-package.lock
10234npm verb lock tar:///root/.npm/jsprim/1.2.2/package.tgz /root/.npm/933eeeb2-oot-npm-jsprim-1-2-2-package-tgz.lock
10235npm verb tar pack [ '/root/.npm/commander/2.9.0/package.tgz',
10236npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/package' ]
10237npm verb tarball /root/.npm/commander/2.9.0/package.tgz
10238npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/package
10239npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763428-0.8719264075625688/package /root/.npm/5c08d8ef-63428-0-8719264075625688-package.lock
10240npm verb lock tar:///root/.npm/commander/2.9.0/package.tgz /root/.npm/7a78e06c--npm-commander-2-9-0-package-tgz.lock
10241npm info preinstall tough-cookie@2.2.1
10242npm verb readDependencies using package.json deps
10243npm verb readDependencies using package.json deps
10244npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tough-cookie
10245npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/tough-cookie
10246npm verb linkStuff [ true,
10247npm verb linkStuff '/usr/lib/node_modules',
10248npm verb linkStuff false,
10249npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
10250npm info linkStuff tough-cookie@2.2.1
10251npm verb linkBins tough-cookie@2.2.1
10252npm verb linkMans tough-cookie@2.2.1
10253npm verb rebuildBundles tough-cookie@2.2.1
10254npm info install tough-cookie@2.2.1
10255npm info postinstall tough-cookie@2.2.1
10256npm verb tar pack [ '/root/.npm/mime-db/1.20.0/package.tgz',
10257npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/package' ]
10258npm verb tarball /root/.npm/mime-db/1.20.0/package.tgz
10259npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/package
10260npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868762955-0.7702968388330191/package /root/.npm/82179745-62955-0-7702968388330191-package.lock
10261npm verb lock tar:///root/.npm/mime-db/1.20.0/package.tgz /root/.npm/6264d1ba-t-npm-mime-db-1-20-0-package-tgz.lock
10262npm verb chmod /root/.npm/chalk/1.1.1/package.tgz 644
10263npm verb chown /root/.npm/chalk/1.1.1/package.tgz [ 0, 0 ]
10264npm info preinstall readable-stream@2.0.5
10265npm verb readDependencies using package.json deps
10266npm verb readDependencies using package.json deps
10267npm verb cache add [ 'core-util-is@~1.0.0', null ]
10268npm verb cache add name=undefined spec="core-util-is@~1.0.0" args=["core-util-is@~1.0.0",null]
10269npm verb parsed url { protocol: null,
10270npm verb parsed url slashes: null,
10271npm verb parsed url auth: null,
10272npm verb parsed url host: null,
10273npm verb parsed url port: null,
10274npm verb parsed url hostname: null,
10275npm verb parsed url hash: null,
10276npm verb parsed url search: null,
10277npm verb parsed url query: null,
10278npm verb parsed url pathname: 'core-util-is@~1.0.0',
10279npm verb parsed url path: 'core-util-is@~1.0.0',
10280npm verb parsed url href: 'core-util-is@~1.0.0' }
10281npm verb cache add name="core-util-is" spec="~1.0.0" args=["core-util-is","~1.0.0"]
10282npm verb parsed url { protocol: null,
10283npm verb parsed url slashes: null,
10284npm verb parsed url auth: null,
10285npm verb parsed url host: null,
10286npm verb parsed url port: null,
10287npm verb parsed url hostname: null,
10288npm verb parsed url hash: null,
10289npm verb parsed url search: null,
10290npm verb parsed url query: null,
10291npm verb parsed url pathname: '~1.0.0',
10292npm verb parsed url path: '~1.0.0',
10293npm verb parsed url href: '~1.0.0' }
10294npm verb addNamed [ 'core-util-is', '~1.0.0' ]
10295npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
10296npm verb lock core-util-is@~1.0.0 /root/.npm/577b60c4-core-util-is-1-0-0.lock
10297npm verb cache add [ 'inherits@~2.0.1', null ]
10298npm verb cache add name=undefined spec="inherits@~2.0.1" args=["inherits@~2.0.1",null]
10299npm verb parsed url { protocol: null,
10300npm verb parsed url slashes: null,
10301npm verb parsed url auth: null,
10302npm verb parsed url host: null,
10303npm verb parsed url port: null,
10304npm verb parsed url hostname: null,
10305npm verb parsed url hash: null,
10306npm verb parsed url search: null,
10307npm verb parsed url query: null,
10308npm verb parsed url pathname: 'inherits@~2.0.1',
10309npm verb parsed url path: 'inherits@~2.0.1',
10310npm verb parsed url href: 'inherits@~2.0.1' }
10311npm verb cache add name="inherits" spec="~2.0.1" args=["inherits","~2.0.1"]
10312npm verb parsed url { protocol: null,
10313npm verb parsed url slashes: null,
10314npm verb parsed url auth: null,
10315npm verb parsed url host: null,
10316npm verb parsed url port: null,
10317npm verb parsed url hostname: null,
10318npm verb parsed url hash: null,
10319npm verb parsed url search: null,
10320npm verb parsed url query: null,
10321npm verb parsed url pathname: '~2.0.1',
10322npm verb parsed url path: '~2.0.1',
10323npm verb parsed url href: '~2.0.1' }
10324npm verb addNamed [ 'inherits', '~2.0.1' ]
10325npm verb addNamed [ null, '>=2.0.1-0 <2.1.0-0' ]
10326npm verb lock inherits@~2.0.1 /root/.npm/098ef39f-inherits-2-0-1.lock
10327npm verb cache add [ 'isarray@0.0.1', null ]
10328npm verb cache add name=undefined spec="isarray@0.0.1" args=["isarray@0.0.1",null]
10329npm verb parsed url { protocol: null,
10330npm verb parsed url slashes: null,
10331npm verb parsed url auth: null,
10332npm verb parsed url host: null,
10333npm verb parsed url port: null,
10334npm verb parsed url hostname: null,
10335npm verb parsed url hash: null,
10336npm verb parsed url search: null,
10337npm verb parsed url query: null,
10338npm verb parsed url pathname: 'isarray@0.0.1',
10339npm verb parsed url path: 'isarray@0.0.1',
10340npm verb parsed url href: 'isarray@0.0.1' }
10341npm verb cache add name="isarray" spec="0.0.1" args=["isarray","0.0.1"]
10342npm verb parsed url { protocol: null,
10343npm verb parsed url slashes: null,
10344npm verb parsed url auth: null,
10345npm verb parsed url host: null,
10346npm verb parsed url port: null,
10347npm verb parsed url hostname: null,
10348npm verb parsed url hash: null,
10349npm verb parsed url search: null,
10350npm verb parsed url query: null,
10351npm verb parsed url pathname: '0.0.1',
10352npm verb parsed url path: '0.0.1',
10353npm verb parsed url href: '0.0.1' }
10354npm verb addNamed [ 'isarray', '0.0.1' ]
10355npm verb addNamed [ '0.0.1', '0.0.1' ]
10356npm verb lock isarray@0.0.1 /root/.npm/9efe11b1-isarray-0-0-1.lock
10357npm verb cache add [ 'process-nextick-args@~1.0.6', null ]
10358npm verb cache add name=undefined spec="process-nextick-args@~1.0.6" args=["process-nextick-args@~1.0.6",null]
10359npm verb parsed url { protocol: null,
10360npm verb parsed url slashes: null,
10361npm verb parsed url auth: null,
10362npm verb parsed url host: null,
10363npm verb parsed url port: null,
10364npm verb parsed url hostname: null,
10365npm verb parsed url hash: null,
10366npm verb parsed url search: null,
10367npm verb parsed url query: null,
10368npm verb parsed url pathname: 'process-nextick-args@~1.0.6',
10369npm verb parsed url path: 'process-nextick-args@~1.0.6',
10370npm verb parsed url href: 'process-nextick-args@~1.0.6' }
10371npm verb cache add name="process-nextick-args" spec="~1.0.6" args=["process-nextick-args","~1.0.6"]
10372npm verb parsed url { protocol: null,
10373npm verb parsed url slashes: null,
10374npm verb parsed url auth: null,
10375npm verb parsed url host: null,
10376npm verb parsed url port: null,
10377npm verb parsed url hostname: null,
10378npm verb parsed url hash: null,
10379npm verb parsed url search: null,
10380npm verb parsed url query: null,
10381npm verb parsed url pathname: '~1.0.6',
10382npm verb parsed url path: '~1.0.6',
10383npm verb parsed url href: '~1.0.6' }
10384npm verb addNamed [ 'process-nextick-args', '~1.0.6' ]
10385npm verb addNamed [ null, '>=1.0.6-0 <1.1.0-0' ]
10386npm verb lock process-nextick-args@~1.0.6 /root/.npm/34df6d61-process-nextick-args-1-0-6.lock
10387npm verb cache add [ 'string_decoder@~0.10.x', null ]
10388npm verb cache add name=undefined spec="string_decoder@~0.10.x" args=["string_decoder@~0.10.x",null]
10389npm verb parsed url { protocol: null,
10390npm verb parsed url slashes: null,
10391npm verb parsed url auth: null,
10392npm verb parsed url host: null,
10393npm verb parsed url port: null,
10394npm verb parsed url hostname: null,
10395npm verb parsed url hash: null,
10396npm verb parsed url search: null,
10397npm verb parsed url query: null,
10398npm verb parsed url pathname: 'string_decoder@~0.10.x',
10399npm verb parsed url path: 'string_decoder@~0.10.x',
10400npm verb parsed url href: 'string_decoder@~0.10.x' }
10401npm verb cache add name="string_decoder" spec="~0.10.x" args=["string_decoder","~0.10.x"]
10402npm verb parsed url { protocol: null,
10403npm verb parsed url slashes: null,
10404npm verb parsed url auth: null,
10405npm verb parsed url host: null,
10406npm verb parsed url port: null,
10407npm verb parsed url hostname: null,
10408npm verb parsed url hash: null,
10409npm verb parsed url search: null,
10410npm verb parsed url query: null,
10411npm verb parsed url pathname: '~0.10.x',
10412npm verb parsed url path: '~0.10.x',
10413npm verb parsed url href: '~0.10.x' }
10414npm verb addNamed [ 'string_decoder', '~0.10.x' ]
10415npm verb addNamed [ null, '>=0.10.0-0 <0.11.0-0' ]
10416npm verb lock string_decoder@~0.10.x /root/.npm/8f75c97d-string-decoder-0-10-x.lock
10417npm verb cache add [ 'util-deprecate@~1.0.1', null ]
10418npm verb cache add name=undefined spec="util-deprecate@~1.0.1" args=["util-deprecate@~1.0.1",null]
10419npm verb parsed url { protocol: null,
10420npm verb parsed url slashes: null,
10421npm verb parsed url auth: null,
10422npm verb parsed url host: null,
10423npm verb parsed url port: null,
10424npm verb parsed url hostname: null,
10425npm verb parsed url hash: null,
10426npm verb parsed url search: null,
10427npm verb parsed url query: null,
10428npm verb parsed url pathname: 'util-deprecate@~1.0.1',
10429npm verb parsed url path: 'util-deprecate@~1.0.1',
10430npm verb parsed url href: 'util-deprecate@~1.0.1' }
10431npm verb cache add name="util-deprecate" spec="~1.0.1" args=["util-deprecate","~1.0.1"]
10432npm verb parsed url { protocol: null,
10433npm verb parsed url slashes: null,
10434npm verb parsed url auth: null,
10435npm verb parsed url host: null,
10436npm verb parsed url port: null,
10437npm verb parsed url hostname: null,
10438npm verb parsed url hash: null,
10439npm verb parsed url search: null,
10440npm verb parsed url query: null,
10441npm verb parsed url pathname: '~1.0.1',
10442npm verb parsed url path: '~1.0.1',
10443npm verb parsed url href: '~1.0.1' }
10444npm verb addNamed [ 'util-deprecate', '~1.0.1' ]
10445npm verb addNamed [ null, '>=1.0.1-0 <1.1.0-0' ]
10446npm verb lock util-deprecate@~1.0.1 /root/.npm/d0045abb-util-deprecate-1-0-1.lock
10447npm verb registry.get inherits not expired, no request
10448npm verb addNamed [ 'inherits', '2.0.1' ]
10449npm verb addNamed [ '2.0.1', '2.0.1' ]
10450npm verb lock inherits@2.0.1 /root/.npm/2b2e8f1b-inherits-2-0-1.lock
10451npm verb registry.get core-util-is not expired, no request
10452npm verb addNamed [ 'core-util-is', '1.0.2' ]
10453npm verb addNamed [ '1.0.2', '1.0.2' ]
10454npm verb lock core-util-is@1.0.2 /root/.npm/250fbf62-core-util-is-1-0-2.lock
10455npm verb registry.get isarray/0.0.1 not expired, no request
10456npm verb registry.get string_decoder not expired, no request
10457npm verb addNamed [ 'string_decoder', '0.10.31' ]
10458npm verb addNamed [ '0.10.31', '0.10.31' ]
10459npm verb lock string_decoder@0.10.31 /root/.npm/0a9a4818-string-decoder-0-10-31.lock
10460npm verb registry.get process-nextick-args not expired, no request
10461npm verb addNamed [ 'process-nextick-args', '1.0.6' ]
10462npm verb addNamed [ '1.0.6', '1.0.6' ]
10463npm verb lock process-nextick-args@1.0.6 /root/.npm/37140696-process-nextick-args-1-0-6.lock
10464npm verb registry.get util-deprecate not expired, no request
10465npm verb addNamed [ 'util-deprecate', '1.0.2' ]
10466npm verb addNamed [ '1.0.2', '1.0.2' ]
10467npm verb lock util-deprecate@1.0.2 /root/.npm/30fc1e6b-util-deprecate-1-0-2.lock
10468npm info install isarray@0.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10469npm info install inherits@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10470npm info install core-util-is@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10471npm info install process-nextick-args@1.0.6 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10472npm info install string_decoder@0.10.31 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10473npm info install util-deprecate@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10474npm info installOne isarray@0.0.1
10475npm info installOne inherits@2.0.1
10476npm info installOne core-util-is@1.0.2
10477npm info installOne process-nextick-args@1.0.6
10478npm info installOne string_decoder@0.10.31
10479npm info installOne util-deprecate@1.0.2
10480npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray unbuild
10481npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits unbuild
10482npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is unbuild
10483npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args unbuild
10484npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder unbuild
10485npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate unbuild
10486npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
10487npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray /root/.npm/954480a4-able-stream-node-modules-isarray.lock
10488npm verb lock tar:///root/.npm/isarray/0.0.1/package.tgz /root/.npm/44b8127c-ot-npm-isarray-0-0-1-package-tgz.lock
10489npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
10490npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits /root/.npm/88ed7fd1-ble-stream-node-modules-inherits.lock
10491npm verb lock tar:///root/.npm/inherits/2.0.1/package.tgz /root/.npm/0ae333bd-t-npm-inherits-2-0-1-package-tgz.lock
10492npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
10493npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is /root/.npm/43fdd7bc-stream-node-modules-core-util-is.lock
10494npm verb lock tar:///root/.npm/core-util-is/1.0.2/package.tgz /root/.npm/f66db8e6-m-core-util-is-1-0-2-package-tgz.lock
10495npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
10496npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args /root/.npm/856285e2-ode-modules-process-nextick-args.lock
10497npm verb lock tar:///root/.npm/process-nextick-args/1.0.6/package.tgz /root/.npm/78202f7c-s-nextick-args-1-0-6-package-tgz.lock
10498npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
10499npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder /root/.npm/1b816de9-ream-node-modules-string-decoder.lock
10500npm verb lock tar:///root/.npm/string_decoder/0.10.31/package.tgz /root/.npm/bcea0786-ring-decoder-0-10-31-package-tgz.lock
10501npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
10502npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate /root/.npm/ad09ce0b-ream-node-modules-util-deprecate.lock
10503npm verb lock tar:///root/.npm/util-deprecate/1.0.2/package.tgz /root/.npm/c11074fa-util-deprecate-1-0-2-package-tgz.lock
10504npm verb tar pack [ '/root/.npm/async/1.5.0/package.tgz',
10505npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/package' ]
10506npm verb tarball /root/.npm/async/1.5.0/package.tgz
10507npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/package
10508npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763054-0.6148578345309943/package /root/.npm/6111643d-63054-0-6148578345309943-package.lock
10509npm verb lock tar:///root/.npm/async/1.5.0/package.tgz /root/.npm/86a1301d-root-npm-async-1-5-0-package-tgz.lock
10510npm verb chmod /root/.npm/jsprim/1.2.2/package.tgz 644
10511npm verb chown /root/.npm/jsprim/1.2.2/package.tgz [ 0, 0 ]
10512npm verb lock /root/.npm/commander/2.9.0/package /root/.npm/8fe6824c-root-npm-commander-2-9-0-package.lock
10513npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
10514npm verb lock tar:///root/.npm/commander/2.9.0/package /root/.npm/29c57575-root-npm-commander-2-9-0-package.lock
10515npm verb lock tar:///root/.npm/commander/2.9.0/package.tgz /root/.npm/7a78e06c--npm-commander-2-9-0-package-tgz.lock
10516npm info preinstall process-nextick-args@1.0.6
10517npm info preinstall isarray@0.0.1
10518npm info preinstall inherits@2.0.1
10519npm verb readDependencies using package.json deps
10520npm verb readDependencies using package.json deps
10521npm verb readDependencies using package.json deps
10522npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args
10523npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args
10524npm verb linkStuff [ true,
10525npm verb linkStuff '/usr/lib/node_modules',
10526npm verb linkStuff false,
10527npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10528npm info linkStuff process-nextick-args@1.0.6
10529npm verb readDependencies using package.json deps
10530npm verb readDependencies using package.json deps
10531npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray
10532npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray
10533npm verb linkStuff [ true,
10534npm verb linkStuff '/usr/lib/node_modules',
10535npm verb linkStuff false,
10536npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10537npm info linkStuff isarray@0.0.1
10538npm verb readDependencies using package.json deps
10539npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits
10540npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits
10541npm verb linkStuff [ true,
10542npm verb linkStuff '/usr/lib/node_modules',
10543npm verb linkStuff false,
10544npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10545npm info linkStuff inherits@2.0.1
10546npm info preinstall util-deprecate@1.0.2
10547npm verb linkBins process-nextick-args@1.0.6
10548npm verb linkMans process-nextick-args@1.0.6
10549npm verb rebuildBundles process-nextick-args@1.0.6
10550npm info preinstall string_decoder@0.10.31
10551npm verb linkBins isarray@0.0.1
10552npm verb linkMans isarray@0.0.1
10553npm verb rebuildBundles isarray@0.0.1
10554npm info install process-nextick-args@1.0.6
10555npm verb linkBins inherits@2.0.1
10556npm verb linkMans inherits@2.0.1
10557npm verb rebuildBundles inherits@2.0.1
10558npm info install isarray@0.0.1
10559npm info install inherits@2.0.1
10560npm verb readDependencies using package.json deps
10561npm info postinstall process-nextick-args@1.0.6
10562npm verb readDependencies using package.json deps
10563npm verb readDependencies using package.json deps
10564npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate
10565npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate
10566npm verb linkStuff [ true,
10567npm verb linkStuff '/usr/lib/node_modules',
10568npm verb linkStuff false,
10569npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10570npm info linkStuff util-deprecate@1.0.2
10571npm info postinstall isarray@0.0.1
10572npm verb readDependencies using package.json deps
10573npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder
10574npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder
10575npm verb linkStuff [ true,
10576npm verb linkStuff '/usr/lib/node_modules',
10577npm verb linkStuff false,
10578npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10579npm info linkStuff string_decoder@0.10.31
10580npm info postinstall inherits@2.0.1
10581npm verb linkBins util-deprecate@1.0.2
10582npm verb linkMans util-deprecate@1.0.2
10583npm verb rebuildBundles util-deprecate@1.0.2
10584npm verb linkBins string_decoder@0.10.31
10585npm verb linkMans string_decoder@0.10.31
10586npm verb rebuildBundles string_decoder@0.10.31
10587npm info install util-deprecate@1.0.2
10588npm info install string_decoder@0.10.31
10589npm info postinstall util-deprecate@1.0.2
10590npm info postinstall string_decoder@0.10.31
10591npm info preinstall core-util-is@1.0.2
10592npm verb readDependencies using package.json deps
10593npm verb readDependencies using package.json deps
10594npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is
10595npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is
10596npm verb linkStuff [ true,
10597npm verb linkStuff '/usr/lib/node_modules',
10598npm verb linkStuff false,
10599npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules' ]
10600npm info linkStuff core-util-is@1.0.2
10601npm verb linkBins core-util-is@1.0.2
10602npm verb linkMans core-util-is@1.0.2
10603npm verb rebuildBundles core-util-is@1.0.2
10604npm info install core-util-is@1.0.2
10605npm info postinstall core-util-is@1.0.2
10606npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10607npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules/readable-stream
10608npm verb linkStuff [ true,
10609npm verb linkStuff '/usr/lib/node_modules',
10610npm verb linkStuff false,
10611npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl/node_modules' ]
10612npm info linkStuff readable-stream@2.0.5
10613npm verb linkBins readable-stream@2.0.5
10614npm verb linkMans readable-stream@2.0.5
10615npm verb rebuildBundles readable-stream@2.0.5
10616npm verb rebuildBundles [ 'core-util-is',
10617npm verb rebuildBundles 'inherits',
10618npm verb rebuildBundles 'isarray',
10619npm verb rebuildBundles 'process-nextick-args',
10620npm verb rebuildBundles 'string_decoder',
10621npm verb rebuildBundles 'util-deprecate' ]
10622npm info install readable-stream@2.0.5
10623npm info postinstall readable-stream@2.0.5
10624npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl
10625npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/bl
10626npm verb linkStuff [ true,
10627npm verb linkStuff '/usr/lib/node_modules',
10628npm verb linkStuff false,
10629npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
10630npm info linkStuff bl@1.0.0
10631npm verb linkBins bl@1.0.0
10632npm verb linkMans bl@1.0.0
10633npm verb rebuildBundles bl@1.0.0
10634npm verb chmod /root/.npm/commander/2.9.0/package.tgz 644
10635npm verb chown /root/.npm/commander/2.9.0/package.tgz [ 0, 0 ]
10636npm verb tar pack [ '/root/.npm/sshpk/1.7.1/package.tgz',
10637npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/package' ]
10638npm verb tarball /root/.npm/sshpk/1.7.1/package.tgz
10639npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/package
10640npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763320-0.2455057438928634/package /root/.npm/0dcfa051-63320-0-2455057438928634-package.lock
10641npm verb lock tar:///root/.npm/sshpk/1.7.1/package.tgz /root/.npm/6f11f625-root-npm-sshpk-1-7-1-package-tgz.lock
10642npm verb rebuildBundles [ 'readable-stream' ]
10643npm info install bl@1.0.0
10644npm info postinstall bl@1.0.0
10645npm verb lock /root/.npm/mime-db/1.20.0/package /root/.npm/77e93121-root-npm-mime-db-1-20-0-package.lock
10646npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
10647npm verb lock tar:///root/.npm/mime-db/1.20.0/package /root/.npm/04d91d5d--root-npm-mime-db-1-20-0-package.lock
10648npm verb lock tar:///root/.npm/mime-db/1.20.0/package.tgz /root/.npm/6264d1ba-t-npm-mime-db-1-20-0-package-tgz.lock
10649npm info preinstall hawk@3.1.2
10650npm verb readDependencies using package.json deps
10651npm verb tar pack [ '/root/.npm/is-my-json-valid/2.12.3/package.tgz',
10652npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/package' ]
10653npm verb tarball /root/.npm/is-my-json-valid/2.12.3/package.tgz
10654npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/package
10655npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868763425-0.3009230992756784/package /root/.npm/33ddcaec-63425-0-3009230992756784-package.lock
10656npm verb lock tar:///root/.npm/is-my-json-valid/2.12.3/package.tgz /root/.npm/71a850ac-my-json-valid-2-12-3-package-tgz.lock
10657npm verb readDependencies using package.json deps
10658npm verb cache add [ 'cryptiles@2.x.x', null ]
10659npm verb cache add name=undefined spec="cryptiles@2.x.x" args=["cryptiles@2.x.x",null]
10660npm verb parsed url { protocol: null,
10661npm verb parsed url slashes: null,
10662npm verb parsed url auth: null,
10663npm verb parsed url host: null,
10664npm verb parsed url port: null,
10665npm verb parsed url hostname: null,
10666npm verb parsed url hash: null,
10667npm verb parsed url search: null,
10668npm verb parsed url query: null,
10669npm verb parsed url pathname: 'cryptiles@2.x.x',
10670npm verb parsed url path: 'cryptiles@2.x.x',
10671npm verb parsed url href: 'cryptiles@2.x.x' }
10672npm verb cache add name="cryptiles" spec="2.x.x" args=["cryptiles","2.x.x"]
10673npm verb parsed url { protocol: null,
10674npm verb parsed url slashes: null,
10675npm verb parsed url auth: null,
10676npm verb parsed url host: null,
10677npm verb parsed url port: null,
10678npm verb parsed url hostname: null,
10679npm verb parsed url hash: null,
10680npm verb parsed url search: null,
10681npm verb parsed url query: null,
10682npm verb parsed url pathname: '2.x.x',
10683npm verb parsed url path: '2.x.x',
10684npm verb parsed url href: '2.x.x' }
10685npm verb addNamed [ 'cryptiles', '2.x.x' ]
10686npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
10687npm verb lock cryptiles@2.x.x /root/.npm/99eb1dc4-cryptiles-2-x-x.lock
10688npm verb cache add [ 'sntp@1.x.x', null ]
10689npm verb cache add name=undefined spec="sntp@1.x.x" args=["sntp@1.x.x",null]
10690npm verb parsed url { protocol: null,
10691npm verb parsed url slashes: null,
10692npm verb parsed url auth: null,
10693npm verb parsed url host: null,
10694npm verb parsed url port: null,
10695npm verb parsed url hostname: null,
10696npm verb parsed url hash: null,
10697npm verb parsed url search: null,
10698npm verb parsed url query: null,
10699npm verb parsed url pathname: 'sntp@1.x.x',
10700npm verb parsed url path: 'sntp@1.x.x',
10701npm verb parsed url href: 'sntp@1.x.x' }
10702npm verb cache add name="sntp" spec="1.x.x" args=["sntp","1.x.x"]
10703npm verb parsed url { protocol: null,
10704npm verb parsed url slashes: null,
10705npm verb parsed url auth: null,
10706npm verb parsed url host: null,
10707npm verb parsed url port: null,
10708npm verb parsed url hostname: null,
10709npm verb parsed url hash: null,
10710npm verb parsed url search: null,
10711npm verb parsed url query: null,
10712npm verb parsed url pathname: '1.x.x',
10713npm verb parsed url path: '1.x.x',
10714npm verb parsed url href: '1.x.x' }
10715npm verb addNamed [ 'sntp', '1.x.x' ]
10716npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
10717npm verb lock sntp@1.x.x /root/.npm/ec568c13-sntp-1-x-x.lock
10718npm verb cache add [ 'hoek@2.x.x', null ]
10719npm verb cache add name=undefined spec="hoek@2.x.x" args=["hoek@2.x.x",null]
10720npm verb parsed url { protocol: null,
10721npm verb parsed url slashes: null,
10722npm verb parsed url auth: null,
10723npm verb parsed url host: null,
10724npm verb parsed url port: null,
10725npm verb parsed url hostname: null,
10726npm verb parsed url hash: null,
10727npm verb parsed url search: null,
10728npm verb parsed url query: null,
10729npm verb parsed url pathname: 'hoek@2.x.x',
10730npm verb parsed url path: 'hoek@2.x.x',
10731npm verb parsed url href: 'hoek@2.x.x' }
10732npm verb cache add name="hoek" spec="2.x.x" args=["hoek","2.x.x"]
10733npm verb parsed url { protocol: null,
10734npm verb parsed url slashes: null,
10735npm verb parsed url auth: null,
10736npm verb parsed url host: null,
10737npm verb parsed url port: null,
10738npm verb parsed url hostname: null,
10739npm verb parsed url hash: null,
10740npm verb parsed url search: null,
10741npm verb parsed url query: null,
10742npm verb parsed url pathname: '2.x.x',
10743npm verb parsed url path: '2.x.x',
10744npm verb parsed url href: '2.x.x' }
10745npm verb addNamed [ 'hoek', '2.x.x' ]
10746npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
10747npm verb lock hoek@2.x.x /root/.npm/7920b061-hoek-2-x-x.lock
10748npm verb cache add [ 'boom@2.x.x', null ]
10749npm verb cache add name=undefined spec="boom@2.x.x" args=["boom@2.x.x",null]
10750npm verb parsed url { protocol: null,
10751npm verb parsed url slashes: null,
10752npm verb parsed url auth: null,
10753npm verb parsed url host: null,
10754npm verb parsed url port: null,
10755npm verb parsed url hostname: null,
10756npm verb parsed url hash: null,
10757npm verb parsed url search: null,
10758npm verb parsed url query: null,
10759npm verb parsed url pathname: 'boom@2.x.x',
10760npm verb parsed url path: 'boom@2.x.x',
10761npm verb parsed url href: 'boom@2.x.x' }
10762npm verb cache add name="boom" spec="2.x.x" args=["boom","2.x.x"]
10763npm verb parsed url { protocol: null,
10764npm verb parsed url slashes: null,
10765npm verb parsed url auth: null,
10766npm verb parsed url host: null,
10767npm verb parsed url port: null,
10768npm verb parsed url hostname: null,
10769npm verb parsed url hash: null,
10770npm verb parsed url search: null,
10771npm verb parsed url query: null,
10772npm verb parsed url pathname: '2.x.x',
10773npm verb parsed url path: '2.x.x',
10774npm verb parsed url href: '2.x.x' }
10775npm verb addNamed [ 'boom', '2.x.x' ]
10776npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
10777npm verb lock boom@2.x.x /root/.npm/be740072-boom-2-x-x.lock
10778npm verb url raw cryptiles
10779npm verb url resolving [ 'http://registry.npmjs.org/', './cryptiles' ]
10780npm verb url resolved http://registry.npmjs.org/cryptiles
10781npm info trying registry request attempt 1 at 11:06:04
10782npm http GET http://registry.npmjs.org/cryptiles
10783npm verb url raw sntp
10784npm verb url resolving [ 'http://registry.npmjs.org/', './sntp' ]
10785npm verb url resolved http://registry.npmjs.org/sntp
10786npm info trying registry request attempt 1 at 11:06:04
10787npm http GET http://registry.npmjs.org/sntp
10788npm verb url raw hoek
10789npm verb url resolving [ 'http://registry.npmjs.org/', './hoek' ]
10790npm verb url resolved http://registry.npmjs.org/hoek
10791npm info trying registry request attempt 1 at 11:06:04
10792npm http GET http://registry.npmjs.org/hoek
10793npm verb url raw boom
10794npm verb url resolving [ 'http://registry.npmjs.org/', './boom' ]
10795npm verb url resolved http://registry.npmjs.org/boom
10796npm info trying registry request attempt 1 at 11:06:04
10797npm http GET http://registry.npmjs.org/boom
10798npm verb lock /root/.npm/async/1.5.0/package /root/.npm/bd71998c-root-npm-async-1-5-0-package.lock
10799npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
10800npm verb lock tar:///root/.npm/async/1.5.0/package /root/.npm/fe200e43-tar-root-npm-async-1-5-0-package.lock
10801npm verb lock tar:///root/.npm/async/1.5.0/package.tgz /root/.npm/86a1301d-root-npm-async-1-5-0-package-tgz.lock
10802npm verb lock /root/.npm/sshpk/1.7.1/package /root/.npm/3b4a6e8f-root-npm-sshpk-1-7-1-package.lock
10803npm verb tar unpack /root/.npm/sshpk/1.7.1/package.tgz
10804npm verb lock tar:///root/.npm/sshpk/1.7.1/package /root/.npm/76ebed94-tar-root-npm-sshpk-1-7-1-package.lock
10805npm verb lock tar:///root/.npm/sshpk/1.7.1/package.tgz /root/.npm/6f11f625-root-npm-sshpk-1-7-1-package-tgz.lock
10806npm http 200 http://registry.npmjs.org/cryptiles
10807npm verb addNamed [ 'cryptiles', '2.0.5' ]
10808npm verb addNamed [ '2.0.5', '2.0.5' ]
10809npm verb lock cryptiles@2.0.5 /root/.npm/dfb8cfe7-cryptiles-2-0-5.lock
10810npm http 200 http://registry.npmjs.org/sntp
10811npm http 200 http://registry.npmjs.org/boom
10812npm verb lock http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz /root/.npm/22a87105-rg-cryptiles-cryptiles-2-0-5-tgz.lock
10813npm http 200 http://registry.npmjs.org/hoek
10814npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz',
10815npm verb addRemoteTarball '3bdfecdc608147c1c67202fa291e7dca59eaa3b8' ]
10816npm info retry fetch attempt 1 at 11:06:04
10817npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/tmp.tgz
10818npm http GET http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
10819npm verb addNamed [ 'boom', '2.10.1' ]
10820npm verb addNamed [ '2.10.1', '2.10.1' ]
10821npm verb lock boom@2.10.1 /root/.npm/997aa60a-boom-2-10-1.lock
10822npm verb addNamed [ 'sntp', '1.0.9' ]
10823npm verb addNamed [ '1.0.9', '1.0.9' ]
10824npm verb lock sntp@1.0.9 /root/.npm/3cd42b2b-sntp-1-0-9.lock
10825npm verb lock http://registry.npmjs.org/boom/-/boom-2.10.1.tgz /root/.npm/28638188-y-npmjs-org-boom-boom-2-10-1-tgz.lock
10826npm verb lock http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz /root/.npm/73e3a290-ry-npmjs-org-sntp-sntp-1-0-9-tgz.lock
10827npm verb addNamed [ 'hoek', '2.16.3' ]
10828npm verb addNamed [ '2.16.3', '2.16.3' ]
10829npm verb lock hoek@2.16.3 /root/.npm/5a2ecde7-hoek-2-16-3.lock
10830npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-2.10.1.tgz',
10831npm verb addRemoteTarball '39c8918ceff5799f83f9492a848f625add0c766f' ]
10832npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz',
10833npm verb addRemoteTarball '6541184cc90aeea6c6e7b35e2659082443c66198' ]
10834npm info retry fetch attempt 1 at 11:06:04
10835npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/tmp.tgz
10836npm info retry fetch attempt 1 at 11:06:04
10837npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/tmp.tgz
10838npm verb lock http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz /root/.npm/c8e0a8f0-y-npmjs-org-hoek-hoek-2-16-3-tgz.lock
10839npm http GET http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
10840npm http GET http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
10841npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz',
10842npm verb addRemoteTarball '20bb7403d3cea398e91dc4710a8ff1b8274a25ed' ]
10843npm info retry fetch attempt 1 at 11:06:04
10844npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/tmp.tgz
10845npm http GET http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
10846npm http 200 http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
10847npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/tmp.tgz
10848npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/package /root/.npm/33e0ec67-64550-0-9894260056316853-package.lock
10849npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/tmp.tgz /root/.npm/5d0a4835-64550-0-9894260056316853-tmp-tgz.lock
10850npm http 200 http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
10851npm http 200 http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
10852npm http 200 http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
10853npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/tmp.tgz
10854npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/package /root/.npm/603293c9-64578-0-8549090940505266-package.lock
10855npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/tmp.tgz /root/.npm/a04c4323-64578-0-8549090940505266-tmp-tgz.lock
10856npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/tmp.tgz
10857npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/package /root/.npm/a88a9e37-64577-0-7880390344653279-package.lock
10858npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/tmp.tgz /root/.npm/b1b8488c-64577-0-7880390344653279-tmp-tgz.lock
10859npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/tmp.tgz
10860npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/package /root/.npm/5a55e555-64592-0-8837108330335468-package.lock
10861npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/tmp.tgz /root/.npm/25b037f8-64592-0-8837108330335468-tmp-tgz.lock
10862npm verb tar pack [ '/root/.npm/cryptiles/2.0.5/package.tgz',
10863npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/package' ]
10864npm verb tarball /root/.npm/cryptiles/2.0.5/package.tgz
10865npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/package
10866npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764550-0.9894260056316853/package /root/.npm/33e0ec67-64550-0-9894260056316853-package.lock
10867npm verb lock tar:///root/.npm/cryptiles/2.0.5/package.tgz /root/.npm/91d6b91d--npm-cryptiles-2-0-5-package-tgz.lock
10868npm verb chmod /root/.npm/mime-db/1.20.0/package.tgz 644
10869npm verb chown /root/.npm/mime-db/1.20.0/package.tgz [ 0, 0 ]
10870npm verb lock /root/.npm/cryptiles/2.0.5/package /root/.npm/3ac8a179-root-npm-cryptiles-2-0-5-package.lock
10871npm info install mime-db@1.20.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types
10872npm info installOne mime-db@1.20.0
10873npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db unbuild
10874npm verb tar unpack /root/.npm/cryptiles/2.0.5/package.tgz
10875npm verb lock tar:///root/.npm/cryptiles/2.0.5/package /root/.npm/b89d7046-root-npm-cryptiles-2-0-5-package.lock
10876npm verb lock tar:///root/.npm/cryptiles/2.0.5/package.tgz /root/.npm/91d6b91d--npm-cryptiles-2-0-5-package-tgz.lock
10877npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
10878npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db /root/.npm/ff499d73--mime-types-node-modules-mime-db.lock
10879npm verb lock tar:///root/.npm/mime-db/1.20.0/package.tgz /root/.npm/6264d1ba-t-npm-mime-db-1-20-0-package-tgz.lock
10880npm verb lock /root/.npm/is-my-json-valid/2.12.3/package /root/.npm/dd264abc--is-my-json-valid-2-12-3-package.lock
10881npm verb tar unpack /root/.npm/is-my-json-valid/2.12.3/package.tgz
10882npm verb lock tar:///root/.npm/is-my-json-valid/2.12.3/package /root/.npm/a7e1167f--is-my-json-valid-2-12-3-package.lock
10883npm verb lock tar:///root/.npm/is-my-json-valid/2.12.3/package.tgz /root/.npm/71a850ac-my-json-valid-2-12-3-package-tgz.lock
10884npm verb tar pack [ '/root/.npm/sntp/1.0.9/package.tgz',
10885npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/package' ]
10886npm verb tarball /root/.npm/sntp/1.0.9/package.tgz
10887npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/package
10888npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764578-0.8549090940505266/package /root/.npm/603293c9-64578-0-8549090940505266-package.lock
10889npm verb lock tar:///root/.npm/sntp/1.0.9/package.tgz /root/.npm/f050d12e--root-npm-sntp-1-0-9-package-tgz.lock
10890npm verb chmod /root/.npm/async/1.5.0/package.tgz 644
10891npm verb chown /root/.npm/async/1.5.0/package.tgz [ 0, 0 ]
10892npm info install async@1.5.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data
10893npm info installOne async@1.5.0
10894npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/async unbuild
10895npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
10896npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/async /root/.npm/29d16c50-les-form-data-node-modules-async.lock
10897npm verb lock tar:///root/.npm/async/1.5.0/package.tgz /root/.npm/86a1301d-root-npm-async-1-5-0-package-tgz.lock
10898npm verb chmod /root/.npm/cryptiles/2.0.5/package.tgz 644
10899npm verb chown /root/.npm/cryptiles/2.0.5/package.tgz [ 0, 0 ]
10900npm verb tar pack [ '/root/.npm/boom/2.10.1/package.tgz',
10901npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/package' ]
10902npm verb tarball /root/.npm/boom/2.10.1/package.tgz
10903npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/package
10904npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764577-0.7880390344653279/package /root/.npm/a88a9e37-64577-0-7880390344653279-package.lock
10905npm verb lock tar:///root/.npm/boom/2.10.1/package.tgz /root/.npm/42ad8c43-root-npm-boom-2-10-1-package-tgz.lock
10906npm verb lock /root/.npm/sntp/1.0.9/package /root/.npm/dcc84151-root-npm-sntp-1-0-9-package.lock
10907npm verb tar unpack /root/.npm/sntp/1.0.9/package.tgz
10908npm verb lock tar:///root/.npm/sntp/1.0.9/package /root/.npm/b7f77679-tar-root-npm-sntp-1-0-9-package.lock
10909npm verb lock tar:///root/.npm/sntp/1.0.9/package.tgz /root/.npm/f050d12e--root-npm-sntp-1-0-9-package-tgz.lock
10910npm verb chmod /root/.npm/sshpk/1.7.1/package.tgz 644
10911npm verb chown /root/.npm/sshpk/1.7.1/package.tgz [ 0, 0 ]
10912npm info install assert-plus@0.1.5 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature
10913npm info install jsprim@1.2.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature
10914npm info install sshpk@1.7.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature
10915npm info installOne assert-plus@0.1.5
10916npm info installOne jsprim@1.2.2
10917npm info installOne sshpk@1.7.1
10918npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus unbuild
10919npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim unbuild
10920npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk unbuild
10921npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
10922npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus /root/.npm/57b75578-gnature-node-modules-assert-plus.lock
10923npm verb lock tar:///root/.npm/assert-plus/0.1.5/package.tgz /root/.npm/3be595c2-pm-assert-plus-0-1-5-package-tgz.lock
10924npm verb tar unpack /root/.npm/jsprim/1.2.2/package.tgz
10925npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim /root/.npm/1cae5050-tp-signature-node-modules-jsprim.lock
10926npm verb lock tar:///root/.npm/jsprim/1.2.2/package.tgz /root/.npm/933eeeb2-oot-npm-jsprim-1-2-2-package-tgz.lock
10927npm verb tar unpack /root/.npm/sshpk/1.7.1/package.tgz
10928npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk /root/.npm/a9d9c767-ttp-signature-node-modules-sshpk.lock
10929npm verb lock tar:///root/.npm/sshpk/1.7.1/package.tgz /root/.npm/6f11f625-root-npm-sshpk-1-7-1-package-tgz.lock
10930npm info preinstall assert-plus@0.1.5
10931npm verb readDependencies using package.json deps
10932npm verb readDependencies using package.json deps
10933npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus
10934npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus
10935npm verb linkStuff [ true,
10936npm verb linkStuff '/usr/lib/node_modules',
10937npm verb linkStuff false,
10938npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules' ]
10939npm info linkStuff assert-plus@0.1.5
10940npm verb linkBins assert-plus@0.1.5
10941npm verb linkMans assert-plus@0.1.5
10942npm verb rebuildBundles assert-plus@0.1.5
10943npm info install assert-plus@0.1.5
10944npm info postinstall assert-plus@0.1.5
10945npm info preinstall jsprim@1.2.2
10946npm verb readDependencies using package.json deps
10947npm verb readDependencies using package.json deps
10948npm verb cache add [ 'json-schema@0.2.2', null ]
10949npm verb cache add name=undefined spec="json-schema@0.2.2" args=["json-schema@0.2.2",null]
10950npm verb parsed url { protocol: null,
10951npm verb parsed url slashes: null,
10952npm verb parsed url auth: null,
10953npm verb parsed url host: null,
10954npm verb parsed url port: null,
10955npm verb parsed url hostname: null,
10956npm verb parsed url hash: null,
10957npm verb parsed url search: null,
10958npm verb parsed url query: null,
10959npm verb parsed url pathname: 'json-schema@0.2.2',
10960npm verb parsed url path: 'json-schema@0.2.2',
10961npm verb parsed url href: 'json-schema@0.2.2' }
10962npm verb cache add name="json-schema" spec="0.2.2" args=["json-schema","0.2.2"]
10963npm verb parsed url { protocol: null,
10964npm verb parsed url slashes: null,
10965npm verb parsed url auth: null,
10966npm verb parsed url host: null,
10967npm verb parsed url port: null,
10968npm verb parsed url hostname: null,
10969npm verb parsed url hash: null,
10970npm verb parsed url search: null,
10971npm verb parsed url query: null,
10972npm verb parsed url pathname: '0.2.2',
10973npm verb parsed url path: '0.2.2',
10974npm verb parsed url href: '0.2.2' }
10975npm verb addNamed [ 'json-schema', '0.2.2' ]
10976npm verb addNamed [ '0.2.2', '0.2.2' ]
10977npm verb lock json-schema@0.2.2 /root/.npm/0464fa78-json-schema-0-2-2.lock
10978npm verb cache add [ 'verror@1.3.6', null ]
10979npm verb cache add name=undefined spec="verror@1.3.6" args=["verror@1.3.6",null]
10980npm verb parsed url { protocol: null,
10981npm verb parsed url slashes: null,
10982npm verb parsed url auth: null,
10983npm verb parsed url host: null,
10984npm verb parsed url port: null,
10985npm verb parsed url hostname: null,
10986npm verb parsed url hash: null,
10987npm verb parsed url search: null,
10988npm verb parsed url query: null,
10989npm verb parsed url pathname: 'verror@1.3.6',
10990npm verb parsed url path: 'verror@1.3.6',
10991npm verb parsed url href: 'verror@1.3.6' }
10992npm verb cache add name="verror" spec="1.3.6" args=["verror","1.3.6"]
10993npm verb parsed url { protocol: null,
10994npm verb parsed url slashes: null,
10995npm verb parsed url auth: null,
10996npm verb parsed url host: null,
10997npm verb parsed url port: null,
10998npm verb parsed url hostname: null,
10999npm verb parsed url hash: null,
11000npm verb parsed url search: null,
11001npm verb parsed url query: null,
11002npm verb parsed url pathname: '1.3.6',
11003npm verb parsed url path: '1.3.6',
11004npm verb parsed url href: '1.3.6' }
11005npm verb addNamed [ 'verror', '1.3.6' ]
11006npm verb addNamed [ '1.3.6', '1.3.6' ]
11007npm verb lock verror@1.3.6 /root/.npm/0ec1cdd2-verror-1-3-6.lock
11008npm verb cache add [ 'extsprintf@1.0.2', null ]
11009npm verb cache add name=undefined spec="extsprintf@1.0.2" args=["extsprintf@1.0.2",null]
11010npm verb parsed url { protocol: null,
11011npm verb parsed url slashes: null,
11012npm verb parsed url auth: null,
11013npm verb parsed url host: null,
11014npm verb parsed url port: null,
11015npm verb parsed url hostname: null,
11016npm verb parsed url hash: null,
11017npm verb parsed url search: null,
11018npm verb parsed url query: null,
11019npm verb parsed url pathname: 'extsprintf@1.0.2',
11020npm verb parsed url path: 'extsprintf@1.0.2',
11021npm verb parsed url href: 'extsprintf@1.0.2' }
11022npm verb cache add name="extsprintf" spec="1.0.2" args=["extsprintf","1.0.2"]
11023npm verb parsed url { protocol: null,
11024npm verb parsed url slashes: null,
11025npm verb parsed url auth: null,
11026npm verb parsed url host: null,
11027npm verb parsed url port: null,
11028npm verb parsed url hostname: null,
11029npm verb parsed url hash: null,
11030npm verb parsed url search: null,
11031npm verb parsed url query: null,
11032npm verb parsed url pathname: '1.0.2',
11033npm verb parsed url path: '1.0.2',
11034npm verb parsed url href: '1.0.2' }
11035npm verb addNamed [ 'extsprintf', '1.0.2' ]
11036npm verb addNamed [ '1.0.2', '1.0.2' ]
11037npm verb lock extsprintf@1.0.2 /root/.npm/f458a2aa-extsprintf-1-0-2.lock
11038npm verb url raw json-schema/0.2.2
11039npm verb url resolving [ 'http://registry.npmjs.org/', './json-schema/0.2.2' ]
11040npm verb url resolved http://registry.npmjs.org/json-schema/0.2.2
11041npm info trying registry request attempt 1 at 11:06:05
11042npm http GET http://registry.npmjs.org/json-schema/0.2.2
11043npm verb url raw verror/1.3.6
11044npm verb url resolving [ 'http://registry.npmjs.org/', './verror/1.3.6' ]
11045npm verb url resolved http://registry.npmjs.org/verror/1.3.6
11046npm info trying registry request attempt 1 at 11:06:05
11047npm http GET http://registry.npmjs.org/verror/1.3.6
11048npm verb url raw extsprintf/1.0.2
11049npm verb url resolving [ 'http://registry.npmjs.org/', './extsprintf/1.0.2' ]
11050npm verb url resolved http://registry.npmjs.org/extsprintf/1.0.2
11051npm info trying registry request attempt 1 at 11:06:05
11052npm http GET http://registry.npmjs.org/extsprintf/1.0.2
11053npm verb lock /root/.npm/boom/2.10.1/package /root/.npm/a079d72f-root-npm-boom-2-10-1-package.lock
11054npm verb chmod /root/.npm/sntp/1.0.9/package.tgz 644
11055npm verb chown /root/.npm/sntp/1.0.9/package.tgz [ 0, 0 ]
11056npm verb tar unpack /root/.npm/boom/2.10.1/package.tgz
11057npm verb lock tar:///root/.npm/boom/2.10.1/package /root/.npm/33a8c35d-tar-root-npm-boom-2-10-1-package.lock
11058npm verb lock tar:///root/.npm/boom/2.10.1/package.tgz /root/.npm/42ad8c43-root-npm-boom-2-10-1-package-tgz.lock
11059npm verb tar pack [ '/root/.npm/hoek/2.16.3/package.tgz',
11060npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/package' ]
11061npm verb tarball /root/.npm/hoek/2.16.3/package.tgz
11062npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/package
11063npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868764592-0.8837108330335468/package /root/.npm/5a55e555-64592-0-8837108330335468-package.lock
11064npm verb lock tar:///root/.npm/hoek/2.16.3/package.tgz /root/.npm/21d92429-root-npm-hoek-2-16-3-package-tgz.lock
11065npm http 200 http://registry.npmjs.org/verror/1.3.6
11066npm http 200 http://registry.npmjs.org/json-schema/0.2.2
11067npm http 200 http://registry.npmjs.org/extsprintf/1.0.2
11068npm verb lock http://registry.npmjs.org/verror/-/verror-1.3.6.tgz /root/.npm/e89884d6-pmjs-org-verror-verror-1-3-6-tgz.lock
11069npm verb lock http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz /root/.npm/8dbb9556-son-schema-json-schema-0-2-2-tgz.lock
11070npm verb lock http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz /root/.npm/a0ae6657--extsprintf-extsprintf-1-0-2-tgz.lock
11071npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.3.6.tgz',
11072npm verb addRemoteTarball 'cff5df12946d297d2baaefaa2689e25be01c005c' ]
11073npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz',
11074npm verb addRemoteTarball '50354f19f603917c695f70b85afa77c3b0f23506' ]
11075npm info retry fetch attempt 1 at 11:06:05
11076npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/tmp.tgz
11077npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz',
11078npm verb addRemoteTarball 'e1080e0658e300b06294990cc70e1502235fd550' ]
11079npm info retry fetch attempt 1 at 11:06:05
11080npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/tmp.tgz
11081npm info retry fetch attempt 1 at 11:06:05
11082npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/tmp.tgz
11083npm http GET http://registry.npmjs.org/verror/-/verror-1.3.6.tgz
11084npm http GET http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
11085npm http GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
11086npm info preinstall mime-db@1.20.0
11087npm verb readDependencies using package.json deps
11088npm verb readDependencies using package.json deps
11089npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db
11090npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db
11091npm verb linkStuff [ true,
11092npm verb linkStuff '/usr/lib/node_modules',
11093npm verb linkStuff false,
11094npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types/node_modules' ]
11095npm info linkStuff mime-db@1.20.0
11096npm verb linkBins mime-db@1.20.0
11097npm verb linkMans mime-db@1.20.0
11098npm verb rebuildBundles mime-db@1.20.0
11099npm info install mime-db@1.20.0
11100npm info postinstall mime-db@1.20.0
11101npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types
11102npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/mime-types
11103npm verb linkStuff [ true,
11104npm verb linkStuff '/usr/lib/node_modules',
11105npm verb linkStuff false,
11106npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
11107npm info linkStuff mime-types@2.1.8
11108npm verb linkBins mime-types@2.1.8
11109npm verb linkMans mime-types@2.1.8
11110npm verb rebuildBundles mime-types@2.1.8
11111npm verb rebuildBundles [ 'mime-db' ]
11112npm info install mime-types@2.1.8
11113npm info postinstall mime-types@2.1.8
11114npm info preinstall async@1.5.0
11115npm http 200 http://registry.npmjs.org/verror/-/verror-1.3.6.tgz
11116npm verb readDependencies using package.json deps
11117npm http 200 http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
11118npm http 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
11119npm verb readDependencies using package.json deps
11120npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/async
11121npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/async
11122npm verb linkStuff [ true,
11123npm verb linkStuff '/usr/lib/node_modules',
11124npm verb linkStuff false,
11125npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules' ]
11126npm info linkStuff async@1.5.0
11127npm verb linkBins async@1.5.0
11128npm verb linkMans async@1.5.0
11129npm verb rebuildBundles async@1.5.0
11130npm info install async@1.5.0
11131npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/tmp.tgz
11132npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/package /root/.npm/c28e70bc-65196-0-3455941453576088-package.lock
11133npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/tmp.tgz /root/.npm/58f7378e-65196-0-3455941453576088-tmp-tgz.lock
11134npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/tmp.tgz
11135npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/package /root/.npm/0b8ef866-5198-0-29739002301357687-package.lock
11136npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/tmp.tgz /root/.npm/aa55a53c-5198-0-29739002301357687-tmp-tgz.lock
11137npm info postinstall async@1.5.0
11138npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data
11139npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/form-data
11140npm verb linkStuff [ true,
11141npm verb linkStuff '/usr/lib/node_modules',
11142npm verb linkStuff false,
11143npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
11144npm info linkStuff form-data@1.0.0-rc3
11145npm verb linkBins form-data@1.0.0-rc3
11146npm verb linkMans form-data@1.0.0-rc3
11147npm verb rebuildBundles form-data@1.0.0-rc3
11148npm verb rebuildBundles [ 'async' ]
11149npm info install form-data@1.0.0-rc3
11150npm info postinstall form-data@1.0.0-rc3
11151npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/tmp.tgz
11152npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/package /root/.npm/c186d8b0-65197-0-8821948941331357-package.lock
11153npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/tmp.tgz /root/.npm/09eaf022-65197-0-8821948941331357-tmp-tgz.lock
11154npm verb tar pack [ '/root/.npm/extsprintf/1.0.2/package.tgz',
11155npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/package' ]
11156npm verb tarball /root/.npm/extsprintf/1.0.2/package.tgz
11157npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/package
11158npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765198-0.29739002301357687/package /root/.npm/0b8ef866-5198-0-29739002301357687-package.lock
11159npm verb lock tar:///root/.npm/extsprintf/1.0.2/package.tgz /root/.npm/fa66dee1-npm-extsprintf-1-0-2-package-tgz.lock
11160npm verb chmod /root/.npm/is-my-json-valid/2.12.3/package.tgz 644
11161npm verb chown /root/.npm/is-my-json-valid/2.12.3/package.tgz [ 0, 0 ]
11162npm info install pinkie-promise@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
11163npm info install chalk@1.1.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
11164npm info install commander@2.9.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
11165npm info install is-my-json-valid@2.12.3 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
11166npm info installOne pinkie-promise@2.0.0
11167npm info installOne chalk@1.1.1
11168npm info installOne commander@2.9.0
11169npm info installOne is-my-json-valid@2.12.3
11170npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise unbuild
11171npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk unbuild
11172npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander unbuild
11173npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid unbuild
11174npm verb tar unpack /root/.npm/pinkie-promise/2.0.0/package.tgz
11175npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise /root/.npm/5fc0dc9c-ator-node-modules-pinkie-promise.lock
11176npm verb lock tar:///root/.npm/pinkie-promise/2.0.0/package.tgz /root/.npm/b7f59773-pinkie-promise-2-0-0-package-tgz.lock
11177npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
11178npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk /root/.npm/7c49e13e-har-validator-node-modules-chalk.lock
11179npm verb lock tar:///root/.npm/chalk/1.1.1/package.tgz /root/.npm/1fda1fcb-root-npm-chalk-1-1-1-package-tgz.lock
11180npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
11181npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander /root/.npm/6f2747e4-validator-node-modules-commander.lock
11182npm verb lock tar:///root/.npm/commander/2.9.0/package.tgz /root/.npm/7a78e06c--npm-commander-2-9-0-package-tgz.lock
11183npm verb tar unpack /root/.npm/is-my-json-valid/2.12.3/package.tgz
11184npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid /root/.npm/64e005e0-or-node-modules-is-my-json-valid.lock
11185npm verb lock tar:///root/.npm/is-my-json-valid/2.12.3/package.tgz /root/.npm/71a850ac-my-json-valid-2-12-3-package-tgz.lock
11186npm verb chmod /root/.npm/boom/2.10.1/package.tgz 644
11187npm verb chown /root/.npm/boom/2.10.1/package.tgz [ 0, 0 ]
11188npm info preinstall sshpk@1.7.1
11189npm verb readDependencies using package.json deps
11190npm verb readDependencies using package.json deps
11191npm verb cache add [ 'dashdash@>=1.10.1 <2.0.0', null ]
11192npm verb cache add name=undefined spec="dashdash@>=1.10.1 <2.0.0" args=["dashdash@>=1.10.1 <2.0.0",null]
11193npm verb parsed url { protocol: null,
11194npm verb parsed url slashes: null,
11195npm verb parsed url auth: null,
11196npm verb parsed url host: null,
11197npm verb parsed url port: null,
11198npm verb parsed url hostname: null,
11199npm verb parsed url hash: null,
11200npm verb parsed url search: null,
11201npm verb parsed url query: null,
11202npm verb parsed url pathname: 'dashdash@%3E=1.10.1%20%3C2.0.0',
11203npm verb parsed url path: 'dashdash@%3E=1.10.1%20%3C2.0.0',
11204npm verb parsed url href: 'dashdash@%3E=1.10.1%20%3C2.0.0' }
11205npm verb cache add name="dashdash" spec=">=1.10.1 <2.0.0" args=["dashdash",">=1.10.1 <2.0.0"]
11206npm verb parsed url { protocol: null,
11207npm verb parsed url slashes: null,
11208npm verb parsed url auth: null,
11209npm verb parsed url host: null,
11210npm verb parsed url port: null,
11211npm verb parsed url hostname: null,
11212npm verb parsed url hash: null,
11213npm verb parsed url search: null,
11214npm verb parsed url query: null,
11215npm verb parsed url pathname: '%3E=1.10.1%20%3C2.0.0',
11216npm verb parsed url path: '%3E=1.10.1%20%3C2.0.0',
11217npm verb parsed url href: '%3E=1.10.1%20%3C2.0.0' }
11218npm verb addNamed [ 'dashdash', '>=1.10.1 <2.0.0' ]
11219npm verb addNamed [ null, '>=1.10.1 <2.0.0-0' ]
11220npm verb lock dashdash@>=1.10.1 <2.0.0 /root/.npm/b26c99f7-dashdash-1-10-1-2-0-0.lock
11221npm verb cache add [ 'jsbn@>=0.1.0 <0.2.0', null ]
11222npm verb cache add name=undefined spec="jsbn@>=0.1.0 <0.2.0" args=["jsbn@>=0.1.0 <0.2.0",null]
11223npm verb parsed url { protocol: null,
11224npm verb parsed url slashes: null,
11225npm verb parsed url auth: null,
11226npm verb parsed url host: null,
11227npm verb parsed url port: null,
11228npm verb parsed url hostname: null,
11229npm verb parsed url hash: null,
11230npm verb parsed url search: null,
11231npm verb parsed url query: null,
11232npm verb parsed url pathname: 'jsbn@%3E=0.1.0%20%3C0.2.0',
11233npm verb parsed url path: 'jsbn@%3E=0.1.0%20%3C0.2.0',
11234npm verb parsed url href: 'jsbn@%3E=0.1.0%20%3C0.2.0' }
11235npm verb cache add name="jsbn" spec=">=0.1.0 <0.2.0" args=["jsbn",">=0.1.0 <0.2.0"]
11236npm verb parsed url { protocol: null,
11237npm verb parsed url slashes: null,
11238npm verb parsed url auth: null,
11239npm verb parsed url host: null,
11240npm verb parsed url port: null,
11241npm verb parsed url hostname: null,
11242npm verb parsed url hash: null,
11243npm verb parsed url search: null,
11244npm verb parsed url query: null,
11245npm verb parsed url pathname: '%3E=0.1.0%20%3C0.2.0',
11246npm verb parsed url path: '%3E=0.1.0%20%3C0.2.0',
11247npm verb parsed url href: '%3E=0.1.0%20%3C0.2.0' }
11248npm verb addNamed [ 'jsbn', '>=0.1.0 <0.2.0' ]
11249npm verb addNamed [ null, '>=0.1.0 <0.2.0-0' ]
11250npm verb lock jsbn@>=0.1.0 <0.2.0 /root/.npm/5e5ef0d1-jsbn-0-1-0-0-2-0.lock
11251npm verb cache add [ 'tweetnacl@>=0.13.0 <1.0.0', null ]
11252npm verb cache add name=undefined spec="tweetnacl@>=0.13.0 <1.0.0" args=["tweetnacl@>=0.13.0 <1.0.0",null]
11253npm verb parsed url { protocol: null,
11254npm verb parsed url slashes: null,
11255npm verb parsed url auth: null,
11256npm verb parsed url host: null,
11257npm verb parsed url port: null,
11258npm verb parsed url hostname: null,
11259npm verb parsed url hash: null,
11260npm verb parsed url search: null,
11261npm verb parsed url query: null,
11262npm verb parsed url pathname: 'tweetnacl@%3E=0.13.0%20%3C1.0.0',
11263npm verb parsed url path: 'tweetnacl@%3E=0.13.0%20%3C1.0.0',
11264npm verb parsed url href: 'tweetnacl@%3E=0.13.0%20%3C1.0.0' }
11265npm verb cache add name="tweetnacl" spec=">=0.13.0 <1.0.0" args=["tweetnacl",">=0.13.0 <1.0.0"]
11266npm verb parsed url { protocol: null,
11267npm verb parsed url slashes: null,
11268npm verb parsed url auth: null,
11269npm verb parsed url host: null,
11270npm verb parsed url port: null,
11271npm verb parsed url hostname: null,
11272npm verb parsed url hash: null,
11273npm verb parsed url search: null,
11274npm verb parsed url query: null,
11275npm verb parsed url pathname: '%3E=0.13.0%20%3C1.0.0',
11276npm verb parsed url path: '%3E=0.13.0%20%3C1.0.0',
11277npm verb parsed url href: '%3E=0.13.0%20%3C1.0.0' }
11278npm verb addNamed [ 'tweetnacl', '>=0.13.0 <1.0.0' ]
11279npm verb addNamed [ null, '>=0.13.0 <1.0.0-0' ]
11280npm verb lock tweetnacl@>=0.13.0 <1.0.0 /root/.npm/b8a7e5fc-tweetnacl-0-13-0-1-0-0.lock
11281npm verb cache add [ 'jodid25519@>=1.0.0 <2.0.0', null ]
11282npm verb cache add name=undefined spec="jodid25519@>=1.0.0 <2.0.0" args=["jodid25519@>=1.0.0 <2.0.0",null]
11283npm verb parsed url { protocol: null,
11284npm verb parsed url slashes: null,
11285npm verb parsed url auth: null,
11286npm verb parsed url host: null,
11287npm verb parsed url port: null,
11288npm verb parsed url hostname: null,
11289npm verb parsed url hash: null,
11290npm verb parsed url search: null,
11291npm verb parsed url query: null,
11292npm verb parsed url pathname: 'jodid25519@%3E=1.0.0%20%3C2.0.0',
11293npm verb parsed url path: 'jodid25519@%3E=1.0.0%20%3C2.0.0',
11294npm verb parsed url href: 'jodid25519@%3E=1.0.0%20%3C2.0.0' }
11295npm verb cache add name="jodid25519" spec=">=1.0.0 <2.0.0" args=["jodid25519",">=1.0.0 <2.0.0"]
11296npm verb parsed url { protocol: null,
11297npm verb parsed url slashes: null,
11298npm verb parsed url auth: null,
11299npm verb parsed url host: null,
11300npm verb parsed url port: null,
11301npm verb parsed url hostname: null,
11302npm verb parsed url hash: null,
11303npm verb parsed url search: null,
11304npm verb parsed url query: null,
11305npm verb parsed url pathname: '%3E=1.0.0%20%3C2.0.0',
11306npm verb parsed url path: '%3E=1.0.0%20%3C2.0.0',
11307npm verb parsed url href: '%3E=1.0.0%20%3C2.0.0' }
11308npm verb addNamed [ 'jodid25519', '>=1.0.0 <2.0.0' ]
11309npm verb addNamed [ null, '>=1.0.0 <2.0.0-0' ]
11310npm verb lock jodid25519@>=1.0.0 <2.0.0 /root/.npm/933f581e-jodid25519-1-0-0-2-0-0.lock
11311npm verb cache add [ 'ecc-jsbn@>=0.0.1 <1.0.0', null ]
11312npm verb cache add name=undefined spec="ecc-jsbn@>=0.0.1 <1.0.0" args=["ecc-jsbn@>=0.0.1 <1.0.0",null]
11313npm verb parsed url { protocol: null,
11314npm verb parsed url slashes: null,
11315npm verb parsed url auth: null,
11316npm verb parsed url host: null,
11317npm verb parsed url port: null,
11318npm verb parsed url hostname: null,
11319npm verb parsed url hash: null,
11320npm verb parsed url search: null,
11321npm verb parsed url query: null,
11322npm verb parsed url pathname: 'ecc-jsbn@%3E=0.0.1%20%3C1.0.0',
11323npm verb parsed url path: 'ecc-jsbn@%3E=0.0.1%20%3C1.0.0',
11324npm verb parsed url href: 'ecc-jsbn@%3E=0.0.1%20%3C1.0.0' }
11325npm verb cache add name="ecc-jsbn" spec=">=0.0.1 <1.0.0" args=["ecc-jsbn",">=0.0.1 <1.0.0"]
11326npm verb parsed url { protocol: null,
11327npm verb parsed url slashes: null,
11328npm verb parsed url auth: null,
11329npm verb parsed url host: null,
11330npm verb parsed url port: null,
11331npm verb parsed url hostname: null,
11332npm verb parsed url hash: null,
11333npm verb parsed url search: null,
11334npm verb parsed url query: null,
11335npm verb parsed url pathname: '%3E=0.0.1%20%3C1.0.0',
11336npm verb parsed url path: '%3E=0.0.1%20%3C1.0.0',
11337npm verb parsed url href: '%3E=0.0.1%20%3C1.0.0' }
11338npm verb addNamed [ 'ecc-jsbn', '>=0.0.1 <1.0.0' ]
11339npm verb addNamed [ null, '>=0.0.1 <1.0.0-0' ]
11340npm verb lock ecc-jsbn@>=0.0.1 <1.0.0 /root/.npm/d5d501cf-ecc-jsbn-0-0-1-1-0-0.lock
11341npm verb cache add [ 'asn1@>=0.2.3 <0.3.0', null ]
11342npm verb cache add name=undefined spec="asn1@>=0.2.3 <0.3.0" args=["asn1@>=0.2.3 <0.3.0",null]
11343npm verb parsed url { protocol: null,
11344npm verb parsed url slashes: null,
11345npm verb parsed url auth: null,
11346npm verb parsed url host: null,
11347npm verb parsed url port: null,
11348npm verb parsed url hostname: null,
11349npm verb parsed url hash: null,
11350npm verb parsed url search: null,
11351npm verb parsed url query: null,
11352npm verb parsed url pathname: 'asn1@%3E=0.2.3%20%3C0.3.0',
11353npm verb parsed url path: 'asn1@%3E=0.2.3%20%3C0.3.0',
11354npm verb parsed url href: 'asn1@%3E=0.2.3%20%3C0.3.0' }
11355npm verb cache add name="asn1" spec=">=0.2.3 <0.3.0" args=["asn1",">=0.2.3 <0.3.0"]
11356npm verb parsed url { protocol: null,
11357npm verb parsed url slashes: null,
11358npm verb parsed url auth: null,
11359npm verb parsed url host: null,
11360npm verb parsed url port: null,
11361npm verb parsed url hostname: null,
11362npm verb parsed url hash: null,
11363npm verb parsed url search: null,
11364npm verb parsed url query: null,
11365npm verb parsed url pathname: '%3E=0.2.3%20%3C0.3.0',
11366npm verb parsed url path: '%3E=0.2.3%20%3C0.3.0',
11367npm verb parsed url href: '%3E=0.2.3%20%3C0.3.0' }
11368npm verb addNamed [ 'asn1', '>=0.2.3 <0.3.0' ]
11369npm verb addNamed [ null, '>=0.2.3 <0.3.0-0' ]
11370npm verb lock asn1@>=0.2.3 <0.3.0 /root/.npm/fbf63e31-asn1-0-2-3-0-3-0.lock
11371npm verb cache add [ 'assert-plus@>=0.2.0 <0.3.0', null ]
11372npm verb cache add name=undefined spec="assert-plus@>=0.2.0 <0.3.0" args=["assert-plus@>=0.2.0 <0.3.0",null]
11373npm verb parsed url { protocol: null,
11374npm verb parsed url slashes: null,
11375npm verb parsed url auth: null,
11376npm verb parsed url host: null,
11377npm verb parsed url port: null,
11378npm verb parsed url hostname: null,
11379npm verb parsed url hash: null,
11380npm verb parsed url search: null,
11381npm verb parsed url query: null,
11382npm verb parsed url pathname: 'assert-plus@%3E=0.2.0%20%3C0.3.0',
11383npm verb parsed url path: 'assert-plus@%3E=0.2.0%20%3C0.3.0',
11384npm verb parsed url href: 'assert-plus@%3E=0.2.0%20%3C0.3.0' }
11385npm verb cache add name="assert-plus" spec=">=0.2.0 <0.3.0" args=["assert-plus",">=0.2.0 <0.3.0"]
11386npm verb parsed url { protocol: null,
11387npm verb parsed url slashes: null,
11388npm verb parsed url auth: null,
11389npm verb parsed url host: null,
11390npm verb parsed url port: null,
11391npm verb parsed url hostname: null,
11392npm verb parsed url hash: null,
11393npm verb parsed url search: null,
11394npm verb parsed url query: null,
11395npm verb parsed url pathname: '%3E=0.2.0%20%3C0.3.0',
11396npm verb parsed url path: '%3E=0.2.0%20%3C0.3.0',
11397npm verb parsed url href: '%3E=0.2.0%20%3C0.3.0' }
11398npm verb addNamed [ 'assert-plus', '>=0.2.0 <0.3.0' ]
11399npm verb addNamed [ null, '>=0.2.0 <0.3.0-0' ]
11400npm verb lock assert-plus@>=0.2.0 <0.3.0 /root/.npm/c4332e63-assert-plus-0-2-0-0-3-0.lock
11401npm verb url raw dashdash
11402npm verb url resolving [ 'http://registry.npmjs.org/', './dashdash' ]
11403npm verb url resolved http://registry.npmjs.org/dashdash
11404npm info trying registry request attempt 1 at 11:06:05
11405npm http GET http://registry.npmjs.org/dashdash
11406npm verb url raw jsbn
11407npm verb url resolving [ 'http://registry.npmjs.org/', './jsbn' ]
11408npm verb url resolved http://registry.npmjs.org/jsbn
11409npm info trying registry request attempt 1 at 11:06:05
11410npm http GET http://registry.npmjs.org/jsbn
11411npm verb url raw tweetnacl
11412npm verb url resolving [ 'http://registry.npmjs.org/', './tweetnacl' ]
11413npm verb url resolved http://registry.npmjs.org/tweetnacl
11414npm info trying registry request attempt 1 at 11:06:05
11415npm http GET http://registry.npmjs.org/tweetnacl
11416npm verb url raw jodid25519
11417npm verb url resolving [ 'http://registry.npmjs.org/', './jodid25519' ]
11418npm verb url resolved http://registry.npmjs.org/jodid25519
11419npm info trying registry request attempt 1 at 11:06:05
11420npm http GET http://registry.npmjs.org/jodid25519
11421npm verb url raw ecc-jsbn
11422npm verb url resolving [ 'http://registry.npmjs.org/', './ecc-jsbn' ]
11423npm verb url resolved http://registry.npmjs.org/ecc-jsbn
11424npm info trying registry request attempt 1 at 11:06:05
11425npm http GET http://registry.npmjs.org/ecc-jsbn
11426npm verb url raw asn1
11427npm verb url resolving [ 'http://registry.npmjs.org/', './asn1' ]
11428npm verb url resolved http://registry.npmjs.org/asn1
11429npm info trying registry request attempt 1 at 11:06:05
11430npm http GET http://registry.npmjs.org/asn1
11431npm verb registry.get assert-plus not expired, no request
11432npm verb addNamed [ 'assert-plus', '0.2.0' ]
11433npm verb addNamed [ '0.2.0', '0.2.0' ]
11434npm verb lock assert-plus@0.2.0 /root/.npm/8f011595-assert-plus-0-2-0.lock
11435npm verb lock http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz /root/.npm/bf89be23-ssert-plus-assert-plus-0-2-0-tgz.lock
11436npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz',
11437npm verb addRemoteTarball 'd74e1b87e7affc0db8aadb7021f3fe48101ab234' ]
11438npm info retry fetch attempt 1 at 11:06:05
11439npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/tmp.tgz
11440npm http GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
11441npm info preinstall pinkie-promise@2.0.0
11442npm http 200 http://registry.npmjs.org/jsbn
11443npm verb readDependencies using package.json deps
11444npm http 200 http://registry.npmjs.org/jodid25519
11445npm verb readDependencies using package.json deps
11446npm verb cache add [ 'pinkie@^2.0.0', null ]
11447npm verb cache add name=undefined spec="pinkie@^2.0.0" args=["pinkie@^2.0.0",null]
11448npm verb parsed url { protocol: null,
11449npm verb parsed url slashes: null,
11450npm verb parsed url auth: null,
11451npm verb parsed url host: null,
11452npm verb parsed url port: null,
11453npm verb parsed url hostname: null,
11454npm verb parsed url hash: null,
11455npm verb parsed url search: null,
11456npm verb parsed url query: null,
11457npm verb parsed url pathname: 'pinkie@%5E2.0.0',
11458npm verb parsed url path: 'pinkie@%5E2.0.0',
11459npm verb parsed url href: 'pinkie@%5E2.0.0' }
11460npm verb cache add name="pinkie" spec="^2.0.0" args=["pinkie","^2.0.0"]
11461npm verb parsed url { protocol: null,
11462npm verb parsed url slashes: null,
11463npm verb parsed url auth: null,
11464npm verb parsed url host: null,
11465npm verb parsed url port: null,
11466npm verb parsed url hostname: null,
11467npm verb parsed url hash: null,
11468npm verb parsed url search: null,
11469npm verb parsed url query: null,
11470npm verb parsed url pathname: '%5E2.0.0',
11471npm verb parsed url path: '%5E2.0.0',
11472npm verb parsed url href: '%5E2.0.0' }
11473npm verb addNamed [ 'pinkie', '^2.0.0' ]
11474npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
11475npm verb lock pinkie@^2.0.0 /root/.npm/a3e54be7-pinkie-2-0-0.lock
11476npm verb url raw pinkie
11477npm verb url resolving [ 'http://registry.npmjs.org/', './pinkie' ]
11478npm verb url resolved http://registry.npmjs.org/pinkie
11479npm info trying registry request attempt 1 at 11:06:05
11480npm http GET http://registry.npmjs.org/pinkie
11481npm http 200 http://registry.npmjs.org/tweetnacl
11482npm http 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
11483npm http 200 http://registry.npmjs.org/asn1
11484npm verb addNamed [ 'jsbn', '0.1.0' ]
11485npm verb addNamed [ '0.1.0', '0.1.0' ]
11486npm verb lock jsbn@0.1.0 /root/.npm/de73ff25-jsbn-0-1-0.lock
11487npm verb addNamed [ 'jodid25519', '1.0.2' ]
11488npm verb addNamed [ '1.0.2', '1.0.2' ]
11489npm verb lock jodid25519@1.0.2 /root/.npm/b32291e4-jodid25519-1-0-2.lock
11490npm verb lock http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz /root/.npm/e06a970d-ry-npmjs-org-jsbn-jsbn-0-1-0-tgz.lock
11491npm verb lock http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz /root/.npm/a7cef17b--jodid25519-jodid25519-1-0-2-tgz.lock
11492npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/tmp.tgz
11493npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/package /root/.npm/d4684e5e-65516-0-3128017738927156-package.lock
11494npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/tmp.tgz /root/.npm/2e5043b7-65516-0-3128017738927156-tmp-tgz.lock
11495npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz',
11496npm verb addRemoteTarball '650987da0dd74f4ebf5a11377a2aa2d273e97dfd' ]
11497npm info preinstall chalk@1.1.1
11498npm info retry fetch attempt 1 at 11:06:05
11499npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/tmp.tgz
11500npm verb addRemoteTarball [ 'http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz',
11501npm verb addRemoteTarball '06d4912255093419477d425633606e0e90782967' ]
11502npm info retry fetch attempt 1 at 11:06:05
11503npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/tmp.tgz
11504npm verb addNamed [ 'tweetnacl', '0.13.2' ]
11505npm verb addNamed [ '0.13.2', '0.13.2' ]
11506npm verb lock tweetnacl@0.13.2 /root/.npm/5f3c742c-tweetnacl-0-13-2.lock
11507npm verb addNamed [ 'asn1', '0.2.3' ]
11508npm verb addNamed [ '0.2.3', '0.2.3' ]
11509npm verb lock asn1@0.2.3 /root/.npm/f4f1f535-asn1-0-2-3.lock
11510npm http GET http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz
11511npm verb readDependencies using package.json deps
11512npm verb tar pack [ '/root/.npm/verror/1.3.6/package.tgz',
11513npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/package' ]
11514npm verb tarball /root/.npm/verror/1.3.6/package.tgz
11515npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/package
11516npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765196-0.3455941453576088/package /root/.npm/c28e70bc-65196-0-3455941453576088-package.lock
11517npm verb lock tar:///root/.npm/verror/1.3.6/package.tgz /root/.npm/2415d1e1-oot-npm-verror-1-3-6-package-tgz.lock
11518npm http GET http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
11519npm verb readDependencies using package.json deps
11520npm verb lock http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz /root/.npm/dd669775-g-tweetnacl-tweetnacl-0-13-2-tgz.lock
11521npm verb cache add [ 'has-ansi@^2.0.0', null ]
11522npm verb cache add name=undefined spec="has-ansi@^2.0.0" args=["has-ansi@^2.0.0",null]
11523npm verb parsed url { protocol: null,
11524npm verb parsed url slashes: null,
11525npm verb parsed url auth: null,
11526npm verb parsed url host: null,
11527npm verb parsed url port: null,
11528npm verb parsed url hostname: null,
11529npm verb parsed url hash: null,
11530npm verb parsed url search: null,
11531npm verb parsed url query: null,
11532npm verb parsed url pathname: 'has-ansi@%5E2.0.0',
11533npm verb parsed url path: 'has-ansi@%5E2.0.0',
11534npm verb parsed url href: 'has-ansi@%5E2.0.0' }
11535npm verb cache add name="has-ansi" spec="^2.0.0" args=["has-ansi","^2.0.0"]
11536npm verb parsed url { protocol: null,
11537npm verb parsed url slashes: null,
11538npm verb parsed url auth: null,
11539npm verb parsed url host: null,
11540npm verb parsed url port: null,
11541npm verb parsed url hostname: null,
11542npm verb parsed url hash: null,
11543npm verb parsed url search: null,
11544npm verb parsed url query: null,
11545npm verb parsed url pathname: '%5E2.0.0',
11546npm verb parsed url path: '%5E2.0.0',
11547npm verb parsed url href: '%5E2.0.0' }
11548npm verb addNamed [ 'has-ansi', '^2.0.0' ]
11549npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
11550npm verb lock has-ansi@^2.0.0 /root/.npm/46e94b10-has-ansi-2-0-0.lock
11551npm verb cache add [ 'strip-ansi@^3.0.0', null ]
11552npm verb cache add name=undefined spec="strip-ansi@^3.0.0" args=["strip-ansi@^3.0.0",null]
11553npm verb parsed url { protocol: null,
11554npm verb parsed url slashes: null,
11555npm verb parsed url auth: null,
11556npm verb parsed url host: null,
11557npm verb parsed url port: null,
11558npm verb parsed url hostname: null,
11559npm verb parsed url hash: null,
11560npm verb parsed url search: null,
11561npm verb parsed url query: null,
11562npm verb parsed url pathname: 'strip-ansi@%5E3.0.0',
11563npm verb parsed url path: 'strip-ansi@%5E3.0.0',
11564npm verb parsed url href: 'strip-ansi@%5E3.0.0' }
11565npm verb cache add name="strip-ansi" spec="^3.0.0" args=["strip-ansi","^3.0.0"]
11566npm verb parsed url { protocol: null,
11567npm verb parsed url slashes: null,
11568npm verb parsed url auth: null,
11569npm verb parsed url host: null,
11570npm verb parsed url port: null,
11571npm verb parsed url hostname: null,
11572npm verb parsed url hash: null,
11573npm verb parsed url search: null,
11574npm verb parsed url query: null,
11575npm verb parsed url pathname: '%5E3.0.0',
11576npm verb parsed url path: '%5E3.0.0',
11577npm verb parsed url href: '%5E3.0.0' }
11578npm verb addNamed [ 'strip-ansi', '^3.0.0' ]
11579npm verb addNamed [ null, '>=3.0.0-0 <4.0.0-0' ]
11580npm verb lock strip-ansi@^3.0.0 /root/.npm/e02184e9-strip-ansi-3-0-0.lock
11581npm verb cache add [ 'supports-color@^2.0.0', null ]
11582npm verb cache add name=undefined spec="supports-color@^2.0.0" args=["supports-color@^2.0.0",null]
11583npm verb parsed url { protocol: null,
11584npm verb parsed url slashes: null,
11585npm verb parsed url auth: null,
11586npm verb parsed url host: null,
11587npm verb parsed url port: null,
11588npm verb parsed url hostname: null,
11589npm verb parsed url hash: null,
11590npm verb parsed url search: null,
11591npm verb parsed url query: null,
11592npm verb parsed url pathname: 'supports-color@%5E2.0.0',
11593npm verb parsed url path: 'supports-color@%5E2.0.0',
11594npm verb parsed url href: 'supports-color@%5E2.0.0' }
11595npm verb cache add name="supports-color" spec="^2.0.0" args=["supports-color","^2.0.0"]
11596npm verb parsed url { protocol: null,
11597npm verb parsed url slashes: null,
11598npm verb parsed url auth: null,
11599npm verb parsed url host: null,
11600npm verb parsed url port: null,
11601npm verb parsed url hostname: null,
11602npm verb parsed url hash: null,
11603npm verb parsed url search: null,
11604npm verb parsed url query: null,
11605npm verb parsed url pathname: '%5E2.0.0',
11606npm verb parsed url path: '%5E2.0.0',
11607npm verb parsed url href: '%5E2.0.0' }
11608npm verb addNamed [ 'supports-color', '^2.0.0' ]
11609npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
11610npm verb lock supports-color@^2.0.0 /root/.npm/d8e0e1e3-supports-color-2-0-0.lock
11611npm verb cache add [ 'ansi-styles@^2.1.0', null ]
11612npm verb cache add name=undefined spec="ansi-styles@^2.1.0" args=["ansi-styles@^2.1.0",null]
11613npm verb parsed url { protocol: null,
11614npm verb parsed url slashes: null,
11615npm verb parsed url auth: null,
11616npm verb parsed url host: null,
11617npm verb parsed url port: null,
11618npm verb parsed url hostname: null,
11619npm verb parsed url hash: null,
11620npm verb parsed url search: null,
11621npm verb parsed url query: null,
11622npm verb parsed url pathname: 'ansi-styles@%5E2.1.0',
11623npm verb parsed url path: 'ansi-styles@%5E2.1.0',
11624npm verb parsed url href: 'ansi-styles@%5E2.1.0' }
11625npm verb cache add name="ansi-styles" spec="^2.1.0" args=["ansi-styles","^2.1.0"]
11626npm verb parsed url { protocol: null,
11627npm verb parsed url slashes: null,
11628npm verb parsed url auth: null,
11629npm verb parsed url host: null,
11630npm verb parsed url port: null,
11631npm verb parsed url hostname: null,
11632npm verb parsed url hash: null,
11633npm verb parsed url search: null,
11634npm verb parsed url query: null,
11635npm verb parsed url pathname: '%5E2.1.0',
11636npm verb parsed url path: '%5E2.1.0',
11637npm verb parsed url href: '%5E2.1.0' }
11638npm verb addNamed [ 'ansi-styles', '^2.1.0' ]
11639npm verb addNamed [ null, '>=2.1.0-0 <3.0.0-0' ]
11640npm verb lock ansi-styles@^2.1.0 /root/.npm/e8c52e8d-ansi-styles-2-1-0.lock
11641npm verb cache add [ 'escape-string-regexp@^1.0.2', null ]
11642npm verb cache add name=undefined spec="escape-string-regexp@^1.0.2" args=["escape-string-regexp@^1.0.2",null]
11643npm verb parsed url { protocol: null,
11644npm verb parsed url slashes: null,
11645npm verb parsed url auth: null,
11646npm verb parsed url host: null,
11647npm verb parsed url port: null,
11648npm verb parsed url hostname: null,
11649npm verb parsed url hash: null,
11650npm verb parsed url search: null,
11651npm verb parsed url query: null,
11652npm verb parsed url pathname: 'escape-string-regexp@%5E1.0.2',
11653npm verb parsed url path: 'escape-string-regexp@%5E1.0.2',
11654npm verb parsed url href: 'escape-string-regexp@%5E1.0.2' }
11655npm verb cache add name="escape-string-regexp" spec="^1.0.2" args=["escape-string-regexp","^1.0.2"]
11656npm verb parsed url { protocol: null,
11657npm verb parsed url slashes: null,
11658npm verb parsed url auth: null,
11659npm verb parsed url host: null,
11660npm verb parsed url port: null,
11661npm verb parsed url hostname: null,
11662npm verb parsed url hash: null,
11663npm verb parsed url search: null,
11664npm verb parsed url query: null,
11665npm verb parsed url pathname: '%5E1.0.2',
11666npm verb parsed url path: '%5E1.0.2',
11667npm verb parsed url href: '%5E1.0.2' }
11668npm verb addNamed [ 'escape-string-regexp', '^1.0.2' ]
11669npm verb addNamed [ null, '>=1.0.2-0 <2.0.0-0' ]
11670npm verb lock escape-string-regexp@^1.0.2 /root/.npm/bb748e44-escape-string-regexp-1-0-2.lock
11671npm verb lock http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz /root/.npm/d0db2005-ry-npmjs-org-asn1-asn1-0-2-3-tgz.lock
11672npm http 200 http://registry.npmjs.org/pinkie
11673npm http 200 http://registry.npmjs.org/ecc-jsbn
11674npm verb addRemoteTarball [ 'http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz',
11675npm verb addRemoteTarball '453161770469d45cd266c36404e2bc99a8fa9944' ]
11676npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz',
11677npm verb addRemoteTarball 'dac8787713c9966849fc8180777ebe9c1ddf3b86' ]
11678npm info retry fetch attempt 1 at 11:06:05
11679npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/tmp.tgz
11680npm verb url raw strip-ansi
11681npm verb url resolving [ 'http://registry.npmjs.org/', './strip-ansi' ]
11682npm verb url resolved http://registry.npmjs.org/strip-ansi
11683npm info trying registry request attempt 1 at 11:06:05
11684npm http GET http://registry.npmjs.org/strip-ansi
11685npm verb url raw has-ansi
11686npm verb url resolving [ 'http://registry.npmjs.org/', './has-ansi' ]
11687npm verb url resolved http://registry.npmjs.org/has-ansi
11688npm info trying registry request attempt 1 at 11:06:05
11689npm http GET http://registry.npmjs.org/has-ansi
11690npm verb url raw supports-color
11691npm verb url resolving [ 'http://registry.npmjs.org/', './supports-color' ]
11692npm verb url resolved http://registry.npmjs.org/supports-color
11693npm info trying registry request attempt 1 at 11:06:05
11694npm http GET http://registry.npmjs.org/supports-color
11695npm verb url raw ansi-styles
11696npm verb url resolving [ 'http://registry.npmjs.org/', './ansi-styles' ]
11697npm verb url resolved http://registry.npmjs.org/ansi-styles
11698npm info trying registry request attempt 1 at 11:06:05
11699npm http GET http://registry.npmjs.org/ansi-styles
11700npm verb url raw escape-string-regexp
11701npm verb url resolving [ 'http://registry.npmjs.org/', './escape-string-regexp' ]
11702npm verb url resolved http://registry.npmjs.org/escape-string-regexp
11703npm info trying registry request attempt 1 at 11:06:05
11704npm http GET http://registry.npmjs.org/escape-string-regexp
11705npm info retry fetch attempt 1 at 11:06:05
11706npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/tmp.tgz
11707npm http GET http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz
11708npm http 200 http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
11709npm http 200 http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz
11710npm http GET http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
11711npm verb addNamed [ 'pinkie', '2.0.1' ]
11712npm verb addNamed [ '2.0.1', '2.0.1' ]
11713npm verb lock pinkie@2.0.1 /root/.npm/1f2950e6-pinkie-2-0-1.lock
11714npm verb addNamed [ 'ecc-jsbn', '0.1.1' ]
11715npm verb addNamed [ '0.1.1', '0.1.1' ]
11716npm verb lock ecc-jsbn@0.1.1 /root/.npm/9de13f44-ecc-jsbn-0-1-1.lock
11717npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/tmp.tgz
11718npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/package /root/.npm/cd5e49fb-65583-0-6921664704568684-package.lock
11719npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/tmp.tgz /root/.npm/bae3c963-65583-0-6921664704568684-tmp-tgz.lock
11720npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/tmp.tgz
11721npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/package /root/.npm/2dbabd71-65582-0-6781928210984915-package.lock
11722npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/tmp.tgz /root/.npm/4910c8ee-65582-0-6781928210984915-tmp-tgz.lock
11723npm verb lock http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz /root/.npm/0025f13e-pmjs-org-pinkie-pinkie-2-0-1-tgz.lock
11724npm verb lock http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz /root/.npm/fcf146a1--org-ecc-jsbn-ecc-jsbn-0-1-1-tgz.lock
11725npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz',
11726npm verb addRemoteTarball '4236c86fc29f261c2045bbe81f78cbb2a5e8306c' ]
11727npm verb addRemoteTarball [ 'http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz',
11728npm verb addRemoteTarball '0fc73a9ed5f0d53c38193398523ef7e543777505' ]
11729npm verb lock /root/.npm/extsprintf/1.0.2/package /root/.npm/e58c15ff-oot-npm-extsprintf-1-0-2-package.lock
11730npm info retry fetch attempt 1 at 11:06:05
11731npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/tmp.tgz
11732npm info retry fetch attempt 1 at 11:06:05
11733npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/tmp.tgz
11734npm http GET http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
11735npm http GET http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
11736npm verb tar unpack /root/.npm/extsprintf/1.0.2/package.tgz
11737npm verb lock tar:///root/.npm/extsprintf/1.0.2/package /root/.npm/9b18a307-oot-npm-extsprintf-1-0-2-package.lock
11738npm verb lock tar:///root/.npm/extsprintf/1.0.2/package.tgz /root/.npm/fa66dee1-npm-extsprintf-1-0-2-package-tgz.lock
11739npm http 200 http://registry.npmjs.org/has-ansi
11740npm http 200 http://registry.npmjs.org/strip-ansi
11741npm http 200 http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz
11742npm http 200 http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
11743npm verb addNamed [ 'has-ansi', '2.0.0' ]
11744npm verb addNamed [ '2.0.0', '2.0.0' ]
11745npm verb lock has-ansi@2.0.0 /root/.npm/a0cbd015-has-ansi-2-0-0.lock
11746npm verb addNamed [ 'strip-ansi', '3.0.0' ]
11747npm verb addNamed [ '3.0.0', '3.0.0' ]
11748npm verb lock strip-ansi@3.0.0 /root/.npm/4e66f74f-strip-ansi-3-0-0.lock
11749npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/tmp.tgz
11750npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/package /root/.npm/476d5bba-765633-0-071359908208251-package.lock
11751npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/tmp.tgz /root/.npm/3fa29556-765633-0-071359908208251-tmp-tgz.lock
11752npm verb lock http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz /root/.npm/6e90c025--org-has-ansi-has-ansi-2-0-0-tgz.lock
11753npm verb lock http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz /root/.npm/3c9046d7--strip-ansi-strip-ansi-3-0-0-tgz.lock
11754npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
11755npm verb addRemoteTarball '34f5049ce1ecdf2b0649af3ef24e45ed35416d91' ]
11756npm info retry fetch attempt 1 at 11:06:05
11757npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/tmp.tgz
11758npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
11759npm verb addRemoteTarball '7510b665567ca914ccb5d7e072763ac968be3724' ]
11760npm info retry fetch attempt 1 at 11:06:05
11761npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/tmp.tgz
11762npm http 200 http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
11763npm http 200 http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
11764npm http GET http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
11765npm http GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
11766npm http 200 http://registry.npmjs.org/escape-string-regexp
11767npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/tmp.tgz
11768npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/package /root/.npm/6068a6fd-677-0-003970725694671273-package.lock
11769npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/tmp.tgz /root/.npm/4854bf28-677-0-003970725694671273-tmp-tgz.lock
11770npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/tmp.tgz
11771npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/package /root/.npm/38e6df46-65676-0-8595787212252617-package.lock
11772npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/tmp.tgz /root/.npm/c7f18d1b-65676-0-8595787212252617-tmp-tgz.lock
11773npm info preinstall commander@2.9.0
11774npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/tmp.tgz
11775npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/package /root/.npm/156f0088-65602-0-2841889364644885-package.lock
11776npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/tmp.tgz /root/.npm/f943202c-65602-0-2841889364644885-tmp-tgz.lock
11777npm verb readDependencies using package.json deps
11778npm http 200 http://registry.npmjs.org/supports-color
11779npm verb readDependencies using package.json deps
11780npm verb addNamed [ 'escape-string-regexp', '1.0.4' ]
11781npm verb addNamed [ '1.0.4', '1.0.4' ]
11782npm verb lock escape-string-regexp@1.0.4 /root/.npm/97a8c912-escape-string-regexp-1-0-4.lock
11783npm verb cache add [ 'graceful-readlink@>= 1.0.0', null ]
11784npm verb cache add name=undefined spec="graceful-readlink@>= 1.0.0" args=["graceful-readlink@>= 1.0.0",null]
11785npm verb parsed url { protocol: null,
11786npm verb parsed url slashes: null,
11787npm verb parsed url auth: null,
11788npm verb parsed url host: null,
11789npm verb parsed url port: null,
11790npm verb parsed url hostname: null,
11791npm verb parsed url hash: null,
11792npm verb parsed url search: null,
11793npm verb parsed url query: null,
11794npm verb parsed url pathname: 'graceful-readlink@%3E=%201.0.0',
11795npm verb parsed url path: 'graceful-readlink@%3E=%201.0.0',
11796npm verb parsed url href: 'graceful-readlink@%3E=%201.0.0' }
11797npm verb cache add name="graceful-readlink" spec=">= 1.0.0" args=["graceful-readlink",">= 1.0.0"]
11798npm verb parsed url { protocol: null,
11799npm verb parsed url slashes: null,
11800npm verb parsed url auth: null,
11801npm verb parsed url host: null,
11802npm verb parsed url port: null,
11803npm verb parsed url hostname: null,
11804npm verb parsed url hash: null,
11805npm verb parsed url search: null,
11806npm verb parsed url query: null,
11807npm verb parsed url pathname: '%3E=%201.0.0',
11808npm verb parsed url path: '%3E=%201.0.0',
11809npm verb parsed url href: '%3E=%201.0.0' }
11810npm verb addNamed [ 'graceful-readlink', '>= 1.0.0' ]
11811npm verb addNamed [ null, '>=1.0.0' ]
11812npm verb lock graceful-readlink@>= 1.0.0 /root/.npm/a12a5266-graceful-readlink-1-0-0.lock
11813npm verb lock http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz /root/.npm/777d6e5b-p-escape-string-regexp-1-0-4-tgz.lock
11814npm verb url raw graceful-readlink
11815npm verb url resolving [ 'http://registry.npmjs.org/', './graceful-readlink' ]
11816npm verb url resolved http://registry.npmjs.org/graceful-readlink
11817npm info trying registry request attempt 1 at 11:06:05
11818npm http GET http://registry.npmjs.org/graceful-readlink
11819npm http 200 http://registry.npmjs.org/ansi-styles
11820npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz',
11821npm verb addRemoteTarball 'b85e679b46f72d03fbbe8a3bf7259d535c21b62f' ]
11822npm http 200 http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
11823npm http 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
11824npm info retry fetch attempt 1 at 11:06:05
11825npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/tmp.tgz
11826npm verb addNamed [ 'supports-color', '2.0.0' ]
11827npm verb addNamed [ '2.0.0', '2.0.0' ]
11828npm verb lock supports-color@2.0.0 /root/.npm/463d2dee-supports-color-2-0-0.lock
11829npm http GET http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
11830npm verb lock http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz /root/.npm/73c58780-s-color-supports-color-2-0-0-tgz.lock
11831npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/tmp.tgz
11832npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/package /root/.npm/f5e2a2db-65724-0-7338857399299741-package.lock
11833npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/tmp.tgz /root/.npm/fc75da4e-65724-0-7338857399299741-tmp-tgz.lock
11834npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/tmp.tgz
11835npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/package /root/.npm/ea3c2521-5725-0-03429628978483379-package.lock
11836npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/tmp.tgz /root/.npm/e3508b0f-5725-0-03429628978483379-tmp-tgz.lock
11837npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
11838npm verb addRemoteTarball '535d045ce6b6363fa40117084629995e9df324c7' ]
11839npm verb addNamed [ 'ansi-styles', '2.1.0' ]
11840npm verb addNamed [ '2.1.0', '2.1.0' ]
11841npm verb lock ansi-styles@2.1.0 /root/.npm/9e0bf67b-ansi-styles-2-1-0.lock
11842npm info retry fetch attempt 1 at 11:06:05
11843npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/tmp.tgz
11844npm http GET http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
11845npm verb lock http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz /root/.npm/af8c6a78-nsi-styles-ansi-styles-2-1-0-tgz.lock
11846npm http 200 http://registry.npmjs.org/graceful-readlink
11847npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
11848npm verb addRemoteTarball '990f747146927b559a932bf92959163d60c0d0e2' ]
11849npm info retry fetch attempt 1 at 11:06:05
11850npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/tmp.tgz
11851npm http GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
11852npm http 200 http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
11853npm verb addNamed [ 'graceful-readlink', '1.0.1' ]
11854npm verb addNamed [ '1.0.1', '1.0.1' ]
11855npm verb lock graceful-readlink@1.0.1 /root/.npm/105b07a8-graceful-readlink-1-0-1.lock
11856npm verb tar pack [ '/root/.npm/assert-plus/0.2.0/package.tgz',
11857npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/package' ]
11858npm verb tarball /root/.npm/assert-plus/0.2.0/package.tgz
11859npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/package
11860npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765516-0.3128017738927156/package /root/.npm/d4684e5e-65516-0-3128017738927156-package.lock
11861npm verb lock tar:///root/.npm/assert-plus/0.2.0/package.tgz /root/.npm/ca2b8c7c-pm-assert-plus-0-2-0-package-tgz.lock
11862npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/tmp.tgz
11863npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/package /root/.npm/59d2d752-65778-0-7218259945511818-package.lock
11864npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/tmp.tgz /root/.npm/60e35fa4-65778-0-7218259945511818-tmp-tgz.lock
11865npm verb lock http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz /root/.npm/8e56ec73-link-graceful-readlink-1-0-1-tgz.lock
11866npm http 200 http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
11867npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
11868npm verb addRemoteTarball '4cafad76bc62f02fa039b2f94e9a3dd3a391a725' ]
11869npm info retry fetch attempt 1 at 11:06:05
11870npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/tmp.tgz
11871npm http 200 http://registry.npmjs.org/dashdash
11872npm http GET http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
11873npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/tmp.tgz
11874npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/package /root/.npm/aa780d4d-65805-0-7718985250685364-package.lock
11875npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/tmp.tgz /root/.npm/2b190829-65805-0-7718985250685364-tmp-tgz.lock
11876npm http 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
11877npm verb addNamed [ 'dashdash', '1.10.1' ]
11878npm verb addNamed [ '1.10.1', '1.10.1' ]
11879npm verb lock dashdash@1.10.1 /root/.npm/2e73887e-dashdash-1-10-1.lock
11880npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/tmp.tgz
11881npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/package /root/.npm/c87e0206-5825-0-06348078907467425-package.lock
11882npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/tmp.tgz /root/.npm/9849f716-5825-0-06348078907467425-tmp-tgz.lock
11883npm verb lock /root/.npm/hoek/2.16.3/package /root/.npm/942b7cf0-root-npm-hoek-2-16-3-package.lock
11884npm verb lock http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz /root/.npm/aa968f85-org-dashdash-dashdash-1-10-1-tgz.lock
11885npm verb addRemoteTarball [ 'http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz',
11886npm verb addRemoteTarball '0abf1af89a8f5129a81f18c2b35b21df22622f60' ]
11887npm info retry fetch attempt 1 at 11:06:05
11888npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/tmp.tgz
11889npm verb tar unpack /root/.npm/hoek/2.16.3/package.tgz
11890npm verb lock tar:///root/.npm/hoek/2.16.3/package /root/.npm/3fbb01e7-tar-root-npm-hoek-2-16-3-package.lock
11891npm verb lock tar:///root/.npm/hoek/2.16.3/package.tgz /root/.npm/21d92429-root-npm-hoek-2-16-3-package-tgz.lock
11892npm http GET http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
11893npm http 200 http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
11894npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/tmp.tgz
11895npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/package /root/.npm/9e05fe6c-65865-0-5791171605233103-package.lock
11896npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/tmp.tgz /root/.npm/23989d2c-65865-0-5791171605233103-tmp-tgz.lock
11897npm http 200 http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
11898npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/tmp.tgz
11899npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/package /root/.npm/5ccca32b-765911-0-235809703823179-package.lock
11900npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/tmp.tgz /root/.npm/053248aa-765911-0-235809703823179-tmp-tgz.lock
11901npm verb tar pack [ '/root/.npm/pinkie/2.0.1/package.tgz',
11902npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/package' ]
11903npm verb tarball /root/.npm/pinkie/2.0.1/package.tgz
11904npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/package
11905npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765676-0.8595787212252617/package /root/.npm/38e6df46-65676-0-8595787212252617-package.lock
11906npm verb lock tar:///root/.npm/pinkie/2.0.1/package.tgz /root/.npm/103af99d-oot-npm-pinkie-2-0-1-package-tgz.lock
11907npm verb tar pack [ '/root/.npm/strip-ansi/3.0.0/package.tgz',
11908npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/package' ]
11909npm verb tarball /root/.npm/strip-ansi/3.0.0/package.tgz
11910npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/package
11911npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765725-0.03429628978483379/package /root/.npm/ea3c2521-5725-0-03429628978483379-package.lock
11912npm verb lock tar:///root/.npm/strip-ansi/3.0.0/package.tgz /root/.npm/d9d53e4b-npm-strip-ansi-3-0-0-package-tgz.lock
11913npm verb tar pack [ '/root/.npm/has-ansi/2.0.0/package.tgz',
11914npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/package' ]
11915npm verb tarball /root/.npm/has-ansi/2.0.0/package.tgz
11916npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/package
11917npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765724-0.7338857399299741/package /root/.npm/f5e2a2db-65724-0-7338857399299741-package.lock
11918npm verb lock tar:///root/.npm/has-ansi/2.0.0/package.tgz /root/.npm/a468a8cd-t-npm-has-ansi-2-0-0-package-tgz.lock
11919npm verb lock /root/.npm/assert-plus/0.2.0/package /root/.npm/43aa1964-ot-npm-assert-plus-0-2-0-package.lock
11920npm verb tar unpack /root/.npm/assert-plus/0.2.0/package.tgz
11921npm verb lock tar:///root/.npm/assert-plus/0.2.0/package /root/.npm/1d3738dd-ot-npm-assert-plus-0-2-0-package.lock
11922npm verb lock tar:///root/.npm/assert-plus/0.2.0/package.tgz /root/.npm/ca2b8c7c-pm-assert-plus-0-2-0-package-tgz.lock
11923npm verb tar pack [ '/root/.npm/escape-string-regexp/1.0.4/package.tgz',
11924npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/package' ]
11925npm verb tarball /root/.npm/escape-string-regexp/1.0.4/package.tgz
11926npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/package
11927npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765778-0.7218259945511818/package /root/.npm/59d2d752-65778-0-7218259945511818-package.lock
11928npm verb lock tar:///root/.npm/escape-string-regexp/1.0.4/package.tgz /root/.npm/2bfdc0a2--string-regexp-1-0-4-package-tgz.lock
11929npm verb tar pack [ '/root/.npm/supports-color/2.0.0/package.tgz',
11930npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/package' ]
11931npm verb tarball /root/.npm/supports-color/2.0.0/package.tgz
11932npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/package
11933npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765805-0.7718985250685364/package /root/.npm/aa780d4d-65805-0-7718985250685364-package.lock
11934npm verb lock tar:///root/.npm/supports-color/2.0.0/package.tgz /root/.npm/4bef5ae7-supports-color-2-0-0-package-tgz.lock
11935npm verb lock /root/.npm/verror/1.3.6/package /root/.npm/439ceb66-root-npm-verror-1-3-6-package.lock
11936npm verb tar unpack /root/.npm/verror/1.3.6/package.tgz
11937npm verb lock tar:///root/.npm/verror/1.3.6/package /root/.npm/b1e68a87-ar-root-npm-verror-1-3-6-package.lock
11938npm verb lock tar:///root/.npm/verror/1.3.6/package.tgz /root/.npm/2415d1e1-oot-npm-verror-1-3-6-package-tgz.lock
11939npm verb tar pack [ '/root/.npm/ansi-styles/2.1.0/package.tgz',
11940npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/package' ]
11941npm verb tarball /root/.npm/ansi-styles/2.1.0/package.tgz
11942npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/package
11943npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765825-0.06348078907467425/package /root/.npm/c87e0206-5825-0-06348078907467425-package.lock
11944npm verb lock tar:///root/.npm/ansi-styles/2.1.0/package.tgz /root/.npm/f7c7cc37-pm-ansi-styles-2-1-0-package-tgz.lock
11945npm verb lock /root/.npm/strip-ansi/3.0.0/package /root/.npm/b089e69b-oot-npm-strip-ansi-3-0-0-package.lock
11946npm verb lock /root/.npm/has-ansi/2.0.0/package /root/.npm/1e3c2603-root-npm-has-ansi-2-0-0-package.lock
11947npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
11948npm verb lock tar:///root/.npm/strip-ansi/3.0.0/package /root/.npm/dae5b2a1-oot-npm-strip-ansi-3-0-0-package.lock
11949npm verb lock tar:///root/.npm/strip-ansi/3.0.0/package.tgz /root/.npm/d9d53e4b-npm-strip-ansi-3-0-0-package-tgz.lock
11950npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
11951npm verb lock tar:///root/.npm/has-ansi/2.0.0/package /root/.npm/204a60c1--root-npm-has-ansi-2-0-0-package.lock
11952npm verb lock tar:///root/.npm/has-ansi/2.0.0/package.tgz /root/.npm/a468a8cd-t-npm-has-ansi-2-0-0-package-tgz.lock
11953npm verb lock /root/.npm/pinkie/2.0.1/package /root/.npm/c31d813e-root-npm-pinkie-2-0-1-package.lock
11954npm verb tar unpack /root/.npm/pinkie/2.0.1/package.tgz
11955npm verb lock tar:///root/.npm/pinkie/2.0.1/package /root/.npm/e4672b34-ar-root-npm-pinkie-2-0-1-package.lock
11956npm verb lock tar:///root/.npm/pinkie/2.0.1/package.tgz /root/.npm/103af99d-oot-npm-pinkie-2-0-1-package-tgz.lock
11957npm verb chmod /root/.npm/extsprintf/1.0.2/package.tgz 644
11958npm verb chown /root/.npm/extsprintf/1.0.2/package.tgz [ 0, 0 ]
11959npm verb lock /root/.npm/escape-string-regexp/1.0.4/package /root/.npm/ee9d0f3d-cape-string-regexp-1-0-4-package.lock
11960npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
11961npm verb lock tar:///root/.npm/escape-string-regexp/1.0.4/package /root/.npm/1267c089-cape-string-regexp-1-0-4-package.lock
11962npm verb lock tar:///root/.npm/escape-string-regexp/1.0.4/package.tgz /root/.npm/2bfdc0a2--string-regexp-1-0-4-package-tgz.lock
11963npm verb tar pack [ '/root/.npm/jsbn/0.1.0/package.tgz',
11964npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/package' ]
11965npm verb tarball /root/.npm/jsbn/0.1.0/package.tgz
11966npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/package
11967npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765582-0.6781928210984915/package /root/.npm/2dbabd71-65582-0-6781928210984915-package.lock
11968npm verb lock tar:///root/.npm/jsbn/0.1.0/package.tgz /root/.npm/befcca1f--root-npm-jsbn-0-1-0-package-tgz.lock
11969npm verb tar pack [ '/root/.npm/graceful-readlink/1.0.1/package.tgz',
11970npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/package' ]
11971npm verb tarball /root/.npm/graceful-readlink/1.0.1/package.tgz
11972npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/package
11973npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765865-0.5791171605233103/package /root/.npm/9e05fe6c-65865-0-5791171605233103-package.lock
11974npm verb lock tar:///root/.npm/graceful-readlink/1.0.1/package.tgz /root/.npm/0fc1d32e-ceful-readlink-1-0-1-package-tgz.lock
11975npm verb lock /root/.npm/supports-color/2.0.0/package /root/.npm/e70a38c8-npm-supports-color-2-0-0-package.lock
11976npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
11977npm verb lock tar:///root/.npm/supports-color/2.0.0/package /root/.npm/730e86f3-npm-supports-color-2-0-0-package.lock
11978npm verb lock tar:///root/.npm/supports-color/2.0.0/package.tgz /root/.npm/4bef5ae7-supports-color-2-0-0-package-tgz.lock
11979npm verb lock /root/.npm/ansi-styles/2.1.0/package /root/.npm/24434108-ot-npm-ansi-styles-2-1-0-package.lock
11980npm verb tar pack [ '/root/.npm/ecc-jsbn/0.1.1/package.tgz',
11981npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/package' ]
11982npm verb tarball /root/.npm/ecc-jsbn/0.1.1/package.tgz
11983npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/package
11984npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765677-0.003970725694671273/package /root/.npm/6068a6fd-677-0-003970725694671273-package.lock
11985npm verb lock tar:///root/.npm/ecc-jsbn/0.1.1/package.tgz /root/.npm/b23a5dc0-t-npm-ecc-jsbn-0-1-1-package-tgz.lock
11986npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
11987npm verb lock tar:///root/.npm/ansi-styles/2.1.0/package /root/.npm/cff7efbb-ot-npm-ansi-styles-2-1-0-package.lock
11988npm verb lock tar:///root/.npm/ansi-styles/2.1.0/package.tgz /root/.npm/f7c7cc37-pm-ansi-styles-2-1-0-package-tgz.lock
11989npm verb chmod /root/.npm/strip-ansi/3.0.0/package.tgz 644
11990npm verb chown /root/.npm/strip-ansi/3.0.0/package.tgz [ 0, 0 ]
11991npm verb chmod /root/.npm/has-ansi/2.0.0/package.tgz 644
11992npm verb chown /root/.npm/has-ansi/2.0.0/package.tgz [ 0, 0 ]
11993npm verb chmod /root/.npm/assert-plus/0.2.0/package.tgz 644
11994npm verb chown /root/.npm/assert-plus/0.2.0/package.tgz [ 0, 0 ]
11995npm verb tar pack [ '/root/.npm/asn1/0.2.3/package.tgz',
11996npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/package' ]
11997npm verb tarball /root/.npm/asn1/0.2.3/package.tgz
11998npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/package
11999npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765633-0.071359908208251/package /root/.npm/476d5bba-765633-0-071359908208251-package.lock
12000npm verb lock tar:///root/.npm/asn1/0.2.3/package.tgz /root/.npm/f02009c0--root-npm-asn1-0-2-3-package-tgz.lock
12001npm verb chmod /root/.npm/escape-string-regexp/1.0.4/package.tgz 644
12002npm verb chown /root/.npm/escape-string-regexp/1.0.4/package.tgz [ 0, 0 ]
12003npm verb lock /root/.npm/graceful-readlink/1.0.1/package /root/.npm/56ee73f1--graceful-readlink-1-0-1-package.lock
12004npm verb chmod /root/.npm/pinkie/2.0.1/package.tgz 644
12005npm verb chown /root/.npm/pinkie/2.0.1/package.tgz [ 0, 0 ]
12006npm verb chmod /root/.npm/supports-color/2.0.0/package.tgz 644
12007npm verb chown /root/.npm/supports-color/2.0.0/package.tgz [ 0, 0 ]
12008npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
12009npm verb lock tar:///root/.npm/graceful-readlink/1.0.1/package /root/.npm/0e74e89e--graceful-readlink-1-0-1-package.lock
12010npm verb lock tar:///root/.npm/graceful-readlink/1.0.1/package.tgz /root/.npm/0fc1d32e-ceful-readlink-1-0-1-package-tgz.lock
12011npm info install pinkie@2.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise
12012npm info installOne pinkie@2.0.1
12013npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie unbuild
12014npm verb tar unpack /root/.npm/pinkie/2.0.1/package.tgz
12015npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie /root/.npm/d4af12c3-nkie-promise-node-modules-pinkie.lock
12016npm verb lock tar:///root/.npm/pinkie/2.0.1/package.tgz /root/.npm/103af99d-oot-npm-pinkie-2-0-1-package-tgz.lock
12017npm verb tar pack [ '/root/.npm/dashdash/1.10.1/package.tgz',
12018npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/package' ]
12019npm verb tarball /root/.npm/dashdash/1.10.1/package.tgz
12020npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/package
12021npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765911-0.235809703823179/package /root/.npm/5ccca32b-765911-0-235809703823179-package.lock
12022npm verb lock tar:///root/.npm/dashdash/1.10.1/package.tgz /root/.npm/7568d7ea--npm-dashdash-1-10-1-package-tgz.lock
12023npm verb chmod /root/.npm/ansi-styles/2.1.0/package.tgz 644
12024npm verb chown /root/.npm/ansi-styles/2.1.0/package.tgz [ 0, 0 ]
12025npm info install strip-ansi@3.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12026npm info install has-ansi@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12027npm info install escape-string-regexp@1.0.4 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12028npm info install supports-color@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12029npm info install ansi-styles@2.1.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12030npm info installOne strip-ansi@3.0.0
12031npm info installOne has-ansi@2.0.0
12032npm info installOne escape-string-regexp@1.0.4
12033npm info installOne supports-color@2.0.0
12034npm info installOne ansi-styles@2.1.0
12035npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi unbuild
12036npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi unbuild
12037npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp unbuild
12038npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color unbuild
12039npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles unbuild
12040npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
12041npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi /root/.npm/0f1c6b12-es-chalk-node-modules-strip-ansi.lock
12042npm verb lock tar:///root/.npm/strip-ansi/3.0.0/package.tgz /root/.npm/d9d53e4b-npm-strip-ansi-3-0-0-package-tgz.lock
12043npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
12044npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi /root/.npm/947becc7-ules-chalk-node-modules-has-ansi.lock
12045npm verb lock tar:///root/.npm/has-ansi/2.0.0/package.tgz /root/.npm/a468a8cd-t-npm-has-ansi-2-0-0-package-tgz.lock
12046npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
12047npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp /root/.npm/5b69b58c-ode-modules-escape-string-regexp.lock
12048npm verb lock tar:///root/.npm/escape-string-regexp/1.0.4/package.tgz /root/.npm/2bfdc0a2--string-regexp-1-0-4-package-tgz.lock
12049npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
12050npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color /root/.npm/3646d2fc-halk-node-modules-supports-color.lock
12051npm verb lock tar:///root/.npm/supports-color/2.0.0/package.tgz /root/.npm/4bef5ae7-supports-color-2-0-0-package-tgz.lock
12052npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
12053npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles /root/.npm/77df9175-s-chalk-node-modules-ansi-styles.lock
12054npm verb lock tar:///root/.npm/ansi-styles/2.1.0/package.tgz /root/.npm/f7c7cc37-pm-ansi-styles-2-1-0-package-tgz.lock
12055npm verb tar pack [ '/root/.npm/jodid25519/1.0.2/package.tgz',
12056npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/package' ]
12057npm verb tarball /root/.npm/jodid25519/1.0.2/package.tgz
12058npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/package
12059npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765583-0.6921664704568684/package /root/.npm/cd5e49fb-65583-0-6921664704568684-package.lock
12060npm verb lock tar:///root/.npm/jodid25519/1.0.2/package.tgz /root/.npm/781b6788-npm-jodid25519-1-0-2-package-tgz.lock
12061npm verb lock /root/.npm/ecc-jsbn/0.1.1/package /root/.npm/26733696-root-npm-ecc-jsbn-0-1-1-package.lock
12062npm verb tar unpack /root/.npm/ecc-jsbn/0.1.1/package.tgz
12063npm verb lock tar:///root/.npm/ecc-jsbn/0.1.1/package /root/.npm/40060e1d--root-npm-ecc-jsbn-0-1-1-package.lock
12064npm verb lock tar:///root/.npm/ecc-jsbn/0.1.1/package.tgz /root/.npm/b23a5dc0-t-npm-ecc-jsbn-0-1-1-package-tgz.lock
12065npm info preinstall has-ansi@2.0.0
12066npm info preinstall escape-string-regexp@1.0.4
12067npm info preinstall strip-ansi@3.0.0
12068npm info preinstall supports-color@2.0.0
12069npm info preinstall ansi-styles@2.1.0
12070npm verb readDependencies using package.json deps
12071npm verb readDependencies using package.json deps
12072npm info preinstall pinkie@2.0.1
12073npm verb readDependencies using package.json deps
12074npm verb readDependencies using package.json deps
12075npm verb readDependencies using package.json deps
12076npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp
12077npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp
12078npm verb linkStuff [ true,
12079npm verb linkStuff '/usr/lib/node_modules',
12080npm verb linkStuff false,
12081npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules' ]
12082npm info linkStuff escape-string-regexp@1.0.4
12083npm verb readDependencies using package.json deps
12084npm verb readDependencies using package.json deps
12085npm verb readDependencies using package.json deps
12086npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color
12087npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color
12088npm verb linkStuff [ true,
12089npm verb linkStuff '/usr/lib/node_modules',
12090npm verb linkStuff false,
12091npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules' ]
12092npm info linkStuff supports-color@2.0.0
12093npm verb chmod /root/.npm/graceful-readlink/1.0.1/package.tgz 644
12094npm verb chown /root/.npm/graceful-readlink/1.0.1/package.tgz [ 0, 0 ]
12095npm verb cache add [ 'ansi-regex@^2.0.0', null ]
12096npm verb cache add name=undefined spec="ansi-regex@^2.0.0" args=["ansi-regex@^2.0.0",null]
12097npm verb parsed url { protocol: null,
12098npm verb parsed url slashes: null,
12099npm verb parsed url auth: null,
12100npm verb parsed url host: null,
12101npm verb parsed url port: null,
12102npm verb parsed url hostname: null,
12103npm verb parsed url hash: null,
12104npm verb parsed url search: null,
12105npm verb parsed url query: null,
12106npm verb parsed url pathname: 'ansi-regex@%5E2.0.0',
12107npm verb parsed url path: 'ansi-regex@%5E2.0.0',
12108npm verb parsed url href: 'ansi-regex@%5E2.0.0' }
12109npm verb cache add name="ansi-regex" spec="^2.0.0" args=["ansi-regex","^2.0.0"]
12110npm verb parsed url { protocol: null,
12111npm verb parsed url slashes: null,
12112npm verb parsed url auth: null,
12113npm verb parsed url host: null,
12114npm verb parsed url port: null,
12115npm verb parsed url hostname: null,
12116npm verb parsed url hash: null,
12117npm verb parsed url search: null,
12118npm verb parsed url query: null,
12119npm verb parsed url pathname: '%5E2.0.0',
12120npm verb parsed url path: '%5E2.0.0',
12121npm verb parsed url href: '%5E2.0.0' }
12122npm verb addNamed [ 'ansi-regex', '^2.0.0' ]
12123npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
12124npm verb lock ansi-regex@^2.0.0 /root/.npm/990ea970-ansi-regex-2-0-0.lock
12125npm verb readDependencies using package.json deps
12126npm verb linkBins escape-string-regexp@1.0.4
12127npm verb linkMans escape-string-regexp@1.0.4
12128npm verb rebuildBundles escape-string-regexp@1.0.4
12129npm verb readDependencies using package.json deps
12130npm verb cache add [ 'ansi-regex@^2.0.0', null ]
12131npm verb cache add name=undefined spec="ansi-regex@^2.0.0" args=["ansi-regex@^2.0.0",null]
12132npm verb parsed url { protocol: null,
12133npm verb parsed url slashes: null,
12134npm verb parsed url auth: null,
12135npm verb parsed url host: null,
12136npm verb parsed url port: null,
12137npm verb parsed url hostname: null,
12138npm verb parsed url hash: null,
12139npm verb parsed url search: null,
12140npm verb parsed url query: null,
12141npm verb parsed url pathname: 'ansi-regex@%5E2.0.0',
12142npm verb parsed url path: 'ansi-regex@%5E2.0.0',
12143npm verb parsed url href: 'ansi-regex@%5E2.0.0' }
12144npm verb cache add name="ansi-regex" spec="^2.0.0" args=["ansi-regex","^2.0.0"]
12145npm verb parsed url { protocol: null,
12146npm verb parsed url slashes: null,
12147npm verb parsed url auth: null,
12148npm verb parsed url host: null,
12149npm verb parsed url port: null,
12150npm verb parsed url hostname: null,
12151npm verb parsed url hash: null,
12152npm verb parsed url search: null,
12153npm verb parsed url query: null,
12154npm verb parsed url pathname: '%5E2.0.0',
12155npm verb parsed url path: '%5E2.0.0',
12156npm verb parsed url href: '%5E2.0.0' }
12157npm verb addNamed [ 'ansi-regex', '^2.0.0' ]
12158npm verb readDependencies using package.json deps
12159npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles
12160npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles
12161npm verb linkStuff [ true,
12162npm verb linkStuff '/usr/lib/node_modules',
12163npm verb linkStuff false,
12164npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules' ]
12165npm info linkStuff ansi-styles@2.1.0
12166npm info install escape-string-regexp@1.0.4
12167npm verb linkBins supports-color@2.0.0
12168npm verb linkMans supports-color@2.0.0
12169npm verb rebuildBundles supports-color@2.0.0
12170npm verb readDependencies using package.json deps
12171npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie
12172npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie
12173npm verb linkStuff [ true,
12174npm verb linkStuff '/usr/lib/node_modules',
12175npm verb linkStuff false,
12176npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules' ]
12177npm info linkStuff pinkie@2.0.1
12178npm verb lock /root/.npm/jsbn/0.1.0/package /root/.npm/22b01577-root-npm-jsbn-0-1-0-package.lock
12179npm info install supports-color@2.0.0
12180npm verb url raw ansi-regex
12181npm verb url resolving [ 'http://registry.npmjs.org/', './ansi-regex' ]
12182npm verb url resolved http://registry.npmjs.org/ansi-regex
12183npm info trying registry request attempt 1 at 11:06:06
12184npm http GET http://registry.npmjs.org/ansi-regex
12185npm verb linkBins ansi-styles@2.1.0
12186npm verb linkMans ansi-styles@2.1.0
12187npm verb rebuildBundles ansi-styles@2.1.0
12188npm info postinstall escape-string-regexp@1.0.4
12189npm info install graceful-readlink@1.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander
12190npm info installOne graceful-readlink@1.0.1
12191npm verb linkBins pinkie@2.0.1
12192npm verb linkMans pinkie@2.0.1
12193npm verb rebuildBundles pinkie@2.0.1
12194npm info install ansi-styles@2.1.0
12195npm info postinstall supports-color@2.0.0
12196npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink unbuild
12197npm info install pinkie@2.0.1
12198npm verb tar unpack /root/.npm/jsbn/0.1.0/package.tgz
12199npm verb lock tar:///root/.npm/jsbn/0.1.0/package /root/.npm/b7956117-tar-root-npm-jsbn-0-1-0-package.lock
12200npm verb lock tar:///root/.npm/jsbn/0.1.0/package.tgz /root/.npm/befcca1f--root-npm-jsbn-0-1-0-package-tgz.lock
12201npm info postinstall ansi-styles@2.1.0
12202npm info postinstall pinkie@2.0.1
12203npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
12204npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink /root/.npm/bff407b2-r-node-modules-graceful-readlink.lock
12205npm verb lock tar:///root/.npm/graceful-readlink/1.0.1/package.tgz /root/.npm/0fc1d32e-ceful-readlink-1-0-1-package-tgz.lock
12206npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise
12207npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise
12208npm verb linkStuff [ true,
12209npm verb linkStuff '/usr/lib/node_modules',
12210npm verb linkStuff false,
12211npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules' ]
12212npm info linkStuff pinkie-promise@2.0.0
12213npm verb linkBins pinkie-promise@2.0.0
12214npm verb linkMans pinkie-promise@2.0.0
12215npm verb rebuildBundles pinkie-promise@2.0.0
12216npm verb tar pack [ '/root/.npm/json-schema/0.2.2/package.tgz',
12217npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/package' ]
12218npm verb tarball /root/.npm/json-schema/0.2.2/package.tgz
12219npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/package
12220npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765197-0.8821948941331357/package /root/.npm/c186d8b0-65197-0-8821948941331357-package.lock
12221npm verb lock tar:///root/.npm/json-schema/0.2.2/package.tgz /root/.npm/1b80ba61-pm-json-schema-0-2-2-package-tgz.lock
12222npm verb rebuildBundles [ 'pinkie' ]
12223npm info install pinkie-promise@2.0.0
12224npm info postinstall pinkie-promise@2.0.0
12225npm http 200 http://registry.npmjs.org/ansi-regex
12226npm verb addNamed [ 'ansi-regex', '2.0.0' ]
12227npm verb addNamed [ '2.0.0', '2.0.0' ]
12228npm verb lock ansi-regex@2.0.0 /root/.npm/8bc51204-ansi-regex-2-0-0.lock
12229npm verb lock http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz /root/.npm/6941cc45--ansi-regex-ansi-regex-2-0-0-tgz.lock
12230npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
12231npm verb addRemoteTarball 'c5061b6e0ef8a81775e50f5d66151bf6bf371107' ]
12232npm info retry fetch attempt 1 at 11:06:06
12233npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/tmp.tgz
12234npm http GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
12235npm verb lock /root/.npm/dashdash/1.10.1/package /root/.npm/2c4a2b3b-root-npm-dashdash-1-10-1-package.lock
12236npm verb tar unpack /root/.npm/dashdash/1.10.1/package.tgz
12237npm verb lock tar:///root/.npm/dashdash/1.10.1/package /root/.npm/1558af73-root-npm-dashdash-1-10-1-package.lock
12238npm verb lock tar:///root/.npm/dashdash/1.10.1/package.tgz /root/.npm/7568d7ea--npm-dashdash-1-10-1-package-tgz.lock
12239npm verb lock /root/.npm/asn1/0.2.3/package /root/.npm/c19af0c5-root-npm-asn1-0-2-3-package.lock
12240npm http 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
12241npm verb tar unpack /root/.npm/asn1/0.2.3/package.tgz
12242npm verb lock tar:///root/.npm/asn1/0.2.3/package /root/.npm/8ffefe41-tar-root-npm-asn1-0-2-3-package.lock
12243npm verb lock tar:///root/.npm/asn1/0.2.3/package.tgz /root/.npm/f02009c0--root-npm-asn1-0-2-3-package-tgz.lock
12244npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/tmp.tgz
12245npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/package /root/.npm/5610d80b-66606-0-2541673416271806-package.lock
12246npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/tmp.tgz /root/.npm/2656a68f-66606-0-2541673416271806-tmp-tgz.lock
12247npm verb chmod /root/.npm/verror/1.3.6/package.tgz 644
12248npm verb chown /root/.npm/verror/1.3.6/package.tgz [ 0, 0 ]
12249npm info preinstall graceful-readlink@1.0.1
12250npm verb readDependencies using package.json deps
12251npm verb readDependencies using package.json deps
12252npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink
12253npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink
12254npm verb linkStuff [ true,
12255npm verb linkStuff '/usr/lib/node_modules',
12256npm verb linkStuff false,
12257npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules' ]
12258npm info linkStuff graceful-readlink@1.0.1
12259npm verb linkBins graceful-readlink@1.0.1
12260npm verb linkMans graceful-readlink@1.0.1
12261npm verb rebuildBundles graceful-readlink@1.0.1
12262npm info install graceful-readlink@1.0.1
12263npm info postinstall graceful-readlink@1.0.1
12264npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander
12265npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/commander
12266npm verb linkStuff [ true,
12267npm verb linkStuff '/usr/lib/node_modules',
12268npm verb linkStuff false,
12269npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules' ]
12270npm info linkStuff commander@2.9.0
12271npm verb linkBins commander@2.9.0
12272npm verb linkMans commander@2.9.0
12273npm verb rebuildBundles commander@2.9.0
12274npm verb rebuildBundles [ 'graceful-readlink' ]
12275npm info install commander@2.9.0
12276npm info postinstall commander@2.9.0
12277npm verb tar pack [ '/root/.npm/ansi-regex/2.0.0/package.tgz',
12278npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/package' ]
12279npm verb tarball /root/.npm/ansi-regex/2.0.0/package.tgz
12280npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/package
12281npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766606-0.2541673416271806/package /root/.npm/5610d80b-66606-0-2541673416271806-package.lock
12282npm verb lock tar:///root/.npm/ansi-regex/2.0.0/package.tgz /root/.npm/d96a31a5-npm-ansi-regex-2-0-0-package-tgz.lock
12283npm verb chmod /root/.npm/ecc-jsbn/0.1.1/package.tgz 644
12284npm verb chown /root/.npm/ecc-jsbn/0.1.1/package.tgz [ 0, 0 ]
12285npm verb tar pack [ '/root/.npm/tweetnacl/0.13.2/package.tgz',
12286npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/package' ]
12287npm verb tarball /root/.npm/tweetnacl/0.13.2/package.tgz
12288npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/package
12289npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868765602-0.2841889364644885/package /root/.npm/156f0088-65602-0-2841889364644885-package.lock
12290npm verb lock tar:///root/.npm/tweetnacl/0.13.2/package.tgz /root/.npm/c94dc800-npm-tweetnacl-0-13-2-package-tgz.lock
12291npm verb lock /root/.npm/jodid25519/1.0.2/package /root/.npm/5434b232-oot-npm-jodid25519-1-0-2-package.lock
12292npm verb tar unpack /root/.npm/jodid25519/1.0.2/package.tgz
12293npm verb lock tar:///root/.npm/jodid25519/1.0.2/package /root/.npm/a998356b-oot-npm-jodid25519-1-0-2-package.lock
12294npm verb lock tar:///root/.npm/jodid25519/1.0.2/package.tgz /root/.npm/781b6788-npm-jodid25519-1-0-2-package-tgz.lock
12295npm verb lock /root/.npm/ansi-regex/2.0.0/package /root/.npm/924e22a1-oot-npm-ansi-regex-2-0-0-package.lock
12296npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
12297npm verb lock tar:///root/.npm/ansi-regex/2.0.0/package /root/.npm/199644a7-oot-npm-ansi-regex-2-0-0-package.lock
12298npm verb lock tar:///root/.npm/ansi-regex/2.0.0/package.tgz /root/.npm/d96a31a5-npm-ansi-regex-2-0-0-package-tgz.lock
12299npm verb chmod /root/.npm/dashdash/1.10.1/package.tgz 644
12300npm verb chown /root/.npm/dashdash/1.10.1/package.tgz [ 0, 0 ]
12301npm info preinstall is-my-json-valid@2.12.3
12302npm verb chmod /root/.npm/jsbn/0.1.0/package.tgz 644
12303npm verb chown /root/.npm/jsbn/0.1.0/package.tgz [ 0, 0 ]
12304npm verb readDependencies using package.json deps
12305npm verb readDependencies using package.json deps
12306npm verb cache add [ 'jsonpointer@2.0.0', null ]
12307npm verb cache add name=undefined spec="jsonpointer@2.0.0" args=["jsonpointer@2.0.0",null]
12308npm verb parsed url { protocol: null,
12309npm verb parsed url slashes: null,
12310npm verb parsed url auth: null,
12311npm verb parsed url host: null,
12312npm verb parsed url port: null,
12313npm verb parsed url hostname: null,
12314npm verb parsed url hash: null,
12315npm verb parsed url search: null,
12316npm verb parsed url query: null,
12317npm verb parsed url pathname: 'jsonpointer@2.0.0',
12318npm verb parsed url path: 'jsonpointer@2.0.0',
12319npm verb parsed url href: 'jsonpointer@2.0.0' }
12320npm verb cache add name="jsonpointer" spec="2.0.0" args=["jsonpointer","2.0.0"]
12321npm verb parsed url { protocol: null,
12322npm verb parsed url slashes: null,
12323npm verb parsed url auth: null,
12324npm verb parsed url host: null,
12325npm verb parsed url port: null,
12326npm verb parsed url hostname: null,
12327npm verb parsed url hash: null,
12328npm verb parsed url search: null,
12329npm verb parsed url query: null,
12330npm verb parsed url pathname: '2.0.0',
12331npm verb parsed url path: '2.0.0',
12332npm verb parsed url href: '2.0.0' }
12333npm verb addNamed [ 'jsonpointer', '2.0.0' ]
12334npm verb addNamed [ '2.0.0', '2.0.0' ]
12335npm verb lock jsonpointer@2.0.0 /root/.npm/00aa5fab-jsonpointer-2-0-0.lock
12336npm verb cache add [ 'xtend@^4.0.0', null ]
12337npm verb cache add name=undefined spec="xtend@^4.0.0" args=["xtend@^4.0.0",null]
12338npm verb parsed url { protocol: null,
12339npm verb parsed url slashes: null,
12340npm verb parsed url auth: null,
12341npm verb parsed url host: null,
12342npm verb parsed url port: null,
12343npm verb parsed url hostname: null,
12344npm verb parsed url hash: null,
12345npm verb parsed url search: null,
12346npm verb parsed url query: null,
12347npm verb parsed url pathname: 'xtend@%5E4.0.0',
12348npm verb parsed url path: 'xtend@%5E4.0.0',
12349npm verb parsed url href: 'xtend@%5E4.0.0' }
12350npm verb cache add name="xtend" spec="^4.0.0" args=["xtend","^4.0.0"]
12351npm verb parsed url { protocol: null,
12352npm verb parsed url slashes: null,
12353npm verb parsed url auth: null,
12354npm verb parsed url host: null,
12355npm verb parsed url port: null,
12356npm verb parsed url hostname: null,
12357npm verb parsed url hash: null,
12358npm verb parsed url search: null,
12359npm verb parsed url query: null,
12360npm verb parsed url pathname: '%5E4.0.0',
12361npm verb parsed url path: '%5E4.0.0',
12362npm verb parsed url href: '%5E4.0.0' }
12363npm verb addNamed [ 'xtend', '^4.0.0' ]
12364npm verb addNamed [ null, '>=4.0.0-0 <5.0.0-0' ]
12365npm verb lock xtend@^4.0.0 /root/.npm/409d9c3a-xtend-4-0-0.lock
12366npm verb cache add [ 'generate-function@^2.0.0', null ]
12367npm verb cache add name=undefined spec="generate-function@^2.0.0" args=["generate-function@^2.0.0",null]
12368npm verb parsed url { protocol: null,
12369npm verb parsed url slashes: null,
12370npm verb parsed url auth: null,
12371npm verb parsed url host: null,
12372npm verb parsed url port: null,
12373npm verb parsed url hostname: null,
12374npm verb parsed url hash: null,
12375npm verb parsed url search: null,
12376npm verb parsed url query: null,
12377npm verb parsed url pathname: 'generate-function@%5E2.0.0',
12378npm verb parsed url path: 'generate-function@%5E2.0.0',
12379npm verb parsed url href: 'generate-function@%5E2.0.0' }
12380npm verb cache add name="generate-function" spec="^2.0.0" args=["generate-function","^2.0.0"]
12381npm verb parsed url { protocol: null,
12382npm verb parsed url slashes: null,
12383npm verb parsed url auth: null,
12384npm verb parsed url host: null,
12385npm verb parsed url port: null,
12386npm verb parsed url hostname: null,
12387npm verb parsed url hash: null,
12388npm verb parsed url search: null,
12389npm verb parsed url query: null,
12390npm verb parsed url pathname: '%5E2.0.0',
12391npm verb parsed url path: '%5E2.0.0',
12392npm verb parsed url href: '%5E2.0.0' }
12393npm verb addNamed [ 'generate-function', '^2.0.0' ]
12394npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
12395npm verb lock generate-function@^2.0.0 /root/.npm/e28787b2-generate-function-2-0-0.lock
12396npm verb cache add [ 'generate-object-property@^1.1.0', null ]
12397npm verb cache add name=undefined spec="generate-object-property@^1.1.0" args=["generate-object-property@^1.1.0",null]
12398npm verb parsed url { protocol: null,
12399npm verb parsed url slashes: null,
12400npm verb parsed url auth: null,
12401npm verb parsed url host: null,
12402npm verb parsed url port: null,
12403npm verb parsed url hostname: null,
12404npm verb parsed url hash: null,
12405npm verb parsed url search: null,
12406npm verb parsed url query: null,
12407npm verb parsed url pathname: 'generate-object-property@%5E1.1.0',
12408npm verb parsed url path: 'generate-object-property@%5E1.1.0',
12409npm verb parsed url href: 'generate-object-property@%5E1.1.0' }
12410npm verb cache add name="generate-object-property" spec="^1.1.0" args=["generate-object-property","^1.1.0"]
12411npm verb parsed url { protocol: null,
12412npm verb parsed url slashes: null,
12413npm verb parsed url auth: null,
12414npm verb parsed url host: null,
12415npm verb parsed url port: null,
12416npm verb parsed url hostname: null,
12417npm verb parsed url hash: null,
12418npm verb parsed url search: null,
12419npm verb parsed url query: null,
12420npm verb parsed url pathname: '%5E1.1.0',
12421npm verb parsed url path: '%5E1.1.0',
12422npm verb parsed url href: '%5E1.1.0' }
12423npm verb addNamed [ 'generate-object-property', '^1.1.0' ]
12424npm verb addNamed [ null, '>=1.1.0-0 <2.0.0-0' ]
12425npm verb lock generate-object-property@^1.1.0 /root/.npm/cf907212-generate-object-property-1-1-0.lock
12426npm verb url raw jsonpointer/2.0.0
12427npm verb url resolving [ 'http://registry.npmjs.org/', './jsonpointer/2.0.0' ]
12428npm verb url resolved http://registry.npmjs.org/jsonpointer/2.0.0
12429npm info trying registry request attempt 1 at 11:06:06
12430npm http GET http://registry.npmjs.org/jsonpointer/2.0.0
12431npm verb url raw generate-function
12432npm verb url resolving [ 'http://registry.npmjs.org/', './generate-function' ]
12433npm verb url resolved http://registry.npmjs.org/generate-function
12434npm info trying registry request attempt 1 at 11:06:06
12435npm http GET http://registry.npmjs.org/generate-function
12436npm verb url raw xtend
12437npm verb url resolving [ 'http://registry.npmjs.org/', './xtend' ]
12438npm verb url resolved http://registry.npmjs.org/xtend
12439npm info trying registry request attempt 1 at 11:06:06
12440npm http GET http://registry.npmjs.org/xtend
12441npm verb url raw generate-object-property
12442npm verb url resolving [ 'http://registry.npmjs.org/', './generate-object-property' ]
12443npm verb url resolved http://registry.npmjs.org/generate-object-property
12444npm info trying registry request attempt 1 at 11:06:06
12445npm http GET http://registry.npmjs.org/generate-object-property
12446npm verb chmod /root/.npm/ansi-regex/2.0.0/package.tgz 644
12447npm verb chown /root/.npm/ansi-regex/2.0.0/package.tgz [ 0, 0 ]
12448npm info install ansi-regex@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi
12449npm info installOne ansi-regex@2.0.0
12450npm info install ansi-regex@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi
12451npm info installOne ansi-regex@2.0.0
12452npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex unbuild
12453npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex unbuild
12454npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
12455npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex /root/.npm/5aa7ff23-has-ansi-node-modules-ansi-regex.lock
12456npm verb lock tar:///root/.npm/ansi-regex/2.0.0/package.tgz /root/.npm/d96a31a5-npm-ansi-regex-2-0-0-package-tgz.lock
12457npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
12458npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex /root/.npm/1dc47d16-rip-ansi-node-modules-ansi-regex.lock
12459npm verb lock tar:///root/.npm/ansi-regex/2.0.0/package.tgz /root/.npm/d96a31a5-npm-ansi-regex-2-0-0-package-tgz.lock
12460npm verb chmod /root/.npm/hoek/2.16.3/package.tgz 644
12461npm verb chown /root/.npm/hoek/2.16.3/package.tgz [ 0, 0 ]
12462npm http 200 http://registry.npmjs.org/generate-function
12463npm http 200 http://registry.npmjs.org/generate-object-property
12464npm http 200 http://registry.npmjs.org/jsonpointer/2.0.0
12465npm info install cryptiles@2.0.5 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12466npm info install sntp@1.0.9 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12467npm info install boom@2.10.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12468npm info install hoek@2.16.3 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12469npm info installOne cryptiles@2.0.5
12470npm info installOne sntp@1.0.9
12471npm info installOne boom@2.10.1
12472npm info installOne hoek@2.16.3
12473npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles unbuild
12474npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/sntp unbuild
12475npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/boom unbuild
12476npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/hoek unbuild
12477npm http 200 http://registry.npmjs.org/xtend
12478npm verb tar unpack /root/.npm/cryptiles/2.0.5/package.tgz
12479npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles /root/.npm/0cd77aa7-ules-hawk-node-modules-cryptiles.lock
12480npm verb lock tar:///root/.npm/cryptiles/2.0.5/package.tgz /root/.npm/91d6b91d--npm-cryptiles-2-0-5-package-tgz.lock
12481npm verb tar unpack /root/.npm/sntp/1.0.9/package.tgz
12482npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/sntp /root/.npm/4e6da24d-e-modules-hawk-node-modules-sntp.lock
12483npm verb lock tar:///root/.npm/sntp/1.0.9/package.tgz /root/.npm/f050d12e--root-npm-sntp-1-0-9-package-tgz.lock
12484npm verb tar unpack /root/.npm/boom/2.10.1/package.tgz
12485npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/boom /root/.npm/0afb7429-e-modules-hawk-node-modules-boom.lock
12486npm verb lock tar:///root/.npm/boom/2.10.1/package.tgz /root/.npm/42ad8c43-root-npm-boom-2-10-1-package-tgz.lock
12487npm verb tar unpack /root/.npm/hoek/2.16.3/package.tgz
12488npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/hoek /root/.npm/08073bf0-e-modules-hawk-node-modules-hoek.lock
12489npm verb lock tar:///root/.npm/hoek/2.16.3/package.tgz /root/.npm/21d92429-root-npm-hoek-2-16-3-package-tgz.lock
12490npm verb addNamed [ 'generate-object-property', '1.2.0' ]
12491npm verb addNamed [ '1.2.0', '1.2.0' ]
12492npm verb lock generate-object-property@1.2.0 /root/.npm/5893e0fd-generate-object-property-1-2-0.lock
12493npm verb addNamed [ 'generate-function', '2.0.0' ]
12494npm verb addNamed [ '2.0.0', '2.0.0' ]
12495npm verb lock generate-function@2.0.0 /root/.npm/a5a762e7-generate-function-2-0-0.lock
12496npm verb lock http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz /root/.npm/cb0fc5db-nerate-object-property-1-2-0-tgz.lock
12497npm verb lock http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz /root/.npm/4a68e3be-tion-generate-function-2-0-0-tgz.lock
12498npm verb addNamed [ 'xtend', '4.0.1' ]
12499npm verb addNamed [ '4.0.1', '4.0.1' ]
12500npm verb lock xtend@4.0.1 /root/.npm/bb54db35-xtend-4-0-1.lock
12501npm verb lock http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz /root/.npm/363b18df-sonpointer-jsonpointer-2-0-0-tgz.lock
12502npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz',
12503npm verb addRemoteTarball '9c0e1c40308ce804f4783618b937fa88f99d50d0' ]
12504npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz',
12505npm verb addRemoteTarball '6858fe7c0969b7d4e9093337647ac79f60dfbe74' ]
12506npm info retry fetch attempt 1 at 11:06:06
12507npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/tmp.tgz
12508npm info retry fetch attempt 1 at 11:06:06
12509npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/tmp.tgz
12510npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz',
12511npm verb addRemoteTarball '3af1dd20fe85463910d469a385e33017d2a030d9' ]
12512npm verb lock http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz /root/.npm/3bd5e75b--npmjs-org-xtend-xtend-4-0-1-tgz.lock
12513npm info retry fetch attempt 1 at 11:06:06
12514npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/tmp.tgz
12515npm http GET http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
12516npm http GET http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
12517npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz',
12518npm verb addRemoteTarball 'a5c6d532be656e23db820efb943a1f04998d63af' ]
12519npm http GET http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
12520npm info retry fetch attempt 1 at 11:06:06
12521npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/tmp.tgz
12522npm http GET http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
12523npm verb chmod /root/.npm/asn1/0.2.3/package.tgz 644
12524npm verb chown /root/.npm/asn1/0.2.3/package.tgz [ 0, 0 ]
12525npm info preinstall ansi-regex@2.0.0
12526npm verb readDependencies using package.json deps
12527npm verb readDependencies using package.json deps
12528npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
12529npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
12530npm verb linkStuff [ true,
12531npm verb linkStuff '/usr/lib/node_modules',
12532npm verb linkStuff false,
12533npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules' ]
12534npm info linkStuff ansi-regex@2.0.0
12535npm http 200 http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
12536npm http 200 http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
12537npm verb linkBins ansi-regex@2.0.0
12538npm verb linkMans ansi-regex@2.0.0
12539npm verb rebuildBundles ansi-regex@2.0.0
12540npm info install ansi-regex@2.0.0
12541npm http 200 http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
12542npm http 200 http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
12543npm info postinstall ansi-regex@2.0.0
12544npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/tmp.tgz
12545npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/package /root/.npm/8b99fdde-66958-0-9178498464170843-package.lock
12546npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/tmp.tgz /root/.npm/5688b135-66958-0-9178498464170843-tmp-tgz.lock
12547npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/tmp.tgz
12548npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/package /root/.npm/c46d2415-66958-0-8271755715832114-package.lock
12549npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/tmp.tgz /root/.npm/e06719f0-66958-0-8271755715832114-tmp-tgz.lock
12550npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi
12551npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi
12552npm verb linkStuff [ true,
12553npm verb linkStuff '/usr/lib/node_modules',
12554npm verb linkStuff false,
12555npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules' ]
12556npm info linkStuff has-ansi@2.0.0
12557npm verb linkBins has-ansi@2.0.0
12558npm verb linkMans has-ansi@2.0.0
12559npm verb rebuildBundles has-ansi@2.0.0
12560npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/tmp.tgz
12561npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/package /root/.npm/c753b507-6969-0-47337401448749006-package.lock
12562npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/tmp.tgz /root/.npm/ae6eefc3-6969-0-47337401448749006-tmp-tgz.lock
12563npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/tmp.tgz
12564npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/package /root/.npm/8be80396-962-0-018136356957256794-package.lock
12565npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/tmp.tgz /root/.npm/ddc5c318-962-0-018136356957256794-tmp-tgz.lock
12566npm verb rebuildBundles [ 'ansi-regex' ]
12567npm info install has-ansi@2.0.0
12568npm info postinstall has-ansi@2.0.0
12569npm info preinstall ansi-regex@2.0.0
12570npm verb readDependencies using package.json deps
12571npm verb readDependencies using package.json deps
12572npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
12573npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
12574npm verb linkStuff [ true,
12575npm verb linkStuff '/usr/lib/node_modules',
12576npm verb linkStuff false,
12577npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules' ]
12578npm info linkStuff ansi-regex@2.0.0
12579npm info preinstall cryptiles@2.0.5
12580npm verb linkBins ansi-regex@2.0.0
12581npm verb linkMans ansi-regex@2.0.0
12582npm verb rebuildBundles ansi-regex@2.0.0
12583npm info install ansi-regex@2.0.0
12584npm verb readDependencies using package.json deps
12585npm verb readDependencies using package.json deps
12586npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles
12587npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles
12588npm verb linkStuff [ true,
12589npm verb linkStuff '/usr/lib/node_modules',
12590npm verb linkStuff false,
12591npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules' ]
12592npm info linkStuff cryptiles@2.0.5
12593npm info postinstall ansi-regex@2.0.0
12594npm verb linkBins cryptiles@2.0.5
12595npm verb linkMans cryptiles@2.0.5
12596npm verb rebuildBundles cryptiles@2.0.5
12597npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi
12598npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi
12599npm verb linkStuff [ true,
12600npm verb linkStuff '/usr/lib/node_modules',
12601npm verb linkStuff false,
12602npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules' ]
12603npm info linkStuff strip-ansi@3.0.0
12604npm info install cryptiles@2.0.5
12605npm verb linkBins strip-ansi@3.0.0
12606npm verb linkMans strip-ansi@3.0.0
12607npm verb rebuildBundles strip-ansi@3.0.0
12608npm info postinstall cryptiles@2.0.5
12609npm verb rebuildBundles [ 'ansi-regex' ]
12610npm info install strip-ansi@3.0.0
12611npm info postinstall strip-ansi@3.0.0
12612npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12613npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk
12614npm verb linkStuff [ true,
12615npm verb linkStuff '/usr/lib/node_modules',
12616npm verb linkStuff false,
12617npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules' ]
12618npm info linkStuff chalk@1.1.1
12619npm verb linkBins chalk@1.1.1
12620npm verb linkMans chalk@1.1.1
12621npm verb rebuildBundles chalk@1.1.1
12622npm verb rebuildBundles [ 'ansi-styles',
12623npm verb rebuildBundles 'escape-string-regexp',
12624npm verb rebuildBundles 'has-ansi',
12625npm verb rebuildBundles 'strip-ansi',
12626npm verb rebuildBundles 'supports-color' ]
12627npm info install chalk@1.1.1
12628npm info postinstall chalk@1.1.1
12629npm verb tar pack [ '/root/.npm/jsonpointer/2.0.0/package.tgz',
12630npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/package' ]
12631npm verb tarball /root/.npm/jsonpointer/2.0.0/package.tgz
12632npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/package
12633npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766962-0.018136356957256794/package /root/.npm/8be80396-962-0-018136356957256794-package.lock
12634npm verb lock tar:///root/.npm/jsonpointer/2.0.0/package.tgz /root/.npm/9b51d39f-pm-jsonpointer-2-0-0-package-tgz.lock
12635npm verb tar pack [ '/root/.npm/generate-object-property/1.2.0/package.tgz',
12636npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/package' ]
12637npm verb tarball /root/.npm/generate-object-property/1.2.0/package.tgz
12638npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/package
12639npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.9178498464170843/package /root/.npm/8b99fdde-66958-0-9178498464170843-package.lock
12640npm verb lock tar:///root/.npm/generate-object-property/1.2.0/package.tgz /root/.npm/38ca5c23-bject-property-1-2-0-package-tgz.lock
12641npm verb tar pack [ '/root/.npm/generate-function/2.0.0/package.tgz',
12642npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/package' ]
12643npm verb tarball /root/.npm/generate-function/2.0.0/package.tgz
12644npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/package
12645npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766958-0.8271755715832114/package /root/.npm/c46d2415-66958-0-8271755715832114-package.lock
12646npm verb lock tar:///root/.npm/generate-function/2.0.0/package.tgz /root/.npm/27a76d95-erate-function-2-0-0-package-tgz.lock
12647npm verb tar pack [ '/root/.npm/xtend/4.0.1/package.tgz',
12648npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/package' ]
12649npm verb tarball /root/.npm/xtend/4.0.1/package.tgz
12650npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/package
12651npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868766969-0.47337401448749006/package /root/.npm/c753b507-6969-0-47337401448749006-package.lock
12652npm verb lock tar:///root/.npm/xtend/4.0.1/package.tgz /root/.npm/7450d0e2-root-npm-xtend-4-0-1-package-tgz.lock
12653npm info preinstall sntp@1.0.9
12654npm verb readDependencies using package.json deps
12655npm verb readDependencies using package.json deps
12656npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/sntp
12657npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/sntp
12658npm verb linkStuff [ true,
12659npm verb linkStuff '/usr/lib/node_modules',
12660npm verb linkStuff false,
12661npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules' ]
12662npm info linkStuff sntp@1.0.9
12663npm verb lock /root/.npm/jsonpointer/2.0.0/package /root/.npm/7589c47e-ot-npm-jsonpointer-2-0-0-package.lock
12664npm verb linkBins sntp@1.0.9
12665npm verb linkMans sntp@1.0.9
12666npm verb rebuildBundles sntp@1.0.9
12667npm info install sntp@1.0.9
12668npm info postinstall sntp@1.0.9
12669npm verb tar unpack /root/.npm/jsonpointer/2.0.0/package.tgz
12670npm verb lock tar:///root/.npm/jsonpointer/2.0.0/package /root/.npm/e5f0bdf7-ot-npm-jsonpointer-2-0-0-package.lock
12671npm verb lock tar:///root/.npm/jsonpointer/2.0.0/package.tgz /root/.npm/9b51d39f-pm-jsonpointer-2-0-0-package-tgz.lock
12672npm verb chmod /root/.npm/jodid25519/1.0.2/package.tgz 644
12673npm verb chown /root/.npm/jodid25519/1.0.2/package.tgz [ 0, 0 ]
12674npm verb lock /root/.npm/generate-object-property/1.2.0/package /root/.npm/53fa600b-te-object-property-1-2-0-package.lock
12675npm verb tar unpack /root/.npm/generate-object-property/1.2.0/package.tgz
12676npm verb lock tar:///root/.npm/generate-object-property/1.2.0/package /root/.npm/696eecda-te-object-property-1-2-0-package.lock
12677npm verb lock tar:///root/.npm/generate-object-property/1.2.0/package.tgz /root/.npm/38ca5c23-bject-property-1-2-0-package-tgz.lock
12678npm verb lock /root/.npm/generate-function/2.0.0/package /root/.npm/c2fc722a--generate-function-2-0-0-package.lock
12679npm verb tar unpack /root/.npm/generate-function/2.0.0/package.tgz
12680npm verb lock tar:///root/.npm/generate-function/2.0.0/package /root/.npm/4e3844a5--generate-function-2-0-0-package.lock
12681npm verb lock tar:///root/.npm/generate-function/2.0.0/package.tgz /root/.npm/27a76d95-erate-function-2-0-0-package-tgz.lock
12682npm verb lock /root/.npm/json-schema/0.2.2/package /root/.npm/95842dd1-ot-npm-json-schema-0-2-2-package.lock
12683npm verb tar unpack /root/.npm/json-schema/0.2.2/package.tgz
12684npm verb lock tar:///root/.npm/json-schema/0.2.2/package /root/.npm/f35c6a72-ot-npm-json-schema-0-2-2-package.lock
12685npm verb lock tar:///root/.npm/json-schema/0.2.2/package.tgz /root/.npm/1b80ba61-pm-json-schema-0-2-2-package-tgz.lock
12686npm verb lock /root/.npm/xtend/4.0.1/package /root/.npm/6ed47a26-root-npm-xtend-4-0-1-package.lock
12687npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
12688npm verb lock tar:///root/.npm/xtend/4.0.1/package /root/.npm/a7e5ad09-tar-root-npm-xtend-4-0-1-package.lock
12689npm verb lock tar:///root/.npm/xtend/4.0.1/package.tgz /root/.npm/7450d0e2-root-npm-xtend-4-0-1-package-tgz.lock
12690npm info preinstall boom@2.10.1
12691npm verb readDependencies using package.json deps
12692npm verb readDependencies using package.json deps
12693npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/boom
12694npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/boom
12695npm verb linkStuff [ true,
12696npm verb linkStuff '/usr/lib/node_modules',
12697npm verb linkStuff false,
12698npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules' ]
12699npm info linkStuff boom@2.10.1
12700npm verb linkBins boom@2.10.1
12701npm verb linkMans boom@2.10.1
12702npm verb rebuildBundles boom@2.10.1
12703npm info install boom@2.10.1
12704npm info postinstall boom@2.10.1
12705npm verb chmod /root/.npm/jsonpointer/2.0.0/package.tgz 644
12706npm verb chown /root/.npm/jsonpointer/2.0.0/package.tgz [ 0, 0 ]
12707npm verb chmod /root/.npm/generate-object-property/1.2.0/package.tgz 644
12708npm verb chown /root/.npm/generate-object-property/1.2.0/package.tgz [ 0, 0 ]
12709npm verb lock /root/.npm/tweetnacl/0.13.2/package /root/.npm/0dca4deb-oot-npm-tweetnacl-0-13-2-package.lock
12710npm verb tar unpack /root/.npm/tweetnacl/0.13.2/package.tgz
12711npm verb lock tar:///root/.npm/tweetnacl/0.13.2/package /root/.npm/ab060c4a-oot-npm-tweetnacl-0-13-2-package.lock
12712npm verb lock tar:///root/.npm/tweetnacl/0.13.2/package.tgz /root/.npm/c94dc800-npm-tweetnacl-0-13-2-package-tgz.lock
12713npm verb chmod /root/.npm/generate-function/2.0.0/package.tgz 644
12714npm verb chown /root/.npm/generate-function/2.0.0/package.tgz [ 0, 0 ]
12715npm verb chmod /root/.npm/xtend/4.0.1/package.tgz 644
12716npm verb chown /root/.npm/xtend/4.0.1/package.tgz [ 0, 0 ]
12717npm info install jsonpointer@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
12718npm info install generate-object-property@1.2.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
12719npm info install generate-function@2.0.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
12720npm info install xtend@4.0.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
12721npm info installOne jsonpointer@2.0.0
12722npm info installOne generate-object-property@1.2.0
12723npm info installOne generate-function@2.0.0
12724npm info installOne xtend@4.0.1
12725npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer unbuild
12726npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property unbuild
12727npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function unbuild
12728npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend unbuild
12729npm verb tar unpack /root/.npm/jsonpointer/2.0.0/package.tgz
12730npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer /root/.npm/c8dd2765-n-valid-node-modules-jsonpointer.lock
12731npm verb lock tar:///root/.npm/jsonpointer/2.0.0/package.tgz /root/.npm/9b51d39f-pm-jsonpointer-2-0-0-package-tgz.lock
12732npm verb tar unpack /root/.npm/generate-object-property/1.2.0/package.tgz
12733npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property /root/.npm/35c30251-modules-generate-object-property.lock
12734npm verb lock tar:///root/.npm/generate-object-property/1.2.0/package.tgz /root/.npm/38ca5c23-bject-property-1-2-0-package-tgz.lock
12735npm verb tar unpack /root/.npm/generate-function/2.0.0/package.tgz
12736npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function /root/.npm/fabb6b61-d-node-modules-generate-function.lock
12737npm verb lock tar:///root/.npm/generate-function/2.0.0/package.tgz /root/.npm/27a76d95-erate-function-2-0-0-package-tgz.lock
12738npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
12739npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend /root/.npm/a0cb647d-my-json-valid-node-modules-xtend.lock
12740npm verb lock tar:///root/.npm/xtend/4.0.1/package.tgz /root/.npm/7450d0e2-root-npm-xtend-4-0-1-package-tgz.lock
12741npm info preinstall jsonpointer@2.0.0
12742npm verb readDependencies using package.json deps
12743npm verb readDependencies using package.json deps
12744npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
12745npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
12746npm verb linkStuff [ true,
12747npm verb linkStuff '/usr/lib/node_modules',
12748npm verb linkStuff false,
12749npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules' ]
12750npm info linkStuff jsonpointer@2.0.0
12751npm verb linkBins jsonpointer@2.0.0
12752npm verb linkMans jsonpointer@2.0.0
12753npm verb rebuildBundles jsonpointer@2.0.0
12754npm info install jsonpointer@2.0.0
12755npm info preinstall generate-object-property@1.2.0
12756npm info postinstall jsonpointer@2.0.0
12757npm verb readDependencies using package.json deps
12758npm verb readDependencies using package.json deps
12759npm verb cache add [ 'is-property@^1.0.0', null ]
12760npm verb cache add name=undefined spec="is-property@^1.0.0" args=["is-property@^1.0.0",null]
12761npm verb parsed url { protocol: null,
12762npm verb parsed url slashes: null,
12763npm verb parsed url auth: null,
12764npm verb parsed url host: null,
12765npm verb parsed url port: null,
12766npm verb parsed url hostname: null,
12767npm verb parsed url hash: null,
12768npm verb parsed url search: null,
12769npm verb parsed url query: null,
12770npm verb parsed url pathname: 'is-property@%5E1.0.0',
12771npm verb parsed url path: 'is-property@%5E1.0.0',
12772npm verb parsed url href: 'is-property@%5E1.0.0' }
12773npm verb cache add name="is-property" spec="^1.0.0" args=["is-property","^1.0.0"]
12774npm verb parsed url { protocol: null,
12775npm verb parsed url slashes: null,
12776npm verb parsed url auth: null,
12777npm verb parsed url host: null,
12778npm verb parsed url port: null,
12779npm verb parsed url hostname: null,
12780npm verb parsed url hash: null,
12781npm verb parsed url search: null,
12782npm verb parsed url query: null,
12783npm verb parsed url pathname: '%5E1.0.0',
12784npm verb parsed url path: '%5E1.0.0',
12785npm verb parsed url href: '%5E1.0.0' }
12786npm verb addNamed [ 'is-property', '^1.0.0' ]
12787npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
12788npm verb lock is-property@^1.0.0 /root/.npm/793eb238-is-property-1-0-0.lock
12789npm info preinstall generate-function@2.0.0
12790npm verb url raw is-property
12791npm verb url resolving [ 'http://registry.npmjs.org/', './is-property' ]
12792npm verb url resolved http://registry.npmjs.org/is-property
12793npm info trying registry request attempt 1 at 11:06:07
12794npm http GET http://registry.npmjs.org/is-property
12795npm verb readDependencies using package.json deps
12796npm verb readDependencies using package.json deps
12797npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function
12798npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function
12799npm verb linkStuff [ true,
12800npm verb linkStuff '/usr/lib/node_modules',
12801npm verb linkStuff false,
12802npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules' ]
12803npm info linkStuff generate-function@2.0.0
12804npm verb linkBins generate-function@2.0.0
12805npm verb linkMans generate-function@2.0.0
12806npm verb rebuildBundles generate-function@2.0.0
12807npm info preinstall hoek@2.16.3
12808npm info install generate-function@2.0.0
12809npm info postinstall generate-function@2.0.0
12810npm verb readDependencies using package.json deps
12811npm verb readDependencies using package.json deps
12812npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/hoek
12813npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules/hoek
12814npm verb linkStuff [ true,
12815npm verb linkStuff '/usr/lib/node_modules',
12816npm verb linkStuff false,
12817npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk/node_modules' ]
12818npm info linkStuff hoek@2.16.3
12819npm verb linkBins hoek@2.16.3
12820npm verb linkMans hoek@2.16.3
12821npm verb rebuildBundles hoek@2.16.3
12822npm info install hoek@2.16.3
12823npm info postinstall hoek@2.16.3
12824npm info preinstall xtend@4.0.1
12825npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12826npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/hawk
12827npm verb linkStuff [ true,
12828npm verb linkStuff '/usr/lib/node_modules',
12829npm verb linkStuff false,
12830npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
12831npm info linkStuff hawk@3.1.2
12832npm verb readDependencies using package.json deps
12833npm verb linkBins hawk@3.1.2
12834npm verb linkMans hawk@3.1.2
12835npm verb rebuildBundles hawk@3.1.2
12836npm verb readDependencies using package.json deps
12837npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend
12838npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend
12839npm verb linkStuff [ true,
12840npm verb linkStuff '/usr/lib/node_modules',
12841npm verb linkStuff false,
12842npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules' ]
12843npm info linkStuff xtend@4.0.1
12844npm verb rebuildBundles [ 'boom', 'cryptiles', 'hoek', 'sntp' ]
12845npm info install hawk@3.1.2
12846npm verb linkBins xtend@4.0.1
12847npm verb linkMans xtend@4.0.1
12848npm verb rebuildBundles xtend@4.0.1
12849npm info postinstall hawk@3.1.2
12850npm info install xtend@4.0.1
12851npm info postinstall xtend@4.0.1
12852npm http 200 http://registry.npmjs.org/is-property
12853npm verb addNamed [ 'is-property', '1.0.2' ]
12854npm verb addNamed [ '1.0.2', '1.0.2' ]
12855npm verb lock is-property@1.0.2 /root/.npm/a882579a-is-property-1-0-2.lock
12856npm verb lock http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz /root/.npm/424a1a5f-s-property-is-property-1-0-2-tgz.lock
12857npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz',
12858npm verb addRemoteTarball '57fe1c4e48474edd65b09911f26b1cd4095dda84' ]
12859npm info retry fetch attempt 1 at 11:06:07
12860npm verb fetch to= /root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/tmp.tgz
12861npm http GET http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
12862npm verb chmod /root/.npm/tweetnacl/0.13.2/package.tgz 644
12863npm verb chown /root/.npm/tweetnacl/0.13.2/package.tgz [ 0, 0 ]
12864npm info install assert-plus@0.2.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12865npm info install ecc-jsbn@0.1.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12866npm info install dashdash@1.10.1 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12867npm info install jsbn@0.1.0 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12868npm info install asn1@0.2.3 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12869npm info install jodid25519@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12870npm info install tweetnacl@0.13.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
12871npm info installOne assert-plus@0.2.0
12872npm info installOne ecc-jsbn@0.1.1
12873npm info installOne dashdash@1.10.1
12874npm info installOne jsbn@0.1.0
12875npm info installOne asn1@0.2.3
12876npm info installOne jodid25519@1.0.2
12877npm info installOne tweetnacl@0.13.2
12878npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus unbuild
12879npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn unbuild
12880npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash unbuild
12881npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn unbuild
12882npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1 unbuild
12883npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519 unbuild
12884npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl unbuild
12885npm http 200 http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
12886npm verb tar unpack /root/.npm/assert-plus/0.2.0/package.tgz
12887npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus /root/.npm/63335d54-s-sshpk-node-modules-assert-plus.lock
12888npm verb lock tar:///root/.npm/assert-plus/0.2.0/package.tgz /root/.npm/ca2b8c7c-pm-assert-plus-0-2-0-package-tgz.lock
12889npm verb tar unpack /root/.npm/ecc-jsbn/0.1.1/package.tgz
12890npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn /root/.npm/19e90c3d-ules-sshpk-node-modules-ecc-jsbn.lock
12891npm verb lock tar:///root/.npm/ecc-jsbn/0.1.1/package.tgz /root/.npm/b23a5dc0-t-npm-ecc-jsbn-0-1-1-package-tgz.lock
12892npm verb tar unpack /root/.npm/dashdash/1.10.1/package.tgz
12893npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash /root/.npm/957fdc9a-ules-sshpk-node-modules-dashdash.lock
12894npm verb lock tar:///root/.npm/dashdash/1.10.1/package.tgz /root/.npm/7568d7ea--npm-dashdash-1-10-1-package-tgz.lock
12895npm verb tar unpack /root/.npm/jsbn/0.1.0/package.tgz
12896npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn /root/.npm/f739ba71--modules-sshpk-node-modules-jsbn.lock
12897npm verb lock tar:///root/.npm/jsbn/0.1.0/package.tgz /root/.npm/befcca1f--root-npm-jsbn-0-1-0-package-tgz.lock
12898npm verb tar unpack /root/.npm/asn1/0.2.3/package.tgz
12899npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1 /root/.npm/32283a2f--modules-sshpk-node-modules-asn1.lock
12900npm verb lock tar:///root/.npm/asn1/0.2.3/package.tgz /root/.npm/f02009c0--root-npm-asn1-0-2-3-package-tgz.lock
12901npm verb tar unpack /root/.npm/jodid25519/1.0.2/package.tgz
12902npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519 /root/.npm/d2cca92f-es-sshpk-node-modules-jodid25519.lock
12903npm verb lock tar:///root/.npm/jodid25519/1.0.2/package.tgz /root/.npm/781b6788-npm-jodid25519-1-0-2-package-tgz.lock
12904npm verb tar unpack /root/.npm/tweetnacl/0.13.2/package.tgz
12905npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl /root/.npm/a4166484-les-sshpk-node-modules-tweetnacl.lock
12906npm verb lock tar:///root/.npm/tweetnacl/0.13.2/package.tgz /root/.npm/c94dc800-npm-tweetnacl-0-13-2-package-tgz.lock
12907npm verb tar unpack /root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/tmp.tgz
12908npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/package /root/.npm/56cabb34-585-0-042625911301001906-package.lock
12909npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/tmp.tgz /root/.npm/c795616f-585-0-042625911301001906-tmp-tgz.lock
12910npm verb chmod /root/.npm/json-schema/0.2.2/package.tgz 644
12911npm verb chown /root/.npm/json-schema/0.2.2/package.tgz [ 0, 0 ]
12912npm info install extsprintf@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim
12913npm info install verror@1.3.6 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim
12914npm info install json-schema@0.2.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim
12915npm info installOne extsprintf@1.0.2
12916npm info installOne verror@1.3.6
12917npm info installOne json-schema@0.2.2
12918npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf unbuild
12919npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror unbuild
12920npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema unbuild
12921npm verb tar unpack /root/.npm/extsprintf/1.0.2/package.tgz
12922npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf /root/.npm/e14aa2e3-s-jsprim-node-modules-extsprintf.lock
12923npm verb lock tar:///root/.npm/extsprintf/1.0.2/package.tgz /root/.npm/fa66dee1-npm-extsprintf-1-0-2-package-tgz.lock
12924npm verb tar unpack /root/.npm/verror/1.3.6/package.tgz
12925npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror /root/.npm/3406a919-dules-jsprim-node-modules-verror.lock
12926npm verb lock tar:///root/.npm/verror/1.3.6/package.tgz /root/.npm/2415d1e1-oot-npm-verror-1-3-6-package-tgz.lock
12927npm verb tar unpack /root/.npm/json-schema/0.2.2/package.tgz
12928npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema /root/.npm/b5779160--jsprim-node-modules-json-schema.lock
12929npm verb lock tar:///root/.npm/json-schema/0.2.2/package.tgz /root/.npm/1b80ba61-pm-json-schema-0-2-2-package-tgz.lock
12930npm info preinstall assert-plus@0.2.0
12931npm verb readDependencies using package.json deps
12932npm verb readDependencies using package.json deps
12933npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus
12934npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus
12935npm verb linkStuff [ true,
12936npm verb linkStuff '/usr/lib/node_modules',
12937npm verb linkStuff false,
12938npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
12939npm info linkStuff assert-plus@0.2.0
12940npm verb tar pack [ '/root/.npm/is-property/1.0.2/package.tgz',
12941npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/package' ]
12942npm verb tarball /root/.npm/is-property/1.0.2/package.tgz
12943npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/package
12944npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868767585-0.042625911301001906/package /root/.npm/56cabb34-585-0-042625911301001906-package.lock
12945npm verb lock tar:///root/.npm/is-property/1.0.2/package.tgz /root/.npm/c5daa0b6-pm-is-property-1-0-2-package-tgz.lock
12946npm verb linkBins assert-plus@0.2.0
12947npm verb linkMans assert-plus@0.2.0
12948npm verb rebuildBundles assert-plus@0.2.0
12949npm info install assert-plus@0.2.0
12950npm info postinstall assert-plus@0.2.0
12951npm info preinstall dashdash@1.10.1
12952npm verb readDependencies using package.json deps
12953npm verb readDependencies using package.json deps
12954npm verb cache add [ 'assert-plus@0.1.x', null ]
12955npm verb cache add name=undefined spec="assert-plus@0.1.x" args=["assert-plus@0.1.x",null]
12956npm verb parsed url { protocol: null,
12957npm verb parsed url slashes: null,
12958npm verb parsed url auth: null,
12959npm verb parsed url host: null,
12960npm verb parsed url port: null,
12961npm verb parsed url hostname: null,
12962npm verb parsed url hash: null,
12963npm verb parsed url search: null,
12964npm verb parsed url query: null,
12965npm verb parsed url pathname: 'assert-plus@0.1.x',
12966npm verb parsed url path: 'assert-plus@0.1.x',
12967npm verb parsed url href: 'assert-plus@0.1.x' }
12968npm verb cache add name="assert-plus" spec="0.1.x" args=["assert-plus","0.1.x"]
12969npm verb parsed url { protocol: null,
12970npm verb parsed url slashes: null,
12971npm verb parsed url auth: null,
12972npm verb parsed url host: null,
12973npm verb parsed url port: null,
12974npm verb parsed url hostname: null,
12975npm verb parsed url hash: null,
12976npm verb parsed url search: null,
12977npm verb parsed url query: null,
12978npm verb parsed url pathname: '0.1.x',
12979npm verb parsed url path: '0.1.x',
12980npm verb parsed url href: '0.1.x' }
12981npm verb addNamed [ 'assert-plus', '0.1.x' ]
12982npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
12983npm verb lock assert-plus@0.1.x /root/.npm/1da71898-assert-plus-0-1-x.lock
12984npm verb registry.get assert-plus not expired, no request
12985npm verb addNamed [ 'assert-plus', '0.1.5' ]
12986npm verb addNamed [ '0.1.5', '0.1.5' ]
12987npm verb lock assert-plus@0.1.5 /root/.npm/b8965882-assert-plus-0-1-5.lock
12988npm info preinstall ecc-jsbn@0.1.1
12989npm info install assert-plus@0.1.5 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash
12990npm info installOne assert-plus@0.1.5
12991npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus unbuild
12992npm verb readDependencies using package.json deps
12993npm verb readDependencies using package.json deps
12994npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn
12995npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn
12996npm verb linkStuff [ true,
12997npm verb linkStuff '/usr/lib/node_modules',
12998npm verb linkStuff false,
12999npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13000npm info linkStuff ecc-jsbn@0.1.1
13001npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
13002npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus /root/.npm/52f20055-ashdash-node-modules-assert-plus.lock
13003npm verb lock tar:///root/.npm/assert-plus/0.1.5/package.tgz /root/.npm/3be595c2-pm-assert-plus-0-1-5-package-tgz.lock
13004npm verb linkBins ecc-jsbn@0.1.1
13005npm verb linkMans ecc-jsbn@0.1.1
13006npm verb rebuildBundles ecc-jsbn@0.1.1
13007npm info install ecc-jsbn@0.1.1
13008npm info postinstall ecc-jsbn@0.1.1
13009npm verb lock /root/.npm/is-property/1.0.2/package /root/.npm/f4e117f1-ot-npm-is-property-1-0-2-package.lock
13010npm verb tar unpack /root/.npm/is-property/1.0.2/package.tgz
13011npm verb lock tar:///root/.npm/is-property/1.0.2/package /root/.npm/a9ebcf04-ot-npm-is-property-1-0-2-package.lock
13012npm verb lock tar:///root/.npm/is-property/1.0.2/package.tgz /root/.npm/c5daa0b6-pm-is-property-1-0-2-package-tgz.lock
13013npm info preinstall jsbn@0.1.0
13014npm verb readDependencies using package.json deps
13015npm verb readDependencies using package.json deps
13016npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn
13017npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn
13018npm verb linkStuff [ true,
13019npm verb linkStuff '/usr/lib/node_modules',
13020npm verb linkStuff false,
13021npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13022npm info linkStuff jsbn@0.1.0
13023npm verb linkBins jsbn@0.1.0
13024npm verb linkMans jsbn@0.1.0
13025npm verb rebuildBundles jsbn@0.1.0
13026npm info install jsbn@0.1.0
13027npm info postinstall jsbn@0.1.0
13028npm info preinstall asn1@0.2.3
13029npm verb readDependencies using package.json deps
13030npm verb readDependencies using package.json deps
13031npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1
13032npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1
13033npm verb linkStuff [ true,
13034npm verb linkStuff '/usr/lib/node_modules',
13035npm verb linkStuff false,
13036npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13037npm info linkStuff asn1@0.2.3
13038npm verb linkBins asn1@0.2.3
13039npm verb linkMans asn1@0.2.3
13040npm verb rebuildBundles asn1@0.2.3
13041npm info install asn1@0.2.3
13042npm info postinstall asn1@0.2.3
13043npm info preinstall extsprintf@1.0.2
13044npm verb readDependencies using package.json deps
13045npm verb readDependencies using package.json deps
13046npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf
13047npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf
13048npm verb linkStuff [ true,
13049npm verb linkStuff '/usr/lib/node_modules',
13050npm verb linkStuff false,
13051npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules' ]
13052npm info linkStuff extsprintf@1.0.2
13053npm verb linkBins extsprintf@1.0.2
13054npm verb linkMans extsprintf@1.0.2
13055npm verb rebuildBundles extsprintf@1.0.2
13056npm info preinstall assert-plus@0.1.5
13057npm info install extsprintf@1.0.2
13058npm info postinstall extsprintf@1.0.2
13059npm verb readDependencies using package.json deps
13060npm verb readDependencies using package.json deps
13061npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus
13062npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus
13063npm verb linkStuff [ true,
13064npm verb linkStuff '/usr/lib/node_modules',
13065npm verb linkStuff false,
13066npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules' ]
13067npm info linkStuff assert-plus@0.1.5
13068npm verb linkBins assert-plus@0.1.5
13069npm verb linkMans assert-plus@0.1.5
13070npm verb rebuildBundles assert-plus@0.1.5
13071npm info install assert-plus@0.1.5
13072npm info postinstall assert-plus@0.1.5
13073npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash
13074npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash
13075npm verb linkStuff [ true,
13076npm verb linkStuff '/usr/lib/node_modules',
13077npm verb linkStuff false,
13078npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13079npm info linkStuff dashdash@1.10.1
13080npm verb linkBins dashdash@1.10.1
13081npm verb linkMans dashdash@1.10.1
13082npm verb rebuildBundles dashdash@1.10.1
13083npm verb rebuildBundles [ 'assert-plus' ]
13084npm info install dashdash@1.10.1
13085npm info postinstall dashdash@1.10.1
13086npm verb chmod /root/.npm/is-property/1.0.2/package.tgz 644
13087npm verb chown /root/.npm/is-property/1.0.2/package.tgz [ 0, 0 ]
13088npm info install is-property@1.0.2 into /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property
13089npm info installOne is-property@1.0.2
13090npm info /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property unbuild
13091npm info preinstall jodid25519@1.0.2
13092npm verb tar unpack /root/.npm/is-property/1.0.2/package.tgz
13093npm verb lock tar:///usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property /root/.npm/878587f3-roperty-node-modules-is-property.lock
13094npm verb lock tar:///root/.npm/is-property/1.0.2/package.tgz /root/.npm/c5daa0b6-pm-is-property-1-0-2-package-tgz.lock
13095npm verb readDependencies using package.json deps
13096npm verb readDependencies using package.json deps
13097npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519
13098npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519
13099npm verb linkStuff [ true,
13100npm verb linkStuff '/usr/lib/node_modules',
13101npm verb linkStuff false,
13102npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13103npm info linkStuff jodid25519@1.0.2
13104npm verb linkBins jodid25519@1.0.2
13105npm verb linkMans jodid25519@1.0.2
13106npm verb rebuildBundles jodid25519@1.0.2
13107npm info install jodid25519@1.0.2
13108npm info postinstall jodid25519@1.0.2
13109npm info preinstall verror@1.3.6
13110npm verb readDependencies using package.json deps
13111npm verb readDependencies using package.json deps
13112npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror
13113npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror
13114npm verb linkStuff [ true,
13115npm verb linkStuff '/usr/lib/node_modules',
13116npm verb linkStuff false,
13117npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules' ]
13118npm info linkStuff verror@1.3.6
13119npm verb linkBins verror@1.3.6
13120npm verb linkMans verror@1.3.6
13121npm verb rebuildBundles verror@1.3.6
13122npm info install verror@1.3.6
13123npm info postinstall verror@1.3.6
13124npm info preinstall is-property@1.0.2
13125npm verb readDependencies using package.json deps
13126npm verb readDependencies using package.json deps
13127npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property
13128npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property
13129npm verb linkStuff [ true,
13130npm verb linkStuff '/usr/lib/node_modules',
13131npm verb linkStuff false,
13132npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules' ]
13133npm info linkStuff is-property@1.0.2
13134npm verb linkBins is-property@1.0.2
13135npm verb linkMans is-property@1.0.2
13136npm verb rebuildBundles is-property@1.0.2
13137npm info install is-property@1.0.2
13138npm info postinstall is-property@1.0.2
13139npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property
13140npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property
13141npm verb linkStuff [ true,
13142npm verb linkStuff '/usr/lib/node_modules',
13143npm verb linkStuff false,
13144npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules' ]
13145npm info linkStuff generate-object-property@1.2.0
13146npm verb linkBins generate-object-property@1.2.0
13147npm verb linkMans generate-object-property@1.2.0
13148npm verb rebuildBundles generate-object-property@1.2.0
13149npm verb rebuildBundles [ 'is-property' ]
13150npm info install generate-object-property@1.2.0
13151npm info postinstall generate-object-property@1.2.0
13152npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
13153npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
13154npm verb linkStuff [ true,
13155npm verb linkStuff '/usr/lib/node_modules',
13156npm verb linkStuff false,
13157npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator/node_modules' ]
13158npm info linkStuff is-my-json-valid@2.12.3
13159npm verb linkBins is-my-json-valid@2.12.3
13160npm verb linkMans is-my-json-valid@2.12.3
13161npm verb rebuildBundles is-my-json-valid@2.12.3
13162npm verb rebuildBundles [ 'generate-function',
13163npm verb rebuildBundles 'generate-object-property',
13164npm verb rebuildBundles 'jsonpointer',
13165npm verb rebuildBundles 'xtend' ]
13166npm info install is-my-json-valid@2.12.3
13167npm info postinstall is-my-json-valid@2.12.3
13168npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
13169npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/har-validator
13170npm verb linkStuff [ true,
13171npm verb linkStuff '/usr/lib/node_modules',
13172npm verb linkStuff false,
13173npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
13174npm info linkStuff har-validator@2.0.3
13175npm verb linkBins har-validator@2.0.3
13176npm verb link bins [ { 'har-validator': 'bin/har-validator' },
13177npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/.bin',
13178npm verb link bins false ]
13179npm verb linkMans har-validator@2.0.3
13180npm verb rebuildBundles har-validator@2.0.3
13181npm verb rebuildBundles [ 'chalk', 'commander', 'is-my-json-valid', 'pinkie-promise' ]
13182npm info install har-validator@2.0.3
13183npm info postinstall har-validator@2.0.3
13184npm info preinstall tweetnacl@0.13.2
13185npm verb readDependencies using package.json deps
13186npm verb readDependencies using package.json deps
13187npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl
13188npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl
13189npm verb linkStuff [ true,
13190npm verb linkStuff '/usr/lib/node_modules',
13191npm verb linkStuff false,
13192npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules' ]
13193npm info linkStuff tweetnacl@0.13.2
13194npm verb linkBins tweetnacl@0.13.2
13195npm verb linkMans tweetnacl@0.13.2
13196npm verb rebuildBundles tweetnacl@0.13.2
13197npm info install tweetnacl@0.13.2
13198npm info postinstall tweetnacl@0.13.2
13199npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
13200npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk
13201npm verb linkStuff [ true,
13202npm verb linkStuff '/usr/lib/node_modules',
13203npm verb linkStuff false,
13204npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules' ]
13205npm info linkStuff sshpk@1.7.1
13206npm verb linkBins sshpk@1.7.1
13207npm verb link bins [ { 'sshpk-conv': 'bin/sshpk-conv' },
13208npm verb link bins '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/.bin',
13209npm verb link bins false ]
13210npm verb linkMans sshpk@1.7.1
13211npm verb rebuildBundles sshpk@1.7.1
13212npm verb rebuildBundles [ 'asn1',
13213npm verb rebuildBundles 'assert-plus',
13214npm verb rebuildBundles 'dashdash',
13215npm verb rebuildBundles 'ecc-jsbn',
13216npm verb rebuildBundles 'jodid25519',
13217npm verb rebuildBundles 'jsbn',
13218npm verb rebuildBundles 'tweetnacl' ]
13219npm info install sshpk@1.7.1
13220npm info postinstall sshpk@1.7.1
13221npm info preinstall json-schema@0.2.2
13222npm verb readDependencies using package.json deps
13223npm verb readDependencies using package.json deps
13224npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
13225npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
13226npm verb linkStuff [ true,
13227npm verb linkStuff '/usr/lib/node_modules',
13228npm verb linkStuff false,
13229npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules' ]
13230npm info linkStuff json-schema@0.2.2
13231npm verb linkBins json-schema@0.2.2
13232npm verb linkMans json-schema@0.2.2
13233npm verb rebuildBundles json-schema@0.2.2
13234npm info install json-schema@0.2.2
13235npm info postinstall json-schema@0.2.2
13236npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim
13237npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim
13238npm verb linkStuff [ true,
13239npm verb linkStuff '/usr/lib/node_modules',
13240npm verb linkStuff false,
13241npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature/node_modules' ]
13242npm info linkStuff jsprim@1.2.2
13243npm verb linkBins jsprim@1.2.2
13244npm verb linkMans jsprim@1.2.2
13245npm verb rebuildBundles jsprim@1.2.2
13246npm verb rebuildBundles [ 'extsprintf', 'json-schema', 'verror' ]
13247npm info install jsprim@1.2.2
13248npm info postinstall jsprim@1.2.2
13249npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature
13250npm info build /usr/lib/node_modules/node-gyp/node_modules/request/node_modules/http-signature
13251npm verb linkStuff [ true,
13252npm verb linkStuff '/usr/lib/node_modules',
13253npm verb linkStuff false,
13254npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules/request/node_modules' ]
13255npm info linkStuff http-signature@1.1.0
13256npm verb linkBins http-signature@1.1.0
13257npm verb linkMans http-signature@1.1.0
13258npm verb rebuildBundles http-signature@1.1.0
13259npm verb rebuildBundles [ '.bin', 'assert-plus', 'jsprim', 'sshpk' ]
13260npm info install http-signature@1.1.0
13261npm info postinstall http-signature@1.1.0
13262npm verb about to build /usr/lib/node_modules/node-gyp/node_modules/request
13263npm info build /usr/lib/node_modules/node-gyp/node_modules/request
13264npm verb linkStuff [ true,
13265npm verb linkStuff '/usr/lib/node_modules',
13266npm verb linkStuff false,
13267npm verb linkStuff '/usr/lib/node_modules/node-gyp/node_modules' ]
13268npm info linkStuff request@2.67.0
13269npm verb linkBins request@2.67.0
13270npm verb linkMans request@2.67.0
13271npm verb rebuildBundles request@2.67.0
13272npm verb rebuildBundles [ '.bin',
13273npm verb rebuildBundles 'aws-sign2',
13274npm verb rebuildBundles 'bl',
13275npm verb rebuildBundles 'caseless',
13276npm verb rebuildBundles 'combined-stream',
13277npm verb rebuildBundles 'extend',
13278npm verb rebuildBundles 'forever-agent',
13279npm verb rebuildBundles 'form-data',
13280npm verb rebuildBundles 'har-validator',
13281npm verb rebuildBundles 'hawk',
13282npm verb rebuildBundles 'http-signature',
13283npm verb rebuildBundles 'is-typedarray',
13284npm verb rebuildBundles 'isstream',
13285npm verb rebuildBundles 'json-stringify-safe',
13286npm verb rebuildBundles 'mime-types',
13287npm verb rebuildBundles 'node-uuid',
13288npm verb rebuildBundles 'oauth-sign',
13289npm verb rebuildBundles 'qs',
13290npm verb rebuildBundles 'stringstream',
13291npm verb rebuildBundles 'tough-cookie',
13292npm verb rebuildBundles 'tunnel-agent' ]
13293npm info install request@2.67.0
13294npm info postinstall request@2.67.0
13295npm verb about to build /usr/lib/node_modules/node-gyp
13296npm info build /usr/lib/node_modules/node-gyp
13297npm verb linkStuff [ true, '/usr/lib/node_modules', true, '/usr/lib/node_modules' ]
13298npm info linkStuff node-gyp@3.2.1
13299npm verb linkBins node-gyp@3.2.1
13300npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' }, '/usr/bin', true ]
13301npm verb linkMans node-gyp@3.2.1
13302npm verb rebuildBundles node-gyp@3.2.1
13303npm verb rebuildBundles [ '.bin',
13304npm verb rebuildBundles 'fstream',
13305npm verb rebuildBundles 'glob',
13306npm verb rebuildBundles 'graceful-fs',
13307npm verb rebuildBundles 'minimatch',
13308npm verb rebuildBundles 'mkdirp',
13309npm verb rebuildBundles 'nopt',
13310npm verb rebuildBundles 'npmlog',
13311npm verb rebuildBundles 'osenv',
13312npm verb rebuildBundles 'path-array',
13313npm verb rebuildBundles 'request',
13314npm verb rebuildBundles 'rimraf',
13315npm verb rebuildBundles 'semver',
13316npm verb rebuildBundles 'tar',
13317npm verb rebuildBundles 'which' ]
13318/usr/bin/node-gyp -> /usr/lib/node_modules/node-gyp/bin/node-gyp.js
13319npm info install node-gyp@3.2.1
13320npm info postinstall node-gyp@3.2.1
13321npm WARN unmet dependency /usr/lib/node_modules/block-stream requires inherits@'~2.0.0' but will load
13322npm WARN unmet dependency undefined,
13323npm WARN unmet dependency which is version undefined
13324npm WARN unmet dependency /usr/lib/node_modules/fstream requires inherits@'~2.0.0' but will load
13325npm WARN unmet dependency undefined,
13326npm WARN unmet dependency which is version undefined
13327npm WARN unmet dependency /usr/lib/node_modules/fstream-ignore requires inherits@'2' but will load
13328npm WARN unmet dependency undefined,
13329npm WARN unmet dependency which is version undefined
13330npm WARN unmet dependency /usr/lib/node_modules/fstream-npm requires inherits@'2' but will load
13331npm WARN unmet dependency undefined,
13332npm WARN unmet dependency which is version undefined
13333npm WARN unmet dependency /usr/lib/node_modules/glob requires inherits@'2' but will load
13334npm WARN unmet dependency undefined,
13335npm WARN unmet dependency which is version undefined
13336npm WARN unmet dependency /usr/lib/node_modules/npmconf requires inherits@'~2.0.0' but will load
13337npm WARN unmet dependency undefined,
13338npm WARN unmet dependency which is version undefined
13339npm WARN unmet dependency /usr/lib/node_modules/tar requires inherits@'2' but will load
13340npm WARN unmet dependency undefined,
13341npm WARN unmet dependency which is version undefined
13342node-gyp@3.2.1 /usr/lib/node_modules/node-gyp
13343├── graceful-fs@4.1.2
13344├── semver@5.1.0
13345├── osenv@0.1.3 (os-homedir@1.0.1, os-tmpdir@1.0.1)
13346├── fstream@1.0.8 (inherits@2.0.1)
13347├── nopt@3.0.6 (abbrev@1.0.7)
13348├── which@1.2.1 (is-absolute@0.1.7)
13349├── minimatch@1.0.0 (sigmund@1.0.1, lru-cache@2.7.3)
13350├── mkdirp@0.5.1 (minimist@0.0.8)
13351├── tar@2.2.1 (inherits@2.0.1, block-stream@0.0.8)
13352├── path-array@1.0.0 (array-index@0.1.1)
13353├── glob@4.5.3 (inherits@2.0.1, once@1.3.3, inflight@1.0.4, minimatch@2.0.10)
13354├── rimraf@2.4.5 (glob@6.0.1)
13355├── npmlog@1.2.1 (ansi@0.3.0, gauge@1.2.2, are-we-there-yet@1.0.5)
13356└── request@2.67.0 (is-typedarray@1.0.0, aws-sign2@0.6.0, forever-agent@0.6.1, caseless@0.11.0, stringstream@0.0.5, oauth-sign@0.8.0, tunnel-agent@0.4.2, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.0, node-uuid@1.4.7, qs@5.2.0, combined-stream@1.0.5, tough-cookie@2.2.1, bl@1.0.0, mime-types@2.1.8, form-data@1.0.0-rc3, hawk@3.1.2, har-validator@2.0.3, http-signature@1.1.0)
13357npm verb tar pack [ '/root/.npm/npm/3.5.2/package.tgz',
13358npm verb tar pack '/root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/package' ]
13359npm verb tarball /root/.npm/npm/3.5.2/package.tgz
13360npm verb folder /root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/package
13361npm verb lock tar:///root/tmp/npm-6-LNPaVyGW/1450868749787-0.508176420815289/package /root/.npm/7432d576-749787-0-508176420815289-package.lock
13362npm verb lock tar:///root/.npm/npm/3.5.2/package.tgz /root/.npm/9ed88496-r-root-npm-npm-3-5-2-package-tgz.lock
13363npm verb lock /root/.npm/npm/3.5.2/package /root/.npm/ddc2666e-root-npm-npm-3-5-2-package.lock
13364npm verb tar unpack /root/.npm/npm/3.5.2/package.tgz
13365npm verb lock tar:///root/.npm/npm/3.5.2/package /root/.npm/430ece76-tar-root-npm-npm-3-5-2-package.lock
13366npm verb lock tar:///root/.npm/npm/3.5.2/package.tgz /root/.npm/9ed88496-r-root-npm-npm-3-5-2-package-tgz.lock
13367npm verb chmod /root/.npm/npm/3.5.2/package.tgz 644
13368npm verb chown /root/.npm/npm/3.5.2/package.tgz [ 0, 0 ]
13369npm info install npm@3.5.2 into /usr/lib
13370npm info installOne npm@3.5.2
13371npm info /usr/lib/node_modules/npm unbuild
13372npm info preuninstall npm@1.3.6
13373npm info uninstall npm@1.3.6
13374npm verb true,/usr/lib/node_modules,/usr/lib/node_modules unbuild npm@1.3.6
13375npm verb /usr/bin,[object Object] binRoot
13376npm info postuninstall npm@1.3.6
13377npm verb tar unpack /root/.npm/npm/3.5.2/package.tgz
13378npm verb lock tar:///usr/lib/node_modules/npm /root/.npm/8595d2ac-tar-usr-lib-node-modules-npm.lock
13379npm verb lock tar:///root/.npm/npm/3.5.2/package.tgz /root/.npm/9ed88496-r-root-npm-npm-3-5-2-package-tgz.lock
13380npm info preinstall npm@3.5.2
13381npm verb readDependencies using package.json deps
13382npm verb readDependencies using package.json deps
13383npm verb about to build /usr/lib/node_modules/npm
13384npm info build /usr/lib/node_modules/npm
13385npm verb linkStuff [ true, '/usr/lib/node_modules', true, '/usr/lib/node_modules' ]
13386npm info linkStuff npm@3.5.2
13387npm verb linkBins npm@3.5.2
13388npm verb link bins [ { npm: './bin/npm-cli.js' }, '/usr/bin', true ]
13389npm verb linkMans npm@3.5.2
13390npm verb rebuildBundles npm@3.5.2
13391npm verb rebuildBundles [ 'abbrev',
13392npm verb rebuildBundles 'ansi-regex',
13393npm verb rebuildBundles 'ansicolors',
13394npm verb rebuildBundles 'ansistyles',
13395npm verb rebuildBundles 'aproba',
13396npm verb rebuildBundles 'archy',
13397npm verb rebuildBundles 'async-some',
13398npm verb rebuildBundles 'chownr',
13399npm verb rebuildBundles 'cmd-shim',
13400npm verb rebuildBundles 'columnify',
13401npm verb rebuildBundles 'config-chain',
13402npm verb rebuildBundles 'debuglog',
13403npm verb rebuildBundles 'dezalgo',
13404npm verb rebuildBundles 'editor',
13405npm verb rebuildBundles 'fs-vacuum',
13406npm verb rebuildBundles 'fs-write-stream-atomic',
13407npm verb rebuildBundles 'fstream',
13408npm verb rebuildBundles 'fstream-npm',
13409npm verb rebuildBundles 'glob',
13410npm verb rebuildBundles 'graceful-fs',
13411npm verb rebuildBundles 'has-unicode',
13412npm verb rebuildBundles 'hosted-git-info',
13413npm verb rebuildBundles 'iferr',
13414npm verb rebuildBundles 'imurmurhash',
13415npm verb rebuildBundles 'inflight',
13416npm verb rebuildBundles 'inherits',
13417npm verb rebuildBundles 'ini',
13418npm verb rebuildBundles 'init-package-json',
13419npm verb rebuildBundles 'lockfile',
13420npm verb rebuildBundles 'lodash._baseindexof',
13421npm verb rebuildBundles 'lodash._baseuniq',
13422npm verb rebuildBundles 'lodash._bindcallback',
13423npm verb rebuildBundles 'lodash._cacheindexof',
13424npm verb rebuildBundles 'lodash._createcache',
13425npm verb rebuildBundles 'lodash._getnative',
13426npm verb rebuildBundles 'lodash.clonedeep',
13427npm verb rebuildBundles 'lodash.isarguments',
13428npm verb rebuildBundles 'lodash.isarray',
13429npm verb rebuildBundles 'lodash.keys',
13430npm verb rebuildBundles 'lodash.restparam',
13431npm verb rebuildBundles 'lodash.union',
13432npm verb rebuildBundles 'lodash.uniq',
13433npm verb rebuildBundles 'lodash.without',
13434npm verb rebuildBundles 'mkdirp',
13435npm verb rebuildBundles 'node-gyp',
13436npm verb rebuildBundles 'nopt',
13437npm verb rebuildBundles 'normalize-git-url',
13438npm verb rebuildBundles 'normalize-package-data',
13439npm verb rebuildBundles 'npm-cache-filename',
13440npm verb rebuildBundles 'npm-install-checks',
13441npm verb rebuildBundles 'npm-package-arg',
13442npm verb rebuildBundles 'npm-registry-client',
13443npm verb rebuildBundles 'npm-user-validate',
13444npm verb rebuildBundles 'npmlog',
13445npm verb rebuildBundles 'once',
13446npm verb rebuildBundles 'opener',
13447npm verb rebuildBundles 'osenv',
13448npm verb rebuildBundles 'path-is-inside',
13449npm verb rebuildBundles 'read',
13450npm verb rebuildBundles 'read-cmd-shim',
13451npm verb rebuildBundles 'read-installed',
13452npm verb rebuildBundles 'read-package-json',
13453npm verb rebuildBundles 'read-package-tree',
13454npm verb rebuildBundles 'readdir-scoped-modules',
13455npm verb rebuildBundles 'realize-package-specifier',
13456npm verb rebuildBundles 'request',
13457npm verb rebuildBundles 'retry',
13458npm verb rebuildBundles 'rimraf',
13459npm verb rebuildBundles 'semver',
13460npm verb rebuildBundles 'sha',
13461npm verb rebuildBundles 'slide',
13462npm verb rebuildBundles 'sorted-object',
13463npm verb rebuildBundles 'strip-ansi',
13464npm verb rebuildBundles 'tar',
13465npm verb rebuildBundles 'text-table',
13466npm verb rebuildBundles 'uid-number',
13467npm verb rebuildBundles 'umask',
13468npm verb rebuildBundles 'unique-filename',
13469npm verb rebuildBundles 'unpipe',
13470npm verb rebuildBundles 'validate-npm-package-license',
13471npm verb rebuildBundles 'validate-npm-package-name',
13472npm verb rebuildBundles 'which',
13473npm verb rebuildBundles 'wrappy',
13474npm verb rebuildBundles 'write-file-atomic' ]
13475npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/abbrev
13476npm info build /usr/lib/node_modules/npm/node_modules/abbrev
13477npm info preinstall abbrev@1.0.4
13478npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13479npm info linkStuff abbrev@1.0.4
13480npm verb linkBins abbrev@1.0.4
13481npm verb linkMans abbrev@1.0.4
13482npm verb rebuildBundles abbrev@1.0.4
13483npm info install abbrev@1.0.4
13484/usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
13485npm info postinstall abbrev@1.0.4
13486npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/ansi-regex
13487npm info build /usr/lib/node_modules/npm/node_modules/ansi-regex
13488npm info preinstall ansi-regex@2.0.0
13489npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13490npm info linkStuff ansi-regex@2.0.0
13491npm verb linkBins ansi-regex@2.0.0
13492npm verb linkMans ansi-regex@2.0.0
13493npm verb rebuildBundles ansi-regex@2.0.0
13494npm info install ansi-regex@2.0.0
13495npm info postinstall ansi-regex@2.0.0
13496npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/ansicolors
13497npm info build /usr/lib/node_modules/npm/node_modules/ansicolors
13498npm info preinstall ansicolors@0.3.2
13499npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13500npm info linkStuff ansicolors@0.3.2
13501npm verb linkBins ansicolors@0.3.2
13502npm verb linkMans ansicolors@0.3.2
13503npm verb rebuildBundles ansicolors@0.3.2
13504npm info install ansicolors@0.3.2
13505npm info postinstall ansicolors@0.3.2
13506npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/ansistyles
13507npm info build /usr/lib/node_modules/npm/node_modules/ansistyles
13508npm info preinstall ansistyles@0.1.3
13509npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13510npm info linkStuff ansistyles@0.1.3
13511npm verb linkBins ansistyles@0.1.3
13512npm verb linkMans ansistyles@0.1.3
13513npm verb rebuildBundles ansistyles@0.1.3
13514npm info install ansistyles@0.1.3
13515npm info postinstall ansistyles@0.1.3
13516npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/aproba
13517npm info build /usr/lib/node_modules/npm/node_modules/aproba
13518npm info preinstall aproba@1.0.1
13519npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13520npm info linkStuff aproba@1.0.1
13521npm verb linkBins aproba@1.0.1
13522npm verb linkMans aproba@1.0.1
13523npm verb rebuildBundles aproba@1.0.1
13524npm info install aproba@1.0.1
13525npm info postinstall aproba@1.0.1
13526npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/archy
13527npm info build /usr/lib/node_modules/npm/node_modules/archy
13528npm info preinstall archy@0.0.2
13529npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13530npm info linkStuff archy@0.0.2
13531npm verb linkBins archy@0.0.2
13532npm verb linkMans archy@0.0.2
13533npm verb rebuildBundles archy@0.0.2
13534npm info install archy@0.0.2
13535npm info postinstall archy@0.0.2
13536npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/async-some
13537npm info build /usr/lib/node_modules/npm/node_modules/async-some
13538npm info preinstall async-some@1.0.2
13539npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13540npm info linkStuff async-some@1.0.2
13541npm verb linkBins async-some@1.0.2
13542npm verb linkMans async-some@1.0.2
13543npm verb rebuildBundles async-some@1.0.2
13544npm info install async-some@1.0.2
13545npm info postinstall async-some@1.0.2
13546npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/chownr
13547npm info build /usr/lib/node_modules/npm/node_modules/chownr
13548npm info preinstall chownr@0.0.1
13549npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13550npm info linkStuff chownr@0.0.1
13551npm verb linkBins chownr@0.0.1
13552npm verb linkMans chownr@0.0.1
13553npm verb rebuildBundles chownr@0.0.1
13554npm info install chownr@0.0.1
13555npm info postinstall chownr@0.0.1
13556npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/cmd-shim
13557npm info build /usr/lib/node_modules/npm/node_modules/cmd-shim
13558npm info preinstall cmd-shim@1.1.0
13559npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13560npm info linkStuff cmd-shim@1.1.0
13561npm verb linkBins cmd-shim@1.1.0
13562npm verb linkMans cmd-shim@1.1.0
13563npm verb rebuildBundles cmd-shim@1.1.0
13564npm verb rebuildBundles [ 'graceful-fs' ]
13565npm info install cmd-shim@1.1.0
13566npm info postinstall cmd-shim@1.1.0
13567npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/columnify
13568npm info build /usr/lib/node_modules/npm/node_modules/columnify
13569npm info preinstall columnify@1.5.2
13570npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13571npm info linkStuff columnify@1.5.2
13572npm verb linkBins columnify@1.5.2
13573npm verb linkMans columnify@1.5.2
13574npm verb rebuildBundles columnify@1.5.2
13575npm verb rebuildBundles [ 'wcwidth' ]
13576npm info install columnify@1.5.2
13577npm info postinstall columnify@1.5.2
13578npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/config-chain
13579npm info build /usr/lib/node_modules/npm/node_modules/config-chain
13580npm info preinstall config-chain@1.1.9
13581npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13582npm info linkStuff config-chain@1.1.9
13583npm verb linkBins config-chain@1.1.9
13584npm verb linkMans config-chain@1.1.9
13585npm verb rebuildBundles config-chain@1.1.9
13586npm verb rebuildBundles [ 'proto-list' ]
13587npm info install config-chain@1.1.9
13588npm info postinstall config-chain@1.1.9
13589npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/debuglog
13590npm info build /usr/lib/node_modules/npm/node_modules/debuglog
13591npm info preinstall debuglog@1.0.1
13592npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13593npm info linkStuff debuglog@1.0.1
13594npm verb linkBins debuglog@1.0.1
13595npm verb linkMans debuglog@1.0.1
13596npm verb rebuildBundles debuglog@1.0.1
13597npm info install debuglog@1.0.1
13598npm info postinstall debuglog@1.0.1
13599npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/dezalgo
13600npm info build /usr/lib/node_modules/npm/node_modules/dezalgo
13601npm info preinstall dezalgo@1.0.3
13602npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13603npm info linkStuff dezalgo@1.0.3
13604npm verb linkBins dezalgo@1.0.3
13605npm verb linkMans dezalgo@1.0.3
13606npm verb rebuildBundles dezalgo@1.0.3
13607npm verb rebuildBundles [ 'asap' ]
13608npm info install dezalgo@1.0.3
13609npm info postinstall dezalgo@1.0.3
13610npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/editor
13611npm info build /usr/lib/node_modules/npm/node_modules/editor
13612npm info preinstall editor@0.0.4
13613npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13614npm info linkStuff editor@0.0.4
13615npm verb linkBins editor@0.0.4
13616npm verb link bins [ {}, '/usr/lib/node_modules/npm/node_modules/.bin', false ]
13617npm verb linkMans editor@0.0.4
13618npm verb rebuildBundles editor@0.0.4
13619npm info install editor@0.0.4
13620npm info postinstall editor@0.0.4
13621npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/fs-vacuum
13622npm info build /usr/lib/node_modules/npm/node_modules/fs-vacuum
13623npm info preinstall fs-vacuum@1.2.7
13624npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13625npm info linkStuff fs-vacuum@1.2.7
13626npm verb linkBins fs-vacuum@1.2.7
13627npm verb linkMans fs-vacuum@1.2.7
13628npm verb rebuildBundles fs-vacuum@1.2.7
13629npm info install fs-vacuum@1.2.7
13630npm info postinstall fs-vacuum@1.2.7
13631npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/fs-write-stream-atomic
13632npm info build /usr/lib/node_modules/npm/node_modules/fs-write-stream-atomic
13633npm info preinstall fs-write-stream-atomic@1.0.5
13634npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13635npm info linkStuff fs-write-stream-atomic@1.0.5
13636npm verb linkBins fs-write-stream-atomic@1.0.5
13637npm verb linkMans fs-write-stream-atomic@1.0.5
13638npm verb rebuildBundles fs-write-stream-atomic@1.0.5
13639npm info install fs-write-stream-atomic@1.0.5
13640npm info postinstall fs-write-stream-atomic@1.0.5
13641npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/fstream
13642npm info build /usr/lib/node_modules/npm/node_modules/fstream
13643npm info preinstall fstream@0.1.24
13644npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13645npm info linkStuff fstream@0.1.24
13646npm verb linkBins fstream@0.1.24
13647npm verb linkMans fstream@0.1.24
13648npm verb rebuildBundles fstream@0.1.24
13649npm info install fstream@0.1.24
13650npm info postinstall fstream@0.1.24
13651npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/fstream-npm
13652npm info build /usr/lib/node_modules/npm/node_modules/fstream-npm
13653npm info preinstall fstream-npm@0.1.5
13654npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13655npm info linkStuff fstream-npm@0.1.5
13656npm verb linkBins fstream-npm@0.1.5
13657npm verb linkMans fstream-npm@0.1.5
13658npm verb rebuildBundles fstream-npm@0.1.5
13659npm verb rebuildBundles [ 'fstream-ignore' ]
13660npm info install fstream-npm@0.1.5
13661npm info postinstall fstream-npm@0.1.5
13662npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/glob
13663npm info build /usr/lib/node_modules/npm/node_modules/glob
13664npm info preinstall glob@3.2.6
13665npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13666npm info linkStuff glob@3.2.6
13667npm verb linkBins glob@3.2.6
13668npm verb linkMans glob@3.2.6
13669npm verb rebuildBundles glob@3.2.6
13670npm verb rebuildBundles [ 'minimatch', 'path-is-absolute' ]
13671npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute
13672npm info build /usr/lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute
13673npm info preinstall path-is-absolute@1.0.0
13674npm verb linkStuff [ false,
13675npm verb linkStuff false,
13676npm verb linkStuff false,
13677npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/glob/node_modules' ]
13678npm info linkStuff path-is-absolute@1.0.0
13679npm verb linkBins path-is-absolute@1.0.0
13680npm verb linkMans path-is-absolute@1.0.0
13681npm verb rebuildBundles path-is-absolute@1.0.0
13682npm info install path-is-absolute@1.0.0
13683npm info postinstall path-is-absolute@1.0.0
13684npm info install glob@3.2.6
13685npm info postinstall glob@3.2.6
13686npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/graceful-fs
13687npm info build /usr/lib/node_modules/npm/node_modules/graceful-fs
13688npm info preinstall graceful-fs@2.0.0
13689npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13690npm info linkStuff graceful-fs@2.0.0
13691npm verb linkBins graceful-fs@2.0.0
13692npm verb linkMans graceful-fs@2.0.0
13693npm verb rebuildBundles graceful-fs@2.0.0
13694npm info install graceful-fs@2.0.0
13695npm info postinstall graceful-fs@2.0.0
13696npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/has-unicode
13697npm info build /usr/lib/node_modules/npm/node_modules/has-unicode
13698npm info preinstall has-unicode@1.0.1
13699npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13700npm info linkStuff has-unicode@1.0.1
13701npm verb linkBins has-unicode@1.0.1
13702npm verb linkMans has-unicode@1.0.1
13703npm verb rebuildBundles has-unicode@1.0.1
13704npm info install has-unicode@1.0.1
13705npm info postinstall has-unicode@1.0.1
13706npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/hosted-git-info
13707npm info build /usr/lib/node_modules/npm/node_modules/hosted-git-info
13708npm info preinstall hosted-git-info@2.1.4
13709npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13710npm info linkStuff hosted-git-info@2.1.4
13711npm verb linkBins hosted-git-info@2.1.4
13712npm verb linkMans hosted-git-info@2.1.4
13713npm verb rebuildBundles hosted-git-info@2.1.4
13714npm info install hosted-git-info@2.1.4
13715npm info postinstall hosted-git-info@2.1.4
13716npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/iferr
13717npm info build /usr/lib/node_modules/npm/node_modules/iferr
13718npm info preinstall iferr@0.1.5
13719npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13720npm info linkStuff iferr@0.1.5
13721npm verb linkBins iferr@0.1.5
13722npm verb linkMans iferr@0.1.5
13723npm verb rebuildBundles iferr@0.1.5
13724npm info install iferr@0.1.5
13725npm info postinstall iferr@0.1.5
13726npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/imurmurhash
13727npm info build /usr/lib/node_modules/npm/node_modules/imurmurhash
13728npm info preinstall imurmurhash@0.1.4
13729npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13730npm info linkStuff imurmurhash@0.1.4
13731npm verb linkBins imurmurhash@0.1.4
13732npm verb linkMans imurmurhash@0.1.4
13733npm verb rebuildBundles imurmurhash@0.1.4
13734npm info install imurmurhash@0.1.4
13735npm info postinstall imurmurhash@0.1.4
13736npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/inflight
13737npm info build /usr/lib/node_modules/npm/node_modules/inflight
13738npm info preinstall inflight@1.0.4
13739npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13740npm info linkStuff inflight@1.0.4
13741npm verb linkBins inflight@1.0.4
13742npm verb linkMans inflight@1.0.4
13743npm verb rebuildBundles inflight@1.0.4
13744npm info install inflight@1.0.4
13745npm info postinstall inflight@1.0.4
13746npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/inherits
13747npm info build /usr/lib/node_modules/npm/node_modules/inherits
13748npm info preinstall inherits@2.0.1
13749npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13750npm info linkStuff inherits@2.0.1
13751npm verb linkBins inherits@2.0.1
13752npm verb linkMans inherits@2.0.1
13753npm verb rebuildBundles inherits@2.0.1
13754npm info install inherits@2.0.1
13755npm info postinstall inherits@2.0.1
13756npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/ini
13757npm info build /usr/lib/node_modules/npm/node_modules/ini
13758npm info preinstall ini@1.1.0
13759npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13760npm info linkStuff ini@1.1.0
13761npm verb linkBins ini@1.1.0
13762npm verb linkMans ini@1.1.0
13763npm verb rebuildBundles ini@1.1.0
13764npm info install ini@1.1.0
13765npm info postinstall ini@1.1.0
13766npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/init-package-json
13767npm info build /usr/lib/node_modules/npm/node_modules/init-package-json
13768npm info preinstall init-package-json@0.0.10
13769npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13770npm info linkStuff init-package-json@0.0.10
13771npm verb linkBins init-package-json@0.0.10
13772npm verb linkMans init-package-json@0.0.10
13773npm verb rebuildBundles init-package-json@0.0.10
13774npm verb rebuildBundles [ 'promzard' ]
13775npm info install init-package-json@0.0.10
13776npm info postinstall init-package-json@0.0.10
13777npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lockfile
13778npm info build /usr/lib/node_modules/npm/node_modules/lockfile
13779npm info preinstall lockfile@0.4.2
13780npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13781npm info linkStuff lockfile@0.4.2
13782npm verb linkBins lockfile@0.4.2
13783npm verb linkMans lockfile@0.4.2
13784npm verb rebuildBundles lockfile@0.4.2
13785npm info install lockfile@0.4.2
13786npm info postinstall lockfile@0.4.2
13787npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._baseindexof
13788npm info build /usr/lib/node_modules/npm/node_modules/lodash._baseindexof
13789npm info preinstall lodash._baseindexof@3.1.0
13790npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13791npm info linkStuff lodash._baseindexof@3.1.0
13792npm verb linkBins lodash._baseindexof@3.1.0
13793npm verb linkMans lodash._baseindexof@3.1.0
13794npm verb rebuildBundles lodash._baseindexof@3.1.0
13795npm info install lodash._baseindexof@3.1.0
13796npm info postinstall lodash._baseindexof@3.1.0
13797npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._baseuniq
13798npm info build /usr/lib/node_modules/npm/node_modules/lodash._baseuniq
13799npm info preinstall lodash._baseuniq@3.0.3
13800npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13801npm info linkStuff lodash._baseuniq@3.0.3
13802npm verb linkBins lodash._baseuniq@3.0.3
13803npm verb linkMans lodash._baseuniq@3.0.3
13804npm verb rebuildBundles lodash._baseuniq@3.0.3
13805npm info install lodash._baseuniq@3.0.3
13806npm info postinstall lodash._baseuniq@3.0.3
13807npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._bindcallback
13808npm info build /usr/lib/node_modules/npm/node_modules/lodash._bindcallback
13809npm info preinstall lodash._bindcallback@3.0.1
13810npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13811npm info linkStuff lodash._bindcallback@3.0.1
13812npm verb linkBins lodash._bindcallback@3.0.1
13813npm verb linkMans lodash._bindcallback@3.0.1
13814npm verb rebuildBundles lodash._bindcallback@3.0.1
13815npm info install lodash._bindcallback@3.0.1
13816npm info postinstall lodash._bindcallback@3.0.1
13817npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._cacheindexof
13818npm info build /usr/lib/node_modules/npm/node_modules/lodash._cacheindexof
13819npm info preinstall lodash._cacheindexof@3.0.2
13820npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13821npm info linkStuff lodash._cacheindexof@3.0.2
13822npm verb linkBins lodash._cacheindexof@3.0.2
13823npm verb linkMans lodash._cacheindexof@3.0.2
13824npm verb rebuildBundles lodash._cacheindexof@3.0.2
13825npm info install lodash._cacheindexof@3.0.2
13826npm info postinstall lodash._cacheindexof@3.0.2
13827npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._createcache
13828npm info build /usr/lib/node_modules/npm/node_modules/lodash._createcache
13829npm info preinstall lodash._createcache@3.1.2
13830npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13831npm info linkStuff lodash._createcache@3.1.2
13832npm verb linkBins lodash._createcache@3.1.2
13833npm verb linkMans lodash._createcache@3.1.2
13834npm verb rebuildBundles lodash._createcache@3.1.2
13835npm info install lodash._createcache@3.1.2
13836npm info postinstall lodash._createcache@3.1.2
13837npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash._getnative
13838npm info build /usr/lib/node_modules/npm/node_modules/lodash._getnative
13839npm info preinstall lodash._getnative@3.9.1
13840npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13841npm info linkStuff lodash._getnative@3.9.1
13842npm verb linkBins lodash._getnative@3.9.1
13843npm verb linkMans lodash._getnative@3.9.1
13844npm verb rebuildBundles lodash._getnative@3.9.1
13845npm info install lodash._getnative@3.9.1
13846npm info postinstall lodash._getnative@3.9.1
13847npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.clonedeep
13848npm info build /usr/lib/node_modules/npm/node_modules/lodash.clonedeep
13849npm info preinstall lodash.clonedeep@3.0.2
13850npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13851npm info linkStuff lodash.clonedeep@3.0.2
13852npm verb linkBins lodash.clonedeep@3.0.2
13853npm verb linkMans lodash.clonedeep@3.0.2
13854npm verb rebuildBundles lodash.clonedeep@3.0.2
13855npm verb rebuildBundles [ 'lodash._baseclone' ]
13856npm info install lodash.clonedeep@3.0.2
13857npm info postinstall lodash.clonedeep@3.0.2
13858npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.isarguments
13859npm info build /usr/lib/node_modules/npm/node_modules/lodash.isarguments
13860npm info preinstall lodash.isarguments@3.0.4
13861npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13862npm info linkStuff lodash.isarguments@3.0.4
13863npm verb linkBins lodash.isarguments@3.0.4
13864npm verb linkMans lodash.isarguments@3.0.4
13865npm verb rebuildBundles lodash.isarguments@3.0.4
13866npm info install lodash.isarguments@3.0.4
13867npm info postinstall lodash.isarguments@3.0.4
13868npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.isarray
13869npm info build /usr/lib/node_modules/npm/node_modules/lodash.isarray
13870npm info preinstall lodash.isarray@3.0.4
13871npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13872npm info linkStuff lodash.isarray@3.0.4
13873npm verb linkBins lodash.isarray@3.0.4
13874npm verb linkMans lodash.isarray@3.0.4
13875npm verb rebuildBundles lodash.isarray@3.0.4
13876npm info install lodash.isarray@3.0.4
13877npm info postinstall lodash.isarray@3.0.4
13878npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.keys
13879npm info build /usr/lib/node_modules/npm/node_modules/lodash.keys
13880npm info preinstall lodash.keys@3.1.2
13881npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13882npm info linkStuff lodash.keys@3.1.2
13883npm verb linkBins lodash.keys@3.1.2
13884npm verb linkMans lodash.keys@3.1.2
13885npm verb rebuildBundles lodash.keys@3.1.2
13886npm info install lodash.keys@3.1.2
13887npm info postinstall lodash.keys@3.1.2
13888npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.restparam
13889npm info build /usr/lib/node_modules/npm/node_modules/lodash.restparam
13890npm info preinstall lodash.restparam@3.6.1
13891npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13892npm info linkStuff lodash.restparam@3.6.1
13893npm verb linkBins lodash.restparam@3.6.1
13894npm verb linkMans lodash.restparam@3.6.1
13895npm verb rebuildBundles lodash.restparam@3.6.1
13896npm info install lodash.restparam@3.6.1
13897npm info postinstall lodash.restparam@3.6.1
13898npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.union
13899npm info build /usr/lib/node_modules/npm/node_modules/lodash.union
13900npm info preinstall lodash.union@3.1.0
13901npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13902npm info linkStuff lodash.union@3.1.0
13903npm verb linkBins lodash.union@3.1.0
13904npm verb linkMans lodash.union@3.1.0
13905npm verb rebuildBundles lodash.union@3.1.0
13906npm verb rebuildBundles [ 'lodash._baseflatten' ]
13907npm info install lodash.union@3.1.0
13908npm info postinstall lodash.union@3.1.0
13909npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.uniq
13910npm info build /usr/lib/node_modules/npm/node_modules/lodash.uniq
13911npm info preinstall lodash.uniq@3.2.2
13912npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13913npm info linkStuff lodash.uniq@3.2.2
13914npm verb linkBins lodash.uniq@3.2.2
13915npm verb linkMans lodash.uniq@3.2.2
13916npm verb rebuildBundles lodash.uniq@3.2.2
13917npm verb rebuildBundles [ 'lodash._basecallback', 'lodash._isiterateecall' ]
13918npm info install lodash.uniq@3.2.2
13919npm info postinstall lodash.uniq@3.2.2
13920npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/lodash.without
13921npm info build /usr/lib/node_modules/npm/node_modules/lodash.without
13922npm info preinstall lodash.without@3.2.1
13923npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13924npm info linkStuff lodash.without@3.2.1
13925npm verb linkBins lodash.without@3.2.1
13926npm verb linkMans lodash.without@3.2.1
13927npm verb rebuildBundles lodash.without@3.2.1
13928npm verb rebuildBundles [ 'lodash._basedifference' ]
13929npm info install lodash.without@3.2.1
13930npm info postinstall lodash.without@3.2.1
13931npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/mkdirp
13932npm info build /usr/lib/node_modules/npm/node_modules/mkdirp
13933npm info preinstall mkdirp@0.3.5
13934npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13935npm info linkStuff mkdirp@0.3.5
13936npm verb linkBins mkdirp@0.3.5
13937npm verb linkMans mkdirp@0.3.5
13938npm verb rebuildBundles mkdirp@0.3.5
13939npm verb rebuildBundles [ 'minimist' ]
13940npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist
13941npm info build /usr/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist
13942npm info preinstall minimist@0.0.8
13943npm verb linkStuff [ false,
13944npm verb linkStuff false,
13945npm verb linkStuff false,
13946npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/mkdirp/node_modules' ]
13947npm info linkStuff minimist@0.0.8
13948npm verb linkBins minimist@0.0.8
13949npm verb linkMans minimist@0.0.8
13950npm verb rebuildBundles minimist@0.0.8
13951npm info install minimist@0.0.8
13952npm info postinstall minimist@0.0.8
13953npm info install mkdirp@0.3.5
13954npm info postinstall mkdirp@0.3.5
13955npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/node-gyp
13956npm info build /usr/lib/node_modules/npm/node_modules/node-gyp
13957npm info preinstall node-gyp@3.2.1
13958npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13959npm info linkStuff node-gyp@3.2.1
13960npm verb linkBins node-gyp@3.2.1
13961npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' },
13962npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
13963npm verb link bins false ]
13964npm verb linkMans node-gyp@3.2.1
13965npm verb rebuildBundles node-gyp@3.2.1
13966npm verb rebuildBundles [ 'glob', 'minimatch', 'npmlog', 'path-array' ]
13967npm info install node-gyp@3.2.1
13968npm info postinstall node-gyp@3.2.1
13969npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/nopt
13970npm info build /usr/lib/node_modules/npm/node_modules/nopt
13971npm info preinstall nopt@2.1.2
13972npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13973npm info linkStuff nopt@2.1.2
13974npm verb linkBins nopt@2.1.2
13975npm verb link bins [ { nopt: './bin/nopt.js' },
13976npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
13977npm verb link bins false ]
13978npm verb linkMans nopt@2.1.2
13979npm verb rebuildBundles nopt@2.1.2
13980npm info install nopt@2.1.2
13981npm info postinstall nopt@2.1.2
13982npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/normalize-git-url
13983npm info build /usr/lib/node_modules/npm/node_modules/normalize-git-url
13984npm info preinstall normalize-git-url@3.0.1
13985npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13986npm info linkStuff normalize-git-url@3.0.1
13987npm verb linkBins normalize-git-url@3.0.1
13988npm verb linkMans normalize-git-url@3.0.1
13989npm verb rebuildBundles normalize-git-url@3.0.1
13990npm info install normalize-git-url@3.0.1
13991npm info postinstall normalize-git-url@3.0.1
13992npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/normalize-package-data
13993npm info build /usr/lib/node_modules/npm/node_modules/normalize-package-data
13994npm info preinstall normalize-package-data@2.3.5
13995npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
13996npm info linkStuff normalize-package-data@2.3.5
13997npm verb linkBins normalize-package-data@2.3.5
13998npm verb linkMans normalize-package-data@2.3.5
13999npm verb rebuildBundles normalize-package-data@2.3.5
14000npm verb rebuildBundles [ 'is-builtin-module' ]
14001npm info install normalize-package-data@2.3.5
14002npm info postinstall normalize-package-data@2.3.5
14003npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-cache-filename
14004npm info build /usr/lib/node_modules/npm/node_modules/npm-cache-filename
14005npm info preinstall npm-cache-filename@1.0.2
14006npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14007npm info linkStuff npm-cache-filename@1.0.2
14008npm verb linkBins npm-cache-filename@1.0.2
14009npm verb linkMans npm-cache-filename@1.0.2
14010npm verb rebuildBundles npm-cache-filename@1.0.2
14011npm info install npm-cache-filename@1.0.2
14012npm info postinstall npm-cache-filename@1.0.2
14013npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-install-checks
14014npm info build /usr/lib/node_modules/npm/node_modules/npm-install-checks
14015npm info preinstall npm-install-checks@2.0.1
14016npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14017npm info linkStuff npm-install-checks@2.0.1
14018npm verb linkBins npm-install-checks@2.0.1
14019npm verb linkMans npm-install-checks@2.0.1
14020npm verb rebuildBundles npm-install-checks@2.0.1
14021npm verb rebuildBundles [ 'npmlog' ]
14022npm info install npm-install-checks@2.0.1
14023npm info postinstall npm-install-checks@2.0.1
14024npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-package-arg
14025npm info build /usr/lib/node_modules/npm/node_modules/npm-package-arg
14026npm info preinstall npm-package-arg@4.1.0
14027npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14028npm info linkStuff npm-package-arg@4.1.0
14029npm verb linkBins npm-package-arg@4.1.0
14030npm verb linkMans npm-package-arg@4.1.0
14031npm verb rebuildBundles npm-package-arg@4.1.0
14032npm info install npm-package-arg@4.1.0
14033npm info postinstall npm-package-arg@4.1.0
14034npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-registry-client
14035npm info build /usr/lib/node_modules/npm/node_modules/npm-registry-client
14036npm info preinstall npm-registry-client@0.2.28
14037npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14038npm info linkStuff npm-registry-client@0.2.28
14039npm verb linkBins npm-registry-client@0.2.28
14040npm verb linkMans npm-registry-client@0.2.28
14041npm verb rebuildBundles npm-registry-client@0.2.28
14042npm verb rebuildBundles [ 'concat-stream' ]
14043npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream
14044npm info build /usr/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream
14045npm info preinstall concat-stream@1.5.1
14046npm verb linkStuff [ false,
14047npm verb linkStuff false,
14048npm verb linkStuff false,
14049npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/npm-registry-client/node_modules' ]
14050npm info linkStuff concat-stream@1.5.1
14051npm verb linkBins concat-stream@1.5.1
14052npm verb linkMans concat-stream@1.5.1
14053npm verb rebuildBundles concat-stream@1.5.1
14054npm verb rebuildBundles [ 'readable-stream', 'typedarray' ]
14055npm info install concat-stream@1.5.1
14056npm info postinstall concat-stream@1.5.1
14057npm info install npm-registry-client@0.2.28
14058npm info postinstall npm-registry-client@0.2.28
14059npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npm-user-validate
14060npm info build /usr/lib/node_modules/npm/node_modules/npm-user-validate
14061npm info preinstall npm-user-validate@0.0.3
14062npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14063npm info linkStuff npm-user-validate@0.0.3
14064npm verb linkBins npm-user-validate@0.0.3
14065npm verb linkMans npm-user-validate@0.0.3
14066npm verb rebuildBundles npm-user-validate@0.0.3
14067npm info install npm-user-validate@0.0.3
14068npm info postinstall npm-user-validate@0.0.3
14069npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npmlog
14070npm info build /usr/lib/node_modules/npm/node_modules/npmlog
14071npm info preinstall npmlog@0.0.4
14072npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14073npm info linkStuff npmlog@0.0.4
14074npm verb linkBins npmlog@0.0.4
14075npm verb linkMans npmlog@0.0.4
14076npm verb rebuildBundles npmlog@0.0.4
14077npm verb rebuildBundles [ 'ansi', 'are-we-there-yet', 'gauge' ]
14078npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet
14079npm info build /usr/lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet
14080npm info preinstall are-we-there-yet@1.0.4
14081npm verb linkStuff [ false,
14082npm verb linkStuff false,
14083npm verb linkStuff false,
14084npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/npmlog/node_modules' ]
14085npm info linkStuff are-we-there-yet@1.0.4
14086npm verb linkBins are-we-there-yet@1.0.4
14087npm verb linkMans are-we-there-yet@1.0.4
14088npm verb rebuildBundles are-we-there-yet@1.0.4
14089npm verb rebuildBundles [ 'delegates', 'readable-stream' ]
14090npm info install are-we-there-yet@1.0.4
14091npm info postinstall are-we-there-yet@1.0.4
14092npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/npmlog/node_modules/gauge
14093npm info build /usr/lib/node_modules/npm/node_modules/npmlog/node_modules/gauge
14094npm info preinstall gauge@1.2.2
14095npm verb linkStuff [ false,
14096npm verb linkStuff false,
14097npm verb linkStuff false,
14098npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/npmlog/node_modules' ]
14099npm info linkStuff gauge@1.2.2
14100npm verb linkBins gauge@1.2.2
14101npm verb linkMans gauge@1.2.2
14102npm verb rebuildBundles gauge@1.2.2
14103npm verb rebuildBundles [ 'lodash.pad', 'lodash.padleft', 'lodash.padright' ]
14104npm info install gauge@1.2.2
14105npm info postinstall gauge@1.2.2
14106npm info install npmlog@0.0.4
14107npm info postinstall npmlog@0.0.4
14108npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/once
14109npm info build /usr/lib/node_modules/npm/node_modules/once
14110npm info preinstall once@1.1.1
14111npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14112npm info linkStuff once@1.1.1
14113npm verb linkBins once@1.1.1
14114npm verb linkMans once@1.1.1
14115npm verb rebuildBundles once@1.1.1
14116npm info install once@1.1.1
14117npm info postinstall once@1.1.1
14118npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/opener
14119npm info build /usr/lib/node_modules/npm/node_modules/opener
14120npm info preinstall opener@1.3.0
14121npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14122npm info linkStuff opener@1.3.0
14123npm verb linkBins opener@1.3.0
14124npm verb link bins [ { opener: 'opener.js' },
14125npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
14126npm verb link bins false ]
14127npm verb linkMans opener@1.3.0
14128npm verb rebuildBundles opener@1.3.0
14129npm info install opener@1.3.0
14130npm info postinstall opener@1.3.0
14131npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/osenv
14132npm info build /usr/lib/node_modules/npm/node_modules/osenv
14133npm info preinstall osenv@0.0.3
14134npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14135npm info linkStuff osenv@0.0.3
14136npm verb linkBins osenv@0.0.3
14137npm verb linkMans osenv@0.0.3
14138npm verb rebuildBundles osenv@0.0.3
14139npm verb rebuildBundles [ 'os-homedir', 'os-tmpdir' ]
14140npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir
14141npm info build /usr/lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir
14142npm info preinstall os-homedir@1.0.1
14143npm verb linkStuff [ false,
14144npm verb linkStuff false,
14145npm verb linkStuff false,
14146npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/osenv/node_modules' ]
14147npm info linkStuff os-homedir@1.0.1
14148npm verb linkBins os-homedir@1.0.1
14149npm verb linkMans os-homedir@1.0.1
14150npm verb rebuildBundles os-homedir@1.0.1
14151npm info install os-homedir@1.0.1
14152npm info postinstall os-homedir@1.0.1
14153npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir
14154npm info build /usr/lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir
14155npm info preinstall os-tmpdir@1.0.1
14156npm verb linkStuff [ false,
14157npm verb linkStuff false,
14158npm verb linkStuff false,
14159npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/osenv/node_modules' ]
14160npm info linkStuff os-tmpdir@1.0.1
14161npm verb linkBins os-tmpdir@1.0.1
14162npm verb linkMans os-tmpdir@1.0.1
14163npm verb rebuildBundles os-tmpdir@1.0.1
14164npm info install os-tmpdir@1.0.1
14165npm info postinstall os-tmpdir@1.0.1
14166npm info install osenv@0.0.3
14167npm info postinstall osenv@0.0.3
14168npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/path-is-inside
14169npm info build /usr/lib/node_modules/npm/node_modules/path-is-inside
14170npm info preinstall path-is-inside@1.0.1
14171npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14172npm info linkStuff path-is-inside@1.0.1
14173npm verb linkBins path-is-inside@1.0.1
14174npm verb linkMans path-is-inside@1.0.1
14175npm verb rebuildBundles path-is-inside@1.0.1
14176npm info install path-is-inside@1.0.1
14177npm info postinstall path-is-inside@1.0.1
14178npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read
14179npm info build /usr/lib/node_modules/npm/node_modules/read
14180npm info preinstall read@1.0.5
14181npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14182npm info linkStuff read@1.0.5
14183npm verb linkBins read@1.0.5
14184npm verb linkMans read@1.0.5
14185npm verb rebuildBundles read@1.0.5
14186npm verb rebuildBundles [ 'mute-stream' ]
14187npm info install read@1.0.5
14188npm info postinstall read@1.0.5
14189npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-cmd-shim
14190npm info build /usr/lib/node_modules/npm/node_modules/read-cmd-shim
14191npm info preinstall read-cmd-shim@1.0.1
14192npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14193npm info linkStuff read-cmd-shim@1.0.1
14194npm verb linkBins read-cmd-shim@1.0.1
14195npm verb linkMans read-cmd-shim@1.0.1
14196npm verb rebuildBundles read-cmd-shim@1.0.1
14197npm info install read-cmd-shim@1.0.1
14198npm info postinstall read-cmd-shim@1.0.1
14199npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-installed
14200npm info build /usr/lib/node_modules/npm/node_modules/read-installed
14201npm info preinstall read-installed@0.2.4
14202npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14203npm info linkStuff read-installed@0.2.4
14204npm verb linkBins read-installed@0.2.4
14205npm verb linkMans read-installed@0.2.4
14206npm verb rebuildBundles read-installed@0.2.4
14207npm verb rebuildBundles [ 'util-extend' ]
14208npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend
14209npm info build /usr/lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend
14210npm info preinstall util-extend@1.0.1
14211npm verb linkStuff [ false,
14212npm verb linkStuff false,
14213npm verb linkStuff false,
14214npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/read-installed/node_modules' ]
14215npm info linkStuff util-extend@1.0.1
14216npm verb linkBins util-extend@1.0.1
14217npm verb linkMans util-extend@1.0.1
14218npm verb rebuildBundles util-extend@1.0.1
14219npm info install util-extend@1.0.1
14220npm info postinstall util-extend@1.0.1
14221npm info install read-installed@0.2.4
14222npm info postinstall read-installed@0.2.4
14223npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-package-json
14224npm info build /usr/lib/node_modules/npm/node_modules/read-package-json
14225npm info preinstall read-package-json@1.1.3
14226npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14227npm info linkStuff read-package-json@1.1.3
14228npm verb linkBins read-package-json@1.1.3
14229npm verb linkMans read-package-json@1.1.3
14230npm verb rebuildBundles read-package-json@1.1.3
14231npm verb rebuildBundles [ 'json-parse-helpfulerror' ]
14232npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror
14233npm info build /usr/lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror
14234npm info preinstall json-parse-helpfulerror@1.0.3
14235npm verb linkStuff [ false,
14236npm verb linkStuff false,
14237npm verb linkStuff false,
14238npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/read-package-json/node_modules' ]
14239npm info linkStuff json-parse-helpfulerror@1.0.3
14240npm verb linkBins json-parse-helpfulerror@1.0.3
14241npm verb linkMans json-parse-helpfulerror@1.0.3
14242npm verb rebuildBundles json-parse-helpfulerror@1.0.3
14243npm verb rebuildBundles [ 'jju' ]
14244npm info install json-parse-helpfulerror@1.0.3
14245npm info postinstall json-parse-helpfulerror@1.0.3
14246npm info install read-package-json@1.1.3
14247npm info postinstall read-package-json@1.1.3
14248npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/read-package-tree
14249npm info build /usr/lib/node_modules/npm/node_modules/read-package-tree
14250npm info preinstall read-package-tree@5.1.2
14251npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14252npm info linkStuff read-package-tree@5.1.2
14253npm verb linkBins read-package-tree@5.1.2
14254npm verb linkMans read-package-tree@5.1.2
14255npm verb rebuildBundles read-package-tree@5.1.2
14256npm info install read-package-tree@5.1.2
14257npm info postinstall read-package-tree@5.1.2
14258npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/readdir-scoped-modules
14259npm info build /usr/lib/node_modules/npm/node_modules/readdir-scoped-modules
14260npm info preinstall readdir-scoped-modules@1.0.2
14261npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14262npm info linkStuff readdir-scoped-modules@1.0.2
14263npm verb linkBins readdir-scoped-modules@1.0.2
14264npm verb linkMans readdir-scoped-modules@1.0.2
14265npm verb rebuildBundles readdir-scoped-modules@1.0.2
14266npm info install readdir-scoped-modules@1.0.2
14267npm info postinstall readdir-scoped-modules@1.0.2
14268npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/realize-package-specifier
14269npm info build /usr/lib/node_modules/npm/node_modules/realize-package-specifier
14270npm info preinstall realize-package-specifier@3.0.1
14271npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14272npm info linkStuff realize-package-specifier@3.0.1
14273npm verb linkBins realize-package-specifier@3.0.1
14274npm verb linkMans realize-package-specifier@3.0.1
14275npm verb rebuildBundles realize-package-specifier@3.0.1
14276npm info install realize-package-specifier@3.0.1
14277npm info postinstall realize-package-specifier@3.0.1
14278npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request
14279npm info build /usr/lib/node_modules/npm/node_modules/request
14280npm info preinstall request@2.25.0
14281npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14282npm info linkStuff request@2.25.0
14283npm verb linkBins request@2.25.0
14284npm verb linkMans request@2.25.0
14285npm verb rebuildBundles request@2.25.0
14286npm verb rebuildBundles [ 'aws-sign2',
14287npm verb rebuildBundles 'bl',
14288npm verb rebuildBundles 'caseless',
14289npm verb rebuildBundles 'combined-stream',
14290npm verb rebuildBundles 'extend',
14291npm verb rebuildBundles 'forever-agent',
14292npm verb rebuildBundles 'form-data',
14293npm verb rebuildBundles 'har-validator',
14294npm verb rebuildBundles 'hawk',
14295npm verb rebuildBundles 'http-signature',
14296npm verb rebuildBundles 'isstream',
14297npm verb rebuildBundles 'json-stringify-safe',
14298npm verb rebuildBundles 'mime-types',
14299npm verb rebuildBundles 'node-uuid',
14300npm verb rebuildBundles 'oauth-sign',
14301npm verb rebuildBundles 'qs',
14302npm verb rebuildBundles 'stringstream',
14303npm verb rebuildBundles 'tough-cookie',
14304npm verb rebuildBundles 'tunnel-agent' ]
14305npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/aws-sign2
14306npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/aws-sign2
14307npm info preinstall aws-sign2@0.6.0
14308npm verb linkStuff [ false,
14309npm verb linkStuff false,
14310npm verb linkStuff false,
14311npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14312npm info linkStuff aws-sign2@0.6.0
14313npm verb linkBins aws-sign2@0.6.0
14314npm verb linkMans aws-sign2@0.6.0
14315npm verb rebuildBundles aws-sign2@0.6.0
14316npm info install aws-sign2@0.6.0
14317npm info postinstall aws-sign2@0.6.0
14318npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/bl
14319npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/bl
14320npm info preinstall bl@1.0.0
14321npm verb linkStuff [ false,
14322npm verb linkStuff false,
14323npm verb linkStuff false,
14324npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14325npm info linkStuff bl@1.0.0
14326npm verb linkBins bl@1.0.0
14327npm verb linkMans bl@1.0.0
14328npm verb rebuildBundles bl@1.0.0
14329npm verb rebuildBundles [ 'readable-stream' ]
14330npm info install bl@1.0.0
14331npm info postinstall bl@1.0.0
14332npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/caseless
14333npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/caseless
14334npm info preinstall caseless@0.11.0
14335npm verb linkStuff [ false,
14336npm verb linkStuff false,
14337npm verb linkStuff false,
14338npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14339npm info linkStuff caseless@0.11.0
14340npm verb linkBins caseless@0.11.0
14341npm verb linkMans caseless@0.11.0
14342npm verb rebuildBundles caseless@0.11.0
14343npm info install caseless@0.11.0
14344npm info postinstall caseless@0.11.0
14345npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/combined-stream
14346npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/combined-stream
14347npm info preinstall combined-stream@1.0.5
14348npm verb linkStuff [ false,
14349npm verb linkStuff false,
14350npm verb linkStuff false,
14351npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14352npm info linkStuff combined-stream@1.0.5
14353npm verb linkBins combined-stream@1.0.5
14354npm verb linkMans combined-stream@1.0.5
14355npm verb rebuildBundles combined-stream@1.0.5
14356npm verb rebuildBundles [ 'delayed-stream' ]
14357npm info install combined-stream@1.0.5
14358npm info postinstall combined-stream@1.0.5
14359npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/extend
14360npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/extend
14361npm info preinstall extend@3.0.0
14362npm verb linkStuff [ false,
14363npm verb linkStuff false,
14364npm verb linkStuff false,
14365npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14366npm info linkStuff extend@3.0.0
14367npm verb linkBins extend@3.0.0
14368npm verb linkMans extend@3.0.0
14369npm verb rebuildBundles extend@3.0.0
14370npm info install extend@3.0.0
14371npm info postinstall extend@3.0.0
14372npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/har-validator
14373npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/har-validator
14374npm info preinstall har-validator@2.0.2
14375npm verb linkStuff [ false,
14376npm verb linkStuff false,
14377npm verb linkStuff false,
14378npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14379npm info linkStuff har-validator@2.0.2
14380npm verb linkBins har-validator@2.0.2
14381npm verb link bins [ { 'har-validator': 'bin/har-validator' },
14382npm verb link bins '/usr/lib/node_modules/npm/node_modules/request/node_modules/.bin',
14383npm verb link bins false ]
14384npm verb linkMans har-validator@2.0.2
14385npm verb rebuildBundles har-validator@2.0.2
14386npm verb rebuildBundles [ 'chalk', 'commander', 'is-my-json-valid', 'pinkie-promise' ]
14387npm info install har-validator@2.0.2
14388npm info postinstall har-validator@2.0.2
14389npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/isstream
14390npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/isstream
14391npm info preinstall isstream@0.1.2
14392npm verb linkStuff [ false,
14393npm verb linkStuff false,
14394npm verb linkStuff false,
14395npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14396npm info linkStuff isstream@0.1.2
14397npm verb linkBins isstream@0.1.2
14398npm verb linkMans isstream@0.1.2
14399npm verb rebuildBundles isstream@0.1.2
14400npm info install isstream@0.1.2
14401npm info postinstall isstream@0.1.2
14402npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/mime-types
14403npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/mime-types
14404npm info preinstall mime-types@2.1.7
14405npm verb linkStuff [ false,
14406npm verb linkStuff false,
14407npm verb linkStuff false,
14408npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14409npm info linkStuff mime-types@2.1.7
14410npm verb linkBins mime-types@2.1.7
14411npm verb linkMans mime-types@2.1.7
14412npm verb rebuildBundles mime-types@2.1.7
14413npm verb rebuildBundles [ 'mime-db' ]
14414npm info install mime-types@2.1.7
14415npm info postinstall mime-types@2.1.7
14416npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/stringstream
14417npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/stringstream
14418npm info preinstall stringstream@0.0.4
14419npm verb linkStuff [ false,
14420npm verb linkStuff false,
14421npm verb linkStuff false,
14422npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14423npm info linkStuff stringstream@0.0.4
14424npm verb linkBins stringstream@0.0.4
14425npm verb linkMans stringstream@0.0.4
14426npm verb rebuildBundles stringstream@0.0.4
14427npm info install stringstream@0.0.4
14428npm info postinstall stringstream@0.0.4
14429npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/request/node_modules/tough-cookie
14430npm info build /usr/lib/node_modules/npm/node_modules/request/node_modules/tough-cookie
14431npm info preinstall tough-cookie@2.2.0
14432npm verb linkStuff [ false,
14433npm verb linkStuff false,
14434npm verb linkStuff false,
14435npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/request/node_modules' ]
14436npm info linkStuff tough-cookie@2.2.0
14437npm verb linkBins tough-cookie@2.2.0
14438npm verb linkMans tough-cookie@2.2.0
14439npm verb rebuildBundles tough-cookie@2.2.0
14440npm info install tough-cookie@2.2.0
14441npm info postinstall tough-cookie@2.2.0
14442npm info install request@2.25.0
14443npm info postinstall request@2.25.0
14444npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/retry
14445npm info build /usr/lib/node_modules/npm/node_modules/retry
14446npm info preinstall retry@0.6.0
14447npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14448npm info linkStuff retry@0.6.0
14449npm verb linkBins retry@0.6.0
14450npm verb linkMans retry@0.6.0
14451npm verb rebuildBundles retry@0.6.0
14452npm info install retry@0.6.0
14453npm info postinstall retry@0.6.0
14454npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/rimraf
14455npm info build /usr/lib/node_modules/npm/node_modules/rimraf
14456npm info preinstall rimraf@2.2.2
14457npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14458npm info linkStuff rimraf@2.2.2
14459npm verb linkBins rimraf@2.2.2
14460npm verb link bins [ { rimraf: './bin.js' },
14461npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
14462npm verb link bins false ]
14463npm verb linkMans rimraf@2.2.2
14464npm verb rebuildBundles rimraf@2.2.2
14465npm info install rimraf@2.2.2
14466npm info postinstall rimraf@2.2.2
14467npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/semver
14468npm info build /usr/lib/node_modules/npm/node_modules/semver
14469npm info preinstall semver@2.1.0
14470npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14471npm info linkStuff semver@2.1.0
14472npm verb linkBins semver@2.1.0
14473npm verb link bins [ { semver: './bin/semver' },
14474npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
14475npm verb link bins false ]
14476npm verb linkMans semver@2.1.0
14477npm verb rebuildBundles semver@2.1.0
14478npm info install semver@2.1.0
14479npm info postinstall semver@2.1.0
14480npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/sha
14481npm info build /usr/lib/node_modules/npm/node_modules/sha
14482npm info preinstall sha@1.2.1
14483npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14484npm info linkStuff sha@1.2.1
14485npm verb linkBins sha@1.2.1
14486npm verb linkMans sha@1.2.1
14487npm verb rebuildBundles sha@1.2.1
14488npm verb rebuildBundles [ 'readable-stream' ]
14489npm info install sha@1.2.1
14490npm info postinstall sha@1.2.1
14491npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/slide
14492npm info build /usr/lib/node_modules/npm/node_modules/slide
14493npm info preinstall slide@1.1.5
14494npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14495npm info linkStuff slide@1.1.5
14496npm verb linkBins slide@1.1.5
14497npm verb linkMans slide@1.1.5
14498npm verb rebuildBundles slide@1.1.5
14499npm info install slide@1.1.5
14500npm info postinstall slide@1.1.5
14501npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/sorted-object
14502npm info build /usr/lib/node_modules/npm/node_modules/sorted-object
14503npm info preinstall sorted-object@1.0.0
14504npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14505npm info linkStuff sorted-object@1.0.0
14506npm verb linkBins sorted-object@1.0.0
14507npm verb linkMans sorted-object@1.0.0
14508npm verb rebuildBundles sorted-object@1.0.0
14509npm info install sorted-object@1.0.0
14510npm info postinstall sorted-object@1.0.0
14511npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/strip-ansi
14512npm info build /usr/lib/node_modules/npm/node_modules/strip-ansi
14513npm info preinstall strip-ansi@3.0.0
14514npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14515npm info linkStuff strip-ansi@3.0.0
14516npm verb linkBins strip-ansi@3.0.0
14517npm verb linkMans strip-ansi@3.0.0
14518npm verb rebuildBundles strip-ansi@3.0.0
14519npm info install strip-ansi@3.0.0
14520npm info postinstall strip-ansi@3.0.0
14521npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/tar
14522npm info build /usr/lib/node_modules/npm/node_modules/tar
14523npm info preinstall tar@0.1.18
14524npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14525npm info linkStuff tar@0.1.18
14526npm verb linkBins tar@0.1.18
14527npm verb linkMans tar@0.1.18
14528npm verb rebuildBundles tar@0.1.18
14529npm verb rebuildBundles [ 'block-stream' ]
14530npm info install tar@0.1.18
14531npm info postinstall tar@0.1.18
14532npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/text-table
14533npm info build /usr/lib/node_modules/npm/node_modules/text-table
14534npm info preinstall text-table@0.2.0
14535npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14536npm info linkStuff text-table@0.2.0
14537npm verb linkBins text-table@0.2.0
14538npm verb linkMans text-table@0.2.0
14539npm verb rebuildBundles text-table@0.2.0
14540npm info install text-table@0.2.0
14541npm info postinstall text-table@0.2.0
14542npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/uid-number
14543npm info build /usr/lib/node_modules/npm/node_modules/uid-number
14544npm info preinstall uid-number@0.0.3
14545npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14546npm info linkStuff uid-number@0.0.3
14547npm verb linkBins uid-number@0.0.3
14548npm verb linkMans uid-number@0.0.3
14549npm verb rebuildBundles uid-number@0.0.3
14550npm info install uid-number@0.0.3
14551npm info postinstall uid-number@0.0.3
14552npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/umask
14553npm info build /usr/lib/node_modules/npm/node_modules/umask
14554npm info preinstall umask@1.1.0
14555npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14556npm info linkStuff umask@1.1.0
14557npm verb linkBins umask@1.1.0
14558npm verb linkMans umask@1.1.0
14559npm verb rebuildBundles umask@1.1.0
14560npm info install umask@1.1.0
14561npm info postinstall umask@1.1.0
14562npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/unique-filename
14563npm info build /usr/lib/node_modules/npm/node_modules/unique-filename
14564npm info preinstall unique-filename@1.1.0
14565npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14566npm info linkStuff unique-filename@1.1.0
14567npm verb linkBins unique-filename@1.1.0
14568npm verb linkMans unique-filename@1.1.0
14569npm verb rebuildBundles unique-filename@1.1.0
14570npm verb rebuildBundles [ 'unique-slug' ]
14571npm info install unique-filename@1.1.0
14572npm info postinstall unique-filename@1.1.0
14573npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/unpipe
14574npm info build /usr/lib/node_modules/npm/node_modules/unpipe
14575npm info preinstall unpipe@1.0.0
14576npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14577npm info linkStuff unpipe@1.0.0
14578npm verb linkBins unpipe@1.0.0
14579npm verb linkMans unpipe@1.0.0
14580npm verb rebuildBundles unpipe@1.0.0
14581npm info install unpipe@1.0.0
14582npm info postinstall unpipe@1.0.0
14583npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/validate-npm-package-license
14584npm info build /usr/lib/node_modules/npm/node_modules/validate-npm-package-license
14585npm info preinstall validate-npm-package-license@3.0.1
14586npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14587npm info linkStuff validate-npm-package-license@3.0.1
14588npm verb linkBins validate-npm-package-license@3.0.1
14589npm verb linkMans validate-npm-package-license@3.0.1
14590npm verb rebuildBundles validate-npm-package-license@3.0.1
14591npm verb rebuildBundles [ 'spdx-correct', 'spdx-expression-parse', 'spdx-license-ids' ]
14592npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-license-ids
14593npm info build /usr/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-license-ids
14594npm info preinstall spdx-license-ids@1.0.2
14595npm verb linkStuff [ false,
14596npm verb linkStuff false,
14597npm verb linkStuff false,
14598npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules' ]
14599npm info linkStuff spdx-license-ids@1.0.2
14600npm verb linkBins spdx-license-ids@1.0.2
14601npm verb linkMans spdx-license-ids@1.0.2
14602npm verb rebuildBundles spdx-license-ids@1.0.2
14603npm info install spdx-license-ids@1.0.2
14604npm info postinstall spdx-license-ids@1.0.2
14605npm info install validate-npm-package-license@3.0.1
14606npm info postinstall validate-npm-package-license@3.0.1
14607npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/validate-npm-package-name
14608npm info build /usr/lib/node_modules/npm/node_modules/validate-npm-package-name
14609npm info preinstall validate-npm-package-name@2.2.2
14610npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14611npm info linkStuff validate-npm-package-name@2.2.2
14612npm verb linkBins validate-npm-package-name@2.2.2
14613npm verb linkMans validate-npm-package-name@2.2.2
14614npm verb rebuildBundles validate-npm-package-name@2.2.2
14615npm verb rebuildBundles [ 'builtins' ]
14616npm info install validate-npm-package-name@2.2.2
14617npm info postinstall validate-npm-package-name@2.2.2
14618npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/which
14619npm info build /usr/lib/node_modules/npm/node_modules/which
14620npm info preinstall which@1.0.5
14621npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14622npm info linkStuff which@1.0.5
14623npm verb linkBins which@1.0.5
14624npm verb link bins [ { which: './bin/which' },
14625npm verb link bins '/usr/lib/node_modules/npm/node_modules/.bin',
14626npm verb link bins false ]
14627npm verb linkMans which@1.0.5
14628npm verb rebuildBundles which@1.0.5
14629npm verb rebuildBundles [ 'is-absolute' ]
14630npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/which/node_modules/is-absolute
14631npm info build /usr/lib/node_modules/npm/node_modules/which/node_modules/is-absolute
14632npm info preinstall is-absolute@0.1.7
14633npm verb linkStuff [ false,
14634npm verb linkStuff false,
14635npm verb linkStuff false,
14636npm verb linkStuff '/usr/lib/node_modules/npm/node_modules/which/node_modules' ]
14637npm info linkStuff is-absolute@0.1.7
14638npm verb linkBins is-absolute@0.1.7
14639npm verb linkMans is-absolute@0.1.7
14640npm verb rebuildBundles is-absolute@0.1.7
14641npm verb rebuildBundles [ 'is-relative' ]
14642npm info install is-absolute@0.1.7
14643npm info postinstall is-absolute@0.1.7
14644npm info install which@1.0.5
14645npm info postinstall which@1.0.5
14646npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/wrappy
14647npm info build /usr/lib/node_modules/npm/node_modules/wrappy
14648npm info preinstall wrappy@1.0.1
14649npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14650npm info linkStuff wrappy@1.0.1
14651npm verb linkBins wrappy@1.0.1
14652npm verb linkMans wrappy@1.0.1
14653npm verb rebuildBundles wrappy@1.0.1
14654npm info install wrappy@1.0.1
14655npm info postinstall wrappy@1.0.1
14656npm verb rebuild bundle /usr/lib/node_modules/npm/node_modules/write-file-atomic
14657npm info build /usr/lib/node_modules/npm/node_modules/write-file-atomic
14658npm info preinstall write-file-atomic@1.1.4
14659npm verb linkStuff [ false, false, false, '/usr/lib/node_modules/npm/node_modules' ]
14660npm info linkStuff write-file-atomic@1.1.4
14661npm verb linkBins write-file-atomic@1.1.4
14662npm verb linkMans write-file-atomic@1.1.4
14663npm verb rebuildBundles write-file-atomic@1.1.4
14664npm info install write-file-atomic@1.1.4
14665npm info postinstall write-file-atomic@1.1.4
14666npm info install npm@3.5.2
14667npm info postinstall npm@3.5.2
14668npm@3.5.2 /usr/lib/node_modules/npm
14669npm verb exit [ 0, true ]
14670npm info ok
14671npm info it worked if it ends with ok
14672npm verb cli [ 'node', '/usr/bin/npm', 'install', '--verbose', '-g', 'bower' ]
14673npm info using npm@3.5.2
14674npm info using node@v0.12.8
14675npm verb request uri http://registry.npmjs.org/bower
14676npm verb request no auth needed
14677npm info attempt registry request try #1 at 11:06:47
14678npm verb request id ae3e010390f5ed29
14679npm http request GET http://registry.npmjs.org/bower
14680npm http 200 http://registry.npmjs.org/bower
14681npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14682npm verb headers etag: '"61SU3DZUOC8CNSSLZ37G52I03"',
14683npm verb headers 'content-type': 'application/json',
14684npm verb headers 'cache-control': 'max-age=300',
14685npm verb headers 'content-length': '161697',
14686npm verb headers 'accept-ranges': 'bytes',
14687npm verb headers date: 'Wed, 23 Dec 2015 11:06:47 GMT',
14688npm verb headers via: '1.1 varnish',
14689npm verb headers age: '249',
14690npm verb headers connection: 'keep-alive',
14691npm verb headers 'x-served-by': 'cache-fra1227-FRA',
14692npm verb headers 'x-cache': 'HIT',
14693npm verb headers 'x-cache-hits': '5',
14694npm verb headers 'x-timer': 'S1450868807.660034,VS0,VE0',
14695npm verb headers vary: 'Accept' }
14696npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
14697npm verb cache add spec bower
14698npm verb addNamed "latest" is being treated as a dist-tag for bower
14699npm info addNameTag [ 'bower', 'latest' ]
14700npm verb addNameTag registry:http://registry.npmjs.org/bower not in flight; fetching
14701npm verb get http://registry.npmjs.org/bower not expired, no request
14702npm verb addNamed "1.7.1" is a plain semver version for bower
14703npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
14704npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.7.1.tgz',
14705npm verb addRemoteTarball '8d0c1a31d85237b3629fd2af981bd11e1b1dca82' ]
14706npm info retry fetch attempt 1 at 11:06:48
14707npm info attempt registry request try #1 at 11:06:48
14708npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
14709npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
14710npm verb addTmpTarball /tmp/npm-20-24a1e1c4/registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
14711npm verb addTmpTarball already have metadata; skipping unpack for bower@1.7.1
14712npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json not in flight; writing
14713npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json written
14714npm verb addBundled extract /root/.npm/bower/1.7.1/package.tgz
14715npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
14716npm verb tar unpacking to /tmp/npm-20-24a1e1c4/unpack-4a039082
14717npm verb gentlyRm don't care about contents; nuking /tmp/npm-20-24a1e1c4/unpack-4a039082
14718npm verb request uri http://registry.npmjs.org/semver-utils
14719npm verb request no auth needed
14720npm info attempt registry request try #1 at 11:07:09
14721npm http request GET http://registry.npmjs.org/semver-utils
14722npm http 200 http://registry.npmjs.org/semver-utils
14723npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
14724npm verb headers etag: '"67EI8DYDZVBHURJ0MLYRZOWZD"',
14725npm verb headers 'content-type': 'application/json',
14726npm verb headers 'cache-control': 'max-age=300',
14727npm verb headers 'content-length': '8425',
14728npm verb headers 'accept-ranges': 'bytes',
14729npm verb headers date: 'Wed, 23 Dec 2015 11:07:09 GMT',
14730npm verb headers via: '1.1 varnish',
14731npm verb headers age: '245',
14732npm verb headers connection: 'keep-alive',
14733npm verb headers 'x-served-by': 'cache-fra1227-FRA',
14734npm verb headers 'x-cache': 'HIT',
14735npm verb headers 'x-cache-hits': '4',
14736npm verb headers 'x-timer': 'S1450868829.609225,VS0,VE0',
14737npm verb headers vary: 'Accept' }
14738npm verb get saving semver-utils to /root/.npm/registry.npmjs.org/semver-utils/.cache.json
14739npm verb cache add spec semver-utils@^1.1.1
14740npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for semver-utils
14741npm verb addNameRange registry:http://registry.npmjs.org/semver-utils not in flight; fetching
14742npm verb get http://registry.npmjs.org/semver-utils not expired, no request
14743npm verb addNamed "1.1.1" is a plain semver version for semver-utils
14744npm verb addRemoteTarball http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
14745npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz',
14746npm verb addRemoteTarball '27d92fec34d27cfa42707d3b40d025ae9855f2df' ]
14747npm info retry fetch attempt 1 at 11:07:09
14748npm info attempt registry request try #1 at 11:07:09
14749npm http fetch GET http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
14750npm http fetch 200 http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
14751npm verb addTmpTarball /tmp/npm-20-24a1e1c4/registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
14752npm verb addTmpTarball already have metadata; skipping unpack for semver-utils@1.1.1
14753npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json not in flight; writing
14754npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json written
14755npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
14756npm verb lock using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
14757npm verb unbuild lib/node_modules/.staging/semver-utils-441e0ac4
14758npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-441e0ac4
14759npm verb unbuild lib/node_modules/.staging/bower-280be585
14760npm verb tar unpack /root/.npm/semver-utils/1.1.1/package.tgz
14761npm verb tar unpacking to /usr/lib/node_modules/.staging/semver-utils-441e0ac4
14762npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-441e0ac4
14763npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-280be585
14764npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
14765npm verb tar unpacking to /usr/lib/node_modules/.staging/bower-280be585
14766npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-280be585
14767npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-441e0ac4/node_modules
14768npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-280be585/node_modules
14769npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
14770npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
14771npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
14772npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
14773npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
14774npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
14775npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
14776npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
14777npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
14778npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
14779npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
14780npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
14781npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
14782npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
14783npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
14784npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
14785npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
14786npm info lifecycle async@0.2.10~preinstall: async@0.2.10
14787npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
14788npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
14789npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
14790npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
14791npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
14792npm info lifecycle cardinal@0.4.4~preinstall: cardinal@0.4.4
14793npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
14794npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
14795npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
14796npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
14797npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
14798npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
14799npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
14800npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
14801npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
14802npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
14803npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
14804npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
14805npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
14806npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
14807npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
14808npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
14809npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
14810npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
14811npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
14812npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
14813npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
14814npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
14815npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
14816npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
14817npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
14818npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
14819npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14820npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
14821npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
14822npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
14823npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
14824npm info lifecycle touch@0.0.3~preinstall: touch@0.0.3
14825npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
14826npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
14827npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
14828npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
14829npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
14830npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14831npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
14832npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
14833npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
14834npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
14835npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
14836npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
14837npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14838npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
14839npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
14840npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
14841npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
14842npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
14843npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14844npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
14845npm info lifecycle github@0.2.4~preinstall: github@0.2.4
14846npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14847npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14848npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
14849npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
14850npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
14851npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
14852npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14853npm info lifecycle once@1.3.3~preinstall: once@1.3.3
14854npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
14855npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
14856npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
14857npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
14858npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
14859npm info lifecycle async@0.2.10~preinstall: async@0.2.10
14860npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
14861npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
14862npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
14863npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
14864npm info lifecycle ansi-escapes@1.1.0~preinstall: ansi-escapes@1.1.0
14865npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
14866npm info lifecycle exit-hook@1.1.1~preinstall: exit-hook@1.1.1
14867npm info lifecycle onetime@1.0.0~preinstall: onetime@1.0.0
14868npm info lifecycle restore-cursor@1.0.1~preinstall: restore-cursor@1.0.1
14869npm info lifecycle cli-cursor@1.0.2~preinstall: cli-cursor@1.0.2
14870npm info lifecycle cli-width@1.1.0~preinstall: cli-width@1.1.0
14871npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
14872npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
14873npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
14874npm info lifecycle code-point-at@1.0.0~preinstall: code-point-at@1.0.0
14875npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
14876npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
14877npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
14878npm info lifecycle readline2@1.0.1~preinstall: readline2@1.0.1
14879npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14880npm info lifecycle once@1.3.3~preinstall: once@1.3.3
14881npm info lifecycle run-async@0.1.0~preinstall: run-async@0.1.0
14882npm info lifecycle rx-lite@3.1.2~preinstall: rx-lite@3.1.2
14883npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
14884npm info lifecycle through@2.3.8~preinstall: through@2.3.8
14885npm info lifecycle inquirer@0.10.0~preinstall: inquirer@0.10.0
14886npm info lifecycle async@1.5.0~preinstall: async@1.5.0
14887npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
14888npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
14889npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
14890npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
14891npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
14892npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
14893npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
14894npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
14895npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
14896npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
14897npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
14898npm info lifecycle lodash.debounce@3.1.1~preinstall: lodash.debounce@3.1.1
14899npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
14900npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
14901npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
14902npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
14903npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
14904npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
14905npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
14906npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
14907npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
14908npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
14909npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
14910npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
14911npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
14912npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
14913npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
14914npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
14915npm info lifecycle mout@0.11.1~preinstall: mout@0.11.1
14916npm info lifecycle bower-config@1.3.0~preinstall: bower-config@1.3.0
14917npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
14918npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
14919npm info lifecycle q@0.9.7~preinstall: q@0.9.7
14920npm info lifecycle p-throttler@0.1.1~preinstall: p-throttler@0.1.1
14921npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
14922npm info lifecycle read@1.0.7~preinstall: read@1.0.7
14923npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
14924npm info lifecycle q@1.4.1~preinstall: q@1.4.1
14925npm info lifecycle decompress-zip@0.1.0~preinstall: decompress-zip@0.1.0
14926npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
14927npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
14928npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
14929npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
14930npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14931npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
14932npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
14933npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
14934npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
14935npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
14936npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
14937npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
14938npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
14939npm info lifecycle async@0.9.2~preinstall: async@0.9.2
14940npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
14941npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
14942npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
14943npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
14944npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
14945npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
14946npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
14947npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
14948npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
14949npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
14950npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
14951npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
14952npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
14953npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
14954npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
14955npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
14956npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
14957npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
14958npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
14959npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
14960npm info lifecycle request@2.53.0~preinstall: request@2.53.0
14961npm info lifecycle insight@0.7.0~preinstall: insight@0.7.0
14962npm info lifecycle retry@0.6.1~preinstall: retry@0.6.1
14963npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
14964npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14965npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14966npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
14967npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
14968npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
14969npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
14970npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14971npm info lifecycle once@1.3.3~preinstall: once@1.3.3
14972npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
14973npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
14974npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
14975npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
14976npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
14977npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
14978npm info lifecycle bower-registry-client@1.0.0~preinstall: bower-registry-client@1.0.0
14979npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
14980npm info lifecycle semver-utils@1.1.1~preinstall: semver-utils@1.1.1
14981npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
14982npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
14983npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
14984npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
14985npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
14986npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
14987npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14988npm info lifecycle once@1.3.3~preinstall: once@1.3.3
14989npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
14990npm info lifecycle pump@1.0.1~preinstall: pump@1.0.1
14991npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
14992npm info lifecycle once@1.3.3~preinstall: once@1.3.3
14993npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
14994npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
14995npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
14996npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
14997npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
14998npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
14999npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
15000npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
15001npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
15002npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
15003npm info lifecycle tar-stream@1.3.1~preinstall: tar-stream@1.3.1
15004npm info lifecycle tar-fs@1.8.1~preinstall: tar-fs@1.8.1
15005npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
15006npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
15007npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
15008npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
15009npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
15010npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
15011npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
15012npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
15013npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
15014npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
15015npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
15016npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
15017npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
15018npm info lifecycle is-npm@1.0.0~preinstall: is-npm@1.0.0
15019npm info lifecycle capture-stack-trace@1.0.0~preinstall: capture-stack-trace@1.0.0
15020npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
15021npm info lifecycle create-error-class@2.0.1~preinstall: create-error-class@2.0.1
15022npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
15023npm info lifecycle once@1.3.3~preinstall: once@1.3.3
15024npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
15025npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
15026npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
15027npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
15028npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
15029npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
15030npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
15031npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
15032npm info lifecycle duplexify@3.4.2~preinstall: duplexify@3.4.2
15033npm info lifecycle is-plain-obj@1.1.0~preinstall: is-plain-obj@1.1.0
15034npm info lifecycle is-redirect@1.0.0~preinstall: is-redirect@1.0.0
15035npm info lifecycle is-stream@1.0.1~preinstall: is-stream@1.0.1
15036npm info lifecycle lowercase-keys@1.0.0~preinstall: lowercase-keys@1.0.0
15037npm info lifecycle node-status-codes@1.0.0~preinstall: node-status-codes@1.0.0
15038npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
15039npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
15040npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
15041npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
15042npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
15043npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
15044npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
15045npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
15046npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
15047npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
15048npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
15049npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
15050npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
15051npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
15052npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
15053npm info lifecycle read-all-stream@3.0.1~preinstall: read-all-stream@3.0.1
15054npm info lifecycle timed-out@2.0.0~preinstall: timed-out@2.0.0
15055npm info lifecycle unzip-response@1.0.0~preinstall: unzip-response@1.0.0
15056npm info lifecycle prepend-http@1.0.3~preinstall: prepend-http@1.0.3
15057npm info lifecycle url-parse-lax@1.0.0~preinstall: url-parse-lax@1.0.0
15058npm info lifecycle got@5.2.0~preinstall: got@5.2.0
15059npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
15060npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
15061npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
15062npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
15063npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
15064npm info lifecycle registry-url@3.0.3~preinstall: registry-url@3.0.3
15065npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
15066npm info lifecycle package-json@2.3.0~preinstall: package-json@2.3.0
15067npm info lifecycle latest-version@2.0.0~preinstall: latest-version@2.0.0
15068npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
15069npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
15070npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
15071npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
15072npm info lifecycle semver-diff@2.1.0~preinstall: semver-diff@2.1.0
15073npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
15074npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
15075npm info lifecycle string-length@1.0.1~preinstall: string-length@1.0.1
15076npm info lifecycle update-notifier@0.6.0~preinstall: update-notifier@0.6.0
15077npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
15078npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
15079npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
15080npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
15081npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
15082npm info lifecycle which@1.2.0~preinstall: which@1.2.0
15083npm info lifecycle bower@1.7.1~preinstall: bower@1.7.1
15084npm info linkStuff abbrev@1.0.7
15085npm verb linkBins abbrev@1.0.7
15086npm verb linkMans abbrev@1.0.7
15087npm info linkStuff archy@1.0.0
15088npm verb linkBins archy@1.0.0
15089npm verb linkMans archy@1.0.0
15090npm info linkStuff graceful-fs@4.1.2
15091npm verb linkBins graceful-fs@4.1.2
15092npm verb linkMans graceful-fs@4.1.2
15093npm info linkStuff minimist@0.0.10
15094npm verb linkBins minimist@0.0.10
15095npm verb linkMans minimist@0.0.10
15096npm info linkStuff wordwrap@0.0.3
15097npm verb linkBins wordwrap@0.0.3
15098npm verb linkMans wordwrap@0.0.3
15099npm info linkStuff optimist@0.6.1
15100npm verb linkBins optimist@0.6.1
15101npm verb linkMans optimist@0.6.1
15102npm info linkStuff os-homedir@1.0.1
15103npm verb linkBins os-homedir@1.0.1
15104npm verb linkMans os-homedir@1.0.1
15105npm info linkStuff os-tmpdir@1.0.1
15106npm verb linkBins os-tmpdir@1.0.1
15107npm verb linkMans os-tmpdir@1.0.1
15108npm info linkStuff osenv@0.1.3
15109npm verb linkBins osenv@0.1.3
15110npm verb linkMans osenv@0.1.3
15111npm info linkStuff os-homedir@1.0.1
15112npm verb linkBins os-homedir@1.0.1
15113npm verb linkMans os-homedir@1.0.1
15114npm info linkStuff untildify@2.1.0
15115npm verb linkBins untildify@2.1.0
15116npm verb linkMans untildify@2.1.0
15117npm info linkStuff bower-endpoint-parser@0.2.2
15118npm verb linkBins bower-endpoint-parser@0.2.2
15119npm verb linkMans bower-endpoint-parser@0.2.2
15120npm info linkStuff deep-extend@0.2.11
15121npm verb linkBins deep-extend@0.2.11
15122npm verb linkMans deep-extend@0.2.11
15123npm info linkStuff graceful-fs@2.0.3
15124npm verb linkBins graceful-fs@2.0.3
15125npm verb linkMans graceful-fs@2.0.3
15126npm info linkStuff intersect@0.0.3
15127npm verb linkBins intersect@0.0.3
15128npm verb linkMans intersect@0.0.3
15129npm info linkStuff bower-json@0.4.0
15130npm verb linkBins bower-json@0.4.0
15131npm verb linkMans bower-json@0.4.0
15132npm info linkStuff bower-logger@0.2.2
15133npm verb linkBins bower-logger@0.2.2
15134npm verb linkMans bower-logger@0.2.2
15135npm info linkStuff async@0.2.10
15136npm verb linkBins async@0.2.10
15137npm verb linkMans async@0.2.10
15138npm info linkStuff graceful-fs@4.1.2
15139npm verb linkBins graceful-fs@4.1.2
15140npm verb linkMans graceful-fs@4.1.2
15141npm info linkStuff mkdirp@0.3.5
15142npm verb linkBins mkdirp@0.3.5
15143npm verb linkMans mkdirp@0.3.5
15144npm info linkStuff ansicolors@0.2.1
15145npm verb linkBins ansicolors@0.2.1
15146npm verb linkMans ansicolors@0.2.1
15147npm info linkStuff esprima@1.0.4
15148npm verb linkBins esprima@1.0.4
15149npm verb link bins [ { esparse: './bin/esparse.js',
15150npm verb link bins esvalidate: './bin/esvalidate.js' },
15151npm verb link bins '/usr/lib/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin',
15152npm verb link bins false ]
15153npm verb linkMans esprima@1.0.4
15154npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esparse
15155npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esvalidate
15156npm info linkStuff redeyed@0.4.4
15157npm verb linkBins redeyed@0.4.4
15158npm verb linkMans redeyed@0.4.4
15159npm info linkStuff cardinal@0.4.4
15160npm verb linkBins cardinal@0.4.4
15161npm verb link bins [ { cdl: './bin/cdl.js' },
15162npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15163npm verb link bins false ]
15164npm verb linkMans cardinal@0.4.4
15165npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/cdl
15166npm info linkStuff ansi-styles@2.1.0
15167npm verb linkBins ansi-styles@2.1.0
15168npm verb linkMans ansi-styles@2.1.0
15169npm info linkStuff escape-string-regexp@1.0.3
15170npm verb linkBins escape-string-regexp@1.0.3
15171npm verb linkMans escape-string-regexp@1.0.3
15172npm info linkStuff ansi-regex@2.0.0
15173npm verb linkBins ansi-regex@2.0.0
15174npm verb linkMans ansi-regex@2.0.0
15175npm info linkStuff has-ansi@2.0.0
15176npm verb linkBins has-ansi@2.0.0
15177npm verb linkMans has-ansi@2.0.0
15178npm info linkStuff ansi-regex@2.0.0
15179npm verb linkBins ansi-regex@2.0.0
15180npm verb linkMans ansi-regex@2.0.0
15181npm info linkStuff strip-ansi@3.0.0
15182npm verb linkBins strip-ansi@3.0.0
15183npm verb linkMans strip-ansi@3.0.0
15184npm info linkStuff supports-color@2.0.0
15185npm verb linkBins supports-color@2.0.0
15186npm verb linkMans supports-color@2.0.0
15187npm info linkStuff chalk@1.1.1
15188npm verb linkBins chalk@1.1.1
15189npm verb linkMans chalk@1.1.1
15190npm info linkStuff chmodr@1.0.2
15191npm verb linkBins chmodr@1.0.2
15192npm verb linkMans chmodr@1.0.2
15193npm info linkStuff lodash@3.10.1
15194npm verb linkBins lodash@3.10.1
15195npm verb linkMans lodash@3.10.1
15196npm info linkStuff sprintf-js@1.0.3
15197npm verb linkBins sprintf-js@1.0.3
15198npm verb linkMans sprintf-js@1.0.3
15199npm info linkStuff argparse@1.0.3
15200npm verb linkBins argparse@1.0.3
15201npm verb linkMans argparse@1.0.3
15202npm info linkStuff esprima@2.7.1
15203npm verb linkBins esprima@2.7.1
15204npm verb link bins [ { esparse: './bin/esparse.js',
15205npm verb link bins esvalidate: './bin/esvalidate.js' },
15206npm verb link bins '/usr/lib/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin',
15207npm verb link bins false ]
15208npm verb linkMans esprima@2.7.1
15209npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esparse
15210npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esvalidate
15211npm info linkStuff inherit@2.2.2
15212npm verb linkBins inherit@2.2.2
15213npm verb linkMans inherit@2.2.2
15214npm info linkStuff js-yaml@3.4.6
15215npm verb linkBins js-yaml@3.4.6
15216npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
15217npm verb link bins '/usr/lib/node_modules/bower/node_modules/configstore/node_modules/.bin',
15218npm verb link bins false ]
15219npm verb linkMans js-yaml@3.4.6
15220npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml
15221npm info linkStuff object-assign@2.1.1
15222npm verb linkBins object-assign@2.1.1
15223npm verb linkMans object-assign@2.1.1
15224npm info linkStuff os-homedir@1.0.1
15225npm verb linkBins os-homedir@1.0.1
15226npm verb linkMans os-homedir@1.0.1
15227npm info linkStuff os-tmpdir@1.0.1
15228npm verb linkBins os-tmpdir@1.0.1
15229npm verb linkMans os-tmpdir@1.0.1
15230npm info linkStuff osenv@0.1.3
15231npm verb linkBins osenv@0.1.3
15232npm verb linkMans osenv@0.1.3
15233npm info linkStuff uuid@2.0.1
15234npm verb linkBins uuid@2.0.1
15235npm verb linkMans uuid@2.0.1
15236npm info linkStuff buffers@0.1.1
15237npm verb linkBins buffers@0.1.1
15238npm verb linkMans buffers@0.1.1
15239npm info linkStuff traverse@0.3.9
15240npm verb linkBins traverse@0.3.9
15241npm verb linkMans traverse@0.3.9
15242npm info linkStuff chainsaw@0.1.0
15243npm verb linkBins chainsaw@0.1.0
15244npm verb linkMans chainsaw@0.1.0
15245npm info linkStuff binary@0.3.0
15246npm verb linkBins binary@0.3.0
15247npm verb linkMans binary@0.3.0
15248npm info linkStuff mkpath@0.1.0
15249npm verb linkBins mkpath@0.1.0
15250npm verb linkMans mkpath@0.1.0
15251npm info linkStuff core-util-is@1.0.2
15252npm verb linkBins core-util-is@1.0.2
15253npm verb linkMans core-util-is@1.0.2
15254npm info linkStuff inherits@2.0.1
15255npm verb linkBins inherits@2.0.1
15256npm verb linkMans inherits@2.0.1
15257npm info linkStuff isarray@0.0.1
15258npm verb linkBins isarray@0.0.1
15259npm verb linkMans isarray@0.0.1
15260npm info linkStuff string_decoder@0.10.31
15261npm verb linkBins string_decoder@0.10.31
15262npm verb linkMans string_decoder@0.10.31
15263npm info linkStuff readable-stream@1.1.13
15264npm verb linkBins readable-stream@1.1.13
15265npm verb linkMans readable-stream@1.1.13
15266npm info linkStuff nopt@1.0.10
15267npm verb linkBins nopt@1.0.10
15268npm verb link bins [ { nopt: './bin/nopt.js' },
15269npm verb link bins '/usr/lib/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin',
15270npm verb link bins false ]
15271npm verb linkMans nopt@1.0.10
15272npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin/nopt
15273npm info linkStuff touch@0.0.3
15274npm verb linkBins touch@0.0.3
15275npm verb linkMans touch@0.0.3
15276npm info linkStuff destroy@1.0.3
15277npm verb linkBins destroy@1.0.3
15278npm verb linkMans destroy@1.0.3
15279npm info linkStuff graceful-fs@4.1.2
15280npm verb linkBins graceful-fs@4.1.2
15281npm verb linkMans graceful-fs@4.1.2
15282npm info linkStuff iferr@0.1.5
15283npm verb linkBins iferr@0.1.5
15284npm verb linkMans iferr@0.1.5
15285npm info linkStuff imurmurhash@0.1.4
15286npm verb linkBins imurmurhash@0.1.4
15287npm verb linkMans imurmurhash@0.1.4
15288npm info linkStuff core-util-is@1.0.2
15289npm verb linkBins core-util-is@1.0.2
15290npm verb linkMans core-util-is@1.0.2
15291npm info linkStuff inherits@2.0.1
15292npm verb linkBins inherits@2.0.1
15293npm verb linkMans inherits@2.0.1
15294npm info linkStuff isarray@0.0.1
15295npm verb linkBins isarray@0.0.1
15296npm verb linkMans isarray@0.0.1
15297npm info linkStuff process-nextick-args@1.0.6
15298npm verb linkBins process-nextick-args@1.0.6
15299npm verb linkMans process-nextick-args@1.0.6
15300npm info linkStuff string_decoder@0.10.31
15301npm verb linkBins string_decoder@0.10.31
15302npm verb linkMans string_decoder@0.10.31
15303npm info linkStuff util-deprecate@1.0.2
15304npm verb linkBins util-deprecate@1.0.2
15305npm verb linkMans util-deprecate@1.0.2
15306npm info linkStuff readable-stream@2.0.4
15307npm verb linkBins readable-stream@2.0.4
15308npm verb linkMans readable-stream@2.0.4
15309npm info linkStuff fs-write-stream-atomic@1.0.7
15310npm verb linkBins fs-write-stream-atomic@1.0.7
15311npm verb linkMans fs-write-stream-atomic@1.0.7
15312npm info linkStuff inherits@2.0.1
15313npm verb linkBins inherits@2.0.1
15314npm verb linkMans inherits@2.0.1
15315npm info linkStuff balanced-match@0.3.0
15316npm verb linkBins balanced-match@0.3.0
15317npm verb linkMans balanced-match@0.3.0
15318npm info linkStuff concat-map@0.0.1
15319npm verb linkBins concat-map@0.0.1
15320npm verb linkMans concat-map@0.0.1
15321npm info linkStuff brace-expansion@1.1.2
15322npm verb linkBins brace-expansion@1.1.2
15323npm verb linkMans brace-expansion@1.1.2
15324npm info linkStuff minimatch@3.0.0
15325npm verb linkBins minimatch@3.0.0
15326npm verb linkMans minimatch@3.0.0
15327npm info linkStuff graceful-fs@4.1.2
15328npm verb linkBins graceful-fs@4.1.2
15329npm verb linkMans graceful-fs@4.1.2
15330npm info linkStuff inherits@2.0.1
15331npm verb linkBins inherits@2.0.1
15332npm verb linkMans inherits@2.0.1
15333npm info linkStuff mime@1.3.4
15334npm verb linkBins mime@1.3.4
15335npm verb link bins [ { mime: 'cli.js' },
15336npm verb link bins '/usr/lib/node_modules/bower/node_modules/github/node_modules/.bin',
15337npm verb link bins false ]
15338npm verb linkMans mime@1.3.4
15339npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/github/node_modules/.bin/mime
15340npm info linkStuff github@0.2.4
15341npm verb linkBins github@0.2.4
15342npm verb linkMans github@0.2.4
15343npm info linkStuff wrappy@1.0.1
15344npm verb linkBins wrappy@1.0.1
15345npm verb linkMans wrappy@1.0.1
15346npm info linkStuff inherits@2.0.1
15347npm verb linkBins inherits@2.0.1
15348npm verb linkMans inherits@2.0.1
15349npm info linkStuff balanced-match@0.3.0
15350npm verb linkBins balanced-match@0.3.0
15351npm verb linkMans balanced-match@0.3.0
15352npm info linkStuff concat-map@0.0.1
15353npm verb linkBins concat-map@0.0.1
15354npm verb linkMans concat-map@0.0.1
15355npm info linkStuff brace-expansion@1.1.2
15356npm verb linkBins brace-expansion@1.1.2
15357npm verb linkMans brace-expansion@1.1.2
15358npm info linkStuff minimatch@2.0.10
15359npm verb linkBins minimatch@2.0.10
15360npm verb linkMans minimatch@2.0.10
15361npm info linkStuff wrappy@1.0.1
15362npm verb linkBins wrappy@1.0.1
15363npm verb linkMans wrappy@1.0.1
15364npm info linkStuff once@1.3.3
15365npm verb linkBins once@1.3.3
15366npm verb linkMans once@1.3.3
15367npm info linkStuff inflight@1.0.4
15368npm verb linkBins inflight@1.0.4
15369npm verb linkMans inflight@1.0.4
15370npm info linkStuff glob@4.5.3
15371npm verb linkBins glob@4.5.3
15372npm verb linkMans glob@4.5.3
15373npm info linkStuff graceful-fs@3.0.8
15374npm verb linkBins graceful-fs@3.0.8
15375npm verb linkMans graceful-fs@3.0.8
15376npm info linkStuff wordwrap@0.0.3
15377npm verb linkBins wordwrap@0.0.3
15378npm verb linkMans wordwrap@0.0.3
15379npm info linkStuff optimist@0.3.7
15380npm verb linkBins optimist@0.3.7
15381npm verb linkMans optimist@0.3.7
15382npm info linkStuff async@0.2.10
15383npm verb linkBins async@0.2.10
15384npm verb linkMans async@0.2.10
15385npm info linkStuff amdefine@1.0.0
15386npm verb linkBins amdefine@1.0.0
15387npm verb linkMans amdefine@1.0.0
15388npm info linkStuff source-map@0.1.43
15389npm verb linkBins source-map@0.1.43
15390npm verb linkMans source-map@0.1.43
15391npm info linkStuff uglify-js@2.3.6
15392npm verb linkBins uglify-js@2.3.6
15393npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
15394npm verb link bins '/usr/lib/node_modules/bower/node_modules/handlebars/node_modules/.bin',
15395npm verb link bins false ]
15396npm verb linkMans uglify-js@2.3.6
15397npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs
15398npm info linkStuff handlebars@2.0.0
15399npm verb linkBins handlebars@2.0.0
15400npm verb link bins [ { handlebars: 'bin/handlebars' },
15401npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15402npm verb link bins false ]
15403npm verb linkMans handlebars@2.0.0
15404npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/handlebars
15405npm info linkStuff ansi-escapes@1.1.0
15406npm verb linkBins ansi-escapes@1.1.0
15407npm verb linkMans ansi-escapes@1.1.0
15408npm info linkStuff ansi-regex@2.0.0
15409npm verb linkBins ansi-regex@2.0.0
15410npm verb linkMans ansi-regex@2.0.0
15411npm info linkStuff exit-hook@1.1.1
15412npm verb linkBins exit-hook@1.1.1
15413npm verb linkMans exit-hook@1.1.1
15414npm info linkStuff onetime@1.0.0
15415npm verb linkBins onetime@1.0.0
15416npm verb linkMans onetime@1.0.0
15417npm info linkStuff restore-cursor@1.0.1
15418npm verb linkBins restore-cursor@1.0.1
15419npm verb linkMans restore-cursor@1.0.1
15420npm info linkStuff cli-cursor@1.0.2
15421npm verb linkBins cli-cursor@1.0.2
15422npm verb linkMans cli-cursor@1.0.2
15423npm info linkStuff cli-width@1.1.0
15424npm verb linkBins cli-width@1.1.0
15425npm verb linkMans cli-width@1.1.0
15426npm info linkStuff figures@1.4.0
15427npm verb linkBins figures@1.4.0
15428npm verb linkMans figures@1.4.0
15429npm info linkStuff lodash@3.10.1
15430npm verb linkBins lodash@3.10.1
15431npm verb linkMans lodash@3.10.1
15432npm info linkStuff number-is-nan@1.0.0
15433npm verb linkBins number-is-nan@1.0.0
15434npm verb linkMans number-is-nan@1.0.0
15435npm info linkStuff code-point-at@1.0.0
15436npm verb linkBins code-point-at@1.0.0
15437npm verb linkMans code-point-at@1.0.0
15438npm info linkStuff number-is-nan@1.0.0
15439npm verb linkBins number-is-nan@1.0.0
15440npm verb linkMans number-is-nan@1.0.0
15441npm info linkStuff is-fullwidth-code-point@1.0.0
15442npm verb linkBins is-fullwidth-code-point@1.0.0
15443npm verb linkMans is-fullwidth-code-point@1.0.0
15444npm info linkStuff mute-stream@0.0.5
15445npm verb linkBins mute-stream@0.0.5
15446npm verb linkMans mute-stream@0.0.5
15447npm info linkStuff readline2@1.0.1
15448npm verb linkBins readline2@1.0.1
15449npm verb linkMans readline2@1.0.1
15450npm info linkStuff wrappy@1.0.1
15451npm verb linkBins wrappy@1.0.1
15452npm verb linkMans wrappy@1.0.1
15453npm info linkStuff once@1.3.3
15454npm verb linkBins once@1.3.3
15455npm verb linkMans once@1.3.3
15456npm info linkStuff run-async@0.1.0
15457npm verb linkBins run-async@0.1.0
15458npm verb linkMans run-async@0.1.0
15459npm info linkStuff rx-lite@3.1.2
15460npm verb linkBins rx-lite@3.1.2
15461npm verb linkMans rx-lite@3.1.2
15462npm info linkStuff strip-ansi@3.0.0
15463npm verb linkBins strip-ansi@3.0.0
15464npm verb linkMans strip-ansi@3.0.0
15465npm info linkStuff through@2.3.8
15466npm verb linkBins through@2.3.8
15467npm verb linkMans through@2.3.8
15468npm info linkStuff inquirer@0.10.0
15469npm verb linkBins inquirer@0.10.0
15470npm verb linkMans inquirer@0.10.0
15471npm info linkStuff async@1.5.0
15472npm verb linkBins async@1.5.0
15473npm verb linkMans async@1.5.0
15474npm info linkStuff graceful-fs@4.1.2
15475npm verb linkBins graceful-fs@4.1.2
15476npm verb linkMans graceful-fs@4.1.2
15477npm info linkStuff os-tmpdir@1.0.1
15478npm verb linkBins os-tmpdir@1.0.1
15479npm verb linkMans os-tmpdir@1.0.1
15480npm info linkStuff os-homedir@1.0.1
15481npm verb linkBins os-homedir@1.0.1
15482npm verb linkMans os-homedir@1.0.1
15483npm info linkStuff osenv@0.1.3
15484npm verb linkBins osenv@0.1.3
15485npm verb linkMans osenv@0.1.3
15486npm info linkStuff uuid@2.0.1
15487npm verb linkBins uuid@2.0.1
15488npm verb linkMans uuid@2.0.1
15489npm info linkStuff imurmurhash@0.1.4
15490npm verb linkBins imurmurhash@0.1.4
15491npm verb linkMans imurmurhash@0.1.4
15492npm info linkStuff slide@1.1.6
15493npm verb linkBins slide@1.1.6
15494npm verb linkMans slide@1.1.6
15495npm info linkStuff write-file-atomic@1.1.4
15496npm verb linkBins write-file-atomic@1.1.4
15497npm verb linkMans write-file-atomic@1.1.4
15498npm info linkStuff os-homedir@1.0.1
15499npm verb linkBins os-homedir@1.0.1
15500npm verb linkMans os-homedir@1.0.1
15501npm info linkStuff xdg-basedir@2.0.0
15502npm verb linkBins xdg-basedir@2.0.0
15503npm verb linkMans xdg-basedir@2.0.0
15504npm info linkStuff lodash._getnative@3.9.1
15505npm verb linkBins lodash._getnative@3.9.1
15506npm verb linkMans lodash._getnative@3.9.1
15507npm info linkStuff lodash.debounce@3.1.1
15508npm verb linkBins lodash.debounce@3.1.1
15509npm verb linkMans lodash.debounce@3.1.1
15510npm info linkStuff object-assign@4.0.1
15511npm verb linkBins object-assign@4.0.1
15512npm verb linkMans object-assign@4.0.1
15513npm info linkStuff minimist@1.2.0
15514npm verb linkBins minimist@1.2.0
15515npm verb linkMans minimist@1.2.0
15516npm info linkStuff osx-release@1.1.0
15517npm verb linkBins osx-release@1.1.0
15518npm verb link bins [ { 'osx-release': 'cli.js' },
15519npm verb link bins '/usr/lib/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin',
15520npm verb link bins false ]
15521npm verb linkMans osx-release@1.1.0
15522npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin/osx-release
15523npm info linkStuff semver@5.1.0
15524npm verb linkBins semver@5.1.0
15525npm verb link bins [ { semver: './bin/semver' },
15526npm verb link bins '/usr/lib/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin',
15527npm verb link bins false ]
15528npm verb linkMans semver@5.1.0
15529npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin/semver
15530npm info linkStuff win-release@1.1.1
15531npm verb linkBins win-release@1.1.1
15532npm verb linkMans win-release@1.1.1
15533npm info linkStuff os-name@1.0.3
15534npm verb linkBins os-name@1.0.3
15535npm verb link bins [ { 'os-name': 'cli.js' },
15536npm verb link bins '/usr/lib/node_modules/bower/node_modules/insight/node_modules/.bin',
15537npm verb link bins false ]
15538npm verb linkMans os-name@1.0.3
15539npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/insight/node_modules/.bin/os-name
15540npm info linkStuff tough-cookie@2.2.1
15541npm verb linkBins tough-cookie@2.2.1
15542npm verb linkMans tough-cookie@2.2.1
15543npm info linkStuff is-root@1.0.0
15544npm verb linkBins is-root@1.0.0
15545npm verb linkMans is-root@1.0.0
15546npm info linkStuff junk@1.0.2
15547npm verb linkBins junk@1.0.2
15548npm verb linkMans junk@1.0.2
15549npm info linkStuff lockfile@1.0.1
15550npm verb linkBins lockfile@1.0.1
15551npm verb linkMans lockfile@1.0.1
15552npm info linkStuff lru-cache@2.7.3
15553npm verb linkBins lru-cache@2.7.3
15554npm verb linkMans lru-cache@2.7.3
15555npm info linkStuff md5-o-matic@0.1.1
15556npm verb linkBins md5-o-matic@0.1.1
15557npm verb linkMans md5-o-matic@0.1.1
15558npm info linkStuff md5-hex@1.1.0
15559npm verb linkBins md5-hex@1.1.0
15560npm verb linkMans md5-hex@1.1.0
15561npm info linkStuff minimist@0.0.8
15562npm verb linkBins minimist@0.0.8
15563npm verb linkMans minimist@0.0.8
15564npm info linkStuff mkdirp@0.5.0
15565npm verb linkBins mkdirp@0.5.0
15566npm verb link bins [ { mkdirp: 'bin/cmd.js' },
15567npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15568npm verb link bins false ]
15569npm verb linkMans mkdirp@0.5.0
15570npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/mkdirp
15571npm info linkStuff configstore@1.4.0
15572npm verb linkBins configstore@1.4.0
15573npm verb linkMans configstore@1.4.0
15574npm info linkStuff mout@0.11.1
15575npm verb linkBins mout@0.11.1
15576npm verb linkMans mout@0.11.1
15577npm info linkStuff bower-config@1.3.0
15578npm verb linkBins bower-config@1.3.0
15579npm verb linkMans bower-config@1.3.0
15580npm info linkStuff nopt@3.0.6
15581npm verb linkBins nopt@3.0.6
15582npm verb link bins [ { nopt: './bin/nopt.js' },
15583npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15584npm verb link bins false ]
15585npm verb linkMans nopt@3.0.6
15586npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/nopt
15587npm info linkStuff opn@1.0.2
15588npm verb linkBins opn@1.0.2
15589npm verb link bins [ { opn: 'cli.js' },
15590npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15591npm verb link bins false ]
15592npm verb linkMans opn@1.0.2
15593npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/opn
15594npm info linkStuff q@0.9.7
15595npm verb linkBins q@0.9.7
15596npm verb linkMans q@0.9.7
15597npm info linkStuff p-throttler@0.1.1
15598npm verb linkBins p-throttler@0.1.1
15599npm verb linkMans p-throttler@0.1.1
15600npm info linkStuff mute-stream@0.0.5
15601npm verb linkBins mute-stream@0.0.5
15602npm verb linkMans mute-stream@0.0.5
15603npm info linkStuff read@1.0.7
15604npm verb linkBins read@1.0.7
15605npm verb linkMans read@1.0.7
15606npm info linkStuff promptly@0.2.0
15607npm verb linkBins promptly@0.2.0
15608npm verb linkMans promptly@0.2.0
15609npm info linkStuff q@1.4.1
15610npm verb linkBins q@1.4.1
15611npm verb linkMans q@1.4.1
15612npm info linkStuff decompress-zip@0.1.0
15613npm verb linkBins decompress-zip@0.1.0
15614npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
15615npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15616npm verb link bins false ]
15617npm verb linkMans decompress-zip@0.1.0
15618npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/decompress-zip
15619npm info linkStuff throttleit@0.0.2
15620npm verb linkBins throttleit@0.0.2
15621npm verb linkMans throttleit@0.0.2
15622npm info linkStuff request-progress@0.3.1
15623npm verb linkBins request-progress@0.3.1
15624npm verb linkMans request-progress@0.3.1
15625npm info linkStuff aws-sign2@0.5.0
15626npm verb linkBins aws-sign2@0.5.0
15627npm verb linkMans aws-sign2@0.5.0
15628npm info linkStuff core-util-is@1.0.2
15629npm verb linkBins core-util-is@1.0.2
15630npm verb linkMans core-util-is@1.0.2
15631npm info linkStuff inherits@2.0.1
15632npm verb linkBins inherits@2.0.1
15633npm verb linkMans inherits@2.0.1
15634npm info linkStuff isarray@0.0.1
15635npm verb linkBins isarray@0.0.1
15636npm verb linkMans isarray@0.0.1
15637npm info linkStuff string_decoder@0.10.31
15638npm verb linkBins string_decoder@0.10.31
15639npm verb linkMans string_decoder@0.10.31
15640npm info linkStuff readable-stream@1.0.33
15641npm verb linkBins readable-stream@1.0.33
15642npm verb linkMans readable-stream@1.0.33
15643npm info linkStuff bl@0.9.4
15644npm verb linkBins bl@0.9.4
15645npm verb linkMans bl@0.9.4
15646npm info linkStuff caseless@0.9.0
15647npm verb linkBins caseless@0.9.0
15648npm verb linkMans caseless@0.9.0
15649npm info linkStuff delayed-stream@0.0.5
15650npm verb linkBins delayed-stream@0.0.5
15651npm verb linkMans delayed-stream@0.0.5
15652npm info linkStuff combined-stream@0.0.7
15653npm verb linkBins combined-stream@0.0.7
15654npm verb linkMans combined-stream@0.0.7
15655npm info linkStuff forever-agent@0.5.2
15656npm verb linkBins forever-agent@0.5.2
15657npm verb linkMans forever-agent@0.5.2
15658npm info linkStuff async@0.9.2
15659npm verb linkBins async@0.9.2
15660npm verb linkMans async@0.9.2
15661npm info linkStuff hoek@2.16.3
15662npm verb linkBins hoek@2.16.3
15663npm verb linkMans hoek@2.16.3
15664npm info linkStuff boom@2.10.1
15665npm verb linkBins boom@2.10.1
15666npm verb linkMans boom@2.10.1
15667npm info linkStuff cryptiles@2.0.5
15668npm verb linkBins cryptiles@2.0.5
15669npm verb linkMans cryptiles@2.0.5
15670npm info linkStuff sntp@1.0.9
15671npm verb linkBins sntp@1.0.9
15672npm verb linkMans sntp@1.0.9
15673npm info linkStuff hawk@2.3.1
15674npm verb linkBins hawk@2.3.1
15675npm verb linkMans hawk@2.3.1
15676npm info linkStuff asn1@0.1.11
15677npm verb linkBins asn1@0.1.11
15678npm verb linkMans asn1@0.1.11
15679npm info linkStuff assert-plus@0.1.5
15680npm verb linkBins assert-plus@0.1.5
15681npm verb linkMans assert-plus@0.1.5
15682npm info linkStuff ctype@0.5.3
15683npm verb linkBins ctype@0.5.3
15684npm verb linkMans ctype@0.5.3
15685npm info linkStuff http-signature@0.10.1
15686npm verb linkBins http-signature@0.10.1
15687npm verb linkMans http-signature@0.10.1
15688npm info linkStuff isstream@0.1.2
15689npm verb linkBins isstream@0.1.2
15690npm verb linkMans isstream@0.1.2
15691npm info linkStuff json-stringify-safe@5.0.1
15692npm verb linkBins json-stringify-safe@5.0.1
15693npm verb linkMans json-stringify-safe@5.0.1
15694npm info linkStuff mime-db@1.12.0
15695npm verb linkBins mime-db@1.12.0
15696npm verb linkMans mime-db@1.12.0
15697npm info linkStuff mime-types@2.0.14
15698npm verb linkBins mime-types@2.0.14
15699npm verb linkMans mime-types@2.0.14
15700npm info linkStuff form-data@0.2.0
15701npm verb linkBins form-data@0.2.0
15702npm verb linkMans form-data@0.2.0
15703npm info linkStuff node-uuid@1.4.7
15704npm verb linkBins node-uuid@1.4.7
15705npm verb link bins [ { uuid: './bin/uuid' },
15706npm verb link bins '/usr/lib/node_modules/bower/node_modules/request/node_modules/.bin',
15707npm verb link bins false ]
15708npm verb linkMans node-uuid@1.4.7
15709npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/request/node_modules/.bin/uuid
15710npm info linkStuff oauth-sign@0.6.0
15711npm verb linkBins oauth-sign@0.6.0
15712npm verb linkMans oauth-sign@0.6.0
15713npm info linkStuff qs@2.3.3
15714npm verb linkBins qs@2.3.3
15715npm verb linkMans qs@2.3.3
15716npm info linkStuff stringstream@0.0.5
15717npm verb linkBins stringstream@0.0.5
15718npm verb linkMans stringstream@0.0.5
15719npm info linkStuff tough-cookie@2.2.1
15720npm verb linkBins tough-cookie@2.2.1
15721npm verb linkMans tough-cookie@2.2.1
15722npm info linkStuff tunnel-agent@0.4.2
15723npm verb linkBins tunnel-agent@0.4.2
15724npm verb linkMans tunnel-agent@0.4.2
15725npm info linkStuff request@2.53.0
15726npm verb linkBins request@2.53.0
15727npm verb linkMans request@2.53.0
15728npm info linkStuff insight@0.7.0
15729npm verb linkBins insight@0.7.0
15730npm verb linkMans insight@0.7.0
15731npm info linkStuff retry@0.6.1
15732npm verb linkBins retry@0.6.1
15733npm verb linkMans retry@0.6.1
15734npm info linkStuff request-replay@0.2.0
15735npm verb linkBins request-replay@0.2.0
15736npm verb linkMans request-replay@0.2.0
15737npm info linkStuff wrappy@1.0.1
15738npm verb linkBins wrappy@1.0.1
15739npm verb linkMans wrappy@1.0.1
15740npm info linkStuff inherits@2.0.1
15741npm verb linkBins inherits@2.0.1
15742npm verb linkMans inherits@2.0.1
15743npm info linkStuff balanced-match@0.3.0
15744npm verb linkBins balanced-match@0.3.0
15745npm verb linkMans balanced-match@0.3.0
15746npm info linkStuff concat-map@0.0.1
15747npm verb linkBins concat-map@0.0.1
15748npm verb linkMans concat-map@0.0.1
15749npm info linkStuff brace-expansion@1.1.2
15750npm verb linkBins brace-expansion@1.1.2
15751npm verb linkMans brace-expansion@1.1.2
15752npm info linkStuff minimatch@3.0.0
15753npm verb linkBins minimatch@3.0.0
15754npm verb linkMans minimatch@3.0.0
15755npm info linkStuff wrappy@1.0.1
15756npm verb linkBins wrappy@1.0.1
15757npm verb linkMans wrappy@1.0.1
15758npm info linkStuff once@1.3.3
15759npm verb linkBins once@1.3.3
15760npm verb linkMans once@1.3.3
15761npm info linkStuff inflight@1.0.4
15762npm verb linkBins inflight@1.0.4
15763npm verb linkMans inflight@1.0.4
15764npm info linkStuff path-is-absolute@1.0.0
15765npm verb linkBins path-is-absolute@1.0.0
15766npm verb linkMans path-is-absolute@1.0.0
15767npm info linkStuff glob@5.0.15
15768npm verb linkBins glob@5.0.15
15769npm verb linkMans glob@5.0.15
15770npm info linkStuff rimraf@2.4.4
15771npm verb linkBins rimraf@2.4.4
15772npm verb link bins [ { rimraf: './bin.js' },
15773npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15774npm verb link bins false ]
15775npm verb linkMans rimraf@2.4.4
15776npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/rimraf
15777npm info linkStuff fstream@1.0.8
15778npm verb linkBins fstream@1.0.8
15779npm verb linkMans fstream@1.0.8
15780npm info linkStuff fstream-ignore@1.0.3
15781npm verb linkBins fstream-ignore@1.0.3
15782npm verb linkMans fstream-ignore@1.0.3
15783npm info linkStuff bower-registry-client@1.0.0
15784npm verb linkBins bower-registry-client@1.0.0
15785npm verb linkMans bower-registry-client@1.0.0
15786npm info linkStuff semver@2.3.2
15787npm verb linkBins semver@2.3.2
15788npm verb link bins [ { semver: './bin/semver' },
15789npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
15790npm verb link bins false ]
15791npm verb linkMans semver@2.3.2
15792npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/semver
15793npm info linkStuff semver-utils@1.1.1
15794npm verb linkBins semver-utils@1.1.1
15795npm verb linkMans semver-utils@1.1.1
15796npm info linkStuff array-filter@0.0.1
15797npm verb linkBins array-filter@0.0.1
15798npm verb linkMans array-filter@0.0.1
15799npm info linkStuff array-map@0.0.0
15800npm verb linkBins array-map@0.0.0
15801npm verb linkMans array-map@0.0.0
15802npm info linkStuff array-reduce@0.0.0
15803npm verb linkBins array-reduce@0.0.0
15804npm verb linkMans array-reduce@0.0.0
15805npm info linkStuff jsonify@0.0.0
15806npm verb linkBins jsonify@0.0.0
15807npm verb linkMans jsonify@0.0.0
15808npm info linkStuff shell-quote@1.4.3
15809npm verb linkBins shell-quote@1.4.3
15810npm verb linkMans shell-quote@1.4.3
15811npm info linkStuff stringify-object@1.0.1
15812npm verb linkBins stringify-object@1.0.1
15813npm verb linkMans stringify-object@1.0.1
15814npm info linkStuff wrappy@1.0.1
15815npm verb linkBins wrappy@1.0.1
15816npm verb linkMans wrappy@1.0.1
15817npm info linkStuff once@1.3.3
15818npm verb linkBins once@1.3.3
15819npm verb linkMans once@1.3.3
15820npm info linkStuff end-of-stream@1.1.0
15821npm verb linkBins end-of-stream@1.1.0
15822npm verb linkMans end-of-stream@1.1.0
15823npm info linkStuff pump@1.0.1
15824npm verb linkBins pump@1.0.1
15825npm verb linkMans pump@1.0.1
15826npm info linkStuff wrappy@1.0.1
15827npm verb linkBins wrappy@1.0.1
15828npm verb linkMans wrappy@1.0.1
15829npm info linkStuff once@1.3.3
15830npm verb linkBins once@1.3.3
15831npm verb linkMans once@1.3.3
15832npm info linkStuff end-of-stream@1.1.0
15833npm verb linkBins end-of-stream@1.1.0
15834npm verb linkMans end-of-stream@1.1.0
15835npm info linkStuff core-util-is@1.0.2
15836npm verb linkBins core-util-is@1.0.2
15837npm verb linkMans core-util-is@1.0.2
15838npm info linkStuff inherits@2.0.1
15839npm verb linkBins inherits@2.0.1
15840npm verb linkMans inherits@2.0.1
15841npm info linkStuff isarray@0.0.1
15842npm verb linkBins isarray@0.0.1
15843npm verb linkMans isarray@0.0.1
15844npm info linkStuff process-nextick-args@1.0.6
15845npm verb linkBins process-nextick-args@1.0.6
15846npm verb linkMans process-nextick-args@1.0.6
15847npm info linkStuff string_decoder@0.10.31
15848npm verb linkBins string_decoder@0.10.31
15849npm verb linkMans string_decoder@0.10.31
15850npm info linkStuff util-deprecate@1.0.2
15851npm verb linkBins util-deprecate@1.0.2
15852npm verb linkMans util-deprecate@1.0.2
15853npm info linkStuff readable-stream@2.0.4
15854npm verb linkBins readable-stream@2.0.4
15855npm verb linkMans readable-stream@2.0.4
15856npm info linkStuff bl@1.0.0
15857npm verb linkBins bl@1.0.0
15858npm verb linkMans bl@1.0.0
15859npm info linkStuff xtend@4.0.1
15860npm verb linkBins xtend@4.0.1
15861npm verb linkMans xtend@4.0.1
15862npm info linkStuff tar-stream@1.3.1
15863npm verb linkBins tar-stream@1.3.1
15864npm verb linkMans tar-stream@1.3.1
15865npm info linkStuff tar-fs@1.8.1
15866npm verb linkBins tar-fs@1.8.1
15867npm verb linkMans tar-fs@1.8.1
15868npm info linkStuff tmp@0.0.24
15869npm verb linkBins tmp@0.0.24
15870npm verb linkMans tmp@0.0.24
15871npm info linkStuff graceful-fs@4.1.2
15872npm verb linkBins graceful-fs@4.1.2
15873npm verb linkMans graceful-fs@4.1.2
15874npm info linkStuff object-assign@4.0.1
15875npm verb linkBins object-assign@4.0.1
15876npm verb linkMans object-assign@4.0.1
15877npm info linkStuff os-tmpdir@1.0.1
15878npm verb linkBins os-tmpdir@1.0.1
15879npm verb linkMans os-tmpdir@1.0.1
15880npm info linkStuff os-homedir@1.0.1
15881npm verb linkBins os-homedir@1.0.1
15882npm verb linkMans os-homedir@1.0.1
15883npm info linkStuff osenv@0.1.3
15884npm verb linkBins osenv@0.1.3
15885npm verb linkMans osenv@0.1.3
15886npm info linkStuff uuid@2.0.1
15887npm verb linkBins uuid@2.0.1
15888npm verb linkMans uuid@2.0.1
15889npm info linkStuff imurmurhash@0.1.4
15890npm verb linkBins imurmurhash@0.1.4
15891npm verb linkMans imurmurhash@0.1.4
15892npm info linkStuff slide@1.1.6
15893npm verb linkBins slide@1.1.6
15894npm verb linkMans slide@1.1.6
15895npm info linkStuff write-file-atomic@1.1.4
15896npm verb linkBins write-file-atomic@1.1.4
15897npm verb linkMans write-file-atomic@1.1.4
15898npm info linkStuff os-homedir@1.0.1
15899npm verb linkBins os-homedir@1.0.1
15900npm verb linkMans os-homedir@1.0.1
15901npm info linkStuff xdg-basedir@2.0.0
15902npm verb linkBins xdg-basedir@2.0.0
15903npm verb linkMans xdg-basedir@2.0.0
15904npm info linkStuff configstore@1.4.0
15905npm verb linkBins configstore@1.4.0
15906npm verb linkMans configstore@1.4.0
15907npm info linkStuff is-npm@1.0.0
15908npm verb linkBins is-npm@1.0.0
15909npm verb linkMans is-npm@1.0.0
15910npm info linkStuff capture-stack-trace@1.0.0
15911npm verb linkBins capture-stack-trace@1.0.0
15912npm verb linkMans capture-stack-trace@1.0.0
15913npm info linkStuff inherits@2.0.1
15914npm verb linkBins inherits@2.0.1
15915npm verb linkMans inherits@2.0.1
15916npm info linkStuff create-error-class@2.0.1
15917npm verb linkBins create-error-class@2.0.1
15918npm verb linkMans create-error-class@2.0.1
15919npm info linkStuff wrappy@1.0.1
15920npm verb linkBins wrappy@1.0.1
15921npm verb linkMans wrappy@1.0.1
15922npm info linkStuff once@1.3.3
15923npm verb linkBins once@1.3.3
15924npm verb linkMans once@1.3.3
15925npm info linkStuff end-of-stream@1.0.0
15926npm verb linkBins end-of-stream@1.0.0
15927npm verb linkMans end-of-stream@1.0.0
15928npm info linkStuff core-util-is@1.0.2
15929npm verb linkBins core-util-is@1.0.2
15930npm verb linkMans core-util-is@1.0.2
15931npm info linkStuff inherits@2.0.1
15932npm verb linkBins inherits@2.0.1
15933npm verb linkMans inherits@2.0.1
15934npm info linkStuff isarray@0.0.1
15935npm verb linkBins isarray@0.0.1
15936npm verb linkMans isarray@0.0.1
15937npm info linkStuff process-nextick-args@1.0.6
15938npm verb linkBins process-nextick-args@1.0.6
15939npm verb linkMans process-nextick-args@1.0.6
15940npm info linkStuff string_decoder@0.10.31
15941npm verb linkBins string_decoder@0.10.31
15942npm verb linkMans string_decoder@0.10.31
15943npm info linkStuff util-deprecate@1.0.2
15944npm verb linkBins util-deprecate@1.0.2
15945npm verb linkMans util-deprecate@1.0.2
15946npm info linkStuff readable-stream@2.0.4
15947npm verb linkBins readable-stream@2.0.4
15948npm verb linkMans readable-stream@2.0.4
15949npm info linkStuff duplexify@3.4.2
15950npm verb linkBins duplexify@3.4.2
15951npm verb linkMans duplexify@3.4.2
15952npm info linkStuff is-plain-obj@1.1.0
15953npm verb linkBins is-plain-obj@1.1.0
15954npm verb linkMans is-plain-obj@1.1.0
15955npm info linkStuff is-redirect@1.0.0
15956npm verb linkBins is-redirect@1.0.0
15957npm verb linkMans is-redirect@1.0.0
15958npm info linkStuff is-stream@1.0.1
15959npm verb linkBins is-stream@1.0.1
15960npm verb linkMans is-stream@1.0.1
15961npm info linkStuff lowercase-keys@1.0.0
15962npm verb linkBins lowercase-keys@1.0.0
15963npm verb linkMans lowercase-keys@1.0.0
15964npm info linkStuff node-status-codes@1.0.0
15965npm verb linkBins node-status-codes@1.0.0
15966npm verb linkMans node-status-codes@1.0.0
15967npm info linkStuff object-assign@4.0.1
15968npm verb linkBins object-assign@4.0.1
15969npm verb linkMans object-assign@4.0.1
15970npm info linkStuff is-arrayish@0.2.1
15971npm verb linkBins is-arrayish@0.2.1
15972npm verb linkMans is-arrayish@0.2.1
15973npm info linkStuff error-ex@1.3.0
15974npm verb linkBins error-ex@1.3.0
15975npm verb linkMans error-ex@1.3.0
15976npm info linkStuff parse-json@2.2.0
15977npm verb linkBins parse-json@2.2.0
15978npm verb linkMans parse-json@2.2.0
15979npm info linkStuff pinkie@2.0.1
15980npm verb linkBins pinkie@2.0.1
15981npm verb linkMans pinkie@2.0.1
15982npm info linkStuff pinkie-promise@2.0.0
15983npm verb linkBins pinkie-promise@2.0.0
15984npm verb linkMans pinkie-promise@2.0.0
15985npm info linkStuff pinkie@1.0.0
15986npm verb linkBins pinkie@1.0.0
15987npm verb linkMans pinkie@1.0.0
15988npm info linkStuff pinkie-promise@1.0.0
15989npm verb linkBins pinkie-promise@1.0.0
15990npm verb linkMans pinkie-promise@1.0.0
15991npm info linkStuff core-util-is@1.0.2
15992npm verb linkBins core-util-is@1.0.2
15993npm verb linkMans core-util-is@1.0.2
15994npm info linkStuff inherits@2.0.1
15995npm verb linkBins inherits@2.0.1
15996npm verb linkMans inherits@2.0.1
15997npm info linkStuff isarray@0.0.1
15998npm verb linkBins isarray@0.0.1
15999npm verb linkMans isarray@0.0.1
16000npm info linkStuff process-nextick-args@1.0.6
16001npm verb linkBins process-nextick-args@1.0.6
16002npm verb linkMans process-nextick-args@1.0.6
16003npm info linkStuff string_decoder@0.10.31
16004npm verb linkBins string_decoder@0.10.31
16005npm verb linkMans string_decoder@0.10.31
16006npm info linkStuff util-deprecate@1.0.2
16007npm verb linkBins util-deprecate@1.0.2
16008npm verb linkMans util-deprecate@1.0.2
16009npm info linkStuff readable-stream@2.0.4
16010npm verb linkBins readable-stream@2.0.4
16011npm verb linkMans readable-stream@2.0.4
16012npm info linkStuff read-all-stream@3.0.1
16013npm verb linkBins read-all-stream@3.0.1
16014npm verb linkMans read-all-stream@3.0.1
16015npm info linkStuff timed-out@2.0.0
16016npm verb linkBins timed-out@2.0.0
16017npm verb linkMans timed-out@2.0.0
16018npm info linkStuff unzip-response@1.0.0
16019npm verb linkBins unzip-response@1.0.0
16020npm verb linkMans unzip-response@1.0.0
16021npm info linkStuff prepend-http@1.0.3
16022npm verb linkBins prepend-http@1.0.3
16023npm verb linkMans prepend-http@1.0.3
16024npm info linkStuff url-parse-lax@1.0.0
16025npm verb linkBins url-parse-lax@1.0.0
16026npm verb linkMans url-parse-lax@1.0.0
16027npm info linkStuff got@5.2.0
16028npm verb linkBins got@5.2.0
16029npm verb linkMans got@5.2.0
16030npm info linkStuff deep-extend@0.4.0
16031npm verb linkBins deep-extend@0.4.0
16032npm verb linkMans deep-extend@0.4.0
16033npm info linkStuff ini@1.3.4
16034npm verb linkBins ini@1.3.4
16035npm verb linkMans ini@1.3.4
16036npm info linkStuff minimist@1.2.0
16037npm verb linkBins minimist@1.2.0
16038npm verb linkMans minimist@1.2.0
16039npm info linkStuff strip-json-comments@1.0.4
16040npm verb linkBins strip-json-comments@1.0.4
16041npm verb link bins [ { 'strip-json-comments': 'cli.js' },
16042npm verb link bins '/usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin',
16043npm verb link bins false ]
16044npm verb linkMans strip-json-comments@1.0.4
16045npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin/strip-json-comments
16046npm info linkStuff rc@1.1.5
16047npm verb linkBins rc@1.1.5
16048npm verb link bins [ { rc: './index.js' },
16049npm verb link bins '/usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
16050npm verb link bins false ]
16051npm verb linkMans rc@1.1.5
16052npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/rc
16053npm info linkStuff registry-url@3.0.3
16054npm verb linkBins registry-url@3.0.3
16055npm verb linkMans registry-url@3.0.3
16056npm info linkStuff semver@5.1.0
16057npm verb linkBins semver@5.1.0
16058npm verb link bins [ { semver: './bin/semver' },
16059npm verb link bins '/usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
16060npm verb link bins false ]
16061npm verb linkMans semver@5.1.0
16062npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/semver
16063npm info linkStuff package-json@2.3.0
16064npm verb linkBins package-json@2.3.0
16065npm verb linkMans package-json@2.3.0
16066npm info linkStuff latest-version@2.0.0
16067npm verb linkBins latest-version@2.0.0
16068npm verb linkMans latest-version@2.0.0
16069npm info linkStuff number-is-nan@1.0.0
16070npm verb linkBins number-is-nan@1.0.0
16071npm verb linkMans number-is-nan@1.0.0
16072npm info linkStuff is-finite@1.0.1
16073npm verb linkBins is-finite@1.0.1
16074npm verb linkMans is-finite@1.0.1
16075npm info linkStuff repeating@2.0.0
16076npm verb linkBins repeating@2.0.0
16077npm verb linkMans repeating@2.0.0
16078npm info linkStuff semver@5.1.0
16079npm verb linkBins semver@5.1.0
16080npm verb link bins [ { semver: './bin/semver' },
16081npm verb link bins '/usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin',
16082npm verb link bins false ]
16083npm verb linkMans semver@5.1.0
16084npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin/semver
16085npm info linkStuff semver-diff@2.1.0
16086npm verb linkBins semver-diff@2.1.0
16087npm verb linkMans semver-diff@2.1.0
16088npm info linkStuff ansi-regex@2.0.0
16089npm verb linkBins ansi-regex@2.0.0
16090npm verb linkMans ansi-regex@2.0.0
16091npm info linkStuff strip-ansi@3.0.0
16092npm verb linkBins strip-ansi@3.0.0
16093npm verb linkMans strip-ansi@3.0.0
16094npm info linkStuff string-length@1.0.1
16095npm verb linkBins string-length@1.0.1
16096npm verb linkMans string-length@1.0.1
16097npm info linkStuff update-notifier@0.6.0
16098npm verb linkBins update-notifier@0.6.0
16099npm verb linkMans update-notifier@0.6.0
16100npm info linkStuff user-home@1.1.1
16101npm verb linkBins user-home@1.1.1
16102npm verb link bins [ { 'user-home': 'cli.js' },
16103npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
16104npm verb link bins false ]
16105npm verb linkMans user-home@1.1.1
16106npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/user-home
16107npm info linkStuff xdg-basedir@1.0.1
16108npm verb linkBins xdg-basedir@1.0.1
16109npm verb linkMans xdg-basedir@1.0.1
16110npm info linkStuff configstore@0.3.2
16111npm verb linkBins configstore@0.3.2
16112npm verb linkMans configstore@0.3.2
16113npm info linkStuff is-relative@0.1.3
16114npm verb linkBins is-relative@0.1.3
16115npm verb linkMans is-relative@0.1.3
16116npm info linkStuff is-absolute@0.1.7
16117npm verb linkBins is-absolute@0.1.7
16118npm verb linkMans is-absolute@0.1.7
16119npm info linkStuff which@1.2.0
16120npm verb linkBins which@1.2.0
16121npm verb link bins [ { which: './bin/which' },
16122npm verb link bins '/usr/lib/node_modules/bower/node_modules/.bin',
16123npm verb link bins false ]
16124npm verb linkMans which@1.2.0
16125npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/bower/node_modules/.bin/which
16126npm info linkStuff bower@1.7.1
16127npm verb linkBins bower@1.7.1
16128npm verb link bins [ { bower: 'bin/bower' }, '/usr/bin', true ]
16129npm verb linkMans bower@1.7.1
16130/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower
16131npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
16132npm info lifecycle archy@1.0.0~install: archy@1.0.0
16133npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16134npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
16135npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
16136npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
16137npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16138npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
16139npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
16140npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16141npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
16142npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
16143npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
16144npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
16145npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
16146npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
16147npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
16148npm info lifecycle async@0.2.10~install: async@0.2.10
16149npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16150npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
16151npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
16152npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
16153npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
16154npm info lifecycle cardinal@0.4.4~install: cardinal@0.4.4
16155npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
16156npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
16157npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
16158npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
16159npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
16160npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
16161npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
16162npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
16163npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
16164npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
16165npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
16166npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
16167npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
16168npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
16169npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
16170npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
16171npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16172npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
16173npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
16174npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
16175npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
16176npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
16177npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
16178npm info lifecycle binary@0.3.0~install: binary@0.3.0
16179npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
16180npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16181npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16182npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16183npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16184npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
16185npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
16186npm info lifecycle touch@0.0.3~install: touch@0.0.3
16187npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
16188npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16189npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
16190npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
16191npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16192npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16193npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16194npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
16195npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16196npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
16197npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
16198npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
16199npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16200npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
16201npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
16202npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
16203npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
16204npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16205npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16206npm info lifecycle mime@1.3.4~install: mime@1.3.4
16207npm info lifecycle github@0.2.4~install: github@0.2.4
16208npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16209npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16210npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
16211npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
16212npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
16213npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
16214npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16215npm info lifecycle once@1.3.3~install: once@1.3.3
16216npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
16217npm info lifecycle glob@4.5.3~install: glob@4.5.3
16218npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
16219npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
16220npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
16221npm info lifecycle async@0.2.10~install: async@0.2.10
16222npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
16223npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
16224npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
16225npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
16226npm info lifecycle ansi-escapes@1.1.0~install: ansi-escapes@1.1.0
16227npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
16228npm info lifecycle exit-hook@1.1.1~install: exit-hook@1.1.1
16229npm info lifecycle onetime@1.0.0~install: onetime@1.0.0
16230npm info lifecycle restore-cursor@1.0.1~install: restore-cursor@1.0.1
16231npm info lifecycle cli-cursor@1.0.2~install: cli-cursor@1.0.2
16232npm info lifecycle cli-width@1.1.0~install: cli-width@1.1.0
16233npm info lifecycle figures@1.4.0~install: figures@1.4.0
16234npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
16235npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
16236npm info lifecycle code-point-at@1.0.0~install: code-point-at@1.0.0
16237npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
16238npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
16239npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
16240npm info lifecycle readline2@1.0.1~install: readline2@1.0.1
16241npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16242npm info lifecycle once@1.3.3~install: once@1.3.3
16243npm info lifecycle run-async@0.1.0~install: run-async@0.1.0
16244npm info lifecycle rx-lite@3.1.2~install: rx-lite@3.1.2
16245npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
16246npm info lifecycle through@2.3.8~install: through@2.3.8
16247npm info lifecycle inquirer@0.10.0~install: inquirer@0.10.0
16248npm info lifecycle async@1.5.0~install: async@1.5.0
16249npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16250npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
16251npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16252npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
16253npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
16254npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
16255npm info lifecycle slide@1.1.6~install: slide@1.1.6
16256npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
16257npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16258npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
16259npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
16260npm info lifecycle lodash.debounce@3.1.1~install: lodash.debounce@3.1.1
16261npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
16262npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
16263npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
16264npm info lifecycle semver@5.1.0~install: semver@5.1.0
16265npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
16266npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
16267npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
16268npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
16269npm info lifecycle junk@1.0.2~install: junk@1.0.2
16270npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
16271npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
16272npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
16273npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
16274npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
16275npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
16276npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
16277npm info lifecycle mout@0.11.1~install: mout@0.11.1
16278npm info lifecycle bower-config@1.3.0~install: bower-config@1.3.0
16279npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
16280npm info lifecycle opn@1.0.2~install: opn@1.0.2
16281npm info lifecycle q@0.9.7~install: q@0.9.7
16282npm info lifecycle p-throttler@0.1.1~install: p-throttler@0.1.1
16283npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
16284npm info lifecycle read@1.0.7~install: read@1.0.7
16285npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
16286npm info lifecycle q@1.4.1~install: q@1.4.1
16287npm info lifecycle decompress-zip@0.1.0~install: decompress-zip@0.1.0
16288npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
16289npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
16290npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
16291npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16292npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16293npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16294npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16295npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
16296npm info lifecycle bl@0.9.4~install: bl@0.9.4
16297npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
16298npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
16299npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
16300npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
16301npm info lifecycle async@0.9.2~install: async@0.9.2
16302npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
16303npm info lifecycle boom@2.10.1~install: boom@2.10.1
16304npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
16305npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
16306npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
16307npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
16308npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
16309npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
16310npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
16311npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
16312npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
16313npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
16314npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
16315npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
16316npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
16317npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
16318npm info lifecycle qs@2.3.3~install: qs@2.3.3
16319npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
16320npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
16321npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
16322npm info lifecycle request@2.53.0~install: request@2.53.0
16323npm info lifecycle insight@0.7.0~install: insight@0.7.0
16324npm info lifecycle retry@0.6.1~install: retry@0.6.1
16325npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
16326npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16327npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16328npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
16329npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
16330npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
16331npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
16332npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16333npm info lifecycle once@1.3.3~install: once@1.3.3
16334npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
16335npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
16336npm info lifecycle glob@5.0.15~install: glob@5.0.15
16337npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
16338npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
16339npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
16340npm info lifecycle bower-registry-client@1.0.0~install: bower-registry-client@1.0.0
16341npm info lifecycle semver@2.3.2~install: semver@2.3.2
16342npm info lifecycle semver-utils@1.1.1~install: semver-utils@1.1.1
16343npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
16344npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
16345npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
16346npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
16347npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
16348npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
16349npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16350npm info lifecycle once@1.3.3~install: once@1.3.3
16351npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
16352npm info lifecycle pump@1.0.1~install: pump@1.0.1
16353npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16354npm info lifecycle once@1.3.3~install: once@1.3.3
16355npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
16356npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16357npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16358npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16359npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
16360npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16361npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
16362npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
16363npm info lifecycle bl@1.0.0~install: bl@1.0.0
16364npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
16365npm info lifecycle tar-stream@1.3.1~install: tar-stream@1.3.1
16366npm info lifecycle tar-fs@1.8.1~install: tar-fs@1.8.1
16367npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
16368npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
16369npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
16370npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
16371npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16372npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
16373npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
16374npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
16375npm info lifecycle slide@1.1.6~install: slide@1.1.6
16376npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
16377npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
16378npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
16379npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
16380npm info lifecycle is-npm@1.0.0~install: is-npm@1.0.0
16381npm info lifecycle capture-stack-trace@1.0.0~install: capture-stack-trace@1.0.0
16382npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16383npm info lifecycle create-error-class@2.0.1~install: create-error-class@2.0.1
16384npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
16385npm info lifecycle once@1.3.3~install: once@1.3.3
16386npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
16387npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16388npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16389npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16390npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
16391npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16392npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
16393npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
16394npm info lifecycle duplexify@3.4.2~install: duplexify@3.4.2
16395npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0
16396npm info lifecycle is-redirect@1.0.0~install: is-redirect@1.0.0
16397npm info lifecycle is-stream@1.0.1~install: is-stream@1.0.1
16398npm info lifecycle lowercase-keys@1.0.0~install: lowercase-keys@1.0.0
16399npm info lifecycle node-status-codes@1.0.0~install: node-status-codes@1.0.0
16400npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
16401npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
16402npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
16403npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
16404npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
16405npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
16406npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
16407npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
16408npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
16409npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
16410npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
16411npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
16412npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
16413npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
16414npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
16415npm info lifecycle read-all-stream@3.0.1~install: read-all-stream@3.0.1
16416npm info lifecycle timed-out@2.0.0~install: timed-out@2.0.0
16417npm info lifecycle unzip-response@1.0.0~install: unzip-response@1.0.0
16418npm info lifecycle prepend-http@1.0.3~install: prepend-http@1.0.3
16419npm info lifecycle url-parse-lax@1.0.0~install: url-parse-lax@1.0.0
16420npm info lifecycle got@5.2.0~install: got@5.2.0
16421npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
16422npm info lifecycle ini@1.3.4~install: ini@1.3.4
16423npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
16424npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
16425npm info lifecycle rc@1.1.5~install: rc@1.1.5
16426npm info lifecycle registry-url@3.0.3~install: registry-url@3.0.3
16427npm info lifecycle semver@5.1.0~install: semver@5.1.0
16428npm info lifecycle package-json@2.3.0~install: package-json@2.3.0
16429npm info lifecycle latest-version@2.0.0~install: latest-version@2.0.0
16430npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
16431npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
16432npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
16433npm info lifecycle semver@5.1.0~install: semver@5.1.0
16434npm info lifecycle semver-diff@2.1.0~install: semver-diff@2.1.0
16435npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
16436npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
16437npm info lifecycle string-length@1.0.1~install: string-length@1.0.1
16438npm info lifecycle update-notifier@0.6.0~install: update-notifier@0.6.0
16439npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
16440npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
16441npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
16442npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
16443npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
16444npm info lifecycle which@1.2.0~install: which@1.2.0
16445npm info lifecycle bower@1.7.1~install: bower@1.7.1
16446npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
16447npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
16448npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16449npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
16450npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
16451npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
16452npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16453npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
16454npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
16455npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16456npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
16457npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
16458npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
16459npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
16460npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
16461npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
16462npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
16463npm info lifecycle async@0.2.10~postinstall: async@0.2.10
16464npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16465npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
16466npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
16467npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
16468npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
16469npm info lifecycle cardinal@0.4.4~postinstall: cardinal@0.4.4
16470npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
16471npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
16472npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
16473npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
16474npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
16475npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
16476npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
16477npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
16478npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
16479npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
16480npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
16481npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
16482npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
16483npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
16484npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
16485npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
16486npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16487npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
16488npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
16489npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
16490npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
16491npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
16492npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
16493npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
16494npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
16495npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16496npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16497npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16498npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16499npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
16500npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
16501npm info lifecycle touch@0.0.3~postinstall: touch@0.0.3
16502npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
16503npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16504npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
16505npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
16506npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16507npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16508npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16509npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
16510npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16511npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
16512npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
16513npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
16514npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16515npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
16516npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
16517npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
16518npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
16519npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16520npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16521npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
16522npm info lifecycle github@0.2.4~postinstall: github@0.2.4
16523npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16524npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16525npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
16526npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
16527npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
16528npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
16529npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16530npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16531npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
16532npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
16533npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
16534npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
16535npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
16536npm info lifecycle async@0.2.10~postinstall: async@0.2.10
16537npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
16538npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
16539npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
16540npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
16541npm info lifecycle ansi-escapes@1.1.0~postinstall: ansi-escapes@1.1.0
16542npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
16543npm info lifecycle exit-hook@1.1.1~postinstall: exit-hook@1.1.1
16544npm info lifecycle onetime@1.0.0~postinstall: onetime@1.0.0
16545npm info lifecycle restore-cursor@1.0.1~postinstall: restore-cursor@1.0.1
16546npm info lifecycle cli-cursor@1.0.2~postinstall: cli-cursor@1.0.2
16547npm info lifecycle cli-width@1.1.0~postinstall: cli-width@1.1.0
16548npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
16549npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
16550npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
16551npm info lifecycle code-point-at@1.0.0~postinstall: code-point-at@1.0.0
16552npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
16553npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
16554npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
16555npm info lifecycle readline2@1.0.1~postinstall: readline2@1.0.1
16556npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16557npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16558npm info lifecycle run-async@0.1.0~postinstall: run-async@0.1.0
16559npm info lifecycle rx-lite@3.1.2~postinstall: rx-lite@3.1.2
16560npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
16561npm info lifecycle through@2.3.8~postinstall: through@2.3.8
16562npm info lifecycle inquirer@0.10.0~postinstall: inquirer@0.10.0
16563npm info lifecycle async@1.5.0~postinstall: async@1.5.0
16564npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16565npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
16566npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16567npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
16568npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
16569npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
16570npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
16571npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
16572npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16573npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
16574npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
16575npm info lifecycle lodash.debounce@3.1.1~postinstall: lodash.debounce@3.1.1
16576npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
16577npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
16578npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
16579npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
16580npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
16581npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
16582npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
16583npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
16584npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
16585npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
16586npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
16587npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
16588npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
16589npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
16590npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
16591npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
16592npm info lifecycle mout@0.11.1~postinstall: mout@0.11.1
16593npm info lifecycle bower-config@1.3.0~postinstall: bower-config@1.3.0
16594npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
16595npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
16596npm info lifecycle q@0.9.7~postinstall: q@0.9.7
16597npm info lifecycle p-throttler@0.1.1~postinstall: p-throttler@0.1.1
16598npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
16599npm info lifecycle read@1.0.7~postinstall: read@1.0.7
16600npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
16601npm info lifecycle q@1.4.1~postinstall: q@1.4.1
16602npm info lifecycle decompress-zip@0.1.0~postinstall: decompress-zip@0.1.0
16603npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
16604npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
16605npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
16606npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16607npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16608npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16609npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16610npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
16611npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
16612npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
16613npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
16614npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
16615npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
16616npm info lifecycle async@0.9.2~postinstall: async@0.9.2
16617npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
16618npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
16619npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
16620npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
16621npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
16622npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
16623npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
16624npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
16625npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
16626npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
16627npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
16628npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
16629npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
16630npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
16631npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
16632npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
16633npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
16634npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
16635npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
16636npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
16637npm info lifecycle request@2.53.0~postinstall: request@2.53.0
16638npm info lifecycle insight@0.7.0~postinstall: insight@0.7.0
16639npm info lifecycle retry@0.6.1~postinstall: retry@0.6.1
16640npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
16641npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16642npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16643npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
16644npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
16645npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
16646npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
16647npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16648npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16649npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
16650npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
16651npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
16652npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
16653npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
16654npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
16655npm info lifecycle bower-registry-client@1.0.0~postinstall: bower-registry-client@1.0.0
16656npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
16657npm info lifecycle semver-utils@1.1.1~postinstall: semver-utils@1.1.1
16658npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
16659npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
16660npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
16661npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
16662npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
16663npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
16664npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16665npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16666npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
16667npm info lifecycle pump@1.0.1~postinstall: pump@1.0.1
16668npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16669npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16670npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
16671npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16672npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16673npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16674npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
16675npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16676npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
16677npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
16678npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
16679npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
16680npm info lifecycle tar-stream@1.3.1~postinstall: tar-stream@1.3.1
16681npm info lifecycle tar-fs@1.8.1~postinstall: tar-fs@1.8.1
16682npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
16683npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
16684npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
16685npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
16686npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16687npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
16688npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
16689npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
16690npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
16691npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
16692npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
16693npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
16694npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
16695npm info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
16696npm info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
16697npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16698npm info lifecycle create-error-class@2.0.1~postinstall: create-error-class@2.0.1
16699npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
16700npm info lifecycle once@1.3.3~postinstall: once@1.3.3
16701npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
16702npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16703npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16704npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16705npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
16706npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16707npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
16708npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
16709npm info lifecycle duplexify@3.4.2~postinstall: duplexify@3.4.2
16710npm info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
16711npm info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
16712npm info lifecycle is-stream@1.0.1~postinstall: is-stream@1.0.1
16713npm info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
16714npm info lifecycle node-status-codes@1.0.0~postinstall: node-status-codes@1.0.0
16715npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
16716npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
16717npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
16718npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
16719npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
16720npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
16721npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
16722npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
16723npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
16724npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
16725npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
16726npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
16727npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
16728npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
16729npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
16730npm info lifecycle read-all-stream@3.0.1~postinstall: read-all-stream@3.0.1
16731npm info lifecycle timed-out@2.0.0~postinstall: timed-out@2.0.0
16732npm info lifecycle unzip-response@1.0.0~postinstall: unzip-response@1.0.0
16733npm info lifecycle prepend-http@1.0.3~postinstall: prepend-http@1.0.3
16734npm info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
16735npm info lifecycle got@5.2.0~postinstall: got@5.2.0
16736npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
16737npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
16738npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
16739npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
16740npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
16741npm info lifecycle registry-url@3.0.3~postinstall: registry-url@3.0.3
16742npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
16743npm info lifecycle package-json@2.3.0~postinstall: package-json@2.3.0
16744npm info lifecycle latest-version@2.0.0~postinstall: latest-version@2.0.0
16745npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
16746npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
16747npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
16748npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
16749npm info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
16750npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
16751npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
16752npm info lifecycle string-length@1.0.1~postinstall: string-length@1.0.1
16753npm info lifecycle update-notifier@0.6.0~postinstall: update-notifier@0.6.0
16754npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
16755npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
16756npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
16757npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
16758npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
16759npm info lifecycle which@1.2.0~postinstall: which@1.2.0
16760npm info lifecycle bower@1.7.1~postinstall: bower@1.7.1
16761npm verb unlock done using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
16762/usr/lib
16763`-- bower@1.7.1
16764 +-- abbrev@1.0.7
16765 +-- archy@1.0.0
16766 +-- bower-config@1.3.0
16767 | +-- graceful-fs@4.1.2
16768 | +-- optimist@0.6.1
16769 | | +-- minimist@0.0.10
16770 | | `-- wordwrap@0.0.3
16771 | +-- osenv@0.1.3
16772 | | +-- os-homedir@1.0.1
16773 | | `-- os-tmpdir@1.0.1
16774 | `-- untildify@2.1.0
16775 | `-- os-homedir@1.0.1
16776 +-- bower-endpoint-parser@0.2.2
16777 +-- bower-json@0.4.0
16778 | +-- deep-extend@0.2.11
16779 | +-- graceful-fs@2.0.3
16780 | `-- intersect@0.0.3
16781 +-- bower-logger@0.2.2
16782 +-- bower-registry-client@1.0.0
16783 | +-- async@0.2.10
16784 | +-- graceful-fs@4.1.2
16785 | +-- mkdirp@0.3.5
16786 | `-- request-replay@0.2.0
16787 +-- cardinal@0.4.4
16788 | +-- ansicolors@0.2.1
16789 | `-- redeyed@0.4.4
16790 | `-- esprima@1.0.4
16791 +-- chalk@1.1.1
16792 | +-- ansi-styles@2.1.0
16793 | +-- escape-string-regexp@1.0.3
16794 | +-- has-ansi@2.0.0
16795 | | `-- ansi-regex@2.0.0
16796 | +-- strip-ansi@3.0.0
16797 | | `-- ansi-regex@2.0.0
16798 | `-- supports-color@2.0.0
16799 +-- chmodr@1.0.2
16800 +-- configstore@0.3.2
16801 | +-- js-yaml@3.4.6
16802 | | +-- argparse@1.0.3
16803 | | | +-- lodash@3.10.1
16804 | | | `-- sprintf-js@1.0.3
16805 | | +-- esprima@2.7.1
16806 | | `-- inherit@2.2.2
16807 | +-- object-assign@2.1.1
16808 | +-- osenv@0.1.3
16809 | | +-- os-homedir@1.0.1
16810 | | `-- os-tmpdir@1.0.1
16811 | +-- uuid@2.0.1
16812 | `-- xdg-basedir@1.0.1
16813 +-- decompress-zip@0.1.0
16814 | +-- binary@0.3.0
16815 | | +-- buffers@0.1.1
16816 | | `-- chainsaw@0.1.0
16817 | | `-- traverse@0.3.9
16818 | +-- mkpath@0.1.0
16819 | +-- readable-stream@1.1.13
16820 | | +-- core-util-is@1.0.2
16821 | | +-- inherits@2.0.1
16822 | | +-- isarray@0.0.1
16823 | | `-- string_decoder@0.10.31
16824 | `-- touch@0.0.3
16825 | `-- nopt@1.0.10
16826 +-- destroy@1.0.3
16827 +-- fs-write-stream-atomic@1.0.7
16828 | +-- graceful-fs@4.1.2
16829 | +-- iferr@0.1.5
16830 | +-- imurmurhash@0.1.4
16831 | `-- readable-stream@2.0.4
16832 | +-- core-util-is@1.0.2
16833 | +-- inherits@2.0.1
16834 | +-- isarray@0.0.1
16835 | +-- process-nextick-args@1.0.6
16836 | +-- string_decoder@0.10.31
16837 | `-- util-deprecate@1.0.2
16838 +-- fstream@1.0.8
16839 | +-- graceful-fs@4.1.2
16840 | `-- inherits@2.0.1
16841 +-- fstream-ignore@1.0.3
16842 | +-- inherits@2.0.1
16843 | `-- minimatch@3.0.0
16844 | `-- brace-expansion@1.1.2
16845 | +-- balanced-match@0.3.0
16846 | `-- concat-map@0.0.1
16847 +-- github@0.2.4
16848 | `-- mime@1.3.4
16849 +-- glob@4.5.3
16850 | +-- inflight@1.0.4
16851 | | `-- wrappy@1.0.1
16852 | +-- inherits@2.0.1
16853 | +-- minimatch@2.0.10
16854 | | `-- brace-expansion@1.1.2
16855 | | +-- balanced-match@0.3.0
16856 | | `-- concat-map@0.0.1
16857 | `-- once@1.3.3
16858 | `-- wrappy@1.0.1
16859 +-- graceful-fs@3.0.8
16860 +-- handlebars@2.0.0
16861 | +-- optimist@0.3.7
16862 | | `-- wordwrap@0.0.3
16863 | `-- uglify-js@2.3.6
16864 | +-- async@0.2.10
16865 | `-- source-map@0.1.43
16866 | `-- amdefine@1.0.0
16867 +-- inquirer@0.10.0
16868 | +-- ansi-escapes@1.1.0
16869 | +-- ansi-regex@2.0.0
16870 | +-- cli-cursor@1.0.2
16871 | | `-- restore-cursor@1.0.1
16872 | | +-- exit-hook@1.1.1
16873 | | `-- onetime@1.0.0
16874 | +-- cli-width@1.1.0
16875 | +-- figures@1.4.0
16876 | +-- lodash@3.10.1
16877 | +-- readline2@1.0.1
16878 | | +-- code-point-at@1.0.0
16879 | | | `-- number-is-nan@1.0.0
16880 | | +-- is-fullwidth-code-point@1.0.0
16881 | | | `-- number-is-nan@1.0.0
16882 | | `-- mute-stream@0.0.5
16883 | +-- run-async@0.1.0
16884 | | `-- once@1.3.3
16885 | | `-- wrappy@1.0.1
16886 | +-- rx-lite@3.1.2
16887 | +-- strip-ansi@3.0.0
16888 | `-- through@2.3.8
16889 +-- insight@0.7.0
16890 | +-- async@1.5.0
16891 | +-- configstore@1.4.0
16892 | | +-- graceful-fs@4.1.2
16893 | | +-- os-tmpdir@1.0.1
16894 | | +-- osenv@0.1.3
16895 | | | `-- os-homedir@1.0.1
16896 | | +-- uuid@2.0.1
16897 | | +-- write-file-atomic@1.1.4
16898 | | | +-- imurmurhash@0.1.4
16899 | | | `-- slide@1.1.6
16900 | | `-- xdg-basedir@2.0.0
16901 | | `-- os-homedir@1.0.1
16902 | +-- lodash.debounce@3.1.1
16903 | | `-- lodash._getnative@3.9.1
16904 | +-- object-assign@4.0.1
16905 | +-- os-name@1.0.3
16906 | | +-- osx-release@1.1.0
16907 | | | `-- minimist@1.2.0
16908 | | `-- win-release@1.1.1
16909 | | `-- semver@5.1.0
16910 | `-- tough-cookie@2.2.1
16911 +-- is-root@1.0.0
16912 +-- junk@1.0.2
16913 +-- lockfile@1.0.1
16914 +-- lru-cache@2.7.3
16915 +-- md5-hex@1.1.0
16916 | `-- md5-o-matic@0.1.1
16917 +-- mkdirp@0.5.0
16918 | `-- minimist@0.0.8
16919 +-- mout@0.11.1
16920 +-- nopt@3.0.6
16921 +-- opn@1.0.2
16922 +-- p-throttler@0.1.1
16923 | `-- q@0.9.7
16924 +-- promptly@0.2.0
16925 | `-- read@1.0.7
16926 | `-- mute-stream@0.0.5
16927 +-- q@1.4.1
16928 +-- request@2.53.0
16929 | +-- aws-sign2@0.5.0
16930 | +-- bl@0.9.4
16931 | | `-- readable-stream@1.0.33
16932 | | +-- core-util-is@1.0.2
16933 | | +-- inherits@2.0.1
16934 | | +-- isarray@0.0.1
16935 | | `-- string_decoder@0.10.31
16936 | +-- caseless@0.9.0
16937 | +-- combined-stream@0.0.7
16938 | | `-- delayed-stream@0.0.5
16939 | +-- forever-agent@0.5.2
16940 | +-- form-data@0.2.0
16941 | | `-- async@0.9.2
16942 | +-- hawk@2.3.1
16943 | | +-- boom@2.10.1
16944 | | +-- cryptiles@2.0.5
16945 | | +-- hoek@2.16.3
16946 | | `-- sntp@1.0.9
16947 | +-- http-signature@0.10.1
16948 | | +-- asn1@0.1.11
16949 | | +-- assert-plus@0.1.5
16950 | | `-- ctype@0.5.3
16951 | +-- isstream@0.1.2
16952 | +-- json-stringify-safe@5.0.1
16953 | +-- mime-types@2.0.14
16954 | | `-- mime-db@1.12.0
16955 | +-- node-uuid@1.4.7
16956 | +-- oauth-sign@0.6.0
16957 | +-- qs@2.3.3
16958 | +-- stringstream@0.0.5
16959 | +-- tough-cookie@2.2.1
16960 | `-- tunnel-agent@0.4.2
16961 +-- request-progress@0.3.1
16962 | `-- throttleit@0.0.2
16963 +-- retry@0.6.1
16964 +-- rimraf@2.4.4
16965 | `-- glob@5.0.15
16966 | +-- inflight@1.0.4
16967 | | `-- wrappy@1.0.1
16968 | +-- inherits@2.0.1
16969 | +-- minimatch@3.0.0
16970 | | `-- brace-expansion@1.1.2
16971 | | +-- balanced-match@0.3.0
16972 | | `-- concat-map@0.0.1
16973 | +-- once@1.3.3
16974 | | `-- wrappy@1.0.1
16975 | `-- path-is-absolute@1.0.0
16976 +-- semver@2.3.2
16977 +-- semver-utils@1.1.1
16978 +-- shell-quote@1.4.3
16979 | +-- array-filter@0.0.1
16980 | +-- array-map@0.0.0
16981 | +-- array-reduce@0.0.0
16982 | `-- jsonify@0.0.0
16983 +-- stringify-object@1.0.1
16984 +-- tar-fs@1.8.1
16985 | +-- pump@1.0.1
16986 | | +-- end-of-stream@1.1.0
16987 | | `-- once@1.3.3
16988 | | `-- wrappy@1.0.1
16989 | `-- tar-stream@1.3.1
16990 | +-- bl@1.0.0
16991 | +-- end-of-stream@1.1.0
16992 | | `-- once@1.3.3
16993 | | `-- wrappy@1.0.1
16994 | +-- readable-stream@2.0.4
16995 | | +-- core-util-is@1.0.2
16996 | | +-- inherits@2.0.1
16997 | | +-- isarray@0.0.1
16998 | | +-- process-nextick-args@1.0.6
16999 | | +-- string_decoder@0.10.31
17000 | | `-- util-deprecate@1.0.2
17001 | `-- xtend@4.0.1
17002 +-- tmp@0.0.24
17003 +-- update-notifier@0.6.0
17004 | +-- configstore@1.4.0
17005 | | +-- graceful-fs@4.1.2
17006 | | +-- object-assign@4.0.1
17007 | | +-- os-tmpdir@1.0.1
17008 | | +-- osenv@0.1.3
17009 | | | `-- os-homedir@1.0.1
17010 | | +-- uuid@2.0.1
17011 | | +-- write-file-atomic@1.1.4
17012 | | | +-- imurmurhash@0.1.4
17013 | | | `-- slide@1.1.6
17014 | | `-- xdg-basedir@2.0.0
17015 | | `-- os-homedir@1.0.1
17016 | +-- is-npm@1.0.0
17017 | +-- latest-version@2.0.0
17018 | | `-- package-json@2.3.0
17019 | | +-- got@5.2.0
17020 | | | +-- create-error-class@2.0.1
17021 | | | | +-- capture-stack-trace@1.0.0
17022 | | | | `-- inherits@2.0.1
17023 | | | +-- duplexify@3.4.2
17024 | | | | +-- end-of-stream@1.0.0
17025 | | | | | `-- once@1.3.3
17026 | | | | | `-- wrappy@1.0.1
17027 | | | | `-- readable-stream@2.0.4
17028 | | | | +-- core-util-is@1.0.2
17029 | | | | +-- inherits@2.0.1
17030 | | | | +-- isarray@0.0.1
17031 | | | | +-- process-nextick-args@1.0.6
17032 | | | | +-- string_decoder@0.10.31
17033 | | | | `-- util-deprecate@1.0.2
17034 | | | +-- is-plain-obj@1.1.0
17035 | | | +-- is-redirect@1.0.0
17036 | | | +-- is-stream@1.0.1
17037 | | | +-- lowercase-keys@1.0.0
17038 | | | +-- node-status-codes@1.0.0
17039 | | | +-- object-assign@4.0.1
17040 | | | +-- parse-json@2.2.0
17041 | | | | `-- error-ex@1.3.0
17042 | | | | `-- is-arrayish@0.2.1
17043 | | | +-- pinkie-promise@2.0.0
17044 | | | | `-- pinkie@2.0.1
17045 | | | +-- read-all-stream@3.0.1
17046 | | | | +-- pinkie-promise@1.0.0
17047 | | | | | `-- pinkie@1.0.0
17048 | | | | `-- readable-stream@2.0.4
17049 | | | | +-- core-util-is@1.0.2
17050 | | | | +-- inherits@2.0.1
17051 | | | | +-- isarray@0.0.1
17052 | | | | +-- process-nextick-args@1.0.6
17053 | | | | +-- string_decoder@0.10.31
17054 | | | | `-- util-deprecate@1.0.2
17055 | | | +-- timed-out@2.0.0
17056 | | | +-- unzip-response@1.0.0
17057 | | | `-- url-parse-lax@1.0.0
17058 | | | `-- prepend-http@1.0.3
17059 | | +-- rc@1.1.5
17060 | | | +-- deep-extend@0.4.0
17061 | | | +-- ini@1.3.4
17062 | | | +-- minimist@1.2.0
17063 | | | `-- strip-json-comments@1.0.4
17064 | | +-- registry-url@3.0.3
17065 | | `-- semver@5.1.0
17066 | +-- repeating@2.0.0
17067 | | `-- is-finite@1.0.1
17068 | | `-- number-is-nan@1.0.0
17069 | +-- semver-diff@2.1.0
17070 | | `-- semver@5.1.0
17071 | `-- string-length@1.0.1
17072 | `-- strip-ansi@3.0.0
17073 | `-- ansi-regex@2.0.0
17074 +-- user-home@1.1.1
17075 `-- which@1.2.0
17076 `-- is-absolute@0.1.7
17077 `-- is-relative@0.1.3
17078
17079npm verb exit [ 0, true ]
17080npm info ok
17081 ---> 671a349b3627
17082Removing intermediate container 67fb9e391456
17083Successfully built 671a349b3627
17084== ./01-base-web ==
17085Sending build context to Docker daemon 2.048 kB
17086Sending build context to Docker daemon 2.048 kB
17087
17088Step 0 : FROM kolab/base:latest
17089 ---> 6692c317664f
17090Step 1 : RUN yum -y install httpd php mod_ssl && yum clean all
17091 ---> Running in 7b5ac6e388c3
17092Loaded plugins: priorities
17093158 packages excluded due to repository priority protections
17094Resolving Dependencies
17095--> Running transaction check
17096---> Package httpd.x86_64 0:2.4.6-40.el7.centos will be installed
17097--> Processing Dependency: httpd-tools = 2.4.6-40.el7.centos for package: httpd-2.4.6-40.el7.centos.x86_64
17098--> Processing Dependency: system-logos >= 7.92.1-1 for package: httpd-2.4.6-40.el7.centos.x86_64
17099--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-40.el7.centos.x86_64
17100--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-40.el7.centos.x86_64
17101--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-40.el7.centos.x86_64
17102---> Package mod_ssl.x86_64 1:2.4.6-40.el7.centos will be installed
17103---> Package php.x86_64 0:5.4.16-36.el7_1 will be installed
17104--> Processing Dependency: php-common(x86-64) = 5.4.16-36.el7_1 for package: php-5.4.16-36.el7_1.x86_64
17105--> Processing Dependency: php-cli(x86-64) = 5.4.16-36.el7_1 for package: php-5.4.16-36.el7_1.x86_64
17106--> Running transaction check
17107---> Package apr.x86_64 0:1.4.8-3.el7 will be installed
17108---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
17109---> Package centos-logos.noarch 0:70.0.6-3.el7.centos will be installed
17110---> Package httpd-tools.x86_64 0:2.4.6-40.el7.centos will be installed
17111---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
17112---> Package php-cli.x86_64 0:5.4.16-36.el7_1 will be installed
17113---> Package php-common.x86_64 0:5.4.16-36.el7_1 will be installed
17114--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-36.el7_1.x86_64
17115--> Running transaction check
17116---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
17117--> Finished Dependency Resolution
17118
17119Dependencies Resolved
17120
17121================================================================================
17122 Package Arch Version Repository Size
17123================================================================================
17124Installing:
17125 httpd x86_64 2.4.6-40.el7.centos base 2.7 M
17126 mod_ssl x86_64 1:2.4.6-40.el7.centos base 103 k
17127 php x86_64 5.4.16-36.el7_1 base 1.4 M
17128Installing for dependencies:
17129 apr x86_64 1.4.8-3.el7 base 103 k
17130 apr-util x86_64 1.5.2-6.el7 base 92 k
17131 centos-logos noarch 70.0.6-3.el7.centos base 21 M
17132 httpd-tools x86_64 2.4.6-40.el7.centos base 82 k
17133 libzip x86_64 0.10.1-8.el7 base 48 k
17134 mailcap noarch 2.1.41-2.el7 base 31 k
17135 php-cli x86_64 5.4.16-36.el7_1 base 2.7 M
17136 php-common x86_64 5.4.16-36.el7_1 base 563 k
17137
17138Transaction Summary
17139================================================================================
17140Install 3 Packages (+8 Dependent packages)
17141
17142Total download size: 29 M
17143Installed size: 49 M
17144Downloading packages:
17145--------------------------------------------------------------------------------
17146Total 33 MB/s | 29 MB 00:00
17147Running transaction check
17148Running transaction test
17149Transaction test succeeded
17150Running transaction
17151 Installing : apr-1.4.8-3.el7.x86_64 1/11
17152 Installing : apr-util-1.5.2-6.el7.x86_64 2/11
17153 Installing : httpd-tools-2.4.6-40.el7.centos.x86_64 3/11
17154 Installing : centos-logos-70.0.6-3.el7.centos.noarch 4/11
17155 Installing : libzip-0.10.1-8.el7.x86_64 5/11
17156 Installing : php-common-5.4.16-36.el7_1.x86_64 6/11
17157 Installing : php-cli-5.4.16-36.el7_1.x86_64 7/11
17158 Installing : mailcap-2.1.41-2.el7.noarch 8/11
17159 Installing : httpd-2.4.6-40.el7.centos.x86_64 9/11
17160 Installing : 1:mod_ssl-2.4.6-40.el7.centos.x86_64 10/11
17161 Installing : php-5.4.16-36.el7_1.x86_64 11/11
17162 Verifying : httpd-2.4.6-40.el7.centos.x86_64 1/11
17163 Verifying : httpd-tools-2.4.6-40.el7.centos.x86_64 2/11
17164 Verifying : apr-1.4.8-3.el7.x86_64 3/11
17165 Verifying : mailcap-2.1.41-2.el7.noarch 4/11
17166 Verifying : 1:mod_ssl-2.4.6-40.el7.centos.x86_64 5/11
17167 Verifying : apr-util-1.5.2-6.el7.x86_64 6/11
17168 Verifying : php-5.4.16-36.el7_1.x86_64 7/11
17169 Verifying : php-cli-5.4.16-36.el7_1.x86_64 8/11
17170 Verifying : php-common-5.4.16-36.el7_1.x86_64 9/11
17171 Verifying : libzip-0.10.1-8.el7.x86_64 10/11
17172 Verifying : centos-logos-70.0.6-3.el7.centos.noarch 11/11
17173
17174Installed:
17175 httpd.x86_64 0:2.4.6-40.el7.centos mod_ssl.x86_64 1:2.4.6-40.el7.centos
17176 php.x86_64 0:5.4.16-36.el7_1
17177
17178Dependency Installed:
17179 apr.x86_64 0:1.4.8-3.el7
17180 apr-util.x86_64 0:1.5.2-6.el7
17181 centos-logos.noarch 0:70.0.6-3.el7.centos
17182 httpd-tools.x86_64 0:2.4.6-40.el7.centos
17183 libzip.x86_64 0:0.10.1-8.el7
17184 mailcap.noarch 0:2.1.41-2.el7
17185 php-cli.x86_64 0:5.4.16-36.el7_1
17186 php-common.x86_64 0:5.4.16-36.el7_1
17187
17188Complete!
17189Loaded plugins: priorities
17190Cleaning repos: Kolab_Development base epel extras updates
17191Cleaning up everything
17192 ---> b2d74b6395b9
17193Removing intermediate container 7b5ac6e388c3
17194Step 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
17195 ---> Running in 694e9c90fdaa
17196 ---> e33e46c9e31a
17197Removing intermediate container 694e9c90fdaa
17198Step 3 : EXPOSE 80 443
17199 ---> Running in 6744b80674a3
17200 ---> 999416100fd6
17201Removing intermediate container 6744b80674a3
17202Step 4 : CMD /usr/sbin/httpd -DFOREGROUND
17203 ---> Running in 5ad1e5d57f9b
17204 ---> 1bed6a5321ea
17205Removing intermediate container 5ad1e5d57f9b
17206Successfully built 1bed6a5321ea
17207== ./02-base-web-rc ==
17208Sending build context to Docker daemon 2.048 kB
17209Sending build context to Docker daemon 2.048 kB
17210
17211Step 0 : FROM kolab/base-web:latest
17212 ---> 1bed6a5321ea
17213Step 1 : RUN yum -y install libcalendaring libkolab libkolabxml php-kolab php-kolabformat && yum -y --setopt tsflags= install roundcubemail && yum clean all
17214 ---> Running in 258674febed0
17215Loaded plugins: priorities
17216158 packages excluded due to repository priority protections
17217Resolving Dependencies
17218--> Running transaction check
17219---> Package libcalendaring.x86_64 0:4.9.2-1.7.el7.kolab_3.5 will be installed
17220--> Processing Dependency: libicalss.so.1()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17221--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17222--> Processing Dependency: libQtXml.so.4()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17223--> Processing Dependency: libical.so.1()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17224--> Processing Dependency: libQtGui.so.4()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17225--> Processing Dependency: libQtCore.so.4()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
17226---> Package libkolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5 will be installed
17227--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
17228--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
17229--> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
17230---> Package libkolabxml.x86_64 0:1.2-11.3.el7.kolab_3.5 will be installed
17231---> Package php-kolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5 will be installed
17232---> Package php-kolabformat.x86_64 0:1.2-11.3.el7.kolab_3.5 will be installed
17233--> Running transaction check
17234---> Package boost-system.x86_64 0:1.53.0-25.el7 will be installed
17235---> Package boost-thread.x86_64 0:1.53.0-25.el7 will be installed
17236---> Package libical.x86_64 0:1.0.1-1.el7 will be installed
17237---> Package qt.x86_64 1:4.8.5-11.el7 will be installed
17238--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-11.el7.x86_64
17239---> Package qt-x11.x86_64 1:4.8.5-11.el7 will be installed
17240--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17241--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17242--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17243--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17244--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17245--> Processing Dependency: libtiff.so.5()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17246--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17247--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17248--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17249--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17250--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17251--> Processing Dependency: libasound.so.2()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17252--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17253--> Processing Dependency: libXrandr.so.2()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17254--> Processing Dependency: libXinerama.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17255--> Processing Dependency: libXi.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17256--> Processing Dependency: libXfixes.so.3()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17257--> Processing Dependency: libXext.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17258--> Processing Dependency: libXcursor.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17259--> Processing Dependency: libX11.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17260--> Processing Dependency: libSM.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17261--> Processing Dependency: libICE.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17262--> Processing Dependency: libGL.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
17263---> Package xerces-c.x86_64 0:3.1.1-7.el7_1 will be installed
17264--> Running transaction check
17265---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
17266---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
17267--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
17268---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
17269---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
17270---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
17271---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
17272--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
17273--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
17274---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
17275---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
17276---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
17277---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
17278---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
17279---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
17280---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
17281---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
17282---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
17283---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
17284---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
17285--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
17286---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
17287--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17288--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17289--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17290--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17291--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17292--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
17293---> Package qt-settings.noarch 0:19-23.5.el7.centos will be installed
17294--> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.centos.noarch
17295--> Running transaction check
17296---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
17297---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
17298---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
17299---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
17300---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
17301---> Package libdrm.x86_64 0:2.4.60-3.el7 will be installed
17302--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.60-3.el7.x86_64
17303---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
17304--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
17305---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
17306---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
17307---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
17308--> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64
17309--> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
17310--> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
17311--> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
17312--> Processing Dependency: hwdata for package: pciutils-3.2.1-4.el7.x86_64
17313--> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64
17314--> Running transaction check
17315---> Package hwdata.x86_64 0:0.252-8.1.el7 will be installed
17316---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
17317---> Package libpciaccess.x86_64 0:0.13.4-2.el7 will be installed
17318---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
17319--> Finished Dependency Resolution
17320
17321Dependencies Resolved
17322
17323================================================================================
17324 Package Arch Version Repository Size
17325================================================================================
17326Installing:
17327 libcalendaring x86_64 4.9.2-1.7.el7.kolab_3.5 Kolab_Development 1.7 M
17328 libkolab x86_64 0.6.git.1432664058-16.12.el7.kolab_3.5
17329 Kolab_Development 302 k
17330 libkolabxml x86_64 1.2-11.3.el7.kolab_3.5 Kolab_Development 620 k
17331 php-kolab x86_64 0.6.git.1432664058-16.12.el7.kolab_3.5
17332 Kolab_Development 51 k
17333 php-kolabformat x86_64 1.2-11.3.el7.kolab_3.5 Kolab_Development 193 k
17334Installing for dependencies:
17335 alsa-lib x86_64 1.0.28-2.el7 base 391 k
17336 boost-system x86_64 1.53.0-25.el7 base 39 k
17337 boost-thread x86_64 1.53.0-25.el7 base 57 k
17338 fontconfig x86_64 2.10.95-7.el7 base 228 k
17339 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
17340 freetype x86_64 2.4.11-11.el7 base 391 k
17341 hwdata x86_64 0.252-8.1.el7 base 2.1 M
17342 jbigkit-libs x86_64 2.0-11.el7 base 46 k
17343 libICE x86_64 1.0.9-2.el7 base 65 k
17344 libSM x86_64 1.2.2-2.el7 base 39 k
17345 libX11 x86_64 1.6.3-2.el7 base 605 k
17346 libX11-common noarch 1.6.3-2.el7 base 162 k
17347 libXau x86_64 1.0.8-2.1.el7 base 29 k
17348 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
17349 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
17350 libXext x86_64 1.3.3-3.el7 base 39 k
17351 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
17352 libXi x86_64 1.7.4-2.el7 base 40 k
17353 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
17354 libXrandr x86_64 1.4.2-2.el7 base 26 k
17355 libXrender x86_64 0.9.8-2.1.el7 base 25 k
17356 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
17357 libdrm x86_64 2.4.60-3.el7 base 125 k
17358 libical x86_64 1.0.1-1.el7 base 175 k
17359 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
17360 libmng x86_64 1.0.10-14.el7 base 171 k
17361 libpciaccess x86_64 0.13.4-2.el7 base 26 k
17362 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
17363 libtiff x86_64 4.0.3-14.el7 base 167 k
17364 libxcb x86_64 1.11-4.el7 base 189 k
17365 libxshmfence x86_64 1.2-1.el7 base 7.2 k
17366 mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
17367 mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
17368 pciutils x86_64 3.2.1-4.el7 base 90 k
17369 pciutils-libs x86_64 3.2.1-4.el7 base 45 k
17370 qt x86_64 1:4.8.5-11.el7 base 4.5 M
17371 qt-settings noarch 19-23.5.el7.centos base 17 k
17372 qt-x11 x86_64 1:4.8.5-11.el7 base 13 M
17373 xerces-c x86_64 3.1.1-7.el7_1 base 878 k
17374
17375Transaction Summary
17376================================================================================
17377Install 5 Packages (+39 Dependent packages)
17378
17379Total download size: 27 M
17380Installed size: 88 M
17381Downloading packages:
17382--------------------------------------------------------------------------------
17383Total 23 MB/s | 27 MB 00:01
17384Running transaction check
17385Running transaction test
17386Transaction test succeeded
17387Running transaction
17388 Installing : boost-system-1.53.0-25.el7.x86_64 1/44
17389 Installing : boost-thread-1.53.0-25.el7.x86_64 2/44
17390 Installing : xerces-c-3.1.1-7.el7_1.x86_64 3/44
17391 Installing : libkolabxml-1.2-11.3.el7.kolab_3.5.x86_64 4/44
17392 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 5/44
17393 Installing : libICE-1.0.9-2.el7.x86_64 6/44
17394 Installing : hwdata-0.252-8.1.el7.x86_64 7/44
17395 Installing : freetype-2.4.11-11.el7.x86_64 8/44
17396 Installing : libpciaccess-0.13.4-2.el7.x86_64 9/44
17397 Installing : libdrm-2.4.60-3.el7.x86_64 10/44
17398 Installing : libSM-1.2.2-2.el7.x86_64 11/44
17399 Installing : libmng-1.0.10-14.el7.x86_64 12/44
17400 Installing : libXau-1.0.8-2.1.el7.x86_64 13/44
17401 Installing : libxcb-1.11-4.el7.x86_64 14/44
17402 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 15/44
17403 Installing : libxshmfence-1.2-1.el7.x86_64 16/44
17404 Installing : alsa-lib-1.0.28-2.el7.x86_64 17/44
17405 Installing : jbigkit-libs-2.0-11.el7.x86_64 18/44
17406 Installing : libtiff-4.0.3-14.el7.x86_64 19/44
17407 Installing : libX11-common-1.6.3-2.el7.noarch 20/44
17408 Installing : libX11-1.6.3-2.el7.x86_64 21/44
17409 Installing : libXext-1.3.3-3.el7.x86_64 22/44
17410 Installing : libXfixes-5.0.1-2.1.el7.x86_64 23/44
17411 Installing : libXrender-0.9.8-2.1.el7.x86_64 24/44
17412 Installing : libXrandr-1.4.2-2.el7.x86_64 25/44
17413 Installing : libXcursor-1.1.14-2.1.el7.x86_64 26/44
17414 Installing : libXdamage-1.1.4-4.1.el7.x86_64 27/44
17415 Installing : libXinerama-1.1.3-2.1.el7.x86_64 28/44
17416 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 29/44
17417 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 30/44
17418 Installing : libXi-1.7.4-2.el7.x86_64 31/44
17419 Installing : fontpackages-filesystem-1.44-8.el7.noarch 32/44
17420 Installing : fontconfig-2.10.95-7.el7.x86_64 33/44
17421 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 34/44
17422 Installing : libical-1.0.1-1.el7.x86_64 35/44
17423 Installing : pciutils-libs-3.2.1-4.el7.x86_64 36/44
17424 Installing : pciutils-3.2.1-4.el7.x86_64 37/44
17425 Installing : qt-settings-19-23.5.el7.centos.noarch 38/44
17426 Installing : 1:qt-4.8.5-11.el7.x86_64 39/44
17427 Installing : 1:qt-x11-4.8.5-11.el7.x86_64 40/44
17428 Installing : libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64 41/44
17429 Installing : libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 42/44
17430 Installing : php-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 43/44
17431 Installing : php-kolabformat-1.2-11.3.el7.kolab_3.5.x86_64 44/44
17432 Verifying : libXext-1.3.3-3.el7.x86_64 1/44
17433 Verifying : pciutils-libs-3.2.1-4.el7.x86_64 2/44
17434 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 3/44
17435 Verifying : libpciaccess-0.13.4-2.el7.x86_64 4/44
17436 Verifying : freetype-2.4.11-11.el7.x86_64 5/44
17437 Verifying : libical-1.0.1-1.el7.x86_64 6/44
17438 Verifying : libxcb-1.11-4.el7.x86_64 7/44
17439 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 8/44
17440 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 9/44
17441 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 10/44
17442 Verifying : libtiff-4.0.3-14.el7.x86_64 11/44
17443 Verifying : libdrm-2.4.60-3.el7.x86_64 12/44
17444 Verifying : hwdata-0.252-8.1.el7.x86_64 13/44
17445 Verifying : libXrandr-1.4.2-2.el7.x86_64 14/44
17446 Verifying : pciutils-3.2.1-4.el7.x86_64 15/44
17447 Verifying : libX11-1.6.3-2.el7.x86_64 16/44
17448 Verifying : php-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 17/44
17449 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 18/44
17450 Verifying : qt-settings-19-23.5.el7.centos.noarch 19/44
17451 Verifying : libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64 20/44
17452 Verifying : 1:qt-4.8.5-11.el7.x86_64 21/44
17453 Verifying : libXrender-0.9.8-2.1.el7.x86_64 22/44
17454 Verifying : libmng-1.0.10-14.el7.x86_64 23/44
17455 Verifying : libX11-common-1.6.3-2.el7.noarch 24/44
17456 Verifying : 1:qt-x11-4.8.5-11.el7.x86_64 25/44
17457 Verifying : xerces-c-3.1.1-7.el7_1.x86_64 26/44
17458 Verifying : libICE-1.0.9-2.el7.x86_64 27/44
17459 Verifying : php-kolabformat-1.2-11.3.el7.kolab_3.5.x86_64 28/44
17460 Verifying : jbigkit-libs-2.0-11.el7.x86_64 29/44
17461 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 30/44
17462 Verifying : alsa-lib-1.0.28-2.el7.x86_64 31/44
17463 Verifying : libXi-1.7.4-2.el7.x86_64 32/44
17464 Verifying : libxshmfence-1.2-1.el7.x86_64 33/44
17465 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 34/44
17466 Verifying : libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 35/44
17467 Verifying : boost-system-1.53.0-25.el7.x86_64 36/44
17468 Verifying : libSM-1.2.2-2.el7.x86_64 37/44
17469 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 38/44
17470 Verifying : fontconfig-2.10.95-7.el7.x86_64 39/44
17471 Verifying : libXau-1.0.8-2.1.el7.x86_64 40/44
17472 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 41/44
17473 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 42/44
17474 Verifying : libkolabxml-1.2-11.3.el7.kolab_3.5.x86_64 43/44
17475 Verifying : boost-thread-1.53.0-25.el7.x86_64 44/44
17476
17477Installed:
17478 libcalendaring.x86_64 0:4.9.2-1.7.el7.kolab_3.5
17479 libkolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5
17480 libkolabxml.x86_64 0:1.2-11.3.el7.kolab_3.5
17481 php-kolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5
17482 php-kolabformat.x86_64 0:1.2-11.3.el7.kolab_3.5
17483
17484Dependency Installed:
17485 alsa-lib.x86_64 0:1.0.28-2.el7
17486 boost-system.x86_64 0:1.53.0-25.el7
17487 boost-thread.x86_64 0:1.53.0-25.el7
17488 fontconfig.x86_64 0:2.10.95-7.el7
17489 fontpackages-filesystem.noarch 0:1.44-8.el7
17490 freetype.x86_64 0:2.4.11-11.el7
17491 hwdata.x86_64 0:0.252-8.1.el7
17492 jbigkit-libs.x86_64 0:2.0-11.el7
17493 libICE.x86_64 0:1.0.9-2.el7
17494 libSM.x86_64 0:1.2.2-2.el7
17495 libX11.x86_64 0:1.6.3-2.el7
17496 libX11-common.noarch 0:1.6.3-2.el7
17497 libXau.x86_64 0:1.0.8-2.1.el7
17498 libXcursor.x86_64 0:1.1.14-2.1.el7
17499 libXdamage.x86_64 0:1.1.4-4.1.el7
17500 libXext.x86_64 0:1.3.3-3.el7
17501 libXfixes.x86_64 0:5.0.1-2.1.el7
17502 libXi.x86_64 0:1.7.4-2.el7
17503 libXinerama.x86_64 0:1.1.3-2.1.el7
17504 libXrandr.x86_64 0:1.4.2-2.el7
17505 libXrender.x86_64 0:0.9.8-2.1.el7
17506 libXxf86vm.x86_64 0:1.1.3-2.1.el7
17507 libdrm.x86_64 0:2.4.60-3.el7
17508 libical.x86_64 0:1.0.1-1.el7
17509 libjpeg-turbo.x86_64 0:1.2.90-5.el7
17510 libmng.x86_64 0:1.0.10-14.el7
17511 libpciaccess.x86_64 0:0.13.4-2.el7
17512 libpng.x86_64 2:1.5.13-7.el7_2
17513 libtiff.x86_64 0:4.0.3-14.el7
17514 libxcb.x86_64 0:1.11-4.el7
17515 libxshmfence.x86_64 0:1.2-1.el7
17516 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7
17517 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7
17518 pciutils.x86_64 0:3.2.1-4.el7
17519 pciutils-libs.x86_64 0:3.2.1-4.el7
17520 qt.x86_64 1:4.8.5-11.el7
17521 qt-settings.noarch 0:19-23.5.el7.centos
17522 qt-x11.x86_64 1:4.8.5-11.el7
17523 xerces-c.x86_64 0:3.1.1-7.el7_1
17524
17525Complete!
17526Loaded plugins: priorities
17527158 packages excluded due to repository priority protections
17528Resolving Dependencies
17529--> Running transaction check
17530---> Package roundcubemail.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17531--> Processing Dependency: roundcubemail(plugin-managesieve) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17532--> Processing Dependency: roundcubemail(plugin-password) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17533--> Processing Dependency: roundcubemail(plugin-acl) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17534--> Processing Dependency: roundcubemail(plugin-archive) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17535--> Processing Dependency: roundcubemail(plugin-zipdownload) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17536--> Processing Dependency: roundcubemail(core) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17537--> Processing Dependency: roundcubemail-skin-chameleon for package: roundcubemail-1.2-64.1.el7.kolab_3.5.noarch
17538--> Running transaction check
17539---> Package roundcubemail-core.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17540--> Processing Dependency: roundcubemail(plugin-filesystem_attachments) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17541--> Processing Dependency: roundcubemail(core-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17542--> Processing Dependency: roundcubemail(skin) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17543--> Processing Dependency: roundcubemail(plugin-jqueryui) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17544--> Processing Dependency: php-pear(MDB2) >= 2.5.0 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17545--> Processing Dependency: php-pear >= 1.9.0 for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17546--> Processing Dependency: php-pear(DB) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17547--> Processing Dependency: php-pear(Net_LDAP2) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17548--> Processing Dependency: php-pear(Auth_SASL) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17549--> Processing Dependency: php-pear(Net_LDAP3) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17550--> Processing Dependency: php-gd for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17551--> Processing Dependency: php-pear(Mail_mimeDecode) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17552--> Processing Dependency: php-pear(Net_IDNA2) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17553--> Processing Dependency: php-pear(Net_Socket) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17554--> Processing Dependency: php-mcrypt for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17555--> Processing Dependency: php-mbstring for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17556--> Processing Dependency: php-pear(MDB2_Driver_mysqli) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17557--> Processing Dependency: php-xml for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17558--> Processing Dependency: php-pear(Mail_Mime) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17559--> Processing Dependency: php-pear(Net_Sieve) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17560--> Processing Dependency: php-pear(Net_SMTP) for package: roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch
17561---> Package roundcubemail-plugin-acl.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17562--> Processing Dependency: roundcubemail(plugin-acl-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-64.1.el7.kolab_3.5.noarch
17563--> Processing Dependency: roundcubemail(plugin-acl-skin) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-acl-1.2-64.1.el7.kolab_3.5.noarch
17564---> Package roundcubemail-plugin-archive.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17565--> Processing Dependency: roundcubemail(plugin-archive-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-archive-1.2-64.1.el7.kolab_3.5.noarch
17566---> Package roundcubemail-plugin-managesieve.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17567--> Processing Dependency: roundcubemail(plugin-managesieve-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-64.1.el7.kolab_3.5.noarch
17568--> Processing Dependency: roundcubemail(plugin-managesieve-skin) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-1.2-64.1.el7.kolab_3.5.noarch
17569---> Package roundcubemail-plugin-password.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17570--> Processing Dependency: roundcubemail(plugin-password-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-password-1.2-64.1.el7.kolab_3.5.noarch
17571---> Package roundcubemail-plugin-zipdownload.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17572--> Processing Dependency: roundcubemail(plugin-zipdownload-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-zipdownload-1.2-64.1.el7.kolab_3.5.noarch
17573---> Package roundcubemail-skin-chameleon.noarch 0:0.3.6-4.2.el7.kolab_3.5 will be installed
17574--> Processing Dependency: roundcubemail(skin-chameleon) = 0.3.6-4.2.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-4.2.el7.kolab_3.5.noarch
17575--> Processing Dependency: roundcubemail(skin-chameleon-assets) = 0.3.6-4.2.el7.kolab_3.5 for package: roundcubemail-skin-chameleon-0.3.6-4.2.el7.kolab_3.5.noarch
17576--> Running transaction check
17577---> Package php-Net-LDAP3.noarch 0:1.0.4-2.2.el7.kolab_3.5 will be installed
17578--> Processing Dependency: mozldap-tools >= 6.0.5 for package: php-Net-LDAP3-1.0.4-2.2.el7.kolab_3.5.noarch
17579--> Processing Dependency: php-ldap for package: php-Net-LDAP3-1.0.4-2.2.el7.kolab_3.5.noarch
17580---> Package php-gd.x86_64 0:5.4.16-36.el7_1 will be installed
17581--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-36.el7_1.x86_64
17582--> Processing Dependency: libXpm.so.4()(64bit) for package: php-gd-5.4.16-36.el7_1.x86_64
17583---> Package php-mbstring.x86_64 0:5.4.16-36.el7_1 will be installed
17584---> Package php-mcrypt.x86_64 0:5.4.16-3.el7 will be installed
17585--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-3.el7.x86_64
17586---> Package php-pear.noarch 1:1.9.4-21.el7 will be installed
17587--> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-21.el7.noarch
17588---> Package php-pear-Auth-SASL.noarch 0:1.0.6-5.el7 will be installed
17589---> Package php-pear-DB.noarch 0:1.7.14-6.el7 will be installed
17590---> Package php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7 will be installed
17591---> Package php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7 will be installed
17592--> Processing Dependency: php-mysqli for package: php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch
17593---> Package php-pear-Mail-Mime.noarch 0:1.10.0-1.el7 will be installed
17594---> Package php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7 will be installed
17595---> Package php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7 will be installed
17596---> Package php-pear-Net-LDAP2.noarch 0:2.0.12-21.7.el7.kolab_3.5 will be installed
17597---> Package php-pear-Net-SMTP.noarch 0:1.7.1-1.el7 will be installed
17598---> Package php-pear-Net-Sieve.noarch 0:1.3.4-1.el7 will be installed
17599---> Package php-pear-Net-Socket.noarch 0:1.0.14-1.el7 will be installed
17600---> Package php-xml.x86_64 0:5.4.16-36.el7_1 will be installed
17601--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17602--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17603--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17604--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.13)(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17605--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17606--> Processing Dependency: libxslt.so.1()(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17607--> Processing Dependency: libexslt.so.0()(64bit) for package: php-xml-5.4.16-36.el7_1.x86_64
17608---> Package roundcubemail-core-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17609---> Package roundcubemail-plugin-acl-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17610---> Package roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17611--> Processing Dependency: roundcubemail(plugin-acl-skin-larry-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-acl-skin-larry-1.2-64.1.el7.kolab_3.5.noarch
17612---> Package roundcubemail-plugin-archive-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17613---> Package roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17614--> Processing Dependency: roundcubemail(plugin-filesystem_attachments-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-filesystem_attachments-1.2-64.1.el7.kolab_3.5.noarch
17615---> Package roundcubemail-plugin-jqueryui.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17616--> Processing Dependency: roundcubemail(plugin-jqueryui-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-64.1.el7.kolab_3.5.noarch
17617--> Processing Dependency: roundcubemail(plugin-jqueryui-skin) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-1.2-64.1.el7.kolab_3.5.noarch
17618---> Package roundcubemail-plugin-managesieve-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17619---> Package roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17620--> Processing Dependency: roundcubemail(plugin-managesieve-skin-larry-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-managesieve-skin-larry-1.2-64.1.el7.kolab_3.5.noarch
17621---> Package roundcubemail-plugin-password-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17622---> Package roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17623---> Package roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-4.2.el7.kolab_3.5 will be installed
17624--> Processing Dependency: roundcubemail(skin-larry-assets) >= 1.1 for package: roundcubemail-skin-chameleon-assets-0.3.6-4.2.el7.kolab_3.5.noarch
17625---> Package roundcubemail-skin-chameleon-core.noarch 0:0.3.6-4.2.el7.kolab_3.5 will be installed
17626---> Package roundcubemail-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17627--> Running transaction check
17628---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
17629---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
17630---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
17631---> Package mozldap-tools.x86_64 0:6.0.5-38.7.el7.kolab_3.5 will be installed
17632--> Processing Dependency: mozldap = 6.0.5-38.7.el7.kolab_3.5 for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17633--> Processing Dependency: libldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17634--> Processing Dependency: libssldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17635--> Processing Dependency: libprldap60.so()(64bit) for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17636--> Processing Dependency: libsvrcore.so.0()(64bit) for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17637--> Processing Dependency: libldif60.so()(64bit) for package: mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64
17638---> Package php-ldap.x86_64 0:5.4.16-36.el7_1 will be installed
17639---> Package php-mysqlnd.x86_64 0:5.4.16-36.el7_1 will be installed
17640--> Processing Dependency: php-pdo(x86-64) = 5.4.16-36.el7_1 for package: php-mysqlnd-5.4.16-36.el7_1.x86_64
17641---> Package php-process.x86_64 0:5.4.16-36.el7_1 will be installed
17642---> Package roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17643---> Package roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17644---> Package roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17645---> Package roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17646--> Processing Dependency: roundcubemail(plugin-jqueryui-skin-larry-assets) = 1.2-64.1.el7.kolab_3.5 for package: roundcubemail-plugin-jqueryui-skin-larry-1.2-64.1.el7.kolab_3.5.noarch
17647---> Package roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17648---> Package roundcubemail-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17649---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed
17650--> Running transaction check
17651---> Package mozldap.x86_64 0:6.0.5-38.7.el7.kolab_3.5 will be installed
17652---> Package php-pdo.x86_64 0:5.4.16-36.el7_1 will be installed
17653---> Package roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5 will be installed
17654---> Package svrcore.x86_64 0:4.0.4-11.el7 will be installed
17655--> Finished Dependency Resolution
17656
17657Dependencies Resolved
17658
17659================================================================================
17660 Package Arch Version Repository Size
17661================================================================================
17662Installing:
17663 roundcubemail noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 51 k
17664Installing for dependencies:
17665 libXpm x86_64 3.5.11-3.el7 base 54 k
17666 libmcrypt x86_64 2.5.8-13.el7 epel 99 k
17667 libxslt x86_64 1.1.28-5.el7 base 242 k
17668 mozldap x86_64 6.0.5-38.7.el7.kolab_3.5 Kolab_Development 133 k
17669 mozldap-tools x86_64 6.0.5-38.7.el7.kolab_3.5 Kolab_Development 77 k
17670 php-Net-LDAP3 noarch 1.0.4-2.2.el7.kolab_3.5 Kolab_Development 27 k
17671 php-gd x86_64 5.4.16-36.el7_1 base 126 k
17672 php-ldap x86_64 5.4.16-36.el7_1 base 51 k
17673 php-mbstring x86_64 5.4.16-36.el7_1 base 503 k
17674 php-mcrypt x86_64 5.4.16-3.el7 epel 20 k
17675 php-mysqlnd x86_64 5.4.16-36.el7_1 base 172 k
17676 php-pdo x86_64 5.4.16-36.el7_1 base 97 k
17677 php-pear noarch 1:1.9.4-21.el7 base 357 k
17678 php-pear-Auth-SASL noarch 1.0.6-5.el7 epel 16 k
17679 php-pear-DB noarch 1.7.14-6.el7 epel 106 k
17680 php-pear-MDB2 noarch 2.5.0-0.9.b5.el7 epel 125 k
17681 php-pear-MDB2-Driver-mysqli
17682 noarch 1.5.0-0.8.b4.el7 epel 43 k
17683 php-pear-Mail-Mime noarch 1.10.0-1.el7 epel 46 k
17684 php-pear-Mail-mimeDecode
17685 noarch 1.5.5-7.el7 epel 18 k
17686 php-pear-Net-IDNA2 noarch 0.1.1-10.el7 epel 25 k
17687 php-pear-Net-LDAP2 noarch 2.0.12-21.7.el7.kolab_3.5 Kolab_Development 86 k
17688 php-pear-Net-SMTP noarch 1.7.1-1.el7 epel 24 k
17689 php-pear-Net-Sieve noarch 1.3.4-1.el7 epel 20 k
17690 php-pear-Net-Socket noarch 1.0.14-1.el7 epel 13 k
17691 php-process x86_64 5.4.16-36.el7_1 base 54 k
17692 php-xml x86_64 5.4.16-36.el7_1 base 124 k
17693 roundcubemail-core noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 1.0 M
17694 roundcubemail-core-assets
17695 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 490 k
17696 roundcubemail-plugin-acl
17697 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 82 k
17698 roundcubemail-plugin-acl-assets
17699 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 18 k
17700 roundcubemail-plugin-acl-skin-larry
17701 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 16 k
17702 roundcubemail-plugin-acl-skin-larry-assets
17703 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 17 k
17704 roundcubemail-plugin-archive
17705 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 41 k
17706 roundcubemail-plugin-archive-assets
17707 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 15 k
17708 roundcubemail-plugin-filesystem_attachments
17709 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 18 k
17710 roundcubemail-plugin-filesystem_attachments-assets
17711 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 14 k
17712 roundcubemail-plugin-jqueryui
17713 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 113 k
17714 roundcubemail-plugin-jqueryui-assets
17715 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 102 k
17716 roundcubemail-plugin-jqueryui-skin-larry
17717 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 19 k
17718 roundcubemail-plugin-jqueryui-skin-larry-assets
17719 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 47 k
17720 roundcubemail-plugin-managesieve
17721 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 178 k
17722 roundcubemail-plugin-managesieve-assets
17723 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 21 k
17724 roundcubemail-plugin-managesieve-skin-larry
17725 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 17 k
17726 roundcubemail-plugin-managesieve-skin-larry-assets
17727 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 20 k
17728 roundcubemail-plugin-password
17729 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 84 k
17730 roundcubemail-plugin-password-assets
17731 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 15 k
17732 roundcubemail-plugin-zipdownload
17733 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 36 k
17734 roundcubemail-plugin-zipdownload-assets
17735 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 16 k
17736 roundcubemail-skin-chameleon
17737 noarch 0.3.6-4.2.el7.kolab_3.5 Kolab_Development 4.2 k
17738 roundcubemail-skin-chameleon-assets
17739 noarch 0.3.6-4.2.el7.kolab_3.5 Kolab_Development 91 k
17740 roundcubemail-skin-chameleon-core
17741 noarch 0.3.6-4.2.el7.kolab_3.5 Kolab_Development 22 k
17742 roundcubemail-skin-larry
17743 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 33 k
17744 roundcubemail-skin-larry-assets
17745 noarch 1.2-64.1.el7.kolab_3.5 Kolab_Development 139 k
17746 svrcore x86_64 4.0.4-11.el7 base 17 k
17747 t1lib x86_64 5.1.2-14.el7 base 166 k
17748
17749Transaction Summary
17750================================================================================
17751Install 1 Package (+55 Dependent packages)
17752
17753Total download size: 5.4 M
17754Installed size: 20 M
17755Downloading packages:
17756--------------------------------------------------------------------------------
17757Total 6.1 MB/s | 5.4 MB 00:00
17758Running transaction check
17759Running transaction test
17760Transaction test succeeded
17761Running transaction
17762 Installing : roundcubemail-skin-larry-assets-1.2-64.1.el7.kolab_3.5.n 1/56
17763 Installing : php-mbstring-5.4.16-36.el7_1.x86_64 2/56
17764 Installing : svrcore-4.0.4-11.el7.x86_64 3/56
17765 Installing : roundcubemail-plugin-managesieve-assets-1.2-64.1.el7.kol 4/56
17766 Installing : roundcubemail-plugin-acl-assets-1.2-64.1.el7.kolab_3.5.n 5/56
17767 Installing : roundcubemail-plugin-jqueryui-assets-1.2-64.1.el7.kolab_ 6/56
17768 Installing : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-64.1 7/56
17769 Installing : roundcubemail-plugin-acl-skin-larry-assets-1.2-64.1.el7. 8/56
17770 Installing : roundcubemail-plugin-managesieve-skin-larry-assets-1.2-6 9/56
17771 Installing : mozldap-6.0.5-38.7.el7.kolab_3.5.x86_64 10/56
17772 Installing : mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64 11/56
17773 Installing : roundcubemail-skin-chameleon-assets-0.3.6-4.2.el7.kolab_ 12/56
17774 Installing : roundcubemail-plugin-password-assets-1.2-64.1.el7.kolab_ 13/56
17775 Installing : roundcubemail-plugin-zipdownload-assets-1.2-64.1.el7.kol 14/56
17776 Installing : roundcubemail-plugin-filesystem_attachments-assets-1.2-6 15/56
17777 Installing : libXpm-3.5.11-3.el7.x86_64 16/56
17778 Installing : libxslt-1.1.28-5.el7.x86_64 17/56
17779 Installing : php-xml-5.4.16-36.el7_1.x86_64 18/56
17780 Installing : t1lib-5.1.2-14.el7.x86_64 19/56
17781 Installing : php-gd-5.4.16-36.el7_1.x86_64 20/56
17782 Installing : roundcubemail-plugin-archive-assets-1.2-64.1.el7.kolab_3 21/56
17783 Installing : php-ldap-5.4.16-36.el7_1.x86_64 22/56
17784 Installing : php-process-5.4.16-36.el7_1.x86_64 23/56
17785 Installing : 1:php-pear-1.9.4-21.el7.noarch 24/56
17786 Installing : php-pear-Net-Socket-1.0.14-1.el7.noarch 25/56
17787 Installing : php-pear-Auth-SASL-1.0.6-5.el7.noarch 26/56
17788 Installing : php-pear-Mail-Mime-1.10.0-1.el7.noarch 27/56
17789 Installing : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 28/56
17790 Installing : php-pear-Net-LDAP2-2.0.12-21.7.el7.kolab_3.5.noarch 29/56
17791 Installing : php-Net-LDAP3-1.0.4-2.2.el7.kolab_3.5.noarch 30/56
17792 Installing : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 31/56
17793 Installing : php-pear-Net-SMTP-1.7.1-1.el7.noarch 32/56
17794 Installing : php-pear-Net-Sieve-1.3.4-1.el7.noarch 33/56
17795 Installing : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 34/56
17796 Installing : php-pear-DB-1.7.14-6.el7.noarch 35/56
17797 Installing : libmcrypt-2.5.8-13.el7.x86_64 36/56
17798 Installing : php-mcrypt-5.4.16-3.el7.x86_64 37/56
17799 Installing : roundcubemail-core-assets-1.2-64.1.el7.kolab_3.5.noarch 38/56
17800 Installing : php-pdo-5.4.16-36.el7_1.x86_64 39/56
17801 Installing : php-mysqlnd-5.4.16-36.el7_1.x86_64 40/56
17802 Installing : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 41/56
17803 Installing : roundcubemail-skin-larry-1.2-64.1.el7.kolab_3.5.noarch 42/56
17804 Installing : roundcubemail-plugin-filesystem_attachments-1.2-64.1.el7 43/56
17805 Installing : roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch 44/56
17806 Installing : roundcubemail-plugin-jqueryui-1.2-64.1.el7.kolab_3.5.noa 45/56
17807 Installing : roundcubemail-plugin-jqueryui-skin-larry-1.2-64.1.el7.ko 46/56
17808 Installing : roundcubemail-plugin-acl-skin-larry-1.2-64.1.el7.kolab_3 47/56
17809 Installing : roundcubemail-plugin-acl-1.2-64.1.el7.kolab_3.5.noarch 48/56
17810 Installing : roundcubemail-plugin-managesieve-skin-larry-1.2-64.1.el7 49/56
17811 Installing : roundcubemail-plugin-managesieve-1.2-64.1.el7.kolab_3.5. 50/56
17812 Installing : roundcubemail-plugin-password-1.2-64.1.el7.kolab_3.5.noa 51/56
17813 Installing : roundcubemail-skin-chameleon-core-0.3.6-4.2.el7.kolab_3. 52/56
17814 Installing : roundcubemail-skin-chameleon-0.3.6-4.2.el7.kolab_3.5.noa 53/56
17815 Installing : roundcubemail-plugin-archive-1.2-64.1.el7.kolab_3.5.noar 54/56
17816 Installing : roundcubemail-plugin-zipdownload-1.2-64.1.el7.kolab_3.5. 55/56
17817 Installing : roundcubemail-1.2-64.1.el7.kolab_3.5.noarch 56/56
17818ERROR: SQLSTATE[HY000] [2002] No such file or directoryError 500: Error connecting to database: SQLSTATE[HY000] [2002] No such file or directory
17819 Verifying : roundcubemail-plugin-jqueryui-skin-larry-1.2-64.1.el7.ko 1/56
17820 Verifying : roundcubemail-skin-larry-1.2-64.1.el7.kolab_3.5.noarch 2/56
17821 Verifying : php-Net-LDAP3-1.0.4-2.2.el7.kolab_3.5.noarch 3/56
17822 Verifying : php-pdo-5.4.16-36.el7_1.x86_64 4/56
17823 Verifying : roundcubemail-plugin-jqueryui-assets-1.2-64.1.el7.kolab_ 5/56
17824 Verifying : roundcubemail-core-1.2-64.1.el7.kolab_3.5.noarch 6/56
17825 Verifying : roundcubemail-core-assets-1.2-64.1.el7.kolab_3.5.noarch 7/56
17826 Verifying : roundcubemail-plugin-acl-skin-larry-assets-1.2-64.1.el7. 8/56
17827 Verifying : libmcrypt-2.5.8-13.el7.x86_64 9/56
17828 Verifying : roundcubemail-plugin-password-1.2-64.1.el7.kolab_3.5.noa 10/56
17829 Verifying : roundcubemail-plugin-acl-assets-1.2-64.1.el7.kolab_3.5.n 11/56
17830 Verifying : roundcubemail-plugin-acl-1.2-64.1.el7.kolab_3.5.noarch 12/56
17831 Verifying : roundcubemail-plugin-managesieve-skin-larry-assets-1.2-6 13/56
17832 Verifying : php-process-5.4.16-36.el7_1.x86_64 14/56
17833 Verifying : 1:php-pear-1.9.4-21.el7.noarch 15/56
17834 Verifying : php-ldap-5.4.16-36.el7_1.x86_64 16/56
17835 Verifying : roundcubemail-plugin-archive-assets-1.2-64.1.el7.kolab_3 17/56
17836 Verifying : php-mysqlnd-5.4.16-36.el7_1.x86_64 18/56
17837 Verifying : php-pear-Net-IDNA2-0.1.1-10.el7.noarch 19/56
17838 Verifying : t1lib-5.1.2-14.el7.x86_64 20/56
17839 Verifying : roundcubemail-skin-larry-assets-1.2-64.1.el7.kolab_3.5.n 21/56
17840 Verifying : php-xml-5.4.16-36.el7_1.x86_64 22/56
17841 Verifying : php-pear-Mail-Mime-1.10.0-1.el7.noarch 23/56
17842 Verifying : roundcubemail-skin-chameleon-core-0.3.6-4.2.el7.kolab_3. 24/56
17843 Verifying : php-pear-MDB2-2.5.0-0.9.b5.el7.noarch 25/56
17844 Verifying : roundcubemail-plugin-managesieve-1.2-64.1.el7.kolab_3.5. 26/56
17845 Verifying : php-pear-Net-SMTP-1.7.1-1.el7.noarch 27/56
17846 Verifying : php-pear-Net-LDAP2-2.0.12-21.7.el7.kolab_3.5.noarch 28/56
17847 Verifying : roundcubemail-plugin-managesieve-assets-1.2-64.1.el7.kol 29/56
17848 Verifying : libxslt-1.1.28-5.el7.x86_64 30/56
17849 Verifying : libXpm-3.5.11-3.el7.x86_64 31/56
17850 Verifying : roundcubemail-plugin-filesystem_attachments-assets-1.2-6 32/56
17851 Verifying : roundcubemail-plugin-jqueryui-1.2-64.1.el7.kolab_3.5.noa 33/56
17852 Verifying : roundcubemail-plugin-managesieve-skin-larry-1.2-64.1.el7 34/56
17853 Verifying : php-pear-Mail-mimeDecode-1.5.5-7.el7.noarch 35/56
17854 Verifying : roundcubemail-skin-chameleon-assets-0.3.6-4.2.el7.kolab_ 36/56
17855 Verifying : roundcubemail-plugin-zipdownload-assets-1.2-64.1.el7.kol 37/56
17856 Verifying : php-gd-5.4.16-36.el7_1.x86_64 38/56
17857 Verifying : roundcubemail-1.2-64.1.el7.kolab_3.5.noarch 39/56
17858 Verifying : php-pear-Net-Socket-1.0.14-1.el7.noarch 40/56
17859 Verifying : mozldap-6.0.5-38.7.el7.kolab_3.5.x86_64 41/56
17860 Verifying : php-pear-DB-1.7.14-6.el7.noarch 42/56
17861 Verifying : roundcubemail-plugin-jqueryui-skin-larry-assets-1.2-64.1 43/56
17862 Verifying : php-mcrypt-5.4.16-3.el7.x86_64 44/56
17863 Verifying : roundcubemail-plugin-archive-1.2-64.1.el7.kolab_3.5.noar 45/56
17864 Verifying : php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el7.noarch 46/56
17865 Verifying : php-pear-Net-Sieve-1.3.4-1.el7.noarch 47/56
17866 Verifying : svrcore-4.0.4-11.el7.x86_64 48/56
17867 Verifying : roundcubemail-plugin-zipdownload-1.2-64.1.el7.kolab_3.5. 49/56
17868 Verifying : mozldap-tools-6.0.5-38.7.el7.kolab_3.5.x86_64 50/56
17869 Verifying : roundcubemail-plugin-password-assets-1.2-64.1.el7.kolab_ 51/56
17870 Verifying : php-mbstring-5.4.16-36.el7_1.x86_64 52/56
17871 Verifying : php-pear-Auth-SASL-1.0.6-5.el7.noarch 53/56
17872 Verifying : roundcubemail-plugin-filesystem_attachments-1.2-64.1.el7 54/56
17873 Verifying : roundcubemail-plugin-acl-skin-larry-1.2-64.1.el7.kolab_3 55/56
17874 Verifying : roundcubemail-skin-chameleon-0.3.6-4.2.el7.kolab_3.5.noa 56/56
17875
17876Installed:
17877 roundcubemail.noarch 0:1.2-64.1.el7.kolab_3.5
17878
17879Dependency Installed:
17880 libXpm.x86_64 0:3.5.11-3.el7
17881 libmcrypt.x86_64 0:2.5.8-13.el7
17882 libxslt.x86_64 0:1.1.28-5.el7
17883 mozldap.x86_64 0:6.0.5-38.7.el7.kolab_3.5
17884 mozldap-tools.x86_64 0:6.0.5-38.7.el7.kolab_3.5
17885 php-Net-LDAP3.noarch 0:1.0.4-2.2.el7.kolab_3.5
17886 php-gd.x86_64 0:5.4.16-36.el7_1
17887 php-ldap.x86_64 0:5.4.16-36.el7_1
17888 php-mbstring.x86_64 0:5.4.16-36.el7_1
17889 php-mcrypt.x86_64 0:5.4.16-3.el7
17890 php-mysqlnd.x86_64 0:5.4.16-36.el7_1
17891 php-pdo.x86_64 0:5.4.16-36.el7_1
17892 php-pear.noarch 1:1.9.4-21.el7
17893 php-pear-Auth-SASL.noarch 0:1.0.6-5.el7
17894 php-pear-DB.noarch 0:1.7.14-6.el7
17895 php-pear-MDB2.noarch 0:2.5.0-0.9.b5.el7
17896 php-pear-MDB2-Driver-mysqli.noarch 0:1.5.0-0.8.b4.el7
17897 php-pear-Mail-Mime.noarch 0:1.10.0-1.el7
17898 php-pear-Mail-mimeDecode.noarch 0:1.5.5-7.el7
17899 php-pear-Net-IDNA2.noarch 0:0.1.1-10.el7
17900 php-pear-Net-LDAP2.noarch 0:2.0.12-21.7.el7.kolab_3.5
17901 php-pear-Net-SMTP.noarch 0:1.7.1-1.el7
17902 php-pear-Net-Sieve.noarch 0:1.3.4-1.el7
17903 php-pear-Net-Socket.noarch 0:1.0.14-1.el7
17904 php-process.x86_64 0:5.4.16-36.el7_1
17905 php-xml.x86_64 0:5.4.16-36.el7_1
17906 roundcubemail-core.noarch 0:1.2-64.1.el7.kolab_3.5
17907 roundcubemail-core-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17908 roundcubemail-plugin-acl.noarch 0:1.2-64.1.el7.kolab_3.5
17909 roundcubemail-plugin-acl-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17910 roundcubemail-plugin-acl-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5
17911 roundcubemail-plugin-acl-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17912 roundcubemail-plugin-archive.noarch 0:1.2-64.1.el7.kolab_3.5
17913 roundcubemail-plugin-archive-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17914 roundcubemail-plugin-filesystem_attachments.noarch 0:1.2-64.1.el7.kolab_3.5
17915 roundcubemail-plugin-filesystem_attachments-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17916 roundcubemail-plugin-jqueryui.noarch 0:1.2-64.1.el7.kolab_3.5
17917 roundcubemail-plugin-jqueryui-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17918 roundcubemail-plugin-jqueryui-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5
17919 roundcubemail-plugin-jqueryui-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17920 roundcubemail-plugin-managesieve.noarch 0:1.2-64.1.el7.kolab_3.5
17921 roundcubemail-plugin-managesieve-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17922 roundcubemail-plugin-managesieve-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5
17923 roundcubemail-plugin-managesieve-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17924 roundcubemail-plugin-password.noarch 0:1.2-64.1.el7.kolab_3.5
17925 roundcubemail-plugin-password-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17926 roundcubemail-plugin-zipdownload.noarch 0:1.2-64.1.el7.kolab_3.5
17927 roundcubemail-plugin-zipdownload-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17928 roundcubemail-skin-chameleon.noarch 0:0.3.6-4.2.el7.kolab_3.5
17929 roundcubemail-skin-chameleon-assets.noarch 0:0.3.6-4.2.el7.kolab_3.5
17930 roundcubemail-skin-chameleon-core.noarch 0:0.3.6-4.2.el7.kolab_3.5
17931 roundcubemail-skin-larry.noarch 0:1.2-64.1.el7.kolab_3.5
17932 roundcubemail-skin-larry-assets.noarch 0:1.2-64.1.el7.kolab_3.5
17933 svrcore.x86_64 0:4.0.4-11.el7
17934 t1lib.x86_64 0:5.1.2-14.el7
17935
17936Complete!
17937Loaded plugins: priorities
17938Cleaning repos: Kolab_Development base epel extras updates
17939Cleaning up everything
17940 ---> 25c0c0d70734
17941Removing intermediate container 258674febed0
17942Successfully built 25c0c0d70734
17943== ./03-asav-in ==
17944Sending build context to Docker daemon 2.048 kB
17945Sending build context to Docker daemon 2.048 kB
17946
17947Step 0 : FROM kolab/base-asav:latest
17948 ---> 1f1f2006cbc6
17949Step 1 : ENV KOLAB_ROLE ASAV_IN
17950 ---> Running in 6194a13bd3e9
17951 ---> e6376c8aec8d
17952Removing intermediate container 6194a13bd3e9
17953Successfully built e6376c8aec8d
17954== ./03-asav-out ==
17955Sending build context to Docker daemon 2.048 kB
17956Sending build context to Docker daemon 2.048 kB
17957
17958Step 0 : FROM kolab/base-asav:latest
17959 ---> 1f1f2006cbc6
17960Step 1 : ENV KOLAB_ROLE ASAV_OUT
17961 ---> Running in e8483d7324c2
17962 ---> 71cfc0140a3d
17963Removing intermediate container e8483d7324c2
17964Successfully built 71cfc0140a3d
17965== ./03-chwala ==
17966Sending build context to Docker daemon 3.072 kB
17967Sending build context to Docker daemon 3.072 kB
17968
17969Step 0 : FROM kolab/base-web-rc:latest
17970 ---> 25c0c0d70734
17971Step 1 : RUN yum -y install chwala && yum clean all
17972 ---> Running in 5ef1081725dd
17973Loaded plugins: priorities
17974158 packages excluded due to repository priority protections
17975Resolving Dependencies
17976--> Running transaction check
17977---> Package chwala.noarch 0:0.4-2.1.el7.kolab_3.5 will be installed
17978--> Processing Dependency: php-Smarty >= 3.1.7 for package: chwala-0.4-2.1.el7.kolab_3.5.noarch
17979--> Processing Dependency: php-pear(HTTP_Request2) for package: chwala-0.4-2.1.el7.kolab_3.5.noarch
17980--> Processing Dependency: roundcubemail-plugins-kolab for package: chwala-0.4-2.1.el7.kolab_3.5.noarch
17981--> Running transaction check
17982---> Package php-Smarty.noarch 0:3.1.21-1.el7 will be installed
17983---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
17984--> Processing Dependency: php-pear(Net_URL2) >= 2.0.0 for package: php-pear-HTTP-Request2-2.2.1-1.el7.noarch
17985---> Package roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
17986--> Processing Dependency: roundcubemail(plugin-kolab_auth) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17987--> Processing Dependency: roundcubemail(plugin-calendar) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17988--> Processing Dependency: roundcubemail(plugin-tasklist) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17989--> Processing Dependency: roundcubemail(plugin-odfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17990--> Processing Dependency: roundcubemail(plugin-kolab_delegation) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17991--> Processing Dependency: roundcubemail(plugin-kolab_config) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17992--> Processing Dependency: roundcubemail(plugin-kolab_tags) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17993--> Processing Dependency: roundcubemail(plugin-kolab_folders) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17994--> Processing Dependency: roundcubemail(plugin-pdfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17995--> Processing Dependency: roundcubemail(plugin-kolab_activesync) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17996--> Processing Dependency: roundcubemail(plugin-kolab_addressbook) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17997--> Processing Dependency: roundcubemail(plugin-kolab_files) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17998--> Processing Dependency: roundcubemail(plugin-kolab_notes) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
17999--> Running transaction check
18000---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
18001---> Package roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18002--> Processing Dependency: roundcubemail(plugin-calendar-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18003--> Processing Dependency: roundcubemail(plugin-libkolab) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18004--> Processing Dependency: roundcubemail(plugin-calendar-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18005--> Processing Dependency: roundcubemail(plugin-libcalendaring) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18006---> Package roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18007--> Processing Dependency: roundcubemail(plugin-kolab_activesync-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
18008--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
18009---> Package roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18010--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
18011--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
18012---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18013--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.noarch
18014---> Package roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18015--> Processing Dependency: roundcubemail(plugin-kolab_config-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5.noarch
18016---> Package roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18017--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
18018--> Processing Dependency: roundcubemail(plugin-kolab_delegation-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
18019---> Package roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18020--> Processing Dependency: roundcubemail(plugin-kolab_files-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
18021--> Processing Dependency: roundcubemail(plugin-kolab_files-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
18022---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18023--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3.5.noarch
18024---> Package roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18025--> Processing Dependency: roundcubemail(plugin-kolab_notes-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
18026--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
18027---> Package roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18028--> Processing Dependency: roundcubemail(plugin-kolab_tags-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
18029--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
18030---> Package roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18031--> Processing Dependency: roundcubemail(plugin-odfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.noarch
18032---> Package roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18033--> Processing Dependency: roundcubemail(plugin-pdfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.noarch
18034---> Package roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18035--> Processing Dependency: roundcubemail(plugin-tasklist-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
18036--> Processing Dependency: roundcubemail(plugin-tasklist-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
18037--> Running transaction check
18038---> Package roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18039---> Package roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18040--> Processing Dependency: roundcubemail(plugin-calendar-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18041---> Package roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18042---> Package roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18043--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18044---> Package roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18045---> Package roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18046--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18047---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18048---> Package roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18049---> Package roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18050---> Package roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18051--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18052---> Package roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18053---> Package roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18054--> Processing Dependency: roundcubemail(plugin-kolab_files-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18055---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18056---> Package roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18057---> Package roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18058--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18059---> Package roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18060---> Package roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18061--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18062---> Package roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18063--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
18064--> Processing Dependency: roundcubemail(plugin-libcalendaring-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
18065---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18066--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
18067--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
18068---> Package roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18069---> Package roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18070---> Package roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18071---> Package roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18072--> Processing Dependency: roundcubemail(plugin-tasklist-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18073--> Running transaction check
18074---> Package roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18075---> Package roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18076---> Package roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18077---> Package roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18078---> Package roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18079---> Package roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18080---> Package roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18081---> Package roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18082---> Package roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18083---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18084---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18085---> Package roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18086--> Finished Dependency Resolution
18087
18088Dependencies Resolved
18089
18090================================================================================
18091 Package Arch Version Repository Size
18092================================================================================
18093Installing:
18094 chwala noarch 0.4-2.1.el7.kolab_3.5 Kolab_Development 1.6 M
18095Installing for dependencies:
18096 php-Smarty noarch 3.1.21-1.el7 epel 192 k
18097 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
18098 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
18099 roundcubemail-plugin-calendar
18100 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 235 k
18101 roundcubemail-plugin-calendar-assets
18102 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 561 k
18103 roundcubemail-plugin-calendar-skin-larry
18104 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 17 k
18105 roundcubemail-plugin-calendar-skin-larry-assets
18106 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 45 k
18107 roundcubemail-plugin-kolab_activesync
18108 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
18109 roundcubemail-plugin-kolab_activesync-assets
18110 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.7 k
18111 roundcubemail-plugin-kolab_activesync-skin-larry
18112 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18113 roundcubemail-plugin-kolab_activesync-skin-larry-assets
18114 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
18115 roundcubemail-plugin-kolab_addressbook
18116 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 73 k
18117 roundcubemail-plugin-kolab_addressbook-assets
18118 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 111 k
18119 roundcubemail-plugin-kolab_addressbook-skin-larry
18120 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18121 roundcubemail-plugin-kolab_addressbook-skin-larry-assets
18122 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
18123 roundcubemail-plugin-kolab_auth
18124 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
18125 roundcubemail-plugin-kolab_auth-assets
18126 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
18127 roundcubemail-plugin-kolab_config
18128 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 22 k
18129 roundcubemail-plugin-kolab_config-assets
18130 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
18131 roundcubemail-plugin-kolab_delegation
18132 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 40 k
18133 roundcubemail-plugin-kolab_delegation-assets
18134 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18135 roundcubemail-plugin-kolab_delegation-skin-larry
18136 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18137 roundcubemail-plugin-kolab_delegation-skin-larry-assets
18138 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18139 roundcubemail-plugin-kolab_files
18140 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 47 k
18141 roundcubemail-plugin-kolab_files-assets
18142 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 21 k
18143 roundcubemail-plugin-kolab_files-skin-larry
18144 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
18145 roundcubemail-plugin-kolab_files-skin-larry-assets
18146 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 20 k
18147 roundcubemail-plugin-kolab_folders
18148 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 34 k
18149 roundcubemail-plugin-kolab_folders-assets
18150 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
18151 roundcubemail-plugin-kolab_notes
18152 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
18153 roundcubemail-plugin-kolab_notes-assets
18154 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
18155 roundcubemail-plugin-kolab_notes-skin-larry
18156 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18157 roundcubemail-plugin-kolab_notes-skin-larry-assets
18158 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
18159 roundcubemail-plugin-kolab_tags
18160 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 33 k
18161 roundcubemail-plugin-kolab_tags-assets
18162 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18163 roundcubemail-plugin-kolab_tags-skin-larry
18164 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.6 k
18165 roundcubemail-plugin-kolab_tags-skin-larry-assets
18166 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18167 roundcubemail-plugin-libcalendaring
18168 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 112 k
18169 roundcubemail-plugin-libcalendaring-assets
18170 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 16 k
18171 roundcubemail-plugin-libcalendaring-skin-larry-assets
18172 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18173 roundcubemail-plugin-libkolab
18174 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 118 k
18175 roundcubemail-plugin-libkolab-assets
18176 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18177 roundcubemail-plugin-libkolab-skin-larry-assets
18178 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 11 k
18179 roundcubemail-plugin-odfviewer
18180 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 23 k
18181 roundcubemail-plugin-odfviewer-assets
18182 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 113 k
18183 roundcubemail-plugin-pdfviewer
18184 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 24 k
18185 roundcubemail-plugin-pdfviewer-assets
18186 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 517 k
18187 roundcubemail-plugin-tasklist
18188 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 130 k
18189 roundcubemail-plugin-tasklist-assets
18190 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 83 k
18191 roundcubemail-plugin-tasklist-skin-larry
18192 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
18193 roundcubemail-plugin-tasklist-skin-larry-assets
18194 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
18195 roundcubemail-plugins-kolab
18196 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
18197
18198Transaction Summary
18199================================================================================
18200Install 1 Package (+52 Dependent packages)
18201
18202Total download size: 4.7 M
18203Installed size: 18 M
18204Downloading packages:
18205--------------------------------------------------------------------------------
18206Total 8.7 MB/s | 4.7 MB 00:00
18207Running transaction check
18208Running transaction test
18209Transaction test succeeded
18210Running transaction
18211 Installing : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 1/53
18212 Installing : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 2/53
18213 Installing : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 3/53
18214 Installing : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 4/53
18215 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 5/53
18216 Installing : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 6/53
18217 Installing : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 7/53
18218 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 8/53
18219 Installing : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 9/53
18220 Installing : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 10/53
18221 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 11/53
18222 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 12/53
18223 Installing : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 13/53
18224 Installing : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 14/53
18225 Installing : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 15/53
18226 Installing : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 16/53
18227 Installing : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 17/53
18228 Installing : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 18/53
18229 Installing : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 19/53
18230 Installing : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 20/53
18231 Installing : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 21/53
18232 Installing : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 22/53
18233 Installing : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 23/53
18234 Installing : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 24/53
18235 Installing : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 25/53
18236 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 26/53
18237 Installing : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 27/53
18238 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 28/53
18239 Installing : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 29/53
18240 Installing : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 30/53
18241 Installing : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 31/53
18242 Installing : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 32/53
18243 Installing : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 33/53
18244 Installing : php-Smarty-3.1.21-1.el7.noarch 34/53
18245 Installing : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 35/53
18246 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 36/53
18247 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 37/53
18248 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 38/53
18249 Installing : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 39/53
18250 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 40/53
18251 Installing : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 41/53
18252 Installing : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 42/53
18253 Installing : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 43/53
18254 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 44/53
18255 Installing : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 45/53
18256 Installing : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 46/53
18257 Installing : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 47/53
18258 Installing : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 48/53
18259 Installing : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 49/53
18260 Installing : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 50/53
18261 Installing : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 51/53
18262 Installing : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 52/53
18263 Installing : chwala-0.4-2.1.el7.kolab_3.5.noarch 53/53
18264 Verifying : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 1/53
18265 Verifying : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 2/53
18266 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 3/53
18267 Verifying : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 4/53
18268 Verifying : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 5/53
18269 Verifying : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 6/53
18270 Verifying : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 7/53
18271 Verifying : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 8/53
18272 Verifying : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 9/53
18273 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 10/53
18274 Verifying : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 11/53
18275 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 12/53
18276 Verifying : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 13/53
18277 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 14/53
18278 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 15/53
18279 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 16/53
18280 Verifying : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 17/53
18281 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 18/53
18282 Verifying : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 19/53
18283 Verifying : php-Smarty-3.1.21-1.el7.noarch 20/53
18284 Verifying : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 21/53
18285 Verifying : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 22/53
18286 Verifying : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 23/53
18287 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 24/53
18288 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 25/53
18289 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 26/53
18290 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 27/53
18291 Verifying : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 28/53
18292 Verifying : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 29/53
18293 Verifying : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 30/53
18294 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 31/53
18295 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 32/53
18296 Verifying : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 33/53
18297 Verifying : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 34/53
18298 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 35/53
18299 Verifying : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 36/53
18300 Verifying : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 37/53
18301 Verifying : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 38/53
18302 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 39/53
18303 Verifying : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 40/53
18304 Verifying : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 41/53
18305 Verifying : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 42/53
18306 Verifying : chwala-0.4-2.1.el7.kolab_3.5.noarch 43/53
18307 Verifying : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 44/53
18308 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 45/53
18309 Verifying : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 46/53
18310 Verifying : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 47/53
18311 Verifying : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 48/53
18312 Verifying : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 49/53
18313 Verifying : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 50/53
18314 Verifying : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 51/53
18315 Verifying : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 52/53
18316 Verifying : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 53/53
18317
18318Installed:
18319 chwala.noarch 0:0.4-2.1.el7.kolab_3.5
18320
18321Dependency Installed:
18322 php-Smarty.noarch 0:3.1.21-1.el7
18323 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
18324 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
18325 roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5
18326 roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18327 roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18328 roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18329 roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5
18330 roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18331 roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18332 roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18333 roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5
18334 roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18335 roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18336 roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18337 roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5
18338 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18339 roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5
18340 roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18341 roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5
18342 roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18343 roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18344 roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18345 roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5
18346 roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18347 roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18348 roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18349 roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5
18350 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18351 roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5
18352 roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18353 roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18354 roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18355 roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5
18356 roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18357 roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18358 roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18359 roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5
18360 roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18361 roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18362 roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5
18363 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18364 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18365 roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
18366 roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18367 roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
18368 roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18369 roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5
18370 roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18371 roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18372 roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18373 roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5
18374
18375Complete!
18376Loaded plugins: priorities
18377Cleaning repos: Kolab_Development base epel extras updates
18378Cleaning up everything
18379 ---> 71eba04c3b4a
18380Removing intermediate container 5ef1081725dd
18381Step 2 : ADD /entrypoint.sh /entrypoint.sh
18382 ---> 6d1dce3c8e80
18383Removing intermediate container c290563fbfc1
18384Step 3 : RUN chmod a+x /entrypoint.sh
18385 ---> Running in c64cdc2ea49d
18386 ---> 52d248e0e157
18387Removing intermediate container c64cdc2ea49d
18388Successfully built 52d248e0e157
18389== ./03-ext-mx-in ==
18390Sending build context to Docker daemon 5.12 kB
18391Sending build context to Docker daemon 5.12 kB
18392
18393Step 0 : FROM kolab/base-mx:latest
18394 ---> 7baf009ca386
18395Step 1 : EXPOSE 25 10025
18396 ---> Running in 2ff78c77c17f
18397 ---> 8979c1751dda
18398Removing intermediate container 2ff78c77c17f
18399Step 2 : ADD /entrypoint.sh /entrypoint.sh
18400 ---> 7baa0cb3c719
18401Removing intermediate container 7a377467e89d
18402Step 3 : RUN chmod a+x /entrypoint.sh
18403 ---> Running in 1acc449f9cc8
18404 ---> 7860d178834c
18405Removing intermediate container 1acc449f9cc8
18406Step 4 : CMD /usr/libexec/postfix/master -D
18407 ---> Running in c674ce321dc4
18408 ---> ff1ebadd817f
18409Removing intermediate container c674ce321dc4
18410Successfully built ff1ebadd817f
18411== ./03-ext-mx-out ==
18412Sending build context to Docker daemon 4.608 kB
18413Sending build context to Docker daemon 4.608 kB
18414
18415Step 0 : FROM kolab/base-mx:latest
18416 ---> 7baf009ca386
18417Step 1 : EXPOSE 25 10025
18418 ---> Using cache
18419 ---> 8979c1751dda
18420Step 2 : ADD /entrypoint.sh /entrypoint.sh
18421 ---> 03a78848cb8c
18422Removing intermediate container 393dbcc63dc4
18423Step 3 : RUN chmod a+x /entrypoint.sh
18424 ---> Running in f71c33170749
18425 ---> e103d1f1b17d
18426Removing intermediate container f71c33170749
18427Step 4 : CMD /usr/libexec/postfix/master -D
18428 ---> Running in d40e1bf4647a
18429 ---> 6506b03eaabd
18430Removing intermediate container d40e1bf4647a
18431Successfully built 6506b03eaabd
18432== ./03-freebusy ==
18433Sending build context to Docker daemon 3.072 kB
18434Sending build context to Docker daemon 3.072 kB
18435
18436Step 0 : FROM kolab/base-web-rc:latest
18437 ---> 25c0c0d70734
18438Step 1 : RUN yum -y install kolab-freebusy && yum clean all
18439 ---> Running in b054ec2edf96
18440Loaded plugins: priorities
18441158 packages excluded due to repository priority protections
18442Resolving Dependencies
18443--> Running transaction check
18444---> Package kolab-freebusy.noarch 0:1.1-9.49.el7.kolab_3.5 will be installed
18445--> Processing Dependency: php-sabre-dav >= 2.1.3 for package: kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch
18446--> Processing Dependency: logrotate for package: kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch
18447--> Processing Dependency: kolab-utils for package: kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch
18448--> Processing Dependency: php-Monolog for package: kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch
18449--> Processing Dependency: roundcubemail-plugins-kolab for package: kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch
18450--> Running transaction check
18451---> Package kolab-utils.x86_64 0:3.1-19.14.el7.kolab_3.5 will be installed
18452---> Package logrotate.x86_64 0:3.8.6-7.el7_2 will be installed
18453---> Package php-Monolog.noarch 0:1.17.2-1.el7 will be installed
18454--> Processing Dependency: php-composer(psr/log) < 2.0 for package: php-Monolog-1.17.2-1.el7.noarch
18455--> Processing Dependency: php-composer(psr/log) >= 1.0 for package: php-Monolog-1.17.2-1.el7.noarch
18456--> Processing Dependency: php-composer(symfony/class-loader) for package: php-Monolog-1.17.2-1.el7.noarch
18457---> Package php-sabre-dav.noarch 0:2.1.6-1.5.el7.kolab_3.5 will be installed
18458--> Processing Dependency: php-sabre-vobject < 4 for package: php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch
18459--> Processing Dependency: php-sabre-http >= 2.0.4 for package: php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch
18460--> Processing Dependency: php-sabre-vobject >= 3.3.4 for package: php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch
18461---> Package roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18462--> Processing Dependency: roundcubemail(plugin-kolab_auth) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18463--> Processing Dependency: roundcubemail(plugin-calendar) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18464--> Processing Dependency: roundcubemail(plugin-tasklist) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18465--> Processing Dependency: roundcubemail(plugin-odfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18466--> Processing Dependency: roundcubemail(plugin-kolab_delegation) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18467--> Processing Dependency: roundcubemail(plugin-kolab_config) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18468--> Processing Dependency: roundcubemail(plugin-kolab_tags) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18469--> Processing Dependency: roundcubemail(plugin-kolab_folders) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18470--> Processing Dependency: roundcubemail(plugin-pdfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18471--> Processing Dependency: roundcubemail(plugin-kolab_activesync) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18472--> Processing Dependency: roundcubemail(plugin-kolab_addressbook) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18473--> Processing Dependency: roundcubemail(plugin-kolab_files) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18474--> Processing Dependency: roundcubemail(plugin-kolab_notes) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18475--> Processing Dependency: php-pear(HTTP_Request2) for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
18476--> Running transaction check
18477---> Package php-PsrLog.noarch 0:1.0.0-6.el7 will be installed
18478---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
18479--> Processing Dependency: php-pear(Net_URL2) >= 2.0.0 for package: php-pear-HTTP-Request2-2.2.1-1.el7.noarch
18480---> Package php-sabre-http.noarch 0:2.0.4-2.6.el7.kolab_3.5 will be installed
18481--> Processing Dependency: php-composer(sabre/event) < 3 for package: php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch
18482--> Processing Dependency: php-composer(sabre/event) >= 1.0.0 for package: php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch
18483---> Package php-sabre-vobject.noarch 0:3.4.5-1.5.el7.kolab_3.5 will be installed
18484---> Package php-symfony-class-loader.noarch 0:2.5.12-1.el7 will be installed
18485--> Processing Dependency: php-symfony-common = 2.5.12-1.el7 for package: php-symfony-class-loader-2.5.12-1.el7.noarch
18486---> Package roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18487--> Processing Dependency: roundcubemail(plugin-calendar-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18488--> Processing Dependency: roundcubemail(plugin-libkolab) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18489--> Processing Dependency: roundcubemail(plugin-calendar-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18490--> Processing Dependency: roundcubemail(plugin-libcalendaring) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
18491---> Package roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18492--> Processing Dependency: roundcubemail(plugin-kolab_activesync-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
18493--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
18494---> Package roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18495--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
18496--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
18497---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18498--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.noarch
18499---> Package roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18500--> Processing Dependency: roundcubemail(plugin-kolab_config-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5.noarch
18501---> Package roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18502--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
18503--> Processing Dependency: roundcubemail(plugin-kolab_delegation-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
18504---> Package roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18505--> Processing Dependency: roundcubemail(plugin-kolab_files-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
18506--> Processing Dependency: roundcubemail(plugin-kolab_files-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
18507---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18508--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3.5.noarch
18509---> Package roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18510--> Processing Dependency: roundcubemail(plugin-kolab_notes-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
18511--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
18512---> Package roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18513--> Processing Dependency: roundcubemail(plugin-kolab_tags-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
18514--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
18515---> Package roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18516--> Processing Dependency: roundcubemail(plugin-odfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.noarch
18517---> Package roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18518--> Processing Dependency: roundcubemail(plugin-pdfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.noarch
18519---> Package roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18520--> Processing Dependency: roundcubemail(plugin-tasklist-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
18521--> Processing Dependency: roundcubemail(plugin-tasklist-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
18522--> Running transaction check
18523---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
18524---> Package php-sabre-event.noarch 0:1.0.1-2.6.el7.kolab_3.5 will be installed
18525---> Package php-symfony-common.noarch 0:2.5.12-1.el7 will be installed
18526---> Package roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18527---> Package roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18528--> Processing Dependency: roundcubemail(plugin-calendar-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18529---> Package roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18530---> Package roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18531--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18532---> Package roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18533---> Package roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18534--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18535---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18536---> Package roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18537---> Package roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18538---> Package roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18539--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18540---> Package roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18541---> Package roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18542--> Processing Dependency: roundcubemail(plugin-kolab_files-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18543---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18544---> Package roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18545---> Package roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18546--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18547---> Package roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18548---> Package roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18549--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18550---> Package roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18551--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
18552--> Processing Dependency: roundcubemail(plugin-libcalendaring-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
18553---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18554--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
18555--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
18556---> Package roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18557---> Package roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18558---> Package roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18559---> Package roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18560--> Processing Dependency: roundcubemail(plugin-tasklist-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
18561--> Running transaction check
18562---> Package roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18563---> Package roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18564---> Package roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18565---> Package roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18566---> Package roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18567---> Package roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18568---> Package roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18569---> Package roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18570---> Package roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18571---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18572---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18573---> Package roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
18574--> Finished Dependency Resolution
18575
18576Dependencies Resolved
18577
18578================================================================================
18579 Package Arch Version Repository Size
18580================================================================================
18581Installing:
18582 kolab-freebusy noarch 1.1-9.49.el7.kolab_3.5 Kolab_Development 45 k
18583Installing for dependencies:
18584 kolab-utils x86_64 3.1-19.14.el7.kolab_3.5 Kolab_Development 197 k
18585 logrotate x86_64 3.8.6-7.el7_2 updates 66 k
18586 php-Monolog noarch 1.17.2-1.el7 epel 82 k
18587 php-PsrLog noarch 1.0.0-6.el7 epel 10 k
18588 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
18589 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
18590 php-sabre-dav noarch 2.1.6-1.5.el7.kolab_3.5 Kolab_Development 253 k
18591 php-sabre-event noarch 1.0.1-2.6.el7.kolab_3.5 Kolab_Development 9.1 k
18592 php-sabre-http noarch 2.0.4-2.6.el7.kolab_3.5 Kolab_Development 31 k
18593 php-sabre-vobject noarch 3.4.5-1.5.el7.kolab_3.5 Kolab_Development 91 k
18594 php-symfony-class-loader
18595 noarch 2.5.12-1.el7 epel 22 k
18596 php-symfony-common noarch 2.5.12-1.el7 epel 75 k
18597 roundcubemail-plugin-calendar
18598 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 235 k
18599 roundcubemail-plugin-calendar-assets
18600 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 561 k
18601 roundcubemail-plugin-calendar-skin-larry
18602 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 17 k
18603 roundcubemail-plugin-calendar-skin-larry-assets
18604 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 45 k
18605 roundcubemail-plugin-kolab_activesync
18606 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
18607 roundcubemail-plugin-kolab_activesync-assets
18608 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.7 k
18609 roundcubemail-plugin-kolab_activesync-skin-larry
18610 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18611 roundcubemail-plugin-kolab_activesync-skin-larry-assets
18612 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
18613 roundcubemail-plugin-kolab_addressbook
18614 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 73 k
18615 roundcubemail-plugin-kolab_addressbook-assets
18616 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 111 k
18617 roundcubemail-plugin-kolab_addressbook-skin-larry
18618 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18619 roundcubemail-plugin-kolab_addressbook-skin-larry-assets
18620 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
18621 roundcubemail-plugin-kolab_auth
18622 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
18623 roundcubemail-plugin-kolab_auth-assets
18624 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
18625 roundcubemail-plugin-kolab_config
18626 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 22 k
18627 roundcubemail-plugin-kolab_config-assets
18628 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
18629 roundcubemail-plugin-kolab_delegation
18630 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 40 k
18631 roundcubemail-plugin-kolab_delegation-assets
18632 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18633 roundcubemail-plugin-kolab_delegation-skin-larry
18634 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18635 roundcubemail-plugin-kolab_delegation-skin-larry-assets
18636 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18637 roundcubemail-plugin-kolab_files
18638 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 47 k
18639 roundcubemail-plugin-kolab_files-assets
18640 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 21 k
18641 roundcubemail-plugin-kolab_files-skin-larry
18642 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
18643 roundcubemail-plugin-kolab_files-skin-larry-assets
18644 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 20 k
18645 roundcubemail-plugin-kolab_folders
18646 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 34 k
18647 roundcubemail-plugin-kolab_folders-assets
18648 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
18649 roundcubemail-plugin-kolab_notes
18650 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
18651 roundcubemail-plugin-kolab_notes-assets
18652 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
18653 roundcubemail-plugin-kolab_notes-skin-larry
18654 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18655 roundcubemail-plugin-kolab_notes-skin-larry-assets
18656 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
18657 roundcubemail-plugin-kolab_tags
18658 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 33 k
18659 roundcubemail-plugin-kolab_tags-assets
18660 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18661 roundcubemail-plugin-kolab_tags-skin-larry
18662 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.6 k
18663 roundcubemail-plugin-kolab_tags-skin-larry-assets
18664 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18665 roundcubemail-plugin-libcalendaring
18666 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 112 k
18667 roundcubemail-plugin-libcalendaring-assets
18668 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 16 k
18669 roundcubemail-plugin-libcalendaring-skin-larry-assets
18670 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
18671 roundcubemail-plugin-libkolab
18672 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 118 k
18673 roundcubemail-plugin-libkolab-assets
18674 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
18675 roundcubemail-plugin-libkolab-skin-larry-assets
18676 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 11 k
18677 roundcubemail-plugin-odfviewer
18678 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 23 k
18679 roundcubemail-plugin-odfviewer-assets
18680 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 113 k
18681 roundcubemail-plugin-pdfviewer
18682 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 24 k
18683 roundcubemail-plugin-pdfviewer-assets
18684 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 517 k
18685 roundcubemail-plugin-tasklist
18686 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 130 k
18687 roundcubemail-plugin-tasklist-assets
18688 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 83 k
18689 roundcubemail-plugin-tasklist-skin-larry
18690 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
18691 roundcubemail-plugin-tasklist-skin-larry-assets
18692 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
18693 roundcubemail-plugins-kolab
18694 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
18695
18696Transaction Summary
18697================================================================================
18698Install 1 Package (+61 Dependent packages)
18699
18700Total download size: 3.7 M
18701Installed size: 13 M
18702Downloading packages:
18703--------------------------------------------------------------------------------
18704Total 5.9 MB/s | 3.7 MB 00:00
18705Running transaction check
18706Running transaction test
18707Transaction test succeeded
18708Running transaction
18709 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 1/62
18710 Installing : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 2/62
18711 Installing : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 3/62
18712 Installing : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 4/62
18713 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 5/62
18714 Installing : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 6/62
18715 Installing : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 7/62
18716 Installing : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 8/62
18717 Installing : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 9/62
18718 Installing : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 10/62
18719 Installing : logrotate-3.8.6-7.el7_2.x86_64 11/62
18720 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 12/62
18721 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 13/62
18722 Installing : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 14/62
18723 Installing : php-PsrLog-1.0.0-6.el7.noarch 15/62
18724 Installing : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 16/62
18725 Installing : php-symfony-common-2.5.12-1.el7.noarch 17/62
18726 Installing : php-symfony-class-loader-2.5.12-1.el7.noarch 18/62
18727 Installing : php-Monolog-1.17.2-1.el7.noarch 19/62
18728 Installing : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 20/62
18729 Installing : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 21/62
18730 Installing : kolab-utils-3.1-19.14.el7.kolab_3.5.x86_64 22/62
18731 Installing : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 23/62
18732 Installing : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 24/62
18733 Installing : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 25/62
18734 Installing : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 26/62
18735 Installing : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 27/62
18736 Installing : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 28/62
18737 Installing : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 29/62
18738 Installing : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 30/62
18739 Installing : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 31/62
18740 Installing : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 32/62
18741 Installing : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 33/62
18742 Installing : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 34/62
18743 Installing : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 35/62
18744 Installing : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 36/62
18745 Installing : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 37/62
18746 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 38/62
18747 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 39/62
18748 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 40/62
18749 Installing : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 41/62
18750 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 42/62
18751 Installing : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 43/62
18752 Installing : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 44/62
18753 Installing : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 45/62
18754 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 46/62
18755 Installing : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 47/62
18756 Installing : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 48/62
18757 Installing : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 49/62
18758 Installing : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 50/62
18759 Installing : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 51/62
18760 Installing : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 52/62
18761 Installing : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 53/62
18762 Installing : php-sabre-vobject-3.4.5-1.5.el7.kolab_3.5.noarch 54/62
18763 Installing : php-sabre-event-1.0.1-2.6.el7.kolab_3.5.noarch 55/62
18764 Installing : php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch 56/62
18765 Installing : php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch 57/62
18766 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 58/62
18767 Installing : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 59/62
18768 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 60/62
18769 Installing : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 61/62
18770 Installing : kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch 62/62
18771 Verifying : php-symfony-class-loader-2.5.12-1.el7.noarch 1/62
18772 Verifying : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 2/62
18773 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 3/62
18774 Verifying : php-sabre-event-1.0.1-2.6.el7.kolab_3.5.noarch 4/62
18775 Verifying : php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch 5/62
18776 Verifying : php-sabre-vobject-3.4.5-1.5.el7.kolab_3.5.noarch 6/62
18777 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 7/62
18778 Verifying : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 8/62
18779 Verifying : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 9/62
18780 Verifying : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 10/62
18781 Verifying : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 11/62
18782 Verifying : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 12/62
18783 Verifying : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 13/62
18784 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 14/62
18785 Verifying : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 15/62
18786 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 16/62
18787 Verifying : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 17/62
18788 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 18/62
18789 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 19/62
18790 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 20/62
18791 Verifying : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 21/62
18792 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 22/62
18793 Verifying : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 23/62
18794 Verifying : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 24/62
18795 Verifying : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 25/62
18796 Verifying : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 26/62
18797 Verifying : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 27/62
18798 Verifying : php-Monolog-1.17.2-1.el7.noarch 28/62
18799 Verifying : php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch 29/62
18800 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 30/62
18801 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 31/62
18802 Verifying : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 32/62
18803 Verifying : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 33/62
18804 Verifying : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 34/62
18805 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 35/62
18806 Verifying : kolab-utils-3.1-19.14.el7.kolab_3.5.x86_64 36/62
18807 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 37/62
18808 Verifying : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 38/62
18809 Verifying : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 39/62
18810 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 40/62
18811 Verifying : php-symfony-common-2.5.12-1.el7.noarch 41/62
18812 Verifying : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 42/62
18813 Verifying : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 43/62
18814 Verifying : php-PsrLog-1.0.0-6.el7.noarch 44/62
18815 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 45/62
18816 Verifying : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 46/62
18817 Verifying : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 47/62
18818 Verifying : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 48/62
18819 Verifying : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 49/62
18820 Verifying : logrotate-3.8.6-7.el7_2.x86_64 50/62
18821 Verifying : kolab-freebusy-1.1-9.49.el7.kolab_3.5.noarch 51/62
18822 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 52/62
18823 Verifying : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 53/62
18824 Verifying : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 54/62
18825 Verifying : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 55/62
18826 Verifying : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 56/62
18827 Verifying : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 57/62
18828 Verifying : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 58/62
18829 Verifying : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 59/62
18830 Verifying : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 60/62
18831 Verifying : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 61/62
18832 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 62/62
18833
18834Installed:
18835 kolab-freebusy.noarch 0:1.1-9.49.el7.kolab_3.5
18836
18837Dependency Installed:
18838 kolab-utils.x86_64 0:3.1-19.14.el7.kolab_3.5
18839 logrotate.x86_64 0:3.8.6-7.el7_2
18840 php-Monolog.noarch 0:1.17.2-1.el7
18841 php-PsrLog.noarch 0:1.0.0-6.el7
18842 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
18843 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
18844 php-sabre-dav.noarch 0:2.1.6-1.5.el7.kolab_3.5
18845 php-sabre-event.noarch 0:1.0.1-2.6.el7.kolab_3.5
18846 php-sabre-http.noarch 0:2.0.4-2.6.el7.kolab_3.5
18847 php-sabre-vobject.noarch 0:3.4.5-1.5.el7.kolab_3.5
18848 php-symfony-class-loader.noarch 0:2.5.12-1.el7
18849 php-symfony-common.noarch 0:2.5.12-1.el7
18850 roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5
18851 roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18852 roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18853 roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18854 roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5
18855 roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18856 roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18857 roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18858 roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5
18859 roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18860 roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18861 roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18862 roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5
18863 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18864 roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5
18865 roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18866 roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5
18867 roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18868 roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18869 roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18870 roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5
18871 roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18872 roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18873 roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18874 roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5
18875 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18876 roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5
18877 roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18878 roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18879 roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18880 roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5
18881 roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18882 roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18883 roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18884 roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5
18885 roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18886 roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18887 roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5
18888 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18889 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18890 roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
18891 roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18892 roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
18893 roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18894 roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5
18895 roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18896 roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
18897 roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
18898 roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5
18899
18900Complete!
18901Loaded plugins: priorities
18902Cleaning repos: Kolab_Development base epel extras updates
18903Cleaning up everything
18904 ---> e73cece1afb0
18905Removing intermediate container b054ec2edf96
18906Step 2 : ADD /entrypoint.sh /entrypoint.sh
18907 ---> f8d4737f0e1e
18908Removing intermediate container ae975145e6ff
18909Step 3 : RUN chmod a+x /entrypoint.sh
18910 ---> Running in 9cf12dd34045
18911 ---> a9a267b80c10
18912Removing intermediate container 9cf12dd34045
18913Successfully built a9a267b80c10
18914== ./03-guam ==
18915Sending build context to Docker daemon 8.192 kB
18916Sending build context to Docker daemon 8.192 kB
18917
18918Step 0 : FROM kolab/base:latest
18919 ---> 6692c317664f
18920Step 1 : ENV GUAM_BRANCH master
18921 ---> Running in aaabc38155a3
18922 ---> 7329d7bc2da1
18923Removing intermediate container aaabc38155a3
18924Step 2 : RUN yum -y install erlang-eimap erlang-erts erlang-goldrush erlang-lager erlang-rebar make && yum clean all
18925 ---> Running in e67348ad17e1
18926Loaded plugins: priorities
18927158 packages excluded due to repository priority protections
18928Package 1:make-3.82-21.el7.x86_64 already installed and latest version
18929Resolving Dependencies
18930--> Running transaction check
18931---> Package erlang-eimap.x86_64 0:0.1.4-1.1.el7.kolab_3.5 will be installed
18932--> Processing Dependency: erlang-stdlib(x86-64) >= R13B for package: erlang-eimap-0.1.4-1.1.el7.kolab_3.5.x86_64
18933---> Package erlang-erts.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18934--> Processing Dependency: erlang-kernel(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-erts-17.4-4.6.el7.kolab_3.5.x86_64
18935--> Processing Dependency: lksctp-tools for package: erlang-erts-17.4-4.6.el7.kolab_3.5.x86_64
18936---> Package erlang-goldrush.x86_64 0:0.1.6-6.11.el7.kolab_3.5 will be installed
18937--> Processing Dependency: erlang-syntax_tools(x86-64) for package: erlang-goldrush-0.1.6-6.11.el7.kolab_3.5.x86_64
18938--> Processing Dependency: erlang-compiler(x86-64) for package: erlang-goldrush-0.1.6-6.11.el7.kolab_3.5.x86_64
18939---> Package erlang-lager.x86_64 0:2.1.0-10.7.el7.kolab_3.5 will be installed
18940---> Package erlang-rebar.x86_64 0:2.5.1-8.7.el7.kolab_3.5 will be installed
18941--> Processing Dependency: erlang-edoc(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18942--> Processing Dependency: erlang-eunit(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18943--> Processing Dependency: erlang-common_test(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18944--> Processing Dependency: erlang-parsetools(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18945--> Processing Dependency: erlang-sasl(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18946--> Processing Dependency: erlang-getopt(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18947--> Processing Dependency: erlang-snmp(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18948--> Processing Dependency: erlang-reltool(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18949--> Processing Dependency: erlang-dialyzer(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18950--> Processing Dependency: erlang-asn1(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18951--> Processing Dependency: erlang-erl_interface(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18952--> Processing Dependency: erlang-tools(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18953--> Processing Dependency: erlang-crypto(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18954--> Processing Dependency: erlang-mustache(x86-64) for package: erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64
18955--> Running transaction check
18956---> Package erlang-asn1.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18957---> Package erlang-common_test.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18958--> Processing Dependency: erlang-debugger(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18959--> Processing Dependency: erlang-ssh(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18960--> Processing Dependency: erlang-test_server(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18961--> Processing Dependency: erlang-inets(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18962--> Processing Dependency: erlang-runtime_tools(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18963--> Processing Dependency: erlang-xmerl(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18964--> Processing Dependency: erlang-webtool(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64
18965---> Package erlang-compiler.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18966--> Processing Dependency: erlang-hipe(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-compiler-17.4-4.6.el7.kolab_3.5.x86_64
18967---> Package erlang-crypto.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18968---> Package erlang-dialyzer.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18969--> Processing Dependency: erlang-wx(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-dialyzer-17.4-4.6.el7.kolab_3.5.x86_64
18970--> Processing Dependency: graphviz for package: erlang-dialyzer-17.4-4.6.el7.kolab_3.5.x86_64
18971---> Package erlang-edoc.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18972---> Package erlang-erl_interface.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18973---> Package erlang-eunit.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18974---> Package erlang-getopt.x86_64 0:0.8.2-2.2.el7.kolab_3.5 will be installed
18975---> Package erlang-kernel.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18976---> Package erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5 will be installed
18977---> Package erlang-parsetools.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18978---> Package erlang-reltool.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18979---> Package erlang-sasl.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18980---> Package erlang-snmp.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18981--> Processing Dependency: erlang-mnesia(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-snmp-17.4-4.6.el7.kolab_3.5.x86_64
18982---> Package erlang-stdlib.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18983---> Package erlang-syntax_tools.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18984---> Package erlang-tools.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18985---> Package lksctp-tools.x86_64 0:1.0.13-3.el7 will be installed
18986--> Running transaction check
18987---> Package erlang-debugger.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18988---> Package erlang-hipe.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18989---> Package erlang-inets.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18990--> Processing Dependency: erlang-ssl(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-inets-17.4-4.6.el7.kolab_3.5.x86_64
18991---> Package erlang-mnesia.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18992---> Package erlang-runtime_tools.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18993---> Package erlang-ssh.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18994--> Processing Dependency: erlang-public_key(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-ssh-17.4-4.6.el7.kolab_3.5.x86_64
18995---> Package erlang-test_server.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18996--> Processing Dependency: erlang-observer(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-test_server-17.4-4.6.el7.kolab_3.5.x86_64
18997---> Package erlang-webtool.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18998---> Package erlang-wx.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
18999--> Processing Dependency: mesa-libGL for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19000--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19001--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19002--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19003--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0(WXU_2.8.5)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19004--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19005--> Processing Dependency: libwx_baseu-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19006--> Processing Dependency: mesa-libGLU for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19007--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19008--> Processing Dependency: libwx_gtk2u_core-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19009--> Processing Dependency: libwx_gtk2u_html-2.8.so.0(WXU_2.8)(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19010--> Processing Dependency: libwx_gtk2u_stc-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19011--> Processing Dependency: libwx_gtk2u_xrc-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19012--> Processing Dependency: libGL.so.1()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19013--> Processing Dependency: libGLU.so.1()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19014--> Processing Dependency: libwx_gtk2u_adv-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19015--> Processing Dependency: libwx_gtk2u_core-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19016--> Processing Dependency: libwx_gtk2u_aui-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19017--> Processing Dependency: libwx_gtk2u_html-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19018--> Processing Dependency: libwx_baseu_xml-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19019--> Processing Dependency: libwx_gtk2u_gl-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19020--> Processing Dependency: libwx_baseu-2.8.so.0()(64bit) for package: erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64
19021---> Package erlang-xmerl.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
19022---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
19023--> Processing Dependency: urw-fonts for package: graphviz-2.30.1-19.el7.x86_64
19024--> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19025--> Processing Dependency: libpng15.so.15()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19026--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19027--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19028--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19029--> Processing Dependency: libltdl.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19030--> Processing Dependency: libjpeg.so.62()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19031--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19032--> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19033--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19034--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19035--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19036--> Processing Dependency: libfreetype.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19037--> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19038--> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19039--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19040--> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19041--> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19042--> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19043--> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19044--> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19045--> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19046--> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19047--> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19048--> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
19049--> Running transaction check
19050---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
19051---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
19052--> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
19053--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
19054--> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
19055--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
19056--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
19057---> Package erlang-observer.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
19058--> Processing Dependency: erlang-et(x86-64) = 17.4-4.6.el7.kolab_3.5 for package: erlang-observer-17.4-4.6.el7.kolab_3.5.x86_64
19059---> Package erlang-public_key.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
19060---> Package erlang-ssl.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
19061---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
19062--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
19063---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
19064---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
19065---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
19066--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
19067--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
19068--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
19069---> Package ghostscript.x86_64 0:9.07-18.el7 will be installed
19070--> Processing Dependency: poppler-data for package: ghostscript-9.07-18.el7.x86_64
19071--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-18.el7.x86_64
19072--> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64
19073--> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64
19074--> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-18.el7.x86_64
19075---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
19076--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
19077--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
19078--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19079--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19080--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19081--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19082--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19083--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19084--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
19085---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
19086---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
19087---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
19088--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
19089---> Package libXaw.x86_64 0:1.0.12-5.el7 will be installed
19090---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
19091---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
19092---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
19093---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
19094---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
19095---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
19096---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
19097---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
19098--> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: librsvg2-2.39.0-1.el7.x86_64
19099---> Package libtool-ltdl.x86_64 0:2.4.2-20.el7 will be installed
19100---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
19101--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
19102--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
19103--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
19104--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
19105--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
19106---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
19107---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
19108--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
19109--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
19110--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
19111--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
19112--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64
19113---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
19114--> Processing Dependency: xorg-x11-font-utils for package: urw-fonts-2.4-16.el7.noarch
19115---> Package wxBase.x86_64 0:2.8.12-20.el7 will be installed
19116---> Package wxGTK.x86_64 0:2.8.12-20.el7 will be installed
19117--> Processing Dependency: libSDL-1.2.so.0()(64bit) for package: wxGTK-2.8.12-20.el7.x86_64
19118---> Package wxGTK-gl.x86_64 0:2.8.12-20.el7 will be installed
19119--> Running transaction check
19120---> Package SDL.x86_64 0:1.2.15-14.el7 will be installed
19121---> Package cups-libs.x86_64 1:1.6.3-22.el7 will be installed
19122--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
19123--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
19124---> Package erlang-et.x86_64 0:17.4-4.6.el7.kolab_3.5 will be installed
19125---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
19126---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
19127---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
19128--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
19129---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
19130---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed
19131---> Package lcms2.x86_64 0:2.6-2.el7 will be installed
19132---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
19133---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
19134---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
19135---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
19136---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
19137---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
19138---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
19139---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
19140---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
19141---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
19142---> Package libcroco.x86_64 0:0.6.8-5.el7 will be installed
19143---> Package libdrm.x86_64 0:2.4.60-3.el7 will be installed
19144--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.60-3.el7.x86_64
19145---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
19146---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
19147--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
19148---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
19149--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
19150---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
19151---> Package mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
19152--> Processing Dependency: mesa-libgbm = 10.6.5-3.20150824.el7 for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
19153--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
19154---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
19155---> Package pixman.x86_64 0:0.32.6-3.el7 will be installed
19156---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
19157---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
19158--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
19159--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
19160--> Running transaction check
19161---> Package avahi-libs.x86_64 0:0.6.31-15.el7 will be installed
19162---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
19163---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
19164---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
19165---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
19166---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
19167---> Package libpciaccess.x86_64 0:0.13.4-2.el7 will be installed
19168--> Processing Dependency: hwdata for package: libpciaccess-0.13.4-2.el7.x86_64
19169---> Package mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 will be installed
19170--> Running transaction check
19171---> Package hwdata.x86_64 0:0.252-8.1.el7 will be installed
19172--> Finished Dependency Resolution
19173
19174Dependencies Resolved
19175
19176================================================================================
19177 Package Arch Version Repository Size
19178================================================================================
19179Installing:
19180 erlang-eimap x86_64 0.1.4-1.1.el7.kolab_3.5 Kolab_Development 65 k
19181 erlang-erts x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 2.6 M
19182 erlang-goldrush x86_64 0.1.6-6.11.el7.kolab_3.5 Kolab_Development 49 k
19183 erlang-lager x86_64 2.1.0-10.7.el7.kolab_3.5 Kolab_Development 166 k
19184 erlang-rebar x86_64 2.5.1-8.7.el7.kolab_3.5 Kolab_Development 147 k
19185Installing for dependencies:
19186 SDL x86_64 1.2.15-14.el7 base 204 k
19187 atk x86_64 2.14.0-1.el7 base 251 k
19188 avahi-libs x86_64 0.6.31-15.el7 base 61 k
19189 cairo x86_64 1.14.2-1.el7 base 711 k
19190 cups-libs x86_64 1:1.6.3-22.el7 base 355 k
19191 erlang-asn1 x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 778 k
19192 erlang-common_test x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 739 k
19193 erlang-compiler x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 1.1 M
19194 erlang-crypto x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 124 k
19195 erlang-debugger x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 412 k
19196 erlang-dialyzer x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 619 k
19197 erlang-edoc x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 328 k
19198 erlang-erl_interface x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 186 k
19199 erlang-et x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 168 k
19200 erlang-eunit x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 153 k
19201 erlang-getopt x86_64 0.8.2-2.2.el7.kolab_3.5 Kolab_Development 36 k
19202 erlang-hipe x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 2.6 M
19203 erlang-inets x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 801 k
19204 erlang-kernel x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 1.1 M
19205 erlang-mnesia x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 703 k
19206 erlang-mustache x86_64 0.1.0-8.el7.kolab_3.5 Kolab_Development 18 k
19207 erlang-observer x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 754 k
19208 erlang-parsetools x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 178 k
19209 erlang-public_key x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 553 k
19210 erlang-reltool x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 361 k
19211 erlang-runtime_tools x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 189 k
19212 erlang-sasl x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 295 k
19213 erlang-snmp x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 1.6 M
19214 erlang-ssh x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 419 k
19215 erlang-ssl x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 612 k
19216 erlang-stdlib x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 2.3 M
19217 erlang-syntax_tools x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 344 k
19218 erlang-test_server x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 295 k
19219 erlang-tools x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 569 k
19220 erlang-webtool x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 50 k
19221 erlang-wx x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 3.0 M
19222 erlang-xmerl x86_64 17.4-4.6.el7.kolab_3.5 Kolab_Development 997 k
19223 fontconfig x86_64 2.10.95-7.el7 base 228 k
19224 fontpackages-filesystem
19225 noarch 1.44-8.el7 base 9.9 k
19226 freetype x86_64 2.4.11-11.el7 base 391 k
19227 gd x86_64 2.0.35-26.el7 base 146 k
19228 gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
19229 ghostscript x86_64 9.07-18.el7 base 4.3 M
19230 ghostscript-fonts noarch 5.50-32.el7 base 324 k
19231 graphite2 x86_64 1.2.2-5.el7 base 81 k
19232 graphviz x86_64 2.30.1-19.el7 base 1.3 M
19233 gtk2 x86_64 2.24.28-8.el7 base 3.4 M
19234 harfbuzz x86_64 0.9.36-1.el7 base 156 k
19235 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
19236 hwdata x86_64 0.252-8.1.el7 base 2.1 M
19237 jasper-libs x86_64 1.900.1-29.el7 base 149 k
19238 jbigkit-libs x86_64 2.0-11.el7 base 46 k
19239 lcms2 x86_64 2.6-2.el7 base 150 k
19240 libICE x86_64 1.0.9-2.el7 base 65 k
19241 libSM x86_64 1.2.2-2.el7 base 39 k
19242 libX11 x86_64 1.6.3-2.el7 base 605 k
19243 libX11-common noarch 1.6.3-2.el7 base 162 k
19244 libXau x86_64 1.0.8-2.1.el7 base 29 k
19245 libXaw x86_64 1.0.12-5.el7 base 190 k
19246 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
19247 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
19248 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
19249 libXext x86_64 1.3.3-3.el7 base 39 k
19250 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
19251 libXfont x86_64 1.5.1-2.el7 base 150 k
19252 libXft x86_64 2.3.2-2.el7 base 58 k
19253 libXi x86_64 1.7.4-2.el7 base 40 k
19254 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
19255 libXmu x86_64 1.1.2-2.el7 base 71 k
19256 libXpm x86_64 3.5.11-3.el7 base 54 k
19257 libXrandr x86_64 1.4.2-2.el7 base 26 k
19258 libXrender x86_64 0.9.8-2.1.el7 base 25 k
19259 libXt x86_64 1.1.4-6.1.el7 base 173 k
19260 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
19261 libcroco x86_64 0.6.8-5.el7 base 104 k
19262 libdrm x86_64 2.4.60-3.el7 base 125 k
19263 libfontenc x86_64 1.1.2-3.el7 base 30 k
19264 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
19265 libpciaccess x86_64 0.13.4-2.el7 base 26 k
19266 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
19267 librsvg2 x86_64 2.39.0-1.el7 base 123 k
19268 libthai x86_64 0.1.14-9.el7 base 187 k
19269 libtiff x86_64 4.0.3-14.el7 base 167 k
19270 libtool-ltdl x86_64 2.4.2-20.el7 base 49 k
19271 libxcb x86_64 1.11-4.el7 base 189 k
19272 libxshmfence x86_64 1.2-1.el7 base 7.2 k
19273 lksctp-tools x86_64 1.0.13-3.el7 base 87 k
19274 mesa-libEGL x86_64 10.6.5-3.20150824.el7 base 74 k
19275 mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
19276 mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
19277 mesa-libgbm x86_64 10.6.5-3.20150824.el7 base 40 k
19278 mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
19279 pango x86_64 1.36.8-2.el7 base 287 k
19280 pixman x86_64 0.32.6-3.el7 base 254 k
19281 poppler-data noarch 0.4.6-3.el7 base 2.2 M
19282 urw-fonts noarch 2.4-16.el7 base 3.0 M
19283 wxBase x86_64 2.8.12-20.el7 epel 588 k
19284 wxGTK x86_64 2.8.12-20.el7 epel 2.9 M
19285 wxGTK-gl x86_64 2.8.12-20.el7 epel 34 k
19286 xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
19287
19288Transaction Summary
19289================================================================================
19290Install 5 Packages (+100 Dependent packages)
19291
19292Total download size: 53 M
19293Installed size: 146 M
19294Downloading packages:
19295--------------------------------------------------------------------------------
19296Total 17 MB/s | 53 MB 00:03
19297Running transaction check
19298Running transaction test
19299Transaction test succeeded
19300Running transaction
19301 Installing : freetype-2.4.11-11.el7.x86_64 1/105
19302 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/105
19303 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 3/105
19304 Installing : libICE-1.0.9-2.el7.x86_64 4/105
19305 Installing : libSM-1.2.2-2.el7.x86_64 5/105
19306 Installing : atk-2.14.0-1.el7.x86_64 6/105
19307 Installing : wxBase-2.8.12-20.el7.x86_64 7/105
19308 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 8/105
19309 Installing : libfontenc-1.1.2-3.el7.x86_64 9/105
19310 Installing : libXfont-1.5.1-2.el7.x86_64 10/105
19311 Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 11/105
19312 Installing : jasper-libs-1.900.1-29.el7.x86_64 12/105
19313 Installing : lksctp-tools-1.0.13-3.el7.x86_64 13/105
19314 Installing : erlang-crypto-17.4-4.6.el7.kolab_3.5.x86_64 14/105
19315 Installing : erlang-kernel-17.4-4.6.el7.kolab_3.5.x86_64 15/105
19316 Installing : erlang-erts-17.4-4.6.el7.kolab_3.5.x86_64 16/105
19317 Installing : erlang-stdlib-17.4-4.6.el7.kolab_3.5.x86_64 17/105
19318 Installing : erlang-syntax_tools-17.4-4.6.el7.kolab_3.5.x86_64 18/105
19319 Installing : erlang-compiler-17.4-4.6.el7.kolab_3.5.x86_64 19/105
19320 Installing : erlang-hipe-17.4-4.6.el7.kolab_3.5.x86_64 20/105
19321 Installing : erlang-mnesia-17.4-4.6.el7.kolab_3.5.x86_64 21/105
19322 Installing : erlang-runtime_tools-17.4-4.6.el7.kolab_3.5.x86_64 22/105
19323 Installing : erlang-snmp-17.4-4.6.el7.kolab_3.5.x86_64 23/105
19324 Installing : erlang-xmerl-17.4-4.6.el7.kolab_3.5.x86_64 24/105
19325 Installing : erlang-asn1-17.4-4.6.el7.kolab_3.5.x86_64 25/105
19326 Installing : erlang-public_key-17.4-4.6.el7.kolab_3.5.x86_64 26/105
19327 Installing : erlang-ssh-17.4-4.6.el7.kolab_3.5.x86_64 27/105
19328 Installing : erlang-ssl-17.4-4.6.el7.kolab_3.5.x86_64 28/105
19329 Installing : erlang-inets-17.4-4.6.el7.kolab_3.5.x86_64 29/105
19330 Installing : erlang-tools-17.4-4.6.el7.kolab_3.5.x86_64 30/105
19331 Installing : erlang-sasl-17.4-4.6.el7.kolab_3.5.x86_64 31/105
19332 Installing : erlang-edoc-17.4-4.6.el7.kolab_3.5.x86_64 32/105
19333 Installing : erlang-goldrush-0.1.6-6.11.el7.kolab_3.5.x86_64 33/105
19334 Installing : erlang-eunit-17.4-4.6.el7.kolab_3.5.x86_64 34/105
19335 Installing : erlang-getopt-0.8.2-2.2.el7.kolab_3.5.x86_64 35/105
19336 Installing : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 36/105
19337 Installing : erlang-parsetools-17.4-4.6.el7.kolab_3.5.x86_64 37/105
19338 Installing : erlang-erl_interface-17.4-4.6.el7.kolab_3.5.x86_64 38/105
19339 Installing : jbigkit-libs-2.0-11.el7.x86_64 39/105
19340 Installing : libtiff-4.0.3-14.el7.x86_64 40/105
19341 Installing : poppler-data-0.4.6-3.el7.noarch 41/105
19342 Installing : avahi-libs-0.6.31-15.el7.x86_64 42/105
19343 Installing : 1:cups-libs-1.6.3-22.el7.x86_64 43/105
19344 Installing : libthai-0.1.14-9.el7.x86_64 44/105
19345 Installing : libxshmfence-1.2-1.el7.x86_64 45/105
19346 Installing : SDL-1.2.15-14.el7.x86_64 46/105
19347 Installing : hicolor-icon-theme-0.12-7.el7.noarch 47/105
19348 Installing : fontpackages-filesystem-1.44-8.el7.noarch 48/105
19349 Installing : fontconfig-2.10.95-7.el7.x86_64 49/105
19350 Installing : urw-fonts-2.4-16.el7.noarch 50/105
19351 Installing : ghostscript-fonts-5.50-32.el7.noarch 51/105
19352 Installing : libX11-common-1.6.3-2.el7.noarch 52/105
19353 Installing : lcms2-2.6-2.el7.x86_64 53/105
19354 Installing : hwdata-0.252-8.1.el7.x86_64 54/105
19355 Installing : libpciaccess-0.13.4-2.el7.x86_64 55/105
19356 Installing : libdrm-2.4.60-3.el7.x86_64 56/105
19357 Installing : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 57/105
19358 Installing : libtool-ltdl-2.4.2-20.el7.x86_64 58/105
19359 Installing : pixman-0.32.6-3.el7.x86_64 59/105
19360 Installing : libXau-1.0.8-2.1.el7.x86_64 60/105
19361 Installing : libxcb-1.11-4.el7.x86_64 61/105
19362 Installing : libX11-1.6.3-2.el7.x86_64 62/105
19363 Installing : libXext-1.3.3-3.el7.x86_64 63/105
19364 Installing : libXrender-0.9.8-2.1.el7.x86_64 64/105
19365 Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 65/105
19366 Installing : libXfixes-5.0.1-2.1.el7.x86_64 66/105
19367 Installing : libXt-1.1.4-6.1.el7.x86_64 67/105
19368 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 68/105
19369 Installing : libXinerama-1.1.3-2.1.el7.x86_64 69/105
19370 Installing : libXpm-3.5.11-3.el7.x86_64 70/105
19371 Installing : libXmu-1.1.2-2.el7.x86_64 71/105
19372 Installing : libXdamage-1.1.4-4.1.el7.x86_64 72/105
19373 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 73/105
19374 Installing : mesa-libGLU-9.0.0-4.el7.x86_64 74/105
19375 Installing : libXaw-1.0.12-5.el7.x86_64 75/105
19376 Installing : gd-2.0.35-26.el7.x86_64 76/105
19377 Installing : ghostscript-9.07-18.el7.x86_64 77/105
19378 Installing : libXcursor-1.1.14-2.1.el7.x86_64 78/105
19379 Installing : libXrandr-1.4.2-2.el7.x86_64 79/105
19380 Installing : libXft-2.3.2-2.el7.x86_64 80/105
19381 Installing : libXi-1.7.4-2.el7.x86_64 81/105
19382 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 82/105
19383 Installing : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 83/105
19384 Installing : cairo-1.14.2-1.el7.x86_64 84/105
19385 Installing : graphite2-1.2.2-5.el7.x86_64 85/105
19386 Installing : harfbuzz-0.9.36-1.el7.x86_64 86/105
19387 Installing : pango-1.36.8-2.el7.x86_64 87/105
19388 Installing : gtk2-2.24.28-8.el7.x86_64 88/105
19389 Installing : wxGTK-2.8.12-20.el7.x86_64 89/105
19390 Installing : wxGTK-gl-2.8.12-20.el7.x86_64 90/105
19391 Installing : erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64 91/105
19392 Installing : erlang-et-17.4-4.6.el7.kolab_3.5.x86_64 92/105
19393 Installing : erlang-observer-17.4-4.6.el7.kolab_3.5.x86_64 93/105
19394 Installing : erlang-test_server-17.4-4.6.el7.kolab_3.5.x86_64 94/105
19395 Installing : erlang-webtool-17.4-4.6.el7.kolab_3.5.x86_64 95/105
19396 Installing : erlang-debugger-17.4-4.6.el7.kolab_3.5.x86_64 96/105
19397 Installing : erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64 97/105
19398 Installing : erlang-reltool-17.4-4.6.el7.kolab_3.5.x86_64 98/105
19399 Installing : libcroco-0.6.8-5.el7.x86_64 99/105
19400 Installing : librsvg2-2.39.0-1.el7.x86_64 100/105
19401 Installing : graphviz-2.30.1-19.el7.x86_64 101/105
19402 Installing : erlang-dialyzer-17.4-4.6.el7.kolab_3.5.x86_64 102/105
19403 Installing : erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64 103/105
19404 Installing : erlang-lager-2.1.0-10.7.el7.kolab_3.5.x86_64 104/105
19405 Installing : erlang-eimap-0.1.4-1.1.el7.kolab_3.5.x86_64 105/105
19406 Verifying : libXext-1.3.3-3.el7.x86_64 1/105
19407 Verifying : libcroco-0.6.8-5.el7.x86_64 2/105
19408 Verifying : erlang-wx-17.4-4.6.el7.kolab_3.5.x86_64 3/105
19409 Verifying : erlang-xmerl-17.4-4.6.el7.kolab_3.5.x86_64 4/105
19410 Verifying : librsvg2-2.39.0-1.el7.x86_64 5/105
19411 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 6/105
19412 Verifying : libdrm-2.4.60-3.el7.x86_64 7/105
19413 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 8/105
19414 Verifying : atk-2.14.0-1.el7.x86_64 9/105
19415 Verifying : graphite2-1.2.2-5.el7.x86_64 10/105
19416 Verifying : erlang-sasl-17.4-4.6.el7.kolab_3.5.x86_64 11/105
19417 Verifying : erlang-snmp-17.4-4.6.el7.kolab_3.5.x86_64 12/105
19418 Verifying : 1:cups-libs-1.6.3-22.el7.x86_64 13/105
19419 Verifying : erlang-asn1-17.4-4.6.el7.kolab_3.5.x86_64 14/105
19420 Verifying : erlang-eunit-17.4-4.6.el7.kolab_3.5.x86_64 15/105
19421 Verifying : erlang-ssh-17.4-4.6.el7.kolab_3.5.x86_64 16/105
19422 Verifying : libXau-1.0.8-2.1.el7.x86_64 17/105
19423 Verifying : wxGTK-2.8.12-20.el7.x86_64 18/105
19424 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 19/105
19425 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 20/105
19426 Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 21/105
19427 Verifying : erlang-syntax_tools-17.4-4.6.el7.kolab_3.5.x86_64 22/105
19428 Verifying : libfontenc-1.1.2-3.el7.x86_64 23/105
19429 Verifying : pixman-0.32.6-3.el7.x86_64 24/105
19430 Verifying : libtool-ltdl-2.4.2-20.el7.x86_64 25/105
19431 Verifying : libxcb-1.11-4.el7.x86_64 26/105
19432 Verifying : libXaw-1.0.12-5.el7.x86_64 27/105
19433 Verifying : libtiff-4.0.3-14.el7.x86_64 28/105
19434 Verifying : erlang-compiler-17.4-4.6.el7.kolab_3.5.x86_64 29/105
19435 Verifying : hwdata-0.252-8.1.el7.x86_64 30/105
19436 Verifying : libX11-1.6.3-2.el7.x86_64 31/105
19437 Verifying : erlang-common_test-17.4-4.6.el7.kolab_3.5.x86_64 32/105
19438 Verifying : lcms2-2.6-2.el7.x86_64 33/105
19439 Verifying : erlang-tools-17.4-4.6.el7.kolab_3.5.x86_64 34/105
19440 Verifying : harfbuzz-0.9.36-1.el7.x86_64 35/105
19441 Verifying : libX11-common-1.6.3-2.el7.noarch 36/105
19442 Verifying : wxGTK-gl-2.8.12-20.el7.x86_64 37/105
19443 Verifying : erlang-rebar-2.5.1-8.7.el7.kolab_3.5.x86_64 38/105
19444 Verifying : ghostscript-fonts-5.50-32.el7.noarch 39/105
19445 Verifying : libXmu-1.1.2-2.el7.x86_64 40/105
19446 Verifying : gd-2.0.35-26.el7.x86_64 41/105
19447 Verifying : gtk2-2.24.28-8.el7.x86_64 42/105
19448 Verifying : libXt-1.1.4-6.1.el7.x86_64 43/105
19449 Verifying : erlang-stdlib-17.4-4.6.el7.kolab_3.5.x86_64 44/105
19450 Verifying : libXi-1.7.4-2.el7.x86_64 45/105
19451 Verifying : fontconfig-2.10.95-7.el7.x86_64 46/105
19452 Verifying : erlang-mnesia-17.4-4.6.el7.kolab_3.5.x86_64 47/105
19453 Verifying : erlang-public_key-17.4-4.6.el7.kolab_3.5.x86_64 48/105
19454 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 49/105
19455 Verifying : erlang-dialyzer-17.4-4.6.el7.kolab_3.5.x86_64 50/105
19456 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 51/105
19457 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 52/105
19458 Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 53/105
19459 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 54/105
19460 Verifying : erlang-et-17.4-4.6.el7.kolab_3.5.x86_64 55/105
19461 Verifying : erlang-hipe-17.4-4.6.el7.kolab_3.5.x86_64 56/105
19462 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 57/105
19463 Verifying : SDL-1.2.15-14.el7.x86_64 58/105
19464 Verifying : erlang-runtime_tools-17.4-4.6.el7.kolab_3.5.x86_64 59/105
19465 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 60/105
19466 Verifying : erlang-goldrush-0.1.6-6.11.el7.kolab_3.5.x86_64 61/105
19467 Verifying : libXrender-0.9.8-2.1.el7.x86_64 62/105
19468 Verifying : urw-fonts-2.4-16.el7.noarch 63/105
19469 Verifying : erlang-debugger-17.4-4.6.el7.kolab_3.5.x86_64 64/105
19470 Verifying : erlang-getopt-0.8.2-2.2.el7.kolab_3.5.x86_64 65/105
19471 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 66/105
19472 Verifying : ghostscript-9.07-18.el7.x86_64 67/105
19473 Verifying : freetype-2.4.11-11.el7.x86_64 68/105
19474 Verifying : pango-1.36.8-2.el7.x86_64 69/105
19475 Verifying : libICE-1.0.9-2.el7.x86_64 70/105
19476 Verifying : jasper-libs-1.900.1-29.el7.x86_64 71/105
19477 Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 72/105
19478 Verifying : erlang-crypto-17.4-4.6.el7.kolab_3.5.x86_64 73/105
19479 Verifying : erlang-edoc-17.4-4.6.el7.kolab_3.5.x86_64 74/105
19480 Verifying : erlang-mustache-0.1.0-8.el7.kolab_3.5.x86_64 75/105
19481 Verifying : libxshmfence-1.2-1.el7.x86_64 76/105
19482 Verifying : erlang-kernel-17.4-4.6.el7.kolab_3.5.x86_64 77/105
19483 Verifying : erlang-parsetools-17.4-4.6.el7.kolab_3.5.x86_64 78/105
19484 Verifying : libSM-1.2.2-2.el7.x86_64 79/105
19485 Verifying : cairo-1.14.2-1.el7.x86_64 80/105
19486 Verifying : erlang-inets-17.4-4.6.el7.kolab_3.5.x86_64 81/105
19487 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 82/105
19488 Verifying : graphviz-2.30.1-19.el7.x86_64 83/105
19489 Verifying : erlang-test_server-17.4-4.6.el7.kolab_3.5.x86_64 84/105
19490 Verifying : libpciaccess-0.13.4-2.el7.x86_64 85/105
19491 Verifying : erlang-erts-17.4-4.6.el7.kolab_3.5.x86_64 86/105
19492 Verifying : erlang-erl_interface-17.4-4.6.el7.kolab_3.5.x86_64 87/105
19493 Verifying : libXrandr-1.4.2-2.el7.x86_64 88/105
19494 Verifying : erlang-eimap-0.1.4-1.1.el7.kolab_3.5.x86_64 89/105
19495 Verifying : erlang-observer-17.4-4.6.el7.kolab_3.5.x86_64 90/105
19496 Verifying : libthai-0.1.14-9.el7.x86_64 91/105
19497 Verifying : libXft-2.3.2-2.el7.x86_64 92/105
19498 Verifying : erlang-ssl-17.4-4.6.el7.kolab_3.5.x86_64 93/105
19499 Verifying : wxBase-2.8.12-20.el7.x86_64 94/105
19500 Verifying : avahi-libs-0.6.31-15.el7.x86_64 95/105
19501 Verifying : libXfont-1.5.1-2.el7.x86_64 96/105
19502 Verifying : libXpm-3.5.11-3.el7.x86_64 97/105
19503 Verifying : poppler-data-0.4.6-3.el7.noarch 98/105
19504 Verifying : erlang-lager-2.1.0-10.7.el7.kolab_3.5.x86_64 99/105
19505 Verifying : erlang-webtool-17.4-4.6.el7.kolab_3.5.x86_64 100/105
19506 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 101/105
19507 Verifying : jbigkit-libs-2.0-11.el7.x86_64 102/105
19508 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 103/105
19509 Verifying : lksctp-tools-1.0.13-3.el7.x86_64 104/105
19510 Verifying : erlang-reltool-17.4-4.6.el7.kolab_3.5.x86_64 105/105
19511
19512Installed:
19513 erlang-eimap.x86_64 0:0.1.4-1.1.el7.kolab_3.5
19514 erlang-erts.x86_64 0:17.4-4.6.el7.kolab_3.5
19515 erlang-goldrush.x86_64 0:0.1.6-6.11.el7.kolab_3.5
19516 erlang-lager.x86_64 0:2.1.0-10.7.el7.kolab_3.5
19517 erlang-rebar.x86_64 0:2.5.1-8.7.el7.kolab_3.5
19518
19519Dependency Installed:
19520 SDL.x86_64 0:1.2.15-14.el7
19521 atk.x86_64 0:2.14.0-1.el7
19522 avahi-libs.x86_64 0:0.6.31-15.el7
19523 cairo.x86_64 0:1.14.2-1.el7
19524 cups-libs.x86_64 1:1.6.3-22.el7
19525 erlang-asn1.x86_64 0:17.4-4.6.el7.kolab_3.5
19526 erlang-common_test.x86_64 0:17.4-4.6.el7.kolab_3.5
19527 erlang-compiler.x86_64 0:17.4-4.6.el7.kolab_3.5
19528 erlang-crypto.x86_64 0:17.4-4.6.el7.kolab_3.5
19529 erlang-debugger.x86_64 0:17.4-4.6.el7.kolab_3.5
19530 erlang-dialyzer.x86_64 0:17.4-4.6.el7.kolab_3.5
19531 erlang-edoc.x86_64 0:17.4-4.6.el7.kolab_3.5
19532 erlang-erl_interface.x86_64 0:17.4-4.6.el7.kolab_3.5
19533 erlang-et.x86_64 0:17.4-4.6.el7.kolab_3.5
19534 erlang-eunit.x86_64 0:17.4-4.6.el7.kolab_3.5
19535 erlang-getopt.x86_64 0:0.8.2-2.2.el7.kolab_3.5
19536 erlang-hipe.x86_64 0:17.4-4.6.el7.kolab_3.5
19537 erlang-inets.x86_64 0:17.4-4.6.el7.kolab_3.5
19538 erlang-kernel.x86_64 0:17.4-4.6.el7.kolab_3.5
19539 erlang-mnesia.x86_64 0:17.4-4.6.el7.kolab_3.5
19540 erlang-mustache.x86_64 0:0.1.0-8.el7.kolab_3.5
19541 erlang-observer.x86_64 0:17.4-4.6.el7.kolab_3.5
19542 erlang-parsetools.x86_64 0:17.4-4.6.el7.kolab_3.5
19543 erlang-public_key.x86_64 0:17.4-4.6.el7.kolab_3.5
19544 erlang-reltool.x86_64 0:17.4-4.6.el7.kolab_3.5
19545 erlang-runtime_tools.x86_64 0:17.4-4.6.el7.kolab_3.5
19546 erlang-sasl.x86_64 0:17.4-4.6.el7.kolab_3.5
19547 erlang-snmp.x86_64 0:17.4-4.6.el7.kolab_3.5
19548 erlang-ssh.x86_64 0:17.4-4.6.el7.kolab_3.5
19549 erlang-ssl.x86_64 0:17.4-4.6.el7.kolab_3.5
19550 erlang-stdlib.x86_64 0:17.4-4.6.el7.kolab_3.5
19551 erlang-syntax_tools.x86_64 0:17.4-4.6.el7.kolab_3.5
19552 erlang-test_server.x86_64 0:17.4-4.6.el7.kolab_3.5
19553 erlang-tools.x86_64 0:17.4-4.6.el7.kolab_3.5
19554 erlang-webtool.x86_64 0:17.4-4.6.el7.kolab_3.5
19555 erlang-wx.x86_64 0:17.4-4.6.el7.kolab_3.5
19556 erlang-xmerl.x86_64 0:17.4-4.6.el7.kolab_3.5
19557 fontconfig.x86_64 0:2.10.95-7.el7
19558 fontpackages-filesystem.noarch 0:1.44-8.el7
19559 freetype.x86_64 0:2.4.11-11.el7
19560 gd.x86_64 0:2.0.35-26.el7
19561 gdk-pixbuf2.x86_64 0:2.31.6-3.el7
19562 ghostscript.x86_64 0:9.07-18.el7
19563 ghostscript-fonts.noarch 0:5.50-32.el7
19564 graphite2.x86_64 0:1.2.2-5.el7
19565 graphviz.x86_64 0:2.30.1-19.el7
19566 gtk2.x86_64 0:2.24.28-8.el7
19567 harfbuzz.x86_64 0:0.9.36-1.el7
19568 hicolor-icon-theme.noarch 0:0.12-7.el7
19569 hwdata.x86_64 0:0.252-8.1.el7
19570 jasper-libs.x86_64 0:1.900.1-29.el7
19571 jbigkit-libs.x86_64 0:2.0-11.el7
19572 lcms2.x86_64 0:2.6-2.el7
19573 libICE.x86_64 0:1.0.9-2.el7
19574 libSM.x86_64 0:1.2.2-2.el7
19575 libX11.x86_64 0:1.6.3-2.el7
19576 libX11-common.noarch 0:1.6.3-2.el7
19577 libXau.x86_64 0:1.0.8-2.1.el7
19578 libXaw.x86_64 0:1.0.12-5.el7
19579 libXcomposite.x86_64 0:0.4.4-4.1.el7
19580 libXcursor.x86_64 0:1.1.14-2.1.el7
19581 libXdamage.x86_64 0:1.1.4-4.1.el7
19582 libXext.x86_64 0:1.3.3-3.el7
19583 libXfixes.x86_64 0:5.0.1-2.1.el7
19584 libXfont.x86_64 0:1.5.1-2.el7
19585 libXft.x86_64 0:2.3.2-2.el7
19586 libXi.x86_64 0:1.7.4-2.el7
19587 libXinerama.x86_64 0:1.1.3-2.1.el7
19588 libXmu.x86_64 0:1.1.2-2.el7
19589 libXpm.x86_64 0:3.5.11-3.el7
19590 libXrandr.x86_64 0:1.4.2-2.el7
19591 libXrender.x86_64 0:0.9.8-2.1.el7
19592 libXt.x86_64 0:1.1.4-6.1.el7
19593 libXxf86vm.x86_64 0:1.1.3-2.1.el7
19594 libcroco.x86_64 0:0.6.8-5.el7
19595 libdrm.x86_64 0:2.4.60-3.el7
19596 libfontenc.x86_64 0:1.1.2-3.el7
19597 libjpeg-turbo.x86_64 0:1.2.90-5.el7
19598 libpciaccess.x86_64 0:0.13.4-2.el7
19599 libpng.x86_64 2:1.5.13-7.el7_2
19600 librsvg2.x86_64 0:2.39.0-1.el7
19601 libthai.x86_64 0:0.1.14-9.el7
19602 libtiff.x86_64 0:4.0.3-14.el7
19603 libtool-ltdl.x86_64 0:2.4.2-20.el7
19604 libxcb.x86_64 0:1.11-4.el7
19605 libxshmfence.x86_64 0:1.2-1.el7
19606 lksctp-tools.x86_64 0:1.0.13-3.el7
19607 mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7
19608 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7
19609 mesa-libGLU.x86_64 0:9.0.0-4.el7
19610 mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7
19611 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7
19612 pango.x86_64 0:1.36.8-2.el7
19613 pixman.x86_64 0:0.32.6-3.el7
19614 poppler-data.noarch 0:0.4.6-3.el7
19615 urw-fonts.noarch 0:2.4-16.el7
19616 wxBase.x86_64 0:2.8.12-20.el7
19617 wxGTK.x86_64 0:2.8.12-20.el7
19618 wxGTK-gl.x86_64 0:2.8.12-20.el7
19619 xorg-x11-font-utils.x86_64 1:7.5-20.el7
19620
19621Complete!
19622Loaded plugins: priorities
19623Cleaning repos: Kolab_Development base epel extras updates
19624Cleaning up everything
19625 ---> c6a37ca8e630
19626Removing intermediate container e67348ad17e1
19627Step 3 : RUN git clone -b ${GUAM_BRANCH} https://git.kolab.org/diffusion/G/guam.git /root/guam.git
19628 ---> Running in 2f45927c464e
19629Cloning into '/root/guam.git'...
19630 ---> 38c007391ea6
19631Removing intermediate container 2f45927c464e
19632Step 4 : WORKDIR /root/guam.git/
19633 ---> Running in 7f94e63306e3
19634 ---> 0466a04b964d
19635Removing intermediate container 7f94e63306e3
19636Step 5 : RUN timeout 60s rebar get-deps
19637 ---> Running in 46fdbc7cba52
1963811:12:17.253 [info] Application lager started on node nonode@nohost
1963911:12:17.272 [info] Application crypto started on node nonode@nohost
19640WARN: Expected /root/guam.git/deps/lager to be an app dir (containing ebin/*.app), but no .app found.
19641WARN: Expected /root/guam.git/deps/eimap to be an app dir (containing ebin/*.app), but no .app found.
19642WARN: Expected /root/guam.git/deps/goldrush to be an app dir (containing ebin/*.app), but no .app found.
19643==> goldrush-0.1.6 (get-deps)
19644==> lager-2.1.0 (get-deps)
19645WARN: Expected /root/guam.git/deps/goldrush to be an app dir (containing ebin/*.app), but no .app found.
19646==> eimap-0.1.4 (get-deps)
19647==> kolab_guam (get-deps)
19648==> rel (get-deps)
19649==> guam.git (get-deps)
19650WARN: Expected /root/guam.git/deps/lager to be an app dir (containing ebin/*.app), but no .app found.
19651WARN: Expected /root/guam.git/deps/eimap to be an app dir (containing ebin/*.app), but no .app found.
19652 ---> 4b5121759d38
19653Removing intermediate container 46fdbc7cba52
19654Step 6 : RUN timeout 60s rebar compile
19655 ---> Running in 5518945fe473
1965611:12:24.558 [info] Application lager started on node nonode@nohost
1965711:12:24.579 [info] Application crypto started on node nonode@nohost
19658WARN: Expected /root/guam.git/deps/lager to be an app dir (containing ebin/*.app), but no .app found.
19659WARN: Expected /root/guam.git/deps/eimap to be an app dir (containing ebin/*.app), but no .app found.
19660WARN: Expected /root/guam.git/deps/goldrush to be an app dir (containing ebin/*.app), but no .app found.
19661==> goldrush-0.1.6 (compile)
19662==> lager-2.1.0 (compile)
19663WARN: Expected /root/guam.git/deps/goldrush to be an app dir (containing ebin/*.app), but no .app found.
19664==> eimap-0.1.4 (compile)
19665==> kolab_guam (compile)
19666Compiled src/kolab_guam.erl
19667Compiled src/kolab_guam_rule.erl
19668Compiled src/kolab_guam_listener.erl
19669Compiled src/kolab_guam_sup.erl
19670Compiled src/rules/kolab_guam_rule_filter_groupware.erl
19671Compiled src/kolab_guam_session.erl
19672==> rel (compile)
19673==> guam.git (compile)
19674WARN: Expected /root/guam.git/deps/lager to be an app dir (containing ebin/*.app), but no .app found.
19675WARN: Expected /root/guam.git/deps/eimap to be an app dir (containing ebin/*.app), but no .app found.
19676 ---> b344d5e0ff06
19677Removing intermediate container 5518945fe473
19678Step 7 : RUN timeout 60s rebar eunit
19679 ---> Running in 1024df4207cb
1968011:12:31.983 [info] Application lager started on node nonode@nohost
1968111:12:32.003 [info] Application crypto started on node nonode@nohost
19682WARN: Expected /root/guam.git/deps/lager to be an app dir (containing ebin/*.app), but no .app found.
19683WARN: Expected /root/guam.git/deps/eimap to be an app dir (containing ebin/*.app), but no .app found.
19684WARN: Expected /root/guam.git/deps/goldrush to be an app dir (containing ebin/*.app), but no .app found.
19685==> guam.git (eunit)
19686 ---> 24ae8676d06d
19687Removing intermediate container 1024df4207cb
19688Step 8 : RUN mkdir -p deps
19689 ---> Running in 2a20c55208ff
19690 ---> 5e8a967f3e43
19691Removing intermediate container 2a20c55208ff
19692Step 9 : WORKDIR /root/guam.git/rel/
19693 ---> Running in c6d62609a7d0
19694 ---> 2bd3adc7cac7
19695Removing intermediate container c6d62609a7d0
19696Step 10 : RUN timeout 60s rebar generate
19697 ---> Running in a07dd1678685
19698==> rel (generate)
19699 ---> 83215af162c3
19700Removing intermediate container a07dd1678685
19701Step 11 : WORKDIR /root/guam.git/
19702 ---> Running in 854ffb787611
19703 ---> de0487467113
19704Removing intermediate container 854ffb787611
19705Step 12 : ADD /entrypoint.sh /entrypoint.sh
19706 ---> 23f518e23b55
19707Removing intermediate container 8dcee2ca7756
19708Step 13 : RUN chmod a+x /entrypoint.sh
19709 ---> Running in 85cc01f45358
19710 ---> c1f9b0a8e25e
19711Removing intermediate container 85cc01f45358
19712Step 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/*/)/.
19713 ---> Running in 6bcec26e193e
19714'/root/guam.git/rel/kolab_guam/releases/0.7.0//sys.config' -> '/etc/guam/sys.config'
19715 ---> df313ff4a2a1
19716Removing intermediate container 6bcec26e193e
19717Step 15 : EXPOSE 143 993
19718 ---> Running in 221de7345a6c
19719 ---> 0817f1fa7096
19720Removing intermediate container 221de7345a6c
19721Step 16 : CMD rel/kolab_guam/bin/kolab_guam foreground
19722 ---> Running in 40b6d70c8b8f
19723 ---> 856a7b70dd8a
19724Removing intermediate container 40b6d70c8b8f
19725Successfully built 856a7b70dd8a
19726== ./03-http-prx ==
19727Sending build context to Docker daemon 2.048 kB
19728Sending build context to Docker daemon 2.048 kB
19729
19730Step 0 : FROM microwebapps/haproxy-frontend-atomicapp:latest
19731 ---> 30e350ecefaa
19732Successfully built 30e350ecefaa
19733== ./03-imapb ==
19734Sending build context to Docker daemon 3.072 kB
19735Sending build context to Docker daemon 3.072 kB
19736
19737Step 0 : FROM kolab/base-imap:latest
19738 ---> b32cebbff342
19739Step 1 : VOLUME /data
19740 ---> Running in 2935752608f5
19741 ---> 7de535f5dca8
19742Removing intermediate container 2935752608f5
19743Step 2 : ADD /entrypoint.sh /entrypoint.sh
19744 ---> cf2db6b8f1e0
19745Removing intermediate container 378ca36d6c34
19746Step 3 : RUN chmod a+x /entrypoint.sh
19747 ---> Running in f75c2356421f
19748 ---> 58566408120d
19749Removing intermediate container f75c2356421f
19750Successfully built 58566408120d
19751== ./03-imapf-ext ==
19752Sending build context to Docker daemon 8.704 kB
19753Sending build context to Docker daemon 8.704 kB
19754
19755Step 0 : FROM kolab/base-imap:latest
19756 ---> b32cebbff342
19757Step 1 : ADD /entrypoint.sh /entrypoint.sh
19758 ---> 4ca60ae05f4e
19759Removing intermediate container 775aa6b61997
19760Step 2 : RUN chmod a+x /entrypoint.sh
19761 ---> Running in 6be2771b1245
19762 ---> edf433b38a3b
19763Removing intermediate container 6be2771b1245
19764Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
19765 ---> 8a1d0b1b5d1c
19766Removing intermediate container 5ae91a3d9a08
19767Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
19768 ---> 5db8e4720e26
19769Removing intermediate container a004fd0abc6e
19770Successfully built 5db8e4720e26
19771== ./03-imapf-int ==
19772Sending build context to Docker daemon 8.704 kB
19773Sending build context to Docker daemon 8.704 kB
19774
19775Step 0 : FROM kolab/base-imap:latest
19776 ---> b32cebbff342
19777Step 1 : ADD /entrypoint.sh /entrypoint.sh
19778 ---> Using cache
19779 ---> 4ca60ae05f4e
19780Step 2 : RUN chmod a+x /entrypoint.sh
19781 ---> Using cache
19782 ---> edf433b38a3b
19783Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
19784 ---> Using cache
19785 ---> 8a1d0b1b5d1c
19786Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
19787 ---> Using cache
19788 ---> 5db8e4720e26
19789Successfully built 5db8e4720e26
19790== ./03-imap-mupdate ==
19791Sending build context to Docker daemon 8.192 kB
19792Sending build context to Docker daemon 8.192 kB
19793
19794Step 0 : FROM kolab/base-imap:latest
19795 ---> b32cebbff342
19796Step 1 : ADD /entrypoint.sh /entrypoint.sh
19797 ---> 37e45db932de
19798Removing intermediate container 9b7b32ae6221
19799Step 2 : RUN chmod a+x /entrypoint.sh
19800 ---> Running in 0dac0144b29a
19801 ---> 179f0b0f0cd2
19802Removing intermediate container 0dac0144b29a
19803Step 3 : ADD /cyrus.conf.tpl /etc/kolab/templates/cyrus.conf.tpl
19804 ---> 36b1f56ff897
19805Removing intermediate container 7488ec80aec0
19806Step 4 : ADD /imapd.conf.tpl /etc/kolab/templates/imapd.conf.tpl
19807 ---> ae1f65c83fef
19808Removing intermediate container cd27eb745323
19809Successfully built ae1f65c83fef
19810== ./03-int-mx ==
19811Sending build context to Docker daemon 5.12 kB
19812Sending build context to Docker daemon 5.12 kB
19813
19814Step 0 : FROM kolab/base-mx:latest
19815 ---> 7baf009ca386
19816Step 1 : EXPOSE 25 587
19817 ---> Running in a32925e4f31b
19818 ---> a86d5ec98026
19819Removing intermediate container a32925e4f31b
19820Step 2 : ADD /entrypoint.sh /entrypoint.sh
19821 ---> 3a4afb3805c0
19822Removing intermediate container 918acac951d3
19823Step 3 : RUN chmod a+x /entrypoint.sh
19824 ---> Running in b45271394f20
19825 ---> a2098f7c8aba
19826Removing intermediate container b45271394f20
19827Step 4 : CMD /usr/libexec/postfix/master -D
19828 ---> Running in 22b59c320107
19829 ---> bdf2f69ded11
19830Removing intermediate container 22b59c320107
19831Successfully built bdf2f69ded11
19832== ./03-irony ==
19833Sending build context to Docker daemon 3.072 kB
19834Sending build context to Docker daemon 3.072 kB
19835
19836Step 0 : FROM kolab/base-web-rc:latest
19837 ---> 25c0c0d70734
19838Step 1 : RUN yum -y install iRony && yum clean all
19839 ---> Running in b9670af8cb4e
19840Loaded plugins: priorities
19841158 packages excluded due to repository priority protections
19842Resolving Dependencies
19843--> Running transaction check
19844---> Package iRony.noarch 0:0.4-9.59.el7.kolab_3.5 will be installed
19845--> Processing Dependency: php-sabre-dav >= 2.1.3 for package: iRony-0.4-9.59.el7.kolab_3.5.noarch
19846--> Processing Dependency: roundcubemail-plugin-libkolab >= 3.3 for package: iRony-0.4-9.59.el7.kolab_3.5.noarch
19847--> Processing Dependency: roundcubemail-plugin-kolab_auth >= 3.3 for package: iRony-0.4-9.59.el7.kolab_3.5.noarch
19848--> Processing Dependency: roundcubemail-plugin-kolab_folders >= 3.3 for package: iRony-0.4-9.59.el7.kolab_3.5.noarch
19849--> Processing Dependency: php-sabre-vobject >= 3.2.4 for package: iRony-0.4-9.59.el7.kolab_3.5.noarch
19850--> Running transaction check
19851---> Package php-sabre-dav.noarch 0:2.1.6-1.5.el7.kolab_3.5 will be installed
19852--> Processing Dependency: php-sabre-http >= 2.0.4 for package: php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch
19853---> Package php-sabre-vobject.noarch 0:3.4.5-1.5.el7.kolab_3.5 will be installed
19854---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19855--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.noarch
19856---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19857--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3.5.noarch
19858---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19859--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
19860--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
19861--> Running transaction check
19862---> Package php-sabre-http.noarch 0:2.0.4-2.6.el7.kolab_3.5 will be installed
19863--> Processing Dependency: php-composer(sabre/event) < 3 for package: php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch
19864--> Processing Dependency: php-composer(sabre/event) >= 1.0.0 for package: php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch
19865---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19866---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19867---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19868---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
19869--> Running transaction check
19870---> Package php-sabre-event.noarch 0:1.0.1-2.6.el7.kolab_3.5 will be installed
19871--> Finished Dependency Resolution
19872
19873Dependencies Resolved
19874
19875================================================================================
19876 Package Arch Version Repository Size
19877================================================================================
19878Installing:
19879 iRony noarch 0.4-9.59.el7.kolab_3.5 Kolab_Development 77 k
19880Installing for dependencies:
19881 php-sabre-dav noarch 2.1.6-1.5.el7.kolab_3.5 Kolab_Development 253 k
19882 php-sabre-event noarch 1.0.1-2.6.el7.kolab_3.5 Kolab_Development 9.1 k
19883 php-sabre-http noarch 2.0.4-2.6.el7.kolab_3.5 Kolab_Development 31 k
19884 php-sabre-vobject noarch 3.4.5-1.5.el7.kolab_3.5 Kolab_Development 91 k
19885 roundcubemail-plugin-kolab_auth
19886 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
19887 roundcubemail-plugin-kolab_auth-assets
19888 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
19889 roundcubemail-plugin-kolab_folders
19890 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 34 k
19891 roundcubemail-plugin-kolab_folders-assets
19892 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
19893 roundcubemail-plugin-libkolab
19894 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 118 k
19895 roundcubemail-plugin-libkolab-assets
19896 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
19897 roundcubemail-plugin-libkolab-skin-larry-assets
19898 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 11 k
19899
19900Transaction Summary
19901================================================================================
19902Install 1 Package (+11 Dependent packages)
19903
19904Total download size: 688 k
19905Installed size: 2.7 M
19906Downloading packages:
19907--------------------------------------------------------------------------------
19908Total 3.9 MB/s | 688 kB 00:00
19909Running transaction check
19910Running transaction test
19911Transaction test succeeded
19912Running transaction
19913 Installing : php-sabre-vobject-3.4.5-1.5.el7.kolab_3.5.noarch 1/12
19914 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 2/12
19915 Installing : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 3/12
19916 Installing : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 4/12
19917 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 5/12
19918 Installing : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 6/12
19919 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 7/12
19920 Installing : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 8/12
19921 Installing : php-sabre-event-1.0.1-2.6.el7.kolab_3.5.noarch 9/12
19922 Installing : php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch 10/12
19923 Installing : php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch 11/12
19924 Installing : iRony-0.4-9.59.el7.kolab_3.5.noarch 12/12
19925 Verifying : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 1/12
19926 Verifying : php-sabre-event-1.0.1-2.6.el7.kolab_3.5.noarch 2/12
19927 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 3/12
19928 Verifying : php-sabre-dav-2.1.6-1.5.el7.kolab_3.5.noarch 4/12
19929 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 5/12
19930 Verifying : php-sabre-vobject-3.4.5-1.5.el7.kolab_3.5.noarch 6/12
19931 Verifying : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 7/12
19932 Verifying : iRony-0.4-9.59.el7.kolab_3.5.noarch 8/12
19933 Verifying : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 9/12
19934 Verifying : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 10/12
19935 Verifying : php-sabre-http-2.0.4-2.6.el7.kolab_3.5.noarch 11/12
19936 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 12/12
19937
19938Installed:
19939 iRony.noarch 0:0.4-9.59.el7.kolab_3.5
19940
19941Dependency Installed:
19942 php-sabre-dav.noarch 0:2.1.6-1.5.el7.kolab_3.5
19943 php-sabre-event.noarch 0:1.0.1-2.6.el7.kolab_3.5
19944 php-sabre-http.noarch 0:2.0.4-2.6.el7.kolab_3.5
19945 php-sabre-vobject.noarch 0:3.4.5-1.5.el7.kolab_3.5
19946 roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5
19947 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5
19948 roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5
19949 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5
19950 roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5
19951 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5
19952 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
19953
19954Complete!
19955Loaded plugins: priorities
19956Cleaning repos: Kolab_Development base epel extras updates
19957Cleaning up everything
19958 ---> 74136ec07998
19959Removing intermediate container b9670af8cb4e
19960Step 2 : ADD /entrypoint.sh /entrypoint.sh
19961 ---> 8a3891a01efd
19962Removing intermediate container b3694e788668
19963Step 3 : RUN chmod a+x /entrypoint.sh
19964 ---> Running in 12da39f4afe4
19965 ---> f9a80e935209
19966Removing intermediate container 12da39f4afe4
19967Successfully built f9a80e935209
19968== ./03-jmap-proxy ==
19969Sending build context to Docker daemon 13.31 kB
19970Sending build context to Docker daemon 13.31 kB
19971
19972Step 0 : FROM docker.io/library/centos:centos7
19973 ---> 14dab3d40372
19974Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
19975 ---> Using cache
19976 ---> 4b6a8a1349e4
19977Step 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
19978 ---> Using cache
19979 ---> 26c64c5ba9be
19980Step 3 : RUN ( sleep 1; echo "yes"; ) | perl -MCPAN -e shell || :
19981 ---> Using cache
19982 ---> 749e12d7a7d0
19983Step 4 : ADD bashrc /root/.bashrc
19984 ---> e5bc15e12358
19985Removing intermediate container 969fe0a8db5a
19986Step 5 : WORKDIR /srv/
19987 ---> Running in b16d2bdf6ce4
19988 ---> 6d7d0f1b5a62
19989Removing intermediate container b16d2bdf6ce4
19990Step 6 : RUN git clone https://github.com/jmapio/jmap-perl.git jmap-perl.git
19991 ---> Running in 4ed140aca57d
19992Cloning into 'jmap-perl.git'...
19993 ---> c1c57df047f6
19994Removing intermediate container 4ed140aca57d
19995Step 7 : WORKDIR /srv/jmap-perl.git
19996 ---> Running in 1105192ce30f
19997 ---> d2d97e3881b3
19998Removing intermediate container 1105192ce30f
19999Step 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 || :
20000 ---> Running in 9dfd755d7fc6
20001
20002cpan shell -- CPAN exploration and modules installation (v1.9800)
20003Enter 'h' for help.
20004
20005cpan[1]> Reading '/root/.cpan/Metadata'
20006 Database was generated on Sun, 20 Dec 2015 23:29:02 GMT
20007Fetching with HTTP::Tiny:
20008http://ftp.hosteurope.de/pub/CPAN/authors/01mailrc.txt.gz
20009Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
20010............................................................................DONE
20011Fetching with HTTP::Tiny:
20012http://ftp.hosteurope.de/pub/CPAN/modules/02packages.details.txt.gz
20013Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
20014 Database was generated on Tue, 22 Dec 2015 23:53:30 GMT
20015.............
20016 New CPAN.pm version (v2.10) available.
20017 [Currently running version is v1.9800]
20018 You might want to try
20019 install CPAN
20020 reload cpan
20021 to both upgrade CPAN.pm and run the new version without leaving
20022 the current session.
20023
20024
20025...............................................................DONE
20026Fetching with HTTP::Tiny:
20027http://ftp.hosteurope.de/pub/CPAN/modules/03modlist.data.gz
20028Reading '/root/.cpan/sources/modules/03modlist.data.gz'
20029DONE
20030Writing /root/.cpan/Metadata
20031Warning: Cannot install AnyEvent::Gmail, don't know what it is.
20032Try the command
20033
20034 i /AnyEvent::Gmail/
20035
20036to find objects with matching identifiers.
20037Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
20038Try the command
20039
20040 i /Email::Sender::Transport::GmailSMTP/
20041
20042to find objects with matching identifiers.
20043Warning: Cannot install JMAP::API, don't know what it is.
20044Try the command
20045
20046 i /JMAP::API/
20047
20048to find objects with matching identifiers.
20049Warning: Cannot install JMAP::DB, don't know what it is.
20050Try the command
20051
20052 i /JMAP::DB/
20053
20054to find objects with matching identifiers.
20055Warning: Cannot install JMAP::GmailDB, don't know what it is.
20056Try the command
20057
20058 i /JMAP::GmailDB/
20059
20060to find objects with matching identifiers.
20061Warning: Cannot install JMAP::ImapDB, don't know what it is.
20062Try the command
20063
20064 i /JMAP::ImapDB/
20065
20066to find objects with matching identifiers.
20067Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
20068Try the command
20069
20070 i /JMAP::Sync::Gmail/
20071
20072to find objects with matching identifiers.
20073Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
20074Try the command
20075
20076 i /JMAP::Sync::Standard/
20077
20078to find objects with matching identifiers.
20079Warning: Cannot install Mail::GmailTalk, don't know what it is.
20080Try the command
20081
20082 i /Mail::GmailTalk/
20083
20084to find objects with matching identifiers.
20085Warning: Cannot install OAuth2::Tiny, don't know what it is.
20086Try the command
20087
20088 i /OAuth2::Tiny/
20089
20090to find objects with matching identifiers.
20091Running install for module 'AnyEvent'
20092Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
20093Fetching with HTTP::Tiny:
20094http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
20095Fetching with HTTP::Tiny:
20096http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/CHECKSUMS
20097Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/AnyEvent-7.11.tar.gz ok
20098Scanning cache /root/.cpan/build for sizes
20099............................................................................DONE
20100---- Unsatisfied dependencies detected during ----
20101---- MLEHMANN/AnyEvent-7.11.tar.gz ----
20102 Canary::Stability [build_requires]
20103Skipping test because of notest pragma
20104Running make install
20105 Make had some problems, won't install
20106 Delayed until after prerequisites
20107Running install for module 'Canary::Stability'
20108Running make for M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
20109Fetching with HTTP::Tiny:
20110http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
20111Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz ok
20112
20113 CPAN.pm: Building M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
20114
20115Checking if your kit is complete...
20116Looks good
20117Writing Makefile for Canary::Stability
20118Writing MYMETA.yml and MYMETA.json
20119cp Stability.pm blib/lib/Canary/Stability.pm
20120Manifying blib/man3/Canary::Stability.3pm
20121 MLEHMANN/Canary-Stability-2006.tar.gz
20122 /usr/bin/make -- OK
20123'YAML' not installed, will not store persistent state
20124Skipping test because of notest pragma
20125Running make install
20126Installing /usr/local/share/perl5/Canary/Stability.pm
20127Installing /usr/local/share/man/man3/Canary::Stability.3pm
20128Appending installation info to /usr/lib64/perl5/perllocal.pod
20129 MLEHMANN/Canary-Stability-2006.tar.gz
20130 /usr/bin/make install -- OK
20131Running make for M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
20132
20133 CPAN.pm: Building M/ML/MLEHMANN/AnyEvent-7.11.tar.gz
20134
20135
20136***
20137*** The stability canary says: chirp! chirp! (it seems to be quite happy)
20138***
20139*** Your version of perl (5.016003) is quite supported by AnyEvent, nothing
20140*** else to be said, hope it comes in handy.
20141***
20142
20143
20144***
20145*** The EV module is recommended for even better performance, unless you
20146*** have to use one of the other adaptors (Event, Glib, Tk, etc.).
20147*** The Async::Interrupt module is highly recommended to efficiently avoid
20148*** race conditions in/with other event loops.
20149***
20150*** This module does not have ANY dependencies, even if it might look
20151*** otherwise. If you are building a distribution package or have
20152*** difficulties installing this package due to dependencies, report this
20153*** to the packager as a bug.
20154***
20155*** This module is guaranteed to stay 100% pure-perl, full-featured
20156*** and performant, even without any of the optional modules.
20157***
20158
20159Checking if your kit is complete...
20160Looks good
20161Writing Makefile for AnyEvent
20162Writing MYMETA.yml and MYMETA.json
20163cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl
20164cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm
20165cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm
20166cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm
20167cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm
20168cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm
20169cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm
20170cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm
20171cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm
20172cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod
20173cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm
20174cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm
20175cp lib/AE.pm blib/lib/AE.pm
20176cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm
20177cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm
20178cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl
20179cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm
20180cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm
20181cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm
20182cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm
20183cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm
20184cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm
20185cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm
20186cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm
20187cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm
20188cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm
20189cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl
20190cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod
20191cp lib/AnyEvent.pm blib/lib/AnyEvent.pm
20192cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm
20193cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm
20194cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm
20195Manifying blib/man3/AnyEvent::Debug.3pm
20196Manifying blib/man3/AnyEvent::Impl::Perl.3pm
20197Manifying blib/man3/AnyEvent::Impl::POE.3pm
20198Manifying blib/man3/AnyEvent::Impl::IOAsync.3pm
20199Manifying blib/man3/AnyEvent::Strict.3pm
20200Manifying blib/man3/AnyEvent::Log.3pm
20201Manifying blib/man3/AnyEvent::IO::IOAIO.3pm
20202Manifying blib/man3/AnyEvent::Impl::Glib.3pm
20203Manifying blib/man3/AnyEvent::Loop.3pm
20204Manifying blib/man3/AnyEvent::TLS.3pm
20205Manifying blib/man3/AnyEvent::Impl::Tk.3pm
20206Manifying blib/man3/AnyEvent::IO::Perl.3pm
20207Manifying blib/man3/AnyEvent::Impl::Cocoa.3pm
20208Manifying blib/man3/AnyEvent::IO.3pm
20209Manifying blib/man3/AnyEvent::Impl::Irssi.3pm
20210Manifying blib/man3/AnyEvent::Impl::EventLib.3pm
20211Manifying blib/man3/AnyEvent::Intro.3pm
20212Manifying blib/man3/AnyEvent::FAQ.3pm
20213Manifying blib/man3/AnyEvent.3pm
20214Manifying blib/man3/AE.3pm
20215Manifying blib/man3/AnyEvent::Socket.3pm
20216Manifying blib/man3/AnyEvent::Impl::FLTK.3pm
20217Manifying blib/man3/AnyEvent::Impl::Qt.3pm
20218Manifying blib/man3/AnyEvent::Handle.3pm
20219Manifying blib/man3/AnyEvent::DNS.3pm
20220Manifying blib/man3/AnyEvent::Impl::EV.3pm
20221Manifying blib/man3/AnyEvent::Impl::UV.3pm
20222Manifying blib/man3/AnyEvent::Util.3pm
20223Manifying blib/man3/AnyEvent::Impl::Event.3pm
20224/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
20225 MLEHMANN/AnyEvent-7.11.tar.gz
20226 /usr/bin/make -- OK
20227Skipping test because of notest pragma
20228Running make install
20229Skip blib/arch/AnyEvent/constants.pl (unchanged)
20230Skip blib/lib/AnyEvent/Strict.pm (unchanged)
20231Skip blib/lib/AnyEvent/Log.pm (unchanged)
20232Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged)
20233Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged)
20234Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged)
20235Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged)
20236Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged)
20237Skip blib/lib/AnyEvent/IO.pm (unchanged)
20238Skip blib/lib/AnyEvent/Intro.pod (unchanged)
20239Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged)
20240Skip blib/lib/AnyEvent/Socket.pm (unchanged)
20241Skip blib/lib/AE.pm (unchanged)
20242Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged)
20243Skip blib/lib/AnyEvent/DNS.pm (unchanged)
20244Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged)
20245Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged)
20246Skip blib/lib/AnyEvent/Util.pm (unchanged)
20247Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged)
20248Skip blib/lib/AnyEvent/Debug.pm (unchanged)
20249Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged)
20250Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged)
20251Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged)
20252Skip blib/lib/AnyEvent/Loop.pm (unchanged)
20253Skip blib/lib/AnyEvent/TLS.pm (unchanged)
20254Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged)
20255Skip blib/lib/AnyEvent/Util/idna.pl (unchanged)
20256Skip blib/lib/AnyEvent/FAQ.pod (unchanged)
20257Skip blib/lib/AnyEvent.pm (unchanged)
20258Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged)
20259Skip blib/lib/AnyEvent/Handle.pm (unchanged)
20260Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged)
20261/usr/bin/perl "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl
20262Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
20263Installing /usr/local/lib64/perl5/AnyEvent/constants.pl
20264Installing /usr/local/lib64/perl5/AE.pm
20265Installing /usr/local/lib64/perl5/AnyEvent.pm
20266Installing /usr/local/lib64/perl5/AnyEvent/FAQ.pod
20267Installing /usr/local/lib64/perl5/AnyEvent/DNS.pm
20268Installing /usr/local/lib64/perl5/AnyEvent/IO.pm
20269Installing /usr/local/lib64/perl5/AnyEvent/Util.pm
20270Installing /usr/local/lib64/perl5/AnyEvent/Loop.pm
20271Installing /usr/local/lib64/perl5/AnyEvent/Strict.pm
20272Installing /usr/local/lib64/perl5/AnyEvent/Handle.pm
20273Installing /usr/local/lib64/perl5/AnyEvent/TLS.pm
20274Installing /usr/local/lib64/perl5/AnyEvent/Socket.pm
20275Installing /usr/local/lib64/perl5/AnyEvent/Log.pm
20276Installing /usr/local/lib64/perl5/AnyEvent/Intro.pod
20277Installing /usr/local/lib64/perl5/AnyEvent/Debug.pm
20278Installing /usr/local/lib64/perl5/AnyEvent/IO/Perl.pm
20279Installing /usr/local/lib64/perl5/AnyEvent/IO/IOAIO.pm
20280Installing /usr/local/lib64/perl5/AnyEvent/Impl/UV.pm
20281Installing /usr/local/lib64/perl5/AnyEvent/Impl/EV.pm
20282Installing /usr/local/lib64/perl5/AnyEvent/Impl/Irssi.pm
20283Installing /usr/local/lib64/perl5/AnyEvent/Impl/IOAsync.pm
20284Installing /usr/local/lib64/perl5/AnyEvent/Impl/EventLib.pm
20285Installing /usr/local/lib64/perl5/AnyEvent/Impl/Perl.pm
20286Installing /usr/local/lib64/perl5/AnyEvent/Impl/POE.pm
20287Installing /usr/local/lib64/perl5/AnyEvent/Impl/Event.pm
20288Installing /usr/local/lib64/perl5/AnyEvent/Impl/Cocoa.pm
20289Installing /usr/local/lib64/perl5/AnyEvent/Impl/FLTK.pm
20290Installing /usr/local/lib64/perl5/AnyEvent/Impl/Qt.pm
20291Installing /usr/local/lib64/perl5/AnyEvent/Impl/Glib.pm
20292Installing /usr/local/lib64/perl5/AnyEvent/Impl/Tk.pm
20293Installing /usr/local/lib64/perl5/AnyEvent/Util/idna.pl
20294Installing /usr/local/lib64/perl5/AnyEvent/Util/uts46data.pl
20295Installing /usr/local/share/man/man3/AnyEvent::Impl::Glib.3pm
20296Installing /usr/local/share/man/man3/AnyEvent::FAQ.3pm
20297Installing /usr/local/share/man/man3/AnyEvent::Handle.3pm
20298Installing /usr/local/share/man/man3/AnyEvent::Impl::Perl.3pm
20299Installing /usr/local/share/man/man3/AnyEvent::Log.3pm
20300Installing /usr/local/share/man/man3/AnyEvent::IO.3pm
20301Installing /usr/local/share/man/man3/AnyEvent::Impl::EventLib.3pm
20302Installing /usr/local/share/man/man3/AnyEvent::Socket.3pm
20303Installing /usr/local/share/man/man3/AnyEvent::Debug.3pm
20304Installing /usr/local/share/man/man3/AnyEvent::TLS.3pm
20305Installing /usr/local/share/man/man3/AnyEvent::Loop.3pm
20306Installing /usr/local/share/man/man3/AnyEvent::Intro.3pm
20307Installing /usr/local/share/man/man3/AnyEvent::Impl::Irssi.3pm
20308Installing /usr/local/share/man/man3/AnyEvent::Impl::Qt.3pm
20309Installing /usr/local/share/man/man3/AnyEvent::Impl::Cocoa.3pm
20310Installing /usr/local/share/man/man3/AnyEvent.3pm
20311Installing /usr/local/share/man/man3/AE.3pm
20312Installing /usr/local/share/man/man3/AnyEvent::Impl::IOAsync.3pm
20313Installing /usr/local/share/man/man3/AnyEvent::Util.3pm
20314Installing /usr/local/share/man/man3/AnyEvent::Impl::UV.3pm
20315Installing /usr/local/share/man/man3/AnyEvent::IO::Perl.3pm
20316Installing /usr/local/share/man/man3/AnyEvent::Impl::POE.3pm
20317Installing /usr/local/share/man/man3/AnyEvent::Impl::EV.3pm
20318Installing /usr/local/share/man/man3/AnyEvent::Impl::FLTK.3pm
20319Installing /usr/local/share/man/man3/AnyEvent::IO::IOAIO.3pm
20320Installing /usr/local/share/man/man3/AnyEvent::Impl::Tk.3pm
20321Installing /usr/local/share/man/man3/AnyEvent::Impl::Event.3pm
20322Installing /usr/local/share/man/man3/AnyEvent::Strict.3pm
20323Installing /usr/local/share/man/man3/AnyEvent::DNS.3pm
20324Appending installation info to /usr/lib64/perl5/perllocal.pod
20325 MLEHMANN/AnyEvent-7.11.tar.gz
20326 /usr/bin/make install -- OK
20327AnyEvent::HTTP is up to date (2.22).
20328Running install for module 'AnyEvent::HTTPD'
20329Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20330Fetching with HTTP::Tiny:
20331http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20332Fetching with HTTP::Tiny:
20333http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/CHECKSUMS
20334Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz ok
20335
20336 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20337
20338Warning: prerequisite Object::Event 0 not found.
20339Warning: prerequisite Test::More 0 not found.
20340Checking if your kit is complete...
20341Looks good
20342Writing Makefile for AnyEvent::HTTPD
20343Writing MYMETA.yml and MYMETA.json
20344---- Unsatisfied dependencies detected during ----
20345---- ELMEX/AnyEvent-HTTPD-0.93.tar.gz ----
20346 Object::Event [requires]
20347 Test::More [requires]
20348Skipping test because of notest pragma
20349Running make install
20350 Delayed until after prerequisites
20351Running install for module 'Object::Event'
20352Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
20353Fetching with HTTP::Tiny:
20354http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz
20355Checksum for /root/.cpan/sources/authors/id/E/EL/ELMEX/Object-Event-1.23.tar.gz ok
20356
20357 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
20358
20359Warning: prerequisite Test::More 0 not found.
20360Checking if your kit is complete...
20361Looks good
20362Writing Makefile for Object::Event
20363Writing MYMETA.yml and MYMETA.json
20364---- Unsatisfied dependencies detected during ----
20365---- ELMEX/Object-Event-1.23.tar.gz ----
20366 Test::More [requires]
20367Skipping test because of notest pragma
20368Running make install
20369 Delayed until after prerequisites
20370Running install for module 'Test::More'
20371Running make for E/EX/EXODIST/Test-Simple-1.001014.tar.gz
20372Fetching with HTTP::Tiny:
20373http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz
20374Fetching with HTTP::Tiny:
20375http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/CHECKSUMS
20376Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Simple-1.001014.tar.gz ok
20377
20378 CPAN.pm: Building E/EX/EXODIST/Test-Simple-1.001014.tar.gz
20379
20380Checking if your kit is complete...
20381Looks good
20382Writing Makefile for Test::Simple
20383Writing MYMETA.yml and MYMETA.json
20384cp lib/Test/Tester.pm blib/lib/Test/Tester.pm
20385cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
20386cp lib/Test/Tester/Capture.pm blib/lib/Test/Tester/Capture.pm
20387cp lib/ok.pm blib/lib/ok.pm
20388cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
20389cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm
20390cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
20391cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
20392cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
20393cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
20394cp lib/Test/use/ok.pm blib/lib/Test/use/ok.pm
20395cp lib/Test/Tester/CaptureRunner.pm blib/lib/Test/Tester/CaptureRunner.pm
20396cp lib/Test/More.pm blib/lib/Test/More.pm
20397cp lib/Test/Tester/Delegate.pm blib/lib/Test/Tester/Delegate.pm
20398Manifying blib/man3/Test::Tester::Capture.3pm
20399Manifying blib/man3/Test::Builder::Tester::Color.3pm
20400Manifying blib/man3/Test::Tester.3pm
20401Manifying blib/man3/Test::Simple.3pm
20402Manifying blib/man3/ok.3pm
20403Manifying blib/man3/Test::Builder::IO::Scalar.3pm
20404Manifying blib/man3/Test::Builder::Module.3pm
20405Manifying blib/man3/Test::Builder::Tester.3pm
20406Manifying blib/man3/Test::Tutorial.3pm
20407Manifying blib/man3/Test::Tester::CaptureRunner.3pm
20408Manifying blib/man3/Test::use::ok.3pm
20409Manifying blib/man3/Test::Builder.3pm
20410Manifying blib/man3/Test::More.3pm
20411 EXODIST/Test-Simple-1.001014.tar.gz
20412 /usr/bin/make -- OK
20413Skipping test because of notest pragma
20414Running make install
20415Installing /usr/local/share/perl5/ok.pm
20416Installing /usr/local/share/perl5/Test/Tester.pm
20417Installing /usr/local/share/perl5/Test/Simple.pm
20418Installing /usr/local/share/perl5/Test/More.pm
20419Installing /usr/local/share/perl5/Test/Builder.pm
20420Installing /usr/local/share/perl5/Test/Tutorial.pod
20421Installing /usr/local/share/perl5/Test/Builder/Tester.pm
20422Installing /usr/local/share/perl5/Test/Builder/Module.pm
20423Installing /usr/local/share/perl5/Test/Builder/IO/Scalar.pm
20424Installing /usr/local/share/perl5/Test/Builder/Tester/Color.pm
20425Installing /usr/local/share/perl5/Test/use/ok.pm
20426Installing /usr/local/share/perl5/Test/Tester/Delegate.pm
20427Installing /usr/local/share/perl5/Test/Tester/Capture.pm
20428Installing /usr/local/share/perl5/Test/Tester/CaptureRunner.pm
20429Installing /usr/local/share/man/man3/Test::Builder::IO::Scalar.3pm
20430Installing /usr/local/share/man/man3/ok.3pm
20431Installing /usr/local/share/man/man3/Test::Simple.3pm
20432Installing /usr/local/share/man/man3/Test::Builder::Module.3pm
20433Installing /usr/local/share/man/man3/Test::Tester.3pm
20434Installing /usr/local/share/man/man3/Test::Tester::Capture.3pm
20435Installing /usr/local/share/man/man3/Test::Tutorial.3pm
20436Installing /usr/local/share/man/man3/Test::use::ok.3pm
20437Installing /usr/local/share/man/man3/Test::Builder.3pm
20438Installing /usr/local/share/man/man3/Test::Tester::CaptureRunner.3pm
20439Installing /usr/local/share/man/man3/Test::Builder::Tester::Color.3pm
20440Installing /usr/local/share/man/man3/Test::Builder::Tester.3pm
20441Installing /usr/local/share/man/man3/Test::More.3pm
20442Appending installation info to /usr/lib64/perl5/perllocal.pod
20443 EXODIST/Test-Simple-1.001014.tar.gz
20444 /usr/bin/make install -- OK
20445Running make for E/EL/ELMEX/Object-Event-1.23.tar.gz
20446 Has already been unwrapped into directory /root/.cpan/build/Object-Event-1.23-32PL_Q
20447
20448 CPAN.pm: Building E/EL/ELMEX/Object-Event-1.23.tar.gz
20449
20450cp lib/Object/Event.pm blib/lib/Object/Event.pm
20451Manifying blib/man3/Object::Event.3pm
20452 ELMEX/Object-Event-1.23.tar.gz
20453 /usr/bin/make -- OK
20454Skipping test because of notest pragma
20455Running make install
20456Installing /usr/local/share/perl5/Object/Event.pm
20457Installing /usr/local/share/man/man3/Object::Event.3pm
20458Appending installation info to /usr/lib64/perl5/perllocal.pod
20459 ELMEX/Object-Event-1.23.tar.gz
20460 /usr/bin/make install -- OK
20461Running make for E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20462 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-HTTPD-0.93-lQZGZI
20463
20464 CPAN.pm: Building E/EL/ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20465
20466cp lib/AnyEvent/HTTPD/HTTPConnection.pm blib/lib/AnyEvent/HTTPD/HTTPConnection.pm
20467cp lib/AnyEvent/HTTPD/Util.pm blib/lib/AnyEvent/HTTPD/Util.pm
20468cp lib/AnyEvent/HTTPD/HTTPServer.pm blib/lib/AnyEvent/HTTPD/HTTPServer.pm
20469cp lib/AnyEvent/HTTPD.pm blib/lib/AnyEvent/HTTPD.pm
20470cp lib/AnyEvent/HTTPD/Request.pm blib/lib/AnyEvent/HTTPD/Request.pm
20471Manifying blib/man3/AnyEvent::HTTPD::HTTPConnection.3pm
20472Manifying blib/man3/AnyEvent::HTTPD::Util.3pm
20473Manifying blib/man3/AnyEvent::HTTPD::HTTPServer.3pm
20474Manifying blib/man3/AnyEvent::HTTPD.3pm
20475Manifying blib/man3/AnyEvent::HTTPD::Request.3pm
20476 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20477 /usr/bin/make -- OK
20478Skipping test because of notest pragma
20479Running make install
20480Installing /usr/local/share/perl5/AnyEvent/HTTPD.pm
20481Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPServer.pm
20482Installing /usr/local/share/perl5/AnyEvent/HTTPD/HTTPConnection.pm
20483Installing /usr/local/share/perl5/AnyEvent/HTTPD/Util.pm
20484Installing /usr/local/share/perl5/AnyEvent/HTTPD/Request.pm
20485Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPConnection.3pm
20486Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Util.3pm
20487Installing /usr/local/share/man/man3/AnyEvent::HTTPD.3pm
20488Installing /usr/local/share/man/man3/AnyEvent::HTTPD::Request.3pm
20489Installing /usr/local/share/man/man3/AnyEvent::HTTPD::HTTPServer.3pm
20490Appending installation info to /usr/lib64/perl5/perllocal.pod
20491 ELMEX/AnyEvent-HTTPD-0.93.tar.gz
20492 /usr/bin/make install -- OK
20493AnyEvent::Handle is up to date (undef).
20494Running install for module 'AnyEvent::IMAP'
20495Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
20496Fetching with HTTP::Tiny:
20497http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
20498Fetching with HTTP::Tiny:
20499http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/CHECKSUMS
20500Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ok
20501---- Unsatisfied dependencies detected during ----
20502---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
20503 Module::Build [build_requires]
20504Skipping test because of notest pragma
20505Running make install
20506 Make had some problems, won't install
20507 Delayed until after prerequisites
20508Running install for module 'Module::Build'
20509Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
20510Fetching with HTTP::Tiny:
20511http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
20512Fetching with HTTP::Tiny:
20513http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/CHECKSUMS
20514Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz ok
20515---- Unsatisfied dependencies detected during ----
20516---- LEONT/Module-Build-0.4214.tar.gz ----
20517 CPAN::Meta [build_requires]
20518Skipping test because of notest pragma
20519Running make install
20520 Make had some problems, won't install
20521 Delayed until after prerequisites
20522Running install for module 'CPAN::Meta'
20523Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20524Fetching with HTTP::Tiny:
20525http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20526Fetching with HTTP::Tiny:
20527http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CHECKSUMS
20528Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz ok
20529
20530 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20531
20532Warning: prerequisite Parse::CPAN::Meta 1.4414 not found. We have 1.4404.
20533Checking if your kit is complete...
20534Looks good
20535Writing Makefile for CPAN::Meta
20536Writing MYMETA.yml and MYMETA.json
20537---- Unsatisfied dependencies detected during ----
20538---- DAGOLDEN/CPAN-Meta-2.150005.tar.gz ----
20539 Parse::CPAN::Meta [requires]
20540Skipping test because of notest pragma
20541Running make install
20542 Delayed until after prerequisites
20543Running install for module 'Parse::CPAN::Meta'
20544Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20545Fetching with HTTP::Tiny:
20546http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20547Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ok
20548
20549 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20550
20551Warning: prerequisite CPAN::Meta::YAML 0.011 not found. We have 0.008.
20552Checking if your kit is complete...
20553Looks good
20554Writing Makefile for Parse::CPAN::Meta
20555Writing MYMETA.yml and MYMETA.json
20556---- Unsatisfied dependencies detected during ----
20557---- DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz ----
20558 CPAN::Meta::YAML [requires]
20559Skipping test because of notest pragma
20560Running make install
20561 Delayed until after prerequisites
20562Running install for module 'CPAN::Meta::YAML'
20563Running make for D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
20564Fetching with HTTP::Tiny:
20565http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
20566Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz ok
20567
20568 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
20569
20570Checking if your kit is complete...
20571Looks good
20572Writing Makefile for CPAN::Meta::YAML
20573Writing MYMETA.yml and MYMETA.json
20574cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm
20575Manifying blib/man3/CPAN::Meta::YAML.3pm
20576 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
20577 /usr/bin/make -- OK
20578Skipping test because of notest pragma
20579Running make install
20580Installing /usr/local/share/perl5/CPAN/Meta/YAML.pm
20581Installing /usr/local/share/man/man3/CPAN::Meta::YAML.3pm
20582Appending installation info to /usr/lib64/perl5/perllocal.pod
20583 DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz
20584 /usr/bin/make install -- OK
20585Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20586 Has already been unwrapped into directory /root/.cpan/build/Parse-CPAN-Meta-1.4417-dFFwS_
20587
20588 CPAN.pm: Building D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20589
20590cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm
20591Manifying blib/man3/Parse::CPAN::Meta.3pm
20592 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20593 /usr/bin/make -- OK
20594Skipping test because of notest pragma
20595Running make install
20596Installing /usr/local/share/perl5/Parse/CPAN/Meta.pm
20597Installing /usr/local/share/man/man3/Parse::CPAN::Meta.3pm
20598Appending installation info to /usr/lib64/perl5/perllocal.pod
20599 DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz
20600 /usr/bin/make install -- OK
20601Running make for D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20602 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-2.150005-ilduCB
20603
20604 CPAN.pm: Building D/DA/DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20605
20606cp lib/CPAN/Meta/Prereqs.pm blib/lib/CPAN/Meta/Prereqs.pm
20607cp lib/CPAN/Meta/History/Meta_1_4.pod blib/lib/CPAN/Meta/History/Meta_1_4.pod
20608cp lib/CPAN/Meta/History.pm blib/lib/CPAN/Meta/History.pm
20609cp lib/CPAN/Meta/History/Meta_1_2.pod blib/lib/CPAN/Meta/History/Meta_1_2.pod
20610cp lib/CPAN/Meta/Converter.pm blib/lib/CPAN/Meta/Converter.pm
20611cp lib/CPAN/Meta/History/Meta_1_0.pod blib/lib/CPAN/Meta/History/Meta_1_0.pod
20612cp lib/CPAN/Meta/Feature.pm blib/lib/CPAN/Meta/Feature.pm
20613cp lib/CPAN/Meta/History/Meta_1_3.pod blib/lib/CPAN/Meta/History/Meta_1_3.pod
20614cp lib/CPAN/Meta/Spec.pm blib/lib/CPAN/Meta/Spec.pm
20615cp lib/CPAN/Meta.pm blib/lib/CPAN/Meta.pm
20616cp lib/CPAN/Meta/Merge.pm blib/lib/CPAN/Meta/Merge.pm
20617cp lib/CPAN/Meta/History/Meta_1_1.pod blib/lib/CPAN/Meta/History/Meta_1_1.pod
20618cp lib/CPAN/Meta/Validator.pm blib/lib/CPAN/Meta/Validator.pm
20619Manifying blib/man3/CPAN::Meta::History::Meta_1_4.3pm
20620Manifying blib/man3/CPAN::Meta::Prereqs.3pm
20621Manifying blib/man3/CPAN::Meta::History::Meta_1_2.3pm
20622Manifying blib/man3/CPAN::Meta::History.3pm
20623Manifying blib/man3/CPAN::Meta::Converter.3pm
20624Manifying blib/man3/CPAN::Meta::History::Meta_1_0.3pm
20625Manifying blib/man3/CPAN::Meta::History::Meta_1_3.3pm
20626Manifying blib/man3/CPAN::Meta::Feature.3pm
20627Manifying blib/man3/CPAN::Meta::Spec.3pm
20628Manifying blib/man3/CPAN::Meta.3pm
20629Manifying blib/man3/CPAN::Meta::History::Meta_1_1.3pm
20630Manifying blib/man3/CPAN::Meta::Merge.3pm
20631Manifying blib/man3/CPAN::Meta::Validator.3pm
20632 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20633 /usr/bin/make -- OK
20634Skipping test because of notest pragma
20635Running make install
20636Installing /usr/local/share/perl5/CPAN/Meta.pm
20637Installing /usr/local/share/perl5/CPAN/Meta/Feature.pm
20638Installing /usr/local/share/perl5/CPAN/Meta/Prereqs.pm
20639Installing /usr/local/share/perl5/CPAN/Meta/Spec.pm
20640Installing /usr/local/share/perl5/CPAN/Meta/Merge.pm
20641Installing /usr/local/share/perl5/CPAN/Meta/Validator.pm
20642Installing /usr/local/share/perl5/CPAN/Meta/Converter.pm
20643Installing /usr/local/share/perl5/CPAN/Meta/History.pm
20644Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_3.pod
20645Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_1.pod
20646Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_0.pod
20647Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_2.pod
20648Installing /usr/local/share/perl5/CPAN/Meta/History/Meta_1_4.pod
20649Installing /usr/local/share/man/man3/CPAN::Meta::Merge.3pm
20650Installing /usr/local/share/man/man3/CPAN::Meta::Converter.3pm
20651Installing /usr/local/share/man/man3/CPAN::Meta.3pm
20652Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_3.3pm
20653Installing /usr/local/share/man/man3/CPAN::Meta::Spec.3pm
20654Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_0.3pm
20655Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_2.3pm
20656Installing /usr/local/share/man/man3/CPAN::Meta::Validator.3pm
20657Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_4.3pm
20658Installing /usr/local/share/man/man3/CPAN::Meta::Feature.3pm
20659Installing /usr/local/share/man/man3/CPAN::Meta::History::Meta_1_1.3pm
20660Installing /usr/local/share/man/man3/CPAN::Meta::Prereqs.3pm
20661Installing /usr/local/share/man/man3/CPAN::Meta::History.3pm
20662Appending installation info to /usr/lib64/perl5/perllocal.pod
20663 DAGOLDEN/CPAN-Meta-2.150005.tar.gz
20664 /usr/bin/make install -- OK
20665Running make for L/LE/LEONT/Module-Build-0.4214.tar.gz
20666
20667 CPAN.pm: Building L/LE/LEONT/Module-Build-0.4214.tar.gz
20668
20669# running Build.PL
20670
20671Checking optional features...
20672inc_bundling_support....disabled
20673 requires:
20674 ! inc::latest is not installed
20675
20676ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
20677of the modules indicated above before proceeding with this installation
20678
20679Created MYMETA.yml and MYMETA.json
20680Creating new 'Build' script for 'Module-Build' version '0.4214'
20681/usr/bin/perl Build --makefile_env_macros 1
20682Building Module-Build
20683 LEONT/Module-Build-0.4214.tar.gz
20684 /usr/bin/make -- OK
20685Skipping test because of notest pragma
20686Running make install
20687/usr/bin/perl Build --makefile_env_macros 1 install
20688Building Module-Build
20689Installing /usr/local/share/man/man1/config_data.1
20690Installing /usr/local/share/perl5/Module/Build.pm
20691Installing /usr/local/share/perl5/Module/Build/Cookbook.pm
20692Installing /usr/local/share/perl5/Module/Build/API.pod
20693Installing /usr/local/share/perl5/Module/Build/Notes.pm
20694Installing /usr/local/share/perl5/Module/Build/Dumper.pm
20695Installing /usr/local/share/perl5/Module/Build/PPMMaker.pm
20696Installing /usr/local/share/perl5/Module/Build/Compat.pm
20697Installing /usr/local/share/perl5/Module/Build/Bundling.pod
20698Installing /usr/local/share/perl5/Module/Build/Config.pm
20699Installing /usr/local/share/perl5/Module/Build/Authoring.pod
20700Installing /usr/local/share/perl5/Module/Build/Base.pm
20701Installing /usr/local/share/perl5/Module/Build/PodParser.pm
20702Installing /usr/local/share/perl5/Module/Build/ConfigData.pm
20703Installing /usr/local/share/perl5/Module/Build/Platform/VMS.pm
20704Installing /usr/local/share/perl5/Module/Build/Platform/VOS.pm
20705Installing /usr/local/share/perl5/Module/Build/Platform/MacOS.pm
20706Installing /usr/local/share/perl5/Module/Build/Platform/cygwin.pm
20707Installing /usr/local/share/perl5/Module/Build/Platform/Windows.pm
20708Installing /usr/local/share/perl5/Module/Build/Platform/Default.pm
20709Installing /usr/local/share/perl5/Module/Build/Platform/os2.pm
20710Installing /usr/local/share/perl5/Module/Build/Platform/aix.pm
20711Installing /usr/local/share/perl5/Module/Build/Platform/darwin.pm
20712Installing /usr/local/share/perl5/Module/Build/Platform/Unix.pm
20713Installing /usr/local/share/man/man3/Module::Build::Platform::darwin.3pm
20714Installing /usr/local/share/man/man3/Module::Build::ConfigData.3pm
20715Installing /usr/local/share/man/man3/Module::Build::Platform::Default.3pm
20716Installing /usr/local/share/man/man3/Module::Build::API.3pm
20717Installing /usr/local/share/man/man3/Module::Build::Compat.3pm
20718Installing /usr/local/share/man/man3/Module::Build::Authoring.3pm
20719Installing /usr/local/share/man/man3/Module::Build::Bundling.3pm
20720Installing /usr/local/share/man/man3/Module::Build::Platform::VMS.3pm
20721Installing /usr/local/share/man/man3/Module::Build::Platform::MacOS.3pm
20722Installing /usr/local/share/man/man3/Module::Build::Cookbook.3pm
20723Installing /usr/local/share/man/man3/Module::Build::Platform::VOS.3pm
20724Installing /usr/local/share/man/man3/Module::Build::Base.3pm
20725Installing /usr/local/share/man/man3/Module::Build::Platform::Windows.3pm
20726Installing /usr/local/share/man/man3/Module::Build::Platform::aix.3pm
20727Installing /usr/local/share/man/man3/Module::Build::Platform::Unix.3pm
20728Installing /usr/local/share/man/man3/Module::Build.3pm
20729Installing /usr/local/share/man/man3/Module::Build::PPMMaker.3pm
20730Installing /usr/local/share/man/man3/Module::Build::Notes.3pm
20731Installing /usr/local/share/man/man3/Module::Build::Platform::cygwin.3pm
20732Installing /usr/local/share/man/man3/Module::Build::Platform::os2.3pm
20733Installing /usr/local/bin/config_data
20734 LEONT/Module-Build-0.4214.tar.gz
20735 /usr/bin/make install -- OK
20736Running make for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
20737
20738 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
20739
20740Checking prerequisites...
20741 requires:
20742 ! Mouse is not installed
20743 build_requires:
20744 ! Test::Requires is not installed
20745
20746ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
20747of the modules indicated above before proceeding with this installation
20748
20749Created MYMETA.yml and MYMETA.json
20750Creating new 'Build' script for 'AnyEvent-IMAP' version '0.04'
20751---- Unsatisfied dependencies detected during ----
20752---- TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz ----
20753 Test::Requires [build_requires]
20754 Mouse [requires]
20755Skipping test because of notest pragma
20756Running Build install
20757 Delayed until after prerequisites
20758Running install for module 'Test::Requires'
20759Running make for T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
20760Fetching with HTTP::Tiny:
20761http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
20762Checksum for /root/.cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ok
20763
20764 CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz
20765
20766Warning: prerequisite perl 5.006 not found.
20767Checking if your kit is complete...
20768Looks good
20769Writing Makefile for Test::Requires
20770Writing MYMETA.yml and MYMETA.json
20771cp lib/Test/Requires.pm blib/lib/Test/Requires.pm
20772Manifying blib/man3/Test::Requires.3pm
20773 TOKUHIROM/Test-Requires-0.10.tar.gz
20774 /usr/bin/make -- OK
20775Skipping test because of notest pragma
20776Running make install
20777Manifying blib/man3/Test::Requires.3pm
20778Installing /usr/local/share/perl5/Test/Requires.pm
20779Installing /usr/local/share/man/man3/Test::Requires.3pm
20780Appending installation info to /usr/lib64/perl5/perllocal.pod
20781 TOKUHIROM/Test-Requires-0.10.tar.gz
20782 /usr/bin/make install -- OK
20783Running install for module 'Mouse'
20784Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
20785Fetching with HTTP::Tiny:
20786http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
20787Fetching with HTTP::Tiny:
20788http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/CHECKSUMS
20789Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Mouse-v2.4.5.tar.gz ok
20790---- Unsatisfied dependencies detected during ----
20791---- SYOHEX/Mouse-v2.4.5.tar.gz ----
20792 Module::Build::XSUtil [build_requires]
20793 ExtUtils::ParseXS [build_requires]
20794 Devel::PPPort [build_requires]
20795Skipping test because of notest pragma
20796Running make install
20797 Make had some problems, won't install
20798 Delayed until after prerequisites
20799Running install for module 'Module::Build::XSUtil'
20800Running make for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20801Fetching with HTTP::Tiny:
20802http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20803Fetching with HTTP::Tiny:
20804http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HI/HIDEAKIO/CHECKSUMS
20805Checksum for /root/.cpan/sources/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ok
20806
20807 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20808
20809Created MYMETA.yml and MYMETA.json
20810Creating new 'Build' script for 'Module-Build-XSUtil' version '0.16'
20811cp META.json MYMETA.json
20812cp META.yml MYMETA.yml
20813---- Unsatisfied dependencies detected during ----
20814---- HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ----
20815 Capture::Tiny [build_requires]
20816 Cwd::Guard [build_requires]
20817 Devel::CheckCompiler [requires]
20818 File::Copy::Recursive [build_requires]
20819Skipping test because of notest pragma
20820Running Build install
20821 Delayed until after prerequisites
20822Running install for module 'Capture::Tiny'
20823Running make for D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
20824Fetching with HTTP::Tiny:
20825http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
20826Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz ok
20827
20828 CPAN.pm: Building D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz
20829
20830Checking if your kit is complete...
20831Looks good
20832Writing Makefile for Capture::Tiny
20833Writing MYMETA.yml and MYMETA.json
20834cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
20835Manifying blib/man3/Capture::Tiny.3pm
20836 DAGOLDEN/Capture-Tiny-0.30.tar.gz
20837 /usr/bin/make -- OK
20838Skipping test because of notest pragma
20839Running make install
20840Installing /usr/local/share/perl5/Capture/Tiny.pm
20841Installing /usr/local/share/man/man3/Capture::Tiny.3pm
20842Appending installation info to /usr/lib64/perl5/perllocal.pod
20843 DAGOLDEN/Capture-Tiny-0.30.tar.gz
20844 /usr/bin/make install -- OK
20845Running install for module 'Cwd::Guard'
20846Running make for K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
20847Fetching with HTTP::Tiny:
20848http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
20849Fetching with HTTP::Tiny:
20850http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/CHECKSUMS
20851Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz ok
20852
20853 CPAN.pm: Building K/KA/KAZEBURO/Cwd-Guard-0.04.tar.gz
20854
20855Created MYMETA.yml and MYMETA.json
20856Creating new 'Build' script for 'Cwd-Guard' version '0.04'
20857Merging cpanfile prereqs to MYMETA.yml
20858Merging cpanfile prereqs to MYMETA.json
20859Building Cwd-Guard
20860 KAZEBURO/Cwd-Guard-0.04.tar.gz
20861 ./Build -- OK
20862Skipping test because of notest pragma
20863Running Build install
20864Building Cwd-Guard
20865Installing /usr/local/share/perl5/Cwd/Guard.pm
20866Installing /usr/local/share/man/man3/Cwd::Guard.3pm
20867 KAZEBURO/Cwd-Guard-0.04.tar.gz
20868 ./Build install -- OK
20869Running install for module 'Devel::CheckCompiler'
20870Running make for S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
20871Fetching with HTTP::Tiny:
20872http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
20873Checksum for /root/.cpan/sources/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz ok
20874
20875 CPAN.pm: Building S/SY/SYOHEX/Devel-CheckCompiler-0.06.tar.gz
20876
20877Created MYMETA.yml and MYMETA.json
20878Creating new 'Build' script for 'Devel-CheckCompiler' version '0.06'
20879cp META.json MYMETA.json
20880cp META.yml MYMETA.yml
20881Building Devel-CheckCompiler
20882 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
20883 ./Build -- OK
20884Skipping test because of notest pragma
20885Running Build install
20886Building Devel-CheckCompiler
20887Installing /usr/local/share/perl5/Devel/CheckCompiler.pm
20888Installing /usr/local/share/perl5/Devel/AssertC99.pm
20889Installing /usr/local/share/man/man3/Devel::CheckCompiler.3pm
20890Installing /usr/local/share/man/man3/Devel::AssertC99.3pm
20891 SYOHEX/Devel-CheckCompiler-0.06.tar.gz
20892 ./Build install -- OK
20893Running install for module 'File::Copy::Recursive'
20894Running make for D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
20895Fetching with HTTP::Tiny:
20896http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
20897Fetching with HTTP::Tiny:
20898http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DM/DMUEY/CHECKSUMS
20899Checksum for /root/.cpan/sources/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ok
20900
20901 CPAN.pm: Building D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz
20902
20903Checking if your kit is complete...
20904Looks good
20905Writing Makefile for File::Copy::Recursive
20906Writing MYMETA.yml and MYMETA.json
20907cp Recursive.pm blib/lib/File/Copy/Recursive.pm
20908Manifying blib/man3/File::Copy::Recursive.3pm
20909 DMUEY/File-Copy-Recursive-0.38.tar.gz
20910 /usr/bin/make -- OK
20911Skipping test because of notest pragma
20912Running make install
20913Installing /usr/local/share/perl5/File/Copy/Recursive.pm
20914Installing /usr/local/share/man/man3/File::Copy::Recursive.3pm
20915Appending installation info to /usr/lib64/perl5/perllocal.pod
20916 DMUEY/File-Copy-Recursive-0.38.tar.gz
20917 /usr/bin/make install -- OK
20918Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20919 Has already been unwrapped into directory /root/.cpan/build/Module-Build-XSUtil-0.16-8QsDLN
20920
20921 CPAN.pm: Building H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20922
20923Building Module-Build-XSUtil
20924 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20925 ./Build -- OK
20926Skipping test because of notest pragma
20927Running Build install
20928Building Module-Build-XSUtil
20929Installing /usr/local/share/perl5/Module/Build/XSUtil.pm
20930Installing /usr/local/share/man/man3/Module::Build::XSUtil.3pm
20931 HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz
20932 ./Build install -- OK
20933Running install for module 'ExtUtils::ParseXS'
20934Running make for S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
20935Fetching with HTTP::Tiny:
20936http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
20937Fetching with HTTP::Tiny:
20938http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/CHECKSUMS
20939Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz ok
20940
20941 CPAN.pm: Building S/SM/SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
20942
20943Checking if your kit is complete...
20944Looks good
20945Writing Makefile for ExtUtils::ParseXS
20946Writing MYMETA.yml and MYMETA.json
20947cp lib/ExtUtils/Typemaps/InputMap.pm blib/lib/ExtUtils/Typemaps/InputMap.pm
20948cp lib/ExtUtils/ParseXS.pod blib/lib/ExtUtils/ParseXS.pod
20949cp lib/ExtUtils/ParseXS/Utilities.pm blib/lib/ExtUtils/ParseXS/Utilities.pm
20950cp lib/ExtUtils/Typemaps/Type.pm blib/lib/ExtUtils/Typemaps/Type.pm
20951cp lib/ExtUtils/ParseXS/Constants.pm blib/lib/ExtUtils/ParseXS/Constants.pm
20952cp lib/ExtUtils/Typemaps/OutputMap.pm blib/lib/ExtUtils/Typemaps/OutputMap.pm
20953cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm
20954cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp
20955cp lib/ExtUtils/ParseXS/CountLines.pm blib/lib/ExtUtils/ParseXS/CountLines.pm
20956cp lib/ExtUtils/Typemaps/Cmd.pm blib/lib/ExtUtils/Typemaps/Cmd.pm
20957cp lib/ExtUtils/ParseXS/Eval.pm blib/lib/ExtUtils/ParseXS/Eval.pm
20958cp lib/ExtUtils/Typemaps.pm blib/lib/ExtUtils/Typemaps.pm
20959cp lib/ExtUtils/xsubpp blib/script/xsubpp
20960/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xsubpp
20961Manifying blib/man1/xsubpp.1
20962Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm
20963Manifying blib/man3/ExtUtils::ParseXS.3pm
20964Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm
20965Manifying blib/man3/ExtUtils::Typemaps::Type.3pm
20966Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm
20967Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm
20968Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm
20969Manifying blib/man3/ExtUtils::Typemaps.3pm
20970Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm
20971 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
20972 /usr/bin/make -- OK
20973Skipping test because of notest pragma
20974Running make install
20975Manifying blib/man1/xsubpp.1
20976Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm
20977Manifying blib/man3/ExtUtils::ParseXS.3pm
20978Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm
20979Manifying blib/man3/ExtUtils::Typemaps::Type.3pm
20980Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm
20981Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm
20982Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm
20983Manifying blib/man3/ExtUtils::Typemaps.3pm
20984Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm
20985Installing /usr/local/share/perl5/ExtUtils/ParseXS.pm
20986Installing /usr/local/share/perl5/ExtUtils/Typemaps.pm
20987Installing /usr/local/share/perl5/ExtUtils/xsubpp
20988Installing /usr/local/share/perl5/ExtUtils/ParseXS.pod
20989Installing /usr/local/share/perl5/ExtUtils/ParseXS/Utilities.pm
20990Installing /usr/local/share/perl5/ExtUtils/ParseXS/CountLines.pm
20991Installing /usr/local/share/perl5/ExtUtils/ParseXS/Constants.pm
20992Installing /usr/local/share/perl5/ExtUtils/ParseXS/Eval.pm
20993Installing /usr/local/share/perl5/ExtUtils/Typemaps/OutputMap.pm
20994Installing /usr/local/share/perl5/ExtUtils/Typemaps/InputMap.pm
20995Installing /usr/local/share/perl5/ExtUtils/Typemaps/Cmd.pm
20996Installing /usr/local/share/perl5/ExtUtils/Typemaps/Type.pm
20997Installing /usr/local/share/man/man1/xsubpp.1
20998Installing /usr/local/share/man/man3/ExtUtils::Typemaps::InputMap.3pm
20999Installing /usr/local/share/man/man3/ExtUtils::ParseXS.3pm
21000Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Cmd.3pm
21001Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Eval.3pm
21002Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Constants.3pm
21003Installing /usr/local/share/man/man3/ExtUtils::Typemaps::OutputMap.3pm
21004Installing /usr/local/share/man/man3/ExtUtils::ParseXS::Utilities.3pm
21005Installing /usr/local/share/man/man3/ExtUtils::Typemaps::Type.3pm
21006Installing /usr/local/share/man/man3/ExtUtils::Typemaps.3pm
21007Installing /usr/local/bin/xsubpp
21008Appending installation info to /usr/lib64/perl5/perllocal.pod
21009 SMUELLER/ExtUtils-ParseXS-3.30.tar.gz
21010 /usr/bin/make install -- OK
21011Running install for module 'Devel::PPPort'
21012Running make for W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
21013Fetching with HTTP::Tiny:
21014http://ftp.hosteurope.de/pub/CPAN/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
21015Fetching with HTTP::Tiny:
21016http://ftp.hosteurope.de/pub/CPAN/authors/id/W/WO/WOLFSAGE/CHECKSUMS
21017Checksum for /root/.cpan/sources/authors/id/W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz ok
21018
21019 CPAN.pm: Building W/WO/WOLFSAGE/Devel-PPPort-3.32.tar.gz
21020
21021Checking if your kit is complete...
21022Looks good
21023Setting license tag...
21024Writing Makefile for Devel::PPPort
21025Writing MYMETA.yml and MYMETA.json
21026cp PPPort.pm blib/lib/Devel/PPPort.pm
21027/usr/bin/perl "-Iblib/arch" "-Iblib/lib" PPPort_xs.PL RealPPPort.xs
21028adding XS code from parts/inc/sprintf
21029adding XS code from parts/inc/strlfuncs
21030adding XS code from parts/inc/memory
21031adding XS code from parts/inc/gv
21032adding XS code from parts/inc/grok
21033adding XS code from parts/inc/HvNAME
21034adding XS code from parts/inc/variables
21035adding XS code from parts/inc/format
21036adding XS code from parts/inc/newCONSTSUB
21037adding XS code from parts/inc/SvPV
21038adding XS code from parts/inc/exception
21039adding XS code from parts/inc/pvs
21040adding XS code from parts/inc/cop
21041adding XS code from parts/inc/limits
21042adding XS code from parts/inc/MY_CXT
21043adding XS code from parts/inc/newSV_type
21044adding XS code from parts/inc/threads
21045adding XS code from parts/inc/pv_tools
21046adding XS code from parts/inc/mPUSH
21047adding XS code from parts/inc/Sv_set
21048adding XS code from parts/inc/warn
21049adding XS code from parts/inc/magic
21050adding XS code from parts/inc/shared_pv
21051adding XS code from parts/inc/misc
21052adding XS code from parts/inc/snprintf
21053adding XS code from parts/inc/SvREFCNT
21054adding XS code from parts/inc/uv
21055adding XS code from parts/inc/sv_xpvf
21056adding XS code from parts/inc/newRV
21057adding XS code from parts/inc/newSVpv
21058adding XS code from parts/inc/call
21059/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
21060/usr/bin/perl "-Iblib/arch" "-Iblib/lib" ppport_h.PL ppport.h
21061gcc -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
21062gcc -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
21063gcc -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
21064Running Mkbootstrap for Devel::PPPort ()
21065chmod 644 PPPort.bs
21066rm -f blib/arch/auto/Devel/PPPort/PPPort.so
21067gcc -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 \
21068 \
21069
21070chmod 755 blib/arch/auto/Devel/PPPort/PPPort.so
21071cp PPPort.bs blib/arch/auto/Devel/PPPort/PPPort.bs
21072chmod 644 blib/arch/auto/Devel/PPPort/PPPort.bs
21073Manifying blib/man3/Devel::PPPort.3pm
21074 WOLFSAGE/Devel-PPPort-3.32.tar.gz
21075 /usr/bin/make -- OK
21076Skipping test because of notest pragma
21077Running make install
21078Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
21079Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.so
21080Installing /usr/local/lib64/perl5/auto/Devel/PPPort/PPPort.bs
21081Installing /usr/local/lib64/perl5/Devel/PPPort.pm
21082Installing /usr/local/share/man/man3/Devel::PPPort.3pm
21083Appending installation info to /usr/lib64/perl5/perllocal.pod
21084 WOLFSAGE/Devel-PPPort-3.32.tar.gz
21085 /usr/bin/make install -- OK
21086Running make for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
21087
21088 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
21089
21090Created MYMETA.yml and MYMETA.json
21091Creating new 'Build' script for 'Mouse' version 'v2.4.5'
21092cp META.json MYMETA.json
21093cp META.yml MYMETA.yml
21094---- Unsatisfied dependencies detected during ----
21095---- SYOHEX/Mouse-v2.4.5.tar.gz ----
21096 Test::LeakTrace [build_requires]
21097 Test::Fatal [build_requires]
21098 Test::Output [build_requires]
21099 Test::Exception [build_requires]
21100Skipping test because of notest pragma
21101Running Build install
21102 Delayed until after prerequisites
21103Running install for module 'Test::LeakTrace'
21104Running make for G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
21105Fetching with HTTP::Tiny:
21106http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
21107Fetching with HTTP::Tiny:
21108http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GF/GFUJI/CHECKSUMS
21109Checksum for /root/.cpan/sources/authors/id/G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz ok
21110
21111 CPAN.pm: Building G/GF/GFUJI/Test-LeakTrace-0.15.tar.gz
21112
21113Checking if your kit is complete...
21114Looks good
21115Writing Makefile for Test::LeakTrace
21116Writing MYMETA.yml and MYMETA.json
21117cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm
21118cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm
21119cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod
21120/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
21121gcc -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
21122Running Mkbootstrap for Test::LeakTrace ()
21123chmod 644 LeakTrace.bs
21124rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so
21125gcc -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 \
21126 \
21127
21128chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so
21129cp LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs
21130chmod 644 blib/arch/auto/Test/LeakTrace/LeakTrace.bs
21131Manifying blib/man3/Test::LeakTrace::Script.3pm
21132Manifying blib/man3/Test::LeakTrace.3pm
21133Manifying blib/man3/Test::LeakTrace::JA.3pm
21134 GFUJI/Test-LeakTrace-0.15.tar.gz
21135 /usr/bin/make -- OK
21136Skipping test because of notest pragma
21137Running make install
21138Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
21139Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.bs
21140Installing /usr/local/lib64/perl5/auto/Test/LeakTrace/LeakTrace.so
21141Installing /usr/local/lib64/perl5/Test/LeakTrace.pm
21142Installing /usr/local/lib64/perl5/Test/LeakTrace/Script.pm
21143Installing /usr/local/lib64/perl5/Test/LeakTrace/JA.pod
21144Installing /usr/local/share/man/man3/Test::LeakTrace::Script.3pm
21145Installing /usr/local/share/man/man3/Test::LeakTrace::JA.3pm
21146Installing /usr/local/share/man/man3/Test::LeakTrace.3pm
21147Appending installation info to /usr/lib64/perl5/perllocal.pod
21148 GFUJI/Test-LeakTrace-0.15.tar.gz
21149 /usr/bin/make install -- OK
21150Running install for module 'Test::Fatal'
21151Running make for R/RJ/RJBS/Test-Fatal-0.014.tar.gz
21152Fetching with HTTP::Tiny:
21153http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
21154Fetching with HTTP::Tiny:
21155http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS
21156Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ok
21157
21158 CPAN.pm: Building R/RJ/RJBS/Test-Fatal-0.014.tar.gz
21159
21160Checking if your kit is complete...
21161Looks good
21162Writing Makefile for Test::Fatal
21163Writing MYMETA.yml and MYMETA.json
21164cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm
21165Manifying blib/man3/Test::Fatal.3pm
21166 RJBS/Test-Fatal-0.014.tar.gz
21167 /usr/bin/make -- OK
21168Skipping test because of notest pragma
21169Running make install
21170Installing /usr/local/share/perl5/Test/Fatal.pm
21171Installing /usr/local/share/man/man3/Test::Fatal.3pm
21172Appending installation info to /usr/lib64/perl5/perllocal.pod
21173 RJBS/Test-Fatal-0.014.tar.gz
21174 /usr/bin/make install -- OK
21175Running install for module 'Test::Output'
21176Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
21177Fetching with HTTP::Tiny:
21178http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz
21179Fetching with HTTP::Tiny:
21180http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BD/BDFOY/CHECKSUMS
21181Checksum for /root/.cpan/sources/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ok
21182
21183 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
21184
21185Checking if your kit is complete...
21186Looks good
21187Warning: prerequisite Sub::Exporter 0 not found.
21188Writing Makefile for Test::Output
21189Writing MYMETA.yml and MYMETA.json
21190---- Unsatisfied dependencies detected during ----
21191---- BDFOY/Test-Output-1.03.tar.gz ----
21192 Sub::Exporter [requires]
21193Skipping test because of notest pragma
21194Running make install
21195 Delayed until after prerequisites
21196Running install for module 'Sub::Exporter'
21197Running make for R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
21198Fetching with HTTP::Tiny:
21199http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
21200Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ok
21201
21202 CPAN.pm: Building R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
21203
21204Checking if your kit is complete...
21205Looks good
21206Writing Makefile for Sub::Exporter
21207Writing MYMETA.yml and MYMETA.json
21208cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm
21209cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod
21210cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod
21211cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm
21212Manifying blib/man3/Sub::Exporter::Util.3pm
21213Manifying blib/man3/Sub::Exporter::Cookbook.3pm
21214Manifying blib/man3/Sub::Exporter::Tutorial.3pm
21215Manifying blib/man3/Sub::Exporter.3pm
21216 RJBS/Sub-Exporter-0.987.tar.gz
21217 /usr/bin/make -- OK
21218Skipping test because of notest pragma
21219Running make install
21220Installing /usr/local/share/perl5/Sub/Exporter.pm
21221Installing /usr/local/share/perl5/Sub/Exporter/Util.pm
21222Installing /usr/local/share/perl5/Sub/Exporter/Cookbook.pod
21223Installing /usr/local/share/perl5/Sub/Exporter/Tutorial.pod
21224Installing /usr/local/share/man/man3/Sub::Exporter::Tutorial.3pm
21225Installing /usr/local/share/man/man3/Sub::Exporter::Cookbook.3pm
21226Installing /usr/local/share/man/man3/Sub::Exporter::Util.3pm
21227Installing /usr/local/share/man/man3/Sub::Exporter.3pm
21228Appending installation info to /usr/lib64/perl5/perllocal.pod
21229 RJBS/Sub-Exporter-0.987.tar.gz
21230 /usr/bin/make install -- OK
21231Running make for B/BD/BDFOY/Test-Output-1.03.tar.gz
21232 Has already been unwrapped into directory /root/.cpan/build/Test-Output-1.03-rSp2jT
21233
21234 CPAN.pm: Building B/BD/BDFOY/Test-Output-1.03.tar.gz
21235
21236cp lib/Test/Output.pm blib/lib/Test/Output.pm
21237Manifying blib/man3/Test::Output.3pm
21238 BDFOY/Test-Output-1.03.tar.gz
21239 /usr/bin/make -- OK
21240Skipping test because of notest pragma
21241Running make install
21242Installing /usr/local/share/perl5/Test/Output.pm
21243Installing /usr/local/share/man/man3/Test::Output.3pm
21244Appending installation info to /usr/lib64/perl5/perllocal.pod
21245 BDFOY/Test-Output-1.03.tar.gz
21246 /usr/bin/make install -- OK
21247Running install for module 'Test::Exception'
21248Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
21249Fetching with HTTP::Tiny:
21250http://ftp.hosteurope.de/pub/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz
21251Checksum for /root/.cpan/sources/authors/id/E/EX/EXODIST/Test-Exception-0.41.tar.gz ok
21252
21253 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
21254
21255Warning: prerequisite Sub::Uplevel 0.18 not found.
21256Checking if your kit is complete...
21257Looks good
21258Writing Makefile for Test::Exception
21259Writing MYMETA.yml and MYMETA.json
21260---- Unsatisfied dependencies detected during ----
21261---- EXODIST/Test-Exception-0.41.tar.gz ----
21262 Sub::Uplevel [requires]
21263Skipping test because of notest pragma
21264Running make install
21265 Delayed until after prerequisites
21266Running install for module 'Sub::Uplevel'
21267Running make for D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
21268Fetching with HTTP::Tiny:
21269http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
21270Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz ok
21271
21272 CPAN.pm: Building D/DA/DAGOLDEN/Sub-Uplevel-0.25.tar.gz
21273
21274Checking if your kit is complete...
21275Looks good
21276Writing Makefile for Sub::Uplevel
21277Writing MYMETA.yml and MYMETA.json
21278cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm
21279Manifying blib/man3/Sub::Uplevel.3pm
21280 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
21281 /usr/bin/make -- OK
21282Skipping test because of notest pragma
21283Running make install
21284Installing /usr/local/share/perl5/Sub/Uplevel.pm
21285Installing /usr/local/share/man/man3/Sub::Uplevel.3pm
21286Appending installation info to /usr/lib64/perl5/perllocal.pod
21287 DAGOLDEN/Sub-Uplevel-0.25.tar.gz
21288 /usr/bin/make install -- OK
21289Running make for E/EX/EXODIST/Test-Exception-0.41.tar.gz
21290 Has already been unwrapped into directory /root/.cpan/build/Test-Exception-0.41-3eXoKp
21291
21292 CPAN.pm: Building E/EX/EXODIST/Test-Exception-0.41.tar.gz
21293
21294cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
21295Manifying blib/man3/Test::Exception.3pm
21296 EXODIST/Test-Exception-0.41.tar.gz
21297 /usr/bin/make -- OK
21298Skipping test because of notest pragma
21299Running make install
21300Installing /usr/local/share/perl5/Test/Exception.pm
21301Installing /usr/local/share/man/man3/Test::Exception.3pm
21302Appending installation info to /usr/lib64/perl5/perllocal.pod
21303 EXODIST/Test-Exception-0.41.tar.gz
21304 /usr/bin/make install -- OK
21305Running Build for S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
21306 Has already been unwrapped into directory /root/.cpan/build/Mouse-v2.4.5-g4vY7x
21307
21308 CPAN.pm: Building S/SY/SYOHEX/Mouse-v2.4.5.tar.gz
21309
21310Building Mouse
21311Can'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.
21312BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
21313Cannot generate Mouse::Tiny: No such file or directory at builder/MyBuilder.pm line 33.
21314xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
21315xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
21316xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
21317xs-src/MouseUtil.xs => xs-src/MouseUtil.c
21318gcc -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
21319xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
21320xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
21321 MAGIC* mg;
21322 ^
21323xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
21324xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
21325 (void)Gconvert(nv, NV_DIG, 0, buf);
21326 ^
21327gcc -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
21328xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
21329xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
21330 MAGIC* mg;
21331 ^
21332gcc -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
21333gcc -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
21334gcc -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
21335ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Mouse/Mouse.bs')
21336gcc -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
21337 SYOHEX/Mouse-v2.4.5.tar.gz
21338 ./Build -- OK
21339Skipping test because of notest pragma
21340Running Build install
21341Building Mouse
21342Can'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.
21343BEGIN failed--compilation aborted at tool/generate-mouse-tiny.pl line 5.
21344Cannot generate Mouse::Tiny: at builder/MyBuilder.pm line 33.
21345xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c
21346xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c
21347xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c
21348xs-src/MouseUtil.xs => xs-src/MouseUtil.c
21349gcc -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
21350xs-src/MouseTypeConstraints.xs: In function 'mouse_tc_generate':
21351xs-src/MouseTypeConstraints.xs:507:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
21352 MAGIC* mg;
21353 ^
21354xs-src/MouseTypeConstraints.xs: In function 'S_nv_is_integer':
21355xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of 'gcvt', declared with attribute warn_unused_result [-Wunused-result]
21356 (void)Gconvert(nv, NV_DIG, 0, buf);
21357 ^
21358gcc -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
21359xs-src/MouseAccessor.xs: In function 'mouse_simple_accessor_generate':
21360xs-src/MouseAccessor.xs:337:12: warning: variable 'mg' set but not used [-Wunused-but-set-variable]
21361 MAGIC* mg;
21362 ^
21363gcc -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
21364gcc -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
21365gcc -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
21366Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
21367Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.bs
21368Installing /usr/local/lib64/perl5/auto/Mouse/Mouse.so
21369Installing /usr/local/lib64/perl5/Squirrel.pm
21370Installing /usr/local/lib64/perl5/Mouse.pm
21371Installing /usr/local/lib64/perl5/ouse.pm
21372Installing /usr/local/lib64/perl5/Mouse/Object.pm
21373Installing /usr/local/lib64/perl5/Mouse/Util.pm
21374Installing /usr/local/lib64/perl5/Mouse/Tiny.pod
21375Installing /usr/local/lib64/perl5/Mouse/Spec.pm
21376Installing /usr/local/lib64/perl5/Mouse/Role.pm
21377Installing /usr/local/lib64/perl5/Mouse/PurePerl.pm
21378Installing /usr/local/lib64/perl5/Mouse/TypeRegistry.pm
21379Installing /usr/local/lib64/perl5/Mouse/Exporter.pm
21380Installing /usr/local/lib64/perl5/Mouse/XS.pod
21381Installing /usr/local/lib64/perl5/Mouse/Util/MetaRole.pm
21382Installing /usr/local/lib64/perl5/Mouse/Util/TypeConstraints.pm
21383Installing /usr/local/lib64/perl5/Mouse/Meta/Attribute.pm
21384Installing /usr/local/lib64/perl5/Mouse/Meta/TypeConstraint.pm
21385Installing /usr/local/lib64/perl5/Mouse/Meta/Class.pm
21386Installing /usr/local/lib64/perl5/Mouse/Meta/Module.pm
21387Installing /usr/local/lib64/perl5/Mouse/Meta/Method.pm
21388Installing /usr/local/lib64/perl5/Mouse/Meta/Role.pm
21389Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Composite.pm
21390Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Application.pm
21391Installing /usr/local/lib64/perl5/Mouse/Meta/Role/Method.pm
21392Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Delegation.pm
21393Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Accessor.pm
21394Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Constructor.pm
21395Installing /usr/local/lib64/perl5/Mouse/Meta/Method/Destructor.pm
21396Installing /usr/local/lib64/perl5/Test/Mouse.pm
21397Installing /usr/local/lib64/perl5/Squirrel/Role.pm
21398Installing /usr/local/share/man/man3/Mouse::Meta::Role::Method.3pm
21399Installing /usr/local/share/man/man3/Mouse::Spec.3pm
21400Installing /usr/local/share/man/man3/Mouse::PurePerl.3pm
21401Installing /usr/local/share/man/man3/Mouse::Meta::Attribute.3pm
21402Installing /usr/local/share/man/man3/Mouse::Meta::Module.3pm
21403Installing /usr/local/share/man/man3/Mouse::Exporter.3pm
21404Installing /usr/local/share/man/man3/Mouse::Meta::Role::Composite.3pm
21405Installing /usr/local/share/man/man3/Mouse::Meta::Method::Constructor.3pm
21406Installing /usr/local/share/man/man3/Mouse::Util::TypeConstraints.3pm
21407Installing /usr/local/share/man/man3/Test::Mouse.3pm
21408Installing /usr/local/share/man/man3/Mouse::Util::MetaRole.3pm
21409Installing /usr/local/share/man/man3/Mouse::Meta::Method::Accessor.3pm
21410Installing /usr/local/share/man/man3/Mouse::Tiny.3pm
21411Installing /usr/local/share/man/man3/Mouse::Meta::Method.3pm
21412Installing /usr/local/share/man/man3/Mouse::Meta::Class.3pm
21413Installing /usr/local/share/man/man3/Mouse::Util.3pm
21414Installing /usr/local/share/man/man3/Mouse::Role.3pm
21415Installing /usr/local/share/man/man3/Squirrel::Role.3pm
21416Installing /usr/local/share/man/man3/Mouse::Meta::Role::Application.3pm
21417Installing /usr/local/share/man/man3/Mouse::Meta::Method::Destructor.3pm
21418Installing /usr/local/share/man/man3/Mouse::Object.3pm
21419Installing /usr/local/share/man/man3/Mouse::Meta::TypeConstraint.3pm
21420Installing /usr/local/share/man/man3/Mouse::Meta::Role.3pm
21421Installing /usr/local/share/man/man3/Mouse::Meta::Method::Delegation.3pm
21422Installing /usr/local/share/man/man3/ouse.3pm
21423Installing /usr/local/share/man/man3/Mouse.3pm
21424Installing /usr/local/share/man/man3/Mouse::TypeRegistry.3pm
21425Installing /usr/local/share/man/man3/Squirrel.3pm
21426Installing /usr/local/share/man/man3/Mouse::XS.3pm
21427 SYOHEX/Mouse-v2.4.5.tar.gz
21428 ./Build install -- OK
21429Running Build for T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
21430 Has already been unwrapped into directory /root/.cpan/build/AnyEvent-IMAP-0.04-lmnrQt
21431
21432 CPAN.pm: Building T/TO/TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
21433
21434Building AnyEvent-IMAP
21435 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
21436 ./Build -- OK
21437Skipping test because of notest pragma
21438Running Build install
21439Building AnyEvent-IMAP
21440Installing /usr/local/share/perl5/Mail/IMAP/Address.pm
21441Installing /usr/local/share/perl5/Mail/IMAP/Util.pm
21442Installing /usr/local/share/perl5/Mail/IMAP/Envelope.pm
21443Installing /usr/local/share/perl5/AnyEvent/IMAP.pm
21444Installing /usr/local/share/man/man3/Mail::IMAP::Envelope.3pm
21445Installing /usr/local/share/man/man3/AnyEvent::IMAP.3pm
21446 TOKUHIROM/AnyEvent-IMAP-0.04.tar.gz
21447 ./Build install -- OK
21448AnyEvent::Socket is up to date (undef).
21449AnyEvent::Util is up to date (undef).
21450Running install for module 'Carp'
21451Running make for R/RJ/RJBS/Carp-1.38.tar.gz
21452Fetching with HTTP::Tiny:
21453http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz
21454Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Carp-1.38.tar.gz ok
21455
21456 CPAN.pm: Building R/RJ/RJBS/Carp-1.38.tar.gz
21457
21458Checking if your kit is complete...
21459Looks good
21460Writing Makefile for Carp
21461Writing MYMETA.yml and MYMETA.json
21462cp lib/Carp.pm blib/lib/Carp.pm
21463cp lib/Carp/Heavy.pm blib/lib/Carp/Heavy.pm
21464Manifying blib/man3/Carp.3pm
21465 RJBS/Carp-1.38.tar.gz
21466 /usr/bin/make -- OK
21467Skipping test because of notest pragma
21468Running make install
21469Installing /usr/local/share/perl5/Carp.pm
21470Installing /usr/local/share/perl5/Carp/Heavy.pm
21471Installing /usr/local/share/man/man3/Carp.3pm
21472Appending installation info to /usr/lib64/perl5/perllocal.pod
21473 RJBS/Carp-1.38.tar.gz
21474 /usr/bin/make install -- OK
21475Running install for module 'Cookie::Baker'
21476Running make for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
21477Fetching with HTTP::Tiny:
21478http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
21479Checksum for /root/.cpan/sources/authors/id/K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz ok
21480
21481 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
21482
21483Created MYMETA.yml and MYMETA.json
21484Creating new 'Build' script for 'Cookie-Baker' version '0.06'
21485cp META.json MYMETA.json
21486cp META.yml MYMETA.yml
21487---- Unsatisfied dependencies detected during ----
21488---- KAZEBURO/Cookie-Baker-0.06.tar.gz ----
21489 Test::Time [build_requires]
21490Skipping test because of notest pragma
21491Running Build install
21492 Delayed until after prerequisites
21493Running install for module 'Test::Time'
21494Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
21495Fetching with HTTP::Tiny:
21496http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz
21497Fetching with HTTP::Tiny:
21498http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/CHECKSUMS
21499Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Time-0.04.tar.gz ok
21500
21501 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
21502
21503Subroutine readme_from redefined at inc/Module/Install/ReadmeFromPod.pm line 11.
21504Subroutine _readme_txt redefined at inc/Module/Install/ReadmeFromPod.pm line 64.
21505Subroutine _readme_htm redefined at inc/Module/Install/ReadmeFromPod.pm line 77.
21506Subroutine _readme_man redefined at inc/Module/Install/ReadmeFromPod.pm line 96.
21507Subroutine _readme_pdf redefined at inc/Module/Install/ReadmeFromPod.pm line 106.
21508Subroutine _all_from redefined at inc/Module/Install/ReadmeFromPod.pm line 122.
21509Subroutine use_test_base redefined at inc/Module/Install/TestBase.pm line 13.
21510Cannot determine perl version info from lib/Test/Time.pm
21511Checking if your kit is complete...
21512Looks good
21513Writing Makefile for Test::Time
21514Writing MYMETA.yml and MYMETA.json
21515---- Unsatisfied dependencies detected during ----
21516---- SATOH/Test-Time-0.04.tar.gz ----
21517 Test::Name::FromLine [build_requires]
21518Skipping test because of notest pragma
21519Running make install
21520 Delayed until after prerequisites
21521Running install for module 'Test::Name::FromLine'
21522Running make for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
21523Fetching with HTTP::Tiny:
21524http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
21525Checksum for /root/.cpan/sources/authors/id/S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz ok
21526
21527 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
21528
21529Created MYMETA.yml and MYMETA.json
21530Creating new 'Build' script for 'Test-Name-FromLine' version '0.13'
21531Merging cpanfile prereqs to MYMETA.yml
21532Merging cpanfile prereqs to MYMETA.json
21533---- Unsatisfied dependencies detected during ----
21534---- SATOH/Test-Name-FromLine-0.13.tar.gz ----
21535 File::Slurp [requires]
21536 Test::Differences [build_requires]
21537Skipping test because of notest pragma
21538Running Build install
21539 Delayed until after prerequisites
21540Running install for module 'File::Slurp'
21541Running make for U/UR/URI/File-Slurp-9999.19.tar.gz
21542Fetching with HTTP::Tiny:
21543http://ftp.hosteurope.de/pub/CPAN/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz
21544Fetching with HTTP::Tiny:
21545http://ftp.hosteurope.de/pub/CPAN/authors/id/U/UR/URI/CHECKSUMS
21546Checksum for /root/.cpan/sources/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ok
21547
21548 CPAN.pm: Building U/UR/URI/File-Slurp-9999.19.tar.gz
21549
21550Checking if your kit is complete...
21551Looks good
21552Writing Makefile for File::Slurp
21553Writing MYMETA.yml and MYMETA.json
21554cp lib/File/Slurp.pm blib/lib/File/Slurp.pm
21555Manifying blib/man3/File::Slurp.3pm
21556 URI/File-Slurp-9999.19.tar.gz
21557 /usr/bin/make -- OK
21558Skipping test because of notest pragma
21559Running make install
21560Manifying blib/man3/File::Slurp.3pm
21561Installing /usr/local/share/perl5/File/Slurp.pm
21562Installing /usr/local/share/man/man3/File::Slurp.3pm
21563Appending installation info to /usr/lib64/perl5/perllocal.pod
21564 URI/File-Slurp-9999.19.tar.gz
21565 /usr/bin/make install -- OK
21566Running install for module 'Test::Differences'
21567Running make for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
21568Fetching with HTTP::Tiny:
21569http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
21570Fetching with HTTP::Tiny:
21571http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DC/DCANTRELL/CHECKSUMS
21572Checksum for /root/.cpan/sources/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz ok
21573
21574 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
21575
21576Checking prerequisites...
21577 requires:
21578 ! Text::Diff is not installed
21579
21580ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
21581of the modules indicated above before proceeding with this installation
21582
21583Created MYMETA.yml and MYMETA.json
21584Creating new 'Build' script for 'Test-Differences' version '0.64'
21585---- Unsatisfied dependencies detected during ----
21586---- DCANTRELL/Test-Differences-0.64.tar.gz ----
21587 Text::Diff [requires]
21588Skipping test because of notest pragma
21589Running Build install
21590 Delayed until after prerequisites
21591Running install for module 'Text::Diff'
21592Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
21593Fetching with HTTP::Tiny:
21594http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz
21595Fetching with HTTP::Tiny:
21596http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/CHECKSUMS
21597Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/Text-Diff-1.43.tar.gz ok
21598
21599 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
21600
21601Warning: prerequisite Algorithm::Diff 1.19 not found.
21602Checking if your kit is complete...
21603Looks good
21604Writing Makefile for Text::Diff
21605Writing MYMETA.yml and MYMETA.json
21606---- Unsatisfied dependencies detected during ----
21607---- NEILB/Text-Diff-1.43.tar.gz ----
21608 Algorithm::Diff [requires]
21609Skipping test because of notest pragma
21610Running make install
21611 Delayed until after prerequisites
21612Running install for module 'Algorithm::Diff'
21613Running make for T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
21614Fetching with HTTP::Tiny:
21615http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
21616Fetching with HTTP::Tiny:
21617http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TY/TYEMQ/CHECKSUMS
21618Checksum for /root/.cpan/sources/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz ok
21619
21620 CPAN.pm: Building T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz
21621
21622Checking if your kit is complete...
21623Looks good
21624Writing Makefile for Algorithm::Diff
21625Writing MYMETA.yml and MYMETA.json
21626cp diffnew.pl blib/lib/Algorithm/diffnew.pl
21627cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl
21628cp diff.pl blib/lib/Algorithm/diff.pl
21629cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm
21630cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm
21631cp cdiff.pl blib/lib/Algorithm/cdiff.pl
21632Manifying blib/man3/Algorithm::Diff.3pm
21633Manifying blib/man3/Algorithm::DiffOld.3pm
21634 TYEMQ/Algorithm-Diff-1.1903.tar.gz
21635 /usr/bin/make -- OK
21636Skipping test because of notest pragma
21637Running make install
21638Installing /usr/local/share/perl5/Algorithm/Diff.pm
21639Installing /usr/local/share/perl5/Algorithm/htmldiff.pl
21640Installing /usr/local/share/perl5/Algorithm/DiffOld.pm
21641Installing /usr/local/share/perl5/Algorithm/diffnew.pl
21642Installing /usr/local/share/perl5/Algorithm/cdiff.pl
21643Installing /usr/local/share/perl5/Algorithm/diff.pl
21644Installing /usr/local/share/man/man3/Algorithm::DiffOld.3pm
21645Installing /usr/local/share/man/man3/Algorithm::Diff.3pm
21646Appending installation info to /usr/lib64/perl5/perllocal.pod
21647 TYEMQ/Algorithm-Diff-1.1903.tar.gz
21648 /usr/bin/make install -- OK
21649Running make for N/NE/NEILB/Text-Diff-1.43.tar.gz
21650 Has already been unwrapped into directory /root/.cpan/build/Text-Diff-1.43-OiQJdP
21651
21652 CPAN.pm: Building N/NE/NEILB/Text-Diff-1.43.tar.gz
21653
21654cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm
21655cp lib/Text/Diff.pm blib/lib/Text/Diff.pm
21656cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm
21657Manifying blib/man3/Text::Diff::Table.3pm
21658Manifying blib/man3/Text::Diff.3pm
21659Manifying blib/man3/Text::Diff::Config.3pm
21660 NEILB/Text-Diff-1.43.tar.gz
21661 /usr/bin/make -- OK
21662Skipping test because of notest pragma
21663Running make install
21664Installing /usr/local/share/perl5/Text/Diff.pm
21665Installing /usr/local/share/perl5/Text/Diff/Table.pm
21666Installing /usr/local/share/perl5/Text/Diff/Config.pm
21667Installing /usr/local/share/man/man3/Text::Diff.3pm
21668Installing /usr/local/share/man/man3/Text::Diff::Table.3pm
21669Installing /usr/local/share/man/man3/Text::Diff::Config.3pm
21670Appending installation info to /usr/lib64/perl5/perllocal.pod
21671 NEILB/Text-Diff-1.43.tar.gz
21672 /usr/bin/make install -- OK
21673Running Build for D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
21674 Has already been unwrapped into directory /root/.cpan/build/Test-Differences-0.64-t3d1qg
21675
21676 CPAN.pm: Building D/DC/DCANTRELL/Test-Differences-0.64.tar.gz
21677
21678Building Test-Differences
21679 DCANTRELL/Test-Differences-0.64.tar.gz
21680 ./Build -- OK
21681Skipping test because of notest pragma
21682Running Build install
21683Building Test-Differences
21684Installing /usr/local/share/perl5/Test/Differences.pm
21685Installing /usr/local/share/man/man3/Test::Differences.3pm
21686 DCANTRELL/Test-Differences-0.64.tar.gz
21687 ./Build install -- OK
21688Running Build for S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
21689 Has already been unwrapped into directory /root/.cpan/build/Test-Name-FromLine-0.13-IkJwuZ
21690
21691 CPAN.pm: Building S/SA/SATOH/Test-Name-FromLine-0.13.tar.gz
21692
21693Building Test-Name-FromLine
21694 SATOH/Test-Name-FromLine-0.13.tar.gz
21695 ./Build -- OK
21696Skipping test because of notest pragma
21697Running Build install
21698Building Test-Name-FromLine
21699Installing /usr/local/share/perl5/Test/Name/FromLine.pm
21700Installing /usr/local/share/man/man3/Test::Name::FromLine.3pm
21701 SATOH/Test-Name-FromLine-0.13.tar.gz
21702 ./Build install -- OK
21703Running make for S/SA/SATOH/Test-Time-0.04.tar.gz
21704 Has already been unwrapped into directory /root/.cpan/build/Test-Time-0.04-0wEiRG
21705
21706 CPAN.pm: Building S/SA/SATOH/Test-Time-0.04.tar.gz
21707
21708cp lib/Test/Time.pm blib/lib/Test/Time.pm
21709Manifying blib/man3/Test::Time.3pm
21710 SATOH/Test-Time-0.04.tar.gz
21711 /usr/bin/make -- OK
21712Skipping test because of notest pragma
21713Running make install
21714Installing /usr/local/share/perl5/Test/Time.pm
21715Installing /usr/local/share/man/man3/Test::Time.3pm
21716Appending installation info to /usr/lib64/perl5/perllocal.pod
21717 SATOH/Test-Time-0.04.tar.gz
21718 /usr/bin/make install -- OK
21719Running Build for K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
21720 Has already been unwrapped into directory /root/.cpan/build/Cookie-Baker-0.06-abOzEg
21721
21722 CPAN.pm: Building K/KA/KAZEBURO/Cookie-Baker-0.06.tar.gz
21723
21724Building Cookie-Baker
21725 KAZEBURO/Cookie-Baker-0.06.tar.gz
21726 ./Build -- OK
21727Skipping test because of notest pragma
21728Running Build install
21729Building Cookie-Baker
21730Installing /usr/local/share/perl5/Cookie/Baker.pm
21731Installing /usr/local/share/man/man3/Cookie::Baker.3pm
21732 KAZEBURO/Cookie-Baker-0.06.tar.gz
21733 ./Build install -- OK
21734Running install for module 'DBI'
21735Running make for T/TI/TIMB/DBI-1.634.tar.gz
21736Fetching with HTTP::Tiny:
21737http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TI/TIMB/DBI-1.634.tar.gz
21738Fetching with HTTP::Tiny:
21739http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TI/TIMB/CHECKSUMS
21740Checksum for /root/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.634.tar.gz ok
21741
21742 CPAN.pm: Building T/TI/TIMB/DBI-1.634.tar.gz
21743
21744Your perl was compiled with gcc (version 4.8.5 20150623 (Red Hat 4.8.5-4)), okay.
21745Creating test wrappers for DBD::Gofer:
21746t/zvg_01basics.t
21747t/zvg_02dbidrv.t
21748t/zvg_03handle.t
21749t/zvg_04mods.t
21750t/zvg_05concathash.t
21751t/zvg_06attrs.t
21752t/zvg_07kids.t
21753t/zvg_08keeperr.t
21754t/zvg_09trace.t
21755t/zvg_10examp.t
21756t/zvg_11fetch.t
21757t/zvg_12quote.t
21758t/zvg_13taint.t
21759t/zvg_14utf8.t
21760t/zvg_15array.t
21761t/zvg_16destroy.t
21762t/zvg_19fhtrace.t
21763t/zvg_20meta.t
21764t/zvg_30subclass.t
21765t/zvg_31methcache.t
21766t/zvg_35thrclone.t (use threads)
21767t/zvg_40profile.t
21768t/zvg_41prof_dump.t
21769t/zvg_42prof_data.t
21770t/zvg_43prof_env.t
21771t/zvg_48dbi_dbd_sqlengine.t
21772t/zvg_49dbd_file.t
21773t/zvg_50dbm_simple.t
21774t/zvg_51dbm_file.t
21775t/zvg_52dbm_complex.t
21776t/zvg_60preparse.t
21777t/zvg_65transact.t
21778t/zvg_70callbacks.t
21779t/zvg_72childhandles.t
21780t/zvg_80proxy.t
21781t/zvg_85gofer.t
21782t/zvg_86gofer_fail.t
21783t/zvg_87gofer_cache.t
21784t/zvg_90sql_type_cast.t
21785Creating test wrappers for DBI::SQL::Nano:
21786t/zvn_48dbi_dbd_sqlengine.t
21787t/zvn_49dbd_file.t
21788t/zvn_50dbm_simple.t
21789t/zvn_51dbm_file.t
21790t/zvn_52dbm_complex.t
21791t/zvn_85gofer.t
21792Creating test wrappers for DBI::PurePerl:
21793t/zvp_01basics.t
21794t/zvp_02dbidrv.t
21795t/zvp_03handle.t
21796t/zvp_04mods.t
21797t/zvp_05concathash.t
21798t/zvp_06attrs.t
21799t/zvp_07kids.t
21800t/zvp_08keeperr.t
21801t/zvp_09trace.t
21802t/zvp_10examp.t
21803t/zvp_11fetch.t
21804t/zvp_12quote.t
21805t/zvp_13taint.t
21806t/zvp_14utf8.t
21807t/zvp_15array.t
21808t/zvp_16destroy.t
21809t/zvp_19fhtrace.t
21810t/zvp_20meta.t
21811t/zvp_30subclass.t
21812t/zvp_31methcache.t
21813t/zvp_35thrclone.t (use threads)
21814t/zvp_40profile.t
21815t/zvp_41prof_dump.t
21816t/zvp_42prof_data.t
21817t/zvp_43prof_env.t
21818t/zvp_48dbi_dbd_sqlengine.t
21819t/zvp_49dbd_file.t
21820t/zvp_50dbm_simple.t
21821t/zvp_51dbm_file.t
21822t/zvp_52dbm_complex.t
21823t/zvp_60preparse.t
21824t/zvp_65transact.t
21825t/zvp_70callbacks.t
21826t/zvp_72childhandles.t
21827t/zvp_80proxy.t
21828t/zvp_85gofer.t
21829t/zvp_86gofer_fail.t
21830t/zvp_87gofer_cache.t
21831t/zvp_90sql_type_cast.t
21832Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
21833t/zvxgn_48dbi_dbd_sqlengine.t
21834t/zvxgn_49dbd_file.t
21835t/zvxgn_50dbm_simple.t
21836t/zvxgn_51dbm_file.t
21837t/zvxgn_52dbm_complex.t
21838t/zvxgn_85gofer.t
21839Creating test wrappers for DBD::Gofer + DBI::PurePerl:
21840t/zvxgp_01basics.t
21841t/zvxgp_02dbidrv.t
21842t/zvxgp_03handle.t
21843t/zvxgp_04mods.t
21844t/zvxgp_05concathash.t
21845t/zvxgp_06attrs.t
21846t/zvxgp_07kids.t
21847t/zvxgp_08keeperr.t
21848t/zvxgp_09trace.t
21849t/zvxgp_10examp.t
21850t/zvxgp_11fetch.t
21851t/zvxgp_12quote.t
21852t/zvxgp_13taint.t
21853t/zvxgp_14utf8.t
21854t/zvxgp_15array.t
21855t/zvxgp_16destroy.t
21856t/zvxgp_19fhtrace.t
21857t/zvxgp_20meta.t
21858t/zvxgp_30subclass.t
21859t/zvxgp_31methcache.t
21860t/zvxgp_35thrclone.t (use threads)
21861t/zvxgp_40profile.t
21862t/zvxgp_41prof_dump.t
21863t/zvxgp_42prof_data.t
21864t/zvxgp_43prof_env.t
21865t/zvxgp_48dbi_dbd_sqlengine.t
21866t/zvxgp_49dbd_file.t
21867t/zvxgp_50dbm_simple.t
21868t/zvxgp_51dbm_file.t
21869t/zvxgp_52dbm_complex.t
21870t/zvxgp_60preparse.t
21871t/zvxgp_65transact.t
21872t/zvxgp_70callbacks.t
21873t/zvxgp_72childhandles.t
21874t/zvxgp_80proxy.t
21875t/zvxgp_85gofer.t
21876t/zvxgp_86gofer_fail.t
21877t/zvxgp_87gofer_cache.t
21878t/zvxgp_90sql_type_cast.t
21879Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
21880t/zvxnp_48dbi_dbd_sqlengine.t
21881t/zvxnp_49dbd_file.t
21882t/zvxnp_50dbm_simple.t
21883t/zvxnp_51dbm_file.t
21884t/zvxnp_52dbm_complex.t
21885t/zvxnp_85gofer.t
21886Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
21887t/zvxgnp_48dbi_dbd_sqlengine.t
21888t/zvxgnp_49dbd_file.t
21889t/zvxgnp_50dbm_simple.t
21890t/zvxgnp_51dbm_file.t
21891t/zvxgnp_52dbm_complex.t
21892t/zvxgnp_85gofer.t
21893Checking if your kit is complete...
21894Looks good
21895
21896Warning: By default new modules are installed into your 'site_lib'
21897 directories. Since site_lib directories come after the normal library
21898 directories you must delete old DBI files and directories from your
21899 'privlib' and 'archlib' directories and their auto subdirectories.
21900
21901Reinstall DBI and your DBD::* drivers after deleting the old directories.
21902
21903Here's a list of probable old files and directories:
21904
21905 /usr/lib64/perl5/vendor_perl/Bundle/DBI.pm
21906 /usr/lib64/perl5/vendor_perl/DBD
21907 /usr/lib64/perl5/vendor_perl/DBI
21908 /usr/lib64/perl5/vendor_perl/DBI.pm
21909 /usr/lib64/perl5/vendor_perl/DBI/Changes.pm
21910 /usr/lib64/perl5/vendor_perl/DBI/Const
21911 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo
21912 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ANSI.pm
21913 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfo/ODBC.pm
21914 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoReturn.pm
21915 /usr/lib64/perl5/vendor_perl/DBI/Const/GetInfoType.pm
21916 /usr/lib64/perl5/vendor_perl/DBI/DBD
21917 /usr/lib64/perl5/vendor_perl/DBI/DBD.pm
21918 /usr/lib64/perl5/vendor_perl/DBI/DBD/Metadata.pm
21919 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine
21920 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine.pm
21921 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/Developers.pod
21922 /usr/lib64/perl5/vendor_perl/DBI/DBD/SqlEngine/HowTo.pod
21923 /usr/lib64/perl5/vendor_perl/DBI/FAQ.pm
21924 /usr/lib64/perl5/vendor_perl/DBI/Gofer
21925 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Execute.pm
21926 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Request.pm
21927 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Response.pm
21928 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer
21929 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Base.pm
21930 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/DataDumper.pm
21931 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Serializer/Storable.pm
21932 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport
21933 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/Base.pm
21934 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/pipeone.pm
21935 /usr/lib64/perl5/vendor_perl/DBI/Gofer/Transport/stream.pm
21936 /usr/lib64/perl5/vendor_perl/DBI/Profile.pm
21937 /usr/lib64/perl5/vendor_perl/DBI/ProfileData.pm
21938 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper
21939 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper.pm
21940 /usr/lib64/perl5/vendor_perl/DBI/ProfileDumper/Apache.pm
21941 /usr/lib64/perl5/vendor_perl/DBI/ProfileSubs.pm
21942 /usr/lib64/perl5/vendor_perl/DBI/ProxyServer.pm
21943 /usr/lib64/perl5/vendor_perl/DBI/PurePerl.pm
21944 /usr/lib64/perl5/vendor_perl/DBI/SQL
21945 /usr/lib64/perl5/vendor_perl/DBI/SQL/Nano.pm
21946 /usr/lib64/perl5/vendor_perl/DBI/Util
21947 /usr/lib64/perl5/vendor_perl/DBI/Util/CacheMemory.pm
21948 /usr/lib64/perl5/vendor_perl/DBI/Util/_accessor.pm
21949 /usr/lib64/perl5/vendor_perl/auto/DBD
21950 /usr/lib64/perl5/vendor_perl/auto/DBI
21951 /usr/lib64/perl5/vendor_perl/auto/DBI/DBI.so
21952 /usr/lib64/perl5/vendor_perl/auto/DBI/DBIXS.h
21953 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver.xst
21954 /usr/lib64/perl5/vendor_perl/auto/DBI/Driver_xst.h
21955 /usr/lib64/perl5/vendor_perl/auto/DBI/dbd_xsh.h
21956 /usr/lib64/perl5/vendor_perl/auto/DBI/dbi_sql.h
21957 /usr/lib64/perl5/vendor_perl/auto/DBI/dbipport.h
21958 /usr/lib64/perl5/vendor_perl/auto/DBI/dbivport.h
21959 /usr/lib64/perl5/vendor_perl/auto/DBI/dbixs_rev.h
21960
21961
21962 I see you're using perl 5.016003 on x86_64-linux-thread-multi, okay.
21963 Remember to actually *read* the README file!
21964 Use 'make' to build the software (dmake or nmake on Windows).
21965 Then 'make test' to execute self tests.
21966 Then 'make install' to install the DBI and then delete this working
21967 directory before unpacking and building any DBD::* drivers.
21968
21969Writing Makefile for DBI
21970Writing MYMETA.yml and MYMETA.json
21971/usr/bin/perl -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI
21972rm -f blib/lib/DBI/Changes.pm
21973cp Changes blib/lib/DBI/Changes.pm
21974cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
21975cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm
21976cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
21977cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm
21978cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm
21979cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm
21980cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
21981cp dbixs_rev.pl blib/lib/dbixs_rev.pl
21982cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm
21983cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
21984cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm
21985cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
21986cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm
21987cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
21988cp lib/DBD/File.pm blib/lib/DBD/File.pm
21989cp Driver.xst blib/arch/auto/DBI/Driver.xst
21990cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod
21991cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm
21992cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm
21993cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
21994cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
21995cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm
21996cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod
21997cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
21998cp dbivport.h blib/arch/auto/DBI/dbivport.h
21999cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod
22000cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h
22001cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm
22002cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm
22003cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
22004cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm
22005cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm
22006cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
22007cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm
22008cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm
22009cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm
22010cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
22011cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm
22012cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm
22013cp DBI.pm blib/lib/DBI.pm
22014cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm
22015cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
22016cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm
22017cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
22018cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm
22019cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod
22020cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm
22021cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
22022cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod
22023cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
22024cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
22025cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
22026cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
22027cp dbipport.h blib/arch/auto/DBI/dbipport.h
22028cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm
22029cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
22030cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
22031cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm
22032cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
22033cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
22034cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
22035/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi
22036/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
22037gcc -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
22038Perl.c: In function 'XS_DBD__Perl__dr_data_sources':
22039Perl.c:276:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
22040 SV * attr;
22041 ^
22042Perl.c: In function 'XS_DBD__Perl__db__login':
22043Perl.c:320:7: warning: variable 'attribs' set but not used [-Wunused-but-set-variable]
22044 SV * attribs;
22045 ^
22046Perl.c: In function 'XS_DBD__Perl__db_last_insert_id':
22047Perl.c:555:7: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
22048 SV * attr;
22049 ^
22050/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
22051gcc -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
22052Running Mkbootstrap for DBI ()
22053chmod 644 DBI.bs
22054rm -f blib/arch/auto/DBI/DBI.so
22055gcc -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 \
22056 \
22057
22058chmod 755 blib/arch/auto/DBI/DBI.so
22059cp DBI.bs blib/arch/auto/DBI/DBI.bs
22060chmod 644 blib/arch/auto/DBI/DBI.bs
22061/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof
22062Extracted dbiprof from dbiprof.PL with variable substitutions.
22063cp dbiprof blib/script/dbiprof
22064/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof
22065/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy
22066Extracted dbiproxy from dbiproxy.PL with variable substitutions.
22067cp dbiproxy blib/script/dbiproxy
22068/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy
22069/usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip
22070Extracted dbilogstrip from dbilogstrip.PL with variable substitutions.
22071cp dbilogstrip blib/script/dbilogstrip
22072/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip
22073Manifying blib/man1/dbiprof.1
22074Manifying blib/man1/dbiproxy.1
22075Manifying blib/man1/dbilogstrip.1
22076Manifying blib/man3/DBD::Proxy.3pm
22077Manifying blib/man3/DBI::Gofer::Response.3pm
22078Manifying blib/man3/DBI::Gofer::Transport::Base.3pm
22079Manifying blib/man3/DBD::DBM.3pm
22080Manifying blib/man3/DBI::Const::GetInfoType.3pm
22081Manifying blib/man3/DBI::Gofer::Serializer::DataDumper.3pm
22082Manifying blib/man3/DBI::DBD::Metadata.3pm
22083Manifying blib/man3/DBD::Gofer::Transport::pipeone.3pm
22084Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm
22085Manifying blib/man3/DBI::ProfileDumper::Apache.3pm
22086Manifying blib/man3/DBD::File::Roadmap.3pm
22087Manifying blib/man3/DBD::File.3pm
22088Manifying blib/man3/DBI::Util::CacheMemory.3pm
22089Manifying blib/man3/DBI::ProfileSubs.3pm
22090Manifying blib/man3/DBD::File::HowTo.3pm
22091Manifying blib/man3/DBD::Gofer.3pm
22092Manifying blib/man3/DBI::DBD::SqlEngine::HowTo.3pm
22093Manifying blib/man3/DBD::Gofer::Transport::Base.3pm
22094Manifying blib/man3/DBD::Gofer::Transport::corostream.3pm
22095Manifying blib/man3/DBI::FAQ.3pm
22096Manifying blib/man3/DBD::Gofer::Policy::rush.3pm
22097Manifying blib/man3/DBI::SQL::Nano.3pm
22098Manifying blib/man3/DBI::Gofer::Request.3pm
22099Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm
22100Manifying blib/man3/DBD::Gofer::Transport::stream.3pm
22101Manifying blib/man3/DBD::Gofer::Policy::classic.3pm
22102Manifying blib/man3/DBD::Gofer::Policy::Base.3pm
22103Manifying blib/man3/DBI.3pm
22104Manifying blib/man3/DBI::Gofer::Transport::stream.3pm
22105Manifying blib/man3/DBI::Gofer::Serializer::Storable.3pm
22106Manifying blib/man3/DBI::Const::GetInfoReturn.3pm
22107Manifying blib/man3/DBD::Sponge.3pm
22108Manifying blib/man3/DBD::Gofer::Policy::pedantic.3pm
22109Manifying blib/man3/DBI::W32ODBC.3pm
22110Manifying blib/man3/DBI::Gofer::Transport::pipeone.3pm
22111Manifying blib/man3/DBI::DBD::SqlEngine::Developers.3pm
22112Manifying blib/man3/DBD::Gofer::Transport::null.3pm
22113Manifying blib/man3/Bundle::DBI.3pm
22114Manifying blib/man3/DBD::File::Developers.3pm
22115Manifying blib/man3/DBI::Profile.3pm
22116Manifying blib/man3/DBI::ProfileDumper.3pm
22117Manifying blib/man3/DBI::ProxyServer.3pm
22118Manifying blib/man3/DBI::Gofer::Serializer::Base.3pm
22119Manifying blib/man3/DBI::Gofer::Execute.3pm
22120Manifying blib/man3/DBI::DBD.3pm
22121Manifying blib/man3/Win32::DBIODBC.3pm
22122Manifying blib/man3/DBI::DBD::SqlEngine.3pm
22123Manifying blib/man3/DBI::PurePerl.3pm
22124Manifying blib/man3/DBI::ProfileData.3pm
22125 TIMB/DBI-1.634.tar.gz
22126 /usr/bin/make -- OK
22127Skipping test because of notest pragma
22128Running make install
22129Manifying blib/man1/dbiproxy.1
22130Manifying blib/man1/dbilogstrip.1
22131Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
22132Installing /usr/local/lib64/perl5/auto/DBI/dbivport.h
22133Installing /usr/local/lib64/perl5/auto/DBI/DBIXS.h
22134Installing /usr/local/lib64/perl5/auto/DBI/dbipport.h
22135Installing /usr/local/lib64/perl5/auto/DBI/Driver.xst
22136Installing /usr/local/lib64/perl5/auto/DBI/DBI.bs
22137Installing /usr/local/lib64/perl5/auto/DBI/DBI.so
22138Installing /usr/local/lib64/perl5/auto/DBI/dbi_sql.h
22139Installing /usr/local/lib64/perl5/auto/DBI/dbd_xsh.h
22140Installing /usr/local/lib64/perl5/auto/DBI/Driver_xst.h
22141Installing /usr/local/lib64/perl5/auto/DBI/dbixs_rev.h
22142Installing /usr/local/lib64/perl5/dbixs_rev.pl
22143Installing /usr/local/lib64/perl5/DBI.pm
22144Installing /usr/local/lib64/perl5/DBI/ProxyServer.pm
22145Installing /usr/local/lib64/perl5/DBI/DBD.pm
22146Installing /usr/local/lib64/perl5/DBI/W32ODBC.pm
22147Installing /usr/local/lib64/perl5/DBI/Profile.pm
22148Installing /usr/local/lib64/perl5/DBI/ProfileSubs.pm
22149Installing /usr/local/lib64/perl5/DBI/FAQ.pm
22150Installing /usr/local/lib64/perl5/DBI/Changes.pm
22151Installing /usr/local/lib64/perl5/DBI/ProfileData.pm
22152Installing /usr/local/lib64/perl5/DBI/PurePerl.pm
22153Installing /usr/local/lib64/perl5/DBI/ProfileDumper.pm
22154Installing /usr/local/lib64/perl5/DBI/Gofer/Response.pm
22155Installing /usr/local/lib64/perl5/DBI/Gofer/Request.pm
22156Installing /usr/local/lib64/perl5/DBI/Gofer/Execute.pm
22157Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/stream.pm
22158Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/pipeone.pm
22159Installing /usr/local/lib64/perl5/DBI/Gofer/Transport/Base.pm
22160Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Storable.pm
22161Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/DataDumper.pm
22162Installing /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
22163Installing /usr/local/lib64/perl5/DBI/SQL/Nano.pm
22164Installing /usr/local/lib64/perl5/DBI/ProfileDumper/Apache.pm
22165Installing /usr/local/lib64/perl5/DBI/DBD/Metadata.pm
22166Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine.pm
22167Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/HowTo.pod
22168Installing /usr/local/lib64/perl5/DBI/DBD/SqlEngine/Developers.pod
22169Installing /usr/local/lib64/perl5/DBI/Util/_accessor.pm
22170Installing /usr/local/lib64/perl5/DBI/Util/CacheMemory.pm
22171Installing /usr/local/lib64/perl5/DBI/Const/GetInfoReturn.pm
22172Installing /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
22173Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ODBC.pm
22174Installing /usr/local/lib64/perl5/DBI/Const/GetInfo/ANSI.pm
22175Installing /usr/local/lib64/perl5/Win32/DBIODBC.pm
22176Installing /usr/local/lib64/perl5/Bundle/DBI.pm
22177Installing /usr/local/lib64/perl5/DBD/Sponge.pm
22178Installing /usr/local/lib64/perl5/DBD/File.pm
22179Installing /usr/local/lib64/perl5/DBD/DBM.pm
22180Installing /usr/local/lib64/perl5/DBD/ExampleP.pm
22181Installing /usr/local/lib64/perl5/DBD/Gofer.pm
22182Installing /usr/local/lib64/perl5/DBD/NullP.pm
22183Installing /usr/local/lib64/perl5/DBD/Proxy.pm
22184Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/classic.pm
22185Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/pedantic.pm
22186Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/rush.pm
22187Installing /usr/local/lib64/perl5/DBD/Gofer/Policy/Base.pm
22188Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/corostream.pm
22189Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/null.pm
22190Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/stream.pm
22191Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/pipeone.pm
22192Installing /usr/local/lib64/perl5/DBD/Gofer/Transport/Base.pm
22193Installing /usr/local/lib64/perl5/DBD/File/HowTo.pod
22194Installing /usr/local/lib64/perl5/DBD/File/Roadmap.pod
22195Installing /usr/local/lib64/perl5/DBD/File/Developers.pod
22196Installing /usr/local/share/man/man1/dbiprof.1
22197Installing /usr/local/share/man/man1/dbiproxy.1
22198Installing /usr/local/share/man/man1/dbilogstrip.1
22199Installing /usr/local/share/man/man3/DBI::Gofer::Transport::Base.3pm
22200Installing /usr/local/share/man/man3/DBD::Gofer.3pm
22201Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine.3pm
22202Installing /usr/local/share/man/man3/DBI::FAQ.3pm
22203Installing /usr/local/share/man/man3/DBD::Gofer::Policy::classic.3pm
22204Installing /usr/local/share/man/man3/DBI::Gofer::Request.3pm
22205Installing /usr/local/share/man/man3/DBI::DBD.3pm
22206Installing /usr/local/share/man/man3/DBD::File::Developers.3pm
22207Installing /usr/local/share/man/man3/DBI::W32ODBC.3pm
22208Installing /usr/local/share/man/man3/DBD::Gofer::Transport::stream.3pm
22209Installing /usr/local/share/man/man3/DBD::File::Roadmap.3pm
22210Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Storable.3pm
22211Installing /usr/local/share/man/man3/DBI::ProfileDumper::Apache.3pm
22212Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ANSI.3pm
22213Installing /usr/local/share/man/man3/DBI.3pm
22214Installing /usr/local/share/man/man3/DBD::Sponge.3pm
22215Installing /usr/local/share/man/man3/DBD::Gofer::Policy::rush.3pm
22216Installing /usr/local/share/man/man3/DBI::SQL::Nano.3pm
22217Installing /usr/local/share/man/man3/DBI::ProxyServer.3pm
22218Installing /usr/local/share/man/man3/DBI::Profile.3pm
22219Installing /usr/local/share/man/man3/DBD::Gofer::Policy::pedantic.3pm
22220Installing /usr/local/share/man/man3/DBI::Const::GetInfoType.3pm
22221Installing /usr/local/share/man/man3/DBD::DBM.3pm
22222Installing /usr/local/share/man/man3/DBD::File.3pm
22223Installing /usr/local/share/man/man3/DBI::Const::GetInfoReturn.3pm
22224Installing /usr/local/share/man/man3/DBD::Gofer::Transport::corostream.3pm
22225Installing /usr/local/share/man/man3/Win32::DBIODBC.3pm
22226Installing /usr/local/share/man/man3/DBI::Util::CacheMemory.3pm
22227Installing /usr/local/share/man/man3/DBD::Gofer::Transport::pipeone.3pm
22228Installing /usr/local/share/man/man3/Bundle::DBI.3pm
22229Installing /usr/local/share/man/man3/DBI::ProfileDumper.3pm
22230Installing /usr/local/share/man/man3/DBD::File::HowTo.3pm
22231Installing /usr/local/share/man/man3/DBI::DBD::Metadata.3pm
22232Installing /usr/local/share/man/man3/DBD::Gofer::Transport::null.3pm
22233Installing /usr/local/share/man/man3/DBD::Proxy.3pm
22234Installing /usr/local/share/man/man3/DBD::Gofer::Policy::Base.3pm
22235Installing /usr/local/share/man/man3/DBI::ProfileSubs.3pm
22236Installing /usr/local/share/man/man3/DBI::Gofer::Transport::stream.3pm
22237Installing /usr/local/share/man/man3/DBI::Const::GetInfo::ODBC.3pm
22238Installing /usr/local/share/man/man3/DBI::Gofer::Response.3pm
22239Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::DataDumper.3pm
22240Installing /usr/local/share/man/man3/DBI::Gofer::Transport::pipeone.3pm
22241Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::Developers.3pm
22242Installing /usr/local/share/man/man3/DBI::PurePerl.3pm
22243Installing /usr/local/share/man/man3/DBI::Gofer::Execute.3pm
22244Installing /usr/local/share/man/man3/DBD::Gofer::Transport::Base.3pm
22245Installing /usr/local/share/man/man3/DBI::Gofer::Serializer::Base.3pm
22246Installing /usr/local/share/man/man3/DBI::ProfileData.3pm
22247Installing /usr/local/share/man/man3/DBI::DBD::SqlEngine::HowTo.3pm
22248Installing /usr/local/bin/dbiproxy
22249Installing /usr/local/bin/dbilogstrip
22250Installing /usr/local/bin/dbiprof
22251Appending installation info to /usr/lib64/perl5/perllocal.pod
22252 TIMB/DBI-1.634.tar.gz
22253 /usr/bin/make install -- OK
22254Running install for module 'Data::Dumper'
22255Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
22256Fetching with HTTP::Tiny:
22257http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
22258Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
22259
22260 CPAN.pm: Building S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
22261
22262Checking if your kit is complete...
22263Looks good
22264Writing Makefile for Data::Dumper
22265Writing MYMETA.yml and MYMETA.json
22266cp Dumper.pm blib/lib/Data/Dumper.pm
22267/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
22268gcc -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
22269Running Mkbootstrap for Data::Dumper ()
22270chmod 644 Dumper.bs
22271rm -f blib/arch/auto/Data/Dumper/Dumper.so
22272gcc -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 \
22273 \
22274
22275chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
22276cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
22277chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
22278 SMUELLER/Data-Dumper-2.154.tar.gz
22279 /usr/bin/make -- OK
22280Skipping test because of notest pragma
22281Running make install
22282Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
22283Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.bs
22284Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
22285Installing /usr/lib64/perl5/Data/Dumper.pm
22286Appending installation info to /usr/lib64/perl5/perllocal.pod
22287 SMUELLER/Data-Dumper-2.154.tar.gz
22288 /usr/bin/make install -- OK
22289Running install for module 'Data::UUID::LibUUID'
22290Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22291Fetching with HTTP::Tiny:
22292http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22293Fetching with HTTP::Tiny:
22294http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NU/NUFFIN/CHECKSUMS
22295Checksum for /root/.cpan/sources/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ok
22296
22297 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22298
22299Warning: prerequisite asa 0 not found.
22300Checking if your kit is complete...
22301Looks good
22302trying 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
22303Writing Makefile for Data::UUID::LibUUID
22304Writing MYMETA.yml and MYMETA.json
22305---- Unsatisfied dependencies detected during ----
22306---- NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ----
22307 asa [requires]
22308Skipping test because of notest pragma
22309Running make install
22310 Delayed until after prerequisites
22311Running install for module 'asa'
22312Running make for A/AD/ADAMK/asa-1.03.tar.gz
22313Fetching with HTTP::Tiny:
22314http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/asa-1.03.tar.gz
22315Fetching with HTTP::Tiny:
22316http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/CHECKSUMS
22317Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/asa-1.03.tar.gz ok
22318
22319 CPAN.pm: Building A/AD/ADAMK/asa-1.03.tar.gz
22320
22321Checking if your kit is complete...
22322Looks good
22323Writing Makefile for asa
22324Writing MYMETA.yml and MYMETA.json
22325cp lib/asa.pm blib/lib/asa.pm
22326Manifying blib/man3/asa.3pm
22327 ADAMK/asa-1.03.tar.gz
22328 /usr/bin/make -- OK
22329Skipping test because of notest pragma
22330Running make install
22331Installing /usr/local/share/perl5/asa.pm
22332Installing /usr/local/share/man/man3/asa.3pm
22333Appending installation info to /usr/lib64/perl5/perllocal.pod
22334 ADAMK/asa-1.03.tar.gz
22335 /usr/bin/make install -- OK
22336Running make for N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22337 Has already been unwrapped into directory /root/.cpan/build/Data-UUID-LibUUID-0.05-zqjVU6
22338
22339 CPAN.pm: Building N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22340
22341cp lib/Data/UUID/LibUUID.pm blib/lib/Data/UUID/LibUUID.pm
22342cp lib/Data/UUID/LibUUID/DataUUIDCompat.pm blib/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
22343/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LibUUID.xs > LibUUID.xsc && mv LibUUID.xsc LibUUID.c
22344gcc -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
22345LibUUID.xs: In function 'pid_check':
22346LibUUID.xs:62:9: warning: implicit declaration of function 'arc4random_stir' [-Wimplicit-function-declaration]
22347 arc4random_stir();
22348 ^
22349LibUUID.xs: In function 'new_uuid':
22350LibUUID.xs:77:9: warning: label 'ggdefault' defined but not used [-Wunused-label]
22351 ggdefault:
22352 ^
22353LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_eq':
22354LibUUID.c:330:7: warning: unused variable 'RETVAL' [-Wunused-variable]
22355 SV * RETVAL;
22356 ^
22357LibUUID.c: In function 'XS_Data__UUID__LibUUID_uuid_compare':
22358LibUUID.c:363:7: warning: unused variable 'RETVAL' [-Wunused-variable]
22359 SV * RETVAL;
22360 ^
22361In file included from LibUUID.xs:3:0:
22362LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_binary':
22363/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
22364 #define dITEMS I32 items = (I32)(SP - MARK)
22365 ^
22366/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
22367 dSP; dAXMARK; dITEMS
22368 ^
22369LibUUID.c:512:11: note: in expansion of macro 'dXSARGS'
22370 dVAR; dXSARGS;
22371 ^
22372LibUUID.c: In function 'XS_Data__UUID__LibUUID_new_dce_uuid_string':
22373/usr/lib64/perl5/CORE/XSUB.h:164:20: warning: unused variable 'items' [-Wunused-variable]
22374 #define dITEMS I32 items = (I32)(SP - MARK)
22375 ^
22376/usr/lib64/perl5/CORE/XSUB.h:172:16: note: in expansion of macro 'dITEMS'
22377 dSP; dAXMARK; dITEMS
22378 ^
22379LibUUID.c:531:11: note: in expansion of macro 'dXSARGS'
22380 dVAR; dXSARGS;
22381 ^
22382Running Mkbootstrap for Data::UUID::LibUUID ()
22383chmod 644 LibUUID.bs
22384rm -f blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
22385gcc -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 \
22386 -luuid \
22387
22388chmod 755 blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
22389cp LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
22390chmod 644 blib/arch/auto/Data/UUID/LibUUID/LibUUID.bs
22391Manifying blib/man3/Data::UUID::LibUUID.3pm
22392Manifying blib/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
22393 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22394 /usr/bin/make -- OK
22395Skipping test because of notest pragma
22396Running make install
22397Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
22398Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.so
22399Installing /usr/local/lib64/perl5/auto/Data/UUID/LibUUID/LibUUID.bs
22400Installing /usr/local/lib64/perl5/Data/UUID/LibUUID.pm
22401Installing /usr/local/lib64/perl5/Data/UUID/LibUUID/DataUUIDCompat.pm
22402Installing /usr/local/share/man/man3/Data::UUID::LibUUID::DataUUIDCompat.3pm
22403Installing /usr/local/share/man/man3/Data::UUID::LibUUID.3pm
22404Appending installation info to /usr/lib64/perl5/perllocal.pod
22405 NUFFIN/Data-UUID-LibUUID-0.05.tar.gz
22406 /usr/bin/make install -- OK
22407Date::Format is up to date (2.24).
22408Date::Parse is up to date (2.30).
22409Running install for module 'DateTime'
22410Running make for D/DR/DROLSKY/DateTime-1.21.tar.gz
22411Fetching with HTTP::Tiny:
22412http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz
22413Fetching with HTTP::Tiny:
22414http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/CHECKSUMS
22415Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-1.21.tar.gz ok
22416
22417 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
22418
22419Checking prerequisites...
22420 requires:
22421 ! DateTime::TimeZone (1.63) is installed, but we need version >= 1.74
22422 test_requires:
22423 ! Test::Warnings is not installed
22424
22425ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
22426of the modules indicated above before proceeding with this installation
22427
22428Created MYMETA.yml and MYMETA.json
22429Creating new 'Build' script for 'DateTime' version '1.21'
22430---- Unsatisfied dependencies detected during ----
22431---- DROLSKY/DateTime-1.21.tar.gz ----
22432 Test::Warnings [build_requires]
22433 DateTime::TimeZone [requires]
22434Skipping test because of notest pragma
22435Running Build install
22436 Delayed until after prerequisites
22437Running install for module 'Test::Warnings'
22438Running make for E/ET/ETHER/Test-Warnings-0.023.tar.gz
22439Fetching with HTTP::Tiny:
22440http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-Warnings-0.023.tar.gz
22441Fetching with HTTP::Tiny:
22442http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/CHECKSUMS
22443Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.023.tar.gz ok
22444
22445 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.023.tar.gz
22446
22447Checking if your kit is complete...
22448Looks good
22449Writing Makefile for Test::Warnings
22450Writing MYMETA.yml and MYMETA.json
22451---- Unsatisfied dependencies detected during ----
22452---- ETHER/Test-Warnings-0.023.tar.gz ----
22453 CPAN::Meta::Check [build_requires]
22454Skipping test because of notest pragma
22455Running make install
22456 Delayed until after prerequisites
22457Running install for module 'CPAN::Meta::Check'
22458Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
22459Fetching with HTTP::Tiny:
22460http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
22461Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz ok
22462
22463 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
22464
22465Warning: prerequisite Module::Metadata 1.000023 not found. We have 1.000018.
22466Checking if your kit is complete...
22467Looks good
22468Writing Makefile for CPAN::Meta::Check
22469Writing MYMETA.yml and MYMETA.json
22470---- Unsatisfied dependencies detected during ----
22471---- LEONT/CPAN-Meta-Check-0.012.tar.gz ----
22472 Module::Metadata [requires]
22473 Test::Deep [build_requires]
22474 Env [build_requires]
22475Skipping test because of notest pragma
22476Running make install
22477 Delayed until after prerequisites
22478Running install for module 'Module::Metadata'
22479Running make for E/ET/ETHER/Module-Metadata-1.000027.tar.gz
22480Fetching with HTTP::Tiny:
22481http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz
22482Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Metadata-1.000027.tar.gz ok
22483
22484 CPAN.pm: Building E/ET/ETHER/Module-Metadata-1.000027.tar.gz
22485
22486Checking if your kit is complete...
22487Looks good
22488Writing Makefile for Module::Metadata
22489Writing MYMETA.yml and MYMETA.json
22490cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm
22491Manifying blib/man3/Module::Metadata.3pm
22492 ETHER/Module-Metadata-1.000027.tar.gz
22493 /usr/bin/make -- OK
22494Skipping test because of notest pragma
22495Running make install
22496Installing /usr/local/share/perl5/Module/Metadata.pm
22497Installing /usr/local/share/man/man3/Module::Metadata.3pm
22498Appending installation info to /usr/lib64/perl5/perllocal.pod
22499 ETHER/Module-Metadata-1.000027.tar.gz
22500 /usr/bin/make install -- OK
22501Running install for module 'Test::Deep'
22502Running make for R/RJ/RJBS/Test-Deep-1.120.tar.gz
22503Fetching with HTTP::Tiny:
22504http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz
22505Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Deep-1.120.tar.gz ok
22506
22507 CPAN.pm: Building R/RJ/RJBS/Test-Deep-1.120.tar.gz
22508
22509Checking if your kit is complete...
22510Looks good
22511Writing Makefile for Test::Deep
22512Writing MYMETA.yml and MYMETA.json
22513cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm
22514cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm
22515cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm
22516cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm
22517cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm
22518cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm
22519cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm
22520cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm
22521cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm
22522cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm
22523cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm
22524cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm
22525cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm
22526cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm
22527cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm
22528cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm
22529cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm
22530cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm
22531cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm
22532cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm
22533cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm
22534cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm
22535cp lib/Test/Deep.pm blib/lib/Test/Deep.pm
22536cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm
22537cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm
22538cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm
22539cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm
22540cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm
22541cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm
22542cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm
22543cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm
22544cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm
22545cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm
22546cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm
22547cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm
22548cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm
22549cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm
22550cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm
22551cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm
22552cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm
22553cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm
22554cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm
22555cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm
22556Manifying blib/man3/Test::Deep::NoTest.3pm
22557Manifying blib/man3/Test::Deep.3pm
22558 RJBS/Test-Deep-1.120.tar.gz
22559 /usr/bin/make -- OK
22560Skipping test because of notest pragma
22561Running make install
22562Installing /usr/local/share/perl5/Test/Deep.pm
22563Installing /usr/local/share/perl5/Test/Deep/ScalarRefOnly.pm
22564Installing /usr/local/share/perl5/Test/Deep/Cache.pm
22565Installing /usr/local/share/perl5/Test/Deep/RegexpRef.pm
22566Installing /usr/local/share/perl5/Test/Deep/Isa.pm
22567Installing /usr/local/share/perl5/Test/Deep/HashKeysOnly.pm
22568Installing /usr/local/share/perl5/Test/Deep/Code.pm
22569Installing /usr/local/share/perl5/Test/Deep/MM.pm
22570Installing /usr/local/share/perl5/Test/Deep/Ignore.pm
22571Installing /usr/local/share/perl5/Test/Deep/RegexpOnly.pm
22572Installing /usr/local/share/perl5/Test/Deep/Obj.pm
22573Installing /usr/local/share/perl5/Test/Deep/Array.pm
22574Installing /usr/local/share/perl5/Test/Deep/Stack.pm
22575Installing /usr/local/share/perl5/Test/Deep/Regexp.pm
22576Installing /usr/local/share/perl5/Test/Deep/HashKeys.pm
22577Installing /usr/local/share/perl5/Test/Deep/Ref.pm
22578Installing /usr/local/share/perl5/Test/Deep/Cmp.pm
22579Installing /usr/local/share/perl5/Test/Deep/RefType.pm
22580Installing /usr/local/share/perl5/Test/Deep/Blessed.pm
22581Installing /usr/local/share/perl5/Test/Deep/Shallow.pm
22582Installing /usr/local/share/perl5/Test/Deep/Hash.pm
22583Installing /usr/local/share/perl5/Test/Deep/Methods.pm
22584Installing /usr/local/share/perl5/Test/Deep/Number.pm
22585Installing /usr/local/share/perl5/Test/Deep/ListMethods.pm
22586Installing /usr/local/share/perl5/Test/Deep/Set.pm
22587Installing /usr/local/share/perl5/Test/Deep/Any.pm
22588Installing /usr/local/share/perl5/Test/Deep/RegexpRefOnly.pm
22589Installing /usr/local/share/perl5/Test/Deep/ArrayLength.pm
22590Installing /usr/local/share/perl5/Test/Deep/ArrayLengthOnly.pm
22591Installing /usr/local/share/perl5/Test/Deep/RegexpMatches.pm
22592Installing /usr/local/share/perl5/Test/Deep/String.pm
22593Installing /usr/local/share/perl5/Test/Deep/HashEach.pm
22594Installing /usr/local/share/perl5/Test/Deep/None.pm
22595Installing /usr/local/share/perl5/Test/Deep/Class.pm
22596Installing /usr/local/share/perl5/Test/Deep/HashElements.pm
22597Installing /usr/local/share/perl5/Test/Deep/ArrayEach.pm
22598Installing /usr/local/share/perl5/Test/Deep/All.pm
22599Installing /usr/local/share/perl5/Test/Deep/ArrayElementsOnly.pm
22600Installing /usr/local/share/perl5/Test/Deep/NoTest.pm
22601Installing /usr/local/share/perl5/Test/Deep/ScalarRef.pm
22602Installing /usr/local/share/perl5/Test/Deep/Boolean.pm
22603Installing /usr/local/share/perl5/Test/Deep/RegexpVersion.pm
22604Installing /usr/local/share/perl5/Test/Deep/Cache/Simple.pm
22605Installing /usr/local/share/man/man3/Test::Deep.3pm
22606Installing /usr/local/share/man/man3/Test::Deep::NoTest.3pm
22607Appending installation info to /usr/lib64/perl5/perllocal.pod
22608 RJBS/Test-Deep-1.120.tar.gz
22609 /usr/bin/make install -- OK
22610Running install for module 'Env'
22611Running make for F/FL/FLORA/Env-1.04.tar.gz
22612Fetching with HTTP::Tiny:
22613http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FL/FLORA/Env-1.04.tar.gz
22614Fetching with HTTP::Tiny:
22615http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FL/FLORA/CHECKSUMS
22616Checksum for /root/.cpan/sources/authors/id/F/FL/FLORA/Env-1.04.tar.gz ok
22617
22618 CPAN.pm: Building F/FL/FLORA/Env-1.04.tar.gz
22619
22620Checking if your kit is complete...
22621Looks good
22622Writing Makefile for Env
22623Writing MYMETA.yml and MYMETA.json
22624cp lib/Env.pm blib/lib/Env.pm
22625Manifying blib/man3/Env.3pm
22626 FLORA/Env-1.04.tar.gz
22627 /usr/bin/make -- OK
22628Skipping test because of notest pragma
22629Running make install
22630Installing /usr/local/share/perl5/Env.pm
22631Installing /usr/local/share/man/man3/Env.3pm
22632Appending installation info to /usr/lib64/perl5/perllocal.pod
22633 FLORA/Env-1.04.tar.gz
22634 /usr/bin/make install -- OK
22635Running make for L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
22636 Has already been unwrapped into directory /root/.cpan/build/CPAN-Meta-Check-0.012-YApIx8
22637
22638 CPAN.pm: Building L/LE/LEONT/CPAN-Meta-Check-0.012.tar.gz
22639
22640cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm
22641Manifying blib/man3/CPAN::Meta::Check.3pm
22642 LEONT/CPAN-Meta-Check-0.012.tar.gz
22643 /usr/bin/make -- OK
22644Skipping test because of notest pragma
22645Running make install
22646Installing /usr/local/share/perl5/CPAN/Meta/Check.pm
22647Installing /usr/local/share/man/man3/CPAN::Meta::Check.3pm
22648Appending installation info to /usr/lib64/perl5/perllocal.pod
22649 LEONT/CPAN-Meta-Check-0.012.tar.gz
22650 /usr/bin/make install -- OK
22651Running make for E/ET/ETHER/Test-Warnings-0.023.tar.gz
22652 Has already been unwrapped into directory /root/.cpan/build/Test-Warnings-0.023-BPHTWp
22653
22654 CPAN.pm: Building E/ET/ETHER/Test-Warnings-0.023.tar.gz
22655
22656cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
22657Manifying blib/man3/Test::Warnings.3pm
22658 ETHER/Test-Warnings-0.023.tar.gz
22659 /usr/bin/make -- OK
22660Skipping test because of notest pragma
22661Running make install
22662Installing /usr/local/share/perl5/Test/Warnings.pm
22663Installing /usr/local/share/man/man3/Test::Warnings.3pm
22664Appending installation info to /usr/lib64/perl5/perllocal.pod
22665 ETHER/Test-Warnings-0.023.tar.gz
22666 /usr/bin/make install -- OK
22667Running install for module 'DateTime::TimeZone'
22668Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
22669Fetching with HTTP::Tiny:
22670http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
22671Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz ok
22672
22673 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
22674
22675Warning: prerequisite List::Util 1.33 not found. We have 1.27.
22676Checking if your kit is complete...
22677Looks good
22678Writing Makefile for DateTime::TimeZone
22679Writing MYMETA.yml and MYMETA.json
22680---- Unsatisfied dependencies detected during ----
22681---- DROLSKY/DateTime-TimeZone-1.94.tar.gz ----
22682 List::Util [requires]
22683Skipping test because of notest pragma
22684Running make install
22685 Delayed until after prerequisites
22686Running install for module 'List::Util'
22687Running make for P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
22688Fetching with HTTP::Tiny:
22689http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
22690Fetching with HTTP::Tiny:
22691http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/CHECKSUMS
22692Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz ok
22693
22694 CPAN.pm: Building P/PE/PEVANS/Scalar-List-Utils-1.42.tar.gz
22695
22696Checking if your kit is complete...
22697Looks good
22698Writing Makefile for List::Util
22699Writing MYMETA.yml and MYMETA.json
22700cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm
22701cp lib/Sub/Util.pm blib/lib/Sub/Util.pm
22702cp lib/List/Util.pm blib/lib/List/Util.pm
22703cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm
22704/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c
22705gcc -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
22706In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
22707 from ListUtil.xs:7:
22708ListUtil.xs: In function 'XS_List__Util_reduce':
22709/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22710 SV **newsp; /* set by POPBLOCK */ \
22711 ^
22712ListUtil.xs:327:9: note: in expansion of macro 'dMULTICALL'
22713 dMULTICALL;
22714 ^
22715ListUtil.xs: In function 'XS_List__Util_first':
22716/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22717 SV **newsp; /* set by POPBLOCK */ \
22718 ^
22719ListUtil.xs:381:9: note: in expansion of macro 'dMULTICALL'
22720 dMULTICALL;
22721 ^
22722ListUtil.xs: In function 'XS_List__Util_any':
22723/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22724 SV **newsp; /* set by POPBLOCK */ \
22725 ^
22726ListUtil.xs:447:9: note: in expansion of macro 'dMULTICALL'
22727 dMULTICALL;
22728 ^
22729ListUtil.xs: In function 'XS_List__Util_pairfirst':
22730/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22731 SV **newsp; /* set by POPBLOCK */ \
22732 ^
22733ListUtil.xs:626:9: note: in expansion of macro 'dMULTICALL'
22734 dMULTICALL;
22735 ^
22736ListUtil.xs: In function 'XS_List__Util_pairgrep':
22737/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22738 SV **newsp; /* set by POPBLOCK */ \
22739 ^
22740ListUtil.xs:710:9: note: in expansion of macro 'dMULTICALL'
22741 dMULTICALL;
22742 ^
22743ListUtil.xs: In function 'XS_List__Util_pairmap':
22744ListUtil.xs:806:17: warning: unused variable 'b' [-Wunused-variable]
22745 SV *b = GvSV(bgv) = argi < items-1 ?
22746 ^
22747ListUtil.xs:805:17: warning: unused variable 'a' [-Wunused-variable]
22748 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : stack[argi];
22749 ^
22750In file included from /usr/lib64/perl5/CORE/perl.h:3446:0,
22751 from ListUtil.xs:7:
22752/usr/lib64/perl5/CORE/cop.h:1202:10: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
22753 SV **newsp; /* set by POPBLOCK */ \
22754 ^
22755ListUtil.xs:800:9: note: in expansion of macro 'dMULTICALL'
22756 dMULTICALL;
22757 ^
22758ListUtil.xs:848:17: warning: unused variable 'b' [-Wunused-variable]
22759 SV *b = GvSV(bgv) = argi < items-1 ?
22760 ^
22761ListUtil.xs:847:17: warning: unused variable 'a' [-Wunused-variable]
22762 SV *a = GvSV(agv) = args_copy ? args_copy[argi] : ST(argi);
22763 ^
22764ListUtil.c: In function 'XS_List__Util_min':
22765ListUtil.xs:129:16: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]
22766 if(val < retval ? !ix : ix) {
22767 ^
22768ListUtil.xs:99:8: note: 'retval' was declared here
22769 NV retval;
22770 ^
22771Running Mkbootstrap for List::Util ()
22772chmod 644 Util.bs
22773rm -f blib/arch/auto/List/Util/Util.so
22774gcc -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 \
22775 \
22776
22777chmod 755 blib/arch/auto/List/Util/Util.so
22778cp Util.bs blib/arch/auto/List/Util/Util.bs
22779chmod 644 blib/arch/auto/List/Util/Util.bs
22780Manifying blib/man3/List::Util::XS.3pm
22781Manifying blib/man3/Sub::Util.3pm
22782Manifying blib/man3/List::Util.3pm
22783Manifying blib/man3/Scalar::Util.3pm
22784 PEVANS/Scalar-List-Utils-1.42.tar.gz
22785 /usr/bin/make -- OK
22786Skipping test because of notest pragma
22787Running make install
22788Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
22789Installing /usr/local/lib64/perl5/auto/List/Util/Util.bs
22790Installing /usr/local/lib64/perl5/auto/List/Util/Util.so
22791Installing /usr/local/lib64/perl5/List/Util.pm
22792Installing /usr/local/lib64/perl5/List/Util/XS.pm
22793Installing /usr/local/lib64/perl5/Scalar/Util.pm
22794Installing /usr/local/lib64/perl5/Sub/Util.pm
22795Installing /usr/local/share/man/man3/List::Util.3pm
22796Installing /usr/local/share/man/man3/Sub::Util.3pm
22797Installing /usr/local/share/man/man3/List::Util::XS.3pm
22798Installing /usr/local/share/man/man3/Scalar::Util.3pm
22799Appending installation info to /usr/lib64/perl5/perllocal.pod
22800 PEVANS/Scalar-List-Utils-1.42.tar.gz
22801 /usr/bin/make install -- OK
22802Running make for D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
22803 Has already been unwrapped into directory /root/.cpan/build/DateTime-TimeZone-1.94-i6aq0N
22804
22805 CPAN.pm: Building D/DR/DROLSKY/DateTime-TimeZone-1.94.tar.gz
22806
22807cp lib/DateTime/TimeZone/MST7MDT.pm blib/lib/DateTime/TimeZone/MST7MDT.pm
22808cp lib/DateTime/TimeZone/Asia/Dili.pm blib/lib/DateTime/TimeZone/Asia/Dili.pm
22809cp lib/DateTime/TimeZone/Indian/Kerguelen.pm blib/lib/DateTime/TimeZone/Indian/Kerguelen.pm
22810cp lib/DateTime/TimeZone/America/Hermosillo.pm blib/lib/DateTime/TimeZone/America/Hermosillo.pm
22811cp lib/DateTime/TimeZone/OlsonDB/Observance.pm blib/lib/DateTime/TimeZone/OlsonDB/Observance.pm
22812cp lib/DateTime/TimeZone/Pacific/Wallis.pm blib/lib/DateTime/TimeZone/Pacific/Wallis.pm
22813cp lib/DateTime/TimeZone/America/Resolute.pm blib/lib/DateTime/TimeZone/America/Resolute.pm
22814cp lib/DateTime/TimeZone/Indian/Reunion.pm blib/lib/DateTime/TimeZone/Indian/Reunion.pm
22815cp lib/DateTime/TimeZone/America/Dawson_Creek.pm blib/lib/DateTime/TimeZone/America/Dawson_Creek.pm
22816cp lib/DateTime/TimeZone/Pacific/Pohnpei.pm blib/lib/DateTime/TimeZone/Pacific/Pohnpei.pm
22817cp lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm blib/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm
22818cp lib/DateTime/TimeZone/Atlantic/Stanley.pm blib/lib/DateTime/TimeZone/Atlantic/Stanley.pm
22819cp lib/DateTime/TimeZone/America/Rankin_Inlet.pm blib/lib/DateTime/TimeZone/America/Rankin_Inlet.pm
22820cp lib/DateTime/TimeZone/America/Argentina/Mendoza.pm blib/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm
22821cp lib/DateTime/TimeZone/America/Argentina/San_Juan.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm
22822cp lib/DateTime/TimeZone/America/Montevideo.pm blib/lib/DateTime/TimeZone/America/Montevideo.pm
22823cp lib/DateTime/TimeZone/America/Argentina/San_Luis.pm blib/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm
22824cp lib/DateTime/TimeZone/Europe/Bucharest.pm blib/lib/DateTime/TimeZone/Europe/Bucharest.pm
22825cp lib/DateTime/TimeZone/Pacific/Tahiti.pm blib/lib/DateTime/TimeZone/Pacific/Tahiti.pm
22826cp lib/DateTime/TimeZone/Africa/Casablanca.pm blib/lib/DateTime/TimeZone/Africa/Casablanca.pm
22827cp lib/DateTime/TimeZone/Asia/Aqtobe.pm blib/lib/DateTime/TimeZone/Asia/Aqtobe.pm
22828cp lib/DateTime/TimeZone/America/Yakutat.pm blib/lib/DateTime/TimeZone/America/Yakutat.pm
22829cp lib/DateTime/TimeZone/America/Port_of_Spain.pm blib/lib/DateTime/TimeZone/America/Port_of_Spain.pm
22830cp lib/DateTime/TimeZone/CST6CDT.pm blib/lib/DateTime/TimeZone/CST6CDT.pm
22831cp lib/DateTime/TimeZone/Asia/Shanghai.pm blib/lib/DateTime/TimeZone/Asia/Shanghai.pm
22832cp lib/DateTime/TimeZone/Asia/Qyzylorda.pm blib/lib/DateTime/TimeZone/Asia/Qyzylorda.pm
22833cp lib/DateTime/TimeZone/Antarctica/Davis.pm blib/lib/DateTime/TimeZone/Antarctica/Davis.pm
22834cp lib/DateTime/TimeZone/Asia/Brunei.pm blib/lib/DateTime/TimeZone/Asia/Brunei.pm
22835cp lib/DateTime/TimeZone/Pacific/Rarotonga.pm blib/lib/DateTime/TimeZone/Pacific/Rarotonga.pm
22836cp lib/DateTime/TimeZone/Pacific/Auckland.pm blib/lib/DateTime/TimeZone/Pacific/Auckland.pm
22837cp lib/DateTime/TimeZone/America/Argentina/Cordoba.pm blib/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm
22838cp lib/DateTime/TimeZone/Pacific/Efate.pm blib/lib/DateTime/TimeZone/Pacific/Efate.pm
22839cp lib/DateTime/TimeZone/Asia/Karachi.pm blib/lib/DateTime/TimeZone/Asia/Karachi.pm
22840cp lib/DateTime/TimeZone/America/Guayaquil.pm blib/lib/DateTime/TimeZone/America/Guayaquil.pm
22841cp lib/DateTime/TimeZone/Asia/Colombo.pm blib/lib/DateTime/TimeZone/Asia/Colombo.pm
22842cp lib/DateTime/TimeZone/America/Tegucigalpa.pm blib/lib/DateTime/TimeZone/America/Tegucigalpa.pm
22843cp lib/DateTime/TimeZone/America/Whitehorse.pm blib/lib/DateTime/TimeZone/America/Whitehorse.pm
22844cp lib/DateTime/TimeZone/Africa/Windhoek.pm blib/lib/DateTime/TimeZone/Africa/Windhoek.pm
22845cp lib/DateTime/TimeZone/Pacific/Kosrae.pm blib/lib/DateTime/TimeZone/Pacific/Kosrae.pm
22846cp lib/DateTime/TimeZone/Asia/Ashgabat.pm blib/lib/DateTime/TimeZone/Asia/Ashgabat.pm
22847cp lib/DateTime/TimeZone/Europe/Moscow.pm blib/lib/DateTime/TimeZone/Europe/Moscow.pm
22848cp lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm blib/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
22849cp lib/DateTime/TimeZone/HST.pm blib/lib/DateTime/TimeZone/HST.pm
22850cp lib/DateTime/TimeZone/Pacific/Gambier.pm blib/lib/DateTime/TimeZone/Pacific/Gambier.pm
22851cp lib/DateTime/TimeZone/America/Boise.pm blib/lib/DateTime/TimeZone/America/Boise.pm
22852cp lib/DateTime/TimeZone/America/Atikokan.pm blib/lib/DateTime/TimeZone/America/Atikokan.pm
22853cp lib/DateTime/TimeZone/Asia/Macau.pm blib/lib/DateTime/TimeZone/Asia/Macau.pm
22854cp lib/DateTime/TimeZone/America/Edmonton.pm blib/lib/DateTime/TimeZone/America/Edmonton.pm
22855cp lib/DateTime/TimeZone/Antarctica/Syowa.pm blib/lib/DateTime/TimeZone/Antarctica/Syowa.pm
22856cp lib/DateTime/TimeZone/Europe/Rome.pm blib/lib/DateTime/TimeZone/Europe/Rome.pm
22857cp lib/DateTime/TimeZone/America/Manaus.pm blib/lib/DateTime/TimeZone/America/Manaus.pm
22858cp lib/DateTime/TimeZone/America/Campo_Grande.pm blib/lib/DateTime/TimeZone/America/Campo_Grande.pm
22859cp lib/DateTime/TimeZone/Europe/Belgrade.pm blib/lib/DateTime/TimeZone/Europe/Belgrade.pm
22860cp lib/DateTime/TimeZone/Local/Unix.pm blib/lib/DateTime/TimeZone/Local/Unix.pm
22861cp lib/DateTime/TimeZone/America/Miquelon.pm blib/lib/DateTime/TimeZone/America/Miquelon.pm
22862cp lib/DateTime/TimeZone/Asia/Hebron.pm blib/lib/DateTime/TimeZone/Asia/Hebron.pm
22863cp lib/DateTime/TimeZone/Pacific/Port_Moresby.pm blib/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm
22864cp lib/DateTime/TimeZone/Asia/Kabul.pm blib/lib/DateTime/TimeZone/Asia/Kabul.pm
22865cp lib/DateTime/TimeZone/America/Swift_Current.pm blib/lib/DateTime/TimeZone/America/Swift_Current.pm
22866cp lib/DateTime/TimeZone/Asia/Dubai.pm blib/lib/DateTime/TimeZone/Asia/Dubai.pm
22867cp lib/DateTime/TimeZone/Asia/Pontianak.pm blib/lib/DateTime/TimeZone/Asia/Pontianak.pm
22868cp lib/DateTime/TimeZone/Asia/Yakutsk.pm blib/lib/DateTime/TimeZone/Asia/Yakutsk.pm
22869cp lib/DateTime/TimeZone/Europe/Malta.pm blib/lib/DateTime/TimeZone/Europe/Malta.pm
22870cp lib/DateTime/TimeZone/Asia/Kolkata.pm blib/lib/DateTime/TimeZone/Asia/Kolkata.pm
22871cp lib/DateTime/TimeZone/Asia/Beirut.pm blib/lib/DateTime/TimeZone/Asia/Beirut.pm
22872cp lib/DateTime/TimeZone/America/Cuiaba.pm blib/lib/DateTime/TimeZone/America/Cuiaba.pm
22873cp lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm blib/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm
22874cp lib/DateTime/TimeZone/Europe/Vilnius.pm blib/lib/DateTime/TimeZone/Europe/Vilnius.pm
22875cp lib/DateTime/TimeZone/Pacific/Fakaofo.pm blib/lib/DateTime/TimeZone/Pacific/Fakaofo.pm
22876cp lib/DateTime/TimeZone/America/Chihuahua.pm blib/lib/DateTime/TimeZone/America/Chihuahua.pm
22877cp lib/DateTime/TimeZone/Europe/Berlin.pm blib/lib/DateTime/TimeZone/Europe/Berlin.pm
22878cp lib/DateTime/TimeZone/America/Cayenne.pm blib/lib/DateTime/TimeZone/America/Cayenne.pm
22879cp lib/DateTime/TimeZone/America/Argentina/Jujuy.pm blib/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm
22880cp lib/DateTime/TimeZone/Australia/Sydney.pm blib/lib/DateTime/TimeZone/Australia/Sydney.pm
22881cp lib/DateTime/TimeZone/America/Port_au_Prince.pm blib/lib/DateTime/TimeZone/America/Port_au_Prince.pm
22882cp lib/DateTime/TimeZone/Antarctica/Macquarie.pm blib/lib/DateTime/TimeZone/Antarctica/Macquarie.pm
22883cp lib/DateTime/TimeZone/America/Denver.pm blib/lib/DateTime/TimeZone/America/Denver.pm
22884cp lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm blib/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
22885cp lib/DateTime/TimeZone/America/Bahia_Banderas.pm blib/lib/DateTime/TimeZone/America/Bahia_Banderas.pm
22886cp lib/DateTime/TimeZone/Europe/Riga.pm blib/lib/DateTime/TimeZone/Europe/Riga.pm
22887cp lib/DateTime/TimeZone/Asia/Novosibirsk.pm blib/lib/DateTime/TimeZone/Asia/Novosibirsk.pm
22888cp lib/DateTime/TimeZone/America/Indiana/Vincennes.pm blib/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm
22889cp lib/DateTime/TimeZone/America/Vancouver.pm blib/lib/DateTime/TimeZone/America/Vancouver.pm
22890cp lib/DateTime/TimeZone/America/Scoresbysund.pm blib/lib/DateTime/TimeZone/America/Scoresbysund.pm
22891cp lib/DateTime/TimeZone/Asia/Samarkand.pm blib/lib/DateTime/TimeZone/Asia/Samarkand.pm
22892cp lib/DateTime/TimeZone/Asia/Anadyr.pm blib/lib/DateTime/TimeZone/Asia/Anadyr.pm
22893cp lib/DateTime/TimeZone/OlsonDB.pm blib/lib/DateTime/TimeZone/OlsonDB.pm
22894cp lib/DateTime/TimeZone/Atlantic/Azores.pm blib/lib/DateTime/TimeZone/Atlantic/Azores.pm
22895cp lib/DateTime/TimeZone/Asia/Bishkek.pm blib/lib/DateTime/TimeZone/Asia/Bishkek.pm
22896cp lib/DateTime/TimeZone/Pacific/Enderbury.pm blib/lib/DateTime/TimeZone/Pacific/Enderbury.pm
22897cp lib/DateTime/TimeZone/Asia/Singapore.pm blib/lib/DateTime/TimeZone/Asia/Singapore.pm
22898cp lib/DateTime/TimeZone/Pacific/Chuuk.pm blib/lib/DateTime/TimeZone/Pacific/Chuuk.pm
22899cp lib/DateTime/TimeZone/Asia/Taipei.pm blib/lib/DateTime/TimeZone/Asia/Taipei.pm
22900cp lib/DateTime/TimeZone/Pacific/Marquesas.pm blib/lib/DateTime/TimeZone/Pacific/Marquesas.pm
22901cp lib/DateTime/TimeZone/EST5EDT.pm blib/lib/DateTime/TimeZone/EST5EDT.pm
22902cp lib/DateTime/TimeZone/Africa/Ceuta.pm blib/lib/DateTime/TimeZone/Africa/Ceuta.pm
22903cp lib/DateTime/TimeZone.pm blib/lib/DateTime/TimeZone.pm
22904cp lib/DateTime/TimeZone/America/Eirunepe.pm blib/lib/DateTime/TimeZone/America/Eirunepe.pm
22905cp lib/DateTime/TimeZone/EST.pm blib/lib/DateTime/TimeZone/EST.pm
22906cp lib/DateTime/TimeZone/Asia/Dushanbe.pm blib/lib/DateTime/TimeZone/Asia/Dushanbe.pm
22907cp lib/DateTime/TimeZone/Pacific/Tongatapu.pm blib/lib/DateTime/TimeZone/Pacific/Tongatapu.pm
22908cp lib/DateTime/TimeZone/America/Boa_Vista.pm blib/lib/DateTime/TimeZone/America/Boa_Vista.pm
22909cp lib/DateTime/TimeZone/Europe/Andorra.pm blib/lib/DateTime/TimeZone/Europe/Andorra.pm
22910cp lib/DateTime/TimeZone/America/Adak.pm blib/lib/DateTime/TimeZone/America/Adak.pm
22911cp lib/DateTime/TimeZone/Antarctica/Rothera.pm blib/lib/DateTime/TimeZone/Antarctica/Rothera.pm
22912cp lib/DateTime/TimeZone/Africa/Monrovia.pm blib/lib/DateTime/TimeZone/Africa/Monrovia.pm
22913cp lib/DateTime/TimeZone/America/El_Salvador.pm blib/lib/DateTime/TimeZone/America/El_Salvador.pm
22914cp lib/DateTime/TimeZone/Europe/Uzhgorod.pm blib/lib/DateTime/TimeZone/Europe/Uzhgorod.pm
22915cp lib/DateTime/TimeZone/America/Curacao.pm blib/lib/DateTime/TimeZone/America/Curacao.pm
22916cp lib/DateTime/TimeZone/America/Santa_Isabel.pm blib/lib/DateTime/TimeZone/America/Santa_Isabel.pm
22917cp lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm blib/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
22918cp lib/DateTime/TimeZone/Africa/El_Aaiun.pm blib/lib/DateTime/TimeZone/Africa/El_Aaiun.pm
22919cp lib/DateTime/TimeZone/America/Panama.pm blib/lib/DateTime/TimeZone/America/Panama.pm
22920cp lib/DateTime/TimeZone/Asia/Tokyo.pm blib/lib/DateTime/TimeZone/Asia/Tokyo.pm
22921cp lib/DateTime/TimeZone/Europe/Simferopol.pm blib/lib/DateTime/TimeZone/Europe/Simferopol.pm
22922cp lib/DateTime/TimeZone/America/Merida.pm blib/lib/DateTime/TimeZone/America/Merida.pm
22923cp lib/DateTime/TimeZone/America/Thunder_Bay.pm blib/lib/DateTime/TimeZone/America/Thunder_Bay.pm
22924cp lib/DateTime/TimeZone/Europe/Minsk.pm blib/lib/DateTime/TimeZone/Europe/Minsk.pm
22925cp lib/DateTime/TimeZone/America/Nassau.pm blib/lib/DateTime/TimeZone/America/Nassau.pm
22926cp lib/DateTime/TimeZone/Atlantic/South_Georgia.pm blib/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm
22927cp lib/DateTime/TimeZone/Indian/Mauritius.pm blib/lib/DateTime/TimeZone/Indian/Mauritius.pm
22928cp lib/DateTime/TimeZone/America/Argentina/Salta.pm blib/lib/DateTime/TimeZone/America/Argentina/Salta.pm
22929cp lib/DateTime/TimeZone/Europe/Brussels.pm blib/lib/DateTime/TimeZone/Europe/Brussels.pm
22930cp lib/DateTime/TimeZone/Africa/Maputo.pm blib/lib/DateTime/TimeZone/Africa/Maputo.pm
22931cp lib/DateTime/TimeZone/America/Indiana/Marengo.pm blib/lib/DateTime/TimeZone/America/Indiana/Marengo.pm
22932cp lib/DateTime/TimeZone/Asia/Pyongyang.pm blib/lib/DateTime/TimeZone/Asia/Pyongyang.pm
22933cp lib/DateTime/TimeZone/PST8PDT.pm blib/lib/DateTime/TimeZone/PST8PDT.pm
22934cp lib/DateTime/TimeZone/America/Monterrey.pm blib/lib/DateTime/TimeZone/America/Monterrey.pm
22935cp lib/DateTime/TimeZone/America/Bahia.pm blib/lib/DateTime/TimeZone/America/Bahia.pm
22936cp lib/DateTime/TimeZone/Australia/Perth.pm blib/lib/DateTime/TimeZone/Australia/Perth.pm
22937cp lib/DateTime/TimeZone/Indian/Cocos.pm blib/lib/DateTime/TimeZone/Indian/Cocos.pm
22938cp lib/DateTime/TimeZone/Africa/Tripoli.pm blib/lib/DateTime/TimeZone/Africa/Tripoli.pm
22939cp lib/DateTime/TimeZone/America/Santiago.pm blib/lib/DateTime/TimeZone/America/Santiago.pm
22940cp lib/DateTime/TimeZone/America/Araguaina.pm blib/lib/DateTime/TimeZone/America/Araguaina.pm
22941cp lib/DateTime/TimeZone/America/Lima.pm blib/lib/DateTime/TimeZone/America/Lima.pm
22942cp lib/DateTime/TimeZone/Europe/Oslo.pm blib/lib/DateTime/TimeZone/Europe/Oslo.pm
22943cp lib/DateTime/TimeZone/Asia/Omsk.pm blib/lib/DateTime/TimeZone/Asia/Omsk.pm
22944cp lib/DateTime/TimeZone/Asia/Kuching.pm blib/lib/DateTime/TimeZone/Asia/Kuching.pm
22945cp lib/DateTime/TimeZone/Europe/Tallinn.pm blib/lib/DateTime/TimeZone/Europe/Tallinn.pm
22946cp lib/DateTime/TimeZone/Europe/London.pm blib/lib/DateTime/TimeZone/Europe/London.pm
22947cp lib/DateTime/TimeZone/Asia/Jayapura.pm blib/lib/DateTime/TimeZone/Asia/Jayapura.pm
22948cp lib/DateTime/TimeZone/America/Kentucky/Louisville.pm blib/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm
22949cp lib/DateTime/TimeZone/America/Martinique.pm blib/lib/DateTime/TimeZone/America/Martinique.pm
22950cp lib/DateTime/TimeZone/America/Managua.pm blib/lib/DateTime/TimeZone/America/Managua.pm
22951cp lib/DateTime/TimeZone/America/Chicago.pm blib/lib/DateTime/TimeZone/America/Chicago.pm
22952cp lib/DateTime/TimeZone/Asia/Tehran.pm blib/lib/DateTime/TimeZone/Asia/Tehran.pm
22953cp lib/DateTime/TimeZone/Asia/Nicosia.pm blib/lib/DateTime/TimeZone/Asia/Nicosia.pm
22954cp lib/DateTime/TimeZone/America/Creston.pm blib/lib/DateTime/TimeZone/America/Creston.pm
22955cp lib/DateTime/TimeZone/America/Mexico_City.pm blib/lib/DateTime/TimeZone/America/Mexico_City.pm
22956cp lib/DateTime/TimeZone/Asia/Kathmandu.pm blib/lib/DateTime/TimeZone/Asia/Kathmandu.pm
22957cp lib/DateTime/TimeZone/Indian/Christmas.pm blib/lib/DateTime/TimeZone/Indian/Christmas.pm
22958cp lib/DateTime/TimeZone/Atlantic/Faroe.pm blib/lib/DateTime/TimeZone/Atlantic/Faroe.pm
22959cp lib/DateTime/TimeZone/America/Noronha.pm blib/lib/DateTime/TimeZone/America/Noronha.pm
22960cp lib/DateTime/TimeZone/America/Glace_Bay.pm blib/lib/DateTime/TimeZone/America/Glace_Bay.pm
22961cp lib/DateTime/TimeZone/Asia/Magadan.pm blib/lib/DateTime/TimeZone/Asia/Magadan.pm
22962cp lib/DateTime/TimeZone/America/Ojinaga.pm blib/lib/DateTime/TimeZone/America/Ojinaga.pm
22963cp lib/DateTime/TimeZone/America/Recife.pm blib/lib/DateTime/TimeZone/America/Recife.pm
22964cp lib/DateTime/TimeZone/OlsonDB/Rule.pm blib/lib/DateTime/TimeZone/OlsonDB/Rule.pm
22965cp lib/DateTime/TimeZone/Europe/Lisbon.pm blib/lib/DateTime/TimeZone/Europe/Lisbon.pm
22966cp lib/DateTime/TimeZone/America/Porto_Velho.pm blib/lib/DateTime/TimeZone/America/Porto_Velho.pm
22967cp lib/DateTime/TimeZone/Indian/Mahe.pm blib/lib/DateTime/TimeZone/Indian/Mahe.pm
22968cp lib/DateTime/TimeZone/UTC.pm blib/lib/DateTime/TimeZone/UTC.pm
22969cp lib/DateTime/TimeZone/Europe/Samara.pm blib/lib/DateTime/TimeZone/Europe/Samara.pm
22970cp lib/DateTime/TimeZone/Pacific/Nauru.pm blib/lib/DateTime/TimeZone/Pacific/Nauru.pm
22971cp lib/DateTime/TimeZone/Pacific/Chatham.pm blib/lib/DateTime/TimeZone/Pacific/Chatham.pm
22972cp lib/DateTime/TimeZone/Asia/Khandyga.pm blib/lib/DateTime/TimeZone/Asia/Khandyga.pm
22973cp lib/DateTime/TimeZone/Europe/Paris.pm blib/lib/DateTime/TimeZone/Europe/Paris.pm
22974cp lib/DateTime/TimeZone/America/Guatemala.pm blib/lib/DateTime/TimeZone/America/Guatemala.pm
22975cp lib/DateTime/TimeZone/Pacific/Noumea.pm blib/lib/DateTime/TimeZone/Pacific/Noumea.pm
22976cp lib/DateTime/TimeZone/Australia/Broken_Hill.pm blib/lib/DateTime/TimeZone/Australia/Broken_Hill.pm
22977cp lib/DateTime/TimeZone/Pacific/Tarawa.pm blib/lib/DateTime/TimeZone/Pacific/Tarawa.pm
22978cp lib/DateTime/TimeZone/Pacific/Funafuti.pm blib/lib/DateTime/TimeZone/Pacific/Funafuti.pm
22979cp lib/DateTime/TimeZone/America/Belize.pm blib/lib/DateTime/TimeZone/America/Belize.pm
22980cp lib/DateTime/TimeZone/America/Iqaluit.pm blib/lib/DateTime/TimeZone/America/Iqaluit.pm
22981cp lib/DateTime/TimeZone/Antarctica/Mawson.pm blib/lib/DateTime/TimeZone/Antarctica/Mawson.pm
22982cp lib/DateTime/TimeZone/America/Cancun.pm blib/lib/DateTime/TimeZone/America/Cancun.pm
22983cp lib/DateTime/TimeZone/Asia/Kamchatka.pm blib/lib/DateTime/TimeZone/Asia/Kamchatka.pm
22984cp lib/DateTime/TimeZone/Europe/Gibraltar.pm blib/lib/DateTime/TimeZone/Europe/Gibraltar.pm
22985cp lib/DateTime/TimeZone/Asia/Sakhalin.pm blib/lib/DateTime/TimeZone/Asia/Sakhalin.pm
22986cp lib/DateTime/TimeZone/MST.pm blib/lib/DateTime/TimeZone/MST.pm
22987cp lib/DateTime/TimeZone/Pacific/Pago_Pago.pm blib/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm
22988cp lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm blib/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm
22989cp lib/DateTime/TimeZone/Europe/Amsterdam.pm blib/lib/DateTime/TimeZone/Europe/Amsterdam.pm
22990cp lib/DateTime/TimeZone/Asia/Manila.pm blib/lib/DateTime/TimeZone/Asia/Manila.pm
22991cp lib/DateTime/TimeZone/Europe/Vienna.pm blib/lib/DateTime/TimeZone/Europe/Vienna.pm
22992cp lib/DateTime/TimeZone/America/Godthab.pm blib/lib/DateTime/TimeZone/America/Godthab.pm
22993cp lib/DateTime/TimeZone/Europe/Sofia.pm blib/lib/DateTime/TimeZone/Europe/Sofia.pm
22994cp lib/DateTime/TimeZone/America/Los_Angeles.pm blib/lib/DateTime/TimeZone/America/Los_Angeles.pm
22995cp lib/DateTime/TimeZone/Asia/Amman.pm blib/lib/DateTime/TimeZone/Asia/Amman.pm
22996cp lib/DateTime/TimeZone/Africa/Johannesburg.pm blib/lib/DateTime/TimeZone/Africa/Johannesburg.pm
22997cp lib/DateTime/TimeZone/Pacific/Norfolk.pm blib/lib/DateTime/TimeZone/Pacific/Norfolk.pm
22998cp lib/DateTime/TimeZone/America/Anchorage.pm blib/lib/DateTime/TimeZone/America/Anchorage.pm
22999cp lib/DateTime/TimeZone/America/Puerto_Rico.pm blib/lib/DateTime/TimeZone/America/Puerto_Rico.pm
23000cp lib/DateTime/TimeZone/Pacific/Guam.pm blib/lib/DateTime/TimeZone/Pacific/Guam.pm
23001cp lib/DateTime/TimeZone/America/Rainy_River.pm blib/lib/DateTime/TimeZone/America/Rainy_River.pm
23002cp lib/DateTime/TimeZone/America/Caracas.pm blib/lib/DateTime/TimeZone/America/Caracas.pm
23003cp lib/DateTime/TimeZone/America/Sao_Paulo.pm blib/lib/DateTime/TimeZone/America/Sao_Paulo.pm
23004cp lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm blib/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm
23005cp lib/DateTime/TimeZone/America/Fort_Nelson.pm blib/lib/DateTime/TimeZone/America/Fort_Nelson.pm
23006cp lib/DateTime/TimeZone/Africa/Bissau.pm blib/lib/DateTime/TimeZone/Africa/Bissau.pm
23007cp lib/DateTime/TimeZone/America/Inuvik.pm blib/lib/DateTime/TimeZone/America/Inuvik.pm
23008cp lib/DateTime/TimeZone/Antarctica/Casey.pm blib/lib/DateTime/TimeZone/Antarctica/Casey.pm
23009cp lib/DateTime/TimeZone/Pacific/Easter.pm blib/lib/DateTime/TimeZone/Pacific/Easter.pm
23010cp lib/DateTime/TimeZone/Europe/Monaco.pm blib/lib/DateTime/TimeZone/Europe/Monaco.pm
23011cp lib/DateTime/TimeZone/Asia/Srednekolymsk.pm blib/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm
23012cp lib/DateTime/TimeZone/Antarctica/Troll.pm blib/lib/DateTime/TimeZone/Antarctica/Troll.pm
23013cp lib/DateTime/TimeZone/Asia/Hovd.pm blib/lib/DateTime/TimeZone/Asia/Hovd.pm
23014cp lib/DateTime/TimeZone/Europe/Budapest.pm blib/lib/DateTime/TimeZone/Europe/Budapest.pm
23015cp lib/DateTime/TimeZone/America/Asuncion.pm blib/lib/DateTime/TimeZone/America/Asuncion.pm
23016cp lib/DateTime/TimeZone/MET.pm blib/lib/DateTime/TimeZone/MET.pm
23017cp lib/DateTime/TimeZone/Atlantic/Bermuda.pm blib/lib/DateTime/TimeZone/Atlantic/Bermuda.pm
23018cp lib/DateTime/TimeZone/Europe/Madrid.pm blib/lib/DateTime/TimeZone/Europe/Madrid.pm
23019cp lib/DateTime/TimeZone/America/Indiana/Winamac.pm blib/lib/DateTime/TimeZone/America/Indiana/Winamac.pm
23020cp lib/DateTime/TimeZone/Asia/Urumqi.pm blib/lib/DateTime/TimeZone/Asia/Urumqi.pm
23021cp lib/DateTime/TimeZone/America/Dawson.pm blib/lib/DateTime/TimeZone/America/Dawson.pm
23022cp lib/DateTime/TimeZone/America/Nipigon.pm blib/lib/DateTime/TimeZone/America/Nipigon.pm
23023cp lib/DateTime/TimeZone/Pacific/Majuro.pm blib/lib/DateTime/TimeZone/Pacific/Majuro.pm
23024cp lib/DateTime/TimeZone/Europe/Istanbul.pm blib/lib/DateTime/TimeZone/Europe/Istanbul.pm
23025cp lib/DateTime/TimeZone/America/Nome.pm blib/lib/DateTime/TimeZone/America/Nome.pm
23026cp lib/DateTime/TimeZone/Asia/Irkutsk.pm blib/lib/DateTime/TimeZone/Asia/Irkutsk.pm
23027cp lib/DateTime/TimeZone/America/Rio_Branco.pm blib/lib/DateTime/TimeZone/America/Rio_Branco.pm
23028cp lib/DateTime/TimeZone/Australia/Lindeman.pm blib/lib/DateTime/TimeZone/Australia/Lindeman.pm
23029cp lib/DateTime/TimeZone/America/New_York.pm blib/lib/DateTime/TimeZone/America/New_York.pm
23030cp lib/DateTime/TimeZone/Asia/Jerusalem.pm blib/lib/DateTime/TimeZone/Asia/Jerusalem.pm
23031cp lib/DateTime/TimeZone/Europe/Athens.pm blib/lib/DateTime/TimeZone/Europe/Athens.pm
23032cp lib/DateTime/TimeZone/Indian/Maldives.pm blib/lib/DateTime/TimeZone/Indian/Maldives.pm
23033cp lib/DateTime/TimeZone/America/Cayman.pm blib/lib/DateTime/TimeZone/America/Cayman.pm
23034cp lib/DateTime/TimeZone/OlsonDB/Change.pm blib/lib/DateTime/TimeZone/OlsonDB/Change.pm
23035cp lib/DateTime/TimeZone/Australia/Brisbane.pm blib/lib/DateTime/TimeZone/Australia/Brisbane.pm
23036cp lib/DateTime/TimeZone/Europe/Kaliningrad.pm blib/lib/DateTime/TimeZone/Europe/Kaliningrad.pm
23037cp lib/DateTime/TimeZone/America/Toronto.pm blib/lib/DateTime/TimeZone/America/Toronto.pm
23038cp lib/DateTime/TimeZone/America/La_Paz.pm blib/lib/DateTime/TimeZone/America/La_Paz.pm
23039cp lib/DateTime/TimeZone/Asia/Jakarta.pm blib/lib/DateTime/TimeZone/Asia/Jakarta.pm
23040cp lib/DateTime/TimeZone/Europe/Zurich.pm blib/lib/DateTime/TimeZone/Europe/Zurich.pm
23041cp lib/DateTime/TimeZone/Australia/Darwin.pm blib/lib/DateTime/TimeZone/Australia/Darwin.pm
23042cp lib/DateTime/TimeZone/Indian/Chagos.pm blib/lib/DateTime/TimeZone/Indian/Chagos.pm
23043cp lib/DateTime/TimeZone/America/Guyana.pm blib/lib/DateTime/TimeZone/America/Guyana.pm
23044cp lib/DateTime/TimeZone/Local/Android.pm blib/lib/DateTime/TimeZone/Local/Android.pm
23045cp lib/DateTime/TimeZone/Asia/Oral.pm blib/lib/DateTime/TimeZone/Asia/Oral.pm
23046cp lib/DateTime/TimeZone/Europe/Luxembourg.pm blib/lib/DateTime/TimeZone/Europe/Luxembourg.pm
23047cp lib/DateTime/TimeZone/America/Indiana/Petersburg.pm blib/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm
23048cp lib/DateTime/TimeZone/America/St_Johns.pm blib/lib/DateTime/TimeZone/America/St_Johns.pm
23049cp lib/DateTime/TimeZone/Australia/Hobart.pm blib/lib/DateTime/TimeZone/Australia/Hobart.pm
23050cp lib/DateTime/TimeZone/Asia/Tashkent.pm blib/lib/DateTime/TimeZone/Asia/Tashkent.pm
23051cp lib/DateTime/TimeZone/Australia/Eucla.pm blib/lib/DateTime/TimeZone/Australia/Eucla.pm
23052cp lib/DateTime/TimeZone/OffsetOnly.pm blib/lib/DateTime/TimeZone/OffsetOnly.pm
23053cp lib/DateTime/TimeZone/America/Bogota.pm blib/lib/DateTime/TimeZone/America/Bogota.pm
23054cp lib/DateTime/TimeZone/Local/VMS.pm blib/lib/DateTime/TimeZone/Local/VMS.pm
23055cp lib/DateTime/TimeZone/America/Fortaleza.pm blib/lib/DateTime/TimeZone/America/Fortaleza.pm
23056cp lib/DateTime/TimeZone/Africa/Tunis.pm blib/lib/DateTime/TimeZone/Africa/Tunis.pm
23057cp lib/DateTime/TimeZone/Europe/Kiev.pm blib/lib/DateTime/TimeZone/Europe/Kiev.pm
23058cp lib/DateTime/TimeZone/Africa/Abidjan.pm blib/lib/DateTime/TimeZone/Africa/Abidjan.pm
23059cp lib/DateTime/TimeZone/Pacific/Palau.pm blib/lib/DateTime/TimeZone/Pacific/Palau.pm
23060cp lib/DateTime/TimeZone/Pacific/Honolulu.pm blib/lib/DateTime/TimeZone/Pacific/Honolulu.pm
23061cp lib/DateTime/TimeZone/Asia/Qatar.pm blib/lib/DateTime/TimeZone/Asia/Qatar.pm
23062cp lib/DateTime/TimeZone/Asia/Choibalsan.pm blib/lib/DateTime/TimeZone/Asia/Choibalsan.pm
23063cp lib/DateTime/TimeZone/America/Indiana/Tell_City.pm blib/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm
23064cp lib/DateTime/TimeZone/Asia/Ust_Nera.pm blib/lib/DateTime/TimeZone/Asia/Ust_Nera.pm
23065cp lib/DateTime/TimeZone/America/Havana.pm blib/lib/DateTime/TimeZone/America/Havana.pm
23066cp lib/DateTime/TimeZone/Catalog.pm blib/lib/DateTime/TimeZone/Catalog.pm
23067cp lib/DateTime/TimeZone/America/Danmarkshavn.pm blib/lib/DateTime/TimeZone/America/Danmarkshavn.pm
23068cp lib/DateTime/TimeZone/America/Maceio.pm blib/lib/DateTime/TimeZone/America/Maceio.pm
23069cp lib/DateTime/TimeZone/Europe/Warsaw.pm blib/lib/DateTime/TimeZone/Europe/Warsaw.pm
23070cp lib/DateTime/TimeZone/America/Thule.pm blib/lib/DateTime/TimeZone/America/Thule.pm
23071cp lib/DateTime/TimeZone/Pacific/Pitcairn.pm blib/lib/DateTime/TimeZone/Pacific/Pitcairn.pm
23072cp lib/DateTime/TimeZone/Pacific/Kwajalein.pm blib/lib/DateTime/TimeZone/Pacific/Kwajalein.pm
23073cp lib/DateTime/TimeZone/CET.pm blib/lib/DateTime/TimeZone/CET.pm
23074cp lib/DateTime/TimeZone/WET.pm blib/lib/DateTime/TimeZone/WET.pm
23075cp lib/DateTime/TimeZone/Europe/Helsinki.pm blib/lib/DateTime/TimeZone/Europe/Helsinki.pm
23076cp lib/DateTime/TimeZone/Australia/Currie.pm blib/lib/DateTime/TimeZone/Australia/Currie.pm
23077cp lib/DateTime/TimeZone/America/Moncton.pm blib/lib/DateTime/TimeZone/America/Moncton.pm
23078cp lib/DateTime/TimeZone/America/Menominee.pm blib/lib/DateTime/TimeZone/America/Menominee.pm
23079cp lib/DateTime/TimeZone/Africa/Lagos.pm blib/lib/DateTime/TimeZone/Africa/Lagos.pm
23080cp lib/DateTime/TimeZone/America/Pangnirtung.pm blib/lib/DateTime/TimeZone/America/Pangnirtung.pm
23081cp lib/DateTime/TimeZone/Asia/Dhaka.pm blib/lib/DateTime/TimeZone/Asia/Dhaka.pm
23082cp lib/DateTime/TimeZone/Pacific/Fiji.pm blib/lib/DateTime/TimeZone/Pacific/Fiji.pm
23083cp lib/DateTime/TimeZone/America/Argentina/Tucuman.pm blib/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm
23084cp lib/DateTime/TimeZone/Europe/Volgograd.pm blib/lib/DateTime/TimeZone/Europe/Volgograd.pm
23085cp lib/DateTime/TimeZone/America/Santo_Domingo.pm blib/lib/DateTime/TimeZone/America/Santo_Domingo.pm
23086cp lib/DateTime/TimeZone/America/Belem.pm blib/lib/DateTime/TimeZone/America/Belem.pm
23087cp lib/DateTime/TimeZone/America/Phoenix.pm blib/lib/DateTime/TimeZone/America/Phoenix.pm
23088cp lib/DateTime/TimeZone/Africa/Ndjamena.pm blib/lib/DateTime/TimeZone/Africa/Ndjamena.pm
23089cp lib/DateTime/TimeZone/Local.pm blib/lib/DateTime/TimeZone/Local.pm
23090cp lib/DateTime/TimeZone/Europe/Zaporozhye.pm blib/lib/DateTime/TimeZone/Europe/Zaporozhye.pm
23091cp lib/DateTime/TimeZone/America/Winnipeg.pm blib/lib/DateTime/TimeZone/America/Winnipeg.pm
23092cp lib/DateTime/TimeZone/Asia/Gaza.pm blib/lib/DateTime/TimeZone/Asia/Gaza.pm
23093cp lib/DateTime/TimeZone/Atlantic/Madeira.pm blib/lib/DateTime/TimeZone/Atlantic/Madeira.pm
23094cp lib/DateTime/TimeZone/America/Argentina/Catamarca.pm blib/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm
23095cp lib/DateTime/TimeZone/America/Cambridge_Bay.pm blib/lib/DateTime/TimeZone/America/Cambridge_Bay.pm
23096cp lib/DateTime/TimeZone/Asia/Tbilisi.pm blib/lib/DateTime/TimeZone/Asia/Tbilisi.pm
23097cp lib/DateTime/TimeZone/Europe/Prague.pm blib/lib/DateTime/TimeZone/Europe/Prague.pm
23098cp lib/DateTime/TimeZone/Pacific/Apia.pm blib/lib/DateTime/TimeZone/Pacific/Apia.pm
23099cp lib/DateTime/TimeZone/America/Blanc_Sablon.pm blib/lib/DateTime/TimeZone/America/Blanc_Sablon.pm
23100cp lib/DateTime/TimeZone/Atlantic/Reykjavik.pm blib/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm
23101cp lib/DateTime/TimeZone/Asia/Yerevan.pm blib/lib/DateTime/TimeZone/Asia/Yerevan.pm
23102cp lib/DateTime/TimeZone/Asia/Chita.pm blib/lib/DateTime/TimeZone/Asia/Chita.pm
23103cp lib/DateTime/TimeZone/Asia/Vladivostok.pm blib/lib/DateTime/TimeZone/Asia/Vladivostok.pm
23104cp lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm blib/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm
23105cp lib/DateTime/TimeZone/Asia/Thimphu.pm blib/lib/DateTime/TimeZone/Asia/Thimphu.pm
23106cp lib/DateTime/TimeZone/America/Sitka.pm blib/lib/DateTime/TimeZone/America/Sitka.pm
23107cp lib/DateTime/TimeZone/America/Grand_Turk.pm blib/lib/DateTime/TimeZone/America/Grand_Turk.pm
23108cp lib/DateTime/TimeZone/Australia/Melbourne.pm blib/lib/DateTime/TimeZone/Australia/Melbourne.pm
23109cp lib/DateTime/TimeZone/America/Mazatlan.pm blib/lib/DateTime/TimeZone/America/Mazatlan.pm
23110cp lib/DateTime/TimeZone/America/Juneau.pm blib/lib/DateTime/TimeZone/America/Juneau.pm
23111cp lib/DateTime/TimeZone/Pacific/Guadalcanal.pm blib/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm
23112cp lib/DateTime/TimeZone/America/Barbados.pm blib/lib/DateTime/TimeZone/America/Barbados.pm
23113cp lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm blib/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm
23114cp lib/DateTime/TimeZone/Asia/Rangoon.pm blib/lib/DateTime/TimeZone/Asia/Rangoon.pm
23115cp lib/DateTime/TimeZone/Africa/Nairobi.pm blib/lib/DateTime/TimeZone/Africa/Nairobi.pm
23116cp lib/DateTime/TimeZone/Asia/Riyadh.pm blib/lib/DateTime/TimeZone/Asia/Riyadh.pm
23117cp lib/DateTime/TimeZone/America/Yellowknife.pm blib/lib/DateTime/TimeZone/America/Yellowknife.pm
23118cp lib/DateTime/TimeZone/America/Halifax.pm blib/lib/DateTime/TimeZone/America/Halifax.pm
23119cp lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm blib/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
23120cp lib/DateTime/TimeZone/Antarctica/Vostok.pm blib/lib/DateTime/TimeZone/Antarctica/Vostok.pm
23121cp lib/DateTime/TimeZone/Asia/Makassar.pm blib/lib/DateTime/TimeZone/Asia/Makassar.pm
23122cp lib/DateTime/TimeZone/OlsonDB/Zone.pm blib/lib/DateTime/TimeZone/OlsonDB/Zone.pm
23123cp lib/DateTime/TimeZone/Pacific/Galapagos.pm blib/lib/DateTime/TimeZone/Pacific/Galapagos.pm
23124cp lib/DateTime/TimeZone/America/Tijuana.pm blib/lib/DateTime/TimeZone/America/Tijuana.pm
23125cp lib/DateTime/TimeZone/America/Indiana/Knox.pm blib/lib/DateTime/TimeZone/America/Indiana/Knox.pm
23126cp lib/DateTime/TimeZone/Asia/Hong_Kong.pm blib/lib/DateTime/TimeZone/Asia/Hong_Kong.pm
23127cp lib/DateTime/TimeZone/Asia/Seoul.pm blib/lib/DateTime/TimeZone/Asia/Seoul.pm
23128cp lib/DateTime/TimeZone/Australia/Adelaide.pm blib/lib/DateTime/TimeZone/Australia/Adelaide.pm
23129cp lib/DateTime/TimeZone/America/North_Dakota/Center.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Center.pm
23130cp lib/DateTime/TimeZone/America/Detroit.pm blib/lib/DateTime/TimeZone/America/Detroit.pm
23131cp lib/DateTime/TimeZone/Asia/Novokuznetsk.pm blib/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm
23132cp lib/DateTime/TimeZone/Africa/Cairo.pm blib/lib/DateTime/TimeZone/Africa/Cairo.pm
23133cp lib/DateTime/TimeZone/Pacific/Bougainville.pm blib/lib/DateTime/TimeZone/Pacific/Bougainville.pm
23134cp lib/DateTime/TimeZone/America/Goose_Bay.pm blib/lib/DateTime/TimeZone/America/Goose_Bay.pm
23135cp lib/DateTime/TimeZone/America/Santarem.pm blib/lib/DateTime/TimeZone/America/Santarem.pm
23136cp lib/DateTime/TimeZone/Pacific/Wake.pm blib/lib/DateTime/TimeZone/Pacific/Wake.pm
23137cp lib/DateTime/TimeZone/Asia/Baghdad.pm blib/lib/DateTime/TimeZone/Asia/Baghdad.pm
23138cp lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm blib/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm
23139cp lib/DateTime/TimeZone/Atlantic/Canary.pm blib/lib/DateTime/TimeZone/Atlantic/Canary.pm
23140cp lib/DateTime/TimeZone/Antarctica/Palmer.pm blib/lib/DateTime/TimeZone/Antarctica/Palmer.pm
23141cp lib/DateTime/TimeZone/Europe/Tirane.pm blib/lib/DateTime/TimeZone/Europe/Tirane.pm
23142cp lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm blib/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
23143cp lib/DateTime/TimeZone/Africa/Khartoum.pm blib/lib/DateTime/TimeZone/Africa/Khartoum.pm
23144cp lib/DateTime/TimeZone/America/Matamoros.pm blib/lib/DateTime/TimeZone/America/Matamoros.pm
23145cp lib/DateTime/TimeZone/America/Jamaica.pm blib/lib/DateTime/TimeZone/America/Jamaica.pm
23146cp lib/DateTime/TimeZone/America/Paramaribo.pm blib/lib/DateTime/TimeZone/America/Paramaribo.pm
23147cp lib/DateTime/TimeZone/America/Metlakatla.pm blib/lib/DateTime/TimeZone/America/Metlakatla.pm
23148cp lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm blib/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm
23149cp lib/DateTime/TimeZone/Europe/Dublin.pm blib/lib/DateTime/TimeZone/Europe/Dublin.pm
23150cp lib/DateTime/TimeZone/EET.pm blib/lib/DateTime/TimeZone/EET.pm
23151cp lib/DateTime/TimeZone/Africa/Algiers.pm blib/lib/DateTime/TimeZone/Africa/Algiers.pm
23152cp lib/DateTime/TimeZone/Africa/Accra.pm blib/lib/DateTime/TimeZone/Africa/Accra.pm
23153cp lib/DateTime/TimeZone/Europe/Chisinau.pm blib/lib/DateTime/TimeZone/Europe/Chisinau.pm
23154cp lib/DateTime/TimeZone/Europe/Stockholm.pm blib/lib/DateTime/TimeZone/Europe/Stockholm.pm
23155cp lib/DateTime/TimeZone/Asia/Yekaterinburg.pm blib/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm
23156cp lib/DateTime/TimeZone/Asia/Bangkok.pm blib/lib/DateTime/TimeZone/Asia/Bangkok.pm
23157cp lib/DateTime/TimeZone/Asia/Aqtau.pm blib/lib/DateTime/TimeZone/Asia/Aqtau.pm
23158cp lib/DateTime/TimeZone/America/Indiana/Vevay.pm blib/lib/DateTime/TimeZone/America/Indiana/Vevay.pm
23159cp lib/DateTime/TimeZone/America/Kentucky/Monticello.pm blib/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm
23160cp lib/DateTime/TimeZone/Floating.pm blib/lib/DateTime/TimeZone/Floating.pm
23161cp lib/DateTime/TimeZone/Pacific/Niue.pm blib/lib/DateTime/TimeZone/Pacific/Niue.pm
23162cp lib/DateTime/TimeZone/America/Costa_Rica.pm blib/lib/DateTime/TimeZone/America/Costa_Rica.pm
23163cp lib/DateTime/TimeZone/Asia/Damascus.pm blib/lib/DateTime/TimeZone/Asia/Damascus.pm
23164cp lib/DateTime/TimeZone/America/Regina.pm blib/lib/DateTime/TimeZone/America/Regina.pm
23165cp lib/DateTime/TimeZone/Asia/Baku.pm blib/lib/DateTime/TimeZone/Asia/Baku.pm
23166cp lib/DateTime/TimeZone/Australia/Lord_Howe.pm blib/lib/DateTime/TimeZone/Australia/Lord_Howe.pm
23167cp lib/DateTime/TimeZone/Europe/Copenhagen.pm blib/lib/DateTime/TimeZone/Europe/Copenhagen.pm
23168cp lib/DateTime/TimeZone/Pacific/Kiritimati.pm blib/lib/DateTime/TimeZone/Pacific/Kiritimati.pm
23169cp lib/DateTime/TimeZone/Asia/Almaty.pm blib/lib/DateTime/TimeZone/Asia/Almaty.pm
23170Manifying blib/man3/DateTime::TimeZone::UTC.3pm
23171Manifying blib/man3/DateTime::TimeZone::Catalog.3pm
23172Manifying blib/man3/DateTime::TimeZone::Local.3pm
23173Manifying blib/man3/DateTime::TimeZone::OffsetOnly.3pm
23174Manifying blib/man3/DateTime::TimeZone::Floating.3pm
23175Manifying blib/man3/DateTime::TimeZone::Local::Unix.3pm
23176Manifying blib/man3/DateTime::TimeZone::Local::VMS.3pm
23177Manifying blib/man3/DateTime::TimeZone.3pm
23178Manifying blib/man3/DateTime::TimeZone::OlsonDB.3pm
23179 DROLSKY/DateTime-TimeZone-1.94.tar.gz
23180 /usr/bin/make -- OK
23181Skipping test because of notest pragma
23182Running make install
23183Installing /usr/local/share/perl5/DateTime/TimeZone.pm
23184Installing /usr/local/share/perl5/DateTime/TimeZone/EST5EDT.pm
23185Installing /usr/local/share/perl5/DateTime/TimeZone/EST.pm
23186Installing /usr/local/share/perl5/DateTime/TimeZone/Local.pm
23187Installing /usr/local/share/perl5/DateTime/TimeZone/PST8PDT.pm
23188Installing /usr/local/share/perl5/DateTime/TimeZone/CST6CDT.pm
23189Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB.pm
23190Installing /usr/local/share/perl5/DateTime/TimeZone/EET.pm
23191Installing /usr/local/share/perl5/DateTime/TimeZone/CET.pm
23192Installing /usr/local/share/perl5/DateTime/TimeZone/OffsetOnly.pm
23193Installing /usr/local/share/perl5/DateTime/TimeZone/MST.pm
23194Installing /usr/local/share/perl5/DateTime/TimeZone/WET.pm
23195Installing /usr/local/share/perl5/DateTime/TimeZone/UTC.pm
23196Installing /usr/local/share/perl5/DateTime/TimeZone/MST7MDT.pm
23197Installing /usr/local/share/perl5/DateTime/TimeZone/Floating.pm
23198Installing /usr/local/share/perl5/DateTime/TimeZone/MET.pm
23199Installing /usr/local/share/perl5/DateTime/TimeZone/Catalog.pm
23200Installing /usr/local/share/perl5/DateTime/TimeZone/HST.pm
23201Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Rule.pm
23202Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Observance.pm
23203Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Zone.pm
23204Installing /usr/local/share/perl5/DateTime/TimeZone/OlsonDB/Change.pm
23205Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Casey.pm
23206Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Macquarie.pm
23207Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Troll.pm
23208Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/DumontDUrville.pm
23209Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Davis.pm
23210Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Mawson.pm
23211Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Syowa.pm
23212Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Vostok.pm
23213Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Palmer.pm
23214Installing /usr/local/share/perl5/DateTime/TimeZone/Antarctica/Rothera.pm
23215Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Canary.pm
23216Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Faroe.pm
23217Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Reykjavik.pm
23218Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Bermuda.pm
23219Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/South_Georgia.pm
23220Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Cape_Verde.pm
23221Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Madeira.pm
23222Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Azores.pm
23223Installing /usr/local/share/perl5/DateTime/TimeZone/Atlantic/Stanley.pm
23224Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Khartoum.pm
23225Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ndjamena.pm
23226Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Algiers.pm
23227Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Maputo.pm
23228Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Cairo.pm
23229Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Ceuta.pm
23230Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tunis.pm
23231Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Johannesburg.pm
23232Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Accra.pm
23233Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Windhoek.pm
23234Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Bissau.pm
23235Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Abidjan.pm
23236Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Casablanca.pm
23237Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Lagos.pm
23238Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Nairobi.pm
23239Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Tripoli.pm
23240Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/Monrovia.pm
23241Installing /usr/local/share/perl5/DateTime/TimeZone/Africa/El_Aaiun.pm
23242Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Chagos.pm
23243Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Kerguelen.pm
23244Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Cocos.pm
23245Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Reunion.pm
23246Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mauritius.pm
23247Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Mahe.pm
23248Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Christmas.pm
23249Installing /usr/local/share/perl5/DateTime/TimeZone/Indian/Maldives.pm
23250Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lindeman.pm
23251Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Perth.pm
23252Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Melbourne.pm
23253Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Hobart.pm
23254Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Sydney.pm
23255Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Darwin.pm
23256Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Adelaide.pm
23257Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Currie.pm
23258Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Lord_Howe.pm
23259Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Brisbane.pm
23260Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Broken_Hill.pm
23261Installing /usr/local/share/perl5/DateTime/TimeZone/Australia/Eucla.pm
23262Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pyongyang.pm
23263Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bangkok.pm
23264Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuala_Lumpur.pm
23265Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jakarta.pm
23266Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kabul.pm
23267Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Sakhalin.pm
23268Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dubai.pm
23269Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hebron.pm
23270Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Chita.pm
23271Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm
23272Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qyzylorda.pm
23273Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tashkent.pm
23274Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Urumqi.pm
23275Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ust_Nera.pm
23276Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Rangoon.pm
23277Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kolkata.pm
23278Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Irkutsk.pm
23279Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Samarkand.pm
23280Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtobe.pm
23281Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Qatar.pm
23282Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tehran.pm
23283Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ashgabat.pm
23284Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Oral.pm
23285Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Srednekolymsk.pm
23286Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Thimphu.pm
23287Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hong_Kong.pm
23288Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Makassar.pm
23289Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novosibirsk.pm
23290Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Shanghai.pm
23291Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kuching.pm
23292Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Nicosia.pm
23293Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tbilisi.pm
23294Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Khandyga.pm
23295Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Krasnoyarsk.pm
23296Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jerusalem.pm
23297Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Riyadh.pm
23298Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kathmandu.pm
23299Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dushanbe.pm
23300Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Magadan.pm
23301Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baghdad.pm
23302Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Amman.pm
23303Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Damascus.pm
23304Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Baku.pm
23305Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Macau.pm
23306Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Anadyr.pm
23307Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yerevan.pm
23308Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Colombo.pm
23309Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Manila.pm
23310Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Beirut.pm
23311Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Seoul.pm
23312Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Singapore.pm
23313Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yekaterinburg.pm
23314Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Omsk.pm
23315Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Brunei.pm
23316Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Choibalsan.pm
23317Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Jayapura.pm
23318Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Pontianak.pm
23319Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Aqtau.pm
23320Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dili.pm
23321Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Karachi.pm
23322Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Yakutsk.pm
23323Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Ulaanbaatar.pm
23324Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Tokyo.pm
23325Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Novokuznetsk.pm
23326Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Gaza.pm
23327Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Hovd.pm
23328Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Kamchatka.pm
23329Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Taipei.pm
23330Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Dhaka.pm
23331Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Bishkek.pm
23332Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Vladivostok.pm
23333Installing /usr/local/share/perl5/DateTime/TimeZone/Asia/Almaty.pm
23334Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chuuk.pm
23335Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tarawa.pm
23336Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kosrae.pm
23337Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wake.pm
23338Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Majuro.pm
23339Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Noumea.pm
23340Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fakaofo.pm
23341Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Honolulu.pm
23342Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Galapagos.pm
23343Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Nauru.pm
23344Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guadalcanal.pm
23345Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kwajalein.pm
23346Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Port_Moresby.pm
23347Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Easter.pm
23348Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Guam.pm
23349Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Funafuti.pm
23350Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Fiji.pm
23351Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Gambier.pm
23352Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Marquesas.pm
23353Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Auckland.pm
23354Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Enderbury.pm
23355Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Kiritimati.pm
23356Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Chatham.pm
23357Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pago_Pago.pm
23358Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tongatapu.pm
23359Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Norfolk.pm
23360Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Rarotonga.pm
23361Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Niue.pm
23362Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Tahiti.pm
23363Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Wallis.pm
23364Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pitcairn.pm
23365Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Bougainville.pm
23366Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Efate.pm
23367Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Apia.pm
23368Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Palau.pm
23369Installing /usr/local/share/perl5/DateTime/TimeZone/Pacific/Pohnpei.pm
23370Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kaliningrad.pm
23371Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Brussels.pm
23372Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Volgograd.pm
23373Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Belgrade.pm
23374Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Budapest.pm
23375Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Gibraltar.pm
23376Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Athens.pm
23377Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tallinn.pm
23378Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Istanbul.pm
23379Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Dublin.pm
23380Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Bucharest.pm
23381Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Samara.pm
23382Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Paris.pm
23383Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Amsterdam.pm
23384Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Malta.pm
23385Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Madrid.pm
23386Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Rome.pm
23387Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Luxembourg.pm
23388Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Warsaw.pm
23389Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vienna.pm
23390Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Chisinau.pm
23391Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Tirane.pm
23392Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Kiev.pm
23393Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Monaco.pm
23394Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Sofia.pm
23395Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Uzhgorod.pm
23396Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Minsk.pm
23397Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Stockholm.pm
23398Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Prague.pm
23399Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zaporozhye.pm
23400Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Copenhagen.pm
23401Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Riga.pm
23402Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Helsinki.pm
23403Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/London.pm
23404Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Oslo.pm
23405Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Moscow.pm
23406Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Zurich.pm
23407Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Vilnius.pm
23408Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Lisbon.pm
23409Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Berlin.pm
23410Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Andorra.pm
23411Installing /usr/local/share/perl5/DateTime/TimeZone/Europe/Simferopol.pm
23412Installing /usr/local/share/perl5/DateTime/TimeZone/Local/VMS.pm
23413Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Android.pm
23414Installing /usr/local/share/perl5/DateTime/TimeZone/Local/Unix.pm
23415Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tijuana.pm
23416Installing /usr/local/share/perl5/DateTime/TimeZone/America/Merida.pm
23417Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayman.pm
23418Installing /usr/local/share/perl5/DateTime/TimeZone/America/New_York.pm
23419Installing /usr/local/share/perl5/DateTime/TimeZone/America/Halifax.pm
23420Installing /usr/local/share/perl5/DateTime/TimeZone/America/Panama.pm
23421Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boa_Vista.pm
23422Installing /usr/local/share/perl5/DateTime/TimeZone/America/Edmonton.pm
23423Installing /usr/local/share/perl5/DateTime/TimeZone/America/Juneau.pm
23424Installing /usr/local/share/perl5/DateTime/TimeZone/America/Hermosillo.pm
23425Installing /usr/local/share/perl5/DateTime/TimeZone/America/Lima.pm
23426Installing /usr/local/share/perl5/DateTime/TimeZone/America/Matamoros.pm
23427Installing /usr/local/share/perl5/DateTime/TimeZone/America/Martinique.pm
23428Installing /usr/local/share/perl5/DateTime/TimeZone/America/Danmarkshavn.pm
23429Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santo_Domingo.pm
23430Installing /usr/local/share/perl5/DateTime/TimeZone/America/Ojinaga.pm
23431Installing /usr/local/share/perl5/DateTime/TimeZone/America/Puerto_Rico.pm
23432Installing /usr/local/share/perl5/DateTime/TimeZone/America/Swift_Current.pm
23433Installing /usr/local/share/perl5/DateTime/TimeZone/America/Los_Angeles.pm
23434Installing /usr/local/share/perl5/DateTime/TimeZone/America/Pangnirtung.pm
23435Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santiago.pm
23436Installing /usr/local/share/perl5/DateTime/TimeZone/America/Barbados.pm
23437Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson.pm
23438Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rankin_Inlet.pm
23439Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cuiaba.pm
23440Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chicago.pm
23441Installing /usr/local/share/perl5/DateTime/TimeZone/America/La_Paz.pm
23442Installing /usr/local/share/perl5/DateTime/TimeZone/America/Winnipeg.pm
23443Installing /usr/local/share/perl5/DateTime/TimeZone/America/Porto_Velho.pm
23444Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belem.pm
23445Installing /usr/local/share/perl5/DateTime/TimeZone/America/Jamaica.pm
23446Installing /usr/local/share/perl5/DateTime/TimeZone/America/Creston.pm
23447Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia.pm
23448Installing /usr/local/share/perl5/DateTime/TimeZone/America/Moncton.pm
23449Installing /usr/local/share/perl5/DateTime/TimeZone/America/Eirunepe.pm
23450Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sitka.pm
23451Installing /usr/local/share/perl5/DateTime/TimeZone/America/Costa_Rica.pm
23452Installing /usr/local/share/perl5/DateTime/TimeZone/America/St_Johns.pm
23453Installing /usr/local/share/perl5/DateTime/TimeZone/America/Managua.pm
23454Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bogota.pm
23455Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_of_Spain.pm
23456Installing /usr/local/share/perl5/DateTime/TimeZone/America/Montevideo.pm
23457Installing /usr/local/share/perl5/DateTime/TimeZone/America/Whitehorse.pm
23458Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nipigon.pm
23459Installing /usr/local/share/perl5/DateTime/TimeZone/America/El_Salvador.pm
23460Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rainy_River.pm
23461Installing /usr/local/share/perl5/DateTime/TimeZone/America/Scoresbysund.pm
23462Installing /usr/local/share/perl5/DateTime/TimeZone/America/Caracas.pm
23463Installing /usr/local/share/perl5/DateTime/TimeZone/America/Atikokan.pm
23464Installing /usr/local/share/perl5/DateTime/TimeZone/America/Recife.pm
23465Installing /usr/local/share/perl5/DateTime/TimeZone/America/Bahia_Banderas.pm
23466Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fortaleza.pm
23467Installing /usr/local/share/perl5/DateTime/TimeZone/America/Noronha.pm
23468Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nome.pm
23469Installing /usr/local/share/perl5/DateTime/TimeZone/America/Tegucigalpa.pm
23470Installing /usr/local/share/perl5/DateTime/TimeZone/America/Paramaribo.pm
23471Installing /usr/local/share/perl5/DateTime/TimeZone/America/Chihuahua.pm
23472Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mexico_City.pm
23473Installing /usr/local/share/perl5/DateTime/TimeZone/America/Dawson_Creek.pm
23474Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cambridge_Bay.pm
23475Installing /usr/local/share/perl5/DateTime/TimeZone/America/Grand_Turk.pm
23476Installing /usr/local/share/perl5/DateTime/TimeZone/America/Vancouver.pm
23477Installing /usr/local/share/perl5/DateTime/TimeZone/America/Metlakatla.pm
23478Installing /usr/local/share/perl5/DateTime/TimeZone/America/Rio_Branco.pm
23479Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cayenne.pm
23480Installing /usr/local/share/perl5/DateTime/TimeZone/America/Sao_Paulo.pm
23481Installing /usr/local/share/perl5/DateTime/TimeZone/America/Cancun.pm
23482Installing /usr/local/share/perl5/DateTime/TimeZone/America/Maceio.pm
23483Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thule.pm
23484Installing /usr/local/share/perl5/DateTime/TimeZone/America/Nassau.pm
23485Installing /usr/local/share/perl5/DateTime/TimeZone/America/Adak.pm
23486Installing /usr/local/share/perl5/DateTime/TimeZone/America/Denver.pm
23487Installing /usr/local/share/perl5/DateTime/TimeZone/America/Boise.pm
23488Installing /usr/local/share/perl5/DateTime/TimeZone/America/Miquelon.pm
23489Installing /usr/local/share/perl5/DateTime/TimeZone/America/Phoenix.pm
23490Installing /usr/local/share/perl5/DateTime/TimeZone/America/Port_au_Prince.pm
23491Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guayaquil.pm
23492Installing /usr/local/share/perl5/DateTime/TimeZone/America/Inuvik.pm
23493Installing /usr/local/share/perl5/DateTime/TimeZone/America/Godthab.pm
23494Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santarem.pm
23495Installing /usr/local/share/perl5/DateTime/TimeZone/America/Santa_Isabel.pm
23496Installing /usr/local/share/perl5/DateTime/TimeZone/America/Anchorage.pm
23497Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yakutat.pm
23498Installing /usr/local/share/perl5/DateTime/TimeZone/America/Iqaluit.pm
23499Installing /usr/local/share/perl5/DateTime/TimeZone/America/Yellowknife.pm
23500Installing /usr/local/share/perl5/DateTime/TimeZone/America/Blanc_Sablon.pm
23501Installing /usr/local/share/perl5/DateTime/TimeZone/America/Campo_Grande.pm
23502Installing /usr/local/share/perl5/DateTime/TimeZone/America/Goose_Bay.pm
23503Installing /usr/local/share/perl5/DateTime/TimeZone/America/Toronto.pm
23504Installing /usr/local/share/perl5/DateTime/TimeZone/America/Glace_Bay.pm
23505Installing /usr/local/share/perl5/DateTime/TimeZone/America/Havana.pm
23506Installing /usr/local/share/perl5/DateTime/TimeZone/America/Belize.pm
23507Installing /usr/local/share/perl5/DateTime/TimeZone/America/Asuncion.pm
23508Installing /usr/local/share/perl5/DateTime/TimeZone/America/Thunder_Bay.pm
23509Installing /usr/local/share/perl5/DateTime/TimeZone/America/Mazatlan.pm
23510Installing /usr/local/share/perl5/DateTime/TimeZone/America/Detroit.pm
23511Installing /usr/local/share/perl5/DateTime/TimeZone/America/Araguaina.pm
23512Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guyana.pm
23513Installing /usr/local/share/perl5/DateTime/TimeZone/America/Resolute.pm
23514Installing /usr/local/share/perl5/DateTime/TimeZone/America/Fort_Nelson.pm
23515Installing /usr/local/share/perl5/DateTime/TimeZone/America/Monterrey.pm
23516Installing /usr/local/share/perl5/DateTime/TimeZone/America/Regina.pm
23517Installing /usr/local/share/perl5/DateTime/TimeZone/America/Curacao.pm
23518Installing /usr/local/share/perl5/DateTime/TimeZone/America/Manaus.pm
23519Installing /usr/local/share/perl5/DateTime/TimeZone/America/Menominee.pm
23520Installing /usr/local/share/perl5/DateTime/TimeZone/America/Guatemala.pm
23521Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Indianapolis.pm
23522Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vincennes.pm
23523Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Knox.pm
23524Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Tell_City.pm
23525Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Marengo.pm
23526Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Winamac.pm
23527Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Petersburg.pm
23528Installing /usr/local/share/perl5/DateTime/TimeZone/America/Indiana/Vevay.pm
23529Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/La_Rioja.pm
23530Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Salta.pm
23531Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Juan.pm
23532Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Ushuaia.pm
23533Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Catamarca.pm
23534Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm
23535Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Tucuman.pm
23536Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Cordoba.pm
23537Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Mendoza.pm
23538Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm
23539Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/Jujuy.pm
23540Installing /usr/local/share/perl5/DateTime/TimeZone/America/Argentina/San_Luis.pm
23541Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Center.pm
23542Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/Beulah.pm
23543Installing /usr/local/share/perl5/DateTime/TimeZone/America/North_Dakota/New_Salem.pm
23544Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Louisville.pm
23545Installing /usr/local/share/perl5/DateTime/TimeZone/America/Kentucky/Monticello.pm
23546Installing /usr/local/share/man/man3/DateTime::TimeZone.3pm
23547Installing /usr/local/share/man/man3/DateTime::TimeZone::Local.3pm
23548Installing /usr/local/share/man/man3/DateTime::TimeZone::Catalog.3pm
23549Installing /usr/local/share/man/man3/DateTime::TimeZone::Floating.3pm
23550Installing /usr/local/share/man/man3/DateTime::TimeZone::UTC.3pm
23551Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::VMS.3pm
23552Installing /usr/local/share/man/man3/DateTime::TimeZone::OffsetOnly.3pm
23553Installing /usr/local/share/man/man3/DateTime::TimeZone::OlsonDB.3pm
23554Installing /usr/local/share/man/man3/DateTime::TimeZone::Local::Unix.3pm
23555Appending installation info to /usr/lib64/perl5/perllocal.pod
23556 DROLSKY/DateTime-TimeZone-1.94.tar.gz
23557 /usr/bin/make install -- OK
23558Running Build for D/DR/DROLSKY/DateTime-1.21.tar.gz
23559 Has already been unwrapped into directory /root/.cpan/build/DateTime-1.21-q5F35e
23560
23561 CPAN.pm: Building D/DR/DROLSKY/DateTime-1.21.tar.gz
23562
23563Building DateTime
23564gcc -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
23565ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/DateTime/DateTime.bs')
23566gcc -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
23567 DROLSKY/DateTime-1.21.tar.gz
23568 ./Build -- OK
23569Skipping test because of notest pragma
23570Running Build install
23571Building DateTime
23572Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
23573Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.bs
23574Installing /usr/local/lib64/perl5/auto/DateTime/DateTime.so
23575Installing /usr/local/lib64/perl5/DateTime.pm
23576Installing /usr/local/lib64/perl5/DateTime/Infinite.pm
23577Installing /usr/local/lib64/perl5/DateTime/Duration.pm
23578Installing /usr/local/lib64/perl5/DateTime/LeapSecond.pm
23579Installing /usr/local/lib64/perl5/DateTime/Helpers.pm
23580Installing /usr/local/lib64/perl5/DateTime/PP.pm
23581Installing /usr/local/lib64/perl5/DateTime/PPExtra.pm
23582Installing /usr/local/share/man/man3/DateTime::LeapSecond.3pm
23583Installing /usr/local/share/man/man3/DateTime::Infinite.3pm
23584Installing /usr/local/share/man/man3/DateTime.3pm
23585Installing /usr/local/share/man/man3/DateTime::Duration.3pm
23586 DROLSKY/DateTime-1.21.tar.gz
23587 ./Build install -- OK
23588Running install for module 'Digest::SHA'
23589Running make for M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
23590Fetching with HTTP::Tiny:
23591http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
23592Fetching with HTTP::Tiny:
23593http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MS/MSHELOR/CHECKSUMS
23594Checksum for /root/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-5.95.tar.gz ok
23595
23596 CPAN.pm: Building M/MS/MSHELOR/Digest-SHA-5.95.tar.gz
23597
23598Checking if your kit is complete...
23599Looks good
23600Writing Makefile for Digest::SHA
23601Writing MYMETA.yml and MYMETA.json
23602cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
23603/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
23604gcc -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
23605Running Mkbootstrap for Digest::SHA ()
23606chmod 644 SHA.bs
23607rm -f blib/arch/auto/Digest/SHA/SHA.so
23608gcc -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 \
23609 \
23610
23611chmod 755 blib/arch/auto/Digest/SHA/SHA.so
23612cp SHA.bs blib/arch/auto/Digest/SHA/SHA.bs
23613chmod 644 blib/arch/auto/Digest/SHA/SHA.bs
23614cp shasum blib/script/shasum
23615/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
23616Manifying blib/man1/shasum.1
23617Manifying blib/man3/Digest::SHA.3pm
23618 MSHELOR/Digest-SHA-5.95.tar.gz
23619 /usr/bin/make -- OK
23620Skipping test because of notest pragma
23621Running make install
23622Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
23623Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.bs
23624Installing /usr/local/lib64/perl5/auto/Digest/SHA/SHA.so
23625Installing /usr/local/lib64/perl5/Digest/SHA.pm
23626Installing /usr/local/share/man/man1/shasum.1
23627Installing /usr/local/share/man/man3/Digest::SHA.3pm
23628Installing /usr/local/bin/shasum
23629Appending installation info to /usr/lib64/perl5/perllocal.pod
23630 MSHELOR/Digest-SHA-5.95.tar.gz
23631 /usr/bin/make install -- OK
23632Running install for module 'EV'
23633Running make for M/ML/MLEHMANN/EV-4.22.tar.gz
23634Fetching with HTTP::Tiny:
23635http://ftp.hosteurope.de/pub/CPAN/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz
23636Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/EV-4.22.tar.gz ok
23637
23638 CPAN.pm: Building M/ML/MLEHMANN/EV-4.22.tar.gz
23639
23640
23641***
23642*** The stability canary says: chirp! chirp! (it seems to be quite happy)
23643***
23644*** Your version of perl (5.016003) is quite supported by EV, nothing
23645*** else to be said, hope it comes in handy.
23646***
23647
23648
23649*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23650
23651
23652Welcome to EV configuration. If you are in a hurry, just press return here
23653and hope for the best. The defaults should usually do.
23654
23655Skip further questions and use defaults (y/n)? [y] y
23656
23657*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23658
23659
23660POSIX optionally offers support for a monotonic clock source. EV
23661can take advantage of this clock source to detect time jumps more
23662reliably. Unfortunately, some systems are bound to be broken, so you can
23663disable this here: you can completely disable the detection and use of
23664the monotonic clock by answering 'n' here. Support for this clock type
23665will otherwise be autodetected at both compile- and runtime. (this setting
23666currently affects the use of nanosleep over select as well).
23667
23668Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y
23669
23670*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23671
23672
23673POSIX optionally offers support for a (potentially) high-resolution
23674realtime clock interface. In a good implementation, using it is faster
23675than the normal method of using gettimeofday. Unfortunately, this option
23676is also bound to be broken on some systems, and current EV versions do not
23677actually call gettimeofday very often, so it defaults to no.
23678
23679Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n
23680
23681*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23682
23683
23684EV can use various backends with various portability issues. The select
23685backend is the most portable and makes for a good fallback, but it can be
23686limited to a low number of file descriptors and/or might not compile. If
23687you have problems with compiling ev_select.c, you might try to play around
23688with disabling it here, or forcing it to use the fd_set provided by your
23689OS, via the next question. I highly recommend keeping it in.
23690
23691Enable select backend (y/n)? [y] y
23692
23693*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23694
23695
23696The select backend can operate in two modes. One uses the system-provided
23697fd_set and is usually limited to 1024 file descriptors (64 on windows),
23698the other requires your header files to define NFDBITS and declare a
23699suitable fd_mask type. If you run into problems compiling ev_select.c, you
23700can try forcing the use of the system fd_set here.
23701
23702Force use of system fd_set for select backend (y/n)? [n] n
23703
23704*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23705
23706
23707The second very portable backend is poll(2). It does not exist on windows
23708and various versions of Mac OS X (and on the other versions it simply
23709doesn't work), but works basically everywhere else. It is recommended to use
23710the default here unless you run into compile problems in ev_poll.c.
23711
23712Enable poll backend (y/n)? [y] y
23713
23714*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23715
23716
23717Select and poll make it hard to write efficient servers, especially if the
23718number of active connections is much lower than the watched ones. GNU/Linux
23719systems have a more scalable method called "epoll", which EV can use. For
23720this to work, both your kernel and glibc have to support epoll, but if you
23721can compile it, the detection will be done at runtime, and EV will safely
23722fall back to using select when epoll isn't available. If unsure, accept
23723the default.
23724
23725Enable epoll backend (y/n)? [y] y
23726
23727*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23728
23729
23730Similarly to the epoll backend above, EV can take advantage of kqueue on
23731many BSD systems. Support for kqueue will be detected at runtime, with a
23732safe fallback to other methods when it cannot be used.
23733
23734Note that kqueue is broken on most operating systems, so by default it
23735won't be used on many platforms, but you can still create your own event
23736loop with kqueue backend if you ask specifically for it.
23737
23738Here is what we know:
23739
23740NetBSD: partially working in at least 3.1 and later. Yeah! :)
23741FreeBSD: broken on at least 6.2-STABLE, spotty in later versions,
23742 sockets *likely* work, ptys definitely don't.
23743OpenBSD: reports indicate that it likely doesn't work
23744 (similar problems as on FreeBSD).
23745OS X: completely, utterly broken on at least <= 10.6.
23746
23747Enable kqueue backend (y/n)? [n] n
23748
23749*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23750
23751
23752Similarly to the kqueue backend above, EV can take advantage of the
23753solaris 10 event port interface. Support for event ports will be detected
23754at runtime, with a safe fallback to other methods when it cannot be used.
23755
23756Enable event port backend (y/n)? [n] n
23757
23758*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23759
23760
23761EV needs the functions pthread_atfork and clock_gettime. On most systems
23762you need some special libraries for this (such as -lrt and -lpthread). You
23763can specify additional libraries to provide these calls (and any other
23764required by EV) now, or accept the default.
23765
23766On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function
23767to avoid the dependency on libpthread, and directly uses the clock_gettime
23768syscall to avoid a dependency on librt.
23769
23770Extra libraries for pthread_atfork and clock_gettime? [ ]
23771
23772*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23773
23774
23775A backend of a different kind is the Linux inotify(7) interface, which can
23776be used to speed up (and reduce resource consumption) of stat watchers. If
23777you have the include file and libc support for it, it is usually a good
23778idea to enable it, as kernel availability is detected at runtime.
23779
23780Enable inotify support (y/n)? [y] y
23781
23782*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23783
23784
23785Another useful bit of functionality is the Linux eventfd, which is useful
23786for faster signal handling (don't care) and intra-thread communications
23787(more relevant). Kernel support for this will be probed at runtime, but
23788your libc must contain the necessary wrapper. Glibc 2.7 and later should
23789have this wrapper.
23790
23791Enable linux eventfd support (y/n)? [y] y
23792
23793*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23794
23795
23796Another sometimes useful bit of functionality is the Linux signalfd, which
23797is useful for faster signal handling (don't care). Kernel support for
23798this will be probed at runtime, but your libc must contain the necessary
23799wrapper. Glibc 2.7 and later should have this wrapper.
23800
23801Enable linux signalfd support (y/n)? [y] y
23802
23803*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23804
23805
23806Very rarely, people want to tweak EV even more, e.g. to exclude
23807or include certain watcher types or backends. This can be done by adding
23808extra -D options here, or via the EV_EXTRA_DEFS environment variable.
23809
23810For example, if you run into compile problems because of missing memory
23811fences (or you just want extra performance), you can tell EV to not support
23812smp and threads via -DEV_NO_THREADS.
23813
23814Normal persons just press enter.
23815
23816Any extra -D options? []
23817
23818*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
23819
23820
23821Checking if your kit is complete...
23822Looks good
23823Writing Makefile for EV
23824Writing MYMETA.yml and MYMETA.json
23825cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
23826cp libev/ev.pod blib/lib/EV/libev.pod
23827cp EV/EVAPI.h blib/lib/EV/EVAPI.h
23828cp EV.pm blib/lib/EV.pm
23829cp libev/ev.h blib/lib/EV/ev.h
23830/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
23831gcc -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
23832In file included from EV.xs:40:0:
23833libev/ev.c:483:48: warning: "/*" within comment [-Wcomment]
23834 /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
23835 ^
23836In file included from libev/ev.c:174:0,
23837 from EV.xs:40:
23838libev/ev_poll.c: In function 'poll_poll':
23839libev/ev_poll.c:110:77: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23840 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt));
23841 ^
23842libev/ev.c: In function 'verify_watcher':
23843libev/ev.c:3096:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23844 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
23845 ^
23846libev/ev.c:3099:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23847 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
23848 ^
23849libev/ev.c: In function 'verify_heap':
23850libev/ev.c:3109:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23851 assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i));
23852 ^
23853libev/ev.c:3110:48: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23854 assert (("libev: heap condition violated", i == HEAP0 || ANHE_at (heap [HPARENT (i)]) <= ANHE_at (heap [i])));
23855 ^
23856libev/ev.c:3111:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23857 assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i]))));
23858 ^
23859libev/ev.c: In function 'array_verify':
23860libev/ev.c:3122:46: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23861 assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1));
23862 ^
23863libev/ev.c: In function 'ev_verify':
23864libev/ev.c:3140:47: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23865 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
23866 ^
23867libev/ev.c:3153:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23868 assert (("libev: io watcher list contains a loop", w != w2));
23869 ^
23870libev/ev.c:3157:61: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23871 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
23872 ^
23873libev/ev.c:3158:65: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23874 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
23875 ^
23876libev/ev.c: In function 'timers_reify':
23877libev/ev.c:3340:93: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23878 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
23879 ^
23880libev/ev.c: In function 'periodics_reify':
23881libev/ev.c:3402:90: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23882 assert (("libev: ev_periodic reschedule callback returned time in the past", ev_at (w) >= ev_rt_now));
23883 ^
23884libev/ev.c: In function 'ev_run':
23885libev/ev.c:3541:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23886 assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
23887 ^
23888libev/ev.c:3662:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23889 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
23890 ^
23891libev/ev.c: In function 'ev_io_start':
23892libev/ev.c:3836:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23893 assert (("libev: ev_io_start called with negative fd", fd >= 0));
23894 ^
23895libev/ev.c:3837:63: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23896 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
23897 ^
23898libev/ev.c:3846:62: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23899 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
23900 ^
23901In file included from EV.xs:40:0:
23902libev/ev.c:3848:34: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
23903 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
23904 ^
23905In file included from libev/ev.c:174:0,
23906 from EV.xs:40:
23907libev/ev.c: In function 'ev_io_stop':
23908libev/ev.c:3861:88: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23909 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
23910 ^
23911libev/ev.c: In function 'ev_timer_start':
23912libev/ev.c:3881:75: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23913 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
23914 ^
23915libev/ev.c: In function 'ev_timer_stop':
23916libev/ev.c:3909:53: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23917 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
23918 ^
23919libev/ev.c: In function 'ev_periodic_start':
23920libev/ev.c:3971:78: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23921 assert (("libev: ev_periodic_start called with negative interval value", w->interval >= 0.));
23922 ^
23923libev/ev.c: In function 'ev_periodic_stop':
23924libev/ev.c:4003:56: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23925 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
23926 ^
23927libev/ev.c: In function 'ev_signal_start':
23928libev/ev.c:4040:70: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23929 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
23930 ^
23931libev/ev.c:4043:73: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23932 assert (("libev: a signal must not be attached to two different loops",
23933 ^
23934libev/ev.c: In function 'ev_child_start':
23935libev/ev.c:4161:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23936 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
23937 ^
23938libev/ev.c: In function 'ev_embed_start':
23939libev/ev.c:4740:60: warning: left-hand operand of comma expression has no effect [-Wunused-value]
23940 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
23941 ^
23942In file included from EV.xs:40:0:
23943libev/ev.c: At top level:
23944libev/ev.c:5089:27: warning: "/*" within comment [-Wcomment]
23945 /* EV_STAT 0x00001000 /* stat data changed */
23946 ^
23947libev/ev.c:5090:27: warning: "/*" within comment [-Wcomment]
23948 /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */
23949 ^
23950In file included from EV.xs:3:0:
23951EV.c: In function 'XS_EV_verify':
23952/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23953 #define dXSI32 I32 ix = XSANY.any_i32
23954 ^
23955EV.c:760:5: note: in expansion of macro 'dXSI32'
23956 dXSI32;
23957 ^
23958EV.c: In function 'XS_EV_iteration':
23959/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23960 #define dXSI32 I32 ix = XSANY.any_i32
23961 ^
23962EV.c:775:5: note: in expansion of macro 'dXSI32'
23963 dXSI32;
23964 ^
23965EV.c: In function 'XS_EV_depth':
23966/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23967 #define dXSI32 I32 ix = XSANY.any_i32
23968 ^
23969EV.c:793:5: note: in expansion of macro 'dXSI32'
23970 dXSI32;
23971 ^
23972EV.c: In function 'XS_EV_run':
23973/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23974 #define dXSI32 I32 ix = XSANY.any_i32
23975 ^
23976EV.c:843:5: note: in expansion of macro 'dXSI32'
23977 dXSI32;
23978 ^
23979EV.c: In function 'XS_EV_break':
23980/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23981 #define dXSI32 I32 ix = XSANY.any_i32
23982 ^
23983EV.c:869:5: note: in expansion of macro 'dXSI32'
23984 dXSI32;
23985 ^
23986EV.c: In function 'XS_EV__Loop_new':
23987EV.c:3495:7: warning: unused variable 'klass' [-Wunused-variable]
23988 SV * klass = ST(0)
23989 ^
23990In file included from EV.xs:3:0:
23991EV.c: In function 'XS_EV__Loop_verify':
23992/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
23993 #define dXSI32 I32 ix = XSANY.any_i32
23994 ^
23995EV.c:3729:5: note: in expansion of macro 'dXSI32'
23996 dXSI32;
23997 ^
23998EV.c: In function 'XS_EV__Loop_iteration':
23999/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
24000 #define dXSI32 I32 ix = XSANY.any_i32
24001 ^
24002EV.c:3751:5: note: in expansion of macro 'dXSI32'
24003 dXSI32;
24004 ^
24005EV.c: In function 'XS_EV__Loop_depth':
24006/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
24007 #define dXSI32 I32 ix = XSANY.any_i32
24008 ^
24009EV.c:3776:5: note: in expansion of macro 'dXSI32'
24010 dXSI32;
24011 ^
24012EV.c: In function 'XS_EV__Loop_run':
24013/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
24014 #define dXSI32 I32 ix = XSANY.any_i32
24015 ^
24016EV.c:3801:5: note: in expansion of macro 'dXSI32'
24017 dXSI32;
24018 ^
24019EV.c: In function 'XS_EV__Loop_break':
24020/usr/lib64/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable]
24021 #define dXSI32 I32 ix = XSANY.any_i32
24022 ^
24023EV.c:3834:5: note: in expansion of macro 'dXSI32'
24024 dXSI32;
24025 ^
24026EV.c: In function 'XS_EV__Loop_io':
24027EV.c:3978:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24028 struct ev_loop * loop;
24029 ^
24030EV.c: In function 'XS_EV__Loop_timer':
24031EV.c:4022:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24032 struct ev_loop * loop;
24033 ^
24034EV.c: In function 'XS_EV__Loop_periodic':
24035EV.c:4063:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24036 struct ev_loop * loop;
24037 ^
24038EV.c: In function 'XS_EV__Loop_signal':
24039EV.c:4107:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24040 struct ev_loop * loop;
24041 ^
24042EV.c: In function 'XS_EV__Loop_idle':
24043EV.c:4148:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24044 struct ev_loop * loop;
24045 ^
24046EV.c: In function 'XS_EV__Loop_prepare':
24047EV.c:4182:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24048 struct ev_loop * loop;
24049 ^
24050EV.c: In function 'XS_EV__Loop_check':
24051EV.c:4216:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24052 struct ev_loop * loop;
24053 ^
24054EV.c: In function 'XS_EV__Loop_fork':
24055EV.c:4250:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24056 struct ev_loop * loop;
24057 ^
24058EV.c: In function 'XS_EV__Loop_child':
24059EV.c:4323:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24060 struct ev_loop * loop;
24061 ^
24062EV.c: In function 'XS_EV__Loop_stat':
24063EV.c:4365:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24064 struct ev_loop * loop;
24065 ^
24066EV.c: In function 'XS_EV__Loop_embed':
24067EV.c:4404:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24068 struct ev_loop * loop;
24069 ^
24070EV.c: In function 'XS_EV__Loop_async':
24071EV.c:4457:19: warning: variable 'loop' set but not used [-Wunused-but-set-variable]
24072 struct ev_loop * loop;
24073 ^
24074In file included from EV.xs:11:0:
24075EV.c: At top level:
24076schmorp.h:139:1: warning: 's_signum_croak' defined but not used [-Wunused-function]
24077 s_signum_croak (SV *sig)
24078 ^
24079schmorp.h:174:1: warning: 's_fileno_croak' defined but not used [-Wunused-function]
24080 s_fileno_croak (SV *fh, int wr)
24081 ^
24082schmorp.h:220:1: warning: 's_gensub' defined but not used [-Wunused-function]
24083 s_gensub (pTHX_ void (*xsub)(pTHX_ CV *), void *arg)
24084 ^
24085schmorp.h:417:1: warning: 's_epipe_destroy' defined but not used [-Wunused-function]
24086 s_epipe_destroy (s_epipe *epp)
24087 ^
24088schmorp.h:430:1: warning: 's_epipe_signal' defined but not used [-Wunused-function]
24089 s_epipe_signal (s_epipe *epp)
24090 ^
24091schmorp.h:455:1: warning: 's_epipe_drain' defined but not used [-Wunused-function]
24092 s_epipe_drain (s_epipe *epp)
24093 ^
24094schmorp.h:469:1: warning: 's_epipe_renew' defined but not used [-Wunused-function]
24095 s_epipe_renew (s_epipe *epp)
24096 ^
24097schmorp.h:501:1: warning: 's_epipe_wait' defined but not used [-Wunused-function]
24098 s_epipe_wait (s_epipe *epp)
24099 ^
24100In file included from EV.xs:40:0:
24101libev/ev.c:2697:1: warning: 'ev_version_major' defined but not used [-Wunused-function]
24102 ev_version_major (void) EV_THROW
24103 ^
24104libev/ev.c:2703:1: warning: 'ev_version_minor' defined but not used [-Wunused-function]
24105 ev_version_minor (void) EV_THROW
24106 ^
24107In file included from EV.xs:40:0:
24108libev/ev.c:1727:1: warning: 'ev_set_allocator' defined but not used [-Wunused-function]
24109 ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
24110 ^
24111libev/ev.c:1680:1: warning: 'ev_set_syserr_cb' defined but not used [-Wunused-function]
24112 ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
24113 ^
24114In file included from EV.xs:31:0:
24115EV/EVAPI.h:189:22: warning: 'GEVAPI' defined but not used [-Wunused-variable]
24116 static struct EVAPI *GEVAPI;
24117 ^
24118In file included from EV.xs:40:0:
24119libev/ev.c: In function 'evpipe_write':
24120libev/ev.c:2454:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
24121 write (evpipe [1], &counter, sizeof (uint64_t));
24122 ^
24123libev/ev.c:2466:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
24124 write (evpipe [1], &(evpipe [1]), 1);
24125 ^
24126libev/ev.c: In function 'pipecb':
24127libev/ev.c:2487:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
24128 read (evpipe [1], &counter, sizeof (uint64_t));
24129 ^
24130libev/ev.c:2501:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
24131 read (evpipe [0], &dummy, sizeof (dummy));
24132 ^
24133Running Mkbootstrap for EV ()
24134chmod 644 EV.bs
24135rm -f blib/arch/auto/EV/EV.so
24136gcc -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 \
24137 \
24138
24139chmod 755 blib/arch/auto/EV/EV.so
24140cp EV.bs blib/arch/auto/EV/EV.bs
24141chmod 644 blib/arch/auto/EV/EV.bs
24142Manifying blib/man3/EV::MakeMaker.3pm
24143Manifying blib/man3/EV::libev.3pm
24144Manifying blib/man3/EV.3pm
24145 MLEHMANN/EV-4.22.tar.gz
24146 /usr/bin/make -- OK
24147Skipping test because of notest pragma
24148Running make install
24149Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
24150Installing /usr/local/lib64/perl5/auto/EV/EV.bs
24151Installing /usr/local/lib64/perl5/auto/EV/EV.so
24152Installing /usr/local/lib64/perl5/EV.pm
24153Installing /usr/local/lib64/perl5/EV/EVAPI.h
24154Installing /usr/local/lib64/perl5/EV/libev.pod
24155Installing /usr/local/lib64/perl5/EV/ev.h
24156Installing /usr/local/lib64/perl5/EV/MakeMaker.pm
24157Installing /usr/local/share/man/man3/EV.3pm
24158Installing /usr/local/share/man/man3/EV::MakeMaker.3pm
24159Installing /usr/local/share/man/man3/EV::libev.3pm
24160Appending installation info to /usr/lib64/perl5/perllocal.pod
24161 MLEHMANN/EV-4.22.tar.gz
24162 /usr/bin/make install -- OK
24163Running install for module 'Email::Address'
24164Running make for R/RJ/RJBS/Email-Address-1.908.tar.gz
24165Fetching with HTTP::Tiny:
24166http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz
24167Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz ok
24168
24169 CPAN.pm: Building R/RJ/RJBS/Email-Address-1.908.tar.gz
24170
24171Checking if your kit is complete...
24172Looks good
24173Writing Makefile for Email::Address
24174Writing MYMETA.yml and MYMETA.json
24175cp lib/Email/Address.pm blib/lib/Email/Address.pm
24176Manifying blib/man3/Email::Address.3pm
24177 RJBS/Email-Address-1.908.tar.gz
24178 /usr/bin/make -- OK
24179Skipping test because of notest pragma
24180Running make install
24181Installing /usr/local/share/perl5/Email/Address.pm
24182Installing /usr/local/share/man/man3/Email::Address.3pm
24183Appending installation info to /usr/lib64/perl5/perllocal.pod
24184 RJBS/Email-Address-1.908.tar.gz
24185 /usr/bin/make install -- OK
24186Running install for module 'Email::MIME'
24187Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
24188Fetching with HTTP::Tiny:
24189http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz
24190Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-1.936.tar.gz ok
24191
24192 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
24193
24194Warning: prerequisite Email::Simple 2.206 not found. We have 2.203.
24195Checking if your kit is complete...
24196Looks good
24197Writing Makefile for Email::MIME
24198Writing MYMETA.yml and MYMETA.json
24199---- Unsatisfied dependencies detected during ----
24200---- RJBS/Email-MIME-1.936.tar.gz ----
24201 Email::Simple [requires]
24202Skipping test because of notest pragma
24203Running make install
24204 Delayed until after prerequisites
24205Running install for module 'Email::Simple'
24206Running make for R/RJ/RJBS/Email-Simple-2.208.tar.gz
24207Fetching with HTTP::Tiny:
24208http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz
24209Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Simple-2.208.tar.gz ok
24210
24211 CPAN.pm: Building R/RJ/RJBS/Email-Simple-2.208.tar.gz
24212
24213Checking if your kit is complete...
24214Looks good
24215Writing Makefile for Email::Simple
24216Writing MYMETA.yml and MYMETA.json
24217cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm
24218cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm
24219cp lib/Email/Simple.pm blib/lib/Email/Simple.pm
24220Manifying blib/man3/Email::Simple::Creator.3pm
24221Manifying blib/man3/Email::Simple::Header.3pm
24222Manifying blib/man3/Email::Simple.3pm
24223 RJBS/Email-Simple-2.208.tar.gz
24224 /usr/bin/make -- OK
24225Skipping test because of notest pragma
24226Running make install
24227Installing /usr/local/share/perl5/Email/Simple.pm
24228Installing /usr/local/share/perl5/Email/Simple/Header.pm
24229Installing /usr/local/share/perl5/Email/Simple/Creator.pm
24230Installing /usr/local/share/man/man3/Email::Simple.3pm
24231Installing /usr/local/share/man/man3/Email::Simple::Header.3pm
24232Installing /usr/local/share/man/man3/Email::Simple::Creator.3pm
24233Appending installation info to /usr/lib64/perl5/perllocal.pod
24234 RJBS/Email-Simple-2.208.tar.gz
24235 /usr/bin/make install -- OK
24236Running make for R/RJ/RJBS/Email-MIME-1.936.tar.gz
24237 Has already been unwrapped into directory /root/.cpan/build/Email-MIME-1.936-cWCtly
24238
24239 CPAN.pm: Building R/RJ/RJBS/Email-MIME-1.936.tar.gz
24240
24241cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
24242cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
24243cp lib/Email/MIME/Creator.pm blib/lib/Email/MIME/Creator.pm
24244cp lib/Email/MIME/Encode.pm blib/lib/Email/MIME/Encode.pm
24245cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
24246Manifying blib/man3/Email::MIME::Creator.3pm
24247Manifying blib/man3/Email::MIME::Modifier.3pm
24248Manifying blib/man3/Email::MIME.3pm
24249Manifying blib/man3/Email::MIME::Encode.3pm
24250Manifying blib/man3/Email::MIME::Header.3pm
24251 RJBS/Email-MIME-1.936.tar.gz
24252 /usr/bin/make -- OK
24253Skipping test because of notest pragma
24254Running make install
24255Installing /usr/local/share/perl5/Email/MIME.pm
24256Installing /usr/local/share/perl5/Email/MIME/Header.pm
24257Installing /usr/local/share/perl5/Email/MIME/Encode.pm
24258Installing /usr/local/share/perl5/Email/MIME/Modifier.pm
24259Installing /usr/local/share/perl5/Email/MIME/Creator.pm
24260Installing /usr/local/share/man/man3/Email::MIME.3pm
24261Installing /usr/local/share/man/man3/Email::MIME::Encode.3pm
24262Installing /usr/local/share/man/man3/Email::MIME::Header.3pm
24263Installing /usr/local/share/man/man3/Email::MIME::Creator.3pm
24264Installing /usr/local/share/man/man3/Email::MIME::Modifier.3pm
24265Appending installation info to /usr/lib64/perl5/perllocal.pod
24266 RJBS/Email-MIME-1.936.tar.gz
24267 /usr/bin/make install -- OK
24268Running install for module 'Email::Sender::Simple'
24269Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
24270Fetching with HTTP::Tiny:
24271http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz
24272Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Sender-1.300021.tar.gz ok
24273
24274 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
24275
24276Warning: prerequisite Email::Abstract 3.006 not found.
24277Warning: prerequisite Moo 1.000008 not found.
24278Warning: prerequisite Moo::Role 0 not found.
24279Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
24280Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
24281Warning: prerequisite Throwable::Error 0.200003 not found.
24282Checking if your kit is complete...
24283Looks good
24284Writing Makefile for Email::Sender
24285Writing MYMETA.yml and MYMETA.json
24286---- Unsatisfied dependencies detected during ----
24287---- RJBS/Email-Sender-1.300021.tar.gz ----
24288 MooX::Types::MooseLike::Base [requires]
24289 Email::Abstract [requires]
24290 MooX::Types::MooseLike [requires]
24291 Moo::Role [requires]
24292 Throwable::Error [requires]
24293 Moo [requires]
24294Skipping test because of notest pragma
24295Running make install
24296 Delayed until after prerequisites
24297Running install for module 'MooX::Types::MooseLike::Base'
24298Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
24299Fetching with HTTP::Tiny:
24300http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
24301Fetching with HTTP::Tiny:
24302http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MATEU/CHECKSUMS
24303Checksum for /root/.cpan/sources/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ok
24304
24305 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
24306
24307Warning: prerequisite Module::Runtime 0.014 not found. We have 0.013.
24308Checking if your kit is complete...
24309Looks good
24310Writing Makefile for MooX::Types::MooseLike
24311Writing MYMETA.yml and MYMETA.json
24312---- Unsatisfied dependencies detected during ----
24313---- MATEU/MooX-Types-MooseLike-0.29.tar.gz ----
24314 Module::Runtime [requires]
24315 Moo [requires]
24316Skipping test because of notest pragma
24317Running make install
24318 Delayed until after prerequisites
24319Running install for module 'Module::Runtime'
24320Running make for Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
24321Fetching with HTTP::Tiny:
24322http://ftp.hosteurope.de/pub/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
24323Fetching with HTTP::Tiny:
24324http://ftp.hosteurope.de/pub/CPAN/authors/id/Z/ZE/ZEFRAM/CHECKSUMS
24325Checksum for /root/.cpan/sources/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz ok
24326
24327 CPAN.pm: Building Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
24328
24329Created MYMETA.yml and MYMETA.json
24330Creating new 'Build' script for 'Module-Runtime' version '0.014'
24331Building Module-Runtime
24332 ZEFRAM/Module-Runtime-0.014.tar.gz
24333 ./Build -- OK
24334Skipping test because of notest pragma
24335Running Build install
24336Building Module-Runtime
24337Installing /usr/local/share/perl5/Module/Runtime.pm
24338Installing /usr/local/share/man/man3/Module::Runtime.3pm
24339 ZEFRAM/Module-Runtime-0.014.tar.gz
24340 ./Build install -- OK
24341Running install for module 'Moo'
24342Running make for H/HA/HAARG/Moo-2.000002.tar.gz
24343Fetching with HTTP::Tiny:
24344http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz
24345Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Moo-2.000002.tar.gz ok
24346
24347 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
24348
24349Warning: prerequisite Class::Method::Modifiers 1.1 not found.
24350Warning: prerequisite Devel::GlobalDestruction 0.11 not found.
24351Warning: prerequisite Role::Tiny 2 not found.
24352Checking if your kit is complete...
24353Looks good
24354Writing Makefile for Moo
24355Writing MYMETA.yml and MYMETA.json
24356---- Unsatisfied dependencies detected during ----
24357---- HAARG/Moo-2.000002.tar.gz ----
24358 Class::Method::Modifiers [requires]
24359 Devel::GlobalDestruction [requires]
24360 Role::Tiny [requires]
24361Skipping test because of notest pragma
24362Running make install
24363 Delayed until after prerequisites
24364Running install for module 'Class::Method::Modifiers'
24365Running make for E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
24366Fetching with HTTP::Tiny:
24367http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
24368Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz ok
24369
24370 CPAN.pm: Building E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz
24371
24372Checking if your kit is complete...
24373Looks good
24374Writing Makefile for Class::Method::Modifiers
24375Writing MYMETA.yml and MYMETA.json
24376cp lib/Class/Method/Modifiers.pm blib/lib/Class/Method/Modifiers.pm
24377Manifying blib/man3/Class::Method::Modifiers.3pm
24378 ETHER/Class-Method-Modifiers-2.11.tar.gz
24379 /usr/bin/make -- OK
24380Skipping test because of notest pragma
24381Running make install
24382Installing /usr/local/share/perl5/Class/Method/Modifiers.pm
24383Installing /usr/local/share/man/man3/Class::Method::Modifiers.3pm
24384Appending installation info to /usr/lib64/perl5/perllocal.pod
24385 ETHER/Class-Method-Modifiers-2.11.tar.gz
24386 /usr/bin/make install -- OK
24387Running install for module 'Devel::GlobalDestruction'
24388Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
24389Fetching with HTTP::Tiny:
24390http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
24391Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz ok
24392
24393 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
24394
24395Warning: prerequisite Sub::Exporter::Progressive 0.001011 not found.
24396Checking if your kit is complete...
24397Looks good
24398Writing Makefile for Devel::GlobalDestruction
24399Writing MYMETA.yml and MYMETA.json
24400---- Unsatisfied dependencies detected during ----
24401---- HAARG/Devel-GlobalDestruction-0.13.tar.gz ----
24402 Sub::Exporter::Progressive [requires]
24403Skipping test because of notest pragma
24404Running make install
24405 Delayed until after prerequisites
24406Running install for module 'Sub::Exporter::Progressive'
24407Running make for F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
24408Fetching with HTTP::Tiny:
24409http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
24410Fetching with HTTP::Tiny:
24411http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FR/FREW/CHECKSUMS
24412Checksum for /root/.cpan/sources/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ok
24413
24414 CPAN.pm: Building F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
24415
24416Checking if your kit is complete...
24417Looks good
24418Writing Makefile for Sub::Exporter::Progressive
24419Writing MYMETA.yml and MYMETA.json
24420cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm
24421Manifying blib/man3/Sub::Exporter::Progressive.3pm
24422 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
24423 /usr/bin/make -- OK
24424Skipping test because of notest pragma
24425Running make install
24426Installing /usr/local/share/perl5/Sub/Exporter/Progressive.pm
24427Installing /usr/local/share/man/man3/Sub::Exporter::Progressive.3pm
24428Appending installation info to /usr/lib64/perl5/perllocal.pod
24429 FREW/Sub-Exporter-Progressive-0.001011.tar.gz
24430 /usr/bin/make install -- OK
24431Running make for H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
24432 Has already been unwrapped into directory /root/.cpan/build/Devel-GlobalDestruction-0.13-8LL6It
24433
24434 CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.13.tar.gz
24435
24436cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm
24437Manifying blib/man3/Devel::GlobalDestruction.3pm
24438 HAARG/Devel-GlobalDestruction-0.13.tar.gz
24439 /usr/bin/make -- OK
24440Skipping test because of notest pragma
24441Running make install
24442Installing /usr/local/share/perl5/Devel/GlobalDestruction.pm
24443Installing /usr/local/share/man/man3/Devel::GlobalDestruction.3pm
24444Appending installation info to /usr/lib64/perl5/perllocal.pod
24445 HAARG/Devel-GlobalDestruction-0.13.tar.gz
24446 /usr/bin/make install -- OK
24447Running install for module 'Role::Tiny'
24448Running make for H/HA/HAARG/Role-Tiny-2.000001.tar.gz
24449Fetching with HTTP::Tiny:
24450http://ftp.hosteurope.de/pub/CPAN/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz
24451Checksum for /root/.cpan/sources/authors/id/H/HA/HAARG/Role-Tiny-2.000001.tar.gz ok
24452
24453 CPAN.pm: Building H/HA/HAARG/Role-Tiny-2.000001.tar.gz
24454
24455Checking if your kit is complete...
24456Looks good
24457Writing Makefile for Role::Tiny
24458Writing MYMETA.yml and MYMETA.json
24459cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm
24460cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm
24461Manifying blib/man3/Role::Tiny::With.3pm
24462Manifying blib/man3/Role::Tiny.3pm
24463 HAARG/Role-Tiny-2.000001.tar.gz
24464 /usr/bin/make -- OK
24465Skipping test because of notest pragma
24466Running make install
24467Installing /usr/local/share/perl5/Role/Tiny.pm
24468Installing /usr/local/share/perl5/Role/Tiny/With.pm
24469Installing /usr/local/share/man/man3/Role::Tiny.3pm
24470Installing /usr/local/share/man/man3/Role::Tiny::With.3pm
24471Appending installation info to /usr/lib64/perl5/perllocal.pod
24472 HAARG/Role-Tiny-2.000001.tar.gz
24473 /usr/bin/make install -- OK
24474Running make for H/HA/HAARG/Moo-2.000002.tar.gz
24475 Has already been unwrapped into directory /root/.cpan/build/Moo-2.000002-uFfTUO
24476
24477 CPAN.pm: Building H/HA/HAARG/Moo-2.000002.tar.gz
24478
24479cp lib/Moo/HandleMoose/_TypeMap.pm blib/lib/Moo/HandleMoose/_TypeMap.pm
24480cp lib/oo.pm blib/lib/oo.pm
24481cp lib/Moo/_Utils.pm blib/lib/Moo/_Utils.pm
24482cp lib/Moo/_strictures.pm blib/lib/Moo/_strictures.pm
24483cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm
24484cp lib/Moo/Role.pm blib/lib/Moo/Role.pm
24485cp lib/Moo.pm blib/lib/Moo.pm
24486cp lib/Method/Generate/Constructor.pm blib/lib/Method/Generate/Constructor.pm
24487cp lib/Method/Generate/DemolishAll.pm blib/lib/Method/Generate/DemolishAll.pm
24488cp lib/Moo/Object.pm blib/lib/Moo/Object.pm
24489cp lib/Method/Inliner.pm blib/lib/Method/Inliner.pm
24490cp lib/Method/Generate/BuildAll.pm blib/lib/Method/Generate/BuildAll.pm
24491cp lib/Moo/sification.pm blib/lib/Moo/sification.pm
24492cp lib/Method/Generate/Accessor.pm blib/lib/Method/Generate/Accessor.pm
24493cp lib/Moo/HandleMoose.pm blib/lib/Moo/HandleMoose.pm
24494cp lib/Moo/_mro.pm blib/lib/Moo/_mro.pm
24495cp lib/Moo/HandleMoose/FakeMetaClass.pm blib/lib/Moo/HandleMoose/FakeMetaClass.pm
24496cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm
24497Manifying blib/man3/oo.3pm
24498Manifying blib/man3/Sub::Defer.3pm
24499Manifying blib/man3/Moo::Role.3pm
24500Manifying blib/man3/Sub::Quote.3pm
24501Manifying blib/man3/Moo.3pm
24502 HAARG/Moo-2.000002.tar.gz
24503 /usr/bin/make -- OK
24504Skipping test because of notest pragma
24505Running make install
24506Installing /usr/local/share/perl5/Moo.pm
24507Installing /usr/local/share/perl5/oo.pm
24508Installing /usr/local/share/perl5/Method/Inliner.pm
24509Installing /usr/local/share/perl5/Method/Generate/BuildAll.pm
24510Installing /usr/local/share/perl5/Method/Generate/DemolishAll.pm
24511Installing /usr/local/share/perl5/Method/Generate/Accessor.pm
24512Installing /usr/local/share/perl5/Method/Generate/Constructor.pm
24513Installing /usr/local/share/perl5/Moo/Object.pm
24514Installing /usr/local/share/perl5/Moo/_Utils.pm
24515Installing /usr/local/share/perl5/Moo/_mro.pm
24516Installing /usr/local/share/perl5/Moo/_strictures.pm
24517Installing /usr/local/share/perl5/Moo/sification.pm
24518Installing /usr/local/share/perl5/Moo/Role.pm
24519Installing /usr/local/share/perl5/Moo/HandleMoose.pm
24520Installing /usr/local/share/perl5/Moo/HandleMoose/FakeMetaClass.pm
24521Installing /usr/local/share/perl5/Moo/HandleMoose/_TypeMap.pm
24522Installing /usr/local/share/perl5/Sub/Defer.pm
24523Installing /usr/local/share/perl5/Sub/Quote.pm
24524Installing /usr/local/share/man/man3/Moo.3pm
24525Installing /usr/local/share/man/man3/Sub::Quote.3pm
24526Installing /usr/local/share/man/man3/Sub::Defer.3pm
24527Installing /usr/local/share/man/man3/Moo::Role.3pm
24528Installing /usr/local/share/man/man3/oo.3pm
24529Appending installation info to /usr/lib64/perl5/perllocal.pod
24530 HAARG/Moo-2.000002.tar.gz
24531 /usr/bin/make install -- OK
24532Running make for M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
24533 Has already been unwrapped into directory /root/.cpan/build/MooX-Types-MooseLike-0.29-2vaW7k
24534
24535 CPAN.pm: Building M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz
24536
24537cp lib/MooX/Types/MooseLike.pm blib/lib/MooX/Types/MooseLike.pm
24538cp lib/MooX/Types/MooseLike/Base.pm blib/lib/MooX/Types/MooseLike/Base.pm
24539Manifying blib/man3/MooX::Types::MooseLike.3pm
24540Manifying blib/man3/MooX::Types::MooseLike::Base.3pm
24541 MATEU/MooX-Types-MooseLike-0.29.tar.gz
24542 /usr/bin/make -- OK
24543Skipping test because of notest pragma
24544Running make install
24545Installing /usr/local/share/perl5/MooX/Types/MooseLike.pm
24546Installing /usr/local/share/perl5/MooX/Types/MooseLike/Base.pm
24547Installing /usr/local/share/man/man3/MooX::Types::MooseLike::Base.3pm
24548Installing /usr/local/share/man/man3/MooX::Types::MooseLike.3pm
24549Appending installation info to /usr/lib64/perl5/perllocal.pod
24550 MATEU/MooX-Types-MooseLike-0.29.tar.gz
24551 /usr/bin/make install -- OK
24552Running install for module 'Email::Abstract'
24553Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
24554Fetching with HTTP::Tiny:
24555http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz
24556Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz ok
24557
24558 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
24559
24560Warning: prerequisite MRO::Compat 0 not found.
24561Warning: prerequisite Module::Pluggable 1.5 not found.
24562Checking if your kit is complete...
24563Looks good
24564Writing Makefile for Email::Abstract
24565Writing MYMETA.yml and MYMETA.json
24566---- Unsatisfied dependencies detected during ----
24567---- RJBS/Email-Abstract-3.008.tar.gz ----
24568 MRO::Compat [requires]
24569 Module::Pluggable [requires]
24570Skipping test because of notest pragma
24571Running make install
24572 Delayed until after prerequisites
24573Running install for module 'MRO::Compat'
24574Running make for B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
24575Fetching with HTTP::Tiny:
24576http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
24577Fetching with HTTP::Tiny:
24578http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BO/BOBTFISH/CHECKSUMS
24579Checksum for /root/.cpan/sources/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ok
24580
24581 CPAN.pm: Building B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz
24582
24583Checking if your kit is complete...
24584Looks good
24585Writing Makefile for MRO::Compat
24586Writing MYMETA.yml and MYMETA.json
24587cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm
24588Manifying blib/man3/MRO::Compat.3pm
24589 BOBTFISH/MRO-Compat-0.12.tar.gz
24590 /usr/bin/make -- OK
24591Skipping test because of notest pragma
24592Running make install
24593Manifying blib/man3/MRO::Compat.3pm
24594Installing /usr/local/share/perl5/MRO/Compat.pm
24595Installing /usr/local/share/man/man3/MRO::Compat.3pm
24596Appending installation info to /usr/lib64/perl5/perllocal.pod
24597 BOBTFISH/MRO-Compat-0.12.tar.gz
24598 /usr/bin/make install -- OK
24599Running install for module 'Module::Pluggable'
24600Running make for S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
24601Fetching with HTTP::Tiny:
24602http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
24603Fetching with HTTP::Tiny:
24604http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SI/SIMONW/CHECKSUMS
24605Checksum for /root/.cpan/sources/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ok
24606
24607 CPAN.pm: Building S/SI/SIMONW/Module-Pluggable-5.2.tar.gz
24608
24609Checking if your kit is complete...
24610Looks good
24611Writing Makefile for Module::Pluggable
24612Writing MYMETA.yml and MYMETA.json
24613cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm
24614cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm
24615cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm
24616Manifying blib/man3/Module::Pluggable::Object.3pm
24617Manifying blib/man3/Module::Pluggable.3pm
24618Manifying blib/man3/Devel::InnerPackage.3pm
24619 SIMONW/Module-Pluggable-5.2.tar.gz
24620 /usr/bin/make -- OK
24621Skipping test because of notest pragma
24622Running make install
24623Installing /usr/local/share/perl5/Devel/InnerPackage.pm
24624Installing /usr/local/share/perl5/Module/Pluggable.pm
24625Installing /usr/local/share/perl5/Module/Pluggable/Object.pm
24626Installing /usr/local/share/man/man3/Module::Pluggable::Object.3pm
24627Installing /usr/local/share/man/man3/Devel::InnerPackage.3pm
24628Installing /usr/local/share/man/man3/Module::Pluggable.3pm
24629Appending installation info to /usr/lib64/perl5/perllocal.pod
24630 SIMONW/Module-Pluggable-5.2.tar.gz
24631 /usr/bin/make install -- OK
24632Running make for R/RJ/RJBS/Email-Abstract-3.008.tar.gz
24633 Has already been unwrapped into directory /root/.cpan/build/Email-Abstract-3.008-E4M4kd
24634
24635 CPAN.pm: Building R/RJ/RJBS/Email-Abstract-3.008.tar.gz
24636
24637cp lib/Email/Abstract/Plugin.pm blib/lib/Email/Abstract/Plugin.pm
24638cp lib/Email/Abstract/MailInternet.pm blib/lib/Email/Abstract/MailInternet.pm
24639cp lib/Email/Abstract/EmailSimple.pm blib/lib/Email/Abstract/EmailSimple.pm
24640cp lib/Email/Abstract/EmailMIME.pm blib/lib/Email/Abstract/EmailMIME.pm
24641cp lib/Email/Abstract/MIMEEntity.pm blib/lib/Email/Abstract/MIMEEntity.pm
24642cp lib/Email/Abstract/MailMessage.pm blib/lib/Email/Abstract/MailMessage.pm
24643cp lib/Email/Abstract.pm blib/lib/Email/Abstract.pm
24644Manifying blib/man3/Email::Abstract::Plugin.3pm
24645Manifying blib/man3/Email::Abstract::MailInternet.3pm
24646Manifying blib/man3/Email::Abstract::EmailMIME.3pm
24647Manifying blib/man3/Email::Abstract::EmailSimple.3pm
24648Manifying blib/man3/Email::Abstract::MailMessage.3pm
24649Manifying blib/man3/Email::Abstract::MIMEEntity.3pm
24650Manifying blib/man3/Email::Abstract.3pm
24651 RJBS/Email-Abstract-3.008.tar.gz
24652 /usr/bin/make -- OK
24653Skipping test because of notest pragma
24654Running make install
24655Installing /usr/local/share/perl5/Email/Abstract.pm
24656Installing /usr/local/share/perl5/Email/Abstract/EmailSimple.pm
24657Installing /usr/local/share/perl5/Email/Abstract/MIMEEntity.pm
24658Installing /usr/local/share/perl5/Email/Abstract/Plugin.pm
24659Installing /usr/local/share/perl5/Email/Abstract/MailInternet.pm
24660Installing /usr/local/share/perl5/Email/Abstract/EmailMIME.pm
24661Installing /usr/local/share/perl5/Email/Abstract/MailMessage.pm
24662Installing /usr/local/share/man/man3/Email::Abstract::MIMEEntity.3pm
24663Installing /usr/local/share/man/man3/Email::Abstract::MailInternet.3pm
24664Installing /usr/local/share/man/man3/Email::Abstract::EmailMIME.3pm
24665Installing /usr/local/share/man/man3/Email::Abstract::Plugin.3pm
24666Installing /usr/local/share/man/man3/Email::Abstract::MailMessage.3pm
24667Installing /usr/local/share/man/man3/Email::Abstract::EmailSimple.3pm
24668Installing /usr/local/share/man/man3/Email::Abstract.3pm
24669Appending installation info to /usr/lib64/perl5/perllocal.pod
24670 RJBS/Email-Abstract-3.008.tar.gz
24671 /usr/bin/make install -- OK
24672MooX::Types::MooseLike is up to date (0.29).
24673Moo::Role is up to date (2.000002).
24674Running install for module 'Throwable::Error'
24675Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
24676Fetching with HTTP::Tiny:
24677http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
24678Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ok
24679
24680 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
24681
24682Warning: prerequisite Devel::StackTrace 1.32 not found.
24683Checking if your kit is complete...
24684Looks good
24685Writing Makefile for Throwable
24686Writing MYMETA.yml and MYMETA.json
24687---- Unsatisfied dependencies detected during ----
24688---- RJBS/Throwable-0.200013.tar.gz ----
24689 Devel::StackTrace [requires]
24690Skipping test because of notest pragma
24691Running make install
24692 Delayed until after prerequisites
24693Running install for module 'Devel::StackTrace'
24694Running make for D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
24695Fetching with HTTP::Tiny:
24696http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
24697Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz ok
24698
24699 CPAN.pm: Building D/DR/DROLSKY/Devel-StackTrace-2.00.tar.gz
24700
24701Checking if your kit is complete...
24702Looks good
24703Writing Makefile for Devel::StackTrace
24704Writing MYMETA.yml and MYMETA.json
24705cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm
24706cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm
24707Manifying blib/man3/Devel::StackTrace.3pm
24708Manifying blib/man3/Devel::StackTrace::Frame.3pm
24709 DROLSKY/Devel-StackTrace-2.00.tar.gz
24710 /usr/bin/make -- OK
24711Skipping test because of notest pragma
24712Running make install
24713Installing /usr/local/share/perl5/Devel/StackTrace.pm
24714Installing /usr/local/share/perl5/Devel/StackTrace/Frame.pm
24715Installing /usr/local/share/man/man3/Devel::StackTrace.3pm
24716Installing /usr/local/share/man/man3/Devel::StackTrace::Frame.3pm
24717Appending installation info to /usr/lib64/perl5/perllocal.pod
24718 DROLSKY/Devel-StackTrace-2.00.tar.gz
24719 /usr/bin/make install -- OK
24720Running make for R/RJ/RJBS/Throwable-0.200013.tar.gz
24721 Has already been unwrapped into directory /root/.cpan/build/Throwable-0.200013-2exb5_
24722
24723 CPAN.pm: Building R/RJ/RJBS/Throwable-0.200013.tar.gz
24724
24725cp lib/Throwable.pm blib/lib/Throwable.pm
24726cp lib/StackTrace/Auto.pm blib/lib/StackTrace/Auto.pm
24727cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
24728Manifying blib/man3/Throwable.3pm
24729Manifying blib/man3/StackTrace::Auto.3pm
24730Manifying blib/man3/Throwable::Error.3pm
24731 RJBS/Throwable-0.200013.tar.gz
24732 /usr/bin/make -- OK
24733Skipping test because of notest pragma
24734Running make install
24735Installing /usr/local/share/perl5/Throwable.pm
24736Installing /usr/local/share/perl5/StackTrace/Auto.pm
24737Installing /usr/local/share/perl5/Throwable/Error.pm
24738Installing /usr/local/share/man/man3/StackTrace::Auto.3pm
24739Installing /usr/local/share/man/man3/Throwable::Error.3pm
24740Installing /usr/local/share/man/man3/Throwable.3pm
24741Appending installation info to /usr/lib64/perl5/perllocal.pod
24742 RJBS/Throwable-0.200013.tar.gz
24743 /usr/bin/make install -- OK
24744Moo is up to date (2.000002).
24745Running make for R/RJ/RJBS/Email-Sender-1.300021.tar.gz
24746 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-1.300021-p53iC4
24747
24748 CPAN.pm: Building R/RJ/RJBS/Email-Sender-1.300021.tar.gz
24749
24750cp lib/Email/Sender/Util.pm blib/lib/Email/Sender/Util.pm
24751cp lib/Email/Sender/Transport/Print.pm blib/lib/Email/Sender/Transport/Print.pm
24752cp lib/Email/Sender/Success.pm blib/lib/Email/Sender/Success.pm
24753cp lib/Email/Sender/Transport/Wrapper.pm blib/lib/Email/Sender/Transport/Wrapper.pm
24754cp lib/Email/Sender/Manual.pm blib/lib/Email/Sender/Manual.pm
24755cp lib/Email/Sender/Role/CommonSending.pm blib/lib/Email/Sender/Role/CommonSending.pm
24756cp lib/Email/Sender/Failure/Temporary.pm blib/lib/Email/Sender/Failure/Temporary.pm
24757cp lib/Email/Sender/Success/Partial.pm blib/lib/Email/Sender/Success/Partial.pm
24758cp lib/Email/Sender/Transport.pm blib/lib/Email/Sender/Transport.pm
24759cp lib/Email/Sender/Failure/Multi.pm blib/lib/Email/Sender/Failure/Multi.pm
24760cp lib/Email/Sender/Transport/SMTP/Persistent.pm blib/lib/Email/Sender/Transport/SMTP/Persistent.pm
24761cp lib/Email/Sender/Failure/Permanent.pm blib/lib/Email/Sender/Failure/Permanent.pm
24762cp lib/Email/Sender/Transport/SMTP.pm blib/lib/Email/Sender/Transport/SMTP.pm
24763cp lib/Email/Sender.pm blib/lib/Email/Sender.pm
24764cp lib/Email/Sender/Manual/QuickStart.pm blib/lib/Email/Sender/Manual/QuickStart.pm
24765cp lib/Email/Sender/Transport/Sendmail.pm blib/lib/Email/Sender/Transport/Sendmail.pm
24766cp lib/Email/Sender/Transport/Mbox.pm blib/lib/Email/Sender/Transport/Mbox.pm
24767cp lib/Email/Sender/Transport/Failable.pm blib/lib/Email/Sender/Transport/Failable.pm
24768cp lib/Email/Sender/Failure.pm blib/lib/Email/Sender/Failure.pm
24769cp lib/Email/Sender/Simple.pm blib/lib/Email/Sender/Simple.pm
24770cp lib/Email/Sender/Transport/DevNull.pm blib/lib/Email/Sender/Transport/DevNull.pm
24771cp lib/Email/Sender/Role/HasMessage.pm blib/lib/Email/Sender/Role/HasMessage.pm
24772cp lib/Email/Sender/Transport/Maildir.pm blib/lib/Email/Sender/Transport/Maildir.pm
24773cp lib/Email/Sender/Transport/Test.pm blib/lib/Email/Sender/Transport/Test.pm
24774Manifying blib/man3/Email::Sender::Transport::Print.3pm
24775Manifying blib/man3/Email::Sender::Util.3pm
24776Manifying blib/man3/Email::Sender::Success.3pm
24777Manifying blib/man3/Email::Sender::Transport::Wrapper.3pm
24778Manifying blib/man3/Email::Sender::Manual.3pm
24779Manifying blib/man3/Email::Sender::Role::CommonSending.3pm
24780Manifying blib/man3/Email::Sender::Failure::Temporary.3pm
24781Manifying blib/man3/Email::Sender::Transport::SMTP::Persistent.3pm
24782Manifying blib/man3/Email::Sender::Failure::Multi.3pm
24783Manifying blib/man3/Email::Sender::Transport.3pm
24784Manifying blib/man3/Email::Sender::Success::Partial.3pm
24785Manifying blib/man3/Email::Sender::Failure::Permanent.3pm
24786Manifying blib/man3/Email::Sender::Transport::SMTP.3pm
24787Manifying blib/man3/Email::Sender.3pm
24788Manifying blib/man3/Email::Sender::Manual::QuickStart.3pm
24789Manifying blib/man3/Email::Sender::Transport::Sendmail.3pm
24790Manifying blib/man3/Email::Sender::Transport::Mbox.3pm
24791Manifying blib/man3/Email::Sender::Failure.3pm
24792Manifying blib/man3/Email::Sender::Transport::Failable.3pm
24793Manifying blib/man3/Email::Sender::Simple.3pm
24794Manifying blib/man3/Email::Sender::Transport::DevNull.3pm
24795Manifying blib/man3/Email::Sender::Role::HasMessage.3pm
24796Manifying blib/man3/Email::Sender::Transport::Maildir.3pm
24797Manifying blib/man3/Email::Sender::Transport::Test.3pm
24798 RJBS/Email-Sender-1.300021.tar.gz
24799 /usr/bin/make -- OK
24800Skipping test because of notest pragma
24801Running make install
24802Installing /usr/local/share/perl5/Email/Sender.pm
24803Installing /usr/local/share/perl5/Email/Sender/Success.pm
24804Installing /usr/local/share/perl5/Email/Sender/Transport.pm
24805Installing /usr/local/share/perl5/Email/Sender/Simple.pm
24806Installing /usr/local/share/perl5/Email/Sender/Util.pm
24807Installing /usr/local/share/perl5/Email/Sender/Manual.pm
24808Installing /usr/local/share/perl5/Email/Sender/Failure.pm
24809Installing /usr/local/share/perl5/Email/Sender/Success/Partial.pm
24810Installing /usr/local/share/perl5/Email/Sender/Role/HasMessage.pm
24811Installing /usr/local/share/perl5/Email/Sender/Role/CommonSending.pm
24812Installing /usr/local/share/perl5/Email/Sender/Failure/Temporary.pm
24813Installing /usr/local/share/perl5/Email/Sender/Failure/Permanent.pm
24814Installing /usr/local/share/perl5/Email/Sender/Failure/Multi.pm
24815Installing /usr/local/share/perl5/Email/Sender/Manual/QuickStart.pm
24816Installing /usr/local/share/perl5/Email/Sender/Transport/Failable.pm
24817Installing /usr/local/share/perl5/Email/Sender/Transport/DevNull.pm
24818Installing /usr/local/share/perl5/Email/Sender/Transport/Mbox.pm
24819Installing /usr/local/share/perl5/Email/Sender/Transport/Sendmail.pm
24820Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP.pm
24821Installing /usr/local/share/perl5/Email/Sender/Transport/Print.pm
24822Installing /usr/local/share/perl5/Email/Sender/Transport/Test.pm
24823Installing /usr/local/share/perl5/Email/Sender/Transport/Maildir.pm
24824Installing /usr/local/share/perl5/Email/Sender/Transport/Wrapper.pm
24825Installing /usr/local/share/perl5/Email/Sender/Transport/SMTP/Persistent.pm
24826Installing /usr/local/share/man/man3/Email::Sender::Transport::Failable.3pm
24827Installing /usr/local/share/man/man3/Email::Sender.3pm
24828Installing /usr/local/share/man/man3/Email::Sender::Success.3pm
24829Installing /usr/local/share/man/man3/Email::Sender::Failure::Permanent.3pm
24830Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP::Persistent.3pm
24831Installing /usr/local/share/man/man3/Email::Sender::Transport::Maildir.3pm
24832Installing /usr/local/share/man/man3/Email::Sender::Role::CommonSending.3pm
24833Installing /usr/local/share/man/man3/Email::Sender::Failure::Temporary.3pm
24834Installing /usr/local/share/man/man3/Email::Sender::Failure::Multi.3pm
24835Installing /usr/local/share/man/man3/Email::Sender::Transport.3pm
24836Installing /usr/local/share/man/man3/Email::Sender::Transport::Wrapper.3pm
24837Installing /usr/local/share/man/man3/Email::Sender::Transport::Print.3pm
24838Installing /usr/local/share/man/man3/Email::Sender::Transport::DevNull.3pm
24839Installing /usr/local/share/man/man3/Email::Sender::Transport::Test.3pm
24840Installing /usr/local/share/man/man3/Email::Sender::Simple.3pm
24841Installing /usr/local/share/man/man3/Email::Sender::Transport::Mbox.3pm
24842Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTP.3pm
24843Installing /usr/local/share/man/man3/Email::Sender::Role::HasMessage.3pm
24844Installing /usr/local/share/man/man3/Email::Sender::Failure.3pm
24845Installing /usr/local/share/man/man3/Email::Sender::Success::Partial.3pm
24846Installing /usr/local/share/man/man3/Email::Sender::Util.3pm
24847Installing /usr/local/share/man/man3/Email::Sender::Transport::Sendmail.3pm
24848Installing /usr/local/share/man/man3/Email::Sender::Manual.3pm
24849Installing /usr/local/share/man/man3/Email::Sender::Manual::QuickStart.3pm
24850Appending installation info to /usr/lib64/perl5/perllocal.pod
24851 RJBS/Email-Sender-1.300021.tar.gz
24852 /usr/bin/make install -- OK
24853Running install for module 'Email::Sender::Transport::SMTPS'
24854Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
24855Fetching with HTTP::Tiny:
24856http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
24857Fetching with HTTP::Tiny:
24858http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FA/FAYLAND/CHECKSUMS
24859Checksum for /root/.cpan/sources/authors/id/F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ok
24860---- Unsatisfied dependencies detected during ----
24861---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
24862 Module::Build::Tiny [build_requires]
24863Skipping test because of notest pragma
24864Running make install
24865 Make had some problems, won't install
24866 Delayed until after prerequisites
24867Running install for module 'Module::Build::Tiny'
24868Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
24869Fetching with HTTP::Tiny:
24870http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
24871Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ok
24872---- Unsatisfied dependencies detected during ----
24873---- LEONT/Module-Build-Tiny-0.039.tar.gz ----
24874 ExtUtils::Config [build_requires]
24875 TAP::Harness::Env [build_requires]
24876 ExtUtils::Helpers [build_requires]
24877 ExtUtils::InstallPaths [build_requires]
24878Skipping test because of notest pragma
24879Running make install
24880 Make had some problems, won't install
24881 Delayed until after prerequisites
24882Running install for module 'ExtUtils::Config'
24883Running make for L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
24884Fetching with HTTP::Tiny:
24885http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
24886Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ok
24887
24888 CPAN.pm: Building L/LE/LEONT/ExtUtils-Config-0.008.tar.gz
24889
24890Checking if your kit is complete...
24891Looks good
24892Writing Makefile for ExtUtils::Config
24893Writing MYMETA.yml and MYMETA.json
24894cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm
24895Manifying blib/man3/ExtUtils::Config.3pm
24896 LEONT/ExtUtils-Config-0.008.tar.gz
24897 /usr/bin/make -- OK
24898Skipping test because of notest pragma
24899Running make install
24900Installing /usr/local/share/perl5/ExtUtils/Config.pm
24901Installing /usr/local/share/man/man3/ExtUtils::Config.3pm
24902Appending installation info to /usr/lib64/perl5/perllocal.pod
24903 LEONT/ExtUtils-Config-0.008.tar.gz
24904 /usr/bin/make install -- OK
24905Running install for module 'TAP::Harness::Env'
24906Running make for L/LE/LEONT/Test-Harness-3.35.tar.gz
24907Fetching with HTTP::Tiny:
24908http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz
24909Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/Test-Harness-3.35.tar.gz ok
24910
24911 CPAN.pm: Building L/LE/LEONT/Test-Harness-3.35.tar.gz
24912
24913Checking if your kit is complete...
24914Looks good
24915Writing Makefile for Test::Harness
24916Writing MYMETA.yml and MYMETA.json
24917cp lib/TAP/Parser/Result/Pragma.pm blib/lib/TAP/Parser/Result/Pragma.pm
24918cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm
24919cp lib/App/Prove/State/Result.pm blib/lib/App/Prove/State/Result.pm
24920cp lib/TAP/Base.pm blib/lib/TAP/Base.pm
24921cp lib/TAP/Formatter/Console/ParallelSession.pm blib/lib/TAP/Formatter/Console/ParallelSession.pm
24922cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm
24923cp lib/TAP/Formatter/Console/Session.pm blib/lib/TAP/Formatter/Console/Session.pm
24924cp lib/TAP/Parser/Scheduler/Job.pm blib/lib/TAP/Parser/Scheduler/Job.pm
24925cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm
24926cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm
24927cp lib/TAP/Parser/SourceHandler/Handle.pm blib/lib/TAP/Parser/SourceHandler/Handle.pm
24928cp lib/TAP/Parser/IteratorFactory.pm blib/lib/TAP/Parser/IteratorFactory.pm
24929cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm
24930cp lib/TAP/Formatter/Color.pm blib/lib/TAP/Formatter/Color.pm
24931cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm
24932cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm
24933cp HACKING.pod blib/lib/Test/HACKING.pod
24934cp lib/Test/Harness.pm blib/lib/Test/Harness.pm
24935cp lib/TAP/Formatter/File/Session.pm blib/lib/TAP/Formatter/File/Session.pm
24936cp lib/TAP/Formatter/Base.pm blib/lib/TAP/Formatter/Base.pm
24937cp lib/TAP/Parser/ResultFactory.pm blib/lib/TAP/Parser/ResultFactory.pm
24938cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm
24939cp lib/TAP/Object.pm blib/lib/TAP/Object.pm
24940cp lib/TAP/Parser/Multiplexer.pm blib/lib/TAP/Parser/Multiplexer.pm
24941cp lib/TAP/Parser/SourceHandler/Perl.pm blib/lib/TAP/Parser/SourceHandler/Perl.pm
24942cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm
24943cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm
24944cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm
24945cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm
24946cp lib/TAP/Parser/Scheduler.pm blib/lib/TAP/Parser/Scheduler.pm
24947cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm
24948cp lib/TAP/Parser/SourceHandler.pm blib/lib/TAP/Parser/SourceHandler.pm
24949cp lib/TAP/Parser/SourceHandler/Executable.pm blib/lib/TAP/Parser/SourceHandler/Executable.pm
24950cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm
24951cp lib/App/Prove/State/Result/Test.pm blib/lib/App/Prove/State/Result/Test.pm
24952cp lib/TAP/Parser/SourceHandler/RawTAP.pm blib/lib/TAP/Parser/SourceHandler/RawTAP.pm
24953cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm
24954cp lib/TAP/Formatter/Console.pm blib/lib/TAP/Formatter/Console.pm
24955cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm
24956cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm
24957cp lib/TAP/Parser/SourceHandler/File.pm blib/lib/TAP/Parser/SourceHandler/File.pm
24958cp lib/TAP/Harness/Beyond.pod blib/lib/TAP/Harness/Beyond.pod
24959cp lib/TAP/Formatter/Session.pm blib/lib/TAP/Formatter/Session.pm
24960cp lib/App/Prove.pm blib/lib/App/Prove.pm
24961cp lib/App/Prove/State.pm blib/lib/App/Prove/State.pm
24962cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm
24963cp lib/TAP/Formatter/File.pm blib/lib/TAP/Formatter/File.pm
24964cp lib/TAP/Harness/Env.pm blib/lib/TAP/Harness/Env.pm
24965cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm
24966cp lib/TAP/Parser/Scheduler/Spinner.pm blib/lib/TAP/Parser/Scheduler/Spinner.pm
24967cp bin/prove blib/script/prove
24968/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/prove
24969Manifying blib/man1/prove.1
24970Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
24971Manifying blib/man3/App::Prove::State::Result.3pm
24972Manifying blib/man3/TAP::Parser::Iterator::Array.3pm
24973Manifying blib/man3/TAP::Base.3pm
24974Manifying blib/man3/TAP::Formatter::Console::ParallelSession.3pm
24975Manifying blib/man3/TAP::Parser::Result.3pm
24976Manifying blib/man3/TAP::Formatter::Console::Session.3pm
24977Manifying blib/man3/TAP::Parser::Result::YAML.3pm
24978Manifying blib/man3/TAP::Parser::Scheduler::Job.3pm
24979Manifying blib/man3/TAP::Parser.3pm
24980Manifying blib/man3/TAP::Parser::SourceHandler::Handle.3pm
24981Manifying blib/man3/TAP::Parser::IteratorFactory.3pm
24982Manifying blib/man3/TAP::Parser::Iterator.3pm
24983Manifying blib/man3/TAP::Formatter::Color.3pm
24984Manifying blib/man3/TAP::Parser::Iterator::Process.3pm
24985Manifying blib/man3/TAP::Parser::Grammar.3pm
24986Manifying blib/man3/Test::HACKING.3pm
24987Manifying blib/man3/Test::Harness.3pm
24988Manifying blib/man3/TAP::Formatter::Base.3pm
24989Manifying blib/man3/TAP::Formatter::File::Session.3pm
24990Manifying blib/man3/TAP::Parser::Result::Bailout.3pm
24991Manifying blib/man3/TAP::Parser::ResultFactory.3pm
24992Manifying blib/man3/TAP::Parser::SourceHandler::Perl.3pm
24993Manifying blib/man3/TAP::Parser::Multiplexer.3pm
24994Manifying blib/man3/TAP::Object.3pm
24995Manifying blib/man3/TAP::Parser::Result::Version.3pm
24996Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm
24997Manifying blib/man3/TAP::Parser::Result::Unknown.3pm
24998Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm
24999Manifying blib/man3/TAP::Parser::Scheduler.3pm
25000Manifying blib/man3/TAP::Parser::Result::Plan.3pm
25001Manifying blib/man3/TAP::Parser::SourceHandler.3pm
25002Manifying blib/man3/TAP::Parser::SourceHandler::Executable.3pm
25003Manifying blib/man3/TAP::Parser::Result::Test.3pm
25004Manifying blib/man3/App::Prove::State::Result::Test.3pm
25005Manifying blib/man3/TAP::Parser::SourceHandler::RawTAP.3pm
25006Manifying blib/man3/TAP::Parser::Result::Comment.3pm
25007Manifying blib/man3/TAP::Formatter::Console.3pm
25008Manifying blib/man3/TAP::Parser::Source.3pm
25009Manifying blib/man3/TAP::Parser::Iterator::Stream.3pm
25010Manifying blib/man3/TAP::Parser::SourceHandler::File.3pm
25011Manifying blib/man3/TAP::Harness::Beyond.3pm
25012Manifying blib/man3/TAP::Formatter::Session.3pm
25013Manifying blib/man3/App::Prove::State.3pm
25014Manifying blib/man3/App::Prove.3pm
25015Manifying blib/man3/TAP::Harness.3pm
25016Manifying blib/man3/TAP::Formatter::File.3pm
25017Manifying blib/man3/TAP::Harness::Env.3pm
25018Manifying blib/man3/TAP::Parser::Aggregator.3pm
25019Manifying blib/man3/TAP::Parser::Scheduler::Spinner.3pm
25020 LEONT/Test-Harness-3.35.tar.gz
25021 /usr/bin/make -- OK
25022Skipping test because of notest pragma
25023Running make install
25024Manifying blib/man1/prove.1
25025Manifying blib/man3/TAP::Parser::Result::Pragma.3pm
25026Manifying blib/man3/App::Prove::State::Result.3pm
25027Installing /usr/local/share/perl5/TAP/Object.pm
25028Installing /usr/local/share/perl5/TAP/Harness.pm
25029Installing /usr/local/share/perl5/TAP/Base.pm
25030Installing /usr/local/share/perl5/TAP/Parser.pm
25031Installing /usr/local/share/perl5/TAP/Formatter/Console.pm
25032Installing /usr/local/share/perl5/TAP/Formatter/File.pm
25033Installing /usr/local/share/perl5/TAP/Formatter/Color.pm
25034Installing /usr/local/share/perl5/TAP/Formatter/Session.pm
25035Installing /usr/local/share/perl5/TAP/Formatter/Base.pm
25036Installing /usr/local/share/perl5/TAP/Formatter/Console/ParallelSession.pm
25037Installing /usr/local/share/perl5/TAP/Formatter/Console/Session.pm
25038Installing /usr/local/share/perl5/TAP/Formatter/File/Session.pm
25039Installing /usr/local/share/perl5/TAP/Harness/Beyond.pod
25040Installing /usr/local/share/perl5/TAP/Harness/Env.pm
25041Installing /usr/local/share/perl5/TAP/Parser/Result.pm
25042Installing /usr/local/share/perl5/TAP/Parser/SourceHandler.pm
25043Installing /usr/local/share/perl5/TAP/Parser/Aggregator.pm
25044Installing /usr/local/share/perl5/TAP/Parser/Grammar.pm
25045Installing /usr/local/share/perl5/TAP/Parser/Multiplexer.pm
25046Installing /usr/local/share/perl5/TAP/Parser/Scheduler.pm
25047Installing /usr/local/share/perl5/TAP/Parser/Iterator.pm
25048Installing /usr/local/share/perl5/TAP/Parser/IteratorFactory.pm
25049Installing /usr/local/share/perl5/TAP/Parser/Source.pm
25050Installing /usr/local/share/perl5/TAP/Parser/ResultFactory.pm
25051Installing /usr/local/share/perl5/TAP/Parser/Iterator/Array.pm
25052Installing /usr/local/share/perl5/TAP/Parser/Iterator/Process.pm
25053Installing /usr/local/share/perl5/TAP/Parser/Iterator/Stream.pm
25054Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Spinner.pm
25055Installing /usr/local/share/perl5/TAP/Parser/Scheduler/Job.pm
25056Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Executable.pm
25057Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/File.pm
25058Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Perl.pm
25059Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/Handle.pm
25060Installing /usr/local/share/perl5/TAP/Parser/SourceHandler/RawTAP.pm
25061Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Writer.pm
25062Installing /usr/local/share/perl5/TAP/Parser/YAMLish/Reader.pm
25063Installing /usr/local/share/perl5/TAP/Parser/Result/Plan.pm
25064Installing /usr/local/share/perl5/TAP/Parser/Result/Test.pm
25065Installing /usr/local/share/perl5/TAP/Parser/Result/YAML.pm
25066Installing /usr/local/share/perl5/TAP/Parser/Result/Comment.pm
25067Installing /usr/local/share/perl5/TAP/Parser/Result/Bailout.pm
25068Installing /usr/local/share/perl5/TAP/Parser/Result/Version.pm
25069Installing /usr/local/share/perl5/TAP/Parser/Result/Pragma.pm
25070Installing /usr/local/share/perl5/TAP/Parser/Result/Unknown.pm
25071Installing /usr/local/share/perl5/Test/Harness.pm
25072Installing /usr/local/share/perl5/Test/HACKING.pod
25073Installing /usr/local/share/perl5/App/Prove.pm
25074Installing /usr/local/share/perl5/App/Prove/State.pm
25075Installing /usr/local/share/perl5/App/Prove/State/Result.pm
25076Installing /usr/local/share/perl5/App/Prove/State/Result/Test.pm
25077Installing /usr/local/share/man/man1/prove.1
25078Installing /usr/local/share/man/man3/TAP::Parser::Source.3pm
25079Installing /usr/local/share/man/man3/Test::HACKING.3pm
25080Installing /usr/local/share/man/man3/TAP::Parser::Result::Comment.3pm
25081Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Array.3pm
25082Installing /usr/local/share/man/man3/TAP::Parser::Result::Plan.3pm
25083Installing /usr/local/share/man/man3/TAP::Formatter::File.3pm
25084Installing /usr/local/share/man/man3/TAP::Parser::Result.3pm
25085Installing /usr/local/share/man/man3/TAP::Parser::Result::Version.3pm
25086Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Perl.3pm
25087Installing /usr/local/share/man/man3/TAP::Formatter::Console::Session.3pm
25088Installing /usr/local/share/man/man3/TAP::Parser::Grammar.3pm
25089Installing /usr/local/share/man/man3/TAP::Parser::Result::YAML.3pm
25090Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3pm
25091Installing /usr/local/share/man/man3/TAP::Harness::Env.3pm
25092Installing /usr/local/share/man/man3/TAP::Parser::Result::Pragma.3pm
25093Installing /usr/local/share/man/man3/TAP::Parser.3pm
25094Installing /usr/local/share/man/man3/TAP::Parser::Scheduler.3pm
25095Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Job.3pm
25096Installing /usr/local/share/man/man3/App::Prove::State.3pm
25097Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler.3pm
25098Installing /usr/local/share/man/man3/TAP::Harness::Beyond.3pm
25099Installing /usr/local/share/man/man3/App::Prove::State::Result.3pm
25100Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::File.3pm
25101Installing /usr/local/share/man/man3/App::Prove::State::Result::Test.3pm
25102Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Handle.3pm
25103Installing /usr/local/share/man/man3/TAP::Parser::Result::Bailout.3pm
25104Installing /usr/local/share/man/man3/TAP::Parser::Scheduler::Spinner.3pm
25105Installing /usr/local/share/man/man3/TAP::Object.3pm
25106Installing /usr/local/share/man/man3/TAP::Parser::Result::Test.3pm
25107Installing /usr/local/share/man/man3/TAP::Formatter::Session.3pm
25108Installing /usr/local/share/man/man3/TAP::Formatter::Base.3pm
25109Installing /usr/local/share/man/man3/TAP::Base.3pm
25110Installing /usr/local/share/man/man3/TAP::Formatter::Console.3pm
25111Installing /usr/local/share/man/man3/TAP::Formatter::File::Session.3pm
25112Installing /usr/local/share/man/man3/TAP::Harness.3pm
25113Installing /usr/local/share/man/man3/TAP::Formatter::Console::ParallelSession.3pm
25114Installing /usr/local/share/man/man3/Test::Harness.3pm
25115Installing /usr/local/share/man/man3/TAP::Parser::IteratorFactory.3pm
25116Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Reader.3pm
25117Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Process.3pm
25118Installing /usr/local/share/man/man3/TAP::Parser::Iterator::Stream.3pm
25119Installing /usr/local/share/man/man3/TAP::Parser::Multiplexer.3pm
25120Installing /usr/local/share/man/man3/TAP::Formatter::Color.3pm
25121Installing /usr/local/share/man/man3/TAP::Parser::Result::Unknown.3pm
25122Installing /usr/local/share/man/man3/TAP::Parser::SourceHandler::Executable.3pm
25123Installing /usr/local/share/man/man3/TAP::Parser::YAMLish::Writer.3pm
25124Installing /usr/local/share/man/man3/TAP::Parser::ResultFactory.3pm
25125Installing /usr/local/share/man/man3/TAP::Parser::Iterator.3pm
25126Installing /usr/local/share/man/man3/TAP::Parser::Aggregator.3pm
25127Installing /usr/local/share/man/man3/App::Prove.3pm
25128Installing /usr/local/bin/prove
25129Appending installation info to /usr/lib64/perl5/perllocal.pod
25130 LEONT/Test-Harness-3.35.tar.gz
25131 /usr/bin/make install -- OK
25132Running install for module 'ExtUtils::Helpers'
25133Running make for L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
25134Fetching with HTTP::Tiny:
25135http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
25136Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz ok
25137
25138 CPAN.pm: Building L/LE/LEONT/ExtUtils-Helpers-0.022.tar.gz
25139
25140Checking if your kit is complete...
25141Looks good
25142Writing Makefile for ExtUtils::Helpers
25143Writing MYMETA.yml and MYMETA.json
25144cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm
25145cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm
25146cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm
25147cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm
25148Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
25149Manifying blib/man3/ExtUtils::Helpers.3pm
25150Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
25151Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
25152 LEONT/ExtUtils-Helpers-0.022.tar.gz
25153 /usr/bin/make -- OK
25154Skipping test because of notest pragma
25155Running make install
25156Manifying blib/man3/ExtUtils::Helpers::Windows.3pm
25157Manifying blib/man3/ExtUtils::Helpers.3pm
25158Manifying blib/man3/ExtUtils::Helpers::VMS.3pm
25159Manifying blib/man3/ExtUtils::Helpers::Unix.3pm
25160Installing /usr/local/share/perl5/ExtUtils/Helpers.pm
25161Installing /usr/local/share/perl5/ExtUtils/Helpers/VMS.pm
25162Installing /usr/local/share/perl5/ExtUtils/Helpers/Windows.pm
25163Installing /usr/local/share/perl5/ExtUtils/Helpers/Unix.pm
25164Installing /usr/local/share/man/man3/ExtUtils::Helpers.3pm
25165Installing /usr/local/share/man/man3/ExtUtils::Helpers::VMS.3pm
25166Installing /usr/local/share/man/man3/ExtUtils::Helpers::Windows.3pm
25167Installing /usr/local/share/man/man3/ExtUtils::Helpers::Unix.3pm
25168Appending installation info to /usr/lib64/perl5/perllocal.pod
25169 LEONT/ExtUtils-Helpers-0.022.tar.gz
25170 /usr/bin/make install -- OK
25171Running install for module 'ExtUtils::InstallPaths'
25172Running make for L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
25173Fetching with HTTP::Tiny:
25174http://ftp.hosteurope.de/pub/CPAN/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
25175Checksum for /root/.cpan/sources/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz ok
25176
25177 CPAN.pm: Building L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz
25178
25179Checking if your kit is complete...
25180Looks good
25181Writing Makefile for ExtUtils::InstallPaths
25182Writing MYMETA.yml and MYMETA.json
25183cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm
25184Manifying blib/man3/ExtUtils::InstallPaths.3pm
25185 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
25186 /usr/bin/make -- OK
25187Skipping test because of notest pragma
25188Running make install
25189Installing /usr/local/share/perl5/ExtUtils/InstallPaths.pm
25190Installing /usr/local/share/man/man3/ExtUtils::InstallPaths.3pm
25191Appending installation info to /usr/lib64/perl5/perllocal.pod
25192 LEONT/ExtUtils-InstallPaths-0.011.tar.gz
25193 /usr/bin/make install -- OK
25194Running make for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
25195
25196 CPAN.pm: Building L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
25197
25198Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'
25199cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm
25200 LEONT/Module-Build-Tiny-0.039.tar.gz
25201 ./Build -- OK
25202Skipping test because of notest pragma
25203Running Build install
25204Installing /usr/local/share/perl5/Module/Build/Tiny.pm
25205Installing /usr/local/share/man/man3/Module::Build::Tiny.3pm
25206 LEONT/Module-Build-Tiny-0.039.tar.gz
25207 ./Build install -- OK
25208Running make for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25209
25210 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25211
25212Creating new 'Build' script for 'Email-Sender-Transport-SMTPS' version '0.03'
25213---- Unsatisfied dependencies detected during ----
25214---- FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz ----
25215 Net::SMTPS [requires]
25216Skipping test because of notest pragma
25217Running Build install
25218 Delayed until after prerequisites
25219Running install for module 'Net::SMTPS'
25220Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
25221Fetching with HTTP::Tiny:
25222http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
25223Fetching with HTTP::Tiny:
25224http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TOMO/src/CHECKSUMS
25225Checksum for /root/.cpan/sources/authors/id/T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz ok
25226
25227 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
25228
25229Warning: prerequisite Authen::SASL 2 not found.
25230Checking if your kit is complete...
25231Looks good
25232Writing Makefile for Net::SMTPS
25233Writing MYMETA.yml and MYMETA.json
25234---- Unsatisfied dependencies detected during ----
25235---- TOMO/src/Net-SMTPS-0.04.tar.gz ----
25236 Authen::SASL [requires]
25237Skipping test because of notest pragma
25238Running make install
25239 Delayed until after prerequisites
25240Running install for module 'Authen::SASL'
25241Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
25242Fetching with HTTP::Tiny:
25243http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz
25244Fetching with HTTP::Tiny:
25245http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GB/GBARR/CHECKSUMS
25246Checksum for /root/.cpan/sources/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz ok
25247
25248 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
25249
25250Warning: prerequisite Digest::HMAC_MD5 0 not found.
25251Checking if your kit is complete...
25252Looks good
25253Writing Makefile for Authen::SASL
25254Writing MYMETA.yml and MYMETA.json
25255---- Unsatisfied dependencies detected during ----
25256---- GBARR/Authen-SASL-2.16.tar.gz ----
25257 Digest::HMAC_MD5 [requires]
25258Skipping test because of notest pragma
25259Running make install
25260 Delayed until after prerequisites
25261Running install for module 'Digest::HMAC_MD5'
25262Running make for G/GA/GAAS/Digest-HMAC-1.03.tar.gz
25263Fetching with HTTP::Tiny:
25264http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz
25265Fetching with HTTP::Tiny:
25266http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/CHECKSUMS
25267Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz ok
25268
25269 CPAN.pm: Building G/GA/GAAS/Digest-HMAC-1.03.tar.gz
25270
25271Checking if your kit is complete...
25272Looks good
25273Writing Makefile for Digest::HMAC
25274Writing MYMETA.yml and MYMETA.json
25275cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm
25276cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm
25277cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm
25278Manifying blib/man3/Digest::HMAC_MD5.3pm
25279Manifying blib/man3/Digest::HMAC.3pm
25280Manifying blib/man3/Digest::HMAC_SHA1.3pm
25281 GAAS/Digest-HMAC-1.03.tar.gz
25282 /usr/bin/make -- OK
25283Skipping test because of notest pragma
25284Running make install
25285Manifying blib/man3/Digest::HMAC_MD5.3pm
25286Manifying blib/man3/Digest::HMAC.3pm
25287Manifying blib/man3/Digest::HMAC_SHA1.3pm
25288Installing /usr/local/share/perl5/Digest/HMAC_SHA1.pm
25289Installing /usr/local/share/perl5/Digest/HMAC.pm
25290Installing /usr/local/share/perl5/Digest/HMAC_MD5.pm
25291Installing /usr/local/share/man/man3/Digest::HMAC_MD5.3pm
25292Installing /usr/local/share/man/man3/Digest::HMAC.3pm
25293Installing /usr/local/share/man/man3/Digest::HMAC_SHA1.3pm
25294Appending installation info to /usr/lib64/perl5/perllocal.pod
25295 GAAS/Digest-HMAC-1.03.tar.gz
25296 /usr/bin/make install -- OK
25297Running make for G/GB/GBARR/Authen-SASL-2.16.tar.gz
25298 Has already been unwrapped into directory /root/.cpan/build/Authen-SASL-2.16-Pj3UqQ
25299
25300 CPAN.pm: Building G/GB/GBARR/Authen-SASL-2.16.tar.gz
25301
25302cp lib/Authen/SASL.pm blib/lib/Authen/SASL.pm
25303cp lib/Authen/SASL/EXTERNAL.pm blib/lib/Authen/SASL/EXTERNAL.pm
25304cp lib/Authen/SASL/CRAM_MD5.pm blib/lib/Authen/SASL/CRAM_MD5.pm
25305cp lib/Authen/SASL/Perl/LOGIN.pm blib/lib/Authen/SASL/Perl/LOGIN.pm
25306cp lib/Authen/SASL/Perl/EXTERNAL.pm blib/lib/Authen/SASL/Perl/EXTERNAL.pm
25307cp lib/Authen/SASL/Perl/ANONYMOUS.pm blib/lib/Authen/SASL/Perl/ANONYMOUS.pm
25308cp lib/Authen/SASL/Perl/PLAIN.pm blib/lib/Authen/SASL/Perl/PLAIN.pm
25309cp lib/Authen/SASL/Perl.pod blib/lib/Authen/SASL/Perl.pod
25310cp lib/Authen/SASL/Perl/DIGEST_MD5.pm blib/lib/Authen/SASL/Perl/DIGEST_MD5.pm
25311cp lib/Authen/SASL/Perl/CRAM_MD5.pm blib/lib/Authen/SASL/Perl/CRAM_MD5.pm
25312cp lib/Authen/SASL/Perl.pm blib/lib/Authen/SASL/Perl.pm
25313cp lib/Authen/SASL.pod blib/lib/Authen/SASL.pod
25314cp lib/Authen/SASL/Perl/GSSAPI.pm blib/lib/Authen/SASL/Perl/GSSAPI.pm
25315Manifying blib/man3/Authen::SASL::Perl::EXTERNAL.3pm
25316Manifying blib/man3/Authen::SASL::Perl::LOGIN.3pm
25317Manifying blib/man3/Authen::SASL::Perl::ANONYMOUS.3pm
25318Manifying blib/man3/Authen::SASL::Perl::PLAIN.3pm
25319Manifying blib/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
25320Manifying blib/man3/Authen::SASL::Perl.3pm
25321Manifying blib/man3/Authen::SASL::Perl::CRAM_MD5.3pm
25322Manifying blib/man3/Authen::SASL.3pm
25323Manifying blib/man3/Authen::SASL::Perl::GSSAPI.3pm
25324 GBARR/Authen-SASL-2.16.tar.gz
25325 /usr/bin/make -- OK
25326Skipping test because of notest pragma
25327Running make install
25328Installing /usr/local/share/perl5/Authen/SASL.pm
25329Installing /usr/local/share/perl5/Authen/SASL.pod
25330Installing /usr/local/share/perl5/Authen/SASL/Perl.pod
25331Installing /usr/local/share/perl5/Authen/SASL/EXTERNAL.pm
25332Installing /usr/local/share/perl5/Authen/SASL/Perl.pm
25333Installing /usr/local/share/perl5/Authen/SASL/CRAM_MD5.pm
25334Installing /usr/local/share/perl5/Authen/SASL/Perl/LOGIN.pm
25335Installing /usr/local/share/perl5/Authen/SASL/Perl/EXTERNAL.pm
25336Installing /usr/local/share/perl5/Authen/SASL/Perl/ANONYMOUS.pm
25337Installing /usr/local/share/perl5/Authen/SASL/Perl/PLAIN.pm
25338Installing /usr/local/share/perl5/Authen/SASL/Perl/GSSAPI.pm
25339Installing /usr/local/share/perl5/Authen/SASL/Perl/CRAM_MD5.pm
25340Installing /usr/local/share/perl5/Authen/SASL/Perl/DIGEST_MD5.pm
25341Installing /usr/local/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm
25342Installing /usr/local/share/man/man3/Authen::SASL::Perl::LOGIN.3pm
25343Installing /usr/local/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm
25344Installing /usr/local/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm
25345Installing /usr/local/share/man/man3/Authen::SASL::Perl::PLAIN.3pm
25346Installing /usr/local/share/man/man3/Authen::SASL.3pm
25347Installing /usr/local/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm
25348Installing /usr/local/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm
25349Installing /usr/local/share/man/man3/Authen::SASL::Perl.3pm
25350Appending installation info to /usr/lib64/perl5/perllocal.pod
25351 GBARR/Authen-SASL-2.16.tar.gz
25352 /usr/bin/make install -- OK
25353Running make for T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
25354 Has already been unwrapped into directory /root/.cpan/build/Net-SMTPS-0.04-icPL66
25355
25356 CPAN.pm: Building T/TO/TOMO/src/Net-SMTPS-0.04.tar.gz
25357
25358cp lib/Net/SMTPS.pm blib/lib/Net/SMTPS.pm
25359Manifying blib/man3/Net::SMTPS.3pm
25360 TOMO/src/Net-SMTPS-0.04.tar.gz
25361 /usr/bin/make -- OK
25362Skipping test because of notest pragma
25363Running make install
25364Installing /usr/local/share/perl5/Net/SMTPS.pm
25365Installing /usr/local/share/man/man3/Net::SMTPS.3pm
25366Appending installation info to /usr/lib64/perl5/perllocal.pod
25367 TOMO/src/Net-SMTPS-0.04.tar.gz
25368 /usr/bin/make install -- OK
25369Running Build for F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25370 Has already been unwrapped into directory /root/.cpan/build/Email-Sender-Transport-SMTPS-0.03-NJc2CT
25371
25372 CPAN.pm: Building F/FA/FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25373
25374cp lib/Email/Sender/Transport/SMTPS.pm blib/lib/Email/Sender/Transport/SMTPS.pm
25375 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25376 ./Build -- OK
25377Skipping test because of notest pragma
25378Running Build install
25379Installing /usr/local/share/perl5/Email/Sender/Transport/SMTPS.pm
25380Installing /usr/local/share/man/man3/Email::Sender::Transport::SMTPS.3pm
25381 FAYLAND/Email-Sender-Transport-SMTPS-0.03.tar.gz
25382 ./Build install -- OK
25383Running install for module 'Encode'
25384Running make for D/DA/DANKOGAI/Encode-2.78.tar.gz
25385Fetching with HTTP::Tiny:
25386http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz
25387Fetching with HTTP::Tiny:
25388http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DANKOGAI/CHECKSUMS
25389Checksum for /root/.cpan/sources/authors/id/D/DA/DANKOGAI/Encode-2.78.tar.gz ok
25390
25391 CPAN.pm: Building D/DA/DANKOGAI/Encode-2.78.tar.gz
25392
25393Checking if your kit is complete...
25394Looks good
25395Writing Makefile for Encode::Byte
25396Writing MYMETA.yml and MYMETA.json
25397Writing Makefile for Encode::CN
25398Writing MYMETA.yml and MYMETA.json
25399Writing Makefile for Encode::EBCDIC
25400Writing MYMETA.yml and MYMETA.json
25401Writing Makefile for Encode::JP
25402Writing MYMETA.yml and MYMETA.json
25403Writing Makefile for Encode::KR
25404Writing MYMETA.yml and MYMETA.json
25405Writing Makefile for Encode::Symbol
25406Writing MYMETA.yml and MYMETA.json
25407Writing Makefile for Encode::TW
25408Writing MYMETA.yml and MYMETA.json
25409Writing Makefile for Encode::Unicode
25410Writing MYMETA.yml and MYMETA.json
25411Writing Makefile for Encode
25412Writing MYMETA.yml and MYMETA.json
25413cp lib/Encode/JP/H2Z.pm blib/lib/Encode/JP/H2Z.pm
25414cp lib/Encode/JP/JIS7.pm blib/lib/Encode/JP/JIS7.pm
25415cp lib/Encode/Alias.pm blib/lib/Encode/Alias.pm
25416cp Encode/README.e2x blib/lib/Encode/README.e2x
25417cp lib/Encode/MIME/Header/ISO_2022_JP.pm blib/lib/Encode/MIME/Header/ISO_2022_JP.pm
25418cp lib/Encode/Unicode/UTF7.pm blib/lib/Encode/Unicode/UTF7.pm
25419cp lib/Encode/PerlIO.pod blib/lib/Encode/PerlIO.pod
25420cp Encode.pm blib/lib/Encode.pm
25421cp lib/Encode/GSM0338.pm blib/lib/Encode/GSM0338.pm
25422cp Encode/Makefile_PL.e2x blib/lib/Encode/Makefile_PL.e2x
25423cp Encode/Changes.e2x blib/lib/Encode/Changes.e2x
25424cp lib/Encode/Encoding.pm blib/lib/Encode/Encoding.pm
25425cp Encode/ConfigLocal_PM.e2x blib/lib/Encode/ConfigLocal_PM.e2x
25426cp Encode/encode.h blib/lib/Encode/encode.h
25427cp lib/Encode/Guess.pm blib/lib/Encode/Guess.pm
25428cp lib/Encode/KR/2022_KR.pm blib/lib/Encode/KR/2022_KR.pm
25429cp encoding.pm blib/lib/encoding.pm
25430cp lib/Encode/MIME/Name.pm blib/lib/Encode/MIME/Name.pm
25431cp Encode/_T.e2x blib/lib/Encode/_T.e2x
25432cp lib/Encode/Config.pm blib/lib/Encode/Config.pm
25433cp lib/Encode/Supported.pod blib/lib/Encode/Supported.pod
25434cp lib/Encode/Encoder.pm blib/lib/Encode/Encoder.pm
25435cp lib/Encode/MIME/Header.pm blib/lib/Encode/MIME/Header.pm
25436cp lib/Encode/CN/HZ.pm blib/lib/Encode/CN/HZ.pm
25437cp Encode/_PM.e2x blib/lib/Encode/_PM.e2x
25438cp lib/Encode/CJKConstants.pm blib/lib/Encode/CJKConstants.pm
25439make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Byte'
25440cp Byte.pm ../blib/lib/Encode/Byte.pm
25441/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
25442Reading iso-8859-2 (iso-8859-2)
25443Reading iso-8859-3 (iso-8859-3)
25444Reading iso-8859-4 (iso-8859-4)
25445Reading iso-8859-5 (iso-8859-5)
25446Reading iso-8859-6 (iso-8859-6)
25447Reading iso-8859-7 (iso-8859-7)
25448Reading iso-8859-8 (iso-8859-8)
25449Reading iso-8859-9 (iso-8859-9)
25450Reading iso-8859-10 (iso-8859-10)
25451Reading iso-8859-11 (iso-8859-11)
25452Reading iso-8859-13 (iso-8859-13)
25453Reading iso-8859-14 (iso-8859-14)
25454Reading iso-8859-15 (iso-8859-15)
25455Reading iso-8859-16 (iso-8859-16)
25456Reading AdobeStandardEncoding (AdobeStandardEncoding)
25457Reading cp1006 (cp1006)
25458Reading cp1250 (cp1250)
25459Reading cp1251 (cp1251)
25460Reading cp1252 (cp1252)
25461Reading cp1253 (cp1253)
25462Reading cp1254 (cp1254)
25463Reading cp1255 (cp1255)
25464Reading cp1256 (cp1256)
25465Reading cp1257 (cp1257)
25466Reading cp1258 (cp1258)
25467Reading cp424 (cp424)
25468Reading cp437 (cp437)
25469Reading cp737 (cp737)
25470Reading cp775 (cp775)
25471Reading cp850 (cp850)
25472Reading cp852 (cp852)
25473Reading cp855 (cp855)
25474Reading cp856 (cp856)
25475Reading cp857 (cp857)
25476Reading cp858 (cp858)
25477Reading cp860 (cp860)
25478Reading cp861 (cp861)
25479Reading cp862 (cp862)
25480Reading cp863 (cp863)
25481Reading cp864 (cp864)
25482Reading cp865 (cp865)
25483Reading cp866 (cp866)
25484Reading cp869 (cp869)
25485Reading cp874 (cp874)
25486Reading hp-roman8 (hp-roman8)
25487Reading koi8-f (koi8-f)
25488Reading koi8-r (koi8-r)
25489Reading koi8-u (koi8-u)
25490Reading MacArabic (MacArabic)
25491Reading MacCentralEurRoman (MacCentralEurRoman)
25492Reading MacCroatian (MacCroatian)
25493Reading MacCyrillic (MacCyrillic)
25494Reading MacFarsi (MacFarsi)
25495Reading MacGreek (MacGreek)
25496Reading MacHebrew (MacHebrew)
25497Reading MacIcelandic (MacIcelandic)
25498Reading MacRomanian (MacRomanian)
25499Reading MacRumanian (MacRumanian)
25500Reading MacRoman (MacRoman)
25501Reading MacSami (MacSami)
25502Reading MacThai (MacThai)
25503Reading MacTurkish (MacTurkish)
25504Reading MacUkrainian (MacUkrainian)
25505Reading nextstep (nextstep)
25506Reading viscii (viscii)
25507/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
25508gcc -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
25509gcc -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
25510Running Mkbootstrap for Encode::Byte ()
25511chmod 644 Byte.bs
25512rm -f ../blib/arch/auto/Encode/Byte/Byte.so
25513gcc -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 \
25514 \
25515
25516chmod 755 ../blib/arch/auto/Encode/Byte/Byte.so
25517cp Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs
25518chmod 644 ../blib/arch/auto/Encode/Byte/Byte.bs
25519make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Byte'
25520make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/CN'
25521cp CN.pm ../blib/lib/Encode/CN.pm
25522/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
25523Reading cp936 (cp936)
25524/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
25525Reading euc-cn (euc-cn)
25526/usr/bin/perl ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
25527Reading gb12345-raw (gb12345-raw)
25528/usr/bin/perl ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
25529Reading gb2312-raw (gb2312-raw)
25530/usr/bin/perl ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
25531Reading iso-ir-165 (iso-ir-165)
25532/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
25533Reading MacChineseSimp (MacChineseSimp)
25534/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
25535gcc -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
25536gcc -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
25537gcc -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
25538gcc -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
25539gcc -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
25540gcc -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
25541gcc -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
25542Running Mkbootstrap for Encode::CN ()
25543chmod 644 CN.bs
25544rm -f ../blib/arch/auto/Encode/CN/CN.so
25545gcc -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 \
25546 \
25547
25548chmod 755 ../blib/arch/auto/Encode/CN/CN.so
25549cp CN.bs ../blib/arch/auto/Encode/CN/CN.bs
25550chmod 644 ../blib/arch/auto/Encode/CN/CN.bs
25551make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/CN'
25552make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/EBCDIC'
25553cp EBCDIC.pm ../blib/lib/Encode/EBCDIC.pm
25554/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
25555Reading cp37 (cp37)
25556Reading cp1026 (cp1026)
25557Reading cp1047 (cp1047)
25558Reading cp500 (cp500)
25559Reading cp875 (cp875)
25560Reading posix-bc (posix-bc)
25561/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
25562gcc -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
25563gcc -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
25564Running Mkbootstrap for Encode::EBCDIC ()
25565chmod 644 EBCDIC.bs
25566rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
25567gcc -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 \
25568 \
25569
25570chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
25571cp EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
25572chmod 644 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs
25573make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/EBCDIC'
25574make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/JP'
25575cp JP.pm ../blib/lib/Encode/JP.pm
25576/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
25577Reading cp932 (cp932)
25578/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
25579Reading euc-jp (euc-jp)
25580/usr/bin/perl ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
25581Reading jis0201-raw (jis0201-raw)
25582/usr/bin/perl ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
25583Reading jis0208-raw (jis0208-raw)
25584/usr/bin/perl ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
25585Reading jis0212-raw (jis0212-raw)
25586/usr/bin/perl ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
25587Reading MacJapanese (MacJapanese)
25588/usr/bin/perl ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
25589Reading shiftjis (shiftjis)
25590/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
25591gcc -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
25592gcc -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
25593gcc -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
25594gcc -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
25595gcc -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
25596gcc -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
25597gcc -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
25598gcc -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
25599Running Mkbootstrap for Encode::JP ()
25600chmod 644 JP.bs
25601rm -f ../blib/arch/auto/Encode/JP/JP.so
25602gcc -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 \
25603 \
25604
25605chmod 755 ../blib/arch/auto/Encode/JP/JP.so
25606cp JP.bs ../blib/arch/auto/Encode/JP/JP.bs
25607chmod 644 ../blib/arch/auto/Encode/JP/JP.bs
25608make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/JP'
25609make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/KR'
25610cp KR.pm ../blib/lib/Encode/KR.pm
25611/usr/bin/perl ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
25612Reading cp949 (cp949)
25613/usr/bin/perl ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
25614Reading euc-kr (euc-kr)
25615/usr/bin/perl ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
25616Reading johab (johab)
25617/usr/bin/perl ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
25618Reading ksc5601-raw (ksc5601-raw)
25619/usr/bin/perl ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
25620Reading MacKorean (MacKorean)
25621/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
25622gcc -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
25623gcc -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
25624gcc -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
25625gcc -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
25626gcc -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
25627gcc -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
25628Running Mkbootstrap for Encode::KR ()
25629chmod 644 KR.bs
25630rm -f ../blib/arch/auto/Encode/KR/KR.so
25631gcc -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 \
25632 \
25633
25634chmod 755 ../blib/arch/auto/Encode/KR/KR.so
25635cp KR.bs ../blib/arch/auto/Encode/KR/KR.bs
25636chmod 644 ../blib/arch/auto/Encode/KR/KR.bs
25637make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/KR'
25638make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Symbol'
25639cp Symbol.pm ../blib/lib/Encode/Symbol.pm
25640/usr/bin/perl ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
25641Reading AdobeSymbol (AdobeSymbol)
25642Reading AdobeZdingbat (AdobeZdingbat)
25643Reading dingbats (dingbats)
25644Reading MacDingbats (MacDingbats)
25645Reading MacSymbol (MacSymbol)
25646Reading symbol (symbol)
25647/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
25648gcc -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
25649gcc -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
25650Running Mkbootstrap for Encode::Symbol ()
25651chmod 644 Symbol.bs
25652rm -f ../blib/arch/auto/Encode/Symbol/Symbol.so
25653gcc -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 \
25654 \
25655
25656chmod 755 ../blib/arch/auto/Encode/Symbol/Symbol.so
25657cp Symbol.bs ../blib/arch/auto/Encode/Symbol/Symbol.bs
25658chmod 644 ../blib/arch/auto/Encode/Symbol/Symbol.bs
25659make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Symbol'
25660make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/TW'
25661cp TW.pm ../blib/lib/Encode/TW.pm
25662/usr/bin/perl ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
25663Reading big5-eten (big5-eten)
25664/usr/bin/perl ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
25665Reading big5-hkscs (big5-hkscs)
25666/usr/bin/perl ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
25667Reading cp950 (cp950)
25668/usr/bin/perl ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
25669Reading MacChineseTrad (MacChineseTrad)
25670/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
25671gcc -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
25672gcc -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
25673gcc -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
25674gcc -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
25675gcc -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
25676Running Mkbootstrap for Encode::TW ()
25677chmod 644 TW.bs
25678rm -f ../blib/arch/auto/Encode/TW/TW.so
25679gcc -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 \
25680 \
25681
25682chmod 755 ../blib/arch/auto/Encode/TW/TW.so
25683cp TW.bs ../blib/arch/auto/Encode/TW/TW.bs
25684chmod 644 ../blib/arch/auto/Encode/TW/TW.bs
25685make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/TW'
25686make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Unicode'
25687cp Unicode.pm ../blib/lib/Encode/Unicode.pm
25688/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c
25689gcc -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
25690Running Mkbootstrap for Encode::Unicode ()
25691chmod 644 Unicode.bs
25692rm -f ../blib/arch/auto/Encode/Unicode/Unicode.so
25693gcc -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 \
25694 \
25695
25696chmod 755 ../blib/arch/auto/Encode/Unicode/Unicode.so
25697cp Unicode.bs ../blib/arch/auto/Encode/Unicode/Unicode.bs
25698chmod 644 ../blib/arch/auto/Encode/Unicode/Unicode.bs
25699make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Unicode'
25700/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
25701/usr/bin/perl bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
25702Reading iso-8859-1 (iso-8859-1)
25703Reading ascii (ascii)
25704Reading cp1252 (cp1252)
25705Reading ascii-ctrl (ascii-ctrl)
25706Reading null (null)
25707gcc -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
25708gcc -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
25709gcc -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
25710Running Mkbootstrap for Encode ()
25711chmod 644 Encode.bs
25712rm -f blib/arch/auto/Encode/Encode.so
25713gcc -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 \
25714 \
25715
25716chmod 755 blib/arch/auto/Encode/Encode.so
25717cp Encode.bs blib/arch/auto/Encode/Encode.bs
25718chmod 644 blib/arch/auto/Encode/Encode.bs
25719cp bin/piconv blib/script/piconv
25720/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
25721cp bin/encguess blib/script/encguess
25722/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
25723cp bin/enc2xs blib/script/enc2xs
25724/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
25725Manifying blib/man1/piconv.1
25726Manifying blib/man1/encguess.1
25727Manifying blib/man1/enc2xs.1
25728Manifying blib/man3/Encode::JP::H2Z.3pm
25729Manifying blib/man3/Encode::JP::JIS7.3pm
25730Manifying blib/man3/Encode::Alias.3pm
25731Manifying blib/man3/Encode::Unicode::UTF7.3pm
25732Manifying blib/man3/Encode::PerlIO.3pm
25733Manifying blib/man3/Encode::GSM0338.3pm
25734Manifying blib/man3/Encode.3pm
25735Manifying blib/man3/Encode::Encoding.3pm
25736Manifying blib/man3/Encode::KR::2022_KR.3pm
25737Manifying blib/man3/encoding.3pm
25738Manifying blib/man3/Encode::Guess.3pm
25739Manifying blib/man3/Encode::MIME::Name.3pm
25740Manifying blib/man3/Encode::Supported.3pm
25741Manifying blib/man3/Encode::Config.3pm
25742Manifying blib/man3/Encode::Encoder.3pm
25743Manifying blib/man3/Encode::MIME::Header.3pm
25744Manifying blib/man3/Encode::CN::HZ.3pm
25745Manifying blib/man3/Encode::CJKConstants.3pm
25746 DANKOGAI/Encode-2.78.tar.gz
25747 /usr/bin/make -- OK
25748Skipping test because of notest pragma
25749Running make install
25750make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Byte'
25751make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Byte'
25752make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/CN'
25753make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/CN'
25754make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/EBCDIC'
25755make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/EBCDIC'
25756make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/JP'
25757make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/JP'
25758make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/KR'
25759make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/KR'
25760make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Symbol'
25761make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Symbol'
25762make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/TW'
25763make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/TW'
25764make[1]: Entering directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Unicode'
25765make[1]: Leaving directory `/root/.cpan/build/Encode-2.78-Dhgfyd/Unicode'
25766Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
25767Installing /usr/local/lib64/perl5/auto/Encode/Encode.so
25768Installing /usr/local/lib64/perl5/auto/Encode/Encode.bs
25769Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.bs
25770Installing /usr/local/lib64/perl5/auto/Encode/CN/CN.so
25771Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.bs
25772Installing /usr/local/lib64/perl5/auto/Encode/Unicode/Unicode.so
25773Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.so
25774Installing /usr/local/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.bs
25775Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.bs
25776Installing /usr/local/lib64/perl5/auto/Encode/KR/KR.so
25777Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.bs
25778Installing /usr/local/lib64/perl5/auto/Encode/JP/JP.so
25779Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.bs
25780Installing /usr/local/lib64/perl5/auto/Encode/Symbol/Symbol.so
25781Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.bs
25782Installing /usr/local/lib64/perl5/auto/Encode/TW/TW.so
25783Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.so
25784Installing /usr/local/lib64/perl5/auto/Encode/Byte/Byte.bs
25785Installing /usr/local/lib64/perl5/encoding.pm
25786Installing /usr/local/lib64/perl5/Encode.pm
25787Installing /usr/local/lib64/perl5/Encode/Encoder.pm
25788Installing /usr/local/lib64/perl5/Encode/encode.h
25789Installing /usr/local/lib64/perl5/Encode/Guess.pm
25790Installing /usr/local/lib64/perl5/Encode/Symbol.pm
25791Installing /usr/local/lib64/perl5/Encode/TW.pm
25792Installing /usr/local/lib64/perl5/Encode/Alias.pm
25793Installing /usr/local/lib64/perl5/Encode/Supported.pod
25794Installing /usr/local/lib64/perl5/Encode/JP.pm
25795Installing /usr/local/lib64/perl5/Encode/Encoding.pm
25796Installing /usr/local/lib64/perl5/Encode/Unicode.pm
25797Installing /usr/local/lib64/perl5/Encode/EBCDIC.pm
25798Installing /usr/local/lib64/perl5/Encode/_T.e2x
25799Installing /usr/local/lib64/perl5/Encode/KR.pm
25800Installing /usr/local/lib64/perl5/Encode/ConfigLocal_PM.e2x
25801Installing /usr/local/lib64/perl5/Encode/_PM.e2x
25802Installing /usr/local/lib64/perl5/Encode/CJKConstants.pm
25803Installing /usr/local/lib64/perl5/Encode/Byte.pm
25804Installing /usr/local/lib64/perl5/Encode/PerlIO.pod
25805Installing /usr/local/lib64/perl5/Encode/Config.pm
25806Installing /usr/local/lib64/perl5/Encode/Makefile_PL.e2x
25807Installing /usr/local/lib64/perl5/Encode/CN.pm
25808Installing /usr/local/lib64/perl5/Encode/GSM0338.pm
25809Installing /usr/local/lib64/perl5/Encode/README.e2x
25810Installing /usr/local/lib64/perl5/Encode/Changes.e2x
25811Installing /usr/local/lib64/perl5/Encode/MIME/Header.pm
25812Installing /usr/local/lib64/perl5/Encode/MIME/Name.pm
25813Installing /usr/local/lib64/perl5/Encode/MIME/Header/ISO_2022_JP.pm
25814Installing /usr/local/lib64/perl5/Encode/CN/HZ.pm
25815Installing /usr/local/lib64/perl5/Encode/Unicode/UTF7.pm
25816Installing /usr/local/lib64/perl5/Encode/KR/2022_KR.pm
25817Installing /usr/local/lib64/perl5/Encode/JP/JIS7.pm
25818Installing /usr/local/lib64/perl5/Encode/JP/H2Z.pm
25819Installing /usr/local/share/man/man1/encguess.1
25820Installing /usr/local/share/man/man1/piconv.1
25821Installing /usr/local/share/man/man1/enc2xs.1
25822Installing /usr/local/share/man/man3/Encode::CJKConstants.3pm
25823Installing /usr/local/share/man/man3/Encode::CN::HZ.3pm
25824Installing /usr/local/share/man/man3/Encode::PerlIO.3pm
25825Installing /usr/local/share/man/man3/Encode::Guess.3pm
25826Installing /usr/local/share/man/man3/encoding.3pm
25827Installing /usr/local/share/man/man3/Encode::Encoder.3pm
25828Installing /usr/local/share/man/man3/Encode::Supported.3pm
25829Installing /usr/local/share/man/man3/Encode::GSM0338.3pm
25830Installing /usr/local/share/man/man3/Encode::JP::H2Z.3pm
25831Installing /usr/local/share/man/man3/Encode::Encoding.3pm
25832Installing /usr/local/share/man/man3/Encode::MIME::Name.3pm
25833Installing /usr/local/share/man/man3/Encode::KR::2022_KR.3pm
25834Installing /usr/local/share/man/man3/Encode::Unicode::UTF7.3pm
25835Installing /usr/local/share/man/man3/Encode::MIME::Header.3pm
25836Installing /usr/local/share/man/man3/Encode::Config.3pm
25837Installing /usr/local/share/man/man3/Encode::Alias.3pm
25838Installing /usr/local/share/man/man3/Encode.3pm
25839Installing /usr/local/share/man/man3/Encode::JP::JIS7.3pm
25840Installing /usr/local/bin/encguess
25841Installing /usr/local/bin/enc2xs
25842Installing /usr/local/bin/piconv
25843Appending installation info to /usr/lib64/perl5/perllocal.pod
25844 DANKOGAI/Encode-2.78.tar.gz
25845 /usr/bin/make install -- OK
25846Encode::MIME::Header is up to date (2.17).
25847Running install for module 'HTML::GenerateUtil'
25848Running make for R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
25849Fetching with HTTP::Tiny:
25850http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
25851Fetching with HTTP::Tiny:
25852http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/CHECKSUMS
25853Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz ok
25854
25855 CPAN.pm: Building R/RO/ROBM/HTML-GenerateUtil-1.20.tar.gz
25856
25857Checking if your kit is complete...
25858Looks good
25859Writing Makefile for HTML::GenerateUtil
25860Writing MYMETA.yml and MYMETA.json
25861cp lib/HTML/GenerateUtil.pm blib/lib/HTML/GenerateUtil.pm
25862/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap GenerateUtil.xs > GenerateUtil.xsc && mv GenerateUtil.xsc GenerateUtil.c
25863Please specify prototyping behavior for GenerateUtil.xs (see perlxs manual)
25864gcc -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
25865In file included from GenerateUtil.xs:5:0:
25866ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
25867 # define PERL_UNUSED_DECL
25868 ^
25869In file included from GenerateUtil.xs:2:0:
25870/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
25871 # define PERL_UNUSED_DECL __attribute__unused__
25872 ^
25873GenerateUtil.c: In function 'XS_HTML__GenerateUtil_set_paranoia':
25874GenerateUtil.c:369:2: warning: implicit declaration of function 'set_paranoia' [-Wimplicit-function-declaration]
25875 set_paranoia(paranoia);
25876 ^
25877gcc -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
25878In file included from GenerateFunctions.c:6:0:
25879ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined [enabled by default]
25880 # define PERL_UNUSED_DECL
25881 ^
25882In file included from GenerateFunctions.c:3:0:
25883/usr/lib64/perl5/CORE/perl.h:328:0: note: this is the location of the previous definition
25884 # define PERL_UNUSED_DECL __attribute__unused__
25885 ^
25886GenerateFunctions.c: In function 'GF_generate_tag':
25887GenerateFunctions.c:195:19: warning: variable 'valsp' set but not used [-Wunused-but-set-variable]
25888 char * tagsp, * valsp;
25889 ^
25890GenerateFunctions.c:195:10: warning: variable 'tagsp' set but not used [-Wunused-but-set-variable]
25891 char * tagsp, * valsp;
25892 ^
25893Running Mkbootstrap for HTML::GenerateUtil ()
25894chmod 644 GenerateUtil.bs
25895rm -f blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
25896gcc -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 \
25897 \
25898
25899chmod 755 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.so
25900cp GenerateUtil.bs blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
25901chmod 644 blib/arch/auto/HTML/GenerateUtil/GenerateUtil.bs
25902Manifying blib/man3/HTML::GenerateUtil.3pm
25903 ROBM/HTML-GenerateUtil-1.20.tar.gz
25904 /usr/bin/make -- OK
25905Skipping test because of notest pragma
25906Running make install
25907Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
25908Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.bs
25909Installing /usr/local/lib64/perl5/auto/HTML/GenerateUtil/GenerateUtil.so
25910Installing /usr/local/lib64/perl5/HTML/GenerateUtil.pm
25911Installing /usr/local/share/man/man3/HTML::GenerateUtil.3pm
25912Appending installation info to /usr/lib64/perl5/perllocal.pod
25913 ROBM/HTML-GenerateUtil-1.20.tar.gz
25914 /usr/bin/make install -- OK
25915Running install for module 'HTML::Strip'
25916Running make for K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
25917Fetching with HTTP::Tiny:
25918http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
25919Fetching with HTTP::Tiny:
25920http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KI/KILINRAX/CHECKSUMS
25921Checksum for /root/.cpan/sources/authors/id/K/KI/KILINRAX/HTML-Strip-2.09.tar.gz ok
25922
25923 CPAN.pm: Building K/KI/KILINRAX/HTML-Strip-2.09.tar.gz
25924
25925Checking if your kit is complete...
25926Looks good
25927Writing Makefile for HTML::Strip
25928Writing MYMETA.yml and MYMETA.json
25929cp Strip.pm blib/lib/HTML/Strip.pm
25930/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
25931gcc -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
25932gcc -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
25933strip_html.c: In function '_strip_html':
25934strip_html.c:19:5: warning: implicit declaration of function 'utf8_char_width' [-Wimplicit-function-declaration]
25935 width = is_utf8_p ? utf8_char_width(p_raw) : 1;
25936 ^
25937strip_html.c: In function 'utf8_char_width':
25938strip_html.c:199:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
25939 char * p = string;
25940 ^
25941Running Mkbootstrap for HTML::Strip ()
25942chmod 644 Strip.bs
25943rm -f blib/arch/auto/HTML/Strip/Strip.so
25944gcc -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 \
25945 \
25946
25947chmod 755 blib/arch/auto/HTML/Strip/Strip.so
25948cp Strip.bs blib/arch/auto/HTML/Strip/Strip.bs
25949chmod 644 blib/arch/auto/HTML/Strip/Strip.bs
25950Manifying blib/man3/HTML::Strip.3pm
25951 KILINRAX/HTML-Strip-2.09.tar.gz
25952 /usr/bin/make -- OK
25953Skipping test because of notest pragma
25954Running make install
25955Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
25956Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.so
25957Installing /usr/local/lib64/perl5/auto/HTML/Strip/Strip.bs
25958Installing /usr/local/lib64/perl5/HTML/Strip.pm
25959Installing /usr/local/share/man/man3/HTML::Strip.3pm
25960Appending installation info to /usr/lib64/perl5/perllocal.pod
25961 KILINRAX/HTML-Strip-2.09.tar.gz
25962 /usr/bin/make install -- OK
25963Running install for module 'HTTP::Tiny'
25964Running make for D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
25965Fetching with HTTP::Tiny:
25966http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
25967Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz ok
25968
25969 CPAN.pm: Building D/DA/DAGOLDEN/HTTP-Tiny-0.056.tar.gz
25970
25971Checking if your kit is complete...
25972Looks good
25973Writing Makefile for HTTP::Tiny
25974Writing MYMETA.yml and MYMETA.json
25975cp lib/HTTP/Tiny.pm blib/lib/HTTP/Tiny.pm
25976Manifying blib/man3/HTTP::Tiny.3pm
25977 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
25978 /usr/bin/make -- OK
25979Skipping test because of notest pragma
25980Running make install
25981Manifying blib/man3/HTTP::Tiny.3pm
25982Installing /usr/local/share/perl5/HTTP/Tiny.pm
25983Installing /usr/local/share/man/man3/HTTP::Tiny.3pm
25984Appending installation info to /usr/lib64/perl5/perllocal.pod
25985 DAGOLDEN/HTTP-Tiny-0.056.tar.gz
25986 /usr/bin/make install -- OK
25987Running install for module 'IO::All'
25988Running make for I/IN/INGY/IO-All-0.86.tar.gz
25989Fetching with HTTP::Tiny:
25990http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IN/INGY/IO-All-0.86.tar.gz
25991Fetching with HTTP::Tiny:
25992http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IN/INGY/CHECKSUMS
25993Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/IO-All-0.86.tar.gz ok
25994
25995 CPAN.pm: Building I/IN/INGY/IO-All-0.86.tar.gz
25996
25997Checking if your kit is complete...
25998Looks good
25999Writing Makefile for IO::All
26000Writing MYMETA.yml and MYMETA.json
26001cp lib/IO/All/Socket.pod blib/lib/IO/All/Socket.pod
26002cp lib/IO/All/String.pod blib/lib/IO/All/String.pod
26003cp lib/IO/All/Link.pm blib/lib/IO/All/Link.pm
26004cp lib/IO/All/Pipe.pod blib/lib/IO/All/Pipe.pod
26005cp lib/IO/All/DBM.pod blib/lib/IO/All/DBM.pod
26006cp lib/IO/All/Filesys.pod blib/lib/IO/All/Filesys.pod
26007cp lib/IO/All/Dir.pod blib/lib/IO/All/Dir.pod
26008cp lib/IO/All/MLDBM.pod blib/lib/IO/All/MLDBM.pod
26009cp lib/IO/All.pod blib/lib/IO/All.pod
26010cp lib/IO/All/STDIO.pod blib/lib/IO/All/STDIO.pod
26011cp lib/IO/All/MLDBM.pm blib/lib/IO/All/MLDBM.pm
26012cp lib/IO/All/STDIO.pm blib/lib/IO/All/STDIO.pm
26013cp lib/IO/All/String.pm blib/lib/IO/All/String.pm
26014cp lib/IO/All/Link.pod blib/lib/IO/All/Link.pod
26015cp lib/IO/All/Socket.pm blib/lib/IO/All/Socket.pm
26016cp lib/IO/All/Temp.pm blib/lib/IO/All/Temp.pm
26017cp lib/IO/All/Pipe.pm blib/lib/IO/All/Pipe.pm
26018cp lib/IO/All/File.pod blib/lib/IO/All/File.pod
26019cp lib/IO/All/DBM.pm blib/lib/IO/All/DBM.pm
26020cp lib/IO/All.pm blib/lib/IO/All.pm
26021cp lib/IO/All/Base.pm blib/lib/IO/All/Base.pm
26022cp lib/IO/All/Dir.pm blib/lib/IO/All/Dir.pm
26023cp lib/IO/All/File.pm blib/lib/IO/All/File.pm
26024cp lib/IO/All/Temp.pod blib/lib/IO/All/Temp.pod
26025cp lib/IO/All/Filesys.pm blib/lib/IO/All/Filesys.pm
26026Manifying blib/man3/IO::All::String.3pm
26027Manifying blib/man3/IO::All::Socket.3pm
26028Manifying blib/man3/IO::All::Link.3pm
26029Manifying blib/man3/IO::All::DBM.3pm
26030Manifying blib/man3/IO::All::Pipe.3pm
26031Manifying blib/man3/IO::All::File.3pm
26032Manifying blib/man3/IO::All::Filesys.3pm
26033Manifying blib/man3/IO::All::Dir.3pm
26034Manifying blib/man3/IO::All::MLDBM.3pm
26035Manifying blib/man3/IO::All::STDIO.3pm
26036Manifying blib/man3/IO::All.3pm
26037Manifying blib/man3/IO::All::Temp.3pm
26038 INGY/IO-All-0.86.tar.gz
26039 /usr/bin/make -- OK
26040Skipping test because of notest pragma
26041Running make install
26042Manifying blib/man3/IO::All::String.3pm
26043Manifying blib/man3/IO::All::Socket.3pm
26044Manifying blib/man3/IO::All::Link.3pm
26045Manifying blib/man3/IO::All::DBM.3pm
26046Manifying blib/man3/IO::All::Pipe.3pm
26047Manifying blib/man3/IO::All::File.3pm
26048Manifying blib/man3/IO::All::Filesys.3pm
26049Manifying blib/man3/IO::All::Dir.3pm
26050Manifying blib/man3/IO::All::MLDBM.3pm
26051Manifying blib/man3/IO::All::STDIO.3pm
26052Installing /usr/local/share/perl5/IO/All.pod
26053Installing /usr/local/share/perl5/IO/All.pm
26054Installing /usr/local/share/perl5/IO/All/MLDBM.pod
26055Installing /usr/local/share/perl5/IO/All/File.pod
26056Installing /usr/local/share/perl5/IO/All/Link.pod
26057Installing /usr/local/share/perl5/IO/All/Pipe.pm
26058Installing /usr/local/share/perl5/IO/All/File.pm
26059Installing /usr/local/share/perl5/IO/All/Pipe.pod
26060Installing /usr/local/share/perl5/IO/All/Filesys.pm
26061Installing /usr/local/share/perl5/IO/All/Filesys.pod
26062Installing /usr/local/share/perl5/IO/All/MLDBM.pm
26063Installing /usr/local/share/perl5/IO/All/Dir.pod
26064Installing /usr/local/share/perl5/IO/All/String.pm
26065Installing /usr/local/share/perl5/IO/All/DBM.pm
26066Installing /usr/local/share/perl5/IO/All/DBM.pod
26067Installing /usr/local/share/perl5/IO/All/Socket.pod
26068Installing /usr/local/share/perl5/IO/All/Temp.pod
26069Installing /usr/local/share/perl5/IO/All/Link.pm
26070Installing /usr/local/share/perl5/IO/All/Temp.pm
26071Installing /usr/local/share/perl5/IO/All/Socket.pm
26072Installing /usr/local/share/perl5/IO/All/Dir.pm
26073Installing /usr/local/share/perl5/IO/All/String.pod
26074Installing /usr/local/share/perl5/IO/All/STDIO.pod
26075Installing /usr/local/share/perl5/IO/All/Base.pm
26076Installing /usr/local/share/perl5/IO/All/STDIO.pm
26077Installing /usr/local/share/man/man3/IO::All.3pm
26078Installing /usr/local/share/man/man3/IO::All::Socket.3pm
26079Installing /usr/local/share/man/man3/IO::All::STDIO.3pm
26080Installing /usr/local/share/man/man3/IO::All::Temp.3pm
26081Installing /usr/local/share/man/man3/IO::All::Link.3pm
26082Installing /usr/local/share/man/man3/IO::All::DBM.3pm
26083Installing /usr/local/share/man/man3/IO::All::String.3pm
26084Installing /usr/local/share/man/man3/IO::All::Pipe.3pm
26085Installing /usr/local/share/man/man3/IO::All::Dir.3pm
26086Installing /usr/local/share/man/man3/IO::All::File.3pm
26087Installing /usr/local/share/man/man3/IO::All::MLDBM.3pm
26088Installing /usr/local/share/man/man3/IO::All::Filesys.3pm
26089Appending installation info to /usr/lib64/perl5/perllocal.pod
26090 INGY/IO-All-0.86.tar.gz
26091 /usr/bin/make install -- OK
26092Running install for module 'IO::LockedFile'
26093Running make for R/RA/RANI/IO-LockedFile-0.23.tar.gz
26094Fetching with HTTP::Tiny:
26095http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz
26096Fetching with HTTP::Tiny:
26097http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RA/RANI/CHECKSUMS
26098Checksum for /root/.cpan/sources/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz ok
26099
26100 CPAN.pm: Building R/RA/RANI/IO-LockedFile-0.23.tar.gz
26101
26102Unparsable version '' for prerequisite IO::File at Makefile.PL line 4.
26103Unparsable version '' for prerequisite Fcntl at Makefile.PL line 4.
26104Checking if your kit is complete...
26105Looks good
26106Writing Makefile for IO::LockedFile
26107Writing MYMETA.yml and MYMETA.json
26108cp LockedFile/Flock.pm blib/lib/IO/LockedFile/Flock.pm
26109cp LockedFile.pm blib/lib/IO/LockedFile.pm
26110Manifying blib/man3/IO::LockedFile::Flock.3pm
26111Manifying blib/man3/IO::LockedFile.3pm
26112 RANI/IO-LockedFile-0.23.tar.gz
26113 /usr/bin/make -- OK
26114Skipping test because of notest pragma
26115Running make install
26116Installing /usr/local/share/perl5/IO/LockedFile.pm
26117Installing /usr/local/share/perl5/IO/LockedFile/Flock.pm
26118Installing /usr/local/share/man/man3/IO::LockedFile.3pm
26119Installing /usr/local/share/man/man3/IO::LockedFile::Flock.3pm
26120Appending installation info to /usr/lib64/perl5/perllocal.pod
26121 RANI/IO-LockedFile-0.23.tar.gz
26122 /usr/bin/make install -- OK
26123Running install for module 'IO::Socket::SSL'
26124Running make for S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
26125Fetching with HTTP::Tiny:
26126http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
26127Fetching with HTTP::Tiny:
26128http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SU/SULLR/CHECKSUMS
26129Checksum for /root/.cpan/sources/authors/id/S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz ok
26130
26131 CPAN.pm: Building S/SU/SULLR/IO-Socket-SSL-2.022.tar.gz
26132
26133Checking if your kit is complete...
26134Looks good
26135Writing Makefile for IO::Socket::SSL
26136Writing MYMETA.yml and MYMETA.json
26137cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm
26138cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod
26139cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm
26140cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm
26141cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm
26142Manifying blib/man3/IO::Socket::SSL::PublicSuffix.3pm
26143Manifying blib/man3/IO::Socket::SSL.3pm
26144Manifying blib/man3/IO::Socket::SSL::Intercept.3pm
26145Manifying blib/man3/IO::Socket::SSL::Utils.3pm
26146 SULLR/IO-Socket-SSL-2.022.tar.gz
26147 /usr/bin/make -- OK
26148Skipping test because of notest pragma
26149Running make install
26150Installing /usr/local/share/perl5/IO/Socket/SSL.pm
26151Installing /usr/local/share/perl5/IO/Socket/SSL.pod
26152Installing /usr/local/share/perl5/IO/Socket/SSL/PublicSuffix.pm
26153Installing /usr/local/share/perl5/IO/Socket/SSL/Utils.pm
26154Installing /usr/local/share/perl5/IO/Socket/SSL/Intercept.pm
26155Installing /usr/local/share/man/man3/IO::Socket::SSL::Intercept.3pm
26156Installing /usr/local/share/man/man3/IO::Socket::SSL::PublicSuffix.3pm
26157Installing /usr/local/share/man/man3/IO::Socket::SSL.3pm
26158Installing /usr/local/share/man/man3/IO::Socket::SSL::Utils.3pm
26159Appending installation info to /usr/lib64/perl5/perllocal.pod
26160 SULLR/IO-Socket-SSL-2.022.tar.gz
26161 /usr/bin/make install -- OK
26162Running install for module 'Image::Size'
26163Running make for R/RJ/RJRAY/Image-Size-3.300.tar.gz
26164Fetching with HTTP::Tiny:
26165http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz
26166Fetching with HTTP::Tiny:
26167http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RJ/RJRAY/CHECKSUMS
26168Checksum for /root/.cpan/sources/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz ok
26169
26170 CPAN.pm: Building R/RJ/RJRAY/Image-Size-3.300.tar.gz
26171
26172Checking if your kit is complete...
26173Looks good
26174Writing Makefile for Image::Size
26175Writing MYMETA.yml and MYMETA.json
26176cp lib/Image/Size.pm blib/lib/Image/Size.pm
26177cp imgsize blib/script/imgsize
26178/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/imgsize
26179Manifying blib/man1/imgsize.1
26180Manifying blib/man3/Image::Size.3pm
26181 RJRAY/Image-Size-3.300.tar.gz
26182 /usr/bin/make -- OK
26183Skipping test because of notest pragma
26184Running make install
26185Installing /usr/local/share/perl5/Image/Size.pm
26186Installing /usr/local/share/man/man1/imgsize.1
26187Installing /usr/local/share/man/man3/Image::Size.3pm
26188Installing /usr/local/bin/imgsize
26189Appending installation info to /usr/lib64/perl5/perllocal.pod
26190 RJRAY/Image-Size-3.300.tar.gz
26191 /usr/bin/make install -- OK
26192JSON::XS is up to date (3.01).
26193Running install for module 'MIME::Base64'
26194Running make for G/GA/GAAS/MIME-Base64-3.15.tar.gz
26195Fetching with HTTP::Tiny:
26196http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz
26197Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/MIME-Base64-3.15.tar.gz ok
26198
26199 CPAN.pm: Building G/GA/GAAS/MIME-Base64-3.15.tar.gz
26200
26201Checking if your kit is complete...
26202Looks good
26203Writing Makefile for MIME::Base64
26204Writing MYMETA.yml and MYMETA.json
26205cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
26206cp Base64.pm blib/lib/MIME/Base64.pm
26207/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
26208gcc -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
26209Running Mkbootstrap for MIME::Base64 ()
26210chmod 644 Base64.bs
26211rm -f blib/arch/auto/MIME/Base64/Base64.so
26212gcc -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 \
26213 \
26214
26215chmod 755 blib/arch/auto/MIME/Base64/Base64.so
26216cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs
26217chmod 644 blib/arch/auto/MIME/Base64/Base64.bs
26218Manifying blib/man3/MIME::QuotedPrint.3pm
26219Manifying blib/man3/MIME::Base64.3pm
26220 GAAS/MIME-Base64-3.15.tar.gz
26221 /usr/bin/make -- OK
26222Skipping test because of notest pragma
26223Running make install
26224Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
26225Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so
26226Installing /usr/local/lib64/perl5/auto/MIME/Base64/Base64.bs
26227Installing /usr/local/lib64/perl5/MIME/Base64.pm
26228Installing /usr/local/lib64/perl5/MIME/QuotedPrint.pm
26229Installing /usr/local/share/man/man3/MIME::Base64.3pm
26230Installing /usr/local/share/man/man3/MIME::QuotedPrint.3pm
26231Appending installation info to /usr/lib64/perl5/perllocal.pod
26232 GAAS/MIME-Base64-3.15.tar.gz
26233 /usr/bin/make install -- OK
26234Running install for module 'Mail::IMAPTalk'
26235Running make for R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
26236Fetching with HTTP::Tiny:
26237http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
26238Checksum for /root/.cpan/sources/authors/id/R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz ok
26239
26240 CPAN.pm: Building R/RO/ROBM/Mail-IMAPTalk-4.01.tar.gz
26241
26242Checking if your kit is complete...
26243Looks good
26244Writing Makefile for Mail::IMAPTalk
26245Writing MYMETA.yml and MYMETA.json
26246cp IMAPTalk.pm blib/lib/Mail/IMAPTalk.pm
26247Manifying blib/man3/Mail::IMAPTalk.3pm
26248 ROBM/Mail-IMAPTalk-4.01.tar.gz
26249 /usr/bin/make -- OK
26250Skipping test because of notest pragma
26251Running make install
26252Manifying blib/man3/Mail::IMAPTalk.3pm
26253Installing /usr/local/share/perl5/Mail/IMAPTalk.pm
26254Installing /usr/local/share/man/man3/Mail::IMAPTalk.3pm
26255Appending installation info to /usr/lib64/perl5/perllocal.pod
26256 ROBM/Mail-IMAPTalk-4.01.tar.gz
26257 /usr/bin/make install -- OK
26258Running install for module 'Moose'
26259Running make for E/ET/ETHER/Moose-2.1604.tar.gz
26260Fetching with HTTP::Tiny:
26261http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz
26262Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Moose-2.1604.tar.gz ok
26263---- Unsatisfied dependencies detected during ----
26264---- ETHER/Moose-2.1604.tar.gz ----
26265 Dist::CheckConflicts [build_requires]
26266Skipping test because of notest pragma
26267Running make install
26268 Make had some problems, won't install
26269 Delayed until after prerequisites
26270Running install for module 'Dist::CheckConflicts'
26271Running make for D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
26272Fetching with HTTP::Tiny:
26273http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
26274Fetching with HTTP::Tiny:
26275http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/CHECKSUMS
26276Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ok
26277
26278 CPAN.pm: Building D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz
26279
26280Checking if your kit is complete...
26281Looks good
26282Writing Makefile for Dist::CheckConflicts
26283Writing MYMETA.yml and MYMETA.json
26284cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm
26285Manifying blib/man3/Dist::CheckConflicts.3pm
26286 DOY/Dist-CheckConflicts-0.11.tar.gz
26287 /usr/bin/make -- OK
26288Skipping test because of notest pragma
26289Running make install
26290Installing /usr/local/share/perl5/Dist/CheckConflicts.pm
26291Installing /usr/local/share/man/man3/Dist::CheckConflicts.3pm
26292Appending installation info to /usr/lib64/perl5/perllocal.pod
26293 DOY/Dist-CheckConflicts-0.11.tar.gz
26294 /usr/bin/make install -- OK
26295Running make for E/ET/ETHER/Moose-2.1604.tar.gz
26296
26297 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
26298
26299Warning: prerequisite Class::Load::XS 0.01 not found.
26300Warning: prerequisite Devel::OverloadInfo 0.004 not found.
26301Warning: prerequisite Eval::Closure 0.04 not found.
26302Warning: prerequisite Module::Runtime::Conflicts 0.002 not found.
26303Warning: prerequisite Sub::Identify 0 not found.
26304Warning: prerequisite Sub::Name 0.05 not found.
26305Warning: prerequisite Try::Tiny 0.17 not found. We have 0.12.
26306Checking if your kit is complete...
26307Looks good
26308Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26309Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26310Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26311Writing Makefile for Moose
26312Writing MYMETA.yml and MYMETA.json
26313---- Unsatisfied dependencies detected during ----
26314---- ETHER/Moose-2.1604.tar.gz ----
26315 Test::CleanNamespaces [build_requires]
26316 Devel::OverloadInfo [requires]
26317 Class::Load::XS [requires]
26318 Try::Tiny [requires]
26319 Eval::Closure [requires]
26320 Sub::Name [requires]
26321 Sub::Identify [requires]
26322 Module::Runtime::Conflicts [requires]
26323Skipping test because of notest pragma
26324Running make install
26325 Delayed until after prerequisites
26326Running install for module 'Test::CleanNamespaces'
26327Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
26328Fetching with HTTP::Tiny:
26329http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
26330Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz ok
26331
26332 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
26333
26334Warning: prerequisite File::Find::Rule 0 not found.
26335Warning: prerequisite File::Find::Rule::Perl 0 not found.
26336Warning: prerequisite Sub::Identify 0 not found.
26337Warning: prerequisite namespace::clean 0 not found.
26338Checking if your kit is complete...
26339Looks good
26340Writing Makefile for Test::CleanNamespaces
26341Writing MYMETA.yml and MYMETA.json
26342---- Unsatisfied dependencies detected during ----
26343---- ETHER/Test-CleanNamespaces-0.18.tar.gz ----
26344 Sub::Identify [requires]
26345 File::Find::Rule [requires]
26346 File::Find::Rule::Perl [requires]
26347 namespace::clean [requires]
26348Skipping test because of notest pragma
26349Running make install
26350 Delayed until after prerequisites
26351Running install for module 'Sub::Identify'
26352Running make for R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
26353Fetching with HTTP::Tiny:
26354http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
26355Fetching with HTTP::Tiny:
26356http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/CHECKSUMS
26357Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz ok
26358
26359 CPAN.pm: Building R/RG/RGARCIA/Sub-Identify-0.12.tar.gz
26360
26361Checking if your kit is complete...
26362Looks good
26363Writing Makefile for Sub::Identify
26364Writing MYMETA.yml and MYMETA.json
26365cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm
26366/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Identify.xs > Identify.xsc && mv Identify.xsc Identify.c
26367gcc -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
26368Running Mkbootstrap for Sub::Identify ()
26369chmod 644 Identify.bs
26370rm -f blib/arch/auto/Sub/Identify/Identify.so
26371gcc -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 \
26372 \
26373
26374chmod 755 blib/arch/auto/Sub/Identify/Identify.so
26375cp Identify.bs blib/arch/auto/Sub/Identify/Identify.bs
26376chmod 644 blib/arch/auto/Sub/Identify/Identify.bs
26377Manifying blib/man3/Sub::Identify.3pm
26378 RGARCIA/Sub-Identify-0.12.tar.gz
26379 /usr/bin/make -- OK
26380Skipping test because of notest pragma
26381Running make install
26382Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
26383Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.bs
26384Installing /usr/local/lib64/perl5/auto/Sub/Identify/Identify.so
26385Installing /usr/local/lib64/perl5/Sub/Identify.pm
26386Installing /usr/local/share/man/man3/Sub::Identify.3pm
26387Appending installation info to /usr/lib64/perl5/perllocal.pod
26388 RGARCIA/Sub-Identify-0.12.tar.gz
26389 /usr/bin/make install -- OK
26390Running install for module 'File::Find::Rule'
26391Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
26392Fetching with HTTP::Tiny:
26393http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
26394Fetching with HTTP::Tiny:
26395http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/CHECKSUMS
26396Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz ok
26397
26398 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
26399
26400Warning: prerequisite Number::Compare 0 not found.
26401Warning: prerequisite Text::Glob 0.07 not found.
26402Checking if your kit is complete...
26403Looks good
26404Writing Makefile for File::Find::Rule
26405Writing MYMETA.yml and MYMETA.json
26406---- Unsatisfied dependencies detected during ----
26407---- RCLAMP/File-Find-Rule-0.34.tar.gz ----
26408 Text::Glob [requires]
26409 Number::Compare [requires]
26410Skipping test because of notest pragma
26411Running make install
26412 Delayed until after prerequisites
26413Running install for module 'Text::Glob'
26414Running make for R/RC/RCLAMP/Text-Glob-0.09.tar.gz
26415Fetching with HTTP::Tiny:
26416http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz
26417Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ok
26418
26419 CPAN.pm: Building R/RC/RCLAMP/Text-Glob-0.09.tar.gz
26420
26421Created MYMETA.yml and MYMETA.json
26422Creating new 'Build' script for 'Text-Glob' version '0.09'
26423Building Text-Glob
26424 RCLAMP/Text-Glob-0.09.tar.gz
26425 ./Build -- OK
26426Skipping test because of notest pragma
26427Running Build install
26428Building Text-Glob
26429Installing /usr/local/share/perl5/Text/Glob.pm
26430Installing /usr/local/share/man/man3/Text::Glob.3pm
26431 RCLAMP/Text-Glob-0.09.tar.gz
26432 ./Build install -- OK
26433Running install for module 'Number::Compare'
26434Running make for R/RC/RCLAMP/Number-Compare-0.03.tar.gz
26435Fetching with HTTP::Tiny:
26436http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz
26437Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ok
26438
26439 CPAN.pm: Building R/RC/RCLAMP/Number-Compare-0.03.tar.gz
26440
26441Checking if your kit is complete...
26442Looks good
26443Writing Makefile for Number::Compare
26444Writing MYMETA.yml and MYMETA.json
26445cp lib/Number/Compare.pm blib/lib/Number/Compare.pm
26446Manifying blib/man3/Number::Compare.3pm
26447 RCLAMP/Number-Compare-0.03.tar.gz
26448 /usr/bin/make -- OK
26449Skipping test because of notest pragma
26450Running make install
26451Manifying blib/man3/Number::Compare.3pm
26452Installing /usr/local/share/perl5/Number/Compare.pm
26453Installing /usr/local/share/man/man3/Number::Compare.3pm
26454Appending installation info to /usr/lib64/perl5/perllocal.pod
26455 RCLAMP/Number-Compare-0.03.tar.gz
26456 /usr/bin/make install -- OK
26457Running make for R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
26458 Has already been unwrapped into directory /root/.cpan/build/File-Find-Rule-0.34-WELpn1
26459
26460 CPAN.pm: Building R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz
26461
26462cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm
26463cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod
26464cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod
26465cp findrule blib/script/findrule
26466/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule
26467Manifying blib/man1/findrule.1
26468Manifying blib/man3/File::Find::Rule.3pm
26469Manifying blib/man3/File::Find::Rule::Extending.3pm
26470Manifying blib/man3/File::Find::Rule::Procedural.3pm
26471 RCLAMP/File-Find-Rule-0.34.tar.gz
26472 /usr/bin/make -- OK
26473Skipping test because of notest pragma
26474Running make install
26475Installing /usr/local/share/perl5/File/Find/Rule.pm
26476Installing /usr/local/share/perl5/File/Find/Rule/Procedural.pod
26477Installing /usr/local/share/perl5/File/Find/Rule/Extending.pod
26478Installing /usr/local/share/man/man1/findrule.1
26479Installing /usr/local/share/man/man3/File::Find::Rule.3pm
26480Installing /usr/local/share/man/man3/File::Find::Rule::Procedural.3pm
26481Installing /usr/local/share/man/man3/File::Find::Rule::Extending.3pm
26482Installing /usr/local/bin/findrule
26483Appending installation info to /usr/lib64/perl5/perllocal.pod
26484 RCLAMP/File-Find-Rule-0.34.tar.gz
26485 /usr/bin/make install -- OK
26486Running install for module 'File::Find::Rule::Perl'
26487Running make for E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
26488Fetching with HTTP::Tiny:
26489http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
26490Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz ok
26491
26492 CPAN.pm: Building E/ET/ETHER/File-Find-Rule-Perl-1.15.tar.gz
26493
26494Checking if your kit is complete...
26495Looks good
26496Writing Makefile for File::Find::Rule::Perl
26497Writing MYMETA.yml and MYMETA.json
26498cp lib/File/Find/Rule/Perl.pm blib/lib/File/Find/Rule/Perl.pm
26499Manifying blib/man3/File::Find::Rule::Perl.3pm
26500 ETHER/File-Find-Rule-Perl-1.15.tar.gz
26501 /usr/bin/make -- OK
26502Skipping test because of notest pragma
26503Running make install
26504Installing /usr/local/share/perl5/File/Find/Rule/Perl.pm
26505Installing /usr/local/share/man/man3/File::Find::Rule::Perl.3pm
26506Appending installation info to /usr/lib64/perl5/perllocal.pod
26507 ETHER/File-Find-Rule-Perl-1.15.tar.gz
26508 /usr/bin/make install -- OK
26509Running install for module 'namespace::clean'
26510Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
26511Fetching with HTTP::Tiny:
26512http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
26513Fetching with HTTP::Tiny:
26514http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RI/RIBASUSHI/CHECKSUMS
26515Checksum for /root/.cpan/sources/authors/id/R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz ok
26516
26517 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
26518
26519Warning: prerequisite B::Hooks::EndOfScope 0.12 not found.
26520Checking if your kit is complete...
26521Looks good
26522Writing Makefile for namespace::clean
26523Writing MYMETA.yml and MYMETA.json
26524---- Unsatisfied dependencies detected during ----
26525---- RIBASUSHI/namespace-clean-0.26.tar.gz ----
26526 B::Hooks::EndOfScope [requires]
26527Skipping test because of notest pragma
26528Running make install
26529 Delayed until after prerequisites
26530Running install for module 'B::Hooks::EndOfScope'
26531Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26532Fetching with HTTP::Tiny:
26533http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26534Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz ok
26535
26536 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26537
26538Warning: prerequisite Variable::Magic 0.48 not found.
26539Checking if your kit is complete...
26540Looks good
26541Writing Makefile for B::Hooks::EndOfScope
26542Writing MYMETA.yml and MYMETA.json
26543---- Unsatisfied dependencies detected during ----
26544---- ETHER/B-Hooks-EndOfScope-0.15.tar.gz ----
26545 Variable::Magic [requires]
26546Skipping test because of notest pragma
26547Running make install
26548 Delayed until after prerequisites
26549Running install for module 'Variable::Magic'
26550Running make for V/VP/VPIT/Variable-Magic-0.59.tar.gz
26551Fetching with HTTP::Tiny:
26552http://ftp.hosteurope.de/pub/CPAN/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz
26553Fetching with HTTP::Tiny:
26554http://ftp.hosteurope.de/pub/CPAN/authors/id/V/VP/VPIT/CHECKSUMS
26555Checksum for /root/.cpan/sources/authors/id/V/VP/VPIT/Variable-Magic-0.59.tar.gz ok
26556
26557 CPAN.pm: Building V/VP/VPIT/Variable-Magic-0.59.tar.gz
26558
26559Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no
26560Checking if this is gcc 3.4 on Windows trying to link against an import library... no
26561Checking if your kit is complete...
26562Looks good
26563Writing Makefile for Variable::Magic
26564Writing MYMETA.yml and MYMETA.json
26565cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm
26566/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Magic.xs > Magic.xsc && mv Magic.xsc Magic.c
26567gcc -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
26568Magic.xs: In function 'vmg_sv_len':
26569Magic.xs:19:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
26570 # define VOID2(T, P) (P)
26571 ^
26572Magic.xs:1353:16: note: in expansion of macro 'VOID2'
26573 const U8 *s = VOID2(const U8 *, VOID2(const void *, SvPV_const(sv, len)));
26574 ^
26575Running Mkbootstrap for Variable::Magic ()
26576chmod 644 Magic.bs
26577rm -f blib/arch/auto/Variable/Magic/Magic.so
26578gcc -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 \
26579 \
26580
26581chmod 755 blib/arch/auto/Variable/Magic/Magic.so
26582cp Magic.bs blib/arch/auto/Variable/Magic/Magic.bs
26583chmod 644 blib/arch/auto/Variable/Magic/Magic.bs
26584Manifying blib/man3/Variable::Magic.3pm
26585 VPIT/Variable-Magic-0.59.tar.gz
26586 /usr/bin/make -- OK
26587Skipping test because of notest pragma
26588Running make install
26589Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
26590Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.so
26591Installing /usr/local/lib64/perl5/auto/Variable/Magic/Magic.bs
26592Installing /usr/local/lib64/perl5/Variable/Magic.pm
26593Installing /usr/local/share/man/man3/Variable::Magic.3pm
26594Appending installation info to /usr/lib64/perl5/perllocal.pod
26595 VPIT/Variable-Magic-0.59.tar.gz
26596 /usr/bin/make install -- OK
26597Running make for E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26598 Has already been unwrapped into directory /root/.cpan/build/B-Hooks-EndOfScope-0.15-hwkYRv
26599
26600 CPAN.pm: Building E/ET/ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26601
26602cp lib/B/Hooks/EndOfScope/PP/FieldHash.pm blib/lib/B/Hooks/EndOfScope/PP/FieldHash.pm
26603cp lib/B/Hooks/EndOfScope/PP.pm blib/lib/B/Hooks/EndOfScope/PP.pm
26604cp lib/B/Hooks/EndOfScope/XS.pm blib/lib/B/Hooks/EndOfScope/XS.pm
26605cp lib/B/Hooks/EndOfScope.pm blib/lib/B/Hooks/EndOfScope.pm
26606cp lib/B/Hooks/EndOfScope/PP/HintHash.pm blib/lib/B/Hooks/EndOfScope/PP/HintHash.pm
26607Manifying blib/man3/B::Hooks::EndOfScope::PP.3pm
26608Manifying blib/man3/B::Hooks::EndOfScope::XS.3pm
26609Manifying blib/man3/B::Hooks::EndOfScope.3pm
26610 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26611 /usr/bin/make -- OK
26612Skipping test because of notest pragma
26613Running make install
26614Installing /usr/local/share/perl5/B/Hooks/EndOfScope.pm
26615Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP.pm
26616Installing /usr/local/share/perl5/B/Hooks/EndOfScope/XS.pm
26617Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/FieldHash.pm
26618Installing /usr/local/share/perl5/B/Hooks/EndOfScope/PP/HintHash.pm
26619Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::XS.3pm
26620Installing /usr/local/share/man/man3/B::Hooks::EndOfScope.3pm
26621Installing /usr/local/share/man/man3/B::Hooks::EndOfScope::PP.3pm
26622Appending installation info to /usr/lib64/perl5/perllocal.pod
26623 ETHER/B-Hooks-EndOfScope-0.15.tar.gz
26624 /usr/bin/make install -- OK
26625Running make for R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
26626 Has already been unwrapped into directory /root/.cpan/build/namespace-clean-0.26-Tn_0D_
26627
26628 CPAN.pm: Building R/RI/RIBASUSHI/namespace-clean-0.26.tar.gz
26629
26630cp lib/namespace/clean.pm blib/lib/namespace/clean.pm
26631cp lib/namespace/clean/_Util.pm blib/lib/namespace/clean/_Util.pm
26632Manifying blib/man3/namespace::clean.3pm
26633 RIBASUSHI/namespace-clean-0.26.tar.gz
26634 /usr/bin/make -- OK
26635Skipping test because of notest pragma
26636Running make install
26637Installing /usr/local/share/perl5/namespace/clean.pm
26638Installing /usr/local/share/perl5/namespace/clean/_Util.pm
26639Installing /usr/local/share/man/man3/namespace::clean.3pm
26640Appending installation info to /usr/lib64/perl5/perllocal.pod
26641 RIBASUSHI/namespace-clean-0.26.tar.gz
26642 /usr/bin/make install -- OK
26643Running make for E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
26644 Has already been unwrapped into directory /root/.cpan/build/Test-CleanNamespaces-0.18-MwTZsT
26645
26646 CPAN.pm: Building E/ET/ETHER/Test-CleanNamespaces-0.18.tar.gz
26647
26648cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm
26649Manifying blib/man3/Test::CleanNamespaces.3pm
26650 ETHER/Test-CleanNamespaces-0.18.tar.gz
26651 /usr/bin/make -- OK
26652Skipping test because of notest pragma
26653Running make install
26654Installing /usr/local/share/perl5/Test/CleanNamespaces.pm
26655Installing /usr/local/share/man/man3/Test::CleanNamespaces.3pm
26656Appending installation info to /usr/lib64/perl5/perllocal.pod
26657 ETHER/Test-CleanNamespaces-0.18.tar.gz
26658 /usr/bin/make install -- OK
26659Running install for module 'Devel::OverloadInfo'
26660Running make for I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
26661Fetching with HTTP::Tiny:
26662http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
26663Fetching with HTTP::Tiny:
26664http://ftp.hosteurope.de/pub/CPAN/authors/id/I/IL/ILMARI/CHECKSUMS
26665Checksum for /root/.cpan/sources/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz ok
26666
26667 CPAN.pm: Building I/IL/ILMARI/Devel-OverloadInfo-0.004.tar.gz
26668
26669Checking if your kit is complete...
26670Looks good
26671Writing Makefile for Devel::OverloadInfo
26672Writing MYMETA.yml and MYMETA.json
26673cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm
26674Manifying blib/man3/Devel::OverloadInfo.3pm
26675 ILMARI/Devel-OverloadInfo-0.004.tar.gz
26676 /usr/bin/make -- OK
26677Skipping test because of notest pragma
26678Running make install
26679Manifying blib/man3/Devel::OverloadInfo.3pm
26680Installing /usr/local/share/perl5/Devel/OverloadInfo.pm
26681Installing /usr/local/share/man/man3/Devel::OverloadInfo.3pm
26682Appending installation info to /usr/lib64/perl5/perllocal.pod
26683 ILMARI/Devel-OverloadInfo-0.004.tar.gz
26684 /usr/bin/make install -- OK
26685Running install for module 'Class::Load::XS'
26686Running make for E/ET/ETHER/Class-Load-XS-0.09.tar.gz
26687Fetching with HTTP::Tiny:
26688http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz
26689Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Class-Load-XS-0.09.tar.gz ok
26690
26691 CPAN.pm: Building E/ET/ETHER/Class-Load-XS-0.09.tar.gz
26692
26693Checking if your kit is complete...
26694Looks good
26695Writing Makefile for Class::Load::XS
26696Writing MYMETA.yml and MYMETA.json
26697cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm
26698/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap XS.xs > XS.xsc && mv XS.xsc XS.c
26699gcc -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
26700XS.c: In function 'XS_Class__Load__XS_is_class_loaded':
26701XS.xs:100:14: warning: unused variable 'found_method' [-Wunused-variable]
26702 bool found_method = FALSE;
26703 ^
26704Running Mkbootstrap for Class::Load::XS ()
26705chmod 644 XS.bs
26706rm -f blib/arch/auto/Class/Load/XS/XS.so
26707gcc -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 \
26708 \
26709
26710chmod 755 blib/arch/auto/Class/Load/XS/XS.so
26711cp XS.bs blib/arch/auto/Class/Load/XS/XS.bs
26712chmod 644 blib/arch/auto/Class/Load/XS/XS.bs
26713Manifying blib/man3/Class::Load::XS.3pm
26714 ETHER/Class-Load-XS-0.09.tar.gz
26715 /usr/bin/make -- OK
26716Skipping test because of notest pragma
26717Running make install
26718Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
26719Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.bs
26720Installing /usr/local/lib64/perl5/auto/Class/Load/XS/XS.so
26721Installing /usr/local/lib64/perl5/Class/Load/XS.pm
26722Installing /usr/local/share/man/man3/Class::Load::XS.3pm
26723Appending installation info to /usr/lib64/perl5/perllocal.pod
26724 ETHER/Class-Load-XS-0.09.tar.gz
26725 /usr/bin/make install -- OK
26726Running install for module 'Try::Tiny'
26727Running make for E/ET/ETHER/Try-Tiny-0.24.tar.gz
26728Fetching with HTTP::Tiny:
26729http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz
26730Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz ok
26731
26732 CPAN.pm: Building E/ET/ETHER/Try-Tiny-0.24.tar.gz
26733
26734Checking if your kit is complete...
26735Looks good
26736Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26737Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26738Wide character in print at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 1054.
26739Writing Makefile for Try::Tiny
26740Writing MYMETA.yml and MYMETA.json
26741cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm
26742Manifying blib/man3/Try::Tiny.3pm
26743 ETHER/Try-Tiny-0.24.tar.gz
26744 /usr/bin/make -- OK
26745Skipping test because of notest pragma
26746Running make install
26747Installing /usr/local/share/perl5/Try/Tiny.pm
26748Installing /usr/local/share/man/man3/Try::Tiny.3pm
26749Appending installation info to /usr/lib64/perl5/perllocal.pod
26750 ETHER/Try-Tiny-0.24.tar.gz
26751 /usr/bin/make install -- OK
26752Running install for module 'Eval::Closure'
26753Running make for D/DO/DOY/Eval-Closure-0.13.tar.gz
26754Fetching with HTTP::Tiny:
26755http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz
26756Checksum for /root/.cpan/sources/authors/id/D/DO/DOY/Eval-Closure-0.13.tar.gz ok
26757
26758 CPAN.pm: Building D/DO/DOY/Eval-Closure-0.13.tar.gz
26759
26760Checking if your kit is complete...
26761Looks good
26762Writing Makefile for Eval::Closure
26763Writing MYMETA.yml and MYMETA.json
26764cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm
26765Manifying blib/man3/Eval::Closure.3pm
26766 DOY/Eval-Closure-0.13.tar.gz
26767 /usr/bin/make -- OK
26768Skipping test because of notest pragma
26769Running make install
26770Manifying blib/man3/Eval::Closure.3pm
26771Installing /usr/local/share/perl5/Eval/Closure.pm
26772Installing /usr/local/share/man/man3/Eval::Closure.3pm
26773Appending installation info to /usr/lib64/perl5/perllocal.pod
26774 DOY/Eval-Closure-0.13.tar.gz
26775 /usr/bin/make install -- OK
26776Running install for module 'Sub::Name'
26777Running make for E/ET/ETHER/Sub-Name-0.14.tar.gz
26778Fetching with HTTP::Tiny:
26779http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz
26780Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Sub-Name-0.14.tar.gz ok
26781
26782 CPAN.pm: Building E/ET/ETHER/Sub-Name-0.14.tar.gz
26783
26784Checking if your kit is complete...
26785Looks good
26786Writing Makefile for Sub::Name
26787Writing MYMETA.yml and MYMETA.json
26788cp lib/Sub/Name.pm blib/lib/Sub/Name.pm
26789/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Name.xs > Name.xsc && mv Name.xsc Name.c
26790gcc -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
26791Running Mkbootstrap for Sub::Name ()
26792chmod 644 Name.bs
26793rm -f blib/arch/auto/Sub/Name/Name.so
26794gcc -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 \
26795 \
26796
26797chmod 755 blib/arch/auto/Sub/Name/Name.so
26798cp Name.bs blib/arch/auto/Sub/Name/Name.bs
26799chmod 644 blib/arch/auto/Sub/Name/Name.bs
26800Manifying blib/man3/Sub::Name.3pm
26801 ETHER/Sub-Name-0.14.tar.gz
26802 /usr/bin/make -- OK
26803Skipping test because of notest pragma
26804Running make install
26805Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
26806Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.so
26807Installing /usr/local/lib64/perl5/auto/Sub/Name/Name.bs
26808Installing /usr/local/lib64/perl5/Sub/Name.pm
26809Installing /usr/local/share/man/man3/Sub::Name.3pm
26810Appending installation info to /usr/lib64/perl5/perllocal.pod
26811 ETHER/Sub-Name-0.14.tar.gz
26812 /usr/bin/make install -- OK
26813Running install for module 'Module::Runtime::Conflicts'
26814Running make for E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
26815Fetching with HTTP::Tiny:
26816http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
26817Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz ok
26818
26819 CPAN.pm: Building E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz
26820
26821Creating new 'Build' script for 'Module-Runtime-Conflicts' version '0.002'
26822cp lib/Module/Runtime/Conflicts.pm blib/lib/Module/Runtime/Conflicts.pm
26823 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
26824 ./Build -- OK
26825Skipping test because of notest pragma
26826Running Build install
26827Installing /usr/local/share/perl5/Module/Runtime/Conflicts.pm
26828Installing /usr/local/share/man/man3/Module::Runtime::Conflicts.3pm
26829 ETHER/Module-Runtime-Conflicts-0.002.tar.gz
26830 ./Build install -- OK
26831Running make for E/ET/ETHER/Moose-2.1604.tar.gz
26832 Has already been unwrapped into directory /root/.cpan/build/Moose-2.1604-tecdfe
26833
26834 CPAN.pm: Building E/ET/ETHER/Moose-2.1604.tar.gz
26835
26836cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm
26837cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
26838cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod
26839cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm
26840cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
26841cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
26842cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm
26843cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm
26844cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm
26845cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm
26846cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm
26847cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
26848cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
26849cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm
26850cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
26851cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm
26852cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
26853cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod
26854cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
26855cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm
26856cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm
26857cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm
26858cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm
26859cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm
26860cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm
26861cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm
26862cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
26863cp lib/oose.pm blib/lib/oose.pm
26864cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm
26865cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm
26866cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
26867cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
26868cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
26869cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm
26870cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm
26871cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm
26872cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
26873cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm
26874cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm
26875cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm
26876cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm
26877cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
26878cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
26879cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
26880cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
26881cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm
26882cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm
26883cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm
26884cp lib/Class/MOP.pm blib/lib/Class/MOP.pm
26885cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm
26886cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm
26887cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm
26888cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm
26889cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm
26890cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm
26891cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm
26892cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
26893cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
26894cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
26895cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm
26896cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm
26897cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm
26898cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm
26899cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm
26900cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm
26901cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod
26902cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
26903cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm
26904cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm
26905cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm
26906cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
26907cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm
26908cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
26909cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
26910cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm
26911cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
26912cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
26913cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm
26914cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm
26915cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm
26916cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod
26917cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod
26918cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
26919cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
26920cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
26921cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm
26922cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
26923cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm
26924cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
26925cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
26926cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm
26927cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
26928cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
26929cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
26930cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm
26931cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm
26932cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm
26933cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
26934cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod
26935cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
26936cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod
26937cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm
26938cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm
26939cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
26940cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
26941cp lib/metaclass.pm blib/lib/metaclass.pm
26942cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm
26943cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm
26944cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod
26945cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod
26946cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm
26947cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm
26948cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm
26949cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
26950cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm
26951cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
26952cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm
26953cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
26954cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm
26955cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm
26956cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
26957cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm
26958cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm
26959cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
26960cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm
26961cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm
26962cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm
26963cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm
26964cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm
26965cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm
26966cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm
26967cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
26968cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm
26969cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm
26970cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm
26971cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
26972cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
26973cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
26974cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
26975cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm
26976cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm
26977cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm
26978cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm
26979cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm
26980cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm
26981cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm
26982cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm
26983cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
26984cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm
26985cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
26986cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
26987cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
26988cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm
26989cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm
26990cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm
26991cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm
26992cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm
26993cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm
26994cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm
26995cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
26996cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
26997cp lib/Moose.pm blib/lib/Moose.pm
26998cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm
26999cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
27000cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
27001cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm
27002cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm
27003cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
27004cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm
27005cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm
27006cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm
27007cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm
27008cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm
27009cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
27010cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm
27011cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm
27012cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm
27013cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm
27014cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
27015cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm
27016cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm
27017cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
27018cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm
27019cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm
27020cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm
27021cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm
27022cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm
27023cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm
27024cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm
27025cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm
27026cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm
27027cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
27028cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
27029cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm
27030cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm
27031cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
27032cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm
27033cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
27034cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod
27035cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
27036cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm
27037cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm
27038cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm
27039cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm
27040cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
27041cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm
27042cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm
27043cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
27044cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod
27045cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
27046cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm
27047cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm
27048cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm
27049cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
27050cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
27051cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
27052cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm
27053cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
27054cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm
27055cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
27056cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
27057cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm
27058cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm
27059cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
27060cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm
27061cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm
27062cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
27063cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm
27064cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod
27065cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
27066cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
27067cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
27068cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm
27069cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod
27070cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
27071cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm
27072cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
27073cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm
27074cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
27075cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
27076cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
27077cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
27078cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm
27079cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm
27080cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm
27081cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
27082cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
27083cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm
27084cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
27085cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm
27086cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod
27087cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm
27088cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod
27089cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm
27090cp lib/Moose/Util.pm blib/lib/Moose/Util.pm
27091cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
27092cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm
27093cp lib/Moose/Role.pm blib/lib/Moose/Role.pm
27094cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
27095cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod
27096cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm
27097cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
27098cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm
27099cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm
27100cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm
27101cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
27102cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
27103cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm
27104cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
27105cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm
27106cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm
27107cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm
27108cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm
27109cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
27110cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm
27111cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
27112cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm
27113cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod
27114cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm
27115cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
27116cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod
27117cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm
27118cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
27119cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
27120cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm
27121cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod
27122cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
27123cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm
27124cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm
27125cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
27126cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
27127cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
27128cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
27129cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
27130cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm
27131cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm
27132cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm
27133cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod
27134cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm
27135cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm
27136cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
27137cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm
27138cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod
27139cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
27140cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm
27141cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
27142cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm
27143cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
27144cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
27145cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm
27146cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm
27147cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
27148cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm
27149cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm
27150cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm
27151cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
27152cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm
27153cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm
27154cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm
27155cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm
27156cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod
27157cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm
27158cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod
27159cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
27160cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
27161cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm
27162cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod
27163cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm
27164cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
27165cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
27166cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm
27167cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod
27168cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm
27169cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm
27170cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm
27171cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
27172cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod
27173cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm
27174cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
27175cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
27176cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
27177cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
27178cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm
27179cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
27180cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
27181cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm
27182cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm
27183cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm
27184cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm
27185cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm
27186cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
27187cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
27188cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
27189cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm
27190cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
27191cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm
27192cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
27193cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod
27194cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod
27195cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm
27196cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm
27197cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
27198cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm
27199cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
27200cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm
27201cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm
27202cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm
27203cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
27204cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm
27205cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm
27206cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
27207cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm
27208cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm
27209cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm
27210cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm
27211cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm
27212cp lib/Moose/Object.pm blib/lib/Moose/Object.pm
27213cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm
27214cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
27215cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm
27216cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm
27217cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm
27218cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm
27219cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm
27220cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
27221cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
27222cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod
27223cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm
27224cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm
27225cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
27226cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
27227cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm
27228cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm
27229cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm
27230cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm
27231cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm
27232cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
27233cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm
27234cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
27235cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm
27236cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm
27237cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm
27238cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
27239cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm
27240cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
27241cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm
27242cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm
27243cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm
27244cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
27245cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm
27246cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod
27247cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm
27248cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
27249cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm
27250cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm
27251cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm
27252cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm
27253cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
27254cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm
27255cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm
27256cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm
27257cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm
27258cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
27259cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm
27260cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod
27261cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm
27262cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
27263cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
27264cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
27265cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
27266cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm
27267cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
27268cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm
27269cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm
27270cp lib/Test/Moose.pm blib/lib/Test/Moose.pm
27271cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm
27272cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm
27273cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm
27274/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
27275gcc -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
27276/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
27277gcc -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
27278/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
27279gcc -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
27280/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
27281gcc -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
27282/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
27283gcc -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
27284/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
27285gcc -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
27286/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
27287gcc -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
27288/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
27289gcc -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
27290/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
27291gcc -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
27292/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
27293gcc -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
27294/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
27295gcc -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
27296/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
27297gcc -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
27298/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
27299gcc -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
27300gcc -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
27301Running Mkbootstrap for Moose ()
27302chmod 644 Moose.bs
27303rm -f blib/arch/auto/Moose/Moose.so
27304gcc -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 \
27305 \
27306
27307chmod 755 blib/arch/auto/Moose/Moose.so
27308cp Moose.bs blib/arch/auto/Moose/Moose.bs
27309chmod 644 blib/arch/auto/Moose/Moose.bs
27310cp bin/moose-outdated blib/script/moose-outdated
27311/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated
27312Manifying blib/man3/Moose::Meta::TypeCoercion::Union.3pm
27313Manifying blib/man3/Moose::Manual::MOP.3pm
27314Manifying blib/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
27315Manifying blib/man3/Class::MOP::Mixin::HasAttributes.3pm
27316Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
27317Manifying blib/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
27318Manifying blib/man3/Moose::Manual::MooseX.3pm
27319Manifying blib/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
27320Manifying blib/man3/Moose::Meta::Role::Method::Required.3pm
27321Manifying blib/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
27322Manifying blib/man3/Moose::Meta::Role::Composite.3pm
27323Manifying blib/man3/Moose::Deprecated.3pm
27324Manifying blib/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
27325Manifying blib/man3/Class::MOP::MiniTrait.3pm
27326Manifying blib/man3/Moose::Spec::Role.3pm
27327Manifying blib/man3/Moose::Meta::Class.3pm
27328Manifying blib/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
27329Manifying blib/man3/Moose::Manual::Exceptions::Manifest.3pm
27330Manifying blib/man3/oose.3pm
27331Manifying blib/man3/Moose::Util.3pm
27332Manifying blib/man3/Class::MOP::Mixin::AttributeCore.3pm
27333Manifying blib/man3/Class::MOP::Method::Generated.3pm
27334Manifying blib/man3/Moose::Manual::FAQ.3pm
27335Manifying blib/man3/Moose::Role.3pm
27336Manifying blib/man3/Moose::Meta::Role::Method::Conflicting.3pm
27337Manifying blib/man3/Class::MOP::Mixin::HasMethods.3pm
27338Manifying blib/man3/Moose::Manual::Attributes.3pm
27339Manifying blib/man3/Class::MOP::Package.3pm
27340Manifying blib/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
27341Manifying blib/man3/Class::MOP.3pm
27342Manifying blib/man3/Moose::Cookbook::Meta::WhyMeta.3pm
27343Manifying blib/man3/Moose::Cookbook::Style.3pm
27344Manifying blib/man3/Class::MOP::Method::Accessor.3pm
27345Manifying blib/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
27346Manifying blib/man3/Moose::Meta::TypeConstraint::DuckType.3pm
27347Manifying blib/man3/Moose::Manual::Resources.3pm
27348Manifying blib/man3/Moose::Meta::TypeConstraint::Class.3pm
27349Manifying blib/man3/Class::MOP::Method.3pm
27350Manifying blib/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
27351Manifying blib/man3/Moose::Meta::Attribute::Native::Trait.3pm
27352Manifying blib/man3/Moose::Meta::TypeConstraint::Union.3pm
27353Manifying blib/man3/Moose::Meta::Method::Augmented.3pm
27354Manifying blib/man3/Class::MOP::Mixin.3pm
27355Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
27356Manifying blib/man3/Moose::Manual::Contributing.3pm
27357Manifying blib/man3/Class::MOP::Module.3pm
27358Manifying blib/man3/Moose::Manual::MethodModifiers.3pm
27359Manifying blib/man3/Moose::Meta::Attribute.3pm
27360Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
27361Manifying blib/man3/Moose::Cookbook.3pm
27362Manifying blib/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
27363Manifying blib/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
27364Manifying blib/man3/Class::MOP::Method::Meta.3pm
27365Manifying blib/man3/Moose::Manual::Exceptions.3pm
27366Manifying blib/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
27367Manifying blib/man3/Class::MOP::Attribute.3pm
27368Manifying blib/man3/Moose::Manual.3pm
27369Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
27370Manifying blib/man3/Moose::Meta::Role::Method.3pm
27371Manifying blib/man3/Moose::Manual::Support.3pm
27372Manifying blib/man3/Moose::Intro.3pm
27373Manifying blib/man3/Moose::Meta::Method::Destructor.3pm
27374Manifying blib/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
27375Manifying blib/man3/Moose::Manual::Types.3pm
27376Manifying blib/man3/Moose::Util::TypeConstraints::Builtins.3pm
27377Manifying blib/man3/Moose::Meta::Attribute::Native.3pm
27378Manifying blib/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
27379Manifying blib/man3/Moose::Meta::Role::Application::RoleSummation.3pm
27380Manifying blib/man3/Moose::Cookbook::Snack::Keywords.3pm
27381Manifying blib/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
27382Manifying blib/man3/Class::MOP::Method::Wrapped.3pm
27383Manifying blib/man3/Moose::Meta::Class::Immutable::Trait.3pm
27384Manifying blib/man3/Moose::Meta::Object::Trait.3pm
27385Manifying blib/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
27386Manifying blib/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
27387Manifying blib/man3/metaclass.3pm
27388Manifying blib/man3/Class::MOP::Deprecated.3pm
27389Manifying blib/man3/Moose::Meta::Mixin::AttributeCore.3pm
27390Manifying blib/man3/Class::MOP::Overload.3pm
27391Manifying blib/man3/Moose::Manual::Delegation.3pm
27392Manifying blib/man3/Moose::Meta::Method.3pm
27393Manifying blib/man3/Moose::Manual::Delta.3pm
27394Manifying blib/man3/Moose::Manual::Unsweetened.3pm
27395Manifying blib/man3/Moose::Meta::TypeConstraint::Registry.3pm
27396Manifying blib/man3/Moose::Util::TypeConstraints.3pm
27397Manifying blib/man3/Moose::Meta::Role::Application::ToInstance.3pm
27398Manifying blib/man3/Moose::Meta::Role::Application::ToClass.3pm
27399Manifying blib/man3/Moose::Object.3pm
27400Manifying blib/man3/Moose::Meta::TypeCoercion.3pm
27401Manifying blib/man3/Class::MOP::Object.3pm
27402Manifying blib/man3/Moose::Meta::Method::Meta.3pm
27403Manifying blib/man3/Moose::Meta::TypeConstraint::Role.3pm
27404Manifying blib/man3/Moose::Meta::Role.3pm
27405Manifying blib/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
27406Manifying blib/man3/Moose::Meta::Role::Attribute.3pm
27407Manifying blib/man3/Moose::Manual::Concepts.3pm
27408Manifying blib/man3/Moose::Meta::Instance.3pm
27409Manifying blib/man3/Moose::Unsweetened.3pm
27410Manifying blib/man3/Class::MOP::Class::Immutable::Trait.3pm
27411Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
27412Manifying blib/man3/Class::MOP::Mixin::HasOverloads.3pm
27413Manifying blib/man3/Moose::Meta::Role::Application::ToRole.3pm
27414Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
27415Manifying blib/man3/Moose::Meta::TypeConstraint::Enum.3pm
27416Manifying blib/man3/Moose::Exporter.3pm
27417Manifying blib/man3/Class::MOP::Method::Inlined.3pm
27418Manifying blib/man3/Moose::Exception.3pm
27419Manifying blib/man3/Moose::Cookbook::Snack::Types.3pm
27420Manifying blib/man3/Moose::Meta::Role::Application.3pm
27421Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
27422Manifying blib/man3/Moose.3pm
27423Manifying blib/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
27424Manifying blib/man3/Moose::Meta::Method::Constructor.3pm
27425Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
27426Manifying blib/man3/Moose::Meta::TypeConstraint.3pm
27427Manifying blib/man3/Moose::Cookbook::Basics::Immutable.3pm
27428Manifying blib/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
27429Manifying blib/man3/Moose::Manual::Construction.3pm
27430Manifying blib/man3/Moose::Util::MetaRole.3pm
27431Manifying blib/man3/Class::MOP::Method::Constructor.3pm
27432Manifying blib/man3/Moose::Manual::Roles.3pm
27433Manifying blib/man3/Moose::Meta::Method::Overridden.3pm
27434Manifying blib/man3/Moose::Manual::BestPractices.3pm
27435Manifying blib/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
27436Manifying blib/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
27437Manifying blib/man3/Moose::Meta::Method::Accessor.3pm
27438Manifying blib/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
27439Manifying blib/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
27440Manifying blib/man3/Moose::Meta::Method::Delegation.3pm
27441Manifying blib/man3/Class::MOP::Instance.3pm
27442Manifying blib/man3/Class::MOP::Class.3pm
27443Manifying blib/man3/Test::Moose.3pm
27444Manifying blib/man3/Moose::Manual::Classes.3pm
27445 ETHER/Moose-2.1604.tar.gz
27446 /usr/bin/make -- OK
27447Skipping test because of notest pragma
27448Running make install
27449Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
27450Installing /usr/local/lib64/perl5/auto/Moose/Moose.so
27451Installing /usr/local/lib64/perl5/auto/Moose/Moose.bs
27452Installing /usr/local/lib64/perl5/Moose.pm
27453Installing /usr/local/lib64/perl5/oose.pm
27454Installing /usr/local/lib64/perl5/metaclass.pm
27455Installing /usr/local/lib64/perl5/Class/MOP.pm
27456Installing /usr/local/lib64/perl5/Class/MOP/Object.pm
27457Installing /usr/local/lib64/perl5/Class/MOP/Overload.pm
27458Installing /usr/local/lib64/perl5/Class/MOP/Attribute.pm
27459Installing /usr/local/lib64/perl5/Class/MOP/Deprecated.pm
27460Installing /usr/local/lib64/perl5/Class/MOP/MiniTrait.pm
27461Installing /usr/local/lib64/perl5/Class/MOP/Mixin.pm
27462Installing /usr/local/lib64/perl5/Class/MOP/Package.pm
27463Installing /usr/local/lib64/perl5/Class/MOP/Class.pm
27464Installing /usr/local/lib64/perl5/Class/MOP/Module.pm
27465Installing /usr/local/lib64/perl5/Class/MOP/Method.pm
27466Installing /usr/local/lib64/perl5/Class/MOP/Instance.pm
27467Installing /usr/local/lib64/perl5/Class/MOP/Class/Immutable/Trait.pm
27468Installing /usr/local/lib64/perl5/Class/MOP/Method/Meta.pm
27469Installing /usr/local/lib64/perl5/Class/MOP/Method/Accessor.pm
27470Installing /usr/local/lib64/perl5/Class/MOP/Method/Constructor.pm
27471Installing /usr/local/lib64/perl5/Class/MOP/Method/Generated.pm
27472Installing /usr/local/lib64/perl5/Class/MOP/Method/Wrapped.pm
27473Installing /usr/local/lib64/perl5/Class/MOP/Method/Inlined.pm
27474Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasOverloads.pm
27475Installing /usr/local/lib64/perl5/Class/MOP/Mixin/AttributeCore.pm
27476Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasAttributes.pm
27477Installing /usr/local/lib64/perl5/Class/MOP/Mixin/HasMethods.pm
27478Installing /usr/local/lib64/perl5/Moose/Object.pm
27479Installing /usr/local/lib64/perl5/Moose/Unsweetened.pod
27480Installing /usr/local/lib64/perl5/Moose/Deprecated.pm
27481Installing /usr/local/lib64/perl5/Moose/Util.pm
27482Installing /usr/local/lib64/perl5/Moose/Exception.pm
27483Installing /usr/local/lib64/perl5/Moose/Cookbook.pod
27484Installing /usr/local/lib64/perl5/Moose/Manual.pod
27485Installing /usr/local/lib64/perl5/Moose/Role.pm
27486Installing /usr/local/lib64/perl5/Moose/Intro.pod
27487Installing /usr/local/lib64/perl5/Moose/Exporter.pm
27488Installing /usr/local/lib64/perl5/Moose/Conflicts.pm
27489Installing /usr/local/lib64/perl5/Moose/Manual/FAQ.pod
27490Installing /usr/local/lib64/perl5/Moose/Manual/MooseX.pod
27491Installing /usr/local/lib64/perl5/Moose/Manual/Resources.pod
27492Installing /usr/local/lib64/perl5/Moose/Manual/Unsweetened.pod
27493Installing /usr/local/lib64/perl5/Moose/Manual/Support.pod
27494Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions.pod
27495Installing /usr/local/lib64/perl5/Moose/Manual/Concepts.pod
27496Installing /usr/local/lib64/perl5/Moose/Manual/Delegation.pod
27497Installing /usr/local/lib64/perl5/Moose/Manual/MethodModifiers.pod
27498Installing /usr/local/lib64/perl5/Moose/Manual/Delta.pod
27499Installing /usr/local/lib64/perl5/Moose/Manual/Construction.pod
27500Installing /usr/local/lib64/perl5/Moose/Manual/Attributes.pod
27501Installing /usr/local/lib64/perl5/Moose/Manual/MOP.pod
27502Installing /usr/local/lib64/perl5/Moose/Manual/Contributing.pod
27503Installing /usr/local/lib64/perl5/Moose/Manual/Roles.pod
27504Installing /usr/local/lib64/perl5/Moose/Manual/Types.pod
27505Installing /usr/local/lib64/perl5/Moose/Manual/BestPractices.pod
27506Installing /usr/local/lib64/perl5/Moose/Manual/Classes.pod
27507Installing /usr/local/lib64/perl5/Moose/Manual/Exceptions/Manifest.pod
27508Installing /usr/local/lib64/perl5/Moose/Spec/Role.pod
27509Installing /usr/local/lib64/perl5/Moose/Util/MetaRole.pm
27510Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints.pm
27511Installing /usr/local/lib64/perl5/Moose/Util/TypeConstraints/Builtins.pm
27512Installing /usr/local/lib64/perl5/Moose/Meta/Attribute.pm
27513Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint.pm
27514Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion.pm
27515Installing /usr/local/lib64/perl5/Moose/Meta/Class.pm
27516Installing /usr/local/lib64/perl5/Moose/Meta/Method.pm
27517Installing /usr/local/lib64/perl5/Moose/Meta/Role.pm
27518Installing /usr/local/lib64/perl5/Moose/Meta/Instance.pm
27519Installing /usr/local/lib64/perl5/Moose/Meta/Class/Immutable/Trait.pm
27520Installing /usr/local/lib64/perl5/Moose/Meta/Role/Attribute.pm
27521Installing /usr/local/lib64/perl5/Moose/Meta/Role/Composite.pm
27522Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application.pm
27523Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method.pm
27524Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Required.pm
27525Installing /usr/local/lib64/perl5/Moose/Meta/Role/Method/Conflicting.pm
27526Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/RoleSummation.pm
27527Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToInstance.pm
27528Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToRole.pm
27529Installing /usr/local/lib64/perl5/Moose/Meta/Role/Application/ToClass.pm
27530Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Registry.pm
27531Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Union.pm
27532Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterizable.pm
27533Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Parameterized.pm
27534Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/DuckType.pm
27535Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Class.pm
27536Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Enum.pm
27537Installing /usr/local/lib64/perl5/Moose/Meta/TypeConstraint/Role.pm
27538Installing /usr/local/lib64/perl5/Moose/Meta/Object/Trait.pm
27539Installing /usr/local/lib64/perl5/Moose/Meta/Method/Delegation.pm
27540Installing /usr/local/lib64/perl5/Moose/Meta/Method/Meta.pm
27541Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor.pm
27542Installing /usr/local/lib64/perl5/Moose/Meta/Method/Constructor.pm
27543Installing /usr/local/lib64/perl5/Moose/Meta/Method/Augmented.pm
27544Installing /usr/local/lib64/perl5/Moose/Meta/Method/Overridden.pm
27545Installing /usr/local/lib64/perl5/Moose/Meta/Method/Destructor.pm
27546Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native.pm
27547Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Collection.pm
27548Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array.pm
27549Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash.pm
27550Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Writer.pm
27551Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Reader.pm
27552Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/count.pm
27553Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort.pm
27554Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first_index.pm
27555Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/pop.pm
27556Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm
27557Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/natatime.pm
27558Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/splice.pm
27559Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/grep.pm
27560Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/clear.pm
27561Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/uniq.pm
27562Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/join.pm
27563Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/unshift.pm
27564Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/Writer.pm
27565Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/elements.pm
27566Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/accessor.pm
27567Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/push.pm
27568Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shift.pm
27569Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm
27570Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/get.pm
27571Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm
27572Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm
27573Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/insert.pm
27574Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/first.pm
27575Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/delete.pm
27576Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/set.pm
27577Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/map.pm
27578Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Array/reduce.pm
27579Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/match.pm
27580Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/prepend.pm
27581Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chomp.pm
27582Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/clear.pm
27583Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/chop.pm
27584Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/substr.pm
27585Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/length.pm
27586Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/append.pm
27587Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/inc.pm
27588Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/String/replace.pm
27589Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute.pm
27590Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm
27591Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/count.pm
27592Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm
27593Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/keys.pm
27594Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/clear.pm
27595Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm
27596Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/elements.pm
27597Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm
27598Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/kv.pm
27599Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/values.pm
27600Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/get.pm
27601Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/defined.pm
27602Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm
27603Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/exists.pm
27604Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/delete.pm
27605Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Hash/set.pm
27606Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/dec.pm
27607Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm
27608Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/reset.pm
27609Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/inc.pm
27610Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Counter/set.pm
27611Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm
27612Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/not.pm
27613Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/set.pm
27614Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Bool/unset.pm
27615Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/div.pm
27616Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/add.pm
27617Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/sub.pm
27618Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mod.pm
27619Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/abs.pm
27620Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/mul.pm
27621Installing /usr/local/lib64/perl5/Moose/Meta/Method/Accessor/Native/Number/set.pm
27622Installing /usr/local/lib64/perl5/Moose/Meta/TypeCoercion/Union.pm
27623Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native.pm
27624Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait.pm
27625Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Code.pm
27626Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Array.pm
27627Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Bool.pm
27628Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Hash.pm
27629Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Number.pm
27630Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/String.pm
27631Installing /usr/local/lib64/perl5/Moose/Meta/Attribute/Native/Trait/Counter.pm
27632Installing /usr/local/lib64/perl5/Moose/Meta/Mixin/AttributeCore.pm
27633Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm
27634Installing /usr/local/lib64/perl5/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm
27635Installing /usr/local/lib64/perl5/Moose/Exception/CannotLocatePackageInINC.pm
27636Installing /usr/local/lib64/perl5/Moose/Exception/NoCasesMatched.pm
27637Installing /usr/local/lib64/perl5/Moose/Exception/ApplyTakesABlessedInstance.pm
27638Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm
27639Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASubclass.pm
27640Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsNotImplementedByClass.pm
27641Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassNotLoaded.pm
27642Installing /usr/local/lib64/perl5/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm
27643Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm
27644Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm
27645Installing /usr/local/lib64/perl5/Moose/Exception/CodeBlockMustBeACodeRef.pm
27646Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm
27647Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportAugment.pm
27648Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm
27649Installing /usr/local/lib64/perl5/Moose/Exception/EnumValuesMustBeString.pm
27650Installing /usr/local/lib64/perl5/Moose/Exception/ParameterIsNotSubtypeOfParent.pm
27651Installing /usr/local/lib64/perl5/Moose/Exception/CanExtendOnlyClasses.pm
27652Installing /usr/local/lib64/perl5/Moose/Exception/AttributeNamesDoNotMatch.pm
27653Installing /usr/local/lib64/perl5/Moose/Exception/Legacy.pm
27654Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotParseType.pm
27655Installing /usr/local/lib64/perl5/Moose/Exception/CannotFixMetaclassCompatibility.pm
27656Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaMethod.pm
27657Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateWriter.pm
27658Installing /usr/local/lib64/perl5/Moose/Exception/BadOptionFormat.pm
27659Installing /usr/local/lib64/perl5/Moose/Exception/WrapTakesACodeRefToBless.pm
27660Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm
27661Installing /usr/local/lib64/perl5/Moose/Exception/RoleExclusionConflict.pm
27662Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsMoreArgs.pm
27663Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm
27664Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAHashOfOptions.pm
27665Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm
27666Installing /usr/local/lib64/perl5/Moose/Exception/IsaLacksDoesMethod.pm
27667Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractMethod.pm
27668Installing /usr/local/lib64/perl5/Moose/Exception/BuilderDoesNotExist.pm
27669Installing /usr/local/lib64/perl5/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm
27670Installing /usr/local/lib64/perl5/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm
27671Installing /usr/local/lib64/perl5/Moose/Exception/InvalidNameForType.pm
27672Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAWeakRef.pm
27673Installing /usr/local/lib64/perl5/Moose/Exception/CannotCallAnAbstractBaseMethod.pm
27674Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalConstructor.pm
27675Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm
27676Installing /usr/local/lib64/perl5/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm
27677Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesArrayRefOfRoles.pm
27678Installing /usr/local/lib64/perl5/Moose/Exception/CircularReferenceInAlso.pm
27679Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyConsumeRole.pm
27680Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindType.pm
27681Installing /usr/local/lib64/perl5/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm
27682Installing /usr/local/lib64/perl5/Moose/Exception/NoParentGivenToSubtype.pm
27683Installing /usr/local/lib64/perl5/Moose/Exception/OperatorIsRequired.pm
27684Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaClass.pm
27685Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotAnObject.pm
27686Installing /usr/local/lib64/perl5/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm
27687Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm
27688Installing /usr/local/lib64/perl5/Moose/Exception/InvalidValueForIs.pm
27689Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm
27690Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm
27691Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindDelegateMetaclass.pm
27692Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesNotHaveInitMeta.pm
27693Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHasProvidedInARole.pm
27694Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRole.pm
27695Installing /usr/local/lib64/perl5/Moose/Exception/MatchActionMustBeACodeRef.pm
27696Installing /usr/local/lib64/perl5/Moose/Exception/CoercionNeedsTypeConstraint.pm
27697Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyADelegateToMethod.pm
27698Installing /usr/local/lib64/perl5/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm
27699Installing /usr/local/lib64/perl5/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm
27700Installing /usr/local/lib64/perl5/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm
27701Installing /usr/local/lib64/perl5/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm
27702Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm
27703Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyPackageNameAndName.pm
27704Installing /usr/local/lib64/perl5/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm
27705Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm
27706Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm
27707Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm
27708Installing /usr/local/lib64/perl5/Moose/Exception/CannotApplyBaseClassRolesToRole.pm
27709Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm
27710Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeHandles.pm
27711Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotEvalDestructor.pm
27712Installing /usr/local/lib64/perl5/Moose/Exception/CoercionAlreadyExists.pm
27713Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectsFewerArgs.pm
27714Installing /usr/local/lib64/perl5/Moose/Exception/InitMetaRequiresClass.pm
27715Installing /usr/local/lib64/perl5/Moose/Exception/RequiredMethodsImportedByClass.pm
27716Installing /usr/local/lib64/perl5/Moose/Exception/PackageDoesNotUseMooseExporter.pm
27717Installing /usr/local/lib64/perl5/Moose/Exception/CannotAugmentNoSuperMethod.pm
27718Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm
27719Installing /usr/local/lib64/perl5/Moose/Exception/MustSupplyAMetaclass.pm
27720Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMetaOverload.pm
27721Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneMethod.pm
27722Installing /usr/local/lib64/perl5/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm
27723Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm
27724Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm
27725Installing /usr/local/lib64/perl5/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm
27726Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInSummation.pm
27727Installing /usr/local/lib64/perl5/Moose/Exception/MessageParameterMustBeCodeRef.pm
27728Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm
27729Installing /usr/local/lib64/perl5/Moose/Exception/AttributeValueIsNotDefined.pm
27730Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMustBeAMethodName.pm
27731Installing /usr/local/lib64/perl5/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm
27732Installing /usr/local/lib64/perl5/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm
27733Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresAnOperator.pm
27734Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm
27735Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm
27736Installing /usr/local/lib64/perl5/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm
27737Installing /usr/local/lib64/perl5/Moose/Exception/InvalidRoleApplication.pm
27738Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm
27739Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInComposition.pm
27740Installing /usr/local/lib64/perl5/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm
27741Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequired.pm
27742Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentToMethod.pm
27743Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotCreateMethod.pm
27744Installing /usr/local/lib64/perl5/Moose/Exception/CanOnlyWrapBlessedCode.pm
27745Installing /usr/local/lib64/perl5/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm
27746Installing /usr/local/lib64/perl5/Moose/Exception/WrongTypeConstraintGiven.pm
27747Installing /usr/local/lib64/perl5/Moose/Exception/MethodExpectedAMetaclassObject.pm
27748Installing /usr/local/lib64/perl5/Moose/Exception/SingleParamsToNewMustBeHashRef.pm
27749Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm
27750Installing /usr/local/lib64/perl5/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm
27751Installing /usr/local/lib64/perl5/Moose/Exception/ExtendsMissingArgs.pm
27752Installing /usr/local/lib64/perl5/Moose/Exception/AttributeConflictInRoles.pm
27753Installing /usr/local/lib64/perl5/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm
27754Installing /usr/local/lib64/perl5/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm
27755Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm
27756Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameConflictInRoles.pm
27757Installing /usr/local/lib64/perl5/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm
27758Installing /usr/local/lib64/perl5/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm
27759Installing /usr/local/lib64/perl5/Moose/Exception/NoAttributeFoundInSuperClass.pm
27760Installing /usr/local/lib64/perl5/Moose/Exception/InstanceBlessedIntoWrongClass.pm
27761Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm
27762Installing /usr/local/lib64/perl5/Moose/Exception/TypeConstraintIsAlreadyCreated.pm
27763Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm
27764Installing /usr/local/lib64/perl5/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm
27765Installing /usr/local/lib64/perl5/Moose/Exception/ClassDoesTheExcludedRole.pm
27766Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnAttributeName.pm
27767Installing /usr/local/lib64/perl5/Moose/Exception/OverloadRequiresNamesForCoderef.pm
27768Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForTypeConstraint.pm
27769Installing /usr/local/lib64/perl5/Moose/Exception/InitializeTakesUnBlessedPackageName.pm
27770Installing /usr/local/lib64/perl5/Moose/Exception/LazyAttributeNeedsADefault.pm
27771Installing /usr/local/lib64/perl5/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm
27772Installing /usr/local/lib64/perl5/Moose/Exception/InvalidOverloadOperator.pm
27773Installing /usr/local/lib64/perl5/Moose/Exception/InvalidTypeConstraint.pm
27774Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAnOverloadOperator.pm
27775Installing /usr/local/lib64/perl5/Moose/Exception/AccessorMustReadWrite.pm
27776Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm
27777Installing /usr/local/lib64/perl5/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm
27778Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportInner.pm
27779Installing /usr/local/lib64/perl5/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm
27780Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm
27781Installing /usr/local/lib64/perl5/Moose/Exception/NoConstraintCheckForTypeConstraint.pm
27782Installing /usr/local/lib64/perl5/Moose/Exception/MustProvideANameForTheAttribute.pm
27783Installing /usr/local/lib64/perl5/Moose/Exception/InstanceMustBeABlessedReference.pm
27784Installing /usr/local/lib64/perl5/Moose/Exception/NoDestructorClassSpecified.pm
27785Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm
27786Installing /usr/local/lib64/perl5/Moose/Exception/CannotDelegateWithoutIsa.pm
27787Installing /usr/local/lib64/perl5/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm
27788Installing /usr/local/lib64/perl5/Moose/Exception/MethodNameNotGiven.pm
27789Installing /usr/local/lib64/perl5/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm
27790Installing /usr/local/lib64/perl5/Moose/Exception/OnlyInstancesCanBeCloned.pm
27791Installing /usr/local/lib64/perl5/Moose/Exception/MetaclassTypeIncompatible.pm
27792Installing /usr/local/lib64/perl5/Moose/Exception/RolesInCreateTakesAnArrayRef.pm
27793Installing /usr/local/lib64/perl5/Moose/Exception/MethodModifierNeedsMethodName.pm
27794Installing /usr/local/lib64/perl5/Moose/Exception/CanReblessOnlyIntoASuperclass.pm
27795Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm
27796Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDerefWithoutIsa.pm
27797Installing /usr/local/lib64/perl5/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm
27798Installing /usr/local/lib64/perl5/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm
27799Installing /usr/local/lib64/perl5/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm
27800Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfAttributes.pm
27801Installing /usr/local/lib64/perl5/Moose/Exception/CallingMethodOnAnImmutableInstance.pm
27802Installing /usr/local/lib64/perl5/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm
27803Installing /usr/local/lib64/perl5/Moose/Exception/ClassNamesDoNotMatch.pm
27804Installing /usr/local/lib64/perl5/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm
27805Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeNeedsADefault.pm
27806Installing /usr/local/lib64/perl5/Moose/Exception/RoleDoesTheExcludedRole.pm
27807Installing /usr/local/lib64/perl5/Moose/Exception/RequiredAttributeLacksInitialization.pm
27808Installing /usr/local/lib64/perl5/Moose/Exception/AttributeIsRequired.pm
27809Installing /usr/local/lib64/perl5/Moose/Exception/RolesDoNotSupportExtends.pm
27810Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm
27811Installing /usr/local/lib64/perl5/Moose/Exception/UndefinedHashKeysPassedToMethod.pm
27812Installing /usr/local/lib64/perl5/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm
27813Installing /usr/local/lib64/perl5/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm
27814Installing /usr/local/lib64/perl5/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm
27815Installing /usr/local/lib64/perl5/Moose/Exception/OverloadConflictInSummation.pm
27816Installing /usr/local/lib64/perl5/Moose/Exception/CannotCalculateNativeType.pm
27817Installing /usr/local/lib64/perl5/Moose/Exception/ConstructClassInstanceTakesPackageName.pm
27818Installing /usr/local/lib64/perl5/Moose/Exception/OverrideConflictInSummation.pm
27819Installing /usr/local/lib64/perl5/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm
27820Installing /usr/local/lib64/perl5/Moose/Exception/IllegalInheritedOptions.pm
27821Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideALocalMethod.pm
27822Installing /usr/local/lib64/perl5/Moose/Exception/InvalidHandleValue.pm
27823Installing /usr/local/lib64/perl5/Moose/Exception/CoercingWithoutCoercions.pm
27824Installing /usr/local/lib64/perl5/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm
27825Installing /usr/local/lib64/perl5/Moose/Exception/CannotMakeMetaclassCompatible.pm
27826Installing /usr/local/lib64/perl5/Moose/Exception/HandlesMustBeAHashRef.pm
27827Installing /usr/local/lib64/perl5/Moose/Exception/CreateTakesHashRefOfMethods.pm
27828Installing /usr/local/lib64/perl5/Moose/Exception/CannotAddAsAnAttributeToARole.pm
27829Installing /usr/local/lib64/perl5/Moose/Exception/IsaDoesNotDoTheRole.pm
27830Installing /usr/local/lib64/perl5/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm
27831Installing /usr/local/lib64/perl5/Moose/Exception/DoesRequiresRoleName.pm
27832Installing /usr/local/lib64/perl5/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm
27833Installing /usr/local/lib64/perl5/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm
27834Installing /usr/local/lib64/perl5/Moose/Exception/CannotGenerateInlineConstraint.pm
27835Installing /usr/local/lib64/perl5/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm
27836Installing /usr/local/lib64/perl5/Moose/Exception/NeitherClassNorClassNameIsGiven.pm
27837Installing /usr/local/lib64/perl5/Moose/Exception/CannotInlineTypeConstraintCheck.pm
27838Installing /usr/local/lib64/perl5/Moose/Exception/TriggerMustBeACodeRef.pm
27839Installing /usr/local/lib64/perl5/Moose/Exception/TypeParameterMustBeMooseMetaType.pm
27840Installing /usr/local/lib64/perl5/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm
27841Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm
27842Installing /usr/local/lib64/perl5/Moose/Exception/MustDefineAMethodName.pm
27843Installing /usr/local/lib64/perl5/Moose/Exception/CannotOverrideNoSuperMethod.pm
27844Installing /usr/local/lib64/perl5/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm
27845Installing /usr/local/lib64/perl5/Moose/Exception/MustPassEvenNumberOfArguments.pm
27846Installing /usr/local/lib64/perl5/Moose/Exception/PackagesAndModulesAreNotCachable.pm
27847Installing /usr/local/lib64/perl5/Moose/Exception/InvalidArgumentsToTraitAliases.pm
27848Installing /usr/local/lib64/perl5/Moose/Exception/Role/Attribute.pm
27849Installing /usr/local/lib64/perl5/Moose/Exception/Role/InstanceClass.pm
27850Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreate.pm
27851Installing /usr/local/lib64/perl5/Moose/Exception/Role/TypeConstraint.pm
27852Installing /usr/local/lib64/perl5/Moose/Exception/Role/InvalidAttributeOptions.pm
27853Installing /usr/local/lib64/perl5/Moose/Exception/Role/Class.pm
27854Installing /usr/local/lib64/perl5/Moose/Exception/Role/EitherAttributeOrAttributeName.pm
27855Installing /usr/local/lib64/perl5/Moose/Exception/Role/RoleForCreateMOPClass.pm
27856Installing /usr/local/lib64/perl5/Moose/Exception/Role/Method.pm
27857Installing /usr/local/lib64/perl5/Moose/Exception/Role/Role.pm
27858Installing /usr/local/lib64/perl5/Moose/Exception/Role/AttributeName.pm
27859Installing /usr/local/lib64/perl5/Moose/Exception/Role/ParamsHash.pm
27860Installing /usr/local/lib64/perl5/Moose/Exception/Role/Instance.pm
27861Installing /usr/local/lib64/perl5/Moose/Cookbook/Style.pod
27862Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Keywords.pod
27863Installing /usr/local/lib64/perl5/Moose/Cookbook/Snack/Types.pod
27864Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod
27865Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod
27866Installing /usr/local/lib64/perl5/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod
27867Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/ApplicationToInstance.pod
27868Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod
27869Installing /usr/local/lib64/perl5/Moose/Cookbook/Roles/Comparable_CodeReuse.pod
27870Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod
27871Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/ExtensionOverview.pod
27872Installing /usr/local/lib64/perl5/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod
27873Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Table_MetaclassTrait.pod
27874Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
27875Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod
27876Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod
27877Installing /usr/local/lib64/perl5/Moose/Cookbook/Meta/WhyMeta.pod
27878Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Document_AugmentAndInner.pod
27879Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod
27880Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod
27881Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod
27882Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod
27883Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod
27884Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Company_Subtypes.pod
27885Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod
27886Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod
27887Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod
27888Installing /usr/local/lib64/perl5/Moose/Cookbook/Basics/Immutable.pod
27889Installing /usr/local/lib64/perl5/Test/Moose.pm
27890Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterizable.3pm
27891Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::ExtensionOverview.3pm
27892Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing.3pm
27893Installing /usr/local/share/man/man3/Class::MOP::Method::Generated.3pm
27894Installing /usr/local/share/man/man3/Moose.3pm
27895Installing /usr/local/share/man/man3/metaclass.3pm
27896Installing /usr/local/share/man/man3/Moose::Manual::MOP.3pm
27897Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Document_AugmentAndInner.3pm
27898Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Hash.3pm
27899Installing /usr/local/share/man/man3/Class::MOP::Object.3pm
27900Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_AttributeFeatures.3pm
27901Installing /usr/local/share/man/man3/Moose::Meta::Method::Accessor.3pm
27902Installing /usr/local/share/man/man3/Class::MOP::Method::Wrapped.3pm
27903Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Required.3pm
27904Installing /usr/local/share/man/man3/Class::MOP.3pm
27905Installing /usr/local/share/man/man3/Moose::Util::MetaRole.3pm
27906Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToClass.3pm
27907Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Enum.3pm
27908Installing /usr/local/share/man/man3/Moose::Meta::Role.3pm
27909Installing /usr/local/share/man/man3/Moose::Manual::MooseX.3pm
27910Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Parameterized.3pm
27911Installing /usr/local/share/man/man3/Moose::Exporter.3pm
27912Installing /usr/local/share/man/man3/Moose::Meta::Attribute.3pm
27913Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion.3pm
27914Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion.3pm
27915Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Table_MetaclassTrait.3pm
27916Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait.3pm
27917Installing /usr/local/share/man/man3/Moose::Manual::Classes.3pm
27918Installing /usr/local/share/man/man3/Moose::Manual::Delta.3pm
27919Installing /usr/local/share/man/man3/Class::MOP::Instance.3pm
27920Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Table_ClassMetaclass.3pm
27921Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm
27922Installing /usr/local/share/man/man3/Moose::Meta::Role::Attribute.3pm
27923Installing /usr/local/share/man/man3/Moose::Manual::Types.3pm
27924Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::RoleSummation.3pm
27925Installing /usr/local/share/man/man3/Moose::Meta::Class.3pm
27926Installing /usr/local/share/man/man3/Moose::Manual::Concepts.3pm
27927Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasMethods.3pm
27928Installing /usr/local/share/man/man3/Class::MOP::Package.3pm
27929Installing /usr/local/share/man/man3/Test::Moose.3pm
27930Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion.3pm
27931Installing /usr/local/share/man/man3/Moose::Exception.3pm
27932Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint.3pm
27933Installing /usr/local/share/man/man3/Moose::Meta::Object::Trait.3pm
27934Installing /usr/local/share/man/man3/Moose::Manual::BestPractices.3pm
27935Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD.3pm
27936Installing /usr/local/share/man/man3/Class::MOP::Class::Immutable::Trait.3pm
27937Installing /usr/local/share/man/man3/Moose::Meta::Method::Constructor.3pm
27938Installing /usr/local/share/man/man3/oose.3pm
27939Installing /usr/local/share/man/man3/Class::MOP::Method::Meta.3pm
27940Installing /usr/local/share/man/man3/Moose::Manual::MethodModifiers.3pm
27941Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Labeled_AttributeMetaclass.3pm
27942Installing /usr/local/share/man/man3/Class::MOP::Mixin::AttributeCore.3pm
27943Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Comparable_CodeReuse.3pm
27944Installing /usr/local/share/man/man3/Moose::Meta::Instance.3pm
27945Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::DuckType.3pm
27946Installing /usr/local/share/man/man3/Class::MOP::Module.3pm
27947Installing /usr/local/share/man/man3/Moose::Meta::Method.3pm
27948Installing /usr/local/share/man/man3/Moose::Manual::FAQ.3pm
27949Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Point_AttributesAndSubclassing.3pm
27950Installing /usr/local/share/man/man3/Moose::Meta::Role::Method::Conflicting.3pm
27951Installing /usr/local/share/man/man3/Moose::Manual::Exceptions.3pm
27952Installing /usr/local/share/man/man3/Class::MOP::Method::Inlined.3pm
27953Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::String.3pm
27954Installing /usr/local/share/man/man3/Moose::Meta::Role::Application.3pm
27955Installing /usr/local/share/man/man3/Moose::Unsweetened.3pm
27956Installing /usr/local/share/man/man3/Class::MOP::Overload.3pm
27957Installing /usr/local/share/man/man3/Moose::Meta::Method::Overridden.3pm
27958Installing /usr/local/share/man/man3/Moose::Manual::Resources.3pm
27959Installing /usr/local/share/man/man3/Moose::Util.3pm
27960Installing /usr/local/share/man/man3/Moose::Cookbook.3pm
27961Installing /usr/local/share/man/man3/Moose::Meta::Mixin::AttributeCore.3pm
27962Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Company_Subtypes.3pm
27963Installing /usr/local/share/man/man3/Moose::Meta::Method::Delegation.3pm
27964Installing /usr/local/share/man/man3/Moose::Cookbook::Style.3pm
27965Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToRole.3pm
27966Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Number.3pm
27967Installing /usr/local/share/man/man3/Moose::Meta::Role::Application::ToInstance.3pm
27968Installing /usr/local/share/man/man3/Moose::Manual::Attributes.3pm
27969Installing /usr/local/share/man/man3/Class::MOP::Attribute.3pm
27970Installing /usr/local/share/man/man3/Moose::Manual.3pm
27971Installing /usr/local/share/man/man3/Moose::Manual::Support.3pm
27972Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild.3pm
27973Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Types.3pm
27974Installing /usr/local/share/man/man3/Moose::Manual::Construction.3pm
27975Installing /usr/local/share/man/man3/Moose::Meta::TypeCoercion::Union.3pm
27976Installing /usr/local/share/man/man3/Moose::Cookbook::Legacy::Debugging_BaseClassReplacement.3pm
27977Installing /usr/local/share/man/man3/Class::MOP::Mixin.3pm
27978Installing /usr/local/share/man/man3/Moose::Meta::Method::Augmented.3pm
27979Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Counter.3pm
27980Installing /usr/local/share/man/man3/Moose::Intro.3pm
27981Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Union.3pm
27982Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::ApplicationToInstance.3pm
27983Installing /usr/local/share/man/man3/Moose::Meta::Class::Immutable::Trait.3pm
27984Installing /usr/local/share/man/man3/Moose::Manual::Delegation.3pm
27985Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasOverloads.3pm
27986Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::Immutable.3pm
27987Installing /usr/local/share/man/man3/Moose::Object.3pm
27988Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::WhyMeta.3pm
27989Installing /usr/local/share/man/man3/Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent.3pm
27990Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::PrivateOrPublic_MethodMetaclass.3pm
27991Installing /usr/local/share/man/man3/Moose::Meta::Method::Meta.3pm
27992Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Array.3pm
27993Installing /usr/local/share/man/man3/Moose::Meta::Method::Destructor.3pm
27994Installing /usr/local/share/man/man3/Moose::Meta::Role::Method.3pm
27995Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Code.3pm
27996Installing /usr/local/share/man/man3/Class::MOP::Method::Constructor.3pm
27997Installing /usr/local/share/man/man3/Class::MOP::Mixin::HasAttributes.3pm
27998Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::Labeled_AttributeTrait.3pm
27999Installing /usr/local/share/man/man3/Moose::Role.3pm
28000Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Registry.3pm
28001Installing /usr/local/share/man/man3/Moose::Cookbook::Roles::Restartable_AdvancedComposition.3pm
28002Installing /usr/local/share/man/man3/Class::MOP::Class.3pm
28003Installing /usr/local/share/man/man3/Class::MOP::Method::Accessor.3pm
28004Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Class.3pm
28005Installing /usr/local/share/man/man3/Moose::Manual::Unsweetened.3pm
28006Installing /usr/local/share/man/man3/Moose::Spec::Role.3pm
28007Installing /usr/local/share/man/man3/Class::MOP::Method.3pm
28008Installing /usr/local/share/man/man3/Class::MOP::Deprecated.3pm
28009Installing /usr/local/share/man/man3/Moose::Meta::Role::Composite.3pm
28010Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Mooseish_MooseSugar.3pm
28011Installing /usr/local/share/man/man3/Class::MOP::MiniTrait.3pm
28012Installing /usr/local/share/man/man3/Moose::Cookbook::Snack::Keywords.3pm
28013Installing /usr/local/share/man/man3/Moose::Deprecated.3pm
28014Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native::Trait::Bool.3pm
28015Installing /usr/local/share/man/man3/Moose::Meta::Attribute::Native.3pm
28016Installing /usr/local/share/man/man3/Moose::Manual::Contributing.3pm
28017Installing /usr/local/share/man/man3/Moose::Util::TypeConstraints.3pm
28018Installing /usr/local/share/man/man3/Moose::Manual::Exceptions::Manifest.3pm
28019Installing /usr/local/share/man/man3/Moose::Manual::Roles.3pm
28020Installing /usr/local/share/man/man3/Moose::Cookbook::Extending::Debugging_BaseClassRole.3pm
28021Installing /usr/local/share/man/man3/Moose::Cookbook::Meta::GlobRef_InstanceMetaclass.3pm
28022Installing /usr/local/share/man/man3/Moose::Meta::TypeConstraint::Role.3pm
28023Installing /usr/local/bin/moose-outdated
28024Appending installation info to /usr/lib64/perl5/perllocal.pod
28025 ETHER/Moose-2.1604.tar.gz
28026 /usr/bin/make install -- OK
28027Mouse is up to date (v2.4.5).
28028Running install for module 'Net::CalDAVTalk'
28029Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
28030Fetching with HTTP::Tiny:
28031http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
28032Fetching with HTTP::Tiny:
28033http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/CHECKSUMS
28034Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz ok
28035
28036 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
28037
28038Warning: prerequisite Data::ICal::TimeZone 1.23 not found.
28039Warning: prerequisite DateTime::Format::ICal 0.09 not found.
28040Warning: prerequisite DateTime::Format::ISO8601 0.08 not found.
28041Warning: prerequisite Net::DAVTalk 0.02 not found.
28042Warning: prerequisite Text::LevenshteinXS 0.03 not found.
28043Warning: prerequisite Text::VCardFast 0.06 not found.
28044Checking if your kit is complete...
28045Looks good
28046Writing Makefile for Net::CalDAVTalk
28047Writing MYMETA.yml and MYMETA.json
28048---- Unsatisfied dependencies detected during ----
28049---- BRONG/Net-CalDAVTalk-0.03.tar.gz ----
28050 DateTime::Format::ICal [requires]
28051 Net::DAVTalk [requires]
28052 DateTime::Format::ISO8601 [requires]
28053 Text::VCardFast [requires]
28054 Text::LevenshteinXS [requires]
28055 Data::ICal::TimeZone [requires]
28056Skipping test because of notest pragma
28057Running make install
28058 Delayed until after prerequisites
28059Running install for module 'DateTime::Format::ICal'
28060Running make for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28061Fetching with HTTP::Tiny:
28062http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28063Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ok
28064
28065 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28066
28067Checking prerequisites...
28068 requires:
28069 ! DateTime::Event::ICal is not installed
28070 ! DateTime::Set is not installed
28071
28072ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
28073of the modules indicated above before proceeding with this installation
28074
28075Created MYMETA.yml and MYMETA.json
28076Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09'
28077---- Unsatisfied dependencies detected during ----
28078---- DROLSKY/DateTime-Format-ICal-0.09.tar.gz ----
28079 DateTime::Event::ICal [requires]
28080 DateTime::Set [requires]
28081Skipping test because of notest pragma
28082Running Build install
28083 Delayed until after prerequisites
28084Running install for module 'DateTime::Event::ICal'
28085Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28086Fetching with HTTP::Tiny:
28087http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28088Fetching with HTTP::Tiny:
28089http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/CHECKSUMS
28090Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ok
28091
28092 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28093
28094Warning: prerequisite DateTime::Event::Recurrence 0.11 not found.
28095Checking if your kit is complete...
28096Looks good
28097Writing Makefile for DateTime::Event::ICal
28098Writing MYMETA.yml and MYMETA.json
28099---- Unsatisfied dependencies detected during ----
28100---- FGLOCK/DateTime-Event-ICal-0.13.tar.gz ----
28101 DateTime::Event::Recurrence [requires]
28102Skipping test because of notest pragma
28103Running make install
28104 Delayed until after prerequisites
28105Running install for module 'DateTime::Event::Recurrence'
28106Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28107Fetching with HTTP::Tiny:
28108http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28109Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ok
28110
28111 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28112
28113Warning: prerequisite DateTime::Set 0.3600 not found.
28114Checking if your kit is complete...
28115Looks good
28116Writing Makefile for DateTime::Event::Recurrence
28117Writing MYMETA.yml and MYMETA.json
28118---- Unsatisfied dependencies detected during ----
28119---- FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz ----
28120 DateTime::Set [requires]
28121Skipping test because of notest pragma
28122Running make install
28123 Delayed until after prerequisites
28124Running install for module 'DateTime::Set'
28125Running make for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
28126Fetching with HTTP::Tiny:
28127http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
28128Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz ok
28129
28130 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
28131
28132Checking prerequisites...
28133 requires:
28134 ! Set::Infinite is not installed
28135
28136ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
28137of the modules indicated above before proceeding with this installation
28138
28139Created MYMETA.yml and MYMETA.json
28140Creating new 'Build' script for 'DateTime-Set' version '0.3600'
28141---- Unsatisfied dependencies detected during ----
28142---- FGLOCK/DateTime-Set-0.3600.tar.gz ----
28143 Set::Infinite [requires]
28144Skipping test because of notest pragma
28145Running Build install
28146 Delayed until after prerequisites
28147Running install for module 'Set::Infinite'
28148Running make for F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
28149Fetching with HTTP::Tiny:
28150http://ftp.hosteurope.de/pub/CPAN/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
28151Checksum for /root/.cpan/sources/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz ok
28152
28153 CPAN.pm: Building F/FG/FGLOCK/Set-Infinite-0.65.tar.gz
28154
28155Checking if your kit is complete...
28156Looks good
28157Writing Makefile for Set::Infinite
28158Writing MYMETA.yml and MYMETA.json
28159cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm
28160cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm
28161cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm
28162Manifying blib/man3/Set::Infinite::Arithmetic.3pm
28163Manifying blib/man3/Set::Infinite.3pm
28164Manifying blib/man3/Set::Infinite::Basic.3pm
28165 FGLOCK/Set-Infinite-0.65.tar.gz
28166 /usr/bin/make -- OK
28167Skipping test because of notest pragma
28168Running make install
28169Manifying blib/man3/Set::Infinite::Arithmetic.3pm
28170Manifying blib/man3/Set::Infinite.3pm
28171Manifying blib/man3/Set::Infinite::Basic.3pm
28172Installing /usr/local/share/perl5/Set/Infinite.pm
28173Installing /usr/local/share/perl5/Set/Infinite/Basic.pm
28174Installing /usr/local/share/perl5/Set/Infinite/Arithmetic.pm
28175Installing /usr/local/share/man/man3/Set::Infinite::Arithmetic.3pm
28176Installing /usr/local/share/man/man3/Set::Infinite.3pm
28177Installing /usr/local/share/man/man3/Set::Infinite::Basic.3pm
28178Appending installation info to /usr/lib64/perl5/perllocal.pod
28179 FGLOCK/Set-Infinite-0.65.tar.gz
28180 /usr/bin/make install -- OK
28181Running Build for F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
28182 Has already been unwrapped into directory /root/.cpan/build/DateTime-Set-0.3600-SzmIYx
28183
28184 CPAN.pm: Building F/FG/FGLOCK/DateTime-Set-0.3600.tar.gz
28185
28186Building DateTime-Set
28187 FGLOCK/DateTime-Set-0.3600.tar.gz
28188 ./Build -- OK
28189Skipping test because of notest pragma
28190Running Build install
28191Building DateTime-Set
28192Installing /usr/local/share/perl5/Set/Infinite/_recurrence.pm
28193Installing /usr/local/share/perl5/DateTime/Span.pm
28194Installing /usr/local/share/perl5/DateTime/Set.pm
28195Installing /usr/local/share/perl5/DateTime/SpanSet.pm
28196Installing /usr/local/share/man/man3/DateTime::Span.3pm
28197Installing /usr/local/share/man/man3/DateTime::Set.3pm
28198Installing /usr/local/share/man/man3/Set::Infinite::_recurrence.3pm
28199Installing /usr/local/share/man/man3/DateTime::SpanSet.3pm
28200 FGLOCK/DateTime-Set-0.3600.tar.gz
28201 ./Build install -- OK
28202Running make for F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28203 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-Recurrence-0.18-m7mBAl
28204
28205 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28206
28207cp lib/DateTime/Event/Recurrence.pm blib/lib/DateTime/Event/Recurrence.pm
28208Manifying blib/man3/DateTime::Event::Recurrence.3pm
28209 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28210 /usr/bin/make -- OK
28211Skipping test because of notest pragma
28212Running make install
28213Installing /usr/local/share/perl5/DateTime/Event/Recurrence.pm
28214Installing /usr/local/share/man/man3/DateTime::Event::Recurrence.3pm
28215Appending installation info to /usr/lib64/perl5/perllocal.pod
28216 FGLOCK/DateTime-Event-Recurrence-0.18.tar.gz
28217 /usr/bin/make install -- OK
28218Running make for F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28219 Has already been unwrapped into directory /root/.cpan/build/DateTime-Event-ICal-0.13-7envkB
28220
28221 CPAN.pm: Building F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28222
28223cp lib/DateTime/Event/ICal.pm blib/lib/DateTime/Event/ICal.pm
28224Manifying blib/man3/DateTime::Event::ICal.3pm
28225 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28226 /usr/bin/make -- OK
28227Skipping test because of notest pragma
28228Running make install
28229Installing /usr/local/share/perl5/DateTime/Event/ICal.pm
28230Installing /usr/local/share/man/man3/DateTime::Event::ICal.3pm
28231Appending installation info to /usr/lib64/perl5/perllocal.pod
28232 FGLOCK/DateTime-Event-ICal-0.13.tar.gz
28233 /usr/bin/make install -- OK
28234DateTime::Set is up to date (0.3600).
28235Running Build for D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28236 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ICal-0.09-2NyOxS
28237
28238 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28239
28240Building DateTime-Format-ICal
28241 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28242 ./Build -- OK
28243Skipping test because of notest pragma
28244Running Build install
28245Building DateTime-Format-ICal
28246Installing /usr/local/share/perl5/DateTime/Format/ICal.pm
28247Installing /usr/local/share/man/man3/DateTime::Format::ICal.3pm
28248 DROLSKY/DateTime-Format-ICal-0.09.tar.gz
28249 ./Build install -- OK
28250Running install for module 'Net::DAVTalk'
28251Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
28252Fetching with HTTP::Tiny:
28253http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
28254Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-DAVTalk-0.04.tar.gz ok
28255
28256 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
28257
28258Warning: prerequisite Tie::DataUUID 1.02 not found.
28259Warning: prerequisite XML::Fast 0.11 not found.
28260Warning: prerequisite XML::Spice 0.03 not found.
28261Checking if your kit is complete...
28262Looks good
28263Writing Makefile for Net::DAVTalk
28264Writing MYMETA.yml and MYMETA.json
28265---- Unsatisfied dependencies detected during ----
28266---- BRONG/Net-DAVTalk-0.04.tar.gz ----
28267 XML::Spice [requires]
28268 XML::Fast [requires]
28269 Tie::DataUUID [requires]
28270Skipping test because of notest pragma
28271Running make install
28272 Delayed until after prerequisites
28273Running install for module 'XML::Spice'
28274Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
28275Fetching with HTTP::Tiny:
28276http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz
28277Fetching with HTTP::Tiny:
28278http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RO/ROBN/CHECKSUMS
28279Checksum for /root/.cpan/sources/authors/id/R/RO/ROBN/XML-Spice-0.04.tar.gz ok
28280
28281 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
28282
28283Checking if your kit is complete...
28284Looks good
28285Writing Makefile for XML::Spice
28286Writing MYMETA.yml and MYMETA.json
28287---- Unsatisfied dependencies detected during ----
28288---- ROBN/XML-Spice-0.04.tar.gz ----
28289 Test::XML [build_requires]
28290Skipping test because of notest pragma
28291Running make install
28292 Delayed until after prerequisites
28293Running install for module 'Test::XML'
28294Running make for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
28295Fetching with HTTP::Tiny:
28296http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz
28297Fetching with HTTP::Tiny:
28298http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SE/SEMANTICO/CHECKSUMS
28299Checksum for /root/.cpan/sources/authors/id/S/SE/SEMANTICO/Test-XML-0.08.tar.gz ok
28300
28301 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
28302
28303Checking prerequisites...
28304 requires:
28305 ! XML::Parser is not installed
28306 ! XML::SemanticDiff is not installed
28307 recommends:
28308 * XML::SAX is not installed
28309 * XML::SAX::Writer is not installed
28310 * XML::Twig is not installed
28311 * XML::XPath is not installed
28312
28313ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
28314of the modules indicated above before proceeding with this installation
28315
28316Created MYMETA.yml and MYMETA.json
28317Creating new 'Build' script for 'Test-XML' version '0.08'
28318---- Unsatisfied dependencies detected during ----
28319---- SEMANTICO/Test-XML-0.08.tar.gz ----
28320 XML::SemanticDiff [requires]
28321 XML::Parser [requires]
28322Skipping test because of notest pragma
28323Running Build install
28324 Delayed until after prerequisites
28325Running install for module 'XML::SemanticDiff'
28326Running make for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28327Fetching with HTTP::Tiny:
28328http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28329Fetching with HTTP::Tiny:
28330http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHLOMIF/CHECKSUMS
28331Checksum for /root/.cpan/sources/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ok
28332
28333 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28334
28335Checking prerequisites...
28336 requires:
28337 ! XML::Parser is not installed
28338
28339ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
28340of the modules indicated above before proceeding with this installation
28341
28342Created MYMETA.yml and MYMETA.json
28343Creating new 'Build' script for 'XML-SemanticDiff' version '1.0004'
28344---- Unsatisfied dependencies detected during ----
28345---- SHLOMIF/XML-SemanticDiff-1.0004.tar.gz ----
28346 XML::Parser [requires]
28347Skipping test because of notest pragma
28348Running Build install
28349 Delayed until after prerequisites
28350Running install for module 'XML::Parser'
28351Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
28352Fetching with HTTP::Tiny:
28353http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz
28354Fetching with HTTP::Tiny:
28355http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TO/TODDR/CHECKSUMS
28356Checksum for /root/.cpan/sources/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz ok
28357
28358 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
28359
28360
28361Expat must be installed prior to building XML::Parser and I can't find
28362it in the standard library directories. Install 'expat-devel' (or
28363'libexpat1-dev') package with your OS package manager. See 'README'.
28364
28365Or you can download expat from:
28366
28367http://sourceforge.net/projects/expat/
28368
28369If expat is installed, but in a non-standard directory, then use the
28370following options to Makefile.PL:
28371
28372 EXPATLIBPATH=... To set the directory in which to find libexpat
28373
28374 EXPATINCPATH=... To set the directory in which to find expat.h
28375
28376For example:
28377
28378 perl Makefile.PL EXPATLIBPATH=/home/me/lib EXPATINCPATH=/home/me/include
28379
28380Note that if you build against a shareable library in a non-standard location
28381you may (on some platforms) also have to set your LD_LIBRARY_PATH environment
28382variable at run time for perl to find the library.
28383
28384Warning: prerequisite LWP::UserAgent 0 not found.
28385Checking if your kit is complete...
28386Looks good
28387Writing Makefile for XML::Parser::Expat
28388Writing MYMETA.yml and MYMETA.json
28389Writing Makefile for XML::Parser
28390Writing MYMETA.yml and MYMETA.json
28391---- Unsatisfied dependencies detected during ----
28392---- TODDR/XML-Parser-2.44.tar.gz ----
28393 LWP::UserAgent [requires]
28394Skipping test because of notest pragma
28395Running make install
28396 Delayed until after prerequisites
28397Running install for module 'LWP::UserAgent'
28398Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
28399Fetching with HTTP::Tiny:
28400http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz
28401Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/libwww-perl-6.15.tar.gz ok
28402
28403 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
28404
28405Warning: prerequisite File::Listing 6 not found.
28406Warning: prerequisite HTTP::Cookies 6 not found.
28407Warning: prerequisite HTTP::Daemon 6 not found.
28408Warning: prerequisite HTTP::Negotiate 6 not found.
28409Warning: prerequisite Net::HTTP 6.07 not found.
28410Warning: prerequisite WWW::RobotRules 6 not found.
28411Checking if your kit is complete...
28412Looks good
28413Writing Makefile for LWP
28414Writing MYMETA.yml and MYMETA.json
28415---- Unsatisfied dependencies detected during ----
28416---- ETHER/libwww-perl-6.15.tar.gz ----
28417 File::Listing [requires]
28418 HTTP::Daemon [requires]
28419 HTTP::Cookies [requires]
28420 WWW::RobotRules [requires]
28421 HTTP::Negotiate [requires]
28422 Net::HTTP [requires]
28423Skipping test because of notest pragma
28424Running make install
28425 Delayed until after prerequisites
28426Running install for module 'File::Listing'
28427Running make for G/GA/GAAS/File-Listing-6.04.tar.gz
28428Fetching with HTTP::Tiny:
28429http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz
28430Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ok
28431
28432 CPAN.pm: Building G/GA/GAAS/File-Listing-6.04.tar.gz
28433
28434Checking if your kit is complete...
28435Looks good
28436Writing Makefile for File::Listing
28437Writing MYMETA.yml and MYMETA.json
28438cp lib/File/Listing.pm blib/lib/File/Listing.pm
28439Manifying blib/man3/File::Listing.3pm
28440 GAAS/File-Listing-6.04.tar.gz
28441 /usr/bin/make -- OK
28442Skipping test because of notest pragma
28443Running make install
28444Installing /usr/local/share/perl5/File/Listing.pm
28445Installing /usr/local/share/man/man3/File::Listing.3pm
28446Appending installation info to /usr/lib64/perl5/perllocal.pod
28447 GAAS/File-Listing-6.04.tar.gz
28448 /usr/bin/make install -- OK
28449Running install for module 'HTTP::Daemon'
28450Running make for G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
28451Fetching with HTTP::Tiny:
28452http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
28453Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ok
28454
28455 CPAN.pm: Building G/GA/GAAS/HTTP-Daemon-6.01.tar.gz
28456
28457Checking if your kit is complete...
28458Looks good
28459Writing Makefile for HTTP::Daemon
28460Writing MYMETA.yml and MYMETA.json
28461cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm
28462Manifying blib/man3/HTTP::Daemon.3pm
28463 GAAS/HTTP-Daemon-6.01.tar.gz
28464 /usr/bin/make -- OK
28465Skipping test because of notest pragma
28466Running make install
28467Installing /usr/local/share/perl5/HTTP/Daemon.pm
28468Installing /usr/local/share/man/man3/HTTP::Daemon.3pm
28469Appending installation info to /usr/lib64/perl5/perllocal.pod
28470 GAAS/HTTP-Daemon-6.01.tar.gz
28471 /usr/bin/make install -- OK
28472Running install for module 'HTTP::Cookies'
28473Running make for G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
28474Fetching with HTTP::Tiny:
28475http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
28476Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ok
28477
28478 CPAN.pm: Building G/GA/GAAS/HTTP-Cookies-6.01.tar.gz
28479
28480Checking if your kit is complete...
28481Looks good
28482Writing Makefile for HTTP::Cookies
28483Writing MYMETA.yml and MYMETA.json
28484cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm
28485cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm
28486cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm
28487Manifying blib/man3/HTTP::Cookies::Netscape.3pm
28488Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
28489Manifying blib/man3/HTTP::Cookies.3pm
28490 GAAS/HTTP-Cookies-6.01.tar.gz
28491 /usr/bin/make -- OK
28492Skipping test because of notest pragma
28493Running make install
28494Manifying blib/man3/HTTP::Cookies::Netscape.3pm
28495Manifying blib/man3/HTTP::Cookies::Microsoft.3pm
28496Manifying blib/man3/HTTP::Cookies.3pm
28497Installing /usr/local/share/perl5/HTTP/Cookies.pm
28498Installing /usr/local/share/perl5/HTTP/Cookies/Netscape.pm
28499Installing /usr/local/share/perl5/HTTP/Cookies/Microsoft.pm
28500Installing /usr/local/share/man/man3/HTTP::Cookies::Microsoft.3pm
28501Installing /usr/local/share/man/man3/HTTP::Cookies::Netscape.3pm
28502Installing /usr/local/share/man/man3/HTTP::Cookies.3pm
28503Appending installation info to /usr/lib64/perl5/perllocal.pod
28504 GAAS/HTTP-Cookies-6.01.tar.gz
28505 /usr/bin/make install -- OK
28506Running install for module 'WWW::RobotRules'
28507Running make for G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
28508Fetching with HTTP::Tiny:
28509http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
28510Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ok
28511
28512 CPAN.pm: Building G/GA/GAAS/WWW-RobotRules-6.02.tar.gz
28513
28514Checking if your kit is complete...
28515Looks good
28516Writing Makefile for WWW::RobotRules
28517Writing MYMETA.yml and MYMETA.json
28518cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm
28519cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm
28520Manifying blib/man3/WWW::RobotRules.3pm
28521Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm
28522 GAAS/WWW-RobotRules-6.02.tar.gz
28523 /usr/bin/make -- OK
28524Skipping test because of notest pragma
28525Running make install
28526Installing /usr/local/share/perl5/WWW/RobotRules.pm
28527Installing /usr/local/share/perl5/WWW/RobotRules/AnyDBM_File.pm
28528Installing /usr/local/share/man/man3/WWW::RobotRules::AnyDBM_File.3pm
28529Installing /usr/local/share/man/man3/WWW::RobotRules.3pm
28530Appending installation info to /usr/lib64/perl5/perllocal.pod
28531 GAAS/WWW-RobotRules-6.02.tar.gz
28532 /usr/bin/make install -- OK
28533Running install for module 'HTTP::Negotiate'
28534Running make for G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
28535Fetching with HTTP::Tiny:
28536http://ftp.hosteurope.de/pub/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
28537Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ok
28538
28539 CPAN.pm: Building G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz
28540
28541Checking if your kit is complete...
28542Looks good
28543Writing Makefile for HTTP::Negotiate
28544Writing MYMETA.yml and MYMETA.json
28545cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm
28546Manifying blib/man3/HTTP::Negotiate.3pm
28547 GAAS/HTTP-Negotiate-6.01.tar.gz
28548 /usr/bin/make -- OK
28549Skipping test because of notest pragma
28550Running make install
28551Installing /usr/local/share/perl5/HTTP/Negotiate.pm
28552Installing /usr/local/share/man/man3/HTTP::Negotiate.3pm
28553Appending installation info to /usr/lib64/perl5/perllocal.pod
28554 GAAS/HTTP-Negotiate-6.01.tar.gz
28555 /usr/bin/make install -- OK
28556Running install for module 'Net::HTTP'
28557Running make for E/ET/ETHER/Net-HTTP-6.09.tar.gz
28558Fetching with HTTP::Tiny:
28559http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz
28560Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz ok
28561
28562 CPAN.pm: Building E/ET/ETHER/Net-HTTP-6.09.tar.gz
28563
28564Checking if your kit is complete...
28565Looks good
28566Writing Makefile for Net::HTTP
28567Writing MYMETA.yml and MYMETA.json
28568cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm
28569cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm
28570cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm
28571cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm
28572Manifying blib/man3/Net::HTTP::NB.3pm
28573Manifying blib/man3/Net::HTTP.3pm
28574Manifying blib/man3/Net::HTTPS.3pm
28575 ETHER/Net-HTTP-6.09.tar.gz
28576 /usr/bin/make -- OK
28577Skipping test because of notest pragma
28578Running make install
28579Manifying blib/man3/Net::HTTP::NB.3pm
28580Manifying blib/man3/Net::HTTP.3pm
28581Manifying blib/man3/Net::HTTPS.3pm
28582Installing /usr/local/share/perl5/Net/HTTP.pm
28583Installing /usr/local/share/perl5/Net/HTTPS.pm
28584Installing /usr/local/share/perl5/Net/HTTP/Methods.pm
28585Installing /usr/local/share/perl5/Net/HTTP/NB.pm
28586Installing /usr/local/share/man/man3/Net::HTTPS.3pm
28587Installing /usr/local/share/man/man3/Net::HTTP.3pm
28588Installing /usr/local/share/man/man3/Net::HTTP::NB.3pm
28589Appending installation info to /usr/lib64/perl5/perllocal.pod
28590 ETHER/Net-HTTP-6.09.tar.gz
28591 /usr/bin/make install -- OK
28592Running make for E/ET/ETHER/libwww-perl-6.15.tar.gz
28593 Has already been unwrapped into directory /root/.cpan/build/libwww-perl-6.15-fqcHK1
28594
28595 CPAN.pm: Building E/ET/ETHER/libwww-perl-6.15.tar.gz
28596
28597cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm
28598cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm
28599cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm
28600cp lib/LWP.pm blib/lib/LWP.pm
28601cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm
28602cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm
28603cp lwptut.pod blib/lib/lwptut.pod
28604cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm
28605cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm
28606cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm
28607cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm
28608cp lwpcook.pod blib/lib/lwpcook.pod
28609cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm
28610cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm
28611cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm
28612cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm
28613cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm
28614cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm
28615cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm
28616cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm
28617cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm
28618cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm
28619cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm
28620cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm
28621cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm
28622cp bin/lwp-dump blib/script/lwp-dump
28623/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump
28624cp bin/lwp-mirror blib/script/lwp-mirror
28625/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror
28626cp bin/lwp-download blib/script/lwp-download
28627/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download
28628cp bin/lwp-request blib/script/lwp-request
28629/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request
28630Manifying blib/man1/lwp-dump.1
28631Manifying blib/man1/lwp-mirror.1
28632Manifying blib/man1/lwp-download.1
28633Manifying blib/man1/lwp-request.1
28634Manifying blib/man3/LWP::RobotUA.3pm
28635Manifying blib/man3/LWP::Debug.3pm
28636Manifying blib/man3/lwpcook.3pm
28637Manifying blib/man3/LWP::Authen::Ntlm.3pm
28638Manifying blib/man3/LWP.3pm
28639Manifying blib/man3/LWP::Protocol.3pm
28640Manifying blib/man3/LWP::ConnCache.3pm
28641Manifying blib/man3/lwptut.3pm
28642Manifying blib/man3/LWP::Simple.3pm
28643Manifying blib/man3/LWP::UserAgent.3pm
28644Manifying blib/man3/LWP::MemberMixin.3pm
28645 ETHER/libwww-perl-6.15.tar.gz
28646 /usr/bin/make -- OK
28647Skipping test because of notest pragma
28648Running make install
28649Installing /usr/local/share/perl5/lwpcook.pod
28650Installing /usr/local/share/perl5/LWP.pm
28651Installing /usr/local/share/perl5/lwptut.pod
28652Installing /usr/local/share/perl5/LWP/DebugFile.pm
28653Installing /usr/local/share/perl5/LWP/Simple.pm
28654Installing /usr/local/share/perl5/LWP/ConnCache.pm
28655Installing /usr/local/share/perl5/LWP/MemberMixin.pm
28656Installing /usr/local/share/perl5/LWP/Protocol.pm
28657Installing /usr/local/share/perl5/LWP/RobotUA.pm
28658Installing /usr/local/share/perl5/LWP/UserAgent.pm
28659Installing /usr/local/share/perl5/LWP/Debug.pm
28660Installing /usr/local/share/perl5/LWP/Authen/Digest.pm
28661Installing /usr/local/share/perl5/LWP/Authen/Ntlm.pm
28662Installing /usr/local/share/perl5/LWP/Authen/Basic.pm
28663Installing /usr/local/share/perl5/LWP/Protocol/nntp.pm
28664Installing /usr/local/share/perl5/LWP/Protocol/ftp.pm
28665Installing /usr/local/share/perl5/LWP/Protocol/data.pm
28666Installing /usr/local/share/perl5/LWP/Protocol/loopback.pm
28667Installing /usr/local/share/perl5/LWP/Protocol/file.pm
28668Installing /usr/local/share/perl5/LWP/Protocol/GHTTP.pm
28669Installing /usr/local/share/perl5/LWP/Protocol/cpan.pm
28670Installing /usr/local/share/perl5/LWP/Protocol/gopher.pm
28671Installing /usr/local/share/perl5/LWP/Protocol/http.pm
28672Installing /usr/local/share/perl5/LWP/Protocol/mailto.pm
28673Installing /usr/local/share/perl5/LWP/Protocol/nogo.pm
28674Installing /usr/local/share/man/man1/lwp-dump.1
28675Installing /usr/local/share/man/man1/lwp-download.1
28676Installing /usr/local/share/man/man1/lwp-mirror.1
28677Installing /usr/local/share/man/man1/lwp-request.1
28678Installing /usr/local/share/man/man3/LWP::ConnCache.3pm
28679Installing /usr/local/share/man/man3/lwptut.3pm
28680Installing /usr/local/share/man/man3/LWP::Protocol.3pm
28681Installing /usr/local/share/man/man3/lwpcook.3pm
28682Installing /usr/local/share/man/man3/LWP::Authen::Ntlm.3pm
28683Installing /usr/local/share/man/man3/LWP::RobotUA.3pm
28684Installing /usr/local/share/man/man3/LWP.3pm
28685Installing /usr/local/share/man/man3/LWP::Simple.3pm
28686Installing /usr/local/share/man/man3/LWP::UserAgent.3pm
28687Installing /usr/local/share/man/man3/LWP::MemberMixin.3pm
28688Installing /usr/local/share/man/man3/LWP::Debug.3pm
28689Installing /usr/local/bin/lwp-request
28690Installing /usr/local/bin/lwp-dump
28691Installing /usr/local/bin/lwp-mirror
28692Installing /usr/local/bin/lwp-download
28693Appending installation info to /usr/lib64/perl5/perllocal.pod
28694 ETHER/libwww-perl-6.15.tar.gz
28695 /usr/bin/make install -- OK
28696Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
28697 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-Rd84hw
28698
28699 CPAN.pm: Building T/TO/TODDR/XML-Parser-2.44.tar.gz
28700
28701cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
28702cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
28703cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
28704cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
28705cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
28706cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
28707cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
28708cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
28709cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
28710cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
28711cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
28712cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
28713cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
28714cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
28715cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
28716cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
28717cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
28718cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
28719cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
28720cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
28721cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
28722cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
28723cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
28724cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
28725cp Parser.pm blib/lib/XML/Parser.pm
28726cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
28727cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
28728cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
28729cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
28730cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
28731make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.44-Rd84hw/Expat'
28732cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
28733/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
28734gcc -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
28735Expat.xs:12:19: fatal error: expat.h: No such file or directory
28736 #include <expat.h>
28737 ^
28738compilation terminated.
28739make[1]: *** [Expat.o] Error 1
28740make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.44-Rd84hw/Expat'
28741make: *** [subdirs] Error 2
28742 TODDR/XML-Parser-2.44.tar.gz
28743 /usr/bin/make -- NOT OK
28744Skipping test because of notest pragma
28745Running make install
28746 Make had returned bad status, install seems impossible
28747Running Build for S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28748 Has already been unwrapped into directory /root/.cpan/build/XML-SemanticDiff-1.0004-nCIewp
28749
28750 CPAN.pm: Building S/SH/SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28751
28752Warning: 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.
28753Building XML-SemanticDiff
28754 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28755 ./Build -- OK
28756Skipping test because of notest pragma
28757Running Build install
28758Building XML-SemanticDiff
28759Installing /usr/local/share/perl5/XML/SemanticDiff.pm
28760Installing /usr/local/share/perl5/XML/SemanticDiff/BasicHandler.pm
28761Installing /usr/local/share/man/man3/XML::SemanticDiff.3pm
28762Installing /usr/local/share/man/man3/XML::SemanticDiff::BasicHandler.3pm
28763 SHLOMIF/XML-SemanticDiff-1.0004.tar.gz
28764 ./Build install -- OK
28765Running install for module 'XML::Parser'
28766Running make for T/TO/TODDR/XML-Parser-2.44.tar.gz
28767 Has already been unwrapped into directory /root/.cpan/build/XML-Parser-2.44-Rd84hw
28768Could not make: Unknown error
28769Skipping test because of notest pragma
28770Running make install
28771 Make had returned bad status, install seems impossible
28772Running Build for S/SE/SEMANTICO/Test-XML-0.08.tar.gz
28773 Has already been unwrapped into directory /root/.cpan/build/Test-XML-0.08-4ZmOfe
28774
28775 CPAN.pm: Building S/SE/SEMANTICO/Test-XML-0.08.tar.gz
28776
28777Warning: 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.
28778Building Test-XML
28779 SEMANTICO/Test-XML-0.08.tar.gz
28780 ./Build -- OK
28781Skipping test because of notest pragma
28782Running Build install
28783Building Test-XML
28784Installing /usr/local/share/perl5/Test/XML.pm
28785Installing /usr/local/share/perl5/Test/XML/SAX.pm
28786Installing /usr/local/share/perl5/Test/XML/XPath.pm
28787Installing /usr/local/share/perl5/Test/XML/Twig.pm
28788Installing /usr/local/share/man/man3/Test::XML.3pm
28789Installing /usr/local/share/man/man3/Test::XML::SAX.3pm
28790Installing /usr/local/share/man/man3/Test::XML::Twig.3pm
28791Installing /usr/local/share/man/man3/Test::XML::XPath.3pm
28792 SEMANTICO/Test-XML-0.08.tar.gz
28793 ./Build install -- OK
28794Running make for R/RO/ROBN/XML-Spice-0.04.tar.gz
28795 Has already been unwrapped into directory /root/.cpan/build/XML-Spice-0.04-fxHOY9
28796
28797 CPAN.pm: Building R/RO/ROBN/XML-Spice-0.04.tar.gz
28798
28799cp lib/XML/Spice.pm blib/lib/XML/Spice.pm
28800Manifying blib/man3/XML::Spice.3pm
28801 ROBN/XML-Spice-0.04.tar.gz
28802 /usr/bin/make -- OK
28803Skipping test because of notest pragma
28804Running make install
28805Installing /usr/local/share/perl5/XML/Spice.pm
28806Installing /usr/local/share/man/man3/XML::Spice.3pm
28807Appending installation info to /usr/lib64/perl5/perllocal.pod
28808 ROBN/XML-Spice-0.04.tar.gz
28809 /usr/bin/make install -- OK
28810Running install for module 'XML::Fast'
28811Running make for M/MO/MONS/XML-Fast-0.11.tar.gz
28812Fetching with LWP:
28813http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz
28814Fetching with LWP:
28815http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MO/MONS/CHECKSUMS
28816Checksum for /root/.cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz ok
28817
28818 CPAN.pm: Building M/MO/MONS/XML-Fast-0.11.tar.gz
28819
28820Checking if your kit is complete...
28821Looks good
28822Writing Makefile for XML::Fast
28823Writing MYMETA.yml and MYMETA.json
28824cp lib/XML/Fast.pm blib/lib/XML/Fast.pm
28825/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
28826gcc -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
28827gcc -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
28828Running Mkbootstrap for XML::Fast ()
28829chmod 644 Fast.bs
28830rm -f blib/arch/auto/XML/Fast/Fast.so
28831gcc -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 \
28832 \
28833
28834chmod 755 blib/arch/auto/XML/Fast/Fast.so
28835cp Fast.bs blib/arch/auto/XML/Fast/Fast.bs
28836chmod 644 blib/arch/auto/XML/Fast/Fast.bs
28837Manifying blib/man3/XML::Fast.3pm
28838 MONS/XML-Fast-0.11.tar.gz
28839 /usr/bin/make -- OK
28840Skipping test because of notest pragma
28841Running make install
28842Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
28843Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.so
28844Installing /usr/local/lib64/perl5/auto/XML/Fast/Fast.bs
28845Installing /usr/local/lib64/perl5/XML/Fast.pm
28846Installing /usr/local/share/man/man3/XML::Fast.3pm
28847Appending installation info to /usr/lib64/perl5/perllocal.pod
28848 MONS/XML-Fast-0.11.tar.gz
28849 /usr/bin/make install -- OK
28850Running install for module 'Tie::DataUUID'
28851Running make for M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
28852Fetching with LWP:
28853http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
28854Fetching with LWP:
28855http://ftp.hosteurope.de/pub/CPAN/authors/id/M/MA/MARKF/CHECKSUMS
28856Checksum for /root/.cpan/sources/authors/id/M/MA/MARKF/Tie-DataUUID-1.02.tar.gz ok
28857
28858 CPAN.pm: Building M/MA/MARKF/Tie-DataUUID-1.02.tar.gz
28859
28860Cannot determine perl version info from lib/Tie/DataUUID.pm
28861Cannot determine license info from lib/Tie/DataUUID.pm
28862Checking if your kit is complete...
28863Looks good
28864Writing Makefile for Tie::DataUUID
28865Writing MYMETA.yml and MYMETA.json
28866cp lib/Tie/DataUUID.pm blib/lib/Tie/DataUUID.pm
28867Manifying blib/man3/Tie::DataUUID.3pm
28868 MARKF/Tie-DataUUID-1.02.tar.gz
28869 /usr/bin/make -- OK
28870Skipping test because of notest pragma
28871Running make install
28872Installing /usr/local/share/perl5/Tie/DataUUID.pm
28873Installing /usr/local/share/man/man3/Tie::DataUUID.3pm
28874Appending installation info to /usr/lib64/perl5/perllocal.pod
28875 MARKF/Tie-DataUUID-1.02.tar.gz
28876 /usr/bin/make install -- OK
28877Running make for B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
28878 Has already been unwrapped into directory /root/.cpan/build/Net-DAVTalk-0.04-DjByo_
28879
28880 CPAN.pm: Building B/BR/BRONG/Net-DAVTalk-0.04.tar.gz
28881
28882cp lib/Net/DAVTalk.pm blib/lib/Net/DAVTalk.pm
28883cp lib/Net/DAVTalk/XMLParser.pm blib/lib/Net/DAVTalk/XMLParser.pm
28884Manifying blib/man3/Net::DAVTalk.3pm
28885Manifying blib/man3/Net::DAVTalk::XMLParser.3pm
28886 BRONG/Net-DAVTalk-0.04.tar.gz
28887 /usr/bin/make -- OK
28888Skipping test because of notest pragma
28889Running make install
28890Installing /usr/local/share/perl5/Net/DAVTalk.pm
28891Installing /usr/local/share/perl5/Net/DAVTalk/XMLParser.pm
28892Installing /usr/local/share/man/man3/Net::DAVTalk.3pm
28893Installing /usr/local/share/man/man3/Net::DAVTalk::XMLParser.3pm
28894Appending installation info to /usr/lib64/perl5/perllocal.pod
28895 BRONG/Net-DAVTalk-0.04.tar.gz
28896 /usr/bin/make install -- OK
28897Running install for module 'DateTime::Format::ISO8601'
28898Running make for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
28899Fetching with LWP:
28900http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
28901Fetching with LWP:
28902http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JH/JHOBLITT/CHECKSUMS
28903Checksum for /root/.cpan/sources/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ok
28904
28905 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
28906
28907Checking prerequisites...
28908 requires:
28909 ! DateTime::Format::Builder is not installed
28910 recommends:
28911 * Test::Distribution is not installed
28912 * Test::Pod is not installed
28913
28914ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
28915of the modules indicated above before proceeding with this installation
28916
28917Created MYMETA.yml and MYMETA.json
28918Creating new 'Build' script for 'DateTime-Format-ISO8601' version '0.08'
28919---- Unsatisfied dependencies detected during ----
28920---- JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz ----
28921 DateTime::Format::Builder [requires]
28922Skipping test because of notest pragma
28923Running Build install
28924 Delayed until after prerequisites
28925Running install for module 'DateTime::Format::Builder'
28926Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
28927Fetching with LWP:
28928http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
28929Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ok
28930
28931 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
28932
28933Warning: prerequisite Class::Factory::Util 1.6 not found.
28934Warning: prerequisite DateTime::Format::Strptime 1.04 not found.
28935Checking if your kit is complete...
28936Looks good
28937Writing Makefile for DateTime::Format::Builder
28938Writing MYMETA.yml and MYMETA.json
28939---- Unsatisfied dependencies detected during ----
28940---- DROLSKY/DateTime-Format-Builder-0.81.tar.gz ----
28941 DateTime::Format::Strptime [requires]
28942 Class::Factory::Util [requires]
28943Skipping test because of notest pragma
28944Running make install
28945 Delayed until after prerequisites
28946Running install for module 'DateTime::Format::Strptime'
28947Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
28948Fetching with LWP:
28949http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
28950Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ok
28951
28952 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
28953
28954Warning: prerequisite Package::DeprecationManager 0.15 not found. We have 0.13.
28955Warning: prerequisite Params::Validate 1.20 not found. We have 1.08.
28956Checking if your kit is complete...
28957Looks good
28958Writing Makefile for DateTime::Format::Strptime
28959Writing MYMETA.yml and MYMETA.json
28960---- Unsatisfied dependencies detected during ----
28961---- DROLSKY/DateTime-Format-Strptime-1.62.tar.gz ----
28962 Package::DeprecationManager [requires]
28963 Params::Validate [requires]
28964Skipping test because of notest pragma
28965Running make install
28966 Delayed until after prerequisites
28967Running install for module 'Package::DeprecationManager'
28968Running make for D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
28969Fetching with LWP:
28970http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
28971Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz ok
28972
28973 CPAN.pm: Building D/DR/DROLSKY/Package-DeprecationManager-0.15.tar.gz
28974
28975Checking if your kit is complete...
28976Looks good
28977Writing Makefile for Package::DeprecationManager
28978Writing MYMETA.yml and MYMETA.json
28979cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm
28980Manifying blib/man3/Package::DeprecationManager.3pm
28981 DROLSKY/Package-DeprecationManager-0.15.tar.gz
28982 /usr/bin/make -- OK
28983Skipping test because of notest pragma
28984Running make install
28985Installing /usr/local/share/perl5/Package/DeprecationManager.pm
28986Installing /usr/local/share/man/man3/Package::DeprecationManager.3pm
28987Appending installation info to /usr/lib64/perl5/perllocal.pod
28988 DROLSKY/Package-DeprecationManager-0.15.tar.gz
28989 /usr/bin/make install -- OK
28990Running install for module 'Params::Validate'
28991Running make for D/DR/DROLSKY/Params-Validate-1.21.tar.gz
28992Fetching with LWP:
28993http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz
28994Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Params-Validate-1.21.tar.gz ok
28995
28996 CPAN.pm: Building D/DR/DROLSKY/Params-Validate-1.21.tar.gz
28997
28998Created MYMETA.yml and MYMETA.json
28999Creating new 'Build' script for 'Params-Validate' version '1.21'
29000Building Params-Validate
29001gcc -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
29002ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs')
29003gcc -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
29004 DROLSKY/Params-Validate-1.21.tar.gz
29005 ./Build -- OK
29006Skipping test because of notest pragma
29007Running Build install
29008Building Params-Validate
29009Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
29010Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.bs
29011Installing /usr/local/lib64/perl5/auto/Params/Validate/XS/XS.so
29012Installing /usr/local/lib64/perl5/Params/ValidatePP.pm
29013Installing /usr/local/lib64/perl5/Params/Validate.pm
29014Installing /usr/local/lib64/perl5/Params/ValidateXS.pm
29015Installing /usr/local/lib64/perl5/Params/Validate/PP.pm
29016Installing /usr/local/lib64/perl5/Params/Validate/XS.pm
29017Installing /usr/local/lib64/perl5/Params/Validate/Constants.pm
29018Installing /usr/local/share/man/man3/Params::Validate.3pm
29019 DROLSKY/Params-Validate-1.21.tar.gz
29020 ./Build install -- OK
29021Running make for D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
29022 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Strptime-1.62-P7U5fe
29023
29024 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
29025
29026cp lib/DateTime/Format/Strptime.pm blib/lib/DateTime/Format/Strptime.pm
29027Manifying blib/man3/DateTime::Format::Strptime.3pm
29028 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
29029 /usr/bin/make -- OK
29030Skipping test because of notest pragma
29031Running make install
29032Installing /usr/local/share/perl5/DateTime/Format/Strptime.pm
29033Installing /usr/local/share/man/man3/DateTime::Format::Strptime.3pm
29034Appending installation info to /usr/lib64/perl5/perllocal.pod
29035 DROLSKY/DateTime-Format-Strptime-1.62.tar.gz
29036 /usr/bin/make install -- OK
29037Running install for module 'Class::Factory::Util'
29038Running make for D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
29039Fetching with LWP:
29040http://ftp.hosteurope.de/pub/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
29041Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz ok
29042
29043 CPAN.pm: Building D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz
29044
29045Created MYMETA.yml and MYMETA.json
29046Creating new 'Build' script for 'Class-Factory-Util' version '1.7'
29047Building Class-Factory-Util
29048 DROLSKY/Class-Factory-Util-1.7.tar.gz
29049 ./Build -- OK
29050Skipping test because of notest pragma
29051Running Build install
29052Building Class-Factory-Util
29053Installing /usr/local/share/perl5/Class/Factory/Util.pm
29054Installing /usr/local/share/man/man3/Class::Factory::Util.3pm
29055 DROLSKY/Class-Factory-Util-1.7.tar.gz
29056 ./Build install -- OK
29057Running make for D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
29058 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-Builder-0.81-sDrRGM
29059
29060 CPAN.pm: Building D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz
29061
29062cp lib/DateTime/Format/Builder.pm blib/lib/DateTime/Format/Builder.pm
29063cp lib/DateTime/Format/Builder/Parser/Quick.pm blib/lib/DateTime/Format/Builder/Parser/Quick.pm
29064cp lib/DateTime/Format/Builder/Parser/Dispatch.pm blib/lib/DateTime/Format/Builder/Parser/Dispatch.pm
29065cp lib/DateTime/Format/Builder/Parser/Regex.pm blib/lib/DateTime/Format/Builder/Parser/Regex.pm
29066cp lib/DateTime/Format/Builder/Tutorial.pod blib/lib/DateTime/Format/Builder/Tutorial.pod
29067cp lib/DateTime/Format/Builder/Parser/generic.pm blib/lib/DateTime/Format/Builder/Parser/generic.pm
29068cp lib/DateTime/Format/Builder/Parser.pm blib/lib/DateTime/Format/Builder/Parser.pm
29069cp lib/DateTime/Format/Builder/Parser/Strptime.pm blib/lib/DateTime/Format/Builder/Parser/Strptime.pm
29070Manifying blib/man3/DateTime::Format::Builder::Parser::Regex.3pm
29071Manifying blib/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
29072Manifying blib/man3/DateTime::Format::Builder::Parser::Quick.3pm
29073Manifying blib/man3/DateTime::Format::Builder.3pm
29074Manifying blib/man3/DateTime::Format::Builder::Parser::generic.3pm
29075Manifying blib/man3/DateTime::Format::Builder::Tutorial.3pm
29076Manifying blib/man3/DateTime::Format::Builder::Parser.3pm
29077Manifying blib/man3/DateTime::Format::Builder::Parser::Strptime.3pm
29078 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
29079 /usr/bin/make -- OK
29080Skipping test because of notest pragma
29081Running make install
29082Installing /usr/local/share/perl5/DateTime/Format/Builder.pm
29083Installing /usr/local/share/perl5/DateTime/Format/Builder/Tutorial.pod
29084Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser.pm
29085Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/generic.pm
29086Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Quick.pm
29087Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Dispatch.pm
29088Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Regex.pm
29089Installing /usr/local/share/perl5/DateTime/Format/Builder/Parser/Strptime.pm
29090Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Quick.3pm
29091Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::generic.3pm
29092Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser.3pm
29093Installing /usr/local/share/man/man3/DateTime::Format::Builder::Tutorial.3pm
29094Installing /usr/local/share/man/man3/DateTime::Format::Builder.3pm
29095Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Dispatch.3pm
29096Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Regex.3pm
29097Installing /usr/local/share/man/man3/DateTime::Format::Builder::Parser::Strptime.3pm
29098Appending installation info to /usr/lib64/perl5/perllocal.pod
29099 DROLSKY/DateTime-Format-Builder-0.81.tar.gz
29100 /usr/bin/make install -- OK
29101Running Build for J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
29102 Has already been unwrapped into directory /root/.cpan/build/DateTime-Format-ISO8601-0.08-ffeNTp
29103
29104 CPAN.pm: Building J/JH/JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
29105
29106Building DateTime-Format-ISO8601
29107 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
29108 ./Build -- OK
29109Skipping test because of notest pragma
29110Running Build install
29111Building DateTime-Format-ISO8601
29112Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pm
29113Installing /usr/local/share/perl5/DateTime/Format/ISO8601.pod
29114Installing /usr/local/share/man/man3/DateTime::Format::ISO8601.3pm
29115 JHOBLITT/DateTime-Format-ISO8601-0.08.tar.gz
29116 ./Build install -- OK
29117Running install for module 'Text::VCardFast'
29118Running make for B/BR/BRONG/Text-VCardFast-0.06.tar.gz
29119Fetching with LWP:
29120http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz
29121Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Text-VCardFast-0.06.tar.gz ok
29122
29123 CPAN.pm: Building B/BR/BRONG/Text-VCardFast-0.06.tar.gz
29124
29125Checking if your kit is complete...
29126Warning: the following files are missing in your kit:
29127 t/cases
29128Please inform the author.
29129Writing Makefile for Text::VCardFast
29130Writing MYMETA.yml and MYMETA.json
29131cp bench.pl blib/lib/Text/bench.pl
29132cp lib/Text/VCardFast.pm blib/lib/Text/VCardFast.pm
29133/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap VCardFast.xs > VCardFast.xsc && mv VCardFast.xsc VCardFast.c
29134gcc -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
29135gcc -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
29136Running Mkbootstrap for Text::VCardFast ()
29137chmod 644 VCardFast.bs
29138rm -f blib/arch/auto/Text/VCardFast/VCardFast.so
29139gcc -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 \
29140 \
29141
29142chmod 755 blib/arch/auto/Text/VCardFast/VCardFast.so
29143cp VCardFast.bs blib/arch/auto/Text/VCardFast/VCardFast.bs
29144chmod 644 blib/arch/auto/Text/VCardFast/VCardFast.bs
29145Manifying blib/man3/Text::VCardFast.3pm
29146 BRONG/Text-VCardFast-0.06.tar.gz
29147 /usr/bin/make -- OK
29148Skipping test because of notest pragma
29149Running make install
29150Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
29151Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.so
29152Installing /usr/local/lib64/perl5/auto/Text/VCardFast/VCardFast.bs
29153Installing /usr/local/lib64/perl5/Text/VCardFast.pm
29154Installing /usr/local/lib64/perl5/Text/bench.pl
29155Installing /usr/local/share/man/man3/Text::VCardFast.3pm
29156Appending installation info to /usr/lib64/perl5/perllocal.pod
29157 BRONG/Text-VCardFast-0.06.tar.gz
29158 /usr/bin/make install -- OK
29159Running install for module 'Text::LevenshteinXS'
29160Running make for J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
29161Fetching with LWP:
29162http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
29163Fetching with LWP:
29164http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JG/JGOLDBERG/CHECKSUMS
29165Checksum for /root/.cpan/sources/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz ok
29166
29167 CPAN.pm: Building J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
29168
29169Unparsable version '' for prerequisite Test at Makefile.PL line 4.
29170Checking if your kit is complete...
29171Looks good
29172Writing Makefile for Text::LevenshteinXS
29173Writing MYMETA.yml and MYMETA.json
29174cp LevenshteinXS.pm blib/lib/Text/LevenshteinXS.pm
29175AutoSplitting blib/lib/Text/LevenshteinXS.pm (blib/lib/auto/Text/LevenshteinXS)
29176/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap LevenshteinXS.xs > LevenshteinXS.xsc && mv LevenshteinXS.xsc LevenshteinXS.c
29177Please specify prototyping behavior for LevenshteinXS.xs (see perlxs manual)
29178gcc -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
29179Running Mkbootstrap for Text::LevenshteinXS ()
29180chmod 644 LevenshteinXS.bs
29181rm -f blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
29182gcc -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 \
29183 \
29184
29185chmod 755 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.so
29186cp LevenshteinXS.bs blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
29187chmod 644 blib/arch/auto/Text/LevenshteinXS/LevenshteinXS.bs
29188Manifying blib/man3/Text::LevenshteinXS.3pm
29189 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
29190 /usr/bin/make -- OK
29191Skipping test because of notest pragma
29192Running make install
29193Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
29194Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.bs
29195Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/LevenshteinXS.so
29196Installing /usr/local/lib64/perl5/Text/LevenshteinXS.pm
29197Installing /usr/local/lib64/perl5/auto/Text/LevenshteinXS/autosplit.ix
29198Installing /usr/local/share/man/man3/Text::LevenshteinXS.3pm
29199Appending installation info to /usr/lib64/perl5/perllocal.pod
29200 JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz
29201 /usr/bin/make install -- OK
29202Running install for module 'Data::ICal::TimeZone'
29203Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29204Fetching with LWP:
29205http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29206Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ok
29207
29208 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29209
29210Warning: prerequisite Class::Accessor 0 not found.
29211Warning: prerequisite Class::ReturnValue 0 not found.
29212Warning: prerequisite Data::ICal 0 not found.
29213Warning: prerequisite UNIVERSAL::require 0 not found.
29214Checking if your kit is complete...
29215Looks good
29216Writing Makefile for Data::ICal::TimeZone
29217Writing MYMETA.yml and MYMETA.json
29218---- Unsatisfied dependencies detected during ----
29219---- RCLAMP/Data-ICal-TimeZone-1.23.tar.gz ----
29220 Class::ReturnValue [requires]
29221 Data::ICal [requires]
29222 Class::Accessor [requires]
29223 UNIVERSAL::require [requires]
29224Skipping test because of notest pragma
29225Running make install
29226 Delayed until after prerequisites
29227Running install for module 'Class::ReturnValue'
29228Running make for J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
29229Fetching with LWP:
29230http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
29231Fetching with LWP:
29232http://ftp.hosteurope.de/pub/CPAN/authors/id/J/JE/JESSE/CHECKSUMS
29233Checksum for /root/.cpan/sources/authors/id/J/JE/JESSE/Class-ReturnValue-0.55.tar.gz ok
29234
29235 CPAN.pm: Building J/JE/JESSE/Class-ReturnValue-0.55.tar.gz
29236
29237Checking if your kit is complete...
29238Looks good
29239Writing Makefile for Class::ReturnValue
29240Writing MYMETA.yml and MYMETA.json
29241cp lib/Class/ReturnValue.pm blib/lib/Class/ReturnValue.pm
29242Manifying blib/man3/Class::ReturnValue.3pm
29243 JESSE/Class-ReturnValue-0.55.tar.gz
29244 /usr/bin/make -- OK
29245Skipping test because of notest pragma
29246Running make install
29247Installing /usr/local/share/perl5/Class/ReturnValue.pm
29248Installing /usr/local/share/man/man3/Class::ReturnValue.3pm
29249Appending installation info to /usr/lib64/perl5/perllocal.pod
29250 JESSE/Class-ReturnValue-0.55.tar.gz
29251 /usr/bin/make install -- OK
29252Running install for module 'Data::ICal'
29253Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
29254Fetching with LWP:
29255http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz
29256Fetching with LWP:
29257http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AL/ALEXMV/CHECKSUMS
29258Checksum for /root/.cpan/sources/authors/id/A/AL/ALEXMV/Data-ICal-0.22.tar.gz ok
29259
29260 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
29261
29262Warning: prerequisite Class::Accessor 0 not found.
29263Warning: prerequisite Test::LongString 0 not found.
29264Warning: prerequisite Test::NoWarnings 0 not found.
29265Warning: prerequisite Test::Warn 0 not found.
29266Warning: prerequisite Text::vFile::asData 0 not found.
29267*** Module::AutoInstall version 1.14
29268*** Checking for Perl dependencies...
29269*** Since we're running under CPAN, I'll just let it take care
29270 of the dependency's installation later.
29271[Core Features]
29272- Test::More ...loaded. (1.001014)
29273- Test::Warn ...missing.
29274- Test::NoWarnings ...missing.
29275- Test::LongString ...missing.
29276- Class::Accessor ...missing.
29277- Text::vFile::asData ...missing.
29278- MIME::QuotedPrint ...loaded. (3.13)
29279- Class::ReturnValue ...loaded. (0.55)
29280*** Module::AutoInstall configuration finished.
29281Checking if your kit is complete...
29282Looks good
29283Writing Makefile for Data::ICal
29284Writing MYMETA.yml and MYMETA.json
29285---- Unsatisfied dependencies detected during ----
29286---- ALEXMV/Data-ICal-0.22.tar.gz ----
29287 Test::NoWarnings [requires]
29288 Test::LongString [requires]
29289 Text::vFile::asData [requires]
29290 Class::Accessor [requires]
29291 Test::Warn [requires]
29292Skipping test because of notest pragma
29293Running make install
29294 Delayed until after prerequisites
29295Running install for module 'Test::NoWarnings'
29296Running make for A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
29297Fetching with LWP:
29298http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
29299Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ok
29300
29301 CPAN.pm: Building A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
29302
29303Checking if your kit is complete...
29304Looks good
29305Writing Makefile for Test::NoWarnings
29306Writing MYMETA.yml and MYMETA.json
29307cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm
29308cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm
29309Manifying blib/man3/Test::NoWarnings.3pm
29310 ADAMK/Test-NoWarnings-1.04.tar.gz
29311 /usr/bin/make -- OK
29312Skipping test because of notest pragma
29313Running make install
29314Manifying blib/man3/Test::NoWarnings.3pm
29315Installing /usr/local/share/perl5/Test/NoWarnings.pm
29316Installing /usr/local/share/perl5/Test/NoWarnings/Warning.pm
29317Installing /usr/local/share/man/man3/Test::NoWarnings.3pm
29318Appending installation info to /usr/lib64/perl5/perllocal.pod
29319 ADAMK/Test-NoWarnings-1.04.tar.gz
29320 /usr/bin/make install -- OK
29321Running install for module 'Test::LongString'
29322Running make for R/RG/RGARCIA/Test-LongString-0.17.tar.gz
29323Fetching with LWP:
29324http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz
29325Checksum for /root/.cpan/sources/authors/id/R/RG/RGARCIA/Test-LongString-0.17.tar.gz ok
29326
29327 CPAN.pm: Building R/RG/RGARCIA/Test-LongString-0.17.tar.gz
29328
29329Checking if your kit is complete...
29330Looks good
29331Writing Makefile for Test::LongString
29332Writing MYMETA.yml and MYMETA.json
29333cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
29334Manifying blib/man3/Test::LongString.3pm
29335 RGARCIA/Test-LongString-0.17.tar.gz
29336 /usr/bin/make -- OK
29337Skipping test because of notest pragma
29338Running make install
29339Installing /usr/local/share/perl5/Test/LongString.pm
29340Installing /usr/local/share/man/man3/Test::LongString.3pm
29341Appending installation info to /usr/lib64/perl5/perllocal.pod
29342 RGARCIA/Test-LongString-0.17.tar.gz
29343 /usr/bin/make install -- OK
29344Running install for module 'Text::vFile::asData'
29345Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
29346Fetching with LWP:
29347http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
29348Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz ok
29349
29350 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
29351
29352Warning: prerequisite Class::Accessor::Chained 0 not found.
29353Checking if your kit is complete...
29354Looks good
29355Writing Makefile for Text::vFile::asData
29356Writing MYMETA.yml and MYMETA.json
29357---- Unsatisfied dependencies detected during ----
29358---- RCLAMP/Text-vFile-asData-0.08.tar.gz ----
29359 Class::Accessor::Chained [requires]
29360Skipping test because of notest pragma
29361Running make install
29362 Delayed until after prerequisites
29363Running install for module 'Class::Accessor::Chained'
29364Running make for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29365Fetching with LWP:
29366http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29367Checksum for /root/.cpan/sources/authors/id/R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz ok
29368
29369 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29370
29371Checking prerequisites...
29372 requires:
29373 ! Class::Accessor is not installed
29374
29375ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
29376of the modules indicated above before proceeding with this installation
29377
29378Created MYMETA.yml and MYMETA.json
29379Creating new 'Build' script for 'Class-Accessor-Chained' version '0.01'
29380---- Unsatisfied dependencies detected during ----
29381---- RCLAMP/Class-Accessor-Chained-0.01.tar.gz ----
29382 Class::Accessor [requires]
29383Skipping test because of notest pragma
29384Running Build install
29385 Delayed until after prerequisites
29386Running install for module 'Class::Accessor'
29387Running make for K/KA/KASEI/Class-Accessor-0.34.tar.gz
29388Fetching with LWP:
29389http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz
29390Fetching with LWP:
29391http://ftp.hosteurope.de/pub/CPAN/authors/id/K/KA/KASEI/CHECKSUMS
29392Checksum for /root/.cpan/sources/authors/id/K/KA/KASEI/Class-Accessor-0.34.tar.gz ok
29393
29394 CPAN.pm: Building K/KA/KASEI/Class-Accessor-0.34.tar.gz
29395
29396Checking if your kit is complete...
29397Looks good
29398Writing Makefile for Class::Accessor
29399Writing MYMETA.yml and MYMETA.json
29400cp lib/Class/Accessor/Faster.pm blib/lib/Class/Accessor/Faster.pm
29401cp lib/Class/Accessor/Fast.pm blib/lib/Class/Accessor/Fast.pm
29402cp lib/Class/Accessor.pm blib/lib/Class/Accessor.pm
29403Manifying blib/man3/Class::Accessor::Fast.3pm
29404Manifying blib/man3/Class::Accessor::Faster.3pm
29405Manifying blib/man3/Class::Accessor.3pm
29406 KASEI/Class-Accessor-0.34.tar.gz
29407 /usr/bin/make -- OK
29408Skipping test because of notest pragma
29409Running make install
29410Installing /usr/local/share/perl5/Class/Accessor.pm
29411Installing /usr/local/share/perl5/Class/Accessor/Faster.pm
29412Installing /usr/local/share/perl5/Class/Accessor/Fast.pm
29413Installing /usr/local/share/man/man3/Class::Accessor.3pm
29414Installing /usr/local/share/man/man3/Class::Accessor::Faster.3pm
29415Installing /usr/local/share/man/man3/Class::Accessor::Fast.3pm
29416Appending installation info to /usr/lib64/perl5/perllocal.pod
29417 KASEI/Class-Accessor-0.34.tar.gz
29418 /usr/bin/make install -- OK
29419Running Build for R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29420 Has already been unwrapped into directory /root/.cpan/build/Class-Accessor-Chained-0.01-IajfML
29421
29422 CPAN.pm: Building R/RC/RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29423
29424Building Class-Accessor-Chained
29425 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29426 ./Build -- OK
29427Skipping test because of notest pragma
29428Running Build install
29429Building Class-Accessor-Chained
29430Installing /usr/local/share/perl5/Class/Accessor/Chained.pm
29431Installing /usr/local/share/perl5/Class/Accessor/Chained/Fast.pm
29432Installing /usr/local/share/man/man3/Class::Accessor::Chained::Fast.3pm
29433Installing /usr/local/share/man/man3/Class::Accessor::Chained.3pm
29434 RCLAMP/Class-Accessor-Chained-0.01.tar.gz
29435 ./Build install -- OK
29436Running make for R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
29437 Has already been unwrapped into directory /root/.cpan/build/Text-vFile-asData-0.08-GJF2tp
29438
29439 CPAN.pm: Building R/RC/RCLAMP/Text-vFile-asData-0.08.tar.gz
29440
29441cp lib/Text/vFile/asData.pm blib/lib/Text/vFile/asData.pm
29442Manifying blib/man3/Text::vFile::asData.3pm
29443 RCLAMP/Text-vFile-asData-0.08.tar.gz
29444 /usr/bin/make -- OK
29445Skipping test because of notest pragma
29446Running make install
29447Installing /usr/local/share/perl5/Text/vFile/asData.pm
29448Installing /usr/local/share/man/man3/Text::vFile::asData.3pm
29449Appending installation info to /usr/lib64/perl5/perllocal.pod
29450 RCLAMP/Text-vFile-asData-0.08.tar.gz
29451 /usr/bin/make install -- OK
29452Running install for module 'Test::Warn'
29453Running make for C/CH/CHORNY/Test-Warn-0.30.tar.gz
29454Fetching with LWP:
29455http://ftp.hosteurope.de/pub/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
29456Fetching with LWP:
29457http://ftp.hosteurope.de/pub/CPAN/authors/id/C/CH/CHORNY/CHECKSUMS
29458Checksum for /root/.cpan/sources/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz ok
29459
29460 CPAN.pm: Building C/CH/CHORNY/Test-Warn-0.30.tar.gz
29461
29462Checking if your kit is complete...
29463Looks good
29464Writing Makefile for Test::Warn
29465Writing MYMETA.yml and MYMETA.json
29466cp Warn.pm blib/lib/Test/Warn.pm
29467Manifying blib/man3/Test::Warn.3pm
29468 CHORNY/Test-Warn-0.30.tar.gz
29469 /usr/bin/make -- OK
29470Skipping test because of notest pragma
29471Running make install
29472Installing /usr/local/share/perl5/Test/Warn.pm
29473Installing /usr/local/share/man/man3/Test::Warn.3pm
29474Appending installation info to /usr/lib64/perl5/perllocal.pod
29475 CHORNY/Test-Warn-0.30.tar.gz
29476 /usr/bin/make install -- OK
29477Running make for A/AL/ALEXMV/Data-ICal-0.22.tar.gz
29478 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-0.22-yvyWNx
29479
29480 CPAN.pm: Building A/AL/ALEXMV/Data-ICal-0.22.tar.gz
29481
29482cp lib/Data/ICal/Entry/FreeBusy.pm blib/lib/Data/ICal/Entry/FreeBusy.pm
29483cp lib/Data/ICal/Entry/TimeZone.pm blib/lib/Data/ICal/Entry/TimeZone.pm
29484cp lib/Data/ICal/Entry/TimeZone/Standard.pm blib/lib/Data/ICal/Entry/TimeZone/Standard.pm
29485cp lib/Data/ICal/Entry.pm blib/lib/Data/ICal/Entry.pm
29486cp lib/Data/ICal/Entry/Alarm/Procedure.pm blib/lib/Data/ICal/Entry/Alarm/Procedure.pm
29487cp lib/Data/ICal/Entry/Alarm/URI.pm blib/lib/Data/ICal/Entry/Alarm/URI.pm
29488cp lib/Data/ICal/Entry/Alarm.pm blib/lib/Data/ICal/Entry/Alarm.pm
29489cp lib/Data/ICal/Entry/Alarm/Audio.pm blib/lib/Data/ICal/Entry/Alarm/Audio.pm
29490cp lib/Data/ICal/Entry/Alarm/Email.pm blib/lib/Data/ICal/Entry/Alarm/Email.pm
29491cp lib/Data/ICal/Entry/Alarm/None.pm blib/lib/Data/ICal/Entry/Alarm/None.pm
29492cp lib/Data/ICal/Property.pm blib/lib/Data/ICal/Property.pm
29493cp lib/Data/ICal/Entry/Event.pm blib/lib/Data/ICal/Entry/Event.pm
29494cp lib/Data/ICal/Entry/Todo.pm blib/lib/Data/ICal/Entry/Todo.pm
29495cp lib/Data/ICal/Entry/Alarm/Display.pm blib/lib/Data/ICal/Entry/Alarm/Display.pm
29496cp lib/Data/ICal/Entry/TimeZone/Daylight.pm blib/lib/Data/ICal/Entry/TimeZone/Daylight.pm
29497cp lib/Data/ICal/Entry/Journal.pm blib/lib/Data/ICal/Entry/Journal.pm
29498cp lib/Data/ICal.pm blib/lib/Data/ICal.pm
29499Manifying blib/man3/Data::ICal::Entry::TimeZone::Standard.3pm
29500Manifying blib/man3/Data::ICal::Entry::TimeZone.3pm
29501Manifying blib/man3/Data::ICal::Entry::FreeBusy.3pm
29502Manifying blib/man3/Data::ICal::Entry.3pm
29503Manifying blib/man3/Data::ICal::Entry::Alarm::Procedure.3pm
29504Manifying blib/man3/Data::ICal::Entry::Alarm::URI.3pm
29505Manifying blib/man3/Data::ICal::Entry::Alarm::Email.3pm
29506Manifying blib/man3/Data::ICal::Entry::Alarm.3pm
29507Manifying blib/man3/Data::ICal::Entry::Alarm::Audio.3pm
29508Manifying blib/man3/Data::ICal::Entry::Alarm::None.3pm
29509Manifying blib/man3/Data::ICal::Property.3pm
29510Manifying blib/man3/Data::ICal::Entry::Event.3pm
29511Manifying blib/man3/Data::ICal::Entry::Todo.3pm
29512Manifying blib/man3/Data::ICal::Entry::Alarm::Display.3pm
29513Manifying blib/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
29514Manifying blib/man3/Data::ICal::Entry::Journal.3pm
29515Manifying blib/man3/Data::ICal.3pm
29516 ALEXMV/Data-ICal-0.22.tar.gz
29517 /usr/bin/make -- OK
29518Skipping test because of notest pragma
29519Running make install
29520Installing /usr/local/share/perl5/Data/ICal.pm
29521Installing /usr/local/share/perl5/Data/ICal/Property.pm
29522Installing /usr/local/share/perl5/Data/ICal/Entry.pm
29523Installing /usr/local/share/perl5/Data/ICal/Entry/FreeBusy.pm
29524Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone.pm
29525Installing /usr/local/share/perl5/Data/ICal/Entry/Todo.pm
29526Installing /usr/local/share/perl5/Data/ICal/Entry/Event.pm
29527Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm.pm
29528Installing /usr/local/share/perl5/Data/ICal/Entry/Journal.pm
29529Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Daylight.pm
29530Installing /usr/local/share/perl5/Data/ICal/Entry/TimeZone/Standard.pm
29531Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Email.pm
29532Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Display.pm
29533Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/URI.pm
29534Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/None.pm
29535Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Audio.pm
29536Installing /usr/local/share/perl5/Data/ICal/Entry/Alarm/Procedure.pm
29537Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Audio.3pm
29538Installing /usr/local/share/man/man3/Data::ICal::Property.3pm
29539Installing /usr/local/share/man/man3/Data::ICal::Entry::FreeBusy.3pm
29540Installing /usr/local/share/man/man3/Data::ICal::Entry::Todo.3pm
29541Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm.3pm
29542Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Daylight.3pm
29543Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Procedure.3pm
29544Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::None.3pm
29545Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone::Standard.3pm
29546Installing /usr/local/share/man/man3/Data::ICal::Entry::TimeZone.3pm
29547Installing /usr/local/share/man/man3/Data::ICal.3pm
29548Installing /usr/local/share/man/man3/Data::ICal::Entry.3pm
29549Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Display.3pm
29550Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::Email.3pm
29551Installing /usr/local/share/man/man3/Data::ICal::Entry::Journal.3pm
29552Installing /usr/local/share/man/man3/Data::ICal::Entry::Event.3pm
29553Installing /usr/local/share/man/man3/Data::ICal::Entry::Alarm::URI.3pm
29554Appending installation info to /usr/lib64/perl5/perllocal.pod
29555 ALEXMV/Data-ICal-0.22.tar.gz
29556 /usr/bin/make install -- OK
29557Running install for module 'UNIVERSAL::require'
29558Running make for N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
29559Fetching with LWP:
29560http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
29561Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz ok
29562
29563 CPAN.pm: Building N/NE/NEILB/UNIVERSAL-require-0.18.tar.gz
29564
29565Checking if your kit is complete...
29566Looks good
29567Writing Makefile for UNIVERSAL::require
29568Writing MYMETA.yml and MYMETA.json
29569cp lib/UNIVERSAL/require.pm blib/lib/UNIVERSAL/require.pm
29570Manifying blib/man3/UNIVERSAL::require.3pm
29571 NEILB/UNIVERSAL-require-0.18.tar.gz
29572 /usr/bin/make -- OK
29573Skipping test because of notest pragma
29574Running make install
29575Installing /usr/local/share/perl5/UNIVERSAL/require.pm
29576Installing /usr/local/share/man/man3/UNIVERSAL::require.3pm
29577Appending installation info to /usr/lib64/perl5/perllocal.pod
29578 NEILB/UNIVERSAL-require-0.18.tar.gz
29579 /usr/bin/make install -- OK
29580Running make for R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29581 Has already been unwrapped into directory /root/.cpan/build/Data-ICal-TimeZone-1.23-f4BCHU
29582
29583 CPAN.pm: Building R/RC/RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29584
29585cp lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Seoul.pm
29586cp lib/Data/ICal/TimeZone/Object/America/Araguaina.pm blib/lib/Data/ICal/TimeZone/Object/America/Araguaina.pm
29587cp lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Malabo.pm
29588cp lib/Data/ICal/TimeZone/Object/America/Montevideo.pm blib/lib/Data/ICal/TimeZone/Object/America/Montevideo.pm
29589cp lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
29590cp lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
29591cp lib/Data/ICal/TimeZone/Object/America/Noronha.pm blib/lib/Data/ICal/TimeZone/Object/America/Noronha.pm
29592cp lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
29593cp lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Niamey.pm
29594cp lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
29595cp lib/Data/ICal/TimeZone/Object/America/Yakutat.pm blib/lib/Data/ICal/TimeZone/Object/America/Yakutat.pm
29596cp lib/Data/ICal/TimeZone/Object/Asia/Amman.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Amman.pm
29597cp lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
29598cp lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Vincent.pm
29599cp lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
29600cp lib/Data/ICal/TimeZone/Object/America/Menominee.pm blib/lib/Data/ICal/TimeZone/Object/America/Menominee.pm
29601cp lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
29602cp lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
29603cp lib/Data/ICal/TimeZone/Object/Africa/Douala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Douala.pm
29604cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
29605cp lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm blib/lib/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
29606cp lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bamako.pm
29607cp lib/Data/ICal/TimeZone/Object/America/Nassau.pm blib/lib/Data/ICal/TimeZone/Object/America/Nassau.pm
29608cp lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
29609cp lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
29610cp lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
29611cp lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
29612cp lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Truk.pm
29613cp lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
29614cp lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm blib/lib/Data/ICal/TimeZone/Object/America/Whitehorse.pm
29615cp lib/Data/ICal/TimeZone/Object/America/Nipigon.pm blib/lib/Data/ICal/TimeZone/Object/America/Nipigon.pm
29616cp lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm blib/lib/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
29617cp lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guam.pm
29618cp lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
29619cp lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
29620cp lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
29621cp lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
29622cp lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Singapore.pm
29623cp lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
29624cp lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm blib/lib/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
29625cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
29626cp lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
29627cp lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Cocos.pm
29628cp lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
29629cp lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
29630cp lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm blib/lib/Data/ICal/TimeZone/Object/America/Mazatlan.pm
29631cp lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Eucla.pm
29632cp lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
29633cp lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
29634cp lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Damascus.pm
29635cp lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm blib/lib/Data/ICal/TimeZone/Object/America/Rainy_River.pm
29636cp lib/Data/ICal/TimeZone/Object/America/Guyana.pm blib/lib/Data/ICal/TimeZone/Object/America/Guyana.pm
29637cp lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Dublin.pm
29638cp lib/Data/ICal/TimeZone/Object/America/Chicago.pm blib/lib/Data/ICal/TimeZone/Object/America/Chicago.pm
29639cp lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Moscow.pm
29640cp lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
29641cp lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
29642cp lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Taipei.pm
29643cp lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
29644cp lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
29645cp lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Reunion.pm
29646cp lib/Data/ICal/TimeZone/Object/America/Barbados.pm blib/lib/Data/ICal/TimeZone/Object/America/Barbados.pm
29647cp lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
29648cp lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
29649cp lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
29650cp lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm blib/lib/Data/ICal/TimeZone/Object/America/Guayaquil.pm
29651cp lib/Data/ICal/TimeZone/Object/Africa/Accra.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Accra.pm
29652cp lib/Data/ICal/TimeZone/Object/America/Anguilla.pm blib/lib/Data/ICal/TimeZone/Object/America/Anguilla.pm
29653cp lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
29654cp lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
29655cp lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
29656cp lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
29657cp lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Midway.pm
29658cp lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
29659cp lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
29660cp lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
29661cp lib/Data/ICal/TimeZone/Object/Africa/Lome.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lome.pm
29662cp lib/Data/ICal/TimeZone/Object/America/Monterrey.pm blib/lib/Data/ICal/TimeZone/Object/America/Monterrey.pm
29663cp lib/Data/ICal/TimeZone/Object/America/Resolute.pm blib/lib/Data/ICal/TimeZone/Object/America/Resolute.pm
29664cp lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
29665cp lib/Data/ICal/TimeZone/Object/America/Edmonton.pm blib/lib/Data/ICal/TimeZone/Object/America/Edmonton.pm
29666cp lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
29667cp lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
29668cp lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
29669cp lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
29670cp lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
29671cp lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maputo.pm
29672cp lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
29673cp lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
29674cp lib/Data/ICal/TimeZone/Object/Asia/Manila.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Manila.pm
29675cp lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm blib/lib/Data/ICal/TimeZone/Object/America/Eirunepe.pm
29676cp lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Minsk.pm
29677cp lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm blib/lib/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
29678cp lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm blib/lib/Data/ICal/TimeZone/Object/America/Hermosillo.pm
29679cp lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kiev.pm
29680cp lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
29681cp lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
29682cp lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Easter.pm
29683cp lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
29684cp lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm blib/lib/Data/ICal/TimeZone/Object/America/Mexico_City.pm
29685cp lib/Data/ICal/._TimeZone.pm blib/lib/Data/ICal/._TimeZone.pm
29686cp lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dubai.pm
29687cp lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Monaco.pm
29688cp lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
29689cp lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Karachi.pm
29690cp lib/Data/ICal/TimeZone/Object/America/Moncton.pm blib/lib/Data/ICal/TimeZone/Object/America/Moncton.pm
29691cp lib/Data/ICal/TimeZone/Object/America/Toronto.pm blib/lib/Data/ICal/TimeZone/Object/America/Toronto.pm
29692cp lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm blib/lib/Data/ICal/TimeZone/Object/America/Chihuahua.pm
29693cp lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm blib/lib/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
29694cp lib/Data/ICal/TimeZone/Object/America/Belem.pm blib/lib/Data/ICal/TimeZone/Object/America/Belem.pm
29695cp lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
29696cp lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm blib/lib/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
29697cp lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Luanda.pm
29698cp lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
29699cp lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Zurich.pm
29700cp lib/Data/ICal/TimeZone/Object/America/Vancouver.pm blib/lib/Data/ICal/TimeZone/Object/America/Vancouver.pm
29701cp lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
29702cp lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
29703cp lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
29704cp lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Freetown.pm
29705cp lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Cairo.pm
29706cp lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm blib/lib/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
29707cp lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
29708cp lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
29709cp lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
29710cp lib/Data/ICal/TimeZone/Object/Europe/Paris.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Paris.pm
29711cp lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm blib/lib/Data/ICal/TimeZone/Object/America/Fortaleza.pm
29712cp lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
29713cp lib/Data/ICal/TimeZone/List.pm blib/lib/Data/ICal/TimeZone/List.pm
29714cp lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
29715cp lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm blib/lib/Data/ICal/TimeZone/Object/America/Paramaribo.pm
29716cp lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm blib/lib/Data/ICal/TimeZone/Object/America/Iqaluit.pm
29717cp lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Makassar.pm
29718cp lib/Data/ICal/TimeZone/Object/Europe/London.pm blib/lib/Data/ICal/TimeZone/Object/Europe/London.pm
29719cp lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
29720cp lib/Data/ICal/TimeZone.pm blib/lib/Data/ICal/TimeZone.pm
29721cp lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Conakry.pm
29722cp lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
29723cp lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
29724cp lib/Data/ICal/TimeZone/Object/America/Santiago.pm blib/lib/Data/ICal/TimeZone/Object/America/Santiago.pm
29725cp lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
29726cp lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
29727cp lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
29728cp lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Almaty.pm
29729cp lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
29730cp lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
29731cp lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
29732cp lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm blib/lib/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
29733cp lib/Data/ICal/TimeZone/Object/America/Belize.pm blib/lib/Data/ICal/TimeZone/Object/America/Belize.pm
29734cp lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
29735cp lib/Data/ICal/TimeZone/Object/America/Grenada.pm blib/lib/Data/ICal/TimeZone/Object/America/Grenada.pm
29736cp lib/Data/ICal/TimeZone/Object/America/La_Paz.pm blib/lib/Data/ICal/TimeZone/Object/America/La_Paz.pm
29737cp lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Apia.pm
29738cp lib/Data/ICal/TimeZone/Object/America/Nome.pm blib/lib/Data/ICal/TimeZone/Object/America/Nome.pm
29739cp lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kabul.pm
29740cp lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
29741cp lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Darwin.pm
29742cp lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Madrid.pm
29743cp lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm blib/lib/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
29744cp lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
29745cp lib/Data/ICal/TimeZone/Object/America/Atikokan.pm blib/lib/Data/ICal/TimeZone/Object/America/Atikokan.pm
29746cp lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Muscat.pm
29747cp lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Thomas.pm
29748cp lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
29749cp lib/Data/ICal/TimeZone/Object/America/Shiprock.pm blib/lib/Data/ICal/TimeZone/Object/America/Shiprock.pm
29750cp lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
29751cp lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm blib/lib/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
29752cp lib/Data/ICal/TimeZone/Object/America/Regina.pm blib/lib/Data/ICal/TimeZone/Object/America/Regina.pm
29753cp lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Brussels.pm
29754cp lib/Data/ICal/TimeZone/Object/Asia/Oral.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Oral.pm
29755cp lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
29756cp lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
29757cp lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tirane.pm
29758cp lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
29759cp lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
29760cp lib/Data/ICal/TimeZone/Object/Asia/Aden.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aden.pm
29761cp lib/Data/ICal/TimeZone/Object/America/Godthab.pm blib/lib/Data/ICal/TimeZone/Object/America/Godthab.pm
29762cp lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
29763cp lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
29764cp lib/Data/ICal/TimeZone/Object/Asia/Baku.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Baku.pm
29765cp lib/Data/ICal/TimeZone/Object/America/Thule.pm blib/lib/Data/ICal/TimeZone/Object/America/Thule.pm
29766cp lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
29767cp lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
29768cp lib/Data/ICal/TimeZone/Object/Europe/Riga.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Riga.pm
29769cp lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
29770cp lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Qatar.pm
29771cp lib/Data/ICal/TimeZone/Object/America/Cayman.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayman.pm
29772cp lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
29773cp lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
29774cp lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Comoro.pm
29775cp lib/Data/ICal/TimeZone/Object/Australia/Currie.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Currie.pm
29776cp lib/Data/ICal/TimeZone/._Object.pm blib/lib/Data/ICal/TimeZone/._Object.pm
29777cp lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Omsk.pm
29778cp lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
29779cp lib/Data/ICal/TimeZone/Object/America/Boise.pm blib/lib/Data/ICal/TimeZone/Object/America/Boise.pm
29780cp lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
29781cp lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
29782cp lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
29783cp lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Tunis.pm
29784cp lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
29785cp lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm blib/lib/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
29786cp lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
29787cp lib/Data/ICal/TimeZone/Object/Europe/Rome.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Rome.pm
29788cp lib/Data/ICal/TimeZone/Object/America/Caracas.pm blib/lib/Data/ICal/TimeZone/Object/America/Caracas.pm
29789cp lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
29790cp lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
29791cp lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
29792cp lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm blib/lib/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
29793cp lib/Data/ICal/TimeZone/Object/America/Denver.pm blib/lib/Data/ICal/TimeZone/Object/America/Denver.pm
29794cp lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
29795cp lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
29796cp lib/Data/ICal/TimeZone/Object/America/Dominica.pm blib/lib/Data/ICal/TimeZone/Object/America/Dominica.pm
29797cp lib/Data/ICal/TimeZone/Object/America/St_Johns.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Johns.pm
29798cp lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
29799cp lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
29800cp lib/Data/ICal/TimeZone/Object/America/Tortola.pm blib/lib/Data/ICal/TimeZone/Object/America/Tortola.pm
29801cp lib/Data/ICal/TimeZone/Object/America/Cancun.pm blib/lib/Data/ICal/TimeZone/Object/America/Cancun.pm
29802cp lib/Data/ICal/TimeZone/Object/America/Detroit.pm blib/lib/Data/ICal/TimeZone/Object/America/Detroit.pm
29803cp lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm blib/lib/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
29804cp lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Lagos.pm
29805cp lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Banjul.pm
29806cp lib/Data/ICal/TimeZone/Object/America/Cayenne.pm blib/lib/Data/ICal/TimeZone/Object/America/Cayenne.pm
29807cp lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hovd.pm
29808cp lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
29809cp lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
29810cp lib/Data/ICal/TimeZone/Object/America/Montserrat.pm blib/lib/Data/ICal/TimeZone/Object/America/Montserrat.pm
29811cp lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
29812cp lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
29813cp lib/Data/ICal/TimeZone/Object/America/Recife.pm blib/lib/Data/ICal/TimeZone/Object/America/Recife.pm
29814cp lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm blib/lib/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
29815cp lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
29816cp lib/Data/ICal/TimeZone/Object/America/Managua.pm blib/lib/Data/ICal/TimeZone/Object/America/Managua.pm
29817cp lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
29818cp lib/Data/ICal/TimeZone/Object/America/Inuvik.pm blib/lib/Data/ICal/TimeZone/Object/America/Inuvik.pm
29819cp lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Jersey.pm
29820cp lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
29821cp lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Oslo.pm
29822cp lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
29823cp lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm blib/lib/Data/ICal/TimeZone/Object/America/Swift_Current.pm
29824cp lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
29825cp lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Saigon.pm
29826cp lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Beirut.pm
29827cp lib/Data/ICal/TimeZone/Object/America/Adak.pm blib/lib/Data/ICal/TimeZone/Object/America/Adak.pm
29828cp lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
29829cp lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
29830cp lib/Data/ICal/TimeZone/Object.pm blib/lib/Data/ICal/TimeZone/Object.pm
29831cp lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm blib/lib/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
29832cp lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
29833cp lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Maseru.pm
29834cp lib/Data/ICal/TimeZone/Object/America/Maceio.pm blib/lib/Data/ICal/TimeZone/Object/America/Maceio.pm
29835cp lib/Data/ICal/TimeZone/Object/America/Merida.pm blib/lib/Data/ICal/TimeZone/Object/America/Merida.pm
29836cp lib/Data/ICal/TimeZone/Object/Europe/Malta.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Malta.pm
29837cp lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
29838cp lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
29839cp lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Maldives.pm
29840cp lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
29841cp lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm blib/lib/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
29842cp lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
29843cp lib/Data/ICal/TimeZone/Object/America/Lima.pm blib/lib/Data/ICal/TimeZone/Object/America/Lima.pm
29844cp lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
29845cp lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
29846cp lib/Data/ICal/TimeZone/Object/America/Tijuana.pm blib/lib/Data/ICal/TimeZone/Object/America/Tijuana.pm
29847cp lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Wake.pm
29848cp lib/Data/ICal/TimeZone/Object/Africa/Harare.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Harare.pm
29849cp lib/Data/ICal/TimeZone/Object/America/Antigua.pm blib/lib/Data/ICal/TimeZone/Object/America/Antigua.pm
29850cp lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
29851cp lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Magadan.pm
29852cp lib/Data/ICal/TimeZone/Object/America/Miquelon.pm blib/lib/Data/ICal/TimeZone/Object/America/Miquelon.pm
29853cp lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vatican.pm
29854cp lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
29855cp lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
29856cp lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
29857cp lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Budapest.pm
29858cp lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
29859cp lib/Data/ICal/TimeZone/Object/America/Aruba.pm blib/lib/Data/ICal/TimeZone/Object/America/Aruba.pm
29860cp lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
29861cp lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
29862cp lib/Data/ICal/TimeZone/Object/America/Guatemala.pm blib/lib/Data/ICal/TimeZone/Object/America/Guatemala.pm
29863cp lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
29864cp lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm blib/lib/Data/ICal/TimeZone/Object/America/El_Salvador.pm
29865cp lib/Data/ICal/TimeZone/Object/America/Curacao.pm blib/lib/Data/ICal/TimeZone/Object/America/Curacao.pm
29866cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
29867cp lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
29868cp lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
29869cp lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
29870cp lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
29871cp lib/Data/ICal/TimeZone/Object/Asia/Dili.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dili.pm
29872cp lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
29873cp lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
29874cp lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
29875cp lib/Data/ICal/TimeZone/Object/America/Jamaica.pm blib/lib/Data/ICal/TimeZone/Object/America/Jamaica.pm
29876cp lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
29877cp lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bissau.pm
29878cp lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
29879cp lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
29880cp lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kampala.pm
29881cp lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
29882cp lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
29883cp lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
29884cp lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Asmara.pm
29885cp lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Palau.pm
29886cp lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
29887cp lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
29888cp lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
29889cp lib/Data/ICal/TimeZone/Object/America/New_York.pm blib/lib/Data/ICal/TimeZone/Object/America/New_York.pm
29890cp lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
29891cp lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
29892cp lib/Data/ICal/TimeZone/Object/America/Phoenix.pm blib/lib/Data/ICal/TimeZone/Object/America/Phoenix.pm
29893cp lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
29894cp lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm blib/lib/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
29895cp lib/Data/ICal/TimeZone/Object/America/Bahia.pm blib/lib/Data/ICal/TimeZone/Object/America/Bahia.pm
29896cp lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
29897cp lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
29898cp lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Bangui.pm
29899cp lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
29900cp lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Brunei.pm
29901cp lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Sofia.pm
29902cp lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
29903cp lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
29904cp lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Kigali.pm
29905cp lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Skopje.pm
29906cp lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
29907cp lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm blib/lib/Data/ICal/TimeZone/Object/America/Yellowknife.pm
29908cp lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
29909cp lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
29910cp lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Kitts.pm
29911cp lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm blib/lib/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
29912cp lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
29913cp lib/Data/ICal/TimeZone/Object/America/Martinique.pm blib/lib/Data/ICal/TimeZone/Object/America/Martinique.pm
29914cp lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
29915cp lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
29916cp lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
29917cp lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
29918cp lib/Data/ICal/TimeZone/Object/Europe/Athens.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Athens.pm
29919cp lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Sydney.pm
29920cp lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Efate.pm
29921cp lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
29922cp lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Gaza.pm
29923cp lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Harbin.pm
29924cp lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Colombo.pm
29925cp lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
29926cp lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
29927cp lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
29928cp lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
29929cp lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm blib/lib/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
29930cp lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm blib/lib/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
29931cp lib/Data/ICal/TimeZone/Object/Europe/Samara.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Samara.pm
29932cp lib/Data/ICal/TimeZone/Object/Asia/Macau.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Macau.pm
29933cp lib/Data/ICal/TimeZone/Object/Australia/Perth.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Perth.pm
29934cp lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm blib/lib/Data/ICal/TimeZone/Object/America/Cuiaba.pm
29935cp lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
29936cp lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
29937cp lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tehran.pm
29938cp lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
29939cp lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Andorra.pm
29940cp lib/Data/ICal/TimeZone/Object/America/Panama.pm blib/lib/Data/ICal/TimeZone/Object/America/Panama.pm
29941cp lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
29942cp lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
29943cp lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
29944cp lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Kuching.pm
29945cp lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Libreville.pm
29946cp lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Berlin.pm
29947cp lib/Data/ICal/TimeZone/Object/America/Montreal.pm blib/lib/Data/ICal/TimeZone/Object/America/Montreal.pm
29948cp lib/Data/ICal/TimeZone/Object/America/Havana.pm blib/lib/Data/ICal/TimeZone/Object/America/Havana.pm
29949cp lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm blib/lib/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
29950cp lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
29951cp lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Chagos.pm
29952cp lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
29953cp lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Algiers.pm
29954cp lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
29955cp lib/Data/ICal/TimeZone/Object/America/Asuncion.pm blib/lib/Data/ICal/TimeZone/Object/America/Asuncion.pm
29956cp lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
29957cp lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Vienna.pm
29958cp lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm blib/lib/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
29959cp lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm blib/lib/Data/ICal/TimeZone/Object/America/St_Lucia.pm
29960cp lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
29961cp lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
29962cp lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
29963cp lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm blib/lib/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
29964cp lib/Data/ICal/TimeZone/Object/America/Dawson.pm blib/lib/Data/ICal/TimeZone/Object/America/Dawson.pm
29965cp lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Mahe.pm
29966cp lib/Data/ICal/TimeZone/Object/America/Bogota.pm blib/lib/Data/ICal/TimeZone/Object/America/Bogota.pm
29967cp lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm blib/lib/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
29968cp lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm blib/lib/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
29969cp lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
29970cp lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Dakar.pm
29971cp lib/Data/ICal/TimeZone/Object/Europe/Prague.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Prague.pm
29972cp lib/Data/ICal/TimeZone/Object/America/Halifax.pm blib/lib/Data/ICal/TimeZone/Object/America/Halifax.pm
29973cp lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm blib/lib/Data/ICal/TimeZone/Object/Indian/Christmas.pm
29974cp lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm blib/lib/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
29975cp lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
29976cp lib/Data/ICal/TimeZone/Object/America/Juneau.pm blib/lib/Data/ICal/TimeZone/Object/America/Juneau.pm
29977cp lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Niue.pm
29978cp lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm blib/lib/Data/ICal/TimeZone/Object/America/Winnipeg.pm
29979cp lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
29980cp lib/Data/ICal/TimeZone/Object/America/Manaus.pm blib/lib/Data/ICal/TimeZone/Object/America/Manaus.pm
29981cp lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm blib/lib/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
29982cp lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm blib/lib/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
29983cp lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm blib/lib/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
29984cp lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm blib/lib/Data/ICal/TimeZone/Object/Australia/Hobart.pm
29985cp lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm blib/lib/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
29986cp lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm blib/lib/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
29987cp lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm blib/lib/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
29988cp lib/Data/ICal/TimeZone/Object/America/Anchorage.pm blib/lib/Data/ICal/TimeZone/Object/America/Anchorage.pm
29989Manifying blib/man3/Data::ICal::TimeZone.3pm
29990Manifying blib/man3/Data::ICal::TimeZone::Object.3pm
29991 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
29992 /usr/bin/make -- OK
29993Skipping test because of notest pragma
29994Running make install
29995Installing /usr/local/share/perl5/Data/ICal/TimeZone.pm
29996Installing /usr/local/share/perl5/Data/ICal/._TimeZone.pm
29997Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object.pm
29998Installing /usr/local/share/perl5/Data/ICal/TimeZone/List.pm
29999Installing /usr/local/share/perl5/Data/ICal/TimeZone/._Object.pm
30000Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Casey.pm
30001Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/DumontDUrville.pm
30002Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Davis.pm
30003Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Mawson.pm
30004Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Syowa.pm
30005Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/McMurdo.pm
30006Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Vostok.pm
30007Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/South_Pole.pm
30008Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Palmer.pm
30009Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Antarctica/Rothera.pm
30010Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Canary.pm
30011Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Faroe.pm
30012Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Reykjavik.pm
30013Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Bermuda.pm
30014Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/South_Georgia.pm
30015Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Cape_Verde.pm
30016Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Madeira.pm
30017Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/St_Helena.pm
30018Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Jan_Mayen.pm
30019Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Azores.pm
30020Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Atlantic/Stanley.pm
30021Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lusaka.pm
30022Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Khartoum.pm
30023Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Sao_Tome.pm
30024Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bangui.pm
30025Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ndjamena.pm
30026Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Algiers.pm
30027Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maputo.pm
30028Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Cairo.pm
30029Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ceuta.pm
30030Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tunis.pm
30031Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dakar.pm
30032Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Johannesburg.pm
30033Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Blantyre.pm
30034Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Harare.pm
30035Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bujumbura.pm
30036Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mbabane.pm
30037Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Accra.pm
30038Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Windhoek.pm
30039Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Ouagadougou.pm
30040Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bissau.pm
30041Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Malabo.pm
30042Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Freetown.pm
30043Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lome.pm
30044Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Djibouti.pm
30045Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Gaborone.pm
30046Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Brazzaville.pm
30047Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Abidjan.pm
30048Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Casablanca.pm
30049Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kampala.pm
30050Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Conakry.pm
30051Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lagos.pm
30052Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nairobi.pm
30053Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kinshasa.pm
30054Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Dar_es_Salaam.pm
30055Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Douala.pm
30056Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Banjul.pm
30057Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Tripoli.pm
30058Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Niamey.pm
30059Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Maseru.pm
30060Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Monrovia.pm
30061Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/El_Aaiun.pm
30062Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Luanda.pm
30063Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Libreville.pm
30064Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Kigali.pm
30065Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Bamako.pm
30066Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Nouakchott.pm
30067Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Addis_Ababa.pm
30068Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Porto_Novo.pm
30069Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Mogadishu.pm
30070Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Asmara.pm
30071Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Africa/Lubumbashi.pm
30072Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Arctic/Longyearbyen.pm
30073Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Chagos.pm
30074Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Kerguelen.pm
30075Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Cocos.pm
30076Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mayotte.pm
30077Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Reunion.pm
30078Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mauritius.pm
30079Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Mahe.pm
30080Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Antananarivo.pm
30081Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Christmas.pm
30082Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Comoro.pm
30083Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Indian/Maldives.pm
30084Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lindeman.pm
30085Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Perth.pm
30086Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Melbourne.pm
30087Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Hobart.pm
30088Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Sydney.pm
30089Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Darwin.pm
30090Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Adelaide.pm
30091Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Currie.pm
30092Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Lord_Howe.pm
30093Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Brisbane.pm
30094Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Broken_Hill.pm
30095Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Australia/Eucla.pm
30096Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pyongyang.pm
30097Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bangkok.pm
30098Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuala_Lumpur.pm
30099Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jakarta.pm
30100Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kabul.pm
30101Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Sakhalin.pm
30102Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dubai.pm
30103Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Muscat.pm
30104Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qyzylorda.pm
30105Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tashkent.pm
30106Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Istanbul.pm
30107Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Urumqi.pm
30108Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Rangoon.pm
30109Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Irkutsk.pm
30110Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kashgar.pm
30111Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Katmandu.pm
30112Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Samarkand.pm
30113Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Chongqing.pm
30114Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtobe.pm
30115Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Qatar.pm
30116Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tehran.pm
30117Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ashgabat.pm
30118Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Oral.pm
30119Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Thimphu.pm
30120Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hong_Kong.pm
30121Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Makassar.pm
30122Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Novosibirsk.pm
30123Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Shanghai.pm
30124Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vientiane.pm
30125Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuching.pm
30126Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Nicosia.pm
30127Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tbilisi.pm
30128Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Krasnoyarsk.pm
30129Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bahrain.pm
30130Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jerusalem.pm
30131Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Riyadh.pm
30132Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Harbin.pm
30133Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dushanbe.pm
30134Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Magadan.pm
30135Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baghdad.pm
30136Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Amman.pm
30137Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Calcutta.pm
30138Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Damascus.pm
30139Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kuwait.pm
30140Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Baku.pm
30141Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Macau.pm
30142Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Phnom_Penh.pm
30143Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Anadyr.pm
30144Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yerevan.pm
30145Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Colombo.pm
30146Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Manila.pm
30147Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aden.pm
30148Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Beirut.pm
30149Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Seoul.pm
30150Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Singapore.pm
30151Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yekaterinburg.pm
30152Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Omsk.pm
30153Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Brunei.pm
30154Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Choibalsan.pm
30155Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Saigon.pm
30156Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Jayapura.pm
30157Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Pontianak.pm
30158Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Aqtau.pm
30159Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dili.pm
30160Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Karachi.pm
30161Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Yakutsk.pm
30162Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Ulaanbaatar.pm
30163Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Tokyo.pm
30164Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Gaza.pm
30165Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Hovd.pm
30166Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Kamchatka.pm
30167Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Taipei.pm
30168Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Dhaka.pm
30169Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Bishkek.pm
30170Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Vladivostok.pm
30171Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Asia/Almaty.pm
30172Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tarawa.pm
30173Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kosrae.pm
30174Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wake.pm
30175Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Majuro.pm
30176Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Noumea.pm
30177Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fakaofo.pm
30178Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Midway.pm
30179Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Honolulu.pm
30180Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Galapagos.pm
30181Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Nauru.pm
30182Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guadalcanal.pm
30183Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kwajalein.pm
30184Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Port_Moresby.pm
30185Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Easter.pm
30186Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Guam.pm
30187Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Funafuti.pm
30188Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Fiji.pm
30189Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Gambier.pm
30190Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Marquesas.pm
30191Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Auckland.pm
30192Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Ponape.pm
30193Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Enderbury.pm
30194Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Johnston.pm
30195Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Kiritimati.pm
30196Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Chatham.pm
30197Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pago_Pago.pm
30198Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tongatapu.pm
30199Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Saipan.pm
30200Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Truk.pm
30201Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Norfolk.pm
30202Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Rarotonga.pm
30203Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Niue.pm
30204Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Tahiti.pm
30205Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Wallis.pm
30206Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Pitcairn.pm
30207Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Efate.pm
30208Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Apia.pm
30209Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Pacific/Palau.pm
30210Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kaliningrad.pm
30211Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Brussels.pm
30212Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Volgograd.pm
30213Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Belgrade.pm
30214Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Budapest.pm
30215Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Gibraltar.pm
30216Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sarajevo.pm
30217Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Athens.pm
30218Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Jersey.pm
30219Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tallinn.pm
30220Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Guernsey.pm
30221Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Istanbul.pm
30222Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Dublin.pm
30223Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bucharest.pm
30224Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Samara.pm
30225Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Skopje.pm
30226Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Paris.pm
30227Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Amsterdam.pm
30228Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vatican.pm
30229Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Malta.pm
30230Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Madrid.pm
30231Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Bratislava.pm
30232Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Rome.pm
30233Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Luxembourg.pm
30234Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Warsaw.pm
30235Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vienna.pm
30236Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Chisinau.pm
30237Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Tirane.pm
30238Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Kiev.pm
30239Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Nicosia.pm
30240Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Monaco.pm
30241Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Sofia.pm
30242Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Uzhgorod.pm
30243Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/San_Marino.pm
30244Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Minsk.pm
30245Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Stockholm.pm
30246Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Prague.pm
30247Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zagreb.pm
30248Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Podgorica.pm
30249Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Mariehamn.pm
30250Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zaporozhye.pm
30251Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Isle_of_Man.pm
30252Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Copenhagen.pm
30253Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Riga.pm
30254Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Helsinki.pm
30255Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/London.pm
30256Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Oslo.pm
30257Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Moscow.pm
30258Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Zurich.pm
30259Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vaduz.pm
30260Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Vilnius.pm
30261Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Ljubljana.pm
30262Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Lisbon.pm
30263Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Berlin.pm
30264Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Andorra.pm
30265Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/Europe/Simferopol.pm
30266Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tijuana.pm
30267Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Merida.pm
30268Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayman.pm
30269Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/New_York.pm
30270Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Halifax.pm
30271Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Panama.pm
30272Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boa_Vista.pm
30273Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Shiprock.pm
30274Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Edmonton.pm
30275Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Juneau.pm
30276Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Hermosillo.pm
30277Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Lima.pm
30278Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Martinique.pm
30279Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Danmarkshavn.pm
30280Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santo_Domingo.pm
30281Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Puerto_Rico.pm
30282Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Swift_Current.pm
30283Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Los_Angeles.pm
30284Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Pangnirtung.pm
30285Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Santiago.pm
30286Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Barbados.pm
30287Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson.pm
30288Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rankin_Inlet.pm
30289Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cuiaba.pm
30290Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chicago.pm
30291Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/La_Paz.pm
30292Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Winnipeg.pm
30293Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Porto_Velho.pm
30294Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belem.pm
30295Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Jamaica.pm
30296Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guadeloupe.pm
30297Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bahia.pm
30298Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Moncton.pm
30299Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Eirunepe.pm
30300Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montserrat.pm
30301Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Costa_Rica.pm
30302Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Johns.pm
30303Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Managua.pm
30304Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Bogota.pm
30305Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_of_Spain.pm
30306Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montevideo.pm
30307Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Whitehorse.pm
30308Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nipigon.pm
30309Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/El_Salvador.pm
30310Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rainy_River.pm
30311Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Scoresbysund.pm
30312Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Caracas.pm
30313Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Atikokan.pm
30314Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Recife.pm
30315Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Fortaleza.pm
30316Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Noronha.pm
30317Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nome.pm
30318Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dominica.pm
30319Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tegucigalpa.pm
30320Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Paramaribo.pm
30321Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Chihuahua.pm
30322Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Thomas.pm
30323Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mexico_City.pm
30324Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Dawson_Creek.pm
30325Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cambridge_Bay.pm
30326Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Tortola.pm
30327Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grand_Turk.pm
30328Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Vancouver.pm
30329Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anguilla.pm
30330Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Rio_Branco.pm
30331Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cayenne.pm
30332Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Sao_Paulo.pm
30333Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Cancun.pm
30334Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Maceio.pm
30335Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thule.pm
30336Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Antigua.pm
30337Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Nassau.pm
30338Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Adak.pm
30339Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Denver.pm
30340Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Boise.pm
30341Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Miquelon.pm
30342Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Kitts.pm
30343Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Phoenix.pm
30344Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Port_au_Prince.pm
30345Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guayaquil.pm
30346Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Inuvik.pm
30347Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Godthab.pm
30348Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Aruba.pm
30349Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Montreal.pm
30350Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Anchorage.pm
30351Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yakutat.pm
30352Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Iqaluit.pm
30353Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Yellowknife.pm
30354Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Blanc_Sablon.pm
30355Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Campo_Grande.pm
30356Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Goose_Bay.pm
30357Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Toronto.pm
30358Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Glace_Bay.pm
30359Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Havana.pm
30360Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Belize.pm
30361Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Vincent.pm
30362Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Asuncion.pm
30363Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Thunder_Bay.pm
30364Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Mazatlan.pm
30365Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Detroit.pm
30366Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Araguaina.pm
30367Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guyana.pm
30368Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Resolute.pm
30369Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/St_Lucia.pm
30370Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Monterrey.pm
30371Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Regina.pm
30372Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Curacao.pm
30373Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Grenada.pm
30374Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Manaus.pm
30375Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Menominee.pm
30376Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Guatemala.pm
30377Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Indianapolis.pm
30378Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vincennes.pm
30379Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Knox.pm
30380Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Tell_City.pm
30381Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Marengo.pm
30382Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Winamac.pm
30383Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Petersburg.pm
30384Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Indiana/Vevay.pm
30385Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/La_Rioja.pm
30386Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/San_Juan.pm
30387Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Ushuaia.pm
30388Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Catamarca.pm
30389Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Buenos_Aires.pm
30390Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Tucuman.pm
30391Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Cordoba.pm
30392Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Mendoza.pm
30393Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Rio_Gallegos.pm
30394Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Argentina/Jujuy.pm
30395Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/Center.pm
30396Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/North_Dakota/New_Salem.pm
30397Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Louisville.pm
30398Installing /usr/local/share/perl5/Data/ICal/TimeZone/Object/America/Kentucky/Monticello.pm
30399Installing /usr/local/share/man/man3/Data::ICal::TimeZone.3pm
30400Installing /usr/local/share/man/man3/Data::ICal::TimeZone::Object.3pm
30401Appending installation info to /usr/lib64/perl5/perllocal.pod
30402 RCLAMP/Data-ICal-TimeZone-1.23.tar.gz
30403 /usr/bin/make install -- OK
30404Running make for B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
30405 Has already been unwrapped into directory /root/.cpan/build/Net-CalDAVTalk-0.03-Qp82kB
30406
30407 CPAN.pm: Building B/BR/BRONG/Net-CalDAVTalk-0.03.tar.gz
30408
30409cp lib/Net/CalDAVTalk.pm blib/lib/Net/CalDAVTalk.pm
30410cp lib/Net/CalDAVTalk/TimeZones.pm blib/lib/Net/CalDAVTalk/TimeZones.pm
30411Manifying blib/man3/Net::CalDAVTalk.3pm
30412Manifying blib/man3/Net::CalDAVTalk::TimeZones.3pm
30413 BRONG/Net-CalDAVTalk-0.03.tar.gz
30414 /usr/bin/make -- OK
30415Skipping test because of notest pragma
30416Running make install
30417Installing /usr/local/share/perl5/Net/CalDAVTalk.pm
30418Installing /usr/local/share/perl5/Net/CalDAVTalk/TimeZones.pm
30419Installing /usr/local/share/man/man3/Net::CalDAVTalk::TimeZones.3pm
30420Installing /usr/local/share/man/man3/Net::CalDAVTalk.3pm
30421Appending installation info to /usr/lib64/perl5/perllocal.pod
30422 BRONG/Net-CalDAVTalk-0.03.tar.gz
30423 /usr/bin/make install -- OK
30424Running install for module 'Net::CardDAVTalk'
30425Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
30426Fetching with LWP:
30427http://ftp.hosteurope.de/pub/CPAN/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
30428Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
30429
30430 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
30431
30432Warning: prerequisite List::Pairwise 1.00 not found.
30433Checking if your kit is complete...
30434Looks good
30435Writing Makefile for Net::CardDAVTalk
30436Writing MYMETA.yml and MYMETA.json
30437---- Unsatisfied dependencies detected during ----
30438---- BRONG/Net-CardDAVTalk-0.02.tar.gz ----
30439 List::Pairwise [requires]
30440Skipping test because of notest pragma
30441Running make install
30442 Delayed until after prerequisites
30443Running install for module 'List::Pairwise'
30444Running make for T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
30445Fetching with LWP:
30446http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
30447Fetching with LWP:
30448http://ftp.hosteurope.de/pub/CPAN/authors/id/T/TD/TDRUGEON/CHECKSUMS
30449Checksum for /root/.cpan/sources/authors/id/T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz ok
30450
30451 CPAN.pm: Building T/TD/TDRUGEON/List-Pairwise-1.03.tar.gz
30452
30453Checking if your kit is complete...
30454Looks good
30455Writing Makefile for List::Pairwise
30456Writing MYMETA.yml and MYMETA.json
30457cp lib/List/Pairwise.pm blib/lib/List/Pairwise.pm
30458cp lib/List/Pairwise.pod blib/lib/List/Pairwise.pod
30459Manifying blib/man3/List::Pairwise.3pm
30460 TDRUGEON/List-Pairwise-1.03.tar.gz
30461 /usr/bin/make -- OK
30462Skipping test because of notest pragma
30463Running make install
30464Manifying blib/man3/List::Pairwise.3pm
30465Installing /usr/local/share/perl5/List/Pairwise.pm
30466Installing /usr/local/share/perl5/List/Pairwise.pod
30467Installing /usr/local/share/man/man3/List::Pairwise.3pm
30468Appending installation info to /usr/lib64/perl5/perllocal.pod
30469 TDRUGEON/List-Pairwise-1.03.tar.gz
30470 /usr/bin/make install -- OK
30471Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
30472 Has already been unwrapped into directory /root/.cpan/build/Net-CardDAVTalk-0.02-xHF7Sf
30473
30474 CPAN.pm: Building B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
30475
30476cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
30477cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
30478Manifying blib/man3/Net::CardDAVTalk.3pm
30479Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
30480 BRONG/Net-CardDAVTalk-0.02.tar.gz
30481 /usr/bin/make -- OK
30482Skipping test because of notest pragma
30483Running make install
30484Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
30485Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
30486Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
30487Installing /usr/local/share/man/man3/Net::CardDAVTalk::VCard.3pm
30488Appending installation info to /usr/lib64/perl5/perllocal.pod
30489 BRONG/Net-CardDAVTalk-0.02.tar.gz
30490 /usr/bin/make install -- OK
30491Net::CardDAVTalk::VCard is up to date (undef).
30492Running install for module 'Net::Cmd'
30493Running make for S/SH/SHAY/libnet-3.07.tar.gz
30494Fetching with LWP:
30495http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHAY/libnet-3.07.tar.gz
30496Fetching with LWP:
30497http://ftp.hosteurope.de/pub/CPAN/authors/id/S/SH/SHAY/CHECKSUMS
30498Checksum for /root/.cpan/sources/authors/id/S/SH/SHAY/libnet-3.07.tar.gz ok
30499
30500 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
30501
30502Warning: prerequisite Socket 2.016 not found. We have 2.010.
30503Checking if your kit is complete...
30504Looks good
30505
30506This script will prompt you to enter hostnames that can be used as
30507defaults for some of the modules in the libnet distribution.
30508
30509To ensure that you do not enter an invalid hostname, I can perform a
30510lookup on each hostname you enter. If your internet connection is via
30511a dialup line then you may not want me to perform these lookups, as
30512it will require you to be on-line.
30513
30514Do you want me to perform hostname lookups (y|n) ? [yes]
30515
30516The following questions all require a list of host names, separated
30517with spaces. If you do not have a host available for any of the
30518services, then enter a single space, followed by <CR>. To accept the
30519default, hit <CR>
30520
30521Enter a list of available NNTP hosts : []
30522Enter a list of available SMTP hosts : []
30523Enter a list of available POP3 hosts : []
30524Enter a list of available SNPP hosts : []
30525Enter a list of available PH Hosts : []
30526Enter a list of available TIME Hosts : []
30527Enter a list of available DAYTIME Hosts : []
30528
30529Do you have a firewall/ftp proxy between your machine and the internet
30530
30531If you use a SOCKS firewall answer no
30532
30533(y|n) ? [no]
30534
30535Normally when FTP needs a data connection the client tells the server
30536a port to connect to, and the server initiates a connection to the client.
30537
30538Some setups, in particular firewall setups, can/do not work using this
30539protocol. In these situations the client must make the connection to the
30540server, this is called a passive transfer.
30541
30542Should all FTP connections be passive (y|n) ? [yes]
30543
30544What is your local internet domain name : []
30545
30546If you specified some default hosts above, it is possible for me to
30547do some basic tests when you run `make test'
30548
30549This will cause `make test' to be quite a bit slower and, if your
30550internet connection is via dialup, will require you to be on-line
30551unless the hosts are local.
30552
30553Do you want me to run these tests (y|n) ? [yes]
30554
30555To allow Net::FTP to be tested I will need a hostname. This host
30556should allow anonymous access and have a /pub directory
30557
30558What host can I use : []
30559
30560Writing libnet.cfg
30561Writing Makefile for Net
30562Writing MYMETA.yml and MYMETA.json
30563---- Unsatisfied dependencies detected during ----
30564---- SHAY/libnet-3.07.tar.gz ----
30565 Socket [requires]
30566Skipping test because of notest pragma
30567Running make install
30568 Delayed until after prerequisites
30569Running install for module 'Socket'
30570Running make for P/PE/PEVANS/Socket-2.021.tar.gz
30571Fetching with LWP:
30572http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz
30573Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/Socket-2.021.tar.gz ok
30574
30575 CPAN.pm: Building P/PE/PEVANS/Socket-2.021.tar.gz
30576
30577Checking HAS_GAI_STRERROR...
30578Checking HAS_SOCKADDR_SA_LEN...
30579test-1.c: In function 'main':
30580test-1.c:17:29: error: 'struct sockaddr' has no member named 'sa_len'
30581 { struct sockaddr sa; sa.sa_len = 0; }
30582 ^
30583test-1.c:17:23: warning: variable 'sa' set but not used [-Wunused-but-set-variable]
30584 { struct sockaddr sa; sa.sa_len = 0; }
30585 ^
30586Checking HAS_IP_MREQ...
30587test-2.c: In function 'main':
30588test-2.c:17:22: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
30589 { struct ip_mreq mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
30590 ^
30591Checking HAS_IP_MREQ_SOURCE...
30592test-3.c: In function 'main':
30593test-3.c:17:29: warning: variable 'mreq' set but not used [-Wunused-but-set-variable]
30594 { struct ip_mreq_source mreq; mreq.imr_multiaddr.s_addr = INADDR_ANY; }
30595 ^
30596Checking I_NETINET_IP...
30597Checking if your kit is complete...
30598Looks good
30599Writing Makefile for Socket
30600Writing MYMETA.yml and MYMETA.json
30601cp Socket.pm blib/lib/Socket.pm
30602/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
30603gcc -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
30604Running Mkbootstrap for Socket ()
30605chmod 644 Socket.bs
30606rm -f blib/arch/auto/Socket/Socket.so
30607gcc -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 \
30608 \
30609
30610chmod 755 blib/arch/auto/Socket/Socket.so
30611cp Socket.bs blib/arch/auto/Socket/Socket.bs
30612chmod 644 blib/arch/auto/Socket/Socket.bs
30613Manifying blib/man3/Socket.3pm
30614 PEVANS/Socket-2.021.tar.gz
30615 /usr/bin/make -- OK
30616Skipping test because of notest pragma
30617Running make install
30618Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
30619Installing /usr/local/lib64/perl5/auto/Socket/Socket.so
30620Installing /usr/local/lib64/perl5/auto/Socket/Socket.bs
30621Installing /usr/local/lib64/perl5/Socket.pm
30622Installing /usr/local/share/man/man3/Socket.3pm
30623Appending installation info to /usr/lib64/perl5/perllocal.pod
30624 PEVANS/Socket-2.021.tar.gz
30625 /usr/bin/make install -- OK
30626Running make for S/SH/SHAY/libnet-3.07.tar.gz
30627 Has already been unwrapped into directory /root/.cpan/build/libnet-3.07-FIMBHp
30628
30629 CPAN.pm: Building S/SH/SHAY/libnet-3.07.tar.gz
30630
30631cp lib/Net/NNTP.pm blib/lib/Net/NNTP.pm
30632cp lib/Net/Time.pm blib/lib/Net/Time.pm
30633cp lib/Net/Netrc.pm blib/lib/Net/Netrc.pm
30634cp lib/Net/FTP/dataconn.pm blib/lib/Net/FTP/dataconn.pm
30635cp lib/Net/FTP/I.pm blib/lib/Net/FTP/I.pm
30636cp lib/Net/libnetFAQ.pod blib/lib/Net/libnetFAQ.pod
30637cp lib/Net/FTP/L.pm blib/lib/Net/FTP/L.pm
30638cp lib/Net/Domain.pm blib/lib/Net/Domain.pm
30639cp lib/Net/FTP.pm blib/lib/Net/FTP.pm
30640cp lib/Net/FTP/A.pm blib/lib/Net/FTP/A.pm
30641cp lib/Net/SMTP.pm blib/lib/Net/SMTP.pm
30642cp lib/Net/Config.pm blib/lib/Net/Config.pm
30643cp lib/Net/FTP/E.pm blib/lib/Net/FTP/E.pm
30644cp libnet.cfg blib/lib/Net/libnet.cfg
30645cp lib/Net/Cmd.pm blib/lib/Net/Cmd.pm
30646cp lib/Net/POP3.pm blib/lib/Net/POP3.pm
30647Manifying blib/man3/Net::FTP.3pm
30648Manifying blib/man3/Net::NNTP.3pm
30649Manifying blib/man3/Net::FTP::dataconn.3pm
30650Manifying blib/man3/Net::Netrc.3pm
30651Manifying blib/man3/Net::Time.3pm
30652Manifying blib/man3/Net::SMTP.3pm
30653Manifying blib/man3/Net::Config.3pm
30654Manifying blib/man3/Net::libnetFAQ.3pm
30655Manifying blib/man3/Net::Cmd.3pm
30656Manifying blib/man3/Net::Domain.3pm
30657Manifying blib/man3/Net::POP3.3pm
30658 SHAY/libnet-3.07.tar.gz
30659 /usr/bin/make -- OK
30660Skipping test because of notest pragma
30661Running make install
30662Installing /usr/local/share/perl5/Net/Time.pm
30663Installing /usr/local/share/perl5/Net/SMTP.pm
30664Installing /usr/local/share/perl5/Net/libnetFAQ.pod
30665Installing /usr/local/share/perl5/Net/POP3.pm
30666Installing /usr/local/share/perl5/Net/Cmd.pm
30667Installing /usr/local/share/perl5/Net/Netrc.pm
30668Installing /usr/local/share/perl5/Net/Config.pm
30669Installing /usr/local/share/perl5/Net/libnet.cfg
30670Installing /usr/local/share/perl5/Net/NNTP.pm
30671Installing /usr/local/share/perl5/Net/Domain.pm
30672Installing /usr/local/share/perl5/Net/FTP.pm
30673Installing /usr/local/share/perl5/Net/FTP/A.pm
30674Installing /usr/local/share/perl5/Net/FTP/L.pm
30675Installing /usr/local/share/perl5/Net/FTP/I.pm
30676Installing /usr/local/share/perl5/Net/FTP/dataconn.pm
30677Installing /usr/local/share/perl5/Net/FTP/E.pm
30678Installing /usr/local/share/man/man3/Net::SMTP.3pm
30679Installing /usr/local/share/man/man3/Net::libnetFAQ.3pm
30680Installing /usr/local/share/man/man3/Net::Domain.3pm
30681Installing /usr/local/share/man/man3/Net::POP3.3pm
30682Installing /usr/local/share/man/man3/Net::FTP.3pm
30683Installing /usr/local/share/man/man3/Net::FTP::dataconn.3pm
30684Installing /usr/local/share/man/man3/Net::Config.3pm
30685Installing /usr/local/share/man/man3/Net::Cmd.3pm
30686Installing /usr/local/share/man/man3/Net::NNTP.3pm
30687Installing /usr/local/share/man/man3/Net::Time.3pm
30688Installing /usr/local/share/man/man3/Net::Netrc.3pm
30689Appending installation info to /usr/lib64/perl5/perllocal.pod
30690 SHAY/libnet-3.07.tar.gz
30691 /usr/bin/make install -- OK
30692Running install for module 'Net::DNS'
30693Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
30694Fetching with LWP:
30695http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
30696Fetching with LWP:
30697http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NL/NLNETLABS/CHECKSUMS
30698Checksum for /root/.cpan/sources/authors/id/N/NL/NLNETLABS/Net-DNS-1.04.tar.gz ok
30699
30700 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
30701
30702Warning: prerequisite IO::Socket::IP 0.29 not found. We have 0.21.
30703Checking if your kit is complete...
30704Looks good
30705Writing Makefile for Net::DNS
30706Writing MYMETA.yml and MYMETA.json
30707Writing Makefile for Net::DNS
30708
30709Activating Non Fatal Online Tests...
30710
30711Activating IPv6 Tests...
30712
30713Warning!
30714========
30715Online tests depend on conditions beyond the control of Net::DNS. The tests
30716check for the expected results when both Net::DNS and the outside world are
30717functioning properly. In case of failure it is often undecidable if the error
30718lies within Net::DNS or elsewhere.
30719
30720---- Unsatisfied dependencies detected during ----
30721---- NLNETLABS/Net-DNS-1.04.tar.gz ----
30722 IO::Socket::IP [requires]
30723Skipping test because of notest pragma
30724Running make install
30725 Delayed until after prerequisites
30726Running install for module 'IO::Socket::IP'
30727Running make for P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
30728Fetching with LWP:
30729http://ftp.hosteurope.de/pub/CPAN/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
30730Checksum for /root/.cpan/sources/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz ok
30731
30732 CPAN.pm: Building P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz
30733
30734Created MYMETA.yml and MYMETA.json
30735Creating new 'Build' script for 'IO-Socket-IP' version '0.37'
30736Building IO-Socket-IP
30737 PEVANS/IO-Socket-IP-0.37.tar.gz
30738 ./Build -- OK
30739Skipping test because of notest pragma
30740Running Build install
30741Building IO-Socket-IP
30742Installing /usr/local/share/perl5/IO/Socket/IP.pm
30743Installing /usr/local/share/man/man3/IO::Socket::IP.3pm
30744 PEVANS/IO-Socket-IP-0.37.tar.gz
30745 ./Build install -- OK
30746Running make for N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
30747 Has already been unwrapped into directory /root/.cpan/build/Net-DNS-1.04-o4EF5L
30748
30749 CPAN.pm: Building N/NL/NLNETLABS/Net-DNS-1.04.tar.gz
30750
30751cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm
30752cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm
30753cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm
30754cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm
30755cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm
30756cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm
30757cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm
30758cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm
30759cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm
30760cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm
30761cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm
30762cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm
30763cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm
30764cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm
30765cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm
30766cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm
30767cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm
30768cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm
30769cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm
30770cp lib/Net/DNS/RR/DLV.pm blib/lib/Net/DNS/RR/DLV.pm
30771cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm
30772cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm
30773cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm
30774cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm
30775cp lib/Net/DNS.pm blib/lib/Net/DNS.pm
30776cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm
30777cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm
30778cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm
30779cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm
30780cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm
30781cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm
30782cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm
30783cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm
30784cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm
30785cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm
30786cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm
30787cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm
30788cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm
30789cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm
30790cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm
30791cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm
30792cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm
30793cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm
30794cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm
30795cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm
30796cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm
30797cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm
30798cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm
30799cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm
30800cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm
30801cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm
30802cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm
30803cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm
30804cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm
30805cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm
30806cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm
30807cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm
30808cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm
30809cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm
30810cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm
30811cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm
30812cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm
30813cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod
30814cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm
30815cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm
30816cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm
30817cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm
30818cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm
30819cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm
30820cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm
30821cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm
30822cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm
30823cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm
30824cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm
30825cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm
30826cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm
30827cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm
30828cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm
30829cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm
30830cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm
30831Manifying blib/man3/Net::DNS::RR::A.3pm
30832Manifying blib/man3/Net::DNS::Resolver::MSWin32.3pm
30833Manifying blib/man3/Net::DNS::RR::IPSECKEY.3pm
30834Manifying blib/man3/Net::DNS::RR::MX.3pm
30835Manifying blib/man3/Net::DNS::RR::HIP.3pm
30836Manifying blib/man3/Net::DNS::Header.3pm
30837Manifying blib/man3/Net::DNS::RR::OPT.3pm
30838Manifying blib/man3/Net::DNS::RR::RRSIG.3pm
30839Manifying blib/man3/Net::DNS::RR::TXT.3pm
30840Manifying blib/man3/Net::DNS::RR::DLV.3pm
30841Manifying blib/man3/Net::DNS::RR::DNAME.3pm
30842Manifying blib/man3/Net::DNS::RR::LP.3pm
30843Manifying blib/man3/Net::DNS::Text.3pm
30844Manifying blib/man3/Net::DNS::RR::PTR.3pm
30845Manifying blib/man3/Net::DNS::Resolver::Recurse.3pm
30846Manifying blib/man3/Net::DNS::RR::CDNSKEY.3pm
30847Manifying blib/man3/Net::DNS::RR::OPENPGPKEY.3pm
30848Manifying blib/man3/Net::DNS::RR::NS.3pm
30849Manifying blib/man3/Net::DNS::RR::DHCID.3pm
30850Manifying blib/man3/Net::DNS::DomainName.3pm
30851Manifying blib/man3/Net::DNS::RR::LOC.3pm
30852Manifying blib/man3/Net::DNS::RR::RT.3pm
30853Manifying blib/man3/Net::DNS::RR::MR.3pm
30854Manifying blib/man3/Net::DNS::Question.3pm
30855Manifying blib/man3/Net::DNS::Resolver::android.3pm
30856Manifying blib/man3/Net::DNS::RR::SSHFP.3pm
30857Manifying blib/man3/Net::DNS::RR::NAPTR.3pm
30858Manifying blib/man3/Net::DNS::RR::SPF.3pm
30859Manifying blib/man3/Net::DNS::Resolver::os2.3pm
30860Manifying blib/man3/Net::DNS::Resolver::UNIX.3pm
30861Manifying blib/man3/Net::DNS::Mailbox.3pm
30862Manifying blib/man3/Net::DNS::RR::KX.3pm
30863Manifying blib/man3/Net::DNS::RR::NID.3pm
30864Manifying blib/man3/Net::DNS::RR::URI.3pm
30865Manifying blib/man3/Net::DNS::Resolver::cygwin.3pm
30866Manifying blib/man3/Net::DNS::RR::ISDN.3pm
30867Manifying blib/man3/Net::DNS::RR::CDS.3pm
30868Manifying blib/man3/Net::DNS::RR::NSEC.3pm
30869Manifying blib/man3/Net::DNS::RR::EUI48.3pm
30870Manifying blib/man3/Net::DNS::RR::KEY.3pm
30871Manifying blib/man3/Net::DNS::RR::SOA.3pm
30872Manifying blib/man3/Net::DNS::RR::GPOS.3pm
30873Manifying blib/man3/Net::DNS::RR::NSEC3PARAM.3pm
30874Manifying blib/man3/Net::DNS::RR::AAAA.3pm
30875Manifying blib/man3/Net::DNS::RR::CAA.3pm
30876Manifying blib/man3/Net::DNS.3pm
30877Manifying blib/man3/Net::DNS::RR::RP.3pm
30878Manifying blib/man3/Net::DNS::RR::X25.3pm
30879Manifying blib/man3/Net::DNS::RR::APL.3pm
30880Manifying blib/man3/Net::DNS::RR::TSIG.3pm
30881Manifying blib/man3/Net::DNS::Update.3pm
30882Manifying blib/man3/Net::DNS::Resolver.3pm
30883Manifying blib/man3/Net::DNS::RR::PX.3pm
30884Manifying blib/man3/Net::DNS::ZoneFile.3pm
30885Manifying blib/man3/Net::DNS::Nameserver.3pm
30886Manifying blib/man3/Net::DNS::RR::NULL.3pm
30887Manifying blib/man3/Net::DNS::RR::L32.3pm
30888Manifying blib/man3/Net::DNS::RR::AFSDB.3pm
30889Manifying blib/man3/Net::DNS::RR::SRV.3pm
30890Manifying blib/man3/Net::DNS::RR::L64.3pm
30891Manifying blib/man3/Net::DNS::RR::TLSA.3pm
30892Manifying blib/man3/Net::DNS::RR::MINFO.3pm
30893Manifying blib/man3/Net::DNS::FAQ.3pm
30894Manifying blib/man3/Net::DNS::RR::CNAME.3pm
30895Manifying blib/man3/Net::DNS::Domain.3pm
30896Manifying blib/man3/Net::DNS::RR.3pm
30897Manifying blib/man3/Net::DNS::Packet.3pm
30898Manifying blib/man3/Net::DNS::RR::HINFO.3pm
30899Manifying blib/man3/Net::DNS::RR::CSYNC.3pm
30900Manifying blib/man3/Net::DNS::Parameters.3pm
30901Manifying blib/man3/Net::DNS::RR::DNSKEY.3pm
30902Manifying blib/man3/Net::DNS::RR::MG.3pm
30903Manifying blib/man3/Net::DNS::RR::EUI64.3pm
30904Manifying blib/man3/Net::DNS::RR::TKEY.3pm
30905Manifying blib/man3/Net::DNS::RR::SIG.3pm
30906Manifying blib/man3/Net::DNS::RR::CERT.3pm
30907Manifying blib/man3/Net::DNS::RR::NSEC3.3pm
30908Manifying blib/man3/Net::DNS::RR::DS.3pm
30909Manifying blib/man3/Net::DNS::RR::MB.3pm
30910Manifying blib/man3/Net::DNS::Resolver::Base.3pm
30911 NLNETLABS/Net-DNS-1.04.tar.gz
30912 /usr/bin/make -- OK
30913Skipping test because of notest pragma
30914Running make install
30915Installing /usr/local/share/perl5/Net/DNS.pm
30916Installing /usr/local/share/perl5/Net/DNS/FAQ.pod
30917Installing /usr/local/share/perl5/Net/DNS/Nameserver.pm
30918Installing /usr/local/share/perl5/Net/DNS/Header.pm
30919Installing /usr/local/share/perl5/Net/DNS/Update.pm
30920Installing /usr/local/share/perl5/Net/DNS/RR.pm
30921Installing /usr/local/share/perl5/Net/DNS/Resolver.pm
30922Installing /usr/local/share/perl5/Net/DNS/DomainName.pm
30923Installing /usr/local/share/perl5/Net/DNS/Mailbox.pm
30924Installing /usr/local/share/perl5/Net/DNS/Text.pm
30925Installing /usr/local/share/perl5/Net/DNS/Question.pm
30926Installing /usr/local/share/perl5/Net/DNS/Packet.pm
30927Installing /usr/local/share/perl5/Net/DNS/Domain.pm
30928Installing /usr/local/share/perl5/Net/DNS/Parameters.pm
30929Installing /usr/local/share/perl5/Net/DNS/ZoneFile.pm
30930Installing /usr/local/share/perl5/Net/DNS/RR/EUI64.pm
30931Installing /usr/local/share/perl5/Net/DNS/RR/PTR.pm
30932Installing /usr/local/share/perl5/Net/DNS/RR/SSHFP.pm
30933Installing /usr/local/share/perl5/Net/DNS/RR/TSIG.pm
30934Installing /usr/local/share/perl5/Net/DNS/RR/CAA.pm
30935Installing /usr/local/share/perl5/Net/DNS/RR/CNAME.pm
30936Installing /usr/local/share/perl5/Net/DNS/RR/MG.pm
30937Installing /usr/local/share/perl5/Net/DNS/RR/RT.pm
30938Installing /usr/local/share/perl5/Net/DNS/RR/NSEC.pm
30939Installing /usr/local/share/perl5/Net/DNS/RR/PX.pm
30940Installing /usr/local/share/perl5/Net/DNS/RR/NID.pm
30941Installing /usr/local/share/perl5/Net/DNS/RR/MX.pm
30942Installing /usr/local/share/perl5/Net/DNS/RR/NULL.pm
30943Installing /usr/local/share/perl5/Net/DNS/RR/TXT.pm
30944Installing /usr/local/share/perl5/Net/DNS/RR/NS.pm
30945Installing /usr/local/share/perl5/Net/DNS/RR/RRSIG.pm
30946Installing /usr/local/share/perl5/Net/DNS/RR/DLV.pm
30947Installing /usr/local/share/perl5/Net/DNS/RR/DS.pm
30948Installing /usr/local/share/perl5/Net/DNS/RR/SOA.pm
30949Installing /usr/local/share/perl5/Net/DNS/RR/AAAA.pm
30950Installing /usr/local/share/perl5/Net/DNS/RR/URI.pm
30951Installing /usr/local/share/perl5/Net/DNS/RR/CDS.pm
30952Installing /usr/local/share/perl5/Net/DNS/RR/SIG.pm
30953Installing /usr/local/share/perl5/Net/DNS/RR/A.pm
30954Installing /usr/local/share/perl5/Net/DNS/RR/IPSECKEY.pm
30955Installing /usr/local/share/perl5/Net/DNS/RR/RP.pm
30956Installing /usr/local/share/perl5/Net/DNS/RR/NAPTR.pm
30957Installing /usr/local/share/perl5/Net/DNS/RR/TLSA.pm
30958Installing /usr/local/share/perl5/Net/DNS/RR/SRV.pm
30959Installing /usr/local/share/perl5/Net/DNS/RR/AFSDB.pm
30960Installing /usr/local/share/perl5/Net/DNS/RR/LP.pm
30961Installing /usr/local/share/perl5/Net/DNS/RR/KX.pm
30962Installing /usr/local/share/perl5/Net/DNS/RR/CDNSKEY.pm
30963Installing /usr/local/share/perl5/Net/DNS/RR/CSYNC.pm
30964Installing /usr/local/share/perl5/Net/DNS/RR/DHCID.pm
30965Installing /usr/local/share/perl5/Net/DNS/RR/L32.pm
30966Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3PARAM.pm
30967Installing /usr/local/share/perl5/Net/DNS/RR/SPF.pm
30968Installing /usr/local/share/perl5/Net/DNS/RR/CERT.pm
30969Installing /usr/local/share/perl5/Net/DNS/RR/OPT.pm
30970Installing /usr/local/share/perl5/Net/DNS/RR/KEY.pm
30971Installing /usr/local/share/perl5/Net/DNS/RR/OPENPGPKEY.pm
30972Installing /usr/local/share/perl5/Net/DNS/RR/DNAME.pm
30973Installing /usr/local/share/perl5/Net/DNS/RR/ISDN.pm
30974Installing /usr/local/share/perl5/Net/DNS/RR/MB.pm
30975Installing /usr/local/share/perl5/Net/DNS/RR/MR.pm
30976Installing /usr/local/share/perl5/Net/DNS/RR/L64.pm
30977Installing /usr/local/share/perl5/Net/DNS/RR/HIP.pm
30978Installing /usr/local/share/perl5/Net/DNS/RR/NSEC3.pm
30979Installing /usr/local/share/perl5/Net/DNS/RR/LOC.pm
30980Installing /usr/local/share/perl5/Net/DNS/RR/TKEY.pm
30981Installing /usr/local/share/perl5/Net/DNS/RR/HINFO.pm
30982Installing /usr/local/share/perl5/Net/DNS/RR/GPOS.pm
30983Installing /usr/local/share/perl5/Net/DNS/RR/MINFO.pm
30984Installing /usr/local/share/perl5/Net/DNS/RR/EUI48.pm
30985Installing /usr/local/share/perl5/Net/DNS/RR/APL.pm
30986Installing /usr/local/share/perl5/Net/DNS/RR/X25.pm
30987Installing /usr/local/share/perl5/Net/DNS/RR/DNSKEY.pm
30988Installing /usr/local/share/perl5/Net/DNS/Resolver/cygwin.pm
30989Installing /usr/local/share/perl5/Net/DNS/Resolver/UNIX.pm
30990Installing /usr/local/share/perl5/Net/DNS/Resolver/android.pm
30991Installing /usr/local/share/perl5/Net/DNS/Resolver/MSWin32.pm
30992Installing /usr/local/share/perl5/Net/DNS/Resolver/Recurse.pm
30993Installing /usr/local/share/perl5/Net/DNS/Resolver/os2.pm
30994Installing /usr/local/share/perl5/Net/DNS/Resolver/Base.pm
30995Installing /usr/local/share/man/man3/Net::DNS::RR.3pm
30996Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3.3pm
30997Installing /usr/local/share/man/man3/Net::DNS::RR::KX.3pm
30998Installing /usr/local/share/man/man3/Net::DNS::RR::DS.3pm
30999Installing /usr/local/share/man/man3/Net::DNS::Nameserver.3pm
31000Installing /usr/local/share/man/man3/Net::DNS::Resolver::Base.3pm
31001Installing /usr/local/share/man/man3/Net::DNS::RR::MR.3pm
31002Installing /usr/local/share/man/man3/Net::DNS::RR::OPT.3pm
31003Installing /usr/local/share/man/man3/Net::DNS::RR::RT.3pm
31004Installing /usr/local/share/man/man3/Net::DNS::RR::CERT.3pm
31005Installing /usr/local/share/man/man3/Net::DNS::RR::SIG.3pm
31006Installing /usr/local/share/man/man3/Net::DNS::Packet.3pm
31007Installing /usr/local/share/man/man3/Net::DNS::RR::NAPTR.3pm
31008Installing /usr/local/share/man/man3/Net::DNS.3pm
31009Installing /usr/local/share/man/man3/Net::DNS::RR::SRV.3pm
31010Installing /usr/local/share/man/man3/Net::DNS::RR::L64.3pm
31011Installing /usr/local/share/man/man3/Net::DNS::RR::MINFO.3pm
31012Installing /usr/local/share/man/man3/Net::DNS::RR::NS.3pm
31013Installing /usr/local/share/man/man3/Net::DNS::Update.3pm
31014Installing /usr/local/share/man/man3/Net::DNS::RR::MG.3pm
31015Installing /usr/local/share/man/man3/Net::DNS::RR::APL.3pm
31016Installing /usr/local/share/man/man3/Net::DNS::RR::ISDN.3pm
31017Installing /usr/local/share/man/man3/Net::DNS::RR::KEY.3pm
31018Installing /usr/local/share/man/man3/Net::DNS::Resolver::Recurse.3pm
31019Installing /usr/local/share/man/man3/Net::DNS::RR::LOC.3pm
31020Installing /usr/local/share/man/man3/Net::DNS::FAQ.3pm
31021Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC3PARAM.3pm
31022Installing /usr/local/share/man/man3/Net::DNS::Resolver::os2.3pm
31023Installing /usr/local/share/man/man3/Net::DNS::RR::EUI64.3pm
31024Installing /usr/local/share/man/man3/Net::DNS::RR::CDNSKEY.3pm
31025Installing /usr/local/share/man/man3/Net::DNS::Domain.3pm
31026Installing /usr/local/share/man/man3/Net::DNS::Parameters.3pm
31027Installing /usr/local/share/man/man3/Net::DNS::RR::TSIG.3pm
31028Installing /usr/local/share/man/man3/Net::DNS::RR::A.3pm
31029Installing /usr/local/share/man/man3/Net::DNS::RR::OPENPGPKEY.3pm
31030Installing /usr/local/share/man/man3/Net::DNS::RR::TLSA.3pm
31031Installing /usr/local/share/man/man3/Net::DNS::RR::EUI48.3pm
31032Installing /usr/local/share/man/man3/Net::DNS::Resolver::android.3pm
31033Installing /usr/local/share/man/man3/Net::DNS::RR::DLV.3pm
31034Installing /usr/local/share/man/man3/Net::DNS::RR::DNSKEY.3pm
31035Installing /usr/local/share/man/man3/Net::DNS::RR::IPSECKEY.3pm
31036Installing /usr/local/share/man/man3/Net::DNS::RR::GPOS.3pm
31037Installing /usr/local/share/man/man3/Net::DNS::RR::PTR.3pm
31038Installing /usr/local/share/man/man3/Net::DNS::RR::NSEC.3pm
31039Installing /usr/local/share/man/man3/Net::DNS::RR::RP.3pm
31040Installing /usr/local/share/man/man3/Net::DNS::RR::NID.3pm
31041Installing /usr/local/share/man/man3/Net::DNS::DomainName.3pm
31042Installing /usr/local/share/man/man3/Net::DNS::RR::URI.3pm
31043Installing /usr/local/share/man/man3/Net::DNS::RR::AFSDB.3pm
31044Installing /usr/local/share/man/man3/Net::DNS::ZoneFile.3pm
31045Installing /usr/local/share/man/man3/Net::DNS::RR::SPF.3pm
31046Installing /usr/local/share/man/man3/Net::DNS::RR::DNAME.3pm
31047Installing /usr/local/share/man/man3/Net::DNS::RR::MB.3pm
31048Installing /usr/local/share/man/man3/Net::DNS::RR::L32.3pm
31049Installing /usr/local/share/man/man3/Net::DNS::RR::NULL.3pm
31050Installing /usr/local/share/man/man3/Net::DNS::RR::CSYNC.3pm
31051Installing /usr/local/share/man/man3/Net::DNS::RR::RRSIG.3pm
31052Installing /usr/local/share/man/man3/Net::DNS::RR::HINFO.3pm
31053Installing /usr/local/share/man/man3/Net::DNS::RR::CDS.3pm
31054Installing /usr/local/share/man/man3/Net::DNS::RR::MX.3pm
31055Installing /usr/local/share/man/man3/Net::DNS::RR::TXT.3pm
31056Installing /usr/local/share/man/man3/Net::DNS::Resolver::UNIX.3pm
31057Installing /usr/local/share/man/man3/Net::DNS::RR::DHCID.3pm
31058Installing /usr/local/share/man/man3/Net::DNS::RR::CNAME.3pm
31059Installing /usr/local/share/man/man3/Net::DNS::RR::SOA.3pm
31060Installing /usr/local/share/man/man3/Net::DNS::RR::SSHFP.3pm
31061Installing /usr/local/share/man/man3/Net::DNS::RR::AAAA.3pm
31062Installing /usr/local/share/man/man3/Net::DNS::RR::X25.3pm
31063Installing /usr/local/share/man/man3/Net::DNS::RR::LP.3pm
31064Installing /usr/local/share/man/man3/Net::DNS::RR::TKEY.3pm
31065Installing /usr/local/share/man/man3/Net::DNS::Resolver.3pm
31066Installing /usr/local/share/man/man3/Net::DNS::RR::HIP.3pm
31067Installing /usr/local/share/man/man3/Net::DNS::Resolver::MSWin32.3pm
31068Installing /usr/local/share/man/man3/Net::DNS::Resolver::cygwin.3pm
31069Installing /usr/local/share/man/man3/Net::DNS::Mailbox.3pm
31070Installing /usr/local/share/man/man3/Net::DNS::RR::PX.3pm
31071Installing /usr/local/share/man/man3/Net::DNS::Text.3pm
31072Installing /usr/local/share/man/man3/Net::DNS::Header.3pm
31073Installing /usr/local/share/man/man3/Net::DNS::RR::CAA.3pm
31074Installing /usr/local/share/man/man3/Net::DNS::Question.3pm
31075Appending installation info to /usr/lib64/perl5/perllocal.pod
31076 NLNETLABS/Net-DNS-1.04.tar.gz
31077 /usr/bin/make install -- OK
31078Net::DNS::Resolver is up to date (1430).
31079Running install for module 'Net::Server::Fork'
31080Running make for R/RH/RHANDOM/Net-Server-2.008.tar.gz
31081Fetching with LWP:
31082http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz
31083Fetching with LWP:
31084http://ftp.hosteurope.de/pub/CPAN/authors/id/R/RH/RHANDOM/CHECKSUMS
31085Checksum for /root/.cpan/sources/authors/id/R/RH/RHANDOM/Net-Server-2.008.tar.gz ok
31086
31087 CPAN.pm: Building R/RH/RHANDOM/Net-Server-2.008.tar.gz
31088
31089Checking if your kit is complete...
31090Warning: the following files are missing in your kit:
31091 MANIFEST.SKIP
31092Please inform the author.
31093Writing Makefile for Net::Server
31094Writing MYMETA.yml and MYMETA.json
31095cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm
31096cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm
31097cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm
31098cp lib/Net/Server/PSGI.pm blib/lib/Net/Server/PSGI.pm
31099cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm
31100cp lib/Net/Server.pm blib/lib/Net/Server.pm
31101cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm
31102cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm
31103cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm
31104cp lib/Net/Server/Log/Sys/Syslog.pm blib/lib/Net/Server/Log/Sys/Syslog.pm
31105cp lib/Net/Server/Proto/SSLEAY.pm blib/lib/Net/Server/Proto/SSLEAY.pm
31106cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm
31107cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm
31108cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm
31109cp lib/Net/Server.pod blib/lib/Net/Server.pod
31110cp lib/Net/Server/Proto/UNIXDGRAM.pm blib/lib/Net/Server/Proto/UNIXDGRAM.pm
31111cp lib/Net/Server/Log/Log/Log4perl.pm blib/lib/Net/Server/Log/Log/Log4perl.pm
31112cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm
31113cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm
31114cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm
31115cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm
31116cp lib/Net/Server/HTTP.pm blib/lib/Net/Server/HTTP.pm
31117cp bin/net-server blib/script/net-server
31118/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/net-server
31119Manifying blib/man1/net-server.1
31120Manifying blib/man3/Net::Server::Proto::UNIX.3pm
31121Manifying blib/man3/Net::Server::Proto::UDP.3pm
31122Manifying blib/man3/Net::Server::PreFork.3pm
31123Manifying blib/man3/Net::Server::Proto::SSL.3pm
31124Manifying blib/man3/Net::Server::PSGI.3pm
31125Manifying blib/man3/Net::Server::Proto::TCP.3pm
31126Manifying blib/man3/Net::Server::Log::Sys::Syslog.3pm
31127Manifying blib/man3/Net::Server::Proto::SSLEAY.3pm
31128Manifying blib/man3/Net::Server::MultiType.3pm
31129Manifying blib/man3/Net::Server::SIG.3pm
31130Manifying blib/man3/Net::Server::Fork.3pm
31131Manifying blib/man3/Net::Server::INET.3pm
31132Manifying blib/man3/Net::Server::Multiplex.3pm
31133Manifying blib/man3/Net::Server.3pm
31134Manifying blib/man3/Net::Server::Proto::UNIXDGRAM.3pm
31135Manifying blib/man3/Net::Server::Log::Log::Log4perl.3pm
31136Manifying blib/man3/Net::Server::Daemonize.3pm
31137Manifying blib/man3/Net::Server::PreForkSimple.3pm
31138Manifying blib/man3/Net::Server::Proto.3pm
31139Manifying blib/man3/Net::Server::Single.3pm
31140Manifying blib/man3/Net::Server::HTTP.3pm
31141 RHANDOM/Net-Server-2.008.tar.gz
31142 /usr/bin/make -- OK
31143Skipping test because of notest pragma
31144Running make install
31145Manifying blib/man1/net-server.1
31146Installing /usr/local/share/perl5/Net/Server.pod
31147Installing /usr/local/share/perl5/Net/Server.pm
31148Installing /usr/local/share/perl5/Net/Server/Single.pm
31149Installing /usr/local/share/perl5/Net/Server/SIG.pm
31150Installing /usr/local/share/perl5/Net/Server/MultiType.pm
31151Installing /usr/local/share/perl5/Net/Server/HTTP.pm
31152Installing /usr/local/share/perl5/Net/Server/Daemonize.pm
31153Installing /usr/local/share/perl5/Net/Server/INET.pm
31154Installing /usr/local/share/perl5/Net/Server/Proto.pm
31155Installing /usr/local/share/perl5/Net/Server/PSGI.pm
31156Installing /usr/local/share/perl5/Net/Server/Fork.pm
31157Installing /usr/local/share/perl5/Net/Server/Multiplex.pm
31158Installing /usr/local/share/perl5/Net/Server/PreFork.pm
31159Installing /usr/local/share/perl5/Net/Server/PreForkSimple.pm
31160Installing /usr/local/share/perl5/Net/Server/Log/Log/Log4perl.pm
31161Installing /usr/local/share/perl5/Net/Server/Log/Sys/Syslog.pm
31162Installing /usr/local/share/perl5/Net/Server/Proto/TCP.pm
31163Installing /usr/local/share/perl5/Net/Server/Proto/UDP.pm
31164Installing /usr/local/share/perl5/Net/Server/Proto/UNIXDGRAM.pm
31165Installing /usr/local/share/perl5/Net/Server/Proto/UNIX.pm
31166Installing /usr/local/share/perl5/Net/Server/Proto/SSL.pm
31167Installing /usr/local/share/perl5/Net/Server/Proto/SSLEAY.pm
31168Installing /usr/local/share/man/man1/net-server.1
31169Installing /usr/local/share/man/man3/Net::Server::PreForkSimple.3pm
31170Installing /usr/local/share/man/man3/Net::Server::Daemonize.3pm
31171Installing /usr/local/share/man/man3/Net::Server::MultiType.3pm
31172Installing /usr/local/share/man/man3/Net::Server::Proto::SSLEAY.3pm
31173Installing /usr/local/share/man/man3/Net::Server::Proto::UNIX.3pm
31174Installing /usr/local/share/man/man3/Net::Server::Proto::UNIXDGRAM.3pm
31175Installing /usr/local/share/man/man3/Net::Server::SIG.3pm
31176Installing /usr/local/share/man/man3/Net::Server::PreFork.3pm
31177Installing /usr/local/share/man/man3/Net::Server::PSGI.3pm
31178Installing /usr/local/share/man/man3/Net::Server::Log::Log::Log4perl.3pm
31179Installing /usr/local/share/man/man3/Net::Server::Proto.3pm
31180Installing /usr/local/share/man/man3/Net::Server.3pm
31181Installing /usr/local/share/man/man3/Net::Server::Proto::SSL.3pm
31182Installing /usr/local/share/man/man3/Net::Server::Multiplex.3pm
31183Installing /usr/local/share/man/man3/Net::Server::Proto::UDP.3pm
31184Installing /usr/local/share/man/man3/Net::Server::Proto::TCP.3pm
31185Installing /usr/local/share/man/man3/Net::Server::Fork.3pm
31186Installing /usr/local/share/man/man3/Net::Server::INET.3pm
31187Installing /usr/local/share/man/man3/Net::Server::HTTP.3pm
31188Installing /usr/local/share/man/man3/Net::Server::Log::Sys::Syslog.3pm
31189Installing /usr/local/share/man/man3/Net::Server::Single.3pm
31190Installing /usr/local/bin/net-server
31191Appending installation info to /usr/lib64/perl5/perllocal.pod
31192 RHANDOM/Net-Server-2.008.tar.gz
31193 /usr/bin/make install -- OK
31194Running install for module 'Template'
31195Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
31196Fetching with LWP:
31197http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz
31198Fetching with LWP:
31199http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AB/ABW/CHECKSUMS
31200Checksum for /root/.cpan/sources/authors/id/A/AB/ABW/Template-Toolkit-2.26.tar.gz ok
31201
31202 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
31203
31204
31205The Template Toolkit requires that the AppConfig module (version 1.56
31206or later) first be installed. This is used by
31207the 'ttree' program for reading command line options and configuration
31208files. It is available from CPAN:
31209
31210 http://www.cpan.org/authors/Andy_Wardley/
31211
31212
31213 Template Toolkit Version 2.26
31214 =============================
31215
31216Using Unix defaults.
31217Run 'perl Makefile.PL TT_HELP' for a summary of options.
31218
31219
31220Template::Stash::XS
31221-------------------
31222
31223The Template::Stash module is a core part of the Template Toolkit,
31224implementing the magic for accessing data using the dot notation.
31225
31226There is a high speed version, Template::Stash::XS, written in C.
31227This makes the Template Toolkit run about twice as fast as when using
31228the regular Template::Stash written in Perl. If you've got a C
31229compiler on your system then you can elect to have the XS Stash built.
31230You can also specify that you want to use the XS Stash by default.
31231
31232Note that as of version 2.15 the XS Stash now supports access to tied
31233hashes and arrays.
31234
31235See 'perldoc Template::Config' for further details.
31236
31237Do you want to build the XS Stash module? [y] y
31238Do you want to use the XS Stash by default? [y] y
31239Warning: prerequisite AppConfig 1.56 not found.
31240
31241Checking if your kit is complete...
31242Warning: the following files are missing in your kit:
31243 t/url2.t
31244Please inform the author.
31245Checking if your kit is complete...
31246Looks good
31247Writing Makefile for Template::Stash::XS
31248Writing MYMETA.yml and MYMETA.json
31249Writing Makefile for Template
31250Writing MYMETA.yml and MYMETA.json
31251
31252Configuration complete. You should now run 'make', 'make test' and
31253then 'make install'. See the README file for further information.
31254---- Unsatisfied dependencies detected during ----
31255---- ABW/Template-Toolkit-2.26.tar.gz ----
31256 AppConfig [requires]
31257Skipping test because of notest pragma
31258Running make install
31259 Delayed until after prerequisites
31260Running install for module 'AppConfig'
31261Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
31262Fetching with LWP:
31263http://ftp.hosteurope.de/pub/CPAN/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz
31264Checksum for /root/.cpan/sources/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ok
31265
31266 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
31267
31268Checking if your kit is complete...
31269Looks good
31270Writing Makefile for AppConfig
31271Writing MYMETA.yml and MYMETA.json
31272---- Unsatisfied dependencies detected during ----
31273---- NEILB/AppConfig-1.71.tar.gz ----
31274 Test::Pod [build_requires]
31275Skipping test because of notest pragma
31276Running make install
31277 Delayed until after prerequisites
31278Running install for module 'Test::Pod'
31279Running make for E/ET/ETHER/Test-Pod-1.51.tar.gz
31280Fetching with LWP:
31281http://ftp.hosteurope.de/pub/CPAN/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz
31282Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz ok
31283
31284 CPAN.pm: Building E/ET/ETHER/Test-Pod-1.51.tar.gz
31285
31286Checking if your kit is complete...
31287Looks good
31288Writing Makefile for Test::Pod
31289Writing MYMETA.yml and MYMETA.json
31290cp lib/Test/Pod.pm blib/lib/Test/Pod.pm
31291Manifying blib/man3/Test::Pod.3pm
31292 ETHER/Test-Pod-1.51.tar.gz
31293 /usr/bin/make -- OK
31294Skipping test because of notest pragma
31295Running make install
31296Manifying blib/man3/Test::Pod.3pm
31297Installing /usr/local/share/perl5/Test/Pod.pm
31298Installing /usr/local/share/man/man3/Test::Pod.3pm
31299Appending installation info to /usr/lib64/perl5/perllocal.pod
31300 ETHER/Test-Pod-1.51.tar.gz
31301 /usr/bin/make install -- OK
31302Running make for N/NE/NEILB/AppConfig-1.71.tar.gz
31303 Has already been unwrapped into directory /root/.cpan/build/AppConfig-1.71-S583Eg
31304
31305 CPAN.pm: Building N/NE/NEILB/AppConfig-1.71.tar.gz
31306
31307cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm
31308cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm
31309cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm
31310cp lib/AppConfig.pm blib/lib/AppConfig.pm
31311cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm
31312cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm
31313cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm
31314Manifying blib/man3/AppConfig::Args.3pm
31315Manifying blib/man3/AppConfig::CGI.3pm
31316Manifying blib/man3/AppConfig::File.3pm
31317Manifying blib/man3/AppConfig::State.3pm
31318Manifying blib/man3/AppConfig::Getopt.3pm
31319Manifying blib/man3/AppConfig.3pm
31320Manifying blib/man3/AppConfig::Sys.3pm
31321 NEILB/AppConfig-1.71.tar.gz
31322 /usr/bin/make -- OK
31323Skipping test because of notest pragma
31324Running make install
31325Installing /usr/local/share/perl5/AppConfig.pm
31326Installing /usr/local/share/perl5/AppConfig/Getopt.pm
31327Installing /usr/local/share/perl5/AppConfig/File.pm
31328Installing /usr/local/share/perl5/AppConfig/State.pm
31329Installing /usr/local/share/perl5/AppConfig/Sys.pm
31330Installing /usr/local/share/perl5/AppConfig/Args.pm
31331Installing /usr/local/share/perl5/AppConfig/CGI.pm
31332Installing /usr/local/share/man/man3/AppConfig.3pm
31333Installing /usr/local/share/man/man3/AppConfig::CGI.3pm
31334Installing /usr/local/share/man/man3/AppConfig::Args.3pm
31335Installing /usr/local/share/man/man3/AppConfig::State.3pm
31336Installing /usr/local/share/man/man3/AppConfig::Sys.3pm
31337Installing /usr/local/share/man/man3/AppConfig::File.3pm
31338Installing /usr/local/share/man/man3/AppConfig::Getopt.3pm
31339Appending installation info to /usr/lib64/perl5/perllocal.pod
31340 NEILB/AppConfig-1.71.tar.gz
31341 /usr/bin/make install -- OK
31342Running make for A/AB/ABW/Template-Toolkit-2.26.tar.gz
31343 Has already been unwrapped into directory /root/.cpan/build/Template-Toolkit-2.26-aJudR0
31344
31345 CPAN.pm: Building A/AB/ABW/Template-Toolkit-2.26.tar.gz
31346
31347cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod
31348cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod
31349cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm
31350cp lib/Template/Stash.pm blib/lib/Template/Stash.pm
31351cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm
31352cp lib/Template/Provider.pm blib/lib/Template/Provider.pm
31353cp lib/Template/Context.pm blib/lib/Template/Context.pm
31354cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod
31355cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm
31356cp lib/Template/Modules.pod blib/lib/Template/Modules.pod
31357cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm
31358cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm
31359cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod
31360cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm
31361cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm
31362cp lib/Template/Directive.pm blib/lib/Template/Directive.pm
31363cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm
31364cp lib/Template/Toolkit.pod blib/lib/Template/Toolkit.pod
31365cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm
31366cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm
31367cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod
31368cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm
31369cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm
31370cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm
31371cp lib/Template/Manual.pod blib/lib/Template/Manual.pod
31372cp lib/Template/View.pm blib/lib/Template/View.pm
31373cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod
31374cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm
31375cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod
31376cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm
31377cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm
31378cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod
31379cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm
31380cp lib/Template/Constants.pm blib/lib/Template/Constants.pm
31381cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm
31382cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm
31383cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod
31384cp lib/Template/Test.pm blib/lib/Template/Test.pm
31385cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm
31386cp lib/Template.pm blib/lib/Template.pm
31387cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm
31388cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod
31389cp lib/Template/Parser.pm blib/lib/Template/Parser.pm
31390cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod
31391cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm
31392cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod
31393cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm
31394cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod
31395cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm
31396cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod
31397cp lib/Template/Config.pm blib/lib/Template/Config.pm
31398cp lib/Template/Plugin/CGI.pm blib/lib/Template/Plugin/CGI.pm
31399cp lib/Template/Tools.pod blib/lib/Template/Tools.pod
31400cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm
31401cp lib/Template/Base.pm blib/lib/Template/Base.pm
31402cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod
31403cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm
31404cp lib/Template/Filters.pm blib/lib/Template/Filters.pm
31405cp lib/Template/Document.pm blib/lib/Template/Document.pm
31406cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm
31407cp lib/Template/Exception.pm blib/lib/Template/Exception.pm
31408cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod
31409cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm
31410cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod
31411cp lib/Template/Service.pm blib/lib/Template/Service.pm
31412make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-aJudR0/xs'
31413/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c
31414gcc -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
31415Stash.xs: In function 'assign':
31416Stash.xs:487:11: warning: unused variable 'key2' [-Wunused-variable]
31417 char *key2 = SvPV(key_sv, key_len); /* TMP DEBUG HACK */
31418 ^
31419Stash.xs: In function 'hash_op':
31420Stash.xs:801:12: warning: unused variable 'retval' [-Wunused-variable]
31421 TT_RET retval;
31422 ^
31423Stash.xs: In function 'scalar_op':
31424Stash.xs:870:12: warning: unused variable 'retval' [-Wunused-variable]
31425 TT_RET retval;
31426 ^
31427Stash.c: At top level:
31428Stash.xs:1013:12: warning: 'list_dot_first' defined but not used [-Wunused-function]
31429 static SV *list_dot_first(pTHX_ AV *list, AV *args) {
31430 ^
31431Stash.xs:1062:12: warning: 'list_dot_last' defined but not used [-Wunused-function]
31432 static SV *list_dot_last(pTHX_ AV *list, AV *args) {
31433 ^
31434Running Mkbootstrap for Template::Stash::XS ()
31435chmod 644 XS.bs
31436rm -f ../blib/arch/auto/Template/Stash/XS/XS.so
31437gcc -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 \
31438 \
31439
31440chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so
31441cp XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs
31442chmod 644 ../blib/arch/auto/Template/Stash/XS/XS.bs
31443make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-aJudR0/xs'
31444cp bin/tpage blib/script/tpage
31445/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage
31446cp bin/ttree blib/script/ttree
31447/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree
31448Manifying blib/man1/tpage.1
31449Manifying blib/man1/ttree.1
31450Manifying blib/man3/Template::Plugin::HTML.3pm
31451Manifying blib/man3/Template::Manual::Views.3pm
31452Manifying blib/man3/Template::Manual::Directives.3pm
31453Manifying blib/man3/Template::Stash.3pm
31454Manifying blib/man3/Template::Context.3pm
31455Manifying blib/man3/Template::Manual::Intro.3pm
31456Manifying blib/man3/Template::Modules.3pm
31457Manifying blib/man3/Template::Plugin::Procedural.3pm
31458Manifying blib/man3/Template::Plugin::Iterator.3pm
31459Manifying blib/man3/Template::Tools::ttree.3pm
31460Manifying blib/man3/Template::Toolkit.3pm
31461Manifying blib/man3/Template::Plugin::Scalar.3pm
31462Manifying blib/man3/Template::Namespace::Constants.3pm
31463Manifying blib/man3/Template::Tutorial::Web.3pm
31464Manifying blib/man3/Template::Iterator.3pm
31465Manifying blib/man3/Template::Plugin::String.3pm
31466Manifying blib/man3/Template::Stash::XS.3pm
31467Manifying blib/man3/Template::Manual.3pm
31468Manifying blib/man3/Template::View.3pm
31469Manifying blib/man3/Template::Manual::Credits.3pm
31470Manifying blib/man3/Template::Plugin::Filter.3pm
31471Manifying blib/man3/Template::Manual::Plugins.3pm
31472Manifying blib/man3/Template::Plugin::Dumper.3pm
31473Manifying blib/man3/Template::Plugin::Date.3pm
31474Manifying blib/man3/Template::Manual::VMethods.3pm
31475Manifying blib/man3/Template::Plugin::File.3pm
31476Manifying blib/man3/Template::Constants.3pm
31477Manifying blib/man3/Template::Plugin::Assert.3pm
31478Manifying blib/man3/Template::Plugin::Image.3pm
31479Manifying blib/man3/Template::Manual::Config.3pm
31480Manifying blib/man3/Template::Test.3pm
31481Manifying blib/man3/Template.3pm
31482Manifying blib/man3/Template::VMethods.3pm
31483Manifying blib/man3/Template::Plugin::Table.3pm
31484Manifying blib/man3/Template::Provider.3pm
31485Manifying blib/man3/Template::Plugin::Format.3pm
31486Manifying blib/man3/Template::Plugin::View.3pm
31487Manifying blib/man3/Template::Stash::Context.3pm
31488Manifying blib/man3/Template::Directive.3pm
31489Manifying blib/man3/Template::Plugin::Datafile.3pm
31490Manifying blib/man3/Template::Plugin::Directory.3pm
31491Manifying blib/man3/Template::Plugin::Wrap.3pm
31492Manifying blib/man3/Template::Base.3pm
31493Manifying blib/man3/Template::Plugin::Math.3pm
31494Manifying blib/man3/Template::Filters.3pm
31495Manifying blib/man3/Template::Manual::Internals.3pm
31496Manifying blib/man3/Template::Plugin::Pod.3pm
31497Manifying blib/man3/Template::Service.3pm
31498Manifying blib/man3/Template::Manual::Variables.3pm
31499Manifying blib/man3/Template::Tools::tpage.3pm
31500Manifying blib/man3/Template::Parser.3pm
31501Manifying blib/man3/Template::Plugins.3pm
31502Manifying blib/man3/Template::Manual::Syntax.3pm
31503Manifying blib/man3/Template::Tutorial.3pm
31504Manifying blib/man3/Template::Grammar.3pm
31505Manifying blib/man3/Template::Plugin.3pm
31506Manifying blib/man3/Template::Config.3pm
31507Manifying blib/man3/Template::FAQ.3pm
31508Manifying blib/man3/Template::Tools.3pm
31509Manifying blib/man3/Template::Plugin::CGI.3pm
31510Manifying blib/man3/Template::Manual::Filters.3pm
31511Manifying blib/man3/Template::Document.3pm
31512Manifying blib/man3/Template::Plugin::URL.3pm
31513Manifying blib/man3/Template::Exception.3pm
31514Manifying blib/man3/Template::Tutorial::Datafile.3pm
31515 ABW/Template-Toolkit-2.26.tar.gz
31516 /usr/bin/make -- OK
31517Skipping test because of notest pragma
31518Running make install
31519make[1]: Entering directory `/root/.cpan/build/Template-Toolkit-2.26-aJudR0/xs'
31520make[1]: Leaving directory `/root/.cpan/build/Template-Toolkit-2.26-aJudR0/xs'
31521Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
31522Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.bs
31523Installing /usr/local/lib64/perl5/auto/Template/Stash/XS/XS.so
31524Installing /usr/local/lib64/perl5/Template.pm
31525Installing /usr/local/lib64/perl5/Template/Context.pm
31526Installing /usr/local/lib64/perl5/Template/FAQ.pod
31527Installing /usr/local/lib64/perl5/Template/View.pm
31528Installing /usr/local/lib64/perl5/Template/Plugins.pm
31529Installing /usr/local/lib64/perl5/Template/Document.pm
31530Installing /usr/local/lib64/perl5/Template/Directive.pm
31531Installing /usr/local/lib64/perl5/Template/Provider.pm
31532Installing /usr/local/lib64/perl5/Template/Tools.pod
31533Installing /usr/local/lib64/perl5/Template/Plugin.pm
31534Installing /usr/local/lib64/perl5/Template/Modules.pod
31535Installing /usr/local/lib64/perl5/Template/Toolkit.pod
31536Installing /usr/local/lib64/perl5/Template/Exception.pm
31537Installing /usr/local/lib64/perl5/Template/Test.pm
31538Installing /usr/local/lib64/perl5/Template/Grammar.pm
31539Installing /usr/local/lib64/perl5/Template/Filters.pm
31540Installing /usr/local/lib64/perl5/Template/Stash.pm
31541Installing /usr/local/lib64/perl5/Template/Service.pm
31542Installing /usr/local/lib64/perl5/Template/Manual.pod
31543Installing /usr/local/lib64/perl5/Template/Config.pm
31544Installing /usr/local/lib64/perl5/Template/VMethods.pm
31545Installing /usr/local/lib64/perl5/Template/Iterator.pm
31546Installing /usr/local/lib64/perl5/Template/Tutorial.pod
31547Installing /usr/local/lib64/perl5/Template/Base.pm
31548Installing /usr/local/lib64/perl5/Template/Constants.pm
31549Installing /usr/local/lib64/perl5/Template/Parser.pm
31550Installing /usr/local/lib64/perl5/Template/Tools/ttree.pod
31551Installing /usr/local/lib64/perl5/Template/Tools/tpage.pod
31552Installing /usr/local/lib64/perl5/Template/Tutorial/Web.pod
31553Installing /usr/local/lib64/perl5/Template/Tutorial/Datafile.pod
31554Installing /usr/local/lib64/perl5/Template/Manual/Internals.pod
31555Installing /usr/local/lib64/perl5/Template/Manual/Credits.pod
31556Installing /usr/local/lib64/perl5/Template/Manual/Directives.pod
31557Installing /usr/local/lib64/perl5/Template/Manual/Config.pod
31558Installing /usr/local/lib64/perl5/Template/Manual/Variables.pod
31559Installing /usr/local/lib64/perl5/Template/Manual/VMethods.pod
31560Installing /usr/local/lib64/perl5/Template/Manual/Filters.pod
31561Installing /usr/local/lib64/perl5/Template/Manual/Syntax.pod
31562Installing /usr/local/lib64/perl5/Template/Manual/Plugins.pod
31563Installing /usr/local/lib64/perl5/Template/Manual/Intro.pod
31564Installing /usr/local/lib64/perl5/Template/Manual/Views.pod
31565Installing /usr/local/lib64/perl5/Template/Stash/Context.pm
31566Installing /usr/local/lib64/perl5/Template/Stash/XS.pm
31567Installing /usr/local/lib64/perl5/Template/Plugin/Table.pm
31568Installing /usr/local/lib64/perl5/Template/Plugin/View.pm
31569Installing /usr/local/lib64/perl5/Template/Plugin/Datafile.pm
31570Installing /usr/local/lib64/perl5/Template/Plugin/Scalar.pm
31571Installing /usr/local/lib64/perl5/Template/Plugin/Procedural.pm
31572Installing /usr/local/lib64/perl5/Template/Plugin/Image.pm
31573Installing /usr/local/lib64/perl5/Template/Plugin/Wrap.pm
31574Installing /usr/local/lib64/perl5/Template/Plugin/File.pm
31575Installing /usr/local/lib64/perl5/Template/Plugin/Pod.pm
31576Installing /usr/local/lib64/perl5/Template/Plugin/Dumper.pm
31577Installing /usr/local/lib64/perl5/Template/Plugin/String.pm
31578Installing /usr/local/lib64/perl5/Template/Plugin/URL.pm
31579Installing /usr/local/lib64/perl5/Template/Plugin/Assert.pm
31580Installing /usr/local/lib64/perl5/Template/Plugin/Filter.pm
31581Installing /usr/local/lib64/perl5/Template/Plugin/Iterator.pm
31582Installing /usr/local/lib64/perl5/Template/Plugin/Math.pm
31583Installing /usr/local/lib64/perl5/Template/Plugin/Directory.pm
31584Installing /usr/local/lib64/perl5/Template/Plugin/HTML.pm
31585Installing /usr/local/lib64/perl5/Template/Plugin/Date.pm
31586Installing /usr/local/lib64/perl5/Template/Plugin/CGI.pm
31587Installing /usr/local/lib64/perl5/Template/Plugin/Format.pm
31588Installing /usr/local/lib64/perl5/Template/Namespace/Constants.pm
31589Installing /usr/local/share/man/man1/ttree.1
31590Installing /usr/local/share/man/man1/tpage.1
31591Installing /usr/local/share/man/man3/Template::Manual::Credits.3pm
31592Installing /usr/local/share/man/man3/Template::Manual::Directives.3pm
31593Installing /usr/local/share/man/man3/Template::Plugin::CGI.3pm
31594Installing /usr/local/share/man/man3/Template::Manual::Intro.3pm
31595Installing /usr/local/share/man/man3/Template::Tools::tpage.3pm
31596Installing /usr/local/share/man/man3/Template::View.3pm
31597Installing /usr/local/share/man/man3/Template::FAQ.3pm
31598Installing /usr/local/share/man/man3/Template::Plugin::Datafile.3pm
31599Installing /usr/local/share/man/man3/Template::Plugin::Dumper.3pm
31600Installing /usr/local/share/man/man3/Template::Plugin::Format.3pm
31601Installing /usr/local/share/man/man3/Template::Toolkit.3pm
31602Installing /usr/local/share/man/man3/Template::Provider.3pm
31603Installing /usr/local/share/man/man3/Template::Plugin::Directory.3pm
31604Installing /usr/local/share/man/man3/Template::Directive.3pm
31605Installing /usr/local/share/man/man3/Template::Service.3pm
31606Installing /usr/local/share/man/man3/Template::Config.3pm
31607Installing /usr/local/share/man/man3/Template::Grammar.3pm
31608Installing /usr/local/share/man/man3/Template::Tutorial::Datafile.3pm
31609Installing /usr/local/share/man/man3/Template::Tools::ttree.3pm
31610Installing /usr/local/share/man/man3/Template::Parser.3pm
31611Installing /usr/local/share/man/man3/Template::Plugin::HTML.3pm
31612Installing /usr/local/share/man/man3/Template::Document.3pm
31613Installing /usr/local/share/man/man3/Template::Plugin::Pod.3pm
31614Installing /usr/local/share/man/man3/Template::Stash::XS.3pm
31615Installing /usr/local/share/man/man3/Template::Plugin::File.3pm
31616Installing /usr/local/share/man/man3/Template::Plugin::Scalar.3pm
31617Installing /usr/local/share/man/man3/Template::Manual::Filters.3pm
31618Installing /usr/local/share/man/man3/Template::Plugin::Table.3pm
31619Installing /usr/local/share/man/man3/Template::Plugin::Filter.3pm
31620Installing /usr/local/share/man/man3/Template::Plugin::String.3pm
31621Installing /usr/local/share/man/man3/Template::Plugin::Image.3pm
31622Installing /usr/local/share/man/man3/Template::Stash::Context.3pm
31623Installing /usr/local/share/man/man3/Template::Context.3pm
31624Installing /usr/local/share/man/man3/Template::Plugin::Math.3pm
31625Installing /usr/local/share/man/man3/Template::Plugin::Iterator.3pm
31626Installing /usr/local/share/man/man3/Template::Manual.3pm
31627Installing /usr/local/share/man/man3/Template::Exception.3pm
31628Installing /usr/local/share/man/man3/Template::Plugin.3pm
31629Installing /usr/local/share/man/man3/Template::Manual::Syntax.3pm
31630Installing /usr/local/share/man/man3/Template::Plugin::Date.3pm
31631Installing /usr/local/share/man/man3/Template::Modules.3pm
31632Installing /usr/local/share/man/man3/Template::Plugins.3pm
31633Installing /usr/local/share/man/man3/Template::Manual::Views.3pm
31634Installing /usr/local/share/man/man3/Template::Manual::VMethods.3pm
31635Installing /usr/local/share/man/man3/Template::Tutorial.3pm
31636Installing /usr/local/share/man/man3/Template::Plugin::Assert.3pm
31637Installing /usr/local/share/man/man3/Template::Manual::Variables.3pm
31638Installing /usr/local/share/man/man3/Template::Test.3pm
31639Installing /usr/local/share/man/man3/Template::Tutorial::Web.3pm
31640Installing /usr/local/share/man/man3/Template::Plugin::Procedural.3pm
31641Installing /usr/local/share/man/man3/Template::Constants.3pm
31642Installing /usr/local/share/man/man3/Template::Tools.3pm
31643Installing /usr/local/share/man/man3/Template::Manual::Internals.3pm
31644Installing /usr/local/share/man/man3/Template::Plugin::URL.3pm
31645Installing /usr/local/share/man/man3/Template::Stash.3pm
31646Installing /usr/local/share/man/man3/Template::Filters.3pm
31647Installing /usr/local/share/man/man3/Template::Manual::Config.3pm
31648Installing /usr/local/share/man/man3/Template::Plugin::View.3pm
31649Installing /usr/local/share/man/man3/Template.3pm
31650Installing /usr/local/share/man/man3/Template::Plugin::Wrap.3pm
31651Installing /usr/local/share/man/man3/Template::VMethods.3pm
31652Installing /usr/local/share/man/man3/Template::Manual::Plugins.3pm
31653Installing /usr/local/share/man/man3/Template::Base.3pm
31654Installing /usr/local/share/man/man3/Template::Iterator.3pm
31655Installing /usr/local/share/man/man3/Template::Namespace::Constants.3pm
31656Installing /usr/local/bin/ttree
31657Installing /usr/local/bin/tpage
31658Appending installation info to /usr/lib64/perl5/perllocal.pod
31659 ABW/Template-Toolkit-2.26.tar.gz
31660 /usr/bin/make install -- OK
31661Failed during this command:
31662 TODDR/XML-Parser-2.44.tar.gz : make NO
31663
31664cpan[2]> Lockfile removed.
31665 ---> bea4f4baf7b0
31666Removing intermediate container 9dfd755d7fc6
31667Step 9 : RUN ( echo "notest install CPAN" ) | perl -MCPAN -e shell
31668 ---> Running in 346deac96746
31669
31670cpan shell -- CPAN exploration and modules installation (v1.9800)
31671Enter 'h' for help.
31672
31673cpan[1]> Reading '/root/.cpan/Metadata'
31674 Database was generated on Tue, 22 Dec 2015 23:53:30 GMT
31675Running install for module 'CPAN'
31676Running make for A/AN/ANDK/CPAN-2.10.tar.gz
31677Fetching with LWP:
31678http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz
31679Fetching with LWP:
31680http://ftp.hosteurope.de/pub/CPAN/authors/id/A/AN/ANDK/CHECKSUMS
31681Checksum for /root/.cpan/sources/authors/id/A/AN/ANDK/CPAN-2.10.tar.gz ok
31682Scanning cache /root/.cpan/build for sizes
31683......................................................----------------------DONE
31684DEL(1/45): /root/.cpan/build/ExtUtils-MakeMaker-7.10-9OPcim
31685DEL(2/45): /root/.cpan/build/local-lib-2.000018-EbGep_
31686DEL(3/45): /root/.cpan/build/Canary-Stability-2006-68snCE
31687DEL(4/45): /root/.cpan/build/AnyEvent-7.11-mqQS2m
31688DEL(5/45): /root/.cpan/build/Test-Simple-1.001014-W80ZJQ
31689DEL(6/45): /root/.cpan/build/Object-Event-1.23-32PL_Q
31690DEL(7/45): /root/.cpan/build/AnyEvent-HTTPD-0.93-lQZGZI
31691DEL(8/45): /root/.cpan/build/CPAN-Meta-YAML-0.018-3LdQzW
31692DEL(9/45): /root/.cpan/build/Parse-CPAN-Meta-1.4417-dFFwS_
31693DEL(10/45): /root/.cpan/build/CPAN-Meta-2.150005-ilduCB
31694DEL(11/45): /root/.cpan/build/Module-Build-0.4214-wPHO1y
31695DEL(12/45): /root/.cpan/build/Test-Requires-0.10-ddDmcT
31696DEL(13/45): /root/.cpan/build/Capture-Tiny-0.30-yfy8yp
31697DEL(14/45): /root/.cpan/build/Cwd-Guard-0.04-EAnMyO
31698DEL(15/45): /root/.cpan/build/Devel-CheckCompiler-0.06-RwHT9Q
31699DEL(16/45): /root/.cpan/build/Module-Build-XSUtil-0.16-8QsDLN
31700DEL(17/45): /root/.cpan/build/File-Copy-Recursive-0.38-6cUAqs
31701DEL(18/45): /root/.cpan/build/ExtUtils-ParseXS-3.30-SmaY_v
31702DEL(19/45): /root/.cpan/build/Devel-PPPort-3.32-W5rY2K
31703DEL(20/45): /root/.cpan/build/Test-LeakTrace-0.15-_uJpD6
31704DEL(21/45): /root/.cpan/build/Test-Fatal-0.014-De35hs
31705DEL(22/45): /root/.cpan/build/Sub-Exporter-0.987-N03Cyv
31706DEL(23/45): /root/.cpan/build/Test-Output-1.03-rSp2jT
31707DEL(24/45): /root/.cpan/build/Sub-Uplevel-0.25-LGiFfq
31708DEL(25/45): /root/.cpan/build/Test-Exception-0.41-3eXoKp
31709DEL(26/45): /root/.cpan/build/Mouse-v2.4.5-g4vY7x
31710DEL(27/45): /root/.cpan/build/AnyEvent-IMAP-0.04-lmnrQt
31711DEL(28/45): /root/.cpan/build/Carp-1.38-UO6QgP
31712DEL(29/45): /root/.cpan/build/File-Slurp-9999.19-87rEAg
31713DEL(30/45): /root/.cpan/build/Algorithm-Diff-1.1903-PcuYcN
31714DEL(31/45): /root/.cpan/build/Text-Diff-1.43-OiQJdP
31715DEL(32/45): /root/.cpan/build/Test-Differences-0.64-t3d1qg
31716DEL(33/45): /root/.cpan/build/Test-Name-FromLine-0.13-IkJwuZ
31717DEL(34/45): /root/.cpan/build/Test-Time-0.04-0wEiRG
31718DEL(35/45): /root/.cpan/build/Cookie-Baker-0.06-abOzEg
31719DEL(36/45): /root/.cpan/build/DBI-1.634-9SVASv
31720DEL(37/45): /root/.cpan/build/Data-Dumper-2.154-VYgscZ
31721DEL(38/45): /root/.cpan/build/asa-1.03-hIbFQM
31722DEL(39/45): /root/.cpan/build/Data-UUID-LibUUID-0.05-zqjVU6
31723DEL(40/45): /root/.cpan/build/Module-Metadata-1.000027-Uw5d_g
31724DEL(41/45): /root/.cpan/build/Test-Deep-1.120-6YExvf
31725DEL(42/45): /root/.cpan/build/Env-1.04-oBxLoT
31726DEL(43/45): /root/.cpan/build/CPAN-Meta-Check-0.012-YApIx8
31727DEL(44/45): /root/.cpan/build/Test-Warnings-0.023-BPHTWp
31728DEL(45/45): /root/.cpan/build/Scalar-List-Utils-1.42-FubsI_
31729
31730 CPAN.pm: Building A/AN/ANDK/CPAN-2.10.tar.gz
31731
31732
31733Importing PAUSE public key into your GnuPG keychain... gpg: new configuration file `/root/.gnupg/gpg.conf' created
31734gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
31735done!
31736(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
31737Checking if your kit is complete...
31738Looks good
31739Writing Makefile for CPAN
31740Writing MYMETA.yml and MYMETA.json
31741cp lib/CPAN.pm blib/lib/CPAN.pm
31742cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm
31743cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm
31744cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm
31745cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm
31746cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm
31747cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/Distroprefs.pm
31748cp lib/CPAN/Kwalify/distroprefs.yml blib/lib/CPAN/Kwalify/distroprefs.yml
31749cp lib/App/Cpan.pm blib/lib/App/Cpan.pm
31750cp lib/CPAN/Kwalify.pm blib/lib/CPAN/Kwalify.pm
31751cp lib/CPAN/Module.pm blib/lib/CPAN/Module.pm
31752cp lib/CPAN/Author.pm blib/lib/CPAN/Author.pm
31753cp lib/CPAN/Debug.pm blib/lib/CPAN/Debug.pm
31754cp lib/CPAN/HTTP/Credentials.pm blib/lib/CPAN/HTTP/Credentials.pm
31755cp lib/CPAN/API/HOWTO.pod blib/lib/CPAN/API/HOWTO.pod
31756cp lib/CPAN/Complete.pm blib/lib/CPAN/Complete.pm
31757cp lib/CPAN/HTTP/Client.pm blib/lib/CPAN/HTTP/Client.pm
31758cp lib/CPAN/FirstTime.pm blib/lib/CPAN/FirstTime.pm
31759cp lib/CPAN/Exception/blocked_urllist.pm blib/lib/CPAN/Exception/blocked_urllist.pm
31760cp lib/CPAN/Distrostatus.pm blib/lib/CPAN/Distrostatus.pm
31761cp lib/CPAN/Tarzip.pm blib/lib/CPAN/Tarzip.pm
31762cp lib/CPAN/Admin.pm blib/lib/CPAN/Admin.pm
31763cp lib/CPAN/Prompt.pm blib/lib/CPAN/Prompt.pm
31764cp lib/CPAN/URL.pm blib/lib/CPAN/URL.pm
31765cp lib/CPAN/Version.pm blib/lib/CPAN/Version.pm
31766cp lib/CPAN/DeferredCode.pm blib/lib/CPAN/DeferredCode.pm
31767cp lib/CPAN/Distribution.pm blib/lib/CPAN/Distribution.pm
31768cp lib/CPAN/Nox.pm blib/lib/CPAN/Nox.pm
31769cp lib/CPAN/Exception/RecursiveDependency.pm blib/lib/CPAN/Exception/RecursiveDependency.pm
31770cp lib/CPAN/Bundle.pm blib/lib/CPAN/Bundle.pm
31771cp lib/CPAN/Plugin/Specfile.pm blib/lib/CPAN/Plugin/Specfile.pm
31772cp lib/CPAN/Shell.pm blib/lib/CPAN/Shell.pm
31773cp lib/CPAN/InfoObj.pm blib/lib/CPAN/InfoObj.pm
31774cp lib/CPAN/HandleConfig.pm blib/lib/CPAN/HandleConfig.pm
31775cp lib/CPAN/Exception/yaml_process_error.pm blib/lib/CPAN/Exception/yaml_process_error.pm
31776cp lib/CPAN/Plugin.pm blib/lib/CPAN/Plugin.pm
31777cp lib/CPAN/Exception/yaml_not_installed.pm blib/lib/CPAN/Exception/yaml_not_installed.pm
31778cp lib/CPAN/Index.pm blib/lib/CPAN/Index.pm
31779cp lib/CPAN/Kwalify/distroprefs.dd blib/lib/CPAN/Kwalify/distroprefs.dd
31780cp lib/CPAN/Mirrors.pm blib/lib/CPAN/Mirrors.pm
31781cp scripts/cpan-mirrors blib/script/cpan-mirrors
31782/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan-mirrors
31783cp scripts/cpan blib/script/cpan
31784/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan
31785Manifying blib/man1/cpan-mirrors.1
31786Manifying blib/man1/cpan.1
31787Manifying blib/man3/CPAN.3pm
31788Manifying blib/man3/CPAN::Tarzip.3pm
31789Manifying blib/man3/CPAN::Admin.3pm
31790Manifying blib/man3/CPAN::Queue.3pm
31791Manifying blib/man3/CPAN::Distroprefs.3pm
31792Manifying blib/man3/CPAN::Version.3pm
31793Manifying blib/man3/App::Cpan.3pm
31794Manifying blib/man3/CPAN::Kwalify.3pm
31795Manifying blib/man3/CPAN::Nox.3pm
31796Manifying blib/man3/CPAN::Plugin::Specfile.3pm
31797Manifying blib/man3/CPAN::Debug.3pm
31798Manifying blib/man3/CPAN::HandleConfig.3pm
31799Manifying blib/man3/CPAN::Plugin.3pm
31800Manifying blib/man3/CPAN::API::HOWTO.3pm
31801Manifying blib/man3/CPAN::Mirrors.3pm
31802Manifying blib/man3/CPAN::FirstTime.3pm
31803 ANDK/CPAN-2.10.tar.gz
31804 /usr/bin/make -- OK
31805'YAML' not installed, will not store persistent state
31806Skipping test because of notest pragma
31807Running make install
31808Installing /usr/share/perl5/CPAN.pm
31809Installing /usr/share/perl5/CPAN/Shell.pm
31810Installing /usr/share/perl5/CPAN/Index.pm
31811Installing /usr/share/perl5/CPAN/Bundle.pm
31812Installing /usr/share/perl5/CPAN/Complete.pm
31813Installing /usr/share/perl5/CPAN/HandleConfig.pm
31814Installing /usr/share/perl5/CPAN/Distroprefs.pm
31815Installing /usr/share/perl5/CPAN/Mirrors.pm
31816Installing /usr/share/perl5/CPAN/Distribution.pm
31817Installing /usr/share/perl5/CPAN/CacheMgr.pm
31818Installing /usr/share/perl5/CPAN/Plugin.pm
31819Installing /usr/share/perl5/CPAN/Nox.pm
31820Installing /usr/share/perl5/CPAN/Tarzip.pm
31821Installing /usr/share/perl5/CPAN/Queue.pm
31822Installing /usr/share/perl5/CPAN/Module.pm
31823Installing /usr/share/perl5/CPAN/Version.pm
31824Installing /usr/share/perl5/CPAN/Admin.pm
31825Installing /usr/share/perl5/CPAN/FirstTime.pm
31826Installing /usr/share/perl5/CPAN/FTP.pm
31827Installing /usr/share/perl5/CPAN/Author.pm
31828Installing /usr/share/perl5/CPAN/LWP/UserAgent.pm
31829Installing /usr/share/perl5/CPAN/HTTP/Client.pm
31830Installing /usr/share/perl5/CPAN/HTTP/Credentials.pm
31831Installing /usr/share/perl5/CPAN/Plugin/Specfile.pm
31832Installing /usr/share/perl5/App/Cpan.pm
31833Installing /usr/share/man/man1/cpan-mirrors.1
31834Installing /usr/share/man/man1/cpan.1
31835Installing /usr/share/man/man3/CPAN::Plugin::Specfile.3pm
31836Installing /usr/share/man/man3/CPAN::Mirrors.3pm
31837Installing /usr/share/man/man3/CPAN::Admin.3pm
31838Installing /usr/share/man/man3/CPAN::Tarzip.3pm
31839Installing /usr/share/man/man3/CPAN::API::HOWTO.3pm
31840Installing /usr/share/man/man3/App::Cpan.3pm
31841Installing /usr/share/man/man3/CPAN::Version.3pm
31842Installing /usr/share/man/man3/CPAN.3pm
31843Installing /usr/share/man/man3/CPAN::Kwalify.3pm
31844Installing /usr/share/man/man3/CPAN::Debug.3pm
31845Installing /usr/share/man/man3/CPAN::Queue.3pm
31846Installing /usr/share/man/man3/CPAN::Nox.3pm
31847Installing /usr/share/man/man3/CPAN::FirstTime.3pm
31848Installing /usr/share/man/man3/CPAN::Plugin.3pm
31849Installing /usr/share/man/man3/CPAN::Distroprefs.3pm
31850Installing /usr/share/man/man3/CPAN::HandleConfig.3pm
31851Installing /usr/bin/cpan-mirrors
31852Installing /usr/bin/cpan
31853Appending installation info to /usr/lib64/perl5/perllocal.pod
31854 ANDK/CPAN-2.10.tar.gz
31855 /usr/bin/make install -- OK
31856
31857cpan[2]> Lockfile removed.
31858 ---> 453b8d7a86a4
31859Removing intermediate container 346deac96746
31860Step 10 : RUN ( echo "notest install List::Pairwise" ) | perl -MCPAN -e shell
31861 ---> Running in 487e88a42e31
31862
31863cpan shell -- CPAN exploration and modules installation (v2.10)
31864Enter 'h' for help.
31865
31866cpan[1]> Reading '/root/.cpan/Metadata'
31867 Database was generated on Tue, 22 Dec 2015 23:53:30 GMT
31868List::Pairwise is up to date (1.03).
31869
31870cpan[2]> Lockfile removed.
31871 ---> 36e62104e2d4
31872Removing intermediate container 487e88a42e31
31873Step 11 : WORKDIR /srv/
31874 ---> Running in 6e29ebbd8031
31875 ---> f6f10fe6d143
31876Removing intermediate container 6e29ebbd8031
31877Step 12 : RUN git clone https://github.com/CindyLinz/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
31878 ---> Running in 8bb6f40ca827
31879Cloning into 'Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git'...
31880 ---> 3581d7760fff
31881Removing intermediate container 8bb6f40ca827
31882Step 13 : WORKDIR /srv/Perl-AnyEvent-HTTPD-SendMultiHeaderPatch.git
31883 ---> Running in ed9350b0f458
31884 ---> 7cbc527c6a18
31885Removing intermediate container ed9350b0f458
31886Step 14 : RUN perl Makefile.PL && make && make install
31887 ---> Running in e507a7c56d26
31888Checking if your kit is complete...
31889Looks good
31890WARNING: Setting ABSTRACT via file 'lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm' failed
31891 at /usr/share/perl5/vendor_perl/ExtUtils/MakeMaker.pm line 631.
31892Writing Makefile for AnyEvent::HTTPD::SendMultiHeaderPatch
31893Writing MYMETA.yml and MYMETA.json
31894cp lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm blib/lib/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
31895Manifying blib/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
31896Manifying blib/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
31897Installing /usr/local/share/perl5/AnyEvent/HTTPD/SendMultiHeaderPatch.pm
31898Installing /usr/local/share/man/man3/AnyEvent::HTTPD::SendMultiHeaderPatch.3pm
31899Appending installation info to /usr/lib64/perl5/perllocal.pod
31900 ---> de9c2a67d3bf
31901Removing intermediate container e507a7c56d26
31902Step 15 : WORKDIR /srv/
31903 ---> Running in cc78e8a4b762
31904 ---> 4c925a1b7d25
31905Removing intermediate container cc78e8a4b762
31906Step 16 : RUN git clone https://github.com/fastmail/Net-CardDAVTalk.git Net-CardDAVTalk.git
31907 ---> Running in 8f392cf68e6b
31908Cloning into 'Net-CardDAVTalk.git'...
31909 ---> 39d6992ad3c5
31910Removing intermediate container 8f392cf68e6b
31911Step 17 : WORKDIR /srv/Net-CardDAVTalk.git
31912 ---> Running in c8c652a7d7a4
31913 ---> 4824541e2141
31914Removing intermediate container c8c652a7d7a4
31915Step 18 : RUN perl Makefile.PL && make && make install
31916 ---> Running in bed97de78e96
31917Checking if your kit is complete...
31918Looks good
31919Writing Makefile for Net::CardDAVTalk
31920Writing MYMETA.yml and MYMETA.json
31921cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
31922cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
31923Manifying blib/man3/Net::CardDAVTalk.3pm
31924Manifying blib/man3/Net::CardDAVTalk.3pm
31925Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
31926Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
31927Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
31928Appending installation info to /usr/lib64/perl5/perllocal.pod
31929 ---> 9274273e3a2b
31930Removing intermediate container bed97de78e96
31931Step 19 : WORKDIR /srv/jmap-perl.git
31932 ---> Running in ec00b802f4f6
31933 ---> d92e730b6f16
31934Removing intermediate container ec00b802f4f6
31935Step 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 || :
31936 ---> Running in bd0b5c643f14
31937
31938cpan shell -- CPAN exploration and modules installation (v2.10)
31939Enter 'h' for help.
31940
31941cpan[1]> Reading '/root/.cpan/Metadata'
31942 Database was generated on Tue, 22 Dec 2015 23:53:30 GMT
31943Warning: Cannot install AnyEvent::Gmail, don't know what it is.
31944Try the command
31945
31946 i /AnyEvent::Gmail/
31947
31948to find objects with matching identifiers.
31949Warning: Cannot install Email::Sender::Transport::GmailSMTP, don't know what it is.
31950Try the command
31951
31952 i /Email::Sender::Transport::GmailSMTP/
31953
31954to find objects with matching identifiers.
31955Warning: Cannot install JMAP::API, don't know what it is.
31956Try the command
31957
31958 i /JMAP::API/
31959
31960to find objects with matching identifiers.
31961Warning: Cannot install JMAP::DB, don't know what it is.
31962Try the command
31963
31964 i /JMAP::DB/
31965
31966to find objects with matching identifiers.
31967Warning: Cannot install JMAP::GmailDB, don't know what it is.
31968Try the command
31969
31970 i /JMAP::GmailDB/
31971
31972to find objects with matching identifiers.
31973Warning: Cannot install JMAP::ImapDB, don't know what it is.
31974Try the command
31975
31976 i /JMAP::ImapDB/
31977
31978to find objects with matching identifiers.
31979Warning: Cannot install JMAP::Sync::Gmail, don't know what it is.
31980Try the command
31981
31982 i /JMAP::Sync::Gmail/
31983
31984to find objects with matching identifiers.
31985Warning: Cannot install JMAP::Sync::Standard, don't know what it is.
31986Try the command
31987
31988 i /JMAP::Sync::Standard/
31989
31990to find objects with matching identifiers.
31991Warning: Cannot install Mail::GmailTalk, don't know what it is.
31992Try the command
31993
31994 i /Mail::GmailTalk/
31995
31996to find objects with matching identifiers.
31997Warning: Cannot install OAuth2::Tiny, don't know what it is.
31998Try the command
31999
32000 i /OAuth2::Tiny/
32001
32002to find objects with matching identifiers.
32003AnyEvent is up to date (7.11).
32004AnyEvent::HTTP is up to date (2.22).
32005AnyEvent::HTTPD is up to date (0.93).
32006AnyEvent::Handle is up to date (undef).
32007AnyEvent::IMAP is up to date (0.04).
32008AnyEvent::Socket is up to date (undef).
32009AnyEvent::Util is up to date (undef).
32010Carp is up to date (1.38).
32011Cookie::Baker is up to date (0.06).
32012DBI is up to date (1.634).
32013Running install for module 'Data::Dumper'
32014Checksum for /root/.cpan/sources/authors/id/S/SM/SMUELLER/Data-Dumper-2.154.tar.gz ok
32015Scanning cache /root/.cpan/build for sizes
32016............................................................................DONE
32017'YAML' not installed, will not store persistent state
32018Configuring S/SM/SMUELLER/Data-Dumper-2.154.tar.gz with Makefile.PL
32019Checking if your kit is complete...
32020Looks good
32021Writing Makefile for Data::Dumper
32022Writing MYMETA.yml and MYMETA.json
32023 SMUELLER/Data-Dumper-2.154.tar.gz
32024 /usr/bin/perl Makefile.PL -- OK
32025Running make for S/SM/SMUELLER/Data-Dumper-2.154.tar.gz
32026cp Dumper.pm blib/lib/Data/Dumper.pm
32027/usr/bin/perl /usr/local/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
32028gcc -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
32029Running Mkbootstrap for Data::Dumper ()
32030chmod 644 Dumper.bs
32031rm -f blib/arch/auto/Data/Dumper/Dumper.so
32032gcc -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 \
32033 \
32034
32035chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
32036cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
32037chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
32038 SMUELLER/Data-Dumper-2.154.tar.gz
32039 /usr/bin/make -- OK
32040 SMUELLER/Data-Dumper-2.154.tar.gz
32041 Skipping test because of notest pragma
32042Running make install
32043Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
32044Installing /usr/lib64/perl5/auto/Data/Dumper/Dumper.so
32045Appending installation info to /usr/lib64/perl5/perllocal.pod
32046 SMUELLER/Data-Dumper-2.154.tar.gz
32047 /usr/bin/make install -- OK
32048Data::UUID::LibUUID is up to date (0.05).
32049Date::Format is up to date (2.24).
32050Date::Parse is up to date (2.30).
32051DateTime is up to date (1.21).
32052Digest::SHA is up to date (5.95).
32053EV is up to date (4.22).
32054Email::Address is up to date (1.908).
32055Email::MIME is up to date (1.936).
32056Email::Sender::Simple is up to date (1.300021).
32057Email::Sender::Transport::SMTPS is up to date (0.03).
32058Email::Simple is up to date (2.208).
32059Encode is up to date (2.78).
32060Encode::MIME::Header is up to date (2.17).
32061HTML::GenerateUtil is up to date (1.20).
32062HTML::Strip is up to date (2.09).
32063HTTP::Tiny is up to date (0.056).
32064IO::All is up to date (0.86).
32065IO::LockedFile is up to date (0.23).
32066IO::Socket::SSL is up to date (2.022).
32067Image::Size is up to date (3.300).
32068JSON::XS is up to date (3.01).
32069MIME::Base64 is up to date (3.15).
32070Mail::IMAPTalk is up to date (4.01).
32071Moose is up to date (2.1604).
32072Mouse is up to date (v2.4.5).
32073Net::CalDAVTalk is up to date (0.03).
32074Running install for module 'Net::CardDAVTalk'
32075Checksum for /root/.cpan/sources/authors/id/B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz ok
32076Configuring B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz with Makefile.PL
32077Checking if your kit is complete...
32078Looks good
32079Writing Makefile for Net::CardDAVTalk
32080Writing MYMETA.yml and MYMETA.json
32081 BRONG/Net-CardDAVTalk-0.02.tar.gz
32082 /usr/bin/perl Makefile.PL -- OK
32083Running make for B/BR/BRONG/Net-CardDAVTalk-0.02.tar.gz
32084cp lib/Net/CardDAVTalk.pm blib/lib/Net/CardDAVTalk.pm
32085cp lib/Net/CardDAVTalk/VCard.pm blib/lib/Net/CardDAVTalk/VCard.pm
32086Manifying blib/man3/Net::CardDAVTalk.3pm
32087Manifying blib/man3/Net::CardDAVTalk::VCard.3pm
32088 BRONG/Net-CardDAVTalk-0.02.tar.gz
32089 /usr/bin/make -- OK
32090 BRONG/Net-CardDAVTalk-0.02.tar.gz
32091 Skipping test because of notest pragma
32092Running make install
32093Installing /usr/local/share/perl5/Net/CardDAVTalk.pm
32094Installing /usr/local/share/perl5/Net/CardDAVTalk/VCard.pm
32095Installing /usr/local/share/man/man3/Net::CardDAVTalk.3pm
32096Appending installation info to /usr/lib64/perl5/perllocal.pod
32097 BRONG/Net-CardDAVTalk-0.02.tar.gz
32098 /usr/bin/make install -- OK
32099Net::CardDAVTalk::VCard is up to date (undef).
32100Net::Cmd is up to date (3.07).
32101Net::DNS is up to date (1.04).
32102Net::DNS::Resolver is up to date (1430).
32103Net::Server::Fork is up to date (undef).
32104Template is up to date (2.26).
32105
32106cpan[2]> Lockfile removed.
32107 ---> d34891c286f5
32108Removing intermediate container bd0b5c643f14
32109Step 21 : ADD nginx.conf /etc/nginx/nginx.conf
32110 ---> ac597d6a50a0
32111Removing intermediate container 8fe1900a5fd5
32112Step 22 : ADD http://cgit.kolab.org/docker/plain/ci/files.d/dbus.service /etc/systemd/system/dbus.service
32113== ./03-ldap-master ==
32114Sending build context to Docker daemon 5.12 kB
32115Sending build context to Docker daemon 5.12 kB
32116
32117Step 0 : FROM kolab/base-ldap:latest
32118 ---> 145cfbfbf8ad
32119Step 1 : ADD /entrypoint.sh /entrypoint.sh
32120 ---> 0b6876a827aa
32121Removing intermediate container d6be40c0ee6b
32122Step 2 : RUN chmod a+x /entrypoint.sh
32123 ---> Running in 6865c97b468b
32124 ---> 771604bcc771
32125Removing intermediate container 6865c97b468b
32126Step 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
32127 ---> Running in c83043cf22af
32128 ---> fb20898170ff
32129Removing intermediate container c83043cf22af
32130Successfully built fb20898170ff
32131== ./03-ldap-slave ==
32132Sending build context to Docker daemon 3.072 kB
32133Sending build context to Docker daemon 3.072 kB
32134
32135Step 0 : FROM kolab/base-ldap:latest
32136 ---> 145cfbfbf8ad
32137Step 1 : ADD /entrypoint.sh /entrypoint.sh
32138 ---> 1054f5fedb62
32139Removing intermediate container 5ac6220b882a
32140Step 2 : RUN chmod a+x /entrypoint.sh
32141 ---> Running in aa904355b35e
32142 ---> 1d353e370541
32143Removing intermediate container aa904355b35e
32144Successfully built 1d353e370541
32145== ./03-manticore ==
32146Sending build context to Docker daemon 4.608 kB
32147Sending build context to Docker daemon 4.608 kB
32148
32149Step 0 : FROM kolab/base-nodejs:latest
32150 ---> 671a349b3627
32151Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
32152 ---> Running in 2824beb074eb
32153 ---> 0ae562a7f7b2
32154Removing intermediate container 2824beb074eb
32155Step 2 : RUN npm install -g grunt-cli phantomjs && rm -rf /root/.npm/
32156 ---> Running in 66578187b313
32157/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
32158/usr/bin/phantomjs -> /usr/lib/node_modules/phantomjs/bin/phantomjs
32159
32160> phantomjs@1.9.19 install /usr/lib/node_modules/phantomjs
32161> node install.js
32162
32163Looks like an `npm install -g`; unable to check for already installed version.
32164Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
32165Saving to /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
32166Receiving...
32167
32168Received 12854K total.
32169Extracting tar contents (via spawned process)
32170Error extracting archive
32171Phantom installation failed { [Error: Command failed: tar jxf /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
32172tar (child): bzip2: Cannot exec: No such file or directory
32173tar (child): Error is not recoverable: exiting now
32174tar: Child returned status 2
32175tar: Error is not recoverable: exiting now
32176]
32177 killed: false,
32178 code: 2,
32179 signal: null,
32180 cmd: 'tar jxf /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2' } Error: Command failed: tar jxf /usr/lib/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
32181tar (child): bzip2: Cannot exec: No such file or directory
32182tar (child): Error is not recoverable: exiting now
32183tar: Child returned status 2
32184tar: Error is not recoverable: exiting now
32185
32186 at ChildProcess.exithandler (child_process.js:751:12)
32187 at ChildProcess.emit (events.js:110:17)
32188 at maybeClose (child_process.js:1016:16)
32189 at Socket.<anonymous> (child_process.js:1184:11)
32190 at Socket.emit (events.js:107:17)
32191 at Pipe.close (net.js:484:11)
32192/usr/lib
32193`-- grunt-cli@0.1.13
32194 +-- findup-sync@0.1.3
32195 | +-- glob@3.2.11
32196 | | +-- inherits@2.0.1
32197 | | `-- minimatch@0.3.0
32198 | | +-- lru-cache@2.7.3
32199 | | `-- sigmund@1.0.1
32200 | `-- lodash@2.4.2
32201 +-- nopt@1.0.10
32202 | `-- abbrev@1.0.7
32203 `-- resolve@0.3.1
32204
32205npm ERR! Linux 3.10.0-327.3.1.el7.x86_64
32206npm ERR! argv "node" "/usr/bin/npm" "install" "-g" "grunt-cli" "phantomjs"
32207npm ERR! node v0.12.8
32208npm ERR! npm v3.5.2
32209npm ERR! code ELIFECYCLE
32210
32211npm ERR! phantomjs@1.9.19 install: `node install.js`
32212npm ERR! Exit status 1
32213npm ERR!
32214npm ERR! Failed at the phantomjs@1.9.19 install script 'node install.js'.
32215npm ERR! Make sure you have the latest version of node.js and npm installed.
32216npm ERR! If you do, this is most likely a problem with the phantomjs package,
32217npm ERR! not with npm itself.
32218npm ERR! Tell the author that this fails on your system:
32219npm ERR! node install.js
32220npm ERR! You can get information on how to open an issue for this project with:
32221npm ERR! npm bugs phantomjs
32222npm ERR! Or if that isn't available, you can get their info via:
32223npm ERR! npm owner ls phantomjs
32224npm ERR! There is likely additional logging output above.
32225
32226npm ERR! Please include the following file with any support request:
32227npm ERR! /npm-debug.log
32228== ./03-roundcubemail ==
32229Sending build context to Docker daemon 4.608 kB
32230Sending build context to Docker daemon 4.608 kB
32231
32232Step 0 : FROM kolab/base-web-rc:latest
32233 ---> 25c0c0d70734
32234Step 1 : RUN yum -y install roundcubemail roundcubemail-plugin-contextmenu roundcubemail-plugins-kolab && yum clean all
32235 ---> Running in 5a71532e65f4
32236Loaded plugins: priorities
32237158 packages excluded due to repository priority protections
32238Package roundcubemail-1.2-64.1.el7.kolab_3.5.noarch already installed and latest version
32239Resolving Dependencies
32240--> Running transaction check
32241---> Package roundcubemail-plugin-contextmenu.noarch 0:2.1.1-2.2.el7.kolab_3.5 will be installed
32242---> Package roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32243--> Processing Dependency: roundcubemail(plugin-kolab_auth) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32244--> Processing Dependency: roundcubemail(plugin-calendar) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32245--> Processing Dependency: roundcubemail(plugin-tasklist) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32246--> Processing Dependency: roundcubemail(plugin-odfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32247--> Processing Dependency: roundcubemail(plugin-kolab_delegation) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32248--> Processing Dependency: roundcubemail(plugin-kolab_config) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32249--> Processing Dependency: roundcubemail(plugin-kolab_tags) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32250--> Processing Dependency: roundcubemail(plugin-kolab_folders) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32251--> Processing Dependency: roundcubemail(plugin-pdfviewer) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32252--> Processing Dependency: roundcubemail(plugin-kolab_activesync) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32253--> Processing Dependency: roundcubemail(plugin-kolab_addressbook) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32254--> Processing Dependency: roundcubemail(plugin-kolab_files) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32255--> Processing Dependency: roundcubemail(plugin-kolab_notes) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32256--> Processing Dependency: php-pear(HTTP_Request2) for package: roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarch
32257--> Running transaction check
32258---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
32259--> Processing Dependency: php-pear(Net_URL2) >= 2.0.0 for package: php-pear-HTTP-Request2-2.2.1-1.el7.noarch
32260---> Package roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32261--> Processing Dependency: roundcubemail(plugin-calendar-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
32262--> Processing Dependency: roundcubemail(plugin-libkolab) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
32263--> Processing Dependency: roundcubemail(plugin-calendar-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
32264--> Processing Dependency: roundcubemail(plugin-libcalendaring) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noarch
32265---> Package roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32266--> Processing Dependency: roundcubemail(plugin-kolab_activesync-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
32267--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab_3.5.noarch
32268---> Package roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32269--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
32270--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kolab_3.5.noarch
32271---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32272--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.noarch
32273---> Package roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32274--> Processing Dependency: roundcubemail(plugin-kolab_config-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5.noarch
32275---> Package roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32276--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
32277--> Processing Dependency: roundcubemail(plugin-kolab_delegation-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab_3.5.noarch
32278---> Package roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32279--> Processing Dependency: roundcubemail(plugin-kolab_files-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
32280--> Processing Dependency: roundcubemail(plugin-kolab_files-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5.noarch
32281---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32282--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3.5.noarch
32283---> Package roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32284--> Processing Dependency: roundcubemail(plugin-kolab_notes-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
32285--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5.noarch
32286---> Package roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32287--> Processing Dependency: roundcubemail(plugin-kolab_tags-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
32288--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.noarch
32289---> Package roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32290--> Processing Dependency: roundcubemail(plugin-odfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.noarch
32291---> Package roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32292--> Processing Dependency: roundcubemail(plugin-pdfviewer-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.noarch
32293---> Package roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32294--> Processing Dependency: roundcubemail(plugin-tasklist-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
32295--> Processing Dependency: roundcubemail(plugin-tasklist-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noarch
32296--> Running transaction check
32297---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
32298---> Package roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32299---> Package roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32300--> Processing Dependency: roundcubemail(plugin-calendar-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32301---> Package roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32302---> Package roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32303--> Processing Dependency: roundcubemail(plugin-kolab_activesync-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32304---> Package roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32305---> Package roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32306--> Processing Dependency: roundcubemail(plugin-kolab_addressbook-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32307---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32308---> Package roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32309---> Package roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32310---> Package roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32311--> Processing Dependency: roundcubemail(plugin-kolab_delegation-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32312---> Package roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32313---> Package roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32314--> Processing Dependency: roundcubemail(plugin-kolab_files-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32315---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32316---> Package roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32317---> Package roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32318--> Processing Dependency: roundcubemail(plugin-kolab_notes-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32319---> Package roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32320---> Package roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32321--> Processing Dependency: roundcubemail(plugin-kolab_tags-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32322---> Package roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32323--> Processing Dependency: roundcubemail(plugin-libcalendaring-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
32324--> Processing Dependency: roundcubemail(plugin-libcalendaring-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3.5.noarch
32325---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32326--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
32327--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
32328---> Package roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32329---> Package roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32330---> Package roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32331---> Package roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32332--> Processing Dependency: roundcubemail(plugin-tasklist-skin-larry-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.kolab_3.5.noarch
32333--> Running transaction check
32334---> Package roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32335---> Package roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32336---> Package roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32337---> Package roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32338---> Package roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32339---> Package roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32340---> Package roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32341---> Package roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32342---> Package roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32343---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32344---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32345---> Package roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
32346--> Finished Dependency Resolution
32347
32348Dependencies Resolved
32349
32350================================================================================
32351 Package Arch Version Repository Size
32352================================================================================
32353Installing:
32354 roundcubemail-plugin-contextmenu
32355 noarch 2.1.1-2.2.el7.kolab_3.5 Kolab_Development 53 k
32356 roundcubemail-plugins-kolab
32357 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
32358Installing for dependencies:
32359 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
32360 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
32361 roundcubemail-plugin-calendar
32362 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 235 k
32363 roundcubemail-plugin-calendar-assets
32364 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 561 k
32365 roundcubemail-plugin-calendar-skin-larry
32366 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 17 k
32367 roundcubemail-plugin-calendar-skin-larry-assets
32368 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 45 k
32369 roundcubemail-plugin-kolab_activesync
32370 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
32371 roundcubemail-plugin-kolab_activesync-assets
32372 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.7 k
32373 roundcubemail-plugin-kolab_activesync-skin-larry
32374 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32375 roundcubemail-plugin-kolab_activesync-skin-larry-assets
32376 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
32377 roundcubemail-plugin-kolab_addressbook
32378 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 73 k
32379 roundcubemail-plugin-kolab_addressbook-assets
32380 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 111 k
32381 roundcubemail-plugin-kolab_addressbook-skin-larry
32382 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32383 roundcubemail-plugin-kolab_addressbook-skin-larry-assets
32384 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
32385 roundcubemail-plugin-kolab_auth
32386 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
32387 roundcubemail-plugin-kolab_auth-assets
32388 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
32389 roundcubemail-plugin-kolab_config
32390 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 22 k
32391 roundcubemail-plugin-kolab_config-assets
32392 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
32393 roundcubemail-plugin-kolab_delegation
32394 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 40 k
32395 roundcubemail-plugin-kolab_delegation-assets
32396 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32397 roundcubemail-plugin-kolab_delegation-skin-larry
32398 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32399 roundcubemail-plugin-kolab_delegation-skin-larry-assets
32400 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
32401 roundcubemail-plugin-kolab_files
32402 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 47 k
32403 roundcubemail-plugin-kolab_files-assets
32404 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 21 k
32405 roundcubemail-plugin-kolab_files-skin-larry
32406 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 12 k
32407 roundcubemail-plugin-kolab_files-skin-larry-assets
32408 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 20 k
32409 roundcubemail-plugin-kolab_folders
32410 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 34 k
32411 roundcubemail-plugin-kolab_folders-assets
32412 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
32413 roundcubemail-plugin-kolab_notes
32414 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
32415 roundcubemail-plugin-kolab_notes-assets
32416 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
32417 roundcubemail-plugin-kolab_notes-skin-larry
32418 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
32419 roundcubemail-plugin-kolab_notes-skin-larry-assets
32420 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 18 k
32421 roundcubemail-plugin-kolab_tags
32422 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 33 k
32423 roundcubemail-plugin-kolab_tags-assets
32424 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
32425 roundcubemail-plugin-kolab_tags-skin-larry
32426 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.6 k
32427 roundcubemail-plugin-kolab_tags-skin-larry-assets
32428 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32429 roundcubemail-plugin-libcalendaring
32430 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 112 k
32431 roundcubemail-plugin-libcalendaring-assets
32432 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 16 k
32433 roundcubemail-plugin-libcalendaring-skin-larry-assets
32434 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 10 k
32435 roundcubemail-plugin-libkolab
32436 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 118 k
32437 roundcubemail-plugin-libkolab-assets
32438 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
32439 roundcubemail-plugin-libkolab-skin-larry-assets
32440 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 11 k
32441 roundcubemail-plugin-odfviewer
32442 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 23 k
32443 roundcubemail-plugin-odfviewer-assets
32444 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 113 k
32445 roundcubemail-plugin-pdfviewer
32446 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 24 k
32447 roundcubemail-plugin-pdfviewer-assets
32448 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 517 k
32449 roundcubemail-plugin-tasklist
32450 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 130 k
32451 roundcubemail-plugin-tasklist-assets
32452 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 83 k
32453 roundcubemail-plugin-tasklist-skin-larry
32454 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 15 k
32455 roundcubemail-plugin-tasklist-skin-larry-assets
32456 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 37 k
32457
32458Transaction Summary
32459================================================================================
32460Install 2 Packages (+50 Dependent packages)
32461
32462Total download size: 2.9 M
32463Installed size: 10 M
32464Downloading packages:
32465--------------------------------------------------------------------------------
32466Total 5.8 MB/s | 2.9 MB 00:00
32467Running transaction check
32468Running transaction test
32469Transaction test succeeded
32470Running transaction
32471 Installing : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 1/52
32472 Installing : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 2/52
32473 Installing : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 3/52
32474 Installing : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 4/52
32475 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 5/52
32476 Installing : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 6/52
32477 Installing : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 7/52
32478 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 8/52
32479 Installing : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 9/52
32480 Installing : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 10/52
32481 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 11/52
32482 Installing : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 12/52
32483 Installing : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 13/52
32484 Installing : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 14/52
32485 Installing : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 15/52
32486 Installing : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 16/52
32487 Installing : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 17/52
32488 Installing : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 18/52
32489 Installing : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 19/52
32490 Installing : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 20/52
32491 Installing : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 21/52
32492 Installing : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 22/52
32493 Installing : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 23/52
32494 Installing : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 24/52
32495 Installing : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 25/52
32496 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 26/52
32497 Installing : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 27/52
32498 Installing : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 28/52
32499 Installing : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 29/52
32500 Installing : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 30/52
32501 Installing : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 31/52
32502 Installing : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 32/52
32503 Installing : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 33/52
32504 Installing : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 34/52
32505 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 35/52
32506 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 36/52
32507 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 37/52
32508 Installing : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 38/52
32509 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 39/52
32510 Installing : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 40/52
32511 Installing : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 41/52
32512 Installing : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 42/52
32513 Installing : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 43/52
32514 Installing : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 44/52
32515 Installing : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 45/52
32516 Installing : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 46/52
32517 Installing : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 47/52
32518 Installing : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 48/52
32519 Installing : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 49/52
32520 Installing : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 50/52
32521 Installing : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 51/52
32522 Installing : roundcubemail-plugin-contextmenu-2.1.1-2.2.el7.kolab_3.5 52/52
32523 Verifying : roundcubemail-plugin-tasklist-skin-larry-3.3-54.2.el7.ko 1/52
32524 Verifying : roundcubemail-plugin-kolab_files-skin-larry-3.3-54.2.el7 2/52
32525 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-3.3-54 3/52
32526 Verifying : roundcubemail-plugin-contextmenu-2.1.1-2.2.el7.kolab_3.5 4/52
32527 Verifying : roundcubemail-plugins-kolab-3.3-54.2.el7.kolab_3.5.noarc 5/52
32528 Verifying : roundcubemail-plugin-libcalendaring-assets-3.3-54.2.el7. 6/52
32529 Verifying : roundcubemail-plugin-kolab_tags-3.3-54.2.el7.kolab_3.5.n 7/52
32530 Verifying : roundcubemail-plugin-kolab_notes-3.3-54.2.el7.kolab_3.5. 8/52
32531 Verifying : roundcubemail-plugin-kolab_addressbook-assets-3.3-54.2.e 9/52
32532 Verifying : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 10/52
32533 Verifying : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 11/52
32534 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 12/52
32535 Verifying : roundcubemail-plugin-tasklist-assets-3.3-54.2.el7.kolab_ 13/52
32536 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-3.3-54.2.el7 14/52
32537 Verifying : roundcubemail-plugin-kolab_activesync-3.3-54.2.el7.kolab 15/52
32538 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 16/52
32539 Verifying : roundcubemail-plugin-libcalendaring-skin-larry-assets-3. 17/52
32540 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-3.3-54. 18/52
32541 Verifying : roundcubemail-plugin-pdfviewer-3.3-54.2.el7.kolab_3.5.no 19/52
32542 Verifying : roundcubemail-plugin-kolab_addressbook-skin-larry-assets 20/52
32543 Verifying : roundcubemail-plugin-calendar-skin-larry-assets-3.3-54.2 21/52
32544 Verifying : roundcubemail-plugin-kolab_files-3.3-54.2.el7.kolab_3.5. 22/52
32545 Verifying : roundcubemail-plugin-kolab_config-assets-3.3-54.2.el7.ko 23/52
32546 Verifying : roundcubemail-plugin-kolab_files-skin-larry-assets-3.3-5 24/52
32547 Verifying : roundcubemail-plugin-kolab_delegation-skin-larry-assets- 25/52
32548 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-3.3-54. 26/52
32549 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-assets-3.3-54 27/52
32550 Verifying : roundcubemail-plugin-kolab_notes-skin-larry-assets-3.3-5 28/52
32551 Verifying : roundcubemail-plugin-kolab_delegation-3.3-54.2.el7.kolab 29/52
32552 Verifying : roundcubemail-plugin-calendar-assets-3.3-54.2.el7.kolab_ 30/52
32553 Verifying : roundcubemail-plugin-calendar-3.3-54.2.el7.kolab_3.5.noa 31/52
32554 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 32/52
32555 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 33/52
32556 Verifying : roundcubemail-plugin-tasklist-3.3-54.2.el7.kolab_3.5.noa 34/52
32557 Verifying : roundcubemail-plugin-pdfviewer-assets-3.3-54.2.el7.kolab 35/52
32558 Verifying : roundcubemail-plugin-kolab_tags-skin-larry-3.3-54.2.el7. 36/52
32559 Verifying : roundcubemail-plugin-odfviewer-assets-3.3-54.2.el7.kolab 37/52
32560 Verifying : roundcubemail-plugin-calendar-skin-larry-3.3-54.2.el7.ko 38/52
32561 Verifying : roundcubemail-plugin-kolab_files-assets-3.3-54.2.el7.kol 39/52
32562 Verifying : roundcubemail-plugin-kolab_activesync-skin-larry-assets- 40/52
32563 Verifying : roundcubemail-plugin-kolab_addressbook-3.3-54.2.el7.kola 41/52
32564 Verifying : roundcubemail-plugin-libcalendaring-3.3-54.2.el7.kolab_3 42/52
32565 Verifying : roundcubemail-plugin-odfviewer-3.3-54.2.el7.kolab_3.5.no 43/52
32566 Verifying : roundcubemail-plugin-kolab_activesync-assets-3.3-54.2.el 44/52
32567 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 45/52
32568 Verifying : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 46/52
32569 Verifying : roundcubemail-plugin-kolab_config-3.3-54.2.el7.kolab_3.5 47/52
32570 Verifying : roundcubemail-plugin-kolab_notes-assets-3.3-54.2.el7.kol 48/52
32571 Verifying : roundcubemail-plugin-kolab_delegation-assets-3.3-54.2.el 49/52
32572 Verifying : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 50/52
32573 Verifying : roundcubemail-plugin-tasklist-skin-larry-assets-3.3-54.2 51/52
32574 Verifying : roundcubemail-plugin-kolab_tags-assets-3.3-54.2.el7.kola 52/52
32575
32576Installed:
32577 roundcubemail-plugin-contextmenu.noarch 0:2.1.1-2.2.el7.kolab_3.5
32578 roundcubemail-plugins-kolab.noarch 0:3.3-54.2.el7.kolab_3.5
32579
32580Dependency Installed:
32581 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
32582 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
32583 roundcubemail-plugin-calendar.noarch 0:3.3-54.2.el7.kolab_3.5
32584 roundcubemail-plugin-calendar-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32585 roundcubemail-plugin-calendar-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32586 roundcubemail-plugin-calendar-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32587 roundcubemail-plugin-kolab_activesync.noarch 0:3.3-54.2.el7.kolab_3.5
32588 roundcubemail-plugin-kolab_activesync-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32589 roundcubemail-plugin-kolab_activesync-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32590 roundcubemail-plugin-kolab_activesync-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32591 roundcubemail-plugin-kolab_addressbook.noarch 0:3.3-54.2.el7.kolab_3.5
32592 roundcubemail-plugin-kolab_addressbook-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32593 roundcubemail-plugin-kolab_addressbook-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32594 roundcubemail-plugin-kolab_addressbook-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32595 roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5
32596 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32597 roundcubemail-plugin-kolab_config.noarch 0:3.3-54.2.el7.kolab_3.5
32598 roundcubemail-plugin-kolab_config-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32599 roundcubemail-plugin-kolab_delegation.noarch 0:3.3-54.2.el7.kolab_3.5
32600 roundcubemail-plugin-kolab_delegation-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32601 roundcubemail-plugin-kolab_delegation-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32602 roundcubemail-plugin-kolab_delegation-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32603 roundcubemail-plugin-kolab_files.noarch 0:3.3-54.2.el7.kolab_3.5
32604 roundcubemail-plugin-kolab_files-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32605 roundcubemail-plugin-kolab_files-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32606 roundcubemail-plugin-kolab_files-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32607 roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5
32608 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32609 roundcubemail-plugin-kolab_notes.noarch 0:3.3-54.2.el7.kolab_3.5
32610 roundcubemail-plugin-kolab_notes-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32611 roundcubemail-plugin-kolab_notes-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32612 roundcubemail-plugin-kolab_notes-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32613 roundcubemail-plugin-kolab_tags.noarch 0:3.3-54.2.el7.kolab_3.5
32614 roundcubemail-plugin-kolab_tags-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32615 roundcubemail-plugin-kolab_tags-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32616 roundcubemail-plugin-kolab_tags-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32617 roundcubemail-plugin-libcalendaring.noarch 0:3.3-54.2.el7.kolab_3.5
32618 roundcubemail-plugin-libcalendaring-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32619 roundcubemail-plugin-libcalendaring-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32620 roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5
32621 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32622 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32623 roundcubemail-plugin-odfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
32624 roundcubemail-plugin-odfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32625 roundcubemail-plugin-pdfviewer.noarch 0:3.3-54.2.el7.kolab_3.5
32626 roundcubemail-plugin-pdfviewer-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32627 roundcubemail-plugin-tasklist.noarch 0:3.3-54.2.el7.kolab_3.5
32628 roundcubemail-plugin-tasklist-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32629 roundcubemail-plugin-tasklist-skin-larry.noarch 0:3.3-54.2.el7.kolab_3.5
32630 roundcubemail-plugin-tasklist-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
32631
32632Complete!
32633Loaded plugins: priorities
32634Cleaning repos: Kolab_Development base epel extras updates
32635Cleaning up everything
32636 ---> f93be30b383b
32637Removing intermediate container 5a71532e65f4
32638Step 2 : ADD /entrypoint.sh /entrypoint.sh
32639 ---> 95109a01db2f
32640Removing intermediate container 1739c3c28fa4
32641Step 3 : RUN chmod a+x /entrypoint.sh
32642 ---> Running in aa11e104a04b
32643 ---> f2654bc541db
32644Removing intermediate container aa11e104a04b
32645Successfully built f2654bc541db
32646== ./03-roundcube-next ==
32647Sending build context to Docker daemon 4.096 kB
32648Sending build context to Docker daemon 4.096 kB
32649
32650Step 0 : FROM kolab/base-nodejs:latest
32651 ---> 671a349b3627
32652Step 1 : MAINTAINER Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
32653 ---> Using cache
32654 ---> 0ae562a7f7b2
32655Step 2 : RUN yum -y install ruby-devel rubygem-bundler && yum clean all
32656 ---> Running in 88d575fcdf09
32657Loaded plugins: priorities
32658158 packages excluded due to repository priority protections
32659Resolving Dependencies
32660--> Running transaction check
32661---> Package ruby-devel.x86_64 0:2.0.0.598-25.el7_1 will be installed
32662--> Processing Dependency: ruby(x86-64) = 2.0.0.598-25.el7_1 for package: ruby-devel-2.0.0.598-25.el7_1.x86_64
32663--> Processing Dependency: libruby.so.2.0()(64bit) for package: ruby-devel-2.0.0.598-25.el7_1.x86_64
32664---> Package rubygem-bundler.noarch 0:1.7.8-3.el7 will be installed
32665--> Processing Dependency: rubygem(thor) >= 0.19.0 for package: rubygem-bundler-1.7.8-3.el7.noarch
32666--> Processing Dependency: rubygem(net-http-persistent) for package: rubygem-bundler-1.7.8-3.el7.noarch
32667--> Processing Dependency: ruby(rubygems) for package: rubygem-bundler-1.7.8-3.el7.noarch
32668--> Running transaction check
32669---> Package ruby.x86_64 0:2.0.0.598-25.el7_1 will be installed
32670--> Processing Dependency: rubygem(bigdecimal) >= 1.2.0 for package: ruby-2.0.0.598-25.el7_1.x86_64
32671---> Package ruby-libs.x86_64 0:2.0.0.598-25.el7_1 will be installed
32672---> Package rubygem-net-http-persistent.noarch 0:2.8-5.el7 will be installed
32673---> Package rubygem-thor.noarch 0:0.19.1-1.el7 will be installed
32674---> Package rubygems.noarch 0:2.0.14-25.el7_1 will be installed
32675--> Processing Dependency: rubygem(rdoc) >= 4.0.0 for package: rubygems-2.0.14-25.el7_1.noarch
32676--> Processing Dependency: rubygem(psych) >= 2.0.0 for package: rubygems-2.0.14-25.el7_1.noarch
32677--> Processing Dependency: rubygem(io-console) >= 0.4.2 for package: rubygems-2.0.14-25.el7_1.noarch
32678--> Running transaction check
32679---> Package rubygem-bigdecimal.x86_64 0:1.2.0-25.el7_1 will be installed
32680---> Package rubygem-io-console.x86_64 0:0.4.2-25.el7_1 will be installed
32681---> Package rubygem-psych.x86_64 0:2.0.0-25.el7_1 will be installed
32682--> Processing Dependency: libyaml-0.so.2()(64bit) for package: rubygem-psych-2.0.0-25.el7_1.x86_64
32683---> Package rubygem-rdoc.noarch 0:4.0.0-25.el7_1 will be installed
32684--> Processing Dependency: ruby(irb) = 2.0.0.598 for package: rubygem-rdoc-4.0.0-25.el7_1.noarch
32685--> Processing Dependency: rubygem(json) >= 1.7.7 for package: rubygem-rdoc-4.0.0-25.el7_1.noarch
32686--> Running transaction check
32687---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be installed
32688---> Package ruby-irb.noarch 0:2.0.0.598-25.el7_1 will be installed
32689---> Package rubygem-json.x86_64 0:1.7.7-25.el7_1 will be installed
32690--> Finished Dependency Resolution
32691
32692Dependencies Resolved
32693
32694================================================================================
32695 Package Arch Version Repository
32696 Size
32697================================================================================
32698Installing:
32699 ruby-devel x86_64 2.0.0.598-25.el7_1 base 127 k
32700 rubygem-bundler noarch 1.7.8-3.el7 base 147 k
32701Installing for dependencies:
32702 libyaml x86_64 0.1.4-11.el7_0 base 55 k
32703 ruby x86_64 2.0.0.598-25.el7_1 base 67 k
32704 ruby-irb noarch 2.0.0.598-25.el7_1 base 88 k
32705 ruby-libs x86_64 2.0.0.598-25.el7_1 base 2.8 M
32706 rubygem-bigdecimal x86_64 1.2.0-25.el7_1 base 79 k
32707 rubygem-io-console x86_64 0.4.2-25.el7_1 base 50 k
32708 rubygem-json x86_64 1.7.7-25.el7_1 base 75 k
32709 rubygem-net-http-persistent noarch 2.8-5.el7 base 22 k
32710 rubygem-psych x86_64 2.0.0-25.el7_1 base 77 k
32711 rubygem-rdoc noarch 4.0.0-25.el7_1 base 318 k
32712 rubygem-thor noarch 0.19.1-1.el7 base 52 k
32713 rubygems noarch 2.0.14-25.el7_1 base 212 k
32714
32715Transaction Summary
32716================================================================================
32717Install 2 Packages (+12 Dependent packages)
32718
32719Total download size: 4.1 M
32720Installed size: 14 M
32721Downloading packages:
32722--------------------------------------------------------------------------------
32723Total 8.7 MB/s | 4.1 MB 00:00
32724Running transaction check
32725Running transaction test
32726Transaction test succeeded
32727Running transaction
32728 Installing : ruby-libs-2.0.0.598-25.el7_1.x86_64 1/14
32729 Installing : libyaml-0.1.4-11.el7_0.x86_64 2/14
32730 Installing : rubygem-json-1.7.7-25.el7_1.x86_64 3/14
32731 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.x86_64 4/14
32732 Installing : rubygem-io-console-0.4.2-25.el7_1.x86_64 5/14
32733 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 6/14
32734 Installing : ruby-2.0.0.598-25.el7_1.x86_64 7/14
32735 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 8/14
32736 Installing : rubygems-2.0.14-25.el7_1.noarch 9/14
32737 Installing : rubygem-psych-2.0.0-25.el7_1.x86_64 10/14
32738 Installing : rubygem-thor-0.19.1-1.el7.noarch 11/14
32739 Installing : rubygem-net-http-persistent-2.8-5.el7.noarch 12/14
32740 Installing : rubygem-bundler-1.7.8-3.el7.noarch 13/14
32741 Installing : ruby-devel-2.0.0.598-25.el7_1.x86_64 14/14
32742 Verifying : libyaml-0.1.4-11.el7_0.x86_64 1/14
32743 Verifying : rubygem-json-1.7.7-25.el7_1.x86_64 2/14
32744 Verifying : ruby-devel-2.0.0.598-25.el7_1.x86_64 3/14
32745 Verifying : rubygem-thor-0.19.1-1.el7.noarch 4/14
32746 Verifying : rubygem-bundler-1.7.8-3.el7.noarch 5/14
32747 Verifying : rubygems-2.0.14-25.el7_1.noarch 6/14
32748 Verifying : rubygem-net-http-persistent-2.8-5.el7.noarch 7/14
32749 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.x86_64 8/14
32750 Verifying : rubygem-io-console-0.4.2-25.el7_1.x86_64 9/14
32751 Verifying : rubygem-psych-2.0.0-25.el7_1.x86_64 10/14
32752 Verifying : ruby-2.0.0.598-25.el7_1.x86_64 11/14
32753 Verifying : ruby-libs-2.0.0.598-25.el7_1.x86_64 12/14
32754 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 13/14
32755 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 14/14
32756
32757Installed:
32758 ruby-devel.x86_64 0:2.0.0.598-25.el7_1 rubygem-bundler.noarch 0:1.7.8-3.el7
32759
32760Dependency Installed:
32761 libyaml.x86_64 0:0.1.4-11.el7_0
32762 ruby.x86_64 0:2.0.0.598-25.el7_1
32763 ruby-irb.noarch 0:2.0.0.598-25.el7_1
32764 ruby-libs.x86_64 0:2.0.0.598-25.el7_1
32765 rubygem-bigdecimal.x86_64 0:1.2.0-25.el7_1
32766 rubygem-io-console.x86_64 0:0.4.2-25.el7_1
32767 rubygem-json.x86_64 0:1.7.7-25.el7_1
32768 rubygem-net-http-persistent.noarch 0:2.8-5.el7
32769 rubygem-psych.x86_64 0:2.0.0-25.el7_1
32770 rubygem-rdoc.noarch 0:4.0.0-25.el7_1
32771 rubygem-thor.noarch 0:0.19.1-1.el7
32772 rubygems.noarch 0:2.0.14-25.el7_1
32773
32774Complete!
32775Loaded plugins: priorities
32776Cleaning repos: Kolab_Development base epel extras updates
32777Cleaning up everything
32778 ---> be9223acad0c
32779Removing intermediate container 88d575fcdf09
32780Step 3 : RUN npm install --verbose -g ember-cli && rm -rf /root/.npm/
32781 ---> Running in 7f26651eb90b
32782npm info it worked if it ends with ok
32783npm verb cli [ 'node',
32784npm verb cli '/usr/bin/npm',
32785npm verb cli 'install',
32786npm verb cli '--verbose',
32787npm verb cli '-g',
32788npm verb cli 'ember-cli' ]
32789npm info using npm@3.5.2
32790npm info using node@v0.12.8
32791npm verb request uri http://registry.npmjs.org/ember-cli
32792npm verb request no auth needed
32793npm info attempt registry request try #1 at 11:27:05
32794npm verb request id cd89abb5b3823eb2
32795npm http request GET http://registry.npmjs.org/ember-cli
32796npm http 200 http://registry.npmjs.org/ember-cli
32797npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32798npm verb headers etag: '"CJXDD9X90EX8FUXYODYZ3NEIR"',
32799npm verb headers 'content-type': 'application/json',
32800npm verb headers 'cache-control': 'max-age=300',
32801npm verb headers 'content-length': '263037',
32802npm verb headers 'accept-ranges': 'bytes',
32803npm verb headers date: 'Wed, 23 Dec 2015 11:27:05 GMT',
32804npm verb headers via: '1.1 varnish',
32805npm verb headers age: '102',
32806npm verb headers connection: 'keep-alive',
32807npm verb headers 'x-served-by': 'cache-fra1223-FRA',
32808npm verb headers 'x-cache': 'HIT',
32809npm verb headers 'x-cache-hits': '1',
32810npm verb headers 'x-timer': 'S1450870025.453318,VS0,VE0',
32811npm verb headers vary: 'Accept' }
32812npm verb get saving ember-cli to /root/.npm/registry.npmjs.org/ember-cli/.cache.json
32813npm verb makeDirectory /root/.npm creation not in flight; initializing
32814npm verb cache add spec ember-cli
32815npm verb addNamed "latest" is being treated as a dist-tag for ember-cli
32816npm info addNameTag [ 'ember-cli', 'latest' ]
32817npm verb addNameTag registry:http://registry.npmjs.org/ember-cli not in flight; fetching
32818npm verb get http://registry.npmjs.org/ember-cli not expired, no request
32819npm verb addNamed "1.13.13" is a plain semver version for ember-cli
32820npm verb addRemoteTarball http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.13.tgz not in flight; adding
32821npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.13.tgz',
32822npm verb addRemoteTarball 'ea498fd4f396985013e835c2762e5473ec36f6c3' ]
32823npm info retry fetch attempt 1 at 11:27:05
32824npm info attempt registry request try #1 at 11:27:05
32825npm http fetch GET http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.13.tgz
32826npm http fetch 200 http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.13.tgz
32827npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli/-/ember-cli-1.13.13.tgz not in flight; adding
32828npm verb addTmpTarball already have metadata; skipping unpack for ember-cli@1.13.13
32829npm verb afterAdd /root/.npm/ember-cli/1.13.13/package/package.json not in flight; writing
32830npm verb afterAdd /root/.npm/ember-cli/1.13.13/package/package.json written
32831npm verb request uri http://registry.npmjs.org/amd-name-resolver
32832npm verb request no auth needed
32833npm info attempt registry request try #1 at 11:27:06
32834npm http request GET http://registry.npmjs.org/amd-name-resolver
32835npm verb request uri http://registry.npmjs.org/bower
32836npm verb request no auth needed
32837npm info attempt registry request try #1 at 11:27:06
32838npm http request GET http://registry.npmjs.org/bower
32839npm verb request uri http://registry.npmjs.org/bower-config
32840npm verb request no auth needed
32841npm info attempt registry request try #1 at 11:27:06
32842npm http request GET http://registry.npmjs.org/bower-config
32843npm verb request uri http://registry.npmjs.org/bower-endpoint-parser
32844npm verb request no auth needed
32845npm info attempt registry request try #1 at 11:27:06
32846npm http request GET http://registry.npmjs.org/bower-endpoint-parser
32847npm verb request uri http://registry.npmjs.org/broccoli
32848npm verb request no auth needed
32849npm info attempt registry request try #1 at 11:27:06
32850npm http request GET http://registry.npmjs.org/broccoli
32851npm verb request uri http://registry.npmjs.org/broccoli-babel-transpiler
32852npm verb request no auth needed
32853npm info attempt registry request try #1 at 11:27:06
32854npm http request GET http://registry.npmjs.org/broccoli-babel-transpiler
32855npm verb request uri http://registry.npmjs.org/broccoli-config-loader
32856npm verb request no auth needed
32857npm info attempt registry request try #1 at 11:27:06
32858npm http request GET http://registry.npmjs.org/broccoli-config-loader
32859npm verb request uri http://registry.npmjs.org/broccoli-config-replace
32860npm verb request no auth needed
32861npm info attempt registry request try #1 at 11:27:06
32862npm http request GET http://registry.npmjs.org/broccoli-config-replace
32863npm verb request uri http://registry.npmjs.org/broccoli-funnel
32864npm verb request no auth needed
32865npm info attempt registry request try #1 at 11:27:06
32866npm http request GET http://registry.npmjs.org/broccoli-funnel
32867npm verb request uri http://registry.npmjs.org/broccoli-kitchen-sink-helpers
32868npm verb request no auth needed
32869npm info attempt registry request try #1 at 11:27:06
32870npm http request GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers
32871npm verb request uri http://registry.npmjs.org/broccoli-merge-trees
32872npm verb request no auth needed
32873npm info attempt registry request try #1 at 11:27:06
32874npm http request GET http://registry.npmjs.org/broccoli-merge-trees
32875npm verb request uri http://registry.npmjs.org/broccoli-plugin
32876npm verb request no auth needed
32877npm info attempt registry request try #1 at 11:27:06
32878npm http request GET http://registry.npmjs.org/broccoli-plugin
32879npm verb request uri http://registry.npmjs.org/broccoli-sane-watcher
32880npm verb request no auth needed
32881npm info attempt registry request try #1 at 11:27:06
32882npm http request GET http://registry.npmjs.org/broccoli-sane-watcher
32883npm verb request uri http://registry.npmjs.org/broccoli-source
32884npm verb request no auth needed
32885npm info attempt registry request try #1 at 11:27:06
32886npm http request GET http://registry.npmjs.org/broccoli-source
32887npm verb request uri http://registry.npmjs.org/broccoli-sourcemap-concat
32888npm verb request no auth needed
32889npm info attempt registry request try #1 at 11:27:06
32890npm http request GET http://registry.npmjs.org/broccoli-sourcemap-concat
32891npm verb request uri http://registry.npmjs.org/broccoli-viz
32892npm verb request no auth needed
32893npm info attempt registry request try #1 at 11:27:06
32894npm http request GET http://registry.npmjs.org/broccoli-viz
32895npm verb request uri http://registry.npmjs.org/chalk
32896npm verb request no auth needed
32897npm info attempt registry request try #1 at 11:27:06
32898npm http request GET http://registry.npmjs.org/chalk
32899npm verb request uri http://registry.npmjs.org/clean-base-url
32900npm verb request no auth needed
32901npm info attempt registry request try #1 at 11:27:06
32902npm http request GET http://registry.npmjs.org/clean-base-url
32903npm verb request uri http://registry.npmjs.org/compression
32904npm verb request no auth needed
32905npm info attempt registry request try #1 at 11:27:06
32906npm http request GET http://registry.npmjs.org/compression
32907npm verb request uri http://registry.npmjs.org/configstore
32908npm verb request no auth needed
32909npm info attempt registry request try #1 at 11:27:06
32910npm http request GET http://registry.npmjs.org/configstore
32911npm verb request uri http://registry.npmjs.org/core-object
32912npm verb request no auth needed
32913npm info attempt registry request try #1 at 11:27:06
32914npm http request GET http://registry.npmjs.org/core-object
32915npm verb request uri http://registry.npmjs.org/cpr
32916npm verb request no auth needed
32917npm info attempt registry request try #1 at 11:27:06
32918npm http request GET http://registry.npmjs.org/cpr
32919npm verb request uri http://registry.npmjs.org/debug
32920npm verb request no auth needed
32921npm info attempt registry request try #1 at 11:27:06
32922npm http request GET http://registry.npmjs.org/debug
32923npm verb request uri http://registry.npmjs.org/diff
32924npm verb request no auth needed
32925npm info attempt registry request try #1 at 11:27:06
32926npm http request GET http://registry.npmjs.org/diff
32927npm verb request uri http://registry.npmjs.org/ember-cli-copy-dereference
32928npm verb request no auth needed
32929npm info attempt registry request try #1 at 11:27:06
32930npm http request GET http://registry.npmjs.org/ember-cli-copy-dereference
32931npm verb request uri http://registry.npmjs.org/ember-cli-get-dependency-depth
32932npm verb request no auth needed
32933npm info attempt registry request try #1 at 11:27:06
32934npm http request GET http://registry.npmjs.org/ember-cli-get-dependency-depth
32935npm verb request uri http://registry.npmjs.org/ember-cli-is-package-missing
32936npm verb request no auth needed
32937npm info attempt registry request try #1 at 11:27:06
32938npm http request GET http://registry.npmjs.org/ember-cli-is-package-missing
32939npm verb request uri http://registry.npmjs.org/ember-cli-normalize-entity-name
32940npm verb request no auth needed
32941npm info attempt registry request try #1 at 11:27:06
32942npm http request GET http://registry.npmjs.org/ember-cli-normalize-entity-name
32943npm verb request uri http://registry.npmjs.org/ember-cli-path-utils
32944npm verb request no auth needed
32945npm info attempt registry request try #1 at 11:27:06
32946npm http request GET http://registry.npmjs.org/ember-cli-path-utils
32947npm verb request uri http://registry.npmjs.org/ember-cli-preprocess-registry
32948npm verb request no auth needed
32949npm info attempt registry request try #1 at 11:27:06
32950npm http request GET http://registry.npmjs.org/ember-cli-preprocess-registry
32951npm verb request uri http://registry.npmjs.org/ember-cli-string-utils
32952npm verb request no auth needed
32953npm info attempt registry request try #1 at 11:27:06
32954npm http request GET http://registry.npmjs.org/ember-cli-string-utils
32955npm verb request uri http://registry.npmjs.org/ember-cli-test-info
32956npm verb request no auth needed
32957npm info attempt registry request try #1 at 11:27:06
32958npm http request GET http://registry.npmjs.org/ember-cli-test-info
32959npm verb request uri http://registry.npmjs.org/ember-router-generator
32960npm verb request no auth needed
32961npm info attempt registry request try #1 at 11:27:06
32962npm http request GET http://registry.npmjs.org/ember-router-generator
32963npm verb request uri http://registry.npmjs.org/escape-string-regexp
32964npm verb request no auth needed
32965npm info attempt registry request try #1 at 11:27:06
32966npm http request GET http://registry.npmjs.org/escape-string-regexp
32967npm verb request uri http://registry.npmjs.org/exists-sync
32968npm verb request no auth needed
32969npm info attempt registry request try #1 at 11:27:06
32970npm http request GET http://registry.npmjs.org/exists-sync
32971npm verb request uri http://registry.npmjs.org/exit
32972npm verb request no auth needed
32973npm info attempt registry request try #1 at 11:27:06
32974npm http request GET http://registry.npmjs.org/exit
32975npm verb request uri http://registry.npmjs.org/express
32976npm verb request no auth needed
32977npm info attempt registry request try #1 at 11:27:06
32978npm http request GET http://registry.npmjs.org/express
32979npm verb request uri http://registry.npmjs.org/findup
32980npm verb request no auth needed
32981npm info attempt registry request try #1 at 11:27:06
32982npm http request GET http://registry.npmjs.org/findup
32983npm verb request uri http://registry.npmjs.org/findup-sync
32984npm verb request no auth needed
32985npm info attempt registry request try #1 at 11:27:06
32986npm http request GET http://registry.npmjs.org/findup-sync
32987npm verb request uri http://registry.npmjs.org/fs-extra
32988npm verb request no auth needed
32989npm info attempt registry request try #1 at 11:27:06
32990npm http request GET http://registry.npmjs.org/fs-extra
32991npm verb request uri http://registry.npmjs.org/fs-monitor-stack
32992npm verb request no auth needed
32993npm info attempt registry request try #1 at 11:27:06
32994npm http request GET http://registry.npmjs.org/fs-monitor-stack
32995npm verb request uri http://registry.npmjs.org/git-repo-info
32996npm verb request no auth needed
32997npm info attempt registry request try #1 at 11:27:06
32998npm http request GET http://registry.npmjs.org/git-repo-info
32999npm verb request uri http://registry.npmjs.org/glob
33000npm verb request no auth needed
33001npm info attempt registry request try #1 at 11:27:06
33002npm http request GET http://registry.npmjs.org/glob
33003npm verb request uri http://registry.npmjs.org/http-proxy
33004npm verb request no auth needed
33005npm info attempt registry request try #1 at 11:27:06
33006npm http request GET http://registry.npmjs.org/http-proxy
33007npm verb request uri http://registry.npmjs.org/inflection
33008npm verb request no auth needed
33009npm info attempt registry request try #1 at 11:27:06
33010npm http request GET http://registry.npmjs.org/inflection
33011npm verb request uri http://registry.npmjs.org/inquirer
33012npm verb request no auth needed
33013npm info attempt registry request try #1 at 11:27:06
33014npm http request GET http://registry.npmjs.org/inquirer
33015npm verb request uri http://registry.npmjs.org/is-git-url
33016npm verb request no auth needed
33017npm info attempt registry request try #1 at 11:27:06
33018npm http request GET http://registry.npmjs.org/is-git-url
33019npm verb request uri http://registry.npmjs.org/isbinaryfile
33020npm verb request no auth needed
33021npm info attempt registry request try #1 at 11:27:06
33022npm http request GET http://registry.npmjs.org/isbinaryfile
33023npm verb request uri http://registry.npmjs.org/leek
33024npm verb request no auth needed
33025npm info attempt registry request try #1 at 11:27:06
33026npm http request GET http://registry.npmjs.org/leek
33027npm verb request uri http://registry.npmjs.org/lodash
33028npm verb request no auth needed
33029npm info attempt registry request try #1 at 11:27:06
33030npm http request GET http://registry.npmjs.org/lodash
33031npm verb request uri http://registry.npmjs.org/markdown-it
33032npm verb request no auth needed
33033npm info attempt registry request try #1 at 11:27:06
33034npm http request GET http://registry.npmjs.org/markdown-it
33035npm verb request uri http://registry.npmjs.org/markdown-it-terminal
33036npm verb request no auth needed
33037npm info attempt registry request try #1 at 11:27:06
33038npm http request GET http://registry.npmjs.org/markdown-it-terminal
33039npm verb request uri http://registry.npmjs.org/merge-defaults
33040npm verb request no auth needed
33041npm info attempt registry request try #1 at 11:27:06
33042npm http request GET http://registry.npmjs.org/merge-defaults
33043npm verb request uri http://registry.npmjs.org/minimatch
33044npm verb request no auth needed
33045npm info attempt registry request try #1 at 11:27:06
33046npm http request GET http://registry.npmjs.org/minimatch
33047npm verb request uri http://registry.npmjs.org/morgan
33048npm verb request no auth needed
33049npm info attempt registry request try #1 at 11:27:06
33050npm http request GET http://registry.npmjs.org/morgan
33051npm verb request uri http://registry.npmjs.org/node-modules-path
33052npm verb request no auth needed
33053npm info attempt registry request try #1 at 11:27:06
33054npm http request GET http://registry.npmjs.org/node-modules-path
33055npm verb request uri http://registry.npmjs.org/node-uuid
33056npm verb request no auth needed
33057npm info attempt registry request try #1 at 11:27:06
33058npm http request GET http://registry.npmjs.org/node-uuid
33059npm verb request uri http://registry.npmjs.org/nopt
33060npm verb request no auth needed
33061npm info attempt registry request try #1 at 11:27:06
33062npm http request GET http://registry.npmjs.org/nopt
33063npm verb request uri http://registry.npmjs.org/npm
33064npm verb request no auth needed
33065npm info attempt registry request try #1 at 11:27:06
33066npm http request GET http://registry.npmjs.org/npm
33067npm verb request uri http://registry.npmjs.org/pleasant-progress
33068npm verb request no auth needed
33069npm info attempt registry request try #1 at 11:27:06
33070npm http request GET http://registry.npmjs.org/pleasant-progress
33071npm verb request uri http://registry.npmjs.org/portfinder
33072npm verb request no auth needed
33073npm info attempt registry request try #1 at 11:27:06
33074npm http request GET http://registry.npmjs.org/portfinder
33075npm verb request uri http://registry.npmjs.org/promise-map-series
33076npm verb request no auth needed
33077npm info attempt registry request try #1 at 11:27:06
33078npm http request GET http://registry.npmjs.org/promise-map-series
33079npm verb request uri http://registry.npmjs.org/quick-temp
33080npm verb request no auth needed
33081npm info attempt registry request try #1 at 11:27:06
33082npm http request GET http://registry.npmjs.org/quick-temp
33083npm verb request uri http://registry.npmjs.org/readline2
33084npm verb request no auth needed
33085npm info attempt registry request try #1 at 11:27:06
33086npm http request GET http://registry.npmjs.org/readline2
33087npm verb request uri http://registry.npmjs.org/resolve
33088npm verb request no auth needed
33089npm info attempt registry request try #1 at 11:27:06
33090npm http request GET http://registry.npmjs.org/resolve
33091npm verb request uri http://registry.npmjs.org/rsvp
33092npm verb request no auth needed
33093npm info attempt registry request try #1 at 11:27:06
33094npm http request GET http://registry.npmjs.org/rsvp
33095npm verb request uri http://registry.npmjs.org/sane
33096npm verb request no auth needed
33097npm info attempt registry request try #1 at 11:27:06
33098npm http request GET http://registry.npmjs.org/sane
33099npm verb request uri http://registry.npmjs.org/semver
33100npm verb request no auth needed
33101npm info attempt registry request try #1 at 11:27:06
33102npm http request GET http://registry.npmjs.org/semver
33103npm verb request uri http://registry.npmjs.org/silent-error
33104npm verb request no auth needed
33105npm info attempt registry request try #1 at 11:27:06
33106npm http request GET http://registry.npmjs.org/silent-error
33107npm verb request uri http://registry.npmjs.org/symlink-or-copy
33108npm verb request no auth needed
33109npm info attempt registry request try #1 at 11:27:06
33110npm http request GET http://registry.npmjs.org/symlink-or-copy
33111npm verb request uri http://registry.npmjs.org/temp
33112npm verb request no auth needed
33113npm info attempt registry request try #1 at 11:27:06
33114npm http request GET http://registry.npmjs.org/temp
33115npm verb request uri http://registry.npmjs.org/testem
33116npm verb request no auth needed
33117npm info attempt registry request try #1 at 11:27:06
33118npm http request GET http://registry.npmjs.org/testem
33119npm verb request uri http://registry.npmjs.org/through
33120npm verb request no auth needed
33121npm info attempt registry request try #1 at 11:27:06
33122npm http request GET http://registry.npmjs.org/through
33123npm verb request uri http://registry.npmjs.org/tiny-lr
33124npm verb request no auth needed
33125npm info attempt registry request try #1 at 11:27:06
33126npm http request GET http://registry.npmjs.org/tiny-lr
33127npm verb request uri http://registry.npmjs.org/walk-sync
33128npm verb request no auth needed
33129npm info attempt registry request try #1 at 11:27:06
33130npm http request GET http://registry.npmjs.org/walk-sync
33131npm verb request uri http://registry.npmjs.org/yam
33132npm verb request no auth needed
33133npm info attempt registry request try #1 at 11:27:06
33134npm http request GET http://registry.npmjs.org/yam
33135npm http 200 http://registry.npmjs.org/amd-name-resolver
33136npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33137npm verb headers etag: '"CGO4MZVKMEKIH3642F7CY3PF1"',
33138npm verb headers 'content-type': 'application/json',
33139npm verb headers 'cache-control': 'max-age=300',
33140npm verb headers 'content-length': '1334',
33141npm verb headers 'accept-ranges': 'bytes',
33142npm verb headers date: 'Wed, 23 Dec 2015 11:27:06 GMT',
33143npm verb headers via: '1.1 varnish',
33144npm verb headers age: '0',
33145npm verb headers connection: 'keep-alive',
33146npm verb headers 'x-served-by': 'cache-fra1223-FRA',
33147npm verb headers 'x-cache': 'HIT',
33148npm verb headers 'x-cache-hits': '1',
33149npm verb headers 'x-timer': 'S1450870026.399884,VS0,VE182',
33150npm verb headers vary: 'Accept' }
33151npm verb get saving amd-name-resolver to /root/.npm/registry.npmjs.org/amd-name-resolver/.cache.json
33152npm http 200 http://registry.npmjs.org/bower-endpoint-parser
33153npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33154npm verb headers etag: '"3FMNLCPGK26OHT574O3Y97XJ3"',
33155npm verb headers 'content-type': 'application/json',
33156npm verb headers 'cache-control': 'max-age=300',
33157npm verb headers 'content-length': '9539',
33158npm verb headers 'accept-ranges': 'bytes',
33159npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33160npm verb headers via: '1.1 varnish',
33161npm verb headers age: '164',
33162npm verb headers connection: 'keep-alive',
33163npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33164npm verb headers 'x-cache': 'HIT',
33165npm verb headers 'x-cache-hits': '2',
33166npm verb headers 'x-timer': 'S1450870037.637135,VS0,VE0',
33167npm verb headers vary: 'Accept' }
33168npm verb get saving bower-endpoint-parser to /root/.npm/registry.npmjs.org/bower-endpoint-parser/.cache.json
33169npm http 200 http://registry.npmjs.org/broccoli-config-replace
33170npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33171npm verb headers etag: '"BIXOGX8H6TD1QDR9N1AQPJ1N2"',
33172npm verb headers 'content-type': 'application/json',
33173npm verb headers 'cache-control': 'max-age=300',
33174npm verb headers 'content-length': '6176',
33175npm verb headers 'accept-ranges': 'bytes',
33176npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33177npm verb headers via: '1.1 varnish',
33178npm verb headers age: '113',
33179npm verb headers connection: 'keep-alive',
33180npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33181npm verb headers 'x-cache': 'HIT',
33182npm verb headers 'x-cache-hits': '1',
33183npm verb headers 'x-timer': 'S1450870037.643869,VS0,VE0',
33184npm verb headers vary: 'Accept' }
33185npm verb get saving broccoli-config-replace to /root/.npm/registry.npmjs.org/broccoli-config-replace/.cache.json
33186npm http 200 http://registry.npmjs.org/broccoli-config-loader
33187npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33188npm verb headers etag: '"BYXVZ2X1TXTCJZU4Z6B50ADY1"',
33189npm verb headers 'content-type': 'application/json',
33190npm verb headers 'cache-control': 'max-age=300',
33191npm verb headers 'content-length': '2924',
33192npm verb headers 'accept-ranges': 'bytes',
33193npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33194npm verb headers via: '1.1 varnish',
33195npm verb headers age: '113',
33196npm verb headers connection: 'keep-alive',
33197npm verb headers 'x-served-by': 'cache-fra1220-FRA',
33198npm verb headers 'x-cache': 'HIT',
33199npm verb headers 'x-cache-hits': '1',
33200npm verb headers 'x-timer': 'S1450870037.644387,VS0,VE0',
33201npm verb headers vary: 'Accept' }
33202npm verb get saving broccoli-config-loader to /root/.npm/registry.npmjs.org/broccoli-config-loader/.cache.json
33203npm http 200 http://registry.npmjs.org/broccoli-babel-transpiler
33204npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33205npm verb headers etag: '"7RLQDPSOHDZCSPKPNTD0U74OG"',
33206npm verb headers 'content-type': 'application/json',
33207npm verb headers 'cache-control': 'max-age=300',
33208npm verb headers 'content-length': '32764',
33209npm verb headers 'accept-ranges': 'bytes',
33210npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33211npm verb headers via: '1.1 varnish',
33212npm verb headers age: '114',
33213npm verb headers connection: 'keep-alive',
33214npm verb headers 'x-served-by': 'cache-fra1229-FRA',
33215npm verb headers 'x-cache': 'HIT',
33216npm verb headers 'x-cache-hits': '1',
33217npm verb headers 'x-timer': 'S1450870037.642844,VS0,VE0',
33218npm verb headers vary: 'Accept' }
33219npm verb get saving broccoli-babel-transpiler to /root/.npm/registry.npmjs.org/broccoli-babel-transpiler/.cache.json
33220npm http 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers
33221npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33222npm verb headers etag: '"4R751W8VD7VN1ZFFZMN9JNS8Q"',
33223npm verb headers 'content-type': 'application/json',
33224npm verb headers 'cache-control': 'max-age=300',
33225npm verb headers 'content-length': '14784',
33226npm verb headers 'accept-ranges': 'bytes',
33227npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33228npm verb headers via: '1.1 varnish',
33229npm verb headers age: '114',
33230npm verb headers connection: 'keep-alive',
33231npm verb headers 'x-served-by': 'cache-fra1244-FRA',
33232npm verb headers 'x-cache': 'HIT',
33233npm verb headers 'x-cache-hits': '1',
33234npm verb headers 'x-timer': 'S1450870037.646621,VS0,VE0',
33235npm verb headers vary: 'Accept' }
33236npm verb get saving broccoli-kitchen-sink-helpers to /root/.npm/registry.npmjs.org/broccoli-kitchen-sink-helpers/.cache.json
33237npm http 200 http://registry.npmjs.org/broccoli-sane-watcher
33238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33239npm verb headers etag: '"BG22G5JVGOPDJZ2NAZ8E4TEWF"',
33240npm verb headers 'content-type': 'application/json',
33241npm verb headers 'cache-control': 'max-age=300',
33242npm verb headers 'content-length': '20519',
33243npm verb headers 'accept-ranges': 'bytes',
33244npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33245npm verb headers via: '1.1 varnish',
33246npm verb headers age: '85',
33247npm verb headers connection: 'keep-alive',
33248npm verb headers 'x-served-by': 'cache-fra1223-FRA',
33249npm verb headers 'x-cache': 'HIT',
33250npm verb headers 'x-cache-hits': '1',
33251npm verb headers 'x-timer': 'S1450870037.648157,VS0,VE0',
33252npm verb headers vary: 'Accept' }
33253npm verb get saving broccoli-sane-watcher to /root/.npm/registry.npmjs.org/broccoli-sane-watcher/.cache.json
33254npm http 200 http://registry.npmjs.org/broccoli-source
33255npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33256npm verb headers etag: '"9UX23KHPEVBFONXY3AYGI1TZO"',
33257npm verb headers 'content-type': 'application/json',
33258npm verb headers 'cache-control': 'max-age=300',
33259npm verb headers 'content-length': '4956',
33260npm verb headers 'accept-ranges': 'bytes',
33261npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33262npm verb headers via: '1.1 varnish',
33263npm verb headers age: '113',
33264npm verb headers connection: 'keep-alive',
33265npm verb headers 'x-served-by': 'cache-fra1246-FRA',
33266npm verb headers 'x-cache': 'HIT',
33267npm verb headers 'x-cache-hits': '1',
33268npm verb headers 'x-timer': 'S1450870037.647997,VS0,VE0',
33269npm verb headers vary: 'Accept' }
33270npm verb get saving broccoli-source to /root/.npm/registry.npmjs.org/broccoli-source/.cache.json
33271npm http 200 http://registry.npmjs.org/bower-config
33272npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33273npm verb headers etag: '"BUD9F4SVWVMMJCIVICVO2MDA"',
33274npm verb headers 'content-type': 'application/json',
33275npm verb headers 'cache-control': 'max-age=300',
33276npm verb headers 'content-length': '42786',
33277npm verb headers 'accept-ranges': 'bytes',
33278npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33279npm verb headers via: '1.1 varnish',
33280npm verb headers age: '269',
33281npm verb headers connection: 'keep-alive',
33282npm verb headers 'x-served-by': 'cache-fra1231-FRA',
33283npm verb headers 'x-cache': 'HIT',
33284npm verb headers 'x-cache-hits': '3',
33285npm verb headers 'x-timer': 'S1450870037.637858,VS0,VE0',
33286npm verb headers vary: 'Accept' }
33287npm verb get saving bower-config to /root/.npm/registry.npmjs.org/bower-config/.cache.json
33288npm http 200 http://registry.npmjs.org/broccoli-funnel
33289npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33290npm verb headers etag: '"5DU459K9PKD4LBR79XZ9L6B6D"',
33291npm verb headers 'content-type': 'application/json',
33292npm verb headers 'cache-control': 'max-age=300',
33293npm verb headers 'content-length': '48321',
33294npm verb headers 'accept-ranges': 'bytes',
33295npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33296npm verb headers via: '1.1 varnish',
33297npm verb headers age: '235',
33298npm verb headers connection: 'keep-alive',
33299npm verb headers 'x-served-by': 'cache-fra1224-FRA',
33300npm verb headers 'x-cache': 'HIT',
33301npm verb headers 'x-cache-hits': '83',
33302npm verb headers 'x-timer': 'S1450870037.646135,VS0,VE0',
33303npm verb headers vary: 'Accept' }
33304npm verb get saving broccoli-funnel to /root/.npm/registry.npmjs.org/broccoli-funnel/.cache.json
33305npm http 200 http://registry.npmjs.org/portfinder
33306npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33307npm verb headers etag: '"AJYC2CJKICS3BSLCO1MKDZBR1"',
33308npm verb headers 'content-type': 'application/json',
33309npm verb headers 'cache-control': 'max-age=300',
33310npm verb headers 'content-length': '6841',
33311npm verb headers 'accept-ranges': 'bytes',
33312npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33313npm verb headers via: '1.1 varnish',
33314npm verb headers age: '112',
33315npm verb headers connection: 'keep-alive',
33316npm verb headers 'x-served-by': 'cache-fra1225-FRA',
33317npm verb headers 'x-cache': 'HIT',
33318npm verb headers 'x-cache-hits': '2',
33319npm verb headers 'x-timer': 'S1450870037.696142,VS0,VE0',
33320npm verb headers vary: 'Accept' }
33321npm verb get saving portfinder to /root/.npm/registry.npmjs.org/portfinder/.cache.json
33322npm http 200 http://registry.npmjs.org/pleasant-progress
33323npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33324npm verb headers etag: '"5GDNKEEEIH0AY2638V6ZQLZMT"',
33325npm verb headers 'content-type': 'application/json',
33326npm verb headers 'cache-control': 'max-age=300',
33327npm verb headers 'content-length': '5372',
33328npm verb headers 'accept-ranges': 'bytes',
33329npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33330npm verb headers via: '1.1 varnish',
33331npm verb headers age: '112',
33332npm verb headers connection: 'keep-alive',
33333npm verb headers 'x-served-by': 'cache-fra1227-FRA',
33334npm verb headers 'x-cache': 'HIT',
33335npm verb headers 'x-cache-hits': '1',
33336npm verb headers 'x-timer': 'S1450870037.701603,VS0,VE0',
33337npm verb headers vary: 'Accept' }
33338npm verb get saving pleasant-progress to /root/.npm/registry.npmjs.org/pleasant-progress/.cache.json
33339npm http 200 http://registry.npmjs.org/ember-cli-preprocess-registry
33340npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33341npm verb headers etag: '"AOXGCHGKBSAO86X132G8XFKMI"',
33342npm verb headers 'content-type': 'application/json',
33343npm verb headers 'cache-control': 'max-age=300',
33344npm verb headers 'content-length': '7187',
33345npm verb headers 'accept-ranges': 'bytes',
33346npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33347npm verb headers via: '1.1 varnish',
33348npm verb headers age: '113',
33349npm verb headers connection: 'keep-alive',
33350npm verb headers 'x-served-by': 'cache-fra1221-FRA',
33351npm verb headers 'x-cache': 'HIT',
33352npm verb headers 'x-cache-hits': '1',
33353npm verb headers 'x-timer': 'S1450870037.667773,VS0,VE0',
33354npm verb headers vary: 'Accept' }
33355npm verb get saving ember-cli-preprocess-registry to /root/.npm/registry.npmjs.org/ember-cli-preprocess-registry/.cache.json
33356npm http 200 http://registry.npmjs.org/ember-cli-normalize-entity-name
33357npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33358npm verb headers etag: '"1EV0OQGC3MDJFMPUZWFHVGE1O"',
33359npm verb headers 'content-type': 'application/json',
33360npm verb headers 'cache-control': 'max-age=300',
33361npm verb headers 'content-length': '1831',
33362npm verb headers 'accept-ranges': 'bytes',
33363npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33364npm verb headers via: '1.1 varnish',
33365npm verb headers age: '113',
33366npm verb headers connection: 'keep-alive',
33367npm verb headers 'x-served-by': 'cache-fra1247-FRA',
33368npm verb headers 'x-cache': 'HIT',
33369npm verb headers 'x-cache-hits': '1',
33370npm verb headers 'x-timer': 'S1450870037.667778,VS0,VE0',
33371npm verb headers vary: 'Accept' }
33372npm verb get saving ember-cli-normalize-entity-name to /root/.npm/registry.npmjs.org/ember-cli-normalize-entity-name/.cache.json
33373npm http 200 http://registry.npmjs.org/ember-cli-string-utils
33374npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33375npm verb headers etag: '"AB2O9IB421R3I53ISH64EJW6Z"',
33376npm verb headers 'content-type': 'application/json',
33377npm verb headers 'cache-control': 'max-age=300',
33378npm verb headers 'content-length': '1873',
33379npm verb headers 'accept-ranges': 'bytes',
33380npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33381npm verb headers via: '1.1 varnish',
33382npm verb headers age: '112',
33383npm verb headers connection: 'keep-alive',
33384npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33385npm verb headers 'x-cache': 'HIT',
33386npm verb headers 'x-cache-hits': '1',
33387npm verb headers 'x-timer': 'S1450870037.667789,VS0,VE0',
33388npm verb headers vary: 'Accept' }
33389npm verb get saving ember-cli-string-utils to /root/.npm/registry.npmjs.org/ember-cli-string-utils/.cache.json
33390npm http 200 http://registry.npmjs.org/ember-cli-path-utils
33391npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33392npm verb headers etag: '"3IS3HMOIFE73N434864SFQW7I"',
33393npm verb headers 'content-type': 'application/json',
33394npm verb headers 'cache-control': 'max-age=300',
33395npm verb headers 'content-length': '1833',
33396npm verb headers 'accept-ranges': 'bytes',
33397npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33398npm verb headers via: '1.1 varnish',
33399npm verb headers age: '113',
33400npm verb headers connection: 'keep-alive',
33401npm verb headers 'x-served-by': 'cache-fra1243-FRA',
33402npm verb headers 'x-cache': 'HIT',
33403npm verb headers 'x-cache-hits': '1',
33404npm verb headers 'x-timer': 'S1450870037.668022,VS0,VE0',
33405npm verb headers vary: 'Accept' }
33406npm verb get saving ember-cli-path-utils to /root/.npm/registry.npmjs.org/ember-cli-path-utils/.cache.json
33407npm http 200 http://registry.npmjs.org/escape-string-regexp
33408npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33409npm verb headers etag: '"9M31MYSQ5P7WRVITKS9SAJ2B3"',
33410npm verb headers 'content-type': 'application/json',
33411npm verb headers 'cache-control': 'max-age=300',
33412npm verb headers 'content-length': '7730',
33413npm verb headers 'accept-ranges': 'bytes',
33414npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33415npm verb headers via: '1.1 varnish',
33416npm verb headers age: '128',
33417npm verb headers connection: 'keep-alive',
33418npm verb headers 'x-served-by': 'cache-fra1223-FRA',
33419npm verb headers 'x-cache': 'HIT',
33420npm verb headers 'x-cache-hits': '16',
33421npm verb headers 'x-timer': 'S1450870037.668309,VS0,VE0',
33422npm verb headers vary: 'Accept' }
33423npm verb get saving escape-string-regexp to /root/.npm/registry.npmjs.org/escape-string-regexp/.cache.json
33424npm http 200 http://registry.npmjs.org/ember-cli-test-info
33425npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33426npm verb headers etag: '"BH74B0SZ3KRX3RLCN80Y8Z77F"',
33427npm verb headers 'content-type': 'application/json',
33428npm verb headers 'cache-control': 'max-age=300',
33429npm verb headers 'content-length': '1870',
33430npm verb headers 'accept-ranges': 'bytes',
33431npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33432npm verb headers via: '1.1 varnish',
33433npm verb headers age: '113',
33434npm verb headers connection: 'keep-alive',
33435npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33436npm verb headers 'x-cache': 'HIT',
33437npm verb headers 'x-cache-hits': '1',
33438npm verb headers 'x-timer': 'S1450870037.667997,VS0,VE0',
33439npm verb headers vary: 'Accept' }
33440npm verb get saving ember-cli-test-info to /root/.npm/registry.npmjs.org/ember-cli-test-info/.cache.json
33441npm http 200 http://registry.npmjs.org/exists-sync
33442npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33443npm verb headers etag: '"DVN9UBTP3EN5494092XWQ2HSM"',
33444npm verb headers 'content-type': 'application/json',
33445npm verb headers 'cache-control': 'max-age=300',
33446npm verb headers 'content-length': '4593',
33447npm verb headers 'accept-ranges': 'bytes',
33448npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33449npm verb headers via: '1.1 varnish',
33450npm verb headers age: '113',
33451npm verb headers connection: 'keep-alive',
33452npm verb headers 'x-served-by': 'cache-fra1221-FRA',
33453npm verb headers 'x-cache': 'HIT',
33454npm verb headers 'x-cache-hits': '2',
33455npm verb headers 'x-timer': 'S1450870037.668537,VS0,VE0',
33456npm verb headers vary: 'Accept' }
33457npm verb get saving exists-sync to /root/.npm/registry.npmjs.org/exists-sync/.cache.json
33458npm http 200 http://registry.npmjs.org/ember-router-generator
33459npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33460npm verb headers etag: '"72AHHCVDPPJNWHF93PD1WCG2L"',
33461npm verb headers 'content-type': 'application/json',
33462npm verb headers 'cache-control': 'max-age=300',
33463npm verb headers 'content-length': '19661',
33464npm verb headers 'accept-ranges': 'bytes',
33465npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33466npm verb headers via: '1.1 varnish',
33467npm verb headers age: '113',
33468npm verb headers connection: 'keep-alive',
33469npm verb headers 'x-served-by': 'cache-fra1221-FRA',
33470npm verb headers 'x-cache': 'HIT',
33471npm verb headers 'x-cache-hits': '2',
33472npm verb headers 'x-timer': 'S1450870037.668742,VS0,VE0',
33473npm verb headers vary: 'Accept' }
33474npm verb get saving ember-router-generator to /root/.npm/registry.npmjs.org/ember-router-generator/.cache.json
33475npm http 200 http://registry.npmjs.org/lodash
33476npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33477npm verb headers etag: '"C3TDU7JK7D7XJL8FSOQ0GDEMI"',
33478npm verb headers 'content-type': 'application/json',
33479npm verb headers 'cache-control': 'max-age=300',
33480npm verb headers 'content-length': '113598',
33481npm verb headers 'accept-ranges': 'bytes',
33482npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33483npm verb headers via: '1.1 varnish',
33484npm verb headers age: '10',
33485npm verb headers connection: 'keep-alive',
33486npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33487npm verb headers 'x-cache': 'HIT',
33488npm verb headers 'x-cache-hits': '2',
33489npm verb headers 'x-timer': 'S1450870037.679628,VS0,VE0',
33490npm verb headers vary: 'Accept' }
33491npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
33492npm http 200 http://registry.npmjs.org/minimatch
33493npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33494npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
33495npm verb headers 'content-type': 'application/json',
33496npm verb headers 'cache-control': 'max-age=60',
33497npm verb headers 'content-length': '46146',
33498npm verb headers 'accept-ranges': 'bytes',
33499npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33500npm verb headers via: '1.1 varnish',
33501npm verb headers age: '55',
33502npm verb headers connection: 'keep-alive',
33503npm verb headers 'x-served-by': 'cache-fra1228-FRA',
33504npm verb headers 'x-cache': 'HIT',
33505npm verb headers 'x-cache-hits': '13',
33506npm verb headers 'x-timer': 'S1450870037.685588,VS0,VE0',
33507npm verb headers vary: 'Accept' }
33508npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
33509npm http 200 http://registry.npmjs.org/node-modules-path
33510npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33511npm verb headers etag: '"8OPH1SKDHVGKJQ2M116E4K2D6"',
33512npm verb headers 'content-type': 'application/json',
33513npm verb headers 'cache-control': 'max-age=300',
33514npm verb headers 'content-length': '3012',
33515npm verb headers 'accept-ranges': 'bytes',
33516npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33517npm verb headers via: '1.1 varnish',
33518npm verb headers age: '112',
33519npm verb headers connection: 'keep-alive',
33520npm verb headers 'x-served-by': 'cache-fra1221-FRA',
33521npm verb headers 'x-cache': 'HIT',
33522npm verb headers 'x-cache-hits': '2',
33523npm verb headers 'x-timer': 'S1450870037.685862,VS0,VE0',
33524npm verb headers vary: 'Accept' }
33525npm verb get saving node-modules-path to /root/.npm/registry.npmjs.org/node-modules-path/.cache.json
33526npm http 200 http://registry.npmjs.org/nopt
33527npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33528npm verb headers etag: '"5EF1QGW6L8ZEE22W4CM5Q7TQY"',
33529npm verb headers 'content-type': 'application/json',
33530npm verb headers 'cache-control': 'max-age=300',
33531npm verb headers 'content-length': '31172',
33532npm verb headers 'accept-ranges': 'bytes',
33533npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33534npm verb headers via: '1.1 varnish',
33535npm verb headers age: '249',
33536npm verb headers connection: 'keep-alive',
33537npm verb headers 'x-served-by': 'cache-fra1245-FRA',
33538npm verb headers 'x-cache': 'HIT',
33539npm verb headers 'x-cache-hits': '12',
33540npm verb headers 'x-timer': 'S1450870037.685882,VS0,VE0',
33541npm verb headers vary: 'Accept' }
33542npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
33543npm http 200 http://registry.npmjs.org/rsvp
33544npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33545npm verb headers etag: '"A0XLZDWSFX1IXP8XZSWHPFFBO"',
33546npm verb headers 'content-type': 'application/json',
33547npm verb headers 'cache-control': 'max-age=300',
33548npm verb headers 'content-length': '63700',
33549npm verb headers 'accept-ranges': 'bytes',
33550npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33551npm verb headers via: '1.1 varnish',
33552npm verb headers age: '2',
33553npm verb headers connection: 'keep-alive',
33554npm verb headers 'x-served-by': 'cache-fra1222-FRA',
33555npm verb headers 'x-cache': 'HIT',
33556npm verb headers 'x-cache-hits': '1',
33557npm verb headers 'x-timer': 'S1450870037.701631,VS0,VE0',
33558npm verb headers vary: 'Accept' }
33559npm verb get saving rsvp to /root/.npm/registry.npmjs.org/rsvp/.cache.json
33560npm http 200 http://registry.npmjs.org/exit
33561npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33562npm verb headers etag: '"66GA3RUQR76WJVRZF6ITVOZPO"',
33563npm verb headers 'content-type': 'application/json',
33564npm verb headers 'cache-control': 'max-age=300',
33565npm verb headers 'content-length': '13803',
33566npm verb headers 'accept-ranges': 'bytes',
33567npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33568npm verb headers via: '1.1 varnish',
33569npm verb headers age: '94',
33570npm verb headers connection: 'keep-alive',
33571npm verb headers 'x-served-by': 'cache-fra1241-FRA',
33572npm verb headers 'x-cache': 'HIT',
33573npm verb headers 'x-cache-hits': '3',
33574npm verb headers 'x-timer': 'S1450870037.668699,VS0,VE0',
33575npm verb headers vary: 'Accept' }
33576npm verb get saving exit to /root/.npm/registry.npmjs.org/exit/.cache.json
33577npm http 200 http://registry.npmjs.org/configstore
33578npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33579npm verb headers etag: '"72JPM6KLYQZCSW9RN8PQ0CHOW"',
33580npm verb headers 'content-type': 'application/json',
33581npm verb headers 'cache-control': 'max-age=60',
33582npm verb headers 'content-length': '33013',
33583npm verb headers 'accept-ranges': 'bytes',
33584npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33585npm verb headers via: '1.1 varnish',
33586npm verb headers age: '41',
33587npm verb headers connection: 'keep-alive',
33588npm verb headers 'x-served-by': 'cache-fra1221-FRA',
33589npm verb headers 'x-cache': 'HIT',
33590npm verb headers 'x-cache-hits': '1',
33591npm verb headers 'x-timer': 'S1450870037.651707,VS0,VE0',
33592npm verb headers vary: 'Accept' }
33593npm verb get saving configstore to /root/.npm/registry.npmjs.org/configstore/.cache.json
33594npm http 200 http://registry.npmjs.org/inquirer
33595npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33596npm verb headers etag: '"4N9E33THRPEMUH6DN1V2YOX41"',
33597npm verb headers 'content-type': 'application/json',
33598npm verb headers 'cache-control': 'max-age=300',
33599npm verb headers 'content-length': '64400',
33600npm verb headers 'accept-ranges': 'bytes',
33601npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33602npm verb headers via: '1.1 varnish',
33603npm verb headers age: '216',
33604npm verb headers connection: 'keep-alive',
33605npm verb headers 'x-served-by': 'cache-fra1235-FRA',
33606npm verb headers 'x-cache': 'HIT',
33607npm verb headers 'x-cache-hits': '2',
33608npm verb headers 'x-timer': 'S1450870037.679566,VS0,VE0',
33609npm verb headers vary: 'Accept' }
33610npm verb get saving inquirer to /root/.npm/registry.npmjs.org/inquirer/.cache.json
33611npm http 200 http://registry.npmjs.org/markdown-it
33612npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33613npm verb headers etag: '"2TIBZ7VHD2Z93VEL0ARIZ9JR0"',
33614npm verb headers 'content-type': 'application/json',
33615npm verb headers 'cache-control': 'max-age=300',
33616npm verb headers 'content-length': '61266',
33617npm verb headers 'accept-ranges': 'bytes',
33618npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33619npm verb headers via: '1.1 varnish',
33620npm verb headers age: '186',
33621npm verb headers connection: 'keep-alive',
33622npm verb headers 'x-served-by': 'cache-fra1236-FRA',
33623npm verb headers 'x-cache': 'HIT',
33624npm verb headers 'x-cache-hits': '1',
33625npm verb headers 'x-timer': 'S1450870037.679779,VS0,VE0',
33626npm verb headers vary: 'Accept' }
33627npm verb get saving markdown-it to /root/.npm/registry.npmjs.org/markdown-it/.cache.json
33628npm http 200 http://registry.npmjs.org/clean-base-url
33629npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33630npm verb headers etag: '"CDTGZ6K1NQC2I3JXBVRU1JTKU"',
33631npm verb headers 'content-type': 'application/json',
33632npm verb headers 'cache-control': 'max-age=300',
33633npm verb headers 'content-length': '1651',
33634npm verb headers 'accept-ranges': 'bytes',
33635npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33636npm verb headers via: '1.1 varnish',
33637npm verb headers age: '113',
33638npm verb headers connection: 'keep-alive',
33639npm verb headers 'x-served-by': 'cache-fra1246-FRA',
33640npm verb headers 'x-cache': 'HIT',
33641npm verb headers 'x-cache-hits': '1',
33642npm verb headers 'x-timer': 'S1450870037.651334,VS0,VE0',
33643npm verb headers vary: 'Accept' }
33644npm verb get saving clean-base-url to /root/.npm/registry.npmjs.org/clean-base-url/.cache.json
33645npm http 200 http://registry.npmjs.org/resolve
33646npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33647npm verb headers etag: '"47XKTGBC6IGN93GF2ZSYE1SZ0"',
33648npm verb headers 'content-type': 'application/json',
33649npm verb headers 'cache-control': 'max-age=60',
33650npm verb headers 'content-length': '43177',
33651npm verb headers 'accept-ranges': 'bytes',
33652npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33653npm verb headers via: '1.1 varnish',
33654npm verb headers age: '55',
33655npm verb headers connection: 'keep-alive',
33656npm verb headers 'x-served-by': 'cache-fra1225-FRA',
33657npm verb headers 'x-cache': 'HIT',
33658npm verb headers 'x-cache-hits': '3',
33659npm verb headers 'x-timer': 'S1450870037.708554,VS0,VE0',
33660npm verb headers vary: 'Accept' }
33661npm verb get saving resolve to /root/.npm/registry.npmjs.org/resolve/.cache.json
33662npm http 200 http://registry.npmjs.org/promise-map-series
33663npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33664npm verb headers etag: '"398CIK7DNNVMZL8UZQFU402W"',
33665npm verb headers 'content-type': 'application/json',
33666npm verb headers 'cache-control': 'max-age=300',
33667npm verb headers 'content-length': '6158',
33668npm verb headers 'accept-ranges': 'bytes',
33669npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33670npm verb headers via: '1.1 varnish',
33671npm verb headers age: '88',
33672npm verb headers connection: 'keep-alive',
33673npm verb headers 'x-served-by': 'cache-fra1232-FRA',
33674npm verb headers 'x-cache': 'HIT',
33675npm verb headers 'x-cache-hits': '2',
33676npm verb headers 'x-timer': 'S1450870037.708783,VS0,VE0',
33677npm verb headers vary: 'Accept' }
33678npm verb get saving promise-map-series to /root/.npm/registry.npmjs.org/promise-map-series/.cache.json
33679npm http 200 http://registry.npmjs.org/semver
33680npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33681npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
33682npm verb headers 'content-type': 'application/json',
33683npm verb headers 'cache-control': 'max-age=300',
33684npm verb headers 'content-length': '67438',
33685npm verb headers 'accept-ranges': 'bytes',
33686npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33687npm verb headers via: '1.1 varnish',
33688npm verb headers age: '115',
33689npm verb headers connection: 'keep-alive',
33690npm verb headers 'x-served-by': 'cache-fra1225-FRA',
33691npm verb headers 'x-cache': 'HIT',
33692npm verb headers 'x-cache-hits': '652',
33693npm verb headers 'x-timer': 'S1450870037.708840,VS0,VE0',
33694npm verb headers vary: 'Accept' }
33695npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
33696npm http 200 http://registry.npmjs.org/isbinaryfile
33697npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33698npm verb headers etag: '"AY55H65CYGXJKGITA38DWL891"',
33699npm verb headers 'content-type': 'application/json',
33700npm verb headers 'cache-control': 'max-age=300',
33701npm verb headers 'content-length': '15843',
33702npm verb headers 'accept-ranges': 'bytes',
33703npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33704npm verb headers via: '1.1 varnish',
33705npm verb headers age: '84',
33706npm verb headers connection: 'keep-alive',
33707npm verb headers 'x-served-by': 'cache-fra1245-FRA',
33708npm verb headers 'x-cache': 'HIT',
33709npm verb headers 'x-cache-hits': '1',
33710npm verb headers 'x-timer': 'S1450870037.670829,VS0,VE0',
33711npm verb headers vary: 'Accept' }
33712npm verb get saving isbinaryfile to /root/.npm/registry.npmjs.org/isbinaryfile/.cache.json
33713npm http 200 http://registry.npmjs.org/symlink-or-copy
33714npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33715npm verb headers etag: '"AD0SPDEXVWFYPGKBBCFGA5TDW"',
33716npm verb headers 'content-type': 'application/json',
33717npm verb headers 'cache-control': 'max-age=300',
33718npm verb headers 'content-length': '5194',
33719npm verb headers 'accept-ranges': 'bytes',
33720npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33721npm verb headers via: '1.1 varnish',
33722npm verb headers age: '168',
33723npm verb headers connection: 'keep-alive',
33724npm verb headers 'x-served-by': 'cache-fra1220-FRA',
33725npm verb headers 'x-cache': 'HIT',
33726npm verb headers 'x-cache-hits': '1',
33727npm verb headers 'x-timer': 'S1450870037.714485,VS0,VE0',
33728npm verb headers vary: 'Accept' }
33729npm verb get saving symlink-or-copy to /root/.npm/registry.npmjs.org/symlink-or-copy/.cache.json
33730npm http 200 http://registry.npmjs.org/debug
33731npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33732npm verb headers etag: '"422PTSQDSLUSY1XWGQ92XHWN7"',
33733npm verb headers 'content-type': 'application/json',
33734npm verb headers 'cache-control': 'max-age=300',
33735npm verb headers 'content-length': '36163',
33736npm verb headers 'accept-ranges': 'bytes',
33737npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33738npm verb headers via: '1.1 varnish',
33739npm verb headers age: '246',
33740npm verb headers connection: 'keep-alive',
33741npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33742npm verb headers 'x-cache': 'HIT',
33743npm verb headers 'x-cache-hits': '35',
33744npm verb headers 'x-timer': 'S1450870037.653952,VS0,VE0',
33745npm verb headers vary: 'Accept' }
33746npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
33747npm http 200 http://registry.npmjs.org/tiny-lr
33748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33749npm verb headers etag: '"4LXRMA5HUWQI8TYI35XEYHHGH"',
33750npm verb headers 'content-type': 'application/json',
33751npm verb headers 'cache-control': 'max-age=300',
33752npm verb headers 'content-length': '34748',
33753npm verb headers 'accept-ranges': 'bytes',
33754npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33755npm verb headers via: '1.1 varnish',
33756npm verb headers age: '255',
33757npm verb headers connection: 'keep-alive',
33758npm verb headers 'x-served-by': 'cache-fra1246-FRA',
33759npm verb headers 'x-cache': 'HIT',
33760npm verb headers 'x-cache-hits': '4',
33761npm verb headers 'x-timer': 'S1450870037.716829,VS0,VE0',
33762npm verb headers vary: 'Accept' }
33763npm verb get saving tiny-lr to /root/.npm/registry.npmjs.org/tiny-lr/.cache.json
33764npm http 200 http://registry.npmjs.org/yam
33765npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33766npm verb headers etag: '"BQ3H927W8KTJ87ZQFWE8L7A7M"',
33767npm verb headers 'content-type': 'application/json',
33768npm verb headers 'cache-control': 'max-age=300',
33769npm verb headers 'content-length': '21571',
33770npm verb headers 'accept-ranges': 'bytes',
33771npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33772npm verb headers via: '1.1 varnish',
33773npm verb headers age: '112',
33774npm verb headers connection: 'keep-alive',
33775npm verb headers 'x-served-by': 'cache-fra1247-FRA',
33776npm verb headers 'x-cache': 'HIT',
33777npm verb headers 'x-cache-hits': '1',
33778npm verb headers 'x-timer': 'S1450870037.716899,VS0,VE0',
33779npm verb headers vary: 'Accept' }
33780npm verb get saving yam to /root/.npm/registry.npmjs.org/yam/.cache.json
33781npm http 200 http://registry.npmjs.org/leek
33782npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33783npm verb headers etag: '"DFRFPCB6MI91V4CTB6RFDHM61"',
33784npm verb headers 'content-type': 'application/json',
33785npm verb headers 'cache-control': 'max-age=300',
33786npm verb headers 'content-length': '27863',
33787npm verb headers 'accept-ranges': 'bytes',
33788npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33789npm verb headers via: '1.1 varnish',
33790npm verb headers age: '112',
33791npm verb headers connection: 'keep-alive',
33792npm verb headers 'x-served-by': 'cache-fra1242-FRA',
33793npm verb headers 'x-cache': 'HIT',
33794npm verb headers 'x-cache-hits': '1',
33795npm verb headers 'x-timer': 'S1450870037.670844,VS0,VE0',
33796npm verb headers vary: 'Accept' }
33797npm verb get saving leek to /root/.npm/registry.npmjs.org/leek/.cache.json
33798npm http 200 http://registry.npmjs.org/git-repo-info
33799npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33800npm verb headers etag: '"EQL9RZP6GZ3A7BMEPD3PSBZY1"',
33801npm verb headers 'content-type': 'application/json',
33802npm verb headers 'cache-control': 'max-age=300',
33803npm verb headers 'content-length': '9463',
33804npm verb headers 'accept-ranges': 'bytes',
33805npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33806npm verb headers via: '1.1 varnish',
33807npm verb headers age: '112',
33808npm verb headers connection: 'keep-alive',
33809npm verb headers 'x-served-by': 'cache-fra1243-FRA',
33810npm verb headers 'x-cache': 'HIT',
33811npm verb headers 'x-cache-hits': '1',
33812npm verb headers 'x-timer': 'S1450870037.670321,VS0,VE0',
33813npm verb headers vary: 'Accept' }
33814npm verb get saving git-repo-info to /root/.npm/registry.npmjs.org/git-repo-info/.cache.json
33815npm http 200 http://registry.npmjs.org/compression
33816npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33817npm verb headers etag: '"778U6WA9F1695U2RQA31X2KLO"',
33818npm verb headers 'content-type': 'application/json',
33819npm verb headers 'cache-control': 'max-age=300',
33820npm verb headers 'content-length': '61062',
33821npm verb headers 'accept-ranges': 'bytes',
33822npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33823npm verb headers via: '1.1 varnish',
33824npm verb headers age: '7',
33825npm verb headers connection: 'keep-alive',
33826npm verb headers 'x-served-by': 'cache-fra1225-FRA',
33827npm verb headers 'x-cache': 'HIT',
33828npm verb headers 'x-cache-hits': '1',
33829npm verb headers 'x-timer': 'S1450870037.651360,VS0,VE0',
33830npm verb headers vary: 'Accept' }
33831npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
33832npm http 200 http://registry.npmjs.org/bower
33833npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33834npm verb headers etag: '"61SU3DZUOC8CNSSLZ37G52I03"',
33835npm verb headers 'content-type': 'application/json',
33836npm verb headers 'cache-control': 'max-age=300',
33837npm verb headers 'content-length': '161697',
33838npm verb headers 'accept-ranges': 'bytes',
33839npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33840npm verb headers via: '1.1 varnish',
33841npm verb headers age: '272',
33842npm verb headers connection: 'keep-alive',
33843npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33844npm verb headers 'x-cache': 'HIT',
33845npm verb headers 'x-cache-hits': '9',
33846npm verb headers 'x-timer': 'S1450870037.636491,VS0,VE0',
33847npm verb headers vary: 'Accept' }
33848npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
33849npm http 200 http://registry.npmjs.org/silent-error
33850npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33851npm verb headers etag: '"ARG40AYYP8C4FQZOOQUMSK1KR"',
33852npm verb headers 'content-type': 'application/json',
33853npm verb headers 'cache-control': 'max-age=300',
33854npm verb headers 'content-length': '1807',
33855npm verb headers 'accept-ranges': 'bytes',
33856npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33857npm verb headers via: '1.1 varnish',
33858npm verb headers age: '112',
33859npm verb headers connection: 'keep-alive',
33860npm verb headers 'x-served-by': 'cache-fra1234-FRA',
33861npm verb headers 'x-cache': 'HIT',
33862npm verb headers 'x-cache-hits': '1',
33863npm verb headers 'x-timer': 'S1450870037.710822,VS0,VE0',
33864npm verb headers vary: 'Accept' }
33865npm verb get saving silent-error to /root/.npm/registry.npmjs.org/silent-error/.cache.json
33866npm http 200 http://registry.npmjs.org/merge-defaults
33867npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33868npm verb headers etag: '"1WIEWVWFC6KTABSL8HQ1IBSV1"',
33869npm verb headers 'content-type': 'application/json',
33870npm verb headers 'cache-control': 'max-age=300',
33871npm verb headers 'content-length': '7558',
33872npm verb headers 'accept-ranges': 'bytes',
33873npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33874npm verb headers via: '1.1 varnish',
33875npm verb headers age: '133',
33876npm verb headers connection: 'keep-alive',
33877npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33878npm verb headers 'x-cache': 'HIT',
33879npm verb headers 'x-cache-hits': '1',
33880npm verb headers 'x-timer': 'S1450870037.679438,VS0,VE0',
33881npm verb headers vary: 'Accept' }
33882npm verb get saving merge-defaults to /root/.npm/registry.npmjs.org/merge-defaults/.cache.json
33883npm http 200 http://registry.npmjs.org/ember-cli-copy-dereference
33884npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33885npm verb headers etag: '"DYSAO2ZA0Q347SH7N0GZV2206"',
33886npm verb headers 'content-type': 'application/json',
33887npm verb headers 'cache-control': 'max-age=300',
33888npm verb headers 'content-length': '3632',
33889npm verb headers 'accept-ranges': 'bytes',
33890npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33891npm verb headers via: '1.1 varnish',
33892npm verb headers age: '113',
33893npm verb headers connection: 'keep-alive',
33894npm verb headers 'x-served-by': 'cache-fra1237-FRA',
33895npm verb headers 'x-cache': 'HIT',
33896npm verb headers 'x-cache-hits': '1',
33897npm verb headers 'x-timer': 'S1450870037.654564,VS0,VE0',
33898npm verb headers vary: 'Accept' }
33899npm verb get saving ember-cli-copy-dereference to /root/.npm/registry.npmjs.org/ember-cli-copy-dereference/.cache.json
33900npm http 200 http://registry.npmjs.org/sane
33901npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33902npm verb headers etag: '"6JM6X2O9HYSPW391OMVKU1EZA"',
33903npm verb headers 'content-type': 'application/json',
33904npm verb headers 'cache-control': 'max-age=300',
33905npm verb headers 'content-length': '37117',
33906npm verb headers 'accept-ranges': 'bytes',
33907npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33908npm verb headers via: '1.1 varnish',
33909npm verb headers age: '194',
33910npm verb headers connection: 'keep-alive',
33911npm verb headers 'x-served-by': 'cache-fra1242-FRA',
33912npm verb headers 'x-cache': 'HIT',
33913npm verb headers 'x-cache-hits': '1',
33914npm verb headers 'x-timer': 'S1450870037.708714,VS0,VE0',
33915npm verb headers vary: 'Accept' }
33916npm verb get saving sane to /root/.npm/registry.npmjs.org/sane/.cache.json
33917npm http 200 http://registry.npmjs.org/broccoli-plugin
33918npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33919npm verb headers etag: '"5TYSXM7JNGSOTG0JJL5UKF90I"',
33920npm verb headers 'content-type': 'application/json',
33921npm verb headers 'cache-control': 'max-age=300',
33922npm verb headers 'content-length': '10210',
33923npm verb headers 'accept-ranges': 'bytes',
33924npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33925npm verb headers via: '1.1 varnish',
33926npm verb headers age: '0',
33927npm verb headers connection: 'keep-alive',
33928npm verb headers 'x-served-by': 'cache-fra1248-FRA',
33929npm verb headers 'x-cache': 'HIT',
33930npm verb headers 'x-cache-hits': '1',
33931npm verb headers 'x-timer': 'S1450870037.647759,VS0,VE105',
33932npm verb headers vary: 'Accept' }
33933npm verb get saving broccoli-plugin to /root/.npm/registry.npmjs.org/broccoli-plugin/.cache.json
33934npm http 200 http://registry.npmjs.org/diff
33935npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33936npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
33937npm verb headers 'content-type': 'application/json',
33938npm verb headers 'cache-control': 'max-age=300',
33939npm verb headers 'content-length': '41603',
33940npm verb headers 'accept-ranges': 'bytes',
33941npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33942npm verb headers via: '1.1 varnish',
33943npm verb headers age: '298',
33944npm verb headers connection: 'keep-alive',
33945npm verb headers 'x-served-by': 'cache-fra1220-FRA',
33946npm verb headers 'x-cache': 'HIT',
33947npm verb headers 'x-cache-hits': '6',
33948npm verb headers 'x-timer': 'S1450870037.654117,VS0,VE0',
33949npm verb headers vary: 'Accept' }
33950npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
33951npm http 200 http://registry.npmjs.org/readline2
33952npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33953npm verb headers etag: '"5RNSSOEQU7AFOKPK77IF7645M"',
33954npm verb headers 'content-type': 'application/json',
33955npm verb headers 'cache-control': 'max-age=300',
33956npm verb headers 'content-length': '6934',
33957npm verb headers 'accept-ranges': 'bytes',
33958npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33959npm verb headers via: '1.1 varnish',
33960npm verb headers age: '258',
33961npm verb headers connection: 'keep-alive',
33962npm verb headers 'x-served-by': 'cache-fra1248-FRA',
33963npm verb headers 'x-cache': 'HIT',
33964npm verb headers 'x-cache-hits': '2108',
33965npm verb headers 'x-timer': 'S1450870037.708881,VS0,VE0',
33966npm verb headers vary: 'Accept' }
33967npm verb get saving readline2 to /root/.npm/registry.npmjs.org/readline2/.cache.json
33968npm http 200 http://registry.npmjs.org/glob
33969npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33970npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
33971npm verb headers 'content-type': 'application/json',
33972npm verb headers 'cache-control': 'max-age=300',
33973npm verb headers 'content-length': '110035',
33974npm verb headers 'accept-ranges': 'bytes',
33975npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33976npm verb headers via: '1.1 varnish',
33977npm verb headers age: '207',
33978npm verb headers connection: 'keep-alive',
33979npm verb headers 'x-served-by': 'cache-fra1235-FRA',
33980npm verb headers 'x-cache': 'HIT',
33981npm verb headers 'x-cache-hits': '30',
33982npm verb headers 'x-timer': 'S1450870037.670479,VS0,VE0',
33983npm verb headers vary: 'Accept' }
33984npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
33985npm http 200 http://registry.npmjs.org/chalk
33986npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
33987npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
33988npm verb headers 'content-type': 'application/json',
33989npm verb headers 'cache-control': 'max-age=300',
33990npm verb headers 'content-length': '26578',
33991npm verb headers 'accept-ranges': 'bytes',
33992npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
33993npm verb headers via: '1.1 varnish',
33994npm verb headers age: '91',
33995npm verb headers connection: 'keep-alive',
33996npm verb headers 'x-served-by': 'cache-fra1226-FRA',
33997npm verb headers 'x-cache': 'HIT',
33998npm verb headers 'x-cache-hits': '14',
33999npm verb headers 'x-timer': 'S1450870037.651185,VS0,VE0',
34000npm verb headers vary: 'Accept' }
34001npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
34002npm http 200 http://registry.npmjs.org/temp
34003npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34004npm verb headers etag: '"311YIJLD0AC98Z8BH81H4YUDW"',
34005npm verb headers 'content-type': 'application/json',
34006npm verb headers 'cache-control': 'max-age=300',
34007npm verb headers 'content-length': '19314',
34008npm verb headers 'accept-ranges': 'bytes',
34009npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34010npm verb headers via: '1.1 varnish',
34011npm verb headers age: '166',
34012npm verb headers connection: 'keep-alive',
34013npm verb headers 'x-served-by': 'cache-fra1221-FRA',
34014npm verb headers 'x-cache': 'HIT',
34015npm verb headers 'x-cache-hits': '3',
34016npm verb headers 'x-timer': 'S1450870037.710898,VS0,VE0',
34017npm verb headers vary: 'Accept' }
34018npm verb get saving temp to /root/.npm/registry.npmjs.org/temp/.cache.json
34019npm http 200 http://registry.npmjs.org/fs-extra
34020npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34021npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
34022npm verb headers 'content-type': 'application/json',
34023npm verb headers 'cache-control': 'max-age=300',
34024npm verb headers 'content-length': '105445',
34025npm verb headers 'accept-ranges': 'bytes',
34026npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34027npm verb headers via: '1.1 varnish',
34028npm verb headers age: '136',
34029npm verb headers connection: 'keep-alive',
34030npm verb headers 'x-served-by': 'cache-fra1227-FRA',
34031npm verb headers 'x-cache': 'HIT',
34032npm verb headers 'x-cache-hits': '5',
34033npm verb headers 'x-timer': 'S1450870037.670154,VS0,VE0',
34034npm verb headers vary: 'Accept' }
34035npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
34036npm http 200 http://registry.npmjs.org/http-proxy
34037npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34038npm verb headers etag: '"C0S246MJZ34VRF0L1INNHIIYE"',
34039npm verb headers 'content-type': 'application/json',
34040npm verb headers 'cache-control': 'max-age=300',
34041npm verb headers 'content-length': '121476',
34042npm verb headers 'accept-ranges': 'bytes',
34043npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34044npm verb headers via: '1.1 varnish',
34045npm verb headers age: '95',
34046npm verb headers connection: 'keep-alive',
34047npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34048npm verb headers 'x-cache': 'HIT',
34049npm verb headers 'x-cache-hits': '2',
34050npm verb headers 'x-timer': 'S1450870037.670174,VS0,VE0',
34051npm verb headers vary: 'Accept' }
34052npm verb get saving http-proxy to /root/.npm/registry.npmjs.org/http-proxy/.cache.json
34053npm http 200 http://registry.npmjs.org/findup
34054npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34055npm verb headers etag: '"B4Y9NRSOAXRYLD08H23WG2YJT"',
34056npm verb headers 'content-type': 'application/json',
34057npm verb headers 'cache-control': 'max-age=300',
34058npm verb headers 'content-length': '9350',
34059npm verb headers 'accept-ranges': 'bytes',
34060npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34061npm verb headers via: '1.1 varnish',
34062npm verb headers age: '85',
34063npm verb headers connection: 'keep-alive',
34064npm verb headers 'x-served-by': 'cache-fra1222-FRA',
34065npm verb headers 'x-cache': 'HIT',
34066npm verb headers 'x-cache-hits': '1',
34067npm verb headers 'x-timer': 'S1450870037.668335,VS0,VE0',
34068npm verb headers vary: 'Accept' }
34069npm verb get saving findup to /root/.npm/registry.npmjs.org/findup/.cache.json
34070npm http 200 http://registry.npmjs.org/findup-sync
34071npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34072npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
34073npm verb headers 'content-type': 'application/json',
34074npm verb headers 'cache-control': 'max-age=60',
34075npm verb headers 'content-length': '11289',
34076npm verb headers 'accept-ranges': 'bytes',
34077npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34078npm verb headers via: '1.1 varnish',
34079npm verb headers age: '18',
34080npm verb headers connection: 'keep-alive',
34081npm verb headers 'x-served-by': 'cache-fra1241-FRA',
34082npm verb headers 'x-cache': 'HIT',
34083npm verb headers 'x-cache-hits': '1',
34084npm verb headers 'x-timer': 'S1450870037.669889,VS0,VE0',
34085npm verb headers vary: 'Accept' }
34086npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
34087npm http 200 http://registry.npmjs.org/is-git-url
34088npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34089npm verb headers etag: '"8KN97AK8ZI7XDGDZ3YO9HW2NH"',
34090npm verb headers 'content-type': 'application/json',
34091npm verb headers 'cache-control': 'max-age=300',
34092npm verb headers 'content-length': '8703',
34093npm verb headers 'accept-ranges': 'bytes',
34094npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34095npm verb headers via: '1.1 varnish',
34096npm verb headers age: '112',
34097npm verb headers connection: 'keep-alive',
34098npm verb headers 'x-served-by': 'cache-fra1226-FRA',
34099npm verb headers 'x-cache': 'HIT',
34100npm verb headers 'x-cache-hits': '1',
34101npm verb headers 'x-timer': 'S1450870037.670804,VS0,VE1',
34102npm verb headers vary: 'Accept' }
34103npm verb get saving is-git-url to /root/.npm/registry.npmjs.org/is-git-url/.cache.json
34104npm http 200 http://registry.npmjs.org/ember-cli-get-dependency-depth
34105npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34106npm verb headers etag: '"DVBL3DE8FRW0D3AZKLE951NXX"',
34107npm verb headers 'content-type': 'application/json',
34108npm verb headers 'cache-control': 'max-age=300',
34109npm verb headers 'content-length': '1850',
34110npm verb headers 'accept-ranges': 'bytes',
34111npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34112npm verb headers via: '1.1 varnish',
34113npm verb headers age: '112',
34114npm verb headers connection: 'keep-alive',
34115npm verb headers 'x-served-by': 'cache-fra1235-FRA',
34116npm verb headers 'x-cache': 'HIT',
34117npm verb headers 'x-cache-hits': '1',
34118npm verb headers 'x-timer': 'S1450870037.653813,VS0,VE0',
34119npm verb headers vary: 'Accept' }
34120npm verb get saving ember-cli-get-dependency-depth to /root/.npm/registry.npmjs.org/ember-cli-get-dependency-depth/.cache.json
34121npm http 200 http://registry.npmjs.org/ember-cli-is-package-missing
34122npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34123npm verb headers etag: '"ENGCVT6TM6LH4Y7YGV7TANWMU"',
34124npm verb headers 'content-type': 'application/json',
34125npm verb headers 'cache-control': 'max-age=300',
34126npm verb headers 'content-length': '1807',
34127npm verb headers 'accept-ranges': 'bytes',
34128npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34129npm verb headers via: '1.1 varnish',
34130npm verb headers age: '113',
34131npm verb headers connection: 'keep-alive',
34132npm verb headers 'x-served-by': 'cache-fra1244-FRA',
34133npm verb headers 'x-cache': 'HIT',
34134npm verb headers 'x-cache-hits': '3',
34135npm verb headers 'x-timer': 'S1450870037.654749,VS0,VE0',
34136npm verb headers vary: 'Accept' }
34137npm verb get saving ember-cli-is-package-missing to /root/.npm/registry.npmjs.org/ember-cli-is-package-missing/.cache.json
34138npm http 200 http://registry.npmjs.org/broccoli
34139npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34140npm verb headers etag: '"69IGR4M5A3SQJWY9NLLH9T65X"',
34141npm verb headers 'content-type': 'application/json',
34142npm verb headers 'cache-control': 'max-age=300',
34143npm verb headers 'content-length': '62445',
34144npm verb headers 'accept-ranges': 'bytes',
34145npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34146npm verb headers via: '1.1 varnish',
34147npm verb headers age: '236',
34148npm verb headers connection: 'keep-alive',
34149npm verb headers 'x-served-by': 'cache-fra1226-FRA',
34150npm verb headers 'x-cache': 'HIT',
34151npm verb headers 'x-cache-hits': '1',
34152npm verb headers 'x-timer': 'S1450870037.639397,VS0,VE0',
34153npm verb headers vary: 'Accept' }
34154npm verb get saving broccoli to /root/.npm/registry.npmjs.org/broccoli/.cache.json
34155npm http 200 http://registry.npmjs.org/walk-sync
34156npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34157npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
34158npm verb headers 'content-type': 'application/json',
34159npm verb headers 'cache-control': 'max-age=300',
34160npm verb headers 'content-length': '15597',
34161npm verb headers 'accept-ranges': 'bytes',
34162npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34163npm verb headers via: '1.1 varnish',
34164npm verb headers age: '0',
34165npm verb headers connection: 'keep-alive',
34166npm verb headers 'x-served-by': 'cache-fra1227-FRA',
34167npm verb headers 'x-cache': 'HIT',
34168npm verb headers 'x-cache-hits': '1',
34169npm verb headers 'x-timer': 'S1450870037.716559,VS0,VE184',
34170npm verb headers vary: 'Accept' }
34171npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
34172npm http 200 http://registry.npmjs.org/fs-monitor-stack
34173npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34174npm verb headers etag: '"CB76T4DHQBMW37DXSNIOQARY6"',
34175npm verb headers 'content-type': 'application/json',
34176npm verb headers 'cache-control': 'max-age=300',
34177npm verb headers 'content-length': '5391',
34178npm verb headers 'accept-ranges': 'bytes',
34179npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34180npm verb headers via: '1.1 varnish',
34181npm verb headers age: '112',
34182npm verb headers connection: 'keep-alive',
34183npm verb headers 'x-served-by': 'cache-fra1223-FRA',
34184npm verb headers 'x-cache': 'HIT',
34185npm verb headers 'x-cache-hits': '1',
34186npm verb headers 'x-timer': 'S1450870037.669853,VS0,VE0',
34187npm verb headers vary: 'Accept' }
34188npm verb get saving fs-monitor-stack to /root/.npm/registry.npmjs.org/fs-monitor-stack/.cache.json
34189npm http 200 http://registry.npmjs.org/broccoli-merge-trees
34190npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34191npm verb headers etag: '"F20ZQ2BAC2FD4FW9ZFQFTDVWE"',
34192npm verb headers 'content-type': 'application/json',
34193npm verb headers 'cache-control': 'max-age=300',
34194npm verb headers 'content-length': '14370',
34195npm verb headers 'accept-ranges': 'bytes',
34196npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34197npm verb headers via: '1.1 varnish',
34198npm verb headers age: '113',
34199npm verb headers connection: 'keep-alive',
34200npm verb headers 'x-served-by': 'cache-fra1239-FRA',
34201npm verb headers 'x-cache': 'HIT',
34202npm verb headers 'x-cache-hits': '1',
34203npm verb headers 'x-timer': 'S1450870037.648240,VS0,VE0',
34204npm verb headers vary: 'Accept' }
34205npm verb get saving broccoli-merge-trees to /root/.npm/registry.npmjs.org/broccoli-merge-trees/.cache.json
34206npm http 200 http://registry.npmjs.org/core-object
34207npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34208npm verb headers etag: '"3SLTSVT88ZOQPQLUDVZCPWXV4"',
34209npm verb headers 'content-type': 'application/json',
34210npm verb headers 'cache-control': 'max-age=300',
34211npm verb headers 'content-length': '8359',
34212npm verb headers 'accept-ranges': 'bytes',
34213npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34214npm verb headers via: '1.1 varnish',
34215npm verb headers age: '88',
34216npm verb headers connection: 'keep-alive',
34217npm verb headers 'x-served-by': 'cache-fra1228-FRA',
34218npm verb headers 'x-cache': 'HIT',
34219npm verb headers 'x-cache-hits': '2',
34220npm verb headers 'x-timer': 'S1450870037.652364,VS0,VE0',
34221npm verb headers vary: 'Accept' }
34222npm verb get saving core-object to /root/.npm/registry.npmjs.org/core-object/.cache.json
34223npm http 200 http://registry.npmjs.org/broccoli-sourcemap-concat
34224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34225npm verb headers etag: '"DCF1N4ZZB6NTWB7UIZDXQM2P4"',
34226npm verb headers 'content-type': 'application/json',
34227npm verb headers 'cache-control': 'max-age=300',
34228npm verb headers 'content-length': '41870',
34229npm verb headers 'accept-ranges': 'bytes',
34230npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34231npm verb headers via: '1.1 varnish',
34232npm verb headers age: '113',
34233npm verb headers connection: 'keep-alive',
34234npm verb headers 'x-served-by': 'cache-fra1240-FRA',
34235npm verb headers 'x-cache': 'HIT',
34236npm verb headers 'x-cache-hits': '2',
34237npm verb headers 'x-timer': 'S1450870037.651258,VS0,VE0',
34238npm verb headers vary: 'Accept' }
34239npm verb get saving broccoli-sourcemap-concat to /root/.npm/registry.npmjs.org/broccoli-sourcemap-concat/.cache.json
34240npm http 200 http://registry.npmjs.org/cpr
34241npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34242npm verb headers etag: '"AI1EEVWVH1Y7M5QEE1PPS3CGS"',
34243npm verb headers 'content-type': 'application/json',
34244npm verb headers 'cache-control': 'max-age=300',
34245npm verb headers 'content-length': '26202',
34246npm verb headers 'accept-ranges': 'bytes',
34247npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34248npm verb headers via: '1.1 varnish',
34249npm verb headers age: '113',
34250npm verb headers connection: 'keep-alive',
34251npm verb headers 'x-served-by': 'cache-fra1221-FRA',
34252npm verb headers 'x-cache': 'HIT',
34253npm verb headers 'x-cache-hits': '2',
34254npm verb headers 'x-timer': 'S1450870037.651600,VS0,VE0',
34255npm verb headers vary: 'Accept' }
34256npm verb get saving cpr to /root/.npm/registry.npmjs.org/cpr/.cache.json
34257npm http 200 http://registry.npmjs.org/broccoli-viz
34258npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34259npm verb headers etag: '"EA0762QHJJCBL4O3NF1MCXXRZ"',
34260npm verb headers 'content-type': 'application/json',
34261npm verb headers 'cache-control': 'max-age=300',
34262npm verb headers 'content-length': '5780',
34263npm verb headers 'accept-ranges': 'bytes',
34264npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34265npm verb headers via: '1.1 varnish',
34266npm verb headers age: '113',
34267npm verb headers connection: 'keep-alive',
34268npm verb headers 'x-served-by': 'cache-fra1229-FRA',
34269npm verb headers 'x-cache': 'HIT',
34270npm verb headers 'x-cache-hits': '1',
34271npm verb headers 'x-timer': 'S1450870037.651466,VS0,VE0',
34272npm verb headers vary: 'Accept' }
34273npm verb get saving broccoli-viz to /root/.npm/registry.npmjs.org/broccoli-viz/.cache.json
34274npm http 200 http://registry.npmjs.org/quick-temp
34275npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34276npm verb headers etag: '"2DMGBAMMQNP1YZKQUTOGM1YXK"',
34277npm verb headers 'content-type': 'application/json',
34278npm verb headers 'cache-control': 'max-age=300',
34279npm verb headers 'content-length': '9397',
34280npm verb headers 'accept-ranges': 'bytes',
34281npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34282npm verb headers via: '1.1 varnish',
34283npm verb headers age: '88',
34284npm verb headers connection: 'keep-alive',
34285npm verb headers 'x-served-by': 'cache-fra1226-FRA',
34286npm verb headers 'x-cache': 'HIT',
34287npm verb headers 'x-cache-hits': '2',
34288npm verb headers 'x-timer': 'S1450870037.696705,VS0,VE0',
34289npm verb headers vary: 'Accept' }
34290npm verb get saving quick-temp to /root/.npm/registry.npmjs.org/quick-temp/.cache.json
34291npm http 200 http://registry.npmjs.org/markdown-it-terminal
34292npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34293npm verb headers etag: '"B09KTLX11NSSLMMYNRUB586OE"',
34294npm verb headers 'content-type': 'application/json',
34295npm verb headers 'cache-control': 'max-age=300',
34296npm verb headers 'content-length': '7252',
34297npm verb headers 'accept-ranges': 'bytes',
34298npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34299npm verb headers via: '1.1 varnish',
34300npm verb headers age: '112',
34301npm verb headers connection: 'keep-alive',
34302npm verb headers 'x-served-by': 'cache-fra1247-FRA',
34303npm verb headers 'x-cache': 'HIT',
34304npm verb headers 'x-cache-hits': '1',
34305npm verb headers 'x-timer': 'S1450870037.685693,VS0,VE0',
34306npm verb headers vary: 'Accept' }
34307npm verb get saving markdown-it-terminal to /root/.npm/registry.npmjs.org/markdown-it-terminal/.cache.json
34308npm http 200 http://registry.npmjs.org/morgan
34309npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34310npm verb headers etag: '"1FYNLYE7B5BYIQRRH0BND6O6K"',
34311npm verb headers 'content-type': 'application/json',
34312npm verb headers 'cache-control': 'max-age=300',
34313npm verb headers 'content-length': '42746',
34314npm verb headers 'accept-ranges': 'bytes',
34315npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34316npm verb headers via: '1.1 varnish',
34317npm verb headers age: '157',
34318npm verb headers connection: 'keep-alive',
34319npm verb headers 'x-served-by': 'cache-fra1246-FRA',
34320npm verb headers 'x-cache': 'HIT',
34321npm verb headers 'x-cache-hits': '3',
34322npm verb headers 'x-timer': 'S1450870037.684960,VS0,VE0',
34323npm verb headers vary: 'Accept' }
34324npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
34325npm http 200 http://registry.npmjs.org/node-uuid
34326npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34327npm verb headers etag: '"2YAIRGF854DSPOB2SX1X37P96"',
34328npm verb headers 'content-type': 'application/json',
34329npm verb headers 'cache-control': 'max-age=300',
34330npm verb headers 'content-length': '23310',
34331npm verb headers 'accept-ranges': 'bytes',
34332npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34333npm verb headers via: '1.1 varnish',
34334npm verb headers age: '3',
34335npm verb headers connection: 'keep-alive',
34336npm verb headers 'x-served-by': 'cache-fra1232-FRA',
34337npm verb headers 'x-cache': 'HIT',
34338npm verb headers 'x-cache-hits': '2',
34339npm verb headers 'x-timer': 'S1450870037.686848,VS0,VE0',
34340npm verb headers vary: 'Accept' }
34341npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
34342npm verb cache add spec amd-name-resolver@0.0.2
34343npm verb addNamed "0.0.2" is a plain semver version for amd-name-resolver
34344npm verb addNameVersion registry:http://registry.npmjs.org/amd-name-resolver not in flight; fetching
34345npm verb cache add spec bower-endpoint-parser@0.2.2
34346npm verb addNamed "0.2.2" is a plain semver version for bower-endpoint-parser
34347npm verb addNameVersion registry:http://registry.npmjs.org/bower-endpoint-parser not in flight; fetching
34348npm verb get http://registry.npmjs.org/amd-name-resolver not expired, no request
34349npm verb cache add spec broccoli-config-loader@^1.0.0
34350npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-config-loader
34351npm verb addNameRange registry:http://registry.npmjs.org/broccoli-config-loader not in flight; fetching
34352npm verb cache add spec broccoli-config-replace@^1.1.0
34353npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for broccoli-config-replace
34354npm verb addNameRange registry:http://registry.npmjs.org/broccoli-config-replace not in flight; fetching
34355npm verb addRemoteTarball http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz not in flight; adding
34356npm verb addRemoteTarball [ 'http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz',
34357npm verb addRemoteTarball '7bee4e112aabeecc2e14429c4ca750c55d8e5ecd' ]
34358npm verb cache add spec broccoli-kitchen-sink-helpers@^0.2.7
34359npm verb addNamed ">=0.2.7 <0.3.0" is a valid semver range for broccoli-kitchen-sink-helpers
34360npm verb addNameRange registry:http://registry.npmjs.org/broccoli-kitchen-sink-helpers not in flight; fetching
34361npm verb cache add spec broccoli-babel-transpiler@^5.4.5
34362npm verb addNamed ">=5.4.5 <6.0.0" is a valid semver range for broccoli-babel-transpiler
34363npm verb addNameRange registry:http://registry.npmjs.org/broccoli-babel-transpiler not in flight; fetching
34364npm verb cache add spec broccoli-source@^1.1.0
34365npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for broccoli-source
34366npm verb addNameRange registry:http://registry.npmjs.org/broccoli-source not in flight; fetching
34367npm verb cache add spec broccoli-sane-watcher@^1.1.1
34368npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for broccoli-sane-watcher
34369npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sane-watcher not in flight; fetching
34370npm verb cache add spec bower-config@0.6.1
34371npm verb addNamed "0.6.1" is a plain semver version for bower-config
34372npm verb addNameVersion registry:http://registry.npmjs.org/bower-config not in flight; fetching
34373npm verb cache add spec portfinder@^0.4.0
34374npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for portfinder
34375npm verb addNameRange registry:http://registry.npmjs.org/portfinder not in flight; fetching
34376npm verb cache add spec broccoli-funnel@^1.0.0
34377npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-funnel
34378npm verb addNameRange registry:http://registry.npmjs.org/broccoli-funnel not in flight; fetching
34379npm verb cache add spec ember-cli-normalize-entity-name@^1.0.0
34380npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-normalize-entity-name
34381npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-normalize-entity-name not in flight; fetching
34382npm verb cache add spec ember-cli-path-utils@^1.0.0
34383npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-path-utils
34384npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-path-utils not in flight; fetching
34385npm verb cache add spec ember-cli-preprocess-registry@^1.0.3
34386npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for ember-cli-preprocess-registry
34387npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-preprocess-registry not in flight; fetching
34388npm verb cache add spec pleasant-progress@^1.0.2
34389npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for pleasant-progress
34390npm verb addNameRange registry:http://registry.npmjs.org/pleasant-progress not in flight; fetching
34391npm verb cache add spec escape-string-regexp@^1.0.3
34392npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for escape-string-regexp
34393npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
34394npm verb cache add spec ember-cli-test-info@^1.0.0
34395npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-test-info
34396npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-test-info not in flight; fetching
34397npm verb cache add spec ember-router-generator@^1.0.0
34398npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-router-generator
34399npm verb addNameRange registry:http://registry.npmjs.org/ember-router-generator not in flight; fetching
34400npm verb cache add spec ember-cli-string-utils@^1.0.0
34401npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-string-utils
34402npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-string-utils not in flight; fetching
34403npm verb cache add spec exists-sync@0.0.3
34404npm verb addNamed "0.0.3" is a plain semver version for exists-sync
34405npm verb addNameVersion registry:http://registry.npmjs.org/exists-sync not in flight; fetching
34406npm verb cache add spec node-modules-path@^1.0.0
34407npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for node-modules-path
34408npm verb addNameRange registry:http://registry.npmjs.org/node-modules-path not in flight; fetching
34409npm verb cache add spec lodash@^3.6.0
34410npm verb addNamed ">=3.6.0 <4.0.0" is a valid semver range for lodash
34411npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
34412npm verb cache add spec minimatch@^2.0.4
34413npm verb addNamed ">=2.0.4 <3.0.0" is a valid semver range for minimatch
34414npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
34415npm verb cache add spec nopt@^3.0.1
34416npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for nopt
34417npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
34418npm verb cache add spec rsvp@^3.0.17
34419npm verb addNamed ">=3.0.17 <4.0.0" is a valid semver range for rsvp
34420npm verb addNameRange registry:http://registry.npmjs.org/rsvp not in flight; fetching
34421npm verb cache add spec exit@^0.1.2
34422npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for exit
34423npm verb addNameRange registry:http://registry.npmjs.org/exit not in flight; fetching
34424npm verb cache add spec configstore@1.2.1
34425npm verb addNamed "1.2.1" is a plain semver version for configstore
34426npm verb addNameVersion registry:http://registry.npmjs.org/configstore not in flight; fetching
34427npm verb cache add spec inquirer@0.5.1
34428npm verb addNamed "0.5.1" is a plain semver version for inquirer
34429npm verb addNameVersion registry:http://registry.npmjs.org/inquirer not in flight; fetching
34430npm verb cache add spec markdown-it@4.3.0
34431npm verb addNamed "4.3.0" is a plain semver version for markdown-it
34432npm verb addNameVersion registry:http://registry.npmjs.org/markdown-it not in flight; fetching
34433npm verb cache add spec clean-base-url@^1.0.0
34434npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for clean-base-url
34435npm verb addNameRange registry:http://registry.npmjs.org/clean-base-url not in flight; fetching
34436npm verb cache add spec resolve@^1.1.6
34437npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for resolve
34438npm verb addNameRange registry:http://registry.npmjs.org/resolve not in flight; fetching
34439npm verb cache add spec semver@^4.3.3
34440npm verb addNamed ">=4.3.3 <5.0.0" is a valid semver range for semver
34441npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
34442npm verb cache add spec isbinaryfile@^2.0.3
34443npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for isbinaryfile
34444npm verb addNameRange registry:http://registry.npmjs.org/isbinaryfile not in flight; fetching
34445npm verb cache add spec symlink-or-copy@^1.0.1
34446npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for symlink-or-copy
34447npm verb addNameRange registry:http://registry.npmjs.org/symlink-or-copy not in flight; fetching
34448npm verb cache add spec promise-map-series@^0.2.1
34449npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for promise-map-series
34450npm verb addNameRange registry:http://registry.npmjs.org/promise-map-series not in flight; fetching
34451npm verb cache add spec debug@^2.1.3
34452npm verb addNamed ">=2.1.3 <3.0.0" is a valid semver range for debug
34453npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
34454npm verb cache add spec yam@0.0.18
34455npm verb addNamed "0.0.18" is a plain semver version for yam
34456npm verb addNameVersion registry:http://registry.npmjs.org/yam not in flight; fetching
34457npm verb cache add spec tiny-lr@0.2.0
34458npm verb addNamed "0.2.0" is a plain semver version for tiny-lr
34459npm verb addNameVersion registry:http://registry.npmjs.org/tiny-lr not in flight; fetching
34460npm verb cache add spec leek@0.0.18
34461npm verb addNamed "0.0.18" is a plain semver version for leek
34462npm verb addNameVersion registry:http://registry.npmjs.org/leek not in flight; fetching
34463npm verb cache add spec silent-error@^1.0.0
34464npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for silent-error
34465npm verb addNameRange registry:http://registry.npmjs.org/silent-error not in flight; fetching
34466npm verb cache add spec git-repo-info@^1.0.4
34467npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for git-repo-info
34468npm verb addNameRange registry:http://registry.npmjs.org/git-repo-info not in flight; fetching
34469npm verb cache add spec compression@^1.4.4
34470npm verb addNamed ">=1.4.4 <2.0.0" is a valid semver range for compression
34471npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
34472npm verb cache add spec ember-cli-copy-dereference@^1.0.0
34473npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-copy-dereference
34474npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-copy-dereference not in flight; fetching
34475npm verb cache add spec sane@^1.1.1
34476npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for sane
34477npm verb addNameRange registry:http://registry.npmjs.org/sane not in flight; fetching
34478npm verb cache add spec broccoli-plugin@^1.2.0
34479npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for broccoli-plugin
34480npm verb addNameRange registry:http://registry.npmjs.org/broccoli-plugin not in flight; fetching
34481npm verb cache add spec merge-defaults@^0.2.1
34482npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for merge-defaults
34483npm verb addNameRange registry:http://registry.npmjs.org/merge-defaults not in flight; fetching
34484npm verb cache add spec diff@^1.3.1
34485npm verb addNamed ">=1.3.1 <2.0.0" is a valid semver range for diff
34486npm verb addNameRange registry:http://registry.npmjs.org/diff not in flight; fetching
34487npm verb cache add spec bower@^1.3.12
34488npm verb addNamed ">=1.3.12 <2.0.0" is a valid semver range for bower
34489npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
34490npm verb cache add spec readline2@0.1.1
34491npm verb addNamed "0.1.1" is a plain semver version for readline2
34492npm verb addNameVersion registry:http://registry.npmjs.org/readline2 not in flight; fetching
34493npm verb get http://registry.npmjs.org/bower-endpoint-parser not expired, no request
34494npm info retry fetch attempt 1 at 11:27:18
34495npm info attempt registry request try #1 at 11:27:18
34496npm http fetch GET http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz
34497npm verb cache add spec glob@5.0.13
34498npm verb addNamed "5.0.13" is a plain semver version for glob
34499npm verb addNameVersion registry:http://registry.npmjs.org/glob not in flight; fetching
34500npm verb cache add spec findup@0.1.5
34501npm verb addNamed "0.1.5" is a plain semver version for findup
34502npm verb addNameVersion registry:http://registry.npmjs.org/findup not in flight; fetching
34503npm verb cache add spec temp@0.8.1
34504npm verb addNamed "0.8.1" is a plain semver version for temp
34505npm verb addNameVersion registry:http://registry.npmjs.org/temp not in flight; fetching
34506npm verb cache add spec is-git-url@^0.2.0
34507npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for is-git-url
34508npm verb addNameRange registry:http://registry.npmjs.org/is-git-url not in flight; fetching
34509npm verb cache add spec chalk@1.1.0
34510npm verb addNamed "1.1.0" is a plain semver version for chalk
34511npm verb addNameVersion registry:http://registry.npmjs.org/chalk not in flight; fetching
34512npm verb cache add spec http-proxy@^1.9.0
34513npm verb addNamed ">=1.9.0 <2.0.0" is a valid semver range for http-proxy
34514npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
34515npm verb cache add spec findup-sync@^0.2.1
34516npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for findup-sync
34517npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
34518npm verb cache add spec ember-cli-get-dependency-depth@^1.0.0
34519npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-get-dependency-depth
34520npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-get-dependency-depth not in flight; fetching
34521npm verb cache add spec fs-extra@0.22.1
34522npm verb addNamed "0.22.1" is a plain semver version for fs-extra
34523npm verb addNameVersion registry:http://registry.npmjs.org/fs-extra not in flight; fetching
34524npm verb cache add spec ember-cli-is-package-missing@^1.0.0
34525npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-is-package-missing
34526npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-is-package-missing not in flight; fetching
34527npm verb cache add spec broccoli@0.16.8
34528npm verb addNamed "0.16.8" is a plain semver version for broccoli
34529npm verb addNameVersion registry:http://registry.npmjs.org/broccoli not in flight; fetching
34530npm verb cache add spec walk-sync@0.1.3
34531npm verb addNamed "0.1.3" is a plain semver version for walk-sync
34532npm verb addNameVersion registry:http://registry.npmjs.org/walk-sync not in flight; fetching
34533npm verb cache add spec broccoli-merge-trees@^1.0.0
34534npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-merge-trees
34535npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
34536npm verb cache add spec core-object@0.0.2
34537npm verb addNamed "0.0.2" is a plain semver version for core-object
34538npm verb addNameVersion registry:http://registry.npmjs.org/core-object not in flight; fetching
34539npm verb cache add spec fs-monitor-stack@^1.0.2
34540npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for fs-monitor-stack
34541npm verb addNameRange registry:http://registry.npmjs.org/fs-monitor-stack not in flight; fetching
34542npm verb cache add spec broccoli-sourcemap-concat@^2.0.2
34543npm verb addNamed ">=2.0.2 <3.0.0" is a valid semver range for broccoli-sourcemap-concat
34544npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sourcemap-concat not in flight; fetching
34545npm verb cache add spec broccoli-viz@^2.0.1
34546npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for broccoli-viz
34547npm verb addNameRange registry:http://registry.npmjs.org/broccoli-viz not in flight; fetching
34548npm verb cache add spec markdown-it-terminal@0.0.2
34549npm verb addNamed "0.0.2" is a plain semver version for markdown-it-terminal
34550npm verb addNameVersion registry:http://registry.npmjs.org/markdown-it-terminal not in flight; fetching
34551npm http 200 http://registry.npmjs.org/testem
34552npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34553npm verb headers etag: '"2610YPUGCGN8SAYONJKQ4ZVVL"',
34554npm verb headers 'content-type': 'application/json',
34555npm verb headers 'cache-control': 'max-age=300',
34556npm verb headers 'content-length': '487417',
34557npm verb headers 'accept-ranges': 'bytes',
34558npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34559npm verb headers via: '1.1 varnish',
34560npm verb headers age: '237',
34561npm verb headers connection: 'keep-alive',
34562npm verb headers 'x-served-by': 'cache-fra1241-FRA',
34563npm verb headers 'x-cache': 'HIT',
34564npm verb headers 'x-cache-hits': '1',
34565npm verb headers 'x-timer': 'S1450870037.713142,VS0,VE1',
34566npm verb headers vary: 'Accept' }
34567npm verb get saving testem to /root/.npm/registry.npmjs.org/testem/.cache.json
34568npm http 200 http://registry.npmjs.org/inflection
34569npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34570npm verb headers etag: '"6NZLPGMAKHE7VMZ2BNY89UNSI"',
34571npm verb headers 'content-type': 'application/json',
34572npm verb headers 'cache-control': 'max-age=300',
34573npm verb headers 'content-length': '64219',
34574npm verb headers 'accept-ranges': 'bytes',
34575npm verb headers date: 'Wed, 23 Dec 2015 11:27:18 GMT',
34576npm verb headers via: '1.1 varnish',
34577npm verb headers age: '0',
34578npm verb headers connection: 'keep-alive',
34579npm verb headers 'x-served-by': 'cache-fra1237-FRA',
34580npm verb headers 'x-cache': 'HIT',
34581npm verb headers 'x-cache-hits': '1',
34582npm verb headers 'x-timer': 'S1450870037.670090,VS0,VE743',
34583npm verb headers vary: 'Accept' }
34584npm verb get saving inflection to /root/.npm/registry.npmjs.org/inflection/.cache.json
34585npm verb cache add spec cpr@0.4.2
34586npm verb addNamed "0.4.2" is a plain semver version for cpr
34587npm verb addNameVersion registry:http://registry.npmjs.org/cpr not in flight; fetching
34588npm verb cache add spec quick-temp@0.1.3
34589npm verb addNamed "0.1.3" is a plain semver version for quick-temp
34590npm verb addNameVersion registry:http://registry.npmjs.org/quick-temp not in flight; fetching
34591npm verb cache add spec node-uuid@^1.4.3
34592npm verb addNamed ">=1.4.3 <2.0.0" is a valid semver range for node-uuid
34593npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
34594npm verb cache add spec morgan@^1.5.2
34595npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for morgan
34596npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
34597npm verb addRemoteTarball http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
34598npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz',
34599npm verb addRemoteTarball '00b565adbfab6f2d35addde977e97962acbcb3f6' ]
34600npm verb get http://registry.npmjs.org/broccoli-config-loader not expired, no request
34601npm verb addNamed "1.0.0" is a plain semver version for broccoli-config-loader
34602npm verb get http://registry.npmjs.org/broccoli-config-replace not expired, no request
34603npm verb addNamed "1.1.1" is a plain semver version for broccoli-config-replace
34604npm verb addRemoteTarball http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz not in flight; adding
34605npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz',
34606npm verb addRemoteTarball 'c3cf5ecfaffc04338c6f1d5d38dc36baeaa131ba' ]
34607npm verb get http://registry.npmjs.org/broccoli-kitchen-sink-helpers not expired, no request
34608npm verb addNamed "0.2.9" is a plain semver version for broccoli-kitchen-sink-helpers
34609npm verb addRemoteTarball http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz not in flight; adding
34610npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz',
34611npm verb addRemoteTarball 'e1bcfd1020a6b008f9407737a57f259313b421d6' ]
34612npm verb get http://registry.npmjs.org/broccoli-babel-transpiler not expired, no request
34613npm verb addNamed "5.5.0" is a plain semver version for broccoli-babel-transpiler
34614npm verb get http://registry.npmjs.org/broccoli-source not expired, no request
34615npm verb addNamed "1.1.0" is a plain semver version for broccoli-source
34616npm verb get http://registry.npmjs.org/broccoli-sane-watcher not expired, no request
34617npm verb addNamed "1.1.4" is a plain semver version for broccoli-sane-watcher
34618npm http fetch 200 http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz
34619npm verb get http://registry.npmjs.org/bower-config not expired, no request
34620npm verb addRemoteTarball http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz not in flight; adding
34621npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz',
34622npm verb addRemoteTarball 'a5e0986ed8d76fb5984b68c3f0450d3a96e36ecc' ]
34623npm verb addRemoteTarball http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz not in flight; adding
34624npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz',
34625npm verb addRemoteTarball 'e79f35d10e43d66ea43b48caafdda7d113c3eb31' ]
34626npm verb addRemoteTarball http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz not in flight; adding
34627npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz',
34628npm verb addRemoteTarball '54f0e82c8b73f46580cbbc4f578f0b32fca8f809' ]
34629npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz not in flight; adding
34630npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz',
34631npm verb addRemoteTarball '527bec29dce6f0df6ba4b93b0ca8d0f28ee1f811' ]
34632npm verb get http://registry.npmjs.org/portfinder not expired, no request
34633npm verb addNamed "0.4.0" is a plain semver version for portfinder
34634npm verb get http://registry.npmjs.org/broccoli-funnel not expired, no request
34635npm verb addNamed "1.0.1" is a plain semver version for broccoli-funnel
34636npm verb get http://registry.npmjs.org/ember-cli-normalize-entity-name not expired, no request
34637npm verb addNamed "1.0.0" is a plain semver version for ember-cli-normalize-entity-name
34638npm verb get http://registry.npmjs.org/ember-cli-preprocess-registry not expired, no request
34639npm verb addNamed "1.1.0" is a plain semver version for ember-cli-preprocess-registry
34640npm verb get http://registry.npmjs.org/ember-cli-path-utils not expired, no request
34641npm verb addNamed "1.0.0" is a plain semver version for ember-cli-path-utils
34642npm verb get http://registry.npmjs.org/pleasant-progress not expired, no request
34643npm verb addNamed "1.1.0" is a plain semver version for pleasant-progress
34644npm verb get http://registry.npmjs.org/escape-string-regexp not expired, no request
34645npm verb addNamed "1.0.4" is a plain semver version for escape-string-regexp
34646npm verb get http://registry.npmjs.org/ember-cli-test-info not expired, no request
34647npm verb addNamed "1.0.0" is a plain semver version for ember-cli-test-info
34648npm verb get http://registry.npmjs.org/ember-router-generator not expired, no request
34649npm verb addNamed "1.1.1" is a plain semver version for ember-router-generator
34650npm verb get http://registry.npmjs.org/ember-cli-string-utils not expired, no request
34651npm verb addNamed "1.0.0" is a plain semver version for ember-cli-string-utils
34652npm verb get http://registry.npmjs.org/node-modules-path not expired, no request
34653npm verb addNamed "1.0.1" is a plain semver version for node-modules-path
34654npm verb get http://registry.npmjs.org/exists-sync not expired, no request
34655npm verb get http://registry.npmjs.org/lodash not expired, no request
34656npm verb addNamed "3.10.1" is a plain semver version for lodash
34657npm verb get http://registry.npmjs.org/minimatch not expired, no request
34658npm verb addNamed "2.0.10" is a plain semver version for minimatch
34659npm verb get http://registry.npmjs.org/nopt not expired, no request
34660npm verb addNamed "3.0.6" is a plain semver version for nopt
34661npm verb addRemoteTarball http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz not in flight; adding
34662npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz',
34663npm verb addRemoteTarball '7093155688bef44079bf4cb32d189312c87ded60' ]
34664npm info retry fetch attempt 1 at 11:27:18
34665npm info attempt registry request try #1 at 11:27:18
34666npm http fetch GET http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
34667npm verb addRemoteTarball http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz not in flight; adding
34668npm verb addRemoteTarball [ 'http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz',
34669npm verb addRemoteTarball 'a3ffadffafe4fb98e0601a85eda27c27ce84ca1e' ]
34670npm verb addRemoteTarball http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz not in flight; adding
34671npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz',
34672npm verb addRemoteTarball '12cb76e342343592a3b18ae7840c0db3bd16d8af' ]
34673npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz not in flight; adding
34674npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz',
34675npm verb addRemoteTarball '0b14f7bcbc599aa117b5fddc81e4fd03c4bad5b7' ]
34676npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz not in flight; adding
34677npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz',
34678npm verb addRemoteTarball '1a8f848876de2851507842e4c0c9051f62b4aac6' ]
34679npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz not in flight; adding
34680npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz',
34681npm verb addRemoteTarball '4e39af8b55301cddc5017739b77a804fba2071ed' ]
34682npm verb addRemoteTarball http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz not in flight; adding
34683npm verb addRemoteTarball [ 'http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz',
34684npm verb addRemoteTarball 'c99cd730a2e50cffdd3badff845fc4d5282e266b' ]
34685npm verb addRemoteTarball http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
34686npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz',
34687npm verb addRemoteTarball 'b85e679b46f72d03fbbe8a3bf7259d535c21b62f' ]
34688npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz not in flight; adding
34689npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz',
34690npm verb addRemoteTarball 'ed4e960f249e97523cf891e4aed2072ce84577b4' ]
34691npm verb addRemoteTarball http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz not in flight; adding
34692npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz',
34693npm verb addRemoteTarball '993716d2b673f1e4f2fc61e4f164ba7e0b1e790b' ]
34694npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz not in flight; adding
34695npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz',
34696npm verb addRemoteTarball 'd07b17d0b6223c42e09bfb835ee2b8466ec9b88e' ]
34697npm verb addRemoteTarball http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz not in flight; adding
34698npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz',
34699npm verb addRemoteTarball '40096b08ce7ad0ea14680863af449c7c75a5d1c8' ]
34700npm verb addRemoteTarball http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz not in flight; adding
34701npm verb addRemoteTarball [ 'http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz',
34702npm verb addRemoteTarball 'b910000bedbb113b378b82f5f5a7638107622dcf' ]
34703npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
34704npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz',
34705npm verb addRemoteTarball '5bf45e8e49ba4189e17d482789dfd15bd140b7b6' ]
34706npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
34707npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
34708npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
34709npm verb get http://registry.npmjs.org/rsvp not expired, no request
34710npm verb addNamed "3.1.0" is a plain semver version for rsvp
34711npm verb get http://registry.npmjs.org/exit not expired, no request
34712npm verb addNamed "0.1.2" is a plain semver version for exit
34713npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
34714npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
34715npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
34716npm verb get http://registry.npmjs.org/configstore not expired, no request
34717npm verb get http://registry.npmjs.org/inquirer not expired, no request
34718npm verb get http://registry.npmjs.org/resolve not expired, no request
34719npm verb addNamed "1.1.6" is a plain semver version for resolve
34720npm verb get http://registry.npmjs.org/markdown-it not expired, no request
34721npm verb get http://registry.npmjs.org/clean-base-url not expired, no request
34722npm verb addNamed "1.0.0" is a plain semver version for clean-base-url
34723npm verb get http://registry.npmjs.org/isbinaryfile not expired, no request
34724npm verb addNamed "2.0.4" is a plain semver version for isbinaryfile
34725npm verb get http://registry.npmjs.org/symlink-or-copy not expired, no request
34726npm verb addNamed "1.0.1" is a plain semver version for symlink-or-copy
34727npm verb get http://registry.npmjs.org/promise-map-series not expired, no request
34728npm verb addNamed "0.2.2" is a plain semver version for promise-map-series
34729npm verb get http://registry.npmjs.org/semver not expired, no request
34730npm verb addNamed "4.3.6" is a plain semver version for semver
34731npm verb get http://registry.npmjs.org/debug not expired, no request
34732npm verb addNamed "2.2.0" is a plain semver version for debug
34733npm verb get http://registry.npmjs.org/yam not expired, no request
34734npm verb get http://registry.npmjs.org/leek not expired, no request
34735npm verb get http://registry.npmjs.org/silent-error not expired, no request
34736npm verb addNamed "1.0.0" is a plain semver version for silent-error
34737npm verb get http://registry.npmjs.org/tiny-lr not expired, no request
34738npm verb get http://registry.npmjs.org/git-repo-info not expired, no request
34739npm verb addNamed "1.1.2" is a plain semver version for git-repo-info
34740npm verb get http://registry.npmjs.org/compression not expired, no request
34741npm verb addNamed "1.6.0" is a plain semver version for compression
34742npm verb get http://registry.npmjs.org/ember-cli-copy-dereference not expired, no request
34743npm verb addNamed "1.0.0" is a plain semver version for ember-cli-copy-dereference
34744npm verb get http://registry.npmjs.org/sane not expired, no request
34745npm verb addNamed "1.3.0" is a plain semver version for sane
34746npm verb get http://registry.npmjs.org/merge-defaults not expired, no request
34747npm verb addNamed "0.2.1" is a plain semver version for merge-defaults
34748npm verb get http://registry.npmjs.org/broccoli-plugin not expired, no request
34749npm verb addNamed "1.2.1" is a plain semver version for broccoli-plugin
34750npm verb get http://registry.npmjs.org/diff not expired, no request
34751npm verb addNamed "1.4.0" is a plain semver version for diff
34752npm verb get http://registry.npmjs.org/bower not expired, no request
34753npm verb addNamed "1.7.1" is a plain semver version for bower
34754npm http 200 http://registry.npmjs.org/through
34755npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34756npm verb headers etag: '"DWNO24DNYHQVREW9O3HWGAR9G"',
34757npm verb headers 'content-type': 'application/json',
34758npm verb headers 'cache-control': 'max-age=60',
34759npm verb headers 'content-length': '29440',
34760npm verb headers 'accept-ranges': 'bytes',
34761npm verb headers date: 'Wed, 23 Dec 2015 11:27:18 GMT',
34762npm verb headers via: '1.1 varnish',
34763npm verb headers age: '25',
34764npm verb headers connection: 'keep-alive',
34765npm verb headers 'x-served-by': 'cache-fra1231-FRA',
34766npm verb headers 'x-cache': 'HIT',
34767npm verb headers 'x-cache-hits': '3',
34768npm verb headers 'x-timer': 'S1450870038.721224,VS0,VE0',
34769npm verb headers vary: 'Accept' }
34770npm verb get saving through to /root/.npm/registry.npmjs.org/through/.cache.json
34771npm verb get http://registry.npmjs.org/readline2 not expired, no request
34772npm info retry fetch attempt 1 at 11:27:18
34773npm info attempt registry request try #1 at 11:27:18
34774npm http fetch GET http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz
34775npm info retry fetch attempt 1 at 11:27:18
34776npm info attempt registry request try #1 at 11:27:18
34777npm http fetch GET http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz
34778npm verb addRemoteTarball http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz not in flight; adding
34779npm verb addRemoteTarball [ 'http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz',
34780npm verb addRemoteTarball '19d96e71315f3ddbc57c4c62a6db898adb64d791' ]
34781npm verb addRemoteTarball http://registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
34782npm verb addRemoteTarball [ 'http://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
34783npm verb addRemoteTarball '0632638f8d877cc82107d30a0fff1a17cba1cd0c' ]
34784npm verb addRemoteTarball http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz not in flight; adding
34785npm verb addRemoteTarball [ 'http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz',
34786npm verb addRemoteTarball '00ad402c0dba027bd8b4b7228dc7d42cefe3c81a' ]
34787npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz not in flight; adding
34788npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz',
34789npm verb addRemoteTarball 'e9f2cd1ee172c7a32e054b78a03d4ddb0d7707f1' ]
34790npm verb addRemoteTarball http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
34791npm verb addRemoteTarball [ 'http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz',
34792npm verb addRemoteTarball 'd3492ad054ca800f5befa612e61beac1eec98f8f' ]
34793npm verb addRemoteTarball http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz not in flight; adding
34794npm verb addRemoteTarball [ 'http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz',
34795npm verb addRemoteTarball '0ee2b0724079d186b3f04b7345ce395ae47cc474' ]
34796npm verb addRemoteTarball http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz not in flight; adding
34797npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz',
34798npm verb addRemoteTarball 'c901cf0a20b972435b0eccd52d056824a4351b7b' ]
34799npm verb addRemoteTarball http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz not in flight; adding
34800npm verb addRemoteTarball [ 'http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz',
34801npm verb addRemoteTarball 'd23592e6a6f093efb84c2e6152056be294e414a1' ]
34802npm verb addRemoteTarball http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz not in flight; adding
34803npm verb addRemoteTarball [ 'http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz',
34804npm verb addRemoteTarball '5c7454600135d301eb114d72359384bae00a4734' ]
34805npm verb addRemoteTarball http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz not in flight; adding
34806npm verb addRemoteTarball [ 'http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz',
34807npm verb addRemoteTarball 'd397682c135d6c6f8c00aeec6b4cdbfc02e639a3' ]
34808npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
34809npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
34810npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
34811npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
34812npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
34813npm verb addRemoteTarball 'f87057e995b1a1f6ae6a4960664137bc56f039da' ]
34814npm verb addRemoteTarball http://registry.npmjs.org/yam/-/yam-0.0.18.tgz not in flight; adding
34815npm verb addRemoteTarball [ 'http://registry.npmjs.org/yam/-/yam-0.0.18.tgz',
34816npm verb addRemoteTarball 'e5cab771f0fc80ca599814cb9c269cb8bff00e2c' ]
34817npm verb addRemoteTarball http://registry.npmjs.org/leek/-/leek-0.0.18.tgz not in flight; adding
34818npm verb addRemoteTarball [ 'http://registry.npmjs.org/leek/-/leek-0.0.18.tgz',
34819npm verb addRemoteTarball '12b4a0c70aa500e9099b41c73f73b7d9b23c93d1' ]
34820npm verb addRemoteTarball http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz not in flight; adding
34821npm verb addRemoteTarball [ 'http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz',
34822npm verb addRemoteTarball '65379074a3c259e2420db3fff77d3f3971561940' ]
34823npm verb addRemoteTarball http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz not in flight; adding
34824npm verb addRemoteTarball [ 'http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz',
34825npm verb addRemoteTarball 'f2514ec0018ef54432efac73c4655129813dd570' ]
34826npm verb addRemoteTarball http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz not in flight; adding
34827npm verb addRemoteTarball [ 'http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz',
34828npm verb addRemoteTarball 'f597cba4d149cb8e491dcd81de55ead34f4ac418' ]
34829npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.6.0.tgz not in flight; adding
34830npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.6.0.tgz',
34831npm verb addRemoteTarball '886465ffa4a19f9b73b41682db77d28179b30920' ]
34832npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz not in flight; adding
34833npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz',
34834npm verb addRemoteTarball 'a1795bf6c70650317df4ab8674dd02e0bea5d4fd' ]
34835npm verb addRemoteTarball http://registry.npmjs.org/sane/-/sane-1.3.0.tgz not in flight; adding
34836npm verb addRemoteTarball [ 'http://registry.npmjs.org/sane/-/sane-1.3.0.tgz',
34837npm verb addRemoteTarball '9802b0b05a8de44ffdba7677f6ecbc297085a96a' ]
34838npm verb addRemoteTarball http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz not in flight; adding
34839npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz',
34840npm verb addRemoteTarball 'dd42248eb96bb6a51521724321c72ff9583dde80' ]
34841npm verb addRemoteTarball http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz not in flight; adding
34842npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz',
34843npm verb addRemoteTarball 'ac7980eafa301804495b80d06dc67feae6a09be7' ]
34844npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.4.0.tgz not in flight; adding
34845npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.4.0.tgz',
34846npm verb addRemoteTarball '7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf' ]
34847npm verb get http://registry.npmjs.org/findup not expired, no request
34848npm verb get http://registry.npmjs.org/temp not expired, no request
34849npm verb get http://registry.npmjs.org/is-git-url not expired, no request
34850npm verb addNamed "0.2.3" is a plain semver version for is-git-url
34851npm verb get http://registry.npmjs.org/glob not expired, no request
34852npm verb get http://registry.npmjs.org/chalk not expired, no request
34853npm verb get http://registry.npmjs.org/findup-sync not expired, no request
34854npm verb addNamed "0.2.1" is a plain semver version for findup-sync
34855npm verb get http://registry.npmjs.org/ember-cli-get-dependency-depth not expired, no request
34856npm verb addNamed "1.0.0" is a plain semver version for ember-cli-get-dependency-depth
34857npm verb get http://registry.npmjs.org/ember-cli-is-package-missing not expired, no request
34858npm verb addNamed "1.0.0" is a plain semver version for ember-cli-is-package-missing
34859npm verb get http://registry.npmjs.org/fs-extra not expired, no request
34860npm verb get http://registry.npmjs.org/http-proxy not expired, no request
34861npm verb addNamed "1.12.0" is a plain semver version for http-proxy
34862npm verb get http://registry.npmjs.org/walk-sync not expired, no request
34863npm verb get http://registry.npmjs.org/broccoli not expired, no request
34864npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
34865npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.7.1.tgz',
34866npm verb addRemoteTarball '8d0c1a31d85237b3629fd2af981bd11e1b1dca82' ]
34867npm verb get http://registry.npmjs.org/fs-monitor-stack not expired, no request
34868npm verb addNamed "1.1.0" is a plain semver version for fs-monitor-stack
34869npm verb get http://registry.npmjs.org/broccoli-merge-trees not expired, no request
34870npm verb addNamed "1.1.0" is a plain semver version for broccoli-merge-trees
34871npm verb get http://registry.npmjs.org/core-object not expired, no request
34872npm verb get http://registry.npmjs.org/broccoli-sourcemap-concat not expired, no request
34873npm verb addNamed "2.0.2" is a plain semver version for broccoli-sourcemap-concat
34874npm verb get http://registry.npmjs.org/broccoli-viz not expired, no request
34875npm verb addNamed "2.0.1" is a plain semver version for broccoli-viz
34876npm verb get http://registry.npmjs.org/markdown-it-terminal not expired, no request
34877npm http 200 http://registry.npmjs.org/express
34878npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
34879npm verb headers etag: '"12SG4G0JIIFZBGMRH98S59S7P"',
34880npm verb headers 'content-type': 'application/json',
34881npm verb headers 'cache-control': 'max-age=300',
34882npm verb headers 'content-length': '529378',
34883npm verb headers 'accept-ranges': 'bytes',
34884npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
34885npm verb headers via: '1.1 varnish',
34886npm verb headers age: '197',
34887npm verb headers connection: 'keep-alive',
34888npm verb headers 'x-served-by': 'cache-fra1228-FRA',
34889npm verb headers 'x-cache': 'HIT',
34890npm verb headers 'x-cache-hits': '5',
34891npm verb headers 'x-timer': 'S1450870037.669003,VS0,VE0',
34892npm verb headers vary: 'Accept' }
34893npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
34894npm verb get http://registry.npmjs.org/cpr not expired, no request
34895npm verb get http://registry.npmjs.org/quick-temp not expired, no request
34896npm verb addRemoteTarball http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
34897npm verb addRemoteTarball [ 'http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz',
34898npm verb addRemoteTarball '99443ba6e83b830ef3051bfd7dc241a82728d568' ]
34899npm verb get http://registry.npmjs.org/node-uuid not expired, no request
34900npm verb addNamed "1.4.7" is a plain semver version for node-uuid
34901npm verb get http://registry.npmjs.org/morgan not expired, no request
34902npm verb addNamed "1.6.1" is a plain semver version for morgan
34903npm info retry fetch attempt 1 at 11:27:18
34904npm info attempt registry request try #1 at 11:27:18
34905npm http fetch GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz
34906npm info retry fetch attempt 1 at 11:27:19
34907npm info attempt registry request try #1 at 11:27:19
34908npm http fetch GET http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz
34909npm info retry fetch attempt 1 at 11:27:19
34910npm info attempt registry request try #1 at 11:27:19
34911npm http fetch GET http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz
34912npm info retry fetch attempt 1 at 11:27:19
34913npm info attempt registry request try #1 at 11:27:19
34914npm http fetch GET http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz
34915npm verb addRemoteTarball http://registry.npmjs.org/findup/-/findup-0.1.5.tgz not in flight; adding
34916npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup/-/findup-0.1.5.tgz',
34917npm verb addRemoteTarball '8ad929a3393bac627957a7e5de4623b06b0e2ceb' ]
34918npm verb addRemoteTarball http://registry.npmjs.org/temp/-/temp-0.8.1.tgz not in flight; adding
34919npm verb addRemoteTarball [ 'http://registry.npmjs.org/temp/-/temp-0.8.1.tgz',
34920npm verb addRemoteTarball '4b7b4ffde85bb09f2dd6ba6cc43b44213c94fd3a' ]
34921npm verb addRemoteTarball http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz not in flight; adding
34922npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz',
34923npm verb addRemoteTarball '445200d6fbd6da028fb5e01440d9afc93f3ccb64' ]
34924npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.13.tgz not in flight; adding
34925npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.13.tgz',
34926npm verb addRemoteTarball '0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f' ]
34927npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz not in flight; adding
34928npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz',
34929npm verb addRemoteTarball '09b453cec497a75520e4a60ae48214a8700e0921' ]
34930npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz not in flight; adding
34931npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz',
34932npm verb addRemoteTarball 'e0a90a450075c49466ee513732057514b81e878c' ]
34933npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz not in flight; adding
34934npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz',
34935npm verb addRemoteTarball 'e0afecf82a2d52f00f28ab468295281aec368d11' ]
34936npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz not in flight; adding
34937npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz',
34938npm verb addRemoteTarball '6e6184cafb92635dd93ca6c946b104292d4e3390' ]
34939npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz not in flight; adding
34940npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz',
34941npm verb addRemoteTarball '5fd6f8049dc976ca19eb2355d658173cabcce056' ]
34942npm verb addRemoteTarball http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz not in flight; adding
34943npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz',
34944npm verb addRemoteTarball '4f02ea971e79e6affa12fa5f10ca2aebb5e3b17c' ]
34945npm verb addRemoteTarball http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz not in flight; adding
34946npm verb addRemoteTarball [ 'http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz',
34947npm verb addRemoteTarball '8a07261a00bda6cfb1be25e9f100fad57546f583' ]
34948npm verb addRemoteTarball http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz not in flight; adding
34949npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz',
34950npm verb addRemoteTarball '2a00f6b82a8106ec9cfb380a8ada4ad490b836d5' ]
34951npm verb addRemoteTarball http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz not in flight; adding
34952npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz',
34953npm verb addRemoteTarball '6d5de3f64eb12791c6f39e72afaf170f82a49d56' ]
34954npm verb addRemoteTarball http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz not in flight; adding
34955npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz',
34956npm verb addRemoteTarball '6411d8b367c1249514345f4dabea02b0e9b9b632' ]
34957npm verb addRemoteTarball http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz not in flight; adding
34958npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz',
34959npm verb addRemoteTarball 'c9a6fee8f712e281fa9f6fba10243409ea2debc3' ]
34960npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz not in flight; adding
34961npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz',
34962npm verb addRemoteTarball '64dbea4f9da4737c3fc5502efa20bb6322cd06a2' ]
34963npm verb addRemoteTarball http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz not in flight; adding
34964npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz',
34965npm verb addRemoteTarball '3f3ed2fb83e368aa5306fae460801dea552e40db' ]
34966npm verb addRemoteTarball http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz not in flight; adding
34967npm verb addRemoteTarball [ 'http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz',
34968npm verb addRemoteTarball 'fff2c4a5df237800639b468a5fdd78e21917c4f2' ]
34969npm http fetch 200 http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
34970npm verb addRemoteTarball http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz not in flight; adding
34971npm verb addRemoteTarball [ 'http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz',
34972npm verb addRemoteTarball 'cc5083e6d2fa31f52bbfeefae508a445fe6180f2' ]
34973npm verb addRemoteTarball http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz not in flight; adding
34974npm verb addRemoteTarball [ 'http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz',
34975npm verb addRemoteTarball '48c1886114691d74b96003de9322a7c992022af4' ]
34976npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
34977npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
34978npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
34979npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
34980npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz',
34981npm verb addRemoteTarball '5fd818398c6819cba28a7cd6664f292fe1c0bbf2' ]
34982npm info retry fetch attempt 1 at 11:27:19
34983npm info attempt registry request try #1 at 11:27:19
34984npm http fetch GET http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz
34985npm info retry fetch attempt 1 at 11:27:19
34986npm info attempt registry request try #1 at 11:27:19
34987npm http fetch GET http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz
34988npm info retry fetch attempt 1 at 11:27:19
34989npm info attempt registry request try #1 at 11:27:19
34990npm http fetch GET http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz
34991npm info retry fetch attempt 1 at 11:27:19
34992npm info attempt registry request try #1 at 11:27:19
34993npm http fetch GET http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz
34994npm info retry fetch attempt 1 at 11:27:19
34995npm info attempt registry request try #1 at 11:27:19
34996npm http fetch GET http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz
34997npm info retry fetch attempt 1 at 11:27:19
34998npm info attempt registry request try #1 at 11:27:19
34999npm http fetch GET http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
35000npm info retry fetch attempt 1 at 11:27:19
35001npm info attempt registry request try #1 at 11:27:19
35002npm http fetch GET http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz
35003npm info retry fetch attempt 1 at 11:27:19
35004npm info attempt registry request try #1 at 11:27:19
35005npm http fetch GET http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz
35006npm info retry fetch attempt 1 at 11:27:19
35007npm info attempt registry request try #1 at 11:27:19
35008npm http fetch GET http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz
35009npm info retry fetch attempt 1 at 11:27:19
35010npm info attempt registry request try #1 at 11:27:19
35011npm http fetch GET http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz
35012npm info retry fetch attempt 1 at 11:27:19
35013npm info attempt registry request try #1 at 11:27:19
35014npm http fetch GET http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz
35015npm info retry fetch attempt 1 at 11:27:19
35016npm info attempt registry request try #1 at 11:27:19
35017npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
35018npm info retry fetch attempt 1 at 11:27:19
35019npm info attempt registry request try #1 at 11:27:19
35020npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
35021npm info retry fetch attempt 1 at 11:27:19
35022npm info attempt registry request try #1 at 11:27:19
35023npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
35024npm info retry fetch attempt 1 at 11:27:19
35025npm info attempt registry request try #1 at 11:27:19
35026npm http fetch GET http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz
35027npm info retry fetch attempt 1 at 11:27:19
35028npm info attempt registry request try #1 at 11:27:19
35029npm http fetch GET http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz
35030npm http fetch 200 http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz
35031npm http fetch 200 http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz
35032npm info retry fetch attempt 1 at 11:27:19
35033npm info attempt registry request try #1 at 11:27:19
35034npm http fetch GET http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz
35035npm info retry fetch attempt 1 at 11:27:19
35036npm info attempt registry request try #1 at 11:27:19
35037npm http fetch GET http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
35038npm info retry fetch attempt 1 at 11:27:19
35039npm info attempt registry request try #1 at 11:27:19
35040npm http fetch GET http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz
35041npm info retry fetch attempt 1 at 11:27:19
35042npm info attempt registry request try #1 at 11:27:19
35043npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz
35044npm info retry fetch attempt 1 at 11:27:19
35045npm info attempt registry request try #1 at 11:27:19
35046npm http fetch GET http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
35047npm info retry fetch attempt 1 at 11:27:19
35048npm info attempt registry request try #1 at 11:27:19
35049npm http fetch GET http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz
35050npm info retry fetch attempt 1 at 11:27:19
35051npm info attempt registry request try #1 at 11:27:19
35052npm http fetch GET http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz
35053npm info retry fetch attempt 1 at 11:27:19
35054npm info attempt registry request try #1 at 11:27:19
35055npm http fetch GET http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz
35056npm info retry fetch attempt 1 at 11:27:19
35057npm info attempt registry request try #1 at 11:27:19
35058npm http fetch GET http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz
35059npm info retry fetch attempt 1 at 11:27:19
35060npm info attempt registry request try #1 at 11:27:19
35061npm http fetch GET http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz
35062npm info retry fetch attempt 1 at 11:27:19
35063npm info attempt registry request try #1 at 11:27:19
35064npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
35065npm info retry fetch attempt 1 at 11:27:19
35066npm info attempt registry request try #1 at 11:27:19
35067npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
35068npm info retry fetch attempt 1 at 11:27:19
35069npm info attempt registry request try #1 at 11:27:19
35070npm http fetch GET http://registry.npmjs.org/yam/-/yam-0.0.18.tgz
35071npm info retry fetch attempt 1 at 11:27:19
35072npm info attempt registry request try #1 at 11:27:19
35073npm http fetch GET http://registry.npmjs.org/leek/-/leek-0.0.18.tgz
35074npm info retry fetch attempt 1 at 11:27:19
35075npm info attempt registry request try #1 at 11:27:19
35076npm http fetch GET http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz
35077npm info retry fetch attempt 1 at 11:27:19
35078npm info attempt registry request try #1 at 11:27:19
35079npm http fetch GET http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz
35080npm info retry fetch attempt 1 at 11:27:19
35081npm info attempt registry request try #1 at 11:27:19
35082npm http fetch GET http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz
35083npm info retry fetch attempt 1 at 11:27:19
35084npm info attempt registry request try #1 at 11:27:19
35085npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.6.0.tgz
35086npm info retry fetch attempt 1 at 11:27:19
35087npm info attempt registry request try #1 at 11:27:19
35088npm http fetch GET http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz
35089npm info retry fetch attempt 1 at 11:27:19
35090npm info attempt registry request try #1 at 11:27:19
35091npm http fetch GET http://registry.npmjs.org/sane/-/sane-1.3.0.tgz
35092npm info retry fetch attempt 1 at 11:27:19
35093npm info attempt registry request try #1 at 11:27:19
35094npm http fetch GET http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz
35095npm info retry fetch attempt 1 at 11:27:19
35096npm info attempt registry request try #1 at 11:27:19
35097npm http fetch GET http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz
35098npm info retry fetch attempt 1 at 11:27:19
35099npm info attempt registry request try #1 at 11:27:19
35100npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.4.0.tgz
35101npm info retry fetch attempt 1 at 11:27:19
35102npm info attempt registry request try #1 at 11:27:19
35103npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
35104npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz not in flight; adding
35105npm verb addTmpTarball already have metadata; skipping unpack for amd-name-resolver@0.0.2
35106npm http fetch 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz
35107npm http fetch 200 http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz
35108npm http fetch 200 http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz
35109npm http fetch 200 http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz
35110npm info retry fetch attempt 1 at 11:27:19
35111npm info attempt registry request try #1 at 11:27:19
35112npm http fetch GET http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
35113npm info retry fetch attempt 1 at 11:27:19
35114npm info attempt registry request try #1 at 11:27:19
35115npm http fetch GET http://registry.npmjs.org/findup/-/findup-0.1.5.tgz
35116npm info retry fetch attempt 1 at 11:27:19
35117npm info attempt registry request try #1 at 11:27:19
35118npm http fetch GET http://registry.npmjs.org/temp/-/temp-0.8.1.tgz
35119npm info retry fetch attempt 1 at 11:27:19
35120npm info attempt registry request try #1 at 11:27:19
35121npm http fetch GET http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz
35122npm info retry fetch attempt 1 at 11:27:19
35123npm info attempt registry request try #1 at 11:27:19
35124npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.13.tgz
35125npm info retry fetch attempt 1 at 11:27:19
35126npm info attempt registry request try #1 at 11:27:19
35127npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz
35128npm info retry fetch attempt 1 at 11:27:19
35129npm info attempt registry request try #1 at 11:27:19
35130npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz
35131npm info retry fetch attempt 1 at 11:27:19
35132npm info attempt registry request try #1 at 11:27:19
35133npm http fetch GET http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz
35134npm info retry fetch attempt 1 at 11:27:19
35135npm info attempt registry request try #1 at 11:27:19
35136npm http fetch GET http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz
35137npm info retry fetch attempt 1 at 11:27:19
35138npm info attempt registry request try #1 at 11:27:19
35139npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz
35140npm info retry fetch attempt 1 at 11:27:19
35141npm info attempt registry request try #1 at 11:27:19
35142npm http fetch GET http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz
35143npm info retry fetch attempt 1 at 11:27:19
35144npm info attempt registry request try #1 at 11:27:19
35145npm http fetch GET http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz
35146npm info retry fetch attempt 1 at 11:27:19
35147npm info attempt registry request try #1 at 11:27:19
35148npm http fetch GET http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz
35149npm info retry fetch attempt 1 at 11:27:19
35150npm info attempt registry request try #1 at 11:27:19
35151npm http fetch GET http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz
35152npm info retry fetch attempt 1 at 11:27:19
35153npm info attempt registry request try #1 at 11:27:19
35154npm http fetch GET http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz
35155npm info retry fetch attempt 1 at 11:27:19
35156npm info attempt registry request try #1 at 11:27:19
35157npm http fetch GET http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz
35158npm info retry fetch attempt 1 at 11:27:19
35159npm info attempt registry request try #1 at 11:27:19
35160npm http fetch GET http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz
35161npm info retry fetch attempt 1 at 11:27:19
35162npm info attempt registry request try #1 at 11:27:19
35163npm http fetch GET http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz
35164npm info retry fetch attempt 1 at 11:27:19
35165npm info attempt registry request try #1 at 11:27:19
35166npm http fetch GET http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz
35167npm http fetch 200 http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz
35168npm http fetch 200 http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz
35169npm http fetch 200 http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
35170npm http fetch 200 http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz
35171npm http fetch 200 http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz
35172npm http fetch 200 http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz
35173npm http fetch 200 http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz
35174npm http fetch 200 http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz
35175npm http fetch 200 http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz
35176npm http fetch 200 http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz
35177npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
35178npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
35179npm http fetch 200 http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz
35180npm http fetch 200 http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz
35181npm info retry fetch attempt 1 at 11:27:19
35182npm info attempt registry request try #1 at 11:27:19
35183npm http fetch GET http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz
35184npm info retry fetch attempt 1 at 11:27:19
35185npm info attempt registry request try #1 at 11:27:19
35186npm http fetch GET http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz
35187npm info retry fetch attempt 1 at 11:27:19
35188npm info attempt registry request try #1 at 11:27:19
35189npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
35190npm info retry fetch attempt 1 at 11:27:19
35191npm info attempt registry request try #1 at 11:27:19
35192npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
35193npm verb cache add spec testem@0.9.11
35194npm verb addNamed "0.9.11" is a plain semver version for testem
35195npm verb addNameVersion registry:http://registry.npmjs.org/testem not in flight; fetching
35196npm verb cache add spec inflection@^1.7.0
35197npm verb addNamed ">=1.7.0 <2.0.0" is a valid semver range for inflection
35198npm verb addNameRange registry:http://registry.npmjs.org/inflection not in flight; fetching
35199npm http fetch 200 http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
35200npm http fetch 200 http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz
35201npm http fetch 200 http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
35202npm http fetch 200 http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz
35203npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz
35204npm http fetch 200 http://registry.npmjs.org/yam/-/yam-0.0.18.tgz
35205npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
35206npm http fetch 200 http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz
35207npm http fetch 200 http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz
35208npm http fetch 200 http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz
35209npm http fetch 200 http://registry.npmjs.org/leek/-/leek-0.0.18.tgz
35210npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
35211npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.6.0.tgz
35212npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.4.0.tgz
35213npm http fetch 200 http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz
35214npm http fetch 200 http://registry.npmjs.org/sane/-/sane-1.3.0.tgz
35215npm http fetch 200 http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz
35216npm http fetch 200 http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz
35217npm http fetch 200 http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz
35218npm http fetch 200 http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
35219npm http fetch 200 http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz
35220npm http fetch 200 http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz
35221npm http fetch 200 http://registry.npmjs.org/temp/-/temp-0.8.1.tgz
35222npm http fetch 200 http://registry.npmjs.org/findup/-/findup-0.1.5.tgz
35223npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.13.tgz
35224npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz
35225npm http fetch 200 http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz
35226npm http fetch 200 http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz
35227npm http fetch 200 http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz
35228npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz
35229npm http fetch 200 http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz
35230npm http fetch 200 http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz
35231npm http fetch 200 http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz
35232npm http fetch 200 http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz
35233npm http fetch 200 http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz
35234npm http fetch 200 http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz
35235npm http fetch 200 http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz
35236npm http fetch 200 http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz
35237npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
35238npm verb addTmpTarball already have metadata; skipping unpack for bower-endpoint-parser@0.2.2
35239npm http fetch 200 http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz
35240npm http fetch 200 http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz
35241npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
35242npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
35243npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz not in flight; adding
35244npm verb addTmpTarball already have metadata; skipping unpack for broccoli-config-loader@1.0.0
35245npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz not in flight; adding
35246npm verb addTmpTarball already have metadata; skipping unpack for broccoli-config-replace@1.1.1
35247npm http fetch 200 http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz
35248npm verb cache add spec through@^2.3.6
35249npm verb addNamed ">=2.3.6 <3.0.0" is a valid semver range for through
35250npm verb addNameRange registry:http://registry.npmjs.org/through not in flight; fetching
35251npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz not in flight; adding
35252npm verb addTmpTarball already have metadata; skipping unpack for broccoli-kitchen-sink-helpers@0.2.9
35253npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz not in flight; adding
35254npm verb addTmpTarball already have metadata; skipping unpack for broccoli-source@1.1.0
35255npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz not in flight; adding
35256npm verb addTmpTarball already have metadata; skipping unpack for broccoli-babel-transpiler@5.5.0
35257npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz not in flight; adding
35258npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sane-watcher@1.1.4
35259npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz
35260npm http fetch 200 http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz
35261npm verb get http://registry.npmjs.org/inflection not expired, no request
35262npm verb addNamed "1.8.0" is a plain semver version for inflection
35263npm verb get http://registry.npmjs.org/testem not expired, no request
35264npm verb cache add spec express@^4.12.3
35265npm verb addNamed ">=4.12.3 <5.0.0" is a valid semver range for express
35266npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
35267npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz not in flight; adding
35268npm verb addTmpTarball already have metadata; skipping unpack for bower-config@0.6.1
35269npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz not in flight; adding
35270npm verb addTmpTarball already have metadata; skipping unpack for portfinder@0.4.0
35271npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
35272npm verb addTmpTarball already have metadata; skipping unpack for escape-string-regexp@1.0.4
35273npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz not in flight; adding
35274npm verb addTmpTarball already have metadata; skipping unpack for broccoli-funnel@1.0.1
35275npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz not in flight; adding
35276npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-preprocess-registry@1.1.0
35277npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz not in flight; adding
35278npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-normalize-entity-name@1.0.0
35279npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz not in flight; adding
35280npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-test-info@1.0.0
35281npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz not in flight; adding
35282npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-string-utils@1.0.0
35283npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz not in flight; adding
35284npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-path-utils@1.0.0
35285npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz not in flight; adding
35286npm verb addTmpTarball already have metadata; skipping unpack for pleasant-progress@1.1.0
35287npm http fetch 200 http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz
35288npm verb addRemoteTarball http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz not in flight; adding
35289npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz',
35290npm verb addRemoteTarball '0b8ccf7620c944dd17e44c9d38830a01385b07e2' ]
35291npm verb addRemoteTarball http://registry.npmjs.org/testem/-/testem-0.9.11.tgz not in flight; adding
35292npm verb addRemoteTarball [ 'http://registry.npmjs.org/testem/-/testem-0.9.11.tgz',
35293npm verb addRemoteTarball '3e6ba35e9e1b520c4288cd0e1a9611cb068e62f7' ]
35294npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz not in flight; adding
35295npm verb addTmpTarball already have metadata; skipping unpack for ember-router-generator@1.1.1
35296npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
35297npm verb addTmpTarball already have metadata; skipping unpack for exit@0.1.2
35298npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz not in flight; adding
35299npm verb addTmpTarball already have metadata; skipping unpack for rsvp@3.1.0
35300npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz not in flight; adding
35301npm verb addTmpTarball already have metadata; skipping unpack for tiny-lr@0.2.0
35302npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz not in flight; adding
35303npm verb addTmpTarball already have metadata; skipping unpack for exists-sync@0.0.3
35304npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
35305npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz not in flight; adding
35306npm verb addTmpTarball already have metadata; skipping unpack for promise-map-series@0.2.2
35307npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz not in flight; adding
35308npm verb addTmpTarball already have metadata; skipping unpack for isbinaryfile@2.0.4
35309npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
35310npm verb addTmpTarball already have metadata; skipping unpack for readline2@0.1.1
35311npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz not in flight; adding
35312npm verb addTmpTarball already have metadata; skipping unpack for clean-base-url@1.0.0
35313npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz not in flight; adding
35314npm verb addTmpTarball already have metadata; skipping unpack for is-git-url@0.2.3
35315npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/temp/-/temp-0.8.1.tgz not in flight; adding
35316npm verb addTmpTarball already have metadata; skipping unpack for temp@0.8.1
35317npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/findup/-/findup-0.1.5.tgz not in flight; adding
35318npm verb addTmpTarball already have metadata; skipping unpack for findup@0.1.5
35319npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz not in flight; adding
35320npm verb addTmpTarball already have metadata; skipping unpack for merge-defaults@0.2.1
35321npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/core-object/-/core-object-0.0.2.tgz not in flight; adding
35322npm verb addTmpTarball already have metadata; skipping unpack for core-object@0.0.2
35323npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz not in flight; adding
35324npm verb addTmpTarball already have metadata; skipping unpack for walk-sync@0.1.3
35325npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/configstore/-/configstore-1.2.1.tgz not in flight; adding
35326npm verb addTmpTarball already have metadata; skipping unpack for configstore@1.2.1
35327npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz not in flight; adding
35328npm verb addTmpTarball already have metadata; skipping unpack for symlink-or-copy@1.0.1
35329npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/sane/-/sane-1.3.0.tgz not in flight; adding
35330npm verb addTmpTarball already have metadata; skipping unpack for sane@1.3.0
35331npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
35332npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
35333npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz not in flight; adding
35334npm verb addTmpTarball already have metadata; skipping unpack for quick-temp@0.1.3
35335npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
35336npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
35337npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
35338npm info retry fetch attempt 1 at 11:27:19
35339npm info attempt registry request try #1 at 11:27:19
35340npm http fetch GET http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz
35341npm verb get http://registry.npmjs.org/through not expired, no request
35342npm verb addNamed "2.3.8" is a plain semver version for through
35343npm verb afterAdd /root/.npm/amd-name-resolver/0.0.2/package/package.json not in flight; writing
35344npm info retry fetch attempt 1 at 11:27:19
35345npm info attempt registry request try #1 at 11:27:19
35346npm http fetch GET http://registry.npmjs.org/testem/-/testem-0.9.11.tgz
35347npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/glob/-/glob-5.0.13.tgz not in flight; adding
35348npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.13
35349npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz not in flight; adding
35350npm verb addTmpTarball already have metadata; skipping unpack for fs-monitor-stack@1.1.0
35351npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz not in flight; adding
35352npm verb addTmpTarball already have metadata; skipping unpack for markdown-it-terminal@0.0.2
35353npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
35354npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.6.1
35355npm verb addRemoteTarball http://registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
35356npm verb addRemoteTarball [ 'http://registry.npmjs.org/through/-/through-2.3.8.tgz',
35357npm verb addRemoteTarball '0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5' ]
35358npm verb get http://registry.npmjs.org/express not expired, no request
35359npm verb addNamed "4.13.3" is a plain semver version for express
35360npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz not in flight; adding
35361npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-is-package-missing@1.0.0
35362npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz not in flight; adding
35363npm verb addTmpTarball already have metadata; skipping unpack for broccoli@0.16.8
35364npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz not in flight; adding
35365npm verb addTmpTarball already have metadata; skipping unpack for git-repo-info@1.1.2
35366npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
35367npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.13.3.tgz',
35368npm verb addRemoteTarball 'ddb2f1fb4502bf33598d2b032b037960ca6c80a3' ]
35369npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/chalk/-/chalk-1.1.0.tgz not in flight; adding
35370npm verb addTmpTarball already have metadata; skipping unpack for chalk@1.1.0
35371npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz not in flight; adding
35372npm verb addTmpTarball already have metadata; skipping unpack for broccoli-merge-trees@1.1.0
35373npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cpr/-/cpr-0.4.2.tgz not in flight; adding
35374npm verb addTmpTarball already have metadata; skipping unpack for cpr@0.4.2
35375npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz not in flight; adding
35376npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.2.1
35377npm http fetch 200 http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz
35378npm http fetch 200 http://registry.npmjs.org/testem/-/testem-0.9.11.tgz
35379npm http fetch 200 http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz
35380npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz not in flight; adding
35381npm verb addTmpTarball already have metadata; skipping unpack for node-modules-path@1.0.1
35382npm info retry fetch attempt 1 at 11:27:19
35383npm info attempt registry request try #1 at 11:27:19
35384npm http fetch GET http://registry.npmjs.org/through/-/through-2.3.8.tgz
35385npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json not in flight; writing
35386npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
35387npm verb addTmpTarball already have metadata; skipping unpack for minimatch@2.0.10
35388npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
35389npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
35390npm verb afterAdd /root/.npm/amd-name-resolver/0.0.2/package/package.json written
35391npm verb afterAdd /root/.npm/broccoli-config-loader/1.0.0/package/package.json not in flight; writing
35392npm info retry fetch attempt 1 at 11:27:19
35393npm info attempt registry request try #1 at 11:27:19
35394npm http fetch GET http://registry.npmjs.org/express/-/express-4.13.3.tgz
35395npm verb afterAdd /root/.npm/broccoli-config-replace/1.1.1/package/package.json not in flight; writing
35396npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package/package.json not in flight; writing
35397npm verb afterAdd /root/.npm/broccoli-source/1.1.0/package/package.json not in flight; writing
35398npm verb afterAdd /root/.npm/broccoli-babel-transpiler/5.5.0/package/package.json not in flight; writing
35399npm verb afterAdd /root/.npm/broccoli-sane-watcher/1.1.4/package/package.json not in flight; writing
35400npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz not in flight; adding
35401npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.22.1
35402npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
35403npm verb addTmpTarball already have metadata; skipping unpack for debug@2.2.0
35404npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
35405npm verb addTmpTarball already have metadata; skipping unpack for resolve@1.1.6
35406npm verb afterAdd /root/.npm/bower-config/0.6.1/package/package.json not in flight; writing
35407npm verb afterAdd /root/.npm/portfinder/0.4.0/package/package.json not in flight; writing
35408npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json not in flight; writing
35409npm verb afterAdd /root/.npm/broccoli-funnel/1.0.1/package/package.json not in flight; writing
35410npm verb afterAdd /root/.npm/ember-cli-preprocess-registry/1.1.0/package/package.json not in flight; writing
35411npm verb afterAdd /root/.npm/ember-cli-normalize-entity-name/1.0.0/package/package.json not in flight; writing
35412npm verb afterAdd /root/.npm/ember-cli-test-info/1.0.0/package/package.json not in flight; writing
35413npm verb afterAdd /root/.npm/ember-cli-path-utils/1.0.0/package/package.json not in flight; writing
35414npm verb afterAdd /root/.npm/ember-cli-string-utils/1.0.0/package/package.json not in flight; writing
35415npm verb afterAdd /root/.npm/pleasant-progress/1.1.0/package/package.json not in flight; writing
35416npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/diff/-/diff-1.4.0.tgz not in flight; adding
35417npm verb addTmpTarball already have metadata; skipping unpack for diff@1.4.0
35418npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz not in flight; adding
35419npm verb addTmpTarball already have metadata; skipping unpack for broccoli-plugin@1.2.1
35420npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/yam/-/yam-0.0.18.tgz not in flight; adding
35421npm verb addTmpTarball already have metadata; skipping unpack for yam@0.0.18
35422npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz not in flight; adding
35423npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-copy-dereference@1.0.0
35424npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz not in flight; adding
35425npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sourcemap-concat@2.0.2
35426npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/compression/-/compression-1.6.0.tgz not in flight; adding
35427npm verb addTmpTarball already have metadata; skipping unpack for compression@1.6.0
35428npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz not in flight; adding
35429npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.5.1
35430npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz not in flight; adding
35431npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-get-dependency-depth@1.0.0
35432npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz not in flight; adding
35433npm verb addTmpTarball already have metadata; skipping unpack for broccoli-viz@2.0.1
35434npm http fetch 200 http://registry.npmjs.org/through/-/through-2.3.8.tgz
35435npm verb afterAdd /root/.npm/ember-router-generator/1.1.1/package/package.json not in flight; writing
35436npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json not in flight; writing
35437npm verb afterAdd /root/.npm/rsvp/3.1.0/package/package.json not in flight; writing
35438npm verb afterAdd /root/.npm/tiny-lr/0.2.0/package/package.json not in flight; writing
35439npm verb afterAdd /root/.npm/exists-sync/0.0.3/package/package.json not in flight; writing
35440npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/inflection/-/inflection-1.8.0.tgz not in flight; adding
35441npm verb addTmpTarball already have metadata; skipping unpack for inflection@1.8.0
35442npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz not in flight; adding
35443npm verb addTmpTarball already have metadata; skipping unpack for silent-error@1.0.0
35444npm http fetch 200 http://registry.npmjs.org/express/-/express-4.13.3.tgz
35445npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json written
35446npm verb afterAdd /root/.npm/isbinaryfile/2.0.4/package/package.json not in flight; writing
35447npm verb afterAdd /root/.npm/promise-map-series/0.2.2/package/package.json not in flight; writing
35448npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json not in flight; writing
35449npm verb afterAdd /root/.npm/clean-base-url/1.0.0/package/package.json not in flight; writing
35450npm verb afterAdd /root/.npm/is-git-url/0.2.3/package/package.json not in flight; writing
35451npm verb afterAdd /root/.npm/findup/0.1.5/package/package.json not in flight; writing
35452npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
35453npm verb afterAdd /root/.npm/merge-defaults/0.2.1/package/package.json not in flight; writing
35454npm verb afterAdd /root/.npm/configstore/1.2.1/package/package.json not in flight; writing
35455npm verb afterAdd /root/.npm/symlink-or-copy/1.0.1/package/package.json not in flight; writing
35456npm verb afterAdd /root/.npm/sane/1.3.0/package/package.json not in flight; writing
35457npm verb afterAdd /root/.npm/core-object/0.0.2/package/package.json not in flight; writing
35458npm verb afterAdd /root/.npm/temp/0.8.1/package/package.json not in flight; writing
35459npm verb afterAdd /root/.npm/broccoli-config-loader/1.0.0/package/package.json written
35460npm verb afterAdd /root/.npm/broccoli-config-replace/1.1.1/package/package.json written
35461npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
35462npm verb afterAdd /root/.npm/quick-temp/0.1.3/package/package.json not in flight; writing
35463npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
35464npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package/package.json written
35465npm verb afterAdd /root/.npm/broccoli-babel-transpiler/5.5.0/package/package.json written
35466npm verb afterAdd /root/.npm/broccoli-sane-watcher/1.1.4/package/package.json written
35467npm verb afterAdd /root/.npm/broccoli-source/1.1.0/package/package.json written
35468npm verb afterAdd /root/.npm/glob/5.0.13/package/package.json not in flight; writing
35469npm verb afterAdd /root/.npm/fs-monitor-stack/1.1.0/package/package.json not in flight; writing
35470npm verb afterAdd /root/.npm/markdown-it-terminal/0.0.2/package/package.json not in flight; writing
35471npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json not in flight; writing
35472npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz not in flight; adding
35473npm verb addTmpTarball already have metadata; skipping unpack for markdown-it@4.3.0
35474npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz not in flight; adding
35475npm verb addTmpTarball already have metadata; skipping unpack for http-proxy@1.12.0
35476npm verb afterAdd /root/.npm/bower-config/0.6.1/package/package.json written
35477npm verb afterAdd /root/.npm/portfinder/0.4.0/package/package.json written
35478npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json written
35479npm verb afterAdd /root/.npm/broccoli-funnel/1.0.1/package/package.json written
35480npm verb afterAdd /root/.npm/ember-cli-preprocess-registry/1.1.0/package/package.json written
35481npm verb afterAdd /root/.npm/ember-cli-normalize-entity-name/1.0.0/package/package.json written
35482npm verb afterAdd /root/.npm/ember-cli-test-info/1.0.0/package/package.json written
35483npm verb afterAdd /root/.npm/ember-cli-path-utils/1.0.0/package/package.json written
35484npm verb afterAdd /root/.npm/ember-cli-string-utils/1.0.0/package/package.json written
35485npm verb afterAdd /root/.npm/pleasant-progress/1.1.0/package/package.json written
35486npm verb afterAdd /root/.npm/ember-cli-is-package-missing/1.0.0/package/package.json not in flight; writing
35487npm verb afterAdd /root/.npm/broccoli/0.16.8/package/package.json not in flight; writing
35488npm verb afterAdd /root/.npm/git-repo-info/1.1.2/package/package.json not in flight; writing
35489npm verb afterAdd /root/.npm/ember-router-generator/1.1.1/package/package.json written
35490npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json written
35491npm verb afterAdd /root/.npm/rsvp/3.1.0/package/package.json written
35492npm verb afterAdd /root/.npm/tiny-lr/0.2.0/package/package.json written
35493npm verb afterAdd /root/.npm/exists-sync/0.0.3/package/package.json written
35494npm verb afterAdd /root/.npm/chalk/1.1.0/package/package.json not in flight; writing
35495npm verb afterAdd /root/.npm/broccoli-merge-trees/1.1.0/package/package.json not in flight; writing
35496npm verb afterAdd /root/.npm/cpr/0.4.2/package/package.json not in flight; writing
35497npm verb afterAdd /root/.npm/findup-sync/0.2.1/package/package.json not in flight; writing
35498npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
35499npm verb addTmpTarball already have metadata; skipping unpack for through@2.3.8
35500npm verb afterAdd /root/.npm/isbinaryfile/2.0.4/package/package.json written
35501npm verb afterAdd /root/.npm/promise-map-series/0.2.2/package/package.json written
35502npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json written
35503npm verb afterAdd /root/.npm/clean-base-url/1.0.0/package/package.json written
35504npm verb afterAdd /root/.npm/is-git-url/0.2.3/package/package.json written
35505npm verb afterAdd /root/.npm/findup/0.1.5/package/package.json written
35506npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
35507npm verb afterAdd /root/.npm/merge-defaults/0.2.1/package/package.json written
35508npm verb afterAdd /root/.npm/configstore/1.2.1/package/package.json written
35509npm verb afterAdd /root/.npm/symlink-or-copy/1.0.1/package/package.json written
35510npm verb afterAdd /root/.npm/sane/1.3.0/package/package.json written
35511npm verb afterAdd /root/.npm/core-object/0.0.2/package/package.json written
35512npm verb afterAdd /root/.npm/temp/0.8.1/package/package.json written
35513npm verb afterAdd /root/.npm/node-modules-path/1.0.1/package/package.json not in flight; writing
35514npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
35515npm verb addTmpTarball already have metadata; skipping unpack for express@4.13.3
35516npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
35517npm verb afterAdd /root/.npm/quick-temp/0.1.3/package/package.json written
35518npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
35519npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
35520npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
35521npm verb afterAdd /root/.npm/glob/5.0.13/package/package.json written
35522npm verb afterAdd /root/.npm/fs-monitor-stack/1.1.0/package/package.json written
35523npm verb afterAdd /root/.npm/markdown-it-terminal/0.0.2/package/package.json written
35524npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json written
35525npm verb afterAdd /root/.npm/ember-cli-is-package-missing/1.0.0/package/package.json written
35526npm verb afterAdd /root/.npm/broccoli/0.16.8/package/package.json written
35527npm verb afterAdd /root/.npm/git-repo-info/1.1.2/package/package.json written
35528npm verb afterAdd /root/.npm/fs-extra/0.22.1/package/package.json not in flight; writing
35529npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json not in flight; writing
35530npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
35531npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
35532npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.10.1
35533npm verb afterAdd /root/.npm/chalk/1.1.0/package/package.json written
35534npm verb afterAdd /root/.npm/cpr/0.4.2/package/package.json written
35535npm verb afterAdd /root/.npm/broccoli-merge-trees/1.1.0/package/package.json written
35536npm verb afterAdd /root/.npm/findup-sync/0.2.1/package/package.json written
35537npm verb afterAdd /root/.npm/diff/1.4.0/package/package.json not in flight; writing
35538npm verb afterAdd /root/.npm/broccoli-plugin/1.2.1/package/package.json not in flight; writing
35539npm verb afterAdd /root/.npm/ember-cli-copy-dereference/1.0.0/package/package.json not in flight; writing
35540npm verb afterAdd /root/.npm/yam/0.0.18/package/package.json not in flight; writing
35541npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/2.0.2/package/package.json not in flight; writing
35542npm verb afterAdd /root/.npm/compression/1.6.0/package/package.json not in flight; writing
35543npm verb afterAdd /root/.npm/inquirer/0.5.1/package/package.json not in flight; writing
35544npm verb afterAdd /root/.npm/ember-cli-get-dependency-depth/1.0.0/package/package.json not in flight; writing
35545npm verb afterAdd /root/.npm/broccoli-viz/2.0.1/package/package.json not in flight; writing
35546npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/testem/-/testem-0.9.11.tgz not in flight; adding
35547npm verb addTmpTarball already have metadata; skipping unpack for testem@0.9.11
35548npm verb afterAdd /root/.npm/node-modules-path/1.0.1/package/package.json written
35549npm verb afterAdd /root/.npm/inflection/1.8.0/package/package.json not in flight; writing
35550npm verb afterAdd /root/.npm/silent-error/1.0.0/package/package.json not in flight; writing
35551npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
35552npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
35553npm verb afterAdd /root/.npm/fs-extra/0.22.1/package/package.json written
35554npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
35555npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json written
35556npm verb afterAdd /root/.npm/http-proxy/1.12.0/package/package.json not in flight; writing
35557npm verb afterAdd /root/.npm/broccoli-plugin/1.2.1/package/package.json written
35558npm verb afterAdd /root/.npm/diff/1.4.0/package/package.json written
35559npm verb afterAdd /root/.npm/ember-cli-copy-dereference/1.0.0/package/package.json written
35560npm verb afterAdd /root/.npm/yam/0.0.18/package/package.json written
35561npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/2.0.2/package/package.json written
35562npm verb afterAdd /root/.npm/inquirer/0.5.1/package/package.json written
35563npm verb afterAdd /root/.npm/ember-cli-get-dependency-depth/1.0.0/package/package.json written
35564npm verb afterAdd /root/.npm/compression/1.6.0/package/package.json written
35565npm verb afterAdd /root/.npm/broccoli-viz/2.0.1/package/package.json written
35566npm verb afterAdd /root/.npm/inflection/1.8.0/package/package.json written
35567npm verb afterAdd /root/.npm/silent-error/1.0.0/package/package.json written
35568npm verb afterAdd /root/.npm/markdown-it/4.3.0/package/package.json not in flight; writing
35569npm verb afterAdd /root/.npm/through/2.3.8/package/package.json not in flight; writing
35570npm verb afterAdd /root/.npm/express/4.13.3/package/package.json not in flight; writing
35571npm verb afterAdd /root/.npm/http-proxy/1.12.0/package/package.json written
35572npm verb afterAdd /root/.npm/markdown-it/4.3.0/package/package.json written
35573npm verb afterAdd /root/.npm/through/2.3.8/package/package.json written
35574npm verb afterAdd /root/.npm/express/4.13.3/package/package.json written
35575npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
35576npm verb afterAdd /root/.npm/testem/0.9.11/package/package.json not in flight; writing
35577npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
35578npm verb afterAdd /root/.npm/testem/0.9.11/package/package.json written
35579npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/leek/-/leek-0.0.18.tgz not in flight; adding
35580npm verb addTmpTarball already have metadata; skipping unpack for leek@0.0.18
35581npm verb afterAdd /root/.npm/leek/0.0.18/package/package.json not in flight; writing
35582npm verb afterAdd /root/.npm/leek/0.0.18/package/package.json written
35583npm verb addBundled extract /root/.npm/leek/0.0.18/package.tgz
35584npm verb tar unpack /root/.npm/leek/0.0.18/package.tgz
35585npm verb tar unpacking to /tmp/npm-6-e0c68d22/unpack-d8b5bdb8
35586npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-e0c68d22/unpack-d8b5bdb8
35587npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
35588npm verb addTmpTarball already have metadata; skipping unpack for bower@1.7.1
35589npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json not in flight; writing
35590npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json written
35591npm http 200 http://registry.npmjs.org/npm
35592npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35593npm verb headers etag: '"BNMEDMY7I61PZLZDSPPL2QFDQ"',
35594npm verb headers 'content-type': 'application/json',
35595npm verb headers 'cache-control': 'max-age=300',
35596npm verb headers 'content-length': '3979851',
35597npm verb headers 'accept-ranges': 'bytes',
35598npm verb headers date: 'Wed, 23 Dec 2015 11:27:17 GMT',
35599npm verb headers via: '1.1 varnish',
35600npm verb headers age: '89',
35601npm verb headers connection: 'keep-alive',
35602npm verb headers 'x-served-by': 'cache-fra1242-FRA',
35603npm verb headers 'x-cache': 'HIT',
35604npm verb headers 'x-cache-hits': '2',
35605npm verb headers 'x-timer': 'S1450870037.696608,VS0,VE0',
35606npm verb headers vary: 'Accept' }
35607npm verb get saving npm to /root/.npm/registry.npmjs.org/npm/.cache.json
35608npm verb cache add spec npm@2.14.10
35609npm verb addNamed "2.14.10" is a plain semver version for npm
35610npm verb addNameVersion registry:http://registry.npmjs.org/npm not in flight; fetching
35611npm verb get http://registry.npmjs.org/npm not expired, no request
35612npm verb addRemoteTarball http://registry.npmjs.org/npm/-/npm-2.14.10.tgz not in flight; adding
35613npm verb addRemoteTarball [ 'http://registry.npmjs.org/npm/-/npm-2.14.10.tgz',
35614npm verb addRemoteTarball '96597ee1e5efeebdcf5f91b57763fe9ae17b9903' ]
35615npm info retry fetch attempt 1 at 11:27:25
35616npm info attempt registry request try #1 at 11:27:25
35617npm http fetch GET http://registry.npmjs.org/npm/-/npm-2.14.10.tgz
35618npm http fetch 200 http://registry.npmjs.org/npm/-/npm-2.14.10.tgz
35619npm verb addBundled extract /root/.npm/bower/1.7.1/package.tgz
35620npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
35621npm verb tar unpacking to /tmp/npm-6-e0c68d22/unpack-38896a97
35622npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-e0c68d22/unpack-38896a97
35623npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/npm/-/npm-2.14.10.tgz not in flight; adding
35624npm verb addTmpTarball already have metadata; skipping unpack for npm@2.14.10
35625npm verb afterAdd /root/.npm/npm/2.14.10/package/package.json not in flight; writing
35626npm verb afterAdd /root/.npm/npm/2.14.10/package/package.json written
35627npm verb addBundled extract /root/.npm/npm/2.14.10/package.tgz
35628npm verb tar unpack /root/.npm/npm/2.14.10/package.tgz
35629npm verb tar unpacking to /tmp/npm-6-e0c68d22/unpack-da101508
35630npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-e0c68d22/unpack-da101508
35631npm verb request uri http://registry.npmjs.org/semver-utils
35632npm verb request no auth needed
35633npm info attempt registry request try #1 at 11:27:44
35634npm http request GET http://registry.npmjs.org/semver-utils
35635npm http 200 http://registry.npmjs.org/semver-utils
35636npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35637npm verb headers etag: '"67EI8DYDZVBHURJ0MLYRZOWZD"',
35638npm verb headers 'content-type': 'application/json',
35639npm verb headers 'cache-control': 'max-age=300',
35640npm verb headers 'content-length': '8425',
35641npm verb headers 'accept-ranges': 'bytes',
35642npm verb headers date: 'Wed, 23 Dec 2015 11:27:44 GMT',
35643npm verb headers via: '1.1 varnish',
35644npm verb headers age: '272',
35645npm verb headers connection: 'keep-alive',
35646npm verb headers 'x-served-by': 'cache-fra1228-FRA',
35647npm verb headers 'x-cache': 'HIT',
35648npm verb headers 'x-cache-hits': '3',
35649npm verb headers 'x-timer': 'S1450870064.419826,VS0,VE0',
35650npm verb headers vary: 'Accept' }
35651npm verb get saving semver-utils to /root/.npm/registry.npmjs.org/semver-utils/.cache.json
35652npm verb cache add spec semver-utils@^1.1.1
35653npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for semver-utils
35654npm verb addNameRange registry:http://registry.npmjs.org/semver-utils not in flight; fetching
35655npm verb get http://registry.npmjs.org/semver-utils not expired, no request
35656npm verb addNamed "1.1.1" is a plain semver version for semver-utils
35657npm verb addRemoteTarball http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
35658npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz',
35659npm verb addRemoteTarball '27d92fec34d27cfa42707d3b40d025ae9855f2df' ]
35660npm info retry fetch attempt 1 at 11:27:44
35661npm info attempt registry request try #1 at 11:27:44
35662npm http fetch GET http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
35663npm http fetch 200 http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
35664npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
35665npm verb addTmpTarball already have metadata; skipping unpack for semver-utils@1.1.1
35666npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json not in flight; writing
35667npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json written
35668npm verb request uri http://registry.npmjs.org/graceful-fs
35669npm verb request no auth needed
35670npm info attempt registry request try #1 at 11:27:45
35671npm http request GET http://registry.npmjs.org/graceful-fs
35672npm verb request uri http://registry.npmjs.org/mout
35673npm verb request no auth needed
35674npm info attempt registry request try #1 at 11:27:45
35675npm http request GET http://registry.npmjs.org/mout
35676npm verb request uri http://registry.npmjs.org/optimist
35677npm verb request no auth needed
35678npm info attempt registry request try #1 at 11:27:45
35679npm http request GET http://registry.npmjs.org/optimist
35680npm verb request uri http://registry.npmjs.org/osenv
35681npm verb request no auth needed
35682npm info attempt registry request try #1 at 11:27:45
35683npm http request GET http://registry.npmjs.org/osenv
35684npm http 200 http://registry.npmjs.org/osenv
35685npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35686npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
35687npm verb headers 'content-type': 'application/json',
35688npm verb headers 'cache-control': 'max-age=60',
35689npm verb headers 'content-length': '9454',
35690npm verb headers 'accept-ranges': 'bytes',
35691npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35692npm verb headers via: '1.1 varnish',
35693npm verb headers age: '42',
35694npm verb headers connection: 'keep-alive',
35695npm verb headers 'x-served-by': 'cache-fra1244-FRA',
35696npm verb headers 'x-cache': 'HIT',
35697npm verb headers 'x-cache-hits': '3',
35698npm verb headers 'x-timer': 'S1450870065.054252,VS0,VE0',
35699npm verb headers vary: 'Accept' }
35700npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
35701npm verb cache add spec osenv@0.0.3
35702npm verb addNamed "0.0.3" is a plain semver version for osenv
35703npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
35704npm http 200 http://registry.npmjs.org/mout
35705npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35706npm verb headers etag: '"6ZGD57FAZ6ZAFSXX44MFX6OEJ"',
35707npm verb headers 'content-type': 'application/json',
35708npm verb headers 'cache-control': 'max-age=60',
35709npm verb headers 'content-length': '29560',
35710npm verb headers 'accept-ranges': 'bytes',
35711npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35712npm verb headers via: '1.1 varnish',
35713npm verb headers age: '7',
35714npm verb headers connection: 'keep-alive',
35715npm verb headers 'x-served-by': 'cache-fra1229-FRA',
35716npm verb headers 'x-cache': 'HIT',
35717npm verb headers 'x-cache-hits': '1',
35718npm verb headers 'x-timer': 'S1450870065.052148,VS0,VE0',
35719npm verb headers vary: 'Accept' }
35720npm verb get saving mout to /root/.npm/registry.npmjs.org/mout/.cache.json
35721npm verb get http://registry.npmjs.org/osenv not expired, no request
35722npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
35723npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz',
35724npm verb addRemoteTarball 'cd6ad8ddb290915ad9e22765576025d411f29cb6' ]
35725npm info retry fetch attempt 1 at 11:27:45
35726npm info attempt registry request try #1 at 11:27:45
35727npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
35728npm verb cache add spec mout@~0.9.0
35729npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for mout
35730npm verb addNameRange registry:http://registry.npmjs.org/mout not in flight; fetching
35731npm http 200 http://registry.npmjs.org/graceful-fs
35732npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35733npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
35734npm verb headers 'content-type': 'application/json',
35735npm verb headers 'cache-control': 'max-age=300',
35736npm verb headers 'content-length': '38840',
35737npm verb headers 'accept-ranges': 'bytes',
35738npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35739npm verb headers via: '1.1 varnish',
35740npm verb headers age: '222',
35741npm verb headers connection: 'keep-alive',
35742npm verb headers 'x-served-by': 'cache-fra1220-FRA',
35743npm verb headers 'x-cache': 'HIT',
35744npm verb headers 'x-cache-hits': '24',
35745npm verb headers 'x-timer': 'S1450870065.052060,VS0,VE0',
35746npm verb headers vary: 'Accept' }
35747npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
35748npm verb get http://registry.npmjs.org/mout not expired, no request
35749npm verb addNamed "0.9.1" is a plain semver version for mout
35750npm verb addRemoteTarball http://registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
35751npm verb addRemoteTarball [ 'http://registry.npmjs.org/mout/-/mout-0.9.1.tgz',
35752npm verb addRemoteTarball '84f0f3fd6acc7317f63de2affdcc0cee009b0477' ]
35753npm info retry fetch attempt 1 at 11:27:45
35754npm info attempt registry request try #1 at 11:27:45
35755npm http fetch GET http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
35756npm verb cache add spec graceful-fs@~2.0.0
35757npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
35758npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
35759npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
35760npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
35761npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
35762npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
35763npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
35764npm verb addRemoteTarball '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0' ]
35765npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
35766npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.0.3
35767npm info retry fetch attempt 1 at 11:27:45
35768npm info attempt registry request try #1 at 11:27:45
35769npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
35770npm http fetch 200 http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
35771npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json not in flight; writing
35772npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json written
35773npm http 200 http://registry.npmjs.org/optimist
35774npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35775npm verb headers etag: '"20SFF3GUDH9TO8YQZHIVDHC67"',
35776npm verb headers 'content-type': 'application/json',
35777npm verb headers 'cache-control': 'max-age=60',
35778npm verb headers 'content-length': '46494',
35779npm verb headers 'accept-ranges': 'bytes',
35780npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35781npm verb headers via: '1.1 varnish',
35782npm verb headers age: '14',
35783npm verb headers connection: 'keep-alive',
35784npm verb headers 'x-served-by': 'cache-fra1223-FRA',
35785npm verb headers 'x-cache': 'HIT',
35786npm verb headers 'x-cache-hits': '1',
35787npm verb headers 'x-timer': 'S1450870065.052318,VS0,VE0',
35788npm verb headers vary: 'Accept' }
35789npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
35790npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
35791npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
35792npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@2.0.3
35793npm verb cache add spec optimist@~0.6.0
35794npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
35795npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
35796npm verb get http://registry.npmjs.org/optimist not expired, no request
35797npm verb addNamed "0.6.1" is a plain semver version for optimist
35798npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
35799npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
35800npm verb addRemoteTarball 'da3ea74686fa21a19a111c326e90eb15a0196686' ]
35801npm info retry fetch attempt 1 at 11:27:45
35802npm info attempt registry request try #1 at 11:27:45
35803npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
35804npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
35805npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
35806npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
35807npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
35808npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.6.1
35809npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
35810npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
35811npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
35812npm verb addTmpTarball already have metadata; skipping unpack for mout@0.9.1
35813npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json not in flight; writing
35814npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json written
35815npm verb request uri http://registry.npmjs.org/wordwrap
35816npm verb request no auth needed
35817npm info attempt registry request try #1 at 11:27:45
35818npm http request GET http://registry.npmjs.org/wordwrap
35819npm verb request uri http://registry.npmjs.org/minimist
35820npm verb request no auth needed
35821npm info attempt registry request try #1 at 11:27:45
35822npm http request GET http://registry.npmjs.org/minimist
35823npm http 200 http://registry.npmjs.org/wordwrap
35824npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35825npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
35826npm verb headers 'content-type': 'application/json',
35827npm verb headers 'cache-control': 'max-age=300',
35828npm verb headers 'content-length': '6792',
35829npm verb headers 'accept-ranges': 'bytes',
35830npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35831npm verb headers via: '1.1 varnish',
35832npm verb headers age: '217',
35833npm verb headers connection: 'keep-alive',
35834npm verb headers 'x-served-by': 'cache-fra1225-FRA',
35835npm verb headers 'x-cache': 'HIT',
35836npm verb headers 'x-cache-hits': '12',
35837npm verb headers 'x-timer': 'S1450870065.401619,VS0,VE0',
35838npm verb headers vary: 'Accept' }
35839npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
35840npm verb cache add spec wordwrap@~0.0.2
35841npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
35842npm verb addNameRange registry:http://registry.npmjs.org/wordwrap not in flight; fetching
35843npm verb get http://registry.npmjs.org/wordwrap not expired, no request
35844npm verb addNamed "0.0.3" is a plain semver version for wordwrap
35845npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
35846npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz',
35847npm verb addRemoteTarball 'a3d5da6cd5c0bc0008d37234bbaf1bed63059107' ]
35848npm http 200 http://registry.npmjs.org/minimist
35849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35850npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
35851npm verb headers 'content-type': 'application/json',
35852npm verb headers 'cache-control': 'max-age=300',
35853npm verb headers 'content-length': '27449',
35854npm verb headers 'accept-ranges': 'bytes',
35855npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35856npm verb headers via: '1.1 varnish',
35857npm verb headers age: '273',
35858npm verb headers connection: 'keep-alive',
35859npm verb headers 'x-served-by': 'cache-fra1227-FRA',
35860npm verb headers 'x-cache': 'HIT',
35861npm verb headers 'x-cache-hits': '38',
35862npm verb headers 'x-timer': 'S1450870065.405334,VS0,VE0',
35863npm verb headers vary: 'Accept' }
35864npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
35865npm info retry fetch attempt 1 at 11:27:45
35866npm info attempt registry request try #1 at 11:27:45
35867npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
35868npm verb cache add spec minimist@~0.0.1
35869npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
35870npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
35871npm verb get http://registry.npmjs.org/minimist not expired, no request
35872npm verb addNamed "0.0.10" is a plain semver version for minimist
35873npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
35874npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz',
35875npm verb addRemoteTarball 'de3f98543dbf96082be48ad1a0c7cda836301dcf' ]
35876npm info retry fetch attempt 1 at 11:27:45
35877npm info attempt registry request try #1 at 11:27:45
35878npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
35879npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
35880npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
35881npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
35882npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.3
35883npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
35884npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.10
35885npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json not in flight; writing
35886npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
35887npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json written
35888npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
35889npm verb request uri http://registry.npmjs.org/broccoli-slow-trees
35890npm verb request no auth needed
35891npm info attempt registry request try #1 at 11:27:45
35892npm http request GET http://registry.npmjs.org/broccoli-slow-trees
35893npm verb request uri http://registry.npmjs.org/commander
35894npm verb request no auth needed
35895npm info attempt registry request try #1 at 11:27:45
35896npm http request GET http://registry.npmjs.org/commander
35897npm verb request uri http://registry.npmjs.org/connect
35898npm verb request no auth needed
35899npm info attempt registry request try #1 at 11:27:45
35900npm http request GET http://registry.npmjs.org/connect
35901npm verb request uri http://registry.npmjs.org/copy-dereference
35902npm verb request no auth needed
35903npm info attempt registry request try #1 at 11:27:45
35904npm http request GET http://registry.npmjs.org/copy-dereference
35905npm verb request uri http://registry.npmjs.org/handlebars
35906npm verb request no auth needed
35907npm info attempt registry request try #1 at 11:27:45
35908npm http request GET http://registry.npmjs.org/handlebars
35909npm verb request uri http://registry.npmjs.org/mime
35910npm verb request no auth needed
35911npm info attempt registry request try #1 at 11:27:45
35912npm http request GET http://registry.npmjs.org/mime
35913npm verb request uri http://registry.npmjs.org/rimraf
35914npm verb request no auth needed
35915npm info attempt registry request try #1 at 11:27:45
35916npm http request GET http://registry.npmjs.org/rimraf
35917npm http 200 http://registry.npmjs.org/copy-dereference
35918npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35919npm verb headers etag: '"BF6ARGGFVCZCZ79V0SYT750FC"',
35920npm verb headers 'content-type': 'application/json',
35921npm verb headers 'cache-control': 'max-age=300',
35922npm verb headers 'content-length': '3517',
35923npm verb headers 'accept-ranges': 'bytes',
35924npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35925npm verb headers via: '1.1 varnish',
35926npm verb headers age: '222',
35927npm verb headers connection: 'keep-alive',
35928npm verb headers 'x-served-by': 'cache-fra1243-FRA',
35929npm verb headers 'x-cache': 'HIT',
35930npm verb headers 'x-cache-hits': '3',
35931npm verb headers 'x-timer': 'S1450870065.557925,VS0,VE0',
35932npm verb headers vary: 'Accept' }
35933npm verb get saving copy-dereference to /root/.npm/registry.npmjs.org/copy-dereference/.cache.json
35934npm verb cache add spec copy-dereference@^1.0.0
35935npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for copy-dereference
35936npm verb addNameRange registry:http://registry.npmjs.org/copy-dereference not in flight; fetching
35937npm verb get http://registry.npmjs.org/copy-dereference not expired, no request
35938npm verb addNamed "1.0.0" is a plain semver version for copy-dereference
35939npm verb addRemoteTarball http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz not in flight; adding
35940npm verb addRemoteTarball [ 'http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz',
35941npm verb addRemoteTarball '6b131865420fd81b413ba994b44d3655311152b6' ]
35942npm info retry fetch attempt 1 at 11:27:45
35943npm info attempt registry request try #1 at 11:27:45
35944npm http fetch GET http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz
35945npm http 200 http://registry.npmjs.org/commander
35946npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35947npm verb headers etag: '"EPZTTFB4NNE5PZRYLMT0T0J2V"',
35948npm verb headers 'content-type': 'application/json',
35949npm verb headers 'cache-control': 'max-age=300',
35950npm verb headers 'content-length': '60618',
35951npm verb headers 'accept-ranges': 'bytes',
35952npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35953npm verb headers via: '1.1 varnish',
35954npm verb headers age: '130',
35955npm verb headers connection: 'keep-alive',
35956npm verb headers 'x-served-by': 'cache-fra1221-FRA',
35957npm verb headers 'x-cache': 'HIT',
35958npm verb headers 'x-cache-hits': '247',
35959npm verb headers 'x-timer': 'S1450870065.557954,VS0,VE0',
35960npm verb headers vary: 'Accept' }
35961npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
35962npm http fetch 200 http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz
35963npm http 200 http://registry.npmjs.org/mime
35964npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35965npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
35966npm verb headers 'content-type': 'application/json',
35967npm verb headers 'cache-control': 'max-age=60',
35968npm verb headers 'content-length': '20148',
35969npm verb headers 'accept-ranges': 'bytes',
35970npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35971npm verb headers via: '1.1 varnish',
35972npm verb headers age: '56',
35973npm verb headers connection: 'keep-alive',
35974npm verb headers 'x-served-by': 'cache-fra1222-FRA',
35975npm verb headers 'x-cache': 'HIT',
35976npm verb headers 'x-cache-hits': '4',
35977npm verb headers 'x-timer': 'S1450870065.557943,VS0,VE0',
35978npm verb headers vary: 'Accept' }
35979npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
35980npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz not in flight; adding
35981npm verb addTmpTarball already have metadata; skipping unpack for copy-dereference@1.0.0
35982npm verb cache add spec commander@^2.5.0
35983npm verb addNamed ">=2.5.0 <3.0.0" is a valid semver range for commander
35984npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
35985npm verb get http://registry.npmjs.org/commander not expired, no request
35986npm verb addNamed "2.9.0" is a plain semver version for commander
35987npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
35988npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.9.0.tgz',
35989npm verb addRemoteTarball '9c99094176e12240cb22d6c5146098400fe0f7d4' ]
35990npm http 200 http://registry.npmjs.org/broccoli-slow-trees
35991npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
35992npm verb headers etag: '"C7MAYOQOPK3M06MTC2PMRWQRN"',
35993npm verb headers 'content-type': 'application/json',
35994npm verb headers 'cache-control': 'max-age=300',
35995npm verb headers 'content-length': '4263',
35996npm verb headers 'accept-ranges': 'bytes',
35997npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
35998npm verb headers via: '1.1 varnish',
35999npm verb headers age: '137',
36000npm verb headers connection: 'keep-alive',
36001npm verb headers 'x-served-by': 'cache-fra1223-FRA',
36002npm verb headers 'x-cache': 'HIT',
36003npm verb headers 'x-cache-hits': '1',
36004npm verb headers 'x-timer': 'S1450870065.557599,VS0,VE0',
36005npm verb headers vary: 'Accept' }
36006npm verb get saving broccoli-slow-trees to /root/.npm/registry.npmjs.org/broccoli-slow-trees/.cache.json
36007npm info retry fetch attempt 1 at 11:27:45
36008npm info attempt registry request try #1 at 11:27:45
36009npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
36010npm verb cache add spec mime@^1.2.11
36011npm verb addNamed ">=1.2.11 <2.0.0" is a valid semver range for mime
36012npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
36013npm verb afterAdd /root/.npm/copy-dereference/1.0.0/package/package.json not in flight; writing
36014npm verb get http://registry.npmjs.org/mime not expired, no request
36015npm verb addNamed "1.3.4" is a plain semver version for mime
36016npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
36017npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.3.4.tgz',
36018npm verb addRemoteTarball '115f9e3b6b3daf2959983cb38f149a2d40eb5d53' ]
36019npm verb cache add spec broccoli-slow-trees@^1.0.0
36020npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-slow-trees
36021npm verb addNameRange registry:http://registry.npmjs.org/broccoli-slow-trees not in flight; fetching
36022npm verb afterAdd /root/.npm/copy-dereference/1.0.0/package/package.json written
36023npm info retry fetch attempt 1 at 11:27:45
36024npm info attempt registry request try #1 at 11:27:45
36025npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
36026npm http 200 http://registry.npmjs.org/handlebars
36027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36028npm verb headers etag: '"BB4TDZC0U7NUOC53LLJH94QJW"',
36029npm verb headers 'content-type': 'application/json',
36030npm verb headers 'cache-control': 'max-age=300',
36031npm verb headers 'content-length': '61367',
36032npm verb headers 'accept-ranges': 'bytes',
36033npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
36034npm verb headers via: '1.1 varnish',
36035npm verb headers age: '26',
36036npm verb headers connection: 'keep-alive',
36037npm verb headers 'x-served-by': 'cache-fra1241-FRA',
36038npm verb headers 'x-cache': 'HIT',
36039npm verb headers 'x-cache-hits': '1',
36040npm verb headers 'x-timer': 'S1450870065.558200,VS0,VE0',
36041npm verb headers vary: 'Accept' }
36042npm verb get saving handlebars to /root/.npm/registry.npmjs.org/handlebars/.cache.json
36043npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
36044npm verb get http://registry.npmjs.org/broccoli-slow-trees not expired, no request
36045npm verb addNamed "1.1.0" is a plain semver version for broccoli-slow-trees
36046npm verb addRemoteTarball http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz not in flight; adding
36047npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz',
36048npm verb addRemoteTarball '426c5724e008107e4573f73e8a9ca702916b78f7' ]
36049npm http 200 http://registry.npmjs.org/rimraf
36050npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36051npm verb headers etag: '"6UWALXHODVMGLBUZ4BUUZPOKK"',
36052npm verb headers 'content-type': 'application/json',
36053npm verb headers 'cache-control': 'max-age=300',
36054npm verb headers 'content-length': '46046',
36055npm verb headers 'accept-ranges': 'bytes',
36056npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
36057npm verb headers via: '1.1 varnish',
36058npm verb headers age: '29',
36059npm verb headers connection: 'keep-alive',
36060npm verb headers 'x-served-by': 'cache-fra1243-FRA',
36061npm verb headers 'x-cache': 'HIT',
36062npm verb headers 'x-cache-hits': '1',
36063npm verb headers 'x-timer': 'S1450870065.558318,VS0,VE0',
36064npm verb headers vary: 'Accept' }
36065npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
36066npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
36067npm info retry fetch attempt 1 at 11:27:45
36068npm info attempt registry request try #1 at 11:27:45
36069npm http fetch GET http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz
36070npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
36071npm verb addTmpTarball already have metadata; skipping unpack for commander@2.9.0
36072npm verb cache add spec handlebars@^3.0.1
36073npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for handlebars
36074npm verb addNameRange registry:http://registry.npmjs.org/handlebars not in flight; fetching
36075npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
36076npm verb addTmpTarball already have metadata; skipping unpack for mime@1.3.4
36077npm verb cache add spec rimraf@^2.2.8
36078npm verb addNamed ">=2.2.8 <3.0.0" is a valid semver range for rimraf
36079npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
36080npm verb get http://registry.npmjs.org/handlebars not expired, no request
36081npm verb addNamed "3.0.3" is a plain semver version for handlebars
36082npm verb addRemoteTarball http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz not in flight; adding
36083npm verb addRemoteTarball [ 'http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz',
36084npm verb addRemoteTarball '0e09651a2f0fb3c949160583710d551f92e6d2ad' ]
36085npm http fetch 200 http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz
36086npm info retry fetch attempt 1 at 11:27:45
36087npm info attempt registry request try #1 at 11:27:45
36088npm http fetch GET http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz
36089npm verb get http://registry.npmjs.org/rimraf not expired, no request
36090npm verb addNamed "2.4.5" is a plain semver version for rimraf
36091npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
36092npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz',
36093npm verb addRemoteTarball 'ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da' ]
36094npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz not in flight; adding
36095npm verb addTmpTarball already have metadata; skipping unpack for broccoli-slow-trees@1.1.0
36096npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json not in flight; writing
36097npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
36098npm info retry fetch attempt 1 at 11:27:45
36099npm info attempt registry request try #1 at 11:27:45
36100npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
36101npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
36102npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json written
36103npm http fetch 200 http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz
36104npm verb afterAdd /root/.npm/broccoli-slow-trees/1.1.0/package/package.json not in flight; writing
36105npm verb afterAdd /root/.npm/broccoli-slow-trees/1.1.0/package/package.json written
36106npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
36107npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
36108npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.4.5
36109npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json not in flight; writing
36110npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json written
36111npm http 200 http://registry.npmjs.org/connect
36112npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36113npm verb headers etag: '"AMVRZ22F330XMUUCAUOLKQG4P"',
36114npm verb headers 'content-type': 'application/json',
36115npm verb headers 'cache-control': 'max-age=300',
36116npm verb headers 'content-length': '332099',
36117npm verb headers 'accept-ranges': 'bytes',
36118npm verb headers date: 'Wed, 23 Dec 2015 11:27:45 GMT',
36119npm verb headers via: '1.1 varnish',
36120npm verb headers age: '241',
36121npm verb headers connection: 'keep-alive',
36122npm verb headers 'x-served-by': 'cache-fra1245-FRA',
36123npm verb headers 'x-cache': 'HIT',
36124npm verb headers 'x-cache-hits': '6',
36125npm verb headers 'x-timer': 'S1450870065.557800,VS0,VE0',
36126npm verb headers vary: 'Accept' }
36127npm verb get saving connect to /root/.npm/registry.npmjs.org/connect/.cache.json
36128npm verb cache add spec connect@^3.3.3
36129npm verb addNamed ">=3.3.3 <4.0.0" is a valid semver range for connect
36130npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
36131npm verb get http://registry.npmjs.org/connect not expired, no request
36132npm verb addNamed "3.4.0" is a plain semver version for connect
36133npm verb addRemoteTarball http://registry.npmjs.org/connect/-/connect-3.4.0.tgz not in flight; adding
36134npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect/-/connect-3.4.0.tgz',
36135npm verb addRemoteTarball 'ee8789a3bd4604bfda39dbcf1d3bb482dfe6cf24' ]
36136npm info retry fetch attempt 1 at 11:27:46
36137npm info attempt registry request try #1 at 11:27:46
36138npm http fetch GET http://registry.npmjs.org/connect/-/connect-3.4.0.tgz
36139npm http fetch 200 http://registry.npmjs.org/connect/-/connect-3.4.0.tgz
36140npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz not in flight; adding
36141npm verb addTmpTarball already have metadata; skipping unpack for handlebars@3.0.3
36142npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/connect/-/connect-3.4.0.tgz not in flight; adding
36143npm verb addTmpTarball already have metadata; skipping unpack for connect@3.4.0
36144npm verb afterAdd /root/.npm/connect/3.4.0/package/package.json not in flight; writing
36145npm verb afterAdd /root/.npm/handlebars/3.0.3/package/package.json not in flight; writing
36146npm verb afterAdd /root/.npm/connect/3.4.0/package/package.json written
36147npm verb afterAdd /root/.npm/handlebars/3.0.3/package/package.json written
36148npm verb request uri http://registry.npmjs.org/mkdirp
36149npm verb request no auth needed
36150npm info attempt registry request try #1 at 11:27:46
36151npm http request GET http://registry.npmjs.org/mkdirp
36152npm http 200 http://registry.npmjs.org/mkdirp
36153npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36154npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
36155npm verb headers 'content-type': 'application/json',
36156npm verb headers 'cache-control': 'max-age=300',
36157npm verb headers 'content-length': '23472',
36158npm verb headers 'accept-ranges': 'bytes',
36159npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36160npm verb headers via: '1.1 varnish',
36161npm verb headers age: '56',
36162npm verb headers connection: 'keep-alive',
36163npm verb headers 'x-served-by': 'cache-fra1235-FRA',
36164npm verb headers 'x-cache': 'HIT',
36165npm verb headers 'x-cache-hits': '8',
36166npm verb headers 'x-timer': 'S1450870066.205360,VS0,VE0',
36167npm verb headers vary: 'Accept' }
36168npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
36169npm verb cache add spec mkdirp@^0.5.1
36170npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for mkdirp
36171npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
36172npm verb get http://registry.npmjs.org/mkdirp not expired, no request
36173npm verb addNamed "0.5.1" is a plain semver version for mkdirp
36174npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
36175npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
36176npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
36177npm info retry fetch attempt 1 at 11:27:46
36178npm info attempt registry request try #1 at 11:27:46
36179npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
36180npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
36181npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
36182npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
36183npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
36184npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
36185npm verb request uri http://registry.npmjs.org/inflight
36186npm verb request no auth needed
36187npm info attempt registry request try #1 at 11:27:46
36188npm http request GET http://registry.npmjs.org/inflight
36189npm verb request uri http://registry.npmjs.org/inherits
36190npm verb request no auth needed
36191npm info attempt registry request try #1 at 11:27:46
36192npm http request GET http://registry.npmjs.org/inherits
36193npm verb request uri http://registry.npmjs.org/once
36194npm verb request no auth needed
36195npm info attempt registry request try #1 at 11:27:46
36196npm http request GET http://registry.npmjs.org/once
36197npm verb request uri http://registry.npmjs.org/path-is-absolute
36198npm verb request no auth needed
36199npm info attempt registry request try #1 at 11:27:46
36200npm http request GET http://registry.npmjs.org/path-is-absolute
36201npm http 200 http://registry.npmjs.org/inherits
36202npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36203npm verb headers etag: '"CERC4URX8EKVASPFPHVBBMCEU"',
36204npm verb headers 'content-type': 'application/json',
36205npm verb headers 'cache-control': 'max-age=300',
36206npm verb headers 'content-length': '7143',
36207npm verb headers 'accept-ranges': 'bytes',
36208npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36209npm verb headers via: '1.1 varnish',
36210npm verb headers age: '151',
36211npm verb headers connection: 'keep-alive',
36212npm verb headers 'x-served-by': 'cache-fra1226-FRA',
36213npm verb headers 'x-cache': 'HIT',
36214npm verb headers 'x-cache-hits': '33',
36215npm verb headers 'x-timer': 'S1450870066.352746,VS0,VE0',
36216npm verb headers vary: 'Accept' }
36217npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
36218npm http 200 http://registry.npmjs.org/path-is-absolute
36219npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36220npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
36221npm verb headers 'content-type': 'application/json',
36222npm verb headers 'cache-control': 'max-age=60',
36223npm verb headers 'content-length': '3204',
36224npm verb headers 'accept-ranges': 'bytes',
36225npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36226npm verb headers via: '1.1 varnish',
36227npm verb headers age: '12',
36228npm verb headers connection: 'keep-alive',
36229npm verb headers 'x-served-by': 'cache-fra1225-FRA',
36230npm verb headers 'x-cache': 'HIT',
36231npm verb headers 'x-cache-hits': '1',
36232npm verb headers 'x-timer': 'S1450870066.356382,VS0,VE0',
36233npm verb headers vary: 'Accept' }
36234npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
36235npm http 200 http://registry.npmjs.org/inflight
36236npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36237npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
36238npm verb headers 'content-type': 'application/json',
36239npm verb headers 'cache-control': 'max-age=60',
36240npm verb headers 'content-length': '6915',
36241npm verb headers 'accept-ranges': 'bytes',
36242npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36243npm verb headers via: '1.1 varnish',
36244npm verb headers age: '52',
36245npm verb headers connection: 'keep-alive',
36246npm verb headers 'x-served-by': 'cache-fra1228-FRA',
36247npm verb headers 'x-cache': 'HIT',
36248npm verb headers 'x-cache-hits': '9',
36249npm verb headers 'x-timer': 'S1450870066.352650,VS0,VE0',
36250npm verb headers vary: 'Accept' }
36251npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
36252npm http 200 http://registry.npmjs.org/once
36253npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36254npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
36255npm verb headers 'content-type': 'application/json',
36256npm verb headers 'cache-control': 'max-age=60',
36257npm verb headers 'content-length': '7453',
36258npm verb headers 'accept-ranges': 'bytes',
36259npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36260npm verb headers via: '1.1 varnish',
36261npm verb headers age: '55',
36262npm verb headers connection: 'keep-alive',
36263npm verb headers 'x-served-by': 'cache-fra1221-FRA',
36264npm verb headers 'x-cache': 'HIT',
36265npm verb headers 'x-cache-hits': '7',
36266npm verb headers 'x-timer': 'S1450870066.353021,VS0,VE0',
36267npm verb headers vary: 'Accept' }
36268npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
36269npm verb cache add spec inherits@2
36270npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
36271npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
36272npm verb cache add spec path-is-absolute@^1.0.0
36273npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
36274npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
36275npm verb cache add spec once@^1.3.0
36276npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
36277npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
36278npm verb cache add spec inflight@^1.0.4
36279npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
36280npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
36281npm verb get http://registry.npmjs.org/inherits not expired, no request
36282npm verb addNamed "2.0.1" is a plain semver version for inherits
36283npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
36284npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
36285npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
36286npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
36287npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
36288npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
36289npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
36290npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
36291npm verb get http://registry.npmjs.org/once not expired, no request
36292npm verb addNamed "1.3.3" is a plain semver version for once
36293npm verb get http://registry.npmjs.org/inflight not expired, no request
36294npm verb addNamed "1.0.4" is a plain semver version for inflight
36295npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
36296npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.3.tgz',
36297npm verb addRemoteTarball 'b2e261557ce4c314ec8304f3fa82663e4297ca20' ]
36298npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
36299npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
36300npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
36301npm info retry fetch attempt 1 at 11:27:46
36302npm info attempt registry request try #1 at 11:27:46
36303npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
36304npm info retry fetch attempt 1 at 11:27:46
36305npm info attempt registry request try #1 at 11:27:46
36306npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
36307npm info retry fetch attempt 1 at 11:27:46
36308npm info attempt registry request try #1 at 11:27:46
36309npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.3.tgz
36310npm info retry fetch attempt 1 at 11:27:46
36311npm info attempt registry request try #1 at 11:27:46
36312npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
36313npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
36314npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
36315npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.3.tgz
36316npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
36317npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
36318npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
36319npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
36320npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
36321npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
36322npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.3
36323npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
36324npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
36325npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
36326npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
36327npm verb afterAdd /root/.npm/once/1.3.3/package/package.json not in flight; writing
36328npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
36329npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
36330npm verb afterAdd /root/.npm/once/1.3.3/package/package.json written
36331npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
36332npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
36333npm verb request uri http://registry.npmjs.org/wrappy
36334npm verb request no auth needed
36335npm info attempt registry request try #1 at 11:27:46
36336npm http request GET http://registry.npmjs.org/wrappy
36337npm http 200 http://registry.npmjs.org/wrappy
36338npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36339npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
36340npm verb headers 'content-type': 'application/json',
36341npm verb headers 'cache-control': 'max-age=60',
36342npm verb headers 'content-length': '3276',
36343npm verb headers 'accept-ranges': 'bytes',
36344npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36345npm verb headers via: '1.1 varnish',
36346npm verb headers age: '0',
36347npm verb headers connection: 'keep-alive',
36348npm verb headers 'x-served-by': 'cache-fra1223-FRA',
36349npm verb headers 'x-cache': 'HIT',
36350npm verb headers 'x-cache-hits': '1',
36351npm verb headers 'x-timer': 'S1450870066.538911,VS0,VE0',
36352npm verb headers vary: 'Accept' }
36353npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
36354npm verb cache add spec wrappy@1
36355npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
36356npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
36357npm verb get http://registry.npmjs.org/wrappy not expired, no request
36358npm verb addNamed "1.0.1" is a plain semver version for wrappy
36359npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
36360npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
36361npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
36362npm info retry fetch attempt 1 at 11:27:46
36363npm info attempt registry request try #1 at 11:27:46
36364npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
36365npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
36366npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
36367npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
36368npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
36369npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
36370npm verb request uri http://registry.npmjs.org/brace-expansion
36371npm verb request no auth needed
36372npm info attempt registry request try #1 at 11:27:46
36373npm http request GET http://registry.npmjs.org/brace-expansion
36374npm http 200 http://registry.npmjs.org/brace-expansion
36375npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36376npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
36377npm verb headers 'content-type': 'application/json',
36378npm verb headers 'cache-control': 'max-age=300',
36379npm verb headers 'content-length': '12850',
36380npm verb headers 'accept-ranges': 'bytes',
36381npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36382npm verb headers via: '1.1 varnish',
36383npm verb headers age: '281',
36384npm verb headers connection: 'keep-alive',
36385npm verb headers 'x-served-by': 'cache-fra1229-FRA',
36386npm verb headers 'x-cache': 'HIT',
36387npm verb headers 'x-cache-hits': '29',
36388npm verb headers 'x-timer': 'S1450870066.658419,VS0,VE0',
36389npm verb headers vary: 'Accept' }
36390npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
36391npm verb cache add spec brace-expansion@^1.0.0
36392npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
36393npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
36394npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
36395npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
36396npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
36397npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
36398npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
36399npm info retry fetch attempt 1 at 11:27:46
36400npm info attempt registry request try #1 at 11:27:46
36401npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
36402npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
36403npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
36404npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
36405npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
36406npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
36407npm verb request uri http://registry.npmjs.org/balanced-match
36408npm verb request no auth needed
36409npm info attempt registry request try #1 at 11:27:46
36410npm http request GET http://registry.npmjs.org/balanced-match
36411npm verb request uri http://registry.npmjs.org/concat-map
36412npm verb request no auth needed
36413npm info attempt registry request try #1 at 11:27:46
36414npm http request GET http://registry.npmjs.org/concat-map
36415npm http 200 http://registry.npmjs.org/concat-map
36416npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36417npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
36418npm verb headers 'content-type': 'application/json',
36419npm verb headers 'cache-control': 'max-age=300',
36420npm verb headers 'content-length': '3896',
36421npm verb headers 'accept-ranges': 'bytes',
36422npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36423npm verb headers via: '1.1 varnish',
36424npm verb headers age: '192',
36425npm verb headers connection: 'keep-alive',
36426npm verb headers 'x-served-by': 'cache-fra1227-FRA',
36427npm verb headers 'x-cache': 'HIT',
36428npm verb headers 'x-cache-hits': '14',
36429npm verb headers 'x-timer': 'S1450870066.817507,VS0,VE0',
36430npm verb headers vary: 'Accept' }
36431npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
36432npm http 200 http://registry.npmjs.org/balanced-match
36433npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36434npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
36435npm verb headers 'content-type': 'application/json',
36436npm verb headers 'cache-control': 'max-age=60',
36437npm verb headers 'content-length': '11775',
36438npm verb headers 'accept-ranges': 'bytes',
36439npm verb headers date: 'Wed, 23 Dec 2015 11:27:46 GMT',
36440npm verb headers via: '1.1 varnish',
36441npm verb headers age: '27',
36442npm verb headers connection: 'keep-alive',
36443npm verb headers 'x-served-by': 'cache-fra1232-FRA',
36444npm verb headers 'x-cache': 'HIT',
36445npm verb headers 'x-cache-hits': '5',
36446npm verb headers 'x-timer': 'S1450870066.813120,VS0,VE0',
36447npm verb headers vary: 'Accept' }
36448npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
36449npm verb cache add spec concat-map@0.0.1
36450npm verb addNamed "0.0.1" is a plain semver version for concat-map
36451npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
36452npm verb get http://registry.npmjs.org/concat-map not expired, no request
36453npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
36454npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
36455npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
36456npm verb cache add spec balanced-match@^0.3.0
36457npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
36458npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
36459npm info retry fetch attempt 1 at 11:27:46
36460npm info attempt registry request try #1 at 11:27:46
36461npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
36462npm verb get http://registry.npmjs.org/balanced-match not expired, no request
36463npm verb addNamed "0.3.0" is a plain semver version for balanced-match
36464npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
36465npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
36466npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
36467npm info retry fetch attempt 1 at 11:27:46
36468npm info attempt registry request try #1 at 11:27:46
36469npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
36470npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
36471npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
36472npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
36473npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
36474npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
36475npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
36476npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
36477npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
36478npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
36479npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
36480npm verb cache add spec minimist@0.0.8
36481npm verb addNamed "0.0.8" is a plain semver version for minimist
36482npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
36483npm verb get http://registry.npmjs.org/minimist not expired, no request
36484npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
36485npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
36486npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
36487npm info retry fetch attempt 1 at 11:27:46
36488npm info attempt registry request try #1 at 11:27:46
36489npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
36490npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
36491npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
36492npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
36493npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
36494npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
36495npm verb request uri http://registry.npmjs.org/graceful-readlink
36496npm verb request no auth needed
36497npm info attempt registry request try #1 at 11:27:47
36498npm http request GET http://registry.npmjs.org/graceful-readlink
36499npm http 200 http://registry.npmjs.org/graceful-readlink
36500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36501npm verb headers etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
36502npm verb headers 'content-type': 'application/json',
36503npm verb headers 'cache-control': 'max-age=300',
36504npm verb headers 'content-length': '3065',
36505npm verb headers 'accept-ranges': 'bytes',
36506npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36507npm verb headers via: '1.1 varnish',
36508npm verb headers age: '191',
36509npm verb headers connection: 'keep-alive',
36510npm verb headers 'x-served-by': 'cache-fra1226-FRA',
36511npm verb headers 'x-cache': 'HIT',
36512npm verb headers 'x-cache-hits': '19',
36513npm verb headers 'x-timer': 'S1450870067.035688,VS0,VE0',
36514npm verb headers vary: 'Accept' }
36515npm verb get saving graceful-readlink to /root/.npm/registry.npmjs.org/graceful-readlink/.cache.json
36516npm verb cache add spec graceful-readlink@>= 1.0.0
36517npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
36518npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
36519npm verb get http://registry.npmjs.org/graceful-readlink not expired, no request
36520npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
36521npm verb addRemoteTarball http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
36522npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
36523npm verb addRemoteTarball '4cafad76bc62f02fa039b2f94e9a3dd3a391a725' ]
36524npm info retry fetch attempt 1 at 11:27:47
36525npm info attempt registry request try #1 at 11:27:47
36526npm http fetch GET http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
36527npm http fetch 200 http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
36528npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
36529npm verb addTmpTarball already have metadata; skipping unpack for graceful-readlink@1.0.1
36530npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json not in flight; writing
36531npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json written
36532npm verb request uri http://registry.npmjs.org/finalhandler
36533npm verb request no auth needed
36534npm info attempt registry request try #1 at 11:27:47
36535npm http request GET http://registry.npmjs.org/finalhandler
36536npm verb request uri http://registry.npmjs.org/parseurl
36537npm verb request no auth needed
36538npm info attempt registry request try #1 at 11:27:47
36539npm http request GET http://registry.npmjs.org/parseurl
36540npm verb request uri http://registry.npmjs.org/utils-merge
36541npm verb request no auth needed
36542npm info attempt registry request try #1 at 11:27:47
36543npm http request GET http://registry.npmjs.org/utils-merge
36544npm http 200 http://registry.npmjs.org/utils-merge
36545npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36546npm verb headers etag: '"2ADZRMWMWURG65J1I1PZGOZ1N"',
36547npm verb headers 'content-type': 'application/json',
36548npm verb headers 'cache-control': 'max-age=60',
36549npm verb headers 'content-length': '2442',
36550npm verb headers 'accept-ranges': 'bytes',
36551npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36552npm verb headers via: '1.1 varnish',
36553npm verb headers age: '41',
36554npm verb headers connection: 'keep-alive',
36555npm verb headers 'x-served-by': 'cache-fra1228-FRA',
36556npm verb headers 'x-cache': 'HIT',
36557npm verb headers 'x-cache-hits': '1',
36558npm verb headers 'x-timer': 'S1450870067.138988,VS0,VE0',
36559npm verb headers vary: 'Accept' }
36560npm verb get saving utils-merge to /root/.npm/registry.npmjs.org/utils-merge/.cache.json
36561npm verb cache add spec utils-merge@1.0.0
36562npm verb addNamed "1.0.0" is a plain semver version for utils-merge
36563npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
36564npm http 200 http://registry.npmjs.org/parseurl
36565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36566npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
36567npm verb headers 'content-type': 'application/json',
36568npm verb headers 'cache-control': 'max-age=60',
36569npm verb headers 'content-length': '13360',
36570npm verb headers 'accept-ranges': 'bytes',
36571npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36572npm verb headers via: '1.1 varnish',
36573npm verb headers age: '10',
36574npm verb headers connection: 'keep-alive',
36575npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36576npm verb headers 'x-cache': 'HIT',
36577npm verb headers 'x-cache-hits': '1',
36578npm verb headers 'x-timer': 'S1450870067.134677,VS0,VE0',
36579npm verb headers vary: 'Accept' }
36580npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
36581npm verb get http://registry.npmjs.org/utils-merge not expired, no request
36582npm verb addRemoteTarball http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
36583npm verb addRemoteTarball [ 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
36584npm verb addRemoteTarball '0294fb922bb9375153541c4f7096231f287c8af8' ]
36585npm http 200 http://registry.npmjs.org/finalhandler
36586npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36587npm verb headers etag: '"A9RCF00L9QOIXR50EOP5F4SBG"',
36588npm verb headers 'content-type': 'application/json',
36589npm verb headers 'cache-control': 'max-age=300',
36590npm verb headers 'content-length': '27963',
36591npm verb headers 'accept-ranges': 'bytes',
36592npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36593npm verb headers via: '1.1 varnish',
36594npm verb headers age: '173',
36595npm verb headers connection: 'keep-alive',
36596npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36597npm verb headers 'x-cache': 'HIT',
36598npm verb headers 'x-cache-hits': '3',
36599npm verb headers 'x-timer': 'S1450870067.134554,VS0,VE0',
36600npm verb headers vary: 'Accept' }
36601npm verb get saving finalhandler to /root/.npm/registry.npmjs.org/finalhandler/.cache.json
36602npm info retry fetch attempt 1 at 11:27:47
36603npm info attempt registry request try #1 at 11:27:47
36604npm http fetch GET http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
36605npm verb cache add spec parseurl@~1.3.0
36606npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
36607npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
36608npm verb get http://registry.npmjs.org/parseurl not expired, no request
36609npm verb addNamed "1.3.0" is a plain semver version for parseurl
36610npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
36611npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
36612npm verb addRemoteTarball 'b58046db4223e145afa76009e61bac87cc2281b3' ]
36613npm verb cache add spec finalhandler@0.4.0
36614npm verb addNamed "0.4.0" is a plain semver version for finalhandler
36615npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
36616npm info retry fetch attempt 1 at 11:27:47
36617npm info attempt registry request try #1 at 11:27:47
36618npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
36619npm http fetch 200 http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
36620npm verb get http://registry.npmjs.org/finalhandler not expired, no request
36621npm verb addRemoteTarball http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
36622npm verb addRemoteTarball [ 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz',
36623npm verb addRemoteTarball '965a52d9e8d05d2b857548541fb89b53a2497d9b' ]
36624npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
36625npm verb addTmpTarball already have metadata; skipping unpack for utils-merge@1.0.0
36626npm info retry fetch attempt 1 at 11:27:47
36627npm info attempt registry request try #1 at 11:27:47
36628npm http fetch GET http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
36629npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json not in flight; writing
36630npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json written
36631npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
36632npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
36633npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.3.0
36634npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
36635npm http fetch 200 http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
36636npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
36637npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
36638npm verb addTmpTarball already have metadata; skipping unpack for finalhandler@0.4.0
36639npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json not in flight; writing
36640npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json written
36641npm verb request uri http://registry.npmjs.org/ms
36642npm verb request no auth needed
36643npm info attempt registry request try #1 at 11:27:47
36644npm http request GET http://registry.npmjs.org/ms
36645npm http 200 http://registry.npmjs.org/ms
36646npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36647npm verb headers etag: '"7IH6P23B0A90EXZEWQUHL072B"',
36648npm verb headers 'content-type': 'application/json',
36649npm verb headers 'cache-control': 'max-age=300',
36650npm verb headers 'content-length': '8607',
36651npm verb headers 'accept-ranges': 'bytes',
36652npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36653npm verb headers via: '1.1 varnish',
36654npm verb headers age: '4',
36655npm verb headers connection: 'keep-alive',
36656npm verb headers 'x-served-by': 'cache-fra1248-FRA',
36657npm verb headers 'x-cache': 'HIT',
36658npm verb headers 'x-cache-hits': '1',
36659npm verb headers 'x-timer': 'S1450870067.267297,VS0,VE0',
36660npm verb headers vary: 'Accept' }
36661npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
36662npm verb cache add spec ms@0.7.1
36663npm verb addNamed "0.7.1" is a plain semver version for ms
36664npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
36665npm verb get http://registry.npmjs.org/ms not expired, no request
36666npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
36667npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
36668npm verb addRemoteTarball '9cd13c03adbff25b65effde7ce864ee952017098' ]
36669npm info retry fetch attempt 1 at 11:27:47
36670npm info attempt registry request try #1 at 11:27:47
36671npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
36672npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
36673npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
36674npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.1
36675npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
36676npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
36677npm verb request uri http://registry.npmjs.org/escape-html
36678npm verb request no auth needed
36679npm info attempt registry request try #1 at 11:27:47
36680npm http request GET http://registry.npmjs.org/escape-html
36681npm verb request uri http://registry.npmjs.org/on-finished
36682npm verb request no auth needed
36683npm info attempt registry request try #1 at 11:27:47
36684npm http request GET http://registry.npmjs.org/on-finished
36685npm verb request uri http://registry.npmjs.org/unpipe
36686npm verb request no auth needed
36687npm info attempt registry request try #1 at 11:27:47
36688npm http request GET http://registry.npmjs.org/unpipe
36689npm http 200 http://registry.npmjs.org/escape-html
36690npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36691npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
36692npm verb headers 'content-type': 'application/json',
36693npm verb headers 'cache-control': 'max-age=300',
36694npm verb headers 'content-length': '5508',
36695npm verb headers 'accept-ranges': 'bytes',
36696npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36697npm verb headers via: '1.1 varnish',
36698npm verb headers age: '187',
36699npm verb headers connection: 'keep-alive',
36700npm verb headers 'x-served-by': 'cache-fra1241-FRA',
36701npm verb headers 'x-cache': 'HIT',
36702npm verb headers 'x-cache-hits': '13',
36703npm verb headers 'x-timer': 'S1450870067.395357,VS0,VE0',
36704npm verb headers vary: 'Accept' }
36705npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
36706npm http 200 http://registry.npmjs.org/unpipe
36707npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36708npm verb headers etag: '"CUYWL81QRNALZ6DFGKEASW9Q0"',
36709npm verb headers 'content-type': 'application/json',
36710npm verb headers 'cache-control': 'max-age=300',
36711npm verb headers 'content-length': '3278',
36712npm verb headers 'accept-ranges': 'bytes',
36713npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36714npm verb headers via: '1.1 varnish',
36715npm verb headers age: '119',
36716npm verb headers connection: 'keep-alive',
36717npm verb headers 'x-served-by': 'cache-fra1234-FRA',
36718npm verb headers 'x-cache': 'HIT',
36719npm verb headers 'x-cache-hits': '2',
36720npm verb headers 'x-timer': 'S1450870067.398007,VS0,VE0',
36721npm verb headers vary: 'Accept' }
36722npm verb get saving unpipe to /root/.npm/registry.npmjs.org/unpipe/.cache.json
36723npm verb cache add spec escape-html@1.0.2
36724npm verb addNamed "1.0.2" is a plain semver version for escape-html
36725npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
36726npm verb cache add spec unpipe@~1.0.0
36727npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for unpipe
36728npm verb addNameRange registry:http://registry.npmjs.org/unpipe not in flight; fetching
36729npm verb get http://registry.npmjs.org/escape-html not expired, no request
36730npm verb get http://registry.npmjs.org/unpipe not expired, no request
36731npm verb addNamed "1.0.0" is a plain semver version for unpipe
36732npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
36733npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz',
36734npm verb addRemoteTarball 'd77d32fa98e38c2f41ae85e9278e0e0e6ba1022c' ]
36735npm verb addRemoteTarball http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
36736npm verb addRemoteTarball [ 'http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz',
36737npm verb addRemoteTarball 'b2bf4ee8514aae6165b4817829d21b2ef49904ec' ]
36738npm info retry fetch attempt 1 at 11:27:47
36739npm info attempt registry request try #1 at 11:27:47
36740npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
36741npm info retry fetch attempt 1 at 11:27:47
36742npm info attempt registry request try #1 at 11:27:47
36743npm http fetch GET http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
36744npm http 200 http://registry.npmjs.org/on-finished
36745npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36746npm verb headers etag: '"C3B8WUFHDCUPW30V9K2VX45P3"',
36747npm verb headers 'content-type': 'application/json',
36748npm verb headers 'cache-control': 'max-age=60',
36749npm verb headers 'content-length': '15013',
36750npm verb headers 'accept-ranges': 'bytes',
36751npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36752npm verb headers via: '1.1 varnish',
36753npm verb headers age: '8',
36754npm verb headers connection: 'keep-alive',
36755npm verb headers 'x-served-by': 'cache-fra1246-FRA',
36756npm verb headers 'x-cache': 'HIT',
36757npm verb headers 'x-cache-hits': '1',
36758npm verb headers 'x-timer': 'S1450870067.395355,VS0,VE0',
36759npm verb headers vary: 'Accept' }
36760npm verb get saving on-finished to /root/.npm/registry.npmjs.org/on-finished/.cache.json
36761npm verb cache add spec on-finished@~2.3.0
36762npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for on-finished
36763npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
36764npm verb get http://registry.npmjs.org/on-finished not expired, no request
36765npm verb addNamed "2.3.0" is a plain semver version for on-finished
36766npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
36767npm verb addRemoteTarball http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
36768npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz',
36769npm verb addRemoteTarball '20f1336481b083cd75337992a16971aa2d906947' ]
36770npm info retry fetch attempt 1 at 11:27:47
36771npm info attempt registry request try #1 at 11:27:47
36772npm http fetch GET http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
36773npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
36774npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.2
36775npm http fetch 200 http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
36776npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
36777npm verb addTmpTarball already have metadata; skipping unpack for unpipe@1.0.0
36778npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
36779npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
36780npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json not in flight; writing
36781npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json written
36782npm http fetch 200 http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
36783npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
36784npm verb addTmpTarball already have metadata; skipping unpack for on-finished@2.3.0
36785npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json not in flight; writing
36786npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json written
36787npm verb request uri http://registry.npmjs.org/ee-first
36788npm verb request no auth needed
36789npm info attempt registry request try #1 at 11:27:47
36790npm http request GET http://registry.npmjs.org/ee-first
36791npm http 200 http://registry.npmjs.org/ee-first
36792npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36793npm verb headers etag: '"EW7HUPO511C8N9STEHQ36QDJO"',
36794npm verb headers 'content-type': 'application/json',
36795npm verb headers 'cache-control': 'max-age=300',
36796npm verb headers 'content-length': '13098',
36797npm verb headers 'accept-ranges': 'bytes',
36798npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36799npm verb headers via: '1.1 varnish',
36800npm verb headers age: '258',
36801npm verb headers connection: 'keep-alive',
36802npm verb headers 'x-served-by': 'cache-fra1235-FRA',
36803npm verb headers 'x-cache': 'HIT',
36804npm verb headers 'x-cache-hits': '9',
36805npm verb headers 'x-timer': 'S1450870067.535409,VS0,VE0',
36806npm verb headers vary: 'Accept' }
36807npm verb get saving ee-first to /root/.npm/registry.npmjs.org/ee-first/.cache.json
36808npm verb cache add spec ee-first@1.1.1
36809npm verb addNamed "1.1.1" is a plain semver version for ee-first
36810npm verb addNameVersion registry:http://registry.npmjs.org/ee-first not in flight; fetching
36811npm verb get http://registry.npmjs.org/ee-first not expired, no request
36812npm verb addRemoteTarball http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
36813npm verb addRemoteTarball [ 'http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz',
36814npm verb addRemoteTarball '590c61156b0ae2f4f0255732a158b266bc56b21d' ]
36815npm info retry fetch attempt 1 at 11:27:47
36816npm info attempt registry request try #1 at 11:27:47
36817npm http fetch GET http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
36818npm http fetch 200 http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
36819npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
36820npm verb addTmpTarball already have metadata; skipping unpack for ee-first@1.1.1
36821npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json not in flight; writing
36822npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json written
36823npm verb cache add spec glob@~4.3.0
36824npm verb addNamed ">=4.3.0 <4.4.0" is a valid semver range for glob
36825npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
36826npm verb request uri http://registry.npmjs.org/glob
36827npm verb request no auth needed
36828npm info attempt registry request try #1 at 11:27:47
36829npm verb etag "7ZBL91SZKFDD23AO2XJEK805U"
36830npm http request GET http://registry.npmjs.org/glob
36831npm http 304 http://registry.npmjs.org/glob
36832npm verb headers { date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36833npm verb headers via: '1.1 varnish',
36834npm verb headers 'cache-control': 'max-age=300',
36835npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
36836npm verb headers age: '236',
36837npm verb headers connection: 'keep-alive',
36838npm verb headers 'x-served-by': 'cache-fra1221-FRA',
36839npm verb headers 'x-cache': 'HIT',
36840npm verb headers 'x-cache-hits': '911',
36841npm verb headers 'x-timer': 'S1450870067.698684,VS0,VE0',
36842npm verb headers vary: 'Accept' }
36843npm verb etag http://registry.npmjs.org/glob from cache
36844npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
36845npm verb addNamed "4.3.5" is a plain semver version for glob
36846npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.3.5.tgz not in flight; adding
36847npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.3.5.tgz',
36848npm verb addRemoteTarball '80fbb08ca540f238acce5d11d1e9bc41e75173d3' ]
36849npm info retry fetch attempt 1 at 11:27:47
36850npm info attempt registry request try #1 at 11:27:47
36851npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.3.5.tgz
36852npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.3.5.tgz
36853npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/glob/-/glob-4.3.5.tgz not in flight; adding
36854npm verb addTmpTarball already have metadata; skipping unpack for glob@4.3.5
36855npm verb afterAdd /root/.npm/glob/4.3.5/package/package.json not in flight; writing
36856npm verb afterAdd /root/.npm/glob/4.3.5/package/package.json written
36857npm verb request uri http://registry.npmjs.org/source-map
36858npm verb request no auth needed
36859npm info attempt registry request try #1 at 11:27:47
36860npm http request GET http://registry.npmjs.org/source-map
36861npm verb request uri http://registry.npmjs.org/uglify-js
36862npm verb request no auth needed
36863npm info attempt registry request try #1 at 11:27:47
36864npm http request GET http://registry.npmjs.org/uglify-js
36865npm http 200 http://registry.npmjs.org/uglify-js
36866npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36867npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
36868npm verb headers 'content-type': 'application/json',
36869npm verb headers 'cache-control': 'max-age=300',
36870npm verb headers 'content-length': '102950',
36871npm verb headers 'accept-ranges': 'bytes',
36872npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36873npm verb headers via: '1.1 varnish',
36874npm verb headers age: '237',
36875npm verb headers connection: 'keep-alive',
36876npm verb headers 'x-served-by': 'cache-fra1223-FRA',
36877npm verb headers 'x-cache': 'HIT',
36878npm verb headers 'x-cache-hits': '8',
36879npm verb headers 'x-timer': 'S1450870067.799387,VS0,VE0',
36880npm verb headers vary: 'Accept' }
36881npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
36882npm verb cache add spec uglify-js@~2.3
36883npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for uglify-js
36884npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
36885npm verb get http://registry.npmjs.org/uglify-js not expired, no request
36886npm verb addNamed "2.3.6" is a plain semver version for uglify-js
36887npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
36888npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz',
36889npm verb addRemoteTarball 'fa0984770b428b7a9b2a8058f46355d14fef211a' ]
36890npm info retry fetch attempt 1 at 11:27:47
36891npm info attempt registry request try #1 at 11:27:47
36892npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
36893npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
36894npm http 200 http://registry.npmjs.org/source-map
36895npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36896npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
36897npm verb headers 'content-type': 'application/json',
36898npm verb headers 'cache-control': 'max-age=60',
36899npm verb headers 'content-length': '140793',
36900npm verb headers 'accept-ranges': 'bytes',
36901npm verb headers date: 'Wed, 23 Dec 2015 11:27:47 GMT',
36902npm verb headers via: '1.1 varnish',
36903npm verb headers age: '11',
36904npm verb headers connection: 'keep-alive',
36905npm verb headers 'x-served-by': 'cache-fra1244-FRA',
36906npm verb headers 'x-cache': 'HIT',
36907npm verb headers 'x-cache-hits': '2',
36908npm verb headers 'x-timer': 'S1450870067.796366,VS0,VE0',
36909npm verb headers vary: 'Accept' }
36910npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
36911npm verb cache add spec source-map@^0.1.40
36912npm verb addNamed ">=0.1.40 <0.2.0" is a valid semver range for source-map
36913npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
36914npm verb get http://registry.npmjs.org/source-map not expired, no request
36915npm verb addNamed "0.1.43" is a plain semver version for source-map
36916npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
36917npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz',
36918npm verb addRemoteTarball 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346' ]
36919npm info retry fetch attempt 1 at 11:27:47
36920npm info attempt registry request try #1 at 11:27:47
36921npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
36922npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
36923npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.3.6
36924npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json not in flight; writing
36925npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json written
36926npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
36927npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
36928npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.43
36929npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json not in flight; writing
36930npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json written
36931npm verb request uri http://registry.npmjs.org/amdefine
36932npm verb request no auth needed
36933npm info attempt registry request try #1 at 11:27:48
36934npm http request GET http://registry.npmjs.org/amdefine
36935npm http 200 http://registry.npmjs.org/amdefine
36936npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36937npm verb headers etag: '"6U9GHH4I8CAX7G1R4EWYEO1Z9"',
36938npm verb headers 'content-type': 'application/json',
36939npm verb headers 'cache-control': 'max-age=300',
36940npm verb headers 'content-length': '17411',
36941npm verb headers 'accept-ranges': 'bytes',
36942npm verb headers date: 'Wed, 23 Dec 2015 11:27:48 GMT',
36943npm verb headers via: '1.1 varnish',
36944npm verb headers age: '169',
36945npm verb headers connection: 'keep-alive',
36946npm verb headers 'x-served-by': 'cache-fra1221-FRA',
36947npm verb headers 'x-cache': 'HIT',
36948npm verb headers 'x-cache-hits': '13',
36949npm verb headers 'x-timer': 'S1450870068.041394,VS0,VE0',
36950npm verb headers vary: 'Accept' }
36951npm verb get saving amdefine to /root/.npm/registry.npmjs.org/amdefine/.cache.json
36952npm verb cache add spec amdefine@>=0.0.4
36953npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
36954npm verb addNameRange registry:http://registry.npmjs.org/amdefine not in flight; fetching
36955npm verb get http://registry.npmjs.org/amdefine not expired, no request
36956npm verb addNamed "1.0.0" is a plain semver version for amdefine
36957npm verb addRemoteTarball http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
36958npm verb addRemoteTarball [ 'http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz',
36959npm verb addRemoteTarball 'fd17474700cb5cc9c2b709f0be9d23ce3c198c33' ]
36960npm info retry fetch attempt 1 at 11:27:48
36961npm info attempt registry request try #1 at 11:27:48
36962npm http fetch GET http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
36963npm http fetch 200 http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
36964npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
36965npm verb addTmpTarball already have metadata; skipping unpack for amdefine@1.0.0
36966npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json not in flight; writing
36967npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json written
36968npm verb cache add spec optimist@~0.3.5
36969npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for optimist
36970npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
36971npm verb request uri http://registry.npmjs.org/async
36972npm verb request no auth needed
36973npm info attempt registry request try #1 at 11:27:48
36974npm http request GET http://registry.npmjs.org/async
36975npm verb get http://registry.npmjs.org/optimist not expired, no request
36976npm verb addNamed "0.3.7" is a plain semver version for optimist
36977npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
36978npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz',
36979npm verb addRemoteTarball 'c90941ad59e4273328923074d2cf2e7cbc6ec0d9' ]
36980npm info retry fetch attempt 1 at 11:27:48
36981npm info attempt registry request try #1 at 11:27:48
36982npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
36983npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
36984npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
36985npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.3.7
36986npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json not in flight; writing
36987npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json written
36988npm http 200 http://registry.npmjs.org/async
36989npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
36990npm verb headers etag: '"30DKPP61RX5HW2JJNP9DB5VEF"',
36991npm verb headers 'content-type': 'application/json',
36992npm verb headers 'cache-control': 'max-age=300',
36993npm verb headers 'content-length': '132600',
36994npm verb headers 'accept-ranges': 'bytes',
36995npm verb headers date: 'Wed, 23 Dec 2015 11:27:48 GMT',
36996npm verb headers via: '1.1 varnish',
36997npm verb headers age: '286',
36998npm verb headers connection: 'keep-alive',
36999npm verb headers 'x-served-by': 'cache-fra1220-FRA',
37000npm verb headers 'x-cache': 'HIT',
37001npm verb headers 'x-cache-hits': '45',
37002npm verb headers 'x-timer': 'S1450870068.160761,VS0,VE0',
37003npm verb headers vary: 'Accept' }
37004npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
37005npm verb cache add spec async@~0.2.6
37006npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
37007npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
37008npm verb get http://registry.npmjs.org/async not expired, no request
37009npm verb addNamed "0.2.10" is a plain semver version for async
37010npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
37011npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.2.10.tgz',
37012npm verb addRemoteTarball 'b6bbe0b0674b9d719708ca38de8c237cb526c3d1' ]
37013npm info retry fetch attempt 1 at 11:27:48
37014npm info attempt registry request try #1 at 11:27:48
37015npm http fetch GET http://registry.npmjs.org/async/-/async-0.2.10.tgz
37016npm http fetch 200 http://registry.npmjs.org/async/-/async-0.2.10.tgz
37017npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
37018npm verb addTmpTarball already have metadata; skipping unpack for async@0.2.10
37019npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
37020npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
37021npm verb cache add spec rimraf@~2.2.6
37022npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
37023npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
37024npm verb request uri http://registry.npmjs.org/mktemp
37025npm verb request no auth needed
37026npm info attempt registry request try #1 at 11:27:48
37027npm http request GET http://registry.npmjs.org/mktemp
37028npm verb request uri http://registry.npmjs.org/underscore.string
37029npm verb request no auth needed
37030npm info attempt registry request try #1 at 11:27:48
37031npm http request GET http://registry.npmjs.org/underscore.string
37032npm verb get http://registry.npmjs.org/rimraf not expired, no request
37033npm verb addNamed "2.2.8" is a plain semver version for rimraf
37034npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
37035npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
37036npm verb addRemoteTarball 'e439be2aaee327321952730f99a8929e4fc50582' ]
37037npm info retry fetch attempt 1 at 11:27:48
37038npm info attempt registry request try #1 at 11:27:48
37039npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
37040npm http 200 http://registry.npmjs.org/mktemp
37041npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37042npm verb headers etag: '"3AKTVMHM8K58H6H5LUPOS7O0N"',
37043npm verb headers 'content-type': 'application/json',
37044npm verb headers 'cache-control': 'max-age=300',
37045npm verb headers 'content-length': '13625',
37046npm verb headers 'accept-ranges': 'bytes',
37047npm verb headers date: 'Wed, 23 Dec 2015 11:27:48 GMT',
37048npm verb headers via: '1.1 varnish',
37049npm verb headers age: '141',
37050npm verb headers connection: 'keep-alive',
37051npm verb headers 'x-served-by': 'cache-fra1228-FRA',
37052npm verb headers 'x-cache': 'HIT',
37053npm verb headers 'x-cache-hits': '3',
37054npm verb headers 'x-timer': 'S1450870068.582045,VS0,VE0',
37055npm verb headers vary: 'Accept' }
37056npm verb get saving mktemp to /root/.npm/registry.npmjs.org/mktemp/.cache.json
37057npm verb cache add spec mktemp@~0.3.4
37058npm verb addNamed ">=0.3.4 <0.4.0" is a valid semver range for mktemp
37059npm verb addNameRange registry:http://registry.npmjs.org/mktemp not in flight; fetching
37060npm verb get http://registry.npmjs.org/mktemp not expired, no request
37061npm verb addNamed "0.3.5" is a plain semver version for mktemp
37062npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
37063npm verb addRemoteTarball http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz not in flight; adding
37064npm verb addRemoteTarball [ 'http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz',
37065npm verb addRemoteTarball 'a1504c706d0d2b198c6a0eb645f7fdaf8181f7de' ]
37066npm info retry fetch attempt 1 at 11:27:48
37067npm info attempt registry request try #1 at 11:27:48
37068npm http fetch GET http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz
37069npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
37070npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.8
37071npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
37072npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
37073npm http 200 http://registry.npmjs.org/underscore.string
37074npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37075npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
37076npm verb headers 'content-type': 'application/json',
37077npm verb headers 'cache-control': 'max-age=300',
37078npm verb headers 'content-length': '69237',
37079npm verb headers 'accept-ranges': 'bytes',
37080npm verb headers date: 'Wed, 23 Dec 2015 11:27:48 GMT',
37081npm verb headers via: '1.1 varnish',
37082npm verb headers age: '166',
37083npm verb headers connection: 'keep-alive',
37084npm verb headers 'x-served-by': 'cache-fra1237-FRA',
37085npm verb headers 'x-cache': 'HIT',
37086npm verb headers 'x-cache-hits': '6',
37087npm verb headers 'x-timer': 'S1450870068.584498,VS0,VE0',
37088npm verb headers vary: 'Accept' }
37089npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
37090npm http fetch 200 http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz
37091npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz not in flight; adding
37092npm verb addTmpTarball already have metadata; skipping unpack for mktemp@0.3.5
37093npm verb cache add spec underscore.string@~2.3.3
37094npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
37095npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
37096npm verb get http://registry.npmjs.org/underscore.string not expired, no request
37097npm verb addNamed "2.3.3" is a plain semver version for underscore.string
37098npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
37099npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz',
37100npm verb addRemoteTarball '71c08bf6b428b1133f37e78fa3a21c82f7329b0d' ]
37101npm verb afterAdd /root/.npm/mktemp/0.3.5/package/package.json not in flight; writing
37102npm info retry fetch attempt 1 at 11:27:48
37103npm info attempt registry request try #1 at 11:27:48
37104npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
37105npm verb afterAdd /root/.npm/mktemp/0.3.5/package/package.json written
37106npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
37107npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
37108npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.3.3
37109npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
37110npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
37111npm verb cache add spec glob@^6.0.1
37112npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
37113npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
37114npm verb get http://registry.npmjs.org/glob not expired, no request
37115npm verb addNamed "6.0.1" is a plain semver version for glob
37116npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.1.tgz not in flight; adding
37117npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.1.tgz',
37118npm verb addRemoteTarball '16a89b94ac361b2a670a0a141a21ad51b438d21d' ]
37119npm info retry fetch attempt 1 at 11:27:48
37120npm info attempt registry request try #1 at 11:27:48
37121npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
37122npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
37123npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/glob/-/glob-6.0.1.tgz not in flight; adding
37124npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.1
37125npm verb afterAdd /root/.npm/glob/6.0.1/package/package.json not in flight; writing
37126npm verb afterAdd /root/.npm/glob/6.0.1/package/package.json written
37127npm verb request uri http://registry.npmjs.org/babel-core
37128npm verb request no auth needed
37129npm info attempt registry request try #1 at 11:27:49
37130npm http request GET http://registry.npmjs.org/babel-core
37131npm verb request uri http://registry.npmjs.org/broccoli-persistent-filter
37132npm verb request no auth needed
37133npm info attempt registry request try #1 at 11:27:49
37134npm http request GET http://registry.npmjs.org/broccoli-persistent-filter
37135npm verb request uri http://registry.npmjs.org/clone
37136npm verb request no auth needed
37137npm info attempt registry request try #1 at 11:27:49
37138npm http request GET http://registry.npmjs.org/clone
37139npm verb request uri http://registry.npmjs.org/json-stable-stringify
37140npm verb request no auth needed
37141npm info attempt registry request try #1 at 11:27:49
37142npm http request GET http://registry.npmjs.org/json-stable-stringify
37143npm http 200 http://registry.npmjs.org/json-stable-stringify
37144npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37145npm verb headers etag: '"8C06HVFXI0IMLXQZWZH7I78VL"',
37146npm verb headers 'content-type': 'application/json',
37147npm verb headers 'cache-control': 'max-age=300',
37148npm verb headers 'content-length': '12527',
37149npm verb headers 'accept-ranges': 'bytes',
37150npm verb headers date: 'Wed, 23 Dec 2015 11:27:49 GMT',
37151npm verb headers via: '1.1 varnish',
37152npm verb headers age: '28',
37153npm verb headers connection: 'keep-alive',
37154npm verb headers 'x-served-by': 'cache-fra1231-FRA',
37155npm verb headers 'x-cache': 'HIT',
37156npm verb headers 'x-cache-hits': '1',
37157npm verb headers 'x-timer': 'S1450870069.046460,VS0,VE0',
37158npm verb headers vary: 'Accept' }
37159npm verb get saving json-stable-stringify to /root/.npm/registry.npmjs.org/json-stable-stringify/.cache.json
37160npm verb cache add spec json-stable-stringify@^1.0.0
37161npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for json-stable-stringify
37162npm verb addNameRange registry:http://registry.npmjs.org/json-stable-stringify not in flight; fetching
37163npm verb get http://registry.npmjs.org/json-stable-stringify not expired, no request
37164npm verb addNamed "1.0.0" is a plain semver version for json-stable-stringify
37165npm verb addRemoteTarball http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz not in flight; adding
37166npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz',
37167npm verb addRemoteTarball '5e26859cf49968cfa499533413443578ee04d251' ]
37168npm info retry fetch attempt 1 at 11:27:49
37169npm info attempt registry request try #1 at 11:27:49
37170npm http fetch GET http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz
37171npm http 200 http://registry.npmjs.org/broccoli-persistent-filter
37172npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37173npm verb headers etag: '"2N1WVZ1MV20K8UOSWJHZO8SA5"',
37174npm verb headers 'content-type': 'application/json',
37175npm verb headers 'cache-control': 'max-age=300',
37176npm verb headers 'content-length': '43192',
37177npm verb headers 'accept-ranges': 'bytes',
37178npm verb headers date: 'Wed, 23 Dec 2015 11:27:49 GMT',
37179npm verb headers via: '1.1 varnish',
37180npm verb headers age: '141',
37181npm verb headers connection: 'keep-alive',
37182npm verb headers 'x-served-by': 'cache-fra1224-FRA',
37183npm verb headers 'x-cache': 'HIT',
37184npm verb headers 'x-cache-hits': '2',
37185npm verb headers 'x-timer': 'S1450870069.043150,VS0,VE0',
37186npm verb headers vary: 'Accept' }
37187npm verb get saving broccoli-persistent-filter to /root/.npm/registry.npmjs.org/broccoli-persistent-filter/.cache.json
37188npm verb cache add spec broccoli-persistent-filter@^1.0.1
37189npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for broccoli-persistent-filter
37190npm verb addNameRange registry:http://registry.npmjs.org/broccoli-persistent-filter not in flight; fetching
37191npm http fetch 200 http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz
37192npm verb get http://registry.npmjs.org/broccoli-persistent-filter not expired, no request
37193npm verb addNamed "1.1.6" is a plain semver version for broccoli-persistent-filter
37194npm verb addRemoteTarball http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz not in flight; adding
37195npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz',
37196npm verb addRemoteTarball '35fa2e1bc0b8b7617df3d54f893ef81326ed7e93' ]
37197npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz not in flight; adding
37198npm verb addTmpTarball already have metadata; skipping unpack for json-stable-stringify@1.0.0
37199npm info retry fetch attempt 1 at 11:27:49
37200npm info attempt registry request try #1 at 11:27:49
37201npm http fetch GET http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz
37202npm verb afterAdd /root/.npm/json-stable-stringify/1.0.0/package/package.json not in flight; writing
37203npm verb afterAdd /root/.npm/json-stable-stringify/1.0.0/package/package.json written
37204npm http fetch 200 http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz
37205npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz not in flight; adding
37206npm verb addTmpTarball already have metadata; skipping unpack for broccoli-persistent-filter@1.1.6
37207npm http 200 http://registry.npmjs.org/clone
37208npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37209npm verb headers etag: '"4J4BHAVVJCE8NUHVIM55YJJXA"',
37210npm verb headers 'content-type': 'application/json',
37211npm verb headers 'cache-control': 'max-age=300',
37212npm verb headers 'content-length': '55588',
37213npm verb headers 'accept-ranges': 'bytes',
37214npm verb headers date: 'Wed, 23 Dec 2015 11:27:49 GMT',
37215npm verb headers via: '1.1 varnish',
37216npm verb headers age: '88',
37217npm verb headers connection: 'keep-alive',
37218npm verb headers 'x-served-by': 'cache-fra1247-FRA',
37219npm verb headers 'x-cache': 'HIT',
37220npm verb headers 'x-cache-hits': '6',
37221npm verb headers 'x-timer': 'S1450870069.043188,VS0,VE0',
37222npm verb headers vary: 'Accept' }
37223npm verb get saving clone to /root/.npm/registry.npmjs.org/clone/.cache.json
37224npm verb afterAdd /root/.npm/broccoli-persistent-filter/1.1.6/package/package.json not in flight; writing
37225npm verb cache add spec clone@^0.2.0
37226npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for clone
37227npm verb addNameRange registry:http://registry.npmjs.org/clone not in flight; fetching
37228npm verb afterAdd /root/.npm/broccoli-persistent-filter/1.1.6/package/package.json written
37229npm verb get http://registry.npmjs.org/clone not expired, no request
37230npm verb addNamed "0.2.0" is a plain semver version for clone
37231npm verb addRemoteTarball http://registry.npmjs.org/clone/-/clone-0.2.0.tgz not in flight; adding
37232npm verb addRemoteTarball [ 'http://registry.npmjs.org/clone/-/clone-0.2.0.tgz',
37233npm verb addRemoteTarball 'c6126a90ad4f72dbf5acdb243cc37724fe93fc1f' ]
37234npm info retry fetch attempt 1 at 11:27:49
37235npm info attempt registry request try #1 at 11:27:49
37236npm http fetch GET http://registry.npmjs.org/clone/-/clone-0.2.0.tgz
37237npm http fetch 200 http://registry.npmjs.org/clone/-/clone-0.2.0.tgz
37238npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/clone/-/clone-0.2.0.tgz not in flight; adding
37239npm verb addTmpTarball already have metadata; skipping unpack for clone@0.2.0
37240npm verb afterAdd /root/.npm/clone/0.2.0/package/package.json not in flight; writing
37241npm verb afterAdd /root/.npm/clone/0.2.0/package/package.json written
37242npm http 200 http://registry.npmjs.org/babel-core
37243npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37244npm verb headers etag: '"EJVKTQP0TJNAY3FMXW2EEVL52"',
37245npm verb headers 'content-type': 'application/json',
37246npm verb headers 'cache-control': 'max-age=300',
37247npm verb headers 'content-length': '397406',
37248npm verb headers 'accept-ranges': 'bytes',
37249npm verb headers date: 'Wed, 23 Dec 2015 11:27:49 GMT',
37250npm verb headers via: '1.1 varnish',
37251npm verb headers age: '90',
37252npm verb headers connection: 'keep-alive',
37253npm verb headers 'x-served-by': 'cache-fra1223-FRA',
37254npm verb headers 'x-cache': 'HIT',
37255npm verb headers 'x-cache-hits': '2',
37256npm verb headers 'x-timer': 'S1450870069.043107,VS0,VE0',
37257npm verb headers vary: 'Accept' }
37258npm verb get saving babel-core to /root/.npm/registry.npmjs.org/babel-core/.cache.json
37259npm verb cache add spec babel-core@^5.0.0
37260npm verb addNamed ">=5.0.0 <6.0.0" is a valid semver range for babel-core
37261npm verb addNameRange registry:http://registry.npmjs.org/babel-core not in flight; fetching
37262npm verb get http://registry.npmjs.org/babel-core not expired, no request
37263npm verb addNamed "5.8.34" is a plain semver version for babel-core
37264npm verb addRemoteTarball http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz not in flight; adding
37265npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz',
37266npm verb addRemoteTarball '0396370458772774041e5dbbef57ae0282ee61c2' ]
37267npm info retry fetch attempt 1 at 11:27:49
37268npm info attempt registry request try #1 at 11:27:49
37269npm http fetch GET http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz
37270npm http fetch 200 http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz
37271npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz not in flight; adding
37272npm verb addTmpTarball already have metadata; skipping unpack for babel-core@5.8.34
37273npm verb afterAdd /root/.npm/babel-core/5.8.34/package/package.json not in flight; writing
37274npm verb afterAdd /root/.npm/babel-core/5.8.34/package/package.json written
37275npm verb cache add spec source-map@^0.5.0
37276npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for source-map
37277npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
37278npm verb request uri http://registry.npmjs.org/babel-plugin-constant-folding
37279npm verb request no auth needed
37280npm info attempt registry request try #1 at 11:27:50
37281npm http request GET http://registry.npmjs.org/babel-plugin-constant-folding
37282npm verb request uri http://registry.npmjs.org/babel-plugin-dead-code-elimination
37283npm verb request no auth needed
37284npm info attempt registry request try #1 at 11:27:50
37285npm http request GET http://registry.npmjs.org/babel-plugin-dead-code-elimination
37286npm verb request uri http://registry.npmjs.org/babel-plugin-eval
37287npm verb request no auth needed
37288npm info attempt registry request try #1 at 11:27:50
37289npm http request GET http://registry.npmjs.org/babel-plugin-eval
37290npm verb request uri http://registry.npmjs.org/babel-plugin-inline-environment-variables
37291npm verb request no auth needed
37292npm info attempt registry request try #1 at 11:27:50
37293npm http request GET http://registry.npmjs.org/babel-plugin-inline-environment-variables
37294npm verb request uri http://registry.npmjs.org/babel-plugin-jscript
37295npm verb request no auth needed
37296npm info attempt registry request try #1 at 11:27:50
37297npm http request GET http://registry.npmjs.org/babel-plugin-jscript
37298npm verb request uri http://registry.npmjs.org/babel-plugin-member-expression-literals
37299npm verb request no auth needed
37300npm info attempt registry request try #1 at 11:27:50
37301npm http request GET http://registry.npmjs.org/babel-plugin-member-expression-literals
37302npm verb request uri http://registry.npmjs.org/babel-plugin-property-literals
37303npm verb request no auth needed
37304npm info attempt registry request try #1 at 11:27:50
37305npm http request GET http://registry.npmjs.org/babel-plugin-property-literals
37306npm verb request uri http://registry.npmjs.org/babel-plugin-proto-to-assign
37307npm verb request no auth needed
37308npm info attempt registry request try #1 at 11:27:50
37309npm http request GET http://registry.npmjs.org/babel-plugin-proto-to-assign
37310npm verb request uri http://registry.npmjs.org/babel-plugin-react-constant-elements
37311npm verb request no auth needed
37312npm info attempt registry request try #1 at 11:27:50
37313npm http request GET http://registry.npmjs.org/babel-plugin-react-constant-elements
37314npm verb request uri http://registry.npmjs.org/babel-plugin-react-display-name
37315npm verb request no auth needed
37316npm info attempt registry request try #1 at 11:27:50
37317npm http request GET http://registry.npmjs.org/babel-plugin-react-display-name
37318npm verb request uri http://registry.npmjs.org/babel-plugin-remove-console
37319npm verb request no auth needed
37320npm info attempt registry request try #1 at 11:27:50
37321npm http request GET http://registry.npmjs.org/babel-plugin-remove-console
37322npm verb request uri http://registry.npmjs.org/babel-plugin-remove-debugger
37323npm verb request no auth needed
37324npm info attempt registry request try #1 at 11:27:50
37325npm http request GET http://registry.npmjs.org/babel-plugin-remove-debugger
37326npm verb request uri http://registry.npmjs.org/babel-plugin-runtime
37327npm verb request no auth needed
37328npm info attempt registry request try #1 at 11:27:50
37329npm http request GET http://registry.npmjs.org/babel-plugin-runtime
37330npm verb request uri http://registry.npmjs.org/babel-plugin-undeclared-variables-check
37331npm verb request no auth needed
37332npm info attempt registry request try #1 at 11:27:50
37333npm http request GET http://registry.npmjs.org/babel-plugin-undeclared-variables-check
37334npm verb request uri http://registry.npmjs.org/babel-plugin-undefined-to-void
37335npm verb request no auth needed
37336npm info attempt registry request try #1 at 11:27:50
37337npm http request GET http://registry.npmjs.org/babel-plugin-undefined-to-void
37338npm verb request uri http://registry.npmjs.org/babylon
37339npm verb request no auth needed
37340npm info attempt registry request try #1 at 11:27:50
37341npm http request GET http://registry.npmjs.org/babylon
37342npm verb request uri http://registry.npmjs.org/bluebird
37343npm verb request no auth needed
37344npm info attempt registry request try #1 at 11:27:50
37345npm http request GET http://registry.npmjs.org/bluebird
37346npm verb request uri http://registry.npmjs.org/convert-source-map
37347npm verb request no auth needed
37348npm info attempt registry request try #1 at 11:27:50
37349npm http request GET http://registry.npmjs.org/convert-source-map
37350npm verb request uri http://registry.npmjs.org/core-js
37351npm verb request no auth needed
37352npm info attempt registry request try #1 at 11:27:50
37353npm http request GET http://registry.npmjs.org/core-js
37354npm verb request uri http://registry.npmjs.org/detect-indent
37355npm verb request no auth needed
37356npm info attempt registry request try #1 at 11:27:50
37357npm http request GET http://registry.npmjs.org/detect-indent
37358npm verb request uri http://registry.npmjs.org/esutils
37359npm verb request no auth needed
37360npm info attempt registry request try #1 at 11:27:50
37361npm http request GET http://registry.npmjs.org/esutils
37362npm verb request uri http://registry.npmjs.org/fs-readdir-recursive
37363npm verb request no auth needed
37364npm info attempt registry request try #1 at 11:27:51
37365npm http request GET http://registry.npmjs.org/fs-readdir-recursive
37366npm verb request uri http://registry.npmjs.org/globals
37367npm verb request no auth needed
37368npm info attempt registry request try #1 at 11:27:51
37369npm http request GET http://registry.npmjs.org/globals
37370npm verb request uri http://registry.npmjs.org/home-or-tmp
37371npm verb request no auth needed
37372npm info attempt registry request try #1 at 11:27:51
37373npm http request GET http://registry.npmjs.org/home-or-tmp
37374npm verb request uri http://registry.npmjs.org/is-integer
37375npm verb request no auth needed
37376npm info attempt registry request try #1 at 11:27:51
37377npm http request GET http://registry.npmjs.org/is-integer
37378npm verb request uri http://registry.npmjs.org/js-tokens
37379npm verb request no auth needed
37380npm info attempt registry request try #1 at 11:27:51
37381npm http request GET http://registry.npmjs.org/js-tokens
37382npm verb request uri http://registry.npmjs.org/json5
37383npm verb request no auth needed
37384npm info attempt registry request try #1 at 11:27:51
37385npm http request GET http://registry.npmjs.org/json5
37386npm verb request uri http://registry.npmjs.org/line-numbers
37387npm verb request no auth needed
37388npm info attempt registry request try #1 at 11:27:51
37389npm http request GET http://registry.npmjs.org/line-numbers
37390npm verb request uri http://registry.npmjs.org/output-file-sync
37391npm verb request no auth needed
37392npm info attempt registry request try #1 at 11:27:51
37393npm http request GET http://registry.npmjs.org/output-file-sync
37394npm verb request uri http://registry.npmjs.org/path-exists
37395npm verb request no auth needed
37396npm info attempt registry request try #1 at 11:27:51
37397npm http request GET http://registry.npmjs.org/path-exists
37398npm verb request uri http://registry.npmjs.org/private
37399npm verb request no auth needed
37400npm info attempt registry request try #1 at 11:27:51
37401npm http request GET http://registry.npmjs.org/private
37402npm verb request uri http://registry.npmjs.org/regenerator
37403npm verb request no auth needed
37404npm info attempt registry request try #1 at 11:27:51
37405npm http request GET http://registry.npmjs.org/regenerator
37406npm verb request uri http://registry.npmjs.org/regexpu
37407npm verb request no auth needed
37408npm info attempt registry request try #1 at 11:27:51
37409npm http request GET http://registry.npmjs.org/regexpu
37410npm verb request uri http://registry.npmjs.org/repeating
37411npm verb request no auth needed
37412npm info attempt registry request try #1 at 11:27:51
37413npm http request GET http://registry.npmjs.org/repeating
37414npm verb request uri http://registry.npmjs.org/shebang-regex
37415npm verb request no auth needed
37416npm info attempt registry request try #1 at 11:27:51
37417npm http request GET http://registry.npmjs.org/shebang-regex
37418npm verb request uri http://registry.npmjs.org/slash
37419npm verb request no auth needed
37420npm info attempt registry request try #1 at 11:27:51
37421npm http request GET http://registry.npmjs.org/slash
37422npm verb request uri http://registry.npmjs.org/source-map-support
37423npm verb request no auth needed
37424npm info attempt registry request try #1 at 11:27:51
37425npm http request GET http://registry.npmjs.org/source-map-support
37426npm verb request uri http://registry.npmjs.org/to-fast-properties
37427npm verb request no auth needed
37428npm info attempt registry request try #1 at 11:27:51
37429npm http request GET http://registry.npmjs.org/to-fast-properties
37430npm verb request uri http://registry.npmjs.org/trim-right
37431npm verb request no auth needed
37432npm info attempt registry request try #1 at 11:27:51
37433npm http request GET http://registry.npmjs.org/trim-right
37434npm verb request uri http://registry.npmjs.org/try-resolve
37435npm verb request no auth needed
37436npm info attempt registry request try #1 at 11:27:51
37437npm http request GET http://registry.npmjs.org/try-resolve
37438npm verb get http://registry.npmjs.org/source-map not expired, no request
37439npm verb addNamed "0.5.3" is a plain semver version for source-map
37440npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz not in flight; adding
37441npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz',
37442npm verb addRemoteTarball '82674b85a71b0be76c3e7416d15e9f5252eb3be0' ]
37443npm http 200 http://registry.npmjs.org/babel-plugin-dead-code-elimination
37444npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37445npm verb headers etag: '"BQJRPXEO9YX5R193XVR8YOE79"',
37446npm verb headers 'content-type': 'application/json',
37447npm verb headers 'cache-control': 'max-age=300',
37448npm verb headers 'content-length': '3566',
37449npm verb headers 'accept-ranges': 'bytes',
37450npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37451npm verb headers via: '1.1 varnish',
37452npm verb headers age: '15',
37453npm verb headers connection: 'keep-alive',
37454npm verb headers 'x-served-by': 'cache-fra1221-FRA',
37455npm verb headers 'x-cache': 'HIT',
37456npm verb headers 'x-cache-hits': '2',
37457npm verb headers 'x-timer': 'S1450870071.063311,VS0,VE0',
37458npm verb headers vary: 'Accept' }
37459npm verb get saving babel-plugin-dead-code-elimination to /root/.npm/registry.npmjs.org/babel-plugin-dead-code-elimination/.cache.json
37460npm http 200 http://registry.npmjs.org/babel-plugin-constant-folding
37461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37462npm verb headers etag: '"D6U08WQ9QLJ6MXCXF1T34ICWW"',
37463npm verb headers 'content-type': 'application/json',
37464npm verb headers 'cache-control': 'max-age=300',
37465npm verb headers 'content-length': '2543',
37466npm verb headers 'accept-ranges': 'bytes',
37467npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37468npm verb headers via: '1.1 varnish',
37469npm verb headers age: '287',
37470npm verb headers connection: 'keep-alive',
37471npm verb headers 'x-served-by': 'cache-fra1243-FRA',
37472npm verb headers 'x-cache': 'HIT',
37473npm verb headers 'x-cache-hits': '5',
37474npm verb headers 'x-timer': 'S1450870071.063285,VS0,VE0',
37475npm verb headers vary: 'Accept' }
37476npm verb get saving babel-plugin-constant-folding to /root/.npm/registry.npmjs.org/babel-plugin-constant-folding/.cache.json
37477npm http 200 http://registry.npmjs.org/babel-plugin-eval
37478npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37479npm verb headers etag: '"5XWCF98OGP01LPV22C1C92T64"',
37480npm verb headers 'content-type': 'application/json',
37481npm verb headers 'cache-control': 'max-age=60',
37482npm verb headers 'content-length': '2174',
37483npm verb headers 'accept-ranges': 'bytes',
37484npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37485npm verb headers via: '1.1 varnish',
37486npm verb headers age: '8',
37487npm verb headers connection: 'keep-alive',
37488npm verb headers 'x-served-by': 'cache-fra1221-FRA',
37489npm verb headers 'x-cache': 'HIT',
37490npm verb headers 'x-cache-hits': '2',
37491npm verb headers 'x-timer': 'S1450870071.063750,VS0,VE0',
37492npm verb headers vary: 'Accept' }
37493npm verb get saving babel-plugin-eval to /root/.npm/registry.npmjs.org/babel-plugin-eval/.cache.json
37494npm http 200 http://registry.npmjs.org/babel-plugin-inline-environment-variables
37495npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37496npm verb headers etag: '"9VQSDIJVJAL7DMXIK8KLLG7JI"',
37497npm verb headers 'content-type': 'application/json',
37498npm verb headers 'cache-control': 'max-age=300',
37499npm verb headers 'content-length': '2549',
37500npm verb headers 'accept-ranges': 'bytes',
37501npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37502npm verb headers via: '1.1 varnish',
37503npm verb headers age: '280',
37504npm verb headers connection: 'keep-alive',
37505npm verb headers 'x-served-by': 'cache-fra1222-FRA',
37506npm verb headers 'x-cache': 'HIT',
37507npm verb headers 'x-cache-hits': '3',
37508npm verb headers 'x-timer': 'S1450870071.063652,VS0,VE0',
37509npm verb headers vary: 'Accept' }
37510npm verb get saving babel-plugin-inline-environment-variables to /root/.npm/registry.npmjs.org/babel-plugin-inline-environment-variables/.cache.json
37511npm http 200 http://registry.npmjs.org/babel-plugin-member-expression-literals
37512npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37513npm verb headers etag: '"CROPUR0UI4VU7HGK9AIG2KQ4V"',
37514npm verb headers 'content-type': 'application/json',
37515npm verb headers 'cache-control': 'max-age=60',
37516npm verb headers 'content-length': '2638',
37517npm verb headers 'accept-ranges': 'bytes',
37518npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37519npm verb headers via: '1.1 varnish',
37520npm verb headers age: '8',
37521npm verb headers connection: 'keep-alive',
37522npm verb headers 'x-served-by': 'cache-fra1241-FRA',
37523npm verb headers 'x-cache': 'HIT',
37524npm verb headers 'x-cache-hits': '602',
37525npm verb headers 'x-timer': 'S1450870071.064135,VS0,VE0',
37526npm verb headers vary: 'Accept' }
37527npm verb get saving babel-plugin-member-expression-literals to /root/.npm/registry.npmjs.org/babel-plugin-member-expression-literals/.cache.json
37528npm http 200 http://registry.npmjs.org/babel-plugin-property-literals
37529npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37530npm verb headers etag: '"52391DUIV48A0OBS6SKJ9PJB2"',
37531npm verb headers 'content-type': 'application/json',
37532npm verb headers 'cache-control': 'max-age=300',
37533npm verb headers 'content-length': '2437',
37534npm verb headers 'accept-ranges': 'bytes',
37535npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37536npm verb headers via: '1.1 varnish',
37537npm verb headers age: '16',
37538npm verb headers connection: 'keep-alive',
37539npm verb headers 'x-served-by': 'cache-fra1243-FRA',
37540npm verb headers 'x-cache': 'HIT',
37541npm verb headers 'x-cache-hits': '2',
37542npm verb headers 'x-timer': 'S1450870071.064005,VS0,VE0',
37543npm verb headers vary: 'Accept' }
37544npm verb get saving babel-plugin-property-literals to /root/.npm/registry.npmjs.org/babel-plugin-property-literals/.cache.json
37545npm http 200 http://registry.npmjs.org/babel-plugin-jscript
37546npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37547npm verb headers etag: '"7SB16ZKM86IB8GQXQZU7DJQO9"',
37548npm verb headers 'content-type': 'application/json',
37549npm verb headers 'cache-control': 'max-age=300',
37550npm verb headers 'content-length': '5609',
37551npm verb headers 'accept-ranges': 'bytes',
37552npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37553npm verb headers via: '1.1 varnish',
37554npm verb headers age: '61',
37555npm verb headers connection: 'keep-alive',
37556npm verb headers 'x-served-by': 'cache-fra1223-FRA',
37557npm verb headers 'x-cache': 'HIT',
37558npm verb headers 'x-cache-hits': '2',
37559npm verb headers 'x-timer': 'S1450870071.063857,VS0,VE0',
37560npm verb headers vary: 'Accept' }
37561npm verb get saving babel-plugin-jscript to /root/.npm/registry.npmjs.org/babel-plugin-jscript/.cache.json
37562npm http 200 http://registry.npmjs.org/babel-plugin-react-display-name
37563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37564npm verb headers etag: '"C0ZCA0T3EJ5H6V9C7INA4QJ7H"',
37565npm verb headers 'content-type': 'application/json',
37566npm verb headers 'cache-control': 'max-age=60',
37567npm verb headers 'content-length': '5918',
37568npm verb headers 'accept-ranges': 'bytes',
37569npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37570npm verb headers via: '1.1 varnish',
37571npm verb headers age: '4',
37572npm verb headers connection: 'keep-alive',
37573npm verb headers 'x-served-by': 'cache-fra1248-FRA',
37574npm verb headers 'x-cache': 'HIT',
37575npm verb headers 'x-cache-hits': '2',
37576npm verb headers 'x-timer': 'S1450870071.064473,VS0,VE0',
37577npm verb headers vary: 'Accept' }
37578npm verb get saving babel-plugin-react-display-name to /root/.npm/registry.npmjs.org/babel-plugin-react-display-name/.cache.json
37579npm http 200 http://registry.npmjs.org/babel-plugin-proto-to-assign
37580npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37581npm verb headers etag: '"8BW8G1ZQKT7KDGNPZI3EUYBB3"',
37582npm verb headers 'content-type': 'application/json',
37583npm verb headers 'cache-control': 'max-age=300',
37584npm verb headers 'content-length': '6256',
37585npm verb headers 'accept-ranges': 'bytes',
37586npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37587npm verb headers via: '1.1 varnish',
37588npm verb headers age: '2',
37589npm verb headers connection: 'keep-alive',
37590npm verb headers 'x-served-by': 'cache-fra1245-FRA',
37591npm verb headers 'x-cache': 'HIT',
37592npm verb headers 'x-cache-hits': '1',
37593npm verb headers 'x-timer': 'S1450870071.064186,VS0,VE0',
37594npm verb headers vary: 'Accept' }
37595npm verb get saving babel-plugin-proto-to-assign to /root/.npm/registry.npmjs.org/babel-plugin-proto-to-assign/.cache.json
37596npm http 200 http://registry.npmjs.org/babel-plugin-react-constant-elements
37597npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37598npm verb headers etag: '"E9H2Y3JKTFJ4D6OWTFQGOOVNN"',
37599npm verb headers 'content-type': 'application/json',
37600npm verb headers 'cache-control': 'max-age=300',
37601npm verb headers 'content-length': '5071',
37602npm verb headers 'accept-ranges': 'bytes',
37603npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37604npm verb headers via: '1.1 varnish',
37605npm verb headers age: '16',
37606npm verb headers connection: 'keep-alive',
37607npm verb headers 'x-served-by': 'cache-fra1232-FRA',
37608npm verb headers 'x-cache': 'HIT',
37609npm verb headers 'x-cache-hits': '1',
37610npm verb headers 'x-timer': 'S1450870071.064489,VS0,VE0',
37611npm verb headers vary: 'Accept' }
37612npm verb get saving babel-plugin-react-constant-elements to /root/.npm/registry.npmjs.org/babel-plugin-react-constant-elements/.cache.json
37613npm http 200 http://registry.npmjs.org/babel-plugin-remove-console
37614npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37615npm verb headers etag: '"8BEXCLQP3YK5IIX96ZY47WBEL"',
37616npm verb headers 'content-type': 'application/json',
37617npm verb headers 'cache-control': 'max-age=300',
37618npm verb headers 'content-length': '2320',
37619npm verb headers 'accept-ranges': 'bytes',
37620npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37621npm verb headers via: '1.1 varnish',
37622npm verb headers age: '62',
37623npm verb headers connection: 'keep-alive',
37624npm verb headers 'x-served-by': 'cache-fra1221-FRA',
37625npm verb headers 'x-cache': 'HIT',
37626npm verb headers 'x-cache-hits': '1',
37627npm verb headers 'x-timer': 'S1450870071.064713,VS0,VE0',
37628npm verb headers vary: 'Accept' }
37629npm verb get saving babel-plugin-remove-console to /root/.npm/registry.npmjs.org/babel-plugin-remove-console/.cache.json
37630npm http 200 http://registry.npmjs.org/babel-plugin-remove-debugger
37631npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37632npm verb headers etag: '"95N569RTSLFYWPWIUTSCS29R7"',
37633npm verb headers 'content-type': 'application/json',
37634npm verb headers 'cache-control': 'max-age=300',
37635npm verb headers 'content-length': '2322',
37636npm verb headers 'accept-ranges': 'bytes',
37637npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37638npm verb headers via: '1.1 varnish',
37639npm verb headers age: '16',
37640npm verb headers connection: 'keep-alive',
37641npm verb headers 'x-served-by': 'cache-fra1245-FRA',
37642npm verb headers 'x-cache': 'HIT',
37643npm verb headers 'x-cache-hits': '1',
37644npm verb headers 'x-timer': 'S1450870071.064803,VS0,VE0',
37645npm verb headers vary: 'Accept' }
37646npm verb get saving babel-plugin-remove-debugger to /root/.npm/registry.npmjs.org/babel-plugin-remove-debugger/.cache.json
37647npm http 200 http://registry.npmjs.org/babel-plugin-runtime
37648npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37649npm verb headers etag: '"9WLUDTSWLKRP6ZJHTD135MF6F"',
37650npm verb headers 'content-type': 'application/json',
37651npm verb headers 'cache-control': 'max-age=300',
37652npm verb headers 'content-length': '9365',
37653npm verb headers 'accept-ranges': 'bytes',
37654npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37655npm verb headers via: '1.1 varnish',
37656npm verb headers age: '15',
37657npm verb headers connection: 'keep-alive',
37658npm verb headers 'x-served-by': 'cache-fra1225-FRA',
37659npm verb headers 'x-cache': 'HIT',
37660npm verb headers 'x-cache-hits': '1',
37661npm verb headers 'x-timer': 'S1450870071.064870,VS0,VE0',
37662npm verb headers vary: 'Accept' }
37663npm verb get saving babel-plugin-runtime to /root/.npm/registry.npmjs.org/babel-plugin-runtime/.cache.json
37664npm http 200 http://registry.npmjs.org/js-tokens
37665npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37666npm verb headers etag: '"F4N7TBLBJ8Z40VG7DPO546R7U"',
37667npm verb headers 'content-type': 'application/json',
37668npm verb headers 'cache-control': 'max-age=300',
37669npm verb headers 'content-length': '16474',
37670npm verb headers 'accept-ranges': 'bytes',
37671npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37672npm verb headers via: '1.1 varnish',
37673npm verb headers age: '202',
37674npm verb headers connection: 'keep-alive',
37675npm verb headers 'x-served-by': 'cache-fra1220-FRA',
37676npm verb headers 'x-cache': 'HIT',
37677npm verb headers 'x-cache-hits': '4',
37678npm verb headers 'x-timer': 'S1450870071.066539,VS0,VE0',
37679npm verb headers vary: 'Accept' }
37680npm verb get saving js-tokens to /root/.npm/registry.npmjs.org/js-tokens/.cache.json
37681npm http 200 http://registry.npmjs.org/try-resolve
37682npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37683npm verb headers etag: '"5BB3CEL65O3A216DZOYCKKRGS"',
37684npm verb headers 'content-type': 'application/json',
37685npm verb headers 'cache-control': 'max-age=300',
37686npm verb headers 'content-length': '3111',
37687npm verb headers 'accept-ranges': 'bytes',
37688npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37689npm verb headers via: '1.1 varnish',
37690npm verb headers age: '255',
37691npm verb headers connection: 'keep-alive',
37692npm verb headers 'x-served-by': 'cache-fra1237-FRA',
37693npm verb headers 'x-cache': 'HIT',
37694npm verb headers 'x-cache-hits': '4',
37695npm verb headers 'x-timer': 'S1450870071.068713,VS0,VE0',
37696npm verb headers vary: 'Accept' }
37697npm verb get saving try-resolve to /root/.npm/registry.npmjs.org/try-resolve/.cache.json
37698npm info retry fetch attempt 1 at 11:27:51
37699npm info attempt registry request try #1 at 11:27:51
37700npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz
37701npm http 200 http://registry.npmjs.org/trim-right
37702npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37703npm verb headers etag: '"3E48HG33ECI4WTDZXZNJ3R1AK"',
37704npm verb headers 'content-type': 'application/json',
37705npm verb headers 'cache-control': 'max-age=300',
37706npm verb headers 'content-length': '3909',
37707npm verb headers 'accept-ranges': 'bytes',
37708npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37709npm verb headers via: '1.1 varnish',
37710npm verb headers age: '90',
37711npm verb headers connection: 'keep-alive',
37712npm verb headers 'x-served-by': 'cache-fra1235-FRA',
37713npm verb headers 'x-cache': 'HIT',
37714npm verb headers 'x-cache-hits': '1',
37715npm verb headers 'x-timer': 'S1450870071.068677,VS0,VE0',
37716npm verb headers vary: 'Accept' }
37717npm verb get saving trim-right to /root/.npm/registry.npmjs.org/trim-right/.cache.json
37718npm http 200 http://registry.npmjs.org/slash
37719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37720npm verb headers etag: '"E9DS3F0DT71TZLMPZ7F8BUXZL"',
37721npm verb headers 'content-type': 'application/json',
37722npm verb headers 'cache-control': 'max-age=300',
37723npm verb headers 'content-length': '5795',
37724npm verb headers 'accept-ranges': 'bytes',
37725npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37726npm verb headers via: '1.1 varnish',
37727npm verb headers age: '286',
37728npm verb headers connection: 'keep-alive',
37729npm verb headers 'x-served-by': 'cache-fra1228-FRA',
37730npm verb headers 'x-cache': 'HIT',
37731npm verb headers 'x-cache-hits': '6',
37732npm verb headers 'x-timer': 'S1450870071.068082,VS0,VE0',
37733npm verb headers vary: 'Accept' }
37734npm verb get saving slash to /root/.npm/registry.npmjs.org/slash/.cache.json
37735npm http 200 http://registry.npmjs.org/shebang-regex
37736npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37737npm verb headers etag: '"4RSJWNTTHA5S6MPVECWNVDSD"',
37738npm verb headers 'content-type': 'application/json',
37739npm verb headers 'cache-control': 'max-age=60',
37740npm verb headers 'content-length': '3696',
37741npm verb headers 'accept-ranges': 'bytes',
37742npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37743npm verb headers via: '1.1 varnish',
37744npm verb headers age: '15',
37745npm verb headers connection: 'keep-alive',
37746npm verb headers 'x-served-by': 'cache-fra1246-FRA',
37747npm verb headers 'x-cache': 'HIT',
37748npm verb headers 'x-cache-hits': '2',
37749npm verb headers 'x-timer': 'S1450870071.067798,VS0,VE0',
37750npm verb headers vary: 'Accept' }
37751npm verb get saving shebang-regex to /root/.npm/registry.npmjs.org/shebang-regex/.cache.json
37752npm http 200 http://registry.npmjs.org/babel-plugin-undefined-to-void
37753npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37754npm verb headers etag: '"1O2R7G61RWSF4X0PCJYDITBFR"',
37755npm verb headers 'content-type': 'application/json',
37756npm verb headers 'cache-control': 'max-age=60',
37757npm verb headers 'content-length': '9722',
37758npm verb headers 'accept-ranges': 'bytes',
37759npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37760npm verb headers via: '1.1 varnish',
37761npm verb headers age: '8',
37762npm verb headers connection: 'keep-alive',
37763npm verb headers 'x-served-by': 'cache-fra1235-FRA',
37764npm verb headers 'x-cache': 'HIT',
37765npm verb headers 'x-cache-hits': '1',
37766npm verb headers 'x-timer': 'S1450870071.065606,VS0,VE0',
37767npm verb headers vary: 'Accept' }
37768npm verb get saving babel-plugin-undefined-to-void to /root/.npm/registry.npmjs.org/babel-plugin-undefined-to-void/.cache.json
37769npm http 200 http://registry.npmjs.org/globals
37770npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37771npm verb headers etag: '"BYNVH9UDNO0MURG5RPOERDCK5"',
37772npm verb headers 'content-type': 'application/json',
37773npm verb headers 'cache-control': 'max-age=300',
37774npm verb headers 'content-length': '43504',
37775npm verb headers 'accept-ranges': 'bytes',
37776npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37777npm verb headers via: '1.1 varnish',
37778npm verb headers age: '116',
37779npm verb headers connection: 'keep-alive',
37780npm verb headers 'x-served-by': 'cache-fra1246-FRA',
37781npm verb headers 'x-cache': 'HIT',
37782npm verb headers 'x-cache-hits': '3',
37783npm verb headers 'x-timer': 'S1450870071.066127,VS0,VE0',
37784npm verb headers vary: 'Accept' }
37785npm verb get saving globals to /root/.npm/registry.npmjs.org/globals/.cache.json
37786npm http 200 http://registry.npmjs.org/json5
37787npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37788npm verb headers etag: '"ASN70NOI1S08Z9FGL0U8OIO0B"',
37789npm verb headers 'content-type': 'application/json',
37790npm verb headers 'cache-control': 'max-age=60',
37791npm verb headers 'content-length': '13943',
37792npm verb headers 'accept-ranges': 'bytes',
37793npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37794npm verb headers via: '1.1 varnish',
37795npm verb headers age: '23',
37796npm verb headers connection: 'keep-alive',
37797npm verb headers 'x-served-by': 'cache-fra1229-FRA',
37798npm verb headers 'x-cache': 'HIT',
37799npm verb headers 'x-cache-hits': '1',
37800npm verb headers 'x-timer': 'S1450870071.066348,VS0,VE0',
37801npm verb headers vary: 'Accept' }
37802npm verb get saving json5 to /root/.npm/registry.npmjs.org/json5/.cache.json
37803npm http 200 http://registry.npmjs.org/repeating
37804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37805npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
37806npm verb headers 'content-type': 'application/json',
37807npm verb headers 'cache-control': 'max-age=60',
37808npm verb headers 'content-length': '10480',
37809npm verb headers 'accept-ranges': 'bytes',
37810npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37811npm verb headers via: '1.1 varnish',
37812npm verb headers age: '44',
37813npm verb headers connection: 'keep-alive',
37814npm verb headers 'x-served-by': 'cache-fra1226-FRA',
37815npm verb headers 'x-cache': 'HIT',
37816npm verb headers 'x-cache-hits': '3',
37817npm verb headers 'x-timer': 'S1450870071.067827,VS0,VE0',
37818npm verb headers vary: 'Accept' }
37819npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
37820npm http 200 http://registry.npmjs.org/to-fast-properties
37821npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37822npm verb headers etag: '"6J8XPNZL52VKJVT5TNPRQ7CRU"',
37823npm verb headers 'content-type': 'application/json',
37824npm verb headers 'cache-control': 'max-age=60',
37825npm verb headers 'content-length': '4065',
37826npm verb headers 'accept-ranges': 'bytes',
37827npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37828npm verb headers via: '1.1 varnish',
37829npm verb headers age: '44',
37830npm verb headers connection: 'keep-alive',
37831npm verb headers 'x-served-by': 'cache-fra1234-FRA',
37832npm verb headers 'x-cache': 'HIT',
37833npm verb headers 'x-cache-hits': '2',
37834npm verb headers 'x-timer': 'S1450870071.068315,VS0,VE0',
37835npm verb headers vary: 'Accept' }
37836npm verb get saving to-fast-properties to /root/.npm/registry.npmjs.org/to-fast-properties/.cache.json
37837npm http 200 http://registry.npmjs.org/path-exists
37838npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37839npm verb headers etag: '"B6A16QA42GOTP8I2G30OR84F9"',
37840npm verb headers 'content-type': 'application/json',
37841npm verb headers 'cache-control': 'max-age=60',
37842npm verb headers 'content-length': '5579',
37843npm verb headers 'accept-ranges': 'bytes',
37844npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37845npm verb headers via: '1.1 varnish',
37846npm verb headers age: '59',
37847npm verb headers connection: 'keep-alive',
37848npm verb headers 'x-served-by': 'cache-fra1232-FRA',
37849npm verb headers 'x-cache': 'HIT',
37850npm verb headers 'x-cache-hits': '2',
37851npm verb headers 'x-timer': 'S1450870071.067282,VS0,VE0',
37852npm verb headers vary: 'Accept' }
37853npm verb get saving path-exists to /root/.npm/registry.npmjs.org/path-exists/.cache.json
37854npm http 200 http://registry.npmjs.org/detect-indent
37855npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37856npm verb headers etag: '"DNMVUWE871W9UFSFGHK453YAR"',
37857npm verb headers 'content-type': 'application/json',
37858npm verb headers 'cache-control': 'max-age=60',
37859npm verb headers 'content-length': '18428',
37860npm verb headers 'accept-ranges': 'bytes',
37861npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37862npm verb headers via: '1.1 varnish',
37863npm verb headers age: '9',
37864npm verb headers connection: 'keep-alive',
37865npm verb headers 'x-served-by': 'cache-fra1221-FRA',
37866npm verb headers 'x-cache': 'HIT',
37867npm verb headers 'x-cache-hits': '2',
37868npm verb headers 'x-timer': 'S1450870071.066155,VS0,VE0',
37869npm verb headers vary: 'Accept' }
37870npm verb get saving detect-indent to /root/.npm/registry.npmjs.org/detect-indent/.cache.json
37871npm http 200 http://registry.npmjs.org/private
37872npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37873npm verb headers etag: '"CYCL3LS37GT66Q0X11ELDMVPR"',
37874npm verb headers 'content-type': 'application/json',
37875npm verb headers 'cache-control': 'max-age=300',
37876npm verb headers 'content-length': '20016',
37877npm verb headers 'accept-ranges': 'bytes',
37878npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37879npm verb headers via: '1.1 varnish',
37880npm verb headers age: '150',
37881npm verb headers connection: 'keep-alive',
37882npm verb headers 'x-served-by': 'cache-fra1222-FRA',
37883npm verb headers 'x-cache': 'HIT',
37884npm verb headers 'x-cache-hits': '3',
37885npm verb headers 'x-timer': 'S1450870071.067146,VS0,VE0',
37886npm verb headers vary: 'Accept' }
37887npm verb get saving private to /root/.npm/registry.npmjs.org/private/.cache.json
37888npm http 200 http://registry.npmjs.org/source-map-support
37889npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37890npm verb headers etag: '"1D6XX337J2ZCBVHOE9T23LCEK"',
37891npm verb headers 'content-type': 'application/json',
37892npm verb headers 'cache-control': 'max-age=300',
37893npm verb headers 'content-length': '31327',
37894npm verb headers 'accept-ranges': 'bytes',
37895npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37896npm verb headers via: '1.1 varnish',
37897npm verb headers age: '291',
37898npm verb headers connection: 'keep-alive',
37899npm verb headers 'x-served-by': 'cache-fra1234-FRA',
37900npm verb headers 'x-cache': 'HIT',
37901npm verb headers 'x-cache-hits': '3',
37902npm verb headers 'x-timer': 'S1450870071.067883,VS0,VE0',
37903npm verb headers vary: 'Accept' }
37904npm verb get saving source-map-support to /root/.npm/registry.npmjs.org/source-map-support/.cache.json
37905npm http 200 http://registry.npmjs.org/fs-readdir-recursive
37906npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37907npm verb headers etag: '"2TIEWQ2E6XQ27C9LX82F6D8UQ"',
37908npm verb headers 'content-type': 'application/json',
37909npm verb headers 'cache-control': 'max-age=60',
37910npm verb headers 'content-length': '11406',
37911npm verb headers 'accept-ranges': 'bytes',
37912npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37913npm verb headers via: '1.1 varnish',
37914npm verb headers age: '8',
37915npm verb headers connection: 'keep-alive',
37916npm verb headers 'x-served-by': 'cache-fra1247-FRA',
37917npm verb headers 'x-cache': 'HIT',
37918npm verb headers 'x-cache-hits': '1',
37919npm verb headers 'x-timer': 'S1450870071.065963,VS0,VE0',
37920npm verb headers vary: 'Accept' }
37921npm verb get saving fs-readdir-recursive to /root/.npm/registry.npmjs.org/fs-readdir-recursive/.cache.json
37922npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz
37923npm http 200 http://registry.npmjs.org/convert-source-map
37924npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37925npm verb headers etag: '"71JFAS53ENRGFWNJBS50LPU1S"',
37926npm verb headers 'content-type': 'application/json',
37927npm verb headers 'cache-control': 'max-age=60',
37928npm verb headers 'content-length': '33191',
37929npm verb headers 'accept-ranges': 'bytes',
37930npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
37931npm verb headers via: '1.1 varnish',
37932npm verb headers age: '59',
37933npm verb headers connection: 'keep-alive',
37934npm verb headers 'x-served-by': 'cache-fra1225-FRA',
37935npm verb headers 'x-cache': 'HIT',
37936npm verb headers 'x-cache-hits': '1',
37937npm verb headers 'x-timer': 'S1450870071.065812,VS0,VE0',
37938npm verb headers vary: 'Accept' }
37939npm verb get saving convert-source-map to /root/.npm/registry.npmjs.org/convert-source-map/.cache.json
37940npm verb cache add spec babel-plugin-constant-folding@^1.0.1
37941npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-constant-folding
37942npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-constant-folding not in flight; fetching
37943npm verb cache add spec babel-plugin-inline-environment-variables@^1.0.1
37944npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-inline-environment-variables
37945npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-inline-environment-variables not in flight; fetching
37946npm verb cache add spec babel-plugin-eval@^1.0.1
37947npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-eval
37948npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-eval not in flight; fetching
37949npm verb cache add spec babel-plugin-dead-code-elimination@^1.0.2
37950npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for babel-plugin-dead-code-elimination
37951npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-dead-code-elimination not in flight; fetching
37952npm verb cache add spec babel-plugin-member-expression-literals@^1.0.1
37953npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-member-expression-literals
37954npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-member-expression-literals not in flight; fetching
37955npm verb cache add spec babel-plugin-property-literals@^1.0.1
37956npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-property-literals
37957npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-property-literals not in flight; fetching
37958npm verb cache add spec babel-plugin-jscript@^1.0.4
37959npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for babel-plugin-jscript
37960npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-jscript not in flight; fetching
37961npm verb cache add spec babel-plugin-react-display-name@^1.0.3
37962npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-react-display-name
37963npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-react-display-name not in flight; fetching
37964npm verb cache add spec babel-plugin-proto-to-assign@^1.0.3
37965npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-proto-to-assign
37966npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-proto-to-assign not in flight; fetching
37967npm verb cache add spec babel-plugin-remove-console@^1.0.1
37968npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-remove-console
37969npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-remove-console not in flight; fetching
37970npm verb cache add spec babel-plugin-remove-debugger@^1.0.1
37971npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-remove-debugger
37972npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-remove-debugger not in flight; fetching
37973npm verb cache add spec babel-plugin-runtime@^1.0.7
37974npm verb addNamed ">=1.0.7 <2.0.0" is a valid semver range for babel-plugin-runtime
37975npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-runtime not in flight; fetching
37976npm verb cache add spec babel-plugin-react-constant-elements@^1.0.3
37977npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-react-constant-elements
37978npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-react-constant-elements not in flight; fetching
37979npm verb cache add spec js-tokens@1.0.1
37980npm verb addNamed "1.0.1" is a plain semver version for js-tokens
37981npm verb addNameVersion registry:http://registry.npmjs.org/js-tokens not in flight; fetching
37982npm verb cache add spec try-resolve@^1.0.0
37983npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for try-resolve
37984npm verb addNameRange registry:http://registry.npmjs.org/try-resolve not in flight; fetching
37985npm verb cache add spec trim-right@^1.0.0
37986npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-right
37987npm verb addNameRange registry:http://registry.npmjs.org/trim-right not in flight; fetching
37988npm verb cache add spec slash@^1.0.0
37989npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for slash
37990npm verb addNameRange registry:http://registry.npmjs.org/slash not in flight; fetching
37991npm verb cache add spec shebang-regex@^1.0.0
37992npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for shebang-regex
37993npm verb addNameRange registry:http://registry.npmjs.org/shebang-regex not in flight; fetching
37994npm http 200 http://registry.npmjs.org/line-numbers
37995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
37996npm verb headers etag: '"1MSV70PLCAKEEJRBQYEL2473M"',
37997npm verb headers 'content-type': 'application/json',
37998npm verb headers 'cache-control': 'max-age=60',
37999npm verb headers 'content-length': '4634',
38000npm verb headers 'accept-ranges': 'bytes',
38001npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38002npm verb headers via: '1.1 varnish',
38003npm verb headers age: '16',
38004npm verb headers connection: 'keep-alive',
38005npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38006npm verb headers 'x-cache': 'HIT',
38007npm verb headers 'x-cache-hits': '3',
38008npm verb headers 'x-timer': 'S1450870071.066874,VS0,VE0',
38009npm verb headers vary: 'Accept' }
38010npm verb get saving line-numbers to /root/.npm/registry.npmjs.org/line-numbers/.cache.json
38011npm http 200 http://registry.npmjs.org/babel-plugin-undeclared-variables-check
38012npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38013npm verb headers etag: '"V4JSS7ELU1OXDRD4396QGVQQ"',
38014npm verb headers 'content-type': 'application/json',
38015npm verb headers 'cache-control': 'max-age=300',
38016npm verb headers 'content-length': '11631',
38017npm verb headers 'accept-ranges': 'bytes',
38018npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38019npm verb headers via: '1.1 varnish',
38020npm verb headers age: '2',
38021npm verb headers connection: 'keep-alive',
38022npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38023npm verb headers 'x-cache': 'HIT',
38024npm verb headers 'x-cache-hits': '1',
38025npm verb headers 'x-timer': 'S1450870071.064957,VS0,VE0',
38026npm verb headers vary: 'Accept' }
38027npm verb get saving babel-plugin-undeclared-variables-check to /root/.npm/registry.npmjs.org/babel-plugin-undeclared-variables-check/.cache.json
38028npm http 200 http://registry.npmjs.org/home-or-tmp
38029npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38030npm verb headers etag: '"NM58CWNXYE24MX5VRVQ5KKWR"',
38031npm verb headers 'content-type': 'application/json',
38032npm verb headers 'cache-control': 'max-age=300',
38033npm verb headers 'content-length': '4087',
38034npm verb headers 'accept-ranges': 'bytes',
38035npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38036npm verb headers via: '1.1 varnish',
38037npm verb headers age: '45',
38038npm verb headers connection: 'keep-alive',
38039npm verb headers 'x-served-by': 'cache-fra1227-FRA',
38040npm verb headers 'x-cache': 'HIT',
38041npm verb headers 'x-cache-hits': '1',
38042npm verb headers 'x-timer': 'S1450870071.066356,VS0,VE0',
38043npm verb headers vary: 'Accept' }
38044npm verb get saving home-or-tmp to /root/.npm/registry.npmjs.org/home-or-tmp/.cache.json
38045npm http 200 http://registry.npmjs.org/output-file-sync
38046npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38047npm verb headers etag: '"3JMCY4X9L20DSOYEG20U2QSIG"',
38048npm verb headers 'content-type': 'application/json',
38049npm verb headers 'cache-control': 'max-age=60',
38050npm verb headers 'content-length': '9757',
38051npm verb headers 'accept-ranges': 'bytes',
38052npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38053npm verb headers via: '1.1 varnish',
38054npm verb headers age: '16',
38055npm verb headers connection: 'keep-alive',
38056npm verb headers 'x-served-by': 'cache-fra1227-FRA',
38057npm verb headers 'x-cache': 'HIT',
38058npm verb headers 'x-cache-hits': '1',
38059npm verb headers 'x-timer': 'S1450870071.066846,VS0,VE0',
38060npm verb headers vary: 'Accept' }
38061npm verb get saving output-file-sync to /root/.npm/registry.npmjs.org/output-file-sync/.cache.json
38062npm verb cache add spec babel-plugin-undefined-to-void@^1.1.6
38063npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for babel-plugin-undefined-to-void
38064npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-undefined-to-void not in flight; fetching
38065npm verb cache add spec repeating@^1.1.2
38066npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for repeating
38067npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
38068npm verb cache add spec json5@^0.4.0
38069npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for json5
38070npm verb addNameRange registry:http://registry.npmjs.org/json5 not in flight; fetching
38071npm verb cache add spec globals@^6.4.0
38072npm verb addNamed ">=6.4.0 <7.0.0" is a valid semver range for globals
38073npm verb addNameRange registry:http://registry.npmjs.org/globals not in flight; fetching
38074npm http 200 http://registry.npmjs.org/babylon
38075npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38076npm verb headers etag: '"E151FIV4M6Y0YFMN0RNP90IM3"',
38077npm verb headers 'content-type': 'application/json',
38078npm verb headers 'cache-control': 'max-age=300',
38079npm verb headers 'content-length': '69346',
38080npm verb headers 'accept-ranges': 'bytes',
38081npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38082npm verb headers via: '1.1 varnish',
38083npm verb headers age: '74',
38084npm verb headers connection: 'keep-alive',
38085npm verb headers 'x-served-by': 'cache-fra1237-FRA',
38086npm verb headers 'x-cache': 'HIT',
38087npm verb headers 'x-cache-hits': '2',
38088npm verb headers 'x-timer': 'S1450870071.065629,VS0,VE0',
38089npm verb headers vary: 'Accept' }
38090npm verb get saving babylon to /root/.npm/registry.npmjs.org/babylon/.cache.json
38091npm http 200 http://registry.npmjs.org/is-integer
38092npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38093npm verb headers etag: '"6OQLLC30L9Z08OPF5M0Y95F2A"',
38094npm verb headers 'content-type': 'application/json',
38095npm verb headers 'cache-control': 'max-age=300',
38096npm verb headers 'content-length': '8123',
38097npm verb headers 'accept-ranges': 'bytes',
38098npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38099npm verb headers via: '1.1 varnish',
38100npm verb headers age: '90',
38101npm verb headers connection: 'keep-alive',
38102npm verb headers 'x-served-by': 'cache-fra1223-FRA',
38103npm verb headers 'x-cache': 'HIT',
38104npm verb headers 'x-cache-hits': '3',
38105npm verb headers 'x-timer': 'S1450870071.066266,VS0,VE0',
38106npm verb headers vary: 'Accept' }
38107npm verb get saving is-integer to /root/.npm/registry.npmjs.org/is-integer/.cache.json
38108npm verb cache add spec to-fast-properties@^1.0.0
38109npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for to-fast-properties
38110npm verb addNameRange registry:http://registry.npmjs.org/to-fast-properties not in flight; fetching
38111npm verb cache add spec path-exists@^1.0.0
38112npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-exists
38113npm verb addNameRange registry:http://registry.npmjs.org/path-exists not in flight; fetching
38114npm verb cache add spec detect-indent@^3.0.0
38115npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for detect-indent
38116npm verb addNameRange registry:http://registry.npmjs.org/detect-indent not in flight; fetching
38117npm verb cache add spec source-map-support@^0.2.10
38118npm verb addNamed ">=0.2.10 <0.3.0" is a valid semver range for source-map-support
38119npm verb addNameRange registry:http://registry.npmjs.org/source-map-support not in flight; fetching
38120npm verb cache add spec fs-readdir-recursive@^0.1.0
38121npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for fs-readdir-recursive
38122npm verb addNameRange registry:http://registry.npmjs.org/fs-readdir-recursive not in flight; fetching
38123npm verb cache add spec private@^0.1.6
38124npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for private
38125npm verb addNameRange registry:http://registry.npmjs.org/private not in flight; fetching
38126npm verb get http://registry.npmjs.org/babel-plugin-constant-folding not expired, no request
38127npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-constant-folding
38128npm verb get http://registry.npmjs.org/babel-plugin-inline-environment-variables not expired, no request
38129npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-inline-environment-variables
38130npm verb get http://registry.npmjs.org/babel-plugin-eval not expired, no request
38131npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-eval
38132npm verb get http://registry.npmjs.org/babel-plugin-dead-code-elimination not expired, no request
38133npm verb addNamed "1.0.2" is a plain semver version for babel-plugin-dead-code-elimination
38134npm verb get http://registry.npmjs.org/babel-plugin-member-expression-literals not expired, no request
38135npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-member-expression-literals
38136npm verb get http://registry.npmjs.org/babel-plugin-property-literals not expired, no request
38137npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-property-literals
38138npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz not in flight; adding
38139npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz',
38140npm verb addRemoteTarball '8361d364c98e449c3692bdba51eff0844290aa8e' ]
38141npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz not in flight; adding
38142npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz',
38143npm verb addRemoteTarball '1f58ce91207ad6a826a8bf645fafe68ff5fe3ffe' ]
38144npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz not in flight; adding
38145npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz',
38146npm verb addRemoteTarball 'a2faed25ce6be69ade4bfec263f70169195950da' ]
38147npm verb get http://registry.npmjs.org/babel-plugin-jscript not expired, no request
38148npm verb addNamed "1.0.4" is a plain semver version for babel-plugin-jscript
38149npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz not in flight; adding
38150npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz',
38151npm verb addRemoteTarball '5f7c451274dcd7cccdbfbb3e0b85dd28121f0f65' ]
38152npm verb get http://registry.npmjs.org/babel-plugin-react-display-name not expired, no request
38153npm verb addNamed "1.0.3" is a plain semver version for babel-plugin-react-display-name
38154npm verb get http://registry.npmjs.org/babel-plugin-proto-to-assign not expired, no request
38155npm verb addNamed "1.0.4" is a plain semver version for babel-plugin-proto-to-assign
38156npm verb get http://registry.npmjs.org/babel-plugin-remove-console not expired, no request
38157npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-remove-console
38158npm verb get http://registry.npmjs.org/babel-plugin-remove-debugger not expired, no request
38159npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-remove-debugger
38160npm verb get http://registry.npmjs.org/babel-plugin-runtime not expired, no request
38161npm verb addNamed "1.0.7" is a plain semver version for babel-plugin-runtime
38162npm verb get http://registry.npmjs.org/babel-plugin-react-constant-elements not expired, no request
38163npm verb addNamed "1.0.3" is a plain semver version for babel-plugin-react-constant-elements
38164npm verb get http://registry.npmjs.org/js-tokens not expired, no request
38165npm verb get http://registry.npmjs.org/try-resolve not expired, no request
38166npm verb addNamed "1.0.1" is a plain semver version for try-resolve
38167npm http 200 http://registry.npmjs.org/esutils
38168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38169npm verb headers etag: '"7VMH27EN8T99V4NDNMXTFFUJD"',
38170npm verb headers 'content-type': 'application/json',
38171npm verb headers 'cache-control': 'max-age=60',
38172npm verb headers 'content-length': '23110',
38173npm verb headers 'accept-ranges': 'bytes',
38174npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38175npm verb headers via: '1.1 varnish',
38176npm verb headers age: '26',
38177npm verb headers connection: 'keep-alive',
38178npm verb headers 'x-served-by': 'cache-fra1237-FRA',
38179npm verb headers 'x-cache': 'HIT',
38180npm verb headers 'x-cache-hits': '2',
38181npm verb headers 'x-timer': 'S1450870071.065928,VS0,VE0',
38182npm verb headers vary: 'Accept' }
38183npm verb get saving esutils to /root/.npm/registry.npmjs.org/esutils/.cache.json
38184npm http 200 http://registry.npmjs.org/regexpu
38185npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38186npm verb headers etag: '"EJ6VMNNN5XAOOS2ZBRKS3IK7X"',
38187npm verb headers 'content-type': 'application/json',
38188npm verb headers 'cache-control': 'max-age=300',
38189npm verb headers 'content-length': '37327',
38190npm verb headers 'accept-ranges': 'bytes',
38191npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38192npm verb headers via: '1.1 varnish',
38193npm verb headers age: '16',
38194npm verb headers connection: 'keep-alive',
38195npm verb headers 'x-served-by': 'cache-fra1225-FRA',
38196npm verb headers 'x-cache': 'HIT',
38197npm verb headers 'x-cache-hits': '8',
38198npm verb headers 'x-timer': 'S1450870071.067634,VS0,VE0',
38199npm verb headers vary: 'Accept' }
38200npm verb get saving regexpu to /root/.npm/registry.npmjs.org/regexpu/.cache.json
38201npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz not in flight; adding
38202npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz',
38203npm verb addRemoteTarball 'cc5edb0faa8dc927170e74d6d1c02440021624d3' ]
38204npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz not in flight; adding
38205npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz',
38206npm verb addRemoteTarball '0252301900192980b1c118efea48ce93aab83336' ]
38207npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz not in flight; adding
38208npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz',
38209npm verb addRemoteTarball '8f342c38276e87a47d5fa0a8bd3d5eb6ccad8fcc' ]
38210npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz not in flight; adding
38211npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz',
38212npm verb addRemoteTarball '754fe38926e8424a4e7b15ab6ea6139dee0514fc' ]
38213npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz not in flight; adding
38214npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz',
38215npm verb addRemoteTarball 'c49e7afd02f577bc4da05ea2df002250cf7cd123' ]
38216npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz not in flight; adding
38217npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz',
38218npm verb addRemoteTarball 'd8f24556c3a05005d42aaaafd27787f53ff013a7' ]
38219npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz not in flight; adding
38220npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz',
38221npm verb addRemoteTarball 'fd2ea3cd61a428ad1f3b9c89882ff4293e8c14c7' ]
38222npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz not in flight; adding
38223npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz',
38224npm verb addRemoteTarball 'bf7c7d966dd56ecd5c17fa1cb253c9acb7e54aaf' ]
38225npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz not in flight; adding
38226npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz',
38227npm verb addRemoteTarball '946736e8378429cbc349dcff62f51c143b34e35a' ]
38228npm verb addRemoteTarball http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz not in flight; adding
38229npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz',
38230npm verb addRemoteTarball 'cc435a5c8b94ad15acb7983140fc80182c89aeae' ]
38231npm verb addRemoteTarball http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz not in flight; adding
38232npm verb addRemoteTarball [ 'http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz',
38233npm verb addRemoteTarball 'cfde6fabd72d63e5797cfaab873abbe8e700e912' ]
38234npm verb get http://registry.npmjs.org/trim-right not expired, no request
38235npm verb addNamed "1.0.1" is a plain semver version for trim-right
38236npm verb get http://registry.npmjs.org/slash not expired, no request
38237npm verb addNamed "1.0.0" is a plain semver version for slash
38238npm verb get http://registry.npmjs.org/shebang-regex not expired, no request
38239npm verb addNamed "1.0.0" is a plain semver version for shebang-regex
38240npm verb addRemoteTarball http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz not in flight; adding
38241npm verb addRemoteTarball [ 'http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz',
38242npm verb addRemoteTarball 'cb2e1203067e0c8de1f614094b9fe45704ea6003' ]
38243npm verb addRemoteTarball http://registry.npmjs.org/slash/-/slash-1.0.0.tgz not in flight; adding
38244npm verb addRemoteTarball [ 'http://registry.npmjs.org/slash/-/slash-1.0.0.tgz',
38245npm verb addRemoteTarball 'c41f2f6c39fc16d1cd17ad4b5d896114ae470d55' ]
38246npm verb addRemoteTarball http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz not in flight; adding
38247npm verb addRemoteTarball [ 'http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz',
38248npm verb addRemoteTarball 'da42f49740c0b42db2ca9728571cb190c98efea3' ]
38249npm verb get http://registry.npmjs.org/babel-plugin-undefined-to-void not expired, no request
38250npm verb addNamed "1.1.6" is a plain semver version for babel-plugin-undefined-to-void
38251npm verb get http://registry.npmjs.org/repeating not expired, no request
38252npm verb addNamed "1.1.3" is a plain semver version for repeating
38253npm verb get http://registry.npmjs.org/json5 not expired, no request
38254npm verb addNamed "0.4.0" is a plain semver version for json5
38255npm verb get http://registry.npmjs.org/globals not expired, no request
38256npm verb addNamed "6.4.1" is a plain semver version for globals
38257npm verb get http://registry.npmjs.org/to-fast-properties not expired, no request
38258npm verb addNamed "1.0.1" is a plain semver version for to-fast-properties
38259npm verb cache add spec convert-source-map@^1.1.0
38260npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for convert-source-map
38261npm verb addNameRange registry:http://registry.npmjs.org/convert-source-map not in flight; fetching
38262npm verb get http://registry.npmjs.org/path-exists not expired, no request
38263npm verb addNamed "1.0.0" is a plain semver version for path-exists
38264npm info retry fetch attempt 1 at 11:27:51
38265npm info attempt registry request try #1 at 11:27:51
38266npm http fetch GET http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz
38267npm info retry fetch attempt 1 at 11:27:51
38268npm info attempt registry request try #1 at 11:27:51
38269npm http fetch GET http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz
38270npm info retry fetch attempt 1 at 11:27:51
38271npm info attempt registry request try #1 at 11:27:51
38272npm http fetch GET http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz
38273npm info retry fetch attempt 1 at 11:27:51
38274npm info attempt registry request try #1 at 11:27:51
38275npm http fetch GET http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz
38276npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz not in flight; adding
38277npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz',
38278npm verb addRemoteTarball '7f578ef8b78dfae6003385d8417a61eda06e2f81' ]
38279npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
38280npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz',
38281npm verb addRemoteTarball '3d4114218877537494f97f77f9785fab810fa4ac' ]
38282npm verb addRemoteTarball http://registry.npmjs.org/json5/-/json5-0.4.0.tgz not in flight; adding
38283npm verb addRemoteTarball [ 'http://registry.npmjs.org/json5/-/json5-0.4.0.tgz',
38284npm verb addRemoteTarball '054352e4c4c80c86c0923877d449de176a732c8d' ]
38285npm verb addRemoteTarball http://registry.npmjs.org/globals/-/globals-6.4.1.tgz not in flight; adding
38286npm verb addRemoteTarball [ 'http://registry.npmjs.org/globals/-/globals-6.4.1.tgz',
38287npm verb addRemoteTarball '8498032b3b6d1cc81eebc5f79690d8fe29fabf4f' ]
38288npm http 200 http://registry.npmjs.org/regenerator
38289npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38290npm verb headers etag: '"CDARCTBT09KP7SIWIXEUFTTJK"',
38291npm verb headers 'content-type': 'application/json',
38292npm verb headers 'cache-control': 'max-age=300',
38293npm verb headers 'content-length': '153087',
38294npm verb headers 'accept-ranges': 'bytes',
38295npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38296npm verb headers via: '1.1 varnish',
38297npm verb headers age: '256',
38298npm verb headers connection: 'keep-alive',
38299npm verb headers 'x-served-by': 'cache-fra1239-FRA',
38300npm verb headers 'x-cache': 'HIT',
38301npm verb headers 'x-cache-hits': '6',
38302npm verb headers 'x-timer': 'S1450870071.067655,VS0,VE0',
38303npm verb headers vary: 'Accept' }
38304npm verb get saving regenerator to /root/.npm/registry.npmjs.org/regenerator/.cache.json
38305npm verb addRemoteTarball http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz not in flight; adding
38306npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz',
38307npm verb addRemoteTarball '4a41554d2b2f4bbe2d794060dc47396b10bb48a8' ]
38308npm verb get http://registry.npmjs.org/source-map-support not expired, no request
38309npm verb addNamed "0.2.10" is a plain semver version for source-map-support
38310npm verb get http://registry.npmjs.org/detect-indent not expired, no request
38311npm verb addNamed "3.0.1" is a plain semver version for detect-indent
38312npm verb get http://registry.npmjs.org/fs-readdir-recursive not expired, no request
38313npm verb addNamed "0.1.2" is a plain semver version for fs-readdir-recursive
38314npm info retry fetch attempt 1 at 11:27:51
38315npm info attempt registry request try #1 at 11:27:51
38316npm http fetch GET http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz
38317npm verb get http://registry.npmjs.org/private not expired, no request
38318npm verb addNamed "0.1.6" is a plain semver version for private
38319npm verb addRemoteTarball http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz not in flight; adding
38320npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz',
38321npm verb addRemoteTarball 'd5a8998eb71ef37a74c34eb0d9eba6e878eea081' ]
38322npm info retry fetch attempt 1 at 11:27:51
38323npm info attempt registry request try #1 at 11:27:51
38324npm http fetch GET http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz
38325npm info retry fetch attempt 1 at 11:27:51
38326npm info attempt registry request try #1 at 11:27:51
38327npm http fetch GET http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz
38328npm info retry fetch attempt 1 at 11:27:51
38329npm info attempt registry request try #1 at 11:27:51
38330npm http fetch GET http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz
38331npm info retry fetch attempt 1 at 11:27:51
38332npm info attempt registry request try #1 at 11:27:51
38333npm http fetch GET http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz
38334npm info retry fetch attempt 1 at 11:27:51
38335npm info attempt registry request try #1 at 11:27:51
38336npm http fetch GET http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz
38337npm info retry fetch attempt 1 at 11:27:51
38338npm info attempt registry request try #1 at 11:27:51
38339npm http fetch GET http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz
38340npm info retry fetch attempt 1 at 11:27:51
38341npm info attempt registry request try #1 at 11:27:51
38342npm http fetch GET http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz
38343npm info retry fetch attempt 1 at 11:27:51
38344npm info attempt registry request try #1 at 11:27:51
38345npm http fetch GET http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz
38346npm info retry fetch attempt 1 at 11:27:51
38347npm info attempt registry request try #1 at 11:27:51
38348npm http fetch GET http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz
38349npm info retry fetch attempt 1 at 11:27:51
38350npm info attempt registry request try #1 at 11:27:51
38351npm http fetch GET http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz
38352npm http 200 http://registry.npmjs.org/core-js
38353npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38354npm verb headers etag: '"17XY7NZ1GNONDMBHCK6BXLMV2"',
38355npm verb headers 'content-type': 'application/json',
38356npm verb headers 'cache-control': 'max-age=300',
38357npm verb headers 'content-length': '185498',
38358npm verb headers 'accept-ranges': 'bytes',
38359npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38360npm verb headers via: '1.1 varnish',
38361npm verb headers age: '49',
38362npm verb headers connection: 'keep-alive',
38363npm verb headers 'x-served-by': 'cache-fra1228-FRA',
38364npm verb headers 'x-cache': 'HIT',
38365npm verb headers 'x-cache-hits': '4',
38366npm verb headers 'x-timer': 'S1450870071.066002,VS0,VE0',
38367npm verb headers vary: 'Accept' }
38368npm verb get saving core-js to /root/.npm/registry.npmjs.org/core-js/.cache.json
38369npm verb addRemoteTarball http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
38370npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz',
38371npm verb addRemoteTarball 'ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc' ]
38372npm verb addRemoteTarball http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz not in flight; adding
38373npm verb addRemoteTarball [ 'http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz',
38374npm verb addRemoteTarball '9dc5e5ddbceef8325764b9451b02bc6d54084f75' ]
38375npm verb addRemoteTarball http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz not in flight; adding
38376npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz',
38377npm verb addRemoteTarball '315b4fb8c1ca5b8c47defef319d073dad3568059' ]
38378npm verb addRemoteTarball http://registry.npmjs.org/private/-/private-0.1.6.tgz not in flight; adding
38379npm verb addRemoteTarball [ 'http://registry.npmjs.org/private/-/private-0.1.6.tgz',
38380npm verb addRemoteTarball '55c6a976d0f9bafb9924851350fe47b9b5fbb7c1' ]
38381npm info retry fetch attempt 1 at 11:27:51
38382npm info attempt registry request try #1 at 11:27:51
38383npm http fetch GET http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz
38384npm info retry fetch attempt 1 at 11:27:51
38385npm info attempt registry request try #1 at 11:27:51
38386npm http fetch GET http://registry.npmjs.org/slash/-/slash-1.0.0.tgz
38387npm info retry fetch attempt 1 at 11:27:51
38388npm info attempt registry request try #1 at 11:27:51
38389npm http fetch GET http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz
38390npm http fetch 200 http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz
38391npm http fetch 200 http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz
38392npm http fetch 200 http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz
38393npm http fetch 200 http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz
38394npm info retry fetch attempt 1 at 11:27:51
38395npm info attempt registry request try #1 at 11:27:51
38396npm http fetch GET http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz
38397npm info retry fetch attempt 1 at 11:27:51
38398npm info attempt registry request try #1 at 11:27:51
38399npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
38400npm info retry fetch attempt 1 at 11:27:51
38401npm info attempt registry request try #1 at 11:27:51
38402npm http fetch GET http://registry.npmjs.org/json5/-/json5-0.4.0.tgz
38403npm info retry fetch attempt 1 at 11:27:51
38404npm info attempt registry request try #1 at 11:27:51
38405npm http fetch GET http://registry.npmjs.org/globals/-/globals-6.4.1.tgz
38406npm verb cache add spec babel-plugin-undeclared-variables-check@^1.0.2
38407npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for babel-plugin-undeclared-variables-check
38408npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-undeclared-variables-check not in flight; fetching
38409npm verb cache add spec home-or-tmp@^1.0.0
38410npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for home-or-tmp
38411npm verb addNameRange registry:http://registry.npmjs.org/home-or-tmp not in flight; fetching
38412npm verb cache add spec line-numbers@0.2.0
38413npm verb addNamed "0.2.0" is a plain semver version for line-numbers
38414npm verb addNameVersion registry:http://registry.npmjs.org/line-numbers not in flight; fetching
38415npm http fetch 200 http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz
38416npm http fetch 200 http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz
38417npm http fetch 200 http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz
38418npm http fetch 200 http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz
38419npm http fetch 200 http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz
38420npm http fetch 200 http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz
38421npm http fetch 200 http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz
38422npm http fetch 200 http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz
38423npm http fetch 200 http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz
38424npm http fetch 200 http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz
38425npm http fetch 200 http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz
38426npm verb cache add spec output-file-sync@^1.1.0
38427npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for output-file-sync
38428npm verb addNameRange registry:http://registry.npmjs.org/output-file-sync not in flight; fetching
38429npm info retry fetch attempt 1 at 11:27:51
38430npm info attempt registry request try #1 at 11:27:51
38431npm http fetch GET http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz
38432npm info retry fetch attempt 1 at 11:27:51
38433npm info attempt registry request try #1 at 11:27:51
38434npm http fetch GET http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz
38435npm verb cache add spec babylon@^5.8.34
38436npm verb addNamed ">=5.8.34 <6.0.0" is a valid semver range for babylon
38437npm verb addNameRange registry:http://registry.npmjs.org/babylon not in flight; fetching
38438npm verb cache add spec is-integer@^1.0.4
38439npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for is-integer
38440npm verb addNameRange registry:http://registry.npmjs.org/is-integer not in flight; fetching
38441npm http fetch 200 http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz
38442npm http fetch 200 http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz
38443npm http fetch 200 http://registry.npmjs.org/slash/-/slash-1.0.0.tgz
38444npm info retry fetch attempt 1 at 11:27:51
38445npm info attempt registry request try #1 at 11:27:51
38446npm http fetch GET http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
38447npm info retry fetch attempt 1 at 11:27:51
38448npm info attempt registry request try #1 at 11:27:51
38449npm http fetch GET http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz
38450npm verb get http://registry.npmjs.org/convert-source-map not expired, no request
38451npm verb addNamed "1.1.2" is a plain semver version for convert-source-map
38452npm info retry fetch attempt 1 at 11:27:51
38453npm info attempt registry request try #1 at 11:27:51
38454npm http fetch GET http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz
38455npm info retry fetch attempt 1 at 11:27:51
38456npm info attempt registry request try #1 at 11:27:51
38457npm http fetch GET http://registry.npmjs.org/private/-/private-0.1.6.tgz
38458npm http fetch 200 http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz
38459npm http fetch 200 http://registry.npmjs.org/json5/-/json5-0.4.0.tgz
38460npm http fetch 200 http://registry.npmjs.org/globals/-/globals-6.4.1.tgz
38461npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
38462npm verb addRemoteTarball http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz not in flight; adding
38463npm verb addRemoteTarball [ 'http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz',
38464npm verb addRemoteTarball '8266378831073907fa384f0b2aecab0ba0586693' ]
38465npm http fetch 200 http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz
38466npm http fetch 200 http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz
38467npm verb cache add spec regexpu@^1.3.0
38468npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for regexpu
38469npm verb addNameRange registry:http://registry.npmjs.org/regexpu not in flight; fetching
38470npm verb cache add spec esutils@^2.0.0
38471npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for esutils
38472npm verb addNameRange registry:http://registry.npmjs.org/esutils not in flight; fetching
38473npm verb get http://registry.npmjs.org/babel-plugin-undeclared-variables-check not expired, no request
38474npm verb addNamed "1.0.2" is a plain semver version for babel-plugin-undeclared-variables-check
38475npm verb get http://registry.npmjs.org/home-or-tmp not expired, no request
38476npm verb addNamed "1.0.0" is a plain semver version for home-or-tmp
38477npm verb get http://registry.npmjs.org/line-numbers not expired, no request
38478npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz not in flight; adding
38479npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-constant-folding@1.0.1
38480npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz not in flight; adding
38481npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-inline-environment-variables@1.0.1
38482npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz not in flight; adding
38483npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-eval@1.0.1
38484npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz not in flight; adding
38485npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-dead-code-elimination@1.0.2
38486npm http fetch 200 http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz
38487npm http fetch 200 http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
38488npm http fetch 200 http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz
38489npm verb get http://registry.npmjs.org/output-file-sync not expired, no request
38490npm verb addNamed "1.1.1" is a plain semver version for output-file-sync
38491npm info retry fetch attempt 1 at 11:27:51
38492npm info attempt registry request try #1 at 11:27:51
38493npm http fetch GET http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz
38494npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz not in flight; adding
38495npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz',
38496npm verb addRemoteTarball '5cf1aa539d813ff64e99641290af620965f65dee' ]
38497npm verb addRemoteTarball http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz not in flight; adding
38498npm verb addRemoteTarball [ 'http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz',
38499npm verb addRemoteTarball '4b9f1e40800c3e50c6c27f781676afcce71f3985' ]
38500npm verb addRemoteTarball http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz not in flight; adding
38501npm verb addRemoteTarball [ 'http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz',
38502npm verb addRemoteTarball '6bc028149440e570d495ab509692aa08bd779c6e' ]
38503npm verb get http://registry.npmjs.org/is-integer not expired, no request
38504npm verb addNamed "1.0.6" is a plain semver version for is-integer
38505npm verb get http://registry.npmjs.org/babylon not expired, no request
38506npm verb addNamed "5.8.34" is a plain semver version for babylon
38507npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map/-/source-map-0.5.3.tgz not in flight; adding
38508npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.5.3
38509npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz not in flight; adding
38510npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-jscript@1.0.4
38511npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz not in flight; adding
38512npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-property-literals@1.0.1
38513npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz not in flight; adding
38514npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-member-expression-literals@1.0.1
38515npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz not in flight; adding
38516npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-remove-console@1.0.1
38517npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz not in flight; adding
38518npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-react-display-name@1.0.3
38519npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz not in flight; adding
38520npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-remove-debugger@1.0.1
38521npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz not in flight; adding
38522npm verb addTmpTarball already have metadata; skipping unpack for try-resolve@1.0.1
38523npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz not in flight; adding
38524npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-proto-to-assign@1.0.4
38525npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz not in flight; adding
38526npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-react-constant-elements@1.0.3
38527npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz not in flight; adding
38528npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-runtime@1.0.7
38529npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz not in flight; adding
38530npm verb addTmpTarball already have metadata; skipping unpack for js-tokens@1.0.1
38531npm verb addRemoteTarball http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz not in flight; adding
38532npm verb addRemoteTarball [ 'http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz',
38533npm verb addRemoteTarball 'a4653997c2df63c9811f7f1d7a1208404ed32e9e' ]
38534npm verb addRemoteTarball http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz not in flight; adding
38535npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz',
38536npm verb addRemoteTarball '5273819fada880d123e1ac00a938e7172dd8d95e' ]
38537npm verb addRemoteTarball http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz not in flight; adding
38538npm verb addRemoteTarball [ 'http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz',
38539npm verb addRemoteTarball '549f573f45c3bc5e75b2a57639027d2d724edaaa' ]
38540npm verb cache add spec regenerator@0.8.40
38541npm verb addNamed "0.8.40" is a plain semver version for regenerator
38542npm verb addNameVersion registry:http://registry.npmjs.org/regenerator not in flight; fetching
38543npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz not in flight; adding
38544npm verb addTmpTarball already have metadata; skipping unpack for trim-right@1.0.1
38545npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz not in flight; adding
38546npm verb addTmpTarball already have metadata; skipping unpack for shebang-regex@1.0.0
38547npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/slash/-/slash-1.0.0.tgz not in flight; adding
38548npm verb addTmpTarball already have metadata; skipping unpack for slash@1.0.0
38549npm verb cache add spec core-js@^1.0.0
38550npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for core-js
38551npm verb addNameRange registry:http://registry.npmjs.org/core-js not in flight; fetching
38552npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz not in flight; adding
38553npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-undefined-to-void@1.1.6
38554npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/json5/-/json5-0.4.0.tgz not in flight; adding
38555npm verb addTmpTarball already have metadata; skipping unpack for json5@0.4.0
38556npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/globals/-/globals-6.4.1.tgz not in flight; adding
38557npm verb addTmpTarball already have metadata; skipping unpack for globals@6.4.1
38558npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
38559npm verb addTmpTarball already have metadata; skipping unpack for repeating@1.1.3
38560npm info retry fetch attempt 1 at 11:27:51
38561npm info attempt registry request try #1 at 11:27:51
38562npm http fetch GET http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz
38563npm info retry fetch attempt 1 at 11:27:51
38564npm info attempt registry request try #1 at 11:27:51
38565npm http fetch GET http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz
38566npm info retry fetch attempt 1 at 11:27:51
38567npm info attempt registry request try #1 at 11:27:51
38568npm http fetch GET http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz
38569npm verb get http://registry.npmjs.org/esutils not expired, no request
38570npm verb addNamed "2.0.2" is a plain semver version for esutils
38571npm verb get http://registry.npmjs.org/regexpu not expired, no request
38572npm verb addNamed "1.3.0" is a plain semver version for regexpu
38573npm http fetch 200 http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz
38574npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz not in flight; adding
38575npm verb addTmpTarball already have metadata; skipping unpack for to-fast-properties@1.0.1
38576npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz not in flight; adding
38577npm verb addTmpTarball already have metadata; skipping unpack for path-exists@1.0.0
38578npm info retry fetch attempt 1 at 11:27:51
38579npm info attempt registry request try #1 at 11:27:51
38580npm http fetch GET http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz
38581npm info retry fetch attempt 1 at 11:27:51
38582npm info attempt registry request try #1 at 11:27:51
38583npm http fetch GET http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz
38584npm verb addRemoteTarball http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
38585npm verb addRemoteTarball [ 'http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz',
38586npm verb addRemoteTarball '0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b' ]
38587npm verb addRemoteTarball http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz not in flight; adding
38588npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz',
38589npm verb addRemoteTarball 'e534dc991a9e5846050c98de6d7dd4a55c9ea16d' ]
38590npm info retry fetch attempt 1 at 11:27:51
38591npm info attempt registry request try #1 at 11:27:51
38592npm http fetch GET http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz
38593npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz not in flight; adding
38594npm verb addTmpTarball already have metadata; skipping unpack for fs-readdir-recursive@0.1.2
38595npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz not in flight; adding
38596npm verb addTmpTarball already have metadata; skipping unpack for detect-indent@3.0.1
38597npm verb get http://registry.npmjs.org/regenerator not expired, no request
38598npm http fetch 200 http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz
38599npm http fetch 200 http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz
38600npm http fetch 200 http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz
38601npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
38602npm verb addTmpTarball already have metadata; skipping unpack for source-map-support@0.2.10
38603npm info retry fetch attempt 1 at 11:27:51
38604npm info attempt registry request try #1 at 11:27:51
38605npm http fetch GET http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
38606npm verb addRemoteTarball http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz not in flight; adding
38607npm verb addRemoteTarball [ 'http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz',
38608npm verb addRemoteTarball 'a0e457c58ebdbae575c9f8cd75127e93756435d8' ]
38609npm info retry fetch attempt 1 at 11:27:51
38610npm info attempt registry request try #1 at 11:27:51
38611npm http fetch GET http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz
38612npm verb get http://registry.npmjs.org/core-js not expired, no request
38613npm verb addNamed "1.2.6" is a plain semver version for core-js
38614npm http fetch 200 http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz
38615npm http fetch 200 http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz
38616npm http fetch 200 http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz
38617npm verb addRemoteTarball http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz not in flight; adding
38618npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz',
38619npm verb addRemoteTarball 'e2351f6cae764f8c34e5d839acb6a60cef8b4a45' ]
38620npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz not in flight; adding
38621npm verb addTmpTarball already have metadata; skipping unpack for convert-source-map@1.1.2
38622npm info retry fetch attempt 1 at 11:27:51
38623npm info attempt registry request try #1 at 11:27:51
38624npm http fetch GET http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz
38625npm verb afterAdd /root/.npm/babel-plugin-constant-folding/1.0.1/package/package.json not in flight; writing
38626npm verb afterAdd /root/.npm/babel-plugin-eval/1.0.1/package/package.json not in flight; writing
38627npm verb afterAdd /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package/package.json not in flight; writing
38628npm verb afterAdd /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package/package.json not in flight; writing
38629npm info retry fetch attempt 1 at 11:27:52
38630npm info attempt registry request try #1 at 11:27:52
38631npm http fetch GET http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz
38632npm verb afterAdd /root/.npm/babel-plugin-property-literals/1.0.1/package/package.json not in flight; writing
38633npm verb afterAdd /root/.npm/babel-plugin-jscript/1.0.4/package/package.json not in flight; writing
38634npm verb afterAdd /root/.npm/babel-plugin-member-expression-literals/1.0.1/package/package.json not in flight; writing
38635npm verb afterAdd /root/.npm/babel-plugin-remove-console/1.0.1/package/package.json not in flight; writing
38636npm verb afterAdd /root/.npm/babel-plugin-react-display-name/1.0.3/package/package.json not in flight; writing
38637npm verb afterAdd /root/.npm/try-resolve/1.0.1/package/package.json not in flight; writing
38638npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
38639npm verb afterAdd /root/.npm/babel-plugin-remove-debugger/1.0.1/package/package.json not in flight; writing
38640npm verb afterAdd /root/.npm/babel-plugin-react-constant-elements/1.0.3/package/package.json not in flight; writing
38641npm verb afterAdd /root/.npm/babel-plugin-proto-to-assign/1.0.4/package/package.json not in flight; writing
38642npm verb afterAdd /root/.npm/babel-plugin-runtime/1.0.7/package/package.json not in flight; writing
38643npm verb afterAdd /root/.npm/js-tokens/1.0.1/package/package.json not in flight; writing
38644npm http fetch 200 http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
38645npm http fetch 200 http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz
38646npm verb afterAdd /root/.npm/trim-right/1.0.1/package/package.json not in flight; writing
38647npm verb afterAdd /root/.npm/shebang-regex/1.0.0/package/package.json not in flight; writing
38648npm verb afterAdd /root/.npm/slash/1.0.0/package/package.json not in flight; writing
38649npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz not in flight; adding
38650npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-undeclared-variables-check@1.0.2
38651npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz not in flight; adding
38652npm verb addTmpTarball already have metadata; skipping unpack for line-numbers@0.2.0
38653npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz not in flight; adding
38654npm verb addTmpTarball already have metadata; skipping unpack for home-or-tmp@1.0.0
38655npm verb afterAdd /root/.npm/babel-plugin-undefined-to-void/1.1.6/package/package.json not in flight; writing
38656npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json not in flight; writing
38657npm verb afterAdd /root/.npm/json5/0.4.0/package/package.json not in flight; writing
38658npm verb afterAdd /root/.npm/globals/6.4.1/package/package.json not in flight; writing
38659npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz not in flight; adding
38660npm verb addTmpTarball already have metadata; skipping unpack for output-file-sync@1.1.1
38661npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz not in flight; adding
38662npm verb addTmpTarball already have metadata; skipping unpack for is-integer@1.0.6
38663npm http fetch 200 http://registry.npmjs.org/private/-/private-0.1.6.tgz
38664npm http fetch 200 http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz
38665npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/babylon/-/babylon-5.8.34.tgz not in flight; adding
38666npm verb addTmpTarball already have metadata; skipping unpack for babylon@5.8.34
38667npm http fetch 200 http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz
38668npm verb afterAdd /root/.npm/to-fast-properties/1.0.1/package/package.json not in flight; writing
38669npm verb afterAdd /root/.npm/path-exists/1.0.0/package/package.json not in flight; writing
38670npm verb afterAdd /root/.npm/babel-plugin-eval/1.0.1/package/package.json written
38671npm verb afterAdd /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package/package.json written
38672npm verb afterAdd /root/.npm/babel-plugin-constant-folding/1.0.1/package/package.json written
38673npm verb afterAdd /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package/package.json written
38674npm verb afterAdd /root/.npm/babel-plugin-property-literals/1.0.1/package/package.json written
38675npm verb afterAdd /root/.npm/babel-plugin-jscript/1.0.4/package/package.json written
38676npm verb afterAdd /root/.npm/babel-plugin-member-expression-literals/1.0.1/package/package.json written
38677npm verb afterAdd /root/.npm/babel-plugin-remove-console/1.0.1/package/package.json written
38678npm verb afterAdd /root/.npm/babel-plugin-react-display-name/1.0.3/package/package.json written
38679npm verb afterAdd /root/.npm/try-resolve/1.0.1/package/package.json written
38680npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
38681npm verb afterAdd /root/.npm/babel-plugin-remove-debugger/1.0.1/package/package.json written
38682npm verb afterAdd /root/.npm/babel-plugin-react-constant-elements/1.0.3/package/package.json written
38683npm verb afterAdd /root/.npm/babel-plugin-proto-to-assign/1.0.4/package/package.json written
38684npm verb afterAdd /root/.npm/babel-plugin-runtime/1.0.7/package/package.json written
38685npm verb afterAdd /root/.npm/js-tokens/1.0.1/package/package.json written
38686npm verb afterAdd /root/.npm/fs-readdir-recursive/0.1.2/package/package.json not in flight; writing
38687npm verb afterAdd /root/.npm/detect-indent/3.0.1/package/package.json not in flight; writing
38688npm verb afterAdd /root/.npm/trim-right/1.0.1/package/package.json written
38689npm verb afterAdd /root/.npm/shebang-regex/1.0.0/package/package.json written
38690npm verb afterAdd /root/.npm/slash/1.0.0/package/package.json written
38691npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
38692npm verb addTmpTarball already have metadata; skipping unpack for esutils@2.0.2
38693npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz not in flight; adding
38694npm verb addTmpTarball already have metadata; skipping unpack for regexpu@1.3.0
38695npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json not in flight; writing
38696npm verb afterAdd /root/.npm/babel-plugin-undefined-to-void/1.1.6/package/package.json written
38697npm verb afterAdd /root/.npm/json5/0.4.0/package/package.json written
38698npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json written
38699npm verb afterAdd /root/.npm/globals/6.4.1/package/package.json written
38700npm verb afterAdd /root/.npm/to-fast-properties/1.0.1/package/package.json written
38701npm verb afterAdd /root/.npm/path-exists/1.0.0/package/package.json written
38702npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/private/-/private-0.1.6.tgz not in flight; adding
38703npm verb addTmpTarball already have metadata; skipping unpack for private@0.1.6
38704npm verb afterAdd /root/.npm/convert-source-map/1.1.2/package/package.json not in flight; writing
38705npm verb afterAdd /root/.npm/fs-readdir-recursive/0.1.2/package/package.json written
38706npm verb afterAdd /root/.npm/detect-indent/3.0.1/package/package.json written
38707npm http 200 http://registry.npmjs.org/bluebird
38708npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38709npm verb headers etag: '"8MR0092RLNQ7310LZ78BEOREY"',
38710npm verb headers 'content-type': 'application/json',
38711npm verb headers 'cache-control': 'max-age=300',
38712npm verb headers 'content-length': '336194',
38713npm verb headers 'accept-ranges': 'bytes',
38714npm verb headers date: 'Wed, 23 Dec 2015 11:27:51 GMT',
38715npm verb headers via: '1.1 varnish',
38716npm verb headers age: '206',
38717npm verb headers connection: 'keep-alive',
38718npm verb headers 'x-served-by': 'cache-fra1226-FRA',
38719npm verb headers 'x-cache': 'HIT',
38720npm verb headers 'x-cache-hits': '5',
38721npm verb headers 'x-timer': 'S1450870071.065774,VS0,VE0',
38722npm verb headers vary: 'Accept' }
38723npm verb get saving bluebird to /root/.npm/registry.npmjs.org/bluebird/.cache.json
38724npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz not in flight; adding
38725npm verb addTmpTarball already have metadata; skipping unpack for regenerator@0.8.40
38726npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json written
38727npm verb afterAdd /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package/package.json not in flight; writing
38728npm verb afterAdd /root/.npm/line-numbers/0.2.0/package/package.json not in flight; writing
38729npm verb afterAdd /root/.npm/home-or-tmp/1.0.0/package/package.json not in flight; writing
38730npm verb afterAdd /root/.npm/output-file-sync/1.1.1/package/package.json not in flight; writing
38731npm verb afterAdd /root/.npm/is-integer/1.0.6/package/package.json not in flight; writing
38732npm verb afterAdd /root/.npm/babylon/5.8.34/package/package.json not in flight; writing
38733npm verb afterAdd /root/.npm/convert-source-map/1.1.2/package/package.json written
38734npm verb afterAdd /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package/package.json written
38735npm verb afterAdd /root/.npm/line-numbers/0.2.0/package/package.json written
38736npm verb afterAdd /root/.npm/home-or-tmp/1.0.0/package/package.json written
38737npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json not in flight; writing
38738npm verb afterAdd /root/.npm/regexpu/1.3.0/package/package.json not in flight; writing
38739npm verb afterAdd /root/.npm/output-file-sync/1.1.1/package/package.json written
38740npm verb afterAdd /root/.npm/is-integer/1.0.6/package/package.json written
38741npm verb afterAdd /root/.npm/babylon/5.8.34/package/package.json written
38742npm verb cache add spec bluebird@^2.9.33
38743npm verb addNamed ">=2.9.33 <3.0.0" is a valid semver range for bluebird
38744npm verb addNameRange registry:http://registry.npmjs.org/bluebird not in flight; fetching
38745npm verb afterAdd /root/.npm/private/0.1.6/package/package.json not in flight; writing
38746npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json written
38747npm verb afterAdd /root/.npm/regexpu/1.3.0/package/package.json written
38748npm verb afterAdd /root/.npm/regenerator/0.8.40/package/package.json not in flight; writing
38749npm verb get http://registry.npmjs.org/bluebird not expired, no request
38750npm verb addNamed "2.10.2" is a plain semver version for bluebird
38751npm verb afterAdd /root/.npm/private/0.1.6/package/package.json written
38752npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
38753npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz',
38754npm verb addRemoteTarball '024a5517295308857f14f91f1106fc3b555f446b' ]
38755npm verb afterAdd /root/.npm/regenerator/0.8.40/package/package.json written
38756npm info retry fetch attempt 1 at 11:27:52
38757npm info attempt registry request try #1 at 11:27:52
38758npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
38759npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
38760npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
38761npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.10.2
38762npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json not in flight; writing
38763npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json written
38764npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/core-js/-/core-js-1.2.6.tgz not in flight; adding
38765npm verb addTmpTarball already have metadata; skipping unpack for core-js@1.2.6
38766npm verb afterAdd /root/.npm/core-js/1.2.6/package/package.json not in flight; writing
38767npm verb afterAdd /root/.npm/core-js/1.2.6/package/package.json written
38768npm verb request uri http://registry.npmjs.org/leven
38769npm verb request no auth needed
38770npm info attempt registry request try #1 at 11:27:52
38771npm http request GET http://registry.npmjs.org/leven
38772npm http 200 http://registry.npmjs.org/leven
38773npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38774npm verb headers etag: '"77EGW13CWYTPILOBWJD8IECHM"',
38775npm verb headers 'content-type': 'application/json',
38776npm verb headers 'cache-control': 'max-age=300',
38777npm verb headers 'content-length': '8006',
38778npm verb headers 'accept-ranges': 'bytes',
38779npm verb headers date: 'Wed, 23 Dec 2015 11:27:52 GMT',
38780npm verb headers via: '1.1 varnish',
38781npm verb headers age: '79',
38782npm verb headers connection: 'keep-alive',
38783npm verb headers 'x-served-by': 'cache-fra1243-FRA',
38784npm verb headers 'x-cache': 'HIT',
38785npm verb headers 'x-cache-hits': '1',
38786npm verb headers 'x-timer': 'S1450870072.805236,VS0,VE0',
38787npm verb headers vary: 'Accept' }
38788npm verb get saving leven to /root/.npm/registry.npmjs.org/leven/.cache.json
38789npm verb cache add spec leven@^1.0.2
38790npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for leven
38791npm verb addNameRange registry:http://registry.npmjs.org/leven not in flight; fetching
38792npm verb get http://registry.npmjs.org/leven not expired, no request
38793npm verb addNamed "1.0.2" is a plain semver version for leven
38794npm verb addRemoteTarball http://registry.npmjs.org/leven/-/leven-1.0.2.tgz not in flight; adding
38795npm verb addRemoteTarball [ 'http://registry.npmjs.org/leven/-/leven-1.0.2.tgz',
38796npm verb addRemoteTarball '9144b6eebca5f1d0680169f1a6770dcea60b75c3' ]
38797npm info retry fetch attempt 1 at 11:27:52
38798npm info attempt registry request try #1 at 11:27:52
38799npm http fetch GET http://registry.npmjs.org/leven/-/leven-1.0.2.tgz
38800npm http fetch 200 http://registry.npmjs.org/leven/-/leven-1.0.2.tgz
38801npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/leven/-/leven-1.0.2.tgz not in flight; adding
38802npm verb addTmpTarball already have metadata; skipping unpack for leven@1.0.2
38803npm verb afterAdd /root/.npm/leven/1.0.2/package/package.json not in flight; writing
38804npm verb afterAdd /root/.npm/leven/1.0.2/package/package.json written
38805npm verb request uri http://registry.npmjs.org/ansi-styles
38806npm verb request no auth needed
38807npm info attempt registry request try #1 at 11:27:52
38808npm http request GET http://registry.npmjs.org/ansi-styles
38809npm verb request uri http://registry.npmjs.org/has-ansi
38810npm verb request no auth needed
38811npm info attempt registry request try #1 at 11:27:52
38812npm http request GET http://registry.npmjs.org/has-ansi
38813npm verb request uri http://registry.npmjs.org/strip-ansi
38814npm verb request no auth needed
38815npm info attempt registry request try #1 at 11:27:52
38816npm http request GET http://registry.npmjs.org/strip-ansi
38817npm verb request uri http://registry.npmjs.org/supports-color
38818npm verb request no auth needed
38819npm info attempt registry request try #1 at 11:27:52
38820npm http request GET http://registry.npmjs.org/supports-color
38821npm http 200 http://registry.npmjs.org/ansi-styles
38822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38823npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
38824npm verb headers 'content-type': 'application/json',
38825npm verb headers 'cache-control': 'max-age=300',
38826npm verb headers 'content-length': '13350',
38827npm verb headers 'accept-ranges': 'bytes',
38828npm verb headers date: 'Wed, 23 Dec 2015 11:27:52 GMT',
38829npm verb headers via: '1.1 varnish',
38830npm verb headers age: '166',
38831npm verb headers connection: 'keep-alive',
38832npm verb headers 'x-served-by': 'cache-fra1248-FRA',
38833npm verb headers 'x-cache': 'HIT',
38834npm verb headers 'x-cache-hits': '9',
38835npm verb headers 'x-timer': 'S1450870072.915768,VS0,VE0',
38836npm verb headers vary: 'Accept' }
38837npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
38838npm http 200 http://registry.npmjs.org/strip-ansi
38839npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38840npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
38841npm verb headers 'content-type': 'application/json',
38842npm verb headers 'cache-control': 'max-age=300',
38843npm verb headers 'content-length': '14430',
38844npm verb headers 'accept-ranges': 'bytes',
38845npm verb headers date: 'Wed, 23 Dec 2015 11:27:52 GMT',
38846npm verb headers via: '1.1 varnish',
38847npm verb headers age: '111',
38848npm verb headers connection: 'keep-alive',
38849npm verb headers 'x-served-by': 'cache-fra1232-FRA',
38850npm verb headers 'x-cache': 'HIT',
38851npm verb headers 'x-cache-hits': '13',
38852npm verb headers 'x-timer': 'S1450870072.916029,VS0,VE0',
38853npm verb headers vary: 'Accept' }
38854npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
38855npm http 200 http://registry.npmjs.org/has-ansi
38856npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38857npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
38858npm verb headers 'content-type': 'application/json',
38859npm verb headers 'cache-control': 'max-age=60',
38860npm verb headers 'content-length': '9964',
38861npm verb headers 'accept-ranges': 'bytes',
38862npm verb headers date: 'Wed, 23 Dec 2015 11:27:52 GMT',
38863npm verb headers via: '1.1 varnish',
38864npm verb headers age: '42',
38865npm verb headers connection: 'keep-alive',
38866npm verb headers 'x-served-by': 'cache-fra1245-FRA',
38867npm verb headers 'x-cache': 'HIT',
38868npm verb headers 'x-cache-hits': '8',
38869npm verb headers 'x-timer': 'S1450870072.915985,VS0,VE0',
38870npm verb headers vary: 'Accept' }
38871npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
38872npm http 200 http://registry.npmjs.org/supports-color
38873npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38874npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
38875npm verb headers 'content-type': 'application/json',
38876npm verb headers 'cache-control': 'max-age=60',
38877npm verb headers 'content-length': '20342',
38878npm verb headers 'accept-ranges': 'bytes',
38879npm verb headers date: 'Wed, 23 Dec 2015 11:27:52 GMT',
38880npm verb headers via: '1.1 varnish',
38881npm verb headers age: '27',
38882npm verb headers connection: 'keep-alive',
38883npm verb headers 'x-served-by': 'cache-fra1221-FRA',
38884npm verb headers 'x-cache': 'HIT',
38885npm verb headers 'x-cache-hits': '4',
38886npm verb headers 'x-timer': 'S1450870072.918515,VS0,VE0',
38887npm verb headers vary: 'Accept' }
38888npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
38889npm verb cache add spec ansi-styles@^2.1.0
38890npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
38891npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
38892npm verb cache add spec has-ansi@^2.0.0
38893npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
38894npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
38895npm verb cache add spec supports-color@^2.0.0
38896npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
38897npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
38898npm verb cache add spec strip-ansi@^3.0.0
38899npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
38900npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
38901npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
38902npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
38903npm verb get http://registry.npmjs.org/has-ansi not expired, no request
38904npm verb addNamed "2.0.0" is a plain semver version for has-ansi
38905npm verb get http://registry.npmjs.org/supports-color not expired, no request
38906npm verb addNamed "2.0.0" is a plain semver version for supports-color
38907npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
38908npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
38909npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
38910npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
38911npm verb addRemoteTarball '990f747146927b559a932bf92959163d60c0d0e2' ]
38912npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
38913npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
38914npm verb addRemoteTarball '34f5049ce1ecdf2b0649af3ef24e45ed35416d91' ]
38915npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
38916npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
38917npm verb addRemoteTarball '535d045ce6b6363fa40117084629995e9df324c7' ]
38918npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
38919npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
38920npm verb addRemoteTarball '7510b665567ca914ccb5d7e072763ac968be3724' ]
38921npm info retry fetch attempt 1 at 11:27:53
38922npm info attempt registry request try #1 at 11:27:53
38923npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
38924npm info retry fetch attempt 1 at 11:27:53
38925npm info attempt registry request try #1 at 11:27:53
38926npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
38927npm info retry fetch attempt 1 at 11:27:53
38928npm info attempt registry request try #1 at 11:27:53
38929npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
38930npm info retry fetch attempt 1 at 11:27:53
38931npm info attempt registry request try #1 at 11:27:53
38932npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
38933npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
38934npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
38935npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@2.1.0
38936npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
38937npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
38938npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
38939npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
38940npm verb addTmpTarball already have metadata; skipping unpack for supports-color@2.0.0
38941npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
38942npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@2.0.0
38943npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
38944npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@3.0.0
38945npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
38946npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
38947npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
38948npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
38949npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
38950npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
38951npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
38952npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
38953npm verb request uri http://registry.npmjs.org/ansi-regex
38954npm verb request no auth needed
38955npm info attempt registry request try #1 at 11:27:53
38956npm http request GET http://registry.npmjs.org/ansi-regex
38957npm http 200 http://registry.npmjs.org/ansi-regex
38958npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
38959npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
38960npm verb headers 'content-type': 'application/json',
38961npm verb headers 'cache-control': 'max-age=60',
38962npm verb headers 'content-length': '10585',
38963npm verb headers 'accept-ranges': 'bytes',
38964npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
38965npm verb headers via: '1.1 varnish',
38966npm verb headers age: '21',
38967npm verb headers connection: 'keep-alive',
38968npm verb headers 'x-served-by': 'cache-fra1235-FRA',
38969npm verb headers 'x-cache': 'HIT',
38970npm verb headers 'x-cache-hits': '1',
38971npm verb headers 'x-timer': 'S1450870073.088417,VS0,VE0',
38972npm verb headers vary: 'Accept' }
38973npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
38974npm verb cache add spec ansi-regex@^2.0.0
38975npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
38976npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
38977npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
38978npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
38979npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
38980npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
38981npm verb addRemoteTarball 'c5061b6e0ef8a81775e50f5d66151bf6bf371107' ]
38982npm info retry fetch attempt 1 at 11:27:53
38983npm info attempt registry request try #1 at 11:27:53
38984npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
38985npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
38986npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
38987npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@2.0.0
38988npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
38989npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
38990npm verb cache add spec minimist@^1.1.0
38991npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
38992npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
38993npm verb request uri http://registry.npmjs.org/get-stdin
38994npm verb request no auth needed
38995npm info attempt registry request try #1 at 11:27:53
38996npm http request GET http://registry.npmjs.org/get-stdin
38997npm verb get http://registry.npmjs.org/minimist not expired, no request
38998npm verb addNamed "1.2.0" is a plain semver version for minimist
38999npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
39000npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz',
39001npm verb addRemoteTarball 'a35008b20f41383eec1fb914f4cd5df79a264284' ]
39002npm info retry fetch attempt 1 at 11:27:53
39003npm info attempt registry request try #1 at 11:27:53
39004npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
39005npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
39006npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
39007npm verb addTmpTarball already have metadata; skipping unpack for minimist@1.2.0
39008npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
39009npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
39010npm http 200 http://registry.npmjs.org/get-stdin
39011npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39012npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
39013npm verb headers 'content-type': 'application/json',
39014npm verb headers 'cache-control': 'max-age=60',
39015npm verb headers 'content-length': '13271',
39016npm verb headers 'accept-ranges': 'bytes',
39017npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39018npm verb headers via: '1.1 varnish',
39019npm verb headers age: '14',
39020npm verb headers connection: 'keep-alive',
39021npm verb headers 'x-served-by': 'cache-fra1246-FRA',
39022npm verb headers 'x-cache': 'HIT',
39023npm verb headers 'x-cache-hits': '3',
39024npm verb headers 'x-timer': 'S1450870073.215318,VS0,VE0',
39025npm verb headers vary: 'Accept' }
39026npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
39027npm verb cache add spec get-stdin@^4.0.1
39028npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for get-stdin
39029npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
39030npm verb get http://registry.npmjs.org/get-stdin not expired, no request
39031npm verb addNamed "4.0.1" is a plain semver version for get-stdin
39032npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
39033npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz',
39034npm verb addRemoteTarball 'b968c6b0a04384324902e8bf1a5df32579a450fe' ]
39035npm info retry fetch attempt 1 at 11:27:53
39036npm info attempt registry request try #1 at 11:27:53
39037npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
39038npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
39039npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
39040npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@4.0.1
39041npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json not in flight; writing
39042npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json written
39043npm verb request uri http://registry.npmjs.org/is-finite
39044npm verb request no auth needed
39045npm info attempt registry request try #1 at 11:27:53
39046npm http request GET http://registry.npmjs.org/is-finite
39047npm http 200 http://registry.npmjs.org/is-finite
39048npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39049npm verb headers etag: '"5UGUZMTQAD5XTPNS1L5J5373L"',
39050npm verb headers 'content-type': 'application/json',
39051npm verb headers 'cache-control': 'max-age=60',
39052npm verb headers 'content-length': '3732',
39053npm verb headers 'accept-ranges': 'bytes',
39054npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39055npm verb headers via: '1.1 varnish',
39056npm verb headers age: '14',
39057npm verb headers connection: 'keep-alive',
39058npm verb headers 'x-served-by': 'cache-fra1229-FRA',
39059npm verb headers 'x-cache': 'HIT',
39060npm verb headers 'x-cache-hits': '3',
39061npm verb headers 'x-timer': 'S1450870073.342296,VS0,VE0',
39062npm verb headers vary: 'Accept' }
39063npm verb get saving is-finite to /root/.npm/registry.npmjs.org/is-finite/.cache.json
39064npm verb cache add spec is-finite@^1.0.0
39065npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-finite
39066npm verb addNameRange registry:http://registry.npmjs.org/is-finite not in flight; fetching
39067npm verb get http://registry.npmjs.org/is-finite not expired, no request
39068npm verb addNamed "1.0.1" is a plain semver version for is-finite
39069npm verb addRemoteTarball http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
39070npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz',
39071npm verb addRemoteTarball '6438603eaebe2793948ff4a4262ec8db3d62597b' ]
39072npm info retry fetch attempt 1 at 11:27:53
39073npm info attempt registry request try #1 at 11:27:53
39074npm http fetch GET http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
39075npm http fetch 200 http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
39076npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
39077npm verb addTmpTarball already have metadata; skipping unpack for is-finite@1.0.1
39078npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json not in flight; writing
39079npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json written
39080npm verb request uri http://registry.npmjs.org/number-is-nan
39081npm verb request no auth needed
39082npm info attempt registry request try #1 at 11:27:53
39083npm http request GET http://registry.npmjs.org/number-is-nan
39084npm http 200 http://registry.npmjs.org/number-is-nan
39085npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39086npm verb headers etag: '"BCBSJHWOHTBSTQRYM7FWOBJUY"',
39087npm verb headers 'content-type': 'application/json',
39088npm verb headers 'cache-control': 'max-age=60',
39089npm verb headers 'content-length': '2640',
39090npm verb headers 'accept-ranges': 'bytes',
39091npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39092npm verb headers via: '1.1 varnish',
39093npm verb headers age: '16',
39094npm verb headers connection: 'keep-alive',
39095npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39096npm verb headers 'x-cache': 'HIT',
39097npm verb headers 'x-cache-hits': '3',
39098npm verb headers 'x-timer': 'S1450870073.443351,VS0,VE0',
39099npm verb headers vary: 'Accept' }
39100npm verb get saving number-is-nan to /root/.npm/registry.npmjs.org/number-is-nan/.cache.json
39101npm verb cache add spec number-is-nan@^1.0.0
39102npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for number-is-nan
39103npm verb addNameRange registry:http://registry.npmjs.org/number-is-nan not in flight; fetching
39104npm verb get http://registry.npmjs.org/number-is-nan not expired, no request
39105npm verb addNamed "1.0.0" is a plain semver version for number-is-nan
39106npm verb addRemoteTarball http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
39107npm verb addRemoteTarball [ 'http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz',
39108npm verb addRemoteTarball 'c020f529c5282adfdd233d91d4b181c3d686dc4b' ]
39109npm info retry fetch attempt 1 at 11:27:53
39110npm info attempt registry request try #1 at 11:27:53
39111npm http fetch GET http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
39112npm http fetch 200 http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
39113npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
39114npm verb addTmpTarball already have metadata; skipping unpack for number-is-nan@1.0.0
39115npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json not in flight; writing
39116npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json written
39117npm verb request uri http://registry.npmjs.org/os-tmpdir
39118npm verb request no auth needed
39119npm info attempt registry request try #1 at 11:27:53
39120npm http request GET http://registry.npmjs.org/os-tmpdir
39121npm verb request uri http://registry.npmjs.org/user-home
39122npm verb request no auth needed
39123npm info attempt registry request try #1 at 11:27:53
39124npm http request GET http://registry.npmjs.org/user-home
39125npm http 200 http://registry.npmjs.org/os-tmpdir
39126npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39127npm verb headers etag: '"1D6S6GMNM0IZZHSSXH31RK0QV"',
39128npm verb headers 'content-type': 'application/json',
39129npm verb headers 'cache-control': 'max-age=60',
39130npm verb headers 'content-length': '4076',
39131npm verb headers 'accept-ranges': 'bytes',
39132npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39133npm verb headers via: '1.1 varnish',
39134npm verb headers age: '14',
39135npm verb headers connection: 'keep-alive',
39136npm verb headers 'x-served-by': 'cache-fra1221-FRA',
39137npm verb headers 'x-cache': 'HIT',
39138npm verb headers 'x-cache-hits': '1',
39139npm verb headers 'x-timer': 'S1450870073.544041,VS0,VE0',
39140npm verb headers vary: 'Accept' }
39141npm verb get saving os-tmpdir to /root/.npm/registry.npmjs.org/os-tmpdir/.cache.json
39142npm verb cache add spec os-tmpdir@^1.0.1
39143npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for os-tmpdir
39144npm verb addNameRange registry:http://registry.npmjs.org/os-tmpdir not in flight; fetching
39145npm verb get http://registry.npmjs.org/os-tmpdir not expired, no request
39146npm verb addNamed "1.0.1" is a plain semver version for os-tmpdir
39147npm http 200 http://registry.npmjs.org/user-home
39148npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39149npm verb headers etag: '"DG7G913D5WZXJO21WZYFV0HR0"',
39150npm verb headers 'content-type': 'application/json',
39151npm verb headers 'cache-control': 'max-age=60',
39152npm verb headers 'content-length': '6453',
39153npm verb headers 'accept-ranges': 'bytes',
39154npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39155npm verb headers via: '1.1 varnish',
39156npm verb headers age: '56',
39157npm verb headers connection: 'keep-alive',
39158npm verb headers 'x-served-by': 'cache-fra1222-FRA',
39159npm verb headers 'x-cache': 'HIT',
39160npm verb headers 'x-cache-hits': '3',
39161npm verb headers 'x-timer': 'S1450870073.543475,VS0,VE0',
39162npm verb headers vary: 'Accept' }
39163npm verb get saving user-home to /root/.npm/registry.npmjs.org/user-home/.cache.json
39164npm verb addRemoteTarball http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
39165npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
39166npm verb addRemoteTarball 'e9b423a1edaf479882562e92ed71d7743a071b6e' ]
39167npm info retry fetch attempt 1 at 11:27:53
39168npm info attempt registry request try #1 at 11:27:53
39169npm http fetch GET http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
39170npm verb cache add spec user-home@^1.1.1
39171npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for user-home
39172npm verb addNameRange registry:http://registry.npmjs.org/user-home not in flight; fetching
39173npm verb get http://registry.npmjs.org/user-home not expired, no request
39174npm verb addNamed "1.1.1" is a plain semver version for user-home
39175npm verb addRemoteTarball http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
39176npm verb addRemoteTarball [ 'http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz',
39177npm verb addRemoteTarball '2b5be23a32b63a7c9deb8d0f28d485724a3df190' ]
39178npm info retry fetch attempt 1 at 11:27:53
39179npm info attempt registry request try #1 at 11:27:53
39180npm http fetch GET http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
39181npm http fetch 200 http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
39182npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
39183npm verb addTmpTarball already have metadata; skipping unpack for os-tmpdir@1.0.1
39184npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json not in flight; writing
39185npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json written
39186npm http fetch 200 http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
39187npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
39188npm verb addTmpTarball already have metadata; skipping unpack for user-home@1.1.1
39189npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json not in flight; writing
39190npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json written
39191npm verb request uri http://registry.npmjs.org/left-pad
39192npm verb request no auth needed
39193npm info attempt registry request try #1 at 11:27:53
39194npm http request GET http://registry.npmjs.org/left-pad
39195npm http 200 http://registry.npmjs.org/left-pad
39196npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39197npm verb headers etag: '"D84V139SCUL9Y7FIGJM28PNQI"',
39198npm verb headers 'content-type': 'application/json',
39199npm verb headers 'cache-control': 'max-age=60',
39200npm verb headers 'content-length': '4920',
39201npm verb headers 'accept-ranges': 'bytes',
39202npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39203npm verb headers via: '1.1 varnish',
39204npm verb headers age: '59',
39205npm verb headers connection: 'keep-alive',
39206npm verb headers 'x-served-by': 'cache-fra1225-FRA',
39207npm verb headers 'x-cache': 'HIT',
39208npm verb headers 'x-cache-hits': '3',
39209npm verb headers 'x-timer': 'S1450870073.659126,VS0,VE0',
39210npm verb headers vary: 'Accept' }
39211npm verb get saving left-pad to /root/.npm/registry.npmjs.org/left-pad/.cache.json
39212npm verb cache add spec left-pad@0.0.3
39213npm verb addNamed "0.0.3" is a plain semver version for left-pad
39214npm verb addNameVersion registry:http://registry.npmjs.org/left-pad not in flight; fetching
39215npm verb get http://registry.npmjs.org/left-pad not expired, no request
39216npm verb addRemoteTarball http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz not in flight; adding
39217npm verb addRemoteTarball [ 'http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz',
39218npm verb addRemoteTarball '04d99b4a1eaf9e5f79c05e5d745d53edd1aa8aa1' ]
39219npm info retry fetch attempt 1 at 11:27:53
39220npm info attempt registry request try #1 at 11:27:53
39221npm http fetch GET http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz
39222npm http fetch 200 http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz
39223npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz not in flight; adding
39224npm verb addTmpTarball already have metadata; skipping unpack for left-pad@0.0.3
39225npm verb afterAdd /root/.npm/left-pad/0.0.3/package/package.json not in flight; writing
39226npm verb afterAdd /root/.npm/left-pad/0.0.3/package/package.json written
39227npm verb request uri http://registry.npmjs.org/xtend
39228npm verb request no auth needed
39229npm info attempt registry request try #1 at 11:27:53
39230npm http request GET http://registry.npmjs.org/xtend
39231npm http 200 http://registry.npmjs.org/xtend
39232npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39233npm verb headers etag: '"BZUX5KQ99P4R4FEALL3DKKHAJ"',
39234npm verb headers 'content-type': 'application/json',
39235npm verb headers 'cache-control': 'max-age=300',
39236npm verb headers 'content-length': '20748',
39237npm verb headers 'accept-ranges': 'bytes',
39238npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39239npm verb headers via: '1.1 varnish',
39240npm verb headers age: '73',
39241npm verb headers connection: 'keep-alive',
39242npm verb headers 'x-served-by': 'cache-fra1226-FRA',
39243npm verb headers 'x-cache': 'HIT',
39244npm verb headers 'x-cache-hits': '10',
39245npm verb headers 'x-timer': 'S1450870073.749734,VS0,VE0',
39246npm verb headers vary: 'Accept' }
39247npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
39248npm verb cache add spec xtend@^4.0.0
39249npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
39250npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
39251npm verb get http://registry.npmjs.org/xtend not expired, no request
39252npm verb addNamed "4.0.1" is a plain semver version for xtend
39253npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
39254npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz',
39255npm verb addRemoteTarball 'a5c6d532be656e23db820efb943a1f04998d63af' ]
39256npm info retry fetch attempt 1 at 11:27:53
39257npm info attempt registry request try #1 at 11:27:53
39258npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
39259npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
39260npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
39261npm verb addTmpTarball already have metadata; skipping unpack for xtend@4.0.1
39262npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json not in flight; writing
39263npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json written
39264npm verb request uri http://registry.npmjs.org/commoner
39265npm verb request no auth needed
39266npm info attempt registry request try #1 at 11:27:53
39267npm http request GET http://registry.npmjs.org/commoner
39268npm verb request uri http://registry.npmjs.org/defs
39269npm verb request no auth needed
39270npm info attempt registry request try #1 at 11:27:53
39271npm http request GET http://registry.npmjs.org/defs
39272npm verb request uri http://registry.npmjs.org/esprima-fb
39273npm verb request no auth needed
39274npm info attempt registry request try #1 at 11:27:53
39275npm http request GET http://registry.npmjs.org/esprima-fb
39276npm verb request uri http://registry.npmjs.org/recast
39277npm verb request no auth needed
39278npm info attempt registry request try #1 at 11:27:53
39279npm http request GET http://registry.npmjs.org/recast
39280npm http 200 http://registry.npmjs.org/defs
39281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39282npm verb headers etag: '"5QS93MJ3OZ4UNM1W6PF21MGUZ"',
39283npm verb headers 'content-type': 'application/json',
39284npm verb headers 'cache-control': 'max-age=300',
39285npm verb headers 'content-length': '26703',
39286npm verb headers 'accept-ranges': 'bytes',
39287npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39288npm verb headers via: '1.1 varnish',
39289npm verb headers age: '13',
39290npm verb headers connection: 'keep-alive',
39291npm verb headers 'x-served-by': 'cache-fra1237-FRA',
39292npm verb headers 'x-cache': 'HIT',
39293npm verb headers 'x-cache-hits': '1',
39294npm verb headers 'x-timer': 'S1450870073.882442,VS0,VE0',
39295npm verb headers vary: 'Accept' }
39296npm verb get saving defs to /root/.npm/registry.npmjs.org/defs/.cache.json
39297npm verb cache add spec defs@~1.1.0
39298npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for defs
39299npm verb addNameRange registry:http://registry.npmjs.org/defs not in flight; fetching
39300npm verb get http://registry.npmjs.org/defs not expired, no request
39301npm verb addNamed "1.1.1" is a plain semver version for defs
39302npm verb addRemoteTarball http://registry.npmjs.org/defs/-/defs-1.1.1.tgz not in flight; adding
39303npm verb addRemoteTarball [ 'http://registry.npmjs.org/defs/-/defs-1.1.1.tgz',
39304npm verb addRemoteTarball 'b22609f2c7a11ba7a3db116805c139b1caffa9d2' ]
39305npm info retry fetch attempt 1 at 11:27:53
39306npm info attempt registry request try #1 at 11:27:53
39307npm http fetch GET http://registry.npmjs.org/defs/-/defs-1.1.1.tgz
39308npm http fetch 200 http://registry.npmjs.org/defs/-/defs-1.1.1.tgz
39309npm http 200 http://registry.npmjs.org/esprima-fb
39310npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39311npm verb headers etag: '"4AEUSG43ZILFZ10L3XXRKITLR"',
39312npm verb headers 'content-type': 'application/json',
39313npm verb headers 'cache-control': 'max-age=60',
39314npm verb headers 'content-length': '58728',
39315npm verb headers 'accept-ranges': 'bytes',
39316npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39317npm verb headers via: '1.1 varnish',
39318npm verb headers age: '48',
39319npm verb headers connection: 'keep-alive',
39320npm verb headers 'x-served-by': 'cache-fra1223-FRA',
39321npm verb headers 'x-cache': 'HIT',
39322npm verb headers 'x-cache-hits': '1',
39323npm verb headers 'x-timer': 'S1450870073.882991,VS0,VE0',
39324npm verb headers vary: 'Accept' }
39325npm verb get saving esprima-fb to /root/.npm/registry.npmjs.org/esprima-fb/.cache.json
39326npm verb cache add spec esprima-fb@~15001.1001.0-dev-harmony-fb
39327npm verb addNamed ">=15001.1001.0-dev-harmony-fb <15001.1002.0" is a valid semver range for esprima-fb
39328npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
39329npm http 200 http://registry.npmjs.org/commoner
39330npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39331npm verb headers etag: '"7PFNLH7MAUNTCPSQWHG2LCR7F"',
39332npm verb headers 'content-type': 'application/json',
39333npm verb headers 'cache-control': 'max-age=300',
39334npm verb headers 'content-length': '78066',
39335npm verb headers 'accept-ranges': 'bytes',
39336npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39337npm verb headers via: '1.1 varnish',
39338npm verb headers age: '69',
39339npm verb headers connection: 'keep-alive',
39340npm verb headers 'x-served-by': 'cache-fra1227-FRA',
39341npm verb headers 'x-cache': 'HIT',
39342npm verb headers 'x-cache-hits': '1',
39343npm verb headers 'x-timer': 'S1450870073.882203,VS0,VE0',
39344npm verb headers vary: 'Accept' }
39345npm verb get saving commoner to /root/.npm/registry.npmjs.org/commoner/.cache.json
39346npm verb get http://registry.npmjs.org/esprima-fb not expired, no request
39347npm verb addNamed "15001.1001.0-dev-harmony-fb" is a plain semver version for esprima-fb
39348npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz not in flight; adding
39349npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz',
39350npm verb addRemoteTarball '43beb57ec26e8cf237d3dd8b33e42533577f2659' ]
39351npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/defs/-/defs-1.1.1.tgz not in flight; adding
39352npm verb addTmpTarball already have metadata; skipping unpack for defs@1.1.1
39353npm info retry fetch attempt 1 at 11:27:54
39354npm info attempt registry request try #1 at 11:27:54
39355npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz
39356npm verb cache add spec commoner@~0.10.3
39357npm verb addNamed ">=0.10.3 <0.11.0" is a valid semver range for commoner
39358npm verb addNameRange registry:http://registry.npmjs.org/commoner not in flight; fetching
39359npm verb get http://registry.npmjs.org/commoner not expired, no request
39360npm verb addNamed "0.10.4" is a plain semver version for commoner
39361npm verb addRemoteTarball http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz not in flight; adding
39362npm verb addRemoteTarball [ 'http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz',
39363npm verb addRemoteTarball '98f3333dd3ad399596bb2d384a783bb7213d68f8' ]
39364npm verb afterAdd /root/.npm/defs/1.1.1/package/package.json not in flight; writing
39365npm info retry fetch attempt 1 at 11:27:54
39366npm info attempt registry request try #1 at 11:27:54
39367npm http fetch GET http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz
39368npm verb afterAdd /root/.npm/defs/1.1.1/package/package.json written
39369npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz
39370npm http fetch 200 http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz
39371npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/commoner/-/commoner-0.10.4.tgz not in flight; adding
39372npm verb addTmpTarball already have metadata; skipping unpack for commoner@0.10.4
39373npm verb afterAdd /root/.npm/commoner/0.10.4/package/package.json not in flight; writing
39374npm verb afterAdd /root/.npm/commoner/0.10.4/package/package.json written
39375npm http 200 http://registry.npmjs.org/recast
39376npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39377npm verb headers etag: '"BGGM6CR3OCASMAHJUHRMP8VQD"',
39378npm verb headers 'content-type': 'application/json',
39379npm verb headers 'cache-control': 'max-age=300',
39380npm verb headers 'content-length': '208195',
39381npm verb headers 'accept-ranges': 'bytes',
39382npm verb headers date: 'Wed, 23 Dec 2015 11:27:53 GMT',
39383npm verb headers via: '1.1 varnish',
39384npm verb headers age: '28',
39385npm verb headers connection: 'keep-alive',
39386npm verb headers 'x-served-by': 'cache-fra1237-FRA',
39387npm verb headers 'x-cache': 'HIT',
39388npm verb headers 'x-cache-hits': '1',
39389npm verb headers 'x-timer': 'S1450870073.882747,VS0,VE1',
39390npm verb headers vary: 'Accept' }
39391npm verb get saving recast to /root/.npm/registry.npmjs.org/recast/.cache.json
39392npm verb cache add spec recast@0.10.33
39393npm verb addNamed "0.10.33" is a plain semver version for recast
39394npm verb addNameVersion registry:http://registry.npmjs.org/recast not in flight; fetching
39395npm verb get http://registry.npmjs.org/recast not expired, no request
39396npm verb addRemoteTarball http://registry.npmjs.org/recast/-/recast-0.10.33.tgz not in flight; adding
39397npm verb addRemoteTarball [ 'http://registry.npmjs.org/recast/-/recast-0.10.33.tgz',
39398npm verb addRemoteTarball '942808f7aa016f1fa7142c461d7e5704aaa8d697' ]
39399npm info retry fetch attempt 1 at 11:27:54
39400npm info attempt registry request try #1 at 11:27:54
39401npm http fetch GET http://registry.npmjs.org/recast/-/recast-0.10.33.tgz
39402npm http fetch 200 http://registry.npmjs.org/recast/-/recast-0.10.33.tgz
39403npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz not in flight; adding
39404npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@15001.1001.0-dev-harmony-fb
39405npm verb afterAdd /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package/package.json not in flight; writing
39406npm verb afterAdd /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package/package.json written
39407npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/recast/-/recast-0.10.33.tgz not in flight; adding
39408npm verb addTmpTarball already have metadata; skipping unpack for recast@0.10.33
39409npm verb afterAdd /root/.npm/recast/0.10.33/package/package.json not in flight; writing
39410npm verb afterAdd /root/.npm/recast/0.10.33/package/package.json written
39411npm verb cache add spec glob@^5.0.15
39412npm verb cache add spec graceful-fs@^4.1.2
39413npm verb addNamed ">=5.0.15 <6.0.0" is a valid semver range for glob
39414npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
39415npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
39416npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
39417npm verb request uri http://registry.npmjs.org/detective
39418npm verb request no auth needed
39419npm info attempt registry request try #1 at 11:27:54
39420npm http request GET http://registry.npmjs.org/detective
39421npm verb request uri http://registry.npmjs.org/iconv-lite
39422npm verb request no auth needed
39423npm info attempt registry request try #1 at 11:27:54
39424npm http request GET http://registry.npmjs.org/iconv-lite
39425npm verb request uri http://registry.npmjs.org/q
39426npm verb request no auth needed
39427npm info attempt registry request try #1 at 11:27:54
39428npm http request GET http://registry.npmjs.org/q
39429npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
39430npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
39431npm verb get http://registry.npmjs.org/glob not expired, no request
39432npm verb addNamed "5.0.15" is a plain semver version for glob
39433npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
39434npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
39435npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
39436npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
39437npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.15.tgz',
39438npm verb addRemoteTarball '1bc936b9e02f4a603fcc222ecf7633d30b8b93b1' ]
39439npm info retry fetch attempt 1 at 11:27:54
39440npm info attempt registry request try #1 at 11:27:54
39441npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
39442npm info retry fetch attempt 1 at 11:27:54
39443npm info attempt registry request try #1 at 11:27:54
39444npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
39445npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
39446npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
39447npm http 200 http://registry.npmjs.org/iconv-lite
39448npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39449npm verb headers etag: '"8JER1M9FD3OB1MHR43OO15OP6"',
39450npm verb headers 'content-type': 'application/json',
39451npm verb headers 'cache-control': 'max-age=300',
39452npm verb headers 'content-length': '59548',
39453npm verb headers 'accept-ranges': 'bytes',
39454npm verb headers date: 'Wed, 23 Dec 2015 11:27:54 GMT',
39455npm verb headers via: '1.1 varnish',
39456npm verb headers age: '247',
39457npm verb headers connection: 'keep-alive',
39458npm verb headers 'x-served-by': 'cache-fra1241-FRA',
39459npm verb headers 'x-cache': 'HIT',
39460npm verb headers 'x-cache-hits': '11',
39461npm verb headers 'x-timer': 'S1450870074.371512,VS0,VE0',
39462npm verb headers vary: 'Accept' }
39463npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
39464npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
39465npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
39466npm verb cache add spec iconv-lite@^0.4.5
39467npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for iconv-lite
39468npm verb addNameRange registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
39469npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
39470npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
39471npm verb addNamed "0.4.13" is a plain semver version for iconv-lite
39472npm http 200 http://registry.npmjs.org/detective
39473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39474npm verb headers etag: '"49A0GPK5XMCACGIKTUD574YKU"',
39475npm verb headers 'content-type': 'application/json',
39476npm verb headers 'cache-control': 'max-age=300',
39477npm verb headers 'content-length': '31927',
39478npm verb headers 'accept-ranges': 'bytes',
39479npm verb headers date: 'Wed, 23 Dec 2015 11:27:54 GMT',
39480npm verb headers via: '1.1 varnish',
39481npm verb headers age: '70',
39482npm verb headers connection: 'keep-alive',
39483npm verb headers 'x-served-by': 'cache-fra1242-FRA',
39484npm verb headers 'x-cache': 'HIT',
39485npm verb headers 'x-cache-hits': '1',
39486npm verb headers 'x-timer': 'S1450870074.371277,VS0,VE0',
39487npm verb headers vary: 'Accept' }
39488npm verb get saving detective to /root/.npm/registry.npmjs.org/detective/.cache.json
39489npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
39490npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz',
39491npm verb addRemoteTarball '1f88aba4ab0b1508e8312acc39345f36e992e2f2' ]
39492npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
39493npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.15
39494npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
39495npm info retry fetch attempt 1 at 11:27:54
39496npm info attempt registry request try #1 at 11:27:54
39497npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
39498npm verb cache add spec detective@^4.3.1
39499npm verb addNamed ">=4.3.1 <5.0.0" is a valid semver range for detective
39500npm verb addNameRange registry:http://registry.npmjs.org/detective not in flight; fetching
39501npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
39502npm verb get http://registry.npmjs.org/detective not expired, no request
39503npm verb addNamed "4.3.1" is a plain semver version for detective
39504npm verb addRemoteTarball http://registry.npmjs.org/detective/-/detective-4.3.1.tgz not in flight; adding
39505npm verb addRemoteTarball [ 'http://registry.npmjs.org/detective/-/detective-4.3.1.tgz',
39506npm verb addRemoteTarball '9fb06dd1ee8f0ea4dbcc607cda39d9ce1d4f726f' ]
39507npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
39508npm info retry fetch attempt 1 at 11:27:54
39509npm info attempt registry request try #1 at 11:27:54
39510npm http fetch GET http://registry.npmjs.org/detective/-/detective-4.3.1.tgz
39511npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
39512npm http fetch 200 http://registry.npmjs.org/detective/-/detective-4.3.1.tgz
39513npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/detective/-/detective-4.3.1.tgz not in flight; adding
39514npm verb addTmpTarball already have metadata; skipping unpack for detective@4.3.1
39515npm verb afterAdd /root/.npm/detective/4.3.1/package/package.json not in flight; writing
39516npm verb afterAdd /root/.npm/detective/4.3.1/package/package.json written
39517npm http 200 http://registry.npmjs.org/q
39518npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39519npm verb headers etag: '"1KCL8XTT0TP2FAOJQG0SP90B9"',
39520npm verb headers 'content-type': 'application/json',
39521npm verb headers 'cache-control': 'max-age=300',
39522npm verb headers 'content-length': '144074',
39523npm verb headers 'accept-ranges': 'bytes',
39524npm verb headers date: 'Wed, 23 Dec 2015 11:27:54 GMT',
39525npm verb headers via: '1.1 varnish',
39526npm verb headers age: '193',
39527npm verb headers connection: 'keep-alive',
39528npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39529npm verb headers 'x-cache': 'HIT',
39530npm verb headers 'x-cache-hits': '12',
39531npm verb headers 'x-timer': 'S1450870074.371473,VS0,VE0',
39532npm verb headers vary: 'Accept' }
39533npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
39534npm verb cache add spec q@^1.1.2
39535npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for q
39536npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
39537npm verb get http://registry.npmjs.org/q not expired, no request
39538npm verb addNamed "1.4.1" is a plain semver version for q
39539npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
39540npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.4.1.tgz',
39541npm verb addRemoteTarball '55705bcd93c5f3673530c2c2cbc0c2b3addc286e' ]
39542npm info retry fetch attempt 1 at 11:27:54
39543npm info attempt registry request try #1 at 11:27:54
39544npm http fetch GET http://registry.npmjs.org/q/-/q-1.4.1.tgz
39545npm http fetch 200 http://registry.npmjs.org/q/-/q-1.4.1.tgz
39546npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
39547npm verb addTmpTarball already have metadata; skipping unpack for q@1.4.1
39548npm verb afterAdd /root/.npm/q/1.4.1/package/package.json not in flight; writing
39549npm verb afterAdd /root/.npm/q/1.4.1/package/package.json written
39550npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
39551npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.13
39552npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json not in flight; writing
39553npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json written
39554npm verb request uri http://registry.npmjs.org/acorn
39555npm verb request no auth needed
39556npm info attempt registry request try #1 at 11:27:54
39557npm http request GET http://registry.npmjs.org/acorn
39558npm verb request uri http://registry.npmjs.org/defined
39559npm verb request no auth needed
39560npm info attempt registry request try #1 at 11:27:54
39561npm http request GET http://registry.npmjs.org/defined
39562npm http 200 http://registry.npmjs.org/defined
39563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39564npm verb headers etag: '"BW3XNDV52RM5T6F5KNEHTYJGX"',
39565npm verb headers 'content-type': 'application/json',
39566npm verb headers 'cache-control': 'max-age=60',
39567npm verb headers 'content-length': '4088',
39568npm verb headers 'accept-ranges': 'bytes',
39569npm verb headers date: 'Wed, 23 Dec 2015 11:27:54 GMT',
39570npm verb headers via: '1.1 varnish',
39571npm verb headers age: '27',
39572npm verb headers connection: 'keep-alive',
39573npm verb headers 'x-served-by': 'cache-fra1234-FRA',
39574npm verb headers 'x-cache': 'HIT',
39575npm verb headers 'x-cache-hits': '2',
39576npm verb headers 'x-timer': 'S1450870074.765332,VS0,VE0',
39577npm verb headers vary: 'Accept' }
39578npm verb get saving defined to /root/.npm/registry.npmjs.org/defined/.cache.json
39579npm verb cache add spec defined@^1.0.0
39580npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for defined
39581npm verb addNameRange registry:http://registry.npmjs.org/defined not in flight; fetching
39582npm verb get http://registry.npmjs.org/defined not expired, no request
39583npm verb addNamed "1.0.0" is a plain semver version for defined
39584npm verb addRemoteTarball http://registry.npmjs.org/defined/-/defined-1.0.0.tgz not in flight; adding
39585npm verb addRemoteTarball [ 'http://registry.npmjs.org/defined/-/defined-1.0.0.tgz',
39586npm verb addRemoteTarball 'c98d9bcef75674188e110969151199e39b1fa693' ]
39587npm info retry fetch attempt 1 at 11:27:54
39588npm info attempt registry request try #1 at 11:27:54
39589npm http fetch GET http://registry.npmjs.org/defined/-/defined-1.0.0.tgz
39590npm http 200 http://registry.npmjs.org/acorn
39591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39592npm verb headers etag: '"BWMP1ASAAAAVOEGIHPQ23OKY2"',
39593npm verb headers 'content-type': 'application/json',
39594npm verb headers 'cache-control': 'max-age=60',
39595npm verb headers 'content-length': '74138',
39596npm verb headers 'accept-ranges': 'bytes',
39597npm verb headers date: 'Wed, 23 Dec 2015 11:27:54 GMT',
39598npm verb headers via: '1.1 varnish',
39599npm verb headers age: '51',
39600npm verb headers connection: 'keep-alive',
39601npm verb headers 'x-served-by': 'cache-fra1235-FRA',
39602npm verb headers 'x-cache': 'HIT',
39603npm verb headers 'x-cache-hits': '2',
39604npm verb headers 'x-timer': 'S1450870074.762366,VS0,VE0',
39605npm verb headers vary: 'Accept' }
39606npm verb get saving acorn to /root/.npm/registry.npmjs.org/acorn/.cache.json
39607npm http fetch 200 http://registry.npmjs.org/defined/-/defined-1.0.0.tgz
39608npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/defined/-/defined-1.0.0.tgz not in flight; adding
39609npm verb addTmpTarball already have metadata; skipping unpack for defined@1.0.0
39610npm verb cache add spec acorn@^1.0.3
39611npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for acorn
39612npm verb addNameRange registry:http://registry.npmjs.org/acorn not in flight; fetching
39613npm verb get http://registry.npmjs.org/acorn not expired, no request
39614npm verb addNamed "1.2.2" is a plain semver version for acorn
39615npm verb addRemoteTarball http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz not in flight; adding
39616npm verb addRemoteTarball [ 'http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz',
39617npm verb addRemoteTarball 'c8ce27de0acc76d896d2b1fad3df588d9e82f014' ]
39618npm verb afterAdd /root/.npm/defined/1.0.0/package/package.json not in flight; writing
39619npm info retry fetch attempt 1 at 11:27:54
39620npm info attempt registry request try #1 at 11:27:54
39621npm http fetch GET http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
39622npm verb afterAdd /root/.npm/defined/1.0.0/package/package.json written
39623npm http fetch 200 http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
39624npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/acorn/-/acorn-1.2.2.tgz not in flight; adding
39625npm verb addTmpTarball already have metadata; skipping unpack for acorn@1.2.2
39626npm verb afterAdd /root/.npm/acorn/1.2.2/package/package.json not in flight; writing
39627npm verb afterAdd /root/.npm/acorn/1.2.2/package/package.json written
39628npm verb cache add spec source-map@~0.5.0
39629npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for source-map
39630npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
39631npm verb request uri http://registry.npmjs.org/ast-types
39632npm verb request no auth needed
39633npm info attempt registry request try #1 at 11:27:55
39634npm http request GET http://registry.npmjs.org/ast-types
39635npm verb get http://registry.npmjs.org/source-map not expired, no request
39636npm verb addNamed "0.5.3" is a plain semver version for source-map
39637npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
39638npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
39639npm http 200 http://registry.npmjs.org/ast-types
39640npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39641npm verb headers etag: '"E6AAMK3D74MOC850AZXA3CY9W"',
39642npm verb headers 'content-type': 'application/json',
39643npm verb headers 'cache-control': 'max-age=300',
39644npm verb headers 'content-length': '168177',
39645npm verb headers 'accept-ranges': 'bytes',
39646npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39647npm verb headers via: '1.1 varnish',
39648npm verb headers age: '268',
39649npm verb headers connection: 'keep-alive',
39650npm verb headers 'x-served-by': 'cache-fra1223-FRA',
39651npm verb headers 'x-cache': 'HIT',
39652npm verb headers 'x-cache-hits': '4',
39653npm verb headers 'x-timer': 'S1450870075.072806,VS0,VE0',
39654npm verb headers vary: 'Accept' }
39655npm verb get saving ast-types to /root/.npm/registry.npmjs.org/ast-types/.cache.json
39656npm verb cache add spec ast-types@0.8.12
39657npm verb addNamed "0.8.12" is a plain semver version for ast-types
39658npm verb addNameVersion registry:http://registry.npmjs.org/ast-types not in flight; fetching
39659npm verb get http://registry.npmjs.org/ast-types not expired, no request
39660npm verb addRemoteTarball http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz not in flight; adding
39661npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz',
39662npm verb addRemoteTarball 'a0d90e4351bb887716c83fd637ebf818af4adfcc' ]
39663npm info retry fetch attempt 1 at 11:27:55
39664npm info attempt registry request try #1 at 11:27:55
39665npm http fetch GET http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz
39666npm http fetch 200 http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz
39667npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz not in flight; adding
39668npm verb addTmpTarball already have metadata; skipping unpack for ast-types@0.8.12
39669npm verb afterAdd /root/.npm/ast-types/0.8.12/package/package.json not in flight; writing
39670npm verb afterAdd /root/.npm/ast-types/0.8.12/package/package.json written
39671npm verb request uri http://registry.npmjs.org/alter
39672npm verb request no auth needed
39673npm info attempt registry request try #1 at 11:27:55
39674npm http request GET http://registry.npmjs.org/alter
39675npm verb request uri http://registry.npmjs.org/ast-traverse
39676npm verb request no auth needed
39677npm info attempt registry request try #1 at 11:27:55
39678npm http request GET http://registry.npmjs.org/ast-traverse
39679npm verb request uri http://registry.npmjs.org/breakable
39680npm verb request no auth needed
39681npm info attempt registry request try #1 at 11:27:55
39682npm http request GET http://registry.npmjs.org/breakable
39683npm verb request uri http://registry.npmjs.org/simple-fmt
39684npm verb request no auth needed
39685npm info attempt registry request try #1 at 11:27:55
39686npm http request GET http://registry.npmjs.org/simple-fmt
39687npm verb request uri http://registry.npmjs.org/simple-is
39688npm verb request no auth needed
39689npm info attempt registry request try #1 at 11:27:55
39690npm http request GET http://registry.npmjs.org/simple-is
39691npm verb request uri http://registry.npmjs.org/stringmap
39692npm verb request no auth needed
39693npm info attempt registry request try #1 at 11:27:55
39694npm http request GET http://registry.npmjs.org/stringmap
39695npm verb request uri http://registry.npmjs.org/stringset
39696npm verb request no auth needed
39697npm info attempt registry request try #1 at 11:27:55
39698npm http request GET http://registry.npmjs.org/stringset
39699npm verb request uri http://registry.npmjs.org/tryor
39700npm verb request no auth needed
39701npm info attempt registry request try #1 at 11:27:55
39702npm http request GET http://registry.npmjs.org/tryor
39703npm verb request uri http://registry.npmjs.org/yargs
39704npm verb request no auth needed
39705npm info attempt registry request try #1 at 11:27:55
39706npm http request GET http://registry.npmjs.org/yargs
39707npm http 200 http://registry.npmjs.org/alter
39708npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39709npm verb headers etag: '"70NV5FN8R7T9XM0B0OTFJSHH4"',
39710npm verb headers 'content-type': 'application/json',
39711npm verb headers 'cache-control': 'max-age=60',
39712npm verb headers 'content-length': '3927',
39713npm verb headers 'accept-ranges': 'bytes',
39714npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39715npm verb headers via: '1.1 varnish',
39716npm verb headers age: '5',
39717npm verb headers connection: 'keep-alive',
39718npm verb headers 'x-served-by': 'cache-fra1244-FRA',
39719npm verb headers 'x-cache': 'HIT',
39720npm verb headers 'x-cache-hits': '1',
39721npm verb headers 'x-timer': 'S1450870075.320576,VS0,VE0',
39722npm verb headers vary: 'Accept' }
39723npm verb get saving alter to /root/.npm/registry.npmjs.org/alter/.cache.json
39724npm http 200 http://registry.npmjs.org/simple-is
39725npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39726npm verb headers etag: '"1SMKBZ2W9DXO945UPWOSGHIBR"',
39727npm verb headers 'content-type': 'application/json',
39728npm verb headers 'cache-control': 'max-age=300',
39729npm verb headers 'content-length': '7165',
39730npm verb headers 'accept-ranges': 'bytes',
39731npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39732npm verb headers via: '1.1 varnish',
39733npm verb headers age: '288',
39734npm verb headers connection: 'keep-alive',
39735npm verb headers 'x-served-by': 'cache-fra1242-FRA',
39736npm verb headers 'x-cache': 'HIT',
39737npm verb headers 'x-cache-hits': '4',
39738npm verb headers 'x-timer': 'S1450870075.321405,VS0,VE0',
39739npm verb headers vary: 'Accept' }
39740npm verb get saving simple-is to /root/.npm/registry.npmjs.org/simple-is/.cache.json
39741npm http 200 http://registry.npmjs.org/ast-traverse
39742npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39743npm verb headers etag: '"2YKPKTYP7DI4ISSP6YHH93XIU"',
39744npm verb headers 'content-type': 'application/json',
39745npm verb headers 'cache-control': 'max-age=60',
39746npm verb headers 'content-length': '9497',
39747npm verb headers 'accept-ranges': 'bytes',
39748npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39749npm verb headers via: '1.1 varnish',
39750npm verb headers age: '58',
39751npm verb headers connection: 'keep-alive',
39752npm verb headers 'x-served-by': 'cache-fra1247-FRA',
39753npm verb headers 'x-cache': 'HIT',
39754npm verb headers 'x-cache-hits': '2',
39755npm verb headers 'x-timer': 'S1450870075.320871,VS0,VE0',
39756npm verb headers vary: 'Accept' }
39757npm verb get saving ast-traverse to /root/.npm/registry.npmjs.org/ast-traverse/.cache.json
39758npm http 200 http://registry.npmjs.org/tryor
39759npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39760npm verb headers etag: '"9BOPKIK4TCDM9PH8KCM8H98I7"',
39761npm verb headers 'content-type': 'application/json',
39762npm verb headers 'cache-control': 'max-age=60',
39763npm verb headers 'content-length': '6353',
39764npm verb headers 'accept-ranges': 'bytes',
39765npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39766npm verb headers via: '1.1 varnish',
39767npm verb headers age: '12',
39768npm verb headers connection: 'keep-alive',
39769npm verb headers 'x-served-by': 'cache-fra1220-FRA',
39770npm verb headers 'x-cache': 'HIT',
39771npm verb headers 'x-cache-hits': '1',
39772npm verb headers 'x-timer': 'S1450870075.321674,VS0,VE0',
39773npm verb headers vary: 'Accept' }
39774npm verb get saving tryor to /root/.npm/registry.npmjs.org/tryor/.cache.json
39775npm verb cache add spec ast-traverse@~0.1.1
39776npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ast-traverse
39777npm verb addNameRange registry:http://registry.npmjs.org/ast-traverse not in flight; fetching
39778npm verb cache add spec simple-is@~0.2.0
39779npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for simple-is
39780npm verb addNameRange registry:http://registry.npmjs.org/simple-is not in flight; fetching
39781npm verb cache add spec alter@~0.2.0
39782npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for alter
39783npm verb addNameRange registry:http://registry.npmjs.org/alter not in flight; fetching
39784npm verb cache add spec tryor@~0.1.2
39785npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for tryor
39786npm verb addNameRange registry:http://registry.npmjs.org/tryor not in flight; fetching
39787npm verb get http://registry.npmjs.org/ast-traverse not expired, no request
39788npm verb addNamed "0.1.1" is a plain semver version for ast-traverse
39789npm verb get http://registry.npmjs.org/simple-is not expired, no request
39790npm verb addNamed "0.2.0" is a plain semver version for simple-is
39791npm verb addRemoteTarball http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz not in flight; adding
39792npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz',
39793npm verb addRemoteTarball '69cf2b8386f19dcda1bb1e05d68fe359d8897de6' ]
39794npm http 200 http://registry.npmjs.org/simple-fmt
39795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39796npm verb headers etag: '"9BOR0ZL4HXS0ME6YKHEPUBF9P"',
39797npm verb headers 'content-type': 'application/json',
39798npm verb headers 'cache-control': 'max-age=300',
39799npm verb headers 'content-length': '3680',
39800npm verb headers 'accept-ranges': 'bytes',
39801npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39802npm verb headers via: '1.1 varnish',
39803npm verb headers age: '272',
39804npm verb headers connection: 'keep-alive',
39805npm verb headers 'x-served-by': 'cache-fra1221-FRA',
39806npm verb headers 'x-cache': 'HIT',
39807npm verb headers 'x-cache-hits': '6',
39808npm verb headers 'x-timer': 'S1450870075.321544,VS0,VE0',
39809npm verb headers vary: 'Accept' }
39810npm verb get saving simple-fmt to /root/.npm/registry.npmjs.org/simple-fmt/.cache.json
39811npm verb get http://registry.npmjs.org/alter not expired, no request
39812npm verb addNamed "0.2.0" is a plain semver version for alter
39813npm verb addRemoteTarball http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
39814npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz',
39815npm verb addRemoteTarball '2abb75aade39deb5cc815ce10e6191164850baf0' ]
39816npm http 200 http://registry.npmjs.org/yargs
39817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39818npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
39819npm verb headers 'content-type': 'application/json',
39820npm verb headers 'cache-control': 'max-age=300',
39821npm verb headers 'content-length': '170209',
39822npm verb headers 'accept-ranges': 'bytes',
39823npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39824npm verb headers via: '1.1 varnish',
39825npm verb headers age: '174',
39826npm verb headers connection: 'keep-alive',
39827npm verb headers 'x-served-by': 'cache-fra1244-FRA',
39828npm verb headers 'x-cache': 'HIT',
39829npm verb headers 'x-cache-hits': '13',
39830npm verb headers 'x-timer': 'S1450870075.324580,VS0,VE0',
39831npm verb headers vary: 'Accept' }
39832npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
39833npm verb addRemoteTarball http://registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
39834npm verb addRemoteTarball [ 'http://registry.npmjs.org/alter/-/alter-0.2.0.tgz',
39835npm verb addRemoteTarball 'c7588808617572034aae62480af26b1d4d1cb3cd' ]
39836npm verb get http://registry.npmjs.org/tryor not expired, no request
39837npm verb addNamed "0.1.2" is a plain semver version for tryor
39838npm verb addRemoteTarball http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
39839npm verb addRemoteTarball [ 'http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz',
39840npm verb addRemoteTarball '8145e4ca7caff40acde3ccf946e8b8bb75b4172b' ]
39841npm info retry fetch attempt 1 at 11:27:55
39842npm info attempt registry request try #1 at 11:27:55
39843npm http fetch GET http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz
39844npm info retry fetch attempt 1 at 11:27:55
39845npm info attempt registry request try #1 at 11:27:55
39846npm http fetch GET http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
39847npm info retry fetch attempt 1 at 11:27:55
39848npm info attempt registry request try #1 at 11:27:55
39849npm http fetch GET http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
39850npm http 200 http://registry.npmjs.org/stringset
39851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39852npm verb headers etag: '"1BVL09P2WD2YAYDJ9D8H76V7H"',
39853npm verb headers 'content-type': 'application/json',
39854npm verb headers 'cache-control': 'max-age=60',
39855npm verb headers 'content-length': '8179',
39856npm verb headers 'accept-ranges': 'bytes',
39857npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39858npm verb headers via: '1.1 varnish',
39859npm verb headers age: '58',
39860npm verb headers connection: 'keep-alive',
39861npm verb headers 'x-served-by': 'cache-fra1228-FRA',
39862npm verb headers 'x-cache': 'HIT',
39863npm verb headers 'x-cache-hits': '3',
39864npm verb headers 'x-timer': 'S1450870075.321619,VS0,VE0',
39865npm verb headers vary: 'Accept' }
39866npm verb get saving stringset to /root/.npm/registry.npmjs.org/stringset/.cache.json
39867npm info retry fetch attempt 1 at 11:27:55
39868npm info attempt registry request try #1 at 11:27:55
39869npm http fetch GET http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
39870npm verb cache add spec simple-fmt@~0.1.0
39871npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for simple-fmt
39872npm verb addNameRange registry:http://registry.npmjs.org/simple-fmt not in flight; fetching
39873npm http fetch 200 http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz
39874npm verb cache add spec yargs@~3.27.0
39875npm verb addNamed ">=3.27.0 <3.28.0" is a valid semver range for yargs
39876npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
39877npm http fetch 200 http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
39878npm http fetch 200 http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
39879npm http fetch 200 http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
39880npm verb cache add spec stringset@~0.2.1
39881npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for stringset
39882npm verb addNameRange registry:http://registry.npmjs.org/stringset not in flight; fetching
39883npm verb get http://registry.npmjs.org/simple-fmt not expired, no request
39884npm verb addNamed "0.1.0" is a plain semver version for simple-fmt
39885npm verb addRemoteTarball http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
39886npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz',
39887npm verb addRemoteTarball '191bf566a59e6530482cb25ab53b4a8dc85c3a6b' ]
39888npm verb get http://registry.npmjs.org/yargs not expired, no request
39889npm verb addNamed "3.27.0" is a plain semver version for yargs
39890npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz not in flight; adding
39891npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz',
39892npm verb addRemoteTarball '21205469316e939131d59f2da0c6d7f98221ea40' ]
39893npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz not in flight; adding
39894npm verb addTmpTarball already have metadata; skipping unpack for ast-traverse@0.1.1
39895npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
39896npm verb addTmpTarball already have metadata; skipping unpack for alter@0.2.0
39897npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
39898npm verb addTmpTarball already have metadata; skipping unpack for simple-is@0.2.0
39899npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
39900npm verb addTmpTarball already have metadata; skipping unpack for tryor@0.1.2
39901npm info retry fetch attempt 1 at 11:27:55
39902npm info attempt registry request try #1 at 11:27:55
39903npm http fetch GET http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
39904npm verb get http://registry.npmjs.org/stringset not expired, no request
39905npm verb addNamed "0.2.1" is a plain semver version for stringset
39906npm info retry fetch attempt 1 at 11:27:55
39907npm info attempt registry request try #1 at 11:27:55
39908npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz
39909npm verb addRemoteTarball http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
39910npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz',
39911npm verb addRemoteTarball 'ef259c4e349344377fcd1c913dd2e848c9c042b5' ]
39912npm info retry fetch attempt 1 at 11:27:55
39913npm info attempt registry request try #1 at 11:27:55
39914npm http fetch GET http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
39915npm verb afterAdd /root/.npm/ast-traverse/0.1.1/package/package.json not in flight; writing
39916npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json not in flight; writing
39917npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json not in flight; writing
39918npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json not in flight; writing
39919npm verb afterAdd /root/.npm/ast-traverse/0.1.1/package/package.json written
39920npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json written
39921npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json written
39922npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json written
39923npm http fetch 200 http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
39924npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz
39925npm http fetch 200 http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
39926npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
39927npm verb addTmpTarball already have metadata; skipping unpack for simple-fmt@0.1.0
39928npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
39929npm verb addTmpTarball already have metadata; skipping unpack for stringset@0.2.1
39930npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/yargs/-/yargs-3.27.0.tgz not in flight; adding
39931npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.27.0
39932npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json not in flight; writing
39933npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json not in flight; writing
39934npm verb afterAdd /root/.npm/yargs/3.27.0/package/package.json not in flight; writing
39935npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json written
39936npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json written
39937npm verb afterAdd /root/.npm/yargs/3.27.0/package/package.json written
39938npm http 200 http://registry.npmjs.org/breakable
39939npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39940npm verb headers etag: '"979974NYVWN15KZXRV16SPMUA"',
39941npm verb headers 'content-type': 'application/json',
39942npm verb headers 'cache-control': 'max-age=300',
39943npm verb headers 'content-length': '4873',
39944npm verb headers 'accept-ranges': 'bytes',
39945npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39946npm verb headers via: '1.1 varnish',
39947npm verb headers age: '20',
39948npm verb headers connection: 'keep-alive',
39949npm verb headers 'x-served-by': 'cache-fra1237-FRA',
39950npm verb headers 'x-cache': 'HIT',
39951npm verb headers 'x-cache-hits': '1',
39952npm verb headers 'x-timer': 'S1450870075.320806,VS0,VE0',
39953npm verb headers vary: 'Accept' }
39954npm verb get saving breakable to /root/.npm/registry.npmjs.org/breakable/.cache.json
39955npm http 200 http://registry.npmjs.org/stringmap
39956npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
39957npm verb headers etag: '"ALXJFRTQ10BKFXH7Q570CX5UW"',
39958npm verb headers 'content-type': 'application/json',
39959npm verb headers 'cache-control': 'max-age=300',
39960npm verb headers 'content-length': '14314',
39961npm verb headers 'accept-ranges': 'bytes',
39962npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
39963npm verb headers via: '1.1 varnish',
39964npm verb headers age: '282',
39965npm verb headers connection: 'keep-alive',
39966npm verb headers 'x-served-by': 'cache-fra1228-FRA',
39967npm verb headers 'x-cache': 'HIT',
39968npm verb headers 'x-cache-hits': '8',
39969npm verb headers 'x-timer': 'S1450870075.321552,VS0,VE0',
39970npm verb headers vary: 'Accept' }
39971npm verb get saving stringmap to /root/.npm/registry.npmjs.org/stringmap/.cache.json
39972npm verb cache add spec breakable@~1.0.0
39973npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for breakable
39974npm verb addNameRange registry:http://registry.npmjs.org/breakable not in flight; fetching
39975npm verb cache add spec stringmap@~0.2.2
39976npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for stringmap
39977npm verb addNameRange registry:http://registry.npmjs.org/stringmap not in flight; fetching
39978npm verb get http://registry.npmjs.org/stringmap not expired, no request
39979npm verb addNamed "0.2.2" is a plain semver version for stringmap
39980npm verb get http://registry.npmjs.org/breakable not expired, no request
39981npm verb addNamed "1.0.0" is a plain semver version for breakable
39982npm verb addRemoteTarball http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
39983npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz',
39984npm verb addRemoteTarball '556c137b258f942b8776f5b2ef582aa069d7d1b1' ]
39985npm verb addRemoteTarball http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz not in flight; adding
39986npm verb addRemoteTarball [ 'http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz',
39987npm verb addRemoteTarball '784a797915a38ead27bad456b5572cb4bbaa78c1' ]
39988npm info retry fetch attempt 1 at 11:27:55
39989npm info attempt registry request try #1 at 11:27:55
39990npm http fetch GET http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
39991npm info retry fetch attempt 1 at 11:27:55
39992npm info attempt registry request try #1 at 11:27:55
39993npm http fetch GET http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz
39994npm http fetch 200 http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
39995npm http fetch 200 http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz
39996npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
39997npm verb addTmpTarball already have metadata; skipping unpack for stringmap@0.2.2
39998npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/breakable/-/breakable-1.0.0.tgz not in flight; adding
39999npm verb addTmpTarball already have metadata; skipping unpack for breakable@1.0.0
40000npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json not in flight; writing
40001npm verb afterAdd /root/.npm/breakable/1.0.0/package/package.json not in flight; writing
40002npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json written
40003npm verb afterAdd /root/.npm/breakable/1.0.0/package/package.json written
40004npm verb request uri http://registry.npmjs.org/stable
40005npm verb request no auth needed
40006npm info attempt registry request try #1 at 11:27:55
40007npm http request GET http://registry.npmjs.org/stable
40008npm http 200 http://registry.npmjs.org/stable
40009npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40010npm verb headers etag: '"AITLN1855CMZJB42B7GAXWJ5"',
40011npm verb headers 'content-type': 'application/json',
40012npm verb headers 'cache-control': 'max-age=300',
40013npm verb headers 'content-length': '8783',
40014npm verb headers 'accept-ranges': 'bytes',
40015npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40016npm verb headers via: '1.1 varnish',
40017npm verb headers age: '271',
40018npm verb headers connection: 'keep-alive',
40019npm verb headers 'x-served-by': 'cache-fra1223-FRA',
40020npm verb headers 'x-cache': 'HIT',
40021npm verb headers 'x-cache-hits': '5',
40022npm verb headers 'x-timer': 'S1450870075.660062,VS0,VE0',
40023npm verb headers vary: 'Accept' }
40024npm verb get saving stable to /root/.npm/registry.npmjs.org/stable/.cache.json
40025npm verb cache add spec stable@~0.1.3
40026npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for stable
40027npm verb addNameRange registry:http://registry.npmjs.org/stable not in flight; fetching
40028npm verb get http://registry.npmjs.org/stable not expired, no request
40029npm verb addNamed "0.1.5" is a plain semver version for stable
40030npm verb addRemoteTarball http://registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
40031npm verb addRemoteTarball [ 'http://registry.npmjs.org/stable/-/stable-0.1.5.tgz',
40032npm verb addRemoteTarball '08232f60c732e9890784b5bed0734f8b32a887b9' ]
40033npm info retry fetch attempt 1 at 11:27:55
40034npm info attempt registry request try #1 at 11:27:55
40035npm http fetch GET http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
40036npm http fetch 200 http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
40037npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
40038npm verb addTmpTarball already have metadata; skipping unpack for stable@0.1.5
40039npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json not in flight; writing
40040npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json written
40041npm verb request uri http://registry.npmjs.org/camelcase
40042npm verb request no auth needed
40043npm info attempt registry request try #1 at 11:27:55
40044npm http request GET http://registry.npmjs.org/camelcase
40045npm verb request uri http://registry.npmjs.org/cliui
40046npm verb request no auth needed
40047npm info attempt registry request try #1 at 11:27:55
40048npm http request GET http://registry.npmjs.org/cliui
40049npm verb request uri http://registry.npmjs.org/decamelize
40050npm verb request no auth needed
40051npm info attempt registry request try #1 at 11:27:55
40052npm http request GET http://registry.npmjs.org/decamelize
40053npm verb request uri http://registry.npmjs.org/os-locale
40054npm verb request no auth needed
40055npm info attempt registry request try #1 at 11:27:55
40056npm http request GET http://registry.npmjs.org/os-locale
40057npm verb request uri http://registry.npmjs.org/window-size
40058npm verb request no auth needed
40059npm info attempt registry request try #1 at 11:27:55
40060npm http request GET http://registry.npmjs.org/window-size
40061npm verb request uri http://registry.npmjs.org/y18n
40062npm verb request no auth needed
40063npm info attempt registry request try #1 at 11:27:55
40064npm http request GET http://registry.npmjs.org/y18n
40065npm http 200 http://registry.npmjs.org/camelcase
40066npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40067npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
40068npm verb headers 'content-type': 'application/json',
40069npm verb headers 'cache-control': 'max-age=300',
40070npm verb headers 'content-length': '11909',
40071npm verb headers 'accept-ranges': 'bytes',
40072npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40073npm verb headers via: '1.1 varnish',
40074npm verb headers age: '95',
40075npm verb headers connection: 'keep-alive',
40076npm verb headers 'x-served-by': 'cache-fra1221-FRA',
40077npm verb headers 'x-cache': 'HIT',
40078npm verb headers 'x-cache-hits': '11',
40079npm verb headers 'x-timer': 'S1450870075.774642,VS0,VE0',
40080npm verb headers vary: 'Accept' }
40081npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
40082npm http 200 http://registry.npmjs.org/decamelize
40083npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40084npm verb headers etag: '"4P8GGUAZSP3O7T754ICN6U7IN"',
40085npm verb headers 'content-type': 'application/json',
40086npm verb headers 'cache-control': 'max-age=300',
40087npm verb headers 'content-length': '6752',
40088npm verb headers 'accept-ranges': 'bytes',
40089npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40090npm verb headers via: '1.1 varnish',
40091npm verb headers age: '43',
40092npm verb headers connection: 'keep-alive',
40093npm verb headers 'x-served-by': 'cache-fra1231-FRA',
40094npm verb headers 'x-cache': 'HIT',
40095npm verb headers 'x-cache-hits': '5',
40096npm verb headers 'x-timer': 'S1450870075.774895,VS0,VE0',
40097npm verb headers vary: 'Accept' }
40098npm verb get saving decamelize to /root/.npm/registry.npmjs.org/decamelize/.cache.json
40099npm http 200 http://registry.npmjs.org/window-size
40100npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40101npm verb headers etag: '"663MQE2QDQ87JZWCV2SZKKO24"',
40102npm verb headers 'content-type': 'application/json',
40103npm verb headers 'cache-control': 'max-age=60',
40104npm verb headers 'content-length': '8907',
40105npm verb headers 'accept-ranges': 'bytes',
40106npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40107npm verb headers via: '1.1 varnish',
40108npm verb headers age: '18',
40109npm verb headers connection: 'keep-alive',
40110npm verb headers 'x-served-by': 'cache-fra1226-FRA',
40111npm verb headers 'x-cache': 'HIT',
40112npm verb headers 'x-cache-hits': '1',
40113npm verb headers 'x-timer': 'S1450870075.774752,VS0,VE0',
40114npm verb headers vary: 'Accept' }
40115npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
40116npm http 200 http://registry.npmjs.org/y18n
40117npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40118npm verb headers etag: '"1DCZRFBCFZHI6EJ4TXEY7AGMI"',
40119npm verb headers 'content-type': 'application/json',
40120npm verb headers 'cache-control': 'max-age=60',
40121npm verb headers 'content-length': '9944',
40122npm verb headers 'accept-ranges': 'bytes',
40123npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40124npm verb headers via: '1.1 varnish',
40125npm verb headers age: '24',
40126npm verb headers connection: 'keep-alive',
40127npm verb headers 'x-served-by': 'cache-fra1241-FRA',
40128npm verb headers 'x-cache': 'HIT',
40129npm verb headers 'x-cache-hits': '2',
40130npm verb headers 'x-timer': 'S1450870075.778227,VS0,VE0',
40131npm verb headers vary: 'Accept' }
40132npm verb get saving y18n to /root/.npm/registry.npmjs.org/y18n/.cache.json
40133npm http 200 http://registry.npmjs.org/cliui
40134npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40135npm verb headers etag: '"58ULZBTOK6IB181MZQF4NKI10"',
40136npm verb headers 'content-type': 'application/json',
40137npm verb headers 'cache-control': 'max-age=60',
40138npm verb headers 'content-length': '18350',
40139npm verb headers 'accept-ranges': 'bytes',
40140npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40141npm verb headers via: '1.1 varnish',
40142npm verb headers age: '40',
40143npm verb headers connection: 'keep-alive',
40144npm verb headers 'x-served-by': 'cache-fra1243-FRA',
40145npm verb headers 'x-cache': 'HIT',
40146npm verb headers 'x-cache-hits': '4',
40147npm verb headers 'x-timer': 'S1450870075.774783,VS0,VE0',
40148npm verb headers vary: 'Accept' }
40149npm verb get saving cliui to /root/.npm/registry.npmjs.org/cliui/.cache.json
40150npm verb cache add spec camelcase@^1.2.1
40151npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for camelcase
40152npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
40153npm verb cache add spec decamelize@^1.0.0
40154npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for decamelize
40155npm verb addNameRange registry:http://registry.npmjs.org/decamelize not in flight; fetching
40156npm verb cache add spec window-size@^0.1.2
40157npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for window-size
40158npm verb addNameRange registry:http://registry.npmjs.org/window-size not in flight; fetching
40159npm verb cache add spec y18n@^3.2.0
40160npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for y18n
40161npm verb addNameRange registry:http://registry.npmjs.org/y18n not in flight; fetching
40162npm verb cache add spec cliui@^2.1.0
40163npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for cliui
40164npm verb addNameRange registry:http://registry.npmjs.org/cliui not in flight; fetching
40165npm verb get http://registry.npmjs.org/camelcase not expired, no request
40166npm verb addNamed "1.2.1" is a plain semver version for camelcase
40167npm verb get http://registry.npmjs.org/decamelize not expired, no request
40168npm verb addNamed "1.1.2" is a plain semver version for decamelize
40169npm verb get http://registry.npmjs.org/window-size not expired, no request
40170npm verb addNamed "0.1.4" is a plain semver version for window-size
40171npm verb get http://registry.npmjs.org/y18n not expired, no request
40172npm verb addNamed "3.2.0" is a plain semver version for y18n
40173npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
40174npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz',
40175npm verb addRemoteTarball '9bb5304d2e0b56698b2c758b08a3eaa9daa58a39' ]
40176npm verb addRemoteTarball http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
40177npm verb addRemoteTarball [ 'http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz',
40178npm verb addRemoteTarball 'dcc93727be209632e98b02718ef4cb79602322f2' ]
40179npm verb addRemoteTarball http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz not in flight; adding
40180npm verb addRemoteTarball [ 'http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz',
40181npm verb addRemoteTarball 'f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876' ]
40182npm verb addRemoteTarball http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz not in flight; adding
40183npm verb addRemoteTarball [ 'http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz',
40184npm verb addRemoteTarball '3bec64c93b730d924a6148c765757932433e34c8' ]
40185npm verb get http://registry.npmjs.org/cliui not expired, no request
40186npm verb addNamed "2.1.0" is a plain semver version for cliui
40187npm verb addRemoteTarball http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz not in flight; adding
40188npm verb addRemoteTarball [ 'http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz',
40189npm verb addRemoteTarball '4b475760ff80264c762c3a1719032e91c7fea0d1' ]
40190npm info retry fetch attempt 1 at 11:27:55
40191npm info attempt registry request try #1 at 11:27:55
40192npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
40193npm info retry fetch attempt 1 at 11:27:55
40194npm info attempt registry request try #1 at 11:27:55
40195npm http fetch GET http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
40196npm info retry fetch attempt 1 at 11:27:55
40197npm info attempt registry request try #1 at 11:27:55
40198npm http fetch GET http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz
40199npm info retry fetch attempt 1 at 11:27:55
40200npm info attempt registry request try #1 at 11:27:55
40201npm http fetch GET http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz
40202npm info retry fetch attempt 1 at 11:27:55
40203npm info attempt registry request try #1 at 11:27:55
40204npm http fetch GET http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
40205npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
40206npm http fetch 200 http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
40207npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
40208npm verb addTmpTarball already have metadata; skipping unpack for decamelize@1.1.2
40209npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
40210npm verb addTmpTarball already have metadata; skipping unpack for camelcase@1.2.1
40211npm http fetch 200 http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz
40212npm http fetch 200 http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz
40213npm http fetch 200 http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
40214npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/y18n/-/y18n-3.2.0.tgz not in flight; adding
40215npm verb addTmpTarball already have metadata; skipping unpack for y18n@3.2.0
40216npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/window-size/-/window-size-0.1.4.tgz not in flight; adding
40217npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.4
40218npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cliui/-/cliui-2.1.0.tgz not in flight; adding
40219npm verb addTmpTarball already have metadata; skipping unpack for cliui@2.1.0
40220npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json not in flight; writing
40221npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json not in flight; writing
40222npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json written
40223npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json written
40224npm verb afterAdd /root/.npm/y18n/3.2.0/package/package.json not in flight; writing
40225npm verb afterAdd /root/.npm/window-size/0.1.4/package/package.json not in flight; writing
40226npm verb afterAdd /root/.npm/cliui/2.1.0/package/package.json not in flight; writing
40227npm verb afterAdd /root/.npm/y18n/3.2.0/package/package.json written
40228npm verb afterAdd /root/.npm/window-size/0.1.4/package/package.json written
40229npm verb afterAdd /root/.npm/cliui/2.1.0/package/package.json written
40230npm http 200 http://registry.npmjs.org/os-locale
40231npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40232npm verb headers etag: '"1H2QTD58LXF6JRUV051KBEH1M"',
40233npm verb headers 'content-type': 'application/json',
40234npm verb headers 'cache-control': 'max-age=60',
40235npm verb headers 'content-length': '11806',
40236npm verb headers 'accept-ranges': 'bytes',
40237npm verb headers date: 'Wed, 23 Dec 2015 11:27:55 GMT',
40238npm verb headers via: '1.1 varnish',
40239npm verb headers age: '24',
40240npm verb headers connection: 'keep-alive',
40241npm verb headers 'x-served-by': 'cache-fra1221-FRA',
40242npm verb headers 'x-cache': 'HIT',
40243npm verb headers 'x-cache-hits': '1',
40244npm verb headers 'x-timer': 'S1450870075.774842,VS0,VE0',
40245npm verb headers vary: 'Accept' }
40246npm verb get saving os-locale to /root/.npm/registry.npmjs.org/os-locale/.cache.json
40247npm verb cache add spec os-locale@^1.4.0
40248npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for os-locale
40249npm verb addNameRange registry:http://registry.npmjs.org/os-locale not in flight; fetching
40250npm verb get http://registry.npmjs.org/os-locale not expired, no request
40251npm verb addNamed "1.4.0" is a plain semver version for os-locale
40252npm verb addRemoteTarball http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz not in flight; adding
40253npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz',
40254npm verb addRemoteTarball '20f9f17ae29ed345e8bde583b13d2009803c14d9' ]
40255npm info retry fetch attempt 1 at 11:27:56
40256npm info attempt registry request try #1 at 11:27:56
40257npm http fetch GET http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz
40258npm http fetch 200 http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz
40259npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz not in flight; adding
40260npm verb addTmpTarball already have metadata; skipping unpack for os-locale@1.4.0
40261npm verb afterAdd /root/.npm/os-locale/1.4.0/package/package.json not in flight; writing
40262npm verb afterAdd /root/.npm/os-locale/1.4.0/package/package.json written
40263npm verb cache add spec wordwrap@0.0.2
40264npm verb addNamed "0.0.2" is a plain semver version for wordwrap
40265npm verb addNameVersion registry:http://registry.npmjs.org/wordwrap not in flight; fetching
40266npm verb request uri http://registry.npmjs.org/center-align
40267npm verb request no auth needed
40268npm info attempt registry request try #1 at 11:27:56
40269npm http request GET http://registry.npmjs.org/center-align
40270npm verb request uri http://registry.npmjs.org/right-align
40271npm verb request no auth needed
40272npm info attempt registry request try #1 at 11:27:56
40273npm http request GET http://registry.npmjs.org/right-align
40274npm verb request uri http://registry.npmjs.org/wordwrap
40275npm verb request no auth needed
40276npm info attempt registry request try #1 at 11:27:56
40277npm verb etag "73LBTAP4GYYX0WY7YM3IQ89SJ"
40278npm http request GET http://registry.npmjs.org/wordwrap
40279npm http 200 http://registry.npmjs.org/center-align
40280npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40281npm verb headers etag: '"DP4KDN49A0OTOMV7D96ZXMSCX"',
40282npm verb headers 'content-type': 'application/json',
40283npm verb headers 'cache-control': 'max-age=300',
40284npm verb headers 'content-length': '6825',
40285npm verb headers 'accept-ranges': 'bytes',
40286npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40287npm verb headers via: '1.1 varnish',
40288npm verb headers age: '57',
40289npm verb headers connection: 'keep-alive',
40290npm verb headers 'x-served-by': 'cache-fra1221-FRA',
40291npm verb headers 'x-cache': 'HIT',
40292npm verb headers 'x-cache-hits': '2',
40293npm verb headers 'x-timer': 'S1450870076.195863,VS0,VE0',
40294npm verb headers vary: 'Accept' }
40295npm verb get saving center-align to /root/.npm/registry.npmjs.org/center-align/.cache.json
40296npm http 200 http://registry.npmjs.org/right-align
40297npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40298npm verb headers etag: '"BUK8YIBQX3H9UO64I3UYZP9HJ"',
40299npm verb headers 'content-type': 'application/json',
40300npm verb headers 'cache-control': 'max-age=60',
40301npm verb headers 'content-length': '7842',
40302npm verb headers 'accept-ranges': 'bytes',
40303npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40304npm verb headers via: '1.1 varnish',
40305npm verb headers age: '3',
40306npm verb headers connection: 'keep-alive',
40307npm verb headers 'x-served-by': 'cache-fra1245-FRA',
40308npm verb headers 'x-cache': 'HIT',
40309npm verb headers 'x-cache-hits': '1',
40310npm verb headers 'x-timer': 'S1450870076.195796,VS0,VE0',
40311npm verb headers vary: 'Accept' }
40312npm verb get saving right-align to /root/.npm/registry.npmjs.org/right-align/.cache.json
40313npm http 304 http://registry.npmjs.org/wordwrap
40314npm verb headers { date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40315npm verb headers via: '1.1 varnish',
40316npm verb headers 'cache-control': 'max-age=300',
40317npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
40318npm verb headers age: '228',
40319npm verb headers connection: 'keep-alive',
40320npm verb headers 'x-served-by': 'cache-fra1225-FRA',
40321npm verb headers 'x-cache': 'HIT',
40322npm verb headers 'x-cache-hits': '15',
40323npm verb headers 'x-timer': 'S1450870076.201020,VS0,VE0',
40324npm verb headers vary: 'Accept' }
40325npm verb etag http://registry.npmjs.org/wordwrap from cache
40326npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
40327npm verb cache add spec center-align@^0.1.1
40328npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for center-align
40329npm verb addNameRange registry:http://registry.npmjs.org/center-align not in flight; fetching
40330npm verb cache add spec right-align@^0.1.1
40331npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for right-align
40332npm verb addNameRange registry:http://registry.npmjs.org/right-align not in flight; fetching
40333npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
40334npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz',
40335npm verb addRemoteTarball 'b79669bb42ecb409f83d583cad52ca17eaa1643f' ]
40336npm info retry fetch attempt 1 at 11:27:56
40337npm info attempt registry request try #1 at 11:27:56
40338npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
40339npm verb get http://registry.npmjs.org/center-align not expired, no request
40340npm verb addNamed "0.1.2" is a plain semver version for center-align
40341npm verb get http://registry.npmjs.org/right-align not expired, no request
40342npm verb addNamed "0.1.3" is a plain semver version for right-align
40343npm verb addRemoteTarball http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz not in flight; adding
40344npm verb addRemoteTarball [ 'http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz',
40345npm verb addRemoteTarball '74fa8540fc19b26aae6edc7e031cd6993d495ba0' ]
40346npm verb addRemoteTarball http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz not in flight; adding
40347npm verb addRemoteTarball [ 'http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz',
40348npm verb addRemoteTarball '61339b722fe6a3515689210d24e14c96148613ef' ]
40349npm info retry fetch attempt 1 at 11:27:56
40350npm info attempt registry request try #1 at 11:27:56
40351npm http fetch GET http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz
40352npm info retry fetch attempt 1 at 11:27:56
40353npm info attempt registry request try #1 at 11:27:56
40354npm http fetch GET http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
40355npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
40356npm http fetch 200 http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz
40357npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/center-align/-/center-align-0.1.2.tgz not in flight; adding
40358npm verb addTmpTarball already have metadata; skipping unpack for center-align@0.1.2
40359npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
40360npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.2
40361npm verb afterAdd /root/.npm/center-align/0.1.2/package/package.json not in flight; writing
40362npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
40363npm verb afterAdd /root/.npm/center-align/0.1.2/package/package.json written
40364npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
40365npm http fetch 200 http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
40366npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/right-align/-/right-align-0.1.3.tgz not in flight; adding
40367npm verb addTmpTarball already have metadata; skipping unpack for right-align@0.1.3
40368npm verb afterAdd /root/.npm/right-align/0.1.3/package/package.json not in flight; writing
40369npm verb afterAdd /root/.npm/right-align/0.1.3/package/package.json written
40370npm verb request uri http://registry.npmjs.org/align-text
40371npm verb request no auth needed
40372npm info attempt registry request try #1 at 11:27:56
40373npm http request GET http://registry.npmjs.org/align-text
40374npm verb request uri http://registry.npmjs.org/lazy-cache
40375npm verb request no auth needed
40376npm info attempt registry request try #1 at 11:27:56
40377npm http request GET http://registry.npmjs.org/lazy-cache
40378npm http 200 http://registry.npmjs.org/align-text
40379npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40380npm verb headers etag: '"BGWVA5MFRQ8AOZR36E1PVEWPT"',
40381npm verb headers 'content-type': 'application/json',
40382npm verb headers 'cache-control': 'max-age=60',
40383npm verb headers 'content-length': '11632',
40384npm verb headers 'accept-ranges': 'bytes',
40385npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40386npm verb headers via: '1.1 varnish',
40387npm verb headers age: '5',
40388npm verb headers connection: 'keep-alive',
40389npm verb headers 'x-served-by': 'cache-fra1228-FRA',
40390npm verb headers 'x-cache': 'HIT',
40391npm verb headers 'x-cache-hits': '1',
40392npm verb headers 'x-timer': 'S1450870076.329607,VS0,VE0',
40393npm verb headers vary: 'Accept' }
40394npm verb get saving align-text to /root/.npm/registry.npmjs.org/align-text/.cache.json
40395npm http 200 http://registry.npmjs.org/lazy-cache
40396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40397npm verb headers etag: '"BAJMGGB945N50WJ0GGN1QJVOJ"',
40398npm verb headers 'content-type': 'application/json',
40399npm verb headers 'cache-control': 'max-age=300',
40400npm verb headers 'content-length': '20673',
40401npm verb headers 'accept-ranges': 'bytes',
40402npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40403npm verb headers via: '1.1 varnish',
40404npm verb headers age: '190',
40405npm verb headers connection: 'keep-alive',
40406npm verb headers 'x-served-by': 'cache-fra1235-FRA',
40407npm verb headers 'x-cache': 'HIT',
40408npm verb headers 'x-cache-hits': '10',
40409npm verb headers 'x-timer': 'S1450870076.333015,VS0,VE0',
40410npm verb headers vary: 'Accept' }
40411npm verb get saving lazy-cache to /root/.npm/registry.npmjs.org/lazy-cache/.cache.json
40412npm verb cache add spec align-text@^0.1.0
40413npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for align-text
40414npm verb addNameRange registry:http://registry.npmjs.org/align-text not in flight; fetching
40415npm verb cache add spec lazy-cache@^0.2.4
40416npm verb addNamed ">=0.2.4 <0.3.0" is a valid semver range for lazy-cache
40417npm verb addNameRange registry:http://registry.npmjs.org/lazy-cache not in flight; fetching
40418npm verb get http://registry.npmjs.org/align-text not expired, no request
40419npm verb addNamed "0.1.3" is a plain semver version for align-text
40420npm verb get http://registry.npmjs.org/lazy-cache not expired, no request
40421npm verb addNamed "0.2.7" is a plain semver version for lazy-cache
40422npm verb addRemoteTarball http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz not in flight; adding
40423npm verb addRemoteTarball [ 'http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz',
40424npm verb addRemoteTarball '72db3983872eec2313919c9426a993a41afe93f7' ]
40425npm verb addRemoteTarball http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz not in flight; adding
40426npm verb addRemoteTarball [ 'http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz',
40427npm verb addRemoteTarball '7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65' ]
40428npm info retry fetch attempt 1 at 11:27:56
40429npm info attempt registry request try #1 at 11:27:56
40430npm http fetch GET http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz
40431npm info retry fetch attempt 1 at 11:27:56
40432npm info attempt registry request try #1 at 11:27:56
40433npm http fetch GET http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz
40434npm http fetch 200 http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz
40435npm http fetch 200 http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz
40436npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz not in flight; adding
40437npm verb addTmpTarball already have metadata; skipping unpack for lazy-cache@0.2.7
40438npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/align-text/-/align-text-0.1.3.tgz not in flight; adding
40439npm verb addTmpTarball already have metadata; skipping unpack for align-text@0.1.3
40440npm verb afterAdd /root/.npm/align-text/0.1.3/package/package.json not in flight; writing
40441npm verb afterAdd /root/.npm/lazy-cache/0.2.7/package/package.json not in flight; writing
40442npm verb afterAdd /root/.npm/align-text/0.1.3/package/package.json written
40443npm verb afterAdd /root/.npm/lazy-cache/0.2.7/package/package.json written
40444npm verb request uri http://registry.npmjs.org/kind-of
40445npm verb request no auth needed
40446npm info attempt registry request try #1 at 11:27:56
40447npm http request GET http://registry.npmjs.org/kind-of
40448npm verb request uri http://registry.npmjs.org/longest
40449npm verb request no auth needed
40450npm info attempt registry request try #1 at 11:27:56
40451npm http request GET http://registry.npmjs.org/longest
40452npm verb request uri http://registry.npmjs.org/repeat-string
40453npm verb request no auth needed
40454npm info attempt registry request try #1 at 11:27:56
40455npm http request GET http://registry.npmjs.org/repeat-string
40456npm http 200 http://registry.npmjs.org/longest
40457npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40458npm verb headers etag: '"5RNJISO0RG4LDZKB1OVVUHYRU"',
40459npm verb headers 'content-type': 'application/json',
40460npm verb headers 'cache-control': 'max-age=60',
40461npm verb headers 'content-length': '11873',
40462npm verb headers 'accept-ranges': 'bytes',
40463npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40464npm verb headers via: '1.1 varnish',
40465npm verb headers age: '27',
40466npm verb headers connection: 'keep-alive',
40467npm verb headers 'x-served-by': 'cache-fra1226-FRA',
40468npm verb headers 'x-cache': 'HIT',
40469npm verb headers 'x-cache-hits': '3',
40470npm verb headers 'x-timer': 'S1450870076.464325,VS0,VE0',
40471npm verb headers vary: 'Accept' }
40472npm verb get saving longest to /root/.npm/registry.npmjs.org/longest/.cache.json
40473npm verb cache add spec longest@^1.0.1
40474npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for longest
40475npm verb addNameRange registry:http://registry.npmjs.org/longest not in flight; fetching
40476npm verb get http://registry.npmjs.org/longest not expired, no request
40477npm verb addNamed "1.0.1" is a plain semver version for longest
40478npm http 200 http://registry.npmjs.org/kind-of
40479npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40480npm verb headers etag: '"7FGSN11NJQS9V0AWG6OHYCVV"',
40481npm verb headers 'content-type': 'application/json',
40482npm verb headers 'cache-control': 'max-age=60',
40483npm verb headers 'content-length': '23364',
40484npm verb headers 'accept-ranges': 'bytes',
40485npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40486npm verb headers via: '1.1 varnish',
40487npm verb headers age: '33',
40488npm verb headers connection: 'keep-alive',
40489npm verb headers 'x-served-by': 'cache-fra1229-FRA',
40490npm verb headers 'x-cache': 'HIT',
40491npm verb headers 'x-cache-hits': '2',
40492npm verb headers 'x-timer': 'S1450870076.463846,VS0,VE0',
40493npm verb headers vary: 'Accept' }
40494npm verb get saving kind-of to /root/.npm/registry.npmjs.org/kind-of/.cache.json
40495npm http 200 http://registry.npmjs.org/repeat-string
40496npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40497npm verb headers etag: '"8Z9R1V62426FZ6OIQ1C2MCFFA"',
40498npm verb headers 'content-type': 'application/json',
40499npm verb headers 'cache-control': 'max-age=300',
40500npm verb headers 'content-length': '21561',
40501npm verb headers 'accept-ranges': 'bytes',
40502npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40503npm verb headers via: '1.1 varnish',
40504npm verb headers age: '171',
40505npm verb headers connection: 'keep-alive',
40506npm verb headers 'x-served-by': 'cache-fra1234-FRA',
40507npm verb headers 'x-cache': 'HIT',
40508npm verb headers 'x-cache-hits': '6',
40509npm verb headers 'x-timer': 'S1450870076.467950,VS0,VE0',
40510npm verb headers vary: 'Accept' }
40511npm verb get saving repeat-string to /root/.npm/registry.npmjs.org/repeat-string/.cache.json
40512npm verb addRemoteTarball http://registry.npmjs.org/longest/-/longest-1.0.1.tgz not in flight; adding
40513npm verb addRemoteTarball [ 'http://registry.npmjs.org/longest/-/longest-1.0.1.tgz',
40514npm verb addRemoteTarball '30a0b2da38f73770e8294a0d22e6625ed77d0097' ]
40515npm info retry fetch attempt 1 at 11:27:56
40516npm info attempt registry request try #1 at 11:27:56
40517npm http fetch GET http://registry.npmjs.org/longest/-/longest-1.0.1.tgz
40518npm verb cache add spec kind-of@^2.0.0
40519npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for kind-of
40520npm verb addNameRange registry:http://registry.npmjs.org/kind-of not in flight; fetching
40521npm verb cache add spec repeat-string@^1.5.2
40522npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for repeat-string
40523npm verb addNameRange registry:http://registry.npmjs.org/repeat-string not in flight; fetching
40524npm verb get http://registry.npmjs.org/kind-of not expired, no request
40525npm verb addNamed "2.0.1" is a plain semver version for kind-of
40526npm verb addRemoteTarball http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz not in flight; adding
40527npm verb addRemoteTarball [ 'http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz',
40528npm verb addRemoteTarball '018ec7a4ce7e3a86cb9141be519d24c8faa981b5' ]
40529npm verb get http://registry.npmjs.org/repeat-string not expired, no request
40530npm verb addNamed "1.5.2" is a plain semver version for repeat-string
40531npm http fetch 200 http://registry.npmjs.org/longest/-/longest-1.0.1.tgz
40532npm verb addRemoteTarball http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
40533npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz',
40534npm verb addRemoteTarball '21065f70727ad053a0dd5e957ac9e00c7560d90a' ]
40535npm info retry fetch attempt 1 at 11:27:56
40536npm info attempt registry request try #1 at 11:27:56
40537npm http fetch GET http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz
40538npm info retry fetch attempt 1 at 11:27:56
40539npm info attempt registry request try #1 at 11:27:56
40540npm http fetch GET http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
40541npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/longest/-/longest-1.0.1.tgz not in flight; adding
40542npm verb addTmpTarball already have metadata; skipping unpack for longest@1.0.1
40543npm verb afterAdd /root/.npm/longest/1.0.1/package/package.json not in flight; writing
40544npm verb afterAdd /root/.npm/longest/1.0.1/package/package.json written
40545npm http fetch 200 http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz
40546npm http fetch 200 http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
40547npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
40548npm verb addTmpTarball already have metadata; skipping unpack for repeat-string@1.5.2
40549npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz not in flight; adding
40550npm verb addTmpTarball already have metadata; skipping unpack for kind-of@2.0.1
40551npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json not in flight; writing
40552npm verb afterAdd /root/.npm/kind-of/2.0.1/package/package.json not in flight; writing
40553npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json written
40554npm verb afterAdd /root/.npm/kind-of/2.0.1/package/package.json written
40555npm verb request uri http://registry.npmjs.org/is-buffer
40556npm verb request no auth needed
40557npm info attempt registry request try #1 at 11:27:56
40558npm http request GET http://registry.npmjs.org/is-buffer
40559npm http 200 http://registry.npmjs.org/is-buffer
40560npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40561npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
40562npm verb headers 'content-type': 'application/json',
40563npm verb headers 'cache-control': 'max-age=60',
40564npm verb headers 'content-length': '7821',
40565npm verb headers 'accept-ranges': 'bytes',
40566npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40567npm verb headers via: '1.1 varnish',
40568npm verb headers age: '59',
40569npm verb headers connection: 'keep-alive',
40570npm verb headers 'x-served-by': 'cache-fra1234-FRA',
40571npm verb headers 'x-cache': 'HIT',
40572npm verb headers 'x-cache-hits': '4',
40573npm verb headers 'x-timer': 'S1450870076.624353,VS0,VE0',
40574npm verb headers vary: 'Accept' }
40575npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
40576npm verb cache add spec is-buffer@^1.0.2
40577npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for is-buffer
40578npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
40579npm verb get http://registry.npmjs.org/is-buffer not expired, no request
40580npm verb addNamed "1.1.0" is a plain semver version for is-buffer
40581npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
40582npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz',
40583npm verb addRemoteTarball '36f7850c0d077a71b041f3565664155f07035bd0' ]
40584npm info retry fetch attempt 1 at 11:27:56
40585npm info attempt registry request try #1 at 11:27:56
40586npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
40587npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
40588npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
40589npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.1.0
40590npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json not in flight; writing
40591npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json written
40592npm verb request uri http://registry.npmjs.org/lcid
40593npm verb request no auth needed
40594npm info attempt registry request try #1 at 11:27:56
40595npm http request GET http://registry.npmjs.org/lcid
40596npm http 200 http://registry.npmjs.org/lcid
40597npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40598npm verb headers etag: '"AXQVY97R5JDUC16FYHVXW37YX"',
40599npm verb headers 'content-type': 'application/json',
40600npm verb headers 'cache-control': 'max-age=300',
40601npm verb headers 'content-length': '2992',
40602npm verb headers 'accept-ranges': 'bytes',
40603npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40604npm verb headers via: '1.1 varnish',
40605npm verb headers age: '166',
40606npm verb headers connection: 'keep-alive',
40607npm verb headers 'x-served-by': 'cache-fra1225-FRA',
40608npm verb headers 'x-cache': 'HIT',
40609npm verb headers 'x-cache-hits': '7',
40610npm verb headers 'x-timer': 'S1450870076.716513,VS0,VE0',
40611npm verb headers vary: 'Accept' }
40612npm verb get saving lcid to /root/.npm/registry.npmjs.org/lcid/.cache.json
40613npm verb cache add spec lcid@^1.0.0
40614npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for lcid
40615npm verb addNameRange registry:http://registry.npmjs.org/lcid not in flight; fetching
40616npm verb get http://registry.npmjs.org/lcid not expired, no request
40617npm verb addNamed "1.0.0" is a plain semver version for lcid
40618npm verb addRemoteTarball http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz not in flight; adding
40619npm verb addRemoteTarball [ 'http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz',
40620npm verb addRemoteTarball '308accafa0bc483a3867b4b6f2b9506251d1b835' ]
40621npm info retry fetch attempt 1 at 11:27:56
40622npm info attempt registry request try #1 at 11:27:56
40623npm http fetch GET http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
40624npm http fetch 200 http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
40625npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lcid/-/lcid-1.0.0.tgz not in flight; adding
40626npm verb addTmpTarball already have metadata; skipping unpack for lcid@1.0.0
40627npm verb afterAdd /root/.npm/lcid/1.0.0/package/package.json not in flight; writing
40628npm verb afterAdd /root/.npm/lcid/1.0.0/package/package.json written
40629npm verb request uri http://registry.npmjs.org/invert-kv
40630npm verb request no auth needed
40631npm info attempt registry request try #1 at 11:27:56
40632npm http request GET http://registry.npmjs.org/invert-kv
40633npm http 200 http://registry.npmjs.org/invert-kv
40634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40635npm verb headers etag: '"9D0IPY0GVO2A63RZXF19GYY1V"',
40636npm verb headers 'content-type': 'application/json',
40637npm verb headers 'cache-control': 'max-age=60',
40638npm verb headers 'content-length': '3481',
40639npm verb headers 'accept-ranges': 'bytes',
40640npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40641npm verb headers via: '1.1 varnish',
40642npm verb headers age: '41',
40643npm verb headers connection: 'keep-alive',
40644npm verb headers 'x-served-by': 'cache-fra1226-FRA',
40645npm verb headers 'x-cache': 'HIT',
40646npm verb headers 'x-cache-hits': '1',
40647npm verb headers 'x-timer': 'S1450870076.808226,VS0,VE0',
40648npm verb headers vary: 'Accept' }
40649npm verb get saving invert-kv to /root/.npm/registry.npmjs.org/invert-kv/.cache.json
40650npm verb cache add spec invert-kv@^1.0.0
40651npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for invert-kv
40652npm verb addNameRange registry:http://registry.npmjs.org/invert-kv not in flight; fetching
40653npm verb get http://registry.npmjs.org/invert-kv not expired, no request
40654npm verb addNamed "1.0.0" is a plain semver version for invert-kv
40655npm verb addRemoteTarball http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz not in flight; adding
40656npm verb addRemoteTarball [ 'http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz',
40657npm verb addRemoteTarball '104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6' ]
40658npm info retry fetch attempt 1 at 11:27:56
40659npm info attempt registry request try #1 at 11:27:56
40660npm http fetch GET http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz
40661npm http fetch 200 http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz
40662npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz not in flight; adding
40663npm verb addTmpTarball already have metadata; skipping unpack for invert-kv@1.0.0
40664npm verb afterAdd /root/.npm/invert-kv/1.0.0/package/package.json not in flight; writing
40665npm verb afterAdd /root/.npm/invert-kv/1.0.0/package/package.json written
40666npm verb request uri http://registry.npmjs.org/esprima
40667npm verb request no auth needed
40668npm info attempt registry request try #1 at 11:27:56
40669npm http request GET http://registry.npmjs.org/esprima
40670npm verb request uri http://registry.npmjs.org/regenerate
40671npm verb request no auth needed
40672npm info attempt registry request try #1 at 11:27:56
40673npm http request GET http://registry.npmjs.org/regenerate
40674npm verb request uri http://registry.npmjs.org/regjsgen
40675npm verb request no auth needed
40676npm info attempt registry request try #1 at 11:27:56
40677npm http request GET http://registry.npmjs.org/regjsgen
40678npm verb request uri http://registry.npmjs.org/regjsparser
40679npm verb request no auth needed
40680npm info attempt registry request try #1 at 11:27:56
40681npm http request GET http://registry.npmjs.org/regjsparser
40682npm http 200 http://registry.npmjs.org/regjsgen
40683npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40684npm verb headers etag: '"2G8HTY0UVKVZPI5SMVOMX50C6"',
40685npm verb headers 'content-type': 'application/json',
40686npm verb headers 'cache-control': 'max-age=300',
40687npm verb headers 'content-length': '6089',
40688npm verb headers 'accept-ranges': 'bytes',
40689npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40690npm verb headers via: '1.1 varnish',
40691npm verb headers age: '163',
40692npm verb headers connection: 'keep-alive',
40693npm verb headers 'x-served-by': 'cache-fra1227-FRA',
40694npm verb headers 'x-cache': 'HIT',
40695npm verb headers 'x-cache-hits': '3',
40696npm verb headers 'x-timer': 'S1450870076.935746,VS0,VE0',
40697npm verb headers vary: 'Accept' }
40698npm verb get saving regjsgen to /root/.npm/registry.npmjs.org/regjsgen/.cache.json
40699npm http 200 http://registry.npmjs.org/regjsparser
40700npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40701npm verb headers etag: '"4V0PG90M2TZUQ8RQZE2SYS6HN"',
40702npm verb headers 'content-type': 'application/json',
40703npm verb headers 'cache-control': 'max-age=300',
40704npm verb headers 'content-length': '9411',
40705npm verb headers 'accept-ranges': 'bytes',
40706npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40707npm verb headers via: '1.1 varnish',
40708npm verb headers age: '152',
40709npm verb headers connection: 'keep-alive',
40710npm verb headers 'x-served-by': 'cache-fra1225-FRA',
40711npm verb headers 'x-cache': 'HIT',
40712npm verb headers 'x-cache-hits': '2',
40713npm verb headers 'x-timer': 'S1450870076.938961,VS0,VE0',
40714npm verb headers vary: 'Accept' }
40715npm verb get saving regjsparser to /root/.npm/registry.npmjs.org/regjsparser/.cache.json
40716npm http 200 http://registry.npmjs.org/regenerate
40717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40718npm verb headers etag: '"5ON53K48516Y2UVNMVYERXQLI"',
40719npm verb headers 'content-type': 'application/json',
40720npm verb headers 'cache-control': 'max-age=300',
40721npm verb headers 'content-length': '35666',
40722npm verb headers 'accept-ranges': 'bytes',
40723npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40724npm verb headers via: '1.1 varnish',
40725npm verb headers age: '153',
40726npm verb headers connection: 'keep-alive',
40727npm verb headers 'x-served-by': 'cache-fra1223-FRA',
40728npm verb headers 'x-cache': 'HIT',
40729npm verb headers 'x-cache-hits': '3',
40730npm verb headers 'x-timer': 'S1450870076.935997,VS0,VE0',
40731npm verb headers vary: 'Accept' }
40732npm verb get saving regenerate to /root/.npm/registry.npmjs.org/regenerate/.cache.json
40733npm verb cache add spec regjsgen@^0.2.0
40734npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for regjsgen
40735npm verb addNameRange registry:http://registry.npmjs.org/regjsgen not in flight; fetching
40736npm verb cache add spec regjsparser@^0.1.4
40737npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for regjsparser
40738npm verb addNameRange registry:http://registry.npmjs.org/regjsparser not in flight; fetching
40739npm verb get http://registry.npmjs.org/regjsgen not expired, no request
40740npm verb addNamed "0.2.0" is a plain semver version for regjsgen
40741npm verb get http://registry.npmjs.org/regjsparser not expired, no request
40742npm verb addNamed "0.1.5" is a plain semver version for regjsparser
40743npm verb cache add spec regenerate@^1.2.1
40744npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for regenerate
40745npm verb addNameRange registry:http://registry.npmjs.org/regenerate not in flight; fetching
40746npm verb addRemoteTarball http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz not in flight; adding
40747npm verb addRemoteTarball [ 'http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz',
40748npm verb addRemoteTarball '6c016adeac554f75823fe37ac05b92d5a4edb1f7' ]
40749npm verb addRemoteTarball http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz not in flight; adding
40750npm verb addRemoteTarball [ 'http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz',
40751npm verb addRemoteTarball '7ee8f84dc6fa792d3fd0ae228d24bd949ead205c' ]
40752npm info retry fetch attempt 1 at 11:27:57
40753npm info attempt registry request try #1 at 11:27:57
40754npm http fetch GET http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz
40755npm info retry fetch attempt 1 at 11:27:57
40756npm info attempt registry request try #1 at 11:27:57
40757npm http fetch GET http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz
40758npm http 200 http://registry.npmjs.org/esprima
40759npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40760npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
40761npm verb headers 'content-type': 'application/json',
40762npm verb headers 'cache-control': 'max-age=300',
40763npm verb headers 'content-length': '65787',
40764npm verb headers 'accept-ranges': 'bytes',
40765npm verb headers date: 'Wed, 23 Dec 2015 11:27:56 GMT',
40766npm verb headers via: '1.1 varnish',
40767npm verb headers age: '90',
40768npm verb headers connection: 'keep-alive',
40769npm verb headers 'x-served-by': 'cache-fra1237-FRA',
40770npm verb headers 'x-cache': 'HIT',
40771npm verb headers 'x-cache-hits': '6',
40772npm verb headers 'x-timer': 'S1450870076.935680,VS0,VE0',
40773npm verb headers vary: 'Accept' }
40774npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
40775npm verb get http://registry.npmjs.org/regenerate not expired, no request
40776npm verb addNamed "1.2.1" is a plain semver version for regenerate
40777npm verb addRemoteTarball http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz not in flight; adding
40778npm verb addRemoteTarball [ 'http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz',
40779npm verb addRemoteTarball '9e30ba68a6bd96ac3dcba62ab09d55d4b2fcbe04' ]
40780npm info retry fetch attempt 1 at 11:27:57
40781npm info attempt registry request try #1 at 11:27:57
40782npm http fetch GET http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz
40783npm http fetch 200 http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz
40784npm verb cache add spec esprima@^2.6.0
40785npm verb addNamed ">=2.6.0 <3.0.0" is a valid semver range for esprima
40786npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
40787npm http fetch 200 http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz
40788npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz not in flight; adding
40789npm verb addTmpTarball already have metadata; skipping unpack for regjsgen@0.2.0
40790npm http fetch 200 http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz
40791npm verb get http://registry.npmjs.org/esprima not expired, no request
40792npm verb addNamed "2.7.1" is a plain semver version for esprima
40793npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
40794npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz',
40795npm verb addRemoteTarball '2ab7d1549edd06d14d69a6c1a1754aca02e9657e' ]
40796npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz not in flight; adding
40797npm verb addTmpTarball already have metadata; skipping unpack for regjsparser@0.1.5
40798npm info retry fetch attempt 1 at 11:27:57
40799npm info attempt registry request try #1 at 11:27:57
40800npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
40801npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz not in flight; adding
40802npm verb addTmpTarball already have metadata; skipping unpack for regenerate@1.2.1
40803npm verb afterAdd /root/.npm/regjsgen/0.2.0/package/package.json not in flight; writing
40804npm verb afterAdd /root/.npm/regjsparser/0.1.5/package/package.json not in flight; writing
40805npm verb afterAdd /root/.npm/regjsgen/0.2.0/package/package.json written
40806npm verb afterAdd /root/.npm/regenerate/1.2.1/package/package.json not in flight; writing
40807npm verb afterAdd /root/.npm/regjsparser/0.1.5/package/package.json written
40808npm verb afterAdd /root/.npm/regenerate/1.2.1/package/package.json written
40809npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
40810npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
40811npm verb addTmpTarball already have metadata; skipping unpack for esprima@2.7.1
40812npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json not in flight; writing
40813npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json written
40814npm verb request uri http://registry.npmjs.org/jsesc
40815npm verb request no auth needed
40816npm info attempt registry request try #1 at 11:27:57
40817npm http request GET http://registry.npmjs.org/jsesc
40818npm http 200 http://registry.npmjs.org/jsesc
40819npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40820npm verb headers etag: '"6LNQPFCT4OUP42VC8M4V3UEY1"',
40821npm verb headers 'content-type': 'application/json',
40822npm verb headers 'cache-control': 'max-age=300',
40823npm verb headers 'content-length': '21608',
40824npm verb headers 'accept-ranges': 'bytes',
40825npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40826npm verb headers via: '1.1 varnish',
40827npm verb headers age: '36',
40828npm verb headers connection: 'keep-alive',
40829npm verb headers 'x-served-by': 'cache-fra1236-FRA',
40830npm verb headers 'x-cache': 'HIT',
40831npm verb headers 'x-cache-hits': '1',
40832npm verb headers 'x-timer': 'S1450870077.160650,VS0,VE0',
40833npm verb headers vary: 'Accept' }
40834npm verb get saving jsesc to /root/.npm/registry.npmjs.org/jsesc/.cache.json
40835npm verb cache add spec jsesc@~0.5.0
40836npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for jsesc
40837npm verb addNameRange registry:http://registry.npmjs.org/jsesc not in flight; fetching
40838npm verb get http://registry.npmjs.org/jsesc not expired, no request
40839npm verb addNamed "0.5.0" is a plain semver version for jsesc
40840npm verb addRemoteTarball http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz not in flight; adding
40841npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz',
40842npm verb addRemoteTarball 'e7dee66e35d6fc16f710fe91d5cf69f70f08911d' ]
40843npm info retry fetch attempt 1 at 11:27:57
40844npm info attempt registry request try #1 at 11:27:57
40845npm http fetch GET http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
40846npm http fetch 200 http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
40847npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz not in flight; adding
40848npm verb addTmpTarball already have metadata; skipping unpack for jsesc@0.5.0
40849npm verb afterAdd /root/.npm/jsesc/0.5.0/package/package.json not in flight; writing
40850npm verb afterAdd /root/.npm/jsesc/0.5.0/package/package.json written
40851npm verb cache add spec source-map@0.1.32
40852npm verb addNamed "0.1.32" is a plain semver version for source-map
40853npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
40854npm verb get http://registry.npmjs.org/source-map not expired, no request
40855npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
40856npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz',
40857npm verb addRemoteTarball 'c8b6c167797ba4740a8ea33252162ff08591b266' ]
40858npm info retry fetch attempt 1 at 11:27:57
40859npm info attempt registry request try #1 at 11:27:57
40860npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
40861npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
40862npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
40863npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.32
40864npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json not in flight; writing
40865npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json written
40866npm verb cache add spec walk-sync@^0.2.6
40867npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for walk-sync
40868npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
40869npm verb request uri http://registry.npmjs.org/array-equal
40870npm verb request no auth needed
40871npm info attempt registry request try #1 at 11:27:57
40872npm http request GET http://registry.npmjs.org/array-equal
40873npm verb request uri http://registry.npmjs.org/blank-object
40874npm verb request no auth needed
40875npm info attempt registry request try #1 at 11:27:57
40876npm http request GET http://registry.npmjs.org/blank-object
40877npm verb request uri http://registry.npmjs.org/fast-ordered-set
40878npm verb request no auth needed
40879npm info attempt registry request try #1 at 11:27:57
40880npm http request GET http://registry.npmjs.org/fast-ordered-set
40881npm verb request uri http://registry.npmjs.org/fs-tree-diff
40882npm verb request no auth needed
40883npm info attempt registry request try #1 at 11:27:57
40884npm http request GET http://registry.npmjs.org/fs-tree-diff
40885npm verb request uri http://registry.npmjs.org/path-posix
40886npm verb request no auth needed
40887npm info attempt registry request try #1 at 11:27:57
40888npm http request GET http://registry.npmjs.org/path-posix
40889npm verb request uri http://registry.npmjs.org/walk-sync
40890npm verb request no auth needed
40891npm info attempt registry request try #1 at 11:27:57
40892npm verb etag "8AI53OM7YRJVMRZ8DIVWCDNLN"
40893npm http request GET http://registry.npmjs.org/walk-sync
40894npm http 200 http://registry.npmjs.org/blank-object
40895npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40896npm verb headers etag: '"839LJEBE6OUKW7DN2X2LYQB44"',
40897npm verb headers 'content-type': 'application/json',
40898npm verb headers 'cache-control': 'max-age=300',
40899npm verb headers 'content-length': '3581',
40900npm verb headers 'accept-ranges': 'bytes',
40901npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40902npm verb headers via: '1.1 varnish',
40903npm verb headers age: '149',
40904npm verb headers connection: 'keep-alive',
40905npm verb headers 'x-served-by': 'cache-fra1246-FRA',
40906npm verb headers 'x-cache': 'HIT',
40907npm verb headers 'x-cache-hits': '2',
40908npm verb headers 'x-timer': 'S1450870077.462951,VS0,VE0',
40909npm verb headers vary: 'Accept' }
40910npm verb get saving blank-object to /root/.npm/registry.npmjs.org/blank-object/.cache.json
40911npm http 200 http://registry.npmjs.org/array-equal
40912npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40913npm verb headers etag: '"7WZORU4EIAA9KXUHEFA11VZRD"',
40914npm verb headers 'content-type': 'application/json',
40915npm verb headers 'cache-control': 'max-age=300',
40916npm verb headers 'content-length': '2156',
40917npm verb headers 'accept-ranges': 'bytes',
40918npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40919npm verb headers via: '1.1 varnish',
40920npm verb headers age: '149',
40921npm verb headers connection: 'keep-alive',
40922npm verb headers 'x-served-by': 'cache-fra1242-FRA',
40923npm verb headers 'x-cache': 'HIT',
40924npm verb headers 'x-cache-hits': '2',
40925npm verb headers 'x-timer': 'S1450870077.462944,VS0,VE0',
40926npm verb headers vary: 'Accept' }
40927npm verb get saving array-equal to /root/.npm/registry.npmjs.org/array-equal/.cache.json
40928npm http 200 http://registry.npmjs.org/path-posix
40929npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40930npm verb headers etag: '"3CU4UZQ29N595PBY2K00YMQZJ"',
40931npm verb headers 'content-type': 'application/json',
40932npm verb headers 'cache-control': 'max-age=300',
40933npm verb headers 'content-length': '2139',
40934npm verb headers 'accept-ranges': 'bytes',
40935npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40936npm verb headers via: '1.1 varnish',
40937npm verb headers age: '149',
40938npm verb headers connection: 'keep-alive',
40939npm verb headers 'x-served-by': 'cache-fra1240-FRA',
40940npm verb headers 'x-cache': 'HIT',
40941npm verb headers 'x-cache-hits': '1',
40942npm verb headers 'x-timer': 'S1450870077.462995,VS0,VE0',
40943npm verb headers vary: 'Accept' }
40944npm verb get saving path-posix to /root/.npm/registry.npmjs.org/path-posix/.cache.json
40945npm http 200 http://registry.npmjs.org/fast-ordered-set
40946npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40947npm verb headers etag: '"C625DRILKW0E3PJ6CID327G88"',
40948npm verb headers 'content-type': 'application/json',
40949npm verb headers 'cache-control': 'max-age=300',
40950npm verb headers 'content-length': '3320',
40951npm verb headers 'accept-ranges': 'bytes',
40952npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40953npm verb headers via: '1.1 varnish',
40954npm verb headers age: '149',
40955npm verb headers connection: 'keep-alive',
40956npm verb headers 'x-served-by': 'cache-fra1234-FRA',
40957npm verb headers 'x-cache': 'HIT',
40958npm verb headers 'x-cache-hits': '1',
40959npm verb headers 'x-timer': 'S1450870077.463081,VS0,VE0',
40960npm verb headers vary: 'Accept' }
40961npm verb get saving fast-ordered-set to /root/.npm/registry.npmjs.org/fast-ordered-set/.cache.json
40962npm http 304 http://registry.npmjs.org/walk-sync
40963npm verb headers { date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40964npm verb headers via: '1.1 varnish',
40965npm verb headers 'cache-control': 'max-age=300',
40966npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
40967npm verb headers age: '40',
40968npm verb headers connection: 'keep-alive',
40969npm verb headers 'x-served-by': 'cache-fra1234-FRA',
40970npm verb headers 'x-cache': 'HIT',
40971npm verb headers 'x-cache-hits': '1',
40972npm verb headers 'x-timer': 'S1450870077.468100,VS0,VE0',
40973npm verb headers vary: 'Accept' }
40974npm verb etag http://registry.npmjs.org/walk-sync from cache
40975npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
40976npm http 200 http://registry.npmjs.org/fs-tree-diff
40977npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
40978npm verb headers etag: '"AQLMTKHCG6D2AR2GNCZJ7LYYL"',
40979npm verb headers 'content-type': 'application/json',
40980npm verb headers 'cache-control': 'max-age=300',
40981npm verb headers 'content-length': '14179',
40982npm verb headers 'accept-ranges': 'bytes',
40983npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
40984npm verb headers via: '1.1 varnish',
40985npm verb headers age: '149',
40986npm verb headers connection: 'keep-alive',
40987npm verb headers 'x-served-by': 'cache-fra1241-FRA',
40988npm verb headers 'x-cache': 'HIT',
40989npm verb headers 'x-cache-hits': '1',
40990npm verb headers 'x-timer': 'S1450870077.463052,VS0,VE0',
40991npm verb headers vary: 'Accept' }
40992npm verb get saving fs-tree-diff to /root/.npm/registry.npmjs.org/fs-tree-diff/.cache.json
40993npm verb addNamed "0.2.6" is a plain semver version for walk-sync
40994npm verb cache add spec blank-object@^1.0.1
40995npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for blank-object
40996npm verb addNameRange registry:http://registry.npmjs.org/blank-object not in flight; fetching
40997npm verb addRemoteTarball http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz not in flight; adding
40998npm verb addRemoteTarball [ 'http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz',
40999npm verb addRemoteTarball '1d6b90e31abfc85153dd88956f8a727b9c308a6a' ]
41000npm verb cache add spec fast-ordered-set@^1.0.0
41001npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for fast-ordered-set
41002npm verb addNameRange registry:http://registry.npmjs.org/fast-ordered-set not in flight; fetching
41003npm verb cache add spec array-equal@^1.0.0
41004npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for array-equal
41005npm verb addNameRange registry:http://registry.npmjs.org/array-equal not in flight; fetching
41006npm verb cache add spec path-posix@^1.0.0
41007npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-posix
41008npm verb addNameRange registry:http://registry.npmjs.org/path-posix not in flight; fetching
41009npm info retry fetch attempt 1 at 11:27:57
41010npm info attempt registry request try #1 at 11:27:57
41011npm http fetch GET http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz
41012npm verb cache add spec fs-tree-diff@^0.3.0
41013npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for fs-tree-diff
41014npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
41015npm verb get http://registry.npmjs.org/blank-object not expired, no request
41016npm verb addNamed "1.0.1" is a plain semver version for blank-object
41017npm verb get http://registry.npmjs.org/fast-ordered-set not expired, no request
41018npm verb addNamed "1.0.2" is a plain semver version for fast-ordered-set
41019npm verb get http://registry.npmjs.org/array-equal not expired, no request
41020npm verb addNamed "1.0.0" is a plain semver version for array-equal
41021npm verb get http://registry.npmjs.org/path-posix not expired, no request
41022npm verb addNamed "1.0.0" is a plain semver version for path-posix
41023npm verb addRemoteTarball http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz not in flight; adding
41024npm verb addRemoteTarball [ 'http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz',
41025npm verb addRemoteTarball '0b8ed796374b9556097820f85b7d8adf868e26f6' ]
41026npm verb addRemoteTarball http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz not in flight; adding
41027npm verb addRemoteTarball [ 'http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz',
41028npm verb addRemoteTarball '75c2225ee8f9a4414da7b30515fc35ac6a236500' ]
41029npm verb addRemoteTarball http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz not in flight; adding
41030npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz',
41031npm verb addRemoteTarball '8c2a5ef2472fd9ea742b04c77a75093ba2757c93' ]
41032npm verb addRemoteTarball http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz not in flight; adding
41033npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz',
41034npm verb addRemoteTarball '06b26113f56beab042545a23bfa88003ccac260f' ]
41035npm http fetch 200 http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz
41036npm verb get http://registry.npmjs.org/fs-tree-diff not expired, no request
41037npm verb addNamed "0.3.1" is a plain semver version for fs-tree-diff
41038npm info retry fetch attempt 1 at 11:27:57
41039npm info attempt registry request try #1 at 11:27:57
41040npm http fetch GET http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz
41041npm info retry fetch attempt 1 at 11:27:57
41042npm info attempt registry request try #1 at 11:27:57
41043npm http fetch GET http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz
41044npm verb addRemoteTarball http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz not in flight; adding
41045npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz',
41046npm verb addRemoteTarball '41a84ee34994bd564c63d9852f1109c5de7f9290' ]
41047npm info retry fetch attempt 1 at 11:27:57
41048npm info attempt registry request try #1 at 11:27:57
41049npm http fetch GET http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
41050npm info retry fetch attempt 1 at 11:27:57
41051npm info attempt registry request try #1 at 11:27:57
41052npm http fetch GET http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz
41053npm info retry fetch attempt 1 at 11:27:57
41054npm info attempt registry request try #1 at 11:27:57
41055npm http fetch GET http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz
41056npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz not in flight; adding
41057npm verb addTmpTarball already have metadata; skipping unpack for walk-sync@0.2.6
41058npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json not in flight; writing
41059npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json written
41060npm http fetch 200 http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz
41061npm http fetch 200 http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz
41062npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz not in flight; adding
41063npm verb addTmpTarball already have metadata; skipping unpack for blank-object@1.0.1
41064npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz not in flight; adding
41065npm verb addTmpTarball already have metadata; skipping unpack for fast-ordered-set@1.0.2
41066npm http fetch 200 http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz
41067npm verb afterAdd /root/.npm/blank-object/1.0.1/package/package.json not in flight; writing
41068npm verb afterAdd /root/.npm/fast-ordered-set/1.0.2/package/package.json not in flight; writing
41069npm verb afterAdd /root/.npm/blank-object/1.0.1/package/package.json written
41070npm verb afterAdd /root/.npm/fast-ordered-set/1.0.2/package/package.json written
41071npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz not in flight; adding
41072npm verb addTmpTarball already have metadata; skipping unpack for fs-tree-diff@0.3.1
41073npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json not in flight; writing
41074npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json written
41075npm http fetch 200 http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz
41076npm http fetch 200 http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
41077npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz not in flight; adding
41078npm verb addTmpTarball already have metadata; skipping unpack for path-posix@1.0.0
41079npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz not in flight; adding
41080npm verb addTmpTarball already have metadata; skipping unpack for array-equal@1.0.0
41081npm verb afterAdd /root/.npm/path-posix/1.0.0/package/package.json not in flight; writing
41082npm verb afterAdd /root/.npm/array-equal/1.0.0/package/package.json not in flight; writing
41083npm verb afterAdd /root/.npm/path-posix/1.0.0/package/package.json written
41084npm verb afterAdd /root/.npm/array-equal/1.0.0/package/package.json written
41085npm verb request uri http://registry.npmjs.org/matcher-collection
41086npm verb request no auth needed
41087npm info attempt registry request try #1 at 11:27:57
41088npm http request GET http://registry.npmjs.org/matcher-collection
41089npm http 200 http://registry.npmjs.org/matcher-collection
41090npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41091npm verb headers etag: '"2DE7RA2Z1TCKA64FFOUD9WHHT"',
41092npm verb headers 'content-type': 'application/json',
41093npm verb headers 'cache-control': 'max-age=300',
41094npm verb headers 'content-length': '2863',
41095npm verb headers 'accept-ranges': 'bytes',
41096npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
41097npm verb headers via: '1.1 varnish',
41098npm verb headers age: '148',
41099npm verb headers connection: 'keep-alive',
41100npm verb headers 'x-served-by': 'cache-fra1242-FRA',
41101npm verb headers 'x-cache': 'HIT',
41102npm verb headers 'x-cache-hits': '1',
41103npm verb headers 'x-timer': 'S1450870077.879733,VS0,VE0',
41104npm verb headers vary: 'Accept' }
41105npm verb get saving matcher-collection to /root/.npm/registry.npmjs.org/matcher-collection/.cache.json
41106npm verb cache add spec matcher-collection@^1.0.0
41107npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for matcher-collection
41108npm verb addNameRange registry:http://registry.npmjs.org/matcher-collection not in flight; fetching
41109npm verb get http://registry.npmjs.org/matcher-collection not expired, no request
41110npm verb addNamed "1.0.1" is a plain semver version for matcher-collection
41111npm verb addRemoteTarball http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz not in flight; adding
41112npm verb addRemoteTarball [ 'http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz',
41113npm verb addRemoteTarball '10fe69ee30eb7eeeba73f701c7854c72311ae2f0' ]
41114npm info retry fetch attempt 1 at 11:27:57
41115npm info attempt registry request try #1 at 11:27:57
41116npm http fetch GET http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz
41117npm http fetch 200 http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz
41118npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz not in flight; adding
41119npm verb addTmpTarball already have metadata; skipping unpack for matcher-collection@1.0.1
41120npm verb afterAdd /root/.npm/matcher-collection/1.0.1/package/package.json not in flight; writing
41121npm verb afterAdd /root/.npm/matcher-collection/1.0.1/package/package.json written
41122npm verb cache add spec fs-tree-diff@^0.4.3
41123npm verb addNamed ">=0.4.3 <0.5.0" is a valid semver range for fs-tree-diff
41124npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
41125npm verb request uri http://registry.npmjs.org/can-symlink
41126npm verb request no auth needed
41127npm info attempt registry request try #1 at 11:27:57
41128npm http request GET http://registry.npmjs.org/can-symlink
41129npm verb get http://registry.npmjs.org/fs-tree-diff not expired, no request
41130npm verb addNamed "0.4.4" is a plain semver version for fs-tree-diff
41131npm verb addRemoteTarball http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz not in flight; adding
41132npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz',
41133npm verb addRemoteTarball 'f6b75d70db22c1f3b05d592270f4ed6c9c2f82dd' ]
41134npm info retry fetch attempt 1 at 11:27:57
41135npm info attempt registry request try #1 at 11:27:57
41136npm http fetch GET http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz
41137npm http 200 http://registry.npmjs.org/can-symlink
41138npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41139npm verb headers etag: '"9TKZKSKM911QNB5ZGPTK9ZUEA"',
41140npm verb headers 'content-type': 'application/json',
41141npm verb headers 'cache-control': 'max-age=300',
41142npm verb headers 'content-length': '3290',
41143npm verb headers 'accept-ranges': 'bytes',
41144npm verb headers date: 'Wed, 23 Dec 2015 11:27:57 GMT',
41145npm verb headers via: '1.1 varnish',
41146npm verb headers age: '147',
41147npm verb headers connection: 'keep-alive',
41148npm verb headers 'x-served-by': 'cache-fra1220-FRA',
41149npm verb headers 'x-cache': 'HIT',
41150npm verb headers 'x-cache-hits': '1',
41151npm verb headers 'x-timer': 'S1450870077.997381,VS0,VE0',
41152npm verb headers vary: 'Accept' }
41153npm verb get saving can-symlink to /root/.npm/registry.npmjs.org/can-symlink/.cache.json
41154npm verb cache add spec can-symlink@0.0.1
41155npm verb addNamed "0.0.1" is a plain semver version for can-symlink
41156npm verb addNameVersion registry:http://registry.npmjs.org/can-symlink not in flight; fetching
41157npm http fetch 200 http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz
41158npm verb get http://registry.npmjs.org/can-symlink not expired, no request
41159npm verb addRemoteTarball http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz not in flight; adding
41160npm verb addRemoteTarball [ 'http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz',
41161npm verb addRemoteTarball '275030a8187c4182ed501c032abd0b4150e9b028' ]
41162npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz not in flight; adding
41163npm verb addTmpTarball already have metadata; skipping unpack for fs-tree-diff@0.4.4
41164npm info retry fetch attempt 1 at 11:27:58
41165npm info attempt registry request try #1 at 11:27:58
41166npm http fetch GET http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz
41167npm verb afterAdd /root/.npm/fs-tree-diff/0.4.4/package/package.json not in flight; writing
41168npm verb afterAdd /root/.npm/fs-tree-diff/0.4.4/package/package.json written
41169npm http fetch 200 http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz
41170npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz not in flight; adding
41171npm verb addTmpTarball already have metadata; skipping unpack for can-symlink@0.0.1
41172npm verb afterAdd /root/.npm/can-symlink/0.0.1/package/package.json not in flight; writing
41173npm verb afterAdd /root/.npm/can-symlink/0.0.1/package/package.json written
41174npm verb cache add spec chalk@^0.5.1
41175npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
41176npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
41177npm verb request uri http://registry.npmjs.org/chalk
41178npm verb request no auth needed
41179npm info attempt registry request try #1 at 11:27:58
41180npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
41181npm http request GET http://registry.npmjs.org/chalk
41182npm http 304 http://registry.npmjs.org/chalk
41183npm verb headers { date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41184npm verb headers via: '1.1 varnish',
41185npm verb headers 'cache-control': 'max-age=300',
41186npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
41187npm verb headers age: '131',
41188npm verb headers connection: 'keep-alive',
41189npm verb headers 'x-served-by': 'cache-fra1228-FRA',
41190npm verb headers 'x-cache': 'HIT',
41191npm verb headers 'x-cache-hits': '21',
41192npm verb headers 'x-timer': 'S1450870078.092330,VS0,VE0',
41193npm verb headers vary: 'Accept' }
41194npm verb etag http://registry.npmjs.org/chalk from cache
41195npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
41196npm verb addNamed "0.5.1" is a plain semver version for chalk
41197npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
41198npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz',
41199npm verb addRemoteTarball '663b3a648b68b55d04690d49167aa837858f2174' ]
41200npm info retry fetch attempt 1 at 11:27:58
41201npm info attempt registry request try #1 at 11:27:58
41202npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
41203npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
41204npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
41205npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.1
41206npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
41207npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
41208npm verb cache add spec ansi-styles@^1.1.0
41209npm verb cache add spec has-ansi@^0.1.0
41210npm verb cache add spec strip-ansi@^0.3.0
41211npm verb cache add spec supports-color@^0.2.0
41212npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
41213npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
41214npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
41215npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
41216npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
41217npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
41218npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
41219npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
41220npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
41221npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
41222npm verb get http://registry.npmjs.org/has-ansi not expired, no request
41223npm verb addNamed "0.1.0" is a plain semver version for has-ansi
41224npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
41225npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
41226npm verb get http://registry.npmjs.org/supports-color not expired, no request
41227npm verb addNamed "0.2.0" is a plain semver version for supports-color
41228npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
41229npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz',
41230npm verb addRemoteTarball 'eaecbf66cd706882760b2f4691582b8f55d7a7de' ]
41231npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
41232npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz',
41233npm verb addRemoteTarball '84f265aae8c0e6a88a12d7022894b7568894c62e' ]
41234npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
41235npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz',
41236npm verb addRemoteTarball '25f48ea22ca79187f3174a4db8759347bb126220' ]
41237npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
41238npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz',
41239npm verb addRemoteTarball 'd92de2694eb3f67323973d7ae3d8b55b4c22190a' ]
41240npm info retry fetch attempt 1 at 11:27:58
41241npm info attempt registry request try #1 at 11:27:58
41242npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
41243npm info retry fetch attempt 1 at 11:27:58
41244npm info attempt registry request try #1 at 11:27:58
41245npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
41246npm info retry fetch attempt 1 at 11:27:58
41247npm info attempt registry request try #1 at 11:27:58
41248npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
41249npm info retry fetch attempt 1 at 11:27:58
41250npm info attempt registry request try #1 at 11:27:58
41251npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
41252npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
41253npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
41254npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.1.0
41255npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
41256npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
41257npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
41258npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
41259npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
41260npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@0.1.0
41261npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
41262npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.3.0
41263npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
41264npm verb addTmpTarball already have metadata; skipping unpack for supports-color@0.2.0
41265npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
41266npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
41267npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
41268npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
41269npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
41270npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
41271npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
41272npm verb cache add spec ansi-regex@^0.2.0
41273npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
41274npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
41275npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
41276npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
41277npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
41278npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz',
41279npm verb addRemoteTarball '0d8e946967a3d8143f93e24e298525fc1b2235f9' ]
41280npm info retry fetch attempt 1 at 11:27:58
41281npm info attempt registry request try #1 at 11:27:58
41282npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
41283npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
41284npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
41285npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.2.1
41286npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
41287npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
41288npm verb cache add spec walk-sync@^0.2.2
41289npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for walk-sync
41290npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
41291npm verb request uri http://registry.npmjs.org/async-disk-cache
41292npm verb request no auth needed
41293npm info attempt registry request try #1 at 11:27:58
41294npm http request GET http://registry.npmjs.org/async-disk-cache
41295npm verb request uri http://registry.npmjs.org/hash-for-dep
41296npm verb request no auth needed
41297npm info attempt registry request try #1 at 11:27:58
41298npm http request GET http://registry.npmjs.org/hash-for-dep
41299npm verb request uri http://registry.npmjs.org/md5-hex
41300npm verb request no auth needed
41301npm info attempt registry request try #1 at 11:27:58
41302npm http request GET http://registry.npmjs.org/md5-hex
41303npm verb get http://registry.npmjs.org/walk-sync not expired, no request
41304npm verb addNamed "0.2.6" is a plain semver version for walk-sync
41305npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json not in flight; writing
41306npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json written
41307npm http 200 http://registry.npmjs.org/async-disk-cache
41308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41309npm verb headers etag: '"CZ9ZXRHLBG5T8VKVZDVE7CVDY"',
41310npm verb headers 'content-type': 'application/json',
41311npm verb headers 'cache-control': 'max-age=300',
41312npm verb headers 'content-length': '10192',
41313npm verb headers 'accept-ranges': 'bytes',
41314npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41315npm verb headers via: '1.1 varnish',
41316npm verb headers age: '149',
41317npm verb headers connection: 'keep-alive',
41318npm verb headers 'x-served-by': 'cache-fra1225-FRA',
41319npm verb headers 'x-cache': 'HIT',
41320npm verb headers 'x-cache-hits': '1',
41321npm verb headers 'x-timer': 'S1450870078.396835,VS0,VE0',
41322npm verb headers vary: 'Accept' }
41323npm verb get saving async-disk-cache to /root/.npm/registry.npmjs.org/async-disk-cache/.cache.json
41324npm http 200 http://registry.npmjs.org/hash-for-dep
41325npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41326npm verb headers etag: '"5TQUILC28G69ATCW0V4GXS84I"',
41327npm verb headers 'content-type': 'application/json',
41328npm verb headers 'cache-control': 'max-age=300',
41329npm verb headers 'content-length': '9002',
41330npm verb headers 'accept-ranges': 'bytes',
41331npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41332npm verb headers via: '1.1 varnish',
41333npm verb headers age: '149',
41334npm verb headers connection: 'keep-alive',
41335npm verb headers 'x-served-by': 'cache-fra1237-FRA',
41336npm verb headers 'x-cache': 'HIT',
41337npm verb headers 'x-cache-hits': '1',
41338npm verb headers 'x-timer': 'S1450870078.397185,VS0,VE0',
41339npm verb headers vary: 'Accept' }
41340npm verb get saving hash-for-dep to /root/.npm/registry.npmjs.org/hash-for-dep/.cache.json
41341npm verb cache add spec async-disk-cache@^1.0.0
41342npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for async-disk-cache
41343npm verb addNameRange registry:http://registry.npmjs.org/async-disk-cache not in flight; fetching
41344npm verb cache add spec hash-for-dep@^1.0.0
41345npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for hash-for-dep
41346npm verb addNameRange registry:http://registry.npmjs.org/hash-for-dep not in flight; fetching
41347npm verb get http://registry.npmjs.org/async-disk-cache not expired, no request
41348npm verb addNamed "1.0.3" is a plain semver version for async-disk-cache
41349npm verb get http://registry.npmjs.org/hash-for-dep not expired, no request
41350npm verb addNamed "1.0.1" is a plain semver version for hash-for-dep
41351npm verb addRemoteTarball http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz not in flight; adding
41352npm verb addRemoteTarball [ 'http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz',
41353npm verb addRemoteTarball '282a337c30cff06affbd3a78fcf018512c599583' ]
41354npm verb addRemoteTarball http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz not in flight; adding
41355npm verb addRemoteTarball [ 'http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz',
41356npm verb addRemoteTarball 'cec127d885512297221d0488a10d68a19181e569' ]
41357npm info retry fetch attempt 1 at 11:27:58
41358npm info attempt registry request try #1 at 11:27:58
41359npm http fetch GET http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz
41360npm info retry fetch attempt 1 at 11:27:58
41361npm info attempt registry request try #1 at 11:27:58
41362npm http fetch GET http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz
41363npm http fetch 200 http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz
41364npm http fetch 200 http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz
41365npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz not in flight; adding
41366npm verb addTmpTarball already have metadata; skipping unpack for async-disk-cache@1.0.3
41367npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz not in flight; adding
41368npm verb addTmpTarball already have metadata; skipping unpack for hash-for-dep@1.0.1
41369npm verb afterAdd /root/.npm/async-disk-cache/1.0.3/package/package.json not in flight; writing
41370npm verb afterAdd /root/.npm/hash-for-dep/1.0.1/package/package.json not in flight; writing
41371npm verb afterAdd /root/.npm/async-disk-cache/1.0.3/package/package.json written
41372npm verb afterAdd /root/.npm/hash-for-dep/1.0.1/package/package.json written
41373npm http 200 http://registry.npmjs.org/md5-hex
41374npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41375npm verb headers etag: '"22453RYV6EPWZTSWGGPVSW7OG"',
41376npm verb headers 'content-type': 'application/json',
41377npm verb headers 'cache-control': 'max-age=300',
41378npm verb headers 'content-length': '6003',
41379npm verb headers 'accept-ranges': 'bytes',
41380npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41381npm verb headers via: '1.1 varnish',
41382npm verb headers age: '0',
41383npm verb headers connection: 'keep-alive',
41384npm verb headers 'x-served-by': 'cache-fra1228-FRA',
41385npm verb headers 'x-cache': 'HIT',
41386npm verb headers 'x-cache-hits': '1',
41387npm verb headers 'x-timer': 'S1450870078.397590,VS0,VE100',
41388npm verb headers vary: 'Accept' }
41389npm verb get saving md5-hex to /root/.npm/registry.npmjs.org/md5-hex/.cache.json
41390npm verb cache add spec md5-hex@^1.0.2
41391npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for md5-hex
41392npm verb addNameRange registry:http://registry.npmjs.org/md5-hex not in flight; fetching
41393npm verb get http://registry.npmjs.org/md5-hex not expired, no request
41394npm verb addNamed "1.1.0" is a plain semver version for md5-hex
41395npm verb addRemoteTarball http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz not in flight; adding
41396npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz',
41397npm verb addRemoteTarball 'd107074c4ee81cbca7f2b61150669dce38058080' ]
41398npm info retry fetch attempt 1 at 11:27:58
41399npm info attempt registry request try #1 at 11:27:58
41400npm http fetch GET http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz
41401npm http fetch 200 http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz
41402npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz not in flight; adding
41403npm verb addTmpTarball already have metadata; skipping unpack for md5-hex@1.1.0
41404npm verb afterAdd /root/.npm/md5-hex/1.1.0/package/package.json not in flight; writing
41405npm verb afterAdd /root/.npm/md5-hex/1.1.0/package/package.json written
41406npm verb request uri http://registry.npmjs.org/md5-o-matic
41407npm verb request no auth needed
41408npm info attempt registry request try #1 at 11:27:58
41409npm http request GET http://registry.npmjs.org/md5-o-matic
41410npm http 200 http://registry.npmjs.org/md5-o-matic
41411npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41412npm verb headers etag: '"EV4X9TBAI9QBKM6ZC372YY5D0"',
41413npm verb headers 'content-type': 'application/json',
41414npm verb headers 'cache-control': 'max-age=300',
41415npm verb headers 'content-length': '3139',
41416npm verb headers 'accept-ranges': 'bytes',
41417npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41418npm verb headers via: '1.1 varnish',
41419npm verb headers age: '33',
41420npm verb headers connection: 'keep-alive',
41421npm verb headers 'x-served-by': 'cache-fra1237-FRA',
41422npm verb headers 'x-cache': 'HIT',
41423npm verb headers 'x-cache-hits': '1',
41424npm verb headers 'x-timer': 'S1450870078.600276,VS0,VE0',
41425npm verb headers vary: 'Accept' }
41426npm verb get saving md5-o-matic to /root/.npm/registry.npmjs.org/md5-o-matic/.cache.json
41427npm verb cache add spec md5-o-matic@^0.1.1
41428npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for md5-o-matic
41429npm verb addNameRange registry:http://registry.npmjs.org/md5-o-matic not in flight; fetching
41430npm verb get http://registry.npmjs.org/md5-o-matic not expired, no request
41431npm verb addNamed "0.1.1" is a plain semver version for md5-o-matic
41432npm verb addRemoteTarball http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz not in flight; adding
41433npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz',
41434npm verb addRemoteTarball '822bccd65e117c514fab176b25945d54100a03c3' ]
41435npm info retry fetch attempt 1 at 11:27:58
41436npm info attempt registry request try #1 at 11:27:58
41437npm http fetch GET http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz
41438npm http fetch 200 http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz
41439npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz not in flight; adding
41440npm verb addTmpTarball already have metadata; skipping unpack for md5-o-matic@0.1.1
41441npm verb afterAdd /root/.npm/md5-o-matic/0.1.1/package/package.json not in flight; writing
41442npm verb afterAdd /root/.npm/md5-o-matic/0.1.1/package/package.json written
41443npm verb request uri http://registry.npmjs.org/jsonify
41444npm verb request no auth needed
41445npm info attempt registry request try #1 at 11:27:58
41446npm http request GET http://registry.npmjs.org/jsonify
41447npm http 200 http://registry.npmjs.org/jsonify
41448npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41449npm verb headers etag: '"2FCTXRPP4H152KNABZ4FUHTXI"',
41450npm verb headers 'content-type': 'application/json',
41451npm verb headers 'cache-control': 'max-age=60',
41452npm verb headers 'content-length': '1321',
41453npm verb headers 'accept-ranges': 'bytes',
41454npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41455npm verb headers via: '1.1 varnish',
41456npm verb headers age: '20',
41457npm verb headers connection: 'keep-alive',
41458npm verb headers 'x-served-by': 'cache-fra1231-FRA',
41459npm verb headers 'x-cache': 'HIT',
41460npm verb headers 'x-cache-hits': '2',
41461npm verb headers 'x-timer': 'S1450870078.713829,VS0,VE0',
41462npm verb headers vary: 'Accept' }
41463npm verb get saving jsonify to /root/.npm/registry.npmjs.org/jsonify/.cache.json
41464npm verb cache add spec jsonify@~0.0.0
41465npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for jsonify
41466npm verb addNameRange registry:http://registry.npmjs.org/jsonify not in flight; fetching
41467npm verb get http://registry.npmjs.org/jsonify not expired, no request
41468npm verb addNamed "0.0.0" is a plain semver version for jsonify
41469npm verb addRemoteTarball http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
41470npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz',
41471npm verb addRemoteTarball '2c74b6ee41d93ca51b7b5aaee8f503631d252a73' ]
41472npm info retry fetch attempt 1 at 11:27:58
41473npm info attempt registry request try #1 at 11:27:58
41474npm http fetch GET http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
41475npm http fetch 200 http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
41476npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
41477npm verb addTmpTarball already have metadata; skipping unpack for jsonify@0.0.0
41478npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json not in flight; writing
41479npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json written
41480npm verb request uri http://registry.npmjs.org/broccoli-caching-writer
41481npm verb request no auth needed
41482npm info attempt registry request try #1 at 11:27:58
41483npm http request GET http://registry.npmjs.org/broccoli-caching-writer
41484npm http 200 http://registry.npmjs.org/broccoli-caching-writer
41485npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41486npm verb headers etag: '"DP3B7LCTXL9XV7WBHY6BLJ895"',
41487npm verb headers 'content-type': 'application/json',
41488npm verb headers 'cache-control': 'max-age=300',
41489npm verb headers 'content-length': '44607',
41490npm verb headers 'accept-ranges': 'bytes',
41491npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41492npm verb headers via: '1.1 varnish',
41493npm verb headers age: '151',
41494npm verb headers connection: 'keep-alive',
41495npm verb headers 'x-served-by': 'cache-fra1241-FRA',
41496npm verb headers 'x-cache': 'HIT',
41497npm verb headers 'x-cache-hits': '1',
41498npm verb headers 'x-timer': 'S1450870078.811730,VS0,VE0',
41499npm verb headers vary: 'Accept' }
41500npm verb get saving broccoli-caching-writer to /root/.npm/registry.npmjs.org/broccoli-caching-writer/.cache.json
41501npm verb cache add spec broccoli-caching-writer@^2.0.4
41502npm verb addNamed ">=2.0.4 <3.0.0" is a valid semver range for broccoli-caching-writer
41503npm verb addNameRange registry:http://registry.npmjs.org/broccoli-caching-writer not in flight; fetching
41504npm verb get http://registry.npmjs.org/broccoli-caching-writer not expired, no request
41505npm verb addNamed "2.2.1" is a plain semver version for broccoli-caching-writer
41506npm verb addRemoteTarball http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz not in flight; adding
41507npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz',
41508npm verb addRemoteTarball '1b7d5e69bcdfe11b41c9f44bf69f8908298a2b91' ]
41509npm info retry fetch attempt 1 at 11:27:58
41510npm info attempt registry request try #1 at 11:27:58
41511npm http fetch GET http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz
41512npm http fetch 200 http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz
41513npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz not in flight; adding
41514npm verb addTmpTarball already have metadata; skipping unpack for broccoli-caching-writer@2.2.1
41515npm verb afterAdd /root/.npm/broccoli-caching-writer/2.2.1/package/package.json not in flight; writing
41516npm verb afterAdd /root/.npm/broccoli-caching-writer/2.2.1/package/package.json written
41517npm verb cache add spec broccoli-plugin@1.1.0
41518npm verb cache add spec walk-sync@^0.2.5
41519npm verb addNamed "1.1.0" is a plain semver version for broccoli-plugin
41520npm verb addNameVersion registry:http://registry.npmjs.org/broccoli-plugin not in flight; fetching
41521npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for walk-sync
41522npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
41523npm verb request uri http://registry.npmjs.org/lodash.assign
41524npm verb request no auth needed
41525npm info attempt registry request try #1 at 11:27:58
41526npm http request GET http://registry.npmjs.org/lodash.assign
41527npm verb request uri http://registry.npmjs.org/broccoli-plugin
41528npm verb request no auth needed
41529npm info attempt registry request try #1 at 11:27:58
41530npm verb etag "5TYSXM7JNGSOTG0JJL5UKF90I"
41531npm http request GET http://registry.npmjs.org/broccoli-plugin
41532npm verb get http://registry.npmjs.org/walk-sync not expired, no request
41533npm verb addNamed "0.2.6" is a plain semver version for walk-sync
41534npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json not in flight; writing
41535npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json written
41536npm http 200 http://registry.npmjs.org/lodash.assign
41537npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41538npm verb headers etag: '"27VSB51I0ODU2KNPSZ4C5WZPN"',
41539npm verb headers 'content-type': 'application/json',
41540npm verb headers 'cache-control': 'max-age=60',
41541npm verb headers 'content-length': '18357',
41542npm verb headers 'accept-ranges': 'bytes',
41543npm verb headers date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41544npm verb headers via: '1.1 varnish',
41545npm verb headers age: '33',
41546npm verb headers connection: 'keep-alive',
41547npm verb headers 'x-served-by': 'cache-fra1222-FRA',
41548npm verb headers 'x-cache': 'HIT',
41549npm verb headers 'x-cache-hits': '1',
41550npm verb headers 'x-timer': 'S1450870078.983250,VS0,VE0',
41551npm verb headers vary: 'Accept' }
41552npm verb get saving lodash.assign to /root/.npm/registry.npmjs.org/lodash.assign/.cache.json
41553npm http 304 http://registry.npmjs.org/broccoli-plugin
41554npm verb headers { date: 'Wed, 23 Dec 2015 11:27:58 GMT',
41555npm verb headers via: '1.1 varnish',
41556npm verb headers 'cache-control': 'max-age=300',
41557npm verb headers etag: '"5TYSXM7JNGSOTG0JJL5UKF90I"',
41558npm verb headers age: '41',
41559npm verb headers connection: 'keep-alive',
41560npm verb headers 'x-served-by': 'cache-fra1243-FRA',
41561npm verb headers 'x-cache': 'HIT',
41562npm verb headers 'x-cache-hits': '1',
41563npm verb headers 'x-timer': 'S1450870078.991150,VS0,VE0',
41564npm verb headers vary: 'Accept' }
41565npm verb etag http://registry.npmjs.org/broccoli-plugin from cache
41566npm verb get saving broccoli-plugin to /root/.npm/registry.npmjs.org/broccoli-plugin/.cache.json
41567npm verb cache add spec lodash.assign@^3.2.0
41568npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lodash.assign
41569npm verb addNameRange registry:http://registry.npmjs.org/lodash.assign not in flight; fetching
41570npm verb addRemoteTarball http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz not in flight; adding
41571npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz',
41572npm verb addRemoteTarball '73e2cfa05f8ea1e3fc1420c40c3d9e7dc724bf02' ]
41573npm info retry fetch attempt 1 at 11:27:59
41574npm info attempt registry request try #1 at 11:27:59
41575npm http fetch GET http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz
41576npm verb get http://registry.npmjs.org/lodash.assign not expired, no request
41577npm verb addNamed "3.2.0" is a plain semver version for lodash.assign
41578npm verb addRemoteTarball http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz not in flight; adding
41579npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz',
41580npm verb addRemoteTarball '3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa' ]
41581npm info retry fetch attempt 1 at 11:27:59
41582npm info attempt registry request try #1 at 11:27:59
41583npm http fetch GET http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz
41584npm http fetch 200 http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz
41585npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz not in flight; adding
41586npm verb addTmpTarball already have metadata; skipping unpack for broccoli-plugin@1.1.0
41587npm http fetch 200 http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz
41588npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz not in flight; adding
41589npm verb addTmpTarball already have metadata; skipping unpack for lodash.assign@3.2.0
41590npm verb afterAdd /root/.npm/broccoli-plugin/1.1.0/package/package.json not in flight; writing
41591npm verb afterAdd /root/.npm/broccoli-plugin/1.1.0/package/package.json written
41592npm verb afterAdd /root/.npm/lodash.assign/3.2.0/package/package.json not in flight; writing
41593npm verb afterAdd /root/.npm/lodash.assign/3.2.0/package/package.json written
41594npm verb request uri http://registry.npmjs.org/lodash._baseassign
41595npm verb request no auth needed
41596npm info attempt registry request try #1 at 11:27:59
41597npm http request GET http://registry.npmjs.org/lodash._baseassign
41598npm verb request uri http://registry.npmjs.org/lodash._createassigner
41599npm verb request no auth needed
41600npm info attempt registry request try #1 at 11:27:59
41601npm http request GET http://registry.npmjs.org/lodash._createassigner
41602npm verb request uri http://registry.npmjs.org/lodash.keys
41603npm verb request no auth needed
41604npm info attempt registry request try #1 at 11:27:59
41605npm http request GET http://registry.npmjs.org/lodash.keys
41606npm http 200 http://registry.npmjs.org/lodash._baseassign
41607npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41608npm verb headers etag: '"7BL6B7FKZDZ47VD91B03KH2N1"',
41609npm verb headers 'content-type': 'application/json',
41610npm verb headers 'cache-control': 'max-age=60',
41611npm verb headers 'content-length': '12349',
41612npm verb headers 'accept-ranges': 'bytes',
41613npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41614npm verb headers via: '1.1 varnish',
41615npm verb headers age: '25',
41616npm verb headers connection: 'keep-alive',
41617npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41618npm verb headers 'x-cache': 'HIT',
41619npm verb headers 'x-cache-hits': '1',
41620npm verb headers 'x-timer': 'S1450870079.109757,VS0,VE0',
41621npm verb headers vary: 'Accept' }
41622npm verb get saving lodash._baseassign to /root/.npm/registry.npmjs.org/lodash._baseassign/.cache.json
41623npm verb cache add spec lodash._baseassign@^3.0.0
41624npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseassign
41625npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseassign not in flight; fetching
41626npm verb get http://registry.npmjs.org/lodash._baseassign not expired, no request
41627npm verb addNamed "3.2.0" is a plain semver version for lodash._baseassign
41628npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz not in flight; adding
41629npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz',
41630npm verb addRemoteTarball '8c38a099500f215ad09e59f1722fd0c52bfe0a4e' ]
41631npm info retry fetch attempt 1 at 11:27:59
41632npm info attempt registry request try #1 at 11:27:59
41633npm http fetch GET http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
41634npm http 200 http://registry.npmjs.org/lodash.keys
41635npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41636npm verb headers etag: '"BHWBXZX3O23JHL6WV9C090MR5"',
41637npm verb headers 'content-type': 'application/json',
41638npm verb headers 'cache-control': 'max-age=60',
41639npm verb headers 'content-length': '32709',
41640npm verb headers 'accept-ranges': 'bytes',
41641npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41642npm verb headers via: '1.1 varnish',
41643npm verb headers age: '10',
41644npm verb headers connection: 'keep-alive',
41645npm verb headers 'x-served-by': 'cache-fra1245-FRA',
41646npm verb headers 'x-cache': 'HIT',
41647npm verb headers 'x-cache-hits': '1',
41648npm verb headers 'x-timer': 'S1450870079.113797,VS0,VE0',
41649npm verb headers vary: 'Accept' }
41650npm verb get saving lodash.keys to /root/.npm/registry.npmjs.org/lodash.keys/.cache.json
41651npm http 200 http://registry.npmjs.org/lodash._createassigner
41652npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41653npm verb headers etag: '"CQWTFITE6W94GAS2PZVA3DD9Z"',
41654npm verb headers 'content-type': 'application/json',
41655npm verb headers 'cache-control': 'max-age=60',
41656npm verb headers 'content-length': '8981',
41657npm verb headers 'accept-ranges': 'bytes',
41658npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41659npm verb headers via: '1.1 varnish',
41660npm verb headers age: '51',
41661npm verb headers connection: 'keep-alive',
41662npm verb headers 'x-served-by': 'cache-fra1221-FRA',
41663npm verb headers 'x-cache': 'HIT',
41664npm verb headers 'x-cache-hits': '1',
41665npm verb headers 'x-timer': 'S1450870079.109693,VS0,VE0',
41666npm verb headers vary: 'Accept' }
41667npm verb get saving lodash._createassigner to /root/.npm/registry.npmjs.org/lodash._createassigner/.cache.json
41668npm http fetch 200 http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
41669npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz not in flight; adding
41670npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseassign@3.2.0
41671npm verb cache add spec lodash._createassigner@^3.0.0
41672npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createassigner
41673npm verb addNameRange registry:http://registry.npmjs.org/lodash._createassigner not in flight; fetching
41674npm verb cache add spec lodash.keys@^3.0.0
41675npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.keys
41676npm verb addNameRange registry:http://registry.npmjs.org/lodash.keys not in flight; fetching
41677npm verb get http://registry.npmjs.org/lodash.keys not expired, no request
41678npm verb addNamed "3.1.2" is a plain semver version for lodash.keys
41679npm verb get http://registry.npmjs.org/lodash._createassigner not expired, no request
41680npm verb addNamed "3.1.1" is a plain semver version for lodash._createassigner
41681npm verb addRemoteTarball http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz not in flight; adding
41682npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz',
41683npm verb addRemoteTarball '4dbc0472b156be50a0b286855d1bd0b0c656098a' ]
41684npm verb addRemoteTarball http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz not in flight; adding
41685npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz',
41686npm verb addRemoteTarball '838a5bae2fdaca63ac22dee8e19fa4e6d6970b11' ]
41687npm info retry fetch attempt 1 at 11:27:59
41688npm info attempt registry request try #1 at 11:27:59
41689npm http fetch GET http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
41690npm verb afterAdd /root/.npm/lodash._baseassign/3.2.0/package/package.json not in flight; writing
41691npm info retry fetch attempt 1 at 11:27:59
41692npm info attempt registry request try #1 at 11:27:59
41693npm http fetch GET http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz
41694npm verb afterAdd /root/.npm/lodash._baseassign/3.2.0/package/package.json written
41695npm http fetch 200 http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
41696npm http fetch 200 http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz
41697npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz not in flight; adding
41698npm verb addTmpTarball already have metadata; skipping unpack for lodash.keys@3.1.2
41699npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz not in flight; adding
41700npm verb addTmpTarball already have metadata; skipping unpack for lodash._createassigner@3.1.1
41701npm verb afterAdd /root/.npm/lodash.keys/3.1.2/package/package.json not in flight; writing
41702npm verb afterAdd /root/.npm/lodash._createassigner/3.1.1/package/package.json not in flight; writing
41703npm verb afterAdd /root/.npm/lodash.keys/3.1.2/package/package.json written
41704npm verb afterAdd /root/.npm/lodash._createassigner/3.1.1/package/package.json written
41705npm verb request uri http://registry.npmjs.org/lodash._basecopy
41706npm verb request no auth needed
41707npm info attempt registry request try #1 at 11:27:59
41708npm http request GET http://registry.npmjs.org/lodash._basecopy
41709npm http 200 http://registry.npmjs.org/lodash._basecopy
41710npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41711npm verb headers etag: '"9W88239PMDC1S83XDN4XKIKI"',
41712npm verb headers 'content-type': 'application/json',
41713npm verb headers 'cache-control': 'max-age=300',
41714npm verb headers 'content-length': '5019',
41715npm verb headers 'accept-ranges': 'bytes',
41716npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41717npm verb headers via: '1.1 varnish',
41718npm verb headers age: '184',
41719npm verb headers connection: 'keep-alive',
41720npm verb headers 'x-served-by': 'cache-fra1237-FRA',
41721npm verb headers 'x-cache': 'HIT',
41722npm verb headers 'x-cache-hits': '10',
41723npm verb headers 'x-timer': 'S1450870079.254489,VS0,VE0',
41724npm verb headers vary: 'Accept' }
41725npm verb get saving lodash._basecopy to /root/.npm/registry.npmjs.org/lodash._basecopy/.cache.json
41726npm verb cache add spec lodash._basecopy@^3.0.0
41727npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basecopy
41728npm verb addNameRange registry:http://registry.npmjs.org/lodash._basecopy not in flight; fetching
41729npm verb get http://registry.npmjs.org/lodash._basecopy not expired, no request
41730npm verb addNamed "3.0.1" is a plain semver version for lodash._basecopy
41731npm verb addRemoteTarball http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz not in flight; adding
41732npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz',
41733npm verb addRemoteTarball '8da0e6a876cf344c0ad8a54882111dd3c5c7ca36' ]
41734npm info retry fetch attempt 1 at 11:27:59
41735npm info attempt registry request try #1 at 11:27:59
41736npm http fetch GET http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
41737npm http fetch 200 http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
41738npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz not in flight; adding
41739npm verb addTmpTarball already have metadata; skipping unpack for lodash._basecopy@3.0.1
41740npm verb afterAdd /root/.npm/lodash._basecopy/3.0.1/package/package.json not in flight; writing
41741npm verb afterAdd /root/.npm/lodash._basecopy/3.0.1/package/package.json written
41742npm verb request uri http://registry.npmjs.org/lodash._getnative
41743npm verb request no auth needed
41744npm info attempt registry request try #1 at 11:27:59
41745npm http request GET http://registry.npmjs.org/lodash._getnative
41746npm verb request uri http://registry.npmjs.org/lodash.isarguments
41747npm verb request no auth needed
41748npm info attempt registry request try #1 at 11:27:59
41749npm http request GET http://registry.npmjs.org/lodash.isarguments
41750npm verb request uri http://registry.npmjs.org/lodash.isarray
41751npm verb request no auth needed
41752npm info attempt registry request try #1 at 11:27:59
41753npm http request GET http://registry.npmjs.org/lodash.isarray
41754npm http 200 http://registry.npmjs.org/lodash._getnative
41755npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41756npm verb headers etag: '"3SVNLKSR8B1QV2CE7Y4X2OE9J"',
41757npm verb headers 'content-type': 'application/json',
41758npm verb headers 'cache-control': 'max-age=60',
41759npm verb headers 'content-length': '5018',
41760npm verb headers 'accept-ranges': 'bytes',
41761npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41762npm verb headers via: '1.1 varnish',
41763npm verb headers age: '46',
41764npm verb headers connection: 'keep-alive',
41765npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41766npm verb headers 'x-cache': 'HIT',
41767npm verb headers 'x-cache-hits': '2',
41768npm verb headers 'x-timer': 'S1450870079.356118,VS0,VE0',
41769npm verb headers vary: 'Accept' }
41770npm verb get saving lodash._getnative to /root/.npm/registry.npmjs.org/lodash._getnative/.cache.json
41771npm verb cache add spec lodash._getnative@^3.0.0
41772npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._getnative
41773npm verb addNameRange registry:http://registry.npmjs.org/lodash._getnative not in flight; fetching
41774npm verb get http://registry.npmjs.org/lodash._getnative not expired, no request
41775npm verb addNamed "3.9.1" is a plain semver version for lodash._getnative
41776npm verb addRemoteTarball http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz not in flight; adding
41777npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz',
41778npm verb addRemoteTarball '570bc7dede46d61cdcde687d65d3eecbaa3aaff5' ]
41779npm info retry fetch attempt 1 at 11:27:59
41780npm info attempt registry request try #1 at 11:27:59
41781npm http fetch GET http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
41782npm http 200 http://registry.npmjs.org/lodash.isarray
41783npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41784npm verb headers etag: '"C8AVM98J3SQHX6MF2JJH3SJIZ"',
41785npm verb headers 'content-type': 'application/json',
41786npm verb headers 'cache-control': 'max-age=300',
41787npm verb headers 'content-length': '21098',
41788npm verb headers 'accept-ranges': 'bytes',
41789npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41790npm verb headers via: '1.1 varnish',
41791npm verb headers age: '93',
41792npm verb headers connection: 'keep-alive',
41793npm verb headers 'x-served-by': 'cache-fra1235-FRA',
41794npm verb headers 'x-cache': 'HIT',
41795npm verb headers 'x-cache-hits': '3',
41796npm verb headers 'x-timer': 'S1450870079.359876,VS0,VE0',
41797npm verb headers vary: 'Accept' }
41798npm verb get saving lodash.isarray to /root/.npm/registry.npmjs.org/lodash.isarray/.cache.json
41799npm verb cache add spec lodash.isarray@^3.0.0
41800npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarray
41801npm verb addNameRange registry:http://registry.npmjs.org/lodash.isarray not in flight; fetching
41802npm http 200 http://registry.npmjs.org/lodash.isarguments
41803npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41804npm verb headers etag: '"7BP9EN0G0JXGZMS3SMYJ5W6B6"',
41805npm verb headers 'content-type': 'application/json',
41806npm verb headers 'cache-control': 'max-age=60',
41807npm verb headers 'content-length': '21043',
41808npm verb headers 'accept-ranges': 'bytes',
41809npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41810npm verb headers via: '1.1 varnish',
41811npm verb headers age: '16',
41812npm verb headers connection: 'keep-alive',
41813npm verb headers 'x-served-by': 'cache-fra1228-FRA',
41814npm verb headers 'x-cache': 'HIT',
41815npm verb headers 'x-cache-hits': '2',
41816npm verb headers 'x-timer': 'S1450870079.356730,VS0,VE0',
41817npm verb headers vary: 'Accept' }
41818npm verb get saving lodash.isarguments to /root/.npm/registry.npmjs.org/lodash.isarguments/.cache.json
41819npm http fetch 200 http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
41820npm verb get http://registry.npmjs.org/lodash.isarray not expired, no request
41821npm verb addNamed "3.0.4" is a plain semver version for lodash.isarray
41822npm verb addRemoteTarball http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz not in flight; adding
41823npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz',
41824npm verb addRemoteTarball '79e4eb88c36a8122af86f844aa9bcd851b5fbb55' ]
41825npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz not in flight; adding
41826npm verb addTmpTarball already have metadata; skipping unpack for lodash._getnative@3.9.1
41827npm info retry fetch attempt 1 at 11:27:59
41828npm info attempt registry request try #1 at 11:27:59
41829npm http fetch GET http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
41830npm verb cache add spec lodash.isarguments@^3.0.0
41831npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarguments
41832npm verb addNameRange registry:http://registry.npmjs.org/lodash.isarguments not in flight; fetching
41833npm verb get http://registry.npmjs.org/lodash.isarguments not expired, no request
41834npm verb addNamed "3.0.4" is a plain semver version for lodash.isarguments
41835npm verb addRemoteTarball http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz not in flight; adding
41836npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz',
41837npm verb addRemoteTarball 'ebbb884c48d27366a44ea6fee57ed7b5a32a81e0' ]
41838npm verb afterAdd /root/.npm/lodash._getnative/3.9.1/package/package.json not in flight; writing
41839npm info retry fetch attempt 1 at 11:27:59
41840npm info attempt registry request try #1 at 11:27:59
41841npm http fetch GET http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz
41842npm http fetch 200 http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
41843npm verb afterAdd /root/.npm/lodash._getnative/3.9.1/package/package.json written
41844npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz not in flight; adding
41845npm verb addTmpTarball already have metadata; skipping unpack for lodash.isarray@3.0.4
41846npm verb afterAdd /root/.npm/lodash.isarray/3.0.4/package/package.json not in flight; writing
41847npm http fetch 200 http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz
41848npm verb afterAdd /root/.npm/lodash.isarray/3.0.4/package/package.json written
41849npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz not in flight; adding
41850npm verb addTmpTarball already have metadata; skipping unpack for lodash.isarguments@3.0.4
41851npm verb afterAdd /root/.npm/lodash.isarguments/3.0.4/package/package.json not in flight; writing
41852npm verb afterAdd /root/.npm/lodash.isarguments/3.0.4/package/package.json written
41853npm verb request uri http://registry.npmjs.org/lodash._bindcallback
41854npm verb request no auth needed
41855npm info attempt registry request try #1 at 11:27:59
41856npm http request GET http://registry.npmjs.org/lodash._bindcallback
41857npm verb request uri http://registry.npmjs.org/lodash._isiterateecall
41858npm verb request no auth needed
41859npm info attempt registry request try #1 at 11:27:59
41860npm http request GET http://registry.npmjs.org/lodash._isiterateecall
41861npm verb request uri http://registry.npmjs.org/lodash.restparam
41862npm verb request no auth needed
41863npm info attempt registry request try #1 at 11:27:59
41864npm http request GET http://registry.npmjs.org/lodash.restparam
41865npm http 200 http://registry.npmjs.org/lodash._bindcallback
41866npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41867npm verb headers etag: '"4QCDH20MPKBVT8L2LY3OLQAXP"',
41868npm verb headers 'content-type': 'application/json',
41869npm verb headers 'cache-control': 'max-age=60',
41870npm verb headers 'content-length': '5095',
41871npm verb headers 'accept-ranges': 'bytes',
41872npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41873npm verb headers via: '1.1 varnish',
41874npm verb headers age: '35',
41875npm verb headers connection: 'keep-alive',
41876npm verb headers 'x-served-by': 'cache-fra1229-FRA',
41877npm verb headers 'x-cache': 'HIT',
41878npm verb headers 'x-cache-hits': '2',
41879npm verb headers 'x-timer': 'S1450870079.513275,VS0,VE0',
41880npm verb headers vary: 'Accept' }
41881npm verb get saving lodash._bindcallback to /root/.npm/registry.npmjs.org/lodash._bindcallback/.cache.json
41882npm http 200 http://registry.npmjs.org/lodash.restparam
41883npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41884npm verb headers etag: '"1659M1VRENH47KDVLN4NUNM18"',
41885npm verb headers 'content-type': 'application/json',
41886npm verb headers 'cache-control': 'max-age=60',
41887npm verb headers 'content-length': '5226',
41888npm verb headers 'accept-ranges': 'bytes',
41889npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41890npm verb headers via: '1.1 varnish',
41891npm verb headers age: '49',
41892npm verb headers connection: 'keep-alive',
41893npm verb headers 'x-served-by': 'cache-fra1232-FRA',
41894npm verb headers 'x-cache': 'HIT',
41895npm verb headers 'x-cache-hits': '1',
41896npm verb headers 'x-timer': 'S1450870079.515917,VS0,VE0',
41897npm verb headers vary: 'Accept' }
41898npm verb get saving lodash.restparam to /root/.npm/registry.npmjs.org/lodash.restparam/.cache.json
41899npm verb cache add spec lodash._bindcallback@^3.0.0
41900npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._bindcallback
41901npm verb addNameRange registry:http://registry.npmjs.org/lodash._bindcallback not in flight; fetching
41902npm http 200 http://registry.npmjs.org/lodash._isiterateecall
41903npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
41904npm verb headers etag: '"5T12YB3BV3DYI9G8QK957PADV"',
41905npm verb headers 'content-type': 'application/json',
41906npm verb headers 'cache-control': 'max-age=60',
41907npm verb headers 'content-length': '18936',
41908npm verb headers 'accept-ranges': 'bytes',
41909npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41910npm verb headers via: '1.1 varnish',
41911npm verb headers age: '58',
41912npm verb headers connection: 'keep-alive',
41913npm verb headers 'x-served-by': 'cache-fra1234-FRA',
41914npm verb headers 'x-cache': 'HIT',
41915npm verb headers 'x-cache-hits': '4',
41916npm verb headers 'x-timer': 'S1450870079.513541,VS0,VE0',
41917npm verb headers vary: 'Accept' }
41918npm verb get saving lodash._isiterateecall to /root/.npm/registry.npmjs.org/lodash._isiterateecall/.cache.json
41919npm verb cache add spec lodash.restparam@^3.0.0
41920npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.restparam
41921npm verb addNameRange registry:http://registry.npmjs.org/lodash.restparam not in flight; fetching
41922npm verb get http://registry.npmjs.org/lodash._bindcallback not expired, no request
41923npm verb addNamed "3.0.1" is a plain semver version for lodash._bindcallback
41924npm verb addRemoteTarball http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz not in flight; adding
41925npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz',
41926npm verb addRemoteTarball 'e531c27644cf8b57a99e17ed95b35c748789392e' ]
41927npm verb get http://registry.npmjs.org/lodash.restparam not expired, no request
41928npm verb addNamed "3.6.1" is a plain semver version for lodash.restparam
41929npm verb addRemoteTarball http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz not in flight; adding
41930npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz',
41931npm verb addRemoteTarball '936a4e309ef330a7645ed4145986c85ae5b20805' ]
41932npm info retry fetch attempt 1 at 11:27:59
41933npm info attempt registry request try #1 at 11:27:59
41934npm http fetch GET http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz
41935npm info retry fetch attempt 1 at 11:27:59
41936npm info attempt registry request try #1 at 11:27:59
41937npm http fetch GET http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz
41938npm verb cache add spec lodash._isiterateecall@^3.0.0
41939npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._isiterateecall
41940npm verb addNameRange registry:http://registry.npmjs.org/lodash._isiterateecall not in flight; fetching
41941npm verb get http://registry.npmjs.org/lodash._isiterateecall not expired, no request
41942npm verb addNamed "3.0.9" is a plain semver version for lodash._isiterateecall
41943npm verb addRemoteTarball http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz not in flight; adding
41944npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz',
41945npm verb addRemoteTarball '5203ad7ba425fae842460e696db9cf3e6aac057c' ]
41946npm info retry fetch attempt 1 at 11:27:59
41947npm info attempt registry request try #1 at 11:27:59
41948npm http fetch GET http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
41949npm http fetch 200 http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz
41950npm http fetch 200 http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz
41951npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz not in flight; adding
41952npm verb addTmpTarball already have metadata; skipping unpack for lodash.restparam@3.6.1
41953npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz not in flight; adding
41954npm verb addTmpTarball already have metadata; skipping unpack for lodash._bindcallback@3.0.1
41955npm verb afterAdd /root/.npm/lodash.restparam/3.6.1/package/package.json not in flight; writing
41956npm verb afterAdd /root/.npm/lodash._bindcallback/3.0.1/package/package.json not in flight; writing
41957npm verb afterAdd /root/.npm/lodash.restparam/3.6.1/package/package.json written
41958npm verb afterAdd /root/.npm/lodash._bindcallback/3.0.1/package/package.json written
41959npm http fetch 200 http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
41960npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz not in flight; adding
41961npm verb addTmpTarball already have metadata; skipping unpack for lodash._isiterateecall@3.0.9
41962npm verb afterAdd /root/.npm/lodash._isiterateecall/3.0.9/package/package.json not in flight; writing
41963npm verb afterAdd /root/.npm/lodash._isiterateecall/3.0.9/package/package.json written
41964npm verb cache add spec broccoli-kitchen-sink-helpers@^0.3.1
41965npm verb cache add spec fs-extra@^0.24.0
41966npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for broccoli-kitchen-sink-helpers
41967npm verb addNameRange registry:http://registry.npmjs.org/broccoli-kitchen-sink-helpers not in flight; fetching
41968npm verb addNamed ">=0.24.0 <0.25.0" is a valid semver range for fs-extra
41969npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
41970npm verb request uri http://registry.npmjs.org/fs-extra
41971npm verb request no auth needed
41972npm info attempt registry request try #1 at 11:27:59
41973npm verb etag "5P97O68TI1NHUQFEFJMUY0QSA"
41974npm http request GET http://registry.npmjs.org/fs-extra
41975npm verb request uri http://registry.npmjs.org/broccoli-kitchen-sink-helpers
41976npm verb request no auth needed
41977npm info attempt registry request try #1 at 11:27:59
41978npm verb etag "4R751W8VD7VN1ZFFZMN9JNS8Q"
41979npm http request GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers
41980npm http 304 http://registry.npmjs.org/fs-extra
41981npm verb headers { date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41982npm verb headers via: '1.1 varnish',
41983npm verb headers 'cache-control': 'max-age=300',
41984npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
41985npm verb headers age: '178',
41986npm verb headers connection: 'keep-alive',
41987npm verb headers 'x-served-by': 'cache-fra1247-FRA',
41988npm verb headers 'x-cache': 'HIT',
41989npm verb headers 'x-cache-hits': '8',
41990npm verb headers 'x-timer': 'S1450870079.680493,VS0,VE0',
41991npm verb headers vary: 'Accept' }
41992npm verb etag http://registry.npmjs.org/fs-extra from cache
41993npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
41994npm http 304 http://registry.npmjs.org/broccoli-kitchen-sink-helpers
41995npm verb headers { date: 'Wed, 23 Dec 2015 11:27:59 GMT',
41996npm verb headers via: '1.1 varnish',
41997npm verb headers 'cache-control': 'max-age=300',
41998npm verb headers etag: '"4R751W8VD7VN1ZFFZMN9JNS8Q"',
41999npm verb headers age: '156',
42000npm verb headers connection: 'keep-alive',
42001npm verb headers 'x-served-by': 'cache-fra1225-FRA',
42002npm verb headers 'x-cache': 'HIT',
42003npm verb headers 'x-cache-hits': '1',
42004npm verb headers 'x-timer': 'S1450870079.685452,VS0,VE0',
42005npm verb headers vary: 'Accept' }
42006npm verb etag http://registry.npmjs.org/broccoli-kitchen-sink-helpers from cache
42007npm verb get saving broccoli-kitchen-sink-helpers to /root/.npm/registry.npmjs.org/broccoli-kitchen-sink-helpers/.cache.json
42008npm verb addNamed "0.3.1" is a plain semver version for broccoli-kitchen-sink-helpers
42009npm verb addNamed "0.24.0" is a plain semver version for fs-extra
42010npm verb addRemoteTarball http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz not in flight; adding
42011npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz',
42012npm verb addRemoteTarball '77c7c18194b9664163ec4fcee2793444926e0c06' ]
42013npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
42014npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz',
42015npm verb addRemoteTarball 'd4e4342a96675cb7846633a6099249332b539952' ]
42016npm info retry fetch attempt 1 at 11:27:59
42017npm info attempt registry request try #1 at 11:27:59
42018npm http fetch GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz
42019npm info retry fetch attempt 1 at 11:27:59
42020npm info attempt registry request try #1 at 11:27:59
42021npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
42022npm http fetch 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz
42023npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
42024npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz not in flight; adding
42025npm verb addTmpTarball already have metadata; skipping unpack for broccoli-kitchen-sink-helpers@0.3.1
42026npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package/package.json not in flight; writing
42027npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package/package.json written
42028npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
42029npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.24.0
42030npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json not in flight; writing
42031npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json written
42032npm verb cache add spec graceful-fs@^4.1.2
42033npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
42034npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
42035npm verb request uri http://registry.npmjs.org/jsonfile
42036npm verb request no auth needed
42037npm info attempt registry request try #1 at 11:27:59
42038npm http request GET http://registry.npmjs.org/jsonfile
42039npm verb request uri http://registry.npmjs.org/graceful-fs
42040npm verb request no auth needed
42041npm info attempt registry request try #1 at 11:27:59
42042npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
42043npm http request GET http://registry.npmjs.org/graceful-fs
42044npm http 304 http://registry.npmjs.org/graceful-fs
42045npm verb headers { date: 'Wed, 23 Dec 2015 11:27:59 GMT',
42046npm verb headers via: '1.1 varnish',
42047npm verb headers 'cache-control': 'max-age=300',
42048npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
42049npm verb headers age: '237',
42050npm verb headers connection: 'keep-alive',
42051npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42052npm verb headers 'x-cache': 'HIT',
42053npm verb headers 'x-cache-hits': '23',
42054npm verb headers 'x-timer': 'S1450870079.836408,VS0,VE0',
42055npm verb headers vary: 'Accept' }
42056npm verb etag http://registry.npmjs.org/graceful-fs from cache
42057npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
42058npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
42059npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
42060npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
42061npm http 200 http://registry.npmjs.org/jsonfile
42062npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42063npm verb headers etag: '"8OSSUZ7Q81L3WJ2WN6C8RED44"',
42064npm verb headers 'content-type': 'application/json',
42065npm verb headers 'cache-control': 'max-age=300',
42066npm verb headers 'content-length': '19927',
42067npm verb headers 'accept-ranges': 'bytes',
42068npm verb headers date: 'Wed, 23 Dec 2015 11:27:59 GMT',
42069npm verb headers via: '1.1 varnish',
42070npm verb headers age: '2',
42071npm verb headers connection: 'keep-alive',
42072npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42073npm verb headers 'x-cache': 'HIT',
42074npm verb headers 'x-cache-hits': '2',
42075npm verb headers 'x-timer': 'S1450870079.830009,VS0,VE0',
42076npm verb headers vary: 'Accept' }
42077npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
42078npm verb cache add spec jsonfile@^2.1.0
42079npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
42080npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
42081npm verb get http://registry.npmjs.org/jsonfile not expired, no request
42082npm verb addNamed "2.2.3" is a plain semver version for jsonfile
42083npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
42084npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
42085npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
42086npm info retry fetch attempt 1 at 11:27:59
42087npm info attempt registry request try #1 at 11:27:59
42088npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
42089npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
42090npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
42091npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
42092npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
42093npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
42094npm verb cache add spec minimatch@~0.2.14
42095npm verb cache add spec minimist@^1.1.1
42096npm verb addNamed ">=0.2.14 <0.3.0" is a valid semver range for minimatch
42097npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
42098npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for minimist
42099npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
42100npm verb request uri http://registry.npmjs.org/exec-sh
42101npm verb request no auth needed
42102npm info attempt registry request try #1 at 11:27:59
42103npm http request GET http://registry.npmjs.org/exec-sh
42104npm verb request uri http://registry.npmjs.org/fb-watchman
42105npm verb request no auth needed
42106npm info attempt registry request try #1 at 11:28:00
42107npm http request GET http://registry.npmjs.org/fb-watchman
42108npm verb request uri http://registry.npmjs.org/walker
42109npm verb request no auth needed
42110npm info attempt registry request try #1 at 11:28:00
42111npm http request GET http://registry.npmjs.org/walker
42112npm verb request uri http://registry.npmjs.org/watch
42113npm verb request no auth needed
42114npm info attempt registry request try #1 at 11:28:00
42115npm http request GET http://registry.npmjs.org/watch
42116npm verb request uri http://registry.npmjs.org/minimatch
42117npm verb request no auth needed
42118npm info attempt registry request try #1 at 11:28:00
42119npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
42120npm http request GET http://registry.npmjs.org/minimatch
42121npm verb request uri http://registry.npmjs.org/minimist
42122npm verb request no auth needed
42123npm info attempt registry request try #1 at 11:28:00
42124npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
42125npm http request GET http://registry.npmjs.org/minimist
42126npm http 200 http://registry.npmjs.org/fb-watchman
42127npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42128npm verb headers etag: '"C5AWOH90CC4PLPB74P6MA83B5"',
42129npm verb headers 'content-type': 'application/json',
42130npm verb headers 'cache-control': 'max-age=300',
42131npm verb headers 'content-length': '11857',
42132npm verb headers 'accept-ranges': 'bytes',
42133npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42134npm verb headers via: '1.1 varnish',
42135npm verb headers age: '235',
42136npm verb headers connection: 'keep-alive',
42137npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42138npm verb headers 'x-cache': 'HIT',
42139npm verb headers 'x-cache-hits': '2',
42140npm verb headers 'x-timer': 'S1450870080.022900,VS0,VE0',
42141npm verb headers vary: 'Accept' }
42142npm verb get saving fb-watchman to /root/.npm/registry.npmjs.org/fb-watchman/.cache.json
42143npm http 200 http://registry.npmjs.org/walker
42144npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42145npm verb headers etag: '"D91VM5MVC22OVRHUWB5KTWUH8"',
42146npm verb headers 'content-type': 'application/json',
42147npm verb headers 'cache-control': 'max-age=300',
42148npm verb headers 'content-length': '10675',
42149npm verb headers 'accept-ranges': 'bytes',
42150npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42151npm verb headers via: '1.1 varnish',
42152npm verb headers age: '174',
42153npm verb headers connection: 'keep-alive',
42154npm verb headers 'x-served-by': 'cache-fra1228-FRA',
42155npm verb headers 'x-cache': 'HIT',
42156npm verb headers 'x-cache-hits': '2',
42157npm verb headers 'x-timer': 'S1450870080.023168,VS0,VE0',
42158npm verb headers vary: 'Accept' }
42159npm verb get saving walker to /root/.npm/registry.npmjs.org/walker/.cache.json
42160npm http 304 http://registry.npmjs.org/minimist
42161npm verb headers { date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42162npm verb headers via: '1.1 varnish',
42163npm verb headers 'cache-control': 'max-age=300',
42164npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
42165npm verb headers age: '288',
42166npm verb headers connection: 'keep-alive',
42167npm verb headers 'x-served-by': 'cache-fra1248-FRA',
42168npm verb headers 'x-cache': 'HIT',
42169npm verb headers 'x-cache-hits': '33',
42170npm verb headers 'x-timer': 'S1450870080.034054,VS0,VE0',
42171npm verb headers vary: 'Accept' }
42172npm verb etag http://registry.npmjs.org/minimist from cache
42173npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
42174npm http 304 http://registry.npmjs.org/minimatch
42175npm verb headers { date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42176npm verb headers via: '1.1 varnish',
42177npm verb headers 'cache-control': 'max-age=60',
42178npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
42179npm verb headers age: '36',
42180npm verb headers connection: 'keep-alive',
42181npm verb headers 'x-served-by': 'cache-fra1239-FRA',
42182npm verb headers 'x-cache': 'HIT',
42183npm verb headers 'x-cache-hits': '6',
42184npm verb headers 'x-timer': 'S1450870080.034015,VS0,VE0',
42185npm verb headers vary: 'Accept' }
42186npm verb etag http://registry.npmjs.org/minimatch from cache
42187npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
42188npm verb cache add spec fb-watchman@^1.5.0
42189npm verb addNamed ">=1.5.0 <2.0.0" is a valid semver range for fb-watchman
42190npm verb addNameRange registry:http://registry.npmjs.org/fb-watchman not in flight; fetching
42191npm verb addNamed "1.2.0" is a plain semver version for minimist
42192npm verb cache add spec walker@~1.0.5
42193npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for walker
42194npm verb addNameRange registry:http://registry.npmjs.org/walker not in flight; fetching
42195npm verb addNamed "0.2.14" is a plain semver version for minimatch
42196npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
42197npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
42198npm verb addRemoteTarball 'c74e780574f63c6f9a090e90efbe6ef53a6a756a' ]
42199npm info retry fetch attempt 1 at 11:28:00
42200npm info attempt registry request try #1 at 11:28:00
42201npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
42202npm verb get http://registry.npmjs.org/fb-watchman not expired, no request
42203npm verb addNamed "1.6.0" is a plain semver version for fb-watchman
42204npm verb get http://registry.npmjs.org/walker not expired, no request
42205npm verb addNamed "1.0.7" is a plain semver version for walker
42206npm verb addRemoteTarball http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz not in flight; adding
42207npm verb addRemoteTarball [ 'http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz',
42208npm verb addRemoteTarball 'c5e1bb0d36e690d9f93f5a139698a68dc60d99b1' ]
42209npm verb addRemoteTarball http://registry.npmjs.org/walker/-/walker-1.0.7.tgz not in flight; adding
42210npm verb addRemoteTarball [ 'http://registry.npmjs.org/walker/-/walker-1.0.7.tgz',
42211npm verb addRemoteTarball '2f7f9b8fd10d677262b18a884e28d19618e028fb' ]
42212npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
42213npm info retry fetch attempt 1 at 11:28:00
42214npm info attempt registry request try #1 at 11:28:00
42215npm http fetch GET http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz
42216npm info retry fetch attempt 1 at 11:28:00
42217npm info attempt registry request try #1 at 11:28:00
42218npm http fetch GET http://registry.npmjs.org/walker/-/walker-1.0.7.tgz
42219npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
42220npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
42221npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
42222npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.2.14
42223npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
42224npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
42225npm http fetch 200 http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz
42226npm http fetch 200 http://registry.npmjs.org/walker/-/walker-1.0.7.tgz
42227npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz not in flight; adding
42228npm verb addTmpTarball already have metadata; skipping unpack for fb-watchman@1.6.0
42229npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/walker/-/walker-1.0.7.tgz not in flight; adding
42230npm verb addTmpTarball already have metadata; skipping unpack for walker@1.0.7
42231npm verb afterAdd /root/.npm/fb-watchman/1.6.0/package/package.json not in flight; writing
42232npm verb afterAdd /root/.npm/fb-watchman/1.6.0/package/package.json written
42233npm verb afterAdd /root/.npm/walker/1.0.7/package/package.json not in flight; writing
42234npm verb afterAdd /root/.npm/walker/1.0.7/package/package.json written
42235npm http 200 http://registry.npmjs.org/watch
42236npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42237npm verb headers etag: '"C5HHTRQ6P9TRMROI8HAVX6AJ9"',
42238npm verb headers 'content-type': 'application/json',
42239npm verb headers 'cache-control': 'max-age=300',
42240npm verb headers 'content-length': '25046',
42241npm verb headers 'accept-ranges': 'bytes',
42242npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42243npm verb headers via: '1.1 varnish',
42244npm verb headers age: '0',
42245npm verb headers connection: 'keep-alive',
42246npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42247npm verb headers 'x-cache': 'HIT',
42248npm verb headers 'x-cache-hits': '1',
42249npm verb headers 'x-timer': 'S1450870080.022835,VS0,VE193',
42250npm verb headers vary: 'Accept' }
42251npm verb get saving watch to /root/.npm/registry.npmjs.org/watch/.cache.json
42252npm verb cache add spec watch@~0.10.0
42253npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for watch
42254npm verb addNameRange registry:http://registry.npmjs.org/watch not in flight; fetching
42255npm verb get http://registry.npmjs.org/watch not expired, no request
42256npm verb addNamed "0.10.0" is a plain semver version for watch
42257npm verb addRemoteTarball http://registry.npmjs.org/watch/-/watch-0.10.0.tgz not in flight; adding
42258npm verb addRemoteTarball [ 'http://registry.npmjs.org/watch/-/watch-0.10.0.tgz',
42259npm verb addRemoteTarball '77798b2da0f9910d595f1ace5b0c2258521f21dc' ]
42260npm info retry fetch attempt 1 at 11:28:00
42261npm info attempt registry request try #1 at 11:28:00
42262npm http fetch GET http://registry.npmjs.org/watch/-/watch-0.10.0.tgz
42263npm http fetch 200 http://registry.npmjs.org/watch/-/watch-0.10.0.tgz
42264npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/watch/-/watch-0.10.0.tgz not in flight; adding
42265npm verb addTmpTarball already have metadata; skipping unpack for watch@0.10.0
42266npm verb afterAdd /root/.npm/watch/0.10.0/package/package.json not in flight; writing
42267npm verb afterAdd /root/.npm/watch/0.10.0/package/package.json written
42268npm http 200 http://registry.npmjs.org/exec-sh
42269npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42270npm verb headers etag: '"BY1KJDQ251IMUFAAXK24OR9BR"',
42271npm verb headers 'content-type': 'application/json',
42272npm verb headers 'cache-control': 'max-age=300',
42273npm verb headers 'content-length': '10742',
42274npm verb headers 'accept-ranges': 'bytes',
42275npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42276npm verb headers via: '1.1 varnish',
42277npm verb headers age: '0',
42278npm verb headers connection: 'keep-alive',
42279npm verb headers 'x-served-by': 'cache-fra1223-FRA',
42280npm verb headers 'x-cache': 'HIT',
42281npm verb headers 'x-cache-hits': '1',
42282npm verb headers 'x-timer': 'S1450870080.022939,VS0,VE711',
42283npm verb headers vary: 'Accept' }
42284npm verb get saving exec-sh to /root/.npm/registry.npmjs.org/exec-sh/.cache.json
42285npm verb cache add spec exec-sh@^0.2.0
42286npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for exec-sh
42287npm verb addNameRange registry:http://registry.npmjs.org/exec-sh not in flight; fetching
42288npm verb get http://registry.npmjs.org/exec-sh not expired, no request
42289npm verb addNamed "0.2.0" is a plain semver version for exec-sh
42290npm verb addRemoteTarball http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz not in flight; adding
42291npm verb addRemoteTarball [ 'http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz',
42292npm verb addRemoteTarball '14f75de3f20d286ef933099b2ce50a90359cef10' ]
42293npm info retry fetch attempt 1 at 11:28:00
42294npm info attempt registry request try #1 at 11:28:00
42295npm http fetch GET http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz
42296npm http fetch 200 http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz
42297npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz not in flight; adding
42298npm verb addTmpTarball already have metadata; skipping unpack for exec-sh@0.2.0
42299npm verb afterAdd /root/.npm/exec-sh/0.2.0/package/package.json not in flight; writing
42300npm verb afterAdd /root/.npm/exec-sh/0.2.0/package/package.json written
42301npm verb request uri http://registry.npmjs.org/merge
42302npm verb request no auth needed
42303npm info attempt registry request try #1 at 11:28:00
42304npm http request GET http://registry.npmjs.org/merge
42305npm http 200 http://registry.npmjs.org/merge
42306npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42307npm verb headers etag: '"73RSYZX7FC4EY2GMRM2JOBZFH"',
42308npm verb headers 'content-type': 'application/json',
42309npm verb headers 'cache-control': 'max-age=300',
42310npm verb headers 'content-length': '7480',
42311npm verb headers 'accept-ranges': 'bytes',
42312npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42313npm verb headers via: '1.1 varnish',
42314npm verb headers age: '272',
42315npm verb headers connection: 'keep-alive',
42316npm verb headers 'x-served-by': 'cache-fra1240-FRA',
42317npm verb headers 'x-cache': 'HIT',
42318npm verb headers 'x-cache-hits': '3',
42319npm verb headers 'x-timer': 'S1450870080.823442,VS0,VE0',
42320npm verb headers vary: 'Accept' }
42321npm verb get saving merge to /root/.npm/registry.npmjs.org/merge/.cache.json
42322npm verb cache add spec merge@^1.1.3
42323npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for merge
42324npm verb addNameRange registry:http://registry.npmjs.org/merge not in flight; fetching
42325npm verb get http://registry.npmjs.org/merge not expired, no request
42326npm verb addNamed "1.2.0" is a plain semver version for merge
42327npm verb addRemoteTarball http://registry.npmjs.org/merge/-/merge-1.2.0.tgz not in flight; adding
42328npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge/-/merge-1.2.0.tgz',
42329npm verb addRemoteTarball '7531e39d4949c281a66b8c5a6e0265e8b05894da' ]
42330npm info retry fetch attempt 1 at 11:28:00
42331npm info attempt registry request try #1 at 11:28:00
42332npm http fetch GET http://registry.npmjs.org/merge/-/merge-1.2.0.tgz
42333npm http fetch 200 http://registry.npmjs.org/merge/-/merge-1.2.0.tgz
42334npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/merge/-/merge-1.2.0.tgz not in flight; adding
42335npm verb addTmpTarball already have metadata; skipping unpack for merge@1.2.0
42336npm verb afterAdd /root/.npm/merge/1.2.0/package/package.json not in flight; writing
42337npm verb afterAdd /root/.npm/merge/1.2.0/package/package.json written
42338npm verb request uri http://registry.npmjs.org/bser
42339npm verb request no auth needed
42340npm info attempt registry request try #1 at 11:28:00
42341npm http request GET http://registry.npmjs.org/bser
42342npm http 200 http://registry.npmjs.org/bser
42343npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42344npm verb headers etag: '"2XVUYZ9TWKK5KJGBKT2SBZAO"',
42345npm verb headers 'content-type': 'application/json',
42346npm verb headers 'cache-control': 'max-age=300',
42347npm verb headers 'content-length': '5598',
42348npm verb headers 'accept-ranges': 'bytes',
42349npm verb headers date: 'Wed, 23 Dec 2015 11:28:00 GMT',
42350npm verb headers via: '1.1 varnish',
42351npm verb headers age: '236',
42352npm verb headers connection: 'keep-alive',
42353npm verb headers 'x-served-by': 'cache-fra1234-FRA',
42354npm verb headers 'x-cache': 'HIT',
42355npm verb headers 'x-cache-hits': '2',
42356npm verb headers 'x-timer': 'S1450870080.933757,VS0,VE0',
42357npm verb headers vary: 'Accept' }
42358npm verb get saving bser to /root/.npm/registry.npmjs.org/bser/.cache.json
42359npm verb cache add spec bser@^1.0.2
42360npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for bser
42361npm verb addNameRange registry:http://registry.npmjs.org/bser not in flight; fetching
42362npm verb get http://registry.npmjs.org/bser not expired, no request
42363npm verb addNamed "1.0.2" is a plain semver version for bser
42364npm verb addRemoteTarball http://registry.npmjs.org/bser/-/bser-1.0.2.tgz not in flight; adding
42365npm verb addRemoteTarball [ 'http://registry.npmjs.org/bser/-/bser-1.0.2.tgz',
42366npm verb addRemoteTarball '381116970b2a6deea5646dd15dd7278444b56169' ]
42367npm info retry fetch attempt 1 at 11:28:00
42368npm info attempt registry request try #1 at 11:28:00
42369npm http fetch GET http://registry.npmjs.org/bser/-/bser-1.0.2.tgz
42370npm http fetch 200 http://registry.npmjs.org/bser/-/bser-1.0.2.tgz
42371npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bser/-/bser-1.0.2.tgz not in flight; adding
42372npm verb addTmpTarball already have metadata; skipping unpack for bser@1.0.2
42373npm verb afterAdd /root/.npm/bser/1.0.2/package/package.json not in flight; writing
42374npm verb afterAdd /root/.npm/bser/1.0.2/package/package.json written
42375npm verb request uri http://registry.npmjs.org/node-int64
42376npm verb request no auth needed
42377npm info attempt registry request try #1 at 11:28:01
42378npm http request GET http://registry.npmjs.org/node-int64
42379npm http 200 http://registry.npmjs.org/node-int64
42380npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42381npm verb headers etag: '"BFDX9NEMFQQ7H09NXUHAF6JKE"',
42382npm verb headers 'content-type': 'application/json',
42383npm verb headers 'cache-control': 'max-age=300',
42384npm verb headers 'content-length': '9479',
42385npm verb headers 'accept-ranges': 'bytes',
42386npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42387npm verb headers via: '1.1 varnish',
42388npm verb headers age: '293',
42389npm verb headers connection: 'keep-alive',
42390npm verb headers 'x-served-by': 'cache-fra1235-FRA',
42391npm verb headers 'x-cache': 'HIT',
42392npm verb headers 'x-cache-hits': '3',
42393npm verb headers 'x-timer': 'S1450870081.026522,VS0,VE0',
42394npm verb headers vary: 'Accept' }
42395npm verb get saving node-int64 to /root/.npm/registry.npmjs.org/node-int64/.cache.json
42396npm verb cache add spec node-int64@^0.4.0
42397npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for node-int64
42398npm verb addNameRange registry:http://registry.npmjs.org/node-int64 not in flight; fetching
42399npm verb get http://registry.npmjs.org/node-int64 not expired, no request
42400npm verb addNamed "0.4.0" is a plain semver version for node-int64
42401npm verb addRemoteTarball http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz not in flight; adding
42402npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz',
42403npm verb addRemoteTarball '87a9065cdb355d3182d8f94ce11188b825c68a3b' ]
42404npm info retry fetch attempt 1 at 11:28:01
42405npm info attempt registry request try #1 at 11:28:01
42406npm http fetch GET http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz
42407npm http fetch 200 http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz
42408npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz not in flight; adding
42409npm verb addTmpTarball already have metadata; skipping unpack for node-int64@0.4.0
42410npm verb afterAdd /root/.npm/node-int64/0.4.0/package/package.json not in flight; writing
42411npm verb afterAdd /root/.npm/node-int64/0.4.0/package/package.json written
42412npm verb request uri http://registry.npmjs.org/lru-cache
42413npm verb request no auth needed
42414npm info attempt registry request try #1 at 11:28:01
42415npm http request GET http://registry.npmjs.org/lru-cache
42416npm verb request uri http://registry.npmjs.org/sigmund
42417npm verb request no auth needed
42418npm info attempt registry request try #1 at 11:28:01
42419npm http request GET http://registry.npmjs.org/sigmund
42420npm http 200 http://registry.npmjs.org/sigmund
42421npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42422npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
42423npm verb headers 'content-type': 'application/json',
42424npm verb headers 'cache-control': 'max-age=60',
42425npm verb headers 'content-length': '4604',
42426npm verb headers 'accept-ranges': 'bytes',
42427npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42428npm verb headers via: '1.1 varnish',
42429npm verb headers age: '58',
42430npm verb headers connection: 'keep-alive',
42431npm verb headers 'x-served-by': 'cache-fra1244-FRA',
42432npm verb headers 'x-cache': 'HIT',
42433npm verb headers 'x-cache-hits': '8',
42434npm verb headers 'x-timer': 'S1450870081.132268,VS0,VE0',
42435npm verb headers vary: 'Accept' }
42436npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
42437npm verb cache add spec sigmund@~1.0.0
42438npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
42439npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
42440npm verb get http://registry.npmjs.org/sigmund not expired, no request
42441npm verb addNamed "1.0.1" is a plain semver version for sigmund
42442npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
42443npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
42444npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
42445npm info retry fetch attempt 1 at 11:28:01
42446npm info attempt registry request try #1 at 11:28:01
42447npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
42448npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
42449npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
42450npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
42451npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
42452npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
42453npm http 200 http://registry.npmjs.org/lru-cache
42454npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42455npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
42456npm verb headers 'content-type': 'application/json',
42457npm verb headers 'cache-control': 'max-age=300',
42458npm verb headers 'content-length': '48050',
42459npm verb headers 'accept-ranges': 'bytes',
42460npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42461npm verb headers via: '1.1 varnish',
42462npm verb headers age: '15',
42463npm verb headers connection: 'keep-alive',
42464npm verb headers 'x-served-by': 'cache-fra1231-FRA',
42465npm verb headers 'x-cache': 'HIT',
42466npm verb headers 'x-cache-hits': '2',
42467npm verb headers 'x-timer': 'S1450870081.123950,VS0,VE0',
42468npm verb headers vary: 'Accept' }
42469npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
42470npm verb cache add spec lru-cache@2
42471npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
42472npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
42473npm verb get http://registry.npmjs.org/lru-cache not expired, no request
42474npm verb addNamed "2.7.3" is a plain semver version for lru-cache
42475npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
42476npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz',
42477npm verb addRemoteTarball '6d4524e8b955f95d4f5b58851ce21dd72fb4e952' ]
42478npm info retry fetch attempt 1 at 11:28:01
42479npm info attempt registry request try #1 at 11:28:01
42480npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
42481npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
42482npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
42483npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.7.3
42484npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json not in flight; writing
42485npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json written
42486npm verb request uri http://registry.npmjs.org/makeerror
42487npm verb request no auth needed
42488npm info attempt registry request try #1 at 11:28:01
42489npm http request GET http://registry.npmjs.org/makeerror
42490npm http 200 http://registry.npmjs.org/makeerror
42491npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42492npm verb headers etag: '"85D1GURJB8ZW6W1VMNBE21FCT"',
42493npm verb headers 'content-type': 'application/json',
42494npm verb headers 'cache-control': 'max-age=300',
42495npm verb headers 'content-length': '11408',
42496npm verb headers 'accept-ranges': 'bytes',
42497npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42498npm verb headers via: '1.1 varnish',
42499npm verb headers age: '175',
42500npm verb headers connection: 'keep-alive',
42501npm verb headers 'x-served-by': 'cache-fra1242-FRA',
42502npm verb headers 'x-cache': 'HIT',
42503npm verb headers 'x-cache-hits': '1',
42504npm verb headers 'x-timer': 'S1450870081.520193,VS0,VE0',
42505npm verb headers vary: 'Accept' }
42506npm verb get saving makeerror to /root/.npm/registry.npmjs.org/makeerror/.cache.json
42507npm verb cache add spec makeerror@1.0.x
42508npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for makeerror
42509npm verb addNameRange registry:http://registry.npmjs.org/makeerror not in flight; fetching
42510npm verb get http://registry.npmjs.org/makeerror not expired, no request
42511npm verb addNamed "1.0.11" is a plain semver version for makeerror
42512npm verb addRemoteTarball http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz not in flight; adding
42513npm verb addRemoteTarball [ 'http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz',
42514npm verb addRemoteTarball 'e01a5c9109f2af79660e4e8b9587790184f5a96c' ]
42515npm info retry fetch attempt 1 at 11:28:01
42516npm info attempt registry request try #1 at 11:28:01
42517npm http fetch GET http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz
42518npm http fetch 200 http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz
42519npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz not in flight; adding
42520npm verb addTmpTarball already have metadata; skipping unpack for makeerror@1.0.11
42521npm verb afterAdd /root/.npm/makeerror/1.0.11/package/package.json not in flight; writing
42522npm verb afterAdd /root/.npm/makeerror/1.0.11/package/package.json written
42523npm verb request uri http://registry.npmjs.org/tmpl
42524npm verb request no auth needed
42525npm info attempt registry request try #1 at 11:28:01
42526npm http request GET http://registry.npmjs.org/tmpl
42527npm http 200 http://registry.npmjs.org/tmpl
42528npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42529npm verb headers etag: '"7EOGCYUNLT1FL1CR3A2S6N0YB"',
42530npm verb headers 'content-type': 'application/json',
42531npm verb headers 'cache-control': 'max-age=300',
42532npm verb headers 'content-length': '4564',
42533npm verb headers 'accept-ranges': 'bytes',
42534npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42535npm verb headers via: '1.1 varnish',
42536npm verb headers age: '175',
42537npm verb headers connection: 'keep-alive',
42538npm verb headers 'x-served-by': 'cache-fra1220-FRA',
42539npm verb headers 'x-cache': 'HIT',
42540npm verb headers 'x-cache-hits': '3',
42541npm verb headers 'x-timer': 'S1450870081.603892,VS0,VE0',
42542npm verb headers vary: 'Accept' }
42543npm verb get saving tmpl to /root/.npm/registry.npmjs.org/tmpl/.cache.json
42544npm verb cache add spec tmpl@1.0.x
42545npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for tmpl
42546npm verb addNameRange registry:http://registry.npmjs.org/tmpl not in flight; fetching
42547npm verb get http://registry.npmjs.org/tmpl not expired, no request
42548npm verb addNamed "1.0.4" is a plain semver version for tmpl
42549npm verb addRemoteTarball http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz not in flight; adding
42550npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz',
42551npm verb addRemoteTarball '23640dd7b42d00433911140820e5cf440e521dd1' ]
42552npm info retry fetch attempt 1 at 11:28:01
42553npm info attempt registry request try #1 at 11:28:01
42554npm http fetch GET http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz
42555npm http fetch 200 http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz
42556npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz not in flight; adding
42557npm verb addTmpTarball already have metadata; skipping unpack for tmpl@1.0.4
42558npm verb afterAdd /root/.npm/tmpl/1.0.4/package/package.json not in flight; writing
42559npm verb afterAdd /root/.npm/tmpl/1.0.4/package/package.json written
42560npm verb request uri http://registry.npmjs.org/fast-sourcemap-concat
42561npm verb request no auth needed
42562npm info attempt registry request try #1 at 11:28:01
42563npm http request GET http://registry.npmjs.org/fast-sourcemap-concat
42564npm verb request uri http://registry.npmjs.org/lodash-node
42565npm verb request no auth needed
42566npm info attempt registry request try #1 at 11:28:01
42567npm http request GET http://registry.npmjs.org/lodash-node
42568npm verb request uri http://registry.npmjs.org/lodash.uniq
42569npm verb request no auth needed
42570npm info attempt registry request try #1 at 11:28:01
42571npm http request GET http://registry.npmjs.org/lodash.uniq
42572npm http 200 http://registry.npmjs.org/lodash.uniq
42573npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42574npm verb headers etag: '"9NRFSDW9UVCMJVIVT8LFZ42CR"',
42575npm verb headers 'content-type': 'application/json',
42576npm verb headers 'cache-control': 'max-age=300',
42577npm verb headers 'content-length': '23762',
42578npm verb headers 'accept-ranges': 'bytes',
42579npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42580npm verb headers via: '1.1 varnish',
42581npm verb headers age: '217',
42582npm verb headers connection: 'keep-alive',
42583npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42584npm verb headers 'x-cache': 'HIT',
42585npm verb headers 'x-cache-hits': '3',
42586npm verb headers 'x-timer': 'S1450870081.720159,VS0,VE0',
42587npm verb headers vary: 'Accept' }
42588npm verb get saving lodash.uniq to /root/.npm/registry.npmjs.org/lodash.uniq/.cache.json
42589npm verb cache add spec lodash.uniq@^3.2.2
42590npm verb addNamed ">=3.2.2 <4.0.0" is a valid semver range for lodash.uniq
42591npm verb addNameRange registry:http://registry.npmjs.org/lodash.uniq not in flight; fetching
42592npm verb get http://registry.npmjs.org/lodash.uniq not expired, no request
42593npm verb addNamed "3.2.2" is a plain semver version for lodash.uniq
42594npm verb addRemoteTarball http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz not in flight; adding
42595npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz',
42596npm verb addRemoteTarball '146c36f25e75d19501ba402e88ba14937f63cd8b' ]
42597npm info retry fetch attempt 1 at 11:28:01
42598npm info attempt registry request try #1 at 11:28:01
42599npm http fetch GET http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz
42600npm http fetch 200 http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz
42601npm http 200 http://registry.npmjs.org/lodash-node
42602npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42603npm verb headers etag: '"EPVDC3EZVOVPR3S5RP5FM2H3U"',
42604npm verb headers 'content-type': 'application/json',
42605npm verb headers 'cache-control': 'max-age=300',
42606npm verb headers 'content-length': '43610',
42607npm verb headers 'accept-ranges': 'bytes',
42608npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42609npm verb headers via: '1.1 varnish',
42610npm verb headers age: '158',
42611npm verb headers connection: 'keep-alive',
42612npm verb headers 'x-served-by': 'cache-fra1228-FRA',
42613npm verb headers 'x-cache': 'HIT',
42614npm verb headers 'x-cache-hits': '3',
42615npm verb headers 'x-timer': 'S1450870081.720456,VS0,VE0',
42616npm verb headers vary: 'Accept' }
42617npm verb get saving lodash-node to /root/.npm/registry.npmjs.org/lodash-node/.cache.json
42618npm http 200 http://registry.npmjs.org/fast-sourcemap-concat
42619npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42620npm verb headers etag: '"ALI4YY0DED7TWWUIW4LHI5DU0"',
42621npm verb headers 'content-type': 'application/json',
42622npm verb headers 'cache-control': 'max-age=300',
42623npm verb headers 'content-length': '18133',
42624npm verb headers 'accept-ranges': 'bytes',
42625npm verb headers date: 'Wed, 23 Dec 2015 11:28:01 GMT',
42626npm verb headers via: '1.1 varnish',
42627npm verb headers age: '152',
42628npm verb headers connection: 'keep-alive',
42629npm verb headers 'x-served-by': 'cache-fra1244-FRA',
42630npm verb headers 'x-cache': 'HIT',
42631npm verb headers 'x-cache-hits': '1',
42632npm verb headers 'x-timer': 'S1450870081.720068,VS0,VE0',
42633npm verb headers vary: 'Accept' }
42634npm verb get saving fast-sourcemap-concat to /root/.npm/registry.npmjs.org/fast-sourcemap-concat/.cache.json
42635npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz not in flight; adding
42636npm verb addTmpTarball already have metadata; skipping unpack for lodash.uniq@3.2.2
42637npm verb cache add spec lodash-node@^2.4.1
42638npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash-node
42639npm verb addNameRange registry:http://registry.npmjs.org/lodash-node not in flight; fetching
42640npm verb cache add spec fast-sourcemap-concat@ ^0.2.4
42641npm verb addNamed ">=0.2.4 <0.3.0" is a valid semver range for fast-sourcemap-concat
42642npm verb addNameRange registry:http://registry.npmjs.org/fast-sourcemap-concat not in flight; fetching
42643npm verb get http://registry.npmjs.org/lodash-node not expired, no request
42644npm verb addNamed "2.4.1" is a plain semver version for lodash-node
42645npm WARN deprecated lodash-node@2.4.1: This package is no longer maintained. See its readme for upgrade details.
42646npm verb get http://registry.npmjs.org/fast-sourcemap-concat not expired, no request
42647npm verb addNamed "0.2.7" is a plain semver version for fast-sourcemap-concat
42648npm verb addRemoteTarball http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz not in flight; adding
42649npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz',
42650npm verb addRemoteTarball 'ea82f7b100c733d1a42af76801e506105e2a80ec' ]
42651npm verb addRemoteTarball http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz not in flight; adding
42652npm verb addRemoteTarball [ 'http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz',
42653npm verb addRemoteTarball 'b5d68a6d33e52f9d326fec38b836fa44d9b0d8fc' ]
42654npm verb afterAdd /root/.npm/lodash.uniq/3.2.2/package/package.json not in flight; writing
42655npm info retry fetch attempt 1 at 11:28:01
42656npm info attempt registry request try #1 at 11:28:01
42657npm http fetch GET http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz
42658npm info retry fetch attempt 1 at 11:28:01
42659npm info attempt registry request try #1 at 11:28:01
42660npm http fetch GET http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz
42661npm verb afterAdd /root/.npm/lodash.uniq/3.2.2/package/package.json written
42662npm http fetch 200 http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz
42663npm http fetch 200 http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz
42664npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz not in flight; adding
42665npm verb addTmpTarball already have metadata; skipping unpack for fast-sourcemap-concat@0.2.7
42666npm verb afterAdd /root/.npm/fast-sourcemap-concat/0.2.7/package/package.json not in flight; writing
42667npm verb afterAdd /root/.npm/fast-sourcemap-concat/0.2.7/package/package.json written
42668npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz not in flight; adding
42669npm verb addTmpTarball already have metadata; skipping unpack for lodash-node@2.4.1
42670npm verb afterAdd /root/.npm/lodash-node/2.4.1/package/package.json not in flight; writing
42671npm verb afterAdd /root/.npm/lodash-node/2.4.1/package/package.json written
42672npm verb cache add spec chalk@^0.5.1
42673npm verb cache add spec source-map@^0.4.2
42674npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
42675npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
42676npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for source-map
42677npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
42678npm verb request uri http://registry.npmjs.org/source-map-url
42679npm verb request no auth needed
42680npm info attempt registry request try #1 at 11:28:02
42681npm http request GET http://registry.npmjs.org/source-map-url
42682npm verb get http://registry.npmjs.org/chalk not expired, no request
42683npm verb addNamed "0.5.1" is a plain semver version for chalk
42684npm verb request uri http://registry.npmjs.org/source-map
42685npm verb request no auth needed
42686npm info attempt registry request try #1 at 11:28:02
42687npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
42688npm http request GET http://registry.npmjs.org/source-map
42689npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
42690npm http 200 http://registry.npmjs.org/source-map-url
42691npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42692npm verb headers etag: '"7H71MAHJ2R9AJ9YE7QA2N9NDI"',
42693npm verb headers 'content-type': 'application/json',
42694npm verb headers 'cache-control': 'max-age=300',
42695npm verb headers 'content-length': '8225',
42696npm verb headers 'accept-ranges': 'bytes',
42697npm verb headers date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42698npm verb headers via: '1.1 varnish',
42699npm verb headers age: '297',
42700npm verb headers connection: 'keep-alive',
42701npm verb headers 'x-served-by': 'cache-fra1224-FRA',
42702npm verb headers 'x-cache': 'HIT',
42703npm verb headers 'x-cache-hits': '3',
42704npm verb headers 'x-timer': 'S1450870082.338741,VS0,VE0',
42705npm verb headers vary: 'Accept' }
42706npm verb get saving source-map-url to /root/.npm/registry.npmjs.org/source-map-url/.cache.json
42707npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
42708npm http 304 http://registry.npmjs.org/source-map
42709npm verb headers { date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42710npm verb headers via: '1.1 varnish',
42711npm verb headers 'cache-control': 'max-age=60',
42712npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
42713npm verb headers age: '26',
42714npm verb headers connection: 'keep-alive',
42715npm verb headers 'x-served-by': 'cache-fra1227-FRA',
42716npm verb headers 'x-cache': 'HIT',
42717npm verb headers 'x-cache-hits': '3',
42718npm verb headers 'x-timer': 'S1450870082.352600,VS0,VE0',
42719npm verb headers vary: 'Accept' }
42720npm verb etag http://registry.npmjs.org/source-map from cache
42721npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
42722npm verb cache add spec source-map-url@^0.3.0
42723npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for source-map-url
42724npm verb addNameRange registry:http://registry.npmjs.org/source-map-url not in flight; fetching
42725npm verb get http://registry.npmjs.org/source-map-url not expired, no request
42726npm verb addNamed "0.3.0" is a plain semver version for source-map-url
42727npm verb addRemoteTarball http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz not in flight; adding
42728npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz',
42729npm verb addRemoteTarball '7ecaf13b57bcd09da8a40c5d269db33799d4aaf9' ]
42730npm info retry fetch attempt 1 at 11:28:02
42731npm info attempt registry request try #1 at 11:28:02
42732npm http fetch GET http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz
42733npm verb addNamed "0.4.4" is a plain semver version for source-map
42734npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
42735npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz',
42736npm verb addRemoteTarball 'eba4f5da9c0dc999de68032d8b4f76173652036b' ]
42737npm info retry fetch attempt 1 at 11:28:02
42738npm info attempt registry request try #1 at 11:28:02
42739npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
42740npm http fetch 200 http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz
42741npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz not in flight; adding
42742npm verb addTmpTarball already have metadata; skipping unpack for source-map-url@0.3.0
42743npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
42744npm verb afterAdd /root/.npm/source-map-url/0.3.0/package/package.json not in flight; writing
42745npm verb afterAdd /root/.npm/source-map-url/0.3.0/package/package.json written
42746npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
42747npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.4.4
42748npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json not in flight; writing
42749npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json written
42750npm verb cache add spec ansi-styles@^1.1.0
42751npm verb cache add spec has-ansi@^0.1.0
42752npm verb cache add spec strip-ansi@^0.3.0
42753npm verb cache add spec supports-color@^0.2.0
42754npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
42755npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
42756npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
42757npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
42758npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
42759npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
42760npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
42761npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
42762npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
42763npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
42764npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
42765npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
42766npm verb get http://registry.npmjs.org/has-ansi not expired, no request
42767npm verb addNamed "0.1.0" is a plain semver version for has-ansi
42768npm verb get http://registry.npmjs.org/supports-color not expired, no request
42769npm verb addNamed "0.2.0" is a plain semver version for supports-color
42770npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
42771npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
42772npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
42773npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
42774npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
42775npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
42776npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
42777npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
42778npm verb cache add spec ansi-regex@^0.2.0
42779npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
42780npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
42781npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
42782npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
42783npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
42784npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
42785npm verb request uri http://registry.npmjs.org/lodash._basecallback
42786npm verb request no auth needed
42787npm info attempt registry request try #1 at 11:28:02
42788npm http request GET http://registry.npmjs.org/lodash._basecallback
42789npm verb request uri http://registry.npmjs.org/lodash._baseuniq
42790npm verb request no auth needed
42791npm info attempt registry request try #1 at 11:28:02
42792npm http request GET http://registry.npmjs.org/lodash._baseuniq
42793npm http 200 http://registry.npmjs.org/lodash._basecallback
42794npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42795npm verb headers etag: '"59KHW5SSHM0EW5WNYXLKT07HM"',
42796npm verb headers 'content-type': 'application/json',
42797npm verb headers 'cache-control': 'max-age=300',
42798npm verb headers 'content-length': '20062',
42799npm verb headers 'accept-ranges': 'bytes',
42800npm verb headers date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42801npm verb headers via: '1.1 varnish',
42802npm verb headers age: '151',
42803npm verb headers connection: 'keep-alive',
42804npm verb headers 'x-served-by': 'cache-fra1247-FRA',
42805npm verb headers 'x-cache': 'HIT',
42806npm verb headers 'x-cache-hits': '1',
42807npm verb headers 'x-timer': 'S1450870082.609896,VS0,VE0',
42808npm verb headers vary: 'Accept' }
42809npm verb get saving lodash._basecallback to /root/.npm/registry.npmjs.org/lodash._basecallback/.cache.json
42810npm http 200 http://registry.npmjs.org/lodash._baseuniq
42811npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42812npm verb headers etag: '"3H7I0V331NPIX24TOIYH4G11Q"',
42813npm verb headers 'content-type': 'application/json',
42814npm verb headers 'cache-control': 'max-age=300',
42815npm verb headers 'content-length': '20606',
42816npm verb headers 'accept-ranges': 'bytes',
42817npm verb headers date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42818npm verb headers via: '1.1 varnish',
42819npm verb headers age: '217',
42820npm verb headers connection: 'keep-alive',
42821npm verb headers 'x-served-by': 'cache-fra1221-FRA',
42822npm verb headers 'x-cache': 'HIT',
42823npm verb headers 'x-cache-hits': '1',
42824npm verb headers 'x-timer': 'S1450870082.614668,VS0,VE0',
42825npm verb headers vary: 'Accept' }
42826npm verb get saving lodash._baseuniq to /root/.npm/registry.npmjs.org/lodash._baseuniq/.cache.json
42827npm verb cache add spec lodash._baseuniq@^3.0.0
42828npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseuniq
42829npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseuniq not in flight; fetching
42830npm verb cache add spec lodash._basecallback@^3.0.0
42831npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basecallback
42832npm verb addNameRange registry:http://registry.npmjs.org/lodash._basecallback not in flight; fetching
42833npm verb get http://registry.npmjs.org/lodash._baseuniq not expired, no request
42834npm verb addNamed "3.0.3" is a plain semver version for lodash._baseuniq
42835npm verb get http://registry.npmjs.org/lodash._basecallback not expired, no request
42836npm verb addNamed "3.3.1" is a plain semver version for lodash._basecallback
42837npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz not in flight; adding
42838npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz',
42839npm verb addRemoteTarball '2123fa0db2d69c28d5beb1c1f36d61522a740234' ]
42840npm verb addRemoteTarball http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz not in flight; adding
42841npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz',
42842npm verb addRemoteTarball 'b7b2bb43dc2160424a21ccf26c57e443772a8e27' ]
42843npm info retry fetch attempt 1 at 11:28:02
42844npm info attempt registry request try #1 at 11:28:02
42845npm http fetch GET http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz
42846npm info retry fetch attempt 1 at 11:28:02
42847npm info attempt registry request try #1 at 11:28:02
42848npm http fetch GET http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz
42849npm http fetch 200 http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz
42850npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz not in flight; adding
42851npm verb addTmpTarball already have metadata; skipping unpack for lodash._basecallback@3.3.1
42852npm verb afterAdd /root/.npm/lodash._basecallback/3.3.1/package/package.json not in flight; writing
42853npm verb afterAdd /root/.npm/lodash._basecallback/3.3.1/package/package.json written
42854npm http fetch 200 http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz
42855npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz not in flight; adding
42856npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseuniq@3.0.3
42857npm verb afterAdd /root/.npm/lodash._baseuniq/3.0.3/package/package.json not in flight; writing
42858npm verb afterAdd /root/.npm/lodash._baseuniq/3.0.3/package/package.json written
42859npm verb request uri http://registry.npmjs.org/lodash._baseisequal
42860npm verb request no auth needed
42861npm info attempt registry request try #1 at 11:28:02
42862npm http request GET http://registry.npmjs.org/lodash._baseisequal
42863npm verb request uri http://registry.npmjs.org/lodash.pairs
42864npm verb request no auth needed
42865npm info attempt registry request try #1 at 11:28:02
42866npm http request GET http://registry.npmjs.org/lodash.pairs
42867npm http 200 http://registry.npmjs.org/lodash.pairs
42868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42869npm verb headers etag: '"22PQ9FVGB17WIVBRHY9FWA0QT"',
42870npm verb headers 'content-type': 'application/json',
42871npm verb headers 'cache-control': 'max-age=300',
42872npm verb headers 'content-length': '15794',
42873npm verb headers 'accept-ranges': 'bytes',
42874npm verb headers date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42875npm verb headers via: '1.1 varnish',
42876npm verb headers age: '151',
42877npm verb headers connection: 'keep-alive',
42878npm verb headers 'x-served-by': 'cache-fra1221-FRA',
42879npm verb headers 'x-cache': 'HIT',
42880npm verb headers 'x-cache-hits': '2',
42881npm verb headers 'x-timer': 'S1450870082.973999,VS0,VE0',
42882npm verb headers vary: 'Accept' }
42883npm verb get saving lodash.pairs to /root/.npm/registry.npmjs.org/lodash.pairs/.cache.json
42884npm verb cache add spec lodash.pairs@^3.0.0
42885npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.pairs
42886npm verb addNameRange registry:http://registry.npmjs.org/lodash.pairs not in flight; fetching
42887npm http 200 http://registry.npmjs.org/lodash._baseisequal
42888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42889npm verb headers etag: '"2D5RG0BGEDECVK6QYW8CGU31Z"',
42890npm verb headers 'content-type': 'application/json',
42891npm verb headers 'cache-control': 'max-age=300',
42892npm verb headers 'content-length': '27432',
42893npm verb headers 'accept-ranges': 'bytes',
42894npm verb headers date: 'Wed, 23 Dec 2015 11:28:02 GMT',
42895npm verb headers via: '1.1 varnish',
42896npm verb headers age: '151',
42897npm verb headers connection: 'keep-alive',
42898npm verb headers 'x-served-by': 'cache-fra1237-FRA',
42899npm verb headers 'x-cache': 'HIT',
42900npm verb headers 'x-cache-hits': '2',
42901npm verb headers 'x-timer': 'S1450870082.971810,VS0,VE0',
42902npm verb headers vary: 'Accept' }
42903npm verb get saving lodash._baseisequal to /root/.npm/registry.npmjs.org/lodash._baseisequal/.cache.json
42904npm verb get http://registry.npmjs.org/lodash.pairs not expired, no request
42905npm verb addNamed "3.0.1" is a plain semver version for lodash.pairs
42906npm verb addRemoteTarball http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz not in flight; adding
42907npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz',
42908npm verb addRemoteTarball 'bbe08d5786eeeaa09a15c91ebf0dcb7d2be326a9' ]
42909npm info retry fetch attempt 1 at 11:28:03
42910npm info attempt registry request try #1 at 11:28:03
42911npm http fetch GET http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz
42912npm verb cache add spec lodash._baseisequal@^3.0.0
42913npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseisequal
42914npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseisequal not in flight; fetching
42915npm verb get http://registry.npmjs.org/lodash._baseisequal not expired, no request
42916npm verb addNamed "3.0.7" is a plain semver version for lodash._baseisequal
42917npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz not in flight; adding
42918npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz',
42919npm verb addRemoteTarball 'd8025f76339d29342767dcc887ce5cb95a5b51f1' ]
42920npm http fetch 200 http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz
42921npm info retry fetch attempt 1 at 11:28:03
42922npm info attempt registry request try #1 at 11:28:03
42923npm http fetch GET http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz
42924npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz not in flight; adding
42925npm verb addTmpTarball already have metadata; skipping unpack for lodash.pairs@3.0.1
42926npm verb afterAdd /root/.npm/lodash.pairs/3.0.1/package/package.json not in flight; writing
42927npm verb afterAdd /root/.npm/lodash.pairs/3.0.1/package/package.json written
42928npm http fetch 200 http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz
42929npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz not in flight; adding
42930npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseisequal@3.0.7
42931npm verb afterAdd /root/.npm/lodash._baseisequal/3.0.7/package/package.json not in flight; writing
42932npm verb afterAdd /root/.npm/lodash._baseisequal/3.0.7/package/package.json written
42933npm verb request uri http://registry.npmjs.org/lodash.istypedarray
42934npm verb request no auth needed
42935npm info attempt registry request try #1 at 11:28:03
42936npm http request GET http://registry.npmjs.org/lodash.istypedarray
42937npm http 200 http://registry.npmjs.org/lodash.istypedarray
42938npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42939npm verb headers etag: '"7N0KYIUMWSZEXHN8WKJ7R550P"',
42940npm verb headers 'content-type': 'application/json',
42941npm verb headers 'cache-control': 'max-age=300',
42942npm verb headers 'content-length': '7064',
42943npm verb headers 'accept-ranges': 'bytes',
42944npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
42945npm verb headers via: '1.1 varnish',
42946npm verb headers age: '63',
42947npm verb headers connection: 'keep-alive',
42948npm verb headers 'x-served-by': 'cache-fra1241-FRA',
42949npm verb headers 'x-cache': 'HIT',
42950npm verb headers 'x-cache-hits': '2',
42951npm verb headers 'x-timer': 'S1450870083.104033,VS0,VE0',
42952npm verb headers vary: 'Accept' }
42953npm verb get saving lodash.istypedarray to /root/.npm/registry.npmjs.org/lodash.istypedarray/.cache.json
42954npm verb cache add spec lodash.istypedarray@^3.0.0
42955npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.istypedarray
42956npm verb addNameRange registry:http://registry.npmjs.org/lodash.istypedarray not in flight; fetching
42957npm verb get http://registry.npmjs.org/lodash.istypedarray not expired, no request
42958npm verb addNamed "3.0.2" is a plain semver version for lodash.istypedarray
42959npm verb addRemoteTarball http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz not in flight; adding
42960npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz',
42961npm verb addRemoteTarball '9397b113c15f424f320af06caa59cc495e2093ce' ]
42962npm info retry fetch attempt 1 at 11:28:03
42963npm info attempt registry request try #1 at 11:28:03
42964npm http fetch GET http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz
42965npm http fetch 200 http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz
42966npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz not in flight; adding
42967npm verb addTmpTarball already have metadata; skipping unpack for lodash.istypedarray@3.0.2
42968npm verb afterAdd /root/.npm/lodash.istypedarray/3.0.2/package/package.json not in flight; writing
42969npm verb afterAdd /root/.npm/lodash.istypedarray/3.0.2/package/package.json written
42970npm verb request uri http://registry.npmjs.org/lodash._baseindexof
42971npm verb request no auth needed
42972npm info attempt registry request try #1 at 11:28:03
42973npm http request GET http://registry.npmjs.org/lodash._baseindexof
42974npm verb request uri http://registry.npmjs.org/lodash._cacheindexof
42975npm verb request no auth needed
42976npm info attempt registry request try #1 at 11:28:03
42977npm http request GET http://registry.npmjs.org/lodash._cacheindexof
42978npm verb request uri http://registry.npmjs.org/lodash._createcache
42979npm verb request no auth needed
42980npm info attempt registry request try #1 at 11:28:03
42981npm http request GET http://registry.npmjs.org/lodash._createcache
42982npm http 200 http://registry.npmjs.org/lodash._baseindexof
42983npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
42984npm verb headers etag: '"57F0GXW3IIYOIXXGNDH5NWKO3"',
42985npm verb headers 'content-type': 'application/json',
42986npm verb headers 'cache-control': 'max-age=300',
42987npm verb headers 'content-length': '15259',
42988npm verb headers 'accept-ranges': 'bytes',
42989npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
42990npm verb headers via: '1.1 varnish',
42991npm verb headers age: '36',
42992npm verb headers connection: 'keep-alive',
42993npm verb headers 'x-served-by': 'cache-fra1222-FRA',
42994npm verb headers 'x-cache': 'HIT',
42995npm verb headers 'x-cache-hits': '1',
42996npm verb headers 'x-timer': 'S1450870083.203314,VS0,VE0',
42997npm verb headers vary: 'Accept' }
42998npm verb get saving lodash._baseindexof to /root/.npm/registry.npmjs.org/lodash._baseindexof/.cache.json
42999npm verb cache add spec lodash._baseindexof@^3.0.0
43000npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseindexof
43001npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseindexof not in flight; fetching
43002npm verb get http://registry.npmjs.org/lodash._baseindexof not expired, no request
43003npm verb addNamed "3.1.0" is a plain semver version for lodash._baseindexof
43004npm http 200 http://registry.npmjs.org/lodash._cacheindexof
43005npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43006npm verb headers etag: '"5N3V1JYNW4OOBISKID289NV77"',
43007npm verb headers 'content-type': 'application/json',
43008npm verb headers 'cache-control': 'max-age=300',
43009npm verb headers 'content-length': '17580',
43010npm verb headers 'accept-ranges': 'bytes',
43011npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43012npm verb headers via: '1.1 varnish',
43013npm verb headers age: '59',
43014npm verb headers connection: 'keep-alive',
43015npm verb headers 'x-served-by': 'cache-fra1243-FRA',
43016npm verb headers 'x-cache': 'HIT',
43017npm verb headers 'x-cache-hits': '1',
43018npm verb headers 'x-timer': 'S1450870083.203484,VS0,VE0',
43019npm verb headers vary: 'Accept' }
43020npm verb get saving lodash._cacheindexof to /root/.npm/registry.npmjs.org/lodash._cacheindexof/.cache.json
43021npm http 200 http://registry.npmjs.org/lodash._createcache
43022npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43023npm verb headers etag: '"Z1QNJNVH503HS28YPA586XTI"',
43024npm verb headers 'content-type': 'application/json',
43025npm verb headers 'cache-control': 'max-age=300',
43026npm verb headers 'content-length': '21392',
43027npm verb headers 'accept-ranges': 'bytes',
43028npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43029npm verb headers via: '1.1 varnish',
43030npm verb headers age: '59',
43031npm verb headers connection: 'keep-alive',
43032npm verb headers 'x-served-by': 'cache-fra1248-FRA',
43033npm verb headers 'x-cache': 'HIT',
43034npm verb headers 'x-cache-hits': '1',
43035npm verb headers 'x-timer': 'S1450870083.206988,VS0,VE0',
43036npm verb headers vary: 'Accept' }
43037npm verb get saving lodash._createcache to /root/.npm/registry.npmjs.org/lodash._createcache/.cache.json
43038npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz not in flight; adding
43039npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz',
43040npm verb addRemoteTarball 'fe52b53a1c6761e42618d654e4a25789ed61822c' ]
43041npm info retry fetch attempt 1 at 11:28:03
43042npm info attempt registry request try #1 at 11:28:03
43043npm http fetch GET http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz
43044npm verb cache add spec lodash._cacheindexof@^3.0.0
43045npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._cacheindexof
43046npm verb addNameRange registry:http://registry.npmjs.org/lodash._cacheindexof not in flight; fetching
43047npm verb cache add spec lodash._createcache@^3.0.0
43048npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createcache
43049npm verb addNameRange registry:http://registry.npmjs.org/lodash._createcache not in flight; fetching
43050npm verb get http://registry.npmjs.org/lodash._cacheindexof not expired, no request
43051npm verb addNamed "3.0.2" is a plain semver version for lodash._cacheindexof
43052npm verb addRemoteTarball http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz not in flight; adding
43053npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz',
43054npm verb addRemoteTarball '3dc69ac82498d2ee5e3ce56091bafd2adc7bde92' ]
43055npm verb get http://registry.npmjs.org/lodash._createcache not expired, no request
43056npm verb addNamed "3.1.2" is a plain semver version for lodash._createcache
43057npm verb addRemoteTarball http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz not in flight; adding
43058npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz',
43059npm verb addRemoteTarball '56d6a064017625e79ebca6b8018e17440bdcf093' ]
43060npm http fetch 200 http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz
43061npm info retry fetch attempt 1 at 11:28:03
43062npm info attempt registry request try #1 at 11:28:03
43063npm http fetch GET http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz
43064npm info retry fetch attempt 1 at 11:28:03
43065npm info attempt registry request try #1 at 11:28:03
43066npm http fetch GET http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz
43067npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz not in flight; adding
43068npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseindexof@3.1.0
43069npm verb afterAdd /root/.npm/lodash._baseindexof/3.1.0/package/package.json not in flight; writing
43070npm verb afterAdd /root/.npm/lodash._baseindexof/3.1.0/package/package.json written
43071npm http fetch 200 http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz
43072npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz not in flight; adding
43073npm verb addTmpTarball already have metadata; skipping unpack for lodash._cacheindexof@3.0.2
43074npm http fetch 200 http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz
43075npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz not in flight; adding
43076npm verb addTmpTarball already have metadata; skipping unpack for lodash._createcache@3.1.2
43077npm verb afterAdd /root/.npm/lodash._cacheindexof/3.0.2/package/package.json not in flight; writing
43078npm verb afterAdd /root/.npm/lodash._cacheindexof/3.0.2/package/package.json written
43079npm verb afterAdd /root/.npm/lodash._createcache/3.1.2/package/package.json not in flight; writing
43080npm verb afterAdd /root/.npm/lodash._createcache/3.1.2/package/package.json written
43081npm verb request uri http://registry.npmjs.org/accepts
43082npm verb request no auth needed
43083npm info attempt registry request try #1 at 11:28:03
43084npm http request GET http://registry.npmjs.org/accepts
43085npm verb request uri http://registry.npmjs.org/bytes
43086npm verb request no auth needed
43087npm info attempt registry request try #1 at 11:28:03
43088npm http request GET http://registry.npmjs.org/bytes
43089npm verb request uri http://registry.npmjs.org/compressible
43090npm verb request no auth needed
43091npm info attempt registry request try #1 at 11:28:03
43092npm http request GET http://registry.npmjs.org/compressible
43093npm verb request uri http://registry.npmjs.org/on-headers
43094npm verb request no auth needed
43095npm info attempt registry request try #1 at 11:28:03
43096npm http request GET http://registry.npmjs.org/on-headers
43097npm verb request uri http://registry.npmjs.org/vary
43098npm verb request no auth needed
43099npm info attempt registry request try #1 at 11:28:03
43100npm http request GET http://registry.npmjs.org/vary
43101npm http 200 http://registry.npmjs.org/vary
43102npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43103npm verb headers etag: '"7Q8T4HSBGINMS5AKXT3FWLUH6"',
43104npm verb headers 'content-type': 'application/json',
43105npm verb headers 'cache-control': 'max-age=60',
43106npm verb headers 'content-length': '10022',
43107npm verb headers 'accept-ranges': 'bytes',
43108npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43109npm verb headers via: '1.1 varnish',
43110npm verb headers age: '9',
43111npm verb headers connection: 'keep-alive',
43112npm verb headers 'x-served-by': 'cache-fra1237-FRA',
43113npm verb headers 'x-cache': 'HIT',
43114npm verb headers 'x-cache-hits': '193',
43115npm verb headers 'x-timer': 'S1450870083.372359,VS0,VE0',
43116npm verb headers vary: 'Accept' }
43117npm verb get saving vary to /root/.npm/registry.npmjs.org/vary/.cache.json
43118npm verb cache add spec vary@~1.1.0
43119npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for vary
43120npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
43121npm http 200 http://registry.npmjs.org/bytes
43122npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43123npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
43124npm verb headers 'content-type': 'application/json',
43125npm verb headers 'cache-control': 'max-age=60',
43126npm verb headers 'content-length': '15595',
43127npm verb headers 'accept-ranges': 'bytes',
43128npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43129npm verb headers via: '1.1 varnish',
43130npm verb headers age: '9',
43131npm verb headers connection: 'keep-alive',
43132npm verb headers 'x-served-by': 'cache-fra1221-FRA',
43133npm verb headers 'x-cache': 'HIT',
43134npm verb headers 'x-cache-hits': '1',
43135npm verb headers 'x-timer': 'S1450870083.369078,VS0,VE0',
43136npm verb headers vary: 'Accept' }
43137npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
43138npm http 200 http://registry.npmjs.org/compressible
43139npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43140npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
43141npm verb headers 'content-type': 'application/json',
43142npm verb headers 'cache-control': 'max-age=60',
43143npm verb headers 'content-length': '23889',
43144npm verb headers 'accept-ranges': 'bytes',
43145npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43146npm verb headers via: '1.1 varnish',
43147npm verb headers age: '3',
43148npm verb headers connection: 'keep-alive',
43149npm verb headers 'x-served-by': 'cache-fra1245-FRA',
43150npm verb headers 'x-cache': 'HIT',
43151npm verb headers 'x-cache-hits': '1',
43152npm verb headers 'x-timer': 'S1450870083.370196,VS0,VE0',
43153npm verb headers vary: 'Accept' }
43154npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
43155npm verb get http://registry.npmjs.org/vary not expired, no request
43156npm verb addNamed "1.1.0" is a plain semver version for vary
43157npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.1.0.tgz not in flight; adding
43158npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.1.0.tgz',
43159npm verb addRemoteTarball 'e1e5affbbd16ae768dd2674394b9ad3022653140' ]
43160npm info retry fetch attempt 1 at 11:28:03
43161npm info attempt registry request try #1 at 11:28:03
43162npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.1.0.tgz
43163npm verb cache add spec bytes@2.1.0
43164npm verb addNamed "2.1.0" is a plain semver version for bytes
43165npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
43166npm verb cache add spec compressible@~2.0.6
43167npm verb addNamed ">=2.0.6 <2.1.0" is a valid semver range for compressible
43168npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
43169npm verb get http://registry.npmjs.org/bytes not expired, no request
43170npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
43171npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz',
43172npm verb addRemoteTarball 'ac93c410e2ffc9cc7cf4b464b38289067f5e47b4' ]
43173npm verb get http://registry.npmjs.org/compressible not expired, no request
43174npm verb addNamed "2.0.6" is a plain semver version for compressible
43175npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.1.0.tgz
43176npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
43177npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz',
43178npm verb addRemoteTarball '9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea' ]
43179npm info retry fetch attempt 1 at 11:28:03
43180npm info attempt registry request try #1 at 11:28:03
43181npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
43182npm info retry fetch attempt 1 at 11:28:03
43183npm info attempt registry request try #1 at 11:28:03
43184npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
43185npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/vary/-/vary-1.1.0.tgz not in flight; adding
43186npm verb addTmpTarball already have metadata; skipping unpack for vary@1.1.0
43187npm verb afterAdd /root/.npm/vary/1.1.0/package/package.json not in flight; writing
43188npm verb afterAdd /root/.npm/vary/1.1.0/package/package.json written
43189npm http 200 http://registry.npmjs.org/accepts
43190npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43191npm verb headers etag: '"11ZY0DAZW7RVF92Y9C2COLV57"',
43192npm verb headers 'content-type': 'application/json',
43193npm verb headers 'cache-control': 'max-age=60',
43194npm verb headers 'content-length': '51351',
43195npm verb headers 'accept-ranges': 'bytes',
43196npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43197npm verb headers via: '1.1 varnish',
43198npm verb headers age: '28',
43199npm verb headers connection: 'keep-alive',
43200npm verb headers 'x-served-by': 'cache-fra1221-FRA',
43201npm verb headers 'x-cache': 'HIT',
43202npm verb headers 'x-cache-hits': '1',
43203npm verb headers 'x-timer': 'S1450870083.368957,VS0,VE0',
43204npm verb headers vary: 'Accept' }
43205npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
43206npm http 200 http://registry.npmjs.org/on-headers
43207npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43208npm verb headers etag: '"E0VXZ3OG7BH5ARUWHUYL9TVME"',
43209npm verb headers 'content-type': 'application/json',
43210npm verb headers 'cache-control': 'max-age=60',
43211npm verb headers 'content-length': '6668',
43212npm verb headers 'accept-ranges': 'bytes',
43213npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43214npm verb headers via: '1.1 varnish',
43215npm verb headers age: '9',
43216npm verb headers connection: 'keep-alive',
43217npm verb headers 'x-served-by': 'cache-fra1225-FRA',
43218npm verb headers 'x-cache': 'HIT',
43219npm verb headers 'x-cache-hits': '1',
43220npm verb headers 'x-timer': 'S1450870083.370071,VS0,VE0',
43221npm verb headers vary: 'Accept' }
43222npm verb get saving on-headers to /root/.npm/registry.npmjs.org/on-headers/.cache.json
43223npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
43224npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
43225npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
43226npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.1.0
43227npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
43228npm verb addTmpTarball already have metadata; skipping unpack for compressible@2.0.6
43229npm verb cache add spec on-headers@~1.0.1
43230npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for on-headers
43231npm verb addNameRange registry:http://registry.npmjs.org/on-headers not in flight; fetching
43232npm verb cache add spec accepts@~1.3.0
43233npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for accepts
43234npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
43235npm verb get http://registry.npmjs.org/on-headers not expired, no request
43236npm verb addNamed "1.0.1" is a plain semver version for on-headers
43237npm verb addRemoteTarball http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
43238npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz',
43239npm verb addRemoteTarball '928f5d0f470d49342651ea6794b0857c100693f7' ]
43240npm verb get http://registry.npmjs.org/accepts not expired, no request
43241npm verb addNamed "1.3.0" is a plain semver version for accepts
43242npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz not in flight; adding
43243npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz',
43244npm verb addRemoteTarball '2341420f16d0b2d538a5898416ab0faa28912622' ]
43245npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json not in flight; writing
43246npm info retry fetch attempt 1 at 11:28:03
43247npm info attempt registry request try #1 at 11:28:03
43248npm http fetch GET http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
43249npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json not in flight; writing
43250npm info retry fetch attempt 1 at 11:28:03
43251npm info attempt registry request try #1 at 11:28:03
43252npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz
43253npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json written
43254npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json written
43255npm http fetch 200 http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
43256npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
43257npm verb addTmpTarball already have metadata; skipping unpack for on-headers@1.0.1
43258npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz
43259npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/accepts/-/accepts-1.3.0.tgz not in flight; adding
43260npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.3.0
43261npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json not in flight; writing
43262npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json written
43263npm verb afterAdd /root/.npm/accepts/1.3.0/package/package.json not in flight; writing
43264npm verb afterAdd /root/.npm/accepts/1.3.0/package/package.json written
43265npm verb request uri http://registry.npmjs.org/mime-types
43266npm verb request no auth needed
43267npm info attempt registry request try #1 at 11:28:03
43268npm http request GET http://registry.npmjs.org/mime-types
43269npm verb request uri http://registry.npmjs.org/negotiator
43270npm verb request no auth needed
43271npm info attempt registry request try #1 at 11:28:03
43272npm http request GET http://registry.npmjs.org/negotiator
43273npm http 200 http://registry.npmjs.org/negotiator
43274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43275npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
43276npm verb headers 'content-type': 'application/json',
43277npm verb headers 'cache-control': 'max-age=60',
43278npm verb headers 'content-length': '33943',
43279npm verb headers 'accept-ranges': 'bytes',
43280npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43281npm verb headers via: '1.1 varnish',
43282npm verb headers age: '32',
43283npm verb headers connection: 'keep-alive',
43284npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43285npm verb headers 'x-cache': 'HIT',
43286npm verb headers 'x-cache-hits': '2',
43287npm verb headers 'x-timer': 'S1450870083.572619,VS0,VE0',
43288npm verb headers vary: 'Accept' }
43289npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
43290npm http 200 http://registry.npmjs.org/mime-types
43291npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43292npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
43293npm verb headers 'content-type': 'application/json',
43294npm verb headers 'cache-control': 'max-age=300',
43295npm verb headers 'content-length': '48065',
43296npm verb headers 'accept-ranges': 'bytes',
43297npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43298npm verb headers via: '1.1 varnish',
43299npm verb headers age: '291',
43300npm verb headers connection: 'keep-alive',
43301npm verb headers 'x-served-by': 'cache-fra1246-FRA',
43302npm verb headers 'x-cache': 'HIT',
43303npm verb headers 'x-cache-hits': '18',
43304npm verb headers 'x-timer': 'S1450870083.569136,VS0,VE0',
43305npm verb headers vary: 'Accept' }
43306npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
43307npm verb cache add spec negotiator@0.6.0
43308npm verb addNamed "0.6.0" is a plain semver version for negotiator
43309npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
43310npm verb cache add spec mime-types@~2.1.7
43311npm verb addNamed ">=2.1.7 <2.2.0" is a valid semver range for mime-types
43312npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
43313npm verb get http://registry.npmjs.org/negotiator not expired, no request
43314npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz not in flight; adding
43315npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz',
43316npm verb addRemoteTarball '33593a5a2b0ce30c985840c6f56b6fb1ea9e3a55' ]
43317npm verb get http://registry.npmjs.org/mime-types not expired, no request
43318npm verb addNamed "2.1.8" is a plain semver version for mime-types
43319npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
43320npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz',
43321npm verb addRemoteTarball 'faf57823de04bc7cbff4ee82c6b63946e812ae72' ]
43322npm info retry fetch attempt 1 at 11:28:03
43323npm info attempt registry request try #1 at 11:28:03
43324npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz
43325npm info retry fetch attempt 1 at 11:28:03
43326npm info attempt registry request try #1 at 11:28:03
43327npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
43328npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz
43329npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
43330npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz not in flight; adding
43331npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.6.0
43332npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
43333npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.1.8
43334npm verb afterAdd /root/.npm/negotiator/0.6.0/package/package.json not in flight; writing
43335npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
43336npm verb afterAdd /root/.npm/negotiator/0.6.0/package/package.json written
43337npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
43338npm verb request uri http://registry.npmjs.org/mime-db
43339npm verb request no auth needed
43340npm info attempt registry request try #1 at 11:28:03
43341npm http request GET http://registry.npmjs.org/mime-db
43342npm http 200 http://registry.npmjs.org/mime-db
43343npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43344npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
43345npm verb headers 'content-type': 'application/json',
43346npm verb headers 'cache-control': 'max-age=60',
43347npm verb headers 'content-length': '55599',
43348npm verb headers 'accept-ranges': 'bytes',
43349npm verb headers date: 'Wed, 23 Dec 2015 11:28:03 GMT',
43350npm verb headers via: '1.1 varnish',
43351npm verb headers age: '46',
43352npm verb headers connection: 'keep-alive',
43353npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43354npm verb headers 'x-cache': 'HIT',
43355npm verb headers 'x-cache-hits': '4',
43356npm verb headers 'x-timer': 'S1450870083.721307,VS0,VE0',
43357npm verb headers vary: 'Accept' }
43358npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
43359npm verb cache add spec mime-db@~1.20.0
43360npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
43361npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
43362npm verb get http://registry.npmjs.org/mime-db not expired, no request
43363npm verb addNamed "1.20.0" is a plain semver version for mime-db
43364npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
43365npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz',
43366npm verb addRemoteTarball '496f90fd01fe0e031c8823ec3aa9450ffda18ed8' ]
43367npm info retry fetch attempt 1 at 11:28:03
43368npm info attempt registry request try #1 at 11:28:03
43369npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
43370npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
43371npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
43372npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.20.0
43373npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
43374npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
43375npm verb cache add spec graceful-fs@^4.1.2
43376npm verb cache add spec osenv@^0.1.0
43377npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
43378npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
43379npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for osenv
43380npm verb addNameRange registry:http://registry.npmjs.org/osenv not in flight; fetching
43381npm verb request uri http://registry.npmjs.org/object-assign
43382npm verb request no auth needed
43383npm info attempt registry request try #1 at 11:28:04
43384npm http request GET http://registry.npmjs.org/object-assign
43385npm verb request uri http://registry.npmjs.org/uuid
43386npm verb request no auth needed
43387npm info attempt registry request try #1 at 11:28:04
43388npm http request GET http://registry.npmjs.org/uuid
43389npm verb request uri http://registry.npmjs.org/write-file-atomic
43390npm verb request no auth needed
43391npm info attempt registry request try #1 at 11:28:04
43392npm http request GET http://registry.npmjs.org/write-file-atomic
43393npm verb request uri http://registry.npmjs.org/xdg-basedir
43394npm verb request no auth needed
43395npm info attempt registry request try #1 at 11:28:04
43396npm http request GET http://registry.npmjs.org/xdg-basedir
43397npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
43398npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
43399npm verb request uri http://registry.npmjs.org/osenv
43400npm verb request no auth needed
43401npm info attempt registry request try #1 at 11:28:04
43402npm verb etag "5PEBCGQI27PB8P8C7TGV8M0K7"
43403npm http request GET http://registry.npmjs.org/osenv
43404npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
43405npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
43406npm http 200 http://registry.npmjs.org/xdg-basedir
43407npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43408npm verb headers etag: '"EDEBMOZGUHPSLT08U2DUM0ER7"',
43409npm verb headers 'content-type': 'application/json',
43410npm verb headers 'cache-control': 'max-age=60',
43411npm verb headers 'content-length': '6144',
43412npm verb headers 'accept-ranges': 'bytes',
43413npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43414npm verb headers via: '1.1 varnish',
43415npm verb headers age: '3',
43416npm verb headers connection: 'keep-alive',
43417npm verb headers 'x-served-by': 'cache-fra1225-FRA',
43418npm verb headers 'x-cache': 'HIT',
43419npm verb headers 'x-cache-hits': '1',
43420npm verb headers 'x-timer': 'S1450870084.176464,VS0,VE0',
43421npm verb headers vary: 'Accept' }
43422npm verb get saving xdg-basedir to /root/.npm/registry.npmjs.org/xdg-basedir/.cache.json
43423npm verb cache add spec xdg-basedir@^2.0.0
43424npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for xdg-basedir
43425npm verb addNameRange registry:http://registry.npmjs.org/xdg-basedir not in flight; fetching
43426npm http 200 http://registry.npmjs.org/uuid
43427npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43428npm verb headers etag: '"95HFEGREJ3VDCJFVWA8N5LG7K"',
43429npm verb headers 'content-type': 'application/json',
43430npm verb headers 'cache-control': 'max-age=300',
43431npm verb headers 'content-length': '16298',
43432npm verb headers 'accept-ranges': 'bytes',
43433npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43434npm verb headers via: '1.1 varnish',
43435npm verb headers age: '248',
43436npm verb headers connection: 'keep-alive',
43437npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43438npm verb headers 'x-cache': 'HIT',
43439npm verb headers 'x-cache-hits': '5',
43440npm verb headers 'x-timer': 'S1450870084.174661,VS0,VE0',
43441npm verb headers vary: 'Accept' }
43442npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
43443npm http 200 http://registry.npmjs.org/object-assign
43444npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43445npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
43446npm verb headers 'content-type': 'application/json',
43447npm verb headers 'cache-control': 'max-age=60',
43448npm verb headers 'content-length': '19881',
43449npm verb headers 'accept-ranges': 'bytes',
43450npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43451npm verb headers via: '1.1 varnish',
43452npm verb headers age: '4',
43453npm verb headers connection: 'keep-alive',
43454npm verb headers 'x-served-by': 'cache-fra1222-FRA',
43455npm verb headers 'x-cache': 'HIT',
43456npm verb headers 'x-cache-hits': '1',
43457npm verb headers 'x-timer': 'S1450870084.174474,VS0,VE0',
43458npm verb headers vary: 'Accept' }
43459npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
43460npm http 200 http://registry.npmjs.org/write-file-atomic
43461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43462npm verb headers etag: '"45X399DFVUHJFIIV727W3XFTG"',
43463npm verb headers 'content-type': 'application/json',
43464npm verb headers 'cache-control': 'max-age=300',
43465npm verb headers 'content-length': '12807',
43466npm verb headers 'accept-ranges': 'bytes',
43467npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43468npm verb headers via: '1.1 varnish',
43469npm verb headers age: '209',
43470npm verb headers connection: 'keep-alive',
43471npm verb headers 'x-served-by': 'cache-fra1247-FRA',
43472npm verb headers 'x-cache': 'HIT',
43473npm verb headers 'x-cache-hits': '4',
43474npm verb headers 'x-timer': 'S1450870084.175689,VS0,VE0',
43475npm verb headers vary: 'Accept' }
43476npm verb get saving write-file-atomic to /root/.npm/registry.npmjs.org/write-file-atomic/.cache.json
43477npm verb get http://registry.npmjs.org/xdg-basedir not expired, no request
43478npm verb addNamed "2.0.0" is a plain semver version for xdg-basedir
43479npm verb addRemoteTarball http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz not in flight; adding
43480npm verb addRemoteTarball [ 'http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz',
43481npm verb addRemoteTarball 'edbc903cc385fc04523d966a335504b5504d1bd2' ]
43482npm info retry fetch attempt 1 at 11:28:04
43483npm info attempt registry request try #1 at 11:28:04
43484npm http fetch GET http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz
43485npm verb cache add spec uuid@^2.0.1
43486npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for uuid
43487npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
43488npm verb cache add spec object-assign@^3.0.0
43489npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for object-assign
43490npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
43491npm verb cache add spec write-file-atomic@^1.1.2
43492npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for write-file-atomic
43493npm verb addNameRange registry:http://registry.npmjs.org/write-file-atomic not in flight; fetching
43494npm verb get http://registry.npmjs.org/uuid not expired, no request
43495npm verb addNamed "2.0.1" is a plain semver version for uuid
43496npm verb get http://registry.npmjs.org/object-assign not expired, no request
43497npm verb addNamed "3.0.0" is a plain semver version for object-assign
43498npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
43499npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz',
43500npm verb addRemoteTarball 'c2a30dedb3e535d72ccf82e343941a50ba8533ac' ]
43501npm verb get http://registry.npmjs.org/write-file-atomic not expired, no request
43502npm verb addNamed "1.1.4" is a plain semver version for write-file-atomic
43503npm http fetch 200 http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz
43504npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz not in flight; adding
43505npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz',
43506npm verb addRemoteTarball '9bedd5ca0897949bca47e7ff408062d549f587f2' ]
43507npm verb addRemoteTarball http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz not in flight; adding
43508npm verb addRemoteTarball [ 'http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz',
43509npm verb addRemoteTarball 'b1f52dc2e8dc0e3cb04d187a25f758a38a90ca3b' ]
43510npm info retry fetch attempt 1 at 11:28:04
43511npm info attempt registry request try #1 at 11:28:04
43512npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
43513npm info retry fetch attempt 1 at 11:28:04
43514npm info attempt registry request try #1 at 11:28:04
43515npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz
43516npm info retry fetch attempt 1 at 11:28:04
43517npm info attempt registry request try #1 at 11:28:04
43518npm http fetch GET http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz
43519npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz not in flight; adding
43520npm verb addTmpTarball already have metadata; skipping unpack for xdg-basedir@2.0.0
43521npm verb afterAdd /root/.npm/xdg-basedir/2.0.0/package/package.json not in flight; writing
43522npm http 304 http://registry.npmjs.org/osenv
43523npm verb headers { date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43524npm verb headers via: '1.1 varnish',
43525npm verb headers 'cache-control': 'max-age=60',
43526npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
43527npm verb headers age: '0',
43528npm verb headers connection: 'keep-alive',
43529npm verb headers 'x-served-by': 'cache-fra1226-FRA',
43530npm verb headers 'x-cache': 'HIT',
43531npm verb headers 'x-cache-hits': '1',
43532npm verb headers 'x-timer': 'S1450870084.184955,VS0,VE99',
43533npm verb headers vary: 'Accept' }
43534npm verb etag http://registry.npmjs.org/osenv from cache
43535npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
43536npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
43537npm verb afterAdd /root/.npm/xdg-basedir/2.0.0/package/package.json written
43538npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz
43539npm http fetch 200 http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz
43540npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
43541npm verb addTmpTarball already have metadata; skipping unpack for uuid@2.0.1
43542npm verb addNamed "0.1.3" is a plain semver version for osenv
43543npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
43544npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
43545npm verb addRemoteTarball '83cf05c6d6458fc4d5ac6362ea325d92f2754217' ]
43546npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz not in flight; adding
43547npm verb addTmpTarball already have metadata; skipping unpack for object-assign@3.0.0
43548npm info retry fetch attempt 1 at 11:28:04
43549npm info attempt registry request try #1 at 11:28:04
43550npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
43551npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz not in flight; adding
43552npm verb addTmpTarball already have metadata; skipping unpack for write-file-atomic@1.1.4
43553npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json not in flight; writing
43554npm verb afterAdd /root/.npm/object-assign/3.0.0/package/package.json not in flight; writing
43555npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json written
43556npm verb afterAdd /root/.npm/write-file-atomic/1.1.4/package/package.json not in flight; writing
43557npm verb afterAdd /root/.npm/object-assign/3.0.0/package/package.json written
43558npm verb afterAdd /root/.npm/write-file-atomic/1.1.4/package/package.json written
43559npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
43560npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
43561npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.3
43562npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json not in flight; writing
43563npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json written
43564npm verb request uri http://registry.npmjs.org/os-homedir
43565npm verb request no auth needed
43566npm info attempt registry request try #1 at 11:28:04
43567npm http request GET http://registry.npmjs.org/os-homedir
43568npm http 200 http://registry.npmjs.org/os-homedir
43569npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43570npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
43571npm verb headers 'content-type': 'application/json',
43572npm verb headers 'cache-control': 'max-age=300',
43573npm verb headers 'content-length': '5258',
43574npm verb headers 'accept-ranges': 'bytes',
43575npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43576npm verb headers via: '1.1 varnish',
43577npm verb headers age: '18',
43578npm verb headers connection: 'keep-alive',
43579npm verb headers 'x-served-by': 'cache-fra1228-FRA',
43580npm verb headers 'x-cache': 'HIT',
43581npm verb headers 'x-cache-hits': '1',
43582npm verb headers 'x-timer': 'S1450870084.381256,VS0,VE0',
43583npm verb headers vary: 'Accept' }
43584npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
43585npm verb cache add spec os-homedir@^1.0.0
43586npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
43587npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
43588npm verb get http://registry.npmjs.org/os-homedir not expired, no request
43589npm verb addNamed "1.0.1" is a plain semver version for os-homedir
43590npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
43591npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
43592npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
43593npm info retry fetch attempt 1 at 11:28:04
43594npm info attempt registry request try #1 at 11:28:04
43595npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
43596npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
43597npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
43598npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
43599npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
43600npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
43601npm verb cache add spec graceful-fs@^4.1.2
43602npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
43603npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
43604npm verb request uri http://registry.npmjs.org/imurmurhash
43605npm verb request no auth needed
43606npm info attempt registry request try #1 at 11:28:04
43607npm http request GET http://registry.npmjs.org/imurmurhash
43608npm verb request uri http://registry.npmjs.org/slide
43609npm verb request no auth needed
43610npm info attempt registry request try #1 at 11:28:04
43611npm http request GET http://registry.npmjs.org/slide
43612npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
43613npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
43614npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
43615npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
43616npm http 200 http://registry.npmjs.org/slide
43617npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43618npm verb headers etag: '"45XO2206F0MWW93Y6SH7C2CN6"',
43619npm verb headers 'content-type': 'application/json',
43620npm verb headers 'cache-control': 'max-age=60',
43621npm verb headers 'content-length': '12615',
43622npm verb headers 'accept-ranges': 'bytes',
43623npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43624npm verb headers via: '1.1 varnish',
43625npm verb headers age: '34',
43626npm verb headers connection: 'keep-alive',
43627npm verb headers 'x-served-by': 'cache-fra1236-FRA',
43628npm verb headers 'x-cache': 'HIT',
43629npm verb headers 'x-cache-hits': '1',
43630npm verb headers 'x-timer': 'S1450870084.490308,VS0,VE0',
43631npm verb headers vary: 'Accept' }
43632npm verb get saving slide to /root/.npm/registry.npmjs.org/slide/.cache.json
43633npm verb cache add spec slide@^1.1.5
43634npm verb addNamed ">=1.1.5 <2.0.0" is a valid semver range for slide
43635npm verb addNameRange registry:http://registry.npmjs.org/slide not in flight; fetching
43636npm verb get http://registry.npmjs.org/slide not expired, no request
43637npm verb addNamed "1.1.6" is a plain semver version for slide
43638npm http 200 http://registry.npmjs.org/imurmurhash
43639npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43640npm verb headers etag: '"9U52LI075H20NG527PUD0P0IV"',
43641npm verb headers 'content-type': 'application/json',
43642npm verb headers 'cache-control': 'max-age=300',
43643npm verb headers 'content-length': '34309',
43644npm verb headers 'accept-ranges': 'bytes',
43645npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43646npm verb headers via: '1.1 varnish',
43647npm verb headers age: '90',
43648npm verb headers connection: 'keep-alive',
43649npm verb headers 'x-served-by': 'cache-fra1239-FRA',
43650npm verb headers 'x-cache': 'HIT',
43651npm verb headers 'x-cache-hits': '1',
43652npm verb headers 'x-timer': 'S1450870084.490427,VS0,VE0',
43653npm verb headers vary: 'Accept' }
43654npm verb get saving imurmurhash to /root/.npm/registry.npmjs.org/imurmurhash/.cache.json
43655npm verb addRemoteTarball http://registry.npmjs.org/slide/-/slide-1.1.6.tgz not in flight; adding
43656npm verb addRemoteTarball [ 'http://registry.npmjs.org/slide/-/slide-1.1.6.tgz',
43657npm verb addRemoteTarball '56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707' ]
43658npm info retry fetch attempt 1 at 11:28:04
43659npm info attempt registry request try #1 at 11:28:04
43660npm http fetch GET http://registry.npmjs.org/slide/-/slide-1.1.6.tgz
43661npm verb cache add spec imurmurhash@^0.1.4
43662npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for imurmurhash
43663npm verb addNameRange registry:http://registry.npmjs.org/imurmurhash not in flight; fetching
43664npm verb get http://registry.npmjs.org/imurmurhash not expired, no request
43665npm verb addNamed "0.1.4" is a plain semver version for imurmurhash
43666npm verb addRemoteTarball http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz not in flight; adding
43667npm verb addRemoteTarball [ 'http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz',
43668npm verb addRemoteTarball '9218b9b2b928a238b13dc4fb6b6d576f231453ea' ]
43669npm info retry fetch attempt 1 at 11:28:04
43670npm info attempt registry request try #1 at 11:28:04
43671npm http fetch GET http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
43672npm http fetch 200 http://registry.npmjs.org/slide/-/slide-1.1.6.tgz
43673npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/slide/-/slide-1.1.6.tgz not in flight; adding
43674npm verb addTmpTarball already have metadata; skipping unpack for slide@1.1.6
43675npm verb afterAdd /root/.npm/slide/1.1.6/package/package.json not in flight; writing
43676npm verb afterAdd /root/.npm/slide/1.1.6/package/package.json written
43677npm http fetch 200 http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
43678npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz not in flight; adding
43679npm verb addTmpTarball already have metadata; skipping unpack for imurmurhash@0.1.4
43680npm verb afterAdd /root/.npm/imurmurhash/0.1.4/package/package.json not in flight; writing
43681npm verb afterAdd /root/.npm/imurmurhash/0.1.4/package/package.json written
43682npm verb cache add spec graceful-fs@~4.1.2
43683npm verb addNamed ">=4.1.2 <4.2.0" is a valid semver range for graceful-fs
43684npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
43685npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
43686npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
43687npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
43688npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
43689npm verb request uri http://registry.npmjs.org/broccoli-clean-css
43690npm verb request no auth needed
43691npm info attempt registry request try #1 at 11:28:04
43692npm http request GET http://registry.npmjs.org/broccoli-clean-css
43693npm verb request uri http://registry.npmjs.org/process-relative-require
43694npm verb request no auth needed
43695npm info attempt registry request try #1 at 11:28:04
43696npm http request GET http://registry.npmjs.org/process-relative-require
43697npm http 200 http://registry.npmjs.org/broccoli-clean-css
43698npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43699npm verb headers etag: '"475R35XVGJJKKA15N0TF152YL"',
43700npm verb headers 'content-type': 'application/json',
43701npm verb headers 'cache-control': 'max-age=300',
43702npm verb headers 'content-length': '18429',
43703npm verb headers 'accept-ranges': 'bytes',
43704npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43705npm verb headers via: '1.1 varnish',
43706npm verb headers age: '157',
43707npm verb headers connection: 'keep-alive',
43708npm verb headers 'x-served-by': 'cache-fra1237-FRA',
43709npm verb headers 'x-cache': 'HIT',
43710npm verb headers 'x-cache-hits': '1',
43711npm verb headers 'x-timer': 'S1450870084.673436,VS0,VE0',
43712npm verb headers vary: 'Accept' }
43713npm verb get saving broccoli-clean-css to /root/.npm/registry.npmjs.org/broccoli-clean-css/.cache.json
43714npm http 200 http://registry.npmjs.org/process-relative-require
43715npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43716npm verb headers etag: '"10I8PIERCENGBOF2405VUFJNC"',
43717npm verb headers 'content-type': 'application/json',
43718npm verb headers 'cache-control': 'max-age=300',
43719npm verb headers 'content-length': '1826',
43720npm verb headers 'accept-ranges': 'bytes',
43721npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43722npm verb headers via: '1.1 varnish',
43723npm verb headers age: '157',
43724npm verb headers connection: 'keep-alive',
43725npm verb headers 'x-served-by': 'cache-fra1246-FRA',
43726npm verb headers 'x-cache': 'HIT',
43727npm verb headers 'x-cache-hits': '1',
43728npm verb headers 'x-timer': 'S1450870084.673392,VS0,VE7',
43729npm verb headers vary: 'Accept' }
43730npm verb get saving process-relative-require to /root/.npm/registry.npmjs.org/process-relative-require/.cache.json
43731npm verb cache add spec process-relative-require@^1.0.0
43732npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for process-relative-require
43733npm verb addNameRange registry:http://registry.npmjs.org/process-relative-require not in flight; fetching
43734npm verb cache add spec broccoli-clean-css@0.2.0
43735npm verb addNamed "0.2.0" is a plain semver version for broccoli-clean-css
43736npm verb addNameVersion registry:http://registry.npmjs.org/broccoli-clean-css not in flight; fetching
43737npm verb get http://registry.npmjs.org/process-relative-require not expired, no request
43738npm verb addNamed "1.0.0" is a plain semver version for process-relative-require
43739npm verb get http://registry.npmjs.org/broccoli-clean-css not expired, no request
43740npm verb addRemoteTarball http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz not in flight; adding
43741npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz',
43742npm verb addRemoteTarball '1590dfcf5b8f2983ba53e398446b68240b4cc68a' ]
43743npm verb addRemoteTarball http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz not in flight; adding
43744npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz',
43745npm verb addRemoteTarball '15f1c265a6986585a972bfb070bf52e9c054c861' ]
43746npm info retry fetch attempt 1 at 11:28:04
43747npm info attempt registry request try #1 at 11:28:04
43748npm http fetch GET http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz
43749npm info retry fetch attempt 1 at 11:28:04
43750npm info attempt registry request try #1 at 11:28:04
43751npm http fetch GET http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz
43752npm http fetch 200 http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz
43753npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz not in flight; adding
43754npm verb addTmpTarball already have metadata; skipping unpack for process-relative-require@1.0.0
43755npm http fetch 200 http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz
43756npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz not in flight; adding
43757npm verb addTmpTarball already have metadata; skipping unpack for broccoli-clean-css@0.2.0
43758npm verb afterAdd /root/.npm/process-relative-require/1.0.0/package/package.json not in flight; writing
43759npm verb afterAdd /root/.npm/process-relative-require/1.0.0/package/package.json written
43760npm verb afterAdd /root/.npm/broccoli-clean-css/0.2.0/package/package.json not in flight; writing
43761npm verb afterAdd /root/.npm/broccoli-clean-css/0.2.0/package/package.json written
43762npm verb request uri http://registry.npmjs.org/clean-css
43763npm verb request no auth needed
43764npm info attempt registry request try #1 at 11:28:04
43765npm http request GET http://registry.npmjs.org/clean-css
43766npm verb request uri http://registry.npmjs.org/broccoli-filter
43767npm verb request no auth needed
43768npm info attempt registry request try #1 at 11:28:04
43769npm http request GET http://registry.npmjs.org/broccoli-filter
43770npm http 200 http://registry.npmjs.org/broccoli-filter
43771npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43772npm verb headers etag: '"5JG7OFU5B7RCL17IGHJHA84JK"',
43773npm verb headers 'content-type': 'application/json',
43774npm verb headers 'cache-control': 'max-age=300',
43775npm verb headers 'content-length': '26407',
43776npm verb headers 'accept-ranges': 'bytes',
43777npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43778npm verb headers via: '1.1 varnish',
43779npm verb headers age: '156',
43780npm verb headers connection: 'keep-alive',
43781npm verb headers 'x-served-by': 'cache-fra1234-FRA',
43782npm verb headers 'x-cache': 'HIT',
43783npm verb headers 'x-cache-hits': '36',
43784npm verb headers 'x-timer': 'S1450870084.802471,VS0,VE0',
43785npm verb headers vary: 'Accept' }
43786npm verb get saving broccoli-filter to /root/.npm/registry.npmjs.org/broccoli-filter/.cache.json
43787npm verb cache add spec broccoli-filter@^0.1.6
43788npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for broccoli-filter
43789npm verb addNameRange registry:http://registry.npmjs.org/broccoli-filter not in flight; fetching
43790npm verb get http://registry.npmjs.org/broccoli-filter not expired, no request
43791npm verb addNamed "0.1.14" is a plain semver version for broccoli-filter
43792npm verb addRemoteTarball http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz not in flight; adding
43793npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz',
43794npm verb addRemoteTarball '23cae3891ff9ebb7b4d7db00c6dcf03535daf7ad' ]
43795npm info retry fetch attempt 1 at 11:28:04
43796npm info attempt registry request try #1 at 11:28:04
43797npm http fetch GET http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz
43798npm http fetch 200 http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz
43799npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz not in flight; adding
43800npm verb addTmpTarball already have metadata; skipping unpack for broccoli-filter@0.1.14
43801npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json not in flight; writing
43802npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json written
43803npm http 200 http://registry.npmjs.org/clean-css
43804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43805npm verb headers etag: '"8EWYT3UVYIYZD6A9FFKAP86UU"',
43806npm verb headers 'content-type': 'application/json',
43807npm verb headers 'cache-control': 'max-age=300',
43808npm verb headers 'content-length': '211082',
43809npm verb headers 'accept-ranges': 'bytes',
43810npm verb headers date: 'Wed, 23 Dec 2015 11:28:04 GMT',
43811npm verb headers via: '1.1 varnish',
43812npm verb headers age: '240',
43813npm verb headers connection: 'keep-alive',
43814npm verb headers 'x-served-by': 'cache-fra1240-FRA',
43815npm verb headers 'x-cache': 'HIT',
43816npm verb headers 'x-cache-hits': '9',
43817npm verb headers 'x-timer': 'S1450870084.798081,VS0,VE0',
43818npm verb headers vary: 'Accept' }
43819npm verb get saving clean-css to /root/.npm/registry.npmjs.org/clean-css/.cache.json
43820npm verb cache add spec clean-css@^2.2.1
43821npm verb addNamed ">=2.2.1 <3.0.0" is a valid semver range for clean-css
43822npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
43823npm verb get http://registry.npmjs.org/clean-css not expired, no request
43824npm verb addNamed "2.2.23" is a plain semver version for clean-css
43825npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
43826npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz',
43827npm verb addRemoteTarball '0590b5478b516c4903edc2d89bd3fdbdd286328c' ]
43828npm info retry fetch attempt 1 at 11:28:04
43829npm info attempt registry request try #1 at 11:28:04
43830npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
43831npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
43832npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
43833npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.2.23
43834npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json not in flight; writing
43835npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json written
43836npm verb cache add spec mkdirp@^0.3.5
43837npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
43838npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
43839npm verb request uri http://registry.npmjs.org/broccoli-writer
43840npm verb request no auth needed
43841npm info attempt registry request try #1 at 11:28:05
43842npm http request GET http://registry.npmjs.org/broccoli-writer
43843npm verb request uri http://registry.npmjs.org/mkdirp
43844npm verb request no auth needed
43845npm info attempt registry request try #1 at 11:28:05
43846npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
43847npm http request GET http://registry.npmjs.org/mkdirp
43848npm http 200 http://registry.npmjs.org/broccoli-writer
43849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
43850npm verb headers etag: '"5PH9OCZH5PNA6BSGD7J80FFJ9"',
43851npm verb headers 'content-type': 'application/json',
43852npm verb headers 'cache-control': 'max-age=300',
43853npm verb headers 'content-length': '4171',
43854npm verb headers 'accept-ranges': 'bytes',
43855npm verb headers date: 'Wed, 23 Dec 2015 11:28:05 GMT',
43856npm verb headers via: '1.1 varnish',
43857npm verb headers age: '155',
43858npm verb headers connection: 'keep-alive',
43859npm verb headers 'x-served-by': 'cache-fra1235-FRA',
43860npm verb headers 'x-cache': 'HIT',
43861npm verb headers 'x-cache-hits': '2',
43862npm verb headers 'x-timer': 'S1450870085.118588,VS0,VE0',
43863npm verb headers vary: 'Accept' }
43864npm verb get saving broccoli-writer to /root/.npm/registry.npmjs.org/broccoli-writer/.cache.json
43865npm http 304 http://registry.npmjs.org/mkdirp
43866npm verb headers { date: 'Wed, 23 Dec 2015 11:28:05 GMT',
43867npm verb headers via: '1.1 varnish',
43868npm verb headers 'cache-control': 'max-age=300',
43869npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
43870npm verb headers age: '75',
43871npm verb headers connection: 'keep-alive',
43872npm verb headers 'x-served-by': 'cache-fra1221-FRA',
43873npm verb headers 'x-cache': 'HIT',
43874npm verb headers 'x-cache-hits': '6',
43875npm verb headers 'x-timer': 'S1450870085.125120,VS0,VE0',
43876npm verb headers vary: 'Accept' }
43877npm verb etag http://registry.npmjs.org/mkdirp from cache
43878npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
43879npm verb addNamed "0.3.5" is a plain semver version for mkdirp
43880npm verb cache add spec broccoli-writer@^0.1.1
43881npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for broccoli-writer
43882npm verb addNameRange registry:http://registry.npmjs.org/broccoli-writer not in flight; fetching
43883npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
43884npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
43885npm verb addRemoteTarball 'de3e5f8961c88c787ee1368df849ac4413eca8d7' ]
43886npm info retry fetch attempt 1 at 11:28:05
43887npm info attempt registry request try #1 at 11:28:05
43888npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
43889npm verb get http://registry.npmjs.org/broccoli-writer not expired, no request
43890npm verb addNamed "0.1.1" is a plain semver version for broccoli-writer
43891npm verb addRemoteTarball http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz not in flight; adding
43892npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz',
43893npm verb addRemoteTarball 'd4d71aa8f2afbc67a3866b91a2da79084b96ab2d' ]
43894npm info retry fetch attempt 1 at 11:28:05
43895npm info attempt registry request try #1 at 11:28:05
43896npm http fetch GET http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz
43897npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
43898npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
43899npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.5
43900npm http fetch 200 http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz
43901npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
43902npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz not in flight; adding
43903npm verb addTmpTarball already have metadata; skipping unpack for broccoli-writer@0.1.1
43904npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
43905npm verb afterAdd /root/.npm/broccoli-writer/0.1.1/package/package.json not in flight; writing
43906npm verb afterAdd /root/.npm/broccoli-writer/0.1.1/package/package.json written
43907npm verb cache add spec commander@2.2.x
43908npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for commander
43909npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
43910npm verb request uri http://registry.npmjs.org/commander
43911npm verb request no auth needed
43912npm info attempt registry request try #1 at 11:28:05
43913npm verb etag "EPZTTFB4NNE5PZRYLMT0T0J2V"
43914npm http request GET http://registry.npmjs.org/commander
43915npm http 304 http://registry.npmjs.org/commander
43916npm verb headers { date: 'Wed, 23 Dec 2015 11:28:05 GMT',
43917npm verb headers via: '1.1 varnish',
43918npm verb headers 'cache-control': 'max-age=300',
43919npm verb headers etag: '"EPZTTFB4NNE5PZRYLMT0T0J2V"',
43920npm verb headers age: '150',
43921npm verb headers connection: 'keep-alive',
43922npm verb headers 'x-served-by': 'cache-fra1231-FRA',
43923npm verb headers 'x-cache': 'HIT',
43924npm verb headers 'x-cache-hits': '16',
43925npm verb headers 'x-timer': 'S1450870085.251826,VS0,VE0',
43926npm verb headers vary: 'Accept' }
43927npm verb etag http://registry.npmjs.org/commander from cache
43928npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
43929npm verb addNamed "2.2.0" is a plain semver version for commander
43930npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
43931npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.2.0.tgz',
43932npm verb addRemoteTarball '175ad4b9317f3ff615f201c1e57224f55a3e91df' ]
43933npm info retry fetch attempt 1 at 11:28:05
43934npm info attempt registry request try #1 at 11:28:05
43935npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
43936npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
43937npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
43938npm verb addTmpTarball already have metadata; skipping unpack for commander@2.2.0
43939npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json not in flight; writing
43940npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json written
43941npm verb cache add spec recast@^0.9.16
43942npm verb addNamed ">=0.9.16 <0.10.0" is a valid semver range for recast
43943npm verb addNameRange registry:http://registry.npmjs.org/recast not in flight; fetching
43944npm verb request uri http://registry.npmjs.org/recast
43945npm verb request no auth needed
43946npm info attempt registry request try #1 at 11:28:05
43947npm verb etag "BGGM6CR3OCASMAHJUHRMP8VQD"
43948npm http request GET http://registry.npmjs.org/recast
43949npm http 304 http://registry.npmjs.org/recast
43950npm verb headers { date: 'Wed, 23 Dec 2015 11:28:05 GMT',
43951npm verb headers via: '1.1 varnish',
43952npm verb headers 'cache-control': 'max-age=300',
43953npm verb headers etag: '"BGGM6CR3OCASMAHJUHRMP8VQD"',
43954npm verb headers age: '40',
43955npm verb headers connection: 'keep-alive',
43956npm verb headers 'x-served-by': 'cache-fra1242-FRA',
43957npm verb headers 'x-cache': 'HIT',
43958npm verb headers 'x-cache-hits': '3',
43959npm verb headers 'x-timer': 'S1450870085.453502,VS0,VE0',
43960npm verb headers vary: 'Accept' }
43961npm verb etag http://registry.npmjs.org/recast from cache
43962npm verb get saving recast to /root/.npm/registry.npmjs.org/recast/.cache.json
43963npm verb addNamed "0.9.18" is a plain semver version for recast
43964npm verb addRemoteTarball http://registry.npmjs.org/recast/-/recast-0.9.18.tgz not in flight; adding
43965npm verb addRemoteTarball [ 'http://registry.npmjs.org/recast/-/recast-0.9.18.tgz',
43966npm verb addRemoteTarball 'f70921bb9f737d8e1fb06a440315bd7ec14587c9' ]
43967npm info retry fetch attempt 1 at 11:28:05
43968npm info attempt registry request try #1 at 11:28:05
43969npm http fetch GET http://registry.npmjs.org/recast/-/recast-0.9.18.tgz
43970npm http fetch 200 http://registry.npmjs.org/recast/-/recast-0.9.18.tgz
43971npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/recast/-/recast-0.9.18.tgz not in flight; adding
43972npm verb addTmpTarball already have metadata; skipping unpack for recast@0.9.18
43973npm verb afterAdd /root/.npm/recast/0.9.18/package/package.json not in flight; writing
43974npm verb afterAdd /root/.npm/recast/0.9.18/package/package.json written
43975npm verb cache add spec esprima-fb@~10001.1.0-dev-harmony-fb
43976npm verb cache add spec ast-types@~0.6.1
43977npm verb addNamed ">=10001.1.0-dev-harmony-fb <10001.2.0" is a valid semver range for esprima-fb
43978npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
43979npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for ast-types
43980npm verb addNameRange registry:http://registry.npmjs.org/ast-types not in flight; fetching
43981npm verb request uri http://registry.npmjs.org/esprima-fb
43982npm verb request no auth needed
43983npm info attempt registry request try #1 at 11:28:05
43984npm verb etag "4AEUSG43ZILFZ10L3XXRKITLR"
43985npm http request GET http://registry.npmjs.org/esprima-fb
43986npm verb request uri http://registry.npmjs.org/ast-types
43987npm verb request no auth needed
43988npm info attempt registry request try #1 at 11:28:05
43989npm verb etag "E6AAMK3D74MOC850AZXA3CY9W"
43990npm http request GET http://registry.npmjs.org/ast-types
43991npm http 304 http://registry.npmjs.org/esprima-fb
43992npm verb headers { date: 'Wed, 23 Dec 2015 11:28:05 GMT',
43993npm verb headers via: '1.1 varnish',
43994npm verb headers 'cache-control': 'max-age=60',
43995npm verb headers etag: '"4AEUSG43ZILFZ10L3XXRKITLR"',
43996npm verb headers age: '60',
43997npm verb headers connection: 'keep-alive',
43998npm verb headers 'x-served-by': 'cache-fra1220-FRA',
43999npm verb headers 'x-cache': 'HIT',
44000npm verb headers 'x-cache-hits': '1',
44001npm verb headers 'x-timer': 'S1450870085.651098,VS0,VE0',
44002npm verb headers vary: 'Accept' }
44003npm verb etag http://registry.npmjs.org/esprima-fb from cache
44004npm verb get saving esprima-fb to /root/.npm/registry.npmjs.org/esprima-fb/.cache.json
44005npm http 304 http://registry.npmjs.org/ast-types
44006npm verb headers { date: 'Wed, 23 Dec 2015 11:28:05 GMT',
44007npm verb headers via: '1.1 varnish',
44008npm verb headers 'cache-control': 'max-age=300',
44009npm verb headers etag: '"E6AAMK3D74MOC850AZXA3CY9W"',
44010npm verb headers age: '278',
44011npm verb headers connection: 'keep-alive',
44012npm verb headers 'x-served-by': 'cache-fra1221-FRA',
44013npm verb headers 'x-cache': 'HIT',
44014npm verb headers 'x-cache-hits': '5',
44015npm verb headers 'x-timer': 'S1450870085.660131,VS0,VE0',
44016npm verb headers vary: 'Accept' }
44017npm verb etag http://registry.npmjs.org/ast-types from cache
44018npm verb get saving ast-types to /root/.npm/registry.npmjs.org/ast-types/.cache.json
44019npm verb addNamed "10001.1.0-dev-harmony-fb" is a plain semver version for esprima-fb
44020npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz not in flight; adding
44021npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz',
44022npm verb addRemoteTarball 'f7efb452d3c8006dde6b3c59678604f7114a882c' ]
44023npm verb addNamed "0.6.16" is a plain semver version for ast-types
44024npm info retry fetch attempt 1 at 11:28:05
44025npm info attempt registry request try #1 at 11:28:05
44026npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz
44027npm verb addRemoteTarball http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz not in flight; adding
44028npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz',
44029npm verb addRemoteTarball '04205b72eddd195a8feaa081f11d0294a24ded93' ]
44030npm info retry fetch attempt 1 at 11:28:05
44031npm info attempt registry request try #1 at 11:28:05
44032npm http fetch GET http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz
44033npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz
44034npm http fetch 200 http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz
44035npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz not in flight; adding
44036npm verb addTmpTarball already have metadata; skipping unpack for ast-types@0.6.16
44037npm verb afterAdd /root/.npm/ast-types/0.6.16/package/package.json not in flight; writing
44038npm verb afterAdd /root/.npm/ast-types/0.6.16/package/package.json written
44039npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz not in flight; adding
44040npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@10001.1.0-dev-harmony-fb
44041npm verb afterAdd /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package/package.json not in flight; writing
44042npm verb afterAdd /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package/package.json written
44043npm verb cache add spec accepts@~1.2.12
44044npm verb cache add spec vary@~1.0.1
44045npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
44046npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
44047npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for vary
44048npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
44049npm verb request uri http://registry.npmjs.org/array-flatten
44050npm verb request no auth needed
44051npm info attempt registry request try #1 at 11:28:05
44052npm http request GET http://registry.npmjs.org/array-flatten
44053npm verb request uri http://registry.npmjs.org/content-disposition
44054npm verb request no auth needed
44055npm info attempt registry request try #1 at 11:28:05
44056npm http request GET http://registry.npmjs.org/content-disposition
44057npm verb request uri http://registry.npmjs.org/content-type
44058npm verb request no auth needed
44059npm info attempt registry request try #1 at 11:28:05
44060npm http request GET http://registry.npmjs.org/content-type
44061npm verb request uri http://registry.npmjs.org/cookie
44062npm verb request no auth needed
44063npm info attempt registry request try #1 at 11:28:05
44064npm http request GET http://registry.npmjs.org/cookie
44065npm verb request uri http://registry.npmjs.org/cookie-signature
44066npm verb request no auth needed
44067npm info attempt registry request try #1 at 11:28:05
44068npm http request GET http://registry.npmjs.org/cookie-signature
44069npm verb request uri http://registry.npmjs.org/depd
44070npm verb request no auth needed
44071npm info attempt registry request try #1 at 11:28:05
44072npm http request GET http://registry.npmjs.org/depd
44073npm verb request uri http://registry.npmjs.org/etag
44074npm verb request no auth needed
44075npm info attempt registry request try #1 at 11:28:05
44076npm http request GET http://registry.npmjs.org/etag
44077npm verb request uri http://registry.npmjs.org/fresh
44078npm verb request no auth needed
44079npm info attempt registry request try #1 at 11:28:05
44080npm http request GET http://registry.npmjs.org/fresh
44081npm verb request uri http://registry.npmjs.org/merge-descriptors
44082npm verb request no auth needed
44083npm info attempt registry request try #1 at 11:28:05
44084npm http request GET http://registry.npmjs.org/merge-descriptors
44085npm verb request uri http://registry.npmjs.org/methods
44086npm verb request no auth needed
44087npm info attempt registry request try #1 at 11:28:05
44088npm http request GET http://registry.npmjs.org/methods
44089npm verb request uri http://registry.npmjs.org/path-to-regexp
44090npm verb request no auth needed
44091npm info attempt registry request try #1 at 11:28:05
44092npm http request GET http://registry.npmjs.org/path-to-regexp
44093npm verb request uri http://registry.npmjs.org/proxy-addr
44094npm verb request no auth needed
44095npm info attempt registry request try #1 at 11:28:05
44096npm http request GET http://registry.npmjs.org/proxy-addr
44097npm verb request uri http://registry.npmjs.org/qs
44098npm verb request no auth needed
44099npm info attempt registry request try #1 at 11:28:05
44100npm http request GET http://registry.npmjs.org/qs
44101npm verb request uri http://registry.npmjs.org/range-parser
44102npm verb request no auth needed
44103npm info attempt registry request try #1 at 11:28:05
44104npm http request GET http://registry.npmjs.org/range-parser
44105npm verb request uri http://registry.npmjs.org/send
44106npm verb request no auth needed
44107npm info attempt registry request try #1 at 11:28:05
44108npm http request GET http://registry.npmjs.org/send
44109npm verb request uri http://registry.npmjs.org/serve-static
44110npm verb request no auth needed
44111npm info attempt registry request try #1 at 11:28:05
44112npm http request GET http://registry.npmjs.org/serve-static
44113npm verb request uri http://registry.npmjs.org/type-is
44114npm verb request no auth needed
44115npm info attempt registry request try #1 at 11:28:05
44116npm http request GET http://registry.npmjs.org/type-is
44117npm verb get http://registry.npmjs.org/accepts not expired, no request
44118npm verb addNamed "1.2.13" is a plain semver version for accepts
44119npm verb get http://registry.npmjs.org/vary not expired, no request
44120npm verb addNamed "1.0.1" is a plain semver version for vary
44121npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
44122npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz',
44123npm verb addRemoteTarball 'e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea' ]
44124npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
44125npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.0.1.tgz',
44126npm verb addRemoteTarball '99e4981566a286118dfb2b817357df7993376d10' ]
44127npm info retry fetch attempt 1 at 11:28:06
44128npm info attempt registry request try #1 at 11:28:06
44129npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
44130npm http 200 http://registry.npmjs.org/content-disposition
44131npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44132npm verb headers etag: '"384YYEPADLLZ324XAC4AOM85K"',
44133npm verb headers 'content-type': 'application/json',
44134npm verb headers 'cache-control': 'max-age=60',
44135npm verb headers 'content-length': '17640',
44136npm verb headers 'accept-ranges': 'bytes',
44137npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44138npm verb headers via: '1.1 varnish',
44139npm verb headers age: '27',
44140npm verb headers connection: 'keep-alive',
44141npm verb headers 'x-served-by': 'cache-fra1244-FRA',
44142npm verb headers 'x-cache': 'HIT',
44143npm verb headers 'x-cache-hits': '2',
44144npm verb headers 'x-timer': 'S1450870086.008039,VS0,VE0',
44145npm verb headers vary: 'Accept' }
44146npm verb get saving content-disposition to /root/.npm/registry.npmjs.org/content-disposition/.cache.json
44147npm info retry fetch attempt 1 at 11:28:06
44148npm info attempt registry request try #1 at 11:28:06
44149npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
44150npm http 200 http://registry.npmjs.org/array-flatten
44151npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44152npm verb headers etag: '"AACE7W5FTSMZES7EZL2DWW9CW"',
44153npm verb headers 'content-type': 'application/json',
44154npm verb headers 'cache-control': 'max-age=300',
44155npm verb headers 'content-length': '11717',
44156npm verb headers 'accept-ranges': 'bytes',
44157npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44158npm verb headers via: '1.1 varnish',
44159npm verb headers age: '154',
44160npm verb headers connection: 'keep-alive',
44161npm verb headers 'x-served-by': 'cache-fra1228-FRA',
44162npm verb headers 'x-cache': 'HIT',
44163npm verb headers 'x-cache-hits': '1',
44164npm verb headers 'x-timer': 'S1450870086.008124,VS0,VE0',
44165npm verb headers vary: 'Accept' }
44166npm verb get saving array-flatten to /root/.npm/registry.npmjs.org/array-flatten/.cache.json
44167npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
44168npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
44169npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.2.13
44170npm verb cache add spec content-disposition@0.5.0
44171npm verb addNamed "0.5.0" is a plain semver version for content-disposition
44172npm verb addNameVersion registry:http://registry.npmjs.org/content-disposition not in flight; fetching
44173npm verb cache add spec array-flatten@1.1.1
44174npm verb addNamed "1.1.1" is a plain semver version for array-flatten
44175npm verb addNameVersion registry:http://registry.npmjs.org/array-flatten not in flight; fetching
44176npm verb get http://registry.npmjs.org/content-disposition not expired, no request
44177npm verb get http://registry.npmjs.org/array-flatten not expired, no request
44178npm verb addRemoteTarball http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
44179npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz',
44180npm verb addRemoteTarball '4284fe6ae0630874639e44e80a418c2934135e9e' ]
44181npm verb addRemoteTarball http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
44182npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz',
44183npm verb addRemoteTarball '9a5f699051b1e7073328f2a008968b64ea2955d2' ]
44184npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
44185npm info retry fetch attempt 1 at 11:28:06
44186npm info attempt registry request try #1 at 11:28:06
44187npm http fetch GET http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
44188npm info retry fetch attempt 1 at 11:28:06
44189npm info attempt registry request try #1 at 11:28:06
44190npm http fetch GET http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
44191npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
44192npm http 200 http://registry.npmjs.org/qs
44193npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44194npm verb headers etag: '"EC72YVY7VNX06HPF7024J1CQA"',
44195npm verb headers 'content-type': 'application/json',
44196npm verb headers 'cache-control': 'max-age=300',
44197npm verb headers 'content-length': '64475',
44198npm verb headers 'accept-ranges': 'bytes',
44199npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44200npm verb headers via: '1.1 varnish',
44201npm verb headers age: '81',
44202npm verb headers connection: 'keep-alive',
44203npm verb headers 'x-served-by': 'cache-fra1221-FRA',
44204npm verb headers 'x-cache': 'HIT',
44205npm verb headers 'x-cache-hits': '8',
44206npm verb headers 'x-timer': 'S1450870086.009693,VS0,VE0',
44207npm verb headers vary: 'Accept' }
44208npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
44209npm http 200 http://registry.npmjs.org/merge-descriptors
44210npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44211npm verb headers etag: '"77M0MD0SK0BMYKIO15H10LIYR"',
44212npm verb headers 'content-type': 'application/json',
44213npm verb headers 'cache-control': 'max-age=300',
44214npm verb headers 'content-length': '6309',
44215npm verb headers 'accept-ranges': 'bytes',
44216npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44217npm verb headers via: '1.1 varnish',
44218npm verb headers age: '272',
44219npm verb headers connection: 'keep-alive',
44220npm verb headers 'x-served-by': 'cache-fra1247-FRA',
44221npm verb headers 'x-cache': 'HIT',
44222npm verb headers 'x-cache-hits': '3',
44223npm verb headers 'x-timer': 'S1450870086.008816,VS0,VE0',
44224npm verb headers vary: 'Accept' }
44225npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
44226npm http 200 http://registry.npmjs.org/cookie
44227npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44228npm verb headers etag: '"5XRBISM4XVV9W7HS1I1XDUM6R"',
44229npm verb headers 'content-type': 'application/json',
44230npm verb headers 'cache-control': 'max-age=300',
44231npm verb headers 'content-length': '21754',
44232npm verb headers 'accept-ranges': 'bytes',
44233npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44234npm verb headers via: '1.1 varnish',
44235npm verb headers age: '202',
44236npm verb headers connection: 'keep-alive',
44237npm verb headers 'x-served-by': 'cache-fra1220-FRA',
44238npm verb headers 'x-cache': 'HIT',
44239npm verb headers 'x-cache-hits': '27',
44240npm verb headers 'x-timer': 'S1450870086.008448,VS0,VE0',
44241npm verb headers vary: 'Accept' }
44242npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
44243npm http 200 http://registry.npmjs.org/depd
44244npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44245npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
44246npm verb headers 'content-type': 'application/json',
44247npm verb headers 'cache-control': 'max-age=60',
44248npm verb headers 'content-length': '28742',
44249npm verb headers 'accept-ranges': 'bytes',
44250npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44251npm verb headers via: '1.1 varnish',
44252npm verb headers age: '58',
44253npm verb headers connection: 'keep-alive',
44254npm verb headers 'x-served-by': 'cache-fra1227-FRA',
44255npm verb headers 'x-cache': 'HIT',
44256npm verb headers 'x-cache-hits': '2',
44257npm verb headers 'x-timer': 'S1450870086.008392,VS0,VE0',
44258npm verb headers vary: 'Accept' }
44259npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
44260npm http fetch 200 http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
44261npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
44262npm http fetch 200 http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
44263npm http 200 http://registry.npmjs.org/type-is
44264npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44265npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
44266npm verb headers 'content-type': 'application/json',
44267npm verb headers 'cache-control': 'max-age=60',
44268npm verb headers 'content-length': '51599',
44269npm verb headers 'accept-ranges': 'bytes',
44270npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44271npm verb headers via: '1.1 varnish',
44272npm verb headers age: '11',
44273npm verb headers connection: 'keep-alive',
44274npm verb headers 'x-served-by': 'cache-fra1241-FRA',
44275npm verb headers 'x-cache': 'HIT',
44276npm verb headers 'x-cache-hits': '1',
44277npm verb headers 'x-timer': 'S1450870086.010189,VS0,VE0',
44278npm verb headers vary: 'Accept' }
44279npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
44280npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
44281npm verb addTmpTarball already have metadata; skipping unpack for vary@1.0.1
44282npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
44283npm verb addTmpTarball already have metadata; skipping unpack for content-disposition@0.5.0
44284npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
44285npm verb addTmpTarball already have metadata; skipping unpack for array-flatten@1.1.1
44286npm verb cache add spec qs@4.0.0
44287npm verb addNamed "4.0.0" is a plain semver version for qs
44288npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
44289npm verb cache add spec merge-descriptors@1.0.0
44290npm verb addNamed "1.0.0" is a plain semver version for merge-descriptors
44291npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
44292npm verb cache add spec cookie@0.1.3
44293npm verb addNamed "0.1.3" is a plain semver version for cookie
44294npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
44295npm verb cache add spec depd@~1.0.1
44296npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
44297npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
44298npm verb cache add spec type-is@~1.6.6
44299npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
44300npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
44301npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json not in flight; writing
44302npm verb get http://registry.npmjs.org/qs not expired, no request
44303npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
44304npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-4.0.0.tgz',
44305npm verb addRemoteTarball 'c31d9b74ec27df75e543a86c78728ed8d4623607' ]
44306npm verb get http://registry.npmjs.org/merge-descriptors not expired, no request
44307npm verb get http://registry.npmjs.org/cookie not expired, no request
44308npm verb get http://registry.npmjs.org/depd not expired, no request
44309npm verb addNamed "1.0.1" is a plain semver version for depd
44310npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
44311npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz',
44312npm verb addRemoteTarball '2169cf7538e1b0cc87fb88e1502d8474bbf79864' ]
44313npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
44314npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz',
44315npm verb addRemoteTarball 'e734a5c1417fce472d5aef82c381cabb64d1a435' ]
44316npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
44317npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.0.1.tgz',
44318npm verb addRemoteTarball '80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa' ]
44319npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json written
44320npm verb get http://registry.npmjs.org/type-is not expired, no request
44321npm verb addNamed "1.6.10" is a plain semver version for type-is
44322npm info retry fetch attempt 1 at 11:28:06
44323npm info attempt registry request try #1 at 11:28:06
44324npm http fetch GET http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
44325npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json not in flight; writing
44326npm http 200 http://registry.npmjs.org/serve-static
44327npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44328npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
44329npm verb headers 'content-type': 'application/json',
44330npm verb headers 'cache-control': 'max-age=300',
44331npm verb headers 'content-length': '69453',
44332npm verb headers 'accept-ranges': 'bytes',
44333npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44334npm verb headers via: '1.1 varnish',
44335npm verb headers age: '76',
44336npm verb headers connection: 'keep-alive',
44337npm verb headers 'x-served-by': 'cache-fra1226-FRA',
44338npm verb headers 'x-cache': 'HIT',
44339npm verb headers 'x-cache-hits': '3',
44340npm verb headers 'x-timer': 'S1450870086.009991,VS0,VE0',
44341npm verb headers vary: 'Accept' }
44342npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
44343npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
44344npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz',
44345npm verb addRemoteTarball 'd27e995b20d8c2a543f3420573f690a3929fd75a' ]
44346npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json not in flight; writing
44347npm info retry fetch attempt 1 at 11:28:06
44348npm info attempt registry request try #1 at 11:28:06
44349npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
44350npm info retry fetch attempt 1 at 11:28:06
44351npm info attempt registry request try #1 at 11:28:06
44352npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
44353npm info retry fetch attempt 1 at 11:28:06
44354npm info attempt registry request try #1 at 11:28:06
44355npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
44356npm info retry fetch attempt 1 at 11:28:06
44357npm info attempt registry request try #1 at 11:28:06
44358npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
44359npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json written
44360npm http fetch 200 http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
44361npm http 200 http://registry.npmjs.org/send
44362npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44363npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
44364npm verb headers 'content-type': 'application/json',
44365npm verb headers 'cache-control': 'max-age=60',
44366npm verb headers 'content-length': '64046',
44367npm verb headers 'accept-ranges': 'bytes',
44368npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44369npm verb headers via: '1.1 varnish',
44370npm verb headers age: '36',
44371npm verb headers connection: 'keep-alive',
44372npm verb headers 'x-served-by': 'cache-fra1231-FRA',
44373npm verb headers 'x-cache': 'HIT',
44374npm verb headers 'x-cache-hits': '2',
44375npm verb headers 'x-timer': 'S1450870086.009969,VS0,VE0',
44376npm verb headers vary: 'Accept' }
44377npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
44378npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json written
44379npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
44380npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
44381npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
44382npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
44383npm verb cache add spec serve-static@~1.10.0
44384npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
44385npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
44386npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
44387npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@1.0.0
44388npm http 200 http://registry.npmjs.org/content-type
44389npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44390npm verb headers etag: '"A61HQDKGOUEM3F9DCWTGYV4NW"',
44391npm verb headers 'content-type': 'application/json',
44392npm verb headers 'cache-control': 'max-age=300',
44393npm verb headers 'content-length': '7394',
44394npm verb headers 'accept-ranges': 'bytes',
44395npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44396npm verb headers via: '1.1 varnish',
44397npm verb headers age: '224',
44398npm verb headers connection: 'keep-alive',
44399npm verb headers 'x-served-by': 'cache-fra1229-FRA',
44400npm verb headers 'x-cache': 'HIT',
44401npm verb headers 'x-cache-hits': '6',
44402npm verb headers 'x-timer': 'S1450870086.008245,VS0,VE0',
44403npm verb headers vary: 'Accept' }
44404npm verb get saving content-type to /root/.npm/registry.npmjs.org/content-type/.cache.json
44405npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
44406npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.3
44407npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
44408npm verb addTmpTarball already have metadata; skipping unpack for depd@1.0.1
44409npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
44410npm verb addTmpTarball already have metadata; skipping unpack for qs@4.0.0
44411npm http 200 http://registry.npmjs.org/fresh
44412npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44413npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
44414npm verb headers 'content-type': 'application/json',
44415npm verb headers 'cache-control': 'max-age=300',
44416npm verb headers 'content-length': '11311',
44417npm verb headers 'accept-ranges': 'bytes',
44418npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44419npm verb headers via: '1.1 varnish',
44420npm verb headers age: '211',
44421npm verb headers connection: 'keep-alive',
44422npm verb headers 'x-served-by': 'cache-fra1237-FRA',
44423npm verb headers 'x-cache': 'HIT',
44424npm verb headers 'x-cache-hits': '5',
44425npm verb headers 'x-timer': 'S1450870086.008870,VS0,VE0',
44426npm verb headers vary: 'Accept' }
44427npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
44428npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
44429npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.6.10
44430npm verb get http://registry.npmjs.org/serve-static not expired, no request
44431npm verb addNamed "1.10.0" is a plain semver version for serve-static
44432npm http 200 http://registry.npmjs.org/methods
44433npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44434npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
44435npm verb headers 'content-type': 'application/json',
44436npm verb headers 'cache-control': 'max-age=300',
44437npm verb headers 'content-length': '8120',
44438npm verb headers 'accept-ranges': 'bytes',
44439npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44440npm verb headers via: '1.1 varnish',
44441npm verb headers age: '167',
44442npm verb headers connection: 'keep-alive',
44443npm verb headers 'x-served-by': 'cache-fra1221-FRA',
44444npm verb headers 'x-cache': 'HIT',
44445npm verb headers 'x-cache-hits': '3',
44446npm verb headers 'x-timer': 'S1450870086.009231,VS0,VE0',
44447npm verb headers vary: 'Accept' }
44448npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
44449npm verb cache add spec send@0.13.0
44450npm verb addNamed "0.13.0" is a plain semver version for send
44451npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
44452npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
44453npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz',
44454npm verb addRemoteTarball 'be632faa685820e4a43ed3df1379135cc4f370d7' ]
44455npm info retry fetch attempt 1 at 11:28:06
44456npm info attempt registry request try #1 at 11:28:06
44457npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
44458npm verb get http://registry.npmjs.org/send not expired, no request
44459npm verb cache add spec content-type@~1.0.1
44460npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for content-type
44461npm verb addNameRange registry:http://registry.npmjs.org/content-type not in flight; fetching
44462npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
44463npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.13.0.tgz',
44464npm verb addRemoteTarball '518f921aeb0560aec7dcab2990b14cf6f3cce5de' ]
44465npm http 200 http://registry.npmjs.org/cookie-signature
44466npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44467npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
44468npm verb headers 'content-type': 'application/json',
44469npm verb headers 'cache-control': 'max-age=60',
44470npm verb headers 'content-length': '9325',
44471npm verb headers 'accept-ranges': 'bytes',
44472npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44473npm verb headers via: '1.1 varnish',
44474npm verb headers age: '11',
44475npm verb headers connection: 'keep-alive',
44476npm verb headers 'x-served-by': 'cache-fra1224-FRA',
44477npm verb headers 'x-cache': 'HIT',
44478npm verb headers 'x-cache-hits': '1',
44479npm verb headers 'x-timer': 'S1450870086.008389,VS0,VE0',
44480npm verb headers vary: 'Accept' }
44481npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
44482npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json not in flight; writing
44483npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
44484npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
44485npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
44486npm http 200 http://registry.npmjs.org/range-parser
44487npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44488npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
44489npm verb headers 'content-type': 'application/json',
44490npm verb headers 'cache-control': 'max-age=60',
44491npm verb headers 'content-length': '11040',
44492npm verb headers 'accept-ranges': 'bytes',
44493npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44494npm verb headers via: '1.1 varnish',
44495npm verb headers age: '37',
44496npm verb headers connection: 'keep-alive',
44497npm verb headers 'x-served-by': 'cache-fra1237-FRA',
44498npm verb headers 'x-cache': 'HIT',
44499npm verb headers 'x-cache-hits': '3',
44500npm verb headers 'x-timer': 'S1450870086.009558,VS0,VE0',
44501npm verb headers vary: 'Accept' }
44502npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
44503npm verb cache add spec fresh@0.3.0
44504npm verb addNamed "0.3.0" is a plain semver version for fresh
44505npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
44506npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
44507npm info retry fetch attempt 1 at 11:28:06
44508npm info attempt registry request try #1 at 11:28:06
44509npm http fetch GET http://registry.npmjs.org/send/-/send-0.13.0.tgz
44510npm verb cache add spec methods@~1.1.1
44511npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
44512npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
44513npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
44514npm http 200 http://registry.npmjs.org/proxy-addr
44515npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44516npm verb headers etag: '"9K80Y80RUXRE89F9QNZD77762"',
44517npm verb headers 'content-type': 'application/json',
44518npm verb headers 'cache-control': 'max-age=60',
44519npm verb headers 'content-length': '25902',
44520npm verb headers 'accept-ranges': 'bytes',
44521npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44522npm verb headers via: '1.1 varnish',
44523npm verb headers age: '33',
44524npm verb headers connection: 'keep-alive',
44525npm verb headers 'x-served-by': 'cache-fra1228-FRA',
44526npm verb headers 'x-cache': 'HIT',
44527npm verb headers 'x-cache-hits': '1',
44528npm verb headers 'x-timer': 'S1450870086.009768,VS0,VE0',
44529npm verb headers vary: 'Accept' }
44530npm verb get saving proxy-addr to /root/.npm/registry.npmjs.org/proxy-addr/.cache.json
44531npm http 200 http://registry.npmjs.org/etag
44532npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44533npm verb headers etag: '"3JKODAL80DJD7T0UIZT1IMKF0"',
44534npm verb headers 'content-type': 'application/json',
44535npm verb headers 'cache-control': 'max-age=60',
44536npm verb headers 'content-length': '21776',
44537npm verb headers 'accept-ranges': 'bytes',
44538npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44539npm verb headers via: '1.1 varnish',
44540npm verb headers age: '38',
44541npm verb headers connection: 'keep-alive',
44542npm verb headers 'x-served-by': 'cache-fra1225-FRA',
44543npm verb headers 'x-cache': 'HIT',
44544npm verb headers 'x-cache-hits': '1',
44545npm verb headers 'x-timer': 'S1450870086.008400,VS0,VE0',
44546npm verb headers vary: 'Accept' }
44547npm verb get saving etag to /root/.npm/registry.npmjs.org/etag/.cache.json
44548npm verb get http://registry.npmjs.org/content-type not expired, no request
44549npm verb addNamed "1.0.1" is a plain semver version for content-type
44550npm http fetch 200 http://registry.npmjs.org/send/-/send-0.13.0.tgz
44551npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json written
44552npm verb addRemoteTarball http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
44553npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz',
44554npm verb addRemoteTarball 'a19d2247327dc038050ce622b7a154ec59c5e600' ]
44555npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
44556npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
44557npm verb get http://registry.npmjs.org/fresh not expired, no request
44558npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
44559npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
44560npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.10.0
44561npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
44562npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz',
44563npm verb addRemoteTarball '651f838e22424e7566de161d8358caa199f83d4f' ]
44564npm verb get http://registry.npmjs.org/methods not expired, no request
44565npm verb addNamed "1.1.1" is a plain semver version for methods
44566npm info retry fetch attempt 1 at 11:28:06
44567npm info attempt registry request try #1 at 11:28:06
44568npm http fetch GET http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
44569npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
44570npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
44571npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.1.1.tgz',
44572npm verb addRemoteTarball '17ea6366066d00c58e375b8ec7dfd0453c89822a' ]
44573npm verb cache add spec cookie-signature@1.0.6
44574npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
44575npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
44576npm http 200 http://registry.npmjs.org/path-to-regexp
44577npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44578npm verb headers etag: '"44L0C4D3C0FA42U3300PZE763"',
44579npm verb headers 'content-type': 'application/json',
44580npm verb headers 'cache-control': 'max-age=300',
44581npm verb headers 'content-length': '68276',
44582npm verb headers 'accept-ranges': 'bytes',
44583npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44584npm verb headers via: '1.1 varnish',
44585npm verb headers age: '202',
44586npm verb headers connection: 'keep-alive',
44587npm verb headers 'x-served-by': 'cache-fra1223-FRA',
44588npm verb headers 'x-cache': 'HIT',
44589npm verb headers 'x-cache-hits': '2',
44590npm verb headers 'x-timer': 'S1450870086.009347,VS0,VE0',
44591npm verb headers vary: 'Accept' }
44592npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
44593npm http fetch 200 http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
44594npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
44595npm verb addTmpTarball already have metadata; skipping unpack for send@0.13.0
44596npm info retry fetch attempt 1 at 11:28:06
44597npm info attempt registry request try #1 at 11:28:06
44598npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
44599npm verb cache add spec range-parser@~1.0.2
44600npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
44601npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
44602npm info retry fetch attempt 1 at 11:28:06
44603npm info attempt registry request try #1 at 11:28:06
44604npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
44605npm verb cache add spec proxy-addr@~1.0.8
44606npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for proxy-addr
44607npm verb addNameRange registry:http://registry.npmjs.org/proxy-addr not in flight; fetching
44608npm verb cache add spec etag@~1.7.0
44609npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for etag
44610npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
44611npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
44612npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
44613npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz',
44614npm verb addRemoteTarball 'e303a882b342cc3ee8ca513a79999734dab3ae2c' ]
44615npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
44616npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
44617npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
44618npm verb addTmpTarball already have metadata; skipping unpack for content-type@1.0.1
44619npm verb get http://registry.npmjs.org/range-parser not expired, no request
44620npm verb addNamed "1.0.3" is a plain semver version for range-parser
44621npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
44622npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz',
44623npm verb addRemoteTarball '6872823535c692e2c2a0103826afd82c2e0ff175' ]
44624npm info retry fetch attempt 1 at 11:28:06
44625npm info attempt registry request try #1 at 11:28:06
44626npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
44627npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
44628npm verb get http://registry.npmjs.org/proxy-addr not expired, no request
44629npm verb addNamed "1.0.10" is a plain semver version for proxy-addr
44630npm verb get http://registry.npmjs.org/etag not expired, no request
44631npm verb addNamed "1.7.0" is a plain semver version for etag
44632npm verb addRemoteTarball http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
44633npm verb addRemoteTarball [ 'http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz',
44634npm verb addRemoteTarball '0d40a82f801fc355567d2ecb65efe3f077f121c5' ]
44635npm verb cache add spec path-to-regexp@0.1.7
44636npm verb addNamed "0.1.7" is a plain semver version for path-to-regexp
44637npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
44638npm verb addRemoteTarball http://registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
44639npm verb addRemoteTarball [ 'http://registry.npmjs.org/etag/-/etag-1.7.0.tgz',
44640npm verb addRemoteTarball '03d30b5f67dd6e632d2945d30d6652731a34d5d8' ]
44641npm info retry fetch attempt 1 at 11:28:06
44642npm info attempt registry request try #1 at 11:28:06
44643npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
44644npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
44645npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.3.0
44646npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
44647npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
44648npm verb addTmpTarball already have metadata; skipping unpack for methods@1.1.1
44649npm info retry fetch attempt 1 at 11:28:06
44650npm info attempt registry request try #1 at 11:28:06
44651npm http fetch GET http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
44652npm info retry fetch attempt 1 at 11:28:06
44653npm info attempt registry request try #1 at 11:28:06
44654npm http fetch GET http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
44655npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
44656npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
44657npm verb get http://registry.npmjs.org/path-to-regexp not expired, no request
44658npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
44659npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
44660npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz',
44661npm verb addRemoteTarball 'df604178005f522f15eb4490e7247a1bfaa67f8c' ]
44662npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
44663npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json not in flight; writing
44664npm info retry fetch attempt 1 at 11:28:06
44665npm info attempt registry request try #1 at 11:28:06
44666npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
44667npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
44668npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.6
44669npm http fetch 200 http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
44670npm http fetch 200 http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
44671npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
44672npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.3
44673npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
44674npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json written
44675npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
44676npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
44677npm verb addTmpTarball already have metadata; skipping unpack for proxy-addr@1.0.10
44678npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
44679npm verb addTmpTarball already have metadata; skipping unpack for etag@1.7.0
44680npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
44681npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
44682npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
44683npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
44684npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
44685npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
44686npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.7
44687npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
44688npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
44689npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json not in flight; writing
44690npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json not in flight; writing
44691npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json written
44692npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json written
44693npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json not in flight; writing
44694npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json written
44695npm verb cache add spec negotiator@0.5.3
44696npm verb addNamed "0.5.3" is a plain semver version for negotiator
44697npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
44698npm verb get http://registry.npmjs.org/negotiator not expired, no request
44699npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
44700npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz',
44701npm verb addRemoteTarball '269d5c476810ec92edbe7b6c2f28316384f9a7e8' ]
44702npm info retry fetch attempt 1 at 11:28:06
44703npm info attempt registry request try #1 at 11:28:06
44704npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
44705npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
44706npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
44707npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.5.3
44708npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
44709npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
44710npm verb request uri http://registry.npmjs.org/forwarded
44711npm verb request no auth needed
44712npm info attempt registry request try #1 at 11:28:06
44713npm http request GET http://registry.npmjs.org/forwarded
44714npm verb request uri http://registry.npmjs.org/ipaddr.js
44715npm verb request no auth needed
44716npm info attempt registry request try #1 at 11:28:06
44717npm http request GET http://registry.npmjs.org/ipaddr.js
44718npm http 200 http://registry.npmjs.org/forwarded
44719npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44720npm verb headers etag: '"37C9KUUCDQITWEE3K2LHBV4TK"',
44721npm verb headers 'content-type': 'application/json',
44722npm verb headers 'cache-control': 'max-age=300',
44723npm verb headers 'content-length': '3575',
44724npm verb headers 'accept-ranges': 'bytes',
44725npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44726npm verb headers via: '1.1 varnish',
44727npm verb headers age: '65',
44728npm verb headers connection: 'keep-alive',
44729npm verb headers 'x-served-by': 'cache-fra1232-FRA',
44730npm verb headers 'x-cache': 'HIT',
44731npm verb headers 'x-cache-hits': '72',
44732npm verb headers 'x-timer': 'S1450870086.703123,VS0,VE0',
44733npm verb headers vary: 'Accept' }
44734npm verb get saving forwarded to /root/.npm/registry.npmjs.org/forwarded/.cache.json
44735npm http 200 http://registry.npmjs.org/ipaddr.js
44736npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44737npm verb headers etag: '"1ABVU7KZLRHZZEGALQGIMMEPR"',
44738npm verb headers 'content-type': 'application/json',
44739npm verb headers 'cache-control': 'max-age=60',
44740npm verb headers 'content-length': '22477',
44741npm verb headers 'accept-ranges': 'bytes',
44742npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44743npm verb headers via: '1.1 varnish',
44744npm verb headers age: '10',
44745npm verb headers connection: 'keep-alive',
44746npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44747npm verb headers 'x-cache': 'HIT',
44748npm verb headers 'x-cache-hits': '1',
44749npm verb headers 'x-timer': 'S1450870086.706680,VS0,VE0',
44750npm verb headers vary: 'Accept' }
44751npm verb get saving ipaddr.js to /root/.npm/registry.npmjs.org/ipaddr.js/.cache.json
44752npm verb cache add spec forwarded@~0.1.0
44753npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for forwarded
44754npm verb addNameRange registry:http://registry.npmjs.org/forwarded not in flight; fetching
44755npm verb cache add spec ipaddr.js@1.0.5
44756npm verb addNamed "1.0.5" is a plain semver version for ipaddr.js
44757npm verb addNameVersion registry:http://registry.npmjs.org/ipaddr.js not in flight; fetching
44758npm verb get http://registry.npmjs.org/forwarded not expired, no request
44759npm verb addNamed "0.1.0" is a plain semver version for forwarded
44760npm verb addRemoteTarball http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
44761npm verb addRemoteTarball [ 'http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz',
44762npm verb addRemoteTarball '19ef9874c4ae1c297bcf078fde63a09b66a84363' ]
44763npm verb get http://registry.npmjs.org/ipaddr.js not expired, no request
44764npm verb addRemoteTarball http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
44765npm verb addRemoteTarball [ 'http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz',
44766npm verb addRemoteTarball '5fa78cf301b825c78abc3042d812723049ea23c7' ]
44767npm info retry fetch attempt 1 at 11:28:06
44768npm info attempt registry request try #1 at 11:28:06
44769npm http fetch GET http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
44770npm info retry fetch attempt 1 at 11:28:06
44771npm info attempt registry request try #1 at 11:28:06
44772npm http fetch GET http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
44773npm http fetch 200 http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
44774npm http fetch 200 http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
44775npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
44776npm verb addTmpTarball already have metadata; skipping unpack for forwarded@0.1.0
44777npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json not in flight; writing
44778npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json written
44779npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
44780npm verb addTmpTarball already have metadata; skipping unpack for ipaddr.js@1.0.5
44781npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json not in flight; writing
44782npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json written
44783npm verb request uri http://registry.npmjs.org/destroy
44784npm verb request no auth needed
44785npm info attempt registry request try #1 at 11:28:06
44786npm http request GET http://registry.npmjs.org/destroy
44787npm verb request uri http://registry.npmjs.org/http-errors
44788npm verb request no auth needed
44789npm info attempt registry request try #1 at 11:28:06
44790npm http request GET http://registry.npmjs.org/http-errors
44791npm verb request uri http://registry.npmjs.org/statuses
44792npm verb request no auth needed
44793npm info attempt registry request try #1 at 11:28:06
44794npm http request GET http://registry.npmjs.org/statuses
44795npm http 200 http://registry.npmjs.org/destroy
44796npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44797npm verb headers etag: '"9IP2CCOQSKNSZL557UODSGT2O"',
44798npm verb headers 'content-type': 'application/json',
44799npm verb headers 'cache-control': 'max-age=60',
44800npm verb headers 'content-length': '3879',
44801npm verb headers 'accept-ranges': 'bytes',
44802npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44803npm verb headers via: '1.1 varnish',
44804npm verb headers age: '43',
44805npm verb headers connection: 'keep-alive',
44806npm verb headers 'x-served-by': 'cache-fra1234-FRA',
44807npm verb headers 'x-cache': 'HIT',
44808npm verb headers 'x-cache-hits': '1914',
44809npm verb headers 'x-timer': 'S1450870086.865570,VS0,VE0',
44810npm verb headers vary: 'Accept' }
44811npm verb get saving destroy to /root/.npm/registry.npmjs.org/destroy/.cache.json
44812npm verb cache add spec destroy@1.0.3
44813npm verb addNamed "1.0.3" is a plain semver version for destroy
44814npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
44815npm verb get http://registry.npmjs.org/destroy not expired, no request
44816npm verb addRemoteTarball http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
44817npm verb addRemoteTarball [ 'http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz',
44818npm verb addRemoteTarball 'b433b4724e71fd8551d9885174851c5fc377e2c9' ]
44819npm http 200 http://registry.npmjs.org/http-errors
44820npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44821npm verb headers etag: '"634Y56TZCOOH3MCVN035HTW6Q"',
44822npm verb headers 'content-type': 'application/json',
44823npm verb headers 'cache-control': 'max-age=60',
44824npm verb headers 'content-length': '23254',
44825npm verb headers 'accept-ranges': 'bytes',
44826npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44827npm verb headers via: '1.1 varnish',
44828npm verb headers age: '26',
44829npm verb headers connection: 'keep-alive',
44830npm verb headers 'x-served-by': 'cache-fra1222-FRA',
44831npm verb headers 'x-cache': 'HIT',
44832npm verb headers 'x-cache-hits': '1',
44833npm verb headers 'x-timer': 'S1450870086.865422,VS0,VE0',
44834npm verb headers vary: 'Accept' }
44835npm verb get saving http-errors to /root/.npm/registry.npmjs.org/http-errors/.cache.json
44836npm http 200 http://registry.npmjs.org/statuses
44837npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44838npm verb headers etag: '"H1Q3PFJ8YNW59N54W2R9543S"',
44839npm verb headers 'content-type': 'application/json',
44840npm verb headers 'cache-control': 'max-age=300',
44841npm verb headers 'content-length': '14673',
44842npm verb headers 'accept-ranges': 'bytes',
44843npm verb headers date: 'Wed, 23 Dec 2015 11:28:06 GMT',
44844npm verb headers via: '1.1 varnish',
44845npm verb headers age: '293',
44846npm verb headers connection: 'keep-alive',
44847npm verb headers 'x-served-by': 'cache-fra1247-FRA',
44848npm verb headers 'x-cache': 'HIT',
44849npm verb headers 'x-cache-hits': '8',
44850npm verb headers 'x-timer': 'S1450870086.869422,VS0,VE0',
44851npm verb headers vary: 'Accept' }
44852npm verb get saving statuses to /root/.npm/registry.npmjs.org/statuses/.cache.json
44853npm info retry fetch attempt 1 at 11:28:06
44854npm info attempt registry request try #1 at 11:28:06
44855npm http fetch GET http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
44856npm verb cache add spec http-errors@~1.3.1
44857npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for http-errors
44858npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
44859npm verb cache add spec statuses@~1.2.1
44860npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for statuses
44861npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
44862npm verb get http://registry.npmjs.org/http-errors not expired, no request
44863npm verb addNamed "1.3.1" is a plain semver version for http-errors
44864npm verb get http://registry.npmjs.org/statuses not expired, no request
44865npm verb addNamed "1.2.1" is a plain semver version for statuses
44866npm verb addRemoteTarball http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
44867npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz',
44868npm verb addRemoteTarball '197e22cdebd4198585e8694ef6786197b91ed942' ]
44869npm verb addRemoteTarball http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
44870npm verb addRemoteTarball [ 'http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz',
44871npm verb addRemoteTarball 'dded45cc18256d51ed40aec142489d5c61026d28' ]
44872npm http fetch 200 http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
44873npm info retry fetch attempt 1 at 11:28:06
44874npm info attempt registry request try #1 at 11:28:06
44875npm http fetch GET http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
44876npm info retry fetch attempt 1 at 11:28:06
44877npm info attempt registry request try #1 at 11:28:06
44878npm http fetch GET http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
44879npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
44880npm verb addTmpTarball already have metadata; skipping unpack for destroy@1.0.3
44881npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json not in flight; writing
44882npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json written
44883npm http fetch 200 http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
44884npm http fetch 200 http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
44885npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
44886npm verb addTmpTarball already have metadata; skipping unpack for http-errors@1.3.1
44887npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
44888npm verb addTmpTarball already have metadata; skipping unpack for statuses@1.2.1
44889npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json not in flight; writing
44890npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json written
44891npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json not in flight; writing
44892npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json written
44893npm verb request uri http://registry.npmjs.org/media-typer
44894npm verb request no auth needed
44895npm info attempt registry request try #1 at 11:28:07
44896npm http request GET http://registry.npmjs.org/media-typer
44897npm http 200 http://registry.npmjs.org/media-typer
44898npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44899npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
44900npm verb headers 'content-type': 'application/json',
44901npm verb headers 'cache-control': 'max-age=300',
44902npm verb headers 'content-length': '7842',
44903npm verb headers 'accept-ranges': 'bytes',
44904npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
44905npm verb headers via: '1.1 varnish',
44906npm verb headers age: '276',
44907npm verb headers connection: 'keep-alive',
44908npm verb headers 'x-served-by': 'cache-fra1227-FRA',
44909npm verb headers 'x-cache': 'HIT',
44910npm verb headers 'x-cache-hits': '7',
44911npm verb headers 'x-timer': 'S1450870087.018350,VS0,VE0',
44912npm verb headers vary: 'Accept' }
44913npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
44914npm verb cache add spec media-typer@0.3.0
44915npm verb addNamed "0.3.0" is a plain semver version for media-typer
44916npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
44917npm verb get http://registry.npmjs.org/media-typer not expired, no request
44918npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
44919npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz',
44920npm verb addRemoteTarball '8710d7af0aa626f8fffa1ce00168545263255748' ]
44921npm info retry fetch attempt 1 at 11:28:07
44922npm info attempt registry request try #1 at 11:28:07
44923npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
44924npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
44925npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
44926npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.3.0
44927npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
44928npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
44929npm verb cache add spec commander@~2.1.0
44930npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for commander
44931npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
44932npm verb request uri http://registry.npmjs.org/colors
44933npm verb request no auth needed
44934npm info attempt registry request try #1 at 11:28:07
44935npm http request GET http://registry.npmjs.org/colors
44936npm verb get http://registry.npmjs.org/commander not expired, no request
44937npm verb addNamed "2.1.0" is a plain semver version for commander
44938npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
44939npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.1.0.tgz',
44940npm verb addRemoteTarball 'd121bbae860d9992a3d517ba96f56588e47c6781' ]
44941npm info retry fetch attempt 1 at 11:28:07
44942npm info attempt registry request try #1 at 11:28:07
44943npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
44944npm http 200 http://registry.npmjs.org/colors
44945npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44946npm verb headers etag: '"7MWE8VPMLB2F9SX8HFBGJQAZD"',
44947npm verb headers 'content-type': 'application/json',
44948npm verb headers 'cache-control': 'max-age=300',
44949npm verb headers 'content-length': '20501',
44950npm verb headers 'accept-ranges': 'bytes',
44951npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
44952npm verb headers via: '1.1 varnish',
44953npm verb headers age: '122',
44954npm verb headers connection: 'keep-alive',
44955npm verb headers 'x-served-by': 'cache-fra1237-FRA',
44956npm verb headers 'x-cache': 'HIT',
44957npm verb headers 'x-cache-hits': '1159',
44958npm verb headers 'x-timer': 'S1450870087.121578,VS0,VE0',
44959npm verb headers vary: 'Accept' }
44960npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
44961npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
44962npm verb cache add spec colors@~0.6.0-1
44963npm verb addNamed ">=0.6.0-1 <0.7.0" is a valid semver range for colors
44964npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
44965npm verb get http://registry.npmjs.org/colors not expired, no request
44966npm verb addNamed "0.6.2" is a plain semver version for colors
44967npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
44968npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
44969npm verb addRemoteTarball '2423fe6678ac0c5dae8852e5d0e5be08c997abcc' ]
44970npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
44971npm verb addTmpTarball already have metadata; skipping unpack for commander@2.1.0
44972npm info retry fetch attempt 1 at 11:28:07
44973npm info attempt registry request try #1 at 11:28:07
44974npm http fetch GET http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
44975npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json not in flight; writing
44976npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json written
44977npm http fetch 200 http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
44978npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
44979npm verb addTmpTarball already have metadata; skipping unpack for colors@0.6.2
44980npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json not in flight; writing
44981npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json written
44982npm verb cache add spec graceful-fs@^4.1.2
44983npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
44984npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
44985npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
44986npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
44987npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
44988npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
44989npm verb request uri http://registry.npmjs.org/eventemitter3
44990npm verb request no auth needed
44991npm info attempt registry request try #1 at 11:28:07
44992npm http request GET http://registry.npmjs.org/eventemitter3
44993npm verb request uri http://registry.npmjs.org/requires-port
44994npm verb request no auth needed
44995npm info attempt registry request try #1 at 11:28:07
44996npm http request GET http://registry.npmjs.org/requires-port
44997npm http 200 http://registry.npmjs.org/requires-port
44998npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
44999npm verb headers etag: '"E0O0T58ME0HOXF1OX00AGM99O"',
45000npm verb headers 'content-type': 'application/json',
45001npm verb headers 'cache-control': 'max-age=60',
45002npm verb headers 'content-length': '7187',
45003npm verb headers 'accept-ranges': 'bytes',
45004npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45005npm verb headers via: '1.1 varnish',
45006npm verb headers age: '35',
45007npm verb headers connection: 'keep-alive',
45008npm verb headers 'x-served-by': 'cache-fra1239-FRA',
45009npm verb headers 'x-cache': 'HIT',
45010npm verb headers 'x-cache-hits': '1',
45011npm verb headers 'x-timer': 'S1450870087.272546,VS0,VE0',
45012npm verb headers vary: 'Accept' }
45013npm verb get saving requires-port to /root/.npm/registry.npmjs.org/requires-port/.cache.json
45014npm http 200 http://registry.npmjs.org/eventemitter3
45015npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45016npm verb headers etag: '"CY3X87ZM8DTAO4EGU81JUIWCU"',
45017npm verb headers 'content-type': 'application/json',
45018npm verb headers 'cache-control': 'max-age=300',
45019npm verb headers 'content-length': '24779',
45020npm verb headers 'accept-ranges': 'bytes',
45021npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45022npm verb headers via: '1.1 varnish',
45023npm verb headers age: '123',
45024npm verb headers connection: 'keep-alive',
45025npm verb headers 'x-served-by': 'cache-fra1236-FRA',
45026npm verb headers 'x-cache': 'HIT',
45027npm verb headers 'x-cache-hits': '1',
45028npm verb headers 'x-timer': 'S1450870087.268537,VS0,VE0',
45029npm verb headers vary: 'Accept' }
45030npm verb get saving eventemitter3 to /root/.npm/registry.npmjs.org/eventemitter3/.cache.json
45031npm verb cache add spec requires-port@0.x.x
45032npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for requires-port
45033npm verb addNameRange registry:http://registry.npmjs.org/requires-port not in flight; fetching
45034npm verb cache add spec eventemitter3@1.x.x
45035npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for eventemitter3
45036npm verb addNameRange registry:http://registry.npmjs.org/eventemitter3 not in flight; fetching
45037npm verb get http://registry.npmjs.org/requires-port not expired, no request
45038npm verb addNamed "0.0.1" is a plain semver version for requires-port
45039npm verb get http://registry.npmjs.org/eventemitter3 not expired, no request
45040npm verb addNamed "1.1.1" is a plain semver version for eventemitter3
45041npm verb addRemoteTarball http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz not in flight; adding
45042npm verb addRemoteTarball [ 'http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz',
45043npm verb addRemoteTarball '4b4414411d9df7c855995dd899a8c78a2951c16d' ]
45044npm verb addRemoteTarball http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz not in flight; adding
45045npm verb addRemoteTarball [ 'http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz',
45046npm verb addRemoteTarball '47786bdaa087caf7b1b75e73abc5c7d540158cd0' ]
45047npm info retry fetch attempt 1 at 11:28:07
45048npm info attempt registry request try #1 at 11:28:07
45049npm http fetch GET http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz
45050npm info retry fetch attempt 1 at 11:28:07
45051npm info attempt registry request try #1 at 11:28:07
45052npm http fetch GET http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz
45053npm http fetch 200 http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz
45054npm http fetch 200 http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz
45055npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz not in flight; adding
45056npm verb addTmpTarball already have metadata; skipping unpack for requires-port@0.0.1
45057npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz not in flight; adding
45058npm verb addTmpTarball already have metadata; skipping unpack for eventemitter3@1.1.1
45059npm verb afterAdd /root/.npm/requires-port/0.0.1/package/package.json not in flight; writing
45060npm verb afterAdd /root/.npm/eventemitter3/1.1.1/package/package.json not in flight; writing
45061npm verb afterAdd /root/.npm/requires-port/0.0.1/package/package.json written
45062npm verb afterAdd /root/.npm/eventemitter3/1.1.1/package/package.json written
45063npm verb cache add spec async@~0.8.0
45064npm verb cache add spec lodash@~2.4.1
45065npm verb cache add spec chalk@~0.4.0
45066npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for async
45067npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
45068npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
45069npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
45070npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
45071npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
45072npm verb request uri http://registry.npmjs.org/cli-color
45073npm verb request no auth needed
45074npm info attempt registry request try #1 at 11:28:07
45075npm http request GET http://registry.npmjs.org/cli-color
45076npm verb request uri http://registry.npmjs.org/mute-stream
45077npm verb request no auth needed
45078npm info attempt registry request try #1 at 11:28:07
45079npm http request GET http://registry.npmjs.org/mute-stream
45080npm verb request uri http://registry.npmjs.org/async
45081npm verb request no auth needed
45082npm info attempt registry request try #1 at 11:28:07
45083npm verb etag "30DKPP61RX5HW2JJNP9DB5VEF"
45084npm http request GET http://registry.npmjs.org/async
45085npm verb request uri http://registry.npmjs.org/lodash
45086npm verb request no auth needed
45087npm info attempt registry request try #1 at 11:28:07
45088npm verb etag "C3TDU7JK7D7XJL8FSOQ0GDEMI"
45089npm http request GET http://registry.npmjs.org/lodash
45090npm verb get http://registry.npmjs.org/chalk not expired, no request
45091npm verb addNamed "0.4.0" is a plain semver version for chalk
45092npm http 200 http://registry.npmjs.org/cli-color
45093npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45094npm verb headers etag: '"QCN9XMWODHZQY7ID1K3JR226"',
45095npm verb headers 'content-type': 'application/json',
45096npm verb headers 'cache-control': 'max-age=300',
45097npm verb headers 'content-length': '57656',
45098npm verb headers 'accept-ranges': 'bytes',
45099npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45100npm verb headers via: '1.1 varnish',
45101npm verb headers age: '200',
45102npm verb headers connection: 'keep-alive',
45103npm verb headers 'x-served-by': 'cache-fra1237-FRA',
45104npm verb headers 'x-cache': 'HIT',
45105npm verb headers 'x-cache-hits': '2',
45106npm verb headers 'x-timer': 'S1450870087.467741,VS0,VE0',
45107npm verb headers vary: 'Accept' }
45108npm verb get saving cli-color to /root/.npm/registry.npmjs.org/cli-color/.cache.json
45109npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
45110npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz',
45111npm verb addRemoteTarball '5199a3ddcd0c1efe23bc08c1b027b06176e0c64f' ]
45112npm http 304 http://registry.npmjs.org/lodash
45113npm verb headers { date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45114npm verb headers via: '1.1 varnish',
45115npm verb headers 'cache-control': 'max-age=300',
45116npm verb headers etag: '"C3TDU7JK7D7XJL8FSOQ0GDEMI"',
45117npm verb headers age: '59',
45118npm verb headers connection: 'keep-alive',
45119npm verb headers 'x-served-by': 'cache-fra1242-FRA',
45120npm verb headers 'x-cache': 'HIT',
45121npm verb headers 'x-cache-hits': '7',
45122npm verb headers 'x-timer': 'S1450870087.503989,VS0,VE0',
45123npm verb headers vary: 'Accept' }
45124npm verb etag http://registry.npmjs.org/lodash from cache
45125npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
45126npm http 304 http://registry.npmjs.org/async
45127npm verb headers { date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45128npm verb headers via: '1.1 varnish',
45129npm verb headers 'cache-control': 'max-age=300',
45130npm verb headers etag: '"30DKPP61RX5HW2JJNP9DB5VEF"',
45131npm verb headers age: '5',
45132npm verb headers connection: 'keep-alive',
45133npm verb headers 'x-served-by': 'cache-fra1223-FRA',
45134npm verb headers 'x-cache': 'HIT',
45135npm verb headers 'x-cache-hits': '1',
45136npm verb headers 'x-timer': 'S1450870087.503862,VS0,VE1',
45137npm verb headers vary: 'Accept' }
45138npm verb etag http://registry.npmjs.org/async from cache
45139npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
45140npm info retry fetch attempt 1 at 11:28:07
45141npm info attempt registry request try #1 at 11:28:07
45142npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
45143npm verb addNamed "2.4.2" is a plain semver version for lodash
45144npm verb cache add spec cli-color@~0.3.2
45145npm verb addNamed ">=0.3.2 <0.4.0" is a valid semver range for cli-color
45146npm verb addNameRange registry:http://registry.npmjs.org/cli-color not in flight; fetching
45147npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
45148npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
45149npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
45150npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
45151npm http 200 http://registry.npmjs.org/mute-stream
45152npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45153npm verb headers etag: '"9MR20F1A94PJOGCIECBR44CP4"',
45154npm verb headers 'content-type': 'application/json',
45155npm verb headers 'cache-control': 'max-age=300',
45156npm verb headers 'content-length': '6495',
45157npm verb headers 'accept-ranges': 'bytes',
45158npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45159npm verb headers via: '1.1 varnish',
45160npm verb headers age: '146',
45161npm verb headers connection: 'keep-alive',
45162npm verb headers 'x-served-by': 'cache-fra1246-FRA',
45163npm verb headers 'x-cache': 'HIT',
45164npm verb headers 'x-cache-hits': '3',
45165npm verb headers 'x-timer': 'S1450870087.468237,VS0,VE0',
45166npm verb headers vary: 'Accept' }
45167npm verb get saving mute-stream to /root/.npm/registry.npmjs.org/mute-stream/.cache.json
45168npm verb addNamed "0.8.0" is a plain semver version for async
45169npm info retry fetch attempt 1 at 11:28:07
45170npm info attempt registry request try #1 at 11:28:07
45171npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
45172npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.8.0.tgz not in flight; adding
45173npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.8.0.tgz',
45174npm verb addRemoteTarball 'ee65ec77298c2ff1456bc4418a052d0f06435112' ]
45175npm verb get http://registry.npmjs.org/cli-color not expired, no request
45176npm verb addNamed "0.3.3" is a plain semver version for cli-color
45177npm info retry fetch attempt 1 at 11:28:07
45178npm info attempt registry request try #1 at 11:28:07
45179npm http fetch GET http://registry.npmjs.org/async/-/async-0.8.0.tgz
45180npm verb addRemoteTarball http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
45181npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz',
45182npm verb addRemoteTarball '12d5bdd158ff8a0b0db401198913c03df069f6f5' ]
45183npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
45184npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
45185npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.4.0
45186npm info retry fetch attempt 1 at 11:28:07
45187npm info attempt registry request try #1 at 11:28:07
45188npm http fetch GET http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
45189npm http fetch 200 http://registry.npmjs.org/async/-/async-0.8.0.tgz
45190npm verb cache add spec mute-stream@0.0.4
45191npm verb addNamed "0.0.4" is a plain semver version for mute-stream
45192npm verb addNameVersion registry:http://registry.npmjs.org/mute-stream not in flight; fetching
45193npm verb get http://registry.npmjs.org/mute-stream not expired, no request
45194npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
45195npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/async/-/async-0.8.0.tgz not in flight; adding
45196npm verb addTmpTarball already have metadata; skipping unpack for async@0.8.0
45197npm verb addRemoteTarball http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
45198npm verb addRemoteTarball [ 'http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz',
45199npm verb addRemoteTarball 'a9219960a6d5d5d046597aee51252c6655f7177e' ]
45200npm http fetch 200 http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
45201npm info retry fetch attempt 1 at 11:28:07
45202npm info attempt registry request try #1 at 11:28:07
45203npm http fetch GET http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
45204npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
45205npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
45206npm verb addTmpTarball already have metadata; skipping unpack for cli-color@0.3.3
45207npm verb afterAdd /root/.npm/async/0.8.0/package/package.json not in flight; writing
45208npm verb afterAdd /root/.npm/async/0.8.0/package/package.json written
45209npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json not in flight; writing
45210npm http fetch 200 http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
45211npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json written
45212npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
45213npm verb addTmpTarball already have metadata; skipping unpack for mute-stream@0.0.4
45214npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json not in flight; writing
45215npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json written
45216npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
45217npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
45218npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
45219npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
45220npm verb cache add spec ansi-styles@~1.0.0
45221npm verb cache add spec strip-ansi@~0.1.0
45222npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
45223npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
45224npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
45225npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
45226npm verb request uri http://registry.npmjs.org/has-color
45227npm verb request no auth needed
45228npm info attempt registry request try #1 at 11:28:07
45229npm http request GET http://registry.npmjs.org/has-color
45230npm verb request uri http://registry.npmjs.org/ansi-styles
45231npm verb request no auth needed
45232npm info attempt registry request try #1 at 11:28:07
45233npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
45234npm http request GET http://registry.npmjs.org/ansi-styles
45235npm verb request uri http://registry.npmjs.org/strip-ansi
45236npm verb request no auth needed
45237npm info attempt registry request try #1 at 11:28:07
45238npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
45239npm http request GET http://registry.npmjs.org/strip-ansi
45240npm http 200 http://registry.npmjs.org/has-color
45241npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45242npm verb headers etag: '"9ZRSWCOVUIZDICDCHIWY7SF6I"',
45243npm verb headers 'content-type': 'application/json',
45244npm verb headers 'cache-control': 'max-age=300',
45245npm verb headers 'content-length': '10259',
45246npm verb headers 'accept-ranges': 'bytes',
45247npm verb headers date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45248npm verb headers via: '1.1 varnish',
45249npm verb headers age: '103',
45250npm verb headers connection: 'keep-alive',
45251npm verb headers 'x-served-by': 'cache-fra1221-FRA',
45252npm verb headers 'x-cache': 'HIT',
45253npm verb headers 'x-cache-hits': '2',
45254npm verb headers 'x-timer': 'S1450870087.907711,VS0,VE0',
45255npm verb headers vary: 'Accept' }
45256npm verb get saving has-color to /root/.npm/registry.npmjs.org/has-color/.cache.json
45257npm http 304 http://registry.npmjs.org/ansi-styles
45258npm verb headers { date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45259npm verb headers via: '1.1 varnish',
45260npm verb headers 'cache-control': 'max-age=300',
45261npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
45262npm verb headers age: '182',
45263npm verb headers connection: 'keep-alive',
45264npm verb headers 'x-served-by': 'cache-fra1244-FRA',
45265npm verb headers 'x-cache': 'HIT',
45266npm verb headers 'x-cache-hits': '13',
45267npm verb headers 'x-timer': 'S1450870087.916333,VS0,VE0',
45268npm verb headers vary: 'Accept' }
45269npm verb etag http://registry.npmjs.org/ansi-styles from cache
45270npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
45271npm http 304 http://registry.npmjs.org/strip-ansi
45272npm verb headers { date: 'Wed, 23 Dec 2015 11:28:07 GMT',
45273npm verb headers via: '1.1 varnish',
45274npm verb headers 'cache-control': 'max-age=300',
45275npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
45276npm verb headers age: '126',
45277npm verb headers connection: 'keep-alive',
45278npm verb headers 'x-served-by': 'cache-fra1246-FRA',
45279npm verb headers 'x-cache': 'HIT',
45280npm verb headers 'x-cache-hits': '11',
45281npm verb headers 'x-timer': 'S1450870087.924379,VS0,VE0',
45282npm verb headers vary: 'Accept' }
45283npm verb etag http://registry.npmjs.org/strip-ansi from cache
45284npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
45285npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
45286npm verb cache add spec has-color@~0.1.0
45287npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-color
45288npm verb addNameRange registry:http://registry.npmjs.org/has-color not in flight; fetching
45289npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
45290npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
45291npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz',
45292npm verb addRemoteTarball 'cb102df1c56f5123eab8b67cd7b98027a0279178' ]
45293npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
45294npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz',
45295npm verb addRemoteTarball '39e8a98d044d150660abe4a6808acf70bb7bc991' ]
45296npm info retry fetch attempt 1 at 11:28:07
45297npm info attempt registry request try #1 at 11:28:07
45298npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
45299npm info retry fetch attempt 1 at 11:28:07
45300npm info attempt registry request try #1 at 11:28:07
45301npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
45302npm verb get http://registry.npmjs.org/has-color not expired, no request
45303npm verb addNamed "0.1.7" is a plain semver version for has-color
45304npm verb addRemoteTarball http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
45305npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz',
45306npm verb addRemoteTarball '67144a5260c34fc3cca677d041daf52fe7b78b2f' ]
45307npm info retry fetch attempt 1 at 11:28:08
45308npm info attempt registry request try #1 at 11:28:08
45309npm http fetch GET http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
45310npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
45311npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
45312npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
45313npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.0.0
45314npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
45315npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.1.1
45316npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
45317npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
45318npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
45319npm http fetch 200 http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
45320npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
45321npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
45322npm verb addTmpTarball already have metadata; skipping unpack for has-color@0.1.7
45323npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json not in flight; writing
45324npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json written
45325npm verb request uri http://registry.npmjs.org/d
45326npm verb request no auth needed
45327npm info attempt registry request try #1 at 11:28:08
45328npm http request GET http://registry.npmjs.org/d
45329npm verb request uri http://registry.npmjs.org/es5-ext
45330npm verb request no auth needed
45331npm info attempt registry request try #1 at 11:28:08
45332npm http request GET http://registry.npmjs.org/es5-ext
45333npm verb request uri http://registry.npmjs.org/memoizee
45334npm verb request no auth needed
45335npm info attempt registry request try #1 at 11:28:08
45336npm http request GET http://registry.npmjs.org/memoizee
45337npm verb request uri http://registry.npmjs.org/timers-ext
45338npm verb request no auth needed
45339npm info attempt registry request try #1 at 11:28:08
45340npm http request GET http://registry.npmjs.org/timers-ext
45341npm http 200 http://registry.npmjs.org/d
45342npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45343npm verb headers etag: '"D6K0EP7GBZWHEG8WIBMM3HGYU"',
45344npm verb headers 'content-type': 'application/json',
45345npm verb headers 'cache-control': 'max-age=60',
45346npm verb headers 'content-length': '6805',
45347npm verb headers 'accept-ranges': 'bytes',
45348npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45349npm verb headers via: '1.1 varnish',
45350npm verb headers age: '12',
45351npm verb headers connection: 'keep-alive',
45352npm verb headers 'x-served-by': 'cache-fra1247-FRA',
45353npm verb headers 'x-cache': 'HIT',
45354npm verb headers 'x-cache-hits': '1',
45355npm verb headers 'x-timer': 'S1450870088.102306,VS0,VE0',
45356npm verb headers vary: 'Accept' }
45357npm verb get saving d to /root/.npm/registry.npmjs.org/d/.cache.json
45358npm http 200 http://registry.npmjs.org/timers-ext
45359npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45360npm verb headers etag: '"3E7DYAVYUDKBPE7PCOTUJ0AZS"',
45361npm verb headers 'content-type': 'application/json',
45362npm verb headers 'cache-control': 'max-age=300',
45363npm verb headers 'content-length': '4596',
45364npm verb headers 'accept-ranges': 'bytes',
45365npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45366npm verb headers via: '1.1 varnish',
45367npm verb headers age: '219',
45368npm verb headers connection: 'keep-alive',
45369npm verb headers 'x-served-by': 'cache-fra1246-FRA',
45370npm verb headers 'x-cache': 'HIT',
45371npm verb headers 'x-cache-hits': '3',
45372npm verb headers 'x-timer': 'S1450870088.109360,VS0,VE0',
45373npm verb headers vary: 'Accept' }
45374npm verb get saving timers-ext to /root/.npm/registry.npmjs.org/timers-ext/.cache.json
45375npm verb cache add spec d@~0.1.1
45376npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for d
45377npm verb addNameRange registry:http://registry.npmjs.org/d not in flight; fetching
45378npm verb cache add spec timers-ext@0.1
45379npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for timers-ext
45380npm verb addNameRange registry:http://registry.npmjs.org/timers-ext not in flight; fetching
45381npm http 200 http://registry.npmjs.org/memoizee
45382npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45383npm verb headers etag: '"C2P0C7XFS1RAM6P3R4UFYKUEJ"',
45384npm verb headers 'content-type': 'application/json',
45385npm verb headers 'cache-control': 'max-age=300',
45386npm verb headers 'content-length': '37115',
45387npm verb headers 'accept-ranges': 'bytes',
45388npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45389npm verb headers via: '1.1 varnish',
45390npm verb headers age: '76',
45391npm verb headers connection: 'keep-alive',
45392npm verb headers 'x-served-by': 'cache-fra1221-FRA',
45393npm verb headers 'x-cache': 'HIT',
45394npm verb headers 'x-cache-hits': '2',
45395npm verb headers 'x-timer': 'S1450870088.102960,VS0,VE0',
45396npm verb headers vary: 'Accept' }
45397npm verb get saving memoizee to /root/.npm/registry.npmjs.org/memoizee/.cache.json
45398npm verb get http://registry.npmjs.org/d not expired, no request
45399npm verb addNamed "0.1.1" is a plain semver version for d
45400npm verb get http://registry.npmjs.org/timers-ext not expired, no request
45401npm verb addNamed "0.1.0" is a plain semver version for timers-ext
45402npm verb addRemoteTarball http://registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
45403npm verb addRemoteTarball [ 'http://registry.npmjs.org/d/-/d-0.1.1.tgz',
45404npm verb addRemoteTarball 'da184c535d18d8ee7ba2aa229b914009fae11309' ]
45405npm verb addRemoteTarball http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
45406npm verb addRemoteTarball [ 'http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz',
45407npm verb addRemoteTarball '00345a2ca93089d1251322054389d263e27b77e2' ]
45408npm info retry fetch attempt 1 at 11:28:08
45409npm info attempt registry request try #1 at 11:28:08
45410npm http fetch GET http://registry.npmjs.org/d/-/d-0.1.1.tgz
45411npm info retry fetch attempt 1 at 11:28:08
45412npm info attempt registry request try #1 at 11:28:08
45413npm http fetch GET http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
45414npm verb cache add spec memoizee@~0.3.8
45415npm verb addNamed ">=0.3.8 <0.4.0" is a valid semver range for memoizee
45416npm verb addNameRange registry:http://registry.npmjs.org/memoizee not in flight; fetching
45417npm verb get http://registry.npmjs.org/memoizee not expired, no request
45418npm verb addNamed "0.3.9" is a plain semver version for memoizee
45419npm http fetch 200 http://registry.npmjs.org/d/-/d-0.1.1.tgz
45420npm verb addRemoteTarball http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
45421npm verb addRemoteTarball [ 'http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz',
45422npm verb addRemoteTarball 'fc2b2f33ea39a07637eef76f40e3fc8b7072406c' ]
45423npm http fetch 200 http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
45424npm info retry fetch attempt 1 at 11:28:08
45425npm info attempt registry request try #1 at 11:28:08
45426npm http fetch GET http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
45427npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
45428npm verb addTmpTarball already have metadata; skipping unpack for d@0.1.1
45429npm http 200 http://registry.npmjs.org/es5-ext
45430npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45431npm verb headers etag: '"5N3UDKF12VBAKPXU7J38W44DD"',
45432npm verb headers 'content-type': 'application/json',
45433npm verb headers 'cache-control': 'max-age=300',
45434npm verb headers 'content-length': '74914',
45435npm verb headers 'accept-ranges': 'bytes',
45436npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45437npm verb headers via: '1.1 varnish',
45438npm verb headers age: '213',
45439npm verb headers connection: 'keep-alive',
45440npm verb headers 'x-served-by': 'cache-fra1220-FRA',
45441npm verb headers 'x-cache': 'HIT',
45442npm verb headers 'x-cache-hits': '4',
45443npm verb headers 'x-timer': 'S1450870088.102620,VS0,VE0',
45444npm verb headers vary: 'Accept' }
45445npm verb get saving es5-ext to /root/.npm/registry.npmjs.org/es5-ext/.cache.json
45446npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
45447npm verb addTmpTarball already have metadata; skipping unpack for timers-ext@0.1.0
45448npm http fetch 200 http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
45449npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
45450npm verb addTmpTarball already have metadata; skipping unpack for memoizee@0.3.9
45451npm verb cache add spec es5-ext@~0.10.6
45452npm verb addNamed ">=0.10.6 <0.11.0" is a valid semver range for es5-ext
45453npm verb addNameRange registry:http://registry.npmjs.org/es5-ext not in flight; fetching
45454npm verb afterAdd /root/.npm/d/0.1.1/package/package.json not in flight; writing
45455npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json not in flight; writing
45456npm verb get http://registry.npmjs.org/es5-ext not expired, no request
45457npm verb addNamed "0.10.11" is a plain semver version for es5-ext
45458npm verb afterAdd /root/.npm/d/0.1.1/package/package.json written
45459npm verb addRemoteTarball http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
45460npm verb addRemoteTarball [ 'http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz',
45461npm verb addRemoteTarball '8184c3e705a820948c2dbe043849379b1dbd0c45' ]
45462npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json written
45463npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json not in flight; writing
45464npm info retry fetch attempt 1 at 11:28:08
45465npm info attempt registry request try #1 at 11:28:08
45466npm http fetch GET http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
45467npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json written
45468npm http fetch 200 http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
45469npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
45470npm verb addTmpTarball already have metadata; skipping unpack for es5-ext@0.10.11
45471npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json not in flight; writing
45472npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json written
45473npm verb request uri http://registry.npmjs.org/es6-iterator
45474npm verb request no auth needed
45475npm info attempt registry request try #1 at 11:28:08
45476npm http request GET http://registry.npmjs.org/es6-iterator
45477npm verb request uri http://registry.npmjs.org/es6-symbol
45478npm verb request no auth needed
45479npm info attempt registry request try #1 at 11:28:08
45480npm http request GET http://registry.npmjs.org/es6-symbol
45481npm http 200 http://registry.npmjs.org/es6-symbol
45482npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45483npm verb headers etag: '"AS6CHBAD9CPSJA1WYB7VUJ73K"',
45484npm verb headers 'content-type': 'application/json',
45485npm verb headers 'cache-control': 'max-age=300',
45486npm verb headers 'content-length': '14494',
45487npm verb headers 'accept-ranges': 'bytes',
45488npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45489npm verb headers via: '1.1 varnish',
45490npm verb headers age: '69',
45491npm verb headers connection: 'keep-alive',
45492npm verb headers 'x-served-by': 'cache-fra1221-FRA',
45493npm verb headers 'x-cache': 'HIT',
45494npm verb headers 'x-cache-hits': '2',
45495npm verb headers 'x-timer': 'S1450870088.674996,VS0,VE0',
45496npm verb headers vary: 'Accept' }
45497npm verb get saving es6-symbol to /root/.npm/registry.npmjs.org/es6-symbol/.cache.json
45498npm http 200 http://registry.npmjs.org/es6-iterator
45499npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45500npm verb headers etag: '"28TXQ5EQWF6GN9UHJJEGXFF7P"',
45501npm verb headers 'content-type': 'application/json',
45502npm verb headers 'cache-control': 'max-age=300',
45503npm verb headers 'content-length': '14220',
45504npm verb headers 'accept-ranges': 'bytes',
45505npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45506npm verb headers via: '1.1 varnish',
45507npm verb headers age: '110',
45508npm verb headers connection: 'keep-alive',
45509npm verb headers 'x-served-by': 'cache-fra1222-FRA',
45510npm verb headers 'x-cache': 'HIT',
45511npm verb headers 'x-cache-hits': '2',
45512npm verb headers 'x-timer': 'S1450870088.670388,VS0,VE0',
45513npm verb headers vary: 'Accept' }
45514npm verb get saving es6-iterator to /root/.npm/registry.npmjs.org/es6-iterator/.cache.json
45515npm verb cache add spec es6-symbol@~3.0.2
45516npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for es6-symbol
45517npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
45518npm verb cache add spec es6-iterator@2
45519npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for es6-iterator
45520npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
45521npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
45522npm verb addNamed "3.0.2" is a plain semver version for es6-symbol
45523npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
45524npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz',
45525npm verb addRemoteTarball '1e928878c6f5e63541625b4bb4df4af07d154219' ]
45526npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
45527npm verb addNamed "2.0.0" is a plain semver version for es6-iterator
45528npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
45529npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz',
45530npm verb addRemoteTarball 'bd968567d61635e33c0b80727613c9cb4b096bac' ]
45531npm info retry fetch attempt 1 at 11:28:08
45532npm info attempt registry request try #1 at 11:28:08
45533npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
45534npm info retry fetch attempt 1 at 11:28:08
45535npm info attempt registry request try #1 at 11:28:08
45536npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
45537npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
45538npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
45539npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
45540npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@3.0.2
45541npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
45542npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@2.0.0
45543npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json not in flight; writing
45544npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json not in flight; writing
45545npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json written
45546npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json written
45547npm verb request uri http://registry.npmjs.org/es6-weak-map
45548npm verb request no auth needed
45549npm info attempt registry request try #1 at 11:28:08
45550npm http request GET http://registry.npmjs.org/es6-weak-map
45551npm verb request uri http://registry.npmjs.org/event-emitter
45552npm verb request no auth needed
45553npm info attempt registry request try #1 at 11:28:08
45554npm http request GET http://registry.npmjs.org/event-emitter
45555npm verb request uri http://registry.npmjs.org/lru-queue
45556npm verb request no auth needed
45557npm info attempt registry request try #1 at 11:28:08
45558npm http request GET http://registry.npmjs.org/lru-queue
45559npm verb request uri http://registry.npmjs.org/next-tick
45560npm verb request no auth needed
45561npm info attempt registry request try #1 at 11:28:08
45562npm http request GET http://registry.npmjs.org/next-tick
45563npm http 200 http://registry.npmjs.org/lru-queue
45564npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45565npm verb headers etag: '"CFJ5WT39JFIVIP3NYUYV4UBSH"',
45566npm verb headers 'content-type': 'application/json',
45567npm verb headers 'cache-control': 'max-age=300',
45568npm verb headers 'content-length': '3473',
45569npm verb headers 'accept-ranges': 'bytes',
45570npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45571npm verb headers via: '1.1 varnish',
45572npm verb headers age: '84',
45573npm verb headers connection: 'keep-alive',
45574npm verb headers 'x-served-by': 'cache-fra1248-FRA',
45575npm verb headers 'x-cache': 'HIT',
45576npm verb headers 'x-cache-hits': '2',
45577npm verb headers 'x-timer': 'S1450870088.862122,VS0,VE0',
45578npm verb headers vary: 'Accept' }
45579npm verb get saving lru-queue to /root/.npm/registry.npmjs.org/lru-queue/.cache.json
45580npm verb cache add spec lru-queue@0.1
45581npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for lru-queue
45582npm verb addNameRange registry:http://registry.npmjs.org/lru-queue not in flight; fetching
45583npm http 200 http://registry.npmjs.org/event-emitter
45584npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45585npm verb headers etag: '"BNDRZD5PL7DASNJLUHWO17MQA"',
45586npm verb headers 'content-type': 'application/json',
45587npm verb headers 'cache-control': 'max-age=300',
45588npm verb headers 'content-length': '20261',
45589npm verb headers 'accept-ranges': 'bytes',
45590npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45591npm verb headers via: '1.1 varnish',
45592npm verb headers age: '89',
45593npm verb headers connection: 'keep-alive',
45594npm verb headers 'x-served-by': 'cache-fra1243-FRA',
45595npm verb headers 'x-cache': 'HIT',
45596npm verb headers 'x-cache-hits': '2',
45597npm verb headers 'x-timer': 'S1450870088.862240,VS0,VE0',
45598npm verb headers vary: 'Accept' }
45599npm verb get saving event-emitter to /root/.npm/registry.npmjs.org/event-emitter/.cache.json
45600npm http 200 http://registry.npmjs.org/es6-weak-map
45601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45602npm verb headers etag: '"DBAWLO6AQR930X30NZGWWA9TD"',
45603npm verb headers 'content-type': 'application/json',
45604npm verb headers 'cache-control': 'max-age=60',
45605npm verb headers 'content-length': '17049',
45606npm verb headers 'accept-ranges': 'bytes',
45607npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45608npm verb headers via: '1.1 varnish',
45609npm verb headers age: '30',
45610npm verb headers connection: 'keep-alive',
45611npm verb headers 'x-served-by': 'cache-fra1227-FRA',
45612npm verb headers 'x-cache': 'HIT',
45613npm verb headers 'x-cache-hits': '1',
45614npm verb headers 'x-timer': 'S1450870088.861980,VS0,VE0',
45615npm verb headers vary: 'Accept' }
45616npm verb get saving es6-weak-map to /root/.npm/registry.npmjs.org/es6-weak-map/.cache.json
45617npm verb get http://registry.npmjs.org/lru-queue not expired, no request
45618npm verb addNamed "0.1.0" is a plain semver version for lru-queue
45619npm verb addRemoteTarball http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
45620npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz',
45621npm verb addRemoteTarball '2738bd9f0d3cf4f84490c5736c48699ac632cda3' ]
45622npm info retry fetch attempt 1 at 11:28:08
45623npm info attempt registry request try #1 at 11:28:08
45624npm http fetch GET http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
45625npm verb cache add spec event-emitter@~0.3.3
45626npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for event-emitter
45627npm verb addNameRange registry:http://registry.npmjs.org/event-emitter not in flight; fetching
45628npm verb cache add spec es6-weak-map@~0.1.4
45629npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for es6-weak-map
45630npm verb addNameRange registry:http://registry.npmjs.org/es6-weak-map not in flight; fetching
45631npm verb get http://registry.npmjs.org/event-emitter not expired, no request
45632npm verb addNamed "0.3.4" is a plain semver version for event-emitter
45633npm verb get http://registry.npmjs.org/es6-weak-map not expired, no request
45634npm verb addNamed "0.1.4" is a plain semver version for es6-weak-map
45635npm verb addRemoteTarball http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
45636npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz',
45637npm verb addRemoteTarball '8d63ddfb4cfe1fae3b32ca265c4c720222080bb5' ]
45638npm verb addRemoteTarball http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
45639npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz',
45640npm verb addRemoteTarball '706cef9e99aa236ba7766c239c8b9e286ea7d228' ]
45641npm http fetch 200 http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
45642npm info retry fetch attempt 1 at 11:28:08
45643npm info attempt registry request try #1 at 11:28:08
45644npm http fetch GET http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
45645npm info retry fetch attempt 1 at 11:28:08
45646npm info attempt registry request try #1 at 11:28:08
45647npm http fetch GET http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
45648npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
45649npm verb addTmpTarball already have metadata; skipping unpack for lru-queue@0.1.0
45650npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json not in flight; writing
45651npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json written
45652npm http fetch 200 http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
45653npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
45654npm verb addTmpTarball already have metadata; skipping unpack for event-emitter@0.3.4
45655npm http fetch 200 http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
45656npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
45657npm verb addTmpTarball already have metadata; skipping unpack for es6-weak-map@0.1.4
45658npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json not in flight; writing
45659npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json written
45660npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json not in flight; writing
45661npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json written
45662npm http 200 http://registry.npmjs.org/next-tick
45663npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45664npm verb headers etag: '"D18MYWI7BFQGY2IH7ROD2PQSJ"',
45665npm verb headers 'content-type': 'application/json',
45666npm verb headers 'cache-control': 'max-age=300',
45667npm verb headers 'content-length': '5563',
45668npm verb headers 'accept-ranges': 'bytes',
45669npm verb headers date: 'Wed, 23 Dec 2015 11:28:08 GMT',
45670npm verb headers via: '1.1 varnish',
45671npm verb headers age: '43',
45672npm verb headers connection: 'keep-alive',
45673npm verb headers 'x-served-by': 'cache-fra1241-FRA',
45674npm verb headers 'x-cache': 'HIT',
45675npm verb headers 'x-cache-hits': '1',
45676npm verb headers 'x-timer': 'S1450870088.862333,VS0,VE0',
45677npm verb headers vary: 'Accept' }
45678npm verb get saving next-tick to /root/.npm/registry.npmjs.org/next-tick/.cache.json
45679npm verb cache add spec next-tick@~0.2.2
45680npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for next-tick
45681npm verb addNameRange registry:http://registry.npmjs.org/next-tick not in flight; fetching
45682npm verb get http://registry.npmjs.org/next-tick not expired, no request
45683npm verb addNamed "0.2.2" is a plain semver version for next-tick
45684npm verb addRemoteTarball http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
45685npm verb addRemoteTarball [ 'http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz',
45686npm verb addRemoteTarball '75da4a927ee5887e39065880065b7336413b310d' ]
45687npm info retry fetch attempt 1 at 11:28:09
45688npm info attempt registry request try #1 at 11:28:09
45689npm http fetch GET http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
45690npm http fetch 200 http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
45691npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
45692npm verb addTmpTarball already have metadata; skipping unpack for next-tick@0.2.2
45693npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json not in flight; writing
45694npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json written
45695npm verb cache add spec es6-iterator@~0.1.3
45696npm verb cache add spec es6-symbol@~2.0.1
45697npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for es6-iterator
45698npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
45699npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for es6-symbol
45700npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
45701npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
45702npm verb addNamed "0.1.3" is a plain semver version for es6-iterator
45703npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
45704npm verb addNamed "2.0.1" is a plain semver version for es6-symbol
45705npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
45706npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz',
45707npm verb addRemoteTarball 'd6f58b8c4fc413c249b4baa19768f8e4d7c8944e' ]
45708npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
45709npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz',
45710npm verb addRemoteTarball '761b5c67cfd4f1d18afb234f691d678682cb3bf3' ]
45711npm info retry fetch attempt 1 at 11:28:09
45712npm info attempt registry request try #1 at 11:28:09
45713npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
45714npm info retry fetch attempt 1 at 11:28:09
45715npm info attempt registry request try #1 at 11:28:09
45716npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
45717npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
45718npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
45719npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
45720npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@0.1.3
45721npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
45722npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@2.0.1
45723npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json not in flight; writing
45724npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json not in flight; writing
45725npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json written
45726npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json written
45727npm verb cache add spec strip-ansi@^2.0.1
45728npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for strip-ansi
45729npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
45730npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
45731npm verb addNamed "2.0.1" is a plain semver version for strip-ansi
45732npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
45733npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz',
45734npm verb addRemoteTarball 'df62c1aa94ed2f114e1d0f21fd1d50482b79a60e' ]
45735npm info retry fetch attempt 1 at 11:28:09
45736npm info attempt registry request try #1 at 11:28:09
45737npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
45738npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
45739npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
45740npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@2.0.1
45741npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json not in flight; writing
45742npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json written
45743npm verb cache add spec ansi-regex@^1.0.0
45744npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ansi-regex
45745npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
45746npm verb request uri http://registry.npmjs.org/ansi-regex
45747npm verb request no auth needed
45748npm info attempt registry request try #1 at 11:28:09
45749npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
45750npm http request GET http://registry.npmjs.org/ansi-regex
45751npm http 304 http://registry.npmjs.org/ansi-regex
45752npm verb headers { date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45753npm verb headers via: '1.1 varnish',
45754npm verb headers 'cache-control': 'max-age=60',
45755npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
45756npm verb headers age: '37',
45757npm verb headers connection: 'keep-alive',
45758npm verb headers 'x-served-by': 'cache-fra1229-FRA',
45759npm verb headers 'x-cache': 'HIT',
45760npm verb headers 'x-cache-hits': '9',
45761npm verb headers 'x-timer': 'S1450870089.394658,VS0,VE0',
45762npm verb headers vary: 'Accept' }
45763npm verb etag http://registry.npmjs.org/ansi-regex from cache
45764npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
45765npm verb addNamed "1.1.1" is a plain semver version for ansi-regex
45766npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
45767npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz',
45768npm verb addRemoteTarball '41c847194646375e6a1a5d10c3ca054ef9fc980d' ]
45769npm info retry fetch attempt 1 at 11:28:09
45770npm info attempt registry request try #1 at 11:28:09
45771npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
45772npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
45773npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
45774npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@1.1.1
45775npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json not in flight; writing
45776npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json written
45777npm verb request uri http://registry.npmjs.org/argparse
45778npm verb request no auth needed
45779npm info attempt registry request try #1 at 11:28:09
45780npm http request GET http://registry.npmjs.org/argparse
45781npm verb request uri http://registry.npmjs.org/entities
45782npm verb request no auth needed
45783npm info attempt registry request try #1 at 11:28:09
45784npm http request GET http://registry.npmjs.org/entities
45785npm verb request uri http://registry.npmjs.org/linkify-it
45786npm verb request no auth needed
45787npm info attempt registry request try #1 at 11:28:09
45788npm http request GET http://registry.npmjs.org/linkify-it
45789npm verb request uri http://registry.npmjs.org/mdurl
45790npm verb request no auth needed
45791npm info attempt registry request try #1 at 11:28:09
45792npm http request GET http://registry.npmjs.org/mdurl
45793npm verb request uri http://registry.npmjs.org/uc.micro
45794npm verb request no auth needed
45795npm info attempt registry request try #1 at 11:28:09
45796npm http request GET http://registry.npmjs.org/uc.micro
45797npm http 200 http://registry.npmjs.org/linkify-it
45798npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45799npm verb headers etag: '"77QNZ6PZKBRTY2LA1AIIDYLPZ"',
45800npm verb headers 'content-type': 'application/json',
45801npm verb headers 'cache-control': 'max-age=300',
45802npm verb headers 'content-length': '20195',
45803npm verb headers 'accept-ranges': 'bytes',
45804npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45805npm verb headers via: '1.1 varnish',
45806npm verb headers age: '209',
45807npm verb headers connection: 'keep-alive',
45808npm verb headers 'x-served-by': 'cache-fra1245-FRA',
45809npm verb headers 'x-cache': 'HIT',
45810npm verb headers 'x-cache-hits': '2',
45811npm verb headers 'x-timer': 'S1450870089.615432,VS0,VE0',
45812npm verb headers vary: 'Accept' }
45813npm verb get saving linkify-it to /root/.npm/registry.npmjs.org/linkify-it/.cache.json
45814npm http 200 http://registry.npmjs.org/mdurl
45815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45816npm verb headers etag: '"67JI69KUYF8JVVUKN3XMTP24I"',
45817npm verb headers 'content-type': 'application/json',
45818npm verb headers 'cache-control': 'max-age=300',
45819npm verb headers 'content-length': '6790',
45820npm verb headers 'accept-ranges': 'bytes',
45821npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45822npm verb headers via: '1.1 varnish',
45823npm verb headers age: '210',
45824npm verb headers connection: 'keep-alive',
45825npm verb headers 'x-served-by': 'cache-fra1237-FRA',
45826npm verb headers 'x-cache': 'HIT',
45827npm verb headers 'x-cache-hits': '2',
45828npm verb headers 'x-timer': 'S1450870089.615251,VS0,VE0',
45829npm verb headers vary: 'Accept' }
45830npm verb get saving mdurl to /root/.npm/registry.npmjs.org/mdurl/.cache.json
45831npm http 200 http://registry.npmjs.org/uc.micro
45832npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45833npm verb headers etag: '"2CD9N8QFM7J6FHUBNLJ3WVAD2"',
45834npm verb headers 'content-type': 'application/json',
45835npm verb headers 'cache-control': 'max-age=300',
45836npm verb headers 'content-length': '3204',
45837npm verb headers 'accept-ranges': 'bytes',
45838npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45839npm verb headers via: '1.1 varnish',
45840npm verb headers age: '209',
45841npm verb headers connection: 'keep-alive',
45842npm verb headers 'x-served-by': 'cache-fra1228-FRA',
45843npm verb headers 'x-cache': 'HIT',
45844npm verb headers 'x-cache-hits': '2',
45845npm verb headers 'x-timer': 'S1450870089.620130,VS0,VE0',
45846npm verb headers vary: 'Accept' }
45847npm verb get saving uc.micro to /root/.npm/registry.npmjs.org/uc.micro/.cache.json
45848npm http 200 http://registry.npmjs.org/entities
45849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45850npm verb headers etag: '"D1BM1M0FVXZCO35W7I1TKT73Q"',
45851npm verb headers 'content-type': 'application/json',
45852npm verb headers 'cache-control': 'max-age=60',
45853npm verb headers 'content-length': '13056',
45854npm verb headers 'accept-ranges': 'bytes',
45855npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45856npm verb headers via: '1.1 varnish',
45857npm verb headers age: '30',
45858npm verb headers connection: 'keep-alive',
45859npm verb headers 'x-served-by': 'cache-fra1224-FRA',
45860npm verb headers 'x-cache': 'HIT',
45861npm verb headers 'x-cache-hits': '1',
45862npm verb headers 'x-timer': 'S1450870089.614984,VS0,VE0',
45863npm verb headers vary: 'Accept' }
45864npm verb get saving entities to /root/.npm/registry.npmjs.org/entities/.cache.json
45865npm http 200 http://registry.npmjs.org/argparse
45866npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45867npm verb headers etag: '"CI73GOYW5Y04HCNM79GEWXDRK"',
45868npm verb headers 'content-type': 'application/json',
45869npm verb headers 'cache-control': 'max-age=60',
45870npm verb headers 'content-length': '32260',
45871npm verb headers 'accept-ranges': 'bytes',
45872npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45873npm verb headers via: '1.1 varnish',
45874npm verb headers age: '26',
45875npm verb headers connection: 'keep-alive',
45876npm verb headers 'x-served-by': 'cache-fra1221-FRA',
45877npm verb headers 'x-cache': 'HIT',
45878npm verb headers 'x-cache-hits': '4',
45879npm verb headers 'x-timer': 'S1450870089.615092,VS0,VE0',
45880npm verb headers vary: 'Accept' }
45881npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
45882npm verb cache add spec linkify-it@~1.2.0
45883npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for linkify-it
45884npm verb addNameRange registry:http://registry.npmjs.org/linkify-it not in flight; fetching
45885npm verb cache add spec mdurl@~1.0.0
45886npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for mdurl
45887npm verb addNameRange registry:http://registry.npmjs.org/mdurl not in flight; fetching
45888npm verb cache add spec uc.micro@^1.0.0
45889npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for uc.micro
45890npm verb addNameRange registry:http://registry.npmjs.org/uc.micro not in flight; fetching
45891npm verb cache add spec entities@~1.1.1
45892npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for entities
45893npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
45894npm verb cache add spec argparse@~1.0.2
45895npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for argparse
45896npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
45897npm verb get http://registry.npmjs.org/linkify-it not expired, no request
45898npm verb addNamed "1.2.0" is a plain semver version for linkify-it
45899npm verb get http://registry.npmjs.org/mdurl not expired, no request
45900npm verb addNamed "1.0.1" is a plain semver version for mdurl
45901npm verb get http://registry.npmjs.org/uc.micro not expired, no request
45902npm verb addNamed "1.0.0" is a plain semver version for uc.micro
45903npm verb addRemoteTarball http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz not in flight; adding
45904npm verb addRemoteTarball [ 'http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz',
45905npm verb addRemoteTarball 'fd71021cfb3dca1c28fe09385ef5c10bbead8206' ]
45906npm verb addRemoteTarball http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz not in flight; adding
45907npm verb addRemoteTarball [ 'http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz',
45908npm verb addRemoteTarball 'fe85b2ec75a59037f2adfec100fd6c601761152e' ]
45909npm verb addRemoteTarball http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz not in flight; adding
45910npm verb addRemoteTarball [ 'http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz',
45911npm verb addRemoteTarball '4c5a6dee941b515a5bd5cf5d05b121e0e49c5fb7' ]
45912npm verb get http://registry.npmjs.org/entities not expired, no request
45913npm verb addNamed "1.1.1" is a plain semver version for entities
45914npm verb get http://registry.npmjs.org/argparse not expired, no request
45915npm verb addNamed "1.0.3" is a plain semver version for argparse
45916npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
45917npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.1.1.tgz',
45918npm verb addRemoteTarball '6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0' ]
45919npm info retry fetch attempt 1 at 11:28:09
45920npm info attempt registry request try #1 at 11:28:09
45921npm http fetch GET http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz
45922npm info retry fetch attempt 1 at 11:28:09
45923npm info attempt registry request try #1 at 11:28:09
45924npm http fetch GET http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
45925npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
45926npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz',
45927npm verb addRemoteTarball '14389deeb0c28fc4cda9405b9f532a4e3785ce84' ]
45928npm info retry fetch attempt 1 at 11:28:09
45929npm info attempt registry request try #1 at 11:28:09
45930npm http fetch GET http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz
45931npm info retry fetch attempt 1 at 11:28:09
45932npm info attempt registry request try #1 at 11:28:09
45933npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
45934npm info retry fetch attempt 1 at 11:28:09
45935npm info attempt registry request try #1 at 11:28:09
45936npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
45937npm http fetch 200 http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz
45938npm http fetch 200 http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
45939npm http fetch 200 http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz
45940npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz not in flight; adding
45941npm verb addTmpTarball already have metadata; skipping unpack for mdurl@1.0.1
45942npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz not in flight; adding
45943npm verb addTmpTarball already have metadata; skipping unpack for uc.micro@1.0.0
45944npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
45945npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
45946npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz not in flight; adding
45947npm verb addTmpTarball already have metadata; skipping unpack for linkify-it@1.2.0
45948npm verb afterAdd /root/.npm/mdurl/1.0.1/package/package.json not in flight; writing
45949npm verb afterAdd /root/.npm/uc.micro/1.0.0/package/package.json not in flight; writing
45950npm verb afterAdd /root/.npm/mdurl/1.0.1/package/package.json written
45951npm verb afterAdd /root/.npm/uc.micro/1.0.0/package/package.json written
45952npm verb afterAdd /root/.npm/linkify-it/1.2.0/package/package.json not in flight; writing
45953npm verb afterAdd /root/.npm/linkify-it/1.2.0/package/package.json written
45954npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
45955npm verb addTmpTarball already have metadata; skipping unpack for entities@1.1.1
45956npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json not in flight; writing
45957npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json written
45958npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
45959npm verb addTmpTarball already have metadata; skipping unpack for argparse@1.0.3
45960npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json not in flight; writing
45961npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json written
45962npm verb request uri http://registry.npmjs.org/sprintf-js
45963npm verb request no auth needed
45964npm info attempt registry request try #1 at 11:28:09
45965npm http request GET http://registry.npmjs.org/sprintf-js
45966npm http 200 http://registry.npmjs.org/sprintf-js
45967npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
45968npm verb headers etag: '"7IPFW0OURMLX2TIJLPV8CZ5D1"',
45969npm verb headers 'content-type': 'application/json',
45970npm verb headers 'cache-control': 'max-age=300',
45971npm verb headers 'content-length': '9832',
45972npm verb headers 'accept-ranges': 'bytes',
45973npm verb headers date: 'Wed, 23 Dec 2015 11:28:09 GMT',
45974npm verb headers via: '1.1 varnish',
45975npm verb headers age: '75',
45976npm verb headers connection: 'keep-alive',
45977npm verb headers 'x-served-by': 'cache-fra1235-FRA',
45978npm verb headers 'x-cache': 'HIT',
45979npm verb headers 'x-cache-hits': '1',
45980npm verb headers 'x-timer': 'S1450870089.870995,VS0,VE0',
45981npm verb headers vary: 'Accept' }
45982npm verb get saving sprintf-js to /root/.npm/registry.npmjs.org/sprintf-js/.cache.json
45983npm verb cache add spec sprintf-js@~1.0.2
45984npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for sprintf-js
45985npm verb addNameRange registry:http://registry.npmjs.org/sprintf-js not in flight; fetching
45986npm verb get http://registry.npmjs.org/sprintf-js not expired, no request
45987npm verb addNamed "1.0.3" is a plain semver version for sprintf-js
45988npm verb addRemoteTarball http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
45989npm verb addRemoteTarball [ 'http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz',
45990npm verb addRemoteTarball '04e6926f662895354f3dd015203633b857297e2c' ]
45991npm info retry fetch attempt 1 at 11:28:09
45992npm info attempt registry request try #1 at 11:28:09
45993npm http fetch GET http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
45994npm http fetch 200 http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
45995npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
45996npm verb addTmpTarball already have metadata; skipping unpack for sprintf-js@1.0.3
45997npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json not in flight; writing
45998npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json written
45999npm verb cache add spec lodash-node@^3.4.0
46000npm verb addNamed ">=3.4.0 <4.0.0" is a valid semver range for lodash-node
46001npm verb addNameRange registry:http://registry.npmjs.org/lodash-node not in flight; fetching
46002npm verb request uri http://registry.npmjs.org/cardinal
46003npm verb request no auth needed
46004npm info attempt registry request try #1 at 11:28:10
46005npm http request GET http://registry.npmjs.org/cardinal
46006npm verb request uri http://registry.npmjs.org/cli-table
46007npm verb request no auth needed
46008npm info attempt registry request try #1 at 11:28:10
46009npm http request GET http://registry.npmjs.org/cli-table
46010npm verb get http://registry.npmjs.org/lodash-node not expired, no request
46011npm verb addNamed "3.10.1" is a plain semver version for lodash-node
46012npm WARN deprecated lodash-node@3.10.1: This package is no longer maintained. See its readme for upgrade details.
46013npm verb addRemoteTarball http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz not in flight; adding
46014npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz',
46015npm verb addRemoteTarball '415b0d0d05edbf2eec2b8a981cc4039b98f14c95' ]
46016npm info retry fetch attempt 1 at 11:28:10
46017npm info attempt registry request try #1 at 11:28:10
46018npm http fetch GET http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz
46019npm http 200 http://registry.npmjs.org/cli-table
46020npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46021npm verb headers etag: '"7DSEZMV1PNHE9R3BRK8JCH2CI"',
46022npm verb headers 'content-type': 'application/json',
46023npm verb headers 'cache-control': 'max-age=300',
46024npm verb headers 'content-length': '11077',
46025npm verb headers 'accept-ranges': 'bytes',
46026npm verb headers date: 'Wed, 23 Dec 2015 11:28:10 GMT',
46027npm verb headers via: '1.1 varnish',
46028npm verb headers age: '94',
46029npm verb headers connection: 'keep-alive',
46030npm verb headers 'x-served-by': 'cache-fra1246-FRA',
46031npm verb headers 'x-cache': 'HIT',
46032npm verb headers 'x-cache-hits': '3',
46033npm verb headers 'x-timer': 'S1450870090.034288,VS0,VE0',
46034npm verb headers vary: 'Accept' }
46035npm verb get saving cli-table to /root/.npm/registry.npmjs.org/cli-table/.cache.json
46036npm verb cache add spec cli-table@^0.3.1
46037npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for cli-table
46038npm verb addNameRange registry:http://registry.npmjs.org/cli-table not in flight; fetching
46039npm http fetch 200 http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz
46040npm http 200 http://registry.npmjs.org/cardinal
46041npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46042npm verb headers etag: '"3MGDHVGVUIPY41ADEVJQR41VA"',
46043npm verb headers 'content-type': 'application/json',
46044npm verb headers 'cache-control': 'max-age=300',
46045npm verb headers 'content-length': '22212',
46046npm verb headers 'accept-ranges': 'bytes',
46047npm verb headers date: 'Wed, 23 Dec 2015 11:28:10 GMT',
46048npm verb headers via: '1.1 varnish',
46049npm verb headers age: '62',
46050npm verb headers connection: 'keep-alive',
46051npm verb headers 'x-served-by': 'cache-fra1228-FRA',
46052npm verb headers 'x-cache': 'HIT',
46053npm verb headers 'x-cache-hits': '1',
46054npm verb headers 'x-timer': 'S1450870090.034362,VS0,VE0',
46055npm verb headers vary: 'Accept' }
46056npm verb get saving cardinal to /root/.npm/registry.npmjs.org/cardinal/.cache.json
46057npm verb get http://registry.npmjs.org/cli-table not expired, no request
46058npm verb addNamed "0.3.1" is a plain semver version for cli-table
46059npm verb addRemoteTarball http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz not in flight; adding
46060npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz',
46061npm verb addRemoteTarball 'f53b05266a8b1a0b934b3d0821e6e2dc5914ae23' ]
46062npm info retry fetch attempt 1 at 11:28:10
46063npm info attempt registry request try #1 at 11:28:10
46064npm http fetch GET http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz
46065npm verb cache add spec cardinal@^0.5.0
46066npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for cardinal
46067npm verb addNameRange registry:http://registry.npmjs.org/cardinal not in flight; fetching
46068npm verb get http://registry.npmjs.org/cardinal not expired, no request
46069npm verb addNamed "0.5.0" is a plain semver version for cardinal
46070npm verb addRemoteTarball http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz not in flight; adding
46071npm verb addRemoteTarball [ 'http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz',
46072npm verb addRemoteTarball '00d5f661dbd4aabfdf7d41ce48a5a59bca35a291' ]
46073npm info retry fetch attempt 1 at 11:28:10
46074npm info attempt registry request try #1 at 11:28:10
46075npm http fetch GET http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz
46076npm http fetch 200 http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz
46077npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz not in flight; adding
46078npm verb addTmpTarball already have metadata; skipping unpack for cli-table@0.3.1
46079npm verb afterAdd /root/.npm/cli-table/0.3.1/package/package.json not in flight; writing
46080npm verb afterAdd /root/.npm/cli-table/0.3.1/package/package.json written
46081npm http fetch 200 http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz
46082npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz not in flight; adding
46083npm verb addTmpTarball already have metadata; skipping unpack for cardinal@0.5.0
46084npm verb afterAdd /root/.npm/cardinal/0.5.0/package/package.json not in flight; writing
46085npm verb afterAdd /root/.npm/cardinal/0.5.0/package/package.json written
46086npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz not in flight; adding
46087npm verb addTmpTarball already have metadata; skipping unpack for lodash-node@3.10.1
46088npm verb afterAdd /root/.npm/lodash-node/3.10.1/package/package.json not in flight; writing
46089npm verb afterAdd /root/.npm/lodash-node/3.10.1/package/package.json written
46090npm verb request uri http://registry.npmjs.org/redeyed
46091npm verb request no auth needed
46092npm info attempt registry request try #1 at 11:28:10
46093npm http request GET http://registry.npmjs.org/redeyed
46094npm verb request uri http://registry.npmjs.org/ansicolors
46095npm verb request no auth needed
46096npm info attempt registry request try #1 at 11:28:10
46097npm http request GET http://registry.npmjs.org/ansicolors
46098npm http 200 http://registry.npmjs.org/ansicolors
46099npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46100npm verb headers etag: '"2SOSBL1RS8IN6RWTU029YF321"',
46101npm verb headers 'content-type': 'application/json',
46102npm verb headers 'cache-control': 'max-age=300',
46103npm verb headers 'content-length': '17324',
46104npm verb headers 'accept-ranges': 'bytes',
46105npm verb headers date: 'Wed, 23 Dec 2015 11:28:10 GMT',
46106npm verb headers via: '1.1 varnish',
46107npm verb headers age: '175',
46108npm verb headers connection: 'keep-alive',
46109npm verb headers 'x-served-by': 'cache-fra1234-FRA',
46110npm verb headers 'x-cache': 'HIT',
46111npm verb headers 'x-cache-hits': '1',
46112npm verb headers 'x-timer': 'S1450870090.432193,VS0,VE0',
46113npm verb headers vary: 'Accept' }
46114npm verb get saving ansicolors to /root/.npm/registry.npmjs.org/ansicolors/.cache.json
46115npm http 200 http://registry.npmjs.org/redeyed
46116npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46117npm verb headers etag: '"3SQX0HECB3EO89IPCJUV16RL9"',
46118npm verb headers 'content-type': 'application/json',
46119npm verb headers 'cache-control': 'max-age=300',
46120npm verb headers 'content-length': '21624',
46121npm verb headers 'accept-ranges': 'bytes',
46122npm verb headers date: 'Wed, 23 Dec 2015 11:28:10 GMT',
46123npm verb headers via: '1.1 varnish',
46124npm verb headers age: '65',
46125npm verb headers connection: 'keep-alive',
46126npm verb headers 'x-served-by': 'cache-fra1232-FRA',
46127npm verb headers 'x-cache': 'HIT',
46128npm verb headers 'x-cache-hits': '2',
46129npm verb headers 'x-timer': 'S1450870090.426866,VS0,VE0',
46130npm verb headers vary: 'Accept' }
46131npm verb get saving redeyed to /root/.npm/registry.npmjs.org/redeyed/.cache.json
46132npm verb cache add spec ansicolors@~0.2.1
46133npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for ansicolors
46134npm verb addNameRange registry:http://registry.npmjs.org/ansicolors not in flight; fetching
46135npm verb cache add spec redeyed@~0.5.0
46136npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for redeyed
46137npm verb addNameRange registry:http://registry.npmjs.org/redeyed not in flight; fetching
46138npm verb get http://registry.npmjs.org/ansicolors not expired, no request
46139npm verb addNamed "0.2.1" is a plain semver version for ansicolors
46140npm verb addRemoteTarball http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz not in flight; adding
46141npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz',
46142npm verb addRemoteTarball 'be089599097b74a5c9c4a84a0cdbcdb62bd87aef' ]
46143npm verb get http://registry.npmjs.org/redeyed not expired, no request
46144npm verb addNamed "0.5.0" is a plain semver version for redeyed
46145npm verb addRemoteTarball http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz not in flight; adding
46146npm verb addRemoteTarball [ 'http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz',
46147npm verb addRemoteTarball '7ab000e60ee3875ac115d29edb32c1403c6c25d1' ]
46148npm info retry fetch attempt 1 at 11:28:10
46149npm info attempt registry request try #1 at 11:28:10
46150npm http fetch GET http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz
46151npm info retry fetch attempt 1 at 11:28:10
46152npm info attempt registry request try #1 at 11:28:10
46153npm http fetch GET http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz
46154npm http fetch 200 http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz
46155npm http fetch 200 http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz
46156npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz not in flight; adding
46157npm verb addTmpTarball already have metadata; skipping unpack for redeyed@0.5.0
46158npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz not in flight; adding
46159npm verb addTmpTarball already have metadata; skipping unpack for ansicolors@0.2.1
46160npm verb afterAdd /root/.npm/redeyed/0.5.0/package/package.json not in flight; writing
46161npm verb afterAdd /root/.npm/ansicolors/0.2.1/package/package.json not in flight; writing
46162npm verb afterAdd /root/.npm/redeyed/0.5.0/package/package.json written
46163npm verb afterAdd /root/.npm/ansicolors/0.2.1/package/package.json written
46164npm verb cache add spec esprima-fb@~12001.1.0-dev-harmony-fb
46165npm verb addNamed ">=12001.1.0-dev-harmony-fb <12001.2.0" is a valid semver range for esprima-fb
46166npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
46167npm verb get http://registry.npmjs.org/esprima-fb not expired, no request
46168npm verb addNamed "12001.1.0-dev-harmony-fb" is a plain semver version for esprima-fb
46169npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz not in flight; adding
46170npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz',
46171npm verb addRemoteTarball 'd84400384ba95ce2678c617ad24a7f40808da915' ]
46172npm info retry fetch attempt 1 at 11:28:10
46173npm info attempt registry request try #1 at 11:28:10
46174npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz
46175npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz
46176npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz not in flight; adding
46177npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@12001.1.0-dev-harmony-fb
46178npm verb afterAdd /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package/package.json not in flight; writing
46179npm verb afterAdd /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package/package.json written
46180npm verb cache add spec colors@1.0.3
46181npm verb addNamed "1.0.3" is a plain semver version for colors
46182npm verb addNameVersion registry:http://registry.npmjs.org/colors not in flight; fetching
46183npm verb get http://registry.npmjs.org/colors not expired, no request
46184npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-1.0.3.tgz not in flight; adding
46185npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-1.0.3.tgz',
46186npm verb addRemoteTarball '0433f44d809680fdeb60ed260f1b0c262e82a40b' ]
46187npm info retry fetch attempt 1 at 11:28:10
46188npm info attempt registry request try #1 at 11:28:10
46189npm http fetch GET http://registry.npmjs.org/colors/-/colors-1.0.3.tgz
46190npm http fetch 200 http://registry.npmjs.org/colors/-/colors-1.0.3.tgz
46191npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/colors/-/colors-1.0.3.tgz not in flight; adding
46192npm verb addTmpTarball already have metadata; skipping unpack for colors@1.0.3
46193npm verb afterAdd /root/.npm/colors/1.0.3/package/package.json not in flight; writing
46194npm verb afterAdd /root/.npm/colors/1.0.3/package/package.json written
46195npm verb cache add spec lodash@~2.4.1
46196npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
46197npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
46198npm verb get http://registry.npmjs.org/lodash not expired, no request
46199npm verb addNamed "2.4.2" is a plain semver version for lodash
46200npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
46201npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
46202npm verb request uri http://registry.npmjs.org/basic-auth
46203npm verb request no auth needed
46204npm info attempt registry request try #1 at 11:28:11
46205npm http request GET http://registry.npmjs.org/basic-auth
46206npm http 200 http://registry.npmjs.org/basic-auth
46207npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46208npm verb headers etag: '"69UJF9737OCNJ6RR9EBY7TP6K"',
46209npm verb headers 'content-type': 'application/json',
46210npm verb headers 'cache-control': 'max-age=60',
46211npm verb headers 'content-length': '9254',
46212npm verb headers 'accept-ranges': 'bytes',
46213npm verb headers date: 'Wed, 23 Dec 2015 11:28:11 GMT',
46214npm verb headers via: '1.1 varnish',
46215npm verb headers age: '52',
46216npm verb headers connection: 'keep-alive',
46217npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46218npm verb headers 'x-cache': 'HIT',
46219npm verb headers 'x-cache-hits': '1',
46220npm verb headers 'x-timer': 'S1450870091.039326,VS0,VE0',
46221npm verb headers vary: 'Accept' }
46222npm verb get saving basic-auth to /root/.npm/registry.npmjs.org/basic-auth/.cache.json
46223npm verb cache add spec basic-auth@~1.0.3
46224npm verb addNamed ">=1.0.3 <1.1.0" is a valid semver range for basic-auth
46225npm verb addNameRange registry:http://registry.npmjs.org/basic-auth not in flight; fetching
46226npm verb get http://registry.npmjs.org/basic-auth not expired, no request
46227npm verb addNamed "1.0.3" is a plain semver version for basic-auth
46228npm verb addRemoteTarball http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
46229npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz',
46230npm verb addRemoteTarball '41f55523e589405038ee3567958c62a5ed70551a' ]
46231npm info retry fetch attempt 1 at 11:28:11
46232npm info attempt registry request try #1 at 11:28:11
46233npm http fetch GET http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
46234npm http fetch 200 http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
46235npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
46236npm verb addTmpTarball already have metadata; skipping unpack for basic-auth@1.0.3
46237npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json not in flight; writing
46238npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json written
46239npm verb request uri http://registry.npmjs.org/abbrev
46240npm verb request no auth needed
46241npm info attempt registry request try #1 at 11:28:11
46242npm http request GET http://registry.npmjs.org/abbrev
46243npm http 200 http://registry.npmjs.org/abbrev
46244npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46245npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
46246npm verb headers 'content-type': 'application/json',
46247npm verb headers 'cache-control': 'max-age=60',
46248npm verb headers 'content-length': '5442',
46249npm verb headers 'accept-ranges': 'bytes',
46250npm verb headers date: 'Wed, 23 Dec 2015 11:28:11 GMT',
46251npm verb headers via: '1.1 varnish',
46252npm verb headers age: '48',
46253npm verb headers connection: 'keep-alive',
46254npm verb headers 'x-served-by': 'cache-fra1226-FRA',
46255npm verb headers 'x-cache': 'HIT',
46256npm verb headers 'x-cache-hits': '4',
46257npm verb headers 'x-timer': 'S1450870091.167422,VS0,VE0',
46258npm verb headers vary: 'Accept' }
46259npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
46260npm verb cache add spec abbrev@1
46261npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
46262npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
46263npm verb get http://registry.npmjs.org/abbrev not expired, no request
46264npm verb addNamed "1.0.7" is a plain semver version for abbrev
46265npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
46266npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
46267npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
46268npm info retry fetch attempt 1 at 11:28:11
46269npm info attempt registry request try #1 at 11:28:11
46270npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
46271npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
46272npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
46273npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
46274npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
46275npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
46276npm verb request uri http://registry.npmjs.org/npmlog
46277npm verb request no auth needed
46278npm info attempt registry request try #1 at 11:28:12
46279npm http request GET http://registry.npmjs.org/npmlog
46280npm http 200 http://registry.npmjs.org/npmlog
46281npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46282npm verb headers etag: '"8EHH55T26LMXNOK48P85AHI6E"',
46283npm verb headers 'content-type': 'application/json',
46284npm verb headers 'cache-control': 'max-age=60',
46285npm verb headers 'content-length': '17847',
46286npm verb headers 'accept-ranges': 'bytes',
46287npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46288npm verb headers via: '1.1 varnish',
46289npm verb headers age: '11',
46290npm verb headers connection: 'keep-alive',
46291npm verb headers 'x-served-by': 'cache-fra1227-FRA',
46292npm verb headers 'x-cache': 'HIT',
46293npm verb headers 'x-cache-hits': '2',
46294npm verb headers 'x-timer': 'S1450870092.216426,VS0,VE0',
46295npm verb headers vary: 'Accept' }
46296npm verb get saving npmlog to /root/.npm/registry.npmjs.org/npmlog/.cache.json
46297npm verb cache add spec npmlog@
46298npm verb addNamed "latest" is being treated as a dist-tag for npmlog
46299npm info addNameTag [ 'npmlog', 'latest' ]
46300npm verb addNameTag registry:http://registry.npmjs.org/npmlog not in flight; fetching
46301npm verb get http://registry.npmjs.org/npmlog not expired, no request
46302npm verb addNamed "2.0.0" is a plain semver version for npmlog
46303npm verb addRemoteTarball http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz not in flight; adding
46304npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz',
46305npm verb addRemoteTarball '4076c200a3dda51133e6f3cf052130105f78bbdf' ]
46306npm info retry fetch attempt 1 at 11:28:12
46307npm info attempt registry request try #1 at 11:28:12
46308npm http fetch GET http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz
46309npm http fetch 200 http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz
46310npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz not in flight; adding
46311npm verb addTmpTarball already have metadata; skipping unpack for npmlog@2.0.0
46312npm verb afterAdd /root/.npm/npmlog/2.0.0/package/package.json not in flight; writing
46313npm verb afterAdd /root/.npm/npmlog/2.0.0/package/package.json written
46314npm verb request uri http://registry.npmjs.org/are-we-there-yet
46315npm verb request no auth needed
46316npm info attempt registry request try #1 at 11:28:12
46317npm http request GET http://registry.npmjs.org/are-we-there-yet
46318npm verb request uri http://registry.npmjs.org/gauge
46319npm verb request no auth needed
46320npm info attempt registry request try #1 at 11:28:12
46321npm http request GET http://registry.npmjs.org/gauge
46322npm http 200 http://registry.npmjs.org/are-we-there-yet
46323npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46324npm verb headers etag: '"BAJ60N1YENYAK9Z6OZVUNUNV2"',
46325npm verb headers 'content-type': 'application/json',
46326npm verb headers 'cache-control': 'max-age=300',
46327npm verb headers 'content-length': '13298',
46328npm verb headers 'accept-ranges': 'bytes',
46329npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46330npm verb headers via: '1.1 varnish',
46331npm verb headers age: '38',
46332npm verb headers connection: 'keep-alive',
46333npm verb headers 'x-served-by': 'cache-fra1237-FRA',
46334npm verb headers 'x-cache': 'HIT',
46335npm verb headers 'x-cache-hits': '1',
46336npm verb headers 'x-timer': 'S1450870092.391891,VS0,VE0',
46337npm verb headers vary: 'Accept' }
46338npm verb get saving are-we-there-yet to /root/.npm/registry.npmjs.org/are-we-there-yet/.cache.json
46339npm verb cache add spec are-we-there-yet@~1.0.0
46340npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for are-we-there-yet
46341npm verb addNameRange registry:http://registry.npmjs.org/are-we-there-yet not in flight; fetching
46342npm verb get http://registry.npmjs.org/are-we-there-yet not expired, no request
46343npm verb addNamed "1.0.5" is a plain semver version for are-we-there-yet
46344npm http 200 http://registry.npmjs.org/gauge
46345npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46346npm verb headers etag: '"7CDKAN7UMWHKJW81PTRAPBG1Q"',
46347npm verb headers 'content-type': 'application/json',
46348npm verb headers 'cache-control': 'max-age=300',
46349npm verb headers 'content-length': '14448',
46350npm verb headers 'accept-ranges': 'bytes',
46351npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46352npm verb headers via: '1.1 varnish',
46353npm verb headers age: '284',
46354npm verb headers connection: 'keep-alive',
46355npm verb headers 'x-served-by': 'cache-fra1228-FRA',
46356npm verb headers 'x-cache': 'HIT',
46357npm verb headers 'x-cache-hits': '4',
46358npm verb headers 'x-timer': 'S1450870092.398416,VS0,VE0',
46359npm verb headers vary: 'Accept' }
46360npm verb get saving gauge to /root/.npm/registry.npmjs.org/gauge/.cache.json
46361npm verb addRemoteTarball http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz not in flight; adding
46362npm verb addRemoteTarball [ 'http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz',
46363npm verb addRemoteTarball '239f26706da902a2bffb72c33de66fdfd3798ac5' ]
46364npm info retry fetch attempt 1 at 11:28:12
46365npm info attempt registry request try #1 at 11:28:12
46366npm http fetch GET http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
46367npm verb cache add spec gauge@~1.2.0
46368npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for gauge
46369npm verb addNameRange registry:http://registry.npmjs.org/gauge not in flight; fetching
46370npm verb get http://registry.npmjs.org/gauge not expired, no request
46371npm verb addNamed "1.2.2" is a plain semver version for gauge
46372npm verb addRemoteTarball http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz not in flight; adding
46373npm verb addRemoteTarball [ 'http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz',
46374npm verb addRemoteTarball '05b6730a19a8fcad3c340a142f0945222a3f815b' ]
46375npm info retry fetch attempt 1 at 11:28:12
46376npm info attempt registry request try #1 at 11:28:12
46377npm http fetch GET http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
46378npm http fetch 200 http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
46379npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz not in flight; adding
46380npm verb addTmpTarball already have metadata; skipping unpack for are-we-there-yet@1.0.5
46381npm verb afterAdd /root/.npm/are-we-there-yet/1.0.5/package/package.json not in flight; writing
46382npm verb afterAdd /root/.npm/are-we-there-yet/1.0.5/package/package.json written
46383npm http fetch 200 http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
46384npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/gauge/-/gauge-1.2.2.tgz not in flight; adding
46385npm verb addTmpTarball already have metadata; skipping unpack for gauge@1.2.2
46386npm verb afterAdd /root/.npm/gauge/1.2.2/package/package.json not in flight; writing
46387npm verb afterAdd /root/.npm/gauge/1.2.2/package/package.json written
46388npm verb request uri http://registry.npmjs.org/delegates
46389npm verb request no auth needed
46390npm info attempt registry request try #1 at 11:28:12
46391npm http request GET http://registry.npmjs.org/delegates
46392npm verb request uri http://registry.npmjs.org/readable-stream
46393npm verb request no auth needed
46394npm info attempt registry request try #1 at 11:28:12
46395npm http request GET http://registry.npmjs.org/readable-stream
46396npm http 200 http://registry.npmjs.org/delegates
46397npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46398npm verb headers etag: '"AE5VDABSAMCXVRWWUO43NB76N"',
46399npm verb headers 'content-type': 'application/json',
46400npm verb headers 'cache-control': 'max-age=300',
46401npm verb headers 'content-length': '7079',
46402npm verb headers 'accept-ranges': 'bytes',
46403npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46404npm verb headers via: '1.1 varnish',
46405npm verb headers age: '294',
46406npm verb headers connection: 'keep-alive',
46407npm verb headers 'x-served-by': 'cache-fra1236-FRA',
46408npm verb headers 'x-cache': 'HIT',
46409npm verb headers 'x-cache-hits': '1',
46410npm verb headers 'x-timer': 'S1450870092.531550,VS0,VE0',
46411npm verb headers vary: 'Accept' }
46412npm verb get saving delegates to /root/.npm/registry.npmjs.org/delegates/.cache.json
46413npm verb cache add spec delegates@^0.1.0
46414npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for delegates
46415npm verb addNameRange registry:http://registry.npmjs.org/delegates not in flight; fetching
46416npm http 200 http://registry.npmjs.org/readable-stream
46417npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46418npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
46419npm verb headers 'content-type': 'application/json',
46420npm verb headers 'cache-control': 'max-age=300',
46421npm verb headers 'content-length': '52248',
46422npm verb headers 'accept-ranges': 'bytes',
46423npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46424npm verb headers via: '1.1 varnish',
46425npm verb headers age: '184',
46426npm verb headers connection: 'keep-alive',
46427npm verb headers 'x-served-by': 'cache-fra1241-FRA',
46428npm verb headers 'x-cache': 'HIT',
46429npm verb headers 'x-cache-hits': '1372',
46430npm verb headers 'x-timer': 'S1450870092.537766,VS0,VE0',
46431npm verb headers vary: 'Accept' }
46432npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
46433npm verb get http://registry.npmjs.org/delegates not expired, no request
46434npm verb addNamed "0.1.0" is a plain semver version for delegates
46435npm verb addRemoteTarball http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz not in flight; adding
46436npm verb addRemoteTarball [ 'http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz',
46437npm verb addRemoteTarball 'b4b57be11a1653517a04b27f0949bdc327dfe390' ]
46438npm info retry fetch attempt 1 at 11:28:12
46439npm info attempt registry request try #1 at 11:28:12
46440npm http fetch GET http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
46441npm verb cache add spec readable-stream@^2.0.0 || ^1.1.13
46442npm verb addNamed ">=2.0.0 <3.0.0||>=1.1.13 <2.0.0" is a valid semver range for readable-stream
46443npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
46444npm verb get http://registry.npmjs.org/readable-stream not expired, no request
46445npm verb addNamed "2.0.5" is a plain semver version for readable-stream
46446npm http fetch 200 http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
46447npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
46448npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz',
46449npm verb addRemoteTarball 'a2426f8dcd4551c77a33f96edf2886a23c829669' ]
46450npm info retry fetch attempt 1 at 11:28:12
46451npm info attempt registry request try #1 at 11:28:12
46452npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
46453npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/delegates/-/delegates-0.1.0.tgz not in flight; adding
46454npm verb addTmpTarball already have metadata; skipping unpack for delegates@0.1.0
46455npm verb afterAdd /root/.npm/delegates/0.1.0/package/package.json not in flight; writing
46456npm verb afterAdd /root/.npm/delegates/0.1.0/package/package.json written
46457npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
46458npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
46459npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@2.0.5
46460npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json not in flight; writing
46461npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json written
46462npm verb request uri http://registry.npmjs.org/core-util-is
46463npm verb request no auth needed
46464npm info attempt registry request try #1 at 11:28:12
46465npm http request GET http://registry.npmjs.org/core-util-is
46466npm verb request uri http://registry.npmjs.org/isarray
46467npm verb request no auth needed
46468npm info attempt registry request try #1 at 11:28:12
46469npm http request GET http://registry.npmjs.org/isarray
46470npm verb request uri http://registry.npmjs.org/process-nextick-args
46471npm verb request no auth needed
46472npm info attempt registry request try #1 at 11:28:12
46473npm http request GET http://registry.npmjs.org/process-nextick-args
46474npm verb request uri http://registry.npmjs.org/string_decoder
46475npm verb request no auth needed
46476npm info attempt registry request try #1 at 11:28:12
46477npm http request GET http://registry.npmjs.org/string_decoder
46478npm verb request uri http://registry.npmjs.org/util-deprecate
46479npm verb request no auth needed
46480npm info attempt registry request try #1 at 11:28:12
46481npm http request GET http://registry.npmjs.org/util-deprecate
46482npm http 200 http://registry.npmjs.org/process-nextick-args
46483npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46484npm verb headers etag: '"5AJOT6HL2QR1J143EYQLHDSVU"',
46485npm verb headers 'content-type': 'application/json',
46486npm verb headers 'cache-control': 'max-age=300',
46487npm verb headers 'content-length': '8170',
46488npm verb headers 'accept-ranges': 'bytes',
46489npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46490npm verb headers via: '1.1 varnish',
46491npm verb headers age: '120',
46492npm verb headers connection: 'keep-alive',
46493npm verb headers 'x-served-by': 'cache-fra1234-FRA',
46494npm verb headers 'x-cache': 'HIT',
46495npm verb headers 'x-cache-hits': '10',
46496npm verb headers 'x-timer': 'S1450870092.719949,VS0,VE0',
46497npm verb headers vary: 'Accept' }
46498npm verb get saving process-nextick-args to /root/.npm/registry.npmjs.org/process-nextick-args/.cache.json
46499npm http 200 http://registry.npmjs.org/isarray
46500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46501npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
46502npm verb headers 'content-type': 'application/json',
46503npm verb headers 'cache-control': 'max-age=300',
46504npm verb headers 'content-length': '5848',
46505npm verb headers 'accept-ranges': 'bytes',
46506npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46507npm verb headers via: '1.1 varnish',
46508npm verb headers age: '254',
46509npm verb headers connection: 'keep-alive',
46510npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46511npm verb headers 'x-cache': 'HIT',
46512npm verb headers 'x-cache-hits': '19',
46513npm verb headers 'x-timer': 'S1450870092.719878,VS0,VE0',
46514npm verb headers vary: 'Accept' }
46515npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
46516npm http 200 http://registry.npmjs.org/core-util-is
46517npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46518npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
46519npm verb headers 'content-type': 'application/json',
46520npm verb headers 'cache-control': 'max-age=60',
46521npm verb headers 'content-length': '3747',
46522npm verb headers 'accept-ranges': 'bytes',
46523npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46524npm verb headers via: '1.1 varnish',
46525npm verb headers age: '9',
46526npm verb headers connection: 'keep-alive',
46527npm verb headers 'x-served-by': 'cache-fra1242-FRA',
46528npm verb headers 'x-cache': 'HIT',
46529npm verb headers 'x-cache-hits': '1',
46530npm verb headers 'x-timer': 'S1450870092.719638,VS0,VE0',
46531npm verb headers vary: 'Accept' }
46532npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
46533npm http 200 http://registry.npmjs.org/string_decoder
46534npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46535npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
46536npm verb headers 'content-type': 'application/json',
46537npm verb headers 'cache-control': 'max-age=60',
46538npm verb headers 'content-length': '8814',
46539npm verb headers 'accept-ranges': 'bytes',
46540npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46541npm verb headers via: '1.1 varnish',
46542npm verb headers age: '18',
46543npm verb headers connection: 'keep-alive',
46544npm verb headers 'x-served-by': 'cache-fra1246-FRA',
46545npm verb headers 'x-cache': 'HIT',
46546npm verb headers 'x-cache-hits': '4',
46547npm verb headers 'x-timer': 'S1450870092.720174,VS0,VE0',
46548npm verb headers vary: 'Accept' }
46549npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
46550npm http 200 http://registry.npmjs.org/util-deprecate
46551npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46552npm verb headers etag: '"363T1WE4HHZV0LMEHAOBAVT0G"',
46553npm verb headers 'content-type': 'application/json',
46554npm verb headers 'cache-control': 'max-age=300',
46555npm verb headers 'content-length': '5799',
46556npm verb headers 'accept-ranges': 'bytes',
46557npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46558npm verb headers via: '1.1 varnish',
46559npm verb headers age: '67',
46560npm verb headers connection: 'keep-alive',
46561npm verb headers 'x-served-by': 'cache-fra1240-FRA',
46562npm verb headers 'x-cache': 'HIT',
46563npm verb headers 'x-cache-hits': '5',
46564npm verb headers 'x-timer': 'S1450870092.725700,VS0,VE0',
46565npm verb headers vary: 'Accept' }
46566npm verb get saving util-deprecate to /root/.npm/registry.npmjs.org/util-deprecate/.cache.json
46567npm verb cache add spec isarray@0.0.1
46568npm verb addNamed "0.0.1" is a plain semver version for isarray
46569npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
46570npm verb cache add spec string_decoder@~0.10.x
46571npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
46572npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
46573npm verb cache add spec util-deprecate@~1.0.1
46574npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate
46575npm verb addNameRange registry:http://registry.npmjs.org/util-deprecate not in flight; fetching
46576npm verb cache add spec core-util-is@~1.0.0
46577npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
46578npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
46579npm verb cache add spec process-nextick-args@~1.0.6
46580npm verb addNamed ">=1.0.6 <1.1.0" is a valid semver range for process-nextick-args
46581npm verb addNameRange registry:http://registry.npmjs.org/process-nextick-args not in flight; fetching
46582npm verb get http://registry.npmjs.org/isarray not expired, no request
46583npm verb get http://registry.npmjs.org/string_decoder not expired, no request
46584npm verb addNamed "0.10.31" is a plain semver version for string_decoder
46585npm verb get http://registry.npmjs.org/process-nextick-args not expired, no request
46586npm verb addNamed "1.0.6" is a plain semver version for process-nextick-args
46587npm verb get http://registry.npmjs.org/util-deprecate not expired, no request
46588npm verb addNamed "1.0.2" is a plain semver version for util-deprecate
46589npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
46590npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
46591npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
46592npm verb get http://registry.npmjs.org/core-util-is not expired, no request
46593npm verb addNamed "1.0.2" is a plain semver version for core-util-is
46594npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
46595npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
46596npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
46597npm verb addRemoteTarball http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
46598npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz',
46599npm verb addRemoteTarball '0f96b001cea90b12592ce566edb97ec11e69bd05' ]
46600npm verb addRemoteTarball http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
46601npm verb addRemoteTarball [ 'http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz',
46602npm verb addRemoteTarball '450d4dc9fa70de732762fbd2d4a28981419a0ccf' ]
46603npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
46604npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
46605npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
46606npm info retry fetch attempt 1 at 11:28:12
46607npm info attempt registry request try #1 at 11:28:12
46608npm http fetch GET http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
46609npm info retry fetch attempt 1 at 11:28:12
46610npm info attempt registry request try #1 at 11:28:12
46611npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
46612npm info retry fetch attempt 1 at 11:28:12
46613npm info attempt registry request try #1 at 11:28:12
46614npm http fetch GET http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
46615npm info retry fetch attempt 1 at 11:28:12
46616npm info attempt registry request try #1 at 11:28:12
46617npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
46618npm info retry fetch attempt 1 at 11:28:12
46619npm info attempt registry request try #1 at 11:28:12
46620npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
46621npm http fetch 200 http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
46622npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
46623npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
46624npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
46625npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
46626npm verb addTmpTarball already have metadata; skipping unpack for process-nextick-args@1.0.6
46627npm http fetch 200 http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
46628npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
46629npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
46630npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
46631npm verb addTmpTarball already have metadata; skipping unpack for util-deprecate@1.0.2
46632npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
46633npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
46634npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
46635npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
46636npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
46637npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json not in flight; writing
46638npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
46639npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json written
46640npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing
46641npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
46642npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
46643npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json written
46644npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
46645npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
46646npm verb request uri http://registry.npmjs.org/ansi
46647npm verb request no auth needed
46648npm info attempt registry request try #1 at 11:28:12
46649npm http request GET http://registry.npmjs.org/ansi
46650npm verb request uri http://registry.npmjs.org/has-unicode
46651npm verb request no auth needed
46652npm info attempt registry request try #1 at 11:28:12
46653npm http request GET http://registry.npmjs.org/has-unicode
46654npm verb request uri http://registry.npmjs.org/lodash.pad
46655npm verb request no auth needed
46656npm info attempt registry request try #1 at 11:28:12
46657npm http request GET http://registry.npmjs.org/lodash.pad
46658npm verb request uri http://registry.npmjs.org/lodash.padleft
46659npm verb request no auth needed
46660npm info attempt registry request try #1 at 11:28:12
46661npm http request GET http://registry.npmjs.org/lodash.padleft
46662npm verb request uri http://registry.npmjs.org/lodash.padright
46663npm verb request no auth needed
46664npm info attempt registry request try #1 at 11:28:12
46665npm http request GET http://registry.npmjs.org/lodash.padright
46666npm http 200 http://registry.npmjs.org/has-unicode
46667npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46668npm verb headers etag: '"DAKTHOWNTADMBPFGR4LB1FIPH"',
46669npm verb headers 'content-type': 'application/json',
46670npm verb headers 'cache-control': 'max-age=60',
46671npm verb headers 'content-length': '5185',
46672npm verb headers 'accept-ranges': 'bytes',
46673npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46674npm verb headers via: '1.1 varnish',
46675npm verb headers age: '0',
46676npm verb headers connection: 'keep-alive',
46677npm verb headers 'x-served-by': 'cache-fra1231-FRA',
46678npm verb headers 'x-cache': 'HIT',
46679npm verb headers 'x-cache-hits': '1',
46680npm verb headers 'x-timer': 'S1450870092.980245,VS0,VE0',
46681npm verb headers vary: 'Accept' }
46682npm verb get saving has-unicode to /root/.npm/registry.npmjs.org/has-unicode/.cache.json
46683npm http 200 http://registry.npmjs.org/lodash.pad
46684npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46685npm verb headers etag: '"648MYDHR7GKNHZSR3ZKCGFYEL"',
46686npm verb headers 'content-type': 'application/json',
46687npm verb headers 'cache-control': 'max-age=300',
46688npm verb headers 'content-length': '7081',
46689npm verb headers 'accept-ranges': 'bytes',
46690npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46691npm verb headers via: '1.1 varnish',
46692npm verb headers age: '244',
46693npm verb headers connection: 'keep-alive',
46694npm verb headers 'x-served-by': 'cache-fra1223-FRA',
46695npm verb headers 'x-cache': 'HIT',
46696npm verb headers 'x-cache-hits': '1',
46697npm verb headers 'x-timer': 'S1450870092.980502,VS0,VE0',
46698npm verb headers vary: 'Accept' }
46699npm verb get saving lodash.pad to /root/.npm/registry.npmjs.org/lodash.pad/.cache.json
46700npm http 200 http://registry.npmjs.org/ansi
46701npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46702npm verb headers etag: '"9JT43I9J2HCCPZ0PK2K1T4DAW"',
46703npm verb headers 'content-type': 'application/json',
46704npm verb headers 'cache-control': 'max-age=60',
46705npm verb headers 'content-length': '14889',
46706npm verb headers 'accept-ranges': 'bytes',
46707npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46708npm verb headers via: '1.1 varnish',
46709npm verb headers age: '14',
46710npm verb headers connection: 'keep-alive',
46711npm verb headers 'x-served-by': 'cache-fra1246-FRA',
46712npm verb headers 'x-cache': 'HIT',
46713npm verb headers 'x-cache-hits': '1',
46714npm verb headers 'x-timer': 'S1450870092.980143,VS0,VE0',
46715npm verb headers vary: 'Accept' }
46716npm verb get saving ansi to /root/.npm/registry.npmjs.org/ansi/.cache.json
46717npm http 200 http://registry.npmjs.org/lodash.padleft
46718npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46719npm verb headers etag: '"DCKIGSOE76IEN7LNRR7TTQP8X"',
46720npm verb headers 'content-type': 'application/json',
46721npm verb headers 'cache-control': 'max-age=60',
46722npm verb headers 'content-length': '7180',
46723npm verb headers 'accept-ranges': 'bytes',
46724npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46725npm verb headers via: '1.1 varnish',
46726npm verb headers age: '49',
46727npm verb headers connection: 'keep-alive',
46728npm verb headers 'x-served-by': 'cache-fra1242-FRA',
46729npm verb headers 'x-cache': 'HIT',
46730npm verb headers 'x-cache-hits': '1',
46731npm verb headers 'x-timer': 'S1450870092.980739,VS0,VE0',
46732npm verb headers vary: 'Accept' }
46733npm verb get saving lodash.padleft to /root/.npm/registry.npmjs.org/lodash.padleft/.cache.json
46734npm http 200 http://registry.npmjs.org/lodash.padright
46735npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46736npm verb headers etag: '"3UBDN3WER41MT1F6Z5T4HQADI"',
46737npm verb headers 'content-type': 'application/json',
46738npm verb headers 'cache-control': 'max-age=300',
46739npm verb headers 'content-length': '7205',
46740npm verb headers 'accept-ranges': 'bytes',
46741npm verb headers date: 'Wed, 23 Dec 2015 11:28:12 GMT',
46742npm verb headers via: '1.1 varnish',
46743npm verb headers age: '223',
46744npm verb headers connection: 'keep-alive',
46745npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46746npm verb headers 'x-cache': 'HIT',
46747npm verb headers 'x-cache-hits': '1',
46748npm verb headers 'x-timer': 'S1450870092.985013,VS0,VE0',
46749npm verb headers vary: 'Accept' }
46750npm verb get saving lodash.padright to /root/.npm/registry.npmjs.org/lodash.padright/.cache.json
46751npm verb cache add spec ansi@^0.3.0
46752npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for ansi
46753npm verb addNameRange registry:http://registry.npmjs.org/ansi not in flight; fetching
46754npm verb cache add spec lodash.pad@^3.0.0
46755npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.pad
46756npm verb addNameRange registry:http://registry.npmjs.org/lodash.pad not in flight; fetching
46757npm verb cache add spec lodash.padright@^3.0.0
46758npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.padright
46759npm verb addNameRange registry:http://registry.npmjs.org/lodash.padright not in flight; fetching
46760npm verb cache add spec has-unicode@^1.0.0
46761npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for has-unicode
46762npm verb addNameRange registry:http://registry.npmjs.org/has-unicode not in flight; fetching
46763npm verb cache add spec lodash.padleft@^3.0.0
46764npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.padleft
46765npm verb addNameRange registry:http://registry.npmjs.org/lodash.padleft not in flight; fetching
46766npm verb get http://registry.npmjs.org/ansi not expired, no request
46767npm verb addNamed "0.3.0" is a plain semver version for ansi
46768npm verb get http://registry.npmjs.org/lodash.pad not expired, no request
46769npm verb addNamed "3.1.1" is a plain semver version for lodash.pad
46770npm verb get http://registry.npmjs.org/lodash.padright not expired, no request
46771npm verb addNamed "3.1.1" is a plain semver version for lodash.padright
46772npm verb get http://registry.npmjs.org/has-unicode not expired, no request
46773npm verb addNamed "1.0.1" is a plain semver version for has-unicode
46774npm verb addRemoteTarball http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz not in flight; adding
46775npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz',
46776npm verb addRemoteTarball '74b2f1f187c8553c7f95015bcb76009fb43d38e0' ]
46777npm verb get http://registry.npmjs.org/lodash.padleft not expired, no request
46778npm verb addNamed "3.1.1" is a plain semver version for lodash.padleft
46779npm verb addRemoteTarball http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz not in flight; adding
46780npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz',
46781npm verb addRemoteTarball '2e078ebc33b331d2ba34bf8732af129fd5c04624' ]
46782npm verb addRemoteTarball http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz not in flight; adding
46783npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz',
46784npm verb addRemoteTarball '79f7770baaa39738c040aeb5465e8d88f2aacec0' ]
46785npm verb addRemoteTarball http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz not in flight; adding
46786npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz',
46787npm verb addRemoteTarball 'c46fceea053eb8ec789bffbba25fca52dfdcf38e' ]
46788npm verb addRemoteTarball http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz not in flight; adding
46789npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz',
46790npm verb addRemoteTarball '150151f1e0245edba15d50af2d71f1d5cff46530' ]
46791npm info retry fetch attempt 1 at 11:28:13
46792npm info attempt registry request try #1 at 11:28:13
46793npm http fetch GET http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
46794npm info retry fetch attempt 1 at 11:28:13
46795npm info attempt registry request try #1 at 11:28:13
46796npm http fetch GET http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
46797npm info retry fetch attempt 1 at 11:28:13
46798npm info attempt registry request try #1 at 11:28:13
46799npm http fetch GET http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
46800npm info retry fetch attempt 1 at 11:28:13
46801npm info attempt registry request try #1 at 11:28:13
46802npm http fetch GET http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
46803npm info retry fetch attempt 1 at 11:28:13
46804npm info attempt registry request try #1 at 11:28:13
46805npm http fetch GET http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
46806npm http fetch 200 http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
46807npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ansi/-/ansi-0.3.0.tgz not in flight; adding
46808npm verb addTmpTarball already have metadata; skipping unpack for ansi@0.3.0
46809npm verb afterAdd /root/.npm/ansi/0.3.0/package/package.json not in flight; writing
46810npm verb afterAdd /root/.npm/ansi/0.3.0/package/package.json written
46811npm http fetch 200 http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
46812npm http fetch 200 http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
46813npm http fetch 200 http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
46814npm http fetch 200 http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
46815npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz not in flight; adding
46816npm verb addTmpTarball already have metadata; skipping unpack for lodash.padright@3.1.1
46817npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz not in flight; adding
46818npm verb addTmpTarball already have metadata; skipping unpack for has-unicode@1.0.1
46819npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz not in flight; adding
46820npm verb addTmpTarball already have metadata; skipping unpack for lodash.pad@3.1.1
46821npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz not in flight; adding
46822npm verb addTmpTarball already have metadata; skipping unpack for lodash.padleft@3.1.1
46823npm verb afterAdd /root/.npm/has-unicode/1.0.1/package/package.json not in flight; writing
46824npm verb afterAdd /root/.npm/lodash.padleft/3.1.1/package/package.json not in flight; writing
46825npm verb afterAdd /root/.npm/lodash.pad/3.1.1/package/package.json not in flight; writing
46826npm verb afterAdd /root/.npm/lodash.padright/3.1.1/package/package.json not in flight; writing
46827npm verb afterAdd /root/.npm/has-unicode/1.0.1/package/package.json written
46828npm verb afterAdd /root/.npm/lodash.padleft/3.1.1/package/package.json written
46829npm verb afterAdd /root/.npm/lodash.padright/3.1.1/package/package.json written
46830npm verb afterAdd /root/.npm/lodash.pad/3.1.1/package/package.json written
46831npm verb request uri http://registry.npmjs.org/lodash._basetostring
46832npm verb request no auth needed
46833npm info attempt registry request try #1 at 11:28:13
46834npm http request GET http://registry.npmjs.org/lodash._basetostring
46835npm verb request uri http://registry.npmjs.org/lodash._createpadding
46836npm verb request no auth needed
46837npm info attempt registry request try #1 at 11:28:13
46838npm http request GET http://registry.npmjs.org/lodash._createpadding
46839npm http 200 http://registry.npmjs.org/lodash._basetostring
46840npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46841npm verb headers etag: '"MRS46AR7GE4T5CBAU6QRGDAP"',
46842npm verb headers 'content-type': 'application/json',
46843npm verb headers 'cache-control': 'max-age=300',
46844npm verb headers 'content-length': '5112',
46845npm verb headers 'accept-ranges': 'bytes',
46846npm verb headers date: 'Wed, 23 Dec 2015 11:28:13 GMT',
46847npm verb headers via: '1.1 varnish',
46848npm verb headers age: '175',
46849npm verb headers connection: 'keep-alive',
46850npm verb headers 'x-served-by': 'cache-fra1228-FRA',
46851npm verb headers 'x-cache': 'HIT',
46852npm verb headers 'x-cache-hits': '4',
46853npm verb headers 'x-timer': 'S1450870093.216605,VS0,VE0',
46854npm verb headers vary: 'Accept' }
46855npm verb get saving lodash._basetostring to /root/.npm/registry.npmjs.org/lodash._basetostring/.cache.json
46856npm http 200 http://registry.npmjs.org/lodash._createpadding
46857npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46858npm verb headers etag: '"AW2AKS842F3V1J0BSJKNWAGEJ"',
46859npm verb headers 'content-type': 'application/json',
46860npm verb headers 'cache-control': 'max-age=300',
46861npm verb headers 'content-length': '5214',
46862npm verb headers 'accept-ranges': 'bytes',
46863npm verb headers date: 'Wed, 23 Dec 2015 11:28:13 GMT',
46864npm verb headers via: '1.1 varnish',
46865npm verb headers age: '237',
46866npm verb headers connection: 'keep-alive',
46867npm verb headers 'x-served-by': 'cache-fra1243-FRA',
46868npm verb headers 'x-cache': 'HIT',
46869npm verb headers 'x-cache-hits': '620',
46870npm verb headers 'x-timer': 'S1450870093.220954,VS0,VE0',
46871npm verb headers vary: 'Accept' }
46872npm verb get saving lodash._createpadding to /root/.npm/registry.npmjs.org/lodash._createpadding/.cache.json
46873npm verb cache add spec lodash._basetostring@^3.0.0
46874npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basetostring
46875npm verb addNameRange registry:http://registry.npmjs.org/lodash._basetostring not in flight; fetching
46876npm verb cache add spec lodash._createpadding@^3.0.0
46877npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createpadding
46878npm verb addNameRange registry:http://registry.npmjs.org/lodash._createpadding not in flight; fetching
46879npm verb get http://registry.npmjs.org/lodash._basetostring not expired, no request
46880npm verb addNamed "3.0.1" is a plain semver version for lodash._basetostring
46881npm verb addRemoteTarball http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz not in flight; adding
46882npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz',
46883npm verb addRemoteTarball 'd1861d877f824a52f669832dcaf3ee15566a07d5' ]
46884npm verb get http://registry.npmjs.org/lodash._createpadding not expired, no request
46885npm verb addNamed "3.6.1" is a plain semver version for lodash._createpadding
46886npm verb addRemoteTarball http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz not in flight; adding
46887npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz',
46888npm verb addRemoteTarball '4907b438595adc54ee8935527a6c424c02c81a87' ]
46889npm info retry fetch attempt 1 at 11:28:13
46890npm info attempt registry request try #1 at 11:28:13
46891npm http fetch GET http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
46892npm info retry fetch attempt 1 at 11:28:13
46893npm info attempt registry request try #1 at 11:28:13
46894npm http fetch GET http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
46895npm http fetch 200 http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
46896npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz not in flight; adding
46897npm verb addTmpTarball already have metadata; skipping unpack for lodash._basetostring@3.0.1
46898npm http fetch 200 http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
46899npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz not in flight; adding
46900npm verb addTmpTarball already have metadata; skipping unpack for lodash._createpadding@3.6.1
46901npm verb afterAdd /root/.npm/lodash._basetostring/3.0.1/package/package.json not in flight; writing
46902npm verb afterAdd /root/.npm/lodash._createpadding/3.6.1/package/package.json not in flight; writing
46903npm verb afterAdd /root/.npm/lodash._basetostring/3.0.1/package/package.json written
46904npm verb afterAdd /root/.npm/lodash._createpadding/3.6.1/package/package.json written
46905npm verb request uri http://registry.npmjs.org/lodash.repeat
46906npm verb request no auth needed
46907npm info attempt registry request try #1 at 11:28:13
46908npm http request GET http://registry.npmjs.org/lodash.repeat
46909npm http 200 http://registry.npmjs.org/lodash.repeat
46910npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
46911npm verb headers etag: '"C3A23HH940Z8J2HD6I8PZVFLY"',
46912npm verb headers 'content-type': 'application/json',
46913npm verb headers 'cache-control': 'max-age=60',
46914npm verb headers 'content-length': '5282',
46915npm verb headers 'accept-ranges': 'bytes',
46916npm verb headers date: 'Wed, 23 Dec 2015 11:28:13 GMT',
46917npm verb headers via: '1.1 varnish',
46918npm verb headers age: '42',
46919npm verb headers connection: 'keep-alive',
46920npm verb headers 'x-served-by': 'cache-fra1247-FRA',
46921npm verb headers 'x-cache': 'HIT',
46922npm verb headers 'x-cache-hits': '1',
46923npm verb headers 'x-timer': 'S1450870093.341982,VS0,VE0',
46924npm verb headers vary: 'Accept' }
46925npm verb get saving lodash.repeat to /root/.npm/registry.npmjs.org/lodash.repeat/.cache.json
46926npm verb cache add spec lodash.repeat@^3.0.0
46927npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.repeat
46928npm verb addNameRange registry:http://registry.npmjs.org/lodash.repeat not in flight; fetching
46929npm verb get http://registry.npmjs.org/lodash.repeat not expired, no request
46930npm verb addNamed "3.0.1" is a plain semver version for lodash.repeat
46931npm verb addRemoteTarball http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz not in flight; adding
46932npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz',
46933npm verb addRemoteTarball 'f4b98dc7ef67256ce61e7874e1865edb208e0edf' ]
46934npm info retry fetch attempt 1 at 11:28:13
46935npm info attempt registry request try #1 at 11:28:13
46936npm http fetch GET http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
46937npm http fetch 200 http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
46938npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz not in flight; adding
46939npm verb addTmpTarball already have metadata; skipping unpack for lodash.repeat@3.0.1
46940npm verb afterAdd /root/.npm/lodash.repeat/3.0.1/package/package.json not in flight; writing
46941npm verb afterAdd /root/.npm/lodash.repeat/3.0.1/package/package.json written
46942npm verb cache add spec async@0.9.0
46943npm verb addNamed "0.9.0" is a plain semver version for async
46944npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
46945npm verb get http://registry.npmjs.org/async not expired, no request
46946npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
46947npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.0.tgz',
46948npm verb addRemoteTarball 'ac3613b1da9bed1b47510bb4651b8931e47146c7' ]
46949npm info retry fetch attempt 1 at 11:28:13
46950npm info attempt registry request try #1 at 11:28:13
46951npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.0.tgz
46952npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.0.tgz
46953npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
46954npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.0
46955npm verb afterAdd /root/.npm/async/0.9.0/package/package.json not in flight; writing
46956npm verb afterAdd /root/.npm/async/0.9.0/package/package.json written
46957npm verb cache add spec rimraf@~2.2.6
46958npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
46959npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
46960npm verb request uri http://registry.npmjs.org/rimraf
46961npm verb request no auth needed
46962npm info attempt registry request try #1 at 11:28:13
46963npm verb etag "6UWALXHODVMGLBUZ4BUUZPOKK"
46964npm http request GET http://registry.npmjs.org/rimraf
46965npm http 304 http://registry.npmjs.org/rimraf
46966npm verb headers { date: 'Wed, 23 Dec 2015 11:28:13 GMT',
46967npm verb headers via: '1.1 varnish',
46968npm verb headers 'cache-control': 'max-age=300',
46969npm verb headers etag: '"6UWALXHODVMGLBUZ4BUUZPOKK"',
46970npm verb headers age: '57',
46971npm verb headers connection: 'keep-alive',
46972npm verb headers 'x-served-by': 'cache-fra1243-FRA',
46973npm verb headers 'x-cache': 'HIT',
46974npm verb headers 'x-cache-hits': '7',
46975npm verb headers 'x-timer': 'S1450870093.783320,VS0,VE0',
46976npm verb headers vary: 'Accept' }
46977npm verb etag http://registry.npmjs.org/rimraf from cache
46978npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
46979npm verb addNamed "2.2.8" is a plain semver version for rimraf
46980npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
46981npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
46982npm verb cache add spec async@^1.0.0
46983npm verb cache add spec npmlog@^1.0.0
46984npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for async
46985npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
46986npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for npmlog
46987npm verb addNameRange registry:http://registry.npmjs.org/npmlog not in flight; fetching
46988npm verb request uri http://registry.npmjs.org/backbone
46989npm verb request no auth needed
46990npm info attempt registry request try #1 at 11:28:13
46991npm http request GET http://registry.npmjs.org/backbone
46992npm verb request uri http://registry.npmjs.org/charm
46993npm verb request no auth needed
46994npm info attempt registry request try #1 at 11:28:13
46995npm http request GET http://registry.npmjs.org/charm
46996npm verb request uri http://registry.npmjs.org/consolidate
46997npm verb request no auth needed
46998npm info attempt registry request try #1 at 11:28:13
46999npm http request GET http://registry.npmjs.org/consolidate
47000npm verb request uri http://registry.npmjs.org/cross-spawn-async
47001npm verb request no auth needed
47002npm info attempt registry request try #1 at 11:28:13
47003npm http request GET http://registry.npmjs.org/cross-spawn-async
47004npm verb request uri http://registry.npmjs.org/did_it_work
47005npm verb request no auth needed
47006npm info attempt registry request try #1 at 11:28:13
47007npm http request GET http://registry.npmjs.org/did_it_work
47008npm verb request uri http://registry.npmjs.org/fileset
47009npm verb request no auth needed
47010npm info attempt registry request try #1 at 11:28:13
47011npm http request GET http://registry.npmjs.org/fileset
47012npm verb request uri http://registry.npmjs.org/fireworm
47013npm verb request no auth needed
47014npm info attempt registry request try #1 at 11:28:13
47015npm http request GET http://registry.npmjs.org/fireworm
47016npm verb request uri http://registry.npmjs.org/growl
47017npm verb request no auth needed
47018npm info attempt registry request try #1 at 11:28:13
47019npm http request GET http://registry.npmjs.org/growl
47020npm verb request uri http://registry.npmjs.org/js-yaml
47021npm verb request no auth needed
47022npm info attempt registry request try #1 at 11:28:13
47023npm http request GET http://registry.npmjs.org/js-yaml
47024npm verb request uri http://registry.npmjs.org/mustache
47025npm verb request no auth needed
47026npm info attempt registry request try #1 at 11:28:13
47027npm http request GET http://registry.npmjs.org/mustache
47028npm verb request uri http://registry.npmjs.org/printf
47029npm verb request no auth needed
47030npm info attempt registry request try #1 at 11:28:13
47031npm http request GET http://registry.npmjs.org/printf
47032npm verb request uri http://registry.npmjs.org/socket.io-pure
47033npm verb request no auth needed
47034npm info attempt registry request try #1 at 11:28:13
47035npm http request GET http://registry.npmjs.org/socket.io-pure
47036npm verb request uri http://registry.npmjs.org/styled_string
47037npm verb request no auth needed
47038npm info attempt registry request try #1 at 11:28:13
47039npm http request GET http://registry.npmjs.org/styled_string
47040npm verb request uri http://registry.npmjs.org/tap-parser
47041npm verb request no auth needed
47042npm info attempt registry request try #1 at 11:28:13
47043npm http request GET http://registry.npmjs.org/tap-parser
47044npm verb request uri http://registry.npmjs.org/xmldom
47045npm verb request no auth needed
47046npm info attempt registry request try #1 at 11:28:14
47047npm http request GET http://registry.npmjs.org/xmldom
47048npm verb get http://registry.npmjs.org/async not expired, no request
47049npm verb addNamed "1.5.0" is a plain semver version for async
47050npm verb get http://registry.npmjs.org/npmlog not expired, no request
47051npm verb addNamed "1.2.1" is a plain semver version for npmlog
47052npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
47053npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.5.0.tgz',
47054npm verb addRemoteTarball '2796642723573859565633fc6274444bee2f8ce3' ]
47055npm verb addRemoteTarball http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz not in flight; adding
47056npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz',
47057npm verb addRemoteTarball '28e7be619609b53f7ad1dd300a10d64d716268b6' ]
47058npm http 200 http://registry.npmjs.org/cross-spawn-async
47059npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47060npm verb headers etag: '"EH80IGAS913GKHQ54NO30V1FX"',
47061npm verb headers 'content-type': 'application/json',
47062npm verb headers 'cache-control': 'max-age=300',
47063npm verb headers 'content-length': '11820',
47064npm verb headers 'accept-ranges': 'bytes',
47065npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47066npm verb headers via: '1.1 varnish',
47067npm verb headers age: '79',
47068npm verb headers connection: 'keep-alive',
47069npm verb headers 'x-served-by': 'cache-fra1232-FRA',
47070npm verb headers 'x-cache': 'HIT',
47071npm verb headers 'x-cache-hits': '2',
47072npm verb headers 'x-timer': 'S1450870094.017745,VS0,VE0',
47073npm verb headers vary: 'Accept' }
47074npm verb get saving cross-spawn-async to /root/.npm/registry.npmjs.org/cross-spawn-async/.cache.json
47075npm info retry fetch attempt 1 at 11:28:14
47076npm info attempt registry request try #1 at 11:28:14
47077npm http fetch GET http://registry.npmjs.org/async/-/async-1.5.0.tgz
47078npm info retry fetch attempt 1 at 11:28:14
47079npm info attempt registry request try #1 at 11:28:14
47080npm http fetch GET http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
47081npm http 200 http://registry.npmjs.org/backbone
47082npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47083npm verb headers etag: '"1PPG1J8IWPWISSD3V7419WF9V"',
47084npm verb headers 'content-type': 'application/json',
47085npm verb headers 'cache-control': 'max-age=300',
47086npm verb headers 'content-length': '28383',
47087npm verb headers 'accept-ranges': 'bytes',
47088npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47089npm verb headers via: '1.1 varnish',
47090npm verb headers age: '4',
47091npm verb headers connection: 'keep-alive',
47092npm verb headers 'x-served-by': 'cache-fra1227-FRA',
47093npm verb headers 'x-cache': 'HIT',
47094npm verb headers 'x-cache-hits': '1',
47095npm verb headers 'x-timer': 'S1450870094.016765,VS0,VE0',
47096npm verb headers vary: 'Accept' }
47097npm verb get saving backbone to /root/.npm/registry.npmjs.org/backbone/.cache.json
47098npm verb cache add spec cross-spawn-async@^2.0.0
47099npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cross-spawn-async
47100npm verb addNameRange registry:http://registry.npmjs.org/cross-spawn-async not in flight; fetching
47101npm http fetch 200 http://registry.npmjs.org/async/-/async-1.5.0.tgz
47102npm http 200 http://registry.npmjs.org/charm
47103npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47104npm verb headers etag: '"3R3GSARBVXR5X3EKWWOAW7TRF"',
47105npm verb headers 'content-type': 'application/json',
47106npm verb headers 'cache-control': 'max-age=60',
47107npm verb headers 'content-length': '20097',
47108npm verb headers 'accept-ranges': 'bytes',
47109npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47110npm verb headers via: '1.1 varnish',
47111npm verb headers age: '9',
47112npm verb headers connection: 'keep-alive',
47113npm verb headers 'x-served-by': 'cache-fra1226-FRA',
47114npm verb headers 'x-cache': 'HIT',
47115npm verb headers 'x-cache-hits': '1',
47116npm verb headers 'x-timer': 'S1450870094.017152,VS0,VE0',
47117npm verb headers vary: 'Accept' }
47118npm verb get saving charm to /root/.npm/registry.npmjs.org/charm/.cache.json
47119npm http 200 http://registry.npmjs.org/printf
47120npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47121npm verb headers etag: '"52MMZCNWVDEVP8IEB1U7DSREZ"',
47122npm verb headers 'content-type': 'application/json',
47123npm verb headers 'cache-control': 'max-age=300',
47124npm verb headers 'content-length': '22548',
47125npm verb headers 'accept-ranges': 'bytes',
47126npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47127npm verb headers via: '1.1 varnish',
47128npm verb headers age: '124',
47129npm verb headers connection: 'keep-alive',
47130npm verb headers 'x-served-by': 'cache-fra1237-FRA',
47131npm verb headers 'x-cache': 'HIT',
47132npm verb headers 'x-cache-hits': '1',
47133npm verb headers 'x-timer': 'S1450870094.018887,VS0,VE0',
47134npm verb headers vary: 'Accept' }
47135npm verb get saving printf to /root/.npm/registry.npmjs.org/printf/.cache.json
47136npm verb cache add spec backbone@^1.1.2
47137npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for backbone
47138npm verb addNameRange registry:http://registry.npmjs.org/backbone not in flight; fetching
47139npm http 200 http://registry.npmjs.org/xmldom
47140npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47141npm verb headers etag: '"8F7H3A4KXY95UIYF0DQTFXQYB"',
47142npm verb headers 'content-type': 'application/json',
47143npm verb headers 'cache-control': 'max-age=300',
47144npm verb headers 'content-length': '34269',
47145npm verb headers 'accept-ranges': 'bytes',
47146npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47147npm verb headers via: '1.1 varnish',
47148npm verb headers age: '91',
47149npm verb headers connection: 'keep-alive',
47150npm verb headers 'x-served-by': 'cache-fra1224-FRA',
47151npm verb headers 'x-cache': 'HIT',
47152npm verb headers 'x-cache-hits': '1',
47153npm verb headers 'x-timer': 'S1450870094.019665,VS0,VE0',
47154npm verb headers vary: 'Accept' }
47155npm verb get saving xmldom to /root/.npm/registry.npmjs.org/xmldom/.cache.json
47156npm http fetch 200 http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
47157npm http 200 http://registry.npmjs.org/growl
47158npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47159npm verb headers etag: '"6PKCHLDZRJVP98V8ELUMW4FBS"',
47160npm verb headers 'content-type': 'application/json',
47161npm verb headers 'cache-control': 'max-age=300',
47162npm verb headers 'content-length': '14106',
47163npm verb headers 'accept-ranges': 'bytes',
47164npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47165npm verb headers via: '1.1 varnish',
47166npm verb headers age: '91',
47167npm verb headers connection: 'keep-alive',
47168npm verb headers 'x-served-by': 'cache-fra1223-FRA',
47169npm verb headers 'x-cache': 'HIT',
47170npm verb headers 'x-cache-hits': '3',
47171npm verb headers 'x-timer': 'S1450870094.017711,VS0,VE0',
47172npm verb headers vary: 'Accept' }
47173npm verb get saving growl to /root/.npm/registry.npmjs.org/growl/.cache.json
47174npm verb get http://registry.npmjs.org/cross-spawn-async not expired, no request
47175npm verb addNamed "2.1.1" is a plain semver version for cross-spawn-async
47176npm verb addRemoteTarball http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz not in flight; adding
47177npm verb addRemoteTarball [ 'http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz',
47178npm verb addRemoteTarball 'c630a1181183a77c75647a0e8eefdf97c4d0e812' ]
47179npm verb get http://registry.npmjs.org/backbone not expired, no request
47180npm verb addNamed "1.2.3" is a plain semver version for backbone
47181npm verb addRemoteTarball http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz not in flight; adding
47182npm verb addRemoteTarball [ 'http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz',
47183npm verb addRemoteTarball 'c22cfd07fc86ebbeae61d18929ed115e999d65b9' ]
47184npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
47185npm verb addTmpTarball already have metadata; skipping unpack for async@1.5.0
47186npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz not in flight; adding
47187npm verb addTmpTarball already have metadata; skipping unpack for npmlog@1.2.1
47188npm http 200 http://registry.npmjs.org/mustache
47189npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47190npm verb headers etag: '"4UVUU8HOXUXUS4Q4FL8SQW5LX"',
47191npm verb headers 'content-type': 'application/json',
47192npm verb headers 'cache-control': 'max-age=300',
47193npm verb headers 'content-length': '46188',
47194npm verb headers 'accept-ranges': 'bytes',
47195npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47196npm verb headers via: '1.1 varnish',
47197npm verb headers age: '160',
47198npm verb headers connection: 'keep-alive',
47199npm verb headers 'x-served-by': 'cache-fra1229-FRA',
47200npm verb headers 'x-cache': 'HIT',
47201npm verb headers 'x-cache-hits': '1',
47202npm verb headers 'x-timer': 'S1450870094.018946,VS0,VE0',
47203npm verb headers vary: 'Accept' }
47204npm verb get saving mustache to /root/.npm/registry.npmjs.org/mustache/.cache.json
47205npm http 200 http://registry.npmjs.org/fireworm
47206npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47207npm verb headers etag: '"9D5VSLWHPAB7J1ZYPQPURQLVO"',
47208npm verb headers 'content-type': 'application/json',
47209npm verb headers 'cache-control': 'max-age=300',
47210npm verb headers 'content-length': '35881',
47211npm verb headers 'accept-ranges': 'bytes',
47212npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47213npm verb headers via: '1.1 varnish',
47214npm verb headers age: '173',
47215npm verb headers connection: 'keep-alive',
47216npm verb headers 'x-served-by': 'cache-fra1237-FRA',
47217npm verb headers 'x-cache': 'HIT',
47218npm verb headers 'x-cache-hits': '2',
47219npm verb headers 'x-timer': 'S1450870094.018552,VS0,VE0',
47220npm verb headers vary: 'Accept' }
47221npm verb get saving fireworm to /root/.npm/registry.npmjs.org/fireworm/.cache.json
47222npm http 200 http://registry.npmjs.org/consolidate
47223npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47224npm verb headers etag: '"2JER86KH4ZL7XGN4H1OB7C9KB"',
47225npm verb headers 'content-type': 'application/json',
47226npm verb headers 'cache-control': 'max-age=300',
47227npm verb headers 'content-length': '32098',
47228npm verb headers 'accept-ranges': 'bytes',
47229npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47230npm verb headers via: '1.1 varnish',
47231npm verb headers age: '65',
47232npm verb headers connection: 'keep-alive',
47233npm verb headers 'x-served-by': 'cache-fra1231-FRA',
47234npm verb headers 'x-cache': 'HIT',
47235npm verb headers 'x-cache-hits': '1',
47236npm verb headers 'x-timer': 'S1450870094.017771,VS0,VE0',
47237npm verb headers vary: 'Accept' }
47238npm verb get saving consolidate to /root/.npm/registry.npmjs.org/consolidate/.cache.json
47239npm info retry fetch attempt 1 at 11:28:14
47240npm info attempt registry request try #1 at 11:28:14
47241npm http fetch GET http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz
47242npm verb cache add spec charm@^1.0.0
47243npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for charm
47244npm verb addNameRange registry:http://registry.npmjs.org/charm not in flight; fetching
47245npm info retry fetch attempt 1 at 11:28:14
47246npm info attempt registry request try #1 at 11:28:14
47247npm http fetch GET http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz
47248npm verb cache add spec printf@^0.2.3
47249npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for printf
47250npm verb addNameRange registry:http://registry.npmjs.org/printf not in flight; fetching
47251npm verb cache add spec xmldom@^0.1.19
47252npm verb addNamed ">=0.1.19 <0.2.0" is a valid semver range for xmldom
47253npm verb addNameRange registry:http://registry.npmjs.org/xmldom not in flight; fetching
47254npm verb cache add spec growl@^1.8.1
47255npm verb addNamed ">=1.8.1 <2.0.0" is a valid semver range for growl
47256npm verb addNameRange registry:http://registry.npmjs.org/growl not in flight; fetching
47257npm http 200 http://registry.npmjs.org/js-yaml
47258npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47259npm verb headers etag: '"87Q0HTPBPNDKR4YO7K37RHIFD"',
47260npm verb headers 'content-type': 'application/json',
47261npm verb headers 'cache-control': 'max-age=300',
47262npm verb headers 'content-length': '69839',
47263npm verb headers 'accept-ranges': 'bytes',
47264npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47265npm verb headers via: '1.1 varnish',
47266npm verb headers age: '152',
47267npm verb headers connection: 'keep-alive',
47268npm verb headers 'x-served-by': 'cache-fra1221-FRA',
47269npm verb headers 'x-cache': 'HIT',
47270npm verb headers 'x-cache-hits': '6',
47271npm verb headers 'x-timer': 'S1450870094.017842,VS0,VE0',
47272npm verb headers vary: 'Accept' }
47273npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
47274npm http fetch 200 http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz
47275npm http fetch 200 http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz
47276npm verb get http://registry.npmjs.org/charm not expired, no request
47277npm verb addNamed "1.0.0" is a plain semver version for charm
47278npm verb get http://registry.npmjs.org/printf not expired, no request
47279npm verb addNamed "0.2.3" is a plain semver version for printf
47280npm verb addRemoteTarball http://registry.npmjs.org/charm/-/charm-1.0.0.tgz not in flight; adding
47281npm verb addRemoteTarball [ 'http://registry.npmjs.org/charm/-/charm-1.0.0.tgz',
47282npm verb addRemoteTarball '6cfb69ddcc3d648528615bd2e9ffe14fb970b9ae' ]
47283npm verb afterAdd /root/.npm/async/1.5.0/package/package.json not in flight; writing
47284npm verb addRemoteTarball http://registry.npmjs.org/printf/-/printf-0.2.3.tgz not in flight; adding
47285npm verb addRemoteTarball [ 'http://registry.npmjs.org/printf/-/printf-0.2.3.tgz',
47286npm verb addRemoteTarball '349ce132effee7218654f3b0f6bb62b2aa0843dd' ]
47287npm verb get http://registry.npmjs.org/xmldom not expired, no request
47288npm verb addNamed "0.1.19" is a plain semver version for xmldom
47289npm verb get http://registry.npmjs.org/growl not expired, no request
47290npm verb addNamed "1.8.1" is a plain semver version for growl
47291npm verb afterAdd /root/.npm/npmlog/1.2.1/package/package.json not in flight; writing
47292npm verb addRemoteTarball http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
47293npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz',
47294npm verb addRemoteTarball '631fc07776efd84118bf25171b37ed4d075a0abc' ]
47295npm verb addRemoteTarball http://registry.npmjs.org/growl/-/growl-1.8.1.tgz not in flight; adding
47296npm verb addRemoteTarball [ 'http://registry.npmjs.org/growl/-/growl-1.8.1.tgz',
47297npm verb addRemoteTarball '4b2dec8d907e93db336624dcec0183502f8c9428' ]
47298npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz not in flight; adding
47299npm verb addTmpTarball already have metadata; skipping unpack for cross-spawn-async@2.1.1
47300npm verb cache add spec mustache@^2.0.0
47301npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for mustache
47302npm verb addNameRange registry:http://registry.npmjs.org/mustache not in flight; fetching
47303npm verb cache add spec fireworm@^0.6.6
47304npm verb addNamed ">=0.6.6 <0.7.0" is a valid semver range for fireworm
47305npm verb addNameRange registry:http://registry.npmjs.org/fireworm not in flight; fetching
47306npm verb cache add spec consolidate@^0.13.1
47307npm verb addNamed ">=0.13.1 <0.14.0" is a valid semver range for consolidate
47308npm verb addNameRange registry:http://registry.npmjs.org/consolidate not in flight; fetching
47309npm info retry fetch attempt 1 at 11:28:14
47310npm info attempt registry request try #1 at 11:28:14
47311npm http fetch GET http://registry.npmjs.org/charm/-/charm-1.0.0.tgz
47312npm info retry fetch attempt 1 at 11:28:14
47313npm info attempt registry request try #1 at 11:28:14
47314npm http fetch GET http://registry.npmjs.org/printf/-/printf-0.2.3.tgz
47315npm info retry fetch attempt 1 at 11:28:14
47316npm info attempt registry request try #1 at 11:28:14
47317npm http fetch GET http://registry.npmjs.org/growl/-/growl-1.8.1.tgz
47318npm info retry fetch attempt 1 at 11:28:14
47319npm info attempt registry request try #1 at 11:28:14
47320npm http fetch GET http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
47321npm verb afterAdd /root/.npm/async/1.5.0/package/package.json written
47322npm http 200 http://registry.npmjs.org/styled_string
47323npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47324npm verb headers etag: '"1H62LJL0ON77PW313DETCLATV"',
47325npm verb headers 'content-type': 'application/json',
47326npm verb headers 'cache-control': 'max-age=300',
47327npm verb headers 'content-length': '2321',
47328npm verb headers 'accept-ranges': 'bytes',
47329npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47330npm verb headers via: '1.1 varnish',
47331npm verb headers age: '173',
47332npm verb headers connection: 'keep-alive',
47333npm verb headers 'x-served-by': 'cache-fra1237-FRA',
47334npm verb headers 'x-cache': 'HIT',
47335npm verb headers 'x-cache-hits': '2',
47336npm verb headers 'x-timer': 'S1450870094.019588,VS0,VE0',
47337npm verb headers vary: 'Accept' }
47338npm verb get saving styled_string to /root/.npm/registry.npmjs.org/styled_string/.cache.json
47339npm verb afterAdd /root/.npm/npmlog/1.2.1/package/package.json written
47340npm verb cache add spec js-yaml@^3.2.5
47341npm verb addNamed ">=3.2.5 <4.0.0" is a valid semver range for js-yaml
47342npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
47343npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/backbone/-/backbone-1.2.3.tgz not in flight; adding
47344npm verb addTmpTarball already have metadata; skipping unpack for backbone@1.2.3
47345npm verb get http://registry.npmjs.org/mustache not expired, no request
47346npm verb addNamed "2.2.1" is a plain semver version for mustache
47347npm http fetch 200 http://registry.npmjs.org/printf/-/printf-0.2.3.tgz
47348npm http fetch 200 http://registry.npmjs.org/charm/-/charm-1.0.0.tgz
47349npm verb get http://registry.npmjs.org/fireworm not expired, no request
47350npm verb addNamed "0.6.6" is a plain semver version for fireworm
47351npm verb get http://registry.npmjs.org/consolidate not expired, no request
47352npm verb addNamed "0.13.1" is a plain semver version for consolidate
47353npm verb addRemoteTarball http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz not in flight; adding
47354npm verb addRemoteTarball [ 'http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz',
47355npm verb addRemoteTarball '2c40ca21c278f53150682bcf9090e41a3339b876' ]
47356npm http fetch 200 http://registry.npmjs.org/growl/-/growl-1.8.1.tgz
47357npm http fetch 200 http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
47358npm verb addRemoteTarball http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz not in flight; adding
47359npm verb addRemoteTarball [ 'http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz',
47360npm verb addRemoteTarball '6023218e215c8ae628ac5105a60e470a50983f6f' ]
47361npm verb addRemoteTarball http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz not in flight; adding
47362npm verb addRemoteTarball [ 'http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz',
47363npm verb addRemoteTarball '9e9503568eb4850889da6ed87a852c8dd2d13f64' ]
47364npm http 200 http://registry.npmjs.org/fileset
47365npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47366npm verb headers etag: '"26TXLYXMYOOWKMC7521B3WUG6"',
47367npm verb headers 'content-type': 'application/json',
47368npm verb headers 'cache-control': 'max-age=300',
47369npm verb headers 'content-length': '15408',
47370npm verb headers 'accept-ranges': 'bytes',
47371npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47372npm verb headers via: '1.1 varnish',
47373npm verb headers age: '270',
47374npm verb headers connection: 'keep-alive',
47375npm verb headers 'x-served-by': 'cache-fra1245-FRA',
47376npm verb headers 'x-cache': 'HIT',
47377npm verb headers 'x-cache-hits': '5',
47378npm verb headers 'x-timer': 'S1450870094.017749,VS0,VE0',
47379npm verb headers vary: 'Accept' }
47380npm verb get saving fileset to /root/.npm/registry.npmjs.org/fileset/.cache.json
47381npm verb get http://registry.npmjs.org/js-yaml not expired, no request
47382npm verb addNamed "3.4.6" is a plain semver version for js-yaml
47383npm info retry fetch attempt 1 at 11:28:14
47384npm info attempt registry request try #1 at 11:28:14
47385npm http fetch GET http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz
47386npm info retry fetch attempt 1 at 11:28:14
47387npm info attempt registry request try #1 at 11:28:14
47388npm http fetch GET http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz
47389npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
47390npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz',
47391npm verb addRemoteTarball '6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0' ]
47392npm info retry fetch attempt 1 at 11:28:14
47393npm info attempt registry request try #1 at 11:28:14
47394npm http fetch GET http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz
47395npm http 200 http://registry.npmjs.org/socket.io-pure
47396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47397npm verb headers etag: '"7Z6FT1HHSEUDR7S5ZIVQWG4TT"',
47398npm verb headers 'content-type': 'application/json',
47399npm verb headers 'cache-control': 'max-age=300',
47400npm verb headers 'content-length': '21682',
47401npm verb headers 'accept-ranges': 'bytes',
47402npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47403npm verb headers via: '1.1 varnish',
47404npm verb headers age: '124',
47405npm verb headers connection: 'keep-alive',
47406npm verb headers 'x-served-by': 'cache-fra1245-FRA',
47407npm verb headers 'x-cache': 'HIT',
47408npm verb headers 'x-cache-hits': '2',
47409npm verb headers 'x-timer': 'S1450870094.019770,VS0,VE0',
47410npm verb headers vary: 'Accept' }
47411npm verb get saving socket.io-pure to /root/.npm/registry.npmjs.org/socket.io-pure/.cache.json
47412npm http 200 http://registry.npmjs.org/did_it_work
47413npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47414npm verb headers etag: '"27EOYHIN2H09LDA6CENZBY8RG"',
47415npm verb headers 'content-type': 'application/json',
47416npm verb headers 'cache-control': 'max-age=300',
47417npm verb headers 'content-length': '11633',
47418npm verb headers 'accept-ranges': 'bytes',
47419npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47420npm verb headers via: '1.1 varnish',
47421npm verb headers age: '173',
47422npm verb headers connection: 'keep-alive',
47423npm verb headers 'x-served-by': 'cache-fra1241-FRA',
47424npm verb headers 'x-cache': 'HIT',
47425npm verb headers 'x-cache-hits': '1',
47426npm verb headers 'x-timer': 'S1450870094.017900,VS0,VE0',
47427npm verb headers vary: 'Accept' }
47428npm verb get saving did_it_work to /root/.npm/registry.npmjs.org/did_it_work/.cache.json
47429npm verb afterAdd /root/.npm/cross-spawn-async/2.1.1/package/package.json not in flight; writing
47430npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/printf/-/printf-0.2.3.tgz not in flight; adding
47431npm verb addTmpTarball already have metadata; skipping unpack for printf@0.2.3
47432npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/charm/-/charm-1.0.0.tgz not in flight; adding
47433npm verb addTmpTarball already have metadata; skipping unpack for charm@1.0.0
47434npm http fetch 200 http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz
47435npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/growl/-/growl-1.8.1.tgz not in flight; adding
47436npm verb addTmpTarball already have metadata; skipping unpack for growl@1.8.1
47437npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
47438npm verb addTmpTarball already have metadata; skipping unpack for xmldom@0.1.19
47439npm info retry fetch attempt 1 at 11:28:14
47440npm info attempt registry request try #1 at 11:28:14
47441npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
47442npm verb cache add spec styled_string@0.0.1
47443npm verb addNamed "0.0.1" is a plain semver version for styled_string
47444npm verb addNameVersion registry:http://registry.npmjs.org/styled_string not in flight; fetching
47445npm http fetch 200 http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz
47446npm http fetch 200 http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz
47447npm verb afterAdd /root/.npm/backbone/1.2.3/package/package.json not in flight; writing
47448npm verb afterAdd /root/.npm/cross-spawn-async/2.1.1/package/package.json written
47449npm verb cache add spec fileset@^0.2.1
47450npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for fileset
47451npm verb addNameRange registry:http://registry.npmjs.org/fileset not in flight; fetching
47452npm verb get http://registry.npmjs.org/styled_string not expired, no request
47453npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
47454npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/mustache/-/mustache-2.2.1.tgz not in flight; adding
47455npm verb addTmpTarball already have metadata; skipping unpack for mustache@2.2.1
47456npm verb addRemoteTarball http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz not in flight; adding
47457npm verb addRemoteTarball [ 'http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz',
47458npm verb addRemoteTarball 'd22782bd81295459bc4f1df18c4bad8e94dd124a' ]
47459npm verb cache add spec socket.io-pure@^1.3.11
47460npm verb addNamed ">=1.3.11 <2.0.0" is a valid semver range for socket.io-pure
47461npm verb addNameRange registry:http://registry.npmjs.org/socket.io-pure not in flight; fetching
47462npm verb cache add spec did_it_work@0.0.6
47463npm verb addNamed "0.0.6" is a plain semver version for did_it_work
47464npm verb addNameVersion registry:http://registry.npmjs.org/did_it_work not in flight; fetching
47465npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz not in flight; adding
47466npm verb addTmpTarball already have metadata; skipping unpack for consolidate@0.13.1
47467npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz not in flight; adding
47468npm verb addTmpTarball already have metadata; skipping unpack for fireworm@0.6.6
47469npm http 200 http://registry.npmjs.org/tap-parser
47470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47471npm verb headers etag: '"EYFUN3JW2FHN30YWG1UX218ME"',
47472npm verb headers 'content-type': 'application/json',
47473npm verb headers 'cache-control': 'max-age=300',
47474npm verb headers 'content-length': '42535',
47475npm verb headers 'accept-ranges': 'bytes',
47476npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47477npm verb headers via: '1.1 varnish',
47478npm verb headers age: '0',
47479npm verb headers connection: 'keep-alive',
47480npm verb headers 'x-served-by': 'cache-fra1228-FRA',
47481npm verb headers 'x-cache': 'HIT',
47482npm verb headers 'x-cache-hits': '1',
47483npm verb headers 'x-timer': 'S1450870094.019894,VS0,VE400',
47484npm verb headers vary: 'Accept' }
47485npm verb get saving tap-parser to /root/.npm/registry.npmjs.org/tap-parser/.cache.json
47486npm verb afterAdd /root/.npm/backbone/1.2.3/package/package.json written
47487npm verb afterAdd /root/.npm/printf/0.2.3/package/package.json not in flight; writing
47488npm verb afterAdd /root/.npm/charm/1.0.0/package/package.json not in flight; writing
47489npm verb get http://registry.npmjs.org/fileset not expired, no request
47490npm verb addNamed "0.2.1" is a plain semver version for fileset
47491npm info retry fetch attempt 1 at 11:28:14
47492npm info attempt registry request try #1 at 11:28:14
47493npm http fetch GET http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz
47494npm verb addRemoteTarball http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
47495npm verb addRemoteTarball [ 'http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz',
47496npm verb addRemoteTarball '588ef8973c6623b2a76df465105696b96aac8067' ]
47497npm verb afterAdd /root/.npm/growl/1.8.1/package/package.json not in flight; writing
47498npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json not in flight; writing
47499npm verb get http://registry.npmjs.org/socket.io-pure not expired, no request
47500npm verb addNamed "1.3.12" is a plain semver version for socket.io-pure
47501npm verb get http://registry.npmjs.org/did_it_work not expired, no request
47502npm verb addRemoteTarball http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz not in flight; adding
47503npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz',
47504npm verb addRemoteTarball '04204d303f358650b5423f72b190dc0275d30e30' ]
47505npm verb addRemoteTarball http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz not in flight; adding
47506npm verb addRemoteTarball [ 'http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz',
47507npm verb addRemoteTarball '5180cb9e16ebf9a8753a0cc6b4af9ccdff71ec05' ]
47508npm info retry fetch attempt 1 at 11:28:14
47509npm info attempt registry request try #1 at 11:28:14
47510npm http fetch GET http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
47511npm verb afterAdd /root/.npm/printf/0.2.3/package/package.json written
47512npm verb afterAdd /root/.npm/charm/1.0.0/package/package.json written
47513npm http fetch 200 http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz
47514npm verb afterAdd /root/.npm/growl/1.8.1/package/package.json written
47515npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json written
47516npm info retry fetch attempt 1 at 11:28:14
47517npm info attempt registry request try #1 at 11:28:14
47518npm http fetch GET http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz
47519npm info retry fetch attempt 1 at 11:28:14
47520npm info attempt registry request try #1 at 11:28:14
47521npm http fetch GET http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz
47522npm verb afterAdd /root/.npm/mustache/2.2.1/package/package.json not in flight; writing
47523npm verb cache add spec tap-parser@^1.1.3
47524npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for tap-parser
47525npm verb addNameRange registry:http://registry.npmjs.org/tap-parser not in flight; fetching
47526npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
47527npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@3.4.6
47528npm verb afterAdd /root/.npm/consolidate/0.13.1/package/package.json not in flight; writing
47529npm verb afterAdd /root/.npm/fireworm/0.6.6/package/package.json not in flight; writing
47530npm http fetch 200 http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
47531npm http fetch 200 http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz
47532npm http fetch 200 http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz
47533npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz not in flight; adding
47534npm verb addTmpTarball already have metadata; skipping unpack for styled_string@0.0.1
47535npm verb afterAdd /root/.npm/mustache/2.2.1/package/package.json written
47536npm verb get http://registry.npmjs.org/tap-parser not expired, no request
47537npm verb addNamed "1.2.2" is a plain semver version for tap-parser
47538npm verb afterAdd /root/.npm/consolidate/0.13.1/package/package.json written
47539npm verb afterAdd /root/.npm/fireworm/0.6.6/package/package.json written
47540npm verb addRemoteTarball http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz not in flight; adding
47541npm verb addRemoteTarball [ 'http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz',
47542npm verb addRemoteTarball '5e2f6970611f079c7cf857de1dc7aa1b480de7a5' ]
47543npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
47544npm verb addTmpTarball already have metadata; skipping unpack for fileset@0.2.1
47545npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz not in flight; adding
47546npm verb addTmpTarball already have metadata; skipping unpack for did_it_work@0.0.6
47547npm info retry fetch attempt 1 at 11:28:14
47548npm info attempt registry request try #1 at 11:28:14
47549npm http fetch GET http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz
47550npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz not in flight; adding
47551npm verb addTmpTarball already have metadata; skipping unpack for socket.io-pure@1.3.12
47552npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json not in flight; writing
47553npm verb afterAdd /root/.npm/styled_string/0.0.1/package/package.json not in flight; writing
47554npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json written
47555npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json not in flight; writing
47556npm verb afterAdd /root/.npm/styled_string/0.0.1/package/package.json written
47557npm verb afterAdd /root/.npm/did_it_work/0.0.6/package/package.json not in flight; writing
47558npm http fetch 200 http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz
47559npm verb afterAdd /root/.npm/socket.io-pure/1.3.12/package/package.json not in flight; writing
47560npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json written
47561npm verb afterAdd /root/.npm/did_it_work/0.0.6/package/package.json written
47562npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz not in flight; adding
47563npm verb addTmpTarball already have metadata; skipping unpack for tap-parser@1.2.2
47564npm verb afterAdd /root/.npm/socket.io-pure/1.3.12/package/package.json written
47565npm verb afterAdd /root/.npm/tap-parser/1.2.2/package/package.json not in flight; writing
47566npm verb afterAdd /root/.npm/tap-parser/1.2.2/package/package.json written
47567npm verb request uri http://registry.npmjs.org/underscore
47568npm verb request no auth needed
47569npm info attempt registry request try #1 at 11:28:14
47570npm http request GET http://registry.npmjs.org/underscore
47571npm http 200 http://registry.npmjs.org/underscore
47572npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47573npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
47574npm verb headers 'content-type': 'application/json',
47575npm verb headers 'cache-control': 'max-age=300',
47576npm verb headers 'content-length': '41960',
47577npm verb headers 'accept-ranges': 'bytes',
47578npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47579npm verb headers via: '1.1 varnish',
47580npm verb headers age: '120',
47581npm verb headers connection: 'keep-alive',
47582npm verb headers 'x-served-by': 'cache-fra1234-FRA',
47583npm verb headers 'x-cache': 'HIT',
47584npm verb headers 'x-cache-hits': '10',
47585npm verb headers 'x-timer': 'S1450870094.717258,VS0,VE0',
47586npm verb headers vary: 'Accept' }
47587npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
47588npm verb cache add spec underscore@>=1.7.0
47589npm verb addNamed ">=1.7.0" is a valid semver range for underscore
47590npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
47591npm verb get http://registry.npmjs.org/underscore not expired, no request
47592npm verb addNamed "1.8.3" is a plain semver version for underscore
47593npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz not in flight; adding
47594npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz',
47595npm verb addRemoteTarball '4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022' ]
47596npm info retry fetch attempt 1 at 11:28:14
47597npm info attempt registry request try #1 at 11:28:14
47598npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz
47599npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz
47600npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/underscore/-/underscore-1.8.3.tgz not in flight; adding
47601npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.8.3
47602npm verb afterAdd /root/.npm/underscore/1.8.3/package/package.json not in flight; writing
47603npm verb afterAdd /root/.npm/underscore/1.8.3/package/package.json written
47604npm verb cache add spec lru-cache@^3.2.0
47605npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lru-cache
47606npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
47607npm verb request uri http://registry.npmjs.org/which
47608npm verb request no auth needed
47609npm info attempt registry request try #1 at 11:28:14
47610npm http request GET http://registry.npmjs.org/which
47611npm verb request uri http://registry.npmjs.org/lru-cache
47612npm verb request no auth needed
47613npm info attempt registry request try #1 at 11:28:14
47614npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
47615npm http request GET http://registry.npmjs.org/lru-cache
47616npm http 304 http://registry.npmjs.org/lru-cache
47617npm verb headers { date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47618npm verb headers via: '1.1 varnish',
47619npm verb headers 'cache-control': 'max-age=300',
47620npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
47621npm verb headers age: '29',
47622npm verb headers connection: 'keep-alive',
47623npm verb headers 'x-served-by': 'cache-fra1226-FRA',
47624npm verb headers 'x-cache': 'HIT',
47625npm verb headers 'x-cache-hits': '3',
47626npm verb headers 'x-timer': 'S1450870094.886619,VS0,VE0',
47627npm verb headers vary: 'Accept' }
47628npm verb etag http://registry.npmjs.org/lru-cache from cache
47629npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
47630npm http 200 http://registry.npmjs.org/which
47631npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47632npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
47633npm verb headers 'content-type': 'application/json',
47634npm verb headers 'cache-control': 'max-age=300',
47635npm verb headers 'content-length': '15728',
47636npm verb headers 'accept-ranges': 'bytes',
47637npm verb headers date: 'Wed, 23 Dec 2015 11:28:14 GMT',
47638npm verb headers via: '1.1 varnish',
47639npm verb headers age: '232',
47640npm verb headers connection: 'keep-alive',
47641npm verb headers 'x-served-by': 'cache-fra1247-FRA',
47642npm verb headers 'x-cache': 'HIT',
47643npm verb headers 'x-cache-hits': '10',
47644npm verb headers 'x-timer': 'S1450870094.875613,VS0,VE0',
47645npm verb headers vary: 'Accept' }
47646npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
47647npm verb addNamed "3.2.0" is a plain semver version for lru-cache
47648npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz not in flight; adding
47649npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz',
47650npm verb addRemoteTarball '71789b3b7f5399bec8565dda38aa30d2a097efee' ]
47651npm verb cache add spec which@^1.2.0
47652npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for which
47653npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
47654npm info retry fetch attempt 1 at 11:28:14
47655npm info attempt registry request try #1 at 11:28:14
47656npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz
47657npm verb get http://registry.npmjs.org/which not expired, no request
47658npm verb addNamed "1.2.1" is a plain semver version for which
47659npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.2.1.tgz not in flight; adding
47660npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.2.1.tgz',
47661npm verb addRemoteTarball 'a010c43aade1a798a3e6c1b1e453d45cb497a2bc' ]
47662npm info retry fetch attempt 1 at 11:28:14
47663npm info attempt registry request try #1 at 11:28:14
47664npm http fetch GET http://registry.npmjs.org/which/-/which-1.2.1.tgz
47665npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz
47666npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz not in flight; adding
47667npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@3.2.0
47668npm verb afterAdd /root/.npm/lru-cache/3.2.0/package/package.json not in flight; writing
47669npm http fetch 200 http://registry.npmjs.org/which/-/which-1.2.1.tgz
47670npm verb afterAdd /root/.npm/lru-cache/3.2.0/package/package.json written
47671npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/which/-/which-1.2.1.tgz not in flight; adding
47672npm verb addTmpTarball already have metadata; skipping unpack for which@1.2.1
47673npm verb afterAdd /root/.npm/which/1.2.1/package/package.json not in flight; writing
47674npm verb afterAdd /root/.npm/which/1.2.1/package/package.json written
47675npm verb request uri http://registry.npmjs.org/pseudomap
47676npm verb request no auth needed
47677npm info attempt registry request try #1 at 11:28:14
47678npm http request GET http://registry.npmjs.org/pseudomap
47679npm http 200 http://registry.npmjs.org/pseudomap
47680npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47681npm verb headers etag: '"EOGQ5IJM99V8GVKQLN2U6AWWG"',
47682npm verb headers 'content-type': 'application/json',
47683npm verb headers 'cache-control': 'max-age=300',
47684npm verb headers 'content-length': '5132',
47685npm verb headers 'accept-ranges': 'bytes',
47686npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47687npm verb headers via: '1.1 varnish',
47688npm verb headers age: '72',
47689npm verb headers connection: 'keep-alive',
47690npm verb headers 'x-served-by': 'cache-fra1227-FRA',
47691npm verb headers 'x-cache': 'HIT',
47692npm verb headers 'x-cache-hits': '1',
47693npm verb headers 'x-timer': 'S1450870095.001857,VS0,VE0',
47694npm verb headers vary: 'Accept' }
47695npm verb get saving pseudomap to /root/.npm/registry.npmjs.org/pseudomap/.cache.json
47696npm verb cache add spec pseudomap@^1.0.1
47697npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for pseudomap
47698npm verb addNameRange registry:http://registry.npmjs.org/pseudomap not in flight; fetching
47699npm verb get http://registry.npmjs.org/pseudomap not expired, no request
47700npm verb addNamed "1.0.1" is a plain semver version for pseudomap
47701npm verb addRemoteTarball http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz not in flight; adding
47702npm verb addRemoteTarball [ 'http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz',
47703npm verb addRemoteTarball '29b4e7f37bbbf3e3c9b9152981c40f33d56b2b28' ]
47704npm info retry fetch attempt 1 at 11:28:15
47705npm info attempt registry request try #1 at 11:28:15
47706npm http fetch GET http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz
47707npm http fetch 200 http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz
47708npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz not in flight; adding
47709npm verb addTmpTarball already have metadata; skipping unpack for pseudomap@1.0.1
47710npm verb afterAdd /root/.npm/pseudomap/1.0.1/package/package.json not in flight; writing
47711npm verb afterAdd /root/.npm/pseudomap/1.0.1/package/package.json written
47712npm verb request uri http://registry.npmjs.org/is-absolute
47713npm verb request no auth needed
47714npm info attempt registry request try #1 at 11:28:15
47715npm http request GET http://registry.npmjs.org/is-absolute
47716npm http 200 http://registry.npmjs.org/is-absolute
47717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47718npm verb headers etag: '"CPI4UKPPY6RVIFNM6AJ9B3780"',
47719npm verb headers 'content-type': 'application/json',
47720npm verb headers 'cache-control': 'max-age=300',
47721npm verb headers 'content-length': '18266',
47722npm verb headers 'accept-ranges': 'bytes',
47723npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47724npm verb headers via: '1.1 varnish',
47725npm verb headers age: '282',
47726npm verb headers connection: 'keep-alive',
47727npm verb headers 'x-served-by': 'cache-fra1237-FRA',
47728npm verb headers 'x-cache': 'HIT',
47729npm verb headers 'x-cache-hits': '9',
47730npm verb headers 'x-timer': 'S1450870095.112865,VS0,VE0',
47731npm verb headers vary: 'Accept' }
47732npm verb get saving is-absolute to /root/.npm/registry.npmjs.org/is-absolute/.cache.json
47733npm verb cache add spec is-absolute@^0.1.7
47734npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for is-absolute
47735npm verb addNameRange registry:http://registry.npmjs.org/is-absolute not in flight; fetching
47736npm verb get http://registry.npmjs.org/is-absolute not expired, no request
47737npm verb addNamed "0.1.7" is a plain semver version for is-absolute
47738npm verb addRemoteTarball http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
47739npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz',
47740npm verb addRemoteTarball '847491119fccb5fb436217cc737f7faad50f603f' ]
47741npm info retry fetch attempt 1 at 11:28:15
47742npm info attempt registry request try #1 at 11:28:15
47743npm http fetch GET http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
47744npm http fetch 200 http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
47745npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
47746npm verb addTmpTarball already have metadata; skipping unpack for is-absolute@0.1.7
47747npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json not in flight; writing
47748npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json written
47749npm verb request uri http://registry.npmjs.org/is-relative
47750npm verb request no auth needed
47751npm info attempt registry request try #1 at 11:28:15
47752npm http request GET http://registry.npmjs.org/is-relative
47753npm http 200 http://registry.npmjs.org/is-relative
47754npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47755npm verb headers etag: '"96AW5PE7LE078MLGG4XGGJNPM"',
47756npm verb headers 'content-type': 'application/json',
47757npm verb headers 'cache-control': 'max-age=60',
47758npm verb headers 'content-length': '10179',
47759npm verb headers 'accept-ranges': 'bytes',
47760npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47761npm verb headers via: '1.1 varnish',
47762npm verb headers age: '10',
47763npm verb headers connection: 'keep-alive',
47764npm verb headers 'x-served-by': 'cache-fra1248-FRA',
47765npm verb headers 'x-cache': 'HIT',
47766npm verb headers 'x-cache-hits': '1',
47767npm verb headers 'x-timer': 'S1450870095.210552,VS0,VE0',
47768npm verb headers vary: 'Accept' }
47769npm verb get saving is-relative to /root/.npm/registry.npmjs.org/is-relative/.cache.json
47770npm verb cache add spec is-relative@^0.1.0
47771npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-relative
47772npm verb addNameRange registry:http://registry.npmjs.org/is-relative not in flight; fetching
47773npm verb get http://registry.npmjs.org/is-relative not expired, no request
47774npm verb addNamed "0.1.3" is a plain semver version for is-relative
47775npm verb addRemoteTarball http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
47776npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz',
47777npm verb addRemoteTarball '905fee8ae86f45b3ec614bc3c15c869df0876e82' ]
47778npm info retry fetch attempt 1 at 11:28:15
47779npm info attempt registry request try #1 at 11:28:15
47780npm http fetch GET http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
47781npm http fetch 200 http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
47782npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
47783npm verb addTmpTarball already have metadata; skipping unpack for is-relative@0.1.3
47784npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json not in flight; writing
47785npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json written
47786npm verb cache add spec minimatch@~0.2.9
47787npm verb cache add spec lodash@~2.3.0
47788npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for minimatch
47789npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
47790npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for lodash
47791npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
47792npm verb request uri http://registry.npmjs.org/is-type
47793npm verb request no auth needed
47794npm info attempt registry request try #1 at 11:28:15
47795npm http request GET http://registry.npmjs.org/is-type
47796npm verb request uri http://registry.npmjs.org/minimatch
47797npm verb request no auth needed
47798npm info attempt registry request try #1 at 11:28:15
47799npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
47800npm http request GET http://registry.npmjs.org/minimatch
47801npm verb get http://registry.npmjs.org/lodash not expired, no request
47802npm verb addNamed "2.3.0" is a plain semver version for lodash
47803npm http 200 http://registry.npmjs.org/is-type
47804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47805npm verb headers etag: '"F1O3LRK5V8ZE0VQ65FLVNMUFJ"',
47806npm verb headers 'content-type': 'application/json',
47807npm verb headers 'cache-control': 'max-age=300',
47808npm verb headers 'content-length': '7994',
47809npm verb headers 'accept-ranges': 'bytes',
47810npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47811npm verb headers via: '1.1 varnish',
47812npm verb headers age: '173',
47813npm verb headers connection: 'keep-alive',
47814npm verb headers 'x-served-by': 'cache-fra1236-FRA',
47815npm verb headers 'x-cache': 'HIT',
47816npm verb headers 'x-cache-hits': '1',
47817npm verb headers 'x-timer': 'S1450870095.374284,VS0,VE0',
47818npm verb headers vary: 'Accept' }
47819npm verb get saving is-type to /root/.npm/registry.npmjs.org/is-type/.cache.json
47820npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz not in flight; adding
47821npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz',
47822npm verb addRemoteTarball 'dfbdac99cf87a59a022c474730570d8716c267dd' ]
47823npm http 304 http://registry.npmjs.org/minimatch
47824npm verb headers { date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47825npm verb headers via: '1.1 varnish',
47826npm verb headers 'cache-control': 'max-age=60',
47827npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
47828npm verb headers age: '52',
47829npm verb headers connection: 'keep-alive',
47830npm verb headers 'x-served-by': 'cache-fra1241-FRA',
47831npm verb headers 'x-cache': 'HIT',
47832npm verb headers 'x-cache-hits': '16',
47833npm verb headers 'x-timer': 'S1450870095.383072,VS0,VE0',
47834npm verb headers vary: 'Accept' }
47835npm verb etag http://registry.npmjs.org/minimatch from cache
47836npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
47837npm info retry fetch attempt 1 at 11:28:15
47838npm info attempt registry request try #1 at 11:28:15
47839npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz
47840npm verb addNamed "0.2.14" is a plain semver version for minimatch
47841npm verb cache add spec is-type@0.0.1
47842npm verb addNamed "0.0.1" is a plain semver version for is-type
47843npm verb addNameVersion registry:http://registry.npmjs.org/is-type not in flight; fetching
47844npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
47845npm verb get http://registry.npmjs.org/is-type not expired, no request
47846npm verb addRemoteTarball http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz not in flight; adding
47847npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz',
47848npm verb addRemoteTarball 'f651d85c365d44955d14a51d8d7061f3f6b4779c' ]
47849npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz
47850npm info retry fetch attempt 1 at 11:28:15
47851npm info attempt registry request try #1 at 11:28:15
47852npm http fetch GET http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz
47853npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
47854npm http fetch 200 http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz
47855npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/is-type/-/is-type-0.0.1.tgz not in flight; adding
47856npm verb addTmpTarball already have metadata; skipping unpack for is-type@0.0.1
47857npm verb afterAdd /root/.npm/is-type/0.0.1/package/package.json not in flight; writing
47858npm verb afterAdd /root/.npm/is-type/0.0.1/package/package.json written
47859npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash/-/lodash-2.3.0.tgz not in flight; adding
47860npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.3.0
47861npm verb afterAdd /root/.npm/lodash/2.3.0/package/package.json not in flight; writing
47862npm verb afterAdd /root/.npm/lodash/2.3.0/package/package.json written
47863npm verb request uri http://registry.npmjs.org/inherit
47864npm verb request no auth needed
47865npm info attempt registry request try #1 at 11:28:15
47866npm http request GET http://registry.npmjs.org/inherit
47867npm http 200 http://registry.npmjs.org/inherit
47868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47869npm verb headers etag: '"CF7OVU5IDV30N1F1KIPZOM501"',
47870npm verb headers 'content-type': 'application/json',
47871npm verb headers 'cache-control': 'max-age=60',
47872npm verb headers 'content-length': '14313',
47873npm verb headers 'accept-ranges': 'bytes',
47874npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47875npm verb headers via: '1.1 varnish',
47876npm verb headers age: '37',
47877npm verb headers connection: 'keep-alive',
47878npm verb headers 'x-served-by': 'cache-fra1234-FRA',
47879npm verb headers 'x-cache': 'HIT',
47880npm verb headers 'x-cache-hits': '4',
47881npm verb headers 'x-timer': 'S1450870095.636596,VS0,VE0',
47882npm verb headers vary: 'Accept' }
47883npm verb get saving inherit to /root/.npm/registry.npmjs.org/inherit/.cache.json
47884npm verb cache add spec inherit@^2.2.2
47885npm verb addNamed ">=2.2.2 <3.0.0" is a valid semver range for inherit
47886npm verb addNameRange registry:http://registry.npmjs.org/inherit not in flight; fetching
47887npm verb get http://registry.npmjs.org/inherit not expired, no request
47888npm verb addNamed "2.2.2" is a plain semver version for inherit
47889npm verb addRemoteTarball http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
47890npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz',
47891npm verb addRemoteTarball '3b5b3417d434f81a234d68f79612615e416244a3' ]
47892npm info retry fetch attempt 1 at 11:28:15
47893npm info attempt registry request try #1 at 11:28:15
47894npm http fetch GET http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
47895npm http fetch 200 http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
47896npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
47897npm verb addTmpTarball already have metadata; skipping unpack for inherit@2.2.2
47898npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json not in flight; writing
47899npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json written
47900npm verb cache add spec debug@2.1.0
47901npm verb addNamed "2.1.0" is a plain semver version for debug
47902npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
47903npm verb request uri http://registry.npmjs.org/engine.io-pure
47904npm verb request no auth needed
47905npm info attempt registry request try #1 at 11:28:15
47906npm http request GET http://registry.npmjs.org/engine.io-pure
47907npm verb request uri http://registry.npmjs.org/socket.io-parser
47908npm verb request no auth needed
47909npm info attempt registry request try #1 at 11:28:15
47910npm http request GET http://registry.npmjs.org/socket.io-parser
47911npm verb request uri http://registry.npmjs.org/socket.io-client-pure
47912npm verb request no auth needed
47913npm info attempt registry request try #1 at 11:28:15
47914npm http request GET http://registry.npmjs.org/socket.io-client-pure
47915npm verb request uri http://registry.npmjs.org/socket.io-adapter
47916npm verb request no auth needed
47917npm info attempt registry request try #1 at 11:28:15
47918npm http request GET http://registry.npmjs.org/socket.io-adapter
47919npm verb request uri http://registry.npmjs.org/has-binary-data
47920npm verb request no auth needed
47921npm info attempt registry request try #1 at 11:28:15
47922npm http request GET http://registry.npmjs.org/has-binary-data
47923npm verb request uri http://registry.npmjs.org/debug
47924npm verb request no auth needed
47925npm info attempt registry request try #1 at 11:28:15
47926npm verb etag "422PTSQDSLUSY1XWGQ92XHWN7"
47927npm http request GET http://registry.npmjs.org/debug
47928npm http 200 http://registry.npmjs.org/socket.io-adapter
47929npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47930npm verb headers etag: '"CQNZW8VCO2U3ZQVEIM0BGCBBT"',
47931npm verb headers 'content-type': 'application/json',
47932npm verb headers 'cache-control': 'max-age=300',
47933npm verb headers 'content-length': '4625',
47934npm verb headers 'accept-ranges': 'bytes',
47935npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47936npm verb headers via: '1.1 varnish',
47937npm verb headers age: '91',
47938npm verb headers connection: 'keep-alive',
47939npm verb headers 'x-served-by': 'cache-fra1241-FRA',
47940npm verb headers 'x-cache': 'HIT',
47941npm verb headers 'x-cache-hits': '2',
47942npm verb headers 'x-timer': 'S1450870095.819885,VS0,VE0',
47943npm verb headers vary: 'Accept' }
47944npm verb get saving socket.io-adapter to /root/.npm/registry.npmjs.org/socket.io-adapter/.cache.json
47945npm http 200 http://registry.npmjs.org/has-binary-data
47946npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47947npm verb headers etag: '"CE5JOBAP2Y5B0IFJ6IIYIFS4O"',
47948npm verb headers 'content-type': 'application/json',
47949npm verb headers 'cache-control': 'max-age=300',
47950npm verb headers 'content-length': '4109',
47951npm verb headers 'accept-ranges': 'bytes',
47952npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47953npm verb headers via: '1.1 varnish',
47954npm verb headers age: '132',
47955npm verb headers connection: 'keep-alive',
47956npm verb headers 'x-served-by': 'cache-fra1235-FRA',
47957npm verb headers 'x-cache': 'HIT',
47958npm verb headers 'x-cache-hits': '3',
47959npm verb headers 'x-timer': 'S1450870095.819790,VS0,VE0',
47960npm verb headers vary: 'Accept' }
47961npm verb get saving has-binary-data to /root/.npm/registry.npmjs.org/has-binary-data/.cache.json
47962npm http 304 http://registry.npmjs.org/debug
47963npm verb headers { date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47964npm verb headers via: '1.1 varnish',
47965npm verb headers 'cache-control': 'max-age=300',
47966npm verb headers etag: '"422PTSQDSLUSY1XWGQ92XHWN7"',
47967npm verb headers age: '4',
47968npm verb headers connection: 'keep-alive',
47969npm verb headers 'x-served-by': 'cache-fra1234-FRA',
47970npm verb headers 'x-cache': 'HIT',
47971npm verb headers 'x-cache-hits': '1',
47972npm verb headers 'x-timer': 'S1450870095.827247,VS0,VE0',
47973npm verb headers vary: 'Accept' }
47974npm verb etag http://registry.npmjs.org/debug from cache
47975npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
47976npm http 200 http://registry.npmjs.org/socket.io-parser
47977npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47978npm verb headers etag: '"2D3W3W3Q5DVVELAU8D93HZDKI"',
47979npm verb headers 'content-type': 'application/json',
47980npm verb headers 'cache-control': 'max-age=300',
47981npm verb headers 'content-length': '20602',
47982npm verb headers 'accept-ranges': 'bytes',
47983npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
47984npm verb headers via: '1.1 varnish',
47985npm verb headers age: '115',
47986npm verb headers connection: 'keep-alive',
47987npm verb headers 'x-served-by': 'cache-fra1246-FRA',
47988npm verb headers 'x-cache': 'HIT',
47989npm verb headers 'x-cache-hits': '2',
47990npm verb headers 'x-timer': 'S1450870095.819801,VS0,VE0',
47991npm verb headers vary: 'Accept' }
47992npm verb get saving socket.io-parser to /root/.npm/registry.npmjs.org/socket.io-parser/.cache.json
47993npm http 200 http://registry.npmjs.org/engine.io-pure
47994npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
47995npm verb headers etag: '"FAGTWT3M11ZTVGD05RCH456R"',
47996npm verb headers 'content-type': 'application/json',
47997npm verb headers 'cache-control': 'max-age=300',
47998npm verb headers 'content-length': '28210',
47999npm verb headers 'accept-ranges': 'bytes',
48000npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
48001npm verb headers via: '1.1 varnish',
48002npm verb headers age: '160',
48003npm verb headers connection: 'keep-alive',
48004npm verb headers 'x-served-by': 'cache-fra1242-FRA',
48005npm verb headers 'x-cache': 'HIT',
48006npm verb headers 'x-cache-hits': '2',
48007npm verb headers 'x-timer': 'S1450870095.819740,VS0,VE0',
48008npm verb headers vary: 'Accept' }
48009npm verb get saving engine.io-pure to /root/.npm/registry.npmjs.org/engine.io-pure/.cache.json
48010npm verb cache add spec socket.io-adapter@0.3.1
48011npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
48012npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
48013npm verb cache add spec has-binary-data@0.1.3
48014npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
48015npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
48016npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
48017npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz',
48018npm verb addRemoteTarball '33ab915659d8c2cc8a41443d94d6ebd37697ed21' ]
48019npm verb cache add spec socket.io-parser@2.2.4
48020npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
48021npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
48022npm verb cache add spec engine.io-pure@1.5.9
48023npm verb addNamed "1.5.9" is a plain semver version for engine.io-pure
48024npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-pure not in flight; fetching
48025npm info retry fetch attempt 1 at 11:28:15
48026npm info attempt registry request try #1 at 11:28:15
48027npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
48028npm verb get http://registry.npmjs.org/has-binary-data not expired, no request
48029npm verb get http://registry.npmjs.org/socket.io-adapter not expired, no request
48030npm verb addRemoteTarball http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
48031npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz',
48032npm verb addRemoteTarball '8ebb18388b57f19a5231275a16fc18d51f379aae' ]
48033npm verb addRemoteTarball http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
48034npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz',
48035npm verb addRemoteTarball 'df81f970b4df6493902d93e519c7b72755c3a958' ]
48036npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
48037npm verb get http://registry.npmjs.org/engine.io-pure not expired, no request
48038npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
48039npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz',
48040npm verb addRemoteTarball 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65' ]
48041npm verb addRemoteTarball http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz not in flight; adding
48042npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz',
48043npm verb addRemoteTarball 'd46f763e0945e5f818d6a59061bf93f1e05c89b6' ]
48044npm info retry fetch attempt 1 at 11:28:15
48045npm info attempt registry request try #1 at 11:28:15
48046npm http fetch GET http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
48047npm info retry fetch attempt 1 at 11:28:15
48048npm info attempt registry request try #1 at 11:28:15
48049npm http fetch GET http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
48050npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
48051npm info retry fetch attempt 1 at 11:28:15
48052npm info attempt registry request try #1 at 11:28:15
48053npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
48054npm info retry fetch attempt 1 at 11:28:15
48055npm info attempt registry request try #1 at 11:28:15
48056npm http fetch GET http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz
48057npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
48058npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.0
48059npm http fetch 200 http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
48060npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json not in flight; writing
48061npm http fetch 200 http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
48062npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json written
48063npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
48064npm verb addTmpTarball already have metadata; skipping unpack for has-binary-data@0.1.3
48065npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
48066npm verb addTmpTarball already have metadata; skipping unpack for socket.io-adapter@0.3.1
48067npm http fetch 200 http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz
48068npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
48069npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz not in flight; adding
48070npm verb addTmpTarball already have metadata; skipping unpack for engine.io-pure@1.5.9
48071npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json not in flight; writing
48072npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json not in flight; writing
48073npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json written
48074npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json written
48075npm verb afterAdd /root/.npm/engine.io-pure/1.5.9/package/package.json not in flight; writing
48076npm verb afterAdd /root/.npm/engine.io-pure/1.5.9/package/package.json written
48077npm http 200 http://registry.npmjs.org/socket.io-client-pure
48078npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48079npm verb headers etag: '"97S7QR0D66L0G61Q5I71ELY2I"',
48080npm verb headers 'content-type': 'application/json',
48081npm verb headers 'cache-control': 'max-age=300',
48082npm verb headers 'content-length': '19756',
48083npm verb headers 'accept-ranges': 'bytes',
48084npm verb headers date: 'Wed, 23 Dec 2015 11:28:15 GMT',
48085npm verb headers via: '1.1 varnish',
48086npm verb headers age: '160',
48087npm verb headers connection: 'keep-alive',
48088npm verb headers 'x-served-by': 'cache-fra1240-FRA',
48089npm verb headers 'x-cache': 'HIT',
48090npm verb headers 'x-cache-hits': '1',
48091npm verb headers 'x-timer': 'S1450870095.819833,VS0,VE0',
48092npm verb headers vary: 'Accept' }
48093npm verb get saving socket.io-client-pure to /root/.npm/registry.npmjs.org/socket.io-client-pure/.cache.json
48094npm verb cache add spec socket.io-client-pure@1.3.12
48095npm verb addNamed "1.3.12" is a plain semver version for socket.io-client-pure
48096npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client-pure not in flight; fetching
48097npm verb get http://registry.npmjs.org/socket.io-client-pure not expired, no request
48098npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz not in flight; adding
48099npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz',
48100npm verb addRemoteTarball '613145967160830708713edfe2d9bb394c7dad22' ]
48101npm info retry fetch attempt 1 at 11:28:16
48102npm info attempt registry request try #1 at 11:28:16
48103npm http fetch GET http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz
48104npm http fetch 200 http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz
48105npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz not in flight; adding
48106npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client-pure@1.3.12
48107npm verb afterAdd /root/.npm/socket.io-client-pure/1.3.12/package/package.json not in flight; writing
48108npm verb afterAdd /root/.npm/socket.io-client-pure/1.3.12/package/package.json written
48109npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
48110npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.4
48111npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json not in flight; writing
48112npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json written
48113npm verb cache add spec ms@0.6.2
48114npm verb addNamed "0.6.2" is a plain semver version for ms
48115npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
48116npm verb request uri http://registry.npmjs.org/ms
48117npm verb request no auth needed
48118npm info attempt registry request try #1 at 11:28:16
48119npm verb etag "7IH6P23B0A90EXZEWQUHL072B"
48120npm http request GET http://registry.npmjs.org/ms
48121npm http 304 http://registry.npmjs.org/ms
48122npm verb headers { date: 'Wed, 23 Dec 2015 11:28:16 GMT',
48123npm verb headers via: '1.1 varnish',
48124npm verb headers 'cache-control': 'max-age=300',
48125npm verb headers etag: '"7IH6P23B0A90EXZEWQUHL072B"',
48126npm verb headers age: '33',
48127npm verb headers connection: 'keep-alive',
48128npm verb headers 'x-served-by': 'cache-fra1247-FRA',
48129npm verb headers 'x-cache': 'HIT',
48130npm verb headers 'x-cache-hits': '3',
48131npm verb headers 'x-timer': 'S1450870096.675619,VS0,VE0',
48132npm verb headers vary: 'Accept' }
48133npm verb etag http://registry.npmjs.org/ms from cache
48134npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
48135npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
48136npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.6.2.tgz',
48137npm verb addRemoteTarball 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c' ]
48138npm info retry fetch attempt 1 at 11:28:16
48139npm info attempt registry request try #1 at 11:28:16
48140npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
48141npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
48142npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
48143npm verb addTmpTarball already have metadata; skipping unpack for ms@0.6.2
48144npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
48145npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
48146npm verb cache add spec debug@1.0.3
48147npm verb addNamed "1.0.3" is a plain semver version for debug
48148npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
48149npm verb request uri http://registry.npmjs.org/base64id
48150npm verb request no auth needed
48151npm info attempt registry request try #1 at 11:28:16
48152npm http request GET http://registry.npmjs.org/base64id
48153npm verb request uri http://registry.npmjs.org/engine.io-parser
48154npm verb request no auth needed
48155npm info attempt registry request try #1 at 11:28:16
48156npm http request GET http://registry.npmjs.org/engine.io-parser
48157npm verb request uri http://registry.npmjs.org/ws-pure
48158npm verb request no auth needed
48159npm info attempt registry request try #1 at 11:28:16
48160npm http request GET http://registry.npmjs.org/ws-pure
48161npm verb get http://registry.npmjs.org/debug not expired, no request
48162npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
48163npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.3.tgz',
48164npm verb addRemoteTarball 'fc8c6b2d6002804b4081c0208e0f6460ba1fa3e4' ]
48165npm info retry fetch attempt 1 at 11:28:16
48166npm info attempt registry request try #1 at 11:28:16
48167npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
48168npm http 200 http://registry.npmjs.org/base64id
48169npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48170npm verb headers etag: '"ZEE8IJIDFX5BG7BGOQN9YBZP"',
48171npm verb headers 'content-type': 'application/json',
48172npm verb headers 'cache-control': 'max-age=60',
48173npm verb headers 'content-length': '1800',
48174npm verb headers 'accept-ranges': 'bytes',
48175npm verb headers date: 'Wed, 23 Dec 2015 11:28:16 GMT',
48176npm verb headers via: '1.1 varnish',
48177npm verb headers age: '23',
48178npm verb headers connection: 'keep-alive',
48179npm verb headers 'x-served-by': 'cache-fra1237-FRA',
48180npm verb headers 'x-cache': 'HIT',
48181npm verb headers 'x-cache-hits': '1538',
48182npm verb headers 'x-timer': 'S1450870096.792741,VS0,VE0',
48183npm verb headers vary: 'Accept' }
48184npm verb get saving base64id to /root/.npm/registry.npmjs.org/base64id/.cache.json
48185npm verb cache add spec base64id@0.1.0
48186npm verb addNamed "0.1.0" is a plain semver version for base64id
48187npm verb addNameVersion registry:http://registry.npmjs.org/base64id not in flight; fetching
48188npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
48189npm verb get http://registry.npmjs.org/base64id not expired, no request
48190npm verb addRemoteTarball http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
48191npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz',
48192npm verb addRemoteTarball '02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f' ]
48193npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
48194npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.3
48195npm info retry fetch attempt 1 at 11:28:16
48196npm info attempt registry request try #1 at 11:28:16
48197npm http fetch GET http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
48198npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json not in flight; writing
48199npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json written
48200npm http fetch 200 http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
48201npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
48202npm verb addTmpTarball already have metadata; skipping unpack for base64id@0.1.0
48203npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json not in flight; writing
48204npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json written
48205npm http 200 http://registry.npmjs.org/engine.io-parser
48206npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48207npm verb headers etag: '"B4LACT95VF025J14B9FXYAUXK"',
48208npm verb headers 'content-type': 'application/json',
48209npm verb headers 'cache-control': 'max-age=60',
48210npm verb headers 'content-length': '27825',
48211npm verb headers 'accept-ranges': 'bytes',
48212npm verb headers date: 'Wed, 23 Dec 2015 11:28:16 GMT',
48213npm verb headers via: '1.1 varnish',
48214npm verb headers age: '7',
48215npm verb headers connection: 'keep-alive',
48216npm verb headers 'x-served-by': 'cache-fra1244-FRA',
48217npm verb headers 'x-cache': 'HIT',
48218npm verb headers 'x-cache-hits': '1',
48219npm verb headers 'x-timer': 'S1450870096.792811,VS0,VE0',
48220npm verb headers vary: 'Accept' }
48221npm verb get saving engine.io-parser to /root/.npm/registry.npmjs.org/engine.io-parser/.cache.json
48222npm http 200 http://registry.npmjs.org/ws-pure
48223npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48224npm verb headers etag: '"5SFKSTCOHO6E11STTF5AHZ59"',
48225npm verb headers 'content-type': 'application/json',
48226npm verb headers 'cache-control': 'max-age=300',
48227npm verb headers 'content-length': '9147',
48228npm verb headers 'accept-ranges': 'bytes',
48229npm verb headers date: 'Wed, 23 Dec 2015 11:28:16 GMT',
48230npm verb headers via: '1.1 varnish',
48231npm verb headers age: '125',
48232npm verb headers connection: 'keep-alive',
48233npm verb headers 'x-served-by': 'cache-fra1221-FRA',
48234npm verb headers 'x-cache': 'HIT',
48235npm verb headers 'x-cache-hits': '1',
48236npm verb headers 'x-timer': 'S1450870096.793097,VS0,VE0',
48237npm verb headers vary: 'Accept' }
48238npm verb get saving ws-pure to /root/.npm/registry.npmjs.org/ws-pure/.cache.json
48239npm verb cache add spec engine.io-parser@1.2.2
48240npm verb addNamed "1.2.2" is a plain semver version for engine.io-parser
48241npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-parser not in flight; fetching
48242npm verb cache add spec ws-pure@0.8.0
48243npm verb addNamed "0.8.0" is a plain semver version for ws-pure
48244npm verb addNameVersion registry:http://registry.npmjs.org/ws-pure not in flight; fetching
48245npm verb get http://registry.npmjs.org/engine.io-parser not expired, no request
48246npm verb get http://registry.npmjs.org/ws-pure not expired, no request
48247npm verb addRemoteTarball http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz not in flight; adding
48248npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz',
48249npm verb addRemoteTarball 'cd081041feea39c64323ff79b82a90a72afcccdd' ]
48250npm verb addRemoteTarball http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz not in flight; adding
48251npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz',
48252npm verb addRemoteTarball '55163abed4d4f93484c8f0e4e729b5d729d37236' ]
48253npm info retry fetch attempt 1 at 11:28:17
48254npm info attempt registry request try #1 at 11:28:17
48255npm http fetch GET http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz
48256npm info retry fetch attempt 1 at 11:28:17
48257npm info attempt registry request try #1 at 11:28:17
48258npm http fetch GET http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz
48259npm http fetch 200 http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz
48260npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz not in flight; adding
48261npm verb addTmpTarball already have metadata; skipping unpack for engine.io-parser@1.2.2
48262npm http fetch 200 http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz
48263npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz not in flight; adding
48264npm verb addTmpTarball already have metadata; skipping unpack for ws-pure@0.8.0
48265npm verb afterAdd /root/.npm/engine.io-parser/1.2.2/package/package.json not in flight; writing
48266npm verb afterAdd /root/.npm/engine.io-parser/1.2.2/package/package.json written
48267npm verb afterAdd /root/.npm/ws-pure/0.8.0/package/package.json not in flight; writing
48268npm verb afterAdd /root/.npm/ws-pure/0.8.0/package/package.json written
48269npm verb cache add spec ms@0.6.2
48270npm verb addNamed "0.6.2" is a plain semver version for ms
48271npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
48272npm verb get http://registry.npmjs.org/ms not expired, no request
48273npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
48274npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
48275npm verb request uri http://registry.npmjs.org/after
48276npm verb request no auth needed
48277npm info attempt registry request try #1 at 11:28:17
48278npm http request GET http://registry.npmjs.org/after
48279npm verb request uri http://registry.npmjs.org/arraybuffer.slice
48280npm verb request no auth needed
48281npm info attempt registry request try #1 at 11:28:17
48282npm http request GET http://registry.npmjs.org/arraybuffer.slice
48283npm verb request uri http://registry.npmjs.org/base64-arraybuffer
48284npm verb request no auth needed
48285npm info attempt registry request try #1 at 11:28:17
48286npm http request GET http://registry.npmjs.org/base64-arraybuffer
48287npm verb request uri http://registry.npmjs.org/blob
48288npm verb request no auth needed
48289npm info attempt registry request try #1 at 11:28:17
48290npm http request GET http://registry.npmjs.org/blob
48291npm verb request uri http://registry.npmjs.org/has-binary
48292npm verb request no auth needed
48293npm info attempt registry request try #1 at 11:28:17
48294npm http request GET http://registry.npmjs.org/has-binary
48295npm verb request uri http://registry.npmjs.org/utf8
48296npm verb request no auth needed
48297npm info attempt registry request try #1 at 11:28:17
48298npm http request GET http://registry.npmjs.org/utf8
48299npm http 200 http://registry.npmjs.org/arraybuffer.slice
48300npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48301npm verb headers etag: '"8M14TBEVFIZTS324W732DTSK9"',
48302npm verb headers 'content-type': 'application/json',
48303npm verb headers 'cache-control': 'max-age=300',
48304npm verb headers 'content-length': '6719',
48305npm verb headers 'accept-ranges': 'bytes',
48306npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48307npm verb headers via: '1.1 varnish',
48308npm verb headers age: '76',
48309npm verb headers connection: 'keep-alive',
48310npm verb headers 'x-served-by': 'cache-fra1247-FRA',
48311npm verb headers 'x-cache': 'HIT',
48312npm verb headers 'x-cache-hits': '2',
48313npm verb headers 'x-timer': 'S1450870097.255161,VS0,VE0',
48314npm verb headers vary: 'Accept' }
48315npm verb get saving arraybuffer.slice to /root/.npm/registry.npmjs.org/arraybuffer.slice/.cache.json
48316npm http 200 http://registry.npmjs.org/base64-arraybuffer
48317npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48318npm verb headers etag: '"8TO8M75M6KGGDHXG4EXO14DSH"',
48319npm verb headers 'content-type': 'application/json',
48320npm verb headers 'cache-control': 'max-age=300',
48321npm verb headers 'content-length': '7717',
48322npm verb headers 'accept-ranges': 'bytes',
48323npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48324npm verb headers via: '1.1 varnish',
48325npm verb headers age: '190',
48326npm verb headers connection: 'keep-alive',
48327npm verb headers 'x-served-by': 'cache-fra1220-FRA',
48328npm verb headers 'x-cache': 'HIT',
48329npm verb headers 'x-cache-hits': '3',
48330npm verb headers 'x-timer': 'S1450870097.255258,VS0,VE0',
48331npm verb headers vary: 'Accept' }
48332npm verb get saving base64-arraybuffer to /root/.npm/registry.npmjs.org/base64-arraybuffer/.cache.json
48333npm http 200 http://registry.npmjs.org/has-binary
48334npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48335npm verb headers etag: '"54IA64EVLMM2KU65063PQEFYU"',
48336npm verb headers 'content-type': 'application/json',
48337npm verb headers 'cache-control': 'max-age=60',
48338npm verb headers 'content-length': '2982',
48339npm verb headers 'accept-ranges': 'bytes',
48340npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48341npm verb headers via: '1.1 varnish',
48342npm verb headers age: '41',
48343npm verb headers connection: 'keep-alive',
48344npm verb headers 'x-served-by': 'cache-fra1243-FRA',
48345npm verb headers 'x-cache': 'HIT',
48346npm verb headers 'x-cache-hits': '1',
48347npm verb headers 'x-timer': 'S1450870097.255380,VS0,VE0',
48348npm verb headers vary: 'Accept' }
48349npm verb get saving has-binary to /root/.npm/registry.npmjs.org/has-binary/.cache.json
48350npm http 200 http://registry.npmjs.org/utf8
48351npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48352npm verb headers etag: '"BLEBWTP0BPVJAUE4Q2P49RVD8"',
48353npm verb headers 'content-type': 'application/json',
48354npm verb headers 'cache-control': 'max-age=300',
48355npm verb headers 'content-length': '9653',
48356npm verb headers 'accept-ranges': 'bytes',
48357npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48358npm verb headers via: '1.1 varnish',
48359npm verb headers age: '76',
48360npm verb headers connection: 'keep-alive',
48361npm verb headers 'x-served-by': 'cache-fra1232-FRA',
48362npm verb headers 'x-cache': 'HIT',
48363npm verb headers 'x-cache-hits': '282',
48364npm verb headers 'x-timer': 'S1450870097.259618,VS0,VE0',
48365npm verb headers vary: 'Accept' }
48366npm verb get saving utf8 to /root/.npm/registry.npmjs.org/utf8/.cache.json
48367npm http 200 http://registry.npmjs.org/after
48368npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48369npm verb headers etag: '"8ZRRNYBIHU7Y0A8YMIIA673VB"',
48370npm verb headers 'content-type': 'application/json',
48371npm verb headers 'cache-control': 'max-age=300',
48372npm verb headers 'content-length': '19653',
48373npm verb headers 'accept-ranges': 'bytes',
48374npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48375npm verb headers via: '1.1 varnish',
48376npm verb headers age: '205',
48377npm verb headers connection: 'keep-alive',
48378npm verb headers 'x-served-by': 'cache-fra1222-FRA',
48379npm verb headers 'x-cache': 'HIT',
48380npm verb headers 'x-cache-hits': '4',
48381npm verb headers 'x-timer': 'S1450870097.253112,VS0,VE0',
48382npm verb headers vary: 'Accept' }
48383npm verb get saving after to /root/.npm/registry.npmjs.org/after/.cache.json
48384npm verb cache add spec arraybuffer.slice@0.0.6
48385npm verb addNamed "0.0.6" is a plain semver version for arraybuffer.slice
48386npm verb addNameVersion registry:http://registry.npmjs.org/arraybuffer.slice not in flight; fetching
48387npm verb cache add spec base64-arraybuffer@0.1.2
48388npm verb addNamed "0.1.2" is a plain semver version for base64-arraybuffer
48389npm verb addNameVersion registry:http://registry.npmjs.org/base64-arraybuffer not in flight; fetching
48390npm verb cache add spec utf8@2.1.0
48391npm verb addNamed "2.1.0" is a plain semver version for utf8
48392npm verb addNameVersion registry:http://registry.npmjs.org/utf8 not in flight; fetching
48393npm verb cache add spec has-binary@0.1.6
48394npm verb addNamed "0.1.6" is a plain semver version for has-binary
48395npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
48396npm verb cache add spec after@0.8.1
48397npm verb addNamed "0.8.1" is a plain semver version for after
48398npm verb addNameVersion registry:http://registry.npmjs.org/after not in flight; fetching
48399npm verb get http://registry.npmjs.org/arraybuffer.slice not expired, no request
48400npm verb get http://registry.npmjs.org/base64-arraybuffer not expired, no request
48401npm verb get http://registry.npmjs.org/has-binary not expired, no request
48402npm verb get http://registry.npmjs.org/utf8 not expired, no request
48403npm verb addRemoteTarball http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
48404npm verb addRemoteTarball [ 'http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz',
48405npm verb addRemoteTarball 'f33b2159f0532a3f3107a272c0ccfbd1ad2979ca' ]
48406npm verb addRemoteTarball http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
48407npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz',
48408npm verb addRemoteTarball '474df4a9f2da24e05df3158c3b1db3c3cd46a154' ]
48409npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
48410npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz',
48411npm verb addRemoteTarball '25326f39cfa4f616ad8787894e3af2cfbc7b6e10' ]
48412npm verb addRemoteTarball http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz not in flight; adding
48413npm verb addRemoteTarball [ 'http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz',
48414npm verb addRemoteTarball '0cfec5c8052d44a23e3aaa908104e8075f95dfd5' ]
48415npm verb get http://registry.npmjs.org/after not expired, no request
48416npm verb addRemoteTarball http://registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
48417npm verb addRemoteTarball [ 'http://registry.npmjs.org/after/-/after-0.8.1.tgz',
48418npm verb addRemoteTarball 'ab5d4fb883f596816d3515f8f791c0af486dd627' ]
48419npm info retry fetch attempt 1 at 11:28:17
48420npm info attempt registry request try #1 at 11:28:17
48421npm http fetch GET http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
48422npm info retry fetch attempt 1 at 11:28:17
48423npm info attempt registry request try #1 at 11:28:17
48424npm http fetch GET http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
48425npm info retry fetch attempt 1 at 11:28:17
48426npm info attempt registry request try #1 at 11:28:17
48427npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
48428npm info retry fetch attempt 1 at 11:28:17
48429npm info attempt registry request try #1 at 11:28:17
48430npm http fetch GET http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz
48431npm info retry fetch attempt 1 at 11:28:17
48432npm info attempt registry request try #1 at 11:28:17
48433npm http fetch GET http://registry.npmjs.org/after/-/after-0.8.1.tgz
48434npm http fetch 200 http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
48435npm http fetch 200 http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
48436npm http fetch 200 http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz
48437npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
48438npm http fetch 200 http://registry.npmjs.org/after/-/after-0.8.1.tgz
48439npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
48440npm verb addTmpTarball already have metadata; skipping unpack for arraybuffer.slice@0.0.6
48441npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
48442npm verb addTmpTarball already have metadata; skipping unpack for base64-arraybuffer@0.1.2
48443npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
48444npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.6
48445npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/utf8/-/utf8-2.1.0.tgz not in flight; adding
48446npm verb addTmpTarball already have metadata; skipping unpack for utf8@2.1.0
48447npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
48448npm verb addTmpTarball already have metadata; skipping unpack for after@0.8.1
48449npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json not in flight; writing
48450npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json not in flight; writing
48451npm verb afterAdd /root/.npm/utf8/2.1.0/package/package.json not in flight; writing
48452npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json not in flight; writing
48453npm verb afterAdd /root/.npm/after/0.8.1/package/package.json not in flight; writing
48454npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json written
48455npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json written
48456npm verb afterAdd /root/.npm/utf8/2.1.0/package/package.json written
48457npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json written
48458npm verb afterAdd /root/.npm/after/0.8.1/package/package.json written
48459npm http 200 http://registry.npmjs.org/blob
48460npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48461npm verb headers etag: '"12UEL1ZGWYGH3PGFQOKTIHUMJ"',
48462npm verb headers 'content-type': 'application/json',
48463npm verb headers 'cache-control': 'max-age=60',
48464npm verb headers 'content-length': '4181',
48465npm verb headers 'accept-ranges': 'bytes',
48466npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48467npm verb headers via: '1.1 varnish',
48468npm verb headers age: '0',
48469npm verb headers connection: 'keep-alive',
48470npm verb headers 'x-served-by': 'cache-fra1248-FRA',
48471npm verb headers 'x-cache': 'HIT',
48472npm verb headers 'x-cache-hits': '1',
48473npm verb headers 'x-timer': 'S1450870097.255292,VS0,VE429',
48474npm verb headers vary: 'Accept' }
48475npm verb get saving blob to /root/.npm/registry.npmjs.org/blob/.cache.json
48476npm verb cache add spec blob@0.0.4
48477npm verb addNamed "0.0.4" is a plain semver version for blob
48478npm verb addNameVersion registry:http://registry.npmjs.org/blob not in flight; fetching
48479npm verb get http://registry.npmjs.org/blob not expired, no request
48480npm verb addRemoteTarball http://registry.npmjs.org/blob/-/blob-0.0.4.tgz not in flight; adding
48481npm verb addRemoteTarball [ 'http://registry.npmjs.org/blob/-/blob-0.0.4.tgz',
48482npm verb addRemoteTarball 'bcf13052ca54463f30f9fc7e95b9a47630a94921' ]
48483npm info retry fetch attempt 1 at 11:28:17
48484npm info attempt registry request try #1 at 11:28:17
48485npm http fetch GET http://registry.npmjs.org/blob/-/blob-0.0.4.tgz
48486npm http fetch 200 http://registry.npmjs.org/blob/-/blob-0.0.4.tgz
48487npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/blob/-/blob-0.0.4.tgz not in flight; adding
48488npm verb addTmpTarball already have metadata; skipping unpack for blob@0.0.4
48489npm verb afterAdd /root/.npm/blob/0.0.4/package/package.json not in flight; writing
48490npm verb afterAdd /root/.npm/blob/0.0.4/package/package.json written
48491npm verb request uri http://registry.npmjs.org/options
48492npm verb request no auth needed
48493npm info attempt registry request try #1 at 11:28:17
48494npm http request GET http://registry.npmjs.org/options
48495npm verb request uri http://registry.npmjs.org/ultron
48496npm verb request no auth needed
48497npm info attempt registry request try #1 at 11:28:17
48498npm http request GET http://registry.npmjs.org/ultron
48499npm http 200 http://registry.npmjs.org/options
48500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48501npm verb headers etag: '"29I1H7JJVEWWNWG0GMKORGQTC"',
48502npm verb headers 'content-type': 'application/json',
48503npm verb headers 'cache-control': 'max-age=60',
48504npm verb headers 'content-length': '8112',
48505npm verb headers 'accept-ranges': 'bytes',
48506npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48507npm verb headers via: '1.1 varnish',
48508npm verb headers age: '52',
48509npm verb headers connection: 'keep-alive',
48510npm verb headers 'x-served-by': 'cache-fra1221-FRA',
48511npm verb headers 'x-cache': 'HIT',
48512npm verb headers 'x-cache-hits': '2',
48513npm verb headers 'x-timer': 'S1450870097.824824,VS0,VE0',
48514npm verb headers vary: 'Accept' }
48515npm verb get saving options to /root/.npm/registry.npmjs.org/options/.cache.json
48516npm verb cache add spec options@>=0.0.5
48517npm verb addNamed ">=0.0.5" is a valid semver range for options
48518npm verb addNameRange registry:http://registry.npmjs.org/options not in flight; fetching
48519npm verb get http://registry.npmjs.org/options not expired, no request
48520npm verb addNamed "0.0.6" is a plain semver version for options
48521npm http 200 http://registry.npmjs.org/ultron
48522npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48523npm verb headers etag: '"1FZPOUJM9TYE8CVALWHEK91KT"',
48524npm verb headers 'content-type': 'application/json',
48525npm verb headers 'cache-control': 'max-age=300',
48526npm verb headers 'content-length': '10092',
48527npm verb headers 'accept-ranges': 'bytes',
48528npm verb headers date: 'Wed, 23 Dec 2015 11:28:17 GMT',
48529npm verb headers via: '1.1 varnish',
48530npm verb headers age: '247',
48531npm verb headers connection: 'keep-alive',
48532npm verb headers 'x-served-by': 'cache-fra1229-FRA',
48533npm verb headers 'x-cache': 'HIT',
48534npm verb headers 'x-cache-hits': '5',
48535npm verb headers 'x-timer': 'S1450870097.829719,VS0,VE0',
48536npm verb headers vary: 'Accept' }
48537npm verb get saving ultron to /root/.npm/registry.npmjs.org/ultron/.cache.json
48538npm verb addRemoteTarball http://registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
48539npm verb addRemoteTarball [ 'http://registry.npmjs.org/options/-/options-0.0.6.tgz',
48540npm verb addRemoteTarball 'ec22d312806bb53e731773e7cdaefcf1c643128f' ]
48541npm info retry fetch attempt 1 at 11:28:17
48542npm info attempt registry request try #1 at 11:28:17
48543npm http fetch GET http://registry.npmjs.org/options/-/options-0.0.6.tgz
48544npm verb cache add spec ultron@1.0.x
48545npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ultron
48546npm verb addNameRange registry:http://registry.npmjs.org/ultron not in flight; fetching
48547npm verb get http://registry.npmjs.org/ultron not expired, no request
48548npm verb addNamed "1.0.2" is a plain semver version for ultron
48549npm verb addRemoteTarball http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
48550npm verb addRemoteTarball [ 'http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz',
48551npm verb addRemoteTarball 'ace116ab557cd197386a4e88f4685378c8b2e4fa' ]
48552npm http fetch 200 http://registry.npmjs.org/options/-/options-0.0.6.tgz
48553npm info retry fetch attempt 1 at 11:28:17
48554npm info attempt registry request try #1 at 11:28:17
48555npm http fetch GET http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
48556npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
48557npm verb addTmpTarball already have metadata; skipping unpack for options@0.0.6
48558npm verb afterAdd /root/.npm/options/0.0.6/package/package.json not in flight; writing
48559npm verb afterAdd /root/.npm/options/0.0.6/package/package.json written
48560npm http fetch 200 http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
48561npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
48562npm verb addTmpTarball already have metadata; skipping unpack for ultron@1.0.2
48563npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json not in flight; writing
48564npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json written
48565npm verb cache add spec debug@1.0.2
48566npm verb cache add spec socket.io-parser@2.2.2
48567npm verb addNamed "1.0.2" is a plain semver version for debug
48568npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
48569npm verb addNamed "2.2.2" is a plain semver version for socket.io-parser
48570npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
48571npm verb request uri http://registry.npmjs.org/object-keys
48572npm verb request no auth needed
48573npm info attempt registry request try #1 at 11:28:18
48574npm http request GET http://registry.npmjs.org/object-keys
48575npm verb get http://registry.npmjs.org/debug not expired, no request
48576npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
48577npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
48578npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.2.tgz',
48579npm verb addRemoteTarball '3849591c10cce648476c3c7c2e2e3416db5963c4' ]
48580npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
48581npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz',
48582npm verb addRemoteTarball '3d7af6b64497e956b7d9fe775f999716027f9417' ]
48583npm info retry fetch attempt 1 at 11:28:18
48584npm info attempt registry request try #1 at 11:28:18
48585npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
48586npm info retry fetch attempt 1 at 11:28:18
48587npm info attempt registry request try #1 at 11:28:18
48588npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
48589npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
48590npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
48591npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
48592npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.2
48593npm http 200 http://registry.npmjs.org/object-keys
48594npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48595npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
48596npm verb headers 'content-type': 'application/json',
48597npm verb headers 'cache-control': 'max-age=60',
48598npm verb headers 'content-length': '43704',
48599npm verb headers 'accept-ranges': 'bytes',
48600npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48601npm verb headers via: '1.1 varnish',
48602npm verb headers age: '22',
48603npm verb headers connection: 'keep-alive',
48604npm verb headers 'x-served-by': 'cache-fra1221-FRA',
48605npm verb headers 'x-cache': 'HIT',
48606npm verb headers 'x-cache-hits': '986',
48607npm verb headers 'x-timer': 'S1450870098.014458,VS0,VE0',
48608npm verb headers vary: 'Accept' }
48609npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
48610npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
48611npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.2
48612npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json not in flight; writing
48613npm verb cache add spec object-keys@1.0.1
48614npm verb addNamed "1.0.1" is a plain semver version for object-keys
48615npm verb addNameVersion registry:http://registry.npmjs.org/object-keys not in flight; fetching
48616npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json not in flight; writing
48617npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json written
48618npm verb get http://registry.npmjs.org/object-keys not expired, no request
48619npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
48620npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz',
48621npm verb addRemoteTarball '55802e85842c26bbb5ebbc157abf3be302569ba8' ]
48622npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json written
48623npm info retry fetch attempt 1 at 11:28:18
48624npm info attempt registry request try #1 at 11:28:18
48625npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
48626npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
48627npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
48628npm verb addTmpTarball already have metadata; skipping unpack for object-keys@1.0.1
48629npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json not in flight; writing
48630npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json written
48631npm verb cache add spec ms@0.6.2
48632npm verb addNamed "0.6.2" is a plain semver version for ms
48633npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
48634npm verb get http://registry.npmjs.org/ms not expired, no request
48635npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
48636npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
48637npm verb cache add spec debug@0.7.4
48638npm verb addNamed "0.7.4" is a plain semver version for debug
48639npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
48640npm verb request uri http://registry.npmjs.org/json3
48641npm verb request no auth needed
48642npm info attempt registry request try #1 at 11:28:18
48643npm http request GET http://registry.npmjs.org/json3
48644npm verb request uri http://registry.npmjs.org/component-emitter
48645npm verb request no auth needed
48646npm info attempt registry request try #1 at 11:28:18
48647npm http request GET http://registry.npmjs.org/component-emitter
48648npm verb request uri http://registry.npmjs.org/benchmark
48649npm verb request no auth needed
48650npm info attempt registry request try #1 at 11:28:18
48651npm http request GET http://registry.npmjs.org/benchmark
48652npm verb get http://registry.npmjs.org/debug not expired, no request
48653npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
48654npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz',
48655npm verb addRemoteTarball '06e1ea8082c2cb14e39806e22e2f6f757f92af39' ]
48656npm info retry fetch attempt 1 at 11:28:18
48657npm info attempt registry request try #1 at 11:28:18
48658npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
48659npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
48660npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
48661npm verb addTmpTarball already have metadata; skipping unpack for debug@0.7.4
48662npm http 200 http://registry.npmjs.org/json3
48663npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48664npm verb headers etag: '"8RW74WT07XAX5LEF4SC40V3O8"',
48665npm verb headers 'content-type': 'application/json',
48666npm verb headers 'cache-control': 'max-age=300',
48667npm verb headers 'content-length': '24087',
48668npm verb headers 'accept-ranges': 'bytes',
48669npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48670npm verb headers via: '1.1 varnish',
48671npm verb headers age: '38',
48672npm verb headers connection: 'keep-alive',
48673npm verb headers 'x-served-by': 'cache-fra1225-FRA',
48674npm verb headers 'x-cache': 'HIT',
48675npm verb headers 'x-cache-hits': '1',
48676npm verb headers 'x-timer': 'S1450870098.242535,VS0,VE0',
48677npm verb headers vary: 'Accept' }
48678npm verb get saving json3 to /root/.npm/registry.npmjs.org/json3/.cache.json
48679npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
48680npm verb cache add spec json3@3.2.6
48681npm verb addNamed "3.2.6" is a plain semver version for json3
48682npm verb addNameVersion registry:http://registry.npmjs.org/json3 not in flight; fetching
48683npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
48684npm verb get http://registry.npmjs.org/json3 not expired, no request
48685npm verb addRemoteTarball http://registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
48686npm verb addRemoteTarball [ 'http://registry.npmjs.org/json3/-/json3-3.2.6.tgz',
48687npm verb addRemoteTarball 'f6efc93c06a04de9aec53053df2559bb19e2038b' ]
48688npm info retry fetch attempt 1 at 11:28:18
48689npm info attempt registry request try #1 at 11:28:18
48690npm http fetch GET http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
48691npm http 200 http://registry.npmjs.org/benchmark
48692npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48693npm verb headers etag: '"B9NM1GP7XQHJQMLCF81N9T9ZZ"',
48694npm verb headers 'content-type': 'application/json',
48695npm verb headers 'cache-control': 'max-age=300',
48696npm verb headers 'content-length': '27426',
48697npm verb headers 'accept-ranges': 'bytes',
48698npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48699npm verb headers via: '1.1 varnish',
48700npm verb headers age: '133',
48701npm verb headers connection: 'keep-alive',
48702npm verb headers 'x-served-by': 'cache-fra1235-FRA',
48703npm verb headers 'x-cache': 'HIT',
48704npm verb headers 'x-cache-hits': '3',
48705npm verb headers 'x-timer': 'S1450870098.242736,VS0,VE0',
48706npm verb headers vary: 'Accept' }
48707npm verb get saving benchmark to /root/.npm/registry.npmjs.org/benchmark/.cache.json
48708npm verb cache add spec benchmark@1.0.0
48709npm verb addNamed "1.0.0" is a plain semver version for benchmark
48710npm verb addNameVersion registry:http://registry.npmjs.org/benchmark not in flight; fetching
48711npm http fetch 200 http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
48712npm verb get http://registry.npmjs.org/benchmark not expired, no request
48713npm verb addRemoteTarball http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
48714npm verb addRemoteTarball [ 'http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz',
48715npm verb addRemoteTarball '2f1e2fa4c359f11122aa183082218e957e390c73' ]
48716npm info retry fetch attempt 1 at 11:28:18
48717npm info attempt registry request try #1 at 11:28:18
48718npm http fetch GET http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
48719npm http fetch 200 http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
48720npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
48721npm verb addTmpTarball already have metadata; skipping unpack for benchmark@1.0.0
48722npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json not in flight; writing
48723npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json written
48724npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
48725npm verb addTmpTarball already have metadata; skipping unpack for json3@3.2.6
48726npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json not in flight; writing
48727npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json written
48728npm http 200 http://registry.npmjs.org/component-emitter
48729npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48730npm verb headers etag: '"EKK7Q3KAC25VHT4JEZHQMW5ZL"',
48731npm verb headers 'content-type': 'application/json',
48732npm verb headers 'cache-control': 'max-age=60',
48733npm verb headers 'content-length': '9622',
48734npm verb headers 'accept-ranges': 'bytes',
48735npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48736npm verb headers via: '1.1 varnish',
48737npm verb headers age: '0',
48738npm verb headers connection: 'keep-alive',
48739npm verb headers 'x-served-by': 'cache-fra1221-FRA',
48740npm verb headers 'x-cache': 'HIT',
48741npm verb headers 'x-cache-hits': '1',
48742npm verb headers 'x-timer': 'S1450870098.242933,VS0,VE424',
48743npm verb headers vary: 'Accept' }
48744npm verb get saving component-emitter to /root/.npm/registry.npmjs.org/component-emitter/.cache.json
48745npm verb cache add spec component-emitter@1.1.2
48746npm verb addNamed "1.1.2" is a plain semver version for component-emitter
48747npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
48748npm verb get http://registry.npmjs.org/component-emitter not expired, no request
48749npm verb addRemoteTarball http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
48750npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz',
48751npm verb addRemoteTarball '296594f2753daa63996d2af08d15a95116c9aec3' ]
48752npm info retry fetch attempt 1 at 11:28:18
48753npm info attempt registry request try #1 at 11:28:18
48754npm http fetch GET http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
48755npm http fetch 200 http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
48756npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
48757npm verb addTmpTarball already have metadata; skipping unpack for component-emitter@1.1.2
48758npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json not in flight; writing
48759npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json written
48760npm verb cache add spec debug@0.7.4
48761npm verb addNamed "0.7.4" is a plain semver version for debug
48762npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
48763npm verb request uri http://registry.npmjs.org/engine.io-client-pure
48764npm verb request no auth needed
48765npm info attempt registry request try #1 at 11:28:18
48766npm http request GET http://registry.npmjs.org/engine.io-client-pure
48767npm verb request uri http://registry.npmjs.org/component-bind
48768npm verb request no auth needed
48769npm info attempt registry request try #1 at 11:28:18
48770npm http request GET http://registry.npmjs.org/component-bind
48771npm verb request uri http://registry.npmjs.org/object-component
48772npm verb request no auth needed
48773npm info attempt registry request try #1 at 11:28:18
48774npm http request GET http://registry.npmjs.org/object-component
48775npm verb request uri http://registry.npmjs.org/indexof
48776npm verb request no auth needed
48777npm info attempt registry request try #1 at 11:28:18
48778npm http request GET http://registry.npmjs.org/indexof
48779npm verb request uri http://registry.npmjs.org/parseuri
48780npm verb request no auth needed
48781npm info attempt registry request try #1 at 11:28:18
48782npm http request GET http://registry.npmjs.org/parseuri
48783npm verb request uri http://registry.npmjs.org/to-array
48784npm verb request no auth needed
48785npm info attempt registry request try #1 at 11:28:18
48786npm http request GET http://registry.npmjs.org/to-array
48787npm verb request uri http://registry.npmjs.org/backo2
48788npm verb request no auth needed
48789npm info attempt registry request try #1 at 11:28:18
48790npm http request GET http://registry.npmjs.org/backo2
48791npm verb get http://registry.npmjs.org/debug not expired, no request
48792npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
48793npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
48794npm http 200 http://registry.npmjs.org/parseuri
48795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48796npm verb headers etag: '"5706K797GRKZN22PW92FLL2DK"',
48797npm verb headers 'content-type': 'application/json',
48798npm verb headers 'cache-control': 'max-age=60',
48799npm verb headers 'content-length': '3512',
48800npm verb headers 'accept-ranges': 'bytes',
48801npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48802npm verb headers via: '1.1 varnish',
48803npm verb headers age: '46',
48804npm verb headers connection: 'keep-alive',
48805npm verb headers 'x-served-by': 'cache-fra1229-FRA',
48806npm verb headers 'x-cache': 'HIT',
48807npm verb headers 'x-cache-hits': '2',
48808npm verb headers 'x-timer': 'S1450870098.857466,VS0,VE0',
48809npm verb headers vary: 'Accept' }
48810npm verb get saving parseuri to /root/.npm/registry.npmjs.org/parseuri/.cache.json
48811npm http 200 http://registry.npmjs.org/to-array
48812npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48813npm verb headers etag: '"7W2SB8XU19O6MR1O5N1YA0R8Q"',
48814npm verb headers 'content-type': 'application/json',
48815npm verb headers 'cache-control': 'max-age=300',
48816npm verb headers 'content-length': '7075',
48817npm verb headers 'accept-ranges': 'bytes',
48818npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48819npm verb headers via: '1.1 varnish',
48820npm verb headers age: '71',
48821npm verb headers connection: 'keep-alive',
48822npm verb headers 'x-served-by': 'cache-fra1226-FRA',
48823npm verb headers 'x-cache': 'HIT',
48824npm verb headers 'x-cache-hits': '1',
48825npm verb headers 'x-timer': 'S1450870098.857628,VS0,VE0',
48826npm verb headers vary: 'Accept' }
48827npm verb get saving to-array to /root/.npm/registry.npmjs.org/to-array/.cache.json
48828npm http 200 http://registry.npmjs.org/component-bind
48829npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48830npm verb headers etag: '"BTEEHNYGF6MZ3F5K1O53LMR95"',
48831npm verb headers 'content-type': 'application/json',
48832npm verb headers 'cache-control': 'max-age=60',
48833npm verb headers 'content-length': '3904',
48834npm verb headers 'accept-ranges': 'bytes',
48835npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48836npm verb headers via: '1.1 varnish',
48837npm verb headers age: '17',
48838npm verb headers connection: 'keep-alive',
48839npm verb headers 'x-served-by': 'cache-fra1246-FRA',
48840npm verb headers 'x-cache': 'HIT',
48841npm verb headers 'x-cache-hits': '1',
48842npm verb headers 'x-timer': 'S1450870098.857378,VS0,VE0',
48843npm verb headers vary: 'Accept' }
48844npm verb get saving component-bind to /root/.npm/registry.npmjs.org/component-bind/.cache.json
48845npm http 200 http://registry.npmjs.org/object-component
48846npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48847npm verb headers etag: '"1HIQ5BU4412VCC2W67CB13EFB"',
48848npm verb headers 'content-type': 'application/json',
48849npm verb headers 'cache-control': 'max-age=300',
48850npm verb headers 'content-length': '3677',
48851npm verb headers 'accept-ranges': 'bytes',
48852npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48853npm verb headers via: '1.1 varnish',
48854npm verb headers age: '87',
48855npm verb headers connection: 'keep-alive',
48856npm verb headers 'x-served-by': 'cache-fra1228-FRA',
48857npm verb headers 'x-cache': 'HIT',
48858npm verb headers 'x-cache-hits': '1',
48859npm verb headers 'x-timer': 'S1450870098.857606,VS0,VE0',
48860npm verb headers vary: 'Accept' }
48861npm verb get saving object-component to /root/.npm/registry.npmjs.org/object-component/.cache.json
48862npm http 200 http://registry.npmjs.org/engine.io-client-pure
48863npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48864npm verb headers etag: '"8S35Q6BTGDSVC3A6XY765TGUI"',
48865npm verb headers 'content-type': 'application/json',
48866npm verb headers 'cache-control': 'max-age=300',
48867npm verb headers 'content-length': '21813',
48868npm verb headers 'accept-ranges': 'bytes',
48869npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48870npm verb headers via: '1.1 varnish',
48871npm verb headers age: '161',
48872npm verb headers connection: 'keep-alive',
48873npm verb headers 'x-served-by': 'cache-fra1246-FRA',
48874npm verb headers 'x-cache': 'HIT',
48875npm verb headers 'x-cache-hits': '1',
48876npm verb headers 'x-timer': 'S1450870098.857213,VS0,VE0',
48877npm verb headers vary: 'Accept' }
48878npm verb get saving engine.io-client-pure to /root/.npm/registry.npmjs.org/engine.io-client-pure/.cache.json
48879npm verb cache add spec to-array@0.1.3
48880npm verb addNamed "0.1.3" is a plain semver version for to-array
48881npm verb addNameVersion registry:http://registry.npmjs.org/to-array not in flight; fetching
48882npm verb cache add spec parseuri@0.0.2
48883npm verb addNamed "0.0.2" is a plain semver version for parseuri
48884npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
48885npm verb cache add spec component-bind@1.0.0
48886npm verb addNamed "1.0.0" is a plain semver version for component-bind
48887npm verb addNameVersion registry:http://registry.npmjs.org/component-bind not in flight; fetching
48888npm verb cache add spec object-component@0.0.3
48889npm verb addNamed "0.0.3" is a plain semver version for object-component
48890npm verb addNameVersion registry:http://registry.npmjs.org/object-component not in flight; fetching
48891npm verb cache add spec engine.io-client-pure@1.5.9
48892npm verb addNamed "1.5.9" is a plain semver version for engine.io-client-pure
48893npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-client-pure not in flight; fetching
48894npm verb get http://registry.npmjs.org/to-array not expired, no request
48895npm verb get http://registry.npmjs.org/parseuri not expired, no request
48896npm verb addRemoteTarball http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
48897npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz',
48898npm verb addRemoteTarball 'd45dadc6363417f60f28474fea50ecddbb4f4991' ]
48899npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
48900npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz',
48901npm verb addRemoteTarball 'db41878f2d6964718be870b3140973d8093be156' ]
48902npm verb get http://registry.npmjs.org/component-bind not expired, no request
48903npm http 200 http://registry.npmjs.org/backo2
48904npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48905npm verb headers etag: '"B16YQ5OPQ3E499Z15YCERDY6W"',
48906npm verb headers 'content-type': 'application/json',
48907npm verb headers 'cache-control': 'max-age=60',
48908npm verb headers 'content-length': '2883',
48909npm verb headers 'accept-ranges': 'bytes',
48910npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48911npm verb headers via: '1.1 varnish',
48912npm verb headers age: '8',
48913npm verb headers connection: 'keep-alive',
48914npm verb headers 'x-served-by': 'cache-fra1234-FRA',
48915npm verb headers 'x-cache': 'HIT',
48916npm verb headers 'x-cache-hits': '1',
48917npm verb headers 'x-timer': 'S1450870098.857837,VS0,VE0',
48918npm verb headers vary: 'Accept' }
48919npm verb get saving backo2 to /root/.npm/registry.npmjs.org/backo2/.cache.json
48920npm verb get http://registry.npmjs.org/object-component not expired, no request
48921npm verb addRemoteTarball http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
48922npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz',
48923npm verb addRemoteTarball '00c608ab7dcd93897c0009651b1d3a8e1e73bbd1' ]
48924npm verb get http://registry.npmjs.org/engine.io-client-pure not expired, no request
48925npm verb addRemoteTarball http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
48926npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz',
48927npm verb addRemoteTarball 'f0c69aa50efc95b866c186f400a33769cb2f1291' ]
48928npm verb addRemoteTarball http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz not in flight; adding
48929npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz',
48930npm verb addRemoteTarball 'fc3c4977b00ffc5b059dfa73c06216ad838496e2' ]
48931npm info retry fetch attempt 1 at 11:28:18
48932npm info attempt registry request try #1 at 11:28:18
48933npm http fetch GET http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
48934npm info retry fetch attempt 1 at 11:28:18
48935npm info attempt registry request try #1 at 11:28:18
48936npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
48937npm info retry fetch attempt 1 at 11:28:18
48938npm info attempt registry request try #1 at 11:28:18
48939npm http fetch GET http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
48940npm info retry fetch attempt 1 at 11:28:18
48941npm info attempt registry request try #1 at 11:28:18
48942npm http fetch GET http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
48943npm info retry fetch attempt 1 at 11:28:18
48944npm info attempt registry request try #1 at 11:28:18
48945npm http fetch GET http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz
48946npm http fetch 200 http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
48947npm verb cache add spec backo2@1.0.2
48948npm verb addNamed "1.0.2" is a plain semver version for backo2
48949npm verb addNameVersion registry:http://registry.npmjs.org/backo2 not in flight; fetching
48950npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
48951npm http fetch 200 http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
48952npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
48953npm verb addTmpTarball already have metadata; skipping unpack for to-array@0.1.3
48954npm http fetch 200 http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
48955npm verb get http://registry.npmjs.org/backo2 not expired, no request
48956npm http fetch 200 http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz
48957npm verb addRemoteTarball http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
48958npm verb addRemoteTarball [ 'http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz',
48959npm verb addRemoteTarball '31ab1ac8b129363463e35b3ebb69f4dfcfba7947' ]
48960npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
48961npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.2
48962npm info retry fetch attempt 1 at 11:28:19
48963npm info attempt registry request try #1 at 11:28:19
48964npm http fetch GET http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
48965npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
48966npm verb addTmpTarball already have metadata; skipping unpack for component-bind@1.0.0
48967npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
48968npm verb addTmpTarball already have metadata; skipping unpack for object-component@0.0.3
48969npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json not in flight; writing
48970npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json not in flight; writing
48971npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json written
48972npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json not in flight; writing
48973npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json not in flight; writing
48974npm http fetch 200 http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
48975npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json written
48976npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json written
48977npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz not in flight; adding
48978npm verb addTmpTarball already have metadata; skipping unpack for engine.io-client-pure@1.5.9
48979npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json written
48980npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
48981npm verb addTmpTarball already have metadata; skipping unpack for backo2@1.0.2
48982npm verb afterAdd /root/.npm/engine.io-client-pure/1.5.9/package/package.json not in flight; writing
48983npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json not in flight; writing
48984npm verb afterAdd /root/.npm/engine.io-client-pure/1.5.9/package/package.json written
48985npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json written
48986npm http 200 http://registry.npmjs.org/indexof
48987npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
48988npm verb headers etag: '"32OBH9XPR8SP8X2OF29HMHN0Y"',
48989npm verb headers 'content-type': 'application/json',
48990npm verb headers 'cache-control': 'max-age=60',
48991npm verb headers 'content-length': '1058',
48992npm verb headers 'accept-ranges': 'bytes',
48993npm verb headers date: 'Wed, 23 Dec 2015 11:28:18 GMT',
48994npm verb headers via: '1.1 varnish',
48995npm verb headers age: '24',
48996npm verb headers connection: 'keep-alive',
48997npm verb headers 'x-served-by': 'cache-fra1228-FRA',
48998npm verb headers 'x-cache': 'HIT',
48999npm verb headers 'x-cache-hits': '1',
49000npm verb headers 'x-timer': 'S1450870098.857610,VS0,VE0',
49001npm verb headers vary: 'Accept' }
49002npm verb get saving indexof to /root/.npm/registry.npmjs.org/indexof/.cache.json
49003npm verb cache add spec indexof@0.0.1
49004npm verb addNamed "0.0.1" is a plain semver version for indexof
49005npm verb addNameVersion registry:http://registry.npmjs.org/indexof not in flight; fetching
49006npm verb get http://registry.npmjs.org/indexof not expired, no request
49007npm verb addRemoteTarball http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
49008npm verb addRemoteTarball [ 'http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz',
49009npm verb addRemoteTarball '82dc336d232b9062179d05ab3293a66059fd435d' ]
49010npm info retry fetch attempt 1 at 11:28:19
49011npm info attempt registry request try #1 at 11:28:19
49012npm http fetch GET http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
49013npm http fetch 200 http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
49014npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
49015npm verb addTmpTarball already have metadata; skipping unpack for indexof@0.0.1
49016npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json not in flight; writing
49017npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json written
49018npm verb cache add spec debug@1.0.4
49019npm verb cache add spec parseuri@0.0.4
49020npm verb addNamed "1.0.4" is a plain semver version for debug
49021npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
49022npm verb addNamed "0.0.4" is a plain semver version for parseuri
49023npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
49024npm verb request uri http://registry.npmjs.org/component-inherit
49025npm verb request no auth needed
49026npm info attempt registry request try #1 at 11:28:19
49027npm http request GET http://registry.npmjs.org/component-inherit
49028npm verb request uri http://registry.npmjs.org/has-cors
49029npm verb request no auth needed
49030npm info attempt registry request try #1 at 11:28:19
49031npm http request GET http://registry.npmjs.org/has-cors
49032npm verb request uri http://registry.npmjs.org/parsejson
49033npm verb request no auth needed
49034npm info attempt registry request try #1 at 11:28:19
49035npm http request GET http://registry.npmjs.org/parsejson
49036npm verb request uri http://registry.npmjs.org/parseqs
49037npm verb request no auth needed
49038npm info attempt registry request try #1 at 11:28:19
49039npm http request GET http://registry.npmjs.org/parseqs
49040npm verb request uri http://registry.npmjs.org/xmlhttprequest-ssl
49041npm verb request no auth needed
49042npm info attempt registry request try #1 at 11:28:19
49043npm http request GET http://registry.npmjs.org/xmlhttprequest-ssl
49044npm verb get http://registry.npmjs.org/debug not expired, no request
49045npm verb get http://registry.npmjs.org/parseuri not expired, no request
49046npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
49047npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
49048npm verb addRemoteTarball '5b9c256bd54b6ec02283176fa8a0ede6d154cbf8' ]
49049npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
49050npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz',
49051npm verb addRemoteTarball '806582a39887e1ea18dd5e2fe0e01902268e9350' ]
49052npm info retry fetch attempt 1 at 11:28:19
49053npm info attempt registry request try #1 at 11:28:19
49054npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
49055npm info retry fetch attempt 1 at 11:28:19
49056npm info attempt registry request try #1 at 11:28:19
49057npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
49058npm http 200 http://registry.npmjs.org/has-cors
49059npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49060npm verb headers etag: '"E1BLQOU6LPC4SFNAUMVIW8NPJ"',
49061npm verb headers 'content-type': 'application/json',
49062npm verb headers 'cache-control': 'max-age=300',
49063npm verb headers 'content-length': '3294',
49064npm verb headers 'accept-ranges': 'bytes',
49065npm verb headers date: 'Wed, 23 Dec 2015 11:28:19 GMT',
49066npm verb headers via: '1.1 varnish',
49067npm verb headers age: '24',
49068npm verb headers connection: 'keep-alive',
49069npm verb headers 'x-served-by': 'cache-fra1227-FRA',
49070npm verb headers 'x-cache': 'HIT',
49071npm verb headers 'x-cache-hits': '3',
49072npm verb headers 'x-timer': 'S1450870099.304617,VS0,VE0',
49073npm verb headers vary: 'Accept' }
49074npm verb get saving has-cors to /root/.npm/registry.npmjs.org/has-cors/.cache.json
49075npm http 200 http://registry.npmjs.org/xmlhttprequest-ssl
49076npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49077npm verb headers etag: '"32OVUXYUJ09UF1LB0Z4W9CK6S"',
49078npm verb headers 'content-type': 'application/json',
49079npm verb headers 'cache-control': 'max-age=300',
49080npm verb headers 'content-length': '4364',
49081npm verb headers 'accept-ranges': 'bytes',
49082npm verb headers date: 'Wed, 23 Dec 2015 11:28:19 GMT',
49083npm verb headers via: '1.1 varnish',
49084npm verb headers age: '127',
49085npm verb headers connection: 'keep-alive',
49086npm verb headers 'x-served-by': 'cache-fra1237-FRA',
49087npm verb headers 'x-cache': 'HIT',
49088npm verb headers 'x-cache-hits': '1',
49089npm verb headers 'x-timer': 'S1450870099.304867,VS0,VE0',
49090npm verb headers vary: 'Accept' }
49091npm verb get saving xmlhttprequest-ssl to /root/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json
49092npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
49093npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
49094npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
49095npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.4
49096npm verb cache add spec has-cors@1.1.0
49097npm verb addNamed "1.1.0" is a plain semver version for has-cors
49098npm verb addNameVersion registry:http://registry.npmjs.org/has-cors not in flight; fetching
49099npm verb cache add spec xmlhttprequest-ssl@1.5.1
49100npm verb addNamed "1.5.1" is a plain semver version for xmlhttprequest-ssl
49101npm verb addNameVersion registry:http://registry.npmjs.org/xmlhttprequest-ssl not in flight; fetching
49102npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
49103npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.4
49104npm verb get http://registry.npmjs.org/has-cors not expired, no request
49105npm verb get http://registry.npmjs.org/xmlhttprequest-ssl not expired, no request
49106npm verb addRemoteTarball http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz not in flight; adding
49107npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz',
49108npm verb addRemoteTarball '5e474793f7ea9843d1bb99c23eef49ff126fff39' ]
49109npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz not in flight; adding
49110npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz',
49111npm verb addRemoteTarball '3b7741fea4a86675976e908d296d4445961faa67' ]
49112npm info retry fetch attempt 1 at 11:28:19
49113npm info attempt registry request try #1 at 11:28:19
49114npm http fetch GET http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz
49115npm info retry fetch attempt 1 at 11:28:19
49116npm info attempt registry request try #1 at 11:28:19
49117npm http fetch GET http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz
49118npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json not in flight; writing
49119npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json not in flight; writing
49120npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json written
49121npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json written
49122npm http fetch 200 http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz
49123npm http fetch 200 http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz
49124npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz not in flight; adding
49125npm verb addTmpTarball already have metadata; skipping unpack for has-cors@1.1.0
49126npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz not in flight; adding
49127npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest-ssl@1.5.1
49128npm http 200 http://registry.npmjs.org/component-inherit
49129npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49130npm verb headers etag: '"CAH0O4D5KIZYR0H50AXWO2GQZ"',
49131npm verb headers 'content-type': 'application/json',
49132npm verb headers 'cache-control': 'max-age=60',
49133npm verb headers 'content-length': '1447',
49134npm verb headers 'accept-ranges': 'bytes',
49135npm verb headers date: 'Wed, 23 Dec 2015 11:28:19 GMT',
49136npm verb headers via: '1.1 varnish',
49137npm verb headers age: '0',
49138npm verb headers connection: 'keep-alive',
49139npm verb headers 'x-served-by': 'cache-fra1226-FRA',
49140npm verb headers 'x-cache': 'HIT',
49141npm verb headers 'x-cache-hits': '1',
49142npm verb headers 'x-timer': 'S1450870099.304831,VS0,VE98',
49143npm verb headers vary: 'Accept' }
49144npm verb get saving component-inherit to /root/.npm/registry.npmjs.org/component-inherit/.cache.json
49145npm http 200 http://registry.npmjs.org/parsejson
49146npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49147npm verb headers etag: '"2W7WPG4SN5C1NRTVX4V76IQBW"',
49148npm verb headers 'content-type': 'application/json',
49149npm verb headers 'cache-control': 'max-age=60',
49150npm verb headers 'content-length': '2000',
49151npm verb headers 'accept-ranges': 'bytes',
49152npm verb headers date: 'Wed, 23 Dec 2015 11:28:19 GMT',
49153npm verb headers via: '1.1 varnish',
49154npm verb headers age: '0',
49155npm verb headers connection: 'keep-alive',
49156npm verb headers 'x-served-by': 'cache-fra1227-FRA',
49157npm verb headers 'x-cache': 'HIT',
49158npm verb headers 'x-cache-hits': '1',
49159npm verb headers 'x-timer': 'S1450870099.304825,VS0,VE99',
49160npm verb headers vary: 'Accept' }
49161npm verb get saving parsejson to /root/.npm/registry.npmjs.org/parsejson/.cache.json
49162npm verb cache add spec component-inherit@0.0.3
49163npm verb addNamed "0.0.3" is a plain semver version for component-inherit
49164npm verb addNameVersion registry:http://registry.npmjs.org/component-inherit not in flight; fetching
49165npm verb afterAdd /root/.npm/has-cors/1.1.0/package/package.json not in flight; writing
49166npm verb afterAdd /root/.npm/xmlhttprequest-ssl/1.5.1/package/package.json not in flight; writing
49167npm verb cache add spec parsejson@0.0.1
49168npm verb addNamed "0.0.1" is a plain semver version for parsejson
49169npm verb addNameVersion registry:http://registry.npmjs.org/parsejson not in flight; fetching
49170npm verb get http://registry.npmjs.org/component-inherit not expired, no request
49171npm verb afterAdd /root/.npm/has-cors/1.1.0/package/package.json written
49172npm verb afterAdd /root/.npm/xmlhttprequest-ssl/1.5.1/package/package.json written
49173npm verb addRemoteTarball http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
49174npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz',
49175npm verb addRemoteTarball '645fc4adf58b72b649d5cae65135619db26ff143' ]
49176npm verb get http://registry.npmjs.org/parsejson not expired, no request
49177npm verb addRemoteTarball http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
49178npm verb addRemoteTarball [ 'http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz',
49179npm verb addRemoteTarball '9b10c6c0d825ab589e685153826de0a3ba278bcc' ]
49180npm info retry fetch attempt 1 at 11:28:19
49181npm info attempt registry request try #1 at 11:28:19
49182npm http fetch GET http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
49183npm info retry fetch attempt 1 at 11:28:19
49184npm info attempt registry request try #1 at 11:28:19
49185npm http fetch GET http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
49186npm http fetch 200 http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
49187npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
49188npm verb addTmpTarball already have metadata; skipping unpack for component-inherit@0.0.3
49189npm http fetch 200 http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
49190npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
49191npm verb addTmpTarball already have metadata; skipping unpack for parsejson@0.0.1
49192npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json not in flight; writing
49193npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json written
49194npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json not in flight; writing
49195npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json written
49196npm http 200 http://registry.npmjs.org/parseqs
49197npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49198npm verb headers etag: '"BRGJMXWS57TIDT46EPH3BGEO"',
49199npm verb headers 'content-type': 'application/json',
49200npm verb headers 'cache-control': 'max-age=60',
49201npm verb headers 'content-length': '2660',
49202npm verb headers 'accept-ranges': 'bytes',
49203npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49204npm verb headers via: '1.1 varnish',
49205npm verb headers age: '0',
49206npm verb headers connection: 'keep-alive',
49207npm verb headers 'x-served-by': 'cache-fra1225-FRA',
49208npm verb headers 'x-cache': 'HIT',
49209npm verb headers 'x-cache-hits': '1',
49210npm verb headers 'x-timer': 'S1450870099.304734,VS0,VE721',
49211npm verb headers vary: 'Accept' }
49212npm verb get saving parseqs to /root/.npm/registry.npmjs.org/parseqs/.cache.json
49213npm verb cache add spec parseqs@0.0.2
49214npm verb addNamed "0.0.2" is a plain semver version for parseqs
49215npm verb addNameVersion registry:http://registry.npmjs.org/parseqs not in flight; fetching
49216npm verb get http://registry.npmjs.org/parseqs not expired, no request
49217npm verb addRemoteTarball http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
49218npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz',
49219npm verb addRemoteTarball '9dfe70b2cddac388bde4f35b1f240fa58adbe6c7' ]
49220npm info retry fetch attempt 1 at 11:28:20
49221npm info attempt registry request try #1 at 11:28:20
49222npm http fetch GET http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
49223npm http fetch 200 http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
49224npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
49225npm verb addTmpTarball already have metadata; skipping unpack for parseqs@0.0.2
49226npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json not in flight; writing
49227npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json written
49228npm verb cache add spec ms@0.6.2
49229npm verb addNamed "0.6.2" is a plain semver version for ms
49230npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
49231npm verb get http://registry.npmjs.org/ms not expired, no request
49232npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
49233npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
49234npm verb request uri http://registry.npmjs.org/better-assert
49235npm verb request no auth needed
49236npm info attempt registry request try #1 at 11:28:20
49237npm http request GET http://registry.npmjs.org/better-assert
49238npm http 200 http://registry.npmjs.org/better-assert
49239npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49240npm verb headers etag: '"5I041PX4XSOVLOARDHLC1A603"',
49241npm verb headers 'content-type': 'application/json',
49242npm verb headers 'cache-control': 'max-age=60',
49243npm verb headers 'content-length': '7489',
49244npm verb headers 'accept-ranges': 'bytes',
49245npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49246npm verb headers via: '1.1 varnish',
49247npm verb headers age: '42',
49248npm verb headers connection: 'keep-alive',
49249npm verb headers 'x-served-by': 'cache-fra1234-FRA',
49250npm verb headers 'x-cache': 'HIT',
49251npm verb headers 'x-cache-hits': '2',
49252npm verb headers 'x-timer': 'S1450870100.161754,VS0,VE0',
49253npm verb headers vary: 'Accept' }
49254npm verb get saving better-assert to /root/.npm/registry.npmjs.org/better-assert/.cache.json
49255npm verb cache add spec better-assert@~1.0.0
49256npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for better-assert
49257npm verb addNameRange registry:http://registry.npmjs.org/better-assert not in flight; fetching
49258npm verb get http://registry.npmjs.org/better-assert not expired, no request
49259npm verb addNamed "1.0.2" is a plain semver version for better-assert
49260npm verb addRemoteTarball http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
49261npm verb addRemoteTarball [ 'http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz',
49262npm verb addRemoteTarball '40866b9e1b9e0b55b481894311e68faffaebc522' ]
49263npm info retry fetch attempt 1 at 11:28:20
49264npm info attempt registry request try #1 at 11:28:20
49265npm http fetch GET http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
49266npm http fetch 200 http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
49267npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
49268npm verb addTmpTarball already have metadata; skipping unpack for better-assert@1.0.2
49269npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json not in flight; writing
49270npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json written
49271npm verb request uri http://registry.npmjs.org/callsite
49272npm verb request no auth needed
49273npm info attempt registry request try #1 at 11:28:20
49274npm http request GET http://registry.npmjs.org/callsite
49275npm http 200 http://registry.npmjs.org/callsite
49276npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49277npm verb headers etag: '"9F5WFLLEGVJLVN0BHCI2K45EN"',
49278npm verb headers 'content-type': 'application/json',
49279npm verb headers 'cache-control': 'max-age=300',
49280npm verb headers 'content-length': '3360',
49281npm verb headers 'accept-ranges': 'bytes',
49282npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49283npm verb headers via: '1.1 varnish',
49284npm verb headers age: '219',
49285npm verb headers connection: 'keep-alive',
49286npm verb headers 'x-served-by': 'cache-fra1241-FRA',
49287npm verb headers 'x-cache': 'HIT',
49288npm verb headers 'x-cache-hits': '124',
49289npm verb headers 'x-timer': 'S1450870100.267916,VS0,VE0',
49290npm verb headers vary: 'Accept' }
49291npm verb get saving callsite to /root/.npm/registry.npmjs.org/callsite/.cache.json
49292npm verb cache add spec callsite@1.0.0
49293npm verb addNamed "1.0.0" is a plain semver version for callsite
49294npm verb addNameVersion registry:http://registry.npmjs.org/callsite not in flight; fetching
49295npm verb get http://registry.npmjs.org/callsite not expired, no request
49296npm verb addRemoteTarball http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
49297npm verb addRemoteTarball [ 'http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz',
49298npm verb addRemoteTarball '280398e5d664bd74038b6f0905153e6e8af1bc20' ]
49299npm info retry fetch attempt 1 at 11:28:20
49300npm info attempt registry request try #1 at 11:28:20
49301npm http fetch GET http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
49302npm http fetch 200 http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
49303npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
49304npm verb addTmpTarball already have metadata; skipping unpack for callsite@1.0.0
49305npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json not in flight; writing
49306npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json written
49307npm verb cache add spec debug@0.7.4
49308npm verb addNamed "0.7.4" is a plain semver version for debug
49309npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
49310npm verb get http://registry.npmjs.org/debug not expired, no request
49311npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
49312npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
49313npm verb request uri http://registry.npmjs.org/events-to-array
49314npm verb request no auth needed
49315npm info attempt registry request try #1 at 11:28:20
49316npm http request GET http://registry.npmjs.org/events-to-array
49317npm http 200 http://registry.npmjs.org/events-to-array
49318npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49319npm verb headers etag: '"9CBD56MVGNSYNXPCGULI0CJNY"',
49320npm verb headers 'content-type': 'application/json',
49321npm verb headers 'cache-control': 'max-age=300',
49322npm verb headers 'content-length': '5581',
49323npm verb headers 'accept-ranges': 'bytes',
49324npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49325npm verb headers via: '1.1 varnish',
49326npm verb headers age: '274',
49327npm verb headers connection: 'keep-alive',
49328npm verb headers 'x-served-by': 'cache-fra1234-FRA',
49329npm verb headers 'x-cache': 'HIT',
49330npm verb headers 'x-cache-hits': '1',
49331npm verb headers 'x-timer': 'S1450870100.440632,VS0,VE0',
49332npm verb headers vary: 'Accept' }
49333npm verb get saving events-to-array to /root/.npm/registry.npmjs.org/events-to-array/.cache.json
49334npm verb cache add spec events-to-array@^1.0.1
49335npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for events-to-array
49336npm verb addNameRange registry:http://registry.npmjs.org/events-to-array not in flight; fetching
49337npm verb get http://registry.npmjs.org/events-to-array not expired, no request
49338npm verb addNamed "1.0.2" is a plain semver version for events-to-array
49339npm verb addRemoteTarball http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz not in flight; adding
49340npm verb addRemoteTarball [ 'http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz',
49341npm verb addRemoteTarball 'b3484465534fe4ff66fbdd1a83b777713ba404aa' ]
49342npm info retry fetch attempt 1 at 11:28:20
49343npm info attempt registry request try #1 at 11:28:20
49344npm http fetch GET http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz
49345npm http fetch 200 http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz
49346npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz not in flight; adding
49347npm verb addTmpTarball already have metadata; skipping unpack for events-to-array@1.0.2
49348npm verb afterAdd /root/.npm/events-to-array/1.0.2/package/package.json not in flight; writing
49349npm verb afterAdd /root/.npm/events-to-array/1.0.2/package/package.json written
49350npm verb cache add spec qs@~5.1.0
49351npm verb addNamed ">=5.1.0 <5.2.0" is a valid semver range for qs
49352npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
49353npm verb request uri http://registry.npmjs.org/body-parser
49354npm verb request no auth needed
49355npm info attempt registry request try #1 at 11:28:20
49356npm http request GET http://registry.npmjs.org/body-parser
49357npm verb request uri http://registry.npmjs.org/faye-websocket
49358npm verb request no auth needed
49359npm info attempt registry request try #1 at 11:28:20
49360npm http request GET http://registry.npmjs.org/faye-websocket
49361npm verb request uri http://registry.npmjs.org/livereload-js
49362npm verb request no auth needed
49363npm info attempt registry request try #1 at 11:28:20
49364npm http request GET http://registry.npmjs.org/livereload-js
49365npm verb request uri http://registry.npmjs.org/qs
49366npm verb request no auth needed
49367npm info attempt registry request try #1 at 11:28:20
49368npm verb etag "EC72YVY7VNX06HPF7024J1CQA"
49369npm http request GET http://registry.npmjs.org/qs
49370npm http 200 http://registry.npmjs.org/livereload-js
49371npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49372npm verb headers etag: '"9H24GZA2B40U2VH9MEVLXIW9L"',
49373npm verb headers 'content-type': 'application/json',
49374npm verb headers 'cache-control': 'max-age=300',
49375npm verb headers 'content-length': '15006',
49376npm verb headers 'accept-ranges': 'bytes',
49377npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49378npm verb headers via: '1.1 varnish',
49379npm verb headers age: '154',
49380npm verb headers connection: 'keep-alive',
49381npm verb headers 'x-served-by': 'cache-fra1244-FRA',
49382npm verb headers 'x-cache': 'HIT',
49383npm verb headers 'x-cache-hits': '17',
49384npm verb headers 'x-timer': 'S1450870100.597039,VS0,VE0',
49385npm verb headers vary: 'Accept' }
49386npm verb get saving livereload-js to /root/.npm/registry.npmjs.org/livereload-js/.cache.json
49387npm http 304 http://registry.npmjs.org/qs
49388npm verb headers { date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49389npm verb headers via: '1.1 varnish',
49390npm verb headers 'cache-control': 'max-age=300',
49391npm verb headers etag: '"EC72YVY7VNX06HPF7024J1CQA"',
49392npm verb headers age: '97',
49393npm verb headers connection: 'keep-alive',
49394npm verb headers 'x-served-by': 'cache-fra1231-FRA',
49395npm verb headers 'x-cache': 'HIT',
49396npm verb headers 'x-cache-hits': '9',
49397npm verb headers 'x-timer': 'S1450870100.610466,VS0,VE0',
49398npm verb headers vary: 'Accept' }
49399npm verb etag http://registry.npmjs.org/qs from cache
49400npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
49401npm verb cache add spec livereload-js@^2.2.0
49402npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for livereload-js
49403npm verb addNameRange registry:http://registry.npmjs.org/livereload-js not in flight; fetching
49404npm verb addNamed "5.1.0" is a plain semver version for qs
49405npm http 200 http://registry.npmjs.org/faye-websocket
49406npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49407npm verb headers etag: '"6IWLVLS53963B3DEA36MEAKHE"',
49408npm verb headers 'content-type': 'application/json',
49409npm verb headers 'cache-control': 'max-age=60',
49410npm verb headers 'content-length': '42147',
49411npm verb headers 'accept-ranges': 'bytes',
49412npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49413npm verb headers via: '1.1 varnish',
49414npm verb headers age: '9',
49415npm verb headers connection: 'keep-alive',
49416npm verb headers 'x-served-by': 'cache-fra1221-FRA',
49417npm verb headers 'x-cache': 'HIT',
49418npm verb headers 'x-cache-hits': '1',
49419npm verb headers 'x-timer': 'S1450870100.597186,VS0,VE0',
49420npm verb headers vary: 'Accept' }
49421npm verb get saving faye-websocket to /root/.npm/registry.npmjs.org/faye-websocket/.cache.json
49422npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-5.1.0.tgz not in flight; adding
49423npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-5.1.0.tgz',
49424npm verb addRemoteTarball '4d932e5c7ea411cca76a312d39a606200fd50cd9' ]
49425npm info retry fetch attempt 1 at 11:28:20
49426npm info attempt registry request try #1 at 11:28:20
49427npm http fetch GET http://registry.npmjs.org/qs/-/qs-5.1.0.tgz
49428npm verb get http://registry.npmjs.org/livereload-js not expired, no request
49429npm verb addNamed "2.2.2" is a plain semver version for livereload-js
49430npm verb addRemoteTarball http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz not in flight; adding
49431npm verb addRemoteTarball [ 'http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz',
49432npm verb addRemoteTarball '6c87257e648ab475bc24ea257457edcc1f8d0bc2' ]
49433npm info retry fetch attempt 1 at 11:28:20
49434npm info attempt registry request try #1 at 11:28:20
49435npm http fetch GET http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz
49436npm verb cache add spec faye-websocket@~0.10.0
49437npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for faye-websocket
49438npm verb addNameRange registry:http://registry.npmjs.org/faye-websocket not in flight; fetching
49439npm http fetch 200 http://registry.npmjs.org/qs/-/qs-5.1.0.tgz
49440npm verb get http://registry.npmjs.org/faye-websocket not expired, no request
49441npm verb addNamed "0.10.0" is a plain semver version for faye-websocket
49442npm verb addRemoteTarball http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz not in flight; adding
49443npm verb addRemoteTarball [ 'http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz',
49444npm verb addRemoteTarball '4e492f8d04dfb6f89003507f6edbf2d501e7c6f4' ]
49445npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/qs/-/qs-5.1.0.tgz not in flight; adding
49446npm verb addTmpTarball already have metadata; skipping unpack for qs@5.1.0
49447npm http fetch 200 http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz
49448npm info retry fetch attempt 1 at 11:28:20
49449npm info attempt registry request try #1 at 11:28:20
49450npm http fetch GET http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz
49451npm verb afterAdd /root/.npm/qs/5.1.0/package/package.json not in flight; writing
49452npm verb afterAdd /root/.npm/qs/5.1.0/package/package.json written
49453npm http 200 http://registry.npmjs.org/body-parser
49454npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49455npm verb headers etag: '"BAVEKG3EHX5WGLJG6XVP5S4BE"',
49456npm verb headers 'content-type': 'application/json',
49457npm verb headers 'cache-control': 'max-age=300',
49458npm verb headers 'content-length': '113164',
49459npm verb headers 'accept-ranges': 'bytes',
49460npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49461npm verb headers via: '1.1 varnish',
49462npm verb headers age: '90',
49463npm verb headers connection: 'keep-alive',
49464npm verb headers 'x-served-by': 'cache-fra1242-FRA',
49465npm verb headers 'x-cache': 'HIT',
49466npm verb headers 'x-cache-hits': '1',
49467npm verb headers 'x-timer': 'S1450870100.597001,VS0,VE0',
49468npm verb headers vary: 'Accept' }
49469npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
49470npm http fetch 200 http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz
49471npm verb cache add spec body-parser@~1.14.0
49472npm verb addNamed ">=1.14.0 <1.15.0" is a valid semver range for body-parser
49473npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
49474npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz not in flight; adding
49475npm verb addTmpTarball already have metadata; skipping unpack for livereload-js@2.2.2
49476npm verb get http://registry.npmjs.org/body-parser not expired, no request
49477npm verb addNamed "1.14.2" is a plain semver version for body-parser
49478npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz not in flight; adding
49479npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz',
49480npm verb addRemoteTarball '1015cb1fe2c443858259581db53332f8d0cf50f9' ]
49481npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz not in flight; adding
49482npm verb addTmpTarball already have metadata; skipping unpack for faye-websocket@0.10.0
49483npm info retry fetch attempt 1 at 11:28:20
49484npm info attempt registry request try #1 at 11:28:20
49485npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz
49486npm verb afterAdd /root/.npm/livereload-js/2.2.2/package/package.json not in flight; writing
49487npm verb afterAdd /root/.npm/faye-websocket/0.10.0/package/package.json not in flight; writing
49488npm verb afterAdd /root/.npm/livereload-js/2.2.2/package/package.json written
49489npm verb afterAdd /root/.npm/faye-websocket/0.10.0/package/package.json written
49490npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz
49491npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz not in flight; adding
49492npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.14.2
49493npm verb afterAdd /root/.npm/body-parser/1.14.2/package/package.json not in flight; writing
49494npm verb afterAdd /root/.npm/body-parser/1.14.2/package/package.json written
49495npm verb cache add spec bytes@2.2.0
49496npm verb cache add spec depd@~1.1.0
49497npm verb cache add spec qs@5.2.0
49498npm verb addNamed "2.2.0" is a plain semver version for bytes
49499npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
49500npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for depd
49501npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
49502npm verb addNamed "5.2.0" is a plain semver version for qs
49503npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
49504npm verb request uri http://registry.npmjs.org/raw-body
49505npm verb request no auth needed
49506npm info attempt registry request try #1 at 11:28:20
49507npm http request GET http://registry.npmjs.org/raw-body
49508npm verb request uri http://registry.npmjs.org/bytes
49509npm verb request no auth needed
49510npm info attempt registry request try #1 at 11:28:20
49511npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
49512npm http request GET http://registry.npmjs.org/bytes
49513npm verb request uri http://registry.npmjs.org/depd
49514npm verb request no auth needed
49515npm info attempt registry request try #1 at 11:28:20
49516npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
49517npm http request GET http://registry.npmjs.org/depd
49518npm verb get http://registry.npmjs.org/qs not expired, no request
49519npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-5.2.0.tgz not in flight; adding
49520npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-5.2.0.tgz',
49521npm verb addRemoteTarball 'a9f31142af468cb72b25b30136ba2456834916be' ]
49522npm http 304 http://registry.npmjs.org/bytes
49523npm verb headers { date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49524npm verb headers via: '1.1 varnish',
49525npm verb headers 'cache-control': 'max-age=60',
49526npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
49527npm verb headers age: '26',
49528npm verb headers connection: 'keep-alive',
49529npm verb headers 'x-served-by': 'cache-fra1246-FRA',
49530npm verb headers 'x-cache': 'HIT',
49531npm verb headers 'x-cache-hits': '613',
49532npm verb headers 'x-timer': 'S1450870100.908667,VS0,VE0',
49533npm verb headers vary: 'Accept' }
49534npm verb etag http://registry.npmjs.org/bytes from cache
49535npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
49536npm info retry fetch attempt 1 at 11:28:20
49537npm info attempt registry request try #1 at 11:28:20
49538npm http fetch GET http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
49539npm http 200 http://registry.npmjs.org/raw-body
49540npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49541npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
49542npm verb headers 'content-type': 'application/json',
49543npm verb headers 'cache-control': 'max-age=60',
49544npm verb headers 'content-length': '49848',
49545npm verb headers 'accept-ranges': 'bytes',
49546npm verb headers date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49547npm verb headers via: '1.1 varnish',
49548npm verb headers age: '27',
49549npm verb headers connection: 'keep-alive',
49550npm verb headers 'x-served-by': 'cache-fra1247-FRA',
49551npm verb headers 'x-cache': 'HIT',
49552npm verb headers 'x-cache-hits': '2',
49553npm verb headers 'x-timer': 'S1450870100.900136,VS0,VE0',
49554npm verb headers vary: 'Accept' }
49555npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
49556npm http 304 http://registry.npmjs.org/depd
49557npm verb headers { date: 'Wed, 23 Dec 2015 11:28:20 GMT',
49558npm verb headers via: '1.1 varnish',
49559npm verb headers 'cache-control': 'max-age=60',
49560npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
49561npm verb headers age: '12',
49562npm verb headers connection: 'keep-alive',
49563npm verb headers 'x-served-by': 'cache-fra1237-FRA',
49564npm verb headers 'x-cache': 'HIT',
49565npm verb headers 'x-cache-hits': '1',
49566npm verb headers 'x-timer': 'S1450870100.921136,VS0,VE0',
49567npm verb headers vary: 'Accept' }
49568npm verb etag http://registry.npmjs.org/depd from cache
49569npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
49570npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
49571npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz',
49572npm verb addRemoteTarball 'fd35464a403f6f9117c2de3609ecff9cae000588' ]
49573npm verb addNamed "1.1.0" is a plain semver version for depd
49574npm http fetch 200 http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
49575npm verb cache add spec raw-body@~2.1.5
49576npm verb addNamed ">=2.1.5 <2.2.0" is a valid semver range for raw-body
49577npm verb addNameRange registry:http://registry.npmjs.org/raw-body not in flight; fetching
49578npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.1.0.tgz not in flight; adding
49579npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.1.0.tgz',
49580npm verb addRemoteTarball 'e1bd82c6aab6ced965b97b88b17ed3e528ca18c3' ]
49581npm info retry fetch attempt 1 at 11:28:20
49582npm info attempt registry request try #1 at 11:28:20
49583npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
49584npm info retry fetch attempt 1 at 11:28:20
49585npm info attempt registry request try #1 at 11:28:20
49586npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.1.0.tgz
49587npm verb get http://registry.npmjs.org/raw-body not expired, no request
49588npm verb addNamed "2.1.5" is a plain semver version for raw-body
49589npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
49590npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz',
49591npm verb addRemoteTarball '8be8f09ddefd0d72ad99d883ab7f0cc350420956' ]
49592npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/qs/-/qs-5.2.0.tgz not in flight; adding
49593npm verb addTmpTarball already have metadata; skipping unpack for qs@5.2.0
49594npm info retry fetch attempt 1 at 11:28:20
49595npm info attempt registry request try #1 at 11:28:20
49596npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
49597npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
49598npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.1.0.tgz
49599npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json not in flight; writing
49600npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
49601npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.2.0
49602npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/depd/-/depd-1.1.0.tgz not in flight; adding
49603npm verb addTmpTarball already have metadata; skipping unpack for depd@1.1.0
49604npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json written
49605npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
49606npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
49607npm verb afterAdd /root/.npm/depd/1.1.0/package/package.json not in flight; writing
49608npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
49609npm verb afterAdd /root/.npm/depd/1.1.0/package/package.json written
49610npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
49611npm verb addTmpTarball already have metadata; skipping unpack for raw-body@2.1.5
49612npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json not in flight; writing
49613npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json written
49614npm verb cache add spec bytes@2.2.0
49615npm verb addNamed "2.2.0" is a plain semver version for bytes
49616npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
49617npm verb get http://registry.npmjs.org/bytes not expired, no request
49618npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
49619npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
49620npm verb request uri http://registry.npmjs.org/websocket-driver
49621npm verb request no auth needed
49622npm info attempt registry request try #1 at 11:28:21
49623npm http request GET http://registry.npmjs.org/websocket-driver
49624npm http 200 http://registry.npmjs.org/websocket-driver
49625npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49626npm verb headers etag: '"CQSF3DAT2G19JRZI8DUH497H8"',
49627npm verb headers 'content-type': 'application/json',
49628npm verb headers 'cache-control': 'max-age=300',
49629npm verb headers 'content-length': '37817',
49630npm verb headers 'accept-ranges': 'bytes',
49631npm verb headers date: 'Wed, 23 Dec 2015 11:28:21 GMT',
49632npm verb headers via: '1.1 varnish',
49633npm verb headers age: '0',
49634npm verb headers connection: 'keep-alive',
49635npm verb headers 'x-served-by': 'cache-fra1243-FRA',
49636npm verb headers 'x-cache': 'HIT',
49637npm verb headers 'x-cache-hits': '1',
49638npm verb headers 'x-timer': 'S1450870101.110547,VS0,VE752',
49639npm verb headers vary: 'Accept' }
49640npm verb get saving websocket-driver to /root/.npm/registry.npmjs.org/websocket-driver/.cache.json
49641npm verb cache add spec websocket-driver@>=0.5.1
49642npm verb addNamed ">=0.5.1" is a valid semver range for websocket-driver
49643npm verb addNameRange registry:http://registry.npmjs.org/websocket-driver not in flight; fetching
49644npm verb get http://registry.npmjs.org/websocket-driver not expired, no request
49645npm verb addNamed "0.6.3" is a plain semver version for websocket-driver
49646npm verb addRemoteTarball http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz not in flight; adding
49647npm verb addRemoteTarball [ 'http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz',
49648npm verb addRemoteTarball 'fd21911bb46dee34ad85bdbc5676bf9024ed087b' ]
49649npm info retry fetch attempt 1 at 11:28:22
49650npm info attempt registry request try #1 at 11:28:22
49651npm http fetch GET http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz
49652npm http fetch 200 http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz
49653npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz not in flight; adding
49654npm verb addTmpTarball already have metadata; skipping unpack for websocket-driver@0.6.3
49655npm verb afterAdd /root/.npm/websocket-driver/0.6.3/package/package.json not in flight; writing
49656npm verb afterAdd /root/.npm/websocket-driver/0.6.3/package/package.json written
49657npm verb request uri http://registry.npmjs.org/websocket-extensions
49658npm verb request no auth needed
49659npm info attempt registry request try #1 at 11:28:22
49660npm http request GET http://registry.npmjs.org/websocket-extensions
49661npm http 200 http://registry.npmjs.org/websocket-extensions
49662npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49663npm verb headers etag: '"1RY1DZQ40R6U70M3T3QRYCAW7"',
49664npm verb headers 'content-type': 'application/json',
49665npm verb headers 'cache-control': 'max-age=300',
49666npm verb headers 'content-length': '17640',
49667npm verb headers 'accept-ranges': 'bytes',
49668npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49669npm verb headers via: '1.1 varnish',
49670npm verb headers age: '258',
49671npm verb headers connection: 'keep-alive',
49672npm verb headers 'x-served-by': 'cache-fra1247-FRA',
49673npm verb headers 'x-cache': 'HIT',
49674npm verb headers 'x-cache-hits': '1',
49675npm verb headers 'x-timer': 'S1450870102.255490,VS0,VE0',
49676npm verb headers vary: 'Accept' }
49677npm verb get saving websocket-extensions to /root/.npm/registry.npmjs.org/websocket-extensions/.cache.json
49678npm verb cache add spec websocket-extensions@>=0.1.1
49679npm verb addNamed ">=0.1.1" is a valid semver range for websocket-extensions
49680npm verb addNameRange registry:http://registry.npmjs.org/websocket-extensions not in flight; fetching
49681npm verb get http://registry.npmjs.org/websocket-extensions not expired, no request
49682npm verb addNamed "0.1.1" is a plain semver version for websocket-extensions
49683npm verb addRemoteTarball http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz not in flight; adding
49684npm verb addRemoteTarball [ 'http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz',
49685npm verb addRemoteTarball '76899499c184b6ef754377c2dbb0cd6cb55d29e7' ]
49686npm info retry fetch attempt 1 at 11:28:22
49687npm info attempt registry request try #1 at 11:28:22
49688npm http fetch GET http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz
49689npm http fetch 200 http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz
49690npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz not in flight; adding
49691npm verb addTmpTarball already have metadata; skipping unpack for websocket-extensions@0.1.1
49692npm verb afterAdd /root/.npm/websocket-extensions/0.1.1/package/package.json not in flight; writing
49693npm verb afterAdd /root/.npm/websocket-extensions/0.1.1/package/package.json written
49694npm verb cache add spec fs-extra@^0.16.3
49695npm verb addNamed ">=0.16.3 <0.17.0" is a valid semver range for fs-extra
49696npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
49697npm verb request uri http://registry.npmjs.org/lodash.merge
49698npm verb request no auth needed
49699npm info attempt registry request try #1 at 11:28:22
49700npm http request GET http://registry.npmjs.org/lodash.merge
49701npm verb request uri http://registry.npmjs.org/fs-extra
49702npm verb request no auth needed
49703npm info attempt registry request try #1 at 11:28:22
49704npm verb etag "5P97O68TI1NHUQFEFJMUY0QSA"
49705npm http request GET http://registry.npmjs.org/fs-extra
49706npm http 304 http://registry.npmjs.org/fs-extra
49707npm verb headers { date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49708npm verb headers via: '1.1 varnish',
49709npm verb headers 'cache-control': 'max-age=300',
49710npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
49711npm verb headers age: '201',
49712npm verb headers connection: 'keep-alive',
49713npm verb headers 'x-served-by': 'cache-fra1232-FRA',
49714npm verb headers 'x-cache': 'HIT',
49715npm verb headers 'x-cache-hits': '5',
49716npm verb headers 'x-timer': 'S1450870102.456725,VS0,VE0',
49717npm verb headers vary: 'Accept' }
49718npm verb etag http://registry.npmjs.org/fs-extra from cache
49719npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
49720npm http 200 http://registry.npmjs.org/lodash.merge
49721npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49722npm verb headers etag: '"7I616XGUMH7BGUFO3AGLGPBHE"',
49723npm verb headers 'content-type': 'application/json',
49724npm verb headers 'cache-control': 'max-age=300',
49725npm verb headers 'content-length': '33858',
49726npm verb headers 'accept-ranges': 'bytes',
49727npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49728npm verb headers via: '1.1 varnish',
49729npm verb headers age: '20',
49730npm verb headers connection: 'keep-alive',
49731npm verb headers 'x-served-by': 'cache-fra1243-FRA',
49732npm verb headers 'x-cache': 'HIT',
49733npm verb headers 'x-cache-hits': '3',
49734npm verb headers 'x-timer': 'S1450870102.446498,VS0,VE0',
49735npm verb headers vary: 'Accept' }
49736npm verb get saving lodash.merge to /root/.npm/registry.npmjs.org/lodash.merge/.cache.json
49737npm verb addNamed "0.16.5" is a plain semver version for fs-extra
49738npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz not in flight; adding
49739npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz',
49740npm verb addRemoteTarball '1ad661fa6c86c9608cd1b49efc6fce834939a750' ]
49741npm verb cache add spec lodash.merge@^3.0.2
49742npm verb addNamed ">=3.0.2 <4.0.0" is a valid semver range for lodash.merge
49743npm verb addNameRange registry:http://registry.npmjs.org/lodash.merge not in flight; fetching
49744npm info retry fetch attempt 1 at 11:28:22
49745npm info attempt registry request try #1 at 11:28:22
49746npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz
49747npm verb get http://registry.npmjs.org/lodash.merge not expired, no request
49748npm verb addNamed "3.3.2" is a plain semver version for lodash.merge
49749npm verb addRemoteTarball http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz not in flight; adding
49750npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz',
49751npm verb addRemoteTarball '0d90d93ed637b1878437bb3e21601260d7afe994' ]
49752npm info retry fetch attempt 1 at 11:28:22
49753npm info attempt registry request try #1 at 11:28:22
49754npm http fetch GET http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz
49755npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz
49756npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz not in flight; adding
49757npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.16.5
49758npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json not in flight; writing
49759npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json written
49760npm http fetch 200 http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz
49761npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz not in flight; adding
49762npm verb addTmpTarball already have metadata; skipping unpack for lodash.merge@3.3.2
49763npm verb afterAdd /root/.npm/lodash.merge/3.3.2/package/package.json not in flight; writing
49764npm verb afterAdd /root/.npm/lodash.merge/3.3.2/package/package.json written
49765npm verb cache add spec graceful-fs@^3.0.5
49766npm verb addNamed ">=3.0.5 <4.0.0" is a valid semver range for graceful-fs
49767npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
49768npm verb request uri http://registry.npmjs.org/graceful-fs
49769npm verb request no auth needed
49770npm info attempt registry request try #1 at 11:28:22
49771npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
49772npm http request GET http://registry.npmjs.org/graceful-fs
49773npm http 304 http://registry.npmjs.org/graceful-fs
49774npm verb headers { date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49775npm verb headers via: '1.1 varnish',
49776npm verb headers 'cache-control': 'max-age=300',
49777npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
49778npm verb headers age: '259',
49779npm verb headers connection: 'keep-alive',
49780npm verb headers 'x-served-by': 'cache-fra1226-FRA',
49781npm verb headers 'x-cache': 'HIT',
49782npm verb headers 'x-cache-hits': '28',
49783npm verb headers 'x-timer': 'S1450870102.615925,VS0,VE0',
49784npm verb headers vary: 'Accept' }
49785npm verb etag http://registry.npmjs.org/graceful-fs from cache
49786npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
49787npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
49788npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
49789npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz',
49790npm verb addRemoteTarball 'ce813e725fa82f7e6147d51c9a5ca68270551c22' ]
49791npm info retry fetch attempt 1 at 11:28:22
49792npm info attempt registry request try #1 at 11:28:22
49793npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
49794npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
49795npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
49796npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@3.0.8
49797npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
49798npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
49799npm verb request uri http://registry.npmjs.org/lodash._arraycopy
49800npm verb request no auth needed
49801npm info attempt registry request try #1 at 11:28:22
49802npm http request GET http://registry.npmjs.org/lodash._arraycopy
49803npm verb request uri http://registry.npmjs.org/lodash._arrayeach
49804npm verb request no auth needed
49805npm info attempt registry request try #1 at 11:28:22
49806npm http request GET http://registry.npmjs.org/lodash._arrayeach
49807npm verb request uri http://registry.npmjs.org/lodash.isplainobject
49808npm verb request no auth needed
49809npm info attempt registry request try #1 at 11:28:22
49810npm http request GET http://registry.npmjs.org/lodash.isplainobject
49811npm verb request uri http://registry.npmjs.org/lodash.keysin
49812npm verb request no auth needed
49813npm info attempt registry request try #1 at 11:28:22
49814npm http request GET http://registry.npmjs.org/lodash.keysin
49815npm verb request uri http://registry.npmjs.org/lodash.toplainobject
49816npm verb request no auth needed
49817npm info attempt registry request try #1 at 11:28:22
49818npm http request GET http://registry.npmjs.org/lodash.toplainobject
49819npm http 200 http://registry.npmjs.org/lodash._arraycopy
49820npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49821npm verb headers etag: '"9424MZWXVFVNEHM2KY6KFVE3T"',
49822npm verb headers 'content-type': 'application/json',
49823npm verb headers 'cache-control': 'max-age=60',
49824npm verb headers 'content-length': '3342',
49825npm verb headers 'accept-ranges': 'bytes',
49826npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49827npm verb headers via: '1.1 varnish',
49828npm verb headers age: '58',
49829npm verb headers connection: 'keep-alive',
49830npm verb headers 'x-served-by': 'cache-fra1237-FRA',
49831npm verb headers 'x-cache': 'HIT',
49832npm verb headers 'x-cache-hits': '1',
49833npm verb headers 'x-timer': 'S1450870102.770290,VS0,VE0',
49834npm verb headers vary: 'Accept' }
49835npm verb get saving lodash._arraycopy to /root/.npm/registry.npmjs.org/lodash._arraycopy/.cache.json
49836npm http 200 http://registry.npmjs.org/lodash._arrayeach
49837npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49838npm verb headers etag: '"DLU3DSH0F6ATPBL61R3LZXLQ8"',
49839npm verb headers 'content-type': 'application/json',
49840npm verb headers 'cache-control': 'max-age=300',
49841npm verb headers 'content-length': '3342',
49842npm verb headers 'accept-ranges': 'bytes',
49843npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49844npm verb headers via: '1.1 varnish',
49845npm verb headers age: '202',
49846npm verb headers connection: 'keep-alive',
49847npm verb headers 'x-served-by': 'cache-fra1220-FRA',
49848npm verb headers 'x-cache': 'HIT',
49849npm verb headers 'x-cache-hits': '5',
49850npm verb headers 'x-timer': 'S1450870102.770991,VS0,VE0',
49851npm verb headers vary: 'Accept' }
49852npm verb get saving lodash._arrayeach to /root/.npm/registry.npmjs.org/lodash._arrayeach/.cache.json
49853npm http 200 http://registry.npmjs.org/lodash.isplainobject
49854npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49855npm verb headers etag: '"C3BH0ULWAT1R84MAEJJ6KAI6G"',
49856npm verb headers 'content-type': 'application/json',
49857npm verb headers 'cache-control': 'max-age=300',
49858npm verb headers 'content-length': '22234',
49859npm verb headers 'accept-ranges': 'bytes',
49860npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49861npm verb headers via: '1.1 varnish',
49862npm verb headers age: '11',
49863npm verb headers connection: 'keep-alive',
49864npm verb headers 'x-served-by': 'cache-fra1248-FRA',
49865npm verb headers 'x-cache': 'HIT',
49866npm verb headers 'x-cache-hits': '1',
49867npm verb headers 'x-timer': 'S1450870102.771038,VS0,VE0',
49868npm verb headers vary: 'Accept' }
49869npm verb get saving lodash.isplainobject to /root/.npm/registry.npmjs.org/lodash.isplainobject/.cache.json
49870npm http 200 http://registry.npmjs.org/lodash.toplainobject
49871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49872npm verb headers etag: '"93739RSB298BMSCU4BNNYNPQ9"',
49873npm verb headers 'content-type': 'application/json',
49874npm verb headers 'cache-control': 'max-age=300',
49875npm verb headers 'content-length': '3613',
49876npm verb headers 'accept-ranges': 'bytes',
49877npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49878npm verb headers via: '1.1 varnish',
49879npm verb headers age: '269',
49880npm verb headers connection: 'keep-alive',
49881npm verb headers 'x-served-by': 'cache-fra1221-FRA',
49882npm verb headers 'x-cache': 'HIT',
49883npm verb headers 'x-cache-hits': '3',
49884npm verb headers 'x-timer': 'S1450870102.776764,VS0,VE0',
49885npm verb headers vary: 'Accept' }
49886npm verb get saving lodash.toplainobject to /root/.npm/registry.npmjs.org/lodash.toplainobject/.cache.json
49887npm http 200 http://registry.npmjs.org/lodash.keysin
49888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49889npm verb headers etag: '"5OOBJ4N7TG8DRRJUCJAJCS98D"',
49890npm verb headers 'content-type': 'application/json',
49891npm verb headers 'cache-control': 'max-age=300',
49892npm verb headers 'content-length': '17989',
49893npm verb headers 'accept-ranges': 'bytes',
49894npm verb headers date: 'Wed, 23 Dec 2015 11:28:22 GMT',
49895npm verb headers via: '1.1 varnish',
49896npm verb headers age: '97',
49897npm verb headers connection: 'keep-alive',
49898npm verb headers 'x-served-by': 'cache-fra1223-FRA',
49899npm verb headers 'x-cache': 'HIT',
49900npm verb headers 'x-cache-hits': '4',
49901npm verb headers 'x-timer': 'S1450870102.770958,VS0,VE0',
49902npm verb headers vary: 'Accept' }
49903npm verb get saving lodash.keysin to /root/.npm/registry.npmjs.org/lodash.keysin/.cache.json
49904npm verb cache add spec lodash._arraycopy@^3.0.0
49905npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._arraycopy
49906npm verb addNameRange registry:http://registry.npmjs.org/lodash._arraycopy not in flight; fetching
49907npm verb cache add spec lodash._arrayeach@^3.0.0
49908npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._arrayeach
49909npm verb addNameRange registry:http://registry.npmjs.org/lodash._arrayeach not in flight; fetching
49910npm verb cache add spec lodash.isplainobject@^3.0.0
49911npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isplainobject
49912npm verb addNameRange registry:http://registry.npmjs.org/lodash.isplainobject not in flight; fetching
49913npm verb cache add spec lodash.toplainobject@^3.0.0
49914npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.toplainobject
49915npm verb addNameRange registry:http://registry.npmjs.org/lodash.toplainobject not in flight; fetching
49916npm verb cache add spec lodash.keysin@^3.0.0
49917npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.keysin
49918npm verb addNameRange registry:http://registry.npmjs.org/lodash.keysin not in flight; fetching
49919npm verb get http://registry.npmjs.org/lodash._arrayeach not expired, no request
49920npm verb addNamed "3.0.0" is a plain semver version for lodash._arrayeach
49921npm verb get http://registry.npmjs.org/lodash._arraycopy not expired, no request
49922npm verb addNamed "3.0.0" is a plain semver version for lodash._arraycopy
49923npm verb get http://registry.npmjs.org/lodash.isplainobject not expired, no request
49924npm verb addNamed "3.2.0" is a plain semver version for lodash.isplainobject
49925npm verb get http://registry.npmjs.org/lodash.toplainobject not expired, no request
49926npm verb addNamed "3.0.0" is a plain semver version for lodash.toplainobject
49927npm verb get http://registry.npmjs.org/lodash.keysin not expired, no request
49928npm verb addNamed "3.0.8" is a plain semver version for lodash.keysin
49929npm verb addRemoteTarball http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz not in flight; adding
49930npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz',
49931npm verb addRemoteTarball 'bab156b2a90d3f1bbd5c653403349e5e5933ef9e' ]
49932npm verb addRemoteTarball http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz not in flight; adding
49933npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz',
49934npm verb addRemoteTarball '76e7b7c1f1fb92547374878a562ed06a3e50f6e1' ]
49935npm verb addRemoteTarball http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz not in flight; adding
49936npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz',
49937npm verb addRemoteTarball '9a8238ae16b200432960cd7346512d0123fbf4c5' ]
49938npm verb addRemoteTarball http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz not in flight; adding
49939npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz',
49940npm verb addRemoteTarball '28790ad942d293d78aa663a07ecf7f52ca04198d' ]
49941npm verb addRemoteTarball http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz not in flight; adding
49942npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz',
49943npm verb addRemoteTarball '22c4493ebbedb1427962a54b445b2c8a767fb47f' ]
49944npm info retry fetch attempt 1 at 11:28:22
49945npm info attempt registry request try #1 at 11:28:22
49946npm http fetch GET http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz
49947npm info retry fetch attempt 1 at 11:28:22
49948npm info attempt registry request try #1 at 11:28:22
49949npm http fetch GET http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz
49950npm info retry fetch attempt 1 at 11:28:22
49951npm info attempt registry request try #1 at 11:28:22
49952npm http fetch GET http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz
49953npm info retry fetch attempt 1 at 11:28:22
49954npm info attempt registry request try #1 at 11:28:22
49955npm http fetch GET http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz
49956npm info retry fetch attempt 1 at 11:28:22
49957npm info attempt registry request try #1 at 11:28:22
49958npm http fetch GET http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz
49959npm http fetch 200 http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz
49960npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz not in flight; adding
49961npm verb addTmpTarball already have metadata; skipping unpack for lodash._arrayeach@3.0.0
49962npm verb afterAdd /root/.npm/lodash._arrayeach/3.0.0/package/package.json not in flight; writing
49963npm verb afterAdd /root/.npm/lodash._arrayeach/3.0.0/package/package.json written
49964npm http fetch 200 http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz
49965npm http fetch 200 http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz
49966npm http fetch 200 http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz
49967npm http fetch 200 http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz
49968npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz not in flight; adding
49969npm verb addTmpTarball already have metadata; skipping unpack for lodash._arraycopy@3.0.0
49970npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz not in flight; adding
49971npm verb addTmpTarball already have metadata; skipping unpack for lodash.keysin@3.0.8
49972npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz not in flight; adding
49973npm verb addTmpTarball already have metadata; skipping unpack for lodash.isplainobject@3.2.0
49974npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz not in flight; adding
49975npm verb addTmpTarball already have metadata; skipping unpack for lodash.toplainobject@3.0.0
49976npm verb afterAdd /root/.npm/lodash._arraycopy/3.0.0/package/package.json not in flight; writing
49977npm verb afterAdd /root/.npm/lodash.keysin/3.0.8/package/package.json not in flight; writing
49978npm verb afterAdd /root/.npm/lodash.toplainobject/3.0.0/package/package.json not in flight; writing
49979npm verb afterAdd /root/.npm/lodash.isplainobject/3.2.0/package/package.json not in flight; writing
49980npm verb afterAdd /root/.npm/lodash._arraycopy/3.0.0/package/package.json written
49981npm verb afterAdd /root/.npm/lodash.keysin/3.0.8/package/package.json written
49982npm verb afterAdd /root/.npm/lodash.toplainobject/3.0.0/package/package.json written
49983npm verb afterAdd /root/.npm/lodash.isplainobject/3.2.0/package/package.json written
49984npm verb request uri http://registry.npmjs.org/lodash._basefor
49985npm verb request no auth needed
49986npm info attempt registry request try #1 at 11:28:23
49987npm http request GET http://registry.npmjs.org/lodash._basefor
49988npm http 200 http://registry.npmjs.org/lodash._basefor
49989npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
49990npm verb headers etag: '"DG6MAHRBT9ACQADCHPR5MRBEZ"',
49991npm verb headers 'content-type': 'application/json',
49992npm verb headers 'cache-control': 'max-age=60',
49993npm verb headers 'content-length': '6704',
49994npm verb headers 'accept-ranges': 'bytes',
49995npm verb headers date: 'Wed, 23 Dec 2015 11:28:23 GMT',
49996npm verb headers via: '1.1 varnish',
49997npm verb headers age: '6',
49998npm verb headers connection: 'keep-alive',
49999npm verb headers 'x-served-by': 'cache-fra1221-FRA',
50000npm verb headers 'x-cache': 'HIT',
50001npm verb headers 'x-cache-hits': '1',
50002npm verb headers 'x-timer': 'S1450870103.035882,VS0,VE0',
50003npm verb headers vary: 'Accept' }
50004npm verb get saving lodash._basefor to /root/.npm/registry.npmjs.org/lodash._basefor/.cache.json
50005npm verb cache add spec lodash._basefor@^3.0.0
50006npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basefor
50007npm verb addNameRange registry:http://registry.npmjs.org/lodash._basefor not in flight; fetching
50008npm verb get http://registry.npmjs.org/lodash._basefor not expired, no request
50009npm verb addNamed "3.0.2" is a plain semver version for lodash._basefor
50010npm verb addRemoteTarball http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz not in flight; adding
50011npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz',
50012npm verb addRemoteTarball '3a4cece5b7031eae78a441c5416b90878eeee5a1' ]
50013npm info retry fetch attempt 1 at 11:28:23
50014npm info attempt registry request try #1 at 11:28:23
50015npm http fetch GET http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz
50016npm http fetch 200 http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz
50017npm verb addTmpTarball /tmp/npm-6-e0c68d22/registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz not in flight; adding
50018npm verb addTmpTarball already have metadata; skipping unpack for lodash._basefor@3.0.2
50019npm verb afterAdd /root/.npm/lodash._basefor/3.0.2/package/package.json not in flight; writing
50020npm verb afterAdd /root/.npm/lodash._basefor/3.0.2/package/package.json written
50021npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
50022npm verb lock using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
50023npm verb unbuild lib/node_modules/.staging/abbrev-b5e14f65
50024npm verb unbuild lib/node_modules/.staging/after-c890690b
50025npm verb unbuild lib/node_modules/.staging/amd-name-resolver-902a0a89
50026npm verb unbuild lib/node_modules/.staging/amdefine-7fa4af4e
50027npm verb unbuild lib/node_modules/.staging/ansi-c17445d9
50028npm verb unbuild lib/node_modules/.staging/ansi-regex-a1efaeb6
50029npm verb unbuild lib/node_modules/.staging/ansi-styles-01d717cb
50030npm verb unbuild lib/node_modules/.staging/ansicolors-2932ddc7
50031npm verb unbuild lib/node_modules/.staging/array-equal-fb63bcf5
50032npm verb unbuild lib/node_modules/.staging/array-flatten-3d8b6f63
50033npm verb unbuild lib/node_modules/.staging/arraybuffer.slice-91aa98b0
50034npm verb unbuild lib/node_modules/.staging/ast-traverse-91efeb48
50035npm verb unbuild lib/node_modules/.staging/ast-types-72e7165f
50036npm verb unbuild lib/node_modules/.staging/async-22186ee0
50037npm verb unbuild lib/node_modules/.staging/source-map-0d8f7658
50038npm verb unbuild lib/node_modules/.staging/babel-plugin-constant-folding-49347058
50039npm verb unbuild lib/node_modules/.staging/babel-plugin-dead-code-elimination-fc4fd09b
50040npm verb unbuild lib/node_modules/.staging/babel-plugin-eval-46dc4201
50041npm verb unbuild lib/node_modules/.staging/babel-plugin-inline-environment-variables-608f5606
50042npm verb unbuild lib/node_modules/.staging/babel-plugin-jscript-6aa9be1a
50043npm verb unbuild lib/node_modules/.staging/babel-plugin-member-expression-literals-ccd3a9f4
50044npm verb unbuild lib/node_modules/.staging/babel-plugin-property-literals-86c61ee7
50045npm verb unbuild lib/node_modules/.staging/babel-plugin-react-constant-elements-d2efc2c4
50046npm verb unbuild lib/node_modules/.staging/babel-plugin-react-display-name-e03c7e3c
50047npm verb unbuild lib/node_modules/.staging/babel-plugin-remove-console-d892cfa1
50048npm verb unbuild lib/node_modules/.staging/babel-plugin-remove-debugger-2f202334
50049npm verb unbuild lib/node_modules/.staging/babel-plugin-runtime-5ed34ffb
50050npm verb unbuild lib/node_modules/.staging/babel-plugin-undefined-to-void-9fed39d5
50051npm verb unbuild lib/node_modules/.staging/babylon-7d93935d
50052npm verb unbuild lib/node_modules/.staging/backo2-fb71f6fe
50053npm verb unbuild lib/node_modules/.staging/balanced-match-cc018dff
50054npm verb unbuild lib/node_modules/.staging/base64-arraybuffer-54aacfa1
50055npm verb unbuild lib/node_modules/.staging/base64id-fc10f67f
50056npm verb unbuild lib/node_modules/.staging/basic-auth-a9f15629
50057npm verb unbuild lib/node_modules/.staging/benchmark-2cc7434c
50058npm verb unbuild lib/node_modules/.staging/blank-object-206ce296
50059npm verb unbuild lib/node_modules/.staging/blob-9d9a56bf
50060npm verb unbuild lib/node_modules/.staging/bluebird-fa28c9eb
50061npm verb unbuild lib/node_modules/.staging/bytes-4416cd21
50062npm verb unbuild lib/node_modules/.staging/bytes-eb6997c7
50063npm verb unbuild lib/node_modules/.staging/depd-3ba99726
50064npm verb unbuild lib/node_modules/.staging/qs-5de551be
50065npm verb unbuild lib/node_modules/.staging/bower-endpoint-parser-54a2e320
50066npm verb unbuild lib/node_modules/.staging/breakable-507a2e82
50067npm verb unbuild lib/node_modules/.staging/graceful-fs-7e54604b
50068npm verb unbuild lib/node_modules/.staging/mkdirp-c785f9e6
50069npm verb unbuild lib/node_modules/.staging/broccoli-slow-trees-8e7e4d69
50070npm verb unbuild lib/node_modules/.staging/broccoli-source-820041ff
50071npm verb unbuild lib/node_modules/.staging/broccoli-viz-7072b53b
50072npm verb unbuild lib/node_modules/.staging/bytes-ced8d08c
50073npm verb unbuild lib/node_modules/.staging/callsite-e749ced0
50074npm verb unbuild lib/node_modules/.staging/better-assert-8ac462c8
50075npm verb unbuild lib/node_modules/.staging/camelcase-91922812
50076npm verb unbuild lib/node_modules/.staging/ansi-regex-5438b65f
50077npm verb unbuild lib/node_modules/.staging/ansi-styles-4cbeef34
50078npm verb unbuild lib/node_modules/.staging/charm-32438b8f
50079npm verb unbuild lib/node_modules/.staging/clean-base-url-1f8e22a6
50080npm verb unbuild lib/node_modules/.staging/commander-710127bf
50081npm verb unbuild lib/node_modules/.staging/colors-fdf5dc53
50082npm verb unbuild lib/node_modules/.staging/cli-table-59a83811
50083npm verb unbuild lib/node_modules/.staging/wordwrap-07c7d5f8
50084npm verb unbuild lib/node_modules/.staging/clone-2c86f26d
50085npm verb unbuild lib/node_modules/.staging/colors-a6e5c7e5
50086npm verb unbuild lib/node_modules/.staging/graceful-fs-7549ce5f
50087npm verb unbuild lib/node_modules/.staging/component-bind-a2fb6344
50088npm verb unbuild lib/node_modules/.staging/component-emitter-6cc61c7a
50089npm verb unbuild lib/node_modules/.staging/component-inherit-6f4271d8
50090npm verb unbuild lib/node_modules/.staging/concat-map-cb3cc77f
50091npm verb unbuild lib/node_modules/.staging/brace-expansion-5f2db36c
50092npm verb unbuild lib/node_modules/.staging/graceful-fs-f0a90613
50093npm verb unbuild lib/node_modules/.staging/consolidate-f059041c
50094npm verb unbuild lib/node_modules/.staging/content-disposition-babbd7c8
50095npm verb unbuild lib/node_modules/.staging/content-type-ffab58ae
50096npm verb unbuild lib/node_modules/.staging/convert-source-map-0ee84477
50097npm verb unbuild lib/node_modules/.staging/cookie-7d7cec51
50098npm verb unbuild lib/node_modules/.staging/cookie-signature-a9ef240b
50099npm verb unbuild lib/node_modules/.staging/copy-dereference-1312aead
50100npm verb unbuild lib/node_modules/.staging/core-js-0cca0b75
50101npm verb unbuild lib/node_modules/.staging/core-util-is-68efdb64
50102npm verb unbuild lib/node_modules/.staging/graceful-fs-ade4ad09
50103npm verb unbuild lib/node_modules/.staging/defined-47f7207d
50104npm verb unbuild lib/node_modules/.staging/delegates-c611dfd7
50105npm verb unbuild lib/node_modules/.staging/depd-2f3aacf8
50106npm verb unbuild lib/node_modules/.staging/destroy-f2860039
50107npm verb unbuild lib/node_modules/.staging/minimist-a50f8cfb
50108npm verb unbuild lib/node_modules/.staging/detective-30830058
50109npm verb unbuild lib/node_modules/.staging/did_it_work-923626dd
50110npm verb unbuild lib/node_modules/.staging/diff-302a894c
50111npm verb unbuild lib/node_modules/.staging/ee-first-a53032d9
50112npm verb unbuild lib/node_modules/.staging/ember-cli-copy-dereference-2388cd5f
50113npm verb unbuild lib/node_modules/.staging/ember-cli-get-dependency-depth-03f5f416
50114npm verb unbuild lib/node_modules/.staging/ember-cli-is-package-missing-7c0692d2
50115npm verb unbuild lib/node_modules/.staging/ember-cli-path-utils-e617d490
50116npm verb unbuild lib/node_modules/.staging/ember-cli-string-utils-b72d41da
50117npm verb unbuild lib/node_modules/.staging/ember-cli-test-info-29b6def6
50118npm verb unbuild lib/node_modules/.staging/ast-types-f1b46a7c
50119npm verb unbuild lib/node_modules/.staging/ms-7980d1cb
50120npm verb unbuild lib/node_modules/.staging/debug-d67a3b82
50121npm verb unbuild lib/node_modules/.staging/parseuri-0e5cbbe1
50122npm verb unbuild lib/node_modules/.staging/ms-99e75f15
50123npm verb unbuild lib/node_modules/.staging/debug-97b33a36
50124npm verb unbuild lib/node_modules/.staging/entities-313d229f
50125npm verb unbuild lib/node_modules/.staging/es6-symbol-64955ba1
50126npm verb unbuild lib/node_modules/.staging/es5-ext-2280310d
50127npm verb unbuild lib/node_modules/.staging/d-73b165da
50128npm verb unbuild lib/node_modules/.staging/es6-iterator-2107e1aa
50129npm verb unbuild lib/node_modules/.staging/es6-symbol-6d6f438e
50130npm verb unbuild lib/node_modules/.staging/es6-iterator-0c1c67cf
50131npm verb unbuild lib/node_modules/.staging/es6-weak-map-7a24d67f
50132npm verb unbuild lib/node_modules/.staging/escape-html-9ea1c376
50133npm verb unbuild lib/node_modules/.staging/escape-string-regexp-c003ffd5
50134npm verb unbuild lib/node_modules/.staging/decamelize-5583f35d
50135npm verb unbuild lib/node_modules/.staging/chalk-96b1e5f0
50136npm verb unbuild lib/node_modules/.staging/esutils-4e25b016
50137npm verb unbuild lib/node_modules/.staging/etag-aac941b4
50138npm verb unbuild lib/node_modules/.staging/event-emitter-5cf0ab13
50139npm verb unbuild lib/node_modules/.staging/eventemitter3-685c2376
50140npm verb unbuild lib/node_modules/.staging/events-to-array-f142e4db
50141npm verb unbuild lib/node_modules/.staging/exists-sync-4c525da4
50142npm verb unbuild lib/node_modules/.staging/exit-b5319300
50143npm verb unbuild lib/node_modules/.staging/negotiator-1d2d2e6f
50144npm verb unbuild lib/node_modules/.staging/vary-686bf1a6
50145npm verb unbuild lib/node_modules/.staging/fast-ordered-set-205b591d
50146npm verb unbuild lib/node_modules/.staging/ansi-regex-b0cfdd78
50147npm verb unbuild lib/node_modules/.staging/ansi-styles-556120bf
50148npm verb unbuild lib/node_modules/.staging/source-map-04abc75b
50149npm verb unbuild lib/node_modules/.staging/chalk-98081751
50150npm verb unbuild lib/node_modules/.staging/commander-c350a19a
50151npm verb unbuild lib/node_modules/.staging/lodash-1741a883
50152npm verb unbuild lib/node_modules/.staging/forwarded-5f90b09d
50153npm verb unbuild lib/node_modules/.staging/fresh-c8278989
50154npm verb unbuild lib/node_modules/.staging/graceful-fs-dd803000
50155npm verb unbuild lib/node_modules/.staging/fs-monitor-stack-d8fb412e
50156npm verb unbuild lib/node_modules/.staging/fs-readdir-recursive-1fe9332e
50157npm verb unbuild lib/node_modules/.staging/get-stdin-4017082a
50158npm verb unbuild lib/node_modules/.staging/git-repo-info-f9472124
50159npm verb unbuild lib/node_modules/.staging/globals-4e5dce62
50160npm verb unbuild lib/node_modules/.staging/graceful-fs-322aeaba
50161npm verb unbuild lib/node_modules/.staging/graceful-readlink-33799947
50162npm verb unbuild lib/node_modules/.staging/commander-8c8dbb79
50163npm verb unbuild lib/node_modules/.staging/growl-287f3934
50164npm verb unbuild lib/node_modules/.staging/has-ansi-41d12d69
50165npm verb unbuild lib/node_modules/.staging/has-color-a42c09d0
50166npm verb unbuild lib/node_modules/.staging/has-cors-1c739d5a
50167npm verb unbuild lib/node_modules/.staging/has-unicode-6be1a681
50168npm verb unbuild lib/node_modules/.staging/iconv-lite-9571e54c
50169npm verb unbuild lib/node_modules/.staging/imurmurhash-f214ad97
50170npm verb unbuild lib/node_modules/.staging/indexof-37e2bb90
50171npm verb unbuild lib/node_modules/.staging/inflection-a69080fc
50172npm verb unbuild lib/node_modules/.staging/inherit-fe0f4637
50173npm verb unbuild lib/node_modules/.staging/inherits-454d3d48
50174npm verb unbuild lib/node_modules/.staging/ansi-styles-d9d8e89e
50175npm verb unbuild lib/node_modules/.staging/async-085aafd7
50176npm verb unbuild lib/node_modules/.staging/lodash-581bfea9
50177npm verb unbuild lib/node_modules/.staging/chalk-ccbc2dd0
50178npm verb unbuild lib/node_modules/.staging/invert-kv-10361860
50179npm verb unbuild lib/node_modules/.staging/ipaddr.js-8bfc3e91
50180npm verb unbuild lib/node_modules/.staging/is-buffer-8b3aa04c
50181npm verb unbuild lib/node_modules/.staging/is-git-url-4fd8d3fc
50182npm verb unbuild lib/node_modules/.staging/is-relative-4e54c5f9
50183npm verb unbuild lib/node_modules/.staging/is-absolute-2eb266f8
50184npm verb unbuild lib/node_modules/.staging/is-type-ec74d686
50185npm verb unbuild lib/node_modules/.staging/isarray-62fbb885
50186npm verb unbuild lib/node_modules/.staging/has-binary-data-01e3592a
50187npm verb unbuild lib/node_modules/.staging/has-binary-f1b1e6c5
50188npm verb unbuild lib/node_modules/.staging/isbinaryfile-b7510e94
50189npm verb unbuild lib/node_modules/.staging/js-tokens-ef1b20e6
50190npm verb unbuild lib/node_modules/.staging/json3-0b4e061e
50191npm verb unbuild lib/node_modules/.staging/jsonfile-19e175ad
50192npm verb unbuild lib/node_modules/.staging/jsonify-dad96cd4
50193npm verb unbuild lib/node_modules/.staging/json-stable-stringify-eaab8242
50194npm verb unbuild lib/node_modules/.staging/kind-of-2ec31c61
50195npm verb unbuild lib/node_modules/.staging/lazy-cache-91c0d2bd
50196npm verb unbuild lib/node_modules/.staging/lcid-d5749223
50197npm verb unbuild lib/node_modules/.staging/leek-ae24ac00
50198npm verb unbuild lib/node_modules/.staging/left-pad-ee98af39
50199npm verb unbuild lib/node_modules/.staging/babel-plugin-undeclared-variables-check-e081056c
50200npm verb unbuild lib/node_modules/.staging/line-numbers-969a4f75
50201npm verb unbuild lib/node_modules/.staging/livereload-js-45984ad4
50202npm verb unbuild lib/node_modules/.staging/lodash-c5b9b8f0
50203npm verb unbuild lib/node_modules/.staging/babel-plugin-proto-to-assign-0321a734
50204npm verb unbuild lib/node_modules/.staging/lodash-node-6dbb0364
50205npm verb unbuild lib/node_modules/.staging/core-object-293ef1a3
50206npm verb unbuild lib/node_modules/.staging/lodash._arraycopy-ddc8ed2e
50207npm verb unbuild lib/node_modules/.staging/lodash._arrayeach-624afa06
50208npm verb unbuild lib/node_modules/.staging/lodash._basecopy-34582357
50209npm verb unbuild lib/node_modules/.staging/lodash._basefor-9456e239
50210npm verb unbuild lib/node_modules/.staging/lodash._baseindexof-c94a060f
50211npm verb unbuild lib/node_modules/.staging/lodash._basetostring-2a7e5656
50212npm verb unbuild lib/node_modules/.staging/lodash._bindcallback-1d8c6496
50213npm verb unbuild lib/node_modules/.staging/lodash._cacheindexof-0e457074
50214npm verb unbuild lib/node_modules/.staging/lodash._getnative-19e6c2e5
50215npm verb unbuild lib/node_modules/.staging/lodash._createcache-70d0fcee
50216npm verb unbuild lib/node_modules/.staging/lodash._baseuniq-7a6ac8f0
50217npm verb unbuild lib/node_modules/.staging/lodash._isiterateecall-e5f086ee
50218npm verb unbuild lib/node_modules/.staging/lodash.isarguments-6d194fea
50219npm verb unbuild lib/node_modules/.staging/lodash.isarray-b05daee7
50220npm verb unbuild lib/node_modules/.staging/lodash.istypedarray-775f018d
50221npm verb unbuild lib/node_modules/.staging/lodash.keys-0f82f6ed
50222npm verb unbuild lib/node_modules/.staging/lodash._baseisequal-ba539b6f
50223npm verb unbuild lib/node_modules/.staging/lodash._baseassign-92ddb6b0
50224npm verb unbuild lib/node_modules/.staging/lodash.keysin-b8819ef9
50225npm verb unbuild lib/node_modules/.staging/lodash.isplainobject-90347b9a
50226npm verb unbuild lib/node_modules/.staging/lodash.pairs-ef153f57
50227npm verb unbuild lib/node_modules/.staging/lodash._basecallback-52614c09
50228npm verb unbuild lib/node_modules/.staging/lodash.repeat-ac4048b2
50229npm verb unbuild lib/node_modules/.staging/lodash._createpadding-bb27ffe1
50230npm verb unbuild lib/node_modules/.staging/lodash.padright-b21c1a42
50231npm verb unbuild lib/node_modules/.staging/lodash.padleft-5b49f2ae
50232npm verb unbuild lib/node_modules/.staging/lodash.pad-875eacb4
50233npm verb unbuild lib/node_modules/.staging/gauge-8aebb65a
50234npm verb unbuild lib/node_modules/.staging/lodash.restparam-9ec8dfe5
50235npm verb unbuild lib/node_modules/.staging/lodash._createassigner-aedcdbaa
50236npm verb unbuild lib/node_modules/.staging/lodash.assign-6e4f26a5
50237npm verb unbuild lib/node_modules/.staging/lodash.toplainobject-d6bd815b
50238npm verb unbuild lib/node_modules/.staging/lodash.merge-4c089583
50239npm verb unbuild lib/node_modules/.staging/lodash.uniq-89bd08b3
50240npm verb unbuild lib/node_modules/.staging/longest-728a0dc4
50241npm verb unbuild lib/node_modules/.staging/lru-cache-82ae0a85
50242npm verb unbuild lib/node_modules/.staging/lru-queue-4928fd14
50243npm verb unbuild lib/node_modules/.staging/lodash-node-da782cd2
50244npm verb unbuild lib/node_modules/.staging/md5-o-matic-ab196fce
50245npm verb unbuild lib/node_modules/.staging/md5-hex-9d6294b5
50246npm verb unbuild lib/node_modules/.staging/mdurl-95bb111a
50247npm verb unbuild lib/node_modules/.staging/media-typer-e4e2dc7f
50248npm verb unbuild lib/node_modules/.staging/merge-8cc936e2
50249npm verb unbuild lib/node_modules/.staging/exec-sh-f35f5373
50250npm verb unbuild lib/node_modules/.staging/lodash-6e1ec9a7
50251npm verb unbuild lib/node_modules/.staging/merge-defaults-66886c45
50252npm verb unbuild lib/node_modules/.staging/merge-descriptors-b4b5331d
50253npm verb unbuild lib/node_modules/.staging/methods-d393d3fd
50254npm verb unbuild lib/node_modules/.staging/mime-db-f76d02ac
50255npm verb unbuild lib/node_modules/.staging/compressible-892adf83
50256npm verb unbuild lib/node_modules/.staging/mime-types-56df4542
50257npm verb unbuild lib/node_modules/.staging/accepts-041b640d
50258npm verb unbuild lib/node_modules/.staging/minimatch-355dfe70
50259npm verb unbuild lib/node_modules/.staging/matcher-collection-2e2d830c
50260npm verb unbuild lib/node_modules/.staging/walk-sync-55e7f2e9
50261npm verb unbuild lib/node_modules/.staging/walk-sync-de2533d4
50262npm verb unbuild lib/node_modules/.staging/walk-sync-0a638499
50263npm verb unbuild lib/node_modules/.staging/minimist-88d092a6
50264npm verb unbuild lib/node_modules/.staging/minimist-bc708046
50265npm verb unbuild lib/node_modules/.staging/mktemp-72ca0648
50266npm verb unbuild lib/node_modules/.staging/mout-c7ea1c47
50267npm verb unbuild lib/node_modules/.staging/ms-e716ead7
50268npm verb unbuild lib/node_modules/.staging/debug-f97a31f8
50269npm verb unbuild lib/node_modules/.staging/fs-tree-diff-dbed878b
50270npm verb unbuild lib/node_modules/.staging/fs-tree-diff-f4011ab8
50271npm verb unbuild lib/node_modules/.staging/mute-stream-de5b9d47
50272npm verb unbuild lib/node_modules/.staging/negotiator-dbeaddd6
50273npm verb unbuild lib/node_modules/.staging/accepts-8717400b
50274npm verb unbuild lib/node_modules/.staging/next-tick-d3cdf9e2
50275npm verb unbuild lib/node_modules/.staging/node-int64-d98d2b2e
50276npm verb unbuild lib/node_modules/.staging/bser-bf547be5
50277npm verb unbuild lib/node_modules/.staging/fb-watchman-d9fb8170
50278npm verb unbuild lib/node_modules/.staging/node-modules-path-94a2803c
50279npm verb unbuild lib/node_modules/.staging/number-is-nan-088ff2bf
50280npm verb unbuild lib/node_modules/.staging/is-finite-2d1dc1dc
50281npm verb unbuild lib/node_modules/.staging/is-integer-0465950e
50282npm verb unbuild lib/node_modules/.staging/object-assign-b47f4ffa
50283npm verb unbuild lib/node_modules/.staging/object-component-de2e06eb
50284npm verb unbuild lib/node_modules/.staging/object-keys-f313600b
50285npm verb unbuild lib/node_modules/.staging/on-finished-3cfd4bda
50286npm verb unbuild lib/node_modules/.staging/on-headers-c29cf93f
50287npm verb unbuild lib/node_modules/.staging/morgan-eeb70817
50288npm verb unbuild lib/node_modules/.staging/options-884c12ff
50289npm verb unbuild lib/node_modules/.staging/os-homedir-4e78dd79
50290npm verb unbuild lib/node_modules/.staging/os-locale-fe606153
50291npm verb unbuild lib/node_modules/.staging/os-tmpdir-0915600d
50292npm verb unbuild lib/node_modules/.staging/osenv-1d8f2e41
50293npm verb unbuild lib/node_modules/.staging/osenv-019656e6
50294npm verb unbuild lib/node_modules/.staging/parsejson-a375aea5
50295npm verb unbuild lib/node_modules/.staging/parseqs-f32b9d47
50296npm verb unbuild lib/node_modules/.staging/parseuri-8c8243bf
50297npm verb unbuild lib/node_modules/.staging/parseurl-ba6c3837
50298npm verb unbuild lib/node_modules/.staging/path-exists-378ea245
50299npm verb unbuild lib/node_modules/.staging/path-is-absolute-dded05c4
50300npm verb unbuild lib/node_modules/.staging/path-posix-08b965c9
50301npm verb unbuild lib/node_modules/.staging/path-to-regexp-6be6c939
50302npm verb unbuild lib/node_modules/.staging/pleasant-progress-d8b9e05e
50303npm verb unbuild lib/node_modules/.staging/async-64801e91
50304npm verb unbuild lib/node_modules/.staging/portfinder-fba9d4b2
50305npm verb unbuild lib/node_modules/.staging/printf-fec30aea
50306npm verb unbuild lib/node_modules/.staging/private-353fd4bd
50307npm verb unbuild lib/node_modules/.staging/process-nextick-args-30db8dab
50308npm verb unbuild lib/node_modules/.staging/process-relative-require-8e74ebdd
50309npm verb unbuild lib/node_modules/.staging/proxy-addr-1a775d57
50310npm verb unbuild lib/node_modules/.staging/pseudomap-8e225299
50311npm verb unbuild lib/node_modules/.staging/lru-cache-360119b8
50312npm verb unbuild lib/node_modules/.staging/q-248d58ba
50313npm verb unbuild lib/node_modules/.staging/qs-872d14cf
50314npm verb unbuild lib/node_modules/.staging/range-parser-0c40114d
50315npm verb unbuild lib/node_modules/.staging/ansi-regex-0d1eac71
50316npm verb unbuild lib/node_modules/.staging/readline2-c4605330
50317npm verb unbuild lib/node_modules/.staging/source-map-f1bd63c9
50318npm verb unbuild lib/node_modules/.staging/recast-c16809e2
50319npm verb unbuild lib/node_modules/.staging/redeyed-3beddcd7
50320npm verb unbuild lib/node_modules/.staging/regenerate-4ffba9d1
50321npm verb unbuild lib/node_modules/.staging/regjsgen-3ba4389b
50322npm verb unbuild lib/node_modules/.staging/repeat-string-bccfe3d1
50323npm verb unbuild lib/node_modules/.staging/align-text-853d22a5
50324npm verb unbuild lib/node_modules/.staging/center-align-2de0f480
50325npm verb unbuild lib/node_modules/.staging/requires-port-85270e2b
50326npm verb unbuild lib/node_modules/.staging/http-proxy-b64e7808
50327npm verb unbuild lib/node_modules/.staging/resolve-16906432
50328npm verb unbuild lib/node_modules/.staging/right-align-8dde9e53
50329npm verb unbuild lib/node_modules/.staging/cliui-e7604556
50330npm verb unbuild lib/node_modules/.staging/rsvp-7a575d43
50331npm verb unbuild lib/node_modules/.staging/promise-map-series-9251c138
50332npm verb unbuild lib/node_modules/.staging/minimist-52946ec4
50333npm verb unbuild lib/node_modules/.staging/semver-utils-1747132f
50334npm verb unbuild lib/node_modules/.staging/shebang-regex-887b6561
50335npm verb unbuild lib/node_modules/.staging/sigmund-43baeed3
50336npm verb unbuild lib/node_modules/.staging/minimatch-e70cbbd5
50337npm verb unbuild lib/node_modules/.staging/minimatch-da68d0bd
50338npm verb unbuild lib/node_modules/.staging/fireworm-8d3d7598
50339npm verb unbuild lib/node_modules/.staging/silent-error-da3dbe34
50340npm verb unbuild lib/node_modules/.staging/ember-cli-normalize-entity-name-a1d33101
50341npm verb unbuild lib/node_modules/.staging/simple-fmt-ac503f1c
50342npm verb unbuild lib/node_modules/.staging/simple-is-40b66895
50343npm verb unbuild lib/node_modules/.staging/slash-f77fe1d3
50344npm verb unbuild lib/node_modules/.staging/slide-a8741a38
50345npm verb unbuild lib/node_modules/.staging/ms-a4a0a17a
50346npm verb unbuild lib/node_modules/.staging/debug-efbd0eee
50347npm verb unbuild lib/node_modules/.staging/debug-0f749ec4
50348npm verb unbuild lib/node_modules/.staging/socket.io-parser-46b630bf
50349npm verb unbuild lib/node_modules/.staging/socket.io-adapter-ad8a912a
50350npm verb unbuild lib/node_modules/.staging/debug-d306ab15
50351npm verb unbuild lib/node_modules/.staging/debug-668f3639
50352npm verb unbuild lib/node_modules/.staging/socket.io-parser-38518cca
50353npm verb unbuild lib/node_modules/.staging/ms-694cd391
50354npm verb unbuild lib/node_modules/.staging/debug-899e1491
50355npm verb unbuild lib/node_modules/.staging/source-map-c2893e26
50356npm verb unbuild lib/node_modules/.staging/recast-9bd481e6
50357npm verb unbuild lib/node_modules/.staging/ember-router-generator-5170fa7d
50358npm verb unbuild lib/node_modules/.staging/source-map-2974c236
50359npm verb unbuild lib/node_modules/.staging/source-map-support-9b90bc32
50360npm verb unbuild lib/node_modules/.staging/source-map-url-b8ab0a34
50361npm verb unbuild lib/node_modules/.staging/fast-sourcemap-concat-adb2dd68
50362npm verb unbuild lib/node_modules/.staging/sprintf-js-7b1d4192
50363npm verb unbuild lib/node_modules/.staging/argparse-4244bf3c
50364npm verb unbuild lib/node_modules/.staging/stable-59e11f06
50365npm verb unbuild lib/node_modules/.staging/alter-12fac449
50366npm verb unbuild lib/node_modules/.staging/statuses-afc2ebc9
50367npm verb unbuild lib/node_modules/.staging/http-errors-cab5cd87
50368npm verb unbuild lib/node_modules/.staging/send-f694b32a
50369npm verb unbuild lib/node_modules/.staging/serve-static-d64e5404
50370npm verb unbuild lib/node_modules/.staging/string_decoder-b49ff08c
50371npm verb unbuild lib/node_modules/.staging/stringmap-414e9091
50372npm verb unbuild lib/node_modules/.staging/stringset-ca1b3cc1
50373npm verb unbuild lib/node_modules/.staging/strip-ansi-5ee6d8a5
50374npm verb unbuild lib/node_modules/.staging/styled_string-f9c79481
50375npm verb unbuild lib/node_modules/.staging/supports-color-27de2e13
50376npm verb unbuild lib/node_modules/.staging/chalk-8233ccd2
50377npm verb unbuild lib/node_modules/.staging/symlink-or-copy-587d1a77
50378npm verb unbuild lib/node_modules/.staging/temp-a55c55ff
50379npm verb unbuild lib/node_modules/.staging/async-c74084b0
50380npm verb unbuild lib/node_modules/.staging/through-b8da3243
50381npm verb unbuild lib/node_modules/.staging/timers-ext-4d510b1d
50382npm verb unbuild lib/node_modules/.staging/memoizee-56b28bfd
50383npm verb unbuild lib/node_modules/.staging/cli-color-3f73eb1b
50384npm verb unbuild lib/node_modules/.staging/inquirer-97d5d2bc
50385npm verb unbuild lib/node_modules/.staging/qs-0e743659
50386npm verb unbuild lib/node_modules/.staging/tmpl-5ce29823
50387npm verb unbuild lib/node_modules/.staging/makeerror-1c04faa4
50388npm verb unbuild lib/node_modules/.staging/to-array-65df668f
50389npm verb unbuild lib/node_modules/.staging/to-fast-properties-3c645ce4
50390npm verb unbuild lib/node_modules/.staging/trim-right-ce208c04
50391npm verb unbuild lib/node_modules/.staging/try-resolve-e4d5fd93
50392npm verb unbuild lib/node_modules/.staging/tryor-7a97c15e
50393npm verb unbuild lib/node_modules/.staging/type-is-353f4b09
50394npm verb unbuild lib/node_modules/.staging/uc.micro-5c9b003e
50395npm verb unbuild lib/node_modules/.staging/linkify-it-ed772369
50396npm verb unbuild lib/node_modules/.staging/markdown-it-terminal-c9adf1c3
50397npm verb unbuild lib/node_modules/.staging/ultron-75e4ba2e
50398npm verb unbuild lib/node_modules/.staging/underscore-384c1f20
50399npm verb unbuild lib/node_modules/.staging/backbone-5a63d532
50400npm verb unbuild lib/node_modules/.staging/underscore.string-90f1dd7a
50401npm verb unbuild lib/node_modules/.staging/quick-temp-0efc3723
50402npm verb unbuild lib/node_modules/.staging/broccoli-writer-0a6b380a
50403npm verb unbuild lib/node_modules/.staging/unpipe-bf81058f
50404npm verb unbuild lib/node_modules/.staging/raw-body-e4390412
50405npm verb unbuild lib/node_modules/.staging/body-parser-c2e5e4a8
50406npm verb unbuild lib/node_modules/.staging/finalhandler-4f68bfa0
50407npm verb unbuild lib/node_modules/.staging/home-or-tmp-4db70e6f
50408npm verb unbuild lib/node_modules/.staging/utf8-9a4f7b38
50409npm verb unbuild lib/node_modules/.staging/engine.io-parser-8796b08e
50410npm verb unbuild lib/node_modules/.staging/util-deprecate-39647a96
50411npm verb unbuild lib/node_modules/.staging/readable-stream-a97eef7c
50412npm verb unbuild lib/node_modules/.staging/are-we-there-yet-bb7ebabc
50413npm verb unbuild lib/node_modules/.staging/npmlog-36c7771e
50414npm verb unbuild lib/node_modules/.staging/npmlog-a5b66d97
50415npm verb unbuild lib/node_modules/.staging/utils-merge-aae68ffa
50416npm verb unbuild lib/node_modules/.staging/express-7d6f0825
50417npm verb unbuild lib/node_modules/.staging/connect-4a8cbe3e
50418npm verb unbuild lib/node_modules/.staging/uuid-982f0bd5
50419npm verb unbuild lib/node_modules/.staging/vary-ee2bc55a
50420npm verb unbuild lib/node_modules/.staging/compression-7e957776
50421npm verb unbuild lib/node_modules/.staging/walk-sync-05527e2c
50422npm verb unbuild lib/node_modules/.staging/walker-225fb821
50423npm verb unbuild lib/node_modules/.staging/watch-f39b78d6
50424npm verb unbuild lib/node_modules/.staging/broccoli-sane-watcher-ef9552ed
50425npm verb unbuild lib/node_modules/.staging/websocket-extensions-cceda366
50426npm verb unbuild lib/node_modules/.staging/websocket-driver-b4affa3f
50427npm verb unbuild lib/node_modules/.staging/faye-websocket-0072f310
50428npm verb unbuild lib/node_modules/.staging/tiny-lr-2548c354
50429npm verb unbuild lib/node_modules/.staging/cross-spawn-async-5afcdaf1
50430npm verb unbuild lib/node_modules/.staging/wordwrap-614a232e
50431npm verb unbuild lib/node_modules/.staging/optimist-21c1a76b
50432npm verb unbuild lib/node_modules/.staging/optimist-d995d5e3
50433npm verb unbuild lib/node_modules/.staging/bower-config-e4e1612d
50434npm verb unbuild lib/node_modules/.staging/wrappy-87c48d8c
50435npm verb unbuild lib/node_modules/.staging/once-563c1d78
50436npm verb unbuild lib/node_modules/.staging/inflight-d2bc5a90
50437npm verb unbuild lib/node_modules/.staging/glob-9a202346
50438npm verb unbuild lib/node_modules/.staging/fs-extra-2b1231ec
50439npm verb unbuild lib/node_modules/.staging/cpr-8f979eee
50440npm verb unbuild lib/node_modules/.staging/broccoli-plugin-0f1199fe
50441npm verb unbuild lib/node_modules/.staging/broccoli-merge-trees-020fec8f
50442npm verb unbuild lib/node_modules/.staging/broccoli-funnel-8ce09bc1
50443npm verb unbuild lib/node_modules/.staging/fs-extra-87e9dbfb
50444npm verb unbuild lib/node_modules/.staging/broccoli-plugin-64727a36
50445npm verb unbuild lib/node_modules/.staging/async-disk-cache-bf085ff5
50446npm verb unbuild lib/node_modules/.staging/glob-107d0201
50447npm verb unbuild lib/node_modules/.staging/fileset-60e490b1
50448npm verb unbuild lib/node_modules/.staging/broccoli-kitchen-sink-helpers-70c64ca6
50449npm verb unbuild lib/node_modules/.staging/hash-for-dep-c13359bd
50450npm verb unbuild lib/node_modules/.staging/broccoli-persistent-filter-c0db0d50
50451npm verb unbuild lib/node_modules/.staging/broccoli-filter-0cafb702
50452npm verb unbuild lib/node_modules/.staging/broccoli-clean-css-32bb3dae
50453npm verb unbuild lib/node_modules/.staging/ember-cli-preprocess-registry-8994a6b2
50454npm verb unbuild lib/node_modules/.staging/broccoli-caching-writer-bd5342a9
50455npm verb unbuild lib/node_modules/.staging/broccoli-sourcemap-concat-0962f14f
50456npm verb unbuild lib/node_modules/.staging/broccoli-config-loader-61a9a0f6
50457npm verb unbuild lib/node_modules/.staging/broccoli-kitchen-sink-helpers-607f173c
50458npm verb unbuild lib/node_modules/.staging/broccoli-config-replace-99a3fa4c
50459npm verb unbuild lib/node_modules/.staging/glob-dbaea7c1
50460npm verb unbuild lib/node_modules/.staging/findup-sync-d4028d70
50461npm verb unbuild lib/node_modules/.staging/broccoli-45d51f48
50462npm verb unbuild lib/node_modules/.staging/glob-7d7d3d98
50463npm verb unbuild lib/node_modules/.staging/graceful-fs-b6591a8a
50464npm verb unbuild lib/node_modules/.staging/write-file-atomic-bb7dd2dd
50465npm verb unbuild lib/node_modules/.staging/ws-pure-68bd696c
50466npm verb unbuild lib/node_modules/.staging/engine.io-pure-5f4b7771
50467npm verb unbuild lib/node_modules/.staging/xdg-basedir-75687ebd
50468npm verb unbuild lib/node_modules/.staging/configstore-7f08b8e6
50469npm verb unbuild lib/node_modules/.staging/xmldom-948c5190
50470npm verb unbuild lib/node_modules/.staging/xmlhttprequest-ssl-e5d19c5d
50471npm verb unbuild lib/node_modules/.staging/engine.io-client-pure-b231bef9
50472npm verb unbuild lib/node_modules/.staging/socket.io-client-pure-0bd4af7b
50473npm verb unbuild lib/node_modules/.staging/socket.io-pure-7683bf1f
50474npm verb unbuild lib/node_modules/.staging/xtend-14d4f16a
50475npm verb unbuild lib/node_modules/.staging/output-file-sync-c4b401cd
50476npm verb unbuild lib/node_modules/.staging/y18n-efacf4d1
50477npm verb unbuild lib/node_modules/.staging/graceful-fs-cee3bdee
50478npm verb unbuild lib/node_modules/.staging/fs-extra-5e8a8a26
50479npm verb unbuild lib/node_modules/.staging/yam-f59ffe3b
50480npm verb unbuild lib/node_modules/.staging/yargs-09558560
50481npm verb unbuild lib/node_modules/.staging/babel-core-c3d873a5
50482npm verb unbuild lib/node_modules/.staging/broccoli-babel-transpiler-fb461075
50483npm verb unbuild lib/node_modules/.staging/acorn-e7b80caf
50484npm verb unbuild lib/node_modules/.staging/has-ansi-089e61cb
50485npm verb unbuild lib/node_modules/.staging/strip-ansi-039d9606
50486npm verb unbuild lib/node_modules/.staging/supports-color-170d187a
50487npm verb unbuild lib/node_modules/.staging/clean-css-65345727
50488npm verb unbuild lib/node_modules/.staging/esprima-fb-62644c5c
50489npm verb unbuild lib/node_modules/.staging/can-symlink-7e04e500
50490npm verb unbuild lib/node_modules/.staging/esprima-fb-f4eb7764
50491npm verb unbuild lib/node_modules/.staging/has-ansi-7491dcfd
50492npm verb unbuild lib/node_modules/.staging/strip-ansi-7176fc4a
50493npm verb unbuild lib/node_modules/.staging/supports-color-faca269e
50494npm verb unbuild lib/node_modules/.staging/findup-d76a277e
50495npm verb unbuild lib/node_modules/.staging/strip-ansi-f3595135
50496npm verb unbuild lib/node_modules/.staging/esprima-13bb1af5
50497npm verb unbuild lib/node_modules/.staging/jsesc-c0c20001
50498npm verb unbuild lib/node_modules/.staging/json5-d9a38a61
50499npm verb unbuild lib/node_modules/.staging/leven-803b2d27
50500npm verb unbuild lib/node_modules/.staging/mime-777e4834
50501npm verb unbuild lib/node_modules/.staging/mkdirp-a7c03383
50502npm verb unbuild lib/node_modules/.staging/mustache-4d1f54af
50503npm verb unbuild lib/node_modules/.staging/node-uuid-e3722ba6
50504npm verb unbuild lib/node_modules/.staging/nopt-efd5420e
50505npm verb unbuild lib/node_modules/.staging/rimraf-368c9f63
50506npm verb unbuild lib/node_modules/.staging/strip-ansi-f88c85f4
50507npm verb unbuild lib/node_modules/.staging/esprima-fb-453001b5
50508npm verb unbuild lib/node_modules/.staging/cardinal-2b2e9b05
50509npm verb unbuild lib/node_modules/.staging/esprima-bd5cdc74
50510npm verb unbuild lib/node_modules/.staging/regjsparser-c896d540
50511npm verb unbuild lib/node_modules/.staging/regexpu-95c53aa5
50512npm verb unbuild lib/node_modules/.staging/repeating-4b1e4429
50513npm verb unbuild lib/node_modules/.staging/detect-indent-2e57e153
50514npm verb unbuild lib/node_modules/.staging/semver-802215c1
50515npm verb unbuild lib/node_modules/.staging/bower-1c79fc0f
50516npm verb unbuild lib/node_modules/.staging/js-yaml-a339e5fe
50517npm verb unbuild lib/node_modules/.staging/rimraf-aa8de583
50518npm verb unbuild lib/node_modules/.staging/markdown-it-ff1c4678
50519npm verb unbuild lib/node_modules/.staging/user-home-bbe437ce
50520npm verb unbuild lib/node_modules/.staging/tap-parser-d20606ca
50521npm verb unbuild lib/node_modules/.staging/npm-4af40257
50522npm verb unbuild lib/node_modules/.staging/sane-5cea0a87
50523npm verb unbuild lib/node_modules/.staging/which-cabe345a
50524npm verb unbuild lib/node_modules/.staging/window-size-f158b74e
50525npm verb unbuild lib/node_modules/.staging/uglify-js-5a967e1b
50526npm verb unbuild lib/node_modules/.staging/handlebars-c0637586
50527npm verb unbuild lib/node_modules/.staging/rimraf-a02033f6
50528npm verb unbuild lib/node_modules/.staging/commoner-c58ac3c3
50529npm verb unbuild lib/node_modules/.staging/testem-03baf27e
50530npm verb unbuild lib/node_modules/.staging/defs-8ca0b4c0
50531npm verb unbuild lib/node_modules/.staging/regenerator-ce40b173
50532npm verb unbuild lib/node_modules/.staging/ember-cli-9c93bf8e
50533npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-b5e14f65
50534npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/after-c890690b
50535npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amd-name-resolver-902a0a89
50536npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amdefine-7fa4af4e
50537npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-c17445d9
50538npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-a1efaeb6
50539npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-01d717cb
50540npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansicolors-2932ddc7
50541npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-equal-fb63bcf5
50542npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-flatten-3d8b6f63
50543npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/arraybuffer.slice-91aa98b0
50544npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-traverse-91efeb48
50545npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-72e7165f
50546npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-22186ee0
50547npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-0d8f7658
50548npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-constant-folding-49347058
50549npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-dead-code-elimination-fc4fd09b
50550npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-eval-46dc4201
50551npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-inline-environment-variables-608f5606
50552npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-jscript-6aa9be1a
50553npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-member-expression-literals-ccd3a9f4
50554npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-property-literals-86c61ee7
50555npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-constant-elements-d2efc2c4
50556npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-display-name-e03c7e3c
50557npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-console-d892cfa1
50558npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-debugger-2f202334
50559npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-runtime-5ed34ffb
50560npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undefined-to-void-9fed39d5
50561npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babylon-7d93935d
50562npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backo2-fb71f6fe
50563npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-cc018dff
50564npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64-arraybuffer-54aacfa1
50565npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64id-fc10f67f
50566npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/basic-auth-a9f15629
50567npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/benchmark-2cc7434c
50568npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blank-object-206ce296
50569npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blob-9d9a56bf
50570npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bluebird-fa28c9eb
50571npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-4416cd21
50572npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-eb6997c7
50573npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-3ba99726
50574npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-5de551be
50575npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-endpoint-parser-54a2e320
50576npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/breakable-507a2e82
50577npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7e54604b
50578npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-c785f9e6
50579npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-slow-trees-8e7e4d69
50580npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-source-820041ff
50581npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-viz-7072b53b
50582npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-ced8d08c
50583npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/callsite-e749ced0
50584npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/better-assert-8ac462c8
50585npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/camelcase-91922812
50586npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-5438b65f
50587npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-4cbeef34
50588npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charm-32438b8f
50589npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-base-url-1f8e22a6
50590npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-710127bf
50591npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-fdf5dc53
50592npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-table-59a83811
50593npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-07c7d5f8
50594npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clone-2c86f26d
50595npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-a6e5c7e5
50596npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7549ce5f
50597npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-bind-a2fb6344
50598npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-emitter-6cc61c7a
50599npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-inherit-6f4271d8
50600npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-cb3cc77f
50601npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-5f2db36c
50602npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-f0a90613
50603npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/consolidate-f059041c
50604npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-disposition-babbd7c8
50605npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-type-ffab58ae
50606npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/convert-source-map-0ee84477
50607npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-7d7cec51
50608npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-signature-a9ef240b
50609npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/copy-dereference-1312aead
50610npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-js-0cca0b75
50611npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-68efdb64
50612npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-ade4ad09
50613npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defined-47f7207d
50614npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delegates-c611dfd7
50615npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-2f3aacf8
50616npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/destroy-f2860039
50617npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-a50f8cfb
50618npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detective-30830058
50619npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/did_it_work-923626dd
50620npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/diff-302a894c
50621npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ee-first-a53032d9
50622npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-copy-dereference-2388cd5f
50623npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-get-dependency-depth-03f5f416
50624npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-is-package-missing-7c0692d2
50625npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-path-utils-e617d490
50626npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-string-utils-b72d41da
50627npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-test-info-29b6def6
50628npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-f1b46a7c
50629npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-7980d1cb
50630npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d67a3b82
50631npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-0e5cbbe1
50632npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-99e75f15
50633npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-97b33a36
50634npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/entities-313d229f
50635npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-64955ba1
50636npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es5-ext-2280310d
50637npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/d-73b165da
50638npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-2107e1aa
50639npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-6d6f438e
50640npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-0c1c67cf
50641npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-weak-map-7a24d67f
50642npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-html-9ea1c376
50643npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-string-regexp-c003ffd5
50644npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/decamelize-5583f35d
50645npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-96b1e5f0
50646npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esutils-4e25b016
50647npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/etag-aac941b4
50648npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/event-emitter-5cf0ab13
50649npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/eventemitter3-685c2376
50650npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/events-to-array-f142e4db
50651npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exists-sync-4c525da4
50652npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exit-b5319300
50653npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-1d2d2e6f
50654npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-686bf1a6
50655npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-ordered-set-205b591d
50656npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-b0cfdd78
50657npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-556120bf
50658npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-04abc75b
50659npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-98081751
50660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-c350a19a
50661npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-1741a883
50662npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forwarded-5f90b09d
50663npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fresh-c8278989
50664npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-dd803000
50665npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-monitor-stack-d8fb412e
50666npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-readdir-recursive-1fe9332e
50667npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/get-stdin-4017082a
50668npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/git-repo-info-f9472124
50669npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/globals-4e5dce62
50670npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-322aeaba
50671npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-readlink-33799947
50672npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-8c8dbb79
50673npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/growl-287f3934
50674npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-41d12d69
50675npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-color-a42c09d0
50676npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-cors-1c739d5a
50677npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-unicode-6be1a681
50678npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/iconv-lite-9571e54c
50679npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/imurmurhash-f214ad97
50680npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/indexof-37e2bb90
50681npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflection-a69080fc
50682npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherit-fe0f4637
50683npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-454d3d48
50684npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-d9d8e89e
50685npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-085aafd7
50686npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-581bfea9
50687npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-ccbc2dd0
50688npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/invert-kv-10361860
50689npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ipaddr.js-8bfc3e91
50690npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-8b3aa04c
50691npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-git-url-4fd8d3fc
50692npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-relative-4e54c5f9
50693npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-absolute-2eb266f8
50694npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-type-ec74d686
50695npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-62fbb885
50696npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-data-01e3592a
50697npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-f1b1e6c5
50698npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isbinaryfile-b7510e94
50699npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-tokens-ef1b20e6
50700npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json3-0b4e061e
50701npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-19e175ad
50702npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonify-dad96cd4
50703npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stable-stringify-eaab8242
50704npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kind-of-2ec31c61
50705npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lazy-cache-91c0d2bd
50706npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lcid-d5749223
50707npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leek-ae24ac00
50708npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/left-pad-ee98af39
50709npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undeclared-variables-check-e081056c
50710npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/line-numbers-969a4f75
50711npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/livereload-js-45984ad4
50712npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-c5b9b8f0
50713npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-proto-to-assign-0321a734
50714npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-6dbb0364
50715npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-object-293ef1a3
50716npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arraycopy-ddc8ed2e
50717npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arrayeach-624afa06
50718npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecopy-34582357
50719npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basefor-9456e239
50720npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseindexof-c94a060f
50721npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basetostring-2a7e5656
50722npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._bindcallback-1d8c6496
50723npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._cacheindexof-0e457074
50724npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._getnative-19e6c2e5
50725npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createcache-70d0fcee
50726npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseuniq-7a6ac8f0
50727npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._isiterateecall-e5f086ee
50728npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarguments-6d194fea
50729npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarray-b05daee7
50730npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.istypedarray-775f018d
50731npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keys-0f82f6ed
50732npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseisequal-ba539b6f
50733npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseassign-92ddb6b0
50734npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keysin-b8819ef9
50735npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isplainobject-90347b9a
50736npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pairs-ef153f57
50737npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecallback-52614c09
50738npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.repeat-ac4048b2
50739npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createpadding-bb27ffe1
50740npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padright-b21c1a42
50741npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padleft-5b49f2ae
50742npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pad-875eacb4
50743npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/gauge-8aebb65a
50744npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.restparam-9ec8dfe5
50745npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createassigner-aedcdbaa
50746npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.assign-6e4f26a5
50747npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.toplainobject-d6bd815b
50748npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.merge-4c089583
50749npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.uniq-89bd08b3
50750npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/longest-728a0dc4
50751npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-82ae0a85
50752npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-queue-4928fd14
50753npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-da782cd2
50754npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-o-matic-ab196fce
50755npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-hex-9d6294b5
50756npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mdurl-95bb111a
50757npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/media-typer-e4e2dc7f
50758npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-8cc936e2
50759npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exec-sh-f35f5373
50760npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-6e1ec9a7
50761npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-defaults-66886c45
50762npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-descriptors-b4b5331d
50763npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/methods-d393d3fd
50764npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-db-f76d02ac
50765npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compressible-892adf83
50766npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-56df4542
50767npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-041b640d
50768npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-355dfe70
50769npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/matcher-collection-2e2d830c
50770npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-55e7f2e9
50771npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-de2533d4
50772npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-0a638499
50773npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-88d092a6
50774npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-bc708046
50775npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mktemp-72ca0648
50776npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mout-c7ea1c47
50777npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-e716ead7
50778npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-f97a31f8
50779npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-dbed878b
50780npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-f4011ab8
50781npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mute-stream-de5b9d47
50782npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-dbeaddd6
50783npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-8717400b
50784npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/next-tick-d3cdf9e2
50785npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-int64-d98d2b2e
50786npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bser-bf547be5
50787npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fb-watchman-d9fb8170
50788npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-modules-path-94a2803c
50789npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/number-is-nan-088ff2bf
50790npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-finite-2d1dc1dc
50791npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-integer-0465950e
50792npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-assign-b47f4ffa
50793npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-component-de2e06eb
50794npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-keys-f313600b
50795npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-finished-3cfd4bda
50796npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-headers-c29cf93f
50797npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/morgan-eeb70817
50798npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/options-884c12ff
50799npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-4e78dd79
50800npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-locale-fe606153
50801npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-0915600d
50802npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-1d8f2e41
50803npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-019656e6
50804npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parsejson-a375aea5
50805npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseqs-f32b9d47
50806npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-8c8243bf
50807npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseurl-ba6c3837
50808npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-exists-378ea245
50809npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-dded05c4
50810npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-posix-08b965c9
50811npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-to-regexp-6be6c939
50812npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pleasant-progress-d8b9e05e
50813npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-64801e91
50814npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/portfinder-fba9d4b2
50815npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/printf-fec30aea
50816npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/private-353fd4bd
50817npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-nextick-args-30db8dab
50818npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-relative-require-8e74ebdd
50819npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proxy-addr-1a775d57
50820npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pseudomap-8e225299
50821npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-360119b8
50822npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/q-248d58ba
50823npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-872d14cf
50824npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/range-parser-0c40114d
50825npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-0d1eac71
50826npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readline2-c4605330
50827npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-f1bd63c9
50828npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-c16809e2
50829npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/redeyed-3beddcd7
50830npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerate-4ffba9d1
50831npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsgen-3ba4389b
50832npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeat-string-bccfe3d1
50833npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/align-text-853d22a5
50834npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/center-align-2de0f480
50835npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/requires-port-85270e2b
50836npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-proxy-b64e7808
50837npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-16906432
50838npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/right-align-8dde9e53
50839npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cliui-e7604556
50840npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rsvp-7a575d43
50841npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/promise-map-series-9251c138
50842npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-52946ec4
50843npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-1747132f
50844npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/shebang-regex-887b6561
50845npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-43baeed3
50846npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-e70cbbd5
50847npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-da68d0bd
50848npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fireworm-8d3d7598
50849npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/silent-error-da3dbe34
50850npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-normalize-entity-name-a1d33101
50851npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-fmt-ac503f1c
50852npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-is-40b66895
50853npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slash-f77fe1d3
50854npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slide-a8741a38
50855npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-a4a0a17a
50856npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-efbd0eee
50857npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-0f749ec4
50858npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-46b630bf
50859npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-adapter-ad8a912a
50860npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d306ab15
50861npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-668f3639
50862npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-38518cca
50863npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-694cd391
50864npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-899e1491
50865npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-c2893e26
50866npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-9bd481e6
50867npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-router-generator-5170fa7d
50868npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-2974c236
50869npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-support-9b90bc32
50870npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-url-b8ab0a34
50871npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-sourcemap-concat-adb2dd68
50872npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sprintf-js-7b1d4192
50873npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/argparse-4244bf3c
50874npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stable-59e11f06
50875npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/alter-12fac449
50876npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/statuses-afc2ebc9
50877npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-errors-cab5cd87
50878npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/send-f694b32a
50879npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/serve-static-d64e5404
50880npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-b49ff08c
50881npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringmap-414e9091
50882npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringset-ca1b3cc1
50883npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-5ee6d8a5
50884npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/styled_string-f9c79481
50885npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-27de2e13
50886npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-8233ccd2
50887npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/symlink-or-copy-587d1a77
50888npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/temp-a55c55ff
50889npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-c74084b0
50890npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/through-b8da3243
50891npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/timers-ext-4d510b1d
50892npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/memoizee-56b28bfd
50893npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-color-3f73eb1b
50894npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inquirer-97d5d2bc
50895npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-0e743659
50896npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tmpl-5ce29823
50897npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/makeerror-1c04faa4
50898npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-array-65df668f
50899npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-fast-properties-3c645ce4
50900npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/trim-right-ce208c04
50901npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/try-resolve-e4d5fd93
50902npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tryor-7a97c15e
50903npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/type-is-353f4b09
50904npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uc.micro-5c9b003e
50905npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/linkify-it-ed772369
50906npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-terminal-c9adf1c3
50907npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ultron-75e4ba2e
50908npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore-384c1f20
50909npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backbone-5a63d532
50910npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore.string-90f1dd7a
50911npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/quick-temp-0efc3723
50912npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-writer-0a6b380a
50913npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/unpipe-bf81058f
50914npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/raw-body-e4390412
50915npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/body-parser-c2e5e4a8
50916npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/finalhandler-4f68bfa0
50917npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/home-or-tmp-4db70e6f
50918npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utf8-9a4f7b38
50919npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-parser-8796b08e
50920npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/util-deprecate-39647a96
50921npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-a97eef7c
50922npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/are-we-there-yet-bb7ebabc
50923npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-36c7771e
50924npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-a5b66d97
50925npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utils-merge-aae68ffa
50926npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/express-7d6f0825
50927npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/connect-4a8cbe3e
50928npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uuid-982f0bd5
50929npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-ee2bc55a
50930npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compression-7e957776
50931npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-05527e2c
50932npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walker-225fb821
50933npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/watch-f39b78d6
50934npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sane-watcher-ef9552ed
50935npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-extensions-cceda366
50936npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-driver-b4affa3f
50937npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/faye-websocket-0072f310
50938npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tiny-lr-2548c354
50939npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cross-spawn-async-5afcdaf1
50940npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-614a232e
50941npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-21c1a76b
50942npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-d995d5e3
50943npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-config-e4e1612d
50944npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-87c48d8c
50945npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-563c1d78
50946npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-d2bc5a90
50947npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-9a202346
50948npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-2b1231ec
50949npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cpr-8f979eee
50950npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-0f1199fe
50951npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-merge-trees-020fec8f
50952npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-funnel-8ce09bc1
50953npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-87e9dbfb
50954npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-64727a36
50955npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-disk-cache-bf085ff5
50956npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-107d0201
50957npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fileset-60e490b1
50958npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-70c64ca6
50959npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hash-for-dep-c13359bd
50960npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-persistent-filter-c0db0d50
50961npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-filter-0cafb702
50962npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-clean-css-32bb3dae
50963npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-preprocess-registry-8994a6b2
50964npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-caching-writer-bd5342a9
50965npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sourcemap-concat-0962f14f
50966npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-loader-61a9a0f6
50967npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-607f173c
50968npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-replace-99a3fa4c
50969npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-dbaea7c1
50970npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-d4028d70
50971npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-45d51f48
50972npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-7d7d3d98
50973npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-b6591a8a
50974npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/write-file-atomic-bb7dd2dd
50975npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ws-pure-68bd696c
50976npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-pure-5f4b7771
50977npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xdg-basedir-75687ebd
50978npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/configstore-7f08b8e6
50979npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmldom-948c5190
50980npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmlhttprequest-ssl-e5d19c5d
50981npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-client-pure-b231bef9
50982npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-client-pure-0bd4af7b
50983npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-pure-7683bf1f
50984npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xtend-14d4f16a
50985npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/output-file-sync-c4b401cd
50986npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/y18n-efacf4d1
50987npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-cee3bdee
50988npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-5e8a8a26
50989npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yam-f59ffe3b
50990npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yargs-09558560
50991npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-core-c3d873a5
50992npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-babel-transpiler-fb461075
50993npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
50994npm verb tar unpacking to /usr/lib/node_modules/.staging/abbrev-b5e14f65
50995npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-b5e14f65
50996npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/acorn-e7b80caf
50997npm verb tar unpack /root/.npm/after/0.8.1/package.tgz
50998npm verb tar unpacking to /usr/lib/node_modules/.staging/after-c890690b
50999npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/after-c890690b
51000npm verb tar unpack /root/.npm/amd-name-resolver/0.0.2/package.tgz
51001npm verb tar unpacking to /usr/lib/node_modules/.staging/amd-name-resolver-902a0a89
51002npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amd-name-resolver-902a0a89
51003npm verb tar unpack /root/.npm/amdefine/1.0.0/package.tgz
51004npm verb tar unpacking to /usr/lib/node_modules/.staging/amdefine-7fa4af4e
51005npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amdefine-7fa4af4e
51006npm verb tar unpack /root/.npm/ansi/0.3.0/package.tgz
51007npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-c17445d9
51008npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-c17445d9
51009npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
51010npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-regex-a1efaeb6
51011npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-a1efaeb6
51012npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
51013npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-styles-01d717cb
51014npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-01d717cb
51015npm verb tar unpack /root/.npm/ansicolors/0.2.1/package.tgz
51016npm verb tar unpacking to /usr/lib/node_modules/.staging/ansicolors-2932ddc7
51017npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansicolors-2932ddc7
51018npm verb tar unpack /root/.npm/array-equal/1.0.0/package.tgz
51019npm verb tar unpacking to /usr/lib/node_modules/.staging/array-equal-fb63bcf5
51020npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-equal-fb63bcf5
51021npm verb tar unpack /root/.npm/array-flatten/1.1.1/package.tgz
51022npm verb tar unpacking to /usr/lib/node_modules/.staging/array-flatten-3d8b6f63
51023npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-flatten-3d8b6f63
51024npm verb tar unpack /root/.npm/arraybuffer.slice/0.0.6/package.tgz
51025npm verb tar unpacking to /usr/lib/node_modules/.staging/arraybuffer.slice-91aa98b0
51026npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/arraybuffer.slice-91aa98b0
51027npm verb tar unpack /root/.npm/ast-traverse/0.1.1/package.tgz
51028npm verb tar unpacking to /usr/lib/node_modules/.staging/ast-traverse-91efeb48
51029npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-traverse-91efeb48
51030npm verb tar unpack /root/.npm/ast-types/0.8.12/package.tgz
51031npm verb tar unpacking to /usr/lib/node_modules/.staging/ast-types-72e7165f
51032npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-72e7165f
51033npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
51034npm verb tar unpacking to /usr/lib/node_modules/.staging/async-22186ee0
51035npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-22186ee0
51036npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
51037npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-0d8f7658
51038npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-0d8f7658
51039npm verb tar unpack /root/.npm/babel-plugin-constant-folding/1.0.1/package.tgz
51040npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-constant-folding-49347058
51041npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-constant-folding-49347058
51042npm verb tar unpack /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package.tgz
51043npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-dead-code-elimination-fc4fd09b
51044npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-dead-code-elimination-fc4fd09b
51045npm verb tar unpack /root/.npm/babel-plugin-eval/1.0.1/package.tgz
51046npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-eval-46dc4201
51047npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-eval-46dc4201
51048npm verb tar unpack /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package.tgz
51049npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-inline-environment-variables-608f5606
51050npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-inline-environment-variables-608f5606
51051npm verb tar unpack /root/.npm/babel-plugin-jscript/1.0.4/package.tgz
51052npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-jscript-6aa9be1a
51053npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-jscript-6aa9be1a
51054npm verb tar unpack /root/.npm/babel-plugin-member-expression-literals/1.0.1/package.tgz
51055npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-member-expression-literals-ccd3a9f4
51056npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-member-expression-literals-ccd3a9f4
51057npm verb tar unpack /root/.npm/babel-plugin-property-literals/1.0.1/package.tgz
51058npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-property-literals-86c61ee7
51059npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-property-literals-86c61ee7
51060npm verb tar unpack /root/.npm/babel-plugin-react-constant-elements/1.0.3/package.tgz
51061npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-react-constant-elements-d2efc2c4
51062npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-constant-elements-d2efc2c4
51063npm verb tar unpack /root/.npm/babel-plugin-react-display-name/1.0.3/package.tgz
51064npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-react-display-name-e03c7e3c
51065npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-display-name-e03c7e3c
51066npm verb tar unpack /root/.npm/babel-plugin-remove-console/1.0.1/package.tgz
51067npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-remove-console-d892cfa1
51068npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-console-d892cfa1
51069npm verb tar unpack /root/.npm/babel-plugin-remove-debugger/1.0.1/package.tgz
51070npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-remove-debugger-2f202334
51071npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-debugger-2f202334
51072npm verb tar unpack /root/.npm/babel-plugin-runtime/1.0.7/package.tgz
51073npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-runtime-5ed34ffb
51074npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-runtime-5ed34ffb
51075npm verb tar unpack /root/.npm/babel-plugin-undefined-to-void/1.1.6/package.tgz
51076npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-undefined-to-void-9fed39d5
51077npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undefined-to-void-9fed39d5
51078npm verb tar unpack /root/.npm/babylon/5.8.34/package.tgz
51079npm verb tar unpacking to /usr/lib/node_modules/.staging/babylon-7d93935d
51080npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babylon-7d93935d
51081npm verb tar unpack /root/.npm/backo2/1.0.2/package.tgz
51082npm verb tar unpacking to /usr/lib/node_modules/.staging/backo2-fb71f6fe
51083npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backo2-fb71f6fe
51084npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
51085npm verb tar unpacking to /usr/lib/node_modules/.staging/balanced-match-cc018dff
51086npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-cc018dff
51087npm verb tar unpack /root/.npm/base64-arraybuffer/0.1.2/package.tgz
51088npm verb tar unpacking to /usr/lib/node_modules/.staging/base64-arraybuffer-54aacfa1
51089npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64-arraybuffer-54aacfa1
51090npm verb tar unpack /root/.npm/base64id/0.1.0/package.tgz
51091npm verb tar unpacking to /usr/lib/node_modules/.staging/base64id-fc10f67f
51092npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64id-fc10f67f
51093npm verb tar unpack /root/.npm/basic-auth/1.0.3/package.tgz
51094npm verb tar unpacking to /usr/lib/node_modules/.staging/basic-auth-a9f15629
51095npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/basic-auth-a9f15629
51096npm verb tar unpack /root/.npm/benchmark/1.0.0/package.tgz
51097npm verb tar unpacking to /usr/lib/node_modules/.staging/benchmark-2cc7434c
51098npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/benchmark-2cc7434c
51099npm verb tar unpack /root/.npm/blank-object/1.0.1/package.tgz
51100npm verb tar unpacking to /usr/lib/node_modules/.staging/blank-object-206ce296
51101npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blank-object-206ce296
51102npm verb tar unpack /root/.npm/blob/0.0.4/package.tgz
51103npm verb tar unpacking to /usr/lib/node_modules/.staging/blob-9d9a56bf
51104npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blob-9d9a56bf
51105npm verb tar unpack /root/.npm/bluebird/2.10.2/package.tgz
51106npm verb tar unpacking to /usr/lib/node_modules/.staging/bluebird-fa28c9eb
51107npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bluebird-fa28c9eb
51108npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
51109npm verb tar unpacking to /usr/lib/node_modules/.staging/bytes-4416cd21
51110npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-4416cd21
51111npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
51112npm verb tar unpacking to /usr/lib/node_modules/.staging/bytes-eb6997c7
51113npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-eb6997c7
51114npm verb tar unpack /root/.npm/depd/1.1.0/package.tgz
51115npm verb tar unpacking to /usr/lib/node_modules/.staging/depd-3ba99726
51116npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-3ba99726
51117npm verb tar unpack /root/.npm/qs/5.2.0/package.tgz
51118npm verb tar unpacking to /usr/lib/node_modules/.staging/qs-5de551be
51119npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-5de551be
51120npm verb tar unpack /root/.npm/bower-endpoint-parser/0.2.2/package.tgz
51121npm verb tar unpacking to /usr/lib/node_modules/.staging/bower-endpoint-parser-54a2e320
51122npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-endpoint-parser-54a2e320
51123npm verb tar unpack /root/.npm/breakable/1.0.0/package.tgz
51124npm verb tar unpacking to /usr/lib/node_modules/.staging/breakable-507a2e82
51125npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/breakable-507a2e82
51126npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
51127npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-7e54604b
51128npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7e54604b
51129npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
51130npm verb tar unpacking to /usr/lib/node_modules/.staging/mkdirp-c785f9e6
51131npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-c785f9e6
51132npm verb tar unpack /root/.npm/broccoli-slow-trees/1.1.0/package.tgz
51133npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-slow-trees-8e7e4d69
51134npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-slow-trees-8e7e4d69
51135npm verb tar unpack /root/.npm/broccoli-source/1.1.0/package.tgz
51136npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-source-820041ff
51137npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-source-820041ff
51138npm verb tar unpack /root/.npm/broccoli-viz/2.0.1/package.tgz
51139npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-viz-7072b53b
51140npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-viz-7072b53b
51141npm verb tar unpack /root/.npm/bytes/2.1.0/package.tgz
51142npm verb tar unpacking to /usr/lib/node_modules/.staging/bytes-ced8d08c
51143npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-ced8d08c
51144npm verb tar unpack /root/.npm/callsite/1.0.0/package.tgz
51145npm verb tar unpacking to /usr/lib/node_modules/.staging/callsite-e749ced0
51146npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/callsite-e749ced0
51147npm verb tar unpack /root/.npm/better-assert/1.0.2/package.tgz
51148npm verb tar unpacking to /usr/lib/node_modules/.staging/better-assert-8ac462c8
51149npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/better-assert-8ac462c8
51150npm verb tar unpack /root/.npm/camelcase/1.2.1/package.tgz
51151npm verb tar unpacking to /usr/lib/node_modules/.staging/camelcase-91922812
51152npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/camelcase-91922812
51153npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
51154npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-regex-5438b65f
51155npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-5438b65f
51156npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
51157npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-styles-4cbeef34
51158npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-4cbeef34
51159npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-089e61cb
51160npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-039d9606
51161npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-170d187a
51162npm verb tar unpack /root/.npm/charm/1.0.0/package.tgz
51163npm verb tar unpacking to /usr/lib/node_modules/.staging/charm-32438b8f
51164npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charm-32438b8f
51165npm verb tar unpack /root/.npm/clean-base-url/1.0.0/package.tgz
51166npm verb tar unpacking to /usr/lib/node_modules/.staging/clean-base-url-1f8e22a6
51167npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-base-url-1f8e22a6
51168npm verb tar unpack /root/.npm/commander/2.2.0/package.tgz
51169npm verb tar unpacking to /usr/lib/node_modules/.staging/commander-710127bf
51170npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-710127bf
51171npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-css-65345727
51172npm verb tar unpack /root/.npm/colors/1.0.3/package.tgz
51173npm verb tar unpacking to /usr/lib/node_modules/.staging/colors-fdf5dc53
51174npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-fdf5dc53
51175npm verb tar unpack /root/.npm/cli-table/0.3.1/package.tgz
51176npm verb tar unpacking to /usr/lib/node_modules/.staging/cli-table-59a83811
51177npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-table-59a83811
51178npm verb tar unpack /root/.npm/wordwrap/0.0.2/package.tgz
51179npm verb tar unpacking to /usr/lib/node_modules/.staging/wordwrap-07c7d5f8
51180npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-07c7d5f8
51181npm verb tar unpack /root/.npm/clone/0.2.0/package.tgz
51182npm verb tar unpacking to /usr/lib/node_modules/.staging/clone-2c86f26d
51183npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clone-2c86f26d
51184npm verb tar unpack /root/.npm/colors/0.6.2/package.tgz
51185npm verb tar unpacking to /usr/lib/node_modules/.staging/colors-a6e5c7e5
51186npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-a6e5c7e5
51187npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
51188npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-7549ce5f
51189npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7549ce5f
51190npm verb tar unpack /root/.npm/component-bind/1.0.0/package.tgz
51191npm verb tar unpacking to /usr/lib/node_modules/.staging/component-bind-a2fb6344
51192npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-bind-a2fb6344
51193npm verb tar unpack /root/.npm/component-emitter/1.1.2/package.tgz
51194npm verb tar unpacking to /usr/lib/node_modules/.staging/component-emitter-6cc61c7a
51195npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-emitter-6cc61c7a
51196npm verb tar unpack /root/.npm/component-inherit/0.0.3/package.tgz
51197npm verb tar unpacking to /usr/lib/node_modules/.staging/component-inherit-6f4271d8
51198npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-inherit-6f4271d8
51199npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
51200npm verb tar unpacking to /usr/lib/node_modules/.staging/concat-map-cb3cc77f
51201npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-cb3cc77f
51202npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
51203npm verb tar unpacking to /usr/lib/node_modules/.staging/brace-expansion-5f2db36c
51204npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-5f2db36c
51205npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
51206npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-f0a90613
51207npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-f0a90613
51208npm verb tar unpack /root/.npm/consolidate/0.13.1/package.tgz
51209npm verb tar unpacking to /usr/lib/node_modules/.staging/consolidate-f059041c
51210npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/consolidate-f059041c
51211npm verb tar unpack /root/.npm/content-disposition/0.5.0/package.tgz
51212npm verb tar unpacking to /usr/lib/node_modules/.staging/content-disposition-babbd7c8
51213npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-disposition-babbd7c8
51214npm verb tar unpack /root/.npm/content-type/1.0.1/package.tgz
51215npm verb tar unpacking to /usr/lib/node_modules/.staging/content-type-ffab58ae
51216npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-type-ffab58ae
51217npm verb tar unpack /root/.npm/convert-source-map/1.1.2/package.tgz
51218npm verb tar unpacking to /usr/lib/node_modules/.staging/convert-source-map-0ee84477
51219npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/convert-source-map-0ee84477
51220npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
51221npm verb tar unpacking to /usr/lib/node_modules/.staging/cookie-7d7cec51
51222npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-7d7cec51
51223npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
51224npm verb tar unpacking to /usr/lib/node_modules/.staging/cookie-signature-a9ef240b
51225npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-signature-a9ef240b
51226npm verb tar unpack /root/.npm/copy-dereference/1.0.0/package.tgz
51227npm verb tar unpacking to /usr/lib/node_modules/.staging/copy-dereference-1312aead
51228npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/copy-dereference-1312aead
51229npm verb tar unpack /root/.npm/core-js/1.2.6/package.tgz
51230npm verb tar unpacking to /usr/lib/node_modules/.staging/core-js-0cca0b75
51231npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-js-0cca0b75
51232npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
51233npm verb tar unpacking to /usr/lib/node_modules/.staging/core-util-is-68efdb64
51234npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-68efdb64
51235npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
51236npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-ade4ad09
51237npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-ade4ad09
51238npm verb tar unpack /root/.npm/defined/1.0.0/package.tgz
51239npm verb tar unpacking to /usr/lib/node_modules/.staging/defined-47f7207d
51240npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defined-47f7207d
51241npm verb tar unpack /root/.npm/delegates/0.1.0/package.tgz
51242npm verb tar unpacking to /usr/lib/node_modules/.staging/delegates-c611dfd7
51243npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delegates-c611dfd7
51244npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
51245npm verb tar unpacking to /usr/lib/node_modules/.staging/depd-2f3aacf8
51246npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-2f3aacf8
51247npm verb tar unpack /root/.npm/destroy/1.0.3/package.tgz
51248npm verb tar unpacking to /usr/lib/node_modules/.staging/destroy-f2860039
51249npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/destroy-f2860039
51250npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
51251npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-a50f8cfb
51252npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-a50f8cfb
51253npm verb tar unpack /root/.npm/detective/4.3.1/package.tgz
51254npm verb tar unpacking to /usr/lib/node_modules/.staging/detective-30830058
51255npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detective-30830058
51256npm verb tar unpack /root/.npm/did_it_work/0.0.6/package.tgz
51257npm verb tar unpacking to /usr/lib/node_modules/.staging/did_it_work-923626dd
51258npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/did_it_work-923626dd
51259npm verb tar unpack /root/.npm/diff/1.4.0/package.tgz
51260npm verb tar unpacking to /usr/lib/node_modules/.staging/diff-302a894c
51261npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/diff-302a894c
51262npm verb tar unpack /root/.npm/ee-first/1.1.1/package.tgz
51263npm verb tar unpacking to /usr/lib/node_modules/.staging/ee-first-a53032d9
51264npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ee-first-a53032d9
51265npm verb tar unpack /root/.npm/ember-cli-copy-dereference/1.0.0/package.tgz
51266npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-copy-dereference-2388cd5f
51267npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-copy-dereference-2388cd5f
51268npm verb tar unpack /root/.npm/ember-cli-get-dependency-depth/1.0.0/package.tgz
51269npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-get-dependency-depth-03f5f416
51270npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-get-dependency-depth-03f5f416
51271npm verb tar unpack /root/.npm/ember-cli-is-package-missing/1.0.0/package.tgz
51272npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-is-package-missing-7c0692d2
51273npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-is-package-missing-7c0692d2
51274npm verb tar unpack /root/.npm/ember-cli-path-utils/1.0.0/package.tgz
51275npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-path-utils-e617d490
51276npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-path-utils-e617d490
51277npm verb tar unpack /root/.npm/ember-cli-string-utils/1.0.0/package.tgz
51278npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-string-utils-b72d41da
51279npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-string-utils-b72d41da
51280npm verb tar unpack /root/.npm/ember-cli-test-info/1.0.0/package.tgz
51281npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-test-info-29b6def6
51282npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-test-info-29b6def6
51283npm verb tar unpack /root/.npm/ast-types/0.6.16/package.tgz
51284npm verb tar unpacking to /usr/lib/node_modules/.staging/ast-types-f1b46a7c
51285npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-f1b46a7c
51286npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-62644c5c
51287npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
51288npm verb tar unpacking to /usr/lib/node_modules/.staging/ms-7980d1cb
51289npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-7980d1cb
51290npm verb tar unpack /root/.npm/debug/1.0.4/package.tgz
51291npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-d67a3b82
51292npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d67a3b82
51293npm verb tar unpack /root/.npm/parseuri/0.0.4/package.tgz
51294npm verb tar unpacking to /usr/lib/node_modules/.staging/parseuri-0e5cbbe1
51295npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-0e5cbbe1
51296npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
51297npm verb tar unpacking to /usr/lib/node_modules/.staging/ms-99e75f15
51298npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-99e75f15
51299npm verb tar unpack /root/.npm/debug/1.0.3/package.tgz
51300npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-97b33a36
51301npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-97b33a36
51302npm verb tar unpack /root/.npm/entities/1.1.1/package.tgz
51303npm verb tar unpacking to /usr/lib/node_modules/.staging/entities-313d229f
51304npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/entities-313d229f
51305npm verb tar unpack /root/.npm/es6-symbol/3.0.2/package.tgz
51306npm verb tar unpacking to /usr/lib/node_modules/.staging/es6-symbol-64955ba1
51307npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-64955ba1
51308npm verb tar unpack /root/.npm/es5-ext/0.10.11/package.tgz
51309npm verb tar unpacking to /usr/lib/node_modules/.staging/es5-ext-2280310d
51310npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es5-ext-2280310d
51311npm verb tar unpack /root/.npm/d/0.1.1/package.tgz
51312npm verb tar unpacking to /usr/lib/node_modules/.staging/d-73b165da
51313npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/d-73b165da
51314npm verb tar unpack /root/.npm/es6-iterator/2.0.0/package.tgz
51315npm verb tar unpacking to /usr/lib/node_modules/.staging/es6-iterator-2107e1aa
51316npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-2107e1aa
51317npm verb tar unpack /root/.npm/es6-symbol/2.0.1/package.tgz
51318npm verb tar unpacking to /usr/lib/node_modules/.staging/es6-symbol-6d6f438e
51319npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-6d6f438e
51320npm verb tar unpack /root/.npm/es6-iterator/0.1.3/package.tgz
51321npm verb tar unpacking to /usr/lib/node_modules/.staging/es6-iterator-0c1c67cf
51322npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-0c1c67cf
51323npm verb tar unpack /root/.npm/es6-weak-map/0.1.4/package.tgz
51324npm verb tar unpacking to /usr/lib/node_modules/.staging/es6-weak-map-7a24d67f
51325npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-weak-map-7a24d67f
51326npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
51327npm verb tar unpacking to /usr/lib/node_modules/.staging/escape-html-9ea1c376
51328npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-html-9ea1c376
51329npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
51330npm verb tar unpacking to /usr/lib/node_modules/.staging/escape-string-regexp-c003ffd5
51331npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-string-regexp-c003ffd5
51332npm verb tar unpack /root/.npm/decamelize/1.1.2/package.tgz
51333npm verb tar unpacking to /usr/lib/node_modules/.staging/decamelize-5583f35d
51334npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/decamelize-5583f35d
51335npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
51336npm verb tar unpacking to /usr/lib/node_modules/.staging/chalk-96b1e5f0
51337npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-96b1e5f0
51338npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/can-symlink-7e04e500
51339npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-f4eb7764
51340npm verb tar unpack /root/.npm/esutils/2.0.2/package.tgz
51341npm verb tar unpacking to /usr/lib/node_modules/.staging/esutils-4e25b016
51342npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esutils-4e25b016
51343npm verb tar unpack /root/.npm/etag/1.7.0/package.tgz
51344npm verb tar unpacking to /usr/lib/node_modules/.staging/etag-aac941b4
51345npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/etag-aac941b4
51346npm verb tar unpack /root/.npm/event-emitter/0.3.4/package.tgz
51347npm verb tar unpacking to /usr/lib/node_modules/.staging/event-emitter-5cf0ab13
51348npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/event-emitter-5cf0ab13
51349npm verb tar unpack /root/.npm/eventemitter3/1.1.1/package.tgz
51350npm verb tar unpacking to /usr/lib/node_modules/.staging/eventemitter3-685c2376
51351npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/eventemitter3-685c2376
51352npm verb tar unpack /root/.npm/events-to-array/1.0.2/package.tgz
51353npm verb tar unpacking to /usr/lib/node_modules/.staging/events-to-array-f142e4db
51354npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/events-to-array-f142e4db
51355npm verb tar unpack /root/.npm/exists-sync/0.0.3/package.tgz
51356npm verb tar unpacking to /usr/lib/node_modules/.staging/exists-sync-4c525da4
51357npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exists-sync-4c525da4
51358npm verb tar unpack /root/.npm/exit/0.1.2/package.tgz
51359npm verb tar unpacking to /usr/lib/node_modules/.staging/exit-b5319300
51360npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exit-b5319300
51361npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
51362npm verb tar unpacking to /usr/lib/node_modules/.staging/negotiator-1d2d2e6f
51363npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-1d2d2e6f
51364npm verb tar unpack /root/.npm/vary/1.0.1/package.tgz
51365npm verb tar unpacking to /usr/lib/node_modules/.staging/vary-686bf1a6
51366npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-686bf1a6
51367npm verb tar unpack /root/.npm/fast-ordered-set/1.0.2/package.tgz
51368npm verb tar unpacking to /usr/lib/node_modules/.staging/fast-ordered-set-205b591d
51369npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-ordered-set-205b591d
51370npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
51371npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-regex-b0cfdd78
51372npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-b0cfdd78
51373npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
51374npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-styles-556120bf
51375npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-556120bf
51376npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-7491dcfd
51377npm verb tar unpack /root/.npm/source-map/0.4.4/package.tgz
51378npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-04abc75b
51379npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-04abc75b
51380npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-7176fc4a
51381npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-faca269e
51382npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
51383npm verb tar unpacking to /usr/lib/node_modules/.staging/chalk-98081751
51384npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-98081751
51385npm verb tar unpack /root/.npm/commander/2.1.0/package.tgz
51386npm verb tar unpacking to /usr/lib/node_modules/.staging/commander-c350a19a
51387npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-c350a19a
51388npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-d76a277e
51389npm verb tar unpack /root/.npm/lodash/2.3.0/package.tgz
51390npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-1741a883
51391npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-1741a883
51392npm verb tar unpack /root/.npm/forwarded/0.1.0/package.tgz
51393npm verb tar unpacking to /usr/lib/node_modules/.staging/forwarded-5f90b09d
51394npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forwarded-5f90b09d
51395npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
51396npm verb tar unpacking to /usr/lib/node_modules/.staging/fresh-c8278989
51397npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fresh-c8278989
51398npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
51399npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-dd803000
51400npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-dd803000
51401npm verb tar unpack /root/.npm/fs-monitor-stack/1.1.0/package.tgz
51402npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-monitor-stack-d8fb412e
51403npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-monitor-stack-d8fb412e
51404npm verb tar unpack /root/.npm/fs-readdir-recursive/0.1.2/package.tgz
51405npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-readdir-recursive-1fe9332e
51406npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-readdir-recursive-1fe9332e
51407npm verb tar unpack /root/.npm/get-stdin/4.0.1/package.tgz
51408npm verb tar unpacking to /usr/lib/node_modules/.staging/get-stdin-4017082a
51409npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/get-stdin-4017082a
51410npm verb tar unpack /root/.npm/git-repo-info/1.1.2/package.tgz
51411npm verb tar unpacking to /usr/lib/node_modules/.staging/git-repo-info-f9472124
51412npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/git-repo-info-f9472124
51413npm verb tar unpack /root/.npm/globals/6.4.1/package.tgz
51414npm verb tar unpacking to /usr/lib/node_modules/.staging/globals-4e5dce62
51415npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/globals-4e5dce62
51416npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
51417npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-322aeaba
51418npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-322aeaba
51419npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
51420npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-readlink-33799947
51421npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-readlink-33799947
51422npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
51423npm verb tar unpacking to /usr/lib/node_modules/.staging/commander-8c8dbb79
51424npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-8c8dbb79
51425npm verb tar unpack /root/.npm/growl/1.8.1/package.tgz
51426npm verb tar unpacking to /usr/lib/node_modules/.staging/growl-287f3934
51427npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/growl-287f3934
51428npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
51429npm verb tar unpacking to /usr/lib/node_modules/.staging/has-ansi-41d12d69
51430npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-41d12d69
51431npm verb tar unpack /root/.npm/has-color/0.1.7/package.tgz
51432npm verb tar unpacking to /usr/lib/node_modules/.staging/has-color-a42c09d0
51433npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-color-a42c09d0
51434npm verb tar unpack /root/.npm/has-cors/1.1.0/package.tgz
51435npm verb tar unpacking to /usr/lib/node_modules/.staging/has-cors-1c739d5a
51436npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-cors-1c739d5a
51437npm verb tar unpack /root/.npm/has-unicode/1.0.1/package.tgz
51438npm verb tar unpacking to /usr/lib/node_modules/.staging/has-unicode-6be1a681
51439npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-unicode-6be1a681
51440npm verb tar unpack /root/.npm/iconv-lite/0.4.13/package.tgz
51441npm verb tar unpacking to /usr/lib/node_modules/.staging/iconv-lite-9571e54c
51442npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/iconv-lite-9571e54c
51443npm verb tar unpack /root/.npm/imurmurhash/0.1.4/package.tgz
51444npm verb tar unpacking to /usr/lib/node_modules/.staging/imurmurhash-f214ad97
51445npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/imurmurhash-f214ad97
51446npm verb tar unpack /root/.npm/indexof/0.0.1/package.tgz
51447npm verb tar unpacking to /usr/lib/node_modules/.staging/indexof-37e2bb90
51448npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/indexof-37e2bb90
51449npm verb tar unpack /root/.npm/inflection/1.8.0/package.tgz
51450npm verb tar unpacking to /usr/lib/node_modules/.staging/inflection-a69080fc
51451npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflection-a69080fc
51452npm verb tar unpack /root/.npm/inherit/2.2.2/package.tgz
51453npm verb tar unpacking to /usr/lib/node_modules/.staging/inherit-fe0f4637
51454npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherit-fe0f4637
51455npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
51456npm verb tar unpacking to /usr/lib/node_modules/.staging/inherits-454d3d48
51457npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-454d3d48
51458npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
51459npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-styles-d9d8e89e
51460npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-d9d8e89e
51461npm verb tar unpack /root/.npm/async/0.8.0/package.tgz
51462npm verb tar unpacking to /usr/lib/node_modules/.staging/async-085aafd7
51463npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-085aafd7
51464npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
51465npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-581bfea9
51466npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-581bfea9
51467npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f3595135
51468npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
51469npm verb tar unpacking to /usr/lib/node_modules/.staging/chalk-ccbc2dd0
51470npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-ccbc2dd0
51471npm verb tar unpack /root/.npm/invert-kv/1.0.0/package.tgz
51472npm verb tar unpacking to /usr/lib/node_modules/.staging/invert-kv-10361860
51473npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/invert-kv-10361860
51474npm verb tar unpack /root/.npm/ipaddr.js/1.0.5/package.tgz
51475npm verb tar unpacking to /usr/lib/node_modules/.staging/ipaddr.js-8bfc3e91
51476npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ipaddr.js-8bfc3e91
51477npm verb tar unpack /root/.npm/is-buffer/1.1.0/package.tgz
51478npm verb tar unpacking to /usr/lib/node_modules/.staging/is-buffer-8b3aa04c
51479npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-8b3aa04c
51480npm verb tar unpack /root/.npm/is-git-url/0.2.3/package.tgz
51481npm verb tar unpacking to /usr/lib/node_modules/.staging/is-git-url-4fd8d3fc
51482npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-git-url-4fd8d3fc
51483npm verb tar unpack /root/.npm/is-relative/0.1.3/package.tgz
51484npm verb tar unpacking to /usr/lib/node_modules/.staging/is-relative-4e54c5f9
51485npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-relative-4e54c5f9
51486npm verb tar unpack /root/.npm/is-absolute/0.1.7/package.tgz
51487npm verb tar unpacking to /usr/lib/node_modules/.staging/is-absolute-2eb266f8
51488npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-absolute-2eb266f8
51489npm verb tar unpack /root/.npm/is-type/0.0.1/package.tgz
51490npm verb tar unpacking to /usr/lib/node_modules/.staging/is-type-ec74d686
51491npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-type-ec74d686
51492npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
51493npm verb tar unpacking to /usr/lib/node_modules/.staging/isarray-62fbb885
51494npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-62fbb885
51495npm verb tar unpack /root/.npm/has-binary-data/0.1.3/package.tgz
51496npm verb tar unpacking to /usr/lib/node_modules/.staging/has-binary-data-01e3592a
51497npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-data-01e3592a
51498npm verb tar unpack /root/.npm/has-binary/0.1.6/package.tgz
51499npm verb tar unpacking to /usr/lib/node_modules/.staging/has-binary-f1b1e6c5
51500npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-f1b1e6c5
51501npm verb tar unpack /root/.npm/isbinaryfile/2.0.4/package.tgz
51502npm verb tar unpacking to /usr/lib/node_modules/.staging/isbinaryfile-b7510e94
51503npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isbinaryfile-b7510e94
51504npm verb tar unpack /root/.npm/js-tokens/1.0.1/package.tgz
51505npm verb tar unpacking to /usr/lib/node_modules/.staging/js-tokens-ef1b20e6
51506npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-tokens-ef1b20e6
51507npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-13bb1af5
51508npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsesc-c0c20001
51509npm verb tar unpack /root/.npm/json3/3.2.6/package.tgz
51510npm verb tar unpacking to /usr/lib/node_modules/.staging/json3-0b4e061e
51511npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json3-0b4e061e
51512npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json5-d9a38a61
51513npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
51514npm verb tar unpacking to /usr/lib/node_modules/.staging/jsonfile-19e175ad
51515npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-19e175ad
51516npm verb tar unpack /root/.npm/jsonify/0.0.0/package.tgz
51517npm verb tar unpacking to /usr/lib/node_modules/.staging/jsonify-dad96cd4
51518npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonify-dad96cd4
51519npm verb tar unpack /root/.npm/json-stable-stringify/1.0.0/package.tgz
51520npm verb tar unpacking to /usr/lib/node_modules/.staging/json-stable-stringify-eaab8242
51521npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stable-stringify-eaab8242
51522npm verb tar unpack /root/.npm/kind-of/2.0.1/package.tgz
51523npm verb tar unpacking to /usr/lib/node_modules/.staging/kind-of-2ec31c61
51524npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kind-of-2ec31c61
51525npm verb tar unpack /root/.npm/lazy-cache/0.2.7/package.tgz
51526npm verb tar unpacking to /usr/lib/node_modules/.staging/lazy-cache-91c0d2bd
51527npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lazy-cache-91c0d2bd
51528npm verb tar unpack /root/.npm/lcid/1.0.0/package.tgz
51529npm verb tar unpacking to /usr/lib/node_modules/.staging/lcid-d5749223
51530npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lcid-d5749223
51531npm verb tar unpack /root/.npm/leek/0.0.18/package.tgz
51532npm verb tar unpacking to /usr/lib/node_modules/.staging/leek-ae24ac00
51533npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leek-ae24ac00
51534npm verb tar unpack /root/.npm/left-pad/0.0.3/package.tgz
51535npm verb tar unpacking to /usr/lib/node_modules/.staging/left-pad-ee98af39
51536npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/left-pad-ee98af39
51537npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leven-803b2d27
51538npm verb tar unpack /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package.tgz
51539npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-undeclared-variables-check-e081056c
51540npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undeclared-variables-check-e081056c
51541npm verb tar unpack /root/.npm/line-numbers/0.2.0/package.tgz
51542npm verb tar unpacking to /usr/lib/node_modules/.staging/line-numbers-969a4f75
51543npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/line-numbers-969a4f75
51544npm verb tar unpack /root/.npm/livereload-js/2.2.2/package.tgz
51545npm verb tar unpacking to /usr/lib/node_modules/.staging/livereload-js-45984ad4
51546npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/livereload-js-45984ad4
51547npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
51548npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-c5b9b8f0
51549npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-c5b9b8f0
51550npm verb tar unpack /root/.npm/babel-plugin-proto-to-assign/1.0.4/package.tgz
51551npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-plugin-proto-to-assign-0321a734
51552npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-proto-to-assign-0321a734
51553npm verb tar unpack /root/.npm/lodash-node/2.4.1/package.tgz
51554npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-node-6dbb0364
51555npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-6dbb0364
51556npm verb tar unpack /root/.npm/core-object/0.0.2/package.tgz
51557npm verb tar unpacking to /usr/lib/node_modules/.staging/core-object-293ef1a3
51558npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-object-293ef1a3
51559npm verb tar unpack /root/.npm/lodash._arraycopy/3.0.0/package.tgz
51560npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._arraycopy-ddc8ed2e
51561npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arraycopy-ddc8ed2e
51562npm verb tar unpack /root/.npm/lodash._arrayeach/3.0.0/package.tgz
51563npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._arrayeach-624afa06
51564npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arrayeach-624afa06
51565npm verb tar unpack /root/.npm/lodash._basecopy/3.0.1/package.tgz
51566npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._basecopy-34582357
51567npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecopy-34582357
51568npm verb tar unpack /root/.npm/lodash._basefor/3.0.2/package.tgz
51569npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._basefor-9456e239
51570npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basefor-9456e239
51571npm verb tar unpack /root/.npm/lodash._baseindexof/3.1.0/package.tgz
51572npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._baseindexof-c94a060f
51573npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseindexof-c94a060f
51574npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
51575npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._basetostring-2a7e5656
51576npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basetostring-2a7e5656
51577npm verb tar unpack /root/.npm/lodash._bindcallback/3.0.1/package.tgz
51578npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._bindcallback-1d8c6496
51579npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._bindcallback-1d8c6496
51580npm verb tar unpack /root/.npm/lodash._cacheindexof/3.0.2/package.tgz
51581npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._cacheindexof-0e457074
51582npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._cacheindexof-0e457074
51583npm verb tar unpack /root/.npm/lodash._getnative/3.9.1/package.tgz
51584npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._getnative-19e6c2e5
51585npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._getnative-19e6c2e5
51586npm verb tar unpack /root/.npm/lodash._createcache/3.1.2/package.tgz
51587npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._createcache-70d0fcee
51588npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createcache-70d0fcee
51589npm verb tar unpack /root/.npm/lodash._baseuniq/3.0.3/package.tgz
51590npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._baseuniq-7a6ac8f0
51591npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseuniq-7a6ac8f0
51592npm verb tar unpack /root/.npm/lodash._isiterateecall/3.0.9/package.tgz
51593npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._isiterateecall-e5f086ee
51594npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._isiterateecall-e5f086ee
51595npm verb tar unpack /root/.npm/lodash.isarguments/3.0.4/package.tgz
51596npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.isarguments-6d194fea
51597npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarguments-6d194fea
51598npm verb tar unpack /root/.npm/lodash.isarray/3.0.4/package.tgz
51599npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.isarray-b05daee7
51600npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarray-b05daee7
51601npm verb tar unpack /root/.npm/lodash.istypedarray/3.0.2/package.tgz
51602npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.istypedarray-775f018d
51603npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.istypedarray-775f018d
51604npm verb tar unpack /root/.npm/lodash.keys/3.1.2/package.tgz
51605npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.keys-0f82f6ed
51606npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keys-0f82f6ed
51607npm verb tar unpack /root/.npm/lodash._baseisequal/3.0.7/package.tgz
51608npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._baseisequal-ba539b6f
51609npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseisequal-ba539b6f
51610npm verb tar unpack /root/.npm/lodash._baseassign/3.2.0/package.tgz
51611npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._baseassign-92ddb6b0
51612npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseassign-92ddb6b0
51613npm verb tar unpack /root/.npm/lodash.keysin/3.0.8/package.tgz
51614npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.keysin-b8819ef9
51615npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keysin-b8819ef9
51616npm verb tar unpack /root/.npm/lodash.isplainobject/3.2.0/package.tgz
51617npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.isplainobject-90347b9a
51618npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isplainobject-90347b9a
51619npm verb tar unpack /root/.npm/lodash.pairs/3.0.1/package.tgz
51620npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.pairs-ef153f57
51621npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pairs-ef153f57
51622npm verb tar unpack /root/.npm/lodash._basecallback/3.3.1/package.tgz
51623npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._basecallback-52614c09
51624npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecallback-52614c09
51625npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
51626npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.repeat-ac4048b2
51627npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.repeat-ac4048b2
51628npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
51629npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._createpadding-bb27ffe1
51630npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createpadding-bb27ffe1
51631npm verb tar unpack /root/.npm/lodash.padright/3.1.1/package.tgz
51632npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.padright-b21c1a42
51633npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padright-b21c1a42
51634npm verb tar unpack /root/.npm/lodash.padleft/3.1.1/package.tgz
51635npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.padleft-5b49f2ae
51636npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padleft-5b49f2ae
51637npm verb tar unpack /root/.npm/lodash.pad/3.1.1/package.tgz
51638npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.pad-875eacb4
51639npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pad-875eacb4
51640npm verb tar unpack /root/.npm/gauge/1.2.2/package.tgz
51641npm verb tar unpacking to /usr/lib/node_modules/.staging/gauge-8aebb65a
51642npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/gauge-8aebb65a
51643npm verb tar unpack /root/.npm/lodash.restparam/3.6.1/package.tgz
51644npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.restparam-9ec8dfe5
51645npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.restparam-9ec8dfe5
51646npm verb tar unpack /root/.npm/lodash._createassigner/3.1.1/package.tgz
51647npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash._createassigner-aedcdbaa
51648npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createassigner-aedcdbaa
51649npm verb tar unpack /root/.npm/lodash.assign/3.2.0/package.tgz
51650npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.assign-6e4f26a5
51651npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.assign-6e4f26a5
51652npm verb tar unpack /root/.npm/lodash.toplainobject/3.0.0/package.tgz
51653npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.toplainobject-d6bd815b
51654npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.toplainobject-d6bd815b
51655npm verb tar unpack /root/.npm/lodash.merge/3.3.2/package.tgz
51656npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.merge-4c089583
51657npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.merge-4c089583
51658npm verb tar unpack /root/.npm/lodash.uniq/3.2.2/package.tgz
51659npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash.uniq-89bd08b3
51660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.uniq-89bd08b3
51661npm verb tar unpack /root/.npm/longest/1.0.1/package.tgz
51662npm verb tar unpacking to /usr/lib/node_modules/.staging/longest-728a0dc4
51663npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/longest-728a0dc4
51664npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
51665npm verb tar unpacking to /usr/lib/node_modules/.staging/lru-cache-82ae0a85
51666npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-82ae0a85
51667npm verb tar unpack /root/.npm/lru-queue/0.1.0/package.tgz
51668npm verb tar unpacking to /usr/lib/node_modules/.staging/lru-queue-4928fd14
51669npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-queue-4928fd14
51670npm verb tar unpack /root/.npm/lodash-node/3.10.1/package.tgz
51671npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-node-da782cd2
51672npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-da782cd2
51673npm verb tar unpack /root/.npm/md5-o-matic/0.1.1/package.tgz
51674npm verb tar unpacking to /usr/lib/node_modules/.staging/md5-o-matic-ab196fce
51675npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-o-matic-ab196fce
51676npm verb tar unpack /root/.npm/md5-hex/1.1.0/package.tgz
51677npm verb tar unpacking to /usr/lib/node_modules/.staging/md5-hex-9d6294b5
51678npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-hex-9d6294b5
51679npm verb tar unpack /root/.npm/mdurl/1.0.1/package.tgz
51680npm verb tar unpacking to /usr/lib/node_modules/.staging/mdurl-95bb111a
51681npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mdurl-95bb111a
51682npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
51683npm verb tar unpacking to /usr/lib/node_modules/.staging/media-typer-e4e2dc7f
51684npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/media-typer-e4e2dc7f
51685npm verb tar unpack /root/.npm/merge/1.2.0/package.tgz
51686npm verb tar unpacking to /usr/lib/node_modules/.staging/merge-8cc936e2
51687npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-8cc936e2
51688npm verb tar unpack /root/.npm/exec-sh/0.2.0/package.tgz
51689npm verb tar unpacking to /usr/lib/node_modules/.staging/exec-sh-f35f5373
51690npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exec-sh-f35f5373
51691npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
51692npm verb tar unpacking to /usr/lib/node_modules/.staging/lodash-6e1ec9a7
51693npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-6e1ec9a7
51694npm verb tar unpack /root/.npm/merge-defaults/0.2.1/package.tgz
51695npm verb tar unpacking to /usr/lib/node_modules/.staging/merge-defaults-66886c45
51696npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-defaults-66886c45
51697npm verb tar unpack /root/.npm/merge-descriptors/1.0.0/package.tgz
51698npm verb tar unpacking to /usr/lib/node_modules/.staging/merge-descriptors-b4b5331d
51699npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-descriptors-b4b5331d
51700npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
51701npm verb tar unpacking to /usr/lib/node_modules/.staging/methods-d393d3fd
51702npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/methods-d393d3fd
51703npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-777e4834
51704npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
51705npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-db-f76d02ac
51706npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-db-f76d02ac
51707npm verb tar unpack /root/.npm/compressible/2.0.6/package.tgz
51708npm verb tar unpacking to /usr/lib/node_modules/.staging/compressible-892adf83
51709npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compressible-892adf83
51710npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
51711npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-types-56df4542
51712npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-56df4542
51713npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
51714npm verb tar unpacking to /usr/lib/node_modules/.staging/accepts-041b640d
51715npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-041b640d
51716npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
51717npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-355dfe70
51718npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-355dfe70
51719npm verb tar unpack /root/.npm/matcher-collection/1.0.1/package.tgz
51720npm verb tar unpacking to /usr/lib/node_modules/.staging/matcher-collection-2e2d830c
51721npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/matcher-collection-2e2d830c
51722npm verb tar unpack /root/.npm/walk-sync/0.2.6/package.tgz
51723npm verb tar unpacking to /usr/lib/node_modules/.staging/walk-sync-55e7f2e9
51724npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-55e7f2e9
51725npm verb tar unpack /root/.npm/walk-sync/0.2.6/package.tgz
51726npm verb tar unpacking to /usr/lib/node_modules/.staging/walk-sync-de2533d4
51727npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-de2533d4
51728npm verb tar unpack /root/.npm/walk-sync/0.2.6/package.tgz
51729npm verb tar unpacking to /usr/lib/node_modules/.staging/walk-sync-0a638499
51730npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-0a638499
51731npm verb tar unpack /root/.npm/minimist/0.0.10/package.tgz
51732npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-88d092a6
51733npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-88d092a6
51734npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
51735npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-bc708046
51736npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-bc708046
51737npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-a7c03383
51738npm verb tar unpack /root/.npm/mktemp/0.3.5/package.tgz
51739npm verb tar unpacking to /usr/lib/node_modules/.staging/mktemp-72ca0648
51740npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mktemp-72ca0648
51741npm verb tar unpack /root/.npm/mout/0.9.1/package.tgz
51742npm verb tar unpacking to /usr/lib/node_modules/.staging/mout-c7ea1c47
51743npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mout-c7ea1c47
51744npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
51745npm verb tar unpacking to /usr/lib/node_modules/.staging/ms-e716ead7
51746npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-e716ead7
51747npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
51748npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-f97a31f8
51749npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-f97a31f8
51750npm verb tar unpack /root/.npm/fs-tree-diff/0.3.1/package.tgz
51751npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-tree-diff-dbed878b
51752npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-dbed878b
51753npm verb tar unpack /root/.npm/fs-tree-diff/0.4.4/package.tgz
51754npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-tree-diff-f4011ab8
51755npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-f4011ab8
51756npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mustache-4d1f54af
51757npm verb tar unpack /root/.npm/mute-stream/0.0.4/package.tgz
51758npm verb tar unpacking to /usr/lib/node_modules/.staging/mute-stream-de5b9d47
51759npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mute-stream-de5b9d47
51760npm verb tar unpack /root/.npm/negotiator/0.6.0/package.tgz
51761npm verb tar unpacking to /usr/lib/node_modules/.staging/negotiator-dbeaddd6
51762npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-dbeaddd6
51763npm verb tar unpack /root/.npm/accepts/1.3.0/package.tgz
51764npm verb tar unpacking to /usr/lib/node_modules/.staging/accepts-8717400b
51765npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-8717400b
51766npm verb tar unpack /root/.npm/next-tick/0.2.2/package.tgz
51767npm verb tar unpacking to /usr/lib/node_modules/.staging/next-tick-d3cdf9e2
51768npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/next-tick-d3cdf9e2
51769npm verb tar unpack /root/.npm/node-int64/0.4.0/package.tgz
51770npm verb tar unpacking to /usr/lib/node_modules/.staging/node-int64-d98d2b2e
51771npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-int64-d98d2b2e
51772npm verb tar unpack /root/.npm/bser/1.0.2/package.tgz
51773npm verb tar unpacking to /usr/lib/node_modules/.staging/bser-bf547be5
51774npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bser-bf547be5
51775npm verb tar unpack /root/.npm/fb-watchman/1.6.0/package.tgz
51776npm verb tar unpacking to /usr/lib/node_modules/.staging/fb-watchman-d9fb8170
51777npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fb-watchman-d9fb8170
51778npm verb tar unpack /root/.npm/node-modules-path/1.0.1/package.tgz
51779npm verb tar unpacking to /usr/lib/node_modules/.staging/node-modules-path-94a2803c
51780npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-modules-path-94a2803c
51781npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-e3722ba6
51782npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-efd5420e
51783npm verb tar unpack /root/.npm/number-is-nan/1.0.0/package.tgz
51784npm verb tar unpacking to /usr/lib/node_modules/.staging/number-is-nan-088ff2bf
51785npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/number-is-nan-088ff2bf
51786npm verb tar unpack /root/.npm/is-finite/1.0.1/package.tgz
51787npm verb tar unpacking to /usr/lib/node_modules/.staging/is-finite-2d1dc1dc
51788npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-finite-2d1dc1dc
51789npm verb tar unpack /root/.npm/is-integer/1.0.6/package.tgz
51790npm verb tar unpacking to /usr/lib/node_modules/.staging/is-integer-0465950e
51791npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-integer-0465950e
51792npm verb tar unpack /root/.npm/object-assign/3.0.0/package.tgz
51793npm verb tar unpacking to /usr/lib/node_modules/.staging/object-assign-b47f4ffa
51794npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-assign-b47f4ffa
51795npm verb tar unpack /root/.npm/object-component/0.0.3/package.tgz
51796npm verb tar unpacking to /usr/lib/node_modules/.staging/object-component-de2e06eb
51797npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-component-de2e06eb
51798npm verb tar unpack /root/.npm/object-keys/1.0.1/package.tgz
51799npm verb tar unpacking to /usr/lib/node_modules/.staging/object-keys-f313600b
51800npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-keys-f313600b
51801npm verb tar unpack /root/.npm/on-finished/2.3.0/package.tgz
51802npm verb tar unpacking to /usr/lib/node_modules/.staging/on-finished-3cfd4bda
51803npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-finished-3cfd4bda
51804npm verb tar unpack /root/.npm/on-headers/1.0.1/package.tgz
51805npm verb tar unpacking to /usr/lib/node_modules/.staging/on-headers-c29cf93f
51806npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-headers-c29cf93f
51807npm verb tar unpack /root/.npm/morgan/1.6.1/package.tgz
51808npm verb tar unpacking to /usr/lib/node_modules/.staging/morgan-eeb70817
51809npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/morgan-eeb70817
51810npm verb tar unpack /root/.npm/options/0.0.6/package.tgz
51811npm verb tar unpacking to /usr/lib/node_modules/.staging/options-884c12ff
51812npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/options-884c12ff
51813npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
51814npm verb tar unpacking to /usr/lib/node_modules/.staging/os-homedir-4e78dd79
51815npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-4e78dd79
51816npm verb tar unpack /root/.npm/os-locale/1.4.0/package.tgz
51817npm verb tar unpacking to /usr/lib/node_modules/.staging/os-locale-fe606153
51818npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-locale-fe606153
51819npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
51820npm verb tar unpacking to /usr/lib/node_modules/.staging/os-tmpdir-0915600d
51821npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-0915600d
51822npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
51823npm verb tar unpacking to /usr/lib/node_modules/.staging/osenv-1d8f2e41
51824npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-1d8f2e41
51825npm verb tar unpack /root/.npm/osenv/0.0.3/package.tgz
51826npm verb tar unpacking to /usr/lib/node_modules/.staging/osenv-019656e6
51827npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-019656e6
51828npm verb tar unpack /root/.npm/parsejson/0.0.1/package.tgz
51829npm verb tar unpacking to /usr/lib/node_modules/.staging/parsejson-a375aea5
51830npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parsejson-a375aea5
51831npm verb tar unpack /root/.npm/parseqs/0.0.2/package.tgz
51832npm verb tar unpacking to /usr/lib/node_modules/.staging/parseqs-f32b9d47
51833npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseqs-f32b9d47
51834npm verb tar unpack /root/.npm/parseuri/0.0.2/package.tgz
51835npm verb tar unpacking to /usr/lib/node_modules/.staging/parseuri-8c8243bf
51836npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-8c8243bf
51837npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
51838npm verb tar unpacking to /usr/lib/node_modules/.staging/parseurl-ba6c3837
51839npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseurl-ba6c3837
51840npm verb tar unpack /root/.npm/path-exists/1.0.0/package.tgz
51841npm verb tar unpacking to /usr/lib/node_modules/.staging/path-exists-378ea245
51842npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-exists-378ea245
51843npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
51844npm verb tar unpacking to /usr/lib/node_modules/.staging/path-is-absolute-dded05c4
51845npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-dded05c4
51846npm verb tar unpack /root/.npm/path-posix/1.0.0/package.tgz
51847npm verb tar unpacking to /usr/lib/node_modules/.staging/path-posix-08b965c9
51848npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-posix-08b965c9
51849npm verb tar unpack /root/.npm/path-to-regexp/0.1.7/package.tgz
51850npm verb tar unpacking to /usr/lib/node_modules/.staging/path-to-regexp-6be6c939
51851npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-to-regexp-6be6c939
51852npm verb tar unpack /root/.npm/pleasant-progress/1.1.0/package.tgz
51853npm verb tar unpacking to /usr/lib/node_modules/.staging/pleasant-progress-d8b9e05e
51854npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pleasant-progress-d8b9e05e
51855npm verb tar unpack /root/.npm/async/0.9.0/package.tgz
51856npm verb tar unpacking to /usr/lib/node_modules/.staging/async-64801e91
51857npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-64801e91
51858npm verb tar unpack /root/.npm/portfinder/0.4.0/package.tgz
51859npm verb tar unpacking to /usr/lib/node_modules/.staging/portfinder-fba9d4b2
51860npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/portfinder-fba9d4b2
51861npm verb tar unpack /root/.npm/printf/0.2.3/package.tgz
51862npm verb tar unpacking to /usr/lib/node_modules/.staging/printf-fec30aea
51863npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/printf-fec30aea
51864npm verb tar unpack /root/.npm/private/0.1.6/package.tgz
51865npm verb tar unpacking to /usr/lib/node_modules/.staging/private-353fd4bd
51866npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/private-353fd4bd
51867npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
51868npm verb tar unpacking to /usr/lib/node_modules/.staging/process-nextick-args-30db8dab
51869npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-nextick-args-30db8dab
51870npm verb tar unpack /root/.npm/process-relative-require/1.0.0/package.tgz
51871npm verb tar unpacking to /usr/lib/node_modules/.staging/process-relative-require-8e74ebdd
51872npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-relative-require-8e74ebdd
51873npm verb tar unpack /root/.npm/proxy-addr/1.0.10/package.tgz
51874npm verb tar unpacking to /usr/lib/node_modules/.staging/proxy-addr-1a775d57
51875npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proxy-addr-1a775d57
51876npm verb tar unpack /root/.npm/pseudomap/1.0.1/package.tgz
51877npm verb tar unpacking to /usr/lib/node_modules/.staging/pseudomap-8e225299
51878npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pseudomap-8e225299
51879npm verb tar unpack /root/.npm/lru-cache/3.2.0/package.tgz
51880npm verb tar unpacking to /usr/lib/node_modules/.staging/lru-cache-360119b8
51881npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-360119b8
51882npm verb tar unpack /root/.npm/q/1.4.1/package.tgz
51883npm verb tar unpacking to /usr/lib/node_modules/.staging/q-248d58ba
51884npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/q-248d58ba
51885npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
51886npm verb tar unpacking to /usr/lib/node_modules/.staging/qs-872d14cf
51887npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-872d14cf
51888npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-368c9f63
51889npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
51890npm verb tar unpacking to /usr/lib/node_modules/.staging/range-parser-0c40114d
51891npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/range-parser-0c40114d
51892npm verb tar unpack /root/.npm/ansi-regex/1.1.1/package.tgz
51893npm verb tar unpacking to /usr/lib/node_modules/.staging/ansi-regex-0d1eac71
51894npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-0d1eac71
51895npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f88c85f4
51896npm verb tar unpack /root/.npm/readline2/0.1.1/package.tgz
51897npm verb tar unpacking to /usr/lib/node_modules/.staging/readline2-c4605330
51898npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readline2-c4605330
51899npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
51900npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-f1bd63c9
51901npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-f1bd63c9
51902npm verb tar unpack /root/.npm/recast/0.10.33/package.tgz
51903npm verb tar unpacking to /usr/lib/node_modules/.staging/recast-c16809e2
51904npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-c16809e2
51905npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-453001b5
51906npm verb tar unpack /root/.npm/redeyed/0.5.0/package.tgz
51907npm verb tar unpacking to /usr/lib/node_modules/.staging/redeyed-3beddcd7
51908npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/redeyed-3beddcd7
51909npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cardinal-2b2e9b05
51910npm verb tar unpack /root/.npm/regenerate/1.2.1/package.tgz
51911npm verb tar unpacking to /usr/lib/node_modules/.staging/regenerate-4ffba9d1
51912npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerate-4ffba9d1
51913npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-bd5cdc74
51914npm verb tar unpack /root/.npm/regjsgen/0.2.0/package.tgz
51915npm verb tar unpacking to /usr/lib/node_modules/.staging/regjsgen-3ba4389b
51916npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsgen-3ba4389b
51917npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsparser-c896d540
51918npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regexpu-95c53aa5
51919npm verb tar unpack /root/.npm/repeat-string/1.5.2/package.tgz
51920npm verb tar unpacking to /usr/lib/node_modules/.staging/repeat-string-bccfe3d1
51921npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeat-string-bccfe3d1
51922npm verb tar unpack /root/.npm/align-text/0.1.3/package.tgz
51923npm verb tar unpacking to /usr/lib/node_modules/.staging/align-text-853d22a5
51924npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/align-text-853d22a5
51925npm verb tar unpack /root/.npm/center-align/0.1.2/package.tgz
51926npm verb tar unpacking to /usr/lib/node_modules/.staging/center-align-2de0f480
51927npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/center-align-2de0f480
51928npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeating-4b1e4429
51929npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detect-indent-2e57e153
51930npm verb tar unpack /root/.npm/requires-port/0.0.1/package.tgz
51931npm verb tar unpacking to /usr/lib/node_modules/.staging/requires-port-85270e2b
51932npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/requires-port-85270e2b
51933npm verb tar unpack /root/.npm/http-proxy/1.12.0/package.tgz
51934npm verb tar unpacking to /usr/lib/node_modules/.staging/http-proxy-b64e7808
51935npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-proxy-b64e7808
51936npm verb tar unpack /root/.npm/resolve/1.1.6/package.tgz
51937npm verb tar unpacking to /usr/lib/node_modules/.staging/resolve-16906432
51938npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-16906432
51939npm verb tar unpack /root/.npm/right-align/0.1.3/package.tgz
51940npm verb tar unpacking to /usr/lib/node_modules/.staging/right-align-8dde9e53
51941npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/right-align-8dde9e53
51942npm verb tar unpack /root/.npm/cliui/2.1.0/package.tgz
51943npm verb tar unpacking to /usr/lib/node_modules/.staging/cliui-e7604556
51944npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cliui-e7604556
51945npm verb tar unpack /root/.npm/rsvp/3.1.0/package.tgz
51946npm verb tar unpacking to /usr/lib/node_modules/.staging/rsvp-7a575d43
51947npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rsvp-7a575d43
51948npm verb tar unpack /root/.npm/promise-map-series/0.2.2/package.tgz
51949npm verb tar unpacking to /usr/lib/node_modules/.staging/promise-map-series-9251c138
51950npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/promise-map-series-9251c138
51951npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
51952npm verb tar unpacking to /usr/lib/node_modules/.staging/minimist-52946ec4
51953npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-52946ec4
51954npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-802215c1
51955npm verb tar unpack /root/.npm/semver-utils/1.1.1/package.tgz
51956npm verb tar unpacking to /usr/lib/node_modules/.staging/semver-utils-1747132f
51957npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-1747132f
51958npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-1c79fc0f
51959npm verb tar unpack /root/.npm/shebang-regex/1.0.0/package.tgz
51960npm verb tar unpacking to /usr/lib/node_modules/.staging/shebang-regex-887b6561
51961npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/shebang-regex-887b6561
51962npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
51963npm verb tar unpacking to /usr/lib/node_modules/.staging/sigmund-43baeed3
51964npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-43baeed3
51965npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
51966npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-e70cbbd5
51967npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-e70cbbd5
51968npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
51969npm verb tar unpacking to /usr/lib/node_modules/.staging/minimatch-da68d0bd
51970npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-da68d0bd
51971npm verb tar unpack /root/.npm/fireworm/0.6.6/package.tgz
51972npm verb tar unpacking to /usr/lib/node_modules/.staging/fireworm-8d3d7598
51973npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fireworm-8d3d7598
51974npm verb tar unpack /root/.npm/silent-error/1.0.0/package.tgz
51975npm verb tar unpacking to /usr/lib/node_modules/.staging/silent-error-da3dbe34
51976npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/silent-error-da3dbe34
51977npm verb tar unpack /root/.npm/ember-cli-normalize-entity-name/1.0.0/package.tgz
51978npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-normalize-entity-name-a1d33101
51979npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-normalize-entity-name-a1d33101
51980npm verb tar unpack /root/.npm/simple-fmt/0.1.0/package.tgz
51981npm verb tar unpacking to /usr/lib/node_modules/.staging/simple-fmt-ac503f1c
51982npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-fmt-ac503f1c
51983npm verb tar unpack /root/.npm/simple-is/0.2.0/package.tgz
51984npm verb tar unpacking to /usr/lib/node_modules/.staging/simple-is-40b66895
51985npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-is-40b66895
51986npm verb tar unpack /root/.npm/slash/1.0.0/package.tgz
51987npm verb tar unpacking to /usr/lib/node_modules/.staging/slash-f77fe1d3
51988npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slash-f77fe1d3
51989npm verb tar unpack /root/.npm/slide/1.1.6/package.tgz
51990npm verb tar unpacking to /usr/lib/node_modules/.staging/slide-a8741a38
51991npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slide-a8741a38
51992npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
51993npm verb tar unpacking to /usr/lib/node_modules/.staging/ms-a4a0a17a
51994npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-a4a0a17a
51995npm verb tar unpack /root/.npm/debug/1.0.2/package.tgz
51996npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-efbd0eee
51997npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-efbd0eee
51998npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
51999npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-0f749ec4
52000npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-0f749ec4
52001npm verb tar unpack /root/.npm/socket.io-parser/2.2.2/package.tgz
52002npm verb tar unpacking to /usr/lib/node_modules/.staging/socket.io-parser-46b630bf
52003npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-46b630bf
52004npm verb tar unpack /root/.npm/socket.io-adapter/0.3.1/package.tgz
52005npm verb tar unpacking to /usr/lib/node_modules/.staging/socket.io-adapter-ad8a912a
52006npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-adapter-ad8a912a
52007npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
52008npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-d306ab15
52009npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d306ab15
52010npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
52011npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-668f3639
52012npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-668f3639
52013npm verb tar unpack /root/.npm/socket.io-parser/2.2.4/package.tgz
52014npm verb tar unpacking to /usr/lib/node_modules/.staging/socket.io-parser-38518cca
52015npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-38518cca
52016npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
52017npm verb tar unpacking to /usr/lib/node_modules/.staging/ms-694cd391
52018npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-694cd391
52019npm verb tar unpack /root/.npm/debug/2.1.0/package.tgz
52020npm verb tar unpacking to /usr/lib/node_modules/.staging/debug-899e1491
52021npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-899e1491
52022npm verb tar unpack /root/.npm/source-map/0.1.43/package.tgz
52023npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-c2893e26
52024npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-c2893e26
52025npm verb tar unpack /root/.npm/recast/0.9.18/package.tgz
52026npm verb tar unpacking to /usr/lib/node_modules/.staging/recast-9bd481e6
52027npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-9bd481e6
52028npm verb tar unpack /root/.npm/ember-router-generator/1.1.1/package.tgz
52029npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-router-generator-5170fa7d
52030npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-router-generator-5170fa7d
52031npm verb tar unpack /root/.npm/source-map/0.1.32/package.tgz
52032npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-2974c236
52033npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-2974c236
52034npm verb tar unpack /root/.npm/source-map-support/0.2.10/package.tgz
52035npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-support-9b90bc32
52036npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-support-9b90bc32
52037npm verb tar unpack /root/.npm/source-map-url/0.3.0/package.tgz
52038npm verb tar unpacking to /usr/lib/node_modules/.staging/source-map-url-b8ab0a34
52039npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-url-b8ab0a34
52040npm verb tar unpack /root/.npm/fast-sourcemap-concat/0.2.7/package.tgz
52041npm verb tar unpacking to /usr/lib/node_modules/.staging/fast-sourcemap-concat-adb2dd68
52042npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-sourcemap-concat-adb2dd68
52043npm verb tar unpack /root/.npm/sprintf-js/1.0.3/package.tgz
52044npm verb tar unpacking to /usr/lib/node_modules/.staging/sprintf-js-7b1d4192
52045npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sprintf-js-7b1d4192
52046npm verb tar unpack /root/.npm/argparse/1.0.3/package.tgz
52047npm verb tar unpacking to /usr/lib/node_modules/.staging/argparse-4244bf3c
52048npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/argparse-4244bf3c
52049npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-yaml-a339e5fe
52050npm verb tar unpack /root/.npm/stable/0.1.5/package.tgz
52051npm verb tar unpacking to /usr/lib/node_modules/.staging/stable-59e11f06
52052npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stable-59e11f06
52053npm verb tar unpack /root/.npm/alter/0.2.0/package.tgz
52054npm verb tar unpacking to /usr/lib/node_modules/.staging/alter-12fac449
52055npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/alter-12fac449
52056npm verb tar unpack /root/.npm/statuses/1.2.1/package.tgz
52057npm verb tar unpacking to /usr/lib/node_modules/.staging/statuses-afc2ebc9
52058npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/statuses-afc2ebc9
52059npm verb tar unpack /root/.npm/http-errors/1.3.1/package.tgz
52060npm verb tar unpacking to /usr/lib/node_modules/.staging/http-errors-cab5cd87
52061npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-errors-cab5cd87
52062npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
52063npm verb tar unpacking to /usr/lib/node_modules/.staging/send-f694b32a
52064npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/send-f694b32a
52065npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
52066npm verb tar unpacking to /usr/lib/node_modules/.staging/serve-static-d64e5404
52067npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/serve-static-d64e5404
52068npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
52069npm verb tar unpacking to /usr/lib/node_modules/.staging/string_decoder-b49ff08c
52070npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-b49ff08c
52071npm verb tar unpack /root/.npm/stringmap/0.2.2/package.tgz
52072npm verb tar unpacking to /usr/lib/node_modules/.staging/stringmap-414e9091
52073npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringmap-414e9091
52074npm verb tar unpack /root/.npm/stringset/0.2.1/package.tgz
52075npm verb tar unpacking to /usr/lib/node_modules/.staging/stringset-ca1b3cc1
52076npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringset-ca1b3cc1
52077npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
52078npm verb tar unpacking to /usr/lib/node_modules/.staging/strip-ansi-5ee6d8a5
52079npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-5ee6d8a5
52080npm verb tar unpack /root/.npm/styled_string/0.0.1/package.tgz
52081npm verb tar unpacking to /usr/lib/node_modules/.staging/styled_string-f9c79481
52082npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/styled_string-f9c79481
52083npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
52084npm verb tar unpacking to /usr/lib/node_modules/.staging/supports-color-27de2e13
52085npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-27de2e13
52086npm verb tar unpack /root/.npm/chalk/1.1.0/package.tgz
52087npm verb tar unpacking to /usr/lib/node_modules/.staging/chalk-8233ccd2
52088npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-8233ccd2
52089npm verb tar unpack /root/.npm/symlink-or-copy/1.0.1/package.tgz
52090npm verb tar unpacking to /usr/lib/node_modules/.staging/symlink-or-copy-587d1a77
52091npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/symlink-or-copy-587d1a77
52092npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-aa8de583
52093npm verb tar unpack /root/.npm/temp/0.8.1/package.tgz
52094npm verb tar unpacking to /usr/lib/node_modules/.staging/temp-a55c55ff
52095npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/temp-a55c55ff
52096npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
52097npm verb tar unpacking to /usr/lib/node_modules/.staging/async-c74084b0
52098npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-c74084b0
52099npm verb tar unpack /root/.npm/through/2.3.8/package.tgz
52100npm verb tar unpacking to /usr/lib/node_modules/.staging/through-b8da3243
52101npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/through-b8da3243
52102npm verb tar unpack /root/.npm/timers-ext/0.1.0/package.tgz
52103npm verb tar unpacking to /usr/lib/node_modules/.staging/timers-ext-4d510b1d
52104npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/timers-ext-4d510b1d
52105npm verb tar unpack /root/.npm/memoizee/0.3.9/package.tgz
52106npm verb tar unpacking to /usr/lib/node_modules/.staging/memoizee-56b28bfd
52107npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/memoizee-56b28bfd
52108npm verb tar unpack /root/.npm/cli-color/0.3.3/package.tgz
52109npm verb tar unpacking to /usr/lib/node_modules/.staging/cli-color-3f73eb1b
52110npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-color-3f73eb1b
52111npm verb tar unpack /root/.npm/inquirer/0.5.1/package.tgz
52112npm verb tar unpacking to /usr/lib/node_modules/.staging/inquirer-97d5d2bc
52113npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inquirer-97d5d2bc
52114npm verb tar unpack /root/.npm/qs/5.1.0/package.tgz
52115npm verb tar unpacking to /usr/lib/node_modules/.staging/qs-0e743659
52116npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-0e743659
52117npm verb tar unpack /root/.npm/tmpl/1.0.4/package.tgz
52118npm verb tar unpacking to /usr/lib/node_modules/.staging/tmpl-5ce29823
52119npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tmpl-5ce29823
52120npm verb tar unpack /root/.npm/makeerror/1.0.11/package.tgz
52121npm verb tar unpacking to /usr/lib/node_modules/.staging/makeerror-1c04faa4
52122npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/makeerror-1c04faa4
52123npm verb tar unpack /root/.npm/to-array/0.1.3/package.tgz
52124npm verb tar unpacking to /usr/lib/node_modules/.staging/to-array-65df668f
52125npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-array-65df668f
52126npm verb tar unpack /root/.npm/to-fast-properties/1.0.1/package.tgz
52127npm verb tar unpacking to /usr/lib/node_modules/.staging/to-fast-properties-3c645ce4
52128npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-fast-properties-3c645ce4
52129npm verb tar unpack /root/.npm/trim-right/1.0.1/package.tgz
52130npm verb tar unpacking to /usr/lib/node_modules/.staging/trim-right-ce208c04
52131npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/trim-right-ce208c04
52132npm verb tar unpack /root/.npm/try-resolve/1.0.1/package.tgz
52133npm verb tar unpacking to /usr/lib/node_modules/.staging/try-resolve-e4d5fd93
52134npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/try-resolve-e4d5fd93
52135npm verb tar unpack /root/.npm/tryor/0.1.2/package.tgz
52136npm verb tar unpacking to /usr/lib/node_modules/.staging/tryor-7a97c15e
52137npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tryor-7a97c15e
52138npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
52139npm verb tar unpacking to /usr/lib/node_modules/.staging/type-is-353f4b09
52140npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/type-is-353f4b09
52141npm verb tar unpack /root/.npm/uc.micro/1.0.0/package.tgz
52142npm verb tar unpacking to /usr/lib/node_modules/.staging/uc.micro-5c9b003e
52143npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uc.micro-5c9b003e
52144npm verb tar unpack /root/.npm/linkify-it/1.2.0/package.tgz
52145npm verb tar unpacking to /usr/lib/node_modules/.staging/linkify-it-ed772369
52146npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/linkify-it-ed772369
52147npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-ff1c4678
52148npm verb tar unpack /root/.npm/markdown-it-terminal/0.0.2/package.tgz
52149npm verb tar unpacking to /usr/lib/node_modules/.staging/markdown-it-terminal-c9adf1c3
52150npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-terminal-c9adf1c3
52151npm verb tar unpack /root/.npm/ultron/1.0.2/package.tgz
52152npm verb tar unpacking to /usr/lib/node_modules/.staging/ultron-75e4ba2e
52153npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ultron-75e4ba2e
52154npm verb tar unpack /root/.npm/underscore/1.8.3/package.tgz
52155npm verb tar unpacking to /usr/lib/node_modules/.staging/underscore-384c1f20
52156npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore-384c1f20
52157npm verb tar unpack /root/.npm/backbone/1.2.3/package.tgz
52158npm verb tar unpacking to /usr/lib/node_modules/.staging/backbone-5a63d532
52159npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backbone-5a63d532
52160npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
52161npm verb tar unpacking to /usr/lib/node_modules/.staging/underscore.string-90f1dd7a
52162npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore.string-90f1dd7a
52163npm verb tar unpack /root/.npm/quick-temp/0.1.3/package.tgz
52164npm verb tar unpacking to /usr/lib/node_modules/.staging/quick-temp-0efc3723
52165npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/quick-temp-0efc3723
52166npm verb tar unpack /root/.npm/broccoli-writer/0.1.1/package.tgz
52167npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-writer-0a6b380a
52168npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-writer-0a6b380a
52169npm verb tar unpack /root/.npm/unpipe/1.0.0/package.tgz
52170npm verb tar unpacking to /usr/lib/node_modules/.staging/unpipe-bf81058f
52171npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/unpipe-bf81058f
52172npm verb tar unpack /root/.npm/raw-body/2.1.5/package.tgz
52173npm verb tar unpacking to /usr/lib/node_modules/.staging/raw-body-e4390412
52174npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/raw-body-e4390412
52175npm verb tar unpack /root/.npm/body-parser/1.14.2/package.tgz
52176npm verb tar unpacking to /usr/lib/node_modules/.staging/body-parser-c2e5e4a8
52177npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/body-parser-c2e5e4a8
52178npm verb tar unpack /root/.npm/finalhandler/0.4.0/package.tgz
52179npm verb tar unpacking to /usr/lib/node_modules/.staging/finalhandler-4f68bfa0
52180npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/finalhandler-4f68bfa0
52181npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/user-home-bbe437ce
52182npm verb tar unpack /root/.npm/home-or-tmp/1.0.0/package.tgz
52183npm verb tar unpacking to /usr/lib/node_modules/.staging/home-or-tmp-4db70e6f
52184npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/home-or-tmp-4db70e6f
52185npm verb tar unpack /root/.npm/utf8/2.1.0/package.tgz
52186npm verb tar unpacking to /usr/lib/node_modules/.staging/utf8-9a4f7b38
52187npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utf8-9a4f7b38
52188npm verb tar unpack /root/.npm/engine.io-parser/1.2.2/package.tgz
52189npm verb tar unpacking to /usr/lib/node_modules/.staging/engine.io-parser-8796b08e
52190npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-parser-8796b08e
52191npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
52192npm verb tar unpacking to /usr/lib/node_modules/.staging/util-deprecate-39647a96
52193npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/util-deprecate-39647a96
52194npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
52195npm verb tar unpacking to /usr/lib/node_modules/.staging/readable-stream-a97eef7c
52196npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-a97eef7c
52197npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tap-parser-d20606ca
52198npm verb tar unpack /root/.npm/are-we-there-yet/1.0.5/package.tgz
52199npm verb tar unpacking to /usr/lib/node_modules/.staging/are-we-there-yet-bb7ebabc
52200npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/are-we-there-yet-bb7ebabc
52201npm verb tar unpack /root/.npm/npmlog/1.2.1/package.tgz
52202npm verb tar unpacking to /usr/lib/node_modules/.staging/npmlog-36c7771e
52203npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-36c7771e
52204npm verb tar unpack /root/.npm/npmlog/2.0.0/package.tgz
52205npm verb tar unpacking to /usr/lib/node_modules/.staging/npmlog-a5b66d97
52206npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-a5b66d97
52207npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npm-4af40257
52208npm verb tar unpack /root/.npm/utils-merge/1.0.0/package.tgz
52209npm verb tar unpacking to /usr/lib/node_modules/.staging/utils-merge-aae68ffa
52210npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utils-merge-aae68ffa
52211npm verb tar unpack /root/.npm/express/4.13.3/package.tgz
52212npm verb tar unpacking to /usr/lib/node_modules/.staging/express-7d6f0825
52213npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/express-7d6f0825
52214npm verb tar unpack /root/.npm/connect/3.4.0/package.tgz
52215npm verb tar unpacking to /usr/lib/node_modules/.staging/connect-4a8cbe3e
52216npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/connect-4a8cbe3e
52217npm verb tar unpack /root/.npm/uuid/2.0.1/package.tgz
52218npm verb tar unpacking to /usr/lib/node_modules/.staging/uuid-982f0bd5
52219npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uuid-982f0bd5
52220npm verb tar unpack /root/.npm/vary/1.1.0/package.tgz
52221npm verb tar unpacking to /usr/lib/node_modules/.staging/vary-ee2bc55a
52222npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-ee2bc55a
52223npm verb tar unpack /root/.npm/compression/1.6.0/package.tgz
52224npm verb tar unpacking to /usr/lib/node_modules/.staging/compression-7e957776
52225npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compression-7e957776
52226npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
52227npm verb tar unpacking to /usr/lib/node_modules/.staging/walk-sync-05527e2c
52228npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-05527e2c
52229npm verb tar unpack /root/.npm/walker/1.0.7/package.tgz
52230npm verb tar unpacking to /usr/lib/node_modules/.staging/walker-225fb821
52231npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walker-225fb821
52232npm verb tar unpack /root/.npm/watch/0.10.0/package.tgz
52233npm verb tar unpacking to /usr/lib/node_modules/.staging/watch-f39b78d6
52234npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/watch-f39b78d6
52235npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sane-5cea0a87
52236npm verb tar unpack /root/.npm/broccoli-sane-watcher/1.1.4/package.tgz
52237npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-sane-watcher-ef9552ed
52238npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sane-watcher-ef9552ed
52239npm verb tar unpack /root/.npm/websocket-extensions/0.1.1/package.tgz
52240npm verb tar unpacking to /usr/lib/node_modules/.staging/websocket-extensions-cceda366
52241npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-extensions-cceda366
52242npm verb tar unpack /root/.npm/websocket-driver/0.6.3/package.tgz
52243npm verb tar unpacking to /usr/lib/node_modules/.staging/websocket-driver-b4affa3f
52244npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-driver-b4affa3f
52245npm verb tar unpack /root/.npm/faye-websocket/0.10.0/package.tgz
52246npm verb tar unpacking to /usr/lib/node_modules/.staging/faye-websocket-0072f310
52247npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/faye-websocket-0072f310
52248npm verb tar unpack /root/.npm/tiny-lr/0.2.0/package.tgz
52249npm verb tar unpacking to /usr/lib/node_modules/.staging/tiny-lr-2548c354
52250npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tiny-lr-2548c354
52251npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-cabe345a
52252npm verb tar unpack /root/.npm/cross-spawn-async/2.1.1/package.tgz
52253npm verb tar unpacking to /usr/lib/node_modules/.staging/cross-spawn-async-5afcdaf1
52254npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cross-spawn-async-5afcdaf1
52255npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/window-size-f158b74e
52256npm verb tar unpack /root/.npm/wordwrap/0.0.3/package.tgz
52257npm verb tar unpacking to /usr/lib/node_modules/.staging/wordwrap-614a232e
52258npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-614a232e
52259npm verb tar unpack /root/.npm/optimist/0.3.7/package.tgz
52260npm verb tar unpacking to /usr/lib/node_modules/.staging/optimist-21c1a76b
52261npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-21c1a76b
52262npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uglify-js-5a967e1b
52263npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
52264npm verb tar unpacking to /usr/lib/node_modules/.staging/optimist-d995d5e3
52265npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-d995d5e3
52266npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/handlebars-c0637586
52267npm verb tar unpack /root/.npm/bower-config/0.6.1/package.tgz
52268npm verb tar unpacking to /usr/lib/node_modules/.staging/bower-config-e4e1612d
52269npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-config-e4e1612d
52270npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
52271npm verb tar unpacking to /usr/lib/node_modules/.staging/wrappy-87c48d8c
52272npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-87c48d8c
52273npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
52274npm verb tar unpacking to /usr/lib/node_modules/.staging/once-563c1d78
52275npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-563c1d78
52276npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
52277npm verb tar unpacking to /usr/lib/node_modules/.staging/inflight-d2bc5a90
52278npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-d2bc5a90
52279npm verb tar unpack /root/.npm/glob/6.0.1/package.tgz
52280npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-9a202346
52281npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-9a202346
52282npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-a02033f6
52283npm verb tar unpack /root/.npm/fs-extra/0.22.1/package.tgz
52284npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-extra-2b1231ec
52285npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-2b1231ec
52286npm verb tar unpack /root/.npm/cpr/0.4.2/package.tgz
52287npm verb tar unpacking to /usr/lib/node_modules/.staging/cpr-8f979eee
52288npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cpr-8f979eee
52289npm verb tar unpack /root/.npm/broccoli-plugin/1.2.1/package.tgz
52290npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-plugin-0f1199fe
52291npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-0f1199fe
52292npm verb tar unpack /root/.npm/broccoli-merge-trees/1.1.0/package.tgz
52293npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-merge-trees-020fec8f
52294npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-merge-trees-020fec8f
52295npm verb tar unpack /root/.npm/broccoli-funnel/1.0.1/package.tgz
52296npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-funnel-8ce09bc1
52297npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-funnel-8ce09bc1
52298npm verb tar unpack /root/.npm/fs-extra/0.24.0/package.tgz
52299npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-extra-87e9dbfb
52300npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-87e9dbfb
52301npm verb tar unpack /root/.npm/broccoli-plugin/1.1.0/package.tgz
52302npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-plugin-64727a36
52303npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-64727a36
52304npm verb tar unpack /root/.npm/async-disk-cache/1.0.3/package.tgz
52305npm verb tar unpacking to /usr/lib/node_modules/.staging/async-disk-cache-bf085ff5
52306npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-disk-cache-bf085ff5
52307npm verb tar unpack /root/.npm/glob/5.0.13/package.tgz
52308npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-107d0201
52309npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-107d0201
52310npm verb tar unpack /root/.npm/fileset/0.2.1/package.tgz
52311npm verb tar unpacking to /usr/lib/node_modules/.staging/fileset-60e490b1
52312npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fileset-60e490b1
52313npm verb tar unpack /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package.tgz
52314npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-70c64ca6
52315npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-70c64ca6
52316npm verb tar unpack /root/.npm/hash-for-dep/1.0.1/package.tgz
52317npm verb tar unpacking to /usr/lib/node_modules/.staging/hash-for-dep-c13359bd
52318npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hash-for-dep-c13359bd
52319npm verb tar unpack /root/.npm/broccoli-persistent-filter/1.1.6/package.tgz
52320npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-persistent-filter-c0db0d50
52321npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-persistent-filter-c0db0d50
52322npm verb tar unpack /root/.npm/broccoli-filter/0.1.14/package.tgz
52323npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-filter-0cafb702
52324npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-filter-0cafb702
52325npm verb tar unpack /root/.npm/broccoli-clean-css/0.2.0/package.tgz
52326npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-clean-css-32bb3dae
52327npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-clean-css-32bb3dae
52328npm verb tar unpack /root/.npm/ember-cli-preprocess-registry/1.1.0/package.tgz
52329npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-preprocess-registry-8994a6b2
52330npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-preprocess-registry-8994a6b2
52331npm verb tar unpack /root/.npm/broccoli-caching-writer/2.2.1/package.tgz
52332npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-caching-writer-bd5342a9
52333npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-caching-writer-bd5342a9
52334npm verb tar unpack /root/.npm/broccoli-sourcemap-concat/2.0.2/package.tgz
52335npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-sourcemap-concat-0962f14f
52336npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sourcemap-concat-0962f14f
52337npm verb tar unpack /root/.npm/broccoli-config-loader/1.0.0/package.tgz
52338npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-config-loader-61a9a0f6
52339npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-loader-61a9a0f6
52340npm verb tar unpack /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package.tgz
52341npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-607f173c
52342npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-607f173c
52343npm verb tar unpack /root/.npm/broccoli-config-replace/1.1.1/package.tgz
52344npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-config-replace-99a3fa4c
52345npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-replace-99a3fa4c
52346npm verb tar unpack /root/.npm/glob/4.3.5/package.tgz
52347npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-dbaea7c1
52348npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-dbaea7c1
52349npm verb tar unpack /root/.npm/findup-sync/0.2.1/package.tgz
52350npm verb tar unpacking to /usr/lib/node_modules/.staging/findup-sync-d4028d70
52351npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-d4028d70
52352npm verb tar unpack /root/.npm/broccoli/0.16.8/package.tgz
52353npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-45d51f48
52354npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-45d51f48
52355npm verb tar unpack /root/.npm/glob/5.0.15/package.tgz
52356npm verb tar unpacking to /usr/lib/node_modules/.staging/glob-7d7d3d98
52357npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-7d7d3d98
52358npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commoner-c58ac3c3
52359npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
52360npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-b6591a8a
52361npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-b6591a8a
52362npm verb tar unpack /root/.npm/write-file-atomic/1.1.4/package.tgz
52363npm verb tar unpacking to /usr/lib/node_modules/.staging/write-file-atomic-bb7dd2dd
52364npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/write-file-atomic-bb7dd2dd
52365npm verb tar unpack /root/.npm/ws-pure/0.8.0/package.tgz
52366npm verb tar unpacking to /usr/lib/node_modules/.staging/ws-pure-68bd696c
52367npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ws-pure-68bd696c
52368npm verb tar unpack /root/.npm/engine.io-pure/1.5.9/package.tgz
52369npm verb tar unpacking to /usr/lib/node_modules/.staging/engine.io-pure-5f4b7771
52370npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-pure-5f4b7771
52371npm verb tar unpack /root/.npm/xdg-basedir/2.0.0/package.tgz
52372npm verb tar unpacking to /usr/lib/node_modules/.staging/xdg-basedir-75687ebd
52373npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xdg-basedir-75687ebd
52374npm verb tar unpack /root/.npm/configstore/1.2.1/package.tgz
52375npm verb tar unpacking to /usr/lib/node_modules/.staging/configstore-7f08b8e6
52376npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/configstore-7f08b8e6
52377npm verb tar unpack /root/.npm/xmldom/0.1.19/package.tgz
52378npm verb tar unpacking to /usr/lib/node_modules/.staging/xmldom-948c5190
52379npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmldom-948c5190
52380npm verb tar unpack /root/.npm/xmlhttprequest-ssl/1.5.1/package.tgz
52381npm verb tar unpacking to /usr/lib/node_modules/.staging/xmlhttprequest-ssl-e5d19c5d
52382npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmlhttprequest-ssl-e5d19c5d
52383npm verb tar unpack /root/.npm/engine.io-client-pure/1.5.9/package.tgz
52384npm verb tar unpacking to /usr/lib/node_modules/.staging/engine.io-client-pure-b231bef9
52385npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-client-pure-b231bef9
52386npm verb tar unpack /root/.npm/socket.io-client-pure/1.3.12/package.tgz
52387npm verb tar unpacking to /usr/lib/node_modules/.staging/socket.io-client-pure-0bd4af7b
52388npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-client-pure-0bd4af7b
52389npm verb tar unpack /root/.npm/socket.io-pure/1.3.12/package.tgz
52390npm verb tar unpacking to /usr/lib/node_modules/.staging/socket.io-pure-7683bf1f
52391npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-pure-7683bf1f
52392npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/testem-03baf27e
52393npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
52394npm verb tar unpacking to /usr/lib/node_modules/.staging/xtend-14d4f16a
52395npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xtend-14d4f16a
52396npm verb tar unpack /root/.npm/output-file-sync/1.1.1/package.tgz
52397npm verb tar unpacking to /usr/lib/node_modules/.staging/output-file-sync-c4b401cd
52398npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/output-file-sync-c4b401cd
52399npm verb tar unpack /root/.npm/y18n/3.2.0/package.tgz
52400npm verb tar unpacking to /usr/lib/node_modules/.staging/y18n-efacf4d1
52401npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/y18n-efacf4d1
52402npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
52403npm verb tar unpacking to /usr/lib/node_modules/.staging/graceful-fs-cee3bdee
52404npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-cee3bdee
52405npm verb tar unpack /root/.npm/fs-extra/0.16.5/package.tgz
52406npm verb tar unpacking to /usr/lib/node_modules/.staging/fs-extra-5e8a8a26
52407npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-5e8a8a26
52408npm verb tar unpack /root/.npm/yam/0.0.18/package.tgz
52409npm verb tar unpacking to /usr/lib/node_modules/.staging/yam-f59ffe3b
52410npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yam-f59ffe3b
52411npm verb tar unpack /root/.npm/yargs/3.27.0/package.tgz
52412npm verb tar unpacking to /usr/lib/node_modules/.staging/yargs-09558560
52413npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yargs-09558560
52414npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defs-8ca0b4c0
52415npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerator-ce40b173
52416npm verb tar unpack /root/.npm/babel-core/5.8.34/package.tgz
52417npm verb tar unpacking to /usr/lib/node_modules/.staging/babel-core-c3d873a5
52418npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-core-c3d873a5
52419npm verb tar unpack /root/.npm/broccoli-babel-transpiler/5.5.0/package.tgz
52420npm verb tar unpacking to /usr/lib/node_modules/.staging/broccoli-babel-transpiler-fb461075
52421npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-babel-transpiler-fb461075
52422npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-9c93bf8e
52423npm verb tar unpack /root/.npm/acorn/1.2.2/package.tgz
52424npm verb tar unpacking to /usr/lib/node_modules/.staging/acorn-e7b80caf
52425npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/acorn-e7b80caf
52426npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
52427npm verb tar unpacking to /usr/lib/node_modules/.staging/has-ansi-089e61cb
52428npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-089e61cb
52429npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
52430npm verb tar unpacking to /usr/lib/node_modules/.staging/strip-ansi-039d9606
52431npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-039d9606
52432npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
52433npm verb tar unpacking to /usr/lib/node_modules/.staging/supports-color-170d187a
52434npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-170d187a
52435npm verb tar unpack /root/.npm/clean-css/2.2.23/package.tgz
52436npm verb tar unpacking to /usr/lib/node_modules/.staging/clean-css-65345727
52437npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-css-65345727
52438npm verb tar unpack /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package.tgz
52439npm verb tar unpacking to /usr/lib/node_modules/.staging/esprima-fb-62644c5c
52440npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-62644c5c
52441npm verb tar unpack /root/.npm/can-symlink/0.0.1/package.tgz
52442npm verb tar unpacking to /usr/lib/node_modules/.staging/can-symlink-7e04e500
52443npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/can-symlink-7e04e500
52444npm verb tar unpack /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package.tgz
52445npm verb tar unpacking to /usr/lib/node_modules/.staging/esprima-fb-f4eb7764
52446npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-f4eb7764
52447npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
52448npm verb tar unpacking to /usr/lib/node_modules/.staging/has-ansi-7491dcfd
52449npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-7491dcfd
52450npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
52451npm verb tar unpacking to /usr/lib/node_modules/.staging/strip-ansi-7176fc4a
52452npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-7176fc4a
52453npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
52454npm verb tar unpacking to /usr/lib/node_modules/.staging/supports-color-faca269e
52455npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-faca269e
52456npm verb tar unpack /root/.npm/findup/0.1.5/package.tgz
52457npm verb tar unpacking to /usr/lib/node_modules/.staging/findup-d76a277e
52458npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-d76a277e
52459npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
52460npm verb tar unpacking to /usr/lib/node_modules/.staging/strip-ansi-f3595135
52461npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f3595135
52462npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
52463npm verb tar unpacking to /usr/lib/node_modules/.staging/esprima-13bb1af5
52464npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-13bb1af5
52465npm verb tar unpack /root/.npm/jsesc/0.5.0/package.tgz
52466npm verb tar unpacking to /usr/lib/node_modules/.staging/jsesc-c0c20001
52467npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsesc-c0c20001
52468npm verb tar unpack /root/.npm/json5/0.4.0/package.tgz
52469npm verb tar unpacking to /usr/lib/node_modules/.staging/json5-d9a38a61
52470npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json5-d9a38a61
52471npm verb tar unpack /root/.npm/leven/1.0.2/package.tgz
52472npm verb tar unpacking to /usr/lib/node_modules/.staging/leven-803b2d27
52473npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leven-803b2d27
52474npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
52475npm verb tar unpacking to /usr/lib/node_modules/.staging/mime-777e4834
52476npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-777e4834
52477npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
52478npm verb tar unpacking to /usr/lib/node_modules/.staging/mkdirp-a7c03383
52479npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-a7c03383
52480npm verb tar unpack /root/.npm/mustache/2.2.1/package.tgz
52481npm verb tar unpacking to /usr/lib/node_modules/.staging/mustache-4d1f54af
52482npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mustache-4d1f54af
52483npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
52484npm verb tar unpacking to /usr/lib/node_modules/.staging/node-uuid-e3722ba6
52485npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-e3722ba6
52486npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
52487npm verb tar unpacking to /usr/lib/node_modules/.staging/nopt-efd5420e
52488npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-efd5420e
52489npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
52490npm verb tar unpacking to /usr/lib/node_modules/.staging/rimraf-368c9f63
52491npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-368c9f63
52492npm verb tar unpack /root/.npm/strip-ansi/2.0.1/package.tgz
52493npm verb tar unpacking to /usr/lib/node_modules/.staging/strip-ansi-f88c85f4
52494npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f88c85f4
52495npm verb tar unpack /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package.tgz
52496npm verb tar unpacking to /usr/lib/node_modules/.staging/esprima-fb-453001b5
52497npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-453001b5
52498npm verb tar unpack /root/.npm/cardinal/0.5.0/package.tgz
52499npm verb tar unpacking to /usr/lib/node_modules/.staging/cardinal-2b2e9b05
52500npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cardinal-2b2e9b05
52501npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
52502npm verb tar unpacking to /usr/lib/node_modules/.staging/esprima-bd5cdc74
52503npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-bd5cdc74
52504npm verb tar unpack /root/.npm/regjsparser/0.1.5/package.tgz
52505npm verb tar unpacking to /usr/lib/node_modules/.staging/regjsparser-c896d540
52506npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsparser-c896d540
52507npm verb tar unpack /root/.npm/regexpu/1.3.0/package.tgz
52508npm verb tar unpacking to /usr/lib/node_modules/.staging/regexpu-95c53aa5
52509npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regexpu-95c53aa5
52510npm verb tar unpack /root/.npm/repeating/1.1.3/package.tgz
52511npm verb tar unpacking to /usr/lib/node_modules/.staging/repeating-4b1e4429
52512npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeating-4b1e4429
52513npm verb tar unpack /root/.npm/detect-indent/3.0.1/package.tgz
52514npm verb tar unpacking to /usr/lib/node_modules/.staging/detect-indent-2e57e153
52515npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detect-indent-2e57e153
52516npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
52517npm verb tar unpacking to /usr/lib/node_modules/.staging/semver-802215c1
52518npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-802215c1
52519npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
52520npm verb tar unpacking to /usr/lib/node_modules/.staging/bower-1c79fc0f
52521npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-1c79fc0f
52522npm verb tar unpack /root/.npm/js-yaml/3.4.6/package.tgz
52523npm verb tar unpacking to /usr/lib/node_modules/.staging/js-yaml-a339e5fe
52524npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-yaml-a339e5fe
52525npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
52526npm verb tar unpacking to /usr/lib/node_modules/.staging/rimraf-aa8de583
52527npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-aa8de583
52528npm verb tar unpack /root/.npm/markdown-it/4.3.0/package.tgz
52529npm verb tar unpacking to /usr/lib/node_modules/.staging/markdown-it-ff1c4678
52530npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-ff1c4678
52531npm verb tar unpack /root/.npm/user-home/1.1.1/package.tgz
52532npm verb tar unpacking to /usr/lib/node_modules/.staging/user-home-bbe437ce
52533npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/user-home-bbe437ce
52534npm verb tar unpack /root/.npm/tap-parser/1.2.2/package.tgz
52535npm verb tar unpacking to /usr/lib/node_modules/.staging/tap-parser-d20606ca
52536npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tap-parser-d20606ca
52537npm verb tar unpack /root/.npm/npm/2.14.10/package.tgz
52538npm verb tar unpacking to /usr/lib/node_modules/.staging/npm-4af40257
52539npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npm-4af40257
52540npm verb tar unpack /root/.npm/sane/1.3.0/package.tgz
52541npm verb tar unpacking to /usr/lib/node_modules/.staging/sane-5cea0a87
52542npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sane-5cea0a87
52543npm verb tar unpack /root/.npm/which/1.2.1/package.tgz
52544npm verb tar unpacking to /usr/lib/node_modules/.staging/which-cabe345a
52545npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-cabe345a
52546npm verb tar unpack /root/.npm/window-size/0.1.4/package.tgz
52547npm verb tar unpacking to /usr/lib/node_modules/.staging/window-size-f158b74e
52548npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/window-size-f158b74e
52549npm verb tar unpack /root/.npm/uglify-js/2.3.6/package.tgz
52550npm verb tar unpacking to /usr/lib/node_modules/.staging/uglify-js-5a967e1b
52551npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uglify-js-5a967e1b
52552npm verb tar unpack /root/.npm/handlebars/3.0.3/package.tgz
52553npm verb tar unpacking to /usr/lib/node_modules/.staging/handlebars-c0637586
52554npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/handlebars-c0637586
52555npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
52556npm verb tar unpacking to /usr/lib/node_modules/.staging/rimraf-a02033f6
52557npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-a02033f6
52558npm verb tar unpack /root/.npm/commoner/0.10.4/package.tgz
52559npm verb tar unpacking to /usr/lib/node_modules/.staging/commoner-c58ac3c3
52560npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commoner-c58ac3c3
52561npm verb tar unpack /root/.npm/testem/0.9.11/package.tgz
52562npm verb tar unpacking to /usr/lib/node_modules/.staging/testem-03baf27e
52563npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/testem-03baf27e
52564npm verb tar unpack /root/.npm/defs/1.1.1/package.tgz
52565npm verb tar unpacking to /usr/lib/node_modules/.staging/defs-8ca0b4c0
52566npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defs-8ca0b4c0
52567npm verb tar unpack /root/.npm/regenerator/0.8.40/package.tgz
52568npm verb tar unpacking to /usr/lib/node_modules/.staging/regenerator-ce40b173
52569npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerator-ce40b173
52570npm verb tar unpack /root/.npm/ember-cli/1.13.13/package.tgz
52571npm verb tar unpacking to /usr/lib/node_modules/.staging/ember-cli-9c93bf8e
52572npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-9c93bf8e
52573npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-relative-require-8e74ebdd/node_modules
52574npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-is-package-missing-7c0692d2/node_modules
52575npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-path-utils-e617d490/node_modules
52576npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-test-info-29b6def6/node_modules
52577npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-get-dependency-depth-03f5f416/node_modules
52578npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-string-utils-b72d41da/node_modules
52579npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-base-url-1f8e22a6/node_modules
52580npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-normalize-entity-name-a1d33101/node_modules
52581npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/silent-error-da3dbe34/node_modules
52582npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/invert-kv-10361860/node_modules
52583npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-5438b65f/node_modules
52584npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-b0cfdd78/node_modules
52585npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slash-f77fe1d3/node_modules
52586npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/try-resolve-e4d5fd93/node_modules
52587npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/get-stdin-4017082a/node_modules
52588npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-color-a42c09d0/node_modules
52589npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-4cbeef34/node_modules
52590npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-556120bf/node_modules
52591npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-d9d8e89e/node_modules
52592npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amd-name-resolver-902a0a89/node_modules
52593npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/destroy-f2860039/node_modules
52594npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parsejson-a375aea5/node_modules
52595npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseqs-f32b9d47/node_modules
52596npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-monitor-stack-d8fb412e/node_modules
52597npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/left-pad-ee98af39/node_modules
52598npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/configstore-7f08b8e6/node_modules
52599npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-console-d892cfa1/node_modules
52600npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-remove-debugger-2f202334/node_modules
52601npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-ccbc2dd0/node_modules
52602npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-eval-46dc4201/node_modules
52603npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-jscript-6aa9be1a/node_modules
52604npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-property-literals-86c61ee7/node_modules
52605npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-inline-environment-variables-608f5606/node_modules
52606npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-slow-trees-8e7e4d69/node_modules
52607npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-html-9ea1c376/node_modules
52608npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-member-expression-literals-ccd3a9f4/node_modules
52609npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-constant-elements-d2efc2c4/node_modules
52610npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undefined-to-void-9fed39d5/node_modules
52611npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/matcher-collection-2e2d830c/node_modules
52612npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tryor-7a97c15e/node_modules
52613npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/once-563c1d78/node_modules
52614npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-7980d1cb/node_modules
52615npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-99e75f15/node_modules
52616npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/decamelize-5583f35d/node_modules
52617npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/escape-string-regexp-c003ffd5/node_modules
52618npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-41d12d69/node_modules
52619npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-type-ec74d686/node_modules
52620npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-finite-2d1dc1dc/node_modules
52621npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/number-is-nan-088ff2bf/node_modules
52622npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pleasant-progress-d8b9e05e/node_modules
52623npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/shebang-regex-887b6561/node_modules
52624npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-694cd391/node_modules
52625npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-a4a0a17a/node_modules
52626npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-5ee6d8a5/node_modules
52627npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-fast-properties-3c645ce4/node_modules
52628npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/trim-right-ce208c04/node_modules
52629npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/home-or-tmp-4db70e6f/node_modules
52630npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-a1efaeb6/node_modules
52631npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-react-display-name-e03c7e3c/node_modules
52632npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64id-fc10f67f/node_modules
52633npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/camelcase-91922812/node_modules
52634npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-089e61cb/node_modules
52635npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-039d9606/node_modules
52636npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-170d187a/node_modules
52637npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-ansi-7491dcfd/node_modules
52638npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-7176fc4a/node_modules
52639npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-faca269e/node_modules
52640npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f3595135/node_modules
52641npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-relative-4e54c5f9/node_modules
52642npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arraycopy-ddc8ed2e/node_modules
52643npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._arrayeach-624afa06/node_modules
52644npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basetostring-2a7e5656/node_modules
52645npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecopy-34582357/node_modules
52646npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseassign-92ddb6b0/node_modules
52647npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-descriptors-b4b5331d/node_modules
52648npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-homedir-4e78dd79/node_modules
52649npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-tmpdir-0915600d/node_modules
52650npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-exists-378ea245/node_modules
52651npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-is-absolute-dded05c4/node_modules
52652npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/strip-ansi-f88c85f4/node_modules
52653npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-regex-0d1eac71/node_modules
52654npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readline2-c4605330/node_modules
52655npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/supports-color-27de2e13/node_modules
52656npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-constant-folding-49347058/node_modules
52657npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-96b1e5f0/node_modules
52658npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-98081751/node_modules
52659npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-undeclared-variables-check-e081056c/node_modules
52660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.repeat-ac4048b2/node_modules
52661npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createpadding-bb27ffe1/node_modules
52662npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padleft-5b49f2ae/node_modules
52663npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.toplainobject-d6bd815b/node_modules
52664npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-assign-b47f4ffa/node_modules
52665npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-styles-01d717cb/node_modules
52666npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-flatten-3d8b6f63/node_modules
52667npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-readdir-recursive-1fe9332e/node_modules
52668npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-git-url-4fd8d3fc/node_modules
52669npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-absolute-2eb266f8/node_modules
52670npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseindexof-c94a060f/node_modules
52671npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._bindcallback-1d8c6496/node_modules
52672npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._cacheindexof-0e457074/node_modules
52673npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseuniq-7a6ac8f0/node_modules
52674npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.padright-b21c1a42/node_modules
52675npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createassigner-aedcdbaa/node_modules
52676npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pad-875eacb4/node_modules
52677npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/longest-728a0dc4/node_modules
52678npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-8c8243bf/node_modules
52679npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/right-align-8dde9e53/node_modules
52680npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xdg-basedir-75687ebd/node_modules
52681npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-proto-to-assign-0321a734/node_modules
52682npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basefor-9456e239/node_modules
52683npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._createcache-70d0fcee/node_modules
52684npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.pairs-ef153f57/node_modules
52685npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.restparam-9ec8dfe5/node_modules
52686npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseuri-0e5cbbe1/node_modules
52687npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.assign-6e4f26a5/node_modules
52688npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-dead-code-elimination-fc4fd09b/node_modules
52689npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-7d7cec51/node_modules
52690npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-object-293ef1a3/node_modules
52691npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarguments-6d194fea/node_modules
52692npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/os-locale-fe606153/node_modules
52693npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeat-string-bccfe3d1/node_modules
52694npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-ced8d08c/node_modules
52695npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ee-first-a53032d9/node_modules
52696npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lazy-cache-91c0d2bd/node_modules
52697npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._isiterateecall-e5f086ee/node_modules
52698npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._getnative-19e6c2e5/node_modules
52699npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.istypedarray-775f018d/node_modules
52700npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keysin-b8819ef9/node_modules
52701npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isplainobject-90347b9a/node_modules
52702npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/to-array-65df668f/node_modules
52703npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/output-file-sync-c4b401cd/node_modules
52704npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.uniq-89bd08b3/node_modules
52705npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-hex-9d6294b5/node_modules
52706npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fb-watchman-d9fb8170/node_modules
52707npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tmpl-5ce29823/node_modules
52708npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utils-merge-aae68ffa/node_modules
52709npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cookie-signature-a9ef240b/node_modules
52710npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/forwarded-5f90b09d/node_modules
52711npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.isarray-b05daee7/node_modules
52712npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/methods-d393d3fd/node_modules
52713npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compressible-892adf83/node_modules
52714npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/align-text-853d22a5/node_modules
52715npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/center-align-2de0f480/node_modules
52716npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/unpipe-bf81058f/node_modules
52717npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/user-home-bbe437ce/node_modules
52718npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wrappy-87c48d8c/node_modules
52719npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-clean-css-32bb3dae/node_modules
52720npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fresh-c8278989/node_modules
52721npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/indexof-37e2bb90/node_modules
52722npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leven-803b2d27/node_modules
52723npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.keys-0f82f6ed/node_modules
52724npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/repeating-4b1e4429/node_modules
52725npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-adapter-ad8a912a/node_modules
52726npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-disk-cache-bf085ff5/node_modules
52727npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/callsite-e749ced0/node_modules
52728npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/events-to-array-f142e4db/node_modules
52729npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/options-884c12ff/node_modules
52730npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/range-parser-0c40114d/node_modules
52731npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-fmt-ac503f1c/node_modules
52732npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/alter-12fac449/node_modules
52733npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/window-size-f158b74e/node_modules
52734npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/array-equal-fb63bcf5/node_modules
52735npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lcid-d5749223/node_modules
52736npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-headers-c29cf93f/node_modules
52737npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/makeerror-1c04faa4/node_modules
52738npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-sync-d4028d70/node_modules
52739npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/basic-auth-a9f15629/node_modules
52740npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-686bf1a6/node_modules
52741npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-readlink-33799947/node_modules
52742npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/kind-of-2ec31c61/node_modules
52743npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/simple-is-40b66895/node_modules
52744npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walker-225fb821/node_modules
52745npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blank-object-206ce296/node_modules
52746npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isarray-62fbb885/node_modules
52747npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-to-regexp-6be6c939/node_modules
52748npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/process-nextick-args-30db8dab/node_modules
52749npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/vary-ee2bc55a/node_modules
52750npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherits-454d3d48/node_modules
52751npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/imurmurhash-f214ad97/node_modules
52752npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/isbinaryfile-b7510e94/node_modules
52753npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash.merge-4c089583/node_modules
52754npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-errors-cab5cd87/node_modules
52755npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/chalk-8233ccd2/node_modules
52756npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-4416cd21/node_modules
52757npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bytes-eb6997c7/node_modules
52758npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-de2533d4/node_modules
52759npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-0a638499/node_modules
52760npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-55e7f2e9/node_modules
52761npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/statuses-afc2ebc9/node_modules
52762npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-copy-dereference-2388cd5f/node_modules
52763npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/pseudomap-8e225299/node_modules
52764npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detect-indent-2e57e153/node_modules
52765npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflight-d2bc5a90/node_modules
52766npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/brace-expansion-5f2db36c/node_modules
52767npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/can-symlink-7e04e500/node_modules
52768npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringset-ca1b3cc1/node_modules
52769npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-bind-a2fb6344/node_modules
52770npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-type-ffab58ae/node_modules
52771npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/etag-aac941b4/node_modules
52772npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/eventemitter3-685c2376/node_modules
52773npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._basecallback-52614c09/node_modules
52774npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ms-e716ead7/node_modules
52775npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsgen-3ba4389b/node_modules
52776npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/finalhandler-4f68bfa0/node_modules
52777npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/util-deprecate-39647a96/node_modules
52778npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-plugin-runtime-5ed34ffb/node_modules
52779npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash._baseisequal-ba539b6f/node_modules
52780npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d306ab15/node_modules
52781npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-668f3639/node_modules
52782npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-0f749ec4/node_modules
52783npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/string_decoder-b49ff08c/node_modules
52784npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/media-typer-e4e2dc7f/node_modules
52785npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/growl-287f3934/node_modules
52786npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mute-stream-de5b9d47/node_modules
52787npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-integer-0465950e/node_modules
52788npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-traverse-91efeb48/node_modules
52789npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-types-56df4542/node_modules
52790npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/parseurl-ba6c3837/node_modules
52791npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stringmap-414e9091/node_modules
52792npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/better-assert-8ac462c8/node_modules
52793npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/on-finished-3cfd4bda/node_modules
52794npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-writer-0a6b380a/node_modules
52795npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-table-59a83811/node_modules
52796npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-unicode-6be1a681/node_modules
52797npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/arraybuffer.slice-91aa98b0/node_modules
52798npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/is-buffer-8b3aa04c/node_modules
52799npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonfile-19e175ad/node_modules
52800npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/proxy-addr-1a775d57/node_modules
52801npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/quick-temp-0efc3723/node_modules
52802npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-a02033f6/node_modules
52803npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-inherit-6f4271d8/node_modules
52804npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/concat-map-cb3cc77f/node_modules
52805npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/copy-dereference-1312aead/node_modules
52806npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-cors-1c739d5a/node_modules
52807npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-replace-99a3fa4c/node_modules
52808npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-source-820041ff/node_modules
52809npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-041b640d/node_modules
52810npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/type-is-353f4b09/node_modules
52811npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-607f173c/node_modules
52812npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backo2-fb71f6fe/node_modules
52813npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/blob-9d9a56bf/node_modules
52814npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/delegates-c611dfd7/node_modules
52815npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exists-sync-4c525da4/node_modules
52816npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-8cc936e2/node_modules
52817npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/accepts-8717400b/node_modules
52818npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-019656e6/node_modules
52819npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/after-c890690b/node_modules
52820npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansicolors-2932ddc7/node_modules
52821npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-component-de2e06eb/node_modules
52822npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bser-bf547be5/node_modules
52823npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-config-loader-61a9a0f6/node_modules
52824npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/abbrev-b5e14f65/node_modules
52825npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/breakable-507a2e82/node_modules
52826npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-utils-1747132f/node_modules
52827npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sigmund-43baeed3/node_modules
52828npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-710127bf/node_modules
52829npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-c350a19a/node_modules
52830npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/md5-o-matic-ab196fce/node_modules
52831npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/requires-port-85270e2b/node_modules
52832npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/promise-map-series-9251c138/node_modules
52833npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/stable-59e11f06/node_modules
52834npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/styled_string-f9c79481/node_modules
52835npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/raw-body-e4390412/node_modules
52836npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sane-watcher-ef9552ed/node_modules
52837npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-filter-0cafb702/node_modules
52838npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/content-disposition-babbd7c8/node_modules
52839npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defined-47f7207d/node_modules
52840npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/did_it_work-923626dd/node_modules
52841npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fireworm-8d3d7598/node_modules
52842npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/serve-static-d64e5404/node_modules
52843npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/line-numbers-969a4f75/node_modules
52844npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/private-353fd4bd/node_modules
52845npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-kitchen-sink-helpers-70c64ca6/node_modules
52846npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/amdefine-7fa4af4e/node_modules
52847npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/compression-7e957776/node_modules
52848npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/diff-302a894c/node_modules
52849npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/globals-4e5dce62/node_modules
52850npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-int64-d98d2b2e/node_modules
52851npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/component-emitter-6cc61c7a/node_modules
52852npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-queue-4928fd14/node_modules
52853npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/next-tick-d3cdf9e2/node_modules
52854npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/symlink-or-copy-587d1a77/node_modules
52855npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xtend-14d4f16a/node_modules
52856npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inherit-fe0f4637/node_modules
52857npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsonify-dad96cd4/node_modules
52858npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/morgan-eeb70817/node_modules
52859npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/path-posix-08b965c9/node_modules
52860npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clone-2c86f26d/node_modules
52861npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/balanced-match-cc018dff/node_modules
52862npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-322aeaba/node_modules
52863npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mktemp-72ca0648/node_modules
52864npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/slide-a8741a38/node_modules
52865npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ultron-75e4ba2e/node_modules
52866npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/which-cabe345a/node_modules
52867npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/osenv-1d8f2e41/node_modules
52868npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tap-parser-d20606ca/node_modules
52869npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7e54604b/node_modules
52870npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-7549ce5f/node_modules
52871npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-ade4ad09/node_modules
52872npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-f0a90613/node_modules
52873npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-dd803000/node_modules
52874npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-b6591a8a/node_modules
52875npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-util-is-68efdb64/node_modules
52876npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/object-keys-f313600b/node_modules
52877npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/merge-defaults-66886c45/node_modules
52878npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/base64-arraybuffer-54aacfa1/node_modules
52879npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/write-file-atomic-bb7dd2dd/node_modules
52880npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-368c9f63/node_modules
52881npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rimraf-aa8de583/node_modules
52882npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-persistent-filter-c0db0d50/node_modules
52883npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-modules-path-94a2803c/node_modules
52884npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/send-f694b32a/node_modules
52885npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cliui-e7604556/node_modules
52886npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/jsesc-c0c20001/node_modules
52887npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-viz-7072b53b/node_modules
52888npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-url-b8ab0a34/node_modules
52889npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/y18n-efacf4d1/node_modules
52890npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/portfinder-fba9d4b2/node_modules
52891npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uc.micro-5c9b003e/node_modules
52892npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-a6e5c7e5/node_modules
52893npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/linkify-it-ed772369/node_modules
52894npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/printf-fec30aea/node_modules
52895npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/through-b8da3243/node_modules
52896npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/watch-f39b78d6/node_modules
52897npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mdurl-95bb111a/node_modules
52898npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-1d2d2e6f/node_modules
52899npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exec-sh-f35f5373/node_modules
52900npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-endpoint-parser-54a2e320/node_modules
52901npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-97b33a36/node_modules
52902npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-efbd0eee/node_modules
52903npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-36c7771e/node_modules
52904npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regjsparser-c896d540/node_modules
52905npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/graceful-fs-cee3bdee/node_modules
52906npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/are-we-there-yet-bb7ebabc/node_modules
52907npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npmlog-a5b66d97/node_modules
52908npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-d67a3b82/node_modules
52909npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fileset-60e490b1/node_modules
52910npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ansi-c17445d9/node_modules
52911npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-2f3aacf8/node_modules
52912npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/walk-sync-05527e2c/node_modules
52913npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commander-8c8dbb79/node_modules
52914npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/negotiator-dbeaddd6/node_modules
52915npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-899e1491/node_modules
52916npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cross-spawn-async-5afcdaf1/node_modules
52917npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-dbed878b/node_modules
52918npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerate-4ffba9d1/node_modules
52919npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/findup-d76a277e/node_modules
52920npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-46b630bf/node_modules
52921npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/timers-ext-4d510b1d/node_modules
52922npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/debug-f97a31f8/node_modules
52923npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/nopt-efd5420e/node_modules
52924npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-dbaea7c1/node_modules
52925npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/consolidate-f059041c/node_modules
52926npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/temp-a55c55ff/node_modules
52927npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/charm-32438b8f/node_modules
52928npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/d-73b165da/node_modules
52929npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/depd-3ba99726/node_modules
52930npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-07c7d5f8/node_modules
52931npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/wordwrap-614a232e/node_modules
52932npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-data-01e3592a/node_modules
52933npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/has-binary-f1b1e6c5/node_modules
52934npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json-stable-stringify-eaab8242/node_modules
52935npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-82ae0a85/node_modules
52936npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-9a202346/node_modules
52937npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-777e4834/node_modules
52938npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/utf8-9a4f7b38/node_modules
52939npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-preprocess-registry-8994a6b2/node_modules
52940npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esutils-4e25b016/node_modules
52941npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-bc708046/node_modules
52942npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/gauge-8aebb65a/node_modules
52943npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-107d0201/node_modules
52944npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/glob-7d7d3d98/node_modules
52945npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cpr-8f979eee/node_modules
52946npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regexpu-95c53aa5/node_modules
52947npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lru-cache-360119b8/node_modules
52948npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-terminal-c9adf1c3/node_modules
52949npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-355dfe70/node_modules
52950npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/http-proxy-b64e7808/node_modules
52951npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-tree-diff-f4011ab8/node_modules
52952npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-88d092a6/node_modules
52953npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-64727a36/node_modules
52954npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-parser-8796b08e/node_modules
52955npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/convert-source-map-0ee84477/node_modules
52956npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/body-parser-c2e5e4a8/node_modules
52957npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inflection-a69080fc/node_modules
52958npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-config-e4e1612d/node_modules
52959npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-ordered-set-205b591d/node_modules
52960npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-5e8a8a26/node_modules
52961npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-weak-map-7a24d67f/node_modules
52962npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-22186ee0/node_modules
52963npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-c785f9e6/node_modules
52964npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-6d6f438e/node_modules
52965npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sprintf-js-7b1d4192/node_modules
52966npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-extensions-cceda366/node_modules
52967npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-symbol-64955ba1/node_modules
52968npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmlhttprequest-ssl-e5d19c5d/node_modules
52969npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-babel-transpiler-fb461075/node_modules
52970npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ipaddr.js-8bfc3e91/node_modules
52971npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/faye-websocket-0072f310/node_modules
52972npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-da68d0bd/node_modules
52973npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimatch-e70cbbd5/node_modules
52974npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yam-f59ffe3b/node_modules
52975npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/node-uuid-e3722ba6/node_modules
52976npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/xmldom-948c5190/node_modules
52977npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-pure-7683bf1f/node_modules
52978npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uuid-982f0bd5/node_modules
52979npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/connect-4a8cbe3e/node_modules
52980npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-a50f8cfb/node_modules
52981npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/minimist-52946ec4/node_modules
52982npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-085aafd7/node_modules
52983npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mkdirp-a7c03383/node_modules
52984npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/entities-313d229f/node_modules
52985npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/event-emitter-5cf0ab13/node_modules
52986npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-64801e91/node_modules
52987npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-0c1c67cf/node_modules
52988npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es6-iterator-2107e1aa/node_modules
52989npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-872d14cf/node_modules
52990npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/sane-5cea0a87/node_modules
52991npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-tokens-ef1b20e6/node_modules
52992npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore-384c1f20/node_modules
52993npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-funnel-8ce09bc1/node_modules
52994npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-caching-writer-bd5342a9/node_modules
52995npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-pure-5f4b7771/node_modules
52996npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/tiny-lr-2548c354/node_modules
52997npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/commoner-c58ac3c3/node_modules
52998npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cli-color-3f73eb1b/node_modules
52999npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/websocket-driver-b4affa3f/node_modules
53000npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mustache-4d1f54af/node_modules
53001npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/inquirer-97d5d2bc/node_modules
53002npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-45d51f48/node_modules
53003npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/exit-b5319300/node_modules
53004npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-0e743659/node_modules
53005npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/qs-5de551be/node_modules
53006npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/q-248d58ba/node_modules
53007npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/livereload-js-45984ad4/node_modules
53008npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-21c1a76b/node_modules
53009npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/backbone-5a63d532/node_modules
53010npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/hash-for-dep-c13359bd/node_modules
53011npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/detective-30830058/node_modules
53012npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/optimist-d995d5e3/node_modules
53013npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/regenerator-ce40b173/node_modules
53014npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/redeyed-3beddcd7/node_modules
53015npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-router-generator-5170fa7d/node_modules
53016npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mime-db-f76d02ac/node_modules
53017npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ws-pure-68bd696c/node_modules
53018npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/async-c74084b0/node_modules
53019npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/readable-stream-a97eef7c/node_modules
53020npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-f1b46a7c/node_modules
53021npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/colors-fdf5dc53/node_modules
53022npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-87e9dbfb/node_modules
53023npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/yargs-09558560/node_modules
53024npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-9bd481e6/node_modules
53025npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-04abc75b/node_modules
53026npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ast-types-72e7165f/node_modules
53027npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-sourcemap-concat-0962f14f/node_modules
53028npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/cardinal-2b2e9b05/node_modules
53029npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/recast-c16809e2/node_modules
53030npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/semver-802215c1/node_modules
53031npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/engine.io-client-pure-b231bef9/node_modules
53032npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-support-9b90bc32/node_modules
53033npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-13bb1af5/node_modules
53034npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-bd5cdc74/node_modules
53035npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/express-7d6f0825/node_modules
53036npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-client-pure-0bd4af7b/node_modules
53037npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fs-extra-2b1231ec/node_modules
53038npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/argparse-4244bf3c/node_modules
53039npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/benchmark-2cc7434c/node_modules
53040npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babylon-7d93935d/node_modules
53041npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-2974c236/node_modules
53042npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/rsvp-7a575d43/node_modules
53043npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/clean-css-65345727/node_modules
53044npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-merge-trees-020fec8f/node_modules
53045npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/broccoli-plugin-0f1199fe/node_modules
53046npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-c2893e26/node_modules
53047npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/memoizee-56b28bfd/node_modules
53048npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/resolve-16906432/node_modules
53049npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/git-repo-info-f9472124/node_modules
53050npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/js-yaml-a339e5fe/node_modules
53051npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/iconv-lite-9571e54c/node_modules
53052npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json3-0b4e061e/node_modules
53053npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/defs-8ca0b4c0/node_modules
53054npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/uglify-js-5a967e1b/node_modules
53055npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/fast-sourcemap-concat-adb2dd68/node_modules
53056npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bluebird-fa28c9eb/node_modules
53057npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/json5-d9a38a61/node_modules
53058npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/underscore.string-90f1dd7a/node_modules
53059npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/acorn-e7b80caf/node_modules
53060npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/markdown-it-ff1c4678/node_modules
53061npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-0d8f7658/node_modules
53062npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/source-map-f1bd63c9/node_modules
53063npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-1741a883/node_modules
53064npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-6e1ec9a7/node_modules
53065npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-581bfea9/node_modules
53066npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-f4eb7764/node_modules
53067npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-62644c5c/node_modules
53068npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/esprima-fb-453001b5/node_modules
53069npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/testem-03baf27e/node_modules
53070npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/handlebars-c0637586/node_modules
53071npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/socket.io-parser-38518cca/node_modules
53072npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/mout-c7ea1c47/node_modules
53073npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-c5b9b8f0/node_modules
53074npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-6dbb0364/node_modules
53075npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/es5-ext-2280310d/node_modules
53076npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/ember-cli-9c93bf8e/node_modules
53077npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/core-js-0cca0b75/node_modules
53078npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/babel-core-c3d873a5/node_modules
53079npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/lodash-node-da782cd2/node_modules
53080npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/leek-ae24ac00/node_modules
53081npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/npm-4af40257/node_modules
53082npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/.staging/bower-1c79fc0f/node_modules
53083npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
53084npm info lifecycle acorn@1.2.2~preinstall: acorn@1.2.2
53085npm info lifecycle after@0.8.1~preinstall: after@0.8.1
53086npm info lifecycle amd-name-resolver@0.0.2~preinstall: amd-name-resolver@0.0.2
53087npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
53088npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
53089npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53090npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
53091npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
53092npm info lifecycle array-equal@1.0.0~preinstall: array-equal@1.0.0
53093npm info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
53094npm info lifecycle arraybuffer.slice@0.0.6~preinstall: arraybuffer.slice@0.0.6
53095npm info lifecycle ast-traverse@0.1.1~preinstall: ast-traverse@0.1.1
53096npm info lifecycle ast-types@0.8.12~preinstall: ast-types@0.8.12
53097npm info lifecycle async@0.2.10~preinstall: async@0.2.10
53098npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
53099npm info lifecycle babel-plugin-constant-folding@1.0.1~preinstall: babel-plugin-constant-folding@1.0.1
53100npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~preinstall: babel-plugin-dead-code-elimination@1.0.2
53101npm info lifecycle babel-plugin-eval@1.0.1~preinstall: babel-plugin-eval@1.0.1
53102npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~preinstall: babel-plugin-inline-environment-variables@1.0.1
53103npm info lifecycle babel-plugin-jscript@1.0.4~preinstall: babel-plugin-jscript@1.0.4
53104npm info lifecycle babel-plugin-member-expression-literals@1.0.1~preinstall: babel-plugin-member-expression-literals@1.0.1
53105npm info lifecycle babel-plugin-property-literals@1.0.1~preinstall: babel-plugin-property-literals@1.0.1
53106npm info lifecycle babel-plugin-react-constant-elements@1.0.3~preinstall: babel-plugin-react-constant-elements@1.0.3
53107npm info lifecycle babel-plugin-react-display-name@1.0.3~preinstall: babel-plugin-react-display-name@1.0.3
53108npm info lifecycle babel-plugin-remove-console@1.0.1~preinstall: babel-plugin-remove-console@1.0.1
53109npm info lifecycle babel-plugin-remove-debugger@1.0.1~preinstall: babel-plugin-remove-debugger@1.0.1
53110npm info lifecycle babel-plugin-runtime@1.0.7~preinstall: babel-plugin-runtime@1.0.7
53111npm info lifecycle babel-plugin-undefined-to-void@1.1.6~preinstall: babel-plugin-undefined-to-void@1.1.6
53112npm info lifecycle babylon@5.8.34~preinstall: babylon@5.8.34
53113npm info lifecycle backo2@1.0.2~preinstall: backo2@1.0.2
53114npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
53115npm info lifecycle base64-arraybuffer@0.1.2~preinstall: base64-arraybuffer@0.1.2
53116npm info lifecycle base64id@0.1.0~preinstall: base64id@0.1.0
53117npm info lifecycle basic-auth@1.0.3~preinstall: basic-auth@1.0.3
53118npm info lifecycle benchmark@1.0.0~preinstall: benchmark@1.0.0
53119npm info lifecycle blank-object@1.0.1~preinstall: blank-object@1.0.1
53120npm info lifecycle blob@0.0.4~preinstall: blob@0.0.4
53121npm info lifecycle bluebird@2.10.2~preinstall: bluebird@2.10.2
53122npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
53123npm info lifecycle depd@1.1.0~preinstall: depd@1.1.0
53124npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
53125npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
53126npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
53127npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
53128npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53129npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
53130npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
53131npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
53132npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53133npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53134npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53135npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53136npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
53137npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
53138npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
53139npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
53140npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
53141npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
53142npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
53143npm info lifecycle async@0.2.10~preinstall: async@0.2.10
53144npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53145npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
53146npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
53147npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
53148npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
53149npm info lifecycle cardinal@0.4.4~preinstall: cardinal@0.4.4
53150npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
53151npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
53152npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53153npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
53154npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53155npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
53156npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
53157npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
53158npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
53159npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
53160npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
53161npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
53162npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
53163npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
53164npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
53165npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
53166npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53167npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53168npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53169npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
53170npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
53171npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
53172npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
53173npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
53174npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
53175npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53176npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53177npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53178npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53179npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
53180npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
53181npm info lifecycle touch@0.0.3~preinstall: touch@0.0.3
53182npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
53183npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53184npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
53185npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
53186npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53187npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53188npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53189npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
53190npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53191npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
53192npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
53193npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
53194npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53195npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
53196npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53197npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
53198npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
53199npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53200npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53201npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
53202npm info lifecycle github@0.2.4~preinstall: github@0.2.4
53203npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53204npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53205npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
53206npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53207npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
53208npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
53209npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53210npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53211npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
53212npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
53213npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
53214npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
53215npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
53216npm info lifecycle async@0.2.10~preinstall: async@0.2.10
53217npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
53218npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
53219npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
53220npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
53221npm info lifecycle ansi-escapes@1.1.0~preinstall: ansi-escapes@1.1.0
53222npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53223npm info lifecycle exit-hook@1.1.1~preinstall: exit-hook@1.1.1
53224npm info lifecycle onetime@1.0.0~preinstall: onetime@1.0.0
53225npm info lifecycle restore-cursor@1.0.1~preinstall: restore-cursor@1.0.1
53226npm info lifecycle cli-cursor@1.0.2~preinstall: cli-cursor@1.0.2
53227npm info lifecycle cli-width@1.1.0~preinstall: cli-width@1.1.0
53228npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
53229npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
53230npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
53231npm info lifecycle code-point-at@1.0.0~preinstall: code-point-at@1.0.0
53232npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
53233npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
53234npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
53235npm info lifecycle readline2@1.0.1~preinstall: readline2@1.0.1
53236npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53237npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53238npm info lifecycle run-async@0.1.0~preinstall: run-async@0.1.0
53239npm info lifecycle rx-lite@3.1.2~preinstall: rx-lite@3.1.2
53240npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
53241npm info lifecycle through@2.3.8~preinstall: through@2.3.8
53242npm info lifecycle inquirer@0.10.0~preinstall: inquirer@0.10.0
53243npm info lifecycle async@1.5.0~preinstall: async@1.5.0
53244npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53245npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53246npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53247npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53248npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
53249npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
53250npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
53251npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
53252npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53253npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
53254npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
53255npm info lifecycle lodash.debounce@3.1.1~preinstall: lodash.debounce@3.1.1
53256npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
53257npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
53258npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
53259npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
53260npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
53261npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
53262npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
53263npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
53264npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
53265npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
53266npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
53267npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
53268npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
53269npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
53270npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
53271npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
53272npm info lifecycle mout@0.11.1~preinstall: mout@0.11.1
53273npm info lifecycle bower-config@1.3.0~preinstall: bower-config@1.3.0
53274npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
53275npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
53276npm info lifecycle q@0.9.7~preinstall: q@0.9.7
53277npm info lifecycle p-throttler@0.1.1~preinstall: p-throttler@0.1.1
53278npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
53279npm info lifecycle read@1.0.7~preinstall: read@1.0.7
53280npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
53281npm info lifecycle q@1.4.1~preinstall: q@1.4.1
53282npm info lifecycle decompress-zip@0.1.0~preinstall: decompress-zip@0.1.0
53283npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
53284npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
53285npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
53286npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53287npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53288npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53289npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53290npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
53291npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
53292npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
53293npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
53294npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
53295npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
53296npm info lifecycle async@0.9.2~preinstall: async@0.9.2
53297npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
53298npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
53299npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
53300npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
53301npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
53302npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
53303npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
53304npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
53305npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
53306npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
53307npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
53308npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
53309npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
53310npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
53311npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
53312npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
53313npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
53314npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
53315npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
53316npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
53317npm info lifecycle request@2.53.0~preinstall: request@2.53.0
53318npm info lifecycle insight@0.7.0~preinstall: insight@0.7.0
53319npm info lifecycle retry@0.6.1~preinstall: retry@0.6.1
53320npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
53321npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53322npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53323npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
53324npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53325npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
53326npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
53327npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53328npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53329npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
53330npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
53331npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
53332npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
53333npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
53334npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
53335npm info lifecycle bower-registry-client@1.0.0~preinstall: bower-registry-client@1.0.0
53336npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
53337npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
53338npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
53339npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
53340npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
53341npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
53342npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
53343npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53344npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53345npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
53346npm info lifecycle pump@1.0.1~preinstall: pump@1.0.1
53347npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53348npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53349npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
53350npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53351npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53352npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53353npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
53354npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53355npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
53356npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
53357npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
53358npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
53359npm info lifecycle tar-stream@1.3.1~preinstall: tar-stream@1.3.1
53360npm info lifecycle tar-fs@1.8.1~preinstall: tar-fs@1.8.1
53361npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
53362npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53363npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
53364npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53365npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53366npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53367npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
53368npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
53369npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
53370npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
53371npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53372npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
53373npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
53374npm info lifecycle is-npm@1.0.0~preinstall: is-npm@1.0.0
53375npm info lifecycle capture-stack-trace@1.0.0~preinstall: capture-stack-trace@1.0.0
53376npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53377npm info lifecycle create-error-class@2.0.1~preinstall: create-error-class@2.0.1
53378npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53379npm info lifecycle once@1.3.3~preinstall: once@1.3.3
53380npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
53381npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53382npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53383npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53384npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
53385npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53386npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
53387npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
53388npm info lifecycle duplexify@3.4.2~preinstall: duplexify@3.4.2
53389npm info lifecycle is-plain-obj@1.1.0~preinstall: is-plain-obj@1.1.0
53390npm info lifecycle is-redirect@1.0.0~preinstall: is-redirect@1.0.0
53391npm info lifecycle is-stream@1.0.1~preinstall: is-stream@1.0.1
53392npm info lifecycle lowercase-keys@1.0.0~preinstall: lowercase-keys@1.0.0
53393npm info lifecycle node-status-codes@1.0.0~preinstall: node-status-codes@1.0.0
53394npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
53395npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
53396npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
53397npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
53398npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
53399npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
53400npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
53401npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
53402npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53403npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53404npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53405npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
53406npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53407npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
53408npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
53409npm info lifecycle read-all-stream@3.0.1~preinstall: read-all-stream@3.0.1
53410npm info lifecycle timed-out@2.0.0~preinstall: timed-out@2.0.0
53411npm info lifecycle unzip-response@1.0.0~preinstall: unzip-response@1.0.0
53412npm info lifecycle prepend-http@1.0.3~preinstall: prepend-http@1.0.3
53413npm info lifecycle url-parse-lax@1.0.0~preinstall: url-parse-lax@1.0.0
53414npm info lifecycle got@5.2.0~preinstall: got@5.2.0
53415npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
53416npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
53417npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
53418npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
53419npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
53420npm info lifecycle registry-url@3.0.3~preinstall: registry-url@3.0.3
53421npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
53422npm info lifecycle package-json@2.3.0~preinstall: package-json@2.3.0
53423npm info lifecycle latest-version@2.0.0~preinstall: latest-version@2.0.0
53424npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
53425npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
53426npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
53427npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
53428npm info lifecycle semver-diff@2.1.0~preinstall: semver-diff@2.1.0
53429npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53430npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
53431npm info lifecycle string-length@1.0.1~preinstall: string-length@1.0.1
53432npm info lifecycle update-notifier@0.6.0~preinstall: update-notifier@0.6.0
53433npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
53434npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
53435npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
53436npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
53437npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
53438npm info lifecycle which@1.2.0~preinstall: which@1.2.0
53439npm info lifecycle breakable@1.0.0~preinstall: breakable@1.0.0
53440npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53441npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
53442npm info lifecycle broccoli-slow-trees@1.1.0~preinstall: broccoli-slow-trees@1.1.0
53443npm info lifecycle broccoli-source@1.1.0~preinstall: broccoli-source@1.1.0
53444npm info lifecycle broccoli-viz@2.0.1~preinstall: broccoli-viz@2.0.1
53445npm info lifecycle bytes@2.1.0~preinstall: bytes@2.1.0
53446npm info lifecycle callsite@1.0.0~preinstall: callsite@1.0.0
53447npm info lifecycle better-assert@1.0.2~preinstall: better-assert@1.0.2
53448npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
53449npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
53450npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
53451npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
53452npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
53453npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
53454npm info lifecycle charm@1.0.0~preinstall: charm@1.0.0
53455npm info lifecycle clean-base-url@1.0.0~preinstall: clean-base-url@1.0.0
53456npm info lifecycle commander@2.2.0~preinstall: commander@2.2.0
53457npm info lifecycle clean-css@2.2.23~preinstall: clean-css@2.2.23
53458npm info lifecycle colors@1.0.3~preinstall: colors@1.0.3
53459npm info lifecycle cli-table@0.3.1~preinstall: cli-table@0.3.1
53460npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
53461npm info lifecycle clone@0.2.0~preinstall: clone@0.2.0
53462npm info lifecycle colors@0.6.2~preinstall: colors@0.6.2
53463npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53464npm info lifecycle component-bind@1.0.0~preinstall: component-bind@1.0.0
53465npm info lifecycle component-emitter@1.1.2~preinstall: component-emitter@1.1.2
53466npm info lifecycle component-inherit@0.0.3~preinstall: component-inherit@0.0.3
53467npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53468npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
53469npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53470npm info lifecycle consolidate@0.13.1~preinstall: consolidate@0.13.1
53471npm info lifecycle content-disposition@0.5.0~preinstall: content-disposition@0.5.0
53472npm info lifecycle content-type@1.0.1~preinstall: content-type@1.0.1
53473npm info lifecycle convert-source-map@1.1.2~preinstall: convert-source-map@1.1.2
53474npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
53475npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
53476npm info lifecycle copy-dereference@1.0.0~preinstall: copy-dereference@1.0.0
53477npm info lifecycle core-js@1.2.6~preinstall: core-js@1.2.6
53478npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
53479npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53480npm info lifecycle defined@1.0.0~preinstall: defined@1.0.0
53481npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
53482npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
53483npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
53484npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
53485npm info lifecycle detective@4.3.1~preinstall: detective@4.3.1
53486npm info lifecycle did_it_work@0.0.6~preinstall: did_it_work@0.0.6
53487npm info lifecycle diff@1.4.0~preinstall: diff@1.4.0
53488npm info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
53489npm info lifecycle ember-cli-copy-dereference@1.0.0~preinstall: ember-cli-copy-dereference@1.0.0
53490npm info lifecycle ember-cli-get-dependency-depth@1.0.0~preinstall: ember-cli-get-dependency-depth@1.0.0
53491npm info lifecycle ember-cli-is-package-missing@1.0.0~preinstall: ember-cli-is-package-missing@1.0.0
53492npm info lifecycle ember-cli-path-utils@1.0.0~preinstall: ember-cli-path-utils@1.0.0
53493npm info lifecycle ember-cli-string-utils@1.0.0~preinstall: ember-cli-string-utils@1.0.0
53494npm info lifecycle ember-cli-test-info@1.0.0~preinstall: ember-cli-test-info@1.0.0
53495npm info lifecycle ast-types@0.6.16~preinstall: ast-types@0.6.16
53496npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~preinstall: esprima-fb@10001.1.0-dev-harmony-fb
53497npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
53498npm info lifecycle debug@1.0.4~preinstall: debug@1.0.4
53499npm info lifecycle parseuri@0.0.4~preinstall: parseuri@0.0.4
53500npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
53501npm info lifecycle debug@1.0.3~preinstall: debug@1.0.3
53502npm info lifecycle entities@1.1.1~preinstall: entities@1.1.1
53503npm info lifecycle es6-symbol@3.0.2~preinstall: es6-symbol@3.0.2
53504npm info lifecycle es5-ext@0.10.11~preinstall: es5-ext@0.10.11
53505npm info lifecycle d@0.1.1~preinstall: d@0.1.1
53506npm info lifecycle es6-iterator@2.0.0~preinstall: es6-iterator@2.0.0
53507npm info lifecycle es6-symbol@2.0.1~preinstall: es6-symbol@2.0.1
53508npm info lifecycle es6-iterator@0.1.3~preinstall: es6-iterator@0.1.3
53509npm info lifecycle es6-weak-map@0.1.4~preinstall: es6-weak-map@0.1.4
53510npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
53511npm info lifecycle escape-string-regexp@1.0.4~preinstall: escape-string-regexp@1.0.4
53512npm info lifecycle decamelize@1.1.2~preinstall: decamelize@1.1.2
53513npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
53514npm info lifecycle can-symlink@0.0.1~preinstall: can-symlink@0.0.1
53515npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~preinstall: esprima-fb@15001.1001.0-dev-harmony-fb
53516npm info lifecycle esutils@2.0.2~preinstall: esutils@2.0.2
53517npm info lifecycle etag@1.7.0~preinstall: etag@1.7.0
53518npm info lifecycle event-emitter@0.3.4~preinstall: event-emitter@0.3.4
53519npm info lifecycle eventemitter3@1.1.1~preinstall: eventemitter3@1.1.1
53520npm info lifecycle events-to-array@1.0.2~preinstall: events-to-array@1.0.2
53521npm info lifecycle exists-sync@0.0.3~preinstall: exists-sync@0.0.3
53522npm info lifecycle exit@0.1.2~preinstall: exit@0.1.2
53523npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
53524npm info lifecycle vary@1.0.1~preinstall: vary@1.0.1
53525npm info lifecycle fast-ordered-set@1.0.2~preinstall: fast-ordered-set@1.0.2
53526npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
53527npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
53528npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
53529npm info lifecycle source-map@0.4.4~preinstall: source-map@0.4.4
53530npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
53531npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
53532npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
53533npm info lifecycle commander@2.1.0~preinstall: commander@2.1.0
53534npm info lifecycle findup@0.1.5~preinstall: findup@0.1.5
53535npm info lifecycle lodash@2.3.0~preinstall: lodash@2.3.0
53536npm info lifecycle forwarded@0.1.0~preinstall: forwarded@0.1.0
53537npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
53538npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53539npm info lifecycle fs-monitor-stack@1.1.0~preinstall: fs-monitor-stack@1.1.0
53540npm info lifecycle fs-readdir-recursive@0.1.2~preinstall: fs-readdir-recursive@0.1.2
53541npm info lifecycle get-stdin@4.0.1~preinstall: get-stdin@4.0.1
53542npm info lifecycle git-repo-info@1.1.2~preinstall: git-repo-info@1.1.2
53543npm info lifecycle globals@6.4.1~preinstall: globals@6.4.1
53544npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
53545npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
53546npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
53547npm info lifecycle growl@1.8.1~preinstall: growl@1.8.1
53548npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
53549npm info lifecycle has-color@0.1.7~preinstall: has-color@0.1.7
53550npm info lifecycle has-cors@1.1.0~preinstall: has-cors@1.1.0
53551npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
53552npm info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
53553npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
53554npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
53555npm info lifecycle inflection@1.8.0~preinstall: inflection@1.8.0
53556npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
53557npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53558npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
53559npm info lifecycle async@0.8.0~preinstall: async@0.8.0
53560npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
53561npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
53562npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
53563npm info lifecycle invert-kv@1.0.0~preinstall: invert-kv@1.0.0
53564npm info lifecycle ipaddr.js@1.0.5~preinstall: ipaddr.js@1.0.5
53565npm info lifecycle is-buffer@1.1.0~preinstall: is-buffer@1.1.0
53566npm info lifecycle is-git-url@0.2.3~preinstall: is-git-url@0.2.3
53567npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
53568npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
53569npm info lifecycle is-type@0.0.1~preinstall: is-type@0.0.1
53570npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53571npm info lifecycle has-binary-data@0.1.3~preinstall: has-binary-data@0.1.3
53572npm info lifecycle has-binary@0.1.6~preinstall: has-binary@0.1.6
53573npm info lifecycle isbinaryfile@2.0.4~preinstall: isbinaryfile@2.0.4
53574npm info lifecycle js-tokens@1.0.1~preinstall: js-tokens@1.0.1
53575npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
53576npm info lifecycle jsesc@0.5.0~preinstall: jsesc@0.5.0
53577npm info lifecycle json3@3.2.6~preinstall: json3@3.2.6
53578npm info lifecycle json5@0.4.0~preinstall: json5@0.4.0
53579npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
53580npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
53581npm info lifecycle json-stable-stringify@1.0.0~preinstall: json-stable-stringify@1.0.0
53582npm info lifecycle kind-of@2.0.1~preinstall: kind-of@2.0.1
53583npm info lifecycle lazy-cache@0.2.7~preinstall: lazy-cache@0.2.7
53584npm info lifecycle lcid@1.0.0~preinstall: lcid@1.0.0
53585npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
53586npm info lifecycle debug@2.1.1~preinstall: debug@2.1.1
53587npm info lifecycle lodash-node@2.4.1~preinstall: lodash-node@2.4.1
53588npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
53589npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
53590npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53591npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53592npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53593npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
53594npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
53595npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
53596npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
53597npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
53598npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
53599npm info lifecycle async@0.9.0~preinstall: async@0.9.0
53600npm info lifecycle hoek@2.11.1~preinstall: hoek@2.11.1
53601npm info lifecycle boom@2.6.1~preinstall: boom@2.6.1
53602npm info lifecycle cryptiles@2.0.4~preinstall: cryptiles@2.0.4
53603npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
53604npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
53605npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
53606npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
53607npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
53608npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
53609npm info lifecycle isstream@0.1.1~preinstall: isstream@0.1.1
53610npm info lifecycle json-stringify-safe@5.0.0~preinstall: json-stringify-safe@5.0.0
53611npm info lifecycle mime-db@1.7.0~preinstall: mime-db@1.7.0
53612npm info lifecycle mime-types@2.0.9~preinstall: mime-types@2.0.9
53613npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
53614npm info lifecycle node-uuid@1.4.2~preinstall: node-uuid@1.4.2
53615npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
53616npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
53617npm info lifecycle stringstream@0.0.4~preinstall: stringstream@0.0.4
53618npm info lifecycle punycode@1.3.2~preinstall: punycode@1.3.2
53619npm info lifecycle tough-cookie@0.12.1~preinstall: tough-cookie@0.12.1
53620npm info lifecycle tunnel-agent@0.4.0~preinstall: tunnel-agent@0.4.0
53621npm info lifecycle request@2.53.0~preinstall: request@2.53.0
53622npm info lifecycle rsvp@3.0.17~preinstall: rsvp@3.0.17
53623npm info lifecycle leek@0.0.18~preinstall: leek@0.0.18
53624npm info lifecycle left-pad@0.0.3~preinstall: left-pad@0.0.3
53625npm info lifecycle leven@1.0.2~preinstall: leven@1.0.2
53626npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~preinstall: babel-plugin-undeclared-variables-check@1.0.2
53627npm info lifecycle line-numbers@0.2.0~preinstall: line-numbers@0.2.0
53628npm info lifecycle livereload-js@2.2.2~preinstall: livereload-js@2.2.2
53629npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
53630npm info lifecycle babel-plugin-proto-to-assign@1.0.4~preinstall: babel-plugin-proto-to-assign@1.0.4
53631npm info lifecycle lodash-node@2.4.1~preinstall: lodash-node@2.4.1
53632npm info lifecycle core-object@0.0.2~preinstall: core-object@0.0.2
53633npm info lifecycle lodash._arraycopy@3.0.0~preinstall: lodash._arraycopy@3.0.0
53634npm info lifecycle lodash._arrayeach@3.0.0~preinstall: lodash._arrayeach@3.0.0
53635npm info lifecycle lodash._basecopy@3.0.1~preinstall: lodash._basecopy@3.0.1
53636npm info lifecycle lodash._basefor@3.0.2~preinstall: lodash._basefor@3.0.2
53637npm info lifecycle lodash._baseindexof@3.1.0~preinstall: lodash._baseindexof@3.1.0
53638npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53639npm info lifecycle lodash._bindcallback@3.0.1~preinstall: lodash._bindcallback@3.0.1
53640npm info lifecycle lodash._cacheindexof@3.0.2~preinstall: lodash._cacheindexof@3.0.2
53641npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
53642npm info lifecycle lodash._createcache@3.1.2~preinstall: lodash._createcache@3.1.2
53643npm info lifecycle lodash._baseuniq@3.0.3~preinstall: lodash._baseuniq@3.0.3
53644npm info lifecycle lodash._isiterateecall@3.0.9~preinstall: lodash._isiterateecall@3.0.9
53645npm info lifecycle lodash.isarguments@3.0.4~preinstall: lodash.isarguments@3.0.4
53646npm info lifecycle lodash.isarray@3.0.4~preinstall: lodash.isarray@3.0.4
53647npm info lifecycle lodash.istypedarray@3.0.2~preinstall: lodash.istypedarray@3.0.2
53648npm info lifecycle lodash.keys@3.1.2~preinstall: lodash.keys@3.1.2
53649npm info lifecycle lodash._baseisequal@3.0.7~preinstall: lodash._baseisequal@3.0.7
53650npm info lifecycle lodash._baseassign@3.2.0~preinstall: lodash._baseassign@3.2.0
53651npm info lifecycle lodash.keysin@3.0.8~preinstall: lodash.keysin@3.0.8
53652npm info lifecycle lodash.isplainobject@3.2.0~preinstall: lodash.isplainobject@3.2.0
53653npm info lifecycle lodash.pairs@3.0.1~preinstall: lodash.pairs@3.0.1
53654npm info lifecycle lodash._basecallback@3.3.1~preinstall: lodash._basecallback@3.3.1
53655npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53656npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53657npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
53658npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
53659npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
53660npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
53661npm info lifecycle lodash.restparam@3.6.1~preinstall: lodash.restparam@3.6.1
53662npm info lifecycle lodash._createassigner@3.1.1~preinstall: lodash._createassigner@3.1.1
53663npm info lifecycle lodash.assign@3.2.0~preinstall: lodash.assign@3.2.0
53664npm info lifecycle lodash.toplainobject@3.0.0~preinstall: lodash.toplainobject@3.0.0
53665npm info lifecycle lodash.merge@3.3.2~preinstall: lodash.merge@3.3.2
53666npm info lifecycle lodash.uniq@3.2.2~preinstall: lodash.uniq@3.2.2
53667npm info lifecycle longest@1.0.1~preinstall: longest@1.0.1
53668npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
53669npm info lifecycle lru-queue@0.1.0~preinstall: lru-queue@0.1.0
53670npm info lifecycle lodash-node@3.10.1~preinstall: lodash-node@3.10.1
53671npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
53672npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
53673npm info lifecycle mdurl@1.0.1~preinstall: mdurl@1.0.1
53674npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
53675npm info lifecycle merge@1.2.0~preinstall: merge@1.2.0
53676npm info lifecycle exec-sh@0.2.0~preinstall: exec-sh@0.2.0
53677npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
53678npm info lifecycle merge-defaults@0.2.1~preinstall: merge-defaults@0.2.1
53679npm info lifecycle merge-descriptors@1.0.0~preinstall: merge-descriptors@1.0.0
53680npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
53681npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
53682npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
53683npm info lifecycle compressible@2.0.6~preinstall: compressible@2.0.6
53684npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
53685npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
53686npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
53687npm info lifecycle matcher-collection@1.0.1~preinstall: matcher-collection@1.0.1
53688npm info lifecycle walk-sync@0.2.6~preinstall: walk-sync@0.2.6
53689npm info lifecycle walk-sync@0.2.6~preinstall: walk-sync@0.2.6
53690npm info lifecycle walk-sync@0.2.6~preinstall: walk-sync@0.2.6
53691npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
53692npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
53693npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
53694npm info lifecycle mktemp@0.3.5~preinstall: mktemp@0.3.5
53695npm info lifecycle mout@0.9.1~preinstall: mout@0.9.1
53696npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
53697npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
53698npm info lifecycle fs-tree-diff@0.3.1~preinstall: fs-tree-diff@0.3.1
53699npm info lifecycle fs-tree-diff@0.4.4~preinstall: fs-tree-diff@0.4.4
53700npm info lifecycle mustache@2.2.1~preinstall: mustache@2.2.1
53701npm info lifecycle mute-stream@0.0.4~preinstall: mute-stream@0.0.4
53702npm info lifecycle negotiator@0.6.0~preinstall: negotiator@0.6.0
53703npm info lifecycle accepts@1.3.0~preinstall: accepts@1.3.0
53704npm info lifecycle next-tick@0.2.2~preinstall: next-tick@0.2.2
53705npm info lifecycle node-int64@0.4.0~preinstall: node-int64@0.4.0
53706npm info lifecycle bser@1.0.2~preinstall: bser@1.0.2
53707npm info lifecycle fb-watchman@1.6.0~preinstall: fb-watchman@1.6.0
53708npm info lifecycle node-modules-path@1.0.1~preinstall: node-modules-path@1.0.1
53709npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
53710npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
53711npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
53712npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
53713npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
53714npm info lifecycle ansicolors@0.3.2~preinstall: ansicolors@0.3.2
53715npm info lifecycle ansistyles@0.1.3~preinstall: ansistyles@0.1.3
53716npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
53717npm info lifecycle char-spinner@1.0.1~preinstall: char-spinner@1.0.1
53718npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
53719npm info lifecycle chownr@1.0.1~preinstall: chownr@1.0.1
53720npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
53721npm info lifecycle clone@0.1.19~preinstall: clone@0.1.19
53722npm info lifecycle defaults@1.0.2~preinstall: defaults@1.0.2
53723npm info lifecycle wcwidth@1.0.0~preinstall: wcwidth@1.0.0
53724npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
53725npm info lifecycle asap@2.0.3~preinstall: asap@2.0.3
53726npm info lifecycle editor@1.0.0~preinstall: editor@1.0.0
53727npm info lifecycle github-url-from-git@1.4.0~preinstall: github-url-from-git@1.4.0
53728npm info lifecycle github-url-from-username-repo@1.0.2~preinstall: github-url-from-username-repo@1.0.2
53729npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
53730npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
53731npm info lifecycle fs-write-stream-atomic@1.0.4~preinstall: fs-write-stream-atomic@1.0.4
53732npm info lifecycle hosted-git-info@2.1.4~preinstall: hosted-git-info@2.1.4
53733npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
53734npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
53735npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
53736npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
53737npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
53738npm info lifecycle lru-cache@2.7.0~preinstall: lru-cache@2.7.0
53739npm info lifecycle balanced-match@0.2.1~preinstall: balanced-match@0.2.1
53740npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53741npm info lifecycle brace-expansion@1.1.1~preinstall: brace-expansion@1.1.1
53742npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
53743npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
53744npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
53745npm info lifecycle cmd-shim@2.0.1~preinstall: cmd-shim@2.0.1
53746npm info lifecycle balanced-match@0.2.1~preinstall: balanced-match@0.2.1
53747npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
53748npm info lifecycle brace-expansion@1.1.1~preinstall: brace-expansion@1.1.1
53749npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
53750npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
53751npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
53752npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
53753npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
53754npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53755npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53756npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53757npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
53758npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53759npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53760npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53761npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
53762npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53763npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53764npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53765npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
53766npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
53767npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
53768npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
53769npm info lifecycle array-index@0.1.1~preinstall: array-index@0.1.1
53770npm info lifecycle path-array@1.0.0~preinstall: path-array@1.0.0
53771npm info lifecycle nopt@3.0.4~preinstall: nopt@3.0.4
53772npm info lifecycle normalize-git-url@3.0.1~preinstall: normalize-git-url@3.0.1
53773npm info lifecycle builtin-modules@1.1.0~preinstall: builtin-modules@1.1.0
53774npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
53775npm info lifecycle npm-cache-filename@1.0.2~preinstall: npm-cache-filename@1.0.2
53776npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
53777npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
53778npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53779npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53780npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53781npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
53782npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53783npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53784npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53785npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
53786npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53787npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53788npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53789npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
53790npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
53791npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
53792npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53793npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
53794npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53795npm info lifecycle util-deprecate@1.0.1~preinstall: util-deprecate@1.0.1
53796npm info lifecycle readable-stream@2.0.2~preinstall: readable-stream@2.0.2
53797npm info lifecycle typedarray@0.0.6~preinstall: typedarray@0.0.6
53798npm info lifecycle concat-stream@1.5.0~preinstall: concat-stream@1.5.0
53799npm info lifecycle npm-user-validate@0.1.2~preinstall: npm-user-validate@0.1.2
53800npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
53801npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
53802npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53803npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53804npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53805npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
53806npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53807npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53808npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53809npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
53810npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
53811npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
53812npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
53813npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
53814npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
53815npm info lifecycle opener@1.4.1~preinstall: opener@1.4.1
53816npm info lifecycle os-homedir@1.0.0~preinstall: os-homedir@1.0.0
53817npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53818npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53819npm info lifecycle path-is-inside@1.0.1~preinstall: path-is-inside@1.0.1
53820npm info lifecycle debuglog@1.0.1~preinstall: debuglog@1.0.1
53821npm info lifecycle util-extend@1.0.1~preinstall: util-extend@1.0.1
53822npm info lifecycle jju@1.2.1~preinstall: jju@1.2.1
53823npm info lifecycle json-parse-helpfulerror@1.0.3~preinstall: json-parse-helpfulerror@1.0.3
53824npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
53825npm info lifecycle read@1.0.7~preinstall: read@1.0.7
53826npm info lifecycle promzard@0.3.0~preinstall: promzard@0.3.0
53827npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
53828npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53829npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53830npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
53831npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
53832npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
53833npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
53834npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
53835npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
53836npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
53837npm info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
53838npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
53839npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53840npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
53841npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53842npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
53843npm info lifecycle readable-stream@2.0.3~preinstall: readable-stream@2.0.3
53844npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
53845npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
53846npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
53847npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
53848npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
53849npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
53850npm info lifecycle async@1.5.0~preinstall: async@1.5.0
53851npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
53852npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
53853npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
53854npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
53855npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
53856npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
53857npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
53858npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
53859npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
53860npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
53861npm info lifecycle xtend@4.0.0~preinstall: xtend@4.0.0
53862npm info lifecycle is-my-json-valid@2.12.2~preinstall: is-my-json-valid@2.12.2
53863npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
53864npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
53865npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
53866npm info lifecycle boom@2.10.0~preinstall: boom@2.10.0
53867npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
53868npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
53869npm info lifecycle hawk@3.1.0~preinstall: hawk@3.1.0
53870npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
53871npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
53872npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
53873npm info lifecycle http-signature@0.11.0~preinstall: http-signature@0.11.0
53874npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
53875npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
53876npm info lifecycle mime-db@1.19.0~preinstall: mime-db@1.19.0
53877npm info lifecycle mime-types@2.1.7~preinstall: mime-types@2.1.7
53878npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
53879npm info lifecycle node-uuid@1.4.3~preinstall: node-uuid@1.4.3
53880npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
53881npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
53882npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
53883npm info lifecycle tough-cookie@2.2.0~preinstall: tough-cookie@2.2.0
53884npm info lifecycle tunnel-agent@0.4.1~preinstall: tunnel-agent@0.4.1
53885npm info lifecycle retry@0.8.0~preinstall: retry@0.8.0
53886npm info lifecycle semver@5.0.3~preinstall: semver@5.0.3
53887npm info lifecycle npm-package-arg@4.0.2~preinstall: npm-package-arg@4.0.2
53888npm info lifecycle npm-install-checks@1.0.6~preinstall: npm-install-checks@1.0.6
53889npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
53890npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
53891npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
53892npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
53893npm info lifecycle util-deprecate@1.0.1~preinstall: util-deprecate@1.0.1
53894npm info lifecycle readable-stream@2.0.2~preinstall: readable-stream@2.0.2
53895npm info lifecycle sha@2.0.1~preinstall: sha@2.0.1
53896npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
53897npm info lifecycle sorted-object@1.0.0~preinstall: sorted-object@1.0.0
53898npm info lifecycle spdx-license-ids@1.1.0~preinstall: spdx-license-ids@1.1.0
53899npm info lifecycle spdx@0.4.1~preinstall: spdx@0.4.1
53900npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
53901npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
53902npm info lifecycle har-validator@2.0.2~preinstall: har-validator@2.0.2
53903npm info lifecycle request@2.65.0~preinstall: request@2.65.0
53904npm info lifecycle columnify@1.5.2~preinstall: columnify@1.5.2
53905npm info lifecycle text-table@0.2.0~preinstall: text-table@0.2.0
53906npm info lifecycle uid-number@0.0.6~preinstall: uid-number@0.0.6
53907npm info lifecycle umask@1.1.0~preinstall: umask@1.1.0
53908npm info lifecycle spdx-correct@1.0.1~preinstall: spdx-correct@1.0.1
53909npm info lifecycle spdx-exceptions@1.0.2~preinstall: spdx-exceptions@1.0.2
53910npm info lifecycle spdx-expression-parse@1.0.0~preinstall: spdx-expression-parse@1.0.0
53911npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
53912npm info lifecycle normalize-package-data@2.3.5~preinstall: normalize-package-data@2.3.5
53913npm info lifecycle builtins@0.0.7~preinstall: builtins@0.0.7
53914npm info lifecycle validate-npm-package-name@2.2.2~preinstall: validate-npm-package-name@2.2.2
53915npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
53916npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
53917npm info lifecycle which@1.2.0~preinstall: which@1.2.0
53918npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
53919npm info lifecycle once@1.3.2~preinstall: once@1.3.2
53920npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
53921npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
53922npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
53923npm info lifecycle rimraf@2.4.3~preinstall: rimraf@2.4.3
53924npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
53925npm info lifecycle tar@2.2.1~preinstall: tar@2.2.1
53926npm info lifecycle tar@1.0.3~preinstall: tar@1.0.3
53927npm info lifecycle node-gyp@3.0.3~preinstall: node-gyp@3.0.3
53928npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
53929npm info lifecycle fstream-npm@1.0.7~preinstall: fstream-npm@1.0.7
53930npm info lifecycle fs-vacuum@1.2.7~preinstall: fs-vacuum@1.2.7
53931npm info lifecycle read-package-json@2.0.2~preinstall: read-package-json@2.0.2
53932npm info lifecycle init-package-json@1.9.1~preinstall: init-package-json@1.9.1
53933npm info lifecycle dezalgo@1.0.3~preinstall: dezalgo@1.0.3
53934npm info lifecycle realize-package-specifier@3.0.1~preinstall: realize-package-specifier@3.0.1
53935npm info lifecycle readdir-scoped-modules@1.0.2~preinstall: readdir-scoped-modules@1.0.2
53936npm info lifecycle read-installed@4.0.3~preinstall: read-installed@4.0.3
53937npm info lifecycle async-some@1.0.2~preinstall: async-some@1.0.2
53938npm info lifecycle write-file-atomic@1.1.3~preinstall: write-file-atomic@1.1.3
53939npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
53940npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
53941npm info lifecycle is-integer@1.0.6~preinstall: is-integer@1.0.6
53942npm info lifecycle object-assign@3.0.0~preinstall: object-assign@3.0.0
53943npm info lifecycle object-component@0.0.3~preinstall: object-component@0.0.3
53944npm info lifecycle object-keys@1.0.1~preinstall: object-keys@1.0.1
53945npm info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
53946npm info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1
53947npm info lifecycle morgan@1.6.1~preinstall: morgan@1.6.1
53948npm info lifecycle options@0.0.6~preinstall: options@0.0.6
53949npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
53950npm info lifecycle os-locale@1.4.0~preinstall: os-locale@1.4.0
53951npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
53952npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
53953npm info lifecycle osenv@0.0.3~preinstall: osenv@0.0.3
53954npm info lifecycle parsejson@0.0.1~preinstall: parsejson@0.0.1
53955npm info lifecycle parseqs@0.0.2~preinstall: parseqs@0.0.2
53956npm info lifecycle parseuri@0.0.2~preinstall: parseuri@0.0.2
53957npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
53958npm info lifecycle path-exists@1.0.0~preinstall: path-exists@1.0.0
53959npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
53960npm info lifecycle path-posix@1.0.0~preinstall: path-posix@1.0.0
53961npm info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
53962npm info lifecycle pleasant-progress@1.1.0~preinstall: pleasant-progress@1.1.0
53963npm info lifecycle async@0.9.0~preinstall: async@0.9.0
53964npm info lifecycle portfinder@0.4.0~preinstall: portfinder@0.4.0
53965npm info lifecycle printf@0.2.3~preinstall: printf@0.2.3
53966npm info lifecycle private@0.1.6~preinstall: private@0.1.6
53967npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
53968npm info lifecycle process-relative-require@1.0.0~preinstall: process-relative-require@1.0.0
53969npm info lifecycle proxy-addr@1.0.10~preinstall: proxy-addr@1.0.10
53970npm info lifecycle pseudomap@1.0.1~preinstall: pseudomap@1.0.1
53971npm info lifecycle lru-cache@3.2.0~preinstall: lru-cache@3.2.0
53972npm info lifecycle q@1.4.1~preinstall: q@1.4.1
53973npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
53974npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
53975npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
53976npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
53977npm info lifecycle ansi-regex@1.1.1~preinstall: ansi-regex@1.1.1
53978npm info lifecycle strip-ansi@2.0.1~preinstall: strip-ansi@2.0.1
53979npm info lifecycle readline2@0.1.1~preinstall: readline2@0.1.1
53980npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
53981npm info lifecycle recast@0.10.33~preinstall: recast@0.10.33
53982npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~preinstall: esprima-fb@12001.1.0-dev-harmony-fb
53983npm info lifecycle redeyed@0.5.0~preinstall: redeyed@0.5.0
53984npm info lifecycle cardinal@0.5.0~preinstall: cardinal@0.5.0
53985npm info lifecycle regenerate@1.2.1~preinstall: regenerate@1.2.1
53986npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
53987npm info lifecycle regjsgen@0.2.0~preinstall: regjsgen@0.2.0
53988npm info lifecycle regjsparser@0.1.5~preinstall: regjsparser@0.1.5
53989npm info lifecycle regexpu@1.3.0~preinstall: regexpu@1.3.0
53990npm info lifecycle repeat-string@1.5.2~preinstall: repeat-string@1.5.2
53991npm info lifecycle align-text@0.1.3~preinstall: align-text@0.1.3
53992npm info lifecycle center-align@0.1.2~preinstall: center-align@0.1.2
53993npm info lifecycle repeating@1.1.3~preinstall: repeating@1.1.3
53994npm info lifecycle detect-indent@3.0.1~preinstall: detect-indent@3.0.1
53995npm info lifecycle requires-port@0.0.1~preinstall: requires-port@0.0.1
53996npm info lifecycle http-proxy@1.12.0~preinstall: http-proxy@1.12.0
53997npm info lifecycle resolve@1.1.6~preinstall: resolve@1.1.6
53998npm info lifecycle right-align@0.1.3~preinstall: right-align@0.1.3
53999npm info lifecycle cliui@2.1.0~preinstall: cliui@2.1.0
54000npm info lifecycle rsvp@3.1.0~preinstall: rsvp@3.1.0
54001npm info lifecycle promise-map-series@0.2.2~preinstall: promise-map-series@0.2.2
54002npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
54003npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
54004npm info lifecycle semver-utils@1.1.1~preinstall: semver-utils@1.1.1
54005npm info lifecycle bower@1.7.1~preinstall: bower@1.7.1
54006npm info lifecycle shebang-regex@1.0.0~preinstall: shebang-regex@1.0.0
54007npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
54008npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
54009npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
54010npm info lifecycle fireworm@0.6.6~preinstall: fireworm@0.6.6
54011npm info lifecycle silent-error@1.0.0~preinstall: silent-error@1.0.0
54012npm info lifecycle ember-cli-normalize-entity-name@1.0.0~preinstall: ember-cli-normalize-entity-name@1.0.0
54013npm info lifecycle simple-fmt@0.1.0~preinstall: simple-fmt@0.1.0
54014npm info lifecycle simple-is@0.2.0~preinstall: simple-is@0.2.0
54015npm info lifecycle slash@1.0.0~preinstall: slash@1.0.0
54016npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
54017npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
54018npm info lifecycle debug@1.0.2~preinstall: debug@1.0.2
54019npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
54020npm info lifecycle socket.io-parser@2.2.2~preinstall: socket.io-parser@2.2.2
54021npm info lifecycle socket.io-adapter@0.3.1~preinstall: socket.io-adapter@0.3.1
54022npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
54023npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
54024npm info lifecycle socket.io-parser@2.2.4~preinstall: socket.io-parser@2.2.4
54025npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
54026npm info lifecycle debug@2.1.0~preinstall: debug@2.1.0
54027npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
54028npm info lifecycle recast@0.9.18~preinstall: recast@0.9.18
54029npm info lifecycle ember-router-generator@1.1.1~preinstall: ember-router-generator@1.1.1
54030npm info lifecycle source-map@0.1.32~preinstall: source-map@0.1.32
54031npm info lifecycle source-map-support@0.2.10~preinstall: source-map-support@0.2.10
54032npm info lifecycle source-map-url@0.3.0~preinstall: source-map-url@0.3.0
54033npm info lifecycle fast-sourcemap-concat@0.2.7~preinstall: fast-sourcemap-concat@0.2.7
54034npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
54035npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
54036npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
54037npm info lifecycle stable@0.1.5~preinstall: stable@0.1.5
54038npm info lifecycle alter@0.2.0~preinstall: alter@0.2.0
54039npm info lifecycle statuses@1.2.1~preinstall: statuses@1.2.1
54040npm info lifecycle http-errors@1.3.1~preinstall: http-errors@1.3.1
54041npm info lifecycle send@0.13.0~preinstall: send@0.13.0
54042npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
54043npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
54044npm info lifecycle stringmap@0.2.2~preinstall: stringmap@0.2.2
54045npm info lifecycle stringset@0.2.1~preinstall: stringset@0.2.1
54046npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
54047npm info lifecycle styled_string@0.0.1~preinstall: styled_string@0.0.1
54048npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
54049npm info lifecycle chalk@1.1.0~preinstall: chalk@1.1.0
54050npm info lifecycle symlink-or-copy@1.0.1~preinstall: symlink-or-copy@1.0.1
54051npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
54052npm info lifecycle temp@0.8.1~preinstall: temp@0.8.1
54053npm info lifecycle async@1.5.0~preinstall: async@1.5.0
54054npm info lifecycle through@2.3.8~preinstall: through@2.3.8
54055npm info lifecycle timers-ext@0.1.0~preinstall: timers-ext@0.1.0
54056npm info lifecycle memoizee@0.3.9~preinstall: memoizee@0.3.9
54057npm info lifecycle cli-color@0.3.3~preinstall: cli-color@0.3.3
54058npm info lifecycle inquirer@0.5.1~preinstall: inquirer@0.5.1
54059npm info lifecycle qs@5.1.0~preinstall: qs@5.1.0
54060npm info lifecycle tmpl@1.0.4~preinstall: tmpl@1.0.4
54061npm info lifecycle makeerror@1.0.11~preinstall: makeerror@1.0.11
54062npm info lifecycle to-array@0.1.3~preinstall: to-array@0.1.3
54063npm info lifecycle to-fast-properties@1.0.1~preinstall: to-fast-properties@1.0.1
54064npm info lifecycle trim-right@1.0.1~preinstall: trim-right@1.0.1
54065npm info lifecycle try-resolve@1.0.1~preinstall: try-resolve@1.0.1
54066npm info lifecycle tryor@0.1.2~preinstall: tryor@0.1.2
54067npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
54068npm info lifecycle uc.micro@1.0.0~preinstall: uc.micro@1.0.0
54069npm info lifecycle linkify-it@1.2.0~preinstall: linkify-it@1.2.0
54070npm info lifecycle markdown-it@4.3.0~preinstall: markdown-it@4.3.0
54071npm info lifecycle markdown-it-terminal@0.0.2~preinstall: markdown-it-terminal@0.0.2
54072npm info lifecycle ultron@1.0.2~preinstall: ultron@1.0.2
54073npm info lifecycle underscore@1.8.3~preinstall: underscore@1.8.3
54074npm info lifecycle backbone@1.2.3~preinstall: backbone@1.2.3
54075npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
54076npm info lifecycle quick-temp@0.1.3~preinstall: quick-temp@0.1.3
54077npm info lifecycle broccoli-writer@0.1.1~preinstall: broccoli-writer@0.1.1
54078npm info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
54079npm info lifecycle raw-body@2.1.5~preinstall: raw-body@2.1.5
54080npm info lifecycle body-parser@1.14.2~preinstall: body-parser@1.14.2
54081npm info lifecycle finalhandler@0.4.0~preinstall: finalhandler@0.4.0
54082npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
54083npm info lifecycle home-or-tmp@1.0.0~preinstall: home-or-tmp@1.0.0
54084npm info lifecycle utf8@2.1.0~preinstall: utf8@2.1.0
54085npm info lifecycle engine.io-parser@1.2.2~preinstall: engine.io-parser@1.2.2
54086npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
54087npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
54088npm info lifecycle tap-parser@1.2.2~preinstall: tap-parser@1.2.2
54089npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
54090npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
54091npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
54092npm info lifecycle npm-registry-client@7.0.7~preinstall: npm-registry-client@7.0.7
54093npm info lifecycle npm@2.14.10~preinstall: npm@2.14.10
54094npm info lifecycle utils-merge@1.0.0~preinstall: utils-merge@1.0.0
54095npm info lifecycle express@4.13.3~preinstall: express@4.13.3
54096npm info lifecycle connect@3.4.0~preinstall: connect@3.4.0
54097npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
54098npm info lifecycle vary@1.1.0~preinstall: vary@1.1.0
54099npm info lifecycle compression@1.6.0~preinstall: compression@1.6.0
54100npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
54101npm info lifecycle walker@1.0.7~preinstall: walker@1.0.7
54102npm info lifecycle watch@0.10.0~preinstall: watch@0.10.0
54103npm info lifecycle sane@1.3.0~preinstall: sane@1.3.0
54104npm info lifecycle broccoli-sane-watcher@1.1.4~preinstall: broccoli-sane-watcher@1.1.4
54105npm info lifecycle websocket-extensions@0.1.1~preinstall: websocket-extensions@0.1.1
54106npm info lifecycle websocket-driver@0.6.3~preinstall: websocket-driver@0.6.3
54107npm info lifecycle faye-websocket@0.10.0~preinstall: faye-websocket@0.10.0
54108npm info lifecycle tiny-lr@0.2.0~preinstall: tiny-lr@0.2.0
54109npm info lifecycle which@1.2.1~preinstall: which@1.2.1
54110npm info lifecycle cross-spawn-async@2.1.1~preinstall: cross-spawn-async@2.1.1
54111npm info lifecycle window-size@0.1.4~preinstall: window-size@0.1.4
54112npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
54113npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
54114npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
54115npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
54116npm info lifecycle handlebars@3.0.3~preinstall: handlebars@3.0.3
54117npm info lifecycle bower-config@0.6.1~preinstall: bower-config@0.6.1
54118npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
54119npm info lifecycle once@1.3.3~preinstall: once@1.3.3
54120npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
54121npm info lifecycle glob@6.0.1~preinstall: glob@6.0.1
54122npm info lifecycle rimraf@2.4.5~preinstall: rimraf@2.4.5
54123npm info lifecycle fs-extra@0.22.1~preinstall: fs-extra@0.22.1
54124npm info lifecycle cpr@0.4.2~preinstall: cpr@0.4.2
54125npm info lifecycle broccoli-plugin@1.2.1~preinstall: broccoli-plugin@1.2.1
54126npm info lifecycle broccoli-merge-trees@1.1.0~preinstall: broccoli-merge-trees@1.1.0
54127npm info lifecycle broccoli-funnel@1.0.1~preinstall: broccoli-funnel@1.0.1
54128npm info lifecycle fs-extra@0.24.0~preinstall: fs-extra@0.24.0
54129npm info lifecycle broccoli-plugin@1.1.0~preinstall: broccoli-plugin@1.1.0
54130npm info lifecycle async-disk-cache@1.0.3~preinstall: async-disk-cache@1.0.3
54131npm info lifecycle glob@5.0.13~preinstall: glob@5.0.13
54132npm info lifecycle fileset@0.2.1~preinstall: fileset@0.2.1
54133npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~preinstall: broccoli-kitchen-sink-helpers@0.2.9
54134npm info lifecycle hash-for-dep@1.0.1~preinstall: hash-for-dep@1.0.1
54135npm info lifecycle broccoli-persistent-filter@1.1.6~preinstall: broccoli-persistent-filter@1.1.6
54136npm info lifecycle broccoli-filter@0.1.14~preinstall: broccoli-filter@0.1.14
54137npm info lifecycle broccoli-clean-css@0.2.0~preinstall: broccoli-clean-css@0.2.0
54138npm info lifecycle ember-cli-preprocess-registry@1.1.0~preinstall: ember-cli-preprocess-registry@1.1.0
54139npm info lifecycle broccoli-caching-writer@2.2.1~preinstall: broccoli-caching-writer@2.2.1
54140npm info lifecycle broccoli-sourcemap-concat@2.0.2~preinstall: broccoli-sourcemap-concat@2.0.2
54141npm info lifecycle broccoli-config-loader@1.0.0~preinstall: broccoli-config-loader@1.0.0
54142npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~preinstall: broccoli-kitchen-sink-helpers@0.3.1
54143npm info lifecycle broccoli-config-replace@1.1.1~preinstall: broccoli-config-replace@1.1.1
54144npm info lifecycle glob@4.3.5~preinstall: glob@4.3.5
54145npm info lifecycle findup-sync@0.2.1~preinstall: findup-sync@0.2.1
54146npm info lifecycle broccoli@0.16.8~preinstall: broccoli@0.16.8
54147npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
54148npm info lifecycle commoner@0.10.4~preinstall: commoner@0.10.4
54149npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
54150npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
54151npm info lifecycle ws-pure@0.8.0~preinstall: ws-pure@0.8.0
54152npm info lifecycle engine.io-pure@1.5.9~preinstall: engine.io-pure@1.5.9
54153npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
54154npm info lifecycle configstore@1.2.1~preinstall: configstore@1.2.1
54155npm info lifecycle xmldom@0.1.19~preinstall: xmldom@0.1.19
54156npm info lifecycle xmlhttprequest-ssl@1.5.1~preinstall: xmlhttprequest-ssl@1.5.1
54157npm info lifecycle engine.io-client-pure@1.5.9~preinstall: engine.io-client-pure@1.5.9
54158npm info lifecycle socket.io-client-pure@1.3.12~preinstall: socket.io-client-pure@1.3.12
54159npm info lifecycle socket.io-pure@1.3.12~preinstall: socket.io-pure@1.3.12
54160npm info lifecycle testem@0.9.11~preinstall: testem@0.9.11
54161npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
54162npm info lifecycle output-file-sync@1.1.1~preinstall: output-file-sync@1.1.1
54163npm info lifecycle y18n@3.2.0~preinstall: y18n@3.2.0
54164npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
54165npm info lifecycle fs-extra@0.16.5~preinstall: fs-extra@0.16.5
54166npm info lifecycle yam@0.0.18~preinstall: yam@0.0.18
54167npm info lifecycle yargs@3.27.0~preinstall: yargs@3.27.0
54168npm info lifecycle defs@1.1.1~preinstall: defs@1.1.1
54169npm info lifecycle regenerator@0.8.40~preinstall: regenerator@0.8.40
54170npm info lifecycle babel-core@5.8.34~preinstall: babel-core@5.8.34
54171npm info lifecycle broccoli-babel-transpiler@5.5.0~preinstall: broccoli-babel-transpiler@5.5.0
54172npm info lifecycle ember-cli@1.13.13~preinstall: ember-cli@1.13.13
54173npm info linkStuff abbrev@1.0.7
54174npm verb linkBins abbrev@1.0.7
54175npm verb linkMans abbrev@1.0.7
54176npm info linkStuff acorn@1.2.2
54177npm verb linkBins acorn@1.2.2
54178npm verb link bins [ { acorn: './bin/acorn' },
54179npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
54180npm verb link bins false ]
54181npm verb linkMans acorn@1.2.2
54182npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/acorn
54183npm info linkStuff after@0.8.1
54184npm verb linkBins after@0.8.1
54185npm verb linkMans after@0.8.1
54186npm info linkStuff amd-name-resolver@0.0.2
54187npm verb linkBins amd-name-resolver@0.0.2
54188npm verb linkMans amd-name-resolver@0.0.2
54189npm info linkStuff amdefine@1.0.0
54190npm verb linkBins amdefine@1.0.0
54191npm verb linkMans amdefine@1.0.0
54192npm info linkStuff ansi@0.3.0
54193npm verb linkBins ansi@0.3.0
54194npm verb linkMans ansi@0.3.0
54195npm info linkStuff ansi-regex@2.0.0
54196npm verb linkBins ansi-regex@2.0.0
54197npm verb linkMans ansi-regex@2.0.0
54198npm info linkStuff ansi-styles@2.1.0
54199npm verb linkBins ansi-styles@2.1.0
54200npm verb linkMans ansi-styles@2.1.0
54201npm info linkStuff ansicolors@0.2.1
54202npm verb linkBins ansicolors@0.2.1
54203npm verb linkMans ansicolors@0.2.1
54204npm info linkStuff array-equal@1.0.0
54205npm verb linkBins array-equal@1.0.0
54206npm verb linkMans array-equal@1.0.0
54207npm info linkStuff array-flatten@1.1.1
54208npm verb linkBins array-flatten@1.1.1
54209npm verb linkMans array-flatten@1.1.1
54210npm info linkStuff arraybuffer.slice@0.0.6
54211npm verb linkBins arraybuffer.slice@0.0.6
54212npm verb linkMans arraybuffer.slice@0.0.6
54213npm info linkStuff ast-traverse@0.1.1
54214npm verb linkBins ast-traverse@0.1.1
54215npm verb linkMans ast-traverse@0.1.1
54216npm info linkStuff ast-types@0.8.12
54217npm verb linkBins ast-types@0.8.12
54218npm verb linkMans ast-types@0.8.12
54219npm info linkStuff async@0.2.10
54220npm verb linkBins async@0.2.10
54221npm verb linkMans async@0.2.10
54222npm info linkStuff source-map@0.5.3
54223npm verb linkBins source-map@0.5.3
54224npm verb linkMans source-map@0.5.3
54225npm info linkStuff babel-plugin-constant-folding@1.0.1
54226npm verb linkBins babel-plugin-constant-folding@1.0.1
54227npm verb linkMans babel-plugin-constant-folding@1.0.1
54228npm info linkStuff babel-plugin-dead-code-elimination@1.0.2
54229npm verb linkBins babel-plugin-dead-code-elimination@1.0.2
54230npm verb linkMans babel-plugin-dead-code-elimination@1.0.2
54231npm info linkStuff babel-plugin-eval@1.0.1
54232npm verb linkBins babel-plugin-eval@1.0.1
54233npm verb linkMans babel-plugin-eval@1.0.1
54234npm info linkStuff babel-plugin-inline-environment-variables@1.0.1
54235npm verb linkBins babel-plugin-inline-environment-variables@1.0.1
54236npm verb linkMans babel-plugin-inline-environment-variables@1.0.1
54237npm info linkStuff babel-plugin-jscript@1.0.4
54238npm verb linkBins babel-plugin-jscript@1.0.4
54239npm verb linkMans babel-plugin-jscript@1.0.4
54240npm info linkStuff babel-plugin-member-expression-literals@1.0.1
54241npm verb linkBins babel-plugin-member-expression-literals@1.0.1
54242npm verb linkMans babel-plugin-member-expression-literals@1.0.1
54243npm info linkStuff babel-plugin-property-literals@1.0.1
54244npm verb linkBins babel-plugin-property-literals@1.0.1
54245npm verb linkMans babel-plugin-property-literals@1.0.1
54246npm info linkStuff babel-plugin-react-constant-elements@1.0.3
54247npm verb linkBins babel-plugin-react-constant-elements@1.0.3
54248npm verb linkMans babel-plugin-react-constant-elements@1.0.3
54249npm info linkStuff babel-plugin-react-display-name@1.0.3
54250npm verb linkBins babel-plugin-react-display-name@1.0.3
54251npm verb linkMans babel-plugin-react-display-name@1.0.3
54252npm info linkStuff babel-plugin-remove-console@1.0.1
54253npm verb linkBins babel-plugin-remove-console@1.0.1
54254npm verb linkMans babel-plugin-remove-console@1.0.1
54255npm info linkStuff babel-plugin-remove-debugger@1.0.1
54256npm verb linkBins babel-plugin-remove-debugger@1.0.1
54257npm verb linkMans babel-plugin-remove-debugger@1.0.1
54258npm info linkStuff babel-plugin-runtime@1.0.7
54259npm verb linkBins babel-plugin-runtime@1.0.7
54260npm verb linkMans babel-plugin-runtime@1.0.7
54261npm info linkStuff babel-plugin-undefined-to-void@1.1.6
54262npm verb linkBins babel-plugin-undefined-to-void@1.1.6
54263npm verb linkMans babel-plugin-undefined-to-void@1.1.6
54264npm info linkStuff babylon@5.8.34
54265npm verb linkBins babylon@5.8.34
54266npm verb linkMans babylon@5.8.34
54267npm info linkStuff backo2@1.0.2
54268npm verb linkBins backo2@1.0.2
54269npm verb linkMans backo2@1.0.2
54270npm info linkStuff balanced-match@0.3.0
54271npm verb linkBins balanced-match@0.3.0
54272npm verb linkMans balanced-match@0.3.0
54273npm info linkStuff base64-arraybuffer@0.1.2
54274npm verb linkBins base64-arraybuffer@0.1.2
54275npm verb linkMans base64-arraybuffer@0.1.2
54276npm info linkStuff base64id@0.1.0
54277npm verb linkBins base64id@0.1.0
54278npm verb linkMans base64id@0.1.0
54279npm info linkStuff basic-auth@1.0.3
54280npm verb linkBins basic-auth@1.0.3
54281npm verb linkMans basic-auth@1.0.3
54282npm info linkStuff benchmark@1.0.0
54283npm verb linkBins benchmark@1.0.0
54284npm verb linkMans benchmark@1.0.0
54285npm info linkStuff blank-object@1.0.1
54286npm verb linkBins blank-object@1.0.1
54287npm verb linkMans blank-object@1.0.1
54288npm info linkStuff blob@0.0.4
54289npm verb linkBins blob@0.0.4
54290npm verb linkMans blob@0.0.4
54291npm info linkStuff bluebird@2.10.2
54292npm verb linkBins bluebird@2.10.2
54293npm verb linkMans bluebird@2.10.2
54294npm info linkStuff bytes@2.2.0
54295npm verb linkBins bytes@2.2.0
54296npm verb linkMans bytes@2.2.0
54297npm info linkStuff depd@1.1.0
54298npm verb linkBins depd@1.1.0
54299npm verb linkMans depd@1.1.0
54300npm info linkStuff qs@5.2.0
54301npm verb linkBins qs@5.2.0
54302npm verb linkMans qs@5.2.0
54303npm info linkStuff bower-endpoint-parser@0.2.2
54304npm verb linkBins bower-endpoint-parser@0.2.2
54305npm verb linkMans bower-endpoint-parser@0.2.2
54306npm info linkStuff abbrev@1.0.7
54307npm verb linkBins abbrev@1.0.7
54308npm verb linkMans abbrev@1.0.7
54309npm info linkStuff archy@1.0.0
54310npm verb linkBins archy@1.0.0
54311npm verb linkMans archy@1.0.0
54312npm info linkStuff graceful-fs@4.1.2
54313npm verb linkBins graceful-fs@4.1.2
54314npm verb linkMans graceful-fs@4.1.2
54315npm info linkStuff minimist@0.0.10
54316npm verb linkBins minimist@0.0.10
54317npm verb linkMans minimist@0.0.10
54318npm info linkStuff wordwrap@0.0.3
54319npm verb linkBins wordwrap@0.0.3
54320npm verb linkMans wordwrap@0.0.3
54321npm info linkStuff optimist@0.6.1
54322npm verb linkBins optimist@0.6.1
54323npm verb linkMans optimist@0.6.1
54324npm info linkStuff os-homedir@1.0.1
54325npm verb linkBins os-homedir@1.0.1
54326npm verb linkMans os-homedir@1.0.1
54327npm info linkStuff os-tmpdir@1.0.1
54328npm verb linkBins os-tmpdir@1.0.1
54329npm verb linkMans os-tmpdir@1.0.1
54330npm info linkStuff osenv@0.1.3
54331npm verb linkBins osenv@0.1.3
54332npm verb linkMans osenv@0.1.3
54333npm info linkStuff os-homedir@1.0.1
54334npm verb linkBins os-homedir@1.0.1
54335npm verb linkMans os-homedir@1.0.1
54336npm info linkStuff untildify@2.1.0
54337npm verb linkBins untildify@2.1.0
54338npm verb linkMans untildify@2.1.0
54339npm info linkStuff bower-endpoint-parser@0.2.2
54340npm verb linkBins bower-endpoint-parser@0.2.2
54341npm verb linkMans bower-endpoint-parser@0.2.2
54342npm info linkStuff deep-extend@0.2.11
54343npm verb linkBins deep-extend@0.2.11
54344npm verb linkMans deep-extend@0.2.11
54345npm info linkStuff graceful-fs@2.0.3
54346npm verb linkBins graceful-fs@2.0.3
54347npm verb linkMans graceful-fs@2.0.3
54348npm info linkStuff intersect@0.0.3
54349npm verb linkBins intersect@0.0.3
54350npm verb linkMans intersect@0.0.3
54351npm info linkStuff bower-json@0.4.0
54352npm verb linkBins bower-json@0.4.0
54353npm verb linkMans bower-json@0.4.0
54354npm info linkStuff bower-logger@0.2.2
54355npm verb linkBins bower-logger@0.2.2
54356npm verb linkMans bower-logger@0.2.2
54357npm info linkStuff async@0.2.10
54358npm verb linkBins async@0.2.10
54359npm verb linkMans async@0.2.10
54360npm info linkStuff graceful-fs@4.1.2
54361npm verb linkBins graceful-fs@4.1.2
54362npm verb linkMans graceful-fs@4.1.2
54363npm info linkStuff mkdirp@0.3.5
54364npm verb linkBins mkdirp@0.3.5
54365npm verb linkMans mkdirp@0.3.5
54366npm info linkStuff ansicolors@0.2.1
54367npm verb linkBins ansicolors@0.2.1
54368npm verb linkMans ansicolors@0.2.1
54369npm info linkStuff esprima@1.0.4
54370npm verb linkBins esprima@1.0.4
54371npm verb link bins [ { esparse: './bin/esparse.js',
54372npm verb link bins esvalidate: './bin/esvalidate.js' },
54373npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin',
54374npm verb link bins false ]
54375npm verb linkMans esprima@1.0.4
54376npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esparse
54377npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esvalidate
54378npm info linkStuff redeyed@0.4.4
54379npm verb linkBins redeyed@0.4.4
54380npm verb linkMans redeyed@0.4.4
54381npm info linkStuff cardinal@0.4.4
54382npm verb linkBins cardinal@0.4.4
54383npm verb link bins [ { cdl: './bin/cdl.js' },
54384npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54385npm verb link bins false ]
54386npm verb linkMans cardinal@0.4.4
54387npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/cdl
54388npm info linkStuff ansi-styles@2.1.0
54389npm verb linkBins ansi-styles@2.1.0
54390npm verb linkMans ansi-styles@2.1.0
54391npm info linkStuff escape-string-regexp@1.0.3
54392npm verb linkBins escape-string-regexp@1.0.3
54393npm verb linkMans escape-string-regexp@1.0.3
54394npm info linkStuff ansi-regex@2.0.0
54395npm verb linkBins ansi-regex@2.0.0
54396npm verb linkMans ansi-regex@2.0.0
54397npm info linkStuff has-ansi@2.0.0
54398npm verb linkBins has-ansi@2.0.0
54399npm verb linkMans has-ansi@2.0.0
54400npm info linkStuff ansi-regex@2.0.0
54401npm verb linkBins ansi-regex@2.0.0
54402npm verb linkMans ansi-regex@2.0.0
54403npm info linkStuff strip-ansi@3.0.0
54404npm verb linkBins strip-ansi@3.0.0
54405npm verb linkMans strip-ansi@3.0.0
54406npm info linkStuff supports-color@2.0.0
54407npm verb linkBins supports-color@2.0.0
54408npm verb linkMans supports-color@2.0.0
54409npm info linkStuff chalk@1.1.1
54410npm verb linkBins chalk@1.1.1
54411npm verb linkMans chalk@1.1.1
54412npm info linkStuff chmodr@1.0.2
54413npm verb linkBins chmodr@1.0.2
54414npm verb linkMans chmodr@1.0.2
54415npm info linkStuff lodash@3.10.1
54416npm verb linkBins lodash@3.10.1
54417npm verb linkMans lodash@3.10.1
54418npm info linkStuff sprintf-js@1.0.3
54419npm verb linkBins sprintf-js@1.0.3
54420npm verb linkMans sprintf-js@1.0.3
54421npm info linkStuff argparse@1.0.3
54422npm verb linkBins argparse@1.0.3
54423npm verb linkMans argparse@1.0.3
54424npm info linkStuff esprima@2.7.1
54425npm verb linkBins esprima@2.7.1
54426npm verb link bins [ { esparse: './bin/esparse.js',
54427npm verb link bins esvalidate: './bin/esvalidate.js' },
54428npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin',
54429npm verb link bins false ]
54430npm verb linkMans esprima@2.7.1
54431npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esvalidate
54432npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esparse
54433npm info linkStuff inherit@2.2.2
54434npm verb linkBins inherit@2.2.2
54435npm verb linkMans inherit@2.2.2
54436npm info linkStuff js-yaml@3.4.6
54437npm verb linkBins js-yaml@3.4.6
54438npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
54439npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/configstore/node_modules/.bin',
54440npm verb link bins false ]
54441npm verb linkMans js-yaml@3.4.6
54442npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml
54443npm info linkStuff object-assign@2.1.1
54444npm verb linkBins object-assign@2.1.1
54445npm verb linkMans object-assign@2.1.1
54446npm info linkStuff os-homedir@1.0.1
54447npm verb linkBins os-homedir@1.0.1
54448npm verb linkMans os-homedir@1.0.1
54449npm info linkStuff os-tmpdir@1.0.1
54450npm verb linkBins os-tmpdir@1.0.1
54451npm verb linkMans os-tmpdir@1.0.1
54452npm info linkStuff osenv@0.1.3
54453npm verb linkBins osenv@0.1.3
54454npm verb linkMans osenv@0.1.3
54455npm info linkStuff uuid@2.0.1
54456npm verb linkBins uuid@2.0.1
54457npm verb linkMans uuid@2.0.1
54458npm info linkStuff buffers@0.1.1
54459npm verb linkBins buffers@0.1.1
54460npm verb linkMans buffers@0.1.1
54461npm info linkStuff traverse@0.3.9
54462npm verb linkBins traverse@0.3.9
54463npm verb linkMans traverse@0.3.9
54464npm info linkStuff chainsaw@0.1.0
54465npm verb linkBins chainsaw@0.1.0
54466npm verb linkMans chainsaw@0.1.0
54467npm info linkStuff binary@0.3.0
54468npm verb linkBins binary@0.3.0
54469npm verb linkMans binary@0.3.0
54470npm info linkStuff mkpath@0.1.0
54471npm verb linkBins mkpath@0.1.0
54472npm verb linkMans mkpath@0.1.0
54473npm info linkStuff core-util-is@1.0.2
54474npm verb linkBins core-util-is@1.0.2
54475npm verb linkMans core-util-is@1.0.2
54476npm info linkStuff inherits@2.0.1
54477npm verb linkBins inherits@2.0.1
54478npm verb linkMans inherits@2.0.1
54479npm info linkStuff isarray@0.0.1
54480npm verb linkBins isarray@0.0.1
54481npm verb linkMans isarray@0.0.1
54482npm info linkStuff string_decoder@0.10.31
54483npm verb linkBins string_decoder@0.10.31
54484npm verb linkMans string_decoder@0.10.31
54485npm info linkStuff readable-stream@1.1.13
54486npm verb linkBins readable-stream@1.1.13
54487npm verb linkMans readable-stream@1.1.13
54488npm info linkStuff nopt@1.0.10
54489npm verb linkBins nopt@1.0.10
54490npm verb link bins [ { nopt: './bin/nopt.js' },
54491npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin',
54492npm verb link bins false ]
54493npm verb linkMans nopt@1.0.10
54494npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin/nopt
54495npm info linkStuff touch@0.0.3
54496npm verb linkBins touch@0.0.3
54497npm verb linkMans touch@0.0.3
54498npm info linkStuff destroy@1.0.3
54499npm verb linkBins destroy@1.0.3
54500npm verb linkMans destroy@1.0.3
54501npm info linkStuff graceful-fs@4.1.2
54502npm verb linkBins graceful-fs@4.1.2
54503npm verb linkMans graceful-fs@4.1.2
54504npm info linkStuff iferr@0.1.5
54505npm verb linkBins iferr@0.1.5
54506npm verb linkMans iferr@0.1.5
54507npm info linkStuff imurmurhash@0.1.4
54508npm verb linkBins imurmurhash@0.1.4
54509npm verb linkMans imurmurhash@0.1.4
54510npm info linkStuff core-util-is@1.0.2
54511npm verb linkBins core-util-is@1.0.2
54512npm verb linkMans core-util-is@1.0.2
54513npm info linkStuff inherits@2.0.1
54514npm verb linkBins inherits@2.0.1
54515npm verb linkMans inherits@2.0.1
54516npm info linkStuff isarray@0.0.1
54517npm verb linkBins isarray@0.0.1
54518npm verb linkMans isarray@0.0.1
54519npm info linkStuff process-nextick-args@1.0.6
54520npm verb linkBins process-nextick-args@1.0.6
54521npm verb linkMans process-nextick-args@1.0.6
54522npm info linkStuff string_decoder@0.10.31
54523npm verb linkBins string_decoder@0.10.31
54524npm verb linkMans string_decoder@0.10.31
54525npm info linkStuff util-deprecate@1.0.2
54526npm verb linkBins util-deprecate@1.0.2
54527npm verb linkMans util-deprecate@1.0.2
54528npm info linkStuff readable-stream@2.0.4
54529npm verb linkBins readable-stream@2.0.4
54530npm verb linkMans readable-stream@2.0.4
54531npm info linkStuff fs-write-stream-atomic@1.0.7
54532npm verb linkBins fs-write-stream-atomic@1.0.7
54533npm verb linkMans fs-write-stream-atomic@1.0.7
54534npm info linkStuff inherits@2.0.1
54535npm verb linkBins inherits@2.0.1
54536npm verb linkMans inherits@2.0.1
54537npm info linkStuff balanced-match@0.3.0
54538npm verb linkBins balanced-match@0.3.0
54539npm verb linkMans balanced-match@0.3.0
54540npm info linkStuff concat-map@0.0.1
54541npm verb linkBins concat-map@0.0.1
54542npm verb linkMans concat-map@0.0.1
54543npm info linkStuff brace-expansion@1.1.2
54544npm verb linkBins brace-expansion@1.1.2
54545npm verb linkMans brace-expansion@1.1.2
54546npm info linkStuff minimatch@3.0.0
54547npm verb linkBins minimatch@3.0.0
54548npm verb linkMans minimatch@3.0.0
54549npm info linkStuff graceful-fs@4.1.2
54550npm verb linkBins graceful-fs@4.1.2
54551npm verb linkMans graceful-fs@4.1.2
54552npm info linkStuff inherits@2.0.1
54553npm verb linkBins inherits@2.0.1
54554npm verb linkMans inherits@2.0.1
54555npm info linkStuff mime@1.3.4
54556npm verb linkBins mime@1.3.4
54557npm verb link bins [ { mime: 'cli.js' },
54558npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/github/node_modules/.bin',
54559npm verb link bins false ]
54560npm verb linkMans mime@1.3.4
54561npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/github/node_modules/.bin/mime
54562npm info linkStuff github@0.2.4
54563npm verb linkBins github@0.2.4
54564npm verb linkMans github@0.2.4
54565npm info linkStuff wrappy@1.0.1
54566npm verb linkBins wrappy@1.0.1
54567npm verb linkMans wrappy@1.0.1
54568npm info linkStuff inherits@2.0.1
54569npm verb linkBins inherits@2.0.1
54570npm verb linkMans inherits@2.0.1
54571npm info linkStuff balanced-match@0.3.0
54572npm verb linkBins balanced-match@0.3.0
54573npm verb linkMans balanced-match@0.3.0
54574npm info linkStuff concat-map@0.0.1
54575npm verb linkBins concat-map@0.0.1
54576npm verb linkMans concat-map@0.0.1
54577npm info linkStuff brace-expansion@1.1.2
54578npm verb linkBins brace-expansion@1.1.2
54579npm verb linkMans brace-expansion@1.1.2
54580npm info linkStuff minimatch@2.0.10
54581npm verb linkBins minimatch@2.0.10
54582npm verb linkMans minimatch@2.0.10
54583npm info linkStuff wrappy@1.0.1
54584npm verb linkBins wrappy@1.0.1
54585npm verb linkMans wrappy@1.0.1
54586npm info linkStuff once@1.3.3
54587npm verb linkBins once@1.3.3
54588npm verb linkMans once@1.3.3
54589npm info linkStuff inflight@1.0.4
54590npm verb linkBins inflight@1.0.4
54591npm verb linkMans inflight@1.0.4
54592npm info linkStuff glob@4.5.3
54593npm verb linkBins glob@4.5.3
54594npm verb linkMans glob@4.5.3
54595npm info linkStuff graceful-fs@3.0.8
54596npm verb linkBins graceful-fs@3.0.8
54597npm verb linkMans graceful-fs@3.0.8
54598npm info linkStuff wordwrap@0.0.3
54599npm verb linkBins wordwrap@0.0.3
54600npm verb linkMans wordwrap@0.0.3
54601npm info linkStuff optimist@0.3.7
54602npm verb linkBins optimist@0.3.7
54603npm verb linkMans optimist@0.3.7
54604npm info linkStuff async@0.2.10
54605npm verb linkBins async@0.2.10
54606npm verb linkMans async@0.2.10
54607npm info linkStuff amdefine@1.0.0
54608npm verb linkBins amdefine@1.0.0
54609npm verb linkMans amdefine@1.0.0
54610npm info linkStuff source-map@0.1.43
54611npm verb linkBins source-map@0.1.43
54612npm verb linkMans source-map@0.1.43
54613npm info linkStuff uglify-js@2.3.6
54614npm verb linkBins uglify-js@2.3.6
54615npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
54616npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/handlebars/node_modules/.bin',
54617npm verb link bins false ]
54618npm verb linkMans uglify-js@2.3.6
54619npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs
54620npm info linkStuff handlebars@2.0.0
54621npm verb linkBins handlebars@2.0.0
54622npm verb link bins [ { handlebars: 'bin/handlebars' },
54623npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54624npm verb link bins false ]
54625npm verb linkMans handlebars@2.0.0
54626npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/handlebars
54627npm info linkStuff ansi-escapes@1.1.0
54628npm verb linkBins ansi-escapes@1.1.0
54629npm verb linkMans ansi-escapes@1.1.0
54630npm info linkStuff ansi-regex@2.0.0
54631npm verb linkBins ansi-regex@2.0.0
54632npm verb linkMans ansi-regex@2.0.0
54633npm info linkStuff exit-hook@1.1.1
54634npm verb linkBins exit-hook@1.1.1
54635npm verb linkMans exit-hook@1.1.1
54636npm info linkStuff onetime@1.0.0
54637npm verb linkBins onetime@1.0.0
54638npm verb linkMans onetime@1.0.0
54639npm info linkStuff restore-cursor@1.0.1
54640npm verb linkBins restore-cursor@1.0.1
54641npm verb linkMans restore-cursor@1.0.1
54642npm info linkStuff cli-cursor@1.0.2
54643npm verb linkBins cli-cursor@1.0.2
54644npm verb linkMans cli-cursor@1.0.2
54645npm info linkStuff cli-width@1.1.0
54646npm verb linkBins cli-width@1.1.0
54647npm verb linkMans cli-width@1.1.0
54648npm info linkStuff figures@1.4.0
54649npm verb linkBins figures@1.4.0
54650npm verb linkMans figures@1.4.0
54651npm info linkStuff lodash@3.10.1
54652npm verb linkBins lodash@3.10.1
54653npm verb linkMans lodash@3.10.1
54654npm info linkStuff number-is-nan@1.0.0
54655npm verb linkBins number-is-nan@1.0.0
54656npm verb linkMans number-is-nan@1.0.0
54657npm info linkStuff code-point-at@1.0.0
54658npm verb linkBins code-point-at@1.0.0
54659npm verb linkMans code-point-at@1.0.0
54660npm info linkStuff number-is-nan@1.0.0
54661npm verb linkBins number-is-nan@1.0.0
54662npm verb linkMans number-is-nan@1.0.0
54663npm info linkStuff is-fullwidth-code-point@1.0.0
54664npm verb linkBins is-fullwidth-code-point@1.0.0
54665npm verb linkMans is-fullwidth-code-point@1.0.0
54666npm info linkStuff mute-stream@0.0.5
54667npm verb linkBins mute-stream@0.0.5
54668npm verb linkMans mute-stream@0.0.5
54669npm info linkStuff readline2@1.0.1
54670npm verb linkBins readline2@1.0.1
54671npm verb linkMans readline2@1.0.1
54672npm info linkStuff wrappy@1.0.1
54673npm verb linkBins wrappy@1.0.1
54674npm verb linkMans wrappy@1.0.1
54675npm info linkStuff once@1.3.3
54676npm verb linkBins once@1.3.3
54677npm verb linkMans once@1.3.3
54678npm info linkStuff run-async@0.1.0
54679npm verb linkBins run-async@0.1.0
54680npm verb linkMans run-async@0.1.0
54681npm info linkStuff rx-lite@3.1.2
54682npm verb linkBins rx-lite@3.1.2
54683npm verb linkMans rx-lite@3.1.2
54684npm info linkStuff strip-ansi@3.0.0
54685npm verb linkBins strip-ansi@3.0.0
54686npm verb linkMans strip-ansi@3.0.0
54687npm info linkStuff through@2.3.8
54688npm verb linkBins through@2.3.8
54689npm verb linkMans through@2.3.8
54690npm info linkStuff inquirer@0.10.0
54691npm verb linkBins inquirer@0.10.0
54692npm verb linkMans inquirer@0.10.0
54693npm info linkStuff async@1.5.0
54694npm verb linkBins async@1.5.0
54695npm verb linkMans async@1.5.0
54696npm info linkStuff graceful-fs@4.1.2
54697npm verb linkBins graceful-fs@4.1.2
54698npm verb linkMans graceful-fs@4.1.2
54699npm info linkStuff os-tmpdir@1.0.1
54700npm verb linkBins os-tmpdir@1.0.1
54701npm verb linkMans os-tmpdir@1.0.1
54702npm info linkStuff os-homedir@1.0.1
54703npm verb linkBins os-homedir@1.0.1
54704npm verb linkMans os-homedir@1.0.1
54705npm info linkStuff osenv@0.1.3
54706npm verb linkBins osenv@0.1.3
54707npm verb linkMans osenv@0.1.3
54708npm info linkStuff uuid@2.0.1
54709npm verb linkBins uuid@2.0.1
54710npm verb linkMans uuid@2.0.1
54711npm info linkStuff imurmurhash@0.1.4
54712npm verb linkBins imurmurhash@0.1.4
54713npm verb linkMans imurmurhash@0.1.4
54714npm info linkStuff slide@1.1.6
54715npm verb linkBins slide@1.1.6
54716npm verb linkMans slide@1.1.6
54717npm info linkStuff write-file-atomic@1.1.4
54718npm verb linkBins write-file-atomic@1.1.4
54719npm verb linkMans write-file-atomic@1.1.4
54720npm info linkStuff os-homedir@1.0.1
54721npm verb linkBins os-homedir@1.0.1
54722npm verb linkMans os-homedir@1.0.1
54723npm info linkStuff xdg-basedir@2.0.0
54724npm verb linkBins xdg-basedir@2.0.0
54725npm verb linkMans xdg-basedir@2.0.0
54726npm info linkStuff lodash._getnative@3.9.1
54727npm verb linkBins lodash._getnative@3.9.1
54728npm verb linkMans lodash._getnative@3.9.1
54729npm info linkStuff lodash.debounce@3.1.1
54730npm verb linkBins lodash.debounce@3.1.1
54731npm verb linkMans lodash.debounce@3.1.1
54732npm info linkStuff object-assign@4.0.1
54733npm verb linkBins object-assign@4.0.1
54734npm verb linkMans object-assign@4.0.1
54735npm info linkStuff minimist@1.2.0
54736npm verb linkBins minimist@1.2.0
54737npm verb linkMans minimist@1.2.0
54738npm info linkStuff osx-release@1.1.0
54739npm verb linkBins osx-release@1.1.0
54740npm verb link bins [ { 'osx-release': 'cli.js' },
54741npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin',
54742npm verb link bins false ]
54743npm verb linkMans osx-release@1.1.0
54744npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin/osx-release
54745npm info linkStuff semver@5.1.0
54746npm verb linkBins semver@5.1.0
54747npm verb link bins [ { semver: './bin/semver' },
54748npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin',
54749npm verb link bins false ]
54750npm verb linkMans semver@5.1.0
54751npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin/semver
54752npm info linkStuff win-release@1.1.1
54753npm verb linkBins win-release@1.1.1
54754npm verb linkMans win-release@1.1.1
54755npm info linkStuff os-name@1.0.3
54756npm verb linkBins os-name@1.0.3
54757npm verb link bins [ { 'os-name': 'cli.js' },
54758npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/.bin',
54759npm verb link bins false ]
54760npm verb linkMans os-name@1.0.3
54761npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/insight/node_modules/.bin/os-name
54762npm info linkStuff tough-cookie@2.2.1
54763npm verb linkBins tough-cookie@2.2.1
54764npm verb linkMans tough-cookie@2.2.1
54765npm info linkStuff is-root@1.0.0
54766npm verb linkBins is-root@1.0.0
54767npm verb linkMans is-root@1.0.0
54768npm info linkStuff junk@1.0.2
54769npm verb linkBins junk@1.0.2
54770npm verb linkMans junk@1.0.2
54771npm info linkStuff lockfile@1.0.1
54772npm verb linkBins lockfile@1.0.1
54773npm verb linkMans lockfile@1.0.1
54774npm info linkStuff lru-cache@2.7.3
54775npm verb linkBins lru-cache@2.7.3
54776npm verb linkMans lru-cache@2.7.3
54777npm info linkStuff md5-o-matic@0.1.1
54778npm verb linkBins md5-o-matic@0.1.1
54779npm verb linkMans md5-o-matic@0.1.1
54780npm info linkStuff md5-hex@1.1.0
54781npm verb linkBins md5-hex@1.1.0
54782npm verb linkMans md5-hex@1.1.0
54783npm info linkStuff minimist@0.0.8
54784npm verb linkBins minimist@0.0.8
54785npm verb linkMans minimist@0.0.8
54786npm info linkStuff mkdirp@0.5.0
54787npm verb linkBins mkdirp@0.5.0
54788npm verb link bins [ { mkdirp: 'bin/cmd.js' },
54789npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54790npm verb link bins false ]
54791npm verb linkMans mkdirp@0.5.0
54792npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/mkdirp
54793npm info linkStuff configstore@1.4.0
54794npm verb linkBins configstore@1.4.0
54795npm verb linkMans configstore@1.4.0
54796npm info linkStuff mout@0.11.1
54797npm verb linkBins mout@0.11.1
54798npm verb linkMans mout@0.11.1
54799npm info linkStuff bower-config@1.3.0
54800npm verb linkBins bower-config@1.3.0
54801npm verb linkMans bower-config@1.3.0
54802npm info linkStuff nopt@3.0.6
54803npm verb linkBins nopt@3.0.6
54804npm verb link bins [ { nopt: './bin/nopt.js' },
54805npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54806npm verb link bins false ]
54807npm verb linkMans nopt@3.0.6
54808npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/nopt
54809npm info linkStuff opn@1.0.2
54810npm verb linkBins opn@1.0.2
54811npm verb link bins [ { opn: 'cli.js' },
54812npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54813npm verb link bins false ]
54814npm verb linkMans opn@1.0.2
54815npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/opn
54816npm info linkStuff q@0.9.7
54817npm verb linkBins q@0.9.7
54818npm verb linkMans q@0.9.7
54819npm info linkStuff p-throttler@0.1.1
54820npm verb linkBins p-throttler@0.1.1
54821npm verb linkMans p-throttler@0.1.1
54822npm info linkStuff mute-stream@0.0.5
54823npm verb linkBins mute-stream@0.0.5
54824npm verb linkMans mute-stream@0.0.5
54825npm info linkStuff read@1.0.7
54826npm verb linkBins read@1.0.7
54827npm verb linkMans read@1.0.7
54828npm info linkStuff promptly@0.2.0
54829npm verb linkBins promptly@0.2.0
54830npm verb linkMans promptly@0.2.0
54831npm info linkStuff q@1.4.1
54832npm verb linkBins q@1.4.1
54833npm verb linkMans q@1.4.1
54834npm info linkStuff decompress-zip@0.1.0
54835npm verb linkBins decompress-zip@0.1.0
54836npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
54837npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54838npm verb link bins false ]
54839npm verb linkMans decompress-zip@0.1.0
54840npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/decompress-zip
54841npm info linkStuff throttleit@0.0.2
54842npm verb linkBins throttleit@0.0.2
54843npm verb linkMans throttleit@0.0.2
54844npm info linkStuff request-progress@0.3.1
54845npm verb linkBins request-progress@0.3.1
54846npm verb linkMans request-progress@0.3.1
54847npm info linkStuff aws-sign2@0.5.0
54848npm verb linkBins aws-sign2@0.5.0
54849npm verb linkMans aws-sign2@0.5.0
54850npm info linkStuff core-util-is@1.0.2
54851npm verb linkBins core-util-is@1.0.2
54852npm verb linkMans core-util-is@1.0.2
54853npm info linkStuff inherits@2.0.1
54854npm verb linkBins inherits@2.0.1
54855npm verb linkMans inherits@2.0.1
54856npm info linkStuff isarray@0.0.1
54857npm verb linkBins isarray@0.0.1
54858npm verb linkMans isarray@0.0.1
54859npm info linkStuff string_decoder@0.10.31
54860npm verb linkBins string_decoder@0.10.31
54861npm verb linkMans string_decoder@0.10.31
54862npm info linkStuff readable-stream@1.0.33
54863npm verb linkBins readable-stream@1.0.33
54864npm verb linkMans readable-stream@1.0.33
54865npm info linkStuff bl@0.9.4
54866npm verb linkBins bl@0.9.4
54867npm verb linkMans bl@0.9.4
54868npm info linkStuff caseless@0.9.0
54869npm verb linkBins caseless@0.9.0
54870npm verb linkMans caseless@0.9.0
54871npm info linkStuff delayed-stream@0.0.5
54872npm verb linkBins delayed-stream@0.0.5
54873npm verb linkMans delayed-stream@0.0.5
54874npm info linkStuff combined-stream@0.0.7
54875npm verb linkBins combined-stream@0.0.7
54876npm verb linkMans combined-stream@0.0.7
54877npm info linkStuff forever-agent@0.5.2
54878npm verb linkBins forever-agent@0.5.2
54879npm verb linkMans forever-agent@0.5.2
54880npm info linkStuff async@0.9.2
54881npm verb linkBins async@0.9.2
54882npm verb linkMans async@0.9.2
54883npm info linkStuff hoek@2.16.3
54884npm verb linkBins hoek@2.16.3
54885npm verb linkMans hoek@2.16.3
54886npm info linkStuff boom@2.10.1
54887npm verb linkBins boom@2.10.1
54888npm verb linkMans boom@2.10.1
54889npm info linkStuff cryptiles@2.0.5
54890npm verb linkBins cryptiles@2.0.5
54891npm verb linkMans cryptiles@2.0.5
54892npm info linkStuff sntp@1.0.9
54893npm verb linkBins sntp@1.0.9
54894npm verb linkMans sntp@1.0.9
54895npm info linkStuff hawk@2.3.1
54896npm verb linkBins hawk@2.3.1
54897npm verb linkMans hawk@2.3.1
54898npm info linkStuff asn1@0.1.11
54899npm verb linkBins asn1@0.1.11
54900npm verb linkMans asn1@0.1.11
54901npm info linkStuff assert-plus@0.1.5
54902npm verb linkBins assert-plus@0.1.5
54903npm verb linkMans assert-plus@0.1.5
54904npm info linkStuff ctype@0.5.3
54905npm verb linkBins ctype@0.5.3
54906npm verb linkMans ctype@0.5.3
54907npm info linkStuff http-signature@0.10.1
54908npm verb linkBins http-signature@0.10.1
54909npm verb linkMans http-signature@0.10.1
54910npm info linkStuff isstream@0.1.2
54911npm verb linkBins isstream@0.1.2
54912npm verb linkMans isstream@0.1.2
54913npm info linkStuff json-stringify-safe@5.0.1
54914npm verb linkBins json-stringify-safe@5.0.1
54915npm verb linkMans json-stringify-safe@5.0.1
54916npm info linkStuff mime-db@1.12.0
54917npm verb linkBins mime-db@1.12.0
54918npm verb linkMans mime-db@1.12.0
54919npm info linkStuff mime-types@2.0.14
54920npm verb linkBins mime-types@2.0.14
54921npm verb linkMans mime-types@2.0.14
54922npm info linkStuff form-data@0.2.0
54923npm verb linkBins form-data@0.2.0
54924npm verb linkMans form-data@0.2.0
54925npm info linkStuff node-uuid@1.4.7
54926npm verb linkBins node-uuid@1.4.7
54927npm verb link bins [ { uuid: './bin/uuid' },
54928npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/request/node_modules/.bin',
54929npm verb link bins false ]
54930npm verb linkMans node-uuid@1.4.7
54931npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/request/node_modules/.bin/uuid
54932npm info linkStuff oauth-sign@0.6.0
54933npm verb linkBins oauth-sign@0.6.0
54934npm verb linkMans oauth-sign@0.6.0
54935npm info linkStuff qs@2.3.3
54936npm verb linkBins qs@2.3.3
54937npm verb linkMans qs@2.3.3
54938npm info linkStuff stringstream@0.0.5
54939npm verb linkBins stringstream@0.0.5
54940npm verb linkMans stringstream@0.0.5
54941npm info linkStuff tough-cookie@2.2.1
54942npm verb linkBins tough-cookie@2.2.1
54943npm verb linkMans tough-cookie@2.2.1
54944npm info linkStuff tunnel-agent@0.4.2
54945npm verb linkBins tunnel-agent@0.4.2
54946npm verb linkMans tunnel-agent@0.4.2
54947npm info linkStuff request@2.53.0
54948npm verb linkBins request@2.53.0
54949npm verb linkMans request@2.53.0
54950npm info linkStuff insight@0.7.0
54951npm verb linkBins insight@0.7.0
54952npm verb linkMans insight@0.7.0
54953npm info linkStuff retry@0.6.1
54954npm verb linkBins retry@0.6.1
54955npm verb linkMans retry@0.6.1
54956npm info linkStuff request-replay@0.2.0
54957npm verb linkBins request-replay@0.2.0
54958npm verb linkMans request-replay@0.2.0
54959npm info linkStuff wrappy@1.0.1
54960npm verb linkBins wrappy@1.0.1
54961npm verb linkMans wrappy@1.0.1
54962npm info linkStuff inherits@2.0.1
54963npm verb linkBins inherits@2.0.1
54964npm verb linkMans inherits@2.0.1
54965npm info linkStuff balanced-match@0.3.0
54966npm verb linkBins balanced-match@0.3.0
54967npm verb linkMans balanced-match@0.3.0
54968npm info linkStuff concat-map@0.0.1
54969npm verb linkBins concat-map@0.0.1
54970npm verb linkMans concat-map@0.0.1
54971npm info linkStuff brace-expansion@1.1.2
54972npm verb linkBins brace-expansion@1.1.2
54973npm verb linkMans brace-expansion@1.1.2
54974npm info linkStuff minimatch@3.0.0
54975npm verb linkBins minimatch@3.0.0
54976npm verb linkMans minimatch@3.0.0
54977npm info linkStuff wrappy@1.0.1
54978npm verb linkBins wrappy@1.0.1
54979npm verb linkMans wrappy@1.0.1
54980npm info linkStuff once@1.3.3
54981npm verb linkBins once@1.3.3
54982npm verb linkMans once@1.3.3
54983npm info linkStuff inflight@1.0.4
54984npm verb linkBins inflight@1.0.4
54985npm verb linkMans inflight@1.0.4
54986npm info linkStuff path-is-absolute@1.0.0
54987npm verb linkBins path-is-absolute@1.0.0
54988npm verb linkMans path-is-absolute@1.0.0
54989npm info linkStuff glob@5.0.15
54990npm verb linkBins glob@5.0.15
54991npm verb linkMans glob@5.0.15
54992npm info linkStuff rimraf@2.4.4
54993npm verb linkBins rimraf@2.4.4
54994npm verb link bins [ { rimraf: './bin.js' },
54995npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
54996npm verb link bins false ]
54997npm verb linkMans rimraf@2.4.4
54998npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/rimraf
54999npm info linkStuff fstream@1.0.8
55000npm verb linkBins fstream@1.0.8
55001npm verb linkMans fstream@1.0.8
55002npm info linkStuff fstream-ignore@1.0.3
55003npm verb linkBins fstream-ignore@1.0.3
55004npm verb linkMans fstream-ignore@1.0.3
55005npm info linkStuff bower-registry-client@1.0.0
55006npm verb linkBins bower-registry-client@1.0.0
55007npm verb linkMans bower-registry-client@1.0.0
55008npm info linkStuff semver@2.3.2
55009npm verb linkBins semver@2.3.2
55010npm verb link bins [ { semver: './bin/semver' },
55011npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
55012npm verb link bins false ]
55013npm verb linkMans semver@2.3.2
55014npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/semver
55015npm info linkStuff array-filter@0.0.1
55016npm verb linkBins array-filter@0.0.1
55017npm verb linkMans array-filter@0.0.1
55018npm info linkStuff array-map@0.0.0
55019npm verb linkBins array-map@0.0.0
55020npm verb linkMans array-map@0.0.0
55021npm info linkStuff array-reduce@0.0.0
55022npm verb linkBins array-reduce@0.0.0
55023npm verb linkMans array-reduce@0.0.0
55024npm info linkStuff jsonify@0.0.0
55025npm verb linkBins jsonify@0.0.0
55026npm verb linkMans jsonify@0.0.0
55027npm info linkStuff shell-quote@1.4.3
55028npm verb linkBins shell-quote@1.4.3
55029npm verb linkMans shell-quote@1.4.3
55030npm info linkStuff stringify-object@1.0.1
55031npm verb linkBins stringify-object@1.0.1
55032npm verb linkMans stringify-object@1.0.1
55033npm info linkStuff wrappy@1.0.1
55034npm verb linkBins wrappy@1.0.1
55035npm verb linkMans wrappy@1.0.1
55036npm info linkStuff once@1.3.3
55037npm verb linkBins once@1.3.3
55038npm verb linkMans once@1.3.3
55039npm info linkStuff end-of-stream@1.1.0
55040npm verb linkBins end-of-stream@1.1.0
55041npm verb linkMans end-of-stream@1.1.0
55042npm info linkStuff pump@1.0.1
55043npm verb linkBins pump@1.0.1
55044npm verb linkMans pump@1.0.1
55045npm info linkStuff wrappy@1.0.1
55046npm verb linkBins wrappy@1.0.1
55047npm verb linkMans wrappy@1.0.1
55048npm info linkStuff once@1.3.3
55049npm verb linkBins once@1.3.3
55050npm verb linkMans once@1.3.3
55051npm info linkStuff end-of-stream@1.1.0
55052npm verb linkBins end-of-stream@1.1.0
55053npm verb linkMans end-of-stream@1.1.0
55054npm info linkStuff core-util-is@1.0.2
55055npm verb linkBins core-util-is@1.0.2
55056npm verb linkMans core-util-is@1.0.2
55057npm info linkStuff inherits@2.0.1
55058npm verb linkBins inherits@2.0.1
55059npm verb linkMans inherits@2.0.1
55060npm info linkStuff isarray@0.0.1
55061npm verb linkBins isarray@0.0.1
55062npm verb linkMans isarray@0.0.1
55063npm info linkStuff process-nextick-args@1.0.6
55064npm verb linkBins process-nextick-args@1.0.6
55065npm verb linkMans process-nextick-args@1.0.6
55066npm info linkStuff string_decoder@0.10.31
55067npm verb linkBins string_decoder@0.10.31
55068npm verb linkMans string_decoder@0.10.31
55069npm info linkStuff util-deprecate@1.0.2
55070npm verb linkBins util-deprecate@1.0.2
55071npm verb linkMans util-deprecate@1.0.2
55072npm info linkStuff readable-stream@2.0.4
55073npm verb linkBins readable-stream@2.0.4
55074npm verb linkMans readable-stream@2.0.4
55075npm info linkStuff bl@1.0.0
55076npm verb linkBins bl@1.0.0
55077npm verb linkMans bl@1.0.0
55078npm info linkStuff xtend@4.0.1
55079npm verb linkBins xtend@4.0.1
55080npm verb linkMans xtend@4.0.1
55081npm info linkStuff tar-stream@1.3.1
55082npm verb linkBins tar-stream@1.3.1
55083npm verb linkMans tar-stream@1.3.1
55084npm info linkStuff tar-fs@1.8.1
55085npm verb linkBins tar-fs@1.8.1
55086npm verb linkMans tar-fs@1.8.1
55087npm info linkStuff tmp@0.0.24
55088npm verb linkBins tmp@0.0.24
55089npm verb linkMans tmp@0.0.24
55090npm info linkStuff graceful-fs@4.1.2
55091npm verb linkBins graceful-fs@4.1.2
55092npm verb linkMans graceful-fs@4.1.2
55093npm info linkStuff object-assign@4.0.1
55094npm verb linkBins object-assign@4.0.1
55095npm verb linkMans object-assign@4.0.1
55096npm info linkStuff os-tmpdir@1.0.1
55097npm verb linkBins os-tmpdir@1.0.1
55098npm verb linkMans os-tmpdir@1.0.1
55099npm info linkStuff os-homedir@1.0.1
55100npm verb linkBins os-homedir@1.0.1
55101npm verb linkMans os-homedir@1.0.1
55102npm info linkStuff osenv@0.1.3
55103npm verb linkBins osenv@0.1.3
55104npm verb linkMans osenv@0.1.3
55105npm info linkStuff uuid@2.0.1
55106npm verb linkBins uuid@2.0.1
55107npm verb linkMans uuid@2.0.1
55108npm info linkStuff imurmurhash@0.1.4
55109npm verb linkBins imurmurhash@0.1.4
55110npm verb linkMans imurmurhash@0.1.4
55111npm info linkStuff slide@1.1.6
55112npm verb linkBins slide@1.1.6
55113npm verb linkMans slide@1.1.6
55114npm info linkStuff write-file-atomic@1.1.4
55115npm verb linkBins write-file-atomic@1.1.4
55116npm verb linkMans write-file-atomic@1.1.4
55117npm info linkStuff os-homedir@1.0.1
55118npm verb linkBins os-homedir@1.0.1
55119npm verb linkMans os-homedir@1.0.1
55120npm info linkStuff xdg-basedir@2.0.0
55121npm verb linkBins xdg-basedir@2.0.0
55122npm verb linkMans xdg-basedir@2.0.0
55123npm info linkStuff configstore@1.4.0
55124npm verb linkBins configstore@1.4.0
55125npm verb linkMans configstore@1.4.0
55126npm info linkStuff is-npm@1.0.0
55127npm verb linkBins is-npm@1.0.0
55128npm verb linkMans is-npm@1.0.0
55129npm info linkStuff capture-stack-trace@1.0.0
55130npm verb linkBins capture-stack-trace@1.0.0
55131npm verb linkMans capture-stack-trace@1.0.0
55132npm info linkStuff inherits@2.0.1
55133npm verb linkBins inherits@2.0.1
55134npm verb linkMans inherits@2.0.1
55135npm info linkStuff create-error-class@2.0.1
55136npm verb linkBins create-error-class@2.0.1
55137npm verb linkMans create-error-class@2.0.1
55138npm info linkStuff wrappy@1.0.1
55139npm verb linkBins wrappy@1.0.1
55140npm verb linkMans wrappy@1.0.1
55141npm info linkStuff once@1.3.3
55142npm verb linkBins once@1.3.3
55143npm verb linkMans once@1.3.3
55144npm info linkStuff end-of-stream@1.0.0
55145npm verb linkBins end-of-stream@1.0.0
55146npm verb linkMans end-of-stream@1.0.0
55147npm info linkStuff core-util-is@1.0.2
55148npm verb linkBins core-util-is@1.0.2
55149npm verb linkMans core-util-is@1.0.2
55150npm info linkStuff inherits@2.0.1
55151npm verb linkBins inherits@2.0.1
55152npm verb linkMans inherits@2.0.1
55153npm info linkStuff isarray@0.0.1
55154npm verb linkBins isarray@0.0.1
55155npm verb linkMans isarray@0.0.1
55156npm info linkStuff process-nextick-args@1.0.6
55157npm verb linkBins process-nextick-args@1.0.6
55158npm verb linkMans process-nextick-args@1.0.6
55159npm info linkStuff string_decoder@0.10.31
55160npm verb linkBins string_decoder@0.10.31
55161npm verb linkMans string_decoder@0.10.31
55162npm info linkStuff util-deprecate@1.0.2
55163npm verb linkBins util-deprecate@1.0.2
55164npm verb linkMans util-deprecate@1.0.2
55165npm info linkStuff readable-stream@2.0.4
55166npm verb linkBins readable-stream@2.0.4
55167npm verb linkMans readable-stream@2.0.4
55168npm info linkStuff duplexify@3.4.2
55169npm verb linkBins duplexify@3.4.2
55170npm verb linkMans duplexify@3.4.2
55171npm info linkStuff is-plain-obj@1.1.0
55172npm verb linkBins is-plain-obj@1.1.0
55173npm verb linkMans is-plain-obj@1.1.0
55174npm info linkStuff is-redirect@1.0.0
55175npm verb linkBins is-redirect@1.0.0
55176npm verb linkMans is-redirect@1.0.0
55177npm info linkStuff is-stream@1.0.1
55178npm verb linkBins is-stream@1.0.1
55179npm verb linkMans is-stream@1.0.1
55180npm info linkStuff lowercase-keys@1.0.0
55181npm verb linkBins lowercase-keys@1.0.0
55182npm verb linkMans lowercase-keys@1.0.0
55183npm info linkStuff node-status-codes@1.0.0
55184npm verb linkBins node-status-codes@1.0.0
55185npm verb linkMans node-status-codes@1.0.0
55186npm info linkStuff object-assign@4.0.1
55187npm verb linkBins object-assign@4.0.1
55188npm verb linkMans object-assign@4.0.1
55189npm info linkStuff is-arrayish@0.2.1
55190npm verb linkBins is-arrayish@0.2.1
55191npm verb linkMans is-arrayish@0.2.1
55192npm info linkStuff error-ex@1.3.0
55193npm verb linkBins error-ex@1.3.0
55194npm verb linkMans error-ex@1.3.0
55195npm info linkStuff parse-json@2.2.0
55196npm verb linkBins parse-json@2.2.0
55197npm verb linkMans parse-json@2.2.0
55198npm info linkStuff pinkie@2.0.1
55199npm verb linkBins pinkie@2.0.1
55200npm verb linkMans pinkie@2.0.1
55201npm info linkStuff pinkie-promise@2.0.0
55202npm verb linkBins pinkie-promise@2.0.0
55203npm verb linkMans pinkie-promise@2.0.0
55204npm info linkStuff pinkie@1.0.0
55205npm verb linkBins pinkie@1.0.0
55206npm verb linkMans pinkie@1.0.0
55207npm info linkStuff pinkie-promise@1.0.0
55208npm verb linkBins pinkie-promise@1.0.0
55209npm verb linkMans pinkie-promise@1.0.0
55210npm info linkStuff core-util-is@1.0.2
55211npm verb linkBins core-util-is@1.0.2
55212npm verb linkMans core-util-is@1.0.2
55213npm info linkStuff inherits@2.0.1
55214npm verb linkBins inherits@2.0.1
55215npm verb linkMans inherits@2.0.1
55216npm info linkStuff isarray@0.0.1
55217npm verb linkBins isarray@0.0.1
55218npm verb linkMans isarray@0.0.1
55219npm info linkStuff process-nextick-args@1.0.6
55220npm verb linkBins process-nextick-args@1.0.6
55221npm verb linkMans process-nextick-args@1.0.6
55222npm info linkStuff string_decoder@0.10.31
55223npm verb linkBins string_decoder@0.10.31
55224npm verb linkMans string_decoder@0.10.31
55225npm info linkStuff util-deprecate@1.0.2
55226npm verb linkBins util-deprecate@1.0.2
55227npm verb linkMans util-deprecate@1.0.2
55228npm info linkStuff readable-stream@2.0.4
55229npm verb linkBins readable-stream@2.0.4
55230npm verb linkMans readable-stream@2.0.4
55231npm info linkStuff read-all-stream@3.0.1
55232npm verb linkBins read-all-stream@3.0.1
55233npm verb linkMans read-all-stream@3.0.1
55234npm info linkStuff timed-out@2.0.0
55235npm verb linkBins timed-out@2.0.0
55236npm verb linkMans timed-out@2.0.0
55237npm info linkStuff unzip-response@1.0.0
55238npm verb linkBins unzip-response@1.0.0
55239npm verb linkMans unzip-response@1.0.0
55240npm info linkStuff prepend-http@1.0.3
55241npm verb linkBins prepend-http@1.0.3
55242npm verb linkMans prepend-http@1.0.3
55243npm info linkStuff url-parse-lax@1.0.0
55244npm verb linkBins url-parse-lax@1.0.0
55245npm verb linkMans url-parse-lax@1.0.0
55246npm info linkStuff got@5.2.0
55247npm verb linkBins got@5.2.0
55248npm verb linkMans got@5.2.0
55249npm info linkStuff deep-extend@0.4.0
55250npm verb linkBins deep-extend@0.4.0
55251npm verb linkMans deep-extend@0.4.0
55252npm info linkStuff ini@1.3.4
55253npm verb linkBins ini@1.3.4
55254npm verb linkMans ini@1.3.4
55255npm info linkStuff minimist@1.2.0
55256npm verb linkBins minimist@1.2.0
55257npm verb linkMans minimist@1.2.0
55258npm info linkStuff strip-json-comments@1.0.4
55259npm verb linkBins strip-json-comments@1.0.4
55260npm verb link bins [ { 'strip-json-comments': 'cli.js' },
55261npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin',
55262npm verb link bins false ]
55263npm verb linkMans strip-json-comments@1.0.4
55264npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin/strip-json-comments
55265npm info linkStuff rc@1.1.5
55266npm verb linkBins rc@1.1.5
55267npm verb link bins [ { rc: './index.js' },
55268npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
55269npm verb link bins false ]
55270npm verb linkMans rc@1.1.5
55271npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/rc
55272npm info linkStuff registry-url@3.0.3
55273npm verb linkBins registry-url@3.0.3
55274npm verb linkMans registry-url@3.0.3
55275npm info linkStuff semver@5.1.0
55276npm verb linkBins semver@5.1.0
55277npm verb link bins [ { semver: './bin/semver' },
55278npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
55279npm verb link bins false ]
55280npm verb linkMans semver@5.1.0
55281npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/semver
55282npm info linkStuff package-json@2.3.0
55283npm verb linkBins package-json@2.3.0
55284npm verb linkMans package-json@2.3.0
55285npm info linkStuff latest-version@2.0.0
55286npm verb linkBins latest-version@2.0.0
55287npm verb linkMans latest-version@2.0.0
55288npm info linkStuff number-is-nan@1.0.0
55289npm verb linkBins number-is-nan@1.0.0
55290npm verb linkMans number-is-nan@1.0.0
55291npm info linkStuff is-finite@1.0.1
55292npm verb linkBins is-finite@1.0.1
55293npm verb linkMans is-finite@1.0.1
55294npm info linkStuff repeating@2.0.0
55295npm verb linkBins repeating@2.0.0
55296npm verb linkMans repeating@2.0.0
55297npm info linkStuff semver@5.1.0
55298npm verb linkBins semver@5.1.0
55299npm verb link bins [ { semver: './bin/semver' },
55300npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin',
55301npm verb link bins false ]
55302npm verb linkMans semver@5.1.0
55303npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin/semver
55304npm info linkStuff semver-diff@2.1.0
55305npm verb linkBins semver-diff@2.1.0
55306npm verb linkMans semver-diff@2.1.0
55307npm info linkStuff ansi-regex@2.0.0
55308npm verb linkBins ansi-regex@2.0.0
55309npm verb linkMans ansi-regex@2.0.0
55310npm info linkStuff strip-ansi@3.0.0
55311npm verb linkBins strip-ansi@3.0.0
55312npm verb linkMans strip-ansi@3.0.0
55313npm info linkStuff string-length@1.0.1
55314npm verb linkBins string-length@1.0.1
55315npm verb linkMans string-length@1.0.1
55316npm info linkStuff update-notifier@0.6.0
55317npm verb linkBins update-notifier@0.6.0
55318npm verb linkMans update-notifier@0.6.0
55319npm info linkStuff user-home@1.1.1
55320npm verb linkBins user-home@1.1.1
55321npm verb link bins [ { 'user-home': 'cli.js' },
55322npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
55323npm verb link bins false ]
55324npm verb linkMans user-home@1.1.1
55325npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/user-home
55326npm info linkStuff xdg-basedir@1.0.1
55327npm verb linkBins xdg-basedir@1.0.1
55328npm verb linkMans xdg-basedir@1.0.1
55329npm info linkStuff configstore@0.3.2
55330npm verb linkBins configstore@0.3.2
55331npm verb linkMans configstore@0.3.2
55332npm info linkStuff is-relative@0.1.3
55333npm verb linkBins is-relative@0.1.3
55334npm verb linkMans is-relative@0.1.3
55335npm info linkStuff is-absolute@0.1.7
55336npm verb linkBins is-absolute@0.1.7
55337npm verb linkMans is-absolute@0.1.7
55338npm info linkStuff which@1.2.0
55339npm verb linkBins which@1.2.0
55340npm verb link bins [ { which: './bin/which' },
55341npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin',
55342npm verb link bins false ]
55343npm verb linkMans which@1.2.0
55344npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/bower/node_modules/.bin/which
55345npm info linkStuff breakable@1.0.0
55346npm verb linkBins breakable@1.0.0
55347npm verb linkMans breakable@1.0.0
55348npm info linkStuff graceful-fs@4.1.2
55349npm verb linkBins graceful-fs@4.1.2
55350npm verb linkMans graceful-fs@4.1.2
55351npm info linkStuff mkdirp@0.3.5
55352npm verb linkBins mkdirp@0.3.5
55353npm verb linkMans mkdirp@0.3.5
55354npm info linkStuff broccoli-slow-trees@1.1.0
55355npm verb linkBins broccoli-slow-trees@1.1.0
55356npm verb linkMans broccoli-slow-trees@1.1.0
55357npm info linkStuff broccoli-source@1.1.0
55358npm verb linkBins broccoli-source@1.1.0
55359npm verb linkMans broccoli-source@1.1.0
55360npm info linkStuff broccoli-viz@2.0.1
55361npm verb linkBins broccoli-viz@2.0.1
55362npm verb linkMans broccoli-viz@2.0.1
55363npm info linkStuff bytes@2.1.0
55364npm verb linkBins bytes@2.1.0
55365npm verb linkMans bytes@2.1.0
55366npm info linkStuff callsite@1.0.0
55367npm verb linkBins callsite@1.0.0
55368npm verb linkMans callsite@1.0.0
55369npm info linkStuff better-assert@1.0.2
55370npm verb linkBins better-assert@1.0.2
55371npm verb linkMans better-assert@1.0.2
55372npm info linkStuff camelcase@1.2.1
55373npm verb linkBins camelcase@1.2.1
55374npm verb linkMans camelcase@1.2.1
55375npm info linkStuff ansi-regex@0.2.1
55376npm verb linkBins ansi-regex@0.2.1
55377npm verb linkMans ansi-regex@0.2.1
55378npm info linkStuff ansi-styles@1.1.0
55379npm verb linkBins ansi-styles@1.1.0
55380npm verb linkMans ansi-styles@1.1.0
55381npm info linkStuff has-ansi@0.1.0
55382npm verb linkBins has-ansi@0.1.0
55383npm verb link bins [ { 'has-ansi': 'cli.js' },
55384npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin',
55385npm verb link bins false ]
55386npm verb linkMans has-ansi@0.1.0
55387npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin/has-ansi
55388npm info linkStuff strip-ansi@0.3.0
55389npm verb linkBins strip-ansi@0.3.0
55390npm verb link bins [ { 'strip-ansi': 'cli.js' },
55391npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin',
55392npm verb link bins false ]
55393npm verb linkMans strip-ansi@0.3.0
55394npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin/strip-ansi
55395npm info linkStuff supports-color@0.2.0
55396npm verb linkBins supports-color@0.2.0
55397npm verb link bins [ { 'supports-color': 'cli.js' },
55398npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin',
55399npm verb link bins false ]
55400npm verb linkMans supports-color@0.2.0
55401npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/can-symlink/node_modules/.bin/supports-color
55402npm info linkStuff charm@1.0.0
55403npm verb linkBins charm@1.0.0
55404npm verb linkMans charm@1.0.0
55405npm info linkStuff clean-base-url@1.0.0
55406npm verb linkBins clean-base-url@1.0.0
55407npm verb linkMans clean-base-url@1.0.0
55408npm info linkStuff commander@2.2.0
55409npm verb linkBins commander@2.2.0
55410npm verb linkMans commander@2.2.0
55411npm info linkStuff clean-css@2.2.23
55412npm verb linkBins clean-css@2.2.23
55413npm verb link bins [ { cleancss: './bin/cleancss' },
55414npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55415npm verb link bins false ]
55416npm verb linkMans clean-css@2.2.23
55417npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/cleancss
55418npm info linkStuff colors@1.0.3
55419npm verb linkBins colors@1.0.3
55420npm verb linkMans colors@1.0.3
55421npm info linkStuff cli-table@0.3.1
55422npm verb linkBins cli-table@0.3.1
55423npm verb linkMans cli-table@0.3.1
55424npm info linkStuff wordwrap@0.0.2
55425npm verb linkBins wordwrap@0.0.2
55426npm verb linkMans wordwrap@0.0.2
55427npm info linkStuff clone@0.2.0
55428npm verb linkBins clone@0.2.0
55429npm verb linkMans clone@0.2.0
55430npm info linkStuff colors@0.6.2
55431npm verb linkBins colors@0.6.2
55432npm verb linkMans colors@0.6.2
55433npm info linkStuff graceful-fs@4.1.2
55434npm verb linkBins graceful-fs@4.1.2
55435npm verb linkMans graceful-fs@4.1.2
55436npm info linkStuff component-bind@1.0.0
55437npm verb linkBins component-bind@1.0.0
55438npm verb linkMans component-bind@1.0.0
55439npm info linkStuff component-emitter@1.1.2
55440npm verb linkBins component-emitter@1.1.2
55441npm verb linkMans component-emitter@1.1.2
55442npm info linkStuff component-inherit@0.0.3
55443npm verb linkBins component-inherit@0.0.3
55444npm verb linkMans component-inherit@0.0.3
55445npm info linkStuff concat-map@0.0.1
55446npm verb linkBins concat-map@0.0.1
55447npm verb linkMans concat-map@0.0.1
55448npm info linkStuff brace-expansion@1.1.2
55449npm verb linkBins brace-expansion@1.1.2
55450npm verb linkMans brace-expansion@1.1.2
55451npm info linkStuff graceful-fs@4.1.2
55452npm verb linkBins graceful-fs@4.1.2
55453npm verb linkMans graceful-fs@4.1.2
55454npm info linkStuff consolidate@0.13.1
55455npm verb linkBins consolidate@0.13.1
55456npm verb linkMans consolidate@0.13.1
55457npm info linkStuff content-disposition@0.5.0
55458npm verb linkBins content-disposition@0.5.0
55459npm verb linkMans content-disposition@0.5.0
55460npm info linkStuff content-type@1.0.1
55461npm verb linkBins content-type@1.0.1
55462npm verb linkMans content-type@1.0.1
55463npm info linkStuff convert-source-map@1.1.2
55464npm verb linkBins convert-source-map@1.1.2
55465npm verb linkMans convert-source-map@1.1.2
55466npm info linkStuff cookie@0.1.3
55467npm verb linkBins cookie@0.1.3
55468npm verb linkMans cookie@0.1.3
55469npm info linkStuff cookie-signature@1.0.6
55470npm verb linkBins cookie-signature@1.0.6
55471npm verb linkMans cookie-signature@1.0.6
55472npm info linkStuff copy-dereference@1.0.0
55473npm verb linkBins copy-dereference@1.0.0
55474npm verb linkMans copy-dereference@1.0.0
55475npm info linkStuff core-js@1.2.6
55476npm verb linkBins core-js@1.2.6
55477npm verb linkMans core-js@1.2.6
55478npm info linkStuff core-util-is@1.0.2
55479npm verb linkBins core-util-is@1.0.2
55480npm verb linkMans core-util-is@1.0.2
55481npm info linkStuff graceful-fs@4.1.2
55482npm verb linkBins graceful-fs@4.1.2
55483npm verb linkMans graceful-fs@4.1.2
55484npm info linkStuff defined@1.0.0
55485npm verb linkBins defined@1.0.0
55486npm verb linkMans defined@1.0.0
55487npm info linkStuff delegates@0.1.0
55488npm verb linkBins delegates@0.1.0
55489npm verb linkMans delegates@0.1.0
55490npm info linkStuff depd@1.0.1
55491npm verb linkBins depd@1.0.1
55492npm verb linkMans depd@1.0.1
55493npm info linkStuff destroy@1.0.3
55494npm verb linkBins destroy@1.0.3
55495npm verb linkMans destroy@1.0.3
55496npm info linkStuff minimist@1.2.0
55497npm verb linkBins minimist@1.2.0
55498npm verb linkMans minimist@1.2.0
55499npm info linkStuff detective@4.3.1
55500npm verb linkBins detective@4.3.1
55501npm verb linkMans detective@4.3.1
55502npm info linkStuff did_it_work@0.0.6
55503npm verb linkBins did_it_work@0.0.6
55504npm verb linkMans did_it_work@0.0.6
55505npm info linkStuff diff@1.4.0
55506npm verb linkBins diff@1.4.0
55507npm verb linkMans diff@1.4.0
55508npm info linkStuff ee-first@1.1.1
55509npm verb linkBins ee-first@1.1.1
55510npm verb linkMans ee-first@1.1.1
55511npm info linkStuff ember-cli-copy-dereference@1.0.0
55512npm verb linkBins ember-cli-copy-dereference@1.0.0
55513npm verb linkMans ember-cli-copy-dereference@1.0.0
55514npm info linkStuff ember-cli-get-dependency-depth@1.0.0
55515npm verb linkBins ember-cli-get-dependency-depth@1.0.0
55516npm verb linkMans ember-cli-get-dependency-depth@1.0.0
55517npm info linkStuff ember-cli-is-package-missing@1.0.0
55518npm verb linkBins ember-cli-is-package-missing@1.0.0
55519npm verb linkMans ember-cli-is-package-missing@1.0.0
55520npm info linkStuff ember-cli-path-utils@1.0.0
55521npm verb linkBins ember-cli-path-utils@1.0.0
55522npm verb linkMans ember-cli-path-utils@1.0.0
55523npm info linkStuff ember-cli-string-utils@1.0.0
55524npm verb linkBins ember-cli-string-utils@1.0.0
55525npm verb linkMans ember-cli-string-utils@1.0.0
55526npm info linkStuff ember-cli-test-info@1.0.0
55527npm verb linkBins ember-cli-test-info@1.0.0
55528npm verb linkMans ember-cli-test-info@1.0.0
55529npm info linkStuff ast-types@0.6.16
55530npm verb linkBins ast-types@0.6.16
55531npm verb linkMans ast-types@0.6.16
55532npm info linkStuff esprima-fb@10001.1.0-dev-harmony-fb
55533npm verb linkBins esprima-fb@10001.1.0-dev-harmony-fb
55534npm verb link bins [ { esparse: './bin/esparse.js',
55535npm verb link bins esvalidate: './bin/esvalidate.js' },
55536npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/ember-router-generator/node_modules/.bin',
55537npm verb link bins false ]
55538npm verb linkMans esprima-fb@10001.1.0-dev-harmony-fb
55539npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/ember-router-generator/node_modules/.bin/esparse
55540npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/ember-router-generator/node_modules/.bin/esvalidate
55541npm info linkStuff ms@0.6.2
55542npm verb linkBins ms@0.6.2
55543npm verb linkMans ms@0.6.2
55544npm info linkStuff debug@1.0.4
55545npm verb linkBins debug@1.0.4
55546npm verb linkMans debug@1.0.4
55547npm info linkStuff parseuri@0.0.4
55548npm verb linkBins parseuri@0.0.4
55549npm verb linkMans parseuri@0.0.4
55550npm info linkStuff ms@0.6.2
55551npm verb linkBins ms@0.6.2
55552npm verb linkMans ms@0.6.2
55553npm info linkStuff debug@1.0.3
55554npm verb linkBins debug@1.0.3
55555npm verb linkMans debug@1.0.3
55556npm info linkStuff entities@1.1.1
55557npm verb linkBins entities@1.1.1
55558npm verb linkMans entities@1.1.1
55559npm info linkStuff es6-symbol@3.0.2
55560npm verb linkBins es6-symbol@3.0.2
55561npm verb linkMans es6-symbol@3.0.2
55562npm info linkStuff es5-ext@0.10.11
55563npm verb linkBins es5-ext@0.10.11
55564npm verb linkMans es5-ext@0.10.11
55565npm info linkStuff d@0.1.1
55566npm verb linkBins d@0.1.1
55567npm verb linkMans d@0.1.1
55568npm info linkStuff es6-iterator@2.0.0
55569npm verb linkBins es6-iterator@2.0.0
55570npm verb linkMans es6-iterator@2.0.0
55571npm info linkStuff es6-symbol@2.0.1
55572npm verb linkBins es6-symbol@2.0.1
55573npm verb linkMans es6-symbol@2.0.1
55574npm info linkStuff es6-iterator@0.1.3
55575npm verb linkBins es6-iterator@0.1.3
55576npm verb linkMans es6-iterator@0.1.3
55577npm info linkStuff es6-weak-map@0.1.4
55578npm verb linkBins es6-weak-map@0.1.4
55579npm verb linkMans es6-weak-map@0.1.4
55580npm info linkStuff escape-html@1.0.2
55581npm verb linkBins escape-html@1.0.2
55582npm verb linkMans escape-html@1.0.2
55583npm info linkStuff escape-string-regexp@1.0.4
55584npm verb linkBins escape-string-regexp@1.0.4
55585npm verb linkMans escape-string-regexp@1.0.4
55586npm info linkStuff decamelize@1.1.2
55587npm verb linkBins decamelize@1.1.2
55588npm verb linkMans decamelize@1.1.2
55589npm info linkStuff chalk@0.5.1
55590npm verb linkBins chalk@0.5.1
55591npm verb linkMans chalk@0.5.1
55592npm info linkStuff can-symlink@0.0.1
55593npm verb linkBins can-symlink@0.0.1
55594npm verb link bins [ { 'can-symlink': './can-symlink.js' },
55595npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55596npm verb link bins false ]
55597npm verb linkMans can-symlink@0.0.1
55598npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/can-symlink
55599npm info linkStuff esprima-fb@15001.1001.0-dev-harmony-fb
55600npm verb linkBins esprima-fb@15001.1001.0-dev-harmony-fb
55601npm verb link bins [ { esparse: './bin/esparse.js',
55602npm verb link bins esvalidate: './bin/esvalidate.js' },
55603npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55604npm verb link bins false ]
55605npm verb linkMans esprima-fb@15001.1001.0-dev-harmony-fb
55606npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/esparse
55607npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/esvalidate
55608npm info linkStuff esutils@2.0.2
55609npm verb linkBins esutils@2.0.2
55610npm verb linkMans esutils@2.0.2
55611npm info linkStuff etag@1.7.0
55612npm verb linkBins etag@1.7.0
55613npm verb linkMans etag@1.7.0
55614npm info linkStuff event-emitter@0.3.4
55615npm verb linkBins event-emitter@0.3.4
55616npm verb linkMans event-emitter@0.3.4
55617npm info linkStuff eventemitter3@1.1.1
55618npm verb linkBins eventemitter3@1.1.1
55619npm verb linkMans eventemitter3@1.1.1
55620npm info linkStuff events-to-array@1.0.2
55621npm verb linkBins events-to-array@1.0.2
55622npm verb linkMans events-to-array@1.0.2
55623npm info linkStuff exists-sync@0.0.3
55624npm verb linkBins exists-sync@0.0.3
55625npm verb linkMans exists-sync@0.0.3
55626npm info linkStuff exit@0.1.2
55627npm verb linkBins exit@0.1.2
55628npm verb linkMans exit@0.1.2
55629npm info linkStuff negotiator@0.5.3
55630npm verb linkBins negotiator@0.5.3
55631npm verb linkMans negotiator@0.5.3
55632npm info linkStuff vary@1.0.1
55633npm verb linkBins vary@1.0.1
55634npm verb linkMans vary@1.0.1
55635npm info linkStuff fast-ordered-set@1.0.2
55636npm verb linkBins fast-ordered-set@1.0.2
55637npm verb linkMans fast-ordered-set@1.0.2
55638npm info linkStuff ansi-regex@0.2.1
55639npm verb linkBins ansi-regex@0.2.1
55640npm verb linkMans ansi-regex@0.2.1
55641npm info linkStuff ansi-styles@1.1.0
55642npm verb linkBins ansi-styles@1.1.0
55643npm verb linkMans ansi-styles@1.1.0
55644npm info linkStuff has-ansi@0.1.0
55645npm verb linkBins has-ansi@0.1.0
55646npm verb link bins [ { 'has-ansi': 'cli.js' },
55647npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin',
55648npm verb link bins false ]
55649npm verb linkMans has-ansi@0.1.0
55650npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin/has-ansi
55651npm info linkStuff source-map@0.4.4
55652npm verb linkBins source-map@0.4.4
55653npm verb linkMans source-map@0.4.4
55654npm info linkStuff strip-ansi@0.3.0
55655npm verb linkBins strip-ansi@0.3.0
55656npm verb link bins [ { 'strip-ansi': 'cli.js' },
55657npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin',
55658npm verb link bins false ]
55659npm verb linkMans strip-ansi@0.3.0
55660npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin/strip-ansi
55661npm info linkStuff supports-color@0.2.0
55662npm verb linkBins supports-color@0.2.0
55663npm verb link bins [ { 'supports-color': 'cli.js' },
55664npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin',
55665npm verb link bins false ]
55666npm verb linkMans supports-color@0.2.0
55667npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/fast-sourcemap-concat/node_modules/.bin/supports-color
55668npm info linkStuff chalk@0.5.1
55669npm verb linkBins chalk@0.5.1
55670npm verb linkMans chalk@0.5.1
55671npm info linkStuff commander@2.1.0
55672npm verb linkBins commander@2.1.0
55673npm verb linkMans commander@2.1.0
55674npm info linkStuff findup@0.1.5
55675npm verb linkBins findup@0.1.5
55676npm verb link bins [ { findup: 'bin/findup.js' },
55677npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55678npm verb link bins false ]
55679npm verb linkMans findup@0.1.5
55680npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/findup
55681npm info linkStuff lodash@2.3.0
55682npm verb linkBins lodash@2.3.0
55683npm verb linkMans lodash@2.3.0
55684npm info linkStuff forwarded@0.1.0
55685npm verb linkBins forwarded@0.1.0
55686npm verb linkMans forwarded@0.1.0
55687npm info linkStuff fresh@0.3.0
55688npm verb linkBins fresh@0.3.0
55689npm verb linkMans fresh@0.3.0
55690npm info linkStuff graceful-fs@4.1.2
55691npm verb linkBins graceful-fs@4.1.2
55692npm verb linkMans graceful-fs@4.1.2
55693npm info linkStuff fs-monitor-stack@1.1.0
55694npm verb linkBins fs-monitor-stack@1.1.0
55695npm verb linkMans fs-monitor-stack@1.1.0
55696npm info linkStuff fs-readdir-recursive@0.1.2
55697npm verb linkBins fs-readdir-recursive@0.1.2
55698npm verb linkMans fs-readdir-recursive@0.1.2
55699npm info linkStuff get-stdin@4.0.1
55700npm verb linkBins get-stdin@4.0.1
55701npm verb linkMans get-stdin@4.0.1
55702npm info linkStuff git-repo-info@1.1.2
55703npm verb linkBins git-repo-info@1.1.2
55704npm verb linkMans git-repo-info@1.1.2
55705npm info linkStuff globals@6.4.1
55706npm verb linkBins globals@6.4.1
55707npm verb linkMans globals@6.4.1
55708npm info linkStuff graceful-fs@2.0.3
55709npm verb linkBins graceful-fs@2.0.3
55710npm verb linkMans graceful-fs@2.0.3
55711npm info linkStuff graceful-readlink@1.0.1
55712npm verb linkBins graceful-readlink@1.0.1
55713npm verb linkMans graceful-readlink@1.0.1
55714npm info linkStuff commander@2.9.0
55715npm verb linkBins commander@2.9.0
55716npm verb linkMans commander@2.9.0
55717npm info linkStuff growl@1.8.1
55718npm verb linkBins growl@1.8.1
55719npm verb linkMans growl@1.8.1
55720npm info linkStuff has-ansi@2.0.0
55721npm verb linkBins has-ansi@2.0.0
55722npm verb linkMans has-ansi@2.0.0
55723npm info linkStuff has-color@0.1.7
55724npm verb linkBins has-color@0.1.7
55725npm verb linkMans has-color@0.1.7
55726npm info linkStuff has-cors@1.1.0
55727npm verb linkBins has-cors@1.1.0
55728npm verb linkMans has-cors@1.1.0
55729npm info linkStuff has-unicode@1.0.1
55730npm verb linkBins has-unicode@1.0.1
55731npm verb linkMans has-unicode@1.0.1
55732npm info linkStuff iconv-lite@0.4.13
55733npm verb linkBins iconv-lite@0.4.13
55734npm verb linkMans iconv-lite@0.4.13
55735npm info linkStuff imurmurhash@0.1.4
55736npm verb linkBins imurmurhash@0.1.4
55737npm verb linkMans imurmurhash@0.1.4
55738npm info linkStuff indexof@0.0.1
55739npm verb linkBins indexof@0.0.1
55740npm verb linkMans indexof@0.0.1
55741npm info linkStuff inflection@1.8.0
55742npm verb linkBins inflection@1.8.0
55743npm verb linkMans inflection@1.8.0
55744npm info linkStuff inherit@2.2.2
55745npm verb linkBins inherit@2.2.2
55746npm verb linkMans inherit@2.2.2
55747npm info linkStuff inherits@2.0.1
55748npm verb linkBins inherits@2.0.1
55749npm verb linkMans inherits@2.0.1
55750npm info linkStuff ansi-styles@1.0.0
55751npm verb linkBins ansi-styles@1.0.0
55752npm verb linkMans ansi-styles@1.0.0
55753npm info linkStuff async@0.8.0
55754npm verb linkBins async@0.8.0
55755npm verb linkMans async@0.8.0
55756npm info linkStuff lodash@2.4.2
55757npm verb linkBins lodash@2.4.2
55758npm verb linkMans lodash@2.4.2
55759npm info linkStuff strip-ansi@0.1.1
55760npm verb linkBins strip-ansi@0.1.1
55761npm verb link bins [ { 'strip-ansi': 'cli.js' },
55762npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/inquirer/node_modules/.bin',
55763npm verb link bins false ]
55764npm verb linkMans strip-ansi@0.1.1
55765npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/inquirer/node_modules/.bin/strip-ansi
55766npm info linkStuff chalk@0.4.0
55767npm verb linkBins chalk@0.4.0
55768npm verb linkMans chalk@0.4.0
55769npm info linkStuff invert-kv@1.0.0
55770npm verb linkBins invert-kv@1.0.0
55771npm verb linkMans invert-kv@1.0.0
55772npm info linkStuff ipaddr.js@1.0.5
55773npm verb linkBins ipaddr.js@1.0.5
55774npm verb linkMans ipaddr.js@1.0.5
55775npm info linkStuff is-buffer@1.1.0
55776npm verb linkBins is-buffer@1.1.0
55777npm verb linkMans is-buffer@1.1.0
55778npm info linkStuff is-git-url@0.2.3
55779npm verb linkBins is-git-url@0.2.3
55780npm verb linkMans is-git-url@0.2.3
55781npm info linkStuff is-relative@0.1.3
55782npm verb linkBins is-relative@0.1.3
55783npm verb linkMans is-relative@0.1.3
55784npm info linkStuff is-absolute@0.1.7
55785npm verb linkBins is-absolute@0.1.7
55786npm verb linkMans is-absolute@0.1.7
55787npm info linkStuff is-type@0.0.1
55788npm verb linkBins is-type@0.0.1
55789npm verb linkMans is-type@0.0.1
55790npm info linkStuff isarray@0.0.1
55791npm verb linkBins isarray@0.0.1
55792npm verb linkMans isarray@0.0.1
55793npm info linkStuff has-binary-data@0.1.3
55794npm verb linkBins has-binary-data@0.1.3
55795npm verb linkMans has-binary-data@0.1.3
55796npm info linkStuff has-binary@0.1.6
55797npm verb linkBins has-binary@0.1.6
55798npm verb linkMans has-binary@0.1.6
55799npm info linkStuff isbinaryfile@2.0.4
55800npm verb linkBins isbinaryfile@2.0.4
55801npm verb linkMans isbinaryfile@2.0.4
55802npm info linkStuff js-tokens@1.0.1
55803npm verb linkBins js-tokens@1.0.1
55804npm verb linkMans js-tokens@1.0.1
55805npm info linkStuff esprima@2.7.1
55806npm verb linkBins esprima@2.7.1
55807npm verb link bins [ { esparse: './bin/esparse.js',
55808npm verb link bins esvalidate: './bin/esvalidate.js' },
55809npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/js-yaml/node_modules/.bin',
55810npm verb link bins false ]
55811npm verb linkMans esprima@2.7.1
55812npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/js-yaml/node_modules/.bin/esparse
55813npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/js-yaml/node_modules/.bin/esvalidate
55814npm info linkStuff jsesc@0.5.0
55815npm verb linkBins jsesc@0.5.0
55816npm verb link bins [ { jsesc: 'bin/jsesc' },
55817npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55818npm verb link bins false ]
55819npm verb linkMans jsesc@0.5.0
55820npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/jsesc
55821npm info linkStuff json3@3.2.6
55822npm verb linkBins json3@3.2.6
55823npm verb linkMans json3@3.2.6
55824npm info linkStuff json5@0.4.0
55825npm verb linkBins json5@0.4.0
55826npm verb link bins [ { json5: 'lib/cli.js' },
55827npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55828npm verb link bins false ]
55829npm verb linkMans json5@0.4.0
55830npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/json5
55831npm info linkStuff jsonfile@2.2.3
55832npm verb linkBins jsonfile@2.2.3
55833npm verb linkMans jsonfile@2.2.3
55834npm info linkStuff jsonify@0.0.0
55835npm verb linkBins jsonify@0.0.0
55836npm verb linkMans jsonify@0.0.0
55837npm info linkStuff json-stable-stringify@1.0.0
55838npm verb linkBins json-stable-stringify@1.0.0
55839npm verb linkMans json-stable-stringify@1.0.0
55840npm info linkStuff kind-of@2.0.1
55841npm verb linkBins kind-of@2.0.1
55842npm verb linkMans kind-of@2.0.1
55843npm info linkStuff lazy-cache@0.2.7
55844npm verb linkBins lazy-cache@0.2.7
55845npm verb linkMans lazy-cache@0.2.7
55846npm info linkStuff lcid@1.0.0
55847npm verb linkBins lcid@1.0.0
55848npm verb linkMans lcid@1.0.0
55849npm info linkStuff ms@0.6.2
55850npm verb linkBins ms@0.6.2
55851npm verb linkMans ms@0.6.2
55852npm info linkStuff debug@2.1.1
55853npm verb linkBins debug@2.1.1
55854npm verb linkMans debug@2.1.1
55855npm info linkStuff lodash-node@2.4.1
55856npm verb linkBins lodash-node@2.4.1
55857npm verb linkMans lodash-node@2.4.1
55858npm info linkStuff aws-sign2@0.5.0
55859npm verb linkBins aws-sign2@0.5.0
55860npm verb linkMans aws-sign2@0.5.0
55861npm info linkStuff core-util-is@1.0.1
55862npm verb linkBins core-util-is@1.0.1
55863npm verb linkMans core-util-is@1.0.1
55864npm info linkStuff inherits@2.0.1
55865npm verb linkBins inherits@2.0.1
55866npm verb linkMans inherits@2.0.1
55867npm info linkStuff isarray@0.0.1
55868npm verb linkBins isarray@0.0.1
55869npm verb linkMans isarray@0.0.1
55870npm info linkStuff string_decoder@0.10.31
55871npm verb linkBins string_decoder@0.10.31
55872npm verb linkMans string_decoder@0.10.31
55873npm info linkStuff readable-stream@1.0.33
55874npm verb linkBins readable-stream@1.0.33
55875npm verb linkMans readable-stream@1.0.33
55876npm info linkStuff bl@0.9.4
55877npm verb linkBins bl@0.9.4
55878npm verb linkMans bl@0.9.4
55879npm info linkStuff caseless@0.9.0
55880npm verb linkBins caseless@0.9.0
55881npm verb linkMans caseless@0.9.0
55882npm info linkStuff delayed-stream@0.0.5
55883npm verb linkBins delayed-stream@0.0.5
55884npm verb linkMans delayed-stream@0.0.5
55885npm info linkStuff combined-stream@0.0.7
55886npm verb linkBins combined-stream@0.0.7
55887npm verb linkMans combined-stream@0.0.7
55888npm info linkStuff forever-agent@0.5.2
55889npm verb linkBins forever-agent@0.5.2
55890npm verb linkMans forever-agent@0.5.2
55891npm info linkStuff async@0.9.0
55892npm verb linkBins async@0.9.0
55893npm verb linkMans async@0.9.0
55894npm info linkStuff hoek@2.11.1
55895npm verb linkBins hoek@2.11.1
55896npm verb linkMans hoek@2.11.1
55897npm info linkStuff boom@2.6.1
55898npm verb linkBins boom@2.6.1
55899npm verb linkMans boom@2.6.1
55900npm info linkStuff cryptiles@2.0.4
55901npm verb linkBins cryptiles@2.0.4
55902npm verb linkMans cryptiles@2.0.4
55903npm info linkStuff sntp@1.0.9
55904npm verb linkBins sntp@1.0.9
55905npm verb linkMans sntp@1.0.9
55906npm info linkStuff hawk@2.3.1
55907npm verb linkBins hawk@2.3.1
55908npm verb linkMans hawk@2.3.1
55909npm info linkStuff asn1@0.1.11
55910npm verb linkBins asn1@0.1.11
55911npm verb linkMans asn1@0.1.11
55912npm info linkStuff assert-plus@0.1.5
55913npm verb linkBins assert-plus@0.1.5
55914npm verb linkMans assert-plus@0.1.5
55915npm info linkStuff ctype@0.5.3
55916npm verb linkBins ctype@0.5.3
55917npm verb linkMans ctype@0.5.3
55918npm info linkStuff http-signature@0.10.1
55919npm verb linkBins http-signature@0.10.1
55920npm verb linkMans http-signature@0.10.1
55921npm info linkStuff isstream@0.1.1
55922npm verb linkBins isstream@0.1.1
55923npm verb linkMans isstream@0.1.1
55924npm info linkStuff json-stringify-safe@5.0.0
55925npm verb linkBins json-stringify-safe@5.0.0
55926npm verb linkMans json-stringify-safe@5.0.0
55927npm info linkStuff mime-db@1.7.0
55928npm verb linkBins mime-db@1.7.0
55929npm verb linkMans mime-db@1.7.0
55930npm info linkStuff mime-types@2.0.9
55931npm verb linkBins mime-types@2.0.9
55932npm verb linkMans mime-types@2.0.9
55933npm info linkStuff form-data@0.2.0
55934npm verb linkBins form-data@0.2.0
55935npm verb linkMans form-data@0.2.0
55936npm info linkStuff node-uuid@1.4.2
55937npm verb linkBins node-uuid@1.4.2
55938npm verb link bins [ { uuid: './bin/uuid' },
55939npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/leek/node_modules/request/node_modules/.bin',
55940npm verb link bins false ]
55941npm verb linkMans node-uuid@1.4.2
55942npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/leek/node_modules/request/node_modules/.bin/uuid
55943npm info linkStuff oauth-sign@0.6.0
55944npm verb linkBins oauth-sign@0.6.0
55945npm verb linkMans oauth-sign@0.6.0
55946npm info linkStuff qs@2.3.3
55947npm verb linkBins qs@2.3.3
55948npm verb linkMans qs@2.3.3
55949npm info linkStuff stringstream@0.0.4
55950npm verb linkBins stringstream@0.0.4
55951npm verb linkMans stringstream@0.0.4
55952npm info linkStuff punycode@1.3.2
55953npm verb linkBins punycode@1.3.2
55954npm verb linkMans punycode@1.3.2
55955npm info linkStuff tough-cookie@0.12.1
55956npm verb linkBins tough-cookie@0.12.1
55957npm verb linkMans tough-cookie@0.12.1
55958npm info linkStuff tunnel-agent@0.4.0
55959npm verb linkBins tunnel-agent@0.4.0
55960npm verb linkMans tunnel-agent@0.4.0
55961npm info linkStuff request@2.53.0
55962npm verb linkBins request@2.53.0
55963npm verb linkMans request@2.53.0
55964npm info linkStuff rsvp@3.0.17
55965npm verb linkBins rsvp@3.0.17
55966npm verb linkMans rsvp@3.0.17
55967npm info linkStuff leek@0.0.18
55968npm verb linkBins leek@0.0.18
55969npm verb linkMans leek@0.0.18
55970npm info linkStuff left-pad@0.0.3
55971npm verb linkBins left-pad@0.0.3
55972npm verb linkMans left-pad@0.0.3
55973npm info linkStuff leven@1.0.2
55974npm verb linkBins leven@1.0.2
55975npm verb link bins [ { leven: 'cli.js' },
55976npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
55977npm verb link bins false ]
55978npm verb linkMans leven@1.0.2
55979npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/leven
55980npm info linkStuff babel-plugin-undeclared-variables-check@1.0.2
55981npm verb linkBins babel-plugin-undeclared-variables-check@1.0.2
55982npm verb linkMans babel-plugin-undeclared-variables-check@1.0.2
55983npm info linkStuff line-numbers@0.2.0
55984npm verb linkBins line-numbers@0.2.0
55985npm verb linkMans line-numbers@0.2.0
55986npm info linkStuff livereload-js@2.2.2
55987npm verb linkBins livereload-js@2.2.2
55988npm verb linkMans livereload-js@2.2.2
55989npm info linkStuff lodash@3.10.1
55990npm verb linkBins lodash@3.10.1
55991npm verb linkMans lodash@3.10.1
55992npm info linkStuff babel-plugin-proto-to-assign@1.0.4
55993npm verb linkBins babel-plugin-proto-to-assign@1.0.4
55994npm verb linkMans babel-plugin-proto-to-assign@1.0.4
55995npm info linkStuff lodash-node@2.4.1
55996npm verb linkBins lodash-node@2.4.1
55997npm verb linkMans lodash-node@2.4.1
55998npm info linkStuff core-object@0.0.2
55999npm verb linkBins core-object@0.0.2
56000npm verb linkMans core-object@0.0.2
56001npm info linkStuff lodash._arraycopy@3.0.0
56002npm verb linkBins lodash._arraycopy@3.0.0
56003npm verb linkMans lodash._arraycopy@3.0.0
56004npm info linkStuff lodash._arrayeach@3.0.0
56005npm verb linkBins lodash._arrayeach@3.0.0
56006npm verb linkMans lodash._arrayeach@3.0.0
56007npm info linkStuff lodash._basecopy@3.0.1
56008npm verb linkBins lodash._basecopy@3.0.1
56009npm verb linkMans lodash._basecopy@3.0.1
56010npm info linkStuff lodash._basefor@3.0.2
56011npm verb linkBins lodash._basefor@3.0.2
56012npm verb linkMans lodash._basefor@3.0.2
56013npm info linkStuff lodash._baseindexof@3.1.0
56014npm verb linkBins lodash._baseindexof@3.1.0
56015npm verb linkMans lodash._baseindexof@3.1.0
56016npm info linkStuff lodash._basetostring@3.0.1
56017npm verb linkBins lodash._basetostring@3.0.1
56018npm verb linkMans lodash._basetostring@3.0.1
56019npm info linkStuff lodash._bindcallback@3.0.1
56020npm verb linkBins lodash._bindcallback@3.0.1
56021npm verb linkMans lodash._bindcallback@3.0.1
56022npm info linkStuff lodash._cacheindexof@3.0.2
56023npm verb linkBins lodash._cacheindexof@3.0.2
56024npm verb linkMans lodash._cacheindexof@3.0.2
56025npm info linkStuff lodash._getnative@3.9.1
56026npm verb linkBins lodash._getnative@3.9.1
56027npm verb linkMans lodash._getnative@3.9.1
56028npm info linkStuff lodash._createcache@3.1.2
56029npm verb linkBins lodash._createcache@3.1.2
56030npm verb linkMans lodash._createcache@3.1.2
56031npm info linkStuff lodash._baseuniq@3.0.3
56032npm verb linkBins lodash._baseuniq@3.0.3
56033npm verb linkMans lodash._baseuniq@3.0.3
56034npm info linkStuff lodash._isiterateecall@3.0.9
56035npm verb linkBins lodash._isiterateecall@3.0.9
56036npm verb linkMans lodash._isiterateecall@3.0.9
56037npm info linkStuff lodash.isarguments@3.0.4
56038npm verb linkBins lodash.isarguments@3.0.4
56039npm verb linkMans lodash.isarguments@3.0.4
56040npm info linkStuff lodash.isarray@3.0.4
56041npm verb linkBins lodash.isarray@3.0.4
56042npm verb linkMans lodash.isarray@3.0.4
56043npm info linkStuff lodash.istypedarray@3.0.2
56044npm verb linkBins lodash.istypedarray@3.0.2
56045npm verb linkMans lodash.istypedarray@3.0.2
56046npm info linkStuff lodash.keys@3.1.2
56047npm verb linkBins lodash.keys@3.1.2
56048npm verb linkMans lodash.keys@3.1.2
56049npm info linkStuff lodash._baseisequal@3.0.7
56050npm verb linkBins lodash._baseisequal@3.0.7
56051npm verb linkMans lodash._baseisequal@3.0.7
56052npm info linkStuff lodash._baseassign@3.2.0
56053npm verb linkBins lodash._baseassign@3.2.0
56054npm verb linkMans lodash._baseassign@3.2.0
56055npm info linkStuff lodash.keysin@3.0.8
56056npm verb linkBins lodash.keysin@3.0.8
56057npm verb linkMans lodash.keysin@3.0.8
56058npm info linkStuff lodash.isplainobject@3.2.0
56059npm verb linkBins lodash.isplainobject@3.2.0
56060npm verb linkMans lodash.isplainobject@3.2.0
56061npm info linkStuff lodash.pairs@3.0.1
56062npm verb linkBins lodash.pairs@3.0.1
56063npm verb linkMans lodash.pairs@3.0.1
56064npm info linkStuff lodash._basecallback@3.3.1
56065npm verb linkBins lodash._basecallback@3.3.1
56066npm verb linkMans lodash._basecallback@3.3.1
56067npm info linkStuff lodash.repeat@3.0.1
56068npm verb linkBins lodash.repeat@3.0.1
56069npm verb linkMans lodash.repeat@3.0.1
56070npm info linkStuff lodash._createpadding@3.6.1
56071npm verb linkBins lodash._createpadding@3.6.1
56072npm verb linkMans lodash._createpadding@3.6.1
56073npm info linkStuff lodash.padright@3.1.1
56074npm verb linkBins lodash.padright@3.1.1
56075npm verb linkMans lodash.padright@3.1.1
56076npm info linkStuff lodash.padleft@3.1.1
56077npm verb linkBins lodash.padleft@3.1.1
56078npm verb linkMans lodash.padleft@3.1.1
56079npm info linkStuff lodash.pad@3.1.1
56080npm verb linkBins lodash.pad@3.1.1
56081npm verb linkMans lodash.pad@3.1.1
56082npm info linkStuff gauge@1.2.2
56083npm verb linkBins gauge@1.2.2
56084npm verb linkMans gauge@1.2.2
56085npm info linkStuff lodash.restparam@3.6.1
56086npm verb linkBins lodash.restparam@3.6.1
56087npm verb linkMans lodash.restparam@3.6.1
56088npm info linkStuff lodash._createassigner@3.1.1
56089npm verb linkBins lodash._createassigner@3.1.1
56090npm verb linkMans lodash._createassigner@3.1.1
56091npm info linkStuff lodash.assign@3.2.0
56092npm verb linkBins lodash.assign@3.2.0
56093npm verb linkMans lodash.assign@3.2.0
56094npm info linkStuff lodash.toplainobject@3.0.0
56095npm verb linkBins lodash.toplainobject@3.0.0
56096npm verb linkMans lodash.toplainobject@3.0.0
56097npm info linkStuff lodash.merge@3.3.2
56098npm verb linkBins lodash.merge@3.3.2
56099npm verb linkMans lodash.merge@3.3.2
56100npm info linkStuff lodash.uniq@3.2.2
56101npm verb linkBins lodash.uniq@3.2.2
56102npm verb linkMans lodash.uniq@3.2.2
56103npm info linkStuff longest@1.0.1
56104npm verb linkBins longest@1.0.1
56105npm verb linkMans longest@1.0.1
56106npm info linkStuff lru-cache@2.7.3
56107npm verb linkBins lru-cache@2.7.3
56108npm verb linkMans lru-cache@2.7.3
56109npm info linkStuff lru-queue@0.1.0
56110npm verb linkBins lru-queue@0.1.0
56111npm verb linkMans lru-queue@0.1.0
56112npm info linkStuff lodash-node@3.10.1
56113npm verb linkBins lodash-node@3.10.1
56114npm verb linkMans lodash-node@3.10.1
56115npm info linkStuff md5-o-matic@0.1.1
56116npm verb linkBins md5-o-matic@0.1.1
56117npm verb linkMans md5-o-matic@0.1.1
56118npm info linkStuff md5-hex@1.1.0
56119npm verb linkBins md5-hex@1.1.0
56120npm verb linkMans md5-hex@1.1.0
56121npm info linkStuff mdurl@1.0.1
56122npm verb linkBins mdurl@1.0.1
56123npm verb linkMans mdurl@1.0.1
56124npm info linkStuff media-typer@0.3.0
56125npm verb linkBins media-typer@0.3.0
56126npm verb linkMans media-typer@0.3.0
56127npm info linkStuff merge@1.2.0
56128npm verb linkBins merge@1.2.0
56129npm verb linkMans merge@1.2.0
56130npm info linkStuff exec-sh@0.2.0
56131npm verb linkBins exec-sh@0.2.0
56132npm verb linkMans exec-sh@0.2.0
56133npm info linkStuff lodash@2.4.2
56134npm verb linkBins lodash@2.4.2
56135npm verb linkMans lodash@2.4.2
56136npm info linkStuff merge-defaults@0.2.1
56137npm verb linkBins merge-defaults@0.2.1
56138npm verb linkMans merge-defaults@0.2.1
56139npm info linkStuff merge-descriptors@1.0.0
56140npm verb linkBins merge-descriptors@1.0.0
56141npm verb linkMans merge-descriptors@1.0.0
56142npm info linkStuff methods@1.1.1
56143npm verb linkBins methods@1.1.1
56144npm verb linkMans methods@1.1.1
56145npm info linkStuff mime@1.3.4
56146npm verb linkBins mime@1.3.4
56147npm verb link bins [ { mime: 'cli.js' },
56148npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
56149npm verb link bins false ]
56150npm verb linkMans mime@1.3.4
56151npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/mime
56152npm info linkStuff mime-db@1.20.0
56153npm verb linkBins mime-db@1.20.0
56154npm verb linkMans mime-db@1.20.0
56155npm info linkStuff compressible@2.0.6
56156npm verb linkBins compressible@2.0.6
56157npm verb linkMans compressible@2.0.6
56158npm info linkStuff mime-types@2.1.8
56159npm verb linkBins mime-types@2.1.8
56160npm verb linkMans mime-types@2.1.8
56161npm info linkStuff accepts@1.2.13
56162npm verb linkBins accepts@1.2.13
56163npm verb linkMans accepts@1.2.13
56164npm info linkStuff minimatch@2.0.10
56165npm verb linkBins minimatch@2.0.10
56166npm verb linkMans minimatch@2.0.10
56167npm info linkStuff matcher-collection@1.0.1
56168npm verb linkBins matcher-collection@1.0.1
56169npm verb linkMans matcher-collection@1.0.1
56170npm info linkStuff walk-sync@0.2.6
56171npm verb linkBins walk-sync@0.2.6
56172npm verb linkMans walk-sync@0.2.6
56173npm info linkStuff walk-sync@0.2.6
56174npm verb linkBins walk-sync@0.2.6
56175npm verb linkMans walk-sync@0.2.6
56176npm info linkStuff walk-sync@0.2.6
56177npm verb linkBins walk-sync@0.2.6
56178npm verb linkMans walk-sync@0.2.6
56179npm info linkStuff minimist@0.0.10
56180npm verb linkBins minimist@0.0.10
56181npm verb linkMans minimist@0.0.10
56182npm info linkStuff minimist@0.0.8
56183npm verb linkBins minimist@0.0.8
56184npm verb linkMans minimist@0.0.8
56185npm info linkStuff mkdirp@0.5.1
56186npm verb linkBins mkdirp@0.5.1
56187npm verb link bins [ { mkdirp: 'bin/cmd.js' },
56188npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
56189npm verb link bins false ]
56190npm verb linkMans mkdirp@0.5.1
56191npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/mkdirp
56192npm info linkStuff mktemp@0.3.5
56193npm verb linkBins mktemp@0.3.5
56194npm verb linkMans mktemp@0.3.5
56195npm info linkStuff mout@0.9.1
56196npm verb linkBins mout@0.9.1
56197npm verb linkMans mout@0.9.1
56198npm info linkStuff ms@0.7.1
56199npm verb linkBins ms@0.7.1
56200npm verb linkMans ms@0.7.1
56201npm info linkStuff debug@2.2.0
56202npm verb linkBins debug@2.2.0
56203npm verb linkMans debug@2.2.0
56204npm info linkStuff fs-tree-diff@0.3.1
56205npm verb linkBins fs-tree-diff@0.3.1
56206npm verb linkMans fs-tree-diff@0.3.1
56207npm info linkStuff fs-tree-diff@0.4.4
56208npm verb linkBins fs-tree-diff@0.4.4
56209npm verb linkMans fs-tree-diff@0.4.4
56210npm info linkStuff mustache@2.2.1
56211npm verb linkBins mustache@2.2.1
56212npm verb link bins [ { mustache: './bin/mustache' },
56213npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
56214npm verb link bins false ]
56215npm verb linkMans mustache@2.2.1
56216npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/mustache
56217npm info linkStuff mute-stream@0.0.4
56218npm verb linkBins mute-stream@0.0.4
56219npm verb linkMans mute-stream@0.0.4
56220npm info linkStuff negotiator@0.6.0
56221npm verb linkBins negotiator@0.6.0
56222npm verb linkMans negotiator@0.6.0
56223npm info linkStuff accepts@1.3.0
56224npm verb linkBins accepts@1.3.0
56225npm verb linkMans accepts@1.3.0
56226npm info linkStuff next-tick@0.2.2
56227npm verb linkBins next-tick@0.2.2
56228npm verb linkMans next-tick@0.2.2
56229npm info linkStuff node-int64@0.4.0
56230npm verb linkBins node-int64@0.4.0
56231npm verb linkMans node-int64@0.4.0
56232npm info linkStuff bser@1.0.2
56233npm verb linkBins bser@1.0.2
56234npm verb linkMans bser@1.0.2
56235npm info linkStuff fb-watchman@1.6.0
56236npm verb linkBins fb-watchman@1.6.0
56237npm verb linkMans fb-watchman@1.6.0
56238npm info linkStuff node-modules-path@1.0.1
56239npm verb linkBins node-modules-path@1.0.1
56240npm verb linkMans node-modules-path@1.0.1
56241npm info linkStuff node-uuid@1.4.7
56242npm verb linkBins node-uuid@1.4.7
56243npm verb link bins [ { uuid: './bin/uuid' },
56244npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
56245npm verb link bins false ]
56246npm verb linkMans node-uuid@1.4.7
56247npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/uuid
56248npm info linkStuff nopt@3.0.6
56249npm verb linkBins nopt@3.0.6
56250npm verb link bins [ { nopt: './bin/nopt.js' },
56251npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
56252npm verb link bins false ]
56253npm verb linkMans nopt@3.0.6
56254npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/nopt
56255npm info linkStuff abbrev@1.0.7
56256npm verb linkBins abbrev@1.0.7
56257npm verb linkMans abbrev@1.0.7
56258npm info linkStuff ansi@0.3.0
56259npm verb linkBins ansi@0.3.0
56260npm verb linkMans ansi@0.3.0
56261npm info linkStuff ansi-regex@2.0.0
56262npm verb linkBins ansi-regex@2.0.0
56263npm verb linkMans ansi-regex@2.0.0
56264npm info linkStuff ansicolors@0.3.2
56265npm verb linkBins ansicolors@0.3.2
56266npm verb linkMans ansicolors@0.3.2
56267npm info linkStuff ansistyles@0.1.3
56268npm verb linkBins ansistyles@0.1.3
56269npm verb linkMans ansistyles@0.1.3
56270npm info linkStuff archy@1.0.0
56271npm verb linkBins archy@1.0.0
56272npm verb linkMans archy@1.0.0
56273npm info linkStuff char-spinner@1.0.1
56274npm verb linkBins char-spinner@1.0.1
56275npm verb linkMans char-spinner@1.0.1
56276npm info linkStuff chmodr@1.0.2
56277npm verb linkBins chmodr@1.0.2
56278npm verb linkMans chmodr@1.0.2
56279npm info linkStuff chownr@1.0.1
56280npm verb linkBins chownr@1.0.1
56281npm verb linkMans chownr@1.0.1
56282npm info linkStuff graceful-fs@3.0.8
56283npm verb linkBins graceful-fs@3.0.8
56284npm verb linkMans graceful-fs@3.0.8
56285npm info linkStuff clone@0.1.19
56286npm verb linkBins clone@0.1.19
56287npm verb linkMans clone@0.1.19
56288npm info linkStuff defaults@1.0.2
56289npm verb linkBins defaults@1.0.2
56290npm verb linkMans defaults@1.0.2
56291npm info linkStuff wcwidth@1.0.0
56292npm verb linkBins wcwidth@1.0.0
56293npm verb linkMans wcwidth@1.0.0
56294npm info linkStuff proto-list@1.2.4
56295npm verb linkBins proto-list@1.2.4
56296npm verb linkMans proto-list@1.2.4
56297npm info linkStuff asap@2.0.3
56298npm verb linkBins asap@2.0.3
56299npm verb linkMans asap@2.0.3
56300npm info linkStuff editor@1.0.0
56301npm verb linkBins editor@1.0.0
56302npm verb linkMans editor@1.0.0
56303npm info linkStuff github-url-from-git@1.4.0
56304npm verb linkBins github-url-from-git@1.4.0
56305npm verb linkMans github-url-from-git@1.4.0
56306npm info linkStuff github-url-from-username-repo@1.0.2
56307npm verb linkBins github-url-from-username-repo@1.0.2
56308npm verb linkMans github-url-from-username-repo@1.0.2
56309npm info linkStuff path-is-absolute@1.0.0
56310npm verb linkBins path-is-absolute@1.0.0
56311npm verb linkMans path-is-absolute@1.0.0
56312npm info linkStuff graceful-fs@4.1.2
56313npm verb linkBins graceful-fs@4.1.2
56314npm verb linkMans graceful-fs@4.1.2
56315npm info linkStuff fs-write-stream-atomic@1.0.4
56316npm verb linkBins fs-write-stream-atomic@1.0.4
56317npm verb linkMans fs-write-stream-atomic@1.0.4
56318npm info linkStuff hosted-git-info@2.1.4
56319npm verb linkBins hosted-git-info@2.1.4
56320npm verb linkMans hosted-git-info@2.1.4
56321npm info linkStuff inherits@2.0.1
56322npm verb linkBins inherits@2.0.1
56323npm verb linkMans inherits@2.0.1
56324npm info linkStuff block-stream@0.0.8
56325npm verb linkBins block-stream@0.0.8
56326npm verb linkMans block-stream@0.0.8
56327npm info linkStuff ini@1.3.4
56328npm verb linkBins ini@1.3.4
56329npm verb linkMans ini@1.3.4
56330npm info linkStuff config-chain@1.1.9
56331npm verb linkBins config-chain@1.1.9
56332npm verb linkMans config-chain@1.1.9
56333npm info linkStuff lockfile@1.0.1
56334npm verb linkBins lockfile@1.0.1
56335npm verb linkMans lockfile@1.0.1
56336npm info linkStuff lru-cache@2.7.0
56337npm verb linkBins lru-cache@2.7.0
56338npm verb linkMans lru-cache@2.7.0
56339npm info linkStuff balanced-match@0.2.1
56340npm verb linkBins balanced-match@0.2.1
56341npm verb linkMans balanced-match@0.2.1
56342npm info linkStuff concat-map@0.0.1
56343npm verb linkBins concat-map@0.0.1
56344npm verb linkMans concat-map@0.0.1
56345npm info linkStuff brace-expansion@1.1.1
56346npm verb linkBins brace-expansion@1.1.1
56347npm verb linkMans brace-expansion@1.1.1
56348npm info linkStuff minimatch@3.0.0
56349npm verb linkBins minimatch@3.0.0
56350npm verb linkMans minimatch@3.0.0
56351npm info linkStuff minimist@0.0.8
56352npm verb linkBins minimist@0.0.8
56353npm verb linkMans minimist@0.0.8
56354npm info linkStuff mkdirp@0.5.1
56355npm verb linkBins mkdirp@0.5.1
56356npm verb link bins [ { mkdirp: 'bin/cmd.js' },
56357npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56358npm verb link bins false ]
56359npm verb linkMans mkdirp@0.5.1
56360npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/mkdirp
56361npm info linkStuff cmd-shim@2.0.1
56362npm verb linkBins cmd-shim@2.0.1
56363npm verb linkMans cmd-shim@2.0.1
56364npm info linkStuff balanced-match@0.2.1
56365npm verb linkBins balanced-match@0.2.1
56366npm verb linkMans balanced-match@0.2.1
56367npm info linkStuff concat-map@0.0.1
56368npm verb linkBins concat-map@0.0.1
56369npm verb linkMans concat-map@0.0.1
56370npm info linkStuff brace-expansion@1.1.1
56371npm verb linkBins brace-expansion@1.1.1
56372npm verb linkMans brace-expansion@1.1.1
56373npm info linkStuff minimatch@2.0.10
56374npm verb linkBins minimatch@2.0.10
56375npm verb linkMans minimatch@2.0.10
56376npm info linkStuff sigmund@1.0.1
56377npm verb linkBins sigmund@1.0.1
56378npm verb linkMans sigmund@1.0.1
56379npm info linkStuff minimatch@1.0.0
56380npm verb linkBins minimatch@1.0.0
56381npm verb linkMans minimatch@1.0.0
56382npm info linkStuff delegates@0.1.0
56383npm verb linkBins delegates@0.1.0
56384npm verb linkMans delegates@0.1.0
56385npm info linkStuff has-unicode@1.0.1
56386npm verb linkBins has-unicode@1.0.1
56387npm verb linkMans has-unicode@1.0.1
56388npm info linkStuff lodash._basetostring@3.0.1
56389npm verb linkBins lodash._basetostring@3.0.1
56390npm verb linkMans lodash._basetostring@3.0.1
56391npm info linkStuff lodash.repeat@3.0.1
56392npm verb linkBins lodash.repeat@3.0.1
56393npm verb linkMans lodash.repeat@3.0.1
56394npm info linkStuff lodash._createpadding@3.6.1
56395npm verb linkBins lodash._createpadding@3.6.1
56396npm verb linkMans lodash._createpadding@3.6.1
56397npm info linkStuff lodash.pad@3.1.1
56398npm verb linkBins lodash.pad@3.1.1
56399npm verb linkMans lodash.pad@3.1.1
56400npm info linkStuff lodash._basetostring@3.0.1
56401npm verb linkBins lodash._basetostring@3.0.1
56402npm verb linkMans lodash._basetostring@3.0.1
56403npm info linkStuff lodash.repeat@3.0.1
56404npm verb linkBins lodash.repeat@3.0.1
56405npm verb linkMans lodash.repeat@3.0.1
56406npm info linkStuff lodash._createpadding@3.6.1
56407npm verb linkBins lodash._createpadding@3.6.1
56408npm verb linkMans lodash._createpadding@3.6.1
56409npm info linkStuff lodash.padleft@3.1.1
56410npm verb linkBins lodash.padleft@3.1.1
56411npm verb linkMans lodash.padleft@3.1.1
56412npm info linkStuff lodash._basetostring@3.0.1
56413npm verb linkBins lodash._basetostring@3.0.1
56414npm verb linkMans lodash._basetostring@3.0.1
56415npm info linkStuff lodash.repeat@3.0.1
56416npm verb linkBins lodash.repeat@3.0.1
56417npm verb linkMans lodash.repeat@3.0.1
56418npm info linkStuff lodash._createpadding@3.6.1
56419npm verb linkBins lodash._createpadding@3.6.1
56420npm verb linkMans lodash._createpadding@3.6.1
56421npm info linkStuff lodash.padright@3.1.1
56422npm verb linkBins lodash.padright@3.1.1
56423npm verb linkMans lodash.padright@3.1.1
56424npm info linkStuff gauge@1.2.2
56425npm verb linkBins gauge@1.2.2
56426npm verb linkMans gauge@1.2.2
56427npm info linkStuff ms@0.7.1
56428npm verb linkBins ms@0.7.1
56429npm verb linkMans ms@0.7.1
56430npm info linkStuff debug@2.2.0
56431npm verb linkBins debug@2.2.0
56432npm verb linkMans debug@2.2.0
56433npm info linkStuff array-index@0.1.1
56434npm verb linkBins array-index@0.1.1
56435npm verb linkMans array-index@0.1.1
56436npm info linkStuff path-array@1.0.0
56437npm verb linkBins path-array@1.0.0
56438npm verb linkMans path-array@1.0.0
56439npm info linkStuff nopt@3.0.4
56440npm verb linkBins nopt@3.0.4
56441npm verb link bins [ { nopt: './bin/nopt.js' },
56442npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56443npm verb link bins false ]
56444npm verb linkMans nopt@3.0.4
56445npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/nopt
56446npm info linkStuff normalize-git-url@3.0.1
56447npm verb linkBins normalize-git-url@3.0.1
56448npm verb linkMans normalize-git-url@3.0.1
56449npm info linkStuff builtin-modules@1.1.0
56450npm verb linkBins builtin-modules@1.1.0
56451npm verb linkMans builtin-modules@1.1.0
56452npm info linkStuff is-builtin-module@1.0.0
56453npm verb linkBins is-builtin-module@1.0.0
56454npm verb linkMans is-builtin-module@1.0.0
56455npm info linkStuff npm-cache-filename@1.0.2
56456npm verb linkBins npm-cache-filename@1.0.2
56457npm verb linkMans npm-cache-filename@1.0.2
56458npm info linkStuff delegates@0.1.0
56459npm verb linkBins delegates@0.1.0
56460npm verb linkMans delegates@0.1.0
56461npm info linkStuff has-unicode@1.0.1
56462npm verb linkBins has-unicode@1.0.1
56463npm verb linkMans has-unicode@1.0.1
56464npm info linkStuff lodash._basetostring@3.0.1
56465npm verb linkBins lodash._basetostring@3.0.1
56466npm verb linkMans lodash._basetostring@3.0.1
56467npm info linkStuff lodash.repeat@3.0.1
56468npm verb linkBins lodash.repeat@3.0.1
56469npm verb linkMans lodash.repeat@3.0.1
56470npm info linkStuff lodash._createpadding@3.6.1
56471npm verb linkBins lodash._createpadding@3.6.1
56472npm verb linkMans lodash._createpadding@3.6.1
56473npm info linkStuff lodash.pad@3.1.1
56474npm verb linkBins lodash.pad@3.1.1
56475npm verb linkMans lodash.pad@3.1.1
56476npm info linkStuff lodash._basetostring@3.0.1
56477npm verb linkBins lodash._basetostring@3.0.1
56478npm verb linkMans lodash._basetostring@3.0.1
56479npm info linkStuff lodash.repeat@3.0.1
56480npm verb linkBins lodash.repeat@3.0.1
56481npm verb linkMans lodash.repeat@3.0.1
56482npm info linkStuff lodash._createpadding@3.6.1
56483npm verb linkBins lodash._createpadding@3.6.1
56484npm verb linkMans lodash._createpadding@3.6.1
56485npm info linkStuff lodash.padleft@3.1.1
56486npm verb linkBins lodash.padleft@3.1.1
56487npm verb linkMans lodash.padleft@3.1.1
56488npm info linkStuff lodash._basetostring@3.0.1
56489npm verb linkBins lodash._basetostring@3.0.1
56490npm verb linkMans lodash._basetostring@3.0.1
56491npm info linkStuff lodash.repeat@3.0.1
56492npm verb linkBins lodash.repeat@3.0.1
56493npm verb linkMans lodash.repeat@3.0.1
56494npm info linkStuff lodash._createpadding@3.6.1
56495npm verb linkBins lodash._createpadding@3.6.1
56496npm verb linkMans lodash._createpadding@3.6.1
56497npm info linkStuff lodash.padright@3.1.1
56498npm verb linkBins lodash.padright@3.1.1
56499npm verb linkMans lodash.padright@3.1.1
56500npm info linkStuff gauge@1.2.2
56501npm verb linkBins gauge@1.2.2
56502npm verb linkMans gauge@1.2.2
56503npm info linkStuff core-util-is@1.0.1
56504npm verb linkBins core-util-is@1.0.1
56505npm verb linkMans core-util-is@1.0.1
56506npm info linkStuff isarray@0.0.1
56507npm verb linkBins isarray@0.0.1
56508npm verb linkMans isarray@0.0.1
56509npm info linkStuff process-nextick-args@1.0.3
56510npm verb linkBins process-nextick-args@1.0.3
56511npm verb linkMans process-nextick-args@1.0.3
56512npm info linkStuff string_decoder@0.10.31
56513npm verb linkBins string_decoder@0.10.31
56514npm verb linkMans string_decoder@0.10.31
56515npm info linkStuff util-deprecate@1.0.1
56516npm verb linkBins util-deprecate@1.0.1
56517npm verb linkMans util-deprecate@1.0.1
56518npm info linkStuff readable-stream@2.0.2
56519npm verb linkBins readable-stream@2.0.2
56520npm verb linkMans readable-stream@2.0.2
56521npm info linkStuff typedarray@0.0.6
56522npm verb linkBins typedarray@0.0.6
56523npm verb linkMans typedarray@0.0.6
56524npm info linkStuff concat-stream@1.5.0
56525npm verb linkBins concat-stream@1.5.0
56526npm verb linkMans concat-stream@1.5.0
56527npm info linkStuff npm-user-validate@0.1.2
56528npm verb linkBins npm-user-validate@0.1.2
56529npm verb linkMans npm-user-validate@0.1.2
56530npm info linkStuff delegates@0.1.0
56531npm verb linkBins delegates@0.1.0
56532npm verb linkMans delegates@0.1.0
56533npm info linkStuff has-unicode@1.0.1
56534npm verb linkBins has-unicode@1.0.1
56535npm verb linkMans has-unicode@1.0.1
56536npm info linkStuff lodash._basetostring@3.0.1
56537npm verb linkBins lodash._basetostring@3.0.1
56538npm verb linkMans lodash._basetostring@3.0.1
56539npm info linkStuff lodash.repeat@3.0.1
56540npm verb linkBins lodash.repeat@3.0.1
56541npm verb linkMans lodash.repeat@3.0.1
56542npm info linkStuff lodash._createpadding@3.6.1
56543npm verb linkBins lodash._createpadding@3.6.1
56544npm verb linkMans lodash._createpadding@3.6.1
56545npm info linkStuff lodash.pad@3.1.1
56546npm verb linkBins lodash.pad@3.1.1
56547npm verb linkMans lodash.pad@3.1.1
56548npm info linkStuff lodash._basetostring@3.0.1
56549npm verb linkBins lodash._basetostring@3.0.1
56550npm verb linkMans lodash._basetostring@3.0.1
56551npm info linkStuff lodash.repeat@3.0.1
56552npm verb linkBins lodash.repeat@3.0.1
56553npm verb linkMans lodash.repeat@3.0.1
56554npm info linkStuff lodash._createpadding@3.6.1
56555npm verb linkBins lodash._createpadding@3.6.1
56556npm verb linkMans lodash._createpadding@3.6.1
56557npm info linkStuff lodash.padleft@3.1.1
56558npm verb linkBins lodash.padleft@3.1.1
56559npm verb linkMans lodash.padleft@3.1.1
56560npm info linkStuff lodash._basetostring@3.0.1
56561npm verb linkBins lodash._basetostring@3.0.1
56562npm verb linkMans lodash._basetostring@3.0.1
56563npm info linkStuff lodash.repeat@3.0.1
56564npm verb linkBins lodash.repeat@3.0.1
56565npm verb linkMans lodash.repeat@3.0.1
56566npm info linkStuff lodash._createpadding@3.6.1
56567npm verb linkBins lodash._createpadding@3.6.1
56568npm verb linkMans lodash._createpadding@3.6.1
56569npm info linkStuff lodash.padright@3.1.1
56570npm verb linkBins lodash.padright@3.1.1
56571npm verb linkMans lodash.padright@3.1.1
56572npm info linkStuff gauge@1.2.2
56573npm verb linkBins gauge@1.2.2
56574npm verb linkMans gauge@1.2.2
56575npm info linkStuff opener@1.4.1
56576npm verb linkBins opener@1.4.1
56577npm verb link bins [ { opener: 'opener.js' },
56578npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56579npm verb link bins false ]
56580npm verb linkMans opener@1.4.1
56581npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/opener
56582npm info linkStuff os-homedir@1.0.0
56583npm verb linkBins os-homedir@1.0.0
56584npm verb linkMans os-homedir@1.0.0
56585npm info linkStuff os-tmpdir@1.0.1
56586npm verb linkBins os-tmpdir@1.0.1
56587npm verb linkMans os-tmpdir@1.0.1
56588npm info linkStuff osenv@0.1.3
56589npm verb linkBins osenv@0.1.3
56590npm verb linkMans osenv@0.1.3
56591npm info linkStuff path-is-inside@1.0.1
56592npm verb linkBins path-is-inside@1.0.1
56593npm verb linkMans path-is-inside@1.0.1
56594npm info linkStuff debuglog@1.0.1
56595npm verb linkBins debuglog@1.0.1
56596npm verb linkMans debuglog@1.0.1
56597npm info linkStuff util-extend@1.0.1
56598npm verb linkBins util-extend@1.0.1
56599npm verb linkMans util-extend@1.0.1
56600npm info linkStuff jju@1.2.1
56601npm verb linkBins jju@1.2.1
56602npm verb linkMans jju@1.2.1
56603npm info linkStuff json-parse-helpfulerror@1.0.3
56604npm verb linkBins json-parse-helpfulerror@1.0.3
56605npm verb linkMans json-parse-helpfulerror@1.0.3
56606npm info linkStuff mute-stream@0.0.5
56607npm verb linkBins mute-stream@0.0.5
56608npm verb linkMans mute-stream@0.0.5
56609npm info linkStuff read@1.0.7
56610npm verb linkBins read@1.0.7
56611npm verb linkMans read@1.0.7
56612npm info linkStuff promzard@0.3.0
56613npm verb linkBins promzard@0.3.0
56614npm verb linkMans promzard@0.3.0
56615npm info linkStuff core-util-is@1.0.1
56616npm verb linkBins core-util-is@1.0.1
56617npm verb linkMans core-util-is@1.0.1
56618npm info linkStuff isarray@0.0.1
56619npm verb linkBins isarray@0.0.1
56620npm verb linkMans isarray@0.0.1
56621npm info linkStuff string_decoder@0.10.31
56622npm verb linkBins string_decoder@0.10.31
56623npm verb linkMans string_decoder@0.10.31
56624npm info linkStuff readable-stream@1.1.13
56625npm verb linkBins readable-stream@1.1.13
56626npm verb linkMans readable-stream@1.1.13
56627npm info linkStuff are-we-there-yet@1.0.4
56628npm verb linkBins are-we-there-yet@1.0.4
56629npm verb linkMans are-we-there-yet@1.0.4
56630npm info linkStuff npmlog@2.0.0
56631npm verb linkBins npmlog@2.0.0
56632npm verb linkMans npmlog@2.0.0
56633npm info linkStuff are-we-there-yet@1.0.4
56634npm verb linkBins are-we-there-yet@1.0.4
56635npm verb linkMans are-we-there-yet@1.0.4
56636npm info linkStuff npmlog@1.2.1
56637npm verb linkBins npmlog@1.2.1
56638npm verb linkMans npmlog@1.2.1
56639npm info linkStuff are-we-there-yet@1.0.4
56640npm verb linkBins are-we-there-yet@1.0.4
56641npm verb linkMans are-we-there-yet@1.0.4
56642npm info linkStuff npmlog@1.2.1
56643npm verb linkBins npmlog@1.2.1
56644npm verb linkMans npmlog@1.2.1
56645npm info linkStuff aws-sign2@0.6.0
56646npm verb linkBins aws-sign2@0.6.0
56647npm verb linkMans aws-sign2@0.6.0
56648npm info linkStuff core-util-is@1.0.1
56649npm verb linkBins core-util-is@1.0.1
56650npm verb linkMans core-util-is@1.0.1
56651npm info linkStuff isarray@0.0.1
56652npm verb linkBins isarray@0.0.1
56653npm verb linkMans isarray@0.0.1
56654npm info linkStuff process-nextick-args@1.0.3
56655npm verb linkBins process-nextick-args@1.0.3
56656npm verb linkMans process-nextick-args@1.0.3
56657npm info linkStuff string_decoder@0.10.31
56658npm verb linkBins string_decoder@0.10.31
56659npm verb linkMans string_decoder@0.10.31
56660npm info linkStuff util-deprecate@1.0.2
56661npm verb linkBins util-deprecate@1.0.2
56662npm verb linkMans util-deprecate@1.0.2
56663npm info linkStuff readable-stream@2.0.3
56664npm verb linkBins readable-stream@2.0.3
56665npm verb linkMans readable-stream@2.0.3
56666npm info linkStuff bl@1.0.0
56667npm verb linkBins bl@1.0.0
56668npm verb linkMans bl@1.0.0
56669npm info linkStuff caseless@0.11.0
56670npm verb linkBins caseless@0.11.0
56671npm verb linkMans caseless@0.11.0
56672npm info linkStuff delayed-stream@1.0.0
56673npm verb linkBins delayed-stream@1.0.0
56674npm verb linkMans delayed-stream@1.0.0
56675npm info linkStuff combined-stream@1.0.5
56676npm verb linkBins combined-stream@1.0.5
56677npm verb linkMans combined-stream@1.0.5
56678npm info linkStuff extend@3.0.0
56679npm verb linkBins extend@3.0.0
56680npm verb linkMans extend@3.0.0
56681npm info linkStuff forever-agent@0.6.1
56682npm verb linkBins forever-agent@0.6.1
56683npm verb linkMans forever-agent@0.6.1
56684npm info linkStuff async@1.5.0
56685npm verb linkBins async@1.5.0
56686npm verb linkMans async@1.5.0
56687npm info linkStuff ansi-styles@2.1.0
56688npm verb linkBins ansi-styles@2.1.0
56689npm verb linkMans ansi-styles@2.1.0
56690npm info linkStuff escape-string-regexp@1.0.3
56691npm verb linkBins escape-string-regexp@1.0.3
56692npm verb linkMans escape-string-regexp@1.0.3
56693npm info linkStuff has-ansi@2.0.0
56694npm verb linkBins has-ansi@2.0.0
56695npm verb linkMans has-ansi@2.0.0
56696npm info linkStuff supports-color@2.0.0
56697npm verb linkBins supports-color@2.0.0
56698npm verb linkMans supports-color@2.0.0
56699npm info linkStuff graceful-readlink@1.0.1
56700npm verb linkBins graceful-readlink@1.0.1
56701npm verb linkMans graceful-readlink@1.0.1
56702npm info linkStuff commander@2.9.0
56703npm verb linkBins commander@2.9.0
56704npm verb linkMans commander@2.9.0
56705npm info linkStuff generate-function@2.0.0
56706npm verb linkBins generate-function@2.0.0
56707npm verb linkMans generate-function@2.0.0
56708npm info linkStuff is-property@1.0.2
56709npm verb linkBins is-property@1.0.2
56710npm verb linkMans is-property@1.0.2
56711npm info linkStuff generate-object-property@1.2.0
56712npm verb linkBins generate-object-property@1.2.0
56713npm verb linkMans generate-object-property@1.2.0
56714npm info linkStuff jsonpointer@2.0.0
56715npm verb linkBins jsonpointer@2.0.0
56716npm verb linkMans jsonpointer@2.0.0
56717npm info linkStuff xtend@4.0.0
56718npm verb linkBins xtend@4.0.0
56719npm verb linkMans xtend@4.0.0
56720npm info linkStuff is-my-json-valid@2.12.2
56721npm verb linkBins is-my-json-valid@2.12.2
56722npm verb linkMans is-my-json-valid@2.12.2
56723npm info linkStuff pinkie@1.0.0
56724npm verb linkBins pinkie@1.0.0
56725npm verb linkMans pinkie@1.0.0
56726npm info linkStuff pinkie-promise@1.0.0
56727npm verb linkBins pinkie-promise@1.0.0
56728npm verb linkMans pinkie-promise@1.0.0
56729npm info linkStuff hoek@2.16.3
56730npm verb linkBins hoek@2.16.3
56731npm verb linkMans hoek@2.16.3
56732npm info linkStuff boom@2.10.0
56733npm verb linkBins boom@2.10.0
56734npm verb linkMans boom@2.10.0
56735npm info linkStuff cryptiles@2.0.5
56736npm verb linkBins cryptiles@2.0.5
56737npm verb linkMans cryptiles@2.0.5
56738npm info linkStuff sntp@1.0.9
56739npm verb linkBins sntp@1.0.9
56740npm verb linkMans sntp@1.0.9
56741npm info linkStuff hawk@3.1.0
56742npm verb linkBins hawk@3.1.0
56743npm verb linkMans hawk@3.1.0
56744npm info linkStuff asn1@0.1.11
56745npm verb linkBins asn1@0.1.11
56746npm verb linkMans asn1@0.1.11
56747npm info linkStuff assert-plus@0.1.5
56748npm verb linkBins assert-plus@0.1.5
56749npm verb linkMans assert-plus@0.1.5
56750npm info linkStuff ctype@0.5.3
56751npm verb linkBins ctype@0.5.3
56752npm verb linkMans ctype@0.5.3
56753npm info linkStuff http-signature@0.11.0
56754npm verb linkBins http-signature@0.11.0
56755npm verb linkMans http-signature@0.11.0
56756npm info linkStuff isstream@0.1.2
56757npm verb linkBins isstream@0.1.2
56758npm verb linkMans isstream@0.1.2
56759npm info linkStuff json-stringify-safe@5.0.1
56760npm verb linkBins json-stringify-safe@5.0.1
56761npm verb linkMans json-stringify-safe@5.0.1
56762npm info linkStuff mime-db@1.19.0
56763npm verb linkBins mime-db@1.19.0
56764npm verb linkMans mime-db@1.19.0
56765npm info linkStuff mime-types@2.1.7
56766npm verb linkBins mime-types@2.1.7
56767npm verb linkMans mime-types@2.1.7
56768npm info linkStuff form-data@1.0.0-rc3
56769npm verb linkBins form-data@1.0.0-rc3
56770npm verb linkMans form-data@1.0.0-rc3
56771npm info linkStuff node-uuid@1.4.3
56772npm verb linkBins node-uuid@1.4.3
56773npm verb link bins [ { uuid: './bin/uuid' },
56774npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/request/node_modules/.bin',
56775npm verb link bins false ]
56776npm verb linkMans node-uuid@1.4.3
56777npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/request/node_modules/.bin/uuid
56778npm info linkStuff oauth-sign@0.8.0
56779npm verb linkBins oauth-sign@0.8.0
56780npm verb linkMans oauth-sign@0.8.0
56781npm info linkStuff qs@5.2.0
56782npm verb linkBins qs@5.2.0
56783npm verb linkMans qs@5.2.0
56784npm info linkStuff stringstream@0.0.5
56785npm verb linkBins stringstream@0.0.5
56786npm verb linkMans stringstream@0.0.5
56787npm info linkStuff tough-cookie@2.2.0
56788npm verb linkBins tough-cookie@2.2.0
56789npm verb linkMans tough-cookie@2.2.0
56790npm info linkStuff tunnel-agent@0.4.1
56791npm verb linkBins tunnel-agent@0.4.1
56792npm verb linkMans tunnel-agent@0.4.1
56793npm info linkStuff retry@0.8.0
56794npm verb linkBins retry@0.8.0
56795npm verb linkMans retry@0.8.0
56796npm info linkStuff semver@5.0.3
56797npm verb linkBins semver@5.0.3
56798npm verb link bins [ { semver: './bin/semver' },
56799npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56800npm verb link bins false ]
56801npm verb linkMans semver@5.0.3
56802npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/semver
56803npm info linkStuff npm-package-arg@4.0.2
56804npm verb linkBins npm-package-arg@4.0.2
56805npm verb linkMans npm-package-arg@4.0.2
56806npm info linkStuff npm-install-checks@1.0.6
56807npm verb linkBins npm-install-checks@1.0.6
56808npm verb linkMans npm-install-checks@1.0.6
56809npm info linkStuff core-util-is@1.0.1
56810npm verb linkBins core-util-is@1.0.1
56811npm verb linkMans core-util-is@1.0.1
56812npm info linkStuff isarray@0.0.1
56813npm verb linkBins isarray@0.0.1
56814npm verb linkMans isarray@0.0.1
56815npm info linkStuff process-nextick-args@1.0.3
56816npm verb linkBins process-nextick-args@1.0.3
56817npm verb linkMans process-nextick-args@1.0.3
56818npm info linkStuff string_decoder@0.10.31
56819npm verb linkBins string_decoder@0.10.31
56820npm verb linkMans string_decoder@0.10.31
56821npm info linkStuff util-deprecate@1.0.1
56822npm verb linkBins util-deprecate@1.0.1
56823npm verb linkMans util-deprecate@1.0.1
56824npm info linkStuff readable-stream@2.0.2
56825npm verb linkBins readable-stream@2.0.2
56826npm verb linkMans readable-stream@2.0.2
56827npm info linkStuff sha@2.0.1
56828npm verb linkBins sha@2.0.1
56829npm verb linkMans sha@2.0.1
56830npm info linkStuff slide@1.1.6
56831npm verb linkBins slide@1.1.6
56832npm verb linkMans slide@1.1.6
56833npm info linkStuff sorted-object@1.0.0
56834npm verb linkBins sorted-object@1.0.0
56835npm verb linkMans sorted-object@1.0.0
56836npm info linkStuff spdx-license-ids@1.1.0
56837npm verb linkBins spdx-license-ids@1.1.0
56838npm verb linkMans spdx-license-ids@1.1.0
56839npm info linkStuff spdx@0.4.1
56840npm verb linkBins spdx@0.4.1
56841npm verb linkMans spdx@0.4.1
56842npm info linkStuff strip-ansi@3.0.0
56843npm verb linkBins strip-ansi@3.0.0
56844npm verb linkMans strip-ansi@3.0.0
56845npm info linkStuff chalk@1.1.1
56846npm verb linkBins chalk@1.1.1
56847npm verb linkMans chalk@1.1.1
56848npm info linkStuff har-validator@2.0.2
56849npm verb linkBins har-validator@2.0.2
56850npm verb link bins [ { 'har-validator': 'bin/har-validator' },
56851npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/request/node_modules/.bin',
56852npm verb link bins false ]
56853npm verb linkMans har-validator@2.0.2
56854npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/request/node_modules/.bin/har-validator
56855npm info linkStuff request@2.65.0
56856npm verb linkBins request@2.65.0
56857npm verb linkMans request@2.65.0
56858npm info linkStuff columnify@1.5.2
56859npm verb linkBins columnify@1.5.2
56860npm verb linkMans columnify@1.5.2
56861npm info linkStuff text-table@0.2.0
56862npm verb linkBins text-table@0.2.0
56863npm verb linkMans text-table@0.2.0
56864npm info linkStuff uid-number@0.0.6
56865npm verb linkBins uid-number@0.0.6
56866npm verb linkMans uid-number@0.0.6
56867npm info linkStuff umask@1.1.0
56868npm verb linkBins umask@1.1.0
56869npm verb linkMans umask@1.1.0
56870npm info linkStuff spdx-correct@1.0.1
56871npm verb linkBins spdx-correct@1.0.1
56872npm verb linkMans spdx-correct@1.0.1
56873npm info linkStuff spdx-exceptions@1.0.2
56874npm verb linkBins spdx-exceptions@1.0.2
56875npm verb linkMans spdx-exceptions@1.0.2
56876npm info linkStuff spdx-expression-parse@1.0.0
56877npm verb linkBins spdx-expression-parse@1.0.0
56878npm verb linkMans spdx-expression-parse@1.0.0
56879npm info linkStuff validate-npm-package-license@3.0.1
56880npm verb linkBins validate-npm-package-license@3.0.1
56881npm verb linkMans validate-npm-package-license@3.0.1
56882npm info linkStuff normalize-package-data@2.3.5
56883npm verb linkBins normalize-package-data@2.3.5
56884npm verb linkMans normalize-package-data@2.3.5
56885npm info linkStuff builtins@0.0.7
56886npm verb linkBins builtins@0.0.7
56887npm verb linkMans builtins@0.0.7
56888npm info linkStuff validate-npm-package-name@2.2.2
56889npm verb linkBins validate-npm-package-name@2.2.2
56890npm verb linkMans validate-npm-package-name@2.2.2
56891npm info linkStuff is-relative@0.1.3
56892npm verb linkBins is-relative@0.1.3
56893npm verb linkMans is-relative@0.1.3
56894npm info linkStuff is-absolute@0.1.7
56895npm verb linkBins is-absolute@0.1.7
56896npm verb linkMans is-absolute@0.1.7
56897npm info linkStuff which@1.2.0
56898npm verb linkBins which@1.2.0
56899npm verb link bins [ { which: './bin/which' },
56900npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56901npm verb link bins false ]
56902npm verb linkMans which@1.2.0
56903npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/which
56904npm info linkStuff wrappy@1.0.1
56905npm verb linkBins wrappy@1.0.1
56906npm verb linkMans wrappy@1.0.1
56907npm info linkStuff once@1.3.2
56908npm verb linkBins once@1.3.2
56909npm verb linkMans once@1.3.2
56910npm info linkStuff inflight@1.0.4
56911npm verb linkBins inflight@1.0.4
56912npm verb linkMans inflight@1.0.4
56913npm info linkStuff glob@4.5.3
56914npm verb linkBins glob@4.5.3
56915npm verb linkMans glob@4.5.3
56916npm info linkStuff glob@5.0.15
56917npm verb linkBins glob@5.0.15
56918npm verb linkMans glob@5.0.15
56919npm info linkStuff rimraf@2.4.3
56920npm verb linkBins rimraf@2.4.3
56921npm verb link bins [ { rimraf: './bin.js' },
56922npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56923npm verb link bins false ]
56924npm verb linkMans rimraf@2.4.3
56925npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/rimraf
56926npm info linkStuff fstream@1.0.8
56927npm verb linkBins fstream@1.0.8
56928npm verb linkMans fstream@1.0.8
56929npm info linkStuff tar@2.2.1
56930npm verb linkBins tar@2.2.1
56931npm verb linkMans tar@2.2.1
56932npm info linkStuff tar@1.0.3
56933npm verb linkBins tar@1.0.3
56934npm verb linkMans tar@1.0.3
56935npm info linkStuff node-gyp@3.0.3
56936npm verb linkBins node-gyp@3.0.3
56937npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' },
56938npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin',
56939npm verb link bins false ]
56940npm verb linkMans node-gyp@3.0.3
56941npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/npm/node_modules/.bin/node-gyp
56942npm info linkStuff fstream-ignore@1.0.3
56943npm verb linkBins fstream-ignore@1.0.3
56944npm verb linkMans fstream-ignore@1.0.3
56945npm info linkStuff fstream-npm@1.0.7
56946npm verb linkBins fstream-npm@1.0.7
56947npm verb linkMans fstream-npm@1.0.7
56948npm info linkStuff fs-vacuum@1.2.7
56949npm verb linkBins fs-vacuum@1.2.7
56950npm verb linkMans fs-vacuum@1.2.7
56951npm info linkStuff read-package-json@2.0.2
56952npm verb linkBins read-package-json@2.0.2
56953npm verb linkMans read-package-json@2.0.2
56954npm info linkStuff init-package-json@1.9.1
56955npm verb linkBins init-package-json@1.9.1
56956npm verb linkMans init-package-json@1.9.1
56957npm info linkStuff dezalgo@1.0.3
56958npm verb linkBins dezalgo@1.0.3
56959npm verb linkMans dezalgo@1.0.3
56960npm info linkStuff realize-package-specifier@3.0.1
56961npm verb linkBins realize-package-specifier@3.0.1
56962npm verb linkMans realize-package-specifier@3.0.1
56963npm info linkStuff readdir-scoped-modules@1.0.2
56964npm verb linkBins readdir-scoped-modules@1.0.2
56965npm verb linkMans readdir-scoped-modules@1.0.2
56966npm info linkStuff read-installed@4.0.3
56967npm verb linkBins read-installed@4.0.3
56968npm verb linkMans read-installed@4.0.3
56969npm info linkStuff async-some@1.0.2
56970npm verb linkBins async-some@1.0.2
56971npm verb linkMans async-some@1.0.2
56972npm info linkStuff write-file-atomic@1.1.3
56973npm verb linkBins write-file-atomic@1.1.3
56974npm verb linkMans write-file-atomic@1.1.3
56975npm info linkStuff number-is-nan@1.0.0
56976npm verb linkBins number-is-nan@1.0.0
56977npm verb linkMans number-is-nan@1.0.0
56978npm info linkStuff is-finite@1.0.1
56979npm verb linkBins is-finite@1.0.1
56980npm verb linkMans is-finite@1.0.1
56981npm info linkStuff is-integer@1.0.6
56982npm verb linkBins is-integer@1.0.6
56983npm verb linkMans is-integer@1.0.6
56984npm info linkStuff object-assign@3.0.0
56985npm verb linkBins object-assign@3.0.0
56986npm verb linkMans object-assign@3.0.0
56987npm info linkStuff object-component@0.0.3
56988npm verb linkBins object-component@0.0.3
56989npm verb linkMans object-component@0.0.3
56990npm info linkStuff object-keys@1.0.1
56991npm verb linkBins object-keys@1.0.1
56992npm verb linkMans object-keys@1.0.1
56993npm info linkStuff on-finished@2.3.0
56994npm verb linkBins on-finished@2.3.0
56995npm verb linkMans on-finished@2.3.0
56996npm info linkStuff on-headers@1.0.1
56997npm verb linkBins on-headers@1.0.1
56998npm verb linkMans on-headers@1.0.1
56999npm info linkStuff morgan@1.6.1
57000npm verb linkBins morgan@1.6.1
57001npm verb linkMans morgan@1.6.1
57002npm info linkStuff options@0.0.6
57003npm verb linkBins options@0.0.6
57004npm verb linkMans options@0.0.6
57005npm info linkStuff os-homedir@1.0.1
57006npm verb linkBins os-homedir@1.0.1
57007npm verb linkMans os-homedir@1.0.1
57008npm info linkStuff os-locale@1.4.0
57009npm verb linkBins os-locale@1.4.0
57010npm verb linkMans os-locale@1.4.0
57011npm info linkStuff os-tmpdir@1.0.1
57012npm verb linkBins os-tmpdir@1.0.1
57013npm verb linkMans os-tmpdir@1.0.1
57014npm info linkStuff osenv@0.1.3
57015npm verb linkBins osenv@0.1.3
57016npm verb linkMans osenv@0.1.3
57017npm info linkStuff osenv@0.0.3
57018npm verb linkBins osenv@0.0.3
57019npm verb linkMans osenv@0.0.3
57020npm info linkStuff parsejson@0.0.1
57021npm verb linkBins parsejson@0.0.1
57022npm verb linkMans parsejson@0.0.1
57023npm info linkStuff parseqs@0.0.2
57024npm verb linkBins parseqs@0.0.2
57025npm verb linkMans parseqs@0.0.2
57026npm info linkStuff parseuri@0.0.2
57027npm verb linkBins parseuri@0.0.2
57028npm verb linkMans parseuri@0.0.2
57029npm info linkStuff parseurl@1.3.0
57030npm verb linkBins parseurl@1.3.0
57031npm verb linkMans parseurl@1.3.0
57032npm info linkStuff path-exists@1.0.0
57033npm verb linkBins path-exists@1.0.0
57034npm verb linkMans path-exists@1.0.0
57035npm info linkStuff path-is-absolute@1.0.0
57036npm verb linkBins path-is-absolute@1.0.0
57037npm verb linkMans path-is-absolute@1.0.0
57038npm info linkStuff path-posix@1.0.0
57039npm verb linkBins path-posix@1.0.0
57040npm verb linkMans path-posix@1.0.0
57041npm info linkStuff path-to-regexp@0.1.7
57042npm verb linkBins path-to-regexp@0.1.7
57043npm verb linkMans path-to-regexp@0.1.7
57044npm info linkStuff pleasant-progress@1.1.0
57045npm verb linkBins pleasant-progress@1.1.0
57046npm verb linkMans pleasant-progress@1.1.0
57047npm info linkStuff async@0.9.0
57048npm verb linkBins async@0.9.0
57049npm verb linkMans async@0.9.0
57050npm info linkStuff portfinder@0.4.0
57051npm verb linkBins portfinder@0.4.0
57052npm verb linkMans portfinder@0.4.0
57053npm info linkStuff printf@0.2.3
57054npm verb linkBins printf@0.2.3
57055npm verb linkMans printf@0.2.3
57056npm info linkStuff private@0.1.6
57057npm verb linkBins private@0.1.6
57058npm verb linkMans private@0.1.6
57059npm info linkStuff process-nextick-args@1.0.6
57060npm verb linkBins process-nextick-args@1.0.6
57061npm verb linkMans process-nextick-args@1.0.6
57062npm info linkStuff process-relative-require@1.0.0
57063npm verb linkBins process-relative-require@1.0.0
57064npm verb linkMans process-relative-require@1.0.0
57065npm info linkStuff proxy-addr@1.0.10
57066npm verb linkBins proxy-addr@1.0.10
57067npm verb linkMans proxy-addr@1.0.10
57068npm info linkStuff pseudomap@1.0.1
57069npm verb linkBins pseudomap@1.0.1
57070npm verb linkMans pseudomap@1.0.1
57071npm info linkStuff lru-cache@3.2.0
57072npm verb linkBins lru-cache@3.2.0
57073npm verb linkMans lru-cache@3.2.0
57074npm info linkStuff q@1.4.1
57075npm verb linkBins q@1.4.1
57076npm verb linkMans q@1.4.1
57077npm info linkStuff qs@4.0.0
57078npm verb linkBins qs@4.0.0
57079npm verb linkMans qs@4.0.0
57080npm info linkStuff rimraf@2.2.8
57081npm verb linkBins rimraf@2.2.8
57082npm verb link bins [ { rimraf: './bin.js' },
57083npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/quick-temp/node_modules/.bin',
57084npm verb link bins false ]
57085npm verb linkMans rimraf@2.2.8
57086npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/quick-temp/node_modules/.bin/rimraf
57087npm info linkStuff range-parser@1.0.3
57088npm verb linkBins range-parser@1.0.3
57089npm verb linkMans range-parser@1.0.3
57090npm info linkStuff bytes@2.2.0
57091npm verb linkBins bytes@2.2.0
57092npm verb linkMans bytes@2.2.0
57093npm info linkStuff ansi-regex@1.1.1
57094npm verb linkBins ansi-regex@1.1.1
57095npm verb linkMans ansi-regex@1.1.1
57096npm info linkStuff strip-ansi@2.0.1
57097npm verb linkBins strip-ansi@2.0.1
57098npm verb link bins [ { 'strip-ansi': 'cli.js' },
57099npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/readline2/node_modules/.bin',
57100npm verb link bins false ]
57101npm verb linkMans strip-ansi@2.0.1
57102npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/readline2/node_modules/.bin/strip-ansi
57103npm info linkStuff readline2@0.1.1
57104npm verb linkBins readline2@0.1.1
57105npm verb linkMans readline2@0.1.1
57106npm info linkStuff source-map@0.5.3
57107npm verb linkBins source-map@0.5.3
57108npm verb linkMans source-map@0.5.3
57109npm info linkStuff recast@0.10.33
57110npm verb linkBins recast@0.10.33
57111npm verb linkMans recast@0.10.33
57112npm info linkStuff esprima-fb@12001.1.0-dev-harmony-fb
57113npm verb linkBins esprima-fb@12001.1.0-dev-harmony-fb
57114npm verb link bins [ { esparse: './bin/esparse.js',
57115npm verb link bins esvalidate: './bin/esvalidate.js' },
57116npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/redeyed/node_modules/.bin',
57117npm verb link bins false ]
57118npm verb linkMans esprima-fb@12001.1.0-dev-harmony-fb
57119npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/redeyed/node_modules/.bin/esparse
57120npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/redeyed/node_modules/.bin/esvalidate
57121npm info linkStuff redeyed@0.5.0
57122npm verb linkBins redeyed@0.5.0
57123npm verb linkMans redeyed@0.5.0
57124npm info linkStuff cardinal@0.5.0
57125npm verb linkBins cardinal@0.5.0
57126npm verb link bins [ { cdl: './bin/cdl.js' },
57127npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57128npm verb link bins false ]
57129npm verb linkMans cardinal@0.5.0
57130npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/cdl
57131npm info linkStuff regenerate@1.2.1
57132npm verb linkBins regenerate@1.2.1
57133npm verb linkMans regenerate@1.2.1
57134npm info linkStuff esprima@2.7.1
57135npm verb linkBins esprima@2.7.1
57136npm verb link bins [ { esparse: './bin/esparse.js',
57137npm verb link bins esvalidate: './bin/esvalidate.js' },
57138npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/regexpu/node_modules/.bin',
57139npm verb link bins false ]
57140npm verb linkMans esprima@2.7.1
57141npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/regexpu/node_modules/.bin/esparse
57142npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/regexpu/node_modules/.bin/esvalidate
57143npm info linkStuff regjsgen@0.2.0
57144npm verb linkBins regjsgen@0.2.0
57145npm verb linkMans regjsgen@0.2.0
57146npm info linkStuff regjsparser@0.1.5
57147npm verb linkBins regjsparser@0.1.5
57148npm verb link bins [ { regjsparser: 'bin/parser' },
57149npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57150npm verb link bins false ]
57151npm verb linkMans regjsparser@0.1.5
57152npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/regjsparser
57153npm info linkStuff regexpu@1.3.0
57154npm verb linkBins regexpu@1.3.0
57155npm verb link bins [ { regexpu: 'bin/regexpu' },
57156npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57157npm verb link bins false ]
57158npm verb linkMans regexpu@1.3.0
57159npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/regexpu
57160npm info linkStuff repeat-string@1.5.2
57161npm verb linkBins repeat-string@1.5.2
57162npm verb linkMans repeat-string@1.5.2
57163npm info linkStuff align-text@0.1.3
57164npm verb linkBins align-text@0.1.3
57165npm verb linkMans align-text@0.1.3
57166npm info linkStuff center-align@0.1.2
57167npm verb linkBins center-align@0.1.2
57168npm verb linkMans center-align@0.1.2
57169npm info linkStuff repeating@1.1.3
57170npm verb linkBins repeating@1.1.3
57171npm verb link bins [ { repeating: 'cli.js' },
57172npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57173npm verb link bins false ]
57174npm verb linkMans repeating@1.1.3
57175npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/repeating
57176npm info linkStuff detect-indent@3.0.1
57177npm verb linkBins detect-indent@3.0.1
57178npm verb link bins [ { 'detect-indent': 'cli.js' },
57179npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57180npm verb link bins false ]
57181npm verb linkMans detect-indent@3.0.1
57182npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/detect-indent
57183npm info linkStuff requires-port@0.0.1
57184npm verb linkBins requires-port@0.0.1
57185npm verb linkMans requires-port@0.0.1
57186npm info linkStuff http-proxy@1.12.0
57187npm verb linkBins http-proxy@1.12.0
57188npm verb linkMans http-proxy@1.12.0
57189npm info linkStuff resolve@1.1.6
57190npm verb linkBins resolve@1.1.6
57191npm verb linkMans resolve@1.1.6
57192npm info linkStuff right-align@0.1.3
57193npm verb linkBins right-align@0.1.3
57194npm verb linkMans right-align@0.1.3
57195npm info linkStuff cliui@2.1.0
57196npm verb linkBins cliui@2.1.0
57197npm verb linkMans cliui@2.1.0
57198npm info linkStuff rsvp@3.1.0
57199npm verb linkBins rsvp@3.1.0
57200npm verb linkMans rsvp@3.1.0
57201npm info linkStuff promise-map-series@0.2.2
57202npm verb linkBins promise-map-series@0.2.2
57203npm verb linkMans promise-map-series@0.2.2
57204npm info linkStuff minimist@1.2.0
57205npm verb linkBins minimist@1.2.0
57206npm verb linkMans minimist@1.2.0
57207npm info linkStuff semver@4.3.6
57208npm verb linkBins semver@4.3.6
57209npm verb link bins [ { semver: './bin/semver' },
57210npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57211npm verb link bins false ]
57212npm verb linkMans semver@4.3.6
57213npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/semver
57214npm info linkStuff semver-utils@1.1.1
57215npm verb linkBins semver-utils@1.1.1
57216npm verb linkMans semver-utils@1.1.1
57217npm info linkStuff bower@1.7.1
57218npm verb linkBins bower@1.7.1
57219npm verb link bins [ { bower: 'bin/bower' },
57220npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57221npm verb link bins false ]
57222npm verb linkMans bower@1.7.1
57223npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/bower
57224npm info linkStuff shebang-regex@1.0.0
57225npm verb linkBins shebang-regex@1.0.0
57226npm verb linkMans shebang-regex@1.0.0
57227npm info linkStuff sigmund@1.0.1
57228npm verb linkBins sigmund@1.0.1
57229npm verb linkMans sigmund@1.0.1
57230npm info linkStuff minimatch@0.2.14
57231npm verb linkBins minimatch@0.2.14
57232npm verb linkMans minimatch@0.2.14
57233npm info linkStuff minimatch@0.2.14
57234npm verb linkBins minimatch@0.2.14
57235npm verb linkMans minimatch@0.2.14
57236npm info linkStuff fireworm@0.6.6
57237npm verb linkBins fireworm@0.6.6
57238npm verb linkMans fireworm@0.6.6
57239npm info linkStuff silent-error@1.0.0
57240npm verb linkBins silent-error@1.0.0
57241npm verb linkMans silent-error@1.0.0
57242npm info linkStuff ember-cli-normalize-entity-name@1.0.0
57243npm verb linkBins ember-cli-normalize-entity-name@1.0.0
57244npm verb linkMans ember-cli-normalize-entity-name@1.0.0
57245npm info linkStuff simple-fmt@0.1.0
57246npm verb linkBins simple-fmt@0.1.0
57247npm verb linkMans simple-fmt@0.1.0
57248npm info linkStuff simple-is@0.2.0
57249npm verb linkBins simple-is@0.2.0
57250npm verb linkMans simple-is@0.2.0
57251npm info linkStuff slash@1.0.0
57252npm verb linkBins slash@1.0.0
57253npm verb linkMans slash@1.0.0
57254npm info linkStuff slide@1.1.6
57255npm verb linkBins slide@1.1.6
57256npm verb linkMans slide@1.1.6
57257npm info linkStuff ms@0.6.2
57258npm verb linkBins ms@0.6.2
57259npm verb linkMans ms@0.6.2
57260npm info linkStuff debug@1.0.2
57261npm verb linkBins debug@1.0.2
57262npm verb linkMans debug@1.0.2
57263npm info linkStuff debug@0.7.4
57264npm verb linkBins debug@0.7.4
57265npm verb linkMans debug@0.7.4
57266npm info linkStuff socket.io-parser@2.2.2
57267npm verb linkBins socket.io-parser@2.2.2
57268npm verb linkMans socket.io-parser@2.2.2
57269npm info linkStuff socket.io-adapter@0.3.1
57270npm verb linkBins socket.io-adapter@0.3.1
57271npm verb linkMans socket.io-adapter@0.3.1
57272npm info linkStuff debug@0.7.4
57273npm verb linkBins debug@0.7.4
57274npm verb linkMans debug@0.7.4
57275npm info linkStuff debug@0.7.4
57276npm verb linkBins debug@0.7.4
57277npm verb linkMans debug@0.7.4
57278npm info linkStuff socket.io-parser@2.2.4
57279npm verb linkBins socket.io-parser@2.2.4
57280npm verb linkMans socket.io-parser@2.2.4
57281npm info linkStuff ms@0.6.2
57282npm verb linkBins ms@0.6.2
57283npm verb linkMans ms@0.6.2
57284npm info linkStuff debug@2.1.0
57285npm verb linkBins debug@2.1.0
57286npm verb linkMans debug@2.1.0
57287npm info linkStuff source-map@0.1.43
57288npm verb linkBins source-map@0.1.43
57289npm verb linkMans source-map@0.1.43
57290npm info linkStuff recast@0.9.18
57291npm verb linkBins recast@0.9.18
57292npm verb linkMans recast@0.9.18
57293npm info linkStuff ember-router-generator@1.1.1
57294npm verb linkBins ember-router-generator@1.1.1
57295npm verb linkMans ember-router-generator@1.1.1
57296npm info linkStuff source-map@0.1.32
57297npm verb linkBins source-map@0.1.32
57298npm verb linkMans source-map@0.1.32
57299npm info linkStuff source-map-support@0.2.10
57300npm verb linkBins source-map-support@0.2.10
57301npm verb linkMans source-map-support@0.2.10
57302npm info linkStuff source-map-url@0.3.0
57303npm verb linkBins source-map-url@0.3.0
57304npm verb linkMans source-map-url@0.3.0
57305npm info linkStuff fast-sourcemap-concat@0.2.7
57306npm verb linkBins fast-sourcemap-concat@0.2.7
57307npm verb linkMans fast-sourcemap-concat@0.2.7
57308npm info linkStuff sprintf-js@1.0.3
57309npm verb linkBins sprintf-js@1.0.3
57310npm verb linkMans sprintf-js@1.0.3
57311npm info linkStuff argparse@1.0.3
57312npm verb linkBins argparse@1.0.3
57313npm verb linkMans argparse@1.0.3
57314npm info linkStuff js-yaml@3.4.6
57315npm verb linkBins js-yaml@3.4.6
57316npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
57317npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57318npm verb link bins false ]
57319npm verb linkMans js-yaml@3.4.6
57320npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/js-yaml
57321npm info linkStuff stable@0.1.5
57322npm verb linkBins stable@0.1.5
57323npm verb linkMans stable@0.1.5
57324npm info linkStuff alter@0.2.0
57325npm verb linkBins alter@0.2.0
57326npm verb linkMans alter@0.2.0
57327npm info linkStuff statuses@1.2.1
57328npm verb linkBins statuses@1.2.1
57329npm verb linkMans statuses@1.2.1
57330npm info linkStuff http-errors@1.3.1
57331npm verb linkBins http-errors@1.3.1
57332npm verb linkMans http-errors@1.3.1
57333npm info linkStuff send@0.13.0
57334npm verb linkBins send@0.13.0
57335npm verb linkMans send@0.13.0
57336npm info linkStuff serve-static@1.10.0
57337npm verb linkBins serve-static@1.10.0
57338npm verb linkMans serve-static@1.10.0
57339npm info linkStuff string_decoder@0.10.31
57340npm verb linkBins string_decoder@0.10.31
57341npm verb linkMans string_decoder@0.10.31
57342npm info linkStuff stringmap@0.2.2
57343npm verb linkBins stringmap@0.2.2
57344npm verb linkMans stringmap@0.2.2
57345npm info linkStuff stringset@0.2.1
57346npm verb linkBins stringset@0.2.1
57347npm verb linkMans stringset@0.2.1
57348npm info linkStuff strip-ansi@3.0.0
57349npm verb linkBins strip-ansi@3.0.0
57350npm verb linkMans strip-ansi@3.0.0
57351npm info linkStuff styled_string@0.0.1
57352npm verb linkBins styled_string@0.0.1
57353npm verb linkMans styled_string@0.0.1
57354npm info linkStuff supports-color@2.0.0
57355npm verb linkBins supports-color@2.0.0
57356npm verb linkMans supports-color@2.0.0
57357npm info linkStuff chalk@1.1.0
57358npm verb linkBins chalk@1.1.0
57359npm verb linkMans chalk@1.1.0
57360npm info linkStuff symlink-or-copy@1.0.1
57361npm verb linkBins symlink-or-copy@1.0.1
57362npm verb linkMans symlink-or-copy@1.0.1
57363npm info linkStuff rimraf@2.2.8
57364npm verb linkBins rimraf@2.2.8
57365npm verb link bins [ { rimraf: './bin.js' },
57366npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/temp/node_modules/.bin',
57367npm verb link bins false ]
57368npm verb linkMans rimraf@2.2.8
57369npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/temp/node_modules/.bin/rimraf
57370npm info linkStuff temp@0.8.1
57371npm verb linkBins temp@0.8.1
57372npm verb linkMans temp@0.8.1
57373npm info linkStuff async@1.5.0
57374npm verb linkBins async@1.5.0
57375npm verb linkMans async@1.5.0
57376npm info linkStuff through@2.3.8
57377npm verb linkBins through@2.3.8
57378npm verb linkMans through@2.3.8
57379npm info linkStuff timers-ext@0.1.0
57380npm verb linkBins timers-ext@0.1.0
57381npm verb linkMans timers-ext@0.1.0
57382npm info linkStuff memoizee@0.3.9
57383npm verb linkBins memoizee@0.3.9
57384npm verb linkMans memoizee@0.3.9
57385npm info linkStuff cli-color@0.3.3
57386npm verb linkBins cli-color@0.3.3
57387npm verb linkMans cli-color@0.3.3
57388npm info linkStuff inquirer@0.5.1
57389npm verb linkBins inquirer@0.5.1
57390npm verb linkMans inquirer@0.5.1
57391npm info linkStuff qs@5.1.0
57392npm verb linkBins qs@5.1.0
57393npm verb linkMans qs@5.1.0
57394npm info linkStuff tmpl@1.0.4
57395npm verb linkBins tmpl@1.0.4
57396npm verb linkMans tmpl@1.0.4
57397npm info linkStuff makeerror@1.0.11
57398npm verb linkBins makeerror@1.0.11
57399npm verb linkMans makeerror@1.0.11
57400npm info linkStuff to-array@0.1.3
57401npm verb linkBins to-array@0.1.3
57402npm verb linkMans to-array@0.1.3
57403npm info linkStuff to-fast-properties@1.0.1
57404npm verb linkBins to-fast-properties@1.0.1
57405npm verb linkMans to-fast-properties@1.0.1
57406npm info linkStuff trim-right@1.0.1
57407npm verb linkBins trim-right@1.0.1
57408npm verb linkMans trim-right@1.0.1
57409npm info linkStuff try-resolve@1.0.1
57410npm verb linkBins try-resolve@1.0.1
57411npm verb linkMans try-resolve@1.0.1
57412npm info linkStuff tryor@0.1.2
57413npm verb linkBins tryor@0.1.2
57414npm verb linkMans tryor@0.1.2
57415npm info linkStuff type-is@1.6.10
57416npm verb linkBins type-is@1.6.10
57417npm verb linkMans type-is@1.6.10
57418npm info linkStuff uc.micro@1.0.0
57419npm verb linkBins uc.micro@1.0.0
57420npm verb linkMans uc.micro@1.0.0
57421npm info linkStuff linkify-it@1.2.0
57422npm verb linkBins linkify-it@1.2.0
57423npm verb linkMans linkify-it@1.2.0
57424npm info linkStuff markdown-it@4.3.0
57425npm verb linkBins markdown-it@4.3.0
57426npm verb link bins [ { 'markdown-it': 'bin/markdown-it.js' },
57427npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57428npm verb link bins false ]
57429npm verb linkMans markdown-it@4.3.0
57430npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/markdown-it
57431npm info linkStuff markdown-it-terminal@0.0.2
57432npm verb linkBins markdown-it-terminal@0.0.2
57433npm verb linkMans markdown-it-terminal@0.0.2
57434npm info linkStuff ultron@1.0.2
57435npm verb linkBins ultron@1.0.2
57436npm verb linkMans ultron@1.0.2
57437npm info linkStuff underscore@1.8.3
57438npm verb linkBins underscore@1.8.3
57439npm verb linkMans underscore@1.8.3
57440npm info linkStuff backbone@1.2.3
57441npm verb linkBins backbone@1.2.3
57442npm verb linkMans backbone@1.2.3
57443npm info linkStuff underscore.string@2.3.3
57444npm verb linkBins underscore.string@2.3.3
57445npm verb linkMans underscore.string@2.3.3
57446npm info linkStuff quick-temp@0.1.3
57447npm verb linkBins quick-temp@0.1.3
57448npm verb linkMans quick-temp@0.1.3
57449npm info linkStuff broccoli-writer@0.1.1
57450npm verb linkBins broccoli-writer@0.1.1
57451npm verb linkMans broccoli-writer@0.1.1
57452npm info linkStuff unpipe@1.0.0
57453npm verb linkBins unpipe@1.0.0
57454npm verb linkMans unpipe@1.0.0
57455npm info linkStuff raw-body@2.1.5
57456npm verb linkBins raw-body@2.1.5
57457npm verb linkMans raw-body@2.1.5
57458npm info linkStuff body-parser@1.14.2
57459npm verb linkBins body-parser@1.14.2
57460npm verb linkMans body-parser@1.14.2
57461npm info linkStuff finalhandler@0.4.0
57462npm verb linkBins finalhandler@0.4.0
57463npm verb linkMans finalhandler@0.4.0
57464npm info linkStuff user-home@1.1.1
57465npm verb linkBins user-home@1.1.1
57466npm verb link bins [ { 'user-home': 'cli.js' },
57467npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57468npm verb link bins false ]
57469npm verb linkMans user-home@1.1.1
57470npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/user-home
57471npm info linkStuff home-or-tmp@1.0.0
57472npm verb linkBins home-or-tmp@1.0.0
57473npm verb linkMans home-or-tmp@1.0.0
57474npm info linkStuff utf8@2.1.0
57475npm verb linkBins utf8@2.1.0
57476npm verb linkMans utf8@2.1.0
57477npm info linkStuff engine.io-parser@1.2.2
57478npm verb linkBins engine.io-parser@1.2.2
57479npm verb linkMans engine.io-parser@1.2.2
57480npm info linkStuff util-deprecate@1.0.2
57481npm verb linkBins util-deprecate@1.0.2
57482npm verb linkMans util-deprecate@1.0.2
57483npm info linkStuff readable-stream@2.0.5
57484npm verb linkBins readable-stream@2.0.5
57485npm verb linkMans readable-stream@2.0.5
57486npm info linkStuff tap-parser@1.2.2
57487npm verb linkBins tap-parser@1.2.2
57488npm verb link bins [ { 'tap-parser': 'bin/cmd.js' },
57489npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57490npm verb link bins false ]
57491npm verb linkMans tap-parser@1.2.2
57492npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/tap-parser
57493npm info linkStuff are-we-there-yet@1.0.5
57494npm verb linkBins are-we-there-yet@1.0.5
57495npm verb linkMans are-we-there-yet@1.0.5
57496npm info linkStuff npmlog@1.2.1
57497npm verb linkBins npmlog@1.2.1
57498npm verb linkMans npmlog@1.2.1
57499npm info linkStuff npmlog@2.0.0
57500npm verb linkBins npmlog@2.0.0
57501npm verb linkMans npmlog@2.0.0
57502npm info linkStuff npm-registry-client@7.0.7
57503npm verb linkBins npm-registry-client@7.0.7
57504npm verb linkMans npm-registry-client@7.0.7
57505npm info linkStuff npm@2.14.10
57506npm verb linkBins npm@2.14.10
57507npm verb link bins [ { npm: './bin/npm-cli.js' },
57508npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57509npm verb link bins false ]
57510npm verb linkMans npm@2.14.10
57511npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/npm
57512npm info linkStuff utils-merge@1.0.0
57513npm verb linkBins utils-merge@1.0.0
57514npm verb linkMans utils-merge@1.0.0
57515npm info linkStuff express@4.13.3
57516npm verb linkBins express@4.13.3
57517npm verb linkMans express@4.13.3
57518npm info linkStuff connect@3.4.0
57519npm verb linkBins connect@3.4.0
57520npm verb linkMans connect@3.4.0
57521npm info linkStuff uuid@2.0.1
57522npm verb linkBins uuid@2.0.1
57523npm verb linkMans uuid@2.0.1
57524npm info linkStuff vary@1.1.0
57525npm verb linkBins vary@1.1.0
57526npm verb linkMans vary@1.1.0
57527npm info linkStuff compression@1.6.0
57528npm verb linkBins compression@1.6.0
57529npm verb linkMans compression@1.6.0
57530npm info linkStuff walk-sync@0.1.3
57531npm verb linkBins walk-sync@0.1.3
57532npm verb linkMans walk-sync@0.1.3
57533npm info linkStuff walker@1.0.7
57534npm verb linkBins walker@1.0.7
57535npm verb linkMans walker@1.0.7
57536npm info linkStuff watch@0.10.0
57537npm verb linkBins watch@0.10.0
57538npm verb linkMans watch@0.10.0
57539npm info linkStuff sane@1.3.0
57540npm verb linkBins sane@1.3.0
57541npm verb link bins [ { sane: './src/cli.js' },
57542npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57543npm verb link bins false ]
57544npm verb linkMans sane@1.3.0
57545npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/sane
57546npm info linkStuff broccoli-sane-watcher@1.1.4
57547npm verb linkBins broccoli-sane-watcher@1.1.4
57548npm verb linkMans broccoli-sane-watcher@1.1.4
57549npm info linkStuff websocket-extensions@0.1.1
57550npm verb linkBins websocket-extensions@0.1.1
57551npm verb linkMans websocket-extensions@0.1.1
57552npm info linkStuff websocket-driver@0.6.3
57553npm verb linkBins websocket-driver@0.6.3
57554npm verb linkMans websocket-driver@0.6.3
57555npm info linkStuff faye-websocket@0.10.0
57556npm verb linkBins faye-websocket@0.10.0
57557npm verb linkMans faye-websocket@0.10.0
57558npm info linkStuff tiny-lr@0.2.0
57559npm verb linkBins tiny-lr@0.2.0
57560npm verb linkMans tiny-lr@0.2.0
57561npm info linkStuff which@1.2.1
57562npm verb linkBins which@1.2.1
57563npm verb link bins [ { which: './bin/which' },
57564npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57565npm verb link bins false ]
57566npm verb linkMans which@1.2.1
57567npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/which
57568npm info linkStuff cross-spawn-async@2.1.1
57569npm verb linkBins cross-spawn-async@2.1.1
57570npm verb linkMans cross-spawn-async@2.1.1
57571npm info linkStuff window-size@0.1.4
57572npm verb linkBins window-size@0.1.4
57573npm verb link bins [ { 'window-size': 'cli.js' },
57574npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57575npm verb link bins false ]
57576npm verb linkMans window-size@0.1.4
57577npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/window-size
57578npm info linkStuff wordwrap@0.0.3
57579npm verb linkBins wordwrap@0.0.3
57580npm verb linkMans wordwrap@0.0.3
57581npm info linkStuff optimist@0.3.7
57582npm verb linkBins optimist@0.3.7
57583npm verb linkMans optimist@0.3.7
57584npm info linkStuff uglify-js@2.3.6
57585npm verb linkBins uglify-js@2.3.6
57586npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
57587npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57588npm verb link bins false ]
57589npm verb linkMans uglify-js@2.3.6
57590npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/uglifyjs
57591npm info linkStuff optimist@0.6.1
57592npm verb linkBins optimist@0.6.1
57593npm verb linkMans optimist@0.6.1
57594npm info linkStuff handlebars@3.0.3
57595npm verb linkBins handlebars@3.0.3
57596npm verb link bins [ { handlebars: 'bin/handlebars' },
57597npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57598npm verb link bins false ]
57599npm verb linkMans handlebars@3.0.3
57600npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/handlebars
57601npm info linkStuff bower-config@0.6.1
57602npm verb linkBins bower-config@0.6.1
57603npm verb linkMans bower-config@0.6.1
57604npm info linkStuff wrappy@1.0.1
57605npm verb linkBins wrappy@1.0.1
57606npm verb linkMans wrappy@1.0.1
57607npm info linkStuff once@1.3.3
57608npm verb linkBins once@1.3.3
57609npm verb linkMans once@1.3.3
57610npm info linkStuff inflight@1.0.4
57611npm verb linkBins inflight@1.0.4
57612npm verb linkMans inflight@1.0.4
57613npm info linkStuff glob@6.0.1
57614npm verb linkBins glob@6.0.1
57615npm verb linkMans glob@6.0.1
57616npm info linkStuff rimraf@2.4.5
57617npm verb linkBins rimraf@2.4.5
57618npm verb link bins [ { rimraf: './bin.js' },
57619npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57620npm verb link bins false ]
57621npm verb linkMans rimraf@2.4.5
57622npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/rimraf
57623npm info linkStuff fs-extra@0.22.1
57624npm verb linkBins fs-extra@0.22.1
57625npm verb linkMans fs-extra@0.22.1
57626npm info linkStuff cpr@0.4.2
57627npm verb linkBins cpr@0.4.2
57628npm verb linkMans cpr@0.4.2
57629npm info linkStuff broccoli-plugin@1.2.1
57630npm verb linkBins broccoli-plugin@1.2.1
57631npm verb linkMans broccoli-plugin@1.2.1
57632npm info linkStuff broccoli-merge-trees@1.1.0
57633npm verb linkBins broccoli-merge-trees@1.1.0
57634npm verb linkMans broccoli-merge-trees@1.1.0
57635npm info linkStuff broccoli-funnel@1.0.1
57636npm verb linkBins broccoli-funnel@1.0.1
57637npm verb linkMans broccoli-funnel@1.0.1
57638npm info linkStuff fs-extra@0.24.0
57639npm verb linkBins fs-extra@0.24.0
57640npm verb linkMans fs-extra@0.24.0
57641npm info linkStuff broccoli-plugin@1.1.0
57642npm verb linkBins broccoli-plugin@1.1.0
57643npm verb linkMans broccoli-plugin@1.1.0
57644npm info linkStuff async-disk-cache@1.0.3
57645npm verb linkBins async-disk-cache@1.0.3
57646npm verb linkMans async-disk-cache@1.0.3
57647npm info linkStuff glob@5.0.13
57648npm verb linkBins glob@5.0.13
57649npm verb linkMans glob@5.0.13
57650npm info linkStuff fileset@0.2.1
57651npm verb linkBins fileset@0.2.1
57652npm verb linkMans fileset@0.2.1
57653npm info linkStuff broccoli-kitchen-sink-helpers@0.2.9
57654npm verb linkBins broccoli-kitchen-sink-helpers@0.2.9
57655npm verb linkMans broccoli-kitchen-sink-helpers@0.2.9
57656npm info linkStuff hash-for-dep@1.0.1
57657npm verb linkBins hash-for-dep@1.0.1
57658npm verb linkMans hash-for-dep@1.0.1
57659npm info linkStuff broccoli-persistent-filter@1.1.6
57660npm verb linkBins broccoli-persistent-filter@1.1.6
57661npm verb linkMans broccoli-persistent-filter@1.1.6
57662npm info linkStuff broccoli-filter@0.1.14
57663npm verb linkBins broccoli-filter@0.1.14
57664npm verb linkMans broccoli-filter@0.1.14
57665npm info linkStuff broccoli-clean-css@0.2.0
57666npm verb linkBins broccoli-clean-css@0.2.0
57667npm verb linkMans broccoli-clean-css@0.2.0
57668npm info linkStuff ember-cli-preprocess-registry@1.1.0
57669npm verb linkBins ember-cli-preprocess-registry@1.1.0
57670npm verb linkMans ember-cli-preprocess-registry@1.1.0
57671npm info linkStuff broccoli-caching-writer@2.2.1
57672npm verb linkBins broccoli-caching-writer@2.2.1
57673npm verb linkMans broccoli-caching-writer@2.2.1
57674npm info linkStuff broccoli-sourcemap-concat@2.0.2
57675npm verb linkBins broccoli-sourcemap-concat@2.0.2
57676npm verb linkMans broccoli-sourcemap-concat@2.0.2
57677npm info linkStuff broccoli-config-loader@1.0.0
57678npm verb linkBins broccoli-config-loader@1.0.0
57679npm verb linkMans broccoli-config-loader@1.0.0
57680npm info linkStuff broccoli-kitchen-sink-helpers@0.3.1
57681npm verb linkBins broccoli-kitchen-sink-helpers@0.3.1
57682npm verb linkMans broccoli-kitchen-sink-helpers@0.3.1
57683npm info linkStuff broccoli-config-replace@1.1.1
57684npm verb linkBins broccoli-config-replace@1.1.1
57685npm verb linkMans broccoli-config-replace@1.1.1
57686npm info linkStuff glob@4.3.5
57687npm verb linkBins glob@4.3.5
57688npm verb linkMans glob@4.3.5
57689npm info linkStuff findup-sync@0.2.1
57690npm verb linkBins findup-sync@0.2.1
57691npm verb linkMans findup-sync@0.2.1
57692npm info linkStuff broccoli@0.16.8
57693npm verb linkBins broccoli@0.16.8
57694npm verb linkMans broccoli@0.16.8
57695npm info linkStuff glob@5.0.15
57696npm verb linkBins glob@5.0.15
57697npm verb linkMans glob@5.0.15
57698npm info linkStuff commoner@0.10.4
57699npm verb linkBins commoner@0.10.4
57700npm verb link bins [ { commonize: './bin/commonize' },
57701npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57702npm verb link bins false ]
57703npm verb linkMans commoner@0.10.4
57704npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/commonize
57705npm info linkStuff graceful-fs@4.1.2
57706npm verb linkBins graceful-fs@4.1.2
57707npm verb linkMans graceful-fs@4.1.2
57708npm info linkStuff write-file-atomic@1.1.4
57709npm verb linkBins write-file-atomic@1.1.4
57710npm verb linkMans write-file-atomic@1.1.4
57711npm info linkStuff ws-pure@0.8.0
57712npm verb linkBins ws-pure@0.8.0
57713npm verb linkMans ws-pure@0.8.0
57714npm info linkStuff engine.io-pure@1.5.9
57715npm verb linkBins engine.io-pure@1.5.9
57716npm verb linkMans engine.io-pure@1.5.9
57717npm info linkStuff xdg-basedir@2.0.0
57718npm verb linkBins xdg-basedir@2.0.0
57719npm verb linkMans xdg-basedir@2.0.0
57720npm info linkStuff configstore@1.2.1
57721npm verb linkBins configstore@1.2.1
57722npm verb linkMans configstore@1.2.1
57723npm info linkStuff xmldom@0.1.19
57724npm verb linkBins xmldom@0.1.19
57725npm verb linkMans xmldom@0.1.19
57726npm info linkStuff xmlhttprequest-ssl@1.5.1
57727npm verb linkBins xmlhttprequest-ssl@1.5.1
57728npm verb linkMans xmlhttprequest-ssl@1.5.1
57729npm info linkStuff engine.io-client-pure@1.5.9
57730npm verb linkBins engine.io-client-pure@1.5.9
57731npm verb linkMans engine.io-client-pure@1.5.9
57732npm info linkStuff socket.io-client-pure@1.3.12
57733npm verb linkBins socket.io-client-pure@1.3.12
57734npm verb linkMans socket.io-client-pure@1.3.12
57735npm info linkStuff socket.io-pure@1.3.12
57736npm verb linkBins socket.io-pure@1.3.12
57737npm verb linkMans socket.io-pure@1.3.12
57738npm info linkStuff testem@0.9.11
57739npm verb linkBins testem@0.9.11
57740npm verb link bins [ { testem: './testem.js' },
57741npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57742npm verb link bins false ]
57743npm verb linkMans testem@0.9.11
57744npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/testem
57745npm info linkStuff xtend@4.0.1
57746npm verb linkBins xtend@4.0.1
57747npm verb linkMans xtend@4.0.1
57748npm info linkStuff output-file-sync@1.1.1
57749npm verb linkBins output-file-sync@1.1.1
57750npm verb linkMans output-file-sync@1.1.1
57751npm info linkStuff y18n@3.2.0
57752npm verb linkBins y18n@3.2.0
57753npm verb linkMans y18n@3.2.0
57754npm info linkStuff graceful-fs@3.0.8
57755npm verb linkBins graceful-fs@3.0.8
57756npm verb linkMans graceful-fs@3.0.8
57757npm info linkStuff fs-extra@0.16.5
57758npm verb linkBins fs-extra@0.16.5
57759npm verb linkMans fs-extra@0.16.5
57760npm info linkStuff yam@0.0.18
57761npm verb linkBins yam@0.0.18
57762npm verb linkMans yam@0.0.18
57763npm info linkStuff yargs@3.27.0
57764npm verb linkBins yargs@3.27.0
57765npm verb linkMans yargs@3.27.0
57766npm info linkStuff defs@1.1.1
57767npm verb linkBins defs@1.1.1
57768npm verb link bins [ { defs: './build/es5/defs' },
57769npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57770npm verb link bins false ]
57771npm verb linkMans defs@1.1.1
57772npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/defs
57773npm info linkStuff regenerator@0.8.40
57774npm verb linkBins regenerator@0.8.40
57775npm verb link bins [ { regenerator: 'bin/regenerator' },
57776npm verb link bins '/usr/lib/node_modules/ember-cli/node_modules/.bin',
57777npm verb link bins false ]
57778npm verb linkMans regenerator@0.8.40
57779npm verb gentlyRm don't care about contents; nuking /usr/lib/node_modules/ember-cli/node_modules/.bin/regenerator
57780npm info linkStuff babel-core@5.8.34
57781npm verb linkBins babel-core@5.8.34
57782npm verb linkMans babel-core@5.8.34
57783npm info linkStuff broccoli-babel-transpiler@5.5.0
57784npm verb linkBins broccoli-babel-transpiler@5.5.0
57785npm verb linkMans broccoli-babel-transpiler@5.5.0
57786npm info linkStuff ember-cli@1.13.13
57787npm verb linkBins ember-cli@1.13.13
57788npm verb link bins [ { ember: './bin/ember' }, '/usr/bin', true ]
57789npm verb linkMans ember-cli@1.13.13
57790/usr/bin/ember -> /usr/lib/node_modules/ember-cli/bin/ember
57791npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
57792npm info lifecycle acorn@1.2.2~install: acorn@1.2.2
57793npm info lifecycle after@0.8.1~install: after@0.8.1
57794npm info lifecycle amd-name-resolver@0.0.2~install: amd-name-resolver@0.0.2
57795npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
57796npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
57797npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
57798npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
57799npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
57800npm info lifecycle array-equal@1.0.0~install: array-equal@1.0.0
57801npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
57802npm info lifecycle arraybuffer.slice@0.0.6~install: arraybuffer.slice@0.0.6
57803npm info lifecycle ast-traverse@0.1.1~install: ast-traverse@0.1.1
57804npm info lifecycle ast-types@0.8.12~install: ast-types@0.8.12
57805npm info lifecycle async@0.2.10~install: async@0.2.10
57806npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
57807npm info lifecycle babel-plugin-constant-folding@1.0.1~install: babel-plugin-constant-folding@1.0.1
57808npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~install: babel-plugin-dead-code-elimination@1.0.2
57809npm info lifecycle babel-plugin-eval@1.0.1~install: babel-plugin-eval@1.0.1
57810npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~install: babel-plugin-inline-environment-variables@1.0.1
57811npm info lifecycle babel-plugin-jscript@1.0.4~install: babel-plugin-jscript@1.0.4
57812npm info lifecycle babel-plugin-member-expression-literals@1.0.1~install: babel-plugin-member-expression-literals@1.0.1
57813npm info lifecycle babel-plugin-property-literals@1.0.1~install: babel-plugin-property-literals@1.0.1
57814npm info lifecycle babel-plugin-react-constant-elements@1.0.3~install: babel-plugin-react-constant-elements@1.0.3
57815npm info lifecycle babel-plugin-react-display-name@1.0.3~install: babel-plugin-react-display-name@1.0.3
57816npm info lifecycle babel-plugin-remove-console@1.0.1~install: babel-plugin-remove-console@1.0.1
57817npm info lifecycle babel-plugin-remove-debugger@1.0.1~install: babel-plugin-remove-debugger@1.0.1
57818npm info lifecycle babel-plugin-runtime@1.0.7~install: babel-plugin-runtime@1.0.7
57819npm info lifecycle babel-plugin-undefined-to-void@1.1.6~install: babel-plugin-undefined-to-void@1.1.6
57820npm info lifecycle babylon@5.8.34~install: babylon@5.8.34
57821npm info lifecycle backo2@1.0.2~install: backo2@1.0.2
57822npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
57823npm info lifecycle base64-arraybuffer@0.1.2~install: base64-arraybuffer@0.1.2
57824npm info lifecycle base64id@0.1.0~install: base64id@0.1.0
57825npm info lifecycle basic-auth@1.0.3~install: basic-auth@1.0.3
57826npm info lifecycle benchmark@1.0.0~install: benchmark@1.0.0
57827npm info lifecycle blank-object@1.0.1~install: blank-object@1.0.1
57828npm info lifecycle blob@0.0.4~install: blob@0.0.4
57829npm info lifecycle bluebird@2.10.2~install: bluebird@2.10.2
57830npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
57831npm info lifecycle depd@1.1.0~install: depd@1.1.0
57832npm info lifecycle qs@5.2.0~install: qs@5.2.0
57833npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
57834npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
57835npm info lifecycle archy@1.0.0~install: archy@1.0.0
57836npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
57837npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
57838npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
57839npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
57840npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
57841npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
57842npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
57843npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
57844npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
57845npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
57846npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
57847npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
57848npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
57849npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
57850npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
57851npm info lifecycle async@0.2.10~install: async@0.2.10
57852npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
57853npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
57854npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
57855npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
57856npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
57857npm info lifecycle cardinal@0.4.4~install: cardinal@0.4.4
57858npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
57859npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
57860npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
57861npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
57862npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
57863npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
57864npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
57865npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
57866npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
57867npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
57868npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
57869npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
57870npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
57871npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
57872npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
57873npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
57874npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
57875npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
57876npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
57877npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
57878npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
57879npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
57880npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
57881npm info lifecycle binary@0.3.0~install: binary@0.3.0
57882npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
57883npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
57884npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57885npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
57886npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
57887npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
57888npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
57889npm info lifecycle touch@0.0.3~install: touch@0.0.3
57890npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
57891npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
57892npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
57893npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
57894npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
57895npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57896npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
57897npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
57898npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
57899npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
57900npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
57901npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
57902npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57903npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
57904npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
57905npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
57906npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
57907npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
57908npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57909npm info lifecycle mime@1.3.4~install: mime@1.3.4
57910npm info lifecycle github@0.2.4~install: github@0.2.4
57911npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
57912npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57913npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
57914npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
57915npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
57916npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
57917npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
57918npm info lifecycle once@1.3.3~install: once@1.3.3
57919npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
57920npm info lifecycle glob@4.5.3~install: glob@4.5.3
57921npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
57922npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
57923npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
57924npm info lifecycle async@0.2.10~install: async@0.2.10
57925npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
57926npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
57927npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
57928npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
57929npm info lifecycle ansi-escapes@1.1.0~install: ansi-escapes@1.1.0
57930npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
57931npm info lifecycle exit-hook@1.1.1~install: exit-hook@1.1.1
57932npm info lifecycle onetime@1.0.0~install: onetime@1.0.0
57933npm info lifecycle restore-cursor@1.0.1~install: restore-cursor@1.0.1
57934npm info lifecycle cli-cursor@1.0.2~install: cli-cursor@1.0.2
57935npm info lifecycle cli-width@1.1.0~install: cli-width@1.1.0
57936npm info lifecycle figures@1.4.0~install: figures@1.4.0
57937npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
57938npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
57939npm info lifecycle code-point-at@1.0.0~install: code-point-at@1.0.0
57940npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
57941npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
57942npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
57943npm info lifecycle readline2@1.0.1~install: readline2@1.0.1
57944npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
57945npm info lifecycle once@1.3.3~install: once@1.3.3
57946npm info lifecycle run-async@0.1.0~install: run-async@0.1.0
57947npm info lifecycle rx-lite@3.1.2~install: rx-lite@3.1.2
57948npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
57949npm info lifecycle through@2.3.8~install: through@2.3.8
57950npm info lifecycle inquirer@0.10.0~install: inquirer@0.10.0
57951npm info lifecycle async@1.5.0~install: async@1.5.0
57952npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
57953npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
57954npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
57955npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
57956npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
57957npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
57958npm info lifecycle slide@1.1.6~install: slide@1.1.6
57959npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
57960npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
57961npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
57962npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
57963npm info lifecycle lodash.debounce@3.1.1~install: lodash.debounce@3.1.1
57964npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
57965npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
57966npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
57967npm info lifecycle semver@5.1.0~install: semver@5.1.0
57968npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
57969npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
57970npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
57971npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
57972npm info lifecycle junk@1.0.2~install: junk@1.0.2
57973npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
57974npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
57975npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
57976npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
57977npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
57978npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
57979npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
57980npm info lifecycle mout@0.11.1~install: mout@0.11.1
57981npm info lifecycle bower-config@1.3.0~install: bower-config@1.3.0
57982npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
57983npm info lifecycle opn@1.0.2~install: opn@1.0.2
57984npm info lifecycle q@0.9.7~install: q@0.9.7
57985npm info lifecycle p-throttler@0.1.1~install: p-throttler@0.1.1
57986npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
57987npm info lifecycle read@1.0.7~install: read@1.0.7
57988npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
57989npm info lifecycle q@1.4.1~install: q@1.4.1
57990npm info lifecycle decompress-zip@0.1.0~install: decompress-zip@0.1.0
57991npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
57992npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
57993npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
57994npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
57995npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
57996npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
57997npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
57998npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
57999npm info lifecycle bl@0.9.4~install: bl@0.9.4
58000npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
58001npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
58002npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
58003npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
58004npm info lifecycle async@0.9.2~install: async@0.9.2
58005npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
58006npm info lifecycle boom@2.10.1~install: boom@2.10.1
58007npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
58008npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
58009npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
58010npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
58011npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
58012npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
58013npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
58014npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
58015npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
58016npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
58017npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
58018npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
58019npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
58020npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
58021npm info lifecycle qs@2.3.3~install: qs@2.3.3
58022npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
58023npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
58024npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
58025npm info lifecycle request@2.53.0~install: request@2.53.0
58026npm info lifecycle insight@0.7.0~install: insight@0.7.0
58027npm info lifecycle retry@0.6.1~install: retry@0.6.1
58028npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
58029npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58030npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58031npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
58032npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
58033npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
58034npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
58035npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58036npm info lifecycle once@1.3.3~install: once@1.3.3
58037npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
58038npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
58039npm info lifecycle glob@5.0.15~install: glob@5.0.15
58040npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
58041npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
58042npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
58043npm info lifecycle bower-registry-client@1.0.0~install: bower-registry-client@1.0.0
58044npm info lifecycle semver@2.3.2~install: semver@2.3.2
58045npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
58046npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
58047npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
58048npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
58049npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
58050npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
58051npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58052npm info lifecycle once@1.3.3~install: once@1.3.3
58053npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
58054npm info lifecycle pump@1.0.1~install: pump@1.0.1
58055npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58056npm info lifecycle once@1.3.3~install: once@1.3.3
58057npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
58058npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
58059npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58060npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58061npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
58062npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58063npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
58064npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
58065npm info lifecycle bl@1.0.0~install: bl@1.0.0
58066npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
58067npm info lifecycle tar-stream@1.3.1~install: tar-stream@1.3.1
58068npm info lifecycle tar-fs@1.8.1~install: tar-fs@1.8.1
58069npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
58070npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58071npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
58072npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
58073npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
58074npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
58075npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
58076npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
58077npm info lifecycle slide@1.1.6~install: slide@1.1.6
58078npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
58079npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
58080npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
58081npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
58082npm info lifecycle is-npm@1.0.0~install: is-npm@1.0.0
58083npm info lifecycle capture-stack-trace@1.0.0~install: capture-stack-trace@1.0.0
58084npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58085npm info lifecycle create-error-class@2.0.1~install: create-error-class@2.0.1
58086npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58087npm info lifecycle once@1.3.3~install: once@1.3.3
58088npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
58089npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
58090npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58091npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58092npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
58093npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58094npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
58095npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
58096npm info lifecycle duplexify@3.4.2~install: duplexify@3.4.2
58097npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0
58098npm info lifecycle is-redirect@1.0.0~install: is-redirect@1.0.0
58099npm info lifecycle is-stream@1.0.1~install: is-stream@1.0.1
58100npm info lifecycle lowercase-keys@1.0.0~install: lowercase-keys@1.0.0
58101npm info lifecycle node-status-codes@1.0.0~install: node-status-codes@1.0.0
58102npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
58103npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
58104npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
58105npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
58106npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
58107npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
58108npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
58109npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
58110npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
58111npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58112npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58113npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
58114npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58115npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
58116npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
58117npm info lifecycle read-all-stream@3.0.1~install: read-all-stream@3.0.1
58118npm info lifecycle timed-out@2.0.0~install: timed-out@2.0.0
58119npm info lifecycle unzip-response@1.0.0~install: unzip-response@1.0.0
58120npm info lifecycle prepend-http@1.0.3~install: prepend-http@1.0.3
58121npm info lifecycle url-parse-lax@1.0.0~install: url-parse-lax@1.0.0
58122npm info lifecycle got@5.2.0~install: got@5.2.0
58123npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
58124npm info lifecycle ini@1.3.4~install: ini@1.3.4
58125npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
58126npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
58127npm info lifecycle rc@1.1.5~install: rc@1.1.5
58128npm info lifecycle registry-url@3.0.3~install: registry-url@3.0.3
58129npm info lifecycle semver@5.1.0~install: semver@5.1.0
58130npm info lifecycle package-json@2.3.0~install: package-json@2.3.0
58131npm info lifecycle latest-version@2.0.0~install: latest-version@2.0.0
58132npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
58133npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
58134npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
58135npm info lifecycle semver@5.1.0~install: semver@5.1.0
58136npm info lifecycle semver-diff@2.1.0~install: semver-diff@2.1.0
58137npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
58138npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
58139npm info lifecycle string-length@1.0.1~install: string-length@1.0.1
58140npm info lifecycle update-notifier@0.6.0~install: update-notifier@0.6.0
58141npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
58142npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
58143npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
58144npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
58145npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
58146npm info lifecycle which@1.2.0~install: which@1.2.0
58147npm info lifecycle breakable@1.0.0~install: breakable@1.0.0
58148npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58149npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
58150npm info lifecycle broccoli-slow-trees@1.1.0~install: broccoli-slow-trees@1.1.0
58151npm info lifecycle broccoli-source@1.1.0~install: broccoli-source@1.1.0
58152npm info lifecycle broccoli-viz@2.0.1~install: broccoli-viz@2.0.1
58153npm info lifecycle bytes@2.1.0~install: bytes@2.1.0
58154npm info lifecycle callsite@1.0.0~install: callsite@1.0.0
58155npm info lifecycle better-assert@1.0.2~install: better-assert@1.0.2
58156npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
58157npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
58158npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
58159npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
58160npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
58161npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
58162npm info lifecycle charm@1.0.0~install: charm@1.0.0
58163npm info lifecycle clean-base-url@1.0.0~install: clean-base-url@1.0.0
58164npm info lifecycle commander@2.2.0~install: commander@2.2.0
58165npm info lifecycle clean-css@2.2.23~install: clean-css@2.2.23
58166npm info lifecycle colors@1.0.3~install: colors@1.0.3
58167npm info lifecycle cli-table@0.3.1~install: cli-table@0.3.1
58168npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
58169npm info lifecycle clone@0.2.0~install: clone@0.2.0
58170npm info lifecycle colors@0.6.2~install: colors@0.6.2
58171npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58172npm info lifecycle component-bind@1.0.0~install: component-bind@1.0.0
58173npm info lifecycle component-emitter@1.1.2~install: component-emitter@1.1.2
58174npm info lifecycle component-inherit@0.0.3~install: component-inherit@0.0.3
58175npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
58176npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
58177npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58178npm info lifecycle consolidate@0.13.1~install: consolidate@0.13.1
58179npm info lifecycle content-disposition@0.5.0~install: content-disposition@0.5.0
58180npm info lifecycle content-type@1.0.1~install: content-type@1.0.1
58181npm info lifecycle convert-source-map@1.1.2~install: convert-source-map@1.1.2
58182npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
58183npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
58184npm info lifecycle copy-dereference@1.0.0~install: copy-dereference@1.0.0
58185npm info lifecycle core-js@1.2.6~install: core-js@1.2.6
58186npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
58187npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58188npm info lifecycle defined@1.0.0~install: defined@1.0.0
58189npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
58190npm info lifecycle depd@1.0.1~install: depd@1.0.1
58191npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
58192npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
58193npm info lifecycle detective@4.3.1~install: detective@4.3.1
58194npm info lifecycle did_it_work@0.0.6~install: did_it_work@0.0.6
58195npm info lifecycle diff@1.4.0~install: diff@1.4.0
58196npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
58197npm info lifecycle ember-cli-copy-dereference@1.0.0~install: ember-cli-copy-dereference@1.0.0
58198npm info lifecycle ember-cli-get-dependency-depth@1.0.0~install: ember-cli-get-dependency-depth@1.0.0
58199npm info lifecycle ember-cli-is-package-missing@1.0.0~install: ember-cli-is-package-missing@1.0.0
58200npm info lifecycle ember-cli-path-utils@1.0.0~install: ember-cli-path-utils@1.0.0
58201npm info lifecycle ember-cli-string-utils@1.0.0~install: ember-cli-string-utils@1.0.0
58202npm info lifecycle ember-cli-test-info@1.0.0~install: ember-cli-test-info@1.0.0
58203npm info lifecycle ast-types@0.6.16~install: ast-types@0.6.16
58204npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~install: esprima-fb@10001.1.0-dev-harmony-fb
58205npm info lifecycle ms@0.6.2~install: ms@0.6.2
58206npm info lifecycle debug@1.0.4~install: debug@1.0.4
58207npm info lifecycle parseuri@0.0.4~install: parseuri@0.0.4
58208npm info lifecycle ms@0.6.2~install: ms@0.6.2
58209npm info lifecycle debug@1.0.3~install: debug@1.0.3
58210npm info lifecycle entities@1.1.1~install: entities@1.1.1
58211npm info lifecycle es6-symbol@3.0.2~install: es6-symbol@3.0.2
58212npm info lifecycle es5-ext@0.10.11~install: es5-ext@0.10.11
58213npm info lifecycle d@0.1.1~install: d@0.1.1
58214npm info lifecycle es6-iterator@2.0.0~install: es6-iterator@2.0.0
58215npm info lifecycle es6-symbol@2.0.1~install: es6-symbol@2.0.1
58216npm info lifecycle es6-iterator@0.1.3~install: es6-iterator@0.1.3
58217npm info lifecycle es6-weak-map@0.1.4~install: es6-weak-map@0.1.4
58218npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
58219npm info lifecycle escape-string-regexp@1.0.4~install: escape-string-regexp@1.0.4
58220npm info lifecycle decamelize@1.1.2~install: decamelize@1.1.2
58221npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
58222npm info lifecycle can-symlink@0.0.1~install: can-symlink@0.0.1
58223npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~install: esprima-fb@15001.1001.0-dev-harmony-fb
58224npm info lifecycle esutils@2.0.2~install: esutils@2.0.2
58225npm info lifecycle etag@1.7.0~install: etag@1.7.0
58226npm info lifecycle event-emitter@0.3.4~install: event-emitter@0.3.4
58227npm info lifecycle eventemitter3@1.1.1~install: eventemitter3@1.1.1
58228npm info lifecycle events-to-array@1.0.2~install: events-to-array@1.0.2
58229npm info lifecycle exists-sync@0.0.3~install: exists-sync@0.0.3
58230npm info lifecycle exit@0.1.2~install: exit@0.1.2
58231npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
58232npm info lifecycle vary@1.0.1~install: vary@1.0.1
58233npm info lifecycle fast-ordered-set@1.0.2~install: fast-ordered-set@1.0.2
58234npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
58235npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
58236npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
58237npm info lifecycle source-map@0.4.4~install: source-map@0.4.4
58238npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
58239npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
58240npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
58241npm info lifecycle commander@2.1.0~install: commander@2.1.0
58242npm info lifecycle findup@0.1.5~install: findup@0.1.5
58243npm info lifecycle lodash@2.3.0~install: lodash@2.3.0
58244npm info lifecycle forwarded@0.1.0~install: forwarded@0.1.0
58245npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
58246npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58247npm info lifecycle fs-monitor-stack@1.1.0~install: fs-monitor-stack@1.1.0
58248npm info lifecycle fs-readdir-recursive@0.1.2~install: fs-readdir-recursive@0.1.2
58249npm info lifecycle get-stdin@4.0.1~install: get-stdin@4.0.1
58250npm info lifecycle git-repo-info@1.1.2~install: git-repo-info@1.1.2
58251npm info lifecycle globals@6.4.1~install: globals@6.4.1
58252npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
58253npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
58254npm info lifecycle commander@2.9.0~install: commander@2.9.0
58255npm info lifecycle growl@1.8.1~install: growl@1.8.1
58256npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
58257npm info lifecycle has-color@0.1.7~install: has-color@0.1.7
58258npm info lifecycle has-cors@1.1.0~install: has-cors@1.1.0
58259npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
58260npm info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
58261npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
58262npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
58263npm info lifecycle inflection@1.8.0~install: inflection@1.8.0
58264npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
58265npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58266npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
58267npm info lifecycle async@0.8.0~install: async@0.8.0
58268npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
58269npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
58270npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
58271npm info lifecycle invert-kv@1.0.0~install: invert-kv@1.0.0
58272npm info lifecycle ipaddr.js@1.0.5~install: ipaddr.js@1.0.5
58273npm info lifecycle is-buffer@1.1.0~install: is-buffer@1.1.0
58274npm info lifecycle is-git-url@0.2.3~install: is-git-url@0.2.3
58275npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
58276npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
58277npm info lifecycle is-type@0.0.1~install: is-type@0.0.1
58278npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58279npm info lifecycle has-binary-data@0.1.3~install: has-binary-data@0.1.3
58280npm info lifecycle has-binary@0.1.6~install: has-binary@0.1.6
58281npm info lifecycle isbinaryfile@2.0.4~install: isbinaryfile@2.0.4
58282npm info lifecycle js-tokens@1.0.1~install: js-tokens@1.0.1
58283npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
58284npm info lifecycle jsesc@0.5.0~install: jsesc@0.5.0
58285npm info lifecycle json3@3.2.6~install: json3@3.2.6
58286npm info lifecycle json5@0.4.0~install: json5@0.4.0
58287npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
58288npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
58289npm info lifecycle json-stable-stringify@1.0.0~install: json-stable-stringify@1.0.0
58290npm info lifecycle kind-of@2.0.1~install: kind-of@2.0.1
58291npm info lifecycle lazy-cache@0.2.7~install: lazy-cache@0.2.7
58292npm info lifecycle lcid@1.0.0~install: lcid@1.0.0
58293npm info lifecycle ms@0.6.2~install: ms@0.6.2
58294npm info lifecycle debug@2.1.1~install: debug@2.1.1
58295npm info lifecycle lodash-node@2.4.1~install: lodash-node@2.4.1
58296npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
58297npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
58298npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58299npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58300npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58301npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
58302npm info lifecycle bl@0.9.4~install: bl@0.9.4
58303npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
58304npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
58305npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
58306npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
58307npm info lifecycle async@0.9.0~install: async@0.9.0
58308npm info lifecycle hoek@2.11.1~install: hoek@2.11.1
58309npm info lifecycle boom@2.6.1~install: boom@2.6.1
58310npm info lifecycle cryptiles@2.0.4~install: cryptiles@2.0.4
58311npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
58312npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
58313npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
58314npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
58315npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
58316npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
58317npm info lifecycle isstream@0.1.1~install: isstream@0.1.1
58318npm info lifecycle json-stringify-safe@5.0.0~install: json-stringify-safe@5.0.0
58319npm info lifecycle mime-db@1.7.0~install: mime-db@1.7.0
58320npm info lifecycle mime-types@2.0.9~install: mime-types@2.0.9
58321npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
58322npm info lifecycle node-uuid@1.4.2~install: node-uuid@1.4.2
58323npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
58324npm info lifecycle qs@2.3.3~install: qs@2.3.3
58325npm info lifecycle stringstream@0.0.4~install: stringstream@0.0.4
58326npm info lifecycle punycode@1.3.2~install: punycode@1.3.2
58327npm info lifecycle tough-cookie@0.12.1~install: tough-cookie@0.12.1
58328npm info lifecycle tunnel-agent@0.4.0~install: tunnel-agent@0.4.0
58329npm info lifecycle request@2.53.0~install: request@2.53.0
58330npm info lifecycle rsvp@3.0.17~install: rsvp@3.0.17
58331npm info lifecycle leek@0.0.18~install: leek@0.0.18
58332npm info lifecycle left-pad@0.0.3~install: left-pad@0.0.3
58333npm info lifecycle leven@1.0.2~install: leven@1.0.2
58334npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~install: babel-plugin-undeclared-variables-check@1.0.2
58335npm info lifecycle line-numbers@0.2.0~install: line-numbers@0.2.0
58336npm info lifecycle livereload-js@2.2.2~install: livereload-js@2.2.2
58337npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
58338npm info lifecycle babel-plugin-proto-to-assign@1.0.4~install: babel-plugin-proto-to-assign@1.0.4
58339npm info lifecycle lodash-node@2.4.1~install: lodash-node@2.4.1
58340npm info lifecycle core-object@0.0.2~install: core-object@0.0.2
58341npm info lifecycle lodash._arraycopy@3.0.0~install: lodash._arraycopy@3.0.0
58342npm info lifecycle lodash._arrayeach@3.0.0~install: lodash._arrayeach@3.0.0
58343npm info lifecycle lodash._basecopy@3.0.1~install: lodash._basecopy@3.0.1
58344npm info lifecycle lodash._basefor@3.0.2~install: lodash._basefor@3.0.2
58345npm info lifecycle lodash._baseindexof@3.1.0~install: lodash._baseindexof@3.1.0
58346npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58347npm info lifecycle lodash._bindcallback@3.0.1~install: lodash._bindcallback@3.0.1
58348npm info lifecycle lodash._cacheindexof@3.0.2~install: lodash._cacheindexof@3.0.2
58349npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
58350npm info lifecycle lodash._createcache@3.1.2~install: lodash._createcache@3.1.2
58351npm info lifecycle lodash._baseuniq@3.0.3~install: lodash._baseuniq@3.0.3
58352npm info lifecycle lodash._isiterateecall@3.0.9~install: lodash._isiterateecall@3.0.9
58353npm info lifecycle lodash.isarguments@3.0.4~install: lodash.isarguments@3.0.4
58354npm info lifecycle lodash.isarray@3.0.4~install: lodash.isarray@3.0.4
58355npm info lifecycle lodash.istypedarray@3.0.2~install: lodash.istypedarray@3.0.2
58356npm info lifecycle lodash.keys@3.1.2~install: lodash.keys@3.1.2
58357npm info lifecycle lodash._baseisequal@3.0.7~install: lodash._baseisequal@3.0.7
58358npm info lifecycle lodash._baseassign@3.2.0~install: lodash._baseassign@3.2.0
58359npm info lifecycle lodash.keysin@3.0.8~install: lodash.keysin@3.0.8
58360npm info lifecycle lodash.isplainobject@3.2.0~install: lodash.isplainobject@3.2.0
58361npm info lifecycle lodash.pairs@3.0.1~install: lodash.pairs@3.0.1
58362npm info lifecycle lodash._basecallback@3.3.1~install: lodash._basecallback@3.3.1
58363npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58364npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58365npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
58366npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
58367npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
58368npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
58369npm info lifecycle lodash.restparam@3.6.1~install: lodash.restparam@3.6.1
58370npm info lifecycle lodash._createassigner@3.1.1~install: lodash._createassigner@3.1.1
58371npm info lifecycle lodash.assign@3.2.0~install: lodash.assign@3.2.0
58372npm info lifecycle lodash.toplainobject@3.0.0~install: lodash.toplainobject@3.0.0
58373npm info lifecycle lodash.merge@3.3.2~install: lodash.merge@3.3.2
58374npm info lifecycle lodash.uniq@3.2.2~install: lodash.uniq@3.2.2
58375npm info lifecycle longest@1.0.1~install: longest@1.0.1
58376npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
58377npm info lifecycle lru-queue@0.1.0~install: lru-queue@0.1.0
58378npm info lifecycle lodash-node@3.10.1~install: lodash-node@3.10.1
58379npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
58380npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
58381npm info lifecycle mdurl@1.0.1~install: mdurl@1.0.1
58382npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
58383npm info lifecycle merge@1.2.0~install: merge@1.2.0
58384npm info lifecycle exec-sh@0.2.0~install: exec-sh@0.2.0
58385npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
58386npm info lifecycle merge-defaults@0.2.1~install: merge-defaults@0.2.1
58387npm info lifecycle merge-descriptors@1.0.0~install: merge-descriptors@1.0.0
58388npm info lifecycle methods@1.1.1~install: methods@1.1.1
58389npm info lifecycle mime@1.3.4~install: mime@1.3.4
58390npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
58391npm info lifecycle compressible@2.0.6~install: compressible@2.0.6
58392npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
58393npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
58394npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
58395npm info lifecycle matcher-collection@1.0.1~install: matcher-collection@1.0.1
58396npm info lifecycle walk-sync@0.2.6~install: walk-sync@0.2.6
58397npm info lifecycle walk-sync@0.2.6~install: walk-sync@0.2.6
58398npm info lifecycle walk-sync@0.2.6~install: walk-sync@0.2.6
58399npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
58400npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
58401npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
58402npm info lifecycle mktemp@0.3.5~install: mktemp@0.3.5
58403npm info lifecycle mout@0.9.1~install: mout@0.9.1
58404npm info lifecycle ms@0.7.1~install: ms@0.7.1
58405npm info lifecycle debug@2.2.0~install: debug@2.2.0
58406npm info lifecycle fs-tree-diff@0.3.1~install: fs-tree-diff@0.3.1
58407npm info lifecycle fs-tree-diff@0.4.4~install: fs-tree-diff@0.4.4
58408npm info lifecycle mustache@2.2.1~install: mustache@2.2.1
58409npm info lifecycle mute-stream@0.0.4~install: mute-stream@0.0.4
58410npm info lifecycle negotiator@0.6.0~install: negotiator@0.6.0
58411npm info lifecycle accepts@1.3.0~install: accepts@1.3.0
58412npm info lifecycle next-tick@0.2.2~install: next-tick@0.2.2
58413npm info lifecycle node-int64@0.4.0~install: node-int64@0.4.0
58414npm info lifecycle bser@1.0.2~install: bser@1.0.2
58415npm info lifecycle fb-watchman@1.6.0~install: fb-watchman@1.6.0
58416npm info lifecycle node-modules-path@1.0.1~install: node-modules-path@1.0.1
58417npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
58418npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
58419npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
58420npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
58421npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
58422npm info lifecycle ansicolors@0.3.2~install: ansicolors@0.3.2
58423npm info lifecycle ansistyles@0.1.3~install: ansistyles@0.1.3
58424npm info lifecycle archy@1.0.0~install: archy@1.0.0
58425npm info lifecycle char-spinner@1.0.1~install: char-spinner@1.0.1
58426npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
58427npm info lifecycle chownr@1.0.1~install: chownr@1.0.1
58428npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
58429npm info lifecycle clone@0.1.19~install: clone@0.1.19
58430npm info lifecycle defaults@1.0.2~install: defaults@1.0.2
58431npm info lifecycle wcwidth@1.0.0~install: wcwidth@1.0.0
58432npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
58433npm info lifecycle asap@2.0.3~install: asap@2.0.3
58434npm info lifecycle editor@1.0.0~install: editor@1.0.0
58435npm info lifecycle github-url-from-git@1.4.0~install: github-url-from-git@1.4.0
58436npm info lifecycle github-url-from-username-repo@1.0.2~install: github-url-from-username-repo@1.0.2
58437npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
58438npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58439npm info lifecycle fs-write-stream-atomic@1.0.4~install: fs-write-stream-atomic@1.0.4
58440npm info lifecycle hosted-git-info@2.1.4~install: hosted-git-info@2.1.4
58441npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
58442npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
58443npm info lifecycle ini@1.3.4~install: ini@1.3.4
58444npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
58445npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
58446npm info lifecycle lru-cache@2.7.0~install: lru-cache@2.7.0
58447npm info lifecycle balanced-match@0.2.1~install: balanced-match@0.2.1
58448npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
58449npm info lifecycle brace-expansion@1.1.1~install: brace-expansion@1.1.1
58450npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
58451npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
58452npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
58453npm info lifecycle cmd-shim@2.0.1~install: cmd-shim@2.0.1
58454npm info lifecycle balanced-match@0.2.1~install: balanced-match@0.2.1
58455npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
58456npm info lifecycle brace-expansion@1.1.1~install: brace-expansion@1.1.1
58457npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
58458npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
58459npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
58460npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
58461npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
58462npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58463npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58464npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58465npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
58466npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58467npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58468npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58469npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
58470npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58471npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58472npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58473npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
58474npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
58475npm info lifecycle ms@0.7.1~install: ms@0.7.1
58476npm info lifecycle debug@2.2.0~install: debug@2.2.0
58477npm info lifecycle array-index@0.1.1~install: array-index@0.1.1
58478npm info lifecycle path-array@1.0.0~install: path-array@1.0.0
58479npm info lifecycle nopt@3.0.4~install: nopt@3.0.4
58480npm info lifecycle normalize-git-url@3.0.1~install: normalize-git-url@3.0.1
58481npm info lifecycle builtin-modules@1.1.0~install: builtin-modules@1.1.0
58482npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
58483npm info lifecycle npm-cache-filename@1.0.2~install: npm-cache-filename@1.0.2
58484npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
58485npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
58486npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58487npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58488npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58489npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
58490npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58491npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58492npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58493npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
58494npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58495npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58496npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58497npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
58498npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
58499npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
58500npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58501npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
58502npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58503npm info lifecycle util-deprecate@1.0.1~install: util-deprecate@1.0.1
58504npm info lifecycle readable-stream@2.0.2~install: readable-stream@2.0.2
58505npm info lifecycle typedarray@0.0.6~install: typedarray@0.0.6
58506npm info lifecycle concat-stream@1.5.0~install: concat-stream@1.5.0
58507npm info lifecycle npm-user-validate@0.1.2~install: npm-user-validate@0.1.2
58508npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
58509npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
58510npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58511npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58512npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58513npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
58514npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58515npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58516npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58517npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
58518npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
58519npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
58520npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
58521npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
58522npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
58523npm info lifecycle opener@1.4.1~install: opener@1.4.1
58524npm info lifecycle os-homedir@1.0.0~install: os-homedir@1.0.0
58525npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
58526npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
58527npm info lifecycle path-is-inside@1.0.1~install: path-is-inside@1.0.1
58528npm info lifecycle debuglog@1.0.1~install: debuglog@1.0.1
58529npm info lifecycle util-extend@1.0.1~install: util-extend@1.0.1
58530npm info lifecycle jju@1.2.1~install: jju@1.2.1
58531npm info lifecycle json-parse-helpfulerror@1.0.3~install: json-parse-helpfulerror@1.0.3
58532npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
58533npm info lifecycle read@1.0.7~install: read@1.0.7
58534npm info lifecycle promzard@0.3.0~install: promzard@0.3.0
58535npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
58536npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58537npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58538npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
58539npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
58540npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
58541npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
58542npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
58543npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
58544npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
58545npm info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
58546npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
58547npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58548npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
58549npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58550npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
58551npm info lifecycle readable-stream@2.0.3~install: readable-stream@2.0.3
58552npm info lifecycle bl@1.0.0~install: bl@1.0.0
58553npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
58554npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
58555npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
58556npm info lifecycle extend@3.0.0~install: extend@3.0.0
58557npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
58558npm info lifecycle async@1.5.0~install: async@1.5.0
58559npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
58560npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
58561npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
58562npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
58563npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
58564npm info lifecycle commander@2.9.0~install: commander@2.9.0
58565npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
58566npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
58567npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
58568npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
58569npm info lifecycle xtend@4.0.0~install: xtend@4.0.0
58570npm info lifecycle is-my-json-valid@2.12.2~install: is-my-json-valid@2.12.2
58571npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
58572npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
58573npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
58574npm info lifecycle boom@2.10.0~install: boom@2.10.0
58575npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
58576npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
58577npm info lifecycle hawk@3.1.0~install: hawk@3.1.0
58578npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
58579npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
58580npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
58581npm info lifecycle http-signature@0.11.0~install: http-signature@0.11.0
58582npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
58583npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
58584npm info lifecycle mime-db@1.19.0~install: mime-db@1.19.0
58585npm info lifecycle mime-types@2.1.7~install: mime-types@2.1.7
58586npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
58587npm info lifecycle node-uuid@1.4.3~install: node-uuid@1.4.3
58588npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
58589npm info lifecycle qs@5.2.0~install: qs@5.2.0
58590npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
58591npm info lifecycle tough-cookie@2.2.0~install: tough-cookie@2.2.0
58592npm info lifecycle tunnel-agent@0.4.1~install: tunnel-agent@0.4.1
58593npm info lifecycle retry@0.8.0~install: retry@0.8.0
58594npm info lifecycle semver@5.0.3~install: semver@5.0.3
58595npm info lifecycle npm-package-arg@4.0.2~install: npm-package-arg@4.0.2
58596npm info lifecycle npm-install-checks@1.0.6~install: npm-install-checks@1.0.6
58597npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
58598npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
58599npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
58600npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58601npm info lifecycle util-deprecate@1.0.1~install: util-deprecate@1.0.1
58602npm info lifecycle readable-stream@2.0.2~install: readable-stream@2.0.2
58603npm info lifecycle sha@2.0.1~install: sha@2.0.1
58604npm info lifecycle slide@1.1.6~install: slide@1.1.6
58605npm info lifecycle sorted-object@1.0.0~install: sorted-object@1.0.0
58606npm info lifecycle spdx-license-ids@1.1.0~install: spdx-license-ids@1.1.0
58607npm info lifecycle spdx@0.4.1~install: spdx@0.4.1
58608npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
58609npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
58610npm info lifecycle har-validator@2.0.2~install: har-validator@2.0.2
58611npm info lifecycle request@2.65.0~install: request@2.65.0
58612npm info lifecycle columnify@1.5.2~install: columnify@1.5.2
58613npm info lifecycle text-table@0.2.0~install: text-table@0.2.0
58614npm info lifecycle uid-number@0.0.6~install: uid-number@0.0.6
58615npm info lifecycle umask@1.1.0~install: umask@1.1.0
58616npm info lifecycle spdx-correct@1.0.1~install: spdx-correct@1.0.1
58617npm info lifecycle spdx-exceptions@1.0.2~install: spdx-exceptions@1.0.2
58618npm info lifecycle spdx-expression-parse@1.0.0~install: spdx-expression-parse@1.0.0
58619npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
58620npm info lifecycle normalize-package-data@2.3.5~install: normalize-package-data@2.3.5
58621npm info lifecycle builtins@0.0.7~install: builtins@0.0.7
58622npm info lifecycle validate-npm-package-name@2.2.2~install: validate-npm-package-name@2.2.2
58623npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
58624npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
58625npm info lifecycle which@1.2.0~install: which@1.2.0
58626npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58627npm info lifecycle once@1.3.2~install: once@1.3.2
58628npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
58629npm info lifecycle glob@4.5.3~install: glob@4.5.3
58630npm info lifecycle glob@5.0.15~install: glob@5.0.15
58631npm info lifecycle rimraf@2.4.3~install: rimraf@2.4.3
58632npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
58633npm info lifecycle tar@2.2.1~install: tar@2.2.1
58634npm info lifecycle tar@1.0.3~install: tar@1.0.3
58635npm info lifecycle node-gyp@3.0.3~install: node-gyp@3.0.3
58636npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
58637npm info lifecycle fstream-npm@1.0.7~install: fstream-npm@1.0.7
58638npm info lifecycle fs-vacuum@1.2.7~install: fs-vacuum@1.2.7
58639npm info lifecycle read-package-json@2.0.2~install: read-package-json@2.0.2
58640npm info lifecycle init-package-json@1.9.1~install: init-package-json@1.9.1
58641npm info lifecycle dezalgo@1.0.3~install: dezalgo@1.0.3
58642npm info lifecycle realize-package-specifier@3.0.1~install: realize-package-specifier@3.0.1
58643npm info lifecycle readdir-scoped-modules@1.0.2~install: readdir-scoped-modules@1.0.2
58644npm info lifecycle read-installed@4.0.3~install: read-installed@4.0.3
58645npm info lifecycle async-some@1.0.2~install: async-some@1.0.2
58646npm info lifecycle write-file-atomic@1.1.3~install: write-file-atomic@1.1.3
58647npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
58648npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
58649npm info lifecycle is-integer@1.0.6~install: is-integer@1.0.6
58650npm info lifecycle object-assign@3.0.0~install: object-assign@3.0.0
58651npm info lifecycle object-component@0.0.3~install: object-component@0.0.3
58652npm info lifecycle object-keys@1.0.1~install: object-keys@1.0.1
58653npm info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
58654npm info lifecycle on-headers@1.0.1~install: on-headers@1.0.1
58655npm info lifecycle morgan@1.6.1~install: morgan@1.6.1
58656npm info lifecycle options@0.0.6~install: options@0.0.6
58657npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
58658npm info lifecycle os-locale@1.4.0~install: os-locale@1.4.0
58659npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
58660npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
58661npm info lifecycle osenv@0.0.3~install: osenv@0.0.3
58662npm info lifecycle parsejson@0.0.1~install: parsejson@0.0.1
58663npm info lifecycle parseqs@0.0.2~install: parseqs@0.0.2
58664npm info lifecycle parseuri@0.0.2~install: parseuri@0.0.2
58665npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
58666npm info lifecycle path-exists@1.0.0~install: path-exists@1.0.0
58667npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
58668npm info lifecycle path-posix@1.0.0~install: path-posix@1.0.0
58669npm info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
58670npm info lifecycle pleasant-progress@1.1.0~install: pleasant-progress@1.1.0
58671npm info lifecycle async@0.9.0~install: async@0.9.0
58672npm info lifecycle portfinder@0.4.0~install: portfinder@0.4.0
58673npm info lifecycle printf@0.2.3~install: printf@0.2.3
58674npm info lifecycle private@0.1.6~install: private@0.1.6
58675npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
58676npm info lifecycle process-relative-require@1.0.0~install: process-relative-require@1.0.0
58677npm info lifecycle proxy-addr@1.0.10~install: proxy-addr@1.0.10
58678npm info lifecycle pseudomap@1.0.1~install: pseudomap@1.0.1
58679npm info lifecycle lru-cache@3.2.0~install: lru-cache@3.2.0
58680npm info lifecycle q@1.4.1~install: q@1.4.1
58681npm info lifecycle qs@4.0.0~install: qs@4.0.0
58682npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
58683npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
58684npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
58685npm info lifecycle ansi-regex@1.1.1~install: ansi-regex@1.1.1
58686npm info lifecycle strip-ansi@2.0.1~install: strip-ansi@2.0.1
58687npm info lifecycle readline2@0.1.1~install: readline2@0.1.1
58688npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
58689npm info lifecycle recast@0.10.33~install: recast@0.10.33
58690npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~install: esprima-fb@12001.1.0-dev-harmony-fb
58691npm info lifecycle redeyed@0.5.0~install: redeyed@0.5.0
58692npm info lifecycle cardinal@0.5.0~install: cardinal@0.5.0
58693npm info lifecycle regenerate@1.2.1~install: regenerate@1.2.1
58694npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
58695npm info lifecycle regjsgen@0.2.0~install: regjsgen@0.2.0
58696npm info lifecycle regjsparser@0.1.5~install: regjsparser@0.1.5
58697npm info lifecycle regexpu@1.3.0~install: regexpu@1.3.0
58698npm info lifecycle repeat-string@1.5.2~install: repeat-string@1.5.2
58699npm info lifecycle align-text@0.1.3~install: align-text@0.1.3
58700npm info lifecycle center-align@0.1.2~install: center-align@0.1.2
58701npm info lifecycle repeating@1.1.3~install: repeating@1.1.3
58702npm info lifecycle detect-indent@3.0.1~install: detect-indent@3.0.1
58703npm info lifecycle requires-port@0.0.1~install: requires-port@0.0.1
58704npm info lifecycle http-proxy@1.12.0~install: http-proxy@1.12.0
58705npm info lifecycle resolve@1.1.6~install: resolve@1.1.6
58706npm info lifecycle right-align@0.1.3~install: right-align@0.1.3
58707npm info lifecycle cliui@2.1.0~install: cliui@2.1.0
58708npm info lifecycle rsvp@3.1.0~install: rsvp@3.1.0
58709npm info lifecycle promise-map-series@0.2.2~install: promise-map-series@0.2.2
58710npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
58711npm info lifecycle semver@4.3.6~install: semver@4.3.6
58712npm info lifecycle semver-utils@1.1.1~install: semver-utils@1.1.1
58713npm info lifecycle bower@1.7.1~install: bower@1.7.1
58714npm info lifecycle shebang-regex@1.0.0~install: shebang-regex@1.0.0
58715npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
58716npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
58717npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
58718npm info lifecycle fireworm@0.6.6~install: fireworm@0.6.6
58719npm info lifecycle silent-error@1.0.0~install: silent-error@1.0.0
58720npm info lifecycle ember-cli-normalize-entity-name@1.0.0~install: ember-cli-normalize-entity-name@1.0.0
58721npm info lifecycle simple-fmt@0.1.0~install: simple-fmt@0.1.0
58722npm info lifecycle simple-is@0.2.0~install: simple-is@0.2.0
58723npm info lifecycle slash@1.0.0~install: slash@1.0.0
58724npm info lifecycle slide@1.1.6~install: slide@1.1.6
58725npm info lifecycle ms@0.6.2~install: ms@0.6.2
58726npm info lifecycle debug@1.0.2~install: debug@1.0.2
58727npm info lifecycle debug@0.7.4~install: debug@0.7.4
58728npm info lifecycle socket.io-parser@2.2.2~install: socket.io-parser@2.2.2
58729npm info lifecycle socket.io-adapter@0.3.1~install: socket.io-adapter@0.3.1
58730npm info lifecycle debug@0.7.4~install: debug@0.7.4
58731npm info lifecycle debug@0.7.4~install: debug@0.7.4
58732npm info lifecycle socket.io-parser@2.2.4~install: socket.io-parser@2.2.4
58733npm info lifecycle ms@0.6.2~install: ms@0.6.2
58734npm info lifecycle debug@2.1.0~install: debug@2.1.0
58735npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
58736npm info lifecycle recast@0.9.18~install: recast@0.9.18
58737npm info lifecycle ember-router-generator@1.1.1~install: ember-router-generator@1.1.1
58738npm info lifecycle source-map@0.1.32~install: source-map@0.1.32
58739npm info lifecycle source-map-support@0.2.10~install: source-map-support@0.2.10
58740npm info lifecycle source-map-url@0.3.0~install: source-map-url@0.3.0
58741npm info lifecycle fast-sourcemap-concat@0.2.7~install: fast-sourcemap-concat@0.2.7
58742npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
58743npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
58744npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
58745npm info lifecycle stable@0.1.5~install: stable@0.1.5
58746npm info lifecycle alter@0.2.0~install: alter@0.2.0
58747npm info lifecycle statuses@1.2.1~install: statuses@1.2.1
58748npm info lifecycle http-errors@1.3.1~install: http-errors@1.3.1
58749npm info lifecycle send@0.13.0~install: send@0.13.0
58750npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
58751npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
58752npm info lifecycle stringmap@0.2.2~install: stringmap@0.2.2
58753npm info lifecycle stringset@0.2.1~install: stringset@0.2.1
58754npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
58755npm info lifecycle styled_string@0.0.1~install: styled_string@0.0.1
58756npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
58757npm info lifecycle chalk@1.1.0~install: chalk@1.1.0
58758npm info lifecycle symlink-or-copy@1.0.1~install: symlink-or-copy@1.0.1
58759npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
58760npm info lifecycle temp@0.8.1~install: temp@0.8.1
58761npm info lifecycle async@1.5.0~install: async@1.5.0
58762npm info lifecycle through@2.3.8~install: through@2.3.8
58763npm info lifecycle timers-ext@0.1.0~install: timers-ext@0.1.0
58764npm info lifecycle memoizee@0.3.9~install: memoizee@0.3.9
58765npm info lifecycle cli-color@0.3.3~install: cli-color@0.3.3
58766npm info lifecycle inquirer@0.5.1~install: inquirer@0.5.1
58767npm info lifecycle qs@5.1.0~install: qs@5.1.0
58768npm info lifecycle tmpl@1.0.4~install: tmpl@1.0.4
58769npm info lifecycle makeerror@1.0.11~install: makeerror@1.0.11
58770npm info lifecycle to-array@0.1.3~install: to-array@0.1.3
58771npm info lifecycle to-fast-properties@1.0.1~install: to-fast-properties@1.0.1
58772npm info lifecycle trim-right@1.0.1~install: trim-right@1.0.1
58773npm info lifecycle try-resolve@1.0.1~install: try-resolve@1.0.1
58774npm info lifecycle tryor@0.1.2~install: tryor@0.1.2
58775npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
58776npm info lifecycle uc.micro@1.0.0~install: uc.micro@1.0.0
58777npm info lifecycle linkify-it@1.2.0~install: linkify-it@1.2.0
58778npm info lifecycle markdown-it@4.3.0~install: markdown-it@4.3.0
58779npm info lifecycle markdown-it-terminal@0.0.2~install: markdown-it-terminal@0.0.2
58780npm info lifecycle ultron@1.0.2~install: ultron@1.0.2
58781npm info lifecycle underscore@1.8.3~install: underscore@1.8.3
58782npm info lifecycle backbone@1.2.3~install: backbone@1.2.3
58783npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
58784npm info lifecycle quick-temp@0.1.3~install: quick-temp@0.1.3
58785npm info lifecycle broccoli-writer@0.1.1~install: broccoli-writer@0.1.1
58786npm info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
58787npm info lifecycle raw-body@2.1.5~install: raw-body@2.1.5
58788npm info lifecycle body-parser@1.14.2~install: body-parser@1.14.2
58789npm info lifecycle finalhandler@0.4.0~install: finalhandler@0.4.0
58790npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
58791npm info lifecycle home-or-tmp@1.0.0~install: home-or-tmp@1.0.0
58792npm info lifecycle utf8@2.1.0~install: utf8@2.1.0
58793npm info lifecycle engine.io-parser@1.2.2~install: engine.io-parser@1.2.2
58794npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
58795npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
58796npm info lifecycle tap-parser@1.2.2~install: tap-parser@1.2.2
58797npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
58798npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
58799npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
58800npm info lifecycle npm-registry-client@7.0.7~install: npm-registry-client@7.0.7
58801npm info lifecycle npm@2.14.10~install: npm@2.14.10
58802npm info lifecycle utils-merge@1.0.0~install: utils-merge@1.0.0
58803npm info lifecycle express@4.13.3~install: express@4.13.3
58804npm info lifecycle connect@3.4.0~install: connect@3.4.0
58805npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
58806npm info lifecycle vary@1.1.0~install: vary@1.1.0
58807npm info lifecycle compression@1.6.0~install: compression@1.6.0
58808npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
58809npm info lifecycle walker@1.0.7~install: walker@1.0.7
58810npm info lifecycle watch@0.10.0~install: watch@0.10.0
58811npm info lifecycle sane@1.3.0~install: sane@1.3.0
58812npm info lifecycle broccoli-sane-watcher@1.1.4~install: broccoli-sane-watcher@1.1.4
58813npm info lifecycle websocket-extensions@0.1.1~install: websocket-extensions@0.1.1
58814npm info lifecycle websocket-driver@0.6.3~install: websocket-driver@0.6.3
58815npm info lifecycle faye-websocket@0.10.0~install: faye-websocket@0.10.0
58816npm info lifecycle tiny-lr@0.2.0~install: tiny-lr@0.2.0
58817npm info lifecycle which@1.2.1~install: which@1.2.1
58818npm info lifecycle cross-spawn-async@2.1.1~install: cross-spawn-async@2.1.1
58819npm info lifecycle window-size@0.1.4~install: window-size@0.1.4
58820npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
58821npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
58822npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
58823npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
58824npm info lifecycle handlebars@3.0.3~install: handlebars@3.0.3
58825npm info lifecycle bower-config@0.6.1~install: bower-config@0.6.1
58826npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
58827npm info lifecycle once@1.3.3~install: once@1.3.3
58828npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
58829npm info lifecycle glob@6.0.1~install: glob@6.0.1
58830npm info lifecycle rimraf@2.4.5~install: rimraf@2.4.5
58831npm info lifecycle fs-extra@0.22.1~install: fs-extra@0.22.1
58832npm info lifecycle cpr@0.4.2~install: cpr@0.4.2
58833npm info lifecycle broccoli-plugin@1.2.1~install: broccoli-plugin@1.2.1
58834npm info lifecycle broccoli-merge-trees@1.1.0~install: broccoli-merge-trees@1.1.0
58835npm info lifecycle broccoli-funnel@1.0.1~install: broccoli-funnel@1.0.1
58836npm info lifecycle fs-extra@0.24.0~install: fs-extra@0.24.0
58837npm info lifecycle broccoli-plugin@1.1.0~install: broccoli-plugin@1.1.0
58838npm info lifecycle async-disk-cache@1.0.3~install: async-disk-cache@1.0.3
58839npm info lifecycle glob@5.0.13~install: glob@5.0.13
58840npm info lifecycle fileset@0.2.1~install: fileset@0.2.1
58841npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~install: broccoli-kitchen-sink-helpers@0.2.9
58842npm info lifecycle hash-for-dep@1.0.1~install: hash-for-dep@1.0.1
58843npm info lifecycle broccoli-persistent-filter@1.1.6~install: broccoli-persistent-filter@1.1.6
58844npm info lifecycle broccoli-filter@0.1.14~install: broccoli-filter@0.1.14
58845npm info lifecycle broccoli-clean-css@0.2.0~install: broccoli-clean-css@0.2.0
58846npm info lifecycle ember-cli-preprocess-registry@1.1.0~install: ember-cli-preprocess-registry@1.1.0
58847npm info lifecycle broccoli-caching-writer@2.2.1~install: broccoli-caching-writer@2.2.1
58848npm info lifecycle broccoli-sourcemap-concat@2.0.2~install: broccoli-sourcemap-concat@2.0.2
58849npm info lifecycle broccoli-config-loader@1.0.0~install: broccoli-config-loader@1.0.0
58850npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~install: broccoli-kitchen-sink-helpers@0.3.1
58851npm info lifecycle broccoli-config-replace@1.1.1~install: broccoli-config-replace@1.1.1
58852npm info lifecycle glob@4.3.5~install: glob@4.3.5
58853npm info lifecycle findup-sync@0.2.1~install: findup-sync@0.2.1
58854npm info lifecycle broccoli@0.16.8~install: broccoli@0.16.8
58855npm info lifecycle glob@5.0.15~install: glob@5.0.15
58856npm info lifecycle commoner@0.10.4~install: commoner@0.10.4
58857npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
58858npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
58859npm info lifecycle ws-pure@0.8.0~install: ws-pure@0.8.0
58860npm info lifecycle engine.io-pure@1.5.9~install: engine.io-pure@1.5.9
58861npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
58862npm info lifecycle configstore@1.2.1~install: configstore@1.2.1
58863npm info lifecycle xmldom@0.1.19~install: xmldom@0.1.19
58864npm info lifecycle xmlhttprequest-ssl@1.5.1~install: xmlhttprequest-ssl@1.5.1
58865npm info lifecycle engine.io-client-pure@1.5.9~install: engine.io-client-pure@1.5.9
58866npm info lifecycle socket.io-client-pure@1.3.12~install: socket.io-client-pure@1.3.12
58867npm info lifecycle socket.io-pure@1.3.12~install: socket.io-pure@1.3.12
58868npm info lifecycle testem@0.9.11~install: testem@0.9.11
58869npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
58870npm info lifecycle output-file-sync@1.1.1~install: output-file-sync@1.1.1
58871npm info lifecycle y18n@3.2.0~install: y18n@3.2.0
58872npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
58873npm info lifecycle fs-extra@0.16.5~install: fs-extra@0.16.5
58874npm info lifecycle yam@0.0.18~install: yam@0.0.18
58875npm info lifecycle yargs@3.27.0~install: yargs@3.27.0
58876npm info lifecycle defs@1.1.1~install: defs@1.1.1
58877npm info lifecycle regenerator@0.8.40~install: regenerator@0.8.40
58878npm info lifecycle babel-core@5.8.34~install: babel-core@5.8.34
58879npm info lifecycle broccoli-babel-transpiler@5.5.0~install: broccoli-babel-transpiler@5.5.0
58880npm info lifecycle ember-cli@1.13.13~install: ember-cli@1.13.13
58881npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
58882npm info lifecycle acorn@1.2.2~postinstall: acorn@1.2.2
58883npm info lifecycle after@0.8.1~postinstall: after@0.8.1
58884npm info lifecycle amd-name-resolver@0.0.2~postinstall: amd-name-resolver@0.0.2
58885npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
58886npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
58887npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
58888npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
58889npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
58890npm info lifecycle array-equal@1.0.0~postinstall: array-equal@1.0.0
58891npm info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
58892npm info lifecycle arraybuffer.slice@0.0.6~postinstall: arraybuffer.slice@0.0.6
58893npm info lifecycle ast-traverse@0.1.1~postinstall: ast-traverse@0.1.1
58894npm info lifecycle ast-types@0.8.12~postinstall: ast-types@0.8.12
58895npm info lifecycle async@0.2.10~postinstall: async@0.2.10
58896npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
58897npm info lifecycle babel-plugin-constant-folding@1.0.1~postinstall: babel-plugin-constant-folding@1.0.1
58898npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~postinstall: babel-plugin-dead-code-elimination@1.0.2
58899npm info lifecycle babel-plugin-eval@1.0.1~postinstall: babel-plugin-eval@1.0.1
58900npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~postinstall: babel-plugin-inline-environment-variables@1.0.1
58901npm info lifecycle babel-plugin-jscript@1.0.4~postinstall: babel-plugin-jscript@1.0.4
58902npm info lifecycle babel-plugin-member-expression-literals@1.0.1~postinstall: babel-plugin-member-expression-literals@1.0.1
58903npm info lifecycle babel-plugin-property-literals@1.0.1~postinstall: babel-plugin-property-literals@1.0.1
58904npm info lifecycle babel-plugin-react-constant-elements@1.0.3~postinstall: babel-plugin-react-constant-elements@1.0.3
58905npm info lifecycle babel-plugin-react-display-name@1.0.3~postinstall: babel-plugin-react-display-name@1.0.3
58906npm info lifecycle babel-plugin-remove-console@1.0.1~postinstall: babel-plugin-remove-console@1.0.1
58907npm info lifecycle babel-plugin-remove-debugger@1.0.1~postinstall: babel-plugin-remove-debugger@1.0.1
58908npm info lifecycle babel-plugin-runtime@1.0.7~postinstall: babel-plugin-runtime@1.0.7
58909npm info lifecycle babel-plugin-undefined-to-void@1.1.6~postinstall: babel-plugin-undefined-to-void@1.1.6
58910npm info lifecycle babylon@5.8.34~postinstall: babylon@5.8.34
58911npm info lifecycle backo2@1.0.2~postinstall: backo2@1.0.2
58912npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
58913npm info lifecycle base64-arraybuffer@0.1.2~postinstall: base64-arraybuffer@0.1.2
58914npm info lifecycle base64id@0.1.0~postinstall: base64id@0.1.0
58915npm info lifecycle basic-auth@1.0.3~postinstall: basic-auth@1.0.3
58916npm info lifecycle benchmark@1.0.0~postinstall: benchmark@1.0.0
58917npm info lifecycle blank-object@1.0.1~postinstall: blank-object@1.0.1
58918npm info lifecycle blob@0.0.4~postinstall: blob@0.0.4
58919npm info lifecycle bluebird@2.10.2~postinstall: bluebird@2.10.2
58920npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
58921npm info lifecycle depd@1.1.0~postinstall: depd@1.1.0
58922npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
58923npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
58924npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
58925npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
58926npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
58927npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
58928npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
58929npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
58930npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
58931npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
58932npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
58933npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
58934npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
58935npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
58936npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
58937npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
58938npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
58939npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
58940npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
58941npm info lifecycle async@0.2.10~postinstall: async@0.2.10
58942npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
58943npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
58944npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
58945npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
58946npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
58947npm info lifecycle cardinal@0.4.4~postinstall: cardinal@0.4.4
58948npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
58949npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
58950npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
58951npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
58952npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
58953npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
58954npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
58955npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
58956npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
58957npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
58958npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
58959npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
58960npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
58961npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
58962npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
58963npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
58964npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
58965npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
58966npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
58967npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
58968npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
58969npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
58970npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
58971npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
58972npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
58973npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
58974npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
58975npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
58976npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
58977npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
58978npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
58979npm info lifecycle touch@0.0.3~postinstall: touch@0.0.3
58980npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
58981npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
58982npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
58983npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
58984npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
58985npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
58986npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
58987npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
58988npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
58989npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
58990npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
58991npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
58992npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
58993npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
58994npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
58995npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
58996npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
58997npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
58998npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
58999npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
59000npm info lifecycle github@0.2.4~postinstall: github@0.2.4
59001npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59002npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59003npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
59004npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
59005npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
59006npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
59007npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59008npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59009npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
59010npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
59011npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
59012npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
59013npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
59014npm info lifecycle async@0.2.10~postinstall: async@0.2.10
59015npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
59016npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
59017npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
59018npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
59019npm info lifecycle ansi-escapes@1.1.0~postinstall: ansi-escapes@1.1.0
59020npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
59021npm info lifecycle exit-hook@1.1.1~postinstall: exit-hook@1.1.1
59022npm info lifecycle onetime@1.0.0~postinstall: onetime@1.0.0
59023npm info lifecycle restore-cursor@1.0.1~postinstall: restore-cursor@1.0.1
59024npm info lifecycle cli-cursor@1.0.2~postinstall: cli-cursor@1.0.2
59025npm info lifecycle cli-width@1.1.0~postinstall: cli-width@1.1.0
59026npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
59027npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
59028npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
59029npm info lifecycle code-point-at@1.0.0~postinstall: code-point-at@1.0.0
59030npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
59031npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
59032npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
59033npm info lifecycle readline2@1.0.1~postinstall: readline2@1.0.1
59034npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59035npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59036npm info lifecycle run-async@0.1.0~postinstall: run-async@0.1.0
59037npm info lifecycle rx-lite@3.1.2~postinstall: rx-lite@3.1.2
59038npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
59039npm info lifecycle through@2.3.8~postinstall: through@2.3.8
59040npm info lifecycle inquirer@0.10.0~postinstall: inquirer@0.10.0
59041npm info lifecycle async@1.5.0~postinstall: async@1.5.0
59042npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59043npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
59044npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
59045npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
59046npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
59047npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
59048npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
59049npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
59050npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
59051npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
59052npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
59053npm info lifecycle lodash.debounce@3.1.1~postinstall: lodash.debounce@3.1.1
59054npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
59055npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
59056npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
59057npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
59058npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
59059npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
59060npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
59061npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
59062npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
59063npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
59064npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
59065npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
59066npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
59067npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
59068npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
59069npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
59070npm info lifecycle mout@0.11.1~postinstall: mout@0.11.1
59071npm info lifecycle bower-config@1.3.0~postinstall: bower-config@1.3.0
59072npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
59073npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
59074npm info lifecycle q@0.9.7~postinstall: q@0.9.7
59075npm info lifecycle p-throttler@0.1.1~postinstall: p-throttler@0.1.1
59076npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
59077npm info lifecycle read@1.0.7~postinstall: read@1.0.7
59078npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
59079npm info lifecycle q@1.4.1~postinstall: q@1.4.1
59080npm info lifecycle decompress-zip@0.1.0~postinstall: decompress-zip@0.1.0
59081npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
59082npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
59083npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
59084npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
59085npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59086npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59087npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59088npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
59089npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
59090npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
59091npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
59092npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
59093npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
59094npm info lifecycle async@0.9.2~postinstall: async@0.9.2
59095npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
59096npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
59097npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
59098npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
59099npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
59100npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
59101npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
59102npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
59103npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
59104npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
59105npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
59106npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
59107npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
59108npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
59109npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
59110npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
59111npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
59112npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
59113npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
59114npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
59115npm info lifecycle request@2.53.0~postinstall: request@2.53.0
59116npm info lifecycle insight@0.7.0~postinstall: insight@0.7.0
59117npm info lifecycle retry@0.6.1~postinstall: retry@0.6.1
59118npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
59119npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59120npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59121npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
59122npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
59123npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
59124npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
59125npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59126npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59127npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
59128npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
59129npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
59130npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
59131npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
59132npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
59133npm info lifecycle bower-registry-client@1.0.0~postinstall: bower-registry-client@1.0.0
59134npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
59135npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
59136npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
59137npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
59138npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
59139npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
59140npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
59141npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59142npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59143npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
59144npm info lifecycle pump@1.0.1~postinstall: pump@1.0.1
59145npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59146npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59147npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
59148npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
59149npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59150npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59151npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
59152npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59153npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
59154npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
59155npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
59156npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
59157npm info lifecycle tar-stream@1.3.1~postinstall: tar-stream@1.3.1
59158npm info lifecycle tar-fs@1.8.1~postinstall: tar-fs@1.8.1
59159npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
59160npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59161npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
59162npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
59163npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
59164npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
59165npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
59166npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
59167npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
59168npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
59169npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
59170npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
59171npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
59172npm info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
59173npm info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
59174npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59175npm info lifecycle create-error-class@2.0.1~postinstall: create-error-class@2.0.1
59176npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59177npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59178npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
59179npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
59180npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59181npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59182npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
59183npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59184npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
59185npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
59186npm info lifecycle duplexify@3.4.2~postinstall: duplexify@3.4.2
59187npm info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
59188npm info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
59189npm info lifecycle is-stream@1.0.1~postinstall: is-stream@1.0.1
59190npm info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
59191npm info lifecycle node-status-codes@1.0.0~postinstall: node-status-codes@1.0.0
59192npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
59193npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
59194npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
59195npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
59196npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
59197npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
59198npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
59199npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
59200npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
59201npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59202npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59203npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
59204npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59205npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
59206npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
59207npm info lifecycle read-all-stream@3.0.1~postinstall: read-all-stream@3.0.1
59208npm info lifecycle timed-out@2.0.0~postinstall: timed-out@2.0.0
59209npm info lifecycle unzip-response@1.0.0~postinstall: unzip-response@1.0.0
59210npm info lifecycle prepend-http@1.0.3~postinstall: prepend-http@1.0.3
59211npm info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
59212npm info lifecycle got@5.2.0~postinstall: got@5.2.0
59213npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
59214npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
59215npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
59216npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
59217npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
59218npm info lifecycle registry-url@3.0.3~postinstall: registry-url@3.0.3
59219npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
59220npm info lifecycle package-json@2.3.0~postinstall: package-json@2.3.0
59221npm info lifecycle latest-version@2.0.0~postinstall: latest-version@2.0.0
59222npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
59223npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
59224npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
59225npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
59226npm info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
59227npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
59228npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
59229npm info lifecycle string-length@1.0.1~postinstall: string-length@1.0.1
59230npm info lifecycle update-notifier@0.6.0~postinstall: update-notifier@0.6.0
59231npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
59232npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
59233npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
59234npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
59235npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
59236npm info lifecycle which@1.2.0~postinstall: which@1.2.0
59237npm info lifecycle breakable@1.0.0~postinstall: breakable@1.0.0
59238npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59239npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
59240npm info lifecycle broccoli-slow-trees@1.1.0~postinstall: broccoli-slow-trees@1.1.0
59241npm info lifecycle broccoli-source@1.1.0~postinstall: broccoli-source@1.1.0
59242npm info lifecycle broccoli-viz@2.0.1~postinstall: broccoli-viz@2.0.1
59243npm info lifecycle bytes@2.1.0~postinstall: bytes@2.1.0
59244npm info lifecycle callsite@1.0.0~postinstall: callsite@1.0.0
59245npm info lifecycle better-assert@1.0.2~postinstall: better-assert@1.0.2
59246npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
59247npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
59248npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
59249npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
59250npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
59251npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
59252npm info lifecycle charm@1.0.0~postinstall: charm@1.0.0
59253npm info lifecycle clean-base-url@1.0.0~postinstall: clean-base-url@1.0.0
59254npm info lifecycle commander@2.2.0~postinstall: commander@2.2.0
59255npm info lifecycle clean-css@2.2.23~postinstall: clean-css@2.2.23
59256npm info lifecycle colors@1.0.3~postinstall: colors@1.0.3
59257npm info lifecycle cli-table@0.3.1~postinstall: cli-table@0.3.1
59258npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
59259npm info lifecycle clone@0.2.0~postinstall: clone@0.2.0
59260npm info lifecycle colors@0.6.2~postinstall: colors@0.6.2
59261npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59262npm info lifecycle component-bind@1.0.0~postinstall: component-bind@1.0.0
59263npm info lifecycle component-emitter@1.1.2~postinstall: component-emitter@1.1.2
59264npm info lifecycle component-inherit@0.0.3~postinstall: component-inherit@0.0.3
59265npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
59266npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
59267npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59268npm info lifecycle consolidate@0.13.1~postinstall: consolidate@0.13.1
59269npm info lifecycle content-disposition@0.5.0~postinstall: content-disposition@0.5.0
59270npm info lifecycle content-type@1.0.1~postinstall: content-type@1.0.1
59271npm info lifecycle convert-source-map@1.1.2~postinstall: convert-source-map@1.1.2
59272npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
59273npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
59274npm info lifecycle copy-dereference@1.0.0~postinstall: copy-dereference@1.0.0
59275npm info lifecycle core-js@1.2.6~postinstall: core-js@1.2.6
59276npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
59277npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59278npm info lifecycle defined@1.0.0~postinstall: defined@1.0.0
59279npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
59280npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
59281npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
59282npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
59283npm info lifecycle detective@4.3.1~postinstall: detective@4.3.1
59284npm info lifecycle did_it_work@0.0.6~postinstall: did_it_work@0.0.6
59285npm info lifecycle diff@1.4.0~postinstall: diff@1.4.0
59286npm info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
59287npm info lifecycle ember-cli-copy-dereference@1.0.0~postinstall: ember-cli-copy-dereference@1.0.0
59288npm info lifecycle ember-cli-get-dependency-depth@1.0.0~postinstall: ember-cli-get-dependency-depth@1.0.0
59289npm info lifecycle ember-cli-is-package-missing@1.0.0~postinstall: ember-cli-is-package-missing@1.0.0
59290npm info lifecycle ember-cli-path-utils@1.0.0~postinstall: ember-cli-path-utils@1.0.0
59291npm info lifecycle ember-cli-string-utils@1.0.0~postinstall: ember-cli-string-utils@1.0.0
59292npm info lifecycle ember-cli-test-info@1.0.0~postinstall: ember-cli-test-info@1.0.0
59293npm info lifecycle ast-types@0.6.16~postinstall: ast-types@0.6.16
59294npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~postinstall: esprima-fb@10001.1.0-dev-harmony-fb
59295npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
59296npm info lifecycle debug@1.0.4~postinstall: debug@1.0.4
59297npm info lifecycle parseuri@0.0.4~postinstall: parseuri@0.0.4
59298npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
59299npm info lifecycle debug@1.0.3~postinstall: debug@1.0.3
59300npm info lifecycle entities@1.1.1~postinstall: entities@1.1.1
59301npm info lifecycle es6-symbol@3.0.2~postinstall: es6-symbol@3.0.2
59302npm info lifecycle es5-ext@0.10.11~postinstall: es5-ext@0.10.11
59303npm info lifecycle d@0.1.1~postinstall: d@0.1.1
59304npm info lifecycle es6-iterator@2.0.0~postinstall: es6-iterator@2.0.0
59305npm info lifecycle es6-symbol@2.0.1~postinstall: es6-symbol@2.0.1
59306npm info lifecycle es6-iterator@0.1.3~postinstall: es6-iterator@0.1.3
59307npm info lifecycle es6-weak-map@0.1.4~postinstall: es6-weak-map@0.1.4
59308npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
59309npm info lifecycle escape-string-regexp@1.0.4~postinstall: escape-string-regexp@1.0.4
59310npm info lifecycle decamelize@1.1.2~postinstall: decamelize@1.1.2
59311npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
59312npm info lifecycle can-symlink@0.0.1~postinstall: can-symlink@0.0.1
59313npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~postinstall: esprima-fb@15001.1001.0-dev-harmony-fb
59314npm info lifecycle esutils@2.0.2~postinstall: esutils@2.0.2
59315npm info lifecycle etag@1.7.0~postinstall: etag@1.7.0
59316npm info lifecycle event-emitter@0.3.4~postinstall: event-emitter@0.3.4
59317npm info lifecycle eventemitter3@1.1.1~postinstall: eventemitter3@1.1.1
59318npm info lifecycle events-to-array@1.0.2~postinstall: events-to-array@1.0.2
59319npm info lifecycle exists-sync@0.0.3~postinstall: exists-sync@0.0.3
59320npm info lifecycle exit@0.1.2~postinstall: exit@0.1.2
59321npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
59322npm info lifecycle vary@1.0.1~postinstall: vary@1.0.1
59323npm info lifecycle fast-ordered-set@1.0.2~postinstall: fast-ordered-set@1.0.2
59324npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
59325npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
59326npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
59327npm info lifecycle source-map@0.4.4~postinstall: source-map@0.4.4
59328npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
59329npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
59330npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
59331npm info lifecycle commander@2.1.0~postinstall: commander@2.1.0
59332npm info lifecycle findup@0.1.5~postinstall: findup@0.1.5
59333npm info lifecycle lodash@2.3.0~postinstall: lodash@2.3.0
59334npm info lifecycle forwarded@0.1.0~postinstall: forwarded@0.1.0
59335npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
59336npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59337npm info lifecycle fs-monitor-stack@1.1.0~postinstall: fs-monitor-stack@1.1.0
59338npm info lifecycle fs-readdir-recursive@0.1.2~postinstall: fs-readdir-recursive@0.1.2
59339npm info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
59340npm info lifecycle git-repo-info@1.1.2~postinstall: git-repo-info@1.1.2
59341npm info lifecycle globals@6.4.1~postinstall: globals@6.4.1
59342npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
59343npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
59344npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
59345npm info lifecycle growl@1.8.1~postinstall: growl@1.8.1
59346npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
59347npm info lifecycle has-color@0.1.7~postinstall: has-color@0.1.7
59348npm info lifecycle has-cors@1.1.0~postinstall: has-cors@1.1.0
59349npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
59350npm info lifecycle iconv-lite@0.4.13~postinstall: iconv-lite@0.4.13
59351npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
59352npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
59353npm info lifecycle inflection@1.8.0~postinstall: inflection@1.8.0
59354npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
59355npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59356npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
59357npm info lifecycle async@0.8.0~postinstall: async@0.8.0
59358npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
59359npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
59360npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
59361npm info lifecycle invert-kv@1.0.0~postinstall: invert-kv@1.0.0
59362npm info lifecycle ipaddr.js@1.0.5~postinstall: ipaddr.js@1.0.5
59363npm info lifecycle is-buffer@1.1.0~postinstall: is-buffer@1.1.0
59364npm info lifecycle is-git-url@0.2.3~postinstall: is-git-url@0.2.3
59365npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
59366npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
59367npm info lifecycle is-type@0.0.1~postinstall: is-type@0.0.1
59368npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59369npm info lifecycle has-binary-data@0.1.3~postinstall: has-binary-data@0.1.3
59370npm info lifecycle has-binary@0.1.6~postinstall: has-binary@0.1.6
59371npm info lifecycle isbinaryfile@2.0.4~postinstall: isbinaryfile@2.0.4
59372npm info lifecycle js-tokens@1.0.1~postinstall: js-tokens@1.0.1
59373npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
59374npm info lifecycle jsesc@0.5.0~postinstall: jsesc@0.5.0
59375npm info lifecycle json3@3.2.6~postinstall: json3@3.2.6
59376npm info lifecycle json5@0.4.0~postinstall: json5@0.4.0
59377npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
59378npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
59379npm info lifecycle json-stable-stringify@1.0.0~postinstall: json-stable-stringify@1.0.0
59380npm info lifecycle kind-of@2.0.1~postinstall: kind-of@2.0.1
59381npm info lifecycle lazy-cache@0.2.7~postinstall: lazy-cache@0.2.7
59382npm info lifecycle lcid@1.0.0~postinstall: lcid@1.0.0
59383npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
59384npm info lifecycle debug@2.1.1~postinstall: debug@2.1.1
59385npm info lifecycle lodash-node@2.4.1~postinstall: lodash-node@2.4.1
59386npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
59387npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
59388npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59389npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59390npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59391npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
59392npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
59393npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
59394npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
59395npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
59396npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
59397npm info lifecycle async@0.9.0~postinstall: async@0.9.0
59398npm info lifecycle hoek@2.11.1~postinstall: hoek@2.11.1
59399npm info lifecycle boom@2.6.1~postinstall: boom@2.6.1
59400npm info lifecycle cryptiles@2.0.4~postinstall: cryptiles@2.0.4
59401npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
59402npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
59403npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
59404npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
59405npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
59406npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
59407npm info lifecycle isstream@0.1.1~postinstall: isstream@0.1.1
59408npm info lifecycle json-stringify-safe@5.0.0~postinstall: json-stringify-safe@5.0.0
59409npm info lifecycle mime-db@1.7.0~postinstall: mime-db@1.7.0
59410npm info lifecycle mime-types@2.0.9~postinstall: mime-types@2.0.9
59411npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
59412npm info lifecycle node-uuid@1.4.2~postinstall: node-uuid@1.4.2
59413npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
59414npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
59415npm info lifecycle stringstream@0.0.4~postinstall: stringstream@0.0.4
59416npm info lifecycle punycode@1.3.2~postinstall: punycode@1.3.2
59417npm info lifecycle tough-cookie@0.12.1~postinstall: tough-cookie@0.12.1
59418npm info lifecycle tunnel-agent@0.4.0~postinstall: tunnel-agent@0.4.0
59419npm info lifecycle request@2.53.0~postinstall: request@2.53.0
59420npm info lifecycle rsvp@3.0.17~postinstall: rsvp@3.0.17
59421npm info lifecycle leek@0.0.18~postinstall: leek@0.0.18
59422npm info lifecycle left-pad@0.0.3~postinstall: left-pad@0.0.3
59423npm info lifecycle leven@1.0.2~postinstall: leven@1.0.2
59424npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~postinstall: babel-plugin-undeclared-variables-check@1.0.2
59425npm info lifecycle line-numbers@0.2.0~postinstall: line-numbers@0.2.0
59426npm info lifecycle livereload-js@2.2.2~postinstall: livereload-js@2.2.2
59427npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
59428npm info lifecycle babel-plugin-proto-to-assign@1.0.4~postinstall: babel-plugin-proto-to-assign@1.0.4
59429npm info lifecycle lodash-node@2.4.1~postinstall: lodash-node@2.4.1
59430npm info lifecycle core-object@0.0.2~postinstall: core-object@0.0.2
59431npm info lifecycle lodash._arraycopy@3.0.0~postinstall: lodash._arraycopy@3.0.0
59432npm info lifecycle lodash._arrayeach@3.0.0~postinstall: lodash._arrayeach@3.0.0
59433npm info lifecycle lodash._basecopy@3.0.1~postinstall: lodash._basecopy@3.0.1
59434npm info lifecycle lodash._basefor@3.0.2~postinstall: lodash._basefor@3.0.2
59435npm info lifecycle lodash._baseindexof@3.1.0~postinstall: lodash._baseindexof@3.1.0
59436npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59437npm info lifecycle lodash._bindcallback@3.0.1~postinstall: lodash._bindcallback@3.0.1
59438npm info lifecycle lodash._cacheindexof@3.0.2~postinstall: lodash._cacheindexof@3.0.2
59439npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
59440npm info lifecycle lodash._createcache@3.1.2~postinstall: lodash._createcache@3.1.2
59441npm info lifecycle lodash._baseuniq@3.0.3~postinstall: lodash._baseuniq@3.0.3
59442npm info lifecycle lodash._isiterateecall@3.0.9~postinstall: lodash._isiterateecall@3.0.9
59443npm info lifecycle lodash.isarguments@3.0.4~postinstall: lodash.isarguments@3.0.4
59444npm info lifecycle lodash.isarray@3.0.4~postinstall: lodash.isarray@3.0.4
59445npm info lifecycle lodash.istypedarray@3.0.2~postinstall: lodash.istypedarray@3.0.2
59446npm info lifecycle lodash.keys@3.1.2~postinstall: lodash.keys@3.1.2
59447npm info lifecycle lodash._baseisequal@3.0.7~postinstall: lodash._baseisequal@3.0.7
59448npm info lifecycle lodash._baseassign@3.2.0~postinstall: lodash._baseassign@3.2.0
59449npm info lifecycle lodash.keysin@3.0.8~postinstall: lodash.keysin@3.0.8
59450npm info lifecycle lodash.isplainobject@3.2.0~postinstall: lodash.isplainobject@3.2.0
59451npm info lifecycle lodash.pairs@3.0.1~postinstall: lodash.pairs@3.0.1
59452npm info lifecycle lodash._basecallback@3.3.1~postinstall: lodash._basecallback@3.3.1
59453npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59454npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59455npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
59456npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
59457npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
59458npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
59459npm info lifecycle lodash.restparam@3.6.1~postinstall: lodash.restparam@3.6.1
59460npm info lifecycle lodash._createassigner@3.1.1~postinstall: lodash._createassigner@3.1.1
59461npm info lifecycle lodash.assign@3.2.0~postinstall: lodash.assign@3.2.0
59462npm info lifecycle lodash.toplainobject@3.0.0~postinstall: lodash.toplainobject@3.0.0
59463npm info lifecycle lodash.merge@3.3.2~postinstall: lodash.merge@3.3.2
59464npm info lifecycle lodash.uniq@3.2.2~postinstall: lodash.uniq@3.2.2
59465npm info lifecycle longest@1.0.1~postinstall: longest@1.0.1
59466npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
59467npm info lifecycle lru-queue@0.1.0~postinstall: lru-queue@0.1.0
59468npm info lifecycle lodash-node@3.10.1~postinstall: lodash-node@3.10.1
59469npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
59470npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
59471npm info lifecycle mdurl@1.0.1~postinstall: mdurl@1.0.1
59472npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
59473npm info lifecycle merge@1.2.0~postinstall: merge@1.2.0
59474npm info lifecycle exec-sh@0.2.0~postinstall: exec-sh@0.2.0
59475npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
59476npm info lifecycle merge-defaults@0.2.1~postinstall: merge-defaults@0.2.1
59477npm info lifecycle merge-descriptors@1.0.0~postinstall: merge-descriptors@1.0.0
59478npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
59479npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
59480npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
59481npm info lifecycle compressible@2.0.6~postinstall: compressible@2.0.6
59482npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
59483npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
59484npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
59485npm info lifecycle matcher-collection@1.0.1~postinstall: matcher-collection@1.0.1
59486npm info lifecycle walk-sync@0.2.6~postinstall: walk-sync@0.2.6
59487npm info lifecycle walk-sync@0.2.6~postinstall: walk-sync@0.2.6
59488npm info lifecycle walk-sync@0.2.6~postinstall: walk-sync@0.2.6
59489npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
59490npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
59491npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
59492npm info lifecycle mktemp@0.3.5~postinstall: mktemp@0.3.5
59493npm info lifecycle mout@0.9.1~postinstall: mout@0.9.1
59494npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
59495npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
59496npm info lifecycle fs-tree-diff@0.3.1~postinstall: fs-tree-diff@0.3.1
59497npm info lifecycle fs-tree-diff@0.4.4~postinstall: fs-tree-diff@0.4.4
59498npm info lifecycle mustache@2.2.1~postinstall: mustache@2.2.1
59499npm info lifecycle mute-stream@0.0.4~postinstall: mute-stream@0.0.4
59500npm info lifecycle negotiator@0.6.0~postinstall: negotiator@0.6.0
59501npm info lifecycle accepts@1.3.0~postinstall: accepts@1.3.0
59502npm info lifecycle next-tick@0.2.2~postinstall: next-tick@0.2.2
59503npm info lifecycle node-int64@0.4.0~postinstall: node-int64@0.4.0
59504npm info lifecycle bser@1.0.2~postinstall: bser@1.0.2
59505npm info lifecycle fb-watchman@1.6.0~postinstall: fb-watchman@1.6.0
59506npm info lifecycle node-modules-path@1.0.1~postinstall: node-modules-path@1.0.1
59507npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
59508npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
59509npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
59510npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
59511npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
59512npm info lifecycle ansicolors@0.3.2~postinstall: ansicolors@0.3.2
59513npm info lifecycle ansistyles@0.1.3~postinstall: ansistyles@0.1.3
59514npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
59515npm info lifecycle char-spinner@1.0.1~postinstall: char-spinner@1.0.1
59516npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
59517npm info lifecycle chownr@1.0.1~postinstall: chownr@1.0.1
59518npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
59519npm info lifecycle clone@0.1.19~postinstall: clone@0.1.19
59520npm info lifecycle defaults@1.0.2~postinstall: defaults@1.0.2
59521npm info lifecycle wcwidth@1.0.0~postinstall: wcwidth@1.0.0
59522npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
59523npm info lifecycle asap@2.0.3~postinstall: asap@2.0.3
59524npm info lifecycle editor@1.0.0~postinstall: editor@1.0.0
59525npm info lifecycle github-url-from-git@1.4.0~postinstall: github-url-from-git@1.4.0
59526npm info lifecycle github-url-from-username-repo@1.0.2~postinstall: github-url-from-username-repo@1.0.2
59527npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
59528npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59529npm info lifecycle fs-write-stream-atomic@1.0.4~postinstall: fs-write-stream-atomic@1.0.4
59530npm info lifecycle hosted-git-info@2.1.4~postinstall: hosted-git-info@2.1.4
59531npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
59532npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
59533npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
59534npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
59535npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
59536npm info lifecycle lru-cache@2.7.0~postinstall: lru-cache@2.7.0
59537npm info lifecycle balanced-match@0.2.1~postinstall: balanced-match@0.2.1
59538npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
59539npm info lifecycle brace-expansion@1.1.1~postinstall: brace-expansion@1.1.1
59540npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
59541npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
59542npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
59543npm info lifecycle cmd-shim@2.0.1~postinstall: cmd-shim@2.0.1
59544npm info lifecycle balanced-match@0.2.1~postinstall: balanced-match@0.2.1
59545npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
59546npm info lifecycle brace-expansion@1.1.1~postinstall: brace-expansion@1.1.1
59547npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
59548npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
59549npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
59550npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
59551npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
59552npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59553npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59554npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59555npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
59556npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59557npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59558npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59559npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
59560npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59561npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59562npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59563npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
59564npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
59565npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
59566npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
59567npm info lifecycle array-index@0.1.1~postinstall: array-index@0.1.1
59568npm info lifecycle path-array@1.0.0~postinstall: path-array@1.0.0
59569npm info lifecycle nopt@3.0.4~postinstall: nopt@3.0.4
59570npm info lifecycle normalize-git-url@3.0.1~postinstall: normalize-git-url@3.0.1
59571npm info lifecycle builtin-modules@1.1.0~postinstall: builtin-modules@1.1.0
59572npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
59573npm info lifecycle npm-cache-filename@1.0.2~postinstall: npm-cache-filename@1.0.2
59574npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
59575npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
59576npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59577npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59578npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59579npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
59580npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59581npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59582npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59583npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
59584npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59585npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59586npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59587npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
59588npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
59589npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
59590npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59591npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
59592npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59593npm info lifecycle util-deprecate@1.0.1~postinstall: util-deprecate@1.0.1
59594npm info lifecycle readable-stream@2.0.2~postinstall: readable-stream@2.0.2
59595npm info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
59596npm info lifecycle concat-stream@1.5.0~postinstall: concat-stream@1.5.0
59597npm info lifecycle npm-user-validate@0.1.2~postinstall: npm-user-validate@0.1.2
59598npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
59599npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
59600npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59601npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59602npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59603npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
59604npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59605npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59606npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59607npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
59608npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
59609npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
59610npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
59611npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
59612npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
59613npm info lifecycle opener@1.4.1~postinstall: opener@1.4.1
59614npm info lifecycle os-homedir@1.0.0~postinstall: os-homedir@1.0.0
59615npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
59616npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
59617npm info lifecycle path-is-inside@1.0.1~postinstall: path-is-inside@1.0.1
59618npm info lifecycle debuglog@1.0.1~postinstall: debuglog@1.0.1
59619npm info lifecycle util-extend@1.0.1~postinstall: util-extend@1.0.1
59620npm info lifecycle jju@1.2.1~postinstall: jju@1.2.1
59621npm info lifecycle json-parse-helpfulerror@1.0.3~postinstall: json-parse-helpfulerror@1.0.3
59622npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
59623npm info lifecycle read@1.0.7~postinstall: read@1.0.7
59624npm info lifecycle promzard@0.3.0~postinstall: promzard@0.3.0
59625npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
59626npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59627npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59628npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
59629npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
59630npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
59631npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
59632npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
59633npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
59634npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
59635npm info lifecycle aws-sign2@0.6.0~postinstall: aws-sign2@0.6.0
59636npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
59637npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59638npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
59639npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59640npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
59641npm info lifecycle readable-stream@2.0.3~postinstall: readable-stream@2.0.3
59642npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
59643npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
59644npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
59645npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
59646npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
59647npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
59648npm info lifecycle async@1.5.0~postinstall: async@1.5.0
59649npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
59650npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
59651npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
59652npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
59653npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
59654npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
59655npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
59656npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
59657npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
59658npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
59659npm info lifecycle xtend@4.0.0~postinstall: xtend@4.0.0
59660npm info lifecycle is-my-json-valid@2.12.2~postinstall: is-my-json-valid@2.12.2
59661npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
59662npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
59663npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
59664npm info lifecycle boom@2.10.0~postinstall: boom@2.10.0
59665npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
59666npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
59667npm info lifecycle hawk@3.1.0~postinstall: hawk@3.1.0
59668npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
59669npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
59670npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
59671npm info lifecycle http-signature@0.11.0~postinstall: http-signature@0.11.0
59672npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
59673npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
59674npm info lifecycle mime-db@1.19.0~postinstall: mime-db@1.19.0
59675npm info lifecycle mime-types@2.1.7~postinstall: mime-types@2.1.7
59676npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
59677npm info lifecycle node-uuid@1.4.3~postinstall: node-uuid@1.4.3
59678npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
59679npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
59680npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
59681npm info lifecycle tough-cookie@2.2.0~postinstall: tough-cookie@2.2.0
59682npm info lifecycle tunnel-agent@0.4.1~postinstall: tunnel-agent@0.4.1
59683npm info lifecycle retry@0.8.0~postinstall: retry@0.8.0
59684npm info lifecycle semver@5.0.3~postinstall: semver@5.0.3
59685npm info lifecycle npm-package-arg@4.0.2~postinstall: npm-package-arg@4.0.2
59686npm info lifecycle npm-install-checks@1.0.6~postinstall: npm-install-checks@1.0.6
59687npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
59688npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
59689npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
59690npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59691npm info lifecycle util-deprecate@1.0.1~postinstall: util-deprecate@1.0.1
59692npm info lifecycle readable-stream@2.0.2~postinstall: readable-stream@2.0.2
59693npm info lifecycle sha@2.0.1~postinstall: sha@2.0.1
59694npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
59695npm info lifecycle sorted-object@1.0.0~postinstall: sorted-object@1.0.0
59696npm info lifecycle spdx-license-ids@1.1.0~postinstall: spdx-license-ids@1.1.0
59697npm info lifecycle spdx@0.4.1~postinstall: spdx@0.4.1
59698npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
59699npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
59700npm info lifecycle har-validator@2.0.2~postinstall: har-validator@2.0.2
59701npm info lifecycle request@2.65.0~postinstall: request@2.65.0
59702npm info lifecycle columnify@1.5.2~postinstall: columnify@1.5.2
59703npm info lifecycle text-table@0.2.0~postinstall: text-table@0.2.0
59704npm info lifecycle uid-number@0.0.6~postinstall: uid-number@0.0.6
59705npm info lifecycle umask@1.1.0~postinstall: umask@1.1.0
59706npm info lifecycle spdx-correct@1.0.1~postinstall: spdx-correct@1.0.1
59707npm info lifecycle spdx-exceptions@1.0.2~postinstall: spdx-exceptions@1.0.2
59708npm info lifecycle spdx-expression-parse@1.0.0~postinstall: spdx-expression-parse@1.0.0
59709npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
59710npm info lifecycle normalize-package-data@2.3.5~postinstall: normalize-package-data@2.3.5
59711npm info lifecycle builtins@0.0.7~postinstall: builtins@0.0.7
59712npm info lifecycle validate-npm-package-name@2.2.2~postinstall: validate-npm-package-name@2.2.2
59713npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
59714npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
59715npm info lifecycle which@1.2.0~postinstall: which@1.2.0
59716npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59717npm info lifecycle once@1.3.2~postinstall: once@1.3.2
59718npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
59719npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
59720npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
59721npm info lifecycle rimraf@2.4.3~postinstall: rimraf@2.4.3
59722npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
59723npm info lifecycle tar@2.2.1~postinstall: tar@2.2.1
59724npm info lifecycle tar@1.0.3~postinstall: tar@1.0.3
59725npm info lifecycle node-gyp@3.0.3~postinstall: node-gyp@3.0.3
59726npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
59727npm info lifecycle fstream-npm@1.0.7~postinstall: fstream-npm@1.0.7
59728npm info lifecycle fs-vacuum@1.2.7~postinstall: fs-vacuum@1.2.7
59729npm info lifecycle read-package-json@2.0.2~postinstall: read-package-json@2.0.2
59730npm info lifecycle init-package-json@1.9.1~postinstall: init-package-json@1.9.1
59731npm info lifecycle dezalgo@1.0.3~postinstall: dezalgo@1.0.3
59732npm info lifecycle realize-package-specifier@3.0.1~postinstall: realize-package-specifier@3.0.1
59733npm info lifecycle readdir-scoped-modules@1.0.2~postinstall: readdir-scoped-modules@1.0.2
59734npm info lifecycle read-installed@4.0.3~postinstall: read-installed@4.0.3
59735npm info lifecycle async-some@1.0.2~postinstall: async-some@1.0.2
59736npm info lifecycle write-file-atomic@1.1.3~postinstall: write-file-atomic@1.1.3
59737npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
59738npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
59739npm info lifecycle is-integer@1.0.6~postinstall: is-integer@1.0.6
59740npm info lifecycle object-assign@3.0.0~postinstall: object-assign@3.0.0
59741npm info lifecycle object-component@0.0.3~postinstall: object-component@0.0.3
59742npm info lifecycle object-keys@1.0.1~postinstall: object-keys@1.0.1
59743npm info lifecycle on-finished@2.3.0~postinstall: on-finished@2.3.0
59744npm info lifecycle on-headers@1.0.1~postinstall: on-headers@1.0.1
59745npm info lifecycle morgan@1.6.1~postinstall: morgan@1.6.1
59746npm info lifecycle options@0.0.6~postinstall: options@0.0.6
59747npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
59748npm info lifecycle os-locale@1.4.0~postinstall: os-locale@1.4.0
59749npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
59750npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
59751npm info lifecycle osenv@0.0.3~postinstall: osenv@0.0.3
59752npm info lifecycle parsejson@0.0.1~postinstall: parsejson@0.0.1
59753npm info lifecycle parseqs@0.0.2~postinstall: parseqs@0.0.2
59754npm info lifecycle parseuri@0.0.2~postinstall: parseuri@0.0.2
59755npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
59756npm info lifecycle path-exists@1.0.0~postinstall: path-exists@1.0.0
59757npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
59758npm info lifecycle path-posix@1.0.0~postinstall: path-posix@1.0.0
59759npm info lifecycle path-to-regexp@0.1.7~postinstall: path-to-regexp@0.1.7
59760npm info lifecycle pleasant-progress@1.1.0~postinstall: pleasant-progress@1.1.0
59761npm info lifecycle async@0.9.0~postinstall: async@0.9.0
59762npm info lifecycle portfinder@0.4.0~postinstall: portfinder@0.4.0
59763npm info lifecycle printf@0.2.3~postinstall: printf@0.2.3
59764npm info lifecycle private@0.1.6~postinstall: private@0.1.6
59765npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
59766npm info lifecycle process-relative-require@1.0.0~postinstall: process-relative-require@1.0.0
59767npm info lifecycle proxy-addr@1.0.10~postinstall: proxy-addr@1.0.10
59768npm info lifecycle pseudomap@1.0.1~postinstall: pseudomap@1.0.1
59769npm info lifecycle lru-cache@3.2.0~postinstall: lru-cache@3.2.0
59770npm info lifecycle q@1.4.1~postinstall: q@1.4.1
59771npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
59772npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
59773npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
59774npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
59775npm info lifecycle ansi-regex@1.1.1~postinstall: ansi-regex@1.1.1
59776npm info lifecycle strip-ansi@2.0.1~postinstall: strip-ansi@2.0.1
59777npm info lifecycle readline2@0.1.1~postinstall: readline2@0.1.1
59778npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
59779npm info lifecycle recast@0.10.33~postinstall: recast@0.10.33
59780npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~postinstall: esprima-fb@12001.1.0-dev-harmony-fb
59781npm info lifecycle redeyed@0.5.0~postinstall: redeyed@0.5.0
59782npm info lifecycle cardinal@0.5.0~postinstall: cardinal@0.5.0
59783npm info lifecycle regenerate@1.2.1~postinstall: regenerate@1.2.1
59784npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
59785npm info lifecycle regjsgen@0.2.0~postinstall: regjsgen@0.2.0
59786npm info lifecycle regjsparser@0.1.5~postinstall: regjsparser@0.1.5
59787npm info lifecycle regexpu@1.3.0~postinstall: regexpu@1.3.0
59788npm info lifecycle repeat-string@1.5.2~postinstall: repeat-string@1.5.2
59789npm info lifecycle align-text@0.1.3~postinstall: align-text@0.1.3
59790npm info lifecycle center-align@0.1.2~postinstall: center-align@0.1.2
59791npm info lifecycle repeating@1.1.3~postinstall: repeating@1.1.3
59792npm info lifecycle detect-indent@3.0.1~postinstall: detect-indent@3.0.1
59793npm info lifecycle requires-port@0.0.1~postinstall: requires-port@0.0.1
59794npm info lifecycle http-proxy@1.12.0~postinstall: http-proxy@1.12.0
59795npm info lifecycle resolve@1.1.6~postinstall: resolve@1.1.6
59796npm info lifecycle right-align@0.1.3~postinstall: right-align@0.1.3
59797npm info lifecycle cliui@2.1.0~postinstall: cliui@2.1.0
59798npm info lifecycle rsvp@3.1.0~postinstall: rsvp@3.1.0
59799npm info lifecycle promise-map-series@0.2.2~postinstall: promise-map-series@0.2.2
59800npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
59801npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
59802npm info lifecycle semver-utils@1.1.1~postinstall: semver-utils@1.1.1
59803npm info lifecycle bower@1.7.1~postinstall: bower@1.7.1
59804npm info lifecycle shebang-regex@1.0.0~postinstall: shebang-regex@1.0.0
59805npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
59806npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
59807npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
59808npm info lifecycle fireworm@0.6.6~postinstall: fireworm@0.6.6
59809npm info lifecycle silent-error@1.0.0~postinstall: silent-error@1.0.0
59810npm info lifecycle ember-cli-normalize-entity-name@1.0.0~postinstall: ember-cli-normalize-entity-name@1.0.0
59811npm info lifecycle simple-fmt@0.1.0~postinstall: simple-fmt@0.1.0
59812npm info lifecycle simple-is@0.2.0~postinstall: simple-is@0.2.0
59813npm info lifecycle slash@1.0.0~postinstall: slash@1.0.0
59814npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
59815npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
59816npm info lifecycle debug@1.0.2~postinstall: debug@1.0.2
59817npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
59818npm info lifecycle socket.io-parser@2.2.2~postinstall: socket.io-parser@2.2.2
59819npm info lifecycle socket.io-adapter@0.3.1~postinstall: socket.io-adapter@0.3.1
59820npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
59821npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
59822npm info lifecycle socket.io-parser@2.2.4~postinstall: socket.io-parser@2.2.4
59823npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
59824npm info lifecycle debug@2.1.0~postinstall: debug@2.1.0
59825npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
59826npm info lifecycle recast@0.9.18~postinstall: recast@0.9.18
59827npm info lifecycle ember-router-generator@1.1.1~postinstall: ember-router-generator@1.1.1
59828npm info lifecycle source-map@0.1.32~postinstall: source-map@0.1.32
59829npm info lifecycle source-map-support@0.2.10~postinstall: source-map-support@0.2.10
59830npm info lifecycle source-map-url@0.3.0~postinstall: source-map-url@0.3.0
59831npm info lifecycle fast-sourcemap-concat@0.2.7~postinstall: fast-sourcemap-concat@0.2.7
59832npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
59833npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
59834npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
59835npm info lifecycle stable@0.1.5~postinstall: stable@0.1.5
59836npm info lifecycle alter@0.2.0~postinstall: alter@0.2.0
59837npm info lifecycle statuses@1.2.1~postinstall: statuses@1.2.1
59838npm info lifecycle http-errors@1.3.1~postinstall: http-errors@1.3.1
59839npm info lifecycle send@0.13.0~postinstall: send@0.13.0
59840npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
59841npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
59842npm info lifecycle stringmap@0.2.2~postinstall: stringmap@0.2.2
59843npm info lifecycle stringset@0.2.1~postinstall: stringset@0.2.1
59844npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
59845npm info lifecycle styled_string@0.0.1~postinstall: styled_string@0.0.1
59846npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
59847npm info lifecycle chalk@1.1.0~postinstall: chalk@1.1.0
59848npm info lifecycle symlink-or-copy@1.0.1~postinstall: symlink-or-copy@1.0.1
59849npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
59850npm info lifecycle temp@0.8.1~postinstall: temp@0.8.1
59851npm info lifecycle async@1.5.0~postinstall: async@1.5.0
59852npm info lifecycle through@2.3.8~postinstall: through@2.3.8
59853npm info lifecycle timers-ext@0.1.0~postinstall: timers-ext@0.1.0
59854npm info lifecycle memoizee@0.3.9~postinstall: memoizee@0.3.9
59855npm info lifecycle cli-color@0.3.3~postinstall: cli-color@0.3.3
59856npm info lifecycle inquirer@0.5.1~postinstall: inquirer@0.5.1
59857npm info lifecycle qs@5.1.0~postinstall: qs@5.1.0
59858npm info lifecycle tmpl@1.0.4~postinstall: tmpl@1.0.4
59859npm info lifecycle makeerror@1.0.11~postinstall: makeerror@1.0.11
59860npm info lifecycle to-array@0.1.3~postinstall: to-array@0.1.3
59861npm info lifecycle to-fast-properties@1.0.1~postinstall: to-fast-properties@1.0.1
59862npm info lifecycle trim-right@1.0.1~postinstall: trim-right@1.0.1
59863npm info lifecycle try-resolve@1.0.1~postinstall: try-resolve@1.0.1
59864npm info lifecycle tryor@0.1.2~postinstall: tryor@0.1.2
59865npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
59866npm info lifecycle uc.micro@1.0.0~postinstall: uc.micro@1.0.0
59867npm info lifecycle linkify-it@1.2.0~postinstall: linkify-it@1.2.0
59868npm info lifecycle markdown-it@4.3.0~postinstall: markdown-it@4.3.0
59869npm info lifecycle markdown-it-terminal@0.0.2~postinstall: markdown-it-terminal@0.0.2
59870npm info lifecycle ultron@1.0.2~postinstall: ultron@1.0.2
59871npm info lifecycle underscore@1.8.3~postinstall: underscore@1.8.3
59872npm info lifecycle backbone@1.2.3~postinstall: backbone@1.2.3
59873npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
59874npm info lifecycle quick-temp@0.1.3~postinstall: quick-temp@0.1.3
59875npm info lifecycle broccoli-writer@0.1.1~postinstall: broccoli-writer@0.1.1
59876npm info lifecycle unpipe@1.0.0~postinstall: unpipe@1.0.0
59877npm info lifecycle raw-body@2.1.5~postinstall: raw-body@2.1.5
59878npm info lifecycle body-parser@1.14.2~postinstall: body-parser@1.14.2
59879npm info lifecycle finalhandler@0.4.0~postinstall: finalhandler@0.4.0
59880npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
59881npm info lifecycle home-or-tmp@1.0.0~postinstall: home-or-tmp@1.0.0
59882npm info lifecycle utf8@2.1.0~postinstall: utf8@2.1.0
59883npm info lifecycle engine.io-parser@1.2.2~postinstall: engine.io-parser@1.2.2
59884npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
59885npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
59886npm info lifecycle tap-parser@1.2.2~postinstall: tap-parser@1.2.2
59887npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
59888npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
59889npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
59890npm info lifecycle npm-registry-client@7.0.7~postinstall: npm-registry-client@7.0.7
59891npm info lifecycle npm@2.14.10~postinstall: npm@2.14.10
59892npm info lifecycle utils-merge@1.0.0~postinstall: utils-merge@1.0.0
59893npm info lifecycle express@4.13.3~postinstall: express@4.13.3
59894npm info lifecycle connect@3.4.0~postinstall: connect@3.4.0
59895npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
59896npm info lifecycle vary@1.1.0~postinstall: vary@1.1.0
59897npm info lifecycle compression@1.6.0~postinstall: compression@1.6.0
59898npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
59899npm info lifecycle walker@1.0.7~postinstall: walker@1.0.7
59900npm info lifecycle watch@0.10.0~postinstall: watch@0.10.0
59901npm info lifecycle sane@1.3.0~postinstall: sane@1.3.0
59902npm info lifecycle broccoli-sane-watcher@1.1.4~postinstall: broccoli-sane-watcher@1.1.4
59903npm info lifecycle websocket-extensions@0.1.1~postinstall: websocket-extensions@0.1.1
59904npm info lifecycle websocket-driver@0.6.3~postinstall: websocket-driver@0.6.3
59905npm info lifecycle faye-websocket@0.10.0~postinstall: faye-websocket@0.10.0
59906npm info lifecycle tiny-lr@0.2.0~postinstall: tiny-lr@0.2.0
59907npm info lifecycle which@1.2.1~postinstall: which@1.2.1
59908npm info lifecycle cross-spawn-async@2.1.1~postinstall: cross-spawn-async@2.1.1
59909npm info lifecycle window-size@0.1.4~postinstall: window-size@0.1.4
59910npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
59911npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
59912npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
59913npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
59914npm info lifecycle handlebars@3.0.3~postinstall: handlebars@3.0.3
59915npm info lifecycle bower-config@0.6.1~postinstall: bower-config@0.6.1
59916npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
59917npm info lifecycle once@1.3.3~postinstall: once@1.3.3
59918npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
59919npm info lifecycle glob@6.0.1~postinstall: glob@6.0.1
59920npm info lifecycle rimraf@2.4.5~postinstall: rimraf@2.4.5
59921npm info lifecycle fs-extra@0.22.1~postinstall: fs-extra@0.22.1
59922npm info lifecycle cpr@0.4.2~postinstall: cpr@0.4.2
59923npm info lifecycle broccoli-plugin@1.2.1~postinstall: broccoli-plugin@1.2.1
59924npm info lifecycle broccoli-merge-trees@1.1.0~postinstall: broccoli-merge-trees@1.1.0
59925npm info lifecycle broccoli-funnel@1.0.1~postinstall: broccoli-funnel@1.0.1
59926npm info lifecycle fs-extra@0.24.0~postinstall: fs-extra@0.24.0
59927npm info lifecycle broccoli-plugin@1.1.0~postinstall: broccoli-plugin@1.1.0
59928npm info lifecycle async-disk-cache@1.0.3~postinstall: async-disk-cache@1.0.3
59929npm info lifecycle glob@5.0.13~postinstall: glob@5.0.13
59930npm info lifecycle fileset@0.2.1~postinstall: fileset@0.2.1
59931npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~postinstall: broccoli-kitchen-sink-helpers@0.2.9
59932npm info lifecycle hash-for-dep@1.0.1~postinstall: hash-for-dep@1.0.1
59933npm info lifecycle broccoli-persistent-filter@1.1.6~postinstall: broccoli-persistent-filter@1.1.6
59934npm info lifecycle broccoli-filter@0.1.14~postinstall: broccoli-filter@0.1.14
59935npm info lifecycle broccoli-clean-css@0.2.0~postinstall: broccoli-clean-css@0.2.0
59936npm info lifecycle ember-cli-preprocess-registry@1.1.0~postinstall: ember-cli-preprocess-registry@1.1.0
59937npm info lifecycle broccoli-caching-writer@2.2.1~postinstall: broccoli-caching-writer@2.2.1
59938npm info lifecycle broccoli-sourcemap-concat@2.0.2~postinstall: broccoli-sourcemap-concat@2.0.2
59939npm info lifecycle broccoli-config-loader@1.0.0~postinstall: broccoli-config-loader@1.0.0
59940npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~postinstall: broccoli-kitchen-sink-helpers@0.3.1
59941npm info lifecycle broccoli-config-replace@1.1.1~postinstall: broccoli-config-replace@1.1.1
59942npm info lifecycle glob@4.3.5~postinstall: glob@4.3.5
59943npm info lifecycle findup-sync@0.2.1~postinstall: findup-sync@0.2.1
59944npm info lifecycle broccoli@0.16.8~postinstall: broccoli@0.16.8
59945npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
59946npm info lifecycle commoner@0.10.4~postinstall: commoner@0.10.4
59947npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
59948npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
59949npm info lifecycle ws-pure@0.8.0~postinstall: ws-pure@0.8.0
59950npm info lifecycle engine.io-pure@1.5.9~postinstall: engine.io-pure@1.5.9
59951npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
59952npm info lifecycle configstore@1.2.1~postinstall: configstore@1.2.1
59953npm info lifecycle xmldom@0.1.19~postinstall: xmldom@0.1.19
59954npm info lifecycle xmlhttprequest-ssl@1.5.1~postinstall: xmlhttprequest-ssl@1.5.1
59955npm info lifecycle engine.io-client-pure@1.5.9~postinstall: engine.io-client-pure@1.5.9
59956npm info lifecycle socket.io-client-pure@1.3.12~postinstall: socket.io-client-pure@1.3.12
59957npm info lifecycle socket.io-pure@1.3.12~postinstall: socket.io-pure@1.3.12
59958npm info lifecycle testem@0.9.11~postinstall: testem@0.9.11
59959npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
59960npm info lifecycle output-file-sync@1.1.1~postinstall: output-file-sync@1.1.1
59961npm info lifecycle y18n@3.2.0~postinstall: y18n@3.2.0
59962npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
59963npm info lifecycle fs-extra@0.16.5~postinstall: fs-extra@0.16.5
59964npm info lifecycle yam@0.0.18~postinstall: yam@0.0.18
59965npm info lifecycle yargs@3.27.0~postinstall: yargs@3.27.0
59966npm info lifecycle defs@1.1.1~postinstall: defs@1.1.1
59967npm info lifecycle regenerator@0.8.40~postinstall: regenerator@0.8.40
59968npm info lifecycle babel-core@5.8.34~postinstall: babel-core@5.8.34
59969npm info lifecycle broccoli-babel-transpiler@5.5.0~postinstall: broccoli-babel-transpiler@5.5.0
59970npm info lifecycle ember-cli@1.13.13~postinstall: ember-cli@1.13.13
59971npm verb unlock done using /root/.npm/_locks/staging-a072192f34a17023.lock for /usr/lib/node_modules/.staging
59972/usr/lib
59973`-- ember-cli@1.13.13
59974 +-- amd-name-resolver@0.0.2
59975 +-- bower@1.7.1
59976 | +-- abbrev@1.0.7
59977 | +-- archy@1.0.0
59978 | +-- bower-config@1.3.0
59979 | | +-- graceful-fs@4.1.2
59980 | | +-- optimist@0.6.1
59981 | | | +-- minimist@0.0.10
59982 | | | `-- wordwrap@0.0.3
59983 | | +-- osenv@0.1.3
59984 | | | +-- os-homedir@1.0.1
59985 | | | `-- os-tmpdir@1.0.1
59986 | | `-- untildify@2.1.0
59987 | | `-- os-homedir@1.0.1
59988 | +-- bower-endpoint-parser@0.2.2
59989 | +-- bower-json@0.4.0
59990 | | +-- deep-extend@0.2.11
59991 | | +-- graceful-fs@2.0.3
59992 | | `-- intersect@0.0.3
59993 | +-- bower-logger@0.2.2
59994 | +-- bower-registry-client@1.0.0
59995 | | +-- async@0.2.10
59996 | | +-- graceful-fs@4.1.2
59997 | | +-- mkdirp@0.3.5
59998 | | `-- request-replay@0.2.0
59999 | +-- cardinal@0.4.4
60000 | | +-- ansicolors@0.2.1
60001 | | `-- redeyed@0.4.4
60002 | | `-- esprima@1.0.4
60003 | +-- chalk@1.1.1
60004 | | +-- ansi-styles@2.1.0
60005 | | +-- escape-string-regexp@1.0.3
60006 | | +-- has-ansi@2.0.0
60007 | | | `-- ansi-regex@2.0.0
60008 | | +-- strip-ansi@3.0.0
60009 | | | `-- ansi-regex@2.0.0
60010 | | `-- supports-color@2.0.0
60011 | +-- chmodr@1.0.2
60012 | +-- configstore@0.3.2
60013 | | +-- js-yaml@3.4.6
60014 | | | +-- argparse@1.0.3
60015 | | | | +-- lodash@3.10.1
60016 | | | | `-- sprintf-js@1.0.3
60017 | | | +-- esprima@2.7.1
60018 | | | `-- inherit@2.2.2
60019 | | +-- object-assign@2.1.1
60020 | | +-- osenv@0.1.3
60021 | | | +-- os-homedir@1.0.1
60022 | | | `-- os-tmpdir@1.0.1
60023 | | +-- uuid@2.0.1
60024 | | `-- xdg-basedir@1.0.1
60025 | +-- decompress-zip@0.1.0
60026 | | +-- binary@0.3.0
60027 | | | +-- buffers@0.1.1
60028 | | | `-- chainsaw@0.1.0
60029 | | | `-- traverse@0.3.9
60030 | | +-- mkpath@0.1.0
60031 | | +-- readable-stream@1.1.13
60032 | | | +-- core-util-is@1.0.2
60033 | | | +-- inherits@2.0.1
60034 | | | +-- isarray@0.0.1
60035 | | | `-- string_decoder@0.10.31
60036 | | `-- touch@0.0.3
60037 | | `-- nopt@1.0.10
60038 | +-- destroy@1.0.3
60039 | +-- fs-write-stream-atomic@1.0.7
60040 | | +-- graceful-fs@4.1.2
60041 | | +-- iferr@0.1.5
60042 | | +-- imurmurhash@0.1.4
60043 | | `-- readable-stream@2.0.4
60044 | | +-- core-util-is@1.0.2
60045 | | +-- inherits@2.0.1
60046 | | +-- isarray@0.0.1
60047 | | +-- process-nextick-args@1.0.6
60048 | | +-- string_decoder@0.10.31
60049 | | `-- util-deprecate@1.0.2
60050 | +-- fstream@1.0.8
60051 | | +-- graceful-fs@4.1.2
60052 | | `-- inherits@2.0.1
60053 | +-- fstream-ignore@1.0.3
60054 | | +-- inherits@2.0.1
60055 | | `-- minimatch@3.0.0
60056 | | `-- brace-expansion@1.1.2
60057 | | +-- balanced-match@0.3.0
60058 | | `-- concat-map@0.0.1
60059 | +-- github@0.2.4
60060 | | `-- mime@1.3.4
60061 | +-- glob@4.5.3
60062 | | +-- inflight@1.0.4
60063 | | | `-- wrappy@1.0.1
60064 | | +-- inherits@2.0.1
60065 | | +-- minimatch@2.0.10
60066 | | | `-- brace-expansion@1.1.2
60067 | | | +-- balanced-match@0.3.0
60068 | | | `-- concat-map@0.0.1
60069 | | `-- once@1.3.3
60070 | | `-- wrappy@1.0.1
60071 | +-- graceful-fs@3.0.8
60072 | +-- handlebars@2.0.0
60073 | | +-- optimist@0.3.7
60074 | | | `-- wordwrap@0.0.3
60075 | | `-- uglify-js@2.3.6
60076 | | +-- async@0.2.10
60077 | | `-- source-map@0.1.43
60078 | | `-- amdefine@1.0.0
60079 | +-- inquirer@0.10.0
60080 | | +-- ansi-escapes@1.1.0
60081 | | +-- ansi-regex@2.0.0
60082 | | +-- cli-cursor@1.0.2
60083 | | | `-- restore-cursor@1.0.1
60084 | | | +-- exit-hook@1.1.1
60085 | | | `-- onetime@1.0.0
60086 | | +-- cli-width@1.1.0
60087 | | +-- figures@1.4.0
60088 | | +-- lodash@3.10.1
60089 | | +-- readline2@1.0.1
60090 | | | +-- code-point-at@1.0.0
60091 | | | | `-- number-is-nan@1.0.0
60092 | | | +-- is-fullwidth-code-point@1.0.0
60093 | | | | `-- number-is-nan@1.0.0
60094 | | | `-- mute-stream@0.0.5
60095 | | +-- run-async@0.1.0
60096 | | | `-- once@1.3.3
60097 | | | `-- wrappy@1.0.1
60098 | | +-- rx-lite@3.1.2
60099 | | +-- strip-ansi@3.0.0
60100 | | `-- through@2.3.8
60101 | +-- insight@0.7.0
60102 | | +-- async@1.5.0
60103 | | +-- configstore@1.4.0
60104 | | | +-- graceful-fs@4.1.2
60105 | | | +-- os-tmpdir@1.0.1
60106 | | | +-- osenv@0.1.3
60107 | | | | `-- os-homedir@1.0.1
60108 | | | +-- uuid@2.0.1
60109 | | | +-- write-file-atomic@1.1.4
60110 | | | | +-- imurmurhash@0.1.4
60111 | | | | `-- slide@1.1.6
60112 | | | `-- xdg-basedir@2.0.0
60113 | | | `-- os-homedir@1.0.1
60114 | | +-- lodash.debounce@3.1.1
60115 | | | `-- lodash._getnative@3.9.1
60116 | | +-- object-assign@4.0.1
60117 | | +-- os-name@1.0.3
60118 | | | +-- osx-release@1.1.0
60119 | | | | `-- minimist@1.2.0
60120 | | | `-- win-release@1.1.1
60121 | | | `-- semver@5.1.0
60122 | | `-- tough-cookie@2.2.1
60123 | +-- is-root@1.0.0
60124 | +-- junk@1.0.2
60125 | +-- lockfile@1.0.1
60126 | +-- lru-cache@2.7.3
60127 | +-- md5-hex@1.1.0
60128 | | `-- md5-o-matic@0.1.1
60129 | +-- mkdirp@0.5.0
60130 | | `-- minimist@0.0.8
60131 | +-- mout@0.11.1
60132 | +-- nopt@3.0.6
60133 | +-- opn@1.0.2
60134 | +-- p-throttler@0.1.1
60135 | | `-- q@0.9.7
60136 | +-- promptly@0.2.0
60137 | | `-- read@1.0.7
60138 | | `-- mute-stream@0.0.5
60139 | +-- q@1.4.1
60140 | +-- request@2.53.0
60141 | | +-- aws-sign2@0.5.0
60142 | | +-- bl@0.9.4
60143 | | | `-- readable-stream@1.0.33
60144 | | | +-- core-util-is@1.0.2
60145 | | | +-- inherits@2.0.1
60146 | | | +-- isarray@0.0.1
60147 | | | `-- string_decoder@0.10.31
60148 | | +-- caseless@0.9.0
60149 | | +-- combined-stream@0.0.7
60150 | | | `-- delayed-stream@0.0.5
60151 | | +-- forever-agent@0.5.2
60152 | | +-- form-data@0.2.0
60153 | | | `-- async@0.9.2
60154 | | +-- hawk@2.3.1
60155 | | | +-- boom@2.10.1
60156 | | | +-- cryptiles@2.0.5
60157 | | | +-- hoek@2.16.3
60158 | | | `-- sntp@1.0.9
60159 | | +-- http-signature@0.10.1
60160 | | | +-- asn1@0.1.11
60161 | | | +-- assert-plus@0.1.5
60162 | | | `-- ctype@0.5.3
60163 | | +-- isstream@0.1.2
60164 | | +-- json-stringify-safe@5.0.1
60165 | | +-- mime-types@2.0.14
60166 | | | `-- mime-db@1.12.0
60167 | | +-- node-uuid@1.4.7
60168 | | +-- oauth-sign@0.6.0
60169 | | +-- qs@2.3.3
60170 | | +-- stringstream@0.0.5
60171 | | +-- tough-cookie@2.2.1
60172 | | `-- tunnel-agent@0.4.2
60173 | +-- request-progress@0.3.1
60174 | | `-- throttleit@0.0.2
60175 | +-- retry@0.6.1
60176 | +-- rimraf@2.4.4
60177 | | `-- glob@5.0.15
60178 | | +-- inflight@1.0.4
60179 | | | `-- wrappy@1.0.1
60180 | | +-- inherits@2.0.1
60181 | | +-- minimatch@3.0.0
60182 | | | `-- brace-expansion@1.1.2
60183 | | | +-- balanced-match@0.3.0
60184 | | | `-- concat-map@0.0.1
60185 | | +-- once@1.3.3
60186 | | | `-- wrappy@1.0.1
60187 | | `-- path-is-absolute@1.0.0
60188 | +-- semver@2.3.2
60189 | +-- semver-utils@1.1.1
60190 | +-- shell-quote@1.4.3
60191 | | +-- array-filter@0.0.1
60192 | | +-- array-map@0.0.0
60193 | | +-- array-reduce@0.0.0
60194 | | `-- jsonify@0.0.0
60195 | +-- stringify-object@1.0.1
60196 | +-- tar-fs@1.8.1
60197 | | +-- pump@1.0.1
60198 | | | +-- end-of-stream@1.1.0
60199 | | | `-- once@1.3.3
60200 | | | `-- wrappy@1.0.1
60201 | | `-- tar-stream@1.3.1
60202 | | +-- bl@1.0.0
60203 | | +-- end-of-stream@1.1.0
60204 | | | `-- once@1.3.3
60205 | | | `-- wrappy@1.0.1
60206 | | +-- readable-stream@2.0.4
60207 | | | +-- core-util-is@1.0.2
60208 | | | +-- inherits@2.0.1
60209 | | | +-- isarray@0.0.1
60210 | | | +-- process-nextick-args@1.0.6
60211 | | | +-- string_decoder@0.10.31
60212 | | | `-- util-deprecate@1.0.2
60213 | | `-- xtend@4.0.1
60214 | +-- tmp@0.0.24
60215 | +-- update-notifier@0.6.0
60216 | | +-- configstore@1.4.0
60217 | | | +-- graceful-fs@4.1.2
60218 | | | +-- object-assign@4.0.1
60219 | | | +-- os-tmpdir@1.0.1
60220 | | | +-- osenv@0.1.3
60221 | | | | `-- os-homedir@1.0.1
60222 | | | +-- uuid@2.0.1
60223 | | | +-- write-file-atomic@1.1.4
60224 | | | | +-- imurmurhash@0.1.4
60225 | | | | `-- slide@1.1.6
60226 | | | `-- xdg-basedir@2.0.0
60227 | | | `-- os-homedir@1.0.1
60228 | | +-- is-npm@1.0.0
60229 | | +-- latest-version@2.0.0
60230 | | | `-- package-json@2.3.0
60231 | | | +-- got@5.2.0
60232 | | | | +-- create-error-class@2.0.1
60233 | | | | | +-- capture-stack-trace@1.0.0
60234 | | | | | `-- inherits@2.0.1
60235 | | | | +-- duplexify@3.4.2
60236 | | | | | +-- end-of-stream@1.0.0
60237 | | | | | | `-- once@1.3.3
60238 | | | | | | `-- wrappy@1.0.1
60239 | | | | | `-- readable-stream@2.0.4
60240 | | | | | +-- core-util-is@1.0.2
60241 | | | | | +-- inherits@2.0.1
60242 | | | | | +-- isarray@0.0.1
60243 | | | | | +-- process-nextick-args@1.0.6
60244 | | | | | +-- string_decoder@0.10.31
60245 | | | | | `-- util-deprecate@1.0.2
60246 | | | | +-- is-plain-obj@1.1.0
60247 | | | | +-- is-redirect@1.0.0
60248 | | | | +-- is-stream@1.0.1
60249 | | | | +-- lowercase-keys@1.0.0
60250 | | | | +-- node-status-codes@1.0.0
60251 | | | | +-- object-assign@4.0.1
60252 | | | | +-- parse-json@2.2.0
60253 | | | | | `-- error-ex@1.3.0
60254 | | | | | `-- is-arrayish@0.2.1
60255 | | | | +-- pinkie-promise@2.0.0
60256 | | | | | `-- pinkie@2.0.1
60257 | | | | +-- read-all-stream@3.0.1
60258 | | | | | +-- pinkie-promise@1.0.0
60259 | | | | | | `-- pinkie@1.0.0
60260 | | | | | `-- readable-stream@2.0.4
60261 | | | | | +-- core-util-is@1.0.2
60262 | | | | | +-- inherits@2.0.1
60263 | | | | | +-- isarray@0.0.1
60264 | | | | | +-- process-nextick-args@1.0.6
60265 | | | | | +-- string_decoder@0.10.31
60266 | | | | | `-- util-deprecate@1.0.2
60267 | | | | +-- timed-out@2.0.0
60268 | | | | +-- unzip-response@1.0.0
60269 | | | | `-- url-parse-lax@1.0.0
60270 | | | | `-- prepend-http@1.0.3
60271 | | | +-- rc@1.1.5
60272 | | | | +-- deep-extend@0.4.0
60273 | | | | +-- ini@1.3.4
60274 | | | | +-- minimist@1.2.0
60275 | | | | `-- strip-json-comments@1.0.4
60276 | | | +-- registry-url@3.0.3
60277 | | | `-- semver@5.1.0
60278 | | +-- repeating@2.0.0
60279 | | | `-- is-finite@1.0.1
60280 | | | `-- number-is-nan@1.0.0
60281 | | +-- semver-diff@2.1.0
60282 | | | `-- semver@5.1.0
60283 | | `-- string-length@1.0.1
60284 | | `-- strip-ansi@3.0.0
60285 | | `-- ansi-regex@2.0.0
60286 | +-- user-home@1.1.1
60287 | `-- which@1.2.0
60288 | `-- is-absolute@0.1.7
60289 | `-- is-relative@0.1.3
60290 +-- bower-config@0.6.1
60291 | +-- graceful-fs@2.0.3
60292 | +-- mout@0.9.1
60293 | +-- optimist@0.6.1
60294 | | +-- minimist@0.0.10
60295 | | `-- wordwrap@0.0.3
60296 | `-- osenv@0.0.3
60297 +-- bower-endpoint-parser@0.2.2
60298 +-- broccoli@0.16.8
60299 | +-- broccoli-slow-trees@1.1.0
60300 | +-- commander@2.9.0
60301 | | `-- graceful-readlink@1.0.1
60302 | +-- connect@3.4.0
60303 | +-- copy-dereference@1.0.0
60304 | +-- handlebars@3.0.3
60305 | | +-- source-map@0.1.43
60306 | | | `-- amdefine@1.0.0
60307 | | `-- uglify-js@2.3.6
60308 | | `-- optimist@0.3.7
60309 | +-- mime@1.3.4
60310 | `-- rimraf@2.4.5
60311 | `-- glob@6.0.1
60312 +-- broccoli-babel-transpiler@5.5.0
60313 | +-- babel-core@5.8.34
60314 | | +-- babel-plugin-constant-folding@1.0.1
60315 | | +-- babel-plugin-dead-code-elimination@1.0.2
60316 | | +-- babel-plugin-eval@1.0.1
60317 | | +-- babel-plugin-inline-environment-variables@1.0.1
60318 | | +-- babel-plugin-jscript@1.0.4
60319 | | +-- babel-plugin-member-expression-literals@1.0.1
60320 | | +-- babel-plugin-property-literals@1.0.1
60321 | | +-- babel-plugin-proto-to-assign@1.0.4
60322 | | +-- babel-plugin-react-constant-elements@1.0.3
60323 | | +-- babel-plugin-react-display-name@1.0.3
60324 | | +-- babel-plugin-remove-console@1.0.1
60325 | | +-- babel-plugin-remove-debugger@1.0.1
60326 | | +-- babel-plugin-runtime@1.0.7
60327 | | +-- babel-plugin-undeclared-variables-check@1.0.2
60328 | | | `-- leven@1.0.2
60329 | | +-- babel-plugin-undefined-to-void@1.1.6
60330 | | +-- babylon@5.8.34
60331 | | +-- bluebird@2.10.2
60332 | | +-- convert-source-map@1.1.2
60333 | | +-- core-js@1.2.6
60334 | | +-- detect-indent@3.0.1
60335 | | | +-- get-stdin@4.0.1
60336 | | | `-- minimist@1.2.0
60337 | | +-- esutils@2.0.2
60338 | | +-- fs-readdir-recursive@0.1.2
60339 | | +-- globals@6.4.1
60340 | | +-- home-or-tmp@1.0.0
60341 | | | `-- user-home@1.1.1
60342 | | +-- is-integer@1.0.6
60343 | | | `-- is-finite@1.0.1
60344 | | | `-- number-is-nan@1.0.0
60345 | | +-- js-tokens@1.0.1
60346 | | +-- json5@0.4.0
60347 | | +-- line-numbers@0.2.0
60348 | | | `-- left-pad@0.0.3
60349 | | +-- output-file-sync@1.1.1
60350 | | | `-- xtend@4.0.1
60351 | | +-- path-exists@1.0.0
60352 | | +-- private@0.1.6
60353 | | +-- regenerator@0.8.40
60354 | | | +-- commoner@0.10.4
60355 | | | | +-- detective@4.3.1
60356 | | | | | +-- acorn@1.2.2
60357 | | | | | `-- defined@1.0.0
60358 | | | | +-- glob@5.0.15
60359 | | | | +-- graceful-fs@4.1.2
60360 | | | | `-- q@1.4.1
60361 | | | +-- defs@1.1.1
60362 | | | | +-- alter@0.2.0
60363 | | | | | `-- stable@0.1.5
60364 | | | | +-- ast-traverse@0.1.1
60365 | | | | +-- breakable@1.0.0
60366 | | | | +-- simple-fmt@0.1.0
60367 | | | | +-- simple-is@0.2.0
60368 | | | | +-- stringmap@0.2.2
60369 | | | | +-- stringset@0.2.1
60370 | | | | +-- tryor@0.1.2
60371 | | | | `-- yargs@3.27.0
60372 | | | | +-- camelcase@1.2.1
60373 | | | | +-- cliui@2.1.0
60374 | | | | | +-- center-align@0.1.2
60375 | | | | | | +-- align-text@0.1.3
60376 | | | | | | | +-- kind-of@2.0.1
60377 | | | | | | | | `-- is-buffer@1.1.0
60378 | | | | | | | +-- longest@1.0.1
60379 | | | | | | | `-- repeat-string@1.5.2
60380 | | | | | | `-- lazy-cache@0.2.7
60381 | | | | | +-- right-align@0.1.3
60382 | | | | | `-- wordwrap@0.0.2
60383 | | | | +-- decamelize@1.1.2
60384 | | | | +-- os-locale@1.4.0
60385 | | | | | `-- lcid@1.0.0
60386 | | | | | `-- invert-kv@1.0.0
60387 | | | | +-- window-size@0.1.4
60388 | | | | `-- y18n@3.2.0
60389 | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
60390 | | | `-- recast@0.10.33
60391 | | | +-- ast-types@0.8.12
60392 | | | `-- source-map@0.5.3
60393 | | +-- regexpu@1.3.0
60394 | | | +-- esprima@2.7.1
60395 | | | +-- regenerate@1.2.1
60396 | | | +-- regjsgen@0.2.0
60397 | | | `-- regjsparser@0.1.5
60398 | | | `-- jsesc@0.5.0
60399 | | +-- repeating@1.1.3
60400 | | +-- shebang-regex@1.0.0
60401 | | +-- slash@1.0.0
60402 | | +-- source-map@0.5.3
60403 | | +-- source-map-support@0.2.10
60404 | | | `-- source-map@0.1.32
60405 | | +-- to-fast-properties@1.0.1
60406 | | +-- trim-right@1.0.1
60407 | | `-- try-resolve@1.0.1
60408 | +-- broccoli-persistent-filter@1.1.6
60409 | | +-- async-disk-cache@1.0.3
60410 | | +-- hash-for-dep@1.0.1
60411 | | +-- md5-hex@1.1.0
60412 | | | `-- md5-o-matic@0.1.1
60413 | | `-- walk-sync@0.2.6
60414 | +-- clone@0.2.0
60415 | `-- json-stable-stringify@1.0.0
60416 | `-- jsonify@0.0.0
60417 +-- broccoli-config-loader@1.0.0
60418 | `-- broccoli-caching-writer@2.2.1
60419 | +-- broccoli-plugin@1.1.0
60420 | +-- lodash.assign@3.2.0
60421 | | `-- lodash._baseassign@3.2.0
60422 | `-- walk-sync@0.2.6
60423 +-- broccoli-config-replace@1.1.1
60424 | +-- broccoli-kitchen-sink-helpers@0.3.1
60425 | `-- fs-extra@0.24.0
60426 | `-- graceful-fs@4.1.2
60427 +-- broccoli-funnel@1.0.1
60428 | +-- array-equal@1.0.0
60429 | +-- blank-object@1.0.1
60430 | +-- fast-ordered-set@1.0.2
60431 | +-- fs-tree-diff@0.3.1
60432 | +-- mkdirp@0.5.1
60433 | | `-- minimist@0.0.8
60434 | +-- path-posix@1.0.0
60435 | `-- walk-sync@0.2.6
60436 | `-- matcher-collection@1.0.1
60437 +-- broccoli-kitchen-sink-helpers@0.2.9
60438 +-- broccoli-merge-trees@1.1.0
60439 | +-- can-symlink@0.0.1
60440 | | `-- chalk@0.5.1
60441 | | +-- ansi-styles@1.1.0
60442 | | +-- has-ansi@0.1.0
60443 | | | `-- ansi-regex@0.2.1
60444 | | +-- strip-ansi@0.3.0
60445 | | `-- supports-color@0.2.0
60446 | `-- fs-tree-diff@0.4.4
60447 +-- broccoli-plugin@1.2.1
60448 +-- broccoli-sane-watcher@1.1.4
60449 +-- broccoli-source@1.1.0
60450 +-- broccoli-sourcemap-concat@2.0.2
60451 | +-- fast-sourcemap-concat@0.2.7
60452 | | +-- chalk@0.5.1
60453 | | | +-- ansi-styles@1.1.0
60454 | | | +-- has-ansi@0.1.0
60455 | | | | `-- ansi-regex@0.2.1
60456 | | | +-- strip-ansi@0.3.0
60457 | | | `-- supports-color@0.2.0
60458 | | +-- source-map@0.4.4
60459 | | `-- source-map-url@0.3.0
60460 | +-- lodash-node@2.4.1
60461 | `-- lodash.uniq@3.2.2
60462 | +-- lodash._basecallback@3.3.1
60463 | | +-- lodash._baseisequal@3.0.7
60464 | | +-- lodash._bindcallback@3.0.1
60465 | | `-- lodash.pairs@3.0.1
60466 | +-- lodash._baseuniq@3.0.3
60467 | | +-- lodash._baseindexof@3.1.0
60468 | | +-- lodash._cacheindexof@3.0.2
60469 | | `-- lodash._createcache@3.1.2
60470 | +-- lodash._getnative@3.9.1
60471 | +-- lodash._isiterateecall@3.0.9
60472 | `-- lodash.isarray@3.0.4
60473 +-- broccoli-viz@2.0.1
60474 +-- chalk@1.1.0
60475 | +-- ansi-styles@2.1.0
60476 | +-- has-ansi@2.0.0
60477 | | `-- ansi-regex@2.0.0
60478 | +-- strip-ansi@3.0.0
60479 | `-- supports-color@2.0.0
60480 +-- clean-base-url@1.0.0
60481 +-- compression@1.6.0
60482 | +-- accepts@1.3.0
60483 | | +-- mime-types@2.1.8
60484 | | `-- negotiator@0.6.0
60485 | +-- bytes@2.1.0
60486 | +-- compressible@2.0.6
60487 | | `-- mime-db@1.20.0
60488 | +-- on-headers@1.0.1
60489 | `-- vary@1.1.0
60490 +-- configstore@1.2.1
60491 | +-- graceful-fs@4.1.2
60492 | +-- object-assign@3.0.0
60493 | +-- os-tmpdir@1.0.1
60494 | +-- osenv@0.1.3
60495 | | `-- os-homedir@1.0.1
60496 | +-- uuid@2.0.1
60497 | +-- write-file-atomic@1.1.4
60498 | | +-- graceful-fs@4.1.2
60499 | | +-- imurmurhash@0.1.4
60500 | | `-- slide@1.1.6
60501 | `-- xdg-basedir@2.0.0
60502 +-- core-object@0.0.2
60503 +-- cpr@0.4.2
60504 | `-- graceful-fs@4.1.2
60505 +-- debug@2.2.0
60506 | `-- ms@0.7.1
60507 +-- diff@1.4.0
60508 +-- ember-cli-copy-dereference@1.0.0
60509 +-- ember-cli-get-dependency-depth@1.0.0
60510 +-- ember-cli-is-package-missing@1.0.0
60511 +-- ember-cli-normalize-entity-name@1.0.0
60512 +-- ember-cli-path-utils@1.0.0
60513 +-- ember-cli-preprocess-registry@1.1.0
60514 | +-- broccoli-clean-css@0.2.0
60515 | | +-- broccoli-filter@0.1.14
60516 | | | +-- broccoli-writer@0.1.1
60517 | | | `-- mkdirp@0.3.5
60518 | | `-- clean-css@2.2.23
60519 | | `-- commander@2.2.0
60520 | `-- process-relative-require@1.0.0
60521 +-- ember-cli-string-utils@1.0.0
60522 +-- ember-cli-test-info@1.0.0
60523 +-- ember-router-generator@1.1.1
60524 | `-- recast@0.9.18
60525 | +-- ast-types@0.6.16
60526 | `-- esprima-fb@10001.1.0-dev-harmony-fb
60527 +-- escape-string-regexp@1.0.4
60528 +-- exists-sync@0.0.3
60529 +-- exit@0.1.2
60530 +-- express@4.13.3
60531 | +-- accepts@1.2.13
60532 | | `-- negotiator@0.5.3
60533 | +-- array-flatten@1.1.1
60534 | +-- content-disposition@0.5.0
60535 | +-- content-type@1.0.1
60536 | +-- cookie@0.1.3
60537 | +-- cookie-signature@1.0.6
60538 | +-- depd@1.0.1
60539 | +-- escape-html@1.0.2
60540 | +-- etag@1.7.0
60541 | +-- finalhandler@0.4.0
60542 | | `-- unpipe@1.0.0
60543 | +-- fresh@0.3.0
60544 | +-- merge-descriptors@1.0.0
60545 | +-- methods@1.1.1
60546 | +-- on-finished@2.3.0
60547 | | `-- ee-first@1.1.1
60548 | +-- parseurl@1.3.0
60549 | +-- path-to-regexp@0.1.7
60550 | +-- proxy-addr@1.0.10
60551 | | +-- forwarded@0.1.0
60552 | | `-- ipaddr.js@1.0.5
60553 | +-- qs@4.0.0
60554 | +-- range-parser@1.0.3
60555 | +-- send@0.13.0
60556 | | +-- destroy@1.0.3
60557 | | +-- http-errors@1.3.1
60558 | | `-- statuses@1.2.1
60559 | +-- serve-static@1.10.0
60560 | +-- type-is@1.6.10
60561 | | `-- media-typer@0.3.0
60562 | +-- utils-merge@1.0.0
60563 | `-- vary@1.0.1
60564 +-- findup@0.1.5
60565 | +-- colors@0.6.2
60566 | `-- commander@2.1.0
60567 +-- findup-sync@0.2.1
60568 | `-- glob@4.3.5
60569 +-- fs-extra@0.22.1
60570 | +-- graceful-fs@4.1.2
60571 | `-- jsonfile@2.2.3
60572 +-- fs-monitor-stack@1.1.0
60573 +-- git-repo-info@1.1.2
60574 +-- glob@5.0.13
60575 | +-- inflight@1.0.4
60576 | | `-- wrappy@1.0.1
60577 | +-- inherits@2.0.1
60578 | +-- once@1.3.3
60579 | `-- path-is-absolute@1.0.0
60580 +-- http-proxy@1.12.0
60581 | +-- eventemitter3@1.1.1
60582 | `-- requires-port@0.0.1
60583 +-- inflection@1.8.0
60584 +-- inquirer@0.5.1
60585 | +-- async@0.8.0
60586 | +-- chalk@0.4.0
60587 | | +-- ansi-styles@1.0.0
60588 | | +-- has-color@0.1.7
60589 | | `-- strip-ansi@0.1.1
60590 | +-- cli-color@0.3.3
60591 | | +-- d@0.1.1
60592 | | +-- es5-ext@0.10.11
60593 | | | +-- es6-iterator@2.0.0
60594 | | | `-- es6-symbol@3.0.2
60595 | | +-- memoizee@0.3.9
60596 | | | +-- es6-weak-map@0.1.4
60597 | | | | +-- es6-iterator@0.1.3
60598 | | | | `-- es6-symbol@2.0.1
60599 | | | +-- event-emitter@0.3.4
60600 | | | +-- lru-queue@0.1.0
60601 | | | `-- next-tick@0.2.2
60602 | | `-- timers-ext@0.1.0
60603 | +-- lodash@2.4.2
60604 | `-- mute-stream@0.0.4
60605 +-- is-git-url@0.2.3
60606 +-- isbinaryfile@2.0.4
60607 +-- leek@0.0.18
60608 | +-- debug@2.1.1
60609 | | `-- ms@0.6.2
60610 | +-- lodash-node@2.4.1
60611 | +-- request@2.53.0
60612 | | +-- aws-sign2@0.5.0
60613 | | +-- bl@0.9.4
60614 | | | `-- readable-stream@1.0.33
60615 | | | +-- core-util-is@1.0.1
60616 | | | +-- inherits@2.0.1
60617 | | | +-- isarray@0.0.1
60618 | | | `-- string_decoder@0.10.31
60619 | | +-- caseless@0.9.0
60620 | | +-- combined-stream@0.0.7
60621 | | | `-- delayed-stream@0.0.5
60622 | | +-- forever-agent@0.5.2
60623 | | +-- form-data@0.2.0
60624 | | | `-- async@0.9.0
60625 | | +-- hawk@2.3.1
60626 | | | +-- boom@2.6.1
60627 | | | +-- cryptiles@2.0.4
60628 | | | +-- hoek@2.11.1
60629 | | | `-- sntp@1.0.9
60630 | | +-- http-signature@0.10.1
60631 | | | +-- asn1@0.1.11
60632 | | | +-- assert-plus@0.1.5
60633 | | | `-- ctype@0.5.3
60634 | | +-- isstream@0.1.1
60635 | | +-- json-stringify-safe@5.0.0
60636 | | +-- mime-types@2.0.9
60637 | | | `-- mime-db@1.7.0
60638 | | +-- node-uuid@1.4.2
60639 | | +-- oauth-sign@0.6.0
60640 | | +-- qs@2.3.3
60641 | | +-- stringstream@0.0.4
60642 | | +-- tough-cookie@0.12.1
60643 | | | `-- punycode@1.3.2
60644 | | `-- tunnel-agent@0.4.0
60645 | `-- rsvp@3.0.17
60646 +-- lodash@3.10.1
60647 +-- markdown-it@4.3.0
60648 | +-- argparse@1.0.3
60649 | | `-- sprintf-js@1.0.3
60650 | +-- entities@1.1.1
60651 | +-- linkify-it@1.2.0
60652 | +-- mdurl@1.0.1
60653 | `-- uc.micro@1.0.0
60654 +-- markdown-it-terminal@0.0.2
60655 | +-- cardinal@0.5.0
60656 | | +-- ansicolors@0.2.1
60657 | | `-- redeyed@0.5.0
60658 | | `-- esprima-fb@12001.1.0-dev-harmony-fb
60659 | +-- cli-table@0.3.1
60660 | | `-- colors@1.0.3
60661 | `-- lodash-node@3.10.1
60662 +-- merge-defaults@0.2.1
60663 | `-- lodash@2.4.2
60664 +-- minimatch@2.0.10
60665 | `-- brace-expansion@1.1.2
60666 | +-- balanced-match@0.3.0
60667 | `-- concat-map@0.0.1
60668 +-- morgan@1.6.1
60669 | `-- basic-auth@1.0.3
60670 +-- node-modules-path@1.0.1
60671 +-- node-uuid@1.4.7
60672 +-- nopt@3.0.6
60673 | `-- abbrev@1.0.7
60674 +-- npm@2.14.10
60675 | +-- abbrev@1.0.7
60676 | +-- ansi@0.3.0
60677 | +-- ansi-regex@2.0.0
60678 | +-- ansicolors@0.3.2
60679 | +-- ansistyles@0.1.3
60680 | +-- archy@1.0.0
60681 | +-- async-some@1.0.2
60682 | +-- block-stream@0.0.8
60683 | +-- char-spinner@1.0.1
60684 | +-- chmodr@1.0.2
60685 | +-- chownr@1.0.1
60686 | +-- cmd-shim@2.0.1
60687 | | `-- graceful-fs@3.0.8
60688 | +-- columnify@1.5.2
60689 | | `-- wcwidth@1.0.0
60690 | | `-- defaults@1.0.2
60691 | | `-- clone@0.1.19
60692 | +-- config-chain@1.1.9
60693 | | `-- proto-list@1.2.4
60694 | +-- dezalgo@1.0.3
60695 | | `-- asap@2.0.3
60696 | +-- editor@1.0.0
60697 | +-- fs-vacuum@1.2.7
60698 | +-- fs-write-stream-atomic@1.0.4
60699 | +-- fstream@1.0.8
60700 | +-- fstream-npm@1.0.7
60701 | | `-- fstream-ignore@1.0.3
60702 | +-- github-url-from-git@1.4.0
60703 | +-- github-url-from-username-repo@1.0.2
60704 | +-- glob@5.0.15
60705 | | `-- path-is-absolute@1.0.0
60706 | +-- graceful-fs@4.1.2
60707 | +-- hosted-git-info@2.1.4
60708 | +-- inflight@1.0.4
60709 | +-- inherits@2.0.1
60710 | +-- ini@1.3.4
60711 | +-- init-package-json@1.9.1
60712 | | `-- promzard@0.3.0
60713 | +-- lockfile@1.0.1
60714 | +-- lru-cache@2.7.0
60715 | +-- minimatch@3.0.0
60716 | | `-- brace-expansion@1.1.1
60717 | | +-- balanced-match@0.2.1
60718 | | `-- concat-map@0.0.1
60719 | +-- mkdirp@0.5.1
60720 | | `-- minimist@0.0.8
60721 | +-- node-gyp@3.0.3
60722 | | +-- glob@4.5.3
60723 | | | `-- minimatch@2.0.10
60724 | | | `-- brace-expansion@1.1.1
60725 | | | +-- balanced-match@0.2.1
60726 | | | `-- concat-map@0.0.1
60727 | | +-- minimatch@1.0.0
60728 | | | `-- sigmund@1.0.1
60729 | | +-- npmlog@1.2.1
60730 | | | +-- are-we-there-yet@1.0.4
60731 | | | | `-- delegates@0.1.0
60732 | | | `-- gauge@1.2.2
60733 | | | +-- has-unicode@1.0.1
60734 | | | +-- lodash.pad@3.1.1
60735 | | | | +-- lodash._basetostring@3.0.1
60736 | | | | `-- lodash._createpadding@3.6.1
60737 | | | | `-- lodash.repeat@3.0.1
60738 | | | +-- lodash.padleft@3.1.1
60739 | | | | +-- lodash._basetostring@3.0.1
60740 | | | | `-- lodash._createpadding@3.6.1
60741 | | | | `-- lodash.repeat@3.0.1
60742 | | | `-- lodash.padright@3.1.1
60743 | | | +-- lodash._basetostring@3.0.1
60744 | | | `-- lodash._createpadding@3.6.1
60745 | | | `-- lodash.repeat@3.0.1
60746 | | +-- path-array@1.0.0
60747 | | | `-- array-index@0.1.1
60748 | | | `-- debug@2.2.0
60749 | | | `-- ms@0.7.1
60750 | | `-- tar@1.0.3
60751 | +-- nopt@3.0.4
60752 | +-- normalize-git-url@3.0.1
60753 | +-- normalize-package-data@2.3.5
60754 | | `-- is-builtin-module@1.0.0
60755 | | `-- builtin-modules@1.1.0
60756 | +-- npm-cache-filename@1.0.2
60757 | +-- npm-install-checks@1.0.6
60758 | | `-- npmlog@1.2.1
60759 | | +-- are-we-there-yet@1.0.4
60760 | | | `-- delegates@0.1.0
60761 | | `-- gauge@1.2.2
60762 | | +-- has-unicode@1.0.1
60763 | | +-- lodash.pad@3.1.1
60764 | | | +-- lodash._basetostring@3.0.1
60765 | | | `-- lodash._createpadding@3.6.1
60766 | | | `-- lodash.repeat@3.0.1
60767 | | +-- lodash.padleft@3.1.1
60768 | | | +-- lodash._basetostring@3.0.1
60769 | | | `-- lodash._createpadding@3.6.1
60770 | | | `-- lodash.repeat@3.0.1
60771 | | `-- lodash.padright@3.1.1
60772 | | +-- lodash._basetostring@3.0.1
60773 | | `-- lodash._createpadding@3.6.1
60774 | | `-- lodash.repeat@3.0.1
60775 | +-- npm-package-arg@4.0.2
60776 | +-- npm-registry-client@7.0.7
60777 | | +-- concat-stream@1.5.0
60778 | | | +-- readable-stream@2.0.2
60779 | | | | +-- core-util-is@1.0.1
60780 | | | | +-- isarray@0.0.1
60781 | | | | +-- process-nextick-args@1.0.3
60782 | | | | +-- string_decoder@0.10.31
60783 | | | | `-- util-deprecate@1.0.1
60784 | | | `-- typedarray@0.0.6
60785 | | `-- npmlog@2.0.0
60786 | +-- npm-user-validate@0.1.2
60787 | +-- npmlog@2.0.0
60788 | | +-- are-we-there-yet@1.0.4
60789 | | | `-- delegates@0.1.0
60790 | | `-- gauge@1.2.2
60791 | | +-- has-unicode@1.0.1
60792 | | +-- lodash.pad@3.1.1
60793 | | | +-- lodash._basetostring@3.0.1
60794 | | | `-- lodash._createpadding@3.6.1
60795 | | | `-- lodash.repeat@3.0.1
60796 | | +-- lodash.padleft@3.1.1
60797 | | | +-- lodash._basetostring@3.0.1
60798 | | | `-- lodash._createpadding@3.6.1
60799 | | | `-- lodash.repeat@3.0.1
60800 | | `-- lodash.padright@3.1.1
60801 | | +-- lodash._basetostring@3.0.1
60802 | | `-- lodash._createpadding@3.6.1
60803 | | `-- lodash.repeat@3.0.1
60804 | +-- once@1.3.2
60805 | +-- opener@1.4.1
60806 | +-- osenv@0.1.3
60807 | | +-- os-homedir@1.0.0
60808 | | `-- os-tmpdir@1.0.1
60809 | +-- path-is-inside@1.0.1
60810 | +-- read@1.0.7
60811 | | `-- mute-stream@0.0.5
60812 | +-- read-installed@4.0.3
60813 | | +-- debuglog@1.0.1
60814 | | +-- readdir-scoped-modules@1.0.2
60815 | | `-- util-extend@1.0.1
60816 | +-- read-package-json@2.0.2
60817 | | `-- json-parse-helpfulerror@1.0.3
60818 | | `-- jju@1.2.1
60819 | +-- readable-stream@1.1.13
60820 | | +-- core-util-is@1.0.1
60821 | | +-- isarray@0.0.1
60822 | | `-- string_decoder@0.10.31
60823 | +-- realize-package-specifier@3.0.1
60824 | +-- request@2.65.0
60825 | | +-- aws-sign2@0.6.0
60826 | | +-- bl@1.0.0
60827 | | | `-- readable-stream@2.0.3
60828 | | | +-- core-util-is@1.0.1
60829 | | | +-- isarray@0.0.1
60830 | | | +-- process-nextick-args@1.0.3
60831 | | | +-- string_decoder@0.10.31
60832 | | | `-- util-deprecate@1.0.2
60833 | | +-- caseless@0.11.0
60834 | | +-- combined-stream@1.0.5
60835 | | | `-- delayed-stream@1.0.0
60836 | | +-- extend@3.0.0
60837 | | +-- forever-agent@0.6.1
60838 | | +-- form-data@1.0.0-rc3
60839 | | | `-- async@1.5.0
60840 | | +-- har-validator@2.0.2
60841 | | | +-- chalk@1.1.1
60842 | | | | +-- ansi-styles@2.1.0
60843 | | | | +-- escape-string-regexp@1.0.3
60844 | | | | +-- has-ansi@2.0.0
60845 | | | | `-- supports-color@2.0.0
60846 | | | +-- commander@2.9.0
60847 | | | | `-- graceful-readlink@1.0.1
60848 | | | +-- is-my-json-valid@2.12.2
60849 | | | | +-- generate-function@2.0.0
60850 | | | | +-- generate-object-property@1.2.0
60851 | | | | | `-- is-property@1.0.2
60852 | | | | +-- jsonpointer@2.0.0
60853 | | | | `-- xtend@4.0.0
60854 | | | `-- pinkie-promise@1.0.0
60855 | | | `-- pinkie@1.0.0
60856 | | +-- hawk@3.1.0
60857 | | | +-- boom@2.10.0
60858 | | | +-- cryptiles@2.0.5
60859 | | | +-- hoek@2.16.3
60860 | | | `-- sntp@1.0.9
60861 | | +-- http-signature@0.11.0
60862 | | | +-- asn1@0.1.11
60863 | | | +-- assert-plus@0.1.5
60864 | | | `-- ctype@0.5.3
60865 | | +-- isstream@0.1.2
60866 | | +-- json-stringify-safe@5.0.1
60867 | | +-- mime-types@2.1.7
60868 | | | `-- mime-db@1.19.0
60869 | | +-- node-uuid@1.4.3
60870 | | +-- oauth-sign@0.8.0
60871 | | +-- qs@5.2.0
60872 | | +-- stringstream@0.0.5
60873 | | +-- tough-cookie@2.2.0
60874 | | `-- tunnel-agent@0.4.1
60875 | +-- retry@0.8.0
60876 | +-- rimraf@2.4.3
60877 | +-- semver@5.0.3
60878 | +-- sha@2.0.1
60879 | | `-- readable-stream@2.0.2
60880 | | +-- core-util-is@1.0.1
60881 | | +-- isarray@0.0.1
60882 | | +-- process-nextick-args@1.0.3
60883 | | +-- string_decoder@0.10.31
60884 | | `-- util-deprecate@1.0.1
60885 | +-- slide@1.1.6
60886 | +-- sorted-object@1.0.0
60887 | +-- spdx@0.4.1
60888 | +-- spdx-license-ids@1.1.0
60889 | +-- strip-ansi@3.0.0
60890 | +-- tar@2.2.1
60891 | +-- text-table@0.2.0
60892 | +-- uid-number@0.0.6
60893 | +-- umask@1.1.0
60894 | +-- validate-npm-package-license@3.0.1
60895 | | +-- spdx-correct@1.0.1
60896 | | `-- spdx-expression-parse@1.0.0
60897 | | `-- spdx-exceptions@1.0.2
60898 | +-- validate-npm-package-name@2.2.2
60899 | | `-- builtins@0.0.7
60900 | +-- which@1.2.0
60901 | | `-- is-absolute@0.1.7
60902 | | `-- is-relative@0.1.3
60903 | +-- wrappy@1.0.1
60904 | `-- write-file-atomic@1.1.3
60905 +-- pleasant-progress@1.1.0
60906 +-- portfinder@0.4.0
60907 | `-- async@0.9.0
60908 +-- promise-map-series@0.2.2
60909 +-- quick-temp@0.1.3
60910 | +-- mktemp@0.3.5
60911 | +-- rimraf@2.2.8
60912 | `-- underscore.string@2.3.3
60913 +-- readline2@0.1.1
60914 | `-- strip-ansi@2.0.1
60915 | `-- ansi-regex@1.1.1
60916 +-- resolve@1.1.6
60917 +-- rsvp@3.1.0
60918 +-- sane@1.3.0
60919 | +-- exec-sh@0.2.0
60920 | | `-- merge@1.2.0
60921 | +-- fb-watchman@1.6.0
60922 | | `-- bser@1.0.2
60923 | | `-- node-int64@0.4.0
60924 | +-- minimatch@0.2.14
60925 | | +-- lru-cache@2.7.3
60926 | | `-- sigmund@1.0.1
60927 | +-- minimist@1.2.0
60928 | +-- walker@1.0.7
60929 | | `-- makeerror@1.0.11
60930 | | `-- tmpl@1.0.4
60931 | `-- watch@0.10.0
60932 +-- semver@4.3.6
60933 +-- silent-error@1.0.0
60934 +-- symlink-or-copy@1.0.1
60935 +-- temp@0.8.1
60936 | `-- rimraf@2.2.8
60937 +-- testem@0.9.11
60938 | +-- async@1.5.0
60939 | +-- backbone@1.2.3
60940 | | `-- underscore@1.8.3
60941 | +-- charm@1.0.0
60942 | +-- consolidate@0.13.1
60943 | +-- cross-spawn-async@2.1.1
60944 | | +-- lru-cache@3.2.0
60945 | | | `-- pseudomap@1.0.1
60946 | | `-- which@1.2.1
60947 | | `-- is-absolute@0.1.7
60948 | | `-- is-relative@0.1.3
60949 | +-- did_it_work@0.0.6
60950 | +-- fileset@0.2.1
60951 | +-- fireworm@0.6.6
60952 | | +-- async@0.2.10
60953 | | +-- is-type@0.0.1
60954 | | | `-- core-util-is@1.0.2
60955 | | +-- lodash@2.3.0
60956 | | `-- minimatch@0.2.14
60957 | +-- growl@1.8.1
60958 | +-- js-yaml@3.4.6
60959 | | +-- esprima@2.7.1
60960 | | `-- inherit@2.2.2
60961 | +-- mustache@2.2.1
60962 | +-- npmlog@1.2.1
60963 | | +-- ansi@0.3.0
60964 | | +-- are-we-there-yet@1.0.5
60965 | | | `-- delegates@0.1.0
60966 | | `-- gauge@1.2.2
60967 | | +-- has-unicode@1.0.1
60968 | | +-- lodash.pad@3.1.1
60969 | | | +-- lodash._basetostring@3.0.1
60970 | | | `-- lodash._createpadding@3.6.1
60971 | | | `-- lodash.repeat@3.0.1
60972 | | +-- lodash.padleft@3.1.1
60973 | | `-- lodash.padright@3.1.1
60974 | +-- printf@0.2.3
60975 | +-- socket.io-pure@1.3.12
60976 | | +-- debug@2.1.0
60977 | | | `-- ms@0.6.2
60978 | | +-- engine.io-pure@1.5.9
60979 | | | +-- base64id@0.1.0
60980 | | | +-- debug@1.0.3
60981 | | | | `-- ms@0.6.2
60982 | | | +-- engine.io-parser@1.2.2
60983 | | | | +-- after@0.8.1
60984 | | | | +-- arraybuffer.slice@0.0.6
60985 | | | | +-- base64-arraybuffer@0.1.2
60986 | | | | +-- blob@0.0.4
60987 | | | | `-- utf8@2.1.0
60988 | | | `-- ws-pure@0.8.0
60989 | | | +-- options@0.0.6
60990 | | | `-- ultron@1.0.2
60991 | | +-- has-binary-data@0.1.3
60992 | | | `-- isarray@0.0.1
60993 | | +-- socket.io-adapter@0.3.1
60994 | | | +-- debug@1.0.2
60995 | | | | `-- ms@0.6.2
60996 | | | +-- object-keys@1.0.1
60997 | | | `-- socket.io-parser@2.2.2
60998 | | | `-- debug@0.7.4
60999 | | +-- socket.io-client-pure@1.3.12
61000 | | | +-- backo2@1.0.2
61001 | | | +-- component-bind@1.0.0
61002 | | | +-- component-emitter@1.1.2
61003 | | | +-- debug@0.7.4
61004 | | | +-- engine.io-client-pure@1.5.9
61005 | | | | +-- component-inherit@0.0.3
61006 | | | | +-- debug@1.0.4
61007 | | | | | `-- ms@0.6.2
61008 | | | | +-- has-cors@1.1.0
61009 | | | | +-- parsejson@0.0.1
61010 | | | | +-- parseqs@0.0.2
61011 | | | | +-- parseuri@0.0.4
61012 | | | | `-- xmlhttprequest-ssl@1.5.1
61013 | | | +-- has-binary@0.1.6
61014 | | | +-- indexof@0.0.1
61015 | | | +-- object-component@0.0.3
61016 | | | +-- parseuri@0.0.2
61017 | | | | `-- better-assert@1.0.2
61018 | | | | `-- callsite@1.0.0
61019 | | | `-- to-array@0.1.3
61020 | | `-- socket.io-parser@2.2.4
61021 | | +-- benchmark@1.0.0
61022 | | +-- debug@0.7.4
61023 | | `-- json3@3.2.6
61024 | +-- styled_string@0.0.1
61025 | +-- tap-parser@1.2.2
61026 | | +-- events-to-array@1.0.2
61027 | | `-- readable-stream@2.0.5
61028 | | +-- process-nextick-args@1.0.6
61029 | | +-- string_decoder@0.10.31
61030 | | `-- util-deprecate@1.0.2
61031 | `-- xmldom@0.1.19
61032 +-- through@2.3.8
61033 +-- tiny-lr@0.2.0
61034 | +-- body-parser@1.14.2
61035 | | +-- bytes@2.2.0
61036 | | +-- depd@1.1.0
61037 | | +-- iconv-lite@0.4.13
61038 | | +-- qs@5.2.0
61039 | | `-- raw-body@2.1.5
61040 | | `-- bytes@2.2.0
61041 | +-- faye-websocket@0.10.0
61042 | | `-- websocket-driver@0.6.3
61043 | | `-- websocket-extensions@0.1.1
61044 | +-- livereload-js@2.2.2
61045 | `-- qs@5.1.0
61046 +-- walk-sync@0.1.3
61047 `-- yam@0.0.18
61048 +-- fs-extra@0.16.5
61049 | `-- graceful-fs@3.0.8
61050 `-- lodash.merge@3.3.2
61051 +-- lodash._arraycopy@3.0.0
61052 +-- lodash._arrayeach@3.0.0
61053 +-- lodash._createassigner@3.1.1
61054 | `-- lodash.restparam@3.6.1
61055 +-- lodash.isarguments@3.0.4
61056 +-- lodash.isplainobject@3.2.0
61057 | `-- lodash._basefor@3.0.2
61058 +-- lodash.istypedarray@3.0.2
61059 +-- lodash.keys@3.1.2
61060 +-- lodash.keysin@3.0.8
61061 `-- lodash.toplainobject@3.0.0
61062 `-- lodash._basecopy@3.0.1
61063
61064npm verb exit [ 0, true ]
61065npm info ok
61066 ---> d617e0a890de
61067Removing intermediate container 7f26651eb90b
61068Step 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/
61069 ---> Running in 9e40e0f2a67f
61070Cloning into '/var/www/roundcube-shell.git'...
61071 ---> 8c57ca9e2c58
61072Removing intermediate container 9e40e0f2a67f
61073Step 5 : WORKDIR /var/www/roundcube-shell.git/
61074 ---> Running in a06fb5f4f627
61075 ---> 0d0363b72976
61076Removing intermediate container a06fb5f4f627
61077Step 6 : RUN npm install --verbose && rm -rf /root/.npm/
61078 ---> Running in 559e20434c45
61079npm info it worked if it ends with ok
61080npm verb cli [ 'node', '/usr/bin/npm', 'install', '--verbose' ]
61081npm info using npm@3.5.2
61082npm info using node@v0.12.8
61083npm verb cache add spec roundcube-mail@git+https://github.com/roundcube-next/roundcube-mail.git
61084npm verb cache add spec roundcube-notifications@git+https://github.com/roundcube-next/roundcube-notifications.git
61085npm verb request uri http://registry.npmjs.org/broccoli-asset-rev
61086npm verb request no auth needed
61087npm info attempt registry request try #1 at 11:31:14
61088npm verb request id 2180534f01127050
61089npm http request GET http://registry.npmjs.org/broccoli-asset-rev
61090npm verb request uri http://registry.npmjs.org/broccoli-livingstyleguide
61091npm verb request no auth needed
61092npm info attempt registry request try #1 at 11:31:14
61093npm http request GET http://registry.npmjs.org/broccoli-livingstyleguide
61094npm verb request uri http://registry.npmjs.org/broccoli-merge-trees
61095npm verb request no auth needed
61096npm info attempt registry request try #1 at 11:31:14
61097npm http request GET http://registry.npmjs.org/broccoli-merge-trees
61098npm verb request uri http://registry.npmjs.org/ember-cli
61099npm verb request no auth needed
61100npm info attempt registry request try #1 at 11:31:14
61101npm http request GET http://registry.npmjs.org/ember-cli
61102npm verb request uri http://registry.npmjs.org/ember-cli-app-version
61103npm verb request no auth needed
61104npm info attempt registry request try #1 at 11:31:14
61105npm http request GET http://registry.npmjs.org/ember-cli-app-version
61106npm verb request uri http://registry.npmjs.org/ember-cli-autoprefixer
61107npm verb request no auth needed
61108npm info attempt registry request try #1 at 11:31:14
61109npm http request GET http://registry.npmjs.org/ember-cli-autoprefixer
61110npm verb request uri http://registry.npmjs.org/ember-cli-babel
61111npm verb request no auth needed
61112npm info attempt registry request try #1 at 11:31:14
61113npm http request GET http://registry.npmjs.org/ember-cli-babel
61114npm verb request uri http://registry.npmjs.org/ember-cli-blanket
61115npm verb request no auth needed
61116npm info attempt registry request try #1 at 11:31:14
61117npm http request GET http://registry.npmjs.org/ember-cli-blanket
61118npm verb request uri http://registry.npmjs.org/ember-cli-content-security-policy
61119npm verb request no auth needed
61120npm info attempt registry request try #1 at 11:31:14
61121npm http request GET http://registry.npmjs.org/ember-cli-content-security-policy
61122npm verb request uri http://registry.npmjs.org/ember-cli-dependency-checker
61123npm verb request no auth needed
61124npm info attempt registry request try #1 at 11:31:14
61125npm http request GET http://registry.npmjs.org/ember-cli-dependency-checker
61126npm verb request uri http://registry.npmjs.org/ember-cli-htmlbars
61127npm verb request no auth needed
61128npm info attempt registry request try #1 at 11:31:14
61129npm http request GET http://registry.npmjs.org/ember-cli-htmlbars
61130npm verb request uri http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile
61131npm verb request no auth needed
61132npm info attempt registry request try #1 at 11:31:14
61133npm http request GET http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile
61134npm verb request uri http://registry.npmjs.org/ember-cli-ic-ajax
61135npm verb request no auth needed
61136npm info attempt registry request try #1 at 11:31:14
61137npm http request GET http://registry.npmjs.org/ember-cli-ic-ajax
61138npm verb request uri http://registry.npmjs.org/ember-cli-inject-live-reload
61139npm verb request no auth needed
61140npm info attempt registry request try #1 at 11:31:14
61141npm http request GET http://registry.npmjs.org/ember-cli-inject-live-reload
61142npm verb request uri http://registry.npmjs.org/ember-cli-mirage
61143npm verb request no auth needed
61144npm info attempt registry request try #1 at 11:31:14
61145npm http request GET http://registry.npmjs.org/ember-cli-mirage
61146npm verb request uri http://registry.npmjs.org/ember-cli-moment-shim
61147npm verb request no auth needed
61148npm info attempt registry request try #1 at 11:31:14
61149npm http request GET http://registry.npmjs.org/ember-cli-moment-shim
61150npm verb request uri http://registry.npmjs.org/ember-cli-opinionated
61151npm verb request no auth needed
61152npm info attempt registry request try #1 at 11:31:14
61153npm http request GET http://registry.npmjs.org/ember-cli-opinionated
61154npm verb request uri http://registry.npmjs.org/ember-cli-qunit
61155npm verb request no auth needed
61156npm info attempt registry request try #1 at 11:31:14
61157npm http request GET http://registry.npmjs.org/ember-cli-qunit
61158npm verb request uri http://registry.npmjs.org/ember-cli-release
61159npm verb request no auth needed
61160npm info attempt registry request try #1 at 11:31:14
61161npm http request GET http://registry.npmjs.org/ember-cli-release
61162npm verb request uri http://registry.npmjs.org/ember-cli-sass
61163npm verb request no auth needed
61164npm info attempt registry request try #1 at 11:31:14
61165npm http request GET http://registry.npmjs.org/ember-cli-sass
61166npm verb request uri http://registry.npmjs.org/ember-cli-sass-pods
61167npm verb request no auth needed
61168npm info attempt registry request try #1 at 11:31:14
61169npm http request GET http://registry.npmjs.org/ember-cli-sass-pods
61170npm verb request uri http://registry.npmjs.org/ember-cli-sri
61171npm verb request no auth needed
61172npm info attempt registry request try #1 at 11:31:14
61173npm http request GET http://registry.npmjs.org/ember-cli-sri
61174npm verb request uri http://registry.npmjs.org/ember-cli-uglify
61175npm verb request no auth needed
61176npm info attempt registry request try #1 at 11:31:14
61177npm http request GET http://registry.npmjs.org/ember-cli-uglify
61178npm verb request uri http://registry.npmjs.org/ember-cpm
61179npm verb request no auth needed
61180npm info attempt registry request try #1 at 11:31:14
61181npm http request GET http://registry.npmjs.org/ember-cpm
61182npm verb request uri http://registry.npmjs.org/ember-data
61183npm verb request no auth needed
61184npm info attempt registry request try #1 at 11:31:14
61185npm http request GET http://registry.npmjs.org/ember-data
61186npm verb request uri http://registry.npmjs.org/ember-disable-proxy-controllers
61187npm verb request no auth needed
61188npm info attempt registry request try #1 at 11:31:14
61189npm http request GET http://registry.npmjs.org/ember-disable-proxy-controllers
61190npm verb request uri http://registry.npmjs.org/ember-export-application-global
61191npm verb request no auth needed
61192npm info attempt registry request try #1 at 11:31:14
61193npm http request GET http://registry.npmjs.org/ember-export-application-global
61194npm verb request uri http://registry.npmjs.org/ember-feature-flags
61195npm verb request no auth needed
61196npm info attempt registry request try #1 at 11:31:14
61197npm http request GET http://registry.npmjs.org/ember-feature-flags
61198npm verb request uri http://registry.npmjs.org/ember-i18n
61199npm verb request no auth needed
61200npm info attempt registry request try #1 at 11:31:14
61201npm http request GET http://registry.npmjs.org/ember-i18n
61202npm verb request uri http://registry.npmjs.org/ember-metrics
61203npm verb request no auth needed
61204npm info attempt registry request try #1 at 11:31:14
61205npm http request GET http://registry.npmjs.org/ember-metrics
61206npm verb request uri http://registry.npmjs.org/ember-moment
61207npm verb request no auth needed
61208npm info attempt registry request try #1 at 11:31:14
61209npm http request GET http://registry.npmjs.org/ember-moment
61210npm verb request uri http://registry.npmjs.org/ember-responsive
61211npm verb request no auth needed
61212npm info attempt registry request try #1 at 11:31:14
61213npm http request GET http://registry.npmjs.org/ember-responsive
61214npm verb request uri http://registry.npmjs.org/ember-simple-auth
61215npm verb request no auth needed
61216npm info attempt registry request try #1 at 11:31:14
61217npm http request GET http://registry.npmjs.org/ember-simple-auth
61218npm verb request uri http://registry.npmjs.org/ember-sinon
61219npm verb request no auth needed
61220npm info attempt registry request try #1 at 11:31:14
61221npm http request GET http://registry.npmjs.org/ember-sinon
61222npm verb request uri http://registry.npmjs.org/ember-sinon-qunit
61223npm verb request no auth needed
61224npm info attempt registry request try #1 at 11:31:14
61225npm http request GET http://registry.npmjs.org/ember-sinon-qunit
61226npm verb request uri http://registry.npmjs.org/ember-suave
61227npm verb request no auth needed
61228npm info attempt registry request try #1 at 11:31:14
61229npm http request GET http://registry.npmjs.org/ember-suave
61230npm verb request uri http://registry.npmjs.org/ember-truth-helpers
61231npm verb request no auth needed
61232npm info attempt registry request try #1 at 11:31:14
61233npm http request GET http://registry.npmjs.org/ember-truth-helpers
61234npm verb request uri http://registry.npmjs.org/ember-try
61235npm verb request no auth needed
61236npm info attempt registry request try #1 at 11:31:15
61237npm http request GET http://registry.npmjs.org/ember-try
61238npm verb addRemoteGit caching git+https://github.com/roundcube-next/roundcube-mail.git
61239npm verb addRemoteGit git+https://github.com/roundcube-next/roundcube-mail.git is a repository hosted by github
61240npm verb tryClone git-https-github-com-roundcube-next-roundcube-mail-git-b065fecd not in flight; caching
61241npm verb addRemoteGit caching git+https://github.com/roundcube-next/roundcube-notifications.git
61242npm verb addRemoteGit git+https://github.com/roundcube-next/roundcube-notifications.git is a repository hosted by github
61243npm verb tryClone git-https-github-com-roundcube-next-roundcube-notifications-git-8f8def7d not in flight; caching
61244npm verb makeDirectory /root/.npm/_git-remotes creation not in flight; initializing
61245npm verb makeDirectory /root/.npm/_git-remotes creation already in flight; waiting
61246npm info git [ 'clone',
61247npm info git '--template=/root/.npm/_git-remotes/_templates',
61248npm info git '--mirror',
61249npm info git 'https://github.com/roundcube-next/roundcube-mail.git',
61250npm info git '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-mail-git-b065fecd' ]
61251npm info git [ 'clone',
61252npm info git '--template=/root/.npm/_git-remotes/_templates',
61253npm info git '--mirror',
61254npm info git 'https://github.com/roundcube-next/roundcube-notifications.git',
61255npm info git '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-notifications-git-8f8def7d' ]
61256npm http 200 http://registry.npmjs.org/ember-suave
61257npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61258npm verb headers etag: '"280ZZEYMMMFJ2QEBI7895PEKS"',
61259npm verb headers 'content-type': 'application/json',
61260npm verb headers 'cache-control': 'max-age=300',
61261npm verb headers 'content-length': '34509',
61262npm verb headers 'accept-ranges': 'bytes',
61263npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61264npm verb headers via: '1.1 varnish',
61265npm verb headers age: '286',
61266npm verb headers connection: 'keep-alive',
61267npm verb headers 'x-served-by': 'cache-fra1243-FRA',
61268npm verb headers 'x-cache': 'HIT',
61269npm verb headers 'x-cache-hits': '1',
61270npm verb headers 'x-timer': 'S1450870275.080368,VS0,VE0',
61271npm verb headers vary: 'Accept' }
61272npm verb get saving ember-suave to /root/.npm/registry.npmjs.org/ember-suave/.cache.json
61273npm http 200 http://registry.npmjs.org/ember-simple-auth
61274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61275npm verb headers etag: '"1F31EXJ6CI9OW0MIAY7R5890O"',
61276npm verb headers 'content-type': 'application/json',
61277npm verb headers 'cache-control': 'max-age=300',
61278npm verb headers 'content-length': '25203',
61279npm verb headers 'accept-ranges': 'bytes',
61280npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61281npm verb headers via: '1.1 varnish',
61282npm verb headers age: '285',
61283npm verb headers connection: 'keep-alive',
61284npm verb headers 'x-served-by': 'cache-fra1243-FRA',
61285npm verb headers 'x-cache': 'HIT',
61286npm verb headers 'x-cache-hits': '1',
61287npm verb headers 'x-timer': 'S1450870275.080276,VS0,VE0',
61288npm verb headers vary: 'Accept' }
61289npm verb get saving ember-simple-auth to /root/.npm/registry.npmjs.org/ember-simple-auth/.cache.json
61290npm http 200 http://registry.npmjs.org/ember-truth-helpers
61291npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61292npm verb headers etag: '"337VKYSCKBHMEJAPH33J8KQ69"',
61293npm verb headers 'content-type': 'application/json',
61294npm verb headers 'cache-control': 'max-age=300',
61295npm verb headers 'content-length': '15631',
61296npm verb headers 'accept-ranges': 'bytes',
61297npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61298npm verb headers via: '1.1 varnish',
61299npm verb headers age: '154',
61300npm verb headers connection: 'keep-alive',
61301npm verb headers 'x-served-by': 'cache-fra1220-FRA',
61302npm verb headers 'x-cache': 'HIT',
61303npm verb headers 'x-cache-hits': '1',
61304npm verb headers 'x-timer': 'S1450870275.080377,VS0,VE0',
61305npm verb headers vary: 'Accept' }
61306npm verb get saving ember-truth-helpers to /root/.npm/registry.npmjs.org/ember-truth-helpers/.cache.json
61307npm http 200 http://registry.npmjs.org/ember-cli-blanket
61308npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61309npm verb headers etag: '"6553GJUFP1DDXYVSJYAHSBE3P"',
61310npm verb headers 'content-type': 'application/json',
61311npm verb headers 'cache-control': 'max-age=300',
61312npm verb headers 'content-length': '49880',
61313npm verb headers 'accept-ranges': 'bytes',
61314npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61315npm verb headers via: '1.1 varnish',
61316npm verb headers age: '154',
61317npm verb headers connection: 'keep-alive',
61318npm verb headers 'x-served-by': 'cache-fra1243-FRA',
61319npm verb headers 'x-cache': 'HIT',
61320npm verb headers 'x-cache-hits': '1',
61321npm verb headers 'x-timer': 'S1450870275.077463,VS0,VE0',
61322npm verb headers vary: 'Accept' }
61323npm verb get saving ember-cli-blanket to /root/.npm/registry.npmjs.org/ember-cli-blanket/.cache.json
61324npm verb cache add spec ember-simple-auth@1.0.1
61325npm verb addNamed "1.0.1" is a plain semver version for ember-simple-auth
61326npm verb addNameVersion registry:http://registry.npmjs.org/ember-simple-auth not in flight; fetching
61327npm verb cache add spec ember-truth-helpers@1.2.0
61328npm verb addNamed "1.2.0" is a plain semver version for ember-truth-helpers
61329npm verb addNameVersion registry:http://registry.npmjs.org/ember-truth-helpers not in flight; fetching
61330npm verb cache add spec ember-cli-blanket@0.6.2
61331npm verb addNamed "0.6.2" is a plain semver version for ember-cli-blanket
61332npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-blanket not in flight; fetching
61333npm verb cache add spec ember-suave@1.2.2
61334npm verb addNamed "1.2.2" is a plain semver version for ember-suave
61335npm verb addNameVersion registry:http://registry.npmjs.org/ember-suave not in flight; fetching
61336npm http 200 http://registry.npmjs.org/ember-disable-proxy-controllers
61337npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61338npm verb headers etag: '"6QT2A7XYZCS484WPJZ0262TK2"',
61339npm verb headers 'content-type': 'application/json',
61340npm verb headers 'cache-control': 'max-age=300',
61341npm verb headers 'content-length': '6605',
61342npm verb headers 'accept-ranges': 'bytes',
61343npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61344npm verb headers via: '1.1 varnish',
61345npm verb headers age: '0',
61346npm verb headers connection: 'keep-alive',
61347npm verb headers 'x-served-by': 'cache-fra1220-FRA',
61348npm verb headers 'x-cache': 'HIT',
61349npm verb headers 'x-cache-hits': '1',
61350npm verb headers 'x-timer': 'S1450870275.079805,VS0,VE105',
61351npm verb headers vary: 'Accept' }
61352npm verb get saving ember-disable-proxy-controllers to /root/.npm/registry.npmjs.org/ember-disable-proxy-controllers/.cache.json
61353npm http 200 http://registry.npmjs.org/ember-cli-uglify
61354npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61355npm verb headers etag: '"4VB0A24TQNCU8N5HMHGEN8R42"',
61356npm verb headers 'content-type': 'application/json',
61357npm verb headers 'cache-control': 'max-age=300',
61358npm verb headers 'content-length': '4196',
61359npm verb headers 'accept-ranges': 'bytes',
61360npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61361npm verb headers via: '1.1 varnish',
61362npm verb headers age: '0',
61363npm verb headers connection: 'keep-alive',
61364npm verb headers 'x-served-by': 'cache-fra1246-FRA',
61365npm verb headers 'x-cache': 'HIT',
61366npm verb headers 'x-cache-hits': '1',
61367npm verb headers 'x-timer': 'S1450870275.079240,VS0,VE111',
61368npm verb headers vary: 'Accept' }
61369npm verb get saving ember-cli-uglify to /root/.npm/registry.npmjs.org/ember-cli-uglify/.cache.json
61370npm http 200 http://registry.npmjs.org/broccoli-merge-trees
61371npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61372npm verb headers etag: '"F20ZQ2BAC2FD4FW9ZFQFTDVWE"',
61373npm verb headers 'content-type': 'application/json',
61374npm verb headers 'cache-control': 'max-age=300',
61375npm verb headers 'content-length': '14370',
61376npm verb headers 'accept-ranges': 'bytes',
61377npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61378npm verb headers via: '1.1 varnish',
61379npm verb headers age: '0',
61380npm verb headers connection: 'keep-alive',
61381npm verb headers 'x-served-by': 'cache-fra1238-FRA',
61382npm verb headers 'x-cache': 'HIT',
61383npm verb headers 'x-cache-hits': '1',
61384npm verb headers 'x-timer': 'S1450870275.075928,VS0,VE102',
61385npm verb headers vary: 'Accept' }
61386npm verb get saving broccoli-merge-trees to /root/.npm/registry.npmjs.org/broccoli-merge-trees/.cache.json
61387npm http 200 http://registry.npmjs.org/broccoli-livingstyleguide
61388npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61389npm verb headers etag: '"5LYXULSCG1X0N35T07062LBCE"',
61390npm verb headers 'content-type': 'application/json',
61391npm verb headers 'cache-control': 'max-age=300',
61392npm verb headers 'content-length': '6853',
61393npm verb headers 'accept-ranges': 'bytes',
61394npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61395npm verb headers via: '1.1 varnish',
61396npm verb headers age: '0',
61397npm verb headers connection: 'keep-alive',
61398npm verb headers 'x-served-by': 'cache-fra1221-FRA',
61399npm verb headers 'x-cache': 'MISS',
61400npm verb headers 'x-cache-hits': '0',
61401npm verb headers 'x-timer': 'S1450870275.076817,VS0,VE118',
61402npm verb headers vary: 'Accept' }
61403npm verb get saving broccoli-livingstyleguide to /root/.npm/registry.npmjs.org/broccoli-livingstyleguide/.cache.json
61404npm http 200 http://registry.npmjs.org/broccoli-asset-rev
61405npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61406npm verb headers etag: '"27XSIZ7ZPLI9WYS8ZEU2IVAJM"',
61407npm verb headers 'content-type': 'application/json',
61408npm verb headers 'cache-control': 'max-age=300',
61409npm verb headers 'content-length': '53610',
61410npm verb headers 'accept-ranges': 'bytes',
61411npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61412npm verb headers via: '1.1 varnish',
61413npm verb headers age: '0',
61414npm verb headers connection: 'keep-alive',
61415npm verb headers 'x-served-by': 'cache-fra1225-FRA',
61416npm verb headers 'x-cache': 'HIT',
61417npm verb headers 'x-cache-hits': '1',
61418npm verb headers 'x-timer': 'S1450870275.077103,VS0,VE103',
61419npm verb headers vary: 'Accept' }
61420npm verb get saving broccoli-asset-rev to /root/.npm/registry.npmjs.org/broccoli-asset-rev/.cache.json
61421npm http 200 http://registry.npmjs.org/ember-cli-content-security-policy
61422npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61423npm verb headers etag: '"C697MBERNG6QJYN13ZLU854N5"',
61424npm verb headers 'content-type': 'application/json',
61425npm verb headers 'cache-control': 'max-age=300',
61426npm verb headers 'content-length': '19292',
61427npm verb headers 'accept-ranges': 'bytes',
61428npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61429npm verb headers via: '1.1 varnish',
61430npm verb headers age: '0',
61431npm verb headers connection: 'keep-alive',
61432npm verb headers 'x-served-by': 'cache-fra1235-FRA',
61433npm verb headers 'x-cache': 'HIT',
61434npm verb headers 'x-cache-hits': '1',
61435npm verb headers 'x-timer': 'S1450870275.077195,VS0,VE103',
61436npm verb headers vary: 'Accept' }
61437npm verb get saving ember-cli-content-security-policy to /root/.npm/registry.npmjs.org/ember-cli-content-security-policy/.cache.json
61438npm http 200 http://registry.npmjs.org/ember-sinon-qunit
61439npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61440npm verb headers etag: '"26IFZIGWDI3UJMU0JE7A6SXDS"',
61441npm verb headers 'content-type': 'application/json',
61442npm verb headers 'cache-control': 'max-age=300',
61443npm verb headers 'content-length': '10742',
61444npm verb headers 'accept-ranges': 'bytes',
61445npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61446npm verb headers via: '1.1 varnish',
61447npm verb headers age: '0',
61448npm verb headers connection: 'keep-alive',
61449npm verb headers 'x-served-by': 'cache-fra1248-FRA',
61450npm verb headers 'x-cache': 'MISS',
61451npm verb headers 'x-cache-hits': '0',
61452npm verb headers 'x-timer': 'S1450870275.080373,VS0,VE120',
61453npm verb headers vary: 'Accept' }
61454npm verb get saving ember-sinon-qunit to /root/.npm/registry.npmjs.org/ember-sinon-qunit/.cache.json
61455npm http 200 http://registry.npmjs.org/ember-cli-moment-shim
61456npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61457npm verb headers etag: '"9U04AWKU4VH4RE570K54NGCBK"',
61458npm verb headers 'content-type': 'application/json',
61459npm verb headers 'cache-control': 'max-age=300',
61460npm verb headers 'content-length': '23450',
61461npm verb headers 'accept-ranges': 'bytes',
61462npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61463npm verb headers via: '1.1 varnish',
61464npm verb headers age: '0',
61465npm verb headers connection: 'keep-alive',
61466npm verb headers 'x-served-by': 'cache-fra1222-FRA',
61467npm verb headers 'x-cache': 'HIT',
61468npm verb headers 'x-cache-hits': '1',
61469npm verb headers 'x-timer': 'S1450870275.078432,VS0,VE103',
61470npm verb headers vary: 'Accept' }
61471npm verb get saving ember-cli-moment-shim to /root/.npm/registry.npmjs.org/ember-cli-moment-shim/.cache.json
61472npm http 200 http://registry.npmjs.org/ember-try
61473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61474npm verb headers etag: '"49O2QKBSAR8HG7HBXL578CWZS"',
61475npm verb headers 'content-type': 'application/json',
61476npm verb headers 'cache-control': 'max-age=300',
61477npm verb headers 'content-length': '18506',
61478npm verb headers 'accept-ranges': 'bytes',
61479npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61480npm verb headers via: '1.1 varnish',
61481npm verb headers age: '0',
61482npm verb headers connection: 'keep-alive',
61483npm verb headers 'x-served-by': 'cache-fra1222-FRA',
61484npm verb headers 'x-cache': 'HIT',
61485npm verb headers 'x-cache-hits': '1',
61486npm verb headers 'x-timer': 'S1450870275.080140,VS0,VE103',
61487npm verb headers vary: 'Accept' }
61488npm verb get saving ember-try to /root/.npm/registry.npmjs.org/ember-try/.cache.json
61489npm http 200 http://registry.npmjs.org/ember-cli-autoprefixer
61490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61491npm verb headers etag: '"6604Y8GITBRE6Q4B731LZL77V"',
61492npm verb headers 'content-type': 'application/json',
61493npm verb headers 'cache-control': 'max-age=300',
61494npm verb headers 'content-length': '13867',
61495npm verb headers 'accept-ranges': 'bytes',
61496npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61497npm verb headers via: '1.1 varnish',
61498npm verb headers age: '0',
61499npm verb headers connection: 'keep-alive',
61500npm verb headers 'x-served-by': 'cache-fra1244-FRA',
61501npm verb headers 'x-cache': 'HIT',
61502npm verb headers 'x-cache-hits': '1',
61503npm verb headers 'x-timer': 'S1450870275.076127,VS0,VE179',
61504npm verb headers vary: 'Accept' }
61505npm verb get saving ember-cli-autoprefixer to /root/.npm/registry.npmjs.org/ember-cli-autoprefixer/.cache.json
61506npm http 200 http://registry.npmjs.org/ember-cli-ic-ajax
61507npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61508npm verb headers etag: '"11PQTFQU03JX1S0X0OIZH6WNG"',
61509npm verb headers 'content-type': 'application/json',
61510npm verb headers 'cache-control': 'max-age=300',
61511npm verb headers 'content-length': '13797',
61512npm verb headers 'accept-ranges': 'bytes',
61513npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61514npm verb headers via: '1.1 varnish',
61515npm verb headers age: '0',
61516npm verb headers connection: 'keep-alive',
61517npm verb headers 'x-served-by': 'cache-fra1231-FRA',
61518npm verb headers 'x-cache': 'HIT',
61519npm verb headers 'x-cache-hits': '1',
61520npm verb headers 'x-timer': 'S1450870275.077964,VS0,VE186',
61521npm verb headers vary: 'Accept' }
61522npm verb get saving ember-cli-ic-ajax to /root/.npm/registry.npmjs.org/ember-cli-ic-ajax/.cache.json
61523npm http 200 http://registry.npmjs.org/ember-i18n
61524npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61525npm verb headers etag: '"BOZIEWBQH402TL2EFYYFNRNPP"',
61526npm verb headers 'content-type': 'application/json',
61527npm verb headers 'cache-control': 'max-age=300',
61528npm verb headers 'content-length': '33453',
61529npm verb headers 'accept-ranges': 'bytes',
61530npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61531npm verb headers via: '1.1 varnish',
61532npm verb headers age: '0',
61533npm verb headers connection: 'keep-alive',
61534npm verb headers 'x-served-by': 'cache-fra1227-FRA',
61535npm verb headers 'x-cache': 'HIT',
61536npm verb headers 'x-cache-hits': '1',
61537npm verb headers 'x-timer': 'S1450870275.079696,VS0,VE190',
61538npm verb headers vary: 'Accept' }
61539npm verb get saving ember-i18n to /root/.npm/registry.npmjs.org/ember-i18n/.cache.json
61540npm http 200 http://registry.npmjs.org/ember-cli-app-version
61541npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61542npm verb headers etag: '"80OXBSJ8CT6T5Q9SSYN04VDBR"',
61543npm verb headers 'content-type': 'application/json',
61544npm verb headers 'cache-control': 'max-age=300',
61545npm verb headers 'content-length': '28967',
61546npm verb headers 'accept-ranges': 'bytes',
61547npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61548npm verb headers via: '1.1 varnish',
61549npm verb headers age: '0',
61550npm verb headers connection: 'keep-alive',
61551npm verb headers 'x-served-by': 'cache-fra1222-FRA',
61552npm verb headers 'x-cache': 'HIT',
61553npm verb headers 'x-cache-hits': '1',
61554npm verb headers 'x-timer': 'S1450870275.077148,VS0,VE196',
61555npm verb headers vary: 'Accept' }
61556npm verb get saving ember-cli-app-version to /root/.npm/registry.npmjs.org/ember-cli-app-version/.cache.json
61557npm verb get http://registry.npmjs.org/ember-truth-helpers not expired, no request
61558npm verb get http://registry.npmjs.org/ember-cli-blanket not expired, no request
61559npm verb get http://registry.npmjs.org/ember-simple-auth not expired, no request
61560npm http 200 http://registry.npmjs.org/ember-sinon
61561npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61562npm verb headers etag: '"6YIWB68VONSI7IRWTEZBUPLY4"',
61563npm verb headers 'content-type': 'application/json',
61564npm verb headers 'cache-control': 'max-age=300',
61565npm verb headers 'content-length': '15906',
61566npm verb headers 'accept-ranges': 'bytes',
61567npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61568npm verb headers via: '1.1 varnish',
61569npm verb headers age: '0',
61570npm verb headers connection: 'keep-alive',
61571npm verb headers 'x-served-by': 'cache-fra1230-FRA',
61572npm verb headers 'x-cache': 'MISS',
61573npm verb headers 'x-cache-hits': '0',
61574npm verb headers 'x-timer': 'S1450870275.080047,VS0,VE194',
61575npm verb headers vary: 'Accept' }
61576npm verb get saving ember-sinon to /root/.npm/registry.npmjs.org/ember-sinon/.cache.json
61577npm http 200 http://registry.npmjs.org/ember-cli-dependency-checker
61578npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61579npm verb headers etag: '"7GV2OUVAEBBICG89YRJEJKJD7"',
61580npm verb headers 'content-type': 'application/json',
61581npm verb headers 'cache-control': 'max-age=300',
61582npm verb headers 'content-length': '29026',
61583npm verb headers 'accept-ranges': 'bytes',
61584npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61585npm verb headers via: '1.1 varnish',
61586npm verb headers age: '0',
61587npm verb headers connection: 'keep-alive',
61588npm verb headers 'x-served-by': 'cache-fra1246-FRA',
61589npm verb headers 'x-cache': 'HIT',
61590npm verb headers 'x-cache-hits': '1',
61591npm verb headers 'x-timer': 'S1450870275.077305,VS0,VE197',
61592npm verb headers vary: 'Accept' }
61593npm verb get saving ember-cli-dependency-checker to /root/.npm/registry.npmjs.org/ember-cli-dependency-checker/.cache.json
61594npm http 200 http://registry.npmjs.org/ember-cpm
61595npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61596npm verb headers etag: '"94RTJAR6LHEP12M9FAMZEEY6"',
61597npm verb headers 'content-type': 'application/json',
61598npm verb headers 'cache-control': 'max-age=300',
61599npm verb headers 'content-length': '22037',
61600npm verb headers 'accept-ranges': 'bytes',
61601npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61602npm verb headers via: '1.1 varnish',
61603npm verb headers age: '0',
61604npm verb headers connection: 'keep-alive',
61605npm verb headers 'x-served-by': 'cache-fra1248-FRA',
61606npm verb headers 'x-cache': 'MISS',
61607npm verb headers 'x-cache-hits': '0',
61608npm verb headers 'x-timer': 'S1450870275.079815,VS0,VE196',
61609npm verb headers vary: 'Accept' }
61610npm verb get saving ember-cpm to /root/.npm/registry.npmjs.org/ember-cpm/.cache.json
61611npm http 200 http://registry.npmjs.org/ember-cli-mirage
61612npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61613npm verb headers etag: '"33F82IDGDC0207FLK0UYZKYR1"',
61614npm verb headers 'content-type': 'application/json',
61615npm verb headers 'cache-control': 'max-age=300',
61616npm verb headers 'content-length': '45835',
61617npm verb headers 'accept-ranges': 'bytes',
61618npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61619npm verb headers via: '1.1 varnish',
61620npm verb headers age: '0',
61621npm verb headers connection: 'keep-alive',
61622npm verb headers 'x-served-by': 'cache-fra1222-FRA',
61623npm verb headers 'x-cache': 'HIT',
61624npm verb headers 'x-cache-hits': '1',
61625npm verb headers 'x-timer': 'S1450870275.077389,VS0,VE203',
61626npm verb headers vary: 'Accept' }
61627npm verb get saving ember-cli-mirage to /root/.npm/registry.npmjs.org/ember-cli-mirage/.cache.json
61628npm http 200 http://registry.npmjs.org/ember-cli
61629npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61630npm verb headers etag: '"CJXDD9X90EX8FUXYODYZ3NEIR"',
61631npm verb headers 'content-type': 'application/json',
61632npm verb headers 'cache-control': 'max-age=300',
61633npm verb headers 'content-length': '263037',
61634npm verb headers 'accept-ranges': 'bytes',
61635npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61636npm verb headers via: '1.1 varnish',
61637npm verb headers age: '0',
61638npm verb headers connection: 'keep-alive',
61639npm verb headers 'x-served-by': 'cache-fra1221-FRA',
61640npm verb headers 'x-cache': 'HIT',
61641npm verb headers 'x-cache-hits': '1',
61642npm verb headers 'x-timer': 'S1450870275.074923,VS0,VE108',
61643npm verb headers vary: 'Accept' }
61644npm verb get saving ember-cli to /root/.npm/registry.npmjs.org/ember-cli/.cache.json
61645npm http 200 http://registry.npmjs.org/ember-cli-sass
61646npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61647npm verb headers etag: '"6C0DI3AYF6785I1V2QLOO4RVJ"',
61648npm verb headers 'content-type': 'application/json',
61649npm verb headers 'cache-control': 'max-age=300',
61650npm verb headers 'content-length': '58674',
61651npm verb headers 'accept-ranges': 'bytes',
61652npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61653npm verb headers via: '1.1 varnish',
61654npm verb headers age: '0',
61655npm verb headers connection: 'keep-alive',
61656npm verb headers 'x-served-by': 'cache-fra1231-FRA',
61657npm verb headers 'x-cache': 'HIT',
61658npm verb headers 'x-cache-hits': '1',
61659npm verb headers 'x-timer': 'S1450870275.079389,VS0,VE103',
61660npm verb headers vary: 'Accept' }
61661npm verb get saving ember-cli-sass to /root/.npm/registry.npmjs.org/ember-cli-sass/.cache.json
61662npm http 200 http://registry.npmjs.org/ember-metrics
61663npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61664npm verb headers etag: '"5TL1HRCHU9VQ0FI8SR25NEL52"',
61665npm verb headers 'content-type': 'application/json',
61666npm verb headers 'cache-control': 'max-age=300',
61667npm verb headers 'content-length': '39407',
61668npm verb headers 'accept-ranges': 'bytes',
61669npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61670npm verb headers via: '1.1 varnish',
61671npm verb headers age: '0',
61672npm verb headers connection: 'keep-alive',
61673npm verb headers 'x-served-by': 'cache-fra1237-FRA',
61674npm verb headers 'x-cache': 'MISS',
61675npm verb headers 'x-cache-hits': '0',
61676npm verb headers 'x-timer': 'S1450870275.079659,VS0,VE217',
61677npm verb headers vary: 'Accept' }
61678npm verb get saving ember-metrics to /root/.npm/registry.npmjs.org/ember-metrics/.cache.json
61679npm verb addRemoteTarball http://registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.2.0.tgz not in flight; adding
61680npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.2.0.tgz',
61681npm verb addRemoteTarball 'e63cffeaa8211882ae61a958816fded3790d065b' ]
61682npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-blanket/-/ember-cli-blanket-0.6.2.tgz not in flight; adding
61683npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-blanket/-/ember-cli-blanket-0.6.2.tgz',
61684npm verb addRemoteTarball 'e64a97d75dbcb4b4f8d3026abf98acac1b8bc054' ]
61685npm verb addRemoteTarball http://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-1.0.1.tgz not in flight; adding
61686npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-1.0.1.tgz',
61687npm verb addRemoteTarball '460deccdf264818a199cad8ad007de037fd99417' ]
61688npm http 200 http://registry.npmjs.org/ember-cli-htmlbars
61689npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61690npm verb headers etag: '"C0Y2OA6SX375KXVEBUUZZ6LCK"',
61691npm verb headers 'content-type': 'application/json',
61692npm verb headers 'cache-control': 'max-age=300',
61693npm verb headers 'content-length': '52173',
61694npm verb headers 'accept-ranges': 'bytes',
61695npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61696npm verb headers via: '1.1 varnish',
61697npm verb headers age: '0',
61698npm verb headers connection: 'keep-alive',
61699npm verb headers 'x-served-by': 'cache-fra1236-FRA',
61700npm verb headers 'x-cache': 'HIT',
61701npm verb headers 'x-cache-hits': '1',
61702npm verb headers 'x-timer': 'S1450870275.077137,VS0,VE108',
61703npm verb headers vary: 'Accept' }
61704npm verb get saving ember-cli-htmlbars to /root/.npm/registry.npmjs.org/ember-cli-htmlbars/.cache.json
61705npm http 200 http://registry.npmjs.org/ember-data
61706npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61707npm verb headers etag: '"B1ELQ0F0CF96KMBXCL0R9FYH3"',
61708npm verb headers 'content-type': 'application/json',
61709npm verb headers 'cache-control': 'max-age=300',
61710npm verb headers 'content-length': '143520',
61711npm verb headers 'accept-ranges': 'bytes',
61712npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61713npm verb headers via: '1.1 varnish',
61714npm verb headers age: '0',
61715npm verb headers connection: 'keep-alive',
61716npm verb headers 'x-served-by': 'cache-fra1245-FRA',
61717npm verb headers 'x-cache': 'HIT',
61718npm verb headers 'x-cache-hits': '1',
61719npm verb headers 'x-timer': 'S1450870275.079581,VS0,VE109',
61720npm verb headers vary: 'Accept' }
61721npm verb get saving ember-data to /root/.npm/registry.npmjs.org/ember-data/.cache.json
61722npm http 200 http://registry.npmjs.org/ember-cli-sri
61723npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61724npm verb headers etag: '"8U5PXS92Y6C5F9QAZ1ZC9W35H"',
61725npm verb headers 'content-type': 'application/json',
61726npm verb headers 'cache-control': 'max-age=300',
61727npm verb headers 'content-length': '45836',
61728npm verb headers 'accept-ranges': 'bytes',
61729npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61730npm verb headers via: '1.1 varnish',
61731npm verb headers age: '0',
61732npm verb headers connection: 'keep-alive',
61733npm verb headers 'x-served-by': 'cache-fra1243-FRA',
61734npm verb headers 'x-cache': 'HIT',
61735npm verb headers 'x-cache-hits': '1',
61736npm verb headers 'x-timer': 'S1450870275.079323,VS0,VE186',
61737npm verb headers vary: 'Accept' }
61738npm verb get saving ember-cli-sri to /root/.npm/registry.npmjs.org/ember-cli-sri/.cache.json
61739npm http 200 http://registry.npmjs.org/ember-cli-release
61740npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61741npm verb headers etag: '"A2Q302BZDE6XJ3AKWKV13CIFB"',
61742npm verb headers 'content-type': 'application/json',
61743npm verb headers 'cache-control': 'max-age=300',
61744npm verb headers 'content-length': '27312',
61745npm verb headers 'accept-ranges': 'bytes',
61746npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61747npm verb headers via: '1.1 varnish',
61748npm verb headers age: '0',
61749npm verb headers connection: 'keep-alive',
61750npm verb headers 'x-served-by': 'cache-fra1231-FRA',
61751npm verb headers 'x-cache': 'HIT',
61752npm verb headers 'x-cache-hits': '1',
61753npm verb headers 'x-timer': 'S1450870275.078962,VS0,VE186',
61754npm verb headers vary: 'Accept' }
61755npm verb get saving ember-cli-release to /root/.npm/registry.npmjs.org/ember-cli-release/.cache.json
61756npm verb get http://registry.npmjs.org/ember-suave not expired, no request
61757npm http 200 http://registry.npmjs.org/ember-moment
61758npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61759npm verb headers etag: '"BWYR4CENGRBVEBEA4XTE035AL"',
61760npm verb headers 'content-type': 'application/json',
61761npm verb headers 'cache-control': 'max-age=300',
61762npm verb headers 'content-length': '68338',
61763npm verb headers 'accept-ranges': 'bytes',
61764npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61765npm verb headers via: '1.1 varnish',
61766npm verb headers age: '0',
61767npm verb headers connection: 'keep-alive',
61768npm verb headers 'x-served-by': 'cache-fra1226-FRA',
61769npm verb headers 'x-cache': 'MISS',
61770npm verb headers 'x-cache-hits': '0',
61771npm verb headers 'x-timer': 'S1450870275.080071,VS0,VE298',
61772npm verb headers vary: 'Accept' }
61773npm verb get saving ember-moment to /root/.npm/registry.npmjs.org/ember-moment/.cache.json
61774npm verb addRemoteTarball http://registry.npmjs.org/ember-suave/-/ember-suave-1.2.2.tgz not in flight; adding
61775npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-suave/-/ember-suave-1.2.2.tgz',
61776npm verb addRemoteTarball '705531ad58baf8959bee4fa2219e552d046bd202' ]
61777npm verb cache add spec ember-disable-proxy-controllers@^1.0.1
61778npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for ember-disable-proxy-controllers
61779npm verb addNameRange registry:http://registry.npmjs.org/ember-disable-proxy-controllers not in flight; fetching
61780npm verb cache add spec ember-cli-uglify@^1.2.0
61781npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for ember-cli-uglify
61782npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-uglify not in flight; fetching
61783npm info retry fetch attempt 1 at 11:31:15
61784npm info attempt registry request try #1 at 11:31:15
61785npm http fetch GET http://registry.npmjs.org/ember-suave/-/ember-suave-1.2.2.tgz
61786npm verb cache add spec broccoli-merge-trees@^1.0.0
61787npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-merge-trees
61788npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
61789npm verb cache add spec broccoli-livingstyleguide@^0.2.0
61790npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for broccoli-livingstyleguide
61791npm verb addNameRange registry:http://registry.npmjs.org/broccoli-livingstyleguide not in flight; fetching
61792npm verb cache add spec broccoli-asset-rev@^2.2.0
61793npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for broccoli-asset-rev
61794npm verb addNameRange registry:http://registry.npmjs.org/broccoli-asset-rev not in flight; fetching
61795npm verb cache add spec ember-cli-content-security-policy@0.4.0
61796npm verb addNamed "0.4.0" is a plain semver version for ember-cli-content-security-policy
61797npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-content-security-policy not in flight; fetching
61798npm verb cache add spec ember-sinon-qunit@1.0.0
61799npm verb addNamed "1.0.0" is a plain semver version for ember-sinon-qunit
61800npm verb addNameVersion registry:http://registry.npmjs.org/ember-sinon-qunit not in flight; fetching
61801npm verb cache add spec ember-cli-moment-shim@0.7.1
61802npm verb addNamed "0.7.1" is a plain semver version for ember-cli-moment-shim
61803npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-moment-shim not in flight; fetching
61804npm http 200 http://registry.npmjs.org/ember-responsive
61805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61806npm verb headers etag: '"BENJY6VY01LE87U8KGH7A0BA0"',
61807npm verb headers 'content-type': 'application/json',
61808npm verb headers 'cache-control': 'max-age=300',
61809npm verb headers 'content-length': '42308',
61810npm verb headers 'accept-ranges': 'bytes',
61811npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61812npm verb headers via: '1.1 varnish',
61813npm verb headers age: '0',
61814npm verb headers connection: 'keep-alive',
61815npm verb headers 'x-served-by': 'cache-fra1234-FRA',
61816npm verb headers 'x-cache': 'MISS',
61817npm verb headers 'x-cache-hits': '0',
61818npm verb headers 'x-timer': 'S1450870275.079766,VS0,VE365',
61819npm verb headers vary: 'Accept' }
61820npm verb get saving ember-responsive to /root/.npm/registry.npmjs.org/ember-responsive/.cache.json
61821npm info retry fetch attempt 1 at 11:31:15
61822npm info attempt registry request try #1 at 11:31:15
61823npm http fetch GET http://registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.2.0.tgz
61824npm verb cache add spec ember-try@0.0.8
61825npm verb addNamed "0.0.8" is a plain semver version for ember-try
61826npm verb addNameVersion registry:http://registry.npmjs.org/ember-try not in flight; fetching
61827npm verb cache add spec ember-cli-ic-ajax@0.2.4
61828npm verb addNamed "0.2.4" is a plain semver version for ember-cli-ic-ajax
61829npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-ic-ajax not in flight; fetching
61830npm verb cache add spec ember-i18n@4.2.0
61831npm verb addNamed "4.2.0" is a plain semver version for ember-i18n
61832npm verb addNameVersion registry:http://registry.npmjs.org/ember-i18n not in flight; fetching
61833npm verb cache add spec ember-cli-autoprefixer@0.5.0
61834npm verb addNamed "0.5.0" is a plain semver version for ember-cli-autoprefixer
61835npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-autoprefixer not in flight; fetching
61836npm http 200 http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile
61837npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61838npm verb headers etag: '"B4NZNP9ID8VHS8FG8C7TUE6UE"',
61839npm verb headers 'content-type': 'application/json',
61840npm verb headers 'cache-control': 'max-age=300',
61841npm verb headers 'content-length': '22274',
61842npm verb headers 'accept-ranges': 'bytes',
61843npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61844npm verb headers via: '1.1 varnish',
61845npm verb headers age: '0',
61846npm verb headers connection: 'keep-alive',
61847npm verb headers 'x-served-by': 'cache-fra1240-FRA',
61848npm verb headers 'x-cache': 'HIT',
61849npm verb headers 'x-cache-hits': '1',
61850npm verb headers 'x-timer': 'S1450870275.077917,VS0,VE108',
61851npm verb headers vary: 'Accept' }
61852npm verb get saving ember-cli-htmlbars-inline-precompile to /root/.npm/registry.npmjs.org/ember-cli-htmlbars-inline-precompile/.cache.json
61853npm http 200 http://registry.npmjs.org/ember-feature-flags
61854npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61855npm verb headers etag: '"BQ4AZ3G6DK193L5TGEA7RIRJK"',
61856npm verb headers 'content-type': 'application/json',
61857npm verb headers 'cache-control': 'max-age=300',
61858npm verb headers 'content-length': '14222',
61859npm verb headers 'accept-ranges': 'bytes',
61860npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61861npm verb headers via: '1.1 varnish',
61862npm verb headers age: '0',
61863npm verb headers connection: 'keep-alive',
61864npm verb headers 'x-served-by': 'cache-fra1248-FRA',
61865npm verb headers 'x-cache': 'HIT',
61866npm verb headers 'x-cache-hits': '1',
61867npm verb headers 'x-timer': 'S1450870275.079972,VS0,VE402',
61868npm verb headers vary: 'Accept' }
61869npm verb get saving ember-feature-flags to /root/.npm/registry.npmjs.org/ember-feature-flags/.cache.json
61870npm http 200 http://registry.npmjs.org/ember-cli-opinionated
61871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61872npm verb headers etag: '"EHAT4MTF1CAABR7FEKSBBEM9G"',
61873npm verb headers 'content-type': 'application/json',
61874npm verb headers 'cache-control': 'max-age=300',
61875npm verb headers 'content-length': '26651',
61876npm verb headers 'accept-ranges': 'bytes',
61877npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61878npm verb headers via: '1.1 varnish',
61879npm verb headers age: '0',
61880npm verb headers connection: 'keep-alive',
61881npm verb headers 'x-served-by': 'cache-fra1222-FRA',
61882npm verb headers 'x-cache': 'MISS',
61883npm verb headers 'x-cache-hits': '0',
61884npm verb headers 'x-timer': 'S1450870275.078258,VS0,VE414',
61885npm verb headers vary: 'Accept' }
61886npm verb get saving ember-cli-opinionated to /root/.npm/registry.npmjs.org/ember-cli-opinionated/.cache.json
61887npm verb cache add spec ember-cli-app-version@^1.0.0
61888npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-app-version
61889npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-app-version not in flight; fetching
61890npm info retry fetch attempt 1 at 11:31:15
61891npm info attempt registry request try #1 at 11:31:15
61892npm http fetch GET http://registry.npmjs.org/ember-cli-blanket/-/ember-cli-blanket-0.6.2.tgz
61893npm info retry fetch attempt 1 at 11:31:15
61894npm info attempt registry request try #1 at 11:31:15
61895npm http fetch GET http://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-1.0.1.tgz
61896npm verb cache add spec ember-cli-dependency-checker@^1.1.0
61897npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ember-cli-dependency-checker
61898npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-dependency-checker not in flight; fetching
61899npm verb cache add spec ember-sinon@0.3.0
61900npm verb addNamed "0.3.0" is a plain semver version for ember-sinon
61901npm verb addNameVersion registry:http://registry.npmjs.org/ember-sinon not in flight; fetching
61902npm verb cache add spec ember-cpm@2.1.1
61903npm verb addNamed "2.1.1" is a plain semver version for ember-cpm
61904npm verb addNameVersion registry:http://registry.npmjs.org/ember-cpm not in flight; fetching
61905npm verb cache add spec ember-cli-mirage@0.1.11
61906npm verb addNamed "0.1.11" is a plain semver version for ember-cli-mirage
61907npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-mirage not in flight; fetching
61908npm verb cache add spec ember-cli@1.13.12
61909npm verb addNamed "1.13.12" is a plain semver version for ember-cli
61910npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli not in flight; fetching
61911npm verb cache add spec ember-cli-sass@5.1.0
61912npm verb addNamed "5.1.0" is a plain semver version for ember-cli-sass
61913npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-sass not in flight; fetching
61914npm verb cache add spec ember-metrics@0.5.1
61915npm verb addNamed "0.5.1" is a plain semver version for ember-metrics
61916npm verb addNameVersion registry:http://registry.npmjs.org/ember-metrics not in flight; fetching
61917npm http fetch 200 http://registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.2.0.tgz
61918npm http fetch 200 http://registry.npmjs.org/ember-suave/-/ember-suave-1.2.2.tgz
61919npm http 200 http://registry.npmjs.org/ember-cli-sass-pods
61920npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
61921npm verb headers etag: '"BXM5XZN8IOVQEX3LXME8MSNHG"',
61922npm verb headers 'content-type': 'application/json',
61923npm verb headers 'cache-control': 'max-age=300',
61924npm verb headers 'content-length': '21852',
61925npm verb headers 'accept-ranges': 'bytes',
61926npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
61927npm verb headers via: '1.1 varnish',
61928npm verb headers age: '0',
61929npm verb headers connection: 'keep-alive',
61930npm verb headers 'x-served-by': 'cache-fra1223-FRA',
61931npm verb headers 'x-cache': 'MISS',
61932npm verb headers 'x-cache-hits': '0',
61933npm verb headers 'x-timer': 'S1450870275.079951,VS0,VE498',
61934npm verb headers vary: 'Accept' }
61935npm verb get saving ember-cli-sass-pods to /root/.npm/registry.npmjs.org/ember-cli-sass-pods/.cache.json
61936npm verb cache add spec ember-cli-htmlbars@^1.0.1
61937npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for ember-cli-htmlbars
61938npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-htmlbars not in flight; fetching
61939npm verb cache add spec ember-cli-sri@^1.1.0
61940npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ember-cli-sri
61941npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-sri not in flight; fetching
61942npm verb cache add spec ember-data@1.13.15
61943npm verb addNamed "1.13.15" is a plain semver version for ember-data
61944npm verb addNameVersion registry:http://registry.npmjs.org/ember-data not in flight; fetching
61945npm verb cache add spec ember-cli-release@0.2.8
61946npm verb addNamed "0.2.8" is a plain semver version for ember-cli-release
61947npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-release not in flight; fetching
61948npm verb get http://registry.npmjs.org/ember-disable-proxy-controllers not expired, no request
61949npm verb addNamed "1.0.1" is a plain semver version for ember-disable-proxy-controllers
61950npm http fetch 200 http://registry.npmjs.org/ember-cli-blanket/-/ember-cli-blanket-0.6.2.tgz
61951npm http fetch 200 http://registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-1.0.1.tgz
61952npm verb cache add spec ember-moment@4.1.0
61953npm verb addNamed "4.1.0" is a plain semver version for ember-moment
61954npm verb addNameVersion registry:http://registry.npmjs.org/ember-moment not in flight; fetching
61955npm verb get http://registry.npmjs.org/ember-cli-uglify not expired, no request
61956npm verb addNamed "1.2.0" is a plain semver version for ember-cli-uglify
61957npm verb addRemoteTarball http://registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz not in flight; adding
61958npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz',
61959npm verb addRemoteTarball '1254eeec0ba025c24eb9e8da611afa7b38754281' ]
61960npm verb get http://registry.npmjs.org/broccoli-livingstyleguide not expired, no request
61961npm verb addNamed "0.2.0" is a plain semver version for broccoli-livingstyleguide
61962npm verb get http://registry.npmjs.org/broccoli-asset-rev not expired, no request
61963npm verb addNamed "2.4.1" is a plain semver version for broccoli-asset-rev
61964npm verb get http://registry.npmjs.org/broccoli-merge-trees not expired, no request
61965npm verb addNamed "1.1.0" is a plain semver version for broccoli-merge-trees
61966npm verb get http://registry.npmjs.org/ember-cli-moment-shim not expired, no request
61967npm verb get http://registry.npmjs.org/ember-cli-content-security-policy not expired, no request
61968npm verb get http://registry.npmjs.org/ember-sinon-qunit not expired, no request
61969npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz not in flight; adding
61970npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz',
61971npm verb addRemoteTarball '3208c32b54bc2783056e8bb0d5cfe9bbaf17ffb2' ]
61972npm verb addRemoteTarball http://registry.npmjs.org/broccoli-livingstyleguide/-/broccoli-livingstyleguide-0.2.0.tgz not in flight; adding
61973npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-livingstyleguide/-/broccoli-livingstyleguide-0.2.0.tgz',
61974npm verb addRemoteTarball '2346a0decb61070b9e216f0cd37a3994bf7ddcc2' ]
61975npm verb addRemoteTarball http://registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.4.1.tgz not in flight; adding
61976npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.4.1.tgz',
61977npm verb addRemoteTarball '0cc93cefb7750ee171a0f38b1f00ace7d8fe8b19' ]
61978npm verb addRemoteTarball http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz not in flight; adding
61979npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz',
61980npm verb addRemoteTarball '6411d8b367c1249514345f4dabea02b0e9b9b632' ]
61981npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-moment-shim/-/ember-cli-moment-shim-0.7.1.tgz not in flight; adding
61982npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-moment-shim/-/ember-cli-moment-shim-0.7.1.tgz',
61983npm verb addRemoteTarball '3b451a2e5dd90d376d32df0fdaf6c0952a172f4c' ]
61984npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-content-security-policy/-/ember-cli-content-security-policy-0.4.0.tgz not in flight; adding
61985npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-content-security-policy/-/ember-cli-content-security-policy-0.4.0.tgz',
61986npm verb addRemoteTarball '71e4f228e68bcefc313f0ffae26f3600a0093276' ]
61987npm verb get http://registry.npmjs.org/ember-try not expired, no request
61988npm verb addRemoteTarball http://registry.npmjs.org/ember-sinon-qunit/-/ember-sinon-qunit-1.0.0.tgz not in flight; adding
61989npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-sinon-qunit/-/ember-sinon-qunit-1.0.0.tgz',
61990npm verb addRemoteTarball '999c6e2c458a372ae75cbd8b0cdbb08a447e609d' ]
61991npm verb get http://registry.npmjs.org/ember-i18n not expired, no request
61992npm verb get http://registry.npmjs.org/ember-cli-ic-ajax not expired, no request
61993npm verb get http://registry.npmjs.org/ember-cli-autoprefixer not expired, no request
61994npm verb get http://registry.npmjs.org/ember-cli-app-version not expired, no request
61995npm verb addNamed "1.0.0" is a plain semver version for ember-cli-app-version
61996npm verb addRemoteTarball http://registry.npmjs.org/ember-try/-/ember-try-0.0.8.tgz not in flight; adding
61997npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-try/-/ember-try-0.0.8.tgz',
61998npm verb addRemoteTarball 'bd64c21c8424d4d81fd5e2f901bafffc48961930' ]
61999npm verb addRemoteTarball http://registry.npmjs.org/ember-i18n/-/ember-i18n-4.2.0.tgz not in flight; adding
62000npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-i18n/-/ember-i18n-4.2.0.tgz',
62001npm verb addRemoteTarball '2633f67b503a1e291fd70f230b0ffa54a668b191' ]
62002npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-ic-ajax/-/ember-cli-ic-ajax-0.2.4.tgz not in flight; adding
62003npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-ic-ajax/-/ember-cli-ic-ajax-0.2.4.tgz',
62004npm verb addRemoteTarball '448b07d39be09db135daff7a739d3135894536a1' ]
62005npm verb get http://registry.npmjs.org/ember-sinon not expired, no request
62006npm verb get http://registry.npmjs.org/ember-cli-dependency-checker not expired, no request
62007npm verb addNamed "1.2.0" is a plain semver version for ember-cli-dependency-checker
62008npm verb get http://registry.npmjs.org/ember-cpm not expired, no request
62009npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.5.0.tgz not in flight; adding
62010npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.5.0.tgz',
62011npm verb addRemoteTarball '8f4ca17cbf5e3dc6be04ad4bd69a4b77b29ac1ba' ]
62012npm verb get http://registry.npmjs.org/ember-cli-mirage not expired, no request
62013npm verb get http://registry.npmjs.org/ember-cli-sass not expired, no request
62014npm verb get http://registry.npmjs.org/ember-metrics not expired, no request
62015npm verb get http://registry.npmjs.org/ember-cli not expired, no request
62016npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-1.0.0.tgz not in flight; adding
62017npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-1.0.0.tgz',
62018npm verb addRemoteTarball '6963591abb3a176f68ab1507f41324e8154d0e66' ]
62019npm info retry fetch attempt 1 at 11:31:15
62020npm info attempt registry request try #1 at 11:31:15
62021npm http fetch GET http://registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz
62022npm verb addRemoteTarball http://registry.npmjs.org/ember-sinon/-/ember-sinon-0.3.0.tgz not in flight; adding
62023npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-sinon/-/ember-sinon-0.3.0.tgz',
62024npm verb addRemoteTarball '9ad554dc84def96ab97050e55513b608b1f48907' ]
62025npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.2.0.tgz not in flight; adding
62026npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.2.0.tgz',
62027npm verb addRemoteTarball '0d1d4fc93a48d9a105fbb120d262d05485dd7425' ]
62028npm verb addRemoteTarball http://registry.npmjs.org/ember-cpm/-/ember-cpm-2.1.1.tgz not in flight; adding
62029npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cpm/-/ember-cpm-2.1.1.tgz',
62030npm verb addRemoteTarball '4398317eab7e8eab96e167dd1fe79f5737250fdf' ]
62031npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.1.11.tgz not in flight; adding
62032npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.1.11.tgz',
62033npm verb addRemoteTarball '8b4a8a554ef68fa84e48da443cdc31363dd2a88e' ]
62034npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.1.0.tgz not in flight; adding
62035npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.1.0.tgz',
62036npm verb addRemoteTarball '9c6b787775f135ab2dd3470d27132357ade34008' ]
62037npm verb get http://registry.npmjs.org/ember-cli-htmlbars not expired, no request
62038npm verb addNamed "1.0.1" is a plain semver version for ember-cli-htmlbars
62039npm verb addRemoteTarball http://registry.npmjs.org/ember-metrics/-/ember-metrics-0.5.1.tgz not in flight; adding
62040npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-metrics/-/ember-metrics-0.5.1.tgz',
62041npm verb addRemoteTarball '66e54778beee73544e6ac98725d3065b9dbde5c6' ]
62042npm verb addRemoteTarball http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.12.tgz not in flight; adding
62043npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.12.tgz',
62044npm verb addRemoteTarball '0c143daaf3502abae9d15c3455a2c8127f7c1bd4' ]
62045npm verb get http://registry.npmjs.org/ember-cli-sri not expired, no request
62046npm verb addNamed "1.2.1" is a plain semver version for ember-cli-sri
62047npm verb get http://registry.npmjs.org/ember-cli-release not expired, no request
62048npm verb get http://registry.npmjs.org/ember-data not expired, no request
62049npm info retry fetch attempt 1 at 11:31:15
62050npm info attempt registry request try #1 at 11:31:15
62051npm http fetch GET http://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz
62052npm info retry fetch attempt 1 at 11:31:15
62053npm info attempt registry request try #1 at 11:31:15
62054npm http fetch GET http://registry.npmjs.org/broccoli-livingstyleguide/-/broccoli-livingstyleguide-0.2.0.tgz
62055npm info retry fetch attempt 1 at 11:31:15
62056npm info attempt registry request try #1 at 11:31:15
62057npm http fetch GET http://registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.4.1.tgz
62058npm info retry fetch attempt 1 at 11:31:15
62059npm info attempt registry request try #1 at 11:31:15
62060npm http fetch GET http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz
62061npm info retry fetch attempt 1 at 11:31:15
62062npm info attempt registry request try #1 at 11:31:15
62063npm http fetch GET http://registry.npmjs.org/ember-cli-moment-shim/-/ember-cli-moment-shim-0.7.1.tgz
62064npm info retry fetch attempt 1 at 11:31:15
62065npm info attempt registry request try #1 at 11:31:15
62066npm http fetch GET http://registry.npmjs.org/ember-cli-content-security-policy/-/ember-cli-content-security-policy-0.4.0.tgz
62067npm info retry fetch attempt 1 at 11:31:15
62068npm info attempt registry request try #1 at 11:31:15
62069npm http fetch GET http://registry.npmjs.org/ember-sinon-qunit/-/ember-sinon-qunit-1.0.0.tgz
62070npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.2.0.tgz not in flight; adding
62071npm verb addTmpTarball already have metadata; skipping unpack for ember-truth-helpers@1.2.0
62072npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-suave/-/ember-suave-1.2.2.tgz not in flight; adding
62073npm verb addTmpTarball already have metadata; skipping unpack for ember-suave@1.2.2
62074npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.0.1.tgz not in flight; adding
62075npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.0.1.tgz',
62076npm verb addRemoteTarball '1143fea0f73013b1d7eb24fdf83ffff4abba0780' ]
62077npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-1.2.1.tgz not in flight; adding
62078npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-1.2.1.tgz',
62079npm verb addRemoteTarball '105b1f8bfb88fff8817caa14d0776ecb06f857ee' ]
62080npm verb get http://registry.npmjs.org/ember-moment not expired, no request
62081npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.8.tgz not in flight; adding
62082npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.8.tgz',
62083npm verb addRemoteTarball 'e9fddd06058c0f3bc2ea57ab2667e9611f8fb205' ]
62084npm verb addRemoteTarball http://registry.npmjs.org/ember-data/-/ember-data-1.13.15.tgz not in flight; adding
62085npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-data/-/ember-data-1.13.15.tgz',
62086npm verb addRemoteTarball '7be3484f204395fe2f26624c36a73b9ffceb4fa4' ]
62087npm info retry fetch attempt 1 at 11:31:15
62088npm info attempt registry request try #1 at 11:31:15
62089npm http fetch GET http://registry.npmjs.org/ember-try/-/ember-try-0.0.8.tgz
62090npm info retry fetch attempt 1 at 11:31:15
62091npm info attempt registry request try #1 at 11:31:15
62092npm http fetch GET http://registry.npmjs.org/ember-i18n/-/ember-i18n-4.2.0.tgz
62093npm info retry fetch attempt 1 at 11:31:15
62094npm info attempt registry request try #1 at 11:31:15
62095npm http fetch GET http://registry.npmjs.org/ember-cli-ic-ajax/-/ember-cli-ic-ajax-0.2.4.tgz
62096npm info retry fetch attempt 1 at 11:31:15
62097npm info attempt registry request try #1 at 11:31:15
62098npm http fetch GET http://registry.npmjs.org/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.5.0.tgz
62099npm verb cache add spec ember-responsive@1.2.3
62100npm verb addNamed "1.2.3" is a plain semver version for ember-responsive
62101npm verb addNameVersion registry:http://registry.npmjs.org/ember-responsive not in flight; fetching
62102npm http fetch 200 http://registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz
62103npm http 200 http://registry.npmjs.org/ember-cli-qunit
62104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62105npm verb headers etag: '"C2CW603LBB35KWNG4CN95M4EM"',
62106npm verb headers 'content-type': 'application/json',
62107npm verb headers 'cache-control': 'max-age=300',
62108npm verb headers 'content-length': '51025',
62109npm verb headers 'accept-ranges': 'bytes',
62110npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
62111npm verb headers via: '1.1 varnish',
62112npm verb headers age: '0',
62113npm verb headers connection: 'keep-alive',
62114npm verb headers 'x-served-by': 'cache-fra1229-FRA',
62115npm verb headers 'x-cache': 'HIT',
62116npm verb headers 'x-cache-hits': '1',
62117npm verb headers 'x-timer': 'S1450870275.078010,VS0,VE705',
62118npm verb headers vary: 'Accept' }
62119npm verb get saving ember-cli-qunit to /root/.npm/registry.npmjs.org/ember-cli-qunit/.cache.json
62120npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-blanket/-/ember-cli-blanket-0.6.2.tgz not in flight; adding
62121npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-blanket@0.6.2
62122npm verb addRemoteTarball http://registry.npmjs.org/ember-moment/-/ember-moment-4.1.0.tgz not in flight; adding
62123npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-moment/-/ember-moment-4.1.0.tgz',
62124npm verb addRemoteTarball '18548d6104d1c5a1a96c26b561ce85991e043446' ]
62125npm info retry fetch attempt 1 at 11:31:15
62126npm info attempt registry request try #1 at 11:31:15
62127npm http fetch GET http://registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-1.0.0.tgz
62128npm info retry fetch attempt 1 at 11:31:15
62129npm info attempt registry request try #1 at 11:31:15
62130npm http fetch GET http://registry.npmjs.org/ember-sinon/-/ember-sinon-0.3.0.tgz
62131npm info retry fetch attempt 1 at 11:31:15
62132npm info attempt registry request try #1 at 11:31:15
62133npm http fetch GET http://registry.npmjs.org/ember-cpm/-/ember-cpm-2.1.1.tgz
62134npm info retry fetch attempt 1 at 11:31:15
62135npm info attempt registry request try #1 at 11:31:15
62136npm http fetch GET http://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.2.0.tgz
62137npm info retry fetch attempt 1 at 11:31:15
62138npm info attempt registry request try #1 at 11:31:15
62139npm http fetch GET http://registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.1.11.tgz
62140npm verb cache add spec ember-cli-htmlbars-inline-precompile@^0.3.1
62141npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for ember-cli-htmlbars-inline-precompile
62142npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile not in flight; fetching
62143npm verb cache add spec ember-cli-opinionated@0.2.0
62144npm verb addNamed "0.2.0" is a plain semver version for ember-cli-opinionated
62145npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-opinionated not in flight; fetching
62146npm verb cache add spec ember-feature-flags@2.0.0
62147npm verb addNamed "2.0.0" is a plain semver version for ember-feature-flags
62148npm verb addNameVersion registry:http://registry.npmjs.org/ember-feature-flags not in flight; fetching
62149npm http fetch 200 http://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz
62150npm http fetch 200 http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz
62151npm http fetch 200 http://registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.4.1.tgz
62152npm http fetch 200 http://registry.npmjs.org/ember-cli-moment-shim/-/ember-cli-moment-shim-0.7.1.tgz
62153npm http fetch 200 http://registry.npmjs.org/ember-cli-content-security-policy/-/ember-cli-content-security-policy-0.4.0.tgz
62154npm http 200 http://registry.npmjs.org/ember-cli-babel
62155npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62156npm verb headers etag: '"A3PHEFJYM0Z2TVQXHSXHJ37AS"',
62157npm verb headers 'content-type': 'application/json',
62158npm verb headers 'cache-control': 'max-age=300',
62159npm verb headers 'content-length': '26958',
62160npm verb headers 'accept-ranges': 'bytes',
62161npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
62162npm verb headers via: '1.1 varnish',
62163npm verb headers age: '0',
62164npm verb headers connection: 'keep-alive',
62165npm verb headers 'x-served-by': 'cache-fra1226-FRA',
62166npm verb headers 'x-cache': 'HIT',
62167npm verb headers 'x-cache-hits': '1',
62168npm verb headers 'x-timer': 'S1450870275.076750,VS0,VE769',
62169npm verb headers vary: 'Accept' }
62170npm verb get saving ember-cli-babel to /root/.npm/registry.npmjs.org/ember-cli-babel/.cache.json
62171npm info retry fetch attempt 1 at 11:31:15
62172npm info attempt registry request try #1 at 11:31:15
62173npm http fetch GET http://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.1.0.tgz
62174npm info retry fetch attempt 1 at 11:31:15
62175npm info attempt registry request try #1 at 11:31:15
62176npm http fetch GET http://registry.npmjs.org/ember-metrics/-/ember-metrics-0.5.1.tgz
62177npm info retry fetch attempt 1 at 11:31:15
62178npm info attempt registry request try #1 at 11:31:15
62179npm http fetch GET http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.12.tgz
62180npm http fetch 200 http://registry.npmjs.org/ember-sinon-qunit/-/ember-sinon-qunit-1.0.0.tgz
62181npm http 200 http://registry.npmjs.org/ember-export-application-global
62182npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62183npm verb headers etag: '"CKV4JA3B9C0MQRRJPU0CH6EGB"',
62184npm verb headers 'content-type': 'application/json',
62185npm verb headers 'cache-control': 'max-age=300',
62186npm verb headers 'content-length': '13414',
62187npm verb headers 'accept-ranges': 'bytes',
62188npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
62189npm verb headers via: '1.1 varnish',
62190npm verb headers age: '0',
62191npm verb headers connection: 'keep-alive',
62192npm verb headers 'x-served-by': 'cache-fra1242-FRA',
62193npm verb headers 'x-cache': 'HIT',
62194npm verb headers 'x-cache-hits': '1',
62195npm verb headers 'x-timer': 'S1450870275.079416,VS0,VE779',
62196npm verb headers vary: 'Accept' }
62197npm verb get saving ember-export-application-global to /root/.npm/registry.npmjs.org/ember-export-application-global/.cache.json
62198npm http 200 http://registry.npmjs.org/ember-cli-inject-live-reload
62199npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62200npm verb headers etag: '"NUN6P87N4V2YJ0D4BOBYHV1W"',
62201npm verb headers 'content-type': 'application/json',
62202npm verb headers 'cache-control': 'max-age=300',
62203npm verb headers 'content-length': '15123',
62204npm verb headers 'accept-ranges': 'bytes',
62205npm verb headers date: 'Wed, 23 Dec 2015 11:31:15 GMT',
62206npm verb headers via: '1.1 varnish',
62207npm verb headers age: '0',
62208npm verb headers connection: 'keep-alive',
62209npm verb headers 'x-served-by': 'cache-fra1228-FRA',
62210npm verb headers 'x-cache': 'HIT',
62211npm verb headers 'x-cache-hits': '1',
62212npm verb headers 'x-timer': 'S1450870275.078522,VS0,VE785',
62213npm verb headers vary: 'Accept' }
62214npm verb get saving ember-cli-inject-live-reload to /root/.npm/registry.npmjs.org/ember-cli-inject-live-reload/.cache.json
62215npm http fetch 200 http://registry.npmjs.org/ember-try/-/ember-try-0.0.8.tgz
62216npm http fetch 200 http://registry.npmjs.org/ember-cli-ic-ajax/-/ember-cli-ic-ajax-0.2.4.tgz
62217npm http fetch 200 http://registry.npmjs.org/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.5.0.tgz
62218npm http fetch 200 http://registry.npmjs.org/ember-i18n/-/ember-i18n-4.2.0.tgz
62219npm http fetch 200 http://registry.npmjs.org/broccoli-livingstyleguide/-/broccoli-livingstyleguide-0.2.0.tgz
62220npm info retry fetch attempt 1 at 11:31:15
62221npm info attempt registry request try #1 at 11:31:15
62222npm http fetch GET http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.0.1.tgz
62223npm info retry fetch attempt 1 at 11:31:15
62224npm info attempt registry request try #1 at 11:31:15
62225npm http fetch GET http://registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-1.2.1.tgz
62226npm info retry fetch attempt 1 at 11:31:15
62227npm info attempt registry request try #1 at 11:31:15
62228npm http fetch GET http://registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.8.tgz
62229npm info retry fetch attempt 1 at 11:31:15
62230npm info attempt registry request try #1 at 11:31:15
62231npm http fetch GET http://registry.npmjs.org/ember-data/-/ember-data-1.13.15.tgz
62232npm http fetch 200 http://registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-1.0.0.tgz
62233npm http fetch 200 http://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.2.0.tgz
62234npm http fetch 200 http://registry.npmjs.org/ember-sinon/-/ember-sinon-0.3.0.tgz
62235npm http fetch 200 http://registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.1.11.tgz
62236npm http fetch 200 http://registry.npmjs.org/ember-cpm/-/ember-cpm-2.1.1.tgz
62237npm verb cache add spec ember-cli-sass-pods@1.2.0
62238npm verb addNamed "1.2.0" is a plain semver version for ember-cli-sass-pods
62239npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-sass-pods not in flight; fetching
62240npm info retry fetch attempt 1 at 11:31:15
62241npm info attempt registry request try #1 at 11:31:15
62242npm http fetch GET http://registry.npmjs.org/ember-moment/-/ember-moment-4.1.0.tgz
62243npm verb get http://registry.npmjs.org/ember-responsive not expired, no request
62244npm http fetch 200 http://registry.npmjs.org/ember-metrics/-/ember-metrics-0.5.1.tgz
62245npm http fetch 200 http://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.1.0.tgz
62246npm http fetch 200 http://registry.npmjs.org/ember-cli/-/ember-cli-1.13.12.tgz
62247npm verb get http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile not expired, no request
62248npm verb addNamed "0.3.1" is a plain semver version for ember-cli-htmlbars-inline-precompile
62249npm verb get http://registry.npmjs.org/ember-cli-opinionated not expired, no request
62250npm verb get http://registry.npmjs.org/ember-feature-flags not expired, no request
62251npm verb addRemoteTarball http://registry.npmjs.org/ember-responsive/-/ember-responsive-1.2.3.tgz not in flight; adding
62252npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-responsive/-/ember-responsive-1.2.3.tgz',
62253npm verb addRemoteTarball '4eeb1d09e0701112344c7b7df11b3f9b86cde486' ]
62254npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz not in flight; adding
62255npm verb addTmpTarball already have metadata; skipping unpack for ember-disable-proxy-controllers@1.0.1
62256npm http fetch 200 http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.0.1.tgz
62257npm http fetch 200 http://registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-1.2.1.tgz
62258npm http fetch 200 http://registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.8.tgz
62259npm http fetch 200 http://registry.npmjs.org/ember-data/-/ember-data-1.13.15.tgz
62260npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.3.1.tgz not in flight; adding
62261npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.3.1.tgz',
62262npm verb addRemoteTarball '5e37101d7017c61ae11b721ee709ae0c1802ce59' ]
62263npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-opinionated/-/ember-cli-opinionated-0.2.0.tgz not in flight; adding
62264npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-opinionated/-/ember-cli-opinionated-0.2.0.tgz',
62265npm verb addRemoteTarball '9e8c29b37d95c1f0ed4470434be757346ba55ecd' ]
62266npm verb addRemoteTarball http://registry.npmjs.org/ember-feature-flags/-/ember-feature-flags-2.0.0.tgz not in flight; adding
62267npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-feature-flags/-/ember-feature-flags-2.0.0.tgz',
62268npm verb addRemoteTarball 'd524797f2c78dd918245ed2bcf4d6480b2f6e98d' ]
62269npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz not in flight; adding
62270npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-uglify@1.2.0
62271npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.1.0.tgz not in flight; adding
62272npm verb addTmpTarball already have metadata; skipping unpack for broccoli-merge-trees@1.1.0
62273npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.4.1.tgz not in flight; adding
62274npm verb addTmpTarball already have metadata; skipping unpack for broccoli-asset-rev@2.4.1
62275npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-moment-shim/-/ember-cli-moment-shim-0.7.1.tgz not in flight; adding
62276npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-moment-shim@0.7.1
62277npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-content-security-policy/-/ember-cli-content-security-policy-0.4.0.tgz not in flight; adding
62278npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-content-security-policy@0.4.0
62279npm http fetch 200 http://registry.npmjs.org/ember-moment/-/ember-moment-4.1.0.tgz
62280npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-sinon-qunit/-/ember-sinon-qunit-1.0.0.tgz not in flight; adding
62281npm verb addTmpTarball already have metadata; skipping unpack for ember-sinon-qunit@1.0.0
62282npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-i18n/-/ember-i18n-4.2.0.tgz not in flight; adding
62283npm verb addTmpTarball already have metadata; skipping unpack for ember-i18n@4.2.0
62284npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-autoprefixer/-/ember-cli-autoprefixer-0.5.0.tgz not in flight; adding
62285npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-autoprefixer@0.5.0
62286npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-try/-/ember-try-0.0.8.tgz not in flight; adding
62287npm verb addTmpTarball already have metadata; skipping unpack for ember-try@0.0.8
62288npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-ic-ajax/-/ember-cli-ic-ajax-0.2.4.tgz not in flight; adding
62289npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-ic-ajax@0.2.4
62290npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-livingstyleguide/-/broccoli-livingstyleguide-0.2.0.tgz not in flight; adding
62291npm verb addTmpTarball already have metadata; skipping unpack for broccoli-livingstyleguide@0.2.0
62292npm verb get http://registry.npmjs.org/ember-cli-sass-pods not expired, no request
62293npm info retry fetch attempt 1 at 11:31:16
62294npm info attempt registry request try #1 at 11:31:16
62295npm http fetch GET http://registry.npmjs.org/ember-responsive/-/ember-responsive-1.2.3.tgz
62296npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-1.0.0.tgz not in flight; adding
62297npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-app-version@1.0.0
62298npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.2.0.tgz not in flight; adding
62299npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-dependency-checker@1.2.0
62300npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-sinon/-/ember-sinon-0.3.0.tgz not in flight; adding
62301npm verb addTmpTarball already have metadata; skipping unpack for ember-sinon@0.3.0
62302npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-sass-pods/-/ember-cli-sass-pods-1.2.0.tgz not in flight; adding
62303npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-sass-pods/-/ember-cli-sass-pods-1.2.0.tgz',
62304npm verb addRemoteTarball '4437366e1a1aa40b28454921e21fd619d463ff81' ]
62305npm info retry fetch attempt 1 at 11:31:16
62306npm info attempt registry request try #1 at 11:31:16
62307npm http fetch GET http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.3.1.tgz
62308npm info retry fetch attempt 1 at 11:31:16
62309npm info attempt registry request try #1 at 11:31:16
62310npm http fetch GET http://registry.npmjs.org/ember-cli-opinionated/-/ember-cli-opinionated-0.2.0.tgz
62311npm info retry fetch attempt 1 at 11:31:16
62312npm info attempt registry request try #1 at 11:31:16
62313npm http fetch GET http://registry.npmjs.org/ember-feature-flags/-/ember-feature-flags-2.0.0.tgz
62314npm verb afterAdd /root/.npm/ember-truth-helpers/1.2.0/package/package.json not in flight; writing
62315npm verb cache add spec ember-cli-qunit@^1.0.4
62316npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for ember-cli-qunit
62317npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-qunit not in flight; fetching
62318npm verb afterAdd /root/.npm/ember-suave/1.2.2/package/package.json not in flight; writing
62319npm verb cache add spec ember-cli-babel@^5.1.5
62320npm verb addNamed ">=5.1.5 <6.0.0" is a valid semver range for ember-cli-babel
62321npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-babel not in flight; fetching
62322npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-metrics/-/ember-metrics-0.5.1.tgz not in flight; adding
62323npm verb addTmpTarball already have metadata; skipping unpack for ember-metrics@0.5.1
62324npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.1.0.tgz not in flight; adding
62325npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-sass@5.1.0
62326npm verb afterAdd /root/.npm/ember-cli-blanket/0.6.2/package/package.json not in flight; writing
62327npm verb cache add spec ember-export-application-global@^1.0.4
62328npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for ember-export-application-global
62329npm verb addNameRange registry:http://registry.npmjs.org/ember-export-application-global not in flight; fetching
62330npm verb cache add spec ember-cli-inject-live-reload@^1.3.1
62331npm verb addNamed ">=1.3.1 <2.0.0" is a valid semver range for ember-cli-inject-live-reload
62332npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-inject-live-reload not in flight; fetching
62333npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.0.1.tgz not in flight; adding
62334npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-htmlbars@1.0.1
62335npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-1.2.1.tgz not in flight; adding
62336npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-sri@1.2.1
62337npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-data/-/ember-data-1.13.15.tgz not in flight; adding
62338npm verb addTmpTarball already have metadata; skipping unpack for ember-data@1.13.15
62339npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.1.11.tgz not in flight; adding
62340npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-mirage@0.1.11
62341npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.8.tgz not in flight; adding
62342npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-release@0.2.8
62343npm info retry fetch attempt 1 at 11:31:16
62344npm info attempt registry request try #1 at 11:31:16
62345npm http fetch GET http://registry.npmjs.org/ember-cli-sass-pods/-/ember-cli-sass-pods-1.2.0.tgz
62346npm http fetch 200 http://registry.npmjs.org/ember-responsive/-/ember-responsive-1.2.3.tgz
62347npm http fetch 200 http://registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.3.1.tgz
62348npm http fetch 200 http://registry.npmjs.org/ember-feature-flags/-/ember-feature-flags-2.0.0.tgz
62349npm http fetch 200 http://registry.npmjs.org/ember-cli-opinionated/-/ember-cli-opinionated-0.2.0.tgz
62350npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-moment/-/ember-moment-4.1.0.tgz not in flight; adding
62351npm verb addTmpTarball already have metadata; skipping unpack for ember-moment@4.1.0
62352npm verb afterAdd /root/.npm/ember-truth-helpers/1.2.0/package/package.json written
62353npm verb get http://registry.npmjs.org/ember-cli-qunit not expired, no request
62354npm verb addNamed "1.1.0" is a plain semver version for ember-cli-qunit
62355npm verb afterAdd /root/.npm/ember-suave/1.2.2/package/package.json written
62356npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-1.1.0.tgz not in flight; adding
62357npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-1.1.0.tgz',
62358npm verb addRemoteTarball '944817052c3232753351494e57d10fff761c24c9' ]
62359npm verb get http://registry.npmjs.org/ember-cli-babel not expired, no request
62360npm verb addNamed "5.1.6" is a plain semver version for ember-cli-babel
62361npm http fetch 200 http://registry.npmjs.org/ember-cli-sass-pods/-/ember-cli-sass-pods-1.2.0.tgz
62362npm verb afterAdd /root/.npm/ember-cli-blanket/0.6.2/package/package.json written
62363npm verb afterAdd /root/.npm/ember-disable-proxy-controllers/1.0.1/package/package.json not in flight; writing
62364npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.6.tgz not in flight; adding
62365npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.6.tgz',
62366npm verb addRemoteTarball 'd3e4fe59d96589adf7db1d99ff4f6b9dfa9dc132' ]
62367npm verb get http://registry.npmjs.org/ember-export-application-global not expired, no request
62368npm verb addNamed "1.0.5" is a plain semver version for ember-export-application-global
62369npm verb get http://registry.npmjs.org/ember-cli-inject-live-reload not expired, no request
62370npm verb addNamed "1.4.0" is a plain semver version for ember-cli-inject-live-reload
62371npm verb afterAdd /root/.npm/ember-cli-uglify/1.2.0/package/package.json not in flight; writing
62372npm verb afterAdd /root/.npm/broccoli-merge-trees/1.1.0/package/package.json not in flight; writing
62373npm verb afterAdd /root/.npm/broccoli-asset-rev/2.4.1/package/package.json not in flight; writing
62374npm verb afterAdd /root/.npm/ember-cli-moment-shim/0.7.1/package/package.json not in flight; writing
62375npm verb afterAdd /root/.npm/ember-cli-content-security-policy/0.4.0/package/package.json not in flight; writing
62376npm verb addRemoteTarball http://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-1.0.5.tgz not in flight; adding
62377npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-1.0.5.tgz',
62378npm verb addRemoteTarball '73bd641b19e3474190f717c9b504617511506bea' ]
62379npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.4.0.tgz not in flight; adding
62380npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.4.0.tgz',
62381npm verb addRemoteTarball '1dac5b4a2fecc51cea3c17bce9089596115a7fbd' ]
62382npm info retry fetch attempt 1 at 11:31:16
62383npm info attempt registry request try #1 at 11:31:16
62384npm http fetch GET http://registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-1.1.0.tgz
62385npm verb afterAdd /root/.npm/ember-sinon-qunit/1.0.0/package/package.json not in flight; writing
62386npm verb afterAdd /root/.npm/ember-try/0.0.8/package/package.json not in flight; writing
62387npm verb afterAdd /root/.npm/ember-i18n/4.2.0/package/package.json not in flight; writing
62388npm verb afterAdd /root/.npm/ember-cli-ic-ajax/0.2.4/package/package.json not in flight; writing
62389npm verb afterAdd /root/.npm/broccoli-livingstyleguide/0.2.0/package/package.json not in flight; writing
62390npm verb afterAdd /root/.npm/ember-cli-autoprefixer/0.5.0/package/package.json not in flight; writing
62391npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-responsive/-/ember-responsive-1.2.3.tgz not in flight; adding
62392npm verb addTmpTarball already have metadata; skipping unpack for ember-responsive@1.2.3
62393npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.3.1.tgz not in flight; adding
62394npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-htmlbars-inline-precompile@0.3.1
62395npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-feature-flags/-/ember-feature-flags-2.0.0.tgz not in flight; adding
62396npm verb addTmpTarball already have metadata; skipping unpack for ember-feature-flags@2.0.0
62397npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-opinionated/-/ember-cli-opinionated-0.2.0.tgz not in flight; adding
62398npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-opinionated@0.2.0
62399npm info retry fetch attempt 1 at 11:31:16
62400npm info attempt registry request try #1 at 11:31:16
62401npm http fetch GET http://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.6.tgz
62402npm verb afterAdd /root/.npm/ember-cli-dependency-checker/1.2.0/package/package.json not in flight; writing
62403npm verb afterAdd /root/.npm/ember-sinon/0.3.0/package/package.json not in flight; writing
62404npm verb afterAdd /root/.npm/ember-cli-app-version/1.0.0/package/package.json not in flight; writing
62405npm info retry fetch attempt 1 at 11:31:16
62406npm info attempt registry request try #1 at 11:31:16
62407npm http fetch GET http://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-1.0.5.tgz
62408npm info retry fetch attempt 1 at 11:31:16
62409npm info attempt registry request try #1 at 11:31:16
62410npm http fetch GET http://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.4.0.tgz
62411npm verb afterAdd /root/.npm/ember-disable-proxy-controllers/1.0.1/package/package.json written
62412npm verb afterAdd /root/.npm/ember-metrics/0.5.1/package/package.json not in flight; writing
62413npm verb afterAdd /root/.npm/ember-cli-sass/5.1.0/package/package.json not in flight; writing
62414npm http fetch 200 http://registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-1.1.0.tgz
62415npm http fetch 200 http://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.6.tgz
62416npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-sass-pods/-/ember-cli-sass-pods-1.2.0.tgz not in flight; adding
62417npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-sass-pods@1.2.0
62418npm verb afterAdd /root/.npm/ember-cli-uglify/1.2.0/package/package.json written
62419npm verb afterAdd /root/.npm/broccoli-merge-trees/1.1.0/package/package.json written
62420npm verb afterAdd /root/.npm/broccoli-asset-rev/2.4.1/package/package.json written
62421npm verb afterAdd /root/.npm/ember-cli-moment-shim/0.7.1/package/package.json written
62422npm verb afterAdd /root/.npm/ember-cli-content-security-policy/0.4.0/package/package.json written
62423npm verb afterAdd /root/.npm/ember-cli-htmlbars/1.0.1/package/package.json not in flight; writing
62424npm verb afterAdd /root/.npm/ember-cli-sri/1.2.1/package/package.json not in flight; writing
62425npm verb afterAdd /root/.npm/ember-data/1.13.15/package/package.json not in flight; writing
62426npm verb afterAdd /root/.npm/ember-cli-mirage/0.1.11/package/package.json not in flight; writing
62427npm verb afterAdd /root/.npm/ember-cli-release/0.2.8/package/package.json not in flight; writing
62428npm verb mirrorRemote git+https://github.com/roundcube-next/roundcube-notifications.git git clone https://github.com/roundcube-next/roundcube-notifications.git Cloning into bare repository '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-notifications-git-8f8def7d'...
62429npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-simple-auth/-/ember-simple-auth-1.0.1.tgz not in flight; adding
62430npm verb addTmpTarball already have metadata; skipping unpack for ember-simple-auth@1.0.1
62431npm verb afterAdd /root/.npm/ember-sinon-qunit/1.0.0/package/package.json written
62432npm verb afterAdd /root/.npm/ember-try/0.0.8/package/package.json written
62433npm verb afterAdd /root/.npm/ember-i18n/4.2.0/package/package.json written
62434npm verb afterAdd /root/.npm/ember-cli-ic-ajax/0.2.4/package/package.json written
62435npm verb afterAdd /root/.npm/broccoli-livingstyleguide/0.2.0/package/package.json written
62436npm verb afterAdd /root/.npm/ember-cli-autoprefixer/0.5.0/package/package.json written
62437npm http fetch 200 http://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-1.0.5.tgz
62438npm http fetch 200 http://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.4.0.tgz
62439npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli/-/ember-cli-1.13.12.tgz not in flight; adding
62440npm verb addTmpTarball already have metadata; skipping unpack for ember-cli@1.13.12
62441npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cpm/-/ember-cpm-2.1.1.tgz not in flight; adding
62442npm verb addTmpTarball already have metadata; skipping unpack for ember-cpm@2.1.1
62443npm verb afterAdd /root/.npm/ember-moment/4.1.0/package/package.json not in flight; writing
62444npm verb afterAdd /root/.npm/ember-cli-dependency-checker/1.2.0/package/package.json written
62445npm verb afterAdd /root/.npm/ember-cli-app-version/1.0.0/package/package.json written
62446npm verb afterAdd /root/.npm/ember-sinon/0.3.0/package/package.json written
62447npm verb afterAdd /root/.npm/ember-metrics/0.5.1/package/package.json written
62448npm verb afterAdd /root/.npm/ember-cli-sass/5.1.0/package/package.json written
62449npm verb afterAdd /root/.npm/ember-cli-htmlbars/1.0.1/package/package.json written
62450npm verb afterAdd /root/.npm/ember-cli-sri/1.2.1/package/package.json written
62451npm verb afterAdd /root/.npm/ember-data/1.13.15/package/package.json written
62452npm verb afterAdd /root/.npm/ember-cli-mirage/0.1.11/package/package.json written
62453npm verb afterAdd /root/.npm/ember-cli-release/0.2.8/package/package.json written
62454npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-1.1.0.tgz not in flight; adding
62455npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-qunit@1.1.0
62456npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.6.tgz not in flight; adding
62457npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-babel@5.1.6
62458npm verb mirrorRemote git+https://github.com/roundcube-next/roundcube-mail.git git clone https://github.com/roundcube-next/roundcube-mail.git Cloning into bare repository '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-mail-git-b065fecd'...
62459npm verb afterAdd /root/.npm/ember-moment/4.1.0/package/package.json written
62460npm verb addBundled extract /root/.npm/ember-cli-ic-ajax/0.2.4/package.tgz
62461npm verb tar unpack /root/.npm/ember-cli-ic-ajax/0.2.4/package.tgz
62462npm verb tar unpacking to /tmp/npm-6-3abf5909/unpack-50b0a9b6
62463npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-3abf5909/unpack-50b0a9b6
62464npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-1.0.5.tgz not in flight; adding
62465npm verb addTmpTarball already have metadata; skipping unpack for ember-export-application-global@1.0.5
62466npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.4.0.tgz not in flight; adding
62467npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-inject-live-reload@1.4.0
62468npm verb afterAdd /root/.npm/ember-responsive/1.2.3/package/package.json not in flight; writing
62469npm verb afterAdd /root/.npm/ember-cli-htmlbars-inline-precompile/0.3.1/package/package.json not in flight; writing
62470npm verb afterAdd /root/.npm/ember-feature-flags/2.0.0/package/package.json not in flight; writing
62471npm verb afterAdd /root/.npm/ember-cli-opinionated/0.2.0/package/package.json not in flight; writing
62472npm verb afterAdd /root/.npm/ember-cli-sass-pods/1.2.0/package/package.json not in flight; writing
62473npm verb afterAdd /root/.npm/ember-responsive/1.2.3/package/package.json written
62474npm verb afterAdd /root/.npm/ember-cpm/2.1.1/package/package.json not in flight; writing
62475npm verb afterAdd /root/.npm/ember-cli-htmlbars-inline-precompile/0.3.1/package/package.json written
62476npm verb afterAdd /root/.npm/ember-feature-flags/2.0.0/package/package.json written
62477npm verb afterAdd /root/.npm/ember-cli-opinionated/0.2.0/package/package.json written
62478npm verb setPermissions git+https://github.com/roundcube-next/roundcube-notifications.git set permissions on /root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-notifications-git-8f8def7d
62479npm verb resolveHead git+https://github.com/roundcube-next/roundcube-notifications.git original treeish: master
62480npm verb afterAdd /root/.npm/ember-cli-sass-pods/1.2.0/package/package.json written
62481npm verb afterAdd /root/.npm/ember-cli-babel/5.1.6/package/package.json not in flight; writing
62482npm verb afterAdd /root/.npm/ember-cli-qunit/1.1.0/package/package.json not in flight; writing
62483npm verb afterAdd /root/.npm/ember-cpm/2.1.1/package/package.json written
62484npm verb afterAdd /root/.npm/ember-cli/1.13.12/package/package.json not in flight; writing
62485npm info git [ 'rev-list', '-n1', 'master' ]
62486npm verb afterAdd /root/.npm/ember-export-application-global/1.0.5/package/package.json not in flight; writing
62487npm verb afterAdd /root/.npm/ember-cli-inject-live-reload/1.4.0/package/package.json not in flight; writing
62488npm verb setPermissions git+https://github.com/roundcube-next/roundcube-mail.git set permissions on /root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-mail-git-b065fecd
62489npm verb resolveHead git+https://github.com/roundcube-next/roundcube-mail.git original treeish: master
62490npm verb resolveHead git+https://github.com/roundcube-next/roundcube-notifications.git resolved Git URL: git+https://github.com/roundcube-next/roundcube-notifications.git#2b4d2504ba079d85c644d84b81b506ca180c8de2
62491npm verb afterAdd /root/.npm/ember-cli-babel/5.1.6/package/package.json written
62492npm verb afterAdd /root/.npm/ember-cli-qunit/1.1.0/package/package.json written
62493npm verb afterAdd /root/.npm/ember-simple-auth/1.0.1/package/package.json not in flight; writing
62494npm verb afterAdd /root/.npm/ember-cli/1.13.12/package/package.json written
62495npm info git [ 'rev-list', '-n1', 'master' ]
62496npm verb afterAdd /root/.npm/ember-export-application-global/1.0.5/package/package.json written
62497npm verb afterAdd /root/.npm/ember-cli-inject-live-reload/1.4.0/package/package.json written
62498npm verb resolveHead git+https://github.com/roundcube-next/roundcube-mail.git resolved Git URL: git+https://github.com/roundcube-next/roundcube-mail.git#d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1
62499npm verb addBundled extract /root/.npm/ember-cli-qunit/1.1.0/package.tgz
62500npm verb tar unpack /root/.npm/ember-cli-qunit/1.1.0/package.tgz
62501npm verb tar unpacking to /tmp/npm-6-3abf5909/unpack-314fa19a
62502npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-3abf5909/unpack-314fa19a
62503npm info git [ 'clone',
62504npm info git '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-notifications-git-8f8def7d',
62505npm info git '/tmp/npm-6-3abf5909/git-cache-354ac7f1/2b4d2504ba079d85c644d84b81b506ca180c8de2' ]
62506npm verb afterAdd /root/.npm/ember-simple-auth/1.0.1/package/package.json written
62507npm info git [ 'clone',
62508npm info git '/root/.npm/_git-remotes/git-https-github-com-roundcube-next-roundcube-mail-git-b065fecd',
62509npm info git '/tmp/npm-6-3abf5909/git-cache-a0d3cc84/d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1' ]
62510npm verb cloneResolved git+https://github.com/roundcube-next/roundcube-notifications.git clone Cloning into '/tmp/npm-6-3abf5909/git-cache-354ac7f1/2b4d2504ba079d85c644d84b81b506ca180c8de2'...
62511npm verb cloneResolved done.
62512npm info git [ 'checkout', '2b4d2504ba079d85c644d84b81b506ca180c8de2' ]
62513npm verb checkoutTreeish git+https://github.com/roundcube-next/roundcube-notifications.git checkout Note: checking out '2b4d2504ba079d85c644d84b81b506ca180c8de2'.
62514npm verb checkoutTreeish
62515npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
62516npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
62517npm verb checkoutTreeish state without impacting any branches by performing another checkout.
62518npm verb checkoutTreeish
62519npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
62520npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
62521npm verb checkoutTreeish
62522npm verb checkoutTreeish git checkout -b new_branch_name
62523npm verb checkoutTreeish
62524npm verb checkoutTreeish HEAD is now at 2b4d250... Set notification time to 5 seconds
62525npm verb cloneResolved git+https://github.com/roundcube-next/roundcube-mail.git clone Cloning into '/tmp/npm-6-3abf5909/git-cache-a0d3cc84/d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1'...
62526npm verb cloneResolved done.
62527npm info git [ 'checkout', 'd1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1' ]
62528npm verb checkoutTreeish git+https://github.com/roundcube-next/roundcube-mail.git checkout Note: checking out 'd1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1'.
62529npm verb checkoutTreeish
62530npm verb checkoutTreeish You are in 'detached HEAD' state. You can look around, make experimental
62531npm verb checkoutTreeish changes and commit them, and you can discard any commits you make in this
62532npm verb checkoutTreeish state without impacting any branches by performing another checkout.
62533npm verb checkoutTreeish
62534npm verb checkoutTreeish If you want to create a new branch to retain commits you create, you may
62535npm verb checkoutTreeish do so (now or later) by using -b with the checkout command again. Example:
62536npm verb checkoutTreeish
62537npm verb checkoutTreeish git checkout -b new_branch_name
62538npm verb checkoutTreeish
62539npm verb checkoutTreeish HEAD is now at d1fb79e... Add internationalization, with en and de
62540npm verb addLocalDirectory /root/.npm/roundcube-notifications/0.1.0/package.tgz not in flight; packing
62541npm verb tar pack [ '/root/.npm/roundcube-notifications/0.1.0/package.tgz',
62542npm verb tar pack '/tmp/npm-6-3abf5909/git-cache-354ac7f1/2b4d2504ba079d85c644d84b81b506ca180c8de2' ]
62543npm verb tarball /root/.npm/roundcube-notifications/0.1.0/package.tgz
62544npm verb folder /tmp/npm-6-3abf5909/git-cache-354ac7f1/2b4d2504ba079d85c644d84b81b506ca180c8de2
62545npm verb addLocalDirectory /root/.npm/roundcube-mail/0.0.0/package.tgz not in flight; packing
62546npm verb tar pack [ '/root/.npm/roundcube-mail/0.0.0/package.tgz',
62547npm verb tar pack '/tmp/npm-6-3abf5909/git-cache-a0d3cc84/d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1' ]
62548npm verb tarball /root/.npm/roundcube-mail/0.0.0/package.tgz
62549npm verb folder /tmp/npm-6-3abf5909/git-cache-a0d3cc84/d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1
62550npm verb addLocalTarball adding from inside cache /root/.npm/roundcube-notifications/0.1.0/package.tgz
62551npm verb addRemoteGit data._from: git+https://github.com/roundcube-next/roundcube-notifications.git
62552npm verb addRemoteGit data._resolved: git+https://github.com/roundcube-next/roundcube-notifications.git#2b4d2504ba079d85c644d84b81b506ca180c8de2
62553npm verb afterAdd /root/.npm/roundcube-notifications/0.1.0/package/package.json not in flight; writing
62554npm verb afterAdd /root/.npm/roundcube-notifications/0.1.0/package/package.json written
62555npm verb addLocalTarball adding from inside cache /root/.npm/roundcube-mail/0.0.0/package.tgz
62556npm verb addRemoteGit data._from: git+https://github.com/roundcube-next/roundcube-mail.git
62557npm verb addRemoteGit data._resolved: git+https://github.com/roundcube-next/roundcube-mail.git#d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1
62558npm verb afterAdd /root/.npm/roundcube-mail/0.0.0/package/package.json not in flight; writing
62559npm verb afterAdd /root/.npm/roundcube-mail/0.0.0/package/package.json written
62560npm verb request uri http://registry.npmjs.org/broccoli-asset-rewrite
62561npm verb request no auth needed
62562npm info attempt registry request try #1 at 11:31:17
62563npm http request GET http://registry.npmjs.org/broccoli-asset-rewrite
62564npm verb request uri http://registry.npmjs.org/broccoli-filter
62565npm verb request no auth needed
62566npm info attempt registry request try #1 at 11:31:17
62567npm http request GET http://registry.npmjs.org/broccoli-filter
62568npm verb request uri http://registry.npmjs.org/json-stable-stringify
62569npm verb request no auth needed
62570npm info attempt registry request try #1 at 11:31:17
62571npm http request GET http://registry.npmjs.org/json-stable-stringify
62572npm verb request uri http://registry.npmjs.org/matcher-collection
62573npm verb request no auth needed
62574npm info attempt registry request try #1 at 11:31:17
62575npm http request GET http://registry.npmjs.org/matcher-collection
62576npm verb request uri http://registry.npmjs.org/rsvp
62577npm verb request no auth needed
62578npm info attempt registry request try #1 at 11:31:17
62579npm http request GET http://registry.npmjs.org/rsvp
62580npm http 200 http://registry.npmjs.org/json-stable-stringify
62581npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62582npm verb headers etag: '"8C06HVFXI0IMLXQZWZH7I78VL"',
62583npm verb headers 'content-type': 'application/json',
62584npm verb headers 'cache-control': 'max-age=300',
62585npm verb headers 'content-length': '12527',
62586npm verb headers 'accept-ranges': 'bytes',
62587npm verb headers date: 'Wed, 23 Dec 2015 11:31:17 GMT',
62588npm verb headers via: '1.1 varnish',
62589npm verb headers age: '236',
62590npm verb headers connection: 'keep-alive',
62591npm verb headers 'x-served-by': 'cache-fra1225-FRA',
62592npm verb headers 'x-cache': 'HIT',
62593npm verb headers 'x-cache-hits': '5',
62594npm verb headers 'x-timer': 'S1450870277.563742,VS0,VE0',
62595npm verb headers vary: 'Accept' }
62596npm verb get saving json-stable-stringify to /root/.npm/registry.npmjs.org/json-stable-stringify/.cache.json
62597npm http 200 http://registry.npmjs.org/matcher-collection
62598npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62599npm verb headers etag: '"2DE7RA2Z1TCKA64FFOUD9WHHT"',
62600npm verb headers 'content-type': 'application/json',
62601npm verb headers 'cache-control': 'max-age=300',
62602npm verb headers 'content-length': '2863',
62603npm verb headers 'accept-ranges': 'bytes',
62604npm verb headers date: 'Wed, 23 Dec 2015 11:31:17 GMT',
62605npm verb headers via: '1.1 varnish',
62606npm verb headers age: '24',
62607npm verb headers connection: 'keep-alive',
62608npm verb headers 'x-served-by': 'cache-fra1221-FRA',
62609npm verb headers 'x-cache': 'HIT',
62610npm verb headers 'x-cache-hits': '1',
62611npm verb headers 'x-timer': 'S1450870277.564413,VS0,VE0',
62612npm verb headers vary: 'Accept' }
62613npm verb get saving matcher-collection to /root/.npm/registry.npmjs.org/matcher-collection/.cache.json
62614npm verb cache add spec json-stable-stringify@^1.0.0
62615npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for json-stable-stringify
62616npm verb addNameRange registry:http://registry.npmjs.org/json-stable-stringify not in flight; fetching
62617npm verb cache add spec matcher-collection@^1.0.1
62618npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for matcher-collection
62619npm verb addNameRange registry:http://registry.npmjs.org/matcher-collection not in flight; fetching
62620npm http 200 http://registry.npmjs.org/broccoli-filter
62621npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62622npm verb headers etag: '"5JG7OFU5B7RCL17IGHJHA84JK"',
62623npm verb headers 'content-type': 'application/json',
62624npm verb headers 'cache-control': 'max-age=300',
62625npm verb headers 'content-length': '26407',
62626npm verb headers 'accept-ranges': 'bytes',
62627npm verb headers date: 'Wed, 23 Dec 2015 11:31:17 GMT',
62628npm verb headers via: '1.1 varnish',
62629npm verb headers age: '13',
62630npm verb headers connection: 'keep-alive',
62631npm verb headers 'x-served-by': 'cache-fra1246-FRA',
62632npm verb headers 'x-cache': 'HIT',
62633npm verb headers 'x-cache-hits': '1',
62634npm verb headers 'x-timer': 'S1450870277.563559,VS0,VE0',
62635npm verb headers vary: 'Accept' }
62636npm verb get saving broccoli-filter to /root/.npm/registry.npmjs.org/broccoli-filter/.cache.json
62637npm verb get http://registry.npmjs.org/json-stable-stringify not expired, no request
62638npm verb addNamed "1.0.0" is a plain semver version for json-stable-stringify
62639npm verb get http://registry.npmjs.org/matcher-collection not expired, no request
62640npm verb addNamed "1.0.1" is a plain semver version for matcher-collection
62641npm verb addRemoteTarball http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz not in flight; adding
62642npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz',
62643npm verb addRemoteTarball '5e26859cf49968cfa499533413443578ee04d251' ]
62644npm verb addRemoteTarball http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz not in flight; adding
62645npm verb addRemoteTarball [ 'http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz',
62646npm verb addRemoteTarball '10fe69ee30eb7eeeba73f701c7854c72311ae2f0' ]
62647npm info retry fetch attempt 1 at 11:31:17
62648npm info attempt registry request try #1 at 11:31:17
62649npm http fetch GET http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz
62650npm info retry fetch attempt 1 at 11:31:17
62651npm info attempt registry request try #1 at 11:31:17
62652npm http fetch GET http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz
62653npm verb cache add spec broccoli-filter@^1.2.2
62654npm verb addNamed ">=1.2.2 <2.0.0" is a valid semver range for broccoli-filter
62655npm verb addNameRange registry:http://registry.npmjs.org/broccoli-filter not in flight; fetching
62656npm verb get http://registry.npmjs.org/broccoli-filter not expired, no request
62657npm verb addNamed "1.2.3" is a plain semver version for broccoli-filter
62658npm verb addRemoteTarball http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.3.tgz not in flight; adding
62659npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.3.tgz',
62660npm verb addRemoteTarball '683b6c73975db469cce6423cafba9fc408750e17' ]
62661npm info retry fetch attempt 1 at 11:31:17
62662npm info attempt registry request try #1 at 11:31:17
62663npm http fetch GET http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.3.tgz
62664npm http 200 http://registry.npmjs.org/rsvp
62665npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62666npm verb headers etag: '"A0XLZDWSFX1IXP8XZSWHPFFBO"',
62667npm verb headers 'content-type': 'application/json',
62668npm verb headers 'cache-control': 'max-age=300',
62669npm verb headers 'content-length': '63700',
62670npm verb headers 'accept-ranges': 'bytes',
62671npm verb headers date: 'Wed, 23 Dec 2015 11:31:17 GMT',
62672npm verb headers via: '1.1 varnish',
62673npm verb headers age: '242',
62674npm verb headers connection: 'keep-alive',
62675npm verb headers 'x-served-by': 'cache-fra1235-FRA',
62676npm verb headers 'x-cache': 'HIT',
62677npm verb headers 'x-cache-hits': '1',
62678npm verb headers 'x-timer': 'S1450870277.565976,VS0,VE0',
62679npm verb headers vary: 'Accept' }
62680npm verb get saving rsvp to /root/.npm/registry.npmjs.org/rsvp/.cache.json
62681npm http fetch 200 http://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz
62682npm http fetch 200 http://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz
62683npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz not in flight; adding
62684npm verb addTmpTarball already have metadata; skipping unpack for json-stable-stringify@1.0.0
62685npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.1.tgz not in flight; adding
62686npm verb addTmpTarball already have metadata; skipping unpack for matcher-collection@1.0.1
62687npm verb cache add spec rsvp@~3.0.6
62688npm verb addNamed ">=3.0.6 <3.1.0" is a valid semver range for rsvp
62689npm verb addNameRange registry:http://registry.npmjs.org/rsvp not in flight; fetching
62690npm http fetch 200 http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.3.tgz
62691npm verb get http://registry.npmjs.org/rsvp not expired, no request
62692npm verb addNamed "3.0.21" is a plain semver version for rsvp
62693npm verb addRemoteTarball http://registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz not in flight; adding
62694npm verb addRemoteTarball [ 'http://registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz',
62695npm verb addRemoteTarball '49c588fe18ef293bcd0ab9f4e6756e6ac433359f' ]
62696npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.3.tgz not in flight; adding
62697npm verb addTmpTarball already have metadata; skipping unpack for broccoli-filter@1.2.3
62698npm info retry fetch attempt 1 at 11:31:17
62699npm info attempt registry request try #1 at 11:31:17
62700npm http fetch GET http://registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz
62701npm verb afterAdd /root/.npm/json-stable-stringify/1.0.0/package/package.json not in flight; writing
62702npm verb afterAdd /root/.npm/matcher-collection/1.0.1/package/package.json not in flight; writing
62703npm verb afterAdd /root/.npm/json-stable-stringify/1.0.0/package/package.json written
62704npm verb afterAdd /root/.npm/matcher-collection/1.0.1/package/package.json written
62705npm verb afterAdd /root/.npm/broccoli-filter/1.2.3/package/package.json not in flight; writing
62706npm verb afterAdd /root/.npm/broccoli-filter/1.2.3/package/package.json written
62707npm http fetch 200 http://registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz
62708npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz not in flight; adding
62709npm verb addTmpTarball already have metadata; skipping unpack for rsvp@3.0.21
62710npm verb afterAdd /root/.npm/rsvp/3.0.21/package/package.json not in flight; writing
62711npm verb afterAdd /root/.npm/rsvp/3.0.21/package/package.json written
62712npm http 200 http://registry.npmjs.org/broccoli-asset-rewrite
62713npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62714npm verb headers etag: '"CAQ7ARCGMCOJ4TELAQU82QI41"',
62715npm verb headers 'content-type': 'application/json',
62716npm verb headers 'cache-control': 'max-age=300',
62717npm verb headers 'content-length': '18654',
62718npm verb headers 'accept-ranges': 'bytes',
62719npm verb headers date: 'Wed, 23 Dec 2015 11:31:17 GMT',
62720npm verb headers via: '1.1 varnish',
62721npm verb headers age: '0',
62722npm verb headers connection: 'keep-alive',
62723npm verb headers 'x-served-by': 'cache-fra1229-FRA',
62724npm verb headers 'x-cache': 'HIT',
62725npm verb headers 'x-cache-hits': '1',
62726npm verb headers 'x-timer': 'S1450870277.563327,VS0,VE400',
62727npm verb headers vary: 'Accept' }
62728npm verb get saving broccoli-asset-rewrite to /root/.npm/registry.npmjs.org/broccoli-asset-rewrite/.cache.json
62729npm verb cache add spec broccoli-asset-rewrite@^1.0.9
62730npm verb addNamed ">=1.0.9 <2.0.0" is a valid semver range for broccoli-asset-rewrite
62731npm verb addNameRange registry:http://registry.npmjs.org/broccoli-asset-rewrite not in flight; fetching
62732npm verb get http://registry.npmjs.org/broccoli-asset-rewrite not expired, no request
62733npm verb addNamed "1.0.11" is a plain semver version for broccoli-asset-rewrite
62734npm verb addRemoteTarball http://registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.0.11.tgz not in flight; adding
62735npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.0.11.tgz',
62736npm verb addRemoteTarball '294f962597184e35652037fc9202b5e739d17399' ]
62737npm info retry fetch attempt 1 at 11:31:17
62738npm info attempt registry request try #1 at 11:31:17
62739npm http fetch GET http://registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.0.11.tgz
62740npm http fetch 200 http://registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.0.11.tgz
62741npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.0.11.tgz not in flight; adding
62742npm verb addTmpTarball already have metadata; skipping unpack for broccoli-asset-rewrite@1.0.11
62743npm verb afterAdd /root/.npm/broccoli-asset-rewrite/1.0.11/package/package.json not in flight; writing
62744npm verb afterAdd /root/.npm/broccoli-asset-rewrite/1.0.11/package/package.json written
62745npm verb request uri http://registry.npmjs.org/broccoli-kitchen-sink-helpers
62746npm verb request no auth needed
62747npm info attempt registry request try #1 at 11:31:18
62748npm http request GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers
62749npm verb request uri http://registry.npmjs.org/broccoli-plugin
62750npm verb request no auth needed
62751npm info attempt registry request try #1 at 11:31:18
62752npm http request GET http://registry.npmjs.org/broccoli-plugin
62753npm verb request uri http://registry.npmjs.org/copy-dereference
62754npm verb request no auth needed
62755npm info attempt registry request try #1 at 11:31:18
62756npm http request GET http://registry.npmjs.org/copy-dereference
62757npm verb request uri http://registry.npmjs.org/debug
62758npm verb request no auth needed
62759npm info attempt registry request try #1 at 11:31:18
62760npm http request GET http://registry.npmjs.org/debug
62761npm verb request uri http://registry.npmjs.org/mkdirp
62762npm verb request no auth needed
62763npm info attempt registry request try #1 at 11:31:18
62764npm http request GET http://registry.npmjs.org/mkdirp
62765npm verb request uri http://registry.npmjs.org/promise-map-series
62766npm verb request no auth needed
62767npm info attempt registry request try #1 at 11:31:18
62768npm http request GET http://registry.npmjs.org/promise-map-series
62769npm verb request uri http://registry.npmjs.org/symlink-or-copy
62770npm verb request no auth needed
62771npm info attempt registry request try #1 at 11:31:18
62772npm http request GET http://registry.npmjs.org/symlink-or-copy
62773npm verb request uri http://registry.npmjs.org/walk-sync
62774npm verb request no auth needed
62775npm info attempt registry request try #1 at 11:31:18
62776npm http request GET http://registry.npmjs.org/walk-sync
62777npm http 200 http://registry.npmjs.org/broccoli-plugin
62778npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62779npm verb headers etag: '"5TYSXM7JNGSOTG0JJL5UKF90I"',
62780npm verb headers 'content-type': 'application/json',
62781npm verb headers 'cache-control': 'max-age=300',
62782npm verb headers 'content-length': '10210',
62783npm verb headers 'accept-ranges': 'bytes',
62784npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62785npm verb headers via: '1.1 varnish',
62786npm verb headers age: '240',
62787npm verb headers connection: 'keep-alive',
62788npm verb headers 'x-served-by': 'cache-fra1231-FRA',
62789npm verb headers 'x-cache': 'HIT',
62790npm verb headers 'x-cache-hits': '1',
62791npm verb headers 'x-timer': 'S1450870278.088804,VS0,VE0',
62792npm verb headers vary: 'Accept' }
62793npm verb get saving broccoli-plugin to /root/.npm/registry.npmjs.org/broccoli-plugin/.cache.json
62794npm http 200 http://registry.npmjs.org/copy-dereference
62795npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62796npm verb headers etag: '"BF6ARGGFVCZCZ79V0SYT750FC"',
62797npm verb headers 'content-type': 'application/json',
62798npm verb headers 'cache-control': 'max-age=300',
62799npm verb headers 'content-length': '3517',
62800npm verb headers 'accept-ranges': 'bytes',
62801npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62802npm verb headers via: '1.1 varnish',
62803npm verb headers age: '125',
62804npm verb headers connection: 'keep-alive',
62805npm verb headers 'x-served-by': 'cache-fra1227-FRA',
62806npm verb headers 'x-cache': 'HIT',
62807npm verb headers 'x-cache-hits': '1',
62808npm verb headers 'x-timer': 'S1450870278.088646,VS0,VE0',
62809npm verb headers vary: 'Accept' }
62810npm verb get saving copy-dereference to /root/.npm/registry.npmjs.org/copy-dereference/.cache.json
62811npm http 200 http://registry.npmjs.org/walk-sync
62812npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62813npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
62814npm verb headers 'content-type': 'application/json',
62815npm verb headers 'cache-control': 'max-age=300',
62816npm verb headers 'content-length': '15597',
62817npm verb headers 'accept-ranges': 'bytes',
62818npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62819npm verb headers via: '1.1 varnish',
62820npm verb headers age: '240',
62821npm verb headers connection: 'keep-alive',
62822npm verb headers 'x-served-by': 'cache-fra1230-FRA',
62823npm verb headers 'x-cache': 'HIT',
62824npm verb headers 'x-cache-hits': '1',
62825npm verb headers 'x-timer': 'S1450870278.091250,VS0,VE0',
62826npm verb headers vary: 'Accept' }
62827npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
62828npm verb cache add spec broccoli-plugin@^1.0.0
62829npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-plugin
62830npm verb addNameRange registry:http://registry.npmjs.org/broccoli-plugin not in flight; fetching
62831npm verb cache add spec copy-dereference@^1.0.0
62832npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for copy-dereference
62833npm verb addNameRange registry:http://registry.npmjs.org/copy-dereference not in flight; fetching
62834npm verb cache add spec walk-sync@^0.2.6
62835npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for walk-sync
62836npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
62837npm verb get http://registry.npmjs.org/copy-dereference not expired, no request
62838npm verb addNamed "1.0.0" is a plain semver version for copy-dereference
62839npm verb get http://registry.npmjs.org/broccoli-plugin not expired, no request
62840npm verb addNamed "1.2.1" is a plain semver version for broccoli-plugin
62841npm verb get http://registry.npmjs.org/walk-sync not expired, no request
62842npm verb addNamed "0.2.6" is a plain semver version for walk-sync
62843npm verb addRemoteTarball http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz not in flight; adding
62844npm verb addRemoteTarball [ 'http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz',
62845npm verb addRemoteTarball '6b131865420fd81b413ba994b44d3655311152b6' ]
62846npm verb addRemoteTarball http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz not in flight; adding
62847npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz',
62848npm verb addRemoteTarball 'ac7980eafa301804495b80d06dc67feae6a09be7' ]
62849npm verb addRemoteTarball http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz not in flight; adding
62850npm verb addRemoteTarball [ 'http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz',
62851npm verb addRemoteTarball '1d6b90e31abfc85153dd88956f8a727b9c308a6a' ]
62852npm http 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers
62853npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62854npm verb headers etag: '"4R751W8VD7VN1ZFFZMN9JNS8Q"',
62855npm verb headers 'content-type': 'application/json',
62856npm verb headers 'cache-control': 'max-age=300',
62857npm verb headers 'content-length': '14784',
62858npm verb headers 'accept-ranges': 'bytes',
62859npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62860npm verb headers via: '1.1 varnish',
62861npm verb headers age: '22',
62862npm verb headers connection: 'keep-alive',
62863npm verb headers 'x-served-by': 'cache-fra1222-FRA',
62864npm verb headers 'x-cache': 'HIT',
62865npm verb headers 'x-cache-hits': '1',
62866npm verb headers 'x-timer': 'S1450870278.088559,VS0,VE0',
62867npm verb headers vary: 'Accept' }
62868npm verb get saving broccoli-kitchen-sink-helpers to /root/.npm/registry.npmjs.org/broccoli-kitchen-sink-helpers/.cache.json
62869npm info retry fetch attempt 1 at 11:31:18
62870npm info attempt registry request try #1 at 11:31:18
62871npm http fetch GET http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz
62872npm info retry fetch attempt 1 at 11:31:18
62873npm info attempt registry request try #1 at 11:31:18
62874npm http fetch GET http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz
62875npm info retry fetch attempt 1 at 11:31:18
62876npm info attempt registry request try #1 at 11:31:18
62877npm http fetch GET http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz
62878npm verb cache add spec broccoli-kitchen-sink-helpers@^0.2.7
62879npm verb addNamed ">=0.2.7 <0.3.0" is a valid semver range for broccoli-kitchen-sink-helpers
62880npm verb addNameRange registry:http://registry.npmjs.org/broccoli-kitchen-sink-helpers not in flight; fetching
62881npm verb get http://registry.npmjs.org/broccoli-kitchen-sink-helpers not expired, no request
62882npm verb addNamed "0.2.9" is a plain semver version for broccoli-kitchen-sink-helpers
62883npm http fetch 200 http://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz
62884npm verb addRemoteTarball http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz not in flight; adding
62885npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz',
62886npm verb addRemoteTarball 'a5e0986ed8d76fb5984b68c3f0450d3a96e36ecc' ]
62887npm info retry fetch attempt 1 at 11:31:18
62888npm info attempt registry request try #1 at 11:31:18
62889npm http fetch GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz
62890npm http fetch 200 http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz
62891npm http fetch 200 http://registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz
62892npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz not in flight; adding
62893npm verb addTmpTarball already have metadata; skipping unpack for copy-dereference@1.0.0
62894npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.2.1.tgz not in flight; adding
62895npm verb addTmpTarball already have metadata; skipping unpack for broccoli-plugin@1.2.1
62896npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/walk-sync/-/walk-sync-0.2.6.tgz not in flight; adding
62897npm verb addTmpTarball already have metadata; skipping unpack for walk-sync@0.2.6
62898npm verb afterAdd /root/.npm/copy-dereference/1.0.0/package/package.json not in flight; writing
62899npm verb afterAdd /root/.npm/broccoli-plugin/1.2.1/package/package.json not in flight; writing
62900npm verb afterAdd /root/.npm/copy-dereference/1.0.0/package/package.json written
62901npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json not in flight; writing
62902npm verb afterAdd /root/.npm/broccoli-plugin/1.2.1/package/package.json written
62903npm http fetch 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz
62904npm verb afterAdd /root/.npm/walk-sync/0.2.6/package/package.json written
62905npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz not in flight; adding
62906npm verb addTmpTarball already have metadata; skipping unpack for broccoli-kitchen-sink-helpers@0.2.9
62907npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package/package.json not in flight; writing
62908npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package/package.json written
62909npm http 200 http://registry.npmjs.org/debug
62910npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62911npm verb headers etag: '"422PTSQDSLUSY1XWGQ92XHWN7"',
62912npm verb headers 'content-type': 'application/json',
62913npm verb headers 'cache-control': 'max-age=300',
62914npm verb headers 'content-length': '36163',
62915npm verb headers 'accept-ranges': 'bytes',
62916npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62917npm verb headers via: '1.1 varnish',
62918npm verb headers age: '186',
62919npm verb headers connection: 'keep-alive',
62920npm verb headers 'x-served-by': 'cache-fra1244-FRA',
62921npm verb headers 'x-cache': 'HIT',
62922npm verb headers 'x-cache-hits': '18',
62923npm verb headers 'x-timer': 'S1450870278.089275,VS0,VE0',
62924npm verb headers vary: 'Accept' }
62925npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
62926npm verb cache add spec debug@^2.2.0
62927npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for debug
62928npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
62929npm verb get http://registry.npmjs.org/debug not expired, no request
62930npm verb addNamed "2.2.0" is a plain semver version for debug
62931npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
62932npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
62933npm verb addRemoteTarball 'f87057e995b1a1f6ae6a4960664137bc56f039da' ]
62934npm info retry fetch attempt 1 at 11:31:18
62935npm info attempt registry request try #1 at 11:31:18
62936npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
62937npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.2.0.tgz
62938npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-2.2.0.tgz not in flight; adding
62939npm verb addTmpTarball already have metadata; skipping unpack for debug@2.2.0
62940npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json not in flight; writing
62941npm verb afterAdd /root/.npm/debug/2.2.0/package/package.json written
62942npm http 200 http://registry.npmjs.org/symlink-or-copy
62943npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62944npm verb headers etag: '"AD0SPDEXVWFYPGKBBCFGA5TDW"',
62945npm verb headers 'content-type': 'application/json',
62946npm verb headers 'cache-control': 'max-age=300',
62947npm verb headers 'content-length': '5194',
62948npm verb headers 'accept-ranges': 'bytes',
62949npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62950npm verb headers via: '1.1 varnish',
62951npm verb headers age: '65',
62952npm verb headers connection: 'keep-alive',
62953npm verb headers 'x-served-by': 'cache-fra1248-FRA',
62954npm verb headers 'x-cache': 'HIT',
62955npm verb headers 'x-cache-hits': '2',
62956npm verb headers 'x-timer': 'S1450870278.089590,VS0,VE0',
62957npm verb headers vary: 'Accept' }
62958npm verb get saving symlink-or-copy to /root/.npm/registry.npmjs.org/symlink-or-copy/.cache.json
62959npm verb cache add spec symlink-or-copy@^1.0.1
62960npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for symlink-or-copy
62961npm verb addNameRange registry:http://registry.npmjs.org/symlink-or-copy not in flight; fetching
62962npm verb get http://registry.npmjs.org/symlink-or-copy not expired, no request
62963npm verb addNamed "1.0.1" is a plain semver version for symlink-or-copy
62964npm verb addRemoteTarball http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz not in flight; adding
62965npm verb addRemoteTarball [ 'http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz',
62966npm verb addRemoteTarball '5c7454600135d301eb114d72359384bae00a4734' ]
62967npm http 200 http://registry.npmjs.org/mkdirp
62968npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
62969npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
62970npm verb headers 'content-type': 'application/json',
62971npm verb headers 'cache-control': 'max-age=300',
62972npm verb headers 'content-length': '23472',
62973npm verb headers 'accept-ranges': 'bytes',
62974npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
62975npm verb headers via: '1.1 varnish',
62976npm verb headers age: '268',
62977npm verb headers connection: 'keep-alive',
62978npm verb headers 'x-served-by': 'cache-fra1238-FRA',
62979npm verb headers 'x-cache': 'HIT',
62980npm verb headers 'x-cache-hits': '28',
62981npm verb headers 'x-timer': 'S1450870278.089298,VS0,VE0',
62982npm verb headers vary: 'Accept' }
62983npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
62984npm info retry fetch attempt 1 at 11:31:18
62985npm info attempt registry request try #1 at 11:31:18
62986npm http fetch GET http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz
62987npm verb cache add spec mkdirp@^0.5.1
62988npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for mkdirp
62989npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
62990npm verb get http://registry.npmjs.org/mkdirp not expired, no request
62991npm verb addNamed "0.5.1" is a plain semver version for mkdirp
62992npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
62993npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
62994npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
62995npm info retry fetch attempt 1 at 11:31:18
62996npm info attempt registry request try #1 at 11:31:18
62997npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
62998npm http fetch 200 http://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz
62999npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.0.1.tgz not in flight; adding
63000npm verb addTmpTarball already have metadata; skipping unpack for symlink-or-copy@1.0.1
63001npm verb afterAdd /root/.npm/symlink-or-copy/1.0.1/package/package.json not in flight; writing
63002npm verb afterAdd /root/.npm/symlink-or-copy/1.0.1/package/package.json written
63003npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
63004npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
63005npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
63006npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
63007npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
63008npm http 200 http://registry.npmjs.org/promise-map-series
63009npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63010npm verb headers etag: '"398CIK7DNNVMZL8UZQFU402W"',
63011npm verb headers 'content-type': 'application/json',
63012npm verb headers 'cache-control': 'max-age=300',
63013npm verb headers 'content-length': '6158',
63014npm verb headers 'accept-ranges': 'bytes',
63015npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63016npm verb headers via: '1.1 varnish',
63017npm verb headers age: '0',
63018npm verb headers connection: 'keep-alive',
63019npm verb headers 'x-served-by': 'cache-fra1222-FRA',
63020npm verb headers 'x-cache': 'HIT',
63021npm verb headers 'x-cache-hits': '1',
63022npm verb headers 'x-timer': 'S1450870278.089330,VS0,VE399',
63023npm verb headers vary: 'Accept' }
63024npm verb get saving promise-map-series to /root/.npm/registry.npmjs.org/promise-map-series/.cache.json
63025npm verb cache add spec promise-map-series@^0.2.1
63026npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for promise-map-series
63027npm verb addNameRange registry:http://registry.npmjs.org/promise-map-series not in flight; fetching
63028npm verb get http://registry.npmjs.org/promise-map-series not expired, no request
63029npm verb addNamed "0.2.2" is a plain semver version for promise-map-series
63030npm verb addRemoteTarball http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz not in flight; adding
63031npm verb addRemoteTarball [ 'http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz',
63032npm verb addRemoteTarball 'd397682c135d6c6f8c00aeec6b4cdbfc02e639a3' ]
63033npm info retry fetch attempt 1 at 11:31:18
63034npm info attempt registry request try #1 at 11:31:18
63035npm http fetch GET http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz
63036npm http fetch 200 http://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz
63037npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.2.tgz not in flight; adding
63038npm verb addTmpTarball already have metadata; skipping unpack for promise-map-series@0.2.2
63039npm verb afterAdd /root/.npm/promise-map-series/0.2.2/package/package.json not in flight; writing
63040npm verb afterAdd /root/.npm/promise-map-series/0.2.2/package/package.json written
63041npm verb request uri http://registry.npmjs.org/glob
63042npm verb request no auth needed
63043npm info attempt registry request try #1 at 11:31:18
63044npm http request GET http://registry.npmjs.org/glob
63045npm http 200 http://registry.npmjs.org/glob
63046npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63047npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
63048npm verb headers 'content-type': 'application/json',
63049npm verb headers 'cache-control': 'max-age=300',
63050npm verb headers 'content-length': '110035',
63051npm verb headers 'accept-ranges': 'bytes',
63052npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63053npm verb headers via: '1.1 varnish',
63054npm verb headers age: '146',
63055npm verb headers connection: 'keep-alive',
63056npm verb headers 'x-served-by': 'cache-fra1243-FRA',
63057npm verb headers 'x-cache': 'HIT',
63058npm verb headers 'x-cache-hits': '16',
63059npm verb headers 'x-timer': 'S1450870278.563796,VS0,VE0',
63060npm verb headers vary: 'Accept' }
63061npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
63062npm verb cache add spec glob@^5.0.10
63063npm verb addNamed ">=5.0.10 <6.0.0" is a valid semver range for glob
63064npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
63065npm verb get http://registry.npmjs.org/glob not expired, no request
63066npm verb addNamed "5.0.15" is a plain semver version for glob
63067npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
63068npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.15.tgz',
63069npm verb addRemoteTarball '1bc936b9e02f4a603fcc222ecf7633d30b8b93b1' ]
63070npm info retry fetch attempt 1 at 11:31:18
63071npm info attempt registry request try #1 at 11:31:18
63072npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
63073npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.15.tgz
63074npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
63075npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.15
63076npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
63077npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
63078npm verb request uri http://registry.npmjs.org/inflight
63079npm verb request no auth needed
63080npm info attempt registry request try #1 at 11:31:18
63081npm http request GET http://registry.npmjs.org/inflight
63082npm verb request uri http://registry.npmjs.org/inherits
63083npm verb request no auth needed
63084npm info attempt registry request try #1 at 11:31:18
63085npm http request GET http://registry.npmjs.org/inherits
63086npm verb request uri http://registry.npmjs.org/minimatch
63087npm verb request no auth needed
63088npm info attempt registry request try #1 at 11:31:18
63089npm http request GET http://registry.npmjs.org/minimatch
63090npm verb request uri http://registry.npmjs.org/once
63091npm verb request no auth needed
63092npm info attempt registry request try #1 at 11:31:18
63093npm http request GET http://registry.npmjs.org/once
63094npm verb request uri http://registry.npmjs.org/path-is-absolute
63095npm verb request no auth needed
63096npm info attempt registry request try #1 at 11:31:18
63097npm http request GET http://registry.npmjs.org/path-is-absolute
63098npm http 200 http://registry.npmjs.org/inflight
63099npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63100npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
63101npm verb headers 'content-type': 'application/json',
63102npm verb headers 'cache-control': 'max-age=60',
63103npm verb headers 'content-length': '6915',
63104npm verb headers 'accept-ranges': 'bytes',
63105npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63106npm verb headers via: '1.1 varnish',
63107npm verb headers age: '19',
63108npm verb headers connection: 'keep-alive',
63109npm verb headers 'x-served-by': 'cache-fra1240-FRA',
63110npm verb headers 'x-cache': 'HIT',
63111npm verb headers 'x-cache-hits': '5',
63112npm verb headers 'x-timer': 'S1450870278.765140,VS0,VE0',
63113npm verb headers vary: 'Accept' }
63114npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
63115npm http 200 http://registry.npmjs.org/inherits
63116npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63117npm verb headers etag: '"CERC4URX8EKVASPFPHVBBMCEU"',
63118npm verb headers 'content-type': 'application/json',
63119npm verb headers 'cache-control': 'max-age=300',
63120npm verb headers 'content-length': '7143',
63121npm verb headers 'accept-ranges': 'bytes',
63122npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63123npm verb headers via: '1.1 varnish',
63124npm verb headers age: '63',
63125npm verb headers connection: 'keep-alive',
63126npm verb headers 'x-served-by': 'cache-fra1222-FRA',
63127npm verb headers 'x-cache': 'HIT',
63128npm verb headers 'x-cache-hits': '9',
63129npm verb headers 'x-timer': 'S1450870278.765317,VS0,VE0',
63130npm verb headers vary: 'Accept' }
63131npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
63132npm http 200 http://registry.npmjs.org/once
63133npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63134npm verb headers etag: '"4HLPOKRFA58ZSBJPEJ3GZTC4A"',
63135npm verb headers 'content-type': 'application/json',
63136npm verb headers 'cache-control': 'max-age=60',
63137npm verb headers 'content-length': '7453',
63138npm verb headers 'accept-ranges': 'bytes',
63139npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63140npm verb headers via: '1.1 varnish',
63141npm verb headers age: '25',
63142npm verb headers connection: 'keep-alive',
63143npm verb headers 'x-served-by': 'cache-fra1237-FRA',
63144npm verb headers 'x-cache': 'HIT',
63145npm verb headers 'x-cache-hits': '4',
63146npm verb headers 'x-timer': 'S1450870278.765564,VS0,VE0',
63147npm verb headers vary: 'Accept' }
63148npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
63149npm http 200 http://registry.npmjs.org/path-is-absolute
63150npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63151npm verb headers etag: '"BN5VZYARJTFIZINEV94ZMOHSE"',
63152npm verb headers 'content-type': 'application/json',
63153npm verb headers 'cache-control': 'max-age=60',
63154npm verb headers 'content-length': '3204',
63155npm verb headers 'accept-ranges': 'bytes',
63156npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63157npm verb headers via: '1.1 varnish',
63158npm verb headers age: '42',
63159npm verb headers connection: 'keep-alive',
63160npm verb headers 'x-served-by': 'cache-fra1243-FRA',
63161npm verb headers 'x-cache': 'HIT',
63162npm verb headers 'x-cache-hits': '6',
63163npm verb headers 'x-timer': 'S1450870278.767164,VS0,VE0',
63164npm verb headers vary: 'Accept' }
63165npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
63166npm verb cache add spec inflight@^1.0.4
63167npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
63168npm verb addNameRange registry:http://registry.npmjs.org/inflight not in flight; fetching
63169npm verb cache add spec path-is-absolute@^1.0.0
63170npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
63171npm verb addNameRange registry:http://registry.npmjs.org/path-is-absolute not in flight; fetching
63172npm verb cache add spec once@^1.3.0
63173npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
63174npm verb addNameRange registry:http://registry.npmjs.org/once not in flight; fetching
63175npm verb cache add spec inherits@2
63176npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
63177npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
63178npm http 200 http://registry.npmjs.org/minimatch
63179npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63180npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
63181npm verb headers 'content-type': 'application/json',
63182npm verb headers 'cache-control': 'max-age=60',
63183npm verb headers 'content-length': '46146',
63184npm verb headers 'accept-ranges': 'bytes',
63185npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63186npm verb headers via: '1.1 varnish',
63187npm verb headers age: '53',
63188npm verb headers connection: 'keep-alive',
63189npm verb headers 'x-served-by': 'cache-fra1248-FRA',
63190npm verb headers 'x-cache': 'HIT',
63191npm verb headers 'x-cache-hits': '11',
63192npm verb headers 'x-timer': 'S1450870278.765891,VS0,VE0',
63193npm verb headers vary: 'Accept' }
63194npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
63195npm verb get http://registry.npmjs.org/path-is-absolute not expired, no request
63196npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
63197npm verb get http://registry.npmjs.org/once not expired, no request
63198npm verb addNamed "1.3.3" is a plain semver version for once
63199npm verb get http://registry.npmjs.org/inflight not expired, no request
63200npm verb addNamed "1.0.4" is a plain semver version for inflight
63201npm verb get http://registry.npmjs.org/inherits not expired, no request
63202npm verb addNamed "2.0.1" is a plain semver version for inherits
63203npm verb addRemoteTarball http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
63204npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
63205npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
63206npm verb addRemoteTarball http://registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
63207npm verb addRemoteTarball [ 'http://registry.npmjs.org/once/-/once-1.3.3.tgz',
63208npm verb addRemoteTarball 'b2e261557ce4c314ec8304f3fa82663e4297ca20' ]
63209npm verb addRemoteTarball http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
63210npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
63211npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
63212npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
63213npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
63214npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
63215npm info retry fetch attempt 1 at 11:31:18
63216npm info attempt registry request try #1 at 11:31:18
63217npm http fetch GET http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
63218npm info retry fetch attempt 1 at 11:31:18
63219npm info attempt registry request try #1 at 11:31:18
63220npm http fetch GET http://registry.npmjs.org/once/-/once-1.3.3.tgz
63221npm info retry fetch attempt 1 at 11:31:18
63222npm info attempt registry request try #1 at 11:31:18
63223npm http fetch GET http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
63224npm info retry fetch attempt 1 at 11:31:18
63225npm info attempt registry request try #1 at 11:31:18
63226npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
63227npm verb cache add spec minimatch@2 || 3
63228npm verb addNamed ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0" is a valid semver range for minimatch
63229npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
63230npm verb get http://registry.npmjs.org/minimatch not expired, no request
63231npm verb addNamed "3.0.0" is a plain semver version for minimatch
63232npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
63233npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
63234npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
63235npm info retry fetch attempt 1 at 11:31:18
63236npm info attempt registry request try #1 at 11:31:18
63237npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
63238npm http fetch 200 http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
63239npm http fetch 200 http://registry.npmjs.org/once/-/once-1.3.3.tgz
63240npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
63241npm http fetch 200 http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
63242npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
63243npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
63244npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/once/-/once-1.3.3.tgz not in flight; adding
63245npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.3
63246npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
63247npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
63248npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
63249npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
63250npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
63251npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
63252npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
63253npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
63254npm verb afterAdd /root/.npm/once/1.3.3/package/package.json not in flight; writing
63255npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
63256npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
63257npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
63258npm verb afterAdd /root/.npm/once/1.3.3/package/package.json written
63259npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
63260npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
63261npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
63262npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
63263npm verb request uri http://registry.npmjs.org/wrappy
63264npm verb request no auth needed
63265npm info attempt registry request try #1 at 11:31:18
63266npm http request GET http://registry.npmjs.org/wrappy
63267npm http 200 http://registry.npmjs.org/wrappy
63268npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63269npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
63270npm verb headers 'content-type': 'application/json',
63271npm verb headers 'cache-control': 'max-age=60',
63272npm verb headers 'content-length': '3276',
63273npm verb headers 'accept-ranges': 'bytes',
63274npm verb headers date: 'Wed, 23 Dec 2015 11:31:18 GMT',
63275npm verb headers via: '1.1 varnish',
63276npm verb headers age: '31',
63277npm verb headers connection: 'keep-alive',
63278npm verb headers 'x-served-by': 'cache-fra1225-FRA',
63279npm verb headers 'x-cache': 'HIT',
63280npm verb headers 'x-cache-hits': '7',
63281npm verb headers 'x-timer': 'S1450870278.932172,VS0,VE0',
63282npm verb headers vary: 'Accept' }
63283npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
63284npm verb cache add spec wrappy@1
63285npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
63286npm verb addNameRange registry:http://registry.npmjs.org/wrappy not in flight; fetching
63287npm verb get http://registry.npmjs.org/wrappy not expired, no request
63288npm verb addNamed "1.0.1" is a plain semver version for wrappy
63289npm verb addRemoteTarball http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
63290npm verb addRemoteTarball [ 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
63291npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
63292npm info retry fetch attempt 1 at 11:31:18
63293npm info attempt registry request try #1 at 11:31:18
63294npm http fetch GET http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
63295npm http fetch 200 http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
63296npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
63297npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
63298npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
63299npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
63300npm verb request uri http://registry.npmjs.org/brace-expansion
63301npm verb request no auth needed
63302npm info attempt registry request try #1 at 11:31:19
63303npm http request GET http://registry.npmjs.org/brace-expansion
63304npm http 200 http://registry.npmjs.org/brace-expansion
63305npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63306npm verb headers etag: '"BC3J7JX1LEFWG3645L5NSTZJP"',
63307npm verb headers 'content-type': 'application/json',
63308npm verb headers 'cache-control': 'max-age=300',
63309npm verb headers 'content-length': '12850',
63310npm verb headers 'accept-ranges': 'bytes',
63311npm verb headers date: 'Wed, 23 Dec 2015 11:31:19 GMT',
63312npm verb headers via: '1.1 varnish',
63313npm verb headers age: '192',
63314npm verb headers connection: 'keep-alive',
63315npm verb headers 'x-served-by': 'cache-fra1246-FRA',
63316npm verb headers 'x-cache': 'HIT',
63317npm verb headers 'x-cache-hits': '14',
63318npm verb headers 'x-timer': 'S1450870279.031170,VS0,VE0',
63319npm verb headers vary: 'Accept' }
63320npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
63321npm verb cache add spec brace-expansion@^1.0.0
63322npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
63323npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
63324npm verb get http://registry.npmjs.org/brace-expansion not expired, no request
63325npm verb addNamed "1.1.2" is a plain semver version for brace-expansion
63326npm verb addRemoteTarball http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
63327npm verb addRemoteTarball [ 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz',
63328npm verb addRemoteTarball 'f21445d0488b658e2771efd870eff51df29f04ef' ]
63329npm info retry fetch attempt 1 at 11:31:19
63330npm info attempt registry request try #1 at 11:31:19
63331npm http fetch GET http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
63332npm http fetch 200 http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz
63333npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz not in flight; adding
63334npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.2
63335npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json not in flight; writing
63336npm verb afterAdd /root/.npm/brace-expansion/1.1.2/package/package.json written
63337npm verb request uri http://registry.npmjs.org/balanced-match
63338npm verb request no auth needed
63339npm info attempt registry request try #1 at 11:31:19
63340npm http request GET http://registry.npmjs.org/balanced-match
63341npm verb request uri http://registry.npmjs.org/concat-map
63342npm verb request no auth needed
63343npm info attempt registry request try #1 at 11:31:19
63344npm http request GET http://registry.npmjs.org/concat-map
63345npm http 200 http://registry.npmjs.org/balanced-match
63346npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63347npm verb headers etag: '"EWNXFSBBRIGH7I8HCEJKUKS4M"',
63348npm verb headers 'content-type': 'application/json',
63349npm verb headers 'cache-control': 'max-age=60',
63350npm verb headers 'content-length': '11775',
63351npm verb headers 'accept-ranges': 'bytes',
63352npm verb headers date: 'Wed, 23 Dec 2015 11:31:19 GMT',
63353npm verb headers via: '1.1 varnish',
63354npm verb headers age: '56',
63355npm verb headers connection: 'keep-alive',
63356npm verb headers 'x-served-by': 'cache-fra1248-FRA',
63357npm verb headers 'x-cache': 'HIT',
63358npm verb headers 'x-cache-hits': '6',
63359npm verb headers 'x-timer': 'S1450870279.123543,VS0,VE0',
63360npm verb headers vary: 'Accept' }
63361npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
63362npm http 200 http://registry.npmjs.org/concat-map
63363npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63364npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
63365npm verb headers 'content-type': 'application/json',
63366npm verb headers 'cache-control': 'max-age=300',
63367npm verb headers 'content-length': '3896',
63368npm verb headers 'accept-ranges': 'bytes',
63369npm verb headers date: 'Wed, 23 Dec 2015 11:31:19 GMT',
63370npm verb headers via: '1.1 varnish',
63371npm verb headers age: '103',
63372npm verb headers connection: 'keep-alive',
63373npm verb headers 'x-served-by': 'cache-fra1226-FRA',
63374npm verb headers 'x-cache': 'HIT',
63375npm verb headers 'x-cache-hits': '11',
63376npm verb headers 'x-timer': 'S1450870279.124883,VS0,VE0',
63377npm verb headers vary: 'Accept' }
63378npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
63379npm verb cache add spec balanced-match@^0.3.0
63380npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for balanced-match
63381npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
63382npm verb cache add spec concat-map@0.0.1
63383npm verb addNamed "0.0.1" is a plain semver version for concat-map
63384npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
63385npm verb get http://registry.npmjs.org/balanced-match not expired, no request
63386npm verb addNamed "0.3.0" is a plain semver version for balanced-match
63387npm verb addRemoteTarball http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
63388npm verb addRemoteTarball [ 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz',
63389npm verb addRemoteTarball 'a91cdd1ebef1a86659e70ff4def01625fc2d6756' ]
63390npm verb get http://registry.npmjs.org/concat-map not expired, no request
63391npm verb addRemoteTarball http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
63392npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
63393npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
63394npm info retry fetch attempt 1 at 11:31:19
63395npm info attempt registry request try #1 at 11:31:19
63396npm http fetch GET http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
63397npm info retry fetch attempt 1 at 11:31:19
63398npm info attempt registry request try #1 at 11:31:19
63399npm http fetch GET http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
63400npm http fetch 200 http://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz
63401npm http fetch 200 http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
63402npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz not in flight; adding
63403npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.3.0
63404npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
63405npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
63406npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json not in flight; writing
63407npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
63408npm verb afterAdd /root/.npm/balanced-match/0.3.0/package/package.json written
63409npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
63410npm verb request uri http://registry.npmjs.org/minimist
63411npm verb request no auth needed
63412npm info attempt registry request try #1 at 11:31:19
63413npm http request GET http://registry.npmjs.org/minimist
63414npm http 200 http://registry.npmjs.org/minimist
63415npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63416npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
63417npm verb headers 'content-type': 'application/json',
63418npm verb headers 'cache-control': 'max-age=300',
63419npm verb headers 'content-length': '27449',
63420npm verb headers 'accept-ranges': 'bytes',
63421npm verb headers date: 'Wed, 23 Dec 2015 11:31:19 GMT',
63422npm verb headers via: '1.1 varnish',
63423npm verb headers age: '186',
63424npm verb headers connection: 'keep-alive',
63425npm verb headers 'x-served-by': 'cache-fra1229-FRA',
63426npm verb headers 'x-cache': 'HIT',
63427npm verb headers 'x-cache-hits': '23',
63428npm verb headers 'x-timer': 'S1450870279.232065,VS0,VE0',
63429npm verb headers vary: 'Accept' }
63430npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
63431npm verb cache add spec minimist@0.0.8
63432npm verb addNamed "0.0.8" is a plain semver version for minimist
63433npm verb addNameVersion registry:http://registry.npmjs.org/minimist not in flight; fetching
63434npm verb get http://registry.npmjs.org/minimist not expired, no request
63435npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
63436npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
63437npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
63438npm info retry fetch attempt 1 at 11:31:19
63439npm info attempt registry request try #1 at 11:31:19
63440npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
63441npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
63442npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
63443npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
63444npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
63445npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
63446npm verb request uri http://registry.npmjs.org/quick-temp
63447npm verb request no auth needed
63448npm info attempt registry request try #1 at 11:31:19
63449npm http request GET http://registry.npmjs.org/quick-temp
63450npm verb request uri http://registry.npmjs.org/rimraf
63451npm verb request no auth needed
63452npm info attempt registry request try #1 at 11:31:19
63453npm http request GET http://registry.npmjs.org/rimraf
63454npm http 200 http://registry.npmjs.org/rimraf
63455npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63456npm verb headers etag: '"6UWALXHODVMGLBUZ4BUUZPOKK"',
63457npm verb headers 'content-type': 'application/json',
63458npm verb headers 'cache-control': 'max-age=300',
63459npm verb headers 'content-length': '46046',
63460npm verb headers 'accept-ranges': 'bytes',
63461npm verb headers date: 'Wed, 23 Dec 2015 11:31:19 GMT',
63462npm verb headers via: '1.1 varnish',
63463npm verb headers age: '243',
63464npm verb headers connection: 'keep-alive',
63465npm verb headers 'x-served-by': 'cache-fra1227-FRA',
63466npm verb headers 'x-cache': 'HIT',
63467npm verb headers 'x-cache-hits': '16',
63468npm verb headers 'x-timer': 'S1450870279.333586,VS0,VE0',
63469npm verb headers vary: 'Accept' }
63470npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
63471npm verb cache add spec rimraf@^2.3.4
63472npm verb addNamed ">=2.3.4 <3.0.0" is a valid semver range for rimraf
63473npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
63474npm verb get http://registry.npmjs.org/rimraf not expired, no request
63475npm verb addNamed "2.4.5" is a plain semver version for rimraf
63476npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
63477npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz',
63478npm verb addRemoteTarball 'ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da' ]
63479npm info retry fetch attempt 1 at 11:31:19
63480npm info attempt registry request try #1 at 11:31:19
63481npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
63482npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
63483npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz not in flight; adding
63484npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.4.5
63485npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json not in flight; writing
63486npm verb afterAdd /root/.npm/rimraf/2.4.5/package/package.json written
63487npm http 200 http://registry.npmjs.org/quick-temp
63488npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63489npm verb headers etag: '"2DMGBAMMQNP1YZKQUTOGM1YXK"',
63490npm verb headers 'content-type': 'application/json',
63491npm verb headers 'cache-control': 'max-age=300',
63492npm verb headers 'content-length': '9397',
63493npm verb headers 'accept-ranges': 'bytes',
63494npm verb headers date: 'Wed, 23 Dec 2015 11:31:20 GMT',
63495npm verb headers via: '1.1 varnish',
63496npm verb headers age: '0',
63497npm verb headers connection: 'keep-alive',
63498npm verb headers 'x-served-by': 'cache-fra1231-FRA',
63499npm verb headers 'x-cache': 'HIT',
63500npm verb headers 'x-cache-hits': '1',
63501npm verb headers 'x-timer': 'S1450870279.333828,VS0,VE829',
63502npm verb headers vary: 'Accept' }
63503npm verb get saving quick-temp to /root/.npm/registry.npmjs.org/quick-temp/.cache.json
63504npm verb cache add spec quick-temp@^0.1.3
63505npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for quick-temp
63506npm verb addNameRange registry:http://registry.npmjs.org/quick-temp not in flight; fetching
63507npm verb get http://registry.npmjs.org/quick-temp not expired, no request
63508npm verb addNamed "0.1.5" is a plain semver version for quick-temp
63509npm verb addRemoteTarball http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.5.tgz not in flight; adding
63510npm verb addRemoteTarball [ 'http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.5.tgz',
63511npm verb addRemoteTarball '0d0d67f0fb6a589a0e142f90985f76cdbaf403f7' ]
63512npm info retry fetch attempt 1 at 11:31:20
63513npm info attempt registry request try #1 at 11:31:20
63514npm http fetch GET http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.5.tgz
63515npm http fetch 200 http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.5.tgz
63516npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/quick-temp/-/quick-temp-0.1.5.tgz not in flight; adding
63517npm verb addTmpTarball already have metadata; skipping unpack for quick-temp@0.1.5
63518npm verb afterAdd /root/.npm/quick-temp/0.1.5/package/package.json not in flight; writing
63519npm verb afterAdd /root/.npm/quick-temp/0.1.5/package/package.json written
63520npm verb cache add spec rimraf@~2.2.6
63521npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
63522npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
63523npm verb request uri http://registry.npmjs.org/mktemp
63524npm verb request no auth needed
63525npm info attempt registry request try #1 at 11:31:20
63526npm http request GET http://registry.npmjs.org/mktemp
63527npm verb request uri http://registry.npmjs.org/underscore.string
63528npm verb request no auth needed
63529npm info attempt registry request try #1 at 11:31:20
63530npm http request GET http://registry.npmjs.org/underscore.string
63531npm verb get http://registry.npmjs.org/rimraf not expired, no request
63532npm verb addNamed "2.2.8" is a plain semver version for rimraf
63533npm verb addRemoteTarball http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
63534npm verb addRemoteTarball [ 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
63535npm verb addRemoteTarball 'e439be2aaee327321952730f99a8929e4fc50582' ]
63536npm info retry fetch attempt 1 at 11:31:20
63537npm info attempt registry request try #1 at 11:31:20
63538npm http fetch GET http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
63539npm http fetch 200 http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
63540npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz not in flight; adding
63541npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.2.8
63542npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
63543npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
63544npm http 200 http://registry.npmjs.org/mktemp
63545npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63546npm verb headers etag: '"3AKTVMHM8K58H6H5LUPOS7O0N"',
63547npm verb headers 'content-type': 'application/json',
63548npm verb headers 'cache-control': 'max-age=300',
63549npm verb headers 'content-length': '13625',
63550npm verb headers 'accept-ranges': 'bytes',
63551npm verb headers date: 'Wed, 23 Dec 2015 11:31:20 GMT',
63552npm verb headers via: '1.1 varnish',
63553npm verb headers age: '38',
63554npm verb headers connection: 'keep-alive',
63555npm verb headers 'x-served-by': 'cache-fra1231-FRA',
63556npm verb headers 'x-cache': 'HIT',
63557npm verb headers 'x-cache-hits': '1',
63558npm verb headers 'x-timer': 'S1450870280.287060,VS0,VE0',
63559npm verb headers vary: 'Accept' }
63560npm verb get saving mktemp to /root/.npm/registry.npmjs.org/mktemp/.cache.json
63561npm verb cache add spec mktemp@~0.3.4
63562npm verb addNamed ">=0.3.4 <0.4.0" is a valid semver range for mktemp
63563npm verb addNameRange registry:http://registry.npmjs.org/mktemp not in flight; fetching
63564npm verb get http://registry.npmjs.org/mktemp not expired, no request
63565npm verb addNamed "0.3.5" is a plain semver version for mktemp
63566npm verb addRemoteTarball http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz not in flight; adding
63567npm verb addRemoteTarball [ 'http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz',
63568npm verb addRemoteTarball 'a1504c706d0d2b198c6a0eb645f7fdaf8181f7de' ]
63569npm info retry fetch attempt 1 at 11:31:20
63570npm info attempt registry request try #1 at 11:31:20
63571npm http fetch GET http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz
63572npm http fetch 200 http://registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz
63573npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mktemp/-/mktemp-0.3.5.tgz not in flight; adding
63574npm verb addTmpTarball already have metadata; skipping unpack for mktemp@0.3.5
63575npm verb afterAdd /root/.npm/mktemp/0.3.5/package/package.json not in flight; writing
63576npm verb afterAdd /root/.npm/mktemp/0.3.5/package/package.json written
63577npm http 200 http://registry.npmjs.org/underscore.string
63578npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63579npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
63580npm verb headers 'content-type': 'application/json',
63581npm verb headers 'cache-control': 'max-age=300',
63582npm verb headers 'content-length': '69237',
63583npm verb headers 'accept-ranges': 'bytes',
63584npm verb headers date: 'Wed, 23 Dec 2015 11:31:20 GMT',
63585npm verb headers via: '1.1 varnish',
63586npm verb headers age: '76',
63587npm verb headers connection: 'keep-alive',
63588npm verb headers 'x-served-by': 'cache-fra1221-FRA',
63589npm verb headers 'x-cache': 'HIT',
63590npm verb headers 'x-cache-hits': '5',
63591npm verb headers 'x-timer': 'S1450870280.287110,VS0,VE0',
63592npm verb headers vary: 'Accept' }
63593npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
63594npm verb cache add spec underscore.string@~2.3.3
63595npm verb addNamed ">=2.3.3 <2.4.0" is a valid semver range for underscore.string
63596npm verb addNameRange registry:http://registry.npmjs.org/underscore.string not in flight; fetching
63597npm verb get http://registry.npmjs.org/underscore.string not expired, no request
63598npm verb addNamed "2.3.3" is a plain semver version for underscore.string
63599npm verb addRemoteTarball http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
63600npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz',
63601npm verb addRemoteTarball '71c08bf6b428b1133f37e78fa3a21c82f7329b0d' ]
63602npm info retry fetch attempt 1 at 11:31:20
63603npm info attempt registry request try #1 at 11:31:20
63604npm http fetch GET http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
63605npm http fetch 200 http://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz
63606npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz not in flight; adding
63607npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.3.3
63608npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json not in flight; writing
63609npm verb afterAdd /root/.npm/underscore.string/2.3.3/package/package.json written
63610npm verb cache add spec glob@^6.0.1
63611npm verb addNamed ">=6.0.1 <7.0.0" is a valid semver range for glob
63612npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
63613npm verb get http://registry.npmjs.org/glob not expired, no request
63614npm verb addNamed "6.0.1" is a plain semver version for glob
63615npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-6.0.1.tgz not in flight; adding
63616npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-6.0.1.tgz',
63617npm verb addRemoteTarball '16a89b94ac361b2a670a0a141a21ad51b438d21d' ]
63618npm info retry fetch attempt 1 at 11:31:21
63619npm info attempt registry request try #1 at 11:31:21
63620npm http fetch GET http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
63621npm http fetch 200 http://registry.npmjs.org/glob/-/glob-6.0.1.tgz
63622npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-6.0.1.tgz not in flight; adding
63623npm verb addTmpTarball already have metadata; skipping unpack for glob@6.0.1
63624npm verb afterAdd /root/.npm/glob/6.0.1/package/package.json not in flight; writing
63625npm verb afterAdd /root/.npm/glob/6.0.1/package/package.json written
63626npm verb request uri http://registry.npmjs.org/ms
63627npm verb request no auth needed
63628npm info attempt registry request try #1 at 11:31:21
63629npm http request GET http://registry.npmjs.org/ms
63630npm http 200 http://registry.npmjs.org/ms
63631npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63632npm verb headers etag: '"7IH6P23B0A90EXZEWQUHL072B"',
63633npm verb headers 'content-type': 'application/json',
63634npm verb headers 'cache-control': 'max-age=300',
63635npm verb headers 'content-length': '8607',
63636npm verb headers 'accept-ranges': 'bytes',
63637npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63638npm verb headers via: '1.1 varnish',
63639npm verb headers age: '218',
63640npm verb headers connection: 'keep-alive',
63641npm verb headers 'x-served-by': 'cache-fra1248-FRA',
63642npm verb headers 'x-cache': 'HIT',
63643npm verb headers 'x-cache-hits': '16',
63644npm verb headers 'x-timer': 'S1450870281.057906,VS0,VE0',
63645npm verb headers vary: 'Accept' }
63646npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
63647npm verb cache add spec ms@0.7.1
63648npm verb addNamed "0.7.1" is a plain semver version for ms
63649npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
63650npm verb get http://registry.npmjs.org/ms not expired, no request
63651npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
63652npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
63653npm verb addRemoteTarball '9cd13c03adbff25b65effde7ce864ee952017098' ]
63654npm info retry fetch attempt 1 at 11:31:21
63655npm info attempt registry request try #1 at 11:31:21
63656npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
63657npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.7.1.tgz
63658npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ms/-/ms-0.7.1.tgz not in flight; adding
63659npm verb addTmpTarball already have metadata; skipping unpack for ms@0.7.1
63660npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json not in flight; writing
63661npm verb afterAdd /root/.npm/ms/0.7.1/package/package.json written
63662npm verb cache add spec minimatch@^2.0.10
63663npm verb addNamed ">=2.0.10 <3.0.0" is a valid semver range for minimatch
63664npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
63665npm verb get http://registry.npmjs.org/minimatch not expired, no request
63666npm verb addNamed "2.0.10" is a plain semver version for minimatch
63667npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
63668npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
63669npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
63670npm info retry fetch attempt 1 at 11:31:21
63671npm info attempt registry request try #1 at 11:31:21
63672npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
63673npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
63674npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
63675npm verb addTmpTarball already have metadata; skipping unpack for minimatch@2.0.10
63676npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
63677npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
63678npm verb request uri http://registry.npmjs.org/jsonify
63679npm verb request no auth needed
63680npm info attempt registry request try #1 at 11:31:21
63681npm http request GET http://registry.npmjs.org/jsonify
63682npm http 200 http://registry.npmjs.org/jsonify
63683npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63684npm verb headers etag: '"2FCTXRPP4H152KNABZ4FUHTXI"',
63685npm verb headers 'content-type': 'application/json',
63686npm verb headers 'cache-control': 'max-age=60',
63687npm verb headers 'content-length': '1321',
63688npm verb headers 'accept-ranges': 'bytes',
63689npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63690npm verb headers via: '1.1 varnish',
63691npm verb headers age: '35',
63692npm verb headers connection: 'keep-alive',
63693npm verb headers 'x-served-by': 'cache-fra1222-FRA',
63694npm verb headers 'x-cache': 'HIT',
63695npm verb headers 'x-cache-hits': '1',
63696npm verb headers 'x-timer': 'S1450870281.212495,VS0,VE0',
63697npm verb headers vary: 'Accept' }
63698npm verb get saving jsonify to /root/.npm/registry.npmjs.org/jsonify/.cache.json
63699npm verb cache add spec jsonify@~0.0.0
63700npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for jsonify
63701npm verb addNameRange registry:http://registry.npmjs.org/jsonify not in flight; fetching
63702npm verb get http://registry.npmjs.org/jsonify not expired, no request
63703npm verb addNamed "0.0.0" is a plain semver version for jsonify
63704npm verb addRemoteTarball http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
63705npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz',
63706npm verb addRemoteTarball '2c74b6ee41d93ca51b7b5aaee8f503631d252a73' ]
63707npm info retry fetch attempt 1 at 11:31:21
63708npm info attempt registry request try #1 at 11:31:21
63709npm http fetch GET http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
63710npm http fetch 200 http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
63711npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz not in flight; adding
63712npm verb addTmpTarball already have metadata; skipping unpack for jsonify@0.0.0
63713npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json not in flight; writing
63714npm verb afterAdd /root/.npm/jsonify/0.0.0/package/package.json written
63715npm verb cache add spec mkdirp@^0.3.5
63716npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
63717npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
63718npm verb request uri http://registry.npmjs.org/include-path-searcher
63719npm verb request no auth needed
63720npm info attempt registry request try #1 at 11:31:21
63721npm http request GET http://registry.npmjs.org/include-path-searcher
63722npm verb request uri http://registry.npmjs.org/win-spawn
63723npm verb request no auth needed
63724npm info attempt registry request try #1 at 11:31:21
63725npm http request GET http://registry.npmjs.org/win-spawn
63726npm verb get http://registry.npmjs.org/mkdirp not expired, no request
63727npm verb addNamed "0.3.5" is a plain semver version for mkdirp
63728npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
63729npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz',
63730npm verb addRemoteTarball 'de3e5f8961c88c787ee1368df849ac4413eca8d7' ]
63731npm info retry fetch attempt 1 at 11:31:21
63732npm info attempt registry request try #1 at 11:31:21
63733npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
63734npm http 200 http://registry.npmjs.org/win-spawn
63735npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63736npm verb headers etag: '"EY5MTOCE3S6IAI6M78MKPX6IG"',
63737npm verb headers 'content-type': 'application/json',
63738npm verb headers 'cache-control': 'max-age=300',
63739npm verb headers 'content-length': '13867',
63740npm verb headers 'accept-ranges': 'bytes',
63741npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63742npm verb headers via: '1.1 varnish',
63743npm verb headers age: '77',
63744npm verb headers connection: 'keep-alive',
63745npm verb headers 'x-served-by': 'cache-fra1243-FRA',
63746npm verb headers 'x-cache': 'HIT',
63747npm verb headers 'x-cache-hits': '1',
63748npm verb headers 'x-timer': 'S1450870281.331111,VS0,VE0',
63749npm verb headers vary: 'Accept' }
63750npm verb get saving win-spawn to /root/.npm/registry.npmjs.org/win-spawn/.cache.json
63751npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz
63752npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz not in flight; adding
63753npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.3.5
63754npm verb cache add spec win-spawn@^2.0.0
63755npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for win-spawn
63756npm verb addNameRange registry:http://registry.npmjs.org/win-spawn not in flight; fetching
63757npm verb get http://registry.npmjs.org/win-spawn not expired, no request
63758npm verb addNamed "2.0.0" is a plain semver version for win-spawn
63759npm verb addRemoteTarball http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
63760npm verb addRemoteTarball [ 'http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz',
63761npm verb addRemoteTarball '397a29130ec98d0aa0bc86baa4621393effd0b07' ]
63762npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
63763npm info retry fetch attempt 1 at 11:31:21
63764npm info attempt registry request try #1 at 11:31:21
63765npm http fetch GET http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
63766npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
63767npm http fetch 200 http://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz
63768npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz not in flight; adding
63769npm verb addTmpTarball already have metadata; skipping unpack for win-spawn@2.0.0
63770npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json not in flight; writing
63771npm verb afterAdd /root/.npm/win-spawn/2.0.0/package/package.json written
63772npm http 200 http://registry.npmjs.org/include-path-searcher
63773npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63774npm verb headers etag: '"7QCRUZTQQXEDSU01JIIOHU3WR"',
63775npm verb headers 'content-type': 'application/json',
63776npm verb headers 'cache-control': 'max-age=300',
63777npm verb headers 'content-length': '2576',
63778npm verb headers 'accept-ranges': 'bytes',
63779npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63780npm verb headers via: '1.1 varnish',
63781npm verb headers age: '0',
63782npm verb headers connection: 'keep-alive',
63783npm verb headers 'x-served-by': 'cache-fra1226-FRA',
63784npm verb headers 'x-cache': 'HIT',
63785npm verb headers 'x-cache-hits': '1',
63786npm verb headers 'x-timer': 'S1450870281.331150,VS0,VE402',
63787npm verb headers vary: 'Accept' }
63788npm verb get saving include-path-searcher to /root/.npm/registry.npmjs.org/include-path-searcher/.cache.json
63789npm verb cache add spec include-path-searcher@^0.1.0
63790npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for include-path-searcher
63791npm verb addNameRange registry:http://registry.npmjs.org/include-path-searcher not in flight; fetching
63792npm verb get http://registry.npmjs.org/include-path-searcher not expired, no request
63793npm verb addNamed "0.1.0" is a plain semver version for include-path-searcher
63794npm verb addRemoteTarball http://registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz not in flight; adding
63795npm verb addRemoteTarball [ 'http://registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz',
63796npm verb addRemoteTarball 'c0cf2ddfa164fb2eae07bc7ca43a7f191cb4d7bd' ]
63797npm info retry fetch attempt 1 at 11:31:21
63798npm info attempt registry request try #1 at 11:31:21
63799npm http fetch GET http://registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz
63800npm http fetch 200 http://registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz
63801npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz not in flight; adding
63802npm verb addTmpTarball already have metadata; skipping unpack for include-path-searcher@0.1.0
63803npm verb afterAdd /root/.npm/include-path-searcher/0.1.0/package/package.json not in flight; writing
63804npm verb afterAdd /root/.npm/include-path-searcher/0.1.0/package/package.json written
63805npm verb request uri http://registry.npmjs.org/can-symlink
63806npm verb request no auth needed
63807npm info attempt registry request try #1 at 11:31:21
63808npm http request GET http://registry.npmjs.org/can-symlink
63809npm verb request uri http://registry.npmjs.org/fast-ordered-set
63810npm verb request no auth needed
63811npm info attempt registry request try #1 at 11:31:21
63812npm http request GET http://registry.npmjs.org/fast-ordered-set
63813npm verb request uri http://registry.npmjs.org/fs-tree-diff
63814npm verb request no auth needed
63815npm info attempt registry request try #1 at 11:31:21
63816npm http request GET http://registry.npmjs.org/fs-tree-diff
63817npm http 200 http://registry.npmjs.org/can-symlink
63818npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63819npm verb headers etag: '"9TKZKSKM911QNB5ZGPTK9ZUEA"',
63820npm verb headers 'content-type': 'application/json',
63821npm verb headers 'cache-control': 'max-age=300',
63822npm verb headers 'content-length': '3290',
63823npm verb headers 'accept-ranges': 'bytes',
63824npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63825npm verb headers via: '1.1 varnish',
63826npm verb headers age: '28',
63827npm verb headers connection: 'keep-alive',
63828npm verb headers 'x-served-by': 'cache-fra1237-FRA',
63829npm verb headers 'x-cache': 'HIT',
63830npm verb headers 'x-cache-hits': '1',
63831npm verb headers 'x-timer': 'S1450870281.839354,VS0,VE0',
63832npm verb headers vary: 'Accept' }
63833npm verb get saving can-symlink to /root/.npm/registry.npmjs.org/can-symlink/.cache.json
63834npm http 200 http://registry.npmjs.org/fast-ordered-set
63835npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63836npm verb headers etag: '"C625DRILKW0E3PJ6CID327G88"',
63837npm verb headers 'content-type': 'application/json',
63838npm verb headers 'cache-control': 'max-age=300',
63839npm verb headers 'content-length': '3320',
63840npm verb headers 'accept-ranges': 'bytes',
63841npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63842npm verb headers via: '1.1 varnish',
63843npm verb headers age: '29',
63844npm verb headers connection: 'keep-alive',
63845npm verb headers 'x-served-by': 'cache-fra1243-FRA',
63846npm verb headers 'x-cache': 'HIT',
63847npm verb headers 'x-cache-hits': '1',
63848npm verb headers 'x-timer': 'S1450870281.839728,VS0,VE0',
63849npm verb headers vary: 'Accept' }
63850npm verb get saving fast-ordered-set to /root/.npm/registry.npmjs.org/fast-ordered-set/.cache.json
63851npm http 200 http://registry.npmjs.org/fs-tree-diff
63852npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63853npm verb headers etag: '"AQLMTKHCG6D2AR2GNCZJ7LYYL"',
63854npm verb headers 'content-type': 'application/json',
63855npm verb headers 'cache-control': 'max-age=300',
63856npm verb headers 'content-length': '14179',
63857npm verb headers 'accept-ranges': 'bytes',
63858npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63859npm verb headers via: '1.1 varnish',
63860npm verb headers age: '29',
63861npm verb headers connection: 'keep-alive',
63862npm verb headers 'x-served-by': 'cache-fra1248-FRA',
63863npm verb headers 'x-cache': 'HIT',
63864npm verb headers 'x-cache-hits': '1',
63865npm verb headers 'x-timer': 'S1450870281.839658,VS0,VE0',
63866npm verb headers vary: 'Accept' }
63867npm verb get saving fs-tree-diff to /root/.npm/registry.npmjs.org/fs-tree-diff/.cache.json
63868npm verb cache add spec fast-ordered-set@^1.0.2
63869npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for fast-ordered-set
63870npm verb addNameRange registry:http://registry.npmjs.org/fast-ordered-set not in flight; fetching
63871npm verb cache add spec can-symlink@0.0.1
63872npm verb addNamed "0.0.1" is a plain semver version for can-symlink
63873npm verb addNameVersion registry:http://registry.npmjs.org/can-symlink not in flight; fetching
63874npm verb cache add spec fs-tree-diff@^0.4.3
63875npm verb addNamed ">=0.4.3 <0.5.0" is a valid semver range for fs-tree-diff
63876npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
63877npm verb get http://registry.npmjs.org/fast-ordered-set not expired, no request
63878npm verb addNamed "1.0.2" is a plain semver version for fast-ordered-set
63879npm verb addRemoteTarball http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz not in flight; adding
63880npm verb addRemoteTarball [ 'http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz',
63881npm verb addRemoteTarball '75c2225ee8f9a4414da7b30515fc35ac6a236500' ]
63882npm verb get http://registry.npmjs.org/can-symlink not expired, no request
63883npm verb get http://registry.npmjs.org/fs-tree-diff not expired, no request
63884npm verb addNamed "0.4.4" is a plain semver version for fs-tree-diff
63885npm verb addRemoteTarball http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz not in flight; adding
63886npm verb addRemoteTarball [ 'http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz',
63887npm verb addRemoteTarball '275030a8187c4182ed501c032abd0b4150e9b028' ]
63888npm verb addRemoteTarball http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz not in flight; adding
63889npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz',
63890npm verb addRemoteTarball 'f6b75d70db22c1f3b05d592270f4ed6c9c2f82dd' ]
63891npm info retry fetch attempt 1 at 11:31:21
63892npm info attempt registry request try #1 at 11:31:21
63893npm http fetch GET http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz
63894npm info retry fetch attempt 1 at 11:31:21
63895npm info attempt registry request try #1 at 11:31:21
63896npm http fetch GET http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz
63897npm info retry fetch attempt 1 at 11:31:21
63898npm info attempt registry request try #1 at 11:31:21
63899npm http fetch GET http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz
63900npm http fetch 200 http://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz
63901npm http fetch 200 http://registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz
63902npm http fetch 200 http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz
63903npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.2.tgz not in flight; adding
63904npm verb addTmpTarball already have metadata; skipping unpack for fast-ordered-set@1.0.2
63905npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/can-symlink/-/can-symlink-0.0.1.tgz not in flight; adding
63906npm verb addTmpTarball already have metadata; skipping unpack for can-symlink@0.0.1
63907npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.4.4.tgz not in flight; adding
63908npm verb addTmpTarball already have metadata; skipping unpack for fs-tree-diff@0.4.4
63909npm verb afterAdd /root/.npm/fast-ordered-set/1.0.2/package/package.json not in flight; writing
63910npm verb afterAdd /root/.npm/can-symlink/0.0.1/package/package.json not in flight; writing
63911npm verb afterAdd /root/.npm/fs-tree-diff/0.4.4/package/package.json not in flight; writing
63912npm verb afterAdd /root/.npm/fast-ordered-set/1.0.2/package/package.json written
63913npm verb afterAdd /root/.npm/can-symlink/0.0.1/package/package.json written
63914npm verb afterAdd /root/.npm/fs-tree-diff/0.4.4/package/package.json written
63915npm verb request uri http://registry.npmjs.org/chalk
63916npm verb request no auth needed
63917npm info attempt registry request try #1 at 11:31:21
63918npm http request GET http://registry.npmjs.org/chalk
63919npm http 200 http://registry.npmjs.org/chalk
63920npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63921npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
63922npm verb headers 'content-type': 'application/json',
63923npm verb headers 'cache-control': 'max-age=300',
63924npm verb headers 'content-length': '26578',
63925npm verb headers 'accept-ranges': 'bytes',
63926npm verb headers date: 'Wed, 23 Dec 2015 11:31:21 GMT',
63927npm verb headers via: '1.1 varnish',
63928npm verb headers age: '35',
63929npm verb headers connection: 'keep-alive',
63930npm verb headers 'x-served-by': 'cache-fra1223-FRA',
63931npm verb headers 'x-cache': 'HIT',
63932npm verb headers 'x-cache-hits': '8',
63933npm verb headers 'x-timer': 'S1450870281.963417,VS0,VE0',
63934npm verb headers vary: 'Accept' }
63935npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
63936npm verb cache add spec chalk@^0.5.1
63937npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
63938npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
63939npm verb get http://registry.npmjs.org/chalk not expired, no request
63940npm verb addNamed "0.5.1" is a plain semver version for chalk
63941npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
63942npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz',
63943npm verb addRemoteTarball '663b3a648b68b55d04690d49167aa837858f2174' ]
63944npm info retry fetch attempt 1 at 11:31:22
63945npm info attempt registry request try #1 at 11:31:22
63946npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
63947npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
63948npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/chalk/-/chalk-0.5.1.tgz not in flight; adding
63949npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.5.1
63950npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json not in flight; writing
63951npm verb afterAdd /root/.npm/chalk/0.5.1/package/package.json written
63952npm verb request uri http://registry.npmjs.org/ansi-styles
63953npm verb request no auth needed
63954npm info attempt registry request try #1 at 11:31:22
63955npm http request GET http://registry.npmjs.org/ansi-styles
63956npm verb request uri http://registry.npmjs.org/escape-string-regexp
63957npm verb request no auth needed
63958npm info attempt registry request try #1 at 11:31:22
63959npm http request GET http://registry.npmjs.org/escape-string-regexp
63960npm verb request uri http://registry.npmjs.org/has-ansi
63961npm verb request no auth needed
63962npm info attempt registry request try #1 at 11:31:22
63963npm http request GET http://registry.npmjs.org/has-ansi
63964npm verb request uri http://registry.npmjs.org/strip-ansi
63965npm verb request no auth needed
63966npm info attempt registry request try #1 at 11:31:22
63967npm http request GET http://registry.npmjs.org/strip-ansi
63968npm verb request uri http://registry.npmjs.org/supports-color
63969npm verb request no auth needed
63970npm info attempt registry request try #1 at 11:31:22
63971npm http request GET http://registry.npmjs.org/supports-color
63972npm http 200 http://registry.npmjs.org/ansi-styles
63973npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63974npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
63975npm verb headers 'content-type': 'application/json',
63976npm verb headers 'cache-control': 'max-age=300',
63977npm verb headers 'content-length': '13350',
63978npm verb headers 'accept-ranges': 'bytes',
63979npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
63980npm verb headers via: '1.1 varnish',
63981npm verb headers age: '75',
63982npm verb headers connection: 'keep-alive',
63983npm verb headers 'x-served-by': 'cache-fra1225-FRA',
63984npm verb headers 'x-cache': 'HIT',
63985npm verb headers 'x-cache-hits': '7',
63986npm verb headers 'x-timer': 'S1450870282.081711,VS0,VE0',
63987npm verb headers vary: 'Accept' }
63988npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
63989npm http 200 http://registry.npmjs.org/has-ansi
63990npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
63991npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
63992npm verb headers 'content-type': 'application/json',
63993npm verb headers 'cache-control': 'max-age=60',
63994npm verb headers 'content-length': '9964',
63995npm verb headers 'accept-ranges': 'bytes',
63996npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
63997npm verb headers via: '1.1 varnish',
63998npm verb headers age: '9',
63999npm verb headers connection: 'keep-alive',
64000npm verb headers 'x-served-by': 'cache-fra1246-FRA',
64001npm verb headers 'x-cache': 'HIT',
64002npm verb headers 'x-cache-hits': '3',
64003npm verb headers 'x-timer': 'S1450870282.082178,VS0,VE0',
64004npm verb headers vary: 'Accept' }
64005npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
64006npm verb cache add spec ansi-styles@^1.1.0
64007npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
64008npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
64009npm http 200 http://registry.npmjs.org/escape-string-regexp
64010npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64011npm verb headers etag: '"9M31MYSQ5P7WRVITKS9SAJ2B3"',
64012npm verb headers 'content-type': 'application/json',
64013npm verb headers 'cache-control': 'max-age=300',
64014npm verb headers 'content-length': '7730',
64015npm verb headers 'accept-ranges': 'bytes',
64016npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64017npm verb headers via: '1.1 varnish',
64018npm verb headers age: '72',
64019npm verb headers connection: 'keep-alive',
64020npm verb headers 'x-served-by': 'cache-fra1221-FRA',
64021npm verb headers 'x-cache': 'HIT',
64022npm verb headers 'x-cache-hits': '13',
64023npm verb headers 'x-timer': 'S1450870282.082380,VS0,VE0',
64024npm verb headers vary: 'Accept' }
64025npm verb get saving escape-string-regexp to /root/.npm/registry.npmjs.org/escape-string-regexp/.cache.json
64026npm http 200 http://registry.npmjs.org/supports-color
64027npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64028npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
64029npm verb headers 'content-type': 'application/json',
64030npm verb headers 'cache-control': 'max-age=60',
64031npm verb headers 'content-length': '20342',
64032npm verb headers 'accept-ranges': 'bytes',
64033npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64034npm verb headers via: '1.1 varnish',
64035npm verb headers age: '53',
64036npm verb headers connection: 'keep-alive',
64037npm verb headers 'x-served-by': 'cache-fra1248-FRA',
64038npm verb headers 'x-cache': 'HIT',
64039npm verb headers 'x-cache-hits': '7',
64040npm verb headers 'x-timer': 'S1450870282.084987,VS0,VE0',
64041npm verb headers vary: 'Accept' }
64042npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
64043npm verb cache add spec has-ansi@^0.1.0
64044npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
64045npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
64046npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
64047npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
64048npm verb get http://registry.npmjs.org/has-ansi not expired, no request
64049npm verb addNamed "0.1.0" is a plain semver version for has-ansi
64050npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
64051npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz',
64052npm verb addRemoteTarball 'eaecbf66cd706882760b2f4691582b8f55d7a7de' ]
64053npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
64054npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz',
64055npm verb addRemoteTarball '84f265aae8c0e6a88a12d7022894b7568894c62e' ]
64056npm info retry fetch attempt 1 at 11:31:22
64057npm info attempt registry request try #1 at 11:31:22
64058npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
64059npm info retry fetch attempt 1 at 11:31:22
64060npm info attempt registry request try #1 at 11:31:22
64061npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
64062npm verb cache add spec escape-string-regexp@^1.0.0
64063npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for escape-string-regexp
64064npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
64065npm verb cache add spec supports-color@^0.2.0
64066npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
64067npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
64068npm verb get http://registry.npmjs.org/escape-string-regexp not expired, no request
64069npm verb addNamed "1.0.4" is a plain semver version for escape-string-regexp
64070npm verb get http://registry.npmjs.org/supports-color not expired, no request
64071npm verb addNamed "0.2.0" is a plain semver version for supports-color
64072npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz
64073npm verb addRemoteTarball http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
64074npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz',
64075npm verb addRemoteTarball 'b85e679b46f72d03fbbe8a3bf7259d535c21b62f' ]
64076npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
64077npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz',
64078npm verb addRemoteTarball 'd92de2694eb3f67323973d7ae3d8b55b4c22190a' ]
64079npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz
64080npm info retry fetch attempt 1 at 11:31:22
64081npm info attempt registry request try #1 at 11:31:22
64082npm http fetch GET http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
64083npm info retry fetch attempt 1 at 11:31:22
64084npm info attempt registry request try #1 at 11:31:22
64085npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
64086npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz not in flight; adding
64087npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.1.0
64088npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz not in flight; adding
64089npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@0.1.0
64090npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json not in flight; writing
64091npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json not in flight; writing
64092npm verb afterAdd /root/.npm/ansi-styles/1.1.0/package/package.json written
64093npm verb afterAdd /root/.npm/has-ansi/0.1.0/package/package.json written
64094npm http fetch 200 http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
64095npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
64096npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz not in flight; adding
64097npm verb addTmpTarball already have metadata; skipping unpack for escape-string-regexp@1.0.4
64098npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz not in flight; adding
64099npm verb addTmpTarball already have metadata; skipping unpack for supports-color@0.2.0
64100npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json not in flight; writing
64101npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json not in flight; writing
64102npm verb afterAdd /root/.npm/escape-string-regexp/1.0.4/package/package.json written
64103npm verb afterAdd /root/.npm/supports-color/0.2.0/package/package.json written
64104npm http 200 http://registry.npmjs.org/strip-ansi
64105npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64106npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
64107npm verb headers 'content-type': 'application/json',
64108npm verb headers 'cache-control': 'max-age=300',
64109npm verb headers 'content-length': '14430',
64110npm verb headers 'accept-ranges': 'bytes',
64111npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64112npm verb headers via: '1.1 varnish',
64113npm verb headers age: '18',
64114npm verb headers connection: 'keep-alive',
64115npm verb headers 'x-served-by': 'cache-fra1235-FRA',
64116npm verb headers 'x-cache': 'HIT',
64117npm verb headers 'x-cache-hits': '4',
64118npm verb headers 'x-timer': 'S1450870282.082250,VS0,VE0',
64119npm verb headers vary: 'Accept' }
64120npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
64121npm verb cache add spec strip-ansi@^0.3.0
64122npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
64123npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
64124npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
64125npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
64126npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
64127npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz',
64128npm verb addRemoteTarball '25f48ea22ca79187f3174a4db8759347bb126220' ]
64129npm info retry fetch attempt 1 at 11:31:22
64130npm info attempt registry request try #1 at 11:31:22
64131npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
64132npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz
64133npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz not in flight; adding
64134npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.3.0
64135npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json not in flight; writing
64136npm verb afterAdd /root/.npm/strip-ansi/0.3.0/package/package.json written
64137npm verb request uri http://registry.npmjs.org/ansi-regex
64138npm verb request no auth needed
64139npm info attempt registry request try #1 at 11:31:22
64140npm http request GET http://registry.npmjs.org/ansi-regex
64141npm http 200 http://registry.npmjs.org/ansi-regex
64142npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64143npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
64144npm verb headers 'content-type': 'application/json',
64145npm verb headers 'cache-control': 'max-age=60',
64146npm verb headers 'content-length': '10585',
64147npm verb headers 'accept-ranges': 'bytes',
64148npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64149npm verb headers via: '1.1 varnish',
64150npm verb headers age: '48',
64151npm verb headers connection: 'keep-alive',
64152npm verb headers 'x-served-by': 'cache-fra1227-FRA',
64153npm verb headers 'x-cache': 'HIT',
64154npm verb headers 'x-cache-hits': '12',
64155npm verb headers 'x-timer': 'S1450870282.439660,VS0,VE0',
64156npm verb headers vary: 'Accept' }
64157npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
64158npm verb cache add spec ansi-regex@^0.2.0
64159npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
64160npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
64161npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
64162npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
64163npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
64164npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz',
64165npm verb addRemoteTarball '0d8e946967a3d8143f93e24e298525fc1b2235f9' ]
64166npm info retry fetch attempt 1 at 11:31:22
64167npm info attempt registry request try #1 at 11:31:22
64168npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
64169npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz
64170npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz not in flight; adding
64171npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@0.2.1
64172npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json not in flight; writing
64173npm verb afterAdd /root/.npm/ansi-regex/0.2.1/package/package.json written
64174npm verb request uri http://registry.npmjs.org/blank-object
64175npm verb request no auth needed
64176npm info attempt registry request try #1 at 11:31:22
64177npm http request GET http://registry.npmjs.org/blank-object
64178npm http 200 http://registry.npmjs.org/blank-object
64179npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64180npm verb headers etag: '"839LJEBE6OUKW7DN2X2LYQB44"',
64181npm verb headers 'content-type': 'application/json',
64182npm verb headers 'cache-control': 'max-age=300',
64183npm verb headers 'content-length': '3581',
64184npm verb headers 'accept-ranges': 'bytes',
64185npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64186npm verb headers via: '1.1 varnish',
64187npm verb headers age: '31',
64188npm verb headers connection: 'keep-alive',
64189npm verb headers 'x-served-by': 'cache-fra1231-FRA',
64190npm verb headers 'x-cache': 'HIT',
64191npm verb headers 'x-cache-hits': '1',
64192npm verb headers 'x-timer': 'S1450870282.522189,VS0,VE0',
64193npm verb headers vary: 'Accept' }
64194npm verb get saving blank-object to /root/.npm/registry.npmjs.org/blank-object/.cache.json
64195npm verb cache add spec blank-object@^1.0.1
64196npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for blank-object
64197npm verb addNameRange registry:http://registry.npmjs.org/blank-object not in flight; fetching
64198npm verb get http://registry.npmjs.org/blank-object not expired, no request
64199npm verb addNamed "1.0.1" is a plain semver version for blank-object
64200npm verb addRemoteTarball http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz not in flight; adding
64201npm verb addRemoteTarball [ 'http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz',
64202npm verb addRemoteTarball '0b8ed796374b9556097820f85b7d8adf868e26f6' ]
64203npm info retry fetch attempt 1 at 11:31:22
64204npm info attempt registry request try #1 at 11:31:22
64205npm http fetch GET http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz
64206npm http fetch 200 http://registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz
64207npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/blank-object/-/blank-object-1.0.1.tgz not in flight; adding
64208npm verb addTmpTarball already have metadata; skipping unpack for blank-object@1.0.1
64209npm verb afterAdd /root/.npm/blank-object/1.0.1/package/package.json not in flight; writing
64210npm verb afterAdd /root/.npm/blank-object/1.0.1/package/package.json written
64211npm verb cache add spec chalk@1.1.0
64212npm verb cache add spec glob@5.0.13
64213npm verb cache add spec minimatch@^2.0.4
64214npm verb cache add spec quick-temp@0.1.3
64215npm verb cache add spec walk-sync@0.1.3
64216npm verb addNamed "1.1.0" is a plain semver version for chalk
64217npm verb addNameVersion registry:http://registry.npmjs.org/chalk not in flight; fetching
64218npm verb addNamed "5.0.13" is a plain semver version for glob
64219npm verb addNameVersion registry:http://registry.npmjs.org/glob not in flight; fetching
64220npm verb addNamed ">=2.0.4 <3.0.0" is a valid semver range for minimatch
64221npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
64222npm verb addNamed "0.1.3" is a plain semver version for quick-temp
64223npm verb addNameVersion registry:http://registry.npmjs.org/quick-temp not in flight; fetching
64224npm verb addNamed "0.1.3" is a plain semver version for walk-sync
64225npm verb addNameVersion registry:http://registry.npmjs.org/walk-sync not in flight; fetching
64226npm verb request uri http://registry.npmjs.org/amd-name-resolver
64227npm verb request no auth needed
64228npm info attempt registry request try #1 at 11:31:22
64229npm http request GET http://registry.npmjs.org/amd-name-resolver
64230npm verb request uri http://registry.npmjs.org/bower
64231npm verb request no auth needed
64232npm info attempt registry request try #1 at 11:31:22
64233npm http request GET http://registry.npmjs.org/bower
64234npm verb request uri http://registry.npmjs.org/bower-config
64235npm verb request no auth needed
64236npm info attempt registry request try #1 at 11:31:22
64237npm http request GET http://registry.npmjs.org/bower-config
64238npm verb request uri http://registry.npmjs.org/bower-endpoint-parser
64239npm verb request no auth needed
64240npm info attempt registry request try #1 at 11:31:22
64241npm http request GET http://registry.npmjs.org/bower-endpoint-parser
64242npm verb request uri http://registry.npmjs.org/broccoli
64243npm verb request no auth needed
64244npm info attempt registry request try #1 at 11:31:22
64245npm http request GET http://registry.npmjs.org/broccoli
64246npm verb request uri http://registry.npmjs.org/broccoli-babel-transpiler
64247npm verb request no auth needed
64248npm info attempt registry request try #1 at 11:31:22
64249npm http request GET http://registry.npmjs.org/broccoli-babel-transpiler
64250npm verb request uri http://registry.npmjs.org/broccoli-config-loader
64251npm verb request no auth needed
64252npm info attempt registry request try #1 at 11:31:22
64253npm http request GET http://registry.npmjs.org/broccoli-config-loader
64254npm verb request uri http://registry.npmjs.org/broccoli-config-replace
64255npm verb request no auth needed
64256npm info attempt registry request try #1 at 11:31:22
64257npm http request GET http://registry.npmjs.org/broccoli-config-replace
64258npm verb request uri http://registry.npmjs.org/broccoli-funnel
64259npm verb request no auth needed
64260npm info attempt registry request try #1 at 11:31:22
64261npm http request GET http://registry.npmjs.org/broccoli-funnel
64262npm verb request uri http://registry.npmjs.org/broccoli-sane-watcher
64263npm verb request no auth needed
64264npm info attempt registry request try #1 at 11:31:22
64265npm http request GET http://registry.npmjs.org/broccoli-sane-watcher
64266npm verb request uri http://registry.npmjs.org/broccoli-source
64267npm verb request no auth needed
64268npm info attempt registry request try #1 at 11:31:22
64269npm http request GET http://registry.npmjs.org/broccoli-source
64270npm verb request uri http://registry.npmjs.org/broccoli-sourcemap-concat
64271npm verb request no auth needed
64272npm info attempt registry request try #1 at 11:31:22
64273npm http request GET http://registry.npmjs.org/broccoli-sourcemap-concat
64274npm verb request uri http://registry.npmjs.org/broccoli-viz
64275npm verb request no auth needed
64276npm info attempt registry request try #1 at 11:31:22
64277npm http request GET http://registry.npmjs.org/broccoli-viz
64278npm verb request uri http://registry.npmjs.org/clean-base-url
64279npm verb request no auth needed
64280npm info attempt registry request try #1 at 11:31:22
64281npm http request GET http://registry.npmjs.org/clean-base-url
64282npm verb request uri http://registry.npmjs.org/compression
64283npm verb request no auth needed
64284npm info attempt registry request try #1 at 11:31:22
64285npm http request GET http://registry.npmjs.org/compression
64286npm verb request uri http://registry.npmjs.org/configstore
64287npm verb request no auth needed
64288npm info attempt registry request try #1 at 11:31:22
64289npm http request GET http://registry.npmjs.org/configstore
64290npm verb request uri http://registry.npmjs.org/core-object
64291npm verb request no auth needed
64292npm info attempt registry request try #1 at 11:31:22
64293npm http request GET http://registry.npmjs.org/core-object
64294npm verb request uri http://registry.npmjs.org/cpr
64295npm verb request no auth needed
64296npm info attempt registry request try #1 at 11:31:22
64297npm http request GET http://registry.npmjs.org/cpr
64298npm verb request uri http://registry.npmjs.org/diff
64299npm verb request no auth needed
64300npm info attempt registry request try #1 at 11:31:22
64301npm http request GET http://registry.npmjs.org/diff
64302npm verb request uri http://registry.npmjs.org/ember-cli-copy-dereference
64303npm verb request no auth needed
64304npm info attempt registry request try #1 at 11:31:22
64305npm http request GET http://registry.npmjs.org/ember-cli-copy-dereference
64306npm verb request uri http://registry.npmjs.org/ember-cli-get-dependency-depth
64307npm verb request no auth needed
64308npm info attempt registry request try #1 at 11:31:22
64309npm http request GET http://registry.npmjs.org/ember-cli-get-dependency-depth
64310npm verb request uri http://registry.npmjs.org/ember-cli-is-package-missing
64311npm verb request no auth needed
64312npm info attempt registry request try #1 at 11:31:22
64313npm http request GET http://registry.npmjs.org/ember-cli-is-package-missing
64314npm verb request uri http://registry.npmjs.org/ember-cli-normalize-entity-name
64315npm verb request no auth needed
64316npm info attempt registry request try #1 at 11:31:22
64317npm http request GET http://registry.npmjs.org/ember-cli-normalize-entity-name
64318npm verb request uri http://registry.npmjs.org/ember-cli-path-utils
64319npm verb request no auth needed
64320npm info attempt registry request try #1 at 11:31:22
64321npm http request GET http://registry.npmjs.org/ember-cli-path-utils
64322npm verb request uri http://registry.npmjs.org/ember-cli-preprocess-registry
64323npm verb request no auth needed
64324npm info attempt registry request try #1 at 11:31:22
64325npm http request GET http://registry.npmjs.org/ember-cli-preprocess-registry
64326npm verb request uri http://registry.npmjs.org/ember-cli-string-utils
64327npm verb request no auth needed
64328npm info attempt registry request try #1 at 11:31:22
64329npm http request GET http://registry.npmjs.org/ember-cli-string-utils
64330npm verb request uri http://registry.npmjs.org/ember-cli-test-info
64331npm verb request no auth needed
64332npm info attempt registry request try #1 at 11:31:22
64333npm http request GET http://registry.npmjs.org/ember-cli-test-info
64334npm verb request uri http://registry.npmjs.org/ember-router-generator
64335npm verb request no auth needed
64336npm info attempt registry request try #1 at 11:31:22
64337npm http request GET http://registry.npmjs.org/ember-router-generator
64338npm verb request uri http://registry.npmjs.org/exists-sync
64339npm verb request no auth needed
64340npm info attempt registry request try #1 at 11:31:22
64341npm http request GET http://registry.npmjs.org/exists-sync
64342npm verb request uri http://registry.npmjs.org/exit
64343npm verb request no auth needed
64344npm info attempt registry request try #1 at 11:31:22
64345npm http request GET http://registry.npmjs.org/exit
64346npm verb request uri http://registry.npmjs.org/express
64347npm verb request no auth needed
64348npm info attempt registry request try #1 at 11:31:22
64349npm http request GET http://registry.npmjs.org/express
64350npm verb request uri http://registry.npmjs.org/findup
64351npm verb request no auth needed
64352npm info attempt registry request try #1 at 11:31:22
64353npm http request GET http://registry.npmjs.org/findup
64354npm verb request uri http://registry.npmjs.org/findup-sync
64355npm verb request no auth needed
64356npm info attempt registry request try #1 at 11:31:22
64357npm http request GET http://registry.npmjs.org/findup-sync
64358npm verb request uri http://registry.npmjs.org/fs-extra
64359npm verb request no auth needed
64360npm info attempt registry request try #1 at 11:31:22
64361npm http request GET http://registry.npmjs.org/fs-extra
64362npm verb request uri http://registry.npmjs.org/fs-monitor-stack
64363npm verb request no auth needed
64364npm info attempt registry request try #1 at 11:31:22
64365npm http request GET http://registry.npmjs.org/fs-monitor-stack
64366npm verb request uri http://registry.npmjs.org/git-repo-info
64367npm verb request no auth needed
64368npm info attempt registry request try #1 at 11:31:22
64369npm http request GET http://registry.npmjs.org/git-repo-info
64370npm verb request uri http://registry.npmjs.org/http-proxy
64371npm verb request no auth needed
64372npm info attempt registry request try #1 at 11:31:22
64373npm http request GET http://registry.npmjs.org/http-proxy
64374npm verb request uri http://registry.npmjs.org/inflection
64375npm verb request no auth needed
64376npm info attempt registry request try #1 at 11:31:22
64377npm http request GET http://registry.npmjs.org/inflection
64378npm verb request uri http://registry.npmjs.org/inquirer
64379npm verb request no auth needed
64380npm info attempt registry request try #1 at 11:31:22
64381npm http request GET http://registry.npmjs.org/inquirer
64382npm verb request uri http://registry.npmjs.org/is-git-url
64383npm verb request no auth needed
64384npm info attempt registry request try #1 at 11:31:22
64385npm http request GET http://registry.npmjs.org/is-git-url
64386npm verb request uri http://registry.npmjs.org/isbinaryfile
64387npm verb request no auth needed
64388npm info attempt registry request try #1 at 11:31:22
64389npm http request GET http://registry.npmjs.org/isbinaryfile
64390npm verb request uri http://registry.npmjs.org/leek
64391npm verb request no auth needed
64392npm info attempt registry request try #1 at 11:31:22
64393npm http request GET http://registry.npmjs.org/leek
64394npm verb request uri http://registry.npmjs.org/lodash
64395npm verb request no auth needed
64396npm info attempt registry request try #1 at 11:31:22
64397npm http request GET http://registry.npmjs.org/lodash
64398npm verb request uri http://registry.npmjs.org/markdown-it
64399npm verb request no auth needed
64400npm info attempt registry request try #1 at 11:31:22
64401npm http request GET http://registry.npmjs.org/markdown-it
64402npm verb request uri http://registry.npmjs.org/markdown-it-terminal
64403npm verb request no auth needed
64404npm info attempt registry request try #1 at 11:31:22
64405npm http request GET http://registry.npmjs.org/markdown-it-terminal
64406npm verb request uri http://registry.npmjs.org/merge-defaults
64407npm verb request no auth needed
64408npm info attempt registry request try #1 at 11:31:22
64409npm http request GET http://registry.npmjs.org/merge-defaults
64410npm verb request uri http://registry.npmjs.org/morgan
64411npm verb request no auth needed
64412npm info attempt registry request try #1 at 11:31:22
64413npm http request GET http://registry.npmjs.org/morgan
64414npm verb request uri http://registry.npmjs.org/node-modules-path
64415npm verb request no auth needed
64416npm info attempt registry request try #1 at 11:31:22
64417npm http request GET http://registry.npmjs.org/node-modules-path
64418npm verb request uri http://registry.npmjs.org/node-uuid
64419npm verb request no auth needed
64420npm info attempt registry request try #1 at 11:31:22
64421npm http request GET http://registry.npmjs.org/node-uuid
64422npm verb request uri http://registry.npmjs.org/nopt
64423npm verb request no auth needed
64424npm info attempt registry request try #1 at 11:31:22
64425npm http request GET http://registry.npmjs.org/nopt
64426npm verb request uri http://registry.npmjs.org/npm
64427npm verb request no auth needed
64428npm info attempt registry request try #1 at 11:31:22
64429npm http request GET http://registry.npmjs.org/npm
64430npm verb request uri http://registry.npmjs.org/pleasant-progress
64431npm verb request no auth needed
64432npm info attempt registry request try #1 at 11:31:22
64433npm http request GET http://registry.npmjs.org/pleasant-progress
64434npm verb request uri http://registry.npmjs.org/portfinder
64435npm verb request no auth needed
64436npm info attempt registry request try #1 at 11:31:22
64437npm http request GET http://registry.npmjs.org/portfinder
64438npm verb request uri http://registry.npmjs.org/readline2
64439npm verb request no auth needed
64440npm info attempt registry request try #1 at 11:31:22
64441npm http request GET http://registry.npmjs.org/readline2
64442npm verb request uri http://registry.npmjs.org/resolve
64443npm verb request no auth needed
64444npm info attempt registry request try #1 at 11:31:22
64445npm http request GET http://registry.npmjs.org/resolve
64446npm verb request uri http://registry.npmjs.org/sane
64447npm verb request no auth needed
64448npm info attempt registry request try #1 at 11:31:22
64449npm http request GET http://registry.npmjs.org/sane
64450npm verb request uri http://registry.npmjs.org/semver
64451npm verb request no auth needed
64452npm info attempt registry request try #1 at 11:31:22
64453npm http request GET http://registry.npmjs.org/semver
64454npm verb request uri http://registry.npmjs.org/silent-error
64455npm verb request no auth needed
64456npm info attempt registry request try #1 at 11:31:22
64457npm http request GET http://registry.npmjs.org/silent-error
64458npm verb request uri http://registry.npmjs.org/temp
64459npm verb request no auth needed
64460npm info attempt registry request try #1 at 11:31:22
64461npm http request GET http://registry.npmjs.org/temp
64462npm verb request uri http://registry.npmjs.org/testem
64463npm verb request no auth needed
64464npm info attempt registry request try #1 at 11:31:22
64465npm http request GET http://registry.npmjs.org/testem
64466npm verb request uri http://registry.npmjs.org/through
64467npm verb request no auth needed
64468npm info attempt registry request try #1 at 11:31:22
64469npm http request GET http://registry.npmjs.org/through
64470npm verb request uri http://registry.npmjs.org/tiny-lr
64471npm verb request no auth needed
64472npm info attempt registry request try #1 at 11:31:22
64473npm http request GET http://registry.npmjs.org/tiny-lr
64474npm verb request uri http://registry.npmjs.org/yam
64475npm verb request no auth needed
64476npm info attempt registry request try #1 at 11:31:22
64477npm http request GET http://registry.npmjs.org/yam
64478npm verb get http://registry.npmjs.org/chalk not expired, no request
64479npm verb get http://registry.npmjs.org/glob not expired, no request
64480npm verb get http://registry.npmjs.org/minimatch not expired, no request
64481npm verb addNamed "2.0.10" is a plain semver version for minimatch
64482npm verb get http://registry.npmjs.org/quick-temp not expired, no request
64483npm verb get http://registry.npmjs.org/walk-sync not expired, no request
64484npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz not in flight; adding
64485npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz',
64486npm verb addRemoteTarball '09b453cec497a75520e4a60ae48214a8700e0921' ]
64487npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-5.0.13.tgz not in flight; adding
64488npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-5.0.13.tgz',
64489npm verb addRemoteTarball '0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f' ]
64490npm verb addRemoteTarball http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz not in flight; adding
64491npm verb addRemoteTarball [ 'http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz',
64492npm verb addRemoteTarball '48c1886114691d74b96003de9322a7c992022af4' ]
64493npm verb addRemoteTarball http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz not in flight; adding
64494npm verb addRemoteTarball [ 'http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz',
64495npm verb addRemoteTarball '8a07261a00bda6cfb1be25e9f100fad57546f583' ]
64496npm info retry fetch attempt 1 at 11:31:22
64497npm info attempt registry request try #1 at 11:31:22
64498npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz
64499npm info retry fetch attempt 1 at 11:31:22
64500npm info attempt registry request try #1 at 11:31:22
64501npm http fetch GET http://registry.npmjs.org/glob/-/glob-5.0.13.tgz
64502npm http 200 http://registry.npmjs.org/bower-config
64503npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64504npm verb headers etag: '"BUD9F4SVWVMMJCIVICVO2MDA"',
64505npm verb headers 'content-type': 'application/json',
64506npm verb headers 'cache-control': 'max-age=300',
64507npm verb headers 'content-length': '42786',
64508npm verb headers 'accept-ranges': 'bytes',
64509npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64510npm verb headers via: '1.1 varnish',
64511npm verb headers age: '211',
64512npm verb headers connection: 'keep-alive',
64513npm verb headers 'x-served-by': 'cache-fra1245-FRA',
64514npm verb headers 'x-cache': 'HIT',
64515npm verb headers 'x-cache-hits': '2',
64516npm verb headers 'x-timer': 'S1450870282.918035,VS0,VE0',
64517npm verb headers vary: 'Accept' }
64518npm verb get saving bower-config to /root/.npm/registry.npmjs.org/bower-config/.cache.json
64519npm http 200 http://registry.npmjs.org/configstore
64520npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64521npm verb headers etag: '"72JPM6KLYQZCSW9RN8PQ0CHOW"',
64522npm verb headers 'content-type': 'application/json',
64523npm verb headers 'cache-control': 'max-age=60',
64524npm verb headers 'content-length': '33013',
64525npm verb headers 'accept-ranges': 'bytes',
64526npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64527npm verb headers via: '1.1 varnish',
64528npm verb headers age: '35',
64529npm verb headers connection: 'keep-alive',
64530npm verb headers 'x-served-by': 'cache-fra1222-FRA',
64531npm verb headers 'x-cache': 'HIT',
64532npm verb headers 'x-cache-hits': '1',
64533npm verb headers 'x-timer': 'S1450870282.918667,VS0,VE0',
64534npm verb headers vary: 'Accept' }
64535npm verb get saving configstore to /root/.npm/registry.npmjs.org/configstore/.cache.json
64536npm info retry fetch attempt 1 at 11:31:22
64537npm info attempt registry request try #1 at 11:31:22
64538npm http fetch GET http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz
64539npm info retry fetch attempt 1 at 11:31:22
64540npm info attempt registry request try #1 at 11:31:22
64541npm http fetch GET http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz
64542npm http 200 http://registry.npmjs.org/merge-defaults
64543npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64544npm verb headers etag: '"1WIEWVWFC6KTABSL8HQ1IBSV1"',
64545npm verb headers 'content-type': 'application/json',
64546npm verb headers 'cache-control': 'max-age=300',
64547npm verb headers 'content-length': '7558',
64548npm verb headers 'accept-ranges': 'bytes',
64549npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64550npm verb headers via: '1.1 varnish',
64551npm verb headers age: '69',
64552npm verb headers connection: 'keep-alive',
64553npm verb headers 'x-served-by': 'cache-fra1225-FRA',
64554npm verb headers 'x-cache': 'HIT',
64555npm verb headers 'x-cache-hits': '2',
64556npm verb headers 'x-timer': 'S1450870282.968003,VS0,VE0',
64557npm verb headers vary: 'Accept' }
64558npm verb get saving merge-defaults to /root/.npm/registry.npmjs.org/merge-defaults/.cache.json
64559npm http 200 http://registry.npmjs.org/nopt
64560npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64561npm verb headers etag: '"5EF1QGW6L8ZEE22W4CM5Q7TQY"',
64562npm verb headers 'content-type': 'application/json',
64563npm verb headers 'cache-control': 'max-age=300',
64564npm verb headers 'content-length': '31172',
64565npm verb headers 'accept-ranges': 'bytes',
64566npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64567npm verb headers via: '1.1 varnish',
64568npm verb headers age: '194',
64569npm verb headers connection: 'keep-alive',
64570npm verb headers 'x-served-by': 'cache-fra1224-FRA',
64571npm verb headers 'x-cache': 'HIT',
64572npm verb headers 'x-cache-hits': '13',
64573npm verb headers 'x-timer': 'S1450870282.972216,VS0,VE0',
64574npm verb headers vary: 'Accept' }
64575npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
64576npm http 200 http://registry.npmjs.org/amd-name-resolver
64577npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64578npm verb headers etag: '"CGO4MZVKMEKIH3642F7CY3PF1"',
64579npm verb headers 'content-type': 'application/json',
64580npm verb headers 'cache-control': 'max-age=300',
64581npm verb headers 'content-length': '1334',
64582npm verb headers 'accept-ranges': 'bytes',
64583npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64584npm verb headers via: '1.1 varnish',
64585npm verb headers age: '256',
64586npm verb headers connection: 'keep-alive',
64587npm verb headers 'x-served-by': 'cache-fra1236-FRA',
64588npm verb headers 'x-cache': 'HIT',
64589npm verb headers 'x-cache-hits': '1',
64590npm verb headers 'x-timer': 'S1450870282.917725,VS0,VE0',
64591npm verb headers vary: 'Accept' }
64592npm verb get saving amd-name-resolver to /root/.npm/registry.npmjs.org/amd-name-resolver/.cache.json
64593npm http 200 http://registry.npmjs.org/compression
64594npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64595npm verb headers etag: '"778U6WA9F1695U2RQA31X2KLO"',
64596npm verb headers 'content-type': 'application/json',
64597npm verb headers 'cache-control': 'max-age=300',
64598npm verb headers 'content-length': '61062',
64599npm verb headers 'accept-ranges': 'bytes',
64600npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64601npm verb headers via: '1.1 varnish',
64602npm verb headers age: '252',
64603npm verb headers connection: 'keep-alive',
64604npm verb headers 'x-served-by': 'cache-fra1226-FRA',
64605npm verb headers 'x-cache': 'HIT',
64606npm verb headers 'x-cache-hits': '1',
64607npm verb headers 'x-timer': 'S1450870282.919074,VS0,VE0',
64608npm verb headers vary: 'Accept' }
64609npm verb get saving compression to /root/.npm/registry.npmjs.org/compression/.cache.json
64610npm http 200 http://registry.npmjs.org/resolve
64611npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64612npm verb headers etag: '"47XKTGBC6IGN93GF2ZSYE1SZ0"',
64613npm verb headers 'content-type': 'application/json',
64614npm verb headers 'cache-control': 'max-age=60',
64615npm verb headers 'content-length': '43177',
64616npm verb headers 'accept-ranges': 'bytes',
64617npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64618npm verb headers via: '1.1 varnish',
64619npm verb headers age: '55',
64620npm verb headers connection: 'keep-alive',
64621npm verb headers 'x-served-by': 'cache-fra1226-FRA',
64622npm verb headers 'x-cache': 'HIT',
64623npm verb headers 'x-cache-hits': '3',
64624npm verb headers 'x-timer': 'S1450870282.972735,VS0,VE0',
64625npm verb headers vary: 'Accept' }
64626npm verb get saving resolve to /root/.npm/registry.npmjs.org/resolve/.cache.json
64627npm http 200 http://registry.npmjs.org/diff
64628npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64629npm verb headers etag: '"C2JR8VIFOCSEV2B6HYFHDDE8H"',
64630npm verb headers 'content-type': 'application/json',
64631npm verb headers 'cache-control': 'max-age=300',
64632npm verb headers 'content-length': '41603',
64633npm verb headers 'accept-ranges': 'bytes',
64634npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64635npm verb headers via: '1.1 varnish',
64636npm verb headers age: '238',
64637npm verb headers connection: 'keep-alive',
64638npm verb headers 'x-served-by': 'cache-fra1248-FRA',
64639npm verb headers 'x-cache': 'HIT',
64640npm verb headers 'x-cache-hits': '4',
64641npm verb headers 'x-timer': 'S1450870282.919331,VS0,VE0',
64642npm verb headers vary: 'Accept' }
64643npm verb get saving diff to /root/.npm/registry.npmjs.org/diff/.cache.json
64644npm http 200 http://registry.npmjs.org/bower-endpoint-parser
64645npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64646npm verb headers etag: '"3FMNLCPGK26OHT574O3Y97XJ3"',
64647npm verb headers 'content-type': 'application/json',
64648npm verb headers 'cache-control': 'max-age=300',
64649npm verb headers 'content-length': '9539',
64650npm verb headers 'accept-ranges': 'bytes',
64651npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64652npm verb headers via: '1.1 varnish',
64653npm verb headers age: '94',
64654npm verb headers connection: 'keep-alive',
64655npm verb headers 'x-served-by': 'cache-fra1221-FRA',
64656npm verb headers 'x-cache': 'HIT',
64657npm verb headers 'x-cache-hits': '1',
64658npm verb headers 'x-timer': 'S1450870282.917988,VS0,VE0',
64659npm verb headers vary: 'Accept' }
64660npm verb get saving bower-endpoint-parser to /root/.npm/registry.npmjs.org/bower-endpoint-parser/.cache.json
64661npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz
64662npm http fetch 200 http://registry.npmjs.org/glob/-/glob-5.0.13.tgz
64663npm http 200 http://registry.npmjs.org/ember-router-generator
64664npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64665npm verb headers etag: '"72AHHCVDPPJNWHF93PD1WCG2L"',
64666npm verb headers 'content-type': 'application/json',
64667npm verb headers 'cache-control': 'max-age=300',
64668npm verb headers 'content-length': '19661',
64669npm verb headers 'accept-ranges': 'bytes',
64670npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64671npm verb headers via: '1.1 varnish',
64672npm verb headers age: '0',
64673npm verb headers connection: 'keep-alive',
64674npm verb headers 'x-served-by': 'cache-fra1248-FRA',
64675npm verb headers 'x-cache': 'HIT',
64676npm verb headers 'x-cache-hits': '1',
64677npm verb headers 'x-timer': 'S1450870282.920586,VS0,VE100',
64678npm verb headers vary: 'Accept' }
64679npm verb get saving ember-router-generator to /root/.npm/registry.npmjs.org/ember-router-generator/.cache.json
64680npm http 200 http://registry.npmjs.org/broccoli
64681npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64682npm verb headers etag: '"69IGR4M5A3SQJWY9NLLH9T65X"',
64683npm verb headers 'content-type': 'application/json',
64684npm verb headers 'cache-control': 'max-age=300',
64685npm verb headers 'content-length': '62445',
64686npm verb headers 'accept-ranges': 'bytes',
64687npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64688npm verb headers via: '1.1 varnish',
64689npm verb headers age: '162',
64690npm verb headers connection: 'keep-alive',
64691npm verb headers 'x-served-by': 'cache-fra1244-FRA',
64692npm verb headers 'x-cache': 'HIT',
64693npm verb headers 'x-cache-hits': '120',
64694npm verb headers 'x-timer': 'S1450870282.917958,VS0,VE0',
64695npm verb headers vary: 'Accept' }
64696npm verb get saving broccoli to /root/.npm/registry.npmjs.org/broccoli/.cache.json
64697npm http 200 http://registry.npmjs.org/broccoli-funnel
64698npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64699npm verb headers etag: '"5DU459K9PKD4LBR79XZ9L6B6D"',
64700npm verb headers 'content-type': 'application/json',
64701npm verb headers 'cache-control': 'max-age=300',
64702npm verb headers 'content-length': '48321',
64703npm verb headers 'accept-ranges': 'bytes',
64704npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64705npm verb headers via: '1.1 varnish',
64706npm verb headers age: '174',
64707npm verb headers connection: 'keep-alive',
64708npm verb headers 'x-served-by': 'cache-fra1231-FRA',
64709npm verb headers 'x-cache': 'HIT',
64710npm verb headers 'x-cache-hits': '1',
64711npm verb headers 'x-timer': 'S1450870282.918244,VS0,VE0',
64712npm verb headers vary: 'Accept' }
64713npm verb get saving broccoli-funnel to /root/.npm/registry.npmjs.org/broccoli-funnel/.cache.json
64714npm http 200 http://registry.npmjs.org/inflection
64715npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64716npm verb headers etag: '"6NZLPGMAKHE7VMZ2BNY89UNSI"',
64717npm verb headers 'content-type': 'application/json',
64718npm verb headers 'cache-control': 'max-age=300',
64719npm verb headers 'content-length': '64219',
64720npm verb headers 'accept-ranges': 'bytes',
64721npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64722npm verb headers via: '1.1 varnish',
64723npm verb headers age: '245',
64724npm verb headers connection: 'keep-alive',
64725npm verb headers 'x-served-by': 'cache-fra1222-FRA',
64726npm verb headers 'x-cache': 'HIT',
64727npm verb headers 'x-cache-hits': '1',
64728npm verb headers 'x-timer': 'S1450870282.921067,VS0,VE0',
64729npm verb headers vary: 'Accept' }
64730npm verb get saving inflection to /root/.npm/registry.npmjs.org/inflection/.cache.json
64731npm http 200 http://registry.npmjs.org/lodash
64732npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64733npm verb headers etag: '"C3TDU7JK7D7XJL8FSOQ0GDEMI"',
64734npm verb headers 'content-type': 'application/json',
64735npm verb headers 'cache-control': 'max-age=300',
64736npm verb headers 'content-length': '113598',
64737npm verb headers 'accept-ranges': 'bytes',
64738npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64739npm verb headers via: '1.1 varnish',
64740npm verb headers age: '254',
64741npm verb headers connection: 'keep-alive',
64742npm verb headers 'x-served-by': 'cache-fra1235-FRA',
64743npm verb headers 'x-cache': 'HIT',
64744npm verb headers 'x-cache-hits': '23',
64745npm verb headers 'x-timer': 'S1450870282.967352,VS0,VE0',
64746npm verb headers vary: 'Accept' }
64747npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
64748npm http 200 http://registry.npmjs.org/morgan
64749npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64750npm verb headers etag: '"1FYNLYE7B5BYIQRRH0BND6O6K"',
64751npm verb headers 'content-type': 'application/json',
64752npm verb headers 'cache-control': 'max-age=300',
64753npm verb headers 'content-length': '42746',
64754npm verb headers 'accept-ranges': 'bytes',
64755npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64756npm verb headers via: '1.1 varnish',
64757npm verb headers age: '97',
64758npm verb headers connection: 'keep-alive',
64759npm verb headers 'x-served-by': 'cache-fra1232-FRA',
64760npm verb headers 'x-cache': 'HIT',
64761npm verb headers 'x-cache-hits': '1',
64762npm verb headers 'x-timer': 'S1450870282.968489,VS0,VE0',
64763npm verb headers vary: 'Accept' }
64764npm verb get saving morgan to /root/.npm/registry.npmjs.org/morgan/.cache.json
64765npm http 200 http://registry.npmjs.org/through
64766npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64767npm verb headers etag: '"DWNO24DNYHQVREW9O3HWGAR9G"',
64768npm verb headers 'content-type': 'application/json',
64769npm verb headers 'cache-control': 'max-age=60',
64770npm verb headers 'content-length': '29440',
64771npm verb headers 'accept-ranges': 'bytes',
64772npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64773npm verb headers via: '1.1 varnish',
64774npm verb headers age: '20',
64775npm verb headers connection: 'keep-alive',
64776npm verb headers 'x-served-by': 'cache-fra1247-FRA',
64777npm verb headers 'x-cache': 'HIT',
64778npm verb headers 'x-cache-hits': '2',
64779npm verb headers 'x-timer': 'S1450870282.973144,VS0,VE0',
64780npm verb headers vary: 'Accept' }
64781npm verb get saving through to /root/.npm/registry.npmjs.org/through/.cache.json
64782npm http 200 http://registry.npmjs.org/tiny-lr
64783npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64784npm verb headers etag: '"4LXRMA5HUWQI8TYI35XEYHHGH"',
64785npm verb headers 'content-type': 'application/json',
64786npm verb headers 'cache-control': 'max-age=300',
64787npm verb headers 'content-length': '34748',
64788npm verb headers 'accept-ranges': 'bytes',
64789npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64790npm verb headers via: '1.1 varnish',
64791npm verb headers age: '192',
64792npm verb headers connection: 'keep-alive',
64793npm verb headers 'x-served-by': 'cache-fra1243-FRA',
64794npm verb headers 'x-cache': 'HIT',
64795npm verb headers 'x-cache-hits': '2',
64796npm verb headers 'x-timer': 'S1450870282.973856,VS0,VE0',
64797npm verb headers vary: 'Accept' }
64798npm verb get saving tiny-lr to /root/.npm/registry.npmjs.org/tiny-lr/.cache.json
64799npm http 200 http://registry.npmjs.org/sane
64800npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64801npm verb headers etag: '"6JM6X2O9HYSPW391OMVKU1EZA"',
64802npm verb headers 'content-type': 'application/json',
64803npm verb headers 'cache-control': 'max-age=300',
64804npm verb headers 'content-length': '37117',
64805npm verb headers 'accept-ranges': 'bytes',
64806npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64807npm verb headers via: '1.1 varnish',
64808npm verb headers age: '138',
64809npm verb headers connection: 'keep-alive',
64810npm verb headers 'x-served-by': 'cache-fra1241-FRA',
64811npm verb headers 'x-cache': 'HIT',
64812npm verb headers 'x-cache-hits': '1',
64813npm verb headers 'x-timer': 'S1450870282.972966,VS0,VE0',
64814npm verb headers vary: 'Accept' }
64815npm verb get saving sane to /root/.npm/registry.npmjs.org/sane/.cache.json
64816npm http 200 http://registry.npmjs.org/temp
64817npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64818npm verb headers etag: '"311YIJLD0AC98Z8BH81H4YUDW"',
64819npm verb headers 'content-type': 'application/json',
64820npm verb headers 'cache-control': 'max-age=300',
64821npm verb headers 'content-length': '19314',
64822npm verb headers 'accept-ranges': 'bytes',
64823npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64824npm verb headers via: '1.1 varnish',
64825npm verb headers age: '109',
64826npm verb headers connection: 'keep-alive',
64827npm verb headers 'x-served-by': 'cache-fra1221-FRA',
64828npm verb headers 'x-cache': 'HIT',
64829npm verb headers 'x-cache-hits': '2',
64830npm verb headers 'x-timer': 'S1450870282.973570,VS0,VE0',
64831npm verb headers vary: 'Accept' }
64832npm verb get saving temp to /root/.npm/registry.npmjs.org/temp/.cache.json
64833npm http 200 http://registry.npmjs.org/markdown-it
64834npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64835npm verb headers etag: '"2TIBZ7VHD2Z93VEL0ARIZ9JR0"',
64836npm verb headers 'content-type': 'application/json',
64837npm verb headers 'cache-control': 'max-age=300',
64838npm verb headers 'content-length': '61266',
64839npm verb headers 'accept-ranges': 'bytes',
64840npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64841npm verb headers via: '1.1 varnish',
64842npm verb headers age: '129',
64843npm verb headers connection: 'keep-alive',
64844npm verb headers 'x-served-by': 'cache-fra1248-FRA',
64845npm verb headers 'x-cache': 'HIT',
64846npm verb headers 'x-cache-hits': '1',
64847npm verb headers 'x-timer': 'S1450870282.968277,VS0,VE0',
64848npm verb headers vary: 'Accept' }
64849npm verb get saving markdown-it to /root/.npm/registry.npmjs.org/markdown-it/.cache.json
64850npm http 200 http://registry.npmjs.org/ember-cli-string-utils
64851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64852npm verb headers etag: '"AB2O9IB421R3I53ISH64EJW6Z"',
64853npm verb headers 'content-type': 'application/json',
64854npm verb headers 'cache-control': 'max-age=300',
64855npm verb headers 'content-length': '1873',
64856npm verb headers 'accept-ranges': 'bytes',
64857npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64858npm verb headers via: '1.1 varnish',
64859npm verb headers age: '0',
64860npm verb headers connection: 'keep-alive',
64861npm verb headers 'x-served-by': 'cache-fra1246-FRA',
64862npm verb headers 'x-cache': 'HIT',
64863npm verb headers 'x-cache-hits': '1',
64864npm verb headers 'x-timer': 'S1450870282.919881,VS0,VE101',
64865npm verb headers vary: 'Accept' }
64866npm verb get saving ember-cli-string-utils to /root/.npm/registry.npmjs.org/ember-cli-string-utils/.cache.json
64867npm http 200 http://registry.npmjs.org/fs-monitor-stack
64868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64869npm verb headers etag: '"CB76T4DHQBMW37DXSNIOQARY6"',
64870npm verb headers 'content-type': 'application/json',
64871npm verb headers 'cache-control': 'max-age=300',
64872npm verb headers 'content-length': '5391',
64873npm verb headers 'accept-ranges': 'bytes',
64874npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64875npm verb headers via: '1.1 varnish',
64876npm verb headers age: '0',
64877npm verb headers connection: 'keep-alive',
64878npm verb headers 'x-served-by': 'cache-fra1227-FRA',
64879npm verb headers 'x-cache': 'HIT',
64880npm verb headers 'x-cache-hits': '1',
64881npm verb headers 'x-timer': 'S1450870282.920865,VS0,VE103',
64882npm verb headers vary: 'Accept' }
64883npm verb get saving fs-monitor-stack to /root/.npm/registry.npmjs.org/fs-monitor-stack/.cache.json
64884npm http 200 http://registry.npmjs.org/ember-cli-get-dependency-depth
64885npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64886npm verb headers etag: '"DVBL3DE8FRW0D3AZKLE951NXX"',
64887npm verb headers 'content-type': 'application/json',
64888npm verb headers 'cache-control': 'max-age=300',
64889npm verb headers 'content-length': '1850',
64890npm verb headers 'accept-ranges': 'bytes',
64891npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64892npm verb headers via: '1.1 varnish',
64893npm verb headers age: '0',
64894npm verb headers connection: 'keep-alive',
64895npm verb headers 'x-served-by': 'cache-fra1243-FRA',
64896npm verb headers 'x-cache': 'HIT',
64897npm verb headers 'x-cache-hits': '1',
64898npm verb headers 'x-timer': 'S1450870282.919473,VS0,VE105',
64899npm verb headers vary: 'Accept' }
64900npm verb get saving ember-cli-get-dependency-depth to /root/.npm/registry.npmjs.org/ember-cli-get-dependency-depth/.cache.json
64901npm http 200 http://registry.npmjs.org/ember-cli-normalize-entity-name
64902npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64903npm verb headers etag: '"1EV0OQGC3MDJFMPUZWFHVGE1O"',
64904npm verb headers 'content-type': 'application/json',
64905npm verb headers 'cache-control': 'max-age=300',
64906npm verb headers 'content-length': '1831',
64907npm verb headers 'accept-ranges': 'bytes',
64908npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64909npm verb headers via: '1.1 varnish',
64910npm verb headers age: '0',
64911npm verb headers connection: 'keep-alive',
64912npm verb headers 'x-served-by': 'cache-fra1223-FRA',
64913npm verb headers 'x-cache': 'HIT',
64914npm verb headers 'x-cache-hits': '1',
64915npm verb headers 'x-timer': 'S1450870282.919605,VS0,VE117',
64916npm verb headers vary: 'Accept' }
64917npm verb get saving ember-cli-normalize-entity-name to /root/.npm/registry.npmjs.org/ember-cli-normalize-entity-name/.cache.json
64918npm http fetch 200 http://registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz
64919npm http fetch 200 http://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz
64920npm http 200 http://registry.npmjs.org/pleasant-progress
64921npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64922npm verb headers etag: '"5GDNKEEEIH0AY2638V6ZQLZMT"',
64923npm verb headers 'content-type': 'application/json',
64924npm verb headers 'cache-control': 'max-age=300',
64925npm verb headers 'content-length': '5372',
64926npm verb headers 'accept-ranges': 'bytes',
64927npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64928npm verb headers via: '1.1 varnish',
64929npm verb headers age: '0',
64930npm verb headers connection: 'keep-alive',
64931npm verb headers 'x-served-by': 'cache-fra1244-FRA',
64932npm verb headers 'x-cache': 'HIT',
64933npm verb headers 'x-cache-hits': '1',
64934npm verb headers 'x-timer': 'S1450870282.972235,VS0,VE98',
64935npm verb headers vary: 'Accept' }
64936npm verb get saving pleasant-progress to /root/.npm/registry.npmjs.org/pleasant-progress/.cache.json
64937npm http 200 http://registry.npmjs.org/silent-error
64938npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64939npm verb headers etag: '"ARG40AYYP8C4FQZOOQUMSK1KR"',
64940npm verb headers 'content-type': 'application/json',
64941npm verb headers 'cache-control': 'max-age=300',
64942npm verb headers 'content-length': '1807',
64943npm verb headers 'accept-ranges': 'bytes',
64944npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64945npm verb headers via: '1.1 varnish',
64946npm verb headers age: '0',
64947npm verb headers connection: 'keep-alive',
64948npm verb headers 'x-served-by': 'cache-fra1232-FRA',
64949npm verb headers 'x-cache': 'HIT',
64950npm verb headers 'x-cache-hits': '1',
64951npm verb headers 'x-timer': 'S1450870282.973235,VS0,VE98',
64952npm verb headers vary: 'Accept' }
64953npm verb get saving silent-error to /root/.npm/registry.npmjs.org/silent-error/.cache.json
64954npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
64955npm http 200 http://registry.npmjs.org/semver
64956npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64957npm verb headers etag: '"9AKHVLXH1EZXB2URR2AGEIANA"',
64958npm verb headers 'content-type': 'application/json',
64959npm verb headers 'cache-control': 'max-age=300',
64960npm verb headers 'content-length': '67438',
64961npm verb headers 'accept-ranges': 'bytes',
64962npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
64963npm verb headers via: '1.1 varnish',
64964npm verb headers age: '59',
64965npm verb headers connection: 'keep-alive',
64966npm verb headers 'x-served-by': 'cache-fra1239-FRA',
64967npm verb headers 'x-cache': 'HIT',
64968npm verb headers 'x-cache-hits': '7',
64969npm verb headers 'x-timer': 'S1450870282.972968,VS0,VE0',
64970npm verb headers vary: 'Accept' }
64971npm verb get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json
64972npm http 200 http://registry.npmjs.org/ember-cli-preprocess-registry
64973npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64974npm verb headers etag: '"AOXGCHGKBSAO86X132G8XFKMI"',
64975npm verb headers 'content-type': 'application/json',
64976npm verb headers 'cache-control': 'max-age=300',
64977npm verb headers 'content-length': '7187',
64978npm verb headers 'accept-ranges': 'bytes',
64979npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64980npm verb headers via: '1.1 varnish',
64981npm verb headers age: '0',
64982npm verb headers connection: 'keep-alive',
64983npm verb headers 'x-served-by': 'cache-fra1225-FRA',
64984npm verb headers 'x-cache': 'HIT',
64985npm verb headers 'x-cache-hits': '1',
64986npm verb headers 'x-timer': 'S1450870282.919732,VS0,VE183',
64987npm verb headers vary: 'Accept' }
64988npm verb get saving ember-cli-preprocess-registry to /root/.npm/registry.npmjs.org/ember-cli-preprocess-registry/.cache.json
64989npm http 200 http://registry.npmjs.org/findup
64990npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
64991npm verb headers etag: '"B4Y9NRSOAXRYLD08H23WG2YJT"',
64992npm verb headers 'content-type': 'application/json',
64993npm verb headers 'cache-control': 'max-age=300',
64994npm verb headers 'content-length': '9350',
64995npm verb headers 'accept-ranges': 'bytes',
64996npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
64997npm verb headers via: '1.1 varnish',
64998npm verb headers age: '0',
64999npm verb headers connection: 'keep-alive',
65000npm verb headers 'x-served-by': 'cache-fra1229-FRA',
65001npm verb headers 'x-cache': 'HIT',
65002npm verb headers 'x-cache-hits': '1',
65003npm verb headers 'x-timer': 'S1450870282.920750,VS0,VE184',
65004npm verb headers vary: 'Accept' }
65005npm verb get saving findup to /root/.npm/registry.npmjs.org/findup/.cache.json
65006npm http 200 http://registry.npmjs.org/exists-sync
65007npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65008npm verb headers etag: '"DVN9UBTP3EN5494092XWQ2HSM"',
65009npm verb headers 'content-type': 'application/json',
65010npm verb headers 'cache-control': 'max-age=300',
65011npm verb headers 'content-length': '4593',
65012npm verb headers 'accept-ranges': 'bytes',
65013npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65014npm verb headers via: '1.1 varnish',
65015npm verb headers age: '0',
65016npm verb headers connection: 'keep-alive',
65017npm verb headers 'x-served-by': 'cache-fra1226-FRA',
65018npm verb headers 'x-cache': 'HIT',
65019npm verb headers 'x-cache-hits': '1',
65020npm verb headers 'x-timer': 'S1450870282.920489,VS0,VE184',
65021npm verb headers vary: 'Accept' }
65022npm verb get saving exists-sync to /root/.npm/registry.npmjs.org/exists-sync/.cache.json
65023npm http 200 http://registry.npmjs.org/broccoli-config-loader
65024npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65025npm verb headers etag: '"BYXVZ2X1TXTCJZU4Z6B50ADY1"',
65026npm verb headers 'content-type': 'application/json',
65027npm verb headers 'cache-control': 'max-age=300',
65028npm verb headers 'content-length': '2924',
65029npm verb headers 'accept-ranges': 'bytes',
65030npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65031npm verb headers via: '1.1 varnish',
65032npm verb headers age: '0',
65033npm verb headers connection: 'keep-alive',
65034npm verb headers 'x-served-by': 'cache-fra1248-FRA',
65035npm verb headers 'x-cache': 'HIT',
65036npm verb headers 'x-cache-hits': '1',
65037npm verb headers 'x-timer': 'S1450870282.918377,VS0,VE187',
65038npm verb headers vary: 'Accept' }
65039npm verb get saving broccoli-config-loader to /root/.npm/registry.npmjs.org/broccoli-config-loader/.cache.json
65040npm http 200 http://registry.npmjs.org/broccoli-babel-transpiler
65041npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65042npm verb headers etag: '"7RLQDPSOHDZCSPKPNTD0U74OG"',
65043npm verb headers 'content-type': 'application/json',
65044npm verb headers 'cache-control': 'max-age=300',
65045npm verb headers 'content-length': '32764',
65046npm verb headers 'accept-ranges': 'bytes',
65047npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65048npm verb headers via: '1.1 varnish',
65049npm verb headers age: '0',
65050npm verb headers connection: 'keep-alive',
65051npm verb headers 'x-served-by': 'cache-fra1243-FRA',
65052npm verb headers 'x-cache': 'HIT',
65053npm verb headers 'x-cache-hits': '1',
65054npm verb headers 'x-timer': 'S1450870282.918123,VS0,VE187',
65055npm verb headers vary: 'Accept' }
65056npm verb get saving broccoli-babel-transpiler to /root/.npm/registry.npmjs.org/broccoli-babel-transpiler/.cache.json
65057npm http 200 http://registry.npmjs.org/broccoli-source
65058npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65059npm verb headers etag: '"9UX23KHPEVBFONXY3AYGI1TZO"',
65060npm verb headers 'content-type': 'application/json',
65061npm verb headers 'cache-control': 'max-age=300',
65062npm verb headers 'content-length': '4956',
65063npm verb headers 'accept-ranges': 'bytes',
65064npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65065npm verb headers via: '1.1 varnish',
65066npm verb headers age: '0',
65067npm verb headers connection: 'keep-alive',
65068npm verb headers 'x-served-by': 'cache-fra1222-FRA',
65069npm verb headers 'x-cache': 'HIT',
65070npm verb headers 'x-cache-hits': '1',
65071npm verb headers 'x-timer': 'S1450870282.918412,VS0,VE204',
65072npm verb headers vary: 'Accept' }
65073npm verb get saving broccoli-source to /root/.npm/registry.npmjs.org/broccoli-source/.cache.json
65074npm http 200 http://registry.npmjs.org/broccoli-viz
65075npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65076npm verb headers etag: '"EA0762QHJJCBL4O3NF1MCXXRZ"',
65077npm verb headers 'content-type': 'application/json',
65078npm verb headers 'cache-control': 'max-age=300',
65079npm verb headers 'content-length': '5780',
65080npm verb headers 'accept-ranges': 'bytes',
65081npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65082npm verb headers via: '1.1 varnish',
65083npm verb headers age: '0',
65084npm verb headers connection: 'keep-alive',
65085npm verb headers 'x-served-by': 'cache-fra1234-FRA',
65086npm verb headers 'x-cache': 'HIT',
65087npm verb headers 'x-cache-hits': '1',
65088npm verb headers 'x-timer': 'S1450870282.918478,VS0,VE207',
65089npm verb headers vary: 'Accept' }
65090npm verb get saving broccoli-viz to /root/.npm/registry.npmjs.org/broccoli-viz/.cache.json
65091npm http 200 http://registry.npmjs.org/ember-cli-path-utils
65092npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65093npm verb headers etag: '"3IS3HMOIFE73N434864SFQW7I"',
65094npm verb headers 'content-type': 'application/json',
65095npm verb headers 'cache-control': 'max-age=300',
65096npm verb headers 'content-length': '1833',
65097npm verb headers 'accept-ranges': 'bytes',
65098npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65099npm verb headers via: '1.1 varnish',
65100npm verb headers age: '0',
65101npm verb headers connection: 'keep-alive',
65102npm verb headers 'x-served-by': 'cache-fra1220-FRA',
65103npm verb headers 'x-cache': 'HIT',
65104npm verb headers 'x-cache-hits': '1',
65105npm verb headers 'x-timer': 'S1450870282.919781,VS0,VE219',
65106npm verb headers vary: 'Accept' }
65107npm verb get saving ember-cli-path-utils to /root/.npm/registry.npmjs.org/ember-cli-path-utils/.cache.json
65108npm http 200 http://registry.npmjs.org/isbinaryfile
65109npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65110npm verb headers etag: '"AY55H65CYGXJKGITA38DWL891"',
65111npm verb headers 'content-type': 'application/json',
65112npm verb headers 'cache-control': 'max-age=300',
65113npm verb headers 'content-length': '15843',
65114npm verb headers 'accept-ranges': 'bytes',
65115npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65116npm verb headers via: '1.1 varnish',
65117npm verb headers age: '0',
65118npm verb headers connection: 'keep-alive',
65119npm verb headers 'x-served-by': 'cache-fra1226-FRA',
65120npm verb headers 'x-cache': 'HIT',
65121npm verb headers 'x-cache-hits': '1',
65122npm verb headers 'x-timer': 'S1450870282.967722,VS0,VE187',
65123npm verb headers vary: 'Accept' }
65124npm verb get saving isbinaryfile to /root/.npm/registry.npmjs.org/isbinaryfile/.cache.json
65125npm http 200 http://registry.npmjs.org/markdown-it-terminal
65126npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65127npm verb headers etag: '"B09KTLX11NSSLMMYNRUB586OE"',
65128npm verb headers 'content-type': 'application/json',
65129npm verb headers 'cache-control': 'max-age=300',
65130npm verb headers 'content-length': '7252',
65131npm verb headers 'accept-ranges': 'bytes',
65132npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65133npm verb headers via: '1.1 varnish',
65134npm verb headers age: '0',
65135npm verb headers connection: 'keep-alive',
65136npm verb headers 'x-served-by': 'cache-fra1241-FRA',
65137npm verb headers 'x-cache': 'HIT',
65138npm verb headers 'x-cache-hits': '1',
65139npm verb headers 'x-timer': 'S1450870282.968399,VS0,VE196',
65140npm verb headers vary: 'Accept' }
65141npm verb get saving markdown-it-terminal to /root/.npm/registry.npmjs.org/markdown-it-terminal/.cache.json
65142npm http 200 http://registry.npmjs.org/portfinder
65143npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65144npm verb headers etag: '"AJYC2CJKICS3BSLCO1MKDZBR1"',
65145npm verb headers 'content-type': 'application/json',
65146npm verb headers 'cache-control': 'max-age=300',
65147npm verb headers 'content-length': '6841',
65148npm verb headers 'accept-ranges': 'bytes',
65149npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65150npm verb headers via: '1.1 varnish',
65151npm verb headers age: '0',
65152npm verb headers connection: 'keep-alive',
65153npm verb headers 'x-served-by': 'cache-fra1228-FRA',
65154npm verb headers 'x-cache': 'HIT',
65155npm verb headers 'x-cache-hits': '1',
65156npm verb headers 'x-timer': 'S1450870282.972710,VS0,VE193',
65157npm verb headers vary: 'Accept' }
65158npm verb get saving portfinder to /root/.npm/registry.npmjs.org/portfinder/.cache.json
65159npm http 200 http://registry.npmjs.org/http-proxy
65160npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65161npm verb headers etag: '"C0S246MJZ34VRF0L1INNHIIYE"',
65162npm verb headers 'content-type': 'application/json',
65163npm verb headers 'cache-control': 'max-age=300',
65164npm verb headers 'content-length': '121476',
65165npm verb headers 'accept-ranges': 'bytes',
65166npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65167npm verb headers via: '1.1 varnish',
65168npm verb headers age: '40',
65169npm verb headers connection: 'keep-alive',
65170npm verb headers 'x-served-by': 'cache-fra1231-FRA',
65171npm verb headers 'x-cache': 'HIT',
65172npm verb headers 'x-cache-hits': '4',
65173npm verb headers 'x-timer': 'S1450870282.921105,VS0,VE0',
65174npm verb headers vary: 'Accept' }
65175npm verb get saving http-proxy to /root/.npm/registry.npmjs.org/http-proxy/.cache.json
65176npm http 200 http://registry.npmjs.org/readline2
65177npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65178npm verb headers etag: '"5RNSSOEQU7AFOKPK77IF7645M"',
65179npm verb headers 'content-type': 'application/json',
65180npm verb headers 'cache-control': 'max-age=300',
65181npm verb headers 'content-length': '6934',
65182npm verb headers 'accept-ranges': 'bytes',
65183npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65184npm verb headers via: '1.1 varnish',
65185npm verb headers age: '199',
65186npm verb headers connection: 'keep-alive',
65187npm verb headers 'x-served-by': 'cache-fra1228-FRA',
65188npm verb headers 'x-cache': 'HIT',
65189npm verb headers 'x-cache-hits': '3',
65190npm verb headers 'x-timer': 'S1450870282.972893,VS0,VE0',
65191npm verb headers vary: 'Accept' }
65192npm verb get saving readline2 to /root/.npm/registry.npmjs.org/readline2/.cache.json
65193npm http 200 http://registry.npmjs.org/findup-sync
65194npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65195npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
65196npm verb headers 'content-type': 'application/json',
65197npm verb headers 'cache-control': 'max-age=60',
65198npm verb headers 'content-length': '11289',
65199npm verb headers 'accept-ranges': 'bytes',
65200npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65201npm verb headers via: '1.1 varnish',
65202npm verb headers age: '18',
65203npm verb headers connection: 'keep-alive',
65204npm verb headers 'x-served-by': 'cache-fra1235-FRA',
65205npm verb headers 'x-cache': 'HIT',
65206npm verb headers 'x-cache-hits': '1',
65207npm verb headers 'x-timer': 'S1450870282.920612,VS0,VE0',
65208npm verb headers vary: 'Accept' }
65209npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
65210npm http 200 http://registry.npmjs.org/exit
65211npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65212npm verb headers etag: '"66GA3RUQR76WJVRZF6ITVOZPO"',
65213npm verb headers 'content-type': 'application/json',
65214npm verb headers 'cache-control': 'max-age=300',
65215npm verb headers 'content-length': '13803',
65216npm verb headers 'accept-ranges': 'bytes',
65217npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65218npm verb headers via: '1.1 varnish',
65219npm verb headers age: '39',
65220npm verb headers connection: 'keep-alive',
65221npm verb headers 'x-served-by': 'cache-fra1222-FRA',
65222npm verb headers 'x-cache': 'HIT',
65223npm verb headers 'x-cache-hits': '2',
65224npm verb headers 'x-timer': 'S1450870282.920541,VS0,VE0',
65225npm verb headers vary: 'Accept' }
65226npm verb get saving exit to /root/.npm/registry.npmjs.org/exit/.cache.json
65227npm http 200 http://registry.npmjs.org/node-uuid
65228npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65229npm verb headers etag: '"2YAIRGF854DSPOB2SX1X37P96"',
65230npm verb headers 'content-type': 'application/json',
65231npm verb headers 'cache-control': 'max-age=300',
65232npm verb headers 'content-length': '23310',
65233npm verb headers 'accept-ranges': 'bytes',
65234npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65235npm verb headers via: '1.1 varnish',
65236npm verb headers age: '248',
65237npm verb headers connection: 'keep-alive',
65238npm verb headers 'x-served-by': 'cache-fra1247-FRA',
65239npm verb headers 'x-cache': 'HIT',
65240npm verb headers 'x-cache-hits': '15',
65241npm verb headers 'x-timer': 'S1450870282.968294,VS0,VE0',
65242npm verb headers vary: 'Accept' }
65243npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
65244npm http 200 http://registry.npmjs.org/inquirer
65245npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65246npm verb headers etag: '"4N9E33THRPEMUH6DN1V2YOX41"',
65247npm verb headers 'content-type': 'application/json',
65248npm verb headers 'cache-control': 'max-age=300',
65249npm verb headers 'content-length': '64400',
65250npm verb headers 'accept-ranges': 'bytes',
65251npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65252npm verb headers via: '1.1 varnish',
65253npm verb headers age: '160',
65254npm verb headers connection: 'keep-alive',
65255npm verb headers 'x-served-by': 'cache-fra1226-FRA',
65256npm verb headers 'x-cache': 'HIT',
65257npm verb headers 'x-cache-hits': '2',
65258npm verb headers 'x-timer': 'S1450870282.967319,VS0,VE0',
65259npm verb headers vary: 'Accept' }
65260npm verb get saving inquirer to /root/.npm/registry.npmjs.org/inquirer/.cache.json
65261npm http 200 http://registry.npmjs.org/broccoli-config-replace
65262npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65263npm verb headers etag: '"BIXOGX8H6TD1QDR9N1AQPJ1N2"',
65264npm verb headers 'content-type': 'application/json',
65265npm verb headers 'cache-control': 'max-age=300',
65266npm verb headers 'content-length': '6176',
65267npm verb headers 'accept-ranges': 'bytes',
65268npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65269npm verb headers via: '1.1 varnish',
65270npm verb headers age: '0',
65271npm verb headers connection: 'keep-alive',
65272npm verb headers 'x-served-by': 'cache-fra1238-FRA',
65273npm verb headers 'x-cache': 'HIT',
65274npm verb headers 'x-cache-hits': '1',
65275npm verb headers 'x-timer': 'S1450870282.918168,VS0,VE398',
65276npm verb headers vary: 'Accept' }
65277npm verb get saving broccoli-config-replace to /root/.npm/registry.npmjs.org/broccoli-config-replace/.cache.json
65278npm http 200 http://registry.npmjs.org/ember-cli-copy-dereference
65279npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65280npm verb headers etag: '"DYSAO2ZA0Q347SH7N0GZV2206"',
65281npm verb headers 'content-type': 'application/json',
65282npm verb headers 'cache-control': 'max-age=300',
65283npm verb headers 'content-length': '3632',
65284npm verb headers 'accept-ranges': 'bytes',
65285npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65286npm verb headers via: '1.1 varnish',
65287npm verb headers age: '0',
65288npm verb headers connection: 'keep-alive',
65289npm verb headers 'x-served-by': 'cache-fra1246-FRA',
65290npm verb headers 'x-cache': 'HIT',
65291npm verb headers 'x-cache-hits': '1',
65292npm verb headers 'x-timer': 'S1450870282.919194,VS0,VE399',
65293npm verb headers vary: 'Accept' }
65294npm verb get saving ember-cli-copy-dereference to /root/.npm/registry.npmjs.org/ember-cli-copy-dereference/.cache.json
65295npm http 200 http://registry.npmjs.org/broccoli-sane-watcher
65296npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65297npm verb headers etag: '"BG22G5JVGOPDJZ2NAZ8E4TEWF"',
65298npm verb headers 'content-type': 'application/json',
65299npm verb headers 'cache-control': 'max-age=300',
65300npm verb headers 'content-length': '20519',
65301npm verb headers 'accept-ranges': 'bytes',
65302npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65303npm verb headers via: '1.1 varnish',
65304npm verb headers age: '0',
65305npm verb headers connection: 'keep-alive',
65306npm verb headers 'x-served-by': 'cache-fra1222-FRA',
65307npm verb headers 'x-cache': 'HIT',
65308npm verb headers 'x-cache-hits': '1',
65309npm verb headers 'x-timer': 'S1450870282.918309,VS0,VE401',
65310npm verb headers vary: 'Accept' }
65311npm verb get saving broccoli-sane-watcher to /root/.npm/registry.npmjs.org/broccoli-sane-watcher/.cache.json
65312npm http 200 http://registry.npmjs.org/clean-base-url
65313npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65314npm verb headers etag: '"CDTGZ6K1NQC2I3JXBVRU1JTKU"',
65315npm verb headers 'content-type': 'application/json',
65316npm verb headers 'cache-control': 'max-age=300',
65317npm verb headers 'content-length': '1651',
65318npm verb headers 'accept-ranges': 'bytes',
65319npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65320npm verb headers via: '1.1 varnish',
65321npm verb headers age: '0',
65322npm verb headers connection: 'keep-alive',
65323npm verb headers 'x-served-by': 'cache-fra1240-FRA',
65324npm verb headers 'x-cache': 'HIT',
65325npm verb headers 'x-cache-hits': '1',
65326npm verb headers 'x-timer': 'S1450870282.918750,VS0,VE426',
65327npm verb headers vary: 'Accept' }
65328npm verb get saving clean-base-url to /root/.npm/registry.npmjs.org/clean-base-url/.cache.json
65329npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/chalk/-/chalk-1.1.0.tgz not in flight; adding
65330npm verb addTmpTarball already have metadata; skipping unpack for chalk@1.1.0
65331npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-5.0.13.tgz not in flight; adding
65332npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.13
65333npm http 200 http://registry.npmjs.org/fs-extra
65334npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65335npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
65336npm verb headers 'content-type': 'application/json',
65337npm verb headers 'cache-control': 'max-age=300',
65338npm verb headers 'content-length': '105445',
65339npm verb headers 'accept-ranges': 'bytes',
65340npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65341npm verb headers via: '1.1 varnish',
65342npm verb headers age: '76',
65343npm verb headers connection: 'keep-alive',
65344npm verb headers 'x-served-by': 'cache-fra1228-FRA',
65345npm verb headers 'x-cache': 'HIT',
65346npm verb headers 'x-cache-hits': '3',
65347npm verb headers 'x-timer': 'S1450870282.921157,VS0,VE0',
65348npm verb headers vary: 'Accept' }
65349npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
65350npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
65351npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/quick-temp/-/quick-temp-0.1.3.tgz not in flight; adding
65352npm verb addTmpTarball already have metadata; skipping unpack for quick-temp@0.1.3
65353npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz not in flight; adding
65354npm verb addTmpTarball already have metadata; skipping unpack for walk-sync@0.1.3
65355npm http 200 http://registry.npmjs.org/leek
65356npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65357npm verb headers etag: '"DFRFPCB6MI91V4CTB6RFDHM61"',
65358npm verb headers 'content-type': 'application/json',
65359npm verb headers 'cache-control': 'max-age=300',
65360npm verb headers 'content-length': '27863',
65361npm verb headers 'accept-ranges': 'bytes',
65362npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65363npm verb headers via: '1.1 varnish',
65364npm verb headers age: '0',
65365npm verb headers connection: 'keep-alive',
65366npm verb headers 'x-served-by': 'cache-fra1223-FRA',
65367npm verb headers 'x-cache': 'HIT',
65368npm verb headers 'x-cache-hits': '1',
65369npm verb headers 'x-timer': 'S1450870282.967178,VS0,VE402',
65370npm verb headers vary: 'Accept' }
65371npm verb get saving leek to /root/.npm/registry.npmjs.org/leek/.cache.json
65372npm http 200 http://registry.npmjs.org/node-modules-path
65373npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65374npm verb headers etag: '"8OPH1SKDHVGKJQ2M116E4K2D6"',
65375npm verb headers 'content-type': 'application/json',
65376npm verb headers 'cache-control': 'max-age=300',
65377npm verb headers 'content-length': '3012',
65378npm verb headers 'accept-ranges': 'bytes',
65379npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65380npm verb headers via: '1.1 varnish',
65381npm verb headers age: '0',
65382npm verb headers connection: 'keep-alive',
65383npm verb headers 'x-served-by': 'cache-fra1237-FRA',
65384npm verb headers 'x-cache': 'HIT',
65385npm verb headers 'x-cache-hits': '1',
65386npm verb headers 'x-timer': 'S1450870282.968240,VS0,VE402',
65387npm verb headers vary: 'Accept' }
65388npm verb get saving node-modules-path to /root/.npm/registry.npmjs.org/node-modules-path/.cache.json
65389npm http 200 http://registry.npmjs.org/bower
65390npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65391npm verb headers etag: '"61SU3DZUOC8CNSSLZ37G52I03"',
65392npm verb headers 'content-type': 'application/json',
65393npm verb headers 'cache-control': 'max-age=300',
65394npm verb headers 'content-length': '161697',
65395npm verb headers 'accept-ranges': 'bytes',
65396npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65397npm verb headers via: '1.1 varnish',
65398npm verb headers age: '215',
65399npm verb headers connection: 'keep-alive',
65400npm verb headers 'x-served-by': 'cache-fra1231-FRA',
65401npm verb headers 'x-cache': 'HIT',
65402npm verb headers 'x-cache-hits': '7',
65403npm verb headers 'x-timer': 'S1450870282.917998,VS0,VE0',
65404npm verb headers vary: 'Accept' }
65405npm verb get saving bower to /root/.npm/registry.npmjs.org/bower/.cache.json
65406npm verb cache add spec configstore@1.2.1
65407npm verb addNamed "1.2.1" is a plain semver version for configstore
65408npm verb addNameVersion registry:http://registry.npmjs.org/configstore not in flight; fetching
65409npm verb cache add spec bower-config@0.6.1
65410npm verb addNamed "0.6.1" is a plain semver version for bower-config
65411npm verb addNameVersion registry:http://registry.npmjs.org/bower-config not in flight; fetching
65412npm verb cache add spec merge-defaults@^0.2.1
65413npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for merge-defaults
65414npm verb addNameRange registry:http://registry.npmjs.org/merge-defaults not in flight; fetching
65415npm verb cache add spec nopt@^3.0.1
65416npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for nopt
65417npm verb addNameRange registry:http://registry.npmjs.org/nopt not in flight; fetching
65418npm verb cache add spec amd-name-resolver@0.0.2
65419npm verb addNamed "0.0.2" is a plain semver version for amd-name-resolver
65420npm verb addNameVersion registry:http://registry.npmjs.org/amd-name-resolver not in flight; fetching
65421npm verb cache add spec compression@^1.4.4
65422npm verb addNamed ">=1.4.4 <2.0.0" is a valid semver range for compression
65423npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
65424npm verb cache add spec resolve@^1.1.6
65425npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for resolve
65426npm verb addNameRange registry:http://registry.npmjs.org/resolve not in flight; fetching
65427npm verb cache add spec bower-endpoint-parser@0.2.2
65428npm verb addNamed "0.2.2" is a plain semver version for bower-endpoint-parser
65429npm verb addNameVersion registry:http://registry.npmjs.org/bower-endpoint-parser not in flight; fetching
65430npm verb cache add spec diff@^1.3.1
65431npm verb addNamed ">=1.3.1 <2.0.0" is a valid semver range for diff
65432npm verb addNameRange registry:http://registry.npmjs.org/diff not in flight; fetching
65433npm verb cache add spec ember-router-generator@^1.0.0
65434npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-router-generator
65435npm verb addNameRange registry:http://registry.npmjs.org/ember-router-generator not in flight; fetching
65436npm verb cache add spec broccoli-funnel@^1.0.0
65437npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-funnel
65438npm verb addNameRange registry:http://registry.npmjs.org/broccoli-funnel not in flight; fetching
65439npm verb cache add spec broccoli@0.16.8
65440npm verb addNamed "0.16.8" is a plain semver version for broccoli
65441npm verb addNameVersion registry:http://registry.npmjs.org/broccoli not in flight; fetching
65442npm verb cache add spec inflection@^1.7.0
65443npm verb addNamed ">=1.7.0 <2.0.0" is a valid semver range for inflection
65444npm verb addNameRange registry:http://registry.npmjs.org/inflection not in flight; fetching
65445npm verb cache add spec morgan@^1.5.2
65446npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for morgan
65447npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
65448npm verb cache add spec through@^2.3.6
65449npm verb addNamed ">=2.3.6 <3.0.0" is a valid semver range for through
65450npm verb addNameRange registry:http://registry.npmjs.org/through not in flight; fetching
65451npm verb cache add spec lodash@^3.6.0
65452npm verb addNamed ">=3.6.0 <4.0.0" is a valid semver range for lodash
65453npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
65454npm verb cache add spec tiny-lr@0.2.0
65455npm verb addNamed "0.2.0" is a plain semver version for tiny-lr
65456npm verb addNameVersion registry:http://registry.npmjs.org/tiny-lr not in flight; fetching
65457npm verb cache add spec temp@0.8.1
65458npm verb addNamed "0.8.1" is a plain semver version for temp
65459npm verb addNameVersion registry:http://registry.npmjs.org/temp not in flight; fetching
65460npm verb cache add spec ember-cli-string-utils@^1.0.0
65461npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-string-utils
65462npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-string-utils not in flight; fetching
65463npm verb cache add spec sane@^1.1.1
65464npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for sane
65465npm verb addNameRange registry:http://registry.npmjs.org/sane not in flight; fetching
65466npm verb cache add spec fs-monitor-stack@^1.0.2
65467npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for fs-monitor-stack
65468npm verb addNameRange registry:http://registry.npmjs.org/fs-monitor-stack not in flight; fetching
65469npm verb cache add spec markdown-it@4.3.0
65470npm verb addNamed "4.3.0" is a plain semver version for markdown-it
65471npm verb addNameVersion registry:http://registry.npmjs.org/markdown-it not in flight; fetching
65472npm verb cache add spec ember-cli-get-dependency-depth@^1.0.0
65473npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-get-dependency-depth
65474npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-get-dependency-depth not in flight; fetching
65475npm verb cache add spec ember-cli-normalize-entity-name@^1.0.0
65476npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-normalize-entity-name
65477npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-normalize-entity-name not in flight; fetching
65478npm verb cache add spec pleasant-progress@^1.0.2
65479npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for pleasant-progress
65480npm verb addNameRange registry:http://registry.npmjs.org/pleasant-progress not in flight; fetching
65481npm verb cache add spec silent-error@^1.0.0
65482npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for silent-error
65483npm verb addNameRange registry:http://registry.npmjs.org/silent-error not in flight; fetching
65484npm verb cache add spec ember-cli-preprocess-registry@^1.0.3
65485npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for ember-cli-preprocess-registry
65486npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-preprocess-registry not in flight; fetching
65487npm verb cache add spec semver@^4.3.3
65488npm verb addNamed ">=4.3.3 <5.0.0" is a valid semver range for semver
65489npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
65490npm verb cache add spec broccoli-config-loader@^1.0.0
65491npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-config-loader
65492npm verb addNameRange registry:http://registry.npmjs.org/broccoli-config-loader not in flight; fetching
65493npm verb cache add spec exists-sync@0.0.3
65494npm verb addNamed "0.0.3" is a plain semver version for exists-sync
65495npm verb addNameVersion registry:http://registry.npmjs.org/exists-sync not in flight; fetching
65496npm verb cache add spec broccoli-babel-transpiler@^5.4.5
65497npm verb addNamed ">=5.4.5 <6.0.0" is a valid semver range for broccoli-babel-transpiler
65498npm verb addNameRange registry:http://registry.npmjs.org/broccoli-babel-transpiler not in flight; fetching
65499npm verb cache add spec findup@0.1.5
65500npm verb addNamed "0.1.5" is a plain semver version for findup
65501npm verb addNameVersion registry:http://registry.npmjs.org/findup not in flight; fetching
65502npm verb cache add spec broccoli-viz@^2.0.1
65503npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for broccoli-viz
65504npm verb addNameRange registry:http://registry.npmjs.org/broccoli-viz not in flight; fetching
65505npm verb cache add spec broccoli-source@^1.1.0
65506npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for broccoli-source
65507npm verb addNameRange registry:http://registry.npmjs.org/broccoli-source not in flight; fetching
65508npm verb cache add spec ember-cli-path-utils@^1.0.0
65509npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-path-utils
65510npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-path-utils not in flight; fetching
65511npm verb cache add spec markdown-it-terminal@0.0.2
65512npm verb addNamed "0.0.2" is a plain semver version for markdown-it-terminal
65513npm verb addNameVersion registry:http://registry.npmjs.org/markdown-it-terminal not in flight; fetching
65514npm verb cache add spec isbinaryfile@^2.0.3
65515npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for isbinaryfile
65516npm verb addNameRange registry:http://registry.npmjs.org/isbinaryfile not in flight; fetching
65517npm verb cache add spec portfinder@^0.4.0
65518npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for portfinder
65519npm verb addNameRange registry:http://registry.npmjs.org/portfinder not in flight; fetching
65520npm http 200 http://registry.npmjs.org/express
65521npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65522npm verb headers etag: '"12SG4G0JIIFZBGMRH98S59S7P"',
65523npm verb headers 'content-type': 'application/json',
65524npm verb headers 'cache-control': 'max-age=300',
65525npm verb headers 'content-length': '529378',
65526npm verb headers 'accept-ranges': 'bytes',
65527npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65528npm verb headers via: '1.1 varnish',
65529npm verb headers age: '142',
65530npm verb headers connection: 'keep-alive',
65531npm verb headers 'x-served-by': 'cache-fra1242-FRA',
65532npm verb headers 'x-cache': 'HIT',
65533npm verb headers 'x-cache-hits': '4',
65534npm verb headers 'x-timer': 'S1450870282.920542,VS0,VE0',
65535npm verb headers vary: 'Accept' }
65536npm verb get saving express to /root/.npm/registry.npmjs.org/express/.cache.json
65537npm verb get http://registry.npmjs.org/configstore not expired, no request
65538npm verb get http://registry.npmjs.org/bower-config not expired, no request
65539npm verb cache add spec findup-sync@^0.2.1
65540npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for findup-sync
65541npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
65542npm verb cache add spec exit@^0.1.2
65543npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for exit
65544npm verb addNameRange registry:http://registry.npmjs.org/exit not in flight; fetching
65545npm verb cache add spec readline2@0.1.1
65546npm verb addNamed "0.1.1" is a plain semver version for readline2
65547npm verb addNameVersion registry:http://registry.npmjs.org/readline2 not in flight; fetching
65548npm verb cache add spec http-proxy@^1.9.0
65549npm verb addNamed ">=1.9.0 <2.0.0" is a valid semver range for http-proxy
65550npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
65551npm http 200 http://registry.npmjs.org/cpr
65552npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65553npm verb headers etag: '"AI1EEVWVH1Y7M5QEE1PPS3CGS"',
65554npm verb headers 'content-type': 'application/json',
65555npm verb headers 'cache-control': 'max-age=300',
65556npm verb headers 'content-length': '26202',
65557npm verb headers 'accept-ranges': 'bytes',
65558npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65559npm verb headers via: '1.1 varnish',
65560npm verb headers age: '0',
65561npm verb headers connection: 'keep-alive',
65562npm verb headers 'x-served-by': 'cache-fra1243-FRA',
65563npm verb headers 'x-cache': 'HIT',
65564npm verb headers 'x-cache-hits': '1',
65565npm verb headers 'x-timer': 'S1450870282.919193,VS0,VE716',
65566npm verb headers vary: 'Accept' }
65567npm verb get saving cpr to /root/.npm/registry.npmjs.org/cpr/.cache.json
65568npm verb cache add spec node-uuid@^1.4.3
65569npm verb addNamed ">=1.4.3 <2.0.0" is a valid semver range for node-uuid
65570npm verb addNameRange registry:http://registry.npmjs.org/node-uuid not in flight; fetching
65571npm verb get http://registry.npmjs.org/merge-defaults not expired, no request
65572npm verb addNamed "0.2.1" is a plain semver version for merge-defaults
65573npm verb get http://registry.npmjs.org/nopt not expired, no request
65574npm verb addNamed "3.0.6" is a plain semver version for nopt
65575npm verb get http://registry.npmjs.org/amd-name-resolver not expired, no request
65576npm verb addRemoteTarball http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz not in flight; adding
65577npm verb addRemoteTarball [ 'http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz',
65578npm verb addRemoteTarball '00ad402c0dba027bd8b4b7228dc7d42cefe3c81a' ]
65579npm verb addRemoteTarball http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz not in flight; adding
65580npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz',
65581npm verb addRemoteTarball '7093155688bef44079bf4cb32d189312c87ded60' ]
65582npm verb cache add spec inquirer@0.5.1
65583npm verb addNamed "0.5.1" is a plain semver version for inquirer
65584npm verb addNameVersion registry:http://registry.npmjs.org/inquirer not in flight; fetching
65585npm verb cache add spec broccoli-config-replace@^1.1.0
65586npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for broccoli-config-replace
65587npm verb addNameRange registry:http://registry.npmjs.org/broccoli-config-replace not in flight; fetching
65588npm http 200 http://registry.npmjs.org/git-repo-info
65589npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65590npm verb headers etag: '"EQL9RZP6GZ3A7BMEPD3PSBZY1"',
65591npm verb headers 'content-type': 'application/json',
65592npm verb headers 'cache-control': 'max-age=300',
65593npm verb headers 'content-length': '9463',
65594npm verb headers 'accept-ranges': 'bytes',
65595npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65596npm verb headers via: '1.1 varnish',
65597npm verb headers age: '0',
65598npm verb headers connection: 'keep-alive',
65599npm verb headers 'x-served-by': 'cache-fra1230-FRA',
65600npm verb headers 'x-cache': 'HIT',
65601npm verb headers 'x-cache-hits': '1',
65602npm verb headers 'x-timer': 'S1450870282.921208,VS0,VE726',
65603npm verb headers vary: 'Accept' }
65604npm verb get saving git-repo-info to /root/.npm/registry.npmjs.org/git-repo-info/.cache.json
65605npm verb cache add spec ember-cli-copy-dereference@^1.0.0
65606npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-copy-dereference
65607npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-copy-dereference not in flight; fetching
65608npm verb cache add spec broccoli-sane-watcher@^1.1.1
65609npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for broccoli-sane-watcher
65610npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sane-watcher not in flight; fetching
65611npm verb addRemoteTarball http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz not in flight; adding
65612npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz',
65613npm verb addRemoteTarball 'dd42248eb96bb6a51521724321c72ff9583dde80' ]
65614npm verb addRemoteTarball http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
65615npm verb addRemoteTarball [ 'http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz',
65616npm verb addRemoteTarball 'c6465dbf08abcd4db359317f79ac68a646b28ff9' ]
65617npm verb addRemoteTarball http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz not in flight; adding
65618npm verb addRemoteTarball [ 'http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz',
65619npm verb addRemoteTarball '7bee4e112aabeecc2e14429c4ca750c55d8e5ecd' ]
65620npm verb get http://registry.npmjs.org/compression not expired, no request
65621npm verb addNamed "1.6.0" is a plain semver version for compression
65622npm verb get http://registry.npmjs.org/resolve not expired, no request
65623npm verb addNamed "1.1.6" is a plain semver version for resolve
65624npm verb get http://registry.npmjs.org/bower-endpoint-parser not expired, no request
65625npm verb get http://registry.npmjs.org/diff not expired, no request
65626npm verb addNamed "1.4.0" is a plain semver version for diff
65627npm verb afterAdd /root/.npm/chalk/1.1.0/package/package.json not in flight; writing
65628npm verb afterAdd /root/.npm/glob/5.0.13/package/package.json not in flight; writing
65629npm http 200 http://registry.npmjs.org/ember-cli-test-info
65630npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65631npm verb headers etag: '"BH74B0SZ3KRX3RLCN80Y8Z77F"',
65632npm verb headers 'content-type': 'application/json',
65633npm verb headers 'cache-control': 'max-age=300',
65634npm verb headers 'content-length': '1870',
65635npm verb headers 'accept-ranges': 'bytes',
65636npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65637npm verb headers via: '1.1 varnish',
65638npm verb headers age: '0',
65639npm verb headers connection: 'keep-alive',
65640npm verb headers 'x-served-by': 'cache-fra1221-FRA',
65641npm verb headers 'x-cache': 'HIT',
65642npm verb headers 'x-cache-hits': '1',
65643npm verb headers 'x-timer': 'S1450870282.920155,VS0,VE765',
65644npm verb headers vary: 'Accept' }
65645npm verb get saving ember-cli-test-info to /root/.npm/registry.npmjs.org/ember-cli-test-info/.cache.json
65646npm http 200 http://registry.npmjs.org/core-object
65647npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65648npm verb headers etag: '"3SLTSVT88ZOQPQLUDVZCPWXV4"',
65649npm verb headers 'content-type': 'application/json',
65650npm verb headers 'cache-control': 'max-age=300',
65651npm verb headers 'content-length': '8359',
65652npm verb headers 'accept-ranges': 'bytes',
65653npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65654npm verb headers via: '1.1 varnish',
65655npm verb headers age: '0',
65656npm verb headers connection: 'keep-alive',
65657npm verb headers 'x-served-by': 'cache-fra1237-FRA',
65658npm verb headers 'x-cache': 'HIT',
65659npm verb headers 'x-cache-hits': '1',
65660npm verb headers 'x-timer': 'S1450870282.918540,VS0,VE771',
65661npm verb headers vary: 'Accept' }
65662npm verb get saving core-object to /root/.npm/registry.npmjs.org/core-object/.cache.json
65663npm http 200 http://registry.npmjs.org/yam
65664npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65665npm verb headers etag: '"BQ3H927W8KTJ87ZQFWE8L7A7M"',
65666npm verb headers 'content-type': 'application/json',
65667npm verb headers 'cache-control': 'max-age=300',
65668npm verb headers 'content-length': '21571',
65669npm verb headers 'accept-ranges': 'bytes',
65670npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65671npm verb headers via: '1.1 varnish',
65672npm verb headers age: '0',
65673npm verb headers connection: 'keep-alive',
65674npm verb headers 'x-served-by': 'cache-fra1221-FRA',
65675npm verb headers 'x-cache': 'HIT',
65676npm verb headers 'x-cache-hits': '1',
65677npm verb headers 'x-timer': 'S1450870282.973514,VS0,VE727',
65678npm verb headers vary: 'Accept' }
65679npm verb get saving yam to /root/.npm/registry.npmjs.org/yam/.cache.json
65680npm verb cache add spec clean-base-url@^1.0.0
65681npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for clean-base-url
65682npm verb addNameRange registry:http://registry.npmjs.org/clean-base-url not in flight; fetching
65683npm verb get http://registry.npmjs.org/ember-router-generator not expired, no request
65684npm verb addNamed "1.1.1" is a plain semver version for ember-router-generator
65685npm verb addRemoteTarball http://registry.npmjs.org/compression/-/compression-1.6.0.tgz not in flight; adding
65686npm verb addRemoteTarball [ 'http://registry.npmjs.org/compression/-/compression-1.6.0.tgz',
65687npm verb addRemoteTarball '886465ffa4a19f9b73b41682db77d28179b30920' ]
65688npm verb addRemoteTarball http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
65689npm verb addRemoteTarball [ 'http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz',
65690npm verb addRemoteTarball 'd3492ad054ca800f5befa612e61beac1eec98f8f' ]
65691npm verb addRemoteTarball http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
65692npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz',
65693npm verb addRemoteTarball '00b565adbfab6f2d35addde977e97962acbcb3f6' ]
65694npm verb addRemoteTarball http://registry.npmjs.org/diff/-/diff-1.4.0.tgz not in flight; adding
65695npm verb addRemoteTarball [ 'http://registry.npmjs.org/diff/-/diff-1.4.0.tgz',
65696npm verb addRemoteTarball '7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf' ]
65697npm verb get http://registry.npmjs.org/broccoli-funnel not expired, no request
65698npm verb addNamed "1.0.1" is a plain semver version for broccoli-funnel
65699npm verb get http://registry.npmjs.org/inflection not expired, no request
65700npm verb addNamed "1.8.0" is a plain semver version for inflection
65701npm verb get http://registry.npmjs.org/broccoli not expired, no request
65702npm verb get http://registry.npmjs.org/through not expired, no request
65703npm verb addNamed "2.3.8" is a plain semver version for through
65704npm verb get http://registry.npmjs.org/morgan not expired, no request
65705npm verb addNamed "1.6.1" is a plain semver version for morgan
65706npm verb get http://registry.npmjs.org/tiny-lr not expired, no request
65707npm verb get http://registry.npmjs.org/temp not expired, no request
65708npm verb get http://registry.npmjs.org/ember-cli-string-utils not expired, no request
65709npm verb addNamed "1.0.0" is a plain semver version for ember-cli-string-utils
65710npm verb get http://registry.npmjs.org/sane not expired, no request
65711npm verb addNamed "1.3.0" is a plain semver version for sane
65712npm verb get http://registry.npmjs.org/fs-monitor-stack not expired, no request
65713npm verb addNamed "1.1.0" is a plain semver version for fs-monitor-stack
65714npm verb get http://registry.npmjs.org/ember-cli-get-dependency-depth not expired, no request
65715npm verb addNamed "1.0.0" is a plain semver version for ember-cli-get-dependency-depth
65716npm verb get http://registry.npmjs.org/lodash not expired, no request
65717npm verb addNamed "3.10.1" is a plain semver version for lodash
65718npm verb get http://registry.npmjs.org/ember-cli-normalize-entity-name not expired, no request
65719npm verb addNamed "1.0.0" is a plain semver version for ember-cli-normalize-entity-name
65720npm verb get http://registry.npmjs.org/markdown-it not expired, no request
65721npm verb get http://registry.npmjs.org/pleasant-progress not expired, no request
65722npm verb addNamed "1.1.0" is a plain semver version for pleasant-progress
65723npm verb afterAdd /root/.npm/quick-temp/0.1.3/package/package.json not in flight; writing
65724npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
65725npm http 200 http://registry.npmjs.org/is-git-url
65726npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65727npm verb headers etag: '"8KN97AK8ZI7XDGDZ3YO9HW2NH"',
65728npm verb headers 'content-type': 'application/json',
65729npm verb headers 'cache-control': 'max-age=300',
65730npm verb headers 'content-length': '8703',
65731npm verb headers 'accept-ranges': 'bytes',
65732npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65733npm verb headers via: '1.1 varnish',
65734npm verb headers age: '0',
65735npm verb headers connection: 'keep-alive',
65736npm verb headers 'x-served-by': 'cache-fra1243-FRA',
65737npm verb headers 'x-cache': 'HIT',
65738npm verb headers 'x-cache-hits': '1',
65739npm verb headers 'x-timer': 'S1450870282.967020,VS0,VE752',
65740npm verb headers vary: 'Accept' }
65741npm verb get saving is-git-url to /root/.npm/registry.npmjs.org/is-git-url/.cache.json
65742npm http 200 http://registry.npmjs.org/ember-cli-is-package-missing
65743npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65744npm verb headers etag: '"ENGCVT6TM6LH4Y7YGV7TANWMU"',
65745npm verb headers 'content-type': 'application/json',
65746npm verb headers 'cache-control': 'max-age=300',
65747npm verb headers 'content-length': '1807',
65748npm verb headers 'accept-ranges': 'bytes',
65749npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65750npm verb headers via: '1.1 varnish',
65751npm verb headers age: '0',
65752npm verb headers connection: 'keep-alive',
65753npm verb headers 'x-served-by': 'cache-fra1220-FRA',
65754npm verb headers 'x-cache': 'HIT',
65755npm verb headers 'x-cache-hits': '1',
65756npm verb headers 'x-timer': 'S1450870282.919524,VS0,VE802',
65757npm verb headers vary: 'Accept' }
65758npm verb get saving ember-cli-is-package-missing to /root/.npm/registry.npmjs.org/ember-cli-is-package-missing/.cache.json
65759npm http 200 http://registry.npmjs.org/broccoli-sourcemap-concat
65760npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65761npm verb headers etag: '"DCF1N4ZZB6NTWB7UIZDXQM2P4"',
65762npm verb headers 'content-type': 'application/json',
65763npm verb headers 'cache-control': 'max-age=300',
65764npm verb headers 'content-length': '41870',
65765npm verb headers 'accept-ranges': 'bytes',
65766npm verb headers date: 'Wed, 23 Dec 2015 11:31:23 GMT',
65767npm verb headers via: '1.1 varnish',
65768npm verb headers age: '0',
65769npm verb headers connection: 'keep-alive',
65770npm verb headers 'x-served-by': 'cache-fra1243-FRA',
65771npm verb headers 'x-cache': 'HIT',
65772npm verb headers 'x-cache-hits': '1',
65773npm verb headers 'x-timer': 'S1450870282.918480,VS0,VE812',
65774npm verb headers vary: 'Accept' }
65775npm verb get saving broccoli-sourcemap-concat to /root/.npm/registry.npmjs.org/broccoli-sourcemap-concat/.cache.json
65776npm verb addRemoteTarball http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz not in flight; adding
65777npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz',
65778npm verb addRemoteTarball '993716d2b673f1e4f2fc61e4f164ba7e0b1e790b' ]
65779npm verb get http://registry.npmjs.org/silent-error not expired, no request
65780npm verb addNamed "1.0.0" is a plain semver version for silent-error
65781npm verb cache add spec fs-extra@0.22.1
65782npm verb addNamed "0.22.1" is a plain semver version for fs-extra
65783npm verb addNameVersion registry:http://registry.npmjs.org/fs-extra not in flight; fetching
65784npm info retry fetch attempt 1 at 11:31:23
65785npm info attempt registry request try #1 at 11:31:23
65786npm http fetch GET http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz
65787npm info retry fetch attempt 1 at 11:31:23
65788npm info attempt registry request try #1 at 11:31:23
65789npm http fetch GET http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz
65790npm verb addRemoteTarball http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz not in flight; adding
65791npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz',
65792npm verb addRemoteTarball '12cb76e342343592a3b18ae7840c0db3bd16d8af' ]
65793npm verb addRemoteTarball http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz not in flight; adding
65794npm verb addRemoteTarball [ 'http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz',
65795npm verb addRemoteTarball '0b8ccf7620c944dd17e44c9d38830a01385b07e2' ]
65796npm verb addRemoteTarball http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz not in flight; adding
65797npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz',
65798npm verb addRemoteTarball '2a00f6b82a8106ec9cfb380a8ada4ad490b836d5' ]
65799npm verb addRemoteTarball http://registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
65800npm verb addRemoteTarball [ 'http://registry.npmjs.org/through/-/through-2.3.8.tgz',
65801npm verb addRemoteTarball '0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5' ]
65802npm verb addRemoteTarball http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
65803npm verb addRemoteTarball [ 'http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz',
65804npm verb addRemoteTarball '5fd818398c6819cba28a7cd6664f292fe1c0bbf2' ]
65805npm verb addRemoteTarball http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz not in flight; adding
65806npm verb addRemoteTarball [ 'http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz',
65807npm verb addRemoteTarball 'f2514ec0018ef54432efac73c4655129813dd570' ]
65808npm verb addRemoteTarball http://registry.npmjs.org/temp/-/temp-0.8.1.tgz not in flight; adding
65809npm verb addRemoteTarball [ 'http://registry.npmjs.org/temp/-/temp-0.8.1.tgz',
65810npm verb addRemoteTarball '4b7b4ffde85bb09f2dd6ba6cc43b44213c94fd3a' ]
65811npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz not in flight; adding
65812npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz',
65813npm verb addRemoteTarball 'd07b17d0b6223c42e09bfb835ee2b8466ec9b88e' ]
65814npm verb addRemoteTarball http://registry.npmjs.org/sane/-/sane-1.3.0.tgz not in flight; adding
65815npm verb addRemoteTarball [ 'http://registry.npmjs.org/sane/-/sane-1.3.0.tgz',
65816npm verb addRemoteTarball '9802b0b05a8de44ffdba7677f6ecbc297085a96a' ]
65817npm verb addRemoteTarball http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz not in flight; adding
65818npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz',
65819npm verb addRemoteTarball '6d5de3f64eb12791c6f39e72afaf170f82a49d56' ]
65820npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz not in flight; adding
65821npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz',
65822npm verb addRemoteTarball 'e0afecf82a2d52f00f28ab468295281aec368d11' ]
65823npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
65824npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz',
65825npm verb addRemoteTarball '5bf45e8e49ba4189e17d482789dfd15bd140b7b6' ]
65826npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz not in flight; adding
65827npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz',
65828npm verb addRemoteTarball '0b14f7bcbc599aa117b5fddc81e4fd03c4bad5b7' ]
65829npm verb addRemoteTarball http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz not in flight; adding
65830npm verb addRemoteTarball [ 'http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz',
65831npm verb addRemoteTarball '0ee2b0724079d186b3f04b7345ce395ae47cc474' ]
65832npm verb addRemoteTarball http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz not in flight; adding
65833npm verb addRemoteTarball [ 'http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz',
65834npm verb addRemoteTarball 'c99cd730a2e50cffdd3badff845fc4d5282e266b' ]
65835npm verb get http://registry.npmjs.org/ember-cli-preprocess-registry not expired, no request
65836npm verb addNamed "1.1.0" is a plain semver version for ember-cli-preprocess-registry
65837npm verb get http://registry.npmjs.org/broccoli-config-loader not expired, no request
65838npm verb addNamed "1.0.0" is a plain semver version for broccoli-config-loader
65839npm verb get http://registry.npmjs.org/semver not expired, no request
65840npm verb addNamed "4.3.6" is a plain semver version for semver
65841npm verb get http://registry.npmjs.org/exists-sync not expired, no request
65842npm verb get http://registry.npmjs.org/findup not expired, no request
65843npm verb get http://registry.npmjs.org/broccoli-viz not expired, no request
65844npm verb addNamed "2.0.1" is a plain semver version for broccoli-viz
65845npm verb get http://registry.npmjs.org/broccoli-babel-transpiler not expired, no request
65846npm verb addNamed "5.5.0" is a plain semver version for broccoli-babel-transpiler
65847npm verb get http://registry.npmjs.org/ember-cli-path-utils not expired, no request
65848npm verb addNamed "1.0.0" is a plain semver version for ember-cli-path-utils
65849npm verb get http://registry.npmjs.org/broccoli-source not expired, no request
65850npm verb addNamed "1.1.0" is a plain semver version for broccoli-source
65851npm verb get http://registry.npmjs.org/markdown-it-terminal not expired, no request
65852npm verb get http://registry.npmjs.org/isbinaryfile not expired, no request
65853npm verb addNamed "2.0.4" is a plain semver version for isbinaryfile
65854npm verb get http://registry.npmjs.org/portfinder not expired, no request
65855npm verb addNamed "0.4.0" is a plain semver version for portfinder
65856npm verb cache add spec leek@0.0.18
65857npm verb addNamed "0.0.18" is a plain semver version for leek
65858npm verb addNameVersion registry:http://registry.npmjs.org/leek not in flight; fetching
65859npm verb cache add spec node-modules-path@^1.0.0
65860npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for node-modules-path
65861npm verb addNameRange registry:http://registry.npmjs.org/node-modules-path not in flight; fetching
65862npm verb addRemoteTarball http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz not in flight; adding
65863npm verb addRemoteTarball [ 'http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz',
65864npm verb addRemoteTarball '65379074a3c259e2420db3fff77d3f3971561940' ]
65865npm verb cache add spec bower@^1.3.12
65866npm verb addNamed ">=1.3.12 <2.0.0" is a valid semver range for bower
65867npm verb addNameRange registry:http://registry.npmjs.org/bower not in flight; fetching
65868npm info retry fetch attempt 1 at 11:31:23
65869npm info attempt registry request try #1 at 11:31:23
65870npm http fetch GET http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz
65871npm info retry fetch attempt 1 at 11:31:23
65872npm info attempt registry request try #1 at 11:31:23
65873npm http fetch GET http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
65874npm info retry fetch attempt 1 at 11:31:23
65875npm info attempt registry request try #1 at 11:31:23
65876npm http fetch GET http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz
65877npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz not in flight; adding
65878npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz',
65879npm verb addRemoteTarball '1a8f848876de2851507842e4c0c9051f62b4aac6' ]
65880npm verb addRemoteTarball http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz not in flight; adding
65881npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz',
65882npm verb addRemoteTarball 'c3cf5ecfaffc04338c6f1d5d38dc36baeaa131ba' ]
65883npm verb addRemoteTarball http://registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
65884npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
65885npm verb addRemoteTarball '300bc6e0e86374f7ba61068b5b1ecd57fc6532da' ]
65886npm verb addRemoteTarball http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz not in flight; adding
65887npm verb addRemoteTarball [ 'http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz',
65888npm verb addRemoteTarball 'b910000bedbb113b378b82f5f5a7638107622dcf' ]
65889npm verb addRemoteTarball http://registry.npmjs.org/findup/-/findup-0.1.5.tgz not in flight; adding
65890npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup/-/findup-0.1.5.tgz',
65891npm verb addRemoteTarball '8ad929a3393bac627957a7e5de4623b06b0e2ceb' ]
65892npm verb addRemoteTarball http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz not in flight; adding
65893npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz',
65894npm verb addRemoteTarball '3f3ed2fb83e368aa5306fae460801dea552e40db' ]
65895npm verb addRemoteTarball http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz not in flight; adding
65896npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz',
65897npm verb addRemoteTarball 'e79f35d10e43d66ea43b48caafdda7d113c3eb31' ]
65898npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz not in flight; adding
65899npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz',
65900npm verb addRemoteTarball '4e39af8b55301cddc5017739b77a804fba2071ed' ]
65901npm verb addRemoteTarball http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz not in flight; adding
65902npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz',
65903npm verb addRemoteTarball '54f0e82c8b73f46580cbbc4f578f0b32fca8f809' ]
65904npm verb addRemoteTarball http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz not in flight; adding
65905npm verb addRemoteTarball [ 'http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz',
65906npm verb addRemoteTarball 'fff2c4a5df237800639b468a5fdd78e21917c4f2' ]
65907npm verb get http://registry.npmjs.org/findup-sync not expired, no request
65908npm verb addNamed "0.2.1" is a plain semver version for findup-sync
65909npm verb addRemoteTarball http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz not in flight; adding
65910npm verb addRemoteTarball [ 'http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz',
65911npm verb addRemoteTarball 'd23592e6a6f093efb84c2e6152056be294e414a1' ]
65912npm verb get http://registry.npmjs.org/exit not expired, no request
65913npm verb addNamed "0.1.2" is a plain semver version for exit
65914npm verb get http://registry.npmjs.org/readline2 not expired, no request
65915npm verb get http://registry.npmjs.org/http-proxy not expired, no request
65916npm verb addNamed "1.12.0" is a plain semver version for http-proxy
65917npm verb addRemoteTarball http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz not in flight; adding
65918npm verb addRemoteTarball [ 'http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz',
65919npm verb addRemoteTarball 'a3ffadffafe4fb98e0601a85eda27c27ce84ca1e' ]
65920npm verb get http://registry.npmjs.org/node-uuid not expired, no request
65921npm verb addNamed "1.4.7" is a plain semver version for node-uuid
65922npm info retry fetch attempt 1 at 11:31:23
65923npm info attempt registry request try #1 at 11:31:23
65924npm http fetch GET http://registry.npmjs.org/compression/-/compression-1.6.0.tgz
65925npm info retry fetch attempt 1 at 11:31:23
65926npm info attempt registry request try #1 at 11:31:23
65927npm http fetch GET http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
65928npm info retry fetch attempt 1 at 11:31:23
65929npm info attempt registry request try #1 at 11:31:23
65930npm http fetch GET http://registry.npmjs.org/diff/-/diff-1.4.0.tgz
65931npm info retry fetch attempt 1 at 11:31:23
65932npm info attempt registry request try #1 at 11:31:23
65933npm http fetch GET http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
65934npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz not in flight; adding
65935npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz',
65936npm verb addRemoteTarball 'e0a90a450075c49466ee513732057514b81e878c' ]
65937npm verb addRemoteTarball http://registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
65938npm verb addRemoteTarball [ 'http://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
65939npm verb addRemoteTarball '0632638f8d877cc82107d30a0fff1a17cba1cd0c' ]
65940npm verb addRemoteTarball http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
65941npm verb addRemoteTarball [ 'http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz',
65942npm verb addRemoteTarball '99443ba6e83b830ef3051bfd7dc241a82728d568' ]
65943npm verb get http://registry.npmjs.org/inquirer not expired, no request
65944npm verb get http://registry.npmjs.org/broccoli-config-replace not expired, no request
65945npm verb addNamed "1.1.1" is a plain semver version for broccoli-config-replace
65946npm verb addRemoteTarball http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz not in flight; adding
65947npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz',
65948npm verb addRemoteTarball '4f02ea971e79e6affa12fa5f10ca2aebb5e3b17c' ]
65949npm http 200 http://registry.npmjs.org/testem
65950npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
65951npm verb headers etag: '"2610YPUGCGN8SAYONJKQ4ZVVL"',
65952npm verb headers 'content-type': 'application/json',
65953npm verb headers 'cache-control': 'max-age=300',
65954npm verb headers 'content-length': '487417',
65955npm verb headers 'accept-ranges': 'bytes',
65956npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
65957npm verb headers via: '1.1 varnish',
65958npm verb headers age: '162',
65959npm verb headers connection: 'keep-alive',
65960npm verb headers 'x-served-by': 'cache-fra1239-FRA',
65961npm verb headers 'x-cache': 'HIT',
65962npm verb headers 'x-cache-hits': '1',
65963npm verb headers 'x-timer': 'S1450870282.973548,VS0,VE0',
65964npm verb headers vary: 'Accept' }
65965npm verb get saving testem to /root/.npm/registry.npmjs.org/testem/.cache.json
65966npm http fetch 200 http://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz
65967npm http fetch 200 http://registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz
65968npm verb get http://registry.npmjs.org/ember-cli-copy-dereference not expired, no request
65969npm verb addNamed "1.0.0" is a plain semver version for ember-cli-copy-dereference
65970npm verb addRemoteTarball http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
65971npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz',
65972npm verb addRemoteTarball '6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f' ]
65973npm verb get http://registry.npmjs.org/broccoli-sane-watcher not expired, no request
65974npm verb addNamed "1.1.4" is a plain semver version for broccoli-sane-watcher
65975npm info retry fetch attempt 1 at 11:31:24
65976npm info attempt registry request try #1 at 11:31:24
65977npm http fetch GET http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz
65978npm verb afterAdd /root/.npm/chalk/1.1.0/package/package.json written
65979npm info retry fetch attempt 1 at 11:31:24
65980npm info attempt registry request try #1 at 11:31:24
65981npm http fetch GET http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz
65982npm info retry fetch attempt 1 at 11:31:24
65983npm info attempt registry request try #1 at 11:31:24
65984npm http fetch GET http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz
65985npm verb afterAdd /root/.npm/glob/5.0.13/package/package.json written
65986npm info retry fetch attempt 1 at 11:31:24
65987npm info attempt registry request try #1 at 11:31:24
65988npm http fetch GET http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz
65989npm info retry fetch attempt 1 at 11:31:24
65990npm info attempt registry request try #1 at 11:31:24
65991npm http fetch GET http://registry.npmjs.org/through/-/through-2.3.8.tgz
65992npm info retry fetch attempt 1 at 11:31:24
65993npm info attempt registry request try #1 at 11:31:24
65994npm http fetch GET http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
65995npm info retry fetch attempt 1 at 11:31:24
65996npm info attempt registry request try #1 at 11:31:24
65997npm http fetch GET http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz
65998npm info retry fetch attempt 1 at 11:31:24
65999npm info attempt registry request try #1 at 11:31:24
66000npm http fetch GET http://registry.npmjs.org/temp/-/temp-0.8.1.tgz
66001npm info retry fetch attempt 1 at 11:31:24
66002npm info attempt registry request try #1 at 11:31:24
66003npm http fetch GET http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz
66004npm info retry fetch attempt 1 at 11:31:24
66005npm info attempt registry request try #1 at 11:31:24
66006npm http fetch GET http://registry.npmjs.org/sane/-/sane-1.3.0.tgz
66007npm info retry fetch attempt 1 at 11:31:24
66008npm info attempt registry request try #1 at 11:31:24
66009npm http fetch GET http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz
66010npm info retry fetch attempt 1 at 11:31:24
66011npm info attempt registry request try #1 at 11:31:24
66012npm http fetch GET http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz
66013npm info retry fetch attempt 1 at 11:31:24
66014npm info attempt registry request try #1 at 11:31:24
66015npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
66016npm info retry fetch attempt 1 at 11:31:24
66017npm info attempt registry request try #1 at 11:31:24
66018npm http fetch GET http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz
66019npm info retry fetch attempt 1 at 11:31:24
66020npm info attempt registry request try #1 at 11:31:24
66021npm http fetch GET http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz
66022npm info retry fetch attempt 1 at 11:31:24
66023npm info attempt registry request try #1 at 11:31:24
66024npm http fetch GET http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz
66025npm verb addRemoteTarball http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz not in flight; adding
66026npm verb addRemoteTarball [ 'http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz',
66027npm verb addRemoteTarball 'e9f2cd1ee172c7a32e054b78a03d4ddb0d7707f1' ]
66028npm verb addRemoteTarball http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz not in flight; adding
66029npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz',
66030npm verb addRemoteTarball 'e1bcfd1020a6b008f9407737a57f259313b421d6' ]
66031npm http fetch 200 http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
66032npm http fetch 200 http://registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz
66033npm http fetch 200 http://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz
66034npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz not in flight; adding
66035npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz',
66036npm verb addRemoteTarball 'a1795bf6c70650317df4ab8674dd02e0bea5d4fd' ]
66037npm verb get http://registry.npmjs.org/clean-base-url not expired, no request
66038npm verb addNamed "1.0.0" is a plain semver version for clean-base-url
66039npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz not in flight; adding
66040npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz',
66041npm verb addRemoteTarball '527bec29dce6f0df6ba4b93b0ca8d0f28ee1f811' ]
66042npm info retry fetch attempt 1 at 11:31:24
66043npm info attempt registry request try #1 at 11:31:24
66044npm http fetch GET http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz
66045npm info retry fetch attempt 1 at 11:31:24
66046npm info attempt registry request try #1 at 11:31:24
66047npm http fetch GET http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz
66048npm verb afterAdd /root/.npm/quick-temp/0.1.3/package/package.json written
66049npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
66050npm info retry fetch attempt 1 at 11:31:24
66051npm info attempt registry request try #1 at 11:31:24
66052npm http fetch GET http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz
66053npm info retry fetch attempt 1 at 11:31:24
66054npm info attempt registry request try #1 at 11:31:24
66055npm http fetch GET http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
66056npm info retry fetch attempt 1 at 11:31:24
66057npm info attempt registry request try #1 at 11:31:24
66058npm http fetch GET http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz
66059npm info retry fetch attempt 1 at 11:31:24
66060npm info attempt registry request try #1 at 11:31:24
66061npm http fetch GET http://registry.npmjs.org/findup/-/findup-0.1.5.tgz
66062npm info retry fetch attempt 1 at 11:31:24
66063npm info attempt registry request try #1 at 11:31:24
66064npm http fetch GET http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz
66065npm info retry fetch attempt 1 at 11:31:24
66066npm info attempt registry request try #1 at 11:31:24
66067npm http fetch GET http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz
66068npm info retry fetch attempt 1 at 11:31:24
66069npm info attempt registry request try #1 at 11:31:24
66070npm http fetch GET http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz
66071npm info retry fetch attempt 1 at 11:31:24
66072npm info attempt registry request try #1 at 11:31:24
66073npm http fetch GET http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz
66074npm info retry fetch attempt 1 at 11:31:24
66075npm info attempt registry request try #1 at 11:31:24
66076npm http fetch GET http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz
66077npm info retry fetch attempt 1 at 11:31:24
66078npm info attempt registry request try #1 at 11:31:24
66079npm http fetch GET http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz
66080npm info retry fetch attempt 1 at 11:31:24
66081npm info attempt registry request try #1 at 11:31:24
66082npm http fetch GET http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz
66083npm http fetch 200 http://registry.npmjs.org/compression/-/compression-1.6.0.tgz
66084npm http fetch 200 http://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
66085npm http fetch 200 http://registry.npmjs.org/diff/-/diff-1.4.0.tgz
66086npm http fetch 200 http://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz
66087npm verb addRemoteTarball http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz not in flight; adding
66088npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz',
66089npm verb addRemoteTarball 'c901cf0a20b972435b0eccd52d056824a4351b7b' ]
66090npm verb get http://registry.npmjs.org/fs-extra not expired, no request
66091npm info retry fetch attempt 1 at 11:31:24
66092npm info attempt registry request try #1 at 11:31:24
66093npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz
66094npm info retry fetch attempt 1 at 11:31:24
66095npm info attempt registry request try #1 at 11:31:24
66096npm http fetch GET http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
66097npm info retry fetch attempt 1 at 11:31:24
66098npm info attempt registry request try #1 at 11:31:24
66099npm http fetch GET http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
66100npm info retry fetch attempt 1 at 11:31:24
66101npm info attempt registry request try #1 at 11:31:24
66102npm http fetch GET http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz
66103npm http fetch 200 http://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz
66104npm http fetch 200 http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz
66105npm http fetch 200 http://registry.npmjs.org/inflection/-/inflection-1.8.0.tgz
66106npm http fetch 200 http://registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz
66107npm http fetch 200 http://registry.npmjs.org/through/-/through-2.3.8.tgz
66108npm http fetch 200 http://registry.npmjs.org/morgan/-/morgan-1.6.1.tgz
66109npm http fetch 200 http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz
66110npm http fetch 200 http://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz
66111npm http fetch 200 http://registry.npmjs.org/sane/-/sane-1.3.0.tgz
66112npm http fetch 200 http://registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz
66113npm http fetch 200 http://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz
66114npm http fetch 200 http://registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz
66115npm http fetch 200 http://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz
66116npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
66117npm verb cache add spec express@^4.12.3
66118npm verb addNamed ">=4.12.3 <5.0.0" is a valid semver range for express
66119npm verb addNameRange registry:http://registry.npmjs.org/express not in flight; fetching
66120npm verb get http://registry.npmjs.org/node-modules-path not expired, no request
66121npm verb addNamed "1.0.1" is a plain semver version for node-modules-path
66122npm verb get http://registry.npmjs.org/leek not expired, no request
66123npm info retry fetch attempt 1 at 11:31:24
66124npm info attempt registry request try #1 at 11:31:24
66125npm http fetch GET http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
66126npm verb get http://registry.npmjs.org/bower not expired, no request
66127npm verb addNamed "1.7.1" is a plain semver version for bower
66128npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz not in flight; adding
66129npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz',
66130npm verb addRemoteTarball '5fd6f8049dc976ca19eb2355d658173cabcce056' ]
66131npm info retry fetch attempt 1 at 11:31:24
66132npm info attempt registry request try #1 at 11:31:24
66133npm http fetch GET http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz
66134npm info retry fetch attempt 1 at 11:31:24
66135npm info attempt registry request try #1 at 11:31:24
66136npm http fetch GET http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz
66137npm http fetch 200 http://registry.npmjs.org/temp/-/temp-0.8.1.tgz
66138npm http fetch 200 http://registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz
66139npm http fetch 200 http://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz
66140npm http fetch 200 http://registry.npmjs.org/semver/-/semver-4.3.6.tgz
66141npm http fetch 200 http://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz
66142npm http fetch 200 http://registry.npmjs.org/findup/-/findup-0.1.5.tgz
66143npm http fetch 200 http://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz
66144npm http fetch 200 http://registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz
66145npm http fetch 200 http://registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz
66146npm info retry fetch attempt 1 at 11:31:24
66147npm info attempt registry request try #1 at 11:31:24
66148npm http fetch GET http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz
66149npm verb cache add spec cpr@0.4.2
66150npm verb addNamed "0.4.2" is a plain semver version for cpr
66151npm verb addNameVersion registry:http://registry.npmjs.org/cpr not in flight; fetching
66152npm verb addRemoteTarball http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz not in flight; adding
66153npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz',
66154npm verb addRemoteTarball '40096b08ce7ad0ea14680863af449c7c75a5d1c8' ]
66155npm verb addRemoteTarball http://registry.npmjs.org/leek/-/leek-0.0.18.tgz not in flight; adding
66156npm verb addRemoteTarball [ 'http://registry.npmjs.org/leek/-/leek-0.0.18.tgz',
66157npm verb addRemoteTarball '12b4a0c70aa500e9099b41c73f73b7d9b23c93d1' ]
66158npm info retry fetch attempt 1 at 11:31:24
66159npm info attempt registry request try #1 at 11:31:24
66160npm http fetch GET http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz
66161npm verb addRemoteTarball http://registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
66162npm verb addRemoteTarball [ 'http://registry.npmjs.org/bower/-/bower-1.7.1.tgz',
66163npm verb addRemoteTarball '8d0c1a31d85237b3629fd2af981bd11e1b1dca82' ]
66164npm verb cache add spec git-repo-info@^1.0.4
66165npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for git-repo-info
66166npm verb addNameRange registry:http://registry.npmjs.org/git-repo-info not in flight; fetching
66167npm http fetch 200 http://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz
66168npm http fetch 200 http://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz
66169npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz
66170npm http fetch 200 http://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz
66171npm http fetch 200 http://registry.npmjs.org/exit/-/exit-0.1.2.tgz
66172npm http fetch 200 http://registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz
66173npm http fetch 200 http://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz
66174npm http fetch 200 http://registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz
66175npm info retry fetch attempt 1 at 11:31:24
66176npm info attempt registry request try #1 at 11:31:24
66177npm http fetch GET http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz
66178npm verb cache add spec ember-cli-test-info@^1.0.0
66179npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-test-info
66180npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-test-info not in flight; fetching
66181npm verb cache add spec core-object@0.0.2
66182npm verb addNamed "0.0.2" is a plain semver version for core-object
66183npm verb addNameVersion registry:http://registry.npmjs.org/core-object not in flight; fetching
66184npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/configstore/-/configstore-1.2.1.tgz not in flight; adding
66185npm verb addTmpTarball already have metadata; skipping unpack for configstore@1.2.1
66186npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bower-config/-/bower-config-0.6.1.tgz not in flight; adding
66187npm verb addTmpTarball already have metadata; skipping unpack for bower-config@0.6.1
66188npm http fetch 200 http://registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz
66189npm http fetch 200 http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz
66190npm http fetch 200 http://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz
66191npm verb cache add spec yam@0.0.18
66192npm verb addNamed "0.0.18" is a plain semver version for yam
66193npm verb addNameVersion registry:http://registry.npmjs.org/yam not in flight; fetching
66194npm info retry fetch attempt 1 at 11:31:24
66195npm info attempt registry request try #1 at 11:31:24
66196npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz
66197npm verb cache add spec is-git-url@^0.2.0
66198npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for is-git-url
66199npm verb addNameRange registry:http://registry.npmjs.org/is-git-url not in flight; fetching
66200npm verb cache add spec ember-cli-is-package-missing@^1.0.0
66201npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-cli-is-package-missing
66202npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-is-package-missing not in flight; fetching
66203npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/nopt/-/nopt-3.0.6.tgz not in flight; adding
66204npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.6
66205npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/merge-defaults/-/merge-defaults-0.2.1.tgz not in flight; adding
66206npm verb addTmpTarball already have metadata; skipping unpack for merge-defaults@0.2.1
66207npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.2.tgz not in flight; adding
66208npm verb addTmpTarball already have metadata; skipping unpack for amd-name-resolver@0.0.2
66209npm http fetch 200 http://registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz
66210npm verb cache add spec broccoli-sourcemap-concat@^2.0.2
66211npm verb addNamed ">=2.0.2 <3.0.0" is a valid semver range for broccoli-sourcemap-concat
66212npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sourcemap-concat not in flight; fetching
66213npm info retry fetch attempt 1 at 11:31:24
66214npm info attempt registry request try #1 at 11:31:24
66215npm http fetch GET http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz
66216npm info retry fetch attempt 1 at 11:31:24
66217npm info attempt registry request try #1 at 11:31:24
66218npm http fetch GET http://registry.npmjs.org/leek/-/leek-0.0.18.tgz
66219npm info retry fetch attempt 1 at 11:31:24
66220npm info attempt registry request try #1 at 11:31:24
66221npm http fetch GET http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
66222npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/compression/-/compression-1.6.0.tgz not in flight; adding
66223npm verb addTmpTarball already have metadata; skipping unpack for compression@1.6.0
66224npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
66225npm verb addTmpTarball already have metadata; skipping unpack for resolve@1.1.6
66226npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/diff/-/diff-1.4.0.tgz not in flight; adding
66227npm verb addTmpTarball already have metadata; skipping unpack for diff@1.4.0
66228npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz not in flight; adding
66229npm verb addTmpTarball already have metadata; skipping unpack for bower-endpoint-parser@0.2.2
66230npm http fetch 200 http://registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz
66231npm http fetch 200 http://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz
66232npm verb get http://registry.npmjs.org/express not expired, no request
66233npm verb addNamed "4.13.3" is a plain semver version for express
66234npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.1.1.tgz not in flight; adding
66235npm verb addTmpTarball already have metadata; skipping unpack for ember-router-generator@1.1.1
66236npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.0.1.tgz not in flight; adding
66237npm verb addTmpTarball already have metadata; skipping unpack for broccoli-funnel@1.0.1
66238npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inflection/-/inflection-1.8.0.tgz not in flight; adding
66239npm verb addTmpTarball already have metadata; skipping unpack for inflection@1.8.0
66240npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/through/-/through-2.3.8.tgz not in flight; adding
66241npm verb addTmpTarball already have metadata; skipping unpack for through@2.3.8
66242npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.0.0.tgz not in flight; adding
66243npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-string-utils@1.0.0
66244npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-monitor-stack/-/fs-monitor-stack-1.1.0.tgz not in flight; adding
66245npm verb addTmpTarball already have metadata; skipping unpack for fs-monitor-stack@1.1.0
66246npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pleasant-progress/-/pleasant-progress-1.1.0.tgz not in flight; adding
66247npm verb addTmpTarball already have metadata; skipping unpack for pleasant-progress@1.1.0
66248npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz not in flight; adding
66249npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-normalize-entity-name@1.0.0
66250npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz
66251npm verb get http://registry.npmjs.org/cpr not expired, no request
66252npm verb addRemoteTarball http://registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
66253npm verb addRemoteTarball [ 'http://registry.npmjs.org/express/-/express-4.13.3.tgz',
66254npm verb addRemoteTarball 'ddb2f1fb4502bf33598d2b032b037960ca6c80a3' ]
66255npm verb get http://registry.npmjs.org/git-repo-info not expired, no request
66256npm verb addNamed "1.1.2" is a plain semver version for git-repo-info
66257npm verb cache add spec testem@0.9.10
66258npm verb addNamed "0.9.10" is a plain semver version for testem
66259npm verb addNameVersion registry:http://registry.npmjs.org/testem not in flight; fetching
66260npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.0.tgz not in flight; adding
66261npm verb addTmpTarball already have metadata; skipping unpack for tiny-lr@0.2.0
66262npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli/-/broccoli-0.16.8.tgz not in flight; adding
66263npm verb addTmpTarball already have metadata; skipping unpack for broccoli@0.16.8
66264npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/silent-error/-/silent-error-1.0.0.tgz not in flight; adding
66265npm verb addTmpTarball already have metadata; skipping unpack for silent-error@1.0.0
66266npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz not in flight; adding
66267npm verb addTmpTarball already have metadata; skipping unpack for broccoli-config-loader@1.0.0
66268npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/semver/-/semver-4.3.6.tgz not in flight; adding
66269npm verb addTmpTarball already have metadata; skipping unpack for semver@4.3.6
66270npm http fetch 200 http://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz
66271npm http fetch 200 http://registry.npmjs.org/bower/-/bower-1.7.1.tgz
66272npm http fetch 200 http://registry.npmjs.org/leek/-/leek-0.0.18.tgz
66273npm verb addRemoteTarball http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz not in flight; adding
66274npm verb addRemoteTarball [ 'http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz',
66275npm verb addRemoteTarball 'cc5083e6d2fa31f52bbfeefae508a445fe6180f2' ]
66276npm verb get http://registry.npmjs.org/core-object not expired, no request
66277npm verb get http://registry.npmjs.org/ember-cli-test-info not expired, no request
66278npm verb addNamed "1.0.0" is a plain semver version for ember-cli-test-info
66279npm verb addRemoteTarball http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz not in flight; adding
66280npm verb addRemoteTarball [ 'http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz',
66281npm verb addRemoteTarball 'f597cba4d149cb8e491dcd81de55ead34f4ac418' ]
66282npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz not in flight; adding
66283npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.2.1
66284npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/readline2/-/readline2-0.1.1.tgz not in flight; adding
66285npm verb addTmpTarball already have metadata; skipping unpack for readline2@0.1.1
66286npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/exit/-/exit-0.1.2.tgz not in flight; adding
66287npm verb addTmpTarball already have metadata; skipping unpack for exit@0.1.2
66288npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/http-proxy/-/http-proxy-1.12.0.tgz not in flight; adding
66289npm verb addTmpTarball already have metadata; skipping unpack for http-proxy@1.12.0
66290npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-1.1.0.tgz not in flight; adding
66291npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-preprocess-registry@1.1.0
66292npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-viz/-/broccoli-viz-2.0.1.tgz not in flight; adding
66293npm verb addTmpTarball already have metadata; skipping unpack for broccoli-viz@2.0.1
66294npm http fetch 200 http://registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz
66295npm verb get http://registry.npmjs.org/yam not expired, no request
66296npm verb addRemoteTarball http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz not in flight; adding
66297npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz',
66298npm verb addRemoteTarball 'c9a6fee8f712e281fa9f6fba10243409ea2debc3' ]
66299npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz not in flight; adding
66300npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz',
66301npm verb addRemoteTarball 'ed4e960f249e97523cf891e4aed2072ce84577b4' ]
66302npm verb get http://registry.npmjs.org/is-git-url not expired, no request
66303npm verb addNamed "0.2.3" is a plain semver version for is-git-url
66304npm verb get http://registry.npmjs.org/ember-cli-is-package-missing not expired, no request
66305npm verb addNamed "1.0.0" is a plain semver version for ember-cli-is-package-missing
66306npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.1.tgz not in flight; adding
66307npm verb addTmpTarball already have metadata; skipping unpack for broccoli-config-replace@1.1.1
66308npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz not in flight; adding
66309npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.7
66310npm verb get http://registry.npmjs.org/broccoli-sourcemap-concat not expired, no request
66311npm verb addNamed "2.0.2" is a plain semver version for broccoli-sourcemap-concat
66312npm verb addRemoteTarball http://registry.npmjs.org/yam/-/yam-0.0.18.tgz not in flight; adding
66313npm verb addRemoteTarball [ 'http://registry.npmjs.org/yam/-/yam-0.0.18.tgz',
66314npm verb addRemoteTarball 'e5cab771f0fc80ca599814cb9c269cb8bff00e2c' ]
66315npm info retry fetch attempt 1 at 11:31:24
66316npm info attempt registry request try #1 at 11:31:24
66317npm http fetch GET http://registry.npmjs.org/express/-/express-4.13.3.tgz
66318npm verb addRemoteTarball http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz not in flight; adding
66319npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz',
66320npm verb addRemoteTarball '445200d6fbd6da028fb5e01440d9afc93f3ccb64' ]
66321npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz not in flight; adding
66322npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz',
66323npm verb addRemoteTarball '6e6184cafb92635dd93ca6c946b104292d4e3390' ]
66324npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-copy-dereference/-/ember-cli-copy-dereference-1.0.0.tgz not in flight; adding
66325npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-copy-dereference@1.0.0
66326npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inquirer/-/inquirer-0.5.1.tgz not in flight; adding
66327npm verb addTmpTarball already have metadata; skipping unpack for inquirer@0.5.1
66328npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz not in flight; adding
66329npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz',
66330npm verb addRemoteTarball '64dbea4f9da4737c3fc5502efa20bb6322cd06a2' ]
66331npm info retry fetch attempt 1 at 11:31:24
66332npm info attempt registry request try #1 at 11:31:24
66333npm http fetch GET http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz
66334npm info retry fetch attempt 1 at 11:31:24
66335npm info attempt registry request try #1 at 11:31:24
66336npm http fetch GET http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz
66337npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-sane-watcher/-/broccoli-sane-watcher-1.1.4.tgz not in flight; adding
66338npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sane-watcher@1.1.4
66339npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz not in flight; adding
66340npm verb addTmpTarball already have metadata; skipping unpack for clean-base-url@1.0.0
66341npm info retry fetch attempt 1 at 11:31:24
66342npm info attempt registry request try #1 at 11:31:24
66343npm http fetch GET http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz
66344npm info retry fetch attempt 1 at 11:31:24
66345npm info attempt registry request try #1 at 11:31:24
66346npm http fetch GET http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz
66347npm verb get http://registry.npmjs.org/testem not expired, no request
66348npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
66349npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.10.1
66350npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-extra/-/fs-extra-0.22.1.tgz not in flight; adding
66351npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.22.1
66352npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sane/-/sane-1.3.0.tgz not in flight; adding
66353npm verb addTmpTarball already have metadata; skipping unpack for sane@1.3.0
66354npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz not in flight; adding
66355npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-get-dependency-depth@1.0.0
66356npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/morgan/-/morgan-1.6.1.tgz not in flight; adding
66357npm verb addTmpTarball already have metadata; skipping unpack for morgan@1.6.1
66358npm info retry fetch attempt 1 at 11:31:24
66359npm info attempt registry request try #1 at 11:31:24
66360npm http fetch GET http://registry.npmjs.org/yam/-/yam-0.0.18.tgz
66361npm info retry fetch attempt 1 at 11:31:24
66362npm info attempt registry request try #1 at 11:31:24
66363npm http fetch GET http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz
66364npm info retry fetch attempt 1 at 11:31:24
66365npm info attempt registry request try #1 at 11:31:24
66366npm http fetch GET http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz
66367npm verb addRemoteTarball http://registry.npmjs.org/testem/-/testem-0.9.10.tgz not in flight; adding
66368npm verb addRemoteTarball [ 'http://registry.npmjs.org/testem/-/testem-0.9.10.tgz',
66369npm verb addRemoteTarball '346a4b64296a2a904a9ca5b551590eedc40986ec' ]
66370npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz not in flight; adding
66371npm verb addTmpTarball already have metadata; skipping unpack for node-modules-path@1.0.1
66372npm http fetch 200 http://registry.npmjs.org/express/-/express-4.13.3.tgz
66373npm http fetch 200 http://registry.npmjs.org/cpr/-/cpr-0.4.2.tgz
66374npm http fetch 200 http://registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz
66375npm info retry fetch attempt 1 at 11:31:24
66376npm info attempt registry request try #1 at 11:31:24
66377npm http fetch GET http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz
66378npm verb afterAdd /root/.npm/bower-config/0.6.1/package/package.json not in flight; writing
66379npm verb afterAdd /root/.npm/configstore/1.2.1/package/package.json not in flight; writing
66380npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/portfinder/-/portfinder-0.4.0.tgz not in flight; adding
66381npm verb addTmpTarball already have metadata; skipping unpack for portfinder@0.4.0
66382npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/isbinaryfile/-/isbinaryfile-2.0.4.tgz not in flight; adding
66383npm verb addTmpTarball already have metadata; skipping unpack for isbinaryfile@2.0.4
66384npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz not in flight; adding
66385npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-path-utils@1.0.0
66386npm verb afterAdd /root/.npm/merge-defaults/0.2.1/package/package.json not in flight; writing
66387npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json not in flight; writing
66388npm verb afterAdd /root/.npm/amd-name-resolver/0.0.2/package/package.json not in flight; writing
66389npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/temp/-/temp-0.8.1.tgz not in flight; adding
66390npm verb addTmpTarball already have metadata; skipping unpack for temp@0.8.1
66391npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz not in flight; adding
66392npm verb addTmpTarball already have metadata; skipping unpack for exists-sync@0.0.3
66393npm http fetch 200 http://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz
66394npm http fetch 200 http://registry.npmjs.org/core-object/-/core-object-0.0.2.tgz
66395npm verb afterAdd /root/.npm/compression/1.6.0/package/package.json not in flight; writing
66396npm info retry fetch attempt 1 at 11:31:24
66397npm info attempt registry request try #1 at 11:31:24
66398npm http fetch GET http://registry.npmjs.org/testem/-/testem-0.9.10.tgz
66399npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json not in flight; writing
66400npm verb afterAdd /root/.npm/diff/1.4.0/package/package.json not in flight; writing
66401npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json not in flight; writing
66402npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz not in flight; adding
66403npm verb addTmpTarball already have metadata; skipping unpack for broccoli-source@1.1.0
66404npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.2.tgz not in flight; adding
66405npm verb addTmpTarball already have metadata; skipping unpack for markdown-it-terminal@0.0.2
66406npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/findup/-/findup-0.1.5.tgz not in flight; adding
66407npm verb addTmpTarball already have metadata; skipping unpack for findup@0.1.5
66408npm http fetch 200 http://registry.npmjs.org/yam/-/yam-0.0.18.tgz
66409npm http fetch 200 http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz
66410npm http fetch 200 http://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz
66411npm verb afterAdd /root/.npm/ember-router-generator/1.1.1/package/package.json not in flight; writing
66412npm verb afterAdd /root/.npm/broccoli-funnel/1.0.1/package/package.json not in flight; writing
66413npm verb afterAdd /root/.npm/inflection/1.8.0/package/package.json not in flight; writing
66414npm verb afterAdd /root/.npm/through/2.3.8/package/package.json not in flight; writing
66415npm verb afterAdd /root/.npm/ember-cli-string-utils/1.0.0/package/package.json not in flight; writing
66416npm verb afterAdd /root/.npm/fs-monitor-stack/1.1.0/package/package.json not in flight; writing
66417npm verb afterAdd /root/.npm/pleasant-progress/1.1.0/package/package.json not in flight; writing
66418npm verb afterAdd /root/.npm/ember-cli-normalize-entity-name/1.0.0/package/package.json not in flight; writing
66419npm http fetch 200 http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz
66420npm verb afterAdd /root/.npm/tiny-lr/0.2.0/package/package.json not in flight; writing
66421npm verb afterAdd /root/.npm/broccoli/0.16.8/package/package.json not in flight; writing
66422npm verb afterAdd /root/.npm/silent-error/1.0.0/package/package.json not in flight; writing
66423npm verb afterAdd /root/.npm/broccoli-config-loader/1.0.0/package/package.json not in flight; writing
66424npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json not in flight; writing
66425npm verb afterAdd /root/.npm/bower-config/0.6.1/package/package.json written
66426npm verb afterAdd /root/.npm/configstore/1.2.1/package/package.json written
66427npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json not in flight; writing
66428npm verb afterAdd /root/.npm/findup-sync/0.2.1/package/package.json not in flight; writing
66429npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json not in flight; writing
66430npm verb afterAdd /root/.npm/http-proxy/1.12.0/package/package.json not in flight; writing
66431npm verb afterAdd /root/.npm/ember-cli-preprocess-registry/1.1.0/package/package.json not in flight; writing
66432npm verb afterAdd /root/.npm/broccoli-viz/2.0.1/package/package.json not in flight; writing
66433npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/markdown-it/-/markdown-it-4.3.0.tgz not in flight; adding
66434npm verb addTmpTarball already have metadata; skipping unpack for markdown-it@4.3.0
66435npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cpr/-/cpr-0.4.2.tgz not in flight; adding
66436npm verb addTmpTarball already have metadata; skipping unpack for cpr@0.4.2
66437npm http fetch 200 http://registry.npmjs.org/testem/-/testem-0.9.10.tgz
66438npm verb afterAdd /root/.npm/nopt/3.0.6/package/package.json written
66439npm verb afterAdd /root/.npm/amd-name-resolver/0.0.2/package/package.json written
66440npm verb afterAdd /root/.npm/merge-defaults/0.2.1/package/package.json written
66441npm verb afterAdd /root/.npm/broccoli-config-replace/1.1.1/package/package.json not in flight; writing
66442npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json not in flight; writing
66443npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json written
66444npm verb afterAdd /root/.npm/compression/1.6.0/package/package.json written
66445npm verb afterAdd /root/.npm/diff/1.4.0/package/package.json written
66446npm verb afterAdd /root/.npm/bower-endpoint-parser/0.2.2/package/package.json written
66447npm verb afterAdd /root/.npm/ember-cli-copy-dereference/1.0.0/package/package.json not in flight; writing
66448npm verb afterAdd /root/.npm/inquirer/0.5.1/package/package.json not in flight; writing
66449npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz not in flight; adding
66450npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-test-info@1.0.0
66451npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/core-object/-/core-object-0.0.2.tgz not in flight; adding
66452npm verb addTmpTarball already have metadata; skipping unpack for core-object@0.0.2
66453npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/express/-/express-4.13.3.tgz not in flight; adding
66454npm verb addTmpTarball already have metadata; skipping unpack for express@4.13.3
66455npm verb afterAdd /root/.npm/ember-router-generator/1.1.1/package/package.json written
66456npm verb afterAdd /root/.npm/broccoli-funnel/1.0.1/package/package.json written
66457npm verb afterAdd /root/.npm/through/2.3.8/package/package.json written
66458npm verb afterAdd /root/.npm/inflection/1.8.0/package/package.json written
66459npm verb afterAdd /root/.npm/ember-cli-string-utils/1.0.0/package/package.json written
66460npm verb afterAdd /root/.npm/pleasant-progress/1.1.0/package/package.json written
66461npm verb afterAdd /root/.npm/ember-cli-normalize-entity-name/1.0.0/package/package.json written
66462npm verb afterAdd /root/.npm/fs-monitor-stack/1.1.0/package/package.json written
66463npm verb afterAdd /root/.npm/broccoli-sane-watcher/1.1.4/package/package.json not in flight; writing
66464npm verb afterAdd /root/.npm/clean-base-url/1.0.0/package/package.json not in flight; writing
66465npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/yam/-/yam-0.0.18.tgz not in flight; adding
66466npm verb addTmpTarball already have metadata; skipping unpack for yam@0.0.18
66467npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/git-repo-info/-/git-repo-info-1.1.2.tgz not in flight; adding
66468npm verb addTmpTarball already have metadata; skipping unpack for git-repo-info@1.1.2
66469npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz not in flight; adding
66470npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-is-package-missing@1.0.0
66471npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz not in flight; adding
66472npm verb addTmpTarball already have metadata; skipping unpack for is-git-url@0.2.3
66473npm verb afterAdd /root/.npm/tiny-lr/0.2.0/package/package.json written
66474npm verb afterAdd /root/.npm/broccoli/0.16.8/package/package.json written
66475npm verb afterAdd /root/.npm/silent-error/1.0.0/package/package.json written
66476npm verb afterAdd /root/.npm/broccoli-config-loader/1.0.0/package/package.json written
66477npm verb afterAdd /root/.npm/semver/4.3.6/package/package.json written
66478npm verb afterAdd /root/.npm/sane/1.3.0/package/package.json not in flight; writing
66479npm verb afterAdd /root/.npm/fs-extra/0.22.1/package/package.json not in flight; writing
66480npm verb afterAdd /root/.npm/ember-cli-get-dependency-depth/1.0.0/package/package.json not in flight; writing
66481npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json not in flight; writing
66482npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-2.0.2.tgz not in flight; adding
66483npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sourcemap-concat@2.0.2
66484npm verb afterAdd /root/.npm/readline2/0.1.1/package/package.json written
66485npm verb afterAdd /root/.npm/findup-sync/0.2.1/package/package.json written
66486npm verb afterAdd /root/.npm/exit/0.1.2/package/package.json written
66487npm verb afterAdd /root/.npm/http-proxy/1.12.0/package/package.json written
66488npm verb afterAdd /root/.npm/ember-cli-preprocess-registry/1.1.0/package/package.json written
66489npm verb afterAdd /root/.npm/broccoli-viz/2.0.1/package/package.json written
66490npm verb afterAdd /root/.npm/node-modules-path/1.0.1/package/package.json not in flight; writing
66491npm http fetch 200 http://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz
66492npm verb afterAdd /root/.npm/node-uuid/1.4.7/package/package.json written
66493npm verb afterAdd /root/.npm/broccoli-config-replace/1.1.1/package/package.json written
66494npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
66495npm verb afterAdd /root/.npm/portfinder/0.4.0/package/package.json not in flight; writing
66496npm verb afterAdd /root/.npm/isbinaryfile/2.0.4/package/package.json not in flight; writing
66497npm verb afterAdd /root/.npm/ember-cli-path-utils/1.0.0/package/package.json not in flight; writing
66498npm verb afterAdd /root/.npm/ember-cli-copy-dereference/1.0.0/package/package.json written
66499npm verb afterAdd /root/.npm/inquirer/0.5.1/package/package.json written
66500npm verb afterAdd /root/.npm/temp/0.8.1/package/package.json not in flight; writing
66501npm verb afterAdd /root/.npm/exists-sync/0.0.3/package/package.json not in flight; writing
66502npm verb afterAdd /root/.npm/broccoli-sane-watcher/1.1.4/package/package.json written
66503npm verb afterAdd /root/.npm/clean-base-url/1.0.0/package/package.json written
66504npm verb afterAdd /root/.npm/broccoli-source/1.1.0/package/package.json not in flight; writing
66505npm verb afterAdd /root/.npm/markdown-it-terminal/0.0.2/package/package.json not in flight; writing
66506npm verb afterAdd /root/.npm/findup/0.1.5/package/package.json not in flight; writing
66507npm verb afterAdd /root/.npm/fs-extra/0.22.1/package/package.json written
66508npm verb afterAdd /root/.npm/sane/1.3.0/package/package.json written
66509npm verb afterAdd /root/.npm/ember-cli-get-dependency-depth/1.0.0/package/package.json written
66510npm verb afterAdd /root/.npm/morgan/1.6.1/package/package.json written
66511npm verb afterAdd /root/.npm/node-modules-path/1.0.1/package/package.json written
66512npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
66513npm verb afterAdd /root/.npm/portfinder/0.4.0/package/package.json written
66514npm verb afterAdd /root/.npm/isbinaryfile/2.0.4/package/package.json written
66515npm verb afterAdd /root/.npm/ember-cli-path-utils/1.0.0/package/package.json written
66516npm verb afterAdd /root/.npm/cpr/0.4.2/package/package.json not in flight; writing
66517npm verb afterAdd /root/.npm/exists-sync/0.0.3/package/package.json written
66518npm verb afterAdd /root/.npm/temp/0.8.1/package/package.json written
66519npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.5.0.tgz not in flight; adding
66520npm verb addTmpTarball already have metadata; skipping unpack for broccoli-babel-transpiler@5.5.0
66521npm verb afterAdd /root/.npm/broccoli-source/1.1.0/package/package.json written
66522npm verb afterAdd /root/.npm/markdown-it-terminal/0.0.2/package/package.json written
66523npm verb afterAdd /root/.npm/findup/0.1.5/package/package.json written
66524npm verb afterAdd /root/.npm/markdown-it/4.3.0/package/package.json not in flight; writing
66525npm verb afterAdd /root/.npm/core-object/0.0.2/package/package.json not in flight; writing
66526npm verb afterAdd /root/.npm/ember-cli-test-info/1.0.0/package/package.json not in flight; writing
66527npm verb afterAdd /root/.npm/express/4.13.3/package/package.json not in flight; writing
66528npm verb afterAdd /root/.npm/yam/0.0.18/package/package.json not in flight; writing
66529npm verb afterAdd /root/.npm/is-git-url/0.2.3/package/package.json not in flight; writing
66530npm verb afterAdd /root/.npm/git-repo-info/1.1.2/package/package.json not in flight; writing
66531npm verb afterAdd /root/.npm/ember-cli-is-package-missing/1.0.0/package/package.json not in flight; writing
66532npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/2.0.2/package/package.json not in flight; writing
66533npm verb afterAdd /root/.npm/cpr/0.4.2/package/package.json written
66534npm verb afterAdd /root/.npm/markdown-it/4.3.0/package/package.json written
66535npm verb afterAdd /root/.npm/ember-cli-test-info/1.0.0/package/package.json written
66536npm verb afterAdd /root/.npm/core-object/0.0.2/package/package.json written
66537npm verb afterAdd /root/.npm/express/4.13.3/package/package.json written
66538npm verb afterAdd /root/.npm/is-git-url/0.2.3/package/package.json written
66539npm verb afterAdd /root/.npm/git-repo-info/1.1.2/package/package.json written
66540npm verb afterAdd /root/.npm/ember-cli-is-package-missing/1.0.0/package/package.json written
66541npm verb afterAdd /root/.npm/yam/0.0.18/package/package.json written
66542npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/2.0.2/package/package.json written
66543npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/testem/-/testem-0.9.10.tgz not in flight; adding
66544npm verb addTmpTarball already have metadata; skipping unpack for testem@0.9.10
66545npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/leek/-/leek-0.0.18.tgz not in flight; adding
66546npm verb addTmpTarball already have metadata; skipping unpack for leek@0.0.18
66547npm verb afterAdd /root/.npm/broccoli-babel-transpiler/5.5.0/package/package.json not in flight; writing
66548npm verb afterAdd /root/.npm/broccoli-babel-transpiler/5.5.0/package/package.json written
66549npm verb afterAdd /root/.npm/testem/0.9.10/package/package.json not in flight; writing
66550npm verb afterAdd /root/.npm/testem/0.9.10/package/package.json written
66551npm verb afterAdd /root/.npm/leek/0.0.18/package/package.json not in flight; writing
66552npm verb afterAdd /root/.npm/leek/0.0.18/package/package.json written
66553npm verb addBundled extract /root/.npm/leek/0.0.18/package.tgz
66554npm verb tar unpack /root/.npm/leek/0.0.18/package.tgz
66555npm verb tar unpacking to /tmp/npm-6-3abf5909/unpack-7d86e799
66556npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-3abf5909/unpack-7d86e799
66557npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bower/-/bower-1.7.1.tgz not in flight; adding
66558npm verb addTmpTarball already have metadata; skipping unpack for bower@1.7.1
66559npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json not in flight; writing
66560npm verb afterAdd /root/.npm/bower/1.7.1/package/package.json written
66561npm http 200 http://registry.npmjs.org/npm
66562npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66563npm verb headers etag: '"BNMEDMY7I61PZLZDSPPL2QFDQ"',
66564npm verb headers 'content-type': 'application/json',
66565npm verb headers 'cache-control': 'max-age=300',
66566npm verb headers 'content-length': '3979851',
66567npm verb headers 'accept-ranges': 'bytes',
66568npm verb headers date: 'Wed, 23 Dec 2015 11:31:22 GMT',
66569npm verb headers via: '1.1 varnish',
66570npm verb headers age: '30',
66571npm verb headers connection: 'keep-alive',
66572npm verb headers 'x-served-by': 'cache-fra1221-FRA',
66573npm verb headers 'x-cache': 'HIT',
66574npm verb headers 'x-cache-hits': '1',
66575npm verb headers 'x-timer': 'S1450870282.972233,VS0,VE9',
66576npm verb headers vary: 'Accept' }
66577npm verb get saving npm to /root/.npm/registry.npmjs.org/npm/.cache.json
66578npm verb cache add spec npm@2.14.10
66579npm verb addNamed "2.14.10" is a plain semver version for npm
66580npm verb addNameVersion registry:http://registry.npmjs.org/npm not in flight; fetching
66581npm verb get http://registry.npmjs.org/npm not expired, no request
66582npm verb addRemoteTarball http://registry.npmjs.org/npm/-/npm-2.14.10.tgz not in flight; adding
66583npm verb addRemoteTarball [ 'http://registry.npmjs.org/npm/-/npm-2.14.10.tgz',
66584npm verb addRemoteTarball '96597ee1e5efeebdcf5f91b57763fe9ae17b9903' ]
66585npm info retry fetch attempt 1 at 11:31:28
66586npm info attempt registry request try #1 at 11:31:28
66587npm http fetch GET http://registry.npmjs.org/npm/-/npm-2.14.10.tgz
66588npm http fetch 200 http://registry.npmjs.org/npm/-/npm-2.14.10.tgz
66589npm verb addBundled extract /root/.npm/bower/1.7.1/package.tgz
66590npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
66591npm verb tar unpacking to /tmp/npm-6-3abf5909/unpack-fb3d3413
66592npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-3abf5909/unpack-fb3d3413
66593npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/npm/-/npm-2.14.10.tgz not in flight; adding
66594npm verb addTmpTarball already have metadata; skipping unpack for npm@2.14.10
66595npm verb afterAdd /root/.npm/npm/2.14.10/package/package.json not in flight; writing
66596npm verb afterAdd /root/.npm/npm/2.14.10/package/package.json written
66597npm verb addBundled extract /root/.npm/npm/2.14.10/package.tgz
66598npm verb tar unpack /root/.npm/npm/2.14.10/package.tgz
66599npm verb tar unpacking to /tmp/npm-6-3abf5909/unpack-1bf2a094
66600npm verb gentlyRm don't care about contents; nuking /tmp/npm-6-3abf5909/unpack-1bf2a094
66601npm verb request uri http://registry.npmjs.org/semver-utils
66602npm verb request no auth needed
66603npm info attempt registry request try #1 at 11:31:48
66604npm http request GET http://registry.npmjs.org/semver-utils
66605npm http 200 http://registry.npmjs.org/semver-utils
66606npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66607npm verb headers etag: '"67EI8DYDZVBHURJ0MLYRZOWZD"',
66608npm verb headers 'content-type': 'application/json',
66609npm verb headers 'cache-control': 'max-age=300',
66610npm verb headers 'content-length': '8425',
66611npm verb headers 'accept-ranges': 'bytes',
66612npm verb headers date: 'Wed, 23 Dec 2015 11:31:48 GMT',
66613npm verb headers via: '1.1 varnish',
66614npm verb headers age: '212',
66615npm verb headers connection: 'keep-alive',
66616npm verb headers 'x-served-by': 'cache-fra1226-FRA',
66617npm verb headers 'x-cache': 'HIT',
66618npm verb headers 'x-cache-hits': '4',
66619npm verb headers 'x-timer': 'S1450870308.398363,VS0,VE0',
66620npm verb headers vary: 'Accept' }
66621npm verb get saving semver-utils to /root/.npm/registry.npmjs.org/semver-utils/.cache.json
66622npm verb cache add spec semver-utils@^1.1.1
66623npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for semver-utils
66624npm verb addNameRange registry:http://registry.npmjs.org/semver-utils not in flight; fetching
66625npm verb get http://registry.npmjs.org/semver-utils not expired, no request
66626npm verb addNamed "1.1.1" is a plain semver version for semver-utils
66627npm verb addRemoteTarball http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
66628npm verb addRemoteTarball [ 'http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz',
66629npm verb addRemoteTarball '27d92fec34d27cfa42707d3b40d025ae9855f2df' ]
66630npm info retry fetch attempt 1 at 11:31:48
66631npm info attempt registry request try #1 at 11:31:48
66632npm http fetch GET http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
66633npm http fetch 200 http://registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz
66634npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/semver-utils/-/semver-utils-1.1.1.tgz not in flight; adding
66635npm verb addTmpTarball already have metadata; skipping unpack for semver-utils@1.1.1
66636npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json not in flight; writing
66637npm verb afterAdd /root/.npm/semver-utils/1.1.1/package/package.json written
66638npm verb request uri http://registry.npmjs.org/graceful-fs
66639npm verb request no auth needed
66640npm info attempt registry request try #1 at 11:31:49
66641npm http request GET http://registry.npmjs.org/graceful-fs
66642npm verb request uri http://registry.npmjs.org/mout
66643npm verb request no auth needed
66644npm info attempt registry request try #1 at 11:31:49
66645npm http request GET http://registry.npmjs.org/mout
66646npm verb request uri http://registry.npmjs.org/optimist
66647npm verb request no auth needed
66648npm info attempt registry request try #1 at 11:31:49
66649npm http request GET http://registry.npmjs.org/optimist
66650npm verb request uri http://registry.npmjs.org/osenv
66651npm verb request no auth needed
66652npm info attempt registry request try #1 at 11:31:49
66653npm http request GET http://registry.npmjs.org/osenv
66654npm http 200 http://registry.npmjs.org/osenv
66655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66656npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
66657npm verb headers 'content-type': 'application/json',
66658npm verb headers 'cache-control': 'max-age=60',
66659npm verb headers 'content-length': '9454',
66660npm verb headers 'accept-ranges': 'bytes',
66661npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66662npm verb headers via: '1.1 varnish',
66663npm verb headers age: '39',
66664npm verb headers connection: 'keep-alive',
66665npm verb headers 'x-served-by': 'cache-fra1222-FRA',
66666npm verb headers 'x-cache': 'HIT',
66667npm verb headers 'x-cache-hits': '2',
66668npm verb headers 'x-timer': 'S1450870309.087518,VS0,VE0',
66669npm verb headers vary: 'Accept' }
66670npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
66671npm verb cache add spec osenv@0.0.3
66672npm verb addNamed "0.0.3" is a plain semver version for osenv
66673npm verb addNameVersion registry:http://registry.npmjs.org/osenv not in flight; fetching
66674npm http 200 http://registry.npmjs.org/graceful-fs
66675npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66676npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
66677npm verb headers 'content-type': 'application/json',
66678npm verb headers 'cache-control': 'max-age=300',
66679npm verb headers 'content-length': '38840',
66680npm verb headers 'accept-ranges': 'bytes',
66681npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66682npm verb headers via: '1.1 varnish',
66683npm verb headers age: '164',
66684npm verb headers connection: 'keep-alive',
66685npm verb headers 'x-served-by': 'cache-fra1226-FRA',
66686npm verb headers 'x-cache': 'HIT',
66687npm verb headers 'x-cache-hits': '22',
66688npm verb headers 'x-timer': 'S1450870309.084556,VS0,VE0',
66689npm verb headers vary: 'Accept' }
66690npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
66691npm verb get http://registry.npmjs.org/osenv not expired, no request
66692npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
66693npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz',
66694npm verb addRemoteTarball 'cd6ad8ddb290915ad9e22765576025d411f29cb6' ]
66695npm info retry fetch attempt 1 at 11:31:49
66696npm info attempt registry request try #1 at 11:31:49
66697npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
66698npm http 200 http://registry.npmjs.org/mout
66699npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66700npm verb headers etag: '"6ZGD57FAZ6ZAFSXX44MFX6OEJ"',
66701npm verb headers 'content-type': 'application/json',
66702npm verb headers 'cache-control': 'max-age=60',
66703npm verb headers 'content-length': '29560',
66704npm verb headers 'accept-ranges': 'bytes',
66705npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66706npm verb headers via: '1.1 varnish',
66707npm verb headers age: '27',
66708npm verb headers connection: 'keep-alive',
66709npm verb headers 'x-served-by': 'cache-fra1221-FRA',
66710npm verb headers 'x-cache': 'HIT',
66711npm verb headers 'x-cache-hits': '1',
66712npm verb headers 'x-timer': 'S1450870309.084606,VS0,VE0',
66713npm verb headers vary: 'Accept' }
66714npm verb get saving mout to /root/.npm/registry.npmjs.org/mout/.cache.json
66715npm http 200 http://registry.npmjs.org/optimist
66716npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66717npm verb headers etag: '"20SFF3GUDH9TO8YQZHIVDHC67"',
66718npm verb headers 'content-type': 'application/json',
66719npm verb headers 'cache-control': 'max-age=60',
66720npm verb headers 'content-length': '46494',
66721npm verb headers 'accept-ranges': 'bytes',
66722npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66723npm verb headers via: '1.1 varnish',
66724npm verb headers age: '12',
66725npm verb headers connection: 'keep-alive',
66726npm verb headers 'x-served-by': 'cache-fra1245-FRA',
66727npm verb headers 'x-cache': 'HIT',
66728npm verb headers 'x-cache-hits': '1',
66729npm verb headers 'x-timer': 'S1450870309.084680,VS0,VE0',
66730npm verb headers vary: 'Accept' }
66731npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
66732npm verb cache add spec graceful-fs@~2.0.0
66733npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for graceful-fs
66734npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
66735npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.0.3.tgz
66736npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
66737npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
66738npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
66739npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
66740npm verb addRemoteTarball '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0' ]
66741npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/osenv/-/osenv-0.0.3.tgz not in flight; adding
66742npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.0.3
66743npm verb cache add spec mout@~0.9.0
66744npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for mout
66745npm verb addNameRange registry:http://registry.npmjs.org/mout not in flight; fetching
66746npm info retry fetch attempt 1 at 11:31:49
66747npm info attempt registry request try #1 at 11:31:49
66748npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
66749npm verb cache add spec optimist@~0.6.0
66750npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
66751npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
66752npm verb get http://registry.npmjs.org/mout not expired, no request
66753npm verb addNamed "0.9.1" is a plain semver version for mout
66754npm verb get http://registry.npmjs.org/optimist not expired, no request
66755npm verb addNamed "0.6.1" is a plain semver version for optimist
66756npm verb addRemoteTarball http://registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
66757npm verb addRemoteTarball [ 'http://registry.npmjs.org/mout/-/mout-0.9.1.tgz',
66758npm verb addRemoteTarball '84f0f3fd6acc7317f63de2affdcc0cee009b0477' ]
66759npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
66760npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
66761npm verb addRemoteTarball 'da3ea74686fa21a19a111c326e90eb15a0196686' ]
66762npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz
66763npm info retry fetch attempt 1 at 11:31:49
66764npm info attempt registry request try #1 at 11:31:49
66765npm http fetch GET http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
66766npm info retry fetch attempt 1 at 11:31:49
66767npm info attempt registry request try #1 at 11:31:49
66768npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
66769npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json not in flight; writing
66770npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz not in flight; adding
66771npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@2.0.3
66772npm verb afterAdd /root/.npm/osenv/0.0.3/package/package.json written
66773npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json not in flight; writing
66774npm verb afterAdd /root/.npm/graceful-fs/2.0.3/package/package.json written
66775npm http fetch 200 http://registry.npmjs.org/mout/-/mout-0.9.1.tgz
66776npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
66777npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
66778npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.6.1
66779npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
66780npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
66781npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mout/-/mout-0.9.1.tgz not in flight; adding
66782npm verb addTmpTarball already have metadata; skipping unpack for mout@0.9.1
66783npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json not in flight; writing
66784npm verb afterAdd /root/.npm/mout/0.9.1/package/package.json written
66785npm verb request uri http://registry.npmjs.org/wordwrap
66786npm verb request no auth needed
66787npm info attempt registry request try #1 at 11:31:49
66788npm http request GET http://registry.npmjs.org/wordwrap
66789npm http 200 http://registry.npmjs.org/wordwrap
66790npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66791npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
66792npm verb headers 'content-type': 'application/json',
66793npm verb headers 'cache-control': 'max-age=300',
66794npm verb headers 'content-length': '6792',
66795npm verb headers 'accept-ranges': 'bytes',
66796npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66797npm verb headers via: '1.1 varnish',
66798npm verb headers age: '160',
66799npm verb headers connection: 'keep-alive',
66800npm verb headers 'x-served-by': 'cache-fra1235-FRA',
66801npm verb headers 'x-cache': 'HIT',
66802npm verb headers 'x-cache-hits': '11',
66803npm verb headers 'x-timer': 'S1450870309.453717,VS0,VE0',
66804npm verb headers vary: 'Accept' }
66805npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
66806npm verb cache add spec wordwrap@~0.0.2
66807npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
66808npm verb addNameRange registry:http://registry.npmjs.org/wordwrap not in flight; fetching
66809npm verb get http://registry.npmjs.org/wordwrap not expired, no request
66810npm verb addNamed "0.0.3" is a plain semver version for wordwrap
66811npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
66812npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz',
66813npm verb addRemoteTarball 'a3d5da6cd5c0bc0008d37234bbaf1bed63059107' ]
66814npm info retry fetch attempt 1 at 11:31:49
66815npm info attempt registry request try #1 at 11:31:49
66816npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
66817npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
66818npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
66819npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.3
66820npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json not in flight; writing
66821npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json written
66822npm verb request uri http://registry.npmjs.org/broccoli-slow-trees
66823npm verb request no auth needed
66824npm info attempt registry request try #1 at 11:31:49
66825npm http request GET http://registry.npmjs.org/broccoli-slow-trees
66826npm verb request uri http://registry.npmjs.org/commander
66827npm verb request no auth needed
66828npm info attempt registry request try #1 at 11:31:49
66829npm http request GET http://registry.npmjs.org/commander
66830npm verb request uri http://registry.npmjs.org/connect
66831npm verb request no auth needed
66832npm info attempt registry request try #1 at 11:31:49
66833npm http request GET http://registry.npmjs.org/connect
66834npm verb request uri http://registry.npmjs.org/handlebars
66835npm verb request no auth needed
66836npm info attempt registry request try #1 at 11:31:49
66837npm http request GET http://registry.npmjs.org/handlebars
66838npm verb request uri http://registry.npmjs.org/mime
66839npm verb request no auth needed
66840npm info attempt registry request try #1 at 11:31:49
66841npm http request GET http://registry.npmjs.org/mime
66842npm http 200 http://registry.npmjs.org/commander
66843npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66844npm verb headers etag: '"EPZTTFB4NNE5PZRYLMT0T0J2V"',
66845npm verb headers 'content-type': 'application/json',
66846npm verb headers 'cache-control': 'max-age=300',
66847npm verb headers 'content-length': '60618',
66848npm verb headers 'accept-ranges': 'bytes',
66849npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66850npm verb headers via: '1.1 varnish',
66851npm verb headers age: '74',
66852npm verb headers connection: 'keep-alive',
66853npm verb headers 'x-served-by': 'cache-fra1227-FRA',
66854npm verb headers 'x-cache': 'HIT',
66855npm verb headers 'x-cache-hits': '8',
66856npm verb headers 'x-timer': 'S1450870309.623461,VS0,VE0',
66857npm verb headers vary: 'Accept' }
66858npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
66859npm verb cache add spec commander@^2.5.0
66860npm verb addNamed ">=2.5.0 <3.0.0" is a valid semver range for commander
66861npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
66862npm verb get http://registry.npmjs.org/commander not expired, no request
66863npm verb addNamed "2.9.0" is a plain semver version for commander
66864npm http 200 http://registry.npmjs.org/broccoli-slow-trees
66865npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66866npm verb headers etag: '"C7MAYOQOPK3M06MTC2PMRWQRN"',
66867npm verb headers 'content-type': 'application/json',
66868npm verb headers 'cache-control': 'max-age=300',
66869npm verb headers 'content-length': '4263',
66870npm verb headers 'accept-ranges': 'bytes',
66871npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66872npm verb headers via: '1.1 varnish',
66873npm verb headers age: '73',
66874npm verb headers connection: 'keep-alive',
66875npm verb headers 'x-served-by': 'cache-fra1248-FRA',
66876npm verb headers 'x-cache': 'HIT',
66877npm verb headers 'x-cache-hits': '1',
66878npm verb headers 'x-timer': 'S1450870309.623521,VS0,VE0',
66879npm verb headers vary: 'Accept' }
66880npm verb get saving broccoli-slow-trees to /root/.npm/registry.npmjs.org/broccoli-slow-trees/.cache.json
66881npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
66882npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.9.0.tgz',
66883npm verb addRemoteTarball '9c99094176e12240cb22d6c5146098400fe0f7d4' ]
66884npm http 200 http://registry.npmjs.org/mime
66885npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66886npm verb headers etag: '"D5YYNW9VKEX13XFVBLO2Y8FTW"',
66887npm verb headers 'content-type': 'application/json',
66888npm verb headers 'cache-control': 'max-age=60',
66889npm verb headers 'content-length': '20148',
66890npm verb headers 'accept-ranges': 'bytes',
66891npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66892npm verb headers via: '1.1 varnish',
66893npm verb headers age: '56',
66894npm verb headers connection: 'keep-alive',
66895npm verb headers 'x-served-by': 'cache-fra1241-FRA',
66896npm verb headers 'x-cache': 'HIT',
66897npm verb headers 'x-cache-hits': '5',
66898npm verb headers 'x-timer': 'S1450870309.623902,VS0,VE0',
66899npm verb headers vary: 'Accept' }
66900npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
66901npm info retry fetch attempt 1 at 11:31:49
66902npm info attempt registry request try #1 at 11:31:49
66903npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
66904npm verb cache add spec broccoli-slow-trees@^1.0.0
66905npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-slow-trees
66906npm verb addNameRange registry:http://registry.npmjs.org/broccoli-slow-trees not in flight; fetching
66907npm http 200 http://registry.npmjs.org/handlebars
66908npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66909npm verb headers etag: '"BB4TDZC0U7NUOC53LLJH94QJW"',
66910npm verb headers 'content-type': 'application/json',
66911npm verb headers 'cache-control': 'max-age=300',
66912npm verb headers 'content-length': '61367',
66913npm verb headers 'accept-ranges': 'bytes',
66914npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66915npm verb headers via: '1.1 varnish',
66916npm verb headers age: '270',
66917npm verb headers connection: 'keep-alive',
66918npm verb headers 'x-served-by': 'cache-fra1224-FRA',
66919npm verb headers 'x-cache': 'HIT',
66920npm verb headers 'x-cache-hits': '7',
66921npm verb headers 'x-timer': 'S1450870309.623812,VS0,VE0',
66922npm verb headers vary: 'Accept' }
66923npm verb get saving handlebars to /root/.npm/registry.npmjs.org/handlebars/.cache.json
66924npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.9.0.tgz
66925npm verb cache add spec mime@^1.2.11
66926npm verb addNamed ">=1.2.11 <2.0.0" is a valid semver range for mime
66927npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
66928npm verb get http://registry.npmjs.org/broccoli-slow-trees not expired, no request
66929npm verb addNamed "1.1.0" is a plain semver version for broccoli-slow-trees
66930npm verb addRemoteTarball http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz not in flight; adding
66931npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz',
66932npm verb addRemoteTarball '426c5724e008107e4573f73e8a9ca702916b78f7' ]
66933npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/commander/-/commander-2.9.0.tgz not in flight; adding
66934npm verb addTmpTarball already have metadata; skipping unpack for commander@2.9.0
66935npm verb get http://registry.npmjs.org/mime not expired, no request
66936npm verb addNamed "1.3.4" is a plain semver version for mime
66937npm info retry fetch attempt 1 at 11:31:49
66938npm info attempt registry request try #1 at 11:31:49
66939npm http fetch GET http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz
66940npm verb addRemoteTarball http://registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
66941npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime/-/mime-1.3.4.tgz',
66942npm verb addRemoteTarball '115f9e3b6b3daf2959983cb38f149a2d40eb5d53' ]
66943npm verb cache add spec handlebars@^3.0.1
66944npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for handlebars
66945npm verb addNameRange registry:http://registry.npmjs.org/handlebars not in flight; fetching
66946npm info retry fetch attempt 1 at 11:31:49
66947npm info attempt registry request try #1 at 11:31:49
66948npm http fetch GET http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
66949npm verb get http://registry.npmjs.org/handlebars not expired, no request
66950npm verb addNamed "3.0.3" is a plain semver version for handlebars
66951npm verb addRemoteTarball http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz not in flight; adding
66952npm verb addRemoteTarball [ 'http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz',
66953npm verb addRemoteTarball '0e09651a2f0fb3c949160583710d551f92e6d2ad' ]
66954npm http fetch 200 http://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz
66955npm http fetch 200 http://registry.npmjs.org/mime/-/mime-1.3.4.tgz
66956npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json not in flight; writing
66957npm info retry fetch attempt 1 at 11:31:49
66958npm info attempt registry request try #1 at 11:31:49
66959npm http fetch GET http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz
66960npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-1.1.0.tgz not in flight; adding
66961npm verb addTmpTarball already have metadata; skipping unpack for broccoli-slow-trees@1.1.0
66962npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mime/-/mime-1.3.4.tgz not in flight; adding
66963npm verb addTmpTarball already have metadata; skipping unpack for mime@1.3.4
66964npm verb afterAdd /root/.npm/commander/2.9.0/package/package.json written
66965npm http fetch 200 http://registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz
66966npm verb afterAdd /root/.npm/broccoli-slow-trees/1.1.0/package/package.json not in flight; writing
66967npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json not in flight; writing
66968npm verb afterAdd /root/.npm/broccoli-slow-trees/1.1.0/package/package.json written
66969npm verb afterAdd /root/.npm/mime/1.3.4/package/package.json written
66970npm http 200 http://registry.npmjs.org/connect
66971npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
66972npm verb headers etag: '"AMVRZ22F330XMUUCAUOLKQG4P"',
66973npm verb headers 'content-type': 'application/json',
66974npm verb headers 'cache-control': 'max-age=300',
66975npm verb headers 'content-length': '332099',
66976npm verb headers 'accept-ranges': 'bytes',
66977npm verb headers date: 'Wed, 23 Dec 2015 11:31:49 GMT',
66978npm verb headers via: '1.1 varnish',
66979npm verb headers age: '177',
66980npm verb headers connection: 'keep-alive',
66981npm verb headers 'x-served-by': 'cache-fra1244-FRA',
66982npm verb headers 'x-cache': 'HIT',
66983npm verb headers 'x-cache-hits': '4',
66984npm verb headers 'x-timer': 'S1450870309.623432,VS0,VE0',
66985npm verb headers vary: 'Accept' }
66986npm verb get saving connect to /root/.npm/registry.npmjs.org/connect/.cache.json
66987npm verb cache add spec connect@^3.3.3
66988npm verb addNamed ">=3.3.3 <4.0.0" is a valid semver range for connect
66989npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
66990npm verb get http://registry.npmjs.org/connect not expired, no request
66991npm verb addNamed "3.4.0" is a plain semver version for connect
66992npm verb addRemoteTarball http://registry.npmjs.org/connect/-/connect-3.4.0.tgz not in flight; adding
66993npm verb addRemoteTarball [ 'http://registry.npmjs.org/connect/-/connect-3.4.0.tgz',
66994npm verb addRemoteTarball 'ee8789a3bd4604bfda39dbcf1d3bb482dfe6cf24' ]
66995npm info retry fetch attempt 1 at 11:31:50
66996npm info attempt registry request try #1 at 11:31:50
66997npm http fetch GET http://registry.npmjs.org/connect/-/connect-3.4.0.tgz
66998npm http fetch 200 http://registry.npmjs.org/connect/-/connect-3.4.0.tgz
66999npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/connect/-/connect-3.4.0.tgz not in flight; adding
67000npm verb addTmpTarball already have metadata; skipping unpack for connect@3.4.0
67001npm verb afterAdd /root/.npm/connect/3.4.0/package/package.json not in flight; writing
67002npm verb afterAdd /root/.npm/connect/3.4.0/package/package.json written
67003npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/handlebars/-/handlebars-3.0.3.tgz not in flight; adding
67004npm verb addTmpTarball already have metadata; skipping unpack for handlebars@3.0.3
67005npm verb afterAdd /root/.npm/handlebars/3.0.3/package/package.json not in flight; writing
67006npm verb afterAdd /root/.npm/handlebars/3.0.3/package/package.json written
67007npm verb request uri http://registry.npmjs.org/graceful-readlink
67008npm verb request no auth needed
67009npm info attempt registry request try #1 at 11:31:50
67010npm http request GET http://registry.npmjs.org/graceful-readlink
67011npm http 200 http://registry.npmjs.org/graceful-readlink
67012npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67013npm verb headers etag: '"4Y89F8JDJP0YPHGBB0IMVMPJA"',
67014npm verb headers 'content-type': 'application/json',
67015npm verb headers 'cache-control': 'max-age=300',
67016npm verb headers 'content-length': '3065',
67017npm verb headers 'accept-ranges': 'bytes',
67018npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67019npm verb headers via: '1.1 varnish',
67020npm verb headers age: '133',
67021npm verb headers connection: 'keep-alive',
67022npm verb headers 'x-served-by': 'cache-fra1228-FRA',
67023npm verb headers 'x-cache': 'HIT',
67024npm verb headers 'x-cache-hits': '415',
67025npm verb headers 'x-timer': 'S1450870310.357632,VS0,VE0',
67026npm verb headers vary: 'Accept' }
67027npm verb get saving graceful-readlink to /root/.npm/registry.npmjs.org/graceful-readlink/.cache.json
67028npm verb cache add spec graceful-readlink@>= 1.0.0
67029npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
67030npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
67031npm verb get http://registry.npmjs.org/graceful-readlink not expired, no request
67032npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
67033npm verb addRemoteTarball http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
67034npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
67035npm verb addRemoteTarball '4cafad76bc62f02fa039b2f94e9a3dd3a391a725' ]
67036npm info retry fetch attempt 1 at 11:31:50
67037npm info attempt registry request try #1 at 11:31:50
67038npm http fetch GET http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
67039npm http fetch 200 http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
67040npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz not in flight; adding
67041npm verb addTmpTarball already have metadata; skipping unpack for graceful-readlink@1.0.1
67042npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json not in flight; writing
67043npm verb afterAdd /root/.npm/graceful-readlink/1.0.1/package/package.json written
67044npm verb request uri http://registry.npmjs.org/finalhandler
67045npm verb request no auth needed
67046npm info attempt registry request try #1 at 11:31:50
67047npm http request GET http://registry.npmjs.org/finalhandler
67048npm verb request uri http://registry.npmjs.org/parseurl
67049npm verb request no auth needed
67050npm info attempt registry request try #1 at 11:31:50
67051npm http request GET http://registry.npmjs.org/parseurl
67052npm verb request uri http://registry.npmjs.org/utils-merge
67053npm verb request no auth needed
67054npm info attempt registry request try #1 at 11:31:50
67055npm http request GET http://registry.npmjs.org/utils-merge
67056npm http 200 http://registry.npmjs.org/utils-merge
67057npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67058npm verb headers etag: '"2ADZRMWMWURG65J1I1PZGOZ1N"',
67059npm verb headers 'content-type': 'application/json',
67060npm verb headers 'cache-control': 'max-age=60',
67061npm verb headers 'content-length': '2442',
67062npm verb headers 'accept-ranges': 'bytes',
67063npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67064npm verb headers via: '1.1 varnish',
67065npm verb headers age: '36',
67066npm verb headers connection: 'keep-alive',
67067npm verb headers 'x-served-by': 'cache-fra1232-FRA',
67068npm verb headers 'x-cache': 'HIT',
67069npm verb headers 'x-cache-hits': '2',
67070npm verb headers 'x-timer': 'S1450870310.510937,VS0,VE0',
67071npm verb headers vary: 'Accept' }
67072npm verb get saving utils-merge to /root/.npm/registry.npmjs.org/utils-merge/.cache.json
67073npm http 200 http://registry.npmjs.org/parseurl
67074npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67075npm verb headers etag: '"C38PVP7JXF6E8MRHKL33KKEI6"',
67076npm verb headers 'content-type': 'application/json',
67077npm verb headers 'cache-control': 'max-age=60',
67078npm verb headers 'content-length': '13360',
67079npm verb headers 'accept-ranges': 'bytes',
67080npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67081npm verb headers via: '1.1 varnish',
67082npm verb headers age: '5',
67083npm verb headers connection: 'keep-alive',
67084npm verb headers 'x-served-by': 'cache-fra1243-FRA',
67085npm verb headers 'x-cache': 'HIT',
67086npm verb headers 'x-cache-hits': '1',
67087npm verb headers 'x-timer': 'S1450870310.500230,VS0,VE1',
67088npm verb headers vary: 'Accept' }
67089npm verb get saving parseurl to /root/.npm/registry.npmjs.org/parseurl/.cache.json
67090npm verb cache add spec utils-merge@1.0.0
67091npm verb addNamed "1.0.0" is a plain semver version for utils-merge
67092npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
67093npm http 200 http://registry.npmjs.org/finalhandler
67094npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67095npm verb headers etag: '"A9RCF00L9QOIXR50EOP5F4SBG"',
67096npm verb headers 'content-type': 'application/json',
67097npm verb headers 'cache-control': 'max-age=300',
67098npm verb headers 'content-length': '27963',
67099npm verb headers 'accept-ranges': 'bytes',
67100npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67101npm verb headers via: '1.1 varnish',
67102npm verb headers age: '114',
67103npm verb headers connection: 'keep-alive',
67104npm verb headers 'x-served-by': 'cache-fra1239-FRA',
67105npm verb headers 'x-cache': 'HIT',
67106npm verb headers 'x-cache-hits': '5',
67107npm verb headers 'x-timer': 'S1450870310.503406,VS0,VE0',
67108npm verb headers vary: 'Accept' }
67109npm verb get saving finalhandler to /root/.npm/registry.npmjs.org/finalhandler/.cache.json
67110npm verb cache add spec parseurl@~1.3.0
67111npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
67112npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
67113npm verb get http://registry.npmjs.org/utils-merge not expired, no request
67114npm verb addRemoteTarball http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
67115npm verb addRemoteTarball [ 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
67116npm verb addRemoteTarball '0294fb922bb9375153541c4f7096231f287c8af8' ]
67117npm verb get http://registry.npmjs.org/parseurl not expired, no request
67118npm verb addNamed "1.3.0" is a plain semver version for parseurl
67119npm verb addRemoteTarball http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
67120npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
67121npm verb addRemoteTarball 'b58046db4223e145afa76009e61bac87cc2281b3' ]
67122npm info retry fetch attempt 1 at 11:31:50
67123npm info attempt registry request try #1 at 11:31:50
67124npm http fetch GET http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
67125npm info retry fetch attempt 1 at 11:31:50
67126npm info attempt registry request try #1 at 11:31:50
67127npm http fetch GET http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
67128npm verb cache add spec finalhandler@0.4.0
67129npm verb addNamed "0.4.0" is a plain semver version for finalhandler
67130npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
67131npm verb get http://registry.npmjs.org/finalhandler not expired, no request
67132npm http fetch 200 http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
67133npm verb addRemoteTarball http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
67134npm verb addRemoteTarball [ 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz',
67135npm verb addRemoteTarball '965a52d9e8d05d2b857548541fb89b53a2497d9b' ]
67136npm http fetch 200 http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz
67137npm info retry fetch attempt 1 at 11:31:50
67138npm info attempt registry request try #1 at 11:31:50
67139npm http fetch GET http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
67140npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz not in flight; adding
67141npm verb addTmpTarball already have metadata; skipping unpack for utils-merge@1.0.0
67142npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz not in flight; adding
67143npm verb addTmpTarball already have metadata; skipping unpack for parseurl@1.3.0
67144npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json not in flight; writing
67145npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json not in flight; writing
67146npm http fetch 200 http://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz
67147npm verb afterAdd /root/.npm/utils-merge/1.0.0/package/package.json written
67148npm verb afterAdd /root/.npm/parseurl/1.3.0/package/package.json written
67149npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz not in flight; adding
67150npm verb addTmpTarball already have metadata; skipping unpack for finalhandler@0.4.0
67151npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json not in flight; writing
67152npm verb afterAdd /root/.npm/finalhandler/0.4.0/package/package.json written
67153npm verb request uri http://registry.npmjs.org/escape-html
67154npm verb request no auth needed
67155npm info attempt registry request try #1 at 11:31:50
67156npm http request GET http://registry.npmjs.org/escape-html
67157npm verb request uri http://registry.npmjs.org/on-finished
67158npm verb request no auth needed
67159npm info attempt registry request try #1 at 11:31:50
67160npm http request GET http://registry.npmjs.org/on-finished
67161npm verb request uri http://registry.npmjs.org/unpipe
67162npm verb request no auth needed
67163npm info attempt registry request try #1 at 11:31:50
67164npm http request GET http://registry.npmjs.org/unpipe
67165npm http 200 http://registry.npmjs.org/escape-html
67166npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67167npm verb headers etag: '"3RUCAG2JGG4DUNM1HT84AH638"',
67168npm verb headers 'content-type': 'application/json',
67169npm verb headers 'cache-control': 'max-age=300',
67170npm verb headers 'content-length': '5508',
67171npm verb headers 'accept-ranges': 'bytes',
67172npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67173npm verb headers via: '1.1 varnish',
67174npm verb headers age: '129',
67175npm verb headers connection: 'keep-alive',
67176npm verb headers 'x-served-by': 'cache-fra1222-FRA',
67177npm verb headers 'x-cache': 'HIT',
67178npm verb headers 'x-cache-hits': '2359',
67179npm verb headers 'x-timer': 'S1450870310.766302,VS0,VE0',
67180npm verb headers vary: 'Accept' }
67181npm verb get saving escape-html to /root/.npm/registry.npmjs.org/escape-html/.cache.json
67182npm http 200 http://registry.npmjs.org/on-finished
67183npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67184npm verb headers etag: '"C3B8WUFHDCUPW30V9K2VX45P3"',
67185npm verb headers 'content-type': 'application/json',
67186npm verb headers 'cache-control': 'max-age=60',
67187npm verb headers 'content-length': '15013',
67188npm verb headers 'accept-ranges': 'bytes',
67189npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67190npm verb headers via: '1.1 varnish',
67191npm verb headers age: '6',
67192npm verb headers connection: 'keep-alive',
67193npm verb headers 'x-served-by': 'cache-fra1226-FRA',
67194npm verb headers 'x-cache': 'HIT',
67195npm verb headers 'x-cache-hits': '1',
67196npm verb headers 'x-timer': 'S1450870310.766430,VS0,VE0',
67197npm verb headers vary: 'Accept' }
67198npm verb get saving on-finished to /root/.npm/registry.npmjs.org/on-finished/.cache.json
67199npm http 200 http://registry.npmjs.org/unpipe
67200npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67201npm verb headers etag: '"CUYWL81QRNALZ6DFGKEASW9Q0"',
67202npm verb headers 'content-type': 'application/json',
67203npm verb headers 'cache-control': 'max-age=300',
67204npm verb headers 'content-length': '3278',
67205npm verb headers 'accept-ranges': 'bytes',
67206npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67207npm verb headers via: '1.1 varnish',
67208npm verb headers age: '55',
67209npm verb headers connection: 'keep-alive',
67210npm verb headers 'x-served-by': 'cache-fra1240-FRA',
67211npm verb headers 'x-cache': 'HIT',
67212npm verb headers 'x-cache-hits': '2',
67213npm verb headers 'x-timer': 'S1450870310.769631,VS0,VE0',
67214npm verb headers vary: 'Accept' }
67215npm verb get saving unpipe to /root/.npm/registry.npmjs.org/unpipe/.cache.json
67216npm verb cache add spec escape-html@1.0.2
67217npm verb addNamed "1.0.2" is a plain semver version for escape-html
67218npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
67219npm verb cache add spec on-finished@~2.3.0
67220npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for on-finished
67221npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
67222npm verb cache add spec unpipe@~1.0.0
67223npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for unpipe
67224npm verb addNameRange registry:http://registry.npmjs.org/unpipe not in flight; fetching
67225npm verb get http://registry.npmjs.org/on-finished not expired, no request
67226npm verb addNamed "2.3.0" is a plain semver version for on-finished
67227npm verb get http://registry.npmjs.org/unpipe not expired, no request
67228npm verb addNamed "1.0.0" is a plain semver version for unpipe
67229npm verb get http://registry.npmjs.org/escape-html not expired, no request
67230npm verb addRemoteTarball http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
67231npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz',
67232npm verb addRemoteTarball '20f1336481b083cd75337992a16971aa2d906947' ]
67233npm verb addRemoteTarball http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
67234npm verb addRemoteTarball [ 'http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz',
67235npm verb addRemoteTarball 'b2bf4ee8514aae6165b4817829d21b2ef49904ec' ]
67236npm verb addRemoteTarball http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
67237npm verb addRemoteTarball [ 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz',
67238npm verb addRemoteTarball 'd77d32fa98e38c2f41ae85e9278e0e0e6ba1022c' ]
67239npm info retry fetch attempt 1 at 11:31:50
67240npm info attempt registry request try #1 at 11:31:50
67241npm http fetch GET http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
67242npm info retry fetch attempt 1 at 11:31:50
67243npm info attempt registry request try #1 at 11:31:50
67244npm http fetch GET http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
67245npm info retry fetch attempt 1 at 11:31:50
67246npm info attempt registry request try #1 at 11:31:50
67247npm http fetch GET http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
67248npm http fetch 200 http://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
67249npm http fetch 200 http://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
67250npm http fetch 200 http://registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz
67251npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz not in flight; adding
67252npm verb addTmpTarball already have metadata; skipping unpack for unpipe@1.0.0
67253npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz not in flight; adding
67254npm verb addTmpTarball already have metadata; skipping unpack for on-finished@2.3.0
67255npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/escape-html/-/escape-html-1.0.2.tgz not in flight; adding
67256npm verb addTmpTarball already have metadata; skipping unpack for escape-html@1.0.2
67257npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json not in flight; writing
67258npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json not in flight; writing
67259npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json not in flight; writing
67260npm verb afterAdd /root/.npm/on-finished/2.3.0/package/package.json written
67261npm verb afterAdd /root/.npm/unpipe/1.0.0/package/package.json written
67262npm verb afterAdd /root/.npm/escape-html/1.0.2/package/package.json written
67263npm verb request uri http://registry.npmjs.org/ee-first
67264npm verb request no auth needed
67265npm info attempt registry request try #1 at 11:31:50
67266npm http request GET http://registry.npmjs.org/ee-first
67267npm http 200 http://registry.npmjs.org/ee-first
67268npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67269npm verb headers etag: '"EW7HUPO511C8N9STEHQ36QDJO"',
67270npm verb headers 'content-type': 'application/json',
67271npm verb headers 'cache-control': 'max-age=300',
67272npm verb headers 'content-length': '13098',
67273npm verb headers 'accept-ranges': 'bytes',
67274npm verb headers date: 'Wed, 23 Dec 2015 11:31:50 GMT',
67275npm verb headers via: '1.1 varnish',
67276npm verb headers age: '198',
67277npm verb headers connection: 'keep-alive',
67278npm verb headers 'x-served-by': 'cache-fra1246-FRA',
67279npm verb headers 'x-cache': 'HIT',
67280npm verb headers 'x-cache-hits': '8',
67281npm verb headers 'x-timer': 'S1450870310.912271,VS0,VE0',
67282npm verb headers vary: 'Accept' }
67283npm verb get saving ee-first to /root/.npm/registry.npmjs.org/ee-first/.cache.json
67284npm verb cache add spec ee-first@1.1.1
67285npm verb addNamed "1.1.1" is a plain semver version for ee-first
67286npm verb addNameVersion registry:http://registry.npmjs.org/ee-first not in flight; fetching
67287npm verb get http://registry.npmjs.org/ee-first not expired, no request
67288npm verb addRemoteTarball http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
67289npm verb addRemoteTarball [ 'http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz',
67290npm verb addRemoteTarball '590c61156b0ae2f4f0255732a158b266bc56b21d' ]
67291npm info retry fetch attempt 1 at 11:31:50
67292npm info attempt registry request try #1 at 11:31:50
67293npm http fetch GET http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
67294npm http fetch 200 http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
67295npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz not in flight; adding
67296npm verb addTmpTarball already have metadata; skipping unpack for ee-first@1.1.1
67297npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json not in flight; writing
67298npm verb afterAdd /root/.npm/ee-first/1.1.1/package/package.json written
67299npm verb cache add spec glob@~4.3.0
67300npm verb addNamed ">=4.3.0 <4.4.0" is a valid semver range for glob
67301npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
67302npm verb request uri http://registry.npmjs.org/glob
67303npm verb request no auth needed
67304npm info attempt registry request try #1 at 11:31:51
67305npm verb etag "7ZBL91SZKFDD23AO2XJEK805U"
67306npm http request GET http://registry.npmjs.org/glob
67307npm http 304 http://registry.npmjs.org/glob
67308npm verb headers { date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67309npm verb headers via: '1.1 varnish',
67310npm verb headers 'cache-control': 'max-age=300',
67311npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
67312npm verb headers age: '178',
67313npm verb headers connection: 'keep-alive',
67314npm verb headers 'x-served-by': 'cache-fra1243-FRA',
67315npm verb headers 'x-cache': 'HIT',
67316npm verb headers 'x-cache-hits': '22',
67317npm verb headers 'x-timer': 'S1450870311.052585,VS0,VE0',
67318npm verb headers vary: 'Accept' }
67319npm verb etag http://registry.npmjs.org/glob from cache
67320npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
67321npm verb addNamed "4.3.5" is a plain semver version for glob
67322npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.3.5.tgz not in flight; adding
67323npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.3.5.tgz',
67324npm verb addRemoteTarball '80fbb08ca540f238acce5d11d1e9bc41e75173d3' ]
67325npm info retry fetch attempt 1 at 11:31:51
67326npm info attempt registry request try #1 at 11:31:51
67327npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.3.5.tgz
67328npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.3.5.tgz
67329npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-4.3.5.tgz not in flight; adding
67330npm verb addTmpTarball already have metadata; skipping unpack for glob@4.3.5
67331npm verb afterAdd /root/.npm/glob/4.3.5/package/package.json not in flight; writing
67332npm verb afterAdd /root/.npm/glob/4.3.5/package/package.json written
67333npm verb cache add spec minimatch@^2.0.1
67334npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
67335npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
67336npm verb request uri http://registry.npmjs.org/minimatch
67337npm verb request no auth needed
67338npm info attempt registry request try #1 at 11:31:51
67339npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
67340npm http request GET http://registry.npmjs.org/minimatch
67341npm http 304 http://registry.npmjs.org/minimatch
67342npm verb headers { date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67343npm verb headers via: '1.1 varnish',
67344npm verb headers 'cache-control': 'max-age=60',
67345npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
67346npm verb headers age: '25',
67347npm verb headers connection: 'keep-alive',
67348npm verb headers 'x-served-by': 'cache-fra1241-FRA',
67349npm verb headers 'x-cache': 'HIT',
67350npm verb headers 'x-cache-hits': '7',
67351npm verb headers 'x-timer': 'S1450870311.174288,VS0,VE0',
67352npm verb headers vary: 'Accept' }
67353npm verb etag http://registry.npmjs.org/minimatch from cache
67354npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
67355npm verb addNamed "2.0.10" is a plain semver version for minimatch
67356npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
67357npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
67358npm verb request uri http://registry.npmjs.org/source-map
67359npm verb request no auth needed
67360npm info attempt registry request try #1 at 11:31:51
67361npm http request GET http://registry.npmjs.org/source-map
67362npm verb request uri http://registry.npmjs.org/uglify-js
67363npm verb request no auth needed
67364npm info attempt registry request try #1 at 11:31:51
67365npm http request GET http://registry.npmjs.org/uglify-js
67366npm http 200 http://registry.npmjs.org/source-map
67367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67368npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
67369npm verb headers 'content-type': 'application/json',
67370npm verb headers 'cache-control': 'max-age=60',
67371npm verb headers 'content-length': '140793',
67372npm verb headers 'accept-ranges': 'bytes',
67373npm verb headers date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67374npm verb headers via: '1.1 varnish',
67375npm verb headers age: '11',
67376npm verb headers connection: 'keep-alive',
67377npm verb headers 'x-served-by': 'cache-fra1234-FRA',
67378npm verb headers 'x-cache': 'HIT',
67379npm verb headers 'x-cache-hits': '4',
67380npm verb headers 'x-timer': 'S1450870311.238269,VS0,VE0',
67381npm verb headers vary: 'Accept' }
67382npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
67383npm verb cache add spec source-map@^0.1.40
67384npm verb addNamed ">=0.1.40 <0.2.0" is a valid semver range for source-map
67385npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
67386npm verb get http://registry.npmjs.org/source-map not expired, no request
67387npm verb addNamed "0.1.43" is a plain semver version for source-map
67388npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
67389npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz',
67390npm verb addRemoteTarball 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346' ]
67391npm info retry fetch attempt 1 at 11:31:51
67392npm info attempt registry request try #1 at 11:31:51
67393npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
67394npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz
67395npm http 200 http://registry.npmjs.org/uglify-js
67396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67397npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
67398npm verb headers 'content-type': 'application/json',
67399npm verb headers 'cache-control': 'max-age=300',
67400npm verb headers 'content-length': '102950',
67401npm verb headers 'accept-ranges': 'bytes',
67402npm verb headers date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67403npm verb headers via: '1.1 varnish',
67404npm verb headers age: '180',
67405npm verb headers connection: 'keep-alive',
67406npm verb headers 'x-served-by': 'cache-fra1221-FRA',
67407npm verb headers 'x-cache': 'HIT',
67408npm verb headers 'x-cache-hits': '5',
67409npm verb headers 'x-timer': 'S1450870311.241919,VS0,VE0',
67410npm verb headers vary: 'Accept' }
67411npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
67412npm verb cache add spec uglify-js@~2.3
67413npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for uglify-js
67414npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
67415npm verb get http://registry.npmjs.org/uglify-js not expired, no request
67416npm verb addNamed "2.3.6" is a plain semver version for uglify-js
67417npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
67418npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz',
67419npm verb addRemoteTarball 'fa0984770b428b7a9b2a8058f46355d14fef211a' ]
67420npm info retry fetch attempt 1 at 11:31:51
67421npm info attempt registry request try #1 at 11:31:51
67422npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
67423npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz
67424npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map/-/source-map-0.1.43.tgz not in flight; adding
67425npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.43
67426npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json not in flight; writing
67427npm verb afterAdd /root/.npm/source-map/0.1.43/package/package.json written
67428npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz not in flight; adding
67429npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.3.6
67430npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json not in flight; writing
67431npm verb afterAdd /root/.npm/uglify-js/2.3.6/package/package.json written
67432npm verb request uri http://registry.npmjs.org/amdefine
67433npm verb request no auth needed
67434npm info attempt registry request try #1 at 11:31:51
67435npm http request GET http://registry.npmjs.org/amdefine
67436npm http 200 http://registry.npmjs.org/amdefine
67437npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67438npm verb headers etag: '"6U9GHH4I8CAX7G1R4EWYEO1Z9"',
67439npm verb headers 'content-type': 'application/json',
67440npm verb headers 'cache-control': 'max-age=300',
67441npm verb headers 'content-length': '17411',
67442npm verb headers 'accept-ranges': 'bytes',
67443npm verb headers date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67444npm verb headers via: '1.1 varnish',
67445npm verb headers age: '111',
67446npm verb headers connection: 'keep-alive',
67447npm verb headers 'x-served-by': 'cache-fra1226-FRA',
67448npm verb headers 'x-cache': 'HIT',
67449npm verb headers 'x-cache-hits': '457',
67450npm verb headers 'x-timer': 'S1450870311.693392,VS0,VE0',
67451npm verb headers vary: 'Accept' }
67452npm verb get saving amdefine to /root/.npm/registry.npmjs.org/amdefine/.cache.json
67453npm verb cache add spec amdefine@>=0.0.4
67454npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
67455npm verb addNameRange registry:http://registry.npmjs.org/amdefine not in flight; fetching
67456npm verb get http://registry.npmjs.org/amdefine not expired, no request
67457npm verb addNamed "1.0.0" is a plain semver version for amdefine
67458npm verb addRemoteTarball http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
67459npm verb addRemoteTarball [ 'http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz',
67460npm verb addRemoteTarball 'fd17474700cb5cc9c2b709f0be9d23ce3c198c33' ]
67461npm info retry fetch attempt 1 at 11:31:51
67462npm info attempt registry request try #1 at 11:31:51
67463npm http fetch GET http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
67464npm http fetch 200 http://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
67465npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
67466npm verb addTmpTarball already have metadata; skipping unpack for amdefine@1.0.0
67467npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json not in flight; writing
67468npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json written
67469npm verb cache add spec optimist@~0.3.5
67470npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for optimist
67471npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
67472npm verb request uri http://registry.npmjs.org/async
67473npm verb request no auth needed
67474npm info attempt registry request try #1 at 11:31:51
67475npm http request GET http://registry.npmjs.org/async
67476npm verb get http://registry.npmjs.org/optimist not expired, no request
67477npm verb addNamed "0.3.7" is a plain semver version for optimist
67478npm verb addRemoteTarball http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
67479npm verb addRemoteTarball [ 'http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz',
67480npm verb addRemoteTarball 'c90941ad59e4273328923074d2cf2e7cbc6ec0d9' ]
67481npm info retry fetch attempt 1 at 11:31:51
67482npm info attempt registry request try #1 at 11:31:51
67483npm http fetch GET http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
67484npm http fetch 200 http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz
67485npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/optimist/-/optimist-0.3.7.tgz not in flight; adding
67486npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.3.7
67487npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json not in flight; writing
67488npm verb afterAdd /root/.npm/optimist/0.3.7/package/package.json written
67489npm http 200 http://registry.npmjs.org/async
67490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67491npm verb headers etag: '"30DKPP61RX5HW2JJNP9DB5VEF"',
67492npm verb headers 'content-type': 'application/json',
67493npm verb headers 'cache-control': 'max-age=300',
67494npm verb headers 'content-length': '132600',
67495npm verb headers 'accept-ranges': 'bytes',
67496npm verb headers date: 'Wed, 23 Dec 2015 11:31:51 GMT',
67497npm verb headers via: '1.1 varnish',
67498npm verb headers age: '230',
67499npm verb headers connection: 'keep-alive',
67500npm verb headers 'x-served-by': 'cache-fra1225-FRA',
67501npm verb headers 'x-cache': 'HIT',
67502npm verb headers 'x-cache-hits': '31',
67503npm verb headers 'x-timer': 'S1450870311.867477,VS0,VE0',
67504npm verb headers vary: 'Accept' }
67505npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
67506npm verb cache add spec async@~0.2.6
67507npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
67508npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
67509npm verb get http://registry.npmjs.org/async not expired, no request
67510npm verb addNamed "0.2.10" is a plain semver version for async
67511npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
67512npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.2.10.tgz',
67513npm verb addRemoteTarball 'b6bbe0b0674b9d719708ca38de8c237cb526c3d1' ]
67514npm info retry fetch attempt 1 at 11:31:52
67515npm info attempt registry request try #1 at 11:31:52
67516npm http fetch GET http://registry.npmjs.org/async/-/async-0.2.10.tgz
67517npm http fetch 200 http://registry.npmjs.org/async/-/async-0.2.10.tgz
67518npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
67519npm verb addTmpTarball already have metadata; skipping unpack for async@0.2.10
67520npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
67521npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
67522npm verb request uri http://registry.npmjs.org/babel-core
67523npm verb request no auth needed
67524npm info attempt registry request try #1 at 11:31:52
67525npm http request GET http://registry.npmjs.org/babel-core
67526npm verb request uri http://registry.npmjs.org/broccoli-persistent-filter
67527npm verb request no auth needed
67528npm info attempt registry request try #1 at 11:31:52
67529npm http request GET http://registry.npmjs.org/broccoli-persistent-filter
67530npm verb request uri http://registry.npmjs.org/clone
67531npm verb request no auth needed
67532npm info attempt registry request try #1 at 11:31:52
67533npm http request GET http://registry.npmjs.org/clone
67534npm http 200 http://registry.npmjs.org/broccoli-persistent-filter
67535npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67536npm verb headers etag: '"2N1WVZ1MV20K8UOSWJHZO8SA5"',
67537npm verb headers 'content-type': 'application/json',
67538npm verb headers 'cache-control': 'max-age=300',
67539npm verb headers 'content-length': '43192',
67540npm verb headers 'accept-ranges': 'bytes',
67541npm verb headers date: 'Wed, 23 Dec 2015 11:31:52 GMT',
67542npm verb headers via: '1.1 varnish',
67543npm verb headers age: '70',
67544npm verb headers connection: 'keep-alive',
67545npm verb headers 'x-served-by': 'cache-fra1242-FRA',
67546npm verb headers 'x-cache': 'HIT',
67547npm verb headers 'x-cache-hits': '1',
67548npm verb headers 'x-timer': 'S1450870312.315328,VS0,VE0',
67549npm verb headers vary: 'Accept' }
67550npm verb get saving broccoli-persistent-filter to /root/.npm/registry.npmjs.org/broccoli-persistent-filter/.cache.json
67551npm verb cache add spec broccoli-persistent-filter@^1.0.1
67552npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for broccoli-persistent-filter
67553npm verb addNameRange registry:http://registry.npmjs.org/broccoli-persistent-filter not in flight; fetching
67554npm verb get http://registry.npmjs.org/broccoli-persistent-filter not expired, no request
67555npm verb addNamed "1.1.6" is a plain semver version for broccoli-persistent-filter
67556npm http 200 http://registry.npmjs.org/clone
67557npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67558npm verb headers etag: '"4J4BHAVVJCE8NUHVIM55YJJXA"',
67559npm verb headers 'content-type': 'application/json',
67560npm verb headers 'cache-control': 'max-age=300',
67561npm verb headers 'content-length': '55588',
67562npm verb headers 'accept-ranges': 'bytes',
67563npm verb headers date: 'Wed, 23 Dec 2015 11:31:52 GMT',
67564npm verb headers via: '1.1 varnish',
67565npm verb headers age: '30',
67566npm verb headers connection: 'keep-alive',
67567npm verb headers 'x-served-by': 'cache-fra1221-FRA',
67568npm verb headers 'x-cache': 'HIT',
67569npm verb headers 'x-cache-hits': '4',
67570npm verb headers 'x-timer': 'S1450870312.315639,VS0,VE0',
67571npm verb headers vary: 'Accept' }
67572npm verb get saving clone to /root/.npm/registry.npmjs.org/clone/.cache.json
67573npm verb addRemoteTarball http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz not in flight; adding
67574npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz',
67575npm verb addRemoteTarball '35fa2e1bc0b8b7617df3d54f893ef81326ed7e93' ]
67576npm info retry fetch attempt 1 at 11:31:52
67577npm info attempt registry request try #1 at 11:31:52
67578npm http fetch GET http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz
67579npm verb cache add spec clone@^0.2.0
67580npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for clone
67581npm verb addNameRange registry:http://registry.npmjs.org/clone not in flight; fetching
67582npm verb get http://registry.npmjs.org/clone not expired, no request
67583npm verb addNamed "0.2.0" is a plain semver version for clone
67584npm http fetch 200 http://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz
67585npm verb addRemoteTarball http://registry.npmjs.org/clone/-/clone-0.2.0.tgz not in flight; adding
67586npm verb addRemoteTarball [ 'http://registry.npmjs.org/clone/-/clone-0.2.0.tgz',
67587npm verb addRemoteTarball 'c6126a90ad4f72dbf5acdb243cc37724fe93fc1f' ]
67588npm info retry fetch attempt 1 at 11:31:52
67589npm info attempt registry request try #1 at 11:31:52
67590npm http fetch GET http://registry.npmjs.org/clone/-/clone-0.2.0.tgz
67591npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.1.6.tgz not in flight; adding
67592npm verb addTmpTarball already have metadata; skipping unpack for broccoli-persistent-filter@1.1.6
67593npm verb afterAdd /root/.npm/broccoli-persistent-filter/1.1.6/package/package.json not in flight; writing
67594npm verb afterAdd /root/.npm/broccoli-persistent-filter/1.1.6/package/package.json written
67595npm http fetch 200 http://registry.npmjs.org/clone/-/clone-0.2.0.tgz
67596npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/clone/-/clone-0.2.0.tgz not in flight; adding
67597npm verb addTmpTarball already have metadata; skipping unpack for clone@0.2.0
67598npm verb afterAdd /root/.npm/clone/0.2.0/package/package.json not in flight; writing
67599npm verb afterAdd /root/.npm/clone/0.2.0/package/package.json written
67600npm http 200 http://registry.npmjs.org/babel-core
67601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67602npm verb headers etag: '"EJVKTQP0TJNAY3FMXW2EEVL52"',
67603npm verb headers 'content-type': 'application/json',
67604npm verb headers 'cache-control': 'max-age=300',
67605npm verb headers 'content-length': '397406',
67606npm verb headers 'accept-ranges': 'bytes',
67607npm verb headers date: 'Wed, 23 Dec 2015 11:31:52 GMT',
67608npm verb headers via: '1.1 varnish',
67609npm verb headers age: '28',
67610npm verb headers connection: 'keep-alive',
67611npm verb headers 'x-served-by': 'cache-fra1221-FRA',
67612npm verb headers 'x-cache': 'HIT',
67613npm verb headers 'x-cache-hits': '1',
67614npm verb headers 'x-timer': 'S1450870312.315237,VS0,VE1',
67615npm verb headers vary: 'Accept' }
67616npm verb get saving babel-core to /root/.npm/registry.npmjs.org/babel-core/.cache.json
67617npm verb cache add spec babel-core@^5.0.0
67618npm verb addNamed ">=5.0.0 <6.0.0" is a valid semver range for babel-core
67619npm verb addNameRange registry:http://registry.npmjs.org/babel-core not in flight; fetching
67620npm verb get http://registry.npmjs.org/babel-core not expired, no request
67621npm verb addNamed "5.8.34" is a plain semver version for babel-core
67622npm verb addRemoteTarball http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz not in flight; adding
67623npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz',
67624npm verb addRemoteTarball '0396370458772774041e5dbbef57ae0282ee61c2' ]
67625npm info retry fetch attempt 1 at 11:31:53
67626npm info attempt registry request try #1 at 11:31:53
67627npm http fetch GET http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz
67628npm http fetch 200 http://registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz
67629npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-core/-/babel-core-5.8.34.tgz not in flight; adding
67630npm verb addTmpTarball already have metadata; skipping unpack for babel-core@5.8.34
67631npm verb afterAdd /root/.npm/babel-core/5.8.34/package/package.json not in flight; writing
67632npm verb afterAdd /root/.npm/babel-core/5.8.34/package/package.json written
67633npm verb cache add spec chalk@^1.0.0
67634npm verb cache add spec minimatch@^2.0.3
67635npm verb cache add spec source-map@^0.5.0
67636npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
67637npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
67638npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for minimatch
67639npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
67640npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for source-map
67641npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
67642npm verb request uri http://registry.npmjs.org/babel-plugin-constant-folding
67643npm verb request no auth needed
67644npm info attempt registry request try #1 at 11:31:54
67645npm http request GET http://registry.npmjs.org/babel-plugin-constant-folding
67646npm verb request uri http://registry.npmjs.org/babel-plugin-dead-code-elimination
67647npm verb request no auth needed
67648npm info attempt registry request try #1 at 11:31:54
67649npm http request GET http://registry.npmjs.org/babel-plugin-dead-code-elimination
67650npm verb request uri http://registry.npmjs.org/babel-plugin-eval
67651npm verb request no auth needed
67652npm info attempt registry request try #1 at 11:31:54
67653npm http request GET http://registry.npmjs.org/babel-plugin-eval
67654npm verb request uri http://registry.npmjs.org/babel-plugin-inline-environment-variables
67655npm verb request no auth needed
67656npm info attempt registry request try #1 at 11:31:54
67657npm http request GET http://registry.npmjs.org/babel-plugin-inline-environment-variables
67658npm verb request uri http://registry.npmjs.org/babel-plugin-jscript
67659npm verb request no auth needed
67660npm info attempt registry request try #1 at 11:31:54
67661npm http request GET http://registry.npmjs.org/babel-plugin-jscript
67662npm verb request uri http://registry.npmjs.org/babel-plugin-member-expression-literals
67663npm verb request no auth needed
67664npm info attempt registry request try #1 at 11:31:54
67665npm http request GET http://registry.npmjs.org/babel-plugin-member-expression-literals
67666npm verb request uri http://registry.npmjs.org/babel-plugin-property-literals
67667npm verb request no auth needed
67668npm info attempt registry request try #1 at 11:31:54
67669npm http request GET http://registry.npmjs.org/babel-plugin-property-literals
67670npm verb request uri http://registry.npmjs.org/babel-plugin-proto-to-assign
67671npm verb request no auth needed
67672npm info attempt registry request try #1 at 11:31:54
67673npm http request GET http://registry.npmjs.org/babel-plugin-proto-to-assign
67674npm verb request uri http://registry.npmjs.org/babel-plugin-react-constant-elements
67675npm verb request no auth needed
67676npm info attempt registry request try #1 at 11:31:54
67677npm http request GET http://registry.npmjs.org/babel-plugin-react-constant-elements
67678npm verb request uri http://registry.npmjs.org/babel-plugin-react-display-name
67679npm verb request no auth needed
67680npm info attempt registry request try #1 at 11:31:54
67681npm http request GET http://registry.npmjs.org/babel-plugin-react-display-name
67682npm verb request uri http://registry.npmjs.org/babel-plugin-remove-console
67683npm verb request no auth needed
67684npm info attempt registry request try #1 at 11:31:54
67685npm http request GET http://registry.npmjs.org/babel-plugin-remove-console
67686npm verb request uri http://registry.npmjs.org/babel-plugin-remove-debugger
67687npm verb request no auth needed
67688npm info attempt registry request try #1 at 11:31:54
67689npm http request GET http://registry.npmjs.org/babel-plugin-remove-debugger
67690npm verb request uri http://registry.npmjs.org/babel-plugin-runtime
67691npm verb request no auth needed
67692npm info attempt registry request try #1 at 11:31:54
67693npm http request GET http://registry.npmjs.org/babel-plugin-runtime
67694npm verb request uri http://registry.npmjs.org/babel-plugin-undeclared-variables-check
67695npm verb request no auth needed
67696npm info attempt registry request try #1 at 11:31:54
67697npm http request GET http://registry.npmjs.org/babel-plugin-undeclared-variables-check
67698npm verb request uri http://registry.npmjs.org/babel-plugin-undefined-to-void
67699npm verb request no auth needed
67700npm info attempt registry request try #1 at 11:31:54
67701npm http request GET http://registry.npmjs.org/babel-plugin-undefined-to-void
67702npm verb request uri http://registry.npmjs.org/babylon
67703npm verb request no auth needed
67704npm info attempt registry request try #1 at 11:31:54
67705npm http request GET http://registry.npmjs.org/babylon
67706npm verb request uri http://registry.npmjs.org/bluebird
67707npm verb request no auth needed
67708npm info attempt registry request try #1 at 11:31:54
67709npm http request GET http://registry.npmjs.org/bluebird
67710npm verb request uri http://registry.npmjs.org/convert-source-map
67711npm verb request no auth needed
67712npm info attempt registry request try #1 at 11:31:54
67713npm http request GET http://registry.npmjs.org/convert-source-map
67714npm verb request uri http://registry.npmjs.org/core-js
67715npm verb request no auth needed
67716npm info attempt registry request try #1 at 11:31:54
67717npm http request GET http://registry.npmjs.org/core-js
67718npm verb request uri http://registry.npmjs.org/detect-indent
67719npm verb request no auth needed
67720npm info attempt registry request try #1 at 11:31:54
67721npm http request GET http://registry.npmjs.org/detect-indent
67722npm verb request uri http://registry.npmjs.org/esutils
67723npm verb request no auth needed
67724npm info attempt registry request try #1 at 11:31:54
67725npm http request GET http://registry.npmjs.org/esutils
67726npm verb request uri http://registry.npmjs.org/fs-readdir-recursive
67727npm verb request no auth needed
67728npm info attempt registry request try #1 at 11:31:54
67729npm http request GET http://registry.npmjs.org/fs-readdir-recursive
67730npm verb request uri http://registry.npmjs.org/globals
67731npm verb request no auth needed
67732npm info attempt registry request try #1 at 11:31:54
67733npm http request GET http://registry.npmjs.org/globals
67734npm verb request uri http://registry.npmjs.org/home-or-tmp
67735npm verb request no auth needed
67736npm info attempt registry request try #1 at 11:31:54
67737npm http request GET http://registry.npmjs.org/home-or-tmp
67738npm verb request uri http://registry.npmjs.org/is-integer
67739npm verb request no auth needed
67740npm info attempt registry request try #1 at 11:31:54
67741npm http request GET http://registry.npmjs.org/is-integer
67742npm verb request uri http://registry.npmjs.org/js-tokens
67743npm verb request no auth needed
67744npm info attempt registry request try #1 at 11:31:54
67745npm http request GET http://registry.npmjs.org/js-tokens
67746npm verb request uri http://registry.npmjs.org/json5
67747npm verb request no auth needed
67748npm info attempt registry request try #1 at 11:31:54
67749npm http request GET http://registry.npmjs.org/json5
67750npm verb request uri http://registry.npmjs.org/line-numbers
67751npm verb request no auth needed
67752npm info attempt registry request try #1 at 11:31:54
67753npm http request GET http://registry.npmjs.org/line-numbers
67754npm verb request uri http://registry.npmjs.org/output-file-sync
67755npm verb request no auth needed
67756npm info attempt registry request try #1 at 11:31:54
67757npm http request GET http://registry.npmjs.org/output-file-sync
67758npm verb request uri http://registry.npmjs.org/path-exists
67759npm verb request no auth needed
67760npm info attempt registry request try #1 at 11:31:54
67761npm http request GET http://registry.npmjs.org/path-exists
67762npm verb request uri http://registry.npmjs.org/private
67763npm verb request no auth needed
67764npm info attempt registry request try #1 at 11:31:54
67765npm http request GET http://registry.npmjs.org/private
67766npm verb request uri http://registry.npmjs.org/regenerator
67767npm verb request no auth needed
67768npm info attempt registry request try #1 at 11:31:54
67769npm http request GET http://registry.npmjs.org/regenerator
67770npm verb request uri http://registry.npmjs.org/regexpu
67771npm verb request no auth needed
67772npm info attempt registry request try #1 at 11:31:54
67773npm http request GET http://registry.npmjs.org/regexpu
67774npm verb request uri http://registry.npmjs.org/repeating
67775npm verb request no auth needed
67776npm info attempt registry request try #1 at 11:31:54
67777npm http request GET http://registry.npmjs.org/repeating
67778npm verb request uri http://registry.npmjs.org/shebang-regex
67779npm verb request no auth needed
67780npm info attempt registry request try #1 at 11:31:54
67781npm http request GET http://registry.npmjs.org/shebang-regex
67782npm verb request uri http://registry.npmjs.org/slash
67783npm verb request no auth needed
67784npm info attempt registry request try #1 at 11:31:54
67785npm http request GET http://registry.npmjs.org/slash
67786npm verb request uri http://registry.npmjs.org/source-map-support
67787npm verb request no auth needed
67788npm info attempt registry request try #1 at 11:31:54
67789npm http request GET http://registry.npmjs.org/source-map-support
67790npm verb request uri http://registry.npmjs.org/to-fast-properties
67791npm verb request no auth needed
67792npm info attempt registry request try #1 at 11:31:54
67793npm http request GET http://registry.npmjs.org/to-fast-properties
67794npm verb request uri http://registry.npmjs.org/trim-right
67795npm verb request no auth needed
67796npm info attempt registry request try #1 at 11:31:54
67797npm http request GET http://registry.npmjs.org/trim-right
67798npm verb request uri http://registry.npmjs.org/try-resolve
67799npm verb request no auth needed
67800npm info attempt registry request try #1 at 11:31:54
67801npm http request GET http://registry.npmjs.org/try-resolve
67802npm verb request uri http://registry.npmjs.org/chalk
67803npm verb request no auth needed
67804npm info attempt registry request try #1 at 11:31:54
67805npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
67806npm http request GET http://registry.npmjs.org/chalk
67807npm verb get http://registry.npmjs.org/minimatch not expired, no request
67808npm verb addNamed "2.0.10" is a plain semver version for minimatch
67809npm http 200 http://registry.npmjs.org/babel-plugin-constant-folding
67810npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67811npm verb headers etag: '"D6U08WQ9QLJ6MXCXF1T34ICWW"',
67812npm verb headers 'content-type': 'application/json',
67813npm verb headers 'cache-control': 'max-age=300',
67814npm verb headers 'content-length': '2543',
67815npm verb headers 'accept-ranges': 'bytes',
67816npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67817npm verb headers via: '1.1 varnish',
67818npm verb headers age: '229',
67819npm verb headers connection: 'keep-alive',
67820npm verb headers 'x-served-by': 'cache-fra1243-FRA',
67821npm verb headers 'x-cache': 'HIT',
67822npm verb headers 'x-cache-hits': '2',
67823npm verb headers 'x-timer': 'S1450870314.826383,VS0,VE0',
67824npm verb headers vary: 'Accept' }
67825npm verb get saving babel-plugin-constant-folding to /root/.npm/registry.npmjs.org/babel-plugin-constant-folding/.cache.json
67826npm http 200 http://registry.npmjs.org/babel-plugin-dead-code-elimination
67827npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67828npm verb headers etag: '"BQJRPXEO9YX5R193XVR8YOE79"',
67829npm verb headers 'content-type': 'application/json',
67830npm verb headers 'cache-control': 'max-age=300',
67831npm verb headers 'content-length': '3566',
67832npm verb headers 'accept-ranges': 'bytes',
67833npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67834npm verb headers via: '1.1 varnish',
67835npm verb headers age: '259',
67836npm verb headers connection: 'keep-alive',
67837npm verb headers 'x-served-by': 'cache-fra1237-FRA',
67838npm verb headers 'x-cache': 'HIT',
67839npm verb headers 'x-cache-hits': '3',
67840npm verb headers 'x-timer': 'S1450870314.826465,VS0,VE0',
67841npm verb headers vary: 'Accept' }
67842npm verb get saving babel-plugin-dead-code-elimination to /root/.npm/registry.npmjs.org/babel-plugin-dead-code-elimination/.cache.json
67843npm http 200 http://registry.npmjs.org/babel-plugin-react-constant-elements
67844npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67845npm verb headers etag: '"E9H2Y3JKTFJ4D6OWTFQGOOVNN"',
67846npm verb headers 'content-type': 'application/json',
67847npm verb headers 'cache-control': 'max-age=300',
67848npm verb headers 'content-length': '5071',
67849npm verb headers 'accept-ranges': 'bytes',
67850npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67851npm verb headers via: '1.1 varnish',
67852npm verb headers age: '259',
67853npm verb headers connection: 'keep-alive',
67854npm verb headers 'x-served-by': 'cache-fra1248-FRA',
67855npm verb headers 'x-cache': 'HIT',
67856npm verb headers 'x-cache-hits': '5',
67857npm verb headers 'x-timer': 'S1450870314.829018,VS0,VE0',
67858npm verb headers vary: 'Accept' }
67859npm verb get saving babel-plugin-react-constant-elements to /root/.npm/registry.npmjs.org/babel-plugin-react-constant-elements/.cache.json
67860npm http 200 http://registry.npmjs.org/babel-plugin-inline-environment-variables
67861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67862npm verb headers etag: '"9VQSDIJVJAL7DMXIK8KLLG7JI"',
67863npm verb headers 'content-type': 'application/json',
67864npm verb headers 'cache-control': 'max-age=300',
67865npm verb headers 'content-length': '2549',
67866npm verb headers 'accept-ranges': 'bytes',
67867npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67868npm verb headers via: '1.1 varnish',
67869npm verb headers age: '215',
67870npm verb headers connection: 'keep-alive',
67871npm verb headers 'x-served-by': 'cache-fra1239-FRA',
67872npm verb headers 'x-cache': 'HIT',
67873npm verb headers 'x-cache-hits': '3',
67874npm verb headers 'x-timer': 'S1450870314.829500,VS0,VE0',
67875npm verb headers vary: 'Accept' }
67876npm verb get saving babel-plugin-inline-environment-variables to /root/.npm/registry.npmjs.org/babel-plugin-inline-environment-variables/.cache.json
67877npm http 200 http://registry.npmjs.org/babel-plugin-property-literals
67878npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67879npm verb headers etag: '"52391DUIV48A0OBS6SKJ9PJB2"',
67880npm verb headers 'content-type': 'application/json',
67881npm verb headers 'cache-control': 'max-age=300',
67882npm verb headers 'content-length': '2437',
67883npm verb headers 'accept-ranges': 'bytes',
67884npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67885npm verb headers via: '1.1 varnish',
67886npm verb headers age: '259',
67887npm verb headers connection: 'keep-alive',
67888npm verb headers 'x-served-by': 'cache-fra1236-FRA',
67889npm verb headers 'x-cache': 'HIT',
67890npm verb headers 'x-cache-hits': '2',
67891npm verb headers 'x-timer': 'S1450870314.829874,VS0,VE0',
67892npm verb headers vary: 'Accept' }
67893npm verb get saving babel-plugin-property-literals to /root/.npm/registry.npmjs.org/babel-plugin-property-literals/.cache.json
67894npm http 200 http://registry.npmjs.org/babel-plugin-proto-to-assign
67895npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67896npm verb headers etag: '"8BW8G1ZQKT7KDGNPZI3EUYBB3"',
67897npm verb headers 'content-type': 'application/json',
67898npm verb headers 'cache-control': 'max-age=300',
67899npm verb headers 'content-length': '6256',
67900npm verb headers 'accept-ranges': 'bytes',
67901npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67902npm verb headers via: '1.1 varnish',
67903npm verb headers age: '245',
67904npm verb headers connection: 'keep-alive',
67905npm verb headers 'x-served-by': 'cache-fra1226-FRA',
67906npm verb headers 'x-cache': 'HIT',
67907npm verb headers 'x-cache-hits': '2',
67908npm verb headers 'x-timer': 'S1450870314.830611,VS0,VE0',
67909npm verb headers vary: 'Accept' }
67910npm verb get saving babel-plugin-proto-to-assign to /root/.npm/registry.npmjs.org/babel-plugin-proto-to-assign/.cache.json
67911npm http 200 http://registry.npmjs.org/babel-plugin-remove-debugger
67912npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67913npm verb headers etag: '"95N569RTSLFYWPWIUTSCS29R7"',
67914npm verb headers 'content-type': 'application/json',
67915npm verb headers 'cache-control': 'max-age=300',
67916npm verb headers 'content-length': '2322',
67917npm verb headers 'accept-ranges': 'bytes',
67918npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67919npm verb headers via: '1.1 varnish',
67920npm verb headers age: '260',
67921npm verb headers connection: 'keep-alive',
67922npm verb headers 'x-served-by': 'cache-fra1221-FRA',
67923npm verb headers 'x-cache': 'HIT',
67924npm verb headers 'x-cache-hits': '2',
67925npm verb headers 'x-timer': 'S1450870314.831306,VS0,VE0',
67926npm verb headers vary: 'Accept' }
67927npm verb get saving babel-plugin-remove-debugger to /root/.npm/registry.npmjs.org/babel-plugin-remove-debugger/.cache.json
67928npm verb get http://registry.npmjs.org/source-map not expired, no request
67929npm verb addNamed "0.5.3" is a plain semver version for source-map
67930npm http 304 http://registry.npmjs.org/chalk
67931npm verb headers { date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67932npm verb headers via: '1.1 varnish',
67933npm verb headers 'cache-control': 'max-age=300',
67934npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
67935npm verb headers age: '68',
67936npm verb headers connection: 'keep-alive',
67937npm verb headers 'x-served-by': 'cache-fra1228-FRA',
67938npm verb headers 'x-cache': 'HIT',
67939npm verb headers 'x-cache-hits': '5',
67940npm verb headers 'x-timer': 'S1450870314.849313,VS0,VE0',
67941npm verb headers vary: 'Accept' }
67942npm verb etag http://registry.npmjs.org/chalk from cache
67943npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
67944npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz not in flight; adding
67945npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz',
67946npm verb addRemoteTarball '82674b85a71b0be76c3e7416d15e9f5252eb3be0' ]
67947npm http 200 http://registry.npmjs.org/try-resolve
67948npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67949npm verb headers etag: '"5BB3CEL65O3A216DZOYCKKRGS"',
67950npm verb headers 'content-type': 'application/json',
67951npm verb headers 'cache-control': 'max-age=300',
67952npm verb headers 'content-length': '3111',
67953npm verb headers 'accept-ranges': 'bytes',
67954npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67955npm verb headers via: '1.1 varnish',
67956npm verb headers age: '197',
67957npm verb headers connection: 'keep-alive',
67958npm verb headers 'x-served-by': 'cache-fra1240-FRA',
67959npm verb headers 'x-cache': 'HIT',
67960npm verb headers 'x-cache-hits': '4',
67961npm verb headers 'x-timer': 'S1450870314.834080,VS0,VE0',
67962npm verb headers vary: 'Accept' }
67963npm verb get saving try-resolve to /root/.npm/registry.npmjs.org/try-resolve/.cache.json
67964npm http 200 http://registry.npmjs.org/home-or-tmp
67965npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67966npm verb headers etag: '"NM58CWNXYE24MX5VRVQ5KKWR"',
67967npm verb headers 'content-type': 'application/json',
67968npm verb headers 'cache-control': 'max-age=300',
67969npm verb headers 'content-length': '4087',
67970npm verb headers 'accept-ranges': 'bytes',
67971npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67972npm verb headers via: '1.1 varnish',
67973npm verb headers age: '288',
67974npm verb headers connection: 'keep-alive',
67975npm verb headers 'x-served-by': 'cache-fra1232-FRA',
67976npm verb headers 'x-cache': 'HIT',
67977npm verb headers 'x-cache-hits': '4',
67978npm verb headers 'x-timer': 'S1450870314.832160,VS0,VE0',
67979npm verb headers vary: 'Accept' }
67980npm verb get saving home-or-tmp to /root/.npm/registry.npmjs.org/home-or-tmp/.cache.json
67981npm http 200 http://registry.npmjs.org/is-integer
67982npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
67983npm verb headers etag: '"6OQLLC30L9Z08OPF5M0Y95F2A"',
67984npm verb headers 'content-type': 'application/json',
67985npm verb headers 'cache-control': 'max-age=300',
67986npm verb headers 'content-length': '8123',
67987npm verb headers 'accept-ranges': 'bytes',
67988npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
67989npm verb headers via: '1.1 varnish',
67990npm verb headers age: '31',
67991npm verb headers connection: 'keep-alive',
67992npm verb headers 'x-served-by': 'cache-fra1225-FRA',
67993npm verb headers 'x-cache': 'HIT',
67994npm verb headers 'x-cache-hits': '1',
67995npm verb headers 'x-timer': 'S1450870314.831977,VS0,VE0',
67996npm verb headers vary: 'Accept' }
67997npm verb get saving is-integer to /root/.npm/registry.npmjs.org/is-integer/.cache.json
67998npm http 200 http://registry.npmjs.org/line-numbers
67999npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68000npm verb headers etag: '"1MSV70PLCAKEEJRBQYEL2473M"',
68001npm verb headers 'content-type': 'application/json',
68002npm verb headers 'cache-control': 'max-age=60',
68003npm verb headers 'content-length': '4634',
68004npm verb headers 'accept-ranges': 'bytes',
68005npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68006npm verb headers via: '1.1 varnish',
68007npm verb headers age: '13',
68008npm verb headers connection: 'keep-alive',
68009npm verb headers 'x-served-by': 'cache-fra1235-FRA',
68010npm verb headers 'x-cache': 'HIT',
68011npm verb headers 'x-cache-hits': '1',
68012npm verb headers 'x-timer': 'S1450870314.832315,VS0,VE0',
68013npm verb headers vary: 'Accept' }
68014npm verb get saving line-numbers to /root/.npm/registry.npmjs.org/line-numbers/.cache.json
68015npm http 200 http://registry.npmjs.org/private
68016npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68017npm verb headers etag: '"CYCL3LS37GT66Q0X11ELDMVPR"',
68018npm verb headers 'content-type': 'application/json',
68019npm verb headers 'cache-control': 'max-age=300',
68020npm verb headers 'content-length': '20016',
68021npm verb headers 'accept-ranges': 'bytes',
68022npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68023npm verb headers via: '1.1 varnish',
68024npm verb headers age: '91',
68025npm verb headers connection: 'keep-alive',
68026npm verb headers 'x-served-by': 'cache-fra1222-FRA',
68027npm verb headers 'x-cache': 'HIT',
68028npm verb headers 'x-cache-hits': '3',
68029npm verb headers 'x-timer': 'S1450870314.833152,VS0,VE0',
68030npm verb headers vary: 'Accept' }
68031npm verb get saving private to /root/.npm/registry.npmjs.org/private/.cache.json
68032npm info retry fetch attempt 1 at 11:31:54
68033npm info attempt registry request try #1 at 11:31:54
68034npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz
68035npm http 200 http://registry.npmjs.org/shebang-regex
68036npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68037npm verb headers etag: '"4RSJWNTTHA5S6MPVECWNVDSD"',
68038npm verb headers 'content-type': 'application/json',
68039npm verb headers 'cache-control': 'max-age=60',
68040npm verb headers 'content-length': '3696',
68041npm verb headers 'accept-ranges': 'bytes',
68042npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68043npm verb headers via: '1.1 varnish',
68044npm verb headers age: '6',
68045npm verb headers connection: 'keep-alive',
68046npm verb headers 'x-served-by': 'cache-fra1247-FRA',
68047npm verb headers 'x-cache': 'HIT',
68048npm verb headers 'x-cache-hits': '1',
68049npm verb headers 'x-timer': 'S1450870314.833676,VS0,VE0',
68050npm verb headers vary: 'Accept' }
68051npm verb get saving shebang-regex to /root/.npm/registry.npmjs.org/shebang-regex/.cache.json
68052npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
68053npm http 200 http://registry.npmjs.org/slash
68054npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68055npm verb headers etag: '"E9DS3F0DT71TZLMPZ7F8BUXZL"',
68056npm verb headers 'content-type': 'application/json',
68057npm verb headers 'cache-control': 'max-age=300',
68058npm verb headers 'content-length': '5795',
68059npm verb headers 'accept-ranges': 'bytes',
68060npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68061npm verb headers via: '1.1 varnish',
68062npm verb headers age: '228',
68063npm verb headers connection: 'keep-alive',
68064npm verb headers 'x-served-by': 'cache-fra1238-FRA',
68065npm verb headers 'x-cache': 'HIT',
68066npm verb headers 'x-cache-hits': '5',
68067npm verb headers 'x-timer': 'S1450870314.833824,VS0,VE0',
68068npm verb headers vary: 'Accept' }
68069npm verb get saving slash to /root/.npm/registry.npmjs.org/slash/.cache.json
68070npm http 200 http://registry.npmjs.org/babel-plugin-member-expression-literals
68071npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68072npm verb headers etag: '"CROPUR0UI4VU7HGK9AIG2KQ4V"',
68073npm verb headers 'content-type': 'application/json',
68074npm verb headers 'cache-control': 'max-age=60',
68075npm verb headers 'content-length': '2638',
68076npm verb headers 'accept-ranges': 'bytes',
68077npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68078npm verb headers via: '1.1 varnish',
68079npm verb headers age: '0',
68080npm verb headers connection: 'keep-alive',
68081npm verb headers 'x-served-by': 'cache-fra1221-FRA',
68082npm verb headers 'x-cache': 'HIT',
68083npm verb headers 'x-cache-hits': '1',
68084npm verb headers 'x-timer': 'S1450870314.829739,VS0,VE99',
68085npm verb headers vary: 'Accept' }
68086npm verb get saving babel-plugin-member-expression-literals to /root/.npm/registry.npmjs.org/babel-plugin-member-expression-literals/.cache.json
68087npm http 200 http://registry.npmjs.org/babel-plugin-react-display-name
68088npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68089npm verb headers etag: '"C0ZCA0T3EJ5H6V9C7INA4QJ7H"',
68090npm verb headers 'content-type': 'application/json',
68091npm verb headers 'cache-control': 'max-age=60',
68092npm verb headers 'content-length': '5918',
68093npm verb headers 'accept-ranges': 'bytes',
68094npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68095npm verb headers via: '1.1 varnish',
68096npm verb headers age: '0',
68097npm verb headers connection: 'keep-alive',
68098npm verb headers 'x-served-by': 'cache-fra1222-FRA',
68099npm verb headers 'x-cache': 'HIT',
68100npm verb headers 'x-cache-hits': '1',
68101npm verb headers 'x-timer': 'S1450870314.830973,VS0,VE100',
68102npm verb headers vary: 'Accept' }
68103npm verb get saving babel-plugin-react-display-name to /root/.npm/registry.npmjs.org/babel-plugin-react-display-name/.cache.json
68104npm http 200 http://registry.npmjs.org/repeating
68105npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68106npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
68107npm verb headers 'content-type': 'application/json',
68108npm verb headers 'cache-control': 'max-age=60',
68109npm verb headers 'content-length': '10480',
68110npm verb headers 'accept-ranges': 'bytes',
68111npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68112npm verb headers via: '1.1 varnish',
68113npm verb headers age: '43',
68114npm verb headers connection: 'keep-alive',
68115npm verb headers 'x-served-by': 'cache-fra1239-FRA',
68116npm verb headers 'x-cache': 'HIT',
68117npm verb headers 'x-cache-hits': '4',
68118npm verb headers 'x-timer': 'S1450870314.833745,VS0,VE0',
68119npm verb headers vary: 'Accept' }
68120npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
68121npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz
68122npm verb addNamed "1.1.1" is a plain semver version for chalk
68123npm verb cache add spec babel-plugin-constant-folding@^1.0.1
68124npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-constant-folding
68125npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-constant-folding not in flight; fetching
68126npm verb cache add spec babel-plugin-dead-code-elimination@^1.0.2
68127npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for babel-plugin-dead-code-elimination
68128npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-dead-code-elimination not in flight; fetching
68129npm verb cache add spec babel-plugin-react-constant-elements@^1.0.3
68130npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-react-constant-elements
68131npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-react-constant-elements not in flight; fetching
68132npm verb cache add spec babel-plugin-proto-to-assign@^1.0.3
68133npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-proto-to-assign
68134npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-proto-to-assign not in flight; fetching
68135npm verb cache add spec babel-plugin-inline-environment-variables@^1.0.1
68136npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-inline-environment-variables
68137npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-inline-environment-variables not in flight; fetching
68138npm verb cache add spec babel-plugin-property-literals@^1.0.1
68139npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-property-literals
68140npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-property-literals not in flight; fetching
68141npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
68142npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
68143npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz',
68144npm verb addRemoteTarball '509afb67066e7499f7eb3535c77445772ae2d019' ]
68145npm http 200 http://registry.npmjs.org/source-map-support
68146npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68147npm verb headers etag: '"1D6XX337J2ZCBVHOE9T23LCEK"',
68148npm verb headers 'content-type': 'application/json',
68149npm verb headers 'cache-control': 'max-age=300',
68150npm verb headers 'content-length': '31327',
68151npm verb headers 'accept-ranges': 'bytes',
68152npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68153npm verb headers via: '1.1 varnish',
68154npm verb headers age: '234',
68155npm verb headers connection: 'keep-alive',
68156npm verb headers 'x-served-by': 'cache-fra1246-FRA',
68157npm verb headers 'x-cache': 'HIT',
68158npm verb headers 'x-cache-hits': '3',
68159npm verb headers 'x-timer': 'S1450870314.833810,VS0,VE0',
68160npm verb headers vary: 'Accept' }
68161npm verb get saving source-map-support to /root/.npm/registry.npmjs.org/source-map-support/.cache.json
68162npm verb cache add spec babel-plugin-remove-debugger@^1.0.1
68163npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-remove-debugger
68164npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-remove-debugger not in flight; fetching
68165npm http 200 http://registry.npmjs.org/globals
68166npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68167npm verb headers etag: '"BYNVH9UDNO0MURG5RPOERDCK5"',
68168npm verb headers 'content-type': 'application/json',
68169npm verb headers 'cache-control': 'max-age=300',
68170npm verb headers 'content-length': '43504',
68171npm verb headers 'accept-ranges': 'bytes',
68172npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68173npm verb headers via: '1.1 varnish',
68174npm verb headers age: '59',
68175npm verb headers connection: 'keep-alive',
68176npm verb headers 'x-served-by': 'cache-fra1224-FRA',
68177npm verb headers 'x-cache': 'HIT',
68178npm verb headers 'x-cache-hits': '2',
68179npm verb headers 'x-timer': 'S1450870314.831906,VS0,VE0',
68180npm verb headers vary: 'Accept' }
68181npm verb get saving globals to /root/.npm/registry.npmjs.org/globals/.cache.json
68182npm http 200 http://registry.npmjs.org/regexpu
68183npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68184npm verb headers etag: '"EJ6VMNNN5XAOOS2ZBRKS3IK7X"',
68185npm verb headers 'content-type': 'application/json',
68186npm verb headers 'cache-control': 'max-age=300',
68187npm verb headers 'content-length': '37327',
68188npm verb headers 'accept-ranges': 'bytes',
68189npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68190npm verb headers via: '1.1 varnish',
68191npm verb headers age: '260',
68192npm verb headers connection: 'keep-alive',
68193npm verb headers 'x-served-by': 'cache-fra1243-FRA',
68194npm verb headers 'x-cache': 'HIT',
68195npm verb headers 'x-cache-hits': '6',
68196npm verb headers 'x-timer': 'S1450870314.833436,VS0,VE0',
68197npm verb headers vary: 'Accept' }
68198npm verb get saving regexpu to /root/.npm/registry.npmjs.org/regexpu/.cache.json
68199npm verb cache add spec try-resolve@^1.0.0
68200npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for try-resolve
68201npm verb addNameRange registry:http://registry.npmjs.org/try-resolve not in flight; fetching
68202npm info retry fetch attempt 1 at 11:31:55
68203npm info attempt registry request try #1 at 11:31:55
68204npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
68205npm verb cache add spec home-or-tmp@^1.0.0
68206npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for home-or-tmp
68207npm verb addNameRange registry:http://registry.npmjs.org/home-or-tmp not in flight; fetching
68208npm verb cache add spec line-numbers@0.2.0
68209npm verb addNamed "0.2.0" is a plain semver version for line-numbers
68210npm verb addNameVersion registry:http://registry.npmjs.org/line-numbers not in flight; fetching
68211npm verb cache add spec is-integer@^1.0.4
68212npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for is-integer
68213npm verb addNameRange registry:http://registry.npmjs.org/is-integer not in flight; fetching
68214npm verb cache add spec private@^0.1.6
68215npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for private
68216npm verb addNameRange registry:http://registry.npmjs.org/private not in flight; fetching
68217npm verb cache add spec shebang-regex@^1.0.0
68218npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for shebang-regex
68219npm verb addNameRange registry:http://registry.npmjs.org/shebang-regex not in flight; fetching
68220npm http 200 http://registry.npmjs.org/fs-readdir-recursive
68221npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68222npm verb headers etag: '"2TIEWQ2E6XQ27C9LX82F6D8UQ"',
68223npm verb headers 'content-type': 'application/json',
68224npm verb headers 'cache-control': 'max-age=60',
68225npm verb headers 'content-length': '11406',
68226npm verb headers 'accept-ranges': 'bytes',
68227npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68228npm verb headers via: '1.1 varnish',
68229npm verb headers age: '0',
68230npm verb headers connection: 'keep-alive',
68231npm verb headers 'x-served-by': 'cache-fra1241-FRA',
68232npm verb headers 'x-cache': 'HIT',
68233npm verb headers 'x-cache-hits': '1',
68234npm verb headers 'x-timer': 'S1450870314.831945,VS0,VE100',
68235npm verb headers vary: 'Accept' }
68236npm verb get saving fs-readdir-recursive to /root/.npm/registry.npmjs.org/fs-readdir-recursive/.cache.json
68237npm http 200 http://registry.npmjs.org/babylon
68238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68239npm verb headers etag: '"E151FIV4M6Y0YFMN0RNP90IM3"',
68240npm verb headers 'content-type': 'application/json',
68241npm verb headers 'cache-control': 'max-age=300',
68242npm verb headers 'content-length': '69346',
68243npm verb headers 'accept-ranges': 'bytes',
68244npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68245npm verb headers via: '1.1 varnish',
68246npm verb headers age: '14',
68247npm verb headers connection: 'keep-alive',
68248npm verb headers 'x-served-by': 'cache-fra1222-FRA',
68249npm verb headers 'x-cache': 'HIT',
68250npm verb headers 'x-cache-hits': '1',
68251npm verb headers 'x-timer': 'S1450870314.831193,VS0,VE0',
68252npm verb headers vary: 'Accept' }
68253npm verb get saving babylon to /root/.npm/registry.npmjs.org/babylon/.cache.json
68254npm verb get http://registry.npmjs.org/babel-plugin-constant-folding not expired, no request
68255npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-constant-folding
68256npm verb get http://registry.npmjs.org/babel-plugin-dead-code-elimination not expired, no request
68257npm verb addNamed "1.0.2" is a plain semver version for babel-plugin-dead-code-elimination
68258npm verb get http://registry.npmjs.org/babel-plugin-react-constant-elements not expired, no request
68259npm verb addNamed "1.0.3" is a plain semver version for babel-plugin-react-constant-elements
68260npm verb get http://registry.npmjs.org/babel-plugin-proto-to-assign not expired, no request
68261npm verb addNamed "1.0.4" is a plain semver version for babel-plugin-proto-to-assign
68262npm verb get http://registry.npmjs.org/babel-plugin-inline-environment-variables not expired, no request
68263npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-inline-environment-variables
68264npm verb get http://registry.npmjs.org/babel-plugin-property-literals not expired, no request
68265npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-property-literals
68266npm verb cache add spec slash@^1.0.0
68267npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for slash
68268npm verb addNameRange registry:http://registry.npmjs.org/slash not in flight; fetching
68269npm verb cache add spec babel-plugin-member-expression-literals@^1.0.1
68270npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-member-expression-literals
68271npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-member-expression-literals not in flight; fetching
68272npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
68273npm http 200 http://registry.npmjs.org/json5
68274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68275npm verb headers etag: '"ASN70NOI1S08Z9FGL0U8OIO0B"',
68276npm verb headers 'content-type': 'application/json',
68277npm verb headers 'cache-control': 'max-age=60',
68278npm verb headers 'content-length': '13943',
68279npm verb headers 'accept-ranges': 'bytes',
68280npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68281npm verb headers via: '1.1 varnish',
68282npm verb headers age: '14',
68283npm verb headers connection: 'keep-alive',
68284npm verb headers 'x-served-by': 'cache-fra1244-FRA',
68285npm verb headers 'x-cache': 'HIT',
68286npm verb headers 'x-cache-hits': '2',
68287npm verb headers 'x-timer': 'S1450870314.831973,VS0,VE0',
68288npm verb headers vary: 'Accept' }
68289npm verb get saving json5 to /root/.npm/registry.npmjs.org/json5/.cache.json
68290npm http 200 http://registry.npmjs.org/path-exists
68291npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68292npm verb headers etag: '"B6A16QA42GOTP8I2G30OR84F9"',
68293npm verb headers 'content-type': 'application/json',
68294npm verb headers 'cache-control': 'max-age=60',
68295npm verb headers 'content-length': '5579',
68296npm verb headers 'accept-ranges': 'bytes',
68297npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68298npm verb headers via: '1.1 varnish',
68299npm verb headers age: '60',
68300npm verb headers connection: 'keep-alive',
68301npm verb headers 'x-served-by': 'cache-fra1228-FRA',
68302npm verb headers 'x-cache': 'HIT',
68303npm verb headers 'x-cache-hits': '2',
68304npm verb headers 'x-timer': 'S1450870314.833513,VS0,VE0',
68305npm verb headers vary: 'Accept' }
68306npm verb get saving path-exists to /root/.npm/registry.npmjs.org/path-exists/.cache.json
68307npm verb get http://registry.npmjs.org/babel-plugin-remove-debugger not expired, no request
68308npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-remove-debugger
68309npm verb cache add spec babel-plugin-react-display-name@^1.0.3
68310npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for babel-plugin-react-display-name
68311npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-react-display-name not in flight; fetching
68312npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz not in flight; adding
68313npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz',
68314npm verb addRemoteTarball '8361d364c98e449c3692bdba51eff0844290aa8e' ]
68315npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz not in flight; adding
68316npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz',
68317npm verb addRemoteTarball '5f7c451274dcd7cccdbfbb3e0b85dd28121f0f65' ]
68318npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz not in flight; adding
68319npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz',
68320npm verb addRemoteTarball '946736e8378429cbc349dcff62f51c143b34e35a' ]
68321npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz not in flight; adding
68322npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz',
68323npm verb addRemoteTarball 'c49e7afd02f577bc4da05ea2df002250cf7cd123' ]
68324npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz not in flight; adding
68325npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz',
68326npm verb addRemoteTarball '1f58ce91207ad6a826a8bf645fafe68ff5fe3ffe' ]
68327npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz not in flight; adding
68328npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz',
68329npm verb addRemoteTarball '0252301900192980b1c118efea48ce93aab83336' ]
68330npm verb cache add spec repeating@^1.1.2
68331npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for repeating
68332npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
68333npm http 200 http://registry.npmjs.org/babel-plugin-undeclared-variables-check
68334npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68335npm verb headers etag: '"V4JSS7ELU1OXDRD4396QGVQQ"',
68336npm verb headers 'content-type': 'application/json',
68337npm verb headers 'cache-control': 'max-age=300',
68338npm verb headers 'content-length': '11631',
68339npm verb headers 'accept-ranges': 'bytes',
68340npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68341npm verb headers via: '1.1 varnish',
68342npm verb headers age: '245',
68343npm verb headers connection: 'keep-alive',
68344npm verb headers 'x-served-by': 'cache-fra1248-FRA',
68345npm verb headers 'x-cache': 'HIT',
68346npm verb headers 'x-cache-hits': '4',
68347npm verb headers 'x-timer': 'S1450870314.831413,VS0,VE0',
68348npm verb headers vary: 'Accept' }
68349npm verb get saving babel-plugin-undeclared-variables-check to /root/.npm/registry.npmjs.org/babel-plugin-undeclared-variables-check/.cache.json
68350npm http 200 http://registry.npmjs.org/babel-plugin-runtime
68351npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68352npm verb headers etag: '"9WLUDTSWLKRP6ZJHTD135MF6F"',
68353npm verb headers 'content-type': 'application/json',
68354npm verb headers 'cache-control': 'max-age=300',
68355npm verb headers 'content-length': '9365',
68356npm verb headers 'accept-ranges': 'bytes',
68357npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68358npm verb headers via: '1.1 varnish',
68359npm verb headers age: '259',
68360npm verb headers connection: 'keep-alive',
68361npm verb headers 'x-served-by': 'cache-fra1245-FRA',
68362npm verb headers 'x-cache': 'HIT',
68363npm verb headers 'x-cache-hits': '3',
68364npm verb headers 'x-timer': 'S1450870314.831425,VS0,VE0',
68365npm verb headers vary: 'Accept' }
68366npm verb get saving babel-plugin-runtime to /root/.npm/registry.npmjs.org/babel-plugin-runtime/.cache.json
68367npm http 200 http://registry.npmjs.org/to-fast-properties
68368npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68369npm verb headers etag: '"6J8XPNZL52VKJVT5TNPRQ7CRU"',
68370npm verb headers 'content-type': 'application/json',
68371npm verb headers 'cache-control': 'max-age=60',
68372npm verb headers 'content-length': '4065',
68373npm verb headers 'accept-ranges': 'bytes',
68374npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68375npm verb headers via: '1.1 varnish',
68376npm verb headers age: '31',
68377npm verb headers connection: 'keep-alive',
68378npm verb headers 'x-served-by': 'cache-fra1222-FRA',
68379npm verb headers 'x-cache': 'HIT',
68380npm verb headers 'x-cache-hits': '1',
68381npm verb headers 'x-timer': 'S1450870314.833868,VS0,VE0',
68382npm verb headers vary: 'Accept' }
68383npm verb get saving to-fast-properties to /root/.npm/registry.npmjs.org/to-fast-properties/.cache.json
68384npm http 200 http://registry.npmjs.org/trim-right
68385npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68386npm verb headers etag: '"3E48HG33ECI4WTDZXZNJ3R1AK"',
68387npm verb headers 'content-type': 'application/json',
68388npm verb headers 'cache-control': 'max-age=300',
68389npm verb headers 'content-length': '3909',
68390npm verb headers 'accept-ranges': 'bytes',
68391npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68392npm verb headers via: '1.1 varnish',
68393npm verb headers age: '31',
68394npm verb headers connection: 'keep-alive',
68395npm verb headers 'x-served-by': 'cache-fra1226-FRA',
68396npm verb headers 'x-cache': 'HIT',
68397npm verb headers 'x-cache-hits': '1',
68398npm verb headers 'x-timer': 'S1450870314.834007,VS0,VE0',
68399npm verb headers vary: 'Accept' }
68400npm verb get saving trim-right to /root/.npm/registry.npmjs.org/trim-right/.cache.json
68401npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz not in flight; adding
68402npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz',
68403npm verb addRemoteTarball 'fd2ea3cd61a428ad1f3b9c89882ff4293e8c14c7' ]
68404npm verb get http://registry.npmjs.org/try-resolve not expired, no request
68405npm verb addNamed "1.0.1" is a plain semver version for try-resolve
68406npm http 200 http://registry.npmjs.org/js-tokens
68407npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68408npm verb headers etag: '"F4N7TBLBJ8Z40VG7DPO546R7U"',
68409npm verb headers 'content-type': 'application/json',
68410npm verb headers 'cache-control': 'max-age=300',
68411npm verb headers 'content-length': '16474',
68412npm verb headers 'accept-ranges': 'bytes',
68413npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68414npm verb headers via: '1.1 varnish',
68415npm verb headers age: '143',
68416npm verb headers connection: 'keep-alive',
68417npm verb headers 'x-served-by': 'cache-fra1229-FRA',
68418npm verb headers 'x-cache': 'HIT',
68419npm verb headers 'x-cache-hits': '4',
68420npm verb headers 'x-timer': 'S1450870314.832210,VS0,VE0',
68421npm verb headers vary: 'Accept' }
68422npm verb get saving js-tokens to /root/.npm/registry.npmjs.org/js-tokens/.cache.json
68423npm http 200 http://registry.npmjs.org/output-file-sync
68424npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68425npm verb headers etag: '"3JMCY4X9L20DSOYEG20U2QSIG"',
68426npm verb headers 'content-type': 'application/json',
68427npm verb headers 'cache-control': 'max-age=60',
68428npm verb headers 'content-length': '9757',
68429npm verb headers 'accept-ranges': 'bytes',
68430npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68431npm verb headers via: '1.1 varnish',
68432npm verb headers age: '5',
68433npm verb headers connection: 'keep-alive',
68434npm verb headers 'x-served-by': 'cache-fra1231-FRA',
68435npm verb headers 'x-cache': 'HIT',
68436npm verb headers 'x-cache-hits': '1',
68437npm verb headers 'x-timer': 'S1450870314.832934,VS0,VE0',
68438npm verb headers vary: 'Accept' }
68439npm verb get saving output-file-sync to /root/.npm/registry.npmjs.org/output-file-sync/.cache.json
68440npm http 200 http://registry.npmjs.org/detect-indent
68441npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68442npm verb headers etag: '"DNMVUWE871W9UFSFGHK453YAR"',
68443npm verb headers 'content-type': 'application/json',
68444npm verb headers 'cache-control': 'max-age=60',
68445npm verb headers 'content-length': '18428',
68446npm verb headers 'accept-ranges': 'bytes',
68447npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68448npm verb headers via: '1.1 varnish',
68449npm verb headers age: '0',
68450npm verb headers connection: 'keep-alive',
68451npm verb headers 'x-served-by': 'cache-fra1227-FRA',
68452npm verb headers 'x-cache': 'HIT',
68453npm verb headers 'x-cache-hits': '1',
68454npm verb headers 'x-timer': 'S1450870314.831662,VS0,VE0',
68455npm verb headers vary: 'Accept' }
68456npm verb get saving detect-indent to /root/.npm/registry.npmjs.org/detect-indent/.cache.json
68457npm verb get http://registry.npmjs.org/home-or-tmp not expired, no request
68458npm verb addNamed "1.0.0" is a plain semver version for home-or-tmp
68459npm verb get http://registry.npmjs.org/line-numbers not expired, no request
68460npm verb get http://registry.npmjs.org/is-integer not expired, no request
68461npm verb addNamed "1.0.6" is a plain semver version for is-integer
68462npm verb addRemoteTarball http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz not in flight; adding
68463npm verb addRemoteTarball [ 'http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz',
68464npm verb addRemoteTarball 'cfde6fabd72d63e5797cfaab873abbe8e700e912' ]
68465npm info retry fetch attempt 1 at 11:31:55
68466npm info attempt registry request try #1 at 11:31:55
68467npm http fetch GET http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz
68468npm verb get http://registry.npmjs.org/private not expired, no request
68469npm verb addNamed "0.1.6" is a plain semver version for private
68470npm info retry fetch attempt 1 at 11:31:55
68471npm info attempt registry request try #1 at 11:31:55
68472npm http fetch GET http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz
68473npm info retry fetch attempt 1 at 11:31:55
68474npm info attempt registry request try #1 at 11:31:55
68475npm http fetch GET http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz
68476npm info retry fetch attempt 1 at 11:31:55
68477npm info attempt registry request try #1 at 11:31:55
68478npm http fetch GET http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz
68479npm info retry fetch attempt 1 at 11:31:55
68480npm info attempt registry request try #1 at 11:31:55
68481npm http fetch GET http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz
68482npm verb addRemoteTarball http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz not in flight; adding
68483npm verb addRemoteTarball [ 'http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz',
68484npm verb addRemoteTarball '4b9f1e40800c3e50c6c27f781676afcce71f3985' ]
68485npm verb addRemoteTarball http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz not in flight; adding
68486npm verb addRemoteTarball [ 'http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz',
68487npm verb addRemoteTarball '6bc028149440e570d495ab509692aa08bd779c6e' ]
68488npm verb addRemoteTarball http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz not in flight; adding
68489npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz',
68490npm verb addRemoteTarball '5273819fada880d123e1ac00a938e7172dd8d95e' ]
68491npm info retry fetch attempt 1 at 11:31:55
68492npm info attempt registry request try #1 at 11:31:55
68493npm http fetch GET http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz
68494npm verb get http://registry.npmjs.org/shebang-regex not expired, no request
68495npm verb addNamed "1.0.0" is a plain semver version for shebang-regex
68496npm http 200 http://registry.npmjs.org/esutils
68497npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68498npm verb headers etag: '"7VMH27EN8T99V4NDNMXTFFUJD"',
68499npm verb headers 'content-type': 'application/json',
68500npm verb headers 'cache-control': 'max-age=60',
68501npm verb headers 'content-length': '23110',
68502npm verb headers 'accept-ranges': 'bytes',
68503npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68504npm verb headers via: '1.1 varnish',
68505npm verb headers age: '22',
68506npm verb headers connection: 'keep-alive',
68507npm verb headers 'x-served-by': 'cache-fra1248-FRA',
68508npm verb headers 'x-cache': 'HIT',
68509npm verb headers 'x-cache-hits': '1',
68510npm verb headers 'x-timer': 'S1450870314.831869,VS0,VE0',
68511npm verb headers vary: 'Accept' }
68512npm verb get saving esutils to /root/.npm/registry.npmjs.org/esutils/.cache.json
68513npm info retry fetch attempt 1 at 11:31:55
68514npm info attempt registry request try #1 at 11:31:55
68515npm http fetch GET http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz
68516npm verb addRemoteTarball http://registry.npmjs.org/private/-/private-0.1.6.tgz not in flight; adding
68517npm verb addRemoteTarball [ 'http://registry.npmjs.org/private/-/private-0.1.6.tgz',
68518npm verb addRemoteTarball '55c6a976d0f9bafb9924851350fe47b9b5fbb7c1' ]
68519npm verb addRemoteTarball http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz not in flight; adding
68520npm verb addRemoteTarball [ 'http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz',
68521npm verb addRemoteTarball 'da42f49740c0b42db2ca9728571cb190c98efea3' ]
68522npm verb get http://registry.npmjs.org/slash not expired, no request
68523npm verb addNamed "1.0.0" is a plain semver version for slash
68524npm verb get http://registry.npmjs.org/babel-plugin-member-expression-literals not expired, no request
68525npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-member-expression-literals
68526npm http 200 http://registry.npmjs.org/bluebird
68527npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68528npm verb headers etag: '"8MR0092RLNQ7310LZ78BEOREY"',
68529npm verb headers 'content-type': 'application/json',
68530npm verb headers 'cache-control': 'max-age=300',
68531npm verb headers 'content-length': '336194',
68532npm verb headers 'accept-ranges': 'bytes',
68533npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68534npm verb headers via: '1.1 varnish',
68535npm verb headers age: '149',
68536npm verb headers connection: 'keep-alive',
68537npm verb headers 'x-served-by': 'cache-fra1231-FRA',
68538npm verb headers 'x-cache': 'HIT',
68539npm verb headers 'x-cache-hits': '4',
68540npm verb headers 'x-timer': 'S1450870314.831480,VS0,VE0',
68541npm verb headers vary: 'Accept' }
68542npm verb get saving bluebird to /root/.npm/registry.npmjs.org/bluebird/.cache.json
68543npm verb get http://registry.npmjs.org/babel-plugin-react-display-name not expired, no request
68544npm verb addNamed "1.0.3" is a plain semver version for babel-plugin-react-display-name
68545npm verb cache add spec source-map-support@^0.2.10
68546npm verb addNamed ">=0.2.10 <0.3.0" is a valid semver range for source-map-support
68547npm verb addNameRange registry:http://registry.npmjs.org/source-map-support not in flight; fetching
68548npm info retry fetch attempt 1 at 11:31:55
68549npm info attempt registry request try #1 at 11:31:55
68550npm http fetch GET http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz
68551npm verb get http://registry.npmjs.org/repeating not expired, no request
68552npm verb addNamed "1.1.3" is a plain semver version for repeating
68553npm verb addRemoteTarball http://registry.npmjs.org/slash/-/slash-1.0.0.tgz not in flight; adding
68554npm verb addRemoteTarball [ 'http://registry.npmjs.org/slash/-/slash-1.0.0.tgz',
68555npm verb addRemoteTarball 'c41f2f6c39fc16d1cd17ad4b5d896114ae470d55' ]
68556npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz not in flight; adding
68557npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz',
68558npm verb addRemoteTarball 'cc5edb0faa8dc927170e74d6d1c02440021624d3' ]
68559npm verb cache add spec globals@^6.4.0
68560npm verb addNamed ">=6.4.0 <7.0.0" is a valid semver range for globals
68561npm verb addNameRange registry:http://registry.npmjs.org/globals not in flight; fetching
68562npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/chalk/-/chalk-1.1.1.tgz not in flight; adding
68563npm verb addTmpTarball already have metadata; skipping unpack for chalk@1.1.1
68564npm http 200 http://registry.npmjs.org/babel-plugin-remove-console
68565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68566npm verb headers etag: '"8BEXCLQP3YK5IIX96ZY47WBEL"',
68567npm verb headers 'content-type': 'application/json',
68568npm verb headers 'cache-control': 'max-age=300',
68569npm verb headers 'content-length': '2320',
68570npm verb headers 'accept-ranges': 'bytes',
68571npm verb headers date: 'Wed, 23 Dec 2015 11:31:55 GMT',
68572npm verb headers via: '1.1 varnish',
68573npm verb headers age: '0',
68574npm verb headers connection: 'keep-alive',
68575npm verb headers 'x-served-by': 'cache-fra1226-FRA',
68576npm verb headers 'x-cache': 'HIT',
68577npm verb headers 'x-cache-hits': '1',
68578npm verb headers 'x-timer': 'S1450870314.831122,VS0,VE399',
68579npm verb headers vary: 'Accept' }
68580npm verb get saving babel-plugin-remove-console to /root/.npm/registry.npmjs.org/babel-plugin-remove-console/.cache.json
68581npm http 200 http://registry.npmjs.org/babel-plugin-eval
68582npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68583npm verb headers etag: '"5XWCF98OGP01LPV22C1C92T64"',
68584npm verb headers 'content-type': 'application/json',
68585npm verb headers 'cache-control': 'max-age=60',
68586npm verb headers 'content-length': '2174',
68587npm verb headers 'accept-ranges': 'bytes',
68588npm verb headers date: 'Wed, 23 Dec 2015 11:31:55 GMT',
68589npm verb headers via: '1.1 varnish',
68590npm verb headers age: '0',
68591npm verb headers connection: 'keep-alive',
68592npm verb headers 'x-served-by': 'cache-fra1222-FRA',
68593npm verb headers 'x-cache': 'HIT',
68594npm verb headers 'x-cache-hits': '1',
68595npm verb headers 'x-timer': 'S1450870314.827026,VS0,VE404',
68596npm verb headers vary: 'Accept' }
68597npm verb get saving babel-plugin-eval to /root/.npm/registry.npmjs.org/babel-plugin-eval/.cache.json
68598npm http 200 http://registry.npmjs.org/babel-plugin-jscript
68599npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68600npm verb headers etag: '"7SB16ZKM86IB8GQXQZU7DJQO9"',
68601npm verb headers 'content-type': 'application/json',
68602npm verb headers 'cache-control': 'max-age=300',
68603npm verb headers 'content-length': '5609',
68604npm verb headers 'accept-ranges': 'bytes',
68605npm verb headers date: 'Wed, 23 Dec 2015 11:31:55 GMT',
68606npm verb headers via: '1.1 varnish',
68607npm verb headers age: '0',
68608npm verb headers connection: 'keep-alive',
68609npm verb headers 'x-served-by': 'cache-fra1231-FRA',
68610npm verb headers 'x-cache': 'HIT',
68611npm verb headers 'x-cache-hits': '1',
68612npm verb headers 'x-timer': 'S1450870314.829683,VS0,VE402',
68613npm verb headers vary: 'Accept' }
68614npm verb get saving babel-plugin-jscript to /root/.npm/registry.npmjs.org/babel-plugin-jscript/.cache.json
68615npm http fetch 200 http://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz
68616npm http fetch 200 http://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz
68617npm http fetch 200 http://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz
68618npm http fetch 200 http://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz
68619npm http fetch 200 http://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz
68620npm http fetch 200 http://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz
68621npm http 200 http://registry.npmjs.org/babel-plugin-undefined-to-void
68622npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68623npm verb headers etag: '"1O2R7G61RWSF4X0PCJYDITBFR"',
68624npm verb headers 'content-type': 'application/json',
68625npm verb headers 'cache-control': 'max-age=60',
68626npm verb headers 'content-length': '9722',
68627npm verb headers 'accept-ranges': 'bytes',
68628npm verb headers date: 'Wed, 23 Dec 2015 11:31:55 GMT',
68629npm verb headers via: '1.1 varnish',
68630npm verb headers age: '0',
68631npm verb headers connection: 'keep-alive',
68632npm verb headers 'x-served-by': 'cache-fra1244-FRA',
68633npm verb headers 'x-cache': 'HIT',
68634npm verb headers 'x-cache-hits': '1',
68635npm verb headers 'x-timer': 'S1450870314.831349,VS0,VE403',
68636npm verb headers vary: 'Accept' }
68637npm verb get saving babel-plugin-undefined-to-void to /root/.npm/registry.npmjs.org/babel-plugin-undefined-to-void/.cache.json
68638npm verb cache add spec regexpu@^1.3.0
68639npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for regexpu
68640npm verb addNameRange registry:http://registry.npmjs.org/regexpu not in flight; fetching
68641npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz not in flight; adding
68642npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz',
68643npm verb addRemoteTarball '754fe38926e8424a4e7b15ab6ea6139dee0514fc' ]
68644npm info retry fetch attempt 1 at 11:31:55
68645npm info attempt registry request try #1 at 11:31:55
68646npm http fetch GET http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz
68647npm info retry fetch attempt 1 at 11:31:55
68648npm info attempt registry request try #1 at 11:31:55
68649npm http fetch GET http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz
68650npm info retry fetch attempt 1 at 11:31:55
68651npm info attempt registry request try #1 at 11:31:55
68652npm http fetch GET http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz
68653npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
68654npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz',
68655npm verb addRemoteTarball '3d4114218877537494f97f77f9785fab810fa4ac' ]
68656npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map/-/source-map-0.5.3.tgz not in flight; adding
68657npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.5.3
68658npm http fetch 200 http://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz
68659npm info retry fetch attempt 1 at 11:31:55
68660npm info attempt registry request try #1 at 11:31:55
68661npm http fetch GET http://registry.npmjs.org/private/-/private-0.1.6.tgz
68662npm info retry fetch attempt 1 at 11:31:55
68663npm info attempt registry request try #1 at 11:31:55
68664npm http fetch GET http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz
68665npm info retry fetch attempt 1 at 11:31:55
68666npm info attempt registry request try #1 at 11:31:55
68667npm http fetch GET http://registry.npmjs.org/slash/-/slash-1.0.0.tgz
68668npm verb cache add spec fs-readdir-recursive@^0.1.0
68669npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for fs-readdir-recursive
68670npm verb addNameRange registry:http://registry.npmjs.org/fs-readdir-recursive not in flight; fetching
68671npm info retry fetch attempt 1 at 11:31:55
68672npm info attempt registry request try #1 at 11:31:55
68673npm http fetch GET http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz
68674npm http fetch 200 http://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz
68675npm verb cache add spec babylon@^5.8.34
68676npm verb addNamed ">=5.8.34 <6.0.0" is a valid semver range for babylon
68677npm verb addNameRange registry:http://registry.npmjs.org/babylon not in flight; fetching
68678npm info retry fetch attempt 1 at 11:31:55
68679npm info attempt registry request try #1 at 11:31:55
68680npm http fetch GET http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz
68681npm info retry fetch attempt 1 at 11:31:55
68682npm info attempt registry request try #1 at 11:31:55
68683npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
68684npm verb cache add spec json5@^0.4.0
68685npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for json5
68686npm verb addNameRange registry:http://registry.npmjs.org/json5 not in flight; fetching
68687npm verb cache add spec path-exists@^1.0.0
68688npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-exists
68689npm verb addNameRange registry:http://registry.npmjs.org/path-exists not in flight; fetching
68690npm http fetch 200 http://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz
68691npm http fetch 200 http://registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz
68692npm http fetch 200 http://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz
68693npm verb get http://registry.npmjs.org/source-map-support not expired, no request
68694npm verb addNamed "0.2.10" is a plain semver version for source-map-support
68695npm verb get http://registry.npmjs.org/globals not expired, no request
68696npm verb addNamed "6.4.1" is a plain semver version for globals
68697npm verb cache add spec babel-plugin-undeclared-variables-check@^1.0.2
68698npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for babel-plugin-undeclared-variables-check
68699npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-undeclared-variables-check not in flight; fetching
68700npm verb cache add spec babel-plugin-runtime@^1.0.7
68701npm verb addNamed ">=1.0.7 <2.0.0" is a valid semver range for babel-plugin-runtime
68702npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-runtime not in flight; fetching
68703npm verb cache add spec to-fast-properties@^1.0.0
68704npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for to-fast-properties
68705npm verb addNameRange registry:http://registry.npmjs.org/to-fast-properties not in flight; fetching
68706npm http fetch 200 http://registry.npmjs.org/private/-/private-0.1.6.tgz
68707npm http fetch 200 http://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz
68708npm http fetch 200 http://registry.npmjs.org/slash/-/slash-1.0.0.tgz
68709npm http fetch 200 http://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz
68710npm verb cache add spec trim-right@^1.0.0
68711npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-right
68712npm verb addNameRange registry:http://registry.npmjs.org/trim-right not in flight; fetching
68713npm verb get http://registry.npmjs.org/regexpu not expired, no request
68714npm verb addNamed "1.3.0" is a plain semver version for regexpu
68715npm verb addRemoteTarball http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
68716npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz',
68717npm verb addRemoteTarball 'ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc' ]
68718npm verb addRemoteTarball http://registry.npmjs.org/globals/-/globals-6.4.1.tgz not in flight; adding
68719npm verb addRemoteTarball [ 'http://registry.npmjs.org/globals/-/globals-6.4.1.tgz',
68720npm verb addRemoteTarball '8498032b3b6d1cc81eebc5f79690d8fe29fabf4f' ]
68721npm verb cache add spec js-tokens@1.0.1
68722npm verb addNamed "1.0.1" is a plain semver version for js-tokens
68723npm verb addNameVersion registry:http://registry.npmjs.org/js-tokens not in flight; fetching
68724npm verb cache add spec output-file-sync@^1.1.0
68725npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for output-file-sync
68726npm verb addNameRange registry:http://registry.npmjs.org/output-file-sync not in flight; fetching
68727npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz not in flight; adding
68728npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-constant-folding@1.0.1
68729npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz not in flight; adding
68730npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-dead-code-elimination@1.0.2
68731npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz not in flight; adding
68732npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-proto-to-assign@1.0.4
68733npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz not in flight; adding
68734npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-inline-environment-variables@1.0.1
68735npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz not in flight; adding
68736npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-react-constant-elements@1.0.3
68737npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz not in flight; adding
68738npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-property-literals@1.0.1
68739npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz
68740npm http fetch 200 http://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz
68741npm verb cache add spec detect-indent@^3.0.0
68742npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for detect-indent
68743npm verb addNameRange registry:http://registry.npmjs.org/detect-indent not in flight; fetching
68744npm verb addRemoteTarball http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz not in flight; adding
68745npm verb addRemoteTarball [ 'http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz',
68746npm verb addRemoteTarball 'e534dc991a9e5846050c98de6d7dd4a55c9ea16d' ]
68747npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz not in flight; adding
68748npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-remove-debugger@1.0.1
68749npm verb get http://registry.npmjs.org/fs-readdir-recursive not expired, no request
68750npm verb addNamed "0.1.2" is a plain semver version for fs-readdir-recursive
68751npm verb cache add spec esutils@^2.0.0
68752npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for esutils
68753npm verb addNameRange registry:http://registry.npmjs.org/esutils not in flight; fetching
68754npm verb get http://registry.npmjs.org/babylon not expired, no request
68755npm verb addNamed "5.8.34" is a plain semver version for babylon
68756npm info retry fetch attempt 1 at 11:31:55
68757npm info attempt registry request try #1 at 11:31:55
68758npm http fetch GET http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
68759npm info retry fetch attempt 1 at 11:31:55
68760npm info attempt registry request try #1 at 11:31:55
68761npm http fetch GET http://registry.npmjs.org/globals/-/globals-6.4.1.tgz
68762npm verb get http://registry.npmjs.org/json5 not expired, no request
68763npm verb addNamed "0.4.0" is a plain semver version for json5
68764npm verb addRemoteTarball http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz not in flight; adding
68765npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz',
68766npm verb addRemoteTarball '315b4fb8c1ca5b8c47defef319d073dad3568059' ]
68767npm verb get http://registry.npmjs.org/path-exists not expired, no request
68768npm verb addNamed "1.0.0" is a plain semver version for path-exists
68769npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
68770npm verb cache add spec bluebird@^2.9.33
68771npm verb addNamed ">=2.9.33 <3.0.0" is a valid semver range for bluebird
68772npm verb addNameRange registry:http://registry.npmjs.org/bluebird not in flight; fetching
68773npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz not in flight; adding
68774npm verb addTmpTarball already have metadata; skipping unpack for try-resolve@1.0.1
68775npm verb addRemoteTarball http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz not in flight; adding
68776npm verb addRemoteTarball [ 'http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz',
68777npm verb addRemoteTarball '549f573f45c3bc5e75b2a57639027d2d724edaaa' ]
68778npm info retry fetch attempt 1 at 11:31:55
68779npm info attempt registry request try #1 at 11:31:55
68780npm http fetch GET http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz
68781npm verb addRemoteTarball http://registry.npmjs.org/json5/-/json5-0.4.0.tgz not in flight; adding
68782npm verb addRemoteTarball [ 'http://registry.npmjs.org/json5/-/json5-0.4.0.tgz',
68783npm verb addRemoteTarball '054352e4c4c80c86c0923877d449de176a732c8d' ]
68784npm verb addRemoteTarball http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz not in flight; adding
68785npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz',
68786npm verb addRemoteTarball 'd5a8998eb71ef37a74c34eb0d9eba6e878eea081' ]
68787npm verb get http://registry.npmjs.org/babel-plugin-undeclared-variables-check not expired, no request
68788npm verb addNamed "1.0.2" is a plain semver version for babel-plugin-undeclared-variables-check
68789npm verb get http://registry.npmjs.org/babel-plugin-runtime not expired, no request
68790npm verb addNamed "1.0.7" is a plain semver version for babel-plugin-runtime
68791npm verb get http://registry.npmjs.org/to-fast-properties not expired, no request
68792npm verb addNamed "1.0.1" is a plain semver version for to-fast-properties
68793npm verb cache add spec babel-plugin-remove-console@^1.0.1
68794npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-remove-console
68795npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-remove-console not in flight; fetching
68796npm verb cache add spec babel-plugin-jscript@^1.0.4
68797npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for babel-plugin-jscript
68798npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-jscript not in flight; fetching
68799npm verb cache add spec babel-plugin-eval@^1.0.1
68800npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for babel-plugin-eval
68801npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-eval not in flight; fetching
68802npm verb cache add spec babel-plugin-undefined-to-void@^1.1.6
68803npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for babel-plugin-undefined-to-void
68804npm verb addNameRange registry:http://registry.npmjs.org/babel-plugin-undefined-to-void not in flight; fetching
68805npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz not in flight; adding
68806npm verb addTmpTarball already have metadata; skipping unpack for home-or-tmp@1.0.0
68807npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz not in flight; adding
68808npm verb addTmpTarball already have metadata; skipping unpack for line-numbers@0.2.0
68809npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-integer/-/is-integer-1.0.6.tgz not in flight; adding
68810npm verb addTmpTarball already have metadata; skipping unpack for is-integer@1.0.6
68811npm http 200 http://registry.npmjs.org/core-js
68812npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68813npm verb headers etag: '"17XY7NZ1GNONDMBHCK6BXLMV2"',
68814npm verb headers 'content-type': 'application/json',
68815npm verb headers 'cache-control': 'max-age=300',
68816npm verb headers 'content-length': '185498',
68817npm verb headers 'accept-ranges': 'bytes',
68818npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68819npm verb headers via: '1.1 varnish',
68820npm verb headers age: '293',
68821npm verb headers connection: 'keep-alive',
68822npm verb headers 'x-served-by': 'cache-fra1247-FRA',
68823npm verb headers 'x-cache': 'HIT',
68824npm verb headers 'x-cache-hits': '10',
68825npm verb headers 'x-timer': 'S1450870314.831511,VS0,VE0',
68826npm verb headers vary: 'Accept' }
68827npm verb get saving core-js to /root/.npm/registry.npmjs.org/core-js/.cache.json
68828npm verb get http://registry.npmjs.org/trim-right not expired, no request
68829npm verb addNamed "1.0.1" is a plain semver version for trim-right
68830npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz not in flight; adding
68831npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz',
68832npm verb addRemoteTarball '5cf1aa539d813ff64e99641290af620965f65dee' ]
68833npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz not in flight; adding
68834npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz',
68835npm verb addRemoteTarball 'bf7c7d966dd56ecd5c17fa1cb253c9acb7e54aaf' ]
68836npm verb get http://registry.npmjs.org/js-tokens not expired, no request
68837npm verb addRemoteTarball http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz not in flight; adding
68838npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz',
68839npm verb addRemoteTarball '4a41554d2b2f4bbe2d794060dc47396b10bb48a8' ]
68840npm verb get http://registry.npmjs.org/output-file-sync not expired, no request
68841npm verb addNamed "1.1.1" is a plain semver version for output-file-sync
68842npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/private/-/private-0.1.6.tgz not in flight; adding
68843npm verb addTmpTarball already have metadata; skipping unpack for private@0.1.6
68844npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz not in flight; adding
68845npm verb addTmpTarball already have metadata; skipping unpack for shebang-regex@1.0.0
68846npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/slash/-/slash-1.0.0.tgz not in flight; adding
68847npm verb addTmpTarball already have metadata; skipping unpack for slash@1.0.0
68848npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz not in flight; adding
68849npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-member-expression-literals@1.0.1
68850npm http fetch 200 http://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz
68851npm http fetch 200 http://registry.npmjs.org/globals/-/globals-6.4.1.tgz
68852npm verb get http://registry.npmjs.org/detect-indent not expired, no request
68853npm verb addNamed "3.0.1" is a plain semver version for detect-indent
68854npm verb addRemoteTarball http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz not in flight; adding
68855npm verb addRemoteTarball [ 'http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz',
68856npm verb addRemoteTarball 'cb2e1203067e0c8de1f614094b9fe45704ea6003' ]
68857npm info retry fetch attempt 1 at 11:31:55
68858npm info attempt registry request try #1 at 11:31:55
68859npm http fetch GET http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz
68860npm verb addRemoteTarball http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz not in flight; adding
68861npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz',
68862npm verb addRemoteTarball 'cc435a5c8b94ad15acb7983140fc80182c89aeae' ]
68863npm verb addRemoteTarball http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz not in flight; adding
68864npm verb addRemoteTarball [ 'http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz',
68865npm verb addRemoteTarball 'a4653997c2df63c9811f7f1d7a1208404ed32e9e' ]
68866npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
68867npm http 200 http://registry.npmjs.org/regenerator
68868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68869npm verb headers etag: '"CDARCTBT09KP7SIWIXEUFTTJK"',
68870npm verb headers 'content-type': 'application/json',
68871npm verb headers 'cache-control': 'max-age=300',
68872npm verb headers 'content-length': '153087',
68873npm verb headers 'accept-ranges': 'bytes',
68874npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68875npm verb headers via: '1.1 varnish',
68876npm verb headers age: '197',
68877npm verb headers connection: 'keep-alive',
68878npm verb headers 'x-served-by': 'cache-fra1232-FRA',
68879npm verb headers 'x-cache': 'HIT',
68880npm verb headers 'x-cache-hits': '5',
68881npm verb headers 'x-timer': 'S1450870314.833762,VS0,VE0',
68882npm verb headers vary: 'Accept' }
68883npm verb get saving regenerator to /root/.npm/registry.npmjs.org/regenerator/.cache.json
68884npm http fetch 200 http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz
68885npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/repeating/-/repeating-1.1.3.tgz not in flight; adding
68886npm verb addTmpTarball already have metadata; skipping unpack for repeating@1.1.3
68887npm verb addRemoteTarball http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz not in flight; adding
68888npm verb addRemoteTarball [ 'http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz',
68889npm verb addRemoteTarball '9dc5e5ddbceef8325764b9451b02bc6d54084f75' ]
68890npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz not in flight; adding
68891npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-react-display-name@1.0.3
68892npm info retry fetch attempt 1 at 11:31:55
68893npm info attempt registry request try #1 at 11:31:55
68894npm http fetch GET http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz
68895npm info retry fetch attempt 1 at 11:31:55
68896npm info attempt registry request try #1 at 11:31:55
68897npm http fetch GET http://registry.npmjs.org/json5/-/json5-0.4.0.tgz
68898npm info retry fetch attempt 1 at 11:31:55
68899npm info attempt registry request try #1 at 11:31:55
68900npm http fetch GET http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz
68901npm verb get http://registry.npmjs.org/esutils not expired, no request
68902npm verb addNamed "2.0.2" is a plain semver version for esutils
68903npm info retry fetch attempt 1 at 11:31:55
68904npm info attempt registry request try #1 at 11:31:55
68905npm http fetch GET http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz
68906npm info retry fetch attempt 1 at 11:31:55
68907npm info attempt registry request try #1 at 11:31:55
68908npm http fetch GET http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz
68909npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
68910npm info retry fetch attempt 1 at 11:31:55
68911npm info attempt registry request try #1 at 11:31:55
68912npm http fetch GET http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz
68913npm verb addRemoteTarball http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
68914npm verb addRemoteTarball [ 'http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz',
68915npm verb addRemoteTarball '0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b' ]
68916npm verb get http://registry.npmjs.org/bluebird not expired, no request
68917npm verb addNamed "2.10.2" is a plain semver version for bluebird
68918npm http 200 http://registry.npmjs.org/convert-source-map
68919npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
68920npm verb headers etag: '"71JFAS53ENRGFWNJBS50LPU1S"',
68921npm verb headers 'content-type': 'application/json',
68922npm verb headers 'cache-control': 'max-age=60',
68923npm verb headers 'content-length': '33191',
68924npm verb headers 'accept-ranges': 'bytes',
68925npm verb headers date: 'Wed, 23 Dec 2015 11:31:54 GMT',
68926npm verb headers via: '1.1 varnish',
68927npm verb headers age: '53',
68928npm verb headers connection: 'keep-alive',
68929npm verb headers 'x-served-by': 'cache-fra1235-FRA',
68930npm verb headers 'x-cache': 'HIT',
68931npm verb headers 'x-cache-hits': '2',
68932npm verb headers 'x-timer': 'S1450870314.831142,VS0,VE0',
68933npm verb headers vary: 'Accept' }
68934npm verb get saving convert-source-map to /root/.npm/registry.npmjs.org/convert-source-map/.cache.json
68935npm http fetch 200 http://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz
68936npm info retry fetch attempt 1 at 11:31:55
68937npm info attempt registry request try #1 at 11:31:55
68938npm http fetch GET http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz
68939npm info retry fetch attempt 1 at 11:31:55
68940npm info attempt registry request try #1 at 11:31:55
68941npm http fetch GET http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz
68942npm verb get http://registry.npmjs.org/babel-plugin-eval not expired, no request
68943npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-eval
68944npm verb get http://registry.npmjs.org/babel-plugin-jscript not expired, no request
68945npm verb addNamed "1.0.4" is a plain semver version for babel-plugin-jscript
68946npm verb get http://registry.npmjs.org/babel-plugin-remove-console not expired, no request
68947npm verb addNamed "1.0.1" is a plain semver version for babel-plugin-remove-console
68948npm info retry fetch attempt 1 at 11:31:55
68949npm info attempt registry request try #1 at 11:31:55
68950npm http fetch GET http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz
68951npm verb addRemoteTarball http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
68952npm verb addRemoteTarball [ 'http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz',
68953npm verb addRemoteTarball '024a5517295308857f14f91f1106fc3b555f446b' ]
68954npm verb get http://registry.npmjs.org/babel-plugin-undefined-to-void not expired, no request
68955npm verb addNamed "1.1.6" is a plain semver version for babel-plugin-undefined-to-void
68956npm http fetch 200 http://registry.npmjs.org/babylon/-/babylon-5.8.34.tgz
68957npm http fetch 200 http://registry.npmjs.org/json5/-/json5-0.4.0.tgz
68958npm info retry fetch attempt 1 at 11:31:55
68959npm info attempt registry request try #1 at 11:31:55
68960npm http fetch GET http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz
68961npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz not in flight; adding
68962npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz',
68963npm verb addRemoteTarball 'a2faed25ce6be69ade4bfec263f70169195950da' ]
68964npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz not in flight; adding
68965npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz',
68966npm verb addRemoteTarball '8f342c38276e87a47d5fa0a8bd3d5eb6ccad8fcc' ]
68967npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz not in flight; adding
68968npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz',
68969npm verb addRemoteTarball 'd8f24556c3a05005d42aaaafd27787f53ff013a7' ]
68970npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz not in flight; adding
68971npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz',
68972npm verb addRemoteTarball '7f578ef8b78dfae6003385d8417a61eda06e2f81' ]
68973npm http fetch 200 http://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz
68974npm http fetch 200 http://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz
68975npm http fetch 200 http://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz
68976npm info retry fetch attempt 1 at 11:31:55
68977npm info attempt registry request try #1 at 11:31:55
68978npm http fetch GET http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
68979npm verb afterAdd /root/.npm/babel-plugin-constant-folding/1.0.1/package/package.json not in flight; writing
68980npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
68981npm verb afterAdd /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package/package.json not in flight; writing
68982npm verb afterAdd /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package/package.json not in flight; writing
68983npm verb afterAdd /root/.npm/babel-plugin-react-constant-elements/1.0.3/package/package.json not in flight; writing
68984npm verb afterAdd /root/.npm/babel-plugin-proto-to-assign/1.0.4/package/package.json not in flight; writing
68985npm verb afterAdd /root/.npm/babel-plugin-property-literals/1.0.1/package/package.json not in flight; writing
68986npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/globals/-/globals-6.4.1.tgz not in flight; adding
68987npm verb addTmpTarball already have metadata; skipping unpack for globals@6.4.1
68988npm info retry fetch attempt 1 at 11:31:55
68989npm info attempt registry request try #1 at 11:31:55
68990npm http fetch GET http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
68991npm verb afterAdd /root/.npm/babel-plugin-remove-debugger/1.0.1/package/package.json not in flight; writing
68992npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz not in flight; adding
68993npm verb addTmpTarball already have metadata; skipping unpack for source-map-support@0.2.10
68994npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz not in flight; adding
68995npm verb addTmpTarball already have metadata; skipping unpack for regexpu@1.3.0
68996npm info retry fetch attempt 1 at 11:31:55
68997npm info attempt registry request try #1 at 11:31:55
68998npm http fetch GET http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz
68999npm info retry fetch attempt 1 at 11:31:55
69000npm info attempt registry request try #1 at 11:31:55
69001npm http fetch GET http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz
69002npm info retry fetch attempt 1 at 11:31:55
69003npm info attempt registry request try #1 at 11:31:55
69004npm http fetch GET http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz
69005npm info retry fetch attempt 1 at 11:31:55
69006npm info attempt registry request try #1 at 11:31:55
69007npm http fetch GET http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz
69008npm http fetch 200 http://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz
69009npm verb afterAdd /root/.npm/try-resolve/1.0.1/package/package.json not in flight; writing
69010npm verb cache add spec core-js@^1.0.0
69011npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for core-js
69012npm verb addNameRange registry:http://registry.npmjs.org/core-js not in flight; fetching
69013npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz not in flight; adding
69014npm verb addTmpTarball already have metadata; skipping unpack for fs-readdir-recursive@0.1.2
69015npm http fetch 200 http://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
69016npm verb afterAdd /root/.npm/line-numbers/0.2.0/package/package.json not in flight; writing
69017npm verb afterAdd /root/.npm/home-or-tmp/1.0.0/package/package.json not in flight; writing
69018npm verb afterAdd /root/.npm/is-integer/1.0.6/package/package.json not in flight; writing
69019npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/json5/-/json5-0.4.0.tgz not in flight; adding
69020npm verb addTmpTarball already have metadata; skipping unpack for json5@0.4.0
69021npm http fetch 200 http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
69022npm verb afterAdd /root/.npm/babel-plugin-constant-folding/1.0.1/package/package.json written
69023npm verb afterAdd /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package/package.json written
69024npm verb afterAdd /root/.npm/babel-plugin-react-constant-elements/1.0.3/package/package.json written
69025npm verb afterAdd /root/.npm/babel-plugin-proto-to-assign/1.0.4/package/package.json written
69026npm verb afterAdd /root/.npm/babel-plugin-property-literals/1.0.1/package/package.json written
69027npm verb afterAdd /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package/package.json written
69028npm verb afterAdd /root/.npm/private/0.1.6/package/package.json not in flight; writing
69029npm verb afterAdd /root/.npm/shebang-regex/1.0.0/package/package.json not in flight; writing
69030npm verb afterAdd /root/.npm/slash/1.0.0/package/package.json not in flight; writing
69031npm verb afterAdd /root/.npm/babel-plugin-member-expression-literals/1.0.1/package/package.json not in flight; writing
69032npm verb cache add spec regenerator@0.8.40
69033npm verb addNamed "0.8.40" is a plain semver version for regenerator
69034npm verb addNameVersion registry:http://registry.npmjs.org/regenerator not in flight; fetching
69035npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz not in flight; adding
69036npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-undeclared-variables-check@1.0.2
69037npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz not in flight; adding
69038npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-runtime@1.0.7
69039npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz not in flight; adding
69040npm verb addTmpTarball already have metadata; skipping unpack for to-fast-properties@1.0.1
69041npm http fetch 200 http://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz
69042npm http fetch 200 http://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz
69043npm http fetch 200 http://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz
69044npm http fetch 200 http://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz
69045npm verb afterAdd /root/.npm/babel-plugin-remove-debugger/1.0.1/package/package.json written
69046npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json not in flight; writing
69047npm verb afterAdd /root/.npm/babel-plugin-react-display-name/1.0.3/package/package.json not in flight; writing
69048npm verb cache add spec convert-source-map@^1.1.0
69049npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for convert-source-map
69050npm verb addNameRange registry:http://registry.npmjs.org/convert-source-map not in flight; fetching
69051npm verb afterAdd /root/.npm/try-resolve/1.0.1/package/package.json written
69052npm verb get http://registry.npmjs.org/core-js not expired, no request
69053npm verb addNamed "1.2.6" is a plain semver version for core-js
69054npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz not in flight; adding
69055npm verb addTmpTarball already have metadata; skipping unpack for detect-indent@3.0.1
69056npm verb afterAdd /root/.npm/line-numbers/0.2.0/package/package.json written
69057npm verb afterAdd /root/.npm/home-or-tmp/1.0.0/package/package.json written
69058npm verb afterAdd /root/.npm/is-integer/1.0.6/package/package.json written
69059npm verb addRemoteTarball http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz not in flight; adding
69060npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz',
69061npm verb addRemoteTarball 'e2351f6cae764f8c34e5d839acb6a60cef8b4a45' ]
69062npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
69063npm verb addTmpTarball already have metadata; skipping unpack for esutils@2.0.2
69064npm verb afterAdd /root/.npm/private/0.1.6/package/package.json written
69065npm verb afterAdd /root/.npm/shebang-regex/1.0.0/package/package.json written
69066npm verb afterAdd /root/.npm/slash/1.0.0/package/package.json written
69067npm verb afterAdd /root/.npm/babel-plugin-member-expression-literals/1.0.1/package/package.json written
69068npm verb get http://registry.npmjs.org/regenerator not expired, no request
69069npm verb afterAdd /root/.npm/globals/6.4.1/package/package.json not in flight; writing
69070npm verb addRemoteTarball http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz not in flight; adding
69071npm verb addRemoteTarball [ 'http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz',
69072npm verb addRemoteTarball 'a0e457c58ebdbae575c9f8cd75127e93756435d8' ]
69073npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz not in flight; adding
69074npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-jscript@1.0.4
69075npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz not in flight; adding
69076npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-undefined-to-void@1.1.6
69077npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz not in flight; adding
69078npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-eval@1.0.1
69079npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz not in flight; adding
69080npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-remove-console@1.0.1
69081npm verb afterAdd /root/.npm/repeating/1.1.3/package/package.json written
69082npm verb afterAdd /root/.npm/babel-plugin-react-display-name/1.0.3/package/package.json written
69083npm info retry fetch attempt 1 at 11:31:55
69084npm info attempt registry request try #1 at 11:31:55
69085npm http fetch GET http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz
69086npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json not in flight; writing
69087npm verb get http://registry.npmjs.org/convert-source-map not expired, no request
69088npm verb addNamed "1.1.2" is a plain semver version for convert-source-map
69089npm verb afterAdd /root/.npm/regexpu/1.3.0/package/package.json not in flight; writing
69090npm verb addRemoteTarball http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz not in flight; adding
69091npm verb addRemoteTarball [ 'http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz',
69092npm verb addRemoteTarball '8266378831073907fa384f0b2aecab0ba0586693' ]
69093npm info retry fetch attempt 1 at 11:31:55
69094npm info attempt registry request try #1 at 11:31:55
69095npm http fetch GET http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz
69096npm verb afterAdd /root/.npm/fs-readdir-recursive/0.1.2/package/package.json not in flight; writing
69097npm verb afterAdd /root/.npm/json5/0.4.0/package/package.json not in flight; writing
69098npm http fetch 200 http://registry.npmjs.org/core-js/-/core-js-1.2.6.tgz
69099npm info retry fetch attempt 1 at 11:31:55
69100npm info attempt registry request try #1 at 11:31:55
69101npm http fetch GET http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz
69102npm verb afterAdd /root/.npm/globals/6.4.1/package/package.json written
69103npm verb afterAdd /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package/package.json not in flight; writing
69104npm verb afterAdd /root/.npm/to-fast-properties/1.0.1/package/package.json not in flight; writing
69105npm verb afterAdd /root/.npm/babel-plugin-runtime/1.0.7/package/package.json not in flight; writing
69106npm verb afterAdd /root/.npm/source-map-support/0.2.10/package/package.json written
69107npm verb afterAdd /root/.npm/regexpu/1.3.0/package/package.json written
69108npm http fetch 200 http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz
69109npm http fetch 200 http://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz
69110npm http fetch 200 http://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz
69111npm verb afterAdd /root/.npm/fs-readdir-recursive/0.1.2/package/package.json written
69112npm verb afterAdd /root/.npm/detect-indent/3.0.1/package/package.json not in flight; writing
69113npm http fetch 200 http://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz
69114npm verb afterAdd /root/.npm/json5/0.4.0/package/package.json written
69115npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json not in flight; writing
69116npm verb afterAdd /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package/package.json written
69117npm verb afterAdd /root/.npm/to-fast-properties/1.0.1/package/package.json written
69118npm verb afterAdd /root/.npm/babel-plugin-runtime/1.0.7/package/package.json written
69119npm http fetch 200 http://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz
69120npm http fetch 200 http://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz
69121npm verb afterAdd /root/.npm/babel-plugin-jscript/1.0.4/package/package.json not in flight; writing
69122npm verb afterAdd /root/.npm/babel-plugin-undefined-to-void/1.1.6/package/package.json not in flight; writing
69123npm verb afterAdd /root/.npm/babel-plugin-eval/1.0.1/package/package.json not in flight; writing
69124npm verb afterAdd /root/.npm/babel-plugin-remove-console/1.0.1/package/package.json not in flight; writing
69125npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz not in flight; adding
69126npm verb addTmpTarball already have metadata; skipping unpack for path-exists@1.0.0
69127npm verb afterAdd /root/.npm/detect-indent/3.0.1/package/package.json written
69128npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz not in flight; adding
69129npm verb addTmpTarball already have metadata; skipping unpack for trim-right@1.0.1
69130npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json written
69131npm verb afterAdd /root/.npm/babel-plugin-jscript/1.0.4/package/package.json written
69132npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz not in flight; adding
69133npm verb addTmpTarball already have metadata; skipping unpack for output-file-sync@1.1.1
69134npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.2.tgz not in flight; adding
69135npm verb addTmpTarball already have metadata; skipping unpack for convert-source-map@1.1.2
69136npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babylon/-/babylon-5.8.34.tgz not in flight; adding
69137npm verb addTmpTarball already have metadata; skipping unpack for babylon@5.8.34
69138npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz not in flight; adding
69139npm verb addTmpTarball already have metadata; skipping unpack for js-tokens@1.0.1
69140npm verb afterAdd /root/.npm/babel-plugin-undefined-to-void/1.1.6/package/package.json written
69141npm verb afterAdd /root/.npm/babel-plugin-remove-console/1.0.1/package/package.json written
69142npm verb afterAdd /root/.npm/babel-plugin-eval/1.0.1/package/package.json written
69143npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz not in flight; adding
69144npm verb addTmpTarball already have metadata; skipping unpack for regenerator@0.8.40
69145npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz not in flight; adding
69146npm verb addTmpTarball already have metadata; skipping unpack for bluebird@2.10.2
69147npm verb afterAdd /root/.npm/path-exists/1.0.0/package/package.json not in flight; writing
69148npm verb afterAdd /root/.npm/trim-right/1.0.1/package/package.json not in flight; writing
69149npm verb afterAdd /root/.npm/output-file-sync/1.1.1/package/package.json not in flight; writing
69150npm verb afterAdd /root/.npm/convert-source-map/1.1.2/package/package.json not in flight; writing
69151npm verb afterAdd /root/.npm/js-tokens/1.0.1/package/package.json not in flight; writing
69152npm verb afterAdd /root/.npm/babylon/5.8.34/package/package.json not in flight; writing
69153npm verb afterAdd /root/.npm/path-exists/1.0.0/package/package.json written
69154npm verb afterAdd /root/.npm/trim-right/1.0.1/package/package.json written
69155npm verb afterAdd /root/.npm/regenerator/0.8.40/package/package.json not in flight; writing
69156npm verb afterAdd /root/.npm/output-file-sync/1.1.1/package/package.json written
69157npm verb afterAdd /root/.npm/convert-source-map/1.1.2/package/package.json written
69158npm verb afterAdd /root/.npm/js-tokens/1.0.1/package/package.json written
69159npm verb afterAdd /root/.npm/babylon/5.8.34/package/package.json written
69160npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json not in flight; writing
69161npm verb afterAdd /root/.npm/regenerator/0.8.40/package/package.json written
69162npm verb afterAdd /root/.npm/bluebird/2.10.2/package/package.json written
69163npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/core-js/-/core-js-1.2.6.tgz not in flight; adding
69164npm verb addTmpTarball already have metadata; skipping unpack for core-js@1.2.6
69165npm verb afterAdd /root/.npm/core-js/1.2.6/package/package.json not in flight; writing
69166npm verb afterAdd /root/.npm/core-js/1.2.6/package/package.json written
69167npm verb request uri http://registry.npmjs.org/leven
69168npm verb request no auth needed
69169npm info attempt registry request try #1 at 11:31:56
69170npm http request GET http://registry.npmjs.org/leven
69171npm http 200 http://registry.npmjs.org/leven
69172npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69173npm verb headers etag: '"77EGW13CWYTPILOBWJD8IECHM"',
69174npm verb headers 'content-type': 'application/json',
69175npm verb headers 'cache-control': 'max-age=300',
69176npm verb headers 'content-length': '8006',
69177npm verb headers 'accept-ranges': 'bytes',
69178npm verb headers date: 'Wed, 23 Dec 2015 11:31:56 GMT',
69179npm verb headers via: '1.1 varnish',
69180npm verb headers age: '21',
69181npm verb headers connection: 'keep-alive',
69182npm verb headers 'x-served-by': 'cache-fra1243-FRA',
69183npm verb headers 'x-cache': 'HIT',
69184npm verb headers 'x-cache-hits': '1',
69185npm verb headers 'x-timer': 'S1450870316.747978,VS0,VE0',
69186npm verb headers vary: 'Accept' }
69187npm verb get saving leven to /root/.npm/registry.npmjs.org/leven/.cache.json
69188npm verb cache add spec leven@^1.0.2
69189npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for leven
69190npm verb addNameRange registry:http://registry.npmjs.org/leven not in flight; fetching
69191npm verb get http://registry.npmjs.org/leven not expired, no request
69192npm verb addNamed "1.0.2" is a plain semver version for leven
69193npm verb addRemoteTarball http://registry.npmjs.org/leven/-/leven-1.0.2.tgz not in flight; adding
69194npm verb addRemoteTarball [ 'http://registry.npmjs.org/leven/-/leven-1.0.2.tgz',
69195npm verb addRemoteTarball '9144b6eebca5f1d0680169f1a6770dcea60b75c3' ]
69196npm info retry fetch attempt 1 at 11:31:56
69197npm info attempt registry request try #1 at 11:31:56
69198npm http fetch GET http://registry.npmjs.org/leven/-/leven-1.0.2.tgz
69199npm http fetch 200 http://registry.npmjs.org/leven/-/leven-1.0.2.tgz
69200npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/leven/-/leven-1.0.2.tgz not in flight; adding
69201npm verb addTmpTarball already have metadata; skipping unpack for leven@1.0.2
69202npm verb afterAdd /root/.npm/leven/1.0.2/package/package.json not in flight; writing
69203npm verb afterAdd /root/.npm/leven/1.0.2/package/package.json written
69204npm verb cache add spec ansi-styles@^2.1.0
69205npm verb cache add spec has-ansi@^2.0.0
69206npm verb cache add spec strip-ansi@^3.0.0
69207npm verb cache add spec supports-color@^2.0.0
69208npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
69209npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
69210npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
69211npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
69212npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
69213npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
69214npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
69215npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
69216npm verb request uri http://registry.npmjs.org/ansi-styles
69217npm verb request no auth needed
69218npm info attempt registry request try #1 at 11:31:56
69219npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
69220npm http request GET http://registry.npmjs.org/ansi-styles
69221npm verb request uri http://registry.npmjs.org/has-ansi
69222npm verb request no auth needed
69223npm info attempt registry request try #1 at 11:31:56
69224npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
69225npm http request GET http://registry.npmjs.org/has-ansi
69226npm verb request uri http://registry.npmjs.org/strip-ansi
69227npm verb request no auth needed
69228npm info attempt registry request try #1 at 11:31:56
69229npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
69230npm http request GET http://registry.npmjs.org/strip-ansi
69231npm verb request uri http://registry.npmjs.org/supports-color
69232npm verb request no auth needed
69233npm info attempt registry request try #1 at 11:31:56
69234npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
69235npm http request GET http://registry.npmjs.org/supports-color
69236npm http 304 http://registry.npmjs.org/ansi-styles
69237npm verb headers { date: 'Wed, 23 Dec 2015 11:31:56 GMT',
69238npm verb headers via: '1.1 varnish',
69239npm verb headers 'cache-control': 'max-age=300',
69240npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
69241npm verb headers age: '110',
69242npm verb headers connection: 'keep-alive',
69243npm verb headers 'x-served-by': 'cache-fra1222-FRA',
69244npm verb headers 'x-cache': 'HIT',
69245npm verb headers 'x-cache-hits': '5',
69246npm verb headers 'x-timer': 'S1450870316.870139,VS0,VE0',
69247npm verb headers vary: 'Accept' }
69248npm verb etag http://registry.npmjs.org/ansi-styles from cache
69249npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
69250npm http 304 http://registry.npmjs.org/has-ansi
69251npm verb headers { date: 'Wed, 23 Dec 2015 11:31:56 GMT',
69252npm verb headers via: '1.1 varnish',
69253npm verb headers 'cache-control': 'max-age=60',
69254npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
69255npm verb headers age: '44',
69256npm verb headers connection: 'keep-alive',
69257npm verb headers 'x-served-by': 'cache-fra1223-FRA',
69258npm verb headers 'x-cache': 'HIT',
69259npm verb headers 'x-cache-hits': '2',
69260npm verb headers 'x-timer': 'S1450870316.870188,VS0,VE0',
69261npm verb headers vary: 'Accept' }
69262npm verb etag http://registry.npmjs.org/has-ansi from cache
69263npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
69264npm http 304 http://registry.npmjs.org/strip-ansi
69265npm verb headers { date: 'Wed, 23 Dec 2015 11:31:56 GMT',
69266npm verb headers via: '1.1 varnish',
69267npm verb headers 'cache-control': 'max-age=300',
69268npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
69269npm verb headers age: '53',
69270npm verb headers connection: 'keep-alive',
69271npm verb headers 'x-served-by': 'cache-fra1244-FRA',
69272npm verb headers 'x-cache': 'HIT',
69273npm verb headers 'x-cache-hits': '6',
69274npm verb headers 'x-timer': 'S1450870316.870180,VS0,VE0',
69275npm verb headers vary: 'Accept' }
69276npm verb etag http://registry.npmjs.org/strip-ansi from cache
69277npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
69278npm http 304 http://registry.npmjs.org/supports-color
69279npm verb headers { date: 'Wed, 23 Dec 2015 11:31:56 GMT',
69280npm verb headers via: '1.1 varnish',
69281npm verb headers 'cache-control': 'max-age=60',
69282npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
69283npm verb headers age: '28',
69284npm verb headers connection: 'keep-alive',
69285npm verb headers 'x-served-by': 'cache-fra1228-FRA',
69286npm verb headers 'x-cache': 'HIT',
69287npm verb headers 'x-cache-hits': '3',
69288npm verb headers 'x-timer': 'S1450870316.874621,VS0,VE0',
69289npm verb headers vary: 'Accept' }
69290npm verb etag http://registry.npmjs.org/supports-color from cache
69291npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
69292npm verb addNamed "2.0.0" is a plain semver version for has-ansi
69293npm verb addNamed "2.0.0" is a plain semver version for supports-color
69294npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
69295npm verb addRemoteTarball http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
69296npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz',
69297npm verb addRemoteTarball '34f5049ce1ecdf2b0649af3ef24e45ed35416d91' ]
69298npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
69299npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz',
69300npm verb addRemoteTarball '535d045ce6b6363fa40117084629995e9df324c7' ]
69301npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
69302npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz',
69303npm verb addRemoteTarball '7510b665567ca914ccb5d7e072763ac968be3724' ]
69304npm info retry fetch attempt 1 at 11:31:56
69305npm info attempt registry request try #1 at 11:31:56
69306npm http fetch GET http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
69307npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
69308npm info retry fetch attempt 1 at 11:31:56
69309npm info attempt registry request try #1 at 11:31:56
69310npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
69311npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
69312npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz',
69313npm verb addRemoteTarball '990f747146927b559a932bf92959163d60c0d0e2' ]
69314npm info retry fetch attempt 1 at 11:31:56
69315npm info attempt registry request try #1 at 11:31:56
69316npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
69317npm info retry fetch attempt 1 at 11:31:56
69318npm info attempt registry request try #1 at 11:31:56
69319npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
69320npm http fetch 200 http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
69321npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz not in flight; adding
69322npm verb addTmpTarball already have metadata; skipping unpack for has-ansi@2.0.0
69323npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
69324npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
69325npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
69326npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
69327npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz not in flight; adding
69328npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@3.0.0
69329npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz not in flight; adding
69330npm verb addTmpTarball already have metadata; skipping unpack for supports-color@2.0.0
69331npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz not in flight; adding
69332npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@2.1.0
69333npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
69334npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
69335npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
69336npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
69337npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
69338npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
69339npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
69340npm verb cache add spec ansi-regex@^2.0.0
69341npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
69342npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
69343npm verb request uri http://registry.npmjs.org/ansi-regex
69344npm verb request no auth needed
69345npm info attempt registry request try #1 at 11:31:57
69346npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
69347npm http request GET http://registry.npmjs.org/ansi-regex
69348npm http 304 http://registry.npmjs.org/ansi-regex
69349npm verb headers { date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69350npm verb headers via: '1.1 varnish',
69351npm verb headers 'cache-control': 'max-age=60',
69352npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
69353npm verb headers age: '21',
69354npm verb headers connection: 'keep-alive',
69355npm verb headers 'x-served-by': 'cache-fra1226-FRA',
69356npm verb headers 'x-cache': 'HIT',
69357npm verb headers 'x-cache-hits': '7',
69358npm verb headers 'x-timer': 'S1450870317.013037,VS0,VE0',
69359npm verb headers vary: 'Accept' }
69360npm verb etag http://registry.npmjs.org/ansi-regex from cache
69361npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
69362npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
69363npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
69364npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz',
69365npm verb addRemoteTarball 'c5061b6e0ef8a81775e50f5d66151bf6bf371107' ]
69366npm info retry fetch attempt 1 at 11:31:57
69367npm info attempt registry request try #1 at 11:31:57
69368npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
69369npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
69370npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz not in flight; adding
69371npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@2.0.0
69372npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
69373npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
69374npm verb cache add spec minimist@^1.1.0
69375npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
69376npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
69377npm verb request uri http://registry.npmjs.org/get-stdin
69378npm verb request no auth needed
69379npm info attempt registry request try #1 at 11:31:57
69380npm http request GET http://registry.npmjs.org/get-stdin
69381npm verb request uri http://registry.npmjs.org/minimist
69382npm verb request no auth needed
69383npm info attempt registry request try #1 at 11:31:57
69384npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
69385npm http request GET http://registry.npmjs.org/minimist
69386npm http 304 http://registry.npmjs.org/minimist
69387npm verb headers { date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69388npm verb headers via: '1.1 varnish',
69389npm verb headers 'cache-control': 'max-age=300',
69390npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
69391npm verb headers age: '224',
69392npm verb headers connection: 'keep-alive',
69393npm verb headers 'x-served-by': 'cache-fra1227-FRA',
69394npm verb headers 'x-cache': 'HIT',
69395npm verb headers 'x-cache-hits': '26',
69396npm verb headers 'x-timer': 'S1450870317.119200,VS0,VE0',
69397npm verb headers vary: 'Accept' }
69398npm verb etag http://registry.npmjs.org/minimist from cache
69399npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
69400npm verb addNamed "1.2.0" is a plain semver version for minimist
69401npm verb addRemoteTarball http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
69402npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz',
69403npm verb addRemoteTarball 'a35008b20f41383eec1fb914f4cd5df79a264284' ]
69404npm info retry fetch attempt 1 at 11:31:57
69405npm info attempt registry request try #1 at 11:31:57
69406npm http fetch GET http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
69407npm http 200 http://registry.npmjs.org/get-stdin
69408npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69409npm verb headers etag: '"BA32P11BIXF0YZOXXS5GKT6NO"',
69410npm verb headers 'content-type': 'application/json',
69411npm verb headers 'cache-control': 'max-age=60',
69412npm verb headers 'content-length': '13271',
69413npm verb headers 'accept-ranges': 'bytes',
69414npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69415npm verb headers via: '1.1 varnish',
69416npm verb headers age: '15',
69417npm verb headers connection: 'keep-alive',
69418npm verb headers 'x-served-by': 'cache-fra1231-FRA',
69419npm verb headers 'x-cache': 'HIT',
69420npm verb headers 'x-cache-hits': '1',
69421npm verb headers 'x-timer': 'S1450870317.113475,VS0,VE0',
69422npm verb headers vary: 'Accept' }
69423npm verb get saving get-stdin to /root/.npm/registry.npmjs.org/get-stdin/.cache.json
69424npm verb cache add spec get-stdin@^4.0.1
69425npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for get-stdin
69426npm verb addNameRange registry:http://registry.npmjs.org/get-stdin not in flight; fetching
69427npm http fetch 200 http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
69428npm verb get http://registry.npmjs.org/get-stdin not expired, no request
69429npm verb addNamed "4.0.1" is a plain semver version for get-stdin
69430npm verb addRemoteTarball http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
69431npm verb addRemoteTarball [ 'http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz',
69432npm verb addRemoteTarball 'b968c6b0a04384324902e8bf1a5df32579a450fe' ]
69433npm info retry fetch attempt 1 at 11:31:57
69434npm info attempt registry request try #1 at 11:31:57
69435npm http fetch GET http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
69436npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimist/-/minimist-1.2.0.tgz not in flight; adding
69437npm verb addTmpTarball already have metadata; skipping unpack for minimist@1.2.0
69438npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
69439npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
69440npm http fetch 200 http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
69441npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz not in flight; adding
69442npm verb addTmpTarball already have metadata; skipping unpack for get-stdin@4.0.1
69443npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json not in flight; writing
69444npm verb afterAdd /root/.npm/get-stdin/4.0.1/package/package.json written
69445npm verb request uri http://registry.npmjs.org/is-finite
69446npm verb request no auth needed
69447npm info attempt registry request try #1 at 11:31:57
69448npm http request GET http://registry.npmjs.org/is-finite
69449npm http 200 http://registry.npmjs.org/is-finite
69450npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69451npm verb headers etag: '"5UGUZMTQAD5XTPNS1L5J5373L"',
69452npm verb headers 'content-type': 'application/json',
69453npm verb headers 'cache-control': 'max-age=60',
69454npm verb headers 'content-length': '3732',
69455npm verb headers 'accept-ranges': 'bytes',
69456npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69457npm verb headers via: '1.1 varnish',
69458npm verb headers age: '13',
69459npm verb headers connection: 'keep-alive',
69460npm verb headers 'x-served-by': 'cache-fra1226-FRA',
69461npm verb headers 'x-cache': 'HIT',
69462npm verb headers 'x-cache-hits': '1',
69463npm verb headers 'x-timer': 'S1450870317.239830,VS0,VE0',
69464npm verb headers vary: 'Accept' }
69465npm verb get saving is-finite to /root/.npm/registry.npmjs.org/is-finite/.cache.json
69466npm verb cache add spec is-finite@^1.0.0
69467npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-finite
69468npm verb addNameRange registry:http://registry.npmjs.org/is-finite not in flight; fetching
69469npm verb get http://registry.npmjs.org/is-finite not expired, no request
69470npm verb addNamed "1.0.1" is a plain semver version for is-finite
69471npm verb addRemoteTarball http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
69472npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz',
69473npm verb addRemoteTarball '6438603eaebe2793948ff4a4262ec8db3d62597b' ]
69474npm info retry fetch attempt 1 at 11:31:57
69475npm info attempt registry request try #1 at 11:31:57
69476npm http fetch GET http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
69477npm http fetch 200 http://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz
69478npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz not in flight; adding
69479npm verb addTmpTarball already have metadata; skipping unpack for is-finite@1.0.1
69480npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json not in flight; writing
69481npm verb afterAdd /root/.npm/is-finite/1.0.1/package/package.json written
69482npm verb request uri http://registry.npmjs.org/number-is-nan
69483npm verb request no auth needed
69484npm info attempt registry request try #1 at 11:31:57
69485npm http request GET http://registry.npmjs.org/number-is-nan
69486npm http 200 http://registry.npmjs.org/number-is-nan
69487npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69488npm verb headers etag: '"BCBSJHWOHTBSTQRYM7FWOBJUY"',
69489npm verb headers 'content-type': 'application/json',
69490npm verb headers 'cache-control': 'max-age=60',
69491npm verb headers 'content-length': '2640',
69492npm verb headers 'accept-ranges': 'bytes',
69493npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69494npm verb headers via: '1.1 varnish',
69495npm verb headers age: '16',
69496npm verb headers connection: 'keep-alive',
69497npm verb headers 'x-served-by': 'cache-fra1231-FRA',
69498npm verb headers 'x-cache': 'HIT',
69499npm verb headers 'x-cache-hits': '1',
69500npm verb headers 'x-timer': 'S1450870317.338666,VS0,VE0',
69501npm verb headers vary: 'Accept' }
69502npm verb get saving number-is-nan to /root/.npm/registry.npmjs.org/number-is-nan/.cache.json
69503npm verb cache add spec number-is-nan@^1.0.0
69504npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for number-is-nan
69505npm verb addNameRange registry:http://registry.npmjs.org/number-is-nan not in flight; fetching
69506npm verb get http://registry.npmjs.org/number-is-nan not expired, no request
69507npm verb addNamed "1.0.0" is a plain semver version for number-is-nan
69508npm verb addRemoteTarball http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
69509npm verb addRemoteTarball [ 'http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz',
69510npm verb addRemoteTarball 'c020f529c5282adfdd233d91d4b181c3d686dc4b' ]
69511npm info retry fetch attempt 1 at 11:31:57
69512npm info attempt registry request try #1 at 11:31:57
69513npm http fetch GET http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
69514npm http fetch 200 http://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz
69515npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz not in flight; adding
69516npm verb addTmpTarball already have metadata; skipping unpack for number-is-nan@1.0.0
69517npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json not in flight; writing
69518npm verb afterAdd /root/.npm/number-is-nan/1.0.0/package/package.json written
69519npm verb request uri http://registry.npmjs.org/os-tmpdir
69520npm verb request no auth needed
69521npm info attempt registry request try #1 at 11:31:57
69522npm http request GET http://registry.npmjs.org/os-tmpdir
69523npm verb request uri http://registry.npmjs.org/user-home
69524npm verb request no auth needed
69525npm info attempt registry request try #1 at 11:31:57
69526npm http request GET http://registry.npmjs.org/user-home
69527npm http 200 http://registry.npmjs.org/os-tmpdir
69528npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69529npm verb headers etag: '"1D6S6GMNM0IZZHSSXH31RK0QV"',
69530npm verb headers 'content-type': 'application/json',
69531npm verb headers 'cache-control': 'max-age=60',
69532npm verb headers 'content-length': '4076',
69533npm verb headers 'accept-ranges': 'bytes',
69534npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69535npm verb headers via: '1.1 varnish',
69536npm verb headers age: '13',
69537npm verb headers connection: 'keep-alive',
69538npm verb headers 'x-served-by': 'cache-fra1243-FRA',
69539npm verb headers 'x-cache': 'HIT',
69540npm verb headers 'x-cache-hits': '1',
69541npm verb headers 'x-timer': 'S1450870317.422499,VS0,VE0',
69542npm verb headers vary: 'Accept' }
69543npm verb get saving os-tmpdir to /root/.npm/registry.npmjs.org/os-tmpdir/.cache.json
69544npm http 200 http://registry.npmjs.org/user-home
69545npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69546npm verb headers etag: '"DG7G913D5WZXJO21WZYFV0HR0"',
69547npm verb headers 'content-type': 'application/json',
69548npm verb headers 'cache-control': 'max-age=60',
69549npm verb headers 'content-length': '6453',
69550npm verb headers 'accept-ranges': 'bytes',
69551npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69552npm verb headers via: '1.1 varnish',
69553npm verb headers age: '51',
69554npm verb headers connection: 'keep-alive',
69555npm verb headers 'x-served-by': 'cache-fra1228-FRA',
69556npm verb headers 'x-cache': 'HIT',
69557npm verb headers 'x-cache-hits': '5',
69558npm verb headers 'x-timer': 'S1450870317.425850,VS0,VE0',
69559npm verb headers vary: 'Accept' }
69560npm verb get saving user-home to /root/.npm/registry.npmjs.org/user-home/.cache.json
69561npm verb cache add spec user-home@^1.1.1
69562npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for user-home
69563npm verb addNameRange registry:http://registry.npmjs.org/user-home not in flight; fetching
69564npm verb cache add spec os-tmpdir@^1.0.1
69565npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for os-tmpdir
69566npm verb addNameRange registry:http://registry.npmjs.org/os-tmpdir not in flight; fetching
69567npm verb get http://registry.npmjs.org/user-home not expired, no request
69568npm verb addNamed "1.1.1" is a plain semver version for user-home
69569npm verb get http://registry.npmjs.org/os-tmpdir not expired, no request
69570npm verb addNamed "1.0.1" is a plain semver version for os-tmpdir
69571npm verb addRemoteTarball http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
69572npm verb addRemoteTarball [ 'http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz',
69573npm verb addRemoteTarball '2b5be23a32b63a7c9deb8d0f28d485724a3df190' ]
69574npm verb addRemoteTarball http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
69575npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
69576npm verb addRemoteTarball 'e9b423a1edaf479882562e92ed71d7743a071b6e' ]
69577npm info retry fetch attempt 1 at 11:31:57
69578npm info attempt registry request try #1 at 11:31:57
69579npm http fetch GET http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
69580npm info retry fetch attempt 1 at 11:31:57
69581npm info attempt registry request try #1 at 11:31:57
69582npm http fetch GET http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
69583npm http fetch 200 http://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
69584npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/user-home/-/user-home-1.1.1.tgz not in flight; adding
69585npm verb addTmpTarball already have metadata; skipping unpack for user-home@1.1.1
69586npm http fetch 200 http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz
69587npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz not in flight; adding
69588npm verb addTmpTarball already have metadata; skipping unpack for os-tmpdir@1.0.1
69589npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json not in flight; writing
69590npm verb afterAdd /root/.npm/user-home/1.1.1/package/package.json written
69591npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json not in flight; writing
69592npm verb afterAdd /root/.npm/os-tmpdir/1.0.1/package/package.json written
69593npm verb request uri http://registry.npmjs.org/left-pad
69594npm verb request no auth needed
69595npm info attempt registry request try #1 at 11:31:57
69596npm http request GET http://registry.npmjs.org/left-pad
69597npm http 200 http://registry.npmjs.org/left-pad
69598npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69599npm verb headers etag: '"D84V139SCUL9Y7FIGJM28PNQI"',
69600npm verb headers 'content-type': 'application/json',
69601npm verb headers 'cache-control': 'max-age=60',
69602npm verb headers 'content-length': '4920',
69603npm verb headers 'accept-ranges': 'bytes',
69604npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69605npm verb headers via: '1.1 varnish',
69606npm verb headers age: '43',
69607npm verb headers connection: 'keep-alive',
69608npm verb headers 'x-served-by': 'cache-fra1234-FRA',
69609npm verb headers 'x-cache': 'HIT',
69610npm verb headers 'x-cache-hits': '1',
69611npm verb headers 'x-timer': 'S1450870317.541804,VS0,VE0',
69612npm verb headers vary: 'Accept' }
69613npm verb get saving left-pad to /root/.npm/registry.npmjs.org/left-pad/.cache.json
69614npm verb cache add spec left-pad@0.0.3
69615npm verb addNamed "0.0.3" is a plain semver version for left-pad
69616npm verb addNameVersion registry:http://registry.npmjs.org/left-pad not in flight; fetching
69617npm verb get http://registry.npmjs.org/left-pad not expired, no request
69618npm verb addRemoteTarball http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz not in flight; adding
69619npm verb addRemoteTarball [ 'http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz',
69620npm verb addRemoteTarball '04d99b4a1eaf9e5f79c05e5d745d53edd1aa8aa1' ]
69621npm info retry fetch attempt 1 at 11:31:57
69622npm info attempt registry request try #1 at 11:31:57
69623npm http fetch GET http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz
69624npm http fetch 200 http://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz
69625npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz not in flight; adding
69626npm verb addTmpTarball already have metadata; skipping unpack for left-pad@0.0.3
69627npm verb afterAdd /root/.npm/left-pad/0.0.3/package/package.json not in flight; writing
69628npm verb afterAdd /root/.npm/left-pad/0.0.3/package/package.json written
69629npm verb request uri http://registry.npmjs.org/xtend
69630npm verb request no auth needed
69631npm info attempt registry request try #1 at 11:31:57
69632npm http request GET http://registry.npmjs.org/xtend
69633npm http 200 http://registry.npmjs.org/xtend
69634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69635npm verb headers etag: '"BZUX5KQ99P4R4FEALL3DKKHAJ"',
69636npm verb headers 'content-type': 'application/json',
69637npm verb headers 'cache-control': 'max-age=300',
69638npm verb headers 'content-length': '20748',
69639npm verb headers 'accept-ranges': 'bytes',
69640npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69641npm verb headers via: '1.1 varnish',
69642npm verb headers age: '16',
69643npm verb headers connection: 'keep-alive',
69644npm verb headers 'x-served-by': 'cache-fra1221-FRA',
69645npm verb headers 'x-cache': 'HIT',
69646npm verb headers 'x-cache-hits': '2',
69647npm verb headers 'x-timer': 'S1450870317.633811,VS0,VE0',
69648npm verb headers vary: 'Accept' }
69649npm verb get saving xtend to /root/.npm/registry.npmjs.org/xtend/.cache.json
69650npm verb cache add spec xtend@^4.0.0
69651npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for xtend
69652npm verb addNameRange registry:http://registry.npmjs.org/xtend not in flight; fetching
69653npm verb get http://registry.npmjs.org/xtend not expired, no request
69654npm verb addNamed "4.0.1" is a plain semver version for xtend
69655npm verb addRemoteTarball http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
69656npm verb addRemoteTarball [ 'http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz',
69657npm verb addRemoteTarball 'a5c6d532be656e23db820efb943a1f04998d63af' ]
69658npm info retry fetch attempt 1 at 11:31:57
69659npm info attempt registry request try #1 at 11:31:57
69660npm http fetch GET http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
69661npm http fetch 200 http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
69662npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/xtend/-/xtend-4.0.1.tgz not in flight; adding
69663npm verb addTmpTarball already have metadata; skipping unpack for xtend@4.0.1
69664npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json not in flight; writing
69665npm verb afterAdd /root/.npm/xtend/4.0.1/package/package.json written
69666npm verb request uri http://registry.npmjs.org/commoner
69667npm verb request no auth needed
69668npm info attempt registry request try #1 at 11:31:57
69669npm http request GET http://registry.npmjs.org/commoner
69670npm verb request uri http://registry.npmjs.org/defs
69671npm verb request no auth needed
69672npm info attempt registry request try #1 at 11:31:57
69673npm http request GET http://registry.npmjs.org/defs
69674npm verb request uri http://registry.npmjs.org/esprima-fb
69675npm verb request no auth needed
69676npm info attempt registry request try #1 at 11:31:57
69677npm http request GET http://registry.npmjs.org/esprima-fb
69678npm verb request uri http://registry.npmjs.org/recast
69679npm verb request no auth needed
69680npm info attempt registry request try #1 at 11:31:57
69681npm http request GET http://registry.npmjs.org/recast
69682npm http 200 http://registry.npmjs.org/defs
69683npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69684npm verb headers etag: '"5QS93MJ3OZ4UNM1W6PF21MGUZ"',
69685npm verb headers 'content-type': 'application/json',
69686npm verb headers 'cache-control': 'max-age=300',
69687npm verb headers 'content-length': '26703',
69688npm verb headers 'accept-ranges': 'bytes',
69689npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69690npm verb headers via: '1.1 varnish',
69691npm verb headers age: '257',
69692npm verb headers connection: 'keep-alive',
69693npm verb headers 'x-served-by': 'cache-fra1248-FRA',
69694npm verb headers 'x-cache': 'HIT',
69695npm verb headers 'x-cache-hits': '3',
69696npm verb headers 'x-timer': 'S1450870317.766975,VS0,VE0',
69697npm verb headers vary: 'Accept' }
69698npm verb get saving defs to /root/.npm/registry.npmjs.org/defs/.cache.json
69699npm verb cache add spec defs@~1.1.0
69700npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for defs
69701npm verb addNameRange registry:http://registry.npmjs.org/defs not in flight; fetching
69702npm verb get http://registry.npmjs.org/defs not expired, no request
69703npm verb addNamed "1.1.1" is a plain semver version for defs
69704npm verb addRemoteTarball http://registry.npmjs.org/defs/-/defs-1.1.1.tgz not in flight; adding
69705npm verb addRemoteTarball [ 'http://registry.npmjs.org/defs/-/defs-1.1.1.tgz',
69706npm verb addRemoteTarball 'b22609f2c7a11ba7a3db116805c139b1caffa9d2' ]
69707npm info retry fetch attempt 1 at 11:31:57
69708npm info attempt registry request try #1 at 11:31:57
69709npm http fetch GET http://registry.npmjs.org/defs/-/defs-1.1.1.tgz
69710npm http fetch 200 http://registry.npmjs.org/defs/-/defs-1.1.1.tgz
69711npm http 200 http://registry.npmjs.org/recast
69712npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69713npm verb headers etag: '"BGGM6CR3OCASMAHJUHRMP8VQD"',
69714npm verb headers 'content-type': 'application/json',
69715npm verb headers 'cache-control': 'max-age=300',
69716npm verb headers 'content-length': '208195',
69717npm verb headers 'accept-ranges': 'bytes',
69718npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69719npm verb headers via: '1.1 varnish',
69720npm verb headers age: '272',
69721npm verb headers connection: 'keep-alive',
69722npm verb headers 'x-served-by': 'cache-fra1243-FRA',
69723npm verb headers 'x-cache': 'HIT',
69724npm verb headers 'x-cache-hits': '2',
69725npm verb headers 'x-timer': 'S1450870317.767090,VS0,VE0',
69726npm verb headers vary: 'Accept' }
69727npm verb get saving recast to /root/.npm/registry.npmjs.org/recast/.cache.json
69728npm verb cache add spec recast@0.10.33
69729npm verb addNamed "0.10.33" is a plain semver version for recast
69730npm verb addNameVersion registry:http://registry.npmjs.org/recast not in flight; fetching
69731npm http 200 http://registry.npmjs.org/commoner
69732npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69733npm verb headers etag: '"7PFNLH7MAUNTCPSQWHG2LCR7F"',
69734npm verb headers 'content-type': 'application/json',
69735npm verb headers 'cache-control': 'max-age=300',
69736npm verb headers 'content-length': '78066',
69737npm verb headers 'accept-ranges': 'bytes',
69738npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69739npm verb headers via: '1.1 varnish',
69740npm verb headers age: '10',
69741npm verb headers connection: 'keep-alive',
69742npm verb headers 'x-served-by': 'cache-fra1220-FRA',
69743npm verb headers 'x-cache': 'HIT',
69744npm verb headers 'x-cache-hits': '1',
69745npm verb headers 'x-timer': 'S1450870317.766665,VS0,VE0',
69746npm verb headers vary: 'Accept' }
69747npm verb get saving commoner to /root/.npm/registry.npmjs.org/commoner/.cache.json
69748npm verb get http://registry.npmjs.org/recast not expired, no request
69749npm http 200 http://registry.npmjs.org/esprima-fb
69750npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69751npm verb headers etag: '"4AEUSG43ZILFZ10L3XXRKITLR"',
69752npm verb headers 'content-type': 'application/json',
69753npm verb headers 'cache-control': 'max-age=60',
69754npm verb headers 'content-length': '58728',
69755npm verb headers 'accept-ranges': 'bytes',
69756npm verb headers date: 'Wed, 23 Dec 2015 11:31:57 GMT',
69757npm verb headers via: '1.1 varnish',
69758npm verb headers age: '42',
69759npm verb headers connection: 'keep-alive',
69760npm verb headers 'x-served-by': 'cache-fra1226-FRA',
69761npm verb headers 'x-cache': 'HIT',
69762npm verb headers 'x-cache-hits': '2',
69763npm verb headers 'x-timer': 'S1450870317.766939,VS0,VE0',
69764npm verb headers vary: 'Accept' }
69765npm verb get saving esprima-fb to /root/.npm/registry.npmjs.org/esprima-fb/.cache.json
69766npm verb addRemoteTarball http://registry.npmjs.org/recast/-/recast-0.10.33.tgz not in flight; adding
69767npm verb addRemoteTarball [ 'http://registry.npmjs.org/recast/-/recast-0.10.33.tgz',
69768npm verb addRemoteTarball '942808f7aa016f1fa7142c461d7e5704aaa8d697' ]
69769npm info retry fetch attempt 1 at 11:31:57
69770npm info attempt registry request try #1 at 11:31:57
69771npm http fetch GET http://registry.npmjs.org/recast/-/recast-0.10.33.tgz
69772npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/defs/-/defs-1.1.1.tgz not in flight; adding
69773npm verb addTmpTarball already have metadata; skipping unpack for defs@1.1.1
69774npm verb cache add spec commoner@~0.10.3
69775npm verb addNamed ">=0.10.3 <0.11.0" is a valid semver range for commoner
69776npm verb addNameRange registry:http://registry.npmjs.org/commoner not in flight; fetching
69777npm verb cache add spec esprima-fb@~15001.1001.0-dev-harmony-fb
69778npm verb addNamed ">=15001.1001.0-dev-harmony-fb <15001.1002.0" is a valid semver range for esprima-fb
69779npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
69780npm http fetch 200 http://registry.npmjs.org/recast/-/recast-0.10.33.tgz
69781npm verb get http://registry.npmjs.org/commoner not expired, no request
69782npm verb addNamed "0.10.4" is a plain semver version for commoner
69783npm verb addRemoteTarball http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz not in flight; adding
69784npm verb addRemoteTarball [ 'http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz',
69785npm verb addRemoteTarball '98f3333dd3ad399596bb2d384a783bb7213d68f8' ]
69786npm verb get http://registry.npmjs.org/esprima-fb not expired, no request
69787npm verb addNamed "15001.1001.0-dev-harmony-fb" is a plain semver version for esprima-fb
69788npm info retry fetch attempt 1 at 11:31:57
69789npm info attempt registry request try #1 at 11:31:57
69790npm http fetch GET http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz
69791npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz not in flight; adding
69792npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz',
69793npm verb addRemoteTarball '43beb57ec26e8cf237d3dd8b33e42533577f2659' ]
69794npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/recast/-/recast-0.10.33.tgz not in flight; adding
69795npm verb addTmpTarball already have metadata; skipping unpack for recast@0.10.33
69796npm verb afterAdd /root/.npm/defs/1.1.1/package/package.json not in flight; writing
69797npm info retry fetch attempt 1 at 11:31:58
69798npm info attempt registry request try #1 at 11:31:58
69799npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz
69800npm http fetch 200 http://registry.npmjs.org/commoner/-/commoner-0.10.4.tgz
69801npm verb afterAdd /root/.npm/defs/1.1.1/package/package.json written
69802npm verb afterAdd /root/.npm/recast/0.10.33/package/package.json not in flight; writing
69803npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/commoner/-/commoner-0.10.4.tgz not in flight; adding
69804npm verb addTmpTarball already have metadata; skipping unpack for commoner@0.10.4
69805npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz
69806npm verb afterAdd /root/.npm/recast/0.10.33/package/package.json written
69807npm verb afterAdd /root/.npm/commoner/0.10.4/package/package.json not in flight; writing
69808npm verb afterAdd /root/.npm/commoner/0.10.4/package/package.json written
69809npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz not in flight; adding
69810npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@15001.1001.0-dev-harmony-fb
69811npm verb afterAdd /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package/package.json not in flight; writing
69812npm verb afterAdd /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package/package.json written
69813npm verb cache add spec graceful-fs@^4.1.2
69814npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
69815npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
69816npm verb request uri http://registry.npmjs.org/detective
69817npm verb request no auth needed
69818npm info attempt registry request try #1 at 11:31:58
69819npm http request GET http://registry.npmjs.org/detective
69820npm verb request uri http://registry.npmjs.org/iconv-lite
69821npm verb request no auth needed
69822npm info attempt registry request try #1 at 11:31:58
69823npm http request GET http://registry.npmjs.org/iconv-lite
69824npm verb request uri http://registry.npmjs.org/q
69825npm verb request no auth needed
69826npm info attempt registry request try #1 at 11:31:58
69827npm http request GET http://registry.npmjs.org/q
69828npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
69829npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
69830npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
69831npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
69832npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
69833npm info retry fetch attempt 1 at 11:31:58
69834npm info attempt registry request try #1 at 11:31:58
69835npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
69836npm http 200 http://registry.npmjs.org/detective
69837npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69838npm verb headers etag: '"49A0GPK5XMCACGIKTUD574YKU"',
69839npm verb headers 'content-type': 'application/json',
69840npm verb headers 'cache-control': 'max-age=300',
69841npm verb headers 'content-length': '31927',
69842npm verb headers 'accept-ranges': 'bytes',
69843npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
69844npm verb headers via: '1.1 varnish',
69845npm verb headers age: '10',
69846npm verb headers connection: 'keep-alive',
69847npm verb headers 'x-served-by': 'cache-fra1221-FRA',
69848npm verb headers 'x-cache': 'HIT',
69849npm verb headers 'x-cache-hits': '1',
69850npm verb headers 'x-timer': 'S1450870318.219092,VS0,VE0',
69851npm verb headers vary: 'Accept' }
69852npm verb get saving detective to /root/.npm/registry.npmjs.org/detective/.cache.json
69853npm verb cache add spec detective@^4.3.1
69854npm verb addNamed ">=4.3.1 <5.0.0" is a valid semver range for detective
69855npm verb addNameRange registry:http://registry.npmjs.org/detective not in flight; fetching
69856npm verb get http://registry.npmjs.org/detective not expired, no request
69857npm verb addNamed "4.3.1" is a plain semver version for detective
69858npm verb addRemoteTarball http://registry.npmjs.org/detective/-/detective-4.3.1.tgz not in flight; adding
69859npm verb addRemoteTarball [ 'http://registry.npmjs.org/detective/-/detective-4.3.1.tgz',
69860npm verb addRemoteTarball '9fb06dd1ee8f0ea4dbcc607cda39d9ce1d4f726f' ]
69861npm info retry fetch attempt 1 at 11:31:58
69862npm info attempt registry request try #1 at 11:31:58
69863npm http fetch GET http://registry.npmjs.org/detective/-/detective-4.3.1.tgz
69864npm http 200 http://registry.npmjs.org/iconv-lite
69865npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69866npm verb headers etag: '"8JER1M9FD3OB1MHR43OO15OP6"',
69867npm verb headers 'content-type': 'application/json',
69868npm verb headers 'cache-control': 'max-age=300',
69869npm verb headers 'content-length': '59548',
69870npm verb headers 'accept-ranges': 'bytes',
69871npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
69872npm verb headers via: '1.1 varnish',
69873npm verb headers age: '190',
69874npm verb headers connection: 'keep-alive',
69875npm verb headers 'x-served-by': 'cache-fra1247-FRA',
69876npm verb headers 'x-cache': 'HIT',
69877npm verb headers 'x-cache-hits': '7',
69878npm verb headers 'x-timer': 'S1450870318.219734,VS0,VE0',
69879npm verb headers vary: 'Accept' }
69880npm verb get saving iconv-lite to /root/.npm/registry.npmjs.org/iconv-lite/.cache.json
69881npm verb cache add spec iconv-lite@^0.4.5
69882npm verb addNamed ">=0.4.5 <0.5.0" is a valid semver range for iconv-lite
69883npm verb addNameRange registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
69884npm http fetch 200 http://registry.npmjs.org/detective/-/detective-4.3.1.tgz
69885npm verb get http://registry.npmjs.org/iconv-lite not expired, no request
69886npm verb addNamed "0.4.13" is a plain semver version for iconv-lite
69887npm verb addRemoteTarball http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
69888npm verb addRemoteTarball [ 'http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz',
69889npm verb addRemoteTarball '1f88aba4ab0b1508e8312acc39345f36e992e2f2' ]
69890npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/detective/-/detective-4.3.1.tgz not in flight; adding
69891npm verb addTmpTarball already have metadata; skipping unpack for detective@4.3.1
69892npm info retry fetch attempt 1 at 11:31:58
69893npm info attempt registry request try #1 at 11:31:58
69894npm http fetch GET http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
69895npm verb afterAdd /root/.npm/detective/4.3.1/package/package.json not in flight; writing
69896npm verb afterAdd /root/.npm/detective/4.3.1/package/package.json written
69897npm http 200 http://registry.npmjs.org/q
69898npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69899npm verb headers etag: '"1KCL8XTT0TP2FAOJQG0SP90B9"',
69900npm verb headers 'content-type': 'application/json',
69901npm verb headers 'cache-control': 'max-age=300',
69902npm verb headers 'content-length': '144074',
69903npm verb headers 'accept-ranges': 'bytes',
69904npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
69905npm verb headers via: '1.1 varnish',
69906npm verb headers age: '135',
69907npm verb headers connection: 'keep-alive',
69908npm verb headers 'x-served-by': 'cache-fra1221-FRA',
69909npm verb headers 'x-cache': 'HIT',
69910npm verb headers 'x-cache-hits': '7',
69911npm verb headers 'x-timer': 'S1450870318.221368,VS0,VE0',
69912npm verb headers vary: 'Accept' }
69913npm verb get saving q to /root/.npm/registry.npmjs.org/q/.cache.json
69914npm http fetch 200 http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
69915npm verb cache add spec q@^1.1.2
69916npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for q
69917npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
69918npm verb get http://registry.npmjs.org/q not expired, no request
69919npm verb addNamed "1.4.1" is a plain semver version for q
69920npm verb addRemoteTarball http://registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
69921npm verb addRemoteTarball [ 'http://registry.npmjs.org/q/-/q-1.4.1.tgz',
69922npm verb addRemoteTarball '55705bcd93c5f3673530c2c2cbc0c2b3addc286e' ]
69923npm info retry fetch attempt 1 at 11:31:58
69924npm info attempt registry request try #1 at 11:31:58
69925npm http fetch GET http://registry.npmjs.org/q/-/q-1.4.1.tgz
69926npm http fetch 200 http://registry.npmjs.org/q/-/q-1.4.1.tgz
69927npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/q/-/q-1.4.1.tgz not in flight; adding
69928npm verb addTmpTarball already have metadata; skipping unpack for q@1.4.1
69929npm verb afterAdd /root/.npm/q/1.4.1/package/package.json not in flight; writing
69930npm verb afterAdd /root/.npm/q/1.4.1/package/package.json written
69931npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
69932npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
69933npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
69934npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
69935npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
69936npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz not in flight; adding
69937npm verb addTmpTarball already have metadata; skipping unpack for iconv-lite@0.4.13
69938npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json not in flight; writing
69939npm verb afterAdd /root/.npm/iconv-lite/0.4.13/package/package.json written
69940npm verb request uri http://registry.npmjs.org/acorn
69941npm verb request no auth needed
69942npm info attempt registry request try #1 at 11:31:58
69943npm http request GET http://registry.npmjs.org/acorn
69944npm verb request uri http://registry.npmjs.org/defined
69945npm verb request no auth needed
69946npm info attempt registry request try #1 at 11:31:58
69947npm http request GET http://registry.npmjs.org/defined
69948npm http 200 http://registry.npmjs.org/defined
69949npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69950npm verb headers etag: '"BW3XNDV52RM5T6F5KNEHTYJGX"',
69951npm verb headers 'content-type': 'application/json',
69952npm verb headers 'cache-control': 'max-age=60',
69953npm verb headers 'content-length': '4088',
69954npm verb headers 'accept-ranges': 'bytes',
69955npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
69956npm verb headers via: '1.1 varnish',
69957npm verb headers age: '23',
69958npm verb headers connection: 'keep-alive',
69959npm verb headers 'x-served-by': 'cache-fra1248-FRA',
69960npm verb headers 'x-cache': 'HIT',
69961npm verb headers 'x-cache-hits': '3',
69962npm verb headers 'x-timer': 'S1450870318.573778,VS0,VE0',
69963npm verb headers vary: 'Accept' }
69964npm verb get saving defined to /root/.npm/registry.npmjs.org/defined/.cache.json
69965npm http 200 http://registry.npmjs.org/acorn
69966npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
69967npm verb headers etag: '"BWMP1ASAAAAVOEGIHPQ23OKY2"',
69968npm verb headers 'content-type': 'application/json',
69969npm verb headers 'cache-control': 'max-age=60',
69970npm verb headers 'content-length': '74138',
69971npm verb headers 'accept-ranges': 'bytes',
69972npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
69973npm verb headers via: '1.1 varnish',
69974npm verb headers age: '46',
69975npm verb headers connection: 'keep-alive',
69976npm verb headers 'x-served-by': 'cache-fra1243-FRA',
69977npm verb headers 'x-cache': 'HIT',
69978npm verb headers 'x-cache-hits': '2',
69979npm verb headers 'x-timer': 'S1450870318.563575,VS0,VE0',
69980npm verb headers vary: 'Accept' }
69981npm verb get saving acorn to /root/.npm/registry.npmjs.org/acorn/.cache.json
69982npm verb cache add spec defined@^1.0.0
69983npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for defined
69984npm verb addNameRange registry:http://registry.npmjs.org/defined not in flight; fetching
69985npm verb get http://registry.npmjs.org/defined not expired, no request
69986npm verb addNamed "1.0.0" is a plain semver version for defined
69987npm verb addRemoteTarball http://registry.npmjs.org/defined/-/defined-1.0.0.tgz not in flight; adding
69988npm verb addRemoteTarball [ 'http://registry.npmjs.org/defined/-/defined-1.0.0.tgz',
69989npm verb addRemoteTarball 'c98d9bcef75674188e110969151199e39b1fa693' ]
69990npm verb cache add spec acorn@^1.0.3
69991npm verb addNamed ">=1.0.3 <2.0.0" is a valid semver range for acorn
69992npm verb addNameRange registry:http://registry.npmjs.org/acorn not in flight; fetching
69993npm info retry fetch attempt 1 at 11:31:58
69994npm info attempt registry request try #1 at 11:31:58
69995npm http fetch GET http://registry.npmjs.org/defined/-/defined-1.0.0.tgz
69996npm verb get http://registry.npmjs.org/acorn not expired, no request
69997npm verb addNamed "1.2.2" is a plain semver version for acorn
69998npm verb addRemoteTarball http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz not in flight; adding
69999npm verb addRemoteTarball [ 'http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz',
70000npm verb addRemoteTarball 'c8ce27de0acc76d896d2b1fad3df588d9e82f014' ]
70001npm info retry fetch attempt 1 at 11:31:58
70002npm info attempt registry request try #1 at 11:31:58
70003npm http fetch GET http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
70004npm http fetch 200 http://registry.npmjs.org/defined/-/defined-1.0.0.tgz
70005npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/defined/-/defined-1.0.0.tgz not in flight; adding
70006npm verb addTmpTarball already have metadata; skipping unpack for defined@1.0.0
70007npm verb afterAdd /root/.npm/defined/1.0.0/package/package.json not in flight; writing
70008npm verb afterAdd /root/.npm/defined/1.0.0/package/package.json written
70009npm http fetch 200 http://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
70010npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/acorn/-/acorn-1.2.2.tgz not in flight; adding
70011npm verb addTmpTarball already have metadata; skipping unpack for acorn@1.2.2
70012npm verb afterAdd /root/.npm/acorn/1.2.2/package/package.json not in flight; writing
70013npm verb afterAdd /root/.npm/acorn/1.2.2/package/package.json written
70014npm verb cache add spec source-map@~0.5.0
70015npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for source-map
70016npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
70017npm verb request uri http://registry.npmjs.org/ast-types
70018npm verb request no auth needed
70019npm info attempt registry request try #1 at 11:31:58
70020npm http request GET http://registry.npmjs.org/ast-types
70021npm verb get http://registry.npmjs.org/source-map not expired, no request
70022npm verb addNamed "0.5.3" is a plain semver version for source-map
70023npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
70024npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
70025npm http 200 http://registry.npmjs.org/ast-types
70026npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70027npm verb headers etag: '"E6AAMK3D74MOC850AZXA3CY9W"',
70028npm verb headers 'content-type': 'application/json',
70029npm verb headers 'cache-control': 'max-age=300',
70030npm verb headers 'content-length': '168177',
70031npm verb headers 'accept-ranges': 'bytes',
70032npm verb headers date: 'Wed, 23 Dec 2015 11:31:58 GMT',
70033npm verb headers via: '1.1 varnish',
70034npm verb headers age: '211',
70035npm verb headers connection: 'keep-alive',
70036npm verb headers 'x-served-by': 'cache-fra1221-FRA',
70037npm verb headers 'x-cache': 'HIT',
70038npm verb headers 'x-cache-hits': '6',
70039npm verb headers 'x-timer': 'S1450870318.926334,VS0,VE0',
70040npm verb headers vary: 'Accept' }
70041npm verb get saving ast-types to /root/.npm/registry.npmjs.org/ast-types/.cache.json
70042npm verb cache add spec ast-types@0.8.12
70043npm verb addNamed "0.8.12" is a plain semver version for ast-types
70044npm verb addNameVersion registry:http://registry.npmjs.org/ast-types not in flight; fetching
70045npm verb get http://registry.npmjs.org/ast-types not expired, no request
70046npm verb addRemoteTarball http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz not in flight; adding
70047npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz',
70048npm verb addRemoteTarball 'a0d90e4351bb887716c83fd637ebf818af4adfcc' ]
70049npm info retry fetch attempt 1 at 11:31:59
70050npm info attempt registry request try #1 at 11:31:59
70051npm http fetch GET http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz
70052npm http fetch 200 http://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz
70053npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz not in flight; adding
70054npm verb addTmpTarball already have metadata; skipping unpack for ast-types@0.8.12
70055npm verb afterAdd /root/.npm/ast-types/0.8.12/package/package.json not in flight; writing
70056npm verb afterAdd /root/.npm/ast-types/0.8.12/package/package.json written
70057npm verb request uri http://registry.npmjs.org/alter
70058npm verb request no auth needed
70059npm info attempt registry request try #1 at 11:31:59
70060npm http request GET http://registry.npmjs.org/alter
70061npm verb request uri http://registry.npmjs.org/ast-traverse
70062npm verb request no auth needed
70063npm info attempt registry request try #1 at 11:31:59
70064npm http request GET http://registry.npmjs.org/ast-traverse
70065npm verb request uri http://registry.npmjs.org/breakable
70066npm verb request no auth needed
70067npm info attempt registry request try #1 at 11:31:59
70068npm http request GET http://registry.npmjs.org/breakable
70069npm verb request uri http://registry.npmjs.org/simple-fmt
70070npm verb request no auth needed
70071npm info attempt registry request try #1 at 11:31:59
70072npm http request GET http://registry.npmjs.org/simple-fmt
70073npm verb request uri http://registry.npmjs.org/simple-is
70074npm verb request no auth needed
70075npm info attempt registry request try #1 at 11:31:59
70076npm http request GET http://registry.npmjs.org/simple-is
70077npm verb request uri http://registry.npmjs.org/stringmap
70078npm verb request no auth needed
70079npm info attempt registry request try #1 at 11:31:59
70080npm http request GET http://registry.npmjs.org/stringmap
70081npm verb request uri http://registry.npmjs.org/stringset
70082npm verb request no auth needed
70083npm info attempt registry request try #1 at 11:31:59
70084npm http request GET http://registry.npmjs.org/stringset
70085npm verb request uri http://registry.npmjs.org/tryor
70086npm verb request no auth needed
70087npm info attempt registry request try #1 at 11:31:59
70088npm http request GET http://registry.npmjs.org/tryor
70089npm verb request uri http://registry.npmjs.org/yargs
70090npm verb request no auth needed
70091npm info attempt registry request try #1 at 11:31:59
70092npm http request GET http://registry.npmjs.org/yargs
70093npm http 200 http://registry.npmjs.org/breakable
70094npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70095npm verb headers etag: '"979974NYVWN15KZXRV16SPMUA"',
70096npm verb headers 'content-type': 'application/json',
70097npm verb headers 'cache-control': 'max-age=300',
70098npm verb headers 'content-length': '4873',
70099npm verb headers 'accept-ranges': 'bytes',
70100npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70101npm verb headers via: '1.1 varnish',
70102npm verb headers age: '263',
70103npm verb headers connection: 'keep-alive',
70104npm verb headers 'x-served-by': 'cache-fra1222-FRA',
70105npm verb headers 'x-cache': 'HIT',
70106npm verb headers 'x-cache-hits': '3',
70107npm verb headers 'x-timer': 'S1450870319.206243,VS0,VE0',
70108npm verb headers vary: 'Accept' }
70109npm verb get saving breakable to /root/.npm/registry.npmjs.org/breakable/.cache.json
70110npm http 200 http://registry.npmjs.org/alter
70111npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70112npm verb headers etag: '"70NV5FN8R7T9XM0B0OTFJSHH4"',
70113npm verb headers 'content-type': 'application/json',
70114npm verb headers 'cache-control': 'max-age=60',
70115npm verb headers 'content-length': '3927',
70116npm verb headers 'accept-ranges': 'bytes',
70117npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70118npm verb headers via: '1.1 varnish',
70119npm verb headers age: '58',
70120npm verb headers connection: 'keep-alive',
70121npm verb headers 'x-served-by': 'cache-fra1235-FRA',
70122npm verb headers 'x-cache': 'HIT',
70123npm verb headers 'x-cache-hits': '2',
70124npm verb headers 'x-timer': 'S1450870319.206223,VS0,VE0',
70125npm verb headers vary: 'Accept' }
70126npm verb get saving alter to /root/.npm/registry.npmjs.org/alter/.cache.json
70127npm http 200 http://registry.npmjs.org/simple-fmt
70128npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70129npm verb headers etag: '"9BOR0ZL4HXS0ME6YKHEPUBF9P"',
70130npm verb headers 'content-type': 'application/json',
70131npm verb headers 'cache-control': 'max-age=300',
70132npm verb headers 'content-length': '3680',
70133npm verb headers 'accept-ranges': 'bytes',
70134npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70135npm verb headers via: '1.1 varnish',
70136npm verb headers age: '215',
70137npm verb headers connection: 'keep-alive',
70138npm verb headers 'x-served-by': 'cache-fra1247-FRA',
70139npm verb headers 'x-cache': 'HIT',
70140npm verb headers 'x-cache-hits': '3',
70141npm verb headers 'x-timer': 'S1450870319.206567,VS0,VE0',
70142npm verb headers vary: 'Accept' }
70143npm verb get saving simple-fmt to /root/.npm/registry.npmjs.org/simple-fmt/.cache.json
70144npm http 200 http://registry.npmjs.org/ast-traverse
70145npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70146npm verb headers etag: '"2YKPKTYP7DI4ISSP6YHH93XIU"',
70147npm verb headers 'content-type': 'application/json',
70148npm verb headers 'cache-control': 'max-age=60',
70149npm verb headers 'content-length': '9497',
70150npm verb headers 'accept-ranges': 'bytes',
70151npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70152npm verb headers via: '1.1 varnish',
70153npm verb headers age: '30',
70154npm verb headers connection: 'keep-alive',
70155npm verb headers 'x-served-by': 'cache-fra1238-FRA',
70156npm verb headers 'x-cache': 'HIT',
70157npm verb headers 'x-cache-hits': '1',
70158npm verb headers 'x-timer': 'S1450870319.206350,VS0,VE0',
70159npm verb headers vary: 'Accept' }
70160npm verb get saving ast-traverse to /root/.npm/registry.npmjs.org/ast-traverse/.cache.json
70161npm http 200 http://registry.npmjs.org/simple-is
70162npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70163npm verb headers etag: '"1SMKBZ2W9DXO945UPWOSGHIBR"',
70164npm verb headers 'content-type': 'application/json',
70165npm verb headers 'cache-control': 'max-age=300',
70166npm verb headers 'content-length': '7165',
70167npm verb headers 'accept-ranges': 'bytes',
70168npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70169npm verb headers via: '1.1 varnish',
70170npm verb headers age: '231',
70171npm verb headers connection: 'keep-alive',
70172npm verb headers 'x-served-by': 'cache-fra1221-FRA',
70173npm verb headers 'x-cache': 'HIT',
70174npm verb headers 'x-cache-hits': '2',
70175npm verb headers 'x-timer': 'S1450870319.207169,VS0,VE0',
70176npm verb headers vary: 'Accept' }
70177npm verb get saving simple-is to /root/.npm/registry.npmjs.org/simple-is/.cache.json
70178npm http 200 http://registry.npmjs.org/stringset
70179npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70180npm verb headers etag: '"1BVL09P2WD2YAYDJ9D8H76V7H"',
70181npm verb headers 'content-type': 'application/json',
70182npm verb headers 'cache-control': 'max-age=60',
70183npm verb headers 'content-length': '8179',
70184npm verb headers 'accept-ranges': 'bytes',
70185npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70186npm verb headers via: '1.1 varnish',
70187npm verb headers age: '43',
70188npm verb headers connection: 'keep-alive',
70189npm verb headers 'x-served-by': 'cache-fra1228-FRA',
70190npm verb headers 'x-cache': 'HIT',
70191npm verb headers 'x-cache-hits': '3',
70192npm verb headers 'x-timer': 'S1450870319.207572,VS0,VE0',
70193npm verb headers vary: 'Accept' }
70194npm verb get saving stringset to /root/.npm/registry.npmjs.org/stringset/.cache.json
70195npm http 200 http://registry.npmjs.org/stringmap
70196npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70197npm verb headers etag: '"ALXJFRTQ10BKFXH7Q570CX5UW"',
70198npm verb headers 'content-type': 'application/json',
70199npm verb headers 'cache-control': 'max-age=300',
70200npm verb headers 'content-length': '14314',
70201npm verb headers 'accept-ranges': 'bytes',
70202npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70203npm verb headers via: '1.1 varnish',
70204npm verb headers age: '218',
70205npm verb headers connection: 'keep-alive',
70206npm verb headers 'x-served-by': 'cache-fra1239-FRA',
70207npm verb headers 'x-cache': 'HIT',
70208npm verb headers 'x-cache-hits': '3',
70209npm verb headers 'x-timer': 'S1450870319.207442,VS0,VE0',
70210npm verb headers vary: 'Accept' }
70211npm verb get saving stringmap to /root/.npm/registry.npmjs.org/stringmap/.cache.json
70212npm verb cache add spec simple-fmt@~0.1.0
70213npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for simple-fmt
70214npm verb addNameRange registry:http://registry.npmjs.org/simple-fmt not in flight; fetching
70215npm verb cache add spec ast-traverse@~0.1.1
70216npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for ast-traverse
70217npm verb addNameRange registry:http://registry.npmjs.org/ast-traverse not in flight; fetching
70218npm verb cache add spec simple-is@~0.2.0
70219npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for simple-is
70220npm verb addNameRange registry:http://registry.npmjs.org/simple-is not in flight; fetching
70221npm verb cache add spec stringset@~0.2.1
70222npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for stringset
70223npm verb addNameRange registry:http://registry.npmjs.org/stringset not in flight; fetching
70224npm verb cache add spec breakable@~1.0.0
70225npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for breakable
70226npm verb addNameRange registry:http://registry.npmjs.org/breakable not in flight; fetching
70227npm verb cache add spec alter@~0.2.0
70228npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for alter
70229npm verb addNameRange registry:http://registry.npmjs.org/alter not in flight; fetching
70230npm verb cache add spec stringmap@~0.2.2
70231npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for stringmap
70232npm verb addNameRange registry:http://registry.npmjs.org/stringmap not in flight; fetching
70233npm verb get http://registry.npmjs.org/simple-fmt not expired, no request
70234npm verb addNamed "0.1.0" is a plain semver version for simple-fmt
70235npm verb get http://registry.npmjs.org/simple-is not expired, no request
70236npm verb addNamed "0.2.0" is a plain semver version for simple-is
70237npm verb get http://registry.npmjs.org/ast-traverse not expired, no request
70238npm verb addNamed "0.1.1" is a plain semver version for ast-traverse
70239npm verb get http://registry.npmjs.org/breakable not expired, no request
70240npm verb addNamed "1.0.0" is a plain semver version for breakable
70241npm verb get http://registry.npmjs.org/stringset not expired, no request
70242npm verb addNamed "0.2.1" is a plain semver version for stringset
70243npm verb get http://registry.npmjs.org/alter not expired, no request
70244npm verb addNamed "0.2.0" is a plain semver version for alter
70245npm verb get http://registry.npmjs.org/stringmap not expired, no request
70246npm verb addNamed "0.2.2" is a plain semver version for stringmap
70247npm verb addRemoteTarball http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
70248npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz',
70249npm verb addRemoteTarball '191bf566a59e6530482cb25ab53b4a8dc85c3a6b' ]
70250npm verb addRemoteTarball http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
70251npm verb addRemoteTarball [ 'http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz',
70252npm verb addRemoteTarball '2abb75aade39deb5cc815ce10e6191164850baf0' ]
70253npm verb addRemoteTarball http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz not in flight; adding
70254npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz',
70255npm verb addRemoteTarball '69cf2b8386f19dcda1bb1e05d68fe359d8897de6' ]
70256npm verb addRemoteTarball http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz not in flight; adding
70257npm verb addRemoteTarball [ 'http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz',
70258npm verb addRemoteTarball '784a797915a38ead27bad456b5572cb4bbaa78c1' ]
70259npm verb addRemoteTarball http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
70260npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz',
70261npm verb addRemoteTarball 'ef259c4e349344377fcd1c913dd2e848c9c042b5' ]
70262npm verb addRemoteTarball http://registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
70263npm verb addRemoteTarball [ 'http://registry.npmjs.org/alter/-/alter-0.2.0.tgz',
70264npm verb addRemoteTarball 'c7588808617572034aae62480af26b1d4d1cb3cd' ]
70265npm verb addRemoteTarball http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
70266npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz',
70267npm verb addRemoteTarball '556c137b258f942b8776f5b2ef582aa069d7d1b1' ]
70268npm info retry fetch attempt 1 at 11:31:59
70269npm info attempt registry request try #1 at 11:31:59
70270npm http fetch GET http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
70271npm info retry fetch attempt 1 at 11:31:59
70272npm info attempt registry request try #1 at 11:31:59
70273npm http fetch GET http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
70274npm info retry fetch attempt 1 at 11:31:59
70275npm info attempt registry request try #1 at 11:31:59
70276npm http fetch GET http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz
70277npm info retry fetch attempt 1 at 11:31:59
70278npm info attempt registry request try #1 at 11:31:59
70279npm http fetch GET http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
70280npm info retry fetch attempt 1 at 11:31:59
70281npm info attempt registry request try #1 at 11:31:59
70282npm http fetch GET http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz
70283npm info retry fetch attempt 1 at 11:31:59
70284npm info attempt registry request try #1 at 11:31:59
70285npm http fetch GET http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
70286npm info retry fetch attempt 1 at 11:31:59
70287npm info attempt registry request try #1 at 11:31:59
70288npm http fetch GET http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
70289npm http fetch 200 http://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz
70290npm http fetch 200 http://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz
70291npm http fetch 200 http://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz
70292npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz not in flight; adding
70293npm verb addTmpTarball already have metadata; skipping unpack for ast-traverse@0.1.1
70294npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz not in flight; adding
70295npm verb addTmpTarball already have metadata; skipping unpack for simple-is@0.2.0
70296npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz not in flight; adding
70297npm verb addTmpTarball already have metadata; skipping unpack for simple-fmt@0.1.0
70298npm http fetch 200 http://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz
70299npm http fetch 200 http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz
70300npm http fetch 200 http://registry.npmjs.org/alter/-/alter-0.2.0.tgz
70301npm http fetch 200 http://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz
70302npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz not in flight; adding
70303npm verb addTmpTarball already have metadata; skipping unpack for stringmap@0.2.2
70304npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/breakable/-/breakable-1.0.0.tgz not in flight; adding
70305npm verb addTmpTarball already have metadata; skipping unpack for breakable@1.0.0
70306npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/stringset/-/stringset-0.2.1.tgz not in flight; adding
70307npm verb addTmpTarball already have metadata; skipping unpack for stringset@0.2.1
70308npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/alter/-/alter-0.2.0.tgz not in flight; adding
70309npm verb addTmpTarball already have metadata; skipping unpack for alter@0.2.0
70310npm verb afterAdd /root/.npm/ast-traverse/0.1.1/package/package.json not in flight; writing
70311npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json not in flight; writing
70312npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json not in flight; writing
70313npm verb afterAdd /root/.npm/ast-traverse/0.1.1/package/package.json written
70314npm verb afterAdd /root/.npm/simple-is/0.2.0/package/package.json written
70315npm verb afterAdd /root/.npm/simple-fmt/0.1.0/package/package.json written
70316npm verb afterAdd /root/.npm/breakable/1.0.0/package/package.json not in flight; writing
70317npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json not in flight; writing
70318npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json not in flight; writing
70319npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json not in flight; writing
70320npm verb afterAdd /root/.npm/breakable/1.0.0/package/package.json written
70321npm verb afterAdd /root/.npm/stringmap/0.2.2/package/package.json written
70322npm verb afterAdd /root/.npm/alter/0.2.0/package/package.json written
70323npm verb afterAdd /root/.npm/stringset/0.2.1/package/package.json written
70324npm http 200 http://registry.npmjs.org/tryor
70325npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70326npm verb headers etag: '"9BOPKIK4TCDM9PH8KCM8H98I7"',
70327npm verb headers 'content-type': 'application/json',
70328npm verb headers 'cache-control': 'max-age=60',
70329npm verb headers 'content-length': '6353',
70330npm verb headers 'accept-ranges': 'bytes',
70331npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70332npm verb headers via: '1.1 varnish',
70333npm verb headers age: '9',
70334npm verb headers connection: 'keep-alive',
70335npm verb headers 'x-served-by': 'cache-fra1232-FRA',
70336npm verb headers 'x-cache': 'HIT',
70337npm verb headers 'x-cache-hits': '1',
70338npm verb headers 'x-timer': 'S1450870319.207470,VS0,VE0',
70339npm verb headers vary: 'Accept' }
70340npm verb get saving tryor to /root/.npm/registry.npmjs.org/tryor/.cache.json
70341npm verb cache add spec tryor@~0.1.2
70342npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for tryor
70343npm verb addNameRange registry:http://registry.npmjs.org/tryor not in flight; fetching
70344npm verb get http://registry.npmjs.org/tryor not expired, no request
70345npm verb addNamed "0.1.2" is a plain semver version for tryor
70346npm verb addRemoteTarball http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
70347npm verb addRemoteTarball [ 'http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz',
70348npm verb addRemoteTarball '8145e4ca7caff40acde3ccf946e8b8bb75b4172b' ]
70349npm info retry fetch attempt 1 at 11:31:59
70350npm info attempt registry request try #1 at 11:31:59
70351npm http fetch GET http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
70352npm http fetch 200 http://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz
70353npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tryor/-/tryor-0.1.2.tgz not in flight; adding
70354npm verb addTmpTarball already have metadata; skipping unpack for tryor@0.1.2
70355npm http 200 http://registry.npmjs.org/yargs
70356npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70357npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
70358npm verb headers 'content-type': 'application/json',
70359npm verb headers 'cache-control': 'max-age=300',
70360npm verb headers 'content-length': '170209',
70361npm verb headers 'accept-ranges': 'bytes',
70362npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70363npm verb headers via: '1.1 varnish',
70364npm verb headers age: '116',
70365npm verb headers connection: 'keep-alive',
70366npm verb headers 'x-served-by': 'cache-fra1224-FRA',
70367npm verb headers 'x-cache': 'HIT',
70368npm verb headers 'x-cache-hits': '11',
70369npm verb headers 'x-timer': 'S1450870319.211188,VS0,VE0',
70370npm verb headers vary: 'Accept' }
70371npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
70372npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json not in flight; writing
70373npm verb cache add spec yargs@~3.27.0
70374npm verb addNamed ">=3.27.0 <3.28.0" is a valid semver range for yargs
70375npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
70376npm verb afterAdd /root/.npm/tryor/0.1.2/package/package.json written
70377npm verb get http://registry.npmjs.org/yargs not expired, no request
70378npm verb addNamed "3.27.0" is a plain semver version for yargs
70379npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz not in flight; adding
70380npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz',
70381npm verb addRemoteTarball '21205469316e939131d59f2da0c6d7f98221ea40' ]
70382npm info retry fetch attempt 1 at 11:31:59
70383npm info attempt registry request try #1 at 11:31:59
70384npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz
70385npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz
70386npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/yargs/-/yargs-3.27.0.tgz not in flight; adding
70387npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.27.0
70388npm verb afterAdd /root/.npm/yargs/3.27.0/package/package.json not in flight; writing
70389npm verb afterAdd /root/.npm/yargs/3.27.0/package/package.json written
70390npm verb request uri http://registry.npmjs.org/stable
70391npm verb request no auth needed
70392npm info attempt registry request try #1 at 11:31:59
70393npm http request GET http://registry.npmjs.org/stable
70394npm http 200 http://registry.npmjs.org/stable
70395npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70396npm verb headers etag: '"AITLN1855CMZJB42B7GAXWJ5"',
70397npm verb headers 'content-type': 'application/json',
70398npm verb headers 'cache-control': 'max-age=300',
70399npm verb headers 'content-length': '8783',
70400npm verb headers 'accept-ranges': 'bytes',
70401npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70402npm verb headers via: '1.1 varnish',
70403npm verb headers age: '215',
70404npm verb headers connection: 'keep-alive',
70405npm verb headers 'x-served-by': 'cache-fra1244-FRA',
70406npm verb headers 'x-cache': 'HIT',
70407npm verb headers 'x-cache-hits': '2',
70408npm verb headers 'x-timer': 'S1450870319.659898,VS0,VE0',
70409npm verb headers vary: 'Accept' }
70410npm verb get saving stable to /root/.npm/registry.npmjs.org/stable/.cache.json
70411npm verb cache add spec stable@~0.1.3
70412npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for stable
70413npm verb addNameRange registry:http://registry.npmjs.org/stable not in flight; fetching
70414npm verb get http://registry.npmjs.org/stable not expired, no request
70415npm verb addNamed "0.1.5" is a plain semver version for stable
70416npm verb addRemoteTarball http://registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
70417npm verb addRemoteTarball [ 'http://registry.npmjs.org/stable/-/stable-0.1.5.tgz',
70418npm verb addRemoteTarball '08232f60c732e9890784b5bed0734f8b32a887b9' ]
70419npm info retry fetch attempt 1 at 11:31:59
70420npm info attempt registry request try #1 at 11:31:59
70421npm http fetch GET http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
70422npm http fetch 200 http://registry.npmjs.org/stable/-/stable-0.1.5.tgz
70423npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/stable/-/stable-0.1.5.tgz not in flight; adding
70424npm verb addTmpTarball already have metadata; skipping unpack for stable@0.1.5
70425npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json not in flight; writing
70426npm verb afterAdd /root/.npm/stable/0.1.5/package/package.json written
70427npm verb request uri http://registry.npmjs.org/camelcase
70428npm verb request no auth needed
70429npm info attempt registry request try #1 at 11:31:59
70430npm http request GET http://registry.npmjs.org/camelcase
70431npm verb request uri http://registry.npmjs.org/cliui
70432npm verb request no auth needed
70433npm info attempt registry request try #1 at 11:31:59
70434npm http request GET http://registry.npmjs.org/cliui
70435npm verb request uri http://registry.npmjs.org/decamelize
70436npm verb request no auth needed
70437npm info attempt registry request try #1 at 11:31:59
70438npm http request GET http://registry.npmjs.org/decamelize
70439npm verb request uri http://registry.npmjs.org/os-locale
70440npm verb request no auth needed
70441npm info attempt registry request try #1 at 11:31:59
70442npm http request GET http://registry.npmjs.org/os-locale
70443npm verb request uri http://registry.npmjs.org/window-size
70444npm verb request no auth needed
70445npm info attempt registry request try #1 at 11:31:59
70446npm http request GET http://registry.npmjs.org/window-size
70447npm verb request uri http://registry.npmjs.org/y18n
70448npm verb request no auth needed
70449npm info attempt registry request try #1 at 11:31:59
70450npm http request GET http://registry.npmjs.org/y18n
70451npm http 200 http://registry.npmjs.org/decamelize
70452npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70453npm verb headers etag: '"4P8GGUAZSP3O7T754ICN6U7IN"',
70454npm verb headers 'content-type': 'application/json',
70455npm verb headers 'cache-control': 'max-age=300',
70456npm verb headers 'content-length': '6752',
70457npm verb headers 'accept-ranges': 'bytes',
70458npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70459npm verb headers via: '1.1 varnish',
70460npm verb headers age: '288',
70461npm verb headers connection: 'keep-alive',
70462npm verb headers 'x-served-by': 'cache-fra1248-FRA',
70463npm verb headers 'x-cache': 'HIT',
70464npm verb headers 'x-cache-hits': '14',
70465npm verb headers 'x-timer': 'S1450870319.781507,VS0,VE0',
70466npm verb headers vary: 'Accept' }
70467npm verb get saving decamelize to /root/.npm/registry.npmjs.org/decamelize/.cache.json
70468npm http 200 http://registry.npmjs.org/camelcase
70469npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70470npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
70471npm verb headers 'content-type': 'application/json',
70472npm verb headers 'cache-control': 'max-age=300',
70473npm verb headers 'content-length': '11909',
70474npm verb headers 'accept-ranges': 'bytes',
70475npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70476npm verb headers via: '1.1 varnish',
70477npm verb headers age: '38',
70478npm verb headers connection: 'keep-alive',
70479npm verb headers 'x-served-by': 'cache-fra1223-FRA',
70480npm verb headers 'x-cache': 'HIT',
70481npm verb headers 'x-cache-hits': '2',
70482npm verb headers 'x-timer': 'S1450870319.781398,VS0,VE0',
70483npm verb headers vary: 'Accept' }
70484npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
70485npm http 200 http://registry.npmjs.org/window-size
70486npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70487npm verb headers etag: '"663MQE2QDQ87JZWCV2SZKKO24"',
70488npm verb headers 'content-type': 'application/json',
70489npm verb headers 'cache-control': 'max-age=60',
70490npm verb headers 'content-length': '8907',
70491npm verb headers 'accept-ranges': 'bytes',
70492npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70493npm verb headers via: '1.1 varnish',
70494npm verb headers age: '19',
70495npm verb headers connection: 'keep-alive',
70496npm verb headers 'x-served-by': 'cache-fra1226-FRA',
70497npm verb headers 'x-cache': 'HIT',
70498npm verb headers 'x-cache-hits': '2',
70499npm verb headers 'x-timer': 'S1450870319.781616,VS0,VE0',
70500npm verb headers vary: 'Accept' }
70501npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
70502npm http 200 http://registry.npmjs.org/cliui
70503npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70504npm verb headers etag: '"58ULZBTOK6IB181MZQF4NKI10"',
70505npm verb headers 'content-type': 'application/json',
70506npm verb headers 'cache-control': 'max-age=60',
70507npm verb headers 'content-length': '18350',
70508npm verb headers 'accept-ranges': 'bytes',
70509npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70510npm verb headers via: '1.1 varnish',
70511npm verb headers age: '38',
70512npm verb headers connection: 'keep-alive',
70513npm verb headers 'x-served-by': 'cache-fra1245-FRA',
70514npm verb headers 'x-cache': 'HIT',
70515npm verb headers 'x-cache-hits': '1',
70516npm verb headers 'x-timer': 'S1450870319.781456,VS0,VE0',
70517npm verb headers vary: 'Accept' }
70518npm verb get saving cliui to /root/.npm/registry.npmjs.org/cliui/.cache.json
70519npm http 200 http://registry.npmjs.org/y18n
70520npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70521npm verb headers etag: '"1DCZRFBCFZHI6EJ4TXEY7AGMI"',
70522npm verb headers 'content-type': 'application/json',
70523npm verb headers 'cache-control': 'max-age=60',
70524npm verb headers 'content-length': '9944',
70525npm verb headers 'accept-ranges': 'bytes',
70526npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70527npm verb headers via: '1.1 varnish',
70528npm verb headers age: '23',
70529npm verb headers connection: 'keep-alive',
70530npm verb headers 'x-served-by': 'cache-fra1229-FRA',
70531npm verb headers 'x-cache': 'HIT',
70532npm verb headers 'x-cache-hits': '2',
70533npm verb headers 'x-timer': 'S1450870319.785457,VS0,VE0',
70534npm verb headers vary: 'Accept' }
70535npm verb get saving y18n to /root/.npm/registry.npmjs.org/y18n/.cache.json
70536npm verb cache add spec decamelize@^1.0.0
70537npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for decamelize
70538npm verb addNameRange registry:http://registry.npmjs.org/decamelize not in flight; fetching
70539npm verb cache add spec camelcase@^1.2.1
70540npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for camelcase
70541npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
70542npm verb get http://registry.npmjs.org/decamelize not expired, no request
70543npm verb addNamed "1.1.2" is a plain semver version for decamelize
70544npm verb get http://registry.npmjs.org/camelcase not expired, no request
70545npm verb addNamed "1.2.1" is a plain semver version for camelcase
70546npm verb addRemoteTarball http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
70547npm verb addRemoteTarball [ 'http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz',
70548npm verb addRemoteTarball 'dcc93727be209632e98b02718ef4cb79602322f2' ]
70549npm verb cache add spec window-size@^0.1.2
70550npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for window-size
70551npm verb addNameRange registry:http://registry.npmjs.org/window-size not in flight; fetching
70552npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
70553npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz',
70554npm verb addRemoteTarball '9bb5304d2e0b56698b2c758b08a3eaa9daa58a39' ]
70555npm verb cache add spec cliui@^2.1.0
70556npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for cliui
70557npm verb addNameRange registry:http://registry.npmjs.org/cliui not in flight; fetching
70558npm verb cache add spec y18n@^3.2.0
70559npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for y18n
70560npm verb addNameRange registry:http://registry.npmjs.org/y18n not in flight; fetching
70561npm info retry fetch attempt 1 at 11:31:59
70562npm info attempt registry request try #1 at 11:31:59
70563npm http fetch GET http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
70564npm info retry fetch attempt 1 at 11:31:59
70565npm info attempt registry request try #1 at 11:31:59
70566npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
70567npm verb get http://registry.npmjs.org/window-size not expired, no request
70568npm verb addNamed "0.1.4" is a plain semver version for window-size
70569npm verb get http://registry.npmjs.org/y18n not expired, no request
70570npm verb addNamed "3.2.0" is a plain semver version for y18n
70571npm verb get http://registry.npmjs.org/cliui not expired, no request
70572npm verb addNamed "2.1.0" is a plain semver version for cliui
70573npm verb addRemoteTarball http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz not in flight; adding
70574npm verb addRemoteTarball [ 'http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz',
70575npm verb addRemoteTarball 'f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876' ]
70576npm verb addRemoteTarball http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz not in flight; adding
70577npm verb addRemoteTarball [ 'http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz',
70578npm verb addRemoteTarball '3bec64c93b730d924a6148c765757932433e34c8' ]
70579npm verb addRemoteTarball http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz not in flight; adding
70580npm verb addRemoteTarball [ 'http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz',
70581npm verb addRemoteTarball '4b475760ff80264c762c3a1719032e91c7fea0d1' ]
70582npm http 200 http://registry.npmjs.org/os-locale
70583npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70584npm verb headers etag: '"1H2QTD58LXF6JRUV051KBEH1M"',
70585npm verb headers 'content-type': 'application/json',
70586npm verb headers 'cache-control': 'max-age=60',
70587npm verb headers 'content-length': '11806',
70588npm verb headers 'accept-ranges': 'bytes',
70589npm verb headers date: 'Wed, 23 Dec 2015 11:31:59 GMT',
70590npm verb headers via: '1.1 varnish',
70591npm verb headers age: '24',
70592npm verb headers connection: 'keep-alive',
70593npm verb headers 'x-served-by': 'cache-fra1222-FRA',
70594npm verb headers 'x-cache': 'HIT',
70595npm verb headers 'x-cache-hits': '1',
70596npm verb headers 'x-timer': 'S1450870319.781492,VS0,VE0',
70597npm verb headers vary: 'Accept' }
70598npm verb get saving os-locale to /root/.npm/registry.npmjs.org/os-locale/.cache.json
70599npm http fetch 200 http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
70600npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
70601npm info retry fetch attempt 1 at 11:31:59
70602npm info attempt registry request try #1 at 11:31:59
70603npm http fetch GET http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz
70604npm info retry fetch attempt 1 at 11:31:59
70605npm info attempt registry request try #1 at 11:31:59
70606npm http fetch GET http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz
70607npm info retry fetch attempt 1 at 11:31:59
70608npm info attempt registry request try #1 at 11:31:59
70609npm http fetch GET http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
70610npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz not in flight; adding
70611npm verb addTmpTarball already have metadata; skipping unpack for decamelize@1.1.2
70612npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
70613npm verb addTmpTarball already have metadata; skipping unpack for camelcase@1.2.1
70614npm verb cache add spec os-locale@^1.4.0
70615npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for os-locale
70616npm verb addNameRange registry:http://registry.npmjs.org/os-locale not in flight; fetching
70617npm http fetch 200 http://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz
70618npm http fetch 200 http://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz
70619npm http fetch 200 http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
70620npm verb get http://registry.npmjs.org/os-locale not expired, no request
70621npm verb addNamed "1.4.0" is a plain semver version for os-locale
70622npm verb addRemoteTarball http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz not in flight; adding
70623npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz',
70624npm verb addRemoteTarball '20f9f17ae29ed345e8bde583b13d2009803c14d9' ]
70625npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/y18n/-/y18n-3.2.0.tgz not in flight; adding
70626npm verb addTmpTarball already have metadata; skipping unpack for y18n@3.2.0
70627npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/window-size/-/window-size-0.1.4.tgz not in flight; adding
70628npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.4
70629npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json not in flight; writing
70630npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json not in flight; writing
70631npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cliui/-/cliui-2.1.0.tgz not in flight; adding
70632npm verb addTmpTarball already have metadata; skipping unpack for cliui@2.1.0
70633npm info retry fetch attempt 1 at 11:31:59
70634npm info attempt registry request try #1 at 11:31:59
70635npm http fetch GET http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz
70636npm verb afterAdd /root/.npm/decamelize/1.1.2/package/package.json written
70637npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json written
70638npm verb afterAdd /root/.npm/y18n/3.2.0/package/package.json not in flight; writing
70639npm verb afterAdd /root/.npm/window-size/0.1.4/package/package.json not in flight; writing
70640npm verb afterAdd /root/.npm/cliui/2.1.0/package/package.json not in flight; writing
70641npm verb afterAdd /root/.npm/y18n/3.2.0/package/package.json written
70642npm verb afterAdd /root/.npm/window-size/0.1.4/package/package.json written
70643npm verb afterAdd /root/.npm/cliui/2.1.0/package/package.json written
70644npm http fetch 200 http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz
70645npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz not in flight; adding
70646npm verb addTmpTarball already have metadata; skipping unpack for os-locale@1.4.0
70647npm verb afterAdd /root/.npm/os-locale/1.4.0/package/package.json not in flight; writing
70648npm verb afterAdd /root/.npm/os-locale/1.4.0/package/package.json written
70649npm verb cache add spec wordwrap@0.0.2
70650npm verb addNamed "0.0.2" is a plain semver version for wordwrap
70651npm verb addNameVersion registry:http://registry.npmjs.org/wordwrap not in flight; fetching
70652npm verb request uri http://registry.npmjs.org/center-align
70653npm verb request no auth needed
70654npm info attempt registry request try #1 at 11:32:00
70655npm http request GET http://registry.npmjs.org/center-align
70656npm verb request uri http://registry.npmjs.org/right-align
70657npm verb request no auth needed
70658npm info attempt registry request try #1 at 11:32:00
70659npm http request GET http://registry.npmjs.org/right-align
70660npm verb request uri http://registry.npmjs.org/wordwrap
70661npm verb request no auth needed
70662npm info attempt registry request try #1 at 11:32:00
70663npm verb etag "73LBTAP4GYYX0WY7YM3IQ89SJ"
70664npm http request GET http://registry.npmjs.org/wordwrap
70665npm http 304 http://registry.npmjs.org/wordwrap
70666npm verb headers { date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70667npm verb headers via: '1.1 varnish',
70668npm verb headers 'cache-control': 'max-age=300',
70669npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
70670npm verb headers age: '170',
70671npm verb headers connection: 'keep-alive',
70672npm verb headers 'x-served-by': 'cache-fra1243-FRA',
70673npm verb headers 'x-cache': 'HIT',
70674npm verb headers 'x-cache-hits': '17',
70675npm verb headers 'x-timer': 'S1450870320.034844,VS0,VE0',
70676npm verb headers vary: 'Accept' }
70677npm verb etag http://registry.npmjs.org/wordwrap from cache
70678npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
70679npm verb addRemoteTarball http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
70680npm verb addRemoteTarball [ 'http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz',
70681npm verb addRemoteTarball 'b79669bb42ecb409f83d583cad52ca17eaa1643f' ]
70682npm info retry fetch attempt 1 at 11:32:00
70683npm info attempt registry request try #1 at 11:32:00
70684npm http fetch GET http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
70685npm http fetch 200 http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
70686npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
70687npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.2
70688npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
70689npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
70690npm http 200 http://registry.npmjs.org/right-align
70691npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70692npm verb headers etag: '"BUK8YIBQX3H9UO64I3UYZP9HJ"',
70693npm verb headers 'content-type': 'application/json',
70694npm verb headers 'cache-control': 'max-age=60',
70695npm verb headers 'content-length': '7842',
70696npm verb headers 'accept-ranges': 'bytes',
70697npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70698npm verb headers via: '1.1 varnish',
70699npm verb headers age: '0',
70700npm verb headers connection: 'keep-alive',
70701npm verb headers 'x-served-by': 'cache-fra1246-FRA',
70702npm verb headers 'x-cache': 'HIT',
70703npm verb headers 'x-cache-hits': '1',
70704npm verb headers 'x-timer': 'S1450870320.030107,VS0,VE106',
70705npm verb headers vary: 'Accept' }
70706npm verb get saving right-align to /root/.npm/registry.npmjs.org/right-align/.cache.json
70707npm verb cache add spec right-align@^0.1.1
70708npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for right-align
70709npm verb addNameRange registry:http://registry.npmjs.org/right-align not in flight; fetching
70710npm verb get http://registry.npmjs.org/right-align not expired, no request
70711npm verb addNamed "0.1.3" is a plain semver version for right-align
70712npm verb addRemoteTarball http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz not in flight; adding
70713npm verb addRemoteTarball [ 'http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz',
70714npm verb addRemoteTarball '61339b722fe6a3515689210d24e14c96148613ef' ]
70715npm info retry fetch attempt 1 at 11:32:00
70716npm info attempt registry request try #1 at 11:32:00
70717npm http fetch GET http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
70718npm http fetch 200 http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
70719npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/right-align/-/right-align-0.1.3.tgz not in flight; adding
70720npm verb addTmpTarball already have metadata; skipping unpack for right-align@0.1.3
70721npm verb afterAdd /root/.npm/right-align/0.1.3/package/package.json not in flight; writing
70722npm verb afterAdd /root/.npm/right-align/0.1.3/package/package.json written
70723npm http 200 http://registry.npmjs.org/center-align
70724npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70725npm verb headers etag: '"DP4KDN49A0OTOMV7D96ZXMSCX"',
70726npm verb headers 'content-type': 'application/json',
70727npm verb headers 'cache-control': 'max-age=300',
70728npm verb headers 'content-length': '6825',
70729npm verb headers 'accept-ranges': 'bytes',
70730npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70731npm verb headers via: '1.1 varnish',
70732npm verb headers age: '0',
70733npm verb headers connection: 'keep-alive',
70734npm verb headers 'x-served-by': 'cache-fra1231-FRA',
70735npm verb headers 'x-cache': 'HIT',
70736npm verb headers 'x-cache-hits': '1',
70737npm verb headers 'x-timer': 'S1450870320.030264,VS0,VE403',
70738npm verb headers vary: 'Accept' }
70739npm verb get saving center-align to /root/.npm/registry.npmjs.org/center-align/.cache.json
70740npm verb cache add spec center-align@^0.1.1
70741npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for center-align
70742npm verb addNameRange registry:http://registry.npmjs.org/center-align not in flight; fetching
70743npm verb get http://registry.npmjs.org/center-align not expired, no request
70744npm verb addNamed "0.1.2" is a plain semver version for center-align
70745npm verb addRemoteTarball http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz not in flight; adding
70746npm verb addRemoteTarball [ 'http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz',
70747npm verb addRemoteTarball '74fa8540fc19b26aae6edc7e031cd6993d495ba0' ]
70748npm info retry fetch attempt 1 at 11:32:00
70749npm info attempt registry request try #1 at 11:32:00
70750npm http fetch GET http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz
70751npm http fetch 200 http://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz
70752npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/center-align/-/center-align-0.1.2.tgz not in flight; adding
70753npm verb addTmpTarball already have metadata; skipping unpack for center-align@0.1.2
70754npm verb afterAdd /root/.npm/center-align/0.1.2/package/package.json not in flight; writing
70755npm verb afterAdd /root/.npm/center-align/0.1.2/package/package.json written
70756npm verb request uri http://registry.npmjs.org/align-text
70757npm verb request no auth needed
70758npm info attempt registry request try #1 at 11:32:00
70759npm http request GET http://registry.npmjs.org/align-text
70760npm verb request uri http://registry.npmjs.org/lazy-cache
70761npm verb request no auth needed
70762npm info attempt registry request try #1 at 11:32:00
70763npm http request GET http://registry.npmjs.org/lazy-cache
70764npm http 200 http://registry.npmjs.org/lazy-cache
70765npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70766npm verb headers etag: '"BAJMGGB945N50WJ0GGN1QJVOJ"',
70767npm verb headers 'content-type': 'application/json',
70768npm verb headers 'cache-control': 'max-age=300',
70769npm verb headers 'content-length': '20673',
70770npm verb headers 'accept-ranges': 'bytes',
70771npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70772npm verb headers via: '1.1 varnish',
70773npm verb headers age: '133',
70774npm verb headers connection: 'keep-alive',
70775npm verb headers 'x-served-by': 'cache-fra1244-FRA',
70776npm verb headers 'x-cache': 'HIT',
70777npm verb headers 'x-cache-hits': '7',
70778npm verb headers 'x-timer': 'S1450870320.538226,VS0,VE0',
70779npm verb headers vary: 'Accept' }
70780npm verb get saving lazy-cache to /root/.npm/registry.npmjs.org/lazy-cache/.cache.json
70781npm verb cache add spec lazy-cache@^0.2.4
70782npm verb addNamed ">=0.2.4 <0.3.0" is a valid semver range for lazy-cache
70783npm verb addNameRange registry:http://registry.npmjs.org/lazy-cache not in flight; fetching
70784npm verb get http://registry.npmjs.org/lazy-cache not expired, no request
70785npm verb addNamed "0.2.7" is a plain semver version for lazy-cache
70786npm verb addRemoteTarball http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz not in flight; adding
70787npm verb addRemoteTarball [ 'http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz',
70788npm verb addRemoteTarball '7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65' ]
70789npm info retry fetch attempt 1 at 11:32:00
70790npm info attempt registry request try #1 at 11:32:00
70791npm http fetch GET http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz
70792npm http fetch 200 http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz
70793npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz not in flight; adding
70794npm verb addTmpTarball already have metadata; skipping unpack for lazy-cache@0.2.7
70795npm verb afterAdd /root/.npm/lazy-cache/0.2.7/package/package.json not in flight; writing
70796npm verb afterAdd /root/.npm/lazy-cache/0.2.7/package/package.json written
70797npm http 200 http://registry.npmjs.org/align-text
70798npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70799npm verb headers etag: '"BGWVA5MFRQ8AOZR36E1PVEWPT"',
70800npm verb headers 'content-type': 'application/json',
70801npm verb headers 'cache-control': 'max-age=60',
70802npm verb headers 'content-length': '11632',
70803npm verb headers 'accept-ranges': 'bytes',
70804npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70805npm verb headers via: '1.1 varnish',
70806npm verb headers age: '0',
70807npm verb headers connection: 'keep-alive',
70808npm verb headers 'x-served-by': 'cache-fra1234-FRA',
70809npm verb headers 'x-cache': 'HIT',
70810npm verb headers 'x-cache-hits': '1',
70811npm verb headers 'x-timer': 'S1450870320.535183,VS0,VE193',
70812npm verb headers vary: 'Accept' }
70813npm verb get saving align-text to /root/.npm/registry.npmjs.org/align-text/.cache.json
70814npm verb cache add spec align-text@^0.1.0
70815npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for align-text
70816npm verb addNameRange registry:http://registry.npmjs.org/align-text not in flight; fetching
70817npm verb get http://registry.npmjs.org/align-text not expired, no request
70818npm verb addNamed "0.1.3" is a plain semver version for align-text
70819npm verb addRemoteTarball http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz not in flight; adding
70820npm verb addRemoteTarball [ 'http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz',
70821npm verb addRemoteTarball '72db3983872eec2313919c9426a993a41afe93f7' ]
70822npm info retry fetch attempt 1 at 11:32:00
70823npm info attempt registry request try #1 at 11:32:00
70824npm http fetch GET http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz
70825npm http fetch 200 http://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz
70826npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/align-text/-/align-text-0.1.3.tgz not in flight; adding
70827npm verb addTmpTarball already have metadata; skipping unpack for align-text@0.1.3
70828npm verb afterAdd /root/.npm/align-text/0.1.3/package/package.json not in flight; writing
70829npm verb afterAdd /root/.npm/align-text/0.1.3/package/package.json written
70830npm verb request uri http://registry.npmjs.org/kind-of
70831npm verb request no auth needed
70832npm info attempt registry request try #1 at 11:32:00
70833npm http request GET http://registry.npmjs.org/kind-of
70834npm verb request uri http://registry.npmjs.org/longest
70835npm verb request no auth needed
70836npm info attempt registry request try #1 at 11:32:00
70837npm http request GET http://registry.npmjs.org/longest
70838npm verb request uri http://registry.npmjs.org/repeat-string
70839npm verb request no auth needed
70840npm info attempt registry request try #1 at 11:32:00
70841npm http request GET http://registry.npmjs.org/repeat-string
70842npm http 200 http://registry.npmjs.org/longest
70843npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70844npm verb headers etag: '"5RNJISO0RG4LDZKB1OVVUHYRU"',
70845npm verb headers 'content-type': 'application/json',
70846npm verb headers 'cache-control': 'max-age=60',
70847npm verb headers 'content-length': '11873',
70848npm verb headers 'accept-ranges': 'bytes',
70849npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70850npm verb headers via: '1.1 varnish',
70851npm verb headers age: '24',
70852npm verb headers connection: 'keep-alive',
70853npm verb headers 'x-served-by': 'cache-fra1243-FRA',
70854npm verb headers 'x-cache': 'HIT',
70855npm verb headers 'x-cache-hits': '2',
70856npm verb headers 'x-timer': 'S1450870320.824492,VS0,VE0',
70857npm verb headers vary: 'Accept' }
70858npm verb get saving longest to /root/.npm/registry.npmjs.org/longest/.cache.json
70859npm verb cache add spec longest@^1.0.1
70860npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for longest
70861npm verb addNameRange registry:http://registry.npmjs.org/longest not in flight; fetching
70862npm http 200 http://registry.npmjs.org/kind-of
70863npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70864npm verb headers etag: '"7FGSN11NJQS9V0AWG6OHYCVV"',
70865npm verb headers 'content-type': 'application/json',
70866npm verb headers 'cache-control': 'max-age=60',
70867npm verb headers 'content-length': '23364',
70868npm verb headers 'accept-ranges': 'bytes',
70869npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70870npm verb headers via: '1.1 varnish',
70871npm verb headers age: '33',
70872npm verb headers connection: 'keep-alive',
70873npm verb headers 'x-served-by': 'cache-fra1248-FRA',
70874npm verb headers 'x-cache': 'HIT',
70875npm verb headers 'x-cache-hits': '4',
70876npm verb headers 'x-timer': 'S1450870320.824351,VS0,VE0',
70877npm verb headers vary: 'Accept' }
70878npm verb get saving kind-of to /root/.npm/registry.npmjs.org/kind-of/.cache.json
70879npm verb get http://registry.npmjs.org/longest not expired, no request
70880npm verb addNamed "1.0.1" is a plain semver version for longest
70881npm verb addRemoteTarball http://registry.npmjs.org/longest/-/longest-1.0.1.tgz not in flight; adding
70882npm verb addRemoteTarball [ 'http://registry.npmjs.org/longest/-/longest-1.0.1.tgz',
70883npm verb addRemoteTarball '30a0b2da38f73770e8294a0d22e6625ed77d0097' ]
70884npm info retry fetch attempt 1 at 11:32:00
70885npm info attempt registry request try #1 at 11:32:00
70886npm http fetch GET http://registry.npmjs.org/longest/-/longest-1.0.1.tgz
70887npm http 200 http://registry.npmjs.org/repeat-string
70888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70889npm verb headers etag: '"8Z9R1V62426FZ6OIQ1C2MCFFA"',
70890npm verb headers 'content-type': 'application/json',
70891npm verb headers 'cache-control': 'max-age=300',
70892npm verb headers 'content-length': '21561',
70893npm verb headers 'accept-ranges': 'bytes',
70894npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70895npm verb headers via: '1.1 varnish',
70896npm verb headers age: '113',
70897npm verb headers connection: 'keep-alive',
70898npm verb headers 'x-served-by': 'cache-fra1220-FRA',
70899npm verb headers 'x-cache': 'HIT',
70900npm verb headers 'x-cache-hits': '8',
70901npm verb headers 'x-timer': 'S1450870320.833713,VS0,VE0',
70902npm verb headers vary: 'Accept' }
70903npm verb get saving repeat-string to /root/.npm/registry.npmjs.org/repeat-string/.cache.json
70904npm verb cache add spec kind-of@^2.0.0
70905npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for kind-of
70906npm verb addNameRange registry:http://registry.npmjs.org/kind-of not in flight; fetching
70907npm verb cache add spec repeat-string@^1.5.2
70908npm verb addNamed ">=1.5.2 <2.0.0" is a valid semver range for repeat-string
70909npm verb addNameRange registry:http://registry.npmjs.org/repeat-string not in flight; fetching
70910npm verb get http://registry.npmjs.org/kind-of not expired, no request
70911npm verb addNamed "2.0.1" is a plain semver version for kind-of
70912npm http fetch 200 http://registry.npmjs.org/longest/-/longest-1.0.1.tgz
70913npm verb addRemoteTarball http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz not in flight; adding
70914npm verb addRemoteTarball [ 'http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz',
70915npm verb addRemoteTarball '018ec7a4ce7e3a86cb9141be519d24c8faa981b5' ]
70916npm info retry fetch attempt 1 at 11:32:00
70917npm info attempt registry request try #1 at 11:32:00
70918npm http fetch GET http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz
70919npm verb get http://registry.npmjs.org/repeat-string not expired, no request
70920npm verb addNamed "1.5.2" is a plain semver version for repeat-string
70921npm verb addRemoteTarball http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
70922npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz',
70923npm verb addRemoteTarball '21065f70727ad053a0dd5e957ac9e00c7560d90a' ]
70924npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/longest/-/longest-1.0.1.tgz not in flight; adding
70925npm verb addTmpTarball already have metadata; skipping unpack for longest@1.0.1
70926npm info retry fetch attempt 1 at 11:32:00
70927npm info attempt registry request try #1 at 11:32:00
70928npm http fetch GET http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
70929npm verb afterAdd /root/.npm/longest/1.0.1/package/package.json not in flight; writing
70930npm verb afterAdd /root/.npm/longest/1.0.1/package/package.json written
70931npm http fetch 200 http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz
70932npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz not in flight; adding
70933npm verb addTmpTarball already have metadata; skipping unpack for kind-of@2.0.1
70934npm http fetch 200 http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
70935npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz not in flight; adding
70936npm verb addTmpTarball already have metadata; skipping unpack for repeat-string@1.5.2
70937npm verb afterAdd /root/.npm/kind-of/2.0.1/package/package.json not in flight; writing
70938npm verb afterAdd /root/.npm/kind-of/2.0.1/package/package.json written
70939npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json not in flight; writing
70940npm verb afterAdd /root/.npm/repeat-string/1.5.2/package/package.json written
70941npm verb request uri http://registry.npmjs.org/is-buffer
70942npm verb request no auth needed
70943npm info attempt registry request try #1 at 11:32:00
70944npm http request GET http://registry.npmjs.org/is-buffer
70945npm http 200 http://registry.npmjs.org/is-buffer
70946npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70947npm verb headers etag: '"DIF9DJ8LI2336ISVZQ1LXHD4H"',
70948npm verb headers 'content-type': 'application/json',
70949npm verb headers 'cache-control': 'max-age=60',
70950npm verb headers 'content-length': '7821',
70951npm verb headers 'accept-ranges': 'bytes',
70952npm verb headers date: 'Wed, 23 Dec 2015 11:32:00 GMT',
70953npm verb headers via: '1.1 varnish',
70954npm verb headers age: '58',
70955npm verb headers connection: 'keep-alive',
70956npm verb headers 'x-served-by': 'cache-fra1242-FRA',
70957npm verb headers 'x-cache': 'HIT',
70958npm verb headers 'x-cache-hits': '6',
70959npm verb headers 'x-timer': 'S1450870320.973881,VS0,VE0',
70960npm verb headers vary: 'Accept' }
70961npm verb get saving is-buffer to /root/.npm/registry.npmjs.org/is-buffer/.cache.json
70962npm verb cache add spec is-buffer@^1.0.2
70963npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for is-buffer
70964npm verb addNameRange registry:http://registry.npmjs.org/is-buffer not in flight; fetching
70965npm verb get http://registry.npmjs.org/is-buffer not expired, no request
70966npm verb addNamed "1.1.0" is a plain semver version for is-buffer
70967npm verb addRemoteTarball http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
70968npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz',
70969npm verb addRemoteTarball '36f7850c0d077a71b041f3565664155f07035bd0' ]
70970npm info retry fetch attempt 1 at 11:32:01
70971npm info attempt registry request try #1 at 11:32:01
70972npm http fetch GET http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
70973npm http fetch 200 http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz
70974npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-buffer/-/is-buffer-1.1.0.tgz not in flight; adding
70975npm verb addTmpTarball already have metadata; skipping unpack for is-buffer@1.1.0
70976npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json not in flight; writing
70977npm verb afterAdd /root/.npm/is-buffer/1.1.0/package/package.json written
70978npm verb request uri http://registry.npmjs.org/lcid
70979npm verb request no auth needed
70980npm info attempt registry request try #1 at 11:32:01
70981npm http request GET http://registry.npmjs.org/lcid
70982npm http 200 http://registry.npmjs.org/lcid
70983npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
70984npm verb headers etag: '"AXQVY97R5JDUC16FYHVXW37YX"',
70985npm verb headers 'content-type': 'application/json',
70986npm verb headers 'cache-control': 'max-age=300',
70987npm verb headers 'content-length': '2992',
70988npm verb headers 'accept-ranges': 'bytes',
70989npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
70990npm verb headers via: '1.1 varnish',
70991npm verb headers age: '106',
70992npm verb headers connection: 'keep-alive',
70993npm verb headers 'x-served-by': 'cache-fra1221-FRA',
70994npm verb headers 'x-cache': 'HIT',
70995npm verb headers 'x-cache-hits': '3',
70996npm verb headers 'x-timer': 'S1450870321.085667,VS0,VE0',
70997npm verb headers vary: 'Accept' }
70998npm verb get saving lcid to /root/.npm/registry.npmjs.org/lcid/.cache.json
70999npm verb cache add spec lcid@^1.0.0
71000npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for lcid
71001npm verb addNameRange registry:http://registry.npmjs.org/lcid not in flight; fetching
71002npm verb get http://registry.npmjs.org/lcid not expired, no request
71003npm verb addNamed "1.0.0" is a plain semver version for lcid
71004npm verb addRemoteTarball http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz not in flight; adding
71005npm verb addRemoteTarball [ 'http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz',
71006npm verb addRemoteTarball '308accafa0bc483a3867b4b6f2b9506251d1b835' ]
71007npm info retry fetch attempt 1 at 11:32:01
71008npm info attempt registry request try #1 at 11:32:01
71009npm http fetch GET http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
71010npm http fetch 200 http://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
71011npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lcid/-/lcid-1.0.0.tgz not in flight; adding
71012npm verb addTmpTarball already have metadata; skipping unpack for lcid@1.0.0
71013npm verb afterAdd /root/.npm/lcid/1.0.0/package/package.json not in flight; writing
71014npm verb afterAdd /root/.npm/lcid/1.0.0/package/package.json written
71015npm verb request uri http://registry.npmjs.org/invert-kv
71016npm verb request no auth needed
71017npm info attempt registry request try #1 at 11:32:01
71018npm http request GET http://registry.npmjs.org/invert-kv
71019npm http 200 http://registry.npmjs.org/invert-kv
71020npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71021npm verb headers etag: '"9D0IPY0GVO2A63RZXF19GYY1V"',
71022npm verb headers 'content-type': 'application/json',
71023npm verb headers 'cache-control': 'max-age=60',
71024npm verb headers 'content-length': '3481',
71025npm verb headers 'accept-ranges': 'bytes',
71026npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
71027npm verb headers via: '1.1 varnish',
71028npm verb headers age: '34',
71029npm verb headers connection: 'keep-alive',
71030npm verb headers 'x-served-by': 'cache-fra1230-FRA',
71031npm verb headers 'x-cache': 'HIT',
71032npm verb headers 'x-cache-hits': '2',
71033npm verb headers 'x-timer': 'S1450870321.455142,VS0,VE0',
71034npm verb headers vary: 'Accept' }
71035npm verb get saving invert-kv to /root/.npm/registry.npmjs.org/invert-kv/.cache.json
71036npm verb cache add spec invert-kv@^1.0.0
71037npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for invert-kv
71038npm verb addNameRange registry:http://registry.npmjs.org/invert-kv not in flight; fetching
71039npm verb get http://registry.npmjs.org/invert-kv not expired, no request
71040npm verb addNamed "1.0.0" is a plain semver version for invert-kv
71041npm verb addRemoteTarball http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz not in flight; adding
71042npm verb addRemoteTarball [ 'http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz',
71043npm verb addRemoteTarball '104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6' ]
71044npm info retry fetch attempt 1 at 11:32:01
71045npm info attempt registry request try #1 at 11:32:01
71046npm http fetch GET http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz
71047npm http fetch 200 http://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz
71048npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz not in flight; adding
71049npm verb addTmpTarball already have metadata; skipping unpack for invert-kv@1.0.0
71050npm verb afterAdd /root/.npm/invert-kv/1.0.0/package/package.json not in flight; writing
71051npm verb afterAdd /root/.npm/invert-kv/1.0.0/package/package.json written
71052npm verb request uri http://registry.npmjs.org/esprima
71053npm verb request no auth needed
71054npm info attempt registry request try #1 at 11:32:01
71055npm http request GET http://registry.npmjs.org/esprima
71056npm verb request uri http://registry.npmjs.org/regenerate
71057npm verb request no auth needed
71058npm info attempt registry request try #1 at 11:32:01
71059npm http request GET http://registry.npmjs.org/regenerate
71060npm verb request uri http://registry.npmjs.org/regjsgen
71061npm verb request no auth needed
71062npm info attempt registry request try #1 at 11:32:01
71063npm http request GET http://registry.npmjs.org/regjsgen
71064npm verb request uri http://registry.npmjs.org/regjsparser
71065npm verb request no auth needed
71066npm info attempt registry request try #1 at 11:32:01
71067npm http request GET http://registry.npmjs.org/regjsparser
71068npm http 200 http://registry.npmjs.org/regjsgen
71069npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71070npm verb headers etag: '"2G8HTY0UVKVZPI5SMVOMX50C6"',
71071npm verb headers 'content-type': 'application/json',
71072npm verb headers 'cache-control': 'max-age=300',
71073npm verb headers 'content-length': '6089',
71074npm verb headers 'accept-ranges': 'bytes',
71075npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
71076npm verb headers via: '1.1 varnish',
71077npm verb headers age: '101',
71078npm verb headers connection: 'keep-alive',
71079npm verb headers 'x-served-by': 'cache-fra1220-FRA',
71080npm verb headers 'x-cache': 'HIT',
71081npm verb headers 'x-cache-hits': '1',
71082npm verb headers 'x-timer': 'S1450870321.576771,VS0,VE1',
71083npm verb headers vary: 'Accept' }
71084npm verb get saving regjsgen to /root/.npm/registry.npmjs.org/regjsgen/.cache.json
71085npm verb cache add spec regjsgen@^0.2.0
71086npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for regjsgen
71087npm verb addNameRange registry:http://registry.npmjs.org/regjsgen not in flight; fetching
71088npm http 200 http://registry.npmjs.org/regjsparser
71089npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71090npm verb headers etag: '"4V0PG90M2TZUQ8RQZE2SYS6HN"',
71091npm verb headers 'content-type': 'application/json',
71092npm verb headers 'cache-control': 'max-age=300',
71093npm verb headers 'content-length': '9411',
71094npm verb headers 'accept-ranges': 'bytes',
71095npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
71096npm verb headers via: '1.1 varnish',
71097npm verb headers age: '90',
71098npm verb headers connection: 'keep-alive',
71099npm verb headers 'x-served-by': 'cache-fra1248-FRA',
71100npm verb headers 'x-cache': 'HIT',
71101npm verb headers 'x-cache-hits': '1',
71102npm verb headers 'x-timer': 'S1450870321.592838,VS0,VE0',
71103npm verb headers vary: 'Accept' }
71104npm verb get saving regjsparser to /root/.npm/registry.npmjs.org/regjsparser/.cache.json
71105npm verb get http://registry.npmjs.org/regjsgen not expired, no request
71106npm verb addNamed "0.2.0" is a plain semver version for regjsgen
71107npm verb addRemoteTarball http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz not in flight; adding
71108npm verb addRemoteTarball [ 'http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz',
71109npm verb addRemoteTarball '6c016adeac554f75823fe37ac05b92d5a4edb1f7' ]
71110npm info retry fetch attempt 1 at 11:32:01
71111npm info attempt registry request try #1 at 11:32:01
71112npm http fetch GET http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz
71113npm verb cache add spec regjsparser@^0.1.4
71114npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for regjsparser
71115npm verb addNameRange registry:http://registry.npmjs.org/regjsparser not in flight; fetching
71116npm http 200 http://registry.npmjs.org/regenerate
71117npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71118npm verb headers etag: '"5ON53K48516Y2UVNMVYERXQLI"',
71119npm verb headers 'content-type': 'application/json',
71120npm verb headers 'cache-control': 'max-age=300',
71121npm verb headers 'content-length': '35666',
71122npm verb headers 'accept-ranges': 'bytes',
71123npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
71124npm verb headers via: '1.1 varnish',
71125npm verb headers age: '90',
71126npm verb headers connection: 'keep-alive',
71127npm verb headers 'x-served-by': 'cache-fra1232-FRA',
71128npm verb headers 'x-cache': 'HIT',
71129npm verb headers 'x-cache-hits': '1',
71130npm verb headers 'x-timer': 'S1450870321.576875,VS0,VE0',
71131npm verb headers vary: 'Accept' }
71132npm verb get saving regenerate to /root/.npm/registry.npmjs.org/regenerate/.cache.json
71133npm http 200 http://registry.npmjs.org/esprima
71134npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71135npm verb headers etag: '"6A8X9EOBDF5HCCSRV5XCYY6XZ"',
71136npm verb headers 'content-type': 'application/json',
71137npm verb headers 'cache-control': 'max-age=300',
71138npm verb headers 'content-length': '65787',
71139npm verb headers 'accept-ranges': 'bytes',
71140npm verb headers date: 'Wed, 23 Dec 2015 11:32:01 GMT',
71141npm verb headers via: '1.1 varnish',
71142npm verb headers age: '34',
71143npm verb headers connection: 'keep-alive',
71144npm verb headers 'x-served-by': 'cache-fra1235-FRA',
71145npm verb headers 'x-cache': 'HIT',
71146npm verb headers 'x-cache-hits': '2',
71147npm verb headers 'x-timer': 'S1450870321.576362,VS0,VE0',
71148npm verb headers vary: 'Accept' }
71149npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
71150npm verb get http://registry.npmjs.org/regjsparser not expired, no request
71151npm verb addNamed "0.1.5" is a plain semver version for regjsparser
71152npm verb addRemoteTarball http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz not in flight; adding
71153npm verb addRemoteTarball [ 'http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz',
71154npm verb addRemoteTarball '7ee8f84dc6fa792d3fd0ae228d24bd949ead205c' ]
71155npm http fetch 200 http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz
71156npm info retry fetch attempt 1 at 11:32:01
71157npm info attempt registry request try #1 at 11:32:01
71158npm http fetch GET http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz
71159npm verb cache add spec regenerate@^1.2.1
71160npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for regenerate
71161npm verb addNameRange registry:http://registry.npmjs.org/regenerate not in flight; fetching
71162npm verb cache add spec esprima@^2.6.0
71163npm verb addNamed ">=2.6.0 <3.0.0" is a valid semver range for esprima
71164npm verb addNameRange registry:http://registry.npmjs.org/esprima not in flight; fetching
71165npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz not in flight; adding
71166npm verb addTmpTarball already have metadata; skipping unpack for regjsgen@0.2.0
71167npm verb get http://registry.npmjs.org/regenerate not expired, no request
71168npm verb addNamed "1.2.1" is a plain semver version for regenerate
71169npm verb addRemoteTarball http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz not in flight; adding
71170npm verb addRemoteTarball [ 'http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz',
71171npm verb addRemoteTarball '9e30ba68a6bd96ac3dcba62ab09d55d4b2fcbe04' ]
71172npm verb get http://registry.npmjs.org/esprima not expired, no request
71173npm verb addNamed "2.7.1" is a plain semver version for esprima
71174npm http fetch 200 http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz
71175npm verb addRemoteTarball http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
71176npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz',
71177npm verb addRemoteTarball '2ab7d1549edd06d14d69a6c1a1754aca02e9657e' ]
71178npm info retry fetch attempt 1 at 11:32:01
71179npm info attempt registry request try #1 at 11:32:01
71180npm http fetch GET http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz
71181npm info retry fetch attempt 1 at 11:32:01
71182npm info attempt registry request try #1 at 11:32:01
71183npm http fetch GET http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
71184npm verb afterAdd /root/.npm/regjsgen/0.2.0/package/package.json not in flight; writing
71185npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz not in flight; adding
71186npm verb addTmpTarball already have metadata; skipping unpack for regjsparser@0.1.5
71187npm verb afterAdd /root/.npm/regjsgen/0.2.0/package/package.json written
71188npm verb afterAdd /root/.npm/regjsparser/0.1.5/package/package.json not in flight; writing
71189npm verb afterAdd /root/.npm/regjsparser/0.1.5/package/package.json written
71190npm http fetch 200 http://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz
71191npm http fetch 200 http://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz
71192npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz not in flight; adding
71193npm verb addTmpTarball already have metadata; skipping unpack for regenerate@1.2.1
71194npm verb afterAdd /root/.npm/regenerate/1.2.1/package/package.json not in flight; writing
71195npm verb afterAdd /root/.npm/regenerate/1.2.1/package/package.json written
71196npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esprima/-/esprima-2.7.1.tgz not in flight; adding
71197npm verb addTmpTarball already have metadata; skipping unpack for esprima@2.7.1
71198npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json not in flight; writing
71199npm verb afterAdd /root/.npm/esprima/2.7.1/package/package.json written
71200npm verb request uri http://registry.npmjs.org/jsesc
71201npm verb request no auth needed
71202npm info attempt registry request try #1 at 11:32:02
71203npm http request GET http://registry.npmjs.org/jsesc
71204npm http 200 http://registry.npmjs.org/jsesc
71205npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71206npm verb headers etag: '"6LNQPFCT4OUP42VC8M4V3UEY1"',
71207npm verb headers 'content-type': 'application/json',
71208npm verb headers 'cache-control': 'max-age=300',
71209npm verb headers 'content-length': '21608',
71210npm verb headers 'accept-ranges': 'bytes',
71211npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71212npm verb headers via: '1.1 varnish',
71213npm verb headers age: '281',
71214npm verb headers connection: 'keep-alive',
71215npm verb headers 'x-served-by': 'cache-fra1225-FRA',
71216npm verb headers 'x-cache': 'HIT',
71217npm verb headers 'x-cache-hits': '7',
71218npm verb headers 'x-timer': 'S1450870322.063884,VS0,VE0',
71219npm verb headers vary: 'Accept' }
71220npm verb get saving jsesc to /root/.npm/registry.npmjs.org/jsesc/.cache.json
71221npm verb cache add spec jsesc@~0.5.0
71222npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for jsesc
71223npm verb addNameRange registry:http://registry.npmjs.org/jsesc not in flight; fetching
71224npm verb get http://registry.npmjs.org/jsesc not expired, no request
71225npm verb addNamed "0.5.0" is a plain semver version for jsesc
71226npm verb addRemoteTarball http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz not in flight; adding
71227npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz',
71228npm verb addRemoteTarball 'e7dee66e35d6fc16f710fe91d5cf69f70f08911d' ]
71229npm info retry fetch attempt 1 at 11:32:02
71230npm info attempt registry request try #1 at 11:32:02
71231npm http fetch GET http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
71232npm http fetch 200 http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
71233npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz not in flight; adding
71234npm verb addTmpTarball already have metadata; skipping unpack for jsesc@0.5.0
71235npm verb afterAdd /root/.npm/jsesc/0.5.0/package/package.json not in flight; writing
71236npm verb afterAdd /root/.npm/jsesc/0.5.0/package/package.json written
71237npm verb cache add spec source-map@0.1.32
71238npm verb addNamed "0.1.32" is a plain semver version for source-map
71239npm verb addNameVersion registry:http://registry.npmjs.org/source-map not in flight; fetching
71240npm verb request uri http://registry.npmjs.org/source-map
71241npm verb request no auth needed
71242npm info attempt registry request try #1 at 11:32:02
71243npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
71244npm http request GET http://registry.npmjs.org/source-map
71245npm http 304 http://registry.npmjs.org/source-map
71246npm verb headers { date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71247npm verb headers via: '1.1 varnish',
71248npm verb headers 'cache-control': 'max-age=60',
71249npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
71250npm verb headers age: '23',
71251npm verb headers connection: 'keep-alive',
71252npm verb headers 'x-served-by': 'cache-fra1235-FRA',
71253npm verb headers 'x-cache': 'HIT',
71254npm verb headers 'x-cache-hits': '4',
71255npm verb headers 'x-timer': 'S1450870322.214324,VS0,VE0',
71256npm verb headers vary: 'Accept' }
71257npm verb etag http://registry.npmjs.org/source-map from cache
71258npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
71259npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
71260npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz',
71261npm verb addRemoteTarball 'c8b6c167797ba4740a8ea33252162ff08591b266' ]
71262npm info retry fetch attempt 1 at 11:32:02
71263npm info attempt registry request try #1 at 11:32:02
71264npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
71265npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz
71266npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map/-/source-map-0.1.32.tgz not in flight; adding
71267npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.32
71268npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json not in flight; writing
71269npm verb afterAdd /root/.npm/source-map/0.1.32/package/package.json written
71270npm verb cache add spec fs-tree-diff@^0.3.0
71271npm verb cache add spec minimatch@^2.0.1
71272npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for fs-tree-diff
71273npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
71274npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
71275npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
71276npm verb request uri http://registry.npmjs.org/array-equal
71277npm verb request no auth needed
71278npm info attempt registry request try #1 at 11:32:02
71279npm http request GET http://registry.npmjs.org/array-equal
71280npm verb request uri http://registry.npmjs.org/path-posix
71281npm verb request no auth needed
71282npm info attempt registry request try #1 at 11:32:02
71283npm http request GET http://registry.npmjs.org/path-posix
71284npm verb request uri http://registry.npmjs.org/fs-tree-diff
71285npm verb request no auth needed
71286npm info attempt registry request try #1 at 11:32:02
71287npm verb etag "AQLMTKHCG6D2AR2GNCZJ7LYYL"
71288npm http request GET http://registry.npmjs.org/fs-tree-diff
71289npm verb request uri http://registry.npmjs.org/minimatch
71290npm verb request no auth needed
71291npm info attempt registry request try #1 at 11:32:02
71292npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
71293npm http request GET http://registry.npmjs.org/minimatch
71294npm http 200 http://registry.npmjs.org/array-equal
71295npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71296npm verb headers etag: '"7WZORU4EIAA9KXUHEFA11VZRD"',
71297npm verb headers 'content-type': 'application/json',
71298npm verb headers 'cache-control': 'max-age=300',
71299npm verb headers 'content-length': '2156',
71300npm verb headers 'accept-ranges': 'bytes',
71301npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71302npm verb headers via: '1.1 varnish',
71303npm verb headers age: '70',
71304npm verb headers connection: 'keep-alive',
71305npm verb headers 'x-served-by': 'cache-fra1238-FRA',
71306npm verb headers 'x-cache': 'HIT',
71307npm verb headers 'x-cache-hits': '1',
71308npm verb headers 'x-timer': 'S1450870322.398479,VS0,VE0',
71309npm verb headers vary: 'Accept' }
71310npm verb get saving array-equal to /root/.npm/registry.npmjs.org/array-equal/.cache.json
71311npm http 200 http://registry.npmjs.org/path-posix
71312npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71313npm verb headers etag: '"3CU4UZQ29N595PBY2K00YMQZJ"',
71314npm verb headers 'content-type': 'application/json',
71315npm verb headers 'cache-control': 'max-age=300',
71316npm verb headers 'content-length': '2139',
71317npm verb headers 'accept-ranges': 'bytes',
71318npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71319npm verb headers via: '1.1 varnish',
71320npm verb headers age: '70',
71321npm verb headers connection: 'keep-alive',
71322npm verb headers 'x-served-by': 'cache-fra1221-FRA',
71323npm verb headers 'x-cache': 'HIT',
71324npm verb headers 'x-cache-hits': '1',
71325npm verb headers 'x-timer': 'S1450870322.399186,VS0,VE0',
71326npm verb headers vary: 'Accept' }
71327npm verb get saving path-posix to /root/.npm/registry.npmjs.org/path-posix/.cache.json
71328npm http 304 http://registry.npmjs.org/fs-tree-diff
71329npm verb headers { date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71330npm verb headers via: '1.1 varnish',
71331npm verb headers 'cache-control': 'max-age=300',
71332npm verb headers etag: '"AQLMTKHCG6D2AR2GNCZJ7LYYL"',
71333npm verb headers age: '70',
71334npm verb headers connection: 'keep-alive',
71335npm verb headers 'x-served-by': 'cache-fra1228-FRA',
71336npm verb headers 'x-cache': 'HIT',
71337npm verb headers 'x-cache-hits': '1',
71338npm verb headers 'x-timer': 'S1450870322.406870,VS0,VE0',
71339npm verb headers vary: 'Accept' }
71340npm verb etag http://registry.npmjs.org/fs-tree-diff from cache
71341npm verb get saving fs-tree-diff to /root/.npm/registry.npmjs.org/fs-tree-diff/.cache.json
71342npm http 304 http://registry.npmjs.org/minimatch
71343npm verb headers { date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71344npm verb headers via: '1.1 varnish',
71345npm verb headers 'cache-control': 'max-age=60',
71346npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
71347npm verb headers age: '36',
71348npm verb headers connection: 'keep-alive',
71349npm verb headers 'x-served-by': 'cache-fra1239-FRA',
71350npm verb headers 'x-cache': 'HIT',
71351npm verb headers 'x-cache-hits': '6',
71352npm verb headers 'x-timer': 'S1450870322.410414,VS0,VE0',
71353npm verb headers vary: 'Accept' }
71354npm verb etag http://registry.npmjs.org/minimatch from cache
71355npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
71356npm verb addNamed "0.3.1" is a plain semver version for fs-tree-diff
71357npm verb cache add spec array-equal@^1.0.0
71358npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for array-equal
71359npm verb addNameRange registry:http://registry.npmjs.org/array-equal not in flight; fetching
71360npm verb addRemoteTarball http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz not in flight; adding
71361npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz',
71362npm verb addRemoteTarball '41a84ee34994bd564c63d9852f1109c5de7f9290' ]
71363npm verb cache add spec path-posix@^1.0.0
71364npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-posix
71365npm verb addNameRange registry:http://registry.npmjs.org/path-posix not in flight; fetching
71366npm verb addNamed "2.0.10" is a plain semver version for minimatch
71367npm info retry fetch attempt 1 at 11:32:02
71368npm info attempt registry request try #1 at 11:32:02
71369npm http fetch GET http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz
71370npm verb get http://registry.npmjs.org/array-equal not expired, no request
71371npm verb addNamed "1.0.0" is a plain semver version for array-equal
71372npm verb addRemoteTarball http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz not in flight; adding
71373npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz',
71374npm verb addRemoteTarball '8c2a5ef2472fd9ea742b04c77a75093ba2757c93' ]
71375npm verb get http://registry.npmjs.org/path-posix not expired, no request
71376npm verb addNamed "1.0.0" is a plain semver version for path-posix
71377npm verb addRemoteTarball http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz not in flight; adding
71378npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz',
71379npm verb addRemoteTarball '06b26113f56beab042545a23bfa88003ccac260f' ]
71380npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
71381npm info retry fetch attempt 1 at 11:32:02
71382npm info attempt registry request try #1 at 11:32:02
71383npm http fetch GET http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
71384npm http fetch 200 http://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz
71385npm info retry fetch attempt 1 at 11:32:02
71386npm info attempt registry request try #1 at 11:32:02
71387npm http fetch GET http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz
71388npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
71389npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.3.1.tgz not in flight; adding
71390npm verb addTmpTarball already have metadata; skipping unpack for fs-tree-diff@0.3.1
71391npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json not in flight; writing
71392npm http fetch 200 http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
71393npm http fetch 200 http://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz
71394npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json written
71395npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz not in flight; adding
71396npm verb addTmpTarball already have metadata; skipping unpack for array-equal@1.0.0
71397npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz not in flight; adding
71398npm verb addTmpTarball already have metadata; skipping unpack for path-posix@1.0.0
71399npm verb afterAdd /root/.npm/array-equal/1.0.0/package/package.json not in flight; writing
71400npm verb afterAdd /root/.npm/path-posix/1.0.0/package/package.json not in flight; writing
71401npm verb afterAdd /root/.npm/array-equal/1.0.0/package/package.json written
71402npm verb afterAdd /root/.npm/path-posix/1.0.0/package/package.json written
71403npm verb cache add spec fs-tree-diff@^0.3.0
71404npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for fs-tree-diff
71405npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
71406npm verb request uri http://registry.npmjs.org/async-disk-cache
71407npm verb request no auth needed
71408npm info attempt registry request try #1 at 11:32:02
71409npm http request GET http://registry.npmjs.org/async-disk-cache
71410npm verb request uri http://registry.npmjs.org/hash-for-dep
71411npm verb request no auth needed
71412npm info attempt registry request try #1 at 11:32:02
71413npm http request GET http://registry.npmjs.org/hash-for-dep
71414npm verb request uri http://registry.npmjs.org/md5-hex
71415npm verb request no auth needed
71416npm info attempt registry request try #1 at 11:32:02
71417npm http request GET http://registry.npmjs.org/md5-hex
71418npm verb get http://registry.npmjs.org/fs-tree-diff not expired, no request
71419npm verb addNamed "0.3.1" is a plain semver version for fs-tree-diff
71420npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json not in flight; writing
71421npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json written
71422npm http 200 http://registry.npmjs.org/hash-for-dep
71423npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71424npm verb headers etag: '"5TQUILC28G69ATCW0V4GXS84I"',
71425npm verb headers 'content-type': 'application/json',
71426npm verb headers 'cache-control': 'max-age=300',
71427npm verb headers 'content-length': '9002',
71428npm verb headers 'accept-ranges': 'bytes',
71429npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71430npm verb headers via: '1.1 varnish',
71431npm verb headers age: '68',
71432npm verb headers connection: 'keep-alive',
71433npm verb headers 'x-served-by': 'cache-fra1239-FRA',
71434npm verb headers 'x-cache': 'HIT',
71435npm verb headers 'x-cache-hits': '1',
71436npm verb headers 'x-timer': 'S1450870322.607466,VS0,VE0',
71437npm verb headers vary: 'Accept' }
71438npm verb get saving hash-for-dep to /root/.npm/registry.npmjs.org/hash-for-dep/.cache.json
71439npm http 200 http://registry.npmjs.org/async-disk-cache
71440npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71441npm verb headers etag: '"CZ9ZXRHLBG5T8VKVZDVE7CVDY"',
71442npm verb headers 'content-type': 'application/json',
71443npm verb headers 'cache-control': 'max-age=300',
71444npm verb headers 'content-length': '10192',
71445npm verb headers 'accept-ranges': 'bytes',
71446npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71447npm verb headers via: '1.1 varnish',
71448npm verb headers age: '69',
71449npm verb headers connection: 'keep-alive',
71450npm verb headers 'x-served-by': 'cache-fra1241-FRA',
71451npm verb headers 'x-cache': 'HIT',
71452npm verb headers 'x-cache-hits': '1',
71453npm verb headers 'x-timer': 'S1450870322.607473,VS0,VE1',
71454npm verb headers vary: 'Accept' }
71455npm verb get saving async-disk-cache to /root/.npm/registry.npmjs.org/async-disk-cache/.cache.json
71456npm http 200 http://registry.npmjs.org/md5-hex
71457npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71458npm verb headers etag: '"22453RYV6EPWZTSWGGPVSW7OG"',
71459npm verb headers 'content-type': 'application/json',
71460npm verb headers 'cache-control': 'max-age=300',
71461npm verb headers 'content-length': '6003',
71462npm verb headers 'accept-ranges': 'bytes',
71463npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71464npm verb headers via: '1.1 varnish',
71465npm verb headers age: '244',
71466npm verb headers connection: 'keep-alive',
71467npm verb headers 'x-served-by': 'cache-fra1243-FRA',
71468npm verb headers 'x-cache': 'HIT',
71469npm verb headers 'x-cache-hits': '1',
71470npm verb headers 'x-timer': 'S1450870322.608051,VS0,VE0',
71471npm verb headers vary: 'Accept' }
71472npm verb get saving md5-hex to /root/.npm/registry.npmjs.org/md5-hex/.cache.json
71473npm verb cache add spec hash-for-dep@^1.0.0
71474npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for hash-for-dep
71475npm verb addNameRange registry:http://registry.npmjs.org/hash-for-dep not in flight; fetching
71476npm verb cache add spec async-disk-cache@^1.0.0
71477npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for async-disk-cache
71478npm verb addNameRange registry:http://registry.npmjs.org/async-disk-cache not in flight; fetching
71479npm verb cache add spec md5-hex@^1.0.2
71480npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for md5-hex
71481npm verb addNameRange registry:http://registry.npmjs.org/md5-hex not in flight; fetching
71482npm verb get http://registry.npmjs.org/hash-for-dep not expired, no request
71483npm verb addNamed "1.0.1" is a plain semver version for hash-for-dep
71484npm verb get http://registry.npmjs.org/async-disk-cache not expired, no request
71485npm verb addNamed "1.0.3" is a plain semver version for async-disk-cache
71486npm verb addRemoteTarball http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz not in flight; adding
71487npm verb addRemoteTarball [ 'http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz',
71488npm verb addRemoteTarball 'cec127d885512297221d0488a10d68a19181e569' ]
71489npm verb get http://registry.npmjs.org/md5-hex not expired, no request
71490npm verb addNamed "1.1.0" is a plain semver version for md5-hex
71491npm verb addRemoteTarball http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz not in flight; adding
71492npm verb addRemoteTarball [ 'http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz',
71493npm verb addRemoteTarball '282a337c30cff06affbd3a78fcf018512c599583' ]
71494npm verb addRemoteTarball http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz not in flight; adding
71495npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz',
71496npm verb addRemoteTarball 'd107074c4ee81cbca7f2b61150669dce38058080' ]
71497npm info retry fetch attempt 1 at 11:32:02
71498npm info attempt registry request try #1 at 11:32:02
71499npm http fetch GET http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz
71500npm info retry fetch attempt 1 at 11:32:02
71501npm info attempt registry request try #1 at 11:32:02
71502npm http fetch GET http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz
71503npm info retry fetch attempt 1 at 11:32:02
71504npm info attempt registry request try #1 at 11:32:02
71505npm http fetch GET http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz
71506npm http fetch 200 http://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz
71507npm http fetch 200 http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz
71508npm http fetch 200 http://registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz
71509npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.0.1.tgz not in flight; adding
71510npm verb addTmpTarball already have metadata; skipping unpack for hash-for-dep@1.0.1
71511npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz not in flight; adding
71512npm verb addTmpTarball already have metadata; skipping unpack for async-disk-cache@1.0.3
71513npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/md5-hex/-/md5-hex-1.1.0.tgz not in flight; adding
71514npm verb addTmpTarball already have metadata; skipping unpack for md5-hex@1.1.0
71515npm verb afterAdd /root/.npm/hash-for-dep/1.0.1/package/package.json not in flight; writing
71516npm verb afterAdd /root/.npm/async-disk-cache/1.0.3/package/package.json not in flight; writing
71517npm verb afterAdd /root/.npm/hash-for-dep/1.0.1/package/package.json written
71518npm verb afterAdd /root/.npm/md5-hex/1.1.0/package/package.json not in flight; writing
71519npm verb afterAdd /root/.npm/async-disk-cache/1.0.3/package/package.json written
71520npm verb afterAdd /root/.npm/md5-hex/1.1.0/package/package.json written
71521npm verb request uri http://registry.npmjs.org/md5-o-matic
71522npm verb request no auth needed
71523npm info attempt registry request try #1 at 11:32:02
71524npm http request GET http://registry.npmjs.org/md5-o-matic
71525npm http 200 http://registry.npmjs.org/md5-o-matic
71526npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71527npm verb headers etag: '"EV4X9TBAI9QBKM6ZC372YY5D0"',
71528npm verb headers 'content-type': 'application/json',
71529npm verb headers 'cache-control': 'max-age=300',
71530npm verb headers 'content-length': '3139',
71531npm verb headers 'accept-ranges': 'bytes',
71532npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71533npm verb headers via: '1.1 varnish',
71534npm verb headers age: '277',
71535npm verb headers connection: 'keep-alive',
71536npm verb headers 'x-served-by': 'cache-fra1224-FRA',
71537npm verb headers 'x-cache': 'HIT',
71538npm verb headers 'x-cache-hits': '1',
71539npm verb headers 'x-timer': 'S1450870322.801125,VS0,VE0',
71540npm verb headers vary: 'Accept' }
71541npm verb get saving md5-o-matic to /root/.npm/registry.npmjs.org/md5-o-matic/.cache.json
71542npm verb cache add spec md5-o-matic@^0.1.1
71543npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for md5-o-matic
71544npm verb addNameRange registry:http://registry.npmjs.org/md5-o-matic not in flight; fetching
71545npm verb get http://registry.npmjs.org/md5-o-matic not expired, no request
71546npm verb addNamed "0.1.1" is a plain semver version for md5-o-matic
71547npm verb addRemoteTarball http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz not in flight; adding
71548npm verb addRemoteTarball [ 'http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz',
71549npm verb addRemoteTarball '822bccd65e117c514fab176b25945d54100a03c3' ]
71550npm info retry fetch attempt 1 at 11:32:02
71551npm info attempt registry request try #1 at 11:32:02
71552npm http fetch GET http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz
71553npm http fetch 200 http://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz
71554npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz not in flight; adding
71555npm verb addTmpTarball already have metadata; skipping unpack for md5-o-matic@0.1.1
71556npm verb afterAdd /root/.npm/md5-o-matic/0.1.1/package/package.json not in flight; writing
71557npm verb afterAdd /root/.npm/md5-o-matic/0.1.1/package/package.json written
71558npm verb request uri http://registry.npmjs.org/broccoli-caching-writer
71559npm verb request no auth needed
71560npm info attempt registry request try #1 at 11:32:02
71561npm http request GET http://registry.npmjs.org/broccoli-caching-writer
71562npm http 200 http://registry.npmjs.org/broccoli-caching-writer
71563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71564npm verb headers etag: '"DP3B7LCTXL9XV7WBHY6BLJ895"',
71565npm verb headers 'content-type': 'application/json',
71566npm verb headers 'cache-control': 'max-age=300',
71567npm verb headers 'content-length': '44607',
71568npm verb headers 'accept-ranges': 'bytes',
71569npm verb headers date: 'Wed, 23 Dec 2015 11:32:02 GMT',
71570npm verb headers via: '1.1 varnish',
71571npm verb headers age: '68',
71572npm verb headers connection: 'keep-alive',
71573npm verb headers 'x-served-by': 'cache-fra1244-FRA',
71574npm verb headers 'x-cache': 'HIT',
71575npm verb headers 'x-cache-hits': '1',
71576npm verb headers 'x-timer': 'S1450870322.894246,VS0,VE0',
71577npm verb headers vary: 'Accept' }
71578npm verb get saving broccoli-caching-writer to /root/.npm/registry.npmjs.org/broccoli-caching-writer/.cache.json
71579npm verb cache add spec broccoli-caching-writer@^2.0.4
71580npm verb addNamed ">=2.0.4 <3.0.0" is a valid semver range for broccoli-caching-writer
71581npm verb addNameRange registry:http://registry.npmjs.org/broccoli-caching-writer not in flight; fetching
71582npm verb get http://registry.npmjs.org/broccoli-caching-writer not expired, no request
71583npm verb addNamed "2.2.1" is a plain semver version for broccoli-caching-writer
71584npm verb addRemoteTarball http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz not in flight; adding
71585npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz',
71586npm verb addRemoteTarball '1b7d5e69bcdfe11b41c9f44bf69f8908298a2b91' ]
71587npm info retry fetch attempt 1 at 11:32:02
71588npm info attempt registry request try #1 at 11:32:02
71589npm http fetch GET http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz
71590npm http fetch 200 http://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz
71591npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.2.1.tgz not in flight; adding
71592npm verb addTmpTarball already have metadata; skipping unpack for broccoli-caching-writer@2.2.1
71593npm verb afterAdd /root/.npm/broccoli-caching-writer/2.2.1/package/package.json not in flight; writing
71594npm verb afterAdd /root/.npm/broccoli-caching-writer/2.2.1/package/package.json written
71595npm verb cache add spec broccoli-plugin@1.1.0
71596npm verb addNamed "1.1.0" is a plain semver version for broccoli-plugin
71597npm verb addNameVersion registry:http://registry.npmjs.org/broccoli-plugin not in flight; fetching
71598npm verb request uri http://registry.npmjs.org/lodash.assign
71599npm verb request no auth needed
71600npm info attempt registry request try #1 at 11:32:03
71601npm http request GET http://registry.npmjs.org/lodash.assign
71602npm verb request uri http://registry.npmjs.org/broccoli-plugin
71603npm verb request no auth needed
71604npm info attempt registry request try #1 at 11:32:03
71605npm verb etag "5TYSXM7JNGSOTG0JJL5UKF90I"
71606npm http request GET http://registry.npmjs.org/broccoli-plugin
71607npm http 304 http://registry.npmjs.org/broccoli-plugin
71608npm verb headers { date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71609npm verb headers via: '1.1 varnish',
71610npm verb headers 'cache-control': 'max-age=300',
71611npm verb headers etag: '"5TYSXM7JNGSOTG0JJL5UKF90I"',
71612npm verb headers age: '285',
71613npm verb headers connection: 'keep-alive',
71614npm verb headers 'x-served-by': 'cache-fra1223-FRA',
71615npm verb headers 'x-cache': 'HIT',
71616npm verb headers 'x-cache-hits': '1',
71617npm verb headers 'x-timer': 'S1450870323.109700,VS0,VE0',
71618npm verb headers vary: 'Accept' }
71619npm verb etag http://registry.npmjs.org/broccoli-plugin from cache
71620npm verb get saving broccoli-plugin to /root/.npm/registry.npmjs.org/broccoli-plugin/.cache.json
71621npm verb addRemoteTarball http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz not in flight; adding
71622npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz',
71623npm verb addRemoteTarball '73e2cfa05f8ea1e3fc1420c40c3d9e7dc724bf02' ]
71624npm http 200 http://registry.npmjs.org/lodash.assign
71625npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71626npm verb headers etag: '"27VSB51I0ODU2KNPSZ4C5WZPN"',
71627npm verb headers 'content-type': 'application/json',
71628npm verb headers 'cache-control': 'max-age=60',
71629npm verb headers 'content-length': '18357',
71630npm verb headers 'accept-ranges': 'bytes',
71631npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71632npm verb headers via: '1.1 varnish',
71633npm verb headers age: '20',
71634npm verb headers connection: 'keep-alive',
71635npm verb headers 'x-served-by': 'cache-fra1248-FRA',
71636npm verb headers 'x-cache': 'HIT',
71637npm verb headers 'x-cache-hits': '1',
71638npm verb headers 'x-timer': 'S1450870323.103832,VS0,VE0',
71639npm verb headers vary: 'Accept' }
71640npm verb get saving lodash.assign to /root/.npm/registry.npmjs.org/lodash.assign/.cache.json
71641npm info retry fetch attempt 1 at 11:32:03
71642npm info attempt registry request try #1 at 11:32:03
71643npm http fetch GET http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz
71644npm verb cache add spec lodash.assign@^3.2.0
71645npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lodash.assign
71646npm verb addNameRange registry:http://registry.npmjs.org/lodash.assign not in flight; fetching
71647npm verb get http://registry.npmjs.org/lodash.assign not expired, no request
71648npm verb addNamed "3.2.0" is a plain semver version for lodash.assign
71649npm verb addRemoteTarball http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz not in flight; adding
71650npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz',
71651npm verb addRemoteTarball '3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa' ]
71652npm info retry fetch attempt 1 at 11:32:03
71653npm info attempt registry request try #1 at 11:32:03
71654npm http fetch GET http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz
71655npm http fetch 200 http://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz
71656npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz not in flight; adding
71657npm verb addTmpTarball already have metadata; skipping unpack for broccoli-plugin@1.1.0
71658npm verb afterAdd /root/.npm/broccoli-plugin/1.1.0/package/package.json not in flight; writing
71659npm verb afterAdd /root/.npm/broccoli-plugin/1.1.0/package/package.json written
71660npm http fetch 200 http://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz
71661npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz not in flight; adding
71662npm verb addTmpTarball already have metadata; skipping unpack for lodash.assign@3.2.0
71663npm verb afterAdd /root/.npm/lodash.assign/3.2.0/package/package.json not in flight; writing
71664npm verb afterAdd /root/.npm/lodash.assign/3.2.0/package/package.json written
71665npm verb request uri http://registry.npmjs.org/lodash._baseassign
71666npm verb request no auth needed
71667npm info attempt registry request try #1 at 11:32:03
71668npm http request GET http://registry.npmjs.org/lodash._baseassign
71669npm verb request uri http://registry.npmjs.org/lodash._createassigner
71670npm verb request no auth needed
71671npm info attempt registry request try #1 at 11:32:03
71672npm http request GET http://registry.npmjs.org/lodash._createassigner
71673npm verb request uri http://registry.npmjs.org/lodash.keys
71674npm verb request no auth needed
71675npm info attempt registry request try #1 at 11:32:03
71676npm http request GET http://registry.npmjs.org/lodash.keys
71677npm http 200 http://registry.npmjs.org/lodash._createassigner
71678npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71679npm verb headers etag: '"CQWTFITE6W94GAS2PZVA3DD9Z"',
71680npm verb headers 'content-type': 'application/json',
71681npm verb headers 'cache-control': 'max-age=60',
71682npm verb headers 'content-length': '8981',
71683npm verb headers 'accept-ranges': 'bytes',
71684npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71685npm verb headers via: '1.1 varnish',
71686npm verb headers age: '47',
71687npm verb headers connection: 'keep-alive',
71688npm verb headers 'x-served-by': 'cache-fra1222-FRA',
71689npm verb headers 'x-cache': 'HIT',
71690npm verb headers 'x-cache-hits': '2',
71691npm verb headers 'x-timer': 'S1450870323.234699,VS0,VE0',
71692npm verb headers vary: 'Accept' }
71693npm verb get saving lodash._createassigner to /root/.npm/registry.npmjs.org/lodash._createassigner/.cache.json
71694npm http 200 http://registry.npmjs.org/lodash._baseassign
71695npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71696npm verb headers etag: '"7BL6B7FKZDZ47VD91B03KH2N1"',
71697npm verb headers 'content-type': 'application/json',
71698npm verb headers 'cache-control': 'max-age=60',
71699npm verb headers 'content-length': '12349',
71700npm verb headers 'accept-ranges': 'bytes',
71701npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71702npm verb headers via: '1.1 varnish',
71703npm verb headers age: '20',
71704npm verb headers connection: 'keep-alive',
71705npm verb headers 'x-served-by': 'cache-fra1229-FRA',
71706npm verb headers 'x-cache': 'HIT',
71707npm verb headers 'x-cache-hits': '1',
71708npm verb headers 'x-timer': 'S1450870323.234888,VS0,VE0',
71709npm verb headers vary: 'Accept' }
71710npm verb get saving lodash._baseassign to /root/.npm/registry.npmjs.org/lodash._baseassign/.cache.json
71711npm verb cache add spec lodash._createassigner@^3.0.0
71712npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createassigner
71713npm verb addNameRange registry:http://registry.npmjs.org/lodash._createassigner not in flight; fetching
71714npm verb cache add spec lodash._baseassign@^3.0.0
71715npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseassign
71716npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseassign not in flight; fetching
71717npm verb get http://registry.npmjs.org/lodash._createassigner not expired, no request
71718npm verb addNamed "3.1.1" is a plain semver version for lodash._createassigner
71719npm verb get http://registry.npmjs.org/lodash._baseassign not expired, no request
71720npm verb addNamed "3.2.0" is a plain semver version for lodash._baseassign
71721npm verb addRemoteTarball http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz not in flight; adding
71722npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz',
71723npm verb addRemoteTarball '838a5bae2fdaca63ac22dee8e19fa4e6d6970b11' ]
71724npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz not in flight; adding
71725npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz',
71726npm verb addRemoteTarball '8c38a099500f215ad09e59f1722fd0c52bfe0a4e' ]
71727npm http 200 http://registry.npmjs.org/lodash.keys
71728npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71729npm verb headers etag: '"BHWBXZX3O23JHL6WV9C090MR5"',
71730npm verb headers 'content-type': 'application/json',
71731npm verb headers 'cache-control': 'max-age=60',
71732npm verb headers 'content-length': '32709',
71733npm verb headers 'accept-ranges': 'bytes',
71734npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71735npm verb headers via: '1.1 varnish',
71736npm verb headers age: '5',
71737npm verb headers connection: 'keep-alive',
71738npm verb headers 'x-served-by': 'cache-fra1227-FRA',
71739npm verb headers 'x-cache': 'HIT',
71740npm verb headers 'x-cache-hits': '1',
71741npm verb headers 'x-timer': 'S1450870323.237064,VS0,VE0',
71742npm verb headers vary: 'Accept' }
71743npm verb get saving lodash.keys to /root/.npm/registry.npmjs.org/lodash.keys/.cache.json
71744npm info retry fetch attempt 1 at 11:32:03
71745npm info attempt registry request try #1 at 11:32:03
71746npm http fetch GET http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz
71747npm info retry fetch attempt 1 at 11:32:03
71748npm info attempt registry request try #1 at 11:32:03
71749npm http fetch GET http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
71750npm verb cache add spec lodash.keys@^3.0.0
71751npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.keys
71752npm verb addNameRange registry:http://registry.npmjs.org/lodash.keys not in flight; fetching
71753npm verb get http://registry.npmjs.org/lodash.keys not expired, no request
71754npm verb addNamed "3.1.2" is a plain semver version for lodash.keys
71755npm http fetch 200 http://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz
71756npm verb addRemoteTarball http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz not in flight; adding
71757npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz',
71758npm verb addRemoteTarball '4dbc0472b156be50a0b286855d1bd0b0c656098a' ]
71759npm http fetch 200 http://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
71760npm info retry fetch attempt 1 at 11:32:03
71761npm info attempt registry request try #1 at 11:32:03
71762npm http fetch GET http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
71763npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz not in flight; adding
71764npm verb addTmpTarball already have metadata; skipping unpack for lodash._createassigner@3.1.1
71765npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz not in flight; adding
71766npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseassign@3.2.0
71767npm verb afterAdd /root/.npm/lodash._createassigner/3.1.1/package/package.json not in flight; writing
71768npm verb afterAdd /root/.npm/lodash._baseassign/3.2.0/package/package.json not in flight; writing
71769npm verb afterAdd /root/.npm/lodash._createassigner/3.1.1/package/package.json written
71770npm verb afterAdd /root/.npm/lodash._baseassign/3.2.0/package/package.json written
71771npm http fetch 200 http://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
71772npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz not in flight; adding
71773npm verb addTmpTarball already have metadata; skipping unpack for lodash.keys@3.1.2
71774npm verb afterAdd /root/.npm/lodash.keys/3.1.2/package/package.json not in flight; writing
71775npm verb afterAdd /root/.npm/lodash.keys/3.1.2/package/package.json written
71776npm verb request uri http://registry.npmjs.org/lodash._basecopy
71777npm verb request no auth needed
71778npm info attempt registry request try #1 at 11:32:03
71779npm http request GET http://registry.npmjs.org/lodash._basecopy
71780npm http 200 http://registry.npmjs.org/lodash._basecopy
71781npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71782npm verb headers etag: '"9W88239PMDC1S83XDN4XKIKI"',
71783npm verb headers 'content-type': 'application/json',
71784npm verb headers 'cache-control': 'max-age=300',
71785npm verb headers 'content-length': '5019',
71786npm verb headers 'accept-ranges': 'bytes',
71787npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71788npm verb headers via: '1.1 varnish',
71789npm verb headers age: '128',
71790npm verb headers connection: 'keep-alive',
71791npm verb headers 'x-served-by': 'cache-fra1226-FRA',
71792npm verb headers 'x-cache': 'HIT',
71793npm verb headers 'x-cache-hits': '8',
71794npm verb headers 'x-timer': 'S1450870323.377589,VS0,VE0',
71795npm verb headers vary: 'Accept' }
71796npm verb get saving lodash._basecopy to /root/.npm/registry.npmjs.org/lodash._basecopy/.cache.json
71797npm verb cache add spec lodash._basecopy@^3.0.0
71798npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basecopy
71799npm verb addNameRange registry:http://registry.npmjs.org/lodash._basecopy not in flight; fetching
71800npm verb get http://registry.npmjs.org/lodash._basecopy not expired, no request
71801npm verb addNamed "3.0.1" is a plain semver version for lodash._basecopy
71802npm verb addRemoteTarball http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz not in flight; adding
71803npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz',
71804npm verb addRemoteTarball '8da0e6a876cf344c0ad8a54882111dd3c5c7ca36' ]
71805npm info retry fetch attempt 1 at 11:32:03
71806npm info attempt registry request try #1 at 11:32:03
71807npm http fetch GET http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
71808npm http fetch 200 http://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
71809npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz not in flight; adding
71810npm verb addTmpTarball already have metadata; skipping unpack for lodash._basecopy@3.0.1
71811npm verb afterAdd /root/.npm/lodash._basecopy/3.0.1/package/package.json not in flight; writing
71812npm verb afterAdd /root/.npm/lodash._basecopy/3.0.1/package/package.json written
71813npm verb request uri http://registry.npmjs.org/lodash._getnative
71814npm verb request no auth needed
71815npm info attempt registry request try #1 at 11:32:03
71816npm http request GET http://registry.npmjs.org/lodash._getnative
71817npm verb request uri http://registry.npmjs.org/lodash.isarguments
71818npm verb request no auth needed
71819npm info attempt registry request try #1 at 11:32:03
71820npm http request GET http://registry.npmjs.org/lodash.isarguments
71821npm verb request uri http://registry.npmjs.org/lodash.isarray
71822npm verb request no auth needed
71823npm info attempt registry request try #1 at 11:32:03
71824npm http request GET http://registry.npmjs.org/lodash.isarray
71825npm http 200 http://registry.npmjs.org/lodash._getnative
71826npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71827npm verb headers etag: '"3SVNLKSR8B1QV2CE7Y4X2OE9J"',
71828npm verb headers 'content-type': 'application/json',
71829npm verb headers 'cache-control': 'max-age=60',
71830npm verb headers 'content-length': '5018',
71831npm verb headers 'accept-ranges': 'bytes',
71832npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71833npm verb headers via: '1.1 varnish',
71834npm verb headers age: '46',
71835npm verb headers connection: 'keep-alive',
71836npm verb headers 'x-served-by': 'cache-fra1243-FRA',
71837npm verb headers 'x-cache': 'HIT',
71838npm verb headers 'x-cache-hits': '4',
71839npm verb headers 'x-timer': 'S1450870323.471736,VS0,VE0',
71840npm verb headers vary: 'Accept' }
71841npm verb get saving lodash._getnative to /root/.npm/registry.npmjs.org/lodash._getnative/.cache.json
71842npm verb cache add spec lodash._getnative@^3.0.0
71843npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._getnative
71844npm verb addNameRange registry:http://registry.npmjs.org/lodash._getnative not in flight; fetching
71845npm verb get http://registry.npmjs.org/lodash._getnative not expired, no request
71846npm verb addNamed "3.9.1" is a plain semver version for lodash._getnative
71847npm verb addRemoteTarball http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz not in flight; adding
71848npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz',
71849npm verb addRemoteTarball '570bc7dede46d61cdcde687d65d3eecbaa3aaff5' ]
71850npm http 200 http://registry.npmjs.org/lodash.isarguments
71851npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71852npm verb headers etag: '"7BP9EN0G0JXGZMS3SMYJ5W6B6"',
71853npm verb headers 'content-type': 'application/json',
71854npm verb headers 'cache-control': 'max-age=60',
71855npm verb headers 'content-length': '21043',
71856npm verb headers 'accept-ranges': 'bytes',
71857npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71858npm verb headers via: '1.1 varnish',
71859npm verb headers age: '14',
71860npm verb headers connection: 'keep-alive',
71861npm verb headers 'x-served-by': 'cache-fra1228-FRA',
71862npm verb headers 'x-cache': 'HIT',
71863npm verb headers 'x-cache-hits': '1',
71864npm verb headers 'x-timer': 'S1450870323.472245,VS0,VE0',
71865npm verb headers vary: 'Accept' }
71866npm verb get saving lodash.isarguments to /root/.npm/registry.npmjs.org/lodash.isarguments/.cache.json
71867npm http 200 http://registry.npmjs.org/lodash.isarray
71868npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71869npm verb headers etag: '"C8AVM98J3SQHX6MF2JJH3SJIZ"',
71870npm verb headers 'content-type': 'application/json',
71871npm verb headers 'cache-control': 'max-age=300',
71872npm verb headers 'content-length': '21098',
71873npm verb headers 'accept-ranges': 'bytes',
71874npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71875npm verb headers via: '1.1 varnish',
71876npm verb headers age: '34',
71877npm verb headers connection: 'keep-alive',
71878npm verb headers 'x-served-by': 'cache-fra1246-FRA',
71879npm verb headers 'x-cache': 'HIT',
71880npm verb headers 'x-cache-hits': '1',
71881npm verb headers 'x-timer': 'S1450870323.475366,VS0,VE0',
71882npm verb headers vary: 'Accept' }
71883npm verb get saving lodash.isarray to /root/.npm/registry.npmjs.org/lodash.isarray/.cache.json
71884npm info retry fetch attempt 1 at 11:32:03
71885npm info attempt registry request try #1 at 11:32:03
71886npm http fetch GET http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
71887npm verb cache add spec lodash.isarguments@^3.0.0
71888npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarguments
71889npm verb addNameRange registry:http://registry.npmjs.org/lodash.isarguments not in flight; fetching
71890npm verb cache add spec lodash.isarray@^3.0.0
71891npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isarray
71892npm verb addNameRange registry:http://registry.npmjs.org/lodash.isarray not in flight; fetching
71893npm verb get http://registry.npmjs.org/lodash.isarguments not expired, no request
71894npm verb addNamed "3.0.4" is a plain semver version for lodash.isarguments
71895npm verb get http://registry.npmjs.org/lodash.isarray not expired, no request
71896npm verb addNamed "3.0.4" is a plain semver version for lodash.isarray
71897npm verb addRemoteTarball http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz not in flight; adding
71898npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz',
71899npm verb addRemoteTarball 'ebbb884c48d27366a44ea6fee57ed7b5a32a81e0' ]
71900npm verb addRemoteTarball http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz not in flight; adding
71901npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz',
71902npm verb addRemoteTarball '79e4eb88c36a8122af86f844aa9bcd851b5fbb55' ]
71903npm http fetch 200 http://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
71904npm info retry fetch attempt 1 at 11:32:03
71905npm info attempt registry request try #1 at 11:32:03
71906npm http fetch GET http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz
71907npm info retry fetch attempt 1 at 11:32:03
71908npm info attempt registry request try #1 at 11:32:03
71909npm http fetch GET http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
71910npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz not in flight; adding
71911npm verb addTmpTarball already have metadata; skipping unpack for lodash._getnative@3.9.1
71912npm verb afterAdd /root/.npm/lodash._getnative/3.9.1/package/package.json not in flight; writing
71913npm verb afterAdd /root/.npm/lodash._getnative/3.9.1/package/package.json written
71914npm http fetch 200 http://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz
71915npm http fetch 200 http://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
71916npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz not in flight; adding
71917npm verb addTmpTarball already have metadata; skipping unpack for lodash.isarguments@3.0.4
71918npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz not in flight; adding
71919npm verb addTmpTarball already have metadata; skipping unpack for lodash.isarray@3.0.4
71920npm verb afterAdd /root/.npm/lodash.isarguments/3.0.4/package/package.json not in flight; writing
71921npm verb afterAdd /root/.npm/lodash.isarray/3.0.4/package/package.json not in flight; writing
71922npm verb afterAdd /root/.npm/lodash.isarguments/3.0.4/package/package.json written
71923npm verb afterAdd /root/.npm/lodash.isarray/3.0.4/package/package.json written
71924npm verb request uri http://registry.npmjs.org/lodash._bindcallback
71925npm verb request no auth needed
71926npm info attempt registry request try #1 at 11:32:03
71927npm http request GET http://registry.npmjs.org/lodash._bindcallback
71928npm verb request uri http://registry.npmjs.org/lodash._isiterateecall
71929npm verb request no auth needed
71930npm info attempt registry request try #1 at 11:32:03
71931npm http request GET http://registry.npmjs.org/lodash._isiterateecall
71932npm verb request uri http://registry.npmjs.org/lodash.restparam
71933npm verb request no auth needed
71934npm info attempt registry request try #1 at 11:32:03
71935npm http request GET http://registry.npmjs.org/lodash.restparam
71936npm http 200 http://registry.npmjs.org/lodash._bindcallback
71937npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71938npm verb headers etag: '"4QCDH20MPKBVT8L2LY3OLQAXP"',
71939npm verb headers 'content-type': 'application/json',
71940npm verb headers 'cache-control': 'max-age=60',
71941npm verb headers 'content-length': '5095',
71942npm verb headers 'accept-ranges': 'bytes',
71943npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71944npm verb headers via: '1.1 varnish',
71945npm verb headers age: '33',
71946npm verb headers connection: 'keep-alive',
71947npm verb headers 'x-served-by': 'cache-fra1244-FRA',
71948npm verb headers 'x-cache': 'HIT',
71949npm verb headers 'x-cache-hits': '297',
71950npm verb headers 'x-timer': 'S1450870323.625405,VS0,VE0',
71951npm verb headers vary: 'Accept' }
71952npm verb get saving lodash._bindcallback to /root/.npm/registry.npmjs.org/lodash._bindcallback/.cache.json
71953npm http 200 http://registry.npmjs.org/lodash.restparam
71954npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71955npm verb headers etag: '"1659M1VRENH47KDVLN4NUNM18"',
71956npm verb headers 'content-type': 'application/json',
71957npm verb headers 'cache-control': 'max-age=60',
71958npm verb headers 'content-length': '5226',
71959npm verb headers 'accept-ranges': 'bytes',
71960npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71961npm verb headers via: '1.1 varnish',
71962npm verb headers age: '49',
71963npm verb headers connection: 'keep-alive',
71964npm verb headers 'x-served-by': 'cache-fra1234-FRA',
71965npm verb headers 'x-cache': 'HIT',
71966npm verb headers 'x-cache-hits': '1',
71967npm verb headers 'x-timer': 'S1450870323.628599,VS0,VE0',
71968npm verb headers vary: 'Accept' }
71969npm verb get saving lodash.restparam to /root/.npm/registry.npmjs.org/lodash.restparam/.cache.json
71970npm http 200 http://registry.npmjs.org/lodash._isiterateecall
71971npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
71972npm verb headers etag: '"5T12YB3BV3DYI9G8QK957PADV"',
71973npm verb headers 'content-type': 'application/json',
71974npm verb headers 'cache-control': 'max-age=60',
71975npm verb headers 'content-length': '18936',
71976npm verb headers 'accept-ranges': 'bytes',
71977npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
71978npm verb headers via: '1.1 varnish',
71979npm verb headers age: '55',
71980npm verb headers connection: 'keep-alive',
71981npm verb headers 'x-served-by': 'cache-fra1221-FRA',
71982npm verb headers 'x-cache': 'HIT',
71983npm verb headers 'x-cache-hits': '2',
71984npm verb headers 'x-timer': 'S1450870323.625589,VS0,VE0',
71985npm verb headers vary: 'Accept' }
71986npm verb get saving lodash._isiterateecall to /root/.npm/registry.npmjs.org/lodash._isiterateecall/.cache.json
71987npm verb cache add spec lodash._bindcallback@^3.0.0
71988npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._bindcallback
71989npm verb addNameRange registry:http://registry.npmjs.org/lodash._bindcallback not in flight; fetching
71990npm verb cache add spec lodash.restparam@^3.0.0
71991npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.restparam
71992npm verb addNameRange registry:http://registry.npmjs.org/lodash.restparam not in flight; fetching
71993npm verb cache add spec lodash._isiterateecall@^3.0.0
71994npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._isiterateecall
71995npm verb addNameRange registry:http://registry.npmjs.org/lodash._isiterateecall not in flight; fetching
71996npm verb get http://registry.npmjs.org/lodash._bindcallback not expired, no request
71997npm verb addNamed "3.0.1" is a plain semver version for lodash._bindcallback
71998npm verb get http://registry.npmjs.org/lodash.restparam not expired, no request
71999npm verb addNamed "3.6.1" is a plain semver version for lodash.restparam
72000npm verb addRemoteTarball http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz not in flight; adding
72001npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz',
72002npm verb addRemoteTarball 'e531c27644cf8b57a99e17ed95b35c748789392e' ]
72003npm verb addRemoteTarball http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz not in flight; adding
72004npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz',
72005npm verb addRemoteTarball '936a4e309ef330a7645ed4145986c85ae5b20805' ]
72006npm verb get http://registry.npmjs.org/lodash._isiterateecall not expired, no request
72007npm verb addNamed "3.0.9" is a plain semver version for lodash._isiterateecall
72008npm verb addRemoteTarball http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz not in flight; adding
72009npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz',
72010npm verb addRemoteTarball '5203ad7ba425fae842460e696db9cf3e6aac057c' ]
72011npm info retry fetch attempt 1 at 11:32:03
72012npm info attempt registry request try #1 at 11:32:03
72013npm http fetch GET http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz
72014npm info retry fetch attempt 1 at 11:32:03
72015npm info attempt registry request try #1 at 11:32:03
72016npm http fetch GET http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz
72017npm info retry fetch attempt 1 at 11:32:03
72018npm info attempt registry request try #1 at 11:32:03
72019npm http fetch GET http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
72020npm http fetch 200 http://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz
72021npm http fetch 200 http://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz
72022npm http fetch 200 http://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
72023npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz not in flight; adding
72024npm verb addTmpTarball already have metadata; skipping unpack for lodash.restparam@3.6.1
72025npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz not in flight; adding
72026npm verb addTmpTarball already have metadata; skipping unpack for lodash._bindcallback@3.0.1
72027npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz not in flight; adding
72028npm verb addTmpTarball already have metadata; skipping unpack for lodash._isiterateecall@3.0.9
72029npm verb afterAdd /root/.npm/lodash.restparam/3.6.1/package/package.json not in flight; writing
72030npm verb afterAdd /root/.npm/lodash._bindcallback/3.0.1/package/package.json not in flight; writing
72031npm verb afterAdd /root/.npm/lodash._isiterateecall/3.0.9/package/package.json not in flight; writing
72032npm verb afterAdd /root/.npm/lodash.restparam/3.6.1/package/package.json written
72033npm verb afterAdd /root/.npm/lodash._bindcallback/3.0.1/package/package.json written
72034npm verb afterAdd /root/.npm/lodash._isiterateecall/3.0.9/package/package.json written
72035npm verb cache add spec broccoli-kitchen-sink-helpers@^0.3.1
72036npm verb cache add spec fs-extra@^0.24.0
72037npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for broccoli-kitchen-sink-helpers
72038npm verb addNameRange registry:http://registry.npmjs.org/broccoli-kitchen-sink-helpers not in flight; fetching
72039npm verb addNamed ">=0.24.0 <0.25.0" is a valid semver range for fs-extra
72040npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
72041npm verb request uri http://registry.npmjs.org/broccoli-kitchen-sink-helpers
72042npm verb request no auth needed
72043npm info attempt registry request try #1 at 11:32:03
72044npm verb etag "4R751W8VD7VN1ZFFZMN9JNS8Q"
72045npm http request GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers
72046npm verb request uri http://registry.npmjs.org/fs-extra
72047npm verb request no auth needed
72048npm info attempt registry request try #1 at 11:32:03
72049npm verb etag "5P97O68TI1NHUQFEFJMUY0QSA"
72050npm http request GET http://registry.npmjs.org/fs-extra
72051npm http 304 http://registry.npmjs.org/broccoli-kitchen-sink-helpers
72052npm verb headers { date: 'Wed, 23 Dec 2015 11:32:03 GMT',
72053npm verb headers via: '1.1 varnish',
72054npm verb headers 'cache-control': 'max-age=300',
72055npm verb headers etag: '"4R751W8VD7VN1ZFFZMN9JNS8Q"',
72056npm verb headers age: '68',
72057npm verb headers connection: 'keep-alive',
72058npm verb headers 'x-served-by': 'cache-fra1220-FRA',
72059npm verb headers 'x-cache': 'HIT',
72060npm verb headers 'x-cache-hits': '2',
72061npm verb headers 'x-timer': 'S1450870323.808899,VS0,VE0',
72062npm verb headers vary: 'Accept' }
72063npm verb etag http://registry.npmjs.org/broccoli-kitchen-sink-helpers from cache
72064npm verb get saving broccoli-kitchen-sink-helpers to /root/.npm/registry.npmjs.org/broccoli-kitchen-sink-helpers/.cache.json
72065npm http 304 http://registry.npmjs.org/fs-extra
72066npm verb headers { date: 'Wed, 23 Dec 2015 11:32:03 GMT',
72067npm verb headers via: '1.1 varnish',
72068npm verb headers 'cache-control': 'max-age=300',
72069npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
72070npm verb headers age: '117',
72071npm verb headers connection: 'keep-alive',
72072npm verb headers 'x-served-by': 'cache-fra1226-FRA',
72073npm verb headers 'x-cache': 'HIT',
72074npm verb headers 'x-cache-hits': '4',
72075npm verb headers 'x-timer': 'S1450870323.814848,VS0,VE0',
72076npm verb headers vary: 'Accept' }
72077npm verb etag http://registry.npmjs.org/fs-extra from cache
72078npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
72079npm verb addNamed "0.3.1" is a plain semver version for broccoli-kitchen-sink-helpers
72080npm verb addRemoteTarball http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz not in flight; adding
72081npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz',
72082npm verb addRemoteTarball '77c7c18194b9664163ec4fcee2793444926e0c06' ]
72083npm verb addNamed "0.24.0" is a plain semver version for fs-extra
72084npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
72085npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz',
72086npm verb addRemoteTarball 'd4e4342a96675cb7846633a6099249332b539952' ]
72087npm info retry fetch attempt 1 at 11:32:03
72088npm info attempt registry request try #1 at 11:32:03
72089npm http fetch GET http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz
72090npm info retry fetch attempt 1 at 11:32:03
72091npm info attempt registry request try #1 at 11:32:03
72092npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
72093npm http fetch 200 http://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz
72094npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
72095npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz not in flight; adding
72096npm verb addTmpTarball already have metadata; skipping unpack for broccoli-kitchen-sink-helpers@0.3.1
72097npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
72098npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.24.0
72099npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package/package.json not in flight; writing
72100npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json not in flight; writing
72101npm verb afterAdd /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package/package.json written
72102npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json written
72103npm verb cache add spec graceful-fs@^4.1.2
72104npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
72105npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
72106npm verb request uri http://registry.npmjs.org/jsonfile
72107npm verb request no auth needed
72108npm info attempt registry request try #1 at 11:32:03
72109npm http request GET http://registry.npmjs.org/jsonfile
72110npm verb request uri http://registry.npmjs.org/graceful-fs
72111npm verb request no auth needed
72112npm info attempt registry request try #1 at 11:32:03
72113npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
72114npm http request GET http://registry.npmjs.org/graceful-fs
72115npm http 200 http://registry.npmjs.org/jsonfile
72116npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72117npm verb headers etag: '"8OSSUZ7Q81L3WJ2WN6C8RED44"',
72118npm verb headers 'content-type': 'application/json',
72119npm verb headers 'cache-control': 'max-age=300',
72120npm verb headers 'content-length': '19927',
72121npm verb headers 'accept-ranges': 'bytes',
72122npm verb headers date: 'Wed, 23 Dec 2015 11:32:03 GMT',
72123npm verb headers via: '1.1 varnish',
72124npm verb headers age: '246',
72125npm verb headers connection: 'keep-alive',
72126npm verb headers 'x-served-by': 'cache-fra1242-FRA',
72127npm verb headers 'x-cache': 'HIT',
72128npm verb headers 'x-cache-hits': '9',
72129npm verb headers 'x-timer': 'S1450870323.949914,VS0,VE0',
72130npm verb headers vary: 'Accept' }
72131npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
72132npm http 304 http://registry.npmjs.org/graceful-fs
72133npm verb headers { date: 'Wed, 23 Dec 2015 11:32:03 GMT',
72134npm verb headers via: '1.1 varnish',
72135npm verb headers 'cache-control': 'max-age=300',
72136npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
72137npm verb headers age: '179',
72138npm verb headers connection: 'keep-alive',
72139npm verb headers 'x-served-by': 'cache-fra1243-FRA',
72140npm verb headers 'x-cache': 'HIT',
72141npm verb headers 'x-cache-hits': '19',
72142npm verb headers 'x-timer': 'S1450870323.961113,VS0,VE0',
72143npm verb headers vary: 'Accept' }
72144npm verb etag http://registry.npmjs.org/graceful-fs from cache
72145npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
72146npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
72147npm verb cache add spec jsonfile@^2.1.0
72148npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
72149npm verb addNameRange registry:http://registry.npmjs.org/jsonfile not in flight; fetching
72150npm verb get http://registry.npmjs.org/jsonfile not expired, no request
72151npm verb addNamed "2.2.3" is a plain semver version for jsonfile
72152npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
72153npm verb addRemoteTarball http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
72154npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
72155npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
72156npm info retry fetch attempt 1 at 11:32:04
72157npm info attempt registry request try #1 at 11:32:04
72158npm http fetch GET http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
72159npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
72160npm http fetch 200 http://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
72161npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
72162npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
72163npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
72164npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
72165npm verb cache add spec minimatch@~0.2.14
72166npm verb cache add spec minimist@^1.1.1
72167npm verb addNamed ">=0.2.14 <0.3.0" is a valid semver range for minimatch
72168npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
72169npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for minimist
72170npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
72171npm verb request uri http://registry.npmjs.org/exec-sh
72172npm verb request no auth needed
72173npm info attempt registry request try #1 at 11:32:04
72174npm http request GET http://registry.npmjs.org/exec-sh
72175npm verb request uri http://registry.npmjs.org/fb-watchman
72176npm verb request no auth needed
72177npm info attempt registry request try #1 at 11:32:04
72178npm http request GET http://registry.npmjs.org/fb-watchman
72179npm verb request uri http://registry.npmjs.org/walker
72180npm verb request no auth needed
72181npm info attempt registry request try #1 at 11:32:04
72182npm http request GET http://registry.npmjs.org/walker
72183npm verb request uri http://registry.npmjs.org/watch
72184npm verb request no auth needed
72185npm info attempt registry request try #1 at 11:32:04
72186npm http request GET http://registry.npmjs.org/watch
72187npm verb get http://registry.npmjs.org/minimatch not expired, no request
72188npm verb addNamed "0.2.14" is a plain semver version for minimatch
72189npm verb get http://registry.npmjs.org/minimist not expired, no request
72190npm verb addNamed "1.2.0" is a plain semver version for minimist
72191npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
72192npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
72193npm verb addRemoteTarball 'c74e780574f63c6f9a090e90efbe6ef53a6a756a' ]
72194npm info retry fetch attempt 1 at 11:32:04
72195npm info attempt registry request try #1 at 11:32:04
72196npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
72197npm http 200 http://registry.npmjs.org/fb-watchman
72198npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72199npm verb headers etag: '"C5AWOH90CC4PLPB74P6MA83B5"',
72200npm verb headers 'content-type': 'application/json',
72201npm verb headers 'cache-control': 'max-age=300',
72202npm verb headers 'content-length': '11857',
72203npm verb headers 'accept-ranges': 'bytes',
72204npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72205npm verb headers via: '1.1 varnish',
72206npm verb headers age: '179',
72207npm verb headers connection: 'keep-alive',
72208npm verb headers 'x-served-by': 'cache-fra1230-FRA',
72209npm verb headers 'x-cache': 'HIT',
72210npm verb headers 'x-cache-hits': '2',
72211npm verb headers 'x-timer': 'S1450870324.130950,VS0,VE0',
72212npm verb headers vary: 'Accept' }
72213npm verb get saving fb-watchman to /root/.npm/registry.npmjs.org/fb-watchman/.cache.json
72214npm http 200 http://registry.npmjs.org/exec-sh
72215npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72216npm verb headers etag: '"BY1KJDQ251IMUFAAXK24OR9BR"',
72217npm verb headers 'content-type': 'application/json',
72218npm verb headers 'cache-control': 'max-age=300',
72219npm verb headers 'content-length': '10742',
72220npm verb headers 'accept-ranges': 'bytes',
72221npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72222npm verb headers via: '1.1 varnish',
72223npm verb headers age: '243',
72224npm verb headers connection: 'keep-alive',
72225npm verb headers 'x-served-by': 'cache-fra1247-FRA',
72226npm verb headers 'x-cache': 'HIT',
72227npm verb headers 'x-cache-hits': '1',
72228npm verb headers 'x-timer': 'S1450870324.130425,VS0,VE0',
72229npm verb headers vary: 'Accept' }
72230npm verb get saving exec-sh to /root/.npm/registry.npmjs.org/exec-sh/.cache.json
72231npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
72232npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
72233npm verb cache add spec fb-watchman@^1.5.0
72234npm verb addNamed ">=1.5.0 <2.0.0" is a valid semver range for fb-watchman
72235npm verb addNameRange registry:http://registry.npmjs.org/fb-watchman not in flight; fetching
72236npm verb cache add spec exec-sh@^0.2.0
72237npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for exec-sh
72238npm verb addNameRange registry:http://registry.npmjs.org/exec-sh not in flight; fetching
72239npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
72240npm verb get http://registry.npmjs.org/fb-watchman not expired, no request
72241npm verb addNamed "1.6.0" is a plain semver version for fb-watchman
72242npm verb get http://registry.npmjs.org/exec-sh not expired, no request
72243npm verb addNamed "0.2.0" is a plain semver version for exec-sh
72244npm verb addRemoteTarball http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz not in flight; adding
72245npm verb addRemoteTarball [ 'http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz',
72246npm verb addRemoteTarball 'c5e1bb0d36e690d9f93f5a139698a68dc60d99b1' ]
72247npm verb addRemoteTarball http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz not in flight; adding
72248npm verb addRemoteTarball [ 'http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz',
72249npm verb addRemoteTarball '14f75de3f20d286ef933099b2ce50a90359cef10' ]
72250npm info retry fetch attempt 1 at 11:32:04
72251npm info attempt registry request try #1 at 11:32:04
72252npm http fetch GET http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz
72253npm info retry fetch attempt 1 at 11:32:04
72254npm info attempt registry request try #1 at 11:32:04
72255npm http fetch GET http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz
72256npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz not in flight; adding
72257npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.2.14
72258npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
72259npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
72260npm http fetch 200 http://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz
72261npm http fetch 200 http://registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz
72262npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fb-watchman/-/fb-watchman-1.6.0.tgz not in flight; adding
72263npm verb addTmpTarball already have metadata; skipping unpack for fb-watchman@1.6.0
72264npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz not in flight; adding
72265npm verb addTmpTarball already have metadata; skipping unpack for exec-sh@0.2.0
72266npm verb afterAdd /root/.npm/fb-watchman/1.6.0/package/package.json not in flight; writing
72267npm verb afterAdd /root/.npm/exec-sh/0.2.0/package/package.json not in flight; writing
72268npm verb afterAdd /root/.npm/fb-watchman/1.6.0/package/package.json written
72269npm verb afterAdd /root/.npm/exec-sh/0.2.0/package/package.json written
72270npm http 200 http://registry.npmjs.org/walker
72271npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72272npm verb headers etag: '"D91VM5MVC22OVRHUWB5KTWUH8"',
72273npm verb headers 'content-type': 'application/json',
72274npm verb headers 'cache-control': 'max-age=300',
72275npm verb headers 'content-length': '10675',
72276npm verb headers 'accept-ranges': 'bytes',
72277npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72278npm verb headers via: '1.1 varnish',
72279npm verb headers age: '87',
72280npm verb headers connection: 'keep-alive',
72281npm verb headers 'x-served-by': 'cache-fra1221-FRA',
72282npm verb headers 'x-cache': 'HIT',
72283npm verb headers 'x-cache-hits': '1',
72284npm verb headers 'x-timer': 'S1450870324.131111,VS0,VE0',
72285npm verb headers vary: 'Accept' }
72286npm verb get saving walker to /root/.npm/registry.npmjs.org/walker/.cache.json
72287npm verb cache add spec walker@~1.0.5
72288npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for walker
72289npm verb addNameRange registry:http://registry.npmjs.org/walker not in flight; fetching
72290npm verb get http://registry.npmjs.org/walker not expired, no request
72291npm verb addNamed "1.0.7" is a plain semver version for walker
72292npm verb addRemoteTarball http://registry.npmjs.org/walker/-/walker-1.0.7.tgz not in flight; adding
72293npm verb addRemoteTarball [ 'http://registry.npmjs.org/walker/-/walker-1.0.7.tgz',
72294npm verb addRemoteTarball '2f7f9b8fd10d677262b18a884e28d19618e028fb' ]
72295npm info retry fetch attempt 1 at 11:32:04
72296npm info attempt registry request try #1 at 11:32:04
72297npm http fetch GET http://registry.npmjs.org/walker/-/walker-1.0.7.tgz
72298npm http fetch 200 http://registry.npmjs.org/walker/-/walker-1.0.7.tgz
72299npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/walker/-/walker-1.0.7.tgz not in flight; adding
72300npm verb addTmpTarball already have metadata; skipping unpack for walker@1.0.7
72301npm verb afterAdd /root/.npm/walker/1.0.7/package/package.json not in flight; writing
72302npm verb afterAdd /root/.npm/walker/1.0.7/package/package.json written
72303npm http 200 http://registry.npmjs.org/watch
72304npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72305npm verb headers etag: '"C5HHTRQ6P9TRMROI8HAVX6AJ9"',
72306npm verb headers 'content-type': 'application/json',
72307npm verb headers 'cache-control': 'max-age=300',
72308npm verb headers 'content-length': '25046',
72309npm verb headers 'accept-ranges': 'bytes',
72310npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72311npm verb headers via: '1.1 varnish',
72312npm verb headers age: '244',
72313npm verb headers connection: 'keep-alive',
72314npm verb headers 'x-served-by': 'cache-fra1220-FRA',
72315npm verb headers 'x-cache': 'HIT',
72316npm verb headers 'x-cache-hits': '2',
72317npm verb headers 'x-timer': 'S1450870324.131060,VS0,VE0',
72318npm verb headers vary: 'Accept' }
72319npm verb get saving watch to /root/.npm/registry.npmjs.org/watch/.cache.json
72320npm verb cache add spec watch@~0.10.0
72321npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for watch
72322npm verb addNameRange registry:http://registry.npmjs.org/watch not in flight; fetching
72323npm verb get http://registry.npmjs.org/watch not expired, no request
72324npm verb addNamed "0.10.0" is a plain semver version for watch
72325npm verb addRemoteTarball http://registry.npmjs.org/watch/-/watch-0.10.0.tgz not in flight; adding
72326npm verb addRemoteTarball [ 'http://registry.npmjs.org/watch/-/watch-0.10.0.tgz',
72327npm verb addRemoteTarball '77798b2da0f9910d595f1ace5b0c2258521f21dc' ]
72328npm info retry fetch attempt 1 at 11:32:04
72329npm info attempt registry request try #1 at 11:32:04
72330npm http fetch GET http://registry.npmjs.org/watch/-/watch-0.10.0.tgz
72331npm http fetch 200 http://registry.npmjs.org/watch/-/watch-0.10.0.tgz
72332npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/watch/-/watch-0.10.0.tgz not in flight; adding
72333npm verb addTmpTarball already have metadata; skipping unpack for watch@0.10.0
72334npm verb afterAdd /root/.npm/watch/0.10.0/package/package.json not in flight; writing
72335npm verb afterAdd /root/.npm/watch/0.10.0/package/package.json written
72336npm verb request uri http://registry.npmjs.org/merge
72337npm verb request no auth needed
72338npm info attempt registry request try #1 at 11:32:04
72339npm http request GET http://registry.npmjs.org/merge
72340npm http 200 http://registry.npmjs.org/merge
72341npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72342npm verb headers etag: '"73RSYZX7FC4EY2GMRM2JOBZFH"',
72343npm verb headers 'content-type': 'application/json',
72344npm verb headers 'cache-control': 'max-age=300',
72345npm verb headers 'content-length': '7480',
72346npm verb headers 'accept-ranges': 'bytes',
72347npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72348npm verb headers via: '1.1 varnish',
72349npm verb headers age: '211',
72350npm verb headers connection: 'keep-alive',
72351npm verb headers 'x-served-by': 'cache-fra1226-FRA',
72352npm verb headers 'x-cache': 'HIT',
72353npm verb headers 'x-cache-hits': '1',
72354npm verb headers 'x-timer': 'S1450870324.542292,VS0,VE0',
72355npm verb headers vary: 'Accept' }
72356npm verb get saving merge to /root/.npm/registry.npmjs.org/merge/.cache.json
72357npm verb cache add spec merge@^1.1.3
72358npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for merge
72359npm verb addNameRange registry:http://registry.npmjs.org/merge not in flight; fetching
72360npm verb get http://registry.npmjs.org/merge not expired, no request
72361npm verb addNamed "1.2.0" is a plain semver version for merge
72362npm verb addRemoteTarball http://registry.npmjs.org/merge/-/merge-1.2.0.tgz not in flight; adding
72363npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge/-/merge-1.2.0.tgz',
72364npm verb addRemoteTarball '7531e39d4949c281a66b8c5a6e0265e8b05894da' ]
72365npm info retry fetch attempt 1 at 11:32:04
72366npm info attempt registry request try #1 at 11:32:04
72367npm http fetch GET http://registry.npmjs.org/merge/-/merge-1.2.0.tgz
72368npm http fetch 200 http://registry.npmjs.org/merge/-/merge-1.2.0.tgz
72369npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/merge/-/merge-1.2.0.tgz not in flight; adding
72370npm verb addTmpTarball already have metadata; skipping unpack for merge@1.2.0
72371npm verb afterAdd /root/.npm/merge/1.2.0/package/package.json not in flight; writing
72372npm verb afterAdd /root/.npm/merge/1.2.0/package/package.json written
72373npm verb request uri http://registry.npmjs.org/bser
72374npm verb request no auth needed
72375npm info attempt registry request try #1 at 11:32:04
72376npm http request GET http://registry.npmjs.org/bser
72377npm http 200 http://registry.npmjs.org/bser
72378npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72379npm verb headers etag: '"2XVUYZ9TWKK5KJGBKT2SBZAO"',
72380npm verb headers 'content-type': 'application/json',
72381npm verb headers 'cache-control': 'max-age=300',
72382npm verb headers 'content-length': '5598',
72383npm verb headers 'accept-ranges': 'bytes',
72384npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72385npm verb headers via: '1.1 varnish',
72386npm verb headers age: '179',
72387npm verb headers connection: 'keep-alive',
72388npm verb headers 'x-served-by': 'cache-fra1225-FRA',
72389npm verb headers 'x-cache': 'HIT',
72390npm verb headers 'x-cache-hits': '1',
72391npm verb headers 'x-timer': 'S1450870324.654220,VS0,VE0',
72392npm verb headers vary: 'Accept' }
72393npm verb get saving bser to /root/.npm/registry.npmjs.org/bser/.cache.json
72394npm verb cache add spec bser@^1.0.2
72395npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for bser
72396npm verb addNameRange registry:http://registry.npmjs.org/bser not in flight; fetching
72397npm verb get http://registry.npmjs.org/bser not expired, no request
72398npm verb addNamed "1.0.2" is a plain semver version for bser
72399npm verb addRemoteTarball http://registry.npmjs.org/bser/-/bser-1.0.2.tgz not in flight; adding
72400npm verb addRemoteTarball [ 'http://registry.npmjs.org/bser/-/bser-1.0.2.tgz',
72401npm verb addRemoteTarball '381116970b2a6deea5646dd15dd7278444b56169' ]
72402npm info retry fetch attempt 1 at 11:32:04
72403npm info attempt registry request try #1 at 11:32:04
72404npm http fetch GET http://registry.npmjs.org/bser/-/bser-1.0.2.tgz
72405npm http fetch 200 http://registry.npmjs.org/bser/-/bser-1.0.2.tgz
72406npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bser/-/bser-1.0.2.tgz not in flight; adding
72407npm verb addTmpTarball already have metadata; skipping unpack for bser@1.0.2
72408npm verb afterAdd /root/.npm/bser/1.0.2/package/package.json not in flight; writing
72409npm verb afterAdd /root/.npm/bser/1.0.2/package/package.json written
72410npm verb request uri http://registry.npmjs.org/node-int64
72411npm verb request no auth needed
72412npm info attempt registry request try #1 at 11:32:04
72413npm http request GET http://registry.npmjs.org/node-int64
72414npm http 200 http://registry.npmjs.org/node-int64
72415npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72416npm verb headers etag: '"BFDX9NEMFQQ7H09NXUHAF6JKE"',
72417npm verb headers 'content-type': 'application/json',
72418npm verb headers 'cache-control': 'max-age=300',
72419npm verb headers 'content-length': '9479',
72420npm verb headers 'accept-ranges': 'bytes',
72421npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72422npm verb headers via: '1.1 varnish',
72423npm verb headers age: '230',
72424npm verb headers connection: 'keep-alive',
72425npm verb headers 'x-served-by': 'cache-fra1235-FRA',
72426npm verb headers 'x-cache': 'HIT',
72427npm verb headers 'x-cache-hits': '1',
72428npm verb headers 'x-timer': 'S1450870324.757661,VS0,VE0',
72429npm verb headers vary: 'Accept' }
72430npm verb get saving node-int64 to /root/.npm/registry.npmjs.org/node-int64/.cache.json
72431npm verb cache add spec node-int64@^0.4.0
72432npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for node-int64
72433npm verb addNameRange registry:http://registry.npmjs.org/node-int64 not in flight; fetching
72434npm verb get http://registry.npmjs.org/node-int64 not expired, no request
72435npm verb addNamed "0.4.0" is a plain semver version for node-int64
72436npm verb addRemoteTarball http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz not in flight; adding
72437npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz',
72438npm verb addRemoteTarball '87a9065cdb355d3182d8f94ce11188b825c68a3b' ]
72439npm info retry fetch attempt 1 at 11:32:04
72440npm info attempt registry request try #1 at 11:32:04
72441npm http fetch GET http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz
72442npm http fetch 200 http://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz
72443npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz not in flight; adding
72444npm verb addTmpTarball already have metadata; skipping unpack for node-int64@0.4.0
72445npm verb afterAdd /root/.npm/node-int64/0.4.0/package/package.json not in flight; writing
72446npm verb afterAdd /root/.npm/node-int64/0.4.0/package/package.json written
72447npm verb request uri http://registry.npmjs.org/lru-cache
72448npm verb request no auth needed
72449npm info attempt registry request try #1 at 11:32:04
72450npm http request GET http://registry.npmjs.org/lru-cache
72451npm verb request uri http://registry.npmjs.org/sigmund
72452npm verb request no auth needed
72453npm info attempt registry request try #1 at 11:32:04
72454npm http request GET http://registry.npmjs.org/sigmund
72455npm http 200 http://registry.npmjs.org/lru-cache
72456npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72457npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
72458npm verb headers 'content-type': 'application/json',
72459npm verb headers 'cache-control': 'max-age=300',
72460npm verb headers 'content-length': '48050',
72461npm verb headers 'accept-ranges': 'bytes',
72462npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72463npm verb headers via: '1.1 varnish',
72464npm verb headers age: '259',
72465npm verb headers connection: 'keep-alive',
72466npm verb headers 'x-served-by': 'cache-fra1238-FRA',
72467npm verb headers 'x-cache': 'HIT',
72468npm verb headers 'x-cache-hits': '22',
72469npm verb headers 'x-timer': 'S1450870324.878294,VS0,VE0',
72470npm verb headers vary: 'Accept' }
72471npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
72472npm verb cache add spec lru-cache@2
72473npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
72474npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
72475npm verb get http://registry.npmjs.org/lru-cache not expired, no request
72476npm verb addNamed "2.7.3" is a plain semver version for lru-cache
72477npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
72478npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz',
72479npm verb addRemoteTarball '6d4524e8b955f95d4f5b58851ce21dd72fb4e952' ]
72480npm info retry fetch attempt 1 at 11:32:04
72481npm info attempt registry request try #1 at 11:32:04
72482npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
72483npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
72484npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz not in flight; adding
72485npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@2.7.3
72486npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json not in flight; writing
72487npm verb afterAdd /root/.npm/lru-cache/2.7.3/package/package.json written
72488npm http 200 http://registry.npmjs.org/sigmund
72489npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72490npm verb headers etag: '"1TUX00X8YEKNFED6GGWS214S3"',
72491npm verb headers 'content-type': 'application/json',
72492npm verb headers 'cache-control': 'max-age=60',
72493npm verb headers 'content-length': '4604',
72494npm verb headers 'accept-ranges': 'bytes',
72495npm verb headers date: 'Wed, 23 Dec 2015 11:32:04 GMT',
72496npm verb headers via: '1.1 varnish',
72497npm verb headers age: '60',
72498npm verb headers connection: 'keep-alive',
72499npm verb headers 'x-served-by': 'cache-fra1221-FRA',
72500npm verb headers 'x-cache': 'HIT',
72501npm verb headers 'x-cache-hits': '7',
72502npm verb headers 'x-timer': 'S1450870324.883368,VS0,VE0',
72503npm verb headers vary: 'Accept' }
72504npm verb get saving sigmund to /root/.npm/registry.npmjs.org/sigmund/.cache.json
72505npm verb cache add spec sigmund@~1.0.0
72506npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
72507npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
72508npm verb get http://registry.npmjs.org/sigmund not expired, no request
72509npm verb addNamed "1.0.1" is a plain semver version for sigmund
72510npm verb addRemoteTarball http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
72511npm verb addRemoteTarball [ 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz',
72512npm verb addRemoteTarball '3ff21f198cad2175f9f3b781853fd94d0d19b590' ]
72513npm info retry fetch attempt 1 at 11:32:05
72514npm info attempt registry request try #1 at 11:32:05
72515npm http fetch GET http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
72516npm http fetch 200 http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
72517npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz not in flight; adding
72518npm verb addTmpTarball already have metadata; skipping unpack for sigmund@1.0.1
72519npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json not in flight; writing
72520npm verb afterAdd /root/.npm/sigmund/1.0.1/package/package.json written
72521npm verb request uri http://registry.npmjs.org/makeerror
72522npm verb request no auth needed
72523npm info attempt registry request try #1 at 11:32:05
72524npm http request GET http://registry.npmjs.org/makeerror
72525npm http 200 http://registry.npmjs.org/makeerror
72526npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72527npm verb headers etag: '"85D1GURJB8ZW6W1VMNBE21FCT"',
72528npm verb headers 'content-type': 'application/json',
72529npm verb headers 'cache-control': 'max-age=300',
72530npm verb headers 'content-length': '11408',
72531npm verb headers 'accept-ranges': 'bytes',
72532npm verb headers date: 'Wed, 23 Dec 2015 11:32:05 GMT',
72533npm verb headers via: '1.1 varnish',
72534npm verb headers age: '86',
72535npm verb headers connection: 'keep-alive',
72536npm verb headers 'x-served-by': 'cache-fra1240-FRA',
72537npm verb headers 'x-cache': 'HIT',
72538npm verb headers 'x-cache-hits': '1',
72539npm verb headers 'x-timer': 'S1450870325.289815,VS0,VE0',
72540npm verb headers vary: 'Accept' }
72541npm verb get saving makeerror to /root/.npm/registry.npmjs.org/makeerror/.cache.json
72542npm verb cache add spec makeerror@1.0.x
72543npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for makeerror
72544npm verb addNameRange registry:http://registry.npmjs.org/makeerror not in flight; fetching
72545npm verb get http://registry.npmjs.org/makeerror not expired, no request
72546npm verb addNamed "1.0.11" is a plain semver version for makeerror
72547npm verb addRemoteTarball http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz not in flight; adding
72548npm verb addRemoteTarball [ 'http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz',
72549npm verb addRemoteTarball 'e01a5c9109f2af79660e4e8b9587790184f5a96c' ]
72550npm info retry fetch attempt 1 at 11:32:05
72551npm info attempt registry request try #1 at 11:32:05
72552npm http fetch GET http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz
72553npm http fetch 200 http://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz
72554npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz not in flight; adding
72555npm verb addTmpTarball already have metadata; skipping unpack for makeerror@1.0.11
72556npm verb afterAdd /root/.npm/makeerror/1.0.11/package/package.json not in flight; writing
72557npm verb afterAdd /root/.npm/makeerror/1.0.11/package/package.json written
72558npm verb request uri http://registry.npmjs.org/tmpl
72559npm verb request no auth needed
72560npm info attempt registry request try #1 at 11:32:05
72561npm http request GET http://registry.npmjs.org/tmpl
72562npm http 200 http://registry.npmjs.org/tmpl
72563npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72564npm verb headers etag: '"7EOGCYUNLT1FL1CR3A2S6N0YB"',
72565npm verb headers 'content-type': 'application/json',
72566npm verb headers 'cache-control': 'max-age=300',
72567npm verb headers 'content-length': '4564',
72568npm verb headers 'accept-ranges': 'bytes',
72569npm verb headers date: 'Wed, 23 Dec 2015 11:32:05 GMT',
72570npm verb headers via: '1.1 varnish',
72571npm verb headers age: '84',
72572npm verb headers connection: 'keep-alive',
72573npm verb headers 'x-served-by': 'cache-fra1246-FRA',
72574npm verb headers 'x-cache': 'HIT',
72575npm verb headers 'x-cache-hits': '1',
72576npm verb headers 'x-timer': 'S1450870325.407344,VS0,VE0',
72577npm verb headers vary: 'Accept' }
72578npm verb get saving tmpl to /root/.npm/registry.npmjs.org/tmpl/.cache.json
72579npm verb cache add spec tmpl@1.0.x
72580npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for tmpl
72581npm verb addNameRange registry:http://registry.npmjs.org/tmpl not in flight; fetching
72582npm verb get http://registry.npmjs.org/tmpl not expired, no request
72583npm verb addNamed "1.0.4" is a plain semver version for tmpl
72584npm verb addRemoteTarball http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz not in flight; adding
72585npm verb addRemoteTarball [ 'http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz',
72586npm verb addRemoteTarball '23640dd7b42d00433911140820e5cf440e521dd1' ]
72587npm info retry fetch attempt 1 at 11:32:05
72588npm info attempt registry request try #1 at 11:32:05
72589npm http fetch GET http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz
72590npm http fetch 200 http://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz
72591npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz not in flight; adding
72592npm verb addTmpTarball already have metadata; skipping unpack for tmpl@1.0.4
72593npm verb afterAdd /root/.npm/tmpl/1.0.4/package/package.json not in flight; writing
72594npm verb afterAdd /root/.npm/tmpl/1.0.4/package/package.json written
72595npm verb cache add spec minimatch@^2.0.10
72596npm verb addNamed ">=2.0.10 <3.0.0" is a valid semver range for minimatch
72597npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
72598npm verb request uri http://registry.npmjs.org/fast-sourcemap-concat
72599npm verb request no auth needed
72600npm info attempt registry request try #1 at 11:32:05
72601npm http request GET http://registry.npmjs.org/fast-sourcemap-concat
72602npm verb request uri http://registry.npmjs.org/lodash-node
72603npm verb request no auth needed
72604npm info attempt registry request try #1 at 11:32:05
72605npm http request GET http://registry.npmjs.org/lodash-node
72606npm verb request uri http://registry.npmjs.org/lodash.uniq
72607npm verb request no auth needed
72608npm info attempt registry request try #1 at 11:32:05
72609npm http request GET http://registry.npmjs.org/lodash.uniq
72610npm verb get http://registry.npmjs.org/minimatch not expired, no request
72611npm verb addNamed "2.0.10" is a plain semver version for minimatch
72612npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
72613npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
72614npm http 200 http://registry.npmjs.org/fast-sourcemap-concat
72615npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72616npm verb headers etag: '"ALI4YY0DED7TWWUIW4LHI5DU0"',
72617npm verb headers 'content-type': 'application/json',
72618npm verb headers 'cache-control': 'max-age=300',
72619npm verb headers 'content-length': '18133',
72620npm verb headers 'accept-ranges': 'bytes',
72621npm verb headers date: 'Wed, 23 Dec 2015 11:32:05 GMT',
72622npm verb headers via: '1.1 varnish',
72623npm verb headers age: '68',
72624npm verb headers connection: 'keep-alive',
72625npm verb headers 'x-served-by': 'cache-fra1241-FRA',
72626npm verb headers 'x-cache': 'HIT',
72627npm verb headers 'x-cache-hits': '1',
72628npm verb headers 'x-timer': 'S1450870325.540796,VS0,VE0',
72629npm verb headers vary: 'Accept' }
72630npm verb get saving fast-sourcemap-concat to /root/.npm/registry.npmjs.org/fast-sourcemap-concat/.cache.json
72631npm http 200 http://registry.npmjs.org/lodash.uniq
72632npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72633npm verb headers etag: '"9NRFSDW9UVCMJVIVT8LFZ42CR"',
72634npm verb headers 'content-type': 'application/json',
72635npm verb headers 'cache-control': 'max-age=300',
72636npm verb headers 'content-length': '23762',
72637npm verb headers 'accept-ranges': 'bytes',
72638npm verb headers date: 'Wed, 23 Dec 2015 11:32:05 GMT',
72639npm verb headers via: '1.1 varnish',
72640npm verb headers age: '108',
72641npm verb headers connection: 'keep-alive',
72642npm verb headers 'x-served-by': 'cache-fra1222-FRA',
72643npm verb headers 'x-cache': 'HIT',
72644npm verb headers 'x-cache-hits': '1',
72645npm verb headers 'x-timer': 'S1450870325.541319,VS0,VE0',
72646npm verb headers vary: 'Accept' }
72647npm verb get saving lodash.uniq to /root/.npm/registry.npmjs.org/lodash.uniq/.cache.json
72648npm verb cache add spec fast-sourcemap-concat@ ^0.2.4
72649npm verb addNamed ">=0.2.4 <0.3.0" is a valid semver range for fast-sourcemap-concat
72650npm verb addNameRange registry:http://registry.npmjs.org/fast-sourcemap-concat not in flight; fetching
72651npm verb cache add spec lodash.uniq@^3.2.2
72652npm verb addNamed ">=3.2.2 <4.0.0" is a valid semver range for lodash.uniq
72653npm verb addNameRange registry:http://registry.npmjs.org/lodash.uniq not in flight; fetching
72654npm http 200 http://registry.npmjs.org/lodash-node
72655npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72656npm verb headers etag: '"EPVDC3EZVOVPR3S5RP5FM2H3U"',
72657npm verb headers 'content-type': 'application/json',
72658npm verb headers 'cache-control': 'max-age=300',
72659npm verb headers 'content-length': '43610',
72660npm verb headers 'accept-ranges': 'bytes',
72661npm verb headers date: 'Wed, 23 Dec 2015 11:32:05 GMT',
72662npm verb headers via: '1.1 varnish',
72663npm verb headers age: '67',
72664npm verb headers connection: 'keep-alive',
72665npm verb headers 'x-served-by': 'cache-fra1243-FRA',
72666npm verb headers 'x-cache': 'HIT',
72667npm verb headers 'x-cache-hits': '1',
72668npm verb headers 'x-timer': 'S1450870325.541240,VS0,VE0',
72669npm verb headers vary: 'Accept' }
72670npm verb get saving lodash-node to /root/.npm/registry.npmjs.org/lodash-node/.cache.json
72671npm verb get http://registry.npmjs.org/fast-sourcemap-concat not expired, no request
72672npm verb addNamed "0.2.7" is a plain semver version for fast-sourcemap-concat
72673npm verb addRemoteTarball http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz not in flight; adding
72674npm verb addRemoteTarball [ 'http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz',
72675npm verb addRemoteTarball 'b5d68a6d33e52f9d326fec38b836fa44d9b0d8fc' ]
72676npm verb get http://registry.npmjs.org/lodash.uniq not expired, no request
72677npm verb addNamed "3.2.2" is a plain semver version for lodash.uniq
72678npm verb addRemoteTarball http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz not in flight; adding
72679npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz',
72680npm verb addRemoteTarball '146c36f25e75d19501ba402e88ba14937f63cd8b' ]
72681npm info retry fetch attempt 1 at 11:32:05
72682npm info attempt registry request try #1 at 11:32:05
72683npm http fetch GET http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz
72684npm info retry fetch attempt 1 at 11:32:05
72685npm info attempt registry request try #1 at 11:32:05
72686npm http fetch GET http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz
72687npm verb cache add spec lodash-node@^2.4.1
72688npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash-node
72689npm verb addNameRange registry:http://registry.npmjs.org/lodash-node not in flight; fetching
72690npm verb get http://registry.npmjs.org/lodash-node not expired, no request
72691npm verb addNamed "2.4.1" is a plain semver version for lodash-node
72692npm WARN deprecated lodash-node@2.4.1: This package is no longer maintained. See its readme for upgrade details.
72693npm verb addRemoteTarball http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz not in flight; adding
72694npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz',
72695npm verb addRemoteTarball 'ea82f7b100c733d1a42af76801e506105e2a80ec' ]
72696npm http fetch 200 http://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz
72697npm http fetch 200 http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz
72698npm info retry fetch attempt 1 at 11:32:05
72699npm info attempt registry request try #1 at 11:32:05
72700npm http fetch GET http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz
72701npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz not in flight; adding
72702npm verb addTmpTarball already have metadata; skipping unpack for lodash.uniq@3.2.2
72703npm verb afterAdd /root/.npm/lodash.uniq/3.2.2/package/package.json not in flight; writing
72704npm verb afterAdd /root/.npm/lodash.uniq/3.2.2/package/package.json written
72705npm http fetch 200 http://registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz
72706npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-0.2.7.tgz not in flight; adding
72707npm verb addTmpTarball already have metadata; skipping unpack for fast-sourcemap-concat@0.2.7
72708npm verb afterAdd /root/.npm/fast-sourcemap-concat/0.2.7/package/package.json not in flight; writing
72709npm verb afterAdd /root/.npm/fast-sourcemap-concat/0.2.7/package/package.json written
72710npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash-node/-/lodash-node-2.4.1.tgz not in flight; adding
72711npm verb addTmpTarball already have metadata; skipping unpack for lodash-node@2.4.1
72712npm verb afterAdd /root/.npm/lodash-node/2.4.1/package/package.json not in flight; writing
72713npm verb afterAdd /root/.npm/lodash-node/2.4.1/package/package.json written
72714npm verb cache add spec source-map@^0.4.2
72715npm verb addNamed ">=0.4.2 <0.5.0" is a valid semver range for source-map
72716npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
72717npm verb request uri http://registry.npmjs.org/source-map-url
72718npm verb request no auth needed
72719npm info attempt registry request try #1 at 11:32:06
72720npm http request GET http://registry.npmjs.org/source-map-url
72721npm verb get http://registry.npmjs.org/source-map not expired, no request
72722npm verb addNamed "0.4.4" is a plain semver version for source-map
72723npm verb addRemoteTarball http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
72724npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz',
72725npm verb addRemoteTarball 'eba4f5da9c0dc999de68032d8b4f76173652036b' ]
72726npm info retry fetch attempt 1 at 11:32:06
72727npm info attempt registry request try #1 at 11:32:06
72728npm http fetch GET http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
72729npm http 200 http://registry.npmjs.org/source-map-url
72730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72731npm verb headers etag: '"7H71MAHJ2R9AJ9YE7QA2N9NDI"',
72732npm verb headers 'content-type': 'application/json',
72733npm verb headers 'cache-control': 'max-age=300',
72734npm verb headers 'content-length': '8225',
72735npm verb headers 'accept-ranges': 'bytes',
72736npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72737npm verb headers via: '1.1 varnish',
72738npm verb headers age: '239',
72739npm verb headers connection: 'keep-alive',
72740npm verb headers 'x-served-by': 'cache-fra1223-FRA',
72741npm verb headers 'x-cache': 'HIT',
72742npm verb headers 'x-cache-hits': '1',
72743npm verb headers 'x-timer': 'S1450870326.066973,VS0,VE0',
72744npm verb headers vary: 'Accept' }
72745npm verb get saving source-map-url to /root/.npm/registry.npmjs.org/source-map-url/.cache.json
72746npm verb cache add spec source-map-url@^0.3.0
72747npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for source-map-url
72748npm verb addNameRange registry:http://registry.npmjs.org/source-map-url not in flight; fetching
72749npm verb get http://registry.npmjs.org/source-map-url not expired, no request
72750npm verb addNamed "0.3.0" is a plain semver version for source-map-url
72751npm http fetch 200 http://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
72752npm verb addRemoteTarball http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz not in flight; adding
72753npm verb addRemoteTarball [ 'http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz',
72754npm verb addRemoteTarball '7ecaf13b57bcd09da8a40c5d269db33799d4aaf9' ]
72755npm info retry fetch attempt 1 at 11:32:06
72756npm info attempt registry request try #1 at 11:32:06
72757npm http fetch GET http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz
72758npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
72759npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.4.4
72760npm http fetch 200 http://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz
72761npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json not in flight; writing
72762npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json written
72763npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz not in flight; adding
72764npm verb addTmpTarball already have metadata; skipping unpack for source-map-url@0.3.0
72765npm verb afterAdd /root/.npm/source-map-url/0.3.0/package/package.json not in flight; writing
72766npm verb afterAdd /root/.npm/source-map-url/0.3.0/package/package.json written
72767npm verb request uri http://registry.npmjs.org/lodash._basecallback
72768npm verb request no auth needed
72769npm info attempt registry request try #1 at 11:32:06
72770npm http request GET http://registry.npmjs.org/lodash._basecallback
72771npm verb request uri http://registry.npmjs.org/lodash._baseuniq
72772npm verb request no auth needed
72773npm info attempt registry request try #1 at 11:32:06
72774npm http request GET http://registry.npmjs.org/lodash._baseuniq
72775npm http 200 http://registry.npmjs.org/lodash._basecallback
72776npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72777npm verb headers etag: '"59KHW5SSHM0EW5WNYXLKT07HM"',
72778npm verb headers 'content-type': 'application/json',
72779npm verb headers 'cache-control': 'max-age=300',
72780npm verb headers 'content-length': '20062',
72781npm verb headers 'accept-ranges': 'bytes',
72782npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72783npm verb headers via: '1.1 varnish',
72784npm verb headers age: '67',
72785npm verb headers connection: 'keep-alive',
72786npm verb headers 'x-served-by': 'cache-fra1223-FRA',
72787npm verb headers 'x-cache': 'HIT',
72788npm verb headers 'x-cache-hits': '179',
72789npm verb headers 'x-timer': 'S1450870326.192666,VS0,VE0',
72790npm verb headers vary: 'Accept' }
72791npm verb get saving lodash._basecallback to /root/.npm/registry.npmjs.org/lodash._basecallback/.cache.json
72792npm verb cache add spec lodash._basecallback@^3.0.0
72793npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basecallback
72794npm verb addNameRange registry:http://registry.npmjs.org/lodash._basecallback not in flight; fetching
72795npm verb get http://registry.npmjs.org/lodash._basecallback not expired, no request
72796npm verb addNamed "3.3.1" is a plain semver version for lodash._basecallback
72797npm verb addRemoteTarball http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz not in flight; adding
72798npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz',
72799npm verb addRemoteTarball 'b7b2bb43dc2160424a21ccf26c57e443772a8e27' ]
72800npm info retry fetch attempt 1 at 11:32:06
72801npm info attempt registry request try #1 at 11:32:06
72802npm http fetch GET http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz
72803npm http 200 http://registry.npmjs.org/lodash._baseuniq
72804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72805npm verb headers etag: '"3H7I0V331NPIX24TOIYH4G11Q"',
72806npm verb headers 'content-type': 'application/json',
72807npm verb headers 'cache-control': 'max-age=300',
72808npm verb headers 'content-length': '20606',
72809npm verb headers 'accept-ranges': 'bytes',
72810npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72811npm verb headers via: '1.1 varnish',
72812npm verb headers age: '66',
72813npm verb headers connection: 'keep-alive',
72814npm verb headers 'x-served-by': 'cache-fra1248-FRA',
72815npm verb headers 'x-cache': 'HIT',
72816npm verb headers 'x-cache-hits': '1',
72817npm verb headers 'x-timer': 'S1450870326.192774,VS0,VE0',
72818npm verb headers vary: 'Accept' }
72819npm verb get saving lodash._baseuniq to /root/.npm/registry.npmjs.org/lodash._baseuniq/.cache.json
72820npm http fetch 200 http://registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz
72821npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._basecallback/-/lodash._basecallback-3.3.1.tgz not in flight; adding
72822npm verb addTmpTarball already have metadata; skipping unpack for lodash._basecallback@3.3.1
72823npm verb cache add spec lodash._baseuniq@^3.0.0
72824npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseuniq
72825npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseuniq not in flight; fetching
72826npm verb get http://registry.npmjs.org/lodash._baseuniq not expired, no request
72827npm verb addNamed "3.0.3" is a plain semver version for lodash._baseuniq
72828npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz not in flight; adding
72829npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz',
72830npm verb addRemoteTarball '2123fa0db2d69c28d5beb1c1f36d61522a740234' ]
72831npm verb afterAdd /root/.npm/lodash._basecallback/3.3.1/package/package.json not in flight; writing
72832npm info retry fetch attempt 1 at 11:32:06
72833npm info attempt registry request try #1 at 11:32:06
72834npm http fetch GET http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz
72835npm verb afterAdd /root/.npm/lodash._basecallback/3.3.1/package/package.json written
72836npm http fetch 200 http://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz
72837npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz not in flight; adding
72838npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseuniq@3.0.3
72839npm verb afterAdd /root/.npm/lodash._baseuniq/3.0.3/package/package.json not in flight; writing
72840npm verb afterAdd /root/.npm/lodash._baseuniq/3.0.3/package/package.json written
72841npm verb request uri http://registry.npmjs.org/lodash._baseisequal
72842npm verb request no auth needed
72843npm info attempt registry request try #1 at 11:32:06
72844npm http request GET http://registry.npmjs.org/lodash._baseisequal
72845npm verb request uri http://registry.npmjs.org/lodash.pairs
72846npm verb request no auth needed
72847npm info attempt registry request try #1 at 11:32:06
72848npm http request GET http://registry.npmjs.org/lodash.pairs
72849npm http 200 http://registry.npmjs.org/lodash._baseisequal
72850npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72851npm verb headers etag: '"2D5RG0BGEDECVK6QYW8CGU31Z"',
72852npm verb headers 'content-type': 'application/json',
72853npm verb headers 'cache-control': 'max-age=300',
72854npm verb headers 'content-length': '27432',
72855npm verb headers 'accept-ranges': 'bytes',
72856npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72857npm verb headers via: '1.1 varnish',
72858npm verb headers age: '66',
72859npm verb headers connection: 'keep-alive',
72860npm verb headers 'x-served-by': 'cache-fra1222-FRA',
72861npm verb headers 'x-cache': 'HIT',
72862npm verb headers 'x-cache-hits': '1',
72863npm verb headers 'x-timer': 'S1450870326.342298,VS0,VE0',
72864npm verb headers vary: 'Accept' }
72865npm verb get saving lodash._baseisequal to /root/.npm/registry.npmjs.org/lodash._baseisequal/.cache.json
72866npm http 200 http://registry.npmjs.org/lodash.pairs
72867npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72868npm verb headers etag: '"22PQ9FVGB17WIVBRHY9FWA0QT"',
72869npm verb headers 'content-type': 'application/json',
72870npm verb headers 'cache-control': 'max-age=300',
72871npm verb headers 'content-length': '15794',
72872npm verb headers 'accept-ranges': 'bytes',
72873npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72874npm verb headers via: '1.1 varnish',
72875npm verb headers age: '66',
72876npm verb headers connection: 'keep-alive',
72877npm verb headers 'x-served-by': 'cache-fra1229-FRA',
72878npm verb headers 'x-cache': 'HIT',
72879npm verb headers 'x-cache-hits': '1',
72880npm verb headers 'x-timer': 'S1450870326.346465,VS0,VE0',
72881npm verb headers vary: 'Accept' }
72882npm verb get saving lodash.pairs to /root/.npm/registry.npmjs.org/lodash.pairs/.cache.json
72883npm verb cache add spec lodash._baseisequal@^3.0.0
72884npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseisequal
72885npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseisequal not in flight; fetching
72886npm verb cache add spec lodash.pairs@^3.0.0
72887npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.pairs
72888npm verb addNameRange registry:http://registry.npmjs.org/lodash.pairs not in flight; fetching
72889npm verb get http://registry.npmjs.org/lodash._baseisequal not expired, no request
72890npm verb addNamed "3.0.7" is a plain semver version for lodash._baseisequal
72891npm verb get http://registry.npmjs.org/lodash.pairs not expired, no request
72892npm verb addNamed "3.0.1" is a plain semver version for lodash.pairs
72893npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz not in flight; adding
72894npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz',
72895npm verb addRemoteTarball 'd8025f76339d29342767dcc887ce5cb95a5b51f1' ]
72896npm verb addRemoteTarball http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz not in flight; adding
72897npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz',
72898npm verb addRemoteTarball 'bbe08d5786eeeaa09a15c91ebf0dcb7d2be326a9' ]
72899npm info retry fetch attempt 1 at 11:32:06
72900npm info attempt registry request try #1 at 11:32:06
72901npm http fetch GET http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz
72902npm info retry fetch attempt 1 at 11:32:06
72903npm info attempt registry request try #1 at 11:32:06
72904npm http fetch GET http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz
72905npm http fetch 200 http://registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz
72906npm http fetch 200 http://registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz
72907npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz not in flight; adding
72908npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseisequal@3.0.7
72909npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.pairs/-/lodash.pairs-3.0.1.tgz not in flight; adding
72910npm verb addTmpTarball already have metadata; skipping unpack for lodash.pairs@3.0.1
72911npm verb afterAdd /root/.npm/lodash._baseisequal/3.0.7/package/package.json not in flight; writing
72912npm verb afterAdd /root/.npm/lodash._baseisequal/3.0.7/package/package.json written
72913npm verb afterAdd /root/.npm/lodash.pairs/3.0.1/package/package.json not in flight; writing
72914npm verb afterAdd /root/.npm/lodash.pairs/3.0.1/package/package.json written
72915npm verb request uri http://registry.npmjs.org/lodash.istypedarray
72916npm verb request no auth needed
72917npm info attempt registry request try #1 at 11:32:06
72918npm http request GET http://registry.npmjs.org/lodash.istypedarray
72919npm http 200 http://registry.npmjs.org/lodash.istypedarray
72920npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72921npm verb headers etag: '"7N0KYIUMWSZEXHN8WKJ7R550P"',
72922npm verb headers 'content-type': 'application/json',
72923npm verb headers 'cache-control': 'max-age=300',
72924npm verb headers 'content-length': '7064',
72925npm verb headers 'accept-ranges': 'bytes',
72926npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72927npm verb headers via: '1.1 varnish',
72928npm verb headers age: '6',
72929npm verb headers connection: 'keep-alive',
72930npm verb headers 'x-served-by': 'cache-fra1231-FRA',
72931npm verb headers 'x-cache': 'HIT',
72932npm verb headers 'x-cache-hits': '1',
72933npm verb headers 'x-timer': 'S1450870326.486942,VS0,VE0',
72934npm verb headers vary: 'Accept' }
72935npm verb get saving lodash.istypedarray to /root/.npm/registry.npmjs.org/lodash.istypedarray/.cache.json
72936npm verb cache add spec lodash.istypedarray@^3.0.0
72937npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.istypedarray
72938npm verb addNameRange registry:http://registry.npmjs.org/lodash.istypedarray not in flight; fetching
72939npm verb get http://registry.npmjs.org/lodash.istypedarray not expired, no request
72940npm verb addNamed "3.0.2" is a plain semver version for lodash.istypedarray
72941npm verb addRemoteTarball http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz not in flight; adding
72942npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz',
72943npm verb addRemoteTarball '9397b113c15f424f320af06caa59cc495e2093ce' ]
72944npm info retry fetch attempt 1 at 11:32:06
72945npm info attempt registry request try #1 at 11:32:06
72946npm http fetch GET http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz
72947npm http fetch 200 http://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz
72948npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.2.tgz not in flight; adding
72949npm verb addTmpTarball already have metadata; skipping unpack for lodash.istypedarray@3.0.2
72950npm verb afterAdd /root/.npm/lodash.istypedarray/3.0.2/package/package.json not in flight; writing
72951npm verb afterAdd /root/.npm/lodash.istypedarray/3.0.2/package/package.json written
72952npm verb request uri http://registry.npmjs.org/lodash._baseindexof
72953npm verb request no auth needed
72954npm info attempt registry request try #1 at 11:32:06
72955npm http request GET http://registry.npmjs.org/lodash._baseindexof
72956npm verb request uri http://registry.npmjs.org/lodash._cacheindexof
72957npm verb request no auth needed
72958npm info attempt registry request try #1 at 11:32:06
72959npm http request GET http://registry.npmjs.org/lodash._cacheindexof
72960npm verb request uri http://registry.npmjs.org/lodash._createcache
72961npm verb request no auth needed
72962npm info attempt registry request try #1 at 11:32:06
72963npm http request GET http://registry.npmjs.org/lodash._createcache
72964npm http 200 http://registry.npmjs.org/lodash._baseindexof
72965npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72966npm verb headers etag: '"57F0GXW3IIYOIXXGNDH5NWKO3"',
72967npm verb headers 'content-type': 'application/json',
72968npm verb headers 'cache-control': 'max-age=300',
72969npm verb headers 'content-length': '15259',
72970npm verb headers 'accept-ranges': 'bytes',
72971npm verb headers date: 'Wed, 23 Dec 2015 11:32:06 GMT',
72972npm verb headers via: '1.1 varnish',
72973npm verb headers age: '279',
72974npm verb headers connection: 'keep-alive',
72975npm verb headers 'x-served-by': 'cache-fra1226-FRA',
72976npm verb headers 'x-cache': 'HIT',
72977npm verb headers 'x-cache-hits': '3',
72978npm verb headers 'x-timer': 'S1450870326.823263,VS0,VE0',
72979npm verb headers vary: 'Accept' }
72980npm verb get saving lodash._baseindexof to /root/.npm/registry.npmjs.org/lodash._baseindexof/.cache.json
72981npm verb cache add spec lodash._baseindexof@^3.0.0
72982npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._baseindexof
72983npm verb addNameRange registry:http://registry.npmjs.org/lodash._baseindexof not in flight; fetching
72984npm verb get http://registry.npmjs.org/lodash._baseindexof not expired, no request
72985npm verb addNamed "3.1.0" is a plain semver version for lodash._baseindexof
72986npm verb addRemoteTarball http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz not in flight; adding
72987npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz',
72988npm verb addRemoteTarball 'fe52b53a1c6761e42618d654e4a25789ed61822c' ]
72989npm info retry fetch attempt 1 at 11:32:06
72990npm info attempt registry request try #1 at 11:32:06
72991npm http fetch GET http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz
72992npm http fetch 200 http://registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz
72993npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz not in flight; adding
72994npm verb addTmpTarball already have metadata; skipping unpack for lodash._baseindexof@3.1.0
72995npm verb afterAdd /root/.npm/lodash._baseindexof/3.1.0/package/package.json not in flight; writing
72996npm verb afterAdd /root/.npm/lodash._baseindexof/3.1.0/package/package.json written
72997npm http 200 http://registry.npmjs.org/lodash._cacheindexof
72998npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
72999npm verb headers etag: '"5N3V1JYNW4OOBISKID289NV77"',
73000npm verb headers 'content-type': 'application/json',
73001npm verb headers 'cache-control': 'max-age=300',
73002npm verb headers 'content-length': '17580',
73003npm verb headers 'accept-ranges': 'bytes',
73004npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73005npm verb headers via: '1.1 varnish',
73006npm verb headers age: '0',
73007npm verb headers connection: 'keep-alive',
73008npm verb headers 'x-served-by': 'cache-fra1222-FRA',
73009npm verb headers 'x-cache': 'HIT',
73010npm verb headers 'x-cache-hits': '1',
73011npm verb headers 'x-timer': 'S1450870326.823229,VS0,VE186',
73012npm verb headers vary: 'Accept' }
73013npm verb get saving lodash._cacheindexof to /root/.npm/registry.npmjs.org/lodash._cacheindexof/.cache.json
73014npm verb cache add spec lodash._cacheindexof@^3.0.0
73015npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._cacheindexof
73016npm verb addNameRange registry:http://registry.npmjs.org/lodash._cacheindexof not in flight; fetching
73017npm verb get http://registry.npmjs.org/lodash._cacheindexof not expired, no request
73018npm verb addNamed "3.0.2" is a plain semver version for lodash._cacheindexof
73019npm verb addRemoteTarball http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz not in flight; adding
73020npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz',
73021npm verb addRemoteTarball '3dc69ac82498d2ee5e3ce56091bafd2adc7bde92' ]
73022npm info retry fetch attempt 1 at 11:32:07
73023npm info attempt registry request try #1 at 11:32:07
73024npm http fetch GET http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz
73025npm http fetch 200 http://registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz
73026npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz not in flight; adding
73027npm verb addTmpTarball already have metadata; skipping unpack for lodash._cacheindexof@3.0.2
73028npm verb afterAdd /root/.npm/lodash._cacheindexof/3.0.2/package/package.json not in flight; writing
73029npm verb afterAdd /root/.npm/lodash._cacheindexof/3.0.2/package/package.json written
73030npm http 200 http://registry.npmjs.org/lodash._createcache
73031npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73032npm verb headers etag: '"Z1QNJNVH503HS28YPA586XTI"',
73033npm verb headers 'content-type': 'application/json',
73034npm verb headers 'cache-control': 'max-age=300',
73035npm verb headers 'content-length': '21392',
73036npm verb headers 'accept-ranges': 'bytes',
73037npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73038npm verb headers via: '1.1 varnish',
73039npm verb headers age: '0',
73040npm verb headers connection: 'keep-alive',
73041npm verb headers 'x-served-by': 'cache-fra1243-FRA',
73042npm verb headers 'x-cache': 'HIT',
73043npm verb headers 'x-cache-hits': '1',
73044npm verb headers 'x-timer': 'S1450870326.826826,VS0,VE403',
73045npm verb headers vary: 'Accept' }
73046npm verb get saving lodash._createcache to /root/.npm/registry.npmjs.org/lodash._createcache/.cache.json
73047npm verb cache add spec lodash._createcache@^3.0.0
73048npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createcache
73049npm verb addNameRange registry:http://registry.npmjs.org/lodash._createcache not in flight; fetching
73050npm verb get http://registry.npmjs.org/lodash._createcache not expired, no request
73051npm verb addNamed "3.1.2" is a plain semver version for lodash._createcache
73052npm verb addRemoteTarball http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz not in flight; adding
73053npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz',
73054npm verb addRemoteTarball '56d6a064017625e79ebca6b8018e17440bdcf093' ]
73055npm info retry fetch attempt 1 at 11:32:07
73056npm info attempt registry request try #1 at 11:32:07
73057npm http fetch GET http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz
73058npm http fetch 200 http://registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz
73059npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._createcache/-/lodash._createcache-3.1.2.tgz not in flight; adding
73060npm verb addTmpTarball already have metadata; skipping unpack for lodash._createcache@3.1.2
73061npm verb afterAdd /root/.npm/lodash._createcache/3.1.2/package/package.json not in flight; writing
73062npm verb afterAdd /root/.npm/lodash._createcache/3.1.2/package/package.json written
73063npm verb cache add spec ansi-styles@^2.1.0
73064npm verb cache add spec has-ansi@^2.0.0
73065npm verb cache add spec strip-ansi@^3.0.0
73066npm verb cache add spec supports-color@^2.0.0
73067npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
73068npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
73069npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
73070npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
73071npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
73072npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
73073npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
73074npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
73075npm verb request uri http://registry.npmjs.org/ansi-styles
73076npm verb request no auth needed
73077npm info attempt registry request try #1 at 11:32:07
73078npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
73079npm http request GET http://registry.npmjs.org/ansi-styles
73080npm verb request uri http://registry.npmjs.org/has-ansi
73081npm verb request no auth needed
73082npm info attempt registry request try #1 at 11:32:07
73083npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
73084npm http request GET http://registry.npmjs.org/has-ansi
73085npm verb request uri http://registry.npmjs.org/strip-ansi
73086npm verb request no auth needed
73087npm info attempt registry request try #1 at 11:32:07
73088npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
73089npm http request GET http://registry.npmjs.org/strip-ansi
73090npm verb request uri http://registry.npmjs.org/supports-color
73091npm verb request no auth needed
73092npm info attempt registry request try #1 at 11:32:07
73093npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
73094npm http request GET http://registry.npmjs.org/supports-color
73095npm http 304 http://registry.npmjs.org/ansi-styles
73096npm verb headers { date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73097npm verb headers via: '1.1 varnish',
73098npm verb headers 'cache-control': 'max-age=300',
73099npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
73100npm verb headers age: '120',
73101npm verb headers connection: 'keep-alive',
73102npm verb headers 'x-served-by': 'cache-fra1231-FRA',
73103npm verb headers 'x-cache': 'HIT',
73104npm verb headers 'x-cache-hits': '12',
73105npm verb headers 'x-timer': 'S1450870327.411737,VS0,VE0',
73106npm verb headers vary: 'Accept' }
73107npm verb etag http://registry.npmjs.org/ansi-styles from cache
73108npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
73109npm http 304 http://registry.npmjs.org/has-ansi
73110npm verb headers { date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73111npm verb headers via: '1.1 varnish',
73112npm verb headers 'cache-control': 'max-age=60',
73113npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
73114npm verb headers age: '54',
73115npm verb headers connection: 'keep-alive',
73116npm verb headers 'x-served-by': 'cache-fra1243-FRA',
73117npm verb headers 'x-cache': 'HIT',
73118npm verb headers 'x-cache-hits': '3',
73119npm verb headers 'x-timer': 'S1450870327.411895,VS0,VE0',
73120npm verb headers vary: 'Accept' }
73121npm verb etag http://registry.npmjs.org/has-ansi from cache
73122npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
73123npm verb addNamed "2.0.0" is a plain semver version for has-ansi
73124npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
73125npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
73126npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
73127npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
73128npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
73129npm http 304 http://registry.npmjs.org/strip-ansi
73130npm verb headers { date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73131npm verb headers via: '1.1 varnish',
73132npm verb headers 'cache-control': 'max-age=300',
73133npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
73134npm verb headers age: '64',
73135npm verb headers connection: 'keep-alive',
73136npm verb headers 'x-served-by': 'cache-fra1244-FRA',
73137npm verb headers 'x-cache': 'HIT',
73138npm verb headers 'x-cache-hits': '8',
73139npm verb headers 'x-timer': 'S1450870327.652088,VS0,VE0',
73140npm verb headers vary: 'Accept' }
73141npm verb etag http://registry.npmjs.org/strip-ansi from cache
73142npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
73143npm http 304 http://registry.npmjs.org/supports-color
73144npm verb headers { date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73145npm verb headers via: '1.1 varnish',
73146npm verb headers 'cache-control': 'max-age=60',
73147npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
73148npm verb headers age: '38',
73149npm verb headers connection: 'keep-alive',
73150npm verb headers 'x-served-by': 'cache-fra1234-FRA',
73151npm verb headers 'x-cache': 'HIT',
73152npm verb headers 'x-cache-hits': '156',
73153npm verb headers 'x-timer': 'S1450870327.657711,VS0,VE0',
73154npm verb headers vary: 'Accept' }
73155npm verb etag http://registry.npmjs.org/supports-color from cache
73156npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
73157npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
73158npm verb addNamed "2.0.0" is a plain semver version for supports-color
73159npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
73160npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
73161npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
73162npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
73163npm verb cache add spec ansi-regex@^2.0.0
73164npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
73165npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
73166npm verb request uri http://registry.npmjs.org/ansi-regex
73167npm verb request no auth needed
73168npm info attempt registry request try #1 at 11:32:07
73169npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
73170npm http request GET http://registry.npmjs.org/ansi-regex
73171npm http 304 http://registry.npmjs.org/ansi-regex
73172npm verb headers { date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73173npm verb headers via: '1.1 varnish',
73174npm verb headers 'cache-control': 'max-age=60',
73175npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
73176npm verb headers age: '32',
73177npm verb headers connection: 'keep-alive',
73178npm verb headers 'x-served-by': 'cache-fra1221-FRA',
73179npm verb headers 'x-cache': 'HIT',
73180npm verb headers 'x-cache-hits': '5',
73181npm verb headers 'x-timer': 'S1450870327.732653,VS0,VE0',
73182npm verb headers vary: 'Accept' }
73183npm verb etag http://registry.npmjs.org/ansi-regex from cache
73184npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
73185npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
73186npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
73187npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
73188npm verb request uri http://registry.npmjs.org/accepts
73189npm verb request no auth needed
73190npm info attempt registry request try #1 at 11:32:07
73191npm http request GET http://registry.npmjs.org/accepts
73192npm verb request uri http://registry.npmjs.org/bytes
73193npm verb request no auth needed
73194npm info attempt registry request try #1 at 11:32:07
73195npm http request GET http://registry.npmjs.org/bytes
73196npm verb request uri http://registry.npmjs.org/compressible
73197npm verb request no auth needed
73198npm info attempt registry request try #1 at 11:32:07
73199npm http request GET http://registry.npmjs.org/compressible
73200npm verb request uri http://registry.npmjs.org/on-headers
73201npm verb request no auth needed
73202npm info attempt registry request try #1 at 11:32:07
73203npm http request GET http://registry.npmjs.org/on-headers
73204npm verb request uri http://registry.npmjs.org/vary
73205npm verb request no auth needed
73206npm info attempt registry request try #1 at 11:32:07
73207npm http request GET http://registry.npmjs.org/vary
73208npm http 200 http://registry.npmjs.org/on-headers
73209npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73210npm verb headers etag: '"E0VXZ3OG7BH5ARUWHUYL9TVME"',
73211npm verb headers 'content-type': 'application/json',
73212npm verb headers 'cache-control': 'max-age=60',
73213npm verb headers 'content-length': '6668',
73214npm verb headers 'accept-ranges': 'bytes',
73215npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73216npm verb headers via: '1.1 varnish',
73217npm verb headers age: '7',
73218npm verb headers connection: 'keep-alive',
73219npm verb headers 'x-served-by': 'cache-fra1220-FRA',
73220npm verb headers 'x-cache': 'HIT',
73221npm verb headers 'x-cache-hits': '1',
73222npm verb headers 'x-timer': 'S1450870327.816963,VS0,VE0',
73223npm verb headers vary: 'Accept' }
73224npm verb get saving on-headers to /root/.npm/registry.npmjs.org/on-headers/.cache.json
73225npm http 200 http://registry.npmjs.org/vary
73226npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73227npm verb headers etag: '"7Q8T4HSBGINMS5AKXT3FWLUH6"',
73228npm verb headers 'content-type': 'application/json',
73229npm verb headers 'cache-control': 'max-age=60',
73230npm verb headers 'content-length': '10022',
73231npm verb headers 'accept-ranges': 'bytes',
73232npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73233npm verb headers via: '1.1 varnish',
73234npm verb headers age: '7',
73235npm verb headers connection: 'keep-alive',
73236npm verb headers 'x-served-by': 'cache-fra1226-FRA',
73237npm verb headers 'x-cache': 'HIT',
73238npm verb headers 'x-cache-hits': '1',
73239npm verb headers 'x-timer': 'S1450870327.818582,VS0,VE0',
73240npm verb headers vary: 'Accept' }
73241npm verb get saving vary to /root/.npm/registry.npmjs.org/vary/.cache.json
73242npm http 200 http://registry.npmjs.org/bytes
73243npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73244npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
73245npm verb headers 'content-type': 'application/json',
73246npm verb headers 'cache-control': 'max-age=60',
73247npm verb headers 'content-length': '15595',
73248npm verb headers 'accept-ranges': 'bytes',
73249npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73250npm verb headers via: '1.1 varnish',
73251npm verb headers age: '7',
73252npm verb headers connection: 'keep-alive',
73253npm verb headers 'x-served-by': 'cache-fra1243-FRA',
73254npm verb headers 'x-cache': 'HIT',
73255npm verb headers 'x-cache-hits': '1',
73256npm verb headers 'x-timer': 'S1450870327.808024,VS0,VE0',
73257npm verb headers vary: 'Accept' }
73258npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
73259npm http 200 http://registry.npmjs.org/accepts
73260npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73261npm verb headers etag: '"11ZY0DAZW7RVF92Y9C2COLV57"',
73262npm verb headers 'content-type': 'application/json',
73263npm verb headers 'cache-control': 'max-age=60',
73264npm verb headers 'content-length': '51351',
73265npm verb headers 'accept-ranges': 'bytes',
73266npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73267npm verb headers via: '1.1 varnish',
73268npm verb headers age: '27',
73269npm verb headers connection: 'keep-alive',
73270npm verb headers 'x-served-by': 'cache-fra1226-FRA',
73271npm verb headers 'x-cache': 'HIT',
73272npm verb headers 'x-cache-hits': '2',
73273npm verb headers 'x-timer': 'S1450870327.808004,VS0,VE0',
73274npm verb headers vary: 'Accept' }
73275npm verb get saving accepts to /root/.npm/registry.npmjs.org/accepts/.cache.json
73276npm verb cache add spec on-headers@~1.0.1
73277npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for on-headers
73278npm verb addNameRange registry:http://registry.npmjs.org/on-headers not in flight; fetching
73279npm verb cache add spec vary@~1.1.0
73280npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for vary
73281npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
73282npm http 200 http://registry.npmjs.org/compressible
73283npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73284npm verb headers etag: '"4V7E0RO8B6BHZILYMD8Z92X46"',
73285npm verb headers 'content-type': 'application/json',
73286npm verb headers 'cache-control': 'max-age=60',
73287npm verb headers 'content-length': '23889',
73288npm verb headers 'accept-ranges': 'bytes',
73289npm verb headers date: 'Wed, 23 Dec 2015 11:32:07 GMT',
73290npm verb headers via: '1.1 varnish',
73291npm verb headers age: '55',
73292npm verb headers connection: 'keep-alive',
73293npm verb headers 'x-served-by': 'cache-fra1248-FRA',
73294npm verb headers 'x-cache': 'HIT',
73295npm verb headers 'x-cache-hits': '1',
73296npm verb headers 'x-timer': 'S1450870327.808395,VS0,VE0',
73297npm verb headers vary: 'Accept' }
73298npm verb get saving compressible to /root/.npm/registry.npmjs.org/compressible/.cache.json
73299npm verb cache add spec bytes@2.1.0
73300npm verb addNamed "2.1.0" is a plain semver version for bytes
73301npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
73302npm verb cache add spec accepts@~1.3.0
73303npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for accepts
73304npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
73305npm verb get http://registry.npmjs.org/on-headers not expired, no request
73306npm verb addNamed "1.0.1" is a plain semver version for on-headers
73307npm verb get http://registry.npmjs.org/vary not expired, no request
73308npm verb addNamed "1.1.0" is a plain semver version for vary
73309npm verb addRemoteTarball http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
73310npm verb addRemoteTarball [ 'http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz',
73311npm verb addRemoteTarball '928f5d0f470d49342651ea6794b0857c100693f7' ]
73312npm verb get http://registry.npmjs.org/bytes not expired, no request
73313npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.1.0.tgz not in flight; adding
73314npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.1.0.tgz',
73315npm verb addRemoteTarball 'e1e5affbbd16ae768dd2674394b9ad3022653140' ]
73316npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
73317npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz',
73318npm verb addRemoteTarball 'ac93c410e2ffc9cc7cf4b464b38289067f5e47b4' ]
73319npm verb get http://registry.npmjs.org/accepts not expired, no request
73320npm verb addNamed "1.3.0" is a plain semver version for accepts
73321npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz not in flight; adding
73322npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz',
73323npm verb addRemoteTarball '2341420f16d0b2d538a5898416ab0faa28912622' ]
73324npm info retry fetch attempt 1 at 11:32:07
73325npm info attempt registry request try #1 at 11:32:07
73326npm http fetch GET http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
73327npm info retry fetch attempt 1 at 11:32:07
73328npm info attempt registry request try #1 at 11:32:07
73329npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.1.0.tgz
73330npm info retry fetch attempt 1 at 11:32:07
73331npm info attempt registry request try #1 at 11:32:07
73332npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
73333npm info retry fetch attempt 1 at 11:32:07
73334npm info attempt registry request try #1 at 11:32:07
73335npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz
73336npm verb cache add spec compressible@~2.0.6
73337npm verb addNamed ">=2.0.6 <2.1.0" is a valid semver range for compressible
73338npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
73339npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.1.0.tgz
73340npm verb get http://registry.npmjs.org/compressible not expired, no request
73341npm verb addNamed "2.0.6" is a plain semver version for compressible
73342npm http fetch 200 http://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz
73343npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz
73344npm verb addRemoteTarball http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
73345npm verb addRemoteTarball [ 'http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz',
73346npm verb addRemoteTarball '9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea' ]
73347npm info retry fetch attempt 1 at 11:32:07
73348npm info attempt registry request try #1 at 11:32:07
73349npm http fetch GET http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
73350npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.3.0.tgz
73351npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/vary/-/vary-1.1.0.tgz not in flight; adding
73352npm verb addTmpTarball already have metadata; skipping unpack for vary@1.1.0
73353npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bytes/-/bytes-2.1.0.tgz not in flight; adding
73354npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.1.0
73355npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz not in flight; adding
73356npm verb addTmpTarball already have metadata; skipping unpack for on-headers@1.0.1
73357npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/accepts/-/accepts-1.3.0.tgz not in flight; adding
73358npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.3.0
73359npm verb afterAdd /root/.npm/vary/1.1.0/package/package.json not in flight; writing
73360npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json not in flight; writing
73361npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json not in flight; writing
73362npm verb afterAdd /root/.npm/vary/1.1.0/package/package.json written
73363npm verb afterAdd /root/.npm/on-headers/1.0.1/package/package.json written
73364npm verb afterAdd /root/.npm/accepts/1.3.0/package/package.json not in flight; writing
73365npm verb afterAdd /root/.npm/bytes/2.1.0/package/package.json written
73366npm http fetch 200 http://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz
73367npm verb afterAdd /root/.npm/accepts/1.3.0/package/package.json written
73368npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/compressible/-/compressible-2.0.6.tgz not in flight; adding
73369npm verb addTmpTarball already have metadata; skipping unpack for compressible@2.0.6
73370npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json not in flight; writing
73371npm verb afterAdd /root/.npm/compressible/2.0.6/package/package.json written
73372npm verb request uri http://registry.npmjs.org/mime-types
73373npm verb request no auth needed
73374npm info attempt registry request try #1 at 11:32:08
73375npm http request GET http://registry.npmjs.org/mime-types
73376npm verb request uri http://registry.npmjs.org/negotiator
73377npm verb request no auth needed
73378npm info attempt registry request try #1 at 11:32:08
73379npm http request GET http://registry.npmjs.org/negotiator
73380npm http 200 http://registry.npmjs.org/mime-types
73381npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73382npm verb headers etag: '"BWYQA2KRPHERKCN4B7XDHVDU7"',
73383npm verb headers 'content-type': 'application/json',
73384npm verb headers 'cache-control': 'max-age=300',
73385npm verb headers 'content-length': '48065',
73386npm verb headers 'accept-ranges': 'bytes',
73387npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73388npm verb headers via: '1.1 varnish',
73389npm verb headers age: '235',
73390npm verb headers connection: 'keep-alive',
73391npm verb headers 'x-served-by': 'cache-fra1230-FRA',
73392npm verb headers 'x-cache': 'HIT',
73393npm verb headers 'x-cache-hits': '17',
73394npm verb headers 'x-timer': 'S1450870328.032491,VS0,VE0',
73395npm verb headers vary: 'Accept' }
73396npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
73397npm http 200 http://registry.npmjs.org/negotiator
73398npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73399npm verb headers etag: '"EEO9SCCDNI2ZFBRVFF8RAP24E"',
73400npm verb headers 'content-type': 'application/json',
73401npm verb headers 'cache-control': 'max-age=60',
73402npm verb headers 'content-length': '33943',
73403npm verb headers 'accept-ranges': 'bytes',
73404npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73405npm verb headers via: '1.1 varnish',
73406npm verb headers age: '27',
73407npm verb headers connection: 'keep-alive',
73408npm verb headers 'x-served-by': 'cache-fra1247-FRA',
73409npm verb headers 'x-cache': 'HIT',
73410npm verb headers 'x-cache-hits': '1',
73411npm verb headers 'x-timer': 'S1450870328.035578,VS0,VE0',
73412npm verb headers vary: 'Accept' }
73413npm verb get saving negotiator to /root/.npm/registry.npmjs.org/negotiator/.cache.json
73414npm verb cache add spec negotiator@0.6.0
73415npm verb addNamed "0.6.0" is a plain semver version for negotiator
73416npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
73417npm verb cache add spec mime-types@~2.1.7
73418npm verb addNamed ">=2.1.7 <2.2.0" is a valid semver range for mime-types
73419npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
73420npm verb get http://registry.npmjs.org/negotiator not expired, no request
73421npm verb get http://registry.npmjs.org/mime-types not expired, no request
73422npm verb addNamed "2.1.8" is a plain semver version for mime-types
73423npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz not in flight; adding
73424npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz',
73425npm verb addRemoteTarball '33593a5a2b0ce30c985840c6f56b6fb1ea9e3a55' ]
73426npm verb addRemoteTarball http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
73427npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz',
73428npm verb addRemoteTarball 'faf57823de04bc7cbff4ee82c6b63946e812ae72' ]
73429npm info retry fetch attempt 1 at 11:32:08
73430npm info attempt registry request try #1 at 11:32:08
73431npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz
73432npm info retry fetch attempt 1 at 11:32:08
73433npm info attempt registry request try #1 at 11:32:08
73434npm http fetch GET http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
73435npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz
73436npm http fetch 200 http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz
73437npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/negotiator/-/negotiator-0.6.0.tgz not in flight; adding
73438npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.6.0
73439npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz not in flight; adding
73440npm verb addTmpTarball already have metadata; skipping unpack for mime-types@2.1.8
73441npm verb afterAdd /root/.npm/negotiator/0.6.0/package/package.json not in flight; writing
73442npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json not in flight; writing
73443npm verb afterAdd /root/.npm/negotiator/0.6.0/package/package.json written
73444npm verb afterAdd /root/.npm/mime-types/2.1.8/package/package.json written
73445npm verb request uri http://registry.npmjs.org/mime-db
73446npm verb request no auth needed
73447npm info attempt registry request try #1 at 11:32:08
73448npm http request GET http://registry.npmjs.org/mime-db
73449npm http 200 http://registry.npmjs.org/mime-db
73450npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73451npm verb headers etag: '"2HCBL2PJV8L2FKB3EKM4J98CJ"',
73452npm verb headers 'content-type': 'application/json',
73453npm verb headers 'cache-control': 'max-age=60',
73454npm verb headers 'content-length': '55599',
73455npm verb headers 'accept-ranges': 'bytes',
73456npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73457npm verb headers via: '1.1 varnish',
73458npm verb headers age: '45',
73459npm verb headers connection: 'keep-alive',
73460npm verb headers 'x-served-by': 'cache-fra1232-FRA',
73461npm verb headers 'x-cache': 'HIT',
73462npm verb headers 'x-cache-hits': '2',
73463npm verb headers 'x-timer': 'S1450870328.188779,VS0,VE0',
73464npm verb headers vary: 'Accept' }
73465npm verb get saving mime-db to /root/.npm/registry.npmjs.org/mime-db/.cache.json
73466npm verb cache add spec mime-db@~1.20.0
73467npm verb addNamed ">=1.20.0 <1.21.0" is a valid semver range for mime-db
73468npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
73469npm verb get http://registry.npmjs.org/mime-db not expired, no request
73470npm verb addNamed "1.20.0" is a plain semver version for mime-db
73471npm verb addRemoteTarball http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
73472npm verb addRemoteTarball [ 'http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz',
73473npm verb addRemoteTarball '496f90fd01fe0e031c8823ec3aa9450ffda18ed8' ]
73474npm info retry fetch attempt 1 at 11:32:08
73475npm info attempt registry request try #1 at 11:32:08
73476npm http fetch GET http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
73477npm http fetch 200 http://registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz
73478npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mime-db/-/mime-db-1.20.0.tgz not in flight; adding
73479npm verb addTmpTarball already have metadata; skipping unpack for mime-db@1.20.0
73480npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json not in flight; writing
73481npm verb afterAdd /root/.npm/mime-db/1.20.0/package/package.json written
73482npm verb cache add spec graceful-fs@^4.1.2
73483npm verb cache add spec osenv@^0.1.0
73484npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
73485npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
73486npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for osenv
73487npm verb addNameRange registry:http://registry.npmjs.org/osenv not in flight; fetching
73488npm verb request uri http://registry.npmjs.org/object-assign
73489npm verb request no auth needed
73490npm info attempt registry request try #1 at 11:32:08
73491npm http request GET http://registry.npmjs.org/object-assign
73492npm verb request uri http://registry.npmjs.org/uuid
73493npm verb request no auth needed
73494npm info attempt registry request try #1 at 11:32:08
73495npm http request GET http://registry.npmjs.org/uuid
73496npm verb request uri http://registry.npmjs.org/write-file-atomic
73497npm verb request no auth needed
73498npm info attempt registry request try #1 at 11:32:08
73499npm http request GET http://registry.npmjs.org/write-file-atomic
73500npm verb request uri http://registry.npmjs.org/xdg-basedir
73501npm verb request no auth needed
73502npm info attempt registry request try #1 at 11:32:08
73503npm http request GET http://registry.npmjs.org/xdg-basedir
73504npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
73505npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
73506npm verb request uri http://registry.npmjs.org/osenv
73507npm verb request no auth needed
73508npm info attempt registry request try #1 at 11:32:08
73509npm verb etag "5PEBCGQI27PB8P8C7TGV8M0K7"
73510npm http request GET http://registry.npmjs.org/osenv
73511npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
73512npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
73513npm http 200 http://registry.npmjs.org/write-file-atomic
73514npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73515npm verb headers etag: '"45X399DFVUHJFIIV727W3XFTG"',
73516npm verb headers 'content-type': 'application/json',
73517npm verb headers 'cache-control': 'max-age=300',
73518npm verb headers 'content-length': '12807',
73519npm verb headers 'accept-ranges': 'bytes',
73520npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73521npm verb headers via: '1.1 varnish',
73522npm verb headers age: '140',
73523npm verb headers connection: 'keep-alive',
73524npm verb headers 'x-served-by': 'cache-fra1236-FRA',
73525npm verb headers 'x-cache': 'HIT',
73526npm verb headers 'x-cache-hits': '2',
73527npm verb headers 'x-timer': 'S1450870328.425034,VS0,VE0',
73528npm verb headers vary: 'Accept' }
73529npm verb get saving write-file-atomic to /root/.npm/registry.npmjs.org/write-file-atomic/.cache.json
73530npm http 200 http://registry.npmjs.org/xdg-basedir
73531npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73532npm verb headers etag: '"EDEBMOZGUHPSLT08U2DUM0ER7"',
73533npm verb headers 'content-type': 'application/json',
73534npm verb headers 'cache-control': 'max-age=60',
73535npm verb headers 'content-length': '6144',
73536npm verb headers 'accept-ranges': 'bytes',
73537npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73538npm verb headers via: '1.1 varnish',
73539npm verb headers age: '54',
73540npm verb headers connection: 'keep-alive',
73541npm verb headers 'x-served-by': 'cache-fra1226-FRA',
73542npm verb headers 'x-cache': 'HIT',
73543npm verb headers 'x-cache-hits': '1',
73544npm verb headers 'x-timer': 'S1450870328.425254,VS0,VE0',
73545npm verb headers vary: 'Accept' }
73546npm verb get saving xdg-basedir to /root/.npm/registry.npmjs.org/xdg-basedir/.cache.json
73547npm http 200 http://registry.npmjs.org/object-assign
73548npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73549npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
73550npm verb headers 'content-type': 'application/json',
73551npm verb headers 'cache-control': 'max-age=60',
73552npm verb headers 'content-length': '19881',
73553npm verb headers 'accept-ranges': 'bytes',
73554npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73555npm verb headers via: '1.1 varnish',
73556npm verb headers age: '4',
73557npm verb headers connection: 'keep-alive',
73558npm verb headers 'x-served-by': 'cache-fra1243-FRA',
73559npm verb headers 'x-cache': 'HIT',
73560npm verb headers 'x-cache-hits': '1',
73561npm verb headers 'x-timer': 'S1450870328.425170,VS0,VE4',
73562npm verb headers vary: 'Accept' }
73563npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
73564npm http 200 http://registry.npmjs.org/uuid
73565npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73566npm verb headers etag: '"95HFEGREJ3VDCJFVWA8N5LG7K"',
73567npm verb headers 'content-type': 'application/json',
73568npm verb headers 'cache-control': 'max-age=300',
73569npm verb headers 'content-length': '16298',
73570npm verb headers 'accept-ranges': 'bytes',
73571npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73572npm verb headers via: '1.1 varnish',
73573npm verb headers age: '190',
73574npm verb headers connection: 'keep-alive',
73575npm verb headers 'x-served-by': 'cache-fra1220-FRA',
73576npm verb headers 'x-cache': 'HIT',
73577npm verb headers 'x-cache-hits': '8',
73578npm verb headers 'x-timer': 'S1450870328.425140,VS0,VE0',
73579npm verb headers vary: 'Accept' }
73580npm verb get saving uuid to /root/.npm/registry.npmjs.org/uuid/.cache.json
73581npm http 304 http://registry.npmjs.org/osenv
73582npm verb headers { date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73583npm verb headers via: '1.1 varnish',
73584npm verb headers 'cache-control': 'max-age=60',
73585npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
73586npm verb headers age: '59',
73587npm verb headers connection: 'keep-alive',
73588npm verb headers 'x-served-by': 'cache-fra1221-FRA',
73589npm verb headers 'x-cache': 'HIT',
73590npm verb headers 'x-cache-hits': '3',
73591npm verb headers 'x-timer': 'S1450870328.434847,VS0,VE0',
73592npm verb headers vary: 'Accept' }
73593npm verb etag http://registry.npmjs.org/osenv from cache
73594npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
73595npm verb cache add spec write-file-atomic@^1.1.2
73596npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for write-file-atomic
73597npm verb addNameRange registry:http://registry.npmjs.org/write-file-atomic not in flight; fetching
73598npm verb cache add spec xdg-basedir@^2.0.0
73599npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for xdg-basedir
73600npm verb addNameRange registry:http://registry.npmjs.org/xdg-basedir not in flight; fetching
73601npm verb addNamed "0.1.3" is a plain semver version for osenv
73602npm verb cache add spec object-assign@^3.0.0
73603npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for object-assign
73604npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
73605npm verb addRemoteTarball http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
73606npm verb addRemoteTarball [ 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
73607npm verb addRemoteTarball '83cf05c6d6458fc4d5ac6362ea325d92f2754217' ]
73608npm verb cache add spec uuid@^2.0.1
73609npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for uuid
73610npm verb addNameRange registry:http://registry.npmjs.org/uuid not in flight; fetching
73611npm info retry fetch attempt 1 at 11:32:08
73612npm info attempt registry request try #1 at 11:32:08
73613npm http fetch GET http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
73614npm verb get http://registry.npmjs.org/write-file-atomic not expired, no request
73615npm verb addNamed "1.1.4" is a plain semver version for write-file-atomic
73616npm verb get http://registry.npmjs.org/xdg-basedir not expired, no request
73617npm verb addNamed "2.0.0" is a plain semver version for xdg-basedir
73618npm verb addRemoteTarball http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz not in flight; adding
73619npm verb addRemoteTarball [ 'http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz',
73620npm verb addRemoteTarball 'b1f52dc2e8dc0e3cb04d187a25f758a38a90ca3b' ]
73621npm verb get http://registry.npmjs.org/object-assign not expired, no request
73622npm verb addNamed "3.0.0" is a plain semver version for object-assign
73623npm verb addRemoteTarball http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz not in flight; adding
73624npm verb addRemoteTarball [ 'http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz',
73625npm verb addRemoteTarball 'edbc903cc385fc04523d966a335504b5504d1bd2' ]
73626npm verb get http://registry.npmjs.org/uuid not expired, no request
73627npm verb addNamed "2.0.1" is a plain semver version for uuid
73628npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz not in flight; adding
73629npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz',
73630npm verb addRemoteTarball '9bedd5ca0897949bca47e7ff408062d549f587f2' ]
73631npm verb addRemoteTarball http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
73632npm verb addRemoteTarball [ 'http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz',
73633npm verb addRemoteTarball 'c2a30dedb3e535d72ccf82e343941a50ba8533ac' ]
73634npm http fetch 200 http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz
73635npm info retry fetch attempt 1 at 11:32:08
73636npm info attempt registry request try #1 at 11:32:08
73637npm http fetch GET http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz
73638npm info retry fetch attempt 1 at 11:32:08
73639npm info attempt registry request try #1 at 11:32:08
73640npm http fetch GET http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz
73641npm info retry fetch attempt 1 at 11:32:08
73642npm info attempt registry request try #1 at 11:32:08
73643npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz
73644npm info retry fetch attempt 1 at 11:32:08
73645npm info attempt registry request try #1 at 11:32:08
73646npm http fetch GET http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
73647npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/osenv/-/osenv-0.1.3.tgz not in flight; adding
73648npm verb addTmpTarball already have metadata; skipping unpack for osenv@0.1.3
73649npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json not in flight; writing
73650npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json written
73651npm http fetch 200 http://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz
73652npm http fetch 200 http://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz
73653npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz
73654npm http fetch 200 http://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz
73655npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.1.4.tgz not in flight; adding
73656npm verb addTmpTarball already have metadata; skipping unpack for write-file-atomic@1.1.4
73657npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz not in flight; adding
73658npm verb addTmpTarball already have metadata; skipping unpack for xdg-basedir@2.0.0
73659npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz not in flight; adding
73660npm verb addTmpTarball already have metadata; skipping unpack for object-assign@3.0.0
73661npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uuid/-/uuid-2.0.1.tgz not in flight; adding
73662npm verb addTmpTarball already have metadata; skipping unpack for uuid@2.0.1
73663npm verb afterAdd /root/.npm/write-file-atomic/1.1.4/package/package.json not in flight; writing
73664npm verb afterAdd /root/.npm/xdg-basedir/2.0.0/package/package.json not in flight; writing
73665npm verb afterAdd /root/.npm/object-assign/3.0.0/package/package.json not in flight; writing
73666npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json not in flight; writing
73667npm verb afterAdd /root/.npm/write-file-atomic/1.1.4/package/package.json written
73668npm verb afterAdd /root/.npm/xdg-basedir/2.0.0/package/package.json written
73669npm verb afterAdd /root/.npm/object-assign/3.0.0/package/package.json written
73670npm verb afterAdd /root/.npm/uuid/2.0.1/package/package.json written
73671npm verb request uri http://registry.npmjs.org/os-homedir
73672npm verb request no auth needed
73673npm info attempt registry request try #1 at 11:32:08
73674npm http request GET http://registry.npmjs.org/os-homedir
73675npm http 200 http://registry.npmjs.org/os-homedir
73676npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73677npm verb headers etag: '"EW6GFLS8HPJ06NR5WEQURJIQ0"',
73678npm verb headers 'content-type': 'application/json',
73679npm verb headers 'cache-control': 'max-age=300',
73680npm verb headers 'content-length': '5258',
73681npm verb headers 'accept-ranges': 'bytes',
73682npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73683npm verb headers via: '1.1 varnish',
73684npm verb headers age: '262',
73685npm verb headers connection: 'keep-alive',
73686npm verb headers 'x-served-by': 'cache-fra1228-FRA',
73687npm verb headers 'x-cache': 'HIT',
73688npm verb headers 'x-cache-hits': '15',
73689npm verb headers 'x-timer': 'S1450870328.651101,VS0,VE0',
73690npm verb headers vary: 'Accept' }
73691npm verb get saving os-homedir to /root/.npm/registry.npmjs.org/os-homedir/.cache.json
73692npm verb cache add spec os-homedir@^1.0.0
73693npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
73694npm verb addNameRange registry:http://registry.npmjs.org/os-homedir not in flight; fetching
73695npm verb get http://registry.npmjs.org/os-homedir not expired, no request
73696npm verb addNamed "1.0.1" is a plain semver version for os-homedir
73697npm verb addRemoteTarball http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
73698npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
73699npm verb addRemoteTarball '0d62bdf44b916fd3bbdcf2cab191948fb094f007' ]
73700npm info retry fetch attempt 1 at 11:32:08
73701npm info attempt registry request try #1 at 11:32:08
73702npm http fetch GET http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
73703npm http fetch 200 http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz
73704npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz not in flight; adding
73705npm verb addTmpTarball already have metadata; skipping unpack for os-homedir@1.0.1
73706npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json not in flight; writing
73707npm verb afterAdd /root/.npm/os-homedir/1.0.1/package/package.json written
73708npm verb cache add spec graceful-fs@^4.1.2
73709npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
73710npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
73711npm verb request uri http://registry.npmjs.org/imurmurhash
73712npm verb request no auth needed
73713npm info attempt registry request try #1 at 11:32:08
73714npm http request GET http://registry.npmjs.org/imurmurhash
73715npm verb request uri http://registry.npmjs.org/slide
73716npm verb request no auth needed
73717npm info attempt registry request try #1 at 11:32:08
73718npm http request GET http://registry.npmjs.org/slide
73719npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
73720npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
73721npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
73722npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
73723npm http 200 http://registry.npmjs.org/slide
73724npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73725npm verb headers etag: '"45XO2206F0MWW93Y6SH7C2CN6"',
73726npm verb headers 'content-type': 'application/json',
73727npm verb headers 'cache-control': 'max-age=60',
73728npm verb headers 'content-length': '12615',
73729npm verb headers 'accept-ranges': 'bytes',
73730npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73731npm verb headers via: '1.1 varnish',
73732npm verb headers age: '29',
73733npm verb headers connection: 'keep-alive',
73734npm verb headers 'x-served-by': 'cache-fra1240-FRA',
73735npm verb headers 'x-cache': 'HIT',
73736npm verb headers 'x-cache-hits': '1',
73737npm verb headers 'x-timer': 'S1450870328.769904,VS0,VE0',
73738npm verb headers vary: 'Accept' }
73739npm verb get saving slide to /root/.npm/registry.npmjs.org/slide/.cache.json
73740npm verb cache add spec slide@^1.1.5
73741npm verb addNamed ">=1.1.5 <2.0.0" is a valid semver range for slide
73742npm verb addNameRange registry:http://registry.npmjs.org/slide not in flight; fetching
73743npm http 200 http://registry.npmjs.org/imurmurhash
73744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73745npm verb headers etag: '"9U52LI075H20NG527PUD0P0IV"',
73746npm verb headers 'content-type': 'application/json',
73747npm verb headers 'cache-control': 'max-age=300',
73748npm verb headers 'content-length': '34309',
73749npm verb headers 'accept-ranges': 'bytes',
73750npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73751npm verb headers via: '1.1 varnish',
73752npm verb headers age: '29',
73753npm verb headers connection: 'keep-alive',
73754npm verb headers 'x-served-by': 'cache-fra1239-FRA',
73755npm verb headers 'x-cache': 'HIT',
73756npm verb headers 'x-cache-hits': '1',
73757npm verb headers 'x-timer': 'S1450870328.769976,VS0,VE0',
73758npm verb headers vary: 'Accept' }
73759npm verb get saving imurmurhash to /root/.npm/registry.npmjs.org/imurmurhash/.cache.json
73760npm verb get http://registry.npmjs.org/slide not expired, no request
73761npm verb addNamed "1.1.6" is a plain semver version for slide
73762npm verb addRemoteTarball http://registry.npmjs.org/slide/-/slide-1.1.6.tgz not in flight; adding
73763npm verb addRemoteTarball [ 'http://registry.npmjs.org/slide/-/slide-1.1.6.tgz',
73764npm verb addRemoteTarball '56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707' ]
73765npm info retry fetch attempt 1 at 11:32:08
73766npm info attempt registry request try #1 at 11:32:08
73767npm http fetch GET http://registry.npmjs.org/slide/-/slide-1.1.6.tgz
73768npm verb cache add spec imurmurhash@^0.1.4
73769npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for imurmurhash
73770npm verb addNameRange registry:http://registry.npmjs.org/imurmurhash not in flight; fetching
73771npm verb get http://registry.npmjs.org/imurmurhash not expired, no request
73772npm verb addNamed "0.1.4" is a plain semver version for imurmurhash
73773npm verb addRemoteTarball http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz not in flight; adding
73774npm verb addRemoteTarball [ 'http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz',
73775npm verb addRemoteTarball '9218b9b2b928a238b13dc4fb6b6d576f231453ea' ]
73776npm info retry fetch attempt 1 at 11:32:08
73777npm info attempt registry request try #1 at 11:32:08
73778npm http fetch GET http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
73779npm http fetch 200 http://registry.npmjs.org/slide/-/slide-1.1.6.tgz
73780npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/slide/-/slide-1.1.6.tgz not in flight; adding
73781npm verb addTmpTarball already have metadata; skipping unpack for slide@1.1.6
73782npm verb afterAdd /root/.npm/slide/1.1.6/package/package.json not in flight; writing
73783npm verb afterAdd /root/.npm/slide/1.1.6/package/package.json written
73784npm http fetch 200 http://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
73785npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz not in flight; adding
73786npm verb addTmpTarball already have metadata; skipping unpack for imurmurhash@0.1.4
73787npm verb afterAdd /root/.npm/imurmurhash/0.1.4/package/package.json not in flight; writing
73788npm verb afterAdd /root/.npm/imurmurhash/0.1.4/package/package.json written
73789npm verb cache add spec graceful-fs@~4.1.2
73790npm verb addNamed ">=4.1.2 <4.2.0" is a valid semver range for graceful-fs
73791npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
73792npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
73793npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
73794npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
73795npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
73796npm verb request uri http://registry.npmjs.org/broccoli-clean-css
73797npm verb request no auth needed
73798npm info attempt registry request try #1 at 11:32:08
73799npm http request GET http://registry.npmjs.org/broccoli-clean-css
73800npm verb request uri http://registry.npmjs.org/process-relative-require
73801npm verb request no auth needed
73802npm info attempt registry request try #1 at 11:32:08
73803npm http request GET http://registry.npmjs.org/process-relative-require
73804npm http 200 http://registry.npmjs.org/broccoli-clean-css
73805npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73806npm verb headers etag: '"475R35XVGJJKKA15N0TF152YL"',
73807npm verb headers 'content-type': 'application/json',
73808npm verb headers 'cache-control': 'max-age=300',
73809npm verb headers 'content-length': '18429',
73810npm verb headers 'accept-ranges': 'bytes',
73811npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73812npm verb headers via: '1.1 varnish',
73813npm verb headers age: '66',
73814npm verb headers connection: 'keep-alive',
73815npm verb headers 'x-served-by': 'cache-fra1239-FRA',
73816npm verb headers 'x-cache': 'HIT',
73817npm verb headers 'x-cache-hits': '1',
73818npm verb headers 'x-timer': 'S1450870328.973194,VS0,VE0',
73819npm verb headers vary: 'Accept' }
73820npm verb get saving broccoli-clean-css to /root/.npm/registry.npmjs.org/broccoli-clean-css/.cache.json
73821npm http 200 http://registry.npmjs.org/process-relative-require
73822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73823npm verb headers etag: '"10I8PIERCENGBOF2405VUFJNC"',
73824npm verb headers 'content-type': 'application/json',
73825npm verb headers 'cache-control': 'max-age=300',
73826npm verb headers 'content-length': '1826',
73827npm verb headers 'accept-ranges': 'bytes',
73828npm verb headers date: 'Wed, 23 Dec 2015 11:32:08 GMT',
73829npm verb headers via: '1.1 varnish',
73830npm verb headers age: '66',
73831npm verb headers connection: 'keep-alive',
73832npm verb headers 'x-served-by': 'cache-fra1241-FRA',
73833npm verb headers 'x-cache': 'HIT',
73834npm verb headers 'x-cache-hits': '1',
73835npm verb headers 'x-timer': 'S1450870328.973306,VS0,VE0',
73836npm verb headers vary: 'Accept' }
73837npm verb get saving process-relative-require to /root/.npm/registry.npmjs.org/process-relative-require/.cache.json
73838npm verb cache add spec broccoli-clean-css@0.2.0
73839npm verb addNamed "0.2.0" is a plain semver version for broccoli-clean-css
73840npm verb addNameVersion registry:http://registry.npmjs.org/broccoli-clean-css not in flight; fetching
73841npm verb cache add spec process-relative-require@^1.0.0
73842npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for process-relative-require
73843npm verb addNameRange registry:http://registry.npmjs.org/process-relative-require not in flight; fetching
73844npm verb get http://registry.npmjs.org/broccoli-clean-css not expired, no request
73845npm verb get http://registry.npmjs.org/process-relative-require not expired, no request
73846npm verb addNamed "1.0.0" is a plain semver version for process-relative-require
73847npm verb addRemoteTarball http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz not in flight; adding
73848npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz',
73849npm verb addRemoteTarball '15f1c265a6986585a972bfb070bf52e9c054c861' ]
73850npm verb addRemoteTarball http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz not in flight; adding
73851npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz',
73852npm verb addRemoteTarball '1590dfcf5b8f2983ba53e398446b68240b4cc68a' ]
73853npm info retry fetch attempt 1 at 11:32:09
73854npm info attempt registry request try #1 at 11:32:09
73855npm http fetch GET http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz
73856npm info retry fetch attempt 1 at 11:32:09
73857npm info attempt registry request try #1 at 11:32:09
73858npm http fetch GET http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz
73859npm http fetch 200 http://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz
73860npm http fetch 200 http://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz
73861npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz not in flight; adding
73862npm verb addTmpTarball already have metadata; skipping unpack for process-relative-require@1.0.0
73863npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-0.2.0.tgz not in flight; adding
73864npm verb addTmpTarball already have metadata; skipping unpack for broccoli-clean-css@0.2.0
73865npm verb afterAdd /root/.npm/broccoli-clean-css/0.2.0/package/package.json not in flight; writing
73866npm verb afterAdd /root/.npm/process-relative-require/1.0.0/package/package.json not in flight; writing
73867npm verb afterAdd /root/.npm/broccoli-clean-css/0.2.0/package/package.json written
73868npm verb afterAdd /root/.npm/process-relative-require/1.0.0/package/package.json written
73869npm verb cache add spec broccoli-filter@^0.1.6
73870npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for broccoli-filter
73871npm verb addNameRange registry:http://registry.npmjs.org/broccoli-filter not in flight; fetching
73872npm verb request uri http://registry.npmjs.org/clean-css
73873npm verb request no auth needed
73874npm info attempt registry request try #1 at 11:32:09
73875npm http request GET http://registry.npmjs.org/clean-css
73876npm verb request uri http://registry.npmjs.org/broccoli-filter
73877npm verb request no auth needed
73878npm info attempt registry request try #1 at 11:32:09
73879npm verb etag "5JG7OFU5B7RCL17IGHJHA84JK"
73880npm http request GET http://registry.npmjs.org/broccoli-filter
73881npm http 304 http://registry.npmjs.org/broccoli-filter
73882npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
73883npm verb headers via: '1.1 varnish',
73884npm verb headers 'cache-control': 'max-age=300',
73885npm verb headers etag: '"5JG7OFU5B7RCL17IGHJHA84JK"',
73886npm verb headers age: '65',
73887npm verb headers connection: 'keep-alive',
73888npm verb headers 'x-served-by': 'cache-fra1232-FRA',
73889npm verb headers 'x-cache': 'HIT',
73890npm verb headers 'x-cache-hits': '1',
73891npm verb headers 'x-timer': 'S1450870329.112532,VS0,VE0',
73892npm verb headers vary: 'Accept' }
73893npm verb etag http://registry.npmjs.org/broccoli-filter from cache
73894npm verb get saving broccoli-filter to /root/.npm/registry.npmjs.org/broccoli-filter/.cache.json
73895npm verb addNamed "0.1.14" is a plain semver version for broccoli-filter
73896npm verb addRemoteTarball http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz not in flight; adding
73897npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz',
73898npm verb addRemoteTarball '23cae3891ff9ebb7b4d7db00c6dcf03535daf7ad' ]
73899npm info retry fetch attempt 1 at 11:32:09
73900npm info attempt registry request try #1 at 11:32:09
73901npm http fetch GET http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz
73902npm http fetch 200 http://registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz
73903npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-filter/-/broccoli-filter-0.1.14.tgz not in flight; adding
73904npm verb addTmpTarball already have metadata; skipping unpack for broccoli-filter@0.1.14
73905npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json not in flight; writing
73906npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json written
73907npm http 200 http://registry.npmjs.org/clean-css
73908npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73909npm verb headers etag: '"8EWYT3UVYIYZD6A9FFKAP86UU"',
73910npm verb headers 'content-type': 'application/json',
73911npm verb headers 'cache-control': 'max-age=300',
73912npm verb headers 'content-length': '211082',
73913npm verb headers 'accept-ranges': 'bytes',
73914npm verb headers date: 'Wed, 23 Dec 2015 11:32:09 GMT',
73915npm verb headers via: '1.1 varnish',
73916npm verb headers age: '177',
73917npm verb headers connection: 'keep-alive',
73918npm verb headers 'x-served-by': 'cache-fra1222-FRA',
73919npm verb headers 'x-cache': 'HIT',
73920npm verb headers 'x-cache-hits': '5',
73921npm verb headers 'x-timer': 'S1450870329.104689,VS0,VE0',
73922npm verb headers vary: 'Accept' }
73923npm verb get saving clean-css to /root/.npm/registry.npmjs.org/clean-css/.cache.json
73924npm verb cache add spec clean-css@^2.2.1
73925npm verb addNamed ">=2.2.1 <3.0.0" is a valid semver range for clean-css
73926npm verb addNameRange registry:http://registry.npmjs.org/clean-css not in flight; fetching
73927npm verb get http://registry.npmjs.org/clean-css not expired, no request
73928npm verb addNamed "2.2.23" is a plain semver version for clean-css
73929npm verb addRemoteTarball http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
73930npm verb addRemoteTarball [ 'http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz',
73931npm verb addRemoteTarball '0590b5478b516c4903edc2d89bd3fdbdd286328c' ]
73932npm info retry fetch attempt 1 at 11:32:09
73933npm info attempt registry request try #1 at 11:32:09
73934npm http fetch GET http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
73935npm http fetch 200 http://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz
73936npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz not in flight; adding
73937npm verb addTmpTarball already have metadata; skipping unpack for clean-css@2.2.23
73938npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json not in flight; writing
73939npm verb afterAdd /root/.npm/clean-css/2.2.23/package/package.json written
73940npm verb cache add spec mkdirp@^0.3.5
73941npm verb cache add spec walk-sync@^0.1.3
73942npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
73943npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
73944npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for walk-sync
73945npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
73946npm verb request uri http://registry.npmjs.org/broccoli-writer
73947npm verb request no auth needed
73948npm info attempt registry request try #1 at 11:32:09
73949npm http request GET http://registry.npmjs.org/broccoli-writer
73950npm verb request uri http://registry.npmjs.org/mkdirp
73951npm verb request no auth needed
73952npm info attempt registry request try #1 at 11:32:09
73953npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
73954npm http request GET http://registry.npmjs.org/mkdirp
73955npm verb request uri http://registry.npmjs.org/walk-sync
73956npm verb request no auth needed
73957npm info attempt registry request try #1 at 11:32:09
73958npm verb etag "8AI53OM7YRJVMRZ8DIVWCDNLN"
73959npm http request GET http://registry.npmjs.org/walk-sync
73960npm http 200 http://registry.npmjs.org/broccoli-writer
73961npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
73962npm verb headers etag: '"5PH9OCZH5PNA6BSGD7J80FFJ9"',
73963npm verb headers 'content-type': 'application/json',
73964npm verb headers 'cache-control': 'max-age=300',
73965npm verb headers 'content-length': '4171',
73966npm verb headers 'accept-ranges': 'bytes',
73967npm verb headers date: 'Wed, 23 Dec 2015 11:32:09 GMT',
73968npm verb headers via: '1.1 varnish',
73969npm verb headers age: '65',
73970npm verb headers connection: 'keep-alive',
73971npm verb headers 'x-served-by': 'cache-fra1244-FRA',
73972npm verb headers 'x-cache': 'HIT',
73973npm verb headers 'x-cache-hits': '1',
73974npm verb headers 'x-timer': 'S1450870329.459721,VS0,VE0',
73975npm verb headers vary: 'Accept' }
73976npm verb get saving broccoli-writer to /root/.npm/registry.npmjs.org/broccoli-writer/.cache.json
73977npm http 304 http://registry.npmjs.org/mkdirp
73978npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
73979npm verb headers via: '1.1 varnish',
73980npm verb headers 'cache-control': 'max-age=300',
73981npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
73982npm verb headers age: '19',
73983npm verb headers connection: 'keep-alive',
73984npm verb headers 'x-served-by': 'cache-fra1228-FRA',
73985npm verb headers 'x-cache': 'HIT',
73986npm verb headers 'x-cache-hits': '2',
73987npm verb headers 'x-timer': 'S1450870329.470789,VS0,VE0',
73988npm verb headers vary: 'Accept' }
73989npm verb etag http://registry.npmjs.org/mkdirp from cache
73990npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
73991npm http 304 http://registry.npmjs.org/walk-sync
73992npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
73993npm verb headers via: '1.1 varnish',
73994npm verb headers 'cache-control': 'max-age=300',
73995npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
73996npm verb headers age: '292',
73997npm verb headers connection: 'keep-alive',
73998npm verb headers 'x-served-by': 'cache-fra1223-FRA',
73999npm verb headers 'x-cache': 'HIT',
74000npm verb headers 'x-cache-hits': '1',
74001npm verb headers 'x-timer': 'S1450870329.470713,VS0,VE0',
74002npm verb headers vary: 'Accept' }
74003npm verb etag http://registry.npmjs.org/walk-sync from cache
74004npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
74005npm verb cache add spec broccoli-writer@^0.1.1
74006npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for broccoli-writer
74007npm verb addNameRange registry:http://registry.npmjs.org/broccoli-writer not in flight; fetching
74008npm verb addNamed "0.3.5" is a plain semver version for mkdirp
74009npm verb addNamed "0.1.3" is a plain semver version for walk-sync
74010npm verb get http://registry.npmjs.org/broccoli-writer not expired, no request
74011npm verb addNamed "0.1.1" is a plain semver version for broccoli-writer
74012npm verb addRemoteTarball http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz not in flight; adding
74013npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz',
74014npm verb addRemoteTarball 'd4d71aa8f2afbc67a3866b91a2da79084b96ab2d' ]
74015npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
74016npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
74017npm info retry fetch attempt 1 at 11:32:09
74018npm info attempt registry request try #1 at 11:32:09
74019npm http fetch GET http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz
74020npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
74021npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
74022npm http fetch 200 http://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz
74023npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz not in flight; adding
74024npm verb addTmpTarball already have metadata; skipping unpack for broccoli-writer@0.1.1
74025npm verb afterAdd /root/.npm/broccoli-writer/0.1.1/package/package.json not in flight; writing
74026npm verb afterAdd /root/.npm/broccoli-writer/0.1.1/package/package.json written
74027npm verb cache add spec commander@2.2.x
74028npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for commander
74029npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
74030npm verb request uri http://registry.npmjs.org/commander
74031npm verb request no auth needed
74032npm info attempt registry request try #1 at 11:32:09
74033npm verb etag "EPZTTFB4NNE5PZRYLMT0T0J2V"
74034npm http request GET http://registry.npmjs.org/commander
74035npm http 304 http://registry.npmjs.org/commander
74036npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
74037npm verb headers via: '1.1 varnish',
74038npm verb headers 'cache-control': 'max-age=300',
74039npm verb headers etag: '"EPZTTFB4NNE5PZRYLMT0T0J2V"',
74040npm verb headers age: '93',
74041npm verb headers connection: 'keep-alive',
74042npm verb headers 'x-served-by': 'cache-fra1226-FRA',
74043npm verb headers 'x-cache': 'HIT',
74044npm verb headers 'x-cache-hits': '8',
74045npm verb headers 'x-timer': 'S1450870329.599454,VS0,VE0',
74046npm verb headers vary: 'Accept' }
74047npm verb etag http://registry.npmjs.org/commander from cache
74048npm verb get saving commander to /root/.npm/registry.npmjs.org/commander/.cache.json
74049npm verb addNamed "2.2.0" is a plain semver version for commander
74050npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
74051npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.2.0.tgz',
74052npm verb addRemoteTarball '175ad4b9317f3ff615f201c1e57224f55a3e91df' ]
74053npm info retry fetch attempt 1 at 11:32:09
74054npm info attempt registry request try #1 at 11:32:09
74055npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
74056npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.2.0.tgz
74057npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/commander/-/commander-2.2.0.tgz not in flight; adding
74058npm verb addTmpTarball already have metadata; skipping unpack for commander@2.2.0
74059npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json not in flight; writing
74060npm verb afterAdd /root/.npm/commander/2.2.0/package/package.json written
74061npm verb cache add spec recast@^0.9.16
74062npm verb addNamed ">=0.9.16 <0.10.0" is a valid semver range for recast
74063npm verb addNameRange registry:http://registry.npmjs.org/recast not in flight; fetching
74064npm verb request uri http://registry.npmjs.org/recast
74065npm verb request no auth needed
74066npm info attempt registry request try #1 at 11:32:09
74067npm verb etag "BGGM6CR3OCASMAHJUHRMP8VQD"
74068npm http request GET http://registry.npmjs.org/recast
74069npm http 304 http://registry.npmjs.org/recast
74070npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
74071npm verb headers via: '1.1 varnish',
74072npm verb headers 'cache-control': 'max-age=300',
74073npm verb headers etag: '"BGGM6CR3OCASMAHJUHRMP8VQD"',
74074npm verb headers age: '284',
74075npm verb headers connection: 'keep-alive',
74076npm verb headers 'x-served-by': 'cache-fra1222-FRA',
74077npm verb headers 'x-cache': 'HIT',
74078npm verb headers 'x-cache-hits': '6',
74079npm verb headers 'x-timer': 'S1450870329.775180,VS0,VE0',
74080npm verb headers vary: 'Accept' }
74081npm verb etag http://registry.npmjs.org/recast from cache
74082npm verb get saving recast to /root/.npm/registry.npmjs.org/recast/.cache.json
74083npm verb addNamed "0.9.18" is a plain semver version for recast
74084npm verb addRemoteTarball http://registry.npmjs.org/recast/-/recast-0.9.18.tgz not in flight; adding
74085npm verb addRemoteTarball [ 'http://registry.npmjs.org/recast/-/recast-0.9.18.tgz',
74086npm verb addRemoteTarball 'f70921bb9f737d8e1fb06a440315bd7ec14587c9' ]
74087npm info retry fetch attempt 1 at 11:32:09
74088npm info attempt registry request try #1 at 11:32:09
74089npm http fetch GET http://registry.npmjs.org/recast/-/recast-0.9.18.tgz
74090npm http fetch 200 http://registry.npmjs.org/recast/-/recast-0.9.18.tgz
74091npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/recast/-/recast-0.9.18.tgz not in flight; adding
74092npm verb addTmpTarball already have metadata; skipping unpack for recast@0.9.18
74093npm verb afterAdd /root/.npm/recast/0.9.18/package/package.json not in flight; writing
74094npm verb afterAdd /root/.npm/recast/0.9.18/package/package.json written
74095npm verb cache add spec esprima-fb@~10001.1.0-dev-harmony-fb
74096npm verb cache add spec ast-types@~0.6.1
74097npm verb addNamed ">=10001.1.0-dev-harmony-fb <10001.2.0" is a valid semver range for esprima-fb
74098npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
74099npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for ast-types
74100npm verb addNameRange registry:http://registry.npmjs.org/ast-types not in flight; fetching
74101npm verb request uri http://registry.npmjs.org/esprima-fb
74102npm verb request no auth needed
74103npm info attempt registry request try #1 at 11:32:09
74104npm verb etag "4AEUSG43ZILFZ10L3XXRKITLR"
74105npm http request GET http://registry.npmjs.org/esprima-fb
74106npm verb request uri http://registry.npmjs.org/ast-types
74107npm verb request no auth needed
74108npm info attempt registry request try #1 at 11:32:09
74109npm verb etag "E6AAMK3D74MOC850AZXA3CY9W"
74110npm http request GET http://registry.npmjs.org/ast-types
74111npm http 304 http://registry.npmjs.org/esprima-fb
74112npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
74113npm verb headers via: '1.1 varnish',
74114npm verb headers 'cache-control': 'max-age=60',
74115npm verb headers etag: '"4AEUSG43ZILFZ10L3XXRKITLR"',
74116npm verb headers age: '55',
74117npm verb headers connection: 'keep-alive',
74118npm verb headers 'x-served-by': 'cache-fra1227-FRA',
74119npm verb headers 'x-cache': 'HIT',
74120npm verb headers 'x-cache-hits': '2',
74121npm verb headers 'x-timer': 'S1450870329.965492,VS0,VE0',
74122npm verb headers vary: 'Accept' }
74123npm verb etag http://registry.npmjs.org/esprima-fb from cache
74124npm verb get saving esprima-fb to /root/.npm/registry.npmjs.org/esprima-fb/.cache.json
74125npm http 304 http://registry.npmjs.org/ast-types
74126npm verb headers { date: 'Wed, 23 Dec 2015 11:32:09 GMT',
74127npm verb headers via: '1.1 varnish',
74128npm verb headers 'cache-control': 'max-age=300',
74129npm verb headers etag: '"E6AAMK3D74MOC850AZXA3CY9W"',
74130npm verb headers age: '222',
74131npm verb headers connection: 'keep-alive',
74132npm verb headers 'x-served-by': 'cache-fra1231-FRA',
74133npm verb headers 'x-cache': 'HIT',
74134npm verb headers 'x-cache-hits': '2',
74135npm verb headers 'x-timer': 'S1450870329.974845,VS0,VE0',
74136npm verb headers vary: 'Accept' }
74137npm verb etag http://registry.npmjs.org/ast-types from cache
74138npm verb get saving ast-types to /root/.npm/registry.npmjs.org/ast-types/.cache.json
74139npm verb addNamed "10001.1.0-dev-harmony-fb" is a plain semver version for esprima-fb
74140npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz not in flight; adding
74141npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz',
74142npm verb addRemoteTarball 'f7efb452d3c8006dde6b3c59678604f7114a882c' ]
74143npm verb addNamed "0.6.16" is a plain semver version for ast-types
74144npm info retry fetch attempt 1 at 11:32:10
74145npm info attempt registry request try #1 at 11:32:10
74146npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz
74147npm verb addRemoteTarball http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz not in flight; adding
74148npm verb addRemoteTarball [ 'http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz',
74149npm verb addRemoteTarball '04205b72eddd195a8feaa081f11d0294a24ded93' ]
74150npm info retry fetch attempt 1 at 11:32:10
74151npm info attempt registry request try #1 at 11:32:10
74152npm http fetch GET http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz
74153npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz
74154npm http fetch 200 http://registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz
74155npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ast-types/-/ast-types-0.6.16.tgz not in flight; adding
74156npm verb addTmpTarball already have metadata; skipping unpack for ast-types@0.6.16
74157npm verb afterAdd /root/.npm/ast-types/0.6.16/package/package.json not in flight; writing
74158npm verb afterAdd /root/.npm/ast-types/0.6.16/package/package.json written
74159npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esprima-fb/-/esprima-fb-10001.1.0-dev-harmony-fb.tgz not in flight; adding
74160npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@10001.1.0-dev-harmony-fb
74161npm verb afterAdd /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package/package.json not in flight; writing
74162npm verb afterAdd /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package/package.json written
74163npm verb cache add spec accepts@~1.2.12
74164npm verb cache add spec vary@~1.0.1
74165npm verb addNamed ">=1.2.12 <1.3.0" is a valid semver range for accepts
74166npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
74167npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for vary
74168npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
74169npm verb request uri http://registry.npmjs.org/array-flatten
74170npm verb request no auth needed
74171npm info attempt registry request try #1 at 11:32:10
74172npm http request GET http://registry.npmjs.org/array-flatten
74173npm verb request uri http://registry.npmjs.org/content-disposition
74174npm verb request no auth needed
74175npm info attempt registry request try #1 at 11:32:10
74176npm http request GET http://registry.npmjs.org/content-disposition
74177npm verb request uri http://registry.npmjs.org/content-type
74178npm verb request no auth needed
74179npm info attempt registry request try #1 at 11:32:10
74180npm http request GET http://registry.npmjs.org/content-type
74181npm verb request uri http://registry.npmjs.org/cookie
74182npm verb request no auth needed
74183npm info attempt registry request try #1 at 11:32:10
74184npm http request GET http://registry.npmjs.org/cookie
74185npm verb request uri http://registry.npmjs.org/cookie-signature
74186npm verb request no auth needed
74187npm info attempt registry request try #1 at 11:32:10
74188npm http request GET http://registry.npmjs.org/cookie-signature
74189npm verb request uri http://registry.npmjs.org/depd
74190npm verb request no auth needed
74191npm info attempt registry request try #1 at 11:32:10
74192npm http request GET http://registry.npmjs.org/depd
74193npm verb request uri http://registry.npmjs.org/etag
74194npm verb request no auth needed
74195npm info attempt registry request try #1 at 11:32:10
74196npm http request GET http://registry.npmjs.org/etag
74197npm verb request uri http://registry.npmjs.org/fresh
74198npm verb request no auth needed
74199npm info attempt registry request try #1 at 11:32:10
74200npm http request GET http://registry.npmjs.org/fresh
74201npm verb request uri http://registry.npmjs.org/merge-descriptors
74202npm verb request no auth needed
74203npm info attempt registry request try #1 at 11:32:10
74204npm http request GET http://registry.npmjs.org/merge-descriptors
74205npm verb request uri http://registry.npmjs.org/methods
74206npm verb request no auth needed
74207npm info attempt registry request try #1 at 11:32:10
74208npm http request GET http://registry.npmjs.org/methods
74209npm verb request uri http://registry.npmjs.org/path-to-regexp
74210npm verb request no auth needed
74211npm info attempt registry request try #1 at 11:32:10
74212npm http request GET http://registry.npmjs.org/path-to-regexp
74213npm verb request uri http://registry.npmjs.org/proxy-addr
74214npm verb request no auth needed
74215npm info attempt registry request try #1 at 11:32:10
74216npm http request GET http://registry.npmjs.org/proxy-addr
74217npm verb request uri http://registry.npmjs.org/qs
74218npm verb request no auth needed
74219npm info attempt registry request try #1 at 11:32:10
74220npm http request GET http://registry.npmjs.org/qs
74221npm verb request uri http://registry.npmjs.org/range-parser
74222npm verb request no auth needed
74223npm info attempt registry request try #1 at 11:32:10
74224npm http request GET http://registry.npmjs.org/range-parser
74225npm verb request uri http://registry.npmjs.org/send
74226npm verb request no auth needed
74227npm info attempt registry request try #1 at 11:32:10
74228npm http request GET http://registry.npmjs.org/send
74229npm verb request uri http://registry.npmjs.org/serve-static
74230npm verb request no auth needed
74231npm info attempt registry request try #1 at 11:32:10
74232npm http request GET http://registry.npmjs.org/serve-static
74233npm verb request uri http://registry.npmjs.org/type-is
74234npm verb request no auth needed
74235npm info attempt registry request try #1 at 11:32:10
74236npm http request GET http://registry.npmjs.org/type-is
74237npm verb get http://registry.npmjs.org/accepts not expired, no request
74238npm verb addNamed "1.2.13" is a plain semver version for accepts
74239npm verb get http://registry.npmjs.org/vary not expired, no request
74240npm verb addNamed "1.0.1" is a plain semver version for vary
74241npm verb addRemoteTarball http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
74242npm verb addRemoteTarball [ 'http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz',
74243npm verb addRemoteTarball 'e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea' ]
74244npm verb addRemoteTarball http://registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
74245npm verb addRemoteTarball [ 'http://registry.npmjs.org/vary/-/vary-1.0.1.tgz',
74246npm verb addRemoteTarball '99e4981566a286118dfb2b817357df7993376d10' ]
74247npm http 200 http://registry.npmjs.org/array-flatten
74248npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74249npm verb headers etag: '"AACE7W5FTSMZES7EZL2DWW9CW"',
74250npm verb headers 'content-type': 'application/json',
74251npm verb headers 'cache-control': 'max-age=300',
74252npm verb headers 'content-length': '11717',
74253npm verb headers 'accept-ranges': 'bytes',
74254npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74255npm verb headers via: '1.1 varnish',
74256npm verb headers age: '94',
74257npm verb headers connection: 'keep-alive',
74258npm verb headers 'x-served-by': 'cache-fra1226-FRA',
74259npm verb headers 'x-cache': 'HIT',
74260npm verb headers 'x-cache-hits': '2',
74261npm verb headers 'x-timer': 'S1450870330.365038,VS0,VE0',
74262npm verb headers vary: 'Accept' }
74263npm verb get saving array-flatten to /root/.npm/registry.npmjs.org/array-flatten/.cache.json
74264npm http 200 http://registry.npmjs.org/content-disposition
74265npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74266npm verb headers etag: '"384YYEPADLLZ324XAC4AOM85K"',
74267npm verb headers 'content-type': 'application/json',
74268npm verb headers 'cache-control': 'max-age=60',
74269npm verb headers 'content-length': '17640',
74270npm verb headers 'accept-ranges': 'bytes',
74271npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74272npm verb headers via: '1.1 varnish',
74273npm verb headers age: '26',
74274npm verb headers connection: 'keep-alive',
74275npm verb headers 'x-served-by': 'cache-fra1228-FRA',
74276npm verb headers 'x-cache': 'HIT',
74277npm verb headers 'x-cache-hits': '2',
74278npm verb headers 'x-timer': 'S1450870330.365071,VS0,VE0',
74279npm verb headers vary: 'Accept' }
74280npm verb get saving content-disposition to /root/.npm/registry.npmjs.org/content-disposition/.cache.json
74281npm info retry fetch attempt 1 at 11:32:10
74282npm info attempt registry request try #1 at 11:32:10
74283npm http fetch GET http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
74284npm info retry fetch attempt 1 at 11:32:10
74285npm info attempt registry request try #1 at 11:32:10
74286npm http fetch GET http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
74287npm http 200 http://registry.npmjs.org/cookie
74288npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74289npm verb headers etag: '"5XRBISM4XVV9W7HS1I1XDUM6R"',
74290npm verb headers 'content-type': 'application/json',
74291npm verb headers 'cache-control': 'max-age=300',
74292npm verb headers 'content-length': '21754',
74293npm verb headers 'accept-ranges': 'bytes',
74294npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74295npm verb headers via: '1.1 varnish',
74296npm verb headers age: '144',
74297npm verb headers connection: 'keep-alive',
74298npm verb headers 'x-served-by': 'cache-fra1246-FRA',
74299npm verb headers 'x-cache': 'HIT',
74300npm verb headers 'x-cache-hits': '5',
74301npm verb headers 'x-timer': 'S1450870330.365611,VS0,VE0',
74302npm verb headers vary: 'Accept' }
74303npm verb get saving cookie to /root/.npm/registry.npmjs.org/cookie/.cache.json
74304npm http 200 http://registry.npmjs.org/content-type
74305npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74306npm verb headers etag: '"A61HQDKGOUEM3F9DCWTGYV4NW"',
74307npm verb headers 'content-type': 'application/json',
74308npm verb headers 'cache-control': 'max-age=300',
74309npm verb headers 'content-length': '7394',
74310npm verb headers 'accept-ranges': 'bytes',
74311npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74312npm verb headers via: '1.1 varnish',
74313npm verb headers age: '169',
74314npm verb headers connection: 'keep-alive',
74315npm verb headers 'x-served-by': 'cache-fra1222-FRA',
74316npm verb headers 'x-cache': 'HIT',
74317npm verb headers 'x-cache-hits': '6',
74318npm verb headers 'x-timer': 'S1450870330.365767,VS0,VE0',
74319npm verb headers vary: 'Accept' }
74320npm verb get saving content-type to /root/.npm/registry.npmjs.org/content-type/.cache.json
74321npm http 200 http://registry.npmjs.org/type-is
74322npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74323npm verb headers etag: '"460R9QTM2R63TFO6D7HBETX5A"',
74324npm verb headers 'content-type': 'application/json',
74325npm verb headers 'cache-control': 'max-age=60',
74326npm verb headers 'content-length': '51599',
74327npm verb headers 'accept-ranges': 'bytes',
74328npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74329npm verb headers via: '1.1 varnish',
74330npm verb headers age: '10',
74331npm verb headers connection: 'keep-alive',
74332npm verb headers 'x-served-by': 'cache-fra1237-FRA',
74333npm verb headers 'x-cache': 'HIT',
74334npm verb headers 'x-cache-hits': '1',
74335npm verb headers 'x-timer': 'S1450870330.367298,VS0,VE0',
74336npm verb headers vary: 'Accept' }
74337npm verb get saving type-is to /root/.npm/registry.npmjs.org/type-is/.cache.json
74338npm http 200 http://registry.npmjs.org/cookie-signature
74339npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74340npm verb headers etag: '"8NE2NNIH2V0SABXWGZXHH3U6K"',
74341npm verb headers 'content-type': 'application/json',
74342npm verb headers 'cache-control': 'max-age=60',
74343npm verb headers 'content-length': '9325',
74344npm verb headers 'accept-ranges': 'bytes',
74345npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74346npm verb headers via: '1.1 varnish',
74347npm verb headers age: '6',
74348npm verb headers connection: 'keep-alive',
74349npm verb headers 'x-served-by': 'cache-fra1243-FRA',
74350npm verb headers 'x-cache': 'HIT',
74351npm verb headers 'x-cache-hits': '1',
74352npm verb headers 'x-timer': 'S1450870330.365833,VS0,VE0',
74353npm verb headers vary: 'Accept' }
74354npm verb get saving cookie-signature to /root/.npm/registry.npmjs.org/cookie-signature/.cache.json
74355npm http fetch 200 http://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz
74356npm http 200 http://registry.npmjs.org/proxy-addr
74357npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74358npm verb headers etag: '"9K80Y80RUXRE89F9QNZD77762"',
74359npm verb headers 'content-type': 'application/json',
74360npm verb headers 'cache-control': 'max-age=60',
74361npm verb headers 'content-length': '25902',
74362npm verb headers 'accept-ranges': 'bytes',
74363npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74364npm verb headers via: '1.1 varnish',
74365npm verb headers age: '12',
74366npm verb headers connection: 'keep-alive',
74367npm verb headers 'x-served-by': 'cache-fra1220-FRA',
74368npm verb headers 'x-cache': 'HIT',
74369npm verb headers 'x-cache-hits': '1',
74370npm verb headers 'x-timer': 'S1450870330.366579,VS0,VE0',
74371npm verb headers vary: 'Accept' }
74372npm verb get saving proxy-addr to /root/.npm/registry.npmjs.org/proxy-addr/.cache.json
74373npm http 200 http://registry.npmjs.org/range-parser
74374npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74375npm verb headers etag: '"8WZEBUX4S6QUN4CYHEIWQZ9BB"',
74376npm verb headers 'content-type': 'application/json',
74377npm verb headers 'cache-control': 'max-age=60',
74378npm verb headers 'content-length': '11040',
74379npm verb headers 'accept-ranges': 'bytes',
74380npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74381npm verb headers via: '1.1 varnish',
74382npm verb headers age: '28',
74383npm verb headers connection: 'keep-alive',
74384npm verb headers 'x-served-by': 'cache-fra1243-FRA',
74385npm verb headers 'x-cache': 'HIT',
74386npm verb headers 'x-cache-hits': '3',
74387npm verb headers 'x-timer': 'S1450870330.366760,VS0,VE0',
74388npm verb headers vary: 'Accept' }
74389npm verb get saving range-parser to /root/.npm/registry.npmjs.org/range-parser/.cache.json
74390npm http 200 http://registry.npmjs.org/fresh
74391npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74392npm verb headers etag: '"9NHR4LROGERRIX4U2GNV4QVT"',
74393npm verb headers 'content-type': 'application/json',
74394npm verb headers 'cache-control': 'max-age=300',
74395npm verb headers 'content-length': '11311',
74396npm verb headers 'accept-ranges': 'bytes',
74397npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74398npm verb headers via: '1.1 varnish',
74399npm verb headers age: '153',
74400npm verb headers connection: 'keep-alive',
74401npm verb headers 'x-served-by': 'cache-fra1243-FRA',
74402npm verb headers 'x-cache': 'HIT',
74403npm verb headers 'x-cache-hits': '3',
74404npm verb headers 'x-timer': 'S1450870330.366216,VS0,VE0',
74405npm verb headers vary: 'Accept' }
74406npm verb get saving fresh to /root/.npm/registry.npmjs.org/fresh/.cache.json
74407npm http fetch 200 http://registry.npmjs.org/vary/-/vary-1.0.1.tgz
74408npm http 200 http://registry.npmjs.org/send
74409npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74410npm verb headers etag: '"APVO6G21BQNLG10Z1NYC3J8EZ"',
74411npm verb headers 'content-type': 'application/json',
74412npm verb headers 'cache-control': 'max-age=60',
74413npm verb headers 'content-length': '64046',
74414npm verb headers 'accept-ranges': 'bytes',
74415npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74416npm verb headers via: '1.1 varnish',
74417npm verb headers age: '28',
74418npm verb headers connection: 'keep-alive',
74419npm verb headers 'x-served-by': 'cache-fra1226-FRA',
74420npm verb headers 'x-cache': 'HIT',
74421npm verb headers 'x-cache-hits': '1',
74422npm verb headers 'x-timer': 'S1450870330.367004,VS0,VE0',
74423npm verb headers vary: 'Accept' }
74424npm verb get saving send to /root/.npm/registry.npmjs.org/send/.cache.json
74425npm http 200 http://registry.npmjs.org/depd
74426npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74427npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
74428npm verb headers 'content-type': 'application/json',
74429npm verb headers 'cache-control': 'max-age=60',
74430npm verb headers 'content-length': '28742',
74431npm verb headers 'accept-ranges': 'bytes',
74432npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74433npm verb headers via: '1.1 varnish',
74434npm verb headers age: '56',
74435npm verb headers connection: 'keep-alive',
74436npm verb headers 'x-served-by': 'cache-fra1241-FRA',
74437npm verb headers 'x-cache': 'HIT',
74438npm verb headers 'x-cache-hits': '2',
74439npm verb headers 'x-timer': 'S1450870330.366185,VS0,VE0',
74440npm verb headers vary: 'Accept' }
74441npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
74442npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/accepts/-/accepts-1.2.13.tgz not in flight; adding
74443npm verb addTmpTarball already have metadata; skipping unpack for accepts@1.2.13
74444npm verb cache add spec array-flatten@1.1.1
74445npm verb addNamed "1.1.1" is a plain semver version for array-flatten
74446npm verb addNameVersion registry:http://registry.npmjs.org/array-flatten not in flight; fetching
74447npm verb cache add spec content-disposition@0.5.0
74448npm verb addNamed "0.5.0" is a plain semver version for content-disposition
74449npm verb addNameVersion registry:http://registry.npmjs.org/content-disposition not in flight; fetching
74450npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/vary/-/vary-1.0.1.tgz not in flight; adding
74451npm verb addTmpTarball already have metadata; skipping unpack for vary@1.0.1
74452npm http 200 http://registry.npmjs.org/serve-static
74453npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74454npm verb headers etag: '"DGUOJ6WTQPFO1MQ4XK90KECIO"',
74455npm verb headers 'content-type': 'application/json',
74456npm verb headers 'cache-control': 'max-age=300',
74457npm verb headers 'content-length': '69453',
74458npm verb headers 'accept-ranges': 'bytes',
74459npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74460npm verb headers via: '1.1 varnish',
74461npm verb headers age: '18',
74462npm verb headers connection: 'keep-alive',
74463npm verb headers 'x-served-by': 'cache-fra1248-FRA',
74464npm verb headers 'x-cache': 'HIT',
74465npm verb headers 'x-cache-hits': '2',
74466npm verb headers 'x-timer': 'S1450870330.367177,VS0,VE0',
74467npm verb headers vary: 'Accept' }
74468npm verb get saving serve-static to /root/.npm/registry.npmjs.org/serve-static/.cache.json
74469npm http 200 http://registry.npmjs.org/path-to-regexp
74470npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74471npm verb headers etag: '"44L0C4D3C0FA42U3300PZE763"',
74472npm verb headers 'content-type': 'application/json',
74473npm verb headers 'cache-control': 'max-age=300',
74474npm verb headers 'content-length': '68276',
74475npm verb headers 'accept-ranges': 'bytes',
74476npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74477npm verb headers via: '1.1 varnish',
74478npm verb headers age: '145',
74479npm verb headers connection: 'keep-alive',
74480npm verb headers 'x-served-by': 'cache-fra1221-FRA',
74481npm verb headers 'x-cache': 'HIT',
74482npm verb headers 'x-cache-hits': '2',
74483npm verb headers 'x-timer': 'S1450870330.366636,VS0,VE0',
74484npm verb headers vary: 'Accept' }
74485npm verb get saving path-to-regexp to /root/.npm/registry.npmjs.org/path-to-regexp/.cache.json
74486npm verb cache add spec cookie@0.1.3
74487npm verb addNamed "0.1.3" is a plain semver version for cookie
74488npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
74489npm verb cache add spec content-type@~1.0.1
74490npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for content-type
74491npm verb addNameRange registry:http://registry.npmjs.org/content-type not in flight; fetching
74492npm verb cache add spec type-is@~1.6.6
74493npm verb addNamed ">=1.6.6 <1.7.0" is a valid semver range for type-is
74494npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
74495npm verb cache add spec cookie-signature@1.0.6
74496npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
74497npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
74498npm http 200 http://registry.npmjs.org/qs
74499npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74500npm verb headers etag: '"EC72YVY7VNX06HPF7024J1CQA"',
74501npm verb headers 'content-type': 'application/json',
74502npm verb headers 'cache-control': 'max-age=300',
74503npm verb headers 'content-length': '64475',
74504npm verb headers 'accept-ranges': 'bytes',
74505npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74506npm verb headers via: '1.1 varnish',
74507npm verb headers age: '25',
74508npm verb headers connection: 'keep-alive',
74509npm verb headers 'x-served-by': 'cache-fra1226-FRA',
74510npm verb headers 'x-cache': 'HIT',
74511npm verb headers 'x-cache-hits': '4',
74512npm verb headers 'x-timer': 'S1450870330.366675,VS0,VE0',
74513npm verb headers vary: 'Accept' }
74514npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
74515npm verb cache add spec range-parser@~1.0.2
74516npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
74517npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
74518npm verb cache add spec proxy-addr@~1.0.8
74519npm verb addNamed ">=1.0.8 <1.1.0" is a valid semver range for proxy-addr
74520npm verb addNameRange registry:http://registry.npmjs.org/proxy-addr not in flight; fetching
74521npm verb cache add spec fresh@0.3.0
74522npm verb addNamed "0.3.0" is a plain semver version for fresh
74523npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
74524npm verb get http://registry.npmjs.org/content-disposition not expired, no request
74525npm verb get http://registry.npmjs.org/array-flatten not expired, no request
74526npm http 200 http://registry.npmjs.org/merge-descriptors
74527npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74528npm verb headers etag: '"77M0MD0SK0BMYKIO15H10LIYR"',
74529npm verb headers 'content-type': 'application/json',
74530npm verb headers 'cache-control': 'max-age=300',
74531npm verb headers 'content-length': '6309',
74532npm verb headers 'accept-ranges': 'bytes',
74533npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74534npm verb headers via: '1.1 varnish',
74535npm verb headers age: '211',
74536npm verb headers connection: 'keep-alive',
74537npm verb headers 'x-served-by': 'cache-fra1244-FRA',
74538npm verb headers 'x-cache': 'HIT',
74539npm verb headers 'x-cache-hits': '3',
74540npm verb headers 'x-timer': 'S1450870330.366135,VS0,VE0',
74541npm verb headers vary: 'Accept' }
74542npm verb get saving merge-descriptors to /root/.npm/registry.npmjs.org/merge-descriptors/.cache.json
74543npm verb addRemoteTarball http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
74544npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz',
74545npm verb addRemoteTarball '4284fe6ae0630874639e44e80a418c2934135e9e' ]
74546npm verb addRemoteTarball http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
74547npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz',
74548npm verb addRemoteTarball '9a5f699051b1e7073328f2a008968b64ea2955d2' ]
74549npm verb cache add spec send@0.13.0
74550npm verb addNamed "0.13.0" is a plain semver version for send
74551npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
74552npm verb get http://registry.npmjs.org/cookie not expired, no request
74553npm verb get http://registry.npmjs.org/content-type not expired, no request
74554npm verb addNamed "1.0.1" is a plain semver version for content-type
74555npm http 200 http://registry.npmjs.org/methods
74556npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74557npm verb headers etag: '"DO0SV9ZWBGKHHT6F5AJRGFLTU"',
74558npm verb headers 'content-type': 'application/json',
74559npm verb headers 'cache-control': 'max-age=300',
74560npm verb headers 'content-length': '8120',
74561npm verb headers 'accept-ranges': 'bytes',
74562npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74563npm verb headers via: '1.1 varnish',
74564npm verb headers age: '108',
74565npm verb headers connection: 'keep-alive',
74566npm verb headers 'x-served-by': 'cache-fra1234-FRA',
74567npm verb headers 'x-cache': 'HIT',
74568npm verb headers 'x-cache-hits': '3',
74569npm verb headers 'x-timer': 'S1450870330.366332,VS0,VE0',
74570npm verb headers vary: 'Accept' }
74571npm verb get saving methods to /root/.npm/registry.npmjs.org/methods/.cache.json
74572npm verb cache add spec depd@~1.0.1
74573npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for depd
74574npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
74575npm verb addRemoteTarball http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
74576npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz',
74577npm verb addRemoteTarball 'e734a5c1417fce472d5aef82c381cabb64d1a435' ]
74578npm verb addRemoteTarball http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
74579npm verb addRemoteTarball [ 'http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz',
74580npm verb addRemoteTarball 'a19d2247327dc038050ce622b7a154ec59c5e600' ]
74581npm verb get http://registry.npmjs.org/type-is not expired, no request
74582npm verb addNamed "1.6.10" is a plain semver version for type-is
74583npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
74584npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json not in flight; writing
74585npm info retry fetch attempt 1 at 11:32:10
74586npm info attempt registry request try #1 at 11:32:10
74587npm http fetch GET http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
74588npm info retry fetch attempt 1 at 11:32:10
74589npm info attempt registry request try #1 at 11:32:10
74590npm http fetch GET http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
74591npm verb get http://registry.npmjs.org/proxy-addr not expired, no request
74592npm verb addNamed "1.0.10" is a plain semver version for proxy-addr
74593npm verb get http://registry.npmjs.org/range-parser not expired, no request
74594npm verb addNamed "1.0.3" is a plain semver version for range-parser
74595npm verb addRemoteTarball http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
74596npm verb addRemoteTarball [ 'http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz',
74597npm verb addRemoteTarball 'd27e995b20d8c2a543f3420573f690a3929fd75a' ]
74598npm verb addRemoteTarball http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
74599npm verb addRemoteTarball [ 'http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz',
74600npm verb addRemoteTarball 'e303a882b342cc3ee8ca513a79999734dab3ae2c' ]
74601npm verb get http://registry.npmjs.org/fresh not expired, no request
74602npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json not in flight; writing
74603npm verb addRemoteTarball http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
74604npm verb addRemoteTarball [ 'http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz',
74605npm verb addRemoteTarball '0d40a82f801fc355567d2ecb65efe3f077f121c5' ]
74606npm verb addRemoteTarball http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
74607npm verb addRemoteTarball [ 'http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz',
74608npm verb addRemoteTarball '6872823535c692e2c2a0103826afd82c2e0ff175' ]
74609npm verb addRemoteTarball http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
74610npm verb addRemoteTarball [ 'http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz',
74611npm verb addRemoteTarball '651f838e22424e7566de161d8358caa199f83d4f' ]
74612npm verb get http://registry.npmjs.org/send not expired, no request
74613npm http 200 http://registry.npmjs.org/etag
74614npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74615npm verb headers etag: '"3JKODAL80DJD7T0UIZT1IMKF0"',
74616npm verb headers 'content-type': 'application/json',
74617npm verb headers 'cache-control': 'max-age=60',
74618npm verb headers 'content-length': '21776',
74619npm verb headers 'accept-ranges': 'bytes',
74620npm verb headers date: 'Wed, 23 Dec 2015 11:32:10 GMT',
74621npm verb headers via: '1.1 varnish',
74622npm verb headers age: '28',
74623npm verb headers connection: 'keep-alive',
74624npm verb headers 'x-served-by': 'cache-fra1231-FRA',
74625npm verb headers 'x-cache': 'HIT',
74626npm verb headers 'x-cache-hits': '1',
74627npm verb headers 'x-timer': 'S1450870330.366095,VS0,VE0',
74628npm verb headers vary: 'Accept' }
74629npm verb get saving etag to /root/.npm/registry.npmjs.org/etag/.cache.json
74630npm info retry fetch attempt 1 at 11:32:10
74631npm info attempt registry request try #1 at 11:32:10
74632npm http fetch GET http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
74633npm info retry fetch attempt 1 at 11:32:10
74634npm info attempt registry request try #1 at 11:32:10
74635npm http fetch GET http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
74636npm verb cache add spec serve-static@~1.10.0
74637npm verb addNamed ">=1.10.0 <1.11.0" is a valid semver range for serve-static
74638npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
74639npm verb cache add spec path-to-regexp@0.1.7
74640npm verb addNamed "0.1.7" is a plain semver version for path-to-regexp
74641npm verb addNameVersion registry:http://registry.npmjs.org/path-to-regexp not in flight; fetching
74642npm verb addRemoteTarball http://registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
74643npm verb addRemoteTarball [ 'http://registry.npmjs.org/send/-/send-0.13.0.tgz',
74644npm verb addRemoteTarball '518f921aeb0560aec7dcab2990b14cf6f3cce5de' ]
74645npm http fetch 200 http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
74646npm http fetch 200 http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz
74647npm info retry fetch attempt 1 at 11:32:10
74648npm info attempt registry request try #1 at 11:32:10
74649npm http fetch GET http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
74650npm info retry fetch attempt 1 at 11:32:10
74651npm info attempt registry request try #1 at 11:32:10
74652npm http fetch GET http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
74653npm verb get http://registry.npmjs.org/depd not expired, no request
74654npm verb addNamed "1.0.1" is a plain semver version for depd
74655npm info retry fetch attempt 1 at 11:32:10
74656npm info attempt registry request try #1 at 11:32:10
74657npm http fetch GET http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
74658npm info retry fetch attempt 1 at 11:32:10
74659npm info attempt registry request try #1 at 11:32:10
74660npm http fetch GET http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
74661npm verb afterAdd /root/.npm/accepts/1.2.13/package/package.json written
74662npm verb cache add spec qs@4.0.0
74663npm verb addNamed "4.0.0" is a plain semver version for qs
74664npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
74665npm info retry fetch attempt 1 at 11:32:10
74666npm info attempt registry request try #1 at 11:32:10
74667npm http fetch GET http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
74668npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
74669npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.0.1.tgz',
74670npm verb addRemoteTarball '80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa' ]
74671npm http fetch 200 http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz
74672npm http fetch 200 http://registry.npmjs.org/content-type/-/content-type-1.0.1.tgz
74673npm verb afterAdd /root/.npm/vary/1.0.1/package/package.json written
74674npm info retry fetch attempt 1 at 11:32:10
74675npm info attempt registry request try #1 at 11:32:10
74676npm http fetch GET http://registry.npmjs.org/send/-/send-0.13.0.tgz
74677npm http fetch 200 http://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz
74678npm http fetch 200 http://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
74679npm http fetch 200 http://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz
74680npm http fetch 200 http://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz
74681npm verb cache add spec merge-descriptors@1.0.0
74682npm verb addNamed "1.0.0" is a plain semver version for merge-descriptors
74683npm verb addNameVersion registry:http://registry.npmjs.org/merge-descriptors not in flight; fetching
74684npm verb get http://registry.npmjs.org/serve-static not expired, no request
74685npm verb addNamed "1.10.0" is a plain semver version for serve-static
74686npm verb get http://registry.npmjs.org/path-to-regexp not expired, no request
74687npm info retry fetch attempt 1 at 11:32:10
74688npm info attempt registry request try #1 at 11:32:10
74689npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
74690npm http fetch 200 http://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz
74691npm verb addRemoteTarball http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
74692npm verb addRemoteTarball [ 'http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz',
74693npm verb addRemoteTarball 'be632faa685820e4a43ed3df1379135cc4f370d7' ]
74694npm verb cache add spec methods@~1.1.1
74695npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for methods
74696npm verb addNameRange registry:http://registry.npmjs.org/methods not in flight; fetching
74697npm verb addRemoteTarball http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
74698npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz',
74699npm verb addRemoteTarball 'df604178005f522f15eb4490e7247a1bfaa67f8c' ]
74700npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz not in flight; adding
74701npm verb addTmpTarball already have metadata; skipping unpack for array-flatten@1.1.1
74702npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz not in flight; adding
74703npm verb addTmpTarball already have metadata; skipping unpack for content-disposition@0.5.0
74704npm http fetch 200 http://registry.npmjs.org/send/-/send-0.13.0.tgz
74705npm verb get http://registry.npmjs.org/qs not expired, no request
74706npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.0.1.tgz
74707npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
74708npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-4.0.0.tgz',
74709npm verb addRemoteTarball 'c31d9b74ec27df75e543a86c78728ed8d4623607' ]
74710npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/content-type/-/content-type-1.0.1.tgz not in flight; adding
74711npm verb addTmpTarball already have metadata; skipping unpack for content-type@1.0.1
74712npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cookie/-/cookie-0.1.3.tgz not in flight; adding
74713npm verb addTmpTarball already have metadata; skipping unpack for cookie@0.1.3
74714npm info retry fetch attempt 1 at 11:32:10
74715npm info attempt registry request try #1 at 11:32:10
74716npm http fetch GET http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
74717npm verb get http://registry.npmjs.org/merge-descriptors not expired, no request
74718npm info retry fetch attempt 1 at 11:32:10
74719npm info attempt registry request try #1 at 11:32:10
74720npm http fetch GET http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
74721npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/type-is/-/type-is-1.6.10.tgz not in flight; adding
74722npm verb addTmpTarball already have metadata; skipping unpack for type-is@1.6.10
74723npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz not in flight; adding
74724npm verb addTmpTarball already have metadata; skipping unpack for cookie-signature@1.0.6
74725npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz not in flight; adding
74726npm verb addTmpTarball already have metadata; skipping unpack for range-parser@1.0.3
74727npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz not in flight; adding
74728npm verb addTmpTarball already have metadata; skipping unpack for proxy-addr@1.0.10
74729npm verb cache add spec etag@~1.7.0
74730npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for etag
74731npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
74732npm verb addRemoteTarball http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
74733npm verb addRemoteTarball [ 'http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz',
74734npm verb addRemoteTarball '2169cf7538e1b0cc87fb88e1502d8474bbf79864' ]
74735npm verb get http://registry.npmjs.org/methods not expired, no request
74736npm verb addNamed "1.1.1" is a plain semver version for methods
74737npm info retry fetch attempt 1 at 11:32:10
74738npm info attempt registry request try #1 at 11:32:10
74739npm http fetch GET http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
74740npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fresh/-/fresh-0.3.0.tgz not in flight; adding
74741npm verb addTmpTarball already have metadata; skipping unpack for fresh@0.3.0
74742npm verb addRemoteTarball http://registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
74743npm verb addRemoteTarball [ 'http://registry.npmjs.org/methods/-/methods-1.1.1.tgz',
74744npm verb addRemoteTarball '17ea6366066d00c58e375b8ec7dfd0453c89822a' ]
74745npm http fetch 200 http://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz
74746npm http fetch 200 http://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
74747npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/send/-/send-0.13.0.tgz not in flight; adding
74748npm verb addTmpTarball already have metadata; skipping unpack for send@0.13.0
74749npm info retry fetch attempt 1 at 11:32:10
74750npm info attempt registry request try #1 at 11:32:10
74751npm http fetch GET http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
74752npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/depd/-/depd-1.0.1.tgz not in flight; adding
74753npm verb addTmpTarball already have metadata; skipping unpack for depd@1.0.1
74754npm http fetch 200 http://registry.npmjs.org/qs/-/qs-4.0.0.tgz
74755npm verb get http://registry.npmjs.org/etag not expired, no request
74756npm verb addNamed "1.7.0" is a plain semver version for etag
74757npm info retry fetch attempt 1 at 11:32:10
74758npm info attempt registry request try #1 at 11:32:10
74759npm http fetch GET http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
74760npm verb addRemoteTarball http://registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
74761npm verb addRemoteTarball [ 'http://registry.npmjs.org/etag/-/etag-1.7.0.tgz',
74762npm verb addRemoteTarball '03d30b5f67dd6e632d2945d30d6652731a34d5d8' ]
74763npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json not in flight; writing
74764npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json not in flight; writing
74765npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz not in flight; adding
74766npm verb addTmpTarball already have metadata; skipping unpack for serve-static@1.10.0
74767npm http fetch 200 http://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz
74768npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz not in flight; adding
74769npm verb addTmpTarball already have metadata; skipping unpack for path-to-regexp@0.1.7
74770npm info retry fetch attempt 1 at 11:32:10
74771npm info attempt registry request try #1 at 11:32:10
74772npm http fetch GET http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
74773npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json not in flight; writing
74774npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json not in flight; writing
74775npm http fetch 200 http://registry.npmjs.org/methods/-/methods-1.1.1.tgz
74776npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/qs/-/qs-4.0.0.tgz not in flight; adding
74777npm verb addTmpTarball already have metadata; skipping unpack for qs@4.0.0
74778npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
74779npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json not in flight; writing
74780npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json not in flight; writing
74781npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json not in flight; writing
74782npm verb afterAdd /root/.npm/array-flatten/1.1.1/package/package.json written
74783npm verb afterAdd /root/.npm/content-disposition/0.5.0/package/package.json written
74784npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json not in flight; writing
74785npm verb afterAdd /root/.npm/send/0.13.0/package/package.json not in flight; writing
74786npm verb afterAdd /root/.npm/content-type/1.0.1/package/package.json written
74787npm verb afterAdd /root/.npm/cookie/0.1.3/package/package.json written
74788npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.0.tgz not in flight; adding
74789npm verb addTmpTarball already have metadata; skipping unpack for merge-descriptors@1.0.0
74790npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json not in flight; writing
74791npm http fetch 200 http://registry.npmjs.org/etag/-/etag-1.7.0.tgz
74792npm verb afterAdd /root/.npm/cookie-signature/1.0.6/package/package.json written
74793npm verb afterAdd /root/.npm/type-is/1.6.10/package/package.json written
74794npm verb afterAdd /root/.npm/range-parser/1.0.3/package/package.json written
74795npm verb afterAdd /root/.npm/proxy-addr/1.0.10/package/package.json written
74796npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/methods/-/methods-1.1.1.tgz not in flight; adding
74797npm verb addTmpTarball already have metadata; skipping unpack for methods@1.1.1
74798npm verb afterAdd /root/.npm/fresh/0.3.0/package/package.json written
74799npm verb afterAdd /root/.npm/send/0.13.0/package/package.json written
74800npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json not in flight; writing
74801npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json not in flight; writing
74802npm verb afterAdd /root/.npm/depd/1.0.1/package/package.json written
74803npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/etag/-/etag-1.7.0.tgz not in flight; adding
74804npm verb addTmpTarball already have metadata; skipping unpack for etag@1.7.0
74805npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json not in flight; writing
74806npm verb afterAdd /root/.npm/serve-static/1.10.0/package/package.json written
74807npm verb afterAdd /root/.npm/path-to-regexp/0.1.7/package/package.json written
74808npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json not in flight; writing
74809npm verb afterAdd /root/.npm/qs/4.0.0/package/package.json written
74810npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json not in flight; writing
74811npm verb afterAdd /root/.npm/merge-descriptors/1.0.0/package/package.json written
74812npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json not in flight; writing
74813npm verb afterAdd /root/.npm/methods/1.1.1/package/package.json written
74814npm verb afterAdd /root/.npm/etag/1.7.0/package/package.json written
74815npm verb cache add spec negotiator@0.5.3
74816npm verb addNamed "0.5.3" is a plain semver version for negotiator
74817npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
74818npm verb get http://registry.npmjs.org/negotiator not expired, no request
74819npm verb addRemoteTarball http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
74820npm verb addRemoteTarball [ 'http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz',
74821npm verb addRemoteTarball '269d5c476810ec92edbe7b6c2f28316384f9a7e8' ]
74822npm info retry fetch attempt 1 at 11:32:11
74823npm info attempt registry request try #1 at 11:32:11
74824npm http fetch GET http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
74825npm http fetch 200 http://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz
74826npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz not in flight; adding
74827npm verb addTmpTarball already have metadata; skipping unpack for negotiator@0.5.3
74828npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json not in flight; writing
74829npm verb afterAdd /root/.npm/negotiator/0.5.3/package/package.json written
74830npm verb request uri http://registry.npmjs.org/forwarded
74831npm verb request no auth needed
74832npm info attempt registry request try #1 at 11:32:11
74833npm http request GET http://registry.npmjs.org/forwarded
74834npm verb request uri http://registry.npmjs.org/ipaddr.js
74835npm verb request no auth needed
74836npm info attempt registry request try #1 at 11:32:11
74837npm http request GET http://registry.npmjs.org/ipaddr.js
74838npm http 200 http://registry.npmjs.org/forwarded
74839npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74840npm verb headers etag: '"37C9KUUCDQITWEE3K2LHBV4TK"',
74841npm verb headers 'content-type': 'application/json',
74842npm verb headers 'cache-control': 'max-age=300',
74843npm verb headers 'content-length': '3575',
74844npm verb headers 'accept-ranges': 'bytes',
74845npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
74846npm verb headers via: '1.1 varnish',
74847npm verb headers age: '9',
74848npm verb headers connection: 'keep-alive',
74849npm verb headers 'x-served-by': 'cache-fra1228-FRA',
74850npm verb headers 'x-cache': 'HIT',
74851npm verb headers 'x-cache-hits': '1',
74852npm verb headers 'x-timer': 'S1450870331.198014,VS0,VE0',
74853npm verb headers vary: 'Accept' }
74854npm verb get saving forwarded to /root/.npm/registry.npmjs.org/forwarded/.cache.json
74855npm verb cache add spec forwarded@~0.1.0
74856npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for forwarded
74857npm verb addNameRange registry:http://registry.npmjs.org/forwarded not in flight; fetching
74858npm verb get http://registry.npmjs.org/forwarded not expired, no request
74859npm verb addNamed "0.1.0" is a plain semver version for forwarded
74860npm http 200 http://registry.npmjs.org/ipaddr.js
74861npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74862npm verb headers etag: '"1ABVU7KZLRHZZEGALQGIMMEPR"',
74863npm verb headers 'content-type': 'application/json',
74864npm verb headers 'cache-control': 'max-age=60',
74865npm verb headers 'content-length': '22477',
74866npm verb headers 'accept-ranges': 'bytes',
74867npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
74868npm verb headers via: '1.1 varnish',
74869npm verb headers age: '0',
74870npm verb headers connection: 'keep-alive',
74871npm verb headers 'x-served-by': 'cache-fra1221-FRA',
74872npm verb headers 'x-cache': 'HIT',
74873npm verb headers 'x-cache-hits': '1',
74874npm verb headers 'x-timer': 'S1450870331.203026,VS0,VE0',
74875npm verb headers vary: 'Accept' }
74876npm verb get saving ipaddr.js to /root/.npm/registry.npmjs.org/ipaddr.js/.cache.json
74877npm verb addRemoteTarball http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
74878npm verb addRemoteTarball [ 'http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz',
74879npm verb addRemoteTarball '19ef9874c4ae1c297bcf078fde63a09b66a84363' ]
74880npm info retry fetch attempt 1 at 11:32:11
74881npm info attempt registry request try #1 at 11:32:11
74882npm http fetch GET http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
74883npm verb cache add spec ipaddr.js@1.0.5
74884npm verb addNamed "1.0.5" is a plain semver version for ipaddr.js
74885npm verb addNameVersion registry:http://registry.npmjs.org/ipaddr.js not in flight; fetching
74886npm verb get http://registry.npmjs.org/ipaddr.js not expired, no request
74887npm verb addRemoteTarball http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
74888npm verb addRemoteTarball [ 'http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz',
74889npm verb addRemoteTarball '5fa78cf301b825c78abc3042d812723049ea23c7' ]
74890npm info retry fetch attempt 1 at 11:32:11
74891npm info attempt registry request try #1 at 11:32:11
74892npm http fetch GET http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
74893npm http fetch 200 http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
74894npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz not in flight; adding
74895npm verb addTmpTarball already have metadata; skipping unpack for forwarded@0.1.0
74896npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json not in flight; writing
74897npm verb afterAdd /root/.npm/forwarded/0.1.0/package/package.json written
74898npm http fetch 200 http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz
74899npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz not in flight; adding
74900npm verb addTmpTarball already have metadata; skipping unpack for ipaddr.js@1.0.5
74901npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json not in flight; writing
74902npm verb afterAdd /root/.npm/ipaddr.js/1.0.5/package/package.json written
74903npm verb request uri http://registry.npmjs.org/destroy
74904npm verb request no auth needed
74905npm info attempt registry request try #1 at 11:32:11
74906npm http request GET http://registry.npmjs.org/destroy
74907npm verb request uri http://registry.npmjs.org/http-errors
74908npm verb request no auth needed
74909npm info attempt registry request try #1 at 11:32:11
74910npm http request GET http://registry.npmjs.org/http-errors
74911npm verb request uri http://registry.npmjs.org/statuses
74912npm verb request no auth needed
74913npm info attempt registry request try #1 at 11:32:11
74914npm http request GET http://registry.npmjs.org/statuses
74915npm http 200 http://registry.npmjs.org/destroy
74916npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74917npm verb headers etag: '"9IP2CCOQSKNSZL557UODSGT2O"',
74918npm verb headers 'content-type': 'application/json',
74919npm verb headers 'cache-control': 'max-age=60',
74920npm verb headers 'content-length': '3879',
74921npm verb headers 'accept-ranges': 'bytes',
74922npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
74923npm verb headers via: '1.1 varnish',
74924npm verb headers age: '44',
74925npm verb headers connection: 'keep-alive',
74926npm verb headers 'x-served-by': 'cache-fra1237-FRA',
74927npm verb headers 'x-cache': 'HIT',
74928npm verb headers 'x-cache-hits': '1',
74929npm verb headers 'x-timer': 'S1450870331.361285,VS0,VE0',
74930npm verb headers vary: 'Accept' }
74931npm verb get saving destroy to /root/.npm/registry.npmjs.org/destroy/.cache.json
74932npm http 200 http://registry.npmjs.org/statuses
74933npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74934npm verb headers etag: '"H1Q3PFJ8YNW59N54W2R9543S"',
74935npm verb headers 'content-type': 'application/json',
74936npm verb headers 'cache-control': 'max-age=300',
74937npm verb headers 'content-length': '14673',
74938npm verb headers 'accept-ranges': 'bytes',
74939npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
74940npm verb headers via: '1.1 varnish',
74941npm verb headers age: '236',
74942npm verb headers connection: 'keep-alive',
74943npm verb headers 'x-served-by': 'cache-fra1239-FRA',
74944npm verb headers 'x-cache': 'HIT',
74945npm verb headers 'x-cache-hits': '6',
74946npm verb headers 'x-timer': 'S1450870331.366908,VS0,VE0',
74947npm verb headers vary: 'Accept' }
74948npm verb get saving statuses to /root/.npm/registry.npmjs.org/statuses/.cache.json
74949npm http 200 http://registry.npmjs.org/http-errors
74950npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
74951npm verb headers etag: '"634Y56TZCOOH3MCVN035HTW6Q"',
74952npm verb headers 'content-type': 'application/json',
74953npm verb headers 'cache-control': 'max-age=60',
74954npm verb headers 'content-length': '23254',
74955npm verb headers 'accept-ranges': 'bytes',
74956npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
74957npm verb headers via: '1.1 varnish',
74958npm verb headers age: '12',
74959npm verb headers connection: 'keep-alive',
74960npm verb headers 'x-served-by': 'cache-fra1246-FRA',
74961npm verb headers 'x-cache': 'HIT',
74962npm verb headers 'x-cache-hits': '1',
74963npm verb headers 'x-timer': 'S1450870331.361662,VS0,VE0',
74964npm verb headers vary: 'Accept' }
74965npm verb get saving http-errors to /root/.npm/registry.npmjs.org/http-errors/.cache.json
74966npm verb cache add spec destroy@1.0.3
74967npm verb addNamed "1.0.3" is a plain semver version for destroy
74968npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
74969npm verb cache add spec statuses@~1.2.1
74970npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for statuses
74971npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
74972npm verb cache add spec http-errors@~1.3.1
74973npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for http-errors
74974npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
74975npm verb get http://registry.npmjs.org/destroy not expired, no request
74976npm verb get http://registry.npmjs.org/statuses not expired, no request
74977npm verb addNamed "1.2.1" is a plain semver version for statuses
74978npm verb addRemoteTarball http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
74979npm verb addRemoteTarball [ 'http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz',
74980npm verb addRemoteTarball 'b433b4724e71fd8551d9885174851c5fc377e2c9' ]
74981npm verb addRemoteTarball http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
74982npm verb addRemoteTarball [ 'http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz',
74983npm verb addRemoteTarball 'dded45cc18256d51ed40aec142489d5c61026d28' ]
74984npm verb get http://registry.npmjs.org/http-errors not expired, no request
74985npm verb addNamed "1.3.1" is a plain semver version for http-errors
74986npm verb addRemoteTarball http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
74987npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz',
74988npm verb addRemoteTarball '197e22cdebd4198585e8694ef6786197b91ed942' ]
74989npm info retry fetch attempt 1 at 11:32:11
74990npm info attempt registry request try #1 at 11:32:11
74991npm http fetch GET http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
74992npm info retry fetch attempt 1 at 11:32:11
74993npm info attempt registry request try #1 at 11:32:11
74994npm http fetch GET http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
74995npm info retry fetch attempt 1 at 11:32:11
74996npm info attempt registry request try #1 at 11:32:11
74997npm http fetch GET http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
74998npm http fetch 200 http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz
74999npm http fetch 200 http://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz
75000npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/destroy/-/destroy-1.0.3.tgz not in flight; adding
75001npm verb addTmpTarball already have metadata; skipping unpack for destroy@1.0.3
75002npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/statuses/-/statuses-1.2.1.tgz not in flight; adding
75003npm verb addTmpTarball already have metadata; skipping unpack for statuses@1.2.1
75004npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json not in flight; writing
75005npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json not in flight; writing
75006npm verb afterAdd /root/.npm/destroy/1.0.3/package/package.json written
75007npm verb afterAdd /root/.npm/statuses/1.2.1/package/package.json written
75008npm http fetch 200 http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz
75009npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz not in flight; adding
75010npm verb addTmpTarball already have metadata; skipping unpack for http-errors@1.3.1
75011npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json not in flight; writing
75012npm verb afterAdd /root/.npm/http-errors/1.3.1/package/package.json written
75013npm verb request uri http://registry.npmjs.org/media-typer
75014npm verb request no auth needed
75015npm info attempt registry request try #1 at 11:32:11
75016npm http request GET http://registry.npmjs.org/media-typer
75017npm http 200 http://registry.npmjs.org/media-typer
75018npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75019npm verb headers etag: '"EBBA17SMBE80K6FCTCN6G8KK3"',
75020npm verb headers 'content-type': 'application/json',
75021npm verb headers 'cache-control': 'max-age=300',
75022npm verb headers 'content-length': '7842',
75023npm verb headers 'accept-ranges': 'bytes',
75024npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
75025npm verb headers via: '1.1 varnish',
75026npm verb headers age: '219',
75027npm verb headers connection: 'keep-alive',
75028npm verb headers 'x-served-by': 'cache-fra1232-FRA',
75029npm verb headers 'x-cache': 'HIT',
75030npm verb headers 'x-cache-hits': '4',
75031npm verb headers 'x-timer': 'S1450870331.744462,VS0,VE0',
75032npm verb headers vary: 'Accept' }
75033npm verb get saving media-typer to /root/.npm/registry.npmjs.org/media-typer/.cache.json
75034npm verb cache add spec media-typer@0.3.0
75035npm verb addNamed "0.3.0" is a plain semver version for media-typer
75036npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
75037npm verb get http://registry.npmjs.org/media-typer not expired, no request
75038npm verb addRemoteTarball http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
75039npm verb addRemoteTarball [ 'http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz',
75040npm verb addRemoteTarball '8710d7af0aa626f8fffa1ce00168545263255748' ]
75041npm info retry fetch attempt 1 at 11:32:11
75042npm info attempt registry request try #1 at 11:32:11
75043npm http fetch GET http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
75044npm http fetch 200 http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
75045npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz not in flight; adding
75046npm verb addTmpTarball already have metadata; skipping unpack for media-typer@0.3.0
75047npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json not in flight; writing
75048npm verb afterAdd /root/.npm/media-typer/0.3.0/package/package.json written
75049npm verb cache add spec commander@~2.1.0
75050npm verb addNamed ">=2.1.0 <2.2.0" is a valid semver range for commander
75051npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
75052npm verb request uri http://registry.npmjs.org/colors
75053npm verb request no auth needed
75054npm info attempt registry request try #1 at 11:32:11
75055npm http request GET http://registry.npmjs.org/colors
75056npm verb get http://registry.npmjs.org/commander not expired, no request
75057npm verb addNamed "2.1.0" is a plain semver version for commander
75058npm verb addRemoteTarball http://registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
75059npm verb addRemoteTarball [ 'http://registry.npmjs.org/commander/-/commander-2.1.0.tgz',
75060npm verb addRemoteTarball 'd121bbae860d9992a3d517ba96f56588e47c6781' ]
75061npm info retry fetch attempt 1 at 11:32:11
75062npm info attempt registry request try #1 at 11:32:11
75063npm http fetch GET http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
75064npm http 200 http://registry.npmjs.org/colors
75065npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75066npm verb headers etag: '"7MWE8VPMLB2F9SX8HFBGJQAZD"',
75067npm verb headers 'content-type': 'application/json',
75068npm verb headers 'cache-control': 'max-age=300',
75069npm verb headers 'content-length': '20501',
75070npm verb headers 'accept-ranges': 'bytes',
75071npm verb headers date: 'Wed, 23 Dec 2015 11:32:11 GMT',
75072npm verb headers via: '1.1 varnish',
75073npm verb headers age: '66',
75074npm verb headers connection: 'keep-alive',
75075npm verb headers 'x-served-by': 'cache-fra1222-FRA',
75076npm verb headers 'x-cache': 'HIT',
75077npm verb headers 'x-cache-hits': '5',
75078npm verb headers 'x-timer': 'S1450870331.862711,VS0,VE0',
75079npm verb headers vary: 'Accept' }
75080npm verb get saving colors to /root/.npm/registry.npmjs.org/colors/.cache.json
75081npm verb cache add spec colors@~0.6.0-1
75082npm verb addNamed ">=0.6.0-1 <0.7.0" is a valid semver range for colors
75083npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
75084npm verb get http://registry.npmjs.org/colors not expired, no request
75085npm verb addNamed "0.6.2" is a plain semver version for colors
75086npm http fetch 200 http://registry.npmjs.org/commander/-/commander-2.1.0.tgz
75087npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
75088npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
75089npm verb addRemoteTarball '2423fe6678ac0c5dae8852e5d0e5be08c997abcc' ]
75090npm info retry fetch attempt 1 at 11:32:11
75091npm info attempt registry request try #1 at 11:32:11
75092npm http fetch GET http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
75093npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/commander/-/commander-2.1.0.tgz not in flight; adding
75094npm verb addTmpTarball already have metadata; skipping unpack for commander@2.1.0
75095npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json not in flight; writing
75096npm verb afterAdd /root/.npm/commander/2.1.0/package/package.json written
75097npm http fetch 200 http://registry.npmjs.org/colors/-/colors-0.6.2.tgz
75098npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/colors/-/colors-0.6.2.tgz not in flight; adding
75099npm verb addTmpTarball already have metadata; skipping unpack for colors@0.6.2
75100npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json not in flight; writing
75101npm verb afterAdd /root/.npm/colors/0.6.2/package/package.json written
75102npm verb cache add spec graceful-fs@^4.1.2
75103npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
75104npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
75105npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
75106npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
75107npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
75108npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
75109npm verb request uri http://registry.npmjs.org/eventemitter3
75110npm verb request no auth needed
75111npm info attempt registry request try #1 at 11:32:12
75112npm http request GET http://registry.npmjs.org/eventemitter3
75113npm verb request uri http://registry.npmjs.org/requires-port
75114npm verb request no auth needed
75115npm info attempt registry request try #1 at 11:32:12
75116npm http request GET http://registry.npmjs.org/requires-port
75117npm http 200 http://registry.npmjs.org/requires-port
75118npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75119npm verb headers etag: '"E0O0T58ME0HOXF1OX00AGM99O"',
75120npm verb headers 'content-type': 'application/json',
75121npm verb headers 'cache-control': 'max-age=60',
75122npm verb headers 'content-length': '7187',
75123npm verb headers 'accept-ranges': 'bytes',
75124npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75125npm verb headers via: '1.1 varnish',
75126npm verb headers age: '28',
75127npm verb headers connection: 'keep-alive',
75128npm verb headers 'x-served-by': 'cache-fra1223-FRA',
75129npm verb headers 'x-cache': 'HIT',
75130npm verb headers 'x-cache-hits': '1',
75131npm verb headers 'x-timer': 'S1450870332.035352,VS0,VE0',
75132npm verb headers vary: 'Accept' }
75133npm verb get saving requires-port to /root/.npm/registry.npmjs.org/requires-port/.cache.json
75134npm http 200 http://registry.npmjs.org/eventemitter3
75135npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75136npm verb headers etag: '"CY3X87ZM8DTAO4EGU81JUIWCU"',
75137npm verb headers 'content-type': 'application/json',
75138npm verb headers 'cache-control': 'max-age=300',
75139npm verb headers 'content-length': '24779',
75140npm verb headers 'accept-ranges': 'bytes',
75141npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75142npm verb headers via: '1.1 varnish',
75143npm verb headers age: '65',
75144npm verb headers connection: 'keep-alive',
75145npm verb headers 'x-served-by': 'cache-fra1228-FRA',
75146npm verb headers 'x-cache': 'HIT',
75147npm verb headers 'x-cache-hits': '1',
75148npm verb headers 'x-timer': 'S1450870332.032573,VS0,VE0',
75149npm verb headers vary: 'Accept' }
75150npm verb get saving eventemitter3 to /root/.npm/registry.npmjs.org/eventemitter3/.cache.json
75151npm verb cache add spec requires-port@0.x.x
75152npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for requires-port
75153npm verb addNameRange registry:http://registry.npmjs.org/requires-port not in flight; fetching
75154npm verb cache add spec eventemitter3@1.x.x
75155npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for eventemitter3
75156npm verb addNameRange registry:http://registry.npmjs.org/eventemitter3 not in flight; fetching
75157npm verb get http://registry.npmjs.org/requires-port not expired, no request
75158npm verb addNamed "0.0.1" is a plain semver version for requires-port
75159npm verb addRemoteTarball http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz not in flight; adding
75160npm verb addRemoteTarball [ 'http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz',
75161npm verb addRemoteTarball '4b4414411d9df7c855995dd899a8c78a2951c16d' ]
75162npm verb get http://registry.npmjs.org/eventemitter3 not expired, no request
75163npm verb addNamed "1.1.1" is a plain semver version for eventemitter3
75164npm info retry fetch attempt 1 at 11:32:12
75165npm info attempt registry request try #1 at 11:32:12
75166npm http fetch GET http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz
75167npm verb addRemoteTarball http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz not in flight; adding
75168npm verb addRemoteTarball [ 'http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz',
75169npm verb addRemoteTarball '47786bdaa087caf7b1b75e73abc5c7d540158cd0' ]
75170npm info retry fetch attempt 1 at 11:32:12
75171npm info attempt registry request try #1 at 11:32:12
75172npm http fetch GET http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz
75173npm http fetch 200 http://registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz
75174npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/requires-port/-/requires-port-0.0.1.tgz not in flight; adding
75175npm verb addTmpTarball already have metadata; skipping unpack for requires-port@0.0.1
75176npm http fetch 200 http://registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz
75177npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/eventemitter3/-/eventemitter3-1.1.1.tgz not in flight; adding
75178npm verb addTmpTarball already have metadata; skipping unpack for eventemitter3@1.1.1
75179npm verb afterAdd /root/.npm/requires-port/0.0.1/package/package.json not in flight; writing
75180npm verb afterAdd /root/.npm/requires-port/0.0.1/package/package.json written
75181npm verb afterAdd /root/.npm/eventemitter3/1.1.1/package/package.json not in flight; writing
75182npm verb afterAdd /root/.npm/eventemitter3/1.1.1/package/package.json written
75183npm verb cache add spec async@~0.8.0
75184npm verb cache add spec lodash@~2.4.1
75185npm verb cache add spec chalk@~0.4.0
75186npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for async
75187npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
75188npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
75189npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
75190npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
75191npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
75192npm verb request uri http://registry.npmjs.org/cli-color
75193npm verb request no auth needed
75194npm info attempt registry request try #1 at 11:32:12
75195npm http request GET http://registry.npmjs.org/cli-color
75196npm verb request uri http://registry.npmjs.org/mute-stream
75197npm verb request no auth needed
75198npm info attempt registry request try #1 at 11:32:12
75199npm http request GET http://registry.npmjs.org/mute-stream
75200npm verb request uri http://registry.npmjs.org/lodash
75201npm verb request no auth needed
75202npm info attempt registry request try #1 at 11:32:12
75203npm verb etag "C3TDU7JK7D7XJL8FSOQ0GDEMI"
75204npm http request GET http://registry.npmjs.org/lodash
75205npm verb request uri http://registry.npmjs.org/async
75206npm verb request no auth needed
75207npm info attempt registry request try #1 at 11:32:12
75208npm verb etag "30DKPP61RX5HW2JJNP9DB5VEF"
75209npm http request GET http://registry.npmjs.org/async
75210npm verb request uri http://registry.npmjs.org/chalk
75211npm verb request no auth needed
75212npm info attempt registry request try #1 at 11:32:12
75213npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
75214npm http request GET http://registry.npmjs.org/chalk
75215npm http 200 http://registry.npmjs.org/mute-stream
75216npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75217npm verb headers etag: '"9MR20F1A94PJOGCIECBR44CP4"',
75218npm verb headers 'content-type': 'application/json',
75219npm verb headers 'cache-control': 'max-age=300',
75220npm verb headers 'content-length': '6495',
75221npm verb headers 'accept-ranges': 'bytes',
75222npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75223npm verb headers via: '1.1 varnish',
75224npm verb headers age: '88',
75225npm verb headers connection: 'keep-alive',
75226npm verb headers 'x-served-by': 'cache-fra1222-FRA',
75227npm verb headers 'x-cache': 'HIT',
75228npm verb headers 'x-cache-hits': '5',
75229npm verb headers 'x-timer': 'S1450870332.239460,VS0,VE0',
75230npm verb headers vary: 'Accept' }
75231npm verb get saving mute-stream to /root/.npm/registry.npmjs.org/mute-stream/.cache.json
75232npm http 304 http://registry.npmjs.org/async
75233npm verb headers { date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75234npm verb headers via: '1.1 varnish',
75235npm verb headers 'cache-control': 'max-age=300',
75236npm verb headers etag: '"30DKPP61RX5HW2JJNP9DB5VEF"',
75237npm verb headers age: '249',
75238npm verb headers connection: 'keep-alive',
75239npm verb headers 'x-served-by': 'cache-fra1227-FRA',
75240npm verb headers 'x-cache': 'HIT',
75241npm verb headers 'x-cache-hits': '34',
75242npm verb headers 'x-timer': 'S1450870332.261308,VS0,VE0',
75243npm verb headers vary: 'Accept' }
75244npm verb etag http://registry.npmjs.org/async from cache
75245npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
75246npm http 304 http://registry.npmjs.org/lodash
75247npm verb headers { date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75248npm verb headers via: '1.1 varnish',
75249npm verb headers 'cache-control': 'max-age=300',
75250npm verb headers etag: '"C3TDU7JK7D7XJL8FSOQ0GDEMI"',
75251npm verb headers age: '2',
75252npm verb headers connection: 'keep-alive',
75253npm verb headers 'x-served-by': 'cache-fra1229-FRA',
75254npm verb headers 'x-cache': 'HIT',
75255npm verb headers 'x-cache-hits': '4',
75256npm verb headers 'x-timer': 'S1450870332.261040,VS0,VE0',
75257npm verb headers vary: 'Accept' }
75258npm verb etag http://registry.npmjs.org/lodash from cache
75259npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
75260npm http 200 http://registry.npmjs.org/cli-color
75261npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75262npm verb headers etag: '"QCN9XMWODHZQY7ID1K3JR226"',
75263npm verb headers 'content-type': 'application/json',
75264npm verb headers 'cache-control': 'max-age=300',
75265npm verb headers 'content-length': '57656',
75266npm verb headers 'accept-ranges': 'bytes',
75267npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75268npm verb headers via: '1.1 varnish',
75269npm verb headers age: '126',
75270npm verb headers connection: 'keep-alive',
75271npm verb headers 'x-served-by': 'cache-fra1245-FRA',
75272npm verb headers 'x-cache': 'HIT',
75273npm verb headers 'x-cache-hits': '1',
75274npm verb headers 'x-timer': 'S1450870332.239608,VS0,VE0',
75275npm verb headers vary: 'Accept' }
75276npm verb get saving cli-color to /root/.npm/registry.npmjs.org/cli-color/.cache.json
75277npm http 304 http://registry.npmjs.org/chalk
75278npm verb headers { date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75279npm verb headers via: '1.1 varnish',
75280npm verb headers 'cache-control': 'max-age=300',
75281npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
75282npm verb headers age: '86',
75283npm verb headers connection: 'keep-alive',
75284npm verb headers 'x-served-by': 'cache-fra1231-FRA',
75285npm verb headers 'x-cache': 'HIT',
75286npm verb headers 'x-cache-hits': '6',
75287npm verb headers 'x-timer': 'S1450870332.278657,VS0,VE0',
75288npm verb headers vary: 'Accept' }
75289npm verb etag http://registry.npmjs.org/chalk from cache
75290npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
75291npm verb cache add spec mute-stream@0.0.4
75292npm verb addNamed "0.0.4" is a plain semver version for mute-stream
75293npm verb addNameVersion registry:http://registry.npmjs.org/mute-stream not in flight; fetching
75294npm verb addNamed "0.8.0" is a plain semver version for async
75295npm verb addNamed "2.4.2" is a plain semver version for lodash
75296npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.8.0.tgz not in flight; adding
75297npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.8.0.tgz',
75298npm verb addRemoteTarball 'ee65ec77298c2ff1456bc4418a052d0f06435112' ]
75299npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
75300npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
75301npm verb addRemoteTarball 'fadd834b9683073da179b3eae6d9c0d15053f73e' ]
75302npm info retry fetch attempt 1 at 11:32:12
75303npm info attempt registry request try #1 at 11:32:12
75304npm http fetch GET http://registry.npmjs.org/async/-/async-0.8.0.tgz
75305npm info retry fetch attempt 1 at 11:32:12
75306npm info attempt registry request try #1 at 11:32:12
75307npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
75308npm verb addNamed "0.4.0" is a plain semver version for chalk
75309npm verb get http://registry.npmjs.org/mute-stream not expired, no request
75310npm verb addRemoteTarball http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
75311npm verb addRemoteTarball [ 'http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz',
75312npm verb addRemoteTarball '5199a3ddcd0c1efe23bc08c1b027b06176e0c64f' ]
75313npm verb cache add spec cli-color@~0.3.2
75314npm verb addNamed ">=0.3.2 <0.4.0" is a valid semver range for cli-color
75315npm verb addNameRange registry:http://registry.npmjs.org/cli-color not in flight; fetching
75316npm verb addRemoteTarball http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
75317npm verb addRemoteTarball [ 'http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz',
75318npm verb addRemoteTarball 'a9219960a6d5d5d046597aee51252c6655f7177e' ]
75319npm info retry fetch attempt 1 at 11:32:12
75320npm info attempt registry request try #1 at 11:32:12
75321npm http fetch GET http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
75322npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
75323npm info retry fetch attempt 1 at 11:32:12
75324npm info attempt registry request try #1 at 11:32:12
75325npm http fetch GET http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
75326npm verb get http://registry.npmjs.org/cli-color not expired, no request
75327npm verb addNamed "0.3.3" is a plain semver version for cli-color
75328npm verb addRemoteTarball http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
75329npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz',
75330npm verb addRemoteTarball '12d5bdd158ff8a0b0db401198913c03df069f6f5' ]
75331npm info retry fetch attempt 1 at 11:32:12
75332npm info attempt registry request try #1 at 11:32:12
75333npm http fetch GET http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
75334npm http fetch 200 http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
75335npm http fetch 200 http://registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz
75336npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/chalk/-/chalk-0.4.0.tgz not in flight; adding
75337npm verb addTmpTarball already have metadata; skipping unpack for chalk@0.4.0
75338npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mute-stream/-/mute-stream-0.0.4.tgz not in flight; adding
75339npm verb addTmpTarball already have metadata; skipping unpack for mute-stream@0.0.4
75340npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
75341npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json not in flight; writing
75342npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
75343npm verb afterAdd /root/.npm/mute-stream/0.0.4/package/package.json written
75344npm http fetch 200 http://registry.npmjs.org/async/-/async-0.8.0.tgz
75345npm http fetch 200 http://registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz
75346npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cli-color/-/cli-color-0.3.3.tgz not in flight; adding
75347npm verb addTmpTarball already have metadata; skipping unpack for cli-color@0.3.3
75348npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json not in flight; writing
75349npm verb afterAdd /root/.npm/cli-color/0.3.3/package/package.json written
75350npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async/-/async-0.8.0.tgz not in flight; adding
75351npm verb addTmpTarball already have metadata; skipping unpack for async@0.8.0
75352npm verb afterAdd /root/.npm/async/0.8.0/package/package.json not in flight; writing
75353npm verb afterAdd /root/.npm/async/0.8.0/package/package.json written
75354npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash/-/lodash-2.4.2.tgz not in flight; adding
75355npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.4.2
75356npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
75357npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
75358npm verb cache add spec ansi-styles@~1.0.0
75359npm verb cache add spec strip-ansi@~0.1.0
75360npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
75361npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
75362npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
75363npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
75364npm verb request uri http://registry.npmjs.org/has-color
75365npm verb request no auth needed
75366npm info attempt registry request try #1 at 11:32:12
75367npm http request GET http://registry.npmjs.org/has-color
75368npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
75369npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
75370npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
75371npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
75372npm verb addRemoteTarball http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
75373npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz',
75374npm verb addRemoteTarball 'cb102df1c56f5123eab8b67cd7b98027a0279178' ]
75375npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
75376npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz',
75377npm verb addRemoteTarball '39e8a98d044d150660abe4a6808acf70bb7bc991' ]
75378npm info retry fetch attempt 1 at 11:32:12
75379npm info attempt registry request try #1 at 11:32:12
75380npm http fetch GET http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
75381npm info retry fetch attempt 1 at 11:32:12
75382npm info attempt registry request try #1 at 11:32:12
75383npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
75384npm http 200 http://registry.npmjs.org/has-color
75385npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75386npm verb headers etag: '"9ZRSWCOVUIZDICDCHIWY7SF6I"',
75387npm verb headers 'content-type': 'application/json',
75388npm verb headers 'cache-control': 'max-age=300',
75389npm verb headers 'content-length': '10259',
75390npm verb headers 'accept-ranges': 'bytes',
75391npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75392npm verb headers via: '1.1 varnish',
75393npm verb headers age: '45',
75394npm verb headers connection: 'keep-alive',
75395npm verb headers 'x-served-by': 'cache-fra1222-FRA',
75396npm verb headers 'x-cache': 'HIT',
75397npm verb headers 'x-cache-hits': '633',
75398npm verb headers 'x-timer': 'S1450870332.547644,VS0,VE0',
75399npm verb headers vary: 'Accept' }
75400npm verb get saving has-color to /root/.npm/registry.npmjs.org/has-color/.cache.json
75401npm verb cache add spec has-color@~0.1.0
75402npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-color
75403npm verb addNameRange registry:http://registry.npmjs.org/has-color not in flight; fetching
75404npm http fetch 200 http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
75405npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
75406npm verb get http://registry.npmjs.org/has-color not expired, no request
75407npm verb addNamed "0.1.7" is a plain semver version for has-color
75408npm verb addRemoteTarball http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
75409npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz',
75410npm verb addRemoteTarball '67144a5260c34fc3cca677d041daf52fe7b78b2f' ]
75411npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz not in flight; adding
75412npm verb addTmpTarball already have metadata; skipping unpack for ansi-styles@1.0.0
75413npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz not in flight; adding
75414npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@0.1.1
75415npm info retry fetch attempt 1 at 11:32:12
75416npm info attempt registry request try #1 at 11:32:12
75417npm http fetch GET http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
75418npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
75419npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
75420npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
75421npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
75422npm http fetch 200 http://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
75423npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-color/-/has-color-0.1.7.tgz not in flight; adding
75424npm verb addTmpTarball already have metadata; skipping unpack for has-color@0.1.7
75425npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json not in flight; writing
75426npm verb afterAdd /root/.npm/has-color/0.1.7/package/package.json written
75427npm verb request uri http://registry.npmjs.org/d
75428npm verb request no auth needed
75429npm info attempt registry request try #1 at 11:32:12
75430npm http request GET http://registry.npmjs.org/d
75431npm verb request uri http://registry.npmjs.org/es5-ext
75432npm verb request no auth needed
75433npm info attempt registry request try #1 at 11:32:12
75434npm http request GET http://registry.npmjs.org/es5-ext
75435npm verb request uri http://registry.npmjs.org/memoizee
75436npm verb request no auth needed
75437npm info attempt registry request try #1 at 11:32:12
75438npm http request GET http://registry.npmjs.org/memoizee
75439npm verb request uri http://registry.npmjs.org/timers-ext
75440npm verb request no auth needed
75441npm info attempt registry request try #1 at 11:32:12
75442npm http request GET http://registry.npmjs.org/timers-ext
75443npm http 200 http://registry.npmjs.org/d
75444npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75445npm verb headers etag: '"D6K0EP7GBZWHEG8WIBMM3HGYU"',
75446npm verb headers 'content-type': 'application/json',
75447npm verb headers 'cache-control': 'max-age=60',
75448npm verb headers 'content-length': '6805',
75449npm verb headers 'accept-ranges': 'bytes',
75450npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75451npm verb headers via: '1.1 varnish',
75452npm verb headers age: '4',
75453npm verb headers connection: 'keep-alive',
75454npm verb headers 'x-served-by': 'cache-fra1220-FRA',
75455npm verb headers 'x-cache': 'HIT',
75456npm verb headers 'x-cache-hits': '1',
75457npm verb headers 'x-timer': 'S1450870332.668597,VS0,VE0',
75458npm verb headers vary: 'Accept' }
75459npm verb get saving d to /root/.npm/registry.npmjs.org/d/.cache.json
75460npm http 200 http://registry.npmjs.org/timers-ext
75461npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75462npm verb headers etag: '"3E7DYAVYUDKBPE7PCOTUJ0AZS"',
75463npm verb headers 'content-type': 'application/json',
75464npm verb headers 'cache-control': 'max-age=300',
75465npm verb headers 'content-length': '4596',
75466npm verb headers 'accept-ranges': 'bytes',
75467npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75468npm verb headers via: '1.1 varnish',
75469npm verb headers age: '152',
75470npm verb headers connection: 'keep-alive',
75471npm verb headers 'x-served-by': 'cache-fra1242-FRA',
75472npm verb headers 'x-cache': 'HIT',
75473npm verb headers 'x-cache-hits': '1',
75474npm verb headers 'x-timer': 'S1450870332.673272,VS0,VE0',
75475npm verb headers vary: 'Accept' }
75476npm verb get saving timers-ext to /root/.npm/registry.npmjs.org/timers-ext/.cache.json
75477npm verb cache add spec d@~0.1.1
75478npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for d
75479npm verb addNameRange registry:http://registry.npmjs.org/d not in flight; fetching
75480npm verb cache add spec timers-ext@0.1
75481npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for timers-ext
75482npm verb addNameRange registry:http://registry.npmjs.org/timers-ext not in flight; fetching
75483npm verb get http://registry.npmjs.org/timers-ext not expired, no request
75484npm verb addNamed "0.1.0" is a plain semver version for timers-ext
75485npm verb get http://registry.npmjs.org/d not expired, no request
75486npm verb addNamed "0.1.1" is a plain semver version for d
75487npm verb addRemoteTarball http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
75488npm verb addRemoteTarball [ 'http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz',
75489npm verb addRemoteTarball '00345a2ca93089d1251322054389d263e27b77e2' ]
75490npm verb addRemoteTarball http://registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
75491npm verb addRemoteTarball [ 'http://registry.npmjs.org/d/-/d-0.1.1.tgz',
75492npm verb addRemoteTarball 'da184c535d18d8ee7ba2aa229b914009fae11309' ]
75493npm info retry fetch attempt 1 at 11:32:12
75494npm info attempt registry request try #1 at 11:32:12
75495npm http fetch GET http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
75496npm info retry fetch attempt 1 at 11:32:12
75497npm info attempt registry request try #1 at 11:32:12
75498npm http fetch GET http://registry.npmjs.org/d/-/d-0.1.1.tgz
75499npm http 200 http://registry.npmjs.org/es5-ext
75500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75501npm verb headers etag: '"5N3UDKF12VBAKPXU7J38W44DD"',
75502npm verb headers 'content-type': 'application/json',
75503npm verb headers 'cache-control': 'max-age=300',
75504npm verb headers 'content-length': '74914',
75505npm verb headers 'accept-ranges': 'bytes',
75506npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75507npm verb headers via: '1.1 varnish',
75508npm verb headers age: '156',
75509npm verb headers connection: 'keep-alive',
75510npm verb headers 'x-served-by': 'cache-fra1243-FRA',
75511npm verb headers 'x-cache': 'HIT',
75512npm verb headers 'x-cache-hits': '5',
75513npm verb headers 'x-timer': 'S1450870332.668654,VS0,VE0',
75514npm verb headers vary: 'Accept' }
75515npm verb get saving es5-ext to /root/.npm/registry.npmjs.org/es5-ext/.cache.json
75516npm http 200 http://registry.npmjs.org/memoizee
75517npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75518npm verb headers etag: '"C2P0C7XFS1RAM6P3R4UFYKUEJ"',
75519npm verb headers 'content-type': 'application/json',
75520npm verb headers 'cache-control': 'max-age=300',
75521npm verb headers 'content-length': '37115',
75522npm verb headers 'accept-ranges': 'bytes',
75523npm verb headers date: 'Wed, 23 Dec 2015 11:32:12 GMT',
75524npm verb headers via: '1.1 varnish',
75525npm verb headers age: '4',
75526npm verb headers connection: 'keep-alive',
75527npm verb headers 'x-served-by': 'cache-fra1243-FRA',
75528npm verb headers 'x-cache': 'HIT',
75529npm verb headers 'x-cache-hits': '1',
75530npm verb headers 'x-timer': 'S1450870332.668990,VS0,VE0',
75531npm verb headers vary: 'Accept' }
75532npm verb get saving memoizee to /root/.npm/registry.npmjs.org/memoizee/.cache.json
75533npm http fetch 200 http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz
75534npm http fetch 200 http://registry.npmjs.org/d/-/d-0.1.1.tgz
75535npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz not in flight; adding
75536npm verb addTmpTarball already have metadata; skipping unpack for timers-ext@0.1.0
75537npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/d/-/d-0.1.1.tgz not in flight; adding
75538npm verb addTmpTarball already have metadata; skipping unpack for d@0.1.1
75539npm verb cache add spec es5-ext@~0.10.6
75540npm verb addNamed ">=0.10.6 <0.11.0" is a valid semver range for es5-ext
75541npm verb addNameRange registry:http://registry.npmjs.org/es5-ext not in flight; fetching
75542npm verb cache add spec memoizee@~0.3.8
75543npm verb addNamed ">=0.3.8 <0.4.0" is a valid semver range for memoizee
75544npm verb addNameRange registry:http://registry.npmjs.org/memoizee not in flight; fetching
75545npm verb get http://registry.npmjs.org/es5-ext not expired, no request
75546npm verb addNamed "0.10.11" is a plain semver version for es5-ext
75547npm verb get http://registry.npmjs.org/memoizee not expired, no request
75548npm verb addNamed "0.3.9" is a plain semver version for memoizee
75549npm verb addRemoteTarball http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
75550npm verb addRemoteTarball [ 'http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz',
75551npm verb addRemoteTarball '8184c3e705a820948c2dbe043849379b1dbd0c45' ]
75552npm verb addRemoteTarball http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
75553npm verb addRemoteTarball [ 'http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz',
75554npm verb addRemoteTarball 'fc2b2f33ea39a07637eef76f40e3fc8b7072406c' ]
75555npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json not in flight; writing
75556npm verb afterAdd /root/.npm/d/0.1.1/package/package.json not in flight; writing
75557npm info retry fetch attempt 1 at 11:32:12
75558npm info attempt registry request try #1 at 11:32:12
75559npm http fetch GET http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
75560npm info retry fetch attempt 1 at 11:32:12
75561npm info attempt registry request try #1 at 11:32:12
75562npm http fetch GET http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
75563npm verb afterAdd /root/.npm/d/0.1.1/package/package.json written
75564npm verb afterAdd /root/.npm/timers-ext/0.1.0/package/package.json written
75565npm http fetch 200 http://registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz
75566npm http fetch 200 http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz
75567npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz not in flight; adding
75568npm verb addTmpTarball already have metadata; skipping unpack for memoizee@0.3.9
75569npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json not in flight; writing
75570npm verb afterAdd /root/.npm/memoizee/0.3.9/package/package.json written
75571npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es5-ext/-/es5-ext-0.10.11.tgz not in flight; adding
75572npm verb addTmpTarball already have metadata; skipping unpack for es5-ext@0.10.11
75573npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json not in flight; writing
75574npm verb afterAdd /root/.npm/es5-ext/0.10.11/package/package.json written
75575npm verb request uri http://registry.npmjs.org/es6-iterator
75576npm verb request no auth needed
75577npm info attempt registry request try #1 at 11:32:13
75578npm http request GET http://registry.npmjs.org/es6-iterator
75579npm verb request uri http://registry.npmjs.org/es6-symbol
75580npm verb request no auth needed
75581npm info attempt registry request try #1 at 11:32:13
75582npm http request GET http://registry.npmjs.org/es6-symbol
75583npm http 200 http://registry.npmjs.org/es6-iterator
75584npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75585npm verb headers etag: '"28TXQ5EQWF6GN9UHJJEGXFF7P"',
75586npm verb headers 'content-type': 'application/json',
75587npm verb headers 'cache-control': 'max-age=300',
75588npm verb headers 'content-length': '14220',
75589npm verb headers 'accept-ranges': 'bytes',
75590npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75591npm verb headers via: '1.1 varnish',
75592npm verb headers age: '52',
75593npm verb headers connection: 'keep-alive',
75594npm verb headers 'x-served-by': 'cache-fra1226-FRA',
75595npm verb headers 'x-cache': 'HIT',
75596npm verb headers 'x-cache-hits': '1',
75597npm verb headers 'x-timer': 'S1450870333.184717,VS0,VE0',
75598npm verb headers vary: 'Accept' }
75599npm verb get saving es6-iterator to /root/.npm/registry.npmjs.org/es6-iterator/.cache.json
75600npm http 200 http://registry.npmjs.org/es6-symbol
75601npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75602npm verb headers etag: '"AS6CHBAD9CPSJA1WYB7VUJ73K"',
75603npm verb headers 'content-type': 'application/json',
75604npm verb headers 'cache-control': 'max-age=300',
75605npm verb headers 'content-length': '14494',
75606npm verb headers 'accept-ranges': 'bytes',
75607npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75608npm verb headers via: '1.1 varnish',
75609npm verb headers age: '12',
75610npm verb headers connection: 'keep-alive',
75611npm verb headers 'x-served-by': 'cache-fra1244-FRA',
75612npm verb headers 'x-cache': 'HIT',
75613npm verb headers 'x-cache-hits': '2',
75614npm verb headers 'x-timer': 'S1450870333.187895,VS0,VE0',
75615npm verb headers vary: 'Accept' }
75616npm verb get saving es6-symbol to /root/.npm/registry.npmjs.org/es6-symbol/.cache.json
75617npm verb cache add spec es6-iterator@2
75618npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for es6-iterator
75619npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
75620npm verb cache add spec es6-symbol@~3.0.2
75621npm verb addNamed ">=3.0.2 <3.1.0" is a valid semver range for es6-symbol
75622npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
75623npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
75624npm verb addNamed "2.0.0" is a plain semver version for es6-iterator
75625npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
75626npm verb addNamed "3.0.2" is a plain semver version for es6-symbol
75627npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
75628npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz',
75629npm verb addRemoteTarball 'bd968567d61635e33c0b80727613c9cb4b096bac' ]
75630npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
75631npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz',
75632npm verb addRemoteTarball '1e928878c6f5e63541625b4bb4df4af07d154219' ]
75633npm info retry fetch attempt 1 at 11:32:13
75634npm info attempt registry request try #1 at 11:32:13
75635npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
75636npm info retry fetch attempt 1 at 11:32:13
75637npm info attempt registry request try #1 at 11:32:13
75638npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
75639npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz
75640npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz
75641npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-symbol/-/es6-symbol-3.0.2.tgz not in flight; adding
75642npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@3.0.2
75643npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz not in flight; adding
75644npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@2.0.0
75645npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json not in flight; writing
75646npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json not in flight; writing
75647npm verb afterAdd /root/.npm/es6-symbol/3.0.2/package/package.json written
75648npm verb afterAdd /root/.npm/es6-iterator/2.0.0/package/package.json written
75649npm verb request uri http://registry.npmjs.org/es6-weak-map
75650npm verb request no auth needed
75651npm info attempt registry request try #1 at 11:32:13
75652npm http request GET http://registry.npmjs.org/es6-weak-map
75653npm verb request uri http://registry.npmjs.org/event-emitter
75654npm verb request no auth needed
75655npm info attempt registry request try #1 at 11:32:13
75656npm http request GET http://registry.npmjs.org/event-emitter
75657npm verb request uri http://registry.npmjs.org/lru-queue
75658npm verb request no auth needed
75659npm info attempt registry request try #1 at 11:32:13
75660npm http request GET http://registry.npmjs.org/lru-queue
75661npm verb request uri http://registry.npmjs.org/next-tick
75662npm verb request no auth needed
75663npm info attempt registry request try #1 at 11:32:13
75664npm http request GET http://registry.npmjs.org/next-tick
75665npm http 200 http://registry.npmjs.org/event-emitter
75666npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75667npm verb headers etag: '"BNDRZD5PL7DASNJLUHWO17MQA"',
75668npm verb headers 'content-type': 'application/json',
75669npm verb headers 'cache-control': 'max-age=300',
75670npm verb headers 'content-length': '20261',
75671npm verb headers 'accept-ranges': 'bytes',
75672npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75673npm verb headers via: '1.1 varnish',
75674npm verb headers age: '32',
75675npm verb headers connection: 'keep-alive',
75676npm verb headers 'x-served-by': 'cache-fra1243-FRA',
75677npm verb headers 'x-cache': 'HIT',
75678npm verb headers 'x-cache-hits': '1',
75679npm verb headers 'x-timer': 'S1450870333.393013,VS0,VE0',
75680npm verb headers vary: 'Accept' }
75681npm verb get saving event-emitter to /root/.npm/registry.npmjs.org/event-emitter/.cache.json
75682npm http 200 http://registry.npmjs.org/next-tick
75683npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75684npm verb headers etag: '"D18MYWI7BFQGY2IH7ROD2PQSJ"',
75685npm verb headers 'content-type': 'application/json',
75686npm verb headers 'cache-control': 'max-age=300',
75687npm verb headers 'content-length': '5563',
75688npm verb headers 'accept-ranges': 'bytes',
75689npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75690npm verb headers via: '1.1 varnish',
75691npm verb headers age: '288',
75692npm verb headers connection: 'keep-alive',
75693npm verb headers 'x-served-by': 'cache-fra1247-FRA',
75694npm verb headers 'x-cache': 'HIT',
75695npm verb headers 'x-cache-hits': '4',
75696npm verb headers 'x-timer': 'S1450870333.393092,VS0,VE0',
75697npm verb headers vary: 'Accept' }
75698npm verb get saving next-tick to /root/.npm/registry.npmjs.org/next-tick/.cache.json
75699npm http 200 http://registry.npmjs.org/lru-queue
75700npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75701npm verb headers etag: '"CFJ5WT39JFIVIP3NYUYV4UBSH"',
75702npm verb headers 'content-type': 'application/json',
75703npm verb headers 'cache-control': 'max-age=300',
75704npm verb headers 'content-length': '3473',
75705npm verb headers 'accept-ranges': 'bytes',
75706npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75707npm verb headers via: '1.1 varnish',
75708npm verb headers age: '22',
75709npm verb headers connection: 'keep-alive',
75710npm verb headers 'x-served-by': 'cache-fra1230-FRA',
75711npm verb headers 'x-cache': 'HIT',
75712npm verb headers 'x-cache-hits': '1',
75713npm verb headers 'x-timer': 'S1450870333.393087,VS0,VE1',
75714npm verb headers vary: 'Accept' }
75715npm verb get saving lru-queue to /root/.npm/registry.npmjs.org/lru-queue/.cache.json
75716npm http 200 http://registry.npmjs.org/es6-weak-map
75717npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75718npm verb headers etag: '"DBAWLO6AQR930X30NZGWWA9TD"',
75719npm verb headers 'content-type': 'application/json',
75720npm verb headers 'cache-control': 'max-age=60',
75721npm verb headers 'content-length': '17049',
75722npm verb headers 'accept-ranges': 'bytes',
75723npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75724npm verb headers via: '1.1 varnish',
75725npm verb headers age: '31',
75726npm verb headers connection: 'keep-alive',
75727npm verb headers 'x-served-by': 'cache-fra1221-FRA',
75728npm verb headers 'x-cache': 'HIT',
75729npm verb headers 'x-cache-hits': '68',
75730npm verb headers 'x-timer': 'S1450870333.392854,VS0,VE0',
75731npm verb headers vary: 'Accept' }
75732npm verb get saving es6-weak-map to /root/.npm/registry.npmjs.org/es6-weak-map/.cache.json
75733npm verb cache add spec event-emitter@~0.3.3
75734npm verb addNamed ">=0.3.3 <0.4.0" is a valid semver range for event-emitter
75735npm verb addNameRange registry:http://registry.npmjs.org/event-emitter not in flight; fetching
75736npm verb cache add spec lru-queue@0.1
75737npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for lru-queue
75738npm verb addNameRange registry:http://registry.npmjs.org/lru-queue not in flight; fetching
75739npm verb cache add spec next-tick@~0.2.2
75740npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for next-tick
75741npm verb addNameRange registry:http://registry.npmjs.org/next-tick not in flight; fetching
75742npm verb cache add spec es6-weak-map@~0.1.4
75743npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for es6-weak-map
75744npm verb addNameRange registry:http://registry.npmjs.org/es6-weak-map not in flight; fetching
75745npm verb get http://registry.npmjs.org/next-tick not expired, no request
75746npm verb addNamed "0.2.2" is a plain semver version for next-tick
75747npm verb get http://registry.npmjs.org/event-emitter not expired, no request
75748npm verb addNamed "0.3.4" is a plain semver version for event-emitter
75749npm verb get http://registry.npmjs.org/lru-queue not expired, no request
75750npm verb addNamed "0.1.0" is a plain semver version for lru-queue
75751npm verb addRemoteTarball http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
75752npm verb addRemoteTarball [ 'http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz',
75753npm verb addRemoteTarball '75da4a927ee5887e39065880065b7336413b310d' ]
75754npm verb get http://registry.npmjs.org/es6-weak-map not expired, no request
75755npm verb addNamed "0.1.4" is a plain semver version for es6-weak-map
75756npm verb addRemoteTarball http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
75757npm verb addRemoteTarball [ 'http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz',
75758npm verb addRemoteTarball '8d63ddfb4cfe1fae3b32ca265c4c720222080bb5' ]
75759npm verb addRemoteTarball http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
75760npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz',
75761npm verb addRemoteTarball '2738bd9f0d3cf4f84490c5736c48699ac632cda3' ]
75762npm verb addRemoteTarball http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
75763npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz',
75764npm verb addRemoteTarball '706cef9e99aa236ba7766c239c8b9e286ea7d228' ]
75765npm info retry fetch attempt 1 at 11:32:13
75766npm info attempt registry request try #1 at 11:32:13
75767npm http fetch GET http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
75768npm info retry fetch attempt 1 at 11:32:13
75769npm info attempt registry request try #1 at 11:32:13
75770npm http fetch GET http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
75771npm info retry fetch attempt 1 at 11:32:13
75772npm info attempt registry request try #1 at 11:32:13
75773npm http fetch GET http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
75774npm info retry fetch attempt 1 at 11:32:13
75775npm info attempt registry request try #1 at 11:32:13
75776npm http fetch GET http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
75777npm http fetch 200 http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz
75778npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz not in flight; adding
75779npm verb addTmpTarball already have metadata; skipping unpack for next-tick@0.2.2
75780npm http fetch 200 http://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz
75781npm http fetch 200 http://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz
75782npm http fetch 200 http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz
75783npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz not in flight; adding
75784npm verb addTmpTarball already have metadata; skipping unpack for event-emitter@0.3.4
75785npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz not in flight; adding
75786npm verb addTmpTarball already have metadata; skipping unpack for lru-queue@0.1.0
75787npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz not in flight; adding
75788npm verb addTmpTarball already have metadata; skipping unpack for es6-weak-map@0.1.4
75789npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json not in flight; writing
75790npm verb afterAdd /root/.npm/next-tick/0.2.2/package/package.json written
75791npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json not in flight; writing
75792npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json not in flight; writing
75793npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json not in flight; writing
75794npm verb afterAdd /root/.npm/lru-queue/0.1.0/package/package.json written
75795npm verb afterAdd /root/.npm/event-emitter/0.3.4/package/package.json written
75796npm verb afterAdd /root/.npm/es6-weak-map/0.1.4/package/package.json written
75797npm verb cache add spec es6-iterator@~0.1.3
75798npm verb cache add spec es6-symbol@~2.0.1
75799npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for es6-iterator
75800npm verb addNameRange registry:http://registry.npmjs.org/es6-iterator not in flight; fetching
75801npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for es6-symbol
75802npm verb addNameRange registry:http://registry.npmjs.org/es6-symbol not in flight; fetching
75803npm verb get http://registry.npmjs.org/es6-iterator not expired, no request
75804npm verb addNamed "0.1.3" is a plain semver version for es6-iterator
75805npm verb get http://registry.npmjs.org/es6-symbol not expired, no request
75806npm verb addNamed "2.0.1" is a plain semver version for es6-symbol
75807npm verb addRemoteTarball http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
75808npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz',
75809npm verb addRemoteTarball 'd6f58b8c4fc413c249b4baa19768f8e4d7c8944e' ]
75810npm verb addRemoteTarball http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
75811npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz',
75812npm verb addRemoteTarball '761b5c67cfd4f1d18afb234f691d678682cb3bf3' ]
75813npm info retry fetch attempt 1 at 11:32:13
75814npm info attempt registry request try #1 at 11:32:13
75815npm http fetch GET http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
75816npm info retry fetch attempt 1 at 11:32:13
75817npm info attempt registry request try #1 at 11:32:13
75818npm http fetch GET http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
75819npm http fetch 200 http://registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz
75820npm http fetch 200 http://registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz
75821npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-iterator/-/es6-iterator-0.1.3.tgz not in flight; adding
75822npm verb addTmpTarball already have metadata; skipping unpack for es6-iterator@0.1.3
75823npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-symbol/-/es6-symbol-2.0.1.tgz not in flight; adding
75824npm verb addTmpTarball already have metadata; skipping unpack for es6-symbol@2.0.1
75825npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json not in flight; writing
75826npm verb afterAdd /root/.npm/es6-iterator/0.1.3/package/package.json written
75827npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json not in flight; writing
75828npm verb afterAdd /root/.npm/es6-symbol/2.0.1/package/package.json written
75829npm verb cache add spec strip-ansi@^2.0.1
75830npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for strip-ansi
75831npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
75832npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
75833npm verb addNamed "2.0.1" is a plain semver version for strip-ansi
75834npm verb addRemoteTarball http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
75835npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz',
75836npm verb addRemoteTarball 'df62c1aa94ed2f114e1d0f21fd1d50482b79a60e' ]
75837npm info retry fetch attempt 1 at 11:32:13
75838npm info attempt registry request try #1 at 11:32:13
75839npm http fetch GET http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
75840npm http fetch 200 http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz
75841npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz not in flight; adding
75842npm verb addTmpTarball already have metadata; skipping unpack for strip-ansi@2.0.1
75843npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json not in flight; writing
75844npm verb afterAdd /root/.npm/strip-ansi/2.0.1/package/package.json written
75845npm verb cache add spec ansi-regex@^1.0.0
75846npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ansi-regex
75847npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
75848npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
75849npm verb addNamed "1.1.1" is a plain semver version for ansi-regex
75850npm verb addRemoteTarball http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
75851npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz',
75852npm verb addRemoteTarball '41c847194646375e6a1a5d10c3ca054ef9fc980d' ]
75853npm info retry fetch attempt 1 at 11:32:13
75854npm info attempt registry request try #1 at 11:32:13
75855npm http fetch GET http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
75856npm http fetch 200 http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz
75857npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz not in flight; adding
75858npm verb addTmpTarball already have metadata; skipping unpack for ansi-regex@1.1.1
75859npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json not in flight; writing
75860npm verb afterAdd /root/.npm/ansi-regex/1.1.1/package/package.json written
75861npm verb request uri http://registry.npmjs.org/argparse
75862npm verb request no auth needed
75863npm info attempt registry request try #1 at 11:32:13
75864npm http request GET http://registry.npmjs.org/argparse
75865npm verb request uri http://registry.npmjs.org/entities
75866npm verb request no auth needed
75867npm info attempt registry request try #1 at 11:32:13
75868npm http request GET http://registry.npmjs.org/entities
75869npm verb request uri http://registry.npmjs.org/linkify-it
75870npm verb request no auth needed
75871npm info attempt registry request try #1 at 11:32:13
75872npm http request GET http://registry.npmjs.org/linkify-it
75873npm verb request uri http://registry.npmjs.org/mdurl
75874npm verb request no auth needed
75875npm info attempt registry request try #1 at 11:32:13
75876npm http request GET http://registry.npmjs.org/mdurl
75877npm verb request uri http://registry.npmjs.org/uc.micro
75878npm verb request no auth needed
75879npm info attempt registry request try #1 at 11:32:13
75880npm http request GET http://registry.npmjs.org/uc.micro
75881npm http 200 http://registry.npmjs.org/entities
75882npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75883npm verb headers etag: '"D1BM1M0FVXZCO35W7I1TKT73Q"',
75884npm verb headers 'content-type': 'application/json',
75885npm verb headers 'cache-control': 'max-age=60',
75886npm verb headers 'content-length': '13056',
75887npm verb headers 'accept-ranges': 'bytes',
75888npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75889npm verb headers via: '1.1 varnish',
75890npm verb headers age: '28',
75891npm verb headers connection: 'keep-alive',
75892npm verb headers 'x-served-by': 'cache-fra1225-FRA',
75893npm verb headers 'x-cache': 'HIT',
75894npm verb headers 'x-cache-hits': '1',
75895npm verb headers 'x-timer': 'S1450870333.983122,VS0,VE0',
75896npm verb headers vary: 'Accept' }
75897npm verb get saving entities to /root/.npm/registry.npmjs.org/entities/.cache.json
75898npm http 200 http://registry.npmjs.org/mdurl
75899npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75900npm verb headers etag: '"67JI69KUYF8JVVUKN3XMTP24I"',
75901npm verb headers 'content-type': 'application/json',
75902npm verb headers 'cache-control': 'max-age=300',
75903npm verb headers 'content-length': '6790',
75904npm verb headers 'accept-ranges': 'bytes',
75905npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75906npm verb headers via: '1.1 varnish',
75907npm verb headers age: '103',
75908npm verb headers connection: 'keep-alive',
75909npm verb headers 'x-served-by': 'cache-fra1235-FRA',
75910npm verb headers 'x-cache': 'HIT',
75911npm verb headers 'x-cache-hits': '1',
75912npm verb headers 'x-timer': 'S1450870333.983067,VS0,VE0',
75913npm verb headers vary: 'Accept' }
75914npm verb get saving mdurl to /root/.npm/registry.npmjs.org/mdurl/.cache.json
75915npm http 200 http://registry.npmjs.org/uc.micro
75916npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75917npm verb headers etag: '"2CD9N8QFM7J6FHUBNLJ3WVAD2"',
75918npm verb headers 'content-type': 'application/json',
75919npm verb headers 'cache-control': 'max-age=300',
75920npm verb headers 'content-length': '3204',
75921npm verb headers 'accept-ranges': 'bytes',
75922npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75923npm verb headers via: '1.1 varnish',
75924npm verb headers age: '103',
75925npm verb headers connection: 'keep-alive',
75926npm verb headers 'x-served-by': 'cache-fra1247-FRA',
75927npm verb headers 'x-cache': 'HIT',
75928npm verb headers 'x-cache-hits': '1',
75929npm verb headers 'x-timer': 'S1450870333.986682,VS0,VE0',
75930npm verb headers vary: 'Accept' }
75931npm verb get saving uc.micro to /root/.npm/registry.npmjs.org/uc.micro/.cache.json
75932npm http 200 http://registry.npmjs.org/linkify-it
75933npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75934npm verb headers etag: '"77QNZ6PZKBRTY2LA1AIIDYLPZ"',
75935npm verb headers 'content-type': 'application/json',
75936npm verb headers 'cache-control': 'max-age=300',
75937npm verb headers 'content-length': '20195',
75938npm verb headers 'accept-ranges': 'bytes',
75939npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75940npm verb headers via: '1.1 varnish',
75941npm verb headers age: '103',
75942npm verb headers connection: 'keep-alive',
75943npm verb headers 'x-served-by': 'cache-fra1222-FRA',
75944npm verb headers 'x-cache': 'HIT',
75945npm verb headers 'x-cache-hits': '1',
75946npm verb headers 'x-timer': 'S1450870333.983062,VS0,VE0',
75947npm verb headers vary: 'Accept' }
75948npm verb get saving linkify-it to /root/.npm/registry.npmjs.org/linkify-it/.cache.json
75949npm http 200 http://registry.npmjs.org/argparse
75950npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
75951npm verb headers etag: '"CI73GOYW5Y04HCNM79GEWXDRK"',
75952npm verb headers 'content-type': 'application/json',
75953npm verb headers 'cache-control': 'max-age=60',
75954npm verb headers 'content-length': '32260',
75955npm verb headers 'accept-ranges': 'bytes',
75956npm verb headers date: 'Wed, 23 Dec 2015 11:32:13 GMT',
75957npm verb headers via: '1.1 varnish',
75958npm verb headers age: '24',
75959npm verb headers connection: 'keep-alive',
75960npm verb headers 'x-served-by': 'cache-fra1221-FRA',
75961npm verb headers 'x-cache': 'HIT',
75962npm verb headers 'x-cache-hits': '2',
75963npm verb headers 'x-timer': 'S1450870333.982926,VS0,VE0',
75964npm verb headers vary: 'Accept' }
75965npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
75966npm verb cache add spec entities@~1.1.1
75967npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for entities
75968npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
75969npm verb cache add spec mdurl@~1.0.0
75970npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for mdurl
75971npm verb addNameRange registry:http://registry.npmjs.org/mdurl not in flight; fetching
75972npm verb cache add spec uc.micro@^1.0.0
75973npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for uc.micro
75974npm verb addNameRange registry:http://registry.npmjs.org/uc.micro not in flight; fetching
75975npm verb cache add spec linkify-it@~1.2.0
75976npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for linkify-it
75977npm verb addNameRange registry:http://registry.npmjs.org/linkify-it not in flight; fetching
75978npm verb cache add spec argparse@~1.0.2
75979npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for argparse
75980npm verb addNameRange registry:http://registry.npmjs.org/argparse not in flight; fetching
75981npm verb get http://registry.npmjs.org/entities not expired, no request
75982npm verb addNamed "1.1.1" is a plain semver version for entities
75983npm verb get http://registry.npmjs.org/mdurl not expired, no request
75984npm verb addNamed "1.0.1" is a plain semver version for mdurl
75985npm verb get http://registry.npmjs.org/uc.micro not expired, no request
75986npm verb addNamed "1.0.0" is a plain semver version for uc.micro
75987npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
75988npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.1.1.tgz',
75989npm verb addRemoteTarball '6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0' ]
75990npm verb addRemoteTarball http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz not in flight; adding
75991npm verb addRemoteTarball [ 'http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz',
75992npm verb addRemoteTarball 'fe85b2ec75a59037f2adfec100fd6c601761152e' ]
75993npm verb get http://registry.npmjs.org/linkify-it not expired, no request
75994npm verb addNamed "1.2.0" is a plain semver version for linkify-it
75995npm verb addRemoteTarball http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz not in flight; adding
75996npm verb addRemoteTarball [ 'http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz',
75997npm verb addRemoteTarball '4c5a6dee941b515a5bd5cf5d05b121e0e49c5fb7' ]
75998npm verb addRemoteTarball http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz not in flight; adding
75999npm verb addRemoteTarball [ 'http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz',
76000npm verb addRemoteTarball 'fd71021cfb3dca1c28fe09385ef5c10bbead8206' ]
76001npm verb get http://registry.npmjs.org/argparse not expired, no request
76002npm verb addNamed "1.0.3" is a plain semver version for argparse
76003npm info retry fetch attempt 1 at 11:32:14
76004npm info attempt registry request try #1 at 11:32:14
76005npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
76006npm info retry fetch attempt 1 at 11:32:14
76007npm info attempt registry request try #1 at 11:32:14
76008npm http fetch GET http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
76009npm verb addRemoteTarball http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
76010npm verb addRemoteTarball [ 'http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz',
76011npm verb addRemoteTarball '14389deeb0c28fc4cda9405b9f532a4e3785ce84' ]
76012npm info retry fetch attempt 1 at 11:32:14
76013npm info attempt registry request try #1 at 11:32:14
76014npm http fetch GET http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz
76015npm info retry fetch attempt 1 at 11:32:14
76016npm info attempt registry request try #1 at 11:32:14
76017npm http fetch GET http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz
76018npm info retry fetch attempt 1 at 11:32:14
76019npm info attempt registry request try #1 at 11:32:14
76020npm http fetch GET http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
76021npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.1.1.tgz
76022npm http fetch 200 http://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
76023npm http fetch 200 http://registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz
76024npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz not in flight; adding
76025npm verb addTmpTarball already have metadata; skipping unpack for mdurl@1.0.1
76026npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/entities/-/entities-1.1.1.tgz not in flight; adding
76027npm verb addTmpTarball already have metadata; skipping unpack for entities@1.1.1
76028npm http fetch 200 http://registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz
76029npm http fetch 200 http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz
76030npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uc.micro/-/uc.micro-1.0.0.tgz not in flight; adding
76031npm verb addTmpTarball already have metadata; skipping unpack for uc.micro@1.0.0
76032npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/linkify-it/-/linkify-it-1.2.0.tgz not in flight; adding
76033npm verb addTmpTarball already have metadata; skipping unpack for linkify-it@1.2.0
76034npm verb afterAdd /root/.npm/mdurl/1.0.1/package/package.json not in flight; writing
76035npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json not in flight; writing
76036npm verb afterAdd /root/.npm/mdurl/1.0.1/package/package.json written
76037npm verb afterAdd /root/.npm/entities/1.1.1/package/package.json written
76038npm verb afterAdd /root/.npm/uc.micro/1.0.0/package/package.json not in flight; writing
76039npm verb afterAdd /root/.npm/linkify-it/1.2.0/package/package.json not in flight; writing
76040npm verb afterAdd /root/.npm/uc.micro/1.0.0/package/package.json written
76041npm verb afterAdd /root/.npm/linkify-it/1.2.0/package/package.json written
76042npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/argparse/-/argparse-1.0.3.tgz not in flight; adding
76043npm verb addTmpTarball already have metadata; skipping unpack for argparse@1.0.3
76044npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json not in flight; writing
76045npm verb afterAdd /root/.npm/argparse/1.0.3/package/package.json written
76046npm verb request uri http://registry.npmjs.org/sprintf-js
76047npm verb request no auth needed
76048npm info attempt registry request try #1 at 11:32:14
76049npm http request GET http://registry.npmjs.org/sprintf-js
76050npm http 200 http://registry.npmjs.org/sprintf-js
76051npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76052npm verb headers etag: '"7IPFW0OURMLX2TIJLPV8CZ5D1"',
76053npm verb headers 'content-type': 'application/json',
76054npm verb headers 'cache-control': 'max-age=300',
76055npm verb headers 'content-length': '9832',
76056npm verb headers 'accept-ranges': 'bytes',
76057npm verb headers date: 'Wed, 23 Dec 2015 11:32:14 GMT',
76058npm verb headers via: '1.1 varnish',
76059npm verb headers age: '18',
76060npm verb headers connection: 'keep-alive',
76061npm verb headers 'x-served-by': 'cache-fra1237-FRA',
76062npm verb headers 'x-cache': 'HIT',
76063npm verb headers 'x-cache-hits': '1',
76064npm verb headers 'x-timer': 'S1450870334.251269,VS0,VE5',
76065npm verb headers vary: 'Accept' }
76066npm verb get saving sprintf-js to /root/.npm/registry.npmjs.org/sprintf-js/.cache.json
76067npm verb cache add spec sprintf-js@~1.0.2
76068npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for sprintf-js
76069npm verb addNameRange registry:http://registry.npmjs.org/sprintf-js not in flight; fetching
76070npm verb get http://registry.npmjs.org/sprintf-js not expired, no request
76071npm verb addNamed "1.0.3" is a plain semver version for sprintf-js
76072npm verb addRemoteTarball http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
76073npm verb addRemoteTarball [ 'http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz',
76074npm verb addRemoteTarball '04e6926f662895354f3dd015203633b857297e2c' ]
76075npm info retry fetch attempt 1 at 11:32:14
76076npm info attempt registry request try #1 at 11:32:14
76077npm http fetch GET http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
76078npm http fetch 200 http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
76079npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz not in flight; adding
76080npm verb addTmpTarball already have metadata; skipping unpack for sprintf-js@1.0.3
76081npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json not in flight; writing
76082npm verb afterAdd /root/.npm/sprintf-js/1.0.3/package/package.json written
76083npm verb cache add spec ansi-styles@^2.0.1
76084npm verb cache add spec lodash-node@^3.4.0
76085npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for ansi-styles
76086npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
76087npm verb addNamed ">=3.4.0 <4.0.0" is a valid semver range for lodash-node
76088npm verb addNameRange registry:http://registry.npmjs.org/lodash-node not in flight; fetching
76089npm verb request uri http://registry.npmjs.org/cardinal
76090npm verb request no auth needed
76091npm info attempt registry request try #1 at 11:32:14
76092npm http request GET http://registry.npmjs.org/cardinal
76093npm verb request uri http://registry.npmjs.org/cli-table
76094npm verb request no auth needed
76095npm info attempt registry request try #1 at 11:32:14
76096npm http request GET http://registry.npmjs.org/cli-table
76097npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
76098npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
76099npm verb get http://registry.npmjs.org/lodash-node not expired, no request
76100npm verb addNamed "3.10.1" is a plain semver version for lodash-node
76101npm WARN deprecated lodash-node@3.10.1: This package is no longer maintained. See its readme for upgrade details.
76102npm verb addRemoteTarball http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz not in flight; adding
76103npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz',
76104npm verb addRemoteTarball '415b0d0d05edbf2eec2b8a981cc4039b98f14c95' ]
76105npm info retry fetch attempt 1 at 11:32:14
76106npm info attempt registry request try #1 at 11:32:14
76107npm http fetch GET http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz
76108npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
76109npm http 200 http://registry.npmjs.org/cli-table
76110npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76111npm verb headers etag: '"7DSEZMV1PNHE9R3BRK8JCH2CI"',
76112npm verb headers 'content-type': 'application/json',
76113npm verb headers 'cache-control': 'max-age=300',
76114npm verb headers 'content-length': '11077',
76115npm verb headers 'accept-ranges': 'bytes',
76116npm verb headers date: 'Wed, 23 Dec 2015 11:32:14 GMT',
76117npm verb headers via: '1.1 varnish',
76118npm verb headers age: '30',
76119npm verb headers connection: 'keep-alive',
76120npm verb headers 'x-served-by': 'cache-fra1241-FRA',
76121npm verb headers 'x-cache': 'HIT',
76122npm verb headers 'x-cache-hits': '1',
76123npm verb headers 'x-timer': 'S1450870334.415833,VS0,VE1',
76124npm verb headers vary: 'Accept' }
76125npm verb get saving cli-table to /root/.npm/registry.npmjs.org/cli-table/.cache.json
76126npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
76127npm http 200 http://registry.npmjs.org/cardinal
76128npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76129npm verb headers etag: '"3MGDHVGVUIPY41ADEVJQR41VA"',
76130npm verb headers 'content-type': 'application/json',
76131npm verb headers 'cache-control': 'max-age=300',
76132npm verb headers 'content-length': '22212',
76133npm verb headers 'accept-ranges': 'bytes',
76134npm verb headers date: 'Wed, 23 Dec 2015 11:32:14 GMT',
76135npm verb headers via: '1.1 varnish',
76136npm verb headers age: '2',
76137npm verb headers connection: 'keep-alive',
76138npm verb headers 'x-served-by': 'cache-fra1246-FRA',
76139npm verb headers 'x-cache': 'HIT',
76140npm verb headers 'x-cache-hits': '1',
76141npm verb headers 'x-timer': 'S1450870334.415662,VS0,VE0',
76142npm verb headers vary: 'Accept' }
76143npm verb get saving cardinal to /root/.npm/registry.npmjs.org/cardinal/.cache.json
76144npm http fetch 200 http://registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz
76145npm verb cache add spec cli-table@^0.3.1
76146npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for cli-table
76147npm verb addNameRange registry:http://registry.npmjs.org/cli-table not in flight; fetching
76148npm verb get http://registry.npmjs.org/cli-table not expired, no request
76149npm verb addNamed "0.3.1" is a plain semver version for cli-table
76150npm verb cache add spec cardinal@^0.5.0
76151npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for cardinal
76152npm verb addNameRange registry:http://registry.npmjs.org/cardinal not in flight; fetching
76153npm verb addRemoteTarball http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz not in flight; adding
76154npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz',
76155npm verb addRemoteTarball 'f53b05266a8b1a0b934b3d0821e6e2dc5914ae23' ]
76156npm info retry fetch attempt 1 at 11:32:14
76157npm info attempt registry request try #1 at 11:32:14
76158npm http fetch GET http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz
76159npm verb get http://registry.npmjs.org/cardinal not expired, no request
76160npm verb addNamed "0.5.0" is a plain semver version for cardinal
76161npm verb addRemoteTarball http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz not in flight; adding
76162npm verb addRemoteTarball [ 'http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz',
76163npm verb addRemoteTarball '00d5f661dbd4aabfdf7d41ce48a5a59bca35a291' ]
76164npm info retry fetch attempt 1 at 11:32:14
76165npm info attempt registry request try #1 at 11:32:14
76166npm http fetch GET http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz
76167npm http fetch 200 http://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz
76168npm http fetch 200 http://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz
76169npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz not in flight; adding
76170npm verb addTmpTarball already have metadata; skipping unpack for cardinal@0.5.0
76171npm verb afterAdd /root/.npm/cardinal/0.5.0/package/package.json not in flight; writing
76172npm verb afterAdd /root/.npm/cardinal/0.5.0/package/package.json written
76173npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz not in flight; adding
76174npm verb addTmpTarball already have metadata; skipping unpack for cli-table@0.3.1
76175npm verb afterAdd /root/.npm/cli-table/0.3.1/package/package.json not in flight; writing
76176npm verb afterAdd /root/.npm/cli-table/0.3.1/package/package.json written
76177npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash-node/-/lodash-node-3.10.1.tgz not in flight; adding
76178npm verb addTmpTarball already have metadata; skipping unpack for lodash-node@3.10.1
76179npm verb afterAdd /root/.npm/lodash-node/3.10.1/package/package.json not in flight; writing
76180npm verb afterAdd /root/.npm/lodash-node/3.10.1/package/package.json written
76181npm verb request uri http://registry.npmjs.org/redeyed
76182npm verb request no auth needed
76183npm info attempt registry request try #1 at 11:32:14
76184npm http request GET http://registry.npmjs.org/redeyed
76185npm verb request uri http://registry.npmjs.org/ansicolors
76186npm verb request no auth needed
76187npm info attempt registry request try #1 at 11:32:14
76188npm http request GET http://registry.npmjs.org/ansicolors
76189npm http 200 http://registry.npmjs.org/redeyed
76190npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76191npm verb headers etag: '"3SQX0HECB3EO89IPCJUV16RL9"',
76192npm verb headers 'content-type': 'application/json',
76193npm verb headers 'cache-control': 'max-age=300',
76194npm verb headers 'content-length': '21624',
76195npm verb headers 'accept-ranges': 'bytes',
76196npm verb headers date: 'Wed, 23 Dec 2015 11:32:14 GMT',
76197npm verb headers via: '1.1 varnish',
76198npm verb headers age: '6',
76199npm verb headers connection: 'keep-alive',
76200npm verb headers 'x-served-by': 'cache-fra1224-FRA',
76201npm verb headers 'x-cache': 'HIT',
76202npm verb headers 'x-cache-hits': '1',
76203npm verb headers 'x-timer': 'S1450870334.966056,VS0,VE0',
76204npm verb headers vary: 'Accept' }
76205npm verb get saving redeyed to /root/.npm/registry.npmjs.org/redeyed/.cache.json
76206npm http 200 http://registry.npmjs.org/ansicolors
76207npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76208npm verb headers etag: '"2SOSBL1RS8IN6RWTU029YF321"',
76209npm verb headers 'content-type': 'application/json',
76210npm verb headers 'cache-control': 'max-age=300',
76211npm verb headers 'content-length': '17324',
76212npm verb headers 'accept-ranges': 'bytes',
76213npm verb headers date: 'Wed, 23 Dec 2015 11:32:14 GMT',
76214npm verb headers via: '1.1 varnish',
76215npm verb headers age: '117',
76216npm verb headers connection: 'keep-alive',
76217npm verb headers 'x-served-by': 'cache-fra1222-FRA',
76218npm verb headers 'x-cache': 'HIT',
76219npm verb headers 'x-cache-hits': '1',
76220npm verb headers 'x-timer': 'S1450870334.969837,VS0,VE0',
76221npm verb headers vary: 'Accept' }
76222npm verb get saving ansicolors to /root/.npm/registry.npmjs.org/ansicolors/.cache.json
76223npm verb cache add spec ansicolors@~0.2.1
76224npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for ansicolors
76225npm verb addNameRange registry:http://registry.npmjs.org/ansicolors not in flight; fetching
76226npm verb cache add spec redeyed@~0.5.0
76227npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for redeyed
76228npm verb addNameRange registry:http://registry.npmjs.org/redeyed not in flight; fetching
76229npm verb get http://registry.npmjs.org/ansicolors not expired, no request
76230npm verb addNamed "0.2.1" is a plain semver version for ansicolors
76231npm verb addRemoteTarball http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz not in flight; adding
76232npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz',
76233npm verb addRemoteTarball 'be089599097b74a5c9c4a84a0cdbcdb62bd87aef' ]
76234npm verb get http://registry.npmjs.org/redeyed not expired, no request
76235npm verb addNamed "0.5.0" is a plain semver version for redeyed
76236npm verb addRemoteTarball http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz not in flight; adding
76237npm verb addRemoteTarball [ 'http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz',
76238npm verb addRemoteTarball '7ab000e60ee3875ac115d29edb32c1403c6c25d1' ]
76239npm info retry fetch attempt 1 at 11:32:15
76240npm info attempt registry request try #1 at 11:32:15
76241npm http fetch GET http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz
76242npm info retry fetch attempt 1 at 11:32:15
76243npm info attempt registry request try #1 at 11:32:15
76244npm http fetch GET http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz
76245npm http fetch 200 http://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz
76246npm http fetch 200 http://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz
76247npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz not in flight; adding
76248npm verb addTmpTarball already have metadata; skipping unpack for ansicolors@0.2.1
76249npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz not in flight; adding
76250npm verb addTmpTarball already have metadata; skipping unpack for redeyed@0.5.0
76251npm verb afterAdd /root/.npm/ansicolors/0.2.1/package/package.json not in flight; writing
76252npm verb afterAdd /root/.npm/redeyed/0.5.0/package/package.json not in flight; writing
76253npm verb afterAdd /root/.npm/ansicolors/0.2.1/package/package.json written
76254npm verb afterAdd /root/.npm/redeyed/0.5.0/package/package.json written
76255npm verb cache add spec esprima-fb@~12001.1.0-dev-harmony-fb
76256npm verb addNamed ">=12001.1.0-dev-harmony-fb <12001.2.0" is a valid semver range for esprima-fb
76257npm verb addNameRange registry:http://registry.npmjs.org/esprima-fb not in flight; fetching
76258npm verb get http://registry.npmjs.org/esprima-fb not expired, no request
76259npm verb addNamed "12001.1.0-dev-harmony-fb" is a plain semver version for esprima-fb
76260npm verb addRemoteTarball http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz not in flight; adding
76261npm verb addRemoteTarball [ 'http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz',
76262npm verb addRemoteTarball 'd84400384ba95ce2678c617ad24a7f40808da915' ]
76263npm info retry fetch attempt 1 at 11:32:15
76264npm info attempt registry request try #1 at 11:32:15
76265npm http fetch GET http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz
76266npm http fetch 200 http://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz
76267npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz not in flight; adding
76268npm verb addTmpTarball already have metadata; skipping unpack for esprima-fb@12001.1.0-dev-harmony-fb
76269npm verb afterAdd /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package/package.json not in flight; writing
76270npm verb afterAdd /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package/package.json written
76271npm verb cache add spec colors@1.0.3
76272npm verb addNamed "1.0.3" is a plain semver version for colors
76273npm verb addNameVersion registry:http://registry.npmjs.org/colors not in flight; fetching
76274npm verb get http://registry.npmjs.org/colors not expired, no request
76275npm verb addRemoteTarball http://registry.npmjs.org/colors/-/colors-1.0.3.tgz not in flight; adding
76276npm verb addRemoteTarball [ 'http://registry.npmjs.org/colors/-/colors-1.0.3.tgz',
76277npm verb addRemoteTarball '0433f44d809680fdeb60ed260f1b0c262e82a40b' ]
76278npm info retry fetch attempt 1 at 11:32:15
76279npm info attempt registry request try #1 at 11:32:15
76280npm http fetch GET http://registry.npmjs.org/colors/-/colors-1.0.3.tgz
76281npm http fetch 200 http://registry.npmjs.org/colors/-/colors-1.0.3.tgz
76282npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/colors/-/colors-1.0.3.tgz not in flight; adding
76283npm verb addTmpTarball already have metadata; skipping unpack for colors@1.0.3
76284npm verb afterAdd /root/.npm/colors/1.0.3/package/package.json not in flight; writing
76285npm verb afterAdd /root/.npm/colors/1.0.3/package/package.json written
76286npm verb cache add spec lodash@~2.4.1
76287npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
76288npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
76289npm verb get http://registry.npmjs.org/lodash not expired, no request
76290npm verb addNamed "2.4.2" is a plain semver version for lodash
76291npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
76292npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
76293npm verb request uri http://registry.npmjs.org/basic-auth
76294npm verb request no auth needed
76295npm info attempt registry request try #1 at 11:32:15
76296npm http request GET http://registry.npmjs.org/basic-auth
76297npm http 200 http://registry.npmjs.org/basic-auth
76298npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76299npm verb headers etag: '"69UJF9737OCNJ6RR9EBY7TP6K"',
76300npm verb headers 'content-type': 'application/json',
76301npm verb headers 'cache-control': 'max-age=60',
76302npm verb headers 'content-length': '9254',
76303npm verb headers 'accept-ranges': 'bytes',
76304npm verb headers date: 'Wed, 23 Dec 2015 11:32:15 GMT',
76305npm verb headers via: '1.1 varnish',
76306npm verb headers age: '32',
76307npm verb headers connection: 'keep-alive',
76308npm verb headers 'x-served-by': 'cache-fra1248-FRA',
76309npm verb headers 'x-cache': 'HIT',
76310npm verb headers 'x-cache-hits': '2',
76311npm verb headers 'x-timer': 'S1450870335.551843,VS0,VE0',
76312npm verb headers vary: 'Accept' }
76313npm verb get saving basic-auth to /root/.npm/registry.npmjs.org/basic-auth/.cache.json
76314npm verb cache add spec basic-auth@~1.0.3
76315npm verb addNamed ">=1.0.3 <1.1.0" is a valid semver range for basic-auth
76316npm verb addNameRange registry:http://registry.npmjs.org/basic-auth not in flight; fetching
76317npm verb get http://registry.npmjs.org/basic-auth not expired, no request
76318npm verb addNamed "1.0.3" is a plain semver version for basic-auth
76319npm verb addRemoteTarball http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
76320npm verb addRemoteTarball [ 'http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz',
76321npm verb addRemoteTarball '41f55523e589405038ee3567958c62a5ed70551a' ]
76322npm info retry fetch attempt 1 at 11:32:15
76323npm info attempt registry request try #1 at 11:32:15
76324npm http fetch GET http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
76325npm http fetch 200 http://registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz
76326npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/basic-auth/-/basic-auth-1.0.3.tgz not in flight; adding
76327npm verb addTmpTarball already have metadata; skipping unpack for basic-auth@1.0.3
76328npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json not in flight; writing
76329npm verb afterAdd /root/.npm/basic-auth/1.0.3/package/package.json written
76330npm verb request uri http://registry.npmjs.org/abbrev
76331npm verb request no auth needed
76332npm info attempt registry request try #1 at 11:32:15
76333npm http request GET http://registry.npmjs.org/abbrev
76334npm http 200 http://registry.npmjs.org/abbrev
76335npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76336npm verb headers etag: '"5COR5F08LNF679JR9VE4E6VZW"',
76337npm verb headers 'content-type': 'application/json',
76338npm verb headers 'cache-control': 'max-age=60',
76339npm verb headers 'content-length': '5442',
76340npm verb headers 'accept-ranges': 'bytes',
76341npm verb headers date: 'Wed, 23 Dec 2015 11:32:15 GMT',
76342npm verb headers via: '1.1 varnish',
76343npm verb headers age: '49',
76344npm verb headers connection: 'keep-alive',
76345npm verb headers 'x-served-by': 'cache-fra1222-FRA',
76346npm verb headers 'x-cache': 'HIT',
76347npm verb headers 'x-cache-hits': '5',
76348npm verb headers 'x-timer': 'S1450870335.659574,VS0,VE0',
76349npm verb headers vary: 'Accept' }
76350npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
76351npm verb cache add spec abbrev@1
76352npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
76353npm verb addNameRange registry:http://registry.npmjs.org/abbrev not in flight; fetching
76354npm verb get http://registry.npmjs.org/abbrev not expired, no request
76355npm verb addNamed "1.0.7" is a plain semver version for abbrev
76356npm verb addRemoteTarball http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
76357npm verb addRemoteTarball [ 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
76358npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
76359npm info retry fetch attempt 1 at 11:32:15
76360npm info attempt registry request try #1 at 11:32:15
76361npm http fetch GET http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
76362npm http fetch 200 http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
76363npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
76364npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
76365npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
76366npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
76367npm verb request uri http://registry.npmjs.org/npmlog
76368npm verb request no auth needed
76369npm info attempt registry request try #1 at 11:32:16
76370npm http request GET http://registry.npmjs.org/npmlog
76371npm http 200 http://registry.npmjs.org/npmlog
76372npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76373npm verb headers etag: '"8EHH55T26LMXNOK48P85AHI6E"',
76374npm verb headers 'content-type': 'application/json',
76375npm verb headers 'cache-control': 'max-age=60',
76376npm verb headers 'content-length': '17847',
76377npm verb headers 'accept-ranges': 'bytes',
76378npm verb headers date: 'Wed, 23 Dec 2015 11:32:16 GMT',
76379npm verb headers via: '1.1 varnish',
76380npm verb headers age: '3',
76381npm verb headers connection: 'keep-alive',
76382npm verb headers 'x-served-by': 'cache-fra1229-FRA',
76383npm verb headers 'x-cache': 'HIT',
76384npm verb headers 'x-cache-hits': '1',
76385npm verb headers 'x-timer': 'S1450870336.525848,VS0,VE0',
76386npm verb headers vary: 'Accept' }
76387npm verb get saving npmlog to /root/.npm/registry.npmjs.org/npmlog/.cache.json
76388npm verb cache add spec npmlog@
76389npm verb addNamed "latest" is being treated as a dist-tag for npmlog
76390npm info addNameTag [ 'npmlog', 'latest' ]
76391npm verb addNameTag registry:http://registry.npmjs.org/npmlog not in flight; fetching
76392npm verb get http://registry.npmjs.org/npmlog not expired, no request
76393npm verb addNamed "2.0.0" is a plain semver version for npmlog
76394npm verb addRemoteTarball http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz not in flight; adding
76395npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz',
76396npm verb addRemoteTarball '4076c200a3dda51133e6f3cf052130105f78bbdf' ]
76397npm info retry fetch attempt 1 at 11:32:16
76398npm info attempt registry request try #1 at 11:32:16
76399npm http fetch GET http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz
76400npm http fetch 200 http://registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz
76401npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/npmlog/-/npmlog-2.0.0.tgz not in flight; adding
76402npm verb addTmpTarball already have metadata; skipping unpack for npmlog@2.0.0
76403npm verb afterAdd /root/.npm/npmlog/2.0.0/package/package.json not in flight; writing
76404npm verb afterAdd /root/.npm/npmlog/2.0.0/package/package.json written
76405npm verb request uri http://registry.npmjs.org/are-we-there-yet
76406npm verb request no auth needed
76407npm info attempt registry request try #1 at 11:32:16
76408npm http request GET http://registry.npmjs.org/are-we-there-yet
76409npm verb request uri http://registry.npmjs.org/gauge
76410npm verb request no auth needed
76411npm info attempt registry request try #1 at 11:32:16
76412npm http request GET http://registry.npmjs.org/gauge
76413npm http 200 http://registry.npmjs.org/gauge
76414npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76415npm verb headers etag: '"7CDKAN7UMWHKJW81PTRAPBG1Q"',
76416npm verb headers 'content-type': 'application/json',
76417npm verb headers 'cache-control': 'max-age=300',
76418npm verb headers 'content-length': '14448',
76419npm verb headers 'accept-ranges': 'bytes',
76420npm verb headers date: 'Wed, 23 Dec 2015 11:32:16 GMT',
76421npm verb headers via: '1.1 varnish',
76422npm verb headers age: '226',
76423npm verb headers connection: 'keep-alive',
76424npm verb headers 'x-served-by': 'cache-fra1226-FRA',
76425npm verb headers 'x-cache': 'HIT',
76426npm verb headers 'x-cache-hits': '3',
76427npm verb headers 'x-timer': 'S1450870336.680802,VS0,VE0',
76428npm verb headers vary: 'Accept' }
76429npm verb get saving gauge to /root/.npm/registry.npmjs.org/gauge/.cache.json
76430npm http 200 http://registry.npmjs.org/are-we-there-yet
76431npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76432npm verb headers etag: '"BAJ60N1YENYAK9Z6OZVUNUNV2"',
76433npm verb headers 'content-type': 'application/json',
76434npm verb headers 'cache-control': 'max-age=300',
76435npm verb headers 'content-length': '13298',
76436npm verb headers 'accept-ranges': 'bytes',
76437npm verb headers date: 'Wed, 23 Dec 2015 11:32:16 GMT',
76438npm verb headers via: '1.1 varnish',
76439npm verb headers age: '282',
76440npm verb headers connection: 'keep-alive',
76441npm verb headers 'x-served-by': 'cache-fra1231-FRA',
76442npm verb headers 'x-cache': 'HIT',
76443npm verb headers 'x-cache-hits': '5',
76444npm verb headers 'x-timer': 'S1450870336.674730,VS0,VE0',
76445npm verb headers vary: 'Accept' }
76446npm verb get saving are-we-there-yet to /root/.npm/registry.npmjs.org/are-we-there-yet/.cache.json
76447npm verb cache add spec gauge@~1.2.0
76448npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for gauge
76449npm verb addNameRange registry:http://registry.npmjs.org/gauge not in flight; fetching
76450npm verb cache add spec are-we-there-yet@~1.0.0
76451npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for are-we-there-yet
76452npm verb addNameRange registry:http://registry.npmjs.org/are-we-there-yet not in flight; fetching
76453npm verb get http://registry.npmjs.org/gauge not expired, no request
76454npm verb addNamed "1.2.2" is a plain semver version for gauge
76455npm verb get http://registry.npmjs.org/are-we-there-yet not expired, no request
76456npm verb addNamed "1.0.5" is a plain semver version for are-we-there-yet
76457npm verb addRemoteTarball http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz not in flight; adding
76458npm verb addRemoteTarball [ 'http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz',
76459npm verb addRemoteTarball '05b6730a19a8fcad3c340a142f0945222a3f815b' ]
76460npm verb addRemoteTarball http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz not in flight; adding
76461npm verb addRemoteTarball [ 'http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz',
76462npm verb addRemoteTarball '239f26706da902a2bffb72c33de66fdfd3798ac5' ]
76463npm info retry fetch attempt 1 at 11:32:16
76464npm info attempt registry request try #1 at 11:32:16
76465npm http fetch GET http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
76466npm info retry fetch attempt 1 at 11:32:16
76467npm info attempt registry request try #1 at 11:32:16
76468npm http fetch GET http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
76469npm http fetch 200 http://registry.npmjs.org/gauge/-/gauge-1.2.2.tgz
76470npm http fetch 200 http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz
76471npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz not in flight; adding
76472npm verb addTmpTarball already have metadata; skipping unpack for are-we-there-yet@1.0.5
76473npm verb afterAdd /root/.npm/are-we-there-yet/1.0.5/package/package.json not in flight; writing
76474npm verb afterAdd /root/.npm/are-we-there-yet/1.0.5/package/package.json written
76475npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/gauge/-/gauge-1.2.2.tgz not in flight; adding
76476npm verb addTmpTarball already have metadata; skipping unpack for gauge@1.2.2
76477npm verb afterAdd /root/.npm/gauge/1.2.2/package/package.json not in flight; writing
76478npm verb afterAdd /root/.npm/gauge/1.2.2/package/package.json written
76479npm verb request uri http://registry.npmjs.org/delegates
76480npm verb request no auth needed
76481npm info attempt registry request try #1 at 11:32:16
76482npm http request GET http://registry.npmjs.org/delegates
76483npm verb request uri http://registry.npmjs.org/readable-stream
76484npm verb request no auth needed
76485npm info attempt registry request try #1 at 11:32:16
76486npm http request GET http://registry.npmjs.org/readable-stream
76487npm http 200 http://registry.npmjs.org/delegates
76488npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76489npm verb headers etag: '"AE5VDABSAMCXVRWWUO43NB76N"',
76490npm verb headers 'content-type': 'application/json',
76491npm verb headers 'cache-control': 'max-age=300',
76492npm verb headers 'content-length': '7079',
76493npm verb headers 'accept-ranges': 'bytes',
76494npm verb headers date: 'Wed, 23 Dec 2015 11:32:16 GMT',
76495npm verb headers via: '1.1 varnish',
76496npm verb headers age: '236',
76497npm verb headers connection: 'keep-alive',
76498npm verb headers 'x-served-by': 'cache-fra1248-FRA',
76499npm verb headers 'x-cache': 'HIT',
76500npm verb headers 'x-cache-hits': '300',
76501npm verb headers 'x-timer': 'S1450870336.842396,VS0,VE0',
76502npm verb headers vary: 'Accept' }
76503npm verb get saving delegates to /root/.npm/registry.npmjs.org/delegates/.cache.json
76504npm verb cache add spec delegates@^0.1.0
76505npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for delegates
76506npm verb addNameRange registry:http://registry.npmjs.org/delegates not in flight; fetching
76507npm verb get http://registry.npmjs.org/delegates not expired, no request
76508npm verb addNamed "0.1.0" is a plain semver version for delegates
76509npm verb addRemoteTarball http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz not in flight; adding
76510npm verb addRemoteTarball [ 'http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz',
76511npm verb addRemoteTarball 'b4b57be11a1653517a04b27f0949bdc327dfe390' ]
76512npm http 200 http://registry.npmjs.org/readable-stream
76513npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76514npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
76515npm verb headers 'content-type': 'application/json',
76516npm verb headers 'cache-control': 'max-age=300',
76517npm verb headers 'content-length': '52248',
76518npm verb headers 'accept-ranges': 'bytes',
76519npm verb headers date: 'Wed, 23 Dec 2015 11:32:16 GMT',
76520npm verb headers via: '1.1 varnish',
76521npm verb headers age: '128',
76522npm verb headers connection: 'keep-alive',
76523npm verb headers 'x-served-by': 'cache-fra1231-FRA',
76524npm verb headers 'x-cache': 'HIT',
76525npm verb headers 'x-cache-hits': '17',
76526npm verb headers 'x-timer': 'S1450870336.850626,VS0,VE0',
76527npm verb headers vary: 'Accept' }
76528npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
76529npm info retry fetch attempt 1 at 11:32:16
76530npm info attempt registry request try #1 at 11:32:16
76531npm http fetch GET http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
76532npm verb cache add spec readable-stream@^2.0.0 || ^1.1.13
76533npm verb addNamed ">=2.0.0 <3.0.0||>=1.1.13 <2.0.0" is a valid semver range for readable-stream
76534npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
76535npm verb get http://registry.npmjs.org/readable-stream not expired, no request
76536npm verb addNamed "2.0.5" is a plain semver version for readable-stream
76537npm http fetch 200 http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz
76538npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
76539npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz',
76540npm verb addRemoteTarball 'a2426f8dcd4551c77a33f96edf2886a23c829669' ]
76541npm info retry fetch attempt 1 at 11:32:16
76542npm info attempt registry request try #1 at 11:32:16
76543npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
76544npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/delegates/-/delegates-0.1.0.tgz not in flight; adding
76545npm verb addTmpTarball already have metadata; skipping unpack for delegates@0.1.0
76546npm verb afterAdd /root/.npm/delegates/0.1.0/package/package.json not in flight; writing
76547npm verb afterAdd /root/.npm/delegates/0.1.0/package/package.json written
76548npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
76549npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz not in flight; adding
76550npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@2.0.5
76551npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json not in flight; writing
76552npm verb afterAdd /root/.npm/readable-stream/2.0.5/package/package.json written
76553npm verb request uri http://registry.npmjs.org/core-util-is
76554npm verb request no auth needed
76555npm info attempt registry request try #1 at 11:32:17
76556npm http request GET http://registry.npmjs.org/core-util-is
76557npm verb request uri http://registry.npmjs.org/isarray
76558npm verb request no auth needed
76559npm info attempt registry request try #1 at 11:32:17
76560npm http request GET http://registry.npmjs.org/isarray
76561npm verb request uri http://registry.npmjs.org/process-nextick-args
76562npm verb request no auth needed
76563npm info attempt registry request try #1 at 11:32:17
76564npm http request GET http://registry.npmjs.org/process-nextick-args
76565npm verb request uri http://registry.npmjs.org/string_decoder
76566npm verb request no auth needed
76567npm info attempt registry request try #1 at 11:32:17
76568npm http request GET http://registry.npmjs.org/string_decoder
76569npm verb request uri http://registry.npmjs.org/util-deprecate
76570npm verb request no auth needed
76571npm info attempt registry request try #1 at 11:32:17
76572npm http request GET http://registry.npmjs.org/util-deprecate
76573npm http 200 http://registry.npmjs.org/core-util-is
76574npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76575npm verb headers etag: '"75RK9UUWAHLYO40UZKLLOJ8YF"',
76576npm verb headers 'content-type': 'application/json',
76577npm verb headers 'cache-control': 'max-age=60',
76578npm verb headers 'content-length': '3747',
76579npm verb headers 'accept-ranges': 'bytes',
76580npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76581npm verb headers via: '1.1 varnish',
76582npm verb headers age: '10',
76583npm verb headers connection: 'keep-alive',
76584npm verb headers 'x-served-by': 'cache-fra1243-FRA',
76585npm verb headers 'x-cache': 'HIT',
76586npm verb headers 'x-cache-hits': '1',
76587npm verb headers 'x-timer': 'S1450870337.051148,VS0,VE0',
76588npm verb headers vary: 'Accept' }
76589npm verb get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json
76590npm http 200 http://registry.npmjs.org/isarray
76591npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76592npm verb headers etag: '"9BAUPW5RTV3W0838KA6Y08NTG"',
76593npm verb headers 'content-type': 'application/json',
76594npm verb headers 'cache-control': 'max-age=300',
76595npm verb headers 'content-length': '5848',
76596npm verb headers 'accept-ranges': 'bytes',
76597npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76598npm verb headers via: '1.1 varnish',
76599npm verb headers age: '198',
76600npm verb headers connection: 'keep-alive',
76601npm verb headers 'x-served-by': 'cache-fra1225-FRA',
76602npm verb headers 'x-cache': 'HIT',
76603npm verb headers 'x-cache-hits': '20',
76604npm verb headers 'x-timer': 'S1450870337.051313,VS0,VE0',
76605npm verb headers vary: 'Accept' }
76606npm verb get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json
76607npm http 200 http://registry.npmjs.org/process-nextick-args
76608npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76609npm verb headers etag: '"5AJOT6HL2QR1J143EYQLHDSVU"',
76610npm verb headers 'content-type': 'application/json',
76611npm verb headers 'cache-control': 'max-age=300',
76612npm verb headers 'content-length': '8170',
76613npm verb headers 'accept-ranges': 'bytes',
76614npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76615npm verb headers via: '1.1 varnish',
76616npm verb headers age: '64',
76617npm verb headers connection: 'keep-alive',
76618npm verb headers 'x-served-by': 'cache-fra1220-FRA',
76619npm verb headers 'x-cache': 'HIT',
76620npm verb headers 'x-cache-hits': '175',
76621npm verb headers 'x-timer': 'S1450870337.051452,VS0,VE0',
76622npm verb headers vary: 'Accept' }
76623npm verb get saving process-nextick-args to /root/.npm/registry.npmjs.org/process-nextick-args/.cache.json
76624npm http 200 http://registry.npmjs.org/string_decoder
76625npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76626npm verb headers etag: '"3SLQP4XEWUIBONOV855WOPR0B"',
76627npm verb headers 'content-type': 'application/json',
76628npm verb headers 'cache-control': 'max-age=60',
76629npm verb headers 'content-length': '8814',
76630npm verb headers 'accept-ranges': 'bytes',
76631npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76632npm verb headers via: '1.1 varnish',
76633npm verb headers age: '18',
76634npm verb headers connection: 'keep-alive',
76635npm verb headers 'x-served-by': 'cache-fra1242-FRA',
76636npm verb headers 'x-cache': 'HIT',
76637npm verb headers 'x-cache-hits': '2',
76638npm verb headers 'x-timer': 'S1450870337.051783,VS0,VE0',
76639npm verb headers vary: 'Accept' }
76640npm verb get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json
76641npm http 200 http://registry.npmjs.org/util-deprecate
76642npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76643npm verb headers etag: '"363T1WE4HHZV0LMEHAOBAVT0G"',
76644npm verb headers 'content-type': 'application/json',
76645npm verb headers 'cache-control': 'max-age=300',
76646npm verb headers 'content-length': '5799',
76647npm verb headers 'accept-ranges': 'bytes',
76648npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76649npm verb headers via: '1.1 varnish',
76650npm verb headers age: '11',
76651npm verb headers connection: 'keep-alive',
76652npm verb headers 'x-served-by': 'cache-fra1243-FRA',
76653npm verb headers 'x-cache': 'HIT',
76654npm verb headers 'x-cache-hits': '665',
76655npm verb headers 'x-timer': 'S1450870337.057020,VS0,VE0',
76656npm verb headers vary: 'Accept' }
76657npm verb get saving util-deprecate to /root/.npm/registry.npmjs.org/util-deprecate/.cache.json
76658npm verb cache add spec core-util-is@~1.0.0
76659npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
76660npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
76661npm verb cache add spec isarray@0.0.1
76662npm verb addNamed "0.0.1" is a plain semver version for isarray
76663npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
76664npm verb cache add spec process-nextick-args@~1.0.6
76665npm verb addNamed ">=1.0.6 <1.1.0" is a valid semver range for process-nextick-args
76666npm verb addNameRange registry:http://registry.npmjs.org/process-nextick-args not in flight; fetching
76667npm verb cache add spec string_decoder@~0.10.x
76668npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
76669npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
76670npm verb cache add spec util-deprecate@~1.0.1
76671npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate
76672npm verb addNameRange registry:http://registry.npmjs.org/util-deprecate not in flight; fetching
76673npm verb get http://registry.npmjs.org/core-util-is not expired, no request
76674npm verb addNamed "1.0.2" is a plain semver version for core-util-is
76675npm verb get http://registry.npmjs.org/isarray not expired, no request
76676npm verb get http://registry.npmjs.org/process-nextick-args not expired, no request
76677npm verb addNamed "1.0.6" is a plain semver version for process-nextick-args
76678npm verb get http://registry.npmjs.org/string_decoder not expired, no request
76679npm verb addNamed "0.10.31" is a plain semver version for string_decoder
76680npm verb get http://registry.npmjs.org/util-deprecate not expired, no request
76681npm verb addNamed "1.0.2" is a plain semver version for util-deprecate
76682npm verb addRemoteTarball http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
76683npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz',
76684npm verb addRemoteTarball 'b5fd54220aa2bc5ab57aab7140c940754503c1a7' ]
76685npm verb addRemoteTarball http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
76686npm verb addRemoteTarball [ 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
76687npm verb addRemoteTarball '8a18acfca9a8f4177e09abfc6038939b05d1eedf' ]
76688npm verb addRemoteTarball http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
76689npm verb addRemoteTarball [ 'http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz',
76690npm verb addRemoteTarball '0f96b001cea90b12592ce566edb97ec11e69bd05' ]
76691npm verb addRemoteTarball http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
76692npm verb addRemoteTarball [ 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
76693npm verb addRemoteTarball '62e203bc41766c6c28c9fc84301dab1c5310fa94' ]
76694npm verb addRemoteTarball http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
76695npm verb addRemoteTarball [ 'http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz',
76696npm verb addRemoteTarball '450d4dc9fa70de732762fbd2d4a28981419a0ccf' ]
76697npm info retry fetch attempt 1 at 11:32:17
76698npm info attempt registry request try #1 at 11:32:17
76699npm http fetch GET http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
76700npm info retry fetch attempt 1 at 11:32:17
76701npm info attempt registry request try #1 at 11:32:17
76702npm http fetch GET http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
76703npm info retry fetch attempt 1 at 11:32:17
76704npm info attempt registry request try #1 at 11:32:17
76705npm http fetch GET http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
76706npm info retry fetch attempt 1 at 11:32:17
76707npm info attempt registry request try #1 at 11:32:17
76708npm http fetch GET http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
76709npm info retry fetch attempt 1 at 11:32:17
76710npm info attempt registry request try #1 at 11:32:17
76711npm http fetch GET http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
76712npm http fetch 200 http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
76713npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz not in flight; adding
76714npm verb addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.2
76715npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json not in flight; writing
76716npm http fetch 200 http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
76717npm http fetch 200 http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
76718npm http fetch 200 http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
76719npm http fetch 200 http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
76720npm verb afterAdd /root/.npm/core-util-is/1.0.2/package/package.json written
76721npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/isarray/-/isarray-0.0.1.tgz not in flight; adding
76722npm verb addTmpTarball already have metadata; skipping unpack for isarray@0.0.1
76723npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz not in flight; adding
76724npm verb addTmpTarball already have metadata; skipping unpack for util-deprecate@1.0.2
76725npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz not in flight; adding
76726npm verb addTmpTarball already have metadata; skipping unpack for process-nextick-args@1.0.6
76727npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz not in flight; adding
76728npm verb addTmpTarball already have metadata; skipping unpack for string_decoder@0.10.31
76729npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json not in flight; writing
76730npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json not in flight; writing
76731npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing
76732npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json not in flight; writing
76733npm verb afterAdd /root/.npm/process-nextick-args/1.0.6/package/package.json written
76734npm verb afterAdd /root/.npm/isarray/0.0.1/package/package.json written
76735npm verb afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json written
76736npm verb afterAdd /root/.npm/string_decoder/0.10.31/package/package.json written
76737npm verb request uri http://registry.npmjs.org/ansi
76738npm verb request no auth needed
76739npm info attempt registry request try #1 at 11:32:17
76740npm http request GET http://registry.npmjs.org/ansi
76741npm verb request uri http://registry.npmjs.org/has-unicode
76742npm verb request no auth needed
76743npm info attempt registry request try #1 at 11:32:17
76744npm http request GET http://registry.npmjs.org/has-unicode
76745npm verb request uri http://registry.npmjs.org/lodash.pad
76746npm verb request no auth needed
76747npm info attempt registry request try #1 at 11:32:17
76748npm http request GET http://registry.npmjs.org/lodash.pad
76749npm verb request uri http://registry.npmjs.org/lodash.padleft
76750npm verb request no auth needed
76751npm info attempt registry request try #1 at 11:32:17
76752npm http request GET http://registry.npmjs.org/lodash.padleft
76753npm verb request uri http://registry.npmjs.org/lodash.padright
76754npm verb request no auth needed
76755npm info attempt registry request try #1 at 11:32:17
76756npm http request GET http://registry.npmjs.org/lodash.padright
76757npm http 200 http://registry.npmjs.org/has-unicode
76758npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76759npm verb headers etag: '"DAKTHOWNTADMBPFGR4LB1FIPH"',
76760npm verb headers 'content-type': 'application/json',
76761npm verb headers 'cache-control': 'max-age=60',
76762npm verb headers 'content-length': '5185',
76763npm verb headers 'accept-ranges': 'bytes',
76764npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76765npm verb headers via: '1.1 varnish',
76766npm verb headers age: '52',
76767npm verb headers connection: 'keep-alive',
76768npm verb headers 'x-served-by': 'cache-fra1244-FRA',
76769npm verb headers 'x-cache': 'HIT',
76770npm verb headers 'x-cache-hits': '2',
76771npm verb headers 'x-timer': 'S1450870337.329163,VS0,VE0',
76772npm verb headers vary: 'Accept' }
76773npm verb get saving has-unicode to /root/.npm/registry.npmjs.org/has-unicode/.cache.json
76774npm http 200 http://registry.npmjs.org/lodash.pad
76775npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76776npm verb headers etag: '"648MYDHR7GKNHZSR3ZKCGFYEL"',
76777npm verb headers 'content-type': 'application/json',
76778npm verb headers 'cache-control': 'max-age=300',
76779npm verb headers 'content-length': '7081',
76780npm verb headers 'accept-ranges': 'bytes',
76781npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76782npm verb headers via: '1.1 varnish',
76783npm verb headers age: '180',
76784npm verb headers connection: 'keep-alive',
76785npm verb headers 'x-served-by': 'cache-fra1234-FRA',
76786npm verb headers 'x-cache': 'HIT',
76787npm verb headers 'x-cache-hits': '4',
76788npm verb headers 'x-timer': 'S1450870337.329433,VS0,VE0',
76789npm verb headers vary: 'Accept' }
76790npm verb get saving lodash.pad to /root/.npm/registry.npmjs.org/lodash.pad/.cache.json
76791npm http 200 http://registry.npmjs.org/lodash.padleft
76792npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76793npm verb headers etag: '"DCKIGSOE76IEN7LNRR7TTQP8X"',
76794npm verb headers 'content-type': 'application/json',
76795npm verb headers 'cache-control': 'max-age=60',
76796npm verb headers 'content-length': '7180',
76797npm verb headers 'accept-ranges': 'bytes',
76798npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76799npm verb headers via: '1.1 varnish',
76800npm verb headers age: '47',
76801npm verb headers connection: 'keep-alive',
76802npm verb headers 'x-served-by': 'cache-fra1231-FRA',
76803npm verb headers 'x-cache': 'HIT',
76804npm verb headers 'x-cache-hits': '1',
76805npm verb headers 'x-timer': 'S1450870337.329468,VS0,VE0',
76806npm verb headers vary: 'Accept' }
76807npm verb get saving lodash.padleft to /root/.npm/registry.npmjs.org/lodash.padleft/.cache.json
76808npm http 200 http://registry.npmjs.org/lodash.padright
76809npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76810npm verb headers etag: '"3UBDN3WER41MT1F6Z5T4HQADI"',
76811npm verb headers 'content-type': 'application/json',
76812npm verb headers 'cache-control': 'max-age=300',
76813npm verb headers 'content-length': '7205',
76814npm verb headers 'accept-ranges': 'bytes',
76815npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76816npm verb headers via: '1.1 varnish',
76817npm verb headers age: '166',
76818npm verb headers connection: 'keep-alive',
76819npm verb headers 'x-served-by': 'cache-fra1243-FRA',
76820npm verb headers 'x-cache': 'HIT',
76821npm verb headers 'x-cache-hits': '3',
76822npm verb headers 'x-timer': 'S1450870337.335174,VS0,VE0',
76823npm verb headers vary: 'Accept' }
76824npm verb get saving lodash.padright to /root/.npm/registry.npmjs.org/lodash.padright/.cache.json
76825npm http 200 http://registry.npmjs.org/ansi
76826npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76827npm verb headers etag: '"9JT43I9J2HCCPZ0PK2K1T4DAW"',
76828npm verb headers 'content-type': 'application/json',
76829npm verb headers 'cache-control': 'max-age=60',
76830npm verb headers 'content-length': '14889',
76831npm verb headers 'accept-ranges': 'bytes',
76832npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76833npm verb headers via: '1.1 varnish',
76834npm verb headers age: '53',
76835npm verb headers connection: 'keep-alive',
76836npm verb headers 'x-served-by': 'cache-fra1226-FRA',
76837npm verb headers 'x-cache': 'HIT',
76838npm verb headers 'x-cache-hits': '1',
76839npm verb headers 'x-timer': 'S1450870337.328997,VS0,VE0',
76840npm verb headers vary: 'Accept' }
76841npm verb get saving ansi to /root/.npm/registry.npmjs.org/ansi/.cache.json
76842npm verb cache add spec has-unicode@^1.0.0
76843npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for has-unicode
76844npm verb addNameRange registry:http://registry.npmjs.org/has-unicode not in flight; fetching
76845npm verb cache add spec lodash.pad@^3.0.0
76846npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.pad
76847npm verb addNameRange registry:http://registry.npmjs.org/lodash.pad not in flight; fetching
76848npm verb cache add spec lodash.padright@^3.0.0
76849npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.padright
76850npm verb addNameRange registry:http://registry.npmjs.org/lodash.padright not in flight; fetching
76851npm verb cache add spec lodash.padleft@^3.0.0
76852npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.padleft
76853npm verb addNameRange registry:http://registry.npmjs.org/lodash.padleft not in flight; fetching
76854npm verb cache add spec ansi@^0.3.0
76855npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for ansi
76856npm verb addNameRange registry:http://registry.npmjs.org/ansi not in flight; fetching
76857npm verb get http://registry.npmjs.org/lodash.pad not expired, no request
76858npm verb addNamed "3.1.1" is a plain semver version for lodash.pad
76859npm verb get http://registry.npmjs.org/has-unicode not expired, no request
76860npm verb addNamed "1.0.1" is a plain semver version for has-unicode
76861npm verb get http://registry.npmjs.org/lodash.padleft not expired, no request
76862npm verb addNamed "3.1.1" is a plain semver version for lodash.padleft
76863npm verb get http://registry.npmjs.org/lodash.padright not expired, no request
76864npm verb addNamed "3.1.1" is a plain semver version for lodash.padright
76865npm verb addRemoteTarball http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz not in flight; adding
76866npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz',
76867npm verb addRemoteTarball '2e078ebc33b331d2ba34bf8732af129fd5c04624' ]
76868npm verb addRemoteTarball http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz not in flight; adding
76869npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz',
76870npm verb addRemoteTarball 'c46fceea053eb8ec789bffbba25fca52dfdcf38e' ]
76871npm verb addRemoteTarball http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz not in flight; adding
76872npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz',
76873npm verb addRemoteTarball '150151f1e0245edba15d50af2d71f1d5cff46530' ]
76874npm verb addRemoteTarball http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz not in flight; adding
76875npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz',
76876npm verb addRemoteTarball '79f7770baaa39738c040aeb5465e8d88f2aacec0' ]
76877npm verb get http://registry.npmjs.org/ansi not expired, no request
76878npm verb addNamed "0.3.0" is a plain semver version for ansi
76879npm info retry fetch attempt 1 at 11:32:17
76880npm info attempt registry request try #1 at 11:32:17
76881npm http fetch GET http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
76882npm info retry fetch attempt 1 at 11:32:17
76883npm info attempt registry request try #1 at 11:32:17
76884npm http fetch GET http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
76885npm verb addRemoteTarball http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz not in flight; adding
76886npm verb addRemoteTarball [ 'http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz',
76887npm verb addRemoteTarball '74b2f1f187c8553c7f95015bcb76009fb43d38e0' ]
76888npm info retry fetch attempt 1 at 11:32:17
76889npm info attempt registry request try #1 at 11:32:17
76890npm http fetch GET http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
76891npm info retry fetch attempt 1 at 11:32:17
76892npm info attempt registry request try #1 at 11:32:17
76893npm http fetch GET http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
76894npm info retry fetch attempt 1 at 11:32:17
76895npm info attempt registry request try #1 at 11:32:17
76896npm http fetch GET http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
76897npm http fetch 200 http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz
76898npm http fetch 200 http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz
76899npm http fetch 200 http://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz
76900npm http fetch 200 http://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz
76901npm http fetch 200 http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz
76902npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.pad/-/lodash.pad-3.1.1.tgz not in flight; adding
76903npm verb addTmpTarball already have metadata; skipping unpack for lodash.pad@3.1.1
76904npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz not in flight; adding
76905npm verb addTmpTarball already have metadata; skipping unpack for has-unicode@1.0.1
76906npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz not in flight; adding
76907npm verb addTmpTarball already have metadata; skipping unpack for lodash.padleft@3.1.1
76908npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz not in flight; adding
76909npm verb addTmpTarball already have metadata; skipping unpack for lodash.padright@3.1.1
76910npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ansi/-/ansi-0.3.0.tgz not in flight; adding
76911npm verb addTmpTarball already have metadata; skipping unpack for ansi@0.3.0
76912npm verb afterAdd /root/.npm/lodash.pad/3.1.1/package/package.json not in flight; writing
76913npm verb afterAdd /root/.npm/has-unicode/1.0.1/package/package.json not in flight; writing
76914npm verb afterAdd /root/.npm/lodash.padleft/3.1.1/package/package.json not in flight; writing
76915npm verb afterAdd /root/.npm/lodash.padright/3.1.1/package/package.json not in flight; writing
76916npm verb afterAdd /root/.npm/ansi/0.3.0/package/package.json not in flight; writing
76917npm verb afterAdd /root/.npm/lodash.pad/3.1.1/package/package.json written
76918npm verb afterAdd /root/.npm/has-unicode/1.0.1/package/package.json written
76919npm verb afterAdd /root/.npm/lodash.padleft/3.1.1/package/package.json written
76920npm verb afterAdd /root/.npm/lodash.padright/3.1.1/package/package.json written
76921npm verb afterAdd /root/.npm/ansi/0.3.0/package/package.json written
76922npm verb request uri http://registry.npmjs.org/lodash._basetostring
76923npm verb request no auth needed
76924npm info attempt registry request try #1 at 11:32:17
76925npm http request GET http://registry.npmjs.org/lodash._basetostring
76926npm verb request uri http://registry.npmjs.org/lodash._createpadding
76927npm verb request no auth needed
76928npm info attempt registry request try #1 at 11:32:17
76929npm http request GET http://registry.npmjs.org/lodash._createpadding
76930npm http 200 http://registry.npmjs.org/lodash._basetostring
76931npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76932npm verb headers etag: '"MRS46AR7GE4T5CBAU6QRGDAP"',
76933npm verb headers 'content-type': 'application/json',
76934npm verb headers 'cache-control': 'max-age=300',
76935npm verb headers 'content-length': '5112',
76936npm verb headers 'accept-ranges': 'bytes',
76937npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76938npm verb headers via: '1.1 varnish',
76939npm verb headers age: '118',
76940npm verb headers connection: 'keep-alive',
76941npm verb headers 'x-served-by': 'cache-fra1232-FRA',
76942npm verb headers 'x-cache': 'HIT',
76943npm verb headers 'x-cache-hits': '3',
76944npm verb headers 'x-timer': 'S1450870337.556172,VS0,VE0',
76945npm verb headers vary: 'Accept' }
76946npm verb get saving lodash._basetostring to /root/.npm/registry.npmjs.org/lodash._basetostring/.cache.json
76947npm http 200 http://registry.npmjs.org/lodash._createpadding
76948npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
76949npm verb headers etag: '"AW2AKS842F3V1J0BSJKNWAGEJ"',
76950npm verb headers 'content-type': 'application/json',
76951npm verb headers 'cache-control': 'max-age=300',
76952npm verb headers 'content-length': '5214',
76953npm verb headers 'accept-ranges': 'bytes',
76954npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
76955npm verb headers via: '1.1 varnish',
76956npm verb headers age: '181',
76957npm verb headers connection: 'keep-alive',
76958npm verb headers 'x-served-by': 'cache-fra1221-FRA',
76959npm verb headers 'x-cache': 'HIT',
76960npm verb headers 'x-cache-hits': '2',
76961npm verb headers 'x-timer': 'S1450870337.560314,VS0,VE0',
76962npm verb headers vary: 'Accept' }
76963npm verb get saving lodash._createpadding to /root/.npm/registry.npmjs.org/lodash._createpadding/.cache.json
76964npm verb cache add spec lodash._basetostring@^3.0.0
76965npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basetostring
76966npm verb addNameRange registry:http://registry.npmjs.org/lodash._basetostring not in flight; fetching
76967npm verb cache add spec lodash._createpadding@^3.0.0
76968npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._createpadding
76969npm verb addNameRange registry:http://registry.npmjs.org/lodash._createpadding not in flight; fetching
76970npm verb get http://registry.npmjs.org/lodash._basetostring not expired, no request
76971npm verb addNamed "3.0.1" is a plain semver version for lodash._basetostring
76972npm verb get http://registry.npmjs.org/lodash._createpadding not expired, no request
76973npm verb addNamed "3.6.1" is a plain semver version for lodash._createpadding
76974npm verb addRemoteTarball http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz not in flight; adding
76975npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz',
76976npm verb addRemoteTarball 'd1861d877f824a52f669832dcaf3ee15566a07d5' ]
76977npm verb addRemoteTarball http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz not in flight; adding
76978npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz',
76979npm verb addRemoteTarball '4907b438595adc54ee8935527a6c424c02c81a87' ]
76980npm info retry fetch attempt 1 at 11:32:17
76981npm info attempt registry request try #1 at 11:32:17
76982npm http fetch GET http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
76983npm info retry fetch attempt 1 at 11:32:17
76984npm info attempt registry request try #1 at 11:32:17
76985npm http fetch GET http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
76986npm http fetch 200 http://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz
76987npm http fetch 200 http://registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz
76988npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz not in flight; adding
76989npm verb addTmpTarball already have metadata; skipping unpack for lodash._basetostring@3.0.1
76990npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._createpadding/-/lodash._createpadding-3.6.1.tgz not in flight; adding
76991npm verb addTmpTarball already have metadata; skipping unpack for lodash._createpadding@3.6.1
76992npm verb afterAdd /root/.npm/lodash._basetostring/3.0.1/package/package.json not in flight; writing
76993npm verb afterAdd /root/.npm/lodash._createpadding/3.6.1/package/package.json not in flight; writing
76994npm verb afterAdd /root/.npm/lodash._basetostring/3.0.1/package/package.json written
76995npm verb afterAdd /root/.npm/lodash._createpadding/3.6.1/package/package.json written
76996npm verb request uri http://registry.npmjs.org/lodash.repeat
76997npm verb request no auth needed
76998npm info attempt registry request try #1 at 11:32:17
76999npm http request GET http://registry.npmjs.org/lodash.repeat
77000npm http 200 http://registry.npmjs.org/lodash.repeat
77001npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77002npm verb headers etag: '"C3A23HH940Z8J2HD6I8PZVFLY"',
77003npm verb headers 'content-type': 'application/json',
77004npm verb headers 'cache-control': 'max-age=60',
77005npm verb headers 'content-length': '5282',
77006npm verb headers 'accept-ranges': 'bytes',
77007npm verb headers date: 'Wed, 23 Dec 2015 11:32:17 GMT',
77008npm verb headers via: '1.1 varnish',
77009npm verb headers age: '37',
77010npm verb headers connection: 'keep-alive',
77011npm verb headers 'x-served-by': 'cache-fra1243-FRA',
77012npm verb headers 'x-cache': 'HIT',
77013npm verb headers 'x-cache-hits': '2',
77014npm verb headers 'x-timer': 'S1450870337.675337,VS0,VE0',
77015npm verb headers vary: 'Accept' }
77016npm verb get saving lodash.repeat to /root/.npm/registry.npmjs.org/lodash.repeat/.cache.json
77017npm verb cache add spec lodash.repeat@^3.0.0
77018npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.repeat
77019npm verb addNameRange registry:http://registry.npmjs.org/lodash.repeat not in flight; fetching
77020npm verb get http://registry.npmjs.org/lodash.repeat not expired, no request
77021npm verb addNamed "3.0.1" is a plain semver version for lodash.repeat
77022npm verb addRemoteTarball http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz not in flight; adding
77023npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz',
77024npm verb addRemoteTarball 'f4b98dc7ef67256ce61e7874e1865edb208e0edf' ]
77025npm info retry fetch attempt 1 at 11:32:17
77026npm info attempt registry request try #1 at 11:32:17
77027npm http fetch GET http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
77028npm http fetch 200 http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz
77029npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz not in flight; adding
77030npm verb addTmpTarball already have metadata; skipping unpack for lodash.repeat@3.0.1
77031npm verb afterAdd /root/.npm/lodash.repeat/3.0.1/package/package.json not in flight; writing
77032npm verb afterAdd /root/.npm/lodash.repeat/3.0.1/package/package.json written
77033npm verb cache add spec async@0.9.0
77034npm verb addNamed "0.9.0" is a plain semver version for async
77035npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
77036npm verb get http://registry.npmjs.org/async not expired, no request
77037npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
77038npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-0.9.0.tgz',
77039npm verb addRemoteTarball 'ac3613b1da9bed1b47510bb4651b8931e47146c7' ]
77040npm info retry fetch attempt 1 at 11:32:17
77041npm info attempt registry request try #1 at 11:32:17
77042npm http fetch GET http://registry.npmjs.org/async/-/async-0.9.0.tgz
77043npm http fetch 200 http://registry.npmjs.org/async/-/async-0.9.0.tgz
77044npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async/-/async-0.9.0.tgz not in flight; adding
77045npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.0
77046npm verb afterAdd /root/.npm/async/0.9.0/package/package.json not in flight; writing
77047npm verb afterAdd /root/.npm/async/0.9.0/package/package.json written
77048npm verb cache add spec rimraf@~2.2.6
77049npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
77050npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
77051npm verb request uri http://registry.npmjs.org/rimraf
77052npm verb request no auth needed
77053npm info attempt registry request try #1 at 11:32:18
77054npm verb etag "6UWALXHODVMGLBUZ4BUUZPOKK"
77055npm http request GET http://registry.npmjs.org/rimraf
77056npm http 304 http://registry.npmjs.org/rimraf
77057npm verb headers { date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77058npm verb headers via: '1.1 varnish',
77059npm verb headers 'cache-control': 'max-age=300',
77060npm verb headers etag: '"6UWALXHODVMGLBUZ4BUUZPOKK"',
77061npm verb headers age: '1',
77062npm verb headers connection: 'keep-alive',
77063npm verb headers 'x-served-by': 'cache-fra1235-FRA',
77064npm verb headers 'x-cache': 'HIT',
77065npm verb headers 'x-cache-hits': '1',
77066npm verb headers 'x-timer': 'S1450870338.094155,VS0,VE0',
77067npm verb headers vary: 'Accept' }
77068npm verb etag http://registry.npmjs.org/rimraf from cache
77069npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
77070npm verb addNamed "2.2.8" is a plain semver version for rimraf
77071npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
77072npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
77073npm verb cache add spec rimraf@~2.2.6
77074npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
77075npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
77076npm verb get http://registry.npmjs.org/rimraf not expired, no request
77077npm verb addNamed "2.2.8" is a plain semver version for rimraf
77078npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
77079npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
77080npm verb cache add spec async@^1.0.0
77081npm verb cache add spec npmlog@^1.0.0
77082npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for async
77083npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
77084npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for npmlog
77085npm verb addNameRange registry:http://registry.npmjs.org/npmlog not in flight; fetching
77086npm verb request uri http://registry.npmjs.org/backbone
77087npm verb request no auth needed
77088npm info attempt registry request try #1 at 11:32:18
77089npm http request GET http://registry.npmjs.org/backbone
77090npm verb request uri http://registry.npmjs.org/charm
77091npm verb request no auth needed
77092npm info attempt registry request try #1 at 11:32:18
77093npm http request GET http://registry.npmjs.org/charm
77094npm verb request uri http://registry.npmjs.org/consolidate
77095npm verb request no auth needed
77096npm info attempt registry request try #1 at 11:32:18
77097npm http request GET http://registry.npmjs.org/consolidate
77098npm verb request uri http://registry.npmjs.org/cross-spawn-async
77099npm verb request no auth needed
77100npm info attempt registry request try #1 at 11:32:18
77101npm http request GET http://registry.npmjs.org/cross-spawn-async
77102npm verb request uri http://registry.npmjs.org/did_it_work
77103npm verb request no auth needed
77104npm info attempt registry request try #1 at 11:32:18
77105npm http request GET http://registry.npmjs.org/did_it_work
77106npm verb request uri http://registry.npmjs.org/fileset
77107npm verb request no auth needed
77108npm info attempt registry request try #1 at 11:32:18
77109npm http request GET http://registry.npmjs.org/fileset
77110npm verb request uri http://registry.npmjs.org/fireworm
77111npm verb request no auth needed
77112npm info attempt registry request try #1 at 11:32:18
77113npm http request GET http://registry.npmjs.org/fireworm
77114npm verb request uri http://registry.npmjs.org/growl
77115npm verb request no auth needed
77116npm info attempt registry request try #1 at 11:32:18
77117npm http request GET http://registry.npmjs.org/growl
77118npm verb request uri http://registry.npmjs.org/js-yaml
77119npm verb request no auth needed
77120npm info attempt registry request try #1 at 11:32:18
77121npm http request GET http://registry.npmjs.org/js-yaml
77122npm verb request uri http://registry.npmjs.org/mustache
77123npm verb request no auth needed
77124npm info attempt registry request try #1 at 11:32:18
77125npm http request GET http://registry.npmjs.org/mustache
77126npm verb request uri http://registry.npmjs.org/printf
77127npm verb request no auth needed
77128npm info attempt registry request try #1 at 11:32:18
77129npm http request GET http://registry.npmjs.org/printf
77130npm verb request uri http://registry.npmjs.org/socket.io-pure
77131npm verb request no auth needed
77132npm info attempt registry request try #1 at 11:32:18
77133npm http request GET http://registry.npmjs.org/socket.io-pure
77134npm verb request uri http://registry.npmjs.org/styled_string
77135npm verb request no auth needed
77136npm info attempt registry request try #1 at 11:32:18
77137npm http request GET http://registry.npmjs.org/styled_string
77138npm verb request uri http://registry.npmjs.org/tap-parser
77139npm verb request no auth needed
77140npm info attempt registry request try #1 at 11:32:18
77141npm http request GET http://registry.npmjs.org/tap-parser
77142npm verb request uri http://registry.npmjs.org/xmldom
77143npm verb request no auth needed
77144npm info attempt registry request try #1 at 11:32:18
77145npm http request GET http://registry.npmjs.org/xmldom
77146npm verb get http://registry.npmjs.org/npmlog not expired, no request
77147npm verb addNamed "1.2.1" is a plain semver version for npmlog
77148npm verb get http://registry.npmjs.org/async not expired, no request
77149npm verb addNamed "1.5.0" is a plain semver version for async
77150npm verb addRemoteTarball http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz not in flight; adding
77151npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz',
77152npm verb addRemoteTarball '28e7be619609b53f7ad1dd300a10d64d716268b6' ]
77153npm verb addRemoteTarball http://registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
77154npm verb addRemoteTarball [ 'http://registry.npmjs.org/async/-/async-1.5.0.tgz',
77155npm verb addRemoteTarball '2796642723573859565633fc6274444bee2f8ce3' ]
77156npm http 200 http://registry.npmjs.org/cross-spawn-async
77157npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77158npm verb headers etag: '"EH80IGAS913GKHQ54NO30V1FX"',
77159npm verb headers 'content-type': 'application/json',
77160npm verb headers 'cache-control': 'max-age=300',
77161npm verb headers 'content-length': '11820',
77162npm verb headers 'accept-ranges': 'bytes',
77163npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77164npm verb headers via: '1.1 varnish',
77165npm verb headers age: '21',
77166npm verb headers connection: 'keep-alive',
77167npm verb headers 'x-served-by': 'cache-fra1228-FRA',
77168npm verb headers 'x-cache': 'HIT',
77169npm verb headers 'x-cache-hits': '1',
77170npm verb headers 'x-timer': 'S1450870338.372618,VS0,VE0',
77171npm verb headers vary: 'Accept' }
77172npm verb get saving cross-spawn-async to /root/.npm/registry.npmjs.org/cross-spawn-async/.cache.json
77173npm info retry fetch attempt 1 at 11:32:18
77174npm info attempt registry request try #1 at 11:32:18
77175npm http fetch GET http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
77176npm info retry fetch attempt 1 at 11:32:18
77177npm info attempt registry request try #1 at 11:32:18
77178npm http fetch GET http://registry.npmjs.org/async/-/async-1.5.0.tgz
77179npm http 200 http://registry.npmjs.org/backbone
77180npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77181npm verb headers etag: '"1PPG1J8IWPWISSD3V7419WF9V"',
77182npm verb headers 'content-type': 'application/json',
77183npm verb headers 'cache-control': 'max-age=300',
77184npm verb headers 'content-length': '28383',
77185npm verb headers 'accept-ranges': 'bytes',
77186npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77187npm verb headers via: '1.1 varnish',
77188npm verb headers age: '249',
77189npm verb headers connection: 'keep-alive',
77190npm verb headers 'x-served-by': 'cache-fra1247-FRA',
77191npm verb headers 'x-cache': 'HIT',
77192npm verb headers 'x-cache-hits': '1',
77193npm verb headers 'x-timer': 'S1450870338.371864,VS0,VE0',
77194npm verb headers vary: 'Accept' }
77195npm verb get saving backbone to /root/.npm/registry.npmjs.org/backbone/.cache.json
77196npm http 200 http://registry.npmjs.org/charm
77197npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77198npm verb headers etag: '"3R3GSARBVXR5X3EKWWOAW7TRF"',
77199npm verb headers 'content-type': 'application/json',
77200npm verb headers 'cache-control': 'max-age=60',
77201npm verb headers 'content-length': '20097',
77202npm verb headers 'accept-ranges': 'bytes',
77203npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77204npm verb headers via: '1.1 varnish',
77205npm verb headers age: '19',
77206npm verb headers connection: 'keep-alive',
77207npm verb headers 'x-served-by': 'cache-fra1222-FRA',
77208npm verb headers 'x-cache': 'HIT',
77209npm verb headers 'x-cache-hits': '1',
77210npm verb headers 'x-timer': 'S1450870338.372142,VS0,VE0',
77211npm verb headers vary: 'Accept' }
77212npm verb get saving charm to /root/.npm/registry.npmjs.org/charm/.cache.json
77213npm http fetch 200 http://registry.npmjs.org/async/-/async-1.5.0.tgz
77214npm verb cache add spec cross-spawn-async@^2.0.0
77215npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cross-spawn-async
77216npm verb addNameRange registry:http://registry.npmjs.org/cross-spawn-async not in flight; fetching
77217npm verb cache add spec charm@^1.0.0
77218npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for charm
77219npm verb addNameRange registry:http://registry.npmjs.org/charm not in flight; fetching
77220npm verb cache add spec backbone@^1.1.2
77221npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for backbone
77222npm verb addNameRange registry:http://registry.npmjs.org/backbone not in flight; fetching
77223npm http 200 http://registry.npmjs.org/socket.io-pure
77224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77225npm verb headers etag: '"7Z6FT1HHSEUDR7S5ZIVQWG4TT"',
77226npm verb headers 'content-type': 'application/json',
77227npm verb headers 'cache-control': 'max-age=300',
77228npm verb headers 'content-length': '21682',
77229npm verb headers 'accept-ranges': 'bytes',
77230npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77231npm verb headers via: '1.1 varnish',
77232npm verb headers age: '63',
77233npm verb headers connection: 'keep-alive',
77234npm verb headers 'x-served-by': 'cache-fra1246-FRA',
77235npm verb headers 'x-cache': 'HIT',
77236npm verb headers 'x-cache-hits': '1',
77237npm verb headers 'x-timer': 'S1450870338.373759,VS0,VE0',
77238npm verb headers vary: 'Accept' }
77239npm verb get saving socket.io-pure to /root/.npm/registry.npmjs.org/socket.io-pure/.cache.json
77240npm http fetch 200 http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz
77241npm verb get http://registry.npmjs.org/cross-spawn-async not expired, no request
77242npm verb addNamed "2.1.1" is a plain semver version for cross-spawn-async
77243npm verb addRemoteTarball http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz not in flight; adding
77244npm verb addRemoteTarball [ 'http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz',
77245npm verb addRemoteTarball 'c630a1181183a77c75647a0e8eefdf97c4d0e812' ]
77246npm verb get http://registry.npmjs.org/charm not expired, no request
77247npm verb addNamed "1.0.0" is a plain semver version for charm
77248npm verb get http://registry.npmjs.org/backbone not expired, no request
77249npm verb addNamed "1.2.3" is a plain semver version for backbone
77250npm verb addRemoteTarball http://registry.npmjs.org/charm/-/charm-1.0.0.tgz not in flight; adding
77251npm verb addRemoteTarball [ 'http://registry.npmjs.org/charm/-/charm-1.0.0.tgz',
77252npm verb addRemoteTarball '6cfb69ddcc3d648528615bd2e9ffe14fb970b9ae' ]
77253npm verb addRemoteTarball http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz not in flight; adding
77254npm verb addRemoteTarball [ 'http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz',
77255npm verb addRemoteTarball 'c22cfd07fc86ebbeae61d18929ed115e999d65b9' ]
77256npm info retry fetch attempt 1 at 11:32:18
77257npm info attempt registry request try #1 at 11:32:18
77258npm http fetch GET http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz
77259npm http 200 http://registry.npmjs.org/mustache
77260npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77261npm verb headers etag: '"4UVUU8HOXUXUS4Q4FL8SQW5LX"',
77262npm verb headers 'content-type': 'application/json',
77263npm verb headers 'cache-control': 'max-age=300',
77264npm verb headers 'content-length': '46188',
77265npm verb headers 'accept-ranges': 'bytes',
77266npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77267npm verb headers via: '1.1 varnish',
77268npm verb headers age: '63',
77269npm verb headers connection: 'keep-alive',
77270npm verb headers 'x-served-by': 'cache-fra1239-FRA',
77271npm verb headers 'x-cache': 'HIT',
77272npm verb headers 'x-cache-hits': '1',
77273npm verb headers 'x-timer': 'S1450870338.373247,VS0,VE0',
77274npm verb headers vary: 'Accept' }
77275npm verb get saving mustache to /root/.npm/registry.npmjs.org/mustache/.cache.json
77276npm http 200 http://registry.npmjs.org/did_it_work
77277npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77278npm verb headers etag: '"27EOYHIN2H09LDA6CENZBY8RG"',
77279npm verb headers 'content-type': 'application/json',
77280npm verb headers 'cache-control': 'max-age=300',
77281npm verb headers 'content-length': '11633',
77282npm verb headers 'accept-ranges': 'bytes',
77283npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77284npm verb headers via: '1.1 varnish',
77285npm verb headers age: '109',
77286npm verb headers connection: 'keep-alive',
77287npm verb headers 'x-served-by': 'cache-fra1238-FRA',
77288npm verb headers 'x-cache': 'HIT',
77289npm verb headers 'x-cache-hits': '1',
77290npm verb headers 'x-timer': 'S1450870338.372628,VS0,VE0',
77291npm verb headers vary: 'Accept' }
77292npm verb get saving did_it_work to /root/.npm/registry.npmjs.org/did_it_work/.cache.json
77293npm http 200 http://registry.npmjs.org/printf
77294npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77295npm verb headers etag: '"52MMZCNWVDEVP8IEB1U7DSREZ"',
77296npm verb headers 'content-type': 'application/json',
77297npm verb headers 'cache-control': 'max-age=300',
77298npm verb headers 'content-length': '22548',
77299npm verb headers 'accept-ranges': 'bytes',
77300npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77301npm verb headers via: '1.1 varnish',
77302npm verb headers age: '63',
77303npm verb headers connection: 'keep-alive',
77304npm verb headers 'x-served-by': 'cache-fra1241-FRA',
77305npm verb headers 'x-cache': 'HIT',
77306npm verb headers 'x-cache-hits': '1',
77307npm verb headers 'x-timer': 'S1450870338.373864,VS0,VE0',
77308npm verb headers vary: 'Accept' }
77309npm verb get saving printf to /root/.npm/registry.npmjs.org/printf/.cache.json
77310npm http 200 http://registry.npmjs.org/consolidate
77311npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77312npm verb headers etag: '"2JER86KH4ZL7XGN4H1OB7C9KB"',
77313npm verb headers 'content-type': 'application/json',
77314npm verb headers 'cache-control': 'max-age=300',
77315npm verb headers 'content-length': '32098',
77316npm verb headers 'accept-ranges': 'bytes',
77317npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77318npm verb headers via: '1.1 varnish',
77319npm verb headers age: '0',
77320npm verb headers connection: 'keep-alive',
77321npm verb headers 'x-served-by': 'cache-fra1221-FRA',
77322npm verb headers 'x-cache': 'HIT',
77323npm verb headers 'x-cache-hits': '1',
77324npm verb headers 'x-timer': 'S1450870338.372389,VS0,VE100',
77325npm verb headers vary: 'Accept' }
77326npm verb get saving consolidate to /root/.npm/registry.npmjs.org/consolidate/.cache.json
77327npm http 200 http://registry.npmjs.org/tap-parser
77328npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77329npm verb headers etag: '"EYFUN3JW2FHN30YWG1UX218ME"',
77330npm verb headers 'content-type': 'application/json',
77331npm verb headers 'cache-control': 'max-age=300',
77332npm verb headers 'content-length': '42535',
77333npm verb headers 'accept-ranges': 'bytes',
77334npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77335npm verb headers via: '1.1 varnish',
77336npm verb headers age: '244',
77337npm verb headers connection: 'keep-alive',
77338npm verb headers 'x-served-by': 'cache-fra1222-FRA',
77339npm verb headers 'x-cache': 'HIT',
77340npm verb headers 'x-cache-hits': '2',
77341npm verb headers 'x-timer': 'S1450870338.373877,VS0,VE0',
77342npm verb headers vary: 'Accept' }
77343npm verb get saving tap-parser to /root/.npm/registry.npmjs.org/tap-parser/.cache.json
77344npm info retry fetch attempt 1 at 11:32:18
77345npm info attempt registry request try #1 at 11:32:18
77346npm http fetch GET http://registry.npmjs.org/charm/-/charm-1.0.0.tgz
77347npm http 200 http://registry.npmjs.org/js-yaml
77348npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77349npm verb headers etag: '"87Q0HTPBPNDKR4YO7K37RHIFD"',
77350npm verb headers 'content-type': 'application/json',
77351npm verb headers 'cache-control': 'max-age=300',
77352npm verb headers 'content-length': '69839',
77353npm verb headers 'accept-ranges': 'bytes',
77354npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77355npm verb headers via: '1.1 varnish',
77356npm verb headers age: '96',
77357npm verb headers connection: 'keep-alive',
77358npm verb headers 'x-served-by': 'cache-fra1237-FRA',
77359npm verb headers 'x-cache': 'HIT',
77360npm verb headers 'x-cache-hits': '5',
77361npm verb headers 'x-timer': 'S1450870338.373102,VS0,VE0',
77362npm verb headers vary: 'Accept' }
77363npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
77364npm info retry fetch attempt 1 at 11:32:18
77365npm info attempt registry request try #1 at 11:32:18
77366npm http fetch GET http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz
77367npm http 200 http://registry.npmjs.org/fireworm
77368npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77369npm verb headers etag: '"9D5VSLWHPAB7J1ZYPQPURQLVO"',
77370npm verb headers 'content-type': 'application/json',
77371npm verb headers 'cache-control': 'max-age=300',
77372npm verb headers 'content-length': '35881',
77373npm verb headers 'accept-ranges': 'bytes',
77374npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77375npm verb headers via: '1.1 varnish',
77376npm verb headers age: '109',
77377npm verb headers connection: 'keep-alive',
77378npm verb headers 'x-served-by': 'cache-fra1240-FRA',
77379npm verb headers 'x-cache': 'HIT',
77380npm verb headers 'x-cache-hits': '3',
77381npm verb headers 'x-timer': 'S1450870338.373137,VS0,VE0',
77382npm verb headers vary: 'Accept' }
77383npm verb get saving fireworm to /root/.npm/registry.npmjs.org/fireworm/.cache.json
77384npm http fetch 200 http://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz
77385npm verb cache add spec socket.io-pure@^1.3.11
77386npm verb addNamed ">=1.3.11 <2.0.0" is a valid semver range for socket.io-pure
77387npm verb addNameRange registry:http://registry.npmjs.org/socket.io-pure not in flight; fetching
77388npm http fetch 200 http://registry.npmjs.org/charm/-/charm-1.0.0.tgz
77389npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz not in flight; adding
77390npm verb addTmpTarball already have metadata; skipping unpack for cross-spawn-async@2.1.1
77391npm verb cache add spec did_it_work@0.0.6
77392npm verb addNamed "0.0.6" is a plain semver version for did_it_work
77393npm verb addNameVersion registry:http://registry.npmjs.org/did_it_work not in flight; fetching
77394npm verb cache add spec consolidate@^0.13.1
77395npm verb addNamed ">=0.13.1 <0.14.0" is a valid semver range for consolidate
77396npm verb addNameRange registry:http://registry.npmjs.org/consolidate not in flight; fetching
77397npm verb get http://registry.npmjs.org/socket.io-pure not expired, no request
77398npm verb addNamed "1.3.12" is a plain semver version for socket.io-pure
77399npm verb cache add spec printf@^0.2.3
77400npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for printf
77401npm verb addNameRange registry:http://registry.npmjs.org/printf not in flight; fetching
77402npm verb cache add spec mustache@^2.0.0
77403npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for mustache
77404npm verb addNameRange registry:http://registry.npmjs.org/mustache not in flight; fetching
77405npm verb addRemoteTarball http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz not in flight; adding
77406npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz',
77407npm verb addRemoteTarball '04204d303f358650b5423f72b190dc0275d30e30' ]
77408npm http fetch 200 http://registry.npmjs.org/backbone/-/backbone-1.2.3.tgz
77409npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/charm/-/charm-1.0.0.tgz not in flight; adding
77410npm verb addTmpTarball already have metadata; skipping unpack for charm@1.0.0
77411npm verb cache add spec tap-parser@^1.1.3
77412npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for tap-parser
77413npm verb addNameRange registry:http://registry.npmjs.org/tap-parser not in flight; fetching
77414npm verb cache add spec js-yaml@^3.2.5
77415npm verb addNamed ">=3.2.5 <4.0.0" is a valid semver range for js-yaml
77416npm verb addNameRange registry:http://registry.npmjs.org/js-yaml not in flight; fetching
77417npm verb cache add spec fireworm@^0.6.6
77418npm verb addNamed ">=0.6.6 <0.7.0" is a valid semver range for fireworm
77419npm verb addNameRange registry:http://registry.npmjs.org/fireworm not in flight; fetching
77420npm info retry fetch attempt 1 at 11:32:18
77421npm info attempt registry request try #1 at 11:32:18
77422npm http fetch GET http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz
77423npm verb get http://registry.npmjs.org/consolidate not expired, no request
77424npm verb addNamed "0.13.1" is a plain semver version for consolidate
77425npm verb get http://registry.npmjs.org/did_it_work not expired, no request
77426npm verb get http://registry.npmjs.org/printf not expired, no request
77427npm verb addNamed "0.2.3" is a plain semver version for printf
77428npm verb get http://registry.npmjs.org/mustache not expired, no request
77429npm verb addNamed "2.2.1" is a plain semver version for mustache
77430npm verb addRemoteTarball http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz not in flight; adding
77431npm verb addRemoteTarball [ 'http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz',
77432npm verb addRemoteTarball '9e9503568eb4850889da6ed87a852c8dd2d13f64' ]
77433npm verb addRemoteTarball http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz not in flight; adding
77434npm verb addRemoteTarball [ 'http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz',
77435npm verb addRemoteTarball '5180cb9e16ebf9a8753a0cc6b4af9ccdff71ec05' ]
77436npm verb addRemoteTarball http://registry.npmjs.org/printf/-/printf-0.2.3.tgz not in flight; adding
77437npm verb addRemoteTarball [ 'http://registry.npmjs.org/printf/-/printf-0.2.3.tgz',
77438npm verb addRemoteTarball '349ce132effee7218654f3b0f6bb62b2aa0843dd' ]
77439npm verb addRemoteTarball http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz not in flight; adding
77440npm verb addRemoteTarball [ 'http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz',
77441npm verb addRemoteTarball '2c40ca21c278f53150682bcf9090e41a3339b876' ]
77442npm http fetch 200 http://registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz
77443npm verb get http://registry.npmjs.org/tap-parser not expired, no request
77444npm verb addNamed "1.2.2" is a plain semver version for tap-parser
77445npm verb get http://registry.npmjs.org/js-yaml not expired, no request
77446npm verb addNamed "3.4.6" is a plain semver version for js-yaml
77447npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/backbone/-/backbone-1.2.3.tgz not in flight; adding
77448npm verb addTmpTarball already have metadata; skipping unpack for backbone@1.2.3
77449npm verb addRemoteTarball http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz not in flight; adding
77450npm verb addRemoteTarball [ 'http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz',
77451npm verb addRemoteTarball '5e2f6970611f079c7cf857de1dc7aa1b480de7a5' ]
77452npm verb addRemoteTarball http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
77453npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz',
77454npm verb addRemoteTarball '6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0' ]
77455npm verb get http://registry.npmjs.org/fireworm not expired, no request
77456npm verb addNamed "0.6.6" is a plain semver version for fireworm
77457npm info retry fetch attempt 1 at 11:32:18
77458npm info attempt registry request try #1 at 11:32:18
77459npm http fetch GET http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz
77460npm info retry fetch attempt 1 at 11:32:18
77461npm info attempt registry request try #1 at 11:32:18
77462npm http fetch GET http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz
77463npm http 200 http://registry.npmjs.org/fileset
77464npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77465npm verb headers etag: '"26TXLYXMYOOWKMC7521B3WUG6"',
77466npm verb headers 'content-type': 'application/json',
77467npm verb headers 'cache-control': 'max-age=300',
77468npm verb headers 'content-length': '15408',
77469npm verb headers 'accept-ranges': 'bytes',
77470npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77471npm verb headers via: '1.1 varnish',
77472npm verb headers age: '198',
77473npm verb headers connection: 'keep-alive',
77474npm verb headers 'x-served-by': 'cache-fra1221-FRA',
77475npm verb headers 'x-cache': 'HIT',
77476npm verb headers 'x-cache-hits': '1',
77477npm verb headers 'x-timer': 'S1450870338.372948,VS0,VE0',
77478npm verb headers vary: 'Accept' }
77479npm verb get saving fileset to /root/.npm/registry.npmjs.org/fileset/.cache.json
77480npm info retry fetch attempt 1 at 11:32:18
77481npm info attempt registry request try #1 at 11:32:18
77482npm http fetch GET http://registry.npmjs.org/printf/-/printf-0.2.3.tgz
77483npm info retry fetch attempt 1 at 11:32:18
77484npm info attempt registry request try #1 at 11:32:18
77485npm http fetch GET http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz
77486npm verb addRemoteTarball http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz not in flight; adding
77487npm verb addRemoteTarball [ 'http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz',
77488npm verb addRemoteTarball '6023218e215c8ae628ac5105a60e470a50983f6f' ]
77489npm http 200 http://registry.npmjs.org/xmldom
77490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77491npm verb headers etag: '"8F7H3A4KXY95UIYF0DQTFXQYB"',
77492npm verb headers 'content-type': 'application/json',
77493npm verb headers 'cache-control': 'max-age=300',
77494npm verb headers 'content-length': '34269',
77495npm verb headers 'accept-ranges': 'bytes',
77496npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77497npm verb headers via: '1.1 varnish',
77498npm verb headers age: '34',
77499npm verb headers connection: 'keep-alive',
77500npm verb headers 'x-served-by': 'cache-fra1243-FRA',
77501npm verb headers 'x-cache': 'HIT',
77502npm verb headers 'x-cache-hits': '1',
77503npm verb headers 'x-timer': 'S1450870338.373889,VS0,VE0',
77504npm verb headers vary: 'Accept' }
77505npm verb get saving xmldom to /root/.npm/registry.npmjs.org/xmldom/.cache.json
77506npm http 200 http://registry.npmjs.org/growl
77507npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77508npm verb headers etag: '"6PKCHLDZRJVP98V8ELUMW4FBS"',
77509npm verb headers 'content-type': 'application/json',
77510npm verb headers 'cache-control': 'max-age=300',
77511npm verb headers 'content-length': '14106',
77512npm verb headers 'accept-ranges': 'bytes',
77513npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77514npm verb headers via: '1.1 varnish',
77515npm verb headers age: '34',
77516npm verb headers connection: 'keep-alive',
77517npm verb headers 'x-served-by': 'cache-fra1239-FRA',
77518npm verb headers 'x-cache': 'HIT',
77519npm verb headers 'x-cache-hits': '2',
77520npm verb headers 'x-timer': 'S1450870338.373284,VS0,VE0',
77521npm verb headers vary: 'Accept' }
77522npm verb get saving growl to /root/.npm/registry.npmjs.org/growl/.cache.json
77523npm http fetch 200 http://registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz
77524npm http fetch 200 http://registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz
77525npm verb afterAdd /root/.npm/cross-spawn-async/2.1.1/package/package.json not in flight; writing
77526npm info retry fetch attempt 1 at 11:32:18
77527npm info attempt registry request try #1 at 11:32:18
77528npm http fetch GET http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz
77529npm info retry fetch attempt 1 at 11:32:18
77530npm info attempt registry request try #1 at 11:32:18
77531npm http fetch GET http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
77532npm info retry fetch attempt 1 at 11:32:18
77533npm info attempt registry request try #1 at 11:32:18
77534npm http fetch GET http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz
77535npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/socket.io-pure/-/socket.io-pure-1.3.12.tgz not in flight; adding
77536npm verb addTmpTarball already have metadata; skipping unpack for socket.io-pure@1.3.12
77537npm verb afterAdd /root/.npm/charm/1.0.0/package/package.json not in flight; writing
77538npm http fetch 200 http://registry.npmjs.org/printf/-/printf-0.2.3.tgz
77539npm http fetch 200 http://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz
77540npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz not in flight; adding
77541npm verb addTmpTarball already have metadata; skipping unpack for npmlog@1.2.1
77542npm verb afterAdd /root/.npm/cross-spawn-async/2.1.1/package/package.json written
77543npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/did_it_work/-/did_it_work-0.0.6.tgz not in flight; adding
77544npm verb addTmpTarball already have metadata; skipping unpack for did_it_work@0.0.6
77545npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/consolidate/-/consolidate-0.13.1.tgz not in flight; adding
77546npm verb addTmpTarball already have metadata; skipping unpack for consolidate@0.13.1
77547npm http fetch 200 http://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz
77548npm http fetch 200 http://registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz
77549npm verb afterAdd /root/.npm/charm/1.0.0/package/package.json written
77550npm verb afterAdd /root/.npm/backbone/1.2.3/package/package.json not in flight; writing
77551npm verb cache add spec fileset@^0.2.1
77552npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for fileset
77553npm verb addNameRange registry:http://registry.npmjs.org/fileset not in flight; fetching
77554npm http fetch 200 http://registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz
77555npm verb cache add spec growl@^1.8.1
77556npm verb addNamed ">=1.8.1 <2.0.0" is a valid semver range for growl
77557npm verb addNameRange registry:http://registry.npmjs.org/growl not in flight; fetching
77558npm verb cache add spec xmldom@^0.1.19
77559npm verb addNamed ">=0.1.19 <0.2.0" is a valid semver range for xmldom
77560npm verb addNameRange registry:http://registry.npmjs.org/xmldom not in flight; fetching
77561npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/printf/-/printf-0.2.3.tgz not in flight; adding
77562npm verb addTmpTarball already have metadata; skipping unpack for printf@0.2.3
77563npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mustache/-/mustache-2.2.1.tgz not in flight; adding
77564npm verb addTmpTarball already have metadata; skipping unpack for mustache@2.2.1
77565npm verb afterAdd /root/.npm/backbone/1.2.3/package/package.json written
77566npm verb get http://registry.npmjs.org/fileset not expired, no request
77567npm verb addNamed "0.2.1" is a plain semver version for fileset
77568npm verb afterAdd /root/.npm/socket.io-pure/1.3.12/package/package.json not in flight; writing
77569npm verb afterAdd /root/.npm/npmlog/1.2.1/package/package.json not in flight; writing
77570npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tap-parser/-/tap-parser-1.2.2.tgz not in flight; adding
77571npm verb addTmpTarball already have metadata; skipping unpack for tap-parser@1.2.2
77572npm verb get http://registry.npmjs.org/growl not expired, no request
77573npm verb addNamed "1.8.1" is a plain semver version for growl
77574npm verb addRemoteTarball http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
77575npm verb addRemoteTarball [ 'http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz',
77576npm verb addRemoteTarball '588ef8973c6623b2a76df465105696b96aac8067' ]
77577npm verb get http://registry.npmjs.org/xmldom not expired, no request
77578npm verb addNamed "0.1.19" is a plain semver version for xmldom
77579npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fireworm/-/fireworm-0.6.6.tgz not in flight; adding
77580npm verb addTmpTarball already have metadata; skipping unpack for fireworm@0.6.6
77581npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async/-/async-1.5.0.tgz not in flight; adding
77582npm verb addTmpTarball already have metadata; skipping unpack for async@1.5.0
77583npm verb addRemoteTarball http://registry.npmjs.org/growl/-/growl-1.8.1.tgz not in flight; adding
77584npm verb addRemoteTarball [ 'http://registry.npmjs.org/growl/-/growl-1.8.1.tgz',
77585npm verb addRemoteTarball '4b2dec8d907e93db336624dcec0183502f8c9428' ]
77586npm verb addRemoteTarball http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
77587npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz',
77588npm verb addRemoteTarball '631fc07776efd84118bf25171b37ed4d075a0abc' ]
77589npm info retry fetch attempt 1 at 11:32:18
77590npm info attempt registry request try #1 at 11:32:18
77591npm http fetch GET http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
77592npm verb afterAdd /root/.npm/consolidate/0.13.1/package/package.json not in flight; writing
77593npm verb afterAdd /root/.npm/did_it_work/0.0.6/package/package.json not in flight; writing
77594npm info retry fetch attempt 1 at 11:32:18
77595npm info attempt registry request try #1 at 11:32:18
77596npm http fetch GET http://registry.npmjs.org/growl/-/growl-1.8.1.tgz
77597npm info retry fetch attempt 1 at 11:32:18
77598npm info attempt registry request try #1 at 11:32:18
77599npm http fetch GET http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
77600npm verb afterAdd /root/.npm/socket.io-pure/1.3.12/package/package.json written
77601npm verb afterAdd /root/.npm/npmlog/1.2.1/package/package.json written
77602npm http 200 http://registry.npmjs.org/styled_string
77603npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77604npm verb headers etag: '"1H62LJL0ON77PW313DETCLATV"',
77605npm verb headers 'content-type': 'application/json',
77606npm verb headers 'cache-control': 'max-age=300',
77607npm verb headers 'content-length': '2321',
77608npm verb headers 'accept-ranges': 'bytes',
77609npm verb headers date: 'Wed, 23 Dec 2015 11:32:18 GMT',
77610npm verb headers via: '1.1 varnish',
77611npm verb headers age: '109',
77612npm verb headers connection: 'keep-alive',
77613npm verb headers 'x-served-by': 'cache-fra1232-FRA',
77614npm verb headers 'x-cache': 'HIT',
77615npm verb headers 'x-cache-hits': '1',
77616npm verb headers 'x-timer': 'S1450870338.373925,VS0,VE0',
77617npm verb headers vary: 'Accept' }
77618npm verb get saving styled_string to /root/.npm/registry.npmjs.org/styled_string/.cache.json
77619npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz not in flight; adding
77620npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@3.4.6
77621npm verb afterAdd /root/.npm/mustache/2.2.1/package/package.json not in flight; writing
77622npm verb afterAdd /root/.npm/printf/0.2.3/package/package.json not in flight; writing
77623npm http fetch 200 http://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
77624npm verb afterAdd /root/.npm/consolidate/0.13.1/package/package.json written
77625npm verb afterAdd /root/.npm/did_it_work/0.0.6/package/package.json written
77626npm http fetch 200 http://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz
77627npm http fetch 200 http://registry.npmjs.org/growl/-/growl-1.8.1.tgz
77628npm verb afterAdd /root/.npm/async/1.5.0/package/package.json not in flight; writing
77629npm verb afterAdd /root/.npm/tap-parser/1.2.2/package/package.json not in flight; writing
77630npm verb afterAdd /root/.npm/fireworm/0.6.6/package/package.json not in flight; writing
77631npm verb afterAdd /root/.npm/mustache/2.2.1/package/package.json written
77632npm verb afterAdd /root/.npm/printf/0.2.3/package/package.json written
77633npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
77634npm verb addTmpTarball already have metadata; skipping unpack for fileset@0.2.1
77635npm verb afterAdd /root/.npm/async/1.5.0/package/package.json written
77636npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/growl/-/growl-1.8.1.tgz not in flight; adding
77637npm verb addTmpTarball already have metadata; skipping unpack for growl@1.8.1
77638npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz not in flight; adding
77639npm verb addTmpTarball already have metadata; skipping unpack for xmldom@0.1.19
77640npm verb afterAdd /root/.npm/tap-parser/1.2.2/package/package.json written
77641npm verb cache add spec styled_string@0.0.1
77642npm verb addNamed "0.0.1" is a plain semver version for styled_string
77643npm verb addNameVersion registry:http://registry.npmjs.org/styled_string not in flight; fetching
77644npm verb afterAdd /root/.npm/fireworm/0.6.6/package/package.json written
77645npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json not in flight; writing
77646npm verb get http://registry.npmjs.org/styled_string not expired, no request
77647npm verb addRemoteTarball http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz not in flight; adding
77648npm verb addRemoteTarball [ 'http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz',
77649npm verb addRemoteTarball 'd22782bd81295459bc4f1df18c4bad8e94dd124a' ]
77650npm verb afterAdd /root/.npm/js-yaml/3.4.6/package/package.json written
77651npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json not in flight; writing
77652npm info retry fetch attempt 1 at 11:32:18
77653npm info attempt registry request try #1 at 11:32:18
77654npm http fetch GET http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz
77655npm verb afterAdd /root/.npm/growl/1.8.1/package/package.json not in flight; writing
77656npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json not in flight; writing
77657npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json written
77658npm verb afterAdd /root/.npm/growl/1.8.1/package/package.json written
77659npm verb afterAdd /root/.npm/xmldom/0.1.19/package/package.json written
77660npm http fetch 200 http://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz
77661npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz not in flight; adding
77662npm verb addTmpTarball already have metadata; skipping unpack for styled_string@0.0.1
77663npm verb afterAdd /root/.npm/styled_string/0.0.1/package/package.json not in flight; writing
77664npm verb afterAdd /root/.npm/styled_string/0.0.1/package/package.json written
77665npm verb request uri http://registry.npmjs.org/underscore
77666npm verb request no auth needed
77667npm info attempt registry request try #1 at 11:32:19
77668npm http request GET http://registry.npmjs.org/underscore
77669npm http 200 http://registry.npmjs.org/underscore
77670npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77671npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
77672npm verb headers 'content-type': 'application/json',
77673npm verb headers 'cache-control': 'max-age=300',
77674npm verb headers 'content-length': '41960',
77675npm verb headers 'accept-ranges': 'bytes',
77676npm verb headers date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77677npm verb headers via: '1.1 varnish',
77678npm verb headers age: '64',
77679npm verb headers connection: 'keep-alive',
77680npm verb headers 'x-served-by': 'cache-fra1231-FRA',
77681npm verb headers 'x-cache': 'HIT',
77682npm verb headers 'x-cache-hits': '3',
77683npm verb headers 'x-timer': 'S1450870339.070351,VS0,VE0',
77684npm verb headers vary: 'Accept' }
77685npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
77686npm verb cache add spec underscore@>=1.7.0
77687npm verb addNamed ">=1.7.0" is a valid semver range for underscore
77688npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
77689npm verb get http://registry.npmjs.org/underscore not expired, no request
77690npm verb addNamed "1.8.3" is a plain semver version for underscore
77691npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz not in flight; adding
77692npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz',
77693npm verb addRemoteTarball '4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022' ]
77694npm info retry fetch attempt 1 at 11:32:19
77695npm info attempt registry request try #1 at 11:32:19
77696npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz
77697npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz
77698npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/underscore/-/underscore-1.8.3.tgz not in flight; adding
77699npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.8.3
77700npm verb afterAdd /root/.npm/underscore/1.8.3/package/package.json not in flight; writing
77701npm verb afterAdd /root/.npm/underscore/1.8.3/package/package.json written
77702npm verb cache add spec lru-cache@^3.2.0
77703npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for lru-cache
77704npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
77705npm verb request uri http://registry.npmjs.org/which
77706npm verb request no auth needed
77707npm info attempt registry request try #1 at 11:32:19
77708npm http request GET http://registry.npmjs.org/which
77709npm verb request uri http://registry.npmjs.org/lru-cache
77710npm verb request no auth needed
77711npm info attempt registry request try #1 at 11:32:19
77712npm verb etag "F0MK8HIC1M0PVUN3L8D5VTEPD"
77713npm http request GET http://registry.npmjs.org/lru-cache
77714npm http 200 http://registry.npmjs.org/which
77715npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77716npm verb headers etag: '"6DE0SJ92WYL4YTDQ4JLGBNSFS"',
77717npm verb headers 'content-type': 'application/json',
77718npm verb headers 'cache-control': 'max-age=300',
77719npm verb headers 'content-length': '15728',
77720npm verb headers 'accept-ranges': 'bytes',
77721npm verb headers date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77722npm verb headers via: '1.1 varnish',
77723npm verb headers age: '176',
77724npm verb headers connection: 'keep-alive',
77725npm verb headers 'x-served-by': 'cache-fra1237-FRA',
77726npm verb headers 'x-cache': 'HIT',
77727npm verb headers 'x-cache-hits': '7',
77728npm verb headers 'x-timer': 'S1450870339.528638,VS0,VE0',
77729npm verb headers vary: 'Accept' }
77730npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
77731npm verb cache add spec which@^1.2.0
77732npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for which
77733npm verb addNameRange registry:http://registry.npmjs.org/which not in flight; fetching
77734npm http 304 http://registry.npmjs.org/lru-cache
77735npm verb headers { date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77736npm verb headers via: '1.1 varnish',
77737npm verb headers 'cache-control': 'max-age=300',
77738npm verb headers etag: '"F0MK8HIC1M0PVUN3L8D5VTEPD"',
77739npm verb headers age: '274',
77740npm verb headers connection: 'keep-alive',
77741npm verb headers 'x-served-by': 'cache-fra1243-FRA',
77742npm verb headers 'x-cache': 'HIT',
77743npm verb headers 'x-cache-hits': '26',
77744npm verb headers 'x-timer': 'S1450870339.547280,VS0,VE0',
77745npm verb headers vary: 'Accept' }
77746npm verb etag http://registry.npmjs.org/lru-cache from cache
77747npm verb get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json
77748npm verb get http://registry.npmjs.org/which not expired, no request
77749npm verb addNamed "1.2.1" is a plain semver version for which
77750npm verb addRemoteTarball http://registry.npmjs.org/which/-/which-1.2.1.tgz not in flight; adding
77751npm verb addRemoteTarball [ 'http://registry.npmjs.org/which/-/which-1.2.1.tgz',
77752npm verb addRemoteTarball 'a010c43aade1a798a3e6c1b1e453d45cb497a2bc' ]
77753npm info retry fetch attempt 1 at 11:32:19
77754npm info attempt registry request try #1 at 11:32:19
77755npm http fetch GET http://registry.npmjs.org/which/-/which-1.2.1.tgz
77756npm verb addNamed "3.2.0" is a plain semver version for lru-cache
77757npm verb addRemoteTarball http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz not in flight; adding
77758npm verb addRemoteTarball [ 'http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz',
77759npm verb addRemoteTarball '71789b3b7f5399bec8565dda38aa30d2a097efee' ]
77760npm info retry fetch attempt 1 at 11:32:19
77761npm info attempt registry request try #1 at 11:32:19
77762npm http fetch GET http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz
77763npm http fetch 200 http://registry.npmjs.org/which/-/which-1.2.1.tgz
77764npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/which/-/which-1.2.1.tgz not in flight; adding
77765npm verb addTmpTarball already have metadata; skipping unpack for which@1.2.1
77766npm verb afterAdd /root/.npm/which/1.2.1/package/package.json not in flight; writing
77767npm http fetch 200 http://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz
77768npm verb afterAdd /root/.npm/which/1.2.1/package/package.json written
77769npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz not in flight; adding
77770npm verb addTmpTarball already have metadata; skipping unpack for lru-cache@3.2.0
77771npm verb afterAdd /root/.npm/lru-cache/3.2.0/package/package.json not in flight; writing
77772npm verb afterAdd /root/.npm/lru-cache/3.2.0/package/package.json written
77773npm verb request uri http://registry.npmjs.org/pseudomap
77774npm verb request no auth needed
77775npm info attempt registry request try #1 at 11:32:19
77776npm http request GET http://registry.npmjs.org/pseudomap
77777npm http 200 http://registry.npmjs.org/pseudomap
77778npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77779npm verb headers etag: '"EOGQ5IJM99V8GVKQLN2U6AWWG"',
77780npm verb headers 'content-type': 'application/json',
77781npm verb headers 'cache-control': 'max-age=300',
77782npm verb headers 'content-length': '5132',
77783npm verb headers 'accept-ranges': 'bytes',
77784npm verb headers date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77785npm verb headers via: '1.1 varnish',
77786npm verb headers age: '15',
77787npm verb headers connection: 'keep-alive',
77788npm verb headers 'x-served-by': 'cache-fra1242-FRA',
77789npm verb headers 'x-cache': 'HIT',
77790npm verb headers 'x-cache-hits': '1',
77791npm verb headers 'x-timer': 'S1450870339.670115,VS0,VE0',
77792npm verb headers vary: 'Accept' }
77793npm verb get saving pseudomap to /root/.npm/registry.npmjs.org/pseudomap/.cache.json
77794npm verb cache add spec pseudomap@^1.0.1
77795npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for pseudomap
77796npm verb addNameRange registry:http://registry.npmjs.org/pseudomap not in flight; fetching
77797npm verb get http://registry.npmjs.org/pseudomap not expired, no request
77798npm verb addNamed "1.0.1" is a plain semver version for pseudomap
77799npm verb addRemoteTarball http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz not in flight; adding
77800npm verb addRemoteTarball [ 'http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz',
77801npm verb addRemoteTarball '29b4e7f37bbbf3e3c9b9152981c40f33d56b2b28' ]
77802npm info retry fetch attempt 1 at 11:32:19
77803npm info attempt registry request try #1 at 11:32:19
77804npm http fetch GET http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz
77805npm http fetch 200 http://registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz
77806npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pseudomap/-/pseudomap-1.0.1.tgz not in flight; adding
77807npm verb addTmpTarball already have metadata; skipping unpack for pseudomap@1.0.1
77808npm verb afterAdd /root/.npm/pseudomap/1.0.1/package/package.json not in flight; writing
77809npm verb afterAdd /root/.npm/pseudomap/1.0.1/package/package.json written
77810npm verb request uri http://registry.npmjs.org/is-absolute
77811npm verb request no auth needed
77812npm info attempt registry request try #1 at 11:32:19
77813npm http request GET http://registry.npmjs.org/is-absolute
77814npm http 200 http://registry.npmjs.org/is-absolute
77815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77816npm verb headers etag: '"CPI4UKPPY6RVIFNM6AJ9B3780"',
77817npm verb headers 'content-type': 'application/json',
77818npm verb headers 'cache-control': 'max-age=300',
77819npm verb headers 'content-length': '18266',
77820npm verb headers 'accept-ranges': 'bytes',
77821npm verb headers date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77822npm verb headers via: '1.1 varnish',
77823npm verb headers age: '226',
77824npm verb headers connection: 'keep-alive',
77825npm verb headers 'x-served-by': 'cache-fra1243-FRA',
77826npm verb headers 'x-cache': 'HIT',
77827npm verb headers 'x-cache-hits': '5',
77828npm verb headers 'x-timer': 'S1450870339.779080,VS0,VE0',
77829npm verb headers vary: 'Accept' }
77830npm verb get saving is-absolute to /root/.npm/registry.npmjs.org/is-absolute/.cache.json
77831npm verb cache add spec is-absolute@^0.1.7
77832npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for is-absolute
77833npm verb addNameRange registry:http://registry.npmjs.org/is-absolute not in flight; fetching
77834npm verb get http://registry.npmjs.org/is-absolute not expired, no request
77835npm verb addNamed "0.1.7" is a plain semver version for is-absolute
77836npm verb addRemoteTarball http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
77837npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz',
77838npm verb addRemoteTarball '847491119fccb5fb436217cc737f7faad50f603f' ]
77839npm info retry fetch attempt 1 at 11:32:19
77840npm info attempt registry request try #1 at 11:32:19
77841npm http fetch GET http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
77842npm http fetch 200 http://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
77843npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
77844npm verb addTmpTarball already have metadata; skipping unpack for is-absolute@0.1.7
77845npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json not in flight; writing
77846npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json written
77847npm verb request uri http://registry.npmjs.org/is-relative
77848npm verb request no auth needed
77849npm info attempt registry request try #1 at 11:32:19
77850npm http request GET http://registry.npmjs.org/is-relative
77851npm http 200 http://registry.npmjs.org/is-relative
77852npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77853npm verb headers etag: '"96AW5PE7LE078MLGG4XGGJNPM"',
77854npm verb headers 'content-type': 'application/json',
77855npm verb headers 'cache-control': 'max-age=60',
77856npm verb headers 'content-length': '10179',
77857npm verb headers 'accept-ranges': 'bytes',
77858npm verb headers date: 'Wed, 23 Dec 2015 11:32:19 GMT',
77859npm verb headers via: '1.1 varnish',
77860npm verb headers age: '8',
77861npm verb headers connection: 'keep-alive',
77862npm verb headers 'x-served-by': 'cache-fra1248-FRA',
77863npm verb headers 'x-cache': 'HIT',
77864npm verb headers 'x-cache-hits': '1',
77865npm verb headers 'x-timer': 'S1450870339.901975,VS0,VE0',
77866npm verb headers vary: 'Accept' }
77867npm verb get saving is-relative to /root/.npm/registry.npmjs.org/is-relative/.cache.json
77868npm verb cache add spec is-relative@^0.1.0
77869npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-relative
77870npm verb addNameRange registry:http://registry.npmjs.org/is-relative not in flight; fetching
77871npm verb get http://registry.npmjs.org/is-relative not expired, no request
77872npm verb addNamed "0.1.3" is a plain semver version for is-relative
77873npm verb addRemoteTarball http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
77874npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz',
77875npm verb addRemoteTarball '905fee8ae86f45b3ec614bc3c15c869df0876e82' ]
77876npm info retry fetch attempt 1 at 11:32:19
77877npm info attempt registry request try #1 at 11:32:19
77878npm http fetch GET http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
77879npm http fetch 200 http://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
77880npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
77881npm verb addTmpTarball already have metadata; skipping unpack for is-relative@0.1.3
77882npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json not in flight; writing
77883npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json written
77884npm verb cache add spec minimatch@2.x
77885npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for minimatch
77886npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
77887npm verb request uri http://registry.npmjs.org/minimatch
77888npm verb request no auth needed
77889npm info attempt registry request try #1 at 11:32:20
77890npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
77891npm http request GET http://registry.npmjs.org/minimatch
77892npm http 304 http://registry.npmjs.org/minimatch
77893npm verb headers { date: 'Wed, 23 Dec 2015 11:32:20 GMT',
77894npm verb headers via: '1.1 varnish',
77895npm verb headers 'cache-control': 'max-age=60',
77896npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
77897npm verb headers age: '53',
77898npm verb headers connection: 'keep-alive',
77899npm verb headers 'x-served-by': 'cache-fra1221-FRA',
77900npm verb headers 'x-cache': 'HIT',
77901npm verb headers 'x-cache-hits': '6',
77902npm verb headers 'x-timer': 'S1450870340.039161,VS0,VE0',
77903npm verb headers vary: 'Accept' }
77904npm verb etag http://registry.npmjs.org/minimatch from cache
77905npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
77906npm verb addNamed "2.0.10" is a plain semver version for minimatch
77907npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
77908npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
77909npm verb cache add spec minimatch@~0.2.9
77910npm verb cache add spec lodash@~2.3.0
77911npm verb addNamed ">=0.2.9 <0.3.0" is a valid semver range for minimatch
77912npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
77913npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for lodash
77914npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
77915npm verb request uri http://registry.npmjs.org/is-type
77916npm verb request no auth needed
77917npm info attempt registry request try #1 at 11:32:20
77918npm http request GET http://registry.npmjs.org/is-type
77919npm verb get http://registry.npmjs.org/lodash not expired, no request
77920npm verb addNamed "2.3.0" is a plain semver version for lodash
77921npm verb get http://registry.npmjs.org/minimatch not expired, no request
77922npm verb addNamed "0.2.14" is a plain semver version for minimatch
77923npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz not in flight; adding
77924npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz',
77925npm verb addRemoteTarball 'dfbdac99cf87a59a022c474730570d8716c267dd' ]
77926npm http 200 http://registry.npmjs.org/is-type
77927npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77928npm verb headers etag: '"F1O3LRK5V8ZE0VQ65FLVNMUFJ"',
77929npm verb headers 'content-type': 'application/json',
77930npm verb headers 'cache-control': 'max-age=300',
77931npm verb headers 'content-length': '7994',
77932npm verb headers 'accept-ranges': 'bytes',
77933npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
77934npm verb headers via: '1.1 varnish',
77935npm verb headers age: '108',
77936npm verb headers connection: 'keep-alive',
77937npm verb headers 'x-served-by': 'cache-fra1244-FRA',
77938npm verb headers 'x-cache': 'HIT',
77939npm verb headers 'x-cache-hits': '2',
77940npm verb headers 'x-timer': 'S1450870340.157702,VS0,VE0',
77941npm verb headers vary: 'Accept' }
77942npm verb get saving is-type to /root/.npm/registry.npmjs.org/is-type/.cache.json
77943npm info retry fetch attempt 1 at 11:32:20
77944npm info attempt registry request try #1 at 11:32:20
77945npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz
77946npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
77947npm verb cache add spec is-type@0.0.1
77948npm verb addNamed "0.0.1" is a plain semver version for is-type
77949npm verb addNameVersion registry:http://registry.npmjs.org/is-type not in flight; fetching
77950npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
77951npm verb get http://registry.npmjs.org/is-type not expired, no request
77952npm verb addRemoteTarball http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz not in flight; adding
77953npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz',
77954npm verb addRemoteTarball 'f651d85c365d44955d14a51d8d7061f3f6b4779c' ]
77955npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz
77956npm info retry fetch attempt 1 at 11:32:20
77957npm info attempt registry request try #1 at 11:32:20
77958npm http fetch GET http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz
77959npm http fetch 200 http://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz
77960npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-type/-/is-type-0.0.1.tgz not in flight; adding
77961npm verb addTmpTarball already have metadata; skipping unpack for is-type@0.0.1
77962npm verb afterAdd /root/.npm/is-type/0.0.1/package/package.json not in flight; writing
77963npm verb afterAdd /root/.npm/is-type/0.0.1/package/package.json written
77964npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash/-/lodash-2.3.0.tgz not in flight; adding
77965npm verb addTmpTarball already have metadata; skipping unpack for lodash@2.3.0
77966npm verb afterAdd /root/.npm/lodash/2.3.0/package/package.json not in flight; writing
77967npm verb afterAdd /root/.npm/lodash/2.3.0/package/package.json written
77968npm verb request uri http://registry.npmjs.org/inherit
77969npm verb request no auth needed
77970npm info attempt registry request try #1 at 11:32:20
77971npm http request GET http://registry.npmjs.org/inherit
77972npm http 200 http://registry.npmjs.org/inherit
77973npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
77974npm verb headers etag: '"CF7OVU5IDV30N1F1KIPZOM501"',
77975npm verb headers 'content-type': 'application/json',
77976npm verb headers 'cache-control': 'max-age=60',
77977npm verb headers 'content-length': '14313',
77978npm verb headers 'accept-ranges': 'bytes',
77979npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
77980npm verb headers via: '1.1 varnish',
77981npm verb headers age: '39',
77982npm verb headers connection: 'keep-alive',
77983npm verb headers 'x-served-by': 'cache-fra1243-FRA',
77984npm verb headers 'x-cache': 'HIT',
77985npm verb headers 'x-cache-hits': '1',
77986npm verb headers 'x-timer': 'S1450870340.515368,VS0,VE0',
77987npm verb headers vary: 'Accept' }
77988npm verb get saving inherit to /root/.npm/registry.npmjs.org/inherit/.cache.json
77989npm verb cache add spec inherit@^2.2.2
77990npm verb addNamed ">=2.2.2 <3.0.0" is a valid semver range for inherit
77991npm verb addNameRange registry:http://registry.npmjs.org/inherit not in flight; fetching
77992npm verb get http://registry.npmjs.org/inherit not expired, no request
77993npm verb addNamed "2.2.2" is a plain semver version for inherit
77994npm verb addRemoteTarball http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
77995npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz',
77996npm verb addRemoteTarball '3b5b3417d434f81a234d68f79612615e416244a3' ]
77997npm info retry fetch attempt 1 at 11:32:20
77998npm info attempt registry request try #1 at 11:32:20
77999npm http fetch GET http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
78000npm http fetch 200 http://registry.npmjs.org/inherit/-/inherit-2.2.2.tgz
78001npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inherit/-/inherit-2.2.2.tgz not in flight; adding
78002npm verb addTmpTarball already have metadata; skipping unpack for inherit@2.2.2
78003npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json not in flight; writing
78004npm verb afterAdd /root/.npm/inherit/2.2.2/package/package.json written
78005npm verb cache add spec debug@2.1.0
78006npm verb addNamed "2.1.0" is a plain semver version for debug
78007npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
78008npm verb request uri http://registry.npmjs.org/engine.io-pure
78009npm verb request no auth needed
78010npm info attempt registry request try #1 at 11:32:20
78011npm http request GET http://registry.npmjs.org/engine.io-pure
78012npm verb request uri http://registry.npmjs.org/socket.io-parser
78013npm verb request no auth needed
78014npm info attempt registry request try #1 at 11:32:20
78015npm http request GET http://registry.npmjs.org/socket.io-parser
78016npm verb request uri http://registry.npmjs.org/socket.io-client-pure
78017npm verb request no auth needed
78018npm info attempt registry request try #1 at 11:32:20
78019npm http request GET http://registry.npmjs.org/socket.io-client-pure
78020npm verb request uri http://registry.npmjs.org/socket.io-adapter
78021npm verb request no auth needed
78022npm info attempt registry request try #1 at 11:32:20
78023npm http request GET http://registry.npmjs.org/socket.io-adapter
78024npm verb request uri http://registry.npmjs.org/has-binary-data
78025npm verb request no auth needed
78026npm info attempt registry request try #1 at 11:32:20
78027npm http request GET http://registry.npmjs.org/has-binary-data
78028npm verb request uri http://registry.npmjs.org/debug
78029npm verb request no auth needed
78030npm info attempt registry request try #1 at 11:32:20
78031npm verb etag "422PTSQDSLUSY1XWGQ92XHWN7"
78032npm http request GET http://registry.npmjs.org/debug
78033npm http 200 http://registry.npmjs.org/engine.io-pure
78034npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78035npm verb headers etag: '"FAGTWT3M11ZTVGD05RCH456R"',
78036npm verb headers 'content-type': 'application/json',
78037npm verb headers 'cache-control': 'max-age=300',
78038npm verb headers 'content-length': '28210',
78039npm verb headers 'accept-ranges': 'bytes',
78040npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78041npm verb headers via: '1.1 varnish',
78042npm verb headers age: '63',
78043npm verb headers connection: 'keep-alive',
78044npm verb headers 'x-served-by': 'cache-fra1247-FRA',
78045npm verb headers 'x-cache': 'HIT',
78046npm verb headers 'x-cache-hits': '1',
78047npm verb headers 'x-timer': 'S1450870340.704000,VS0,VE0',
78048npm verb headers vary: 'Accept' }
78049npm verb get saving engine.io-pure to /root/.npm/registry.npmjs.org/engine.io-pure/.cache.json
78050npm http 304 http://registry.npmjs.org/debug
78051npm verb headers { date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78052npm verb headers via: '1.1 varnish',
78053npm verb headers 'cache-control': 'max-age=300',
78054npm verb headers etag: '"422PTSQDSLUSY1XWGQ92XHWN7"',
78055npm verb headers age: '249',
78056npm verb headers connection: 'keep-alive',
78057npm verb headers 'x-served-by': 'cache-fra1232-FRA',
78058npm verb headers 'x-cache': 'HIT',
78059npm verb headers 'x-cache-hits': '17',
78060npm verb headers 'x-timer': 'S1450870340.714902,VS0,VE0',
78061npm verb headers vary: 'Accept' }
78062npm verb etag http://registry.npmjs.org/debug from cache
78063npm verb get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json
78064npm verb cache add spec engine.io-pure@1.5.9
78065npm verb addNamed "1.5.9" is a plain semver version for engine.io-pure
78066npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-pure not in flight; fetching
78067npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
78068npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz',
78069npm verb addRemoteTarball '33ab915659d8c2cc8a41443d94d6ebd37697ed21' ]
78070npm info retry fetch attempt 1 at 11:32:20
78071npm info attempt registry request try #1 at 11:32:20
78072npm http fetch GET http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
78073npm verb get http://registry.npmjs.org/engine.io-pure not expired, no request
78074npm verb addRemoteTarball http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz not in flight; adding
78075npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz',
78076npm verb addRemoteTarball 'd46f763e0945e5f818d6a59061bf93f1e05c89b6' ]
78077npm info retry fetch attempt 1 at 11:32:20
78078npm info attempt registry request try #1 at 11:32:20
78079npm http fetch GET http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz
78080npm http 200 http://registry.npmjs.org/socket.io-adapter
78081npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78082npm verb headers etag: '"CQNZW8VCO2U3ZQVEIM0BGCBBT"',
78083npm verb headers 'content-type': 'application/json',
78084npm verb headers 'cache-control': 'max-age=300',
78085npm verb headers 'content-length': '4625',
78086npm verb headers 'accept-ranges': 'bytes',
78087npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78088npm verb headers via: '1.1 varnish',
78089npm verb headers age: '18',
78090npm verb headers connection: 'keep-alive',
78091npm verb headers 'x-served-by': 'cache-fra1248-FRA',
78092npm verb headers 'x-cache': 'HIT',
78093npm verb headers 'x-cache-hits': '2',
78094npm verb headers 'x-timer': 'S1450870340.704714,VS0,VE0',
78095npm verb headers vary: 'Accept' }
78096npm verb get saving socket.io-adapter to /root/.npm/registry.npmjs.org/socket.io-adapter/.cache.json
78097npm http fetch 200 http://registry.npmjs.org/debug/-/debug-2.1.0.tgz
78098npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-2.1.0.tgz not in flight; adding
78099npm verb addTmpTarball already have metadata; skipping unpack for debug@2.1.0
78100npm http fetch 200 http://registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz
78101npm verb cache add spec socket.io-adapter@0.3.1
78102npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
78103npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
78104npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/engine.io-pure/-/engine.io-pure-1.5.9.tgz not in flight; adding
78105npm verb addTmpTarball already have metadata; skipping unpack for engine.io-pure@1.5.9
78106npm verb get http://registry.npmjs.org/socket.io-adapter not expired, no request
78107npm verb addRemoteTarball http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
78108npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz',
78109npm verb addRemoteTarball 'df81f970b4df6493902d93e519c7b72755c3a958' ]
78110npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json not in flight; writing
78111npm info retry fetch attempt 1 at 11:32:20
78112npm info attempt registry request try #1 at 11:32:20
78113npm http fetch GET http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
78114npm verb afterAdd /root/.npm/debug/2.1.0/package/package.json written
78115npm verb afterAdd /root/.npm/engine.io-pure/1.5.9/package/package.json not in flight; writing
78116npm verb afterAdd /root/.npm/engine.io-pure/1.5.9/package/package.json written
78117npm http fetch 200 http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz
78118npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz not in flight; adding
78119npm verb addTmpTarball already have metadata; skipping unpack for socket.io-adapter@0.3.1
78120npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json not in flight; writing
78121npm verb afterAdd /root/.npm/socket.io-adapter/0.3.1/package/package.json written
78122npm http 200 http://registry.npmjs.org/socket.io-client-pure
78123npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78124npm verb headers etag: '"97S7QR0D66L0G61Q5I71ELY2I"',
78125npm verb headers 'content-type': 'application/json',
78126npm verb headers 'cache-control': 'max-age=300',
78127npm verb headers 'content-length': '19756',
78128npm verb headers 'accept-ranges': 'bytes',
78129npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78130npm verb headers via: '1.1 varnish',
78131npm verb headers age: '63',
78132npm verb headers connection: 'keep-alive',
78133npm verb headers 'x-served-by': 'cache-fra1221-FRA',
78134npm verb headers 'x-cache': 'HIT',
78135npm verb headers 'x-cache-hits': '1',
78136npm verb headers 'x-timer': 'S1450870340.704496,VS0,VE0',
78137npm verb headers vary: 'Accept' }
78138npm verb get saving socket.io-client-pure to /root/.npm/registry.npmjs.org/socket.io-client-pure/.cache.json
78139npm http 200 http://registry.npmjs.org/has-binary-data
78140npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78141npm verb headers etag: '"CE5JOBAP2Y5B0IFJ6IIYIFS4O"',
78142npm verb headers 'content-type': 'application/json',
78143npm verb headers 'cache-control': 'max-age=300',
78144npm verb headers 'content-length': '4109',
78145npm verb headers 'accept-ranges': 'bytes',
78146npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78147npm verb headers via: '1.1 varnish',
78148npm verb headers age: '72',
78149npm verb headers connection: 'keep-alive',
78150npm verb headers 'x-served-by': 'cache-fra1235-FRA',
78151npm verb headers 'x-cache': 'HIT',
78152npm verb headers 'x-cache-hits': '1',
78153npm verb headers 'x-timer': 'S1450870340.704373,VS0,VE0',
78154npm verb headers vary: 'Accept' }
78155npm verb get saving has-binary-data to /root/.npm/registry.npmjs.org/has-binary-data/.cache.json
78156npm http 200 http://registry.npmjs.org/socket.io-parser
78157npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78158npm verb headers etag: '"2D3W3W3Q5DVVELAU8D93HZDKI"',
78159npm verb headers 'content-type': 'application/json',
78160npm verb headers 'cache-control': 'max-age=300',
78161npm verb headers 'content-length': '20602',
78162npm verb headers 'accept-ranges': 'bytes',
78163npm verb headers date: 'Wed, 23 Dec 2015 11:32:20 GMT',
78164npm verb headers via: '1.1 varnish',
78165npm verb headers age: '59',
78166npm verb headers connection: 'keep-alive',
78167npm verb headers 'x-served-by': 'cache-fra1230-FRA',
78168npm verb headers 'x-cache': 'HIT',
78169npm verb headers 'x-cache-hits': '2',
78170npm verb headers 'x-timer': 'S1450870340.704445,VS0,VE0',
78171npm verb headers vary: 'Accept' }
78172npm verb get saving socket.io-parser to /root/.npm/registry.npmjs.org/socket.io-parser/.cache.json
78173npm verb cache add spec has-binary-data@0.1.3
78174npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
78175npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
78176npm verb cache add spec socket.io-client-pure@1.3.12
78177npm verb addNamed "1.3.12" is a plain semver version for socket.io-client-pure
78178npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client-pure not in flight; fetching
78179npm verb cache add spec socket.io-parser@2.2.4
78180npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
78181npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
78182npm verb get http://registry.npmjs.org/has-binary-data not expired, no request
78183npm verb get http://registry.npmjs.org/socket.io-client-pure not expired, no request
78184npm verb addRemoteTarball http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
78185npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz',
78186npm verb addRemoteTarball '8ebb18388b57f19a5231275a16fc18d51f379aae' ]
78187npm verb addRemoteTarball http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz not in flight; adding
78188npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz',
78189npm verb addRemoteTarball '613145967160830708713edfe2d9bb394c7dad22' ]
78190npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
78191npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
78192npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz',
78193npm verb addRemoteTarball 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65' ]
78194npm info retry fetch attempt 1 at 11:32:21
78195npm info attempt registry request try #1 at 11:32:21
78196npm http fetch GET http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
78197npm info retry fetch attempt 1 at 11:32:21
78198npm info attempt registry request try #1 at 11:32:21
78199npm http fetch GET http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz
78200npm info retry fetch attempt 1 at 11:32:21
78201npm info attempt registry request try #1 at 11:32:21
78202npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
78203npm http fetch 200 http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz
78204npm http fetch 200 http://registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz
78205npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz
78206npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz not in flight; adding
78207npm verb addTmpTarball already have metadata; skipping unpack for has-binary-data@0.1.3
78208npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json not in flight; writing
78209npm verb afterAdd /root/.npm/has-binary-data/0.1.3/package/package.json written
78210npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/socket.io-client-pure/-/socket.io-client-pure-1.3.12.tgz not in flight; adding
78211npm verb addTmpTarball already have metadata; skipping unpack for socket.io-client-pure@1.3.12
78212npm verb afterAdd /root/.npm/socket.io-client-pure/1.3.12/package/package.json not in flight; writing
78213npm verb afterAdd /root/.npm/socket.io-client-pure/1.3.12/package/package.json written
78214npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz not in flight; adding
78215npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.4
78216npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json not in flight; writing
78217npm verb afterAdd /root/.npm/socket.io-parser/2.2.4/package/package.json written
78218npm verb cache add spec ms@0.6.2
78219npm verb addNamed "0.6.2" is a plain semver version for ms
78220npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
78221npm verb request uri http://registry.npmjs.org/ms
78222npm verb request no auth needed
78223npm info attempt registry request try #1 at 11:32:21
78224npm verb etag "7IH6P23B0A90EXZEWQUHL072B"
78225npm http request GET http://registry.npmjs.org/ms
78226npm http 304 http://registry.npmjs.org/ms
78227npm verb headers { date: 'Wed, 23 Dec 2015 11:32:21 GMT',
78228npm verb headers via: '1.1 varnish',
78229npm verb headers 'cache-control': 'max-age=300',
78230npm verb headers etag: '"7IH6P23B0A90EXZEWQUHL072B"',
78231npm verb headers age: '278',
78232npm verb headers connection: 'keep-alive',
78233npm verb headers 'x-served-by': 'cache-fra1235-FRA',
78234npm verb headers 'x-cache': 'HIT',
78235npm verb headers 'x-cache-hits': '20',
78236npm verb headers 'x-timer': 'S1450870341.574676,VS0,VE0',
78237npm verb headers vary: 'Accept' }
78238npm verb etag http://registry.npmjs.org/ms from cache
78239npm verb get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json
78240npm verb addRemoteTarball http://registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
78241npm verb addRemoteTarball [ 'http://registry.npmjs.org/ms/-/ms-0.6.2.tgz',
78242npm verb addRemoteTarball 'd89c2124c6fdc1353d65a8b77bf1aac4b193708c' ]
78243npm info retry fetch attempt 1 at 11:32:21
78244npm info attempt registry request try #1 at 11:32:21
78245npm http fetch GET http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
78246npm http fetch 200 http://registry.npmjs.org/ms/-/ms-0.6.2.tgz
78247npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ms/-/ms-0.6.2.tgz not in flight; adding
78248npm verb addTmpTarball already have metadata; skipping unpack for ms@0.6.2
78249npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
78250npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
78251npm verb cache add spec debug@1.0.3
78252npm verb addNamed "1.0.3" is a plain semver version for debug
78253npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
78254npm verb request uri http://registry.npmjs.org/base64id
78255npm verb request no auth needed
78256npm info attempt registry request try #1 at 11:32:21
78257npm http request GET http://registry.npmjs.org/base64id
78258npm verb request uri http://registry.npmjs.org/engine.io-parser
78259npm verb request no auth needed
78260npm info attempt registry request try #1 at 11:32:21
78261npm http request GET http://registry.npmjs.org/engine.io-parser
78262npm verb request uri http://registry.npmjs.org/ws-pure
78263npm verb request no auth needed
78264npm info attempt registry request try #1 at 11:32:21
78265npm http request GET http://registry.npmjs.org/ws-pure
78266npm verb get http://registry.npmjs.org/debug not expired, no request
78267npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
78268npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.3.tgz',
78269npm verb addRemoteTarball 'fc8c6b2d6002804b4081c0208e0f6460ba1fa3e4' ]
78270npm info retry fetch attempt 1 at 11:32:21
78271npm info attempt registry request try #1 at 11:32:21
78272npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
78273npm http 200 http://registry.npmjs.org/base64id
78274npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78275npm verb headers etag: '"ZEE8IJIDFX5BG7BGOQN9YBZP"',
78276npm verb headers 'content-type': 'application/json',
78277npm verb headers 'cache-control': 'max-age=60',
78278npm verb headers 'content-length': '1800',
78279npm verb headers 'accept-ranges': 'bytes',
78280npm verb headers date: 'Wed, 23 Dec 2015 11:32:21 GMT',
78281npm verb headers via: '1.1 varnish',
78282npm verb headers age: '10',
78283npm verb headers connection: 'keep-alive',
78284npm verb headers 'x-served-by': 'cache-fra1247-FRA',
78285npm verb headers 'x-cache': 'HIT',
78286npm verb headers 'x-cache-hits': '1',
78287npm verb headers 'x-timer': 'S1450870341.698524,VS0,VE0',
78288npm verb headers vary: 'Accept' }
78289npm verb get saving base64id to /root/.npm/registry.npmjs.org/base64id/.cache.json
78290npm http 200 http://registry.npmjs.org/ws-pure
78291npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78292npm verb headers etag: '"5SFKSTCOHO6E11STTF5AHZ59"',
78293npm verb headers 'content-type': 'application/json',
78294npm verb headers 'cache-control': 'max-age=300',
78295npm verb headers 'content-length': '9147',
78296npm verb headers 'accept-ranges': 'bytes',
78297npm verb headers date: 'Wed, 23 Dec 2015 11:32:21 GMT',
78298npm verb headers via: '1.1 varnish',
78299npm verb headers age: '63',
78300npm verb headers connection: 'keep-alive',
78301npm verb headers 'x-served-by': 'cache-fra1246-FRA',
78302npm verb headers 'x-cache': 'HIT',
78303npm verb headers 'x-cache-hits': '1',
78304npm verb headers 'x-timer': 'S1450870341.698600,VS0,VE0',
78305npm verb headers vary: 'Accept' }
78306npm verb get saving ws-pure to /root/.npm/registry.npmjs.org/ws-pure/.cache.json
78307npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.3.tgz
78308npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-1.0.3.tgz not in flight; adding
78309npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.3
78310npm verb cache add spec base64id@0.1.0
78311npm verb addNamed "0.1.0" is a plain semver version for base64id
78312npm verb addNameVersion registry:http://registry.npmjs.org/base64id not in flight; fetching
78313npm verb cache add spec ws-pure@0.8.0
78314npm verb addNamed "0.8.0" is a plain semver version for ws-pure
78315npm verb addNameVersion registry:http://registry.npmjs.org/ws-pure not in flight; fetching
78316npm verb get http://registry.npmjs.org/ws-pure not expired, no request
78317npm verb get http://registry.npmjs.org/base64id not expired, no request
78318npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json not in flight; writing
78319npm verb addRemoteTarball http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz not in flight; adding
78320npm verb addRemoteTarball [ 'http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz',
78321npm verb addRemoteTarball '55163abed4d4f93484c8f0e4e729b5d729d37236' ]
78322npm verb addRemoteTarball http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
78323npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz',
78324npm verb addRemoteTarball '02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f' ]
78325npm info retry fetch attempt 1 at 11:32:21
78326npm info attempt registry request try #1 at 11:32:21
78327npm http fetch GET http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz
78328npm info retry fetch attempt 1 at 11:32:21
78329npm info attempt registry request try #1 at 11:32:21
78330npm http fetch GET http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
78331npm verb afterAdd /root/.npm/debug/1.0.3/package/package.json written
78332npm http fetch 200 http://registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz
78333npm http fetch 200 http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
78334npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/base64id/-/base64id-0.1.0.tgz not in flight; adding
78335npm verb addTmpTarball already have metadata; skipping unpack for base64id@0.1.0
78336npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json not in flight; writing
78337npm verb afterAdd /root/.npm/base64id/0.1.0/package/package.json written
78338npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ws-pure/-/ws-pure-0.8.0.tgz not in flight; adding
78339npm verb addTmpTarball already have metadata; skipping unpack for ws-pure@0.8.0
78340npm verb afterAdd /root/.npm/ws-pure/0.8.0/package/package.json not in flight; writing
78341npm verb afterAdd /root/.npm/ws-pure/0.8.0/package/package.json written
78342npm http 200 http://registry.npmjs.org/engine.io-parser
78343npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78344npm verb headers etag: '"B4LACT95VF025J14B9FXYAUXK"',
78345npm verb headers 'content-type': 'application/json',
78346npm verb headers 'cache-control': 'max-age=60',
78347npm verb headers 'content-length': '27825',
78348npm verb headers 'accept-ranges': 'bytes',
78349npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78350npm verb headers via: '1.1 varnish',
78351npm verb headers age: '0',
78352npm verb headers connection: 'keep-alive',
78353npm verb headers 'x-served-by': 'cache-fra1222-FRA',
78354npm verb headers 'x-cache': 'HIT',
78355npm verb headers 'x-cache-hits': '1',
78356npm verb headers 'x-timer': 'S1450870341.698509,VS0,VE428',
78357npm verb headers vary: 'Accept' }
78358npm verb get saving engine.io-parser to /root/.npm/registry.npmjs.org/engine.io-parser/.cache.json
78359npm verb cache add spec engine.io-parser@1.2.2
78360npm verb addNamed "1.2.2" is a plain semver version for engine.io-parser
78361npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-parser not in flight; fetching
78362npm verb get http://registry.npmjs.org/engine.io-parser not expired, no request
78363npm verb addRemoteTarball http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz not in flight; adding
78364npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz',
78365npm verb addRemoteTarball 'cd081041feea39c64323ff79b82a90a72afcccdd' ]
78366npm info retry fetch attempt 1 at 11:32:22
78367npm info attempt registry request try #1 at 11:32:22
78368npm http fetch GET http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz
78369npm http fetch 200 http://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz
78370npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz not in flight; adding
78371npm verb addTmpTarball already have metadata; skipping unpack for engine.io-parser@1.2.2
78372npm verb afterAdd /root/.npm/engine.io-parser/1.2.2/package/package.json not in flight; writing
78373npm verb afterAdd /root/.npm/engine.io-parser/1.2.2/package/package.json written
78374npm verb cache add spec ms@0.6.2
78375npm verb addNamed "0.6.2" is a plain semver version for ms
78376npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
78377npm verb get http://registry.npmjs.org/ms not expired, no request
78378npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
78379npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
78380npm verb request uri http://registry.npmjs.org/after
78381npm verb request no auth needed
78382npm info attempt registry request try #1 at 11:32:22
78383npm http request GET http://registry.npmjs.org/after
78384npm verb request uri http://registry.npmjs.org/arraybuffer.slice
78385npm verb request no auth needed
78386npm info attempt registry request try #1 at 11:32:22
78387npm http request GET http://registry.npmjs.org/arraybuffer.slice
78388npm verb request uri http://registry.npmjs.org/base64-arraybuffer
78389npm verb request no auth needed
78390npm info attempt registry request try #1 at 11:32:22
78391npm http request GET http://registry.npmjs.org/base64-arraybuffer
78392npm verb request uri http://registry.npmjs.org/blob
78393npm verb request no auth needed
78394npm info attempt registry request try #1 at 11:32:22
78395npm http request GET http://registry.npmjs.org/blob
78396npm verb request uri http://registry.npmjs.org/has-binary
78397npm verb request no auth needed
78398npm info attempt registry request try #1 at 11:32:22
78399npm http request GET http://registry.npmjs.org/has-binary
78400npm verb request uri http://registry.npmjs.org/utf8
78401npm verb request no auth needed
78402npm info attempt registry request try #1 at 11:32:22
78403npm http request GET http://registry.npmjs.org/utf8
78404npm http 200 http://registry.npmjs.org/blob
78405npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78406npm verb headers etag: '"12UEL1ZGWYGH3PGFQOKTIHUMJ"',
78407npm verb headers 'content-type': 'application/json',
78408npm verb headers 'cache-control': 'max-age=60',
78409npm verb headers 'content-length': '4181',
78410npm verb headers 'accept-ranges': 'bytes',
78411npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78412npm verb headers via: '1.1 varnish',
78413npm verb headers age: '56',
78414npm verb headers connection: 'keep-alive',
78415npm verb headers 'x-served-by': 'cache-fra1223-FRA',
78416npm verb headers 'x-cache': 'HIT',
78417npm verb headers 'x-cache-hits': '2',
78418npm verb headers 'x-timer': 'S1450870342.314762,VS0,VE0',
78419npm verb headers vary: 'Accept' }
78420npm verb get saving blob to /root/.npm/registry.npmjs.org/blob/.cache.json
78421npm http 200 http://registry.npmjs.org/base64-arraybuffer
78422npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78423npm verb headers etag: '"8TO8M75M6KGGDHXG4EXO14DSH"',
78424npm verb headers 'content-type': 'application/json',
78425npm verb headers 'cache-control': 'max-age=300',
78426npm verb headers 'content-length': '7717',
78427npm verb headers 'accept-ranges': 'bytes',
78428npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78429npm verb headers via: '1.1 varnish',
78430npm verb headers age: '135',
78431npm verb headers connection: 'keep-alive',
78432npm verb headers 'x-served-by': 'cache-fra1240-FRA',
78433npm verb headers 'x-cache': 'HIT',
78434npm verb headers 'x-cache-hits': '5',
78435npm verb headers 'x-timer': 'S1450870342.314828,VS0,VE0',
78436npm verb headers vary: 'Accept' }
78437npm verb get saving base64-arraybuffer to /root/.npm/registry.npmjs.org/base64-arraybuffer/.cache.json
78438npm http 200 http://registry.npmjs.org/has-binary
78439npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78440npm verb headers etag: '"54IA64EVLMM2KU65063PQEFYU"',
78441npm verb headers 'content-type': 'application/json',
78442npm verb headers 'cache-control': 'max-age=60',
78443npm verb headers 'content-length': '2982',
78444npm verb headers 'accept-ranges': 'bytes',
78445npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78446npm verb headers via: '1.1 varnish',
78447npm verb headers age: '18',
78448npm verb headers connection: 'keep-alive',
78449npm verb headers 'x-served-by': 'cache-fra1244-FRA',
78450npm verb headers 'x-cache': 'HIT',
78451npm verb headers 'x-cache-hits': '1',
78452npm verb headers 'x-timer': 'S1450870342.314777,VS0,VE0',
78453npm verb headers vary: 'Accept' }
78454npm verb get saving has-binary to /root/.npm/registry.npmjs.org/has-binary/.cache.json
78455npm http 200 http://registry.npmjs.org/arraybuffer.slice
78456npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78457npm verb headers etag: '"8M14TBEVFIZTS324W732DTSK9"',
78458npm verb headers 'content-type': 'application/json',
78459npm verb headers 'cache-control': 'max-age=300',
78460npm verb headers 'content-length': '6719',
78461npm verb headers 'accept-ranges': 'bytes',
78462npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78463npm verb headers via: '1.1 varnish',
78464npm verb headers age: '18',
78465npm verb headers connection: 'keep-alive',
78466npm verb headers 'x-served-by': 'cache-fra1237-FRA',
78467npm verb headers 'x-cache': 'HIT',
78468npm verb headers 'x-cache-hits': '1',
78469npm verb headers 'x-timer': 'S1450870342.314734,VS0,VE0',
78470npm verb headers vary: 'Accept' }
78471npm verb get saving arraybuffer.slice to /root/.npm/registry.npmjs.org/arraybuffer.slice/.cache.json
78472npm http 200 http://registry.npmjs.org/utf8
78473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78474npm verb headers etag: '"BLEBWTP0BPVJAUE4Q2P49RVD8"',
78475npm verb headers 'content-type': 'application/json',
78476npm verb headers 'cache-control': 'max-age=300',
78477npm verb headers 'content-length': '9653',
78478npm verb headers 'accept-ranges': 'bytes',
78479npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78480npm verb headers via: '1.1 varnish',
78481npm verb headers age: '18',
78482npm verb headers connection: 'keep-alive',
78483npm verb headers 'x-served-by': 'cache-fra1223-FRA',
78484npm verb headers 'x-cache': 'HIT',
78485npm verb headers 'x-cache-hits': '2',
78486npm verb headers 'x-timer': 'S1450870342.320272,VS0,VE0',
78487npm verb headers vary: 'Accept' }
78488npm verb get saving utf8 to /root/.npm/registry.npmjs.org/utf8/.cache.json
78489npm http 200 http://registry.npmjs.org/after
78490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78491npm verb headers etag: '"8ZRRNYBIHU7Y0A8YMIIA673VB"',
78492npm verb headers 'content-type': 'application/json',
78493npm verb headers 'cache-control': 'max-age=300',
78494npm verb headers 'content-length': '19653',
78495npm verb headers 'accept-ranges': 'bytes',
78496npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78497npm verb headers via: '1.1 varnish',
78498npm verb headers age: '134',
78499npm verb headers connection: 'keep-alive',
78500npm verb headers 'x-served-by': 'cache-fra1222-FRA',
78501npm verb headers 'x-cache': 'HIT',
78502npm verb headers 'x-cache-hits': '5',
78503npm verb headers 'x-timer': 'S1450870342.314458,VS0,VE0',
78504npm verb headers vary: 'Accept' }
78505npm verb get saving after to /root/.npm/registry.npmjs.org/after/.cache.json
78506npm verb cache add spec blob@0.0.4
78507npm verb addNamed "0.0.4" is a plain semver version for blob
78508npm verb addNameVersion registry:http://registry.npmjs.org/blob not in flight; fetching
78509npm verb cache add spec base64-arraybuffer@0.1.2
78510npm verb addNamed "0.1.2" is a plain semver version for base64-arraybuffer
78511npm verb addNameVersion registry:http://registry.npmjs.org/base64-arraybuffer not in flight; fetching
78512npm verb cache add spec has-binary@0.1.6
78513npm verb addNamed "0.1.6" is a plain semver version for has-binary
78514npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
78515npm verb cache add spec arraybuffer.slice@0.0.6
78516npm verb addNamed "0.0.6" is a plain semver version for arraybuffer.slice
78517npm verb addNameVersion registry:http://registry.npmjs.org/arraybuffer.slice not in flight; fetching
78518npm verb cache add spec utf8@2.1.0
78519npm verb addNamed "2.1.0" is a plain semver version for utf8
78520npm verb addNameVersion registry:http://registry.npmjs.org/utf8 not in flight; fetching
78521npm verb cache add spec after@0.8.1
78522npm verb addNamed "0.8.1" is a plain semver version for after
78523npm verb addNameVersion registry:http://registry.npmjs.org/after not in flight; fetching
78524npm verb get http://registry.npmjs.org/blob not expired, no request
78525npm verb get http://registry.npmjs.org/base64-arraybuffer not expired, no request
78526npm verb get http://registry.npmjs.org/has-binary not expired, no request
78527npm verb get http://registry.npmjs.org/arraybuffer.slice not expired, no request
78528npm verb get http://registry.npmjs.org/utf8 not expired, no request
78529npm verb addRemoteTarball http://registry.npmjs.org/blob/-/blob-0.0.4.tgz not in flight; adding
78530npm verb addRemoteTarball [ 'http://registry.npmjs.org/blob/-/blob-0.0.4.tgz',
78531npm verb addRemoteTarball 'bcf13052ca54463f30f9fc7e95b9a47630a94921' ]
78532npm verb addRemoteTarball http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
78533npm verb addRemoteTarball [ 'http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz',
78534npm verb addRemoteTarball '474df4a9f2da24e05df3158c3b1db3c3cd46a154' ]
78535npm verb addRemoteTarball http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
78536npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz',
78537npm verb addRemoteTarball '25326f39cfa4f616ad8787894e3af2cfbc7b6e10' ]
78538npm verb addRemoteTarball http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
78539npm verb addRemoteTarball [ 'http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz',
78540npm verb addRemoteTarball 'f33b2159f0532a3f3107a272c0ccfbd1ad2979ca' ]
78541npm verb get http://registry.npmjs.org/after not expired, no request
78542npm verb addRemoteTarball http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz not in flight; adding
78543npm verb addRemoteTarball [ 'http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz',
78544npm verb addRemoteTarball '0cfec5c8052d44a23e3aaa908104e8075f95dfd5' ]
78545npm verb addRemoteTarball http://registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
78546npm verb addRemoteTarball [ 'http://registry.npmjs.org/after/-/after-0.8.1.tgz',
78547npm verb addRemoteTarball 'ab5d4fb883f596816d3515f8f791c0af486dd627' ]
78548npm info retry fetch attempt 1 at 11:32:22
78549npm info attempt registry request try #1 at 11:32:22
78550npm http fetch GET http://registry.npmjs.org/blob/-/blob-0.0.4.tgz
78551npm info retry fetch attempt 1 at 11:32:22
78552npm info attempt registry request try #1 at 11:32:22
78553npm http fetch GET http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
78554npm info retry fetch attempt 1 at 11:32:22
78555npm info attempt registry request try #1 at 11:32:22
78556npm http fetch GET http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
78557npm info retry fetch attempt 1 at 11:32:22
78558npm info attempt registry request try #1 at 11:32:22
78559npm http fetch GET http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
78560npm info retry fetch attempt 1 at 11:32:22
78561npm info attempt registry request try #1 at 11:32:22
78562npm http fetch GET http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz
78563npm info retry fetch attempt 1 at 11:32:22
78564npm info attempt registry request try #1 at 11:32:22
78565npm http fetch GET http://registry.npmjs.org/after/-/after-0.8.1.tgz
78566npm http fetch 200 http://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz
78567npm http fetch 200 http://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz
78568npm http fetch 200 http://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz
78569npm http fetch 200 http://registry.npmjs.org/blob/-/blob-0.0.4.tgz
78570npm http fetch 200 http://registry.npmjs.org/utf8/-/utf8-2.1.0.tgz
78571npm http fetch 200 http://registry.npmjs.org/after/-/after-0.8.1.tgz
78572npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz not in flight; adding
78573npm verb addTmpTarball already have metadata; skipping unpack for has-binary@0.1.6
78574npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/blob/-/blob-0.0.4.tgz not in flight; adding
78575npm verb addTmpTarball already have metadata; skipping unpack for blob@0.0.4
78576npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz not in flight; adding
78577npm verb addTmpTarball already have metadata; skipping unpack for arraybuffer.slice@0.0.6
78578npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.2.tgz not in flight; adding
78579npm verb addTmpTarball already have metadata; skipping unpack for base64-arraybuffer@0.1.2
78580npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/after/-/after-0.8.1.tgz not in flight; adding
78581npm verb addTmpTarball already have metadata; skipping unpack for after@0.8.1
78582npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json not in flight; writing
78583npm verb afterAdd /root/.npm/blob/0.0.4/package/package.json not in flight; writing
78584npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json not in flight; writing
78585npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json not in flight; writing
78586npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/utf8/-/utf8-2.1.0.tgz not in flight; adding
78587npm verb addTmpTarball already have metadata; skipping unpack for utf8@2.1.0
78588npm verb afterAdd /root/.npm/has-binary/0.1.6/package/package.json written
78589npm verb afterAdd /root/.npm/blob/0.0.4/package/package.json written
78590npm verb afterAdd /root/.npm/base64-arraybuffer/0.1.2/package/package.json written
78591npm verb afterAdd /root/.npm/arraybuffer.slice/0.0.6/package/package.json written
78592npm verb afterAdd /root/.npm/after/0.8.1/package/package.json not in flight; writing
78593npm verb afterAdd /root/.npm/after/0.8.1/package/package.json written
78594npm verb afterAdd /root/.npm/utf8/2.1.0/package/package.json not in flight; writing
78595npm verb afterAdd /root/.npm/utf8/2.1.0/package/package.json written
78596npm verb request uri http://registry.npmjs.org/options
78597npm verb request no auth needed
78598npm info attempt registry request try #1 at 11:32:22
78599npm http request GET http://registry.npmjs.org/options
78600npm verb request uri http://registry.npmjs.org/ultron
78601npm verb request no auth needed
78602npm info attempt registry request try #1 at 11:32:22
78603npm http request GET http://registry.npmjs.org/ultron
78604npm http 200 http://registry.npmjs.org/ultron
78605npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78606npm verb headers etag: '"1FZPOUJM9TYE8CVALWHEK91KT"',
78607npm verb headers 'content-type': 'application/json',
78608npm verb headers 'cache-control': 'max-age=300',
78609npm verb headers 'content-length': '10092',
78610npm verb headers 'accept-ranges': 'bytes',
78611npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78612npm verb headers via: '1.1 varnish',
78613npm verb headers age: '187',
78614npm verb headers connection: 'keep-alive',
78615npm verb headers 'x-served-by': 'cache-fra1222-FRA',
78616npm verb headers 'x-cache': 'HIT',
78617npm verb headers 'x-cache-hits': '4',
78618npm verb headers 'x-timer': 'S1450870342.595733,VS0,VE0',
78619npm verb headers vary: 'Accept' }
78620npm verb get saving ultron to /root/.npm/registry.npmjs.org/ultron/.cache.json
78621npm verb cache add spec ultron@1.0.x
78622npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ultron
78623npm verb addNameRange registry:http://registry.npmjs.org/ultron not in flight; fetching
78624npm http 200 http://registry.npmjs.org/options
78625npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78626npm verb headers etag: '"29I1H7JJVEWWNWG0GMKORGQTC"',
78627npm verb headers 'content-type': 'application/json',
78628npm verb headers 'cache-control': 'max-age=60',
78629npm verb headers 'content-length': '8112',
78630npm verb headers 'accept-ranges': 'bytes',
78631npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78632npm verb headers via: '1.1 varnish',
78633npm verb headers age: '50',
78634npm verb headers connection: 'keep-alive',
78635npm verb headers 'x-served-by': 'cache-fra1226-FRA',
78636npm verb headers 'x-cache': 'HIT',
78637npm verb headers 'x-cache-hits': '2',
78638npm verb headers 'x-timer': 'S1450870342.590793,VS0,VE0',
78639npm verb headers vary: 'Accept' }
78640npm verb get saving options to /root/.npm/registry.npmjs.org/options/.cache.json
78641npm verb get http://registry.npmjs.org/ultron not expired, no request
78642npm verb addNamed "1.0.2" is a plain semver version for ultron
78643npm verb addRemoteTarball http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
78644npm verb addRemoteTarball [ 'http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz',
78645npm verb addRemoteTarball 'ace116ab557cd197386a4e88f4685378c8b2e4fa' ]
78646npm info retry fetch attempt 1 at 11:32:22
78647npm info attempt registry request try #1 at 11:32:22
78648npm http fetch GET http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
78649npm verb cache add spec options@>=0.0.5
78650npm verb addNamed ">=0.0.5" is a valid semver range for options
78651npm verb addNameRange registry:http://registry.npmjs.org/options not in flight; fetching
78652npm verb get http://registry.npmjs.org/options not expired, no request
78653npm verb addNamed "0.0.6" is a plain semver version for options
78654npm verb addRemoteTarball http://registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
78655npm verb addRemoteTarball [ 'http://registry.npmjs.org/options/-/options-0.0.6.tgz',
78656npm verb addRemoteTarball 'ec22d312806bb53e731773e7cdaefcf1c643128f' ]
78657npm info retry fetch attempt 1 at 11:32:22
78658npm info attempt registry request try #1 at 11:32:22
78659npm http fetch GET http://registry.npmjs.org/options/-/options-0.0.6.tgz
78660npm http fetch 200 http://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
78661npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ultron/-/ultron-1.0.2.tgz not in flight; adding
78662npm verb addTmpTarball already have metadata; skipping unpack for ultron@1.0.2
78663npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json not in flight; writing
78664npm verb afterAdd /root/.npm/ultron/1.0.2/package/package.json written
78665npm http fetch 200 http://registry.npmjs.org/options/-/options-0.0.6.tgz
78666npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/options/-/options-0.0.6.tgz not in flight; adding
78667npm verb addTmpTarball already have metadata; skipping unpack for options@0.0.6
78668npm verb afterAdd /root/.npm/options/0.0.6/package/package.json not in flight; writing
78669npm verb afterAdd /root/.npm/options/0.0.6/package/package.json written
78670npm verb cache add spec debug@1.0.2
78671npm verb cache add spec socket.io-parser@2.2.2
78672npm verb addNamed "1.0.2" is a plain semver version for debug
78673npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
78674npm verb addNamed "2.2.2" is a plain semver version for socket.io-parser
78675npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
78676npm verb request uri http://registry.npmjs.org/object-keys
78677npm verb request no auth needed
78678npm info attempt registry request try #1 at 11:32:22
78679npm http request GET http://registry.npmjs.org/object-keys
78680npm verb get http://registry.npmjs.org/debug not expired, no request
78681npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
78682npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.2.tgz',
78683npm verb addRemoteTarball '3849591c10cce648476c3c7c2e2e3416db5963c4' ]
78684npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
78685npm verb addRemoteTarball http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
78686npm verb addRemoteTarball [ 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz',
78687npm verb addRemoteTarball '3d7af6b64497e956b7d9fe775f999716027f9417' ]
78688npm info retry fetch attempt 1 at 11:32:22
78689npm info attempt registry request try #1 at 11:32:22
78690npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
78691npm info retry fetch attempt 1 at 11:32:22
78692npm info attempt registry request try #1 at 11:32:22
78693npm http fetch GET http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
78694npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.2.tgz
78695npm http 200 http://registry.npmjs.org/object-keys
78696npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78697npm verb headers etag: '"CUJ60WAI9V1U6WYABC4C4CHJV"',
78698npm verb headers 'content-type': 'application/json',
78699npm verb headers 'cache-control': 'max-age=60',
78700npm verb headers 'content-length': '43704',
78701npm verb headers 'accept-ranges': 'bytes',
78702npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78703npm verb headers via: '1.1 varnish',
78704npm verb headers age: '18',
78705npm verb headers connection: 'keep-alive',
78706npm verb headers 'x-served-by': 'cache-fra1226-FRA',
78707npm verb headers 'x-cache': 'HIT',
78708npm verb headers 'x-cache-hits': '2',
78709npm verb headers 'x-timer': 'S1450870342.758385,VS0,VE0',
78710npm verb headers vary: 'Accept' }
78711npm verb get saving object-keys to /root/.npm/registry.npmjs.org/object-keys/.cache.json
78712npm http fetch 200 http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz
78713npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-1.0.2.tgz not in flight; adding
78714npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.2
78715npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz not in flight; adding
78716npm verb addTmpTarball already have metadata; skipping unpack for socket.io-parser@2.2.2
78717npm verb cache add spec object-keys@1.0.1
78718npm verb addNamed "1.0.1" is a plain semver version for object-keys
78719npm verb addNameVersion registry:http://registry.npmjs.org/object-keys not in flight; fetching
78720npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json not in flight; writing
78721npm verb get http://registry.npmjs.org/object-keys not expired, no request
78722npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json not in flight; writing
78723npm verb addRemoteTarball http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
78724npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz',
78725npm verb addRemoteTarball '55802e85842c26bbb5ebbc157abf3be302569ba8' ]
78726npm verb afterAdd /root/.npm/debug/1.0.2/package/package.json written
78727npm info retry fetch attempt 1 at 11:32:22
78728npm info attempt registry request try #1 at 11:32:22
78729npm http fetch GET http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
78730npm verb afterAdd /root/.npm/socket.io-parser/2.2.2/package/package.json written
78731npm http fetch 200 http://registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz
78732npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/object-keys/-/object-keys-1.0.1.tgz not in flight; adding
78733npm verb addTmpTarball already have metadata; skipping unpack for object-keys@1.0.1
78734npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json not in flight; writing
78735npm verb afterAdd /root/.npm/object-keys/1.0.1/package/package.json written
78736npm verb cache add spec ms@0.6.2
78737npm verb addNamed "0.6.2" is a plain semver version for ms
78738npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
78739npm verb get http://registry.npmjs.org/ms not expired, no request
78740npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
78741npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
78742npm verb cache add spec debug@0.7.4
78743npm verb addNamed "0.7.4" is a plain semver version for debug
78744npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
78745npm verb request uri http://registry.npmjs.org/json3
78746npm verb request no auth needed
78747npm info attempt registry request try #1 at 11:32:22
78748npm http request GET http://registry.npmjs.org/json3
78749npm verb request uri http://registry.npmjs.org/component-emitter
78750npm verb request no auth needed
78751npm info attempt registry request try #1 at 11:32:22
78752npm http request GET http://registry.npmjs.org/component-emitter
78753npm verb request uri http://registry.npmjs.org/benchmark
78754npm verb request no auth needed
78755npm info attempt registry request try #1 at 11:32:22
78756npm http request GET http://registry.npmjs.org/benchmark
78757npm verb get http://registry.npmjs.org/debug not expired, no request
78758npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
78759npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz',
78760npm verb addRemoteTarball '06e1ea8082c2cb14e39806e22e2f6f757f92af39' ]
78761npm info retry fetch attempt 1 at 11:32:22
78762npm info attempt registry request try #1 at 11:32:22
78763npm http fetch GET http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
78764npm http 200 http://registry.npmjs.org/component-emitter
78765npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78766npm verb headers etag: '"EKK7Q3KAC25VHT4JEZHQMW5ZL"',
78767npm verb headers 'content-type': 'application/json',
78768npm verb headers 'cache-control': 'max-age=60',
78769npm verb headers 'content-length': '9622',
78770npm verb headers 'accept-ranges': 'bytes',
78771npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78772npm verb headers via: '1.1 varnish',
78773npm verb headers age: '59',
78774npm verb headers connection: 'keep-alive',
78775npm verb headers 'x-served-by': 'cache-fra1228-FRA',
78776npm verb headers 'x-cache': 'HIT',
78777npm verb headers 'x-cache-hits': '2',
78778npm verb headers 'x-timer': 'S1450870342.977464,VS0,VE0',
78779npm verb headers vary: 'Accept' }
78780npm verb get saving component-emitter to /root/.npm/registry.npmjs.org/component-emitter/.cache.json
78781npm http fetch 200 http://registry.npmjs.org/debug/-/debug-0.7.4.tgz
78782npm http 200 http://registry.npmjs.org/json3
78783npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78784npm verb headers etag: '"8RW74WT07XAX5LEF4SC40V3O8"',
78785npm verb headers 'content-type': 'application/json',
78786npm verb headers 'cache-control': 'max-age=300',
78787npm verb headers 'content-length': '24087',
78788npm verb headers 'accept-ranges': 'bytes',
78789npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78790npm verb headers via: '1.1 varnish',
78791npm verb headers age: '283',
78792npm verb headers connection: 'keep-alive',
78793npm verb headers 'x-served-by': 'cache-fra1231-FRA',
78794npm verb headers 'x-cache': 'HIT',
78795npm verb headers 'x-cache-hits': '2',
78796npm verb headers 'x-timer': 'S1450870342.977406,VS0,VE0',
78797npm verb headers vary: 'Accept' }
78798npm verb get saving json3 to /root/.npm/registry.npmjs.org/json3/.cache.json
78799npm http 200 http://registry.npmjs.org/benchmark
78800npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78801npm verb headers etag: '"B9NM1GP7XQHJQMLCF81N9T9ZZ"',
78802npm verb headers 'content-type': 'application/json',
78803npm verb headers 'cache-control': 'max-age=300',
78804npm verb headers 'content-length': '27426',
78805npm verb headers 'accept-ranges': 'bytes',
78806npm verb headers date: 'Wed, 23 Dec 2015 11:32:22 GMT',
78807npm verb headers via: '1.1 varnish',
78808npm verb headers age: '75',
78809npm verb headers connection: 'keep-alive',
78810npm verb headers 'x-served-by': 'cache-fra1246-FRA',
78811npm verb headers 'x-cache': 'HIT',
78812npm verb headers 'x-cache-hits': '1',
78813npm verb headers 'x-timer': 'S1450870342.977553,VS0,VE0',
78814npm verb headers vary: 'Accept' }
78815npm verb get saving benchmark to /root/.npm/registry.npmjs.org/benchmark/.cache.json
78816npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-0.7.4.tgz not in flight; adding
78817npm verb addTmpTarball already have metadata; skipping unpack for debug@0.7.4
78818npm verb cache add spec component-emitter@1.1.2
78819npm verb addNamed "1.1.2" is a plain semver version for component-emitter
78820npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
78821npm verb cache add spec json3@3.2.6
78822npm verb addNamed "3.2.6" is a plain semver version for json3
78823npm verb addNameVersion registry:http://registry.npmjs.org/json3 not in flight; fetching
78824npm verb cache add spec benchmark@1.0.0
78825npm verb addNamed "1.0.0" is a plain semver version for benchmark
78826npm verb addNameVersion registry:http://registry.npmjs.org/benchmark not in flight; fetching
78827npm verb get http://registry.npmjs.org/component-emitter not expired, no request
78828npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
78829npm verb addRemoteTarball http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
78830npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz',
78831npm verb addRemoteTarball '296594f2753daa63996d2af08d15a95116c9aec3' ]
78832npm verb get http://registry.npmjs.org/json3 not expired, no request
78833npm verb get http://registry.npmjs.org/benchmark not expired, no request
78834npm verb addRemoteTarball http://registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
78835npm verb addRemoteTarball [ 'http://registry.npmjs.org/json3/-/json3-3.2.6.tgz',
78836npm verb addRemoteTarball 'f6efc93c06a04de9aec53053df2559bb19e2038b' ]
78837npm verb addRemoteTarball http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
78838npm verb addRemoteTarball [ 'http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz',
78839npm verb addRemoteTarball '2f1e2fa4c359f11122aa183082218e957e390c73' ]
78840npm info retry fetch attempt 1 at 11:32:23
78841npm info attempt registry request try #1 at 11:32:23
78842npm http fetch GET http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
78843npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
78844npm info retry fetch attempt 1 at 11:32:23
78845npm info attempt registry request try #1 at 11:32:23
78846npm http fetch GET http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
78847npm info retry fetch attempt 1 at 11:32:23
78848npm info attempt registry request try #1 at 11:32:23
78849npm http fetch GET http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
78850npm http fetch 200 http://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz
78851npm http fetch 200 http://registry.npmjs.org/json3/-/json3-3.2.6.tgz
78852npm http fetch 200 http://registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz
78853npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz not in flight; adding
78854npm verb addTmpTarball already have metadata; skipping unpack for component-emitter@1.1.2
78855npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json not in flight; writing
78856npm verb afterAdd /root/.npm/component-emitter/1.1.2/package/package.json written
78857npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/benchmark/-/benchmark-1.0.0.tgz not in flight; adding
78858npm verb addTmpTarball already have metadata; skipping unpack for benchmark@1.0.0
78859npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/json3/-/json3-3.2.6.tgz not in flight; adding
78860npm verb addTmpTarball already have metadata; skipping unpack for json3@3.2.6
78861npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json not in flight; writing
78862npm verb afterAdd /root/.npm/benchmark/1.0.0/package/package.json written
78863npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json not in flight; writing
78864npm verb afterAdd /root/.npm/json3/3.2.6/package/package.json written
78865npm verb cache add spec debug@0.7.4
78866npm verb addNamed "0.7.4" is a plain semver version for debug
78867npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
78868npm verb request uri http://registry.npmjs.org/engine.io-client-pure
78869npm verb request no auth needed
78870npm info attempt registry request try #1 at 11:32:23
78871npm http request GET http://registry.npmjs.org/engine.io-client-pure
78872npm verb request uri http://registry.npmjs.org/component-bind
78873npm verb request no auth needed
78874npm info attempt registry request try #1 at 11:32:23
78875npm http request GET http://registry.npmjs.org/component-bind
78876npm verb request uri http://registry.npmjs.org/object-component
78877npm verb request no auth needed
78878npm info attempt registry request try #1 at 11:32:23
78879npm http request GET http://registry.npmjs.org/object-component
78880npm verb request uri http://registry.npmjs.org/indexof
78881npm verb request no auth needed
78882npm info attempt registry request try #1 at 11:32:23
78883npm http request GET http://registry.npmjs.org/indexof
78884npm verb request uri http://registry.npmjs.org/parseuri
78885npm verb request no auth needed
78886npm info attempt registry request try #1 at 11:32:23
78887npm http request GET http://registry.npmjs.org/parseuri
78888npm verb request uri http://registry.npmjs.org/to-array
78889npm verb request no auth needed
78890npm info attempt registry request try #1 at 11:32:23
78891npm http request GET http://registry.npmjs.org/to-array
78892npm verb request uri http://registry.npmjs.org/backo2
78893npm verb request no auth needed
78894npm info attempt registry request try #1 at 11:32:23
78895npm http request GET http://registry.npmjs.org/backo2
78896npm verb get http://registry.npmjs.org/debug not expired, no request
78897npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
78898npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
78899npm http 200 http://registry.npmjs.org/indexof
78900npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78901npm verb headers etag: '"32OBH9XPR8SP8X2OF29HMHN0Y"',
78902npm verb headers 'content-type': 'application/json',
78903npm verb headers 'cache-control': 'max-age=60',
78904npm verb headers 'content-length': '1058',
78905npm verb headers 'accept-ranges': 'bytes',
78906npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78907npm verb headers via: '1.1 varnish',
78908npm verb headers age: '9',
78909npm verb headers connection: 'keep-alive',
78910npm verb headers 'x-served-by': 'cache-fra1242-FRA',
78911npm verb headers 'x-cache': 'HIT',
78912npm verb headers 'x-cache-hits': '1',
78913npm verb headers 'x-timer': 'S1450870343.275732,VS0,VE0',
78914npm verb headers vary: 'Accept' }
78915npm verb get saving indexof to /root/.npm/registry.npmjs.org/indexof/.cache.json
78916npm http 200 http://registry.npmjs.org/backo2
78917npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78918npm verb headers etag: '"B16YQ5OPQ3E499Z15YCERDY6W"',
78919npm verb headers 'content-type': 'application/json',
78920npm verb headers 'cache-control': 'max-age=60',
78921npm verb headers 'content-length': '2883',
78922npm verb headers 'accept-ranges': 'bytes',
78923npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78924npm verb headers via: '1.1 varnish',
78925npm verb headers age: '57',
78926npm verb headers connection: 'keep-alive',
78927npm verb headers 'x-served-by': 'cache-fra1226-FRA',
78928npm verb headers 'x-cache': 'HIT',
78929npm verb headers 'x-cache-hits': '3',
78930npm verb headers 'x-timer': 'S1450870343.276176,VS0,VE0',
78931npm verb headers vary: 'Accept' }
78932npm verb get saving backo2 to /root/.npm/registry.npmjs.org/backo2/.cache.json
78933npm http 200 http://registry.npmjs.org/component-bind
78934npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78935npm verb headers etag: '"BTEEHNYGF6MZ3F5K1O53LMR95"',
78936npm verb headers 'content-type': 'application/json',
78937npm verb headers 'cache-control': 'max-age=60',
78938npm verb headers 'content-length': '3904',
78939npm verb headers 'accept-ranges': 'bytes',
78940npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78941npm verb headers via: '1.1 varnish',
78942npm verb headers age: '10',
78943npm verb headers connection: 'keep-alive',
78944npm verb headers 'x-served-by': 'cache-fra1225-FRA',
78945npm verb headers 'x-cache': 'HIT',
78946npm verb headers 'x-cache-hits': '1',
78947npm verb headers 'x-timer': 'S1450870343.275566,VS0,VE0',
78948npm verb headers vary: 'Accept' }
78949npm verb get saving component-bind to /root/.npm/registry.npmjs.org/component-bind/.cache.json
78950npm http 200 http://registry.npmjs.org/parseuri
78951npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78952npm verb headers etag: '"5706K797GRKZN22PW92FLL2DK"',
78953npm verb headers 'content-type': 'application/json',
78954npm verb headers 'cache-control': 'max-age=60',
78955npm verb headers 'content-length': '3512',
78956npm verb headers 'accept-ranges': 'bytes',
78957npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78958npm verb headers via: '1.1 varnish',
78959npm verb headers age: '22',
78960npm verb headers connection: 'keep-alive',
78961npm verb headers 'x-served-by': 'cache-fra1243-FRA',
78962npm verb headers 'x-cache': 'HIT',
78963npm verb headers 'x-cache-hits': '1',
78964npm verb headers 'x-timer': 'S1450870343.276113,VS0,VE0',
78965npm verb headers vary: 'Accept' }
78966npm verb get saving parseuri to /root/.npm/registry.npmjs.org/parseuri/.cache.json
78967npm http 200 http://registry.npmjs.org/object-component
78968npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78969npm verb headers etag: '"1HIQ5BU4412VCC2W67CB13EFB"',
78970npm verb headers 'content-type': 'application/json',
78971npm verb headers 'cache-control': 'max-age=300',
78972npm verb headers 'content-length': '3677',
78973npm verb headers 'accept-ranges': 'bytes',
78974npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78975npm verb headers via: '1.1 varnish',
78976npm verb headers age: '17',
78977npm verb headers connection: 'keep-alive',
78978npm verb headers 'x-served-by': 'cache-fra1220-FRA',
78979npm verb headers 'x-cache': 'HIT',
78980npm verb headers 'x-cache-hits': '1',
78981npm verb headers 'x-timer': 'S1450870343.275871,VS0,VE0',
78982npm verb headers vary: 'Accept' }
78983npm verb get saving object-component to /root/.npm/registry.npmjs.org/object-component/.cache.json
78984npm http 200 http://registry.npmjs.org/engine.io-client-pure
78985npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
78986npm verb headers etag: '"8S35Q6BTGDSVC3A6XY765TGUI"',
78987npm verb headers 'content-type': 'application/json',
78988npm verb headers 'cache-control': 'max-age=300',
78989npm verb headers 'content-length': '21813',
78990npm verb headers 'accept-ranges': 'bytes',
78991npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
78992npm verb headers via: '1.1 varnish',
78993npm verb headers age: '62',
78994npm verb headers connection: 'keep-alive',
78995npm verb headers 'x-served-by': 'cache-fra1243-FRA',
78996npm verb headers 'x-cache': 'HIT',
78997npm verb headers 'x-cache-hits': '1',
78998npm verb headers 'x-timer': 'S1450870343.275653,VS0,VE0',
78999npm verb headers vary: 'Accept' }
79000npm verb get saving engine.io-client-pure to /root/.npm/registry.npmjs.org/engine.io-client-pure/.cache.json
79001npm http 200 http://registry.npmjs.org/to-array
79002npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79003npm verb headers etag: '"7W2SB8XU19O6MR1O5N1YA0R8Q"',
79004npm verb headers 'content-type': 'application/json',
79005npm verb headers 'cache-control': 'max-age=300',
79006npm verb headers 'content-length': '7075',
79007npm verb headers 'accept-ranges': 'bytes',
79008npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79009npm verb headers via: '1.1 varnish',
79010npm verb headers age: '13',
79011npm verb headers connection: 'keep-alive',
79012npm verb headers 'x-served-by': 'cache-fra1243-FRA',
79013npm verb headers 'x-cache': 'HIT',
79014npm verb headers 'x-cache-hits': '1',
79015npm verb headers 'x-timer': 'S1450870343.276513,VS0,VE0',
79016npm verb headers vary: 'Accept' }
79017npm verb get saving to-array to /root/.npm/registry.npmjs.org/to-array/.cache.json
79018npm verb cache add spec object-component@0.0.3
79019npm verb addNamed "0.0.3" is a plain semver version for object-component
79020npm verb addNameVersion registry:http://registry.npmjs.org/object-component not in flight; fetching
79021npm verb cache add spec parseuri@0.0.2
79022npm verb addNamed "0.0.2" is a plain semver version for parseuri
79023npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
79024npm verb cache add spec indexof@0.0.1
79025npm verb addNamed "0.0.1" is a plain semver version for indexof
79026npm verb addNameVersion registry:http://registry.npmjs.org/indexof not in flight; fetching
79027npm verb cache add spec to-array@0.1.3
79028npm verb addNamed "0.1.3" is a plain semver version for to-array
79029npm verb addNameVersion registry:http://registry.npmjs.org/to-array not in flight; fetching
79030npm verb cache add spec backo2@1.0.2
79031npm verb addNamed "1.0.2" is a plain semver version for backo2
79032npm verb addNameVersion registry:http://registry.npmjs.org/backo2 not in flight; fetching
79033npm verb cache add spec component-bind@1.0.0
79034npm verb addNamed "1.0.0" is a plain semver version for component-bind
79035npm verb addNameVersion registry:http://registry.npmjs.org/component-bind not in flight; fetching
79036npm verb cache add spec engine.io-client-pure@1.5.9
79037npm verb addNamed "1.5.9" is a plain semver version for engine.io-client-pure
79038npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-client-pure not in flight; fetching
79039npm verb get http://registry.npmjs.org/indexof not expired, no request
79040npm verb get http://registry.npmjs.org/parseuri not expired, no request
79041npm verb get http://registry.npmjs.org/object-component not expired, no request
79042npm verb get http://registry.npmjs.org/to-array not expired, no request
79043npm verb get http://registry.npmjs.org/backo2 not expired, no request
79044npm verb get http://registry.npmjs.org/component-bind not expired, no request
79045npm verb addRemoteTarball http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
79046npm verb addRemoteTarball [ 'http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz',
79047npm verb addRemoteTarball '82dc336d232b9062179d05ab3293a66059fd435d' ]
79048npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
79049npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz',
79050npm verb addRemoteTarball 'db41878f2d6964718be870b3140973d8093be156' ]
79051npm verb addRemoteTarball http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
79052npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz',
79053npm verb addRemoteTarball 'f0c69aa50efc95b866c186f400a33769cb2f1291' ]
79054npm verb addRemoteTarball http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
79055npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz',
79056npm verb addRemoteTarball 'd45dadc6363417f60f28474fea50ecddbb4f4991' ]
79057npm verb addRemoteTarball http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
79058npm verb addRemoteTarball [ 'http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz',
79059npm verb addRemoteTarball '31ab1ac8b129363463e35b3ebb69f4dfcfba7947' ]
79060npm verb addRemoteTarball http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
79061npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz',
79062npm verb addRemoteTarball '00c608ab7dcd93897c0009651b1d3a8e1e73bbd1' ]
79063npm verb get http://registry.npmjs.org/engine.io-client-pure not expired, no request
79064npm verb addRemoteTarball http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz not in flight; adding
79065npm verb addRemoteTarball [ 'http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz',
79066npm verb addRemoteTarball 'fc3c4977b00ffc5b059dfa73c06216ad838496e2' ]
79067npm info retry fetch attempt 1 at 11:32:23
79068npm info attempt registry request try #1 at 11:32:23
79069npm http fetch GET http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
79070npm info retry fetch attempt 1 at 11:32:23
79071npm info attempt registry request try #1 at 11:32:23
79072npm http fetch GET http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
79073npm info retry fetch attempt 1 at 11:32:23
79074npm info attempt registry request try #1 at 11:32:23
79075npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
79076npm info retry fetch attempt 1 at 11:32:23
79077npm info attempt registry request try #1 at 11:32:23
79078npm http fetch GET http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
79079npm info retry fetch attempt 1 at 11:32:23
79080npm info attempt registry request try #1 at 11:32:23
79081npm http fetch GET http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
79082npm info retry fetch attempt 1 at 11:32:23
79083npm info attempt registry request try #1 at 11:32:23
79084npm http fetch GET http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
79085npm info retry fetch attempt 1 at 11:32:23
79086npm info attempt registry request try #1 at 11:32:23
79087npm http fetch GET http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz
79088npm http fetch 200 http://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
79089npm http fetch 200 http://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz
79090npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/indexof/-/indexof-0.0.1.tgz not in flight; adding
79091npm verb addTmpTarball already have metadata; skipping unpack for indexof@0.0.1
79092npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/object-component/-/object-component-0.0.3.tgz not in flight; adding
79093npm verb addTmpTarball already have metadata; skipping unpack for object-component@0.0.3
79094npm http fetch 200 http://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz
79095npm http fetch 200 http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz
79096npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz
79097npm http fetch 200 http://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz
79098npm http fetch 200 http://registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz
79099npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/backo2/-/backo2-1.0.2.tgz not in flight; adding
79100npm verb addTmpTarball already have metadata; skipping unpack for backo2@1.0.2
79101npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/to-array/-/to-array-0.1.3.tgz not in flight; adding
79102npm verb addTmpTarball already have metadata; skipping unpack for to-array@0.1.3
79103npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parseuri/-/parseuri-0.0.2.tgz not in flight; adding
79104npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.2
79105npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz not in flight; adding
79106npm verb addTmpTarball already have metadata; skipping unpack for component-bind@1.0.0
79107npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json not in flight; writing
79108npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json not in flight; writing
79109npm verb afterAdd /root/.npm/indexof/0.0.1/package/package.json written
79110npm verb afterAdd /root/.npm/object-component/0.0.3/package/package.json written
79111npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json not in flight; writing
79112npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json not in flight; writing
79113npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json not in flight; writing
79114npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json not in flight; writing
79115npm verb afterAdd /root/.npm/backo2/1.0.2/package/package.json written
79116npm verb afterAdd /root/.npm/to-array/0.1.3/package/package.json written
79117npm verb afterAdd /root/.npm/parseuri/0.0.2/package/package.json written
79118npm verb afterAdd /root/.npm/component-bind/1.0.0/package/package.json written
79119npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/engine.io-client-pure/-/engine.io-client-pure-1.5.9.tgz not in flight; adding
79120npm verb addTmpTarball already have metadata; skipping unpack for engine.io-client-pure@1.5.9
79121npm verb afterAdd /root/.npm/engine.io-client-pure/1.5.9/package/package.json not in flight; writing
79122npm verb afterAdd /root/.npm/engine.io-client-pure/1.5.9/package/package.json written
79123npm verb cache add spec debug@1.0.4
79124npm verb cache add spec parseuri@0.0.4
79125npm verb addNamed "1.0.4" is a plain semver version for debug
79126npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
79127npm verb addNamed "0.0.4" is a plain semver version for parseuri
79128npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
79129npm verb request uri http://registry.npmjs.org/component-inherit
79130npm verb request no auth needed
79131npm info attempt registry request try #1 at 11:32:23
79132npm http request GET http://registry.npmjs.org/component-inherit
79133npm verb request uri http://registry.npmjs.org/has-cors
79134npm verb request no auth needed
79135npm info attempt registry request try #1 at 11:32:23
79136npm http request GET http://registry.npmjs.org/has-cors
79137npm verb request uri http://registry.npmjs.org/parsejson
79138npm verb request no auth needed
79139npm info attempt registry request try #1 at 11:32:23
79140npm http request GET http://registry.npmjs.org/parsejson
79141npm verb request uri http://registry.npmjs.org/parseqs
79142npm verb request no auth needed
79143npm info attempt registry request try #1 at 11:32:23
79144npm http request GET http://registry.npmjs.org/parseqs
79145npm verb request uri http://registry.npmjs.org/xmlhttprequest-ssl
79146npm verb request no auth needed
79147npm info attempt registry request try #1 at 11:32:23
79148npm http request GET http://registry.npmjs.org/xmlhttprequest-ssl
79149npm verb get http://registry.npmjs.org/parseuri not expired, no request
79150npm verb get http://registry.npmjs.org/debug not expired, no request
79151npm verb addRemoteTarball http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
79152npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz',
79153npm verb addRemoteTarball '806582a39887e1ea18dd5e2fe0e01902268e9350' ]
79154npm verb addRemoteTarball http://registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
79155npm verb addRemoteTarball [ 'http://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
79156npm verb addRemoteTarball '5b9c256bd54b6ec02283176fa8a0ede6d154cbf8' ]
79157npm info retry fetch attempt 1 at 11:32:23
79158npm info attempt registry request try #1 at 11:32:23
79159npm http fetch GET http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
79160npm info retry fetch attempt 1 at 11:32:23
79161npm info attempt registry request try #1 at 11:32:23
79162npm http fetch GET http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
79163npm http 200 http://registry.npmjs.org/has-cors
79164npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79165npm verb headers etag: '"E1BLQOU6LPC4SFNAUMVIW8NPJ"',
79166npm verb headers 'content-type': 'application/json',
79167npm verb headers 'cache-control': 'max-age=300',
79168npm verb headers 'content-length': '3294',
79169npm verb headers 'accept-ranges': 'bytes',
79170npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79171npm verb headers via: '1.1 varnish',
79172npm verb headers age: '269',
79173npm verb headers connection: 'keep-alive',
79174npm verb headers 'x-served-by': 'cache-fra1247-FRA',
79175npm verb headers 'x-cache': 'HIT',
79176npm verb headers 'x-cache-hits': '4',
79177npm verb headers 'x-timer': 'S1450870343.858543,VS0,VE0',
79178npm verb headers vary: 'Accept' }
79179npm verb get saving has-cors to /root/.npm/registry.npmjs.org/has-cors/.cache.json
79180npm http 200 http://registry.npmjs.org/component-inherit
79181npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79182npm verb headers etag: '"CAH0O4D5KIZYR0H50AXWO2GQZ"',
79183npm verb headers 'content-type': 'application/json',
79184npm verb headers 'cache-control': 'max-age=60',
79185npm verb headers 'content-length': '1447',
79186npm verb headers 'accept-ranges': 'bytes',
79187npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79188npm verb headers via: '1.1 varnish',
79189npm verb headers age: '57',
79190npm verb headers connection: 'keep-alive',
79191npm verb headers 'x-served-by': 'cache-fra1226-FRA',
79192npm verb headers 'x-cache': 'HIT',
79193npm verb headers 'x-cache-hits': '2',
79194npm verb headers 'x-timer': 'S1450870343.858727,VS0,VE0',
79195npm verb headers vary: 'Accept' }
79196npm verb get saving component-inherit to /root/.npm/registry.npmjs.org/component-inherit/.cache.json
79197npm http 200 http://registry.npmjs.org/parsejson
79198npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79199npm verb headers etag: '"2W7WPG4SN5C1NRTVX4V76IQBW"',
79200npm verb headers 'content-type': 'application/json',
79201npm verb headers 'cache-control': 'max-age=60',
79202npm verb headers 'content-length': '2000',
79203npm verb headers 'accept-ranges': 'bytes',
79204npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79205npm verb headers via: '1.1 varnish',
79206npm verb headers age: '57',
79207npm verb headers connection: 'keep-alive',
79208npm verb headers 'x-served-by': 'cache-fra1232-FRA',
79209npm verb headers 'x-cache': 'HIT',
79210npm verb headers 'x-cache-hits': '1',
79211npm verb headers 'x-timer': 'S1450870343.858802,VS0,VE0',
79212npm verb headers vary: 'Accept' }
79213npm verb get saving parsejson to /root/.npm/registry.npmjs.org/parsejson/.cache.json
79214npm http 200 http://registry.npmjs.org/parseqs
79215npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79216npm verb headers etag: '"BRGJMXWS57TIDT46EPH3BGEO"',
79217npm verb headers 'content-type': 'application/json',
79218npm verb headers 'cache-control': 'max-age=60',
79219npm verb headers 'content-length': '2660',
79220npm verb headers 'accept-ranges': 'bytes',
79221npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79222npm verb headers via: '1.1 varnish',
79223npm verb headers age: '57',
79224npm verb headers connection: 'keep-alive',
79225npm verb headers 'x-served-by': 'cache-fra1248-FRA',
79226npm verb headers 'x-cache': 'HIT',
79227npm verb headers 'x-cache-hits': '1',
79228npm verb headers 'x-timer': 'S1450870343.859137,VS0,VE0',
79229npm verb headers vary: 'Accept' }
79230npm verb get saving parseqs to /root/.npm/registry.npmjs.org/parseqs/.cache.json
79231npm http 200 http://registry.npmjs.org/xmlhttprequest-ssl
79232npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79233npm verb headers etag: '"32OVUXYUJ09UF1LB0Z4W9CK6S"',
79234npm verb headers 'content-type': 'application/json',
79235npm verb headers 'cache-control': 'max-age=300',
79236npm verb headers 'content-length': '4364',
79237npm verb headers 'accept-ranges': 'bytes',
79238npm verb headers date: 'Wed, 23 Dec 2015 11:32:23 GMT',
79239npm verb headers via: '1.1 varnish',
79240npm verb headers age: '62',
79241npm verb headers connection: 'keep-alive',
79242npm verb headers 'x-served-by': 'cache-fra1221-FRA',
79243npm verb headers 'x-cache': 'HIT',
79244npm verb headers 'x-cache-hits': '1',
79245npm verb headers 'x-timer': 'S1450870343.864488,VS0,VE0',
79246npm verb headers vary: 'Accept' }
79247npm verb get saving xmlhttprequest-ssl to /root/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json
79248npm http fetch 200 http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz
79249npm http fetch 200 http://registry.npmjs.org/debug/-/debug-1.0.4.tgz
79250npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz not in flight; adding
79251npm verb addTmpTarball already have metadata; skipping unpack for parseuri@0.0.4
79252npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/debug/-/debug-1.0.4.tgz not in flight; adding
79253npm verb addTmpTarball already have metadata; skipping unpack for debug@1.0.4
79254npm verb cache add spec has-cors@1.1.0
79255npm verb addNamed "1.1.0" is a plain semver version for has-cors
79256npm verb addNameVersion registry:http://registry.npmjs.org/has-cors not in flight; fetching
79257npm verb cache add spec component-inherit@0.0.3
79258npm verb addNamed "0.0.3" is a plain semver version for component-inherit
79259npm verb addNameVersion registry:http://registry.npmjs.org/component-inherit not in flight; fetching
79260npm verb cache add spec parsejson@0.0.1
79261npm verb addNamed "0.0.1" is a plain semver version for parsejson
79262npm verb addNameVersion registry:http://registry.npmjs.org/parsejson not in flight; fetching
79263npm verb cache add spec parseqs@0.0.2
79264npm verb addNamed "0.0.2" is a plain semver version for parseqs
79265npm verb addNameVersion registry:http://registry.npmjs.org/parseqs not in flight; fetching
79266npm verb cache add spec xmlhttprequest-ssl@1.5.1
79267npm verb addNamed "1.5.1" is a plain semver version for xmlhttprequest-ssl
79268npm verb addNameVersion registry:http://registry.npmjs.org/xmlhttprequest-ssl not in flight; fetching
79269npm verb get http://registry.npmjs.org/has-cors not expired, no request
79270npm verb get http://registry.npmjs.org/component-inherit not expired, no request
79271npm verb get http://registry.npmjs.org/parsejson not expired, no request
79272npm verb get http://registry.npmjs.org/parseqs not expired, no request
79273npm verb addRemoteTarball http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz not in flight; adding
79274npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz',
79275npm verb addRemoteTarball '5e474793f7ea9843d1bb99c23eef49ff126fff39' ]
79276npm verb get http://registry.npmjs.org/xmlhttprequest-ssl not expired, no request
79277npm verb addRemoteTarball http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
79278npm verb addRemoteTarball [ 'http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz',
79279npm verb addRemoteTarball '645fc4adf58b72b649d5cae65135619db26ff143' ]
79280npm verb addRemoteTarball http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
79281npm verb addRemoteTarball [ 'http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz',
79282npm verb addRemoteTarball '9b10c6c0d825ab589e685153826de0a3ba278bcc' ]
79283npm verb addRemoteTarball http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
79284npm verb addRemoteTarball [ 'http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz',
79285npm verb addRemoteTarball '9dfe70b2cddac388bde4f35b1f240fa58adbe6c7' ]
79286npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json not in flight; writing
79287npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json not in flight; writing
79288npm verb addRemoteTarball http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz not in flight; adding
79289npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz',
79290npm verb addRemoteTarball '3b7741fea4a86675976e908d296d4445961faa67' ]
79291npm info retry fetch attempt 1 at 11:32:23
79292npm info attempt registry request try #1 at 11:32:23
79293npm http fetch GET http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz
79294npm info retry fetch attempt 1 at 11:32:23
79295npm info attempt registry request try #1 at 11:32:23
79296npm http fetch GET http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
79297npm info retry fetch attempt 1 at 11:32:23
79298npm info attempt registry request try #1 at 11:32:23
79299npm http fetch GET http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
79300npm info retry fetch attempt 1 at 11:32:23
79301npm info attempt registry request try #1 at 11:32:23
79302npm http fetch GET http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
79303npm info retry fetch attempt 1 at 11:32:23
79304npm info attempt registry request try #1 at 11:32:23
79305npm http fetch GET http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz
79306npm http fetch 200 http://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz
79307npm verb afterAdd /root/.npm/debug/1.0.4/package/package.json written
79308npm verb afterAdd /root/.npm/parseuri/0.0.4/package/package.json written
79309npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz not in flight; adding
79310npm verb addTmpTarball already have metadata; skipping unpack for has-cors@1.1.0
79311npm verb afterAdd /root/.npm/has-cors/1.1.0/package/package.json not in flight; writing
79312npm http fetch 200 http://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz
79313npm http fetch 200 http://registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz
79314npm http fetch 200 http://registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz
79315npm verb afterAdd /root/.npm/has-cors/1.1.0/package/package.json written
79316npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz not in flight; adding
79317npm verb addTmpTarball already have metadata; skipping unpack for component-inherit@0.0.3
79318npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parsejson/-/parsejson-0.0.1.tgz not in flight; adding
79319npm verb addTmpTarball already have metadata; skipping unpack for parsejson@0.0.1
79320npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parseqs/-/parseqs-0.0.2.tgz not in flight; adding
79321npm verb addTmpTarball already have metadata; skipping unpack for parseqs@0.0.2
79322npm http fetch 200 http://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz
79323npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz not in flight; adding
79324npm verb addTmpTarball already have metadata; skipping unpack for xmlhttprequest-ssl@1.5.1
79325npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json not in flight; writing
79326npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json not in flight; writing
79327npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json not in flight; writing
79328npm verb afterAdd /root/.npm/component-inherit/0.0.3/package/package.json written
79329npm verb afterAdd /root/.npm/parsejson/0.0.1/package/package.json written
79330npm verb afterAdd /root/.npm/parseqs/0.0.2/package/package.json written
79331npm verb afterAdd /root/.npm/xmlhttprequest-ssl/1.5.1/package/package.json not in flight; writing
79332npm verb afterAdd /root/.npm/xmlhttprequest-ssl/1.5.1/package/package.json written
79333npm verb cache add spec ms@0.6.2
79334npm verb addNamed "0.6.2" is a plain semver version for ms
79335npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
79336npm verb get http://registry.npmjs.org/ms not expired, no request
79337npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json not in flight; writing
79338npm verb afterAdd /root/.npm/ms/0.6.2/package/package.json written
79339npm verb request uri http://registry.npmjs.org/better-assert
79340npm verb request no auth needed
79341npm info attempt registry request try #1 at 11:32:24
79342npm http request GET http://registry.npmjs.org/better-assert
79343npm http 200 http://registry.npmjs.org/better-assert
79344npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79345npm verb headers etag: '"5I041PX4XSOVLOARDHLC1A603"',
79346npm verb headers 'content-type': 'application/json',
79347npm verb headers 'cache-control': 'max-age=60',
79348npm verb headers 'content-length': '7489',
79349npm verb headers 'accept-ranges': 'bytes',
79350npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79351npm verb headers via: '1.1 varnish',
79352npm verb headers age: '15',
79353npm verb headers connection: 'keep-alive',
79354npm verb headers 'x-served-by': 'cache-fra1225-FRA',
79355npm verb headers 'x-cache': 'HIT',
79356npm verb headers 'x-cache-hits': '1',
79357npm verb headers 'x-timer': 'S1450870344.132259,VS0,VE0',
79358npm verb headers vary: 'Accept' }
79359npm verb get saving better-assert to /root/.npm/registry.npmjs.org/better-assert/.cache.json
79360npm verb cache add spec better-assert@~1.0.0
79361npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for better-assert
79362npm verb addNameRange registry:http://registry.npmjs.org/better-assert not in flight; fetching
79363npm verb get http://registry.npmjs.org/better-assert not expired, no request
79364npm verb addNamed "1.0.2" is a plain semver version for better-assert
79365npm verb addRemoteTarball http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
79366npm verb addRemoteTarball [ 'http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz',
79367npm verb addRemoteTarball '40866b9e1b9e0b55b481894311e68faffaebc522' ]
79368npm info retry fetch attempt 1 at 11:32:24
79369npm info attempt registry request try #1 at 11:32:24
79370npm http fetch GET http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
79371npm http fetch 200 http://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz
79372npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz not in flight; adding
79373npm verb addTmpTarball already have metadata; skipping unpack for better-assert@1.0.2
79374npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json not in flight; writing
79375npm verb afterAdd /root/.npm/better-assert/1.0.2/package/package.json written
79376npm verb request uri http://registry.npmjs.org/callsite
79377npm verb request no auth needed
79378npm info attempt registry request try #1 at 11:32:24
79379npm http request GET http://registry.npmjs.org/callsite
79380npm http 200 http://registry.npmjs.org/callsite
79381npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79382npm verb headers etag: '"9F5WFLLEGVJLVN0BHCI2K45EN"',
79383npm verb headers 'content-type': 'application/json',
79384npm verb headers 'cache-control': 'max-age=300',
79385npm verb headers 'content-length': '3360',
79386npm verb headers 'accept-ranges': 'bytes',
79387npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79388npm verb headers via: '1.1 varnish',
79389npm verb headers age: '155',
79390npm verb headers connection: 'keep-alive',
79391npm verb headers 'x-served-by': 'cache-fra1228-FRA',
79392npm verb headers 'x-cache': 'HIT',
79393npm verb headers 'x-cache-hits': '3',
79394npm verb headers 'x-timer': 'S1450870344.236922,VS0,VE0',
79395npm verb headers vary: 'Accept' }
79396npm verb get saving callsite to /root/.npm/registry.npmjs.org/callsite/.cache.json
79397npm verb cache add spec callsite@1.0.0
79398npm verb addNamed "1.0.0" is a plain semver version for callsite
79399npm verb addNameVersion registry:http://registry.npmjs.org/callsite not in flight; fetching
79400npm verb get http://registry.npmjs.org/callsite not expired, no request
79401npm verb addRemoteTarball http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
79402npm verb addRemoteTarball [ 'http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz',
79403npm verb addRemoteTarball '280398e5d664bd74038b6f0905153e6e8af1bc20' ]
79404npm info retry fetch attempt 1 at 11:32:24
79405npm info attempt registry request try #1 at 11:32:24
79406npm http fetch GET http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
79407npm http fetch 200 http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz
79408npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/callsite/-/callsite-1.0.0.tgz not in flight; adding
79409npm verb addTmpTarball already have metadata; skipping unpack for callsite@1.0.0
79410npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json not in flight; writing
79411npm verb afterAdd /root/.npm/callsite/1.0.0/package/package.json written
79412npm verb cache add spec debug@0.7.4
79413npm verb addNamed "0.7.4" is a plain semver version for debug
79414npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
79415npm verb get http://registry.npmjs.org/debug not expired, no request
79416npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json not in flight; writing
79417npm verb afterAdd /root/.npm/debug/0.7.4/package/package.json written
79418npm verb request uri http://registry.npmjs.org/events-to-array
79419npm verb request no auth needed
79420npm info attempt registry request try #1 at 11:32:24
79421npm http request GET http://registry.npmjs.org/events-to-array
79422npm http 200 http://registry.npmjs.org/events-to-array
79423npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79424npm verb headers etag: '"9CBD56MVGNSYNXPCGULI0CJNY"',
79425npm verb headers 'content-type': 'application/json',
79426npm verb headers 'cache-control': 'max-age=300',
79427npm verb headers 'content-length': '5581',
79428npm verb headers 'accept-ranges': 'bytes',
79429npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79430npm verb headers via: '1.1 varnish',
79431npm verb headers age: '205',
79432npm verb headers connection: 'keep-alive',
79433npm verb headers 'x-served-by': 'cache-fra1246-FRA',
79434npm verb headers 'x-cache': 'HIT',
79435npm verb headers 'x-cache-hits': '2',
79436npm verb headers 'x-timer': 'S1450870344.426194,VS0,VE0',
79437npm verb headers vary: 'Accept' }
79438npm verb get saving events-to-array to /root/.npm/registry.npmjs.org/events-to-array/.cache.json
79439npm verb cache add spec events-to-array@^1.0.1
79440npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for events-to-array
79441npm verb addNameRange registry:http://registry.npmjs.org/events-to-array not in flight; fetching
79442npm verb get http://registry.npmjs.org/events-to-array not expired, no request
79443npm verb addNamed "1.0.2" is a plain semver version for events-to-array
79444npm verb addRemoteTarball http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz not in flight; adding
79445npm verb addRemoteTarball [ 'http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz',
79446npm verb addRemoteTarball 'b3484465534fe4ff66fbdd1a83b777713ba404aa' ]
79447npm info retry fetch attempt 1 at 11:32:24
79448npm info attempt registry request try #1 at 11:32:24
79449npm http fetch GET http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz
79450npm http fetch 200 http://registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz
79451npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/events-to-array/-/events-to-array-1.0.2.tgz not in flight; adding
79452npm verb addTmpTarball already have metadata; skipping unpack for events-to-array@1.0.2
79453npm verb afterAdd /root/.npm/events-to-array/1.0.2/package/package.json not in flight; writing
79454npm verb afterAdd /root/.npm/events-to-array/1.0.2/package/package.json written
79455npm verb cache add spec qs@~5.1.0
79456npm verb addNamed ">=5.1.0 <5.2.0" is a valid semver range for qs
79457npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
79458npm verb request uri http://registry.npmjs.org/body-parser
79459npm verb request no auth needed
79460npm info attempt registry request try #1 at 11:32:24
79461npm http request GET http://registry.npmjs.org/body-parser
79462npm verb request uri http://registry.npmjs.org/faye-websocket
79463npm verb request no auth needed
79464npm info attempt registry request try #1 at 11:32:24
79465npm http request GET http://registry.npmjs.org/faye-websocket
79466npm verb request uri http://registry.npmjs.org/livereload-js
79467npm verb request no auth needed
79468npm info attempt registry request try #1 at 11:32:24
79469npm http request GET http://registry.npmjs.org/livereload-js
79470npm verb request uri http://registry.npmjs.org/qs
79471npm verb request no auth needed
79472npm info attempt registry request try #1 at 11:32:24
79473npm verb etag "EC72YVY7VNX06HPF7024J1CQA"
79474npm http request GET http://registry.npmjs.org/qs
79475npm http 200 http://registry.npmjs.org/livereload-js
79476npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79477npm verb headers etag: '"9H24GZA2B40U2VH9MEVLXIW9L"',
79478npm verb headers 'content-type': 'application/json',
79479npm verb headers 'cache-control': 'max-age=300',
79480npm verb headers 'content-length': '15006',
79481npm verb headers 'accept-ranges': 'bytes',
79482npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79483npm verb headers via: '1.1 varnish',
79484npm verb headers age: '62',
79485npm verb headers connection: 'keep-alive',
79486npm verb headers 'x-served-by': 'cache-fra1222-FRA',
79487npm verb headers 'x-cache': 'HIT',
79488npm verb headers 'x-cache-hits': '1',
79489npm verb headers 'x-timer': 'S1450870344.587536,VS0,VE0',
79490npm verb headers vary: 'Accept' }
79491npm verb get saving livereload-js to /root/.npm/registry.npmjs.org/livereload-js/.cache.json
79492npm http 304 http://registry.npmjs.org/qs
79493npm verb headers { date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79494npm verb headers via: '1.1 varnish',
79495npm verb headers 'cache-control': 'max-age=300',
79496npm verb headers etag: '"EC72YVY7VNX06HPF7024J1CQA"',
79497npm verb headers age: '40',
79498npm verb headers connection: 'keep-alive',
79499npm verb headers 'x-served-by': 'cache-fra1221-FRA',
79500npm verb headers 'x-cache': 'HIT',
79501npm verb headers 'x-cache-hits': '3',
79502npm verb headers 'x-timer': 'S1450870344.596208,VS0,VE0',
79503npm verb headers vary: 'Accept' }
79504npm verb etag http://registry.npmjs.org/qs from cache
79505npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
79506npm verb cache add spec livereload-js@^2.2.0
79507npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for livereload-js
79508npm verb addNameRange registry:http://registry.npmjs.org/livereload-js not in flight; fetching
79509npm verb addNamed "5.1.0" is a plain semver version for qs
79510npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-5.1.0.tgz not in flight; adding
79511npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-5.1.0.tgz',
79512npm verb addRemoteTarball '4d932e5c7ea411cca76a312d39a606200fd50cd9' ]
79513npm info retry fetch attempt 1 at 11:32:24
79514npm info attempt registry request try #1 at 11:32:24
79515npm http fetch GET http://registry.npmjs.org/qs/-/qs-5.1.0.tgz
79516npm verb get http://registry.npmjs.org/livereload-js not expired, no request
79517npm verb addNamed "2.2.2" is a plain semver version for livereload-js
79518npm http 200 http://registry.npmjs.org/faye-websocket
79519npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79520npm verb headers etag: '"6IWLVLS53963B3DEA36MEAKHE"',
79521npm verb headers 'content-type': 'application/json',
79522npm verb headers 'cache-control': 'max-age=60',
79523npm verb headers 'content-length': '42147',
79524npm verb headers 'accept-ranges': 'bytes',
79525npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79526npm verb headers via: '1.1 varnish',
79527npm verb headers age: '1',
79528npm verb headers connection: 'keep-alive',
79529npm verb headers 'x-served-by': 'cache-fra1238-FRA',
79530npm verb headers 'x-cache': 'HIT',
79531npm verb headers 'x-cache-hits': '1',
79532npm verb headers 'x-timer': 'S1450870344.595120,VS0,VE0',
79533npm verb headers vary: 'Accept' }
79534npm verb get saving faye-websocket to /root/.npm/registry.npmjs.org/faye-websocket/.cache.json
79535npm verb addRemoteTarball http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz not in flight; adding
79536npm verb addRemoteTarball [ 'http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz',
79537npm verb addRemoteTarball '6c87257e648ab475bc24ea257457edcc1f8d0bc2' ]
79538npm info retry fetch attempt 1 at 11:32:24
79539npm info attempt registry request try #1 at 11:32:24
79540npm http fetch GET http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz
79541npm verb cache add spec faye-websocket@~0.10.0
79542npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for faye-websocket
79543npm verb addNameRange registry:http://registry.npmjs.org/faye-websocket not in flight; fetching
79544npm http fetch 200 http://registry.npmjs.org/qs/-/qs-5.1.0.tgz
79545npm verb get http://registry.npmjs.org/faye-websocket not expired, no request
79546npm verb addNamed "0.10.0" is a plain semver version for faye-websocket
79547npm http fetch 200 http://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz
79548npm verb addRemoteTarball http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz not in flight; adding
79549npm verb addRemoteTarball [ 'http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz',
79550npm verb addRemoteTarball '4e492f8d04dfb6f89003507f6edbf2d501e7c6f4' ]
79551npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/qs/-/qs-5.1.0.tgz not in flight; adding
79552npm verb addTmpTarball already have metadata; skipping unpack for qs@5.1.0
79553npm info retry fetch attempt 1 at 11:32:24
79554npm info attempt registry request try #1 at 11:32:24
79555npm http fetch GET http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz
79556npm verb afterAdd /root/.npm/qs/5.1.0/package/package.json not in flight; writing
79557npm verb afterAdd /root/.npm/qs/5.1.0/package/package.json written
79558npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz not in flight; adding
79559npm verb addTmpTarball already have metadata; skipping unpack for livereload-js@2.2.2
79560npm verb afterAdd /root/.npm/livereload-js/2.2.2/package/package.json not in flight; writing
79561npm http fetch 200 http://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz
79562npm verb afterAdd /root/.npm/livereload-js/2.2.2/package/package.json written
79563npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz not in flight; adding
79564npm verb addTmpTarball already have metadata; skipping unpack for faye-websocket@0.10.0
79565npm verb afterAdd /root/.npm/faye-websocket/0.10.0/package/package.json not in flight; writing
79566npm verb afterAdd /root/.npm/faye-websocket/0.10.0/package/package.json written
79567npm http 200 http://registry.npmjs.org/body-parser
79568npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79569npm verb headers etag: '"BAVEKG3EHX5WGLJG6XVP5S4BE"',
79570npm verb headers 'content-type': 'application/json',
79571npm verb headers 'cache-control': 'max-age=300',
79572npm verb headers 'content-length': '113164',
79573npm verb headers 'accept-ranges': 'bytes',
79574npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79575npm verb headers via: '1.1 varnish',
79576npm verb headers age: '33',
79577npm verb headers connection: 'keep-alive',
79578npm verb headers 'x-served-by': 'cache-fra1241-FRA',
79579npm verb headers 'x-cache': 'HIT',
79580npm verb headers 'x-cache-hits': '1',
79581npm verb headers 'x-timer': 'S1450870344.587632,VS0,VE0',
79582npm verb headers vary: 'Accept' }
79583npm verb get saving body-parser to /root/.npm/registry.npmjs.org/body-parser/.cache.json
79584npm verb cache add spec body-parser@~1.14.0
79585npm verb addNamed ">=1.14.0 <1.15.0" is a valid semver range for body-parser
79586npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
79587npm verb get http://registry.npmjs.org/body-parser not expired, no request
79588npm verb addNamed "1.14.2" is a plain semver version for body-parser
79589npm verb addRemoteTarball http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz not in flight; adding
79590npm verb addRemoteTarball [ 'http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz',
79591npm verb addRemoteTarball '1015cb1fe2c443858259581db53332f8d0cf50f9' ]
79592npm info retry fetch attempt 1 at 11:32:24
79593npm info attempt registry request try #1 at 11:32:24
79594npm http fetch GET http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz
79595npm http fetch 200 http://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz
79596npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz not in flight; adding
79597npm verb addTmpTarball already have metadata; skipping unpack for body-parser@1.14.2
79598npm verb afterAdd /root/.npm/body-parser/1.14.2/package/package.json not in flight; writing
79599npm verb afterAdd /root/.npm/body-parser/1.14.2/package/package.json written
79600npm verb cache add spec bytes@2.2.0
79601npm verb cache add spec depd@~1.1.0
79602npm verb cache add spec qs@5.2.0
79603npm verb addNamed "2.2.0" is a plain semver version for bytes
79604npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
79605npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for depd
79606npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
79607npm verb addNamed "5.2.0" is a plain semver version for qs
79608npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
79609npm verb request uri http://registry.npmjs.org/raw-body
79610npm verb request no auth needed
79611npm info attempt registry request try #1 at 11:32:24
79612npm http request GET http://registry.npmjs.org/raw-body
79613npm verb request uri http://registry.npmjs.org/bytes
79614npm verb request no auth needed
79615npm info attempt registry request try #1 at 11:32:24
79616npm verb etag "9Z54CDPJPFB84A5EQY8A939AW"
79617npm http request GET http://registry.npmjs.org/bytes
79618npm verb request uri http://registry.npmjs.org/depd
79619npm verb request no auth needed
79620npm info attempt registry request try #1 at 11:32:24
79621npm verb etag "D51XQ8IB2NO2EXAU1UFAY1A1L"
79622npm http request GET http://registry.npmjs.org/depd
79623npm verb get http://registry.npmjs.org/qs not expired, no request
79624npm verb addRemoteTarball http://registry.npmjs.org/qs/-/qs-5.2.0.tgz not in flight; adding
79625npm verb addRemoteTarball [ 'http://registry.npmjs.org/qs/-/qs-5.2.0.tgz',
79626npm verb addRemoteTarball 'a9f31142af468cb72b25b30136ba2456834916be' ]
79627npm info retry fetch attempt 1 at 11:32:24
79628npm info attempt registry request try #1 at 11:32:24
79629npm http fetch GET http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
79630npm http 304 http://registry.npmjs.org/depd
79631npm verb headers { date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79632npm verb headers via: '1.1 varnish',
79633npm verb headers 'cache-control': 'max-age=60',
79634npm verb headers etag: '"D51XQ8IB2NO2EXAU1UFAY1A1L"',
79635npm verb headers age: '10',
79636npm verb headers connection: 'keep-alive',
79637npm verb headers 'x-served-by': 'cache-fra1243-FRA',
79638npm verb headers 'x-cache': 'HIT',
79639npm verb headers 'x-cache-hits': '2',
79640npm verb headers 'x-timer': 'S1450870344.983008,VS0,VE0',
79641npm verb headers vary: 'Accept' }
79642npm verb etag http://registry.npmjs.org/depd from cache
79643npm verb get saving depd to /root/.npm/registry.npmjs.org/depd/.cache.json
79644npm http 200 http://registry.npmjs.org/raw-body
79645npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79646npm verb headers etag: '"E3KTT4MIR51RMO7KWFF1HCR2C"',
79647npm verb headers 'content-type': 'application/json',
79648npm verb headers 'cache-control': 'max-age=60',
79649npm verb headers 'content-length': '49848',
79650npm verb headers 'accept-ranges': 'bytes',
79651npm verb headers date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79652npm verb headers via: '1.1 varnish',
79653npm verb headers age: '21',
79654npm verb headers connection: 'keep-alive',
79655npm verb headers 'x-served-by': 'cache-fra1223-FRA',
79656npm verb headers 'x-cache': 'HIT',
79657npm verb headers 'x-cache-hits': '2',
79658npm verb headers 'x-timer': 'S1450870344.963472,VS0,VE0',
79659npm verb headers vary: 'Accept' }
79660npm verb get saving raw-body to /root/.npm/registry.npmjs.org/raw-body/.cache.json
79661npm http 304 http://registry.npmjs.org/bytes
79662npm verb headers { date: 'Wed, 23 Dec 2015 11:32:24 GMT',
79663npm verb headers via: '1.1 varnish',
79664npm verb headers 'cache-control': 'max-age=60',
79665npm verb headers etag: '"9Z54CDPJPFB84A5EQY8A939AW"',
79666npm verb headers age: '24',
79667npm verb headers connection: 'keep-alive',
79668npm verb headers 'x-served-by': 'cache-fra1222-FRA',
79669npm verb headers 'x-cache': 'HIT',
79670npm verb headers 'x-cache-hits': '1',
79671npm verb headers 'x-timer': 'S1450870344.982919,VS0,VE0',
79672npm verb headers vary: 'Accept' }
79673npm verb etag http://registry.npmjs.org/bytes from cache
79674npm verb get saving bytes to /root/.npm/registry.npmjs.org/bytes/.cache.json
79675npm http fetch 200 http://registry.npmjs.org/qs/-/qs-5.2.0.tgz
79676npm verb addNamed "1.1.0" is a plain semver version for depd
79677npm verb addRemoteTarball http://registry.npmjs.org/depd/-/depd-1.1.0.tgz not in flight; adding
79678npm verb addRemoteTarball [ 'http://registry.npmjs.org/depd/-/depd-1.1.0.tgz',
79679npm verb addRemoteTarball 'e1bd82c6aab6ced965b97b88b17ed3e528ca18c3' ]
79680npm verb addRemoteTarball http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
79681npm verb addRemoteTarball [ 'http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz',
79682npm verb addRemoteTarball 'fd35464a403f6f9117c2de3609ecff9cae000588' ]
79683npm verb cache add spec raw-body@~2.1.5
79684npm verb addNamed ">=2.1.5 <2.2.0" is a valid semver range for raw-body
79685npm verb addNameRange registry:http://registry.npmjs.org/raw-body not in flight; fetching
79686npm info retry fetch attempt 1 at 11:32:25
79687npm info attempt registry request try #1 at 11:32:25
79688npm http fetch GET http://registry.npmjs.org/depd/-/depd-1.1.0.tgz
79689npm info retry fetch attempt 1 at 11:32:25
79690npm info attempt registry request try #1 at 11:32:25
79691npm http fetch GET http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
79692npm verb get http://registry.npmjs.org/raw-body not expired, no request
79693npm verb addNamed "2.1.5" is a plain semver version for raw-body
79694npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/qs/-/qs-5.2.0.tgz not in flight; adding
79695npm verb addTmpTarball already have metadata; skipping unpack for qs@5.2.0
79696npm verb addRemoteTarball http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
79697npm verb addRemoteTarball [ 'http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz',
79698npm verb addRemoteTarball '8be8f09ddefd0d72ad99d883ab7f0cc350420956' ]
79699npm info retry fetch attempt 1 at 11:32:25
79700npm info attempt registry request try #1 at 11:32:25
79701npm http fetch GET http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
79702npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json not in flight; writing
79703npm http fetch 200 http://registry.npmjs.org/depd/-/depd-1.1.0.tgz
79704npm http fetch 200 http://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz
79705npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json written
79706npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/depd/-/depd-1.1.0.tgz not in flight; adding
79707npm verb addTmpTarball already have metadata; skipping unpack for depd@1.1.0
79708npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bytes/-/bytes-2.2.0.tgz not in flight; adding
79709npm verb addTmpTarball already have metadata; skipping unpack for bytes@2.2.0
79710npm http fetch 200 http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz
79711npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz not in flight; adding
79712npm verb addTmpTarball already have metadata; skipping unpack for raw-body@2.1.5
79713npm verb afterAdd /root/.npm/depd/1.1.0/package/package.json not in flight; writing
79714npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
79715npm verb afterAdd /root/.npm/depd/1.1.0/package/package.json written
79716npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
79717npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json not in flight; writing
79718npm verb afterAdd /root/.npm/raw-body/2.1.5/package/package.json written
79719npm verb cache add spec bytes@2.2.0
79720npm verb addNamed "2.2.0" is a plain semver version for bytes
79721npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
79722npm verb get http://registry.npmjs.org/bytes not expired, no request
79723npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json not in flight; writing
79724npm verb afterAdd /root/.npm/bytes/2.2.0/package/package.json written
79725npm verb request uri http://registry.npmjs.org/websocket-driver
79726npm verb request no auth needed
79727npm info attempt registry request try #1 at 11:32:25
79728npm http request GET http://registry.npmjs.org/websocket-driver
79729npm http 200 http://registry.npmjs.org/websocket-driver
79730npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79731npm verb headers etag: '"CQSF3DAT2G19JRZI8DUH497H8"',
79732npm verb headers 'content-type': 'application/json',
79733npm verb headers 'cache-control': 'max-age=300',
79734npm verb headers 'content-length': '37817',
79735npm verb headers 'accept-ranges': 'bytes',
79736npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79737npm verb headers via: '1.1 varnish',
79738npm verb headers age: '243',
79739npm verb headers connection: 'keep-alive',
79740npm verb headers 'x-served-by': 'cache-fra1224-FRA',
79741npm verb headers 'x-cache': 'HIT',
79742npm verb headers 'x-cache-hits': '3',
79743npm verb headers 'x-timer': 'S1450870345.169424,VS0,VE0',
79744npm verb headers vary: 'Accept' }
79745npm verb get saving websocket-driver to /root/.npm/registry.npmjs.org/websocket-driver/.cache.json
79746npm verb cache add spec websocket-driver@>=0.5.1
79747npm verb addNamed ">=0.5.1" is a valid semver range for websocket-driver
79748npm verb addNameRange registry:http://registry.npmjs.org/websocket-driver not in flight; fetching
79749npm verb get http://registry.npmjs.org/websocket-driver not expired, no request
79750npm verb addNamed "0.6.3" is a plain semver version for websocket-driver
79751npm verb addRemoteTarball http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz not in flight; adding
79752npm verb addRemoteTarball [ 'http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz',
79753npm verb addRemoteTarball 'fd21911bb46dee34ad85bdbc5676bf9024ed087b' ]
79754npm info retry fetch attempt 1 at 11:32:25
79755npm info attempt registry request try #1 at 11:32:25
79756npm http fetch GET http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz
79757npm http fetch 200 http://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz
79758npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.3.tgz not in flight; adding
79759npm verb addTmpTarball already have metadata; skipping unpack for websocket-driver@0.6.3
79760npm verb afterAdd /root/.npm/websocket-driver/0.6.3/package/package.json not in flight; writing
79761npm verb afterAdd /root/.npm/websocket-driver/0.6.3/package/package.json written
79762npm verb request uri http://registry.npmjs.org/websocket-extensions
79763npm verb request no auth needed
79764npm info attempt registry request try #1 at 11:32:25
79765npm http request GET http://registry.npmjs.org/websocket-extensions
79766npm http 200 http://registry.npmjs.org/websocket-extensions
79767npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79768npm verb headers etag: '"1RY1DZQ40R6U70M3T3QRYCAW7"',
79769npm verb headers 'content-type': 'application/json',
79770npm verb headers 'cache-control': 'max-age=300',
79771npm verb headers 'content-length': '17640',
79772npm verb headers 'accept-ranges': 'bytes',
79773npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79774npm verb headers via: '1.1 varnish',
79775npm verb headers age: '199',
79776npm verb headers connection: 'keep-alive',
79777npm verb headers 'x-served-by': 'cache-fra1226-FRA',
79778npm verb headers 'x-cache': 'HIT',
79779npm verb headers 'x-cache-hits': '317',
79780npm verb headers 'x-timer': 'S1450870345.337582,VS0,VE0',
79781npm verb headers vary: 'Accept' }
79782npm verb get saving websocket-extensions to /root/.npm/registry.npmjs.org/websocket-extensions/.cache.json
79783npm verb cache add spec websocket-extensions@>=0.1.1
79784npm verb addNamed ">=0.1.1" is a valid semver range for websocket-extensions
79785npm verb addNameRange registry:http://registry.npmjs.org/websocket-extensions not in flight; fetching
79786npm verb get http://registry.npmjs.org/websocket-extensions not expired, no request
79787npm verb addNamed "0.1.1" is a plain semver version for websocket-extensions
79788npm verb addRemoteTarball http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz not in flight; adding
79789npm verb addRemoteTarball [ 'http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz',
79790npm verb addRemoteTarball '76899499c184b6ef754377c2dbb0cd6cb55d29e7' ]
79791npm info retry fetch attempt 1 at 11:32:25
79792npm info attempt registry request try #1 at 11:32:25
79793npm http fetch GET http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz
79794npm http fetch 200 http://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz
79795npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz not in flight; adding
79796npm verb addTmpTarball already have metadata; skipping unpack for websocket-extensions@0.1.1
79797npm verb afterAdd /root/.npm/websocket-extensions/0.1.1/package/package.json not in flight; writing
79798npm verb afterAdd /root/.npm/websocket-extensions/0.1.1/package/package.json written
79799npm verb cache add spec fs-extra@^0.16.3
79800npm verb addNamed ">=0.16.3 <0.17.0" is a valid semver range for fs-extra
79801npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
79802npm verb request uri http://registry.npmjs.org/lodash.merge
79803npm verb request no auth needed
79804npm info attempt registry request try #1 at 11:32:25
79805npm http request GET http://registry.npmjs.org/lodash.merge
79806npm verb request uri http://registry.npmjs.org/fs-extra
79807npm verb request no auth needed
79808npm info attempt registry request try #1 at 11:32:25
79809npm verb etag "5P97O68TI1NHUQFEFJMUY0QSA"
79810npm http request GET http://registry.npmjs.org/fs-extra
79811npm http 304 http://registry.npmjs.org/fs-extra
79812npm verb headers { date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79813npm verb headers via: '1.1 varnish',
79814npm verb headers 'cache-control': 'max-age=300',
79815npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
79816npm verb headers age: '139',
79817npm verb headers connection: 'keep-alive',
79818npm verb headers 'x-served-by': 'cache-fra1226-FRA',
79819npm verb headers 'x-cache': 'HIT',
79820npm verb headers 'x-cache-hits': '5',
79821npm verb headers 'x-timer': 'S1450870345.509789,VS0,VE0',
79822npm verb headers vary: 'Accept' }
79823npm verb etag http://registry.npmjs.org/fs-extra from cache
79824npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
79825npm http 200 http://registry.npmjs.org/lodash.merge
79826npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79827npm verb headers etag: '"7I616XGUMH7BGUFO3AGLGPBHE"',
79828npm verb headers 'content-type': 'application/json',
79829npm verb headers 'cache-control': 'max-age=300',
79830npm verb headers 'content-length': '33858',
79831npm verb headers 'accept-ranges': 'bytes',
79832npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79833npm verb headers via: '1.1 varnish',
79834npm verb headers age: '263',
79835npm verb headers connection: 'keep-alive',
79836npm verb headers 'x-served-by': 'cache-fra1229-FRA',
79837npm verb headers 'x-cache': 'HIT',
79838npm verb headers 'x-cache-hits': '1',
79839npm verb headers 'x-timer': 'S1450870345.502270,VS0,VE0',
79840npm verb headers vary: 'Accept' }
79841npm verb get saving lodash.merge to /root/.npm/registry.npmjs.org/lodash.merge/.cache.json
79842npm verb addNamed "0.16.5" is a plain semver version for fs-extra
79843npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz not in flight; adding
79844npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz',
79845npm verb addRemoteTarball '1ad661fa6c86c9608cd1b49efc6fce834939a750' ]
79846npm info retry fetch attempt 1 at 11:32:25
79847npm info attempt registry request try #1 at 11:32:25
79848npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz
79849npm verb cache add spec lodash.merge@^3.0.2
79850npm verb addNamed ">=3.0.2 <4.0.0" is a valid semver range for lodash.merge
79851npm verb addNameRange registry:http://registry.npmjs.org/lodash.merge not in flight; fetching
79852npm verb get http://registry.npmjs.org/lodash.merge not expired, no request
79853npm verb addNamed "3.3.2" is a plain semver version for lodash.merge
79854npm verb addRemoteTarball http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz not in flight; adding
79855npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz',
79856npm verb addRemoteTarball '0d90d93ed637b1878437bb3e21601260d7afe994' ]
79857npm info retry fetch attempt 1 at 11:32:25
79858npm info attempt registry request try #1 at 11:32:25
79859npm http fetch GET http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz
79860npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz
79861npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-extra/-/fs-extra-0.16.5.tgz not in flight; adding
79862npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.16.5
79863npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json not in flight; writing
79864npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json written
79865npm http fetch 200 http://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz
79866npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz not in flight; adding
79867npm verb addTmpTarball already have metadata; skipping unpack for lodash.merge@3.3.2
79868npm verb afterAdd /root/.npm/lodash.merge/3.3.2/package/package.json not in flight; writing
79869npm verb afterAdd /root/.npm/lodash.merge/3.3.2/package/package.json written
79870npm verb cache add spec graceful-fs@^3.0.5
79871npm verb addNamed ">=3.0.5 <4.0.0" is a valid semver range for graceful-fs
79872npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
79873npm verb request uri http://registry.npmjs.org/graceful-fs
79874npm verb request no auth needed
79875npm info attempt registry request try #1 at 11:32:25
79876npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
79877npm http request GET http://registry.npmjs.org/graceful-fs
79878npm http 304 http://registry.npmjs.org/graceful-fs
79879npm verb headers { date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79880npm verb headers via: '1.1 varnish',
79881npm verb headers 'cache-control': 'max-age=300',
79882npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
79883npm verb headers age: '201',
79884npm verb headers connection: 'keep-alive',
79885npm verb headers 'x-served-by': 'cache-fra1232-FRA',
79886npm verb headers 'x-cache': 'HIT',
79887npm verb headers 'x-cache-hits': '21',
79888npm verb headers 'x-timer': 'S1450870345.658414,VS0,VE0',
79889npm verb headers vary: 'Accept' }
79890npm verb etag http://registry.npmjs.org/graceful-fs from cache
79891npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
79892npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
79893npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
79894npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz',
79895npm verb addRemoteTarball 'ce813e725fa82f7e6147d51c9a5ca68270551c22' ]
79896npm info retry fetch attempt 1 at 11:32:25
79897npm info attempt registry request try #1 at 11:32:25
79898npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
79899npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz
79900npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz not in flight; adding
79901npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@3.0.8
79902npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
79903npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
79904npm verb request uri http://registry.npmjs.org/lodash._arraycopy
79905npm verb request no auth needed
79906npm info attempt registry request try #1 at 11:32:25
79907npm http request GET http://registry.npmjs.org/lodash._arraycopy
79908npm verb request uri http://registry.npmjs.org/lodash._arrayeach
79909npm verb request no auth needed
79910npm info attempt registry request try #1 at 11:32:25
79911npm http request GET http://registry.npmjs.org/lodash._arrayeach
79912npm verb request uri http://registry.npmjs.org/lodash.isplainobject
79913npm verb request no auth needed
79914npm info attempt registry request try #1 at 11:32:25
79915npm http request GET http://registry.npmjs.org/lodash.isplainobject
79916npm verb request uri http://registry.npmjs.org/lodash.keysin
79917npm verb request no auth needed
79918npm info attempt registry request try #1 at 11:32:25
79919npm http request GET http://registry.npmjs.org/lodash.keysin
79920npm verb request uri http://registry.npmjs.org/lodash.toplainobject
79921npm verb request no auth needed
79922npm info attempt registry request try #1 at 11:32:25
79923npm http request GET http://registry.npmjs.org/lodash.toplainobject
79924npm http 200 http://registry.npmjs.org/lodash._arrayeach
79925npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79926npm verb headers etag: '"DLU3DSH0F6ATPBL61R3LZXLQ8"',
79927npm verb headers 'content-type': 'application/json',
79928npm verb headers 'cache-control': 'max-age=300',
79929npm verb headers 'content-length': '3342',
79930npm verb headers 'accept-ranges': 'bytes',
79931npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79932npm verb headers via: '1.1 varnish',
79933npm verb headers age: '139',
79934npm verb headers connection: 'keep-alive',
79935npm verb headers 'x-served-by': 'cache-fra1231-FRA',
79936npm verb headers 'x-cache': 'HIT',
79937npm verb headers 'x-cache-hits': '2',
79938npm verb headers 'x-timer': 'S1450870345.801178,VS0,VE0',
79939npm verb headers vary: 'Accept' }
79940npm verb get saving lodash._arrayeach to /root/.npm/registry.npmjs.org/lodash._arrayeach/.cache.json
79941npm http 200 http://registry.npmjs.org/lodash.toplainobject
79942npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79943npm verb headers etag: '"93739RSB298BMSCU4BNNYNPQ9"',
79944npm verb headers 'content-type': 'application/json',
79945npm verb headers 'cache-control': 'max-age=300',
79946npm verb headers 'content-length': '3613',
79947npm verb headers 'accept-ranges': 'bytes',
79948npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79949npm verb headers via: '1.1 varnish',
79950npm verb headers age: '209',
79951npm verb headers connection: 'keep-alive',
79952npm verb headers 'x-served-by': 'cache-fra1237-FRA',
79953npm verb headers 'x-cache': 'HIT',
79954npm verb headers 'x-cache-hits': '2',
79955npm verb headers 'x-timer': 'S1450870345.806611,VS0,VE0',
79956npm verb headers vary: 'Accept' }
79957npm verb get saving lodash.toplainobject to /root/.npm/registry.npmjs.org/lodash.toplainobject/.cache.json
79958npm http 200 http://registry.npmjs.org/lodash.isplainobject
79959npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79960npm verb headers etag: '"C3BH0ULWAT1R84MAEJJ6KAI6G"',
79961npm verb headers 'content-type': 'application/json',
79962npm verb headers 'cache-control': 'max-age=300',
79963npm verb headers 'content-length': '22234',
79964npm verb headers 'accept-ranges': 'bytes',
79965npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79966npm verb headers via: '1.1 varnish',
79967npm verb headers age: '254',
79968npm verb headers connection: 'keep-alive',
79969npm verb headers 'x-served-by': 'cache-fra1246-FRA',
79970npm verb headers 'x-cache': 'HIT',
79971npm verb headers 'x-cache-hits': '1',
79972npm verb headers 'x-timer': 'S1450870345.800997,VS0,VE0',
79973npm verb headers vary: 'Accept' }
79974npm verb get saving lodash.isplainobject to /root/.npm/registry.npmjs.org/lodash.isplainobject/.cache.json
79975npm http 200 http://registry.npmjs.org/lodash._arraycopy
79976npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79977npm verb headers etag: '"9424MZWXVFVNEHM2KY6KFVE3T"',
79978npm verb headers 'content-type': 'application/json',
79979npm verb headers 'cache-control': 'max-age=60',
79980npm verb headers 'content-length': '3342',
79981npm verb headers 'accept-ranges': 'bytes',
79982npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
79983npm verb headers via: '1.1 varnish',
79984npm verb headers age: '39',
79985npm verb headers connection: 'keep-alive',
79986npm verb headers 'x-served-by': 'cache-fra1248-FRA',
79987npm verb headers 'x-cache': 'HIT',
79988npm verb headers 'x-cache-hits': '1',
79989npm verb headers 'x-timer': 'S1450870345.801096,VS0,VE0',
79990npm verb headers vary: 'Accept' }
79991npm verb get saving lodash._arraycopy to /root/.npm/registry.npmjs.org/lodash._arraycopy/.cache.json
79992npm http 200 http://registry.npmjs.org/lodash.keysin
79993npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
79994npm verb headers etag: '"5OOBJ4N7TG8DRRJUCJAJCS98D"',
79995npm verb headers 'content-type': 'application/json',
79996npm verb headers 'cache-control': 'max-age=300',
79997npm verb headers 'content-length': '17989',
79998npm verb headers 'accept-ranges': 'bytes',
79999npm verb headers date: 'Wed, 23 Dec 2015 11:32:25 GMT',
80000npm verb headers via: '1.1 varnish',
80001npm verb headers age: '39',
80002npm verb headers connection: 'keep-alive',
80003npm verb headers 'x-served-by': 'cache-fra1231-FRA',
80004npm verb headers 'x-cache': 'HIT',
80005npm verb headers 'x-cache-hits': '1',
80006npm verb headers 'x-timer': 'S1450870345.801524,VS0,VE0',
80007npm verb headers vary: 'Accept' }
80008npm verb get saving lodash.keysin to /root/.npm/registry.npmjs.org/lodash.keysin/.cache.json
80009npm verb cache add spec lodash._arrayeach@^3.0.0
80010npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._arrayeach
80011npm verb addNameRange registry:http://registry.npmjs.org/lodash._arrayeach not in flight; fetching
80012npm verb cache add spec lodash.toplainobject@^3.0.0
80013npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.toplainobject
80014npm verb addNameRange registry:http://registry.npmjs.org/lodash.toplainobject not in flight; fetching
80015npm verb cache add spec lodash._arraycopy@^3.0.0
80016npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._arraycopy
80017npm verb addNameRange registry:http://registry.npmjs.org/lodash._arraycopy not in flight; fetching
80018npm verb cache add spec lodash.isplainobject@^3.0.0
80019npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.isplainobject
80020npm verb addNameRange registry:http://registry.npmjs.org/lodash.isplainobject not in flight; fetching
80021npm verb cache add spec lodash.keysin@^3.0.0
80022npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash.keysin
80023npm verb addNameRange registry:http://registry.npmjs.org/lodash.keysin not in flight; fetching
80024npm verb get http://registry.npmjs.org/lodash.toplainobject not expired, no request
80025npm verb addNamed "3.0.0" is a plain semver version for lodash.toplainobject
80026npm verb get http://registry.npmjs.org/lodash._arrayeach not expired, no request
80027npm verb addNamed "3.0.0" is a plain semver version for lodash._arrayeach
80028npm verb addRemoteTarball http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz not in flight; adding
80029npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz',
80030npm verb addRemoteTarball '28790ad942d293d78aa663a07ecf7f52ca04198d' ]
80031npm verb addRemoteTarball http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz not in flight; adding
80032npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz',
80033npm verb addRemoteTarball 'bab156b2a90d3f1bbd5c653403349e5e5933ef9e' ]
80034npm verb get http://registry.npmjs.org/lodash._arraycopy not expired, no request
80035npm verb addNamed "3.0.0" is a plain semver version for lodash._arraycopy
80036npm verb get http://registry.npmjs.org/lodash.isplainobject not expired, no request
80037npm verb addNamed "3.2.0" is a plain semver version for lodash.isplainobject
80038npm verb get http://registry.npmjs.org/lodash.keysin not expired, no request
80039npm verb addNamed "3.0.8" is a plain semver version for lodash.keysin
80040npm verb addRemoteTarball http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz not in flight; adding
80041npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz',
80042npm verb addRemoteTarball '76e7b7c1f1fb92547374878a562ed06a3e50f6e1' ]
80043npm verb addRemoteTarball http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz not in flight; adding
80044npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz',
80045npm verb addRemoteTarball '9a8238ae16b200432960cd7346512d0123fbf4c5' ]
80046npm verb addRemoteTarball http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz not in flight; adding
80047npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz',
80048npm verb addRemoteTarball '22c4493ebbedb1427962a54b445b2c8a767fb47f' ]
80049npm info retry fetch attempt 1 at 11:32:25
80050npm info attempt registry request try #1 at 11:32:25
80051npm http fetch GET http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz
80052npm info retry fetch attempt 1 at 11:32:25
80053npm info attempt registry request try #1 at 11:32:25
80054npm http fetch GET http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz
80055npm info retry fetch attempt 1 at 11:32:25
80056npm info attempt registry request try #1 at 11:32:25
80057npm http fetch GET http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz
80058npm info retry fetch attempt 1 at 11:32:25
80059npm info attempt registry request try #1 at 11:32:25
80060npm http fetch GET http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz
80061npm info retry fetch attempt 1 at 11:32:25
80062npm info attempt registry request try #1 at 11:32:25
80063npm http fetch GET http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz
80064npm http fetch 200 http://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz
80065npm http fetch 200 http://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz
80066npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz not in flight; adding
80067npm verb addTmpTarball already have metadata; skipping unpack for lodash.toplainobject@3.0.0
80068npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz not in flight; adding
80069npm verb addTmpTarball already have metadata; skipping unpack for lodash._arrayeach@3.0.0
80070npm http fetch 200 http://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz
80071npm http fetch 200 http://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz
80072npm http fetch 200 http://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz
80073npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz not in flight; adding
80074npm verb addTmpTarball already have metadata; skipping unpack for lodash._arraycopy@3.0.0
80075npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz not in flight; adding
80076npm verb addTmpTarball already have metadata; skipping unpack for lodash.keysin@3.0.8
80077npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz not in flight; adding
80078npm verb addTmpTarball already have metadata; skipping unpack for lodash.isplainobject@3.2.0
80079npm verb afterAdd /root/.npm/lodash.toplainobject/3.0.0/package/package.json not in flight; writing
80080npm verb afterAdd /root/.npm/lodash._arrayeach/3.0.0/package/package.json not in flight; writing
80081npm verb afterAdd /root/.npm/lodash._arrayeach/3.0.0/package/package.json written
80082npm verb afterAdd /root/.npm/lodash.toplainobject/3.0.0/package/package.json written
80083npm verb afterAdd /root/.npm/lodash._arraycopy/3.0.0/package/package.json not in flight; writing
80084npm verb afterAdd /root/.npm/lodash.keysin/3.0.8/package/package.json not in flight; writing
80085npm verb afterAdd /root/.npm/lodash.isplainobject/3.2.0/package/package.json not in flight; writing
80086npm verb afterAdd /root/.npm/lodash._arraycopy/3.0.0/package/package.json written
80087npm verb afterAdd /root/.npm/lodash.keysin/3.0.8/package/package.json written
80088npm verb afterAdd /root/.npm/lodash.isplainobject/3.2.0/package/package.json written
80089npm verb request uri http://registry.npmjs.org/lodash._basefor
80090npm verb request no auth needed
80091npm info attempt registry request try #1 at 11:32:26
80092npm http request GET http://registry.npmjs.org/lodash._basefor
80093npm http 200 http://registry.npmjs.org/lodash._basefor
80094npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80095npm verb headers etag: '"DG6MAHRBT9ACQADCHPR5MRBEZ"',
80096npm verb headers 'content-type': 'application/json',
80097npm verb headers 'cache-control': 'max-age=60',
80098npm verb headers 'content-length': '6704',
80099npm verb headers 'accept-ranges': 'bytes',
80100npm verb headers date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80101npm verb headers via: '1.1 varnish',
80102npm verb headers age: '0',
80103npm verb headers connection: 'keep-alive',
80104npm verb headers 'x-served-by': 'cache-fra1220-FRA',
80105npm verb headers 'x-cache': 'HIT',
80106npm verb headers 'x-cache-hits': '1',
80107npm verb headers 'x-timer': 'S1450870346.061887,VS0,VE148',
80108npm verb headers vary: 'Accept' }
80109npm verb get saving lodash._basefor to /root/.npm/registry.npmjs.org/lodash._basefor/.cache.json
80110npm verb cache add spec lodash._basefor@^3.0.0
80111npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for lodash._basefor
80112npm verb addNameRange registry:http://registry.npmjs.org/lodash._basefor not in flight; fetching
80113npm verb get http://registry.npmjs.org/lodash._basefor not expired, no request
80114npm verb addNamed "3.0.2" is a plain semver version for lodash._basefor
80115npm verb addRemoteTarball http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz not in flight; adding
80116npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz',
80117npm verb addRemoteTarball '3a4cece5b7031eae78a441c5416b90878eeee5a1' ]
80118npm info retry fetch attempt 1 at 11:32:26
80119npm info attempt registry request try #1 at 11:32:26
80120npm http fetch GET http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz
80121npm http fetch 200 http://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz
80122npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz not in flight; adding
80123npm verb addTmpTarball already have metadata; skipping unpack for lodash._basefor@3.0.2
80124npm verb afterAdd /root/.npm/lodash._basefor/3.0.2/package/package.json not in flight; writing
80125npm verb afterAdd /root/.npm/lodash._basefor/3.0.2/package/package.json written
80126npm verb request uri http://registry.npmjs.org/git-repo-version
80127npm verb request no auth needed
80128npm info attempt registry request try #1 at 11:32:26
80129npm http request GET http://registry.npmjs.org/git-repo-version
80130npm http 200 http://registry.npmjs.org/git-repo-version
80131npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80132npm verb headers etag: '"9UPFBBS8WNS1W1LMG05ULGO8P"',
80133npm verb headers 'content-type': 'application/json',
80134npm verb headers 'cache-control': 'max-age=300',
80135npm verb headers 'content-length': '10389',
80136npm verb headers 'accept-ranges': 'bytes',
80137npm verb headers date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80138npm verb headers via: '1.1 varnish',
80139npm verb headers age: '8',
80140npm verb headers connection: 'keep-alive',
80141npm verb headers 'x-served-by': 'cache-fra1243-FRA',
80142npm verb headers 'x-cache': 'HIT',
80143npm verb headers 'x-cache-hits': '1',
80144npm verb headers 'x-timer': 'S1450870346.352113,VS0,VE0',
80145npm verb headers vary: 'Accept' }
80146npm verb get saving git-repo-version to /root/.npm/registry.npmjs.org/git-repo-version/.cache.json
80147npm verb cache add spec git-repo-version@0.3.0
80148npm verb addNamed "0.3.0" is a plain semver version for git-repo-version
80149npm verb addNameVersion registry:http://registry.npmjs.org/git-repo-version not in flight; fetching
80150npm verb get http://registry.npmjs.org/git-repo-version not expired, no request
80151npm verb addRemoteTarball http://registry.npmjs.org/git-repo-version/-/git-repo-version-0.3.0.tgz not in flight; adding
80152npm verb addRemoteTarball [ 'http://registry.npmjs.org/git-repo-version/-/git-repo-version-0.3.0.tgz',
80153npm verb addRemoteTarball 'c9b97d0d21c4357d669dc1269c2b6a75da6cc0e9' ]
80154npm info retry fetch attempt 1 at 11:32:26
80155npm info attempt registry request try #1 at 11:32:26
80156npm http fetch GET http://registry.npmjs.org/git-repo-version/-/git-repo-version-0.3.0.tgz
80157npm http fetch 200 http://registry.npmjs.org/git-repo-version/-/git-repo-version-0.3.0.tgz
80158npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/git-repo-version/-/git-repo-version-0.3.0.tgz not in flight; adding
80159npm verb addTmpTarball already have metadata; skipping unpack for git-repo-version@0.3.0
80160npm verb afterAdd /root/.npm/git-repo-version/0.3.0/package/package.json not in flight; writing
80161npm verb afterAdd /root/.npm/git-repo-version/0.3.0/package/package.json written
80162npm verb cache add spec clone@^1.0.2
80163npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for clone
80164npm verb addNameRange registry:http://registry.npmjs.org/clone not in flight; fetching
80165npm verb request uri http://registry.npmjs.org/ember-cli-version-checker
80166npm verb request no auth needed
80167npm info attempt registry request try #1 at 11:32:26
80168npm http request GET http://registry.npmjs.org/ember-cli-version-checker
80169npm verb request uri http://registry.npmjs.org/clone
80170npm verb request no auth needed
80171npm info attempt registry request try #1 at 11:32:26
80172npm verb etag "4J4BHAVVJCE8NUHVIM55YJJXA"
80173npm http request GET http://registry.npmjs.org/clone
80174npm http 304 http://registry.npmjs.org/clone
80175npm verb headers { date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80176npm verb headers via: '1.1 varnish',
80177npm verb headers 'cache-control': 'max-age=300',
80178npm verb headers etag: '"4J4BHAVVJCE8NUHVIM55YJJXA"',
80179npm verb headers age: '64',
80180npm verb headers connection: 'keep-alive',
80181npm verb headers 'x-served-by': 'cache-fra1231-FRA',
80182npm verb headers 'x-cache': 'HIT',
80183npm verb headers 'x-cache-hits': '1037',
80184npm verb headers 'x-timer': 'S1450870346.502371,VS0,VE0',
80185npm verb headers vary: 'Accept' }
80186npm verb etag http://registry.npmjs.org/clone from cache
80187npm verb get saving clone to /root/.npm/registry.npmjs.org/clone/.cache.json
80188npm verb addNamed "1.0.2" is a plain semver version for clone
80189npm verb addRemoteTarball http://registry.npmjs.org/clone/-/clone-1.0.2.tgz not in flight; adding
80190npm verb addRemoteTarball [ 'http://registry.npmjs.org/clone/-/clone-1.0.2.tgz',
80191npm verb addRemoteTarball '260b7a99ebb1edfe247538175f783243cb19d149' ]
80192npm http 200 http://registry.npmjs.org/ember-cli-version-checker
80193npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80194npm verb headers etag: '"7ZJL8HTO9ORWWU00DJU1A1FTT"',
80195npm verb headers 'content-type': 'application/json',
80196npm verb headers 'cache-control': 'max-age=300',
80197npm verb headers 'content-length': '13459',
80198npm verb headers 'accept-ranges': 'bytes',
80199npm verb headers date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80200npm verb headers via: '1.1 varnish',
80201npm verb headers age: '8',
80202npm verb headers connection: 'keep-alive',
80203npm verb headers 'x-served-by': 'cache-fra1241-FRA',
80204npm verb headers 'x-cache': 'HIT',
80205npm verb headers 'x-cache-hits': '1',
80206npm verb headers 'x-timer': 'S1450870346.492494,VS0,VE0',
80207npm verb headers vary: 'Accept' }
80208npm verb get saving ember-cli-version-checker to /root/.npm/registry.npmjs.org/ember-cli-version-checker/.cache.json
80209npm info retry fetch attempt 1 at 11:32:26
80210npm info attempt registry request try #1 at 11:32:26
80211npm http fetch GET http://registry.npmjs.org/clone/-/clone-1.0.2.tgz
80212npm verb cache add spec ember-cli-version-checker@^1.0.2
80213npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for ember-cli-version-checker
80214npm verb addNameRange registry:http://registry.npmjs.org/ember-cli-version-checker not in flight; fetching
80215npm verb get http://registry.npmjs.org/ember-cli-version-checker not expired, no request
80216npm verb addNamed "1.1.5" is a plain semver version for ember-cli-version-checker
80217npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.1.5.tgz not in flight; adding
80218npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.1.5.tgz',
80219npm verb addRemoteTarball '06cb6bedabe82918c2817ba0b41f6b3216c7869d' ]
80220npm http fetch 200 http://registry.npmjs.org/clone/-/clone-1.0.2.tgz
80221npm info retry fetch attempt 1 at 11:32:26
80222npm info attempt registry request try #1 at 11:32:26
80223npm http fetch GET http://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.1.5.tgz
80224npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/clone/-/clone-1.0.2.tgz not in flight; adding
80225npm verb addTmpTarball already have metadata; skipping unpack for clone@1.0.2
80226npm verb afterAdd /root/.npm/clone/1.0.2/package/package.json not in flight; writing
80227npm verb afterAdd /root/.npm/clone/1.0.2/package/package.json written
80228npm http fetch 200 http://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.1.5.tgz
80229npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.1.5.tgz not in flight; adding
80230npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-version-checker@1.1.5
80231npm verb afterAdd /root/.npm/ember-cli-version-checker/1.1.5/package/package.json not in flight; writing
80232npm verb afterAdd /root/.npm/ember-cli-version-checker/1.1.5/package/package.json written
80233npm verb request uri http://registry.npmjs.org/strip-bom
80234npm verb request no auth needed
80235npm info attempt registry request try #1 at 11:32:26
80236npm http request GET http://registry.npmjs.org/strip-bom
80237npm http 200 http://registry.npmjs.org/strip-bom
80238npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80239npm verb headers etag: '"F0FYNLQQOUT576DDIYMHFZRZ4"',
80240npm verb headers 'content-type': 'application/json',
80241npm verb headers 'cache-control': 'max-age=60',
80242npm verb headers 'content-length': '10221',
80243npm verb headers 'accept-ranges': 'bytes',
80244npm verb headers date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80245npm verb headers via: '1.1 varnish',
80246npm verb headers age: '32',
80247npm verb headers connection: 'keep-alive',
80248npm verb headers 'x-served-by': 'cache-fra1234-FRA',
80249npm verb headers 'x-cache': 'HIT',
80250npm verb headers 'x-cache-hits': '3',
80251npm verb headers 'x-timer': 'S1450870346.663825,VS0,VE0',
80252npm verb headers vary: 'Accept' }
80253npm verb get saving strip-bom to /root/.npm/registry.npmjs.org/strip-bom/.cache.json
80254npm verb cache add spec strip-bom@^2.0.0
80255npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for strip-bom
80256npm verb addNameRange registry:http://registry.npmjs.org/strip-bom not in flight; fetching
80257npm verb get http://registry.npmjs.org/strip-bom not expired, no request
80258npm verb addNamed "2.0.0" is a plain semver version for strip-bom
80259npm verb addRemoteTarball http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
80260npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz',
80261npm verb addRemoteTarball '6219a85616520491f35788bdbf1447a99c7e6b0e' ]
80262npm info retry fetch attempt 1 at 11:32:26
80263npm info attempt registry request try #1 at 11:32:26
80264npm http fetch GET http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
80265npm http fetch 200 http://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz
80266npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz not in flight; adding
80267npm verb addTmpTarball already have metadata; skipping unpack for strip-bom@2.0.0
80268npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json not in flight; writing
80269npm verb afterAdd /root/.npm/strip-bom/2.0.0/package/package.json written
80270npm verb request uri http://registry.npmjs.org/is-utf8
80271npm verb request no auth needed
80272npm info attempt registry request try #1 at 11:32:26
80273npm http request GET http://registry.npmjs.org/is-utf8
80274npm http 200 http://registry.npmjs.org/is-utf8
80275npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80276npm verb headers etag: '"69KC1T1PSO1737K2Q0HV99JAI"',
80277npm verb headers 'content-type': 'application/json',
80278npm verb headers 'cache-control': 'max-age=300',
80279npm verb headers 'content-length': '3343',
80280npm verb headers 'accept-ranges': 'bytes',
80281npm verb headers date: 'Wed, 23 Dec 2015 11:32:26 GMT',
80282npm verb headers via: '1.1 varnish',
80283npm verb headers age: '18',
80284npm verb headers connection: 'keep-alive',
80285npm verb headers 'x-served-by': 'cache-fra1247-FRA',
80286npm verb headers 'x-cache': 'HIT',
80287npm verb headers 'x-cache-hits': '3',
80288npm verb headers 'x-timer': 'S1450870346.771810,VS0,VE0',
80289npm verb headers vary: 'Accept' }
80290npm verb get saving is-utf8 to /root/.npm/registry.npmjs.org/is-utf8/.cache.json
80291npm verb cache add spec is-utf8@^0.2.0
80292npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for is-utf8
80293npm verb addNameRange registry:http://registry.npmjs.org/is-utf8 not in flight; fetching
80294npm verb get http://registry.npmjs.org/is-utf8 not expired, no request
80295npm verb addNamed "0.2.1" is a plain semver version for is-utf8
80296npm verb addRemoteTarball http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
80297npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz',
80298npm verb addRemoteTarball '4b0da1442104d1b336340e80797e865cf39f7d72' ]
80299npm info retry fetch attempt 1 at 11:32:26
80300npm info attempt registry request try #1 at 11:32:26
80301npm http fetch GET http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
80302npm http fetch 200 http://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
80303npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz not in flight; adding
80304npm verb addTmpTarball already have metadata; skipping unpack for is-utf8@0.2.1
80305npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json not in flight; writing
80306npm verb afterAdd /root/.npm/is-utf8/0.2.1/package/package.json written
80307npm verb request uri http://registry.npmjs.org/broccoli-autoprefixer
80308npm verb request no auth needed
80309npm info attempt registry request try #1 at 11:32:26
80310npm http request GET http://registry.npmjs.org/broccoli-autoprefixer
80311npm http 200 http://registry.npmjs.org/broccoli-autoprefixer
80312npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80313npm verb headers etag: '"4QXW33QLYB7MQIWEWSH3T8EAB"',
80314npm verb headers 'content-type': 'application/json',
80315npm verb headers 'cache-control': 'max-age=300',
80316npm verb headers 'content-length': '19695',
80317npm verb headers 'accept-ranges': 'bytes',
80318npm verb headers date: 'Wed, 23 Dec 2015 11:32:27 GMT',
80319npm verb headers via: '1.1 varnish',
80320npm verb headers age: '0',
80321npm verb headers connection: 'keep-alive',
80322npm verb headers 'x-served-by': 'cache-fra1232-FRA',
80323npm verb headers 'x-cache': 'HIT',
80324npm verb headers 'x-cache-hits': '1',
80325npm verb headers 'x-timer': 'S1450870346.904720,VS0,VE837',
80326npm verb headers vary: 'Accept' }
80327npm verb get saving broccoli-autoprefixer to /root/.npm/registry.npmjs.org/broccoli-autoprefixer/.cache.json
80328npm verb cache add spec broccoli-autoprefixer@^4.0.0
80329npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for broccoli-autoprefixer
80330npm verb addNameRange registry:http://registry.npmjs.org/broccoli-autoprefixer not in flight; fetching
80331npm verb get http://registry.npmjs.org/broccoli-autoprefixer not expired, no request
80332npm verb addNamed "4.1.0" is a plain semver version for broccoli-autoprefixer
80333npm verb addRemoteTarball http://registry.npmjs.org/broccoli-autoprefixer/-/broccoli-autoprefixer-4.1.0.tgz not in flight; adding
80334npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-autoprefixer/-/broccoli-autoprefixer-4.1.0.tgz',
80335npm verb addRemoteTarball '5a612ef4fcebda51fa9b645c3e35c911c81516c2' ]
80336npm info retry fetch attempt 1 at 11:32:27
80337npm info attempt registry request try #1 at 11:32:27
80338npm http fetch GET http://registry.npmjs.org/broccoli-autoprefixer/-/broccoli-autoprefixer-4.1.0.tgz
80339npm http fetch 200 http://registry.npmjs.org/broccoli-autoprefixer/-/broccoli-autoprefixer-4.1.0.tgz
80340npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-autoprefixer/-/broccoli-autoprefixer-4.1.0.tgz not in flight; adding
80341npm verb addTmpTarball already have metadata; skipping unpack for broccoli-autoprefixer@4.1.0
80342npm verb afterAdd /root/.npm/broccoli-autoprefixer/4.1.0/package/package.json not in flight; writing
80343npm verb afterAdd /root/.npm/broccoli-autoprefixer/4.1.0/package/package.json written
80344npm verb cache add spec object-assign@^4.0.1
80345npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for object-assign
80346npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
80347npm verb request uri http://registry.npmjs.org/autoprefixer
80348npm verb request no auth needed
80349npm info attempt registry request try #1 at 11:32:27
80350npm http request GET http://registry.npmjs.org/autoprefixer
80351npm verb request uri http://registry.npmjs.org/postcss
80352npm verb request no auth needed
80353npm info attempt registry request try #1 at 11:32:27
80354npm http request GET http://registry.npmjs.org/postcss
80355npm verb request uri http://registry.npmjs.org/object-assign
80356npm verb request no auth needed
80357npm info attempt registry request try #1 at 11:32:27
80358npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
80359npm http request GET http://registry.npmjs.org/object-assign
80360npm http 304 http://registry.npmjs.org/object-assign
80361npm verb headers { date: 'Wed, 23 Dec 2015 11:32:27 GMT',
80362npm verb headers via: '1.1 varnish',
80363npm verb headers 'cache-control': 'max-age=60',
80364npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
80365npm verb headers age: '24',
80366npm verb headers connection: 'keep-alive',
80367npm verb headers 'x-served-by': 'cache-fra1226-FRA',
80368npm verb headers 'x-cache': 'HIT',
80369npm verb headers 'x-cache-hits': '1',
80370npm verb headers 'x-timer': 'S1450870347.909575,VS0,VE0',
80371npm verb headers vary: 'Accept' }
80372npm verb etag http://registry.npmjs.org/object-assign from cache
80373npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
80374npm verb addNamed "4.0.1" is a plain semver version for object-assign
80375npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
80376npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz',
80377npm verb addRemoteTarball '99504456c3598b5cad4fc59c26e8a9bb107fe0bd' ]
80378npm info retry fetch attempt 1 at 11:32:27
80379npm info attempt registry request try #1 at 11:32:27
80380npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
80381npm http 200 http://registry.npmjs.org/postcss
80382npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80383npm verb headers etag: '"9MHC6IR06DY9B1624UDINIHVI"',
80384npm verb headers 'content-type': 'application/json',
80385npm verb headers 'cache-control': 'max-age=300',
80386npm verb headers 'content-length': '105533',
80387npm verb headers 'accept-ranges': 'bytes',
80388npm verb headers date: 'Wed, 23 Dec 2015 11:32:27 GMT',
80389npm verb headers via: '1.1 varnish',
80390npm verb headers age: '130',
80391npm verb headers connection: 'keep-alive',
80392npm verb headers 'x-served-by': 'cache-fra1236-FRA',
80393npm verb headers 'x-cache': 'HIT',
80394npm verb headers 'x-cache-hits': '1',
80395npm verb headers 'x-timer': 'S1450870347.898466,VS0,VE0',
80396npm verb headers vary: 'Accept' }
80397npm verb get saving postcss to /root/.npm/registry.npmjs.org/postcss/.cache.json
80398npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz
80399npm verb cache add spec postcss@^5.0.4
80400npm verb addNamed ">=5.0.4 <6.0.0" is a valid semver range for postcss
80401npm verb addNameRange registry:http://registry.npmjs.org/postcss not in flight; fetching
80402npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz not in flight; adding
80403npm verb addTmpTarball already have metadata; skipping unpack for object-assign@4.0.1
80404npm verb get http://registry.npmjs.org/postcss not expired, no request
80405npm verb addNamed "5.0.13" is a plain semver version for postcss
80406npm verb addRemoteTarball http://registry.npmjs.org/postcss/-/postcss-5.0.13.tgz not in flight; adding
80407npm verb addRemoteTarball [ 'http://registry.npmjs.org/postcss/-/postcss-5.0.13.tgz',
80408npm verb addRemoteTarball '90731ea7cbc3e786e714fe6bb6b79adf3e189a86' ]
80409npm info retry fetch attempt 1 at 11:32:27
80410npm info attempt registry request try #1 at 11:32:27
80411npm http fetch GET http://registry.npmjs.org/postcss/-/postcss-5.0.13.tgz
80412npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json not in flight; writing
80413npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json written
80414npm http fetch 200 http://registry.npmjs.org/postcss/-/postcss-5.0.13.tgz
80415npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/postcss/-/postcss-5.0.13.tgz not in flight; adding
80416npm verb addTmpTarball already have metadata; skipping unpack for postcss@5.0.13
80417npm verb afterAdd /root/.npm/postcss/5.0.13/package/package.json not in flight; writing
80418npm verb afterAdd /root/.npm/postcss/5.0.13/package/package.json written
80419npm http 200 http://registry.npmjs.org/autoprefixer
80420npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80421npm verb headers etag: '"CYYGMB74MZ41H1WOUBUCESET"',
80422npm verb headers 'content-type': 'application/json',
80423npm verb headers 'cache-control': 'max-age=300',
80424npm verb headers 'content-length': '136458',
80425npm verb headers 'accept-ranges': 'bytes',
80426npm verb headers date: 'Wed, 23 Dec 2015 11:32:27 GMT',
80427npm verb headers via: '1.1 varnish',
80428npm verb headers age: '129',
80429npm verb headers connection: 'keep-alive',
80430npm verb headers 'x-served-by': 'cache-fra1221-FRA',
80431npm verb headers 'x-cache': 'HIT',
80432npm verb headers 'x-cache-hits': '1',
80433npm verb headers 'x-timer': 'S1450870347.898599,VS0,VE0',
80434npm verb headers vary: 'Accept' }
80435npm verb get saving autoprefixer to /root/.npm/registry.npmjs.org/autoprefixer/.cache.json
80436npm verb cache add spec autoprefixer@^6.0.0
80437npm verb addNamed ">=6.0.0 <7.0.0" is a valid semver range for autoprefixer
80438npm verb addNameRange registry:http://registry.npmjs.org/autoprefixer not in flight; fetching
80439npm verb get http://registry.npmjs.org/autoprefixer not expired, no request
80440npm verb addNamed "6.2.1" is a plain semver version for autoprefixer
80441npm verb addRemoteTarball http://registry.npmjs.org/autoprefixer/-/autoprefixer-6.2.1.tgz not in flight; adding
80442npm verb addRemoteTarball [ 'http://registry.npmjs.org/autoprefixer/-/autoprefixer-6.2.1.tgz',
80443npm verb addRemoteTarball 'dab8b22b200b190ff78f37dba721af0eb541f4d7' ]
80444npm info retry fetch attempt 1 at 11:32:28
80445npm info attempt registry request try #1 at 11:32:28
80446npm http fetch GET http://registry.npmjs.org/autoprefixer/-/autoprefixer-6.2.1.tgz
80447npm http fetch 200 http://registry.npmjs.org/autoprefixer/-/autoprefixer-6.2.1.tgz
80448npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/autoprefixer/-/autoprefixer-6.2.1.tgz not in flight; adding
80449npm verb addTmpTarball already have metadata; skipping unpack for autoprefixer@6.2.1
80450npm verb afterAdd /root/.npm/autoprefixer/6.2.1/package/package.json not in flight; writing
80451npm verb afterAdd /root/.npm/autoprefixer/6.2.1/package/package.json written
80452npm verb request uri http://registry.npmjs.org/postcss-value-parser
80453npm verb request no auth needed
80454npm info attempt registry request try #1 at 11:32:28
80455npm http request GET http://registry.npmjs.org/postcss-value-parser
80456npm verb request uri http://registry.npmjs.org/normalize-range
80457npm verb request no auth needed
80458npm info attempt registry request try #1 at 11:32:28
80459npm http request GET http://registry.npmjs.org/normalize-range
80460npm verb request uri http://registry.npmjs.org/num2fraction
80461npm verb request no auth needed
80462npm info attempt registry request try #1 at 11:32:28
80463npm http request GET http://registry.npmjs.org/num2fraction
80464npm verb request uri http://registry.npmjs.org/browserslist
80465npm verb request no auth needed
80466npm info attempt registry request try #1 at 11:32:28
80467npm http request GET http://registry.npmjs.org/browserslist
80468npm verb request uri http://registry.npmjs.org/caniuse-db
80469npm verb request no auth needed
80470npm info attempt registry request try #1 at 11:32:28
80471npm http request GET http://registry.npmjs.org/caniuse-db
80472npm http 200 http://registry.npmjs.org/normalize-range
80473npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80474npm verb headers etag: '"2ATFEV6K7MNUWJQ61SLDJURXJ"',
80475npm verb headers 'content-type': 'application/json',
80476npm verb headers 'cache-control': 'max-age=300',
80477npm verb headers 'content-length': '9864',
80478npm verb headers 'accept-ranges': 'bytes',
80479npm verb headers date: 'Wed, 23 Dec 2015 11:32:28 GMT',
80480npm verb headers via: '1.1 varnish',
80481npm verb headers age: '57',
80482npm verb headers connection: 'keep-alive',
80483npm verb headers 'x-served-by': 'cache-fra1220-FRA',
80484npm verb headers 'x-cache': 'HIT',
80485npm verb headers 'x-cache-hits': '1',
80486npm verb headers 'x-timer': 'S1450870348.358011,VS0,VE0',
80487npm verb headers vary: 'Accept' }
80488npm verb get saving normalize-range to /root/.npm/registry.npmjs.org/normalize-range/.cache.json
80489npm verb cache add spec normalize-range@^0.1.2
80490npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for normalize-range
80491npm verb addNameRange registry:http://registry.npmjs.org/normalize-range not in flight; fetching
80492npm verb get http://registry.npmjs.org/normalize-range not expired, no request
80493npm verb addNamed "0.1.2" is a plain semver version for normalize-range
80494npm verb addRemoteTarball http://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz not in flight; adding
80495npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz',
80496npm verb addRemoteTarball '2d10c06bdfd312ea9777695a4d28439456b75942' ]
80497npm info retry fetch attempt 1 at 11:32:28
80498npm info attempt registry request try #1 at 11:32:28
80499npm http fetch GET http://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz
80500npm http fetch 200 http://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz
80501npm http 200 http://registry.npmjs.org/browserslist
80502npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80503npm verb headers etag: '"DKLVSKNHWTJ8WEYTFOSEUEJ2C"',
80504npm verb headers 'content-type': 'application/json',
80505npm verb headers 'cache-control': 'max-age=300',
80506npm verb headers 'content-length': '20154',
80507npm verb headers 'accept-ranges': 'bytes',
80508npm verb headers date: 'Wed, 23 Dec 2015 11:32:28 GMT',
80509npm verb headers via: '1.1 varnish',
80510npm verb headers age: '282',
80511npm verb headers connection: 'keep-alive',
80512npm verb headers 'x-served-by': 'cache-fra1235-FRA',
80513npm verb headers 'x-cache': 'HIT',
80514npm verb headers 'x-cache-hits': '4',
80515npm verb headers 'x-timer': 'S1450870348.358534,VS0,VE0',
80516npm verb headers vary: 'Accept' }
80517npm verb get saving browserslist to /root/.npm/registry.npmjs.org/browserslist/.cache.json
80518npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz not in flight; adding
80519npm verb addTmpTarball already have metadata; skipping unpack for normalize-range@0.1.2
80520npm verb cache add spec browserslist@~1.0.1
80521npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for browserslist
80522npm verb addNameRange registry:http://registry.npmjs.org/browserslist not in flight; fetching
80523npm verb get http://registry.npmjs.org/browserslist not expired, no request
80524npm verb addNamed "1.0.1" is a plain semver version for browserslist
80525npm verb addRemoteTarball http://registry.npmjs.org/browserslist/-/browserslist-1.0.1.tgz not in flight; adding
80526npm verb addRemoteTarball [ 'http://registry.npmjs.org/browserslist/-/browserslist-1.0.1.tgz',
80527npm verb addRemoteTarball 'ef0dd708318cdf74325faeea59efec84d9464717' ]
80528npm verb afterAdd /root/.npm/normalize-range/0.1.2/package/package.json not in flight; writing
80529npm info retry fetch attempt 1 at 11:32:28
80530npm info attempt registry request try #1 at 11:32:28
80531npm http fetch GET http://registry.npmjs.org/browserslist/-/browserslist-1.0.1.tgz
80532npm verb afterAdd /root/.npm/normalize-range/0.1.2/package/package.json written
80533npm http fetch 200 http://registry.npmjs.org/browserslist/-/browserslist-1.0.1.tgz
80534npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/browserslist/-/browserslist-1.0.1.tgz not in flight; adding
80535npm verb addTmpTarball already have metadata; skipping unpack for browserslist@1.0.1
80536npm verb afterAdd /root/.npm/browserslist/1.0.1/package/package.json not in flight; writing
80537npm verb afterAdd /root/.npm/browserslist/1.0.1/package/package.json written
80538npm http 200 http://registry.npmjs.org/postcss-value-parser
80539npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80540npm verb headers etag: '"BXLE9D2HM082SKK6MU7IG5CIR"',
80541npm verb headers 'content-type': 'application/json',
80542npm verb headers 'cache-control': 'max-age=300',
80543npm verb headers 'content-length': '42259',
80544npm verb headers 'accept-ranges': 'bytes',
80545npm verb headers date: 'Wed, 23 Dec 2015 11:32:28 GMT',
80546npm verb headers via: '1.1 varnish',
80547npm verb headers age: '174',
80548npm verb headers connection: 'keep-alive',
80549npm verb headers 'x-served-by': 'cache-fra1243-FRA',
80550npm verb headers 'x-cache': 'HIT',
80551npm verb headers 'x-cache-hits': '2',
80552npm verb headers 'x-timer': 'S1450870348.358127,VS0,VE0',
80553npm verb headers vary: 'Accept' }
80554npm verb get saving postcss-value-parser to /root/.npm/registry.npmjs.org/postcss-value-parser/.cache.json
80555npm verb cache add spec postcss-value-parser@^3.2.3
80556npm verb addNamed ">=3.2.3 <4.0.0" is a valid semver range for postcss-value-parser
80557npm verb addNameRange registry:http://registry.npmjs.org/postcss-value-parser not in flight; fetching
80558npm http 200 http://registry.npmjs.org/num2fraction
80559npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80560npm verb headers etag: '"E21242N7D7DOQO5CXQ099CWMT"',
80561npm verb headers 'content-type': 'application/json',
80562npm verb headers 'cache-control': 'max-age=300',
80563npm verb headers 'content-length': '10036',
80564npm verb headers 'accept-ranges': 'bytes',
80565npm verb headers date: 'Wed, 23 Dec 2015 11:32:28 GMT',
80566npm verb headers via: '1.1 varnish',
80567npm verb headers age: '283',
80568npm verb headers connection: 'keep-alive',
80569npm verb headers 'x-served-by': 'cache-fra1225-FRA',
80570npm verb headers 'x-cache': 'HIT',
80571npm verb headers 'x-cache-hits': '3',
80572npm verb headers 'x-timer': 'S1450870348.358610,VS0,VE0',
80573npm verb headers vary: 'Accept' }
80574npm verb get saving num2fraction to /root/.npm/registry.npmjs.org/num2fraction/.cache.json
80575npm verb get http://registry.npmjs.org/postcss-value-parser not expired, no request
80576npm verb addNamed "3.2.3" is a plain semver version for postcss-value-parser
80577npm verb addRemoteTarball http://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.2.3.tgz not in flight; adding
80578npm verb addRemoteTarball [ 'http://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.2.3.tgz',
80579npm verb addRemoteTarball '216e7247bbd26b7668ab9eebd08de6b96eb2b453' ]
80580npm info retry fetch attempt 1 at 11:32:28
80581npm info attempt registry request try #1 at 11:32:28
80582npm http fetch GET http://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.2.3.tgz
80583npm verb cache add spec num2fraction@^1.2.2
80584npm verb addNamed ">=1.2.2 <2.0.0" is a valid semver range for num2fraction
80585npm verb addNameRange registry:http://registry.npmjs.org/num2fraction not in flight; fetching
80586npm verb get http://registry.npmjs.org/num2fraction not expired, no request
80587npm verb addNamed "1.2.2" is a plain semver version for num2fraction
80588npm verb addRemoteTarball http://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz not in flight; adding
80589npm verb addRemoteTarball [ 'http://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz',
80590npm verb addRemoteTarball '6f682b6a027a4e9ddfa4564cd2589d1d4e669ede' ]
80591npm info retry fetch attempt 1 at 11:32:28
80592npm info attempt registry request try #1 at 11:32:28
80593npm http fetch GET http://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz
80594npm http fetch 200 http://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.2.3.tgz
80595npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.2.3.tgz not in flight; adding
80596npm verb addTmpTarball already have metadata; skipping unpack for postcss-value-parser@3.2.3
80597npm verb afterAdd /root/.npm/postcss-value-parser/3.2.3/package/package.json not in flight; writing
80598npm http fetch 200 http://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz
80599npm verb afterAdd /root/.npm/postcss-value-parser/3.2.3/package/package.json written
80600npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz not in flight; adding
80601npm verb addTmpTarball already have metadata; skipping unpack for num2fraction@1.2.2
80602npm verb afterAdd /root/.npm/num2fraction/1.2.2/package/package.json not in flight; writing
80603npm verb afterAdd /root/.npm/num2fraction/1.2.2/package/package.json written
80604npm http 200 http://registry.npmjs.org/caniuse-db
80605npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80606npm verb headers etag: '"54XL6TQSNJ32MK5SSA41N1VYP"',
80607npm verb headers 'content-type': 'application/json',
80608npm verb headers 'cache-control': 'max-age=300',
80609npm verb headers 'content-length': '443440',
80610npm verb headers 'accept-ranges': 'bytes',
80611npm verb headers date: 'Wed, 23 Dec 2015 11:32:28 GMT',
80612npm verb headers via: '1.1 varnish',
80613npm verb headers age: '6',
80614npm verb headers connection: 'keep-alive',
80615npm verb headers 'x-served-by': 'cache-fra1228-FRA',
80616npm verb headers 'x-cache': 'HIT',
80617npm verb headers 'x-cache-hits': '1',
80618npm verb headers 'x-timer': 'S1450870348.358838,VS0,VE1',
80619npm verb headers vary: 'Accept' }
80620npm verb get saving caniuse-db to /root/.npm/registry.npmjs.org/caniuse-db/.cache.json
80621npm verb cache add spec caniuse-db@^1.0.30000379
80622npm verb addNamed ">=1.0.30000379 <2.0.0" is a valid semver range for caniuse-db
80623npm verb addNameRange registry:http://registry.npmjs.org/caniuse-db not in flight; fetching
80624npm verb get http://registry.npmjs.org/caniuse-db not expired, no request
80625npm verb addNamed "1.0.30000380" is a plain semver version for caniuse-db
80626npm verb addRemoteTarball http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000380.tgz not in flight; adding
80627npm verb addRemoteTarball [ 'http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000380.tgz',
80628npm verb addRemoteTarball '1c8b434a2e89d35167fd52a03036cd203cef4a93' ]
80629npm info retry fetch attempt 1 at 11:32:28
80630npm info attempt registry request try #1 at 11:32:28
80631npm http fetch GET http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000380.tgz
80632npm http fetch 200 http://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000380.tgz
80633npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000380.tgz not in flight; adding
80634npm verb addTmpTarball already have metadata; skipping unpack for caniuse-db@1.0.30000380
80635npm verb afterAdd /root/.npm/caniuse-db/1.0.30000380/package/package.json not in flight; writing
80636npm verb afterAdd /root/.npm/caniuse-db/1.0.30000380/package/package.json written
80637npm verb cache add spec supports-color@^3.1.2
80638npm verb cache add spec source-map@^0.5.1
80639npm verb addNamed ">=3.1.2 <4.0.0" is a valid semver range for supports-color
80640npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
80641npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for source-map
80642npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
80643npm verb request uri http://registry.npmjs.org/js-base64
80644npm verb request no auth needed
80645npm info attempt registry request try #1 at 11:32:29
80646npm http request GET http://registry.npmjs.org/js-base64
80647npm verb request uri http://registry.npmjs.org/supports-color
80648npm verb request no auth needed
80649npm info attempt registry request try #1 at 11:32:29
80650npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
80651npm http request GET http://registry.npmjs.org/supports-color
80652npm verb request uri http://registry.npmjs.org/source-map
80653npm verb request no auth needed
80654npm info attempt registry request try #1 at 11:32:29
80655npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
80656npm http request GET http://registry.npmjs.org/source-map
80657npm http 200 http://registry.npmjs.org/js-base64
80658npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80659npm verb headers etag: '"BLGQG8US80DMG733EW8QOMXQ6"',
80660npm verb headers 'content-type': 'application/json',
80661npm verb headers 'cache-control': 'max-age=300',
80662npm verb headers 'content-length': '10744',
80663npm verb headers 'accept-ranges': 'bytes',
80664npm verb headers date: 'Wed, 23 Dec 2015 11:32:29 GMT',
80665npm verb headers via: '1.1 varnish',
80666npm verb headers age: '81',
80667npm verb headers connection: 'keep-alive',
80668npm verb headers 'x-served-by': 'cache-fra1238-FRA',
80669npm verb headers 'x-cache': 'HIT',
80670npm verb headers 'x-cache-hits': '2',
80671npm verb headers 'x-timer': 'S1450870349.730471,VS0,VE0',
80672npm verb headers vary: 'Accept' }
80673npm verb get saving js-base64 to /root/.npm/registry.npmjs.org/js-base64/.cache.json
80674npm verb cache add spec js-base64@^2.1.9
80675npm verb addNamed ">=2.1.9 <3.0.0" is a valid semver range for js-base64
80676npm verb addNameRange registry:http://registry.npmjs.org/js-base64 not in flight; fetching
80677npm http 304 http://registry.npmjs.org/source-map
80678npm verb headers { date: 'Wed, 23 Dec 2015 11:32:29 GMT',
80679npm verb headers via: '1.1 varnish',
80680npm verb headers 'cache-control': 'max-age=60',
80681npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
80682npm verb headers age: '51',
80683npm verb headers connection: 'keep-alive',
80684npm verb headers 'x-served-by': 'cache-fra1240-FRA',
80685npm verb headers 'x-cache': 'HIT',
80686npm verb headers 'x-cache-hits': '8',
80687npm verb headers 'x-timer': 'S1450870349.757403,VS0,VE0',
80688npm verb headers vary: 'Accept' }
80689npm verb etag http://registry.npmjs.org/source-map from cache
80690npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
80691npm verb get http://registry.npmjs.org/js-base64 not expired, no request
80692npm verb addNamed "2.1.9" is a plain semver version for js-base64
80693npm verb addRemoteTarball http://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz not in flight; adding
80694npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz',
80695npm verb addRemoteTarball 'f0e80ae039a4bd654b5f281fc93f04a914a7fcce' ]
80696npm verb addNamed "0.5.3" is a plain semver version for source-map
80697npm info retry fetch attempt 1 at 11:32:29
80698npm info attempt registry request try #1 at 11:32:29
80699npm http fetch GET http://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz
80700npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
80701npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
80702npm http fetch 200 http://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz
80703npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz not in flight; adding
80704npm verb addTmpTarball already have metadata; skipping unpack for js-base64@2.1.9
80705npm verb afterAdd /root/.npm/js-base64/2.1.9/package/package.json not in flight; writing
80706npm verb afterAdd /root/.npm/js-base64/2.1.9/package/package.json written
80707npm http 304 http://registry.npmjs.org/supports-color
80708npm verb headers { date: 'Wed, 23 Dec 2015 11:32:29 GMT',
80709npm verb headers via: '1.1 varnish',
80710npm verb headers 'cache-control': 'max-age=60',
80711npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
80712npm verb headers age: '0',
80713npm verb headers connection: 'keep-alive',
80714npm verb headers 'x-served-by': 'cache-fra1223-FRA',
80715npm verb headers 'x-cache': 'HIT',
80716npm verb headers 'x-cache-hits': '1',
80717npm verb headers 'x-timer': 'S1450870349.742256,VS0,VE100',
80718npm verb headers vary: 'Accept' }
80719npm verb etag http://registry.npmjs.org/supports-color from cache
80720npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
80721npm verb addNamed "3.1.2" is a plain semver version for supports-color
80722npm verb addRemoteTarball http://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz not in flight; adding
80723npm verb addRemoteTarball [ 'http://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz',
80724npm verb addRemoteTarball '72a262894d9d408b956ca05ff37b2ed8a6e2a2d5' ]
80725npm info retry fetch attempt 1 at 11:32:29
80726npm info attempt registry request try #1 at 11:32:29
80727npm http fetch GET http://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
80728npm http fetch 200 http://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
80729npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz not in flight; adding
80730npm verb addTmpTarball already have metadata; skipping unpack for supports-color@3.1.2
80731npm verb afterAdd /root/.npm/supports-color/3.1.2/package/package.json not in flight; writing
80732npm verb afterAdd /root/.npm/supports-color/3.1.2/package/package.json written
80733npm verb request uri http://registry.npmjs.org/has-flag
80734npm verb request no auth needed
80735npm info attempt registry request try #1 at 11:32:29
80736npm http request GET http://registry.npmjs.org/has-flag
80737npm http 200 http://registry.npmjs.org/has-flag
80738npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80739npm verb headers etag: '"4T7EPTGYJ52CHPBBL79K8LVK8"',
80740npm verb headers 'content-type': 'application/json',
80741npm verb headers 'cache-control': 'max-age=60',
80742npm verb headers 'content-length': '3307',
80743npm verb headers 'accept-ranges': 'bytes',
80744npm verb headers date: 'Wed, 23 Dec 2015 11:32:29 GMT',
80745npm verb headers via: '1.1 varnish',
80746npm verb headers age: '45',
80747npm verb headers connection: 'keep-alive',
80748npm verb headers 'x-served-by': 'cache-fra1237-FRA',
80749npm verb headers 'x-cache': 'HIT',
80750npm verb headers 'x-cache-hits': '2',
80751npm verb headers 'x-timer': 'S1450870349.948002,VS0,VE0',
80752npm verb headers vary: 'Accept' }
80753npm verb get saving has-flag to /root/.npm/registry.npmjs.org/has-flag/.cache.json
80754npm verb cache add spec has-flag@^1.0.0
80755npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for has-flag
80756npm verb addNameRange registry:http://registry.npmjs.org/has-flag not in flight; fetching
80757npm verb get http://registry.npmjs.org/has-flag not expired, no request
80758npm verb addNamed "1.0.0" is a plain semver version for has-flag
80759npm verb addRemoteTarball http://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz not in flight; adding
80760npm verb addRemoteTarball [ 'http://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz',
80761npm verb addRemoteTarball '9d9e793165ce017a00f00418c43f942a7b1d11fa' ]
80762npm info retry fetch attempt 1 at 11:32:29
80763npm info attempt registry request try #1 at 11:32:29
80764npm http fetch GET http://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
80765npm http fetch 200 http://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
80766npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz not in flight; adding
80767npm verb addTmpTarball already have metadata; skipping unpack for has-flag@1.0.0
80768npm verb afterAdd /root/.npm/has-flag/1.0.0/package/package.json not in flight; writing
80769npm verb afterAdd /root/.npm/has-flag/1.0.0/package/package.json written
80770npm verb cache add spec broccoli-funnel@^0.2.2
80771npm verb cache add spec broccoli-merge-trees@^0.2.1
80772npm verb cache add spec fs-extra@^0.18.0
80773npm verb cache add spec core-object@^1.1.0
80774npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for broccoli-funnel
80775npm verb addNameRange registry:http://registry.npmjs.org/broccoli-funnel not in flight; fetching
80776npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for broccoli-merge-trees
80777npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
80778npm verb addNamed ">=0.18.0 <0.19.0" is a valid semver range for fs-extra
80779npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
80780npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for core-object
80781npm verb addNameRange registry:http://registry.npmjs.org/core-object not in flight; fetching
80782npm verb request uri http://registry.npmjs.org/broccoli-funnel
80783npm verb request no auth needed
80784npm info attempt registry request try #1 at 11:32:30
80785npm verb etag "5DU459K9PKD4LBR79XZ9L6B6D"
80786npm http request GET http://registry.npmjs.org/broccoli-funnel
80787npm verb request uri http://registry.npmjs.org/core-object
80788npm verb request no auth needed
80789npm info attempt registry request try #1 at 11:32:30
80790npm verb etag "3SLTSVT88ZOQPQLUDVZCPWXV4"
80791npm http request GET http://registry.npmjs.org/core-object
80792npm verb get http://registry.npmjs.org/fs-extra not expired, no request
80793npm verb addNamed "0.18.4" is a plain semver version for fs-extra
80794npm verb request uri http://registry.npmjs.org/broccoli-merge-trees
80795npm verb request no auth needed
80796npm info attempt registry request try #1 at 11:32:30
80797npm verb etag "F20ZQ2BAC2FD4FW9ZFQFTDVWE"
80798npm http request GET http://registry.npmjs.org/broccoli-merge-trees
80799npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz not in flight; adding
80800npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz',
80801npm verb addRemoteTarball '7f205752d6d3959c967533e34540161a7b38dc36' ]
80802npm http 304 http://registry.npmjs.org/broccoli-funnel
80803npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80804npm verb headers via: '1.1 varnish',
80805npm verb headers 'cache-control': 'max-age=300',
80806npm verb headers etag: '"5DU459K9PKD4LBR79XZ9L6B6D"',
80807npm verb headers age: '241',
80808npm verb headers connection: 'keep-alive',
80809npm verb headers 'x-served-by': 'cache-fra1223-FRA',
80810npm verb headers 'x-cache': 'HIT',
80811npm verb headers 'x-cache-hits': '1',
80812npm verb headers 'x-timer': 'S1450870350.159335,VS0,VE0',
80813npm verb headers vary: 'Accept' }
80814npm verb etag http://registry.npmjs.org/broccoli-funnel from cache
80815npm verb get saving broccoli-funnel to /root/.npm/registry.npmjs.org/broccoli-funnel/.cache.json
80816npm http 304 http://registry.npmjs.org/core-object
80817npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80818npm verb headers via: '1.1 varnish',
80819npm verb headers 'cache-control': 'max-age=300',
80820npm verb headers etag: '"3SLTSVT88ZOQPQLUDVZCPWXV4"',
80821npm verb headers age: '66',
80822npm verb headers connection: 'keep-alive',
80823npm verb headers 'x-served-by': 'cache-fra1222-FRA',
80824npm verb headers 'x-cache': 'HIT',
80825npm verb headers 'x-cache-hits': '1',
80826npm verb headers 'x-timer': 'S1450870350.159905,VS0,VE0',
80827npm verb headers vary: 'Accept' }
80828npm verb etag http://registry.npmjs.org/core-object from cache
80829npm verb get saving core-object to /root/.npm/registry.npmjs.org/core-object/.cache.json
80830npm info retry fetch attempt 1 at 11:32:30
80831npm info attempt registry request try #1 at 11:32:30
80832npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz
80833npm http 304 http://registry.npmjs.org/broccoli-merge-trees
80834npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80835npm verb headers via: '1.1 varnish',
80836npm verb headers 'cache-control': 'max-age=300',
80837npm verb headers etag: '"F20ZQ2BAC2FD4FW9ZFQFTDVWE"',
80838npm verb headers age: '75',
80839npm verb headers connection: 'keep-alive',
80840npm verb headers 'x-served-by': 'cache-fra1221-FRA',
80841npm verb headers 'x-cache': 'HIT',
80842npm verb headers 'x-cache-hits': '1',
80843npm verb headers 'x-timer': 'S1450870350.178318,VS0,VE0',
80844npm verb headers vary: 'Accept' }
80845npm verb etag http://registry.npmjs.org/broccoli-merge-trees from cache
80846npm verb get saving broccoli-merge-trees to /root/.npm/registry.npmjs.org/broccoli-merge-trees/.cache.json
80847npm verb addNamed "1.1.0" is a plain semver version for core-object
80848npm verb addNamed "0.2.15" is a plain semver version for broccoli-funnel
80849npm verb addRemoteTarball http://registry.npmjs.org/core-object/-/core-object-1.1.0.tgz not in flight; adding
80850npm verb addRemoteTarball [ 'http://registry.npmjs.org/core-object/-/core-object-1.1.0.tgz',
80851npm verb addRemoteTarball '86d63918733cf9da1a5aae729e62c0a88e66ad0a' ]
80852npm verb addRemoteTarball http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-0.2.15.tgz not in flight; adding
80853npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-0.2.15.tgz',
80854npm verb addRemoteTarball '4d0c128bef746e02f91038415aac4adbfaae222d' ]
80855npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz
80856npm info retry fetch attempt 1 at 11:32:30
80857npm info attempt registry request try #1 at 11:32:30
80858npm http fetch GET http://registry.npmjs.org/core-object/-/core-object-1.1.0.tgz
80859npm verb addNamed "0.2.4" is a plain semver version for broccoli-merge-trees
80860npm info retry fetch attempt 1 at 11:32:30
80861npm info attempt registry request try #1 at 11:32:30
80862npm http fetch GET http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-0.2.15.tgz
80863npm verb addRemoteTarball http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-0.2.4.tgz not in flight; adding
80864npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-0.2.4.tgz',
80865npm verb addRemoteTarball '1936f63bb09e24246b1e91d8c53162c0f7b24c3c' ]
80866npm info retry fetch attempt 1 at 11:32:30
80867npm info attempt registry request try #1 at 11:32:30
80868npm http fetch GET http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-0.2.4.tgz
80869npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-extra/-/fs-extra-0.18.4.tgz not in flight; adding
80870npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.18.4
80871npm verb afterAdd /root/.npm/fs-extra/0.18.4/package/package.json not in flight; writing
80872npm verb afterAdd /root/.npm/fs-extra/0.18.4/package/package.json written
80873npm http fetch 200 http://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-0.2.15.tgz
80874npm http fetch 200 http://registry.npmjs.org/core-object/-/core-object-1.1.0.tgz
80875npm http fetch 200 http://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-0.2.4.tgz
80876npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-0.2.15.tgz not in flight; adding
80877npm verb addTmpTarball already have metadata; skipping unpack for broccoli-funnel@0.2.15
80878npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/core-object/-/core-object-1.1.0.tgz not in flight; adding
80879npm verb addTmpTarball already have metadata; skipping unpack for core-object@1.1.0
80880npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-0.2.4.tgz not in flight; adding
80881npm verb addTmpTarball already have metadata; skipping unpack for broccoli-merge-trees@0.2.4
80882npm verb afterAdd /root/.npm/broccoli-funnel/0.2.15/package/package.json not in flight; writing
80883npm verb afterAdd /root/.npm/core-object/1.1.0/package/package.json not in flight; writing
80884npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json not in flight; writing
80885npm verb afterAdd /root/.npm/broccoli-funnel/0.2.15/package/package.json written
80886npm verb afterAdd /root/.npm/core-object/1.1.0/package/package.json written
80887npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json written
80888npm verb cache add spec fs-tree-diff@^0.3.0
80889npm verb cache add spec minimatch@^2.0.1
80890npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for fs-tree-diff
80891npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
80892npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
80893npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
80894npm verb request uri http://registry.npmjs.org/minimatch
80895npm verb request no auth needed
80896npm info attempt registry request try #1 at 11:32:30
80897npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
80898npm http request GET http://registry.npmjs.org/minimatch
80899npm verb request uri http://registry.npmjs.org/fs-tree-diff
80900npm verb request no auth needed
80901npm info attempt registry request try #1 at 11:32:30
80902npm verb etag "AQLMTKHCG6D2AR2GNCZJ7LYYL"
80903npm http request GET http://registry.npmjs.org/fs-tree-diff
80904npm http 304 http://registry.npmjs.org/minimatch
80905npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80906npm verb headers via: '1.1 varnish',
80907npm verb headers 'cache-control': 'max-age=60',
80908npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
80909npm verb headers age: '3',
80910npm verb headers connection: 'keep-alive',
80911npm verb headers 'x-served-by': 'cache-fra1222-FRA',
80912npm verb headers 'x-cache': 'HIT',
80913npm verb headers 'x-cache-hits': '1',
80914npm verb headers 'x-timer': 'S1450870350.427007,VS0,VE0',
80915npm verb headers vary: 'Accept' }
80916npm verb etag http://registry.npmjs.org/minimatch from cache
80917npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
80918npm http 304 http://registry.npmjs.org/fs-tree-diff
80919npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80920npm verb headers via: '1.1 varnish',
80921npm verb headers 'cache-control': 'max-age=300',
80922npm verb headers etag: '"AQLMTKHCG6D2AR2GNCZJ7LYYL"',
80923npm verb headers age: '98',
80924npm verb headers connection: 'keep-alive',
80925npm verb headers 'x-served-by': 'cache-fra1226-FRA',
80926npm verb headers 'x-cache': 'HIT',
80927npm verb headers 'x-cache-hits': '1',
80928npm verb headers 'x-timer': 'S1450870350.438963,VS0,VE0',
80929npm verb headers vary: 'Accept' }
80930npm verb etag http://registry.npmjs.org/fs-tree-diff from cache
80931npm verb get saving fs-tree-diff to /root/.npm/registry.npmjs.org/fs-tree-diff/.cache.json
80932npm verb addNamed "2.0.10" is a plain semver version for minimatch
80933npm verb addNamed "0.3.1" is a plain semver version for fs-tree-diff
80934npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
80935npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json not in flight; writing
80936npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json written
80937npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
80938npm verb cache add spec graceful-fs@^3.0.5
80939npm verb addNamed ">=3.0.5 <4.0.0" is a valid semver range for graceful-fs
80940npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
80941npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
80942npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
80943npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
80944npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
80945npm verb cache add spec is-git-url@0.2.0
80946npm verb addNamed "0.2.0" is a plain semver version for is-git-url
80947npm verb addNameVersion registry:http://registry.npmjs.org/is-git-url not in flight; fetching
80948npm verb request uri http://registry.npmjs.org/is-git-url
80949npm verb request no auth needed
80950npm info attempt registry request try #1 at 11:32:30
80951npm verb etag "8KN97AK8ZI7XDGDZ3YO9HW2NH"
80952npm http request GET http://registry.npmjs.org/is-git-url
80953npm http 304 http://registry.npmjs.org/is-git-url
80954npm verb headers { date: 'Wed, 23 Dec 2015 11:32:30 GMT',
80955npm verb headers via: '1.1 varnish',
80956npm verb headers 'cache-control': 'max-age=300',
80957npm verb headers etag: '"8KN97AK8ZI7XDGDZ3YO9HW2NH"',
80958npm verb headers age: '67',
80959npm verb headers connection: 'keep-alive',
80960npm verb headers 'x-served-by': 'cache-fra1227-FRA',
80961npm verb headers 'x-cache': 'HIT',
80962npm verb headers 'x-cache-hits': '1',
80963npm verb headers 'x-timer': 'S1450870350.652526,VS0,VE0',
80964npm verb headers vary: 'Accept' }
80965npm verb etag http://registry.npmjs.org/is-git-url from cache
80966npm verb get saving is-git-url to /root/.npm/registry.npmjs.org/is-git-url/.cache.json
80967npm verb addRemoteTarball http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.0.tgz not in flight; adding
80968npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.0.tgz',
80969npm verb addRemoteTarball 'b9ce0fb044821c88880213d602db03bdb255da1b' ]
80970npm info retry fetch attempt 1 at 11:32:30
80971npm info attempt registry request try #1 at 11:32:30
80972npm http fetch GET http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.0.tgz
80973npm http fetch 200 http://registry.npmjs.org/is-git-url/-/is-git-url-0.2.0.tgz
80974npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-git-url/-/is-git-url-0.2.0.tgz not in flight; adding
80975npm verb addTmpTarball already have metadata; skipping unpack for is-git-url@0.2.0
80976npm verb afterAdd /root/.npm/is-git-url/0.2.0/package/package.json not in flight; writing
80977npm verb afterAdd /root/.npm/is-git-url/0.2.0/package/package.json written
80978npm verb request uri http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile
80979npm verb request no auth needed
80980npm info attempt registry request try #1 at 11:32:30
80981npm http request GET http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile
80982npm http 200 http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile
80983npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
80984npm verb headers etag: '"3YR3Q07M9S7ZA0N2ABI6HCHZ4"',
80985npm verb headers 'content-type': 'application/json',
80986npm verb headers 'cache-control': 'max-age=300',
80987npm verb headers 'content-length': '9090',
80988npm verb headers 'accept-ranges': 'bytes',
80989npm verb headers date: 'Wed, 23 Dec 2015 11:32:31 GMT',
80990npm verb headers via: '1.1 varnish',
80991npm verb headers age: '0',
80992npm verb headers connection: 'keep-alive',
80993npm verb headers 'x-served-by': 'cache-fra1229-FRA',
80994npm verb headers 'x-cache': 'HIT',
80995npm verb headers 'x-cache-hits': '1',
80996npm verb headers 'x-timer': 'S1450870350.761705,VS0,VE728',
80997npm verb headers vary: 'Accept' }
80998npm verb get saving babel-plugin-htmlbars-inline-precompile to /root/.npm/registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/.cache.json
80999npm verb cache add spec babel-plugin-htmlbars-inline-precompile@0.0.5
81000npm verb addNamed "0.0.5" is a plain semver version for babel-plugin-htmlbars-inline-precompile
81001npm verb addNameVersion registry:http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile not in flight; fetching
81002npm verb get http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile not expired, no request
81003npm verb addRemoteTarball http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.0.5.tgz not in flight; adding
81004npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.0.5.tgz',
81005npm verb addRemoteTarball '60fc2a3a453664cb524b21866892c212ee63ff70' ]
81006npm info retry fetch attempt 1 at 11:32:31
81007npm info attempt registry request try #1 at 11:32:31
81008npm http fetch GET http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.0.5.tgz
81009npm http fetch 200 http://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.0.5.tgz
81010npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.0.5.tgz not in flight; adding
81011npm verb addTmpTarball already have metadata; skipping unpack for babel-plugin-htmlbars-inline-precompile@0.0.5
81012npm verb afterAdd /root/.npm/babel-plugin-htmlbars-inline-precompile/0.0.5/package/package.json not in flight; writing
81013npm verb afterAdd /root/.npm/babel-plugin-htmlbars-inline-precompile/0.0.5/package/package.json written
81014npm verb cache add spec broccoli-funnel@^0.2.3
81015npm verb cache add spec broccoli-merge-trees@^0.2.1
81016npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for broccoli-funnel
81017npm verb addNameRange registry:http://registry.npmjs.org/broccoli-funnel not in flight; fetching
81018npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for broccoli-merge-trees
81019npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
81020npm verb request uri http://registry.npmjs.org/ember-inflector
81021npm verb request no auth needed
81022npm info attempt registry request try #1 at 11:32:31
81023npm http request GET http://registry.npmjs.org/ember-inflector
81024npm verb get http://registry.npmjs.org/broccoli-funnel not expired, no request
81025npm verb addNamed "0.2.15" is a plain semver version for broccoli-funnel
81026npm verb get http://registry.npmjs.org/broccoli-merge-trees not expired, no request
81027npm verb addNamed "0.2.4" is a plain semver version for broccoli-merge-trees
81028npm verb afterAdd /root/.npm/broccoli-funnel/0.2.15/package/package.json not in flight; writing
81029npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json not in flight; writing
81030npm verb afterAdd /root/.npm/broccoli-funnel/0.2.15/package/package.json written
81031npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json written
81032npm http 200 http://registry.npmjs.org/ember-inflector
81033npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81034npm verb headers etag: '"93B9WJVJGV0NOXFV9TC500VB0"',
81035npm verb headers 'content-type': 'application/json',
81036npm verb headers 'cache-control': 'max-age=300',
81037npm verb headers 'content-length': '23820',
81038npm verb headers 'accept-ranges': 'bytes',
81039npm verb headers date: 'Wed, 23 Dec 2015 11:32:31 GMT',
81040npm verb headers via: '1.1 varnish',
81041npm verb headers age: '0',
81042npm verb headers connection: 'keep-alive',
81043npm verb headers 'x-served-by': 'cache-fra1222-FRA',
81044npm verb headers 'x-cache': 'HIT',
81045npm verb headers 'x-cache-hits': '1',
81046npm verb headers 'x-timer': 'S1450870351.633743,VS0,VE99',
81047npm verb headers vary: 'Accept' }
81048npm verb get saving ember-inflector to /root/.npm/registry.npmjs.org/ember-inflector/.cache.json
81049npm verb cache add spec ember-inflector@^1.9.2
81050npm verb addNamed ">=1.9.2 <2.0.0" is a valid semver range for ember-inflector
81051npm verb addNameRange registry:http://registry.npmjs.org/ember-inflector not in flight; fetching
81052npm verb get http://registry.npmjs.org/ember-inflector not expired, no request
81053npm verb addNamed "1.9.4" is a plain semver version for ember-inflector
81054npm verb addRemoteTarball http://registry.npmjs.org/ember-inflector/-/ember-inflector-1.9.4.tgz not in flight; adding
81055npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-inflector/-/ember-inflector-1.9.4.tgz',
81056npm verb addRemoteTarball '7c0969d3e59441a33f6254ae5eb583af4181091f' ]
81057npm info retry fetch attempt 1 at 11:32:31
81058npm info attempt registry request try #1 at 11:32:31
81059npm http fetch GET http://registry.npmjs.org/ember-inflector/-/ember-inflector-1.9.4.tgz
81060npm http fetch 200 http://registry.npmjs.org/ember-inflector/-/ember-inflector-1.9.4.tgz
81061npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-inflector/-/ember-inflector-1.9.4.tgz not in flight; adding
81062npm verb addTmpTarball already have metadata; skipping unpack for ember-inflector@1.9.4
81063npm verb afterAdd /root/.npm/ember-inflector/1.9.4/package/package.json not in flight; writing
81064npm verb afterAdd /root/.npm/ember-inflector/1.9.4/package/package.json written
81065npm verb cache add spec fs-tree-diff@^0.3.0
81066npm verb cache add spec minimatch@^2.0.1
81067npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for fs-tree-diff
81068npm verb addNameRange registry:http://registry.npmjs.org/fs-tree-diff not in flight; fetching
81069npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
81070npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
81071npm verb get http://registry.npmjs.org/minimatch not expired, no request
81072npm verb addNamed "2.0.10" is a plain semver version for minimatch
81073npm verb get http://registry.npmjs.org/fs-tree-diff not expired, no request
81074npm verb addNamed "0.3.1" is a plain semver version for fs-tree-diff
81075npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json not in flight; writing
81076npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
81077npm verb afterAdd /root/.npm/fs-tree-diff/0.3.1/package/package.json written
81078npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
81079npm verb cache add spec chalk@^1.1.1
81080npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for chalk
81081npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
81082npm verb request uri http://registry.npmjs.org/broccoli-stew
81083npm verb request no auth needed
81084npm info attempt registry request try #1 at 11:32:32
81085npm http request GET http://registry.npmjs.org/broccoli-stew
81086npm verb request uri http://registry.npmjs.org/lodash.defaults
81087npm verb request no auth needed
81088npm info attempt registry request try #1 at 11:32:32
81089npm http request GET http://registry.npmjs.org/lodash.defaults
81090npm verb request uri http://registry.npmjs.org/chalk
81091npm verb request no auth needed
81092npm info attempt registry request try #1 at 11:32:32
81093npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
81094npm http request GET http://registry.npmjs.org/chalk
81095npm http 304 http://registry.npmjs.org/chalk
81096npm verb headers { date: 'Wed, 23 Dec 2015 11:32:32 GMT',
81097npm verb headers via: '1.1 varnish',
81098npm verb headers 'cache-control': 'max-age=300',
81099npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
81100npm verb headers age: '105',
81101npm verb headers connection: 'keep-alive',
81102npm verb headers 'x-served-by': 'cache-fra1237-FRA',
81103npm verb headers 'x-cache': 'HIT',
81104npm verb headers 'x-cache-hits': '8',
81105npm verb headers 'x-timer': 'S1450870352.094445,VS0,VE0',
81106npm verb headers vary: 'Accept' }
81107npm verb etag http://registry.npmjs.org/chalk from cache
81108npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
81109npm http 200 http://registry.npmjs.org/lodash.defaults
81110npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81111npm verb headers etag: '"MBUY85Q4BS5Z2CCQW6O15EEV"',
81112npm verb headers 'content-type': 'application/json',
81113npm verb headers 'cache-control': 'max-age=60',
81114npm verb headers 'content-length': '19900',
81115npm verb headers 'accept-ranges': 'bytes',
81116npm verb headers date: 'Wed, 23 Dec 2015 11:32:32 GMT',
81117npm verb headers via: '1.1 varnish',
81118npm verb headers age: '6',
81119npm verb headers connection: 'keep-alive',
81120npm verb headers 'x-served-by': 'cache-fra1231-FRA',
81121npm verb headers 'x-cache': 'HIT',
81122npm verb headers 'x-cache-hits': '1',
81123npm verb headers 'x-timer': 'S1450870352.084503,VS0,VE0',
81124npm verb headers vary: 'Accept' }
81125npm verb get saving lodash.defaults to /root/.npm/registry.npmjs.org/lodash.defaults/.cache.json
81126npm verb addNamed "1.1.1" is a plain semver version for chalk
81127npm verb cache add spec lodash.defaults@^3.1.2
81128npm verb addNamed ">=3.1.2 <4.0.0" is a valid semver range for lodash.defaults
81129npm verb addNameRange registry:http://registry.npmjs.org/lodash.defaults not in flight; fetching
81130npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
81131npm verb get http://registry.npmjs.org/lodash.defaults not expired, no request
81132npm verb addNamed "3.1.2" is a plain semver version for lodash.defaults
81133npm verb addRemoteTarball http://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz not in flight; adding
81134npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz',
81135npm verb addRemoteTarball 'c7308b18dbf8bc9372d701a73493c61192bd2e2c' ]
81136npm info retry fetch attempt 1 at 11:32:32
81137npm info attempt registry request try #1 at 11:32:32
81138npm http fetch GET http://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz
81139npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
81140npm http fetch 200 http://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz
81141npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz not in flight; adding
81142npm verb addTmpTarball already have metadata; skipping unpack for lodash.defaults@3.1.2
81143npm verb afterAdd /root/.npm/lodash.defaults/3.1.2/package/package.json not in flight; writing
81144npm verb afterAdd /root/.npm/lodash.defaults/3.1.2/package/package.json written
81145npm http 200 http://registry.npmjs.org/broccoli-stew
81146npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81147npm verb headers etag: '"3JVSDY97KG7PH57F1PAKIUR6V"',
81148npm verb headers 'content-type': 'application/json',
81149npm verb headers 'cache-control': 'max-age=300',
81150npm verb headers 'content-length': '48982',
81151npm verb headers 'accept-ranges': 'bytes',
81152npm verb headers date: 'Wed, 23 Dec 2015 11:32:32 GMT',
81153npm verb headers via: '1.1 varnish',
81154npm verb headers age: '0',
81155npm verb headers connection: 'keep-alive',
81156npm verb headers 'x-served-by': 'cache-fra1228-FRA',
81157npm verb headers 'x-cache': 'HIT',
81158npm verb headers 'x-cache-hits': '1',
81159npm verb headers 'x-timer': 'S1450870352.084500,VS0,VE99',
81160npm verb headers vary: 'Accept' }
81161npm verb get saving broccoli-stew to /root/.npm/registry.npmjs.org/broccoli-stew/.cache.json
81162npm verb cache add spec broccoli-stew@^1.0.0
81163npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-stew
81164npm verb addNameRange registry:http://registry.npmjs.org/broccoli-stew not in flight; fetching
81165npm verb get http://registry.npmjs.org/broccoli-stew not expired, no request
81166npm verb addNamed "1.2.0" is a plain semver version for broccoli-stew
81167npm verb addRemoteTarball http://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.2.0.tgz not in flight; adding
81168npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.2.0.tgz',
81169npm verb addRemoteTarball 'feaf2ca173ce951e3a7d6293da94fc20711a97ad' ]
81170npm info retry fetch attempt 1 at 11:32:32
81171npm info attempt registry request try #1 at 11:32:32
81172npm http fetch GET http://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.2.0.tgz
81173npm http fetch 200 http://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.2.0.tgz
81174npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.2.0.tgz not in flight; adding
81175npm verb addTmpTarball already have metadata; skipping unpack for broccoli-stew@1.2.0
81176npm verb afterAdd /root/.npm/broccoli-stew/1.2.0/package/package.json not in flight; writing
81177npm verb afterAdd /root/.npm/broccoli-stew/1.2.0/package/package.json written
81178npm verb cache add spec fs-extra@^0.13.0
81179npm verb cache add spec minimatch@^2.0.1
81180npm verb cache add spec walk-sync@^0.1.3
81181npm verb addNamed ">=0.13.0 <0.14.0" is a valid semver range for fs-extra
81182npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
81183npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
81184npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
81185npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for walk-sync
81186npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
81187npm verb request uri http://registry.npmjs.org/ensure-posix-path
81188npm verb request no auth needed
81189npm info attempt registry request try #1 at 11:32:32
81190npm http request GET http://registry.npmjs.org/ensure-posix-path
81191npm verb get http://registry.npmjs.org/fs-extra not expired, no request
81192npm verb addNamed "0.13.0" is a plain semver version for fs-extra
81193npm verb get http://registry.npmjs.org/minimatch not expired, no request
81194npm verb addNamed "2.0.10" is a plain semver version for minimatch
81195npm verb addRemoteTarball http://registry.npmjs.org/fs-extra/-/fs-extra-0.13.0.tgz not in flight; adding
81196npm verb addRemoteTarball [ 'http://registry.npmjs.org/fs-extra/-/fs-extra-0.13.0.tgz',
81197npm verb addRemoteTarball 'dcafc10f2cb5184f2360b5ffff06267370539433' ]
81198npm verb request uri http://registry.npmjs.org/walk-sync
81199npm verb request no auth needed
81200npm info attempt registry request try #1 at 11:32:32
81201npm verb etag "8AI53OM7YRJVMRZ8DIVWCDNLN"
81202npm http request GET http://registry.npmjs.org/walk-sync
81203npm info retry fetch attempt 1 at 11:32:32
81204npm info attempt registry request try #1 at 11:32:32
81205npm http fetch GET http://registry.npmjs.org/fs-extra/-/fs-extra-0.13.0.tgz
81206npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
81207npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
81208npm http fetch 200 http://registry.npmjs.org/fs-extra/-/fs-extra-0.13.0.tgz
81209npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fs-extra/-/fs-extra-0.13.0.tgz not in flight; adding
81210npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.13.0
81211npm verb afterAdd /root/.npm/fs-extra/0.13.0/package/package.json not in flight; writing
81212npm verb afterAdd /root/.npm/fs-extra/0.13.0/package/package.json written
81213npm http 304 http://registry.npmjs.org/walk-sync
81214npm verb headers { date: 'Wed, 23 Dec 2015 11:32:32 GMT',
81215npm verb headers via: '1.1 varnish',
81216npm verb headers 'cache-control': 'max-age=300',
81217npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
81218npm verb headers age: '0',
81219npm verb headers connection: 'keep-alive',
81220npm verb headers 'x-served-by': 'cache-fra1222-FRA',
81221npm verb headers 'x-cache': 'HIT',
81222npm verb headers 'x-cache-hits': '1',
81223npm verb headers 'x-timer': 'S1450870352.543559,VS0,VE100',
81224npm verb headers vary: 'Accept' }
81225npm verb etag http://registry.npmjs.org/walk-sync from cache
81226npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
81227npm verb addNamed "0.1.3" is a plain semver version for walk-sync
81228npm http 200 http://registry.npmjs.org/ensure-posix-path
81229npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81230npm verb headers etag: '"AQAQWE6JCNKDRTAJ8W0INES9R"',
81231npm verb headers 'content-type': 'application/json',
81232npm verb headers 'cache-control': 'max-age=300',
81233npm verb headers 'content-length': '3732',
81234npm verb headers 'accept-ranges': 'bytes',
81235npm verb headers date: 'Wed, 23 Dec 2015 11:32:32 GMT',
81236npm verb headers via: '1.1 varnish',
81237npm verb headers age: '0',
81238npm verb headers connection: 'keep-alive',
81239npm verb headers 'x-served-by': 'cache-fra1231-FRA',
81240npm verb headers 'x-cache': 'HIT',
81241npm verb headers 'x-cache-hits': '1',
81242npm verb headers 'x-timer': 'S1450870352.487742,VS0,VE180',
81243npm verb headers vary: 'Accept' }
81244npm verb get saving ensure-posix-path to /root/.npm/registry.npmjs.org/ensure-posix-path/.cache.json
81245npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
81246npm verb cache add spec ensure-posix-path@^1.0.1
81247npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for ensure-posix-path
81248npm verb addNameRange registry:http://registry.npmjs.org/ensure-posix-path not in flight; fetching
81249npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
81250npm verb get http://registry.npmjs.org/ensure-posix-path not expired, no request
81251npm verb addNamed "1.0.1" is a plain semver version for ensure-posix-path
81252npm verb addRemoteTarball http://registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.1.tgz not in flight; adding
81253npm verb addRemoteTarball [ 'http://registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.1.tgz',
81254npm verb addRemoteTarball '18059d59d4a42169c8b6d2c26a185fbe0cdd3c18' ]
81255npm info retry fetch attempt 1 at 11:32:32
81256npm info attempt registry request try #1 at 11:32:32
81257npm http fetch GET http://registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.1.tgz
81258npm http fetch 200 http://registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.1.tgz
81259npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.1.tgz not in flight; adding
81260npm verb addTmpTarball already have metadata; skipping unpack for ensure-posix-path@1.0.1
81261npm verb afterAdd /root/.npm/ensure-posix-path/1.0.1/package/package.json not in flight; writing
81262npm verb afterAdd /root/.npm/ensure-posix-path/1.0.1/package/package.json written
81263npm verb request uri http://registry.npmjs.org/ncp
81264npm verb request no auth needed
81265npm info attempt registry request try #1 at 11:32:33
81266npm http request GET http://registry.npmjs.org/ncp
81267npm http 200 http://registry.npmjs.org/ncp
81268npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81269npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
81270npm verb headers 'content-type': 'application/json',
81271npm verb headers 'cache-control': 'max-age=60',
81272npm verb headers 'content-length': '26221',
81273npm verb headers 'accept-ranges': 'bytes',
81274npm verb headers date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81275npm verb headers via: '1.1 varnish',
81276npm verb headers age: '20',
81277npm verb headers connection: 'keep-alive',
81278npm verb headers 'x-served-by': 'cache-fra1243-FRA',
81279npm verb headers 'x-cache': 'HIT',
81280npm verb headers 'x-cache-hits': '1',
81281npm verb headers 'x-timer': 'S1450870353.081099,VS0,VE0',
81282npm verb headers vary: 'Accept' }
81283npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
81284npm verb cache add spec ncp@^1.0.1
81285npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for ncp
81286npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
81287npm verb get http://registry.npmjs.org/ncp not expired, no request
81288npm verb addNamed "1.0.1" is a plain semver version for ncp
81289npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz not in flight; adding
81290npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz',
81291npm verb addRemoteTarball 'd15367e5cb87432ba117d2bf80fdf45aecfb4246' ]
81292npm info retry fetch attempt 1 at 11:32:33
81293npm info attempt registry request try #1 at 11:32:33
81294npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz
81295npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz
81296npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ncp/-/ncp-1.0.1.tgz not in flight; adding
81297npm verb addTmpTarball already have metadata; skipping unpack for ncp@1.0.1
81298npm verb afterAdd /root/.npm/ncp/1.0.1/package/package.json not in flight; writing
81299npm verb afterAdd /root/.npm/ncp/1.0.1/package/package.json written
81300npm verb cache add spec ansi-styles@^2.1.0
81301npm verb cache add spec has-ansi@^2.0.0
81302npm verb cache add spec strip-ansi@^3.0.0
81303npm verb cache add spec supports-color@^2.0.0
81304npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
81305npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
81306npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
81307npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
81308npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
81309npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
81310npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
81311npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
81312npm verb request uri http://registry.npmjs.org/has-ansi
81313npm verb request no auth needed
81314npm info attempt registry request try #1 at 11:32:33
81315npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
81316npm http request GET http://registry.npmjs.org/has-ansi
81317npm verb request uri http://registry.npmjs.org/strip-ansi
81318npm verb request no auth needed
81319npm info attempt registry request try #1 at 11:32:33
81320npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
81321npm http request GET http://registry.npmjs.org/strip-ansi
81322npm verb request uri http://registry.npmjs.org/ansi-styles
81323npm verb request no auth needed
81324npm info attempt registry request try #1 at 11:32:33
81325npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
81326npm http request GET http://registry.npmjs.org/ansi-styles
81327npm verb get http://registry.npmjs.org/supports-color not expired, no request
81328npm verb addNamed "2.0.0" is a plain semver version for supports-color
81329npm http 304 http://registry.npmjs.org/has-ansi
81330npm verb headers { date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81331npm verb headers via: '1.1 varnish',
81332npm verb headers 'cache-control': 'max-age=60',
81333npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
81334npm verb headers age: '19',
81335npm verb headers connection: 'keep-alive',
81336npm verb headers 'x-served-by': 'cache-fra1220-FRA',
81337npm verb headers 'x-cache': 'HIT',
81338npm verb headers 'x-cache-hits': '4',
81339npm verb headers 'x-timer': 'S1450870353.354068,VS0,VE0',
81340npm verb headers vary: 'Accept' }
81341npm verb etag http://registry.npmjs.org/has-ansi from cache
81342npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
81343npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
81344npm http 304 http://registry.npmjs.org/strip-ansi
81345npm verb headers { date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81346npm verb headers via: '1.1 varnish',
81347npm verb headers 'cache-control': 'max-age=300',
81348npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
81349npm verb headers age: '89',
81350npm verb headers connection: 'keep-alive',
81351npm verb headers 'x-served-by': 'cache-fra1243-FRA',
81352npm verb headers 'x-cache': 'HIT',
81353npm verb headers 'x-cache-hits': '9',
81354npm verb headers 'x-timer': 'S1450870353.393046,VS0,VE0',
81355npm verb headers vary: 'Accept' }
81356npm verb etag http://registry.npmjs.org/strip-ansi from cache
81357npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
81358npm http 304 http://registry.npmjs.org/ansi-styles
81359npm verb headers { date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81360npm verb headers via: '1.1 varnish',
81361npm verb headers 'cache-control': 'max-age=300',
81362npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
81363npm verb headers age: '146',
81364npm verb headers connection: 'keep-alive',
81365npm verb headers 'x-served-by': 'cache-fra1243-FRA',
81366npm verb headers 'x-cache': 'HIT',
81367npm verb headers 'x-cache-hits': '11',
81368npm verb headers 'x-timer': 'S1450870353.393263,VS0,VE0',
81369npm verb headers vary: 'Accept' }
81370npm verb etag http://registry.npmjs.org/ansi-styles from cache
81371npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
81372npm verb addNamed "2.0.0" is a plain semver version for has-ansi
81373npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
81374npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
81375npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
81376npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
81377npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
81378npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
81379npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
81380npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
81381npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
81382npm verb cache add spec ansi-regex@^2.0.0
81383npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
81384npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
81385npm verb request uri http://registry.npmjs.org/ansi-regex
81386npm verb request no auth needed
81387npm info attempt registry request try #1 at 11:32:33
81388npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
81389npm http request GET http://registry.npmjs.org/ansi-regex
81390npm http 304 http://registry.npmjs.org/ansi-regex
81391npm verb headers { date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81392npm verb headers via: '1.1 varnish',
81393npm verb headers 'cache-control': 'max-age=60',
81394npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
81395npm verb headers age: '57',
81396npm verb headers connection: 'keep-alive',
81397npm verb headers 'x-served-by': 'cache-fra1248-FRA',
81398npm verb headers 'x-cache': 'HIT',
81399npm verb headers 'x-cache-hits': '6',
81400npm verb headers 'x-timer': 'S1450870353.543909,VS0,VE0',
81401npm verb headers vary: 'Accept' }
81402npm verb etag http://registry.npmjs.org/ansi-regex from cache
81403npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
81404npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
81405npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
81406npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
81407npm verb cache add spec broccoli-sourcemap-concat@^1.1.6
81408npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for broccoli-sourcemap-concat
81409npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sourcemap-concat not in flight; fetching
81410npm verb request uri http://registry.npmjs.org/broccoli-jshint
81411npm verb request no auth needed
81412npm info attempt registry request try #1 at 11:32:33
81413npm http request GET http://registry.npmjs.org/broccoli-jshint
81414npm verb request uri http://registry.npmjs.org/ember-qunit
81415npm verb request no auth needed
81416npm info attempt registry request try #1 at 11:32:33
81417npm http request GET http://registry.npmjs.org/ember-qunit
81418npm verb request uri http://registry.npmjs.org/broccoli-sourcemap-concat
81419npm verb request no auth needed
81420npm info attempt registry request try #1 at 11:32:33
81421npm verb etag "DCF1N4ZZB6NTWB7UIZDXQM2P4"
81422npm http request GET http://registry.npmjs.org/broccoli-sourcemap-concat
81423npm http 304 http://registry.npmjs.org/broccoli-sourcemap-concat
81424npm verb headers { date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81425npm verb headers via: '1.1 varnish',
81426npm verb headers 'cache-control': 'max-age=300',
81427npm verb headers etag: '"DCF1N4ZZB6NTWB7UIZDXQM2P4"',
81428npm verb headers age: '70',
81429npm verb headers connection: 'keep-alive',
81430npm verb headers 'x-served-by': 'cache-fra1244-FRA',
81431npm verb headers 'x-cache': 'HIT',
81432npm verb headers 'x-cache-hits': '1',
81433npm verb headers 'x-timer': 'S1450870353.777150,VS0,VE0',
81434npm verb headers vary: 'Accept' }
81435npm verb etag http://registry.npmjs.org/broccoli-sourcemap-concat from cache
81436npm verb get saving broccoli-sourcemap-concat to /root/.npm/registry.npmjs.org/broccoli-sourcemap-concat/.cache.json
81437npm verb addNamed "1.1.6" is a plain semver version for broccoli-sourcemap-concat
81438npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-1.1.6.tgz not in flight; adding
81439npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-1.1.6.tgz',
81440npm verb addRemoteTarball '7caa0e28e2553c58897c369a673da05600541872' ]
81441npm info retry fetch attempt 1 at 11:32:33
81442npm info attempt registry request try #1 at 11:32:33
81443npm http fetch GET http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-1.1.6.tgz
81444npm http fetch 200 http://registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-1.1.6.tgz
81445npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-sourcemap-concat/-/broccoli-sourcemap-concat-1.1.6.tgz not in flight; adding
81446npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sourcemap-concat@1.1.6
81447npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/1.1.6/package/package.json not in flight; writing
81448npm verb afterAdd /root/.npm/broccoli-sourcemap-concat/1.1.6/package/package.json written
81449npm http 200 http://registry.npmjs.org/broccoli-jshint
81450npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81451npm verb headers etag: '"9G5X9NW9FQUFWU6SM6LPP0D6W"',
81452npm verb headers 'content-type': 'application/json',
81453npm verb headers 'cache-control': 'max-age=300',
81454npm verb headers 'content-length': '28048',
81455npm verb headers 'accept-ranges': 'bytes',
81456npm verb headers date: 'Wed, 23 Dec 2015 11:32:33 GMT',
81457npm verb headers via: '1.1 varnish',
81458npm verb headers age: '0',
81459npm verb headers connection: 'keep-alive',
81460npm verb headers 'x-served-by': 'cache-fra1231-FRA',
81461npm verb headers 'x-cache': 'HIT',
81462npm verb headers 'x-cache-hits': '1',
81463npm verb headers 'x-timer': 'S1450870353.765952,VS0,VE99',
81464npm verb headers vary: 'Accept' }
81465npm verb get saving broccoli-jshint to /root/.npm/registry.npmjs.org/broccoli-jshint/.cache.json
81466npm verb cache add spec broccoli-jshint@^1.0.0
81467npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-jshint
81468npm verb addNameRange registry:http://registry.npmjs.org/broccoli-jshint not in flight; fetching
81469npm verb get http://registry.npmjs.org/broccoli-jshint not expired, no request
81470npm verb addNamed "1.1.1" is a plain semver version for broccoli-jshint
81471npm verb addRemoteTarball http://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-1.1.1.tgz not in flight; adding
81472npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-1.1.1.tgz',
81473npm verb addRemoteTarball 'a77d0f38d3ddd9d0f440c23d443d2ff68337fb9a' ]
81474npm info retry fetch attempt 1 at 11:32:33
81475npm info attempt registry request try #1 at 11:32:33
81476npm http fetch GET http://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-1.1.1.tgz
81477npm http fetch 200 http://registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-1.1.1.tgz
81478npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-jshint/-/broccoli-jshint-1.1.1.tgz not in flight; adding
81479npm verb addTmpTarball already have metadata; skipping unpack for broccoli-jshint@1.1.1
81480npm verb afterAdd /root/.npm/broccoli-jshint/1.1.1/package/package.json not in flight; writing
81481npm verb afterAdd /root/.npm/broccoli-jshint/1.1.1/package/package.json written
81482npm http 200 http://registry.npmjs.org/ember-qunit
81483npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81484npm verb headers etag: '"8SVJ9ZGVRICZF5P94SAA4BVFS"',
81485npm verb headers 'content-type': 'application/json',
81486npm verb headers 'cache-control': 'max-age=300',
81487npm verb headers 'content-length': '23559',
81488npm verb headers 'accept-ranges': 'bytes',
81489npm verb headers date: 'Wed, 23 Dec 2015 11:32:34 GMT',
81490npm verb headers via: '1.1 varnish',
81491npm verb headers age: '0',
81492npm verb headers connection: 'keep-alive',
81493npm verb headers 'x-served-by': 'cache-fra1241-FRA',
81494npm verb headers 'x-cache': 'HIT',
81495npm verb headers 'x-cache-hits': '1',
81496npm verb headers 'x-timer': 'S1450870353.766310,VS0,VE835',
81497npm verb headers vary: 'Accept' }
81498npm verb get saving ember-qunit to /root/.npm/registry.npmjs.org/ember-qunit/.cache.json
81499npm verb cache add spec ember-qunit@^0.4.18
81500npm verb addNamed ">=0.4.18 <0.5.0" is a valid semver range for ember-qunit
81501npm verb addNameRange registry:http://registry.npmjs.org/ember-qunit not in flight; fetching
81502npm verb get http://registry.npmjs.org/ember-qunit not expired, no request
81503npm verb addNamed "0.4.18" is a plain semver version for ember-qunit
81504npm verb addRemoteTarball http://registry.npmjs.org/ember-qunit/-/ember-qunit-0.4.18.tgz not in flight; adding
81505npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-qunit/-/ember-qunit-0.4.18.tgz',
81506npm verb addRemoteTarball 'a3b2c06ea52939f8ead82036e24bae5b9b85c6e4' ]
81507npm info retry fetch attempt 1 at 11:32:34
81508npm info attempt registry request try #1 at 11:32:34
81509npm http fetch GET http://registry.npmjs.org/ember-qunit/-/ember-qunit-0.4.18.tgz
81510npm http fetch 200 http://registry.npmjs.org/ember-qunit/-/ember-qunit-0.4.18.tgz
81511npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-qunit/-/ember-qunit-0.4.18.tgz not in flight; adding
81512npm verb addTmpTarball already have metadata; skipping unpack for ember-qunit@0.4.18
81513npm verb afterAdd /root/.npm/ember-qunit/0.4.18/package/package.json not in flight; writing
81514npm verb afterAdd /root/.npm/ember-qunit/0.4.18/package/package.json written
81515npm verb cache add spec chalk@~0.4.0
81516npm verb cache add spec findup-sync@~0.1.3
81517npm verb cache add spec mkdirp@~0.4.0
81518npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
81519npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
81520npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for findup-sync
81521npm verb addNameRange registry:http://registry.npmjs.org/findup-sync not in flight; fetching
81522npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for mkdirp
81523npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
81524npm verb request uri http://registry.npmjs.org/jshint
81525npm verb request no auth needed
81526npm info attempt registry request try #1 at 11:32:34
81527npm http request GET http://registry.npmjs.org/jshint
81528npm verb get http://registry.npmjs.org/chalk not expired, no request
81529npm verb addNamed "0.4.0" is a plain semver version for chalk
81530npm verb request uri http://registry.npmjs.org/findup-sync
81531npm verb request no auth needed
81532npm info attempt registry request try #1 at 11:32:34
81533npm verb etag "B6BINNMDZYTJNG3G1M3XL3JKV"
81534npm http request GET http://registry.npmjs.org/findup-sync
81535npm verb request uri http://registry.npmjs.org/mkdirp
81536npm verb request no auth needed
81537npm info attempt registry request try #1 at 11:32:34
81538npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
81539npm http request GET http://registry.npmjs.org/mkdirp
81540npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
81541npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
81542npm http 304 http://registry.npmjs.org/findup-sync
81543npm verb headers { date: 'Wed, 23 Dec 2015 11:32:34 GMT',
81544npm verb headers via: '1.1 varnish',
81545npm verb headers 'cache-control': 'max-age=60',
81546npm verb headers etag: '"B6BINNMDZYTJNG3G1M3XL3JKV"',
81547npm verb headers age: '28',
81548npm verb headers connection: 'keep-alive',
81549npm verb headers 'x-served-by': 'cache-fra1226-FRA',
81550npm verb headers 'x-cache': 'HIT',
81551npm verb headers 'x-cache-hits': '4',
81552npm verb headers 'x-timer': 'S1450870354.831141,VS0,VE0',
81553npm verb headers vary: 'Accept' }
81554npm verb etag http://registry.npmjs.org/findup-sync from cache
81555npm verb get saving findup-sync to /root/.npm/registry.npmjs.org/findup-sync/.cache.json
81556npm http 304 http://registry.npmjs.org/mkdirp
81557npm verb headers { date: 'Wed, 23 Dec 2015 11:32:34 GMT',
81558npm verb headers via: '1.1 varnish',
81559npm verb headers 'cache-control': 'max-age=300',
81560npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
81561npm verb headers age: '44',
81562npm verb headers connection: 'keep-alive',
81563npm verb headers 'x-served-by': 'cache-fra1232-FRA',
81564npm verb headers 'x-cache': 'HIT',
81565npm verb headers 'x-cache-hits': '4',
81566npm verb headers 'x-timer': 'S1450870354.831233,VS0,VE0',
81567npm verb headers vary: 'Accept' }
81568npm verb etag http://registry.npmjs.org/mkdirp from cache
81569npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
81570npm http 200 http://registry.npmjs.org/jshint
81571npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81572npm verb headers etag: '"DN0WK3HWF9V6Z8WPYXJQIFNWY"',
81573npm verb headers 'content-type': 'application/json',
81574npm verb headers 'cache-control': 'max-age=300',
81575npm verb headers 'content-length': '107829',
81576npm verb headers 'accept-ranges': 'bytes',
81577npm verb headers date: 'Wed, 23 Dec 2015 11:32:34 GMT',
81578npm verb headers via: '1.1 varnish',
81579npm verb headers age: '100',
81580npm verb headers connection: 'keep-alive',
81581npm verb headers 'x-served-by': 'cache-fra1247-FRA',
81582npm verb headers 'x-cache': 'HIT',
81583npm verb headers 'x-cache-hits': '2',
81584npm verb headers 'x-timer': 'S1450870354.799362,VS0,VE0',
81585npm verb headers vary: 'Accept' }
81586npm verb get saving jshint to /root/.npm/registry.npmjs.org/jshint/.cache.json
81587npm verb addNamed "0.4.2" is a plain semver version for mkdirp
81588npm verb addNamed "0.1.3" is a plain semver version for findup-sync
81589npm verb addRemoteTarball http://registry.npmjs.org/mkdirp/-/mkdirp-0.4.2.tgz not in flight; adding
81590npm verb addRemoteTarball [ 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.4.2.tgz',
81591npm verb addRemoteTarball '427c8c18ece398b932f6f666f4e1e5b7740e78c8' ]
81592npm verb addRemoteTarball http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
81593npm verb addRemoteTarball [ 'http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
81594npm verb addRemoteTarball '7f3e7a97b82392c653bf06589bd85190e93c3683' ]
81595npm info retry fetch attempt 1 at 11:32:34
81596npm info attempt registry request try #1 at 11:32:34
81597npm http fetch GET http://registry.npmjs.org/mkdirp/-/mkdirp-0.4.2.tgz
81598npm info retry fetch attempt 1 at 11:32:34
81599npm info attempt registry request try #1 at 11:32:34
81600npm http fetch GET http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
81601npm verb cache add spec jshint@^2.7.0
81602npm verb addNamed ">=2.7.0 <3.0.0" is a valid semver range for jshint
81603npm verb addNameRange registry:http://registry.npmjs.org/jshint not in flight; fetching
81604npm http fetch 200 http://registry.npmjs.org/mkdirp/-/mkdirp-0.4.2.tgz
81605npm verb get http://registry.npmjs.org/jshint not expired, no request
81606npm verb addNamed "2.8.0" is a plain semver version for jshint
81607npm http fetch 200 http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
81608npm verb addRemoteTarball http://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz not in flight; adding
81609npm verb addRemoteTarball [ 'http://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz',
81610npm verb addRemoteTarball '1d09a3bd913c4cadfa81bf18d582bd85bffe0d44' ]
81611npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/mkdirp/-/mkdirp-0.4.2.tgz not in flight; adding
81612npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.4.2
81613npm info retry fetch attempt 1 at 11:32:34
81614npm info attempt registry request try #1 at 11:32:34
81615npm http fetch GET http://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz
81616npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz not in flight; adding
81617npm verb addTmpTarball already have metadata; skipping unpack for findup-sync@0.1.3
81618npm verb afterAdd /root/.npm/mkdirp/0.4.2/package/package.json not in flight; writing
81619npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json not in flight; writing
81620npm verb afterAdd /root/.npm/mkdirp/0.4.2/package/package.json written
81621npm verb afterAdd /root/.npm/findup-sync/0.1.3/package/package.json written
81622npm http fetch 200 http://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz
81623npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jshint/-/jshint-2.8.0.tgz not in flight; adding
81624npm verb addTmpTarball already have metadata; skipping unpack for jshint@2.8.0
81625npm verb afterAdd /root/.npm/jshint/2.8.0/package/package.json not in flight; writing
81626npm verb afterAdd /root/.npm/jshint/2.8.0/package/package.json written
81627npm verb cache add spec ansi-styles@~1.0.0
81628npm verb cache add spec strip-ansi@~0.1.0
81629npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
81630npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
81631npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
81632npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
81633npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
81634npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
81635npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
81636npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
81637npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
81638npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
81639npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
81640npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
81641npm verb cache add spec glob@~3.2.9
81642npm verb cache add spec lodash@~2.4.1
81643npm verb addNamed ">=3.2.9 <3.3.0" is a valid semver range for glob
81644npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
81645npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
81646npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
81647npm verb request uri http://registry.npmjs.org/lodash
81648npm verb request no auth needed
81649npm info attempt registry request try #1 at 11:32:35
81650npm verb etag "C3TDU7JK7D7XJL8FSOQ0GDEMI"
81651npm http request GET http://registry.npmjs.org/lodash
81652npm verb request uri http://registry.npmjs.org/glob
81653npm verb request no auth needed
81654npm info attempt registry request try #1 at 11:32:35
81655npm verb etag "7ZBL91SZKFDD23AO2XJEK805U"
81656npm http request GET http://registry.npmjs.org/glob
81657npm http 304 http://registry.npmjs.org/lodash
81658npm verb headers { date: 'Wed, 23 Dec 2015 11:32:35 GMT',
81659npm verb headers via: '1.1 varnish',
81660npm verb headers 'cache-control': 'max-age=300',
81661npm verb headers etag: '"C3TDU7JK7D7XJL8FSOQ0GDEMI"',
81662npm verb headers age: '25',
81663npm verb headers connection: 'keep-alive',
81664npm verb headers 'x-served-by': 'cache-fra1221-FRA',
81665npm verb headers 'x-cache': 'HIT',
81666npm verb headers 'x-cache-hits': '6',
81667npm verb headers 'x-timer': 'S1450870355.668594,VS0,VE0',
81668npm verb headers vary: 'Accept' }
81669npm verb etag http://registry.npmjs.org/lodash from cache
81670npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
81671npm http 304 http://registry.npmjs.org/glob
81672npm verb headers { date: 'Wed, 23 Dec 2015 11:32:35 GMT',
81673npm verb headers via: '1.1 varnish',
81674npm verb headers 'cache-control': 'max-age=300',
81675npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
81676npm verb headers age: '224',
81677npm verb headers connection: 'keep-alive',
81678npm verb headers 'x-served-by': 'cache-fra1235-FRA',
81679npm verb headers 'x-cache': 'HIT',
81680npm verb headers 'x-cache-hits': '29',
81681npm verb headers 'x-timer': 'S1450870355.668342,VS0,VE0',
81682npm verb headers vary: 'Accept' }
81683npm verb etag http://registry.npmjs.org/glob from cache
81684npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
81685npm verb addNamed "2.4.2" is a plain semver version for lodash
81686npm verb addNamed "3.2.11" is a plain semver version for glob
81687npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
81688npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
81689npm verb addRemoteTarball '4a973f635b9190f715d10987d5c00fd2815ebe3d' ]
81690npm info retry fetch attempt 1 at 11:32:35
81691npm info attempt registry request try #1 at 11:32:35
81692npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
81693npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json not in flight; writing
81694npm verb afterAdd /root/.npm/lodash/2.4.2/package/package.json written
81695npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.2.11.tgz
81696npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-3.2.11.tgz not in flight; adding
81697npm verb addTmpTarball already have metadata; skipping unpack for glob@3.2.11
81698npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
81699npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
81700npm verb cache add spec minimatch@0.3
81701npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
81702npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
81703npm verb get http://registry.npmjs.org/minimatch not expired, no request
81704npm verb addNamed "0.3.0" is a plain semver version for minimatch
81705npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
81706npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz',
81707npm verb addRemoteTarball '275d8edaac4f1bb3326472089e7949c8394699dd' ]
81708npm info retry fetch attempt 1 at 11:32:35
81709npm info attempt registry request try #1 at 11:32:35
81710npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
81711npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
81712npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz not in flight; adding
81713npm verb addTmpTarball already have metadata; skipping unpack for minimatch@0.3.0
81714npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
81715npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
81716npm verb cache add spec minimatch@2.0.x
81717npm verb cache add spec lodash@3.7.x
81718npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for minimatch
81719npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
81720npm verb addNamed ">=3.7.0 <3.8.0" is a valid semver range for lodash
81721npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
81722npm verb request uri http://registry.npmjs.org/cli
81723npm verb request no auth needed
81724npm info attempt registry request try #1 at 11:32:35
81725npm http request GET http://registry.npmjs.org/cli
81726npm verb request uri http://registry.npmjs.org/console-browserify
81727npm verb request no auth needed
81728npm info attempt registry request try #1 at 11:32:35
81729npm http request GET http://registry.npmjs.org/console-browserify
81730npm verb request uri http://registry.npmjs.org/htmlparser2
81731npm verb request no auth needed
81732npm info attempt registry request try #1 at 11:32:35
81733npm http request GET http://registry.npmjs.org/htmlparser2
81734npm verb request uri http://registry.npmjs.org/shelljs
81735npm verb request no auth needed
81736npm info attempt registry request try #1 at 11:32:36
81737npm http request GET http://registry.npmjs.org/shelljs
81738npm verb request uri http://registry.npmjs.org/strip-json-comments
81739npm verb request no auth needed
81740npm info attempt registry request try #1 at 11:32:36
81741npm http request GET http://registry.npmjs.org/strip-json-comments
81742npm verb get http://registry.npmjs.org/minimatch not expired, no request
81743npm verb addNamed "2.0.10" is a plain semver version for minimatch
81744npm verb get http://registry.npmjs.org/lodash not expired, no request
81745npm verb addNamed "3.7.0" is a plain semver version for lodash
81746npm http 200 http://registry.npmjs.org/console-browserify
81747npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81748npm verb headers etag: '"9P4UVMYNOTKBMJP46LG2SRWG"',
81749npm verb headers 'content-type': 'application/json',
81750npm verb headers 'cache-control': 'max-age=60',
81751npm verb headers 'content-length': '17292',
81752npm verb headers 'accept-ranges': 'bytes',
81753npm verb headers date: 'Wed, 23 Dec 2015 11:32:36 GMT',
81754npm verb headers via: '1.1 varnish',
81755npm verb headers age: '16',
81756npm verb headers connection: 'keep-alive',
81757npm verb headers 'x-served-by': 'cache-fra1247-FRA',
81758npm verb headers 'x-cache': 'HIT',
81759npm verb headers 'x-cache-hits': '2',
81760npm verb headers 'x-timer': 'S1450870356.024068,VS0,VE0',
81761npm verb headers vary: 'Accept' }
81762npm verb get saving console-browserify to /root/.npm/registry.npmjs.org/console-browserify/.cache.json
81763npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz not in flight; adding
81764npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz',
81765npm verb addRemoteTarball '3678bd8ab995057c07ade836ed2ef087da811d45' ]
81766npm info retry fetch attempt 1 at 11:32:36
81767npm info attempt registry request try #1 at 11:32:36
81768npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
81769npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
81770npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
81771npm verb cache add spec console-browserify@1.1.x
81772npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for console-browserify
81773npm verb addNameRange registry:http://registry.npmjs.org/console-browserify not in flight; fetching
81774npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
81775npm verb get http://registry.npmjs.org/console-browserify not expired, no request
81776npm verb addNamed "1.1.0" is a plain semver version for console-browserify
81777npm verb addRemoteTarball http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
81778npm verb addRemoteTarball [ 'http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz',
81779npm verb addRemoteTarball 'f0241c45730a9fc6323b206dbf38edc741d0bb10' ]
81780npm info retry fetch attempt 1 at 11:32:36
81781npm info attempt registry request try #1 at 11:32:36
81782npm http fetch GET http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
81783npm http 200 http://registry.npmjs.org/cli
81784npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81785npm verb headers etag: '"6FXOJ0FZMLJ3BJ1HC1AD0EQYG"',
81786npm verb headers 'content-type': 'application/json',
81787npm verb headers 'cache-control': 'max-age=300',
81788npm verb headers 'content-length': '64162',
81789npm verb headers 'accept-ranges': 'bytes',
81790npm verb headers date: 'Wed, 23 Dec 2015 11:32:36 GMT',
81791npm verb headers via: '1.1 varnish',
81792npm verb headers age: '29',
81793npm verb headers connection: 'keep-alive',
81794npm verb headers 'x-served-by': 'cache-fra1220-FRA',
81795npm verb headers 'x-cache': 'HIT',
81796npm verb headers 'x-cache-hits': '1',
81797npm verb headers 'x-timer': 'S1450870356.023597,VS0,VE0',
81798npm verb headers vary: 'Accept' }
81799npm verb get saving cli to /root/.npm/registry.npmjs.org/cli/.cache.json
81800npm verb cache add spec cli@0.6.x
81801npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for cli
81802npm verb addNameRange registry:http://registry.npmjs.org/cli not in flight; fetching
81803npm http 200 http://registry.npmjs.org/shelljs
81804npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81805npm verb headers etag: '"6HCE59UTDL2J8NPRDK7JL2N4C"',
81806npm verb headers 'content-type': 'application/json',
81807npm verb headers 'cache-control': 'max-age=300',
81808npm verb headers 'content-length': '53907',
81809npm verb headers 'accept-ranges': 'bytes',
81810npm verb headers date: 'Wed, 23 Dec 2015 11:32:36 GMT',
81811npm verb headers via: '1.1 varnish',
81812npm verb headers age: '99',
81813npm verb headers connection: 'keep-alive',
81814npm verb headers 'x-served-by': 'cache-fra1246-FRA',
81815npm verb headers 'x-cache': 'HIT',
81816npm verb headers 'x-cache-hits': '2',
81817npm verb headers 'x-timer': 'S1450870356.025202,VS0,VE0',
81818npm verb headers vary: 'Accept' }
81819npm verb get saving shelljs to /root/.npm/registry.npmjs.org/shelljs/.cache.json
81820npm http fetch 200 http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
81821npm http 200 http://registry.npmjs.org/htmlparser2
81822npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81823npm verb headers etag: '"4CFEQB0OJXCBCDIPQA1D2087V"',
81824npm verb headers 'content-type': 'application/json',
81825npm verb headers 'cache-control': 'max-age=300',
81826npm verb headers 'content-length': '71332',
81827npm verb headers 'accept-ranges': 'bytes',
81828npm verb headers date: 'Wed, 23 Dec 2015 11:32:36 GMT',
81829npm verb headers via: '1.1 varnish',
81830npm verb headers age: '228',
81831npm verb headers connection: 'keep-alive',
81832npm verb headers 'x-served-by': 'cache-fra1235-FRA',
81833npm verb headers 'x-cache': 'HIT',
81834npm verb headers 'x-cache-hits': '2',
81835npm verb headers 'x-timer': 'S1450870356.024618,VS0,VE0',
81836npm verb headers vary: 'Accept' }
81837npm verb get saving htmlparser2 to /root/.npm/registry.npmjs.org/htmlparser2/.cache.json
81838npm verb get http://registry.npmjs.org/cli not expired, no request
81839npm verb addNamed "0.6.6" is a plain semver version for cli
81840npm verb addRemoteTarball http://registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
81841npm verb addRemoteTarball [ 'http://registry.npmjs.org/cli/-/cli-0.6.6.tgz',
81842npm verb addRemoteTarball '02ad44a380abf27adac5e6f0cdd7b043d74c53e3' ]
81843npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz not in flight; adding
81844npm verb addTmpTarball already have metadata; skipping unpack for console-browserify@1.1.0
81845npm info retry fetch attempt 1 at 11:32:36
81846npm info attempt registry request try #1 at 11:32:36
81847npm http fetch GET http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
81848npm verb cache add spec shelljs@0.3.x
81849npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for shelljs
81850npm verb addNameRange registry:http://registry.npmjs.org/shelljs not in flight; fetching
81851npm verb cache add spec htmlparser2@3.8.x
81852npm verb addNamed ">=3.8.0 <3.9.0" is a valid semver range for htmlparser2
81853npm verb addNameRange registry:http://registry.npmjs.org/htmlparser2 not in flight; fetching
81854npm http fetch 200 http://registry.npmjs.org/cli/-/cli-0.6.6.tgz
81855npm verb get http://registry.npmjs.org/shelljs not expired, no request
81856npm verb addNamed "0.3.0" is a plain semver version for shelljs
81857npm verb addRemoteTarball http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
81858npm verb addRemoteTarball [ 'http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz',
81859npm verb addRemoteTarball '3596e6307a781544f591f37da618360f31db57b1' ]
81860npm verb get http://registry.npmjs.org/htmlparser2 not expired, no request
81861npm verb addNamed "3.8.3" is a plain semver version for htmlparser2
81862npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json not in flight; writing
81863npm verb addRemoteTarball http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
81864npm verb addRemoteTarball [ 'http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz',
81865npm verb addRemoteTarball '996c28b191516a8be86501a7d79757e5c70c1068' ]
81866npm info retry fetch attempt 1 at 11:32:36
81867npm info attempt registry request try #1 at 11:32:36
81868npm http fetch GET http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
81869npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cli/-/cli-0.6.6.tgz not in flight; adding
81870npm verb addTmpTarball already have metadata; skipping unpack for cli@0.6.6
81871npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash/-/lodash-3.7.0.tgz not in flight; adding
81872npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.7.0
81873npm info retry fetch attempt 1 at 11:32:36
81874npm info attempt registry request try #1 at 11:32:36
81875npm http fetch GET http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
81876npm verb afterAdd /root/.npm/console-browserify/1.1.0/package/package.json written
81877npm http fetch 200 http://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
81878npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json not in flight; writing
81879npm verb afterAdd /root/.npm/lodash/3.7.0/package/package.json not in flight; writing
81880npm verb afterAdd /root/.npm/cli/0.6.6/package/package.json written
81881npm verb afterAdd /root/.npm/lodash/3.7.0/package/package.json written
81882npm http fetch 200 http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz
81883npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz not in flight; adding
81884npm verb addTmpTarball already have metadata; skipping unpack for htmlparser2@3.8.3
81885npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz not in flight; adding
81886npm verb addTmpTarball already have metadata; skipping unpack for shelljs@0.3.0
81887npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json not in flight; writing
81888npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json not in flight; writing
81889npm verb afterAdd /root/.npm/htmlparser2/3.8.3/package/package.json written
81890npm verb afterAdd /root/.npm/shelljs/0.3.0/package/package.json written
81891npm http 200 http://registry.npmjs.org/strip-json-comments
81892npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81893npm verb headers etag: '"7J8WC2ZOMPCYDWEVW2CWLXHEL"',
81894npm verb headers 'content-type': 'application/json',
81895npm verb headers 'cache-control': 'max-age=60',
81896npm verb headers 'content-length': '15936',
81897npm verb headers 'accept-ranges': 'bytes',
81898npm verb headers date: 'Wed, 23 Dec 2015 11:32:36 GMT',
81899npm verb headers via: '1.1 varnish',
81900npm verb headers age: '60',
81901npm verb headers connection: 'keep-alive',
81902npm verb headers 'x-served-by': 'cache-fra1243-FRA',
81903npm verb headers 'x-cache': 'HIT',
81904npm verb headers 'x-cache-hits': '1',
81905npm verb headers 'x-timer': 'S1450870356.025358,VS0,VE0',
81906npm verb headers vary: 'Accept' }
81907npm verb get saving strip-json-comments to /root/.npm/registry.npmjs.org/strip-json-comments/.cache.json
81908npm verb cache add spec strip-json-comments@1.0.x
81909npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for strip-json-comments
81910npm verb addNameRange registry:http://registry.npmjs.org/strip-json-comments not in flight; fetching
81911npm verb get http://registry.npmjs.org/strip-json-comments not expired, no request
81912npm verb addNamed "1.0.4" is a plain semver version for strip-json-comments
81913npm verb addRemoteTarball http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
81914npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz',
81915npm verb addRemoteTarball '1e15fbcac97d3ee99bf2d73b4c656b082bbafb91' ]
81916npm info retry fetch attempt 1 at 11:32:36
81917npm info attempt registry request try #1 at 11:32:36
81918npm http fetch GET http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
81919npm http fetch 200 http://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
81920npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz not in flight; adding
81921npm verb addTmpTarball already have metadata; skipping unpack for strip-json-comments@1.0.4
81922npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json not in flight; writing
81923npm verb afterAdd /root/.npm/strip-json-comments/1.0.4/package/package.json written
81924npm verb cache add spec glob@~ 3.2.1
81925npm verb addNamed ">=3.2.1 <3.3.0" is a valid semver range for glob
81926npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
81927npm verb get http://registry.npmjs.org/glob not expired, no request
81928npm verb addNamed "3.2.11" is a plain semver version for glob
81929npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json not in flight; writing
81930npm verb afterAdd /root/.npm/glob/3.2.11/package/package.json written
81931npm verb cache add spec minimatch@0.3
81932npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
81933npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
81934npm verb get http://registry.npmjs.org/minimatch not expired, no request
81935npm verb addNamed "0.3.0" is a plain semver version for minimatch
81936npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json not in flight; writing
81937npm verb afterAdd /root/.npm/minimatch/0.3.0/package/package.json written
81938npm verb request uri http://registry.npmjs.org/date-now
81939npm verb request no auth needed
81940npm info attempt registry request try #1 at 11:32:37
81941npm http request GET http://registry.npmjs.org/date-now
81942npm http 200 http://registry.npmjs.org/date-now
81943npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
81944npm verb headers etag: '"4IVDPT1USQTTDVL345B8VOWJW"',
81945npm verb headers 'content-type': 'application/json',
81946npm verb headers 'cache-control': 'max-age=60',
81947npm verb headers 'content-length': '10921',
81948npm verb headers 'accept-ranges': 'bytes',
81949npm verb headers date: 'Wed, 23 Dec 2015 11:32:37 GMT',
81950npm verb headers via: '1.1 varnish',
81951npm verb headers age: '55',
81952npm verb headers connection: 'keep-alive',
81953npm verb headers 'x-served-by': 'cache-fra1240-FRA',
81954npm verb headers 'x-cache': 'HIT',
81955npm verb headers 'x-cache-hits': '2',
81956npm verb headers 'x-timer': 'S1450870357.078777,VS0,VE0',
81957npm verb headers vary: 'Accept' }
81958npm verb get saving date-now to /root/.npm/registry.npmjs.org/date-now/.cache.json
81959npm verb cache add spec date-now@^0.1.4
81960npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for date-now
81961npm verb addNameRange registry:http://registry.npmjs.org/date-now not in flight; fetching
81962npm verb get http://registry.npmjs.org/date-now not expired, no request
81963npm verb addNamed "0.1.4" is a plain semver version for date-now
81964npm verb addRemoteTarball http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
81965npm verb addRemoteTarball [ 'http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz',
81966npm verb addRemoteTarball 'eaf439fd4d4848ad74e5cc7dbef200672b9e345b' ]
81967npm info retry fetch attempt 1 at 11:32:37
81968npm info attempt registry request try #1 at 11:32:37
81969npm http fetch GET http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
81970npm http fetch 200 http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
81971npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/date-now/-/date-now-0.1.4.tgz not in flight; adding
81972npm verb addTmpTarball already have metadata; skipping unpack for date-now@0.1.4
81973npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json not in flight; writing
81974npm verb afterAdd /root/.npm/date-now/0.1.4/package/package.json written
81975npm verb cache add spec readable-stream@1.1
81976npm verb cache add spec entities@1.0
81977npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for readable-stream
81978npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
81979npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for entities
81980npm verb addNameRange registry:http://registry.npmjs.org/entities not in flight; fetching
81981npm verb request uri http://registry.npmjs.org/domhandler
81982npm verb request no auth needed
81983npm info attempt registry request try #1 at 11:32:37
81984npm http request GET http://registry.npmjs.org/domhandler
81985npm verb request uri http://registry.npmjs.org/domutils
81986npm verb request no auth needed
81987npm info attempt registry request try #1 at 11:32:37
81988npm http request GET http://registry.npmjs.org/domutils
81989npm verb request uri http://registry.npmjs.org/domelementtype
81990npm verb request no auth needed
81991npm info attempt registry request try #1 at 11:32:37
81992npm http request GET http://registry.npmjs.org/domelementtype
81993npm verb request uri http://registry.npmjs.org/readable-stream
81994npm verb request no auth needed
81995npm info attempt registry request try #1 at 11:32:37
81996npm verb etag "3EOIL5JTL47JFABLY3LGTYV7"
81997npm http request GET http://registry.npmjs.org/readable-stream
81998npm verb request uri http://registry.npmjs.org/entities
81999npm verb request no auth needed
82000npm info attempt registry request try #1 at 11:32:37
82001npm verb etag "D1BM1M0FVXZCO35W7I1TKT73Q"
82002npm http request GET http://registry.npmjs.org/entities
82003npm http 200 http://registry.npmjs.org/domhandler
82004npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82005npm verb headers etag: '"A3OOX9EJC4NKPJUQLQ26WPPTB"',
82006npm verb headers 'content-type': 'application/json',
82007npm verb headers 'cache-control': 'max-age=300',
82008npm verb headers 'content-length': '15376',
82009npm verb headers 'accept-ranges': 'bytes',
82010npm verb headers date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82011npm verb headers via: '1.1 varnish',
82012npm verb headers age: '208',
82013npm verb headers connection: 'keep-alive',
82014npm verb headers 'x-served-by': 'cache-fra1223-FRA',
82015npm verb headers 'x-cache': 'HIT',
82016npm verb headers 'x-cache-hits': '4',
82017npm verb headers 'x-timer': 'S1450870357.245989,VS0,VE0',
82018npm verb headers vary: 'Accept' }
82019npm verb get saving domhandler to /root/.npm/registry.npmjs.org/domhandler/.cache.json
82020npm http 200 http://registry.npmjs.org/domelementtype
82021npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82022npm verb headers etag: '"4W2849LOGQQ1FMDQHW6E59VF1"',
82023npm verb headers 'content-type': 'application/json',
82024npm verb headers 'cache-control': 'max-age=60',
82025npm verb headers 'content-length': '7028',
82026npm verb headers 'accept-ranges': 'bytes',
82027npm verb headers date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82028npm verb headers via: '1.1 varnish',
82029npm verb headers age: '33',
82030npm verb headers connection: 'keep-alive',
82031npm verb headers 'x-served-by': 'cache-fra1237-FRA',
82032npm verb headers 'x-cache': 'HIT',
82033npm verb headers 'x-cache-hits': '1',
82034npm verb headers 'x-timer': 'S1450870357.246042,VS0,VE0',
82035npm verb headers vary: 'Accept' }
82036npm verb get saving domelementtype to /root/.npm/registry.npmjs.org/domelementtype/.cache.json
82037npm http 304 http://registry.npmjs.org/readable-stream
82038npm verb headers { date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82039npm verb headers via: '1.1 varnish',
82040npm verb headers 'cache-control': 'max-age=300',
82041npm verb headers etag: '"3EOIL5JTL47JFABLY3LGTYV7"',
82042npm verb headers age: '149',
82043npm verb headers connection: 'keep-alive',
82044npm verb headers 'x-served-by': 'cache-fra1243-FRA',
82045npm verb headers 'x-cache': 'HIT',
82046npm verb headers 'x-cache-hits': '30',
82047npm verb headers 'x-timer': 'S1450870357.254814,VS0,VE0',
82048npm verb headers vary: 'Accept' }
82049npm verb etag http://registry.npmjs.org/readable-stream from cache
82050npm verb get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json
82051npm http 200 http://registry.npmjs.org/domutils
82052npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82053npm verb headers etag: '"DEDBJTHGW9Y0ZH23SCVHKGJ3Y"',
82054npm verb headers 'content-type': 'application/json',
82055npm verb headers 'cache-control': 'max-age=60',
82056npm verb headers 'content-length': '18789',
82057npm verb headers 'accept-ranges': 'bytes',
82058npm verb headers date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82059npm verb headers via: '1.1 varnish',
82060npm verb headers age: '1',
82061npm verb headers connection: 'keep-alive',
82062npm verb headers 'x-served-by': 'cache-fra1241-FRA',
82063npm verb headers 'x-cache': 'HIT',
82064npm verb headers 'x-cache-hits': '1',
82065npm verb headers 'x-timer': 'S1450870357.246185,VS0,VE0',
82066npm verb headers vary: 'Accept' }
82067npm verb get saving domutils to /root/.npm/registry.npmjs.org/domutils/.cache.json
82068npm http 304 http://registry.npmjs.org/entities
82069npm verb headers { date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82070npm verb headers via: '1.1 varnish',
82071npm verb headers 'cache-control': 'max-age=60',
82072npm verb headers etag: '"D1BM1M0FVXZCO35W7I1TKT73Q"',
82073npm verb headers age: '52',
82074npm verb headers connection: 'keep-alive',
82075npm verb headers 'x-served-by': 'cache-fra1223-FRA',
82076npm verb headers 'x-cache': 'HIT',
82077npm verb headers 'x-cache-hits': '1',
82078npm verb headers 'x-timer': 'S1450870357.264757,VS0,VE0',
82079npm verb headers vary: 'Accept' }
82080npm verb etag http://registry.npmjs.org/entities from cache
82081npm verb get saving entities to /root/.npm/registry.npmjs.org/entities/.cache.json
82082npm verb addNamed "1.1.13" is a plain semver version for readable-stream
82083npm verb addRemoteTarball http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
82084npm verb addRemoteTarball [ 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz',
82085npm verb addRemoteTarball 'f6eef764f514c89e2b9e23146a75ba106756d23e' ]
82086npm verb addNamed "1.0.0" is a plain semver version for entities
82087npm verb cache add spec domhandler@2.3
82088npm verb addNamed ">=2.3.0 <2.4.0" is a valid semver range for domhandler
82089npm verb addNameRange registry:http://registry.npmjs.org/domhandler not in flight; fetching
82090npm verb cache add spec domelementtype@1
82091npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for domelementtype
82092npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
82093npm verb addRemoteTarball http://registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
82094npm verb addRemoteTarball [ 'http://registry.npmjs.org/entities/-/entities-1.0.0.tgz',
82095npm verb addRemoteTarball 'b2987aa3821347fcde642b24fdfc9e4fb712bf26' ]
82096npm verb cache add spec domutils@1.5
82097npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for domutils
82098npm verb addNameRange registry:http://registry.npmjs.org/domutils not in flight; fetching
82099npm info retry fetch attempt 1 at 11:32:37
82100npm info attempt registry request try #1 at 11:32:37
82101npm http fetch GET http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
82102npm info retry fetch attempt 1 at 11:32:37
82103npm info attempt registry request try #1 at 11:32:37
82104npm http fetch GET http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
82105npm verb get http://registry.npmjs.org/domhandler not expired, no request
82106npm verb addNamed "2.3.0" is a plain semver version for domhandler
82107npm verb get http://registry.npmjs.org/domelementtype not expired, no request
82108npm verb addNamed "1.3.0" is a plain semver version for domelementtype
82109npm verb get http://registry.npmjs.org/domutils not expired, no request
82110npm verb addNamed "1.5.1" is a plain semver version for domutils
82111npm verb addRemoteTarball http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
82112npm verb addRemoteTarball [ 'http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz',
82113npm verb addRemoteTarball '2de59a0822d5027fabff6f032c2b25a2a8abe738' ]
82114npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
82115npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz',
82116npm verb addRemoteTarball 'b17aed82e8ab59e52dd9c19b1756e0fc187204c2' ]
82117npm verb addRemoteTarball http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
82118npm verb addRemoteTarball [ 'http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz',
82119npm verb addRemoteTarball 'dcd8488a26f563d61079e48c9f7b7e32373682cf' ]
82120npm http fetch 200 http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz
82121npm http fetch 200 http://registry.npmjs.org/entities/-/entities-1.0.0.tgz
82122npm info retry fetch attempt 1 at 11:32:37
82123npm info attempt registry request try #1 at 11:32:37
82124npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
82125npm info retry fetch attempt 1 at 11:32:37
82126npm info attempt registry request try #1 at 11:32:37
82127npm http fetch GET http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
82128npm info retry fetch attempt 1 at 11:32:37
82129npm info attempt registry request try #1 at 11:32:37
82130npm http fetch GET http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
82131npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz not in flight; adding
82132npm verb addTmpTarball already have metadata; skipping unpack for readable-stream@1.1.13
82133npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/entities/-/entities-1.0.0.tgz not in flight; adding
82134npm verb addTmpTarball already have metadata; skipping unpack for entities@1.0.0
82135npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json not in flight; writing
82136npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json not in flight; writing
82137npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
82138npm http fetch 200 http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
82139npm http fetch 200 http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
82140npm verb afterAdd /root/.npm/readable-stream/1.1.13/package/package.json written
82141npm verb afterAdd /root/.npm/entities/1.0.0/package/package.json written
82142npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz not in flight; adding
82143npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.3.0
82144npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz not in flight; adding
82145npm verb addTmpTarball already have metadata; skipping unpack for domhandler@2.3.0
82146npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/domutils/-/domutils-1.5.1.tgz not in flight; adding
82147npm verb addTmpTarball already have metadata; skipping unpack for domutils@1.5.1
82148npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json not in flight; writing
82149npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json not in flight; writing
82150npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json not in flight; writing
82151npm verb afterAdd /root/.npm/domelementtype/1.3.0/package/package.json written
82152npm verb afterAdd /root/.npm/domhandler/2.3.0/package/package.json written
82153npm verb afterAdd /root/.npm/domutils/1.5.1/package/package.json written
82154npm verb request uri http://registry.npmjs.org/dom-serializer
82155npm verb request no auth needed
82156npm info attempt registry request try #1 at 11:32:37
82157npm http request GET http://registry.npmjs.org/dom-serializer
82158npm http 200 http://registry.npmjs.org/dom-serializer
82159npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82160npm verb headers etag: '"7KWYMW6FM9W2UI46QMZNA9AM9"',
82161npm verb headers 'content-type': 'application/json',
82162npm verb headers 'cache-control': 'max-age=300',
82163npm verb headers 'content-length': '4191',
82164npm verb headers 'accept-ranges': 'bytes',
82165npm verb headers date: 'Wed, 23 Dec 2015 11:32:37 GMT',
82166npm verb headers via: '1.1 varnish',
82167npm verb headers age: '231',
82168npm verb headers connection: 'keep-alive',
82169npm verb headers 'x-served-by': 'cache-fra1224-FRA',
82170npm verb headers 'x-cache': 'HIT',
82171npm verb headers 'x-cache-hits': '5',
82172npm verb headers 'x-timer': 'S1450870357.566256,VS0,VE0',
82173npm verb headers vary: 'Accept' }
82174npm verb get saving dom-serializer to /root/.npm/registry.npmjs.org/dom-serializer/.cache.json
82175npm verb cache add spec dom-serializer@0
82176npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for dom-serializer
82177npm verb addNameRange registry:http://registry.npmjs.org/dom-serializer not in flight; fetching
82178npm verb get http://registry.npmjs.org/dom-serializer not expired, no request
82179npm verb addNamed "0.1.0" is a plain semver version for dom-serializer
82180npm verb addRemoteTarball http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
82181npm verb addRemoteTarball [ 'http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz',
82182npm verb addRemoteTarball '073c697546ce0780ce23be4a28e293e40bc30c82' ]
82183npm info retry fetch attempt 1 at 11:32:37
82184npm info attempt registry request try #1 at 11:32:37
82185npm http fetch GET http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
82186npm http fetch 200 http://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
82187npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz not in flight; adding
82188npm verb addTmpTarball already have metadata; skipping unpack for dom-serializer@0.1.0
82189npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json not in flight; writing
82190npm verb afterAdd /root/.npm/dom-serializer/0.1.0/package/package.json written
82191npm verb cache add spec domelementtype@~1.1.1
82192npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for domelementtype
82193npm verb addNameRange registry:http://registry.npmjs.org/domelementtype not in flight; fetching
82194npm verb get http://registry.npmjs.org/domelementtype not expired, no request
82195npm verb addNamed "1.1.3" is a plain semver version for domelementtype
82196npm verb addRemoteTarball http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
82197npm verb addRemoteTarball [ 'http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz',
82198npm verb addRemoteTarball 'bd28773e2642881aec51544924299c5cd822185b' ]
82199npm info retry fetch attempt 1 at 11:32:37
82200npm info attempt registry request try #1 at 11:32:37
82201npm http fetch GET http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
82202npm http fetch 200 http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
82203npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz not in flight; adding
82204npm verb addTmpTarball already have metadata; skipping unpack for domelementtype@1.1.3
82205npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json not in flight; writing
82206npm verb afterAdd /root/.npm/domelementtype/1.1.3/package/package.json written
82207npm verb request uri http://registry.npmjs.org/ember-test-helpers
82208npm verb request no auth needed
82209npm info attempt registry request try #1 at 11:32:37
82210npm http request GET http://registry.npmjs.org/ember-test-helpers
82211npm http 200 http://registry.npmjs.org/ember-test-helpers
82212npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82213npm verb headers etag: '"D948NVKWRNVXK2EKK6IRPYC9C"',
82214npm verb headers 'content-type': 'application/json',
82215npm verb headers 'cache-control': 'max-age=300',
82216npm verb headers 'content-length': '5689',
82217npm verb headers 'accept-ranges': 'bytes',
82218npm verb headers date: 'Wed, 23 Dec 2015 11:32:38 GMT',
82219npm verb headers via: '1.1 varnish',
82220npm verb headers age: '0',
82221npm verb headers connection: 'keep-alive',
82222npm verb headers 'x-served-by': 'cache-fra1227-FRA',
82223npm verb headers 'x-cache': 'HIT',
82224npm verb headers 'x-cache-hits': '1',
82225npm verb headers 'x-timer': 'S1450870357.972492,VS0,VE203',
82226npm verb headers vary: 'Accept' }
82227npm verb get saving ember-test-helpers to /root/.npm/registry.npmjs.org/ember-test-helpers/.cache.json
82228npm verb cache add spec ember-test-helpers@^0.5.19
82229npm verb addNamed ">=0.5.19 <0.6.0" is a valid semver range for ember-test-helpers
82230npm verb addNameRange registry:http://registry.npmjs.org/ember-test-helpers not in flight; fetching
82231npm verb get http://registry.npmjs.org/ember-test-helpers not expired, no request
82232npm verb addNamed "0.5.19" is a plain semver version for ember-test-helpers
82233npm verb addRemoteTarball http://registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.5.19.tgz not in flight; adding
82234npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.5.19.tgz',
82235npm verb addRemoteTarball 'ba0decbd51779a0db3bd79df6eb55167b61c57c0' ]
82236npm info retry fetch attempt 1 at 11:32:38
82237npm info attempt registry request try #1 at 11:32:38
82238npm http fetch GET http://registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.5.19.tgz
82239npm http fetch 200 http://registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.5.19.tgz
82240npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.5.19.tgz not in flight; adding
82241npm verb addTmpTarball already have metadata; skipping unpack for ember-test-helpers@0.5.19
82242npm verb afterAdd /root/.npm/ember-test-helpers/0.5.19/package/package.json not in flight; writing
82243npm verb afterAdd /root/.npm/ember-test-helpers/0.5.19/package/package.json written
82244npm verb request uri http://registry.npmjs.org/klassy
82245npm verb request no auth needed
82246npm info attempt registry request try #1 at 11:32:38
82247npm http request GET http://registry.npmjs.org/klassy
82248npm http 200 http://registry.npmjs.org/klassy
82249npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82250npm verb headers etag: '"4GD5H1IVCEOE6QQ5ZWO8WIOQH"',
82251npm verb headers 'content-type': 'application/json',
82252npm verb headers 'cache-control': 'max-age=300',
82253npm verb headers 'content-length': '6494',
82254npm verb headers 'accept-ranges': 'bytes',
82255npm verb headers date: 'Wed, 23 Dec 2015 11:32:39 GMT',
82256npm verb headers via: '1.1 varnish',
82257npm verb headers age: '0',
82258npm verb headers connection: 'keep-alive',
82259npm verb headers 'x-served-by': 'cache-fra1229-FRA',
82260npm verb headers 'x-cache': 'HIT',
82261npm verb headers 'x-cache-hits': '1',
82262npm verb headers 'x-timer': 'S1450870358.336140,VS0,VE822',
82263npm verb headers vary: 'Accept' }
82264npm verb get saving klassy to /root/.npm/registry.npmjs.org/klassy/.cache.json
82265npm verb cache add spec klassy@^0.1.3
82266npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for klassy
82267npm verb addNameRange registry:http://registry.npmjs.org/klassy not in flight; fetching
82268npm verb get http://registry.npmjs.org/klassy not expired, no request
82269npm verb addNamed "0.1.3" is a plain semver version for klassy
82270npm verb addRemoteTarball http://registry.npmjs.org/klassy/-/klassy-0.1.3.tgz not in flight; adding
82271npm verb addRemoteTarball [ 'http://registry.npmjs.org/klassy/-/klassy-0.1.3.tgz',
82272npm verb addRemoteTarball 'c31d5756d583197d75f582b6e692872be497067f' ]
82273npm info retry fetch attempt 1 at 11:32:39
82274npm info attempt registry request try #1 at 11:32:39
82275npm http fetch GET http://registry.npmjs.org/klassy/-/klassy-0.1.3.tgz
82276npm http fetch 200 http://registry.npmjs.org/klassy/-/klassy-0.1.3.tgz
82277npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/klassy/-/klassy-0.1.3.tgz not in flight; adding
82278npm verb addTmpTarball already have metadata; skipping unpack for klassy@0.1.3
82279npm verb afterAdd /root/.npm/klassy/0.1.3/package/package.json not in flight; writing
82280npm verb afterAdd /root/.npm/klassy/0.1.3/package/package.json written
82281npm verb cache add spec chalk@^1.0.0
82282npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
82283npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
82284npm verb request uri http://registry.npmjs.org/git-tools
82285npm verb request no auth needed
82286npm info attempt registry request try #1 at 11:32:39
82287npm http request GET http://registry.npmjs.org/git-tools
82288npm verb request uri http://registry.npmjs.org/make-array
82289npm verb request no auth needed
82290npm info attempt registry request try #1 at 11:32:39
82291npm http request GET http://registry.npmjs.org/make-array
82292npm verb request uri http://registry.npmjs.org/moment-timezone
82293npm verb request no auth needed
82294npm info attempt registry request try #1 at 11:32:39
82295npm http request GET http://registry.npmjs.org/moment-timezone
82296npm verb get http://registry.npmjs.org/chalk not expired, no request
82297npm verb addNamed "1.1.1" is a plain semver version for chalk
82298npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
82299npm http 200 http://registry.npmjs.org/moment-timezone
82300npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82301npm verb headers etag: '"BWWVCO8ILIFFITGGYJ49RP4FW"',
82302npm verb headers 'content-type': 'application/json',
82303npm verb headers 'cache-control': 'max-age=300',
82304npm verb headers 'content-length': '23249',
82305npm verb headers 'accept-ranges': 'bytes',
82306npm verb headers date: 'Wed, 23 Dec 2015 11:32:39 GMT',
82307npm verb headers via: '1.1 varnish',
82308npm verb headers age: '282',
82309npm verb headers connection: 'keep-alive',
82310npm verb headers 'x-served-by': 'cache-fra1237-FRA',
82311npm verb headers 'x-cache': 'HIT',
82312npm verb headers 'x-cache-hits': '1',
82313npm verb headers 'x-timer': 'S1450870359.455952,VS0,VE0',
82314npm verb headers vary: 'Accept' }
82315npm verb get saving moment-timezone to /root/.npm/registry.npmjs.org/moment-timezone/.cache.json
82316npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
82317npm verb cache add spec moment-timezone@^0.3.0
82318npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for moment-timezone
82319npm verb addNameRange registry:http://registry.npmjs.org/moment-timezone not in flight; fetching
82320npm verb get http://registry.npmjs.org/moment-timezone not expired, no request
82321npm verb addNamed "0.3.1" is a plain semver version for moment-timezone
82322npm verb addRemoteTarball http://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz not in flight; adding
82323npm verb addRemoteTarball [ 'http://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz',
82324npm verb addRemoteTarball '3ef47856b02d53b718a10a5ec2023aa299e07bf5' ]
82325npm info retry fetch attempt 1 at 11:32:39
82326npm info attempt registry request try #1 at 11:32:39
82327npm http fetch GET http://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz
82328npm http 200 http://registry.npmjs.org/git-tools
82329npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82330npm verb headers etag: '"BA7FUFKFHPRLCLMCKG55R5Q7M"',
82331npm verb headers 'content-type': 'application/json',
82332npm verb headers 'cache-control': 'max-age=300',
82333npm verb headers 'content-length': '23777',
82334npm verb headers 'accept-ranges': 'bytes',
82335npm verb headers date: 'Wed, 23 Dec 2015 11:32:39 GMT',
82336npm verb headers via: '1.1 varnish',
82337npm verb headers age: '0',
82338npm verb headers connection: 'keep-alive',
82339npm verb headers 'x-served-by': 'cache-fra1222-FRA',
82340npm verb headers 'x-cache': 'HIT',
82341npm verb headers 'x-cache-hits': '1',
82342npm verb headers 'x-timer': 'S1450870359.455485,VS0,VE100',
82343npm verb headers vary: 'Accept' }
82344npm verb get saving git-tools to /root/.npm/registry.npmjs.org/git-tools/.cache.json
82345npm verb cache add spec git-tools@^0.1.4
82346npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for git-tools
82347npm verb addNameRange registry:http://registry.npmjs.org/git-tools not in flight; fetching
82348npm http fetch 200 http://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz
82349npm verb get http://registry.npmjs.org/git-tools not expired, no request
82350npm verb addNamed "0.1.4" is a plain semver version for git-tools
82351npm verb addRemoteTarball http://registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz not in flight; adding
82352npm verb addRemoteTarball [ 'http://registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz',
82353npm verb addRemoteTarball '5e43e59443b8a5dedb39dba663da49e79f943978' ]
82354npm info retry fetch attempt 1 at 11:32:39
82355npm info attempt registry request try #1 at 11:32:39
82356npm http fetch GET http://registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz
82357npm http fetch 200 http://registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz
82358npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz not in flight; adding
82359npm verb addTmpTarball already have metadata; skipping unpack for git-tools@0.1.4
82360npm verb afterAdd /root/.npm/git-tools/0.1.4/package/package.json not in flight; writing
82361npm verb afterAdd /root/.npm/git-tools/0.1.4/package/package.json written
82362npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz not in flight; adding
82363npm verb addTmpTarball already have metadata; skipping unpack for moment-timezone@0.3.1
82364npm verb afterAdd /root/.npm/moment-timezone/0.3.1/package/package.json not in flight; writing
82365npm verb afterAdd /root/.npm/moment-timezone/0.3.1/package/package.json written
82366npm http 200 http://registry.npmjs.org/make-array
82367npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82368npm verb headers etag: '"9K8OV4AG7MR32IPI1M3K9F88G"',
82369npm verb headers 'content-type': 'application/json',
82370npm verb headers 'cache-control': 'max-age=300',
82371npm verb headers 'content-length': '7274',
82372npm verb headers 'accept-ranges': 'bytes',
82373npm verb headers date: 'Wed, 23 Dec 2015 11:32:40 GMT',
82374npm verb headers via: '1.1 varnish',
82375npm verb headers age: '0',
82376npm verb headers connection: 'keep-alive',
82377npm verb headers 'x-served-by': 'cache-fra1232-FRA',
82378npm verb headers 'x-cache': 'HIT',
82379npm verb headers 'x-cache-hits': '1',
82380npm verb headers 'x-timer': 'S1450870359.456134,VS0,VE692',
82381npm verb headers vary: 'Accept' }
82382npm verb get saving make-array to /root/.npm/registry.npmjs.org/make-array/.cache.json
82383npm verb cache add spec make-array@^0.1.2
82384npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for make-array
82385npm verb addNameRange registry:http://registry.npmjs.org/make-array not in flight; fetching
82386npm verb get http://registry.npmjs.org/make-array not expired, no request
82387npm verb addNamed "0.1.2" is a plain semver version for make-array
82388npm verb addRemoteTarball http://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz not in flight; adding
82389npm verb addRemoteTarball [ 'http://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz',
82390npm verb addRemoteTarball '335e36ebb0c5a43154d21213a1ecaeae2a1bb3ef' ]
82391npm info retry fetch attempt 1 at 11:32:40
82392npm info attempt registry request try #1 at 11:32:40
82393npm http fetch GET http://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz
82394npm http fetch 200 http://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz
82395npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/make-array/-/make-array-0.1.2.tgz not in flight; adding
82396npm verb addTmpTarball already have metadata; skipping unpack for make-array@0.1.2
82397npm verb afterAdd /root/.npm/make-array/0.1.2/package/package.json not in flight; writing
82398npm verb afterAdd /root/.npm/make-array/0.1.2/package/package.json written
82399npm verb cache add spec ansi-styles@^2.1.0
82400npm verb cache add spec has-ansi@^2.0.0
82401npm verb cache add spec strip-ansi@^3.0.0
82402npm verb cache add spec supports-color@^2.0.0
82403npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
82404npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
82405npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
82406npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
82407npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
82408npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
82409npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
82410npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
82411npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
82412npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
82413npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
82414npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
82415npm verb get http://registry.npmjs.org/has-ansi not expired, no request
82416npm verb addNamed "2.0.0" is a plain semver version for has-ansi
82417npm verb request uri http://registry.npmjs.org/supports-color
82418npm verb request no auth needed
82419npm info attempt registry request try #1 at 11:32:40
82420npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
82421npm http request GET http://registry.npmjs.org/supports-color
82422npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
82423npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
82424npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
82425npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
82426npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
82427npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
82428npm http 304 http://registry.npmjs.org/supports-color
82429npm verb headers { date: 'Wed, 23 Dec 2015 11:32:40 GMT',
82430npm verb headers via: '1.1 varnish',
82431npm verb headers 'cache-control': 'max-age=60',
82432npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
82433npm verb headers age: '10',
82434npm verb headers connection: 'keep-alive',
82435npm verb headers 'x-served-by': 'cache-fra1248-FRA',
82436npm verb headers 'x-cache': 'HIT',
82437npm verb headers 'x-cache-hits': '1',
82438npm verb headers 'x-timer': 'S1450870360.330670,VS0,VE0',
82439npm verb headers vary: 'Accept' }
82440npm verb etag http://registry.npmjs.org/supports-color from cache
82441npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
82442npm verb addNamed "2.0.0" is a plain semver version for supports-color
82443npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
82444npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
82445npm verb cache add spec ansi-regex@^2.0.0
82446npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
82447npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
82448npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
82449npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
82450npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
82451npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
82452npm verb request uri http://registry.npmjs.org/spawnback
82453npm verb request no auth needed
82454npm info attempt registry request try #1 at 11:32:40
82455npm http request GET http://registry.npmjs.org/spawnback
82456npm http 200 http://registry.npmjs.org/spawnback
82457npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82458npm verb headers etag: '"8DJSZWNPSHEC5PMEFPSUU90YI"',
82459npm verb headers 'content-type': 'application/json',
82460npm verb headers 'cache-control': 'max-age=300',
82461npm verb headers 'content-length': '3212',
82462npm verb headers 'accept-ranges': 'bytes',
82463npm verb headers date: 'Wed, 23 Dec 2015 11:32:40 GMT',
82464npm verb headers via: '1.1 varnish',
82465npm verb headers age: '0',
82466npm verb headers connection: 'keep-alive',
82467npm verb headers 'x-served-by': 'cache-fra1242-FRA',
82468npm verb headers 'x-cache': 'HIT',
82469npm verb headers 'x-cache-hits': '1',
82470npm verb headers 'x-timer': 'S1450870360.425683,VS0,VE98',
82471npm verb headers vary: 'Accept' }
82472npm verb get saving spawnback to /root/.npm/registry.npmjs.org/spawnback/.cache.json
82473npm verb cache add spec spawnback@~1.0.0
82474npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spawnback
82475npm verb addNameRange registry:http://registry.npmjs.org/spawnback not in flight; fetching
82476npm verb get http://registry.npmjs.org/spawnback not expired, no request
82477npm verb addNamed "1.0.0" is a plain semver version for spawnback
82478npm verb addRemoteTarball http://registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz not in flight; adding
82479npm verb addRemoteTarball [ 'http://registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz',
82480npm verb addRemoteTarball 'f73662f7e54d95367eca74d6426c677dd7ea686f' ]
82481npm info retry fetch attempt 1 at 11:32:40
82482npm info attempt registry request try #1 at 11:32:40
82483npm http fetch GET http://registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz
82484npm http fetch 200 http://registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz
82485npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz not in flight; adding
82486npm verb addTmpTarball already have metadata; skipping unpack for spawnback@1.0.0
82487npm verb afterAdd /root/.npm/spawnback/1.0.0/package/package.json not in flight; writing
82488npm verb afterAdd /root/.npm/spawnback/1.0.0/package/package.json written
82489npm verb request uri http://registry.npmjs.org/moment
82490npm verb request no auth needed
82491npm info attempt registry request try #1 at 11:32:40
82492npm http request GET http://registry.npmjs.org/moment
82493npm http 200 http://registry.npmjs.org/moment
82494npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82495npm verb headers etag: '"21H4D12QBAMRFPDN81DS4ZHR4"',
82496npm verb headers 'content-type': 'application/json',
82497npm verb headers 'cache-control': 'max-age=300',
82498npm verb headers 'content-length': '66835',
82499npm verb headers 'accept-ranges': 'bytes',
82500npm verb headers date: 'Wed, 23 Dec 2015 11:32:40 GMT',
82501npm verb headers via: '1.1 varnish',
82502npm verb headers age: '246',
82503npm verb headers connection: 'keep-alive',
82504npm verb headers 'x-served-by': 'cache-fra1231-FRA',
82505npm verb headers 'x-cache': 'HIT',
82506npm verb headers 'x-cache-hits': '1',
82507npm verb headers 'x-timer': 'S1450870360.644006,VS0,VE0',
82508npm verb headers vary: 'Accept' }
82509npm verb get saving moment to /root/.npm/registry.npmjs.org/moment/.cache.json
82510npm verb cache add spec moment@>= 2.6.0
82511npm verb addNamed ">=2.6.0" is a valid semver range for moment
82512npm verb addNameRange registry:http://registry.npmjs.org/moment not in flight; fetching
82513npm verb get http://registry.npmjs.org/moment not expired, no request
82514npm verb addNamed "2.10.6" is a plain semver version for moment
82515npm verb addRemoteTarball http://registry.npmjs.org/moment/-/moment-2.10.6.tgz not in flight; adding
82516npm verb addRemoteTarball [ 'http://registry.npmjs.org/moment/-/moment-2.10.6.tgz',
82517npm verb addRemoteTarball '6cb21967c79cba7b0ca5e66644f173662b3efa77' ]
82518npm info retry fetch attempt 1 at 11:32:40
82519npm info attempt registry request try #1 at 11:32:40
82520npm http fetch GET http://registry.npmjs.org/moment/-/moment-2.10.6.tgz
82521npm http fetch 200 http://registry.npmjs.org/moment/-/moment-2.10.6.tgz
82522npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/moment/-/moment-2.10.6.tgz not in flight; adding
82523npm verb addTmpTarball already have metadata; skipping unpack for moment@2.10.6
82524npm verb afterAdd /root/.npm/moment/2.10.6/package/package.json not in flight; writing
82525npm verb afterAdd /root/.npm/moment/2.10.6/package/package.json written
82526npm verb cache add spec broccoli-merge-trees@^0.2.1
82527npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for broccoli-merge-trees
82528npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
82529npm verb request uri http://registry.npmjs.org/broccoli-sass-source-maps
82530npm verb request no auth needed
82531npm info attempt registry request try #1 at 11:32:41
82532npm http request GET http://registry.npmjs.org/broccoli-sass-source-maps
82533npm verb request uri http://registry.npmjs.org/broccoli-merge-trees
82534npm verb request no auth needed
82535npm info attempt registry request try #1 at 11:32:41
82536npm verb etag "F20ZQ2BAC2FD4FW9ZFQFTDVWE"
82537npm http request GET http://registry.npmjs.org/broccoli-merge-trees
82538npm http 304 http://registry.npmjs.org/broccoli-merge-trees
82539npm verb headers { date: 'Wed, 23 Dec 2015 11:32:41 GMT',
82540npm verb headers via: '1.1 varnish',
82541npm verb headers 'cache-control': 'max-age=300',
82542npm verb headers etag: '"F20ZQ2BAC2FD4FW9ZFQFTDVWE"',
82543npm verb headers age: '86',
82544npm verb headers connection: 'keep-alive',
82545npm verb headers 'x-served-by': 'cache-fra1225-FRA',
82546npm verb headers 'x-cache': 'HIT',
82547npm verb headers 'x-cache-hits': '1',
82548npm verb headers 'x-timer': 'S1450870361.343783,VS0,VE0',
82549npm verb headers vary: 'Accept' }
82550npm verb etag http://registry.npmjs.org/broccoli-merge-trees from cache
82551npm verb get saving broccoli-merge-trees to /root/.npm/registry.npmjs.org/broccoli-merge-trees/.cache.json
82552npm verb addNamed "0.2.4" is a plain semver version for broccoli-merge-trees
82553npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json not in flight; writing
82554npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json written
82555npm http 200 http://registry.npmjs.org/broccoli-sass-source-maps
82556npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82557npm verb headers etag: '"D3XXPFK9J9G1C9YNKZEFMN6UT"',
82558npm verb headers 'content-type': 'application/json',
82559npm verb headers 'cache-control': 'max-age=300',
82560npm verb headers 'content-length': '23466',
82561npm verb headers 'accept-ranges': 'bytes',
82562npm verb headers date: 'Wed, 23 Dec 2015 11:32:41 GMT',
82563npm verb headers via: '1.1 varnish',
82564npm verb headers age: '0',
82565npm verb headers connection: 'keep-alive',
82566npm verb headers 'x-served-by': 'cache-fra1243-FRA',
82567npm verb headers 'x-cache': 'HIT',
82568npm verb headers 'x-cache-hits': '1',
82569npm verb headers 'x-timer': 'S1450870361.325919,VS0,VE172',
82570npm verb headers vary: 'Accept' }
82571npm verb get saving broccoli-sass-source-maps to /root/.npm/registry.npmjs.org/broccoli-sass-source-maps/.cache.json
82572npm verb cache add spec broccoli-sass-source-maps@^1.4.0
82573npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for broccoli-sass-source-maps
82574npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sass-source-maps not in flight; fetching
82575npm verb get http://registry.npmjs.org/broccoli-sass-source-maps not expired, no request
82576npm verb addNamed "1.5.1" is a plain semver version for broccoli-sass-source-maps
82577npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.5.1.tgz not in flight; adding
82578npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.5.1.tgz',
82579npm verb addRemoteTarball '00d5c266e34f5de71dc49e2a6f1824ade7d8723e' ]
82580npm info retry fetch attempt 1 at 11:32:41
82581npm info attempt registry request try #1 at 11:32:41
82582npm http fetch GET http://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.5.1.tgz
82583npm http fetch 200 http://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.5.1.tgz
82584npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.5.1.tgz not in flight; adding
82585npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sass-source-maps@1.5.1
82586npm verb afterAdd /root/.npm/broccoli-sass-source-maps/1.5.1/package/package.json not in flight; writing
82587npm verb afterAdd /root/.npm/broccoli-sass-source-maps/1.5.1/package/package.json written
82588npm verb cache add spec mkdirp@^0.3.5
82589npm verb cache add spec object-assign@^2.0.0
82590npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
82591npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
82592npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object-assign
82593npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
82594npm verb request uri http://registry.npmjs.org/node-sass
82595npm verb request no auth needed
82596npm info attempt registry request try #1 at 11:32:41
82597npm http request GET http://registry.npmjs.org/node-sass
82598npm verb request uri http://registry.npmjs.org/object-assign
82599npm verb request no auth needed
82600npm info attempt registry request try #1 at 11:32:41
82601npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
82602npm http request GET http://registry.npmjs.org/object-assign
82603npm verb get http://registry.npmjs.org/mkdirp not expired, no request
82604npm verb addNamed "0.3.5" is a plain semver version for mkdirp
82605npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
82606npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
82607npm http 304 http://registry.npmjs.org/object-assign
82608npm verb headers { date: 'Wed, 23 Dec 2015 11:32:41 GMT',
82609npm verb headers via: '1.1 varnish',
82610npm verb headers 'cache-control': 'max-age=60',
82611npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
82612npm verb headers age: '37',
82613npm verb headers connection: 'keep-alive',
82614npm verb headers 'x-served-by': 'cache-fra1243-FRA',
82615npm verb headers 'x-cache': 'HIT',
82616npm verb headers 'x-cache-hits': '9',
82617npm verb headers 'x-timer': 'S1450870361.703409,VS0,VE0',
82618npm verb headers vary: 'Accept' }
82619npm verb etag http://registry.npmjs.org/object-assign from cache
82620npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
82621npm verb addNamed "2.1.1" is a plain semver version for object-assign
82622npm verb addRemoteTarball http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
82623npm verb addRemoteTarball [ 'http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz',
82624npm verb addRemoteTarball '43c36e5d569ff8e4816c4efa8be02d26967c18aa' ]
82625npm info retry fetch attempt 1 at 11:32:41
82626npm info attempt registry request try #1 at 11:32:41
82627npm http fetch GET http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
82628npm http fetch 200 http://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz
82629npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz not in flight; adding
82630npm verb addTmpTarball already have metadata; skipping unpack for object-assign@2.1.1
82631npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json not in flight; writing
82632npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json written
82633npm http 200 http://registry.npmjs.org/node-sass
82634npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82635npm verb headers etag: '"D4CSBYXLTASPFR8U0VPYSIOL4"',
82636npm verb headers 'content-type': 'application/json',
82637npm verb headers 'cache-control': 'max-age=300',
82638npm verb headers 'content-length': '156531',
82639npm verb headers 'accept-ranges': 'bytes',
82640npm verb headers date: 'Wed, 23 Dec 2015 11:32:41 GMT',
82641npm verb headers via: '1.1 varnish',
82642npm verb headers age: '64',
82643npm verb headers connection: 'keep-alive',
82644npm verb headers 'x-served-by': 'cache-fra1243-FRA',
82645npm verb headers 'x-cache': 'HIT',
82646npm verb headers 'x-cache-hits': '1',
82647npm verb headers 'x-timer': 'S1450870361.686564,VS0,VE0',
82648npm verb headers vary: 'Accept' }
82649npm verb get saving node-sass to /root/.npm/registry.npmjs.org/node-sass/.cache.json
82650npm verb cache add spec node-sass@^3.4.1
82651npm verb addNamed ">=3.4.1 <4.0.0" is a valid semver range for node-sass
82652npm verb addNameRange registry:http://registry.npmjs.org/node-sass not in flight; fetching
82653npm verb get http://registry.npmjs.org/node-sass not expired, no request
82654npm verb addNamed "3.4.2" is a plain semver version for node-sass
82655npm verb addRemoteTarball http://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz not in flight; adding
82656npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz',
82657npm verb addRemoteTarball 'ef61069927f1578ae51408ed60298449c4cdd294' ]
82658npm info retry fetch attempt 1 at 11:32:41
82659npm info attempt registry request try #1 at 11:32:41
82660npm http fetch GET http://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz
82661npm http fetch 200 http://registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz
82662npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/node-sass/-/node-sass-3.4.2.tgz not in flight; adding
82663npm verb addTmpTarball already have metadata; skipping unpack for node-sass@3.4.2
82664npm verb afterAdd /root/.npm/node-sass/3.4.2/package/package.json not in flight; writing
82665npm verb afterAdd /root/.npm/node-sass/3.4.2/package/package.json written
82666npm verb cache add spec chalk@^1.1.1
82667npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for chalk
82668npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
82669npm verb request uri http://registry.npmjs.org/async-foreach
82670npm verb request no auth needed
82671npm info attempt registry request try #1 at 11:32:42
82672npm http request GET http://registry.npmjs.org/async-foreach
82673npm verb request uri http://registry.npmjs.org/cross-spawn
82674npm verb request no auth needed
82675npm info attempt registry request try #1 at 11:32:42
82676npm http request GET http://registry.npmjs.org/cross-spawn
82677npm verb request uri http://registry.npmjs.org/gaze
82678npm verb request no auth needed
82679npm info attempt registry request try #1 at 11:32:42
82680npm http request GET http://registry.npmjs.org/gaze
82681npm verb request uri http://registry.npmjs.org/meow
82682npm verb request no auth needed
82683npm info attempt registry request try #1 at 11:32:42
82684npm http request GET http://registry.npmjs.org/meow
82685npm verb request uri http://registry.npmjs.org/nan
82686npm verb request no auth needed
82687npm info attempt registry request try #1 at 11:32:42
82688npm http request GET http://registry.npmjs.org/nan
82689npm verb request uri http://registry.npmjs.org/npmconf
82690npm verb request no auth needed
82691npm info attempt registry request try #1 at 11:32:42
82692npm http request GET http://registry.npmjs.org/npmconf
82693npm verb request uri http://registry.npmjs.org/node-gyp
82694npm verb request no auth needed
82695npm info attempt registry request try #1 at 11:32:42
82696npm http request GET http://registry.npmjs.org/node-gyp
82697npm verb request uri http://registry.npmjs.org/request
82698npm verb request no auth needed
82699npm info attempt registry request try #1 at 11:32:42
82700npm http request GET http://registry.npmjs.org/request
82701npm verb request uri http://registry.npmjs.org/sass-graph
82702npm verb request no auth needed
82703npm info attempt registry request try #1 at 11:32:42
82704npm http request GET http://registry.npmjs.org/sass-graph
82705npm verb request uri http://registry.npmjs.org/chalk
82706npm verb request no auth needed
82707npm info attempt registry request try #1 at 11:32:42
82708npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
82709npm http request GET http://registry.npmjs.org/chalk
82710npm http 304 http://registry.npmjs.org/chalk
82711npm verb headers { date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82712npm verb headers via: '1.1 varnish',
82713npm verb headers 'cache-control': 'max-age=300',
82714npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
82715npm verb headers age: '115',
82716npm verb headers connection: 'keep-alive',
82717npm verb headers 'x-served-by': 'cache-fra1226-FRA',
82718npm verb headers 'x-cache': 'HIT',
82719npm verb headers 'x-cache-hits': '15',
82720npm verb headers 'x-timer': 'S1450870362.441869,VS0,VE0',
82721npm verb headers vary: 'Accept' }
82722npm verb etag http://registry.npmjs.org/chalk from cache
82723npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
82724npm http 200 http://registry.npmjs.org/cross-spawn
82725npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82726npm verb headers etag: '"295RTQHEGRQNKGID58J9H8EAU"',
82727npm verb headers 'content-type': 'application/json',
82728npm verb headers 'cache-control': 'max-age=300',
82729npm verb headers 'content-length': '38015',
82730npm verb headers 'accept-ranges': 'bytes',
82731npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82732npm verb headers via: '1.1 varnish',
82733npm verb headers age: '96',
82734npm verb headers connection: 'keep-alive',
82735npm verb headers 'x-served-by': 'cache-fra1231-FRA',
82736npm verb headers 'x-cache': 'HIT',
82737npm verb headers 'x-cache-hits': '2',
82738npm verb headers 'x-timer': 'S1450870362.430291,VS0,VE0',
82739npm verb headers vary: 'Accept' }
82740npm verb get saving cross-spawn to /root/.npm/registry.npmjs.org/cross-spawn/.cache.json
82741npm verb addNamed "1.1.1" is a plain semver version for chalk
82742npm http 200 http://registry.npmjs.org/meow
82743npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82744npm verb headers etag: '"6GSXZJYFFWVTUQF2OP0V5M4L7"',
82745npm verb headers 'content-type': 'application/json',
82746npm verb headers 'cache-control': 'max-age=300',
82747npm verb headers 'content-length': '18661',
82748npm verb headers 'accept-ranges': 'bytes',
82749npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82750npm verb headers via: '1.1 varnish',
82751npm verb headers age: '72',
82752npm verb headers connection: 'keep-alive',
82753npm verb headers 'x-served-by': 'cache-fra1241-FRA',
82754npm verb headers 'x-cache': 'HIT',
82755npm verb headers 'x-cache-hits': '4',
82756npm verb headers 'x-timer': 'S1450870362.430570,VS0,VE0',
82757npm verb headers vary: 'Accept' }
82758npm verb get saving meow to /root/.npm/registry.npmjs.org/meow/.cache.json
82759npm verb cache add spec cross-spawn@^2.0.0
82760npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cross-spawn
82761npm verb addNameRange registry:http://registry.npmjs.org/cross-spawn not in flight; fetching
82762npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
82763npm verb get http://registry.npmjs.org/cross-spawn not expired, no request
82764npm verb addNamed "2.1.0" is a plain semver version for cross-spawn
82765npm verb addRemoteTarball http://registry.npmjs.org/cross-spawn/-/cross-spawn-2.1.0.tgz not in flight; adding
82766npm verb addRemoteTarball [ 'http://registry.npmjs.org/cross-spawn/-/cross-spawn-2.1.0.tgz',
82767npm verb addRemoteTarball '9bc27f40423e98a445efe9269983e4f4055cde3a' ]
82768npm http 200 http://registry.npmjs.org/request
82769npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82770npm verb headers etag: '"B8OG7OU08VCUULF14VHFO0LKK"',
82771npm verb headers 'content-type': 'application/json',
82772npm verb headers 'cache-control': 'max-age=300',
82773npm verb headers 'content-length': '180639',
82774npm verb headers 'accept-ranges': 'bytes',
82775npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82776npm verb headers via: '1.1 varnish',
82777npm verb headers age: '38',
82778npm verb headers connection: 'keep-alive',
82779npm verb headers 'x-served-by': 'cache-fra1247-FRA',
82780npm verb headers 'x-cache': 'HIT',
82781npm verb headers 'x-cache-hits': '1',
82782npm verb headers 'x-timer': 'S1450870362.435841,VS0,VE0',
82783npm verb headers vary: 'Accept' }
82784npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
82785npm http 200 http://registry.npmjs.org/nan
82786npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82787npm verb headers etag: '"7CEDVJA24M9BXRU7SU6WRSW4M"',
82788npm verb headers 'content-type': 'application/json',
82789npm verb headers 'cache-control': 'max-age=60',
82790npm verb headers 'content-length': '100080',
82791npm verb headers 'accept-ranges': 'bytes',
82792npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82793npm verb headers via: '1.1 varnish',
82794npm verb headers age: '36',
82795npm verb headers connection: 'keep-alive',
82796npm verb headers 'x-served-by': 'cache-fra1243-FRA',
82797npm verb headers 'x-cache': 'HIT',
82798npm verb headers 'x-cache-hits': '4',
82799npm verb headers 'x-timer': 'S1450870362.430715,VS0,VE0',
82800npm verb headers vary: 'Accept' }
82801npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
82802npm http 200 http://registry.npmjs.org/async-foreach
82803npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82804npm verb headers etag: '"D4Y7DVRRS4BGMDFHINGML5CWI"',
82805npm verb headers 'content-type': 'application/json',
82806npm verb headers 'cache-control': 'max-age=300',
82807npm verb headers 'content-length': '13445',
82808npm verb headers 'accept-ranges': 'bytes',
82809npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82810npm verb headers via: '1.1 varnish',
82811npm verb headers age: '144',
82812npm verb headers connection: 'keep-alive',
82813npm verb headers 'x-served-by': 'cache-fra1221-FRA',
82814npm verb headers 'x-cache': 'HIT',
82815npm verb headers 'x-cache-hits': '1',
82816npm verb headers 'x-timer': 'S1450870362.430328,VS0,VE0',
82817npm verb headers vary: 'Accept' }
82818npm verb get saving async-foreach to /root/.npm/registry.npmjs.org/async-foreach/.cache.json
82819npm http 200 http://registry.npmjs.org/sass-graph
82820npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82821npm verb headers etag: '"3JX9P3S7UTLIHJJCFMORPR2N"',
82822npm verb headers 'content-type': 'application/json',
82823npm verb headers 'cache-control': 'max-age=300',
82824npm verb headers 'content-length': '16556',
82825npm verb headers 'accept-ranges': 'bytes',
82826npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82827npm verb headers via: '1.1 varnish',
82828npm verb headers age: '177',
82829npm verb headers connection: 'keep-alive',
82830npm verb headers 'x-served-by': 'cache-fra1248-FRA',
82831npm verb headers 'x-cache': 'HIT',
82832npm verb headers 'x-cache-hits': '3',
82833npm verb headers 'x-timer': 'S1450870362.431301,VS0,VE0',
82834npm verb headers vary: 'Accept' }
82835npm verb get saving sass-graph to /root/.npm/registry.npmjs.org/sass-graph/.cache.json
82836npm info retry fetch attempt 1 at 11:32:42
82837npm info attempt registry request try #1 at 11:32:42
82838npm http fetch GET http://registry.npmjs.org/cross-spawn/-/cross-spawn-2.1.0.tgz
82839npm verb cache add spec meow@^3.3.0
82840npm verb addNamed ">=3.3.0 <4.0.0" is a valid semver range for meow
82841npm verb addNameRange registry:http://registry.npmjs.org/meow not in flight; fetching
82842npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
82843npm verb get http://registry.npmjs.org/meow not expired, no request
82844npm verb addNamed "3.6.0" is a plain semver version for meow
82845npm verb addRemoteTarball http://registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
82846npm verb addRemoteTarball [ 'http://registry.npmjs.org/meow/-/meow-3.6.0.tgz',
82847npm verb addRemoteTarball 'e7a535295cb89db0e0782428e55fa8615bf9e150' ]
82848npm http fetch 200 http://registry.npmjs.org/cross-spawn/-/cross-spawn-2.1.0.tgz
82849npm verb cache add spec request@^2.61.0
82850npm verb addNamed ">=2.61.0 <3.0.0" is a valid semver range for request
82851npm verb addNameRange registry:http://registry.npmjs.org/request not in flight; fetching
82852npm verb cache add spec nan@^2.0.8
82853npm verb addNamed ">=2.0.8 <3.0.0" is a valid semver range for nan
82854npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
82855npm verb cache add spec async-foreach@^0.1.3
82856npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for async-foreach
82857npm verb addNameRange registry:http://registry.npmjs.org/async-foreach not in flight; fetching
82858npm verb cache add spec sass-graph@^2.0.1
82859npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for sass-graph
82860npm verb addNameRange registry:http://registry.npmjs.org/sass-graph not in flight; fetching
82861npm http 200 http://registry.npmjs.org/node-gyp
82862npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82863npm verb headers etag: '"4GJIY8V2I54LIPVRJK7FWS3DD"',
82864npm verb headers 'content-type': 'application/json',
82865npm verb headers 'cache-control': 'max-age=300',
82866npm verb headers 'content-length': '129013',
82867npm verb headers 'accept-ranges': 'bytes',
82868npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82869npm verb headers via: '1.1 varnish',
82870npm verb headers age: '85',
82871npm verb headers connection: 'keep-alive',
82872npm verb headers 'x-served-by': 'cache-fra1232-FRA',
82873npm verb headers 'x-cache': 'HIT',
82874npm verb headers 'x-cache-hits': '2',
82875npm verb headers 'x-timer': 'S1450870362.430886,VS0,VE0',
82876npm verb headers vary: 'Accept' }
82877npm verb get saving node-gyp to /root/.npm/registry.npmjs.org/node-gyp/.cache.json
82878npm http 200 http://registry.npmjs.org/npmconf
82879npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82880npm verb headers etag: '"BCJGZTO6DWJS3OL63R8VZG32S"',
82881npm verb headers 'content-type': 'application/json',
82882npm verb headers 'cache-control': 'max-age=300',
82883npm verb headers 'content-length': '75578',
82884npm verb headers 'accept-ranges': 'bytes',
82885npm verb headers date: 'Wed, 23 Dec 2015 11:32:42 GMT',
82886npm verb headers via: '1.1 varnish',
82887npm verb headers age: '122',
82888npm verb headers connection: 'keep-alive',
82889npm verb headers 'x-served-by': 'cache-fra1226-FRA',
82890npm verb headers 'x-cache': 'HIT',
82891npm verb headers 'x-cache-hits': '5',
82892npm verb headers 'x-timer': 'S1450870362.430775,VS0,VE0',
82893npm verb headers vary: 'Accept' }
82894npm verb get saving npmconf to /root/.npm/registry.npmjs.org/npmconf/.cache.json
82895npm info retry fetch attempt 1 at 11:32:42
82896npm info attempt registry request try #1 at 11:32:42
82897npm http fetch GET http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
82898npm verb get http://registry.npmjs.org/request not expired, no request
82899npm verb addNamed "2.67.0" is a plain semver version for request
82900npm verb get http://registry.npmjs.org/async-foreach not expired, no request
82901npm verb addNamed "0.1.3" is a plain semver version for async-foreach
82902npm verb get http://registry.npmjs.org/nan not expired, no request
82903npm verb addNamed "2.1.0" is a plain semver version for nan
82904npm verb get http://registry.npmjs.org/sass-graph not expired, no request
82905npm verb addNamed "2.0.1" is a plain semver version for sass-graph
82906npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cross-spawn/-/cross-spawn-2.1.0.tgz not in flight; adding
82907npm verb addTmpTarball already have metadata; skipping unpack for cross-spawn@2.1.0
82908npm verb addRemoteTarball http://registry.npmjs.org/request/-/request-2.67.0.tgz not in flight; adding
82909npm verb addRemoteTarball [ 'http://registry.npmjs.org/request/-/request-2.67.0.tgz',
82910npm verb addRemoteTarball '8af74780e2bf11ea0ae9aa965c11f11afd272742' ]
82911npm verb addRemoteTarball http://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz not in flight; adding
82912npm verb addRemoteTarball [ 'http://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz',
82913npm verb addRemoteTarball '36121f845c0578172de419a97dbeb1d16ec34542' ]
82914npm verb addRemoteTarball http://registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
82915npm verb addRemoteTarball [ 'http://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
82916npm verb addRemoteTarball '020a7ccedc63fdee85f85967d5607849e74abbe8' ]
82917npm verb addRemoteTarball http://registry.npmjs.org/sass-graph/-/sass-graph-2.0.1.tgz not in flight; adding
82918npm verb addRemoteTarball [ 'http://registry.npmjs.org/sass-graph/-/sass-graph-2.0.1.tgz',
82919npm verb addRemoteTarball '5cee7ce09f1feff0dee47391fadb99fc41aeb094' ]
82920npm http fetch 200 http://registry.npmjs.org/meow/-/meow-3.6.0.tgz
82921npm info retry fetch attempt 1 at 11:32:42
82922npm info attempt registry request try #1 at 11:32:42
82923npm http fetch GET http://registry.npmjs.org/request/-/request-2.67.0.tgz
82924npm info retry fetch attempt 1 at 11:32:42
82925npm info attempt registry request try #1 at 11:32:42
82926npm http fetch GET http://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz
82927npm info retry fetch attempt 1 at 11:32:42
82928npm info attempt registry request try #1 at 11:32:42
82929npm http fetch GET http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
82930npm info retry fetch attempt 1 at 11:32:42
82931npm info attempt registry request try #1 at 11:32:42
82932npm http fetch GET http://registry.npmjs.org/sass-graph/-/sass-graph-2.0.1.tgz
82933npm verb cache add spec node-gyp@^3.0.1
82934npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for node-gyp
82935npm verb addNameRange registry:http://registry.npmjs.org/node-gyp not in flight; fetching
82936npm verb cache add spec npmconf@^2.1.2
82937npm verb addNamed ">=2.1.2 <3.0.0" is a valid semver range for npmconf
82938npm verb addNameRange registry:http://registry.npmjs.org/npmconf not in flight; fetching
82939npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/meow/-/meow-3.6.0.tgz not in flight; adding
82940npm verb addTmpTarball already have metadata; skipping unpack for meow@3.6.0
82941npm http fetch 200 http://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz
82942npm http fetch 200 http://registry.npmjs.org/request/-/request-2.67.0.tgz
82943npm http fetch 200 http://registry.npmjs.org/nan/-/nan-2.1.0.tgz
82944npm http fetch 200 http://registry.npmjs.org/sass-graph/-/sass-graph-2.0.1.tgz
82945npm verb get http://registry.npmjs.org/node-gyp not expired, no request
82946npm verb addNamed "3.2.1" is a plain semver version for node-gyp
82947npm verb afterAdd /root/.npm/cross-spawn/2.1.0/package/package.json not in flight; writing
82948npm verb get http://registry.npmjs.org/npmconf not expired, no request
82949npm verb addNamed "2.1.2" is a plain semver version for npmconf
82950npm verb addRemoteTarball http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz not in flight; adding
82951npm verb addRemoteTarball [ 'http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz',
82952npm verb addRemoteTarball 'f5dd569970a508464cc3c15d7e9e8d2de8638dd5' ]
82953npm verb addRemoteTarball http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
82954npm verb addRemoteTarball [ 'http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz',
82955npm verb addRemoteTarball '66606a4a736f1e77a059aa071a79c94ab781853a' ]
82956npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz not in flight; adding
82957npm verb addTmpTarball already have metadata; skipping unpack for async-foreach@0.1.3
82958npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sass-graph/-/sass-graph-2.0.1.tgz not in flight; adding
82959npm verb addTmpTarball already have metadata; skipping unpack for sass-graph@2.0.1
82960npm info retry fetch attempt 1 at 11:32:42
82961npm info attempt registry request try #1 at 11:32:42
82962npm http fetch GET http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
82963npm info retry fetch attempt 1 at 11:32:42
82964npm info attempt registry request try #1 at 11:32:42
82965npm http fetch GET http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
82966npm verb afterAdd /root/.npm/cross-spawn/2.1.0/package/package.json written
82967npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/request/-/request-2.67.0.tgz not in flight; adding
82968npm verb addTmpTarball already have metadata; skipping unpack for request@2.67.0
82969npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json not in flight; writing
82970npm http fetch 200 http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz
82971npm verb afterAdd /root/.npm/meow/3.6.0/package/package.json written
82972npm http fetch 200 http://registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz
82973npm verb afterAdd /root/.npm/async-foreach/0.1.3/package/package.json not in flight; writing
82974npm verb afterAdd /root/.npm/sass-graph/2.0.1/package/package.json not in flight; writing
82975npm verb afterAdd /root/.npm/request/2.67.0/package/package.json not in flight; writing
82976npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
82977npm verb addTmpTarball already have metadata; skipping unpack for nan@2.1.0
82978npm verb afterAdd /root/.npm/async-foreach/0.1.3/package/package.json written
82979npm verb afterAdd /root/.npm/sass-graph/2.0.1/package/package.json written
82980npm verb afterAdd /root/.npm/request/2.67.0/package/package.json written
82981npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/npmconf/-/npmconf-2.1.2.tgz not in flight; adding
82982npm verb addTmpTarball already have metadata; skipping unpack for npmconf@2.1.2
82983npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
82984npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json not in flight; writing
82985npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
82986npm verb afterAdd /root/.npm/npmconf/2.1.2/package/package.json written
82987npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz not in flight; adding
82988npm verb addTmpTarball already have metadata; skipping unpack for node-gyp@3.2.1
82989npm verb afterAdd /root/.npm/node-gyp/3.2.1/package/package.json not in flight; writing
82990npm verb afterAdd /root/.npm/node-gyp/3.2.1/package/package.json written
82991npm http 200 http://registry.npmjs.org/gaze
82992npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
82993npm verb headers etag: '"8LVTN7FE3K1ZI518JH6BVSA6O"',
82994npm verb headers 'content-type': 'application/json',
82995npm verb headers 'cache-control': 'max-age=60',
82996npm verb headers 'content-length': '48616',
82997npm verb headers 'accept-ranges': 'bytes',
82998npm verb headers date: 'Wed, 23 Dec 2015 11:32:43 GMT',
82999npm verb headers via: '1.1 varnish',
83000npm verb headers age: '0',
83001npm verb headers connection: 'keep-alive',
83002npm verb headers 'x-served-by': 'cache-fra1234-FRA',
83003npm verb headers 'x-cache': 'HIT',
83004npm verb headers 'x-cache-hits': '2',
83005npm verb headers 'x-timer': 'S1450870362.430286,VS0,VE738',
83006npm verb headers vary: 'Accept' }
83007npm verb get saving gaze to /root/.npm/registry.npmjs.org/gaze/.cache.json
83008npm verb cache add spec gaze@^0.5.1
83009npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for gaze
83010npm verb addNameRange registry:http://registry.npmjs.org/gaze not in flight; fetching
83011npm verb get http://registry.npmjs.org/gaze not expired, no request
83012npm verb addNamed "0.5.2" is a plain semver version for gaze
83013npm verb addRemoteTarball http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
83014npm verb addRemoteTarball [ 'http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz',
83015npm verb addRemoteTarball '40b709537d24d1d45767db5a908689dfe69ac44f' ]
83016npm info retry fetch attempt 1 at 11:32:43
83017npm info attempt registry request try #1 at 11:32:43
83018npm http fetch GET http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
83019npm http fetch 200 http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz
83020npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/gaze/-/gaze-0.5.2.tgz not in flight; adding
83021npm verb addTmpTarball already have metadata; skipping unpack for gaze@0.5.2
83022npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json not in flight; writing
83023npm verb afterAdd /root/.npm/gaze/0.5.2/package/package.json written
83024npm verb cache add spec ansi-styles@^2.1.0
83025npm verb cache add spec has-ansi@^2.0.0
83026npm verb cache add spec strip-ansi@^3.0.0
83027npm verb cache add spec supports-color@^2.0.0
83028npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
83029npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
83030npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
83031npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
83032npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
83033npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
83034npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
83035npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
83036npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
83037npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
83038npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
83039npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
83040npm verb get http://registry.npmjs.org/has-ansi not expired, no request
83041npm verb addNamed "2.0.0" is a plain semver version for has-ansi
83042npm verb get http://registry.npmjs.org/supports-color not expired, no request
83043npm verb addNamed "2.0.0" is a plain semver version for supports-color
83044npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
83045npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
83046npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
83047npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
83048npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
83049npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
83050npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
83051npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
83052npm verb cache add spec ansi-regex@^2.0.0
83053npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
83054npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
83055npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
83056npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
83057npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
83058npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
83059npm verb request uri http://registry.npmjs.org/spawn-sync
83060npm verb request no auth needed
83061npm info attempt registry request try #1 at 11:32:43
83062npm http request GET http://registry.npmjs.org/spawn-sync
83063npm http 200 http://registry.npmjs.org/spawn-sync
83064npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83065npm verb headers etag: '"E4GNYQBD5KPR6ZDLFIB8V7365"',
83066npm verb headers 'content-type': 'application/json',
83067npm verb headers 'cache-control': 'max-age=60',
83068npm verb headers 'content-length': '21598',
83069npm verb headers 'accept-ranges': 'bytes',
83070npm verb headers date: 'Wed, 23 Dec 2015 11:32:43 GMT',
83071npm verb headers via: '1.1 varnish',
83072npm verb headers age: '17',
83073npm verb headers connection: 'keep-alive',
83074npm verb headers 'x-served-by': 'cache-fra1235-FRA',
83075npm verb headers 'x-cache': 'HIT',
83076npm verb headers 'x-cache-hits': '1',
83077npm verb headers 'x-timer': 'S1450870363.455420,VS0,VE0',
83078npm verb headers vary: 'Accept' }
83079npm verb get saving spawn-sync to /root/.npm/registry.npmjs.org/spawn-sync/.cache.json
83080npm verb cache add spec spawn-sync@1.0.13
83081npm verb addNamed "1.0.13" is a plain semver version for spawn-sync
83082npm verb addNameVersion registry:http://registry.npmjs.org/spawn-sync not in flight; fetching
83083npm verb get http://registry.npmjs.org/spawn-sync not expired, no request
83084npm verb addRemoteTarball http://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.13.tgz not in flight; adding
83085npm verb addRemoteTarball [ 'http://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.13.tgz',
83086npm verb addRemoteTarball '904091b9ad48a0f3afb0e84752154c01e82fd8d8' ]
83087npm info retry fetch attempt 1 at 11:32:43
83088npm info attempt registry request try #1 at 11:32:43
83089npm http fetch GET http://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.13.tgz
83090npm http fetch 200 http://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.13.tgz
83091npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.13.tgz not in flight; adding
83092npm verb addTmpTarball already have metadata; skipping unpack for spawn-sync@1.0.13
83093npm verb afterAdd /root/.npm/spawn-sync/1.0.13/package/package.json not in flight; writing
83094npm verb afterAdd /root/.npm/spawn-sync/1.0.13/package/package.json written
83095npm verb request uri http://registry.npmjs.org/concat-stream
83096npm verb request no auth needed
83097npm info attempt registry request try #1 at 11:32:43
83098npm http request GET http://registry.npmjs.org/concat-stream
83099npm verb request uri http://registry.npmjs.org/os-shim
83100npm verb request no auth needed
83101npm info attempt registry request try #1 at 11:32:43
83102npm http request GET http://registry.npmjs.org/os-shim
83103npm http 200 http://registry.npmjs.org/os-shim
83104npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83105npm verb headers etag: '"2YXQFX5LP3FUT3CVZVD90AORH"',
83106npm verb headers 'content-type': 'application/json',
83107npm verb headers 'cache-control': 'max-age=300',
83108npm verb headers 'content-length': '7205',
83109npm verb headers 'accept-ranges': 'bytes',
83110npm verb headers date: 'Wed, 23 Dec 2015 11:32:43 GMT',
83111npm verb headers via: '1.1 varnish',
83112npm verb headers age: '265',
83113npm verb headers connection: 'keep-alive',
83114npm verb headers 'x-served-by': 'cache-fra1221-FRA',
83115npm verb headers 'x-cache': 'HIT',
83116npm verb headers 'x-cache-hits': '5',
83117npm verb headers 'x-timer': 'S1450870363.630175,VS0,VE0',
83118npm verb headers vary: 'Accept' }
83119npm verb get saving os-shim to /root/.npm/registry.npmjs.org/os-shim/.cache.json
83120npm http 200 http://registry.npmjs.org/concat-stream
83121npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83122npm verb headers etag: '"BIB5EWCL6TFYI3CBLV6VQ5PHA"',
83123npm verb headers 'content-type': 'application/json',
83124npm verb headers 'cache-control': 'max-age=300',
83125npm verb headers 'content-length': '39409',
83126npm verb headers 'accept-ranges': 'bytes',
83127npm verb headers date: 'Wed, 23 Dec 2015 11:32:43 GMT',
83128npm verb headers via: '1.1 varnish',
83129npm verb headers age: '102',
83130npm verb headers connection: 'keep-alive',
83131npm verb headers 'x-served-by': 'cache-fra1225-FRA',
83132npm verb headers 'x-cache': 'HIT',
83133npm verb headers 'x-cache-hits': '4',
83134npm verb headers 'x-timer': 'S1450870363.623158,VS0,VE0',
83135npm verb headers vary: 'Accept' }
83136npm verb get saving concat-stream to /root/.npm/registry.npmjs.org/concat-stream/.cache.json
83137npm verb cache add spec os-shim@^0.1.2
83138npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for os-shim
83139npm verb addNameRange registry:http://registry.npmjs.org/os-shim not in flight; fetching
83140npm verb cache add spec concat-stream@^1.4.7
83141npm verb addNamed ">=1.4.7 <2.0.0" is a valid semver range for concat-stream
83142npm verb addNameRange registry:http://registry.npmjs.org/concat-stream not in flight; fetching
83143npm verb get http://registry.npmjs.org/os-shim not expired, no request
83144npm verb addNamed "0.1.3" is a plain semver version for os-shim
83145npm verb get http://registry.npmjs.org/concat-stream not expired, no request
83146npm verb addNamed "1.5.1" is a plain semver version for concat-stream
83147npm verb addRemoteTarball http://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz not in flight; adding
83148npm verb addRemoteTarball [ 'http://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz',
83149npm verb addRemoteTarball '6b62c3791cf7909ea35ed46e17658bb417cb3917' ]
83150npm verb addRemoteTarball http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz not in flight; adding
83151npm verb addRemoteTarball [ 'http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz',
83152npm verb addRemoteTarball 'f3b80acf9e1f48e3875c0688b41b6c31602eea1c' ]
83153npm info retry fetch attempt 1 at 11:32:43
83154npm info attempt registry request try #1 at 11:32:43
83155npm http fetch GET http://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz
83156npm info retry fetch attempt 1 at 11:32:43
83157npm info attempt registry request try #1 at 11:32:43
83158npm http fetch GET http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz
83159npm http fetch 200 http://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz
83160npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz not in flight; adding
83161npm verb addTmpTarball already have metadata; skipping unpack for os-shim@0.1.3
83162npm http fetch 200 http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz
83163npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz not in flight; adding
83164npm verb addTmpTarball already have metadata; skipping unpack for concat-stream@1.5.1
83165npm verb afterAdd /root/.npm/os-shim/0.1.3/package/package.json not in flight; writing
83166npm verb afterAdd /root/.npm/os-shim/0.1.3/package/package.json written
83167npm verb afterAdd /root/.npm/concat-stream/1.5.1/package/package.json not in flight; writing
83168npm verb afterAdd /root/.npm/concat-stream/1.5.1/package/package.json written
83169npm verb request uri http://registry.npmjs.org/typedarray
83170npm verb request no auth needed
83171npm info attempt registry request try #1 at 11:32:43
83172npm http request GET http://registry.npmjs.org/typedarray
83173npm http 200 http://registry.npmjs.org/typedarray
83174npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83175npm verb headers etag: '"6RFURVCQK0AVYAQYR6CSAQV0M"',
83176npm verb headers 'content-type': 'application/json',
83177npm verb headers 'cache-control': 'max-age=60',
83178npm verb headers 'content-length': '11304',
83179npm verb headers 'accept-ranges': 'bytes',
83180npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83181npm verb headers via: '1.1 varnish',
83182npm verb headers age: '0',
83183npm verb headers connection: 'keep-alive',
83184npm verb headers 'x-served-by': 'cache-fra1238-FRA',
83185npm verb headers 'x-cache': 'HIT',
83186npm verb headers 'x-cache-hits': '1',
83187npm verb headers 'x-timer': 'S1450870363.791502,VS0,VE402',
83188npm verb headers vary: 'Accept' }
83189npm verb get saving typedarray to /root/.npm/registry.npmjs.org/typedarray/.cache.json
83190npm verb cache add spec typedarray@~0.0.5
83191npm verb addNamed ">=0.0.5 <0.1.0" is a valid semver range for typedarray
83192npm verb addNameRange registry:http://registry.npmjs.org/typedarray not in flight; fetching
83193npm verb get http://registry.npmjs.org/typedarray not expired, no request
83194npm verb addNamed "0.0.6" is a plain semver version for typedarray
83195npm verb addRemoteTarball http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
83196npm verb addRemoteTarball [ 'http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz',
83197npm verb addRemoteTarball '867ac74e3864187b1d3d47d996a78ec5c8830777' ]
83198npm info retry fetch attempt 1 at 11:32:44
83199npm info attempt registry request try #1 at 11:32:44
83200npm http fetch GET http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
83201npm http fetch 200 http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
83202npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz not in flight; adding
83203npm verb addTmpTarball already have metadata; skipping unpack for typedarray@0.0.6
83204npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json not in flight; writing
83205npm verb afterAdd /root/.npm/typedarray/0.0.6/package/package.json written
83206npm verb request uri http://registry.npmjs.org/globule
83207npm verb request no auth needed
83208npm info attempt registry request try #1 at 11:32:44
83209npm http request GET http://registry.npmjs.org/globule
83210npm http 200 http://registry.npmjs.org/globule
83211npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83212npm verb headers etag: '"4MRHUL3PZOWAT3TXB1JGH9YUM"',
83213npm verb headers 'content-type': 'application/json',
83214npm verb headers 'cache-control': 'max-age=300',
83215npm verb headers 'content-length': '21150',
83216npm verb headers 'accept-ranges': 'bytes',
83217npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83218npm verb headers via: '1.1 varnish',
83219npm verb headers age: '1',
83220npm verb headers connection: 'keep-alive',
83221npm verb headers 'x-served-by': 'cache-fra1244-FRA',
83222npm verb headers 'x-cache': 'HIT',
83223npm verb headers 'x-cache-hits': '1',
83224npm verb headers 'x-timer': 'S1450870364.313112,VS0,VE0',
83225npm verb headers vary: 'Accept' }
83226npm verb get saving globule to /root/.npm/registry.npmjs.org/globule/.cache.json
83227npm verb cache add spec globule@~0.1.0
83228npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for globule
83229npm verb addNameRange registry:http://registry.npmjs.org/globule not in flight; fetching
83230npm verb get http://registry.npmjs.org/globule not expired, no request
83231npm verb addNamed "0.1.0" is a plain semver version for globule
83232npm verb addRemoteTarball http://registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
83233npm verb addRemoteTarball [ 'http://registry.npmjs.org/globule/-/globule-0.1.0.tgz',
83234npm verb addRemoteTarball 'd9c8edde1da79d125a151b79533b978676346ae5' ]
83235npm info retry fetch attempt 1 at 11:32:44
83236npm info attempt registry request try #1 at 11:32:44
83237npm http fetch GET http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
83238npm http fetch 200 http://registry.npmjs.org/globule/-/globule-0.1.0.tgz
83239npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/globule/-/globule-0.1.0.tgz not in flight; adding
83240npm verb addTmpTarball already have metadata; skipping unpack for globule@0.1.0
83241npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json not in flight; writing
83242npm verb afterAdd /root/.npm/globule/0.1.0/package/package.json written
83243npm verb cache add spec lodash@~1.0.1
83244npm verb cache add spec glob@~3.1.21
83245npm verb cache add spec minimatch@~0.2.11
83246npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for lodash
83247npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
83248npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
83249npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
83250npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
83251npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
83252npm verb get http://registry.npmjs.org/lodash not expired, no request
83253npm verb addNamed "1.0.2" is a plain semver version for lodash
83254npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
83255npm verb get http://registry.npmjs.org/glob not expired, no request
83256npm verb addNamed "3.1.21" is a plain semver version for glob
83257npm verb request uri http://registry.npmjs.org/minimatch
83258npm verb request no auth needed
83259npm info attempt registry request try #1 at 11:32:44
83260npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
83261npm http request GET http://registry.npmjs.org/minimatch
83262npm verb addRemoteTarball http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
83263npm verb addRemoteTarball [ 'http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz',
83264npm verb addRemoteTarball '8f57560c83b59fc270bd3d561b690043430e2551' ]
83265npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
83266npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
83267npm verb addRemoteTarball 'd29e0a055dea5138f4d07ed40e8982e83c2066cd' ]
83268npm info retry fetch attempt 1 at 11:32:44
83269npm info attempt registry request try #1 at 11:32:44
83270npm http fetch GET http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
83271npm info retry fetch attempt 1 at 11:32:44
83272npm info attempt registry request try #1 at 11:32:44
83273npm http fetch GET http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
83274npm http 304 http://registry.npmjs.org/minimatch
83275npm verb headers { date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83276npm verb headers via: '1.1 varnish',
83277npm verb headers 'cache-control': 'max-age=60',
83278npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
83279npm verb headers age: '17',
83280npm verb headers connection: 'keep-alive',
83281npm verb headers 'x-served-by': 'cache-fra1237-FRA',
83282npm verb headers 'x-cache': 'HIT',
83283npm verb headers 'x-cache-hits': '3',
83284npm verb headers 'x-timer': 'S1450870364.547553,VS0,VE0',
83285npm verb headers vary: 'Accept' }
83286npm verb etag http://registry.npmjs.org/minimatch from cache
83287npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
83288npm verb addNamed "0.2.14" is a plain semver version for minimatch
83289npm http fetch 200 http://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz
83290npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json not in flight; writing
83291npm http fetch 200 http://registry.npmjs.org/glob/-/glob-3.1.21.tgz
83292npm verb afterAdd /root/.npm/minimatch/0.2.14/package/package.json written
83293npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-3.1.21.tgz not in flight; adding
83294npm verb addTmpTarball already have metadata; skipping unpack for glob@3.1.21
83295npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json not in flight; writing
83296npm verb afterAdd /root/.npm/glob/3.1.21/package/package.json written
83297npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/lodash/-/lodash-1.0.2.tgz not in flight; adding
83298npm verb addTmpTarball already have metadata; skipping unpack for lodash@1.0.2
83299npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json not in flight; writing
83300npm verb afterAdd /root/.npm/lodash/1.0.2/package/package.json written
83301npm verb cache add spec graceful-fs@~1.2.0
83302npm verb cache add spec inherits@1
83303npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for graceful-fs
83304npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
83305npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
83306npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
83307npm verb request uri http://registry.npmjs.org/graceful-fs
83308npm verb request no auth needed
83309npm info attempt registry request try #1 at 11:32:44
83310npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
83311npm http request GET http://registry.npmjs.org/graceful-fs
83312npm verb request uri http://registry.npmjs.org/inherits
83313npm verb request no auth needed
83314npm info attempt registry request try #1 at 11:32:44
83315npm verb etag "CERC4URX8EKVASPFPHVBBMCEU"
83316npm http request GET http://registry.npmjs.org/inherits
83317npm http 304 http://registry.npmjs.org/graceful-fs
83318npm verb headers { date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83319npm verb headers via: '1.1 varnish',
83320npm verb headers 'cache-control': 'max-age=300',
83321npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
83322npm verb headers age: '220',
83323npm verb headers connection: 'keep-alive',
83324npm verb headers 'x-served-by': 'cache-fra1223-FRA',
83325npm verb headers 'x-cache': 'HIT',
83326npm verb headers 'x-cache-hits': '23',
83327npm verb headers 'x-timer': 'S1450870364.757533,VS0,VE0',
83328npm verb headers vary: 'Accept' }
83329npm verb etag http://registry.npmjs.org/graceful-fs from cache
83330npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
83331npm http 304 http://registry.npmjs.org/inherits
83332npm verb headers { date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83333npm verb headers via: '1.1 varnish',
83334npm verb headers 'cache-control': 'max-age=300',
83335npm verb headers etag: '"CERC4URX8EKVASPFPHVBBMCEU"',
83336npm verb headers age: '149',
83337npm verb headers connection: 'keep-alive',
83338npm verb headers 'x-served-by': 'cache-fra1222-FRA',
83339npm verb headers 'x-cache': 'HIT',
83340npm verb headers 'x-cache-hits': '20',
83341npm verb headers 'x-timer': 'S1450870364.765884,VS0,VE0',
83342npm verb headers vary: 'Accept' }
83343npm verb etag http://registry.npmjs.org/inherits from cache
83344npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
83345npm verb addNamed "1.0.2" is a plain semver version for inherits
83346npm verb addNamed "1.2.3" is a plain semver version for graceful-fs
83347npm verb addRemoteTarball http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
83348npm verb addRemoteTarball [ 'http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz',
83349npm verb addRemoteTarball 'ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b' ]
83350npm verb addRemoteTarball http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
83351npm verb addRemoteTarball [ 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz',
83352npm verb addRemoteTarball '15a4806a57547cb2d2dbf27f42e89a8c3451b364' ]
83353npm info retry fetch attempt 1 at 11:32:44
83354npm info attempt registry request try #1 at 11:32:44
83355npm http fetch GET http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
83356npm info retry fetch attempt 1 at 11:32:44
83357npm info attempt registry request try #1 at 11:32:44
83358npm http fetch GET http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
83359npm http fetch 200 http://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz
83360npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/inherits/-/inherits-1.0.2.tgz not in flight; adding
83361npm verb addTmpTarball already have metadata; skipping unpack for inherits@1.0.2
83362npm http fetch 200 http://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz
83363npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz not in flight; adding
83364npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@1.2.3
83365npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json not in flight; writing
83366npm verb afterAdd /root/.npm/inherits/1.0.2/package/package.json written
83367npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json not in flight; writing
83368npm verb afterAdd /root/.npm/graceful-fs/1.2.3/package/package.json written
83369npm verb cache add spec minimist@^1.1.3
83370npm verb cache add spec object-assign@^4.0.1
83371npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for minimist
83372npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
83373npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for object-assign
83374npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
83375npm verb request uri http://registry.npmjs.org/camelcase-keys
83376npm verb request no auth needed
83377npm info attempt registry request try #1 at 11:32:44
83378npm http request GET http://registry.npmjs.org/camelcase-keys
83379npm verb request uri http://registry.npmjs.org/loud-rejection
83380npm verb request no auth needed
83381npm info attempt registry request try #1 at 11:32:44
83382npm http request GET http://registry.npmjs.org/loud-rejection
83383npm verb request uri http://registry.npmjs.org/normalize-package-data
83384npm verb request no auth needed
83385npm info attempt registry request try #1 at 11:32:44
83386npm http request GET http://registry.npmjs.org/normalize-package-data
83387npm verb request uri http://registry.npmjs.org/read-pkg-up
83388npm verb request no auth needed
83389npm info attempt registry request try #1 at 11:32:44
83390npm http request GET http://registry.npmjs.org/read-pkg-up
83391npm verb request uri http://registry.npmjs.org/redent
83392npm verb request no auth needed
83393npm info attempt registry request try #1 at 11:32:44
83394npm http request GET http://registry.npmjs.org/redent
83395npm verb request uri http://registry.npmjs.org/trim-newlines
83396npm verb request no auth needed
83397npm info attempt registry request try #1 at 11:32:44
83398npm http request GET http://registry.npmjs.org/trim-newlines
83399npm verb request uri http://registry.npmjs.org/minimist
83400npm verb request no auth needed
83401npm info attempt registry request try #1 at 11:32:44
83402npm verb etag "EQHHJ88OJ3U8YH3II1EENI1FZ"
83403npm http request GET http://registry.npmjs.org/minimist
83404npm verb get http://registry.npmjs.org/object-assign not expired, no request
83405npm verb addNamed "4.0.1" is a plain semver version for object-assign
83406npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json not in flight; writing
83407npm http 200 http://registry.npmjs.org/camelcase-keys
83408npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83409npm verb headers etag: '"5Z24KYT9GSOFK7NNSPJRWENI7"',
83410npm verb headers 'content-type': 'application/json',
83411npm verb headers 'cache-control': 'max-age=300',
83412npm verb headers 'content-length': '4295',
83413npm verb headers 'accept-ranges': 'bytes',
83414npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83415npm verb headers via: '1.1 varnish',
83416npm verb headers age: '126',
83417npm verb headers connection: 'keep-alive',
83418npm verb headers 'x-served-by': 'cache-fra1248-FRA',
83419npm verb headers 'x-cache': 'HIT',
83420npm verb headers 'x-cache-hits': '7',
83421npm verb headers 'x-timer': 'S1450870364.974902,VS0,VE0',
83422npm verb headers vary: 'Accept' }
83423npm verb get saving camelcase-keys to /root/.npm/registry.npmjs.org/camelcase-keys/.cache.json
83424npm http 200 http://registry.npmjs.org/redent
83425npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83426npm verb headers etag: '"DA1E0ZHZ8S3WAWPCYNZAXWS81"',
83427npm verb headers 'content-type': 'application/json',
83428npm verb headers 'cache-control': 'max-age=300',
83429npm verb headers 'content-length': '2852',
83430npm verb headers 'accept-ranges': 'bytes',
83431npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83432npm verb headers via: '1.1 varnish',
83433npm verb headers age: '261',
83434npm verb headers connection: 'keep-alive',
83435npm verb headers 'x-served-by': 'cache-fra1226-FRA',
83436npm verb headers 'x-cache': 'HIT',
83437npm verb headers 'x-cache-hits': '12',
83438npm verb headers 'x-timer': 'S1450870364.975368,VS0,VE0',
83439npm verb headers vary: 'Accept' }
83440npm verb get saving redent to /root/.npm/registry.npmjs.org/redent/.cache.json
83441npm http 304 http://registry.npmjs.org/minimist
83442npm verb headers { date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83443npm verb headers via: '1.1 varnish',
83444npm verb headers 'cache-control': 'max-age=300',
83445npm verb headers etag: '"EQHHJ88OJ3U8YH3II1EENI1FZ"',
83446npm verb headers age: '271',
83447npm verb headers connection: 'keep-alive',
83448npm verb headers 'x-served-by': 'cache-fra1226-FRA',
83449npm verb headers 'x-cache': 'HIT',
83450npm verb headers 'x-cache-hits': '34',
83451npm verb headers 'x-timer': 'S1450870364.983961,VS0,VE0',
83452npm verb headers vary: 'Accept' }
83453npm verb etag http://registry.npmjs.org/minimist from cache
83454npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
83455npm verb afterAdd /root/.npm/object-assign/4.0.1/package/package.json written
83456npm verb cache add spec camelcase-keys@^2.0.0
83457npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase-keys
83458npm verb addNameRange registry:http://registry.npmjs.org/camelcase-keys not in flight; fetching
83459npm verb cache add spec redent@^1.0.0
83460npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for redent
83461npm verb addNameRange registry:http://registry.npmjs.org/redent not in flight; fetching
83462npm verb addNamed "1.2.0" is a plain semver version for minimist
83463npm http 200 http://registry.npmjs.org/normalize-package-data
83464npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83465npm verb headers etag: '"DLVB5OOQZAAHIHRJ979Q0CV4Q"',
83466npm verb headers 'content-type': 'application/json',
83467npm verb headers 'cache-control': 'max-age=300',
83468npm verb headers 'content-length': '60713',
83469npm verb headers 'accept-ranges': 'bytes',
83470npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83471npm verb headers via: '1.1 varnish',
83472npm verb headers age: '156',
83473npm verb headers connection: 'keep-alive',
83474npm verb headers 'x-served-by': 'cache-fra1224-FRA',
83475npm verb headers 'x-cache': 'HIT',
83476npm verb headers 'x-cache-hits': '6',
83477npm verb headers 'x-timer': 'S1450870364.975343,VS0,VE0',
83478npm verb headers vary: 'Accept' }
83479npm verb get saving normalize-package-data to /root/.npm/registry.npmjs.org/normalize-package-data/.cache.json
83480npm verb get http://registry.npmjs.org/redent not expired, no request
83481npm verb addNamed "1.0.0" is a plain semver version for redent
83482npm verb get http://registry.npmjs.org/camelcase-keys not expired, no request
83483npm verb addNamed "2.0.0" is a plain semver version for camelcase-keys
83484npm verb addRemoteTarball http://registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
83485npm verb addRemoteTarball [ 'http://registry.npmjs.org/redent/-/redent-1.0.0.tgz',
83486npm verb addRemoteTarball 'cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde' ]
83487npm verb addRemoteTarball http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
83488npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz',
83489npm verb addRemoteTarball 'ab87e740d72a1ffcb12a43cc04c14b39d549eab9' ]
83490npm http 200 http://registry.npmjs.org/read-pkg-up
83491npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83492npm verb headers etag: '"5QD3FQR7GT7X7OCP59SYP6U2Q"',
83493npm verb headers 'content-type': 'application/json',
83494npm verb headers 'cache-control': 'max-age=60',
83495npm verb headers 'content-length': '4149',
83496npm verb headers 'accept-ranges': 'bytes',
83497npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83498npm verb headers via: '1.1 varnish',
83499npm verb headers age: '57',
83500npm verb headers connection: 'keep-alive',
83501npm verb headers 'x-served-by': 'cache-fra1222-FRA',
83502npm verb headers 'x-cache': 'HIT',
83503npm verb headers 'x-cache-hits': '5',
83504npm verb headers 'x-timer': 'S1450870364.975412,VS0,VE0',
83505npm verb headers vary: 'Accept' }
83506npm verb get saving read-pkg-up to /root/.npm/registry.npmjs.org/read-pkg-up/.cache.json
83507npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json not in flight; writing
83508npm info retry fetch attempt 1 at 11:32:45
83509npm info attempt registry request try #1 at 11:32:45
83510npm http fetch GET http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
83511npm info retry fetch attempt 1 at 11:32:45
83512npm info attempt registry request try #1 at 11:32:45
83513npm http fetch GET http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
83514npm verb cache add spec normalize-package-data@^2.3.4
83515npm verb addNamed ">=2.3.4 <3.0.0" is a valid semver range for normalize-package-data
83516npm verb addNameRange registry:http://registry.npmjs.org/normalize-package-data not in flight; fetching
83517npm verb afterAdd /root/.npm/minimist/1.2.0/package/package.json written
83518npm http 200 http://registry.npmjs.org/trim-newlines
83519npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83520npm verb headers etag: '"8UKMJIXXKAEN7B8P7WW3I4W55"',
83521npm verb headers 'content-type': 'application/json',
83522npm verb headers 'cache-control': 'max-age=60',
83523npm verb headers 'content-length': '3092',
83524npm verb headers 'accept-ranges': 'bytes',
83525npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83526npm verb headers via: '1.1 varnish',
83527npm verb headers age: '0',
83528npm verb headers connection: 'keep-alive',
83529npm verb headers 'x-served-by': 'cache-fra1227-FRA',
83530npm verb headers 'x-cache': 'HIT',
83531npm verb headers 'x-cache-hits': '1',
83532npm verb headers 'x-timer': 'S1450870364.975198,VS0,VE106',
83533npm verb headers vary: 'Accept' }
83534npm verb get saving trim-newlines to /root/.npm/registry.npmjs.org/trim-newlines/.cache.json
83535npm http fetch 200 http://registry.npmjs.org/redent/-/redent-1.0.0.tgz
83536npm http fetch 200 http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz
83537npm verb cache add spec read-pkg-up@^1.0.1
83538npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for read-pkg-up
83539npm verb addNameRange registry:http://registry.npmjs.org/read-pkg-up not in flight; fetching
83540npm verb get http://registry.npmjs.org/normalize-package-data not expired, no request
83541npm verb addNamed "2.3.5" is a plain semver version for normalize-package-data
83542npm verb addRemoteTarball http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
83543npm verb addRemoteTarball [ 'http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz',
83544npm verb addRemoteTarball '8d924f142960e1777e7ffe170543631cc7cb02df' ]
83545npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz not in flight; adding
83546npm verb addTmpTarball already have metadata; skipping unpack for camelcase-keys@2.0.0
83547npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/redent/-/redent-1.0.0.tgz not in flight; adding
83548npm verb addTmpTarball already have metadata; skipping unpack for redent@1.0.0
83549npm verb get http://registry.npmjs.org/read-pkg-up not expired, no request
83550npm verb addNamed "1.0.1" is a plain semver version for read-pkg-up
83551npm verb addRemoteTarball http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
83552npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz',
83553npm verb addRemoteTarball '9d63c13276c065918d57f002a57f40a1b643fb02' ]
83554npm info retry fetch attempt 1 at 11:32:45
83555npm info attempt registry request try #1 at 11:32:45
83556npm http fetch GET http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
83557npm verb cache add spec trim-newlines@^1.0.0
83558npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-newlines
83559npm verb addNameRange registry:http://registry.npmjs.org/trim-newlines not in flight; fetching
83560npm info retry fetch attempt 1 at 11:32:45
83561npm info attempt registry request try #1 at 11:32:45
83562npm http fetch GET http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
83563npm verb get http://registry.npmjs.org/trim-newlines not expired, no request
83564npm verb addNamed "1.0.0" is a plain semver version for trim-newlines
83565npm http fetch 200 http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz
83566npm verb addRemoteTarball http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
83567npm verb addRemoteTarball [ 'http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz',
83568npm verb addRemoteTarball '5887966bb582a4503a41eb524f7d35011815a613' ]
83569npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json not in flight; writing
83570npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json not in flight; writing
83571npm http fetch 200 http://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
83572npm info retry fetch attempt 1 at 11:32:45
83573npm info attempt registry request try #1 at 11:32:45
83574npm http fetch GET http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
83575npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz not in flight; adding
83576npm verb addTmpTarball already have metadata; skipping unpack for normalize-package-data@2.3.5
83577npm verb afterAdd /root/.npm/redent/1.0.0/package/package.json written
83578npm verb afterAdd /root/.npm/camelcase-keys/2.0.0/package/package.json written
83579npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz not in flight; adding
83580npm verb addTmpTarball already have metadata; skipping unpack for read-pkg-up@1.0.1
83581npm http fetch 200 http://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
83582npm http 200 http://registry.npmjs.org/loud-rejection
83583npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83584npm verb headers etag: '"24IJOV7YQ4G75ZFHJB83AMVPZ"',
83585npm verb headers 'content-type': 'application/json',
83586npm verb headers 'cache-control': 'max-age=300',
83587npm verb headers 'content-length': '6830',
83588npm verb headers 'accept-ranges': 'bytes',
83589npm verb headers date: 'Wed, 23 Dec 2015 11:32:44 GMT',
83590npm verb headers via: '1.1 varnish',
83591npm verb headers age: '236',
83592npm verb headers connection: 'keep-alive',
83593npm verb headers 'x-served-by': 'cache-fra1228-FRA',
83594npm verb headers 'x-cache': 'HIT',
83595npm verb headers 'x-cache-hits': '11',
83596npm verb headers 'x-timer': 'S1450870364.975511,VS0,VE0',
83597npm verb headers vary: 'Accept' }
83598npm verb get saving loud-rejection to /root/.npm/registry.npmjs.org/loud-rejection/.cache.json
83599npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json not in flight; writing
83600npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz not in flight; adding
83601npm verb addTmpTarball already have metadata; skipping unpack for trim-newlines@1.0.0
83602npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json not in flight; writing
83603npm verb cache add spec loud-rejection@^1.0.0
83604npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for loud-rejection
83605npm verb addNameRange registry:http://registry.npmjs.org/loud-rejection not in flight; fetching
83606npm verb afterAdd /root/.npm/normalize-package-data/2.3.5/package/package.json written
83607npm verb afterAdd /root/.npm/read-pkg-up/1.0.1/package/package.json written
83608npm verb get http://registry.npmjs.org/loud-rejection not expired, no request
83609npm verb addNamed "1.2.0" is a plain semver version for loud-rejection
83610npm verb addRemoteTarball http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
83611npm verb addRemoteTarball [ 'http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz',
83612npm verb addRemoteTarball 'f4f87db6abec3b7fe47834531ecf6a011143e58d' ]
83613npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json not in flight; writing
83614npm info retry fetch attempt 1 at 11:32:45
83615npm info attempt registry request try #1 at 11:32:45
83616npm http fetch GET http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
83617npm verb afterAdd /root/.npm/trim-newlines/1.0.0/package/package.json written
83618npm http fetch 200 http://registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz
83619npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/loud-rejection/-/loud-rejection-1.2.0.tgz not in flight; adding
83620npm verb addTmpTarball already have metadata; skipping unpack for loud-rejection@1.2.0
83621npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json not in flight; writing
83622npm verb afterAdd /root/.npm/loud-rejection/1.2.0/package/package.json written
83623npm verb cache add spec camelcase@^2.0.0
83624npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for camelcase
83625npm verb addNameRange registry:http://registry.npmjs.org/camelcase not in flight; fetching
83626npm verb request uri http://registry.npmjs.org/map-obj
83627npm verb request no auth needed
83628npm info attempt registry request try #1 at 11:32:45
83629npm http request GET http://registry.npmjs.org/map-obj
83630npm verb request uri http://registry.npmjs.org/camelcase
83631npm verb request no auth needed
83632npm info attempt registry request try #1 at 11:32:45
83633npm verb etag "CS4J6GVTASMZWER2U0CJUSXRK"
83634npm http request GET http://registry.npmjs.org/camelcase
83635npm http 200 http://registry.npmjs.org/map-obj
83636npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83637npm verb headers etag: '"3TWI04PRYXLCI600XEYQOAS7T"',
83638npm verb headers 'content-type': 'application/json',
83639npm verb headers 'cache-control': 'max-age=300',
83640npm verb headers 'content-length': '3660',
83641npm verb headers 'accept-ranges': 'bytes',
83642npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83643npm verb headers via: '1.1 varnish',
83644npm verb headers age: '143',
83645npm verb headers connection: 'keep-alive',
83646npm verb headers 'x-served-by': 'cache-fra1232-FRA',
83647npm verb headers 'x-cache': 'HIT',
83648npm verb headers 'x-cache-hits': '13',
83649npm verb headers 'x-timer': 'S1450870365.363245,VS0,VE0',
83650npm verb headers vary: 'Accept' }
83651npm verb get saving map-obj to /root/.npm/registry.npmjs.org/map-obj/.cache.json
83652npm http 304 http://registry.npmjs.org/camelcase
83653npm verb headers { date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83654npm verb headers via: '1.1 varnish',
83655npm verb headers 'cache-control': 'max-age=300',
83656npm verb headers etag: '"CS4J6GVTASMZWER2U0CJUSXRK"',
83657npm verb headers age: '84',
83658npm verb headers connection: 'keep-alive',
83659npm verb headers 'x-served-by': 'cache-fra1228-FRA',
83660npm verb headers 'x-cache': 'HIT',
83661npm verb headers 'x-cache-hits': '8',
83662npm verb headers 'x-timer': 'S1450870365.372626,VS0,VE0',
83663npm verb headers vary: 'Accept' }
83664npm verb etag http://registry.npmjs.org/camelcase from cache
83665npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
83666npm verb addNamed "2.0.1" is a plain semver version for camelcase
83667npm verb addRemoteTarball http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
83668npm verb addRemoteTarball [ 'http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz',
83669npm verb addRemoteTarball '57568d687b8da56c4c1d17b4c74a3cee26d73aeb' ]
83670npm verb cache add spec map-obj@^1.0.0
83671npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for map-obj
83672npm verb addNameRange registry:http://registry.npmjs.org/map-obj not in flight; fetching
83673npm info retry fetch attempt 1 at 11:32:45
83674npm info attempt registry request try #1 at 11:32:45
83675npm http fetch GET http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
83676npm verb get http://registry.npmjs.org/map-obj not expired, no request
83677npm verb addNamed "1.0.1" is a plain semver version for map-obj
83678npm verb addRemoteTarball http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
83679npm verb addRemoteTarball [ 'http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz',
83680npm verb addRemoteTarball 'd933ceb9205d82bdcf4886f6742bdc2b4dea146d' ]
83681npm info retry fetch attempt 1 at 11:32:45
83682npm info attempt registry request try #1 at 11:32:45
83683npm http fetch GET http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
83684npm http fetch 200 http://registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz
83685npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/camelcase/-/camelcase-2.0.1.tgz not in flight; adding
83686npm verb addTmpTarball already have metadata; skipping unpack for camelcase@2.0.1
83687npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json not in flight; writing
83688npm verb afterAdd /root/.npm/camelcase/2.0.1/package/package.json written
83689npm http fetch 200 http://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
83690npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz not in flight; adding
83691npm verb addTmpTarball already have metadata; skipping unpack for map-obj@1.0.1
83692npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json not in flight; writing
83693npm verb afterAdd /root/.npm/map-obj/1.0.1/package/package.json written
83694npm verb request uri http://registry.npmjs.org/signal-exit
83695npm verb request no auth needed
83696npm info attempt registry request try #1 at 11:32:45
83697npm http request GET http://registry.npmjs.org/signal-exit
83698npm http 200 http://registry.npmjs.org/signal-exit
83699npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83700npm verb headers etag: '"91TBB4V2M8D2BZFQMLUIDL2NP"',
83701npm verb headers 'content-type': 'application/json',
83702npm verb headers 'cache-control': 'max-age=60',
83703npm verb headers 'content-length': '13277',
83704npm verb headers 'accept-ranges': 'bytes',
83705npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83706npm verb headers via: '1.1 varnish',
83707npm verb headers age: '38',
83708npm verb headers connection: 'keep-alive',
83709npm verb headers 'x-served-by': 'cache-fra1222-FRA',
83710npm verb headers 'x-cache': 'HIT',
83711npm verb headers 'x-cache-hits': '4',
83712npm verb headers 'x-timer': 'S1450870365.491170,VS0,VE0',
83713npm verb headers vary: 'Accept' }
83714npm verb get saving signal-exit to /root/.npm/registry.npmjs.org/signal-exit/.cache.json
83715npm verb cache add spec signal-exit@^2.1.2
83716npm verb addNamed ">=2.1.2 <3.0.0" is a valid semver range for signal-exit
83717npm verb addNameRange registry:http://registry.npmjs.org/signal-exit not in flight; fetching
83718npm verb get http://registry.npmjs.org/signal-exit not expired, no request
83719npm verb addNamed "2.1.2" is a plain semver version for signal-exit
83720npm verb addRemoteTarball http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
83721npm verb addRemoteTarball [ 'http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz',
83722npm verb addRemoteTarball '375879b1f92ebc3b334480d038dc546a6d558564' ]
83723npm info retry fetch attempt 1 at 11:32:45
83724npm info attempt registry request try #1 at 11:32:45
83725npm http fetch GET http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
83726npm http fetch 200 http://registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz
83727npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/signal-exit/-/signal-exit-2.1.2.tgz not in flight; adding
83728npm verb addTmpTarball already have metadata; skipping unpack for signal-exit@2.1.2
83729npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json not in flight; writing
83730npm verb afterAdd /root/.npm/signal-exit/2.1.2/package/package.json written
83731npm verb request uri http://registry.npmjs.org/hosted-git-info
83732npm verb request no auth needed
83733npm info attempt registry request try #1 at 11:32:45
83734npm http request GET http://registry.npmjs.org/hosted-git-info
83735npm verb request uri http://registry.npmjs.org/is-builtin-module
83736npm verb request no auth needed
83737npm info attempt registry request try #1 at 11:32:45
83738npm http request GET http://registry.npmjs.org/is-builtin-module
83739npm verb request uri http://registry.npmjs.org/validate-npm-package-license
83740npm verb request no auth needed
83741npm info attempt registry request try #1 at 11:32:45
83742npm http request GET http://registry.npmjs.org/validate-npm-package-license
83743npm http 200 http://registry.npmjs.org/hosted-git-info
83744npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83745npm verb headers etag: '"CTVPC6MTOOUB33OPF9OBO9WB7"',
83746npm verb headers 'content-type': 'application/json',
83747npm verb headers 'cache-control': 'max-age=60',
83748npm verb headers 'content-length': '24949',
83749npm verb headers 'accept-ranges': 'bytes',
83750npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83751npm verb headers via: '1.1 varnish',
83752npm verb headers age: '46',
83753npm verb headers connection: 'keep-alive',
83754npm verb headers 'x-served-by': 'cache-fra1226-FRA',
83755npm verb headers 'x-cache': 'HIT',
83756npm verb headers 'x-cache-hits': '3',
83757npm verb headers 'x-timer': 'S1450870365.627996,VS0,VE0',
83758npm verb headers vary: 'Accept' }
83759npm verb get saving hosted-git-info to /root/.npm/registry.npmjs.org/hosted-git-info/.cache.json
83760npm http 200 http://registry.npmjs.org/is-builtin-module
83761npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83762npm verb headers etag: '"4L9T4QO9EO4P4UL9ULUBO6GCN"',
83763npm verb headers 'content-type': 'application/json',
83764npm verb headers 'cache-control': 'max-age=60',
83765npm verb headers 'content-length': '2854',
83766npm verb headers 'accept-ranges': 'bytes',
83767npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83768npm verb headers via: '1.1 varnish',
83769npm verb headers age: '33',
83770npm verb headers connection: 'keep-alive',
83771npm verb headers 'x-served-by': 'cache-fra1225-FRA',
83772npm verb headers 'x-cache': 'HIT',
83773npm verb headers 'x-cache-hits': '3',
83774npm verb headers 'x-timer': 'S1450870365.628080,VS0,VE0',
83775npm verb headers vary: 'Accept' }
83776npm verb get saving is-builtin-module to /root/.npm/registry.npmjs.org/is-builtin-module/.cache.json
83777npm http 200 http://registry.npmjs.org/validate-npm-package-license
83778npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83779npm verb headers etag: '"9VLHJ3BOPKJY6WSN9PAJ3SS4Y"',
83780npm verb headers 'content-type': 'application/json',
83781npm verb headers 'cache-control': 'max-age=300',
83782npm verb headers 'content-length': '13324',
83783npm verb headers 'accept-ranges': 'bytes',
83784npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83785npm verb headers via: '1.1 varnish',
83786npm verb headers age: '141',
83787npm verb headers connection: 'keep-alive',
83788npm verb headers 'x-served-by': 'cache-fra1243-FRA',
83789npm verb headers 'x-cache': 'HIT',
83790npm verb headers 'x-cache-hits': '7',
83791npm verb headers 'x-timer': 'S1450870365.635195,VS0,VE0',
83792npm verb headers vary: 'Accept' }
83793npm verb get saving validate-npm-package-license to /root/.npm/registry.npmjs.org/validate-npm-package-license/.cache.json
83794npm verb cache add spec validate-npm-package-license@^3.0.1
83795npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for validate-npm-package-license
83796npm verb addNameRange registry:http://registry.npmjs.org/validate-npm-package-license not in flight; fetching
83797npm verb cache add spec hosted-git-info@^2.1.4
83798npm verb addNamed ">=2.1.4 <3.0.0" is a valid semver range for hosted-git-info
83799npm verb addNameRange registry:http://registry.npmjs.org/hosted-git-info not in flight; fetching
83800npm verb cache add spec is-builtin-module@^1.0.0
83801npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-builtin-module
83802npm verb addNameRange registry:http://registry.npmjs.org/is-builtin-module not in flight; fetching
83803npm verb get http://registry.npmjs.org/hosted-git-info not expired, no request
83804npm verb addNamed "2.1.4" is a plain semver version for hosted-git-info
83805npm verb get http://registry.npmjs.org/is-builtin-module not expired, no request
83806npm verb addNamed "1.0.0" is a plain semver version for is-builtin-module
83807npm verb get http://registry.npmjs.org/validate-npm-package-license not expired, no request
83808npm verb addNamed "3.0.1" is a plain semver version for validate-npm-package-license
83809npm verb addRemoteTarball http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
83810npm verb addRemoteTarball [ 'http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz',
83811npm verb addRemoteTarball 'd9e953b26988be88096c46e926494d9604c300f8' ]
83812npm verb addRemoteTarball http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
83813npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz',
83814npm verb addRemoteTarball '540572d34f7ac3119f8f76c30cbc1b1e037affbe' ]
83815npm verb addRemoteTarball http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
83816npm verb addRemoteTarball [ 'http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz',
83817npm verb addRemoteTarball '2804babe712ad3379459acfbe24746ab2c303fbc' ]
83818npm info retry fetch attempt 1 at 11:32:45
83819npm info attempt registry request try #1 at 11:32:45
83820npm http fetch GET http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
83821npm info retry fetch attempt 1 at 11:32:45
83822npm info attempt registry request try #1 at 11:32:45
83823npm http fetch GET http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
83824npm info retry fetch attempt 1 at 11:32:45
83825npm info attempt registry request try #1 at 11:32:45
83826npm http fetch GET http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
83827npm http fetch 200 http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz
83828npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz not in flight; adding
83829npm verb addTmpTarball already have metadata; skipping unpack for hosted-git-info@2.1.4
83830npm http fetch 200 http://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
83831npm http fetch 200 http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
83832npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz not in flight; adding
83833npm verb addTmpTarball already have metadata; skipping unpack for is-builtin-module@1.0.0
83834npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz not in flight; adding
83835npm verb addTmpTarball already have metadata; skipping unpack for validate-npm-package-license@3.0.1
83836npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json not in flight; writing
83837npm verb afterAdd /root/.npm/hosted-git-info/2.1.4/package/package.json written
83838npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json not in flight; writing
83839npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json not in flight; writing
83840npm verb afterAdd /root/.npm/is-builtin-module/1.0.0/package/package.json written
83841npm verb afterAdd /root/.npm/validate-npm-package-license/3.0.1/package/package.json written
83842npm verb request uri http://registry.npmjs.org/builtin-modules
83843npm verb request no auth needed
83844npm info attempt registry request try #1 at 11:32:45
83845npm http request GET http://registry.npmjs.org/builtin-modules
83846npm http 200 http://registry.npmjs.org/builtin-modules
83847npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83848npm verb headers etag: '"6RTL55CCOIYPPPGZKMTUMYSTD"',
83849npm verb headers 'content-type': 'application/json',
83850npm verb headers 'cache-control': 'max-age=60',
83851npm verb headers 'content-length': '5593',
83852npm verb headers 'accept-ranges': 'bytes',
83853npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83854npm verb headers via: '1.1 varnish',
83855npm verb headers age: '14',
83856npm verb headers connection: 'keep-alive',
83857npm verb headers 'x-served-by': 'cache-fra1243-FRA',
83858npm verb headers 'x-cache': 'HIT',
83859npm verb headers 'x-cache-hits': '2',
83860npm verb headers 'x-timer': 'S1450870365.833403,VS0,VE0',
83861npm verb headers vary: 'Accept' }
83862npm verb get saving builtin-modules to /root/.npm/registry.npmjs.org/builtin-modules/.cache.json
83863npm verb cache add spec builtin-modules@^1.0.0
83864npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for builtin-modules
83865npm verb addNameRange registry:http://registry.npmjs.org/builtin-modules not in flight; fetching
83866npm verb get http://registry.npmjs.org/builtin-modules not expired, no request
83867npm verb addNamed "1.1.0" is a plain semver version for builtin-modules
83868npm verb addRemoteTarball http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
83869npm verb addRemoteTarball [ 'http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz',
83870npm verb addRemoteTarball '1053955fd994a5746e525e4ac717b81caf07491c' ]
83871npm info retry fetch attempt 1 at 11:32:45
83872npm info attempt registry request try #1 at 11:32:45
83873npm http fetch GET http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
83874npm http fetch 200 http://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz
83875npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.0.tgz not in flight; adding
83876npm verb addTmpTarball already have metadata; skipping unpack for builtin-modules@1.1.0
83877npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json not in flight; writing
83878npm verb afterAdd /root/.npm/builtin-modules/1.1.0/package/package.json written
83879npm verb request uri http://registry.npmjs.org/spdx-correct
83880npm verb request no auth needed
83881npm info attempt registry request try #1 at 11:32:45
83882npm http request GET http://registry.npmjs.org/spdx-correct
83883npm verb request uri http://registry.npmjs.org/spdx-expression-parse
83884npm verb request no auth needed
83885npm info attempt registry request try #1 at 11:32:45
83886npm http request GET http://registry.npmjs.org/spdx-expression-parse
83887npm http 200 http://registry.npmjs.org/spdx-correct
83888npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83889npm verb headers etag: '"8INYDL4LXO8G0KRIRI9MTAQA0"',
83890npm verb headers 'content-type': 'application/json',
83891npm verb headers 'cache-control': 'max-age=60',
83892npm verb headers 'content-length': '10368',
83893npm verb headers 'accept-ranges': 'bytes',
83894npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83895npm verb headers via: '1.1 varnish',
83896npm verb headers age: '35',
83897npm verb headers connection: 'keep-alive',
83898npm verb headers 'x-served-by': 'cache-fra1226-FRA',
83899npm verb headers 'x-cache': 'HIT',
83900npm verb headers 'x-cache-hits': '1',
83901npm verb headers 'x-timer': 'S1450870365.948774,VS0,VE0',
83902npm verb headers vary: 'Accept' }
83903npm verb get saving spdx-correct to /root/.npm/registry.npmjs.org/spdx-correct/.cache.json
83904npm http 200 http://registry.npmjs.org/spdx-expression-parse
83905npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83906npm verb headers etag: '"AW37C9K88MLHQ0JQ0XELGWWTW"',
83907npm verb headers 'content-type': 'application/json',
83908npm verb headers 'cache-control': 'max-age=60',
83909npm verb headers 'content-length': '6704',
83910npm verb headers 'accept-ranges': 'bytes',
83911npm verb headers date: 'Wed, 23 Dec 2015 11:32:45 GMT',
83912npm verb headers via: '1.1 varnish',
83913npm verb headers age: '23',
83914npm verb headers connection: 'keep-alive',
83915npm verb headers 'x-served-by': 'cache-fra1231-FRA',
83916npm verb headers 'x-cache': 'HIT',
83917npm verb headers 'x-cache-hits': '1',
83918npm verb headers 'x-timer': 'S1450870365.956686,VS0,VE0',
83919npm verb headers vary: 'Accept' }
83920npm verb get saving spdx-expression-parse to /root/.npm/registry.npmjs.org/spdx-expression-parse/.cache.json
83921npm verb cache add spec spdx-correct@~1.0.0
83922npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-correct
83923npm verb addNameRange registry:http://registry.npmjs.org/spdx-correct not in flight; fetching
83924npm verb cache add spec spdx-expression-parse@~1.0.0
83925npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for spdx-expression-parse
83926npm verb addNameRange registry:http://registry.npmjs.org/spdx-expression-parse not in flight; fetching
83927npm verb get http://registry.npmjs.org/spdx-expression-parse not expired, no request
83928npm verb addNamed "1.0.2" is a plain semver version for spdx-expression-parse
83929npm verb get http://registry.npmjs.org/spdx-correct not expired, no request
83930npm verb addNamed "1.0.2" is a plain semver version for spdx-correct
83931npm verb addRemoteTarball http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
83932npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz',
83933npm verb addRemoteTarball 'd52b14b5e9670771440af225bcb563122ac452f6' ]
83934npm verb addRemoteTarball http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
83935npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz',
83936npm verb addRemoteTarball '4b3073d933ff51f3912f03ac5519498a4150db40' ]
83937npm info retry fetch attempt 1 at 11:32:46
83938npm info attempt registry request try #1 at 11:32:46
83939npm http fetch GET http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
83940npm info retry fetch attempt 1 at 11:32:46
83941npm info attempt registry request try #1 at 11:32:46
83942npm http fetch GET http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
83943npm http fetch 200 http://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz
83944npm http fetch 200 http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
83945npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz not in flight; adding
83946npm verb addTmpTarball already have metadata; skipping unpack for spdx-correct@1.0.2
83947npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz not in flight; adding
83948npm verb addTmpTarball already have metadata; skipping unpack for spdx-expression-parse@1.0.2
83949npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json not in flight; writing
83950npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json not in flight; writing
83951npm verb afterAdd /root/.npm/spdx-correct/1.0.2/package/package.json written
83952npm verb afterAdd /root/.npm/spdx-expression-parse/1.0.2/package/package.json written
83953npm verb request uri http://registry.npmjs.org/spdx-license-ids
83954npm verb request no auth needed
83955npm info attempt registry request try #1 at 11:32:46
83956npm http request GET http://registry.npmjs.org/spdx-license-ids
83957npm http 200 http://registry.npmjs.org/spdx-license-ids
83958npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83959npm verb headers etag: '"1KBBN5UDKMSSLDYCWFYXZJER0"',
83960npm verb headers 'content-type': 'application/json',
83961npm verb headers 'cache-control': 'max-age=60',
83962npm verb headers 'content-length': '11585',
83963npm verb headers 'accept-ranges': 'bytes',
83964npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
83965npm verb headers via: '1.1 varnish',
83966npm verb headers age: '60',
83967npm verb headers connection: 'keep-alive',
83968npm verb headers 'x-served-by': 'cache-fra1243-FRA',
83969npm verb headers 'x-cache': 'HIT',
83970npm verb headers 'x-cache-hits': '5',
83971npm verb headers 'x-timer': 'S1450870366.106897,VS0,VE0',
83972npm verb headers vary: 'Accept' }
83973npm verb get saving spdx-license-ids to /root/.npm/registry.npmjs.org/spdx-license-ids/.cache.json
83974npm verb cache add spec spdx-license-ids@^1.0.2
83975npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for spdx-license-ids
83976npm verb addNameRange registry:http://registry.npmjs.org/spdx-license-ids not in flight; fetching
83977npm verb get http://registry.npmjs.org/spdx-license-ids not expired, no request
83978npm verb addNamed "1.1.0" is a plain semver version for spdx-license-ids
83979npm verb addRemoteTarball http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
83980npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz',
83981npm verb addRemoteTarball '28694acdf39fe27de45143fff81f21f6c66d44ac' ]
83982npm info retry fetch attempt 1 at 11:32:46
83983npm info attempt registry request try #1 at 11:32:46
83984npm http fetch GET http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
83985npm http fetch 200 http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz
83986npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.1.0.tgz not in flight; adding
83987npm verb addTmpTarball already have metadata; skipping unpack for spdx-license-ids@1.1.0
83988npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json not in flight; writing
83989npm verb afterAdd /root/.npm/spdx-license-ids/1.1.0/package/package.json written
83990npm verb request uri http://registry.npmjs.org/spdx-exceptions
83991npm verb request no auth needed
83992npm info attempt registry request try #1 at 11:32:46
83993npm http request GET http://registry.npmjs.org/spdx-exceptions
83994npm http 200 http://registry.npmjs.org/spdx-exceptions
83995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
83996npm verb headers etag: '"B6QX5Q06RWAN1KHNJXMA6GNIA"',
83997npm verb headers 'content-type': 'application/json',
83998npm verb headers 'cache-control': 'max-age=300',
83999npm verb headers 'content-length': '6319',
84000npm verb headers 'accept-ranges': 'bytes',
84001npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84002npm verb headers via: '1.1 varnish',
84003npm verb headers age: '171',
84004npm verb headers connection: 'keep-alive',
84005npm verb headers 'x-served-by': 'cache-fra1248-FRA',
84006npm verb headers 'x-cache': 'HIT',
84007npm verb headers 'x-cache-hits': '9',
84008npm verb headers 'x-timer': 'S1450870366.217303,VS0,VE0',
84009npm verb headers vary: 'Accept' }
84010npm verb get saving spdx-exceptions to /root/.npm/registry.npmjs.org/spdx-exceptions/.cache.json
84011npm verb cache add spec spdx-exceptions@^1.0.4
84012npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for spdx-exceptions
84013npm verb addNameRange registry:http://registry.npmjs.org/spdx-exceptions not in flight; fetching
84014npm verb get http://registry.npmjs.org/spdx-exceptions not expired, no request
84015npm verb addNamed "1.0.4" is a plain semver version for spdx-exceptions
84016npm verb addRemoteTarball http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
84017npm verb addRemoteTarball [ 'http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz',
84018npm verb addRemoteTarball '220b84239119ae9045a892db81a83f4ce16f80fd' ]
84019npm info retry fetch attempt 1 at 11:32:46
84020npm info attempt registry request try #1 at 11:32:46
84021npm http fetch GET http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
84022npm http fetch 200 http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz
84023npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.4.tgz not in flight; adding
84024npm verb addTmpTarball already have metadata; skipping unpack for spdx-exceptions@1.0.4
84025npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json not in flight; writing
84026npm verb afterAdd /root/.npm/spdx-exceptions/1.0.4/package/package.json written
84027npm verb request uri http://registry.npmjs.org/find-up
84028npm verb request no auth needed
84029npm info attempt registry request try #1 at 11:32:46
84030npm http request GET http://registry.npmjs.org/find-up
84031npm verb request uri http://registry.npmjs.org/read-pkg
84032npm verb request no auth needed
84033npm info attempt registry request try #1 at 11:32:46
84034npm http request GET http://registry.npmjs.org/read-pkg
84035npm http 200 http://registry.npmjs.org/find-up
84036npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84037npm verb headers etag: '"2LEPDD8HQN785AF0A0ZE15MHK"',
84038npm verb headers 'content-type': 'application/json',
84039npm verb headers 'cache-control': 'max-age=60',
84040npm verb headers 'content-length': '4787',
84041npm verb headers 'accept-ranges': 'bytes',
84042npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84043npm verb headers via: '1.1 varnish',
84044npm verb headers age: '43',
84045npm verb headers connection: 'keep-alive',
84046npm verb headers 'x-served-by': 'cache-fra1232-FRA',
84047npm verb headers 'x-cache': 'HIT',
84048npm verb headers 'x-cache-hits': '2',
84049npm verb headers 'x-timer': 'S1450870366.335427,VS0,VE0',
84050npm verb headers vary: 'Accept' }
84051npm verb get saving find-up to /root/.npm/registry.npmjs.org/find-up/.cache.json
84052npm http 200 http://registry.npmjs.org/read-pkg
84053npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84054npm verb headers etag: '"64HB9U8J2HJXMJCO3QG6CLXW9"',
84055npm verb headers 'content-type': 'application/json',
84056npm verb headers 'cache-control': 'max-age=60',
84057npm verb headers 'content-length': '5018',
84058npm verb headers 'accept-ranges': 'bytes',
84059npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84060npm verb headers via: '1.1 varnish',
84061npm verb headers age: '22',
84062npm verb headers connection: 'keep-alive',
84063npm verb headers 'x-served-by': 'cache-fra1226-FRA',
84064npm verb headers 'x-cache': 'HIT',
84065npm verb headers 'x-cache-hits': '1',
84066npm verb headers 'x-timer': 'S1450870366.341824,VS0,VE0',
84067npm verb headers vary: 'Accept' }
84068npm verb get saving read-pkg to /root/.npm/registry.npmjs.org/read-pkg/.cache.json
84069npm verb cache add spec find-up@^1.0.0
84070npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for find-up
84071npm verb addNameRange registry:http://registry.npmjs.org/find-up not in flight; fetching
84072npm verb cache add spec read-pkg@^1.0.0
84073npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for read-pkg
84074npm verb addNameRange registry:http://registry.npmjs.org/read-pkg not in flight; fetching
84075npm verb get http://registry.npmjs.org/find-up not expired, no request
84076npm verb addNamed "1.1.0" is a plain semver version for find-up
84077npm verb get http://registry.npmjs.org/read-pkg not expired, no request
84078npm verb addNamed "1.1.0" is a plain semver version for read-pkg
84079npm verb addRemoteTarball http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
84080npm verb addRemoteTarball [ 'http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz',
84081npm verb addRemoteTarball 'a63b0eec4625a2902534898a5f9eec8aaed046e9' ]
84082npm verb addRemoteTarball http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
84083npm verb addRemoteTarball [ 'http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz',
84084npm verb addRemoteTarball 'f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28' ]
84085npm info retry fetch attempt 1 at 11:32:46
84086npm info attempt registry request try #1 at 11:32:46
84087npm http fetch GET http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
84088npm info retry fetch attempt 1 at 11:32:46
84089npm info attempt registry request try #1 at 11:32:46
84090npm http fetch GET http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
84091npm http fetch 200 http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz
84092npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/find-up/-/find-up-1.1.0.tgz not in flight; adding
84093npm verb addTmpTarball already have metadata; skipping unpack for find-up@1.1.0
84094npm http fetch 200 http://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
84095npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz not in flight; adding
84096npm verb addTmpTarball already have metadata; skipping unpack for read-pkg@1.1.0
84097npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json not in flight; writing
84098npm verb afterAdd /root/.npm/find-up/1.1.0/package/package.json written
84099npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json not in flight; writing
84100npm verb afterAdd /root/.npm/read-pkg/1.1.0/package/package.json written
84101npm verb cache add spec path-exists@^2.0.0
84102npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for path-exists
84103npm verb addNameRange registry:http://registry.npmjs.org/path-exists not in flight; fetching
84104npm verb request uri http://registry.npmjs.org/pinkie-promise
84105npm verb request no auth needed
84106npm info attempt registry request try #1 at 11:32:46
84107npm http request GET http://registry.npmjs.org/pinkie-promise
84108npm verb request uri http://registry.npmjs.org/path-exists
84109npm verb request no auth needed
84110npm info attempt registry request try #1 at 11:32:46
84111npm verb etag "B6A16QA42GOTP8I2G30OR84F9"
84112npm http request GET http://registry.npmjs.org/path-exists
84113npm http 200 http://registry.npmjs.org/pinkie-promise
84114npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84115npm verb headers etag: '"7ZHBBXWEAUCIJIMRCUNROKXSN"',
84116npm verb headers 'content-type': 'application/json',
84117npm verb headers 'cache-control': 'max-age=60',
84118npm verb headers 'content-length': '3839',
84119npm verb headers 'accept-ranges': 'bytes',
84120npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84121npm verb headers via: '1.1 varnish',
84122npm verb headers age: '46',
84123npm verb headers connection: 'keep-alive',
84124npm verb headers 'x-served-by': 'cache-fra1247-FRA',
84125npm verb headers 'x-cache': 'HIT',
84126npm verb headers 'x-cache-hits': '5',
84127npm verb headers 'x-timer': 'S1450870366.496108,VS0,VE0',
84128npm verb headers vary: 'Accept' }
84129npm verb get saving pinkie-promise to /root/.npm/registry.npmjs.org/pinkie-promise/.cache.json
84130npm http 304 http://registry.npmjs.org/path-exists
84131npm verb headers { date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84132npm verb headers via: '1.1 varnish',
84133npm verb headers 'cache-control': 'max-age=60',
84134npm verb headers etag: '"B6A16QA42GOTP8I2G30OR84F9"',
84135npm verb headers age: '49',
84136npm verb headers connection: 'keep-alive',
84137npm verb headers 'x-served-by': 'cache-fra1235-FRA',
84138npm verb headers 'x-cache': 'HIT',
84139npm verb headers 'x-cache-hits': '4',
84140npm verb headers 'x-timer': 'S1450870366.505790,VS0,VE0',
84141npm verb headers vary: 'Accept' }
84142npm verb etag http://registry.npmjs.org/path-exists from cache
84143npm verb get saving path-exists to /root/.npm/registry.npmjs.org/path-exists/.cache.json
84144npm verb cache add spec pinkie-promise@^2.0.0
84145npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie-promise
84146npm verb addNameRange registry:http://registry.npmjs.org/pinkie-promise not in flight; fetching
84147npm verb get http://registry.npmjs.org/pinkie-promise not expired, no request
84148npm verb addNamed "2.0.0" is a plain semver version for pinkie-promise
84149npm verb addRemoteTarball http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
84150npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz',
84151npm verb addRemoteTarball '4c83538de1f6e660c29e0a13446844f7a7e88259' ]
84152npm verb addNamed "2.1.0" is a plain semver version for path-exists
84153npm verb addRemoteTarball http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
84154npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz',
84155npm verb addRemoteTarball '0feb6c64f0fc518d9a754dd5efb62c7022761f4b' ]
84156npm info retry fetch attempt 1 at 11:32:46
84157npm info attempt registry request try #1 at 11:32:46
84158npm http fetch GET http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
84159npm info retry fetch attempt 1 at 11:32:46
84160npm info attempt registry request try #1 at 11:32:46
84161npm http fetch GET http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
84162npm http fetch 200 http://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz
84163npm http fetch 200 http://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
84164npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz not in flight; adding
84165npm verb addTmpTarball already have metadata; skipping unpack for pinkie-promise@2.0.0
84166npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz not in flight; adding
84167npm verb addTmpTarball already have metadata; skipping unpack for path-exists@2.1.0
84168npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json not in flight; writing
84169npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json not in flight; writing
84170npm verb afterAdd /root/.npm/pinkie-promise/2.0.0/package/package.json written
84171npm verb afterAdd /root/.npm/path-exists/2.1.0/package/package.json written
84172npm verb request uri http://registry.npmjs.org/pinkie
84173npm verb request no auth needed
84174npm info attempt registry request try #1 at 11:32:46
84175npm http request GET http://registry.npmjs.org/pinkie
84176npm http 200 http://registry.npmjs.org/pinkie
84177npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84178npm verb headers etag: '"DH1FZ8QTRCOC0CXGU6NC5ZXIV"',
84179npm verb headers 'content-type': 'application/json',
84180npm verb headers 'cache-control': 'max-age=60',
84181npm verb headers 'content-length': '10465',
84182npm verb headers 'accept-ranges': 'bytes',
84183npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84184npm verb headers via: '1.1 varnish',
84185npm verb headers age: '53',
84186npm verb headers connection: 'keep-alive',
84187npm verb headers 'x-served-by': 'cache-fra1220-FRA',
84188npm verb headers 'x-cache': 'HIT',
84189npm verb headers 'x-cache-hits': '5',
84190npm verb headers 'x-timer': 'S1450870366.628901,VS0,VE0',
84191npm verb headers vary: 'Accept' }
84192npm verb get saving pinkie to /root/.npm/registry.npmjs.org/pinkie/.cache.json
84193npm verb cache add spec pinkie@^2.0.0
84194npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pinkie
84195npm verb addNameRange registry:http://registry.npmjs.org/pinkie not in flight; fetching
84196npm verb get http://registry.npmjs.org/pinkie not expired, no request
84197npm verb addNamed "2.0.1" is a plain semver version for pinkie
84198npm verb addRemoteTarball http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
84199npm verb addRemoteTarball [ 'http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz',
84200npm verb addRemoteTarball '4236c86fc29f261c2045bbe81f78cbb2a5e8306c' ]
84201npm info retry fetch attempt 1 at 11:32:46
84202npm info attempt registry request try #1 at 11:32:46
84203npm http fetch GET http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
84204npm http fetch 200 http://registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz
84205npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pinkie/-/pinkie-2.0.1.tgz not in flight; adding
84206npm verb addTmpTarball already have metadata; skipping unpack for pinkie@2.0.1
84207npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json not in flight; writing
84208npm verb afterAdd /root/.npm/pinkie/2.0.1/package/package.json written
84209npm verb request uri http://registry.npmjs.org/load-json-file
84210npm verb request no auth needed
84211npm info attempt registry request try #1 at 11:32:46
84212npm http request GET http://registry.npmjs.org/load-json-file
84213npm verb request uri http://registry.npmjs.org/path-type
84214npm verb request no auth needed
84215npm info attempt registry request try #1 at 11:32:46
84216npm http request GET http://registry.npmjs.org/path-type
84217npm http 200 http://registry.npmjs.org/load-json-file
84218npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84219npm verb headers etag: '"8ZBP031JFIJSQUEBMAUAP5GYU"',
84220npm verb headers 'content-type': 'application/json',
84221npm verb headers 'cache-control': 'max-age=300',
84222npm verb headers 'content-length': '5590',
84223npm verb headers 'accept-ranges': 'bytes',
84224npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84225npm verb headers via: '1.1 varnish',
84226npm verb headers age: '24',
84227npm verb headers connection: 'keep-alive',
84228npm verb headers 'x-served-by': 'cache-fra1239-FRA',
84229npm verb headers 'x-cache': 'HIT',
84230npm verb headers 'x-cache-hits': '1',
84231npm verb headers 'x-timer': 'S1450870366.746963,VS0,VE0',
84232npm verb headers vary: 'Accept' }
84233npm verb get saving load-json-file to /root/.npm/registry.npmjs.org/load-json-file/.cache.json
84234npm http 200 http://registry.npmjs.org/path-type
84235npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84236npm verb headers etag: '"3SSPVM3JNI5SLN2VVWJVMJ8CT"',
84237npm verb headers 'content-type': 'application/json',
84238npm verb headers 'cache-control': 'max-age=60',
84239npm verb headers 'content-length': '4195',
84240npm verb headers 'accept-ranges': 'bytes',
84241npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84242npm verb headers via: '1.1 varnish',
84243npm verb headers age: '44',
84244npm verb headers connection: 'keep-alive',
84245npm verb headers 'x-served-by': 'cache-fra1235-FRA',
84246npm verb headers 'x-cache': 'HIT',
84247npm verb headers 'x-cache-hits': '4',
84248npm verb headers 'x-timer': 'S1450870366.757098,VS0,VE0',
84249npm verb headers vary: 'Accept' }
84250npm verb get saving path-type to /root/.npm/registry.npmjs.org/path-type/.cache.json
84251npm verb cache add spec load-json-file@^1.0.0
84252npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for load-json-file
84253npm verb addNameRange registry:http://registry.npmjs.org/load-json-file not in flight; fetching
84254npm verb cache add spec path-type@^1.0.0
84255npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-type
84256npm verb addNameRange registry:http://registry.npmjs.org/path-type not in flight; fetching
84257npm verb get http://registry.npmjs.org/load-json-file not expired, no request
84258npm verb addNamed "1.1.0" is a plain semver version for load-json-file
84259npm verb addRemoteTarball http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
84260npm verb addRemoteTarball [ 'http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz',
84261npm verb addRemoteTarball '956905708d58b4bab4c2261b04f59f31c99374c0' ]
84262npm verb get http://registry.npmjs.org/path-type not expired, no request
84263npm verb addNamed "1.1.0" is a plain semver version for path-type
84264npm verb addRemoteTarball http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
84265npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz',
84266npm verb addRemoteTarball '59c44f7ee491da704da415da5a4070ba4f8fe441' ]
84267npm info retry fetch attempt 1 at 11:32:46
84268npm info attempt registry request try #1 at 11:32:46
84269npm http fetch GET http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
84270npm info retry fetch attempt 1 at 11:32:46
84271npm info attempt registry request try #1 at 11:32:46
84272npm http fetch GET http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
84273npm http fetch 200 http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
84274npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz not in flight; adding
84275npm verb addTmpTarball already have metadata; skipping unpack for load-json-file@1.1.0
84276npm http fetch 200 http://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz
84277npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-type/-/path-type-1.1.0.tgz not in flight; adding
84278npm verb addTmpTarball already have metadata; skipping unpack for path-type@1.1.0
84279npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json not in flight; writing
84280npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json not in flight; writing
84281npm verb afterAdd /root/.npm/load-json-file/1.1.0/package/package.json written
84282npm verb afterAdd /root/.npm/path-type/1.1.0/package/package.json written
84283npm verb cache add spec graceful-fs@^4.1.2
84284npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
84285npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
84286npm verb request uri http://registry.npmjs.org/parse-json
84287npm verb request no auth needed
84288npm info attempt registry request try #1 at 11:32:46
84289npm http request GET http://registry.npmjs.org/parse-json
84290npm verb request uri http://registry.npmjs.org/pify
84291npm verb request no auth needed
84292npm info attempt registry request try #1 at 11:32:46
84293npm http request GET http://registry.npmjs.org/pify
84294npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
84295npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
84296npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
84297npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
84298npm http 200 http://registry.npmjs.org/pify
84299npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84300npm verb headers etag: '"6X8IIS8V32RAMSCN7NVJR4U2U"',
84301npm verb headers 'content-type': 'application/json',
84302npm verb headers 'cache-control': 'max-age=300',
84303npm verb headers 'content-length': '12230',
84304npm verb headers 'accept-ranges': 'bytes',
84305npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84306npm verb headers via: '1.1 varnish',
84307npm verb headers age: '248',
84308npm verb headers connection: 'keep-alive',
84309npm verb headers 'x-served-by': 'cache-fra1228-FRA',
84310npm verb headers 'x-cache': 'HIT',
84311npm verb headers 'x-cache-hits': '15',
84312npm verb headers 'x-timer': 'S1450870366.927654,VS0,VE0',
84313npm verb headers vary: 'Accept' }
84314npm verb get saving pify to /root/.npm/registry.npmjs.org/pify/.cache.json
84315npm http 200 http://registry.npmjs.org/parse-json
84316npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84317npm verb headers etag: '"B8DYXBSW0ZYE0NXM1F1FHEENH"',
84318npm verb headers 'content-type': 'application/json',
84319npm verb headers 'cache-control': 'max-age=60',
84320npm verb headers 'content-length': '8851',
84321npm verb headers 'accept-ranges': 'bytes',
84322npm verb headers date: 'Wed, 23 Dec 2015 11:32:46 GMT',
84323npm verb headers via: '1.1 varnish',
84324npm verb headers age: '58',
84325npm verb headers connection: 'keep-alive',
84326npm verb headers 'x-served-by': 'cache-fra1225-FRA',
84327npm verb headers 'x-cache': 'HIT',
84328npm verb headers 'x-cache-hits': '2',
84329npm verb headers 'x-timer': 'S1450870366.927502,VS0,VE0',
84330npm verb headers vary: 'Accept' }
84331npm verb get saving parse-json to /root/.npm/registry.npmjs.org/parse-json/.cache.json
84332npm verb cache add spec pify@^2.0.0
84333npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for pify
84334npm verb addNameRange registry:http://registry.npmjs.org/pify not in flight; fetching
84335npm verb cache add spec parse-json@^2.2.0
84336npm verb addNamed ">=2.2.0 <3.0.0" is a valid semver range for parse-json
84337npm verb addNameRange registry:http://registry.npmjs.org/parse-json not in flight; fetching
84338npm verb get http://registry.npmjs.org/pify not expired, no request
84339npm verb addNamed "2.3.0" is a plain semver version for pify
84340npm verb get http://registry.npmjs.org/parse-json not expired, no request
84341npm verb addNamed "2.2.0" is a plain semver version for parse-json
84342npm verb addRemoteTarball http://registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
84343npm verb addRemoteTarball [ 'http://registry.npmjs.org/pify/-/pify-2.3.0.tgz',
84344npm verb addRemoteTarball 'ed141a6ac043a849ea588498e7dca8b15330e90c' ]
84345npm verb addRemoteTarball http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
84346npm verb addRemoteTarball [ 'http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz',
84347npm verb addRemoteTarball 'f480f40434ef80741f8469099f8dea18f55a4dc9' ]
84348npm info retry fetch attempt 1 at 11:32:47
84349npm info attempt registry request try #1 at 11:32:47
84350npm http fetch GET http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
84351npm info retry fetch attempt 1 at 11:32:47
84352npm info attempt registry request try #1 at 11:32:47
84353npm http fetch GET http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
84354npm http fetch 200 http://registry.npmjs.org/pify/-/pify-2.3.0.tgz
84355npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pify/-/pify-2.3.0.tgz not in flight; adding
84356npm verb addTmpTarball already have metadata; skipping unpack for pify@2.3.0
84357npm http fetch 200 http://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
84358npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz not in flight; adding
84359npm verb addTmpTarball already have metadata; skipping unpack for parse-json@2.2.0
84360npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json not in flight; writing
84361npm verb afterAdd /root/.npm/pify/2.3.0/package/package.json written
84362npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json not in flight; writing
84363npm verb afterAdd /root/.npm/parse-json/2.2.0/package/package.json written
84364npm verb request uri http://registry.npmjs.org/error-ex
84365npm verb request no auth needed
84366npm info attempt registry request try #1 at 11:32:47
84367npm http request GET http://registry.npmjs.org/error-ex
84368npm http 200 http://registry.npmjs.org/error-ex
84369npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84370npm verb headers etag: '"3KHL3H4PFPF45QUYUC5S0Q79R"',
84371npm verb headers 'content-type': 'application/json',
84372npm verb headers 'cache-control': 'max-age=60',
84373npm verb headers 'content-length': '21464',
84374npm verb headers 'accept-ranges': 'bytes',
84375npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84376npm verb headers via: '1.1 varnish',
84377npm verb headers age: '54',
84378npm verb headers connection: 'keep-alive',
84379npm verb headers 'x-served-by': 'cache-fra1240-FRA',
84380npm verb headers 'x-cache': 'HIT',
84381npm verb headers 'x-cache-hits': '3',
84382npm verb headers 'x-timer': 'S1450870367.075009,VS0,VE0',
84383npm verb headers vary: 'Accept' }
84384npm verb get saving error-ex to /root/.npm/registry.npmjs.org/error-ex/.cache.json
84385npm verb cache add spec error-ex@^1.2.0
84386npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for error-ex
84387npm verb addNameRange registry:http://registry.npmjs.org/error-ex not in flight; fetching
84388npm verb get http://registry.npmjs.org/error-ex not expired, no request
84389npm verb addNamed "1.3.0" is a plain semver version for error-ex
84390npm verb addRemoteTarball http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
84391npm verb addRemoteTarball [ 'http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz',
84392npm verb addRemoteTarball 'e67b43f3e82c96ea3a584ffee0b9fc3325d802d9' ]
84393npm info retry fetch attempt 1 at 11:32:47
84394npm info attempt registry request try #1 at 11:32:47
84395npm http fetch GET http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
84396npm http fetch 200 http://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz
84397npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz not in flight; adding
84398npm verb addTmpTarball already have metadata; skipping unpack for error-ex@1.3.0
84399npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json not in flight; writing
84400npm verb afterAdd /root/.npm/error-ex/1.3.0/package/package.json written
84401npm verb request uri http://registry.npmjs.org/is-arrayish
84402npm verb request no auth needed
84403npm info attempt registry request try #1 at 11:32:47
84404npm http request GET http://registry.npmjs.org/is-arrayish
84405npm http 200 http://registry.npmjs.org/is-arrayish
84406npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84407npm verb headers etag: '"4U39Q2OL4AY3E7RFQIDZGZPUU"',
84408npm verb headers 'content-type': 'application/json',
84409npm verb headers 'cache-control': 'max-age=300',
84410npm verb headers 'content-length': '6271',
84411npm verb headers 'accept-ranges': 'bytes',
84412npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84413npm verb headers via: '1.1 varnish',
84414npm verb headers age: '259',
84415npm verb headers connection: 'keep-alive',
84416npm verb headers 'x-served-by': 'cache-fra1223-FRA',
84417npm verb headers 'x-cache': 'HIT',
84418npm verb headers 'x-cache-hits': '497',
84419npm verb headers 'x-timer': 'S1450870367.201946,VS0,VE0',
84420npm verb headers vary: 'Accept' }
84421npm verb get saving is-arrayish to /root/.npm/registry.npmjs.org/is-arrayish/.cache.json
84422npm verb cache add spec is-arrayish@^0.2.1
84423npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for is-arrayish
84424npm verb addNameRange registry:http://registry.npmjs.org/is-arrayish not in flight; fetching
84425npm verb get http://registry.npmjs.org/is-arrayish not expired, no request
84426npm verb addNamed "0.2.1" is a plain semver version for is-arrayish
84427npm verb addRemoteTarball http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
84428npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz',
84429npm verb addRemoteTarball '77c99840527aa8ecb1a8ba697b80645a7a926a9d' ]
84430npm info retry fetch attempt 1 at 11:32:47
84431npm info attempt registry request try #1 at 11:32:47
84432npm http fetch GET http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
84433npm http fetch 200 http://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz
84434npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz not in flight; adding
84435npm verb addTmpTarball already have metadata; skipping unpack for is-arrayish@0.2.1
84436npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json not in flight; writing
84437npm verb afterAdd /root/.npm/is-arrayish/0.2.1/package/package.json written
84438npm verb cache add spec graceful-fs@^4.1.2
84439npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
84440npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
84441npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
84442npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
84443npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
84444npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
84445npm verb request uri http://registry.npmjs.org/indent-string
84446npm verb request no auth needed
84447npm info attempt registry request try #1 at 11:32:47
84448npm http request GET http://registry.npmjs.org/indent-string
84449npm verb request uri http://registry.npmjs.org/strip-indent
84450npm verb request no auth needed
84451npm info attempt registry request try #1 at 11:32:47
84452npm http request GET http://registry.npmjs.org/strip-indent
84453npm http 200 http://registry.npmjs.org/indent-string
84454npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84455npm verb headers etag: '"84QNOCURLKKXGO825BTSHHENT"',
84456npm verb headers 'content-type': 'application/json',
84457npm verb headers 'cache-control': 'max-age=60',
84458npm verb headers 'content-length': '14968',
84459npm verb headers 'accept-ranges': 'bytes',
84460npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84461npm verb headers via: '1.1 varnish',
84462npm verb headers age: '57',
84463npm verb headers connection: 'keep-alive',
84464npm verb headers 'x-served-by': 'cache-fra1241-FRA',
84465npm verb headers 'x-cache': 'HIT',
84466npm verb headers 'x-cache-hits': '7',
84467npm verb headers 'x-timer': 'S1450870367.374971,VS0,VE0',
84468npm verb headers vary: 'Accept' }
84469npm verb get saving indent-string to /root/.npm/registry.npmjs.org/indent-string/.cache.json
84470npm http 200 http://registry.npmjs.org/strip-indent
84471npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84472npm verb headers etag: '"8BYR70TFNW2DI6ME4GK7YE8RA"',
84473npm verb headers 'content-type': 'application/json',
84474npm verb headers 'cache-control': 'max-age=60',
84475npm verb headers 'content-length': '9289',
84476npm verb headers 'accept-ranges': 'bytes',
84477npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84478npm verb headers via: '1.1 varnish',
84479npm verb headers age: '55',
84480npm verb headers connection: 'keep-alive',
84481npm verb headers 'x-served-by': 'cache-fra1243-FRA',
84482npm verb headers 'x-cache': 'HIT',
84483npm verb headers 'x-cache-hits': '278',
84484npm verb headers 'x-timer': 'S1450870367.380725,VS0,VE0',
84485npm verb headers vary: 'Accept' }
84486npm verb get saving strip-indent to /root/.npm/registry.npmjs.org/strip-indent/.cache.json
84487npm verb cache add spec indent-string@^2.1.0
84488npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for indent-string
84489npm verb addNameRange registry:http://registry.npmjs.org/indent-string not in flight; fetching
84490npm verb cache add spec strip-indent@^1.0.1
84491npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for strip-indent
84492npm verb addNameRange registry:http://registry.npmjs.org/strip-indent not in flight; fetching
84493npm verb get http://registry.npmjs.org/indent-string not expired, no request
84494npm verb addNamed "2.1.0" is a plain semver version for indent-string
84495npm verb get http://registry.npmjs.org/strip-indent not expired, no request
84496npm verb addNamed "1.0.1" is a plain semver version for strip-indent
84497npm verb addRemoteTarball http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
84498npm verb addRemoteTarball [ 'http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz',
84499npm verb addRemoteTarball '8e2d48348742121b4a8218b7a137e9a52049dc80' ]
84500npm verb addRemoteTarball http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
84501npm verb addRemoteTarball [ 'http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz',
84502npm verb addRemoteTarball '0c7962a6adefa7bbd4ac366460a638552ae1a0a2' ]
84503npm info retry fetch attempt 1 at 11:32:47
84504npm info attempt registry request try #1 at 11:32:47
84505npm http fetch GET http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
84506npm info retry fetch attempt 1 at 11:32:47
84507npm info attempt registry request try #1 at 11:32:47
84508npm http fetch GET http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
84509npm http fetch 200 http://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
84510npm http fetch 200 http://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz
84511npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz not in flight; adding
84512npm verb addTmpTarball already have metadata; skipping unpack for indent-string@2.1.0
84513npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz not in flight; adding
84514npm verb addTmpTarball already have metadata; skipping unpack for strip-indent@1.0.1
84515npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json not in flight; writing
84516npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json not in flight; writing
84517npm verb afterAdd /root/.npm/indent-string/2.1.0/package/package.json written
84518npm verb afterAdd /root/.npm/strip-indent/1.0.1/package/package.json written
84519npm verb cache add spec repeating@^2.0.0
84520npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for repeating
84521npm verb addNameRange registry:http://registry.npmjs.org/repeating not in flight; fetching
84522npm verb request uri http://registry.npmjs.org/repeating
84523npm verb request no auth needed
84524npm info attempt registry request try #1 at 11:32:47
84525npm verb etag "6BGWIKD49WSF23RCV1P70WMAA"
84526npm http request GET http://registry.npmjs.org/repeating
84527npm http 304 http://registry.npmjs.org/repeating
84528npm verb headers { date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84529npm verb headers via: '1.1 varnish',
84530npm verb headers 'cache-control': 'max-age=60',
84531npm verb headers etag: '"6BGWIKD49WSF23RCV1P70WMAA"',
84532npm verb headers age: '34',
84533npm verb headers connection: 'keep-alive',
84534npm verb headers 'x-served-by': 'cache-fra1221-FRA',
84535npm verb headers 'x-cache': 'HIT',
84536npm verb headers 'x-cache-hits': '2',
84537npm verb headers 'x-timer': 'S1450870367.532135,VS0,VE0',
84538npm verb headers vary: 'Accept' }
84539npm verb etag http://registry.npmjs.org/repeating from cache
84540npm verb get saving repeating to /root/.npm/registry.npmjs.org/repeating/.cache.json
84541npm verb addNamed "2.0.0" is a plain semver version for repeating
84542npm verb addRemoteTarball http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
84543npm verb addRemoteTarball [ 'http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz',
84544npm verb addRemoteTarball 'fd27d6d264d18fbebfaa56553dd7b82535a5034e' ]
84545npm info retry fetch attempt 1 at 11:32:47
84546npm info attempt registry request try #1 at 11:32:47
84547npm http fetch GET http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
84548npm http fetch 200 http://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz
84549npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/repeating/-/repeating-2.0.0.tgz not in flight; adding
84550npm verb addTmpTarball already have metadata; skipping unpack for repeating@2.0.0
84551npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json not in flight; writing
84552npm verb afterAdd /root/.npm/repeating/2.0.0/package/package.json written
84553npm verb cache add spec glob@3 || 4
84554npm verb cache add spec graceful-fs@^4.1.2
84555npm verb cache add spec minimatch@1
84556npm verb addNamed ">=3.0.0 <4.0.0||>=4.0.0 <5.0.0" is a valid semver range for glob
84557npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
84558npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
84559npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
84560npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for minimatch
84561npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
84562npm verb request uri http://registry.npmjs.org/fstream
84563npm verb request no auth needed
84564npm info attempt registry request try #1 at 11:32:47
84565npm http request GET http://registry.npmjs.org/fstream
84566npm verb request uri http://registry.npmjs.org/path-array
84567npm verb request no auth needed
84568npm info attempt registry request try #1 at 11:32:47
84569npm http request GET http://registry.npmjs.org/path-array
84570npm verb request uri http://registry.npmjs.org/tar
84571npm verb request no auth needed
84572npm info attempt registry request try #1 at 11:32:47
84573npm http request GET http://registry.npmjs.org/tar
84574npm verb request uri http://registry.npmjs.org/glob
84575npm verb request no auth needed
84576npm info attempt registry request try #1 at 11:32:47
84577npm verb etag "7ZBL91SZKFDD23AO2XJEK805U"
84578npm http request GET http://registry.npmjs.org/glob
84579npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
84580npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
84581npm verb get http://registry.npmjs.org/minimatch not expired, no request
84582npm verb addNamed "1.0.0" is a plain semver version for minimatch
84583npm http 200 http://registry.npmjs.org/path-array
84584npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84585npm verb headers etag: '"DY2195ZX7SVDNLTWAYF16R6XQ"',
84586npm verb headers 'content-type': 'application/json',
84587npm verb headers 'cache-control': 'max-age=60',
84588npm verb headers 'content-length': '6715',
84589npm verb headers 'accept-ranges': 'bytes',
84590npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84591npm verb headers via: '1.1 varnish',
84592npm verb headers age: '18',
84593npm verb headers connection: 'keep-alive',
84594npm verb headers 'x-served-by': 'cache-fra1226-FRA',
84595npm verb headers 'x-cache': 'HIT',
84596npm verb headers 'x-cache-hits': '1',
84597npm verb headers 'x-timer': 'S1450870367.762937,VS0,VE0',
84598npm verb headers vary: 'Accept' }
84599npm verb get saving path-array to /root/.npm/registry.npmjs.org/path-array/.cache.json
84600npm verb addRemoteTarball http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
84601npm verb addRemoteTarball [ 'http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz',
84602npm verb addRemoteTarball 'e0dd2120b49e1b724ce8d714c520822a9438576d' ]
84603npm http 304 http://registry.npmjs.org/glob
84604npm verb headers { date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84605npm verb headers via: '1.1 varnish',
84606npm verb headers 'cache-control': 'max-age=300',
84607npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
84608npm verb headers age: '236',
84609npm verb headers connection: 'keep-alive',
84610npm verb headers 'x-served-by': 'cache-fra1224-FRA',
84611npm verb headers 'x-cache': 'HIT',
84612npm verb headers 'x-cache-hits': '28',
84613npm verb headers 'x-timer': 'S1450870367.776946,VS0,VE0',
84614npm verb headers vary: 'Accept' }
84615npm verb etag http://registry.npmjs.org/glob from cache
84616npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
84617npm info retry fetch attempt 1 at 11:32:47
84618npm info attempt registry request try #1 at 11:32:47
84619npm http fetch GET http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
84620npm http 200 http://registry.npmjs.org/fstream
84621npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84622npm verb headers etag: '"BVLXX1GMS5PIFGE6CRP0K1FVB"',
84623npm verb headers 'content-type': 'application/json',
84624npm verb headers 'cache-control': 'max-age=300',
84625npm verb headers 'content-length': '43132',
84626npm verb headers 'accept-ranges': 'bytes',
84627npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84628npm verb headers via: '1.1 varnish',
84629npm verb headers age: '46',
84630npm verb headers connection: 'keep-alive',
84631npm verb headers 'x-served-by': 'cache-fra1248-FRA',
84632npm verb headers 'x-cache': 'HIT',
84633npm verb headers 'x-cache-hits': '1',
84634npm verb headers 'x-timer': 'S1450870367.762573,VS0,VE0',
84635npm verb headers vary: 'Accept' }
84636npm verb get saving fstream to /root/.npm/registry.npmjs.org/fstream/.cache.json
84637npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
84638npm verb cache add spec path-array@^1.0.0
84639npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-array
84640npm verb addNameRange registry:http://registry.npmjs.org/path-array not in flight; fetching
84641npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
84642npm verb addNamed "4.5.3" is a plain semver version for glob
84643npm http fetch 200 http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz
84644npm http 200 http://registry.npmjs.org/tar
84645npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84646npm verb headers etag: '"B65086JAZ6MBUGJ3KXVETYYSK"',
84647npm verb headers 'content-type': 'application/json',
84648npm verb headers 'cache-control': 'max-age=300',
84649npm verb headers 'content-length': '30480',
84650npm verb headers 'accept-ranges': 'bytes',
84651npm verb headers date: 'Wed, 23 Dec 2015 11:32:47 GMT',
84652npm verb headers via: '1.1 varnish',
84653npm verb headers age: '268',
84654npm verb headers connection: 'keep-alive',
84655npm verb headers 'x-served-by': 'cache-fra1226-FRA',
84656npm verb headers 'x-cache': 'HIT',
84657npm verb headers 'x-cache-hits': '6',
84658npm verb headers 'x-timer': 'S1450870367.762928,VS0,VE0',
84659npm verb headers vary: 'Accept' }
84660npm verb get saving tar to /root/.npm/registry.npmjs.org/tar/.cache.json
84661npm verb addRemoteTarball http://registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
84662npm verb addRemoteTarball [ 'http://registry.npmjs.org/glob/-/glob-4.5.3.tgz',
84663npm verb addRemoteTarball 'c6cb73d3226c1efef04de3c56d012f03377ee15f' ]
84664npm info retry fetch attempt 1 at 11:32:47
84665npm info attempt registry request try #1 at 11:32:47
84666npm http fetch GET http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
84667npm verb cache add spec fstream@^1.0.0
84668npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for fstream
84669npm verb addNameRange registry:http://registry.npmjs.org/fstream not in flight; fetching
84670npm verb get http://registry.npmjs.org/path-array not expired, no request
84671npm verb addNamed "1.0.0" is a plain semver version for path-array
84672npm verb addRemoteTarball http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz not in flight; adding
84673npm verb addRemoteTarball [ 'http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz',
84674npm verb addRemoteTarball '6c14130c33084f0150553c657b38397ab67aaa4e' ]
84675npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz not in flight; adding
84676npm verb addTmpTarball already have metadata; skipping unpack for minimatch@1.0.0
84677npm http fetch 200 http://registry.npmjs.org/glob/-/glob-4.5.3.tgz
84678npm verb get http://registry.npmjs.org/fstream not expired, no request
84679npm verb addNamed "1.0.8" is a plain semver version for fstream
84680npm info retry fetch attempt 1 at 11:32:47
84681npm info attempt registry request try #1 at 11:32:47
84682npm http fetch GET http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz
84683npm verb addRemoteTarball http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
84684npm verb addRemoteTarball [ 'http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz',
84685npm verb addRemoteTarball '7e8d7a73abb3647ef36e4b8a15ca801dba03d038' ]
84686npm verb cache add spec tar@^2.0.0
84687npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for tar
84688npm verb addNameRange registry:http://registry.npmjs.org/tar not in flight; fetching
84689npm info retry fetch attempt 1 at 11:32:47
84690npm info attempt registry request try #1 at 11:32:47
84691npm http fetch GET http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
84692npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/glob/-/glob-4.5.3.tgz not in flight; adding
84693npm verb addTmpTarball already have metadata; skipping unpack for glob@4.5.3
84694npm http fetch 200 http://registry.npmjs.org/path-array/-/path-array-1.0.0.tgz
84695npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json not in flight; writing
84696npm verb get http://registry.npmjs.org/tar not expired, no request
84697npm verb addNamed "2.2.1" is a plain semver version for tar
84698npm verb addRemoteTarball http://registry.npmjs.org/tar/-/tar-2.2.1.tgz not in flight; adding
84699npm verb addRemoteTarball [ 'http://registry.npmjs.org/tar/-/tar-2.2.1.tgz',
84700npm verb addRemoteTarball '8e4d2a256c0e2185c6b18ad694aec968b83cb1d1' ]
84701npm info retry fetch attempt 1 at 11:32:47
84702npm info attempt registry request try #1 at 11:32:47
84703npm http fetch GET http://registry.npmjs.org/tar/-/tar-2.2.1.tgz
84704npm verb afterAdd /root/.npm/minimatch/1.0.0/package/package.json written
84705npm http fetch 200 http://registry.npmjs.org/fstream/-/fstream-1.0.8.tgz
84706npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
84707npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path-array/-/path-array-1.0.0.tgz not in flight; adding
84708npm verb addTmpTarball already have metadata; skipping unpack for path-array@1.0.0
84709npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/fstream/-/fstream-1.0.8.tgz not in flight; adding
84710npm verb addTmpTarball already have metadata; skipping unpack for fstream@1.0.8
84711npm http fetch 200 http://registry.npmjs.org/tar/-/tar-2.2.1.tgz
84712npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
84713npm verb afterAdd /root/.npm/path-array/1.0.0/package/package.json not in flight; writing
84714npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json not in flight; writing
84715npm verb afterAdd /root/.npm/path-array/1.0.0/package/package.json written
84716npm verb afterAdd /root/.npm/fstream/1.0.8/package/package.json written
84717npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tar/-/tar-2.2.1.tgz not in flight; adding
84718npm verb addTmpTarball already have metadata; skipping unpack for tar@2.2.1
84719npm verb afterAdd /root/.npm/tar/2.2.1/package/package.json not in flight; writing
84720npm verb afterAdd /root/.npm/tar/2.2.1/package/package.json written
84721npm verb cache add spec graceful-fs@^4.1.2
84722npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
84723npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
84724npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
84725npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
84726npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
84727npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
84728npm verb cache add spec minimatch@^2.0.1
84729npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
84730npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
84731npm verb get http://registry.npmjs.org/minimatch not expired, no request
84732npm verb addNamed "2.0.10" is a plain semver version for minimatch
84733npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
84734npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
84735npm verb request uri http://registry.npmjs.org/array-index
84736npm verb request no auth needed
84737npm info attempt registry request try #1 at 11:32:48
84738npm http request GET http://registry.npmjs.org/array-index
84739npm http 200 http://registry.npmjs.org/array-index
84740npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84741npm verb headers etag: '"DE3CTIRK6VTAB8T7PNH8K0CN"',
84742npm verb headers 'content-type': 'application/json',
84743npm verb headers 'cache-control': 'max-age=300',
84744npm verb headers 'content-length': '12211',
84745npm verb headers 'accept-ranges': 'bytes',
84746npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84747npm verb headers via: '1.1 varnish',
84748npm verb headers age: '138',
84749npm verb headers connection: 'keep-alive',
84750npm verb headers 'x-served-by': 'cache-fra1222-FRA',
84751npm verb headers 'x-cache': 'HIT',
84752npm verb headers 'x-cache-hits': '4',
84753npm verb headers 'x-timer': 'S1450870368.172881,VS0,VE0',
84754npm verb headers vary: 'Accept' }
84755npm verb get saving array-index to /root/.npm/registry.npmjs.org/array-index/.cache.json
84756npm verb cache add spec array-index@~0.1.0
84757npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for array-index
84758npm verb addNameRange registry:http://registry.npmjs.org/array-index not in flight; fetching
84759npm verb get http://registry.npmjs.org/array-index not expired, no request
84760npm verb addNamed "0.1.1" is a plain semver version for array-index
84761npm verb addRemoteTarball http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz not in flight; adding
84762npm verb addRemoteTarball [ 'http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz',
84763npm verb addRemoteTarball '4d5eaf06cc3d925847cd73d1535c217ba306d3e1' ]
84764npm info retry fetch attempt 1 at 11:32:48
84765npm info attempt registry request try #1 at 11:32:48
84766npm http fetch GET http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz
84767npm http fetch 200 http://registry.npmjs.org/array-index/-/array-index-0.1.1.tgz
84768npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/array-index/-/array-index-0.1.1.tgz not in flight; adding
84769npm verb addTmpTarball already have metadata; skipping unpack for array-index@0.1.1
84770npm verb afterAdd /root/.npm/array-index/0.1.1/package/package.json not in flight; writing
84771npm verb afterAdd /root/.npm/array-index/0.1.1/package/package.json written
84772npm verb cache add spec qs@~5.2.0
84773npm verb addNamed ">=5.2.0 <5.3.0" is a valid semver range for qs
84774npm verb addNameRange registry:http://registry.npmjs.org/qs not in flight; fetching
84775npm verb request uri http://registry.npmjs.org/bl
84776npm verb request no auth needed
84777npm info attempt registry request try #1 at 11:32:48
84778npm http request GET http://registry.npmjs.org/bl
84779npm verb request uri http://registry.npmjs.org/caseless
84780npm verb request no auth needed
84781npm info attempt registry request try #1 at 11:32:48
84782npm http request GET http://registry.npmjs.org/caseless
84783npm verb request uri http://registry.npmjs.org/extend
84784npm verb request no auth needed
84785npm info attempt registry request try #1 at 11:32:48
84786npm http request GET http://registry.npmjs.org/extend
84787npm verb request uri http://registry.npmjs.org/forever-agent
84788npm verb request no auth needed
84789npm info attempt registry request try #1 at 11:32:48
84790npm http request GET http://registry.npmjs.org/forever-agent
84791npm verb request uri http://registry.npmjs.org/form-data
84792npm verb request no auth needed
84793npm info attempt registry request try #1 at 11:32:48
84794npm http request GET http://registry.npmjs.org/form-data
84795npm verb request uri http://registry.npmjs.org/json-stringify-safe
84796npm verb request no auth needed
84797npm info attempt registry request try #1 at 11:32:48
84798npm http request GET http://registry.npmjs.org/json-stringify-safe
84799npm verb request uri http://registry.npmjs.org/tunnel-agent
84800npm verb request no auth needed
84801npm info attempt registry request try #1 at 11:32:48
84802npm http request GET http://registry.npmjs.org/tunnel-agent
84803npm verb request uri http://registry.npmjs.org/tough-cookie
84804npm verb request no auth needed
84805npm info attempt registry request try #1 at 11:32:48
84806npm http request GET http://registry.npmjs.org/tough-cookie
84807npm verb request uri http://registry.npmjs.org/http-signature
84808npm verb request no auth needed
84809npm info attempt registry request try #1 at 11:32:48
84810npm http request GET http://registry.npmjs.org/http-signature
84811npm verb request uri http://registry.npmjs.org/oauth-sign
84812npm verb request no auth needed
84813npm info attempt registry request try #1 at 11:32:48
84814npm http request GET http://registry.npmjs.org/oauth-sign
84815npm verb request uri http://registry.npmjs.org/hawk
84816npm verb request no auth needed
84817npm info attempt registry request try #1 at 11:32:48
84818npm http request GET http://registry.npmjs.org/hawk
84819npm verb request uri http://registry.npmjs.org/aws-sign2
84820npm verb request no auth needed
84821npm info attempt registry request try #1 at 11:32:48
84822npm http request GET http://registry.npmjs.org/aws-sign2
84823npm verb request uri http://registry.npmjs.org/stringstream
84824npm verb request no auth needed
84825npm info attempt registry request try #1 at 11:32:48
84826npm http request GET http://registry.npmjs.org/stringstream
84827npm verb request uri http://registry.npmjs.org/combined-stream
84828npm verb request no auth needed
84829npm info attempt registry request try #1 at 11:32:48
84830npm http request GET http://registry.npmjs.org/combined-stream
84831npm verb request uri http://registry.npmjs.org/isstream
84832npm verb request no auth needed
84833npm info attempt registry request try #1 at 11:32:48
84834npm http request GET http://registry.npmjs.org/isstream
84835npm verb request uri http://registry.npmjs.org/is-typedarray
84836npm verb request no auth needed
84837npm info attempt registry request try #1 at 11:32:48
84838npm http request GET http://registry.npmjs.org/is-typedarray
84839npm verb request uri http://registry.npmjs.org/har-validator
84840npm verb request no auth needed
84841npm info attempt registry request try #1 at 11:32:48
84842npm http request GET http://registry.npmjs.org/har-validator
84843npm verb request uri http://registry.npmjs.org/qs
84844npm verb request no auth needed
84845npm info attempt registry request try #1 at 11:32:48
84846npm verb etag "EC72YVY7VNX06HPF7024J1CQA"
84847npm http request GET http://registry.npmjs.org/qs
84848npm http 200 http://registry.npmjs.org/caseless
84849npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84850npm verb headers etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
84851npm verb headers 'content-type': 'application/json',
84852npm verb headers 'cache-control': 'max-age=60',
84853npm verb headers 'content-length': '13018',
84854npm verb headers 'accept-ranges': 'bytes',
84855npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84856npm verb headers via: '1.1 varnish',
84857npm verb headers age: '43',
84858npm verb headers connection: 'keep-alive',
84859npm verb headers 'x-served-by': 'cache-fra1231-FRA',
84860npm verb headers 'x-cache': 'HIT',
84861npm verb headers 'x-cache-hits': '24',
84862npm verb headers 'x-timer': 'S1450870368.511309,VS0,VE0',
84863npm verb headers vary: 'Accept' }
84864npm verb get saving caseless to /root/.npm/registry.npmjs.org/caseless/.cache.json
84865npm verb cache add spec caseless@~0.11.0
84866npm verb addNamed ">=0.11.0 <0.12.0" is a valid semver range for caseless
84867npm verb addNameRange registry:http://registry.npmjs.org/caseless not in flight; fetching
84868npm http 304 http://registry.npmjs.org/qs
84869npm verb headers { date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84870npm verb headers via: '1.1 varnish',
84871npm verb headers 'cache-control': 'max-age=300',
84872npm verb headers etag: '"EC72YVY7VNX06HPF7024J1CQA"',
84873npm verb headers age: '64',
84874npm verb headers connection: 'keep-alive',
84875npm verb headers 'x-served-by': 'cache-fra1231-FRA',
84876npm verb headers 'x-cache': 'HIT',
84877npm verb headers 'x-cache-hits': '5',
84878npm verb headers 'x-timer': 'S1450870368.527138,VS0,VE0',
84879npm verb headers vary: 'Accept' }
84880npm verb etag http://registry.npmjs.org/qs from cache
84881npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
84882npm verb get http://registry.npmjs.org/caseless not expired, no request
84883npm verb addNamed "0.11.0" is a plain semver version for caseless
84884npm verb addRemoteTarball http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
84885npm verb addRemoteTarball [ 'http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz',
84886npm verb addRemoteTarball '715b96ea9841593cc33067923f5ec60ebda4f7d7' ]
84887npm verb addNamed "5.2.0" is a plain semver version for qs
84888npm info retry fetch attempt 1 at 11:32:48
84889npm info attempt registry request try #1 at 11:32:48
84890npm http fetch GET http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
84891npm http 200 http://registry.npmjs.org/combined-stream
84892npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84893npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
84894npm verb headers 'content-type': 'application/json',
84895npm verb headers 'cache-control': 'max-age=60',
84896npm verb headers 'content-length': '20052',
84897npm verb headers 'accept-ranges': 'bytes',
84898npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84899npm verb headers via: '1.1 varnish',
84900npm verb headers age: '11',
84901npm verb headers connection: 'keep-alive',
84902npm verb headers 'x-served-by': 'cache-fra1243-FRA',
84903npm verb headers 'x-cache': 'HIT',
84904npm verb headers 'x-cache-hits': '1',
84905npm verb headers 'x-timer': 'S1450870368.513236,VS0,VE0',
84906npm verb headers vary: 'Accept' }
84907npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
84908npm http 200 http://registry.npmjs.org/tunnel-agent
84909npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84910npm verb headers etag: '"4ZCZM07JDP56995BJIYBF9QDA"',
84911npm verb headers 'content-type': 'application/json',
84912npm verb headers 'cache-control': 'max-age=60',
84913npm verb headers 'content-length': '6145',
84914npm verb headers 'accept-ranges': 'bytes',
84915npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84916npm verb headers via: '1.1 varnish',
84917npm verb headers age: '20',
84918npm verb headers connection: 'keep-alive',
84919npm verb headers 'x-served-by': 'cache-fra1222-FRA',
84920npm verb headers 'x-cache': 'HIT',
84921npm verb headers 'x-cache-hits': '2',
84922npm verb headers 'x-timer': 'S1450870368.511741,VS0,VE0',
84923npm verb headers vary: 'Accept' }
84924npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
84925npm http 200 http://registry.npmjs.org/stringstream
84926npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84927npm verb headers etag: '"EBUPD6LZKZQ0XKY707YFHY8YL"',
84928npm verb headers 'content-type': 'application/json',
84929npm verb headers 'cache-control': 'max-age=60',
84930npm verb headers 'content-length': '6491',
84931npm verb headers 'accept-ranges': 'bytes',
84932npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84933npm verb headers via: '1.1 varnish',
84934npm verb headers age: '41',
84935npm verb headers connection: 'keep-alive',
84936npm verb headers 'x-served-by': 'cache-fra1248-FRA',
84937npm verb headers 'x-cache': 'HIT',
84938npm verb headers 'x-cache-hits': '4',
84939npm verb headers 'x-timer': 'S1450870368.513120,VS0,VE0',
84940npm verb headers vary: 'Accept' }
84941npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
84942npm http 200 http://registry.npmjs.org/forever-agent
84943npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84944npm verb headers etag: '"3Z9M332T1HPVIXR93E7J1RS1E"',
84945npm verb headers 'content-type': 'application/json',
84946npm verb headers 'cache-control': 'max-age=300',
84947npm verb headers 'content-length': '7980',
84948npm verb headers 'accept-ranges': 'bytes',
84949npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84950npm verb headers via: '1.1 varnish',
84951npm verb headers age: '242',
84952npm verb headers connection: 'keep-alive',
84953npm verb headers 'x-served-by': 'cache-fra1228-FRA',
84954npm verb headers 'x-cache': 'HIT',
84955npm verb headers 'x-cache-hits': '10',
84956npm verb headers 'x-timer': 'S1450870368.511568,VS0,VE0',
84957npm verb headers vary: 'Accept' }
84958npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
84959npm http 200 http://registry.npmjs.org/tough-cookie
84960npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84961npm verb headers etag: '"B7F5A665MXTTVUJINA0ZEOV17"',
84962npm verb headers 'content-type': 'application/json',
84963npm verb headers 'cache-control': 'max-age=60',
84964npm verb headers 'content-length': '57765',
84965npm verb headers 'accept-ranges': 'bytes',
84966npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84967npm verb headers via: '1.1 varnish',
84968npm verb headers age: '18',
84969npm verb headers connection: 'keep-alive',
84970npm verb headers 'x-served-by': 'cache-fra1231-FRA',
84971npm verb headers 'x-cache': 'HIT',
84972npm verb headers 'x-cache-hits': '2',
84973npm verb headers 'x-timer': 'S1450870368.512034,VS0,VE0',
84974npm verb headers vary: 'Accept' }
84975npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
84976npm http 200 http://registry.npmjs.org/extend
84977npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84978npm verb headers etag: '"83TINKPLNC7R67Y2P0P27BFAA"',
84979npm verb headers 'content-type': 'application/json',
84980npm verb headers 'cache-control': 'max-age=60',
84981npm verb headers 'content-length': '14112',
84982npm verb headers 'accept-ranges': 'bytes',
84983npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
84984npm verb headers via: '1.1 varnish',
84985npm verb headers age: '5',
84986npm verb headers connection: 'keep-alive',
84987npm verb headers 'x-served-by': 'cache-fra1232-FRA',
84988npm verb headers 'x-cache': 'HIT',
84989npm verb headers 'x-cache-hits': '2',
84990npm verb headers 'x-timer': 'S1450870368.511564,VS0,VE0',
84991npm verb headers vary: 'Accept' }
84992npm verb get saving extend to /root/.npm/registry.npmjs.org/extend/.cache.json
84993npm http fetch 200 http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
84994npm http 200 http://registry.npmjs.org/har-validator
84995npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
84996npm verb headers etag: '"87TVRNLL51JEPCUKQOWMFC71Z"',
84997npm verb headers 'content-type': 'application/json',
84998npm verb headers 'cache-control': 'max-age=300',
84999npm verb headers 'content-length': '44760',
85000npm verb headers 'accept-ranges': 'bytes',
85001npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85002npm verb headers via: '1.1 varnish',
85003npm verb headers age: '103',
85004npm verb headers connection: 'keep-alive',
85005npm verb headers 'x-served-by': 'cache-fra1226-FRA',
85006npm verb headers 'x-cache': 'HIT',
85007npm verb headers 'x-cache-hits': '7',
85008npm verb headers 'x-timer': 'S1450870368.513579,VS0,VE0',
85009npm verb headers vary: 'Accept' }
85010npm verb get saving har-validator to /root/.npm/registry.npmjs.org/har-validator/.cache.json
85011npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json not in flight; writing
85012npm http 200 http://registry.npmjs.org/form-data
85013npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85014npm verb headers etag: '"URIIJAZMIRL17RAJ86FLJ25A"',
85015npm verb headers 'content-type': 'application/json',
85016npm verb headers 'cache-control': 'max-age=60',
85017npm verb headers 'content-length': '31362',
85018npm verb headers 'accept-ranges': 'bytes',
85019npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85020npm verb headers via: '1.1 varnish',
85021npm verb headers age: '18',
85022npm verb headers connection: 'keep-alive',
85023npm verb headers 'x-served-by': 'cache-fra1248-FRA',
85024npm verb headers 'x-cache': 'HIT',
85025npm verb headers 'x-cache-hits': '2',
85026npm verb headers 'x-timer': 'S1450870368.511549,VS0,VE0',
85027npm verb headers vary: 'Accept' }
85028npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
85029npm verb afterAdd /root/.npm/qs/5.2.0/package/package.json written
85030npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/caseless/-/caseless-0.11.0.tgz not in flight; adding
85031npm verb addTmpTarball already have metadata; skipping unpack for caseless@0.11.0
85032npm verb cache add spec combined-stream@~1.0.5
85033npm verb addNamed ">=1.0.5 <1.1.0" is a valid semver range for combined-stream
85034npm verb addNameRange registry:http://registry.npmjs.org/combined-stream not in flight; fetching
85035npm verb cache add spec stringstream@~0.0.4
85036npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
85037npm verb addNameRange registry:http://registry.npmjs.org/stringstream not in flight; fetching
85038npm verb cache add spec tunnel-agent@~0.4.1
85039npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for tunnel-agent
85040npm verb addNameRange registry:http://registry.npmjs.org/tunnel-agent not in flight; fetching
85041npm verb cache add spec forever-agent@~0.6.1
85042npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for forever-agent
85043npm verb addNameRange registry:http://registry.npmjs.org/forever-agent not in flight; fetching
85044npm verb cache add spec tough-cookie@~2.2.0
85045npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for tough-cookie
85046npm verb addNameRange registry:http://registry.npmjs.org/tough-cookie not in flight; fetching
85047npm verb cache add spec extend@~3.0.0
85048npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for extend
85049npm verb addNameRange registry:http://registry.npmjs.org/extend not in flight; fetching
85050npm http 200 http://registry.npmjs.org/hawk
85051npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85052npm verb headers etag: '"DL06CWBZE06RBOAKK3T35XMYW"',
85053npm verb headers 'content-type': 'application/json',
85054npm verb headers 'cache-control': 'max-age=60',
85055npm verb headers 'content-length': '91207',
85056npm verb headers 'accept-ranges': 'bytes',
85057npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85058npm verb headers via: '1.1 varnish',
85059npm verb headers age: '2',
85060npm verb headers connection: 'keep-alive',
85061npm verb headers 'x-served-by': 'cache-fra1243-FRA',
85062npm verb headers 'x-cache': 'HIT',
85063npm verb headers 'x-cache-hits': '1',
85064npm verb headers 'x-timer': 'S1450870368.512242,VS0,VE0',
85065npm verb headers vary: 'Accept' }
85066npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
85067npm verb cache add spec har-validator@~2.0.2
85068npm verb addNamed ">=2.0.2 <2.1.0" is a valid semver range for har-validator
85069npm verb addNameRange registry:http://registry.npmjs.org/har-validator not in flight; fetching
85070npm verb cache add spec form-data@~1.0.0-rc3
85071npm verb addNamed ">=1.0.0-rc3 <1.1.0" is a valid semver range for form-data
85072npm verb addNameRange registry:http://registry.npmjs.org/form-data not in flight; fetching
85073npm verb get http://registry.npmjs.org/combined-stream not expired, no request
85074npm verb addNamed "1.0.5" is a plain semver version for combined-stream
85075npm verb get http://registry.npmjs.org/stringstream not expired, no request
85076npm verb addNamed "0.0.5" is a plain semver version for stringstream
85077npm verb get http://registry.npmjs.org/tunnel-agent not expired, no request
85078npm verb addNamed "0.4.2" is a plain semver version for tunnel-agent
85079npm verb addRemoteTarball http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
85080npm verb addRemoteTarball [ 'http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz',
85081npm verb addRemoteTarball '938370a57b4a51dea2c77c15d5c5fdf895164009' ]
85082npm verb get http://registry.npmjs.org/forever-agent not expired, no request
85083npm verb addNamed "0.6.1" is a plain semver version for forever-agent
85084npm verb addRemoteTarball http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
85085npm verb addRemoteTarball [ 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz',
85086npm verb addRemoteTarball '4e484cd4de5a0bbbee18e46307710a8a81621878' ]
85087npm verb addRemoteTarball http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
85088npm verb addRemoteTarball [ 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz',
85089npm verb addRemoteTarball '1104e3f36ac87125c287270067d582d18133bfee' ]
85090npm http 200 http://registry.npmjs.org/isstream
85091npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85092npm verb headers etag: '"45MB8HVQTANV1MBJA3FC9L1W2"',
85093npm verb headers 'content-type': 'application/json',
85094npm verb headers 'cache-control': 'max-age=300',
85095npm verb headers 'content-length': '7951',
85096npm verb headers 'accept-ranges': 'bytes',
85097npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85098npm verb headers via: '1.1 varnish',
85099npm verb headers age: '226',
85100npm verb headers connection: 'keep-alive',
85101npm verb headers 'x-served-by': 'cache-fra1243-FRA',
85102npm verb headers 'x-cache': 'HIT',
85103npm verb headers 'x-cache-hits': '10',
85104npm verb headers 'x-timer': 'S1450870368.513058,VS0,VE0',
85105npm verb headers vary: 'Accept' }
85106npm verb get saving isstream to /root/.npm/registry.npmjs.org/isstream/.cache.json
85107npm http 200 http://registry.npmjs.org/aws-sign2
85108npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85109npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
85110npm verb headers 'content-type': 'application/json',
85111npm verb headers 'cache-control': 'max-age=60',
85112npm verb headers 'content-length': '3749',
85113npm verb headers 'accept-ranges': 'bytes',
85114npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85115npm verb headers via: '1.1 varnish',
85116npm verb headers age: '43',
85117npm verb headers connection: 'keep-alive',
85118npm verb headers 'x-served-by': 'cache-fra1220-FRA',
85119npm verb headers 'x-cache': 'HIT',
85120npm verb headers 'x-cache-hits': '6',
85121npm verb headers 'x-timer': 'S1450870368.512285,VS0,VE0',
85122npm verb headers vary: 'Accept' }
85123npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
85124npm http 200 http://registry.npmjs.org/bl
85125npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85126npm verb headers etag: '"1QW45QJTVFVWJ5YM6H0GGCASF"',
85127npm verb headers 'content-type': 'application/json',
85128npm verb headers 'cache-control': 'max-age=60',
85129npm verb headers 'content-length': '33544',
85130npm verb headers 'accept-ranges': 'bytes',
85131npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85132npm verb headers via: '1.1 varnish',
85133npm verb headers age: '38',
85134npm verb headers connection: 'keep-alive',
85135npm verb headers 'x-served-by': 'cache-fra1228-FRA',
85136npm verb headers 'x-cache': 'HIT',
85137npm verb headers 'x-cache-hits': '2',
85138npm verb headers 'x-timer': 'S1450870368.511423,VS0,VE0',
85139npm verb headers vary: 'Accept' }
85140npm verb get saving bl to /root/.npm/registry.npmjs.org/bl/.cache.json
85141npm http 200 http://registry.npmjs.org/is-typedarray
85142npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85143npm verb headers etag: '"A6APATMKGAWT16SSARJSIFFQD"',
85144npm verb headers 'content-type': 'application/json',
85145npm verb headers 'cache-control': 'max-age=60',
85146npm verb headers 'content-length': '3431',
85147npm verb headers 'accept-ranges': 'bytes',
85148npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85149npm verb headers via: '1.1 varnish',
85150npm verb headers age: '60',
85151npm verb headers connection: 'keep-alive',
85152npm verb headers 'x-served-by': 'cache-fra1244-FRA',
85153npm verb headers 'x-cache': 'HIT',
85154npm verb headers 'x-cache-hits': '2',
85155npm verb headers 'x-timer': 'S1450870368.513092,VS0,VE0',
85156npm verb headers vary: 'Accept' }
85157npm verb get saving is-typedarray to /root/.npm/registry.npmjs.org/is-typedarray/.cache.json
85158npm verb get http://registry.npmjs.org/tough-cookie not expired, no request
85159npm verb addNamed "2.2.1" is a plain semver version for tough-cookie
85160npm verb get http://registry.npmjs.org/extend not expired, no request
85161npm verb addNamed "3.0.0" is a plain semver version for extend
85162npm verb get http://registry.npmjs.org/har-validator not expired, no request
85163npm verb addNamed "2.0.3" is a plain semver version for har-validator
85164npm verb addRemoteTarball http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
85165npm verb addRemoteTarball [ 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz',
85166npm verb addRemoteTarball 'fbc71f0c41adeb37f96c577ad1ed42d8fdacca91' ]
85167npm http 200 http://registry.npmjs.org/oauth-sign
85168npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85169npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
85170npm verb headers 'content-type': 'application/json',
85171npm verb headers 'cache-control': 'max-age=60',
85172npm verb headers 'content-length': '8012',
85173npm verb headers 'accept-ranges': 'bytes',
85174npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85175npm verb headers via: '1.1 varnish',
85176npm verb headers age: '2',
85177npm verb headers connection: 'keep-alive',
85178npm verb headers 'x-served-by': 'cache-fra1225-FRA',
85179npm verb headers 'x-cache': 'HIT',
85180npm verb headers 'x-cache-hits': '1',
85181npm verb headers 'x-timer': 'S1450870368.512098,VS0,VE0',
85182npm verb headers vary: 'Accept' }
85183npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
85184npm http 200 http://registry.npmjs.org/json-stringify-safe
85185npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85186npm verb headers etag: '"2NJ9X51AYL0VQYWLUJN145598"',
85187npm verb headers 'content-type': 'application/json',
85188npm verb headers 'cache-control': 'max-age=300',
85189npm verb headers 'content-length': '6994',
85190npm verb headers 'accept-ranges': 'bytes',
85191npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85192npm verb headers via: '1.1 varnish',
85193npm verb headers age: '11',
85194npm verb headers connection: 'keep-alive',
85195npm verb headers 'x-served-by': 'cache-fra1242-FRA',
85196npm verb headers 'x-cache': 'HIT',
85197npm verb headers 'x-cache-hits': '1',
85198npm verb headers 'x-timer': 'S1450870368.511685,VS0,VE0',
85199npm verb headers vary: 'Accept' }
85200npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
85201npm http 200 http://registry.npmjs.org/http-signature
85202npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85203npm verb headers etag: '"AY89R528YS9SVNQROK52E9CF7"',
85204npm verb headers 'content-type': 'application/json',
85205npm verb headers 'cache-control': 'max-age=60',
85206npm verb headers 'content-length': '24126',
85207npm verb headers 'accept-ranges': 'bytes',
85208npm verb headers date: 'Wed, 23 Dec 2015 11:32:48 GMT',
85209npm verb headers via: '1.1 varnish',
85210npm verb headers age: '33',
85211npm verb headers connection: 'keep-alive',
85212npm verb headers 'x-served-by': 'cache-fra1226-FRA',
85213npm verb headers 'x-cache': 'HIT',
85214npm verb headers 'x-cache-hits': '3',
85215npm verb headers 'x-timer': 'S1450870368.512024,VS0,VE0',
85216npm verb headers vary: 'Accept' }
85217npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
85218npm verb addRemoteTarball http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
85219npm verb addRemoteTarball [ 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz',
85220npm verb addRemoteTarball '3b0516b799e70e8164436a1446e7e5877fda118e' ]
85221npm verb addRemoteTarball http://registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
85222npm verb addRemoteTarball [ 'http://registry.npmjs.org/extend/-/extend-3.0.0.tgz',
85223npm verb addRemoteTarball '5a474353b9f3353ddd8176dfd37b91c83a46f1d4' ]
85224npm verb get http://registry.npmjs.org/form-data not expired, no request
85225npm verb addNamed "1.0.0-rc3" is a plain semver version for form-data
85226npm verb addRemoteTarball http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz not in flight; adding
85227npm verb addRemoteTarball [ 'http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz',
85228npm verb addRemoteTarball '5a9e12564a571cf0b81ef93c2157bd1617168883' ]
85229npm verb addRemoteTarball http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
85230npm verb addRemoteTarball [ 'http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz',
85231npm verb addRemoteTarball 'd35bc62e7fbc2937ae78f948aaa0d38d90607577' ]
85232npm info retry fetch attempt 1 at 11:32:48
85233npm info attempt registry request try #1 at 11:32:48
85234npm http fetch GET http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
85235npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json not in flight; writing
85236npm info retry fetch attempt 1 at 11:32:48
85237npm info attempt registry request try #1 at 11:32:48
85238npm http fetch GET http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
85239npm info retry fetch attempt 1 at 11:32:48
85240npm info attempt registry request try #1 at 11:32:48
85241npm http fetch GET http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
85242npm info retry fetch attempt 1 at 11:32:48
85243npm info attempt registry request try #1 at 11:32:48
85244npm http fetch GET http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
85245npm info retry fetch attempt 1 at 11:32:48
85246npm info attempt registry request try #1 at 11:32:48
85247npm http fetch GET http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
85248npm info retry fetch attempt 1 at 11:32:48
85249npm info attempt registry request try #1 at 11:32:48
85250npm http fetch GET http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
85251npm info retry fetch attempt 1 at 11:32:48
85252npm info attempt registry request try #1 at 11:32:48
85253npm http fetch GET http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz
85254npm info retry fetch attempt 1 at 11:32:48
85255npm info attempt registry request try #1 at 11:32:48
85256npm http fetch GET http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
85257npm http fetch 200 http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
85258npm http fetch 200 http://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
85259npm verb cache add spec hawk@~3.1.0
85260npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for hawk
85261npm verb addNameRange registry:http://registry.npmjs.org/hawk not in flight; fetching
85262npm http fetch 200 http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz
85263npm http fetch 200 http://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
85264npm verb afterAdd /root/.npm/caseless/0.11.0/package/package.json written
85265npm http fetch 200 http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz
85266npm http fetch 200 http://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz
85267npm http fetch 200 http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
85268npm verb cache add spec bl@~1.0.0
85269npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for bl
85270npm verb addNameRange registry:http://registry.npmjs.org/bl not in flight; fetching
85271npm verb cache add spec isstream@~0.1.2
85272npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for isstream
85273npm verb addNameRange registry:http://registry.npmjs.org/isstream not in flight; fetching
85274npm verb cache add spec aws-sign2@~0.6.0
85275npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for aws-sign2
85276npm verb addNameRange registry:http://registry.npmjs.org/aws-sign2 not in flight; fetching
85277npm verb cache add spec is-typedarray@~1.0.0
85278npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for is-typedarray
85279npm verb addNameRange registry:http://registry.npmjs.org/is-typedarray not in flight; fetching
85280npm verb cache add spec oauth-sign@~0.8.0
85281npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for oauth-sign
85282npm verb addNameRange registry:http://registry.npmjs.org/oauth-sign not in flight; fetching
85283npm verb cache add spec http-signature@~1.1.0
85284npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for http-signature
85285npm verb addNameRange registry:http://registry.npmjs.org/http-signature not in flight; fetching
85286npm verb get http://registry.npmjs.org/hawk not expired, no request
85287npm verb addNamed "3.1.2" is a plain semver version for hawk
85288npm verb cache add spec json-stringify-safe@~5.0.1
85289npm verb addNamed ">=5.0.1 <5.1.0" is a valid semver range for json-stringify-safe
85290npm verb addNameRange registry:http://registry.npmjs.org/json-stringify-safe not in flight; fetching
85291npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz not in flight; adding
85292npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@1.0.5
85293npm http fetch 200 http://registry.npmjs.org/extend/-/extend-3.0.0.tgz
85294npm verb addRemoteTarball http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
85295npm verb addRemoteTarball [ 'http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz',
85296npm verb addRemoteTarball '90c90118886e21975d1ad4ae9b3e284ed19a2de8' ]
85297npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz not in flight; adding
85298npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.6.1
85299npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz not in flight; adding
85300npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.2
85301npm verb get http://registry.npmjs.org/aws-sign2 not expired, no request
85302npm verb addNamed "0.6.0" is a plain semver version for aws-sign2
85303npm verb get http://registry.npmjs.org/isstream not expired, no request
85304npm verb addNamed "0.1.2" is a plain semver version for isstream
85305npm verb get http://registry.npmjs.org/bl not expired, no request
85306npm verb addNamed "1.0.0" is a plain semver version for bl
85307npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz not in flight; adding
85308npm verb addTmpTarball already have metadata; skipping unpack for form-data@1.0.0-rc3
85309npm verb get http://registry.npmjs.org/is-typedarray not expired, no request
85310npm verb addNamed "1.0.0" is a plain semver version for is-typedarray
85311npm info retry fetch attempt 1 at 11:32:49
85312npm info attempt registry request try #1 at 11:32:49
85313npm http fetch GET http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
85314npm verb addRemoteTarball http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz not in flight; adding
85315npm verb addRemoteTarball [ 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz',
85316npm verb addRemoteTarball '14342dd38dbcc94d0e5b87d763cd63612c0e794f' ]
85317npm verb addRemoteTarball http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
85318npm verb addRemoteTarball [ 'http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz',
85319npm verb addRemoteTarball '47e63f7af55afa6f92e1500e690eb8b8529c099a' ]
85320npm verb get http://registry.npmjs.org/oauth-sign not expired, no request
85321npm verb addNamed "0.8.0" is a plain semver version for oauth-sign
85322npm verb addRemoteTarball http://registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
85323npm verb addRemoteTarball [ 'http://registry.npmjs.org/bl/-/bl-1.0.0.tgz',
85324npm verb addRemoteTarball 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5' ]
85325npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz not in flight; adding
85326npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.1
85327npm verb get http://registry.npmjs.org/http-signature not expired, no request
85328npm verb addNamed "1.1.0" is a plain semver version for http-signature
85329npm verb addRemoteTarball http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz not in flight; adding
85330npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz',
85331npm verb addRemoteTarball 'e479c80858df0c1b11ddda6940f96011fcda4a9a' ]
85332npm verb get http://registry.npmjs.org/json-stringify-safe not expired, no request
85333npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
85334npm verb addRemoteTarball http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
85335npm verb addRemoteTarball [ 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz',
85336npm verb addRemoteTarball '938fdc875765ba527137d8aec9d178e24debc553' ]
85337npm verb addRemoteTarball http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz not in flight; adding
85338npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz',
85339npm verb addRemoteTarball '5d2d7e9b6ef49980ad5b128d8e4ef09a31c90d95' ]
85340npm verb addRemoteTarball http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
85341npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
85342npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
85343npm http fetch 200 http://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz
85344npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/extend/-/extend-3.0.0.tgz not in flight; adding
85345npm verb addTmpTarball already have metadata; skipping unpack for extend@3.0.0
85346npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz not in flight; adding
85347npm verb addTmpTarball already have metadata; skipping unpack for har-validator@2.0.3
85348npm info retry fetch attempt 1 at 11:32:49
85349npm info attempt registry request try #1 at 11:32:49
85350npm http fetch GET http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
85351npm info retry fetch attempt 1 at 11:32:49
85352npm info attempt registry request try #1 at 11:32:49
85353npm http fetch GET http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
85354npm info retry fetch attempt 1 at 11:32:49
85355npm info attempt registry request try #1 at 11:32:49
85356npm http fetch GET http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
85357npm info retry fetch attempt 1 at 11:32:49
85358npm info attempt registry request try #1 at 11:32:49
85359npm http fetch GET http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
85360npm info retry fetch attempt 1 at 11:32:49
85361npm info attempt registry request try #1 at 11:32:49
85362npm http fetch GET http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
85363npm info retry fetch attempt 1 at 11:32:49
85364npm info attempt registry request try #1 at 11:32:49
85365npm http fetch GET http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz
85366npm info retry fetch attempt 1 at 11:32:49
85367npm info attempt registry request try #1 at 11:32:49
85368npm http fetch GET http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
85369npm http fetch 200 http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
85370npm http fetch 200 http://registry.npmjs.org/bl/-/bl-1.0.0.tgz
85371npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json not in flight; writing
85372npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json not in flight; writing
85373npm http fetch 200 http://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
85374npm http fetch 200 http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
85375npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json not in flight; writing
85376npm http fetch 200 http://registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz
85377npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json not in flight; writing
85378npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz not in flight; adding
85379npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.5
85380npm http fetch 200 http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
85381npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json not in flight; writing
85382npm verb afterAdd /root/.npm/combined-stream/1.0.5/package/package.json written
85383npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/bl/-/bl-1.0.0.tgz not in flight; adding
85384npm verb addTmpTarball already have metadata; skipping unpack for bl@1.0.0
85385npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz not in flight; adding
85386npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.6.0
85387npm verb afterAdd /root/.npm/forever-agent/0.6.1/package/package.json written
85388npm verb afterAdd /root/.npm/har-validator/2.0.3/package/package.json not in flight; writing
85389npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json not in flight; writing
85390npm verb afterAdd /root/.npm/tunnel-agent/0.4.2/package/package.json written
85391npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz not in flight; adding
85392npm verb addTmpTarball already have metadata; skipping unpack for is-typedarray@1.0.0
85393npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz not in flight; adding
85394npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.8.0
85395npm verb afterAdd /root/.npm/form-data/1.0.0-rc3/package/package.json written
85396npm verb afterAdd /root/.npm/tough-cookie/2.2.1/package/package.json written
85397npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/http-signature/-/http-signature-1.1.0.tgz not in flight; adding
85398npm verb addTmpTarball already have metadata; skipping unpack for http-signature@1.1.0
85399npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
85400npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
85401npm verb afterAdd /root/.npm/har-validator/2.0.3/package/package.json written
85402npm verb afterAdd /root/.npm/extend/3.0.0/package/package.json written
85403npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json not in flight; writing
85404npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/hawk/-/hawk-3.1.2.tgz not in flight; adding
85405npm verb addTmpTarball already have metadata; skipping unpack for hawk@3.1.2
85406npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json not in flight; writing
85407npm verb afterAdd /root/.npm/aws-sign2/0.6.0/package/package.json not in flight; writing
85408npm verb afterAdd /root/.npm/is-typedarray/1.0.0/package/package.json not in flight; writing
85409npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json not in flight; writing
85410npm verb afterAdd /root/.npm/stringstream/0.0.5/package/package.json written
85411npm verb afterAdd /root/.npm/http-signature/1.1.0/package/package.json not in flight; writing
85412npm verb afterAdd /root/.npm/bl/1.0.0/package/package.json written
85413npm verb afterAdd /root/.npm/aws-sign2/0.6.0/package/package.json written
85414npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
85415npm verb afterAdd /root/.npm/is-typedarray/1.0.0/package/package.json written
85416npm verb afterAdd /root/.npm/oauth-sign/0.8.0/package/package.json written
85417npm verb afterAdd /root/.npm/http-signature/1.1.0/package/package.json written
85418npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
85419npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json not in flight; writing
85420npm verb afterAdd /root/.npm/hawk/3.1.2/package/package.json written
85421npm http fetch 200 http://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
85422npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/isstream/-/isstream-0.1.2.tgz not in flight; adding
85423npm verb addTmpTarball already have metadata; skipping unpack for isstream@0.1.2
85424npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json not in flight; writing
85425npm verb afterAdd /root/.npm/isstream/0.1.2/package/package.json written
85426npm verb request uri http://registry.npmjs.org/delayed-stream
85427npm verb request no auth needed
85428npm info attempt registry request try #1 at 11:32:49
85429npm http request GET http://registry.npmjs.org/delayed-stream
85430npm http 200 http://registry.npmjs.org/delayed-stream
85431npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85432npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
85433npm verb headers 'content-type': 'application/json',
85434npm verb headers 'cache-control': 'max-age=60',
85435npm verb headers 'content-length': '13299',
85436npm verb headers 'accept-ranges': 'bytes',
85437npm verb headers date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85438npm verb headers via: '1.1 varnish',
85439npm verb headers age: '55',
85440npm verb headers connection: 'keep-alive',
85441npm verb headers 'x-served-by': 'cache-fra1235-FRA',
85442npm verb headers 'x-cache': 'HIT',
85443npm verb headers 'x-cache-hits': '2',
85444npm verb headers 'x-timer': 'S1450870369.459186,VS0,VE0',
85445npm verb headers vary: 'Accept' }
85446npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
85447npm verb cache add spec delayed-stream@~1.0.0
85448npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for delayed-stream
85449npm verb addNameRange registry:http://registry.npmjs.org/delayed-stream not in flight; fetching
85450npm verb get http://registry.npmjs.org/delayed-stream not expired, no request
85451npm verb addNamed "1.0.0" is a plain semver version for delayed-stream
85452npm verb addRemoteTarball http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
85453npm verb addRemoteTarball [ 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz',
85454npm verb addRemoteTarball 'df3ae199acadfb7d440aaae0b29e2272b24ec619' ]
85455npm info retry fetch attempt 1 at 11:32:49
85456npm info attempt registry request try #1 at 11:32:49
85457npm http fetch GET http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
85458npm http fetch 200 http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
85459npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz not in flight; adding
85460npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@1.0.0
85461npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json not in flight; writing
85462npm verb afterAdd /root/.npm/delayed-stream/1.0.0/package/package.json written
85463npm verb cache add spec async@^1.4.0
85464npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for async
85465npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
85466npm verb request uri http://registry.npmjs.org/async
85467npm verb request no auth needed
85468npm info attempt registry request try #1 at 11:32:49
85469npm verb etag "30DKPP61RX5HW2JJNP9DB5VEF"
85470npm http request GET http://registry.npmjs.org/async
85471npm http 304 http://registry.npmjs.org/async
85472npm verb headers { date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85473npm verb headers via: '1.1 varnish',
85474npm verb headers 'cache-control': 'max-age=300',
85475npm verb headers etag: '"30DKPP61RX5HW2JJNP9DB5VEF"',
85476npm verb headers age: '287',
85477npm verb headers connection: 'keep-alive',
85478npm verb headers 'x-served-by': 'cache-fra1221-FRA',
85479npm verb headers 'x-cache': 'HIT',
85480npm verb headers 'x-cache-hits': '27',
85481npm verb headers 'x-timer': 'S1450870369.596534,VS0,VE0',
85482npm verb headers vary: 'Accept' }
85483npm verb etag http://registry.npmjs.org/async from cache
85484npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
85485npm verb addNamed "1.5.0" is a plain semver version for async
85486npm verb afterAdd /root/.npm/async/1.5.0/package/package.json not in flight; writing
85487npm verb afterAdd /root/.npm/async/1.5.0/package/package.json written
85488npm verb cache add spec chalk@^1.1.1
85489npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for chalk
85490npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
85491npm verb request uri http://registry.npmjs.org/is-my-json-valid
85492npm verb request no auth needed
85493npm info attempt registry request try #1 at 11:32:49
85494npm http request GET http://registry.npmjs.org/is-my-json-valid
85495npm verb get http://registry.npmjs.org/chalk not expired, no request
85496npm verb addNamed "1.1.1" is a plain semver version for chalk
85497npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
85498npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
85499npm http 200 http://registry.npmjs.org/is-my-json-valid
85500npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85501npm verb headers etag: '"CYM1CQJT6SV2IG2PARHZ24UXH"',
85502npm verb headers 'content-type': 'application/json',
85503npm verb headers 'cache-control': 'max-age=300',
85504npm verb headers 'content-length': '58771',
85505npm verb headers 'accept-ranges': 'bytes',
85506npm verb headers date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85507npm verb headers via: '1.1 varnish',
85508npm verb headers age: '282',
85509npm verb headers connection: 'keep-alive',
85510npm verb headers 'x-served-by': 'cache-fra1228-FRA',
85511npm verb headers 'x-cache': 'HIT',
85512npm verb headers 'x-cache-hits': '6',
85513npm verb headers 'x-timer': 'S1450870369.689541,VS0,VE0',
85514npm verb headers vary: 'Accept' }
85515npm verb get saving is-my-json-valid to /root/.npm/registry.npmjs.org/is-my-json-valid/.cache.json
85516npm verb cache add spec is-my-json-valid@^2.12.3
85517npm verb addNamed ">=2.12.3 <3.0.0" is a valid semver range for is-my-json-valid
85518npm verb addNameRange registry:http://registry.npmjs.org/is-my-json-valid not in flight; fetching
85519npm verb get http://registry.npmjs.org/is-my-json-valid not expired, no request
85520npm verb addNamed "2.12.3" is a plain semver version for is-my-json-valid
85521npm verb addRemoteTarball http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
85522npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz',
85523npm verb addRemoteTarball '5a39d1d76b2dbb83140bbd157b1d5ee4bdc85ad6' ]
85524npm info retry fetch attempt 1 at 11:32:49
85525npm info attempt registry request try #1 at 11:32:49
85526npm http fetch GET http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
85527npm http fetch 200 http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz
85528npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.3.tgz not in flight; adding
85529npm verb addTmpTarball already have metadata; skipping unpack for is-my-json-valid@2.12.3
85530npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json not in flight; writing
85531npm verb afterAdd /root/.npm/is-my-json-valid/2.12.3/package/package.json written
85532npm verb cache add spec ansi-styles@^2.1.0
85533npm verb cache add spec has-ansi@^2.0.0
85534npm verb cache add spec strip-ansi@^3.0.0
85535npm verb cache add spec supports-color@^2.0.0
85536npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
85537npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
85538npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
85539npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
85540npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
85541npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
85542npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
85543npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
85544npm verb request uri http://registry.npmjs.org/ansi-styles
85545npm verb request no auth needed
85546npm info attempt registry request try #1 at 11:32:49
85547npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
85548npm http request GET http://registry.npmjs.org/ansi-styles
85549npm verb request uri http://registry.npmjs.org/has-ansi
85550npm verb request no auth needed
85551npm info attempt registry request try #1 at 11:32:49
85552npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
85553npm http request GET http://registry.npmjs.org/has-ansi
85554npm verb get http://registry.npmjs.org/supports-color not expired, no request
85555npm verb addNamed "2.0.0" is a plain semver version for supports-color
85556npm verb request uri http://registry.npmjs.org/strip-ansi
85557npm verb request no auth needed
85558npm info attempt registry request try #1 at 11:32:49
85559npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
85560npm http request GET http://registry.npmjs.org/strip-ansi
85561npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
85562npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
85563npm http 304 http://registry.npmjs.org/has-ansi
85564npm verb headers { date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85565npm verb headers via: '1.1 varnish',
85566npm verb headers 'cache-control': 'max-age=60',
85567npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
85568npm verb headers age: '36',
85569npm verb headers connection: 'keep-alive',
85570npm verb headers 'x-served-by': 'cache-fra1238-FRA',
85571npm verb headers 'x-cache': 'HIT',
85572npm verb headers 'x-cache-hits': '5',
85573npm verb headers 'x-timer': 'S1450870369.907480,VS0,VE0',
85574npm verb headers vary: 'Accept' }
85575npm verb etag http://registry.npmjs.org/has-ansi from cache
85576npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
85577npm http 304 http://registry.npmjs.org/ansi-styles
85578npm verb headers { date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85579npm verb headers via: '1.1 varnish',
85580npm verb headers 'cache-control': 'max-age=300',
85581npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
85582npm verb headers age: '163',
85583npm verb headers connection: 'keep-alive',
85584npm verb headers 'x-served-by': 'cache-fra1243-FRA',
85585npm verb headers 'x-cache': 'HIT',
85586npm verb headers 'x-cache-hits': '13',
85587npm verb headers 'x-timer': 'S1450870369.907545,VS0,VE0',
85588npm verb headers vary: 'Accept' }
85589npm verb etag http://registry.npmjs.org/ansi-styles from cache
85590npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
85591npm http 304 http://registry.npmjs.org/strip-ansi
85592npm verb headers { date: 'Wed, 23 Dec 2015 11:32:49 GMT',
85593npm verb headers via: '1.1 varnish',
85594npm verb headers 'cache-control': 'max-age=300',
85595npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
85596npm verb headers age: '106',
85597npm verb headers connection: 'keep-alive',
85598npm verb headers 'x-served-by': 'cache-fra1240-FRA',
85599npm verb headers 'x-cache': 'HIT',
85600npm verb headers 'x-cache-hits': '17',
85601npm verb headers 'x-timer': 'S1450870369.916474,VS0,VE0',
85602npm verb headers vary: 'Accept' }
85603npm verb etag http://registry.npmjs.org/strip-ansi from cache
85604npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
85605npm verb addNamed "2.0.0" is a plain semver version for has-ansi
85606npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
85607npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
85608npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
85609npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
85610npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
85611npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
85612npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
85613npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
85614npm verb cache add spec ansi-regex@^2.0.0
85615npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
85616npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
85617npm verb request uri http://registry.npmjs.org/ansi-regex
85618npm verb request no auth needed
85619npm info attempt registry request try #1 at 11:32:50
85620npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
85621npm http request GET http://registry.npmjs.org/ansi-regex
85622npm http 304 http://registry.npmjs.org/ansi-regex
85623npm verb headers { date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85624npm verb headers via: '1.1 varnish',
85625npm verb headers 'cache-control': 'max-age=60',
85626npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
85627npm verb headers age: '14',
85628npm verb headers connection: 'keep-alive',
85629npm verb headers 'x-served-by': 'cache-fra1244-FRA',
85630npm verb headers 'x-cache': 'HIT',
85631npm verb headers 'x-cache-hits': '3',
85632npm verb headers 'x-timer': 'S1450870370.017701,VS0,VE0',
85633npm verb headers vary: 'Accept' }
85634npm verb etag http://registry.npmjs.org/ansi-regex from cache
85635npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
85636npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
85637npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
85638npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
85639npm verb request uri http://registry.npmjs.org/generate-function
85640npm verb request no auth needed
85641npm info attempt registry request try #1 at 11:32:50
85642npm http request GET http://registry.npmjs.org/generate-function
85643npm verb request uri http://registry.npmjs.org/generate-object-property
85644npm verb request no auth needed
85645npm info attempt registry request try #1 at 11:32:50
85646npm http request GET http://registry.npmjs.org/generate-object-property
85647npm verb request uri http://registry.npmjs.org/jsonpointer
85648npm verb request no auth needed
85649npm info attempt registry request try #1 at 11:32:50
85650npm http request GET http://registry.npmjs.org/jsonpointer
85651npm http 200 http://registry.npmjs.org/generate-function
85652npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85653npm verb headers etag: '"12PLKYR2FNJXHNF7XFY76TLP0"',
85654npm verb headers 'content-type': 'application/json',
85655npm verb headers 'cache-control': 'max-age=60',
85656npm verb headers 'content-length': '9953',
85657npm verb headers 'accept-ranges': 'bytes',
85658npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85659npm verb headers via: '1.1 varnish',
85660npm verb headers age: '27',
85661npm verb headers connection: 'keep-alive',
85662npm verb headers 'x-served-by': 'cache-fra1223-FRA',
85663npm verb headers 'x-cache': 'HIT',
85664npm verb headers 'x-cache-hits': '2',
85665npm verb headers 'x-timer': 'S1450870370.116356,VS0,VE0',
85666npm verb headers vary: 'Accept' }
85667npm verb get saving generate-function to /root/.npm/registry.npmjs.org/generate-function/.cache.json
85668npm http 200 http://registry.npmjs.org/generate-object-property
85669npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85670npm verb headers etag: '"72ZH0Q0U3MBSMZ2H72UQCNB13"',
85671npm verb headers 'content-type': 'application/json',
85672npm verb headers 'cache-control': 'max-age=60',
85673npm verb headers 'content-length': '5436',
85674npm verb headers 'accept-ranges': 'bytes',
85675npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85676npm verb headers via: '1.1 varnish',
85677npm verb headers age: '39',
85678npm verb headers connection: 'keep-alive',
85679npm verb headers 'x-served-by': 'cache-fra1237-FRA',
85680npm verb headers 'x-cache': 'HIT',
85681npm verb headers 'x-cache-hits': '3',
85682npm verb headers 'x-timer': 'S1450870370.116202,VS0,VE0',
85683npm verb headers vary: 'Accept' }
85684npm verb get saving generate-object-property to /root/.npm/registry.npmjs.org/generate-object-property/.cache.json
85685npm http 200 http://registry.npmjs.org/jsonpointer
85686npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85687npm verb headers etag: '"17IGQ6M9N1AFI44BLUCGLMIK8"',
85688npm verb headers 'content-type': 'application/json',
85689npm verb headers 'cache-control': 'max-age=300',
85690npm verb headers 'content-length': '6999',
85691npm verb headers 'accept-ranges': 'bytes',
85692npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85693npm verb headers via: '1.1 varnish',
85694npm verb headers age: '224',
85695npm verb headers connection: 'keep-alive',
85696npm verb headers 'x-served-by': 'cache-fra1241-FRA',
85697npm verb headers 'x-cache': 'HIT',
85698npm verb headers 'x-cache-hits': '7',
85699npm verb headers 'x-timer': 'S1450870370.116419,VS0,VE0',
85700npm verb headers vary: 'Accept' }
85701npm verb get saving jsonpointer to /root/.npm/registry.npmjs.org/jsonpointer/.cache.json
85702npm verb cache add spec generate-object-property@^1.1.0
85703npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for generate-object-property
85704npm verb addNameRange registry:http://registry.npmjs.org/generate-object-property not in flight; fetching
85705npm verb cache add spec generate-function@^2.0.0
85706npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for generate-function
85707npm verb addNameRange registry:http://registry.npmjs.org/generate-function not in flight; fetching
85708npm verb cache add spec jsonpointer@2.0.0
85709npm verb addNamed "2.0.0" is a plain semver version for jsonpointer
85710npm verb addNameVersion registry:http://registry.npmjs.org/jsonpointer not in flight; fetching
85711npm verb get http://registry.npmjs.org/generate-object-property not expired, no request
85712npm verb addNamed "1.2.0" is a plain semver version for generate-object-property
85713npm verb get http://registry.npmjs.org/generate-function not expired, no request
85714npm verb addNamed "2.0.0" is a plain semver version for generate-function
85715npm verb get http://registry.npmjs.org/jsonpointer not expired, no request
85716npm verb addRemoteTarball http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
85717npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz',
85718npm verb addRemoteTarball '9c0e1c40308ce804f4783618b937fa88f99d50d0' ]
85719npm verb addRemoteTarball http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
85720npm verb addRemoteTarball [ 'http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz',
85721npm verb addRemoteTarball '6858fe7c0969b7d4e9093337647ac79f60dfbe74' ]
85722npm verb addRemoteTarball http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
85723npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz',
85724npm verb addRemoteTarball '3af1dd20fe85463910d469a385e33017d2a030d9' ]
85725npm info retry fetch attempt 1 at 11:32:50
85726npm info attempt registry request try #1 at 11:32:50
85727npm http fetch GET http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
85728npm info retry fetch attempt 1 at 11:32:50
85729npm info attempt registry request try #1 at 11:32:50
85730npm http fetch GET http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
85731npm info retry fetch attempt 1 at 11:32:50
85732npm info attempt registry request try #1 at 11:32:50
85733npm http fetch GET http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
85734npm http fetch 200 http://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
85735npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz not in flight; adding
85736npm verb addTmpTarball already have metadata; skipping unpack for generate-object-property@1.2.0
85737npm http fetch 200 http://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
85738npm http fetch 200 http://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
85739npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json not in flight; writing
85740npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz not in flight; adding
85741npm verb addTmpTarball already have metadata; skipping unpack for generate-function@2.0.0
85742npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz not in flight; adding
85743npm verb addTmpTarball already have metadata; skipping unpack for jsonpointer@2.0.0
85744npm verb afterAdd /root/.npm/generate-object-property/1.2.0/package/package.json written
85745npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json not in flight; writing
85746npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json not in flight; writing
85747npm verb afterAdd /root/.npm/generate-function/2.0.0/package/package.json written
85748npm verb afterAdd /root/.npm/jsonpointer/2.0.0/package/package.json written
85749npm verb request uri http://registry.npmjs.org/is-property
85750npm verb request no auth needed
85751npm info attempt registry request try #1 at 11:32:50
85752npm http request GET http://registry.npmjs.org/is-property
85753npm http 200 http://registry.npmjs.org/is-property
85754npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85755npm verb headers etag: '"BNDQTQHT86THGVOSXLSBPJXTY"',
85756npm verb headers 'content-type': 'application/json',
85757npm verb headers 'cache-control': 'max-age=300',
85758npm verb headers 'content-length': '5559',
85759npm verb headers 'accept-ranges': 'bytes',
85760npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85761npm verb headers via: '1.1 varnish',
85762npm verb headers age: '273',
85763npm verb headers connection: 'keep-alive',
85764npm verb headers 'x-served-by': 'cache-fra1221-FRA',
85765npm verb headers 'x-cache': 'HIT',
85766npm verb headers 'x-cache-hits': '11',
85767npm verb headers 'x-timer': 'S1450870370.319890,VS0,VE0',
85768npm verb headers vary: 'Accept' }
85769npm verb get saving is-property to /root/.npm/registry.npmjs.org/is-property/.cache.json
85770npm verb cache add spec is-property@^1.0.0
85771npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-property
85772npm verb addNameRange registry:http://registry.npmjs.org/is-property not in flight; fetching
85773npm verb get http://registry.npmjs.org/is-property not expired, no request
85774npm verb addNamed "1.0.2" is a plain semver version for is-property
85775npm verb addRemoteTarball http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
85776npm verb addRemoteTarball [ 'http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz',
85777npm verb addRemoteTarball '57fe1c4e48474edd65b09911f26b1cd4095dda84' ]
85778npm info retry fetch attempt 1 at 11:32:50
85779npm info attempt registry request try #1 at 11:32:50
85780npm http fetch GET http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
85781npm http fetch 200 http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
85782npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/is-property/-/is-property-1.0.2.tgz not in flight; adding
85783npm verb addTmpTarball already have metadata; skipping unpack for is-property@1.0.2
85784npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json not in flight; writing
85785npm verb afterAdd /root/.npm/is-property/1.0.2/package/package.json written
85786npm verb request uri http://registry.npmjs.org/hoek
85787npm verb request no auth needed
85788npm info attempt registry request try #1 at 11:32:50
85789npm http request GET http://registry.npmjs.org/hoek
85790npm verb request uri http://registry.npmjs.org/boom
85791npm verb request no auth needed
85792npm info attempt registry request try #1 at 11:32:50
85793npm http request GET http://registry.npmjs.org/boom
85794npm verb request uri http://registry.npmjs.org/cryptiles
85795npm verb request no auth needed
85796npm info attempt registry request try #1 at 11:32:50
85797npm http request GET http://registry.npmjs.org/cryptiles
85798npm verb request uri http://registry.npmjs.org/sntp
85799npm verb request no auth needed
85800npm info attempt registry request try #1 at 11:32:50
85801npm http request GET http://registry.npmjs.org/sntp
85802npm http 200 http://registry.npmjs.org/cryptiles
85803npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85804npm verb headers etag: '"99IFMGJJU8VHDG34AJNVUOITE"',
85805npm verb headers 'content-type': 'application/json',
85806npm verb headers 'cache-control': 'max-age=300',
85807npm verb headers 'content-length': '20373',
85808npm verb headers 'accept-ranges': 'bytes',
85809npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85810npm verb headers via: '1.1 varnish',
85811npm verb headers age: '238',
85812npm verb headers connection: 'keep-alive',
85813npm verb headers 'x-served-by': 'cache-fra1248-FRA',
85814npm verb headers 'x-cache': 'HIT',
85815npm verb headers 'x-cache-hits': '11',
85816npm verb headers 'x-timer': 'S1450870370.468809,VS0,VE0',
85817npm verb headers vary: 'Accept' }
85818npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
85819npm verb cache add spec cryptiles@2.x.x
85820npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for cryptiles
85821npm verb addNameRange registry:http://registry.npmjs.org/cryptiles not in flight; fetching
85822npm http 200 http://registry.npmjs.org/sntp
85823npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85824npm verb headers etag: '"26EOAOB5E6XN99QN0TPGQ2YJE"',
85825npm verb headers 'content-type': 'application/json',
85826npm verb headers 'cache-control': 'max-age=300',
85827npm verb headers 'content-length': '24763',
85828npm verb headers 'accept-ranges': 'bytes',
85829npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85830npm verb headers via: '1.1 varnish',
85831npm verb headers age: '188',
85832npm verb headers connection: 'keep-alive',
85833npm verb headers 'x-served-by': 'cache-fra1222-FRA',
85834npm verb headers 'x-cache': 'HIT',
85835npm verb headers 'x-cache-hits': '17',
85836npm verb headers 'x-timer': 'S1450870370.474793,VS0,VE0',
85837npm verb headers vary: 'Accept' }
85838npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
85839npm verb get http://registry.npmjs.org/cryptiles not expired, no request
85840npm verb addNamed "2.0.5" is a plain semver version for cryptiles
85841npm verb addRemoteTarball http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
85842npm verb addRemoteTarball [ 'http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz',
85843npm verb addRemoteTarball '3bdfecdc608147c1c67202fa291e7dca59eaa3b8' ]
85844npm info retry fetch attempt 1 at 11:32:50
85845npm info attempt registry request try #1 at 11:32:50
85846npm http fetch GET http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
85847npm verb cache add spec sntp@1.x.x
85848npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for sntp
85849npm verb addNameRange registry:http://registry.npmjs.org/sntp not in flight; fetching
85850npm verb get http://registry.npmjs.org/sntp not expired, no request
85851npm verb addNamed "1.0.9" is a plain semver version for sntp
85852npm http 200 http://registry.npmjs.org/boom
85853npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85854npm verb headers etag: '"1NV0NVGAEXU5ZYFR1OMZA424N"',
85855npm verb headers 'content-type': 'application/json',
85856npm verb headers 'cache-control': 'max-age=300',
85857npm verb headers 'content-length': '69655',
85858npm verb headers 'accept-ranges': 'bytes',
85859npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85860npm verb headers via: '1.1 varnish',
85861npm verb headers age: '89',
85862npm verb headers connection: 'keep-alive',
85863npm verb headers 'x-served-by': 'cache-fra1224-FRA',
85864npm verb headers 'x-cache': 'HIT',
85865npm verb headers 'x-cache-hits': '1',
85866npm verb headers 'x-timer': 'S1450870370.468503,VS0,VE0',
85867npm verb headers vary: 'Accept' }
85868npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
85869npm verb addRemoteTarball http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
85870npm verb addRemoteTarball [ 'http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz',
85871npm verb addRemoteTarball '6541184cc90aeea6c6e7b35e2659082443c66198' ]
85872npm http fetch 200 http://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
85873npm info retry fetch attempt 1 at 11:32:50
85874npm info attempt registry request try #1 at 11:32:50
85875npm http fetch GET http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
85876npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz not in flight; adding
85877npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@2.0.5
85878npm verb cache add spec boom@2.x.x
85879npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for boom
85880npm verb addNameRange registry:http://registry.npmjs.org/boom not in flight; fetching
85881npm http 200 http://registry.npmjs.org/hoek
85882npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85883npm verb headers etag: '"BK0EM5E3PB0W7BTA9A4XMYS4P"',
85884npm verb headers 'content-type': 'application/json',
85885npm verb headers 'cache-control': 'max-age=60',
85886npm verb headers 'content-length': '121825',
85887npm verb headers 'accept-ranges': 'bytes',
85888npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85889npm verb headers via: '1.1 varnish',
85890npm verb headers age: '50',
85891npm verb headers connection: 'keep-alive',
85892npm verb headers 'x-served-by': 'cache-fra1226-FRA',
85893npm verb headers 'x-cache': 'HIT',
85894npm verb headers 'x-cache-hits': '2',
85895npm verb headers 'x-timer': 'S1450870370.468570,VS0,VE0',
85896npm verb headers vary: 'Accept' }
85897npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
85898npm http fetch 200 http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
85899npm verb get http://registry.npmjs.org/boom not expired, no request
85900npm verb addNamed "2.10.1" is a plain semver version for boom
85901npm verb addRemoteTarball http://registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
85902npm verb addRemoteTarball [ 'http://registry.npmjs.org/boom/-/boom-2.10.1.tgz',
85903npm verb addRemoteTarball '39c8918ceff5799f83f9492a848f625add0c766f' ]
85904npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json not in flight; writing
85905npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sntp/-/sntp-1.0.9.tgz not in flight; adding
85906npm verb addTmpTarball already have metadata; skipping unpack for sntp@1.0.9
85907npm info retry fetch attempt 1 at 11:32:50
85908npm info attempt registry request try #1 at 11:32:50
85909npm http fetch GET http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
85910npm verb cache add spec hoek@2.x.x
85911npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for hoek
85912npm verb addNameRange registry:http://registry.npmjs.org/hoek not in flight; fetching
85913npm verb afterAdd /root/.npm/cryptiles/2.0.5/package/package.json written
85914npm verb get http://registry.npmjs.org/hoek not expired, no request
85915npm verb addNamed "2.16.3" is a plain semver version for hoek
85916npm http fetch 200 http://registry.npmjs.org/boom/-/boom-2.10.1.tgz
85917npm verb addRemoteTarball http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
85918npm verb addRemoteTarball [ 'http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz',
85919npm verb addRemoteTarball '20bb7403d3cea398e91dc4710a8ff1b8274a25ed' ]
85920npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json not in flight; writing
85921npm info retry fetch attempt 1 at 11:32:50
85922npm info attempt registry request try #1 at 11:32:50
85923npm http fetch GET http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
85924npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/boom/-/boom-2.10.1.tgz not in flight; adding
85925npm verb addTmpTarball already have metadata; skipping unpack for boom@2.10.1
85926npm verb afterAdd /root/.npm/sntp/1.0.9/package/package.json written
85927npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json not in flight; writing
85928npm verb afterAdd /root/.npm/boom/2.10.1/package/package.json written
85929npm http fetch 200 http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
85930npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/hoek/-/hoek-2.16.3.tgz not in flight; adding
85931npm verb addTmpTarball already have metadata; skipping unpack for hoek@2.16.3
85932npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json not in flight; writing
85933npm verb afterAdd /root/.npm/hoek/2.16.3/package/package.json written
85934npm verb request uri http://registry.npmjs.org/assert-plus
85935npm verb request no auth needed
85936npm info attempt registry request try #1 at 11:32:50
85937npm http request GET http://registry.npmjs.org/assert-plus
85938npm verb request uri http://registry.npmjs.org/jsprim
85939npm verb request no auth needed
85940npm info attempt registry request try #1 at 11:32:50
85941npm http request GET http://registry.npmjs.org/jsprim
85942npm verb request uri http://registry.npmjs.org/sshpk
85943npm verb request no auth needed
85944npm info attempt registry request try #1 at 11:32:50
85945npm http request GET http://registry.npmjs.org/sshpk
85946npm http 200 http://registry.npmjs.org/assert-plus
85947npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85948npm verb headers etag: '"EFRV6IG2UKHGF602VFINNFRWC"',
85949npm verb headers 'content-type': 'application/json',
85950npm verb headers 'cache-control': 'max-age=60',
85951npm verb headers 'content-length': '11635',
85952npm verb headers 'accept-ranges': 'bytes',
85953npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85954npm verb headers via: '1.1 varnish',
85955npm verb headers age: '54',
85956npm verb headers connection: 'keep-alive',
85957npm verb headers 'x-served-by': 'cache-fra1237-FRA',
85958npm verb headers 'x-cache': 'HIT',
85959npm verb headers 'x-cache-hits': '2',
85960npm verb headers 'x-timer': 'S1450870370.843047,VS0,VE0',
85961npm verb headers vary: 'Accept' }
85962npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
85963npm verb cache add spec assert-plus@^0.1.5
85964npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
85965npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
85966npm http 200 http://registry.npmjs.org/jsprim
85967npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85968npm verb headers etag: '"3YGGY16NVDUR7BVVDXVSYGMYA"',
85969npm verb headers 'content-type': 'application/json',
85970npm verb headers 'cache-control': 'max-age=60',
85971npm verb headers 'content-length': '24451',
85972npm verb headers 'accept-ranges': 'bytes',
85973npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85974npm verb headers via: '1.1 varnish',
85975npm verb headers age: '12',
85976npm verb headers connection: 'keep-alive',
85977npm verb headers 'x-served-by': 'cache-fra1222-FRA',
85978npm verb headers 'x-cache': 'HIT',
85979npm verb headers 'x-cache-hits': '1',
85980npm verb headers 'x-timer': 'S1450870370.843176,VS0,VE0',
85981npm verb headers vary: 'Accept' }
85982npm verb get saving jsprim to /root/.npm/registry.npmjs.org/jsprim/.cache.json
85983npm http 200 http://registry.npmjs.org/sshpk
85984npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
85985npm verb headers etag: '"WFGF59F9MXERJ1WXQ20CWFEN"',
85986npm verb headers 'content-type': 'application/json',
85987npm verb headers 'cache-control': 'max-age=60',
85988npm verb headers 'content-length': '47470',
85989npm verb headers 'accept-ranges': 'bytes',
85990npm verb headers date: 'Wed, 23 Dec 2015 11:32:50 GMT',
85991npm verb headers via: '1.1 varnish',
85992npm verb headers age: '59',
85993npm verb headers connection: 'keep-alive',
85994npm verb headers 'x-served-by': 'cache-fra1246-FRA',
85995npm verb headers 'x-cache': 'HIT',
85996npm verb headers 'x-cache-hits': '4',
85997npm verb headers 'x-timer': 'S1450870370.849866,VS0,VE0',
85998npm verb headers vary: 'Accept' }
85999npm verb get saving sshpk to /root/.npm/registry.npmjs.org/sshpk/.cache.json
86000npm verb get http://registry.npmjs.org/assert-plus not expired, no request
86001npm verb addNamed "0.1.5" is a plain semver version for assert-plus
86002npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
86003npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
86004npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
86005npm info retry fetch attempt 1 at 11:32:50
86006npm info attempt registry request try #1 at 11:32:50
86007npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
86008npm verb cache add spec jsprim@^1.2.2
86009npm verb addNamed ">=1.2.2 <2.0.0" is a valid semver range for jsprim
86010npm verb addNameRange registry:http://registry.npmjs.org/jsprim not in flight; fetching
86011npm verb cache add spec sshpk@^1.7.0
86012npm verb addNamed ">=1.7.0 <2.0.0" is a valid semver range for sshpk
86013npm verb addNameRange registry:http://registry.npmjs.org/sshpk not in flight; fetching
86014npm verb get http://registry.npmjs.org/jsprim not expired, no request
86015npm verb addNamed "1.2.2" is a plain semver version for jsprim
86016npm verb get http://registry.npmjs.org/sshpk not expired, no request
86017npm verb addNamed "1.7.1" is a plain semver version for sshpk
86018npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
86019npm verb addRemoteTarball http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz not in flight; adding
86020npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz',
86021npm verb addRemoteTarball 'f20c906ac92abd58e3b79ac8bc70a48832512da1' ]
86022npm verb addRemoteTarball http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz not in flight; adding
86023npm verb addRemoteTarball [ 'http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz',
86024npm verb addRemoteTarball '565e386c42a77e6062fbd14c0472ff21cd53398c' ]
86025npm info retry fetch attempt 1 at 11:32:50
86026npm info attempt registry request try #1 at 11:32:50
86027npm http fetch GET http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz
86028npm info retry fetch attempt 1 at 11:32:50
86029npm info attempt registry request try #1 at 11:32:50
86030npm http fetch GET http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz
86031npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
86032npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
86033npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
86034npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
86035npm http fetch 200 http://registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz
86036npm http fetch 200 http://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz
86037npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsprim/-/jsprim-1.2.2.tgz not in flight; adding
86038npm verb addTmpTarball already have metadata; skipping unpack for jsprim@1.2.2
86039npm verb afterAdd /root/.npm/jsprim/1.2.2/package/package.json not in flight; writing
86040npm verb afterAdd /root/.npm/jsprim/1.2.2/package/package.json written
86041npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz not in flight; adding
86042npm verb addTmpTarball already have metadata; skipping unpack for sshpk@1.7.1
86043npm verb afterAdd /root/.npm/sshpk/1.7.1/package/package.json not in flight; writing
86044npm verb afterAdd /root/.npm/sshpk/1.7.1/package/package.json written
86045npm verb request uri http://registry.npmjs.org/extsprintf
86046npm verb request no auth needed
86047npm info attempt registry request try #1 at 11:32:51
86048npm http request GET http://registry.npmjs.org/extsprintf
86049npm verb request uri http://registry.npmjs.org/json-schema
86050npm verb request no auth needed
86051npm info attempt registry request try #1 at 11:32:51
86052npm http request GET http://registry.npmjs.org/json-schema
86053npm verb request uri http://registry.npmjs.org/verror
86054npm verb request no auth needed
86055npm info attempt registry request try #1 at 11:32:51
86056npm http request GET http://registry.npmjs.org/verror
86057npm http 200 http://registry.npmjs.org/json-schema
86058npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86059npm verb headers etag: '"9WNB2O09XXV6FIP0YLWI85VF8"',
86060npm verb headers 'content-type': 'application/json',
86061npm verb headers 'cache-control': 'max-age=60',
86062npm verb headers 'content-length': '3483',
86063npm verb headers 'accept-ranges': 'bytes',
86064npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86065npm verb headers via: '1.1 varnish',
86066npm verb headers age: '44',
86067npm verb headers connection: 'keep-alive',
86068npm verb headers 'x-served-by': 'cache-fra1248-FRA',
86069npm verb headers 'x-cache': 'HIT',
86070npm verb headers 'x-cache-hits': '1',
86071npm verb headers 'x-timer': 'S1450870371.097742,VS0,VE0',
86072npm verb headers vary: 'Accept' }
86073npm verb get saving json-schema to /root/.npm/registry.npmjs.org/json-schema/.cache.json
86074npm http 200 http://registry.npmjs.org/extsprintf
86075npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86076npm verb headers etag: '"8SZHSWXY2AGI2KX70GQFVOSWW"',
86077npm verb headers 'content-type': 'application/json',
86078npm verb headers 'cache-control': 'max-age=60',
86079npm verb headers 'content-length': '8730',
86080npm verb headers 'accept-ranges': 'bytes',
86081npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86082npm verb headers via: '1.1 varnish',
86083npm verb headers age: '12',
86084npm verb headers connection: 'keep-alive',
86085npm verb headers 'x-served-by': 'cache-fra1222-FRA',
86086npm verb headers 'x-cache': 'HIT',
86087npm verb headers 'x-cache-hits': '1',
86088npm verb headers 'x-timer': 'S1450870371.097596,VS0,VE0',
86089npm verb headers vary: 'Accept' }
86090npm verb get saving extsprintf to /root/.npm/registry.npmjs.org/extsprintf/.cache.json
86091npm http 200 http://registry.npmjs.org/verror
86092npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86093npm verb headers etag: '"79P4PT5UK0A4Z5IGJRC3G830A"',
86094npm verb headers 'content-type': 'application/json',
86095npm verb headers 'cache-control': 'max-age=300',
86096npm verb headers 'content-length': '15583',
86097npm verb headers 'accept-ranges': 'bytes',
86098npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86099npm verb headers via: '1.1 varnish',
86100npm verb headers age: '136',
86101npm verb headers connection: 'keep-alive',
86102npm verb headers 'x-served-by': 'cache-fra1228-FRA',
86103npm verb headers 'x-cache': 'HIT',
86104npm verb headers 'x-cache-hits': '2',
86105npm verb headers 'x-timer': 'S1450870371.105117,VS0,VE0',
86106npm verb headers vary: 'Accept' }
86107npm verb get saving verror to /root/.npm/registry.npmjs.org/verror/.cache.json
86108npm verb cache add spec verror@1.3.6
86109npm verb addNamed "1.3.6" is a plain semver version for verror
86110npm verb addNameVersion registry:http://registry.npmjs.org/verror not in flight; fetching
86111npm verb cache add spec json-schema@0.2.2
86112npm verb addNamed "0.2.2" is a plain semver version for json-schema
86113npm verb addNameVersion registry:http://registry.npmjs.org/json-schema not in flight; fetching
86114npm verb cache add spec extsprintf@1.0.2
86115npm verb addNamed "1.0.2" is a plain semver version for extsprintf
86116npm verb addNameVersion registry:http://registry.npmjs.org/extsprintf not in flight; fetching
86117npm verb get http://registry.npmjs.org/verror not expired, no request
86118npm verb get http://registry.npmjs.org/json-schema not expired, no request
86119npm verb addRemoteTarball http://registry.npmjs.org/verror/-/verror-1.3.6.tgz not in flight; adding
86120npm verb addRemoteTarball [ 'http://registry.npmjs.org/verror/-/verror-1.3.6.tgz',
86121npm verb addRemoteTarball 'cff5df12946d297d2baaefaa2689e25be01c005c' ]
86122npm verb addRemoteTarball http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
86123npm verb addRemoteTarball [ 'http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz',
86124npm verb addRemoteTarball '50354f19f603917c695f70b85afa77c3b0f23506' ]
86125npm verb get http://registry.npmjs.org/extsprintf not expired, no request
86126npm verb addRemoteTarball http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz not in flight; adding
86127npm verb addRemoteTarball [ 'http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz',
86128npm verb addRemoteTarball 'e1080e0658e300b06294990cc70e1502235fd550' ]
86129npm info retry fetch attempt 1 at 11:32:51
86130npm info attempt registry request try #1 at 11:32:51
86131npm http fetch GET http://registry.npmjs.org/verror/-/verror-1.3.6.tgz
86132npm info retry fetch attempt 1 at 11:32:51
86133npm info attempt registry request try #1 at 11:32:51
86134npm http fetch GET http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
86135npm info retry fetch attempt 1 at 11:32:51
86136npm info attempt registry request try #1 at 11:32:51
86137npm http fetch GET http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
86138npm http fetch 200 http://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz
86139npm http fetch 200 http://registry.npmjs.org/verror/-/verror-1.3.6.tgz
86140npm http fetch 200 http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
86141npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/verror/-/verror-1.3.6.tgz not in flight; adding
86142npm verb addTmpTarball already have metadata; skipping unpack for verror@1.3.6
86143npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz not in flight; adding
86144npm verb addTmpTarball already have metadata; skipping unpack for extsprintf@1.0.2
86145npm verb afterAdd /root/.npm/verror/1.3.6/package/package.json not in flight; writing
86146npm verb afterAdd /root/.npm/extsprintf/1.0.2/package/package.json not in flight; writing
86147npm verb afterAdd /root/.npm/verror/1.3.6/package/package.json written
86148npm verb afterAdd /root/.npm/extsprintf/1.0.2/package/package.json written
86149npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz not in flight; adding
86150npm verb addTmpTarball already have metadata; skipping unpack for json-schema@0.2.2
86151npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json not in flight; writing
86152npm verb afterAdd /root/.npm/json-schema/0.2.2/package/package.json written
86153npm verb cache add spec assert-plus@>=0.2.0 <0.3.0
86154npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for assert-plus
86155npm verb addNameRange registry:http://registry.npmjs.org/assert-plus not in flight; fetching
86156npm verb request uri http://registry.npmjs.org/asn1
86157npm verb request no auth needed
86158npm info attempt registry request try #1 at 11:32:51
86159npm http request GET http://registry.npmjs.org/asn1
86160npm verb request uri http://registry.npmjs.org/dashdash
86161npm verb request no auth needed
86162npm info attempt registry request try #1 at 11:32:51
86163npm http request GET http://registry.npmjs.org/dashdash
86164npm verb request uri http://registry.npmjs.org/jsbn
86165npm verb request no auth needed
86166npm info attempt registry request try #1 at 11:32:51
86167npm http request GET http://registry.npmjs.org/jsbn
86168npm verb request uri http://registry.npmjs.org/tweetnacl
86169npm verb request no auth needed
86170npm info attempt registry request try #1 at 11:32:51
86171npm http request GET http://registry.npmjs.org/tweetnacl
86172npm verb request uri http://registry.npmjs.org/jodid25519
86173npm verb request no auth needed
86174npm info attempt registry request try #1 at 11:32:51
86175npm http request GET http://registry.npmjs.org/jodid25519
86176npm verb request uri http://registry.npmjs.org/ecc-jsbn
86177npm verb request no auth needed
86178npm info attempt registry request try #1 at 11:32:51
86179npm http request GET http://registry.npmjs.org/ecc-jsbn
86180npm verb get http://registry.npmjs.org/assert-plus not expired, no request
86181npm verb addNamed "0.2.0" is a plain semver version for assert-plus
86182npm verb addRemoteTarball http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
86183npm verb addRemoteTarball [ 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz',
86184npm verb addRemoteTarball 'd74e1b87e7affc0db8aadb7021f3fe48101ab234' ]
86185npm info retry fetch attempt 1 at 11:32:51
86186npm info attempt registry request try #1 at 11:32:51
86187npm http fetch GET http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
86188npm http 200 http://registry.npmjs.org/jsbn
86189npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86190npm verb headers etag: '"33X0P4LH4FOWL4UGP1FCGR7SG"',
86191npm verb headers 'content-type': 'application/json',
86192npm verb headers 'cache-control': 'max-age=300',
86193npm verb headers 'content-length': '4574',
86194npm verb headers 'accept-ranges': 'bytes',
86195npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86196npm verb headers via: '1.1 varnish',
86197npm verb headers age: '34',
86198npm verb headers connection: 'keep-alive',
86199npm verb headers 'x-served-by': 'cache-fra1243-FRA',
86200npm verb headers 'x-cache': 'HIT',
86201npm verb headers 'x-cache-hits': '1',
86202npm verb headers 'x-timer': 'S1450870371.411633,VS0,VE0',
86203npm verb headers vary: 'Accept' }
86204npm verb get saving jsbn to /root/.npm/registry.npmjs.org/jsbn/.cache.json
86205npm http 200 http://registry.npmjs.org/ecc-jsbn
86206npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86207npm verb headers etag: '"8IPAYE6OVAGXFBN0Q542LZIYT"',
86208npm verb headers 'content-type': 'application/json',
86209npm verb headers 'cache-control': 'max-age=60',
86210npm verb headers 'content-length': '3089',
86211npm verb headers 'accept-ranges': 'bytes',
86212npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86213npm verb headers via: '1.1 varnish',
86214npm verb headers age: '12',
86215npm verb headers connection: 'keep-alive',
86216npm verb headers 'x-served-by': 'cache-fra1228-FRA',
86217npm verb headers 'x-cache': 'HIT',
86218npm verb headers 'x-cache-hits': '1',
86219npm verb headers 'x-timer': 'S1450870371.412194,VS0,VE0',
86220npm verb headers vary: 'Accept' }
86221npm verb get saving ecc-jsbn to /root/.npm/registry.npmjs.org/ecc-jsbn/.cache.json
86222npm http fetch 200 http://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
86223npm http 200 http://registry.npmjs.org/asn1
86224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86225npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
86226npm verb headers 'content-type': 'application/json',
86227npm verb headers 'cache-control': 'max-age=60',
86228npm verb headers 'content-length': '18850',
86229npm verb headers 'accept-ranges': 'bytes',
86230npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86231npm verb headers via: '1.1 varnish',
86232npm verb headers age: '44',
86233npm verb headers connection: 'keep-alive',
86234npm verb headers 'x-served-by': 'cache-fra1226-FRA',
86235npm verb headers 'x-cache': 'HIT',
86236npm verb headers 'x-cache-hits': '5',
86237npm verb headers 'x-timer': 'S1450870371.411418,VS0,VE0',
86238npm verb headers vary: 'Accept' }
86239npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
86240npm http 200 http://registry.npmjs.org/jodid25519
86241npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86242npm verb headers etag: '"APSI4YRSNGRC822SKKV7D0GGN"',
86243npm verb headers 'content-type': 'application/json',
86244npm verb headers 'cache-control': 'max-age=60',
86245npm verb headers 'content-length': '7330',
86246npm verb headers 'accept-ranges': 'bytes',
86247npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86248npm verb headers via: '1.1 varnish',
86249npm verb headers age: '23',
86250npm verb headers connection: 'keep-alive',
86251npm verb headers 'x-served-by': 'cache-fra1220-FRA',
86252npm verb headers 'x-cache': 'HIT',
86253npm verb headers 'x-cache-hits': '2',
86254npm verb headers 'x-timer': 'S1450870371.411622,VS0,VE0',
86255npm verb headers vary: 'Accept' }
86256npm verb get saving jodid25519 to /root/.npm/registry.npmjs.org/jodid25519/.cache.json
86257npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz not in flight; adding
86258npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.2.0
86259npm verb cache add spec jsbn@>=0.1.0 <0.2.0
86260npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for jsbn
86261npm verb addNameRange registry:http://registry.npmjs.org/jsbn not in flight; fetching
86262npm verb cache add spec ecc-jsbn@>=0.0.1 <1.0.0
86263npm verb addNamed ">=0.0.1 <1.0.0" is a valid semver range for ecc-jsbn
86264npm verb addNameRange registry:http://registry.npmjs.org/ecc-jsbn not in flight; fetching
86265npm http 200 http://registry.npmjs.org/dashdash
86266npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86267npm verb headers etag: '"2GJ6PG6JKOGEBLBT5J33S3U0U"',
86268npm verb headers 'content-type': 'application/json',
86269npm verb headers 'cache-control': 'max-age=60',
86270npm verb headers 'content-length': '37661',
86271npm verb headers 'accept-ranges': 'bytes',
86272npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86273npm verb headers via: '1.1 varnish',
86274npm verb headers age: '31',
86275npm verb headers connection: 'keep-alive',
86276npm verb headers 'x-served-by': 'cache-fra1248-FRA',
86277npm verb headers 'x-cache': 'HIT',
86278npm verb headers 'x-cache-hits': '5',
86279npm verb headers 'x-timer': 'S1450870371.411457,VS0,VE0',
86280npm verb headers vary: 'Accept' }
86281npm verb get saving dashdash to /root/.npm/registry.npmjs.org/dashdash/.cache.json
86282npm verb cache add spec asn1@>=0.2.3 <0.3.0
86283npm verb addNamed ">=0.2.3 <0.3.0" is a valid semver range for asn1
86284npm verb addNameRange registry:http://registry.npmjs.org/asn1 not in flight; fetching
86285npm verb cache add spec jodid25519@>=1.0.0 <2.0.0
86286npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for jodid25519
86287npm verb addNameRange registry:http://registry.npmjs.org/jodid25519 not in flight; fetching
86288npm verb get http://registry.npmjs.org/jsbn not expired, no request
86289npm verb addNamed "0.1.0" is a plain semver version for jsbn
86290npm verb get http://registry.npmjs.org/ecc-jsbn not expired, no request
86291npm verb addNamed "0.1.1" is a plain semver version for ecc-jsbn
86292npm verb addRemoteTarball http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz not in flight; adding
86293npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz',
86294npm verb addRemoteTarball '650987da0dd74f4ebf5a11377a2aa2d273e97dfd' ]
86295npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json not in flight; writing
86296npm verb addRemoteTarball http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz not in flight; adding
86297npm verb addRemoteTarball [ 'http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz',
86298npm verb addRemoteTarball '0fc73a9ed5f0d53c38193398523ef7e543777505' ]
86299npm verb get http://registry.npmjs.org/asn1 not expired, no request
86300npm verb addNamed "0.2.3" is a plain semver version for asn1
86301npm verb get http://registry.npmjs.org/jodid25519 not expired, no request
86302npm verb addNamed "1.0.2" is a plain semver version for jodid25519
86303npm verb addRemoteTarball http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
86304npm verb addRemoteTarball [ 'http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz',
86305npm verb addRemoteTarball 'dac8787713c9966849fc8180777ebe9c1ddf3b86' ]
86306npm verb addRemoteTarball http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz not in flight; adding
86307npm verb addRemoteTarball [ 'http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz',
86308npm verb addRemoteTarball '06d4912255093419477d425633606e0e90782967' ]
86309npm info retry fetch attempt 1 at 11:32:51
86310npm info attempt registry request try #1 at 11:32:51
86311npm http fetch GET http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz
86312npm info retry fetch attempt 1 at 11:32:51
86313npm info attempt registry request try #1 at 11:32:51
86314npm http fetch GET http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
86315npm http 200 http://registry.npmjs.org/tweetnacl
86316npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86317npm verb headers etag: '"27FNMOBI16BCGWHN791EITERJ"',
86318npm verb headers 'content-type': 'application/json',
86319npm verb headers 'cache-control': 'max-age=60',
86320npm verb headers 'content-length': '41964',
86321npm verb headers 'accept-ranges': 'bytes',
86322npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86323npm verb headers via: '1.1 varnish',
86324npm verb headers age: '12',
86325npm verb headers connection: 'keep-alive',
86326npm verb headers 'x-served-by': 'cache-fra1243-FRA',
86327npm verb headers 'x-cache': 'HIT',
86328npm verb headers 'x-cache-hits': '1',
86329npm verb headers 'x-timer': 'S1450870371.411505,VS0,VE0',
86330npm verb headers vary: 'Accept' }
86331npm verb get saving tweetnacl to /root/.npm/registry.npmjs.org/tweetnacl/.cache.json
86332npm verb afterAdd /root/.npm/assert-plus/0.2.0/package/package.json written
86333npm info retry fetch attempt 1 at 11:32:51
86334npm info attempt registry request try #1 at 11:32:51
86335npm http fetch GET http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
86336npm verb cache add spec dashdash@>=1.10.1 <2.0.0
86337npm verb addNamed ">=1.10.1 <2.0.0" is a valid semver range for dashdash
86338npm verb addNameRange registry:http://registry.npmjs.org/dashdash not in flight; fetching
86339npm info retry fetch attempt 1 at 11:32:51
86340npm info attempt registry request try #1 at 11:32:51
86341npm http fetch GET http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
86342npm http fetch 200 http://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz
86343npm http fetch 200 http://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
86344npm http fetch 200 http://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
86345npm verb get http://registry.npmjs.org/dashdash not expired, no request
86346npm verb addNamed "1.10.1" is a plain semver version for dashdash
86347npm verb addRemoteTarball http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
86348npm verb addRemoteTarball [ 'http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz',
86349npm verb addRemoteTarball '0abf1af89a8f5129a81f18c2b35b21df22622f60' ]
86350npm http fetch 200 http://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
86351npm verb cache add spec tweetnacl@>=0.13.0 <1.0.0
86352npm verb addNamed ">=0.13.0 <1.0.0" is a valid semver range for tweetnacl
86353npm verb addNameRange registry:http://registry.npmjs.org/tweetnacl not in flight; fetching
86354npm info retry fetch attempt 1 at 11:32:51
86355npm info attempt registry request try #1 at 11:32:51
86356npm http fetch GET http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
86357npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/asn1/-/asn1-0.2.3.tgz not in flight; adding
86358npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.2.3
86359npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz not in flight; adding
86360npm verb addTmpTarball already have metadata; skipping unpack for ecc-jsbn@0.1.1
86361npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz not in flight; adding
86362npm verb addTmpTarball already have metadata; skipping unpack for jsbn@0.1.0
86363npm verb get http://registry.npmjs.org/tweetnacl not expired, no request
86364npm verb addNamed "0.13.2" is a plain semver version for tweetnacl
86365npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz not in flight; adding
86366npm verb addTmpTarball already have metadata; skipping unpack for jodid25519@1.0.2
86367npm verb addRemoteTarball http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz not in flight; adding
86368npm verb addRemoteTarball [ 'http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz',
86369npm verb addRemoteTarball '453161770469d45cd266c36404e2bc99a8fa9944' ]
86370npm http fetch 200 http://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz
86371npm info retry fetch attempt 1 at 11:32:51
86372npm info attempt registry request try #1 at 11:32:51
86373npm http fetch GET http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz
86374npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json not in flight; writing
86375npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz not in flight; adding
86376npm verb addTmpTarball already have metadata; skipping unpack for dashdash@1.10.1
86377npm verb afterAdd /root/.npm/ecc-jsbn/0.1.1/package/package.json not in flight; writing
86378npm verb afterAdd /root/.npm/jsbn/0.1.0/package/package.json not in flight; writing
86379npm verb afterAdd /root/.npm/jodid25519/1.0.2/package/package.json not in flight; writing
86380npm verb afterAdd /root/.npm/asn1/0.2.3/package/package.json written
86381npm verb afterAdd /root/.npm/ecc-jsbn/0.1.1/package/package.json written
86382npm verb afterAdd /root/.npm/jsbn/0.1.0/package/package.json written
86383npm http fetch 200 http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz
86384npm verb afterAdd /root/.npm/jodid25519/1.0.2/package/package.json written
86385npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json not in flight; writing
86386npm verb afterAdd /root/.npm/dashdash/1.10.1/package/package.json written
86387npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz not in flight; adding
86388npm verb addTmpTarball already have metadata; skipping unpack for tweetnacl@0.13.2
86389npm verb afterAdd /root/.npm/tweetnacl/0.13.2/package/package.json not in flight; writing
86390npm verb afterAdd /root/.npm/tweetnacl/0.13.2/package/package.json written
86391npm verb request uri http://registry.npmjs.org/block-stream
86392npm verb request no auth needed
86393npm info attempt registry request try #1 at 11:32:51
86394npm http request GET http://registry.npmjs.org/block-stream
86395npm http 200 http://registry.npmjs.org/block-stream
86396npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86397npm verb headers etag: '"C7OJPKZD1OK2WI9TVJ794V0P5"',
86398npm verb headers 'content-type': 'application/json',
86399npm verb headers 'cache-control': 'max-age=60',
86400npm verb headers 'content-length': '6256',
86401npm verb headers 'accept-ranges': 'bytes',
86402npm verb headers date: 'Wed, 23 Dec 2015 11:32:51 GMT',
86403npm verb headers via: '1.1 varnish',
86404npm verb headers age: '18',
86405npm verb headers connection: 'keep-alive',
86406npm verb headers 'x-served-by': 'cache-fra1221-FRA',
86407npm verb headers 'x-cache': 'HIT',
86408npm verb headers 'x-cache-hits': '1',
86409npm verb headers 'x-timer': 'S1450870371.819159,VS0,VE0',
86410npm verb headers vary: 'Accept' }
86411npm verb get saving block-stream to /root/.npm/registry.npmjs.org/block-stream/.cache.json
86412npm verb cache add spec block-stream@*
86413npm verb addNamed "*" is a valid semver range for block-stream
86414npm verb addNameRange registry:http://registry.npmjs.org/block-stream not in flight; fetching
86415npm verb get http://registry.npmjs.org/block-stream not expired, no request
86416npm verb addNamed "0.0.8" is a plain semver version for block-stream
86417npm verb addRemoteTarball http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
86418npm verb addRemoteTarball [ 'http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz',
86419npm verb addRemoteTarball '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b' ]
86420npm info retry fetch attempt 1 at 11:32:51
86421npm info attempt registry request try #1 at 11:32:51
86422npm http fetch GET http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
86423npm http fetch 200 http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz
86424npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz not in flight; adding
86425npm verb addTmpTarball already have metadata; skipping unpack for block-stream@0.0.8
86426npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json not in flight; writing
86427npm verb afterAdd /root/.npm/block-stream/0.0.8/package/package.json written
86428npm verb cache add spec osenv@^0.1.0
86429npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for osenv
86430npm verb addNameRange registry:http://registry.npmjs.org/osenv not in flight; fetching
86431npm verb request uri http://registry.npmjs.org/config-chain
86432npm verb request no auth needed
86433npm info attempt registry request try #1 at 11:32:51
86434npm http request GET http://registry.npmjs.org/config-chain
86435npm verb request uri http://registry.npmjs.org/ini
86436npm verb request no auth needed
86437npm info attempt registry request try #1 at 11:32:51
86438npm http request GET http://registry.npmjs.org/ini
86439npm verb request uri http://registry.npmjs.org/uid-number
86440npm verb request no auth needed
86441npm info attempt registry request try #1 at 11:32:51
86442npm http request GET http://registry.npmjs.org/uid-number
86443npm verb request uri http://registry.npmjs.org/osenv
86444npm verb request no auth needed
86445npm info attempt registry request try #1 at 11:32:51
86446npm verb etag "5PEBCGQI27PB8P8C7TGV8M0K7"
86447npm http request GET http://registry.npmjs.org/osenv
86448npm http 200 http://registry.npmjs.org/config-chain
86449npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86450npm verb headers etag: '"CHG8L9Y4PX5XDC5TVXB93ATK3"',
86451npm verb headers 'content-type': 'application/json',
86452npm verb headers 'cache-control': 'max-age=300',
86453npm verb headers 'content-length': '23787',
86454npm verb headers 'accept-ranges': 'bytes',
86455npm verb headers date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86456npm verb headers via: '1.1 varnish',
86457npm verb headers age: '260',
86458npm verb headers connection: 'keep-alive',
86459npm verb headers 'x-served-by': 'cache-fra1236-FRA',
86460npm verb headers 'x-cache': 'HIT',
86461npm verb headers 'x-cache-hits': '5',
86462npm verb headers 'x-timer': 'S1450870372.001093,VS0,VE0',
86463npm verb headers vary: 'Accept' }
86464npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
86465npm http 304 http://registry.npmjs.org/osenv
86466npm verb headers { date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86467npm verb headers via: '1.1 varnish',
86468npm verb headers 'cache-control': 'max-age=60',
86469npm verb headers etag: '"5PEBCGQI27PB8P8C7TGV8M0K7"',
86470npm verb headers age: '41',
86471npm verb headers connection: 'keep-alive',
86472npm verb headers 'x-served-by': 'cache-fra1230-FRA',
86473npm verb headers 'x-cache': 'HIT',
86474npm verb headers 'x-cache-hits': '3',
86475npm verb headers 'x-timer': 'S1450870372.010234,VS0,VE0',
86476npm verb headers vary: 'Accept' }
86477npm verb etag http://registry.npmjs.org/osenv from cache
86478npm verb get saving osenv to /root/.npm/registry.npmjs.org/osenv/.cache.json
86479npm verb addNamed "0.1.3" is a plain semver version for osenv
86480npm verb cache add spec config-chain@~1.1.8
86481npm verb addNamed ">=1.1.8 <1.2.0" is a valid semver range for config-chain
86482npm verb addNameRange registry:http://registry.npmjs.org/config-chain not in flight; fetching
86483npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json not in flight; writing
86484npm verb get http://registry.npmjs.org/config-chain not expired, no request
86485npm verb addNamed "1.1.9" is a plain semver version for config-chain
86486npm http 200 http://registry.npmjs.org/ini
86487npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86488npm verb headers etag: '"R52V4AUHE1ZAYPLUYOIGNC3N"',
86489npm verb headers 'content-type': 'application/json',
86490npm verb headers 'cache-control': 'max-age=300',
86491npm verb headers 'content-length': '15321',
86492npm verb headers 'accept-ranges': 'bytes',
86493npm verb headers date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86494npm verb headers via: '1.1 varnish',
86495npm verb headers age: '298',
86496npm verb headers connection: 'keep-alive',
86497npm verb headers 'x-served-by': 'cache-fra1226-FRA',
86498npm verb headers 'x-cache': 'HIT',
86499npm verb headers 'x-cache-hits': '14',
86500npm verb headers 'x-timer': 'S1450870372.001236,VS0,VE0',
86501npm verb headers vary: 'Accept' }
86502npm verb get saving ini to /root/.npm/registry.npmjs.org/ini/.cache.json
86503npm verb addRemoteTarball http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
86504npm verb addRemoteTarball [ 'http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
86505npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
86506npm info retry fetch attempt 1 at 11:32:52
86507npm info attempt registry request try #1 at 11:32:52
86508npm http fetch GET http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
86509npm verb afterAdd /root/.npm/osenv/0.1.3/package/package.json written
86510npm verb cache add spec ini@^1.2.0
86511npm verb addNamed ">=1.2.0 <2.0.0" is a valid semver range for ini
86512npm verb addNameRange registry:http://registry.npmjs.org/ini not in flight; fetching
86513npm verb get http://registry.npmjs.org/ini not expired, no request
86514npm verb addNamed "1.3.4" is a plain semver version for ini
86515npm http fetch 200 http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
86516npm verb addRemoteTarball http://registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
86517npm verb addRemoteTarball [ 'http://registry.npmjs.org/ini/-/ini-1.3.4.tgz',
86518npm verb addRemoteTarball '0537cb79daf59b59a1a517dff706c86ec039162e' ]
86519npm info retry fetch attempt 1 at 11:32:52
86520npm info attempt registry request try #1 at 11:32:52
86521npm http fetch GET http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
86522npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
86523npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
86524npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
86525npm http fetch 200 http://registry.npmjs.org/ini/-/ini-1.3.4.tgz
86526npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
86527npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ini/-/ini-1.3.4.tgz not in flight; adding
86528npm verb addTmpTarball already have metadata; skipping unpack for ini@1.3.4
86529npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json not in flight; writing
86530npm verb afterAdd /root/.npm/ini/1.3.4/package/package.json written
86531npm http 200 http://registry.npmjs.org/uid-number
86532npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86533npm verb headers etag: '"CWFLK7S5CJT098IANBCL68CGK"',
86534npm verb headers 'content-type': 'application/json',
86535npm verb headers 'cache-control': 'max-age=300',
86536npm verb headers 'content-length': '6212',
86537npm verb headers 'accept-ranges': 'bytes',
86538npm verb headers date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86539npm verb headers via: '1.1 varnish',
86540npm verb headers age: '196',
86541npm verb headers connection: 'keep-alive',
86542npm verb headers 'x-served-by': 'cache-fra1247-FRA',
86543npm verb headers 'x-cache': 'HIT',
86544npm verb headers 'x-cache-hits': '7',
86545npm verb headers 'x-timer': 'S1450870372.001108,VS0,VE0',
86546npm verb headers vary: 'Accept' }
86547npm verb get saving uid-number to /root/.npm/registry.npmjs.org/uid-number/.cache.json
86548npm verb cache add spec uid-number@0.0.5
86549npm verb addNamed "0.0.5" is a plain semver version for uid-number
86550npm verb addNameVersion registry:http://registry.npmjs.org/uid-number not in flight; fetching
86551npm verb get http://registry.npmjs.org/uid-number not expired, no request
86552npm verb addRemoteTarball http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
86553npm verb addRemoteTarball [ 'http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz',
86554npm verb addRemoteTarball '5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e' ]
86555npm info retry fetch attempt 1 at 11:32:52
86556npm info attempt registry request try #1 at 11:32:52
86557npm http fetch GET http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
86558npm http fetch 200 http://registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz
86559npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uid-number/-/uid-number-0.0.5.tgz not in flight; adding
86560npm verb addTmpTarball already have metadata; skipping unpack for uid-number@0.0.5
86561npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json not in flight; writing
86562npm verb afterAdd /root/.npm/uid-number/0.0.5/package/package.json written
86563npm verb request uri http://registry.npmjs.org/proto-list
86564npm verb request no auth needed
86565npm info attempt registry request try #1 at 11:32:52
86566npm http request GET http://registry.npmjs.org/proto-list
86567npm http 200 http://registry.npmjs.org/proto-list
86568npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86569npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
86570npm verb headers 'content-type': 'application/json',
86571npm verb headers 'cache-control': 'max-age=300',
86572npm verb headers 'content-length': '6843',
86573npm verb headers 'accept-ranges': 'bytes',
86574npm verb headers date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86575npm verb headers via: '1.1 varnish',
86576npm verb headers age: '50',
86577npm verb headers connection: 'keep-alive',
86578npm verb headers 'x-served-by': 'cache-fra1234-FRA',
86579npm verb headers 'x-cache': 'HIT',
86580npm verb headers 'x-cache-hits': '2',
86581npm verb headers 'x-timer': 'S1450870372.560232,VS0,VE0',
86582npm verb headers vary: 'Accept' }
86583npm verb get saving proto-list to /root/.npm/registry.npmjs.org/proto-list/.cache.json
86584npm verb cache add spec proto-list@~1.2.1
86585npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for proto-list
86586npm verb addNameRange registry:http://registry.npmjs.org/proto-list not in flight; fetching
86587npm verb get http://registry.npmjs.org/proto-list not expired, no request
86588npm verb addNamed "1.2.4" is a plain semver version for proto-list
86589npm verb addRemoteTarball http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
86590npm verb addRemoteTarball [ 'http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz',
86591npm verb addRemoteTarball '212d5bfe1318306a420f6402b8e26ff39647a849' ]
86592npm info retry fetch attempt 1 at 11:32:52
86593npm info attempt registry request try #1 at 11:32:52
86594npm http fetch GET http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
86595npm http fetch 200 http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz
86596npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz not in flight; adding
86597npm verb addTmpTarball already have metadata; skipping unpack for proto-list@1.2.4
86598npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json not in flight; writing
86599npm verb afterAdd /root/.npm/proto-list/1.2.4/package/package.json written
86600npm verb cache add spec fs-extra@^0.16.5
86601npm verb addNamed ">=0.16.5 <0.17.0" is a valid semver range for fs-extra
86602npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
86603npm verb request uri http://registry.npmjs.org/fs-extra
86604npm verb request no auth needed
86605npm info attempt registry request try #1 at 11:32:52
86606npm verb etag "5P97O68TI1NHUQFEFJMUY0QSA"
86607npm http request GET http://registry.npmjs.org/fs-extra
86608npm http 304 http://registry.npmjs.org/fs-extra
86609npm verb headers { date: 'Wed, 23 Dec 2015 11:32:52 GMT',
86610npm verb headers via: '1.1 varnish',
86611npm verb headers 'cache-control': 'max-age=300',
86612npm verb headers etag: '"5P97O68TI1NHUQFEFJMUY0QSA"',
86613npm verb headers age: '165',
86614npm verb headers connection: 'keep-alive',
86615npm verb headers 'x-served-by': 'cache-fra1221-FRA',
86616npm verb headers 'x-cache': 'HIT',
86617npm verb headers 'x-cache-hits': '3',
86618npm verb headers 'x-timer': 'S1450870372.764174,VS0,VE0',
86619npm verb headers vary: 'Accept' }
86620npm verb etag http://registry.npmjs.org/fs-extra from cache
86621npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
86622npm verb addNamed "0.16.5" is a plain semver version for fs-extra
86623npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json not in flight; writing
86624npm verb afterAdd /root/.npm/fs-extra/0.16.5/package/package.json written
86625npm verb cache add spec graceful-fs@^3.0.5
86626npm verb addNamed ">=3.0.5 <4.0.0" is a valid semver range for graceful-fs
86627npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
86628npm verb get http://registry.npmjs.org/graceful-fs not expired, no request
86629npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
86630npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
86631npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
86632npm verb request uri http://registry.npmjs.org/broccoli-sri-hash
86633npm verb request no auth needed
86634npm info attempt registry request try #1 at 11:32:52
86635npm http request GET http://registry.npmjs.org/broccoli-sri-hash
86636npm http 200 http://registry.npmjs.org/broccoli-sri-hash
86637npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86638npm verb headers etag: '"81GD9EWPL721SJJ69BS8U2SV4"',
86639npm verb headers 'content-type': 'application/json',
86640npm verb headers 'cache-control': 'max-age=300',
86641npm verb headers 'content-length': '29172',
86642npm verb headers 'accept-ranges': 'bytes',
86643npm verb headers date: 'Wed, 23 Dec 2015 11:32:53 GMT',
86644npm verb headers via: '1.1 varnish',
86645npm verb headers age: '0',
86646npm verb headers connection: 'keep-alive',
86647npm verb headers 'x-served-by': 'cache-fra1235-FRA',
86648npm verb headers 'x-cache': 'HIT',
86649npm verb headers 'x-cache-hits': '1',
86650npm verb headers 'x-timer': 'S1450870372.896208,VS0,VE401',
86651npm verb headers vary: 'Accept' }
86652npm verb get saving broccoli-sri-hash to /root/.npm/registry.npmjs.org/broccoli-sri-hash/.cache.json
86653npm verb cache add spec broccoli-sri-hash@^1.2.2
86654npm verb addNamed ">=1.2.2 <2.0.0" is a valid semver range for broccoli-sri-hash
86655npm verb addNameRange registry:http://registry.npmjs.org/broccoli-sri-hash not in flight; fetching
86656npm verb get http://registry.npmjs.org/broccoli-sri-hash not expired, no request
86657npm verb addNamed "1.2.2" is a plain semver version for broccoli-sri-hash
86658npm verb addRemoteTarball http://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-1.2.2.tgz not in flight; adding
86659npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-1.2.2.tgz',
86660npm verb addRemoteTarball '64e54401ac02ea49ebf2701169ae214c07588493' ]
86661npm info retry fetch attempt 1 at 11:32:53
86662npm info attempt registry request try #1 at 11:32:53
86663npm http fetch GET http://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-1.2.2.tgz
86664npm http fetch 200 http://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-1.2.2.tgz
86665npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-1.2.2.tgz not in flight; adding
86666npm verb addTmpTarball already have metadata; skipping unpack for broccoli-sri-hash@1.2.2
86667npm verb afterAdd /root/.npm/broccoli-sri-hash/1.2.2/package/package.json not in flight; writing
86668npm verb afterAdd /root/.npm/broccoli-sri-hash/1.2.2/package/package.json written
86669npm verb cache add spec rsvp@^3.1.0
86670npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for rsvp
86671npm verb addNameRange registry:http://registry.npmjs.org/rsvp not in flight; fetching
86672npm verb request uri http://registry.npmjs.org/sri-toolbox
86673npm verb request no auth needed
86674npm info attempt registry request try #1 at 11:32:53
86675npm http request GET http://registry.npmjs.org/sri-toolbox
86676npm verb request uri http://registry.npmjs.org/rsvp
86677npm verb request no auth needed
86678npm info attempt registry request try #1 at 11:32:53
86679npm verb etag "A0XLZDWSFX1IXP8XZSWHPFFBO"
86680npm http request GET http://registry.npmjs.org/rsvp
86681npm http 200 http://registry.npmjs.org/sri-toolbox
86682npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86683npm verb headers etag: '"4LAJJ865XYQW8ZQ0R83KYWWA7"',
86684npm verb headers 'content-type': 'application/json',
86685npm verb headers 'cache-control': 'max-age=300',
86686npm verb headers 'content-length': '10296',
86687npm verb headers 'accept-ranges': 'bytes',
86688npm verb headers date: 'Wed, 23 Dec 2015 11:32:53 GMT',
86689npm verb headers via: '1.1 varnish',
86690npm verb headers age: '33',
86691npm verb headers connection: 'keep-alive',
86692npm verb headers 'x-served-by': 'cache-fra1222-FRA',
86693npm verb headers 'x-cache': 'HIT',
86694npm verb headers 'x-cache-hits': '1',
86695npm verb headers 'x-timer': 'S1450870373.529589,VS0,VE0',
86696npm verb headers vary: 'Accept' }
86697npm verb get saving sri-toolbox to /root/.npm/registry.npmjs.org/sri-toolbox/.cache.json
86698npm http 304 http://registry.npmjs.org/rsvp
86699npm verb headers { date: 'Wed, 23 Dec 2015 11:32:53 GMT',
86700npm verb headers via: '1.1 varnish',
86701npm verb headers 'cache-control': 'max-age=300',
86702npm verb headers etag: '"A0XLZDWSFX1IXP8XZSWHPFFBO"',
86703npm verb headers age: '11',
86704npm verb headers connection: 'keep-alive',
86705npm verb headers 'x-served-by': 'cache-fra1221-FRA',
86706npm verb headers 'x-cache': 'HIT',
86707npm verb headers 'x-cache-hits': '1',
86708npm verb headers 'x-timer': 'S1450870373.540111,VS0,VE0',
86709npm verb headers vary: 'Accept' }
86710npm verb etag http://registry.npmjs.org/rsvp from cache
86711npm verb get saving rsvp to /root/.npm/registry.npmjs.org/rsvp/.cache.json
86712npm verb addNamed "3.1.0" is a plain semver version for rsvp
86713npm verb cache add spec sri-toolbox@^0.2.0
86714npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sri-toolbox
86715npm verb addNameRange registry:http://registry.npmjs.org/sri-toolbox not in flight; fetching
86716npm verb addRemoteTarball http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz not in flight; adding
86717npm verb addRemoteTarball [ 'http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz',
86718npm verb addRemoteTarball '19d96e71315f3ddbc57c4c62a6db898adb64d791' ]
86719npm info retry fetch attempt 1 at 11:32:53
86720npm info attempt registry request try #1 at 11:32:53
86721npm http fetch GET http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz
86722npm verb get http://registry.npmjs.org/sri-toolbox not expired, no request
86723npm verb addNamed "0.2.0" is a plain semver version for sri-toolbox
86724npm verb addRemoteTarball http://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz not in flight; adding
86725npm verb addRemoteTarball [ 'http://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz',
86726npm verb addRemoteTarball 'a7fea5c3fde55e675cf1c8c06f3ebb5c2935835e' ]
86727npm info retry fetch attempt 1 at 11:32:53
86728npm info attempt registry request try #1 at 11:32:53
86729npm http fetch GET http://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz
86730npm http fetch 200 http://registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz
86731npm http fetch 200 http://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz
86732npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz not in flight; adding
86733npm verb addTmpTarball already have metadata; skipping unpack for sri-toolbox@0.2.0
86734npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/rsvp/-/rsvp-3.1.0.tgz not in flight; adding
86735npm verb addTmpTarball already have metadata; skipping unpack for rsvp@3.1.0
86736npm verb afterAdd /root/.npm/sri-toolbox/0.2.0/package/package.json not in flight; writing
86737npm verb afterAdd /root/.npm/rsvp/3.1.0/package/package.json not in flight; writing
86738npm verb afterAdd /root/.npm/sri-toolbox/0.2.0/package/package.json written
86739npm verb afterAdd /root/.npm/rsvp/3.1.0/package/package.json written
86740npm verb request uri http://registry.npmjs.org/broccoli-uglify-sourcemap
86741npm verb request no auth needed
86742npm info attempt registry request try #1 at 11:32:53
86743npm http request GET http://registry.npmjs.org/broccoli-uglify-sourcemap
86744npm http 200 http://registry.npmjs.org/broccoli-uglify-sourcemap
86745npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86746npm verb headers etag: '"A5T7FZ5OHU12HME1JB4LSYS8B"',
86747npm verb headers 'content-type': 'application/json',
86748npm verb headers 'cache-control': 'max-age=300',
86749npm verb headers 'content-length': '9657',
86750npm verb headers 'accept-ranges': 'bytes',
86751npm verb headers date: 'Wed, 23 Dec 2015 11:32:53 GMT',
86752npm verb headers via: '1.1 varnish',
86753npm verb headers age: '8',
86754npm verb headers connection: 'keep-alive',
86755npm verb headers 'x-served-by': 'cache-fra1238-FRA',
86756npm verb headers 'x-cache': 'HIT',
86757npm verb headers 'x-cache-hits': '1',
86758npm verb headers 'x-timer': 'S1450870373.768631,VS0,VE0',
86759npm verb headers vary: 'Accept' }
86760npm verb get saving broccoli-uglify-sourcemap to /root/.npm/registry.npmjs.org/broccoli-uglify-sourcemap/.cache.json
86761npm verb cache add spec broccoli-uglify-sourcemap@^1.0.0
86762npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-uglify-sourcemap
86763npm verb addNameRange registry:http://registry.npmjs.org/broccoli-uglify-sourcemap not in flight; fetching
86764npm verb get http://registry.npmjs.org/broccoli-uglify-sourcemap not expired, no request
86765npm verb addNamed "1.1.0" is a plain semver version for broccoli-uglify-sourcemap
86766npm verb addRemoteTarball http://registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.1.0.tgz not in flight; adding
86767npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.1.0.tgz',
86768npm verb addRemoteTarball '7e9fda128ecc278c12df6538c84d77ae383904a3' ]
86769npm info retry fetch attempt 1 at 11:32:53
86770npm info attempt registry request try #1 at 11:32:53
86771npm http fetch GET http://registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.1.0.tgz
86772npm http fetch 200 http://registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.1.0.tgz
86773npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.1.0.tgz not in flight; adding
86774npm verb addTmpTarball already have metadata; skipping unpack for broccoli-uglify-sourcemap@1.1.0
86775npm verb afterAdd /root/.npm/broccoli-uglify-sourcemap/1.1.0/package/package.json not in flight; writing
86776npm verb afterAdd /root/.npm/broccoli-uglify-sourcemap/1.1.0/package/package.json written
86777npm verb cache add spec uglify-js@~2.5.0
86778npm verb cache add spec walk-sync@^0.1.3
86779npm verb addNamed ">=2.5.0 <2.6.0" is a valid semver range for uglify-js
86780npm verb addNameRange registry:http://registry.npmjs.org/uglify-js not in flight; fetching
86781npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for walk-sync
86782npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
86783npm verb request uri http://registry.npmjs.org/uglify-js
86784npm verb request no auth needed
86785npm info attempt registry request try #1 at 11:32:53
86786npm verb etag "BE7FWKSDTIOBL0YMPX4ZON01W"
86787npm http request GET http://registry.npmjs.org/uglify-js
86788npm verb request uri http://registry.npmjs.org/walk-sync
86789npm verb request no auth needed
86790npm info attempt registry request try #1 at 11:32:54
86791npm verb etag "8AI53OM7YRJVMRZ8DIVWCDNLN"
86792npm http request GET http://registry.npmjs.org/walk-sync
86793npm http 304 http://registry.npmjs.org/uglify-js
86794npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86795npm verb headers via: '1.1 varnish',
86796npm verb headers 'cache-control': 'max-age=300',
86797npm verb headers etag: '"BE7FWKSDTIOBL0YMPX4ZON01W"',
86798npm verb headers age: '242',
86799npm verb headers connection: 'keep-alive',
86800npm verb headers 'x-served-by': 'cache-fra1240-FRA',
86801npm verb headers 'x-cache': 'HIT',
86802npm verb headers 'x-cache-hits': '17',
86803npm verb headers 'x-timer': 'S1450870374.022016,VS0,VE0',
86804npm verb headers vary: 'Accept' }
86805npm verb etag http://registry.npmjs.org/uglify-js from cache
86806npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
86807npm http 304 http://registry.npmjs.org/walk-sync
86808npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86809npm verb headers via: '1.1 varnish',
86810npm verb headers 'cache-control': 'max-age=300',
86811npm verb headers etag: '"8AI53OM7YRJVMRZ8DIVWCDNLN"',
86812npm verb headers age: '21',
86813npm verb headers connection: 'keep-alive',
86814npm verb headers 'x-served-by': 'cache-fra1244-FRA',
86815npm verb headers 'x-cache': 'HIT',
86816npm verb headers 'x-cache-hits': '1',
86817npm verb headers 'x-timer': 'S1450870374.021871,VS0,VE0',
86818npm verb headers vary: 'Accept' }
86819npm verb etag http://registry.npmjs.org/walk-sync from cache
86820npm verb get saving walk-sync to /root/.npm/registry.npmjs.org/walk-sync/.cache.json
86821npm verb addNamed "0.1.3" is a plain semver version for walk-sync
86822npm verb addNamed "2.5.0" is a plain semver version for uglify-js
86823npm verb addRemoteTarball http://registry.npmjs.org/uglify-js/-/uglify-js-2.5.0.tgz not in flight; adding
86824npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-js/-/uglify-js-2.5.0.tgz',
86825npm verb addRemoteTarball '4ab5d65a4730ecb7a4fb62d3f499e2054d98fba1' ]
86826npm info retry fetch attempt 1 at 11:32:54
86827npm info attempt registry request try #1 at 11:32:54
86828npm http fetch GET http://registry.npmjs.org/uglify-js/-/uglify-js-2.5.0.tgz
86829npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
86830npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
86831npm http fetch 200 http://registry.npmjs.org/uglify-js/-/uglify-js-2.5.0.tgz
86832npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uglify-js/-/uglify-js-2.5.0.tgz not in flight; adding
86833npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.5.0
86834npm verb afterAdd /root/.npm/uglify-js/2.5.0/package/package.json not in flight; writing
86835npm verb afterAdd /root/.npm/uglify-js/2.5.0/package/package.json written
86836npm verb cache add spec source-map@~0.5.1
86837npm verb cache add spec yargs@~3.5.4
86838npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for source-map
86839npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
86840npm verb addNamed ">=3.5.4 <3.6.0" is a valid semver range for yargs
86841npm verb addNameRange registry:http://registry.npmjs.org/yargs not in flight; fetching
86842npm verb request uri http://registry.npmjs.org/uglify-to-browserify
86843npm verb request no auth needed
86844npm info attempt registry request try #1 at 11:32:54
86845npm http request GET http://registry.npmjs.org/uglify-to-browserify
86846npm verb request uri http://registry.npmjs.org/source-map
86847npm verb request no auth needed
86848npm info attempt registry request try #1 at 11:32:54
86849npm verb etag "9A7YCHFO2TY98XTX57E2TQ7TE"
86850npm http request GET http://registry.npmjs.org/source-map
86851npm verb request uri http://registry.npmjs.org/yargs
86852npm verb request no auth needed
86853npm info attempt registry request try #1 at 11:32:54
86854npm verb etag "7EKDP4FRWZTLN3TSSF6L8LBTH"
86855npm http request GET http://registry.npmjs.org/yargs
86856npm http 200 http://registry.npmjs.org/uglify-to-browserify
86857npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86858npm verb headers etag: '"BEHQLBD9DR6K29JIICSDUTRUR"',
86859npm verb headers 'content-type': 'application/json',
86860npm verb headers 'cache-control': 'max-age=60',
86861npm verb headers 'content-length': '4775',
86862npm verb headers 'accept-ranges': 'bytes',
86863npm verb headers date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86864npm verb headers via: '1.1 varnish',
86865npm verb headers age: '57',
86866npm verb headers connection: 'keep-alive',
86867npm verb headers 'x-served-by': 'cache-fra1237-FRA',
86868npm verb headers 'x-cache': 'HIT',
86869npm verb headers 'x-cache-hits': '1',
86870npm verb headers 'x-timer': 'S1450870374.355063,VS0,VE0',
86871npm verb headers vary: 'Accept' }
86872npm verb get saving uglify-to-browserify to /root/.npm/registry.npmjs.org/uglify-to-browserify/.cache.json
86873npm http 304 http://registry.npmjs.org/source-map
86874npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86875npm verb headers via: '1.1 varnish',
86876npm verb headers 'cache-control': 'max-age=60',
86877npm verb headers etag: '"9A7YCHFO2TY98XTX57E2TQ7TE"',
86878npm verb headers age: '14',
86879npm verb headers connection: 'keep-alive',
86880npm verb headers 'x-served-by': 'cache-fra1241-FRA',
86881npm verb headers 'x-cache': 'HIT',
86882npm verb headers 'x-cache-hits': '2',
86883npm verb headers 'x-timer': 'S1450870374.369604,VS0,VE0',
86884npm verb headers vary: 'Accept' }
86885npm verb etag http://registry.npmjs.org/source-map from cache
86886npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
86887npm http 304 http://registry.npmjs.org/yargs
86888npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86889npm verb headers via: '1.1 varnish',
86890npm verb headers 'cache-control': 'max-age=300',
86891npm verb headers etag: '"7EKDP4FRWZTLN3TSSF6L8LBTH"',
86892npm verb headers age: '172',
86893npm verb headers connection: 'keep-alive',
86894npm verb headers 'x-served-by': 'cache-fra1243-FRA',
86895npm verb headers 'x-cache': 'HIT',
86896npm verb headers 'x-cache-hits': '6',
86897npm verb headers 'x-timer': 'S1450870374.381205,VS0,VE0',
86898npm verb headers vary: 'Accept' }
86899npm verb etag http://registry.npmjs.org/yargs from cache
86900npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
86901npm verb cache add spec uglify-to-browserify@~1.0.0
86902npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for uglify-to-browserify
86903npm verb addNameRange registry:http://registry.npmjs.org/uglify-to-browserify not in flight; fetching
86904npm verb addNamed "0.5.3" is a plain semver version for source-map
86905npm verb addNamed "3.5.4" is a plain semver version for yargs
86906npm verb addRemoteTarball http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
86907npm verb addRemoteTarball [ 'http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz',
86908npm verb addRemoteTarball 'd8aff8f665e94c34bd259bdebd1bfaf0ddd35361' ]
86909npm verb get http://registry.npmjs.org/uglify-to-browserify not expired, no request
86910npm verb addNamed "1.0.2" is a plain semver version for uglify-to-browserify
86911npm info retry fetch attempt 1 at 11:32:54
86912npm info attempt registry request try #1 at 11:32:54
86913npm http fetch GET http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
86914npm verb addRemoteTarball http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
86915npm verb addRemoteTarball [ 'http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz',
86916npm verb addRemoteTarball '6e0924d6bda6b5afe349e39a6d632850a0f882b7' ]
86917npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json not in flight; writing
86918npm info retry fetch attempt 1 at 11:32:54
86919npm info attempt registry request try #1 at 11:32:54
86920npm http fetch GET http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
86921npm verb afterAdd /root/.npm/source-map/0.5.3/package/package.json written
86922npm http fetch 200 http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
86923npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
86924npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.5.4
86925npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json not in flight; writing
86926npm http fetch 200 http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
86927npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json written
86928npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
86929npm verb addTmpTarball already have metadata; skipping unpack for uglify-to-browserify@1.0.2
86930npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json not in flight; writing
86931npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json written
86932npm verb cache add spec window-size@0.1.0
86933npm verb cache add spec wordwrap@0.0.2
86934npm verb addNamed "0.1.0" is a plain semver version for window-size
86935npm verb addNameVersion registry:http://registry.npmjs.org/window-size not in flight; fetching
86936npm verb addNamed "0.0.2" is a plain semver version for wordwrap
86937npm verb addNameVersion registry:http://registry.npmjs.org/wordwrap not in flight; fetching
86938npm verb request uri http://registry.npmjs.org/window-size
86939npm verb request no auth needed
86940npm info attempt registry request try #1 at 11:32:54
86941npm verb etag "663MQE2QDQ87JZWCV2SZKKO24"
86942npm http request GET http://registry.npmjs.org/window-size
86943npm verb request uri http://registry.npmjs.org/wordwrap
86944npm verb request no auth needed
86945npm info attempt registry request try #1 at 11:32:54
86946npm verb etag "73LBTAP4GYYX0WY7YM3IQ89SJ"
86947npm http request GET http://registry.npmjs.org/wordwrap
86948npm http 304 http://registry.npmjs.org/wordwrap
86949npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86950npm verb headers via: '1.1 varnish',
86951npm verb headers 'cache-control': 'max-age=300',
86952npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
86953npm verb headers age: '225',
86954npm verb headers connection: 'keep-alive',
86955npm verb headers 'x-served-by': 'cache-fra1239-FRA',
86956npm verb headers 'x-cache': 'HIT',
86957npm verb headers 'x-cache-hits': '17',
86958npm verb headers 'x-timer': 'S1450870374.595899,VS0,VE0',
86959npm verb headers vary: 'Accept' }
86960npm verb etag http://registry.npmjs.org/wordwrap from cache
86961npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
86962npm http 304 http://registry.npmjs.org/window-size
86963npm verb headers { date: 'Wed, 23 Dec 2015 11:32:54 GMT',
86964npm verb headers via: '1.1 varnish',
86965npm verb headers 'cache-control': 'max-age=60',
86966npm verb headers etag: '"663MQE2QDQ87JZWCV2SZKKO24"',
86967npm verb headers age: '12',
86968npm verb headers connection: 'keep-alive',
86969npm verb headers 'x-served-by': 'cache-fra1221-FRA',
86970npm verb headers 'x-cache': 'HIT',
86971npm verb headers 'x-cache-hits': '2',
86972npm verb headers 'x-timer': 'S1450870374.595590,VS0,VE0',
86973npm verb headers vary: 'Accept' }
86974npm verb etag http://registry.npmjs.org/window-size from cache
86975npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
86976npm verb addRemoteTarball http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
86977npm verb addRemoteTarball [ 'http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz',
86978npm verb addRemoteTarball '5438cd2ea93b202efa3a19fe8887aee7c94f9c9d' ]
86979npm info retry fetch attempt 1 at 11:32:54
86980npm info attempt registry request try #1 at 11:32:54
86981npm http fetch GET http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
86982npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
86983npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
86984npm http fetch 200 http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
86985npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
86986npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.0
86987npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json not in flight; writing
86988npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json written
86989npm verb request uri http://registry.npmjs.org/ember-getowner-polyfill
86990npm verb request no auth needed
86991npm info attempt registry request try #1 at 11:32:54
86992npm http request GET http://registry.npmjs.org/ember-getowner-polyfill
86993npm http 200 http://registry.npmjs.org/ember-getowner-polyfill
86994npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
86995npm verb headers etag: '"1NH9GH09N1G7NES4HODVX8YMC"',
86996npm verb headers 'content-type': 'application/json',
86997npm verb headers 'cache-control': 'max-age=300',
86998npm verb headers 'content-length': '5945',
86999npm verb headers 'accept-ranges': 'bytes',
87000npm verb headers date: 'Wed, 23 Dec 2015 11:32:54 GMT',
87001npm verb headers via: '1.1 varnish',
87002npm verb headers age: '0',
87003npm verb headers connection: 'keep-alive',
87004npm verb headers 'x-served-by': 'cache-fra1222-FRA',
87005npm verb headers 'x-cache': 'MISS',
87006npm verb headers 'x-cache-hits': '0',
87007npm verb headers 'x-timer': 'S1450870374.754351,VS0,VE104',
87008npm verb headers vary: 'Accept' }
87009npm verb get saving ember-getowner-polyfill to /root/.npm/registry.npmjs.org/ember-getowner-polyfill/.cache.json
87010npm verb cache add spec ember-getowner-polyfill@^1.0.0
87011npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for ember-getowner-polyfill
87012npm verb addNameRange registry:http://registry.npmjs.org/ember-getowner-polyfill not in flight; fetching
87013npm verb get http://registry.npmjs.org/ember-getowner-polyfill not expired, no request
87014npm verb addNamed "1.0.0" is a plain semver version for ember-getowner-polyfill
87015npm verb addRemoteTarball http://registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.0.0.tgz not in flight; adding
87016npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.0.0.tgz',
87017npm verb addRemoteTarball 'f847ceabd97ab97e9e9d279c382400a4d407a9d6' ]
87018npm info retry fetch attempt 1 at 11:32:54
87019npm info attempt registry request try #1 at 11:32:54
87020npm http fetch GET http://registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.0.0.tgz
87021npm http fetch 200 http://registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.0.0.tgz
87022npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.0.0.tgz not in flight; adding
87023npm verb addTmpTarball already have metadata; skipping unpack for ember-getowner-polyfill@1.0.0
87024npm verb afterAdd /root/.npm/ember-getowner-polyfill/1.0.0/package/package.json not in flight; writing
87025npm verb afterAdd /root/.npm/ember-getowner-polyfill/1.0.0/package/package.json written
87026npm verb cache add spec ember-cli-htmlbars@0.7.9
87027npm verb addNamed "0.7.9" is a plain semver version for ember-cli-htmlbars
87028npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-htmlbars not in flight; fetching
87029npm verb request uri http://registry.npmjs.org/ember-cli-htmlbars
87030npm verb request no auth needed
87031npm info attempt registry request try #1 at 11:32:54
87032npm verb etag "C0Y2OA6SX375KXVEBUUZZ6LCK"
87033npm http request GET http://registry.npmjs.org/ember-cli-htmlbars
87034npm http 304 http://registry.npmjs.org/ember-cli-htmlbars
87035npm verb headers { date: 'Wed, 23 Dec 2015 11:32:55 GMT',
87036npm verb headers via: '1.1 varnish',
87037npm verb headers 'cache-control': 'max-age=300',
87038npm verb headers etag: '"C0Y2OA6SX375KXVEBUUZZ6LCK"',
87039npm verb headers age: '100',
87040npm verb headers connection: 'keep-alive',
87041npm verb headers 'x-served-by': 'cache-fra1226-FRA',
87042npm verb headers 'x-cache': 'HIT',
87043npm verb headers 'x-cache-hits': '1',
87044npm verb headers 'x-timer': 'S1450870375.007684,VS0,VE0',
87045npm verb headers vary: 'Accept' }
87046npm verb etag http://registry.npmjs.org/ember-cli-htmlbars from cache
87047npm verb get saving ember-cli-htmlbars to /root/.npm/registry.npmjs.org/ember-cli-htmlbars/.cache.json
87048npm verb addRemoteTarball http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-0.7.9.tgz not in flight; adding
87049npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-0.7.9.tgz',
87050npm verb addRemoteTarball '142cd4325ab3f48c76cf8dc4d3a3800f38e721be' ]
87051npm info retry fetch attempt 1 at 11:32:55
87052npm info attempt registry request try #1 at 11:32:55
87053npm http fetch GET http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-0.7.9.tgz
87054npm http fetch 200 http://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-0.7.9.tgz
87055npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-0.7.9.tgz not in flight; adding
87056npm verb addTmpTarball already have metadata; skipping unpack for ember-cli-htmlbars@0.7.9
87057npm verb afterAdd /root/.npm/ember-cli-htmlbars/0.7.9/package/package.json not in flight; writing
87058npm verb afterAdd /root/.npm/ember-cli-htmlbars/0.7.9/package/package.json written
87059npm verb cache add spec broccoli-filter@^0.1.6
87060npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for broccoli-filter
87061npm verb addNameRange registry:http://registry.npmjs.org/broccoli-filter not in flight; fetching
87062npm verb request uri http://registry.npmjs.org/broccoli-filter
87063npm verb request no auth needed
87064npm info attempt registry request try #1 at 11:32:55
87065npm verb etag "5JG7OFU5B7RCL17IGHJHA84JK"
87066npm http request GET http://registry.npmjs.org/broccoli-filter
87067npm http 304 http://registry.npmjs.org/broccoli-filter
87068npm verb headers { date: 'Wed, 23 Dec 2015 11:32:55 GMT',
87069npm verb headers via: '1.1 varnish',
87070npm verb headers 'cache-control': 'max-age=300',
87071npm verb headers etag: '"5JG7OFU5B7RCL17IGHJHA84JK"',
87072npm verb headers age: '111',
87073npm verb headers connection: 'keep-alive',
87074npm verb headers 'x-served-by': 'cache-fra1227-FRA',
87075npm verb headers 'x-cache': 'HIT',
87076npm verb headers 'x-cache-hits': '1',
87077npm verb headers 'x-timer': 'S1450870375.138938,VS0,VE0',
87078npm verb headers vary: 'Accept' }
87079npm verb etag http://registry.npmjs.org/broccoli-filter from cache
87080npm verb get saving broccoli-filter to /root/.npm/registry.npmjs.org/broccoli-filter/.cache.json
87081npm verb addNamed "0.1.14" is a plain semver version for broccoli-filter
87082npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json not in flight; writing
87083npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json written
87084npm verb cache add spec mkdirp@^0.3.5
87085npm verb cache add spec walk-sync@^0.1.3
87086npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
87087npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
87088npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for walk-sync
87089npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
87090npm verb request uri http://registry.npmjs.org/mkdirp
87091npm verb request no auth needed
87092npm info attempt registry request try #1 at 11:32:55
87093npm verb etag "E8Q7AAC67AWF4R8RPE1WOINJB"
87094npm http request GET http://registry.npmjs.org/mkdirp
87095npm verb get http://registry.npmjs.org/walk-sync not expired, no request
87096npm verb addNamed "0.1.3" is a plain semver version for walk-sync
87097npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
87098npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
87099npm http 304 http://registry.npmjs.org/mkdirp
87100npm verb headers { date: 'Wed, 23 Dec 2015 11:32:55 GMT',
87101npm verb headers via: '1.1 varnish',
87102npm verb headers 'cache-control': 'max-age=300',
87103npm verb headers etag: '"E8Q7AAC67AWF4R8RPE1WOINJB"',
87104npm verb headers age: '64',
87105npm verb headers connection: 'keep-alive',
87106npm verb headers 'x-served-by': 'cache-fra1229-FRA',
87107npm verb headers 'x-cache': 'HIT',
87108npm verb headers 'x-cache-hits': '10',
87109npm verb headers 'x-timer': 'S1450870375.249631,VS0,VE0',
87110npm verb headers vary: 'Accept' }
87111npm verb etag http://registry.npmjs.org/mkdirp from cache
87112npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
87113npm verb addNamed "0.3.5" is a plain semver version for mkdirp
87114npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
87115npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
87116npm verb request uri http://registry.npmjs.org/ember-new-computed
87117npm verb request no auth needed
87118npm info attempt registry request try #1 at 11:32:55
87119npm http request GET http://registry.npmjs.org/ember-new-computed
87120npm http 200 http://registry.npmjs.org/ember-new-computed
87121npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87122npm verb headers etag: '"CKM0ST4PKYL0K013L8J2MMJC5"',
87123npm verb headers 'content-type': 'application/json',
87124npm verb headers 'cache-control': 'max-age=300',
87125npm verb headers 'content-length': '8791',
87126npm verb headers 'accept-ranges': 'bytes',
87127npm verb headers date: 'Wed, 23 Dec 2015 11:32:55 GMT',
87128npm verb headers via: '1.1 varnish',
87129npm verb headers age: '0',
87130npm verb headers connection: 'keep-alive',
87131npm verb headers 'x-served-by': 'cache-fra1245-FRA',
87132npm verb headers 'x-cache': 'HIT',
87133npm verb headers 'x-cache-hits': '1',
87134npm verb headers 'x-timer': 'S1450870375.337809,VS0,VE189',
87135npm verb headers vary: 'Accept' }
87136npm verb get saving ember-new-computed to /root/.npm/registry.npmjs.org/ember-new-computed/.cache.json
87137npm verb cache add spec ember-new-computed@^1.0.2
87138npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for ember-new-computed
87139npm verb addNameRange registry:http://registry.npmjs.org/ember-new-computed not in flight; fetching
87140npm verb get http://registry.npmjs.org/ember-new-computed not expired, no request
87141npm verb addNamed "1.0.3" is a plain semver version for ember-new-computed
87142npm verb addRemoteTarball http://registry.npmjs.org/ember-new-computed/-/ember-new-computed-1.0.3.tgz not in flight; adding
87143npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-new-computed/-/ember-new-computed-1.0.3.tgz',
87144npm verb addRemoteTarball '592af8a778e0260ce7e812687c3aedface1622bf' ]
87145npm info retry fetch attempt 1 at 11:32:55
87146npm info attempt registry request try #1 at 11:32:55
87147npm http fetch GET http://registry.npmjs.org/ember-new-computed/-/ember-new-computed-1.0.3.tgz
87148npm http fetch 200 http://registry.npmjs.org/ember-new-computed/-/ember-new-computed-1.0.3.tgz
87149npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-new-computed/-/ember-new-computed-1.0.3.tgz not in flight; adding
87150npm verb addTmpTarball already have metadata; skipping unpack for ember-new-computed@1.0.3
87151npm verb afterAdd /root/.npm/ember-new-computed/1.0.3/package/package.json not in flight; writing
87152npm verb afterAdd /root/.npm/ember-new-computed/1.0.3/package/package.json written
87153npm verb cache add spec temp@0.8.3
87154npm verb addNamed "0.8.3" is a plain semver version for temp
87155npm verb addNameVersion registry:http://registry.npmjs.org/temp not in flight; fetching
87156npm verb request uri http://registry.npmjs.org/broccoli-jscs
87157npm verb request no auth needed
87158npm info attempt registry request try #1 at 11:32:55
87159npm http request GET http://registry.npmjs.org/broccoli-jscs
87160npm verb request uri http://registry.npmjs.org/temp
87161npm verb request no auth needed
87162npm info attempt registry request try #1 at 11:32:55
87163npm verb etag "311YIJLD0AC98Z8BH81H4YUDW"
87164npm http request GET http://registry.npmjs.org/temp
87165npm http 304 http://registry.npmjs.org/temp
87166npm verb headers { date: 'Wed, 23 Dec 2015 11:32:55 GMT',
87167npm verb headers via: '1.1 varnish',
87168npm verb headers 'cache-control': 'max-age=300',
87169npm verb headers etag: '"311YIJLD0AC98Z8BH81H4YUDW"',
87170npm verb headers age: '202',
87171npm verb headers connection: 'keep-alive',
87172npm verb headers 'x-served-by': 'cache-fra1246-FRA',
87173npm verb headers 'x-cache': 'HIT',
87174npm verb headers 'x-cache-hits': '2',
87175npm verb headers 'x-timer': 'S1450870375.709929,VS0,VE0',
87176npm verb headers vary: 'Accept' }
87177npm verb etag http://registry.npmjs.org/temp from cache
87178npm verb get saving temp to /root/.npm/registry.npmjs.org/temp/.cache.json
87179npm verb addRemoteTarball http://registry.npmjs.org/temp/-/temp-0.8.3.tgz not in flight; adding
87180npm verb addRemoteTarball [ 'http://registry.npmjs.org/temp/-/temp-0.8.3.tgz',
87181npm verb addRemoteTarball 'e0c6bc4d26b903124410e4fed81103014dfc1f59' ]
87182npm info retry fetch attempt 1 at 11:32:55
87183npm info attempt registry request try #1 at 11:32:55
87184npm http fetch GET http://registry.npmjs.org/temp/-/temp-0.8.3.tgz
87185npm http fetch 200 http://registry.npmjs.org/temp/-/temp-0.8.3.tgz
87186npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/temp/-/temp-0.8.3.tgz not in flight; adding
87187npm verb addTmpTarball already have metadata; skipping unpack for temp@0.8.3
87188npm verb afterAdd /root/.npm/temp/0.8.3/package/package.json not in flight; writing
87189npm verb afterAdd /root/.npm/temp/0.8.3/package/package.json written
87190npm http 200 http://registry.npmjs.org/broccoli-jscs
87191npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87192npm verb headers etag: '"5R5RZP0B6MB7UDR60OH9QWYCN"',
87193npm verb headers 'content-type': 'application/json',
87194npm verb headers 'cache-control': 'max-age=300',
87195npm verb headers 'content-length': '39055',
87196npm verb headers 'accept-ranges': 'bytes',
87197npm verb headers date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87198npm verb headers via: '1.1 varnish',
87199npm verb headers age: '0',
87200npm verb headers connection: 'keep-alive',
87201npm verb headers 'x-served-by': 'cache-fra1222-FRA',
87202npm verb headers 'x-cache': 'HIT',
87203npm verb headers 'x-cache-hits': '1',
87204npm verb headers 'x-timer': 'S1450870375.698135,VS0,VE402',
87205npm verb headers vary: 'Accept' }
87206npm verb get saving broccoli-jscs to /root/.npm/registry.npmjs.org/broccoli-jscs/.cache.json
87207npm verb cache add spec broccoli-jscs@^1.0.0
87208npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for broccoli-jscs
87209npm verb addNameRange registry:http://registry.npmjs.org/broccoli-jscs not in flight; fetching
87210npm verb get http://registry.npmjs.org/broccoli-jscs not expired, no request
87211npm verb addNamed "1.2.2" is a plain semver version for broccoli-jscs
87212npm verb addRemoteTarball http://registry.npmjs.org/broccoli-jscs/-/broccoli-jscs-1.2.2.tgz not in flight; adding
87213npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-jscs/-/broccoli-jscs-1.2.2.tgz',
87214npm verb addRemoteTarball 'c586fad27e2abfaeecd63d62601d68d4aa16e8a5' ]
87215npm info retry fetch attempt 1 at 11:32:56
87216npm info attempt registry request try #1 at 11:32:56
87217npm http fetch GET http://registry.npmjs.org/broccoli-jscs/-/broccoli-jscs-1.2.2.tgz
87218npm http fetch 200 http://registry.npmjs.org/broccoli-jscs/-/broccoli-jscs-1.2.2.tgz
87219npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-jscs/-/broccoli-jscs-1.2.2.tgz not in flight; adding
87220npm verb addTmpTarball already have metadata; skipping unpack for broccoli-jscs@1.2.2
87221npm verb afterAdd /root/.npm/broccoli-jscs/1.2.2/package/package.json not in flight; writing
87222npm verb afterAdd /root/.npm/broccoli-jscs/1.2.2/package/package.json written
87223npm verb cache add spec broccoli-merge-trees@^0.2.1
87224npm verb cache add spec minimatch@^2.0.1
87225npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for broccoli-merge-trees
87226npm verb addNameRange registry:http://registry.npmjs.org/broccoli-merge-trees not in flight; fetching
87227npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
87228npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
87229npm verb request uri http://registry.npmjs.org/broccoli-static-compiler
87230npm verb request no auth needed
87231npm info attempt registry request try #1 at 11:32:56
87232npm http request GET http://registry.npmjs.org/broccoli-static-compiler
87233npm verb request uri http://registry.npmjs.org/js-string-escape
87234npm verb request no auth needed
87235npm info attempt registry request try #1 at 11:32:56
87236npm http request GET http://registry.npmjs.org/js-string-escape
87237npm verb request uri http://registry.npmjs.org/jscs
87238npm verb request no auth needed
87239npm info attempt registry request try #1 at 11:32:56
87240npm http request GET http://registry.npmjs.org/jscs
87241npm verb request uri http://registry.npmjs.org/path
87242npm verb request no auth needed
87243npm info attempt registry request try #1 at 11:32:56
87244npm http request GET http://registry.npmjs.org/path
87245npm verb request uri http://registry.npmjs.org/broccoli-merge-trees
87246npm verb request no auth needed
87247npm info attempt registry request try #1 at 11:32:56
87248npm verb etag "F20ZQ2BAC2FD4FW9ZFQFTDVWE"
87249npm http request GET http://registry.npmjs.org/broccoli-merge-trees
87250npm verb request uri http://registry.npmjs.org/minimatch
87251npm verb request no auth needed
87252npm info attempt registry request try #1 at 11:32:56
87253npm verb etag "2U0E38JAELQJAA3FDQKMU7AIP"
87254npm http request GET http://registry.npmjs.org/minimatch
87255npm http 200 http://registry.npmjs.org/path
87256npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87257npm verb headers etag: '"CZNSC4US7QY90OMALWKA1AACX"',
87258npm verb headers 'content-type': 'application/json',
87259npm verb headers 'cache-control': 'max-age=300',
87260npm verb headers 'content-length': '5320',
87261npm verb headers 'accept-ranges': 'bytes',
87262npm verb headers date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87263npm verb headers via: '1.1 varnish',
87264npm verb headers age: '181',
87265npm verb headers connection: 'keep-alive',
87266npm verb headers 'x-served-by': 'cache-fra1228-FRA',
87267npm verb headers 'x-cache': 'HIT',
87268npm verb headers 'x-cache-hits': '2',
87269npm verb headers 'x-timer': 'S1450870376.320246,VS0,VE0',
87270npm verb headers vary: 'Accept' }
87271npm verb get saving path to /root/.npm/registry.npmjs.org/path/.cache.json
87272npm http 200 http://registry.npmjs.org/js-string-escape
87273npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87274npm verb headers etag: '"9I9ALRHVDNPG9LEK7BX1O0L8Q"',
87275npm verb headers 'content-type': 'application/json',
87276npm verb headers 'cache-control': 'max-age=300',
87277npm verb headers 'content-length': '3895',
87278npm verb headers 'accept-ranges': 'bytes',
87279npm verb headers date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87280npm verb headers via: '1.1 varnish',
87281npm verb headers age: '183',
87282npm verb headers connection: 'keep-alive',
87283npm verb headers 'x-served-by': 'cache-fra1248-FRA',
87284npm verb headers 'x-cache': 'HIT',
87285npm verb headers 'x-cache-hits': '1',
87286npm verb headers 'x-timer': 'S1450870376.320193,VS0,VE0',
87287npm verb headers vary: 'Accept' }
87288npm verb get saving js-string-escape to /root/.npm/registry.npmjs.org/js-string-escape/.cache.json
87289npm http 200 http://registry.npmjs.org/broccoli-static-compiler
87290npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87291npm verb headers etag: '"16KCJ50NBQNWOZ8WODLCCOJ98"',
87292npm verb headers 'content-type': 'application/json',
87293npm verb headers 'cache-control': 'max-age=300',
87294npm verb headers 'content-length': '6886',
87295npm verb headers 'accept-ranges': 'bytes',
87296npm verb headers date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87297npm verb headers via: '1.1 varnish',
87298npm verb headers age: '8',
87299npm verb headers connection: 'keep-alive',
87300npm verb headers 'x-served-by': 'cache-fra1243-FRA',
87301npm verb headers 'x-cache': 'HIT',
87302npm verb headers 'x-cache-hits': '1',
87303npm verb headers 'x-timer': 'S1450870376.320210,VS0,VE0',
87304npm verb headers vary: 'Accept' }
87305npm verb get saving broccoli-static-compiler to /root/.npm/registry.npmjs.org/broccoli-static-compiler/.cache.json
87306npm http 304 http://registry.npmjs.org/broccoli-merge-trees
87307npm verb headers { date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87308npm verb headers via: '1.1 varnish',
87309npm verb headers 'cache-control': 'max-age=300',
87310npm verb headers etag: '"F20ZQ2BAC2FD4FW9ZFQFTDVWE"',
87311npm verb headers age: '101',
87312npm verb headers connection: 'keep-alive',
87313npm verb headers 'x-served-by': 'cache-fra1231-FRA',
87314npm verb headers 'x-cache': 'HIT',
87315npm verb headers 'x-cache-hits': '1',
87316npm verb headers 'x-timer': 'S1450870376.343165,VS0,VE0',
87317npm verb headers vary: 'Accept' }
87318npm verb etag http://registry.npmjs.org/broccoli-merge-trees from cache
87319npm verb get saving broccoli-merge-trees to /root/.npm/registry.npmjs.org/broccoli-merge-trees/.cache.json
87320npm http 304 http://registry.npmjs.org/minimatch
87321npm verb headers { date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87322npm verb headers via: '1.1 varnish',
87323npm verb headers 'cache-control': 'max-age=60',
87324npm verb headers etag: '"2U0E38JAELQJAA3FDQKMU7AIP"',
87325npm verb headers age: '29',
87326npm verb headers connection: 'keep-alive',
87327npm verb headers 'x-served-by': 'cache-fra1241-FRA',
87328npm verb headers 'x-cache': 'HIT',
87329npm verb headers 'x-cache-hits': '9',
87330npm verb headers 'x-timer': 'S1450870376.343247,VS0,VE0',
87331npm verb headers vary: 'Accept' }
87332npm verb etag http://registry.npmjs.org/minimatch from cache
87333npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
87334npm verb addNamed "0.2.4" is a plain semver version for broccoli-merge-trees
87335npm verb cache add spec js-string-escape@^1.0.0
87336npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for js-string-escape
87337npm verb addNameRange registry:http://registry.npmjs.org/js-string-escape not in flight; fetching
87338npm verb cache add spec path@^0.11.14
87339npm verb addNamed ">=0.11.14 <0.12.0" is a valid semver range for path
87340npm verb addNameRange registry:http://registry.npmjs.org/path not in flight; fetching
87341npm verb addNamed "2.0.10" is a plain semver version for minimatch
87342npm verb cache add spec broccoli-static-compiler@^0.2.1
87343npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for broccoli-static-compiler
87344npm verb addNameRange registry:http://registry.npmjs.org/broccoli-static-compiler not in flight; fetching
87345npm verb get http://registry.npmjs.org/js-string-escape not expired, no request
87346npm verb addNamed "1.0.0" is a plain semver version for js-string-escape
87347npm verb get http://registry.npmjs.org/path not expired, no request
87348npm verb addNamed "0.11.14" is a plain semver version for path
87349npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json not in flight; writing
87350npm verb get http://registry.npmjs.org/broccoli-static-compiler not expired, no request
87351npm verb addNamed "0.2.2" is a plain semver version for broccoli-static-compiler
87352npm verb addRemoteTarball http://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz not in flight; adding
87353npm verb addRemoteTarball [ 'http://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz',
87354npm verb addRemoteTarball 'd2d2365fd2e6b3948b8374ac7628ac0e84d00002' ]
87355npm verb addRemoteTarball http://registry.npmjs.org/path/-/path-0.11.14.tgz not in flight; adding
87356npm verb addRemoteTarball [ 'http://registry.npmjs.org/path/-/path-0.11.14.tgz',
87357npm verb addRemoteTarball 'cbc7569355cb3c83afeb4ace43ecff95231e5a7d' ]
87358npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
87359npm verb addRemoteTarball http://registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz not in flight; adding
87360npm verb addRemoteTarball [ 'http://registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz',
87361npm verb addRemoteTarball '72c48423dbac9e41ca54808ab1f95c5af5d4a39b' ]
87362npm info retry fetch attempt 1 at 11:32:56
87363npm info attempt registry request try #1 at 11:32:56
87364npm http fetch GET http://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz
87365npm info retry fetch attempt 1 at 11:32:56
87366npm info attempt registry request try #1 at 11:32:56
87367npm http fetch GET http://registry.npmjs.org/path/-/path-0.11.14.tgz
87368npm info retry fetch attempt 1 at 11:32:56
87369npm info attempt registry request try #1 at 11:32:56
87370npm http fetch GET http://registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz
87371npm verb afterAdd /root/.npm/broccoli-merge-trees/0.2.4/package/package.json written
87372npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
87373npm http fetch 200 http://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz
87374npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.0.tgz not in flight; adding
87375npm verb addTmpTarball already have metadata; skipping unpack for js-string-escape@1.0.0
87376npm http fetch 200 http://registry.npmjs.org/path/-/path-0.11.14.tgz
87377npm http fetch 200 http://registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz
87378npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/path/-/path-0.11.14.tgz not in flight; adding
87379npm verb addTmpTarball already have metadata; skipping unpack for path@0.11.14
87380npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz not in flight; adding
87381npm verb addTmpTarball already have metadata; skipping unpack for broccoli-static-compiler@0.2.2
87382npm verb afterAdd /root/.npm/js-string-escape/1.0.0/package/package.json not in flight; writing
87383npm verb afterAdd /root/.npm/js-string-escape/1.0.0/package/package.json written
87384npm verb afterAdd /root/.npm/path/0.11.14/package/package.json not in flight; writing
87385npm verb afterAdd /root/.npm/broccoli-static-compiler/0.2.2/package/package.json not in flight; writing
87386npm verb afterAdd /root/.npm/path/0.11.14/package/package.json written
87387npm verb afterAdd /root/.npm/broccoli-static-compiler/0.2.2/package/package.json written
87388npm http 200 http://registry.npmjs.org/jscs
87389npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87390npm verb headers etag: '"6TF3HPLTMLZS61ZK3SJO7PXB9"',
87391npm verb headers 'content-type': 'application/json',
87392npm verb headers 'cache-control': 'max-age=60',
87393npm verb headers 'content-length': '169526',
87394npm verb headers 'accept-ranges': 'bytes',
87395npm verb headers date: 'Wed, 23 Dec 2015 11:32:56 GMT',
87396npm verb headers via: '1.1 varnish',
87397npm verb headers age: '0',
87398npm verb headers connection: 'keep-alive',
87399npm verb headers 'x-served-by': 'cache-fra1222-FRA',
87400npm verb headers 'x-cache': 'HIT',
87401npm verb headers 'x-cache-hits': '1',
87402npm verb headers 'x-timer': 'S1450870376.320098,VS0,VE99',
87403npm verb headers vary: 'Accept' }
87404npm verb get saving jscs to /root/.npm/registry.npmjs.org/jscs/.cache.json
87405npm verb cache add spec jscs@^2.0.0
87406npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for jscs
87407npm verb addNameRange registry:http://registry.npmjs.org/jscs not in flight; fetching
87408npm verb get http://registry.npmjs.org/jscs not expired, no request
87409npm verb addNamed "2.7.0" is a plain semver version for jscs
87410npm verb addRemoteTarball http://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz not in flight; adding
87411npm verb addRemoteTarball [ 'http://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz',
87412npm verb addRemoteTarball '322906e6777eca1ca52b3f040ba758a98be09c5a' ]
87413npm info retry fetch attempt 1 at 11:32:56
87414npm info attempt registry request try #1 at 11:32:56
87415npm http fetch GET http://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz
87416npm http fetch 200 http://registry.npmjs.org/jscs/-/jscs-2.7.0.tgz
87417npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jscs/-/jscs-2.7.0.tgz not in flight; adding
87418npm verb addTmpTarball already have metadata; skipping unpack for jscs@2.7.0
87419npm verb afterAdd /root/.npm/jscs/2.7.0/package/package.json not in flight; writing
87420npm verb afterAdd /root/.npm/jscs/2.7.0/package/package.json written
87421npm verb cache add spec chalk@~1.1.0
87422npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for chalk
87423npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
87424npm verb request uri http://registry.npmjs.org/babel-jscs
87425npm verb request no auth needed
87426npm info attempt registry request try #1 at 11:32:57
87427npm http request GET http://registry.npmjs.org/babel-jscs
87428npm verb request uri http://registry.npmjs.org/escope
87429npm verb request no auth needed
87430npm info attempt registry request try #1 at 11:32:57
87431npm http request GET http://registry.npmjs.org/escope
87432npm verb request uri http://registry.npmjs.org/estraverse
87433npm verb request no auth needed
87434npm info attempt registry request try #1 at 11:32:57
87435npm http request GET http://registry.npmjs.org/estraverse
87436npm verb request uri http://registry.npmjs.org/jscs-jsdoc
87437npm verb request no auth needed
87438npm info attempt registry request try #1 at 11:32:57
87439npm http request GET http://registry.npmjs.org/jscs-jsdoc
87440npm verb request uri http://registry.npmjs.org/jscs-preset-wikimedia
87441npm verb request no auth needed
87442npm info attempt registry request try #1 at 11:32:57
87443npm http request GET http://registry.npmjs.org/jscs-preset-wikimedia
87444npm verb request uri http://registry.npmjs.org/jsonlint
87445npm verb request no auth needed
87446npm info attempt registry request try #1 at 11:32:57
87447npm http request GET http://registry.npmjs.org/jsonlint
87448npm verb request uri http://registry.npmjs.org/natural-compare
87449npm verb request no auth needed
87450npm info attempt registry request try #1 at 11:32:57
87451npm http request GET http://registry.npmjs.org/natural-compare
87452npm verb request uri http://registry.npmjs.org/pathval
87453npm verb request no auth needed
87454npm info attempt registry request try #1 at 11:32:57
87455npm http request GET http://registry.npmjs.org/pathval
87456npm verb request uri http://registry.npmjs.org/prompt
87457npm verb request no auth needed
87458npm info attempt registry request try #1 at 11:32:57
87459npm http request GET http://registry.npmjs.org/prompt
87460npm verb request uri http://registry.npmjs.org/reserved-words
87461npm verb request no auth needed
87462npm info attempt registry request try #1 at 11:32:57
87463npm http request GET http://registry.npmjs.org/reserved-words
87464npm verb request uri http://registry.npmjs.org/to-double-quotes
87465npm verb request no auth needed
87466npm info attempt registry request try #1 at 11:32:57
87467npm http request GET http://registry.npmjs.org/to-double-quotes
87468npm verb request uri http://registry.npmjs.org/to-single-quotes
87469npm verb request no auth needed
87470npm info attempt registry request try #1 at 11:32:57
87471npm http request GET http://registry.npmjs.org/to-single-quotes
87472npm verb request uri http://registry.npmjs.org/vow
87473npm verb request no auth needed
87474npm info attempt registry request try #1 at 11:32:57
87475npm http request GET http://registry.npmjs.org/vow
87476npm verb request uri http://registry.npmjs.org/vow-fs
87477npm verb request no auth needed
87478npm info attempt registry request try #1 at 11:32:57
87479npm http request GET http://registry.npmjs.org/vow-fs
87480npm verb request uri http://registry.npmjs.org/xmlbuilder
87481npm verb request no auth needed
87482npm info attempt registry request try #1 at 11:32:57
87483npm http request GET http://registry.npmjs.org/xmlbuilder
87484npm verb request uri http://registry.npmjs.org/chalk
87485npm verb request no auth needed
87486npm info attempt registry request try #1 at 11:32:57
87487npm verb etag "4S6K97224E4ZMUGC0XI44HHLC"
87488npm http request GET http://registry.npmjs.org/chalk
87489npm http 200 http://registry.npmjs.org/natural-compare
87490npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87491npm verb headers etag: '"DNIR95EBXVSR2BCPSXXAEHZ99"',
87492npm verb headers 'content-type': 'application/json',
87493npm verb headers 'cache-control': 'max-age=300',
87494npm verb headers 'content-length': '5529',
87495npm verb headers 'accept-ranges': 'bytes',
87496npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87497npm verb headers via: '1.1 varnish',
87498npm verb headers age: '212',
87499npm verb headers connection: 'keep-alive',
87500npm verb headers 'x-served-by': 'cache-fra1225-FRA',
87501npm verb headers 'x-cache': 'HIT',
87502npm verb headers 'x-cache-hits': '2',
87503npm verb headers 'x-timer': 'S1450870377.682457,VS0,VE0',
87504npm verb headers vary: 'Accept' }
87505npm verb get saving natural-compare to /root/.npm/registry.npmjs.org/natural-compare/.cache.json
87506npm http 200 http://registry.npmjs.org/jscs-preset-wikimedia
87507npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87508npm verb headers etag: '"1OKKHKRVD9JB5XHNFEEAI9QSR"',
87509npm verb headers 'content-type': 'application/json',
87510npm verb headers 'cache-control': 'max-age=300',
87511npm verb headers 'content-length': '3218',
87512npm verb headers 'accept-ranges': 'bytes',
87513npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87514npm verb headers via: '1.1 varnish',
87515npm verb headers age: '212',
87516npm verb headers connection: 'keep-alive',
87517npm verb headers 'x-served-by': 'cache-fra1226-FRA',
87518npm verb headers 'x-cache': 'HIT',
87519npm verb headers 'x-cache-hits': '1',
87520npm verb headers 'x-timer': 'S1450870377.682525,VS0,VE0',
87521npm verb headers vary: 'Accept' }
87522npm verb get saving jscs-preset-wikimedia to /root/.npm/registry.npmjs.org/jscs-preset-wikimedia/.cache.json
87523npm http 304 http://registry.npmjs.org/chalk
87524npm verb headers { date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87525npm verb headers via: '1.1 varnish',
87526npm verb headers 'cache-control': 'max-age=300',
87527npm verb headers etag: '"4S6K97224E4ZMUGC0XI44HHLC"',
87528npm verb headers age: '131',
87529npm verb headers connection: 'keep-alive',
87530npm verb headers 'x-served-by': 'cache-fra1243-FRA',
87531npm verb headers 'x-cache': 'HIT',
87532npm verb headers 'x-cache-hits': '14',
87533npm verb headers 'x-timer': 'S1450870377.693394,VS0,VE0',
87534npm verb headers vary: 'Accept' }
87535npm verb etag http://registry.npmjs.org/chalk from cache
87536npm verb get saving chalk to /root/.npm/registry.npmjs.org/chalk/.cache.json
87537npm http 200 http://registry.npmjs.org/estraverse
87538npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87539npm verb headers etag: '"8OF59BMLW1TP5BLZ6JJLKA5YS"',
87540npm verb headers 'content-type': 'application/json',
87541npm verb headers 'cache-control': 'max-age=60',
87542npm verb headers 'content-length': '37805',
87543npm verb headers 'accept-ranges': 'bytes',
87544npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87545npm verb headers via: '1.1 varnish',
87546npm verb headers age: '32',
87547npm verb headers connection: 'keep-alive',
87548npm verb headers 'x-served-by': 'cache-fra1248-FRA',
87549npm verb headers 'x-cache': 'HIT',
87550npm verb headers 'x-cache-hits': '2',
87551npm verb headers 'x-timer': 'S1450870377.682518,VS0,VE0',
87552npm verb headers vary: 'Accept' }
87553npm verb get saving estraverse to /root/.npm/registry.npmjs.org/estraverse/.cache.json
87554npm http 200 http://registry.npmjs.org/jsonlint
87555npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87556npm verb headers etag: '"3K21HLLM5ENJW5UEKGLWMZWVO"',
87557npm verb headers 'content-type': 'application/json',
87558npm verb headers 'cache-control': 'max-age=300',
87559npm verb headers 'content-length': '19876',
87560npm verb headers 'accept-ranges': 'bytes',
87561npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87562npm verb headers via: '1.1 varnish',
87563npm verb headers age: '88',
87564npm verb headers connection: 'keep-alive',
87565npm verb headers 'x-served-by': 'cache-fra1242-FRA',
87566npm verb headers 'x-cache': 'HIT',
87567npm verb headers 'x-cache-hits': '1',
87568npm verb headers 'x-timer': 'S1450870377.682563,VS0,VE0',
87569npm verb headers vary: 'Accept' }
87570npm verb get saving jsonlint to /root/.npm/registry.npmjs.org/jsonlint/.cache.json
87571npm verb addNamed "1.1.1" is a plain semver version for chalk
87572npm verb cache add spec jscs-preset-wikimedia@~1.0.0
87573npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for jscs-preset-wikimedia
87574npm verb addNameRange registry:http://registry.npmjs.org/jscs-preset-wikimedia not in flight; fetching
87575npm verb cache add spec natural-compare@~1.2.2
87576npm verb addNamed ">=1.2.2 <1.3.0" is a valid semver range for natural-compare
87577npm verb addNameRange registry:http://registry.npmjs.org/natural-compare not in flight; fetching
87578npm http 200 http://registry.npmjs.org/vow
87579npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87580npm verb headers etag: '"DNK0ZX9DU1GH8I3PZPKQ7SJDK"',
87581npm verb headers 'content-type': 'application/json',
87582npm verb headers 'cache-control': 'max-age=300',
87583npm verb headers 'content-length': '54415',
87584npm verb headers 'accept-ranges': 'bytes',
87585npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87586npm verb headers via: '1.1 varnish',
87587npm verb headers age: '270',
87588npm verb headers connection: 'keep-alive',
87589npm verb headers 'x-served-by': 'cache-fra1236-FRA',
87590npm verb headers 'x-cache': 'HIT',
87591npm verb headers 'x-cache-hits': '1',
87592npm verb headers 'x-timer': 'S1450870377.682868,VS0,VE0',
87593npm verb headers vary: 'Accept' }
87594npm verb get saving vow to /root/.npm/registry.npmjs.org/vow/.cache.json
87595npm verb cache add spec estraverse@^4.1.0
87596npm verb addNamed ">=4.1.0 <5.0.0" is a valid semver range for estraverse
87597npm verb addNameRange registry:http://registry.npmjs.org/estraverse not in flight; fetching
87598npm verb cache add spec jsonlint@~1.6.2
87599npm verb addNamed ">=1.6.2 <1.7.0" is a valid semver range for jsonlint
87600npm verb addNameRange registry:http://registry.npmjs.org/jsonlint not in flight; fetching
87601npm verb get http://registry.npmjs.org/jscs-preset-wikimedia not expired, no request
87602npm verb addNamed "1.0.0" is a plain semver version for jscs-preset-wikimedia
87603npm verb get http://registry.npmjs.org/natural-compare not expired, no request
87604npm verb addNamed "1.2.2" is a plain semver version for natural-compare
87605npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
87606npm verb addRemoteTarball http://registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz not in flight; adding
87607npm verb addRemoteTarball [ 'http://registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz',
87608npm verb addRemoteTarball 'fff563342038fc2e8826b7bb7309c3ae3406fc7e' ]
87609npm http 200 http://registry.npmjs.org/jscs-jsdoc
87610npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87611npm verb headers etag: '"5QDA8APX9EZEVB3KTKF4VQK5"',
87612npm verb headers 'content-type': 'application/json',
87613npm verb headers 'cache-control': 'max-age=300',
87614npm verb headers 'content-length': '76145',
87615npm verb headers 'accept-ranges': 'bytes',
87616npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87617npm verb headers via: '1.1 varnish',
87618npm verb headers age: '41',
87619npm verb headers connection: 'keep-alive',
87620npm verb headers 'x-served-by': 'cache-fra1243-FRA',
87621npm verb headers 'x-cache': 'HIT',
87622npm verb headers 'x-cache-hits': '1',
87623npm verb headers 'x-timer': 'S1450870377.682515,VS0,VE0',
87624npm verb headers vary: 'Accept' }
87625npm verb get saving jscs-jsdoc to /root/.npm/registry.npmjs.org/jscs-jsdoc/.cache.json
87626npm http 200 http://registry.npmjs.org/babel-jscs
87627npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87628npm verb headers etag: '"227DVMMMKXRE4031YN4VABTCF"',
87629npm verb headers 'content-type': 'application/json',
87630npm verb headers 'cache-control': 'max-age=300',
87631npm verb headers 'content-length': '16300',
87632npm verb headers 'accept-ranges': 'bytes',
87633npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87634npm verb headers via: '1.1 varnish',
87635npm verb headers age: '0',
87636npm verb headers connection: 'keep-alive',
87637npm verb headers 'x-served-by': 'cache-fra1226-FRA',
87638npm verb headers 'x-cache': 'HIT',
87639npm verb headers 'x-cache-hits': '1',
87640npm verb headers 'x-timer': 'S1450870377.682372,VS0,VE97',
87641npm verb headers vary: 'Accept' }
87642npm verb get saving babel-jscs to /root/.npm/registry.npmjs.org/babel-jscs/.cache.json
87643npm verb addRemoteTarball http://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz not in flight; adding
87644npm verb addRemoteTarball [ 'http://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz',
87645npm verb addRemoteTarball '1f96d60e3141cac1b6d05653ce0daeac763af6aa' ]
87646npm http 200 http://registry.npmjs.org/vow-fs
87647npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87648npm verb headers etag: '"954W0X0CA7OT1E6US1PI11KA6"',
87649npm verb headers 'content-type': 'application/json',
87650npm verb headers 'cache-control': 'max-age=300',
87651npm verb headers 'content-length': '28994',
87652npm verb headers 'accept-ranges': 'bytes',
87653npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87654npm verb headers via: '1.1 varnish',
87655npm verb headers age: '212',
87656npm verb headers connection: 'keep-alive',
87657npm verb headers 'x-served-by': 'cache-fra1230-FRA',
87658npm verb headers 'x-cache': 'HIT',
87659npm verb headers 'x-cache-hits': '1',
87660npm verb headers 'x-timer': 'S1450870377.683076,VS0,VE0',
87661npm verb headers vary: 'Accept' }
87662npm verb get saving vow-fs to /root/.npm/registry.npmjs.org/vow-fs/.cache.json
87663npm http 200 http://registry.npmjs.org/prompt
87664npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87665npm verb headers etag: '"2H8JBPQD7576Z2BL6JCCLUE0A"',
87666npm verb headers 'content-type': 'application/json',
87667npm verb headers 'cache-control': 'max-age=300',
87668npm verb headers 'content-length': '44035',
87669npm verb headers 'accept-ranges': 'bytes',
87670npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87671npm verb headers via: '1.1 varnish',
87672npm verb headers age: '85',
87673npm verb headers connection: 'keep-alive',
87674npm verb headers 'x-served-by': 'cache-fra1221-FRA',
87675npm verb headers 'x-cache': 'HIT',
87676npm verb headers 'x-cache-hits': '1',
87677npm verb headers 'x-timer': 'S1450870377.682908,VS0,VE0',
87678npm verb headers vary: 'Accept' }
87679npm verb get saving prompt to /root/.npm/registry.npmjs.org/prompt/.cache.json
87680npm verb get http://registry.npmjs.org/estraverse not expired, no request
87681npm verb addNamed "4.1.1" is a plain semver version for estraverse
87682npm verb get http://registry.npmjs.org/jsonlint not expired, no request
87683npm verb addNamed "1.6.2" is a plain semver version for jsonlint
87684npm http 200 http://registry.npmjs.org/escope
87685npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87686npm verb headers etag: '"5BZ8TCUDEXZ5USJ72JZBTTVT3"',
87687npm verb headers 'content-type': 'application/json',
87688npm verb headers 'cache-control': 'max-age=300',
87689npm verb headers 'content-length': '42987',
87690npm verb headers 'accept-ranges': 'bytes',
87691npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87692npm verb headers via: '1.1 varnish',
87693npm verb headers age: '44',
87694npm verb headers connection: 'keep-alive',
87695npm verb headers 'x-served-by': 'cache-fra1220-FRA',
87696npm verb headers 'x-cache': 'HIT',
87697npm verb headers 'x-cache-hits': '1',
87698npm verb headers 'x-timer': 'S1450870377.682332,VS0,VE0',
87699npm verb headers vary: 'Accept' }
87700npm verb get saving escope to /root/.npm/registry.npmjs.org/escope/.cache.json
87701npm verb addRemoteTarball http://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz not in flight; adding
87702npm verb addRemoteTarball [ 'http://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz',
87703npm verb addRemoteTarball 'f6caca728933a850ef90661d0e17982ba47111a2' ]
87704npm verb addRemoteTarball http://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz not in flight; adding
87705npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz',
87706npm verb addRemoteTarball '5737045085f55eb455c68b1ff4ebc01bd50e8830' ]
87707npm info retry fetch attempt 1 at 11:32:57
87708npm info attempt registry request try #1 at 11:32:57
87709npm http fetch GET http://registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz
87710npm http 200 http://registry.npmjs.org/pathval
87711npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87712npm verb headers etag: '"DL8VSCHCEUN44OUNTO333LYX8"',
87713npm verb headers 'content-type': 'application/json',
87714npm verb headers 'cache-control': 'max-age=300',
87715npm verb headers 'content-length': '7043',
87716npm verb headers 'accept-ranges': 'bytes',
87717npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87718npm verb headers via: '1.1 varnish',
87719npm verb headers age: '0',
87720npm verb headers connection: 'keep-alive',
87721npm verb headers 'x-served-by': 'cache-fra1247-FRA',
87722npm verb headers 'x-cache': 'HIT',
87723npm verb headers 'x-cache-hits': '1',
87724npm verb headers 'x-timer': 'S1450870377.682584,VS0,VE192',
87725npm verb headers vary: 'Accept' }
87726npm verb get saving pathval to /root/.npm/registry.npmjs.org/pathval/.cache.json
87727npm info retry fetch attempt 1 at 11:32:57
87728npm info attempt registry request try #1 at 11:32:57
87729npm http fetch GET http://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz
87730npm verb cache add spec vow@~0.4.8
87731npm verb addNamed ">=0.4.8 <0.5.0" is a valid semver range for vow
87732npm verb addNameRange registry:http://registry.npmjs.org/vow not in flight; fetching
87733npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
87734npm info retry fetch attempt 1 at 11:32:57
87735npm info attempt registry request try #1 at 11:32:57
87736npm http fetch GET http://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz
87737npm info retry fetch attempt 1 at 11:32:57
87738npm info attempt registry request try #1 at 11:32:57
87739npm http fetch GET http://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz
87740npm http fetch 200 http://registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz
87741npm http fetch 200 http://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz
87742npm verb get http://registry.npmjs.org/vow not expired, no request
87743npm verb addNamed "0.4.11" is a plain semver version for vow
87744npm verb cache add spec jscs-jsdoc@^1.3.1
87745npm verb addNamed ">=1.3.1 <2.0.0" is a valid semver range for jscs-jsdoc
87746npm verb addNameRange registry:http://registry.npmjs.org/jscs-jsdoc not in flight; fetching
87747npm http 200 http://registry.npmjs.org/reserved-words
87748npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87749npm verb headers etag: '"8VNMMDBD783BX5AX8MUN9LLJJ"',
87750npm verb headers 'content-type': 'application/json',
87751npm verb headers 'cache-control': 'max-age=300',
87752npm verb headers 'content-length': '3928',
87753npm verb headers 'accept-ranges': 'bytes',
87754npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87755npm verb headers via: '1.1 varnish',
87756npm verb headers age: '212',
87757npm verb headers connection: 'keep-alive',
87758npm verb headers 'x-served-by': 'cache-fra1248-FRA',
87759npm verb headers 'x-cache': 'HIT',
87760npm verb headers 'x-cache-hits': '155',
87761npm verb headers 'x-timer': 'S1450870377.682988,VS0,VE0',
87762npm verb headers vary: 'Accept' }
87763npm verb get saving reserved-words to /root/.npm/registry.npmjs.org/reserved-words/.cache.json
87764npm verb addRemoteTarball http://registry.npmjs.org/vow/-/vow-0.4.11.tgz not in flight; adding
87765npm verb addRemoteTarball [ 'http://registry.npmjs.org/vow/-/vow-0.4.11.tgz',
87766npm verb addRemoteTarball 'b7bf18852a2cad7892a2c5c538c4cd7bb3ee13c8' ]
87767npm verb cache add spec babel-jscs@^2.0.0
87768npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for babel-jscs
87769npm verb addNameRange registry:http://registry.npmjs.org/babel-jscs not in flight; fetching
87770npm verb cache add spec vow-fs@~0.3.4
87771npm verb addNamed ">=0.3.4 <0.4.0" is a valid semver range for vow-fs
87772npm verb addNameRange registry:http://registry.npmjs.org/vow-fs not in flight; fetching
87773npm http fetch 200 http://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz
87774npm http fetch 200 http://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz
87775npm http 200 http://registry.npmjs.org/to-single-quotes
87776npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87777npm verb headers etag: '"CXKIJWNLBZR6L3R9D9L64MVH2"',
87778npm verb headers 'content-type': 'application/json',
87779npm verb headers 'cache-control': 'max-age=300',
87780npm verb headers 'content-length': '15821',
87781npm verb headers 'accept-ranges': 'bytes',
87782npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87783npm verb headers via: '1.1 varnish',
87784npm verb headers age: '155',
87785npm verb headers connection: 'keep-alive',
87786npm verb headers 'x-served-by': 'cache-fra1232-FRA',
87787npm verb headers 'x-cache': 'HIT',
87788npm verb headers 'x-cache-hits': '2',
87789npm verb headers 'x-timer': 'S1450870377.683012,VS0,VE0',
87790npm verb headers vary: 'Accept' }
87791npm verb get saving to-single-quotes to /root/.npm/registry.npmjs.org/to-single-quotes/.cache.json
87792npm http 200 http://registry.npmjs.org/to-double-quotes
87793npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87794npm verb headers etag: '"5GIPEXW4HNIN69YIHNQ21KDM7"',
87795npm verb headers 'content-type': 'application/json',
87796npm verb headers 'cache-control': 'max-age=300',
87797npm verb headers 'content-length': '13178',
87798npm verb headers 'accept-ranges': 'bytes',
87799npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87800npm verb headers via: '1.1 varnish',
87801npm verb headers age: '212',
87802npm verb headers connection: 'keep-alive',
87803npm verb headers 'x-served-by': 'cache-fra1221-FRA',
87804npm verb headers 'x-cache': 'HIT',
87805npm verb headers 'x-cache-hits': '1',
87806npm verb headers 'x-timer': 'S1450870377.682862,VS0,VE0',
87807npm verb headers vary: 'Accept' }
87808npm verb get saving to-double-quotes to /root/.npm/registry.npmjs.org/to-double-quotes/.cache.json
87809npm verb cache add spec prompt@~0.2.14
87810npm verb addNamed ">=0.2.14 <0.3.0" is a valid semver range for prompt
87811npm verb addNameRange registry:http://registry.npmjs.org/prompt not in flight; fetching
87812npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz not in flight; adding
87813npm verb addTmpTarball already have metadata; skipping unpack for jscs-preset-wikimedia@1.0.0
87814npm http 200 http://registry.npmjs.org/xmlbuilder
87815npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
87816npm verb headers etag: '"2ZWRF717PBGVFPNPMPPLAOS6Y"',
87817npm verb headers 'content-type': 'application/json',
87818npm verb headers 'cache-control': 'max-age=300',
87819npm verb headers 'content-length': '71319',
87820npm verb headers 'accept-ranges': 'bytes',
87821npm verb headers date: 'Wed, 23 Dec 2015 11:32:57 GMT',
87822npm verb headers via: '1.1 varnish',
87823npm verb headers age: '248',
87824npm verb headers connection: 'keep-alive',
87825npm verb headers 'x-served-by': 'cache-fra1226-FRA',
87826npm verb headers 'x-cache': 'HIT',
87827npm verb headers 'x-cache-hits': '5',
87828npm verb headers 'x-timer': 'S1450870377.683023,VS0,VE0',
87829npm verb headers vary: 'Accept' }
87830npm verb get saving xmlbuilder to /root/.npm/registry.npmjs.org/xmlbuilder/.cache.json
87831npm verb cache add spec escope@^3.2.0
87832npm verb addNamed ">=3.2.0 <4.0.0" is a valid semver range for escope
87833npm verb addNameRange registry:http://registry.npmjs.org/escope not in flight; fetching
87834npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz not in flight; adding
87835npm verb addTmpTarball already have metadata; skipping unpack for natural-compare@1.2.2
87836npm verb cache add spec pathval@~0.1.1
87837npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for pathval
87838npm verb addNameRange registry:http://registry.npmjs.org/pathval not in flight; fetching
87839npm info retry fetch attempt 1 at 11:32:58
87840npm info attempt registry request try #1 at 11:32:58
87841npm http fetch GET http://registry.npmjs.org/vow/-/vow-0.4.11.tgz
87842npm verb get http://registry.npmjs.org/jscs-jsdoc not expired, no request
87843npm verb addNamed "1.3.1" is a plain semver version for jscs-jsdoc
87844npm verb get http://registry.npmjs.org/babel-jscs not expired, no request
87845npm verb addNamed "2.0.5" is a plain semver version for babel-jscs
87846npm verb get http://registry.npmjs.org/vow-fs not expired, no request
87847npm verb addNamed "0.3.4" is a plain semver version for vow-fs
87848npm verb addRemoteTarball http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz not in flight; adding
87849npm verb addRemoteTarball [ 'http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz',
87850npm verb addRemoteTarball 'ba4ba73aaff588cbf309425100ba1b2752bd2cbf' ]
87851npm verb get http://registry.npmjs.org/prompt not expired, no request
87852npm verb addNamed "0.2.14" is a plain semver version for prompt
87853npm verb addRemoteTarball http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz not in flight; adding
87854npm verb addRemoteTarball [ 'http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz',
87855npm verb addRemoteTarball '0a347046b48145acbca56e8c8ed5f736bc54f9d0' ]
87856npm verb addRemoteTarball http://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz not in flight; adding
87857npm verb addRemoteTarball [ 'http://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz',
87858npm verb addRemoteTarball 'bf3abd42f3ccf395545258e0ed08669562297af2' ]
87859npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz not in flight; adding
87860npm verb addTmpTarball already have metadata; skipping unpack for estraverse@4.1.1
87861npm http fetch 200 http://registry.npmjs.org/vow/-/vow-0.4.11.tgz
87862npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz not in flight; adding
87863npm verb addTmpTarball already have metadata; skipping unpack for jsonlint@1.6.2
87864npm verb addRemoteTarball http://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz not in flight; adding
87865npm verb addRemoteTarball [ 'http://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz',
87866npm verb addRemoteTarball '57754f64f543fd7b0845707c818ece618f05ffdc' ]
87867npm verb get http://registry.npmjs.org/escope not expired, no request
87868npm verb addNamed "3.3.0" is a plain semver version for escope
87869npm verb addRemoteTarball http://registry.npmjs.org/escope/-/escope-3.3.0.tgz not in flight; adding
87870npm verb addRemoteTarball [ 'http://registry.npmjs.org/escope/-/escope-3.3.0.tgz',
87871npm verb addRemoteTarball '6201c97285c2c13643afe4453b58de64481aa1a4' ]
87872npm verb get http://registry.npmjs.org/pathval not expired, no request
87873npm verb addNamed "0.1.1" is a plain semver version for pathval
87874npm info retry fetch attempt 1 at 11:32:58
87875npm info attempt registry request try #1 at 11:32:58
87876npm http fetch GET http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz
87877npm verb addRemoteTarball http://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz not in flight; adding
87878npm verb addRemoteTarball [ 'http://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz',
87879npm verb addRemoteTarball '08f911cdca9cce5942880da7817bc0b723b66d82' ]
87880npm info retry fetch attempt 1 at 11:32:58
87881npm info attempt registry request try #1 at 11:32:58
87882npm http fetch GET http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz
87883npm info retry fetch attempt 1 at 11:32:58
87884npm info attempt registry request try #1 at 11:32:58
87885npm http fetch GET http://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz
87886npm info retry fetch attempt 1 at 11:32:58
87887npm info attempt registry request try #1 at 11:32:58
87888npm http fetch GET http://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz
87889npm verb cache add spec reserved-words@^0.1.1
87890npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for reserved-words
87891npm verb addNameRange registry:http://registry.npmjs.org/reserved-words not in flight; fetching
87892npm http fetch 200 http://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz
87893npm verb cache add spec to-single-quotes@^2.0.0
87894npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for to-single-quotes
87895npm verb addNameRange registry:http://registry.npmjs.org/to-single-quotes not in flight; fetching
87896npm info retry fetch attempt 1 at 11:32:58
87897npm info attempt registry request try #1 at 11:32:58
87898npm http fetch GET http://registry.npmjs.org/escope/-/escope-3.3.0.tgz
87899npm verb cache add spec to-double-quotes@^2.0.0
87900npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for to-double-quotes
87901npm verb addNameRange registry:http://registry.npmjs.org/to-double-quotes not in flight; fetching
87902npm verb cache add spec xmlbuilder@^3.1.0
87903npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for xmlbuilder
87904npm verb addNameRange registry:http://registry.npmjs.org/xmlbuilder not in flight; fetching
87905npm info retry fetch attempt 1 at 11:32:58
87906npm info attempt registry request try #1 at 11:32:58
87907npm http fetch GET http://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz
87908npm verb afterAdd /root/.npm/jscs-preset-wikimedia/1.0.0/package/package.json not in flight; writing
87909npm http fetch 200 http://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz
87910npm http fetch 200 http://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz
87911npm http fetch 200 http://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz
87912npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/vow/-/vow-0.4.11.tgz not in flight; adding
87913npm verb addTmpTarball already have metadata; skipping unpack for vow@0.4.11
87914npm verb afterAdd /root/.npm/natural-compare/1.2.2/package/package.json not in flight; writing
87915npm http fetch 200 http://registry.npmjs.org/escope/-/escope-3.3.0.tgz
87916npm verb get http://registry.npmjs.org/reserved-words not expired, no request
87917npm verb addNamed "0.1.1" is a plain semver version for reserved-words
87918npm verb get http://registry.npmjs.org/to-single-quotes not expired, no request
87919npm verb addNamed "2.0.0" is a plain semver version for to-single-quotes
87920npm verb addRemoteTarball http://registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz not in flight; adding
87921npm verb addRemoteTarball [ 'http://registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz',
87922npm verb addRemoteTarball '6f7c15e5e5614c50da961630da46addc87c0cef2' ]
87923npm verb get http://registry.npmjs.org/to-double-quotes not expired, no request
87924npm verb addNamed "2.0.0" is a plain semver version for to-double-quotes
87925npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.3.1.tgz not in flight; adding
87926npm verb addTmpTarball already have metadata; skipping unpack for jscs-jsdoc@1.3.1
87927npm verb addRemoteTarball http://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz not in flight; adding
87928npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz',
87929npm verb addRemoteTarball '5877952f830e69fc7ee19b0772362a53b9811780' ]
87930npm verb get http://registry.npmjs.org/xmlbuilder not expired, no request
87931npm verb addNamed "3.1.0" is a plain semver version for xmlbuilder
87932npm verb addRemoteTarball http://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz not in flight; adding
87933npm verb addRemoteTarball [ 'http://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz',
87934npm verb addRemoteTarball 'aaf231d6fa948949f819301bbab4484d8588e4a7' ]
87935npm verb afterAdd /root/.npm/estraverse/4.1.1/package/package.json not in flight; writing
87936npm verb afterAdd /root/.npm/jscs-preset-wikimedia/1.0.0/package/package.json written
87937npm http fetch 200 http://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz
87938npm verb addRemoteTarball http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz not in flight; adding
87939npm verb addRemoteTarball [ 'http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz',
87940npm verb addRemoteTarball '2c86888f2d4eade850fa38ca7f7223f7209516e1' ]
87941npm verb afterAdd /root/.npm/jsonlint/1.6.2/package/package.json not in flight; writing
87942npm verb afterAdd /root/.npm/natural-compare/1.2.2/package/package.json written
87943npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz not in flight; adding
87944npm verb addTmpTarball already have metadata; skipping unpack for babel-jscs@2.0.5
87945npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz not in flight; adding
87946npm verb addTmpTarball already have metadata; skipping unpack for vow-fs@0.3.4
87947npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/prompt/-/prompt-0.2.14.tgz not in flight; adding
87948npm verb addTmpTarball already have metadata; skipping unpack for prompt@0.2.14
87949npm info retry fetch attempt 1 at 11:32:58
87950npm info attempt registry request try #1 at 11:32:58
87951npm http fetch GET http://registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz
87952npm info retry fetch attempt 1 at 11:32:58
87953npm info attempt registry request try #1 at 11:32:58
87954npm http fetch GET http://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz
87955npm info retry fetch attempt 1 at 11:32:58
87956npm info attempt registry request try #1 at 11:32:58
87957npm http fetch GET http://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz
87958npm info retry fetch attempt 1 at 11:32:58
87959npm info attempt registry request try #1 at 11:32:58
87960npm http fetch GET http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz
87961npm verb afterAdd /root/.npm/estraverse/4.1.1/package/package.json written
87962npm http fetch 200 http://registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz
87963npm verb afterAdd /root/.npm/jsonlint/1.6.2/package/package.json written
87964npm http fetch 200 http://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz
87965npm http fetch 200 http://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz
87966npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pathval/-/pathval-0.1.1.tgz not in flight; adding
87967npm verb addTmpTarball already have metadata; skipping unpack for pathval@0.1.1
87968npm verb afterAdd /root/.npm/vow/0.4.11/package/package.json not in flight; writing
87969npm http fetch 200 http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz
87970npm verb afterAdd /root/.npm/jscs-jsdoc/1.3.1/package/package.json not in flight; writing
87971npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz not in flight; adding
87972npm verb addTmpTarball already have metadata; skipping unpack for reserved-words@0.1.1
87973npm verb afterAdd /root/.npm/vow/0.4.11/package/package.json written
87974npm verb afterAdd /root/.npm/babel-jscs/2.0.5/package/package.json not in flight; writing
87975npm verb afterAdd /root/.npm/vow-fs/0.3.4/package/package.json not in flight; writing
87976npm verb afterAdd /root/.npm/prompt/0.2.14/package/package.json not in flight; writing
87977npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz not in flight; adding
87978npm verb addTmpTarball already have metadata; skipping unpack for to-single-quotes@2.0.0
87979npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz not in flight; adding
87980npm verb addTmpTarball already have metadata; skipping unpack for to-double-quotes@2.0.0
87981npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz not in flight; adding
87982npm verb addTmpTarball already have metadata; skipping unpack for xmlbuilder@3.1.0
87983npm verb afterAdd /root/.npm/jscs-jsdoc/1.3.1/package/package.json written
87984npm verb afterAdd /root/.npm/vow-fs/0.3.4/package/package.json written
87985npm verb afterAdd /root/.npm/prompt/0.2.14/package/package.json written
87986npm verb afterAdd /root/.npm/babel-jscs/2.0.5/package/package.json written
87987npm verb afterAdd /root/.npm/pathval/0.1.1/package/package.json not in flight; writing
87988npm verb afterAdd /root/.npm/reserved-words/0.1.1/package/package.json not in flight; writing
87989npm verb afterAdd /root/.npm/pathval/0.1.1/package/package.json written
87990npm verb afterAdd /root/.npm/to-single-quotes/2.0.0/package/package.json not in flight; writing
87991npm verb afterAdd /root/.npm/to-double-quotes/2.0.0/package/package.json not in flight; writing
87992npm verb afterAdd /root/.npm/xmlbuilder/3.1.0/package/package.json not in flight; writing
87993npm verb afterAdd /root/.npm/reserved-words/0.1.1/package/package.json written
87994npm verb afterAdd /root/.npm/to-single-quotes/2.0.0/package/package.json written
87995npm verb afterAdd /root/.npm/to-double-quotes/2.0.0/package/package.json written
87996npm verb afterAdd /root/.npm/xmlbuilder/3.1.0/package/package.json written
87997npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/escope/-/escope-3.3.0.tgz not in flight; adding
87998npm verb addTmpTarball already have metadata; skipping unpack for escope@3.3.0
87999npm verb afterAdd /root/.npm/escope/3.3.0/package/package.json not in flight; writing
88000npm verb afterAdd /root/.npm/escope/3.3.0/package/package.json written
88001npm verb cache add spec ansi-styles@^2.1.0
88002npm verb cache add spec has-ansi@^2.0.0
88003npm verb cache add spec strip-ansi@^3.0.0
88004npm verb cache add spec supports-color@^2.0.0
88005npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
88006npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
88007npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
88008npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
88009npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
88010npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
88011npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
88012npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
88013npm verb get http://registry.npmjs.org/has-ansi not expired, no request
88014npm verb addNamed "2.0.0" is a plain semver version for has-ansi
88015npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
88016npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
88017npm verb request uri http://registry.npmjs.org/supports-color
88018npm verb request no auth needed
88019npm info attempt registry request try #1 at 11:32:58
88020npm verb etag "91QPISXHGSPQQAUI4IY5OE9UJ"
88021npm http request GET http://registry.npmjs.org/supports-color
88022npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
88023npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
88024npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
88025npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
88026npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
88027npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
88028npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
88029npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
88030npm http 304 http://registry.npmjs.org/supports-color
88031npm verb headers { date: 'Wed, 23 Dec 2015 11:32:58 GMT',
88032npm verb headers via: '1.1 varnish',
88033npm verb headers 'cache-control': 'max-age=60',
88034npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
88035npm verb headers age: '29',
88036npm verb headers connection: 'keep-alive',
88037npm verb headers 'x-served-by': 'cache-fra1244-FRA',
88038npm verb headers 'x-cache': 'HIT',
88039npm verb headers 'x-cache-hits': '5',
88040npm verb headers 'x-timer': 'S1450870378.968601,VS0,VE0',
88041npm verb headers vary: 'Accept' }
88042npm verb etag http://registry.npmjs.org/supports-color from cache
88043npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
88044npm verb addNamed "2.0.0" is a plain semver version for supports-color
88045npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
88046npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
88047npm verb cache add spec ansi-regex@^2.0.0
88048npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
88049npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
88050npm verb get http://registry.npmjs.org/ansi-regex not expired, no request
88051npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
88052npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
88053npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
88054npm verb cache add spec es6-weak-map@^2.0.1
88055npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for es6-weak-map
88056npm verb addNameRange registry:http://registry.npmjs.org/es6-weak-map not in flight; fetching
88057npm verb request uri http://registry.npmjs.org/es6-map
88058npm verb request no auth needed
88059npm info attempt registry request try #1 at 11:32:59
88060npm http request GET http://registry.npmjs.org/es6-map
88061npm verb request uri http://registry.npmjs.org/esrecurse
88062npm verb request no auth needed
88063npm info attempt registry request try #1 at 11:32:59
88064npm http request GET http://registry.npmjs.org/esrecurse
88065npm verb request uri http://registry.npmjs.org/es6-weak-map
88066npm verb request no auth needed
88067npm info attempt registry request try #1 at 11:32:59
88068npm verb etag "DBAWLO6AQR930X30NZGWWA9TD"
88069npm http request GET http://registry.npmjs.org/es6-weak-map
88070npm http 200 http://registry.npmjs.org/es6-map
88071npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88072npm verb headers etag: '"17KWM032S6AH510NAMY1M1867"',
88073npm verb headers 'content-type': 'application/json',
88074npm verb headers 'cache-control': 'max-age=300',
88075npm verb headers 'content-length': '10879',
88076npm verb headers 'accept-ranges': 'bytes',
88077npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88078npm verb headers via: '1.1 varnish',
88079npm verb headers age: '275',
88080npm verb headers connection: 'keep-alive',
88081npm verb headers 'x-served-by': 'cache-fra1223-FRA',
88082npm verb headers 'x-cache': 'HIT',
88083npm verb headers 'x-cache-hits': '4',
88084npm verb headers 'x-timer': 'S1450870379.160015,VS0,VE0',
88085npm verb headers vary: 'Accept' }
88086npm verb get saving es6-map to /root/.npm/registry.npmjs.org/es6-map/.cache.json
88087npm http 200 http://registry.npmjs.org/esrecurse
88088npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88089npm verb headers etag: '"60ZUFDG8IHLELTF5454E2JY17"',
88090npm verb headers 'content-type': 'application/json',
88091npm verb headers 'cache-control': 'max-age=300',
88092npm verb headers 'content-length': '14059',
88093npm verb headers 'accept-ranges': 'bytes',
88094npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88095npm verb headers via: '1.1 varnish',
88096npm verb headers age: '275',
88097npm verb headers connection: 'keep-alive',
88098npm verb headers 'x-served-by': 'cache-fra1237-FRA',
88099npm verb headers 'x-cache': 'HIT',
88100npm verb headers 'x-cache-hits': '1',
88101npm verb headers 'x-timer': 'S1450870379.160245,VS0,VE0',
88102npm verb headers vary: 'Accept' }
88103npm verb get saving esrecurse to /root/.npm/registry.npmjs.org/esrecurse/.cache.json
88104npm http 304 http://registry.npmjs.org/es6-weak-map
88105npm verb headers { date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88106npm verb headers via: '1.1 varnish',
88107npm verb headers 'cache-control': 'max-age=60',
88108npm verb headers etag: '"DBAWLO6AQR930X30NZGWWA9TD"',
88109npm verb headers age: '16',
88110npm verb headers connection: 'keep-alive',
88111npm verb headers 'x-served-by': 'cache-fra1241-FRA',
88112npm verb headers 'x-cache': 'HIT',
88113npm verb headers 'x-cache-hits': '1',
88114npm verb headers 'x-timer': 'S1450870379.174038,VS0,VE0',
88115npm verb headers vary: 'Accept' }
88116npm verb etag http://registry.npmjs.org/es6-weak-map from cache
88117npm verb get saving es6-weak-map to /root/.npm/registry.npmjs.org/es6-weak-map/.cache.json
88118npm verb addNamed "2.0.1" is a plain semver version for es6-weak-map
88119npm verb cache add spec es6-map@^0.1.2
88120npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for es6-map
88121npm verb addNameRange registry:http://registry.npmjs.org/es6-map not in flight; fetching
88122npm verb cache add spec esrecurse@^3.1.1
88123npm verb addNamed ">=3.1.1 <4.0.0" is a valid semver range for esrecurse
88124npm verb addNameRange registry:http://registry.npmjs.org/esrecurse not in flight; fetching
88125npm verb addRemoteTarball http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz not in flight; adding
88126npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz',
88127npm verb addRemoteTarball '0d2bbd8827eb5fb4ba8f97fbfea50d43db21ea81' ]
88128npm info retry fetch attempt 1 at 11:32:59
88129npm info attempt registry request try #1 at 11:32:59
88130npm http fetch GET http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz
88131npm verb get http://registry.npmjs.org/es6-map not expired, no request
88132npm verb addNamed "0.1.3" is a plain semver version for es6-map
88133npm verb get http://registry.npmjs.org/esrecurse not expired, no request
88134npm verb addNamed "3.1.1" is a plain semver version for esrecurse
88135npm verb addRemoteTarball http://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz not in flight; adding
88136npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz',
88137npm verb addRemoteTarball 'fe58c6654c6acd54e4397cdb72379d59b6ad5894' ]
88138npm verb addRemoteTarball http://registry.npmjs.org/esrecurse/-/esrecurse-3.1.1.tgz not in flight; adding
88139npm verb addRemoteTarball [ 'http://registry.npmjs.org/esrecurse/-/esrecurse-3.1.1.tgz',
88140npm verb addRemoteTarball '8feb963699d4d1b2d65a576cd4b1296672a0f0e9' ]
88141npm http fetch 200 http://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz
88142npm info retry fetch attempt 1 at 11:32:59
88143npm info attempt registry request try #1 at 11:32:59
88144npm http fetch GET http://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz
88145npm info retry fetch attempt 1 at 11:32:59
88146npm info attempt registry request try #1 at 11:32:59
88147npm http fetch GET http://registry.npmjs.org/esrecurse/-/esrecurse-3.1.1.tgz
88148npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz not in flight; adding
88149npm verb addTmpTarball already have metadata; skipping unpack for es6-weak-map@2.0.1
88150npm verb afterAdd /root/.npm/es6-weak-map/2.0.1/package/package.json not in flight; writing
88151npm verb afterAdd /root/.npm/es6-weak-map/2.0.1/package/package.json written
88152npm http fetch 200 http://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz
88153npm http fetch 200 http://registry.npmjs.org/esrecurse/-/esrecurse-3.1.1.tgz
88154npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz not in flight; adding
88155npm verb addTmpTarball already have metadata; skipping unpack for es6-map@0.1.3
88156npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/esrecurse/-/esrecurse-3.1.1.tgz not in flight; adding
88157npm verb addTmpTarball already have metadata; skipping unpack for esrecurse@3.1.1
88158npm verb afterAdd /root/.npm/es6-map/0.1.3/package/package.json not in flight; writing
88159npm verb afterAdd /root/.npm/esrecurse/3.1.1/package/package.json not in flight; writing
88160npm verb afterAdd /root/.npm/es6-map/0.1.3/package/package.json written
88161npm verb afterAdd /root/.npm/esrecurse/3.1.1/package/package.json written
88162npm verb request uri http://registry.npmjs.org/es6-set
88163npm verb request no auth needed
88164npm info attempt registry request try #1 at 11:32:59
88165npm http request GET http://registry.npmjs.org/es6-set
88166npm http 200 http://registry.npmjs.org/es6-set
88167npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88168npm verb headers etag: '"6UWY8JVK36NHAWQT8HM4RZ2Y5"',
88169npm verb headers 'content-type': 'application/json',
88170npm verb headers 'cache-control': 'max-age=300',
88171npm verb headers 'content-length': '8988',
88172npm verb headers 'accept-ranges': 'bytes',
88173npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88174npm verb headers via: '1.1 varnish',
88175npm verb headers age: '267',
88176npm verb headers connection: 'keep-alive',
88177npm verb headers 'x-served-by': 'cache-fra1239-FRA',
88178npm verb headers 'x-cache': 'HIT',
88179npm verb headers 'x-cache-hits': '2',
88180npm verb headers 'x-timer': 'S1450870379.358647,VS0,VE0',
88181npm verb headers vary: 'Accept' }
88182npm verb get saving es6-set to /root/.npm/registry.npmjs.org/es6-set/.cache.json
88183npm verb cache add spec es6-set@~0.1.3
88184npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for es6-set
88185npm verb addNameRange registry:http://registry.npmjs.org/es6-set not in flight; fetching
88186npm verb get http://registry.npmjs.org/es6-set not expired, no request
88187npm verb addNamed "0.1.3" is a plain semver version for es6-set
88188npm verb addRemoteTarball http://registry.npmjs.org/es6-set/-/es6-set-0.1.3.tgz not in flight; adding
88189npm verb addRemoteTarball [ 'http://registry.npmjs.org/es6-set/-/es6-set-0.1.3.tgz',
88190npm verb addRemoteTarball '7633145c703bce37f10fa941e70c96991001ec50' ]
88191npm info retry fetch attempt 1 at 11:32:59
88192npm info attempt registry request try #1 at 11:32:59
88193npm http fetch GET http://registry.npmjs.org/es6-set/-/es6-set-0.1.3.tgz
88194npm http fetch 200 http://registry.npmjs.org/es6-set/-/es6-set-0.1.3.tgz
88195npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/es6-set/-/es6-set-0.1.3.tgz not in flight; adding
88196npm verb addTmpTarball already have metadata; skipping unpack for es6-set@0.1.3
88197npm verb afterAdd /root/.npm/es6-set/0.1.3/package/package.json not in flight; writing
88198npm verb afterAdd /root/.npm/es6-set/0.1.3/package/package.json written
88199npm verb cache add spec estraverse@~3.1.0
88200npm verb addNamed ">=3.1.0 <3.2.0" is a valid semver range for estraverse
88201npm verb addNameRange registry:http://registry.npmjs.org/estraverse not in flight; fetching
88202npm verb get http://registry.npmjs.org/estraverse not expired, no request
88203npm verb addNamed "3.1.0" is a plain semver version for estraverse
88204npm verb addRemoteTarball http://registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz not in flight; adding
88205npm verb addRemoteTarball [ 'http://registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz',
88206npm verb addRemoteTarball '15e28a446b8b82bc700ccc8b96c78af4da0d6cba' ]
88207npm info retry fetch attempt 1 at 11:32:59
88208npm info attempt registry request try #1 at 11:32:59
88209npm http fetch GET http://registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz
88210npm http fetch 200 http://registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz
88211npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz not in flight; adding
88212npm verb addTmpTarball already have metadata; skipping unpack for estraverse@3.1.0
88213npm verb afterAdd /root/.npm/estraverse/3.1.0/package/package.json not in flight; writing
88214npm verb afterAdd /root/.npm/estraverse/3.1.0/package/package.json written
88215npm verb request uri http://registry.npmjs.org/comment-parser
88216npm verb request no auth needed
88217npm info attempt registry request try #1 at 11:32:59
88218npm http request GET http://registry.npmjs.org/comment-parser
88219npm verb request uri http://registry.npmjs.org/jsdoctypeparser
88220npm verb request no auth needed
88221npm info attempt registry request try #1 at 11:32:59
88222npm http request GET http://registry.npmjs.org/jsdoctypeparser
88223npm http 200 http://registry.npmjs.org/comment-parser
88224npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88225npm verb headers etag: '"964IIYQFVHISQ033N01HDFTL8"',
88226npm verb headers 'content-type': 'application/json',
88227npm verb headers 'cache-control': 'max-age=300',
88228npm verb headers 'content-length': '17342',
88229npm verb headers 'accept-ranges': 'bytes',
88230npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88231npm verb headers via: '1.1 varnish',
88232npm verb headers age: '57',
88233npm verb headers connection: 'keep-alive',
88234npm verb headers 'x-served-by': 'cache-fra1222-FRA',
88235npm verb headers 'x-cache': 'HIT',
88236npm verb headers 'x-cache-hits': '1',
88237npm verb headers 'x-timer': 'S1450870379.639751,VS0,VE0',
88238npm verb headers vary: 'Accept' }
88239npm verb get saving comment-parser to /root/.npm/registry.npmjs.org/comment-parser/.cache.json
88240npm verb cache add spec comment-parser@^0.3.1
88241npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for comment-parser
88242npm verb addNameRange registry:http://registry.npmjs.org/comment-parser not in flight; fetching
88243npm verb get http://registry.npmjs.org/comment-parser not expired, no request
88244npm verb addNamed "0.3.1" is a plain semver version for comment-parser
88245npm http 200 http://registry.npmjs.org/jsdoctypeparser
88246npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88247npm verb headers etag: '"1RRU0CZ0BJ08K8J4OVMWVJCO8"',
88248npm verb headers 'content-type': 'application/json',
88249npm verb headers 'cache-control': 'max-age=300',
88250npm verb headers 'content-length': '28994',
88251npm verb headers 'accept-ranges': 'bytes',
88252npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88253npm verb headers via: '1.1 varnish',
88254npm verb headers age: '235',
88255npm verb headers connection: 'keep-alive',
88256npm verb headers 'x-served-by': 'cache-fra1224-FRA',
88257npm verb headers 'x-cache': 'HIT',
88258npm verb headers 'x-cache-hits': '3',
88259npm verb headers 'x-timer': 'S1450870379.645604,VS0,VE0',
88260npm verb headers vary: 'Accept' }
88261npm verb get saving jsdoctypeparser to /root/.npm/registry.npmjs.org/jsdoctypeparser/.cache.json
88262npm verb addRemoteTarball http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz not in flight; adding
88263npm verb addRemoteTarball [ 'http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz',
88264npm verb addRemoteTarball 'fd657aac8c1492d308c9a6100fc9b49d2435aba1' ]
88265npm info retry fetch attempt 1 at 11:32:59
88266npm info attempt registry request try #1 at 11:32:59
88267npm http fetch GET http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz
88268npm verb cache add spec jsdoctypeparser@~1.2.0
88269npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for jsdoctypeparser
88270npm verb addNameRange registry:http://registry.npmjs.org/jsdoctypeparser not in flight; fetching
88271npm verb get http://registry.npmjs.org/jsdoctypeparser not expired, no request
88272npm verb addNamed "1.2.0" is a plain semver version for jsdoctypeparser
88273npm verb addRemoteTarball http://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz not in flight; adding
88274npm verb addRemoteTarball [ 'http://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz',
88275npm verb addRemoteTarball 'e7dedc153a11849ffc5141144ae86a7ef0c25392' ]
88276npm http fetch 200 http://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz
88277npm info retry fetch attempt 1 at 11:32:59
88278npm info attempt registry request try #1 at 11:32:59
88279npm http fetch GET http://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz
88280npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz not in flight; adding
88281npm verb addTmpTarball already have metadata; skipping unpack for comment-parser@0.3.1
88282npm verb afterAdd /root/.npm/comment-parser/0.3.1/package/package.json not in flight; writing
88283npm verb afterAdd /root/.npm/comment-parser/0.3.1/package/package.json written
88284npm http fetch 200 http://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz
88285npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz not in flight; adding
88286npm verb addTmpTarball already have metadata; skipping unpack for jsdoctypeparser@1.2.0
88287npm verb afterAdd /root/.npm/jsdoctypeparser/1.2.0/package/package.json not in flight; writing
88288npm verb afterAdd /root/.npm/jsdoctypeparser/1.2.0/package/package.json written
88289npm verb request uri http://registry.npmjs.org/nomnom
88290npm verb request no auth needed
88291npm info attempt registry request try #1 at 11:32:59
88292npm http request GET http://registry.npmjs.org/nomnom
88293npm verb request uri http://registry.npmjs.org/JSV
88294npm verb request no auth needed
88295npm info attempt registry request try #1 at 11:32:59
88296npm http request GET http://registry.npmjs.org/JSV
88297npm http 200 http://registry.npmjs.org/nomnom
88298npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88299npm verb headers etag: '"AGSKCMMM816K5YQZIX5SV3ZZW"',
88300npm verb headers 'content-type': 'application/json',
88301npm verb headers 'cache-control': 'max-age=300',
88302npm verb headers 'content-length': '29547',
88303npm verb headers 'accept-ranges': 'bytes',
88304npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88305npm verb headers via: '1.1 varnish',
88306npm verb headers age: '29',
88307npm verb headers connection: 'keep-alive',
88308npm verb headers 'x-served-by': 'cache-fra1227-FRA',
88309npm verb headers 'x-cache': 'HIT',
88310npm verb headers 'x-cache-hits': '1',
88311npm verb headers 'x-timer': 'S1450870379.871215,VS0,VE0',
88312npm verb headers vary: 'Accept' }
88313npm verb get saving nomnom to /root/.npm/registry.npmjs.org/nomnom/.cache.json
88314npm http 200 http://registry.npmjs.org/JSV
88315npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88316npm verb headers etag: '"9RUUQ925NHZCRDQI7YUKTFZWK"',
88317npm verb headers 'content-type': 'application/json',
88318npm verb headers 'cache-control': 'max-age=300',
88319npm verb headers 'content-length': '36688',
88320npm verb headers 'accept-ranges': 'bytes',
88321npm verb headers date: 'Wed, 23 Dec 2015 11:32:59 GMT',
88322npm verb headers via: '1.1 varnish',
88323npm verb headers age: '153',
88324npm verb headers connection: 'keep-alive',
88325npm verb headers 'x-served-by': 'cache-fra1229-FRA',
88326npm verb headers 'x-cache': 'HIT',
88327npm verb headers 'x-cache-hits': '1',
88328npm verb headers 'x-timer': 'S1450870379.877312,VS0,VE0',
88329npm verb headers vary: 'Accept' }
88330npm verb get saving JSV to /root/.npm/registry.npmjs.org/JSV/.cache.json
88331npm verb cache add spec JSV@>= 4.0.x
88332npm verb addNamed ">=4.0.0" is a valid semver range for JSV
88333npm verb addNameRange registry:http://registry.npmjs.org/JSV not in flight; fetching
88334npm verb cache add spec nomnom@>= 1.5.x
88335npm verb addNamed ">=1.5.0" is a valid semver range for nomnom
88336npm verb addNameRange registry:http://registry.npmjs.org/nomnom not in flight; fetching
88337npm verb get http://registry.npmjs.org/JSV not expired, no request
88338npm verb addNamed "4.0.2" is a plain semver version for JSV
88339npm verb get http://registry.npmjs.org/nomnom not expired, no request
88340npm verb addNamed "1.8.1" is a plain semver version for nomnom
88341npm verb addRemoteTarball http://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz not in flight; adding
88342npm verb addRemoteTarball [ 'http://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz',
88343npm verb addRemoteTarball 'd077f6825571f82132f9dffaed587b4029feff57' ]
88344npm verb addRemoteTarball http://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz not in flight; adding
88345npm verb addRemoteTarball [ 'http://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz',
88346npm verb addRemoteTarball '2151f722472ba79e50a76fc125bb8c8f2e4dc2a7' ]
88347npm info retry fetch attempt 1 at 11:32:59
88348npm info attempt registry request try #1 at 11:32:59
88349npm http fetch GET http://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz
88350npm info retry fetch attempt 1 at 11:32:59
88351npm info attempt registry request try #1 at 11:32:59
88352npm http fetch GET http://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
88353npm http fetch 200 http://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz
88354npm http fetch 200 http://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
88355npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz not in flight; adding
88356npm verb addTmpTarball already have metadata; skipping unpack for nomnom@1.8.1
88357npm verb afterAdd /root/.npm/nomnom/1.8.1/package/package.json not in flight; writing
88358npm verb afterAdd /root/.npm/nomnom/1.8.1/package/package.json written
88359npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/JSV/-/JSV-4.0.2.tgz not in flight; adding
88360npm verb addTmpTarball already have metadata; skipping unpack for JSV@4.0.2
88361npm verb afterAdd /root/.npm/JSV/4.0.2/package/package.json not in flight; writing
88362npm verb afterAdd /root/.npm/JSV/4.0.2/package/package.json written
88363npm verb cache add spec underscore@~1.6.0
88364npm verb cache add spec chalk@~0.4.0
88365npm verb addNamed ">=1.6.0 <1.7.0" is a valid semver range for underscore
88366npm verb addNameRange registry:http://registry.npmjs.org/underscore not in flight; fetching
88367npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for chalk
88368npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
88369npm verb request uri http://registry.npmjs.org/underscore
88370npm verb request no auth needed
88371npm info attempt registry request try #1 at 11:33:00
88372npm verb etag "EFDD5CQTW181YVOL282U8VRMC"
88373npm http request GET http://registry.npmjs.org/underscore
88374npm verb get http://registry.npmjs.org/chalk not expired, no request
88375npm verb addNamed "0.4.0" is a plain semver version for chalk
88376npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json not in flight; writing
88377npm verb afterAdd /root/.npm/chalk/0.4.0/package/package.json written
88378npm http 304 http://registry.npmjs.org/underscore
88379npm verb headers { date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88380npm verb headers via: '1.1 varnish',
88381npm verb headers 'cache-control': 'max-age=300',
88382npm verb headers etag: '"EFDD5CQTW181YVOL282U8VRMC"',
88383npm verb headers age: '105',
88384npm verb headers connection: 'keep-alive',
88385npm verb headers 'x-served-by': 'cache-fra1246-FRA',
88386npm verb headers 'x-cache': 'HIT',
88387npm verb headers 'x-cache-hits': '5',
88388npm verb headers 'x-timer': 'S1450870380.703853,VS0,VE0',
88389npm verb headers vary: 'Accept' }
88390npm verb etag http://registry.npmjs.org/underscore from cache
88391npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
88392npm verb addNamed "1.6.0" is a plain semver version for underscore
88393npm verb addRemoteTarball http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
88394npm verb addRemoteTarball [ 'http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz',
88395npm verb addRemoteTarball '8b38b10cacdef63337b8b24e4ff86d45aea529a8' ]
88396npm info retry fetch attempt 1 at 11:33:00
88397npm info attempt registry request try #1 at 11:33:00
88398npm http fetch GET http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
88399npm http fetch 200 http://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
88400npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/underscore/-/underscore-1.6.0.tgz not in flight; adding
88401npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.6.0
88402npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json not in flight; writing
88403npm verb afterAdd /root/.npm/underscore/1.6.0/package/package.json written
88404npm verb cache add spec ansi-styles@~1.0.0
88405npm verb cache add spec strip-ansi@~0.1.0
88406npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ansi-styles
88407npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
88408npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for strip-ansi
88409npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
88410npm verb request uri http://registry.npmjs.org/ansi-styles
88411npm verb request no auth needed
88412npm info attempt registry request try #1 at 11:33:00
88413npm verb etag "9LLFLOJ9GM4RQX3H0RXPTL575"
88414npm http request GET http://registry.npmjs.org/ansi-styles
88415npm verb request uri http://registry.npmjs.org/strip-ansi
88416npm verb request no auth needed
88417npm info attempt registry request try #1 at 11:33:00
88418npm verb etag "RBPZS1J21XBKPHESKAG048ZH"
88419npm http request GET http://registry.npmjs.org/strip-ansi
88420npm http 304 http://registry.npmjs.org/ansi-styles
88421npm verb headers { date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88422npm verb headers via: '1.1 varnish',
88423npm verb headers 'cache-control': 'max-age=300',
88424npm verb headers etag: '"9LLFLOJ9GM4RQX3H0RXPTL575"',
88425npm verb headers age: '174',
88426npm verb headers connection: 'keep-alive',
88427npm verb headers 'x-served-by': 'cache-fra1222-FRA',
88428npm verb headers 'x-cache': 'HIT',
88429npm verb headers 'x-cache-hits': '12',
88430npm verb headers 'x-timer': 'S1450870380.837747,VS0,VE0',
88431npm verb headers vary: 'Accept' }
88432npm verb etag http://registry.npmjs.org/ansi-styles from cache
88433npm verb get saving ansi-styles to /root/.npm/registry.npmjs.org/ansi-styles/.cache.json
88434npm http 304 http://registry.npmjs.org/strip-ansi
88435npm verb headers { date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88436npm verb headers via: '1.1 varnish',
88437npm verb headers 'cache-control': 'max-age=300',
88438npm verb headers etag: '"RBPZS1J21XBKPHESKAG048ZH"',
88439npm verb headers age: '117',
88440npm verb headers connection: 'keep-alive',
88441npm verb headers 'x-served-by': 'cache-fra1231-FRA',
88442npm verb headers 'x-cache': 'HIT',
88443npm verb headers 'x-cache-hits': '15',
88444npm verb headers 'x-timer': 'S1450870380.838026,VS0,VE0',
88445npm verb headers vary: 'Accept' }
88446npm verb etag http://registry.npmjs.org/strip-ansi from cache
88447npm verb get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json
88448npm verb addNamed "0.1.1" is a plain semver version for strip-ansi
88449npm verb addNamed "1.0.0" is a plain semver version for ansi-styles
88450npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json not in flight; writing
88451npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json not in flight; writing
88452npm verb afterAdd /root/.npm/strip-ansi/0.1.1/package/package.json written
88453npm verb afterAdd /root/.npm/ansi-styles/1.0.0/package/package.json written
88454npm verb request uri http://registry.npmjs.org/pkginfo
88455npm verb request no auth needed
88456npm info attempt registry request try #1 at 11:33:00
88457npm http request GET http://registry.npmjs.org/pkginfo
88458npm verb request uri http://registry.npmjs.org/read
88459npm verb request no auth needed
88460npm info attempt registry request try #1 at 11:33:00
88461npm http request GET http://registry.npmjs.org/read
88462npm verb request uri http://registry.npmjs.org/revalidator
88463npm verb request no auth needed
88464npm info attempt registry request try #1 at 11:33:00
88465npm http request GET http://registry.npmjs.org/revalidator
88466npm verb request uri http://registry.npmjs.org/utile
88467npm verb request no auth needed
88468npm info attempt registry request try #1 at 11:33:00
88469npm http request GET http://registry.npmjs.org/utile
88470npm verb request uri http://registry.npmjs.org/winston
88471npm verb request no auth needed
88472npm info attempt registry request try #1 at 11:33:00
88473npm http request GET http://registry.npmjs.org/winston
88474npm http 200 http://registry.npmjs.org/pkginfo
88475npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88476npm verb headers etag: '"CLWKG7UL6XEZR9ZXXVTOH21VS"',
88477npm verb headers 'content-type': 'application/json',
88478npm verb headers 'cache-control': 'max-age=300',
88479npm verb headers 'content-length': '7747',
88480npm verb headers 'accept-ranges': 'bytes',
88481npm verb headers date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88482npm verb headers via: '1.1 varnish',
88483npm verb headers age: '49',
88484npm verb headers connection: 'keep-alive',
88485npm verb headers 'x-served-by': 'cache-fra1228-FRA',
88486npm verb headers 'x-cache': 'HIT',
88487npm verb headers 'x-cache-hits': '2',
88488npm verb headers 'x-timer': 'S1450870380.970317,VS0,VE0',
88489npm verb headers vary: 'Accept' }
88490npm verb get saving pkginfo to /root/.npm/registry.npmjs.org/pkginfo/.cache.json
88491npm verb cache add spec pkginfo@0.x.x
88492npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for pkginfo
88493npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
88494npm http 200 http://registry.npmjs.org/utile
88495npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88496npm verb headers etag: '"602ZF12U0W13D8KMFYQ9W9SM3"',
88497npm verb headers 'content-type': 'application/json',
88498npm verb headers 'cache-control': 'max-age=60',
88499npm verb headers 'content-length': '24372',
88500npm verb headers 'accept-ranges': 'bytes',
88501npm verb headers date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88502npm verb headers via: '1.1 varnish',
88503npm verb headers age: '36',
88504npm verb headers connection: 'keep-alive',
88505npm verb headers 'x-served-by': 'cache-fra1231-FRA',
88506npm verb headers 'x-cache': 'HIT',
88507npm verb headers 'x-cache-hits': '2',
88508npm verb headers 'x-timer': 'S1450870380.970646,VS0,VE0',
88509npm verb headers vary: 'Accept' }
88510npm verb get saving utile to /root/.npm/registry.npmjs.org/utile/.cache.json
88511npm verb get http://registry.npmjs.org/pkginfo not expired, no request
88512npm verb addNamed "0.3.1" is a plain semver version for pkginfo
88513npm verb addRemoteTarball http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
88514npm verb addRemoteTarball [ 'http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz',
88515npm verb addRemoteTarball '5b29f6a81f70717142e09e765bbeab97b4f81e21' ]
88516npm http 200 http://registry.npmjs.org/revalidator
88517npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88518npm verb headers etag: '"EMHVUP2BRBQ8VH5IL3Y6HHXA5"',
88519npm verb headers 'content-type': 'application/json',
88520npm verb headers 'cache-control': 'max-age=300',
88521npm verb headers 'content-length': '19583',
88522npm verb headers 'accept-ranges': 'bytes',
88523npm verb headers date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88524npm verb headers via: '1.1 varnish',
88525npm verb headers age: '17',
88526npm verb headers connection: 'keep-alive',
88527npm verb headers 'x-served-by': 'cache-fra1243-FRA',
88528npm verb headers 'x-cache': 'HIT',
88529npm verb headers 'x-cache-hits': '1',
88530npm verb headers 'x-timer': 'S1450870380.970708,VS0,VE0',
88531npm verb headers vary: 'Accept' }
88532npm verb get saving revalidator to /root/.npm/registry.npmjs.org/revalidator/.cache.json
88533npm info retry fetch attempt 1 at 11:33:01
88534npm info attempt registry request try #1 at 11:33:01
88535npm http fetch GET http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
88536npm http 200 http://registry.npmjs.org/read
88537npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88538npm verb headers etag: '"4NE5FAOQPK1SCERKDI38FDBM6"',
88539npm verb headers 'content-type': 'application/json',
88540npm verb headers 'cache-control': 'max-age=300',
88541npm verb headers 'content-length': '12126',
88542npm verb headers 'accept-ranges': 'bytes',
88543npm verb headers date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88544npm verb headers via: '1.1 varnish',
88545npm verb headers age: '73',
88546npm verb headers connection: 'keep-alive',
88547npm verb headers 'x-served-by': 'cache-fra1248-FRA',
88548npm verb headers 'x-cache': 'HIT',
88549npm verb headers 'x-cache-hits': '1054',
88550npm verb headers 'x-timer': 'S1450870380.970646,VS0,VE0',
88551npm verb headers vary: 'Accept' }
88552npm verb get saving read to /root/.npm/registry.npmjs.org/read/.cache.json
88553npm verb cache add spec utile@0.2.x
88554npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for utile
88555npm verb addNameRange registry:http://registry.npmjs.org/utile not in flight; fetching
88556npm verb cache add spec revalidator@0.1.x
88557npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for revalidator
88558npm verb addNameRange registry:http://registry.npmjs.org/revalidator not in flight; fetching
88559npm verb get http://registry.npmjs.org/utile not expired, no request
88560npm verb addNamed "0.2.1" is a plain semver version for utile
88561npm http fetch 200 http://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz
88562npm verb addRemoteTarball http://registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
88563npm verb addRemoteTarball [ 'http://registry.npmjs.org/utile/-/utile-0.2.1.tgz',
88564npm verb addRemoteTarball '930c88e99098d6220834c356cbd9a770522d90d7' ]
88565npm http 200 http://registry.npmjs.org/winston
88566npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88567npm verb headers etag: '"3W4LUKH74MOYR3XK9O7V3UWMR"',
88568npm verb headers 'content-type': 'application/json',
88569npm verb headers 'cache-control': 'max-age=300',
88570npm verb headers 'content-length': '81233',
88571npm verb headers 'accept-ranges': 'bytes',
88572npm verb headers date: 'Wed, 23 Dec 2015 11:33:00 GMT',
88573npm verb headers via: '1.1 varnish',
88574npm verb headers age: '155',
88575npm verb headers connection: 'keep-alive',
88576npm verb headers 'x-served-by': 'cache-fra1241-FRA',
88577npm verb headers 'x-cache': 'HIT',
88578npm verb headers 'x-cache-hits': '1',
88579npm verb headers 'x-timer': 'S1450870380.977527,VS0,VE0',
88580npm verb headers vary: 'Accept' }
88581npm verb get saving winston to /root/.npm/registry.npmjs.org/winston/.cache.json
88582npm verb cache add spec read@1.0.x
88583npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for read
88584npm verb addNameRange registry:http://registry.npmjs.org/read not in flight; fetching
88585npm verb get http://registry.npmjs.org/revalidator not expired, no request
88586npm verb addNamed "0.1.8" is a plain semver version for revalidator
88587npm info retry fetch attempt 1 at 11:33:01
88588npm info attempt registry request try #1 at 11:33:01
88589npm http fetch GET http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
88590npm verb addRemoteTarball http://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz not in flight; adding
88591npm verb addRemoteTarball [ 'http://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz',
88592npm verb addRemoteTarball 'fece61bfa0c1b52a206bd6b18198184bdd523a3b' ]
88593npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz not in flight; adding
88594npm verb addTmpTarball already have metadata; skipping unpack for pkginfo@0.3.1
88595npm verb get http://registry.npmjs.org/read not expired, no request
88596npm verb addNamed "1.0.7" is a plain semver version for read
88597npm verb addRemoteTarball http://registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
88598npm verb addRemoteTarball [ 'http://registry.npmjs.org/read/-/read-1.0.7.tgz',
88599npm verb addRemoteTarball 'b3da19bd052431a97671d44a42634adf710b40c4' ]
88600npm info retry fetch attempt 1 at 11:33:01
88601npm info attempt registry request try #1 at 11:33:01
88602npm http fetch GET http://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz
88603npm http fetch 200 http://registry.npmjs.org/utile/-/utile-0.2.1.tgz
88604npm info retry fetch attempt 1 at 11:33:01
88605npm info attempt registry request try #1 at 11:33:01
88606npm http fetch GET http://registry.npmjs.org/read/-/read-1.0.7.tgz
88607npm verb cache add spec winston@0.8.x
88608npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for winston
88609npm verb addNameRange registry:http://registry.npmjs.org/winston not in flight; fetching
88610npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/utile/-/utile-0.2.1.tgz not in flight; adding
88611npm verb addTmpTarball already have metadata; skipping unpack for utile@0.2.1
88612npm verb get http://registry.npmjs.org/winston not expired, no request
88613npm verb addNamed "0.8.3" is a plain semver version for winston
88614npm http fetch 200 http://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz
88615npm verb addRemoteTarball http://registry.npmjs.org/winston/-/winston-0.8.3.tgz not in flight; adding
88616npm verb addRemoteTarball [ 'http://registry.npmjs.org/winston/-/winston-0.8.3.tgz',
88617npm verb addRemoteTarball '64b6abf4cd01adcaefd5009393b1d8e8bec19db0' ]
88618npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json not in flight; writing
88619npm http fetch 200 http://registry.npmjs.org/read/-/read-1.0.7.tgz
88620npm info retry fetch attempt 1 at 11:33:01
88621npm info attempt registry request try #1 at 11:33:01
88622npm http fetch GET http://registry.npmjs.org/winston/-/winston-0.8.3.tgz
88623npm verb afterAdd /root/.npm/pkginfo/0.3.1/package/package.json written
88624npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz not in flight; adding
88625npm verb addTmpTarball already have metadata; skipping unpack for revalidator@0.1.8
88626npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/read/-/read-1.0.7.tgz not in flight; adding
88627npm verb addTmpTarball already have metadata; skipping unpack for read@1.0.7
88628npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json not in flight; writing
88629npm http fetch 200 http://registry.npmjs.org/winston/-/winston-0.8.3.tgz
88630npm verb afterAdd /root/.npm/utile/0.2.1/package/package.json written
88631npm verb afterAdd /root/.npm/revalidator/0.1.8/package/package.json not in flight; writing
88632npm verb afterAdd /root/.npm/read/1.0.7/package/package.json not in flight; writing
88633npm verb afterAdd /root/.npm/revalidator/0.1.8/package/package.json written
88634npm verb afterAdd /root/.npm/read/1.0.7/package/package.json written
88635npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/winston/-/winston-0.8.3.tgz not in flight; adding
88636npm verb addTmpTarball already have metadata; skipping unpack for winston@0.8.3
88637npm verb afterAdd /root/.npm/winston/0.8.3/package/package.json not in flight; writing
88638npm verb afterAdd /root/.npm/winston/0.8.3/package/package.json written
88639npm verb cache add spec ncp@0.4.x
88640npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for ncp
88641npm verb addNameRange registry:http://registry.npmjs.org/ncp not in flight; fetching
88642npm verb request uri http://registry.npmjs.org/deep-equal
88643npm verb request no auth needed
88644npm info attempt registry request try #1 at 11:33:01
88645npm http request GET http://registry.npmjs.org/deep-equal
88646npm verb request uri http://registry.npmjs.org/i
88647npm verb request no auth needed
88648npm info attempt registry request try #1 at 11:33:01
88649npm http request GET http://registry.npmjs.org/i
88650npm verb request uri http://registry.npmjs.org/ncp
88651npm verb request no auth needed
88652npm info attempt registry request try #1 at 11:33:01
88653npm verb etag "E335WN9HFOY1A47CZXJP6Y7CE"
88654npm http request GET http://registry.npmjs.org/ncp
88655npm http 200 http://registry.npmjs.org/i
88656npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88657npm verb headers etag: '"5OCZEPFASPLLY9KKP3MWLHGYO"',
88658npm verb headers 'content-type': 'application/json',
88659npm verb headers 'cache-control': 'max-age=60',
88660npm verb headers 'content-length': '9995',
88661npm verb headers 'accept-ranges': 'bytes',
88662npm verb headers date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88663npm verb headers via: '1.1 varnish',
88664npm verb headers age: '11',
88665npm verb headers connection: 'keep-alive',
88666npm verb headers 'x-served-by': 'cache-fra1226-FRA',
88667npm verb headers 'x-cache': 'HIT',
88668npm verb headers 'x-cache-hits': '1',
88669npm verb headers 'x-timer': 'S1450870381.620676,VS0,VE0',
88670npm verb headers vary: 'Accept' }
88671npm verb get saving i to /root/.npm/registry.npmjs.org/i/.cache.json
88672npm http 304 http://registry.npmjs.org/ncp
88673npm verb headers { date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88674npm verb headers via: '1.1 varnish',
88675npm verb headers 'cache-control': 'max-age=60',
88676npm verb headers etag: '"E335WN9HFOY1A47CZXJP6Y7CE"',
88677npm verb headers age: '49',
88678npm verb headers connection: 'keep-alive',
88679npm verb headers 'x-served-by': 'cache-fra1243-FRA',
88680npm verb headers 'x-cache': 'HIT',
88681npm verb headers 'x-cache-hits': '3',
88682npm verb headers 'x-timer': 'S1450870381.629061,VS0,VE0',
88683npm verb headers vary: 'Accept' }
88684npm verb etag http://registry.npmjs.org/ncp from cache
88685npm verb get saving ncp to /root/.npm/registry.npmjs.org/ncp/.cache.json
88686npm http 200 http://registry.npmjs.org/deep-equal
88687npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88688npm verb headers etag: '"A3TWJPMQMCNC0S359IFK4PIAG"',
88689npm verb headers 'content-type': 'application/json',
88690npm verb headers 'cache-control': 'max-age=300',
88691npm verb headers 'content-length': '12281',
88692npm verb headers 'accept-ranges': 'bytes',
88693npm verb headers date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88694npm verb headers via: '1.1 varnish',
88695npm verb headers age: '175',
88696npm verb headers connection: 'keep-alive',
88697npm verb headers 'x-served-by': 'cache-fra1225-FRA',
88698npm verb headers 'x-cache': 'HIT',
88699npm verb headers 'x-cache-hits': '3',
88700npm verb headers 'x-timer': 'S1450870381.619405,VS0,VE0',
88701npm verb headers vary: 'Accept' }
88702npm verb get saving deep-equal to /root/.npm/registry.npmjs.org/deep-equal/.cache.json
88703npm verb addNamed "0.4.2" is a plain semver version for ncp
88704npm verb cache add spec i@0.3.x
88705npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for i
88706npm verb addNameRange registry:http://registry.npmjs.org/i not in flight; fetching
88707npm verb addRemoteTarball http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
88708npm verb addRemoteTarball [ 'http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz',
88709npm verb addRemoteTarball 'abcc6cbd3ec2ed2a729ff6e7c1fa8f01784a8574' ]
88710npm verb cache add spec deep-equal@*
88711npm verb addNamed "*" is a valid semver range for deep-equal
88712npm verb addNameRange registry:http://registry.npmjs.org/deep-equal not in flight; fetching
88713npm info retry fetch attempt 1 at 11:33:01
88714npm info attempt registry request try #1 at 11:33:01
88715npm http fetch GET http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
88716npm verb get http://registry.npmjs.org/i not expired, no request
88717npm verb addNamed "0.3.3" is a plain semver version for i
88718npm verb addRemoteTarball http://registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
88719npm verb addRemoteTarball [ 'http://registry.npmjs.org/i/-/i-0.3.3.tgz',
88720npm verb addRemoteTarball '0ff9a5eb743504aa8ac26a84f84c641287ff24cd' ]
88721npm verb get http://registry.npmjs.org/deep-equal not expired, no request
88722npm verb addNamed "1.0.1" is a plain semver version for deep-equal
88723npm verb addRemoteTarball http://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz not in flight; adding
88724npm verb addRemoteTarball [ 'http://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz',
88725npm verb addRemoteTarball 'f5d260292b660e084eff4cdbc9f08ad3247448b5' ]
88726npm http fetch 200 http://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz
88727npm info retry fetch attempt 1 at 11:33:01
88728npm info attempt registry request try #1 at 11:33:01
88729npm http fetch GET http://registry.npmjs.org/i/-/i-0.3.3.tgz
88730npm info retry fetch attempt 1 at 11:33:01
88731npm info attempt registry request try #1 at 11:33:01
88732npm http fetch GET http://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz
88733npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ncp/-/ncp-0.4.2.tgz not in flight; adding
88734npm verb addTmpTarball already have metadata; skipping unpack for ncp@0.4.2
88735npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json not in flight; writing
88736npm verb afterAdd /root/.npm/ncp/0.4.2/package/package.json written
88737npm http fetch 200 http://registry.npmjs.org/i/-/i-0.3.3.tgz
88738npm http fetch 200 http://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz
88739npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz not in flight; adding
88740npm verb addTmpTarball already have metadata; skipping unpack for deep-equal@1.0.1
88741npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/i/-/i-0.3.3.tgz not in flight; adding
88742npm verb addTmpTarball already have metadata; skipping unpack for i@0.3.3
88743npm verb afterAdd /root/.npm/deep-equal/1.0.1/package/package.json not in flight; writing
88744npm verb afterAdd /root/.npm/deep-equal/1.0.1/package/package.json written
88745npm verb afterAdd /root/.npm/i/0.3.3/package/package.json not in flight; writing
88746npm verb afterAdd /root/.npm/i/0.3.3/package/package.json written
88747npm verb request uri http://registry.npmjs.org/cycle
88748npm verb request no auth needed
88749npm info attempt registry request try #1 at 11:33:01
88750npm http request GET http://registry.npmjs.org/cycle
88751npm verb request uri http://registry.npmjs.org/eyes
88752npm verb request no auth needed
88753npm info attempt registry request try #1 at 11:33:01
88754npm http request GET http://registry.npmjs.org/eyes
88755npm verb request uri http://registry.npmjs.org/stack-trace
88756npm verb request no auth needed
88757npm info attempt registry request try #1 at 11:33:01
88758npm http request GET http://registry.npmjs.org/stack-trace
88759npm http 200 http://registry.npmjs.org/cycle
88760npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88761npm verb headers etag: '"EGL12AD9ZIJ4SNJJHS4KY6QOW"',
88762npm verb headers 'content-type': 'application/json',
88763npm verb headers 'cache-control': 'max-age=60',
88764npm verb headers 'content-length': '7575',
88765npm verb headers 'accept-ranges': 'bytes',
88766npm verb headers date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88767npm verb headers via: '1.1 varnish',
88768npm verb headers age: '59',
88769npm verb headers connection: 'keep-alive',
88770npm verb headers 'x-served-by': 'cache-fra1243-FRA',
88771npm verb headers 'x-cache': 'HIT',
88772npm verb headers 'x-cache-hits': '3',
88773npm verb headers 'x-timer': 'S1450870381.869480,VS0,VE0',
88774npm verb headers vary: 'Accept' }
88775npm verb get saving cycle to /root/.npm/registry.npmjs.org/cycle/.cache.json
88776npm http 200 http://registry.npmjs.org/eyes
88777npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88778npm verb headers etag: '"A0CRFY2B3EO8RJ2XB95DZMZUV"',
88779npm verb headers 'content-type': 'application/json',
88780npm verb headers 'cache-control': 'max-age=60',
88781npm verb headers 'content-length': '8852',
88782npm verb headers 'accept-ranges': 'bytes',
88783npm verb headers date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88784npm verb headers via: '1.1 varnish',
88785npm verb headers age: '29',
88786npm verb headers connection: 'keep-alive',
88787npm verb headers 'x-served-by': 'cache-fra1226-FRA',
88788npm verb headers 'x-cache': 'HIT',
88789npm verb headers 'x-cache-hits': '3',
88790npm verb headers 'x-timer': 'S1450870381.870100,VS0,VE0',
88791npm verb headers vary: 'Accept' }
88792npm verb get saving eyes to /root/.npm/registry.npmjs.org/eyes/.cache.json
88793npm http 200 http://registry.npmjs.org/stack-trace
88794npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88795npm verb headers etag: '"83TONFE5U50DBVI22JEQZ0TJM"',
88796npm verb headers 'content-type': 'application/json',
88797npm verb headers 'cache-control': 'max-age=300',
88798npm verb headers 'content-length': '13336',
88799npm verb headers 'accept-ranges': 'bytes',
88800npm verb headers date: 'Wed, 23 Dec 2015 11:33:01 GMT',
88801npm verb headers via: '1.1 varnish',
88802npm verb headers age: '280',
88803npm verb headers connection: 'keep-alive',
88804npm verb headers 'x-served-by': 'cache-fra1230-FRA',
88805npm verb headers 'x-cache': 'HIT',
88806npm verb headers 'x-cache-hits': '4',
88807npm verb headers 'x-timer': 'S1450870381.877838,VS0,VE0',
88808npm verb headers vary: 'Accept' }
88809npm verb get saving stack-trace to /root/.npm/registry.npmjs.org/stack-trace/.cache.json
88810npm verb cache add spec cycle@1.0.x
88811npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for cycle
88812npm verb addNameRange registry:http://registry.npmjs.org/cycle not in flight; fetching
88813npm verb cache add spec eyes@0.1.x
88814npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for eyes
88815npm verb addNameRange registry:http://registry.npmjs.org/eyes not in flight; fetching
88816npm verb cache add spec stack-trace@0.0.x
88817npm verb addNamed ">=0.0.0 <0.1.0" is a valid semver range for stack-trace
88818npm verb addNameRange registry:http://registry.npmjs.org/stack-trace not in flight; fetching
88819npm verb get http://registry.npmjs.org/cycle not expired, no request
88820npm verb addNamed "1.0.3" is a plain semver version for cycle
88821npm verb addRemoteTarball http://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz not in flight; adding
88822npm verb addRemoteTarball [ 'http://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz',
88823npm verb addRemoteTarball '21e80b2be8580f98b468f379430662b046c34ad2' ]
88824npm verb get http://registry.npmjs.org/eyes not expired, no request
88825npm verb addNamed "0.1.8" is a plain semver version for eyes
88826npm verb addRemoteTarball http://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz not in flight; adding
88827npm verb addRemoteTarball [ 'http://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz',
88828npm verb addRemoteTarball '62cf120234c683785d902348a800ef3e0cc20bc0' ]
88829npm verb get http://registry.npmjs.org/stack-trace not expired, no request
88830npm verb addNamed "0.0.9" is a plain semver version for stack-trace
88831npm info retry fetch attempt 1 at 11:33:01
88832npm info attempt registry request try #1 at 11:33:01
88833npm http fetch GET http://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz
88834npm verb addRemoteTarball http://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz not in flight; adding
88835npm verb addRemoteTarball [ 'http://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz',
88836npm verb addRemoteTarball 'a8f6eaeca90674c333e7c43953f275b451510695' ]
88837npm info retry fetch attempt 1 at 11:33:01
88838npm info attempt registry request try #1 at 11:33:01
88839npm http fetch GET http://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
88840npm info retry fetch attempt 1 at 11:33:01
88841npm info attempt registry request try #1 at 11:33:01
88842npm http fetch GET http://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz
88843npm http fetch 200 http://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz
88844npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/cycle/-/cycle-1.0.3.tgz not in flight; adding
88845npm verb addTmpTarball already have metadata; skipping unpack for cycle@1.0.3
88846npm http fetch 200 http://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
88847npm http fetch 200 http://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz
88848npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/eyes/-/eyes-0.1.8.tgz not in flight; adding
88849npm verb addTmpTarball already have metadata; skipping unpack for eyes@0.1.8
88850npm verb afterAdd /root/.npm/cycle/1.0.3/package/package.json not in flight; writing
88851npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz not in flight; adding
88852npm verb addTmpTarball already have metadata; skipping unpack for stack-trace@0.0.9
88853npm verb afterAdd /root/.npm/cycle/1.0.3/package/package.json written
88854npm verb afterAdd /root/.npm/eyes/0.1.8/package/package.json not in flight; writing
88855npm verb afterAdd /root/.npm/eyes/0.1.8/package/package.json written
88856npm verb afterAdd /root/.npm/stack-trace/0.0.9/package/package.json not in flight; writing
88857npm verb afterAdd /root/.npm/stack-trace/0.0.9/package/package.json written
88858npm verb cache add spec glob@^4.3.1
88859npm verb addNamed ">=4.3.1 <5.0.0" is a valid semver range for glob
88860npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
88861npm verb request uri http://registry.npmjs.org/vow-queue
88862npm verb request no auth needed
88863npm info attempt registry request try #1 at 11:33:02
88864npm http request GET http://registry.npmjs.org/vow-queue
88865npm verb request uri http://registry.npmjs.org/glob
88866npm verb request no auth needed
88867npm info attempt registry request try #1 at 11:33:02
88868npm verb etag "7ZBL91SZKFDD23AO2XJEK805U"
88869npm http request GET http://registry.npmjs.org/glob
88870npm http 200 http://registry.npmjs.org/vow-queue
88871npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88872npm verb headers etag: '"AEF2CKVLU0177JKJS5PSHWFRV"',
88873npm verb headers 'content-type': 'application/json',
88874npm verb headers 'cache-control': 'max-age=300',
88875npm verb headers 'content-length': '13432',
88876npm verb headers 'accept-ranges': 'bytes',
88877npm verb headers date: 'Wed, 23 Dec 2015 11:33:02 GMT',
88878npm verb headers via: '1.1 varnish',
88879npm verb headers age: '100',
88880npm verb headers connection: 'keep-alive',
88881npm verb headers 'x-served-by': 'cache-fra1246-FRA',
88882npm verb headers 'x-cache': 'HIT',
88883npm verb headers 'x-cache-hits': '1',
88884npm verb headers 'x-timer': 'S1450870382.158262,VS0,VE0',
88885npm verb headers vary: 'Accept' }
88886npm verb get saving vow-queue to /root/.npm/registry.npmjs.org/vow-queue/.cache.json
88887npm verb cache add spec vow-queue@^0.4.1
88888npm verb addNamed ">=0.4.1 <0.5.0" is a valid semver range for vow-queue
88889npm verb addNameRange registry:http://registry.npmjs.org/vow-queue not in flight; fetching
88890npm http 304 http://registry.npmjs.org/glob
88891npm verb headers { date: 'Wed, 23 Dec 2015 11:33:02 GMT',
88892npm verb headers via: '1.1 varnish',
88893npm verb headers 'cache-control': 'max-age=300',
88894npm verb headers etag: '"7ZBL91SZKFDD23AO2XJEK805U"',
88895npm verb headers age: '250',
88896npm verb headers connection: 'keep-alive',
88897npm verb headers 'x-served-by': 'cache-fra1247-FRA',
88898npm verb headers 'x-cache': 'HIT',
88899npm verb headers 'x-cache-hits': '42',
88900npm verb headers 'x-timer': 'S1450870382.174418,VS0,VE0',
88901npm verb headers vary: 'Accept' }
88902npm verb etag http://registry.npmjs.org/glob from cache
88903npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
88904npm verb get http://registry.npmjs.org/vow-queue not expired, no request
88905npm verb addNamed "0.4.2" is a plain semver version for vow-queue
88906npm verb addRemoteTarball http://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz not in flight; adding
88907npm verb addRemoteTarball [ 'http://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz',
88908npm verb addRemoteTarball 'e7fe17160e15c7c4184d1b666a9bc64e18e30184' ]
88909npm info retry fetch attempt 1 at 11:33:02
88910npm info attempt registry request try #1 at 11:33:02
88911npm http fetch GET http://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz
88912npm verb addNamed "4.5.3" is a plain semver version for glob
88913npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json not in flight; writing
88914npm verb afterAdd /root/.npm/glob/4.5.3/package/package.json written
88915npm http fetch 200 http://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz
88916npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz not in flight; adding
88917npm verb addTmpTarball already have metadata; skipping unpack for vow-queue@0.4.2
88918npm verb afterAdd /root/.npm/vow-queue/0.4.2/package/package.json not in flight; writing
88919npm verb afterAdd /root/.npm/vow-queue/0.4.2/package/package.json written
88920npm verb cache add spec minimatch@^2.0.1
88921npm verb addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
88922npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
88923npm verb get http://registry.npmjs.org/minimatch not expired, no request
88924npm verb addNamed "2.0.10" is a plain semver version for minimatch
88925npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
88926npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
88927npm verb cache add spec rimraf@~2.2.6
88928npm verb addNamed ">=2.2.6 <2.3.0" is a valid semver range for rimraf
88929npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
88930npm verb request uri http://registry.npmjs.org/rimraf
88931npm verb request no auth needed
88932npm info attempt registry request try #1 at 11:33:02
88933npm verb etag "6UWALXHODVMGLBUZ4BUUZPOKK"
88934npm http request GET http://registry.npmjs.org/rimraf
88935npm http 304 http://registry.npmjs.org/rimraf
88936npm verb headers { date: 'Wed, 23 Dec 2015 11:33:02 GMT',
88937npm verb headers via: '1.1 varnish',
88938npm verb headers 'cache-control': 'max-age=300',
88939npm verb headers etag: '"6UWALXHODVMGLBUZ4BUUZPOKK"',
88940npm verb headers age: '46',
88941npm verb headers connection: 'keep-alive',
88942npm verb headers 'x-served-by': 'cache-fra1234-FRA',
88943npm verb headers 'x-cache': 'HIT',
88944npm verb headers 'x-cache-hits': '2',
88945npm verb headers 'x-timer': 'S1450870382.465974,VS0,VE0',
88946npm verb headers vary: 'Accept' }
88947npm verb etag http://registry.npmjs.org/rimraf from cache
88948npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
88949npm verb addNamed "2.2.8" is a plain semver version for rimraf
88950npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json not in flight; writing
88951npm verb afterAdd /root/.npm/rimraf/2.2.8/package/package.json written
88952npm verb cache add spec chalk@^1.0.0
88953npm verb cache add spec core-object@^1.1.0
88954npm verb cache add spec fs-extra@^0.18.0
88955npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
88956npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
88957npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for core-object
88958npm verb addNameRange registry:http://registry.npmjs.org/core-object not in flight; fetching
88959npm verb addNamed ">=0.18.0 <0.19.0" is a valid semver range for fs-extra
88960npm verb addNameRange registry:http://registry.npmjs.org/fs-extra not in flight; fetching
88961npm verb request uri http://registry.npmjs.org/sync-exec
88962npm verb request no auth needed
88963npm info attempt registry request try #1 at 11:33:02
88964npm http request GET http://registry.npmjs.org/sync-exec
88965npm verb get http://registry.npmjs.org/chalk not expired, no request
88966npm verb addNamed "1.1.1" is a plain semver version for chalk
88967npm verb request uri http://registry.npmjs.org/core-object
88968npm verb request no auth needed
88969npm info attempt registry request try #1 at 11:33:02
88970npm verb etag "3SLTSVT88ZOQPQLUDVZCPWXV4"
88971npm http request GET http://registry.npmjs.org/core-object
88972npm verb get http://registry.npmjs.org/fs-extra not expired, no request
88973npm verb addNamed "0.18.4" is a plain semver version for fs-extra
88974npm http 200 http://registry.npmjs.org/sync-exec
88975npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
88976npm verb headers etag: '"801K2SEJZZ1IQCBCR9LNL6BVK"',
88977npm verb headers 'content-type': 'application/json',
88978npm verb headers 'cache-control': 'max-age=300',
88979npm verb headers 'content-length': '10836',
88980npm verb headers 'accept-ranges': 'bytes',
88981npm verb headers date: 'Wed, 23 Dec 2015 11:33:02 GMT',
88982npm verb headers via: '1.1 varnish',
88983npm verb headers age: '259',
88984npm verb headers connection: 'keep-alive',
88985npm verb headers 'x-served-by': 'cache-fra1220-FRA',
88986npm verb headers 'x-cache': 'HIT',
88987npm verb headers 'x-cache-hits': '1',
88988npm verb headers 'x-timer': 'S1450870382.626563,VS0,VE1',
88989npm verb headers vary: 'Accept' }
88990npm verb get saving sync-exec to /root/.npm/registry.npmjs.org/sync-exec/.cache.json
88991npm verb afterAdd /root/.npm/fs-extra/0.18.4/package/package.json not in flight; writing
88992npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json not in flight; writing
88993npm verb afterAdd /root/.npm/fs-extra/0.18.4/package/package.json written
88994npm verb afterAdd /root/.npm/chalk/1.1.1/package/package.json written
88995npm verb cache add spec sync-exec@^0.5.0
88996npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for sync-exec
88997npm verb addNameRange registry:http://registry.npmjs.org/sync-exec not in flight; fetching
88998npm http 304 http://registry.npmjs.org/core-object
88999npm verb headers { date: 'Wed, 23 Dec 2015 11:33:02 GMT',
89000npm verb headers via: '1.1 varnish',
89001npm verb headers 'cache-control': 'max-age=300',
89002npm verb headers etag: '"3SLTSVT88ZOQPQLUDVZCPWXV4"',
89003npm verb headers age: '99',
89004npm verb headers connection: 'keep-alive',
89005npm verb headers 'x-served-by': 'cache-fra1232-FRA',
89006npm verb headers 'x-cache': 'HIT',
89007npm verb headers 'x-cache-hits': '2',
89008npm verb headers 'x-timer': 'S1450870382.657540,VS0,VE0',
89009npm verb headers vary: 'Accept' }
89010npm verb etag http://registry.npmjs.org/core-object from cache
89011npm verb get saving core-object to /root/.npm/registry.npmjs.org/core-object/.cache.json
89012npm verb get http://registry.npmjs.org/sync-exec not expired, no request
89013npm verb addNamed "0.5.0" is a plain semver version for sync-exec
89014npm verb addRemoteTarball http://registry.npmjs.org/sync-exec/-/sync-exec-0.5.0.tgz not in flight; adding
89015npm verb addRemoteTarball [ 'http://registry.npmjs.org/sync-exec/-/sync-exec-0.5.0.tgz',
89016npm verb addRemoteTarball '3f7258e4a5ba17245381909fa6a6f6cf506e1661' ]
89017npm verb addNamed "1.1.0" is a plain semver version for core-object
89018npm info retry fetch attempt 1 at 11:33:02
89019npm info attempt registry request try #1 at 11:33:02
89020npm http fetch GET http://registry.npmjs.org/sync-exec/-/sync-exec-0.5.0.tgz
89021npm verb afterAdd /root/.npm/core-object/1.1.0/package/package.json not in flight; writing
89022npm verb afterAdd /root/.npm/core-object/1.1.0/package/package.json written
89023npm http fetch 200 http://registry.npmjs.org/sync-exec/-/sync-exec-0.5.0.tgz
89024npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/sync-exec/-/sync-exec-0.5.0.tgz not in flight; adding
89025npm verb addTmpTarball already have metadata; skipping unpack for sync-exec@0.5.0
89026npm verb afterAdd /root/.npm/sync-exec/0.5.0/package/package.json not in flight; writing
89027npm verb afterAdd /root/.npm/sync-exec/0.5.0/package/package.json written
89028npm verb cache add spec ansi-styles@^2.1.0
89029npm verb cache add spec has-ansi@^2.0.0
89030npm verb cache add spec strip-ansi@^3.0.0
89031npm verb cache add spec supports-color@^2.0.0
89032npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for ansi-styles
89033npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
89034npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-ansi
89035npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
89036npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for strip-ansi
89037npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
89038npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for supports-color
89039npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
89040npm verb get http://registry.npmjs.org/ansi-styles not expired, no request
89041npm verb addNamed "2.1.0" is a plain semver version for ansi-styles
89042npm verb request uri http://registry.npmjs.org/has-ansi
89043npm verb request no auth needed
89044npm info attempt registry request try #1 at 11:33:02
89045npm verb etag "BBDMGI1OGAVY5ZWT2355AH7Y1"
89046npm http request GET http://registry.npmjs.org/has-ansi
89047npm verb get http://registry.npmjs.org/strip-ansi not expired, no request
89048npm verb addNamed "3.0.0" is a plain semver version for strip-ansi
89049npm verb get http://registry.npmjs.org/supports-color not expired, no request
89050npm verb addNamed "2.0.0" is a plain semver version for supports-color
89051npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json not in flight; writing
89052npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json not in flight; writing
89053npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json not in flight; writing
89054npm http 304 http://registry.npmjs.org/has-ansi
89055npm verb headers { date: 'Wed, 23 Dec 2015 11:33:02 GMT',
89056npm verb headers via: '1.1 varnish',
89057npm verb headers 'cache-control': 'max-age=60',
89058npm verb headers etag: '"BBDMGI1OGAVY5ZWT2355AH7Y1"',
89059npm verb headers age: '49',
89060npm verb headers connection: 'keep-alive',
89061npm verb headers 'x-served-by': 'cache-fra1226-FRA',
89062npm verb headers 'x-cache': 'HIT',
89063npm verb headers 'x-cache-hits': '8',
89064npm verb headers 'x-timer': 'S1450870382.850181,VS0,VE0',
89065npm verb headers vary: 'Accept' }
89066npm verb etag http://registry.npmjs.org/has-ansi from cache
89067npm verb get saving has-ansi to /root/.npm/registry.npmjs.org/has-ansi/.cache.json
89068npm verb afterAdd /root/.npm/ansi-styles/2.1.0/package/package.json written
89069npm verb afterAdd /root/.npm/strip-ansi/3.0.0/package/package.json written
89070npm verb afterAdd /root/.npm/supports-color/2.0.0/package/package.json written
89071npm verb addNamed "2.0.0" is a plain semver version for has-ansi
89072npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json not in flight; writing
89073npm verb afterAdd /root/.npm/has-ansi/2.0.0/package/package.json written
89074npm verb cache add spec ansi-regex@^2.0.0
89075npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex
89076npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
89077npm verb request uri http://registry.npmjs.org/ansi-regex
89078npm verb request no auth needed
89079npm info attempt registry request try #1 at 11:33:02
89080npm verb etag "1MRHZG3BYMGFOFAI4EBGRPR9U"
89081npm http request GET http://registry.npmjs.org/ansi-regex
89082npm http 304 http://registry.npmjs.org/ansi-regex
89083npm verb headers { date: 'Wed, 23 Dec 2015 11:33:02 GMT',
89084npm verb headers via: '1.1 varnish',
89085npm verb headers 'cache-control': 'max-age=60',
89086npm verb headers etag: '"1MRHZG3BYMGFOFAI4EBGRPR9U"',
89087npm verb headers age: '27',
89088npm verb headers connection: 'keep-alive',
89089npm verb headers 'x-served-by': 'cache-fra1239-FRA',
89090npm verb headers 'x-cache': 'HIT',
89091npm verb headers 'x-cache-hits': '4',
89092npm verb headers 'x-timer': 'S1450870382.928782,VS0,VE0',
89093npm verb headers vary: 'Accept' }
89094npm verb etag http://registry.npmjs.org/ansi-regex from cache
89095npm verb get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json
89096npm verb addNamed "2.0.0" is a plain semver version for ansi-regex
89097npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json not in flight; writing
89098npm verb afterAdd /root/.npm/ansi-regex/2.0.0/package/package.json written
89099npm verb cache add spec graceful-fs@^3.0.5
89100npm verb addNamed ">=3.0.5 <4.0.0" is a valid semver range for graceful-fs
89101npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
89102npm verb request uri http://registry.npmjs.org/graceful-fs
89103npm verb request no auth needed
89104npm info attempt registry request try #1 at 11:33:03
89105npm verb etag "8W5ZQ2IHWS4PKE9FMXW32NX69"
89106npm http request GET http://registry.npmjs.org/graceful-fs
89107npm http 304 http://registry.npmjs.org/graceful-fs
89108npm verb headers { date: 'Wed, 23 Dec 2015 11:33:03 GMT',
89109npm verb headers via: '1.1 varnish',
89110npm verb headers 'cache-control': 'max-age=300',
89111npm verb headers etag: '"8W5ZQ2IHWS4PKE9FMXW32NX69"',
89112npm verb headers age: '239',
89113npm verb headers connection: 'keep-alive',
89114npm verb headers 'x-served-by': 'cache-fra1221-FRA',
89115npm verb headers 'x-cache': 'HIT',
89116npm verb headers 'x-cache-hits': '38',
89117npm verb headers 'x-timer': 'S1450870383.029971,VS0,VE0',
89118npm verb headers vary: 'Accept' }
89119npm verb etag http://registry.npmjs.org/graceful-fs from cache
89120npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
89121npm verb addNamed "3.0.8" is a plain semver version for graceful-fs
89122npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json not in flight; writing
89123npm verb afterAdd /root/.npm/graceful-fs/3.0.8/package/package.json written
89124npm verb request uri http://registry.npmjs.org/ember-notify
89125npm verb request no auth needed
89126npm info attempt registry request try #1 at 11:33:03
89127npm http request GET http://registry.npmjs.org/ember-notify
89128npm http 200 http://registry.npmjs.org/ember-notify
89129npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
89130npm verb headers etag: '"1UHP6LDIII0883U7DOILM1T7R"',
89131npm verb headers 'content-type': 'application/json',
89132npm verb headers 'cache-control': 'max-age=300',
89133npm verb headers 'content-length': '91132',
89134npm verb headers 'accept-ranges': 'bytes',
89135npm verb headers date: 'Wed, 23 Dec 2015 11:33:03 GMT',
89136npm verb headers via: '1.1 varnish',
89137npm verb headers age: '0',
89138npm verb headers connection: 'keep-alive',
89139npm verb headers 'x-served-by': 'cache-fra1235-FRA',
89140npm verb headers 'x-cache': 'MISS',
89141npm verb headers 'x-cache-hits': '0',
89142npm verb headers 'x-timer': 'S1450870383.141516,VS0,VE399',
89143npm verb headers vary: 'Accept' }
89144npm verb get saving ember-notify to /root/.npm/registry.npmjs.org/ember-notify/.cache.json
89145npm verb cache add spec ember-notify@4.3.0
89146npm verb addNamed "4.3.0" is a plain semver version for ember-notify
89147npm verb addNameVersion registry:http://registry.npmjs.org/ember-notify not in flight; fetching
89148npm verb get http://registry.npmjs.org/ember-notify not expired, no request
89149npm verb addRemoteTarball http://registry.npmjs.org/ember-notify/-/ember-notify-4.3.0.tgz not in flight; adding
89150npm verb addRemoteTarball [ 'http://registry.npmjs.org/ember-notify/-/ember-notify-4.3.0.tgz',
89151npm verb addRemoteTarball '49678cd66e2b275d0d3527cbddd4d9d07c018b6b' ]
89152npm info retry fetch attempt 1 at 11:33:03
89153npm info attempt registry request try #1 at 11:33:03
89154npm http fetch GET http://registry.npmjs.org/ember-notify/-/ember-notify-4.3.0.tgz
89155npm http fetch 200 http://registry.npmjs.org/ember-notify/-/ember-notify-4.3.0.tgz
89156npm verb addTmpTarball /tmp/npm-6-3abf5909/registry.npmjs.org/ember-notify/-/ember-notify-4.3.0.tgz not in flight; adding
89157npm verb addTmpTarball already have metadata; skipping unpack for ember-notify@4.3.0
89158npm verb afterAdd /root/.npm/ember-notify/4.3.0/package/package.json not in flight; writing
89159npm verb afterAdd /root/.npm/ember-notify/4.3.0/package/package.json written
89160npm verb cache add spec object-assign@^2.0.0
89161npm verb cache add spec ember-cli-htmlbars@0.7.9
89162npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for object-assign
89163npm verb addNameRange registry:http://registry.npmjs.org/object-assign not in flight; fetching
89164npm verb addNamed "0.7.9" is a plain semver version for ember-cli-htmlbars
89165npm verb addNameVersion registry:http://registry.npmjs.org/ember-cli-htmlbars not in flight; fetching
89166npm verb request uri http://registry.npmjs.org/object-assign
89167npm verb request no auth needed
89168npm info attempt registry request try #1 at 11:33:03
89169npm verb etag "9X5J81STMG1EY3P0PGJF4S0A2"
89170npm http request GET http://registry.npmjs.org/object-assign
89171npm verb get http://registry.npmjs.org/ember-cli-htmlbars not expired, no request
89172npm verb afterAdd /root/.npm/ember-cli-htmlbars/0.7.9/package/package.json not in flight; writing
89173npm verb afterAdd /root/.npm/ember-cli-htmlbars/0.7.9/package/package.json written
89174npm http 304 http://registry.npmjs.org/object-assign
89175npm verb headers { date: 'Wed, 23 Dec 2015 11:33:03 GMT',
89176npm verb headers via: '1.1 varnish',
89177npm verb headers 'cache-control': 'max-age=60',
89178npm verb headers etag: '"9X5J81STMG1EY3P0PGJF4S0A2"',
89179npm verb headers age: '60',
89180npm verb headers connection: 'keep-alive',
89181npm verb headers 'x-served-by': 'cache-fra1222-FRA',
89182npm verb headers 'x-cache': 'HIT',
89183npm verb headers 'x-cache-hits': '2',
89184npm verb headers 'x-timer': 'S1450870383.801680,VS0,VE0',
89185npm verb headers vary: 'Accept' }
89186npm verb etag http://registry.npmjs.org/object-assign from cache
89187npm verb get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json
89188npm verb addNamed "2.1.1" is a plain semver version for object-assign
89189npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json not in flight; writing
89190npm verb afterAdd /root/.npm/object-assign/2.1.1/package/package.json written
89191npm verb cache add spec broccoli-filter@^0.1.6
89192npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for broccoli-filter
89193npm verb addNameRange registry:http://registry.npmjs.org/broccoli-filter not in flight; fetching
89194npm verb get http://registry.npmjs.org/broccoli-filter not expired, no request
89195npm verb addNamed "0.1.14" is a plain semver version for broccoli-filter
89196npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json not in flight; writing
89197npm verb afterAdd /root/.npm/broccoli-filter/0.1.14/package/package.json written
89198npm verb cache add spec mkdirp@^0.3.5
89199npm verb cache add spec walk-sync@^0.1.3
89200npm verb addNamed ">=0.3.5 <0.4.0" is a valid semver range for mkdirp
89201npm verb addNameRange registry:http://registry.npmjs.org/mkdirp not in flight; fetching
89202npm verb addNamed ">=0.1.3 <0.2.0" is a valid semver range for walk-sync
89203npm verb addNameRange registry:http://registry.npmjs.org/walk-sync not in flight; fetching
89204npm verb get http://registry.npmjs.org/mkdirp not expired, no request
89205npm verb addNamed "0.3.5" is a plain semver version for mkdirp
89206npm verb get http://registry.npmjs.org/walk-sync not expired, no request
89207npm verb addNamed "0.1.3" is a plain semver version for walk-sync
89208npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json not in flight; writing
89209npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json not in flight; writing
89210npm verb afterAdd /root/.npm/mkdirp/0.3.5/package/package.json written
89211npm verb afterAdd /root/.npm/walk-sync/0.1.3/package/package.json written
89212npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
89213npm verb lock using /root/.npm/_locks/staging-3fd3d919ecd597f1.lock for /var/www/roundcube-shell.git/node_modules/.staging
89214npm verb unbuild node_modules/.staging/abbrev-a3784907
89215npm verb unbuild node_modules/.staging/after-4d558f29
89216npm verb unbuild node_modules/.staging/amdefine-e6f5eb2f
89217npm verb unbuild node_modules/.staging/amd-name-resolver-9ad103dc
89218npm verb unbuild node_modules/.staging/JSV-cbe9e5a6
89219npm verb unbuild node_modules/.staging/ansicolors-a16a5641
89220npm verb unbuild node_modules/.staging/ansi-regex-1311548c
89221npm verb unbuild node_modules/.staging/array-equal-2f9b8b57
89222npm verb unbuild node_modules/.staging/array-flatten-0603449e
89223npm verb unbuild node_modules/.staging/ansi-254af02f
89224npm verb unbuild node_modules/.staging/ansi-styles-6b74368b
89225npm verb unbuild node_modules/.staging/arraybuffer.slice-d6c3834d
89226npm verb unbuild node_modules/.staging/ast-traverse-e91cc3f5
89227npm verb unbuild node_modules/.staging/ast-types-c31f37ee
89228npm verb unbuild node_modules/.staging/asn1-ed757424
89229npm verb unbuild node_modules/.staging/async-foreach-689f8ab1
89230npm verb unbuild node_modules/.staging/async-4e706c59
89231npm verb unbuild node_modules/.staging/aws-sign2-1211c298
89232npm verb unbuild node_modules/.staging/ansi-regex-b313d8b8
89233npm verb unbuild node_modules/.staging/has-ansi-bbcda076
89234npm verb unbuild node_modules/.staging/ansi-styles-e57cf080
89235npm verb unbuild node_modules/.staging/source-map-83b064ef
89236npm verb unbuild node_modules/.staging/assert-plus-5465575d
89237npm verb unbuild node_modules/.staging/supports-color-80ac5efe
89238npm verb unbuild node_modules/.staging/strip-ansi-0a031a96
89239npm verb unbuild node_modules/.staging/babel-plugin-constant-folding-4a8432b3
89240npm verb unbuild node_modules/.staging/babel-plugin-dead-code-elimination-3a926b73
89241npm verb unbuild node_modules/.staging/babel-plugin-eval-cf69c802
89242npm verb unbuild node_modules/.staging/babel-plugin-inline-environment-variables-aefe4134
89243npm verb unbuild node_modules/.staging/babel-plugin-htmlbars-inline-precompile-35ebc62c
89244npm verb unbuild node_modules/.staging/babel-plugin-jscript-68bed25d
89245npm verb unbuild node_modules/.staging/babel-plugin-property-literals-95dab3a5
89246npm verb unbuild node_modules/.staging/babel-plugin-react-constant-elements-420ff0ea
89247npm verb unbuild node_modules/.staging/babel-plugin-member-expression-literals-be193e54
89248npm verb unbuild node_modules/.staging/babel-plugin-remove-debugger-5afdc214
89249npm verb unbuild node_modules/.staging/babel-plugin-remove-console-0983af5f
89250npm verb unbuild node_modules/.staging/babel-plugin-react-display-name-eaa5e2fb
89251npm verb unbuild node_modules/.staging/babel-plugin-runtime-f4869fd9
89252npm verb unbuild node_modules/.staging/babylon-bbb14cf4
89253npm verb unbuild node_modules/.staging/babel-plugin-undefined-to-void-a30b88d4
89254npm verb unbuild node_modules/.staging/backo2-07d21935
89255npm verb unbuild node_modules/.staging/balanced-match-367772e4
89256npm verb unbuild node_modules/.staging/base64-arraybuffer-526b437e
89257npm verb unbuild node_modules/.staging/base64id-cc07ee18
89258npm verb unbuild node_modules/.staging/basic-auth-f50a9aa0
89259npm verb unbuild node_modules/.staging/benchmark-85669a32
89260npm verb unbuild node_modules/.staging/blank-object-fecf7eca
89261npm verb unbuild node_modules/.staging/bluebird-f91441e7
89262npm verb unbuild node_modules/.staging/bytes-2a1edf10
89263npm verb unbuild node_modules/.staging/bytes-5efa1c77
89264npm verb unbuild node_modules/.staging/depd-19f18679
89265npm verb unbuild node_modules/.staging/blob-f4e68975
89266npm verb unbuild node_modules/.staging/qs-46a3b4f1
89267npm verb unbuild node_modules/.staging/bower-endpoint-parser-e5b7d9e6
89268npm verb unbuild node_modules/.staging/breakable-315428ca
89269npm verb unbuild node_modules/.staging/mkdirp-55591ec4
89270npm verb unbuild node_modules/.staging/walk-sync-d6899a88
89271npm verb unbuild node_modules/.staging/graceful-fs-59545f53
89272npm verb unbuild node_modules/.staging/ansi-styles-f4148c80
89273npm verb unbuild node_modules/.staging/lodash-d0a71a43
89274npm verb unbuild node_modules/.staging/mkdirp-b1a03676
89275npm verb unbuild node_modules/.staging/object-assign-aedb1da5
89276npm verb unbuild node_modules/.staging/mkdirp-bcc7e916
89277npm verb unbuild node_modules/.staging/object-assign-a79d9c26
89278npm verb unbuild node_modules/.staging/broccoli-slow-trees-7d3a0101
89279npm verb unbuild node_modules/.staging/broccoli-source-36a28265
89280npm verb unbuild node_modules/.staging/walk-sync-06116d36
89281npm verb unbuild node_modules/.staging/rsvp-7405b2e6
89282npm verb unbuild node_modules/.staging/window-size-f2df9526
89283npm verb unbuild node_modules/.staging/wordwrap-8b44fd1f
89284npm verb unbuild node_modules/.staging/builtin-modules-126e2328
89285npm verb unbuild node_modules/.staging/source-map-dd406315
89286npm verb unbuild node_modules/.staging/broccoli-viz-03e0269a
89287npm verb unbuild node_modules/.staging/walk-sync-d1543446
89288npm verb unbuild node_modules/.staging/better-assert-8ea0ff6c
89289npm verb unbuild node_modules/.staging/bytes-56abc6b9
89290npm verb unbuild node_modules/.staging/camelcase-86784fbb
89291npm verb unbuild node_modules/.staging/camelcase-f22c34e8
89292npm verb unbuild node_modules/.staging/callsite-9e88c59b
89293npm verb unbuild node_modules/.staging/caniuse-db-cedfc576
89294npm verb unbuild node_modules/.staging/charm-6abae0df
89295npm verb unbuild node_modules/.staging/clean-base-url-f9923c24
89296npm verb unbuild node_modules/.staging/commander-2c7431b4
89297npm verb unbuild node_modules/.staging/colors-467aeb56
89298npm verb unbuild node_modules/.staging/wordwrap-88af1009
89299npm verb unbuild node_modules/.staging/cli-table-51f864d7
89300npm verb unbuild node_modules/.staging/clone-ae536158
89301npm verb unbuild node_modules/.staging/component-bind-f31e7d20
89302npm verb unbuild node_modules/.staging/colors-ae0fa075
89303npm verb unbuild node_modules/.staging/component-emitter-bc6d3d61
89304npm verb unbuild node_modules/.staging/component-inherit-43c9879f
89305npm verb unbuild node_modules/.staging/graceful-fs-80242525
89306npm verb unbuild node_modules/.staging/caseless-27f788d3
89307npm verb unbuild node_modules/.staging/concat-map-edf79dfd
89308npm verb unbuild node_modules/.staging/brace-expansion-acc020d2
89309npm verb unbuild node_modules/.staging/minimatch-7e33baea
89310npm verb unbuild node_modules/.staging/minimatch-b03183b4
89311npm verb unbuild node_modules/.staging/minimatch-3d74e334
89312npm verb unbuild node_modules/.staging/minimatch-36835cd7
89313npm verb unbuild node_modules/.staging/graceful-fs-7170cb42
89314npm verb unbuild node_modules/.staging/content-disposition-88b9ae92
89315npm verb unbuild node_modules/.staging/content-type-cfd362cc
89316npm verb unbuild node_modules/.staging/minimatch-5270acf0
89317npm verb unbuild node_modules/.staging/consolidate-81b0b525
89318npm verb unbuild node_modules/.staging/convert-source-map-15785363
89319npm verb unbuild node_modules/.staging/cookie-c7fa6c3a
89320npm verb unbuild node_modules/.staging/cookie-signature-a3999bac
89321npm verb unbuild node_modules/.staging/core-js-ffce027b
89322npm verb unbuild node_modules/.staging/copy-dereference-c924f00e
89323npm verb unbuild node_modules/.staging/cycle-f26378a6
89324npm verb unbuild node_modules/.staging/dashdash-f9f2d86d
89325npm verb unbuild node_modules/.staging/graceful-fs-d1b41fac
89326npm verb unbuild node_modules/.staging/date-now-20040d07
89327npm verb unbuild node_modules/.staging/deep-equal-98b8dc97
89328npm verb unbuild node_modules/.staging/console-browserify-2474f22f
89329npm verb unbuild node_modules/.staging/core-util-is-3a10b392
89330npm verb unbuild node_modules/.staging/delayed-stream-1dad1098
89331npm verb unbuild node_modules/.staging/defined-9480ebaa
89332npm verb unbuild node_modules/.staging/combined-stream-951fd39d
89333npm verb unbuild node_modules/.staging/delegates-f0865c7d
89334npm verb unbuild node_modules/.staging/depd-cdb272f7
89335npm verb unbuild node_modules/.staging/minimist-51d9a6c1
89336npm verb unbuild node_modules/.staging/detective-6832ddb5
89337npm verb unbuild node_modules/.staging/did_it_work-739b724b
89338npm verb unbuild node_modules/.staging/diff-55dd7f74
89339npm verb unbuild node_modules/.staging/domelementtype-b1237dc6
89340npm verb unbuild node_modules/.staging/domelementtype-883291c6
89341npm verb unbuild node_modules/.staging/domhandler-93025c7d
89342npm verb unbuild node_modules/.staging/ee-first-8e574b85
89343npm verb unbuild node_modules/.staging/destroy-0d97f3fa
89344npm verb unbuild node_modules/.staging/clone-736a8240
89345npm verb unbuild node_modules/.staging/graceful-fs-cd4f051a
89346npm verb unbuild node_modules/.staging/core-object-fa3e6799
89347npm verb unbuild node_modules/.staging/minimatch-c9f37277
89348npm verb unbuild node_modules/.staging/ember-cli-copy-dereference-c70f636f
89349npm verb unbuild node_modules/.staging/is-git-url-e2dbb715
89350npm verb unbuild node_modules/.staging/ember-cli-ic-ajax-b6109bcf
89351npm verb unbuild node_modules/.staging/ember-cli-get-dependency-depth-e5fc1e94
89352npm verb unbuild node_modules/.staging/ember-cli-is-package-missing-60193f97
89353npm verb unbuild node_modules/.staging/ember-cli-inject-live-reload-7cf56c88
89354npm verb unbuild node_modules/.staging/ansi-regex-5d74b7a8
89355npm verb unbuild node_modules/.staging/ansi-styles-8166a2fb
89356npm verb unbuild node_modules/.staging/strip-ansi-17a6443f
89357npm verb unbuild node_modules/.staging/has-ansi-e9e9c69b
89358npm verb unbuild node_modules/.staging/ember-cli-opinionated-17af6afe
89359npm verb unbuild node_modules/.staging/minimatch-97b66f59
89360npm verb unbuild node_modules/.staging/ember-cli-path-utils-0e51dee1
89361npm verb unbuild node_modules/.staging/ansi-regex-f2970308
89362npm verb unbuild node_modules/.staging/supports-color-98aafc94
89363npm verb unbuild node_modules/.staging/ansi-styles-f66f18ae
89364npm verb unbuild node_modules/.staging/strip-ansi-02805168
89365npm verb unbuild node_modules/.staging/has-ansi-03e78a77
89366npm verb unbuild node_modules/.staging/supports-color-1ada5be8
89367npm verb unbuild node_modules/.staging/graceful-fs-0d13e1ea
89368npm verb unbuild node_modules/.staging/ember-cli-string-utils-7ff8884b
89369npm verb unbuild node_modules/.staging/ansi-regex-5645a284
89370npm verb unbuild node_modules/.staging/ember-cli-test-info-3a4c02b8
89371npm verb unbuild node_modules/.staging/ansi-styles-182f78fc
89372npm verb unbuild node_modules/.staging/has-ansi-9c16cff3
89373npm verb unbuild node_modules/.staging/minimatch-26eac1b9
89374npm verb unbuild node_modules/.staging/strip-ansi-568de1e9
89375npm verb unbuild node_modules/.staging/supports-color-6a24b184
89376npm verb unbuild node_modules/.staging/mkdirp-fb22dd2b
89377npm verb unbuild node_modules/.staging/ember-export-application-global-edb6e115
89378npm verb unbuild node_modules/.staging/walk-sync-f078b02f
89379npm verb unbuild node_modules/.staging/mkdirp-53d854f0
89380npm verb unbuild node_modules/.staging/object-assign-56acf4e2
89381npm verb unbuild node_modules/.staging/walk-sync-ceacfbac
89382npm verb unbuild node_modules/.staging/walk-sync-12e45ed4
89383npm verb unbuild node_modules/.staging/ast-types-61c4f280
89384npm verb unbuild node_modules/.staging/ansi-regex-71e22265
89385npm verb unbuild node_modules/.staging/ansi-styles-2943e177
89386npm verb unbuild node_modules/.staging/core-object-fa859bec
89387npm verb unbuild node_modules/.staging/graceful-fs-fb7c7f99
89388npm verb unbuild node_modules/.staging/has-ansi-722b5e03
89389npm verb unbuild node_modules/.staging/strip-ansi-a7953331
89390npm verb unbuild node_modules/.staging/supports-color-ed483484
89391npm verb unbuild node_modules/.staging/debug-15dc8e54
89392npm verb unbuild node_modules/.staging/ms-e7d2d899
89393npm verb unbuild node_modules/.staging/debug-3818001b
89394npm verb unbuild node_modules/.staging/ms-66a3d5d3
89395npm verb unbuild node_modules/.staging/parseuri-3eb7f2c1
89396npm verb unbuild node_modules/.staging/ensure-posix-path-fe6adbaa
89397npm verb unbuild node_modules/.staging/dom-serializer-781d780f
89398npm verb unbuild node_modules/.staging/entities-5b64ebb8
89399npm verb unbuild node_modules/.staging/domutils-61b75f6c
89400npm verb unbuild node_modules/.staging/es5-ext-0ffa6811
89401npm verb unbuild node_modules/.staging/es6-symbol-92a4f8fa
89402npm verb unbuild node_modules/.staging/d-53a30cab
89403npm verb unbuild node_modules/.staging/es6-symbol-17157248
89404npm verb unbuild node_modules/.staging/es6-iterator-bc835062
89405npm verb unbuild node_modules/.staging/es6-iterator-7caf7ab3
89406npm verb unbuild node_modules/.staging/es6-weak-map-594faa38
89407npm verb unbuild node_modules/.staging/escape-html-9222bd9d
89408npm verb unbuild node_modules/.staging/chalk-c91699a8
89409npm verb unbuild node_modules/.staging/chalk-182cb674
89410npm verb unbuild node_modules/.staging/chalk-006c73e8
89411npm verb unbuild node_modules/.staging/escape-string-regexp-9f784cc4
89412npm verb unbuild node_modules/.staging/chalk-cd26159c
89413npm verb unbuild node_modules/.staging/decamelize-f2611799
89414npm verb unbuild node_modules/.staging/yargs-449d5aa6
89415npm verb unbuild node_modules/.staging/chalk-e0e1ae09
89416npm verb unbuild node_modules/.staging/es6-weak-map-9d0e52fd
89417npm verb unbuild node_modules/.staging/estraverse-7108ff21
89418npm verb unbuild node_modules/.staging/esrecurse-56447c09
89419npm verb unbuild node_modules/.staging/estraverse-4c0d3054
89420npm verb unbuild node_modules/.staging/esutils-d5355684
89421npm verb unbuild node_modules/.staging/event-emitter-a535cfae
89422npm verb unbuild node_modules/.staging/es6-set-1ce7bb8c
89423npm verb unbuild node_modules/.staging/es6-map-30774e54
89424npm verb unbuild node_modules/.staging/escope-a9e8427d
89425npm verb unbuild node_modules/.staging/eventemitter3-d3ecf339
89426npm verb unbuild node_modules/.staging/etag-9accaf3f
89427npm verb unbuild node_modules/.staging/events-to-array-8d861bce
89428npm verb unbuild node_modules/.staging/exit-d13686e4
89429npm verb unbuild node_modules/.staging/exists-sync-e9407e08
89430npm verb unbuild node_modules/.staging/negotiator-275059a9
89431npm verb unbuild node_modules/.staging/extend-15d924b5
89432npm verb unbuild node_modules/.staging/extsprintf-fcd65df5
89433npm verb unbuild node_modules/.staging/vary-58396870
89434npm verb unbuild node_modules/.staging/eyes-b69ebcc4
89435npm verb unbuild node_modules/.staging/source-map-1f272884
89436npm verb unbuild node_modules/.staging/minimatch-6d863d18
89437npm verb unbuild node_modules/.staging/fast-ordered-set-9479ca26
89438npm verb unbuild node_modules/.staging/minimatch-5635cff3
89439npm verb unbuild node_modules/.staging/commander-fed8febb
89440npm verb unbuild node_modules/.staging/forever-agent-e0595428
89441npm verb unbuild node_modules/.staging/lodash-75f263c8
89442npm verb unbuild node_modules/.staging/forwarded-19109b4e
89443npm verb unbuild node_modules/.staging/async-8d333f0b
89444npm verb unbuild node_modules/.staging/graceful-fs-af7ad738
89445npm verb unbuild node_modules/.staging/fs-readdir-recursive-5c4433a5
89446npm verb unbuild node_modules/.staging/fresh-d3454f21
89447npm verb unbuild node_modules/.staging/fs-monitor-stack-da4ca57d
89448npm verb unbuild node_modules/.staging/graceful-fs-1ebe9ee8
89449npm verb unbuild node_modules/.staging/generate-function-1c3336f3
89450npm verb unbuild node_modules/.staging/git-repo-info-080ea3a6
89451npm verb unbuild node_modules/.staging/git-repo-version-8387025f
89452npm verb unbuild node_modules/.staging/graceful-fs-21994325
89453npm verb unbuild node_modules/.staging/inherits-179c2ffb
89454npm verb unbuild node_modules/.staging/globals-1b91ce06
89455npm verb unbuild node_modules/.staging/lodash-ee7c1d51
89456npm verb unbuild node_modules/.staging/graceful-fs-3d307f82
89457npm verb unbuild node_modules/.staging/graceful-readlink-de6df6e7
89458npm verb unbuild node_modules/.staging/commander-5383b4c7
89459npm verb unbuild node_modules/.staging/growl-780e8ef4
89460npm verb unbuild node_modules/.staging/ansi-regex-7151a5e6
89461npm verb unbuild node_modules/.staging/ansi-styles-f0eaf3b1
89462npm verb unbuild node_modules/.staging/strip-ansi-75b4ffb0
89463npm verb unbuild node_modules/.staging/has-ansi-540019d9
89464npm verb unbuild node_modules/.staging/supports-color-b0180849
89465npm verb unbuild node_modules/.staging/chalk-8a0b90ff
89466npm verb unbuild node_modules/.staging/has-color-81fd385b
89467npm verb unbuild node_modules/.staging/get-stdin-25ad4460
89468npm verb unbuild node_modules/.staging/has-flag-7fa7796a
89469npm verb unbuild node_modules/.staging/has-cors-40887cf3
89470npm verb unbuild node_modules/.staging/chalk-be6c337c
89471npm verb unbuild node_modules/.staging/hoek-57a13441
89472npm verb unbuild node_modules/.staging/boom-7dfa6946
89473npm verb unbuild node_modules/.staging/has-unicode-013d7780
89474npm verb unbuild node_modules/.staging/cryptiles-57647cde
89475npm verb unbuild node_modules/.staging/hosted-git-info-618d4ee2
89476npm verb unbuild node_modules/.staging/entities-2768bd38
89477npm verb unbuild node_modules/.staging/iconv-lite-ef6e0ccb
89478npm verb unbuild node_modules/.staging/include-path-searcher-ad05f4fc
89479npm verb unbuild node_modules/.staging/indexof-7e21acbb
89480npm verb unbuild node_modules/.staging/imurmurhash-aae9bcec
89481npm verb unbuild node_modules/.staging/inflection-2bd198ab
89482npm verb unbuild node_modules/.staging/i-c6e7fbc5
89483npm verb unbuild node_modules/.staging/inherit-18491455
89484npm verb unbuild node_modules/.staging/inherits-685209c1
89485npm verb unbuild node_modules/.staging/block-stream-6033bdea
89486npm verb unbuild node_modules/.staging/ini-362dd008
89487npm verb unbuild node_modules/.staging/lodash-0e8f74aa
89488npm verb unbuild node_modules/.staging/chalk-838dcf9e
89489npm verb unbuild node_modules/.staging/async-70c2fc4c
89490npm verb unbuild node_modules/.staging/ipaddr.js-ea863ff4
89491npm verb unbuild node_modules/.staging/invert-kv-69ee711a
89492npm verb unbuild node_modules/.staging/is-arrayish-420fa362
89493npm verb unbuild node_modules/.staging/ansi-styles-39fb079c
89494npm verb unbuild node_modules/.staging/error-ex-25393732
89495npm verb unbuild node_modules/.staging/is-buffer-73395b26
89496npm verb unbuild node_modules/.staging/is-builtin-module-d122cfae
89497npm verb unbuild node_modules/.staging/is-property-8ddaf725
89498npm verb unbuild node_modules/.staging/generate-object-property-288f47c2
89499npm verb unbuild node_modules/.staging/is-relative-2d5b4257
89500npm verb unbuild node_modules/.staging/is-absolute-fc49c075
89501npm verb unbuild node_modules/.staging/is-type-7b39072f
89502npm verb unbuild node_modules/.staging/is-typedarray-3e09cc99
89503npm verb unbuild node_modules/.staging/is-git-url-f4fc0672
89504npm verb unbuild node_modules/.staging/is-utf8-f0d10ae8
89505npm verb unbuild node_modules/.staging/isarray-6dcd1741
89506npm verb unbuild node_modules/.staging/has-binary-data-f9032845
89507npm verb unbuild node_modules/.staging/has-binary-b68bdbe6
89508npm verb unbuild node_modules/.staging/isbinaryfile-9b60f27f
89509npm verb unbuild node_modules/.staging/isstream-443eb4ff
89510npm verb unbuild node_modules/.staging/js-base64-5c61c949
89511npm verb unbuild node_modules/.staging/js-string-escape-0a348eff
89512npm verb unbuild node_modules/.staging/js-tokens-5a59920d
89513npm verb unbuild node_modules/.staging/jsbn-d8d5a6db
89514npm verb unbuild node_modules/.staging/jodid25519-d3fd348c
89515npm verb unbuild node_modules/.staging/jscs-preset-wikimedia-d1c0de0b
89516npm verb unbuild node_modules/.staging/ansi-regex-a812ba39
89517npm verb unbuild node_modules/.staging/ansi-styles-0629f9b3
89518npm verb unbuild node_modules/.staging/ecc-jsbn-d6118bc9
89519npm verb unbuild node_modules/.staging/has-ansi-7c74a23e
89520npm verb unbuild node_modules/.staging/strip-ansi-29ba24db
89521npm verb unbuild node_modules/.staging/supports-color-494dd6b4
89522npm verb unbuild node_modules/.staging/lodash-849a464a
89523npm verb unbuild node_modules/.staging/chalk-a489ef92
89524npm verb unbuild node_modules/.staging/minimatch-2797866c
89525npm verb unbuild node_modules/.staging/json-schema-11c8ecdc
89526npm verb unbuild node_modules/.staging/json3-eced3f5b
89527npm verb unbuild node_modules/.staging/json-stringify-safe-b2cbe0c2
89528npm verb unbuild node_modules/.staging/jsonfile-f51c3e93
89529npm verb unbuild node_modules/.staging/jsonify-e2306add
89530npm verb unbuild node_modules/.staging/json-stable-stringify-6e7c5050
89531npm verb unbuild node_modules/.staging/kind-of-ec9a3e69
89532npm verb unbuild node_modules/.staging/klassy-2b6de507
89533npm verb unbuild node_modules/.staging/jsonpointer-3e7adc0e
89534npm verb unbuild node_modules/.staging/ember-qunit-ad2b7403
89535npm verb unbuild node_modules/.staging/ember-test-helpers-54cd5e1b
89536npm verb unbuild node_modules/.staging/lazy-cache-65436037
89537npm verb unbuild node_modules/.staging/lcid-89df6039
89538npm verb unbuild node_modules/.staging/left-pad-9097854a
89539npm verb unbuild node_modules/.staging/leek-aaff9f2d
89540npm verb unbuild node_modules/.staging/babel-plugin-undeclared-variables-check-cc1923bd
89541npm verb unbuild node_modules/.staging/graceful-fs-228347d0
89542npm verb unbuild node_modules/.staging/livereload-js-523dba25
89543npm verb unbuild node_modules/.staging/lodash-f15be9e9
89544npm verb unbuild node_modules/.staging/line-numbers-fd8c1e23
89545npm verb unbuild node_modules/.staging/jsdoctypeparser-420a8874
89546npm verb unbuild node_modules/.staging/babel-plugin-proto-to-assign-0dd1dc4c
89547npm verb unbuild node_modules/.staging/lodash._arraycopy-8a5e113e
89548npm verb unbuild node_modules/.staging/core-object-84533e64
89549npm verb unbuild node_modules/.staging/lodash-node-564e30d4
89550npm verb unbuild node_modules/.staging/lodash._arrayeach-172ad756
89551npm verb unbuild node_modules/.staging/lodash._baseindexof-6126c452
89552npm verb unbuild node_modules/.staging/lodash._basefor-a8ab062b
89553npm verb unbuild node_modules/.staging/lodash._basetostring-fcce053d
89554npm verb unbuild node_modules/.staging/lodash._basecopy-fb21d683
89555npm verb unbuild node_modules/.staging/lodash._bindcallback-16b8b177
89556npm verb unbuild node_modules/.staging/lodash._cacheindexof-779d2a98
89557npm verb unbuild node_modules/.staging/lodash._createcache-4fa4dd7a
89558npm verb unbuild node_modules/.staging/lodash._getnative-43195329
89559npm verb unbuild node_modules/.staging/lodash.isarguments-5efff302
89560npm verb unbuild node_modules/.staging/lodash._baseuniq-dce4c520
89561npm verb unbuild node_modules/.staging/lodash._isiterateecall-2ffec75d
89562npm verb unbuild node_modules/.staging/lodash.keys-4944dbe2
89563npm verb unbuild node_modules/.staging/lodash.isarray-72f13a2f
89564npm verb unbuild node_modules/.staging/lodash.istypedarray-d246922c
89565npm verb unbuild node_modules/.staging/lodash._baseisequal-58b9742f
89566npm verb unbuild node_modules/.staging/lodash._baseassign-5d733eb2
89567npm verb unbuild node_modules/.staging/lodash.keysin-71c01910
89568npm verb unbuild node_modules/.staging/lodash.isplainobject-e9ec33b2
89569npm verb unbuild node_modules/.staging/lodash.pairs-e449918e
89570npm verb unbuild node_modules/.staging/lodash._basecallback-b7e2cb8a
89571npm verb unbuild node_modules/.staging/lodash.repeat-338d95f2
89572npm verb unbuild node_modules/.staging/lodash.padleft-24f5d84f
89573npm verb unbuild node_modules/.staging/lodash.padright-165b57eb
89574npm verb unbuild node_modules/.staging/lodash._createpadding-64220dee
89575npm verb unbuild node_modules/.staging/lodash.pad-8b2a3517
89576npm verb unbuild node_modules/.staging/lodash.restparam-29e92248
89577npm verb unbuild node_modules/.staging/lodash._createassigner-4e1d1a87
89578npm verb unbuild node_modules/.staging/gauge-d188c5d3
89579npm verb unbuild node_modules/.staging/lodash.assign-de2a5fa9
89580npm verb unbuild node_modules/.staging/lodash.toplainobject-c27f7407
89581npm verb unbuild node_modules/.staging/lodash.defaults-736e9991
89582npm verb unbuild node_modules/.staging/lodash.merge-ec391b24
89583npm verb unbuild node_modules/.staging/longest-686b253c
89584npm verb unbuild node_modules/.staging/lodash.uniq-10b290bf
89585npm verb unbuild node_modules/.staging/lru-cache-60ac7e72
89586npm verb unbuild node_modules/.staging/lru-queue-6f315088
89587npm verb unbuild node_modules/.staging/make-array-60fe7880
89588npm verb unbuild node_modules/.staging/map-obj-204ef5ff
89589npm verb unbuild node_modules/.staging/ansi-styles-3f79a73c
89590npm verb unbuild node_modules/.staging/camelcase-keys-bb2c34f6
89591npm verb unbuild node_modules/.staging/minimatch-416cf67c
89592npm verb unbuild node_modules/.staging/lodash-node-fe236855
89593npm verb unbuild node_modules/.staging/md5-o-matic-1e8576b7
89594npm verb unbuild node_modules/.staging/md5-hex-cbbd3520
89595npm verb unbuild node_modules/.staging/mdurl-9962125f
89596npm verb unbuild node_modules/.staging/minimist-d4bbfa19
89597npm verb unbuild node_modules/.staging/media-typer-206dfaa6
89598npm verb unbuild node_modules/.staging/object-assign-5c7874d7
89599npm verb unbuild node_modules/.staging/matcher-collection-b8002a30
89600npm verb unbuild node_modules/.staging/lodash-dabba378
89601npm verb unbuild node_modules/.staging/exec-sh-68d599c4
89602npm verb unbuild node_modules/.staging/merge-defaults-f4d8bd3d
89603npm verb unbuild node_modules/.staging/merge-3871d87c
89604npm verb unbuild node_modules/.staging/merge-descriptors-31422ac4
89605npm verb unbuild node_modules/.staging/mime-db-7214c349
89606npm verb unbuild node_modules/.staging/mime-types-342fe1c9
89607npm verb unbuild node_modules/.staging/compressible-4a53d490
89608npm verb unbuild node_modules/.staging/form-data-3a059269
89609npm verb unbuild node_modules/.staging/methods-1263f868
89610npm verb unbuild node_modules/.staging/accepts-016813a6
89611npm verb unbuild node_modules/.staging/minimatch-700e1520
89612npm verb unbuild node_modules/.staging/minimist-f5660d82
89613npm verb unbuild node_modules/.staging/mktemp-97d71f82
89614npm verb unbuild node_modules/.staging/moment-b605de6f
89615npm verb unbuild node_modules/.staging/moment-timezone-85e37235
89616npm verb unbuild node_modules/.staging/mout-0b2f03be
89617npm verb unbuild node_modules/.staging/ms-9832c860
89618npm verb unbuild node_modules/.staging/debug-2044ff8d
89619npm verb unbuild node_modules/.staging/fs-tree-diff-5116842d
89620npm verb unbuild node_modules/.staging/fs-tree-diff-68aea8e8
89621npm verb unbuild node_modules/.staging/fs-tree-diff-ba9796f3
89622npm verb unbuild node_modules/.staging/fs-tree-diff-9697b506
89623npm verb unbuild node_modules/.staging/fs-tree-diff-51105842
89624npm verb unbuild node_modules/.staging/array-index-d7a1d7cf
89625npm verb unbuild node_modules/.staging/mute-stream-98aed947
89626npm verb unbuild node_modules/.staging/nan-39e8649b
89627npm verb unbuild node_modules/.staging/negotiator-fbe36ffa
89628npm verb unbuild node_modules/.staging/natural-compare-0d0114f6
89629npm verb unbuild node_modules/.staging/graceful-fs-dc179472
89630npm verb unbuild node_modules/.staging/minimatch-bf100edc
89631npm verb unbuild node_modules/.staging/node-int64-0510bb75
89632npm verb unbuild node_modules/.staging/bser-f621613d
89633npm verb unbuild node_modules/.staging/accepts-d48b127f
89634npm verb unbuild node_modules/.staging/node-modules-path-66a227e7
89635npm verb unbuild node_modules/.staging/fb-watchman-93a28048
89636npm verb unbuild node_modules/.staging/ansi-regex-8f43d10d
89637npm verb unbuild node_modules/.staging/has-ansi-7ac074da
89638npm verb unbuild node_modules/.staging/ansi-styles-1f701a8d
89639npm verb unbuild node_modules/.staging/next-tick-ee90b6e8
89640npm verb unbuild node_modules/.staging/strip-ansi-bdb5b9f0
89641npm verb unbuild node_modules/.staging/chalk-d4698c7b
89642npm verb unbuild node_modules/.staging/ansi-styles-fe2fc23d
89643npm verb unbuild node_modules/.staging/supports-color-901b61e1
89644npm verb unbuild node_modules/.staging/chalk-82c39cad
89645npm verb unbuild node_modules/.staging/underscore-f37adad0
89646npm verb unbuild node_modules/.staging/nomnom-80a8c240
89647npm verb unbuild node_modules/.staging/num2fraction-a0c9f06d
89648npm verb unbuild node_modules/.staging/is-finite-b65feba7
89649npm verb unbuild node_modules/.staging/is-integer-338c4957
89650npm verb unbuild node_modules/.staging/normalize-range-e5c18ea0
89651npm verb unbuild node_modules/.staging/repeating-9831ce82
89652npm verb unbuild node_modules/.staging/number-is-nan-8212f100
89653npm verb unbuild node_modules/.staging/indent-string-f8f81423
89654npm verb unbuild node_modules/.staging/oauth-sign-023eba31
89655npm verb unbuild node_modules/.staging/object-assign-d465c1c4
89656npm verb unbuild node_modules/.staging/object-component-e3f7dc36
89657npm verb unbuild node_modules/.staging/object-keys-4ed4ae33
89658npm verb unbuild node_modules/.staging/on-headers-5d6d8c8c
89659npm verb unbuild node_modules/.staging/on-finished-861f8428
89660npm verb unbuild node_modules/.staging/morgan-9dba9a3c
89661npm verb unbuild node_modules/.staging/options-4c590758
89662npm verb unbuild node_modules/.staging/os-locale-8235cf75
89663npm verb unbuild node_modules/.staging/os-homedir-5f9b932a
89664npm verb unbuild node_modules/.staging/os-tmpdir-1280a1b4
89665npm verb unbuild node_modules/.staging/osenv-f8c10c8b
89666npm verb unbuild node_modules/.staging/os-shim-382e971a
89667npm verb unbuild node_modules/.staging/osenv-a7549933
89668npm verb unbuild node_modules/.staging/osenv-40ea3e45
89669npm verb unbuild node_modules/.staging/temp-5c9cfcf3
89670npm verb unbuild node_modules/.staging/parse-json-91700cec
89671npm verb unbuild node_modules/.staging/parseuri-8d68236e
89672npm verb unbuild node_modules/.staging/parsejson-9ca92eb1
89673npm verb unbuild node_modules/.staging/parseurl-8aa9df9c
89674npm verb unbuild node_modules/.staging/path-376742d4
89675npm verb unbuild node_modules/.staging/parseqs-e74ab6cd
89676npm verb unbuild node_modules/.staging/path-array-18187304
89677npm verb unbuild node_modules/.staging/path-exists-ae90df84
89678npm verb unbuild node_modules/.staging/path-posix-f15f3ffa
89679npm verb unbuild node_modules/.staging/path-is-absolute-f63dd268
89680npm verb unbuild node_modules/.staging/graceful-fs-41ac6afd
89681npm verb unbuild node_modules/.staging/path-to-regexp-d04c8672
89682npm verb unbuild node_modules/.staging/pathval-214c6af5
89683npm verb unbuild node_modules/.staging/pify-e8fba5d8
89684npm verb unbuild node_modules/.staging/pinkie-226a9c32
89685npm verb unbuild node_modules/.staging/path-exists-4e6a3b7d
89686npm verb unbuild node_modules/.staging/path-type-e0e428ea
89687npm verb unbuild node_modules/.staging/pkginfo-48b3eeec
89688npm verb unbuild node_modules/.staging/pleasant-progress-5483b896
89689npm verb unbuild node_modules/.staging/pinkie-promise-6d1f71bb
89690npm verb unbuild node_modules/.staging/async-1adae208
89691npm verb unbuild node_modules/.staging/portfinder-27f15575
89692npm verb unbuild node_modules/.staging/postcss-value-parser-1dd8bf21
89693npm verb unbuild node_modules/.staging/find-up-ebbbb64c
89694npm verb unbuild node_modules/.staging/supports-color-e20f9f37
89695npm verb unbuild node_modules/.staging/source-map-a990802b
89696npm verb unbuild node_modules/.staging/postcss-7c26d740
89697npm verb unbuild node_modules/.staging/autoprefixer-0f9ac639
89698npm verb unbuild node_modules/.staging/printf-01e60b45
89699npm verb unbuild node_modules/.staging/private-9dd4f151
89700npm verb unbuild node_modules/.staging/process-nextick-args-7843fa24
89701npm verb unbuild node_modules/.staging/process-relative-require-31ae3abc
89702npm verb unbuild node_modules/.staging/config-chain-eff62038
89703npm verb unbuild node_modules/.staging/proxy-addr-95b49548
89704npm verb unbuild node_modules/.staging/lru-cache-7eb0ff2e
89705npm verb unbuild node_modules/.staging/q-e4383e3c
89706npm verb unbuild node_modules/.staging/proto-list-2de4e9b4
89707npm verb unbuild node_modules/.staging/pseudomap-20d65948
89708npm verb unbuild node_modules/.staging/qs-eef83101
89709npm verb unbuild node_modules/.staging/range-parser-5b352eda
89710npm verb unbuild node_modules/.staging/read-cb446ee6
89711npm verb unbuild node_modules/.staging/ansi-regex-4edba336
89712npm verb unbuild node_modules/.staging/readline2-98535edc
89713npm verb unbuild node_modules/.staging/recast-d15b2b45
89714npm verb unbuild node_modules/.staging/redeyed-90510f01
89715npm verb unbuild node_modules/.staging/regenerate-c8238d63
89716npm verb unbuild node_modules/.staging/regjsgen-7f312f8f
89717npm verb unbuild node_modules/.staging/repeat-string-b1812d0a
89718npm verb unbuild node_modules/.staging/source-map-101fc932
89719npm verb unbuild node_modules/.staging/center-align-9eda00c5
89720npm verb unbuild node_modules/.staging/qs-89068b60
89721npm verb unbuild node_modules/.staging/align-text-bb8192a2
89722npm verb unbuild node_modules/.staging/requires-port-62139e3f
89723npm verb unbuild node_modules/.staging/reserved-words-93518526
89724npm verb unbuild node_modules/.staging/resolve-bde9456d
89725npm verb unbuild node_modules/.staging/http-proxy-d6c9620a
89726npm verb unbuild node_modules/.staging/right-align-db20e093
89727npm verb unbuild node_modules/.staging/revalidator-429ce3b5
89728npm verb unbuild node_modules/.staging/rsvp-f4f5abb9
89729npm verb unbuild node_modules/.staging/promise-map-series-26dcc783
89730npm verb unbuild node_modules/.staging/ember-data-61ca443d
89731npm verb unbuild node_modules/.staging/minimist-64d8eef9
89732npm verb unbuild node_modules/.staging/cliui-a165ef32
89733npm verb unbuild node_modules/.staging/ember-cli-version-checker-cb460b6e
89734npm verb unbuild node_modules/.staging/semver-utils-b11f54be
89735npm verb unbuild node_modules/.staging/shebang-regex-ea942593
89736npm verb unbuild node_modules/.staging/sigmund-7f07178c
89737npm verb unbuild node_modules/.staging/minimatch-3915328a
89738npm verb unbuild node_modules/.staging/minimatch-c63ccc4d
89739npm verb unbuild node_modules/.staging/glob-9122cdcd
89740npm verb unbuild node_modules/.staging/minimatch-4f60be61
89741npm verb unbuild node_modules/.staging/gaze-65ff3792
89742npm verb unbuild node_modules/.staging/globule-eaadc272
89743npm verb unbuild node_modules/.staging/fireworm-d9ee652e
89744npm verb unbuild node_modules/.staging/minimatch-85a59ea7
89745npm verb unbuild node_modules/.staging/minimatch-429dddb6
89746npm verb unbuild node_modules/.staging/glob-702a930e
89747npm verb unbuild node_modules/.staging/glob-3d14b358
89748npm verb unbuild node_modules/.staging/minimatch-c14b3aa3
89749npm verb unbuild node_modules/.staging/findup-sync-683a843f
89750npm verb unbuild node_modules/.staging/loud-rejection-13c64a63
89751npm verb unbuild node_modules/.staging/signal-exit-59e0708b
89752npm verb unbuild node_modules/.staging/silent-error-6b1f1227
89753npm verb unbuild node_modules/.staging/ember-cli-normalize-entity-name-f21f7502
89754npm verb unbuild node_modules/.staging/cli-9da9f82a
89755npm verb unbuild node_modules/.staging/simple-fmt-39b97b18
89756npm verb unbuild node_modules/.staging/simple-is-2a0aca0e
89757npm verb unbuild node_modules/.staging/slide-1f739c03
89758npm verb unbuild node_modules/.staging/slash-f9b6fa89
89759npm verb unbuild node_modules/.staging/sntp-dbf57d7e
89760npm verb unbuild node_modules/.staging/ms-91d47be8
89761npm verb unbuild node_modules/.staging/hawk-47f116c4
89762npm verb unbuild node_modules/.staging/debug-32bb2b84
89763npm verb unbuild node_modules/.staging/debug-3014fc54
89764npm verb unbuild node_modules/.staging/socket.io-parser-d2ae4bc6
89765npm verb unbuild node_modules/.staging/debug-5ae9d6ec
89766npm verb unbuild node_modules/.staging/debug-c7a41c15
89767npm verb unbuild node_modules/.staging/socket.io-parser-24bc4574
89768npm verb unbuild node_modules/.staging/ms-017d045c
89769npm verb unbuild node_modules/.staging/socket.io-adapter-c7a291e6
89770npm verb unbuild node_modules/.staging/debug-3b01bbec
89771npm verb unbuild node_modules/.staging/recast-3f6decea
89772npm verb unbuild node_modules/.staging/source-map-f2d9c11c
89773npm verb unbuild node_modules/.staging/ember-router-generator-d0dd2f6b
89774npm verb unbuild node_modules/.staging/source-map-063bc174
89775npm verb unbuild node_modules/.staging/source-map-support-c9e3dea0
89776npm verb unbuild node_modules/.staging/source-map-url-3f668230
89777npm verb unbuild node_modules/.staging/spawnback-12569334
89778npm verb unbuild node_modules/.staging/git-tools-974b50db
89779npm verb unbuild node_modules/.staging/ember-cli-release-18d97de9
89780npm verb unbuild node_modules/.staging/spdx-exceptions-0e749cc2
89781npm verb unbuild node_modules/.staging/spdx-license-ids-9b236e9b
89782npm verb unbuild node_modules/.staging/spdx-expression-parse-44c8f70a
89783npm verb unbuild node_modules/.staging/spdx-correct-b7a2f626
89784npm verb unbuild node_modules/.staging/argparse-87ae0e14
89785npm verb unbuild node_modules/.staging/assert-plus-b02d114f
89786npm verb unbuild node_modules/.staging/sri-toolbox-1596788b
89787npm verb unbuild node_modules/.staging/stable-ef9f95b1
89788npm verb unbuild node_modules/.staging/alter-56e738d7
89789npm verb unbuild node_modules/.staging/sprintf-js-cd2e6fd4
89790npm verb unbuild node_modules/.staging/stack-trace-70974d2f
89791npm verb unbuild node_modules/.staging/statuses-25724b69
89792npm verb unbuild node_modules/.staging/http-errors-530714bb
89793npm verb unbuild node_modules/.staging/serve-static-13d33cbc
89794npm verb unbuild node_modules/.staging/send-c1232aa3
89795npm verb unbuild node_modules/.staging/string_decoder-b8bd7908
89796npm verb unbuild node_modules/.staging/readable-stream-eadc153e
89797npm verb unbuild node_modules/.staging/stringmap-cb21f27a
89798npm verb unbuild node_modules/.staging/stringset-64251e2f
89799npm verb unbuild node_modules/.staging/htmlparser2-4d8d1227
89800npm verb unbuild node_modules/.staging/stringstream-56e54fb5
89801npm verb unbuild node_modules/.staging/strip-bom-9d0dad0a
89802npm verb unbuild node_modules/.staging/load-json-file-cd431ad4
89803npm verb unbuild node_modules/.staging/redent-e08600aa
89804npm verb unbuild node_modules/.staging/styled_string-815810f1
89805npm verb unbuild node_modules/.staging/chalk-a63007c9
89806npm verb unbuild node_modules/.staging/fast-sourcemap-concat-cd52db00
89807npm verb unbuild node_modules/.staging/ember-cli-dependency-checker-459947e8
89808npm verb unbuild node_modules/.staging/symlink-or-copy-e0e7f484
89809npm verb unbuild node_modules/.staging/sync-exec-c548e234
89810npm verb unbuild node_modules/.staging/temp-1c175c8d
89811npm verb unbuild node_modules/.staging/async-f08582f8
89812npm verb unbuild node_modules/.staging/timers-ext-ac4c9aa7
89813npm verb unbuild node_modules/.staging/through-11d8177b
89814npm verb unbuild node_modules/.staging/memoizee-2fa96276
89815npm verb unbuild node_modules/.staging/cli-color-3e951cbd
89816npm verb unbuild node_modules/.staging/inquirer-7e707412
89817npm verb unbuild node_modules/.staging/qs-47548d9f
89818npm verb unbuild node_modules/.staging/tmpl-5fa774ed
89819npm verb unbuild node_modules/.staging/to-array-8b4aea9a
89820npm verb unbuild node_modules/.staging/makeerror-dd95bd06
89821npm verb unbuild node_modules/.staging/to-double-quotes-5e595f1a
89822npm verb unbuild node_modules/.staging/to-fast-properties-7681f671
89823npm verb unbuild node_modules/.staging/trim-newlines-416acfb5
89824npm verb unbuild node_modules/.staging/to-single-quotes-8798eda5
89825npm verb unbuild node_modules/.staging/tough-cookie-e6694b3d
89826npm verb unbuild node_modules/.staging/trim-right-73e49e86
89827npm verb unbuild node_modules/.staging/tryor-24a7b73d
89828npm verb unbuild node_modules/.staging/tweetnacl-95c66e01
89829npm verb unbuild node_modules/.staging/try-resolve-12fe588c
89830npm verb unbuild node_modules/.staging/tunnel-agent-04adcd59
89831npm verb unbuild node_modules/.staging/type-is-e3194335
89832npm verb unbuild node_modules/.staging/typedarray-e39d73c2
89833npm verb unbuild node_modules/.staging/uc.micro-e450621c
89834npm verb unbuild node_modules/.staging/linkify-it-8843295a
89835npm verb unbuild node_modules/.staging/markdown-it-terminal-a86271c5
89836npm verb unbuild node_modules/.staging/uglify-to-browserify-e3bacbdf
89837npm verb unbuild node_modules/.staging/ultron-6105a9d8
89838npm verb unbuild node_modules/.staging/uid-number-b7c39d42
89839npm verb unbuild node_modules/.staging/backbone-066ba18b
89840npm verb unbuild node_modules/.staging/underscore.string-12994640
89841npm verb unbuild node_modules/.staging/underscore-048242a9
89842npm verb unbuild node_modules/.staging/quick-temp-91da0ea3
89843npm verb unbuild node_modules/.staging/broccoli-writer-0a9e15b3
89844npm verb unbuild node_modules/.staging/broccoli-uglify-sourcemap-3347274d
89845npm verb unbuild node_modules/.staging/ember-cli-uglify-812ffb26
89846npm verb unbuild node_modules/.staging/quick-temp-e290f368
89847npm verb unbuild node_modules/.staging/unpipe-3c54dafd
89848npm verb unbuild node_modules/.staging/raw-body-93ca4111
89849npm verb unbuild node_modules/.staging/ember-cli-content-security-policy-1cd8455c
89850npm verb unbuild node_modules/.staging/finalhandler-e29d4f31
89851npm verb unbuild node_modules/.staging/body-parser-554ba3c2
89852npm verb unbuild node_modules/.staging/home-or-tmp-faf9f521
89853npm verb unbuild node_modules/.staging/utf8-75f19ee0
89854npm verb unbuild node_modules/.staging/readable-stream-7abec85f
89855npm verb unbuild node_modules/.staging/concat-stream-f8ccf12c
89856npm verb unbuild node_modules/.staging/spawn-sync-0647ae08
89857npm verb unbuild node_modules/.staging/comment-parser-4f98204c
89858npm verb unbuild node_modules/.staging/util-deprecate-821575cd
89859npm verb unbuild node_modules/.staging/jscs-jsdoc-d6401ea1
89860npm verb unbuild node_modules/.staging/bl-60fabf27
89861npm verb unbuild node_modules/.staging/engine.io-parser-710c6586
89862npm verb unbuild node_modules/.staging/are-we-there-yet-589df1da
89863npm verb unbuild node_modules/.staging/npmlog-6ababc6a
89864npm verb unbuild node_modules/.staging/npmlog-47e3ecac
89865npm verb unbuild node_modules/.staging/utils-merge-91414956
89866npm verb unbuild node_modules/.staging/express-43f78f81
89867npm verb unbuild node_modules/.staging/connect-b2bee03f
89868npm verb unbuild node_modules/.staging/validate-npm-package-license-ae6ded93
89869npm verb unbuild node_modules/.staging/uuid-2144319e
89870npm verb unbuild node_modules/.staging/read-pkg-17e35d12
89871npm verb unbuild node_modules/.staging/normalize-package-data-ee20133e
89872npm verb unbuild node_modules/.staging/meow-66c98e4c
89873npm verb unbuild node_modules/.staging/compression-d1e57dd1
89874npm verb unbuild node_modules/.staging/verror-f276922d
89875npm verb unbuild node_modules/.staging/vary-1db6699d
89876npm verb unbuild node_modules/.staging/http-signature-9a1f1c6e
89877npm verb unbuild node_modules/.staging/read-pkg-up-b138e4c4
89878npm verb unbuild node_modules/.staging/vow-31dc2636
89879npm verb unbuild node_modules/.staging/minimatch-51f4b903
89880npm verb unbuild node_modules/.staging/jsprim-7f72f759
89881npm verb unbuild node_modules/.staging/walk-sync-752d7357
89882npm verb unbuild node_modules/.staging/vow-queue-73eedf04
89883npm verb unbuild node_modules/.staging/walker-7d4f49bb
89884npm verb unbuild node_modules/.staging/watch-92e43379
89885npm verb unbuild node_modules/.staging/broccoli-sane-watcher-8f2db1ca
89886npm verb unbuild node_modules/.staging/websocket-driver-026a22f7
89887npm verb unbuild node_modules/.staging/faye-websocket-1a922ba7
89888npm verb unbuild node_modules/.staging/websocket-extensions-820ad7a9
89889npm verb unbuild node_modules/.staging/tiny-lr-8e219f8a
89890npm verb unbuild node_modules/.staging/cross-spawn-async-28064fcf
89891npm verb unbuild node_modules/.staging/broccoli-livingstyleguide-e78079ec
89892npm verb unbuild node_modules/.staging/cross-spawn-af3ce28a
89893npm verb unbuild node_modules/.staging/winston-84355c9d
89894npm verb unbuild node_modules/.staging/wordwrap-2cc6dfde
89895npm verb unbuild node_modules/.staging/optimist-c502c948
89896npm verb unbuild node_modules/.staging/optimist-6da500b5
89897npm verb unbuild node_modules/.staging/wrappy-0237452f
89898npm verb unbuild node_modules/.staging/once-76aadb85
89899npm verb unbuild node_modules/.staging/bower-config-b1270625
89900npm verb unbuild node_modules/.staging/npmconf-a9058767
89901npm verb unbuild node_modules/.staging/inflight-d5a41404
89902npm verb unbuild node_modules/.staging/glob-964f5e5f
89903npm verb unbuild node_modules/.staging/vow-fs-99151a63
89904npm verb unbuild node_modules/.staging/prompt-8204601b
89905npm verb unbuild node_modules/.staging/fstream-8d639321
89906npm verb unbuild node_modules/.staging/utile-1139611f
89907npm verb unbuild node_modules/.staging/glob-858c902f
89908npm verb unbuild node_modules/.staging/fs-extra-39eed183
89909npm verb unbuild node_modules/.staging/tar-db41c332
89910npm verb unbuild node_modules/.staging/ember-try-3958931d
89911npm verb unbuild node_modules/.staging/fs-extra-1d8737d7
89912npm verb unbuild node_modules/.staging/fs-extra-df7d98bd
89913npm verb unbuild node_modules/.staging/fs-extra-58bfceb7
89914npm verb unbuild node_modules/.staging/cpr-eb36d047
89915npm verb unbuild node_modules/.staging/broccoli-merge-trees-84174dc0
89916npm verb unbuild node_modules/.staging/broccoli-merge-trees-94797cdd
89917npm verb unbuild node_modules/.staging/fs-extra-ca8ba1bb
89918npm verb unbuild node_modules/.staging/broccoli-plugin-3a82a455
89919npm verb unbuild node_modules/.staging/broccoli-funnel-7c80dd1e
89920npm verb unbuild node_modules/.staging/broccoli-merge-trees-bd6315e8
89921npm verb unbuild node_modules/.staging/broccoli-funnel-2511555a
89922npm verb unbuild node_modules/.staging/ember-cli-blanket-1c2f568a
89923npm verb unbuild node_modules/.staging/broccoli-merge-trees-2fb70633
89924npm verb unbuild node_modules/.staging/broccoli-merge-trees-bf62f067
89925npm verb unbuild node_modules/.staging/fs-extra-751bb452
89926npm verb unbuild node_modules/.staging/broccoli-plugin-5d424b3d
89927npm verb unbuild node_modules/.staging/broccoli-funnel-66b9bf0b
89928npm verb unbuild node_modules/.staging/glob-c473926b
89929npm verb unbuild node_modules/.staging/fileset-7b17ee7a
89930npm verb unbuild node_modules/.staging/glob-2ad9047e
89931npm verb unbuild node_modules/.staging/async-disk-cache-07b042e3
89932npm verb unbuild node_modules/.staging/ember-cli-htmlbars-b31a38fd
89933npm verb unbuild node_modules/.staging/broccoli-filter-e1ab522d
89934npm verb unbuild node_modules/.staging/hash-for-dep-c77def63
89935npm verb unbuild node_modules/.staging/broccoli-filter-8e5b4750
89936npm verb unbuild node_modules/.staging/ember-cli-htmlbars-b4885cf9
89937npm verb unbuild node_modules/.staging/broccoli-static-compiler-68b99a3a
89938npm verb unbuild node_modules/.staging/broccoli-stew-c47b35c6
89939npm verb unbuild node_modules/.staging/broccoli-persistent-filter-b8b91713
89940npm verb unbuild node_modules/.staging/ember-cli-htmlbars-1df77fca
89941npm verb unbuild node_modules/.staging/broccoli-jshint-903ae427
89942npm verb unbuild node_modules/.staging/broccoli-kitchen-sink-helpers-33688fcb
89943npm verb unbuild node_modules/.staging/broccoli-autoprefixer-4b9a946b
89944npm verb unbuild node_modules/.staging/ember-cli-autoprefixer-16812c39
89945npm verb unbuild node_modules/.staging/broccoli-filter-8d39aa2a
89946npm verb unbuild node_modules/.staging/broccoli-asset-rewrite-90345a7e
89947npm verb unbuild node_modules/.staging/broccoli-asset-rev-17525601
89948npm verb unbuild node_modules/.staging/ember-cli-preprocess-registry-66bf1647
89949npm verb unbuild node_modules/.staging/broccoli-clean-css-f9b361a1
89950npm verb unbuild node_modules/.staging/broccoli-caching-writer-408ed839
89951npm verb unbuild node_modules/.staging/broccoli-filter-d5d136ce
89952npm verb unbuild node_modules/.staging/broccoli-sri-hash-382fff4e
89953npm verb unbuild node_modules/.staging/broccoli-sourcemap-concat-f7d1b369
89954npm verb unbuild node_modules/.staging/broccoli-sourcemap-concat-5fdc1122
89955npm verb unbuild node_modules/.staging/ember-cli-sri-d0846331
89956npm verb unbuild node_modules/.staging/broccoli-config-loader-64a70e71
89957npm verb unbuild node_modules/.staging/broccoli-kitchen-sink-helpers-7c2270b9
89958npm verb unbuild node_modules/.staging/glob-706508e8
89959npm verb unbuild node_modules/.staging/broccoli-config-replace-e38dbc99
89960npm verb unbuild node_modules/.staging/findup-sync-6a146612
89961npm verb unbuild node_modules/.staging/broccoli-daa735f8
89962npm verb unbuild node_modules/.staging/graceful-fs-eff55aa6
89963npm verb unbuild node_modules/.staging/write-file-atomic-b027d13d
89964npm verb unbuild node_modules/.staging/ws-pure-607440de
89965npm verb unbuild node_modules/.staging/glob-3087442f
89966npm verb unbuild node_modules/.staging/configstore-c3cadc6e
89967npm verb unbuild node_modules/.staging/xdg-basedir-f6b285c8
89968npm verb unbuild node_modules/.staging/xmldom-471bac14
89969npm verb unbuild node_modules/.staging/xmlbuilder-7a233e5e
89970npm verb unbuild node_modules/.staging/engine.io-pure-be8a86e9
89971npm verb unbuild node_modules/.staging/xmlhttprequest-ssl-5f85022b
89972npm verb unbuild node_modules/.staging/socket.io-client-pure-863f4557
89973npm verb unbuild node_modules/.staging/engine.io-client-pure-8e7c4f14
89974npm verb unbuild node_modules/.staging/socket.io-pure-73a8f341
89975npm verb unbuild node_modules/.staging/output-file-sync-9275bfea
89976npm verb unbuild node_modules/.staging/xtend-0f00320b
89977npm verb unbuild node_modules/.staging/is-my-json-valid-c33df1fe
89978npm verb unbuild node_modules/.staging/request-e6ed34b1
89979npm verb unbuild node_modules/.staging/y18n-8d6498ae
89980npm verb unbuild node_modules/.staging/fs-extra-44b16632
89981npm verb unbuild node_modules/.staging/yargs-806132fb
89982npm verb unbuild node_modules/.staging/yam-39aed5bf
89983npm verb unbuild node_modules/.staging/graceful-fs-1a59f690
89984npm verb unbuild node_modules/.staging/broccoli-sass-source-maps-d365337e
89985npm verb unbuild node_modules/.staging/ember-cli-sass-66dd5f97
89986npm verb unbuild node_modules/.staging/babel-core-8d130e7e
89987npm verb unbuild node_modules/.staging/broccoli-babel-transpiler-a95abd87
89988npm verb unbuild node_modules/.staging/ember-cli-qunit-9320858b
89989npm verb unbuild node_modules/.staging/ember-cli-babel-d25b556a
89990npm verb unbuild node_modules/.staging/roundcube-mail-f5003fde
89991npm verb unbuild node_modules/.staging/ember-truth-helpers-7840b86a
89992npm verb unbuild node_modules/.staging/ember-simple-auth-7edc2444
89993npm verb unbuild node_modules/.staging/ember-sinon-f1c79fbf
89994npm verb unbuild node_modules/.staging/ember-sinon-qunit-5efea5f5
89995npm verb unbuild node_modules/.staging/ember-responsive-6cb7ff7c
89996npm verb unbuild node_modules/.staging/ember-notify-676ce526
89997npm verb unbuild node_modules/.staging/ember-moment-e4fbf2d6
89998npm verb unbuild node_modules/.staging/roundcube-notifications-722e61cd
89999npm verb unbuild node_modules/.staging/ember-new-computed-438da48e
90000npm verb unbuild node_modules/.staging/ember-inflector-e5f486a1
90001npm verb unbuild node_modules/.staging/ember-metrics-a6ab4113
90002npm verb unbuild node_modules/.staging/ember-getowner-polyfill-33904567
90003npm verb unbuild node_modules/.staging/ember-feature-flags-bcca752b
90004npm verb unbuild node_modules/.staging/ember-i18n-2673a2a1
90005npm verb unbuild node_modules/.staging/ember-disable-proxy-controllers-40089c58
90006npm verb unbuild node_modules/.staging/ember-cpm-168469d1
90007npm verb unbuild node_modules/.staging/ember-cli-sass-pods-e63a9103
90008npm verb unbuild node_modules/.staging/ember-cli-mirage-7f5d1c5b
90009npm verb unbuild node_modules/.staging/ember-cli-htmlbars-inline-precompile-a5552339
90010npm verb unbuild node_modules/.staging/ember-cli-moment-shim-78e6d633
90011npm verb unbuild node_modules/.staging/ember-cli-app-version-8f31648e
90012npm verb unbuild node_modules/.staging/babel-jscs-4637e71e
90013npm verb unbuild node_modules/.staging/broccoli-jscs-697c3e5d
90014npm verb unbuild node_modules/.staging/ember-suave-5e920a76
90015npm verb unbuild node_modules/.staging/acorn-7d4913e7
90016npm verb unbuild node_modules/.staging/strip-ansi-db110307
90017npm verb unbuild node_modules/.staging/browserslist-6e1c82f9
90018npm verb unbuild node_modules/.staging/clean-css-0e39ef5d
90019npm verb unbuild node_modules/.staging/rimraf-b8b230d2
90020npm verb unbuild node_modules/.staging/rimraf-d7c3d04c
90021npm verb unbuild node_modules/.staging/esprima-fb-0a4a3271
90022npm verb unbuild node_modules/.staging/esprima-fb-23292fbb
90023npm verb unbuild node_modules/.staging/findup-67fa7b52
90024npm verb unbuild node_modules/.staging/has-ansi-6335c44d
90025npm verb unbuild node_modules/.staging/strip-ansi-7d4366a1
90026npm verb unbuild node_modules/.staging/esprima-476a33a8
90027npm verb unbuild node_modules/.staging/esprima-28b5221a
90028npm verb unbuild node_modules/.staging/jsesc-b0f48cf1
90029npm verb unbuild node_modules/.staging/json5-447dc276
90030npm verb unbuild node_modules/.staging/leven-28b6d20d
90031npm verb unbuild node_modules/.staging/mime-93ebe877
90032npm verb unbuild node_modules/.staging/mkdirp-6ea1582c
90033npm verb unbuild node_modules/.staging/mkdirp-9f60b8b1
90034npm verb unbuild node_modules/.staging/mustache-c2ff5ad1
90035npm verb unbuild node_modules/.staging/ncp-13111647
90036npm verb unbuild node_modules/.staging/node-uuid-9ceee6eb
90037npm verb unbuild node_modules/.staging/strip-ansi-eda5399b
90038npm verb unbuild node_modules/.staging/jsonlint-fa0f2615
90039npm verb unbuild node_modules/.staging/nopt-d8128e9f
90040npm verb unbuild node_modules/.staging/rimraf-f64a7b5b
90041npm verb unbuild node_modules/.staging/strip-ansi-8352af4b
90042npm verb unbuild node_modules/.staging/esprima-fb-1494b2a8
90043npm verb unbuild node_modules/.staging/cardinal-b7687f74
90044npm verb unbuild node_modules/.staging/regjsparser-a283c310
90045npm verb unbuild node_modules/.staging/esprima-19f6cb21
90046npm verb unbuild node_modules/.staging/regexpu-00029d90
90047npm verb unbuild node_modules/.staging/repeating-fb37497e
90048npm verb unbuild node_modules/.staging/detect-indent-7bff7422
90049npm verb unbuild node_modules/.staging/semver-fe4bb29a
90050npm verb unbuild node_modules/.staging/bower-21038e3a
90051npm verb unbuild node_modules/.staging/shelljs-72cc47ca
90052npm verb unbuild node_modules/.staging/js-yaml-095af971
90053npm verb unbuild node_modules/.staging/strip-json-comments-9000988f
90054npm verb unbuild node_modules/.staging/jshint-f4fd0e39
90055npm verb unbuild node_modules/.staging/strip-ansi-868a4706
90056npm verb unbuild node_modules/.staging/strip-indent-17614f85
90057npm verb unbuild node_modules/.staging/can-symlink-448264f7
90058npm verb unbuild node_modules/.staging/supports-color-991f623d
90059npm verb unbuild node_modules/.staging/rimraf-ebd769a1
90060npm verb unbuild node_modules/.staging/sshpk-824a80a4
90061npm verb unbuild node_modules/.staging/uglify-js-9e61067b
90062npm verb unbuild node_modules/.staging/markdown-it-573f6d57
90063npm verb unbuild node_modules/.staging/user-home-dd46852d
90064npm verb unbuild node_modules/.staging/tap-parser-7b37bc38
90065npm verb unbuild node_modules/.staging/npm-91b1076b
90066npm verb unbuild node_modules/.staging/ncp-f95fa6c2
90067npm verb unbuild node_modules/.staging/sane-3bc014f8
90068npm verb unbuild node_modules/.staging/which-ee140223
90069npm verb unbuild node_modules/.staging/win-spawn-a567ec27
90070npm verb unbuild node_modules/.staging/window-size-e7b71cd2
90071npm verb unbuild node_modules/.staging/uglify-js-898a5b96
90072npm verb unbuild node_modules/.staging/handlebars-a4ecd30a
90073npm verb unbuild node_modules/.staging/rimraf-b29e5b99
90074npm verb unbuild node_modules/.staging/commoner-6d0b3c38
90075npm verb unbuild node_modules/.staging/har-validator-2e9e75c4
90076npm verb unbuild node_modules/.staging/testem-13083f2f
90077npm verb unbuild node_modules/.staging/node-gyp-7c3433f8
90078npm verb unbuild node_modules/.staging/sass-graph-fa9b07d8
90079npm verb unbuild node_modules/.staging/node-sass-85778306
90080npm verb unbuild node_modules/.staging/defs-3376a174
90081npm verb unbuild node_modules/.staging/regenerator-0a1d6291
90082npm verb unbuild node_modules/.staging/ember-cli-73a2d3f1
90083npm verb unbuild node_modules/.staging/jscs-ef92114a
90084npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/abbrev-a3784907
90085npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/after-4d558f29
90086npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amdefine-e6f5eb2f
90087npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amd-name-resolver-9ad103dc
90088npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/JSV-cbe9e5a6
90089npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansicolors-a16a5641
90090npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-1311548c
90091npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-equal-2f9b8b57
90092npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-flatten-0603449e
90093npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-254af02f
90094npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-6b74368b
90095npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/arraybuffer.slice-d6c3834d
90096npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-traverse-e91cc3f5
90097npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-c31f37ee
90098npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/asn1-ed757424
90099npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-foreach-689f8ab1
90100npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-4e706c59
90101npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/aws-sign2-1211c298
90102npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-b313d8b8
90103npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-bbcda076
90104npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-e57cf080
90105npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-83b064ef
90106npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-5465575d
90107npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-80ac5efe
90108npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-0a031a96
90109npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-constant-folding-4a8432b3
90110npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-dead-code-elimination-3a926b73
90111npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-eval-cf69c802
90112npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-inline-environment-variables-aefe4134
90113npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-htmlbars-inline-precompile-35ebc62c
90114npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-jscript-68bed25d
90115npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-property-literals-95dab3a5
90116npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-constant-elements-420ff0ea
90117npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-member-expression-literals-be193e54
90118npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-debugger-5afdc214
90119npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-console-0983af5f
90120npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-display-name-eaa5e2fb
90121npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-runtime-f4869fd9
90122npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babylon-bbb14cf4
90123npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undefined-to-void-a30b88d4
90124npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backo2-07d21935
90125npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/balanced-match-367772e4
90126npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64-arraybuffer-526b437e
90127npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64id-cc07ee18
90128npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/basic-auth-f50a9aa0
90129npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/benchmark-85669a32
90130npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blank-object-fecf7eca
90131npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bluebird-f91441e7
90132npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-2a1edf10
90133npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-5efa1c77
90134npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-19f18679
90135npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blob-f4e68975
90136npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-46a3b4f1
90137npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-endpoint-parser-e5b7d9e6
90138npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/breakable-315428ca
90139npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-55591ec4
90140npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d6899a88
90141npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-59545f53
90142npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f4148c80
90143npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-d0a71a43
90144npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-b1a03676
90145npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-aedb1da5
90146npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-bcc7e916
90147npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-a79d9c26
90148npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-slow-trees-7d3a0101
90149npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-source-36a28265
90150npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-06116d36
90151npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-7405b2e6
90152npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-f2df9526
90153npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-8b44fd1f
90154npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/builtin-modules-126e2328
90155npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-dd406315
90156npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-viz-03e0269a
90157npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d1543446
90158npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/better-assert-8ea0ff6c
90159npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-56abc6b9
90160npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-86784fbb
90161npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-f22c34e8
90162npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/callsite-9e88c59b
90163npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caniuse-db-cedfc576
90164npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/charm-6abae0df
90165npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-base-url-f9923c24
90166npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-2c7431b4
90167npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-467aeb56
90168npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-88af1009
90169npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-table-51f864d7
90170npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-ae536158
90171npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-bind-f31e7d20
90172npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-ae0fa075
90173npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-emitter-bc6d3d61
90174npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-inherit-43c9879f
90175npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-80242525
90176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caseless-27f788d3
90177npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-map-edf79dfd
90178npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/brace-expansion-acc020d2
90179npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-7e33baea
90180npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-b03183b4
90181npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3d74e334
90182npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-36835cd7
90183npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-7170cb42
90184npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-disposition-88b9ae92
90185npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-type-cfd362cc
90186npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5270acf0
90187npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/consolidate-81b0b525
90188npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/convert-source-map-15785363
90189npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-c7fa6c3a
90190npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-signature-a3999bac
90191npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-js-ffce027b
90192npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/copy-dereference-c924f00e
90193npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cycle-f26378a6
90194npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dashdash-f9f2d86d
90195npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-d1b41fac
90196npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/date-now-20040d07
90197npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/deep-equal-98b8dc97
90198npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/console-browserify-2474f22f
90199npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-util-is-3a10b392
90200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delayed-stream-1dad1098
90201npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defined-9480ebaa
90202npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/combined-stream-951fd39d
90203npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delegates-f0865c7d
90204npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-cdb272f7
90205npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-51d9a6c1
90206npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detective-6832ddb5
90207npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/did_it_work-739b724b
90208npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/diff-55dd7f74
90209npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-b1237dc6
90210npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-883291c6
90211npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domhandler-93025c7d
90212npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ee-first-8e574b85
90213npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/destroy-0d97f3fa
90214npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-736a8240
90215npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-cd4f051a
90216npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa3e6799
90217npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c9f37277
90218npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-copy-dereference-c70f636f
90219npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-e2dbb715
90220npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-ic-ajax-b6109bcf
90221npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-get-dependency-depth-e5fc1e94
90222npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-is-package-missing-60193f97
90223npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-inject-live-reload-7cf56c88
90224npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5d74b7a8
90225npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-8166a2fb
90226npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-17a6443f
90227npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-e9e9c69b
90228npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-opinionated-17af6afe
90229npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-97b66f59
90230npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-path-utils-0e51dee1
90231npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-f2970308
90232npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-98aafc94
90233npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f66f18ae
90234npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-02805168
90235npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-03e78a77
90236npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-1ada5be8
90237npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-0d13e1ea
90238npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-string-utils-7ff8884b
90239npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5645a284
90240npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-test-info-3a4c02b8
90241npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-182f78fc
90242npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-9c16cff3
90243npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-26eac1b9
90244npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-568de1e9
90245npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-6a24b184
90246npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-fb22dd2b
90247npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-export-application-global-edb6e115
90248npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-f078b02f
90249npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-53d854f0
90250npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-56acf4e2
90251npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-ceacfbac
90252npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-12e45ed4
90253npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-61c4f280
90254npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-71e22265
90255npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-2943e177
90256npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa859bec
90257npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-fb7c7f99
90258npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-722b5e03
90259npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-a7953331
90260npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-ed483484
90261npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-15dc8e54
90262npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-e7d2d899
90263npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3818001b
90264npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-66a3d5d3
90265npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-3eb7f2c1
90266npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ensure-posix-path-fe6adbaa
90267npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dom-serializer-781d780f
90268npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-5b64ebb8
90269npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domutils-61b75f6c
90270npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es5-ext-0ffa6811
90271npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-92a4f8fa
90272npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/d-53a30cab
90273npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-17157248
90274npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-bc835062
90275npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-7caf7ab3
90276npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-594faa38
90277npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-html-9222bd9d
90278npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-c91699a8
90279npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-182cb674
90280npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-006c73e8
90281npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-string-regexp-9f784cc4
90282npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-cd26159c
90283npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/decamelize-f2611799
90284npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-449d5aa6
90285npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-e0e1ae09
90286npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-9d0e52fd
90287npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-7108ff21
90288npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esrecurse-56447c09
90289npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-4c0d3054
90290npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esutils-d5355684
90291npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/event-emitter-a535cfae
90292npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-set-1ce7bb8c
90293npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-map-30774e54
90294npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escope-a9e8427d
90295npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eventemitter3-d3ecf339
90296npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/etag-9accaf3f
90297npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/events-to-array-8d861bce
90298npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exit-d13686e4
90299npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exists-sync-e9407e08
90300npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-275059a9
90301npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extend-15d924b5
90302npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extsprintf-fcd65df5
90303npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-58396870
90304npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eyes-b69ebcc4
90305npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-1f272884
90306npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-6d863d18
90307npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-ordered-set-9479ca26
90308npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5635cff3
90309npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-fed8febb
90310npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forever-agent-e0595428
90311npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-75f263c8
90312npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forwarded-19109b4e
90313npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-8d333f0b
90314npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-af7ad738
90315npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-readdir-recursive-5c4433a5
90316npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fresh-d3454f21
90317npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-monitor-stack-da4ca57d
90318npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1ebe9ee8
90319npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-function-1c3336f3
90320npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-info-080ea3a6
90321npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-version-8387025f
90322npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-21994325
90323npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-179c2ffb
90324npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globals-1b91ce06
90325npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-ee7c1d51
90326npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-3d307f82
90327npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-readlink-de6df6e7
90328npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-5383b4c7
90329npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/growl-780e8ef4
90330npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-7151a5e6
90331npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f0eaf3b1
90332npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-75b4ffb0
90333npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-540019d9
90334npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-b0180849
90335npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-8a0b90ff
90336npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-color-81fd385b
90337npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/get-stdin-25ad4460
90338npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-flag-7fa7796a
90339npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-cors-40887cf3
90340npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-be6c337c
90341npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hoek-57a13441
90342npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/boom-7dfa6946
90343npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-unicode-013d7780
90344npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cryptiles-57647cde
90345npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hosted-git-info-618d4ee2
90346npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-2768bd38
90347npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/iconv-lite-ef6e0ccb
90348npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/include-path-searcher-ad05f4fc
90349npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indexof-7e21acbb
90350npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/imurmurhash-aae9bcec
90351npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflection-2bd198ab
90352npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/i-c6e7fbc5
90353npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherit-18491455
90354npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-685209c1
90355npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/block-stream-6033bdea
90356npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ini-362dd008
90357npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-0e8f74aa
90358npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-838dcf9e
90359npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-70c2fc4c
90360npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ipaddr.js-ea863ff4
90361npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/invert-kv-69ee711a
90362npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-arrayish-420fa362
90363npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-39fb079c
90364npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/error-ex-25393732
90365npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-buffer-73395b26
90366npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-builtin-module-d122cfae
90367npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-property-8ddaf725
90368npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-object-property-288f47c2
90369npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-relative-2d5b4257
90370npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-absolute-fc49c075
90371npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-type-7b39072f
90372npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-typedarray-3e09cc99
90373npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-f4fc0672
90374npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-utf8-f0d10ae8
90375npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isarray-6dcd1741
90376npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-data-f9032845
90377npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-b68bdbe6
90378npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isbinaryfile-9b60f27f
90379npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isstream-443eb4ff
90380npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-base64-5c61c949
90381npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-string-escape-0a348eff
90382npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-tokens-5a59920d
90383npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsbn-d8d5a6db
90384npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jodid25519-d3fd348c
90385npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-preset-wikimedia-d1c0de0b
90386npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-a812ba39
90387npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-0629f9b3
90388npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ecc-jsbn-d6118bc9
90389npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7c74a23e
90390npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-29ba24db
90391npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-494dd6b4
90392npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-849a464a
90393npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a489ef92
90394npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-2797866c
90395npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-schema-11c8ecdc
90396npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json3-eced3f5b
90397npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stringify-safe-b2cbe0c2
90398npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonfile-f51c3e93
90399npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonify-e2306add
90400npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stable-stringify-6e7c5050
90401npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/kind-of-ec9a3e69
90402npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/klassy-2b6de507
90403npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonpointer-3e7adc0e
90404npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-qunit-ad2b7403
90405npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-test-helpers-54cd5e1b
90406npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lazy-cache-65436037
90407npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lcid-89df6039
90408npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/left-pad-9097854a
90409npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leek-aaff9f2d
90410npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undeclared-variables-check-cc1923bd
90411npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-228347d0
90412npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/livereload-js-523dba25
90413npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-f15be9e9
90414npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/line-numbers-fd8c1e23
90415npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsdoctypeparser-420a8874
90416npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-proto-to-assign-0dd1dc4c
90417npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arraycopy-8a5e113e
90418npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-84533e64
90419npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-564e30d4
90420npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arrayeach-172ad756
90421npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseindexof-6126c452
90422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basefor-a8ab062b
90423npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basetostring-fcce053d
90424npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecopy-fb21d683
90425npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._bindcallback-16b8b177
90426npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._cacheindexof-779d2a98
90427npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createcache-4fa4dd7a
90428npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._getnative-43195329
90429npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarguments-5efff302
90430npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseuniq-dce4c520
90431npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._isiterateecall-2ffec75d
90432npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keys-4944dbe2
90433npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarray-72f13a2f
90434npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.istypedarray-d246922c
90435npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseisequal-58b9742f
90436npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseassign-5d733eb2
90437npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keysin-71c01910
90438npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isplainobject-e9ec33b2
90439npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pairs-e449918e
90440npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecallback-b7e2cb8a
90441npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.repeat-338d95f2
90442npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padleft-24f5d84f
90443npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padright-165b57eb
90444npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createpadding-64220dee
90445npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pad-8b2a3517
90446npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.restparam-29e92248
90447npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createassigner-4e1d1a87
90448npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gauge-d188c5d3
90449npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.assign-de2a5fa9
90450npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.toplainobject-c27f7407
90451npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.defaults-736e9991
90452npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.merge-ec391b24
90453npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/longest-686b253c
90454npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.uniq-10b290bf
90455npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-60ac7e72
90456npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-queue-6f315088
90457npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/make-array-60fe7880
90458npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/map-obj-204ef5ff
90459npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-3f79a73c
90460npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-keys-bb2c34f6
90461npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-416cf67c
90462npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-fe236855
90463npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-o-matic-1e8576b7
90464npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-hex-cbbd3520
90465npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mdurl-9962125f
90466npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-d4bbfa19
90467npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/media-typer-206dfaa6
90468npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-5c7874d7
90469npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/matcher-collection-b8002a30
90470npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-dabba378
90471npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exec-sh-68d599c4
90472npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-defaults-f4d8bd3d
90473npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-3871d87c
90474npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-descriptors-31422ac4
90475npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-db-7214c349
90476npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-types-342fe1c9
90477npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compressible-4a53d490
90478npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/form-data-3a059269
90479npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/methods-1263f868
90480npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-016813a6
90481npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-700e1520
90482npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-f5660d82
90483npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mktemp-97d71f82
90484npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-b605de6f
90485npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-timezone-85e37235
90486npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mout-0b2f03be
90487npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-9832c860
90488npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-2044ff8d
90489npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-5116842d
90490npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-68aea8e8
90491npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-ba9796f3
90492npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-9697b506
90493npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-51105842
90494npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-index-d7a1d7cf
90495npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mute-stream-98aed947
90496npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nan-39e8649b
90497npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-fbe36ffa
90498npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/natural-compare-0d0114f6
90499npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-dc179472
90500npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-bf100edc
90501npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-int64-0510bb75
90502npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bser-f621613d
90503npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-d48b127f
90504npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-modules-path-66a227e7
90505npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fb-watchman-93a28048
90506npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-8f43d10d
90507npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7ac074da
90508npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-1f701a8d
90509npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/next-tick-ee90b6e8
90510npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-bdb5b9f0
90511npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-d4698c7b
90512npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-fe2fc23d
90513npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-901b61e1
90514npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-82c39cad
90515npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-f37adad0
90516npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nomnom-80a8c240
90517npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/num2fraction-a0c9f06d
90518npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-finite-b65feba7
90519npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-integer-338c4957
90520npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-range-e5c18ea0
90521npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-9831ce82
90522npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/number-is-nan-8212f100
90523npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indent-string-f8f81423
90524npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/oauth-sign-023eba31
90525npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-d465c1c4
90526npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-component-e3f7dc36
90527npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-keys-4ed4ae33
90528npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-headers-5d6d8c8c
90529npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-finished-861f8428
90530npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/morgan-9dba9a3c
90531npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/options-4c590758
90532npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-locale-8235cf75
90533npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-homedir-5f9b932a
90534npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-tmpdir-1280a1b4
90535npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-f8c10c8b
90536npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-shim-382e971a
90537npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-a7549933
90538npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-40ea3e45
90539npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-5c9cfcf3
90540npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parse-json-91700cec
90541npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-8d68236e
90542npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parsejson-9ca92eb1
90543npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseurl-8aa9df9c
90544npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-376742d4
90545npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseqs-e74ab6cd
90546npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-array-18187304
90547npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-ae90df84
90548npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-posix-f15f3ffa
90549npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-is-absolute-f63dd268
90550npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-41ac6afd
90551npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-to-regexp-d04c8672
90552npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pathval-214c6af5
90553npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pify-e8fba5d8
90554npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-226a9c32
90555npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-4e6a3b7d
90556npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-type-e0e428ea
90557npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pkginfo-48b3eeec
90558npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pleasant-progress-5483b896
90559npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-promise-6d1f71bb
90560npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-1adae208
90561npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/portfinder-27f15575
90562npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-value-parser-1dd8bf21
90563npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/find-up-ebbbb64c
90564npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-e20f9f37
90565npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-a990802b
90566npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-7c26d740
90567npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/autoprefixer-0f9ac639
90568npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/printf-01e60b45
90569npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/private-9dd4f151
90570npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-nextick-args-7843fa24
90571npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-relative-require-31ae3abc
90572npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/config-chain-eff62038
90573npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proxy-addr-95b49548
90574npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-7eb0ff2e
90575npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/q-e4383e3c
90576npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proto-list-2de4e9b4
90577npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pseudomap-20d65948
90578npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-eef83101
90579npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/range-parser-5b352eda
90580npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-cb446ee6
90581npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-4edba336
90582npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readline2-98535edc
90583npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-d15b2b45
90584npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redeyed-90510f01
90585npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerate-c8238d63
90586npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsgen-7f312f8f
90587npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeat-string-b1812d0a
90588npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-101fc932
90589npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/center-align-9eda00c5
90590npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-89068b60
90591npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/align-text-bb8192a2
90592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/requires-port-62139e3f
90593npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/reserved-words-93518526
90594npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/resolve-bde9456d
90595npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-proxy-d6c9620a
90596npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/right-align-db20e093
90597npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/revalidator-429ce3b5
90598npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-f4f5abb9
90599npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/promise-map-series-26dcc783
90600npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-data-61ca443d
90601npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-64d8eef9
90602npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cliui-a165ef32
90603npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-version-checker-cb460b6e
90604npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-utils-b11f54be
90605npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shebang-regex-ea942593
90606npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sigmund-7f07178c
90607npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3915328a
90608npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c63ccc4d
90609npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-9122cdcd
90610npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-4f60be61
90611npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gaze-65ff3792
90612npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globule-eaadc272
90613npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fireworm-d9ee652e
90614npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-85a59ea7
90615npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-429dddb6
90616npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-702a930e
90617npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3d14b358
90618npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c14b3aa3
90619npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-683a843f
90620npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/loud-rejection-13c64a63
90621npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/signal-exit-59e0708b
90622npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/silent-error-6b1f1227
90623npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-normalize-entity-name-f21f7502
90624npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-9da9f82a
90625npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-fmt-39b97b18
90626npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-is-2a0aca0e
90627npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slide-1f739c03
90628npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slash-f9b6fa89
90629npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sntp-dbf57d7e
90630npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-91d47be8
90631npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hawk-47f116c4
90632npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-32bb2b84
90633npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3014fc54
90634npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-d2ae4bc6
90635npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-5ae9d6ec
90636npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-c7a41c15
90637npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-24bc4574
90638npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-017d045c
90639npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-adapter-c7a291e6
90640npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3b01bbec
90641npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-3f6decea
90642npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-f2d9c11c
90643npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-router-generator-d0dd2f6b
90644npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-063bc174
90645npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-support-c9e3dea0
90646npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-url-3f668230
90647npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawnback-12569334
90648npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-tools-974b50db
90649npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-release-18d97de9
90650npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-exceptions-0e749cc2
90651npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-license-ids-9b236e9b
90652npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-expression-parse-44c8f70a
90653npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-correct-b7a2f626
90654npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/argparse-87ae0e14
90655npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-b02d114f
90656npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sri-toolbox-1596788b
90657npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stable-ef9f95b1
90658npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/alter-56e738d7
90659npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sprintf-js-cd2e6fd4
90660npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stack-trace-70974d2f
90661npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/statuses-25724b69
90662npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-errors-530714bb
90663npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/serve-static-13d33cbc
90664npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/send-c1232aa3
90665npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/string_decoder-b8bd7908
90666npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-eadc153e
90667npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringmap-cb21f27a
90668npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringset-64251e2f
90669npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/htmlparser2-4d8d1227
90670npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringstream-56e54fb5
90671npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-bom-9d0dad0a
90672npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/load-json-file-cd431ad4
90673npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redent-e08600aa
90674npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/styled_string-815810f1
90675npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a63007c9
90676npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-sourcemap-concat-cd52db00
90677npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-dependency-checker-459947e8
90678npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/symlink-or-copy-e0e7f484
90679npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sync-exec-c548e234
90680npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-1c175c8d
90681npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-f08582f8
90682npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/timers-ext-ac4c9aa7
90683npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/through-11d8177b
90684npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/memoizee-2fa96276
90685npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-color-3e951cbd
90686npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inquirer-7e707412
90687npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-47548d9f
90688npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tmpl-5fa774ed
90689npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-array-8b4aea9a
90690npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/makeerror-dd95bd06
90691npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-double-quotes-5e595f1a
90692npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-fast-properties-7681f671
90693npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-newlines-416acfb5
90694npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-single-quotes-8798eda5
90695npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tough-cookie-e6694b3d
90696npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-right-73e49e86
90697npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tryor-24a7b73d
90698npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tweetnacl-95c66e01
90699npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/try-resolve-12fe588c
90700npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tunnel-agent-04adcd59
90701npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/type-is-e3194335
90702npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/typedarray-e39d73c2
90703npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uc.micro-e450621c
90704npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/linkify-it-8843295a
90705npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-terminal-a86271c5
90706npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-to-browserify-e3bacbdf
90707npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ultron-6105a9d8
90708npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uid-number-b7c39d42
90709npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backbone-066ba18b
90710npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore.string-12994640
90711npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-048242a9
90712npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-91da0ea3
90713npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-writer-0a9e15b3
90714npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-uglify-sourcemap-3347274d
90715npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-uglify-812ffb26
90716npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-e290f368
90717npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/unpipe-3c54dafd
90718npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/raw-body-93ca4111
90719npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-content-security-policy-1cd8455c
90720npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/finalhandler-e29d4f31
90721npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/body-parser-554ba3c2
90722npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/home-or-tmp-faf9f521
90723npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utf8-75f19ee0
90724npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-7abec85f
90725npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-stream-f8ccf12c
90726npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawn-sync-0647ae08
90727npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/comment-parser-4f98204c
90728npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/util-deprecate-821575cd
90729npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-jsdoc-d6401ea1
90730npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bl-60fabf27
90731npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-parser-710c6586
90732npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/are-we-there-yet-589df1da
90733npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-6ababc6a
90734npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-47e3ecac
90735npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utils-merge-91414956
90736npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/express-43f78f81
90737npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/connect-b2bee03f
90738npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/validate-npm-package-license-ae6ded93
90739npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uuid-2144319e
90740npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-17e35d12
90741npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-package-data-ee20133e
90742npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/meow-66c98e4c
90743npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compression-d1e57dd1
90744npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/verror-f276922d
90745npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-1db6699d
90746npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-signature-9a1f1c6e
90747npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-up-b138e4c4
90748npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-31dc2636
90749npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-51f4b903
90750npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsprim-7f72f759
90751npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-752d7357
90752npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-queue-73eedf04
90753npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walker-7d4f49bb
90754npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/watch-92e43379
90755npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sane-watcher-8f2db1ca
90756npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-driver-026a22f7
90757npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/faye-websocket-1a922ba7
90758npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-extensions-820ad7a9
90759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tiny-lr-8e219f8a
90760npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-async-28064fcf
90761npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-livingstyleguide-e78079ec
90762npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-af3ce28a
90763npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/winston-84355c9d
90764npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-2cc6dfde
90765npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-c502c948
90766npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-6da500b5
90767npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wrappy-0237452f
90768npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/once-76aadb85
90769npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-config-b1270625
90770npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmconf-a9058767
90771npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflight-d5a41404
90772npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-964f5e5f
90773npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-fs-99151a63
90774npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/prompt-8204601b
90775npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fstream-8d639321
90776npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utile-1139611f
90777npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-858c902f
90778npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-39eed183
90779npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tar-db41c332
90780npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-try-3958931d
90781npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-1d8737d7
90782npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-df7d98bd
90783npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-58bfceb7
90784npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cpr-eb36d047
90785npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-84174dc0
90786npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-94797cdd
90787npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-ca8ba1bb
90788npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-3a82a455
90789npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-7c80dd1e
90790npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bd6315e8
90791npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-2511555a
90792npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-blanket-1c2f568a
90793npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-2fb70633
90794npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bf62f067
90795npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-751bb452
90796npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-5d424b3d
90797npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-66b9bf0b
90798npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-c473926b
90799npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fileset-7b17ee7a
90800npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-2ad9047e
90801npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-disk-cache-07b042e3
90802npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b31a38fd
90803npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-e1ab522d
90804npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hash-for-dep-c77def63
90805npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8e5b4750
90806npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b4885cf9
90807npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-static-compiler-68b99a3a
90808npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-stew-c47b35c6
90809npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-persistent-filter-b8b91713
90810npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-1df77fca
90811npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jshint-903ae427
90812npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-33688fcb
90813npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-autoprefixer-4b9a946b
90814npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-autoprefixer-16812c39
90815npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8d39aa2a
90816npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rewrite-90345a7e
90817npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rev-17525601
90818npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-preprocess-registry-66bf1647
90819npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-clean-css-f9b361a1
90820npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-caching-writer-408ed839
90821npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-d5d136ce
90822npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sri-hash-382fff4e
90823npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-f7d1b369
90824npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-5fdc1122
90825npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sri-d0846331
90826npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-loader-64a70e71
90827npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-7c2270b9
90828npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-706508e8
90829npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-replace-e38dbc99
90830npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-6a146612
90831npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-daa735f8
90832npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-eff55aa6
90833npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/write-file-atomic-b027d13d
90834npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ws-pure-607440de
90835npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3087442f
90836npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/configstore-c3cadc6e
90837npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xdg-basedir-f6b285c8
90838npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmldom-471bac14
90839npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlbuilder-7a233e5e
90840npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-pure-be8a86e9
90841npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlhttprequest-ssl-5f85022b
90842npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-client-pure-863f4557
90843npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-client-pure-8e7c4f14
90844npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-pure-73a8f341
90845npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/output-file-sync-9275bfea
90846npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xtend-0f00320b
90847npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-my-json-valid-c33df1fe
90848npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/request-e6ed34b1
90849npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/y18n-8d6498ae
90850npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-44b16632
90851npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-806132fb
90852npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yam-39aed5bf
90853npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1a59f690
90854npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sass-source-maps-d365337e
90855npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-66dd5f97
90856npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-core-8d130e7e
90857npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-babel-transpiler-a95abd87
90858npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-qunit-9320858b
90859npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-babel-d25b556a
90860npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-mail-f5003fde
90861npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-truth-helpers-7840b86a
90862npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-simple-auth-7edc2444
90863npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-f1c79fbf
90864npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-qunit-5efea5f5
90865npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-responsive-6cb7ff7c
90866npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-notify-676ce526
90867npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-moment-e4fbf2d6
90868npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-notifications-722e61cd
90869npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-new-computed-438da48e
90870npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-inflector-e5f486a1
90871npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-metrics-a6ab4113
90872npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-getowner-polyfill-33904567
90873npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-feature-flags-bcca752b
90874npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-i18n-2673a2a1
90875npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-disable-proxy-controllers-40089c58
90876npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cpm-168469d1
90877npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-pods-e63a9103
90878npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-mirage-7f5d1c5b
90879npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-inline-precompile-a5552339
90880npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-moment-shim-78e6d633
90881npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-app-version-8f31648e
90882npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-jscs-4637e71e
90883npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jscs-697c3e5d
90884npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-suave-5e920a76
90885npm verb tar unpack /root/.npm/abbrev/1.0.7/package.tgz
90886npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/abbrev-a3784907
90887npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/abbrev-a3784907
90888npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/acorn-7d4913e7
90889npm verb tar unpack /root/.npm/after/0.8.1/package.tgz
90890npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/after-4d558f29
90891npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/after-4d558f29
90892npm verb tar unpack /root/.npm/amdefine/1.0.0/package.tgz
90893npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/amdefine-e6f5eb2f
90894npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amdefine-e6f5eb2f
90895npm verb tar unpack /root/.npm/amd-name-resolver/0.0.2/package.tgz
90896npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/amd-name-resolver-9ad103dc
90897npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amd-name-resolver-9ad103dc
90898npm verb tar unpack /root/.npm/JSV/4.0.2/package.tgz
90899npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/JSV-cbe9e5a6
90900npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/JSV-cbe9e5a6
90901npm verb tar unpack /root/.npm/ansicolors/0.2.1/package.tgz
90902npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansicolors-a16a5641
90903npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansicolors-a16a5641
90904npm verb tar unpack /root/.npm/ansi-regex/0.2.1/package.tgz
90905npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-1311548c
90906npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-1311548c
90907npm verb tar unpack /root/.npm/array-equal/1.0.0/package.tgz
90908npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/array-equal-2f9b8b57
90909npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-equal-2f9b8b57
90910npm verb tar unpack /root/.npm/array-flatten/1.1.1/package.tgz
90911npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/array-flatten-0603449e
90912npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-flatten-0603449e
90913npm verb tar unpack /root/.npm/ansi/0.3.0/package.tgz
90914npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-254af02f
90915npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-254af02f
90916npm verb tar unpack /root/.npm/ansi-styles/1.1.0/package.tgz
90917npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-6b74368b
90918npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-6b74368b
90919npm verb tar unpack /root/.npm/arraybuffer.slice/0.0.6/package.tgz
90920npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/arraybuffer.slice-d6c3834d
90921npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/arraybuffer.slice-d6c3834d
90922npm verb tar unpack /root/.npm/ast-traverse/0.1.1/package.tgz
90923npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ast-traverse-e91cc3f5
90924npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-traverse-e91cc3f5
90925npm verb tar unpack /root/.npm/ast-types/0.8.12/package.tgz
90926npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ast-types-c31f37ee
90927npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-c31f37ee
90928npm verb tar unpack /root/.npm/asn1/0.2.3/package.tgz
90929npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/asn1-ed757424
90930npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/asn1-ed757424
90931npm verb tar unpack /root/.npm/async-foreach/0.1.3/package.tgz
90932npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-foreach-689f8ab1
90933npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-foreach-689f8ab1
90934npm verb tar unpack /root/.npm/async/0.2.10/package.tgz
90935npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-4e706c59
90936npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-4e706c59
90937npm verb tar unpack /root/.npm/aws-sign2/0.6.0/package.tgz
90938npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/aws-sign2-1211c298
90939npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/aws-sign2-1211c298
90940npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
90941npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-b313d8b8
90942npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-b313d8b8
90943npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
90944npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-bbcda076
90945npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-bbcda076
90946npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
90947npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-e57cf080
90948npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-e57cf080
90949npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
90950npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-83b064ef
90951npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-83b064ef
90952npm verb tar unpack /root/.npm/assert-plus/0.1.5/package.tgz
90953npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-5465575d
90954npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-5465575d
90955npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
90956npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-80ac5efe
90957npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-80ac5efe
90958npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
90959npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-0a031a96
90960npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-0a031a96
90961npm verb tar unpack /root/.npm/babel-plugin-constant-folding/1.0.1/package.tgz
90962npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-constant-folding-4a8432b3
90963npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-constant-folding-4a8432b3
90964npm verb tar unpack /root/.npm/babel-plugin-dead-code-elimination/1.0.2/package.tgz
90965npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-dead-code-elimination-3a926b73
90966npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-dead-code-elimination-3a926b73
90967npm verb tar unpack /root/.npm/babel-plugin-eval/1.0.1/package.tgz
90968npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-eval-cf69c802
90969npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-eval-cf69c802
90970npm verb tar unpack /root/.npm/babel-plugin-inline-environment-variables/1.0.1/package.tgz
90971npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-inline-environment-variables-aefe4134
90972npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-inline-environment-variables-aefe4134
90973npm verb tar unpack /root/.npm/babel-plugin-htmlbars-inline-precompile/0.0.5/package.tgz
90974npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-htmlbars-inline-precompile-35ebc62c
90975npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-htmlbars-inline-precompile-35ebc62c
90976npm verb tar unpack /root/.npm/babel-plugin-jscript/1.0.4/package.tgz
90977npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-jscript-68bed25d
90978npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-jscript-68bed25d
90979npm verb tar unpack /root/.npm/babel-plugin-property-literals/1.0.1/package.tgz
90980npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-property-literals-95dab3a5
90981npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-property-literals-95dab3a5
90982npm verb tar unpack /root/.npm/babel-plugin-react-constant-elements/1.0.3/package.tgz
90983npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-constant-elements-420ff0ea
90984npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-constant-elements-420ff0ea
90985npm verb tar unpack /root/.npm/babel-plugin-member-expression-literals/1.0.1/package.tgz
90986npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-member-expression-literals-be193e54
90987npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-member-expression-literals-be193e54
90988npm verb tar unpack /root/.npm/babel-plugin-remove-debugger/1.0.1/package.tgz
90989npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-debugger-5afdc214
90990npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-debugger-5afdc214
90991npm verb tar unpack /root/.npm/babel-plugin-remove-console/1.0.1/package.tgz
90992npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-console-0983af5f
90993npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-console-0983af5f
90994npm verb tar unpack /root/.npm/babel-plugin-react-display-name/1.0.3/package.tgz
90995npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-display-name-eaa5e2fb
90996npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-display-name-eaa5e2fb
90997npm verb tar unpack /root/.npm/babel-plugin-runtime/1.0.7/package.tgz
90998npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-runtime-f4869fd9
90999npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-runtime-f4869fd9
91000npm verb tar unpack /root/.npm/babylon/5.8.34/package.tgz
91001npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babylon-bbb14cf4
91002npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babylon-bbb14cf4
91003npm verb tar unpack /root/.npm/babel-plugin-undefined-to-void/1.1.6/package.tgz
91004npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undefined-to-void-a30b88d4
91005npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undefined-to-void-a30b88d4
91006npm verb tar unpack /root/.npm/backo2/1.0.2/package.tgz
91007npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/backo2-07d21935
91008npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backo2-07d21935
91009npm verb tar unpack /root/.npm/balanced-match/0.3.0/package.tgz
91010npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/balanced-match-367772e4
91011npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/balanced-match-367772e4
91012npm verb tar unpack /root/.npm/base64-arraybuffer/0.1.2/package.tgz
91013npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/base64-arraybuffer-526b437e
91014npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64-arraybuffer-526b437e
91015npm verb tar unpack /root/.npm/base64id/0.1.0/package.tgz
91016npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/base64id-cc07ee18
91017npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64id-cc07ee18
91018npm verb tar unpack /root/.npm/basic-auth/1.0.3/package.tgz
91019npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/basic-auth-f50a9aa0
91020npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/basic-auth-f50a9aa0
91021npm verb tar unpack /root/.npm/benchmark/1.0.0/package.tgz
91022npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/benchmark-85669a32
91023npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/benchmark-85669a32
91024npm verb tar unpack /root/.npm/blank-object/1.0.1/package.tgz
91025npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/blank-object-fecf7eca
91026npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blank-object-fecf7eca
91027npm verb tar unpack /root/.npm/bluebird/2.10.2/package.tgz
91028npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bluebird-f91441e7
91029npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bluebird-f91441e7
91030npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
91031npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bytes-2a1edf10
91032npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-2a1edf10
91033npm verb tar unpack /root/.npm/bytes/2.2.0/package.tgz
91034npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bytes-5efa1c77
91035npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-5efa1c77
91036npm verb tar unpack /root/.npm/depd/1.1.0/package.tgz
91037npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/depd-19f18679
91038npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-19f18679
91039npm verb tar unpack /root/.npm/blob/0.0.4/package.tgz
91040npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/blob-f4e68975
91041npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blob-f4e68975
91042npm verb tar unpack /root/.npm/qs/5.2.0/package.tgz
91043npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/qs-46a3b4f1
91044npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-46a3b4f1
91045npm verb tar unpack /root/.npm/bower-endpoint-parser/0.2.2/package.tgz
91046npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bower-endpoint-parser-e5b7d9e6
91047npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-endpoint-parser-e5b7d9e6
91048npm verb tar unpack /root/.npm/breakable/1.0.0/package.tgz
91049npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/breakable-315428ca
91050npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/breakable-315428ca
91051npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
91052npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-55591ec4
91053npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-55591ec4
91054npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91055npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d6899a88
91056npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d6899a88
91057npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91058npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-59545f53
91059npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-59545f53
91060npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
91061npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f4148c80
91062npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f4148c80
91063npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
91064npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-d0a71a43
91065npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-d0a71a43
91066npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
91067npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-b1a03676
91068npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-b1a03676
91069npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-db110307
91070npm verb tar unpack /root/.npm/object-assign/4.0.1/package.tgz
91071npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-assign-aedb1da5
91072npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-aedb1da5
91073npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
91074npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-bcc7e916
91075npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-bcc7e916
91076npm verb tar unpack /root/.npm/object-assign/2.1.1/package.tgz
91077npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-assign-a79d9c26
91078npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-a79d9c26
91079npm verb tar unpack /root/.npm/broccoli-slow-trees/1.1.0/package.tgz
91080npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-slow-trees-7d3a0101
91081npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-slow-trees-7d3a0101
91082npm verb tar unpack /root/.npm/broccoli-source/1.1.0/package.tgz
91083npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-source-36a28265
91084npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-source-36a28265
91085npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91086npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-06116d36
91087npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-06116d36
91088npm verb tar unpack /root/.npm/rsvp/3.1.0/package.tgz
91089npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rsvp-7405b2e6
91090npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-7405b2e6
91091npm verb tar unpack /root/.npm/window-size/0.1.0/package.tgz
91092npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/window-size-f2df9526
91093npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-f2df9526
91094npm verb tar unpack /root/.npm/wordwrap/0.0.2/package.tgz
91095npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-8b44fd1f
91096npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-8b44fd1f
91097npm verb tar unpack /root/.npm/builtin-modules/1.1.0/package.tgz
91098npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/builtin-modules-126e2328
91099npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/builtin-modules-126e2328
91100npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
91101npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-dd406315
91102npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-dd406315
91103npm verb tar unpack /root/.npm/broccoli-viz/2.0.1/package.tgz
91104npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-viz-03e0269a
91105npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-viz-03e0269a
91106npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91107npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d1543446
91108npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d1543446
91109npm verb tar unpack /root/.npm/better-assert/1.0.2/package.tgz
91110npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/better-assert-8ea0ff6c
91111npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/better-assert-8ea0ff6c
91112npm verb tar unpack /root/.npm/bytes/2.1.0/package.tgz
91113npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bytes-56abc6b9
91114npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-56abc6b9
91115npm verb tar unpack /root/.npm/camelcase/1.2.1/package.tgz
91116npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/camelcase-86784fbb
91117npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-86784fbb
91118npm verb tar unpack /root/.npm/camelcase/2.0.1/package.tgz
91119npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/camelcase-f22c34e8
91120npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-f22c34e8
91121npm verb tar unpack /root/.npm/callsite/1.0.0/package.tgz
91122npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/callsite-9e88c59b
91123npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/callsite-9e88c59b
91124npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/browserslist-6e1c82f9
91125npm verb tar unpack /root/.npm/caniuse-db/1.0.30000380/package.tgz
91126npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/caniuse-db-cedfc576
91127npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caniuse-db-cedfc576
91128npm verb tar unpack /root/.npm/charm/1.0.0/package.tgz
91129npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/charm-6abae0df
91130npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/charm-6abae0df
91131npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-css-0e39ef5d
91132npm verb tar unpack /root/.npm/clean-base-url/1.0.0/package.tgz
91133npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/clean-base-url-f9923c24
91134npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-base-url-f9923c24
91135npm verb tar unpack /root/.npm/commander/2.2.0/package.tgz
91136npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/commander-2c7431b4
91137npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-2c7431b4
91138npm verb tar unpack /root/.npm/colors/1.0.3/package.tgz
91139npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/colors-467aeb56
91140npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-467aeb56
91141npm verb tar unpack /root/.npm/wordwrap/0.0.2/package.tgz
91142npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-88af1009
91143npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-88af1009
91144npm verb tar unpack /root/.npm/cli-table/0.3.1/package.tgz
91145npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cli-table-51f864d7
91146npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-table-51f864d7
91147npm verb tar unpack /root/.npm/clone/0.2.0/package.tgz
91148npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/clone-ae536158
91149npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-ae536158
91150npm verb tar unpack /root/.npm/component-bind/1.0.0/package.tgz
91151npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/component-bind-f31e7d20
91152npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-bind-f31e7d20
91153npm verb tar unpack /root/.npm/colors/0.6.2/package.tgz
91154npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/colors-ae0fa075
91155npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-ae0fa075
91156npm verb tar unpack /root/.npm/component-emitter/1.1.2/package.tgz
91157npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/component-emitter-bc6d3d61
91158npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-emitter-bc6d3d61
91159npm verb tar unpack /root/.npm/component-inherit/0.0.3/package.tgz
91160npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/component-inherit-43c9879f
91161npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-inherit-43c9879f
91162npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91163npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-80242525
91164npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-80242525
91165npm verb tar unpack /root/.npm/caseless/0.11.0/package.tgz
91166npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/caseless-27f788d3
91167npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caseless-27f788d3
91168npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
91169npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/concat-map-edf79dfd
91170npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-map-edf79dfd
91171npm verb tar unpack /root/.npm/brace-expansion/1.1.2/package.tgz
91172npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/brace-expansion-acc020d2
91173npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/brace-expansion-acc020d2
91174npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91175npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-7e33baea
91176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-7e33baea
91177npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91178npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-b03183b4
91179npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-b03183b4
91180npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91181npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3d74e334
91182npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3d74e334
91183npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91184npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-36835cd7
91185npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-36835cd7
91186npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91187npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-7170cb42
91188npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-7170cb42
91189npm verb tar unpack /root/.npm/content-disposition/0.5.0/package.tgz
91190npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/content-disposition-88b9ae92
91191npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-disposition-88b9ae92
91192npm verb tar unpack /root/.npm/content-type/1.0.1/package.tgz
91193npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/content-type-cfd362cc
91194npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-type-cfd362cc
91195npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91196npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5270acf0
91197npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5270acf0
91198npm verb tar unpack /root/.npm/consolidate/0.13.1/package.tgz
91199npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/consolidate-81b0b525
91200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/consolidate-81b0b525
91201npm verb tar unpack /root/.npm/convert-source-map/1.1.2/package.tgz
91202npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/convert-source-map-15785363
91203npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/convert-source-map-15785363
91204npm verb tar unpack /root/.npm/cookie/0.1.3/package.tgz
91205npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cookie-c7fa6c3a
91206npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-c7fa6c3a
91207npm verb tar unpack /root/.npm/cookie-signature/1.0.6/package.tgz
91208npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cookie-signature-a3999bac
91209npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-signature-a3999bac
91210npm verb tar unpack /root/.npm/core-js/1.2.6/package.tgz
91211npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/core-js-ffce027b
91212npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-js-ffce027b
91213npm verb tar unpack /root/.npm/copy-dereference/1.0.0/package.tgz
91214npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/copy-dereference-c924f00e
91215npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/copy-dereference-c924f00e
91216npm verb tar unpack /root/.npm/cycle/1.0.3/package.tgz
91217npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cycle-f26378a6
91218npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cycle-f26378a6
91219npm verb tar unpack /root/.npm/dashdash/1.10.1/package.tgz
91220npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/dashdash-f9f2d86d
91221npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dashdash-f9f2d86d
91222npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91223npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-d1b41fac
91224npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-d1b41fac
91225npm verb tar unpack /root/.npm/date-now/0.1.4/package.tgz
91226npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/date-now-20040d07
91227npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/date-now-20040d07
91228npm verb tar unpack /root/.npm/deep-equal/1.0.1/package.tgz
91229npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/deep-equal-98b8dc97
91230npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/deep-equal-98b8dc97
91231npm verb tar unpack /root/.npm/console-browserify/1.1.0/package.tgz
91232npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/console-browserify-2474f22f
91233npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/console-browserify-2474f22f
91234npm verb tar unpack /root/.npm/core-util-is/1.0.2/package.tgz
91235npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/core-util-is-3a10b392
91236npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-util-is-3a10b392
91237npm verb tar unpack /root/.npm/delayed-stream/1.0.0/package.tgz
91238npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/delayed-stream-1dad1098
91239npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delayed-stream-1dad1098
91240npm verb tar unpack /root/.npm/defined/1.0.0/package.tgz
91241npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/defined-9480ebaa
91242npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defined-9480ebaa
91243npm verb tar unpack /root/.npm/combined-stream/1.0.5/package.tgz
91244npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/combined-stream-951fd39d
91245npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/combined-stream-951fd39d
91246npm verb tar unpack /root/.npm/delegates/0.1.0/package.tgz
91247npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/delegates-f0865c7d
91248npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delegates-f0865c7d
91249npm verb tar unpack /root/.npm/depd/1.0.1/package.tgz
91250npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/depd-cdb272f7
91251npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-cdb272f7
91252npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
91253npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimist-51d9a6c1
91254npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-51d9a6c1
91255npm verb tar unpack /root/.npm/detective/4.3.1/package.tgz
91256npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/detective-6832ddb5
91257npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detective-6832ddb5
91258npm verb tar unpack /root/.npm/did_it_work/0.0.6/package.tgz
91259npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/did_it_work-739b724b
91260npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/did_it_work-739b724b
91261npm verb tar unpack /root/.npm/diff/1.4.0/package.tgz
91262npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/diff-55dd7f74
91263npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/diff-55dd7f74
91264npm verb tar unpack /root/.npm/domelementtype/1.1.3/package.tgz
91265npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-b1237dc6
91266npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-b1237dc6
91267npm verb tar unpack /root/.npm/domelementtype/1.3.0/package.tgz
91268npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-883291c6
91269npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-883291c6
91270npm verb tar unpack /root/.npm/domhandler/2.3.0/package.tgz
91271npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/domhandler-93025c7d
91272npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domhandler-93025c7d
91273npm verb tar unpack /root/.npm/ee-first/1.1.1/package.tgz
91274npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ee-first-8e574b85
91275npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ee-first-8e574b85
91276npm verb tar unpack /root/.npm/destroy/1.0.3/package.tgz
91277npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/destroy-0d97f3fa
91278npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/destroy-0d97f3fa
91279npm verb tar unpack /root/.npm/clone/1.0.2/package.tgz
91280npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/clone-736a8240
91281npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-736a8240
91282npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
91283npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-cd4f051a
91284npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-cd4f051a
91285npm verb tar unpack /root/.npm/core-object/1.1.0/package.tgz
91286npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa3e6799
91287npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa3e6799
91288npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91289npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c9f37277
91290npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c9f37277
91291npm verb tar unpack /root/.npm/ember-cli-copy-dereference/1.0.0/package.tgz
91292npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-copy-dereference-c70f636f
91293npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-copy-dereference-c70f636f
91294npm verb tar unpack /root/.npm/is-git-url/0.2.0/package.tgz
91295npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-e2dbb715
91296npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-e2dbb715
91297npm verb tar unpack /root/.npm/ember-cli-ic-ajax/0.2.4/package.tgz
91298npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-ic-ajax-b6109bcf
91299npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-ic-ajax-b6109bcf
91300npm verb tar unpack /root/.npm/ember-cli-get-dependency-depth/1.0.0/package.tgz
91301npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-get-dependency-depth-e5fc1e94
91302npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-get-dependency-depth-e5fc1e94
91303npm verb tar unpack /root/.npm/ember-cli-is-package-missing/1.0.0/package.tgz
91304npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-is-package-missing-60193f97
91305npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-is-package-missing-60193f97
91306npm verb tar unpack /root/.npm/ember-cli-inject-live-reload/1.4.0/package.tgz
91307npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-inject-live-reload-7cf56c88
91308npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-inject-live-reload-7cf56c88
91309npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91310npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5d74b7a8
91311npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5d74b7a8
91312npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91313npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-8166a2fb
91314npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-8166a2fb
91315npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91316npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-17a6443f
91317npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-17a6443f
91318npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91319npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-e9e9c69b
91320npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-e9e9c69b
91321npm verb tar unpack /root/.npm/ember-cli-opinionated/0.2.0/package.tgz
91322npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-opinionated-17af6afe
91323npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-opinionated-17af6afe
91324npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91325npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-97b66f59
91326npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-97b66f59
91327npm verb tar unpack /root/.npm/ember-cli-path-utils/1.0.0/package.tgz
91328npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-path-utils-0e51dee1
91329npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-path-utils-0e51dee1
91330npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91331npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-f2970308
91332npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-f2970308
91333npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91334npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-98aafc94
91335npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-98aafc94
91336npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91337npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f66f18ae
91338npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f66f18ae
91339npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91340npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-02805168
91341npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-02805168
91342npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91343npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-03e78a77
91344npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-03e78a77
91345npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91346npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-1ada5be8
91347npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-1ada5be8
91348npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
91349npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-0d13e1ea
91350npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-0d13e1ea
91351npm verb tar unpack /root/.npm/ember-cli-string-utils/1.0.0/package.tgz
91352npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-string-utils-7ff8884b
91353npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-string-utils-7ff8884b
91354npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91355npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5645a284
91356npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5645a284
91357npm verb tar unpack /root/.npm/ember-cli-test-info/1.0.0/package.tgz
91358npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-test-info-3a4c02b8
91359npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-test-info-3a4c02b8
91360npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91361npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-182f78fc
91362npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-182f78fc
91363npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91364npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-9c16cff3
91365npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-9c16cff3
91366npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91367npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-26eac1b9
91368npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-26eac1b9
91369npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91370npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-568de1e9
91371npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-568de1e9
91372npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91373npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-6a24b184
91374npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-6a24b184
91375npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b8b230d2
91376npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
91377npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-fb22dd2b
91378npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-fb22dd2b
91379npm verb tar unpack /root/.npm/ember-export-application-global/1.0.5/package.tgz
91380npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-export-application-global-edb6e115
91381npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-export-application-global-edb6e115
91382npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91383npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-f078b02f
91384npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-f078b02f
91385npm verb tar unpack /root/.npm/mkdirp/0.3.5/package.tgz
91386npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-53d854f0
91387npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-53d854f0
91388npm verb tar unpack /root/.npm/object-assign/2.1.1/package.tgz
91389npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-assign-56acf4e2
91390npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-56acf4e2
91391npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91392npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-ceacfbac
91393npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-ceacfbac
91394npm verb tar unpack /root/.npm/walk-sync/0.1.3/package.tgz
91395npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-12e45ed4
91396npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-12e45ed4
91397npm verb tar unpack /root/.npm/ast-types/0.6.16/package.tgz
91398npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ast-types-61c4f280
91399npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-61c4f280
91400npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-d7c3d04c
91401npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-0a4a3271
91402npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91403npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-71e22265
91404npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-71e22265
91405npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91406npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-2943e177
91407npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-2943e177
91408npm verb tar unpack /root/.npm/core-object/1.1.0/package.tgz
91409npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa859bec
91410npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa859bec
91411npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
91412npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-fb7c7f99
91413npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-fb7c7f99
91414npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91415npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-722b5e03
91416npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-722b5e03
91417npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91418npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-a7953331
91419npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-a7953331
91420npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91421npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-ed483484
91422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-ed483484
91423npm verb tar unpack /root/.npm/debug/1.0.4/package.tgz
91424npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-15dc8e54
91425npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-15dc8e54
91426npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
91427npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ms-e7d2d899
91428npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-e7d2d899
91429npm verb tar unpack /root/.npm/debug/1.0.3/package.tgz
91430npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-3818001b
91431npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3818001b
91432npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
91433npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ms-66a3d5d3
91434npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-66a3d5d3
91435npm verb tar unpack /root/.npm/parseuri/0.0.4/package.tgz
91436npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parseuri-3eb7f2c1
91437npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-3eb7f2c1
91438npm verb tar unpack /root/.npm/ensure-posix-path/1.0.1/package.tgz
91439npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ensure-posix-path-fe6adbaa
91440npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ensure-posix-path-fe6adbaa
91441npm verb tar unpack /root/.npm/dom-serializer/0.1.0/package.tgz
91442npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/dom-serializer-781d780f
91443npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dom-serializer-781d780f
91444npm verb tar unpack /root/.npm/entities/1.1.1/package.tgz
91445npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/entities-5b64ebb8
91446npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-5b64ebb8
91447npm verb tar unpack /root/.npm/domutils/1.5.1/package.tgz
91448npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/domutils-61b75f6c
91449npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domutils-61b75f6c
91450npm verb tar unpack /root/.npm/es5-ext/0.10.11/package.tgz
91451npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es5-ext-0ffa6811
91452npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es5-ext-0ffa6811
91453npm verb tar unpack /root/.npm/es6-symbol/3.0.2/package.tgz
91454npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-92a4f8fa
91455npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-92a4f8fa
91456npm verb tar unpack /root/.npm/d/0.1.1/package.tgz
91457npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/d-53a30cab
91458npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/d-53a30cab
91459npm verb tar unpack /root/.npm/es6-symbol/2.0.1/package.tgz
91460npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-17157248
91461npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-17157248
91462npm verb tar unpack /root/.npm/es6-iterator/0.1.3/package.tgz
91463npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-bc835062
91464npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-bc835062
91465npm verb tar unpack /root/.npm/es6-iterator/2.0.0/package.tgz
91466npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-7caf7ab3
91467npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-7caf7ab3
91468npm verb tar unpack /root/.npm/es6-weak-map/0.1.4/package.tgz
91469npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-594faa38
91470npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-594faa38
91471npm verb tar unpack /root/.npm/escape-html/1.0.2/package.tgz
91472npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/escape-html-9222bd9d
91473npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-html-9222bd9d
91474npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91475npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-c91699a8
91476npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-c91699a8
91477npm verb tar unpack /root/.npm/chalk/1.1.0/package.tgz
91478npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-182cb674
91479npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-182cb674
91480npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91481npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-006c73e8
91482npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-006c73e8
91483npm verb tar unpack /root/.npm/escape-string-regexp/1.0.4/package.tgz
91484npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/escape-string-regexp-9f784cc4
91485npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-string-regexp-9f784cc4
91486npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91487npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-cd26159c
91488npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-cd26159c
91489npm verb tar unpack /root/.npm/decamelize/1.1.2/package.tgz
91490npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/decamelize-f2611799
91491npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/decamelize-f2611799
91492npm verb tar unpack /root/.npm/yargs/3.5.4/package.tgz
91493npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/yargs-449d5aa6
91494npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-449d5aa6
91495npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91496npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-e0e1ae09
91497npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-e0e1ae09
91498npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-23292fbb
91499npm verb tar unpack /root/.npm/es6-weak-map/2.0.1/package.tgz
91500npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-9d0e52fd
91501npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-9d0e52fd
91502npm verb tar unpack /root/.npm/estraverse/3.1.0/package.tgz
91503npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/estraverse-7108ff21
91504npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-7108ff21
91505npm verb tar unpack /root/.npm/esrecurse/3.1.1/package.tgz
91506npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esrecurse-56447c09
91507npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esrecurse-56447c09
91508npm verb tar unpack /root/.npm/estraverse/4.1.1/package.tgz
91509npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/estraverse-4c0d3054
91510npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-4c0d3054
91511npm verb tar unpack /root/.npm/esutils/2.0.2/package.tgz
91512npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esutils-d5355684
91513npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esutils-d5355684
91514npm verb tar unpack /root/.npm/event-emitter/0.3.4/package.tgz
91515npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/event-emitter-a535cfae
91516npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/event-emitter-a535cfae
91517npm verb tar unpack /root/.npm/es6-set/0.1.3/package.tgz
91518npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-set-1ce7bb8c
91519npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-set-1ce7bb8c
91520npm verb tar unpack /root/.npm/es6-map/0.1.3/package.tgz
91521npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/es6-map-30774e54
91522npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-map-30774e54
91523npm verb tar unpack /root/.npm/escope/3.3.0/package.tgz
91524npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/escope-a9e8427d
91525npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escope-a9e8427d
91526npm verb tar unpack /root/.npm/eventemitter3/1.1.1/package.tgz
91527npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/eventemitter3-d3ecf339
91528npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eventemitter3-d3ecf339
91529npm verb tar unpack /root/.npm/etag/1.7.0/package.tgz
91530npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/etag-9accaf3f
91531npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/etag-9accaf3f
91532npm verb tar unpack /root/.npm/events-to-array/1.0.2/package.tgz
91533npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/events-to-array-8d861bce
91534npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/events-to-array-8d861bce
91535npm verb tar unpack /root/.npm/exit/0.1.2/package.tgz
91536npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/exit-d13686e4
91537npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exit-d13686e4
91538npm verb tar unpack /root/.npm/exists-sync/0.0.3/package.tgz
91539npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/exists-sync-e9407e08
91540npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exists-sync-e9407e08
91541npm verb tar unpack /root/.npm/negotiator/0.5.3/package.tgz
91542npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/negotiator-275059a9
91543npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-275059a9
91544npm verb tar unpack /root/.npm/extend/3.0.0/package.tgz
91545npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/extend-15d924b5
91546npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extend-15d924b5
91547npm verb tar unpack /root/.npm/extsprintf/1.0.2/package.tgz
91548npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/extsprintf-fcd65df5
91549npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extsprintf-fcd65df5
91550npm verb tar unpack /root/.npm/vary/1.0.1/package.tgz
91551npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/vary-58396870
91552npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-58396870
91553npm verb tar unpack /root/.npm/eyes/0.1.8/package.tgz
91554npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/eyes-b69ebcc4
91555npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eyes-b69ebcc4
91556npm verb tar unpack /root/.npm/source-map/0.4.4/package.tgz
91557npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-1f272884
91558npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-1f272884
91559npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91560npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-6d863d18
91561npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-6d863d18
91562npm verb tar unpack /root/.npm/fast-ordered-set/1.0.2/package.tgz
91563npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fast-ordered-set-9479ca26
91564npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-ordered-set-9479ca26
91565npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91566npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5635cff3
91567npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5635cff3
91568npm verb tar unpack /root/.npm/commander/2.1.0/package.tgz
91569npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/commander-fed8febb
91570npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-fed8febb
91571npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-67fa7b52
91572npm verb tar unpack /root/.npm/forever-agent/0.6.1/package.tgz
91573npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/forever-agent-e0595428
91574npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forever-agent-e0595428
91575npm verb tar unpack /root/.npm/lodash/2.3.0/package.tgz
91576npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-75f263c8
91577npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-75f263c8
91578npm verb tar unpack /root/.npm/forwarded/0.1.0/package.tgz
91579npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/forwarded-19109b4e
91580npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forwarded-19109b4e
91581npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
91582npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-8d333f0b
91583npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-8d333f0b
91584npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91585npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-af7ad738
91586npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-af7ad738
91587npm verb tar unpack /root/.npm/fs-readdir-recursive/0.1.2/package.tgz
91588npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-readdir-recursive-5c4433a5
91589npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-readdir-recursive-5c4433a5
91590npm verb tar unpack /root/.npm/fresh/0.3.0/package.tgz
91591npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fresh-d3454f21
91592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fresh-d3454f21
91593npm verb tar unpack /root/.npm/fs-monitor-stack/1.1.0/package.tgz
91594npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-monitor-stack-da4ca57d
91595npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-monitor-stack-da4ca57d
91596npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91597npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1ebe9ee8
91598npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1ebe9ee8
91599npm verb tar unpack /root/.npm/generate-function/2.0.0/package.tgz
91600npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/generate-function-1c3336f3
91601npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-function-1c3336f3
91602npm verb tar unpack /root/.npm/git-repo-info/1.1.2/package.tgz
91603npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/git-repo-info-080ea3a6
91604npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-info-080ea3a6
91605npm verb tar unpack /root/.npm/git-repo-version/0.3.0/package.tgz
91606npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/git-repo-version-8387025f
91607npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-version-8387025f
91608npm verb tar unpack /root/.npm/graceful-fs/1.2.3/package.tgz
91609npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-21994325
91610npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-21994325
91611npm verb tar unpack /root/.npm/inherits/1.0.2/package.tgz
91612npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inherits-179c2ffb
91613npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-179c2ffb
91614npm verb tar unpack /root/.npm/globals/6.4.1/package.tgz
91615npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/globals-1b91ce06
91616npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globals-1b91ce06
91617npm verb tar unpack /root/.npm/lodash/1.0.2/package.tgz
91618npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-ee7c1d51
91619npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-ee7c1d51
91620npm verb tar unpack /root/.npm/graceful-fs/2.0.3/package.tgz
91621npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-3d307f82
91622npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-3d307f82
91623npm verb tar unpack /root/.npm/graceful-readlink/1.0.1/package.tgz
91624npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-readlink-de6df6e7
91625npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-readlink-de6df6e7
91626npm verb tar unpack /root/.npm/commander/2.9.0/package.tgz
91627npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/commander-5383b4c7
91628npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-5383b4c7
91629npm verb tar unpack /root/.npm/growl/1.8.1/package.tgz
91630npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/growl-780e8ef4
91631npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/growl-780e8ef4
91632npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91633npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-7151a5e6
91634npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-7151a5e6
91635npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91636npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f0eaf3b1
91637npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f0eaf3b1
91638npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91639npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-75b4ffb0
91640npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-75b4ffb0
91641npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91642npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-540019d9
91643npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-540019d9
91644npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91645npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-b0180849
91646npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-b0180849
91647npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91648npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-8a0b90ff
91649npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-8a0b90ff
91650npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-6335c44d
91651npm verb tar unpack /root/.npm/has-color/0.1.7/package.tgz
91652npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-color-81fd385b
91653npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-color-81fd385b
91654npm verb tar unpack /root/.npm/get-stdin/4.0.1/package.tgz
91655npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/get-stdin-25ad4460
91656npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/get-stdin-25ad4460
91657npm verb tar unpack /root/.npm/has-flag/1.0.0/package.tgz
91658npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-flag-7fa7796a
91659npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-flag-7fa7796a
91660npm verb tar unpack /root/.npm/has-cors/1.1.0/package.tgz
91661npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-cors-40887cf3
91662npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-cors-40887cf3
91663npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
91664npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-be6c337c
91665npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-be6c337c
91666npm verb tar unpack /root/.npm/hoek/2.16.3/package.tgz
91667npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/hoek-57a13441
91668npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hoek-57a13441
91669npm verb tar unpack /root/.npm/boom/2.10.1/package.tgz
91670npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/boom-7dfa6946
91671npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/boom-7dfa6946
91672npm verb tar unpack /root/.npm/has-unicode/1.0.1/package.tgz
91673npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-unicode-013d7780
91674npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-unicode-013d7780
91675npm verb tar unpack /root/.npm/cryptiles/2.0.5/package.tgz
91676npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cryptiles-57647cde
91677npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cryptiles-57647cde
91678npm verb tar unpack /root/.npm/hosted-git-info/2.1.4/package.tgz
91679npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/hosted-git-info-618d4ee2
91680npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hosted-git-info-618d4ee2
91681npm verb tar unpack /root/.npm/entities/1.0.0/package.tgz
91682npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/entities-2768bd38
91683npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-2768bd38
91684npm verb tar unpack /root/.npm/iconv-lite/0.4.13/package.tgz
91685npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/iconv-lite-ef6e0ccb
91686npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/iconv-lite-ef6e0ccb
91687npm verb tar unpack /root/.npm/include-path-searcher/0.1.0/package.tgz
91688npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/include-path-searcher-ad05f4fc
91689npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/include-path-searcher-ad05f4fc
91690npm verb tar unpack /root/.npm/indexof/0.0.1/package.tgz
91691npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/indexof-7e21acbb
91692npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indexof-7e21acbb
91693npm verb tar unpack /root/.npm/imurmurhash/0.1.4/package.tgz
91694npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/imurmurhash-aae9bcec
91695npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/imurmurhash-aae9bcec
91696npm verb tar unpack /root/.npm/inflection/1.8.0/package.tgz
91697npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inflection-2bd198ab
91698npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflection-2bd198ab
91699npm verb tar unpack /root/.npm/i/0.3.3/package.tgz
91700npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/i-c6e7fbc5
91701npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/i-c6e7fbc5
91702npm verb tar unpack /root/.npm/inherit/2.2.2/package.tgz
91703npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inherit-18491455
91704npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherit-18491455
91705npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
91706npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inherits-685209c1
91707npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-685209c1
91708npm verb tar unpack /root/.npm/block-stream/0.0.8/package.tgz
91709npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/block-stream-6033bdea
91710npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/block-stream-6033bdea
91711npm verb tar unpack /root/.npm/ini/1.3.4/package.tgz
91712npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ini-362dd008
91713npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ini-362dd008
91714npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
91715npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-0e8f74aa
91716npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-0e8f74aa
91717npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-7d4366a1
91718npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
91719npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-838dcf9e
91720npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-838dcf9e
91721npm verb tar unpack /root/.npm/async/0.8.0/package.tgz
91722npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-70c2fc4c
91723npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-70c2fc4c
91724npm verb tar unpack /root/.npm/ipaddr.js/1.0.5/package.tgz
91725npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ipaddr.js-ea863ff4
91726npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ipaddr.js-ea863ff4
91727npm verb tar unpack /root/.npm/invert-kv/1.0.0/package.tgz
91728npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/invert-kv-69ee711a
91729npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/invert-kv-69ee711a
91730npm verb tar unpack /root/.npm/is-arrayish/0.2.1/package.tgz
91731npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-arrayish-420fa362
91732npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-arrayish-420fa362
91733npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
91734npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-39fb079c
91735npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-39fb079c
91736npm verb tar unpack /root/.npm/error-ex/1.3.0/package.tgz
91737npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/error-ex-25393732
91738npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/error-ex-25393732
91739npm verb tar unpack /root/.npm/is-buffer/1.1.0/package.tgz
91740npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-buffer-73395b26
91741npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-buffer-73395b26
91742npm verb tar unpack /root/.npm/is-builtin-module/1.0.0/package.tgz
91743npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-builtin-module-d122cfae
91744npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-builtin-module-d122cfae
91745npm verb tar unpack /root/.npm/is-property/1.0.2/package.tgz
91746npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-property-8ddaf725
91747npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-property-8ddaf725
91748npm verb tar unpack /root/.npm/generate-object-property/1.2.0/package.tgz
91749npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/generate-object-property-288f47c2
91750npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-object-property-288f47c2
91751npm verb tar unpack /root/.npm/is-relative/0.1.3/package.tgz
91752npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-relative-2d5b4257
91753npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-relative-2d5b4257
91754npm verb tar unpack /root/.npm/is-absolute/0.1.7/package.tgz
91755npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-absolute-fc49c075
91756npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-absolute-fc49c075
91757npm verb tar unpack /root/.npm/is-type/0.0.1/package.tgz
91758npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-type-7b39072f
91759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-type-7b39072f
91760npm verb tar unpack /root/.npm/is-typedarray/1.0.0/package.tgz
91761npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-typedarray-3e09cc99
91762npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-typedarray-3e09cc99
91763npm verb tar unpack /root/.npm/is-git-url/0.2.3/package.tgz
91764npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-f4fc0672
91765npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-f4fc0672
91766npm verb tar unpack /root/.npm/is-utf8/0.2.1/package.tgz
91767npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-utf8-f0d10ae8
91768npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-utf8-f0d10ae8
91769npm verb tar unpack /root/.npm/isarray/0.0.1/package.tgz
91770npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/isarray-6dcd1741
91771npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isarray-6dcd1741
91772npm verb tar unpack /root/.npm/has-binary-data/0.1.3/package.tgz
91773npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-binary-data-f9032845
91774npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-data-f9032845
91775npm verb tar unpack /root/.npm/has-binary/0.1.6/package.tgz
91776npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-binary-b68bdbe6
91777npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-b68bdbe6
91778npm verb tar unpack /root/.npm/isbinaryfile/2.0.4/package.tgz
91779npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/isbinaryfile-9b60f27f
91780npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isbinaryfile-9b60f27f
91781npm verb tar unpack /root/.npm/isstream/0.1.2/package.tgz
91782npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/isstream-443eb4ff
91783npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isstream-443eb4ff
91784npm verb tar unpack /root/.npm/js-base64/2.1.9/package.tgz
91785npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/js-base64-5c61c949
91786npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-base64-5c61c949
91787npm verb tar unpack /root/.npm/js-string-escape/1.0.0/package.tgz
91788npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/js-string-escape-0a348eff
91789npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-string-escape-0a348eff
91790npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-476a33a8
91791npm verb tar unpack /root/.npm/js-tokens/1.0.1/package.tgz
91792npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/js-tokens-5a59920d
91793npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-tokens-5a59920d
91794npm verb tar unpack /root/.npm/jsbn/0.1.0/package.tgz
91795npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsbn-d8d5a6db
91796npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsbn-d8d5a6db
91797npm verb tar unpack /root/.npm/jodid25519/1.0.2/package.tgz
91798npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jodid25519-d3fd348c
91799npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jodid25519-d3fd348c
91800npm verb tar unpack /root/.npm/jscs-preset-wikimedia/1.0.0/package.tgz
91801npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jscs-preset-wikimedia-d1c0de0b
91802npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-preset-wikimedia-d1c0de0b
91803npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
91804npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-a812ba39
91805npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-a812ba39
91806npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
91807npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-0629f9b3
91808npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-0629f9b3
91809npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-28b5221a
91810npm verb tar unpack /root/.npm/ecc-jsbn/0.1.1/package.tgz
91811npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ecc-jsbn-d6118bc9
91812npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ecc-jsbn-d6118bc9
91813npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
91814npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7c74a23e
91815npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7c74a23e
91816npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
91817npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-29ba24db
91818npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-29ba24db
91819npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
91820npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-494dd6b4
91821npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-494dd6b4
91822npm verb tar unpack /root/.npm/lodash/3.7.0/package.tgz
91823npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-849a464a
91824npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-849a464a
91825npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
91826npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-a489ef92
91827npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a489ef92
91828npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
91829npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-2797866c
91830npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-2797866c
91831npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsesc-b0f48cf1
91832npm verb tar unpack /root/.npm/json-schema/0.2.2/package.tgz
91833npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/json-schema-11c8ecdc
91834npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-schema-11c8ecdc
91835npm verb tar unpack /root/.npm/json3/3.2.6/package.tgz
91836npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/json3-eced3f5b
91837npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json3-eced3f5b
91838npm verb tar unpack /root/.npm/json-stringify-safe/5.0.1/package.tgz
91839npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/json-stringify-safe-b2cbe0c2
91840npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stringify-safe-b2cbe0c2
91841npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json5-447dc276
91842npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
91843npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsonfile-f51c3e93
91844npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonfile-f51c3e93
91845npm verb tar unpack /root/.npm/jsonify/0.0.0/package.tgz
91846npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsonify-e2306add
91847npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonify-e2306add
91848npm verb tar unpack /root/.npm/json-stable-stringify/1.0.0/package.tgz
91849npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/json-stable-stringify-6e7c5050
91850npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stable-stringify-6e7c5050
91851npm verb tar unpack /root/.npm/kind-of/2.0.1/package.tgz
91852npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/kind-of-ec9a3e69
91853npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/kind-of-ec9a3e69
91854npm verb tar unpack /root/.npm/klassy/0.1.3/package.tgz
91855npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/klassy-2b6de507
91856npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/klassy-2b6de507
91857npm verb tar unpack /root/.npm/jsonpointer/2.0.0/package.tgz
91858npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsonpointer-3e7adc0e
91859npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonpointer-3e7adc0e
91860npm verb tar unpack /root/.npm/ember-qunit/0.4.18/package.tgz
91861npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-qunit-ad2b7403
91862npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-qunit-ad2b7403
91863npm verb tar unpack /root/.npm/ember-test-helpers/0.5.19/package.tgz
91864npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-test-helpers-54cd5e1b
91865npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-test-helpers-54cd5e1b
91866npm verb tar unpack /root/.npm/lazy-cache/0.2.7/package.tgz
91867npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lazy-cache-65436037
91868npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lazy-cache-65436037
91869npm verb tar unpack /root/.npm/lcid/1.0.0/package.tgz
91870npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lcid-89df6039
91871npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lcid-89df6039
91872npm verb tar unpack /root/.npm/left-pad/0.0.3/package.tgz
91873npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/left-pad-9097854a
91874npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/left-pad-9097854a
91875npm verb tar unpack /root/.npm/leek/0.0.18/package.tgz
91876npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/leek-aaff9f2d
91877npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leek-aaff9f2d
91878npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leven-28b6d20d
91879npm verb tar unpack /root/.npm/babel-plugin-undeclared-variables-check/1.0.2/package.tgz
91880npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undeclared-variables-check-cc1923bd
91881npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undeclared-variables-check-cc1923bd
91882npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
91883npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-228347d0
91884npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-228347d0
91885npm verb tar unpack /root/.npm/livereload-js/2.2.2/package.tgz
91886npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/livereload-js-523dba25
91887npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/livereload-js-523dba25
91888npm verb tar unpack /root/.npm/lodash/3.10.1/package.tgz
91889npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-f15be9e9
91890npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-f15be9e9
91891npm verb tar unpack /root/.npm/line-numbers/0.2.0/package.tgz
91892npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/line-numbers-fd8c1e23
91893npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/line-numbers-fd8c1e23
91894npm verb tar unpack /root/.npm/jsdoctypeparser/1.2.0/package.tgz
91895npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsdoctypeparser-420a8874
91896npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsdoctypeparser-420a8874
91897npm verb tar unpack /root/.npm/babel-plugin-proto-to-assign/1.0.4/package.tgz
91898npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-proto-to-assign-0dd1dc4c
91899npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-proto-to-assign-0dd1dc4c
91900npm verb tar unpack /root/.npm/lodash._arraycopy/3.0.0/package.tgz
91901npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._arraycopy-8a5e113e
91902npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arraycopy-8a5e113e
91903npm verb tar unpack /root/.npm/core-object/0.0.2/package.tgz
91904npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/core-object-84533e64
91905npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-84533e64
91906npm verb tar unpack /root/.npm/lodash-node/2.4.1/package.tgz
91907npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-564e30d4
91908npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-564e30d4
91909npm verb tar unpack /root/.npm/lodash._arrayeach/3.0.0/package.tgz
91910npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._arrayeach-172ad756
91911npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arrayeach-172ad756
91912npm verb tar unpack /root/.npm/lodash._baseindexof/3.1.0/package.tgz
91913npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseindexof-6126c452
91914npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseindexof-6126c452
91915npm verb tar unpack /root/.npm/lodash._basefor/3.0.2/package.tgz
91916npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._basefor-a8ab062b
91917npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basefor-a8ab062b
91918npm verb tar unpack /root/.npm/lodash._basetostring/3.0.1/package.tgz
91919npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._basetostring-fcce053d
91920npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basetostring-fcce053d
91921npm verb tar unpack /root/.npm/lodash._basecopy/3.0.1/package.tgz
91922npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecopy-fb21d683
91923npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecopy-fb21d683
91924npm verb tar unpack /root/.npm/lodash._bindcallback/3.0.1/package.tgz
91925npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._bindcallback-16b8b177
91926npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._bindcallback-16b8b177
91927npm verb tar unpack /root/.npm/lodash._cacheindexof/3.0.2/package.tgz
91928npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._cacheindexof-779d2a98
91929npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._cacheindexof-779d2a98
91930npm verb tar unpack /root/.npm/lodash._createcache/3.1.2/package.tgz
91931npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._createcache-4fa4dd7a
91932npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createcache-4fa4dd7a
91933npm verb tar unpack /root/.npm/lodash._getnative/3.9.1/package.tgz
91934npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._getnative-43195329
91935npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._getnative-43195329
91936npm verb tar unpack /root/.npm/lodash.isarguments/3.0.4/package.tgz
91937npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarguments-5efff302
91938npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarguments-5efff302
91939npm verb tar unpack /root/.npm/lodash._baseuniq/3.0.3/package.tgz
91940npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseuniq-dce4c520
91941npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseuniq-dce4c520
91942npm verb tar unpack /root/.npm/lodash._isiterateecall/3.0.9/package.tgz
91943npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._isiterateecall-2ffec75d
91944npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._isiterateecall-2ffec75d
91945npm verb tar unpack /root/.npm/lodash.keys/3.1.2/package.tgz
91946npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.keys-4944dbe2
91947npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keys-4944dbe2
91948npm verb tar unpack /root/.npm/lodash.isarray/3.0.4/package.tgz
91949npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarray-72f13a2f
91950npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarray-72f13a2f
91951npm verb tar unpack /root/.npm/lodash.istypedarray/3.0.2/package.tgz
91952npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.istypedarray-d246922c
91953npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.istypedarray-d246922c
91954npm verb tar unpack /root/.npm/lodash._baseisequal/3.0.7/package.tgz
91955npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseisequal-58b9742f
91956npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseisequal-58b9742f
91957npm verb tar unpack /root/.npm/lodash._baseassign/3.2.0/package.tgz
91958npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseassign-5d733eb2
91959npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseassign-5d733eb2
91960npm verb tar unpack /root/.npm/lodash.keysin/3.0.8/package.tgz
91961npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.keysin-71c01910
91962npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keysin-71c01910
91963npm verb tar unpack /root/.npm/lodash.isplainobject/3.2.0/package.tgz
91964npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.isplainobject-e9ec33b2
91965npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isplainobject-e9ec33b2
91966npm verb tar unpack /root/.npm/lodash.pairs/3.0.1/package.tgz
91967npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.pairs-e449918e
91968npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pairs-e449918e
91969npm verb tar unpack /root/.npm/lodash._basecallback/3.3.1/package.tgz
91970npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecallback-b7e2cb8a
91971npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecallback-b7e2cb8a
91972npm verb tar unpack /root/.npm/lodash.repeat/3.0.1/package.tgz
91973npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.repeat-338d95f2
91974npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.repeat-338d95f2
91975npm verb tar unpack /root/.npm/lodash.padleft/3.1.1/package.tgz
91976npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.padleft-24f5d84f
91977npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padleft-24f5d84f
91978npm verb tar unpack /root/.npm/lodash.padright/3.1.1/package.tgz
91979npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.padright-165b57eb
91980npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padright-165b57eb
91981npm verb tar unpack /root/.npm/lodash._createpadding/3.6.1/package.tgz
91982npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._createpadding-64220dee
91983npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createpadding-64220dee
91984npm verb tar unpack /root/.npm/lodash.pad/3.1.1/package.tgz
91985npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.pad-8b2a3517
91986npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pad-8b2a3517
91987npm verb tar unpack /root/.npm/lodash.restparam/3.6.1/package.tgz
91988npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.restparam-29e92248
91989npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.restparam-29e92248
91990npm verb tar unpack /root/.npm/lodash._createassigner/3.1.1/package.tgz
91991npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash._createassigner-4e1d1a87
91992npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createassigner-4e1d1a87
91993npm verb tar unpack /root/.npm/gauge/1.2.2/package.tgz
91994npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/gauge-d188c5d3
91995npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gauge-d188c5d3
91996npm verb tar unpack /root/.npm/lodash.assign/3.2.0/package.tgz
91997npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.assign-de2a5fa9
91998npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.assign-de2a5fa9
91999npm verb tar unpack /root/.npm/lodash.toplainobject/3.0.0/package.tgz
92000npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.toplainobject-c27f7407
92001npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.toplainobject-c27f7407
92002npm verb tar unpack /root/.npm/lodash.defaults/3.1.2/package.tgz
92003npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.defaults-736e9991
92004npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.defaults-736e9991
92005npm verb tar unpack /root/.npm/lodash.merge/3.3.2/package.tgz
92006npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.merge-ec391b24
92007npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.merge-ec391b24
92008npm verb tar unpack /root/.npm/longest/1.0.1/package.tgz
92009npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/longest-686b253c
92010npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/longest-686b253c
92011npm verb tar unpack /root/.npm/lodash.uniq/3.2.2/package.tgz
92012npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash.uniq-10b290bf
92013npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.uniq-10b290bf
92014npm verb tar unpack /root/.npm/lru-cache/2.7.3/package.tgz
92015npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-60ac7e72
92016npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-60ac7e72
92017npm verb tar unpack /root/.npm/lru-queue/0.1.0/package.tgz
92018npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lru-queue-6f315088
92019npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-queue-6f315088
92020npm verb tar unpack /root/.npm/make-array/0.1.2/package.tgz
92021npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/make-array-60fe7880
92022npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/make-array-60fe7880
92023npm verb tar unpack /root/.npm/map-obj/1.0.1/package.tgz
92024npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/map-obj-204ef5ff
92025npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/map-obj-204ef5ff
92026npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
92027npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-3f79a73c
92028npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-3f79a73c
92029npm verb tar unpack /root/.npm/camelcase-keys/2.0.0/package.tgz
92030npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/camelcase-keys-bb2c34f6
92031npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-keys-bb2c34f6
92032npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
92033npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-416cf67c
92034npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-416cf67c
92035npm verb tar unpack /root/.npm/lodash-node/3.10.1/package.tgz
92036npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-fe236855
92037npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-fe236855
92038npm verb tar unpack /root/.npm/md5-o-matic/0.1.1/package.tgz
92039npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/md5-o-matic-1e8576b7
92040npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-o-matic-1e8576b7
92041npm verb tar unpack /root/.npm/md5-hex/1.1.0/package.tgz
92042npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/md5-hex-cbbd3520
92043npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-hex-cbbd3520
92044npm verb tar unpack /root/.npm/mdurl/1.0.1/package.tgz
92045npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mdurl-9962125f
92046npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mdurl-9962125f
92047npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
92048npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimist-d4bbfa19
92049npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-d4bbfa19
92050npm verb tar unpack /root/.npm/media-typer/0.3.0/package.tgz
92051npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/media-typer-206dfaa6
92052npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/media-typer-206dfaa6
92053npm verb tar unpack /root/.npm/object-assign/4.0.1/package.tgz
92054npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-assign-5c7874d7
92055npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-5c7874d7
92056npm verb tar unpack /root/.npm/matcher-collection/1.0.1/package.tgz
92057npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/matcher-collection-b8002a30
92058npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/matcher-collection-b8002a30
92059npm verb tar unpack /root/.npm/lodash/2.4.2/package.tgz
92060npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lodash-dabba378
92061npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-dabba378
92062npm verb tar unpack /root/.npm/exec-sh/0.2.0/package.tgz
92063npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/exec-sh-68d599c4
92064npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exec-sh-68d599c4
92065npm verb tar unpack /root/.npm/merge-defaults/0.2.1/package.tgz
92066npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/merge-defaults-f4d8bd3d
92067npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-defaults-f4d8bd3d
92068npm verb tar unpack /root/.npm/merge/1.2.0/package.tgz
92069npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/merge-3871d87c
92070npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-3871d87c
92071npm verb tar unpack /root/.npm/merge-descriptors/1.0.0/package.tgz
92072npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/merge-descriptors-31422ac4
92073npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-descriptors-31422ac4
92074npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-93ebe877
92075npm verb tar unpack /root/.npm/mime-db/1.20.0/package.tgz
92076npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mime-db-7214c349
92077npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-db-7214c349
92078npm verb tar unpack /root/.npm/mime-types/2.1.8/package.tgz
92079npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mime-types-342fe1c9
92080npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-types-342fe1c9
92081npm verb tar unpack /root/.npm/compressible/2.0.6/package.tgz
92082npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/compressible-4a53d490
92083npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compressible-4a53d490
92084npm verb tar unpack /root/.npm/form-data/1.0.0-rc3/package.tgz
92085npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/form-data-3a059269
92086npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/form-data-3a059269
92087npm verb tar unpack /root/.npm/methods/1.1.1/package.tgz
92088npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/methods-1263f868
92089npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/methods-1263f868
92090npm verb tar unpack /root/.npm/accepts/1.2.13/package.tgz
92091npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/accepts-016813a6
92092npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-016813a6
92093npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
92094npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-700e1520
92095npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-700e1520
92096npm verb tar unpack /root/.npm/minimist/0.0.8/package.tgz
92097npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimist-f5660d82
92098npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-f5660d82
92099npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-6ea1582c
92100npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-9f60b8b1
92101npm verb tar unpack /root/.npm/mktemp/0.3.5/package.tgz
92102npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mktemp-97d71f82
92103npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mktemp-97d71f82
92104npm verb tar unpack /root/.npm/moment/2.10.6/package.tgz
92105npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/moment-b605de6f
92106npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-b605de6f
92107npm verb tar unpack /root/.npm/moment-timezone/0.3.1/package.tgz
92108npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/moment-timezone-85e37235
92109npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-timezone-85e37235
92110npm verb tar unpack /root/.npm/mout/0.9.1/package.tgz
92111npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mout-0b2f03be
92112npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mout-0b2f03be
92113npm verb tar unpack /root/.npm/ms/0.7.1/package.tgz
92114npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ms-9832c860
92115npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-9832c860
92116npm verb tar unpack /root/.npm/debug/2.2.0/package.tgz
92117npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-2044ff8d
92118npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-2044ff8d
92119npm verb tar unpack /root/.npm/fs-tree-diff/0.3.1/package.tgz
92120npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-5116842d
92121npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-5116842d
92122npm verb tar unpack /root/.npm/fs-tree-diff/0.3.1/package.tgz
92123npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-68aea8e8
92124npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-68aea8e8
92125npm verb tar unpack /root/.npm/fs-tree-diff/0.4.4/package.tgz
92126npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-ba9796f3
92127npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-ba9796f3
92128npm verb tar unpack /root/.npm/fs-tree-diff/0.3.1/package.tgz
92129npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-9697b506
92130npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-9697b506
92131npm verb tar unpack /root/.npm/fs-tree-diff/0.3.1/package.tgz
92132npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-51105842
92133npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-51105842
92134npm verb tar unpack /root/.npm/array-index/0.1.1/package.tgz
92135npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/array-index-d7a1d7cf
92136npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-index-d7a1d7cf
92137npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mustache-c2ff5ad1
92138npm verb tar unpack /root/.npm/mute-stream/0.0.4/package.tgz
92139npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mute-stream-98aed947
92140npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mute-stream-98aed947
92141npm verb tar unpack /root/.npm/nan/2.1.0/package.tgz
92142npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/nan-39e8649b
92143npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nan-39e8649b
92144npm verb tar unpack /root/.npm/negotiator/0.6.0/package.tgz
92145npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/negotiator-fbe36ffa
92146npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-fbe36ffa
92147npm verb tar unpack /root/.npm/natural-compare/1.2.2/package.tgz
92148npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/natural-compare-0d0114f6
92149npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/natural-compare-0d0114f6
92150npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-13111647
92151npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
92152npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-dc179472
92153npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-dc179472
92154npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
92155npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-bf100edc
92156npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-bf100edc
92157npm verb tar unpack /root/.npm/node-int64/0.4.0/package.tgz
92158npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/node-int64-0510bb75
92159npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-int64-0510bb75
92160npm verb tar unpack /root/.npm/bser/1.0.2/package.tgz
92161npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bser-f621613d
92162npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bser-f621613d
92163npm verb tar unpack /root/.npm/accepts/1.3.0/package.tgz
92164npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/accepts-d48b127f
92165npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-d48b127f
92166npm verb tar unpack /root/.npm/node-modules-path/1.0.1/package.tgz
92167npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/node-modules-path-66a227e7
92168npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-modules-path-66a227e7
92169npm verb tar unpack /root/.npm/fb-watchman/1.6.0/package.tgz
92170npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fb-watchman-93a28048
92171npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fb-watchman-93a28048
92172npm verb tar unpack /root/.npm/ansi-regex/2.0.0/package.tgz
92173npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-8f43d10d
92174npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-8f43d10d
92175npm verb tar unpack /root/.npm/has-ansi/2.0.0/package.tgz
92176npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7ac074da
92177npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7ac074da
92178npm verb tar unpack /root/.npm/ansi-styles/2.1.0/package.tgz
92179npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-1f701a8d
92180npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-1f701a8d
92181npm verb tar unpack /root/.npm/next-tick/0.2.2/package.tgz
92182npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/next-tick-ee90b6e8
92183npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/next-tick-ee90b6e8
92184npm verb tar unpack /root/.npm/strip-ansi/3.0.0/package.tgz
92185npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-bdb5b9f0
92186npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-bdb5b9f0
92187npm verb tar unpack /root/.npm/chalk/1.1.1/package.tgz
92188npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-d4698c7b
92189npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-d4698c7b
92190npm verb tar unpack /root/.npm/ansi-styles/1.0.0/package.tgz
92191npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-fe2fc23d
92192npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-fe2fc23d
92193npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-uuid-9ceee6eb
92194npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-eda5399b
92195npm verb tar unpack /root/.npm/supports-color/2.0.0/package.tgz
92196npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-901b61e1
92197npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-901b61e1
92198npm verb tar unpack /root/.npm/chalk/0.4.0/package.tgz
92199npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-82c39cad
92200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-82c39cad
92201npm verb tar unpack /root/.npm/underscore/1.6.0/package.tgz
92202npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/underscore-f37adad0
92203npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-f37adad0
92204npm verb tar unpack /root/.npm/nomnom/1.8.1/package.tgz
92205npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/nomnom-80a8c240
92206npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nomnom-80a8c240
92207npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonlint-fa0f2615
92208npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nopt-d8128e9f
92209npm verb tar unpack /root/.npm/num2fraction/1.2.2/package.tgz
92210npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/num2fraction-a0c9f06d
92211npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/num2fraction-a0c9f06d
92212npm verb tar unpack /root/.npm/is-finite/1.0.1/package.tgz
92213npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-finite-b65feba7
92214npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-finite-b65feba7
92215npm verb tar unpack /root/.npm/is-integer/1.0.6/package.tgz
92216npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-integer-338c4957
92217npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-integer-338c4957
92218npm verb tar unpack /root/.npm/normalize-range/0.1.2/package.tgz
92219npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/normalize-range-e5c18ea0
92220npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-range-e5c18ea0
92221npm verb tar unpack /root/.npm/repeating/2.0.0/package.tgz
92222npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/repeating-9831ce82
92223npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-9831ce82
92224npm verb tar unpack /root/.npm/number-is-nan/1.0.0/package.tgz
92225npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/number-is-nan-8212f100
92226npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/number-is-nan-8212f100
92227npm verb tar unpack /root/.npm/indent-string/2.1.0/package.tgz
92228npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/indent-string-f8f81423
92229npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indent-string-f8f81423
92230npm verb tar unpack /root/.npm/oauth-sign/0.8.0/package.tgz
92231npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/oauth-sign-023eba31
92232npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/oauth-sign-023eba31
92233npm verb tar unpack /root/.npm/object-assign/3.0.0/package.tgz
92234npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-assign-d465c1c4
92235npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-d465c1c4
92236npm verb tar unpack /root/.npm/object-component/0.0.3/package.tgz
92237npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-component-e3f7dc36
92238npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-component-e3f7dc36
92239npm verb tar unpack /root/.npm/object-keys/1.0.1/package.tgz
92240npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/object-keys-4ed4ae33
92241npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-keys-4ed4ae33
92242npm verb tar unpack /root/.npm/on-headers/1.0.1/package.tgz
92243npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/on-headers-5d6d8c8c
92244npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-headers-5d6d8c8c
92245npm verb tar unpack /root/.npm/on-finished/2.3.0/package.tgz
92246npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/on-finished-861f8428
92247npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-finished-861f8428
92248npm verb tar unpack /root/.npm/morgan/1.6.1/package.tgz
92249npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/morgan-9dba9a3c
92250npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/morgan-9dba9a3c
92251npm verb tar unpack /root/.npm/options/0.0.6/package.tgz
92252npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/options-4c590758
92253npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/options-4c590758
92254npm verb tar unpack /root/.npm/os-locale/1.4.0/package.tgz
92255npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/os-locale-8235cf75
92256npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-locale-8235cf75
92257npm verb tar unpack /root/.npm/os-homedir/1.0.1/package.tgz
92258npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/os-homedir-5f9b932a
92259npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-homedir-5f9b932a
92260npm verb tar unpack /root/.npm/os-tmpdir/1.0.1/package.tgz
92261npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/os-tmpdir-1280a1b4
92262npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-tmpdir-1280a1b4
92263npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
92264npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/osenv-f8c10c8b
92265npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-f8c10c8b
92266npm verb tar unpack /root/.npm/os-shim/0.1.3/package.tgz
92267npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/os-shim-382e971a
92268npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-shim-382e971a
92269npm verb tar unpack /root/.npm/osenv/0.0.3/package.tgz
92270npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/osenv-a7549933
92271npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-a7549933
92272npm verb tar unpack /root/.npm/osenv/0.1.3/package.tgz
92273npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/osenv-40ea3e45
92274npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-40ea3e45
92275npm verb tar unpack /root/.npm/temp/0.8.3/package.tgz
92276npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/temp-5c9cfcf3
92277npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-5c9cfcf3
92278npm verb tar unpack /root/.npm/parse-json/2.2.0/package.tgz
92279npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parse-json-91700cec
92280npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parse-json-91700cec
92281npm verb tar unpack /root/.npm/parseuri/0.0.2/package.tgz
92282npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parseuri-8d68236e
92283npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-8d68236e
92284npm verb tar unpack /root/.npm/parsejson/0.0.1/package.tgz
92285npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parsejson-9ca92eb1
92286npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parsejson-9ca92eb1
92287npm verb tar unpack /root/.npm/parseurl/1.3.0/package.tgz
92288npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parseurl-8aa9df9c
92289npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseurl-8aa9df9c
92290npm verb tar unpack /root/.npm/path/0.11.14/package.tgz
92291npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-376742d4
92292npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-376742d4
92293npm verb tar unpack /root/.npm/parseqs/0.0.2/package.tgz
92294npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/parseqs-e74ab6cd
92295npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseqs-e74ab6cd
92296npm verb tar unpack /root/.npm/path-array/1.0.0/package.tgz
92297npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-array-18187304
92298npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-array-18187304
92299npm verb tar unpack /root/.npm/path-exists/1.0.0/package.tgz
92300npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-exists-ae90df84
92301npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-ae90df84
92302npm verb tar unpack /root/.npm/path-posix/1.0.0/package.tgz
92303npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-posix-f15f3ffa
92304npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-posix-f15f3ffa
92305npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
92306npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-is-absolute-f63dd268
92307npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-is-absolute-f63dd268
92308npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
92309npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-41ac6afd
92310npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-41ac6afd
92311npm verb tar unpack /root/.npm/path-to-regexp/0.1.7/package.tgz
92312npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-to-regexp-d04c8672
92313npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-to-regexp-d04c8672
92314npm verb tar unpack /root/.npm/pathval/0.1.1/package.tgz
92315npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pathval-214c6af5
92316npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pathval-214c6af5
92317npm verb tar unpack /root/.npm/pify/2.3.0/package.tgz
92318npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pify-e8fba5d8
92319npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pify-e8fba5d8
92320npm verb tar unpack /root/.npm/pinkie/2.0.1/package.tgz
92321npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pinkie-226a9c32
92322npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-226a9c32
92323npm verb tar unpack /root/.npm/path-exists/2.1.0/package.tgz
92324npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-exists-4e6a3b7d
92325npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-4e6a3b7d
92326npm verb tar unpack /root/.npm/path-type/1.1.0/package.tgz
92327npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/path-type-e0e428ea
92328npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-type-e0e428ea
92329npm verb tar unpack /root/.npm/pkginfo/0.3.1/package.tgz
92330npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pkginfo-48b3eeec
92331npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pkginfo-48b3eeec
92332npm verb tar unpack /root/.npm/pleasant-progress/1.1.0/package.tgz
92333npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pleasant-progress-5483b896
92334npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pleasant-progress-5483b896
92335npm verb tar unpack /root/.npm/pinkie-promise/2.0.0/package.tgz
92336npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pinkie-promise-6d1f71bb
92337npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-promise-6d1f71bb
92338npm verb tar unpack /root/.npm/async/0.9.0/package.tgz
92339npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-1adae208
92340npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-1adae208
92341npm verb tar unpack /root/.npm/portfinder/0.4.0/package.tgz
92342npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/portfinder-27f15575
92343npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/portfinder-27f15575
92344npm verb tar unpack /root/.npm/postcss-value-parser/3.2.3/package.tgz
92345npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/postcss-value-parser-1dd8bf21
92346npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-value-parser-1dd8bf21
92347npm verb tar unpack /root/.npm/find-up/1.1.0/package.tgz
92348npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/find-up-ebbbb64c
92349npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/find-up-ebbbb64c
92350npm verb tar unpack /root/.npm/supports-color/3.1.2/package.tgz
92351npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-e20f9f37
92352npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-e20f9f37
92353npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
92354npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-a990802b
92355npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-a990802b
92356npm verb tar unpack /root/.npm/postcss/5.0.13/package.tgz
92357npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/postcss-7c26d740
92358npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-7c26d740
92359npm verb tar unpack /root/.npm/autoprefixer/6.2.1/package.tgz
92360npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/autoprefixer-0f9ac639
92361npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/autoprefixer-0f9ac639
92362npm verb tar unpack /root/.npm/printf/0.2.3/package.tgz
92363npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/printf-01e60b45
92364npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/printf-01e60b45
92365npm verb tar unpack /root/.npm/private/0.1.6/package.tgz
92366npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/private-9dd4f151
92367npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/private-9dd4f151
92368npm verb tar unpack /root/.npm/process-nextick-args/1.0.6/package.tgz
92369npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/process-nextick-args-7843fa24
92370npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-nextick-args-7843fa24
92371npm verb tar unpack /root/.npm/process-relative-require/1.0.0/package.tgz
92372npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/process-relative-require-31ae3abc
92373npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-relative-require-31ae3abc
92374npm verb tar unpack /root/.npm/config-chain/1.1.9/package.tgz
92375npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/config-chain-eff62038
92376npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/config-chain-eff62038
92377npm verb tar unpack /root/.npm/proxy-addr/1.0.10/package.tgz
92378npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/proxy-addr-95b49548
92379npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proxy-addr-95b49548
92380npm verb tar unpack /root/.npm/lru-cache/3.2.0/package.tgz
92381npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-7eb0ff2e
92382npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-7eb0ff2e
92383npm verb tar unpack /root/.npm/q/1.4.1/package.tgz
92384npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/q-e4383e3c
92385npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/q-e4383e3c
92386npm verb tar unpack /root/.npm/proto-list/1.2.4/package.tgz
92387npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/proto-list-2de4e9b4
92388npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proto-list-2de4e9b4
92389npm verb tar unpack /root/.npm/pseudomap/1.0.1/package.tgz
92390npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/pseudomap-20d65948
92391npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pseudomap-20d65948
92392npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-f64a7b5b
92393npm verb tar unpack /root/.npm/qs/4.0.0/package.tgz
92394npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/qs-eef83101
92395npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-eef83101
92396npm verb tar unpack /root/.npm/range-parser/1.0.3/package.tgz
92397npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/range-parser-5b352eda
92398npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/range-parser-5b352eda
92399npm verb tar unpack /root/.npm/read/1.0.7/package.tgz
92400npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/read-cb446ee6
92401npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-cb446ee6
92402npm verb tar unpack /root/.npm/ansi-regex/1.1.1/package.tgz
92403npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-4edba336
92404npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-4edba336
92405npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-8352af4b
92406npm verb tar unpack /root/.npm/readline2/0.1.1/package.tgz
92407npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/readline2-98535edc
92408npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readline2-98535edc
92409npm verb tar unpack /root/.npm/recast/0.10.33/package.tgz
92410npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/recast-d15b2b45
92411npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-d15b2b45
92412npm verb tar unpack /root/.npm/redeyed/0.5.0/package.tgz
92413npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/redeyed-90510f01
92414npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redeyed-90510f01
92415npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-1494b2a8
92416npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cardinal-b7687f74
92417npm verb tar unpack /root/.npm/regenerate/1.2.1/package.tgz
92418npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/regenerate-c8238d63
92419npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerate-c8238d63
92420npm verb tar unpack /root/.npm/regjsgen/0.2.0/package.tgz
92421npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/regjsgen-7f312f8f
92422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsgen-7f312f8f
92423npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsparser-a283c310
92424npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-19f6cb21
92425npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regexpu-00029d90
92426npm verb tar unpack /root/.npm/repeat-string/1.5.2/package.tgz
92427npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/repeat-string-b1812d0a
92428npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeat-string-b1812d0a
92429npm verb tar unpack /root/.npm/source-map/0.5.3/package.tgz
92430npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-101fc932
92431npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-101fc932
92432npm verb tar unpack /root/.npm/center-align/0.1.2/package.tgz
92433npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/center-align-9eda00c5
92434npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/center-align-9eda00c5
92435npm verb tar unpack /root/.npm/qs/5.2.0/package.tgz
92436npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/qs-89068b60
92437npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-89068b60
92438npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-fb37497e
92439npm verb tar unpack /root/.npm/align-text/0.1.3/package.tgz
92440npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/align-text-bb8192a2
92441npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/align-text-bb8192a2
92442npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detect-indent-7bff7422
92443npm verb tar unpack /root/.npm/requires-port/0.0.1/package.tgz
92444npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/requires-port-62139e3f
92445npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/requires-port-62139e3f
92446npm verb tar unpack /root/.npm/reserved-words/0.1.1/package.tgz
92447npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/reserved-words-93518526
92448npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/reserved-words-93518526
92449npm verb tar unpack /root/.npm/resolve/1.1.6/package.tgz
92450npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/resolve-bde9456d
92451npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/resolve-bde9456d
92452npm verb tar unpack /root/.npm/http-proxy/1.12.0/package.tgz
92453npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/http-proxy-d6c9620a
92454npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-proxy-d6c9620a
92455npm verb tar unpack /root/.npm/right-align/0.1.3/package.tgz
92456npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/right-align-db20e093
92457npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/right-align-db20e093
92458npm verb tar unpack /root/.npm/revalidator/0.1.8/package.tgz
92459npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/revalidator-429ce3b5
92460npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/revalidator-429ce3b5
92461npm verb tar unpack /root/.npm/rsvp/3.0.21/package.tgz
92462npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rsvp-f4f5abb9
92463npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-f4f5abb9
92464npm verb tar unpack /root/.npm/promise-map-series/0.2.2/package.tgz
92465npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/promise-map-series-26dcc783
92466npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/promise-map-series-26dcc783
92467npm verb tar unpack /root/.npm/ember-data/1.13.15/package.tgz
92468npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-data-61ca443d
92469npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-data-61ca443d
92470npm verb tar unpack /root/.npm/minimist/1.2.0/package.tgz
92471npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimist-64d8eef9
92472npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-64d8eef9
92473npm verb tar unpack /root/.npm/cliui/2.1.0/package.tgz
92474npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cliui-a165ef32
92475npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cliui-a165ef32
92476npm verb tar unpack /root/.npm/ember-cli-version-checker/1.1.5/package.tgz
92477npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-version-checker-cb460b6e
92478npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-version-checker-cb460b6e
92479npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-fe4bb29a
92480npm verb tar unpack /root/.npm/semver-utils/1.1.1/package.tgz
92481npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/semver-utils-b11f54be
92482npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-utils-b11f54be
92483npm verb tar unpack /root/.npm/shebang-regex/1.0.0/package.tgz
92484npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/shebang-regex-ea942593
92485npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shebang-regex-ea942593
92486npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-21038e3a
92487npm verb tar unpack /root/.npm/sigmund/1.0.1/package.tgz
92488npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sigmund-7f07178c
92489npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sigmund-7f07178c
92490npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shelljs-72cc47ca
92491npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
92492npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3915328a
92493npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3915328a
92494npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
92495npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c63ccc4d
92496npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c63ccc4d
92497npm verb tar unpack /root/.npm/glob/3.1.21/package.tgz
92498npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-9122cdcd
92499npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-9122cdcd
92500npm verb tar unpack /root/.npm/minimatch/0.2.14/package.tgz
92501npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-4f60be61
92502npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-4f60be61
92503npm verb tar unpack /root/.npm/gaze/0.5.2/package.tgz
92504npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/gaze-65ff3792
92505npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gaze-65ff3792
92506npm verb tar unpack /root/.npm/globule/0.1.0/package.tgz
92507npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/globule-eaadc272
92508npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globule-eaadc272
92509npm verb tar unpack /root/.npm/fireworm/0.6.6/package.tgz
92510npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fireworm-d9ee652e
92511npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fireworm-d9ee652e
92512npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
92513npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-85a59ea7
92514npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-85a59ea7
92515npm verb tar unpack /root/.npm/minimatch/1.0.0/package.tgz
92516npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-429dddb6
92517npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-429dddb6
92518npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
92519npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-702a930e
92520npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-702a930e
92521npm verb tar unpack /root/.npm/glob/3.2.11/package.tgz
92522npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-3d14b358
92523npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3d14b358
92524npm verb tar unpack /root/.npm/minimatch/0.3.0/package.tgz
92525npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c14b3aa3
92526npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c14b3aa3
92527npm verb tar unpack /root/.npm/findup-sync/0.1.3/package.tgz
92528npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-683a843f
92529npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-683a843f
92530npm verb tar unpack /root/.npm/loud-rejection/1.2.0/package.tgz
92531npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/loud-rejection-13c64a63
92532npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/loud-rejection-13c64a63
92533npm verb tar unpack /root/.npm/signal-exit/2.1.2/package.tgz
92534npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/signal-exit-59e0708b
92535npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/signal-exit-59e0708b
92536npm verb tar unpack /root/.npm/silent-error/1.0.0/package.tgz
92537npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/silent-error-6b1f1227
92538npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/silent-error-6b1f1227
92539npm verb tar unpack /root/.npm/ember-cli-normalize-entity-name/1.0.0/package.tgz
92540npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-normalize-entity-name-f21f7502
92541npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-normalize-entity-name-f21f7502
92542npm verb tar unpack /root/.npm/cli/0.6.6/package.tgz
92543npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cli-9da9f82a
92544npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-9da9f82a
92545npm verb tar unpack /root/.npm/simple-fmt/0.1.0/package.tgz
92546npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/simple-fmt-39b97b18
92547npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-fmt-39b97b18
92548npm verb tar unpack /root/.npm/simple-is/0.2.0/package.tgz
92549npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/simple-is-2a0aca0e
92550npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-is-2a0aca0e
92551npm verb tar unpack /root/.npm/slide/1.1.6/package.tgz
92552npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/slide-1f739c03
92553npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slide-1f739c03
92554npm verb tar unpack /root/.npm/slash/1.0.0/package.tgz
92555npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/slash-f9b6fa89
92556npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slash-f9b6fa89
92557npm verb tar unpack /root/.npm/sntp/1.0.9/package.tgz
92558npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sntp-dbf57d7e
92559npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sntp-dbf57d7e
92560npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
92561npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ms-91d47be8
92562npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-91d47be8
92563npm verb tar unpack /root/.npm/hawk/3.1.2/package.tgz
92564npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/hawk-47f116c4
92565npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hawk-47f116c4
92566npm verb tar unpack /root/.npm/debug/1.0.2/package.tgz
92567npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-32bb2b84
92568npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-32bb2b84
92569npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
92570npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-3014fc54
92571npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3014fc54
92572npm verb tar unpack /root/.npm/socket.io-parser/2.2.2/package.tgz
92573npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-d2ae4bc6
92574npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-d2ae4bc6
92575npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
92576npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-5ae9d6ec
92577npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-5ae9d6ec
92578npm verb tar unpack /root/.npm/debug/0.7.4/package.tgz
92579npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-c7a41c15
92580npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-c7a41c15
92581npm verb tar unpack /root/.npm/socket.io-parser/2.2.4/package.tgz
92582npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-24bc4574
92583npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-24bc4574
92584npm verb tar unpack /root/.npm/ms/0.6.2/package.tgz
92585npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ms-017d045c
92586npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-017d045c
92587npm verb tar unpack /root/.npm/socket.io-adapter/0.3.1/package.tgz
92588npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/socket.io-adapter-c7a291e6
92589npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-adapter-c7a291e6
92590npm verb tar unpack /root/.npm/debug/2.1.0/package.tgz
92591npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/debug-3b01bbec
92592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3b01bbec
92593npm verb tar unpack /root/.npm/recast/0.9.18/package.tgz
92594npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/recast-3f6decea
92595npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-3f6decea
92596npm verb tar unpack /root/.npm/source-map/0.1.43/package.tgz
92597npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-f2d9c11c
92598npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-f2d9c11c
92599npm verb tar unpack /root/.npm/ember-router-generator/1.1.1/package.tgz
92600npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-router-generator-d0dd2f6b
92601npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-router-generator-d0dd2f6b
92602npm verb tar unpack /root/.npm/source-map/0.1.32/package.tgz
92603npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-063bc174
92604npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-063bc174
92605npm verb tar unpack /root/.npm/source-map-support/0.2.10/package.tgz
92606npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-support-c9e3dea0
92607npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-support-c9e3dea0
92608npm verb tar unpack /root/.npm/source-map-url/0.3.0/package.tgz
92609npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/source-map-url-3f668230
92610npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-url-3f668230
92611npm verb tar unpack /root/.npm/spawnback/1.0.0/package.tgz
92612npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spawnback-12569334
92613npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawnback-12569334
92614npm verb tar unpack /root/.npm/git-tools/0.1.4/package.tgz
92615npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/git-tools-974b50db
92616npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-tools-974b50db
92617npm verb tar unpack /root/.npm/ember-cli-release/0.2.8/package.tgz
92618npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-release-18d97de9
92619npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-release-18d97de9
92620npm verb tar unpack /root/.npm/spdx-exceptions/1.0.4/package.tgz
92621npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spdx-exceptions-0e749cc2
92622npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-exceptions-0e749cc2
92623npm verb tar unpack /root/.npm/spdx-license-ids/1.1.0/package.tgz
92624npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spdx-license-ids-9b236e9b
92625npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-license-ids-9b236e9b
92626npm verb tar unpack /root/.npm/spdx-expression-parse/1.0.2/package.tgz
92627npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spdx-expression-parse-44c8f70a
92628npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-expression-parse-44c8f70a
92629npm verb tar unpack /root/.npm/spdx-correct/1.0.2/package.tgz
92630npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spdx-correct-b7a2f626
92631npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-correct-b7a2f626
92632npm verb tar unpack /root/.npm/argparse/1.0.3/package.tgz
92633npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/argparse-87ae0e14
92634npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/argparse-87ae0e14
92635npm verb tar unpack /root/.npm/assert-plus/0.2.0/package.tgz
92636npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-b02d114f
92637npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-b02d114f
92638npm verb tar unpack /root/.npm/sri-toolbox/0.2.0/package.tgz
92639npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sri-toolbox-1596788b
92640npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sri-toolbox-1596788b
92641npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-yaml-095af971
92642npm verb tar unpack /root/.npm/stable/0.1.5/package.tgz
92643npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/stable-ef9f95b1
92644npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stable-ef9f95b1
92645npm verb tar unpack /root/.npm/alter/0.2.0/package.tgz
92646npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/alter-56e738d7
92647npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/alter-56e738d7
92648npm verb tar unpack /root/.npm/sprintf-js/1.0.3/package.tgz
92649npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sprintf-js-cd2e6fd4
92650npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sprintf-js-cd2e6fd4
92651npm verb tar unpack /root/.npm/stack-trace/0.0.9/package.tgz
92652npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/stack-trace-70974d2f
92653npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stack-trace-70974d2f
92654npm verb tar unpack /root/.npm/statuses/1.2.1/package.tgz
92655npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/statuses-25724b69
92656npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/statuses-25724b69
92657npm verb tar unpack /root/.npm/http-errors/1.3.1/package.tgz
92658npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/http-errors-530714bb
92659npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-errors-530714bb
92660npm verb tar unpack /root/.npm/serve-static/1.10.0/package.tgz
92661npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/serve-static-13d33cbc
92662npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/serve-static-13d33cbc
92663npm verb tar unpack /root/.npm/send/0.13.0/package.tgz
92664npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/send-c1232aa3
92665npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/send-c1232aa3
92666npm verb tar unpack /root/.npm/string_decoder/0.10.31/package.tgz
92667npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/string_decoder-b8bd7908
92668npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/string_decoder-b8bd7908
92669npm verb tar unpack /root/.npm/readable-stream/1.1.13/package.tgz
92670npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-eadc153e
92671npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-eadc153e
92672npm verb tar unpack /root/.npm/stringmap/0.2.2/package.tgz
92673npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/stringmap-cb21f27a
92674npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringmap-cb21f27a
92675npm verb tar unpack /root/.npm/stringset/0.2.1/package.tgz
92676npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/stringset-64251e2f
92677npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringset-64251e2f
92678npm verb tar unpack /root/.npm/htmlparser2/3.8.3/package.tgz
92679npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/htmlparser2-4d8d1227
92680npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/htmlparser2-4d8d1227
92681npm verb tar unpack /root/.npm/stringstream/0.0.5/package.tgz
92682npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/stringstream-56e54fb5
92683npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringstream-56e54fb5
92684npm verb tar unpack /root/.npm/strip-bom/2.0.0/package.tgz
92685npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-bom-9d0dad0a
92686npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-bom-9d0dad0a
92687npm verb tar unpack /root/.npm/load-json-file/1.1.0/package.tgz
92688npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/load-json-file-cd431ad4
92689npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/load-json-file-cd431ad4
92690npm verb tar unpack /root/.npm/redent/1.0.0/package.tgz
92691npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/redent-e08600aa
92692npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redent-e08600aa
92693npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-json-comments-9000988f
92694npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jshint-f4fd0e39
92695npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-868a4706
92696npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-indent-17614f85
92697npm verb tar unpack /root/.npm/styled_string/0.0.1/package.tgz
92698npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/styled_string-815810f1
92699npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/styled_string-815810f1
92700npm verb tar unpack /root/.npm/chalk/0.5.1/package.tgz
92701npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/chalk-a63007c9
92702npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a63007c9
92703npm verb tar unpack /root/.npm/fast-sourcemap-concat/0.2.7/package.tgz
92704npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fast-sourcemap-concat-cd52db00
92705npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-sourcemap-concat-cd52db00
92706npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/can-symlink-448264f7
92707npm verb tar unpack /root/.npm/ember-cli-dependency-checker/1.2.0/package.tgz
92708npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-dependency-checker-459947e8
92709npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-dependency-checker-459947e8
92710npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-991f623d
92711npm verb tar unpack /root/.npm/symlink-or-copy/1.0.1/package.tgz
92712npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/symlink-or-copy-e0e7f484
92713npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/symlink-or-copy-e0e7f484
92714npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-ebd769a1
92715npm verb tar unpack /root/.npm/sync-exec/0.5.0/package.tgz
92716npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sync-exec-c548e234
92717npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sync-exec-c548e234
92718npm verb tar unpack /root/.npm/temp/0.8.1/package.tgz
92719npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/temp-1c175c8d
92720npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-1c175c8d
92721npm verb tar unpack /root/.npm/async/1.5.0/package.tgz
92722npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-f08582f8
92723npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-f08582f8
92724npm verb tar unpack /root/.npm/timers-ext/0.1.0/package.tgz
92725npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/timers-ext-ac4c9aa7
92726npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/timers-ext-ac4c9aa7
92727npm verb tar unpack /root/.npm/through/2.3.8/package.tgz
92728npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/through-11d8177b
92729npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/through-11d8177b
92730npm verb tar unpack /root/.npm/memoizee/0.3.9/package.tgz
92731npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/memoizee-2fa96276
92732npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/memoizee-2fa96276
92733npm verb tar unpack /root/.npm/cli-color/0.3.3/package.tgz
92734npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cli-color-3e951cbd
92735npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-color-3e951cbd
92736npm verb tar unpack /root/.npm/inquirer/0.5.1/package.tgz
92737npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inquirer-7e707412
92738npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inquirer-7e707412
92739npm verb tar unpack /root/.npm/qs/5.1.0/package.tgz
92740npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/qs-47548d9f
92741npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-47548d9f
92742npm verb tar unpack /root/.npm/tmpl/1.0.4/package.tgz
92743npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tmpl-5fa774ed
92744npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tmpl-5fa774ed
92745npm verb tar unpack /root/.npm/to-array/0.1.3/package.tgz
92746npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/to-array-8b4aea9a
92747npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-array-8b4aea9a
92748npm verb tar unpack /root/.npm/makeerror/1.0.11/package.tgz
92749npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/makeerror-dd95bd06
92750npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/makeerror-dd95bd06
92751npm verb tar unpack /root/.npm/to-double-quotes/2.0.0/package.tgz
92752npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/to-double-quotes-5e595f1a
92753npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-double-quotes-5e595f1a
92754npm verb tar unpack /root/.npm/to-fast-properties/1.0.1/package.tgz
92755npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/to-fast-properties-7681f671
92756npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-fast-properties-7681f671
92757npm verb tar unpack /root/.npm/trim-newlines/1.0.0/package.tgz
92758npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/trim-newlines-416acfb5
92759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-newlines-416acfb5
92760npm verb tar unpack /root/.npm/to-single-quotes/2.0.0/package.tgz
92761npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/to-single-quotes-8798eda5
92762npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-single-quotes-8798eda5
92763npm verb tar unpack /root/.npm/tough-cookie/2.2.1/package.tgz
92764npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tough-cookie-e6694b3d
92765npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tough-cookie-e6694b3d
92766npm verb tar unpack /root/.npm/trim-right/1.0.1/package.tgz
92767npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/trim-right-73e49e86
92768npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-right-73e49e86
92769npm verb tar unpack /root/.npm/tryor/0.1.2/package.tgz
92770npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tryor-24a7b73d
92771npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tryor-24a7b73d
92772npm verb tar unpack /root/.npm/tweetnacl/0.13.2/package.tgz
92773npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tweetnacl-95c66e01
92774npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tweetnacl-95c66e01
92775npm verb tar unpack /root/.npm/try-resolve/1.0.1/package.tgz
92776npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/try-resolve-12fe588c
92777npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/try-resolve-12fe588c
92778npm verb tar unpack /root/.npm/tunnel-agent/0.4.2/package.tgz
92779npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tunnel-agent-04adcd59
92780npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tunnel-agent-04adcd59
92781npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sshpk-824a80a4
92782npm verb tar unpack /root/.npm/type-is/1.6.10/package.tgz
92783npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/type-is-e3194335
92784npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/type-is-e3194335
92785npm verb tar unpack /root/.npm/typedarray/0.0.6/package.tgz
92786npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/typedarray-e39d73c2
92787npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/typedarray-e39d73c2
92788npm verb tar unpack /root/.npm/uc.micro/1.0.0/package.tgz
92789npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uc.micro-e450621c
92790npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uc.micro-e450621c
92791npm verb tar unpack /root/.npm/linkify-it/1.2.0/package.tgz
92792npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/linkify-it-8843295a
92793npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/linkify-it-8843295a
92794npm verb tar unpack /root/.npm/markdown-it-terminal/0.0.2/package.tgz
92795npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-terminal-a86271c5
92796npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-terminal-a86271c5
92797npm verb tar unpack /root/.npm/uglify-to-browserify/1.0.2/package.tgz
92798npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uglify-to-browserify-e3bacbdf
92799npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-to-browserify-e3bacbdf
92800npm verb tar unpack /root/.npm/ultron/1.0.2/package.tgz
92801npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ultron-6105a9d8
92802npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ultron-6105a9d8
92803npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-9e61067b
92804npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-573f6d57
92805npm verb tar unpack /root/.npm/uid-number/0.0.5/package.tgz
92806npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uid-number-b7c39d42
92807npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uid-number-b7c39d42
92808npm verb tar unpack /root/.npm/backbone/1.2.3/package.tgz
92809npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/backbone-066ba18b
92810npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backbone-066ba18b
92811npm verb tar unpack /root/.npm/underscore.string/2.3.3/package.tgz
92812npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/underscore.string-12994640
92813npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore.string-12994640
92814npm verb tar unpack /root/.npm/underscore/1.8.3/package.tgz
92815npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/underscore-048242a9
92816npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-048242a9
92817npm verb tar unpack /root/.npm/quick-temp/0.1.5/package.tgz
92818npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-91da0ea3
92819npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-91da0ea3
92820npm verb tar unpack /root/.npm/broccoli-writer/0.1.1/package.tgz
92821npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-writer-0a9e15b3
92822npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-writer-0a9e15b3
92823npm verb tar unpack /root/.npm/broccoli-uglify-sourcemap/1.1.0/package.tgz
92824npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-uglify-sourcemap-3347274d
92825npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-uglify-sourcemap-3347274d
92826npm verb tar unpack /root/.npm/ember-cli-uglify/1.2.0/package.tgz
92827npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-uglify-812ffb26
92828npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-uglify-812ffb26
92829npm verb tar unpack /root/.npm/quick-temp/0.1.3/package.tgz
92830npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-e290f368
92831npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-e290f368
92832npm verb tar unpack /root/.npm/unpipe/1.0.0/package.tgz
92833npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/unpipe-3c54dafd
92834npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/unpipe-3c54dafd
92835npm verb tar unpack /root/.npm/raw-body/2.1.5/package.tgz
92836npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/raw-body-93ca4111
92837npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/raw-body-93ca4111
92838npm verb tar unpack /root/.npm/ember-cli-content-security-policy/0.4.0/package.tgz
92839npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-content-security-policy-1cd8455c
92840npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-content-security-policy-1cd8455c
92841npm verb tar unpack /root/.npm/finalhandler/0.4.0/package.tgz
92842npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/finalhandler-e29d4f31
92843npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/finalhandler-e29d4f31
92844npm verb tar unpack /root/.npm/body-parser/1.14.2/package.tgz
92845npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/body-parser-554ba3c2
92846npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/body-parser-554ba3c2
92847npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/user-home-dd46852d
92848npm verb tar unpack /root/.npm/home-or-tmp/1.0.0/package.tgz
92849npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/home-or-tmp-faf9f521
92850npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/home-or-tmp-faf9f521
92851npm verb tar unpack /root/.npm/utf8/2.1.0/package.tgz
92852npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/utf8-75f19ee0
92853npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utf8-75f19ee0
92854npm verb tar unpack /root/.npm/readable-stream/2.0.5/package.tgz
92855npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-7abec85f
92856npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-7abec85f
92857npm verb tar unpack /root/.npm/concat-stream/1.5.1/package.tgz
92858npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/concat-stream-f8ccf12c
92859npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-stream-f8ccf12c
92860npm verb tar unpack /root/.npm/spawn-sync/1.0.13/package.tgz
92861npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/spawn-sync-0647ae08
92862npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawn-sync-0647ae08
92863npm verb tar unpack /root/.npm/comment-parser/0.3.1/package.tgz
92864npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/comment-parser-4f98204c
92865npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/comment-parser-4f98204c
92866npm verb tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz
92867npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/util-deprecate-821575cd
92868npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/util-deprecate-821575cd
92869npm verb tar unpack /root/.npm/jscs-jsdoc/1.3.1/package.tgz
92870npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jscs-jsdoc-d6401ea1
92871npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-jsdoc-d6401ea1
92872npm verb tar unpack /root/.npm/bl/1.0.0/package.tgz
92873npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bl-60fabf27
92874npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bl-60fabf27
92875npm verb tar unpack /root/.npm/engine.io-parser/1.2.2/package.tgz
92876npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/engine.io-parser-710c6586
92877npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-parser-710c6586
92878npm verb tar unpack /root/.npm/are-we-there-yet/1.0.5/package.tgz
92879npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/are-we-there-yet-589df1da
92880npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/are-we-there-yet-589df1da
92881npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tap-parser-7b37bc38
92882npm verb tar unpack /root/.npm/npmlog/1.2.1/package.tgz
92883npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/npmlog-6ababc6a
92884npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-6ababc6a
92885npm verb tar unpack /root/.npm/npmlog/2.0.0/package.tgz
92886npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/npmlog-47e3ecac
92887npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-47e3ecac
92888npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npm-91b1076b
92889npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-f95fa6c2
92890npm verb tar unpack /root/.npm/utils-merge/1.0.0/package.tgz
92891npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/utils-merge-91414956
92892npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utils-merge-91414956
92893npm verb tar unpack /root/.npm/express/4.13.3/package.tgz
92894npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/express-43f78f81
92895npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/express-43f78f81
92896npm verb tar unpack /root/.npm/connect/3.4.0/package.tgz
92897npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/connect-b2bee03f
92898npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/connect-b2bee03f
92899npm verb tar unpack /root/.npm/validate-npm-package-license/3.0.1/package.tgz
92900npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/validate-npm-package-license-ae6ded93
92901npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/validate-npm-package-license-ae6ded93
92902npm verb tar unpack /root/.npm/uuid/2.0.1/package.tgz
92903npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uuid-2144319e
92904npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uuid-2144319e
92905npm verb tar unpack /root/.npm/read-pkg/1.1.0/package.tgz
92906npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-17e35d12
92907npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-17e35d12
92908npm verb tar unpack /root/.npm/normalize-package-data/2.3.5/package.tgz
92909npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/normalize-package-data-ee20133e
92910npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-package-data-ee20133e
92911npm verb tar unpack /root/.npm/meow/3.6.0/package.tgz
92912npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/meow-66c98e4c
92913npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/meow-66c98e4c
92914npm verb tar unpack /root/.npm/compression/1.6.0/package.tgz
92915npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/compression-d1e57dd1
92916npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compression-d1e57dd1
92917npm verb tar unpack /root/.npm/verror/1.3.6/package.tgz
92918npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/verror-f276922d
92919npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/verror-f276922d
92920npm verb tar unpack /root/.npm/vary/1.1.0/package.tgz
92921npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/vary-1db6699d
92922npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-1db6699d
92923npm verb tar unpack /root/.npm/http-signature/1.1.0/package.tgz
92924npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/http-signature-9a1f1c6e
92925npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-signature-9a1f1c6e
92926npm verb tar unpack /root/.npm/read-pkg-up/1.0.1/package.tgz
92927npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-up-b138e4c4
92928npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-up-b138e4c4
92929npm verb tar unpack /root/.npm/vow/0.4.11/package.tgz
92930npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/vow-31dc2636
92931npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-31dc2636
92932npm verb tar unpack /root/.npm/minimatch/2.0.10/package.tgz
92933npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/minimatch-51f4b903
92934npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-51f4b903
92935npm verb tar unpack /root/.npm/jsprim/1.2.2/package.tgz
92936npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsprim-7f72f759
92937npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsprim-7f72f759
92938npm verb tar unpack /root/.npm/walk-sync/0.2.6/package.tgz
92939npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-752d7357
92940npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-752d7357
92941npm verb tar unpack /root/.npm/vow-queue/0.4.2/package.tgz
92942npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/vow-queue-73eedf04
92943npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-queue-73eedf04
92944npm verb tar unpack /root/.npm/walker/1.0.7/package.tgz
92945npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/walker-7d4f49bb
92946npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walker-7d4f49bb
92947npm verb tar unpack /root/.npm/watch/0.10.0/package.tgz
92948npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/watch-92e43379
92949npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/watch-92e43379
92950npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sane-3bc014f8
92951npm verb tar unpack /root/.npm/broccoli-sane-watcher/1.1.4/package.tgz
92952npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sane-watcher-8f2db1ca
92953npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sane-watcher-8f2db1ca
92954npm verb tar unpack /root/.npm/websocket-driver/0.6.3/package.tgz
92955npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/websocket-driver-026a22f7
92956npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-driver-026a22f7
92957npm verb tar unpack /root/.npm/faye-websocket/0.10.0/package.tgz
92958npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/faye-websocket-1a922ba7
92959npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/faye-websocket-1a922ba7
92960npm verb tar unpack /root/.npm/websocket-extensions/0.1.1/package.tgz
92961npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/websocket-extensions-820ad7a9
92962npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-extensions-820ad7a9
92963npm verb tar unpack /root/.npm/tiny-lr/0.2.0/package.tgz
92964npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tiny-lr-8e219f8a
92965npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tiny-lr-8e219f8a
92966npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/which-ee140223
92967npm verb tar unpack /root/.npm/cross-spawn-async/2.1.1/package.tgz
92968npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-async-28064fcf
92969npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-async-28064fcf
92970npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/win-spawn-a567ec27
92971npm verb tar unpack /root/.npm/broccoli-livingstyleguide/0.2.0/package.tgz
92972npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-livingstyleguide-e78079ec
92973npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-livingstyleguide-e78079ec
92974npm verb tar unpack /root/.npm/cross-spawn/2.1.0/package.tgz
92975npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-af3ce28a
92976npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-af3ce28a
92977npm verb tar unpack /root/.npm/winston/0.8.3/package.tgz
92978npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/winston-84355c9d
92979npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/winston-84355c9d
92980npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-e7b71cd2
92981npm verb tar unpack /root/.npm/wordwrap/0.0.3/package.tgz
92982npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-2cc6dfde
92983npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-2cc6dfde
92984npm verb tar unpack /root/.npm/optimist/0.6.1/package.tgz
92985npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/optimist-c502c948
92986npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-c502c948
92987npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-898a5b96
92988npm verb tar unpack /root/.npm/optimist/0.3.7/package.tgz
92989npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/optimist-6da500b5
92990npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-6da500b5
92991npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/handlebars-a4ecd30a
92992npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
92993npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/wrappy-0237452f
92994npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wrappy-0237452f
92995npm verb tar unpack /root/.npm/once/1.3.3/package.tgz
92996npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/once-76aadb85
92997npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/once-76aadb85
92998npm verb tar unpack /root/.npm/bower-config/0.6.1/package.tgz
92999npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bower-config-b1270625
93000npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-config-b1270625
93001npm verb tar unpack /root/.npm/npmconf/2.1.2/package.tgz
93002npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/npmconf-a9058767
93003npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmconf-a9058767
93004npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
93005npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/inflight-d5a41404
93006npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflight-d5a41404
93007npm verb tar unpack /root/.npm/glob/6.0.1/package.tgz
93008npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-964f5e5f
93009npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-964f5e5f
93010npm verb tar unpack /root/.npm/vow-fs/0.3.4/package.tgz
93011npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/vow-fs-99151a63
93012npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-fs-99151a63
93013npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b29e5b99
93014npm verb tar unpack /root/.npm/prompt/0.2.14/package.tgz
93015npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/prompt-8204601b
93016npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/prompt-8204601b
93017npm verb tar unpack /root/.npm/fstream/1.0.8/package.tgz
93018npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fstream-8d639321
93019npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fstream-8d639321
93020npm verb tar unpack /root/.npm/utile/0.2.1/package.tgz
93021npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/utile-1139611f
93022npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utile-1139611f
93023npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
93024npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-858c902f
93025npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-858c902f
93026npm verb tar unpack /root/.npm/fs-extra/0.18.4/package.tgz
93027npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-39eed183
93028npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-39eed183
93029npm verb tar unpack /root/.npm/tar/2.2.1/package.tgz
93030npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tar-db41c332
93031npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tar-db41c332
93032npm verb tar unpack /root/.npm/ember-try/0.0.8/package.tgz
93033npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-try-3958931d
93034npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-try-3958931d
93035npm verb tar unpack /root/.npm/fs-extra/0.18.4/package.tgz
93036npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-1d8737d7
93037npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-1d8737d7
93038npm verb tar unpack /root/.npm/fs-extra/0.22.1/package.tgz
93039npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-df7d98bd
93040npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-df7d98bd
93041npm verb tar unpack /root/.npm/fs-extra/0.16.5/package.tgz
93042npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-58bfceb7
93043npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-58bfceb7
93044npm verb tar unpack /root/.npm/cpr/0.4.2/package.tgz
93045npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cpr-eb36d047
93046npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cpr-eb36d047
93047npm verb tar unpack /root/.npm/broccoli-merge-trees/0.2.4/package.tgz
93048npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-84174dc0
93049npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-84174dc0
93050npm verb tar unpack /root/.npm/broccoli-merge-trees/0.2.4/package.tgz
93051npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-94797cdd
93052npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-94797cdd
93053npm verb tar unpack /root/.npm/fs-extra/0.13.0/package.tgz
93054npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-ca8ba1bb
93055npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-ca8ba1bb
93056npm verb tar unpack /root/.npm/broccoli-plugin/1.2.1/package.tgz
93057npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-3a82a455
93058npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-3a82a455
93059npm verb tar unpack /root/.npm/broccoli-funnel/0.2.15/package.tgz
93060npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-7c80dd1e
93061npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-7c80dd1e
93062npm verb tar unpack /root/.npm/broccoli-merge-trees/0.2.4/package.tgz
93063npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bd6315e8
93064npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bd6315e8
93065npm verb tar unpack /root/.npm/broccoli-funnel/0.2.15/package.tgz
93066npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-2511555a
93067npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-2511555a
93068npm verb tar unpack /root/.npm/ember-cli-blanket/0.6.2/package.tgz
93069npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-blanket-1c2f568a
93070npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-blanket-1c2f568a
93071npm verb tar unpack /root/.npm/broccoli-merge-trees/1.1.0/package.tgz
93072npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-2fb70633
93073npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-2fb70633
93074npm verb tar unpack /root/.npm/broccoli-merge-trees/0.2.4/package.tgz
93075npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bf62f067
93076npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bf62f067
93077npm verb tar unpack /root/.npm/fs-extra/0.24.0/package.tgz
93078npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-751bb452
93079npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-751bb452
93080npm verb tar unpack /root/.npm/broccoli-plugin/1.1.0/package.tgz
93081npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-5d424b3d
93082npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-5d424b3d
93083npm verb tar unpack /root/.npm/broccoli-funnel/1.0.1/package.tgz
93084npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-66b9bf0b
93085npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-66b9bf0b
93086npm verb tar unpack /root/.npm/glob/4.5.3/package.tgz
93087npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-c473926b
93088npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-c473926b
93089npm verb tar unpack /root/.npm/fileset/0.2.1/package.tgz
93090npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fileset-7b17ee7a
93091npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fileset-7b17ee7a
93092npm verb tar unpack /root/.npm/glob/5.0.15/package.tgz
93093npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-2ad9047e
93094npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-2ad9047e
93095npm verb tar unpack /root/.npm/async-disk-cache/1.0.3/package.tgz
93096npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/async-disk-cache-07b042e3
93097npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-disk-cache-07b042e3
93098npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commoner-6d0b3c38
93099npm verb tar unpack /root/.npm/ember-cli-htmlbars/0.7.9/package.tgz
93100npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b31a38fd
93101npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b31a38fd
93102npm verb tar unpack /root/.npm/broccoli-filter/0.1.14/package.tgz
93103npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-e1ab522d
93104npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-e1ab522d
93105npm verb tar unpack /root/.npm/hash-for-dep/1.0.1/package.tgz
93106npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/hash-for-dep-c77def63
93107npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hash-for-dep-c77def63
93108npm verb tar unpack /root/.npm/broccoli-filter/0.1.14/package.tgz
93109npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8e5b4750
93110npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8e5b4750
93111npm verb tar unpack /root/.npm/ember-cli-htmlbars/0.7.9/package.tgz
93112npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b4885cf9
93113npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b4885cf9
93114npm verb tar unpack /root/.npm/broccoli-static-compiler/0.2.2/package.tgz
93115npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-static-compiler-68b99a3a
93116npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-static-compiler-68b99a3a
93117npm verb tar unpack /root/.npm/broccoli-stew/1.2.0/package.tgz
93118npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-stew-c47b35c6
93119npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-stew-c47b35c6
93120npm verb tar unpack /root/.npm/broccoli-persistent-filter/1.1.6/package.tgz
93121npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-persistent-filter-b8b91713
93122npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-persistent-filter-b8b91713
93123npm verb tar unpack /root/.npm/ember-cli-htmlbars/1.0.1/package.tgz
93124npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-1df77fca
93125npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-1df77fca
93126npm verb tar unpack /root/.npm/broccoli-jshint/1.1.1/package.tgz
93127npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jshint-903ae427
93128npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jshint-903ae427
93129npm verb tar unpack /root/.npm/broccoli-kitchen-sink-helpers/0.2.9/package.tgz
93130npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-33688fcb
93131npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-33688fcb
93132npm verb tar unpack /root/.npm/broccoli-autoprefixer/4.1.0/package.tgz
93133npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-autoprefixer-4b9a946b
93134npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-autoprefixer-4b9a946b
93135npm verb tar unpack /root/.npm/ember-cli-autoprefixer/0.5.0/package.tgz
93136npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-autoprefixer-16812c39
93137npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-autoprefixer-16812c39
93138npm verb tar unpack /root/.npm/broccoli-filter/1.2.3/package.tgz
93139npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8d39aa2a
93140npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8d39aa2a
93141npm verb tar unpack /root/.npm/broccoli-asset-rewrite/1.0.11/package.tgz
93142npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rewrite-90345a7e
93143npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rewrite-90345a7e
93144npm verb tar unpack /root/.npm/broccoli-asset-rev/2.4.1/package.tgz
93145npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rev-17525601
93146npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rev-17525601
93147npm verb tar unpack /root/.npm/ember-cli-preprocess-registry/1.1.0/package.tgz
93148npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-preprocess-registry-66bf1647
93149npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-preprocess-registry-66bf1647
93150npm verb tar unpack /root/.npm/broccoli-clean-css/0.2.0/package.tgz
93151npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-clean-css-f9b361a1
93152npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-clean-css-f9b361a1
93153npm verb tar unpack /root/.npm/broccoli-caching-writer/2.2.1/package.tgz
93154npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-caching-writer-408ed839
93155npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-caching-writer-408ed839
93156npm verb tar unpack /root/.npm/broccoli-filter/0.1.14/package.tgz
93157npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-d5d136ce
93158npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-d5d136ce
93159npm verb tar unpack /root/.npm/broccoli-sri-hash/1.2.2/package.tgz
93160npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sri-hash-382fff4e
93161npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sri-hash-382fff4e
93162npm verb tar unpack /root/.npm/broccoli-sourcemap-concat/1.1.6/package.tgz
93163npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-f7d1b369
93164npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-f7d1b369
93165npm verb tar unpack /root/.npm/broccoli-sourcemap-concat/2.0.2/package.tgz
93166npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-5fdc1122
93167npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-5fdc1122
93168npm verb tar unpack /root/.npm/ember-cli-sri/1.2.1/package.tgz
93169npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sri-d0846331
93170npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sri-d0846331
93171npm verb tar unpack /root/.npm/broccoli-config-loader/1.0.0/package.tgz
93172npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-loader-64a70e71
93173npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-loader-64a70e71
93174npm verb tar unpack /root/.npm/broccoli-kitchen-sink-helpers/0.3.1/package.tgz
93175npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-7c2270b9
93176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-7c2270b9
93177npm verb tar unpack /root/.npm/glob/4.3.5/package.tgz
93178npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-706508e8
93179npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-706508e8
93180npm verb tar unpack /root/.npm/broccoli-config-replace/1.1.1/package.tgz
93181npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-replace-e38dbc99
93182npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-replace-e38dbc99
93183npm verb tar unpack /root/.npm/findup-sync/0.2.1/package.tgz
93184npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-6a146612
93185npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-6a146612
93186npm verb tar unpack /root/.npm/broccoli/0.16.8/package.tgz
93187npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-daa735f8
93188npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-daa735f8
93189npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
93190npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-eff55aa6
93191npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-eff55aa6
93192npm verb tar unpack /root/.npm/write-file-atomic/1.1.4/package.tgz
93193npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/write-file-atomic-b027d13d
93194npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/write-file-atomic-b027d13d
93195npm verb tar unpack /root/.npm/ws-pure/0.8.0/package.tgz
93196npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ws-pure-607440de
93197npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ws-pure-607440de
93198npm verb tar unpack /root/.npm/glob/5.0.13/package.tgz
93199npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/glob-3087442f
93200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3087442f
93201npm verb tar unpack /root/.npm/configstore/1.2.1/package.tgz
93202npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/configstore-c3cadc6e
93203npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/configstore-c3cadc6e
93204npm verb tar unpack /root/.npm/xdg-basedir/2.0.0/package.tgz
93205npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/xdg-basedir-f6b285c8
93206npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xdg-basedir-f6b285c8
93207npm verb tar unpack /root/.npm/xmldom/0.1.19/package.tgz
93208npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/xmldom-471bac14
93209npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmldom-471bac14
93210npm verb tar unpack /root/.npm/xmlbuilder/3.1.0/package.tgz
93211npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/xmlbuilder-7a233e5e
93212npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlbuilder-7a233e5e
93213npm verb tar unpack /root/.npm/engine.io-pure/1.5.9/package.tgz
93214npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/engine.io-pure-be8a86e9
93215npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-pure-be8a86e9
93216npm verb tar unpack /root/.npm/xmlhttprequest-ssl/1.5.1/package.tgz
93217npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/xmlhttprequest-ssl-5f85022b
93218npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlhttprequest-ssl-5f85022b
93219npm verb tar unpack /root/.npm/socket.io-client-pure/1.3.12/package.tgz
93220npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/socket.io-client-pure-863f4557
93221npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-client-pure-863f4557
93222npm verb tar unpack /root/.npm/engine.io-client-pure/1.5.9/package.tgz
93223npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/engine.io-client-pure-8e7c4f14
93224npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-client-pure-8e7c4f14
93225npm verb tar unpack /root/.npm/socket.io-pure/1.3.12/package.tgz
93226npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/socket.io-pure-73a8f341
93227npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-pure-73a8f341
93228npm verb tar unpack /root/.npm/output-file-sync/1.1.1/package.tgz
93229npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/output-file-sync-9275bfea
93230npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/output-file-sync-9275bfea
93231npm verb tar unpack /root/.npm/xtend/4.0.1/package.tgz
93232npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/xtend-0f00320b
93233npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xtend-0f00320b
93234npm verb tar unpack /root/.npm/is-my-json-valid/2.12.3/package.tgz
93235npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/is-my-json-valid-c33df1fe
93236npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-my-json-valid-c33df1fe
93237npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/har-validator-2e9e75c4
93238npm verb tar unpack /root/.npm/request/2.67.0/package.tgz
93239npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/request-e6ed34b1
93240npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/request-e6ed34b1
93241npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/testem-13083f2f
93242npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-gyp-7c3433f8
93243npm verb tar unpack /root/.npm/y18n/3.2.0/package.tgz
93244npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/y18n-8d6498ae
93245npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/y18n-8d6498ae
93246npm verb tar unpack /root/.npm/fs-extra/0.16.5/package.tgz
93247npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-44b16632
93248npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-44b16632
93249npm verb tar unpack /root/.npm/yargs/3.27.0/package.tgz
93250npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/yargs-806132fb
93251npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-806132fb
93252npm verb tar unpack /root/.npm/yam/0.0.18/package.tgz
93253npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/yam-39aed5bf
93254npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yam-39aed5bf
93255npm verb tar unpack /root/.npm/graceful-fs/3.0.8/package.tgz
93256npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1a59f690
93257npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1a59f690
93258npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sass-graph-fa9b07d8
93259npm verb tar unpack /root/.npm/broccoli-sass-source-maps/1.5.1/package.tgz
93260npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sass-source-maps-d365337e
93261npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sass-source-maps-d365337e
93262npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-sass-85778306
93263npm verb tar unpack /root/.npm/ember-cli-sass/5.1.0/package.tgz
93264npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-66dd5f97
93265npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-66dd5f97
93266npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defs-3376a174
93267npm verb tar unpack /root/.npm/babel-core/5.8.34/package.tgz
93268npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-core-8d130e7e
93269npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-core-8d130e7e
93270npm verb tar unpack /root/.npm/broccoli-babel-transpiler/5.5.0/package.tgz
93271npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-babel-transpiler-a95abd87
93272npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-babel-transpiler-a95abd87
93273npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerator-0a1d6291
93274npm verb tar unpack /root/.npm/ember-cli-qunit/1.1.0/package.tgz
93275npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-qunit-9320858b
93276npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-qunit-9320858b
93277npm verb tar unpack /root/.npm/ember-cli-babel/5.1.6/package.tgz
93278npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-babel-d25b556a
93279npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-babel-d25b556a
93280npm verb tar unpack /root/.npm/roundcube-mail/0.0.0/package.tgz
93281npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/roundcube-mail-f5003fde
93282npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-mail-f5003fde
93283npm verb tar unpack /root/.npm/ember-truth-helpers/1.2.0/package.tgz
93284npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-truth-helpers-7840b86a
93285npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-truth-helpers-7840b86a
93286npm verb tar unpack /root/.npm/ember-simple-auth/1.0.1/package.tgz
93287npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-simple-auth-7edc2444
93288npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-simple-auth-7edc2444
93289npm verb tar unpack /root/.npm/ember-sinon/0.3.0/package.tgz
93290npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-f1c79fbf
93291npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-f1c79fbf
93292npm verb tar unpack /root/.npm/ember-sinon-qunit/1.0.0/package.tgz
93293npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-qunit-5efea5f5
93294npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-qunit-5efea5f5
93295npm verb tar unpack /root/.npm/ember-responsive/1.2.3/package.tgz
93296npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-responsive-6cb7ff7c
93297npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-responsive-6cb7ff7c
93298npm verb tar unpack /root/.npm/ember-notify/4.3.0/package.tgz
93299npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-notify-676ce526
93300npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-notify-676ce526
93301npm verb tar unpack /root/.npm/ember-moment/4.1.0/package.tgz
93302npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-moment-e4fbf2d6
93303npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-moment-e4fbf2d6
93304npm verb tar unpack /root/.npm/roundcube-notifications/0.1.0/package.tgz
93305npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/roundcube-notifications-722e61cd
93306npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-notifications-722e61cd
93307npm verb tar unpack /root/.npm/ember-new-computed/1.0.3/package.tgz
93308npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-new-computed-438da48e
93309npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-new-computed-438da48e
93310npm verb tar unpack /root/.npm/ember-inflector/1.9.4/package.tgz
93311npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-inflector-e5f486a1
93312npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-inflector-e5f486a1
93313npm verb tar unpack /root/.npm/ember-metrics/0.5.1/package.tgz
93314npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-metrics-a6ab4113
93315npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-metrics-a6ab4113
93316npm verb tar unpack /root/.npm/ember-getowner-polyfill/1.0.0/package.tgz
93317npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-getowner-polyfill-33904567
93318npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-getowner-polyfill-33904567
93319npm verb tar unpack /root/.npm/ember-feature-flags/2.0.0/package.tgz
93320npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-feature-flags-bcca752b
93321npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-feature-flags-bcca752b
93322npm verb tar unpack /root/.npm/ember-i18n/4.2.0/package.tgz
93323npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-i18n-2673a2a1
93324npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-i18n-2673a2a1
93325npm verb tar unpack /root/.npm/ember-disable-proxy-controllers/1.0.1/package.tgz
93326npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-disable-proxy-controllers-40089c58
93327npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-disable-proxy-controllers-40089c58
93328npm verb tar unpack /root/.npm/ember-cpm/2.1.1/package.tgz
93329npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cpm-168469d1
93330npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cpm-168469d1
93331npm verb tar unpack /root/.npm/ember-cli-sass-pods/1.2.0/package.tgz
93332npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-pods-e63a9103
93333npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-pods-e63a9103
93334npm verb tar unpack /root/.npm/ember-cli-mirage/0.1.11/package.tgz
93335npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-mirage-7f5d1c5b
93336npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-mirage-7f5d1c5b
93337npm verb tar unpack /root/.npm/ember-cli-htmlbars-inline-precompile/0.3.1/package.tgz
93338npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-inline-precompile-a5552339
93339npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-inline-precompile-a5552339
93340npm verb tar unpack /root/.npm/ember-cli-moment-shim/0.7.1/package.tgz
93341npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-moment-shim-78e6d633
93342npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-moment-shim-78e6d633
93343npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-73a2d3f1
93344npm verb tar unpack /root/.npm/ember-cli-app-version/1.0.0/package.tgz
93345npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-app-version-8f31648e
93346npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-app-version-8f31648e
93347npm verb tar unpack /root/.npm/babel-jscs/2.0.5/package.tgz
93348npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/babel-jscs-4637e71e
93349npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-jscs-4637e71e
93350npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-ef92114a
93351npm verb tar unpack /root/.npm/broccoli-jscs/1.2.2/package.tgz
93352npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jscs-697c3e5d
93353npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jscs-697c3e5d
93354npm verb tar unpack /root/.npm/ember-suave/1.2.2/package.tgz
93355npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-suave-5e920a76
93356npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-suave-5e920a76
93357npm verb tar unpack /root/.npm/acorn/1.2.2/package.tgz
93358npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/acorn-7d4913e7
93359npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/acorn-7d4913e7
93360npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
93361npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-db110307
93362npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-db110307
93363npm verb tar unpack /root/.npm/browserslist/1.0.1/package.tgz
93364npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/browserslist-6e1c82f9
93365npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/browserslist-6e1c82f9
93366npm verb tar unpack /root/.npm/clean-css/2.2.23/package.tgz
93367npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/clean-css-0e39ef5d
93368npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-css-0e39ef5d
93369npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
93370npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b8b230d2
93371npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b8b230d2
93372npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
93373npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rimraf-d7c3d04c
93374npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-d7c3d04c
93375npm verb tar unpack /root/.npm/esprima-fb/10001.1.0-dev-harmony-fb/package.tgz
93376npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-0a4a3271
93377npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-0a4a3271
93378npm verb tar unpack /root/.npm/esprima-fb/15001.1001.0-dev-harmony-fb/package.tgz
93379npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-23292fbb
93380npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-23292fbb
93381npm verb tar unpack /root/.npm/findup/0.1.5/package.tgz
93382npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/findup-67fa7b52
93383npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-67fa7b52
93384npm verb tar unpack /root/.npm/has-ansi/0.1.0/package.tgz
93385npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-6335c44d
93386npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-6335c44d
93387npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
93388npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-7d4366a1
93389npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-7d4366a1
93390npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
93391npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-476a33a8
93392npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-476a33a8
93393npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
93394npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-28b5221a
93395npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-28b5221a
93396npm verb tar unpack /root/.npm/jsesc/0.5.0/package.tgz
93397npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsesc-b0f48cf1
93398npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsesc-b0f48cf1
93399npm verb tar unpack /root/.npm/json5/0.4.0/package.tgz
93400npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/json5-447dc276
93401npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json5-447dc276
93402npm verb tar unpack /root/.npm/leven/1.0.2/package.tgz
93403npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/leven-28b6d20d
93404npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leven-28b6d20d
93405npm verb tar unpack /root/.npm/mime/1.3.4/package.tgz
93406npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mime-93ebe877
93407npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-93ebe877
93408npm verb tar unpack /root/.npm/mkdirp/0.4.2/package.tgz
93409npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-6ea1582c
93410npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-6ea1582c
93411npm verb tar unpack /root/.npm/mkdirp/0.5.1/package.tgz
93412npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-9f60b8b1
93413npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-9f60b8b1
93414npm verb tar unpack /root/.npm/mustache/2.2.1/package.tgz
93415npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/mustache-c2ff5ad1
93416npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mustache-c2ff5ad1
93417npm verb tar unpack /root/.npm/ncp/1.0.1/package.tgz
93418npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ncp-13111647
93419npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-13111647
93420npm verb tar unpack /root/.npm/node-uuid/1.4.7/package.tgz
93421npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/node-uuid-9ceee6eb
93422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-uuid-9ceee6eb
93423npm verb tar unpack /root/.npm/strip-ansi/0.1.1/package.tgz
93424npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-eda5399b
93425npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-eda5399b
93426npm verb tar unpack /root/.npm/jsonlint/1.6.2/package.tgz
93427npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jsonlint-fa0f2615
93428npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonlint-fa0f2615
93429npm verb tar unpack /root/.npm/nopt/3.0.6/package.tgz
93430npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/nopt-d8128e9f
93431npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nopt-d8128e9f
93432npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
93433npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rimraf-f64a7b5b
93434npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-f64a7b5b
93435npm verb tar unpack /root/.npm/strip-ansi/2.0.1/package.tgz
93436npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-8352af4b
93437npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-8352af4b
93438npm verb tar unpack /root/.npm/esprima-fb/12001.1.0-dev-harmony-fb/package.tgz
93439npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-1494b2a8
93440npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-1494b2a8
93441npm verb tar unpack /root/.npm/cardinal/0.5.0/package.tgz
93442npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/cardinal-b7687f74
93443npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cardinal-b7687f74
93444npm verb tar unpack /root/.npm/regjsparser/0.1.5/package.tgz
93445npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/regjsparser-a283c310
93446npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsparser-a283c310
93447npm verb tar unpack /root/.npm/esprima/2.7.1/package.tgz
93448npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/esprima-19f6cb21
93449npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-19f6cb21
93450npm verb tar unpack /root/.npm/regexpu/1.3.0/package.tgz
93451npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/regexpu-00029d90
93452npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regexpu-00029d90
93453npm verb tar unpack /root/.npm/repeating/1.1.3/package.tgz
93454npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/repeating-fb37497e
93455npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-fb37497e
93456npm verb tar unpack /root/.npm/detect-indent/3.0.1/package.tgz
93457npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/detect-indent-7bff7422
93458npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detect-indent-7bff7422
93459npm verb tar unpack /root/.npm/semver/4.3.6/package.tgz
93460npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/semver-fe4bb29a
93461npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-fe4bb29a
93462npm verb tar unpack /root/.npm/bower/1.7.1/package.tgz
93463npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/bower-21038e3a
93464npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-21038e3a
93465npm verb tar unpack /root/.npm/shelljs/0.3.0/package.tgz
93466npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/shelljs-72cc47ca
93467npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shelljs-72cc47ca
93468npm verb tar unpack /root/.npm/js-yaml/3.4.6/package.tgz
93469npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/js-yaml-095af971
93470npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-yaml-095af971
93471npm verb tar unpack /root/.npm/strip-json-comments/1.0.4/package.tgz
93472npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-json-comments-9000988f
93473npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-json-comments-9000988f
93474npm verb tar unpack /root/.npm/jshint/2.8.0/package.tgz
93475npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jshint-f4fd0e39
93476npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jshint-f4fd0e39
93477npm verb tar unpack /root/.npm/strip-ansi/0.3.0/package.tgz
93478npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-868a4706
93479npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-868a4706
93480npm verb tar unpack /root/.npm/strip-indent/1.0.1/package.tgz
93481npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/strip-indent-17614f85
93482npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-indent-17614f85
93483npm verb tar unpack /root/.npm/can-symlink/0.0.1/package.tgz
93484npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/can-symlink-448264f7
93485npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/can-symlink-448264f7
93486npm verb tar unpack /root/.npm/supports-color/0.2.0/package.tgz
93487npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/supports-color-991f623d
93488npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-991f623d
93489npm verb tar unpack /root/.npm/rimraf/2.2.8/package.tgz
93490npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rimraf-ebd769a1
93491npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-ebd769a1
93492npm verb tar unpack /root/.npm/sshpk/1.7.1/package.tgz
93493npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sshpk-824a80a4
93494npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sshpk-824a80a4
93495npm verb tar unpack /root/.npm/uglify-js/2.5.0/package.tgz
93496npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-9e61067b
93497npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-9e61067b
93498npm verb tar unpack /root/.npm/markdown-it/4.3.0/package.tgz
93499npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-573f6d57
93500npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-573f6d57
93501npm verb tar unpack /root/.npm/user-home/1.1.1/package.tgz
93502npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/user-home-dd46852d
93503npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/user-home-dd46852d
93504npm verb tar unpack /root/.npm/tap-parser/1.2.2/package.tgz
93505npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/tap-parser-7b37bc38
93506npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tap-parser-7b37bc38
93507npm verb tar unpack /root/.npm/npm/2.14.10/package.tgz
93508npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/npm-91b1076b
93509npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npm-91b1076b
93510npm verb tar unpack /root/.npm/ncp/0.4.2/package.tgz
93511npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ncp-f95fa6c2
93512npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-f95fa6c2
93513npm verb tar unpack /root/.npm/sane/1.3.0/package.tgz
93514npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sane-3bc014f8
93515npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sane-3bc014f8
93516npm verb tar unpack /root/.npm/which/1.2.1/package.tgz
93517npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/which-ee140223
93518npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/which-ee140223
93519npm verb tar unpack /root/.npm/win-spawn/2.0.0/package.tgz
93520npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/win-spawn-a567ec27
93521npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/win-spawn-a567ec27
93522npm verb tar unpack /root/.npm/window-size/0.1.4/package.tgz
93523npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/window-size-e7b71cd2
93524npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-e7b71cd2
93525npm verb tar unpack /root/.npm/uglify-js/2.3.6/package.tgz
93526npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-898a5b96
93527npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-898a5b96
93528npm verb tar unpack /root/.npm/handlebars/3.0.3/package.tgz
93529npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/handlebars-a4ecd30a
93530npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/handlebars-a4ecd30a
93531npm verb tar unpack /root/.npm/rimraf/2.4.5/package.tgz
93532npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b29e5b99
93533npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b29e5b99
93534npm verb tar unpack /root/.npm/commoner/0.10.4/package.tgz
93535npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/commoner-6d0b3c38
93536npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commoner-6d0b3c38
93537npm verb tar unpack /root/.npm/har-validator/2.0.3/package.tgz
93538npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/har-validator-2e9e75c4
93539npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/har-validator-2e9e75c4
93540npm verb tar unpack /root/.npm/testem/0.9.10/package.tgz
93541npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/testem-13083f2f
93542npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/testem-13083f2f
93543npm verb tar unpack /root/.npm/node-gyp/3.2.1/package.tgz
93544npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/node-gyp-7c3433f8
93545npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-gyp-7c3433f8
93546npm verb tar unpack /root/.npm/sass-graph/2.0.1/package.tgz
93547npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/sass-graph-fa9b07d8
93548npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sass-graph-fa9b07d8
93549npm verb tar unpack /root/.npm/node-sass/3.4.2/package.tgz
93550npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/node-sass-85778306
93551npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-sass-85778306
93552npm verb tar unpack /root/.npm/defs/1.1.1/package.tgz
93553npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/defs-3376a174
93554npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defs-3376a174
93555npm verb tar unpack /root/.npm/regenerator/0.8.40/package.tgz
93556npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/regenerator-0a1d6291
93557npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerator-0a1d6291
93558npm verb tar unpack /root/.npm/ember-cli/1.13.12/package.tgz
93559npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-73a2d3f1
93560npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-73a2d3f1
93561npm verb tar unpack /root/.npm/jscs/2.7.0/package.tgz
93562npm verb tar unpacking to /var/www/roundcube-shell.git/node_modules/.staging/jscs-ef92114a
93563npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-ef92114a
93564npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-relative-require-31ae3abc/node_modules
93565npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-is-package-missing-60193f97/node_modules
93566npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-path-utils-0e51dee1/node_modules
93567npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-test-info-3a4c02b8/node_modules
93568npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-get-dependency-depth-e5fc1e94/node_modules
93569npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-string-utils-7ff8884b/node_modules
93570npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-base-url-f9923c24/node_modules
93571npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-normalize-entity-name-f21f7502/node_modules
93572npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/silent-error-6b1f1227/node_modules
93573npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/invert-kv-69ee711a/node_modules
93574npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-exceptions-0e749cc2/node_modules
93575npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-1311548c/node_modules
93576npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slash-f9b6fa89/node_modules
93577npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-double-quotes-5e595f1a/node_modules
93578npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/try-resolve-12fe588c/node_modules
93579npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/get-stdin-25ad4460/node_modules
93580npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-color-81fd385b/node_modules
93581npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-6b74368b/node_modules
93582npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f4148c80/node_modules
93583npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-39fb079c/node_modules
93584npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-fe2fc23d/node_modules
93585npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amd-name-resolver-9ad103dc/node_modules
93586npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/destroy-0d97f3fa/node_modules
93587npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dom-serializer-781d780f/node_modules
93588npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parsejson-9ca92eb1/node_modules
93589npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseqs-e74ab6cd/node_modules
93590npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-monitor-stack-da4ca57d/node_modules
93591npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/left-pad-9097854a/node_modules
93592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/configstore-c3cadc6e/node_modules
93593npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-console-0983af5f/node_modules
93594npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-remove-debugger-5afdc214/node_modules
93595npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-be6c337c/node_modules
93596npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-838dcf9e/node_modules
93597npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-82c39cad/node_modules
93598npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-inline-environment-variables-aefe4134/node_modules
93599npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-eval-cf69c802/node_modules
93600npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-jscript-68bed25d/node_modules
93601npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-property-literals-95dab3a5/node_modules
93602npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-slow-trees-7d3a0101/node_modules
93603npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-883291c6/node_modules
93604npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domelementtype-b1237dc6/node_modules
93605npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-html-9222bd9d/node_modules
93606npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-constant-elements-420ff0ea/node_modules
93607npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-member-expression-literals-be193e54/node_modules
93608npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undefined-to-void-a30b88d4/node_modules
93609npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tryor-24a7b73d/node_modules
93610npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/once-76aadb85/node_modules
93611npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-bbcda076/node_modules
93612npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-0a031a96/node_modules
93613npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-e9e9c69b/node_modules
93614npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-17a6443f/node_modules
93615npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-02805168/node_modules
93616npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-03e78a77/node_modules
93617npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-9c16cff3/node_modules
93618npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-568de1e9/node_modules
93619npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-a7953331/node_modules
93620npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-722b5e03/node_modules
93621npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-e7d2d899/node_modules
93622npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-66a3d5d3/node_modules
93623npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/decamelize-f2611799/node_modules
93624npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escape-string-regexp-9f784cc4/node_modules
93625npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-179c2ffb/node_modules
93626npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-75b4ffb0/node_modules
93627npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-540019d9/node_modules
93628npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-flag-7fa7796a/node_modules
93629npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-builtin-module-d122cfae/node_modules
93630npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-type-7b39072f/node_modules
93631npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-29ba24db/node_modules
93632npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7c74a23e/node_modules
93633npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/map-obj-204ef5ff/node_modules
93634npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/matcher-collection-b8002a30/node_modules
93635npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-7ac074da/node_modules
93636npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-bdb5b9f0/node_modules
93637npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-finite-b65feba7/node_modules
93638npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/number-is-nan-8212f100/node_modules
93639npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pleasant-progress-5483b896/node_modules
93640npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-promise-6d1f71bb/node_modules
93641npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shebang-regex-ea942593/node_modules
93642npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-91d47be8/node_modules
93643npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-017d045c/node_modules
93644npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redent-e08600aa/node_modules
93645npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-bom-9d0dad0a/node_modules
93646npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-fast-properties-7681f671/node_modules
93647npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-right-73e49e86/node_modules
93648npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-single-quotes-8798eda5/node_modules
93649npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/trim-newlines-416acfb5/node_modules
93650npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/home-or-tmp-faf9f521/node_modules
93651npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-b313d8b8/node_modules
93652npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-80ac5efe/node_modules
93653npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-react-display-name-eaa5e2fb/node_modules
93654npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64id-cc07ee18/node_modules
93655npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-a79d9c26/node_modules
93656npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-db110307/node_modules
93657npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-f2df9526/node_modules
93658npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-86784fbb/node_modules
93659npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-e2dbb715/node_modules
93660npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5d74b7a8/node_modules
93661npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-f2970308/node_modules
93662npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-98aafc94/node_modules
93663npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-5645a284/node_modules
93664npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-1ada5be8/node_modules
93665npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-6a24b184/node_modules
93666npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-56acf4e2/node_modules
93667npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-71e22265/node_modules
93668npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-ed483484/node_modules
93669npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-7151a5e6/node_modules
93670npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-b0180849/node_modules
93671npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-ansi-6335c44d/node_modules
93672npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-7d4366a1/node_modules
93673npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-relative-2d5b4257/node_modules
93674npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-a812ba39/node_modules
93675npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-494dd6b4/node_modules
93676npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arraycopy-8a5e113e/node_modules
93677npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._arrayeach-172ad756/node_modules
93678npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecopy-fb21d683/node_modules
93679npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basetostring-fcce053d/node_modules
93680npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseassign-5d733eb2/node_modules
93681npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-keys-bb2c34f6/node_modules
93682npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-descriptors-31422ac4/node_modules
93683npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-8f43d10d/node_modules
93684npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-eda5399b/node_modules
93685npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-901b61e1/node_modules
93686npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-9831ce82/node_modules
93687npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indent-string-f8f81423/node_modules
93688npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-tmpdir-1280a1b4/node_modules
93689npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-homedir-5f9b932a/node_modules
93690npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-ae90df84/node_modules
93691npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-is-absolute-f63dd268/node_modules
93692npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-exists-4e6a3b7d/node_modules
93693npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-regex-4edba336/node_modules
93694npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-8352af4b/node_modules
93695npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readline2-98535edc/node_modules
93696npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-ansi-868a4706/node_modules
93697npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-991f623d/node_modules
93698npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-constant-folding-4a8432b3/node_modules
93699npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-aedb1da5/node_modules
93700npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/camelcase-f22c34e8/node_modules
93701npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cycle-f26378a6/node_modules
93702npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-utf8-f0d10ae8/node_modules
93703npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-undeclared-variables-check-cc1923bd/node_modules
93704npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.repeat-338d95f2/node_modules
93705npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padleft-24f5d84f/node_modules
93706npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createpadding-64220dee/node_modules
93707npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.toplainobject-c27f7407/node_modules
93708npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-5c7874d7/node_modules
93709npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-assign-d465c1c4/node_modules
93710npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-type-e0e428ea/node_modules
93711npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawnback-12569334/node_modules
93712npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/load-json-file-cd431ad4/node_modules
93713npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a63007c9/node_modules
93714npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-up-b138e4c4/node_modules
93715npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-flatten-0603449e/node_modules
93716npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-e57cf080/node_modules
93717npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-8166a2fb/node_modules
93718npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f66f18ae/node_modules
93719npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-182f78fc/node_modules
93720npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-2943e177/node_modules
93721npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-readdir-recursive-5c4433a5/node_modules
93722npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-f0eaf3b1/node_modules
93723npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-absolute-fc49c075/node_modules
93724npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-git-url-f4fc0672/node_modules
93725npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-0629f9b3/node_modules
93726npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseindexof-6126c452/node_modules
93727npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._bindcallback-16b8b177/node_modules
93728npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._cacheindexof-779d2a98/node_modules
93729npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseuniq-dce4c520/node_modules
93730npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pad-8b2a3517/node_modules
93731npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.padright-165b57eb/node_modules
93732npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createassigner-4e1d1a87/node_modules
93733npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/longest-686b253c/node_modules
93734npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-3f79a73c/node_modules
93735npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-styles-1f701a8d/node_modules
93736npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-8d68236e/node_modules
93737npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/find-up-ebbbb64c/node_modules
93738npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/right-align-db20e093/node_modules
93739npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-pkg-17e35d12/node_modules
93740npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xdg-basedir-f6b285c8/node_modules
93741npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-proto-to-assign-0dd1dc4c/node_modules
93742npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basefor-a8ab062b/node_modules
93743npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._createcache-4fa4dd7a/node_modules
93744npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.pairs-e449918e/node_modules
93745npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.restparam-29e92248/node_modules
93746npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.defaults-736e9991/node_modules
93747npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-autoprefixer-4b9a946b/node_modules
93748npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseuri-3eb7f2c1/node_modules
93749npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.assign-de2a5fa9/node_modules
93750npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-dead-code-elimination-3a926b73/node_modules
93751npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-c7fa6c3a/node_modules
93752npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-84533e64/node_modules
93753npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarguments-5efff302/node_modules
93754npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-locale-8235cf75/node_modules
93755npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pify-e8fba5d8/node_modules
93756npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/read-cb446ee6/node_modules
93757npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeat-string-b1812d0a/node_modules
93758npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-5465575d/node_modules
93759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-56abc6b9/node_modules
93760npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ee-first-8e574b85/node_modules
93761npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lazy-cache-65436037/node_modules
93762npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._getnative-43195329/node_modules
93763npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._isiterateecall-2ffec75d/node_modules
93764npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.istypedarray-d246922c/node_modules
93765npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keysin-71c01910/node_modules
93766npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isplainobject-e9ec33b2/node_modules
93767npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/to-array-8b4aea9a/node_modules
93768npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/output-file-sync-9275bfea/node_modules
93769npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.uniq-10b290bf/node_modules
93770npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-hex-cbbd3520/node_modules
93771npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fb-watchman-93a28048/node_modules
93772npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tmpl-5fa774ed/node_modules
93773npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-uglify-812ffb26/node_modules
93774npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utils-merge-91414956/node_modules
93775npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cookie-signature-a3999bac/node_modules
93776npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-inject-live-reload-7cf56c88/node_modules
93777npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-range-e5c18ea0/node_modules
93778npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uid-number-b7c39d42/node_modules
93779npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forwarded-19109b4e/node_modules
93780npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.isarray-72f13a2f/node_modules
93781npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/methods-1263f868/node_modules
93782npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/meow-66c98e4c/node_modules
93783npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ini-362dd008/node_modules
93784npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/error-ex-25393732/node_modules
93785npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-typedarray-3e09cc99/node_modules
93786npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compressible-4a53d490/node_modules
93787npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/align-text-bb8192a2/node_modules
93788npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/center-align-9eda00c5/node_modules
93789npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-license-ids-9b236e9b/node_modules
93790npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-indent-17614f85/node_modules
93791npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/unpipe-3c54dafd/node_modules
93792npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/user-home-dd46852d/node_modules
93793npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wrappy-0237452f/node_modules
93794npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fresh-d3454f21/node_modules
93795npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/indexof-7e21acbb/node_modules
93796npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leven-28b6d20d/node_modules
93797npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.keys-4944dbe2/node_modules
93798npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/supports-color-e20f9f37/node_modules
93799npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proto-list-2de4e9b4/node_modules
93800npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/repeating-fb37497e/node_modules
93801npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-adapter-c7a291e6/node_modules
93802npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-stream-f8ccf12c/node_modules
93803npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/win-spawn-a567ec27/node_modules
93804npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-disk-cache-07b042e3/node_modules
93805npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-clean-css-f9b361a1/node_modules
93806npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/callsite-9e88c59b/node_modules
93807npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/events-to-array-8d861bce/node_modules
93808npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/options-4c590758/node_modules
93809npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/range-parser-5b352eda/node_modules
93810npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-fmt-39b97b18/node_modules
93811npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/alter-56e738d7/node_modules
93812npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/window-size-e7b71cd2/node_modules
93813npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-equal-2f9b8b57/node_modules
93814npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonpointer-3e7adc0e/node_modules
93815npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lcid-89df6039/node_modules
93816npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-headers-5d6d8c8c/node_modules
93817npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/makeerror-dd95bd06/node_modules
93818npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-6a146612/node_modules
93819npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/basic-auth-f50a9aa0/node_modules
93820npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-58396870/node_modules
93821npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-readlink-de6df6e7/node_modules
93822npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-version-8387025f/node_modules
93823npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/kind-of-ec9a3e69/node_modules
93824npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pinkie-226a9c32/node_modules
93825npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/simple-is-2a0aca0e/node_modules
93826npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walker-7d4f49bb/node_modules
93827npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blank-object-fecf7eca/node_modules
93828npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/builtin-modules-126e2328/node_modules
93829npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/combined-stream-951fd39d/node_modules
93830npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ensure-posix-path-fe6adbaa/node_modules
93831npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esrecurse-56447c09/node_modules
93832npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isarray-6dcd1741/node_modules
93833npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-to-regexp-d04c8672/node_modules
93834npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/process-nextick-args-7843fa24/node_modules
93835npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/strip-json-comments-9000988f/node_modules
93836npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vary-1db6699d/node_modules
93837npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-182cb674/node_modules
93838npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-c91699a8/node_modules
93839npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-e0e1ae09/node_modules
93840npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-cd26159c/node_modules
93841npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-006c73e8/node_modules
93842npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-8a0b90ff/node_modules
93843npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/imurmurhash-aae9bcec/node_modules
93844npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherits-685209c1/node_modules
93845npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isbinaryfile-9b60f27f/node_modules
93846npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-a489ef92/node_modules
93847npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash.merge-ec391b24/node_modules
93848npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/chalk-d4698c7b/node_modules
93849npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-errors-530714bb/node_modules
93850npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-fs-99151a63/node_modules
93851npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sass-source-maps-d365337e/node_modules
93852npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-5efa1c77/node_modules
93853npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bytes-2a1edf10/node_modules
93854npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/statuses-25724b69/node_modules
93855npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-752d7357/node_modules
93856npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-copy-dereference-c70f636f/node_modules
93857npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pseudomap-20d65948/node_modules
93858npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/reserved-words-93518526/node_modules
93859npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detect-indent-7bff7422/node_modules
93860npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/can-symlink-448264f7/node_modules
93861npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflight-d5a41404/node_modules
93862npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/brace-expansion-acc020d2/node_modules
93863npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/loud-rejection-13c64a63/node_modules
93864npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringset-64251e2f/node_modules
93865npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/aws-sign2-1211c298/node_modules
93866npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-bind-f31e7d20/node_modules
93867npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-type-cfd362cc/node_modules
93868npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eventemitter3-d3ecf339/node_modules
93869npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/etag-9accaf3f/node_modules
93870npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._basecallback-b7e2cb8a/node_modules
93871npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ms-9832c860/node_modules
93872npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/num2fraction-a0c9f06d/node_modules
93873npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsgen-7f312f8f/node_modules
93874npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-91da0ea3/node_modules
93875npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/finalhandler-e29d4f31/node_modules
93876npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/util-deprecate-821575cd/node_modules
93877npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-autoprefixer-16812c39/node_modules
93878npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-runtime-f4869fd9/node_modules
93879npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/forever-agent-e0595428/node_modules
93880npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash._baseisequal-58b9742f/node_modules
93881npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3014fc54/node_modules
93882npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-5ae9d6ec/node_modules
93883npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-c7a41c15/node_modules
93884npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/string_decoder-b8bd7908/node_modules
93885npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-object-property-288f47c2/node_modules
93886npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/media-typer-206dfaa6/node_modules
93887npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/validate-npm-package-license-ae6ded93/node_modules
93888npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/growl-780e8ef4/node_modules
93889npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mute-stream-98aed947/node_modules
93890npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-integer-338c4957/node_modules
93891npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/assert-plus-b02d114f/node_modules
93892npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-traverse-e91cc3f5/node_modules
93893npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-types-342fe1c9/node_modules
93894npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parseurl-8aa9df9c/node_modules
93895npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-correct-b7a2f626/node_modules
93896npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringmap-cb21f27a/node_modules
93897npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/better-assert-8ea0ff6c/node_modules
93898npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/on-finished-861f8428/node_modules
93899npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-writer-0a9e15b3/node_modules
93900npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delayed-stream-1dad1098/node_modules
93901npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-table-51f864d7/node_modules
93902npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-unicode-013d7780/node_modules
93903npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/natural-compare-0d0114f6/node_modules
93904npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-376742d4/node_modules
93905npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/quick-temp-e290f368/node_modules
93906npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/arraybuffer.slice-d6c3834d/node_modules
93907npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caseless-27f788d3/node_modules
93908npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/generate-function-1c3336f3/node_modules
93909npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-buffer-73395b26/node_modules
93910npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonfile-f51c3e93/node_modules
93911npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/proxy-addr-95b49548/node_modules
93912npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stack-trace-70974d2f/node_modules
93913npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-to-browserify-e3bacbdf/node_modules
93914npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b29e5b99/node_modules
93915npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-66dd5f97/node_modules
93916npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/concat-map-edf79dfd/node_modules
93917npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-inherit-43c9879f/node_modules
93918npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/copy-dereference-c924f00e/node_modules
93919npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-cors-40887cf3/node_modules
93920npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-property-8ddaf725/node_modules
93921npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-replace-e38dbc99/node_modules
93922npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-source-36a28265/node_modules
93923npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-016813a6/node_modules
93924npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stringstream-56e54fb5/node_modules
93925npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/type-is-e3194335/node_modules
93926npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-7c2270b9/node_modules
93927npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backo2-07d21935/node_modules
93928npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/blob-f4e68975/node_modules
93929npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/delegates-f0865c7d/node_modules
93930npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exists-sync-e9407e08/node_modules
93931npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-3871d87c/node_modules
93932npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/accepts-d48b127f/node_modules
93933npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-a7549933/node_modules
93934npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansicolors-a16a5641/node_modules
93935npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/after-4d558f29/node_modules
93936npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cryptiles-57647cde/node_modules
93937npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-arrayish-420fa362/node_modules
93938npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bser-f621613d/node_modules
93939npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-component-e3f7dc36/node_modules
93940npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-config-loader-64a70e71/node_modules
93941npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/abbrev-a3784907/node_modules
93942npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/breakable-315428ca/node_modules
93943npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/oauth-sign-023eba31/node_modules
93944npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-utils-b11f54be/node_modules
93945npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sigmund-7f07178c/node_modules
93946npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tunnel-agent-04adcd59/node_modules
93947npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-2c7431b4/node_modules
93948npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-fed8febb/node_modules
93949npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/md5-o-matic-1e8576b7/node_modules
93950npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/requires-port-62139e3f/node_modules
93951npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/promise-map-series-26dcc783/node_modules
93952npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/stable-ef9f95b1/node_modules
93953npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/styled_string-815810f1/node_modules
93954npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-e1ab522d/node_modules
93955npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8e5b4750/node_modules
93956npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-d5d136ce/node_modules
93957npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-array-18187304/node_modules
93958npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-tools-974b50db/node_modules
93959npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/raw-body-93ca4111/node_modules
93960npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sane-watcher-8f2db1ca/node_modules
93961npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-plugin-htmlbars-inline-precompile-35ebc62c/node_modules
93962npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/content-disposition-88b9ae92/node_modules
93963npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defined-9480ebaa/node_modules
93964npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-jscs-4637e71e/node_modules
93965npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/did_it_work-739b724b/node_modules
93966npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/klassy-2b6de507/node_modules
93967npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fireworm-d9ee652e/node_modules
93968npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/serve-static-13d33cbc/node_modules
93969npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jshint-903ae427/node_modules
93970npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/eyes-b69ebcc4/node_modules
93971npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/form-data-3a059269/node_modules
93972npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/line-numbers-fd8c1e23/node_modules
93973npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/private-9dd4f151/node_modules
93974npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-kitchen-sink-helpers-33688fcb/node_modules
93975npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/amdefine-e6f5eb2f/node_modules
93976npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/compression-d1e57dd1/node_modules
93977npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/diff-55dd7f74/node_modules
93978npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globals-1b91ce06/node_modules
93979npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-int64-0510bb75/node_modules
93980npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsprim-7f72f759/node_modules
93981npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/component-emitter-bc6d3d61/node_modules
93982npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pathval-214c6af5/node_modules
93983npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-string-escape-0a348eff/node_modules
93984npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-queue-6f315088/node_modules
93985npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/next-tick-ee90b6e8/node_modules
93986npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/symlink-or-copy-e0e7f484/node_modules
93987npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xtend-0f00320b/node_modules
93988npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inherit-18491455/node_modules
93989npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonify-e2306add/node_modules
93990npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/make-array-60fe7880/node_modules
93991npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/morgan-9dba9a3c/node_modules
93992npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/path-posix-f15f3ffa/node_modules
93993npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-ae536158/node_modules
93994npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-af3ce28a/node_modules
93995npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-filter-8d39aa2a/node_modules
93996npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-disable-proxy-controllers-40089c58/node_modules
93997npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/balanced-match-367772e4/node_modules
93998npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gaze-65ff3792/node_modules
93999npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-new-computed-438da48e/node_modules
94000npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-3d307f82/node_modules
94001npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/isstream-443eb4ff/node_modules
94002npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/date-now-20040d07/node_modules
94003npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mktemp-97d71f82/node_modules
94004npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/slide-1f739c03/node_modules
94005npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ultron-6105a9d8/node_modules
94006npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/which-ee140223/node_modules
94007npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-f8c10c8b/node_modules
94008npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/osenv-40ea3e45/node_modules
94009npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/os-shim-382e971a/node_modules
94010npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tap-parser-7b37bc38/node_modules
94011npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-59545f53/node_modules
94012npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-7170cb42/node_modules
94013npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-d1b41fac/node_modules
94014npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-80242525/node_modules
94015npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/deep-equal-98b8dc97/node_modules
94016npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-af7ad738/node_modules
94017npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1ebe9ee8/node_modules
94018npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-228347d0/node_modules
94019npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-dc179472/node_modules
94020npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-41ac6afd/node_modules
94021npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-eff55aa6/node_modules
94022npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-util-is-3a10b392/node_modules
94023npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-21994325/node_modules
94024npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-inline-precompile-a5552339/node_modules
94025npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stringify-safe-b2cbe0c2/node_modules
94026npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-700e1520/node_modules
94027npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/object-keys-4ed4ae33/node_modules
94028npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/console-browserify-2474f22f/node_modules
94029npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/merge-defaults-f4d8bd3d/node_modules
94030npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/base64-arraybuffer-526b437e/node_modules
94031npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/write-file-atomic-b027d13d/node_modules
94032npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spdx-expression-parse-44c8f70a/node_modules
94033npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-foreach-689f8ab1/node_modules
94034npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-b8b230d2/node_modules
94035npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-d7c3d04c/node_modules
94036npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-f64a7b5b/node_modules
94037npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rimraf-ebd769a1/node_modules
94038npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-persistent-filter-b8b91713/node_modules
94039npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/array-index-d7a1d7cf/node_modules
94040npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-modules-path-66a227e7/node_modules
94041npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-value-parser-1dd8bf21/node_modules
94042npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/send-c1232aa3/node_modules
94043npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-preset-wikimedia-d1c0de0b/node_modules
94044npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cliui-a165ef32/node_modules
94045npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-export-application-global-edb6e115/node_modules
94046npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/dashdash-f9f2d86d/node_modules
94047npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsesc-b0f48cf1/node_modules
94048npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-viz-03e0269a/node_modules
94049npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-url-3f668230/node_modules
94050npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/y18n-8d6498ae/node_modules
94051npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/portfinder-27f15575/node_modules
94052npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uc.micro-e450621c/node_modules
94053npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-ae0fa075/node_modules
94054npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/linkify-it-8843295a/node_modules
94055npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/printf-01e60b45/node_modules
94056npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/through-11d8177b/node_modules
94057npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/watch-92e43379/node_modules
94058npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extend-15d924b5/node_modules
94059npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mdurl-9962125f/node_modules
94060npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-275059a9/node_modules
94061npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/parse-json-91700cec/node_modules
94062npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/include-path-searcher-ad05f4fc/node_modules
94063npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exec-sh-68d599c4/node_modules
94064npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-f1c79fbf/node_modules
94065npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-endpoint-parser-e5b7d9e6/node_modules
94066npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3818001b/node_modules
94067npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-32bb2b84/node_modules
94068npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-6ababc6a/node_modules
94069npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sri-d0846331/node_modules
94070npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-cd4f051a/node_modules
94071npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-0d13e1ea/node_modules
94072npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-fb7c7f99/node_modules
94073npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regjsparser-a283c310/node_modules
94074npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/typedarray-e39d73c2/node_modules
94075npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/graceful-fs-1a59f690/node_modules
94076npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clone-736a8240/node_modules
94077npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/are-we-there-yet-589df1da/node_modules
94078npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmlog-47e3ecac/node_modules
94079npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-15dc8e54/node_modules
94080npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-4c0d3054/node_modules
94081npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/estraverse-7108ff21/node_modules
94082npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-moment-shim-78e6d633/node_modules
94083npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ansi-254af02f/node_modules
94084npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-cdb272f7/node_modules
94085npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fileset-7b17ee7a/node_modules
94086npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-getowner-polyfill-33904567/node_modules
94087npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d6899a88/node_modules
94088npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-06116d36/node_modules
94089npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-d1543446/node_modules
94090npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/browserslist-6e1c82f9/node_modules
94091npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-ceacfbac/node_modules
94092npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-f078b02f/node_modules
94093npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/walk-sync-12e45ed4/node_modules
94094npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-sync-683a843f/node_modules
94095npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commander-5383b4c7/node_modules
94096npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-static-compiler-68b99a3a/node_modules
94097npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ecc-jsbn-d6118bc9/node_modules
94098npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/negotiator-fbe36ffa/node_modules
94099npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-3b01bbec/node_modules
94100npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-qunit-9320858b/node_modules
94101npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/extsprintf-fcd65df5/node_modules
94102npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cross-spawn-async-28064fcf/node_modules
94103npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-68aea8e8/node_modules
94104npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-51105842/node_modules
94105npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-9697b506/node_modules
94106npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-5116842d/node_modules
94107npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerate-c8238d63/node_modules
94108npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/findup-67fa7b52/node_modules
94109npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-d2ae4bc6/node_modules
94110npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/timers-ext-ac4c9aa7/node_modules
94111npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-94797cdd/node_modules
94112npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-84174dc0/node_modules
94113npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bf62f067/node_modules
94114npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-bd6315e8/node_modules
94115npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/debug-2044ff8d/node_modules
94116npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nopt-d8128e9f/node_modules
94117npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-5c9cfcf3/node_modules
94118npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sync-exec-c548e234/node_modules
94119npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-queue-73eedf04/node_modules
94120npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-706508e8/node_modules
94121npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-sass-pods-e63a9103/node_modules
94122npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/consolidate-81b0b525/node_modules
94123npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/temp-1c175c8d/node_modules
94124npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/charm-6abae0df/node_modules
94125npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/d-53a30cab/node_modules
94126npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/depd-19f18679/node_modules
94127npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-8b44fd1f/node_modules
94128npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-88af1009/node_modules
94129npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bl-60fabf27/node_modules
94130npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/wordwrap-2cc6dfde/node_modules
94131npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-data-f9032845/node_modules
94132npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/has-binary-b68bdbe6/node_modules
94133npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-stable-stringify-6e7c5050/node_modules
94134npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sntp-dbf57d7e/node_modules
94135npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsbn-d8d5a6db/node_modules
94136npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-60ac7e72/node_modules
94137npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-964f5e5f/node_modules
94138npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-93ebe877/node_modules
94139npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utf8-75f19ee0/node_modules
94140npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-858c902f/node_modules
94141npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-notifications-722e61cd/node_modules
94142npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-qunit-ad2b7403/node_modules
94143npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-c473926b/node_modules
94144npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-preprocess-registry-66bf1647/node_modules
94145npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esutils-d5355684/node_modules
94146npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-f5660d82/node_modules
94147npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-version-checker-cb460b6e/node_modules
94148npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/gauge-d188c5d3/node_modules
94149npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/config-chain-eff62038/node_modules
94150npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-2ad9047e/node_modules
94151npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b31a38fd/node_modules
94152npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-b4885cf9/node_modules
94153npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3087442f/node_modules
94154npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cpr-eb36d047/node_modules
94155npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regexpu-00029d90/node_modules
94156npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-f95fa6c2/node_modules
94157npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lru-cache-7eb0ff2e/node_modules
94158npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-ca8ba1bb/node_modules
94159npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-terminal-a86271c5/node_modules
94160npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-responsive-6cb7ff7c/node_modules
94161npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/vow-31dc2636/node_modules
94162npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-f37adad0/node_modules
94163npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-7e33baea/node_modules
94164npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3d74e334/node_modules
94165npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-b03183b4/node_modules
94166npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-36835cd7/node_modules
94167npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5270acf0/node_modules
94168npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-26eac1b9/node_modules
94169npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c9f37277/node_modules
94170npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-97b66f59/node_modules
94171npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domutils-61b75f6c/node_modules
94172npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-5635cff3/node_modules
94173npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-6d863d18/node_modules
94174npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-2797866c/node_modules
94175npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-416cf67c/node_modules
94176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-bf100edc/node_modules
94177npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-51f4b903/node_modules
94178npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-proxy-d6c9620a/node_modules
94179npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-tree-diff-ba9796f3/node_modules
94180npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-5d424b3d/node_modules
94181npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/block-stream-6033bdea/node_modules
94182npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-parser-710c6586/node_modules
94183npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/convert-source-map-15785363/node_modules
94184npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/asn1-ed757424/node_modules
94185npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hosted-git-info-618d4ee2/node_modules
94186npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/body-parser-554ba3c2/node_modules
94187npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-htmlbars-1df77fca/node_modules
94188npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/spawn-sync-0647ae08/node_modules
94189npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inflection-2bd198ab/node_modules
94190npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-config-b1270625/node_modules
94191npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-ordered-set-9479ca26/node_modules
94192npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/comment-parser-4f98204c/node_modules
94193npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/revalidator-429ce3b5/node_modules
94194npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-release-18d97de9/node_modules
94195npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/http-signature-9a1f1c6e/node_modules
94196npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-58bfceb7/node_modules
94197npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-44b16632/node_modules
94198npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-ic-ajax-b6109bcf/node_modules
94199npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-594faa38/node_modules
94200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-weak-map-9d0e52fd/node_modules
94201npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-4e706c59/node_modules
94202npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-bcc7e916/node_modules
94203npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-b1a03676/node_modules
94204npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-fb22dd2b/node_modules
94205npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-17157248/node_modules
94206npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-53d854f0/node_modules
94207npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-55591ec4/node_modules
94208npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nomnom-80a8c240/node_modules
94209npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-dependency-checker-459947e8/node_modules
94210npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sprintf-js-cd2e6fd4/node_modules
94211npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-uglify-sourcemap-3347274d/node_modules
94212npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-extensions-820ad7a9/node_modules
94213npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-symbol-92a4f8fa/node_modules
94214npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlhttprequest-ssl-5f85022b/node_modules
94215npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-babel-transpiler-a95abd87/node_modules
94216npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa3e6799/node_modules
94217npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-object-fa859bec/node_modules
94218npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ipaddr.js-ea863ff4/node_modules
94219npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/faye-websocket-1a922ba7/node_modules
94220npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/pkginfo-48b3eeec/node_modules
94221npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-3915328a/node_modules
94222npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c63ccc4d/node_modules
94223npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-4f60be61/node_modules
94224npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yam-39aed5bf/node_modules
94225npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-85a59ea7/node_modules
94226npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-c14b3aa3/node_modules
94227npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-inflector-e5f486a1/node_modules
94228npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-base64-5c61c949/node_modules
94229npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-uuid-9ceee6eb/node_modules
94230npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmldom-471bac14/node_modules
94231npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-pure-73a8f341/node_modules
94232npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-449d5aa6/node_modules
94233npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uuid-2144319e/node_modules
94234npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/connect-b2bee03f/node_modules
94235npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-39eed183/node_modules
94236npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-1d8737d7/node_modules
94237npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-6ea1582c/node_modules
94238npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/globule-eaadc272/node_modules
94239npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimatch-429dddb6/node_modules
94240npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-test-helpers-54cd5e1b/node_modules
94241npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-51d9a6c1/node_modules
94242npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-d4bbfa19/node_modules
94243npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/minimist-64d8eef9/node_modules
94244npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-suave-5e920a76/node_modules
94245npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-data-61ca443d/node_modules
94246npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/verror-f276922d/node_modules
94247npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-70c2fc4c/node_modules
94248npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/boom-7dfa6946/node_modules
94249npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ncp-13111647/node_modules
94250npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-2768bd38/node_modules
94251npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mkdirp-9f60b8b1/node_modules
94252npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/entities-5b64ebb8/node_modules
94253npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/event-emitter-a535cfae/node_modules
94254npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-1adae208/node_modules
94255npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-9da9f82a/node_modules
94256npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-bc835062/node_modules
94257npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-iterator-7caf7ab3/node_modules
94258npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-eef83101/node_modules
94259npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/i-c6e7fbc5/node_modules
94260npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/har-validator-2e9e75c4/node_modules
94261npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/utile-1139611f/node_modules
94262npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jodid25519-d3fd348c/node_modules
94263npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sane-3bc014f8/node_modules
94264npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-tokens-5a59920d/node_modules
94265npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-7c80dd1e/node_modules
94266npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-2511555a/node_modules
94267npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore-048242a9/node_modules
94268npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-funnel-66b9bf0b/node_modules
94269npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-caching-writer-408ed839/node_modules
94270npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-babel-d25b556a/node_modules
94271npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-pure-be8a86e9/node_modules
94272npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tiny-lr-8e219f8a/node_modules
94273npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/commoner-6d0b3c38/node_modules
94274npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sass-graph-fa9b07d8/node_modules
94275npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cli-color-3e951cbd/node_modules
94276npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/xmlbuilder-7a233e5e/node_modules
94277npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-jscs-697c3e5d/node_modules
94278npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sri-toolbox-1596788b/node_modules
94279npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/websocket-driver-026a22f7/node_modules
94280npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-moment-e4fbf2d6/node_modules
94281npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mustache-c2ff5ad1/node_modules
94282npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/inquirer-7e707412/node_modules
94283npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-daa735f8/node_modules
94284npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/exit-d13686e4/node_modules
94285npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-map-30774e54/node_modules
94286npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-eadc153e/node_modules
94287npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-47548d9f/node_modules
94288npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-46a3b4f1/node_modules
94289npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/q-e4383e3c/node_modules
94290npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/qs-89068b60/node_modules
94291npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-9122cdcd/node_modules
94292npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/livereload-js-523dba25/node_modules
94293npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-6da500b5/node_modules
94294npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/domhandler-93025c7d/node_modules
94295npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/backbone-066ba18b/node_modules
94296npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/signal-exit-59e0708b/node_modules
94297npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-truth-helpers-7840b86a/node_modules
94298npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hash-for-dep-c77def63/node_modules
94299npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fstream-8d639321/node_modules
94300npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-app-version-8f31648e/node_modules
94301npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/detective-6832ddb5/node_modules
94302npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/optimist-c502c948/node_modules
94303npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/regenerator-0a1d6291/node_modules
94304npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npmconf-a9058767/node_modules
94305npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-opinionated-17af6afe/node_modules
94306npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-sinon-qunit-5efea5f5/node_modules
94307npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-f7d1b369/node_modules
94308npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-3d14b358/node_modules
94309npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/glob-702a930e/node_modules
94310npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-metrics-a6ab4113/node_modules
94311npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/redeyed-90510f01/node_modules
94312npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-router-generator-d0dd2f6b/node_modules
94313npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mime-db-7214c349/node_modules
94314npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-content-security-policy-1cd8455c/node_modules
94315npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es6-set-1ce7bb8c/node_modules
94316npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ws-pure-607440de/node_modules
94317npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-8d333f0b/node_modules
94318npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/async-f08582f8/node_modules
94319npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-feature-flags-bcca752b/node_modules
94320npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/readable-stream-7abec85f/node_modules
94321npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-blanket-1c2f568a/node_modules
94322npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-61c4f280/node_modules
94323npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/colors-467aeb56/node_modules
94324npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tweetnacl-95c66e01/node_modules
94325npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-751bb452/node_modules
94326npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/sshpk-824a80a4/node_modules
94327npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/yargs-806132fb/node_modules
94328npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/normalize-package-data-ee20133e/node_modules
94329npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-3f6decea/node_modules
94330npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-1f272884/node_modules
94331npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ast-types-c31f37ee/node_modules
94332npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hoek-57a13441/node_modules
94333npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/prompt-8204601b/node_modules
94334npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-try-3958931d/node_modules
94335npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sourcemap-concat-5fdc1122/node_modules
94336npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/roundcube-mail-f5003fde/node_modules
94337npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/cardinal-b7687f74/node_modules
94338npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/recast-d15b2b45/node_modules
94339npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/shelljs-72cc47ca/node_modules
94340npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/semver-fe4bb29a/node_modules
94341npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/engine.io-client-pure-8e7c4f14/node_modules
94342npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-support-c9e3dea0/node_modules
94343npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-jsdoc-d6401ea1/node_modules
94344npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-livingstyleguide-e78079ec/node_modules
94345npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-476a33a8/node_modules
94346npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-28b5221a/node_modules
94347npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-19f6cb21/node_modules
94348npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-notify-676ce526/node_modules
94349npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/express-43f78f81/node_modules
94350npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-stew-c47b35c6/node_modules
94351npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cpm-168469d1/node_modules
94352npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rewrite-90345a7e/node_modules
94353npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-client-pure-863f4557/node_modules
94354npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/request-e6ed34b1/node_modules
94355npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tough-cookie-e6694b3d/node_modules
94356npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsonlint-fa0f2615/node_modules
94357npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fs-extra-df7d98bd/node_modules
94358npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/argparse-87ae0e14/node_modules
94359npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json-schema-11c8ecdc/node_modules
94360npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/is-my-json-valid-c33df1fe/node_modules
94361npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/benchmark-85669a32/node_modules
94362npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babylon-bbb14cf4/node_modules
94363npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-063bc174/node_modules
94364npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/tar-db41c332/node_modules
94365npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-i18n-2673a2a1/node_modules
94366npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-7405b2e6/node_modules
94367npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/rsvp-f4f5abb9/node_modules
94368npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/clean-css-0e39ef5d/node_modules
94369npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-mirage-7f5d1c5b/node_modules
94370npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-sri-hash-382fff4e/node_modules
94371npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-merge-trees-2fb70633/node_modules
94372npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-plugin-3a82a455/node_modules
94373npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-f2d9c11c/node_modules
94374npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jsdoctypeparser-420a8874/node_modules
94375npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/memoizee-2fa96276/node_modules
94376npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/resolve-bde9456d/node_modules
94377npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/htmlparser2-4d8d1227/node_modules
94378npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/git-repo-info-080ea3a6/node_modules
94379npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/autoprefixer-0f9ac639/node_modules
94380npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/escope-a9e8427d/node_modules
94381npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/js-yaml-095af971/node_modules
94382npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/iconv-lite-ef6e0ccb/node_modules
94383npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json3-eced3f5b/node_modules
94384npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/winston-84355c9d/node_modules
94385npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/defs-3376a174/node_modules
94386npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/hawk-47f116c4/node_modules
94387npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-898a5b96/node_modules
94388npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/fast-sourcemap-concat-cd52db00/node_modules
94389npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/nan-39e8649b/node_modules
94390npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-ee7c1d51/node_modules
94391npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/postcss-7c26d740/node_modules
94392npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/uglify-js-9e61067b/node_modules
94393npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bluebird-f91441e7/node_modules
94394npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/broccoli-asset-rev-17525601/node_modules
94395npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/json5-447dc276/node_modules
94396npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/underscore.string-12994640/node_modules
94397npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/acorn-7d4913e7/node_modules
94398npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/markdown-it-573f6d57/node_modules
94399npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-a990802b/node_modules
94400npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-dd406315/node_modules
94401npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-83b064ef/node_modules
94402npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/source-map-101fc932/node_modules
94403npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-75f263c8/node_modules
94404npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-0e8f74aa/node_modules
94405npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-d0a71a43/node_modules
94406npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-dabba378/node_modules
94407npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-0a4a3271/node_modules
94408npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-23292fbb/node_modules
94409npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/esprima-fb-1494b2a8/node_modules
94410npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/testem-13083f2f/node_modules
94411npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/handlebars-a4ecd30a/node_modules
94412npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/socket.io-parser-24bc4574/node_modules
94413npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-simple-auth-7edc2444/node_modules
94414npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-gyp-7c3433f8/node_modules
94415npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/node-sass-85778306/node_modules
94416npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-849a464a/node_modules
94417npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/mout-0b2f03be/node_modules
94418npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-timezone-85e37235/node_modules
94419npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-f15be9e9/node_modules
94420npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jshint-f4fd0e39/node_modules
94421npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-564e30d4/node_modules
94422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/JSV-cbe9e5a6/node_modules
94423npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/es5-ext-0ffa6811/node_modules
94424npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/moment-b605de6f/node_modules
94425npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/ember-cli-73a2d3f1/node_modules
94426npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/core-js-ffce027b/node_modules
94427npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/babel-core-8d130e7e/node_modules
94428npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/lodash-node-fe236855/node_modules
94429npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/jscs-ef92114a/node_modules
94430npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/leek-aaff9f2d/node_modules
94431npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/caniuse-db-cedfc576/node_modules
94432npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/npm-91b1076b/node_modules
94433npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.staging/bower-21038e3a/node_modules
94434npm info lifecycle JSV@4.0.2~preinstall: JSV@4.0.2
94435npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
94436npm info lifecycle acorn@1.2.2~preinstall: acorn@1.2.2
94437npm info lifecycle after@0.8.1~preinstall: after@0.8.1
94438npm info lifecycle amd-name-resolver@0.0.2~preinstall: amd-name-resolver@0.0.2
94439npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
94440npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
94441npm info lifecycle ansi-regex@0.2.1~preinstall: ansi-regex@0.2.1
94442npm info lifecycle ansi-styles@1.1.0~preinstall: ansi-styles@1.1.0
94443npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
94444npm info lifecycle array-equal@1.0.0~preinstall: array-equal@1.0.0
94445npm info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
94446npm info lifecycle arraybuffer.slice@0.0.6~preinstall: arraybuffer.slice@0.0.6
94447npm info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3
94448npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
94449npm info lifecycle ast-traverse@0.1.1~preinstall: ast-traverse@0.1.1
94450npm info lifecycle ast-types@0.8.12~preinstall: ast-types@0.8.12
94451npm info lifecycle async@0.2.10~preinstall: async@0.2.10
94452npm info lifecycle async-foreach@0.1.3~preinstall: async-foreach@0.1.3
94453npm info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
94454npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94455npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94456npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94457npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
94458npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94459npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94460npm info lifecycle babel-plugin-constant-folding@1.0.1~preinstall: babel-plugin-constant-folding@1.0.1
94461npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~preinstall: babel-plugin-dead-code-elimination@1.0.2
94462npm info lifecycle babel-plugin-eval@1.0.1~preinstall: babel-plugin-eval@1.0.1
94463npm info lifecycle babel-plugin-htmlbars-inline-precompile@0.0.5~preinstall: babel-plugin-htmlbars-inline-precompile@0.0.5
94464npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~preinstall: babel-plugin-inline-environment-variables@1.0.1
94465npm info lifecycle babel-plugin-jscript@1.0.4~preinstall: babel-plugin-jscript@1.0.4
94466npm info lifecycle babel-plugin-member-expression-literals@1.0.1~preinstall: babel-plugin-member-expression-literals@1.0.1
94467npm info lifecycle babel-plugin-property-literals@1.0.1~preinstall: babel-plugin-property-literals@1.0.1
94468npm info lifecycle babel-plugin-react-constant-elements@1.0.3~preinstall: babel-plugin-react-constant-elements@1.0.3
94469npm info lifecycle babel-plugin-react-display-name@1.0.3~preinstall: babel-plugin-react-display-name@1.0.3
94470npm info lifecycle babel-plugin-remove-console@1.0.1~preinstall: babel-plugin-remove-console@1.0.1
94471npm info lifecycle babel-plugin-remove-debugger@1.0.1~preinstall: babel-plugin-remove-debugger@1.0.1
94472npm info lifecycle babel-plugin-runtime@1.0.7~preinstall: babel-plugin-runtime@1.0.7
94473npm info lifecycle babel-plugin-undefined-to-void@1.1.6~preinstall: babel-plugin-undefined-to-void@1.1.6
94474npm info lifecycle babylon@5.8.34~preinstall: babylon@5.8.34
94475npm info lifecycle backo2@1.0.2~preinstall: backo2@1.0.2
94476npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
94477npm info lifecycle base64-arraybuffer@0.1.2~preinstall: base64-arraybuffer@0.1.2
94478npm info lifecycle base64id@0.1.0~preinstall: base64id@0.1.0
94479npm info lifecycle basic-auth@1.0.3~preinstall: basic-auth@1.0.3
94480npm info lifecycle benchmark@1.0.0~preinstall: benchmark@1.0.0
94481npm info lifecycle blank-object@1.0.1~preinstall: blank-object@1.0.1
94482npm info lifecycle blob@0.0.4~preinstall: blob@0.0.4
94483npm info lifecycle bluebird@2.10.2~preinstall: bluebird@2.10.2
94484npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
94485npm info lifecycle depd@1.1.0~preinstall: depd@1.1.0
94486npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
94487npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
94488npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
94489npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
94490npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94491npm info lifecycle minimist@0.0.10~preinstall: minimist@0.0.10
94492npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
94493npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
94494npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94495npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
94496npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
94497npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94498npm info lifecycle untildify@2.1.0~preinstall: untildify@2.1.0
94499npm info lifecycle bower-endpoint-parser@0.2.2~preinstall: bower-endpoint-parser@0.2.2
94500npm info lifecycle deep-extend@0.2.11~preinstall: deep-extend@0.2.11
94501npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
94502npm info lifecycle intersect@0.0.3~preinstall: intersect@0.0.3
94503npm info lifecycle bower-json@0.4.0~preinstall: bower-json@0.4.0
94504npm info lifecycle bower-logger@0.2.2~preinstall: bower-logger@0.2.2
94505npm info lifecycle async@0.2.10~preinstall: async@0.2.10
94506npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94507npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94508npm info lifecycle ansicolors@0.2.1~preinstall: ansicolors@0.2.1
94509npm info lifecycle esprima@1.0.4~preinstall: esprima@1.0.4
94510npm info lifecycle redeyed@0.4.4~preinstall: redeyed@0.4.4
94511npm info lifecycle cardinal@0.4.4~preinstall: cardinal@0.4.4
94512npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94513npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
94514npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94515npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94516npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94517npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94518npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94519npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
94520npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
94521npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
94522npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
94523npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
94524npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
94525npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
94526npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
94527npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
94528npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94529npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
94530npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
94531npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
94532npm info lifecycle buffers@0.1.1~preinstall: buffers@0.1.1
94533npm info lifecycle traverse@0.3.9~preinstall: traverse@0.3.9
94534npm info lifecycle chainsaw@0.1.0~preinstall: chainsaw@0.1.0
94535npm info lifecycle binary@0.3.0~preinstall: binary@0.3.0
94536npm info lifecycle mkpath@0.1.0~preinstall: mkpath@0.1.0
94537npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94538npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94539npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94540npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94541npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
94542npm info lifecycle nopt@1.0.10~preinstall: nopt@1.0.10
94543npm info lifecycle touch@0.0.3~preinstall: touch@0.0.3
94544npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
94545npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94546npm info lifecycle iferr@0.1.5~preinstall: iferr@0.1.5
94547npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
94548npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94549npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94550npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94551npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
94552npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94553npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
94554npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
94555npm info lifecycle fs-write-stream-atomic@1.0.7~preinstall: fs-write-stream-atomic@1.0.7
94556npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94557npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
94558npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
94559npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
94560npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
94561npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94562npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94563npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
94564npm info lifecycle github@0.2.4~preinstall: github@0.2.4
94565npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94566npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94567npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
94568npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
94569npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
94570npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94571npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94572npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94573npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
94574npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
94575npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
94576npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
94577npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
94578npm info lifecycle async@0.2.10~preinstall: async@0.2.10
94579npm info lifecycle amdefine@1.0.0~preinstall: amdefine@1.0.0
94580npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
94581npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
94582npm info lifecycle handlebars@2.0.0~preinstall: handlebars@2.0.0
94583npm info lifecycle ansi-escapes@1.1.0~preinstall: ansi-escapes@1.1.0
94584npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94585npm info lifecycle exit-hook@1.1.1~preinstall: exit-hook@1.1.1
94586npm info lifecycle onetime@1.0.0~preinstall: onetime@1.0.0
94587npm info lifecycle restore-cursor@1.0.1~preinstall: restore-cursor@1.0.1
94588npm info lifecycle cli-cursor@1.0.2~preinstall: cli-cursor@1.0.2
94589npm info lifecycle cli-width@1.1.0~preinstall: cli-width@1.1.0
94590npm info lifecycle figures@1.4.0~preinstall: figures@1.4.0
94591npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
94592npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
94593npm info lifecycle code-point-at@1.0.0~preinstall: code-point-at@1.0.0
94594npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
94595npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
94596npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
94597npm info lifecycle readline2@1.0.1~preinstall: readline2@1.0.1
94598npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94599npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94600npm info lifecycle run-async@0.1.0~preinstall: run-async@0.1.0
94601npm info lifecycle rx-lite@3.1.2~preinstall: rx-lite@3.1.2
94602npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94603npm info lifecycle through@2.3.8~preinstall: through@2.3.8
94604npm info lifecycle inquirer@0.10.0~preinstall: inquirer@0.10.0
94605npm info lifecycle async@1.5.0~preinstall: async@1.5.0
94606npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94607npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
94608npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94609npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
94610npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
94611npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
94612npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
94613npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
94614npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94615npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
94616npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
94617npm info lifecycle lodash.debounce@3.1.1~preinstall: lodash.debounce@3.1.1
94618npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
94619npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
94620npm info lifecycle osx-release@1.1.0~preinstall: osx-release@1.1.0
94621npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
94622npm info lifecycle win-release@1.1.1~preinstall: win-release@1.1.1
94623npm info lifecycle os-name@1.0.3~preinstall: os-name@1.0.3
94624npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
94625npm info lifecycle is-root@1.0.0~preinstall: is-root@1.0.0
94626npm info lifecycle junk@1.0.2~preinstall: junk@1.0.2
94627npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
94628npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
94629npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
94630npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
94631npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
94632npm info lifecycle mkdirp@0.5.0~preinstall: mkdirp@0.5.0
94633npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
94634npm info lifecycle mout@0.11.1~preinstall: mout@0.11.1
94635npm info lifecycle bower-config@1.3.0~preinstall: bower-config@1.3.0
94636npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
94637npm info lifecycle opn@1.0.2~preinstall: opn@1.0.2
94638npm info lifecycle q@0.9.7~preinstall: q@0.9.7
94639npm info lifecycle p-throttler@0.1.1~preinstall: p-throttler@0.1.1
94640npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
94641npm info lifecycle read@1.0.7~preinstall: read@1.0.7
94642npm info lifecycle promptly@0.2.0~preinstall: promptly@0.2.0
94643npm info lifecycle q@1.4.1~preinstall: q@1.4.1
94644npm info lifecycle decompress-zip@0.1.0~preinstall: decompress-zip@0.1.0
94645npm info lifecycle throttleit@0.0.2~preinstall: throttleit@0.0.2
94646npm info lifecycle request-progress@0.3.1~preinstall: request-progress@0.3.1
94647npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
94648npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94649npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94650npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94651npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94652npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
94653npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
94654npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
94655npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
94656npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
94657npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
94658npm info lifecycle async@0.9.2~preinstall: async@0.9.2
94659npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
94660npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
94661npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
94662npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
94663npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
94664npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
94665npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
94666npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
94667npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
94668npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
94669npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
94670npm info lifecycle mime-db@1.12.0~preinstall: mime-db@1.12.0
94671npm info lifecycle mime-types@2.0.14~preinstall: mime-types@2.0.14
94672npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
94673npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
94674npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
94675npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
94676npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
94677npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
94678npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
94679npm info lifecycle request@2.53.0~preinstall: request@2.53.0
94680npm info lifecycle insight@0.7.0~preinstall: insight@0.7.0
94681npm info lifecycle retry@0.6.1~preinstall: retry@0.6.1
94682npm info lifecycle request-replay@0.2.0~preinstall: request-replay@0.2.0
94683npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94684npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94685npm info lifecycle balanced-match@0.3.0~preinstall: balanced-match@0.3.0
94686npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
94687npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
94688npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
94689npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94690npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94691npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
94692npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
94693npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
94694npm info lifecycle rimraf@2.4.4~preinstall: rimraf@2.4.4
94695npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
94696npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
94697npm info lifecycle bower-registry-client@1.0.0~preinstall: bower-registry-client@1.0.0
94698npm info lifecycle semver@2.3.2~preinstall: semver@2.3.2
94699npm info lifecycle array-filter@0.0.1~preinstall: array-filter@0.0.1
94700npm info lifecycle array-map@0.0.0~preinstall: array-map@0.0.0
94701npm info lifecycle array-reduce@0.0.0~preinstall: array-reduce@0.0.0
94702npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
94703npm info lifecycle shell-quote@1.4.3~preinstall: shell-quote@1.4.3
94704npm info lifecycle stringify-object@1.0.1~preinstall: stringify-object@1.0.1
94705npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94706npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94707npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
94708npm info lifecycle pump@1.0.1~preinstall: pump@1.0.1
94709npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94710npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94711npm info lifecycle end-of-stream@1.1.0~preinstall: end-of-stream@1.1.0
94712npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94713npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94714npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94715npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
94716npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94717npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
94718npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
94719npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
94720npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
94721npm info lifecycle tar-stream@1.3.1~preinstall: tar-stream@1.3.1
94722npm info lifecycle tar-fs@1.8.1~preinstall: tar-fs@1.8.1
94723npm info lifecycle tmp@0.0.24~preinstall: tmp@0.0.24
94724npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94725npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
94726npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
94727npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94728npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
94729npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
94730npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
94731npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
94732npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
94733npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
94734npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
94735npm info lifecycle configstore@1.4.0~preinstall: configstore@1.4.0
94736npm info lifecycle is-npm@1.0.0~preinstall: is-npm@1.0.0
94737npm info lifecycle capture-stack-trace@1.0.0~preinstall: capture-stack-trace@1.0.0
94738npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94739npm info lifecycle create-error-class@2.0.1~preinstall: create-error-class@2.0.1
94740npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
94741npm info lifecycle once@1.3.3~preinstall: once@1.3.3
94742npm info lifecycle end-of-stream@1.0.0~preinstall: end-of-stream@1.0.0
94743npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94744npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94745npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94746npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
94747npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94748npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
94749npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
94750npm info lifecycle duplexify@3.4.2~preinstall: duplexify@3.4.2
94751npm info lifecycle is-plain-obj@1.1.0~preinstall: is-plain-obj@1.1.0
94752npm info lifecycle is-redirect@1.0.0~preinstall: is-redirect@1.0.0
94753npm info lifecycle is-stream@1.0.1~preinstall: is-stream@1.0.1
94754npm info lifecycle lowercase-keys@1.0.0~preinstall: lowercase-keys@1.0.0
94755npm info lifecycle node-status-codes@1.0.0~preinstall: node-status-codes@1.0.0
94756npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
94757npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
94758npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
94759npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
94760npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
94761npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
94762npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
94763npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
94764npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94765npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
94766npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
94767npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
94768npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
94769npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
94770npm info lifecycle readable-stream@2.0.4~preinstall: readable-stream@2.0.4
94771npm info lifecycle read-all-stream@3.0.1~preinstall: read-all-stream@3.0.1
94772npm info lifecycle timed-out@2.0.0~preinstall: timed-out@2.0.0
94773npm info lifecycle unzip-response@1.0.0~preinstall: unzip-response@1.0.0
94774npm info lifecycle prepend-http@1.0.3~preinstall: prepend-http@1.0.3
94775npm info lifecycle url-parse-lax@1.0.0~preinstall: url-parse-lax@1.0.0
94776npm info lifecycle got@5.2.0~preinstall: got@5.2.0
94777npm info lifecycle deep-extend@0.4.0~preinstall: deep-extend@0.4.0
94778npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
94779npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
94780npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
94781npm info lifecycle rc@1.1.5~preinstall: rc@1.1.5
94782npm info lifecycle registry-url@3.0.3~preinstall: registry-url@3.0.3
94783npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
94784npm info lifecycle package-json@2.3.0~preinstall: package-json@2.3.0
94785npm info lifecycle latest-version@2.0.0~preinstall: latest-version@2.0.0
94786npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
94787npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
94788npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
94789npm info lifecycle semver@5.1.0~preinstall: semver@5.1.0
94790npm info lifecycle semver-diff@2.1.0~preinstall: semver-diff@2.1.0
94791npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94792npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94793npm info lifecycle string-length@1.0.1~preinstall: string-length@1.0.1
94794npm info lifecycle update-notifier@0.6.0~preinstall: update-notifier@0.6.0
94795npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
94796npm info lifecycle xdg-basedir@1.0.1~preinstall: xdg-basedir@1.0.1
94797npm info lifecycle configstore@0.3.2~preinstall: configstore@0.3.2
94798npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
94799npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
94800npm info lifecycle which@1.2.0~preinstall: which@1.2.0
94801npm info lifecycle breakable@1.0.0~preinstall: breakable@1.0.0
94802npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
94803npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94804npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94805npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94806npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
94807npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
94808npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
94809npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94810npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94811npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
94812npm info lifecycle broccoli-slow-trees@1.1.0~preinstall: broccoli-slow-trees@1.1.0
94813npm info lifecycle broccoli-source@1.1.0~preinstall: broccoli-source@1.1.0
94814npm info lifecycle rsvp@3.1.0~preinstall: rsvp@3.1.0
94815npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94816npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
94817npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94818npm info lifecycle window-size@0.1.0~preinstall: window-size@0.1.0
94819npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
94820npm info lifecycle broccoli-viz@2.0.1~preinstall: broccoli-viz@2.0.1
94821npm info lifecycle builtin-modules@1.1.0~preinstall: builtin-modules@1.1.0
94822npm info lifecycle bytes@2.1.0~preinstall: bytes@2.1.0
94823npm info lifecycle callsite@1.0.0~preinstall: callsite@1.0.0
94824npm info lifecycle better-assert@1.0.2~preinstall: better-assert@1.0.2
94825npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
94826npm info lifecycle camelcase@2.0.1~preinstall: camelcase@2.0.1
94827npm info lifecycle caniuse-db@1.0.30000380~preinstall: caniuse-db@1.0.30000380
94828npm info lifecycle browserslist@1.0.1~preinstall: browserslist@1.0.1
94829npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
94830npm info lifecycle charm@1.0.0~preinstall: charm@1.0.0
94831npm info lifecycle clean-base-url@1.0.0~preinstall: clean-base-url@1.0.0
94832npm info lifecycle commander@2.2.0~preinstall: commander@2.2.0
94833npm info lifecycle clean-css@2.2.23~preinstall: clean-css@2.2.23
94834npm info lifecycle colors@1.0.3~preinstall: colors@1.0.3
94835npm info lifecycle cli-table@0.3.1~preinstall: cli-table@0.3.1
94836npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
94837npm info lifecycle clone@0.2.0~preinstall: clone@0.2.0
94838npm info lifecycle colors@0.6.2~preinstall: colors@0.6.2
94839npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94840npm info lifecycle component-bind@1.0.0~preinstall: component-bind@1.0.0
94841npm info lifecycle component-emitter@1.1.2~preinstall: component-emitter@1.1.2
94842npm info lifecycle component-inherit@0.0.3~preinstall: component-inherit@0.0.3
94843npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
94844npm info lifecycle brace-expansion@1.1.2~preinstall: brace-expansion@1.1.2
94845npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94846npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94847npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94848npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94849npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94850npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94851npm info lifecycle consolidate@0.13.1~preinstall: consolidate@0.13.1
94852npm info lifecycle content-disposition@0.5.0~preinstall: content-disposition@0.5.0
94853npm info lifecycle content-type@1.0.1~preinstall: content-type@1.0.1
94854npm info lifecycle convert-source-map@1.1.2~preinstall: convert-source-map@1.1.2
94855npm info lifecycle cookie@0.1.3~preinstall: cookie@0.1.3
94856npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
94857npm info lifecycle copy-dereference@1.0.0~preinstall: copy-dereference@1.0.0
94858npm info lifecycle core-js@1.2.6~preinstall: core-js@1.2.6
94859npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
94860npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94861npm info lifecycle cycle@1.0.3~preinstall: cycle@1.0.3
94862npm info lifecycle dashdash@1.10.1~preinstall: dashdash@1.10.1
94863npm info lifecycle date-now@0.1.4~preinstall: date-now@0.1.4
94864npm info lifecycle console-browserify@1.1.0~preinstall: console-browserify@1.1.0
94865npm info lifecycle deep-equal@1.0.1~preinstall: deep-equal@1.0.1
94866npm info lifecycle defined@1.0.0~preinstall: defined@1.0.0
94867npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
94868npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
94869npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
94870npm info lifecycle depd@1.0.1~preinstall: depd@1.0.1
94871npm info lifecycle destroy@1.0.3~preinstall: destroy@1.0.3
94872npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
94873npm info lifecycle detective@4.3.1~preinstall: detective@4.3.1
94874npm info lifecycle did_it_work@0.0.6~preinstall: did_it_work@0.0.6
94875npm info lifecycle diff@1.4.0~preinstall: diff@1.4.0
94876npm info lifecycle domelementtype@1.1.3~preinstall: domelementtype@1.1.3
94877npm info lifecycle domelementtype@1.3.0~preinstall: domelementtype@1.3.0
94878npm info lifecycle domhandler@2.3.0~preinstall: domhandler@2.3.0
94879npm info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
94880npm info lifecycle clone@1.0.2~preinstall: clone@1.0.2
94881npm info lifecycle core-object@1.1.0~preinstall: core-object@1.1.0
94882npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
94883npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94884npm info lifecycle ember-cli-copy-dereference@1.0.0~preinstall: ember-cli-copy-dereference@1.0.0
94885npm info lifecycle is-git-url@0.2.0~preinstall: is-git-url@0.2.0
94886npm info lifecycle ember-cli-get-dependency-depth@1.0.0~preinstall: ember-cli-get-dependency-depth@1.0.0
94887npm info lifecycle ic-ajax@2.0.1~preinstall: ic-ajax@2.0.1
94888npm info lifecycle ember-cli-ic-ajax@0.2.4~preinstall: ember-cli-ic-ajax@0.2.4
94889npm info lifecycle ember-cli-inject-live-reload@1.4.0~preinstall: ember-cli-inject-live-reload@1.4.0
94890npm info lifecycle ember-cli-is-package-missing@1.0.0~preinstall: ember-cli-is-package-missing@1.0.0
94891npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94892npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94893npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94894npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94895npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94896npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94897npm info lifecycle ember-cli-opinionated@0.2.0~preinstall: ember-cli-opinionated@0.2.0
94898npm info lifecycle ember-cli-path-utils@1.0.0~preinstall: ember-cli-path-utils@1.0.0
94899npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94900npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94901npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94902npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94903npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94904npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
94905npm info lifecycle ember-cli-string-utils@1.0.0~preinstall: ember-cli-string-utils@1.0.0
94906npm info lifecycle ember-cli-test-info@1.0.0~preinstall: ember-cli-test-info@1.0.0
94907npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94908npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94909npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94910npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94911npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
94912npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94913npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94914npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94915npm info lifecycle ember-export-application-global@1.0.5~preinstall: ember-export-application-global@1.0.5
94916npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94917npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94918npm info lifecycle mkdirp@0.3.5~preinstall: mkdirp@0.3.5
94919npm info lifecycle object-assign@2.1.1~preinstall: object-assign@2.1.1
94920npm info lifecycle walk-sync@0.1.3~preinstall: walk-sync@0.1.3
94921npm info lifecycle ast-types@0.6.16~preinstall: ast-types@0.6.16
94922npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~preinstall: esprima-fb@10001.1.0-dev-harmony-fb
94923npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
94924npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
94925npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
94926npm info lifecycle core-object@1.1.0~preinstall: core-object@1.1.0
94927npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
94928npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
94929npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
94930npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
94931npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
94932npm info lifecycle debug@1.0.4~preinstall: debug@1.0.4
94933npm info lifecycle parseuri@0.0.4~preinstall: parseuri@0.0.4
94934npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
94935npm info lifecycle debug@1.0.3~preinstall: debug@1.0.3
94936npm info lifecycle ensure-posix-path@1.0.1~preinstall: ensure-posix-path@1.0.1
94937npm info lifecycle entities@1.1.1~preinstall: entities@1.1.1
94938npm info lifecycle dom-serializer@0.1.0~preinstall: dom-serializer@0.1.0
94939npm info lifecycle domutils@1.5.1~preinstall: domutils@1.5.1
94940npm info lifecycle es6-symbol@3.0.2~preinstall: es6-symbol@3.0.2
94941npm info lifecycle es5-ext@0.10.11~preinstall: es5-ext@0.10.11
94942npm info lifecycle d@0.1.1~preinstall: d@0.1.1
94943npm info lifecycle es6-iterator@2.0.0~preinstall: es6-iterator@2.0.0
94944npm info lifecycle es6-symbol@2.0.1~preinstall: es6-symbol@2.0.1
94945npm info lifecycle es6-iterator@0.1.3~preinstall: es6-iterator@0.1.3
94946npm info lifecycle es6-weak-map@0.1.4~preinstall: es6-weak-map@0.1.4
94947npm info lifecycle escape-html@1.0.2~preinstall: escape-html@1.0.2
94948npm info lifecycle escape-string-regexp@1.0.4~preinstall: escape-string-regexp@1.0.4
94949npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
94950npm info lifecycle chalk@1.1.0~preinstall: chalk@1.1.0
94951npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
94952npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
94953npm info lifecycle decamelize@1.1.2~preinstall: decamelize@1.1.2
94954npm info lifecycle yargs@3.5.4~preinstall: yargs@3.5.4
94955npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
94956npm info lifecycle es6-weak-map@2.0.1~preinstall: es6-weak-map@2.0.1
94957npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~preinstall: esprima-fb@15001.1001.0-dev-harmony-fb
94958npm info lifecycle estraverse@3.1.0~preinstall: estraverse@3.1.0
94959npm info lifecycle esrecurse@3.1.1~preinstall: esrecurse@3.1.1
94960npm info lifecycle estraverse@4.1.1~preinstall: estraverse@4.1.1
94961npm info lifecycle esutils@2.0.2~preinstall: esutils@2.0.2
94962npm info lifecycle etag@1.7.0~preinstall: etag@1.7.0
94963npm info lifecycle event-emitter@0.3.4~preinstall: event-emitter@0.3.4
94964npm info lifecycle es6-set@0.1.3~preinstall: es6-set@0.1.3
94965npm info lifecycle es6-map@0.1.3~preinstall: es6-map@0.1.3
94966npm info lifecycle escope@3.3.0~preinstall: escope@3.3.0
94967npm info lifecycle eventemitter3@1.1.1~preinstall: eventemitter3@1.1.1
94968npm info lifecycle events-to-array@1.0.2~preinstall: events-to-array@1.0.2
94969npm info lifecycle exists-sync@0.0.3~preinstall: exists-sync@0.0.3
94970npm info lifecycle exit@0.1.2~preinstall: exit@0.1.2
94971npm info lifecycle negotiator@0.5.3~preinstall: negotiator@0.5.3
94972npm info lifecycle vary@1.0.1~preinstall: vary@1.0.1
94973npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
94974npm info lifecycle extsprintf@1.0.2~preinstall: extsprintf@1.0.2
94975npm info lifecycle eyes@0.1.8~preinstall: eyes@0.1.8
94976npm info lifecycle fast-ordered-set@1.0.2~preinstall: fast-ordered-set@1.0.2
94977npm info lifecycle source-map@0.4.4~preinstall: source-map@0.4.4
94978npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94979npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
94980npm info lifecycle commander@2.1.0~preinstall: commander@2.1.0
94981npm info lifecycle findup@0.1.5~preinstall: findup@0.1.5
94982npm info lifecycle lodash@2.3.0~preinstall: lodash@2.3.0
94983npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
94984npm info lifecycle async@1.5.0~preinstall: async@1.5.0
94985npm info lifecycle forwarded@0.1.0~preinstall: forwarded@0.1.0
94986npm info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
94987npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94988npm info lifecycle fs-monitor-stack@1.1.0~preinstall: fs-monitor-stack@1.1.0
94989npm info lifecycle fs-readdir-recursive@0.1.2~preinstall: fs-readdir-recursive@0.1.2
94990npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
94991npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
94992npm info lifecycle get-stdin@4.0.1~preinstall: get-stdin@4.0.1
94993npm info lifecycle git-repo-info@1.1.2~preinstall: git-repo-info@1.1.2
94994npm info lifecycle git-repo-version@0.3.0~preinstall: git-repo-version@0.3.0
94995npm info lifecycle globals@6.4.1~preinstall: globals@6.4.1
94996npm info lifecycle graceful-fs@1.2.3~preinstall: graceful-fs@1.2.3
94997npm info lifecycle inherits@1.0.2~preinstall: inherits@1.0.2
94998npm info lifecycle lodash@1.0.2~preinstall: lodash@1.0.2
94999npm info lifecycle graceful-fs@2.0.3~preinstall: graceful-fs@2.0.3
95000npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
95001npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
95002npm info lifecycle growl@1.8.1~preinstall: growl@1.8.1
95003npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
95004npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
95005npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
95006npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
95007npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
95008npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
95009npm info lifecycle has-ansi@0.1.0~preinstall: has-ansi@0.1.0
95010npm info lifecycle has-color@0.1.7~preinstall: has-color@0.1.7
95011npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
95012npm info lifecycle has-cors@1.1.0~preinstall: has-cors@1.1.0
95013npm info lifecycle has-flag@1.0.0~preinstall: has-flag@1.0.0
95014npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
95015npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
95016npm info lifecycle boom@2.10.1~preinstall: boom@2.10.1
95017npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
95018npm info lifecycle hosted-git-info@2.1.4~preinstall: hosted-git-info@2.1.4
95019npm info lifecycle entities@1.0.0~preinstall: entities@1.0.0
95020npm info lifecycle i@0.3.3~preinstall: i@0.3.3
95021npm info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
95022npm info lifecycle imurmurhash@0.1.4~preinstall: imurmurhash@0.1.4
95023npm info lifecycle include-path-searcher@0.1.0~preinstall: include-path-searcher@0.1.0
95024npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
95025npm info lifecycle inflection@1.8.0~preinstall: inflection@1.8.0
95026npm info lifecycle inherit@2.2.2~preinstall: inherit@2.2.2
95027npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
95028npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
95029npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
95030npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
95031npm info lifecycle async@0.8.0~preinstall: async@0.8.0
95032npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
95033npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
95034npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
95035npm info lifecycle invert-kv@1.0.0~preinstall: invert-kv@1.0.0
95036npm info lifecycle ipaddr.js@1.0.5~preinstall: ipaddr.js@1.0.5
95037npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
95038npm info lifecycle error-ex@1.3.0~preinstall: error-ex@1.3.0
95039npm info lifecycle is-buffer@1.1.0~preinstall: is-buffer@1.1.0
95040npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
95041npm info lifecycle is-git-url@0.2.3~preinstall: is-git-url@0.2.3
95042npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
95043npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
95044npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
95045npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
95046npm info lifecycle is-type@0.0.1~preinstall: is-type@0.0.1
95047npm info lifecycle is-typedarray@1.0.0~preinstall: is-typedarray@1.0.0
95048npm info lifecycle is-utf8@0.2.1~preinstall: is-utf8@0.2.1
95049npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95050npm info lifecycle has-binary-data@0.1.3~preinstall: has-binary-data@0.1.3
95051npm info lifecycle has-binary@0.1.6~preinstall: has-binary@0.1.6
95052npm info lifecycle isbinaryfile@2.0.4~preinstall: isbinaryfile@2.0.4
95053npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
95054npm info lifecycle js-base64@2.1.9~preinstall: js-base64@2.1.9
95055npm info lifecycle js-string-escape@1.0.0~preinstall: js-string-escape@1.0.0
95056npm info lifecycle js-tokens@1.0.1~preinstall: js-tokens@1.0.1
95057npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
95058npm info lifecycle jsbn@0.1.0~preinstall: jsbn@0.1.0
95059npm info lifecycle jodid25519@1.0.2~preinstall: jodid25519@1.0.2
95060npm info lifecycle ecc-jsbn@0.1.1~preinstall: ecc-jsbn@0.1.1
95061npm info lifecycle jscs-preset-wikimedia@1.0.0~preinstall: jscs-preset-wikimedia@1.0.0
95062npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
95063npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
95064npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
95065npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
95066npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
95067npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
95068npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
95069npm info lifecycle jsesc@0.5.0~preinstall: jsesc@0.5.0
95070npm info lifecycle lodash@3.7.0~preinstall: lodash@3.7.0
95071npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
95072npm info lifecycle json-schema@0.2.2~preinstall: json-schema@0.2.2
95073npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
95074npm info lifecycle json3@3.2.6~preinstall: json3@3.2.6
95075npm info lifecycle json5@0.4.0~preinstall: json5@0.4.0
95076npm info lifecycle jsonfile@2.2.3~preinstall: jsonfile@2.2.3
95077npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
95078npm info lifecycle json-stable-stringify@1.0.0~preinstall: json-stable-stringify@1.0.0
95079npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
95080npm info lifecycle kind-of@2.0.1~preinstall: kind-of@2.0.1
95081npm info lifecycle klassy@0.1.3~preinstall: klassy@0.1.3
95082npm info lifecycle ember-test-helpers@0.5.19~preinstall: ember-test-helpers@0.5.19
95083npm info lifecycle ember-qunit@0.4.18~preinstall: ember-qunit@0.4.18
95084npm info lifecycle lazy-cache@0.2.7~preinstall: lazy-cache@0.2.7
95085npm info lifecycle lcid@1.0.0~preinstall: lcid@1.0.0
95086npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
95087npm info lifecycle debug@2.1.1~preinstall: debug@2.1.1
95088npm info lifecycle lodash-node@2.4.1~preinstall: lodash-node@2.4.1
95089npm info lifecycle aws-sign2@0.5.0~preinstall: aws-sign2@0.5.0
95090npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
95091npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
95092npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95093npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95094npm info lifecycle readable-stream@1.0.33~preinstall: readable-stream@1.0.33
95095npm info lifecycle bl@0.9.4~preinstall: bl@0.9.4
95096npm info lifecycle caseless@0.9.0~preinstall: caseless@0.9.0
95097npm info lifecycle delayed-stream@0.0.5~preinstall: delayed-stream@0.0.5
95098npm info lifecycle combined-stream@0.0.7~preinstall: combined-stream@0.0.7
95099npm info lifecycle forever-agent@0.5.2~preinstall: forever-agent@0.5.2
95100npm info lifecycle async@0.9.0~preinstall: async@0.9.0
95101npm info lifecycle hoek@2.11.1~preinstall: hoek@2.11.1
95102npm info lifecycle boom@2.6.1~preinstall: boom@2.6.1
95103npm info lifecycle cryptiles@2.0.4~preinstall: cryptiles@2.0.4
95104npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
95105npm info lifecycle hawk@2.3.1~preinstall: hawk@2.3.1
95106npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
95107npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
95108npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
95109npm info lifecycle http-signature@0.10.1~preinstall: http-signature@0.10.1
95110npm info lifecycle isstream@0.1.1~preinstall: isstream@0.1.1
95111npm info lifecycle json-stringify-safe@5.0.0~preinstall: json-stringify-safe@5.0.0
95112npm info lifecycle mime-db@1.7.0~preinstall: mime-db@1.7.0
95113npm info lifecycle mime-types@2.0.9~preinstall: mime-types@2.0.9
95114npm info lifecycle form-data@0.2.0~preinstall: form-data@0.2.0
95115npm info lifecycle node-uuid@1.4.2~preinstall: node-uuid@1.4.2
95116npm info lifecycle oauth-sign@0.6.0~preinstall: oauth-sign@0.6.0
95117npm info lifecycle qs@2.3.3~preinstall: qs@2.3.3
95118npm info lifecycle stringstream@0.0.4~preinstall: stringstream@0.0.4
95119npm info lifecycle punycode@1.3.2~preinstall: punycode@1.3.2
95120npm info lifecycle tough-cookie@0.12.1~preinstall: tough-cookie@0.12.1
95121npm info lifecycle tunnel-agent@0.4.0~preinstall: tunnel-agent@0.4.0
95122npm info lifecycle request@2.53.0~preinstall: request@2.53.0
95123npm info lifecycle rsvp@3.0.17~preinstall: rsvp@3.0.17
95124npm info lifecycle leek@0.0.18~preinstall: leek@0.0.18
95125npm info lifecycle left-pad@0.0.3~preinstall: left-pad@0.0.3
95126npm info lifecycle leven@1.0.2~preinstall: leven@1.0.2
95127npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~preinstall: babel-plugin-undeclared-variables-check@1.0.2
95128npm info lifecycle line-numbers@0.2.0~preinstall: line-numbers@0.2.0
95129npm info lifecycle livereload-js@2.2.2~preinstall: livereload-js@2.2.2
95130npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
95131npm info lifecycle lodash@3.10.1~preinstall: lodash@3.10.1
95132npm info lifecycle jsdoctypeparser@1.2.0~preinstall: jsdoctypeparser@1.2.0
95133npm info lifecycle babel-plugin-proto-to-assign@1.0.4~preinstall: babel-plugin-proto-to-assign@1.0.4
95134npm info lifecycle lodash-node@2.4.1~preinstall: lodash-node@2.4.1
95135npm info lifecycle core-object@0.0.2~preinstall: core-object@0.0.2
95136npm info lifecycle lodash._arraycopy@3.0.0~preinstall: lodash._arraycopy@3.0.0
95137npm info lifecycle lodash._arrayeach@3.0.0~preinstall: lodash._arrayeach@3.0.0
95138npm info lifecycle lodash._basecopy@3.0.1~preinstall: lodash._basecopy@3.0.1
95139npm info lifecycle lodash._basefor@3.0.2~preinstall: lodash._basefor@3.0.2
95140npm info lifecycle lodash._baseindexof@3.1.0~preinstall: lodash._baseindexof@3.1.0
95141npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95142npm info lifecycle lodash._bindcallback@3.0.1~preinstall: lodash._bindcallback@3.0.1
95143npm info lifecycle lodash._cacheindexof@3.0.2~preinstall: lodash._cacheindexof@3.0.2
95144npm info lifecycle lodash._getnative@3.9.1~preinstall: lodash._getnative@3.9.1
95145npm info lifecycle lodash._createcache@3.1.2~preinstall: lodash._createcache@3.1.2
95146npm info lifecycle lodash._baseuniq@3.0.3~preinstall: lodash._baseuniq@3.0.3
95147npm info lifecycle lodash._isiterateecall@3.0.9~preinstall: lodash._isiterateecall@3.0.9
95148npm info lifecycle lodash.isarguments@3.0.4~preinstall: lodash.isarguments@3.0.4
95149npm info lifecycle lodash.isarray@3.0.4~preinstall: lodash.isarray@3.0.4
95150npm info lifecycle lodash.istypedarray@3.0.2~preinstall: lodash.istypedarray@3.0.2
95151npm info lifecycle lodash.keys@3.1.2~preinstall: lodash.keys@3.1.2
95152npm info lifecycle lodash._baseisequal@3.0.7~preinstall: lodash._baseisequal@3.0.7
95153npm info lifecycle lodash._baseassign@3.2.0~preinstall: lodash._baseassign@3.2.0
95154npm info lifecycle lodash.keysin@3.0.8~preinstall: lodash.keysin@3.0.8
95155npm info lifecycle lodash.isplainobject@3.2.0~preinstall: lodash.isplainobject@3.2.0
95156npm info lifecycle lodash.pairs@3.0.1~preinstall: lodash.pairs@3.0.1
95157npm info lifecycle lodash._basecallback@3.3.1~preinstall: lodash._basecallback@3.3.1
95158npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95159npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95160npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
95161npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
95162npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
95163npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
95164npm info lifecycle lodash.restparam@3.6.1~preinstall: lodash.restparam@3.6.1
95165npm info lifecycle lodash._createassigner@3.1.1~preinstall: lodash._createassigner@3.1.1
95166npm info lifecycle lodash.assign@3.2.0~preinstall: lodash.assign@3.2.0
95167npm info lifecycle lodash.defaults@3.1.2~preinstall: lodash.defaults@3.1.2
95168npm info lifecycle lodash.toplainobject@3.0.0~preinstall: lodash.toplainobject@3.0.0
95169npm info lifecycle lodash.merge@3.3.2~preinstall: lodash.merge@3.3.2
95170npm info lifecycle lodash.uniq@3.2.2~preinstall: lodash.uniq@3.2.2
95171npm info lifecycle longest@1.0.1~preinstall: longest@1.0.1
95172npm info lifecycle lru-cache@2.7.3~preinstall: lru-cache@2.7.3
95173npm info lifecycle lru-queue@0.1.0~preinstall: lru-queue@0.1.0
95174npm info lifecycle make-array@0.1.2~preinstall: make-array@0.1.2
95175npm info lifecycle map-obj@1.0.1~preinstall: map-obj@1.0.1
95176npm info lifecycle camelcase-keys@2.0.0~preinstall: camelcase-keys@2.0.0
95177npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
95178npm info lifecycle lodash-node@3.10.1~preinstall: lodash-node@3.10.1
95179npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
95180npm info lifecycle matcher-collection@1.0.1~preinstall: matcher-collection@1.0.1
95181npm info lifecycle md5-o-matic@0.1.1~preinstall: md5-o-matic@0.1.1
95182npm info lifecycle md5-hex@1.1.0~preinstall: md5-hex@1.1.0
95183npm info lifecycle mdurl@1.0.1~preinstall: mdurl@1.0.1
95184npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
95185npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
95186npm info lifecycle object-assign@4.0.1~preinstall: object-assign@4.0.1
95187npm info lifecycle merge@1.2.0~preinstall: merge@1.2.0
95188npm info lifecycle exec-sh@0.2.0~preinstall: exec-sh@0.2.0
95189npm info lifecycle lodash@2.4.2~preinstall: lodash@2.4.2
95190npm info lifecycle merge-defaults@0.2.1~preinstall: merge-defaults@0.2.1
95191npm info lifecycle merge-descriptors@1.0.0~preinstall: merge-descriptors@1.0.0
95192npm info lifecycle methods@1.1.1~preinstall: methods@1.1.1
95193npm info lifecycle mime@1.3.4~preinstall: mime@1.3.4
95194npm info lifecycle mime-db@1.20.0~preinstall: mime-db@1.20.0
95195npm info lifecycle compressible@2.0.6~preinstall: compressible@2.0.6
95196npm info lifecycle mime-types@2.1.8~preinstall: mime-types@2.1.8
95197npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
95198npm info lifecycle accepts@1.2.13~preinstall: accepts@1.2.13
95199npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
95200npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
95201npm info lifecycle mkdirp@0.4.2~preinstall: mkdirp@0.4.2
95202npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
95203npm info lifecycle mktemp@0.3.5~preinstall: mktemp@0.3.5
95204npm info lifecycle moment@2.10.6~preinstall: moment@2.10.6
95205npm info lifecycle moment-timezone@0.3.1~preinstall: moment-timezone@0.3.1
95206npm info lifecycle mout@0.9.1~preinstall: mout@0.9.1
95207npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
95208npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
95209npm info lifecycle fs-tree-diff@0.4.4~preinstall: fs-tree-diff@0.4.4
95210npm info lifecycle fs-tree-diff@0.3.1~preinstall: fs-tree-diff@0.3.1
95211npm info lifecycle fs-tree-diff@0.3.1~preinstall: fs-tree-diff@0.3.1
95212npm info lifecycle fs-tree-diff@0.3.1~preinstall: fs-tree-diff@0.3.1
95213npm info lifecycle fs-tree-diff@0.3.1~preinstall: fs-tree-diff@0.3.1
95214npm info lifecycle array-index@0.1.1~preinstall: array-index@0.1.1
95215npm info lifecycle mustache@2.2.1~preinstall: mustache@2.2.1
95216npm info lifecycle mute-stream@0.0.4~preinstall: mute-stream@0.0.4
95217npm info lifecycle nan@2.1.0~preinstall: nan@2.1.0
95218npm info lifecycle natural-compare@1.2.2~preinstall: natural-compare@1.2.2
95219npm info lifecycle ncp@1.0.1~preinstall: ncp@1.0.1
95220npm info lifecycle negotiator@0.6.0~preinstall: negotiator@0.6.0
95221npm info lifecycle accepts@1.3.0~preinstall: accepts@1.3.0
95222npm info lifecycle next-tick@0.2.2~preinstall: next-tick@0.2.2
95223npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
95224npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
95225npm info lifecycle node-int64@0.4.0~preinstall: node-int64@0.4.0
95226npm info lifecycle bser@1.0.2~preinstall: bser@1.0.2
95227npm info lifecycle fb-watchman@1.6.0~preinstall: fb-watchman@1.6.0
95228npm info lifecycle node-modules-path@1.0.1~preinstall: node-modules-path@1.0.1
95229npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
95230npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
95231npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
95232npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
95233npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
95234npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
95235npm info lifecycle node-uuid@1.4.7~preinstall: node-uuid@1.4.7
95236npm info lifecycle ansi-styles@1.0.0~preinstall: ansi-styles@1.0.0
95237npm info lifecycle strip-ansi@0.1.1~preinstall: strip-ansi@0.1.1
95238npm info lifecycle chalk@0.4.0~preinstall: chalk@0.4.0
95239npm info lifecycle underscore@1.6.0~preinstall: underscore@1.6.0
95240npm info lifecycle nomnom@1.8.1~preinstall: nomnom@1.8.1
95241npm info lifecycle jsonlint@1.6.2~preinstall: jsonlint@1.6.2
95242npm info lifecycle nopt@3.0.6~preinstall: nopt@3.0.6
95243npm info lifecycle normalize-range@0.1.2~preinstall: normalize-range@0.1.2
95244npm info lifecycle abbrev@1.0.7~preinstall: abbrev@1.0.7
95245npm info lifecycle ansi@0.3.0~preinstall: ansi@0.3.0
95246npm info lifecycle ansi-regex@2.0.0~preinstall: ansi-regex@2.0.0
95247npm info lifecycle ansicolors@0.3.2~preinstall: ansicolors@0.3.2
95248npm info lifecycle ansistyles@0.1.3~preinstall: ansistyles@0.1.3
95249npm info lifecycle archy@1.0.0~preinstall: archy@1.0.0
95250npm info lifecycle char-spinner@1.0.1~preinstall: char-spinner@1.0.1
95251npm info lifecycle chmodr@1.0.2~preinstall: chmodr@1.0.2
95252npm info lifecycle chownr@1.0.1~preinstall: chownr@1.0.1
95253npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
95254npm info lifecycle clone@0.1.19~preinstall: clone@0.1.19
95255npm info lifecycle defaults@1.0.2~preinstall: defaults@1.0.2
95256npm info lifecycle wcwidth@1.0.0~preinstall: wcwidth@1.0.0
95257npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
95258npm info lifecycle asap@2.0.3~preinstall: asap@2.0.3
95259npm info lifecycle editor@1.0.0~preinstall: editor@1.0.0
95260npm info lifecycle github-url-from-git@1.4.0~preinstall: github-url-from-git@1.4.0
95261npm info lifecycle github-url-from-username-repo@1.0.2~preinstall: github-url-from-username-repo@1.0.2
95262npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
95263npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
95264npm info lifecycle fs-write-stream-atomic@1.0.4~preinstall: fs-write-stream-atomic@1.0.4
95265npm info lifecycle hosted-git-info@2.1.4~preinstall: hosted-git-info@2.1.4
95266npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
95267npm info lifecycle block-stream@0.0.8~preinstall: block-stream@0.0.8
95268npm info lifecycle ini@1.3.4~preinstall: ini@1.3.4
95269npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
95270npm info lifecycle lockfile@1.0.1~preinstall: lockfile@1.0.1
95271npm info lifecycle lru-cache@2.7.0~preinstall: lru-cache@2.7.0
95272npm info lifecycle balanced-match@0.2.1~preinstall: balanced-match@0.2.1
95273npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
95274npm info lifecycle brace-expansion@1.1.1~preinstall: brace-expansion@1.1.1
95275npm info lifecycle minimatch@3.0.0~preinstall: minimatch@3.0.0
95276npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
95277npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
95278npm info lifecycle cmd-shim@2.0.1~preinstall: cmd-shim@2.0.1
95279npm info lifecycle balanced-match@0.2.1~preinstall: balanced-match@0.2.1
95280npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
95281npm info lifecycle brace-expansion@1.1.1~preinstall: brace-expansion@1.1.1
95282npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
95283npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
95284npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
95285npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
95286npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
95287npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95288npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95289npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95290npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
95291npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95292npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95293npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95294npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
95295npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95296npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95297npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95298npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
95299npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
95300npm info lifecycle ms@0.7.1~preinstall: ms@0.7.1
95301npm info lifecycle debug@2.2.0~preinstall: debug@2.2.0
95302npm info lifecycle array-index@0.1.1~preinstall: array-index@0.1.1
95303npm info lifecycle path-array@1.0.0~preinstall: path-array@1.0.0
95304npm info lifecycle nopt@3.0.4~preinstall: nopt@3.0.4
95305npm info lifecycle normalize-git-url@3.0.1~preinstall: normalize-git-url@3.0.1
95306npm info lifecycle builtin-modules@1.1.0~preinstall: builtin-modules@1.1.0
95307npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
95308npm info lifecycle npm-cache-filename@1.0.2~preinstall: npm-cache-filename@1.0.2
95309npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
95310npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
95311npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95312npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95313npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95314npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
95315npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95316npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95317npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95318npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
95319npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95320npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95321npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95322npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
95323npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
95324npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
95325npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95326npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
95327npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95328npm info lifecycle util-deprecate@1.0.1~preinstall: util-deprecate@1.0.1
95329npm info lifecycle readable-stream@2.0.2~preinstall: readable-stream@2.0.2
95330npm info lifecycle typedarray@0.0.6~preinstall: typedarray@0.0.6
95331npm info lifecycle concat-stream@1.5.0~preinstall: concat-stream@1.5.0
95332npm info lifecycle npm-user-validate@0.1.2~preinstall: npm-user-validate@0.1.2
95333npm info lifecycle delegates@0.1.0~preinstall: delegates@0.1.0
95334npm info lifecycle has-unicode@1.0.1~preinstall: has-unicode@1.0.1
95335npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95336npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95337npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95338npm info lifecycle lodash.pad@3.1.1~preinstall: lodash.pad@3.1.1
95339npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95340npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95341npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95342npm info lifecycle lodash.padleft@3.1.1~preinstall: lodash.padleft@3.1.1
95343npm info lifecycle lodash._basetostring@3.0.1~preinstall: lodash._basetostring@3.0.1
95344npm info lifecycle lodash.repeat@3.0.1~preinstall: lodash.repeat@3.0.1
95345npm info lifecycle lodash._createpadding@3.6.1~preinstall: lodash._createpadding@3.6.1
95346npm info lifecycle lodash.padright@3.1.1~preinstall: lodash.padright@3.1.1
95347npm info lifecycle gauge@1.2.2~preinstall: gauge@1.2.2
95348npm info lifecycle opener@1.4.1~preinstall: opener@1.4.1
95349npm info lifecycle os-homedir@1.0.0~preinstall: os-homedir@1.0.0
95350npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
95351npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
95352npm info lifecycle path-is-inside@1.0.1~preinstall: path-is-inside@1.0.1
95353npm info lifecycle debuglog@1.0.1~preinstall: debuglog@1.0.1
95354npm info lifecycle util-extend@1.0.1~preinstall: util-extend@1.0.1
95355npm info lifecycle jju@1.2.1~preinstall: jju@1.2.1
95356npm info lifecycle json-parse-helpfulerror@1.0.3~preinstall: json-parse-helpfulerror@1.0.3
95357npm info lifecycle mute-stream@0.0.5~preinstall: mute-stream@0.0.5
95358npm info lifecycle read@1.0.7~preinstall: read@1.0.7
95359npm info lifecycle promzard@0.3.0~preinstall: promzard@0.3.0
95360npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
95361npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95362npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95363npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
95364npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
95365npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
95366npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
95367npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
95368npm info lifecycle are-we-there-yet@1.0.4~preinstall: are-we-there-yet@1.0.4
95369npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
95370npm info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0
95371npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
95372npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95373npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
95374npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95375npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
95376npm info lifecycle readable-stream@2.0.3~preinstall: readable-stream@2.0.3
95377npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
95378npm info lifecycle caseless@0.11.0~preinstall: caseless@0.11.0
95379npm info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0
95380npm info lifecycle combined-stream@1.0.5~preinstall: combined-stream@1.0.5
95381npm info lifecycle extend@3.0.0~preinstall: extend@3.0.0
95382npm info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1
95383npm info lifecycle async@1.5.0~preinstall: async@1.5.0
95384npm info lifecycle ansi-styles@2.1.0~preinstall: ansi-styles@2.1.0
95385npm info lifecycle escape-string-regexp@1.0.3~preinstall: escape-string-regexp@1.0.3
95386npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
95387npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
95388npm info lifecycle graceful-readlink@1.0.1~preinstall: graceful-readlink@1.0.1
95389npm info lifecycle commander@2.9.0~preinstall: commander@2.9.0
95390npm info lifecycle generate-function@2.0.0~preinstall: generate-function@2.0.0
95391npm info lifecycle is-property@1.0.2~preinstall: is-property@1.0.2
95392npm info lifecycle generate-object-property@1.2.0~preinstall: generate-object-property@1.2.0
95393npm info lifecycle jsonpointer@2.0.0~preinstall: jsonpointer@2.0.0
95394npm info lifecycle xtend@4.0.0~preinstall: xtend@4.0.0
95395npm info lifecycle is-my-json-valid@2.12.2~preinstall: is-my-json-valid@2.12.2
95396npm info lifecycle pinkie@1.0.0~preinstall: pinkie@1.0.0
95397npm info lifecycle pinkie-promise@1.0.0~preinstall: pinkie-promise@1.0.0
95398npm info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3
95399npm info lifecycle boom@2.10.0~preinstall: boom@2.10.0
95400npm info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5
95401npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
95402npm info lifecycle hawk@3.1.0~preinstall: hawk@3.1.0
95403npm info lifecycle asn1@0.1.11~preinstall: asn1@0.1.11
95404npm info lifecycle assert-plus@0.1.5~preinstall: assert-plus@0.1.5
95405npm info lifecycle ctype@0.5.3~preinstall: ctype@0.5.3
95406npm info lifecycle http-signature@0.11.0~preinstall: http-signature@0.11.0
95407npm info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2
95408npm info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1
95409npm info lifecycle mime-db@1.19.0~preinstall: mime-db@1.19.0
95410npm info lifecycle mime-types@2.1.7~preinstall: mime-types@2.1.7
95411npm info lifecycle form-data@1.0.0-rc3~preinstall: form-data@1.0.0-rc3
95412npm info lifecycle node-uuid@1.4.3~preinstall: node-uuid@1.4.3
95413npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
95414npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
95415npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
95416npm info lifecycle tough-cookie@2.2.0~preinstall: tough-cookie@2.2.0
95417npm info lifecycle tunnel-agent@0.4.1~preinstall: tunnel-agent@0.4.1
95418npm info lifecycle retry@0.8.0~preinstall: retry@0.8.0
95419npm info lifecycle semver@5.0.3~preinstall: semver@5.0.3
95420npm info lifecycle npm-package-arg@4.0.2~preinstall: npm-package-arg@4.0.2
95421npm info lifecycle npm-install-checks@1.0.6~preinstall: npm-install-checks@1.0.6
95422npm info lifecycle core-util-is@1.0.1~preinstall: core-util-is@1.0.1
95423npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
95424npm info lifecycle process-nextick-args@1.0.3~preinstall: process-nextick-args@1.0.3
95425npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95426npm info lifecycle util-deprecate@1.0.1~preinstall: util-deprecate@1.0.1
95427npm info lifecycle readable-stream@2.0.2~preinstall: readable-stream@2.0.2
95428npm info lifecycle sha@2.0.1~preinstall: sha@2.0.1
95429npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
95430npm info lifecycle sorted-object@1.0.0~preinstall: sorted-object@1.0.0
95431npm info lifecycle spdx-license-ids@1.1.0~preinstall: spdx-license-ids@1.1.0
95432npm info lifecycle spdx@0.4.1~preinstall: spdx@0.4.1
95433npm info lifecycle strip-ansi@3.0.0~preinstall: strip-ansi@3.0.0
95434npm info lifecycle chalk@1.1.1~preinstall: chalk@1.1.1
95435npm info lifecycle har-validator@2.0.2~preinstall: har-validator@2.0.2
95436npm info lifecycle request@2.65.0~preinstall: request@2.65.0
95437npm info lifecycle columnify@1.5.2~preinstall: columnify@1.5.2
95438npm info lifecycle text-table@0.2.0~preinstall: text-table@0.2.0
95439npm info lifecycle uid-number@0.0.6~preinstall: uid-number@0.0.6
95440npm info lifecycle umask@1.1.0~preinstall: umask@1.1.0
95441npm info lifecycle spdx-correct@1.0.1~preinstall: spdx-correct@1.0.1
95442npm info lifecycle spdx-exceptions@1.0.2~preinstall: spdx-exceptions@1.0.2
95443npm info lifecycle spdx-expression-parse@1.0.0~preinstall: spdx-expression-parse@1.0.0
95444npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
95445npm info lifecycle normalize-package-data@2.3.5~preinstall: normalize-package-data@2.3.5
95446npm info lifecycle builtins@0.0.7~preinstall: builtins@0.0.7
95447npm info lifecycle validate-npm-package-name@2.2.2~preinstall: validate-npm-package-name@2.2.2
95448npm info lifecycle is-relative@0.1.3~preinstall: is-relative@0.1.3
95449npm info lifecycle is-absolute@0.1.7~preinstall: is-absolute@0.1.7
95450npm info lifecycle which@1.2.0~preinstall: which@1.2.0
95451npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
95452npm info lifecycle once@1.3.2~preinstall: once@1.3.2
95453npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
95454npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
95455npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
95456npm info lifecycle rimraf@2.4.3~preinstall: rimraf@2.4.3
95457npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
95458npm info lifecycle tar@2.2.1~preinstall: tar@2.2.1
95459npm info lifecycle tar@1.0.3~preinstall: tar@1.0.3
95460npm info lifecycle node-gyp@3.0.3~preinstall: node-gyp@3.0.3
95461npm info lifecycle fstream-ignore@1.0.3~preinstall: fstream-ignore@1.0.3
95462npm info lifecycle fstream-npm@1.0.7~preinstall: fstream-npm@1.0.7
95463npm info lifecycle fs-vacuum@1.2.7~preinstall: fs-vacuum@1.2.7
95464npm info lifecycle read-package-json@2.0.2~preinstall: read-package-json@2.0.2
95465npm info lifecycle init-package-json@1.9.1~preinstall: init-package-json@1.9.1
95466npm info lifecycle dezalgo@1.0.3~preinstall: dezalgo@1.0.3
95467npm info lifecycle realize-package-specifier@3.0.1~preinstall: realize-package-specifier@3.0.1
95468npm info lifecycle readdir-scoped-modules@1.0.2~preinstall: readdir-scoped-modules@1.0.2
95469npm info lifecycle read-installed@4.0.3~preinstall: read-installed@4.0.3
95470npm info lifecycle async-some@1.0.2~preinstall: async-some@1.0.2
95471npm info lifecycle write-file-atomic@1.1.3~preinstall: write-file-atomic@1.1.3
95472npm info lifecycle num2fraction@1.2.2~preinstall: num2fraction@1.2.2
95473npm info lifecycle number-is-nan@1.0.0~preinstall: number-is-nan@1.0.0
95474npm info lifecycle is-finite@1.0.1~preinstall: is-finite@1.0.1
95475npm info lifecycle is-integer@1.0.6~preinstall: is-integer@1.0.6
95476npm info lifecycle repeating@2.0.0~preinstall: repeating@2.0.0
95477npm info lifecycle indent-string@2.1.0~preinstall: indent-string@2.1.0
95478npm info lifecycle oauth-sign@0.8.0~preinstall: oauth-sign@0.8.0
95479npm info lifecycle object-assign@3.0.0~preinstall: object-assign@3.0.0
95480npm info lifecycle object-component@0.0.3~preinstall: object-component@0.0.3
95481npm info lifecycle object-keys@1.0.1~preinstall: object-keys@1.0.1
95482npm info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
95483npm info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1
95484npm info lifecycle morgan@1.6.1~preinstall: morgan@1.6.1
95485npm info lifecycle options@0.0.6~preinstall: options@0.0.6
95486npm info lifecycle os-homedir@1.0.1~preinstall: os-homedir@1.0.1
95487npm info lifecycle os-locale@1.4.0~preinstall: os-locale@1.4.0
95488npm info lifecycle os-shim@0.1.3~preinstall: os-shim@0.1.3
95489npm info lifecycle os-tmpdir@1.0.1~preinstall: os-tmpdir@1.0.1
95490npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
95491npm info lifecycle temp@0.8.3~preinstall: temp@0.8.3
95492npm info lifecycle osenv@0.1.3~preinstall: osenv@0.1.3
95493npm info lifecycle osenv@0.0.3~preinstall: osenv@0.0.3
95494npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
95495npm info lifecycle parsejson@0.0.1~preinstall: parsejson@0.0.1
95496npm info lifecycle parseqs@0.0.2~preinstall: parseqs@0.0.2
95497npm info lifecycle parseuri@0.0.2~preinstall: parseuri@0.0.2
95498npm info lifecycle parseurl@1.3.0~preinstall: parseurl@1.3.0
95499npm info lifecycle path@0.11.14~preinstall: path@0.11.14
95500npm info lifecycle path-array@1.0.0~preinstall: path-array@1.0.0
95501npm info lifecycle path-exists@1.0.0~preinstall: path-exists@1.0.0
95502npm info lifecycle path-is-absolute@1.0.0~preinstall: path-is-absolute@1.0.0
95503npm info lifecycle path-posix@1.0.0~preinstall: path-posix@1.0.0
95504npm info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
95505npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
95506npm info lifecycle pathval@0.1.1~preinstall: pathval@0.1.1
95507npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
95508npm info lifecycle pinkie@2.0.1~preinstall: pinkie@2.0.1
95509npm info lifecycle pinkie-promise@2.0.0~preinstall: pinkie-promise@2.0.0
95510npm info lifecycle path-type@1.1.0~preinstall: path-type@1.1.0
95511npm info lifecycle path-exists@2.1.0~preinstall: path-exists@2.1.0
95512npm info lifecycle find-up@1.1.0~preinstall: find-up@1.1.0
95513npm info lifecycle pkginfo@0.3.1~preinstall: pkginfo@0.3.1
95514npm info lifecycle pleasant-progress@1.1.0~preinstall: pleasant-progress@1.1.0
95515npm info lifecycle async@0.9.0~preinstall: async@0.9.0
95516npm info lifecycle portfinder@0.4.0~preinstall: portfinder@0.4.0
95517npm info lifecycle postcss-value-parser@3.2.3~preinstall: postcss-value-parser@3.2.3
95518npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
95519npm info lifecycle supports-color@3.1.2~preinstall: supports-color@3.1.2
95520npm info lifecycle postcss@5.0.13~preinstall: postcss@5.0.13
95521npm info lifecycle autoprefixer@6.2.1~preinstall: autoprefixer@6.2.1
95522npm info lifecycle printf@0.2.3~preinstall: printf@0.2.3
95523npm info lifecycle private@0.1.6~preinstall: private@0.1.6
95524npm info lifecycle process-nextick-args@1.0.6~preinstall: process-nextick-args@1.0.6
95525npm info lifecycle process-relative-require@1.0.0~preinstall: process-relative-require@1.0.0
95526npm info lifecycle proto-list@1.2.4~preinstall: proto-list@1.2.4
95527npm info lifecycle config-chain@1.1.9~preinstall: config-chain@1.1.9
95528npm info lifecycle proxy-addr@1.0.10~preinstall: proxy-addr@1.0.10
95529npm info lifecycle pseudomap@1.0.1~preinstall: pseudomap@1.0.1
95530npm info lifecycle lru-cache@3.2.0~preinstall: lru-cache@3.2.0
95531npm info lifecycle q@1.4.1~preinstall: q@1.4.1
95532npm info lifecycle qs@4.0.0~preinstall: qs@4.0.0
95533npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
95534npm info lifecycle range-parser@1.0.3~preinstall: range-parser@1.0.3
95535npm info lifecycle bytes@2.2.0~preinstall: bytes@2.2.0
95536npm info lifecycle read@1.0.7~preinstall: read@1.0.7
95537npm info lifecycle ansi-regex@1.1.1~preinstall: ansi-regex@1.1.1
95538npm info lifecycle strip-ansi@2.0.1~preinstall: strip-ansi@2.0.1
95539npm info lifecycle readline2@0.1.1~preinstall: readline2@0.1.1
95540npm info lifecycle source-map@0.5.3~preinstall: source-map@0.5.3
95541npm info lifecycle recast@0.10.33~preinstall: recast@0.10.33
95542npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~preinstall: esprima-fb@12001.1.0-dev-harmony-fb
95543npm info lifecycle redeyed@0.5.0~preinstall: redeyed@0.5.0
95544npm info lifecycle cardinal@0.5.0~preinstall: cardinal@0.5.0
95545npm info lifecycle regenerate@1.2.1~preinstall: regenerate@1.2.1
95546npm info lifecycle esprima@2.7.1~preinstall: esprima@2.7.1
95547npm info lifecycle regjsgen@0.2.0~preinstall: regjsgen@0.2.0
95548npm info lifecycle regjsparser@0.1.5~preinstall: regjsparser@0.1.5
95549npm info lifecycle regexpu@1.3.0~preinstall: regexpu@1.3.0
95550npm info lifecycle repeat-string@1.5.2~preinstall: repeat-string@1.5.2
95551npm info lifecycle align-text@0.1.3~preinstall: align-text@0.1.3
95552npm info lifecycle center-align@0.1.2~preinstall: center-align@0.1.2
95553npm info lifecycle repeating@1.1.3~preinstall: repeating@1.1.3
95554npm info lifecycle detect-indent@3.0.1~preinstall: detect-indent@3.0.1
95555npm info lifecycle qs@5.2.0~preinstall: qs@5.2.0
95556npm info lifecycle requires-port@0.0.1~preinstall: requires-port@0.0.1
95557npm info lifecycle http-proxy@1.12.0~preinstall: http-proxy@1.12.0
95558npm info lifecycle reserved-words@0.1.1~preinstall: reserved-words@0.1.1
95559npm info lifecycle resolve@1.1.6~preinstall: resolve@1.1.6
95560npm info lifecycle revalidator@0.1.8~preinstall: revalidator@0.1.8
95561npm info lifecycle right-align@0.1.3~preinstall: right-align@0.1.3
95562npm info lifecycle cliui@2.1.0~preinstall: cliui@2.1.0
95563npm info lifecycle rsvp@3.0.21~preinstall: rsvp@3.0.21
95564npm info lifecycle promise-map-series@0.2.2~preinstall: promise-map-series@0.2.2
95565npm info lifecycle ember-data@1.13.15~preinstall: ember-data@1.13.15
95566npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
95567npm info lifecycle semver@4.3.6~preinstall: semver@4.3.6
95568npm info lifecycle ember-cli-version-checker@1.1.5~preinstall: ember-cli-version-checker@1.1.5
95569npm info lifecycle semver-utils@1.1.1~preinstall: semver-utils@1.1.1
95570npm info lifecycle bower@1.7.1~preinstall: bower@1.7.1
95571npm info lifecycle shebang-regex@1.0.0~preinstall: shebang-regex@1.0.0
95572npm info lifecycle shelljs@0.3.0~preinstall: shelljs@0.3.0
95573npm info lifecycle sigmund@1.0.1~preinstall: sigmund@1.0.1
95574npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
95575npm info lifecycle minimatch@1.0.0~preinstall: minimatch@1.0.0
95576npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
95577npm info lifecycle glob@3.1.21~preinstall: glob@3.1.21
95578npm info lifecycle globule@0.1.0~preinstall: globule@0.1.0
95579npm info lifecycle gaze@0.5.2~preinstall: gaze@0.5.2
95580npm info lifecycle minimatch@0.2.14~preinstall: minimatch@0.2.14
95581npm info lifecycle fireworm@0.6.6~preinstall: fireworm@0.6.6
95582npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
95583npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
95584npm info lifecycle cli@0.6.6~preinstall: cli@0.6.6
95585npm info lifecycle minimatch@0.3.0~preinstall: minimatch@0.3.0
95586npm info lifecycle glob@3.2.11~preinstall: glob@3.2.11
95587npm info lifecycle findup-sync@0.1.3~preinstall: findup-sync@0.1.3
95588npm info lifecycle signal-exit@2.1.2~preinstall: signal-exit@2.1.2
95589npm info lifecycle loud-rejection@1.2.0~preinstall: loud-rejection@1.2.0
95590npm info lifecycle silent-error@1.0.0~preinstall: silent-error@1.0.0
95591npm info lifecycle ember-cli-normalize-entity-name@1.0.0~preinstall: ember-cli-normalize-entity-name@1.0.0
95592npm info lifecycle simple-fmt@0.1.0~preinstall: simple-fmt@0.1.0
95593npm info lifecycle simple-is@0.2.0~preinstall: simple-is@0.2.0
95594npm info lifecycle slash@1.0.0~preinstall: slash@1.0.0
95595npm info lifecycle slide@1.1.6~preinstall: slide@1.1.6
95596npm info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9
95597npm info lifecycle hawk@3.1.2~preinstall: hawk@3.1.2
95598npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
95599npm info lifecycle debug@1.0.2~preinstall: debug@1.0.2
95600npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
95601npm info lifecycle socket.io-parser@2.2.2~preinstall: socket.io-parser@2.2.2
95602npm info lifecycle socket.io-adapter@0.3.1~preinstall: socket.io-adapter@0.3.1
95603npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
95604npm info lifecycle debug@0.7.4~preinstall: debug@0.7.4
95605npm info lifecycle socket.io-parser@2.2.4~preinstall: socket.io-parser@2.2.4
95606npm info lifecycle ms@0.6.2~preinstall: ms@0.6.2
95607npm info lifecycle debug@2.1.0~preinstall: debug@2.1.0
95608npm info lifecycle source-map@0.1.43~preinstall: source-map@0.1.43
95609npm info lifecycle recast@0.9.18~preinstall: recast@0.9.18
95610npm info lifecycle ember-router-generator@1.1.1~preinstall: ember-router-generator@1.1.1
95611npm info lifecycle source-map@0.1.32~preinstall: source-map@0.1.32
95612npm info lifecycle source-map-support@0.2.10~preinstall: source-map-support@0.2.10
95613npm info lifecycle source-map-url@0.3.0~preinstall: source-map-url@0.3.0
95614npm info lifecycle spawnback@1.0.0~preinstall: spawnback@1.0.0
95615npm info lifecycle git-tools@0.1.4~preinstall: git-tools@0.1.4
95616npm info lifecycle ember-cli-release@0.2.8~preinstall: ember-cli-release@0.2.8
95617npm info lifecycle spdx-exceptions@1.0.4~preinstall: spdx-exceptions@1.0.4
95618npm info lifecycle spdx-license-ids@1.1.0~preinstall: spdx-license-ids@1.1.0
95619npm info lifecycle spdx-expression-parse@1.0.2~preinstall: spdx-expression-parse@1.0.2
95620npm info lifecycle spdx-correct@1.0.2~preinstall: spdx-correct@1.0.2
95621npm info lifecycle sprintf-js@1.0.3~preinstall: sprintf-js@1.0.3
95622npm info lifecycle argparse@1.0.3~preinstall: argparse@1.0.3
95623npm info lifecycle js-yaml@3.4.6~preinstall: js-yaml@3.4.6
95624npm info lifecycle sri-toolbox@0.2.0~preinstall: sri-toolbox@0.2.0
95625npm info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0
95626npm info lifecycle stable@0.1.5~preinstall: stable@0.1.5
95627npm info lifecycle alter@0.2.0~preinstall: alter@0.2.0
95628npm info lifecycle stack-trace@0.0.9~preinstall: stack-trace@0.0.9
95629npm info lifecycle statuses@1.2.1~preinstall: statuses@1.2.1
95630npm info lifecycle http-errors@1.3.1~preinstall: http-errors@1.3.1
95631npm info lifecycle send@0.13.0~preinstall: send@0.13.0
95632npm info lifecycle serve-static@1.10.0~preinstall: serve-static@1.10.0
95633npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
95634npm info lifecycle readable-stream@1.1.13~preinstall: readable-stream@1.1.13
95635npm info lifecycle htmlparser2@3.8.3~preinstall: htmlparser2@3.8.3
95636npm info lifecycle stringmap@0.2.2~preinstall: stringmap@0.2.2
95637npm info lifecycle stringset@0.2.1~preinstall: stringset@0.2.1
95638npm info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5
95639npm info lifecycle strip-ansi@0.3.0~preinstall: strip-ansi@0.3.0
95640npm info lifecycle strip-bom@2.0.0~preinstall: strip-bom@2.0.0
95641npm info lifecycle load-json-file@1.1.0~preinstall: load-json-file@1.1.0
95642npm info lifecycle strip-indent@1.0.1~preinstall: strip-indent@1.0.1
95643npm info lifecycle redent@1.0.0~preinstall: redent@1.0.0
95644npm info lifecycle strip-json-comments@1.0.4~preinstall: strip-json-comments@1.0.4
95645npm info lifecycle jshint@2.8.0~preinstall: jshint@2.8.0
95646npm info lifecycle styled_string@0.0.1~preinstall: styled_string@0.0.1
95647npm info lifecycle supports-color@0.2.0~preinstall: supports-color@0.2.0
95648npm info lifecycle chalk@0.5.1~preinstall: chalk@0.5.1
95649npm info lifecycle fast-sourcemap-concat@0.2.7~preinstall: fast-sourcemap-concat@0.2.7
95650npm info lifecycle ember-cli-dependency-checker@1.2.0~preinstall: ember-cli-dependency-checker@1.2.0
95651npm info lifecycle can-symlink@0.0.1~preinstall: can-symlink@0.0.1
95652npm info lifecycle symlink-or-copy@1.0.1~preinstall: symlink-or-copy@1.0.1
95653npm info lifecycle sync-exec@0.5.0~preinstall: sync-exec@0.5.0
95654npm info lifecycle rimraf@2.2.8~preinstall: rimraf@2.2.8
95655npm info lifecycle temp@0.8.1~preinstall: temp@0.8.1
95656npm info lifecycle async@1.5.0~preinstall: async@1.5.0
95657npm info lifecycle through@2.3.8~preinstall: through@2.3.8
95658npm info lifecycle timers-ext@0.1.0~preinstall: timers-ext@0.1.0
95659npm info lifecycle memoizee@0.3.9~preinstall: memoizee@0.3.9
95660npm info lifecycle cli-color@0.3.3~preinstall: cli-color@0.3.3
95661npm info lifecycle inquirer@0.5.1~preinstall: inquirer@0.5.1
95662npm info lifecycle qs@5.1.0~preinstall: qs@5.1.0
95663npm info lifecycle tmpl@1.0.4~preinstall: tmpl@1.0.4
95664npm info lifecycle makeerror@1.0.11~preinstall: makeerror@1.0.11
95665npm info lifecycle to-array@0.1.3~preinstall: to-array@0.1.3
95666npm info lifecycle to-double-quotes@2.0.0~preinstall: to-double-quotes@2.0.0
95667npm info lifecycle to-fast-properties@1.0.1~preinstall: to-fast-properties@1.0.1
95668npm info lifecycle to-single-quotes@2.0.0~preinstall: to-single-quotes@2.0.0
95669npm info lifecycle tough-cookie@2.2.1~preinstall: tough-cookie@2.2.1
95670npm info lifecycle trim-newlines@1.0.0~preinstall: trim-newlines@1.0.0
95671npm info lifecycle trim-right@1.0.1~preinstall: trim-right@1.0.1
95672npm info lifecycle try-resolve@1.0.1~preinstall: try-resolve@1.0.1
95673npm info lifecycle tryor@0.1.2~preinstall: tryor@0.1.2
95674npm info lifecycle tunnel-agent@0.4.2~preinstall: tunnel-agent@0.4.2
95675npm info lifecycle tweetnacl@0.13.2~preinstall: tweetnacl@0.13.2
95676npm info lifecycle sshpk@1.7.1~preinstall: sshpk@1.7.1
95677npm info lifecycle type-is@1.6.10~preinstall: type-is@1.6.10
95678npm info lifecycle typedarray@0.0.6~preinstall: typedarray@0.0.6
95679npm info lifecycle uc.micro@1.0.0~preinstall: uc.micro@1.0.0
95680npm info lifecycle linkify-it@1.2.0~preinstall: linkify-it@1.2.0
95681npm info lifecycle markdown-it@4.3.0~preinstall: markdown-it@4.3.0
95682npm info lifecycle markdown-it-terminal@0.0.2~preinstall: markdown-it-terminal@0.0.2
95683npm info lifecycle uglify-to-browserify@1.0.2~preinstall: uglify-to-browserify@1.0.2
95684npm info lifecycle uglify-js@2.5.0~preinstall: uglify-js@2.5.0
95685npm info lifecycle uid-number@0.0.5~preinstall: uid-number@0.0.5
95686npm info lifecycle ultron@1.0.2~preinstall: ultron@1.0.2
95687npm info lifecycle underscore@1.8.3~preinstall: underscore@1.8.3
95688npm info lifecycle backbone@1.2.3~preinstall: backbone@1.2.3
95689npm info lifecycle underscore.string@2.3.3~preinstall: underscore.string@2.3.3
95690npm info lifecycle quick-temp@0.1.5~preinstall: quick-temp@0.1.5
95691npm info lifecycle broccoli-writer@0.1.1~preinstall: broccoli-writer@0.1.1
95692npm info lifecycle broccoli-uglify-sourcemap@1.1.0~preinstall: broccoli-uglify-sourcemap@1.1.0
95693npm info lifecycle ember-cli-uglify@1.2.0~preinstall: ember-cli-uglify@1.2.0
95694npm info lifecycle quick-temp@0.1.3~preinstall: quick-temp@0.1.3
95695npm info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
95696npm info lifecycle raw-body@2.1.5~preinstall: raw-body@2.1.5
95697npm info lifecycle body-parser@1.14.2~preinstall: body-parser@1.14.2
95698npm info lifecycle ember-cli-content-security-policy@0.4.0~preinstall: ember-cli-content-security-policy@0.4.0
95699npm info lifecycle finalhandler@0.4.0~preinstall: finalhandler@0.4.0
95700npm info lifecycle user-home@1.1.1~preinstall: user-home@1.1.1
95701npm info lifecycle home-or-tmp@1.0.0~preinstall: home-or-tmp@1.0.0
95702npm info lifecycle utf8@2.1.0~preinstall: utf8@2.1.0
95703npm info lifecycle engine.io-parser@1.2.2~preinstall: engine.io-parser@1.2.2
95704npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
95705npm info lifecycle readable-stream@2.0.5~preinstall: readable-stream@2.0.5
95706npm info lifecycle tap-parser@1.2.2~preinstall: tap-parser@1.2.2
95707npm info lifecycle concat-stream@1.5.1~preinstall: concat-stream@1.5.1
95708npm info lifecycle spawn-sync@1.0.13~preinstall: spawn-sync@1.0.13
95709npm info lifecycle comment-parser@0.3.1~preinstall: comment-parser@0.3.1
95710npm info lifecycle jscs-jsdoc@1.3.1~preinstall: jscs-jsdoc@1.3.1
95711npm info lifecycle bl@1.0.0~preinstall: bl@1.0.0
95712npm info lifecycle are-we-there-yet@1.0.5~preinstall: are-we-there-yet@1.0.5
95713npm info lifecycle npmlog@1.2.1~preinstall: npmlog@1.2.1
95714npm info lifecycle npmlog@2.0.0~preinstall: npmlog@2.0.0
95715npm info lifecycle npm-registry-client@7.0.7~preinstall: npm-registry-client@7.0.7
95716npm info lifecycle npm@2.14.10~preinstall: npm@2.14.10
95717npm info lifecycle ncp@0.4.2~preinstall: ncp@0.4.2
95718npm info lifecycle utils-merge@1.0.0~preinstall: utils-merge@1.0.0
95719npm info lifecycle express@4.13.3~preinstall: express@4.13.3
95720npm info lifecycle connect@3.4.0~preinstall: connect@3.4.0
95721npm info lifecycle uuid@2.0.1~preinstall: uuid@2.0.1
95722npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
95723npm info lifecycle normalize-package-data@2.3.5~preinstall: normalize-package-data@2.3.5
95724npm info lifecycle read-pkg@1.1.0~preinstall: read-pkg@1.1.0
95725npm info lifecycle read-pkg-up@1.0.1~preinstall: read-pkg-up@1.0.1
95726npm info lifecycle meow@3.6.0~preinstall: meow@3.6.0
95727npm info lifecycle vary@1.1.0~preinstall: vary@1.1.0
95728npm info lifecycle compression@1.6.0~preinstall: compression@1.6.0
95729npm info lifecycle verror@1.3.6~preinstall: verror@1.3.6
95730npm info lifecycle jsprim@1.2.2~preinstall: jsprim@1.2.2
95731npm info lifecycle http-signature@1.1.0~preinstall: http-signature@1.1.0
95732npm info lifecycle vow@0.4.11~preinstall: vow@0.4.11
95733npm info lifecycle minimatch@2.0.10~preinstall: minimatch@2.0.10
95734npm info lifecycle vow-queue@0.4.2~preinstall: vow-queue@0.4.2
95735npm info lifecycle walk-sync@0.2.6~preinstall: walk-sync@0.2.6
95736npm info lifecycle walker@1.0.7~preinstall: walker@1.0.7
95737npm info lifecycle watch@0.10.0~preinstall: watch@0.10.0
95738npm info lifecycle sane@1.3.0~preinstall: sane@1.3.0
95739npm info lifecycle broccoli-sane-watcher@1.1.4~preinstall: broccoli-sane-watcher@1.1.4
95740npm info lifecycle websocket-extensions@0.1.1~preinstall: websocket-extensions@0.1.1
95741npm info lifecycle websocket-driver@0.6.3~preinstall: websocket-driver@0.6.3
95742npm info lifecycle faye-websocket@0.10.0~preinstall: faye-websocket@0.10.0
95743npm info lifecycle tiny-lr@0.2.0~preinstall: tiny-lr@0.2.0
95744npm info lifecycle which@1.2.1~preinstall: which@1.2.1
95745npm info lifecycle cross-spawn-async@2.1.1~preinstall: cross-spawn-async@2.1.1
95746npm info lifecycle cross-spawn@2.1.0~preinstall: cross-spawn@2.1.0
95747npm info lifecycle win-spawn@2.0.0~preinstall: win-spawn@2.0.0
95748npm info lifecycle broccoli-livingstyleguide@0.2.0~preinstall: broccoli-livingstyleguide@0.2.0
95749npm info lifecycle window-size@0.1.4~preinstall: window-size@0.1.4
95750npm info lifecycle winston@0.8.3~preinstall: winston@0.8.3
95751npm info lifecycle wordwrap@0.0.3~preinstall: wordwrap@0.0.3
95752npm info lifecycle optimist@0.3.7~preinstall: optimist@0.3.7
95753npm info lifecycle uglify-js@2.3.6~preinstall: uglify-js@2.3.6
95754npm info lifecycle optimist@0.6.1~preinstall: optimist@0.6.1
95755npm info lifecycle handlebars@3.0.3~preinstall: handlebars@3.0.3
95756npm info lifecycle bower-config@0.6.1~preinstall: bower-config@0.6.1
95757npm info lifecycle wrappy@1.0.1~preinstall: wrappy@1.0.1
95758npm info lifecycle once@1.3.3~preinstall: once@1.3.3
95759npm info lifecycle npmconf@2.1.2~preinstall: npmconf@2.1.2
95760npm info lifecycle inflight@1.0.4~preinstall: inflight@1.0.4
95761npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
95762npm info lifecycle vow-fs@0.3.4~preinstall: vow-fs@0.3.4
95763npm info lifecycle glob@6.0.1~preinstall: glob@6.0.1
95764npm info lifecycle rimraf@2.4.5~preinstall: rimraf@2.4.5
95765npm info lifecycle utile@0.2.1~preinstall: utile@0.2.1
95766npm info lifecycle prompt@0.2.14~preinstall: prompt@0.2.14
95767npm info lifecycle fstream@1.0.8~preinstall: fstream@1.0.8
95768npm info lifecycle tar@2.2.1~preinstall: tar@2.2.1
95769npm info lifecycle fs-extra@0.22.1~preinstall: fs-extra@0.22.1
95770npm info lifecycle fs-extra@0.18.4~preinstall: fs-extra@0.18.4
95771npm info lifecycle ember-try@0.0.8~preinstall: ember-try@0.0.8
95772npm info lifecycle fs-extra@0.16.5~preinstall: fs-extra@0.16.5
95773npm info lifecycle fs-extra@0.18.4~preinstall: fs-extra@0.18.4
95774npm info lifecycle cpr@0.4.2~preinstall: cpr@0.4.2
95775npm info lifecycle fs-extra@0.13.0~preinstall: fs-extra@0.13.0
95776npm info lifecycle broccoli-plugin@1.2.1~preinstall: broccoli-plugin@1.2.1
95777npm info lifecycle broccoli-merge-trees@0.2.4~preinstall: broccoli-merge-trees@0.2.4
95778npm info lifecycle broccoli-merge-trees@0.2.4~preinstall: broccoli-merge-trees@0.2.4
95779npm info lifecycle broccoli-funnel@0.2.15~preinstall: broccoli-funnel@0.2.15
95780npm info lifecycle broccoli-merge-trees@0.2.4~preinstall: broccoli-merge-trees@0.2.4
95781npm info lifecycle broccoli-funnel@0.2.15~preinstall: broccoli-funnel@0.2.15
95782npm info lifecycle ember-cli-blanket@0.6.2~preinstall: ember-cli-blanket@0.6.2
95783npm info lifecycle broccoli-merge-trees@0.2.4~preinstall: broccoli-merge-trees@0.2.4
95784npm info lifecycle broccoli-merge-trees@1.1.0~preinstall: broccoli-merge-trees@1.1.0
95785npm info lifecycle broccoli-funnel@1.0.1~preinstall: broccoli-funnel@1.0.1
95786npm info lifecycle fs-extra@0.24.0~preinstall: fs-extra@0.24.0
95787npm info lifecycle broccoli-plugin@1.1.0~preinstall: broccoli-plugin@1.1.0
95788npm info lifecycle async-disk-cache@1.0.3~preinstall: async-disk-cache@1.0.3
95789npm info lifecycle glob@4.5.3~preinstall: glob@4.5.3
95790npm info lifecycle glob@5.0.15~preinstall: glob@5.0.15
95791npm info lifecycle fileset@0.2.1~preinstall: fileset@0.2.1
95792npm info lifecycle commoner@0.10.4~preinstall: commoner@0.10.4
95793npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~preinstall: broccoli-kitchen-sink-helpers@0.2.9
95794npm info lifecycle hash-for-dep@1.0.1~preinstall: hash-for-dep@1.0.1
95795npm info lifecycle broccoli-filter@0.1.14~preinstall: broccoli-filter@0.1.14
95796npm info lifecycle ember-cli-htmlbars@0.7.9~preinstall: ember-cli-htmlbars@0.7.9
95797npm info lifecycle broccoli-filter@0.1.14~preinstall: broccoli-filter@0.1.14
95798npm info lifecycle ember-cli-htmlbars@0.7.9~preinstall: ember-cli-htmlbars@0.7.9
95799npm info lifecycle broccoli-static-compiler@0.2.2~preinstall: broccoli-static-compiler@0.2.2
95800npm info lifecycle broccoli-persistent-filter@1.1.6~preinstall: broccoli-persistent-filter@1.1.6
95801npm info lifecycle ember-cli-htmlbars@1.0.1~preinstall: ember-cli-htmlbars@1.0.1
95802npm info lifecycle broccoli-stew@1.2.0~preinstall: broccoli-stew@1.2.0
95803npm info lifecycle broccoli-jshint@1.1.1~preinstall: broccoli-jshint@1.1.1
95804npm info lifecycle broccoli-autoprefixer@4.1.0~preinstall: broccoli-autoprefixer@4.1.0
95805npm info lifecycle ember-cli-autoprefixer@0.5.0~preinstall: ember-cli-autoprefixer@0.5.0
95806npm info lifecycle broccoli-filter@1.2.3~preinstall: broccoli-filter@1.2.3
95807npm info lifecycle broccoli-asset-rewrite@1.0.11~preinstall: broccoli-asset-rewrite@1.0.11
95808npm info lifecycle broccoli-asset-rev@2.4.1~preinstall: broccoli-asset-rev@2.4.1
95809npm info lifecycle broccoli-filter@0.1.14~preinstall: broccoli-filter@0.1.14
95810npm info lifecycle broccoli-clean-css@0.2.0~preinstall: broccoli-clean-css@0.2.0
95811npm info lifecycle ember-cli-preprocess-registry@1.1.0~preinstall: ember-cli-preprocess-registry@1.1.0
95812npm info lifecycle broccoli-caching-writer@2.2.1~preinstall: broccoli-caching-writer@2.2.1
95813npm info lifecycle broccoli-sourcemap-concat@1.1.6~preinstall: broccoli-sourcemap-concat@1.1.6
95814npm info lifecycle broccoli-sri-hash@1.2.2~preinstall: broccoli-sri-hash@1.2.2
95815npm info lifecycle ember-cli-sri@1.2.1~preinstall: ember-cli-sri@1.2.1
95816npm info lifecycle broccoli-sourcemap-concat@2.0.2~preinstall: broccoli-sourcemap-concat@2.0.2
95817npm info lifecycle broccoli-config-loader@1.0.0~preinstall: broccoli-config-loader@1.0.0
95818npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~preinstall: broccoli-kitchen-sink-helpers@0.3.1
95819npm info lifecycle broccoli-config-replace@1.1.1~preinstall: broccoli-config-replace@1.1.1
95820npm info lifecycle glob@4.3.5~preinstall: glob@4.3.5
95821npm info lifecycle findup-sync@0.2.1~preinstall: findup-sync@0.2.1
95822npm info lifecycle broccoli@0.16.8~preinstall: broccoli@0.16.8
95823npm info lifecycle glob@5.0.13~preinstall: glob@5.0.13
95824npm info lifecycle graceful-fs@4.1.2~preinstall: graceful-fs@4.1.2
95825npm info lifecycle write-file-atomic@1.1.4~preinstall: write-file-atomic@1.1.4
95826npm info lifecycle ws-pure@0.8.0~preinstall: ws-pure@0.8.0
95827npm info lifecycle engine.io-pure@1.5.9~preinstall: engine.io-pure@1.5.9
95828npm info lifecycle xdg-basedir@2.0.0~preinstall: xdg-basedir@2.0.0
95829npm info lifecycle configstore@1.2.1~preinstall: configstore@1.2.1
95830npm info lifecycle xmlbuilder@3.1.0~preinstall: xmlbuilder@3.1.0
95831npm info lifecycle xmldom@0.1.19~preinstall: xmldom@0.1.19
95832npm info lifecycle xmlhttprequest-ssl@1.5.1~preinstall: xmlhttprequest-ssl@1.5.1
95833npm info lifecycle engine.io-client-pure@1.5.9~preinstall: engine.io-client-pure@1.5.9
95834npm info lifecycle socket.io-client-pure@1.3.12~preinstall: socket.io-client-pure@1.3.12
95835npm info lifecycle socket.io-pure@1.3.12~preinstall: socket.io-pure@1.3.12
95836npm info lifecycle testem@0.9.10~preinstall: testem@0.9.10
95837npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
95838npm info lifecycle output-file-sync@1.1.1~preinstall: output-file-sync@1.1.1
95839npm info lifecycle is-my-json-valid@2.12.3~preinstall: is-my-json-valid@2.12.3
95840npm info lifecycle har-validator@2.0.3~preinstall: har-validator@2.0.3
95841npm info lifecycle request@2.67.0~preinstall: request@2.67.0
95842npm info lifecycle node-gyp@3.2.1~preinstall: node-gyp@3.2.1
95843npm info lifecycle y18n@3.2.0~preinstall: y18n@3.2.0
95844npm info lifecycle graceful-fs@3.0.8~preinstall: graceful-fs@3.0.8
95845npm info lifecycle fs-extra@0.16.5~preinstall: fs-extra@0.16.5
95846npm info lifecycle yam@0.0.18~preinstall: yam@0.0.18
95847npm info lifecycle yargs@3.27.0~preinstall: yargs@3.27.0
95848npm info lifecycle sass-graph@2.0.1~preinstall: sass-graph@2.0.1
95849npm info lifecycle node-sass@3.4.2~preinstall: node-sass@3.4.2
95850npm info lifecycle broccoli-sass-source-maps@1.5.1~preinstall: broccoli-sass-source-maps@1.5.1
95851npm info lifecycle ember-cli-sass@5.1.0~preinstall: ember-cli-sass@5.1.0
95852npm info lifecycle defs@1.1.1~preinstall: defs@1.1.1
95853npm info lifecycle regenerator@0.8.40~preinstall: regenerator@0.8.40
95854npm info lifecycle babel-core@5.8.34~preinstall: babel-core@5.8.34
95855npm info lifecycle broccoli-babel-transpiler@5.5.0~preinstall: broccoli-babel-transpiler@5.5.0
95856npm info lifecycle ember-cli-qunit@1.1.0~preinstall: ember-cli-qunit@1.1.0
95857npm info lifecycle ember-cli-babel@5.1.6~preinstall: ember-cli-babel@5.1.6
95858npm info lifecycle roundcube-mail@0.0.0~preinstall: roundcube-mail@0.0.0
95859npm info lifecycle ember-truth-helpers@1.2.0~preinstall: ember-truth-helpers@1.2.0
95860npm info lifecycle ember-sinon-qunit@1.0.0~preinstall: ember-sinon-qunit@1.0.0
95861npm info lifecycle ember-sinon@0.3.0~preinstall: ember-sinon@0.3.0
95862npm info lifecycle ember-simple-auth@1.0.1~preinstall: ember-simple-auth@1.0.1
95863npm info lifecycle ember-responsive@1.2.3~preinstall: ember-responsive@1.2.3
95864npm info lifecycle ember-notify@4.3.0~preinstall: ember-notify@4.3.0
95865npm info lifecycle roundcube-notifications@0.1.0~preinstall: roundcube-notifications@0.1.0
95866npm info lifecycle ember-new-computed@1.0.3~preinstall: ember-new-computed@1.0.3
95867npm info lifecycle ember-moment@4.1.0~preinstall: ember-moment@4.1.0
95868npm info lifecycle ember-metrics@0.5.1~preinstall: ember-metrics@0.5.1
95869npm info lifecycle ember-inflector@1.9.4~preinstall: ember-inflector@1.9.4
95870npm info lifecycle ember-getowner-polyfill@1.0.0~preinstall: ember-getowner-polyfill@1.0.0
95871npm info lifecycle ember-i18n@4.2.0~preinstall: ember-i18n@4.2.0
95872npm info lifecycle ember-feature-flags@2.0.0~preinstall: ember-feature-flags@2.0.0
95873npm info lifecycle ember-disable-proxy-controllers@1.0.1~preinstall: ember-disable-proxy-controllers@1.0.1
95874npm info lifecycle ember-cpm@2.1.1~preinstall: ember-cpm@2.1.1
95875npm info lifecycle ember-cli-sass-pods@1.2.0~preinstall: ember-cli-sass-pods@1.2.0
95876npm info lifecycle ember-cli-moment-shim@0.7.1~preinstall: ember-cli-moment-shim@0.7.1
95877npm info lifecycle ember-cli-mirage@0.1.11~preinstall: ember-cli-mirage@0.1.11
95878npm info lifecycle ember-cli-htmlbars-inline-precompile@0.3.1~preinstall: ember-cli-htmlbars-inline-precompile@0.3.1
95879npm info lifecycle ember-cli-app-version@1.0.0~preinstall: ember-cli-app-version@1.0.0
95880npm info lifecycle ember-cli@1.13.12~preinstall: ember-cli@1.13.12
95881npm info lifecycle babel-jscs@2.0.5~preinstall: babel-jscs@2.0.5
95882npm info lifecycle jscs@2.7.0~preinstall: jscs@2.7.0
95883npm info lifecycle broccoli-jscs@1.2.2~preinstall: broccoli-jscs@1.2.2
95884npm info lifecycle ember-suave@1.2.2~preinstall: ember-suave@1.2.2
95885npm info linkStuff JSV@4.0.2
95886npm verb linkBins JSV@4.0.2
95887npm verb linkMans JSV@4.0.2
95888npm info linkStuff abbrev@1.0.7
95889npm verb linkBins abbrev@1.0.7
95890npm verb linkMans abbrev@1.0.7
95891npm info linkStuff acorn@1.2.2
95892npm verb linkBins acorn@1.2.2
95893npm verb link bins [ { acorn: './bin/acorn' },
95894npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
95895npm verb link bins false ]
95896npm verb linkMans acorn@1.2.2
95897npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/acorn
95898npm info linkStuff after@0.8.1
95899npm verb linkBins after@0.8.1
95900npm verb linkMans after@0.8.1
95901npm info linkStuff amd-name-resolver@0.0.2
95902npm verb linkBins amd-name-resolver@0.0.2
95903npm verb linkMans amd-name-resolver@0.0.2
95904npm info linkStuff amdefine@1.0.0
95905npm verb linkBins amdefine@1.0.0
95906npm verb linkMans amdefine@1.0.0
95907npm info linkStuff ansi@0.3.0
95908npm verb linkBins ansi@0.3.0
95909npm verb linkMans ansi@0.3.0
95910npm info linkStuff ansi-regex@0.2.1
95911npm verb linkBins ansi-regex@0.2.1
95912npm verb linkMans ansi-regex@0.2.1
95913npm info linkStuff ansi-styles@1.1.0
95914npm verb linkBins ansi-styles@1.1.0
95915npm verb linkMans ansi-styles@1.1.0
95916npm info linkStuff ansicolors@0.2.1
95917npm verb linkBins ansicolors@0.2.1
95918npm verb linkMans ansicolors@0.2.1
95919npm info linkStuff array-equal@1.0.0
95920npm verb linkBins array-equal@1.0.0
95921npm verb linkMans array-equal@1.0.0
95922npm info linkStuff array-flatten@1.1.1
95923npm verb linkBins array-flatten@1.1.1
95924npm verb linkMans array-flatten@1.1.1
95925npm info linkStuff arraybuffer.slice@0.0.6
95926npm verb linkBins arraybuffer.slice@0.0.6
95927npm verb linkMans arraybuffer.slice@0.0.6
95928npm info linkStuff asn1@0.2.3
95929npm verb linkBins asn1@0.2.3
95930npm verb linkMans asn1@0.2.3
95931npm info linkStuff assert-plus@0.1.5
95932npm verb linkBins assert-plus@0.1.5
95933npm verb linkMans assert-plus@0.1.5
95934npm info linkStuff ast-traverse@0.1.1
95935npm verb linkBins ast-traverse@0.1.1
95936npm verb linkMans ast-traverse@0.1.1
95937npm info linkStuff ast-types@0.8.12
95938npm verb linkBins ast-types@0.8.12
95939npm verb linkMans ast-types@0.8.12
95940npm info linkStuff async@0.2.10
95941npm verb linkBins async@0.2.10
95942npm verb linkMans async@0.2.10
95943npm info linkStuff async-foreach@0.1.3
95944npm verb linkBins async-foreach@0.1.3
95945npm verb linkMans async-foreach@0.1.3
95946npm info linkStuff aws-sign2@0.6.0
95947npm verb linkBins aws-sign2@0.6.0
95948npm verb linkMans aws-sign2@0.6.0
95949npm info linkStuff ansi-regex@2.0.0
95950npm verb linkBins ansi-regex@2.0.0
95951npm verb linkMans ansi-regex@2.0.0
95952npm info linkStuff ansi-styles@2.1.0
95953npm verb linkBins ansi-styles@2.1.0
95954npm verb linkMans ansi-styles@2.1.0
95955npm info linkStuff has-ansi@2.0.0
95956npm verb linkBins has-ansi@2.0.0
95957npm verb linkMans has-ansi@2.0.0
95958npm info linkStuff source-map@0.5.3
95959npm verb linkBins source-map@0.5.3
95960npm verb linkMans source-map@0.5.3
95961npm info linkStuff strip-ansi@3.0.0
95962npm verb linkBins strip-ansi@3.0.0
95963npm verb linkMans strip-ansi@3.0.0
95964npm info linkStuff supports-color@2.0.0
95965npm verb linkBins supports-color@2.0.0
95966npm verb linkMans supports-color@2.0.0
95967npm info linkStuff babel-plugin-constant-folding@1.0.1
95968npm verb linkBins babel-plugin-constant-folding@1.0.1
95969npm verb linkMans babel-plugin-constant-folding@1.0.1
95970npm info linkStuff babel-plugin-dead-code-elimination@1.0.2
95971npm verb linkBins babel-plugin-dead-code-elimination@1.0.2
95972npm verb linkMans babel-plugin-dead-code-elimination@1.0.2
95973npm info linkStuff babel-plugin-eval@1.0.1
95974npm verb linkBins babel-plugin-eval@1.0.1
95975npm verb linkMans babel-plugin-eval@1.0.1
95976npm info linkStuff babel-plugin-htmlbars-inline-precompile@0.0.5
95977npm verb linkBins babel-plugin-htmlbars-inline-precompile@0.0.5
95978npm verb linkMans babel-plugin-htmlbars-inline-precompile@0.0.5
95979npm info linkStuff babel-plugin-inline-environment-variables@1.0.1
95980npm verb linkBins babel-plugin-inline-environment-variables@1.0.1
95981npm verb linkMans babel-plugin-inline-environment-variables@1.0.1
95982npm info linkStuff babel-plugin-jscript@1.0.4
95983npm verb linkBins babel-plugin-jscript@1.0.4
95984npm verb linkMans babel-plugin-jscript@1.0.4
95985npm info linkStuff babel-plugin-member-expression-literals@1.0.1
95986npm verb linkBins babel-plugin-member-expression-literals@1.0.1
95987npm verb linkMans babel-plugin-member-expression-literals@1.0.1
95988npm info linkStuff babel-plugin-property-literals@1.0.1
95989npm verb linkBins babel-plugin-property-literals@1.0.1
95990npm verb linkMans babel-plugin-property-literals@1.0.1
95991npm info linkStuff babel-plugin-react-constant-elements@1.0.3
95992npm verb linkBins babel-plugin-react-constant-elements@1.0.3
95993npm verb linkMans babel-plugin-react-constant-elements@1.0.3
95994npm info linkStuff babel-plugin-react-display-name@1.0.3
95995npm verb linkBins babel-plugin-react-display-name@1.0.3
95996npm verb linkMans babel-plugin-react-display-name@1.0.3
95997npm info linkStuff babel-plugin-remove-console@1.0.1
95998npm verb linkBins babel-plugin-remove-console@1.0.1
95999npm verb linkMans babel-plugin-remove-console@1.0.1
96000npm info linkStuff babel-plugin-remove-debugger@1.0.1
96001npm verb linkBins babel-plugin-remove-debugger@1.0.1
96002npm verb linkMans babel-plugin-remove-debugger@1.0.1
96003npm info linkStuff babel-plugin-runtime@1.0.7
96004npm verb linkBins babel-plugin-runtime@1.0.7
96005npm verb linkMans babel-plugin-runtime@1.0.7
96006npm info linkStuff babel-plugin-undefined-to-void@1.1.6
96007npm verb linkBins babel-plugin-undefined-to-void@1.1.6
96008npm verb linkMans babel-plugin-undefined-to-void@1.1.6
96009npm info linkStuff babylon@5.8.34
96010npm verb linkBins babylon@5.8.34
96011npm verb linkMans babylon@5.8.34
96012npm info linkStuff backo2@1.0.2
96013npm verb linkBins backo2@1.0.2
96014npm verb linkMans backo2@1.0.2
96015npm info linkStuff balanced-match@0.3.0
96016npm verb linkBins balanced-match@0.3.0
96017npm verb linkMans balanced-match@0.3.0
96018npm info linkStuff base64-arraybuffer@0.1.2
96019npm verb linkBins base64-arraybuffer@0.1.2
96020npm verb linkMans base64-arraybuffer@0.1.2
96021npm info linkStuff base64id@0.1.0
96022npm verb linkBins base64id@0.1.0
96023npm verb linkMans base64id@0.1.0
96024npm info linkStuff basic-auth@1.0.3
96025npm verb linkBins basic-auth@1.0.3
96026npm verb linkMans basic-auth@1.0.3
96027npm info linkStuff benchmark@1.0.0
96028npm verb linkBins benchmark@1.0.0
96029npm verb linkMans benchmark@1.0.0
96030npm info linkStuff blank-object@1.0.1
96031npm verb linkBins blank-object@1.0.1
96032npm verb linkMans blank-object@1.0.1
96033npm info linkStuff blob@0.0.4
96034npm verb linkBins blob@0.0.4
96035npm verb linkMans blob@0.0.4
96036npm info linkStuff bluebird@2.10.2
96037npm verb linkBins bluebird@2.10.2
96038npm verb linkMans bluebird@2.10.2
96039npm info linkStuff bytes@2.2.0
96040npm verb linkBins bytes@2.2.0
96041npm verb linkMans bytes@2.2.0
96042npm info linkStuff depd@1.1.0
96043npm verb linkBins depd@1.1.0
96044npm verb linkMans depd@1.1.0
96045npm info linkStuff qs@5.2.0
96046npm verb linkBins qs@5.2.0
96047npm verb linkMans qs@5.2.0
96048npm info linkStuff bower-endpoint-parser@0.2.2
96049npm verb linkBins bower-endpoint-parser@0.2.2
96050npm verb linkMans bower-endpoint-parser@0.2.2
96051npm info linkStuff abbrev@1.0.7
96052npm verb linkBins abbrev@1.0.7
96053npm verb linkMans abbrev@1.0.7
96054npm info linkStuff archy@1.0.0
96055npm verb linkBins archy@1.0.0
96056npm verb linkMans archy@1.0.0
96057npm info linkStuff graceful-fs@4.1.2
96058npm verb linkBins graceful-fs@4.1.2
96059npm verb linkMans graceful-fs@4.1.2
96060npm info linkStuff minimist@0.0.10
96061npm verb linkBins minimist@0.0.10
96062npm verb linkMans minimist@0.0.10
96063npm info linkStuff wordwrap@0.0.3
96064npm verb linkBins wordwrap@0.0.3
96065npm verb linkMans wordwrap@0.0.3
96066npm info linkStuff optimist@0.6.1
96067npm verb linkBins optimist@0.6.1
96068npm verb linkMans optimist@0.6.1
96069npm info linkStuff os-homedir@1.0.1
96070npm verb linkBins os-homedir@1.0.1
96071npm verb linkMans os-homedir@1.0.1
96072npm info linkStuff os-tmpdir@1.0.1
96073npm verb linkBins os-tmpdir@1.0.1
96074npm verb linkMans os-tmpdir@1.0.1
96075npm info linkStuff osenv@0.1.3
96076npm verb linkBins osenv@0.1.3
96077npm verb linkMans osenv@0.1.3
96078npm info linkStuff os-homedir@1.0.1
96079npm verb linkBins os-homedir@1.0.1
96080npm verb linkMans os-homedir@1.0.1
96081npm info linkStuff untildify@2.1.0
96082npm verb linkBins untildify@2.1.0
96083npm verb linkMans untildify@2.1.0
96084npm info linkStuff bower-endpoint-parser@0.2.2
96085npm verb linkBins bower-endpoint-parser@0.2.2
96086npm verb linkMans bower-endpoint-parser@0.2.2
96087npm info linkStuff deep-extend@0.2.11
96088npm verb linkBins deep-extend@0.2.11
96089npm verb linkMans deep-extend@0.2.11
96090npm info linkStuff graceful-fs@2.0.3
96091npm verb linkBins graceful-fs@2.0.3
96092npm verb linkMans graceful-fs@2.0.3
96093npm info linkStuff intersect@0.0.3
96094npm verb linkBins intersect@0.0.3
96095npm verb linkMans intersect@0.0.3
96096npm info linkStuff bower-json@0.4.0
96097npm verb linkBins bower-json@0.4.0
96098npm verb linkMans bower-json@0.4.0
96099npm info linkStuff bower-logger@0.2.2
96100npm verb linkBins bower-logger@0.2.2
96101npm verb linkMans bower-logger@0.2.2
96102npm info linkStuff async@0.2.10
96103npm verb linkBins async@0.2.10
96104npm verb linkMans async@0.2.10
96105npm info linkStuff graceful-fs@4.1.2
96106npm verb linkBins graceful-fs@4.1.2
96107npm verb linkMans graceful-fs@4.1.2
96108npm info linkStuff mkdirp@0.3.5
96109npm verb linkBins mkdirp@0.3.5
96110npm verb linkMans mkdirp@0.3.5
96111npm info linkStuff ansicolors@0.2.1
96112npm verb linkBins ansicolors@0.2.1
96113npm verb linkMans ansicolors@0.2.1
96114npm info linkStuff esprima@1.0.4
96115npm verb linkBins esprima@1.0.4
96116npm verb link bins [ { esparse: './bin/esparse.js',
96117npm verb link bins esvalidate: './bin/esvalidate.js' },
96118npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin',
96119npm verb link bins false ]
96120npm verb linkMans esprima@1.0.4
96121npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esparse
96122npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/cardinal/node_modules/redeyed/node_modules/.bin/esvalidate
96123npm info linkStuff redeyed@0.4.4
96124npm verb linkBins redeyed@0.4.4
96125npm verb linkMans redeyed@0.4.4
96126npm info linkStuff cardinal@0.4.4
96127npm verb linkBins cardinal@0.4.4
96128npm verb link bins [ { cdl: './bin/cdl.js' },
96129npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96130npm verb link bins false ]
96131npm verb linkMans cardinal@0.4.4
96132npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/cdl
96133npm info linkStuff ansi-styles@2.1.0
96134npm verb linkBins ansi-styles@2.1.0
96135npm verb linkMans ansi-styles@2.1.0
96136npm info linkStuff escape-string-regexp@1.0.3
96137npm verb linkBins escape-string-regexp@1.0.3
96138npm verb linkMans escape-string-regexp@1.0.3
96139npm info linkStuff ansi-regex@2.0.0
96140npm verb linkBins ansi-regex@2.0.0
96141npm verb linkMans ansi-regex@2.0.0
96142npm info linkStuff has-ansi@2.0.0
96143npm verb linkBins has-ansi@2.0.0
96144npm verb linkMans has-ansi@2.0.0
96145npm info linkStuff ansi-regex@2.0.0
96146npm verb linkBins ansi-regex@2.0.0
96147npm verb linkMans ansi-regex@2.0.0
96148npm info linkStuff strip-ansi@3.0.0
96149npm verb linkBins strip-ansi@3.0.0
96150npm verb linkMans strip-ansi@3.0.0
96151npm info linkStuff supports-color@2.0.0
96152npm verb linkBins supports-color@2.0.0
96153npm verb linkMans supports-color@2.0.0
96154npm info linkStuff chalk@1.1.1
96155npm verb linkBins chalk@1.1.1
96156npm verb linkMans chalk@1.1.1
96157npm info linkStuff chmodr@1.0.2
96158npm verb linkBins chmodr@1.0.2
96159npm verb linkMans chmodr@1.0.2
96160npm info linkStuff lodash@3.10.1
96161npm verb linkBins lodash@3.10.1
96162npm verb linkMans lodash@3.10.1
96163npm info linkStuff sprintf-js@1.0.3
96164npm verb linkBins sprintf-js@1.0.3
96165npm verb linkMans sprintf-js@1.0.3
96166npm info linkStuff argparse@1.0.3
96167npm verb linkBins argparse@1.0.3
96168npm verb linkMans argparse@1.0.3
96169npm info linkStuff esprima@2.7.1
96170npm verb linkBins esprima@2.7.1
96171npm verb link bins [ { esparse: './bin/esparse.js',
96172npm verb link bins esvalidate: './bin/esvalidate.js' },
96173npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin',
96174npm verb link bins false ]
96175npm verb linkMans esprima@2.7.1
96176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esparse
96177npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/.bin/esvalidate
96178npm info linkStuff inherit@2.2.2
96179npm verb linkBins inherit@2.2.2
96180npm verb linkMans inherit@2.2.2
96181npm info linkStuff js-yaml@3.4.6
96182npm verb linkBins js-yaml@3.4.6
96183npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
96184npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/configstore/node_modules/.bin',
96185npm verb link bins false ]
96186npm verb linkMans js-yaml@3.4.6
96187npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/configstore/node_modules/.bin/js-yaml
96188npm info linkStuff object-assign@2.1.1
96189npm verb linkBins object-assign@2.1.1
96190npm verb linkMans object-assign@2.1.1
96191npm info linkStuff os-homedir@1.0.1
96192npm verb linkBins os-homedir@1.0.1
96193npm verb linkMans os-homedir@1.0.1
96194npm info linkStuff os-tmpdir@1.0.1
96195npm verb linkBins os-tmpdir@1.0.1
96196npm verb linkMans os-tmpdir@1.0.1
96197npm info linkStuff osenv@0.1.3
96198npm verb linkBins osenv@0.1.3
96199npm verb linkMans osenv@0.1.3
96200npm info linkStuff uuid@2.0.1
96201npm verb linkBins uuid@2.0.1
96202npm verb linkMans uuid@2.0.1
96203npm info linkStuff buffers@0.1.1
96204npm verb linkBins buffers@0.1.1
96205npm verb linkMans buffers@0.1.1
96206npm info linkStuff traverse@0.3.9
96207npm verb linkBins traverse@0.3.9
96208npm verb linkMans traverse@0.3.9
96209npm info linkStuff chainsaw@0.1.0
96210npm verb linkBins chainsaw@0.1.0
96211npm verb linkMans chainsaw@0.1.0
96212npm info linkStuff binary@0.3.0
96213npm verb linkBins binary@0.3.0
96214npm verb linkMans binary@0.3.0
96215npm info linkStuff mkpath@0.1.0
96216npm verb linkBins mkpath@0.1.0
96217npm verb linkMans mkpath@0.1.0
96218npm info linkStuff core-util-is@1.0.2
96219npm verb linkBins core-util-is@1.0.2
96220npm verb linkMans core-util-is@1.0.2
96221npm info linkStuff inherits@2.0.1
96222npm verb linkBins inherits@2.0.1
96223npm verb linkMans inherits@2.0.1
96224npm info linkStuff isarray@0.0.1
96225npm verb linkBins isarray@0.0.1
96226npm verb linkMans isarray@0.0.1
96227npm info linkStuff string_decoder@0.10.31
96228npm verb linkBins string_decoder@0.10.31
96229npm verb linkMans string_decoder@0.10.31
96230npm info linkStuff readable-stream@1.1.13
96231npm verb linkBins readable-stream@1.1.13
96232npm verb linkMans readable-stream@1.1.13
96233npm info linkStuff nopt@1.0.10
96234npm verb linkBins nopt@1.0.10
96235npm verb link bins [ { nopt: './bin/nopt.js' },
96236npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin',
96237npm verb link bins false ]
96238npm verb linkMans nopt@1.0.10
96239npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/decompress-zip/node_modules/touch/node_modules/.bin/nopt
96240npm info linkStuff touch@0.0.3
96241npm verb linkBins touch@0.0.3
96242npm verb linkMans touch@0.0.3
96243npm info linkStuff destroy@1.0.3
96244npm verb linkBins destroy@1.0.3
96245npm verb linkMans destroy@1.0.3
96246npm info linkStuff graceful-fs@4.1.2
96247npm verb linkBins graceful-fs@4.1.2
96248npm verb linkMans graceful-fs@4.1.2
96249npm info linkStuff iferr@0.1.5
96250npm verb linkBins iferr@0.1.5
96251npm verb linkMans iferr@0.1.5
96252npm info linkStuff imurmurhash@0.1.4
96253npm verb linkBins imurmurhash@0.1.4
96254npm verb linkMans imurmurhash@0.1.4
96255npm info linkStuff core-util-is@1.0.2
96256npm verb linkBins core-util-is@1.0.2
96257npm verb linkMans core-util-is@1.0.2
96258npm info linkStuff inherits@2.0.1
96259npm verb linkBins inherits@2.0.1
96260npm verb linkMans inherits@2.0.1
96261npm info linkStuff isarray@0.0.1
96262npm verb linkBins isarray@0.0.1
96263npm verb linkMans isarray@0.0.1
96264npm info linkStuff process-nextick-args@1.0.6
96265npm verb linkBins process-nextick-args@1.0.6
96266npm verb linkMans process-nextick-args@1.0.6
96267npm info linkStuff string_decoder@0.10.31
96268npm verb linkBins string_decoder@0.10.31
96269npm verb linkMans string_decoder@0.10.31
96270npm info linkStuff util-deprecate@1.0.2
96271npm verb linkBins util-deprecate@1.0.2
96272npm verb linkMans util-deprecate@1.0.2
96273npm info linkStuff readable-stream@2.0.4
96274npm verb linkBins readable-stream@2.0.4
96275npm verb linkMans readable-stream@2.0.4
96276npm info linkStuff fs-write-stream-atomic@1.0.7
96277npm verb linkBins fs-write-stream-atomic@1.0.7
96278npm verb linkMans fs-write-stream-atomic@1.0.7
96279npm info linkStuff inherits@2.0.1
96280npm verb linkBins inherits@2.0.1
96281npm verb linkMans inherits@2.0.1
96282npm info linkStuff balanced-match@0.3.0
96283npm verb linkBins balanced-match@0.3.0
96284npm verb linkMans balanced-match@0.3.0
96285npm info linkStuff concat-map@0.0.1
96286npm verb linkBins concat-map@0.0.1
96287npm verb linkMans concat-map@0.0.1
96288npm info linkStuff brace-expansion@1.1.2
96289npm verb linkBins brace-expansion@1.1.2
96290npm verb linkMans brace-expansion@1.1.2
96291npm info linkStuff minimatch@3.0.0
96292npm verb linkBins minimatch@3.0.0
96293npm verb linkMans minimatch@3.0.0
96294npm info linkStuff graceful-fs@4.1.2
96295npm verb linkBins graceful-fs@4.1.2
96296npm verb linkMans graceful-fs@4.1.2
96297npm info linkStuff inherits@2.0.1
96298npm verb linkBins inherits@2.0.1
96299npm verb linkMans inherits@2.0.1
96300npm info linkStuff mime@1.3.4
96301npm verb linkBins mime@1.3.4
96302npm verb link bins [ { mime: 'cli.js' },
96303npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/github/node_modules/.bin',
96304npm verb link bins false ]
96305npm verb linkMans mime@1.3.4
96306npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/github/node_modules/.bin/mime
96307npm info linkStuff github@0.2.4
96308npm verb linkBins github@0.2.4
96309npm verb linkMans github@0.2.4
96310npm info linkStuff wrappy@1.0.1
96311npm verb linkBins wrappy@1.0.1
96312npm verb linkMans wrappy@1.0.1
96313npm info linkStuff inherits@2.0.1
96314npm verb linkBins inherits@2.0.1
96315npm verb linkMans inherits@2.0.1
96316npm info linkStuff balanced-match@0.3.0
96317npm verb linkBins balanced-match@0.3.0
96318npm verb linkMans balanced-match@0.3.0
96319npm info linkStuff concat-map@0.0.1
96320npm verb linkBins concat-map@0.0.1
96321npm verb linkMans concat-map@0.0.1
96322npm info linkStuff brace-expansion@1.1.2
96323npm verb linkBins brace-expansion@1.1.2
96324npm verb linkMans brace-expansion@1.1.2
96325npm info linkStuff minimatch@2.0.10
96326npm verb linkBins minimatch@2.0.10
96327npm verb linkMans minimatch@2.0.10
96328npm info linkStuff wrappy@1.0.1
96329npm verb linkBins wrappy@1.0.1
96330npm verb linkMans wrappy@1.0.1
96331npm info linkStuff once@1.3.3
96332npm verb linkBins once@1.3.3
96333npm verb linkMans once@1.3.3
96334npm info linkStuff inflight@1.0.4
96335npm verb linkBins inflight@1.0.4
96336npm verb linkMans inflight@1.0.4
96337npm info linkStuff glob@4.5.3
96338npm verb linkBins glob@4.5.3
96339npm verb linkMans glob@4.5.3
96340npm info linkStuff graceful-fs@3.0.8
96341npm verb linkBins graceful-fs@3.0.8
96342npm verb linkMans graceful-fs@3.0.8
96343npm info linkStuff wordwrap@0.0.3
96344npm verb linkBins wordwrap@0.0.3
96345npm verb linkMans wordwrap@0.0.3
96346npm info linkStuff optimist@0.3.7
96347npm verb linkBins optimist@0.3.7
96348npm verb linkMans optimist@0.3.7
96349npm info linkStuff async@0.2.10
96350npm verb linkBins async@0.2.10
96351npm verb linkMans async@0.2.10
96352npm info linkStuff amdefine@1.0.0
96353npm verb linkBins amdefine@1.0.0
96354npm verb linkMans amdefine@1.0.0
96355npm info linkStuff source-map@0.1.43
96356npm verb linkBins source-map@0.1.43
96357npm verb linkMans source-map@0.1.43
96358npm info linkStuff uglify-js@2.3.6
96359npm verb linkBins uglify-js@2.3.6
96360npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
96361npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/handlebars/node_modules/.bin',
96362npm verb link bins false ]
96363npm verb linkMans uglify-js@2.3.6
96364npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/handlebars/node_modules/.bin/uglifyjs
96365npm info linkStuff handlebars@2.0.0
96366npm verb linkBins handlebars@2.0.0
96367npm verb link bins [ { handlebars: 'bin/handlebars' },
96368npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96369npm verb link bins false ]
96370npm verb linkMans handlebars@2.0.0
96371npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/handlebars
96372npm info linkStuff ansi-escapes@1.1.0
96373npm verb linkBins ansi-escapes@1.1.0
96374npm verb linkMans ansi-escapes@1.1.0
96375npm info linkStuff ansi-regex@2.0.0
96376npm verb linkBins ansi-regex@2.0.0
96377npm verb linkMans ansi-regex@2.0.0
96378npm info linkStuff exit-hook@1.1.1
96379npm verb linkBins exit-hook@1.1.1
96380npm verb linkMans exit-hook@1.1.1
96381npm info linkStuff onetime@1.0.0
96382npm verb linkBins onetime@1.0.0
96383npm verb linkMans onetime@1.0.0
96384npm info linkStuff restore-cursor@1.0.1
96385npm verb linkBins restore-cursor@1.0.1
96386npm verb linkMans restore-cursor@1.0.1
96387npm info linkStuff cli-cursor@1.0.2
96388npm verb linkBins cli-cursor@1.0.2
96389npm verb linkMans cli-cursor@1.0.2
96390npm info linkStuff cli-width@1.1.0
96391npm verb linkBins cli-width@1.1.0
96392npm verb linkMans cli-width@1.1.0
96393npm info linkStuff figures@1.4.0
96394npm verb linkBins figures@1.4.0
96395npm verb linkMans figures@1.4.0
96396npm info linkStuff lodash@3.10.1
96397npm verb linkBins lodash@3.10.1
96398npm verb linkMans lodash@3.10.1
96399npm info linkStuff number-is-nan@1.0.0
96400npm verb linkBins number-is-nan@1.0.0
96401npm verb linkMans number-is-nan@1.0.0
96402npm info linkStuff code-point-at@1.0.0
96403npm verb linkBins code-point-at@1.0.0
96404npm verb linkMans code-point-at@1.0.0
96405npm info linkStuff number-is-nan@1.0.0
96406npm verb linkBins number-is-nan@1.0.0
96407npm verb linkMans number-is-nan@1.0.0
96408npm info linkStuff is-fullwidth-code-point@1.0.0
96409npm verb linkBins is-fullwidth-code-point@1.0.0
96410npm verb linkMans is-fullwidth-code-point@1.0.0
96411npm info linkStuff mute-stream@0.0.5
96412npm verb linkBins mute-stream@0.0.5
96413npm verb linkMans mute-stream@0.0.5
96414npm info linkStuff readline2@1.0.1
96415npm verb linkBins readline2@1.0.1
96416npm verb linkMans readline2@1.0.1
96417npm info linkStuff wrappy@1.0.1
96418npm verb linkBins wrappy@1.0.1
96419npm verb linkMans wrappy@1.0.1
96420npm info linkStuff once@1.3.3
96421npm verb linkBins once@1.3.3
96422npm verb linkMans once@1.3.3
96423npm info linkStuff run-async@0.1.0
96424npm verb linkBins run-async@0.1.0
96425npm verb linkMans run-async@0.1.0
96426npm info linkStuff rx-lite@3.1.2
96427npm verb linkBins rx-lite@3.1.2
96428npm verb linkMans rx-lite@3.1.2
96429npm info linkStuff strip-ansi@3.0.0
96430npm verb linkBins strip-ansi@3.0.0
96431npm verb linkMans strip-ansi@3.0.0
96432npm info linkStuff through@2.3.8
96433npm verb linkBins through@2.3.8
96434npm verb linkMans through@2.3.8
96435npm info linkStuff inquirer@0.10.0
96436npm verb linkBins inquirer@0.10.0
96437npm verb linkMans inquirer@0.10.0
96438npm info linkStuff async@1.5.0
96439npm verb linkBins async@1.5.0
96440npm verb linkMans async@1.5.0
96441npm info linkStuff graceful-fs@4.1.2
96442npm verb linkBins graceful-fs@4.1.2
96443npm verb linkMans graceful-fs@4.1.2
96444npm info linkStuff os-tmpdir@1.0.1
96445npm verb linkBins os-tmpdir@1.0.1
96446npm verb linkMans os-tmpdir@1.0.1
96447npm info linkStuff os-homedir@1.0.1
96448npm verb linkBins os-homedir@1.0.1
96449npm verb linkMans os-homedir@1.0.1
96450npm info linkStuff osenv@0.1.3
96451npm verb linkBins osenv@0.1.3
96452npm verb linkMans osenv@0.1.3
96453npm info linkStuff uuid@2.0.1
96454npm verb linkBins uuid@2.0.1
96455npm verb linkMans uuid@2.0.1
96456npm info linkStuff imurmurhash@0.1.4
96457npm verb linkBins imurmurhash@0.1.4
96458npm verb linkMans imurmurhash@0.1.4
96459npm info linkStuff slide@1.1.6
96460npm verb linkBins slide@1.1.6
96461npm verb linkMans slide@1.1.6
96462npm info linkStuff write-file-atomic@1.1.4
96463npm verb linkBins write-file-atomic@1.1.4
96464npm verb linkMans write-file-atomic@1.1.4
96465npm info linkStuff os-homedir@1.0.1
96466npm verb linkBins os-homedir@1.0.1
96467npm verb linkMans os-homedir@1.0.1
96468npm info linkStuff xdg-basedir@2.0.0
96469npm verb linkBins xdg-basedir@2.0.0
96470npm verb linkMans xdg-basedir@2.0.0
96471npm info linkStuff lodash._getnative@3.9.1
96472npm verb linkBins lodash._getnative@3.9.1
96473npm verb linkMans lodash._getnative@3.9.1
96474npm info linkStuff lodash.debounce@3.1.1
96475npm verb linkBins lodash.debounce@3.1.1
96476npm verb linkMans lodash.debounce@3.1.1
96477npm info linkStuff object-assign@4.0.1
96478npm verb linkBins object-assign@4.0.1
96479npm verb linkMans object-assign@4.0.1
96480npm info linkStuff minimist@1.2.0
96481npm verb linkBins minimist@1.2.0
96482npm verb linkMans minimist@1.2.0
96483npm info linkStuff osx-release@1.1.0
96484npm verb linkBins osx-release@1.1.0
96485npm verb link bins [ { 'osx-release': 'cli.js' },
96486npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin',
96487npm verb link bins false ]
96488npm verb linkMans osx-release@1.1.0
96489npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/.bin/osx-release
96490npm info linkStuff semver@5.1.0
96491npm verb linkBins semver@5.1.0
96492npm verb link bins [ { semver: './bin/semver' },
96493npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin',
96494npm verb link bins false ]
96495npm verb linkMans semver@5.1.0
96496npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/os-name/node_modules/win-release/node_modules/.bin/semver
96497npm info linkStuff win-release@1.1.1
96498npm verb linkBins win-release@1.1.1
96499npm verb linkMans win-release@1.1.1
96500npm info linkStuff os-name@1.0.3
96501npm verb linkBins os-name@1.0.3
96502npm verb link bins [ { 'os-name': 'cli.js' },
96503npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/.bin',
96504npm verb link bins false ]
96505npm verb linkMans os-name@1.0.3
96506npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/insight/node_modules/.bin/os-name
96507npm info linkStuff tough-cookie@2.2.1
96508npm verb linkBins tough-cookie@2.2.1
96509npm verb linkMans tough-cookie@2.2.1
96510npm info linkStuff is-root@1.0.0
96511npm verb linkBins is-root@1.0.0
96512npm verb linkMans is-root@1.0.0
96513npm info linkStuff junk@1.0.2
96514npm verb linkBins junk@1.0.2
96515npm verb linkMans junk@1.0.2
96516npm info linkStuff lockfile@1.0.1
96517npm verb linkBins lockfile@1.0.1
96518npm verb linkMans lockfile@1.0.1
96519npm info linkStuff lru-cache@2.7.3
96520npm verb linkBins lru-cache@2.7.3
96521npm verb linkMans lru-cache@2.7.3
96522npm info linkStuff md5-o-matic@0.1.1
96523npm verb linkBins md5-o-matic@0.1.1
96524npm verb linkMans md5-o-matic@0.1.1
96525npm info linkStuff md5-hex@1.1.0
96526npm verb linkBins md5-hex@1.1.0
96527npm verb linkMans md5-hex@1.1.0
96528npm info linkStuff minimist@0.0.8
96529npm verb linkBins minimist@0.0.8
96530npm verb linkMans minimist@0.0.8
96531npm info linkStuff mkdirp@0.5.0
96532npm verb linkBins mkdirp@0.5.0
96533npm verb link bins [ { mkdirp: 'bin/cmd.js' },
96534npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96535npm verb link bins false ]
96536npm verb linkMans mkdirp@0.5.0
96537npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/mkdirp
96538npm info linkStuff configstore@1.4.0
96539npm verb linkBins configstore@1.4.0
96540npm verb linkMans configstore@1.4.0
96541npm info linkStuff mout@0.11.1
96542npm verb linkBins mout@0.11.1
96543npm verb linkMans mout@0.11.1
96544npm info linkStuff bower-config@1.3.0
96545npm verb linkBins bower-config@1.3.0
96546npm verb linkMans bower-config@1.3.0
96547npm info linkStuff nopt@3.0.6
96548npm verb linkBins nopt@3.0.6
96549npm verb link bins [ { nopt: './bin/nopt.js' },
96550npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96551npm verb link bins false ]
96552npm verb linkMans nopt@3.0.6
96553npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/nopt
96554npm info linkStuff opn@1.0.2
96555npm verb linkBins opn@1.0.2
96556npm verb link bins [ { opn: 'cli.js' },
96557npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96558npm verb link bins false ]
96559npm verb linkMans opn@1.0.2
96560npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/opn
96561npm info linkStuff q@0.9.7
96562npm verb linkBins q@0.9.7
96563npm verb linkMans q@0.9.7
96564npm info linkStuff p-throttler@0.1.1
96565npm verb linkBins p-throttler@0.1.1
96566npm verb linkMans p-throttler@0.1.1
96567npm info linkStuff mute-stream@0.0.5
96568npm verb linkBins mute-stream@0.0.5
96569npm verb linkMans mute-stream@0.0.5
96570npm info linkStuff read@1.0.7
96571npm verb linkBins read@1.0.7
96572npm verb linkMans read@1.0.7
96573npm info linkStuff promptly@0.2.0
96574npm verb linkBins promptly@0.2.0
96575npm verb linkMans promptly@0.2.0
96576npm info linkStuff q@1.4.1
96577npm verb linkBins q@1.4.1
96578npm verb linkMans q@1.4.1
96579npm info linkStuff decompress-zip@0.1.0
96580npm verb linkBins decompress-zip@0.1.0
96581npm verb link bins [ { 'decompress-zip': 'bin/decompress-zip' },
96582npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96583npm verb link bins false ]
96584npm verb linkMans decompress-zip@0.1.0
96585npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/decompress-zip
96586npm info linkStuff throttleit@0.0.2
96587npm verb linkBins throttleit@0.0.2
96588npm verb linkMans throttleit@0.0.2
96589npm info linkStuff request-progress@0.3.1
96590npm verb linkBins request-progress@0.3.1
96591npm verb linkMans request-progress@0.3.1
96592npm info linkStuff aws-sign2@0.5.0
96593npm verb linkBins aws-sign2@0.5.0
96594npm verb linkMans aws-sign2@0.5.0
96595npm info linkStuff core-util-is@1.0.2
96596npm verb linkBins core-util-is@1.0.2
96597npm verb linkMans core-util-is@1.0.2
96598npm info linkStuff inherits@2.0.1
96599npm verb linkBins inherits@2.0.1
96600npm verb linkMans inherits@2.0.1
96601npm info linkStuff isarray@0.0.1
96602npm verb linkBins isarray@0.0.1
96603npm verb linkMans isarray@0.0.1
96604npm info linkStuff string_decoder@0.10.31
96605npm verb linkBins string_decoder@0.10.31
96606npm verb linkMans string_decoder@0.10.31
96607npm info linkStuff readable-stream@1.0.33
96608npm verb linkBins readable-stream@1.0.33
96609npm verb linkMans readable-stream@1.0.33
96610npm info linkStuff bl@0.9.4
96611npm verb linkBins bl@0.9.4
96612npm verb linkMans bl@0.9.4
96613npm info linkStuff caseless@0.9.0
96614npm verb linkBins caseless@0.9.0
96615npm verb linkMans caseless@0.9.0
96616npm info linkStuff delayed-stream@0.0.5
96617npm verb linkBins delayed-stream@0.0.5
96618npm verb linkMans delayed-stream@0.0.5
96619npm info linkStuff combined-stream@0.0.7
96620npm verb linkBins combined-stream@0.0.7
96621npm verb linkMans combined-stream@0.0.7
96622npm info linkStuff forever-agent@0.5.2
96623npm verb linkBins forever-agent@0.5.2
96624npm verb linkMans forever-agent@0.5.2
96625npm info linkStuff async@0.9.2
96626npm verb linkBins async@0.9.2
96627npm verb linkMans async@0.9.2
96628npm info linkStuff hoek@2.16.3
96629npm verb linkBins hoek@2.16.3
96630npm verb linkMans hoek@2.16.3
96631npm info linkStuff boom@2.10.1
96632npm verb linkBins boom@2.10.1
96633npm verb linkMans boom@2.10.1
96634npm info linkStuff cryptiles@2.0.5
96635npm verb linkBins cryptiles@2.0.5
96636npm verb linkMans cryptiles@2.0.5
96637npm info linkStuff sntp@1.0.9
96638npm verb linkBins sntp@1.0.9
96639npm verb linkMans sntp@1.0.9
96640npm info linkStuff hawk@2.3.1
96641npm verb linkBins hawk@2.3.1
96642npm verb linkMans hawk@2.3.1
96643npm info linkStuff asn1@0.1.11
96644npm verb linkBins asn1@0.1.11
96645npm verb linkMans asn1@0.1.11
96646npm info linkStuff assert-plus@0.1.5
96647npm verb linkBins assert-plus@0.1.5
96648npm verb linkMans assert-plus@0.1.5
96649npm info linkStuff ctype@0.5.3
96650npm verb linkBins ctype@0.5.3
96651npm verb linkMans ctype@0.5.3
96652npm info linkStuff http-signature@0.10.1
96653npm verb linkBins http-signature@0.10.1
96654npm verb linkMans http-signature@0.10.1
96655npm info linkStuff isstream@0.1.2
96656npm verb linkBins isstream@0.1.2
96657npm verb linkMans isstream@0.1.2
96658npm info linkStuff json-stringify-safe@5.0.1
96659npm verb linkBins json-stringify-safe@5.0.1
96660npm verb linkMans json-stringify-safe@5.0.1
96661npm info linkStuff mime-db@1.12.0
96662npm verb linkBins mime-db@1.12.0
96663npm verb linkMans mime-db@1.12.0
96664npm info linkStuff mime-types@2.0.14
96665npm verb linkBins mime-types@2.0.14
96666npm verb linkMans mime-types@2.0.14
96667npm info linkStuff form-data@0.2.0
96668npm verb linkBins form-data@0.2.0
96669npm verb linkMans form-data@0.2.0
96670npm info linkStuff node-uuid@1.4.7
96671npm verb linkBins node-uuid@1.4.7
96672npm verb link bins [ { uuid: './bin/uuid' },
96673npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/request/node_modules/.bin',
96674npm verb link bins false ]
96675npm verb linkMans node-uuid@1.4.7
96676npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/request/node_modules/.bin/uuid
96677npm info linkStuff oauth-sign@0.6.0
96678npm verb linkBins oauth-sign@0.6.0
96679npm verb linkMans oauth-sign@0.6.0
96680npm info linkStuff qs@2.3.3
96681npm verb linkBins qs@2.3.3
96682npm verb linkMans qs@2.3.3
96683npm info linkStuff stringstream@0.0.5
96684npm verb linkBins stringstream@0.0.5
96685npm verb linkMans stringstream@0.0.5
96686npm info linkStuff tough-cookie@2.2.1
96687npm verb linkBins tough-cookie@2.2.1
96688npm verb linkMans tough-cookie@2.2.1
96689npm info linkStuff tunnel-agent@0.4.2
96690npm verb linkBins tunnel-agent@0.4.2
96691npm verb linkMans tunnel-agent@0.4.2
96692npm info linkStuff request@2.53.0
96693npm verb linkBins request@2.53.0
96694npm verb linkMans request@2.53.0
96695npm info linkStuff insight@0.7.0
96696npm verb linkBins insight@0.7.0
96697npm verb linkMans insight@0.7.0
96698npm info linkStuff retry@0.6.1
96699npm verb linkBins retry@0.6.1
96700npm verb linkMans retry@0.6.1
96701npm info linkStuff request-replay@0.2.0
96702npm verb linkBins request-replay@0.2.0
96703npm verb linkMans request-replay@0.2.0
96704npm info linkStuff wrappy@1.0.1
96705npm verb linkBins wrappy@1.0.1
96706npm verb linkMans wrappy@1.0.1
96707npm info linkStuff inherits@2.0.1
96708npm verb linkBins inherits@2.0.1
96709npm verb linkMans inherits@2.0.1
96710npm info linkStuff balanced-match@0.3.0
96711npm verb linkBins balanced-match@0.3.0
96712npm verb linkMans balanced-match@0.3.0
96713npm info linkStuff concat-map@0.0.1
96714npm verb linkBins concat-map@0.0.1
96715npm verb linkMans concat-map@0.0.1
96716npm info linkStuff brace-expansion@1.1.2
96717npm verb linkBins brace-expansion@1.1.2
96718npm verb linkMans brace-expansion@1.1.2
96719npm info linkStuff minimatch@3.0.0
96720npm verb linkBins minimatch@3.0.0
96721npm verb linkMans minimatch@3.0.0
96722npm info linkStuff wrappy@1.0.1
96723npm verb linkBins wrappy@1.0.1
96724npm verb linkMans wrappy@1.0.1
96725npm info linkStuff once@1.3.3
96726npm verb linkBins once@1.3.3
96727npm verb linkMans once@1.3.3
96728npm info linkStuff inflight@1.0.4
96729npm verb linkBins inflight@1.0.4
96730npm verb linkMans inflight@1.0.4
96731npm info linkStuff path-is-absolute@1.0.0
96732npm verb linkBins path-is-absolute@1.0.0
96733npm verb linkMans path-is-absolute@1.0.0
96734npm info linkStuff glob@5.0.15
96735npm verb linkBins glob@5.0.15
96736npm verb linkMans glob@5.0.15
96737npm info linkStuff rimraf@2.4.4
96738npm verb linkBins rimraf@2.4.4
96739npm verb link bins [ { rimraf: './bin.js' },
96740npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96741npm verb link bins false ]
96742npm verb linkMans rimraf@2.4.4
96743npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/rimraf
96744npm info linkStuff fstream@1.0.8
96745npm verb linkBins fstream@1.0.8
96746npm verb linkMans fstream@1.0.8
96747npm info linkStuff fstream-ignore@1.0.3
96748npm verb linkBins fstream-ignore@1.0.3
96749npm verb linkMans fstream-ignore@1.0.3
96750npm info linkStuff bower-registry-client@1.0.0
96751npm verb linkBins bower-registry-client@1.0.0
96752npm verb linkMans bower-registry-client@1.0.0
96753npm info linkStuff semver@2.3.2
96754npm verb linkBins semver@2.3.2
96755npm verb link bins [ { semver: './bin/semver' },
96756npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
96757npm verb link bins false ]
96758npm verb linkMans semver@2.3.2
96759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/semver
96760npm info linkStuff array-filter@0.0.1
96761npm verb linkBins array-filter@0.0.1
96762npm verb linkMans array-filter@0.0.1
96763npm info linkStuff array-map@0.0.0
96764npm verb linkBins array-map@0.0.0
96765npm verb linkMans array-map@0.0.0
96766npm info linkStuff array-reduce@0.0.0
96767npm verb linkBins array-reduce@0.0.0
96768npm verb linkMans array-reduce@0.0.0
96769npm info linkStuff jsonify@0.0.0
96770npm verb linkBins jsonify@0.0.0
96771npm verb linkMans jsonify@0.0.0
96772npm info linkStuff shell-quote@1.4.3
96773npm verb linkBins shell-quote@1.4.3
96774npm verb linkMans shell-quote@1.4.3
96775npm info linkStuff stringify-object@1.0.1
96776npm verb linkBins stringify-object@1.0.1
96777npm verb linkMans stringify-object@1.0.1
96778npm info linkStuff wrappy@1.0.1
96779npm verb linkBins wrappy@1.0.1
96780npm verb linkMans wrappy@1.0.1
96781npm info linkStuff once@1.3.3
96782npm verb linkBins once@1.3.3
96783npm verb linkMans once@1.3.3
96784npm info linkStuff end-of-stream@1.1.0
96785npm verb linkBins end-of-stream@1.1.0
96786npm verb linkMans end-of-stream@1.1.0
96787npm info linkStuff pump@1.0.1
96788npm verb linkBins pump@1.0.1
96789npm verb linkMans pump@1.0.1
96790npm info linkStuff wrappy@1.0.1
96791npm verb linkBins wrappy@1.0.1
96792npm verb linkMans wrappy@1.0.1
96793npm info linkStuff once@1.3.3
96794npm verb linkBins once@1.3.3
96795npm verb linkMans once@1.3.3
96796npm info linkStuff end-of-stream@1.1.0
96797npm verb linkBins end-of-stream@1.1.0
96798npm verb linkMans end-of-stream@1.1.0
96799npm info linkStuff core-util-is@1.0.2
96800npm verb linkBins core-util-is@1.0.2
96801npm verb linkMans core-util-is@1.0.2
96802npm info linkStuff inherits@2.0.1
96803npm verb linkBins inherits@2.0.1
96804npm verb linkMans inherits@2.0.1
96805npm info linkStuff isarray@0.0.1
96806npm verb linkBins isarray@0.0.1
96807npm verb linkMans isarray@0.0.1
96808npm info linkStuff process-nextick-args@1.0.6
96809npm verb linkBins process-nextick-args@1.0.6
96810npm verb linkMans process-nextick-args@1.0.6
96811npm info linkStuff string_decoder@0.10.31
96812npm verb linkBins string_decoder@0.10.31
96813npm verb linkMans string_decoder@0.10.31
96814npm info linkStuff util-deprecate@1.0.2
96815npm verb linkBins util-deprecate@1.0.2
96816npm verb linkMans util-deprecate@1.0.2
96817npm info linkStuff readable-stream@2.0.4
96818npm verb linkBins readable-stream@2.0.4
96819npm verb linkMans readable-stream@2.0.4
96820npm info linkStuff bl@1.0.0
96821npm verb linkBins bl@1.0.0
96822npm verb linkMans bl@1.0.0
96823npm info linkStuff xtend@4.0.1
96824npm verb linkBins xtend@4.0.1
96825npm verb linkMans xtend@4.0.1
96826npm info linkStuff tar-stream@1.3.1
96827npm verb linkBins tar-stream@1.3.1
96828npm verb linkMans tar-stream@1.3.1
96829npm info linkStuff tar-fs@1.8.1
96830npm verb linkBins tar-fs@1.8.1
96831npm verb linkMans tar-fs@1.8.1
96832npm info linkStuff tmp@0.0.24
96833npm verb linkBins tmp@0.0.24
96834npm verb linkMans tmp@0.0.24
96835npm info linkStuff graceful-fs@4.1.2
96836npm verb linkBins graceful-fs@4.1.2
96837npm verb linkMans graceful-fs@4.1.2
96838npm info linkStuff object-assign@4.0.1
96839npm verb linkBins object-assign@4.0.1
96840npm verb linkMans object-assign@4.0.1
96841npm info linkStuff os-tmpdir@1.0.1
96842npm verb linkBins os-tmpdir@1.0.1
96843npm verb linkMans os-tmpdir@1.0.1
96844npm info linkStuff os-homedir@1.0.1
96845npm verb linkBins os-homedir@1.0.1
96846npm verb linkMans os-homedir@1.0.1
96847npm info linkStuff osenv@0.1.3
96848npm verb linkBins osenv@0.1.3
96849npm verb linkMans osenv@0.1.3
96850npm info linkStuff uuid@2.0.1
96851npm verb linkBins uuid@2.0.1
96852npm verb linkMans uuid@2.0.1
96853npm info linkStuff imurmurhash@0.1.4
96854npm verb linkBins imurmurhash@0.1.4
96855npm verb linkMans imurmurhash@0.1.4
96856npm info linkStuff slide@1.1.6
96857npm verb linkBins slide@1.1.6
96858npm verb linkMans slide@1.1.6
96859npm info linkStuff write-file-atomic@1.1.4
96860npm verb linkBins write-file-atomic@1.1.4
96861npm verb linkMans write-file-atomic@1.1.4
96862npm info linkStuff os-homedir@1.0.1
96863npm verb linkBins os-homedir@1.0.1
96864npm verb linkMans os-homedir@1.0.1
96865npm info linkStuff xdg-basedir@2.0.0
96866npm verb linkBins xdg-basedir@2.0.0
96867npm verb linkMans xdg-basedir@2.0.0
96868npm info linkStuff configstore@1.4.0
96869npm verb linkBins configstore@1.4.0
96870npm verb linkMans configstore@1.4.0
96871npm info linkStuff is-npm@1.0.0
96872npm verb linkBins is-npm@1.0.0
96873npm verb linkMans is-npm@1.0.0
96874npm info linkStuff capture-stack-trace@1.0.0
96875npm verb linkBins capture-stack-trace@1.0.0
96876npm verb linkMans capture-stack-trace@1.0.0
96877npm info linkStuff inherits@2.0.1
96878npm verb linkBins inherits@2.0.1
96879npm verb linkMans inherits@2.0.1
96880npm info linkStuff create-error-class@2.0.1
96881npm verb linkBins create-error-class@2.0.1
96882npm verb linkMans create-error-class@2.0.1
96883npm info linkStuff wrappy@1.0.1
96884npm verb linkBins wrappy@1.0.1
96885npm verb linkMans wrappy@1.0.1
96886npm info linkStuff once@1.3.3
96887npm verb linkBins once@1.3.3
96888npm verb linkMans once@1.3.3
96889npm info linkStuff end-of-stream@1.0.0
96890npm verb linkBins end-of-stream@1.0.0
96891npm verb linkMans end-of-stream@1.0.0
96892npm info linkStuff core-util-is@1.0.2
96893npm verb linkBins core-util-is@1.0.2
96894npm verb linkMans core-util-is@1.0.2
96895npm info linkStuff inherits@2.0.1
96896npm verb linkBins inherits@2.0.1
96897npm verb linkMans inherits@2.0.1
96898npm info linkStuff isarray@0.0.1
96899npm verb linkBins isarray@0.0.1
96900npm verb linkMans isarray@0.0.1
96901npm info linkStuff process-nextick-args@1.0.6
96902npm verb linkBins process-nextick-args@1.0.6
96903npm verb linkMans process-nextick-args@1.0.6
96904npm info linkStuff string_decoder@0.10.31
96905npm verb linkBins string_decoder@0.10.31
96906npm verb linkMans string_decoder@0.10.31
96907npm info linkStuff util-deprecate@1.0.2
96908npm verb linkBins util-deprecate@1.0.2
96909npm verb linkMans util-deprecate@1.0.2
96910npm info linkStuff readable-stream@2.0.4
96911npm verb linkBins readable-stream@2.0.4
96912npm verb linkMans readable-stream@2.0.4
96913npm info linkStuff duplexify@3.4.2
96914npm verb linkBins duplexify@3.4.2
96915npm verb linkMans duplexify@3.4.2
96916npm info linkStuff is-plain-obj@1.1.0
96917npm verb linkBins is-plain-obj@1.1.0
96918npm verb linkMans is-plain-obj@1.1.0
96919npm info linkStuff is-redirect@1.0.0
96920npm verb linkBins is-redirect@1.0.0
96921npm verb linkMans is-redirect@1.0.0
96922npm info linkStuff is-stream@1.0.1
96923npm verb linkBins is-stream@1.0.1
96924npm verb linkMans is-stream@1.0.1
96925npm info linkStuff lowercase-keys@1.0.0
96926npm verb linkBins lowercase-keys@1.0.0
96927npm verb linkMans lowercase-keys@1.0.0
96928npm info linkStuff node-status-codes@1.0.0
96929npm verb linkBins node-status-codes@1.0.0
96930npm verb linkMans node-status-codes@1.0.0
96931npm info linkStuff object-assign@4.0.1
96932npm verb linkBins object-assign@4.0.1
96933npm verb linkMans object-assign@4.0.1
96934npm info linkStuff is-arrayish@0.2.1
96935npm verb linkBins is-arrayish@0.2.1
96936npm verb linkMans is-arrayish@0.2.1
96937npm info linkStuff error-ex@1.3.0
96938npm verb linkBins error-ex@1.3.0
96939npm verb linkMans error-ex@1.3.0
96940npm info linkStuff parse-json@2.2.0
96941npm verb linkBins parse-json@2.2.0
96942npm verb linkMans parse-json@2.2.0
96943npm info linkStuff pinkie@2.0.1
96944npm verb linkBins pinkie@2.0.1
96945npm verb linkMans pinkie@2.0.1
96946npm info linkStuff pinkie-promise@2.0.0
96947npm verb linkBins pinkie-promise@2.0.0
96948npm verb linkMans pinkie-promise@2.0.0
96949npm info linkStuff pinkie@1.0.0
96950npm verb linkBins pinkie@1.0.0
96951npm verb linkMans pinkie@1.0.0
96952npm info linkStuff pinkie-promise@1.0.0
96953npm verb linkBins pinkie-promise@1.0.0
96954npm verb linkMans pinkie-promise@1.0.0
96955npm info linkStuff core-util-is@1.0.2
96956npm verb linkBins core-util-is@1.0.2
96957npm verb linkMans core-util-is@1.0.2
96958npm info linkStuff inherits@2.0.1
96959npm verb linkBins inherits@2.0.1
96960npm verb linkMans inherits@2.0.1
96961npm info linkStuff isarray@0.0.1
96962npm verb linkBins isarray@0.0.1
96963npm verb linkMans isarray@0.0.1
96964npm info linkStuff process-nextick-args@1.0.6
96965npm verb linkBins process-nextick-args@1.0.6
96966npm verb linkMans process-nextick-args@1.0.6
96967npm info linkStuff string_decoder@0.10.31
96968npm verb linkBins string_decoder@0.10.31
96969npm verb linkMans string_decoder@0.10.31
96970npm info linkStuff util-deprecate@1.0.2
96971npm verb linkBins util-deprecate@1.0.2
96972npm verb linkMans util-deprecate@1.0.2
96973npm info linkStuff readable-stream@2.0.4
96974npm verb linkBins readable-stream@2.0.4
96975npm verb linkMans readable-stream@2.0.4
96976npm info linkStuff read-all-stream@3.0.1
96977npm verb linkBins read-all-stream@3.0.1
96978npm verb linkMans read-all-stream@3.0.1
96979npm info linkStuff timed-out@2.0.0
96980npm verb linkBins timed-out@2.0.0
96981npm verb linkMans timed-out@2.0.0
96982npm info linkStuff unzip-response@1.0.0
96983npm verb linkBins unzip-response@1.0.0
96984npm verb linkMans unzip-response@1.0.0
96985npm info linkStuff prepend-http@1.0.3
96986npm verb linkBins prepend-http@1.0.3
96987npm verb linkMans prepend-http@1.0.3
96988npm info linkStuff url-parse-lax@1.0.0
96989npm verb linkBins url-parse-lax@1.0.0
96990npm verb linkMans url-parse-lax@1.0.0
96991npm info linkStuff got@5.2.0
96992npm verb linkBins got@5.2.0
96993npm verb linkMans got@5.2.0
96994npm info linkStuff deep-extend@0.4.0
96995npm verb linkBins deep-extend@0.4.0
96996npm verb linkMans deep-extend@0.4.0
96997npm info linkStuff ini@1.3.4
96998npm verb linkBins ini@1.3.4
96999npm verb linkMans ini@1.3.4
97000npm info linkStuff minimist@1.2.0
97001npm verb linkBins minimist@1.2.0
97002npm verb linkMans minimist@1.2.0
97003npm info linkStuff strip-json-comments@1.0.4
97004npm verb linkBins strip-json-comments@1.0.4
97005npm verb link bins [ { 'strip-json-comments': 'cli.js' },
97006npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/rc/node_modules/.bin',
97007npm verb link bins false ]
97008npm verb linkMans strip-json-comments@1.0.4
97009npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.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
97010npm info linkStuff rc@1.1.5
97011npm verb linkBins rc@1.1.5
97012npm verb link bins [ { rc: './index.js' },
97013npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
97014npm verb link bins false ]
97015npm verb linkMans rc@1.1.5
97016npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/rc
97017npm info linkStuff registry-url@3.0.3
97018npm verb linkBins registry-url@3.0.3
97019npm verb linkMans registry-url@3.0.3
97020npm info linkStuff semver@5.1.0
97021npm verb linkBins semver@5.1.0
97022npm verb link bins [ { semver: './bin/semver' },
97023npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin',
97024npm verb link bins false ]
97025npm verb linkMans semver@5.1.0
97026npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/.bin/semver
97027npm info linkStuff package-json@2.3.0
97028npm verb linkBins package-json@2.3.0
97029npm verb linkMans package-json@2.3.0
97030npm info linkStuff latest-version@2.0.0
97031npm verb linkBins latest-version@2.0.0
97032npm verb linkMans latest-version@2.0.0
97033npm info linkStuff number-is-nan@1.0.0
97034npm verb linkBins number-is-nan@1.0.0
97035npm verb linkMans number-is-nan@1.0.0
97036npm info linkStuff is-finite@1.0.1
97037npm verb linkBins is-finite@1.0.1
97038npm verb linkMans is-finite@1.0.1
97039npm info linkStuff repeating@2.0.0
97040npm verb linkBins repeating@2.0.0
97041npm verb linkMans repeating@2.0.0
97042npm info linkStuff semver@5.1.0
97043npm verb linkBins semver@5.1.0
97044npm verb link bins [ { semver: './bin/semver' },
97045npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin',
97046npm verb link bins false ]
97047npm verb linkMans semver@5.1.0
97048npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/update-notifier/node_modules/semver-diff/node_modules/.bin/semver
97049npm info linkStuff semver-diff@2.1.0
97050npm verb linkBins semver-diff@2.1.0
97051npm verb linkMans semver-diff@2.1.0
97052npm info linkStuff ansi-regex@2.0.0
97053npm verb linkBins ansi-regex@2.0.0
97054npm verb linkMans ansi-regex@2.0.0
97055npm info linkStuff strip-ansi@3.0.0
97056npm verb linkBins strip-ansi@3.0.0
97057npm verb linkMans strip-ansi@3.0.0
97058npm info linkStuff string-length@1.0.1
97059npm verb linkBins string-length@1.0.1
97060npm verb linkMans string-length@1.0.1
97061npm info linkStuff update-notifier@0.6.0
97062npm verb linkBins update-notifier@0.6.0
97063npm verb linkMans update-notifier@0.6.0
97064npm info linkStuff user-home@1.1.1
97065npm verb linkBins user-home@1.1.1
97066npm verb link bins [ { 'user-home': 'cli.js' },
97067npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
97068npm verb link bins false ]
97069npm verb linkMans user-home@1.1.1
97070npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/user-home
97071npm info linkStuff xdg-basedir@1.0.1
97072npm verb linkBins xdg-basedir@1.0.1
97073npm verb linkMans xdg-basedir@1.0.1
97074npm info linkStuff configstore@0.3.2
97075npm verb linkBins configstore@0.3.2
97076npm verb linkMans configstore@0.3.2
97077npm info linkStuff is-relative@0.1.3
97078npm verb linkBins is-relative@0.1.3
97079npm verb linkMans is-relative@0.1.3
97080npm info linkStuff is-absolute@0.1.7
97081npm verb linkBins is-absolute@0.1.7
97082npm verb linkMans is-absolute@0.1.7
97083npm info linkStuff which@1.2.0
97084npm verb linkBins which@1.2.0
97085npm verb link bins [ { which: './bin/which' },
97086npm verb link bins '/var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin',
97087npm verb link bins false ]
97088npm verb linkMans which@1.2.0
97089npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/bower/node_modules/.bin/which
97090npm info linkStuff breakable@1.0.0
97091npm verb linkBins breakable@1.0.0
97092npm verb linkMans breakable@1.0.0
97093npm info linkStuff object-assign@4.0.1
97094npm verb linkBins object-assign@4.0.1
97095npm verb linkMans object-assign@4.0.1
97096npm info linkStuff mkdirp@0.3.5
97097npm verb linkBins mkdirp@0.3.5
97098npm verb linkMans mkdirp@0.3.5
97099npm info linkStuff walk-sync@0.1.3
97100npm verb linkBins walk-sync@0.1.3
97101npm verb linkMans walk-sync@0.1.3
97102npm info linkStuff graceful-fs@4.1.2
97103npm verb linkBins graceful-fs@4.1.2
97104npm verb linkMans graceful-fs@4.1.2
97105npm info linkStuff ansi-styles@1.0.0
97106npm verb linkBins ansi-styles@1.0.0
97107npm verb linkMans ansi-styles@1.0.0
97108npm info linkStuff lodash@2.4.2
97109npm verb linkBins lodash@2.4.2
97110npm verb linkMans lodash@2.4.2
97111npm info linkStuff strip-ansi@0.1.1
97112npm verb linkBins strip-ansi@0.1.1
97113npm verb link bins [ { 'strip-ansi': 'cli.js' },
97114npm verb link bins '/var/www/roundcube-shell.git/node_modules/broccoli-jshint/node_modules/.bin',
97115npm verb link bins false ]
97116npm verb linkMans strip-ansi@0.1.1
97117npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/broccoli-jshint/node_modules/.bin/strip-ansi
97118npm info linkStuff mkdirp@0.3.5
97119npm verb linkBins mkdirp@0.3.5
97120npm verb linkMans mkdirp@0.3.5
97121npm info linkStuff mkdirp@0.3.5
97122npm verb linkBins mkdirp@0.3.5
97123npm verb linkMans mkdirp@0.3.5
97124npm info linkStuff object-assign@2.1.1
97125npm verb linkBins object-assign@2.1.1
97126npm verb linkMans object-assign@2.1.1
97127npm info linkStuff broccoli-slow-trees@1.1.0
97128npm verb linkBins broccoli-slow-trees@1.1.0
97129npm verb linkMans broccoli-slow-trees@1.1.0
97130npm info linkStuff broccoli-source@1.1.0
97131npm verb linkBins broccoli-source@1.1.0
97132npm verb linkMans broccoli-source@1.1.0
97133npm info linkStuff rsvp@3.1.0
97134npm verb linkBins rsvp@3.1.0
97135npm verb linkMans rsvp@3.1.0
97136npm info linkStuff walk-sync@0.1.3
97137npm verb linkBins walk-sync@0.1.3
97138npm verb linkMans walk-sync@0.1.3
97139npm info linkStuff source-map@0.5.3
97140npm verb linkBins source-map@0.5.3
97141npm verb linkMans source-map@0.5.3
97142npm info linkStuff walk-sync@0.1.3
97143npm verb linkBins walk-sync@0.1.3
97144npm verb linkMans walk-sync@0.1.3
97145npm info linkStuff window-size@0.1.0
97146npm verb linkBins window-size@0.1.0
97147npm verb linkMans window-size@0.1.0
97148npm info linkStuff wordwrap@0.0.2
97149npm verb linkBins wordwrap@0.0.2
97150npm verb linkMans wordwrap@0.0.2
97151npm info linkStuff broccoli-viz@2.0.1
97152npm verb linkBins broccoli-viz@2.0.1
97153npm verb linkMans broccoli-viz@2.0.1
97154npm info linkStuff builtin-modules@1.1.0
97155npm verb linkBins builtin-modules@1.1.0
97156npm verb linkMans builtin-modules@1.1.0
97157npm info linkStuff bytes@2.1.0
97158npm verb linkBins bytes@2.1.0
97159npm verb linkMans bytes@2.1.0
97160npm info linkStuff callsite@1.0.0
97161npm verb linkBins callsite@1.0.0
97162npm verb linkMans callsite@1.0.0
97163npm info linkStuff better-assert@1.0.2
97164npm verb linkBins better-assert@1.0.2
97165npm verb linkMans better-assert@1.0.2
97166npm info linkStuff camelcase@1.2.1
97167npm verb linkBins camelcase@1.2.1
97168npm verb linkMans camelcase@1.2.1
97169npm info linkStuff camelcase@2.0.1
97170npm verb linkBins camelcase@2.0.1
97171npm verb linkMans camelcase@2.0.1
97172npm info linkStuff caniuse-db@1.0.30000380
97173npm verb linkBins caniuse-db@1.0.30000380
97174npm verb linkMans caniuse-db@1.0.30000380
97175npm info linkStuff browserslist@1.0.1
97176npm verb linkBins browserslist@1.0.1
97177npm verb link bins [ { browserslist: './cli.js' },
97178npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97179npm verb link bins false ]
97180npm verb linkMans browserslist@1.0.1
97181npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/browserslist
97182npm info linkStuff caseless@0.11.0
97183npm verb linkBins caseless@0.11.0
97184npm verb linkMans caseless@0.11.0
97185npm info linkStuff charm@1.0.0
97186npm verb linkBins charm@1.0.0
97187npm verb linkMans charm@1.0.0
97188npm info linkStuff clean-base-url@1.0.0
97189npm verb linkBins clean-base-url@1.0.0
97190npm verb linkMans clean-base-url@1.0.0
97191npm info linkStuff commander@2.2.0
97192npm verb linkBins commander@2.2.0
97193npm verb linkMans commander@2.2.0
97194npm info linkStuff clean-css@2.2.23
97195npm verb linkBins clean-css@2.2.23
97196npm verb link bins [ { cleancss: './bin/cleancss' },
97197npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97198npm verb link bins false ]
97199npm verb linkMans clean-css@2.2.23
97200npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/cleancss
97201npm info linkStuff colors@1.0.3
97202npm verb linkBins colors@1.0.3
97203npm verb linkMans colors@1.0.3
97204npm info linkStuff cli-table@0.3.1
97205npm verb linkBins cli-table@0.3.1
97206npm verb linkMans cli-table@0.3.1
97207npm info linkStuff wordwrap@0.0.2
97208npm verb linkBins wordwrap@0.0.2
97209npm verb linkMans wordwrap@0.0.2
97210npm info linkStuff clone@0.2.0
97211npm verb linkBins clone@0.2.0
97212npm verb linkMans clone@0.2.0
97213npm info linkStuff colors@0.6.2
97214npm verb linkBins colors@0.6.2
97215npm verb linkMans colors@0.6.2
97216npm info linkStuff graceful-fs@4.1.2
97217npm verb linkBins graceful-fs@4.1.2
97218npm verb linkMans graceful-fs@4.1.2
97219npm info linkStuff component-bind@1.0.0
97220npm verb linkBins component-bind@1.0.0
97221npm verb linkMans component-bind@1.0.0
97222npm info linkStuff component-emitter@1.1.2
97223npm verb linkBins component-emitter@1.1.2
97224npm verb linkMans component-emitter@1.1.2
97225npm info linkStuff component-inherit@0.0.3
97226npm verb linkBins component-inherit@0.0.3
97227npm verb linkMans component-inherit@0.0.3
97228npm info linkStuff concat-map@0.0.1
97229npm verb linkBins concat-map@0.0.1
97230npm verb linkMans concat-map@0.0.1
97231npm info linkStuff brace-expansion@1.1.2
97232npm verb linkBins brace-expansion@1.1.2
97233npm verb linkMans brace-expansion@1.1.2
97234npm info linkStuff minimatch@2.0.10
97235npm verb linkBins minimatch@2.0.10
97236npm verb linkMans minimatch@2.0.10
97237npm info linkStuff minimatch@2.0.10
97238npm verb linkBins minimatch@2.0.10
97239npm verb linkMans minimatch@2.0.10
97240npm info linkStuff minimatch@2.0.10
97241npm verb linkBins minimatch@2.0.10
97242npm verb linkMans minimatch@2.0.10
97243npm info linkStuff minimatch@2.0.10
97244npm verb linkBins minimatch@2.0.10
97245npm verb linkMans minimatch@2.0.10
97246npm info linkStuff minimatch@2.0.10
97247npm verb linkBins minimatch@2.0.10
97248npm verb linkMans minimatch@2.0.10
97249npm info linkStuff graceful-fs@4.1.2
97250npm verb linkBins graceful-fs@4.1.2
97251npm verb linkMans graceful-fs@4.1.2
97252npm info linkStuff consolidate@0.13.1
97253npm verb linkBins consolidate@0.13.1
97254npm verb linkMans consolidate@0.13.1
97255npm info linkStuff content-disposition@0.5.0
97256npm verb linkBins content-disposition@0.5.0
97257npm verb linkMans content-disposition@0.5.0
97258npm info linkStuff content-type@1.0.1
97259npm verb linkBins content-type@1.0.1
97260npm verb linkMans content-type@1.0.1
97261npm info linkStuff convert-source-map@1.1.2
97262npm verb linkBins convert-source-map@1.1.2
97263npm verb linkMans convert-source-map@1.1.2
97264npm info linkStuff cookie@0.1.3
97265npm verb linkBins cookie@0.1.3
97266npm verb linkMans cookie@0.1.3
97267npm info linkStuff cookie-signature@1.0.6
97268npm verb linkBins cookie-signature@1.0.6
97269npm verb linkMans cookie-signature@1.0.6
97270npm info linkStuff copy-dereference@1.0.0
97271npm verb linkBins copy-dereference@1.0.0
97272npm verb linkMans copy-dereference@1.0.0
97273npm info linkStuff core-js@1.2.6
97274npm verb linkBins core-js@1.2.6
97275npm verb linkMans core-js@1.2.6
97276npm info linkStuff core-util-is@1.0.2
97277npm verb linkBins core-util-is@1.0.2
97278npm verb linkMans core-util-is@1.0.2
97279npm info linkStuff graceful-fs@4.1.2
97280npm verb linkBins graceful-fs@4.1.2
97281npm verb linkMans graceful-fs@4.1.2
97282npm info linkStuff cycle@1.0.3
97283npm verb linkBins cycle@1.0.3
97284npm verb linkMans cycle@1.0.3
97285npm info linkStuff dashdash@1.10.1
97286npm verb linkBins dashdash@1.10.1
97287npm verb linkMans dashdash@1.10.1
97288npm info linkStuff date-now@0.1.4
97289npm verb linkBins date-now@0.1.4
97290npm verb linkMans date-now@0.1.4
97291npm info linkStuff console-browserify@1.1.0
97292npm verb linkBins console-browserify@1.1.0
97293npm verb linkMans console-browserify@1.1.0
97294npm info linkStuff deep-equal@1.0.1
97295npm verb linkBins deep-equal@1.0.1
97296npm verb linkMans deep-equal@1.0.1
97297npm info linkStuff defined@1.0.0
97298npm verb linkBins defined@1.0.0
97299npm verb linkMans defined@1.0.0
97300npm info linkStuff delayed-stream@1.0.0
97301npm verb linkBins delayed-stream@1.0.0
97302npm verb linkMans delayed-stream@1.0.0
97303npm info linkStuff combined-stream@1.0.5
97304npm verb linkBins combined-stream@1.0.5
97305npm verb linkMans combined-stream@1.0.5
97306npm info linkStuff delegates@0.1.0
97307npm verb linkBins delegates@0.1.0
97308npm verb linkMans delegates@0.1.0
97309npm info linkStuff depd@1.0.1
97310npm verb linkBins depd@1.0.1
97311npm verb linkMans depd@1.0.1
97312npm info linkStuff destroy@1.0.3
97313npm verb linkBins destroy@1.0.3
97314npm verb linkMans destroy@1.0.3
97315npm info linkStuff minimist@1.2.0
97316npm verb linkBins minimist@1.2.0
97317npm verb linkMans minimist@1.2.0
97318npm info linkStuff detective@4.3.1
97319npm verb linkBins detective@4.3.1
97320npm verb linkMans detective@4.3.1
97321npm info linkStuff did_it_work@0.0.6
97322npm verb linkBins did_it_work@0.0.6
97323npm verb linkMans did_it_work@0.0.6
97324npm info linkStuff diff@1.4.0
97325npm verb linkBins diff@1.4.0
97326npm verb linkMans diff@1.4.0
97327npm info linkStuff domelementtype@1.1.3
97328npm verb linkBins domelementtype@1.1.3
97329npm verb linkMans domelementtype@1.1.3
97330npm info linkStuff domelementtype@1.3.0
97331npm verb linkBins domelementtype@1.3.0
97332npm verb linkMans domelementtype@1.3.0
97333npm info linkStuff domhandler@2.3.0
97334npm verb linkBins domhandler@2.3.0
97335npm verb linkMans domhandler@2.3.0
97336npm info linkStuff ee-first@1.1.1
97337npm verb linkBins ee-first@1.1.1
97338npm verb linkMans ee-first@1.1.1
97339npm info linkStuff clone@1.0.2
97340npm verb linkBins clone@1.0.2
97341npm verb linkMans clone@1.0.2
97342npm info linkStuff core-object@1.1.0
97343npm verb linkBins core-object@1.1.0
97344npm verb linkMans core-object@1.1.0
97345npm info linkStuff graceful-fs@3.0.8
97346npm verb linkBins graceful-fs@3.0.8
97347npm verb linkMans graceful-fs@3.0.8
97348npm info linkStuff minimatch@2.0.10
97349npm verb linkBins minimatch@2.0.10
97350npm verb linkMans minimatch@2.0.10
97351npm info linkStuff ember-cli-copy-dereference@1.0.0
97352npm verb linkBins ember-cli-copy-dereference@1.0.0
97353npm verb linkMans ember-cli-copy-dereference@1.0.0
97354npm info linkStuff is-git-url@0.2.0
97355npm verb linkBins is-git-url@0.2.0
97356npm verb linkMans is-git-url@0.2.0
97357npm info linkStuff ember-cli-get-dependency-depth@1.0.0
97358npm verb linkBins ember-cli-get-dependency-depth@1.0.0
97359npm verb linkMans ember-cli-get-dependency-depth@1.0.0
97360npm info linkStuff ic-ajax@2.0.1
97361npm verb linkBins ic-ajax@2.0.1
97362npm verb linkMans ic-ajax@2.0.1
97363npm info linkStuff ember-cli-ic-ajax@0.2.4
97364npm verb linkBins ember-cli-ic-ajax@0.2.4
97365npm verb linkMans ember-cli-ic-ajax@0.2.4
97366npm info linkStuff ember-cli-inject-live-reload@1.4.0
97367npm verb linkBins ember-cli-inject-live-reload@1.4.0
97368npm verb linkMans ember-cli-inject-live-reload@1.4.0
97369npm info linkStuff ember-cli-is-package-missing@1.0.0
97370npm verb linkBins ember-cli-is-package-missing@1.0.0
97371npm verb linkMans ember-cli-is-package-missing@1.0.0
97372npm info linkStuff minimatch@2.0.10
97373npm verb linkBins minimatch@2.0.10
97374npm verb linkMans minimatch@2.0.10
97375npm info linkStuff ansi-regex@2.0.0
97376npm verb linkBins ansi-regex@2.0.0
97377npm verb linkMans ansi-regex@2.0.0
97378npm info linkStuff ansi-styles@2.1.0
97379npm verb linkBins ansi-styles@2.1.0
97380npm verb linkMans ansi-styles@2.1.0
97381npm info linkStuff has-ansi@2.0.0
97382npm verb linkBins has-ansi@2.0.0
97383npm verb linkMans has-ansi@2.0.0
97384npm info linkStuff strip-ansi@3.0.0
97385npm verb linkBins strip-ansi@3.0.0
97386npm verb linkMans strip-ansi@3.0.0
97387npm info linkStuff supports-color@2.0.0
97388npm verb linkBins supports-color@2.0.0
97389npm verb linkMans supports-color@2.0.0
97390npm info linkStuff ember-cli-opinionated@0.2.0
97391npm verb linkBins ember-cli-opinionated@0.2.0
97392npm verb linkMans ember-cli-opinionated@0.2.0
97393npm info linkStuff ember-cli-path-utils@1.0.0
97394npm verb linkBins ember-cli-path-utils@1.0.0
97395npm verb linkMans ember-cli-path-utils@1.0.0
97396npm info linkStuff ansi-regex@2.0.0
97397npm verb linkBins ansi-regex@2.0.0
97398npm verb linkMans ansi-regex@2.0.0
97399npm info linkStuff ansi-styles@2.1.0
97400npm verb linkBins ansi-styles@2.1.0
97401npm verb linkMans ansi-styles@2.1.0
97402npm info linkStuff has-ansi@2.0.0
97403npm verb linkBins has-ansi@2.0.0
97404npm verb linkMans has-ansi@2.0.0
97405npm info linkStuff strip-ansi@3.0.0
97406npm verb linkBins strip-ansi@3.0.0
97407npm verb linkMans strip-ansi@3.0.0
97408npm info linkStuff supports-color@2.0.0
97409npm verb linkBins supports-color@2.0.0
97410npm verb linkMans supports-color@2.0.0
97411npm info linkStuff graceful-fs@3.0.8
97412npm verb linkBins graceful-fs@3.0.8
97413npm verb linkMans graceful-fs@3.0.8
97414npm info linkStuff ember-cli-string-utils@1.0.0
97415npm verb linkBins ember-cli-string-utils@1.0.0
97416npm verb linkMans ember-cli-string-utils@1.0.0
97417npm info linkStuff ember-cli-test-info@1.0.0
97418npm verb linkBins ember-cli-test-info@1.0.0
97419npm verb linkMans ember-cli-test-info@1.0.0
97420npm info linkStuff ansi-regex@2.0.0
97421npm verb linkBins ansi-regex@2.0.0
97422npm verb linkMans ansi-regex@2.0.0
97423npm info linkStuff ansi-styles@2.1.0
97424npm verb linkBins ansi-styles@2.1.0
97425npm verb linkMans ansi-styles@2.1.0
97426npm info linkStuff has-ansi@2.0.0
97427npm verb linkBins has-ansi@2.0.0
97428npm verb linkMans has-ansi@2.0.0
97429npm info linkStuff minimatch@2.0.10
97430npm verb linkBins minimatch@2.0.10
97431npm verb linkMans minimatch@2.0.10
97432npm info linkStuff rimraf@2.2.8
97433npm verb linkBins rimraf@2.2.8
97434npm verb link bins [ { rimraf: './bin.js' },
97435npm verb link bins '/var/www/roundcube-shell.git/node_modules/ember-cli/node_modules/.bin',
97436npm verb link bins false ]
97437npm verb linkMans rimraf@2.2.8
97438npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/ember-cli/node_modules/.bin/rimraf
97439npm info linkStuff strip-ansi@3.0.0
97440npm verb linkBins strip-ansi@3.0.0
97441npm verb linkMans strip-ansi@3.0.0
97442npm info linkStuff supports-color@2.0.0
97443npm verb linkBins supports-color@2.0.0
97444npm verb linkMans supports-color@2.0.0
97445npm info linkStuff walk-sync@0.1.3
97446npm verb linkBins walk-sync@0.1.3
97447npm verb linkMans walk-sync@0.1.3
97448npm info linkStuff ember-export-application-global@1.0.5
97449npm verb linkBins ember-export-application-global@1.0.5
97450npm verb linkMans ember-export-application-global@1.0.5
97451npm info linkStuff mkdirp@0.3.5
97452npm verb linkBins mkdirp@0.3.5
97453npm verb linkMans mkdirp@0.3.5
97454npm info linkStuff walk-sync@0.1.3
97455npm verb linkBins walk-sync@0.1.3
97456npm verb linkMans walk-sync@0.1.3
97457npm info linkStuff mkdirp@0.3.5
97458npm verb linkBins mkdirp@0.3.5
97459npm verb linkMans mkdirp@0.3.5
97460npm info linkStuff object-assign@2.1.1
97461npm verb linkBins object-assign@2.1.1
97462npm verb linkMans object-assign@2.1.1
97463npm info linkStuff walk-sync@0.1.3
97464npm verb linkBins walk-sync@0.1.3
97465npm verb linkMans walk-sync@0.1.3
97466npm info linkStuff ast-types@0.6.16
97467npm verb linkBins ast-types@0.6.16
97468npm verb linkMans ast-types@0.6.16
97469npm info linkStuff esprima-fb@10001.1.0-dev-harmony-fb
97470npm verb linkBins esprima-fb@10001.1.0-dev-harmony-fb
97471npm verb link bins [ { esparse: './bin/esparse.js',
97472npm verb link bins esvalidate: './bin/esvalidate.js' },
97473npm verb link bins '/var/www/roundcube-shell.git/node_modules/ember-router-generator/node_modules/.bin',
97474npm verb link bins false ]
97475npm verb linkMans esprima-fb@10001.1.0-dev-harmony-fb
97476npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/ember-router-generator/node_modules/.bin/esparse
97477npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/ember-router-generator/node_modules/.bin/esvalidate
97478npm info linkStuff rimraf@2.2.8
97479npm verb linkBins rimraf@2.2.8
97480npm verb link bins [ { rimraf: './bin.js' },
97481npm verb link bins '/var/www/roundcube-shell.git/node_modules/ember-suave/node_modules/.bin',
97482npm verb link bins false ]
97483npm verb linkMans rimraf@2.2.8
97484npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/ember-suave/node_modules/.bin/rimraf
97485npm info linkStuff ansi-regex@2.0.0
97486npm verb linkBins ansi-regex@2.0.0
97487npm verb linkMans ansi-regex@2.0.0
97488npm info linkStuff ansi-styles@2.1.0
97489npm verb linkBins ansi-styles@2.1.0
97490npm verb linkMans ansi-styles@2.1.0
97491npm info linkStuff core-object@1.1.0
97492npm verb linkBins core-object@1.1.0
97493npm verb linkMans core-object@1.1.0
97494npm info linkStuff graceful-fs@3.0.8
97495npm verb linkBins graceful-fs@3.0.8
97496npm verb linkMans graceful-fs@3.0.8
97497npm info linkStuff has-ansi@2.0.0
97498npm verb linkBins has-ansi@2.0.0
97499npm verb linkMans has-ansi@2.0.0
97500npm info linkStuff strip-ansi@3.0.0
97501npm verb linkBins strip-ansi@3.0.0
97502npm verb linkMans strip-ansi@3.0.0
97503npm info linkStuff supports-color@2.0.0
97504npm verb linkBins supports-color@2.0.0
97505npm verb linkMans supports-color@2.0.0
97506npm info linkStuff ms@0.6.2
97507npm verb linkBins ms@0.6.2
97508npm verb linkMans ms@0.6.2
97509npm info linkStuff debug@1.0.4
97510npm verb linkBins debug@1.0.4
97511npm verb linkMans debug@1.0.4
97512npm info linkStuff parseuri@0.0.4
97513npm verb linkBins parseuri@0.0.4
97514npm verb linkMans parseuri@0.0.4
97515npm info linkStuff ms@0.6.2
97516npm verb linkBins ms@0.6.2
97517npm verb linkMans ms@0.6.2
97518npm info linkStuff debug@1.0.3
97519npm verb linkBins debug@1.0.3
97520npm verb linkMans debug@1.0.3
97521npm info linkStuff ensure-posix-path@1.0.1
97522npm verb linkBins ensure-posix-path@1.0.1
97523npm verb linkMans ensure-posix-path@1.0.1
97524npm info linkStuff entities@1.1.1
97525npm verb linkBins entities@1.1.1
97526npm verb linkMans entities@1.1.1
97527npm info linkStuff dom-serializer@0.1.0
97528npm verb linkBins dom-serializer@0.1.0
97529npm verb linkMans dom-serializer@0.1.0
97530npm info linkStuff domutils@1.5.1
97531npm verb linkBins domutils@1.5.1
97532npm verb linkMans domutils@1.5.1
97533npm info linkStuff es6-symbol@3.0.2
97534npm verb linkBins es6-symbol@3.0.2
97535npm verb linkMans es6-symbol@3.0.2
97536npm info linkStuff es5-ext@0.10.11
97537npm verb linkBins es5-ext@0.10.11
97538npm verb linkMans es5-ext@0.10.11
97539npm info linkStuff d@0.1.1
97540npm verb linkBins d@0.1.1
97541npm verb linkMans d@0.1.1
97542npm info linkStuff es6-iterator@2.0.0
97543npm verb linkBins es6-iterator@2.0.0
97544npm verb linkMans es6-iterator@2.0.0
97545npm info linkStuff es6-symbol@2.0.1
97546npm verb linkBins es6-symbol@2.0.1
97547npm verb linkMans es6-symbol@2.0.1
97548npm info linkStuff es6-iterator@0.1.3
97549npm verb linkBins es6-iterator@0.1.3
97550npm verb linkMans es6-iterator@0.1.3
97551npm info linkStuff es6-weak-map@0.1.4
97552npm verb linkBins es6-weak-map@0.1.4
97553npm verb linkMans es6-weak-map@0.1.4
97554npm info linkStuff escape-html@1.0.2
97555npm verb linkBins escape-html@1.0.2
97556npm verb linkMans escape-html@1.0.2
97557npm info linkStuff escape-string-regexp@1.0.4
97558npm verb linkBins escape-string-regexp@1.0.4
97559npm verb linkMans escape-string-regexp@1.0.4
97560npm info linkStuff chalk@1.1.1
97561npm verb linkBins chalk@1.1.1
97562npm verb linkMans chalk@1.1.1
97563npm info linkStuff chalk@1.1.0
97564npm verb linkBins chalk@1.1.0
97565npm verb linkMans chalk@1.1.0
97566npm info linkStuff chalk@1.1.1
97567npm verb linkBins chalk@1.1.1
97568npm verb linkMans chalk@1.1.1
97569npm info linkStuff chalk@1.1.1
97570npm verb linkBins chalk@1.1.1
97571npm verb linkMans chalk@1.1.1
97572npm info linkStuff decamelize@1.1.2
97573npm verb linkBins decamelize@1.1.2
97574npm verb linkMans decamelize@1.1.2
97575npm info linkStuff yargs@3.5.4
97576npm verb linkBins yargs@3.5.4
97577npm verb linkMans yargs@3.5.4
97578npm info linkStuff chalk@1.1.1
97579npm verb linkBins chalk@1.1.1
97580npm verb linkMans chalk@1.1.1
97581npm info linkStuff es6-weak-map@2.0.1
97582npm verb linkBins es6-weak-map@2.0.1
97583npm verb linkMans es6-weak-map@2.0.1
97584npm info linkStuff esprima-fb@15001.1001.0-dev-harmony-fb
97585npm verb linkBins esprima-fb@15001.1001.0-dev-harmony-fb
97586npm verb link bins [ { esparse: './bin/esparse.js',
97587npm verb link bins esvalidate: './bin/esvalidate.js' },
97588npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97589npm verb link bins false ]
97590npm verb linkMans esprima-fb@15001.1001.0-dev-harmony-fb
97591npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/esparse
97592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/esvalidate
97593npm info linkStuff estraverse@3.1.0
97594npm verb linkBins estraverse@3.1.0
97595npm verb linkMans estraverse@3.1.0
97596npm info linkStuff esrecurse@3.1.1
97597npm verb linkBins esrecurse@3.1.1
97598npm verb linkMans esrecurse@3.1.1
97599npm info linkStuff estraverse@4.1.1
97600npm verb linkBins estraverse@4.1.1
97601npm verb linkMans estraverse@4.1.1
97602npm info linkStuff esutils@2.0.2
97603npm verb linkBins esutils@2.0.2
97604npm verb linkMans esutils@2.0.2
97605npm info linkStuff etag@1.7.0
97606npm verb linkBins etag@1.7.0
97607npm verb linkMans etag@1.7.0
97608npm info linkStuff event-emitter@0.3.4
97609npm verb linkBins event-emitter@0.3.4
97610npm verb linkMans event-emitter@0.3.4
97611npm info linkStuff es6-set@0.1.3
97612npm verb linkBins es6-set@0.1.3
97613npm verb linkMans es6-set@0.1.3
97614npm info linkStuff es6-map@0.1.3
97615npm verb linkBins es6-map@0.1.3
97616npm verb linkMans es6-map@0.1.3
97617npm info linkStuff escope@3.3.0
97618npm verb linkBins escope@3.3.0
97619npm verb linkMans escope@3.3.0
97620npm info linkStuff eventemitter3@1.1.1
97621npm verb linkBins eventemitter3@1.1.1
97622npm verb linkMans eventemitter3@1.1.1
97623npm info linkStuff events-to-array@1.0.2
97624npm verb linkBins events-to-array@1.0.2
97625npm verb linkMans events-to-array@1.0.2
97626npm info linkStuff exists-sync@0.0.3
97627npm verb linkBins exists-sync@0.0.3
97628npm verb linkMans exists-sync@0.0.3
97629npm info linkStuff exit@0.1.2
97630npm verb linkBins exit@0.1.2
97631npm verb linkMans exit@0.1.2
97632npm info linkStuff negotiator@0.5.3
97633npm verb linkBins negotiator@0.5.3
97634npm verb linkMans negotiator@0.5.3
97635npm info linkStuff vary@1.0.1
97636npm verb linkBins vary@1.0.1
97637npm verb linkMans vary@1.0.1
97638npm info linkStuff extend@3.0.0
97639npm verb linkBins extend@3.0.0
97640npm verb linkMans extend@3.0.0
97641npm info linkStuff extsprintf@1.0.2
97642npm verb linkBins extsprintf@1.0.2
97643npm verb linkMans extsprintf@1.0.2
97644npm info linkStuff eyes@0.1.8
97645npm verb linkBins eyes@0.1.8
97646npm verb linkMans eyes@0.1.8
97647npm info linkStuff fast-ordered-set@1.0.2
97648npm verb linkBins fast-ordered-set@1.0.2
97649npm verb linkMans fast-ordered-set@1.0.2
97650npm info linkStuff source-map@0.4.4
97651npm verb linkBins source-map@0.4.4
97652npm verb linkMans source-map@0.4.4
97653npm info linkStuff minimatch@2.0.10
97654npm verb linkBins minimatch@2.0.10
97655npm verb linkMans minimatch@2.0.10
97656npm info linkStuff minimatch@2.0.10
97657npm verb linkBins minimatch@2.0.10
97658npm verb linkMans minimatch@2.0.10
97659npm info linkStuff commander@2.1.0
97660npm verb linkBins commander@2.1.0
97661npm verb linkMans commander@2.1.0
97662npm info linkStuff findup@0.1.5
97663npm verb linkBins findup@0.1.5
97664npm verb link bins [ { findup: 'bin/findup.js' },
97665npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97666npm verb link bins false ]
97667npm verb linkMans findup@0.1.5
97668npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/findup
97669npm info linkStuff lodash@2.3.0
97670npm verb linkBins lodash@2.3.0
97671npm verb linkMans lodash@2.3.0
97672npm info linkStuff forever-agent@0.6.1
97673npm verb linkBins forever-agent@0.6.1
97674npm verb linkMans forever-agent@0.6.1
97675npm info linkStuff async@1.5.0
97676npm verb linkBins async@1.5.0
97677npm verb linkMans async@1.5.0
97678npm info linkStuff forwarded@0.1.0
97679npm verb linkBins forwarded@0.1.0
97680npm verb linkMans forwarded@0.1.0
97681npm info linkStuff fresh@0.3.0
97682npm verb linkBins fresh@0.3.0
97683npm verb linkMans fresh@0.3.0
97684npm info linkStuff graceful-fs@4.1.2
97685npm verb linkBins graceful-fs@4.1.2
97686npm verb linkMans graceful-fs@4.1.2
97687npm info linkStuff fs-monitor-stack@1.1.0
97688npm verb linkBins fs-monitor-stack@1.1.0
97689npm verb linkMans fs-monitor-stack@1.1.0
97690npm info linkStuff fs-readdir-recursive@0.1.2
97691npm verb linkBins fs-readdir-recursive@0.1.2
97692npm verb linkMans fs-readdir-recursive@0.1.2
97693npm info linkStuff graceful-fs@4.1.2
97694npm verb linkBins graceful-fs@4.1.2
97695npm verb linkMans graceful-fs@4.1.2
97696npm info linkStuff generate-function@2.0.0
97697npm verb linkBins generate-function@2.0.0
97698npm verb linkMans generate-function@2.0.0
97699npm info linkStuff get-stdin@4.0.1
97700npm verb linkBins get-stdin@4.0.1
97701npm verb linkMans get-stdin@4.0.1
97702npm info linkStuff git-repo-info@1.1.2
97703npm verb linkBins git-repo-info@1.1.2
97704npm verb linkMans git-repo-info@1.1.2
97705npm info linkStuff git-repo-version@0.3.0
97706npm verb linkBins git-repo-version@0.3.0
97707npm verb linkMans git-repo-version@0.3.0
97708npm info linkStuff globals@6.4.1
97709npm verb linkBins globals@6.4.1
97710npm verb linkMans globals@6.4.1
97711npm info linkStuff graceful-fs@1.2.3
97712npm verb linkBins graceful-fs@1.2.3
97713npm verb linkMans graceful-fs@1.2.3
97714npm info linkStuff inherits@1.0.2
97715npm verb linkBins inherits@1.0.2
97716npm verb linkMans inherits@1.0.2
97717npm info linkStuff lodash@1.0.2
97718npm verb linkBins lodash@1.0.2
97719npm verb linkMans lodash@1.0.2
97720npm info linkStuff graceful-fs@2.0.3
97721npm verb linkBins graceful-fs@2.0.3
97722npm verb linkMans graceful-fs@2.0.3
97723npm info linkStuff graceful-readlink@1.0.1
97724npm verb linkBins graceful-readlink@1.0.1
97725npm verb linkMans graceful-readlink@1.0.1
97726npm info linkStuff commander@2.9.0
97727npm verb linkBins commander@2.9.0
97728npm verb linkMans commander@2.9.0
97729npm info linkStuff growl@1.8.1
97730npm verb linkBins growl@1.8.1
97731npm verb linkMans growl@1.8.1
97732npm info linkStuff ansi-regex@2.0.0
97733npm verb linkBins ansi-regex@2.0.0
97734npm verb linkMans ansi-regex@2.0.0
97735npm info linkStuff ansi-styles@2.1.0
97736npm verb linkBins ansi-styles@2.1.0
97737npm verb linkMans ansi-styles@2.1.0
97738npm info linkStuff has-ansi@2.0.0
97739npm verb linkBins has-ansi@2.0.0
97740npm verb linkMans has-ansi@2.0.0
97741npm info linkStuff strip-ansi@3.0.0
97742npm verb linkBins strip-ansi@3.0.0
97743npm verb linkMans strip-ansi@3.0.0
97744npm info linkStuff supports-color@2.0.0
97745npm verb linkBins supports-color@2.0.0
97746npm verb linkMans supports-color@2.0.0
97747npm info linkStuff chalk@1.1.1
97748npm verb linkBins chalk@1.1.1
97749npm verb linkMans chalk@1.1.1
97750npm info linkStuff has-ansi@0.1.0
97751npm verb linkBins has-ansi@0.1.0
97752npm verb link bins [ { 'has-ansi': 'cli.js' },
97753npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97754npm verb link bins false ]
97755npm verb linkMans has-ansi@0.1.0
97756npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/has-ansi
97757npm info linkStuff has-color@0.1.7
97758npm verb linkBins has-color@0.1.7
97759npm verb linkMans has-color@0.1.7
97760npm info linkStuff chalk@0.4.0
97761npm verb linkBins chalk@0.4.0
97762npm verb linkMans chalk@0.4.0
97763npm info linkStuff has-cors@1.1.0
97764npm verb linkBins has-cors@1.1.0
97765npm verb linkMans has-cors@1.1.0
97766npm info linkStuff has-flag@1.0.0
97767npm verb linkBins has-flag@1.0.0
97768npm verb linkMans has-flag@1.0.0
97769npm info linkStuff has-unicode@1.0.1
97770npm verb linkBins has-unicode@1.0.1
97771npm verb linkMans has-unicode@1.0.1
97772npm info linkStuff hoek@2.16.3
97773npm verb linkBins hoek@2.16.3
97774npm verb linkMans hoek@2.16.3
97775npm info linkStuff boom@2.10.1
97776npm verb linkBins boom@2.10.1
97777npm verb linkMans boom@2.10.1
97778npm info linkStuff cryptiles@2.0.5
97779npm verb linkBins cryptiles@2.0.5
97780npm verb linkMans cryptiles@2.0.5
97781npm info linkStuff hosted-git-info@2.1.4
97782npm verb linkBins hosted-git-info@2.1.4
97783npm verb linkMans hosted-git-info@2.1.4
97784npm info linkStuff entities@1.0.0
97785npm verb linkBins entities@1.0.0
97786npm verb linkMans entities@1.0.0
97787npm info linkStuff i@0.3.3
97788npm verb linkBins i@0.3.3
97789npm verb linkMans i@0.3.3
97790npm info linkStuff iconv-lite@0.4.13
97791npm verb linkBins iconv-lite@0.4.13
97792npm verb linkMans iconv-lite@0.4.13
97793npm info linkStuff imurmurhash@0.1.4
97794npm verb linkBins imurmurhash@0.1.4
97795npm verb linkMans imurmurhash@0.1.4
97796npm info linkStuff include-path-searcher@0.1.0
97797npm verb linkBins include-path-searcher@0.1.0
97798npm verb linkMans include-path-searcher@0.1.0
97799npm info linkStuff indexof@0.0.1
97800npm verb linkBins indexof@0.0.1
97801npm verb linkMans indexof@0.0.1
97802npm info linkStuff inflection@1.8.0
97803npm verb linkBins inflection@1.8.0
97804npm verb linkMans inflection@1.8.0
97805npm info linkStuff inherit@2.2.2
97806npm verb linkBins inherit@2.2.2
97807npm verb linkMans inherit@2.2.2
97808npm info linkStuff inherits@2.0.1
97809npm verb linkBins inherits@2.0.1
97810npm verb linkMans inherits@2.0.1
97811npm info linkStuff block-stream@0.0.8
97812npm verb linkBins block-stream@0.0.8
97813npm verb linkMans block-stream@0.0.8
97814npm info linkStuff ini@1.3.4
97815npm verb linkBins ini@1.3.4
97816npm verb linkMans ini@1.3.4
97817npm info linkStuff ansi-styles@1.0.0
97818npm verb linkBins ansi-styles@1.0.0
97819npm verb linkMans ansi-styles@1.0.0
97820npm info linkStuff async@0.8.0
97821npm verb linkBins async@0.8.0
97822npm verb linkMans async@0.8.0
97823npm info linkStuff lodash@2.4.2
97824npm verb linkBins lodash@2.4.2
97825npm verb linkMans lodash@2.4.2
97826npm info linkStuff strip-ansi@0.1.1
97827npm verb linkBins strip-ansi@0.1.1
97828npm verb link bins [ { 'strip-ansi': 'cli.js' },
97829npm verb link bins '/var/www/roundcube-shell.git/node_modules/inquirer/node_modules/.bin',
97830npm verb link bins false ]
97831npm verb linkMans strip-ansi@0.1.1
97832npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/inquirer/node_modules/.bin/strip-ansi
97833npm info linkStuff chalk@0.4.0
97834npm verb linkBins chalk@0.4.0
97835npm verb linkMans chalk@0.4.0
97836npm info linkStuff invert-kv@1.0.0
97837npm verb linkBins invert-kv@1.0.0
97838npm verb linkMans invert-kv@1.0.0
97839npm info linkStuff ipaddr.js@1.0.5
97840npm verb linkBins ipaddr.js@1.0.5
97841npm verb linkMans ipaddr.js@1.0.5
97842npm info linkStuff is-arrayish@0.2.1
97843npm verb linkBins is-arrayish@0.2.1
97844npm verb linkMans is-arrayish@0.2.1
97845npm info linkStuff error-ex@1.3.0
97846npm verb linkBins error-ex@1.3.0
97847npm verb linkMans error-ex@1.3.0
97848npm info linkStuff is-buffer@1.1.0
97849npm verb linkBins is-buffer@1.1.0
97850npm verb linkMans is-buffer@1.1.0
97851npm info linkStuff is-builtin-module@1.0.0
97852npm verb linkBins is-builtin-module@1.0.0
97853npm verb linkMans is-builtin-module@1.0.0
97854npm info linkStuff is-git-url@0.2.3
97855npm verb linkBins is-git-url@0.2.3
97856npm verb linkMans is-git-url@0.2.3
97857npm info linkStuff is-property@1.0.2
97858npm verb linkBins is-property@1.0.2
97859npm verb linkMans is-property@1.0.2
97860npm info linkStuff generate-object-property@1.2.0
97861npm verb linkBins generate-object-property@1.2.0
97862npm verb linkMans generate-object-property@1.2.0
97863npm info linkStuff is-relative@0.1.3
97864npm verb linkBins is-relative@0.1.3
97865npm verb linkMans is-relative@0.1.3
97866npm info linkStuff is-absolute@0.1.7
97867npm verb linkBins is-absolute@0.1.7
97868npm verb linkMans is-absolute@0.1.7
97869npm info linkStuff is-type@0.0.1
97870npm verb linkBins is-type@0.0.1
97871npm verb linkMans is-type@0.0.1
97872npm info linkStuff is-typedarray@1.0.0
97873npm verb linkBins is-typedarray@1.0.0
97874npm verb linkMans is-typedarray@1.0.0
97875npm info linkStuff is-utf8@0.2.1
97876npm verb linkBins is-utf8@0.2.1
97877npm verb linkMans is-utf8@0.2.1
97878npm info linkStuff isarray@0.0.1
97879npm verb linkBins isarray@0.0.1
97880npm verb linkMans isarray@0.0.1
97881npm info linkStuff has-binary-data@0.1.3
97882npm verb linkBins has-binary-data@0.1.3
97883npm verb linkMans has-binary-data@0.1.3
97884npm info linkStuff has-binary@0.1.6
97885npm verb linkBins has-binary@0.1.6
97886npm verb linkMans has-binary@0.1.6
97887npm info linkStuff isbinaryfile@2.0.4
97888npm verb linkBins isbinaryfile@2.0.4
97889npm verb linkMans isbinaryfile@2.0.4
97890npm info linkStuff isstream@0.1.2
97891npm verb linkBins isstream@0.1.2
97892npm verb linkMans isstream@0.1.2
97893npm info linkStuff js-base64@2.1.9
97894npm verb linkBins js-base64@2.1.9
97895npm verb linkMans js-base64@2.1.9
97896npm info linkStuff js-string-escape@1.0.0
97897npm verb linkBins js-string-escape@1.0.0
97898npm verb linkMans js-string-escape@1.0.0
97899npm info linkStuff js-tokens@1.0.1
97900npm verb linkBins js-tokens@1.0.1
97901npm verb linkMans js-tokens@1.0.1
97902npm info linkStuff esprima@2.7.1
97903npm verb linkBins esprima@2.7.1
97904npm verb link bins [ { esparse: './bin/esparse.js',
97905npm verb link bins esvalidate: './bin/esvalidate.js' },
97906npm verb link bins '/var/www/roundcube-shell.git/node_modules/js-yaml/node_modules/.bin',
97907npm verb link bins false ]
97908npm verb linkMans esprima@2.7.1
97909npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/js-yaml/node_modules/.bin/esparse
97910npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/js-yaml/node_modules/.bin/esvalidate
97911npm info linkStuff jsbn@0.1.0
97912npm verb linkBins jsbn@0.1.0
97913npm verb linkMans jsbn@0.1.0
97914npm info linkStuff jodid25519@1.0.2
97915npm verb linkBins jodid25519@1.0.2
97916npm verb linkMans jodid25519@1.0.2
97917npm info linkStuff ecc-jsbn@0.1.1
97918npm verb linkBins ecc-jsbn@0.1.1
97919npm verb linkMans ecc-jsbn@0.1.1
97920npm info linkStuff jscs-preset-wikimedia@1.0.0
97921npm verb linkBins jscs-preset-wikimedia@1.0.0
97922npm verb linkMans jscs-preset-wikimedia@1.0.0
97923npm info linkStuff ansi-regex@2.0.0
97924npm verb linkBins ansi-regex@2.0.0
97925npm verb linkMans ansi-regex@2.0.0
97926npm info linkStuff ansi-styles@2.1.0
97927npm verb linkBins ansi-styles@2.1.0
97928npm verb linkMans ansi-styles@2.1.0
97929npm info linkStuff esprima@2.7.1
97930npm verb linkBins esprima@2.7.1
97931npm verb link bins [ { esparse: './bin/esparse.js',
97932npm verb link bins esvalidate: './bin/esvalidate.js' },
97933npm verb link bins '/var/www/roundcube-shell.git/node_modules/jscs/node_modules/.bin',
97934npm verb link bins false ]
97935npm verb linkMans esprima@2.7.1
97936npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/jscs/node_modules/.bin/esparse
97937npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/jscs/node_modules/.bin/esvalidate
97938npm info linkStuff has-ansi@2.0.0
97939npm verb linkBins has-ansi@2.0.0
97940npm verb linkMans has-ansi@2.0.0
97941npm info linkStuff strip-ansi@3.0.0
97942npm verb linkBins strip-ansi@3.0.0
97943npm verb linkMans strip-ansi@3.0.0
97944npm info linkStuff supports-color@2.0.0
97945npm verb linkBins supports-color@2.0.0
97946npm verb linkMans supports-color@2.0.0
97947npm info linkStuff chalk@1.1.1
97948npm verb linkBins chalk@1.1.1
97949npm verb linkMans chalk@1.1.1
97950npm info linkStuff jsesc@0.5.0
97951npm verb linkBins jsesc@0.5.0
97952npm verb link bins [ { jsesc: 'bin/jsesc' },
97953npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97954npm verb link bins false ]
97955npm verb linkMans jsesc@0.5.0
97956npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/jsesc
97957npm info linkStuff lodash@3.7.0
97958npm verb linkBins lodash@3.7.0
97959npm verb linkMans lodash@3.7.0
97960npm info linkStuff minimatch@2.0.10
97961npm verb linkBins minimatch@2.0.10
97962npm verb linkMans minimatch@2.0.10
97963npm info linkStuff json-schema@0.2.2
97964npm verb linkBins json-schema@0.2.2
97965npm verb linkMans json-schema@0.2.2
97966npm info linkStuff json-stringify-safe@5.0.1
97967npm verb linkBins json-stringify-safe@5.0.1
97968npm verb linkMans json-stringify-safe@5.0.1
97969npm info linkStuff json3@3.2.6
97970npm verb linkBins json3@3.2.6
97971npm verb linkMans json3@3.2.6
97972npm info linkStuff json5@0.4.0
97973npm verb linkBins json5@0.4.0
97974npm verb link bins [ { json5: 'lib/cli.js' },
97975npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
97976npm verb link bins false ]
97977npm verb linkMans json5@0.4.0
97978npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/json5
97979npm info linkStuff jsonfile@2.2.3
97980npm verb linkBins jsonfile@2.2.3
97981npm verb linkMans jsonfile@2.2.3
97982npm info linkStuff jsonify@0.0.0
97983npm verb linkBins jsonify@0.0.0
97984npm verb linkMans jsonify@0.0.0
97985npm info linkStuff json-stable-stringify@1.0.0
97986npm verb linkBins json-stable-stringify@1.0.0
97987npm verb linkMans json-stable-stringify@1.0.0
97988npm info linkStuff jsonpointer@2.0.0
97989npm verb linkBins jsonpointer@2.0.0
97990npm verb linkMans jsonpointer@2.0.0
97991npm info linkStuff kind-of@2.0.1
97992npm verb linkBins kind-of@2.0.1
97993npm verb linkMans kind-of@2.0.1
97994npm info linkStuff klassy@0.1.3
97995npm verb linkBins klassy@0.1.3
97996npm verb linkMans klassy@0.1.3
97997npm info linkStuff ember-test-helpers@0.5.19
97998npm verb linkBins ember-test-helpers@0.5.19
97999npm verb linkMans ember-test-helpers@0.5.19
98000npm info linkStuff ember-qunit@0.4.18
98001npm verb linkBins ember-qunit@0.4.18
98002npm verb linkMans ember-qunit@0.4.18
98003npm info linkStuff lazy-cache@0.2.7
98004npm verb linkBins lazy-cache@0.2.7
98005npm verb linkMans lazy-cache@0.2.7
98006npm info linkStuff lcid@1.0.0
98007npm verb linkBins lcid@1.0.0
98008npm verb linkMans lcid@1.0.0
98009npm info linkStuff ms@0.6.2
98010npm verb linkBins ms@0.6.2
98011npm verb linkMans ms@0.6.2
98012npm info linkStuff debug@2.1.1
98013npm verb linkBins debug@2.1.1
98014npm verb linkMans debug@2.1.1
98015npm info linkStuff lodash-node@2.4.1
98016npm verb linkBins lodash-node@2.4.1
98017npm verb linkMans lodash-node@2.4.1
98018npm info linkStuff aws-sign2@0.5.0
98019npm verb linkBins aws-sign2@0.5.0
98020npm verb linkMans aws-sign2@0.5.0
98021npm info linkStuff core-util-is@1.0.1
98022npm verb linkBins core-util-is@1.0.1
98023npm verb linkMans core-util-is@1.0.1
98024npm info linkStuff inherits@2.0.1
98025npm verb linkBins inherits@2.0.1
98026npm verb linkMans inherits@2.0.1
98027npm info linkStuff isarray@0.0.1
98028npm verb linkBins isarray@0.0.1
98029npm verb linkMans isarray@0.0.1
98030npm info linkStuff string_decoder@0.10.31
98031npm verb linkBins string_decoder@0.10.31
98032npm verb linkMans string_decoder@0.10.31
98033npm info linkStuff readable-stream@1.0.33
98034npm verb linkBins readable-stream@1.0.33
98035npm verb linkMans readable-stream@1.0.33
98036npm info linkStuff bl@0.9.4
98037npm verb linkBins bl@0.9.4
98038npm verb linkMans bl@0.9.4
98039npm info linkStuff caseless@0.9.0
98040npm verb linkBins caseless@0.9.0
98041npm verb linkMans caseless@0.9.0
98042npm info linkStuff delayed-stream@0.0.5
98043npm verb linkBins delayed-stream@0.0.5
98044npm verb linkMans delayed-stream@0.0.5
98045npm info linkStuff combined-stream@0.0.7
98046npm verb linkBins combined-stream@0.0.7
98047npm verb linkMans combined-stream@0.0.7
98048npm info linkStuff forever-agent@0.5.2
98049npm verb linkBins forever-agent@0.5.2
98050npm verb linkMans forever-agent@0.5.2
98051npm info linkStuff async@0.9.0
98052npm verb linkBins async@0.9.0
98053npm verb linkMans async@0.9.0
98054npm info linkStuff hoek@2.11.1
98055npm verb linkBins hoek@2.11.1
98056npm verb linkMans hoek@2.11.1
98057npm info linkStuff boom@2.6.1
98058npm verb linkBins boom@2.6.1
98059npm verb linkMans boom@2.6.1
98060npm info linkStuff cryptiles@2.0.4
98061npm verb linkBins cryptiles@2.0.4
98062npm verb linkMans cryptiles@2.0.4
98063npm info linkStuff sntp@1.0.9
98064npm verb linkBins sntp@1.0.9
98065npm verb linkMans sntp@1.0.9
98066npm info linkStuff hawk@2.3.1
98067npm verb linkBins hawk@2.3.1
98068npm verb linkMans hawk@2.3.1
98069npm info linkStuff asn1@0.1.11
98070npm verb linkBins asn1@0.1.11
98071npm verb linkMans asn1@0.1.11
98072npm info linkStuff assert-plus@0.1.5
98073npm verb linkBins assert-plus@0.1.5
98074npm verb linkMans assert-plus@0.1.5
98075npm info linkStuff ctype@0.5.3
98076npm verb linkBins ctype@0.5.3
98077npm verb linkMans ctype@0.5.3
98078npm info linkStuff http-signature@0.10.1
98079npm verb linkBins http-signature@0.10.1
98080npm verb linkMans http-signature@0.10.1
98081npm info linkStuff isstream@0.1.1
98082npm verb linkBins isstream@0.1.1
98083npm verb linkMans isstream@0.1.1
98084npm info linkStuff json-stringify-safe@5.0.0
98085npm verb linkBins json-stringify-safe@5.0.0
98086npm verb linkMans json-stringify-safe@5.0.0
98087npm info linkStuff mime-db@1.7.0
98088npm verb linkBins mime-db@1.7.0
98089npm verb linkMans mime-db@1.7.0
98090npm info linkStuff mime-types@2.0.9
98091npm verb linkBins mime-types@2.0.9
98092npm verb linkMans mime-types@2.0.9
98093npm info linkStuff form-data@0.2.0
98094npm verb linkBins form-data@0.2.0
98095npm verb linkMans form-data@0.2.0
98096npm info linkStuff node-uuid@1.4.2
98097npm verb linkBins node-uuid@1.4.2
98098npm verb link bins [ { uuid: './bin/uuid' },
98099npm verb link bins '/var/www/roundcube-shell.git/node_modules/leek/node_modules/request/node_modules/.bin',
98100npm verb link bins false ]
98101npm verb linkMans node-uuid@1.4.2
98102npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/leek/node_modules/request/node_modules/.bin/uuid
98103npm info linkStuff oauth-sign@0.6.0
98104npm verb linkBins oauth-sign@0.6.0
98105npm verb linkMans oauth-sign@0.6.0
98106npm info linkStuff qs@2.3.3
98107npm verb linkBins qs@2.3.3
98108npm verb linkMans qs@2.3.3
98109npm info linkStuff stringstream@0.0.4
98110npm verb linkBins stringstream@0.0.4
98111npm verb linkMans stringstream@0.0.4
98112npm info linkStuff punycode@1.3.2
98113npm verb linkBins punycode@1.3.2
98114npm verb linkMans punycode@1.3.2
98115npm info linkStuff tough-cookie@0.12.1
98116npm verb linkBins tough-cookie@0.12.1
98117npm verb linkMans tough-cookie@0.12.1
98118npm info linkStuff tunnel-agent@0.4.0
98119npm verb linkBins tunnel-agent@0.4.0
98120npm verb linkMans tunnel-agent@0.4.0
98121npm info linkStuff request@2.53.0
98122npm verb linkBins request@2.53.0
98123npm verb linkMans request@2.53.0
98124npm info linkStuff rsvp@3.0.17
98125npm verb linkBins rsvp@3.0.17
98126npm verb linkMans rsvp@3.0.17
98127npm info linkStuff leek@0.0.18
98128npm verb linkBins leek@0.0.18
98129npm verb linkMans leek@0.0.18
98130npm info linkStuff left-pad@0.0.3
98131npm verb linkBins left-pad@0.0.3
98132npm verb linkMans left-pad@0.0.3
98133npm info linkStuff leven@1.0.2
98134npm verb linkBins leven@1.0.2
98135npm verb link bins [ { leven: 'cli.js' },
98136npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98137npm verb link bins false ]
98138npm verb linkMans leven@1.0.2
98139npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/leven
98140npm info linkStuff babel-plugin-undeclared-variables-check@1.0.2
98141npm verb linkBins babel-plugin-undeclared-variables-check@1.0.2
98142npm verb linkMans babel-plugin-undeclared-variables-check@1.0.2
98143npm info linkStuff line-numbers@0.2.0
98144npm verb linkBins line-numbers@0.2.0
98145npm verb linkMans line-numbers@0.2.0
98146npm info linkStuff livereload-js@2.2.2
98147npm verb linkBins livereload-js@2.2.2
98148npm verb linkMans livereload-js@2.2.2
98149npm info linkStuff graceful-fs@4.1.2
98150npm verb linkBins graceful-fs@4.1.2
98151npm verb linkMans graceful-fs@4.1.2
98152npm info linkStuff lodash@3.10.1
98153npm verb linkBins lodash@3.10.1
98154npm verb linkMans lodash@3.10.1
98155npm info linkStuff jsdoctypeparser@1.2.0
98156npm verb linkBins jsdoctypeparser@1.2.0
98157npm verb linkMans jsdoctypeparser@1.2.0
98158npm info linkStuff babel-plugin-proto-to-assign@1.0.4
98159npm verb linkBins babel-plugin-proto-to-assign@1.0.4
98160npm verb linkMans babel-plugin-proto-to-assign@1.0.4
98161npm info linkStuff lodash-node@2.4.1
98162npm verb linkBins lodash-node@2.4.1
98163npm verb linkMans lodash-node@2.4.1
98164npm info linkStuff core-object@0.0.2
98165npm verb linkBins core-object@0.0.2
98166npm verb linkMans core-object@0.0.2
98167npm info linkStuff lodash._arraycopy@3.0.0
98168npm verb linkBins lodash._arraycopy@3.0.0
98169npm verb linkMans lodash._arraycopy@3.0.0
98170npm info linkStuff lodash._arrayeach@3.0.0
98171npm verb linkBins lodash._arrayeach@3.0.0
98172npm verb linkMans lodash._arrayeach@3.0.0
98173npm info linkStuff lodash._basecopy@3.0.1
98174npm verb linkBins lodash._basecopy@3.0.1
98175npm verb linkMans lodash._basecopy@3.0.1
98176npm info linkStuff lodash._basefor@3.0.2
98177npm verb linkBins lodash._basefor@3.0.2
98178npm verb linkMans lodash._basefor@3.0.2
98179npm info linkStuff lodash._baseindexof@3.1.0
98180npm verb linkBins lodash._baseindexof@3.1.0
98181npm verb linkMans lodash._baseindexof@3.1.0
98182npm info linkStuff lodash._basetostring@3.0.1
98183npm verb linkBins lodash._basetostring@3.0.1
98184npm verb linkMans lodash._basetostring@3.0.1
98185npm info linkStuff lodash._bindcallback@3.0.1
98186npm verb linkBins lodash._bindcallback@3.0.1
98187npm verb linkMans lodash._bindcallback@3.0.1
98188npm info linkStuff lodash._cacheindexof@3.0.2
98189npm verb linkBins lodash._cacheindexof@3.0.2
98190npm verb linkMans lodash._cacheindexof@3.0.2
98191npm info linkStuff lodash._getnative@3.9.1
98192npm verb linkBins lodash._getnative@3.9.1
98193npm verb linkMans lodash._getnative@3.9.1
98194npm info linkStuff lodash._createcache@3.1.2
98195npm verb linkBins lodash._createcache@3.1.2
98196npm verb linkMans lodash._createcache@3.1.2
98197npm info linkStuff lodash._baseuniq@3.0.3
98198npm verb linkBins lodash._baseuniq@3.0.3
98199npm verb linkMans lodash._baseuniq@3.0.3
98200npm info linkStuff lodash._isiterateecall@3.0.9
98201npm verb linkBins lodash._isiterateecall@3.0.9
98202npm verb linkMans lodash._isiterateecall@3.0.9
98203npm info linkStuff lodash.isarguments@3.0.4
98204npm verb linkBins lodash.isarguments@3.0.4
98205npm verb linkMans lodash.isarguments@3.0.4
98206npm info linkStuff lodash.isarray@3.0.4
98207npm verb linkBins lodash.isarray@3.0.4
98208npm verb linkMans lodash.isarray@3.0.4
98209npm info linkStuff lodash.istypedarray@3.0.2
98210npm verb linkBins lodash.istypedarray@3.0.2
98211npm verb linkMans lodash.istypedarray@3.0.2
98212npm info linkStuff lodash.keys@3.1.2
98213npm verb linkBins lodash.keys@3.1.2
98214npm verb linkMans lodash.keys@3.1.2
98215npm info linkStuff lodash._baseisequal@3.0.7
98216npm verb linkBins lodash._baseisequal@3.0.7
98217npm verb linkMans lodash._baseisequal@3.0.7
98218npm info linkStuff lodash._baseassign@3.2.0
98219npm verb linkBins lodash._baseassign@3.2.0
98220npm verb linkMans lodash._baseassign@3.2.0
98221npm info linkStuff lodash.keysin@3.0.8
98222npm verb linkBins lodash.keysin@3.0.8
98223npm verb linkMans lodash.keysin@3.0.8
98224npm info linkStuff lodash.isplainobject@3.2.0
98225npm verb linkBins lodash.isplainobject@3.2.0
98226npm verb linkMans lodash.isplainobject@3.2.0
98227npm info linkStuff lodash.pairs@3.0.1
98228npm verb linkBins lodash.pairs@3.0.1
98229npm verb linkMans lodash.pairs@3.0.1
98230npm info linkStuff lodash._basecallback@3.3.1
98231npm verb linkBins lodash._basecallback@3.3.1
98232npm verb linkMans lodash._basecallback@3.3.1
98233npm info linkStuff lodash.repeat@3.0.1
98234npm verb linkBins lodash.repeat@3.0.1
98235npm verb linkMans lodash.repeat@3.0.1
98236npm info linkStuff lodash._createpadding@3.6.1
98237npm verb linkBins lodash._createpadding@3.6.1
98238npm verb linkMans lodash._createpadding@3.6.1
98239npm info linkStuff lodash.padright@3.1.1
98240npm verb linkBins lodash.padright@3.1.1
98241npm verb linkMans lodash.padright@3.1.1
98242npm info linkStuff lodash.padleft@3.1.1
98243npm verb linkBins lodash.padleft@3.1.1
98244npm verb linkMans lodash.padleft@3.1.1
98245npm info linkStuff lodash.pad@3.1.1
98246npm verb linkBins lodash.pad@3.1.1
98247npm verb linkMans lodash.pad@3.1.1
98248npm info linkStuff gauge@1.2.2
98249npm verb linkBins gauge@1.2.2
98250npm verb linkMans gauge@1.2.2
98251npm info linkStuff lodash.restparam@3.6.1
98252npm verb linkBins lodash.restparam@3.6.1
98253npm verb linkMans lodash.restparam@3.6.1
98254npm info linkStuff lodash._createassigner@3.1.1
98255npm verb linkBins lodash._createassigner@3.1.1
98256npm verb linkMans lodash._createassigner@3.1.1
98257npm info linkStuff lodash.assign@3.2.0
98258npm verb linkBins lodash.assign@3.2.0
98259npm verb linkMans lodash.assign@3.2.0
98260npm info linkStuff lodash.defaults@3.1.2
98261npm verb linkBins lodash.defaults@3.1.2
98262npm verb linkMans lodash.defaults@3.1.2
98263npm info linkStuff lodash.toplainobject@3.0.0
98264npm verb linkBins lodash.toplainobject@3.0.0
98265npm verb linkMans lodash.toplainobject@3.0.0
98266npm info linkStuff lodash.merge@3.3.2
98267npm verb linkBins lodash.merge@3.3.2
98268npm verb linkMans lodash.merge@3.3.2
98269npm info linkStuff lodash.uniq@3.2.2
98270npm verb linkBins lodash.uniq@3.2.2
98271npm verb linkMans lodash.uniq@3.2.2
98272npm info linkStuff longest@1.0.1
98273npm verb linkBins longest@1.0.1
98274npm verb linkMans longest@1.0.1
98275npm info linkStuff lru-cache@2.7.3
98276npm verb linkBins lru-cache@2.7.3
98277npm verb linkMans lru-cache@2.7.3
98278npm info linkStuff lru-queue@0.1.0
98279npm verb linkBins lru-queue@0.1.0
98280npm verb linkMans lru-queue@0.1.0
98281npm info linkStuff make-array@0.1.2
98282npm verb linkBins make-array@0.1.2
98283npm verb linkMans make-array@0.1.2
98284npm info linkStuff map-obj@1.0.1
98285npm verb linkBins map-obj@1.0.1
98286npm verb linkMans map-obj@1.0.1
98287npm info linkStuff camelcase-keys@2.0.0
98288npm verb linkBins camelcase-keys@2.0.0
98289npm verb linkMans camelcase-keys@2.0.0
98290npm info linkStuff ansi-styles@2.1.0
98291npm verb linkBins ansi-styles@2.1.0
98292npm verb linkMans ansi-styles@2.1.0
98293npm info linkStuff lodash-node@3.10.1
98294npm verb linkBins lodash-node@3.10.1
98295npm verb linkMans lodash-node@3.10.1
98296npm info linkStuff minimatch@2.0.10
98297npm verb linkBins minimatch@2.0.10
98298npm verb linkMans minimatch@2.0.10
98299npm info linkStuff matcher-collection@1.0.1
98300npm verb linkBins matcher-collection@1.0.1
98301npm verb linkMans matcher-collection@1.0.1
98302npm info linkStuff md5-o-matic@0.1.1
98303npm verb linkBins md5-o-matic@0.1.1
98304npm verb linkMans md5-o-matic@0.1.1
98305npm info linkStuff md5-hex@1.1.0
98306npm verb linkBins md5-hex@1.1.0
98307npm verb linkMans md5-hex@1.1.0
98308npm info linkStuff mdurl@1.0.1
98309npm verb linkBins mdurl@1.0.1
98310npm verb linkMans mdurl@1.0.1
98311npm info linkStuff media-typer@0.3.0
98312npm verb linkBins media-typer@0.3.0
98313npm verb linkMans media-typer@0.3.0
98314npm info linkStuff minimist@1.2.0
98315npm verb linkBins minimist@1.2.0
98316npm verb linkMans minimist@1.2.0
98317npm info linkStuff object-assign@4.0.1
98318npm verb linkBins object-assign@4.0.1
98319npm verb linkMans object-assign@4.0.1
98320npm info linkStuff merge@1.2.0
98321npm verb linkBins merge@1.2.0
98322npm verb linkMans merge@1.2.0
98323npm info linkStuff exec-sh@0.2.0
98324npm verb linkBins exec-sh@0.2.0
98325npm verb linkMans exec-sh@0.2.0
98326npm info linkStuff lodash@2.4.2
98327npm verb linkBins lodash@2.4.2
98328npm verb linkMans lodash@2.4.2
98329npm info linkStuff merge-defaults@0.2.1
98330npm verb linkBins merge-defaults@0.2.1
98331npm verb linkMans merge-defaults@0.2.1
98332npm info linkStuff merge-descriptors@1.0.0
98333npm verb linkBins merge-descriptors@1.0.0
98334npm verb linkMans merge-descriptors@1.0.0
98335npm info linkStuff methods@1.1.1
98336npm verb linkBins methods@1.1.1
98337npm verb linkMans methods@1.1.1
98338npm info linkStuff mime@1.3.4
98339npm verb linkBins mime@1.3.4
98340npm verb link bins [ { mime: 'cli.js' },
98341npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98342npm verb link bins false ]
98343npm verb linkMans mime@1.3.4
98344npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/mime
98345npm info linkStuff mime-db@1.20.0
98346npm verb linkBins mime-db@1.20.0
98347npm verb linkMans mime-db@1.20.0
98348npm info linkStuff compressible@2.0.6
98349npm verb linkBins compressible@2.0.6
98350npm verb linkMans compressible@2.0.6
98351npm info linkStuff mime-types@2.1.8
98352npm verb linkBins mime-types@2.1.8
98353npm verb linkMans mime-types@2.1.8
98354npm info linkStuff form-data@1.0.0-rc3
98355npm verb linkBins form-data@1.0.0-rc3
98356npm verb linkMans form-data@1.0.0-rc3
98357npm info linkStuff accepts@1.2.13
98358npm verb linkBins accepts@1.2.13
98359npm verb linkMans accepts@1.2.13
98360npm info linkStuff minimatch@3.0.0
98361npm verb linkBins minimatch@3.0.0
98362npm verb linkMans minimatch@3.0.0
98363npm info linkStuff minimist@0.0.8
98364npm verb linkBins minimist@0.0.8
98365npm verb linkMans minimist@0.0.8
98366npm info linkStuff mkdirp@0.4.2
98367npm verb linkBins mkdirp@0.4.2
98368npm verb link bins [ { mkdirp: 'bin/cmd.js' },
98369npm verb link bins '/var/www/roundcube-shell.git/node_modules/broccoli-jshint/node_modules/.bin',
98370npm verb link bins false ]
98371npm verb linkMans mkdirp@0.4.2
98372npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/broccoli-jshint/node_modules/.bin/mkdirp
98373npm info linkStuff mkdirp@0.5.1
98374npm verb linkBins mkdirp@0.5.1
98375npm verb link bins [ { mkdirp: 'bin/cmd.js' },
98376npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98377npm verb link bins false ]
98378npm verb linkMans mkdirp@0.5.1
98379npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/mkdirp
98380npm info linkStuff mktemp@0.3.5
98381npm verb linkBins mktemp@0.3.5
98382npm verb linkMans mktemp@0.3.5
98383npm info linkStuff moment@2.10.6
98384npm verb linkBins moment@2.10.6
98385npm verb linkMans moment@2.10.6
98386npm info linkStuff moment-timezone@0.3.1
98387npm verb linkBins moment-timezone@0.3.1
98388npm verb linkMans moment-timezone@0.3.1
98389npm info linkStuff mout@0.9.1
98390npm verb linkBins mout@0.9.1
98391npm verb linkMans mout@0.9.1
98392npm info linkStuff ms@0.7.1
98393npm verb linkBins ms@0.7.1
98394npm verb linkMans ms@0.7.1
98395npm info linkStuff debug@2.2.0
98396npm verb linkBins debug@2.2.0
98397npm verb linkMans debug@2.2.0
98398npm info linkStuff fs-tree-diff@0.4.4
98399npm verb linkBins fs-tree-diff@0.4.4
98400npm verb linkMans fs-tree-diff@0.4.4
98401npm info linkStuff fs-tree-diff@0.3.1
98402npm verb linkBins fs-tree-diff@0.3.1
98403npm verb linkMans fs-tree-diff@0.3.1
98404npm info linkStuff fs-tree-diff@0.3.1
98405npm verb linkBins fs-tree-diff@0.3.1
98406npm verb linkMans fs-tree-diff@0.3.1
98407npm info linkStuff fs-tree-diff@0.3.1
98408npm verb linkBins fs-tree-diff@0.3.1
98409npm verb linkMans fs-tree-diff@0.3.1
98410npm info linkStuff fs-tree-diff@0.3.1
98411npm verb linkBins fs-tree-diff@0.3.1
98412npm verb linkMans fs-tree-diff@0.3.1
98413npm info linkStuff array-index@0.1.1
98414npm verb linkBins array-index@0.1.1
98415npm verb linkMans array-index@0.1.1
98416npm info linkStuff mustache@2.2.1
98417npm verb linkBins mustache@2.2.1
98418npm verb link bins [ { mustache: './bin/mustache' },
98419npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98420npm verb link bins false ]
98421npm verb linkMans mustache@2.2.1
98422npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/mustache
98423npm info linkStuff mute-stream@0.0.4
98424npm verb linkBins mute-stream@0.0.4
98425npm verb linkMans mute-stream@0.0.4
98426npm info linkStuff nan@2.1.0
98427npm verb linkBins nan@2.1.0
98428npm verb linkMans nan@2.1.0
98429npm info linkStuff natural-compare@1.2.2
98430npm verb linkBins natural-compare@1.2.2
98431npm verb linkMans natural-compare@1.2.2
98432npm info linkStuff ncp@1.0.1
98433npm verb linkBins ncp@1.0.1
98434npm verb link bins [ { ncp: './bin/ncp' },
98435npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98436npm verb link bins false ]
98437npm verb linkMans ncp@1.0.1
98438npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/ncp
98439npm info linkStuff negotiator@0.6.0
98440npm verb linkBins negotiator@0.6.0
98441npm verb linkMans negotiator@0.6.0
98442npm info linkStuff accepts@1.3.0
98443npm verb linkBins accepts@1.3.0
98444npm verb linkMans accepts@1.3.0
98445npm info linkStuff next-tick@0.2.2
98446npm verb linkBins next-tick@0.2.2
98447npm verb linkMans next-tick@0.2.2
98448npm info linkStuff minimatch@2.0.10
98449npm verb linkBins minimatch@2.0.10
98450npm verb linkMans minimatch@2.0.10
98451npm info linkStuff graceful-fs@4.1.2
98452npm verb linkBins graceful-fs@4.1.2
98453npm verb linkMans graceful-fs@4.1.2
98454npm info linkStuff node-int64@0.4.0
98455npm verb linkBins node-int64@0.4.0
98456npm verb linkMans node-int64@0.4.0
98457npm info linkStuff bser@1.0.2
98458npm verb linkBins bser@1.0.2
98459npm verb linkMans bser@1.0.2
98460npm info linkStuff fb-watchman@1.6.0
98461npm verb linkBins fb-watchman@1.6.0
98462npm verb linkMans fb-watchman@1.6.0
98463npm info linkStuff node-modules-path@1.0.1
98464npm verb linkBins node-modules-path@1.0.1
98465npm verb linkMans node-modules-path@1.0.1
98466npm info linkStuff ansi-regex@2.0.0
98467npm verb linkBins ansi-regex@2.0.0
98468npm verb linkMans ansi-regex@2.0.0
98469npm info linkStuff ansi-styles@2.1.0
98470npm verb linkBins ansi-styles@2.1.0
98471npm verb linkMans ansi-styles@2.1.0
98472npm info linkStuff has-ansi@2.0.0
98473npm verb linkBins has-ansi@2.0.0
98474npm verb linkMans has-ansi@2.0.0
98475npm info linkStuff strip-ansi@3.0.0
98476npm verb linkBins strip-ansi@3.0.0
98477npm verb linkMans strip-ansi@3.0.0
98478npm info linkStuff supports-color@2.0.0
98479npm verb linkBins supports-color@2.0.0
98480npm verb linkMans supports-color@2.0.0
98481npm info linkStuff chalk@1.1.1
98482npm verb linkBins chalk@1.1.1
98483npm verb linkMans chalk@1.1.1
98484npm info linkStuff node-uuid@1.4.7
98485npm verb linkBins node-uuid@1.4.7
98486npm verb link bins [ { uuid: './bin/uuid' },
98487npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98488npm verb link bins false ]
98489npm verb linkMans node-uuid@1.4.7
98490npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/uuid
98491npm info linkStuff ansi-styles@1.0.0
98492npm verb linkBins ansi-styles@1.0.0
98493npm verb linkMans ansi-styles@1.0.0
98494npm info linkStuff strip-ansi@0.1.1
98495npm verb linkBins strip-ansi@0.1.1
98496npm verb link bins [ { 'strip-ansi': 'cli.js' },
98497npm verb link bins '/var/www/roundcube-shell.git/node_modules/nomnom/node_modules/.bin',
98498npm verb link bins false ]
98499npm verb linkMans strip-ansi@0.1.1
98500npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/nomnom/node_modules/.bin/strip-ansi
98501npm info linkStuff chalk@0.4.0
98502npm verb linkBins chalk@0.4.0
98503npm verb linkMans chalk@0.4.0
98504npm info linkStuff underscore@1.6.0
98505npm verb linkBins underscore@1.6.0
98506npm verb linkMans underscore@1.6.0
98507npm info linkStuff nomnom@1.8.1
98508npm verb linkBins nomnom@1.8.1
98509npm verb linkMans nomnom@1.8.1
98510npm info linkStuff jsonlint@1.6.2
98511npm WARN prefer global jsonlint@1.6.2 should be installed with -g
98512npm verb linkBins jsonlint@1.6.2
98513npm verb link bins [ { jsonlint: 'lib/cli.js' },
98514npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98515npm verb link bins false ]
98516npm verb linkMans jsonlint@1.6.2
98517npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/jsonlint
98518npm info linkStuff nopt@3.0.6
98519npm verb linkBins nopt@3.0.6
98520npm verb link bins [ { nopt: './bin/nopt.js' },
98521npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
98522npm verb link bins false ]
98523npm verb linkMans nopt@3.0.6
98524npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/nopt
98525npm info linkStuff normalize-range@0.1.2
98526npm verb linkBins normalize-range@0.1.2
98527npm verb linkMans normalize-range@0.1.2
98528npm info linkStuff abbrev@1.0.7
98529npm verb linkBins abbrev@1.0.7
98530npm verb linkMans abbrev@1.0.7
98531npm info linkStuff ansi@0.3.0
98532npm verb linkBins ansi@0.3.0
98533npm verb linkMans ansi@0.3.0
98534npm info linkStuff ansi-regex@2.0.0
98535npm verb linkBins ansi-regex@2.0.0
98536npm verb linkMans ansi-regex@2.0.0
98537npm info linkStuff ansicolors@0.3.2
98538npm verb linkBins ansicolors@0.3.2
98539npm verb linkMans ansicolors@0.3.2
98540npm info linkStuff ansistyles@0.1.3
98541npm verb linkBins ansistyles@0.1.3
98542npm verb linkMans ansistyles@0.1.3
98543npm info linkStuff archy@1.0.0
98544npm verb linkBins archy@1.0.0
98545npm verb linkMans archy@1.0.0
98546npm info linkStuff char-spinner@1.0.1
98547npm verb linkBins char-spinner@1.0.1
98548npm verb linkMans char-spinner@1.0.1
98549npm info linkStuff chmodr@1.0.2
98550npm verb linkBins chmodr@1.0.2
98551npm verb linkMans chmodr@1.0.2
98552npm info linkStuff chownr@1.0.1
98553npm verb linkBins chownr@1.0.1
98554npm verb linkMans chownr@1.0.1
98555npm info linkStuff graceful-fs@3.0.8
98556npm verb linkBins graceful-fs@3.0.8
98557npm verb linkMans graceful-fs@3.0.8
98558npm info linkStuff clone@0.1.19
98559npm verb linkBins clone@0.1.19
98560npm verb linkMans clone@0.1.19
98561npm info linkStuff defaults@1.0.2
98562npm verb linkBins defaults@1.0.2
98563npm verb linkMans defaults@1.0.2
98564npm info linkStuff wcwidth@1.0.0
98565npm verb linkBins wcwidth@1.0.0
98566npm verb linkMans wcwidth@1.0.0
98567npm info linkStuff proto-list@1.2.4
98568npm verb linkBins proto-list@1.2.4
98569npm verb linkMans proto-list@1.2.4
98570npm info linkStuff asap@2.0.3
98571npm verb linkBins asap@2.0.3
98572npm verb linkMans asap@2.0.3
98573npm info linkStuff editor@1.0.0
98574npm verb linkBins editor@1.0.0
98575npm verb linkMans editor@1.0.0
98576npm info linkStuff github-url-from-git@1.4.0
98577npm verb linkBins github-url-from-git@1.4.0
98578npm verb linkMans github-url-from-git@1.4.0
98579npm info linkStuff github-url-from-username-repo@1.0.2
98580npm verb linkBins github-url-from-username-repo@1.0.2
98581npm verb linkMans github-url-from-username-repo@1.0.2
98582npm info linkStuff path-is-absolute@1.0.0
98583npm verb linkBins path-is-absolute@1.0.0
98584npm verb linkMans path-is-absolute@1.0.0
98585npm info linkStuff graceful-fs@4.1.2
98586npm verb linkBins graceful-fs@4.1.2
98587npm verb linkMans graceful-fs@4.1.2
98588npm info linkStuff fs-write-stream-atomic@1.0.4
98589npm verb linkBins fs-write-stream-atomic@1.0.4
98590npm verb linkMans fs-write-stream-atomic@1.0.4
98591npm info linkStuff hosted-git-info@2.1.4
98592npm verb linkBins hosted-git-info@2.1.4
98593npm verb linkMans hosted-git-info@2.1.4
98594npm info linkStuff inherits@2.0.1
98595npm verb linkBins inherits@2.0.1
98596npm verb linkMans inherits@2.0.1
98597npm info linkStuff block-stream@0.0.8
98598npm verb linkBins block-stream@0.0.8
98599npm verb linkMans block-stream@0.0.8
98600npm info linkStuff ini@1.3.4
98601npm verb linkBins ini@1.3.4
98602npm verb linkMans ini@1.3.4
98603npm info linkStuff config-chain@1.1.9
98604npm verb linkBins config-chain@1.1.9
98605npm verb linkMans config-chain@1.1.9
98606npm info linkStuff lockfile@1.0.1
98607npm verb linkBins lockfile@1.0.1
98608npm verb linkMans lockfile@1.0.1
98609npm info linkStuff lru-cache@2.7.0
98610npm verb linkBins lru-cache@2.7.0
98611npm verb linkMans lru-cache@2.7.0
98612npm info linkStuff balanced-match@0.2.1
98613npm verb linkBins balanced-match@0.2.1
98614npm verb linkMans balanced-match@0.2.1
98615npm info linkStuff concat-map@0.0.1
98616npm verb linkBins concat-map@0.0.1
98617npm verb linkMans concat-map@0.0.1
98618npm info linkStuff brace-expansion@1.1.1
98619npm verb linkBins brace-expansion@1.1.1
98620npm verb linkMans brace-expansion@1.1.1
98621npm info linkStuff minimatch@3.0.0
98622npm verb linkBins minimatch@3.0.0
98623npm verb linkMans minimatch@3.0.0
98624npm info linkStuff minimist@0.0.8
98625npm verb linkBins minimist@0.0.8
98626npm verb linkMans minimist@0.0.8
98627npm info linkStuff mkdirp@0.5.1
98628npm verb linkBins mkdirp@0.5.1
98629npm verb link bins [ { mkdirp: 'bin/cmd.js' },
98630npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
98631npm verb link bins false ]
98632npm verb linkMans mkdirp@0.5.1
98633npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/mkdirp
98634npm info linkStuff cmd-shim@2.0.1
98635npm verb linkBins cmd-shim@2.0.1
98636npm verb linkMans cmd-shim@2.0.1
98637npm info linkStuff balanced-match@0.2.1
98638npm verb linkBins balanced-match@0.2.1
98639npm verb linkMans balanced-match@0.2.1
98640npm info linkStuff concat-map@0.0.1
98641npm verb linkBins concat-map@0.0.1
98642npm verb linkMans concat-map@0.0.1
98643npm info linkStuff brace-expansion@1.1.1
98644npm verb linkBins brace-expansion@1.1.1
98645npm verb linkMans brace-expansion@1.1.1
98646npm info linkStuff minimatch@2.0.10
98647npm verb linkBins minimatch@2.0.10
98648npm verb linkMans minimatch@2.0.10
98649npm info linkStuff sigmund@1.0.1
98650npm verb linkBins sigmund@1.0.1
98651npm verb linkMans sigmund@1.0.1
98652npm info linkStuff minimatch@1.0.0
98653npm verb linkBins minimatch@1.0.0
98654npm verb linkMans minimatch@1.0.0
98655npm info linkStuff delegates@0.1.0
98656npm verb linkBins delegates@0.1.0
98657npm verb linkMans delegates@0.1.0
98658npm info linkStuff has-unicode@1.0.1
98659npm verb linkBins has-unicode@1.0.1
98660npm verb linkMans has-unicode@1.0.1
98661npm info linkStuff lodash._basetostring@3.0.1
98662npm verb linkBins lodash._basetostring@3.0.1
98663npm verb linkMans lodash._basetostring@3.0.1
98664npm info linkStuff lodash.repeat@3.0.1
98665npm verb linkBins lodash.repeat@3.0.1
98666npm verb linkMans lodash.repeat@3.0.1
98667npm info linkStuff lodash._createpadding@3.6.1
98668npm verb linkBins lodash._createpadding@3.6.1
98669npm verb linkMans lodash._createpadding@3.6.1
98670npm info linkStuff lodash.pad@3.1.1
98671npm verb linkBins lodash.pad@3.1.1
98672npm verb linkMans lodash.pad@3.1.1
98673npm info linkStuff lodash._basetostring@3.0.1
98674npm verb linkBins lodash._basetostring@3.0.1
98675npm verb linkMans lodash._basetostring@3.0.1
98676npm info linkStuff lodash.repeat@3.0.1
98677npm verb linkBins lodash.repeat@3.0.1
98678npm verb linkMans lodash.repeat@3.0.1
98679npm info linkStuff lodash._createpadding@3.6.1
98680npm verb linkBins lodash._createpadding@3.6.1
98681npm verb linkMans lodash._createpadding@3.6.1
98682npm info linkStuff lodash.padleft@3.1.1
98683npm verb linkBins lodash.padleft@3.1.1
98684npm verb linkMans lodash.padleft@3.1.1
98685npm info linkStuff lodash._basetostring@3.0.1
98686npm verb linkBins lodash._basetostring@3.0.1
98687npm verb linkMans lodash._basetostring@3.0.1
98688npm info linkStuff lodash.repeat@3.0.1
98689npm verb linkBins lodash.repeat@3.0.1
98690npm verb linkMans lodash.repeat@3.0.1
98691npm info linkStuff lodash._createpadding@3.6.1
98692npm verb linkBins lodash._createpadding@3.6.1
98693npm verb linkMans lodash._createpadding@3.6.1
98694npm info linkStuff lodash.padright@3.1.1
98695npm verb linkBins lodash.padright@3.1.1
98696npm verb linkMans lodash.padright@3.1.1
98697npm info linkStuff gauge@1.2.2
98698npm verb linkBins gauge@1.2.2
98699npm verb linkMans gauge@1.2.2
98700npm info linkStuff ms@0.7.1
98701npm verb linkBins ms@0.7.1
98702npm verb linkMans ms@0.7.1
98703npm info linkStuff debug@2.2.0
98704npm verb linkBins debug@2.2.0
98705npm verb linkMans debug@2.2.0
98706npm info linkStuff array-index@0.1.1
98707npm verb linkBins array-index@0.1.1
98708npm verb linkMans array-index@0.1.1
98709npm info linkStuff path-array@1.0.0
98710npm verb linkBins path-array@1.0.0
98711npm verb linkMans path-array@1.0.0
98712npm info linkStuff nopt@3.0.4
98713npm verb linkBins nopt@3.0.4
98714npm verb link bins [ { nopt: './bin/nopt.js' },
98715npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
98716npm verb link bins false ]
98717npm verb linkMans nopt@3.0.4
98718npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/nopt
98719npm info linkStuff normalize-git-url@3.0.1
98720npm verb linkBins normalize-git-url@3.0.1
98721npm verb linkMans normalize-git-url@3.0.1
98722npm info linkStuff builtin-modules@1.1.0
98723npm verb linkBins builtin-modules@1.1.0
98724npm verb linkMans builtin-modules@1.1.0
98725npm info linkStuff is-builtin-module@1.0.0
98726npm verb linkBins is-builtin-module@1.0.0
98727npm verb linkMans is-builtin-module@1.0.0
98728npm info linkStuff npm-cache-filename@1.0.2
98729npm verb linkBins npm-cache-filename@1.0.2
98730npm verb linkMans npm-cache-filename@1.0.2
98731npm info linkStuff delegates@0.1.0
98732npm verb linkBins delegates@0.1.0
98733npm verb linkMans delegates@0.1.0
98734npm info linkStuff has-unicode@1.0.1
98735npm verb linkBins has-unicode@1.0.1
98736npm verb linkMans has-unicode@1.0.1
98737npm info linkStuff lodash._basetostring@3.0.1
98738npm verb linkBins lodash._basetostring@3.0.1
98739npm verb linkMans lodash._basetostring@3.0.1
98740npm info linkStuff lodash.repeat@3.0.1
98741npm verb linkBins lodash.repeat@3.0.1
98742npm verb linkMans lodash.repeat@3.0.1
98743npm info linkStuff lodash._createpadding@3.6.1
98744npm verb linkBins lodash._createpadding@3.6.1
98745npm verb linkMans lodash._createpadding@3.6.1
98746npm info linkStuff lodash.pad@3.1.1
98747npm verb linkBins lodash.pad@3.1.1
98748npm verb linkMans lodash.pad@3.1.1
98749npm info linkStuff lodash._basetostring@3.0.1
98750npm verb linkBins lodash._basetostring@3.0.1
98751npm verb linkMans lodash._basetostring@3.0.1
98752npm info linkStuff lodash.repeat@3.0.1
98753npm verb linkBins lodash.repeat@3.0.1
98754npm verb linkMans lodash.repeat@3.0.1
98755npm info linkStuff lodash._createpadding@3.6.1
98756npm verb linkBins lodash._createpadding@3.6.1
98757npm verb linkMans lodash._createpadding@3.6.1
98758npm info linkStuff lodash.padleft@3.1.1
98759npm verb linkBins lodash.padleft@3.1.1
98760npm verb linkMans lodash.padleft@3.1.1
98761npm info linkStuff lodash._basetostring@3.0.1
98762npm verb linkBins lodash._basetostring@3.0.1
98763npm verb linkMans lodash._basetostring@3.0.1
98764npm info linkStuff lodash.repeat@3.0.1
98765npm verb linkBins lodash.repeat@3.0.1
98766npm verb linkMans lodash.repeat@3.0.1
98767npm info linkStuff lodash._createpadding@3.6.1
98768npm verb linkBins lodash._createpadding@3.6.1
98769npm verb linkMans lodash._createpadding@3.6.1
98770npm info linkStuff lodash.padright@3.1.1
98771npm verb linkBins lodash.padright@3.1.1
98772npm verb linkMans lodash.padright@3.1.1
98773npm info linkStuff gauge@1.2.2
98774npm verb linkBins gauge@1.2.2
98775npm verb linkMans gauge@1.2.2
98776npm info linkStuff core-util-is@1.0.1
98777npm verb linkBins core-util-is@1.0.1
98778npm verb linkMans core-util-is@1.0.1
98779npm info linkStuff isarray@0.0.1
98780npm verb linkBins isarray@0.0.1
98781npm verb linkMans isarray@0.0.1
98782npm info linkStuff process-nextick-args@1.0.3
98783npm verb linkBins process-nextick-args@1.0.3
98784npm verb linkMans process-nextick-args@1.0.3
98785npm info linkStuff string_decoder@0.10.31
98786npm verb linkBins string_decoder@0.10.31
98787npm verb linkMans string_decoder@0.10.31
98788npm info linkStuff util-deprecate@1.0.1
98789npm verb linkBins util-deprecate@1.0.1
98790npm verb linkMans util-deprecate@1.0.1
98791npm info linkStuff readable-stream@2.0.2
98792npm verb linkBins readable-stream@2.0.2
98793npm verb linkMans readable-stream@2.0.2
98794npm info linkStuff typedarray@0.0.6
98795npm verb linkBins typedarray@0.0.6
98796npm verb linkMans typedarray@0.0.6
98797npm info linkStuff concat-stream@1.5.0
98798npm verb linkBins concat-stream@1.5.0
98799npm verb linkMans concat-stream@1.5.0
98800npm info linkStuff npm-user-validate@0.1.2
98801npm verb linkBins npm-user-validate@0.1.2
98802npm verb linkMans npm-user-validate@0.1.2
98803npm info linkStuff delegates@0.1.0
98804npm verb linkBins delegates@0.1.0
98805npm verb linkMans delegates@0.1.0
98806npm info linkStuff has-unicode@1.0.1
98807npm verb linkBins has-unicode@1.0.1
98808npm verb linkMans has-unicode@1.0.1
98809npm info linkStuff lodash._basetostring@3.0.1
98810npm verb linkBins lodash._basetostring@3.0.1
98811npm verb linkMans lodash._basetostring@3.0.1
98812npm info linkStuff lodash.repeat@3.0.1
98813npm verb linkBins lodash.repeat@3.0.1
98814npm verb linkMans lodash.repeat@3.0.1
98815npm info linkStuff lodash._createpadding@3.6.1
98816npm verb linkBins lodash._createpadding@3.6.1
98817npm verb linkMans lodash._createpadding@3.6.1
98818npm info linkStuff lodash.pad@3.1.1
98819npm verb linkBins lodash.pad@3.1.1
98820npm verb linkMans lodash.pad@3.1.1
98821npm info linkStuff lodash._basetostring@3.0.1
98822npm verb linkBins lodash._basetostring@3.0.1
98823npm verb linkMans lodash._basetostring@3.0.1
98824npm info linkStuff lodash.repeat@3.0.1
98825npm verb linkBins lodash.repeat@3.0.1
98826npm verb linkMans lodash.repeat@3.0.1
98827npm info linkStuff lodash._createpadding@3.6.1
98828npm verb linkBins lodash._createpadding@3.6.1
98829npm verb linkMans lodash._createpadding@3.6.1
98830npm info linkStuff lodash.padleft@3.1.1
98831npm verb linkBins lodash.padleft@3.1.1
98832npm verb linkMans lodash.padleft@3.1.1
98833npm info linkStuff lodash._basetostring@3.0.1
98834npm verb linkBins lodash._basetostring@3.0.1
98835npm verb linkMans lodash._basetostring@3.0.1
98836npm info linkStuff lodash.repeat@3.0.1
98837npm verb linkBins lodash.repeat@3.0.1
98838npm verb linkMans lodash.repeat@3.0.1
98839npm info linkStuff lodash._createpadding@3.6.1
98840npm verb linkBins lodash._createpadding@3.6.1
98841npm verb linkMans lodash._createpadding@3.6.1
98842npm info linkStuff lodash.padright@3.1.1
98843npm verb linkBins lodash.padright@3.1.1
98844npm verb linkMans lodash.padright@3.1.1
98845npm info linkStuff gauge@1.2.2
98846npm verb linkBins gauge@1.2.2
98847npm verb linkMans gauge@1.2.2
98848npm info linkStuff opener@1.4.1
98849npm verb linkBins opener@1.4.1
98850npm verb link bins [ { opener: 'opener.js' },
98851npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
98852npm verb link bins false ]
98853npm verb linkMans opener@1.4.1
98854npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/opener
98855npm info linkStuff os-homedir@1.0.0
98856npm verb linkBins os-homedir@1.0.0
98857npm verb linkMans os-homedir@1.0.0
98858npm info linkStuff os-tmpdir@1.0.1
98859npm verb linkBins os-tmpdir@1.0.1
98860npm verb linkMans os-tmpdir@1.0.1
98861npm info linkStuff osenv@0.1.3
98862npm verb linkBins osenv@0.1.3
98863npm verb linkMans osenv@0.1.3
98864npm info linkStuff path-is-inside@1.0.1
98865npm verb linkBins path-is-inside@1.0.1
98866npm verb linkMans path-is-inside@1.0.1
98867npm info linkStuff debuglog@1.0.1
98868npm verb linkBins debuglog@1.0.1
98869npm verb linkMans debuglog@1.0.1
98870npm info linkStuff util-extend@1.0.1
98871npm verb linkBins util-extend@1.0.1
98872npm verb linkMans util-extend@1.0.1
98873npm info linkStuff jju@1.2.1
98874npm verb linkBins jju@1.2.1
98875npm verb linkMans jju@1.2.1
98876npm info linkStuff json-parse-helpfulerror@1.0.3
98877npm verb linkBins json-parse-helpfulerror@1.0.3
98878npm verb linkMans json-parse-helpfulerror@1.0.3
98879npm info linkStuff mute-stream@0.0.5
98880npm verb linkBins mute-stream@0.0.5
98881npm verb linkMans mute-stream@0.0.5
98882npm info linkStuff read@1.0.7
98883npm verb linkBins read@1.0.7
98884npm verb linkMans read@1.0.7
98885npm info linkStuff promzard@0.3.0
98886npm verb linkBins promzard@0.3.0
98887npm verb linkMans promzard@0.3.0
98888npm info linkStuff core-util-is@1.0.1
98889npm verb linkBins core-util-is@1.0.1
98890npm verb linkMans core-util-is@1.0.1
98891npm info linkStuff isarray@0.0.1
98892npm verb linkBins isarray@0.0.1
98893npm verb linkMans isarray@0.0.1
98894npm info linkStuff string_decoder@0.10.31
98895npm verb linkBins string_decoder@0.10.31
98896npm verb linkMans string_decoder@0.10.31
98897npm info linkStuff readable-stream@1.1.13
98898npm verb linkBins readable-stream@1.1.13
98899npm verb linkMans readable-stream@1.1.13
98900npm info linkStuff are-we-there-yet@1.0.4
98901npm verb linkBins are-we-there-yet@1.0.4
98902npm verb linkMans are-we-there-yet@1.0.4
98903npm info linkStuff npmlog@2.0.0
98904npm verb linkBins npmlog@2.0.0
98905npm verb linkMans npmlog@2.0.0
98906npm info linkStuff are-we-there-yet@1.0.4
98907npm verb linkBins are-we-there-yet@1.0.4
98908npm verb linkMans are-we-there-yet@1.0.4
98909npm info linkStuff npmlog@1.2.1
98910npm verb linkBins npmlog@1.2.1
98911npm verb linkMans npmlog@1.2.1
98912npm info linkStuff are-we-there-yet@1.0.4
98913npm verb linkBins are-we-there-yet@1.0.4
98914npm verb linkMans are-we-there-yet@1.0.4
98915npm info linkStuff npmlog@1.2.1
98916npm verb linkBins npmlog@1.2.1
98917npm verb linkMans npmlog@1.2.1
98918npm info linkStuff aws-sign2@0.6.0
98919npm verb linkBins aws-sign2@0.6.0
98920npm verb linkMans aws-sign2@0.6.0
98921npm info linkStuff core-util-is@1.0.1
98922npm verb linkBins core-util-is@1.0.1
98923npm verb linkMans core-util-is@1.0.1
98924npm info linkStuff isarray@0.0.1
98925npm verb linkBins isarray@0.0.1
98926npm verb linkMans isarray@0.0.1
98927npm info linkStuff process-nextick-args@1.0.3
98928npm verb linkBins process-nextick-args@1.0.3
98929npm verb linkMans process-nextick-args@1.0.3
98930npm info linkStuff string_decoder@0.10.31
98931npm verb linkBins string_decoder@0.10.31
98932npm verb linkMans string_decoder@0.10.31
98933npm info linkStuff util-deprecate@1.0.2
98934npm verb linkBins util-deprecate@1.0.2
98935npm verb linkMans util-deprecate@1.0.2
98936npm info linkStuff readable-stream@2.0.3
98937npm verb linkBins readable-stream@2.0.3
98938npm verb linkMans readable-stream@2.0.3
98939npm info linkStuff bl@1.0.0
98940npm verb linkBins bl@1.0.0
98941npm verb linkMans bl@1.0.0
98942npm info linkStuff caseless@0.11.0
98943npm verb linkBins caseless@0.11.0
98944npm verb linkMans caseless@0.11.0
98945npm info linkStuff delayed-stream@1.0.0
98946npm verb linkBins delayed-stream@1.0.0
98947npm verb linkMans delayed-stream@1.0.0
98948npm info linkStuff combined-stream@1.0.5
98949npm verb linkBins combined-stream@1.0.5
98950npm verb linkMans combined-stream@1.0.5
98951npm info linkStuff extend@3.0.0
98952npm verb linkBins extend@3.0.0
98953npm verb linkMans extend@3.0.0
98954npm info linkStuff forever-agent@0.6.1
98955npm verb linkBins forever-agent@0.6.1
98956npm verb linkMans forever-agent@0.6.1
98957npm info linkStuff async@1.5.0
98958npm verb linkBins async@1.5.0
98959npm verb linkMans async@1.5.0
98960npm info linkStuff ansi-styles@2.1.0
98961npm verb linkBins ansi-styles@2.1.0
98962npm verb linkMans ansi-styles@2.1.0
98963npm info linkStuff escape-string-regexp@1.0.3
98964npm verb linkBins escape-string-regexp@1.0.3
98965npm verb linkMans escape-string-regexp@1.0.3
98966npm info linkStuff has-ansi@2.0.0
98967npm verb linkBins has-ansi@2.0.0
98968npm verb linkMans has-ansi@2.0.0
98969npm info linkStuff supports-color@2.0.0
98970npm verb linkBins supports-color@2.0.0
98971npm verb linkMans supports-color@2.0.0
98972npm info linkStuff graceful-readlink@1.0.1
98973npm verb linkBins graceful-readlink@1.0.1
98974npm verb linkMans graceful-readlink@1.0.1
98975npm info linkStuff commander@2.9.0
98976npm verb linkBins commander@2.9.0
98977npm verb linkMans commander@2.9.0
98978npm info linkStuff generate-function@2.0.0
98979npm verb linkBins generate-function@2.0.0
98980npm verb linkMans generate-function@2.0.0
98981npm info linkStuff is-property@1.0.2
98982npm verb linkBins is-property@1.0.2
98983npm verb linkMans is-property@1.0.2
98984npm info linkStuff generate-object-property@1.2.0
98985npm verb linkBins generate-object-property@1.2.0
98986npm verb linkMans generate-object-property@1.2.0
98987npm info linkStuff jsonpointer@2.0.0
98988npm verb linkBins jsonpointer@2.0.0
98989npm verb linkMans jsonpointer@2.0.0
98990npm info linkStuff xtend@4.0.0
98991npm verb linkBins xtend@4.0.0
98992npm verb linkMans xtend@4.0.0
98993npm info linkStuff is-my-json-valid@2.12.2
98994npm verb linkBins is-my-json-valid@2.12.2
98995npm verb linkMans is-my-json-valid@2.12.2
98996npm info linkStuff pinkie@1.0.0
98997npm verb linkBins pinkie@1.0.0
98998npm verb linkMans pinkie@1.0.0
98999npm info linkStuff pinkie-promise@1.0.0
99000npm verb linkBins pinkie-promise@1.0.0
99001npm verb linkMans pinkie-promise@1.0.0
99002npm info linkStuff hoek@2.16.3
99003npm verb linkBins hoek@2.16.3
99004npm verb linkMans hoek@2.16.3
99005npm info linkStuff boom@2.10.0
99006npm verb linkBins boom@2.10.0
99007npm verb linkMans boom@2.10.0
99008npm info linkStuff cryptiles@2.0.5
99009npm verb linkBins cryptiles@2.0.5
99010npm verb linkMans cryptiles@2.0.5
99011npm info linkStuff sntp@1.0.9
99012npm verb linkBins sntp@1.0.9
99013npm verb linkMans sntp@1.0.9
99014npm info linkStuff hawk@3.1.0
99015npm verb linkBins hawk@3.1.0
99016npm verb linkMans hawk@3.1.0
99017npm info linkStuff asn1@0.1.11
99018npm verb linkBins asn1@0.1.11
99019npm verb linkMans asn1@0.1.11
99020npm info linkStuff assert-plus@0.1.5
99021npm verb linkBins assert-plus@0.1.5
99022npm verb linkMans assert-plus@0.1.5
99023npm info linkStuff ctype@0.5.3
99024npm verb linkBins ctype@0.5.3
99025npm verb linkMans ctype@0.5.3
99026npm info linkStuff http-signature@0.11.0
99027npm verb linkBins http-signature@0.11.0
99028npm verb linkMans http-signature@0.11.0
99029npm info linkStuff isstream@0.1.2
99030npm verb linkBins isstream@0.1.2
99031npm verb linkMans isstream@0.1.2
99032npm info linkStuff json-stringify-safe@5.0.1
99033npm verb linkBins json-stringify-safe@5.0.1
99034npm verb linkMans json-stringify-safe@5.0.1
99035npm info linkStuff mime-db@1.19.0
99036npm verb linkBins mime-db@1.19.0
99037npm verb linkMans mime-db@1.19.0
99038npm info linkStuff mime-types@2.1.7
99039npm verb linkBins mime-types@2.1.7
99040npm verb linkMans mime-types@2.1.7
99041npm info linkStuff form-data@1.0.0-rc3
99042npm verb linkBins form-data@1.0.0-rc3
99043npm verb linkMans form-data@1.0.0-rc3
99044npm info linkStuff node-uuid@1.4.3
99045npm verb linkBins node-uuid@1.4.3
99046npm verb link bins [ { uuid: './bin/uuid' },
99047npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/request/node_modules/.bin',
99048npm verb link bins false ]
99049npm verb linkMans node-uuid@1.4.3
99050npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/request/node_modules/.bin/uuid
99051npm info linkStuff oauth-sign@0.8.0
99052npm verb linkBins oauth-sign@0.8.0
99053npm verb linkMans oauth-sign@0.8.0
99054npm info linkStuff qs@5.2.0
99055npm verb linkBins qs@5.2.0
99056npm verb linkMans qs@5.2.0
99057npm info linkStuff stringstream@0.0.5
99058npm verb linkBins stringstream@0.0.5
99059npm verb linkMans stringstream@0.0.5
99060npm info linkStuff tough-cookie@2.2.0
99061npm verb linkBins tough-cookie@2.2.0
99062npm verb linkMans tough-cookie@2.2.0
99063npm info linkStuff tunnel-agent@0.4.1
99064npm verb linkBins tunnel-agent@0.4.1
99065npm verb linkMans tunnel-agent@0.4.1
99066npm info linkStuff retry@0.8.0
99067npm verb linkBins retry@0.8.0
99068npm verb linkMans retry@0.8.0
99069npm info linkStuff semver@5.0.3
99070npm verb linkBins semver@5.0.3
99071npm verb link bins [ { semver: './bin/semver' },
99072npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
99073npm verb link bins false ]
99074npm verb linkMans semver@5.0.3
99075npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/semver
99076npm info linkStuff npm-package-arg@4.0.2
99077npm verb linkBins npm-package-arg@4.0.2
99078npm verb linkMans npm-package-arg@4.0.2
99079npm info linkStuff npm-install-checks@1.0.6
99080npm verb linkBins npm-install-checks@1.0.6
99081npm verb linkMans npm-install-checks@1.0.6
99082npm info linkStuff core-util-is@1.0.1
99083npm verb linkBins core-util-is@1.0.1
99084npm verb linkMans core-util-is@1.0.1
99085npm info linkStuff isarray@0.0.1
99086npm verb linkBins isarray@0.0.1
99087npm verb linkMans isarray@0.0.1
99088npm info linkStuff process-nextick-args@1.0.3
99089npm verb linkBins process-nextick-args@1.0.3
99090npm verb linkMans process-nextick-args@1.0.3
99091npm info linkStuff string_decoder@0.10.31
99092npm verb linkBins string_decoder@0.10.31
99093npm verb linkMans string_decoder@0.10.31
99094npm info linkStuff util-deprecate@1.0.1
99095npm verb linkBins util-deprecate@1.0.1
99096npm verb linkMans util-deprecate@1.0.1
99097npm info linkStuff readable-stream@2.0.2
99098npm verb linkBins readable-stream@2.0.2
99099npm verb linkMans readable-stream@2.0.2
99100npm info linkStuff sha@2.0.1
99101npm verb linkBins sha@2.0.1
99102npm verb linkMans sha@2.0.1
99103npm info linkStuff slide@1.1.6
99104npm verb linkBins slide@1.1.6
99105npm verb linkMans slide@1.1.6
99106npm info linkStuff sorted-object@1.0.0
99107npm verb linkBins sorted-object@1.0.0
99108npm verb linkMans sorted-object@1.0.0
99109npm info linkStuff spdx-license-ids@1.1.0
99110npm verb linkBins spdx-license-ids@1.1.0
99111npm verb linkMans spdx-license-ids@1.1.0
99112npm info linkStuff spdx@0.4.1
99113npm verb linkBins spdx@0.4.1
99114npm verb linkMans spdx@0.4.1
99115npm info linkStuff strip-ansi@3.0.0
99116npm verb linkBins strip-ansi@3.0.0
99117npm verb linkMans strip-ansi@3.0.0
99118npm info linkStuff chalk@1.1.1
99119npm verb linkBins chalk@1.1.1
99120npm verb linkMans chalk@1.1.1
99121npm info linkStuff har-validator@2.0.2
99122npm verb linkBins har-validator@2.0.2
99123npm verb link bins [ { 'har-validator': 'bin/har-validator' },
99124npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/request/node_modules/.bin',
99125npm verb link bins false ]
99126npm verb linkMans har-validator@2.0.2
99127npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/request/node_modules/.bin/har-validator
99128npm info linkStuff request@2.65.0
99129npm verb linkBins request@2.65.0
99130npm verb linkMans request@2.65.0
99131npm info linkStuff columnify@1.5.2
99132npm verb linkBins columnify@1.5.2
99133npm verb linkMans columnify@1.5.2
99134npm info linkStuff text-table@0.2.0
99135npm verb linkBins text-table@0.2.0
99136npm verb linkMans text-table@0.2.0
99137npm info linkStuff uid-number@0.0.6
99138npm verb linkBins uid-number@0.0.6
99139npm verb linkMans uid-number@0.0.6
99140npm info linkStuff umask@1.1.0
99141npm verb linkBins umask@1.1.0
99142npm verb linkMans umask@1.1.0
99143npm info linkStuff spdx-correct@1.0.1
99144npm verb linkBins spdx-correct@1.0.1
99145npm verb linkMans spdx-correct@1.0.1
99146npm info linkStuff spdx-exceptions@1.0.2
99147npm verb linkBins spdx-exceptions@1.0.2
99148npm verb linkMans spdx-exceptions@1.0.2
99149npm info linkStuff spdx-expression-parse@1.0.0
99150npm verb linkBins spdx-expression-parse@1.0.0
99151npm verb linkMans spdx-expression-parse@1.0.0
99152npm info linkStuff validate-npm-package-license@3.0.1
99153npm verb linkBins validate-npm-package-license@3.0.1
99154npm verb linkMans validate-npm-package-license@3.0.1
99155npm info linkStuff normalize-package-data@2.3.5
99156npm verb linkBins normalize-package-data@2.3.5
99157npm verb linkMans normalize-package-data@2.3.5
99158npm info linkStuff builtins@0.0.7
99159npm verb linkBins builtins@0.0.7
99160npm verb linkMans builtins@0.0.7
99161npm info linkStuff validate-npm-package-name@2.2.2
99162npm verb linkBins validate-npm-package-name@2.2.2
99163npm verb linkMans validate-npm-package-name@2.2.2
99164npm info linkStuff is-relative@0.1.3
99165npm verb linkBins is-relative@0.1.3
99166npm verb linkMans is-relative@0.1.3
99167npm info linkStuff is-absolute@0.1.7
99168npm verb linkBins is-absolute@0.1.7
99169npm verb linkMans is-absolute@0.1.7
99170npm info linkStuff which@1.2.0
99171npm verb linkBins which@1.2.0
99172npm verb link bins [ { which: './bin/which' },
99173npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
99174npm verb link bins false ]
99175npm verb linkMans which@1.2.0
99176npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/which
99177npm info linkStuff wrappy@1.0.1
99178npm verb linkBins wrappy@1.0.1
99179npm verb linkMans wrappy@1.0.1
99180npm info linkStuff once@1.3.2
99181npm verb linkBins once@1.3.2
99182npm verb linkMans once@1.3.2
99183npm info linkStuff inflight@1.0.4
99184npm verb linkBins inflight@1.0.4
99185npm verb linkMans inflight@1.0.4
99186npm info linkStuff glob@4.5.3
99187npm verb linkBins glob@4.5.3
99188npm verb linkMans glob@4.5.3
99189npm info linkStuff glob@5.0.15
99190npm verb linkBins glob@5.0.15
99191npm verb linkMans glob@5.0.15
99192npm info linkStuff rimraf@2.4.3
99193npm verb linkBins rimraf@2.4.3
99194npm verb link bins [ { rimraf: './bin.js' },
99195npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
99196npm verb link bins false ]
99197npm verb linkMans rimraf@2.4.3
99198npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/rimraf
99199npm info linkStuff fstream@1.0.8
99200npm verb linkBins fstream@1.0.8
99201npm verb linkMans fstream@1.0.8
99202npm info linkStuff tar@2.2.1
99203npm verb linkBins tar@2.2.1
99204npm verb linkMans tar@2.2.1
99205npm info linkStuff tar@1.0.3
99206npm verb linkBins tar@1.0.3
99207npm verb linkMans tar@1.0.3
99208npm info linkStuff node-gyp@3.0.3
99209npm verb linkBins node-gyp@3.0.3
99210npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' },
99211npm verb link bins '/var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin',
99212npm verb link bins false ]
99213npm verb linkMans node-gyp@3.0.3
99214npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/npm/node_modules/.bin/node-gyp
99215npm info linkStuff fstream-ignore@1.0.3
99216npm verb linkBins fstream-ignore@1.0.3
99217npm verb linkMans fstream-ignore@1.0.3
99218npm info linkStuff fstream-npm@1.0.7
99219npm verb linkBins fstream-npm@1.0.7
99220npm verb linkMans fstream-npm@1.0.7
99221npm info linkStuff fs-vacuum@1.2.7
99222npm verb linkBins fs-vacuum@1.2.7
99223npm verb linkMans fs-vacuum@1.2.7
99224npm info linkStuff read-package-json@2.0.2
99225npm verb linkBins read-package-json@2.0.2
99226npm verb linkMans read-package-json@2.0.2
99227npm info linkStuff init-package-json@1.9.1
99228npm verb linkBins init-package-json@1.9.1
99229npm verb linkMans init-package-json@1.9.1
99230npm info linkStuff dezalgo@1.0.3
99231npm verb linkBins dezalgo@1.0.3
99232npm verb linkMans dezalgo@1.0.3
99233npm info linkStuff realize-package-specifier@3.0.1
99234npm verb linkBins realize-package-specifier@3.0.1
99235npm verb linkMans realize-package-specifier@3.0.1
99236npm info linkStuff readdir-scoped-modules@1.0.2
99237npm verb linkBins readdir-scoped-modules@1.0.2
99238npm verb linkMans readdir-scoped-modules@1.0.2
99239npm info linkStuff read-installed@4.0.3
99240npm verb linkBins read-installed@4.0.3
99241npm verb linkMans read-installed@4.0.3
99242npm info linkStuff async-some@1.0.2
99243npm verb linkBins async-some@1.0.2
99244npm verb linkMans async-some@1.0.2
99245npm info linkStuff write-file-atomic@1.1.3
99246npm verb linkBins write-file-atomic@1.1.3
99247npm verb linkMans write-file-atomic@1.1.3
99248npm info linkStuff num2fraction@1.2.2
99249npm verb linkBins num2fraction@1.2.2
99250npm verb linkMans num2fraction@1.2.2
99251npm info linkStuff number-is-nan@1.0.0
99252npm verb linkBins number-is-nan@1.0.0
99253npm verb linkMans number-is-nan@1.0.0
99254npm info linkStuff is-finite@1.0.1
99255npm verb linkBins is-finite@1.0.1
99256npm verb linkMans is-finite@1.0.1
99257npm info linkStuff is-integer@1.0.6
99258npm verb linkBins is-integer@1.0.6
99259npm verb linkMans is-integer@1.0.6
99260npm info linkStuff repeating@2.0.0
99261npm verb linkBins repeating@2.0.0
99262npm verb linkMans repeating@2.0.0
99263npm info linkStuff indent-string@2.1.0
99264npm verb linkBins indent-string@2.1.0
99265npm verb linkMans indent-string@2.1.0
99266npm info linkStuff oauth-sign@0.8.0
99267npm verb linkBins oauth-sign@0.8.0
99268npm verb linkMans oauth-sign@0.8.0
99269npm info linkStuff object-assign@3.0.0
99270npm verb linkBins object-assign@3.0.0
99271npm verb linkMans object-assign@3.0.0
99272npm info linkStuff object-component@0.0.3
99273npm verb linkBins object-component@0.0.3
99274npm verb linkMans object-component@0.0.3
99275npm info linkStuff object-keys@1.0.1
99276npm verb linkBins object-keys@1.0.1
99277npm verb linkMans object-keys@1.0.1
99278npm info linkStuff on-finished@2.3.0
99279npm verb linkBins on-finished@2.3.0
99280npm verb linkMans on-finished@2.3.0
99281npm info linkStuff on-headers@1.0.1
99282npm verb linkBins on-headers@1.0.1
99283npm verb linkMans on-headers@1.0.1
99284npm info linkStuff morgan@1.6.1
99285npm verb linkBins morgan@1.6.1
99286npm verb linkMans morgan@1.6.1
99287npm info linkStuff options@0.0.6
99288npm verb linkBins options@0.0.6
99289npm verb linkMans options@0.0.6
99290npm info linkStuff os-homedir@1.0.1
99291npm verb linkBins os-homedir@1.0.1
99292npm verb linkMans os-homedir@1.0.1
99293npm info linkStuff os-locale@1.4.0
99294npm verb linkBins os-locale@1.4.0
99295npm verb linkMans os-locale@1.4.0
99296npm info linkStuff os-shim@0.1.3
99297npm verb linkBins os-shim@0.1.3
99298npm verb linkMans os-shim@0.1.3
99299npm info linkStuff os-tmpdir@1.0.1
99300npm verb linkBins os-tmpdir@1.0.1
99301npm verb linkMans os-tmpdir@1.0.1
99302npm info linkStuff osenv@0.1.3
99303npm verb linkBins osenv@0.1.3
99304npm verb linkMans osenv@0.1.3
99305npm info linkStuff temp@0.8.3
99306npm verb linkBins temp@0.8.3
99307npm verb linkMans temp@0.8.3
99308npm info linkStuff osenv@0.1.3
99309npm verb linkBins osenv@0.1.3
99310npm verb linkMans osenv@0.1.3
99311npm info linkStuff osenv@0.0.3
99312npm verb linkBins osenv@0.0.3
99313npm verb linkMans osenv@0.0.3
99314npm info linkStuff parse-json@2.2.0
99315npm verb linkBins parse-json@2.2.0
99316npm verb linkMans parse-json@2.2.0
99317npm info linkStuff parsejson@0.0.1
99318npm verb linkBins parsejson@0.0.1
99319npm verb linkMans parsejson@0.0.1
99320npm info linkStuff parseqs@0.0.2
99321npm verb linkBins parseqs@0.0.2
99322npm verb linkMans parseqs@0.0.2
99323npm info linkStuff parseuri@0.0.2
99324npm verb linkBins parseuri@0.0.2
99325npm verb linkMans parseuri@0.0.2
99326npm info linkStuff parseurl@1.3.0
99327npm verb linkBins parseurl@1.3.0
99328npm verb linkMans parseurl@1.3.0
99329npm info linkStuff path@0.11.14
99330npm verb linkBins path@0.11.14
99331npm verb linkMans path@0.11.14
99332npm info linkStuff path-array@1.0.0
99333npm verb linkBins path-array@1.0.0
99334npm verb linkMans path-array@1.0.0
99335npm info linkStuff path-exists@1.0.0
99336npm verb linkBins path-exists@1.0.0
99337npm verb linkMans path-exists@1.0.0
99338npm info linkStuff path-is-absolute@1.0.0
99339npm verb linkBins path-is-absolute@1.0.0
99340npm verb linkMans path-is-absolute@1.0.0
99341npm info linkStuff path-posix@1.0.0
99342npm verb linkBins path-posix@1.0.0
99343npm verb linkMans path-posix@1.0.0
99344npm info linkStuff path-to-regexp@0.1.7
99345npm verb linkBins path-to-regexp@0.1.7
99346npm verb linkMans path-to-regexp@0.1.7
99347npm info linkStuff graceful-fs@4.1.2
99348npm verb linkBins graceful-fs@4.1.2
99349npm verb linkMans graceful-fs@4.1.2
99350npm info linkStuff pathval@0.1.1
99351npm verb linkBins pathval@0.1.1
99352npm verb linkMans pathval@0.1.1
99353npm info linkStuff pify@2.3.0
99354npm verb linkBins pify@2.3.0
99355npm verb linkMans pify@2.3.0
99356npm info linkStuff pinkie@2.0.1
99357npm verb linkBins pinkie@2.0.1
99358npm verb linkMans pinkie@2.0.1
99359npm info linkStuff pinkie-promise@2.0.0
99360npm verb linkBins pinkie-promise@2.0.0
99361npm verb linkMans pinkie-promise@2.0.0
99362npm info linkStuff path-type@1.1.0
99363npm verb linkBins path-type@1.1.0
99364npm verb linkMans path-type@1.1.0
99365npm info linkStuff path-exists@2.1.0
99366npm verb linkBins path-exists@2.1.0
99367npm verb linkMans path-exists@2.1.0
99368npm info linkStuff find-up@1.1.0
99369npm verb linkBins find-up@1.1.0
99370npm verb linkMans find-up@1.1.0
99371npm info linkStuff pkginfo@0.3.1
99372npm verb linkBins pkginfo@0.3.1
99373npm verb linkMans pkginfo@0.3.1
99374npm info linkStuff pleasant-progress@1.1.0
99375npm verb linkBins pleasant-progress@1.1.0
99376npm verb linkMans pleasant-progress@1.1.0
99377npm info linkStuff async@0.9.0
99378npm verb linkBins async@0.9.0
99379npm verb linkMans async@0.9.0
99380npm info linkStuff portfinder@0.4.0
99381npm verb linkBins portfinder@0.4.0
99382npm verb linkMans portfinder@0.4.0
99383npm info linkStuff postcss-value-parser@3.2.3
99384npm verb linkBins postcss-value-parser@3.2.3
99385npm verb linkMans postcss-value-parser@3.2.3
99386npm info linkStuff source-map@0.5.3
99387npm verb linkBins source-map@0.5.3
99388npm verb linkMans source-map@0.5.3
99389npm info linkStuff supports-color@3.1.2
99390npm verb linkBins supports-color@3.1.2
99391npm verb linkMans supports-color@3.1.2
99392npm info linkStuff postcss@5.0.13
99393npm verb linkBins postcss@5.0.13
99394npm verb linkMans postcss@5.0.13
99395npm info linkStuff autoprefixer@6.2.1
99396npm verb linkBins autoprefixer@6.2.1
99397npm verb linkMans autoprefixer@6.2.1
99398npm info linkStuff printf@0.2.3
99399npm verb linkBins printf@0.2.3
99400npm verb linkMans printf@0.2.3
99401npm info linkStuff private@0.1.6
99402npm verb linkBins private@0.1.6
99403npm verb linkMans private@0.1.6
99404npm info linkStuff process-nextick-args@1.0.6
99405npm verb linkBins process-nextick-args@1.0.6
99406npm verb linkMans process-nextick-args@1.0.6
99407npm info linkStuff process-relative-require@1.0.0
99408npm verb linkBins process-relative-require@1.0.0
99409npm verb linkMans process-relative-require@1.0.0
99410npm info linkStuff proto-list@1.2.4
99411npm verb linkBins proto-list@1.2.4
99412npm verb linkMans proto-list@1.2.4
99413npm info linkStuff config-chain@1.1.9
99414npm verb linkBins config-chain@1.1.9
99415npm verb linkMans config-chain@1.1.9
99416npm info linkStuff proxy-addr@1.0.10
99417npm verb linkBins proxy-addr@1.0.10
99418npm verb linkMans proxy-addr@1.0.10
99419npm info linkStuff pseudomap@1.0.1
99420npm verb linkBins pseudomap@1.0.1
99421npm verb linkMans pseudomap@1.0.1
99422npm info linkStuff lru-cache@3.2.0
99423npm verb linkBins lru-cache@3.2.0
99424npm verb linkMans lru-cache@3.2.0
99425npm info linkStuff q@1.4.1
99426npm verb linkBins q@1.4.1
99427npm verb linkMans q@1.4.1
99428npm info linkStuff qs@4.0.0
99429npm verb linkBins qs@4.0.0
99430npm verb linkMans qs@4.0.0
99431npm info linkStuff rimraf@2.2.8
99432npm verb linkBins rimraf@2.2.8
99433npm verb link bins [ { rimraf: './bin.js' },
99434npm verb link bins '/var/www/roundcube-shell.git/node_modules/quick-temp/node_modules/.bin',
99435npm verb link bins false ]
99436npm verb linkMans rimraf@2.2.8
99437npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/quick-temp/node_modules/.bin/rimraf
99438npm info linkStuff range-parser@1.0.3
99439npm verb linkBins range-parser@1.0.3
99440npm verb linkMans range-parser@1.0.3
99441npm info linkStuff bytes@2.2.0
99442npm verb linkBins bytes@2.2.0
99443npm verb linkMans bytes@2.2.0
99444npm info linkStuff read@1.0.7
99445npm verb linkBins read@1.0.7
99446npm verb linkMans read@1.0.7
99447npm info linkStuff ansi-regex@1.1.1
99448npm verb linkBins ansi-regex@1.1.1
99449npm verb linkMans ansi-regex@1.1.1
99450npm info linkStuff strip-ansi@2.0.1
99451npm verb linkBins strip-ansi@2.0.1
99452npm verb link bins [ { 'strip-ansi': 'cli.js' },
99453npm verb link bins '/var/www/roundcube-shell.git/node_modules/readline2/node_modules/.bin',
99454npm verb link bins false ]
99455npm verb linkMans strip-ansi@2.0.1
99456npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/readline2/node_modules/.bin/strip-ansi
99457npm info linkStuff readline2@0.1.1
99458npm verb linkBins readline2@0.1.1
99459npm verb linkMans readline2@0.1.1
99460npm info linkStuff source-map@0.5.3
99461npm verb linkBins source-map@0.5.3
99462npm verb linkMans source-map@0.5.3
99463npm info linkStuff recast@0.10.33
99464npm verb linkBins recast@0.10.33
99465npm verb linkMans recast@0.10.33
99466npm info linkStuff esprima-fb@12001.1.0-dev-harmony-fb
99467npm verb linkBins esprima-fb@12001.1.0-dev-harmony-fb
99468npm verb link bins [ { esparse: './bin/esparse.js',
99469npm verb link bins esvalidate: './bin/esvalidate.js' },
99470npm verb link bins '/var/www/roundcube-shell.git/node_modules/redeyed/node_modules/.bin',
99471npm verb link bins false ]
99472npm verb linkMans esprima-fb@12001.1.0-dev-harmony-fb
99473npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/redeyed/node_modules/.bin/esparse
99474npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/redeyed/node_modules/.bin/esvalidate
99475npm info linkStuff redeyed@0.5.0
99476npm verb linkBins redeyed@0.5.0
99477npm verb linkMans redeyed@0.5.0
99478npm info linkStuff cardinal@0.5.0
99479npm verb linkBins cardinal@0.5.0
99480npm verb link bins [ { cdl: './bin/cdl.js' },
99481npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99482npm verb link bins false ]
99483npm verb linkMans cardinal@0.5.0
99484npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/cdl
99485npm info linkStuff regenerate@1.2.1
99486npm verb linkBins regenerate@1.2.1
99487npm verb linkMans regenerate@1.2.1
99488npm info linkStuff esprima@2.7.1
99489npm verb linkBins esprima@2.7.1
99490npm verb link bins [ { esparse: './bin/esparse.js',
99491npm verb link bins esvalidate: './bin/esvalidate.js' },
99492npm verb link bins '/var/www/roundcube-shell.git/node_modules/regexpu/node_modules/.bin',
99493npm verb link bins false ]
99494npm verb linkMans esprima@2.7.1
99495npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/regexpu/node_modules/.bin/esparse
99496npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/regexpu/node_modules/.bin/esvalidate
99497npm info linkStuff regjsgen@0.2.0
99498npm verb linkBins regjsgen@0.2.0
99499npm verb linkMans regjsgen@0.2.0
99500npm info linkStuff regjsparser@0.1.5
99501npm verb linkBins regjsparser@0.1.5
99502npm verb link bins [ { regjsparser: 'bin/parser' },
99503npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99504npm verb link bins false ]
99505npm verb linkMans regjsparser@0.1.5
99506npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/regjsparser
99507npm info linkStuff regexpu@1.3.0
99508npm verb linkBins regexpu@1.3.0
99509npm verb link bins [ { regexpu: 'bin/regexpu' },
99510npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99511npm verb link bins false ]
99512npm verb linkMans regexpu@1.3.0
99513npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/regexpu
99514npm info linkStuff repeat-string@1.5.2
99515npm verb linkBins repeat-string@1.5.2
99516npm verb linkMans repeat-string@1.5.2
99517npm info linkStuff align-text@0.1.3
99518npm verb linkBins align-text@0.1.3
99519npm verb linkMans align-text@0.1.3
99520npm info linkStuff center-align@0.1.2
99521npm verb linkBins center-align@0.1.2
99522npm verb linkMans center-align@0.1.2
99523npm info linkStuff repeating@1.1.3
99524npm verb linkBins repeating@1.1.3
99525npm verb link bins [ { repeating: 'cli.js' },
99526npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99527npm verb link bins false ]
99528npm verb linkMans repeating@1.1.3
99529npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/repeating
99530npm info linkStuff detect-indent@3.0.1
99531npm verb linkBins detect-indent@3.0.1
99532npm verb link bins [ { 'detect-indent': 'cli.js' },
99533npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99534npm verb link bins false ]
99535npm verb linkMans detect-indent@3.0.1
99536npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/detect-indent
99537npm info linkStuff qs@5.2.0
99538npm verb linkBins qs@5.2.0
99539npm verb linkMans qs@5.2.0
99540npm info linkStuff requires-port@0.0.1
99541npm verb linkBins requires-port@0.0.1
99542npm verb linkMans requires-port@0.0.1
99543npm info linkStuff http-proxy@1.12.0
99544npm verb linkBins http-proxy@1.12.0
99545npm verb linkMans http-proxy@1.12.0
99546npm info linkStuff reserved-words@0.1.1
99547npm verb linkBins reserved-words@0.1.1
99548npm verb linkMans reserved-words@0.1.1
99549npm info linkStuff resolve@1.1.6
99550npm verb linkBins resolve@1.1.6
99551npm verb linkMans resolve@1.1.6
99552npm info linkStuff revalidator@0.1.8
99553npm verb linkBins revalidator@0.1.8
99554npm verb linkMans revalidator@0.1.8
99555npm info linkStuff right-align@0.1.3
99556npm verb linkBins right-align@0.1.3
99557npm verb linkMans right-align@0.1.3
99558npm info linkStuff cliui@2.1.0
99559npm verb linkBins cliui@2.1.0
99560npm verb linkMans cliui@2.1.0
99561npm info linkStuff rsvp@3.0.21
99562npm verb linkBins rsvp@3.0.21
99563npm verb linkMans rsvp@3.0.21
99564npm info linkStuff promise-map-series@0.2.2
99565npm verb linkBins promise-map-series@0.2.2
99566npm verb linkMans promise-map-series@0.2.2
99567npm info linkStuff ember-data@1.13.15
99568npm verb linkBins ember-data@1.13.15
99569npm verb linkMans ember-data@1.13.15
99570npm info linkStuff minimist@1.2.0
99571npm verb linkBins minimist@1.2.0
99572npm verb linkMans minimist@1.2.0
99573npm info linkStuff semver@4.3.6
99574npm verb linkBins semver@4.3.6
99575npm verb link bins [ { semver: './bin/semver' },
99576npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99577npm verb link bins false ]
99578npm verb linkMans semver@4.3.6
99579npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/semver
99580npm info linkStuff ember-cli-version-checker@1.1.5
99581npm verb linkBins ember-cli-version-checker@1.1.5
99582npm verb linkMans ember-cli-version-checker@1.1.5
99583npm info linkStuff semver-utils@1.1.1
99584npm verb linkBins semver-utils@1.1.1
99585npm verb linkMans semver-utils@1.1.1
99586npm info linkStuff bower@1.7.1
99587npm verb linkBins bower@1.7.1
99588npm verb link bins [ { bower: 'bin/bower' },
99589npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99590npm verb link bins false ]
99591npm verb linkMans bower@1.7.1
99592npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/bower
99593npm info linkStuff shebang-regex@1.0.0
99594npm verb linkBins shebang-regex@1.0.0
99595npm verb linkMans shebang-regex@1.0.0
99596npm info linkStuff shelljs@0.3.0
99597npm verb linkBins shelljs@0.3.0
99598npm verb link bins [ { shjs: './bin/shjs' },
99599npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99600npm verb link bins false ]
99601npm verb linkMans shelljs@0.3.0
99602npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/shjs
99603npm info linkStuff sigmund@1.0.1
99604npm verb linkBins sigmund@1.0.1
99605npm verb linkMans sigmund@1.0.1
99606npm info linkStuff minimatch@0.2.14
99607npm verb linkBins minimatch@0.2.14
99608npm verb linkMans minimatch@0.2.14
99609npm info linkStuff minimatch@1.0.0
99610npm verb linkBins minimatch@1.0.0
99611npm verb linkMans minimatch@1.0.0
99612npm info linkStuff minimatch@0.2.14
99613npm verb linkBins minimatch@0.2.14
99614npm verb linkMans minimatch@0.2.14
99615npm info linkStuff glob@3.1.21
99616npm verb linkBins glob@3.1.21
99617npm verb linkMans glob@3.1.21
99618npm info linkStuff globule@0.1.0
99619npm verb linkBins globule@0.1.0
99620npm verb linkMans globule@0.1.0
99621npm info linkStuff gaze@0.5.2
99622npm verb linkBins gaze@0.5.2
99623npm verb linkMans gaze@0.5.2
99624npm info linkStuff minimatch@0.2.14
99625npm verb linkBins minimatch@0.2.14
99626npm verb linkMans minimatch@0.2.14
99627npm info linkStuff fireworm@0.6.6
99628npm verb linkBins fireworm@0.6.6
99629npm verb linkMans fireworm@0.6.6
99630npm info linkStuff minimatch@0.3.0
99631npm verb linkBins minimatch@0.3.0
99632npm verb linkMans minimatch@0.3.0
99633npm info linkStuff glob@3.2.11
99634npm verb linkBins glob@3.2.11
99635npm verb linkMans glob@3.2.11
99636npm info linkStuff cli@0.6.6
99637npm verb linkBins cli@0.6.6
99638npm verb linkMans cli@0.6.6
99639npm info linkStuff minimatch@0.3.0
99640npm verb linkBins minimatch@0.3.0
99641npm verb linkMans minimatch@0.3.0
99642npm info linkStuff glob@3.2.11
99643npm verb linkBins glob@3.2.11
99644npm verb linkMans glob@3.2.11
99645npm info linkStuff findup-sync@0.1.3
99646npm verb linkBins findup-sync@0.1.3
99647npm verb linkMans findup-sync@0.1.3
99648npm info linkStuff signal-exit@2.1.2
99649npm verb linkBins signal-exit@2.1.2
99650npm verb linkMans signal-exit@2.1.2
99651npm info linkStuff loud-rejection@1.2.0
99652npm verb linkBins loud-rejection@1.2.0
99653npm verb linkMans loud-rejection@1.2.0
99654npm info linkStuff silent-error@1.0.0
99655npm verb linkBins silent-error@1.0.0
99656npm verb linkMans silent-error@1.0.0
99657npm info linkStuff ember-cli-normalize-entity-name@1.0.0
99658npm verb linkBins ember-cli-normalize-entity-name@1.0.0
99659npm verb linkMans ember-cli-normalize-entity-name@1.0.0
99660npm info linkStuff simple-fmt@0.1.0
99661npm verb linkBins simple-fmt@0.1.0
99662npm verb linkMans simple-fmt@0.1.0
99663npm info linkStuff simple-is@0.2.0
99664npm verb linkBins simple-is@0.2.0
99665npm verb linkMans simple-is@0.2.0
99666npm info linkStuff slash@1.0.0
99667npm verb linkBins slash@1.0.0
99668npm verb linkMans slash@1.0.0
99669npm info linkStuff slide@1.1.6
99670npm verb linkBins slide@1.1.6
99671npm verb linkMans slide@1.1.6
99672npm info linkStuff sntp@1.0.9
99673npm verb linkBins sntp@1.0.9
99674npm verb linkMans sntp@1.0.9
99675npm info linkStuff hawk@3.1.2
99676npm verb linkBins hawk@3.1.2
99677npm verb linkMans hawk@3.1.2
99678npm info linkStuff ms@0.6.2
99679npm verb linkBins ms@0.6.2
99680npm verb linkMans ms@0.6.2
99681npm info linkStuff debug@1.0.2
99682npm verb linkBins debug@1.0.2
99683npm verb linkMans debug@1.0.2
99684npm info linkStuff debug@0.7.4
99685npm verb linkBins debug@0.7.4
99686npm verb linkMans debug@0.7.4
99687npm info linkStuff socket.io-parser@2.2.2
99688npm verb linkBins socket.io-parser@2.2.2
99689npm verb linkMans socket.io-parser@2.2.2
99690npm info linkStuff socket.io-adapter@0.3.1
99691npm verb linkBins socket.io-adapter@0.3.1
99692npm verb linkMans socket.io-adapter@0.3.1
99693npm info linkStuff debug@0.7.4
99694npm verb linkBins debug@0.7.4
99695npm verb linkMans debug@0.7.4
99696npm info linkStuff debug@0.7.4
99697npm verb linkBins debug@0.7.4
99698npm verb linkMans debug@0.7.4
99699npm info linkStuff socket.io-parser@2.2.4
99700npm verb linkBins socket.io-parser@2.2.4
99701npm verb linkMans socket.io-parser@2.2.4
99702npm info linkStuff ms@0.6.2
99703npm verb linkBins ms@0.6.2
99704npm verb linkMans ms@0.6.2
99705npm info linkStuff debug@2.1.0
99706npm verb linkBins debug@2.1.0
99707npm verb linkMans debug@2.1.0
99708npm info linkStuff source-map@0.1.43
99709npm verb linkBins source-map@0.1.43
99710npm verb linkMans source-map@0.1.43
99711npm info linkStuff recast@0.9.18
99712npm verb linkBins recast@0.9.18
99713npm verb linkMans recast@0.9.18
99714npm info linkStuff ember-router-generator@1.1.1
99715npm verb linkBins ember-router-generator@1.1.1
99716npm verb linkMans ember-router-generator@1.1.1
99717npm info linkStuff source-map@0.1.32
99718npm verb linkBins source-map@0.1.32
99719npm verb linkMans source-map@0.1.32
99720npm info linkStuff source-map-support@0.2.10
99721npm verb linkBins source-map-support@0.2.10
99722npm verb linkMans source-map-support@0.2.10
99723npm info linkStuff source-map-url@0.3.0
99724npm verb linkBins source-map-url@0.3.0
99725npm verb linkMans source-map-url@0.3.0
99726npm info linkStuff spawnback@1.0.0
99727npm verb linkBins spawnback@1.0.0
99728npm verb linkMans spawnback@1.0.0
99729npm info linkStuff git-tools@0.1.4
99730npm verb linkBins git-tools@0.1.4
99731npm verb linkMans git-tools@0.1.4
99732npm info linkStuff ember-cli-release@0.2.8
99733npm verb linkBins ember-cli-release@0.2.8
99734npm verb linkMans ember-cli-release@0.2.8
99735npm info linkStuff spdx-exceptions@1.0.4
99736npm verb linkBins spdx-exceptions@1.0.4
99737npm verb linkMans spdx-exceptions@1.0.4
99738npm info linkStuff spdx-license-ids@1.1.0
99739npm verb linkBins spdx-license-ids@1.1.0
99740npm verb linkMans spdx-license-ids@1.1.0
99741npm info linkStuff spdx-expression-parse@1.0.2
99742npm verb linkBins spdx-expression-parse@1.0.2
99743npm verb linkMans spdx-expression-parse@1.0.2
99744npm info linkStuff spdx-correct@1.0.2
99745npm verb linkBins spdx-correct@1.0.2
99746npm verb linkMans spdx-correct@1.0.2
99747npm info linkStuff sprintf-js@1.0.3
99748npm verb linkBins sprintf-js@1.0.3
99749npm verb linkMans sprintf-js@1.0.3
99750npm info linkStuff argparse@1.0.3
99751npm verb linkBins argparse@1.0.3
99752npm verb linkMans argparse@1.0.3
99753npm info linkStuff js-yaml@3.4.6
99754npm verb linkBins js-yaml@3.4.6
99755npm verb link bins [ { 'js-yaml': 'bin/js-yaml.js' },
99756npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99757npm verb link bins false ]
99758npm verb linkMans js-yaml@3.4.6
99759npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/js-yaml
99760npm info linkStuff sri-toolbox@0.2.0
99761npm verb linkBins sri-toolbox@0.2.0
99762npm verb linkMans sri-toolbox@0.2.0
99763npm info linkStuff assert-plus@0.2.0
99764npm verb linkBins assert-plus@0.2.0
99765npm verb linkMans assert-plus@0.2.0
99766npm info linkStuff stable@0.1.5
99767npm verb linkBins stable@0.1.5
99768npm verb linkMans stable@0.1.5
99769npm info linkStuff alter@0.2.0
99770npm verb linkBins alter@0.2.0
99771npm verb linkMans alter@0.2.0
99772npm info linkStuff stack-trace@0.0.9
99773npm verb linkBins stack-trace@0.0.9
99774npm verb linkMans stack-trace@0.0.9
99775npm info linkStuff statuses@1.2.1
99776npm verb linkBins statuses@1.2.1
99777npm verb linkMans statuses@1.2.1
99778npm info linkStuff http-errors@1.3.1
99779npm verb linkBins http-errors@1.3.1
99780npm verb linkMans http-errors@1.3.1
99781npm info linkStuff send@0.13.0
99782npm verb linkBins send@0.13.0
99783npm verb linkMans send@0.13.0
99784npm info linkStuff serve-static@1.10.0
99785npm verb linkBins serve-static@1.10.0
99786npm verb linkMans serve-static@1.10.0
99787npm info linkStuff string_decoder@0.10.31
99788npm verb linkBins string_decoder@0.10.31
99789npm verb linkMans string_decoder@0.10.31
99790npm info linkStuff readable-stream@1.1.13
99791npm verb linkBins readable-stream@1.1.13
99792npm verb linkMans readable-stream@1.1.13
99793npm info linkStuff htmlparser2@3.8.3
99794npm verb linkBins htmlparser2@3.8.3
99795npm verb linkMans htmlparser2@3.8.3
99796npm info linkStuff stringmap@0.2.2
99797npm verb linkBins stringmap@0.2.2
99798npm verb linkMans stringmap@0.2.2
99799npm info linkStuff stringset@0.2.1
99800npm verb linkBins stringset@0.2.1
99801npm verb linkMans stringset@0.2.1
99802npm info linkStuff stringstream@0.0.5
99803npm verb linkBins stringstream@0.0.5
99804npm verb linkMans stringstream@0.0.5
99805npm info linkStuff strip-ansi@0.3.0
99806npm verb linkBins strip-ansi@0.3.0
99807npm verb link bins [ { 'strip-ansi': 'cli.js' },
99808npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99809npm verb link bins false ]
99810npm verb linkMans strip-ansi@0.3.0
99811npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/strip-ansi
99812npm info linkStuff strip-bom@2.0.0
99813npm verb linkBins strip-bom@2.0.0
99814npm verb linkMans strip-bom@2.0.0
99815npm info linkStuff load-json-file@1.1.0
99816npm verb linkBins load-json-file@1.1.0
99817npm verb linkMans load-json-file@1.1.0
99818npm info linkStuff strip-indent@1.0.1
99819npm verb linkBins strip-indent@1.0.1
99820npm verb link bins [ { 'strip-indent': 'cli.js' },
99821npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99822npm verb link bins false ]
99823npm verb linkMans strip-indent@1.0.1
99824npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/strip-indent
99825npm info linkStuff redent@1.0.0
99826npm verb linkBins redent@1.0.0
99827npm verb linkMans redent@1.0.0
99828npm info linkStuff strip-json-comments@1.0.4
99829npm verb linkBins strip-json-comments@1.0.4
99830npm verb link bins [ { 'strip-json-comments': 'cli.js' },
99831npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99832npm verb link bins false ]
99833npm verb linkMans strip-json-comments@1.0.4
99834npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/strip-json-comments
99835npm info linkStuff jshint@2.8.0
99836npm WARN prefer global jshint@2.8.0 should be installed with -g
99837npm verb linkBins jshint@2.8.0
99838npm verb link bins [ { jshint: './bin/jshint' },
99839npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99840npm verb link bins false ]
99841npm verb linkMans jshint@2.8.0
99842npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/jshint
99843npm info linkStuff styled_string@0.0.1
99844npm verb linkBins styled_string@0.0.1
99845npm verb linkMans styled_string@0.0.1
99846npm info linkStuff supports-color@0.2.0
99847npm verb linkBins supports-color@0.2.0
99848npm verb link bins [ { 'supports-color': 'cli.js' },
99849npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99850npm verb link bins false ]
99851npm verb linkMans supports-color@0.2.0
99852npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/supports-color
99853npm info linkStuff chalk@0.5.1
99854npm verb linkBins chalk@0.5.1
99855npm verb linkMans chalk@0.5.1
99856npm info linkStuff fast-sourcemap-concat@0.2.7
99857npm verb linkBins fast-sourcemap-concat@0.2.7
99858npm verb linkMans fast-sourcemap-concat@0.2.7
99859npm info linkStuff ember-cli-dependency-checker@1.2.0
99860npm verb linkBins ember-cli-dependency-checker@1.2.0
99861npm verb linkMans ember-cli-dependency-checker@1.2.0
99862npm info linkStuff can-symlink@0.0.1
99863npm verb linkBins can-symlink@0.0.1
99864npm verb link bins [ { 'can-symlink': './can-symlink.js' },
99865npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99866npm verb link bins false ]
99867npm verb linkMans can-symlink@0.0.1
99868npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/can-symlink
99869npm info linkStuff symlink-or-copy@1.0.1
99870npm verb linkBins symlink-or-copy@1.0.1
99871npm verb linkMans symlink-or-copy@1.0.1
99872npm info linkStuff sync-exec@0.5.0
99873npm verb linkBins sync-exec@0.5.0
99874npm verb linkMans sync-exec@0.5.0
99875npm info linkStuff rimraf@2.2.8
99876npm verb linkBins rimraf@2.2.8
99877npm verb link bins [ { rimraf: './bin.js' },
99878npm verb link bins '/var/www/roundcube-shell.git/node_modules/temp/node_modules/.bin',
99879npm verb link bins false ]
99880npm verb linkMans rimraf@2.2.8
99881npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/temp/node_modules/.bin/rimraf
99882npm info linkStuff temp@0.8.1
99883npm verb linkBins temp@0.8.1
99884npm verb linkMans temp@0.8.1
99885npm info linkStuff async@1.5.0
99886npm verb linkBins async@1.5.0
99887npm verb linkMans async@1.5.0
99888npm info linkStuff through@2.3.8
99889npm verb linkBins through@2.3.8
99890npm verb linkMans through@2.3.8
99891npm info linkStuff timers-ext@0.1.0
99892npm verb linkBins timers-ext@0.1.0
99893npm verb linkMans timers-ext@0.1.0
99894npm info linkStuff memoizee@0.3.9
99895npm verb linkBins memoizee@0.3.9
99896npm verb linkMans memoizee@0.3.9
99897npm info linkStuff cli-color@0.3.3
99898npm verb linkBins cli-color@0.3.3
99899npm verb linkMans cli-color@0.3.3
99900npm info linkStuff inquirer@0.5.1
99901npm verb linkBins inquirer@0.5.1
99902npm verb linkMans inquirer@0.5.1
99903npm info linkStuff qs@5.1.0
99904npm verb linkBins qs@5.1.0
99905npm verb linkMans qs@5.1.0
99906npm info linkStuff tmpl@1.0.4
99907npm verb linkBins tmpl@1.0.4
99908npm verb linkMans tmpl@1.0.4
99909npm info linkStuff makeerror@1.0.11
99910npm verb linkBins makeerror@1.0.11
99911npm verb linkMans makeerror@1.0.11
99912npm info linkStuff to-array@0.1.3
99913npm verb linkBins to-array@0.1.3
99914npm verb linkMans to-array@0.1.3
99915npm info linkStuff to-double-quotes@2.0.0
99916npm verb linkBins to-double-quotes@2.0.0
99917npm verb linkMans to-double-quotes@2.0.0
99918npm info linkStuff to-fast-properties@1.0.1
99919npm verb linkBins to-fast-properties@1.0.1
99920npm verb linkMans to-fast-properties@1.0.1
99921npm info linkStuff to-single-quotes@2.0.0
99922npm verb linkBins to-single-quotes@2.0.0
99923npm verb linkMans to-single-quotes@2.0.0
99924npm info linkStuff tough-cookie@2.2.1
99925npm verb linkBins tough-cookie@2.2.1
99926npm verb linkMans tough-cookie@2.2.1
99927npm info linkStuff trim-newlines@1.0.0
99928npm verb linkBins trim-newlines@1.0.0
99929npm verb linkMans trim-newlines@1.0.0
99930npm info linkStuff trim-right@1.0.1
99931npm verb linkBins trim-right@1.0.1
99932npm verb linkMans trim-right@1.0.1
99933npm info linkStuff try-resolve@1.0.1
99934npm verb linkBins try-resolve@1.0.1
99935npm verb linkMans try-resolve@1.0.1
99936npm info linkStuff tryor@0.1.2
99937npm verb linkBins tryor@0.1.2
99938npm verb linkMans tryor@0.1.2
99939npm info linkStuff tunnel-agent@0.4.2
99940npm verb linkBins tunnel-agent@0.4.2
99941npm verb linkMans tunnel-agent@0.4.2
99942npm info linkStuff tweetnacl@0.13.2
99943npm verb linkBins tweetnacl@0.13.2
99944npm verb linkMans tweetnacl@0.13.2
99945npm info linkStuff sshpk@1.7.1
99946npm verb linkBins sshpk@1.7.1
99947npm verb link bins [ { 'sshpk-conv': 'bin/sshpk-conv' },
99948npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99949npm verb link bins false ]
99950npm verb linkMans sshpk@1.7.1
99951npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/sshpk-conv
99952npm info linkStuff type-is@1.6.10
99953npm verb linkBins type-is@1.6.10
99954npm verb linkMans type-is@1.6.10
99955npm info linkStuff typedarray@0.0.6
99956npm verb linkBins typedarray@0.0.6
99957npm verb linkMans typedarray@0.0.6
99958npm info linkStuff uc.micro@1.0.0
99959npm verb linkBins uc.micro@1.0.0
99960npm verb linkMans uc.micro@1.0.0
99961npm info linkStuff linkify-it@1.2.0
99962npm verb linkBins linkify-it@1.2.0
99963npm verb linkMans linkify-it@1.2.0
99964npm info linkStuff markdown-it@4.3.0
99965npm verb linkBins markdown-it@4.3.0
99966npm verb link bins [ { 'markdown-it': 'bin/markdown-it.js' },
99967npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
99968npm verb link bins false ]
99969npm verb linkMans markdown-it@4.3.0
99970npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/markdown-it
99971npm info linkStuff markdown-it-terminal@0.0.2
99972npm verb linkBins markdown-it-terminal@0.0.2
99973npm verb linkMans markdown-it-terminal@0.0.2
99974npm info linkStuff uglify-to-browserify@1.0.2
99975npm verb linkBins uglify-to-browserify@1.0.2
99976npm verb linkMans uglify-to-browserify@1.0.2
99977npm info linkStuff uglify-js@2.5.0
99978npm verb linkBins uglify-js@2.5.0
99979npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
99980npm verb link bins '/var/www/roundcube-shell.git/node_modules/broccoli-uglify-sourcemap/node_modules/.bin',
99981npm verb link bins false ]
99982npm verb linkMans uglify-js@2.5.0
99983npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/broccoli-uglify-sourcemap/node_modules/.bin/uglifyjs
99984npm info linkStuff uid-number@0.0.5
99985npm verb linkBins uid-number@0.0.5
99986npm verb linkMans uid-number@0.0.5
99987npm info linkStuff ultron@1.0.2
99988npm verb linkBins ultron@1.0.2
99989npm verb linkMans ultron@1.0.2
99990npm info linkStuff underscore@1.8.3
99991npm verb linkBins underscore@1.8.3
99992npm verb linkMans underscore@1.8.3
99993npm info linkStuff backbone@1.2.3
99994npm verb linkBins backbone@1.2.3
99995npm verb linkMans backbone@1.2.3
99996npm info linkStuff underscore.string@2.3.3
99997npm verb linkBins underscore.string@2.3.3
99998npm verb linkMans underscore.string@2.3.3
99999npm info linkStuff quick-temp@0.1.5
100000npm verb linkBins quick-temp@0.1.5
100001npm verb linkMans quick-temp@0.1.5
100002npm info linkStuff broccoli-writer@0.1.1
100003npm verb linkBins broccoli-writer@0.1.1
100004npm verb linkMans broccoli-writer@0.1.1
100005npm info linkStuff broccoli-uglify-sourcemap@1.1.0
100006npm verb linkBins broccoli-uglify-sourcemap@1.1.0
100007npm verb linkMans broccoli-uglify-sourcemap@1.1.0
100008npm info linkStuff ember-cli-uglify@1.2.0
100009npm verb linkBins ember-cli-uglify@1.2.0
100010npm verb linkMans ember-cli-uglify@1.2.0
100011npm info linkStuff quick-temp@0.1.3
100012npm verb linkBins quick-temp@0.1.3
100013npm verb linkMans quick-temp@0.1.3
100014npm info linkStuff unpipe@1.0.0
100015npm verb linkBins unpipe@1.0.0
100016npm verb linkMans unpipe@1.0.0
100017npm info linkStuff raw-body@2.1.5
100018npm verb linkBins raw-body@2.1.5
100019npm verb linkMans raw-body@2.1.5
100020npm info linkStuff body-parser@1.14.2
100021npm verb linkBins body-parser@1.14.2
100022npm verb linkMans body-parser@1.14.2
100023npm info linkStuff ember-cli-content-security-policy@0.4.0
100024npm verb linkBins ember-cli-content-security-policy@0.4.0
100025npm verb linkMans ember-cli-content-security-policy@0.4.0
100026npm info linkStuff finalhandler@0.4.0
100027npm verb linkBins finalhandler@0.4.0
100028npm verb linkMans finalhandler@0.4.0
100029npm info linkStuff user-home@1.1.1
100030npm verb linkBins user-home@1.1.1
100031npm verb link bins [ { 'user-home': 'cli.js' },
100032npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100033npm verb link bins false ]
100034npm verb linkMans user-home@1.1.1
100035npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/user-home
100036npm info linkStuff home-or-tmp@1.0.0
100037npm verb linkBins home-or-tmp@1.0.0
100038npm verb linkMans home-or-tmp@1.0.0
100039npm info linkStuff utf8@2.1.0
100040npm verb linkBins utf8@2.1.0
100041npm verb linkMans utf8@2.1.0
100042npm info linkStuff engine.io-parser@1.2.2
100043npm verb linkBins engine.io-parser@1.2.2
100044npm verb linkMans engine.io-parser@1.2.2
100045npm info linkStuff util-deprecate@1.0.2
100046npm verb linkBins util-deprecate@1.0.2
100047npm verb linkMans util-deprecate@1.0.2
100048npm info linkStuff readable-stream@2.0.5
100049npm verb linkBins readable-stream@2.0.5
100050npm verb linkMans readable-stream@2.0.5
100051npm info linkStuff tap-parser@1.2.2
100052npm verb linkBins tap-parser@1.2.2
100053npm verb link bins [ { 'tap-parser': 'bin/cmd.js' },
100054npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100055npm verb link bins false ]
100056npm verb linkMans tap-parser@1.2.2
100057npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/tap-parser
100058npm info linkStuff concat-stream@1.5.1
100059npm verb linkBins concat-stream@1.5.1
100060npm verb linkMans concat-stream@1.5.1
100061npm info linkStuff spawn-sync@1.0.13
100062npm verb linkBins spawn-sync@1.0.13
100063npm verb linkMans spawn-sync@1.0.13
100064npm info linkStuff comment-parser@0.3.1
100065npm verb linkBins comment-parser@0.3.1
100066npm verb linkMans comment-parser@0.3.1
100067npm info linkStuff jscs-jsdoc@1.3.1
100068npm verb linkBins jscs-jsdoc@1.3.1
100069npm verb linkMans jscs-jsdoc@1.3.1
100070npm info linkStuff bl@1.0.0
100071npm verb linkBins bl@1.0.0
100072npm verb linkMans bl@1.0.0
100073npm info linkStuff are-we-there-yet@1.0.5
100074npm verb linkBins are-we-there-yet@1.0.5
100075npm verb linkMans are-we-there-yet@1.0.5
100076npm info linkStuff npmlog@1.2.1
100077npm verb linkBins npmlog@1.2.1
100078npm verb linkMans npmlog@1.2.1
100079npm info linkStuff npmlog@2.0.0
100080npm verb linkBins npmlog@2.0.0
100081npm verb linkMans npmlog@2.0.0
100082npm info linkStuff npm-registry-client@7.0.7
100083npm verb linkBins npm-registry-client@7.0.7
100084npm verb linkMans npm-registry-client@7.0.7
100085npm info linkStuff npm@2.14.10
100086npm WARN prefer global npm@2.14.10 should be installed with -g
100087npm verb linkBins npm@2.14.10
100088npm verb link bins [ { npm: './bin/npm-cli.js' },
100089npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100090npm verb link bins false ]
100091npm verb linkMans npm@2.14.10
100092npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/npm
100093npm info linkStuff ncp@0.4.2
100094npm verb linkBins ncp@0.4.2
100095npm verb link bins [ { ncp: './bin/ncp' },
100096npm verb link bins '/var/www/roundcube-shell.git/node_modules/utile/node_modules/.bin',
100097npm verb link bins false ]
100098npm verb linkMans ncp@0.4.2
100099npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/utile/node_modules/.bin/ncp
100100npm info linkStuff utils-merge@1.0.0
100101npm verb linkBins utils-merge@1.0.0
100102npm verb linkMans utils-merge@1.0.0
100103npm info linkStuff express@4.13.3
100104npm verb linkBins express@4.13.3
100105npm verb linkMans express@4.13.3
100106npm info linkStuff connect@3.4.0
100107npm verb linkBins connect@3.4.0
100108npm verb linkMans connect@3.4.0
100109npm info linkStuff uuid@2.0.1
100110npm verb linkBins uuid@2.0.1
100111npm verb linkMans uuid@2.0.1
100112npm info linkStuff validate-npm-package-license@3.0.1
100113npm verb linkBins validate-npm-package-license@3.0.1
100114npm verb linkMans validate-npm-package-license@3.0.1
100115npm info linkStuff normalize-package-data@2.3.5
100116npm verb linkBins normalize-package-data@2.3.5
100117npm verb linkMans normalize-package-data@2.3.5
100118npm info linkStuff read-pkg@1.1.0
100119npm verb linkBins read-pkg@1.1.0
100120npm verb linkMans read-pkg@1.1.0
100121npm info linkStuff read-pkg-up@1.0.1
100122npm verb linkBins read-pkg-up@1.0.1
100123npm verb linkMans read-pkg-up@1.0.1
100124npm info linkStuff meow@3.6.0
100125npm verb linkBins meow@3.6.0
100126npm verb linkMans meow@3.6.0
100127npm info linkStuff vary@1.1.0
100128npm verb linkBins vary@1.1.0
100129npm verb linkMans vary@1.1.0
100130npm info linkStuff compression@1.6.0
100131npm verb linkBins compression@1.6.0
100132npm verb linkMans compression@1.6.0
100133npm info linkStuff verror@1.3.6
100134npm verb linkBins verror@1.3.6
100135npm verb linkMans verror@1.3.6
100136npm info linkStuff jsprim@1.2.2
100137npm verb linkBins jsprim@1.2.2
100138npm verb linkMans jsprim@1.2.2
100139npm info linkStuff http-signature@1.1.0
100140npm verb linkBins http-signature@1.1.0
100141npm verb linkMans http-signature@1.1.0
100142npm info linkStuff vow@0.4.11
100143npm verb linkBins vow@0.4.11
100144npm verb linkMans vow@0.4.11
100145npm info linkStuff minimatch@2.0.10
100146npm verb linkBins minimatch@2.0.10
100147npm verb linkMans minimatch@2.0.10
100148npm info linkStuff vow-queue@0.4.2
100149npm verb linkBins vow-queue@0.4.2
100150npm verb linkMans vow-queue@0.4.2
100151npm info linkStuff walk-sync@0.2.6
100152npm verb linkBins walk-sync@0.2.6
100153npm verb linkMans walk-sync@0.2.6
100154npm info linkStuff walker@1.0.7
100155npm verb linkBins walker@1.0.7
100156npm verb linkMans walker@1.0.7
100157npm info linkStuff watch@0.10.0
100158npm verb linkBins watch@0.10.0
100159npm verb linkMans watch@0.10.0
100160npm info linkStuff sane@1.3.0
100161npm verb linkBins sane@1.3.0
100162npm verb link bins [ { sane: './src/cli.js' },
100163npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100164npm verb link bins false ]
100165npm verb linkMans sane@1.3.0
100166npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/sane
100167npm info linkStuff broccoli-sane-watcher@1.1.4
100168npm verb linkBins broccoli-sane-watcher@1.1.4
100169npm verb linkMans broccoli-sane-watcher@1.1.4
100170npm info linkStuff websocket-extensions@0.1.1
100171npm verb linkBins websocket-extensions@0.1.1
100172npm verb linkMans websocket-extensions@0.1.1
100173npm info linkStuff websocket-driver@0.6.3
100174npm verb linkBins websocket-driver@0.6.3
100175npm verb linkMans websocket-driver@0.6.3
100176npm info linkStuff faye-websocket@0.10.0
100177npm verb linkBins faye-websocket@0.10.0
100178npm verb linkMans faye-websocket@0.10.0
100179npm info linkStuff tiny-lr@0.2.0
100180npm verb linkBins tiny-lr@0.2.0
100181npm verb linkMans tiny-lr@0.2.0
100182npm info linkStuff which@1.2.1
100183npm verb linkBins which@1.2.1
100184npm verb link bins [ { which: './bin/which' },
100185npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100186npm verb link bins false ]
100187npm verb linkMans which@1.2.1
100188npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/which
100189npm info linkStuff cross-spawn-async@2.1.1
100190npm verb linkBins cross-spawn-async@2.1.1
100191npm verb linkMans cross-spawn-async@2.1.1
100192npm info linkStuff cross-spawn@2.1.0
100193npm verb linkBins cross-spawn@2.1.0
100194npm verb linkMans cross-spawn@2.1.0
100195npm info linkStuff win-spawn@2.0.0
100196npm verb linkBins win-spawn@2.0.0
100197npm verb link bins [ { 'win-spawn': './bin/win-spawn' },
100198npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100199npm verb link bins false ]
100200npm verb linkMans win-spawn@2.0.0
100201npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/win-spawn
100202npm info linkStuff broccoli-livingstyleguide@0.2.0
100203npm verb linkBins broccoli-livingstyleguide@0.2.0
100204npm verb linkMans broccoli-livingstyleguide@0.2.0
100205npm info linkStuff window-size@0.1.4
100206npm verb linkBins window-size@0.1.4
100207npm verb link bins [ { 'window-size': 'cli.js' },
100208npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100209npm verb link bins false ]
100210npm verb linkMans window-size@0.1.4
100211npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/window-size
100212npm info linkStuff winston@0.8.3
100213npm verb linkBins winston@0.8.3
100214npm verb linkMans winston@0.8.3
100215npm info linkStuff wordwrap@0.0.3
100216npm verb linkBins wordwrap@0.0.3
100217npm verb linkMans wordwrap@0.0.3
100218npm info linkStuff optimist@0.3.7
100219npm verb linkBins optimist@0.3.7
100220npm verb linkMans optimist@0.3.7
100221npm info linkStuff uglify-js@2.3.6
100222npm verb linkBins uglify-js@2.3.6
100223npm verb link bins [ { uglifyjs: 'bin/uglifyjs' },
100224npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100225npm verb link bins false ]
100226npm verb linkMans uglify-js@2.3.6
100227npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/uglifyjs
100228npm info linkStuff optimist@0.6.1
100229npm verb linkBins optimist@0.6.1
100230npm verb linkMans optimist@0.6.1
100231npm info linkStuff handlebars@3.0.3
100232npm verb linkBins handlebars@3.0.3
100233npm verb link bins [ { handlebars: 'bin/handlebars' },
100234npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100235npm verb link bins false ]
100236npm verb linkMans handlebars@3.0.3
100237npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/handlebars
100238npm info linkStuff bower-config@0.6.1
100239npm verb linkBins bower-config@0.6.1
100240npm verb linkMans bower-config@0.6.1
100241npm info linkStuff wrappy@1.0.1
100242npm verb linkBins wrappy@1.0.1
100243npm verb linkMans wrappy@1.0.1
100244npm info linkStuff once@1.3.3
100245npm verb linkBins once@1.3.3
100246npm verb linkMans once@1.3.3
100247npm info linkStuff npmconf@2.1.2
100248npm verb linkBins npmconf@2.1.2
100249npm verb linkMans npmconf@2.1.2
100250npm info linkStuff inflight@1.0.4
100251npm verb linkBins inflight@1.0.4
100252npm verb linkMans inflight@1.0.4
100253npm info linkStuff glob@4.5.3
100254npm verb linkBins glob@4.5.3
100255npm verb linkMans glob@4.5.3
100256npm info linkStuff vow-fs@0.3.4
100257npm verb linkBins vow-fs@0.3.4
100258npm verb linkMans vow-fs@0.3.4
100259npm info linkStuff glob@6.0.1
100260npm verb linkBins glob@6.0.1
100261npm verb linkMans glob@6.0.1
100262npm info linkStuff rimraf@2.4.5
100263npm verb linkBins rimraf@2.4.5
100264npm verb link bins [ { rimraf: './bin.js' },
100265npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100266npm verb link bins false ]
100267npm verb linkMans rimraf@2.4.5
100268npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/rimraf
100269npm info linkStuff utile@0.2.1
100270npm verb linkBins utile@0.2.1
100271npm verb linkMans utile@0.2.1
100272npm info linkStuff prompt@0.2.14
100273npm verb linkBins prompt@0.2.14
100274npm verb linkMans prompt@0.2.14
100275npm info linkStuff fstream@1.0.8
100276npm verb linkBins fstream@1.0.8
100277npm verb linkMans fstream@1.0.8
100278npm info linkStuff tar@2.2.1
100279npm verb linkBins tar@2.2.1
100280npm verb linkMans tar@2.2.1
100281npm info linkStuff fs-extra@0.22.1
100282npm verb linkBins fs-extra@0.22.1
100283npm verb linkMans fs-extra@0.22.1
100284npm info linkStuff fs-extra@0.18.4
100285npm verb linkBins fs-extra@0.18.4
100286npm verb linkMans fs-extra@0.18.4
100287npm info linkStuff ember-try@0.0.8
100288npm verb linkBins ember-try@0.0.8
100289npm verb linkMans ember-try@0.0.8
100290npm info linkStuff fs-extra@0.16.5
100291npm verb linkBins fs-extra@0.16.5
100292npm verb linkMans fs-extra@0.16.5
100293npm info linkStuff fs-extra@0.18.4
100294npm verb linkBins fs-extra@0.18.4
100295npm verb linkMans fs-extra@0.18.4
100296npm info linkStuff cpr@0.4.2
100297npm verb linkBins cpr@0.4.2
100298npm verb linkMans cpr@0.4.2
100299npm info linkStuff fs-extra@0.13.0
100300npm verb linkBins fs-extra@0.13.0
100301npm verb linkMans fs-extra@0.13.0
100302npm info linkStuff broccoli-plugin@1.2.1
100303npm verb linkBins broccoli-plugin@1.2.1
100304npm verb linkMans broccoli-plugin@1.2.1
100305npm info linkStuff broccoli-merge-trees@0.2.4
100306npm verb linkBins broccoli-merge-trees@0.2.4
100307npm verb linkMans broccoli-merge-trees@0.2.4
100308npm info linkStuff broccoli-merge-trees@0.2.4
100309npm verb linkBins broccoli-merge-trees@0.2.4
100310npm verb linkMans broccoli-merge-trees@0.2.4
100311npm info linkStuff broccoli-funnel@0.2.15
100312npm verb linkBins broccoli-funnel@0.2.15
100313npm verb linkMans broccoli-funnel@0.2.15
100314npm info linkStuff broccoli-merge-trees@0.2.4
100315npm verb linkBins broccoli-merge-trees@0.2.4
100316npm verb linkMans broccoli-merge-trees@0.2.4
100317npm info linkStuff broccoli-funnel@0.2.15
100318npm verb linkBins broccoli-funnel@0.2.15
100319npm verb linkMans broccoli-funnel@0.2.15
100320npm info linkStuff ember-cli-blanket@0.6.2
100321npm verb linkBins ember-cli-blanket@0.6.2
100322npm verb linkMans ember-cli-blanket@0.6.2
100323npm info linkStuff broccoli-merge-trees@0.2.4
100324npm verb linkBins broccoli-merge-trees@0.2.4
100325npm verb linkMans broccoli-merge-trees@0.2.4
100326npm info linkStuff broccoli-merge-trees@1.1.0
100327npm verb linkBins broccoli-merge-trees@1.1.0
100328npm verb linkMans broccoli-merge-trees@1.1.0
100329npm info linkStuff broccoli-funnel@1.0.1
100330npm verb linkBins broccoli-funnel@1.0.1
100331npm verb linkMans broccoli-funnel@1.0.1
100332npm info linkStuff fs-extra@0.24.0
100333npm verb linkBins fs-extra@0.24.0
100334npm verb linkMans fs-extra@0.24.0
100335npm info linkStuff broccoli-plugin@1.1.0
100336npm verb linkBins broccoli-plugin@1.1.0
100337npm verb linkMans broccoli-plugin@1.1.0
100338npm info linkStuff async-disk-cache@1.0.3
100339npm verb linkBins async-disk-cache@1.0.3
100340npm verb linkMans async-disk-cache@1.0.3
100341npm info linkStuff glob@4.5.3
100342npm verb linkBins glob@4.5.3
100343npm verb linkMans glob@4.5.3
100344npm info linkStuff glob@5.0.15
100345npm verb linkBins glob@5.0.15
100346npm verb linkMans glob@5.0.15
100347npm info linkStuff fileset@0.2.1
100348npm verb linkBins fileset@0.2.1
100349npm verb linkMans fileset@0.2.1
100350npm info linkStuff commoner@0.10.4
100351npm verb linkBins commoner@0.10.4
100352npm verb link bins [ { commonize: './bin/commonize' },
100353npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100354npm verb link bins false ]
100355npm verb linkMans commoner@0.10.4
100356npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/commonize
100357npm info linkStuff broccoli-kitchen-sink-helpers@0.2.9
100358npm verb linkBins broccoli-kitchen-sink-helpers@0.2.9
100359npm verb linkMans broccoli-kitchen-sink-helpers@0.2.9
100360npm info linkStuff hash-for-dep@1.0.1
100361npm verb linkBins hash-for-dep@1.0.1
100362npm verb linkMans hash-for-dep@1.0.1
100363npm info linkStuff broccoli-filter@0.1.14
100364npm verb linkBins broccoli-filter@0.1.14
100365npm verb linkMans broccoli-filter@0.1.14
100366npm info linkStuff ember-cli-htmlbars@0.7.9
100367npm verb linkBins ember-cli-htmlbars@0.7.9
100368npm verb linkMans ember-cli-htmlbars@0.7.9
100369npm info linkStuff broccoli-filter@0.1.14
100370npm verb linkBins broccoli-filter@0.1.14
100371npm verb linkMans broccoli-filter@0.1.14
100372npm info linkStuff ember-cli-htmlbars@0.7.9
100373npm verb linkBins ember-cli-htmlbars@0.7.9
100374npm verb linkMans ember-cli-htmlbars@0.7.9
100375npm info linkStuff broccoli-static-compiler@0.2.2
100376npm verb linkBins broccoli-static-compiler@0.2.2
100377npm verb linkMans broccoli-static-compiler@0.2.2
100378npm info linkStuff broccoli-persistent-filter@1.1.6
100379npm verb linkBins broccoli-persistent-filter@1.1.6
100380npm verb linkMans broccoli-persistent-filter@1.1.6
100381npm info linkStuff ember-cli-htmlbars@1.0.1
100382npm verb linkBins ember-cli-htmlbars@1.0.1
100383npm verb linkMans ember-cli-htmlbars@1.0.1
100384npm info linkStuff broccoli-stew@1.2.0
100385npm verb linkBins broccoli-stew@1.2.0
100386npm verb linkMans broccoli-stew@1.2.0
100387npm info linkStuff broccoli-jshint@1.1.1
100388npm verb linkBins broccoli-jshint@1.1.1
100389npm verb linkMans broccoli-jshint@1.1.1
100390npm info linkStuff broccoli-autoprefixer@4.1.0
100391npm verb linkBins broccoli-autoprefixer@4.1.0
100392npm verb linkMans broccoli-autoprefixer@4.1.0
100393npm info linkStuff ember-cli-autoprefixer@0.5.0
100394npm verb linkBins ember-cli-autoprefixer@0.5.0
100395npm verb linkMans ember-cli-autoprefixer@0.5.0
100396npm info linkStuff broccoli-filter@1.2.3
100397npm verb linkBins broccoli-filter@1.2.3
100398npm verb linkMans broccoli-filter@1.2.3
100399npm info linkStuff broccoli-asset-rewrite@1.0.11
100400npm verb linkBins broccoli-asset-rewrite@1.0.11
100401npm verb linkMans broccoli-asset-rewrite@1.0.11
100402npm info linkStuff broccoli-asset-rev@2.4.1
100403npm verb linkBins broccoli-asset-rev@2.4.1
100404npm verb linkMans broccoli-asset-rev@2.4.1
100405npm info linkStuff broccoli-filter@0.1.14
100406npm verb linkBins broccoli-filter@0.1.14
100407npm verb linkMans broccoli-filter@0.1.14
100408npm info linkStuff broccoli-clean-css@0.2.0
100409npm verb linkBins broccoli-clean-css@0.2.0
100410npm verb linkMans broccoli-clean-css@0.2.0
100411npm info linkStuff ember-cli-preprocess-registry@1.1.0
100412npm verb linkBins ember-cli-preprocess-registry@1.1.0
100413npm verb linkMans ember-cli-preprocess-registry@1.1.0
100414npm info linkStuff broccoli-caching-writer@2.2.1
100415npm verb linkBins broccoli-caching-writer@2.2.1
100416npm verb linkMans broccoli-caching-writer@2.2.1
100417npm info linkStuff broccoli-sourcemap-concat@1.1.6
100418npm verb linkBins broccoli-sourcemap-concat@1.1.6
100419npm verb linkMans broccoli-sourcemap-concat@1.1.6
100420npm info linkStuff broccoli-sri-hash@1.2.2
100421npm verb linkBins broccoli-sri-hash@1.2.2
100422npm verb linkMans broccoli-sri-hash@1.2.2
100423npm info linkStuff ember-cli-sri@1.2.1
100424npm verb linkBins ember-cli-sri@1.2.1
100425npm verb linkMans ember-cli-sri@1.2.1
100426npm info linkStuff broccoli-sourcemap-concat@2.0.2
100427npm verb linkBins broccoli-sourcemap-concat@2.0.2
100428npm verb linkMans broccoli-sourcemap-concat@2.0.2
100429npm info linkStuff broccoli-config-loader@1.0.0
100430npm verb linkBins broccoli-config-loader@1.0.0
100431npm verb linkMans broccoli-config-loader@1.0.0
100432npm info linkStuff broccoli-kitchen-sink-helpers@0.3.1
100433npm verb linkBins broccoli-kitchen-sink-helpers@0.3.1
100434npm verb linkMans broccoli-kitchen-sink-helpers@0.3.1
100435npm info linkStuff broccoli-config-replace@1.1.1
100436npm verb linkBins broccoli-config-replace@1.1.1
100437npm verb linkMans broccoli-config-replace@1.1.1
100438npm info linkStuff glob@4.3.5
100439npm verb linkBins glob@4.3.5
100440npm verb linkMans glob@4.3.5
100441npm info linkStuff findup-sync@0.2.1
100442npm verb linkBins findup-sync@0.2.1
100443npm verb linkMans findup-sync@0.2.1
100444npm info linkStuff broccoli@0.16.8
100445npm verb linkBins broccoli@0.16.8
100446npm verb linkMans broccoli@0.16.8
100447npm info linkStuff glob@5.0.13
100448npm verb linkBins glob@5.0.13
100449npm verb linkMans glob@5.0.13
100450npm info linkStuff graceful-fs@4.1.2
100451npm verb linkBins graceful-fs@4.1.2
100452npm verb linkMans graceful-fs@4.1.2
100453npm info linkStuff write-file-atomic@1.1.4
100454npm verb linkBins write-file-atomic@1.1.4
100455npm verb linkMans write-file-atomic@1.1.4
100456npm info linkStuff ws-pure@0.8.0
100457npm verb linkBins ws-pure@0.8.0
100458npm verb linkMans ws-pure@0.8.0
100459npm info linkStuff engine.io-pure@1.5.9
100460npm verb linkBins engine.io-pure@1.5.9
100461npm verb linkMans engine.io-pure@1.5.9
100462npm info linkStuff xdg-basedir@2.0.0
100463npm verb linkBins xdg-basedir@2.0.0
100464npm verb linkMans xdg-basedir@2.0.0
100465npm info linkStuff configstore@1.2.1
100466npm verb linkBins configstore@1.2.1
100467npm verb linkMans configstore@1.2.1
100468npm info linkStuff xmlbuilder@3.1.0
100469npm verb linkBins xmlbuilder@3.1.0
100470npm verb linkMans xmlbuilder@3.1.0
100471npm info linkStuff xmldom@0.1.19
100472npm verb linkBins xmldom@0.1.19
100473npm verb linkMans xmldom@0.1.19
100474npm info linkStuff xmlhttprequest-ssl@1.5.1
100475npm verb linkBins xmlhttprequest-ssl@1.5.1
100476npm verb linkMans xmlhttprequest-ssl@1.5.1
100477npm info linkStuff engine.io-client-pure@1.5.9
100478npm verb linkBins engine.io-client-pure@1.5.9
100479npm verb linkMans engine.io-client-pure@1.5.9
100480npm info linkStuff socket.io-client-pure@1.3.12
100481npm verb linkBins socket.io-client-pure@1.3.12
100482npm verb linkMans socket.io-client-pure@1.3.12
100483npm info linkStuff socket.io-pure@1.3.12
100484npm verb linkBins socket.io-pure@1.3.12
100485npm verb linkMans socket.io-pure@1.3.12
100486npm info linkStuff testem@0.9.10
100487npm verb linkBins testem@0.9.10
100488npm verb link bins [ { testem: './testem.js' },
100489npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100490npm verb link bins false ]
100491npm verb linkMans testem@0.9.10
100492npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/testem
100493npm info linkStuff xtend@4.0.1
100494npm verb linkBins xtend@4.0.1
100495npm verb linkMans xtend@4.0.1
100496npm info linkStuff output-file-sync@1.1.1
100497npm verb linkBins output-file-sync@1.1.1
100498npm verb linkMans output-file-sync@1.1.1
100499npm info linkStuff is-my-json-valid@2.12.3
100500npm verb linkBins is-my-json-valid@2.12.3
100501npm verb linkMans is-my-json-valid@2.12.3
100502npm info linkStuff har-validator@2.0.3
100503npm verb linkBins har-validator@2.0.3
100504npm verb link bins [ { 'har-validator': 'bin/har-validator' },
100505npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100506npm verb link bins false ]
100507npm verb linkMans har-validator@2.0.3
100508npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/har-validator
100509npm info linkStuff request@2.67.0
100510npm verb linkBins request@2.67.0
100511npm verb linkMans request@2.67.0
100512npm info linkStuff node-gyp@3.2.1
100513npm WARN prefer global node-gyp@3.2.1 should be installed with -g
100514npm verb linkBins node-gyp@3.2.1
100515npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' },
100516npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100517npm verb link bins false ]
100518npm verb linkMans node-gyp@3.2.1
100519npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/node-gyp
100520npm info linkStuff y18n@3.2.0
100521npm verb linkBins y18n@3.2.0
100522npm verb linkMans y18n@3.2.0
100523npm info linkStuff graceful-fs@3.0.8
100524npm verb linkBins graceful-fs@3.0.8
100525npm verb linkMans graceful-fs@3.0.8
100526npm info linkStuff fs-extra@0.16.5
100527npm verb linkBins fs-extra@0.16.5
100528npm verb linkMans fs-extra@0.16.5
100529npm info linkStuff yam@0.0.18
100530npm verb linkBins yam@0.0.18
100531npm verb linkMans yam@0.0.18
100532npm info linkStuff yargs@3.27.0
100533npm verb linkBins yargs@3.27.0
100534npm verb linkMans yargs@3.27.0
100535npm info linkStuff sass-graph@2.0.1
100536npm verb linkBins sass-graph@2.0.1
100537npm verb link bins [ { sassgraph: 'bin/sassgraph' },
100538npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100539npm verb link bins false ]
100540npm verb linkMans sass-graph@2.0.1
100541npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/sassgraph
100542npm info linkStuff node-sass@3.4.2
100543npm verb linkBins node-sass@3.4.2
100544npm verb link bins [ { 'node-sass': 'bin/node-sass' },
100545npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100546npm verb link bins false ]
100547npm verb linkMans node-sass@3.4.2
100548npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/node-sass
100549npm info linkStuff broccoli-sass-source-maps@1.5.1
100550npm verb linkBins broccoli-sass-source-maps@1.5.1
100551npm verb linkMans broccoli-sass-source-maps@1.5.1
100552npm info linkStuff ember-cli-sass@5.1.0
100553npm verb linkBins ember-cli-sass@5.1.0
100554npm verb linkMans ember-cli-sass@5.1.0
100555npm info linkStuff defs@1.1.1
100556npm verb linkBins defs@1.1.1
100557npm verb link bins [ { defs: './build/es5/defs' },
100558npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100559npm verb link bins false ]
100560npm verb linkMans defs@1.1.1
100561npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/defs
100562npm info linkStuff regenerator@0.8.40
100563npm verb linkBins regenerator@0.8.40
100564npm verb link bins [ { regenerator: 'bin/regenerator' },
100565npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100566npm verb link bins false ]
100567npm verb linkMans regenerator@0.8.40
100568npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/regenerator
100569npm info linkStuff babel-core@5.8.34
100570npm verb linkBins babel-core@5.8.34
100571npm verb linkMans babel-core@5.8.34
100572npm info linkStuff broccoli-babel-transpiler@5.5.0
100573npm verb linkBins broccoli-babel-transpiler@5.5.0
100574npm verb linkMans broccoli-babel-transpiler@5.5.0
100575npm info linkStuff ember-cli-qunit@1.1.0
100576npm verb linkBins ember-cli-qunit@1.1.0
100577npm verb linkMans ember-cli-qunit@1.1.0
100578npm info linkStuff ember-cli-babel@5.1.6
100579npm verb linkBins ember-cli-babel@5.1.6
100580npm verb linkMans ember-cli-babel@5.1.6
100581npm info linkStuff roundcube-mail@0.0.0
100582npm verb linkBins roundcube-mail@0.0.0
100583npm verb linkMans roundcube-mail@0.0.0
100584npm info linkStuff ember-truth-helpers@1.2.0
100585npm verb linkBins ember-truth-helpers@1.2.0
100586npm verb linkMans ember-truth-helpers@1.2.0
100587npm info linkStuff ember-sinon-qunit@1.0.0
100588npm verb linkBins ember-sinon-qunit@1.0.0
100589npm verb linkMans ember-sinon-qunit@1.0.0
100590npm info linkStuff ember-sinon@0.3.0
100591npm verb linkBins ember-sinon@0.3.0
100592npm verb linkMans ember-sinon@0.3.0
100593npm info linkStuff ember-simple-auth@1.0.1
100594npm verb linkBins ember-simple-auth@1.0.1
100595npm verb linkMans ember-simple-auth@1.0.1
100596npm info linkStuff ember-responsive@1.2.3
100597npm verb linkBins ember-responsive@1.2.3
100598npm verb linkMans ember-responsive@1.2.3
100599npm info linkStuff ember-notify@4.3.0
100600npm verb linkBins ember-notify@4.3.0
100601npm verb linkMans ember-notify@4.3.0
100602npm info linkStuff roundcube-notifications@0.1.0
100603npm verb linkBins roundcube-notifications@0.1.0
100604npm verb linkMans roundcube-notifications@0.1.0
100605npm info linkStuff ember-new-computed@1.0.3
100606npm verb linkBins ember-new-computed@1.0.3
100607npm verb linkMans ember-new-computed@1.0.3
100608npm info linkStuff ember-moment@4.1.0
100609npm verb linkBins ember-moment@4.1.0
100610npm verb linkMans ember-moment@4.1.0
100611npm info linkStuff ember-metrics@0.5.1
100612npm verb linkBins ember-metrics@0.5.1
100613npm verb linkMans ember-metrics@0.5.1
100614npm info linkStuff ember-inflector@1.9.4
100615npm verb linkBins ember-inflector@1.9.4
100616npm verb linkMans ember-inflector@1.9.4
100617npm info linkStuff ember-getowner-polyfill@1.0.0
100618npm verb linkBins ember-getowner-polyfill@1.0.0
100619npm verb linkMans ember-getowner-polyfill@1.0.0
100620npm info linkStuff ember-i18n@4.2.0
100621npm verb linkBins ember-i18n@4.2.0
100622npm verb linkMans ember-i18n@4.2.0
100623npm info linkStuff ember-feature-flags@2.0.0
100624npm verb linkBins ember-feature-flags@2.0.0
100625npm verb linkMans ember-feature-flags@2.0.0
100626npm info linkStuff ember-disable-proxy-controllers@1.0.1
100627npm verb linkBins ember-disable-proxy-controllers@1.0.1
100628npm verb linkMans ember-disable-proxy-controllers@1.0.1
100629npm info linkStuff ember-cpm@2.1.1
100630npm verb linkBins ember-cpm@2.1.1
100631npm verb linkMans ember-cpm@2.1.1
100632npm info linkStuff ember-cli-sass-pods@1.2.0
100633npm verb linkBins ember-cli-sass-pods@1.2.0
100634npm verb linkMans ember-cli-sass-pods@1.2.0
100635npm info linkStuff ember-cli-moment-shim@0.7.1
100636npm verb linkBins ember-cli-moment-shim@0.7.1
100637npm verb linkMans ember-cli-moment-shim@0.7.1
100638npm info linkStuff ember-cli-mirage@0.1.11
100639npm verb linkBins ember-cli-mirage@0.1.11
100640npm verb linkMans ember-cli-mirage@0.1.11
100641npm info linkStuff ember-cli-htmlbars-inline-precompile@0.3.1
100642npm verb linkBins ember-cli-htmlbars-inline-precompile@0.3.1
100643npm verb linkMans ember-cli-htmlbars-inline-precompile@0.3.1
100644npm info linkStuff ember-cli-app-version@1.0.0
100645npm verb linkBins ember-cli-app-version@1.0.0
100646npm verb linkMans ember-cli-app-version@1.0.0
100647npm info linkStuff ember-cli@1.13.12
100648npm verb linkBins ember-cli@1.13.12
100649npm verb link bins [ { ember: './bin/ember' },
100650npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100651npm verb link bins false ]
100652npm verb linkMans ember-cli@1.13.12
100653npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/ember
100654npm info linkStuff babel-jscs@2.0.5
100655npm verb linkBins babel-jscs@2.0.5
100656npm verb linkMans babel-jscs@2.0.5
100657npm info linkStuff jscs@2.7.0
100658npm verb linkBins jscs@2.7.0
100659npm verb link bins [ { jscs: './bin/jscs' },
100660npm verb link bins '/var/www/roundcube-shell.git/node_modules/.bin',
100661npm verb link bins false ]
100662npm verb linkMans jscs@2.7.0
100663npm verb gentlyRm don't care about contents; nuking /var/www/roundcube-shell.git/node_modules/.bin/jscs
100664npm info linkStuff broccoli-jscs@1.2.2
100665npm verb linkBins broccoli-jscs@1.2.2
100666npm verb linkMans broccoli-jscs@1.2.2
100667npm info linkStuff ember-suave@1.2.2
100668npm verb linkBins ember-suave@1.2.2
100669npm verb linkMans ember-suave@1.2.2
100670npm info lifecycle JSV@4.0.2~install: JSV@4.0.2
100671npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
100672npm info lifecycle acorn@1.2.2~install: acorn@1.2.2
100673npm info lifecycle after@0.8.1~install: after@0.8.1
100674npm info lifecycle amd-name-resolver@0.0.2~install: amd-name-resolver@0.0.2
100675npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
100676npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
100677npm info lifecycle ansi-regex@0.2.1~install: ansi-regex@0.2.1
100678npm info lifecycle ansi-styles@1.1.0~install: ansi-styles@1.1.0
100679npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
100680npm info lifecycle array-equal@1.0.0~install: array-equal@1.0.0
100681npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
100682npm info lifecycle arraybuffer.slice@0.0.6~install: arraybuffer.slice@0.0.6
100683npm info lifecycle asn1@0.2.3~install: asn1@0.2.3
100684npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
100685npm info lifecycle ast-traverse@0.1.1~install: ast-traverse@0.1.1
100686npm info lifecycle ast-types@0.8.12~install: ast-types@0.8.12
100687npm info lifecycle async@0.2.10~install: async@0.2.10
100688npm info lifecycle async-foreach@0.1.3~install: async-foreach@0.1.3
100689npm info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
100690npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
100691npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
100692npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
100693npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
100694npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
100695npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
100696npm info lifecycle babel-plugin-constant-folding@1.0.1~install: babel-plugin-constant-folding@1.0.1
100697npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~install: babel-plugin-dead-code-elimination@1.0.2
100698npm info lifecycle babel-plugin-eval@1.0.1~install: babel-plugin-eval@1.0.1
100699npm info lifecycle babel-plugin-htmlbars-inline-precompile@0.0.5~install: babel-plugin-htmlbars-inline-precompile@0.0.5
100700npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~install: babel-plugin-inline-environment-variables@1.0.1
100701npm info lifecycle babel-plugin-jscript@1.0.4~install: babel-plugin-jscript@1.0.4
100702npm info lifecycle babel-plugin-member-expression-literals@1.0.1~install: babel-plugin-member-expression-literals@1.0.1
100703npm info lifecycle babel-plugin-property-literals@1.0.1~install: babel-plugin-property-literals@1.0.1
100704npm info lifecycle babel-plugin-react-constant-elements@1.0.3~install: babel-plugin-react-constant-elements@1.0.3
100705npm info lifecycle babel-plugin-react-display-name@1.0.3~install: babel-plugin-react-display-name@1.0.3
100706npm info lifecycle babel-plugin-remove-console@1.0.1~install: babel-plugin-remove-console@1.0.1
100707npm info lifecycle babel-plugin-remove-debugger@1.0.1~install: babel-plugin-remove-debugger@1.0.1
100708npm info lifecycle babel-plugin-runtime@1.0.7~install: babel-plugin-runtime@1.0.7
100709npm info lifecycle babel-plugin-undefined-to-void@1.1.6~install: babel-plugin-undefined-to-void@1.1.6
100710npm info lifecycle babylon@5.8.34~install: babylon@5.8.34
100711npm info lifecycle backo2@1.0.2~install: backo2@1.0.2
100712npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
100713npm info lifecycle base64-arraybuffer@0.1.2~install: base64-arraybuffer@0.1.2
100714npm info lifecycle base64id@0.1.0~install: base64id@0.1.0
100715npm info lifecycle basic-auth@1.0.3~install: basic-auth@1.0.3
100716npm info lifecycle benchmark@1.0.0~install: benchmark@1.0.0
100717npm info lifecycle blank-object@1.0.1~install: blank-object@1.0.1
100718npm info lifecycle blob@0.0.4~install: blob@0.0.4
100719npm info lifecycle bluebird@2.10.2~install: bluebird@2.10.2
100720npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
100721npm info lifecycle depd@1.1.0~install: depd@1.1.0
100722npm info lifecycle qs@5.2.0~install: qs@5.2.0
100723npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
100724npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
100725npm info lifecycle archy@1.0.0~install: archy@1.0.0
100726npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100727npm info lifecycle minimist@0.0.10~install: minimist@0.0.10
100728npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
100729npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
100730npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100731npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
100732npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
100733npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100734npm info lifecycle untildify@2.1.0~install: untildify@2.1.0
100735npm info lifecycle bower-endpoint-parser@0.2.2~install: bower-endpoint-parser@0.2.2
100736npm info lifecycle deep-extend@0.2.11~install: deep-extend@0.2.11
100737npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
100738npm info lifecycle intersect@0.0.3~install: intersect@0.0.3
100739npm info lifecycle bower-json@0.4.0~install: bower-json@0.4.0
100740npm info lifecycle bower-logger@0.2.2~install: bower-logger@0.2.2
100741npm info lifecycle async@0.2.10~install: async@0.2.10
100742npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100743npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
100744npm info lifecycle ansicolors@0.2.1~install: ansicolors@0.2.1
100745npm info lifecycle esprima@1.0.4~install: esprima@1.0.4
100746npm info lifecycle redeyed@0.4.4~install: redeyed@0.4.4
100747npm info lifecycle cardinal@0.4.4~install: cardinal@0.4.4
100748npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
100749npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
100750npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
100751npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
100752npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
100753npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
100754npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
100755npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
100756npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
100757npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
100758npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
100759npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
100760npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
100761npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
100762npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
100763npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
100764npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100765npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
100766npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
100767npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
100768npm info lifecycle buffers@0.1.1~install: buffers@0.1.1
100769npm info lifecycle traverse@0.3.9~install: traverse@0.3.9
100770npm info lifecycle chainsaw@0.1.0~install: chainsaw@0.1.0
100771npm info lifecycle binary@0.3.0~install: binary@0.3.0
100772npm info lifecycle mkpath@0.1.0~install: mkpath@0.1.0
100773npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
100774npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100775npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
100776npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
100777npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
100778npm info lifecycle nopt@1.0.10~install: nopt@1.0.10
100779npm info lifecycle touch@0.0.3~install: touch@0.0.3
100780npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
100781npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100782npm info lifecycle iferr@0.1.5~install: iferr@0.1.5
100783npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
100784npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
100785npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100786npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
100787npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
100788npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
100789npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
100790npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
100791npm info lifecycle fs-write-stream-atomic@1.0.7~install: fs-write-stream-atomic@1.0.7
100792npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100793npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
100794npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
100795npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
100796npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
100797npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100798npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100799npm info lifecycle mime@1.3.4~install: mime@1.3.4
100800npm info lifecycle github@0.2.4~install: github@0.2.4
100801npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100802npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100803npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
100804npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
100805npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
100806npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
100807npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100808npm info lifecycle once@1.3.3~install: once@1.3.3
100809npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
100810npm info lifecycle glob@4.5.3~install: glob@4.5.3
100811npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
100812npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
100813npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
100814npm info lifecycle async@0.2.10~install: async@0.2.10
100815npm info lifecycle amdefine@1.0.0~install: amdefine@1.0.0
100816npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
100817npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
100818npm info lifecycle handlebars@2.0.0~install: handlebars@2.0.0
100819npm info lifecycle ansi-escapes@1.1.0~install: ansi-escapes@1.1.0
100820npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
100821npm info lifecycle exit-hook@1.1.1~install: exit-hook@1.1.1
100822npm info lifecycle onetime@1.0.0~install: onetime@1.0.0
100823npm info lifecycle restore-cursor@1.0.1~install: restore-cursor@1.0.1
100824npm info lifecycle cli-cursor@1.0.2~install: cli-cursor@1.0.2
100825npm info lifecycle cli-width@1.1.0~install: cli-width@1.1.0
100826npm info lifecycle figures@1.4.0~install: figures@1.4.0
100827npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
100828npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
100829npm info lifecycle code-point-at@1.0.0~install: code-point-at@1.0.0
100830npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
100831npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
100832npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
100833npm info lifecycle readline2@1.0.1~install: readline2@1.0.1
100834npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100835npm info lifecycle once@1.3.3~install: once@1.3.3
100836npm info lifecycle run-async@0.1.0~install: run-async@0.1.0
100837npm info lifecycle rx-lite@3.1.2~install: rx-lite@3.1.2
100838npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
100839npm info lifecycle through@2.3.8~install: through@2.3.8
100840npm info lifecycle inquirer@0.10.0~install: inquirer@0.10.0
100841npm info lifecycle async@1.5.0~install: async@1.5.0
100842npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100843npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
100844npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100845npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
100846npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
100847npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
100848npm info lifecycle slide@1.1.6~install: slide@1.1.6
100849npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
100850npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100851npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
100852npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
100853npm info lifecycle lodash.debounce@3.1.1~install: lodash.debounce@3.1.1
100854npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
100855npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
100856npm info lifecycle osx-release@1.1.0~install: osx-release@1.1.0
100857npm info lifecycle semver@5.1.0~install: semver@5.1.0
100858npm info lifecycle win-release@1.1.1~install: win-release@1.1.1
100859npm info lifecycle os-name@1.0.3~install: os-name@1.0.3
100860npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
100861npm info lifecycle is-root@1.0.0~install: is-root@1.0.0
100862npm info lifecycle junk@1.0.2~install: junk@1.0.2
100863npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
100864npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
100865npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
100866npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
100867npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
100868npm info lifecycle mkdirp@0.5.0~install: mkdirp@0.5.0
100869npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
100870npm info lifecycle mout@0.11.1~install: mout@0.11.1
100871npm info lifecycle bower-config@1.3.0~install: bower-config@1.3.0
100872npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
100873npm info lifecycle opn@1.0.2~install: opn@1.0.2
100874npm info lifecycle q@0.9.7~install: q@0.9.7
100875npm info lifecycle p-throttler@0.1.1~install: p-throttler@0.1.1
100876npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
100877npm info lifecycle read@1.0.7~install: read@1.0.7
100878npm info lifecycle promptly@0.2.0~install: promptly@0.2.0
100879npm info lifecycle q@1.4.1~install: q@1.4.1
100880npm info lifecycle decompress-zip@0.1.0~install: decompress-zip@0.1.0
100881npm info lifecycle throttleit@0.0.2~install: throttleit@0.0.2
100882npm info lifecycle request-progress@0.3.1~install: request-progress@0.3.1
100883npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
100884npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
100885npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100886npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
100887npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
100888npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
100889npm info lifecycle bl@0.9.4~install: bl@0.9.4
100890npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
100891npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
100892npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
100893npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
100894npm info lifecycle async@0.9.2~install: async@0.9.2
100895npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
100896npm info lifecycle boom@2.10.1~install: boom@2.10.1
100897npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
100898npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
100899npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
100900npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
100901npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
100902npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
100903npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
100904npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
100905npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
100906npm info lifecycle mime-db@1.12.0~install: mime-db@1.12.0
100907npm info lifecycle mime-types@2.0.14~install: mime-types@2.0.14
100908npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
100909npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
100910npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
100911npm info lifecycle qs@2.3.3~install: qs@2.3.3
100912npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
100913npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
100914npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
100915npm info lifecycle request@2.53.0~install: request@2.53.0
100916npm info lifecycle insight@0.7.0~install: insight@0.7.0
100917npm info lifecycle retry@0.6.1~install: retry@0.6.1
100918npm info lifecycle request-replay@0.2.0~install: request-replay@0.2.0
100919npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100920npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100921npm info lifecycle balanced-match@0.3.0~install: balanced-match@0.3.0
100922npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
100923npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
100924npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
100925npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100926npm info lifecycle once@1.3.3~install: once@1.3.3
100927npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
100928npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
100929npm info lifecycle glob@5.0.15~install: glob@5.0.15
100930npm info lifecycle rimraf@2.4.4~install: rimraf@2.4.4
100931npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
100932npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
100933npm info lifecycle bower-registry-client@1.0.0~install: bower-registry-client@1.0.0
100934npm info lifecycle semver@2.3.2~install: semver@2.3.2
100935npm info lifecycle array-filter@0.0.1~install: array-filter@0.0.1
100936npm info lifecycle array-map@0.0.0~install: array-map@0.0.0
100937npm info lifecycle array-reduce@0.0.0~install: array-reduce@0.0.0
100938npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
100939npm info lifecycle shell-quote@1.4.3~install: shell-quote@1.4.3
100940npm info lifecycle stringify-object@1.0.1~install: stringify-object@1.0.1
100941npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100942npm info lifecycle once@1.3.3~install: once@1.3.3
100943npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
100944npm info lifecycle pump@1.0.1~install: pump@1.0.1
100945npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100946npm info lifecycle once@1.3.3~install: once@1.3.3
100947npm info lifecycle end-of-stream@1.1.0~install: end-of-stream@1.1.0
100948npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
100949npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100950npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
100951npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
100952npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
100953npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
100954npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
100955npm info lifecycle bl@1.0.0~install: bl@1.0.0
100956npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
100957npm info lifecycle tar-stream@1.3.1~install: tar-stream@1.3.1
100958npm info lifecycle tar-fs@1.8.1~install: tar-fs@1.8.1
100959npm info lifecycle tmp@0.0.24~install: tmp@0.0.24
100960npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
100961npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
100962npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
100963npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100964npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
100965npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
100966npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
100967npm info lifecycle slide@1.1.6~install: slide@1.1.6
100968npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
100969npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
100970npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
100971npm info lifecycle configstore@1.4.0~install: configstore@1.4.0
100972npm info lifecycle is-npm@1.0.0~install: is-npm@1.0.0
100973npm info lifecycle capture-stack-trace@1.0.0~install: capture-stack-trace@1.0.0
100974npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100975npm info lifecycle create-error-class@2.0.1~install: create-error-class@2.0.1
100976npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
100977npm info lifecycle once@1.3.3~install: once@1.3.3
100978npm info lifecycle end-of-stream@1.0.0~install: end-of-stream@1.0.0
100979npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
100980npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
100981npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
100982npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
100983npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
100984npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
100985npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
100986npm info lifecycle duplexify@3.4.2~install: duplexify@3.4.2
100987npm info lifecycle is-plain-obj@1.1.0~install: is-plain-obj@1.1.0
100988npm info lifecycle is-redirect@1.0.0~install: is-redirect@1.0.0
100989npm info lifecycle is-stream@1.0.1~install: is-stream@1.0.1
100990npm info lifecycle lowercase-keys@1.0.0~install: lowercase-keys@1.0.0
100991npm info lifecycle node-status-codes@1.0.0~install: node-status-codes@1.0.0
100992npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
100993npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
100994npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
100995npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
100996npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
100997npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
100998npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
100999npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
101000npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
101001npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
101002npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101003npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
101004npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101005npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
101006npm info lifecycle readable-stream@2.0.4~install: readable-stream@2.0.4
101007npm info lifecycle read-all-stream@3.0.1~install: read-all-stream@3.0.1
101008npm info lifecycle timed-out@2.0.0~install: timed-out@2.0.0
101009npm info lifecycle unzip-response@1.0.0~install: unzip-response@1.0.0
101010npm info lifecycle prepend-http@1.0.3~install: prepend-http@1.0.3
101011npm info lifecycle url-parse-lax@1.0.0~install: url-parse-lax@1.0.0
101012npm info lifecycle got@5.2.0~install: got@5.2.0
101013npm info lifecycle deep-extend@0.4.0~install: deep-extend@0.4.0
101014npm info lifecycle ini@1.3.4~install: ini@1.3.4
101015npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
101016npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
101017npm info lifecycle rc@1.1.5~install: rc@1.1.5
101018npm info lifecycle registry-url@3.0.3~install: registry-url@3.0.3
101019npm info lifecycle semver@5.1.0~install: semver@5.1.0
101020npm info lifecycle package-json@2.3.0~install: package-json@2.3.0
101021npm info lifecycle latest-version@2.0.0~install: latest-version@2.0.0
101022npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
101023npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
101024npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
101025npm info lifecycle semver@5.1.0~install: semver@5.1.0
101026npm info lifecycle semver-diff@2.1.0~install: semver-diff@2.1.0
101027npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101028npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101029npm info lifecycle string-length@1.0.1~install: string-length@1.0.1
101030npm info lifecycle update-notifier@0.6.0~install: update-notifier@0.6.0
101031npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
101032npm info lifecycle xdg-basedir@1.0.1~install: xdg-basedir@1.0.1
101033npm info lifecycle configstore@0.3.2~install: configstore@0.3.2
101034npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
101035npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
101036npm info lifecycle which@1.2.0~install: which@1.2.0
101037npm info lifecycle breakable@1.0.0~install: breakable@1.0.0
101038npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
101039npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
101040npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101041npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101042npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
101043npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
101044npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
101045npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
101046npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
101047npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
101048npm info lifecycle broccoli-slow-trees@1.1.0~install: broccoli-slow-trees@1.1.0
101049npm info lifecycle broccoli-source@1.1.0~install: broccoli-source@1.1.0
101050npm info lifecycle rsvp@3.1.0~install: rsvp@3.1.0
101051npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101052npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
101053npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101054npm info lifecycle window-size@0.1.0~install: window-size@0.1.0
101055npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
101056npm info lifecycle broccoli-viz@2.0.1~install: broccoli-viz@2.0.1
101057npm info lifecycle builtin-modules@1.1.0~install: builtin-modules@1.1.0
101058npm info lifecycle bytes@2.1.0~install: bytes@2.1.0
101059npm info lifecycle callsite@1.0.0~install: callsite@1.0.0
101060npm info lifecycle better-assert@1.0.2~install: better-assert@1.0.2
101061npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
101062npm info lifecycle camelcase@2.0.1~install: camelcase@2.0.1
101063npm info lifecycle caniuse-db@1.0.30000380~install: caniuse-db@1.0.30000380
101064npm info lifecycle browserslist@1.0.1~install: browserslist@1.0.1
101065npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
101066npm info lifecycle charm@1.0.0~install: charm@1.0.0
101067npm info lifecycle clean-base-url@1.0.0~install: clean-base-url@1.0.0
101068npm info lifecycle commander@2.2.0~install: commander@2.2.0
101069npm info lifecycle clean-css@2.2.23~install: clean-css@2.2.23
101070npm info lifecycle colors@1.0.3~install: colors@1.0.3
101071npm info lifecycle cli-table@0.3.1~install: cli-table@0.3.1
101072npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
101073npm info lifecycle clone@0.2.0~install: clone@0.2.0
101074npm info lifecycle colors@0.6.2~install: colors@0.6.2
101075npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101076npm info lifecycle component-bind@1.0.0~install: component-bind@1.0.0
101077npm info lifecycle component-emitter@1.1.2~install: component-emitter@1.1.2
101078npm info lifecycle component-inherit@0.0.3~install: component-inherit@0.0.3
101079npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
101080npm info lifecycle brace-expansion@1.1.2~install: brace-expansion@1.1.2
101081npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101082npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101083npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101084npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101085npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101086npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101087npm info lifecycle consolidate@0.13.1~install: consolidate@0.13.1
101088npm info lifecycle content-disposition@0.5.0~install: content-disposition@0.5.0
101089npm info lifecycle content-type@1.0.1~install: content-type@1.0.1
101090npm info lifecycle convert-source-map@1.1.2~install: convert-source-map@1.1.2
101091npm info lifecycle cookie@0.1.3~install: cookie@0.1.3
101092npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
101093npm info lifecycle copy-dereference@1.0.0~install: copy-dereference@1.0.0
101094npm info lifecycle core-js@1.2.6~install: core-js@1.2.6
101095npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
101096npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101097npm info lifecycle cycle@1.0.3~install: cycle@1.0.3
101098npm info lifecycle dashdash@1.10.1~install: dashdash@1.10.1
101099npm info lifecycle date-now@0.1.4~install: date-now@0.1.4
101100npm info lifecycle console-browserify@1.1.0~install: console-browserify@1.1.0
101101npm info lifecycle deep-equal@1.0.1~install: deep-equal@1.0.1
101102npm info lifecycle defined@1.0.0~install: defined@1.0.0
101103npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
101104npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
101105npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
101106npm info lifecycle depd@1.0.1~install: depd@1.0.1
101107npm info lifecycle destroy@1.0.3~install: destroy@1.0.3
101108npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
101109npm info lifecycle detective@4.3.1~install: detective@4.3.1
101110npm info lifecycle did_it_work@0.0.6~install: did_it_work@0.0.6
101111npm info lifecycle diff@1.4.0~install: diff@1.4.0
101112npm info lifecycle domelementtype@1.1.3~install: domelementtype@1.1.3
101113npm info lifecycle domelementtype@1.3.0~install: domelementtype@1.3.0
101114npm info lifecycle domhandler@2.3.0~install: domhandler@2.3.0
101115npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
101116npm info lifecycle clone@1.0.2~install: clone@1.0.2
101117npm info lifecycle core-object@1.1.0~install: core-object@1.1.0
101118npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
101119npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101120npm info lifecycle ember-cli-copy-dereference@1.0.0~install: ember-cli-copy-dereference@1.0.0
101121npm info lifecycle is-git-url@0.2.0~install: is-git-url@0.2.0
101122npm info lifecycle ember-cli-get-dependency-depth@1.0.0~install: ember-cli-get-dependency-depth@1.0.0
101123npm info lifecycle ic-ajax@2.0.1~install: ic-ajax@2.0.1
101124npm info lifecycle ember-cli-ic-ajax@0.2.4~install: ember-cli-ic-ajax@0.2.4
101125npm info lifecycle ember-cli-inject-live-reload@1.4.0~install: ember-cli-inject-live-reload@1.4.0
101126npm info lifecycle ember-cli-is-package-missing@1.0.0~install: ember-cli-is-package-missing@1.0.0
101127npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101128npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101129npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101130npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101131npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101132npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101133npm info lifecycle ember-cli-opinionated@0.2.0~install: ember-cli-opinionated@0.2.0
101134npm info lifecycle ember-cli-path-utils@1.0.0~install: ember-cli-path-utils@1.0.0
101135npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101136npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101137npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101138npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101139npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101140npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
101141npm info lifecycle ember-cli-string-utils@1.0.0~install: ember-cli-string-utils@1.0.0
101142npm info lifecycle ember-cli-test-info@1.0.0~install: ember-cli-test-info@1.0.0
101143npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101144npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101145npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101146npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101147npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
101148npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101149npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101150npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101151npm info lifecycle ember-export-application-global@1.0.5~install: ember-export-application-global@1.0.5
101152npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
101153npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101154npm info lifecycle mkdirp@0.3.5~install: mkdirp@0.3.5
101155npm info lifecycle object-assign@2.1.1~install: object-assign@2.1.1
101156npm info lifecycle walk-sync@0.1.3~install: walk-sync@0.1.3
101157npm info lifecycle ast-types@0.6.16~install: ast-types@0.6.16
101158npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~install: esprima-fb@10001.1.0-dev-harmony-fb
101159npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
101160npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101161npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101162npm info lifecycle core-object@1.1.0~install: core-object@1.1.0
101163npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
101164npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101165npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101166npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101167npm info lifecycle ms@0.6.2~install: ms@0.6.2
101168npm info lifecycle debug@1.0.4~install: debug@1.0.4
101169npm info lifecycle parseuri@0.0.4~install: parseuri@0.0.4
101170npm info lifecycle ms@0.6.2~install: ms@0.6.2
101171npm info lifecycle debug@1.0.3~install: debug@1.0.3
101172npm info lifecycle ensure-posix-path@1.0.1~install: ensure-posix-path@1.0.1
101173npm info lifecycle entities@1.1.1~install: entities@1.1.1
101174npm info lifecycle dom-serializer@0.1.0~install: dom-serializer@0.1.0
101175npm info lifecycle domutils@1.5.1~install: domutils@1.5.1
101176npm info lifecycle es6-symbol@3.0.2~install: es6-symbol@3.0.2
101177npm info lifecycle es5-ext@0.10.11~install: es5-ext@0.10.11
101178npm info lifecycle d@0.1.1~install: d@0.1.1
101179npm info lifecycle es6-iterator@2.0.0~install: es6-iterator@2.0.0
101180npm info lifecycle es6-symbol@2.0.1~install: es6-symbol@2.0.1
101181npm info lifecycle es6-iterator@0.1.3~install: es6-iterator@0.1.3
101182npm info lifecycle es6-weak-map@0.1.4~install: es6-weak-map@0.1.4
101183npm info lifecycle escape-html@1.0.2~install: escape-html@1.0.2
101184npm info lifecycle escape-string-regexp@1.0.4~install: escape-string-regexp@1.0.4
101185npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101186npm info lifecycle chalk@1.1.0~install: chalk@1.1.0
101187npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101188npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101189npm info lifecycle decamelize@1.1.2~install: decamelize@1.1.2
101190npm info lifecycle yargs@3.5.4~install: yargs@3.5.4
101191npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101192npm info lifecycle es6-weak-map@2.0.1~install: es6-weak-map@2.0.1
101193npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~install: esprima-fb@15001.1001.0-dev-harmony-fb
101194npm info lifecycle estraverse@3.1.0~install: estraverse@3.1.0
101195npm info lifecycle esrecurse@3.1.1~install: esrecurse@3.1.1
101196npm info lifecycle estraverse@4.1.1~install: estraverse@4.1.1
101197npm info lifecycle esutils@2.0.2~install: esutils@2.0.2
101198npm info lifecycle etag@1.7.0~install: etag@1.7.0
101199npm info lifecycle event-emitter@0.3.4~install: event-emitter@0.3.4
101200npm info lifecycle es6-set@0.1.3~install: es6-set@0.1.3
101201npm info lifecycle es6-map@0.1.3~install: es6-map@0.1.3
101202npm info lifecycle escope@3.3.0~install: escope@3.3.0
101203npm info lifecycle eventemitter3@1.1.1~install: eventemitter3@1.1.1
101204npm info lifecycle events-to-array@1.0.2~install: events-to-array@1.0.2
101205npm info lifecycle exists-sync@0.0.3~install: exists-sync@0.0.3
101206npm info lifecycle exit@0.1.2~install: exit@0.1.2
101207npm info lifecycle negotiator@0.5.3~install: negotiator@0.5.3
101208npm info lifecycle vary@1.0.1~install: vary@1.0.1
101209npm info lifecycle extend@3.0.0~install: extend@3.0.0
101210npm info lifecycle extsprintf@1.0.2~install: extsprintf@1.0.2
101211npm info lifecycle eyes@0.1.8~install: eyes@0.1.8
101212npm info lifecycle fast-ordered-set@1.0.2~install: fast-ordered-set@1.0.2
101213npm info lifecycle source-map@0.4.4~install: source-map@0.4.4
101214npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101215npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101216npm info lifecycle commander@2.1.0~install: commander@2.1.0
101217npm info lifecycle findup@0.1.5~install: findup@0.1.5
101218npm info lifecycle lodash@2.3.0~install: lodash@2.3.0
101219npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
101220npm info lifecycle async@1.5.0~install: async@1.5.0
101221npm info lifecycle forwarded@0.1.0~install: forwarded@0.1.0
101222npm info lifecycle fresh@0.3.0~install: fresh@0.3.0
101223npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101224npm info lifecycle fs-monitor-stack@1.1.0~install: fs-monitor-stack@1.1.0
101225npm info lifecycle fs-readdir-recursive@0.1.2~install: fs-readdir-recursive@0.1.2
101226npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101227npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
101228npm info lifecycle get-stdin@4.0.1~install: get-stdin@4.0.1
101229npm info lifecycle git-repo-info@1.1.2~install: git-repo-info@1.1.2
101230npm info lifecycle git-repo-version@0.3.0~install: git-repo-version@0.3.0
101231npm info lifecycle globals@6.4.1~install: globals@6.4.1
101232npm info lifecycle graceful-fs@1.2.3~install: graceful-fs@1.2.3
101233npm info lifecycle inherits@1.0.2~install: inherits@1.0.2
101234npm info lifecycle lodash@1.0.2~install: lodash@1.0.2
101235npm info lifecycle graceful-fs@2.0.3~install: graceful-fs@2.0.3
101236npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
101237npm info lifecycle commander@2.9.0~install: commander@2.9.0
101238npm info lifecycle growl@1.8.1~install: growl@1.8.1
101239npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101240npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101241npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101242npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101243npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101244npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101245npm info lifecycle has-ansi@0.1.0~install: has-ansi@0.1.0
101246npm info lifecycle has-color@0.1.7~install: has-color@0.1.7
101247npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
101248npm info lifecycle has-cors@1.1.0~install: has-cors@1.1.0
101249npm info lifecycle has-flag@1.0.0~install: has-flag@1.0.0
101250npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
101251npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
101252npm info lifecycle boom@2.10.1~install: boom@2.10.1
101253npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
101254npm info lifecycle hosted-git-info@2.1.4~install: hosted-git-info@2.1.4
101255npm info lifecycle entities@1.0.0~install: entities@1.0.0
101256npm info lifecycle i@0.3.3~install: i@0.3.3
101257npm info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
101258npm info lifecycle imurmurhash@0.1.4~install: imurmurhash@0.1.4
101259npm info lifecycle include-path-searcher@0.1.0~install: include-path-searcher@0.1.0
101260npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
101261npm info lifecycle inflection@1.8.0~install: inflection@1.8.0
101262npm info lifecycle inherit@2.2.2~install: inherit@2.2.2
101263npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
101264npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
101265npm info lifecycle ini@1.3.4~install: ini@1.3.4
101266npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
101267npm info lifecycle async@0.8.0~install: async@0.8.0
101268npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
101269npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
101270npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
101271npm info lifecycle invert-kv@1.0.0~install: invert-kv@1.0.0
101272npm info lifecycle ipaddr.js@1.0.5~install: ipaddr.js@1.0.5
101273npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
101274npm info lifecycle error-ex@1.3.0~install: error-ex@1.3.0
101275npm info lifecycle is-buffer@1.1.0~install: is-buffer@1.1.0
101276npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
101277npm info lifecycle is-git-url@0.2.3~install: is-git-url@0.2.3
101278npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
101279npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
101280npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
101281npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
101282npm info lifecycle is-type@0.0.1~install: is-type@0.0.1
101283npm info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0
101284npm info lifecycle is-utf8@0.2.1~install: is-utf8@0.2.1
101285npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101286npm info lifecycle has-binary-data@0.1.3~install: has-binary-data@0.1.3
101287npm info lifecycle has-binary@0.1.6~install: has-binary@0.1.6
101288npm info lifecycle isbinaryfile@2.0.4~install: isbinaryfile@2.0.4
101289npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
101290npm info lifecycle js-base64@2.1.9~install: js-base64@2.1.9
101291npm info lifecycle js-string-escape@1.0.0~install: js-string-escape@1.0.0
101292npm info lifecycle js-tokens@1.0.1~install: js-tokens@1.0.1
101293npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
101294npm info lifecycle jsbn@0.1.0~install: jsbn@0.1.0
101295npm info lifecycle jodid25519@1.0.2~install: jodid25519@1.0.2
101296npm info lifecycle ecc-jsbn@0.1.1~install: ecc-jsbn@0.1.1
101297npm info lifecycle jscs-preset-wikimedia@1.0.0~install: jscs-preset-wikimedia@1.0.0
101298npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101299npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101300npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
101301npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101302npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101303npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101304npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101305npm info lifecycle jsesc@0.5.0~install: jsesc@0.5.0
101306npm info lifecycle lodash@3.7.0~install: lodash@3.7.0
101307npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101308npm info lifecycle json-schema@0.2.2~install: json-schema@0.2.2
101309npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
101310npm info lifecycle json3@3.2.6~install: json3@3.2.6
101311npm info lifecycle json5@0.4.0~install: json5@0.4.0
101312npm info lifecycle jsonfile@2.2.3~install: jsonfile@2.2.3
101313npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
101314npm info lifecycle json-stable-stringify@1.0.0~install: json-stable-stringify@1.0.0
101315npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
101316npm info lifecycle kind-of@2.0.1~install: kind-of@2.0.1
101317npm info lifecycle klassy@0.1.3~install: klassy@0.1.3
101318npm info lifecycle ember-test-helpers@0.5.19~install: ember-test-helpers@0.5.19
101319npm info lifecycle ember-qunit@0.4.18~install: ember-qunit@0.4.18
101320npm info lifecycle lazy-cache@0.2.7~install: lazy-cache@0.2.7
101321npm info lifecycle lcid@1.0.0~install: lcid@1.0.0
101322npm info lifecycle ms@0.6.2~install: ms@0.6.2
101323npm info lifecycle debug@2.1.1~install: debug@2.1.1
101324npm info lifecycle lodash-node@2.4.1~install: lodash-node@2.4.1
101325npm info lifecycle aws-sign2@0.5.0~install: aws-sign2@0.5.0
101326npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
101327npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
101328npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101329npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101330npm info lifecycle readable-stream@1.0.33~install: readable-stream@1.0.33
101331npm info lifecycle bl@0.9.4~install: bl@0.9.4
101332npm info lifecycle caseless@0.9.0~install: caseless@0.9.0
101333npm info lifecycle delayed-stream@0.0.5~install: delayed-stream@0.0.5
101334npm info lifecycle combined-stream@0.0.7~install: combined-stream@0.0.7
101335npm info lifecycle forever-agent@0.5.2~install: forever-agent@0.5.2
101336npm info lifecycle async@0.9.0~install: async@0.9.0
101337npm info lifecycle hoek@2.11.1~install: hoek@2.11.1
101338npm info lifecycle boom@2.6.1~install: boom@2.6.1
101339npm info lifecycle cryptiles@2.0.4~install: cryptiles@2.0.4
101340npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
101341npm info lifecycle hawk@2.3.1~install: hawk@2.3.1
101342npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
101343npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
101344npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
101345npm info lifecycle http-signature@0.10.1~install: http-signature@0.10.1
101346npm info lifecycle isstream@0.1.1~install: isstream@0.1.1
101347npm info lifecycle json-stringify-safe@5.0.0~install: json-stringify-safe@5.0.0
101348npm info lifecycle mime-db@1.7.0~install: mime-db@1.7.0
101349npm info lifecycle mime-types@2.0.9~install: mime-types@2.0.9
101350npm info lifecycle form-data@0.2.0~install: form-data@0.2.0
101351npm info lifecycle node-uuid@1.4.2~install: node-uuid@1.4.2
101352npm info lifecycle oauth-sign@0.6.0~install: oauth-sign@0.6.0
101353npm info lifecycle qs@2.3.3~install: qs@2.3.3
101354npm info lifecycle stringstream@0.0.4~install: stringstream@0.0.4
101355npm info lifecycle punycode@1.3.2~install: punycode@1.3.2
101356npm info lifecycle tough-cookie@0.12.1~install: tough-cookie@0.12.1
101357npm info lifecycle tunnel-agent@0.4.0~install: tunnel-agent@0.4.0
101358npm info lifecycle request@2.53.0~install: request@2.53.0
101359npm info lifecycle rsvp@3.0.17~install: rsvp@3.0.17
101360npm info lifecycle leek@0.0.18~install: leek@0.0.18
101361npm info lifecycle left-pad@0.0.3~install: left-pad@0.0.3
101362npm info lifecycle leven@1.0.2~install: leven@1.0.2
101363npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~install: babel-plugin-undeclared-variables-check@1.0.2
101364npm info lifecycle line-numbers@0.2.0~install: line-numbers@0.2.0
101365npm info lifecycle livereload-js@2.2.2~install: livereload-js@2.2.2
101366npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101367npm info lifecycle lodash@3.10.1~install: lodash@3.10.1
101368npm info lifecycle jsdoctypeparser@1.2.0~install: jsdoctypeparser@1.2.0
101369npm info lifecycle babel-plugin-proto-to-assign@1.0.4~install: babel-plugin-proto-to-assign@1.0.4
101370npm info lifecycle lodash-node@2.4.1~install: lodash-node@2.4.1
101371npm info lifecycle core-object@0.0.2~install: core-object@0.0.2
101372npm info lifecycle lodash._arraycopy@3.0.0~install: lodash._arraycopy@3.0.0
101373npm info lifecycle lodash._arrayeach@3.0.0~install: lodash._arrayeach@3.0.0
101374npm info lifecycle lodash._basecopy@3.0.1~install: lodash._basecopy@3.0.1
101375npm info lifecycle lodash._basefor@3.0.2~install: lodash._basefor@3.0.2
101376npm info lifecycle lodash._baseindexof@3.1.0~install: lodash._baseindexof@3.1.0
101377npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101378npm info lifecycle lodash._bindcallback@3.0.1~install: lodash._bindcallback@3.0.1
101379npm info lifecycle lodash._cacheindexof@3.0.2~install: lodash._cacheindexof@3.0.2
101380npm info lifecycle lodash._getnative@3.9.1~install: lodash._getnative@3.9.1
101381npm info lifecycle lodash._createcache@3.1.2~install: lodash._createcache@3.1.2
101382npm info lifecycle lodash._baseuniq@3.0.3~install: lodash._baseuniq@3.0.3
101383npm info lifecycle lodash._isiterateecall@3.0.9~install: lodash._isiterateecall@3.0.9
101384npm info lifecycle lodash.isarguments@3.0.4~install: lodash.isarguments@3.0.4
101385npm info lifecycle lodash.isarray@3.0.4~install: lodash.isarray@3.0.4
101386npm info lifecycle lodash.istypedarray@3.0.2~install: lodash.istypedarray@3.0.2
101387npm info lifecycle lodash.keys@3.1.2~install: lodash.keys@3.1.2
101388npm info lifecycle lodash._baseisequal@3.0.7~install: lodash._baseisequal@3.0.7
101389npm info lifecycle lodash._baseassign@3.2.0~install: lodash._baseassign@3.2.0
101390npm info lifecycle lodash.keysin@3.0.8~install: lodash.keysin@3.0.8
101391npm info lifecycle lodash.isplainobject@3.2.0~install: lodash.isplainobject@3.2.0
101392npm info lifecycle lodash.pairs@3.0.1~install: lodash.pairs@3.0.1
101393npm info lifecycle lodash._basecallback@3.3.1~install: lodash._basecallback@3.3.1
101394npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101395npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101396npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
101397npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
101398npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
101399npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
101400npm info lifecycle lodash.restparam@3.6.1~install: lodash.restparam@3.6.1
101401npm info lifecycle lodash._createassigner@3.1.1~install: lodash._createassigner@3.1.1
101402npm info lifecycle lodash.assign@3.2.0~install: lodash.assign@3.2.0
101403npm info lifecycle lodash.defaults@3.1.2~install: lodash.defaults@3.1.2
101404npm info lifecycle lodash.toplainobject@3.0.0~install: lodash.toplainobject@3.0.0
101405npm info lifecycle lodash.merge@3.3.2~install: lodash.merge@3.3.2
101406npm info lifecycle lodash.uniq@3.2.2~install: lodash.uniq@3.2.2
101407npm info lifecycle longest@1.0.1~install: longest@1.0.1
101408npm info lifecycle lru-cache@2.7.3~install: lru-cache@2.7.3
101409npm info lifecycle lru-queue@0.1.0~install: lru-queue@0.1.0
101410npm info lifecycle make-array@0.1.2~install: make-array@0.1.2
101411npm info lifecycle map-obj@1.0.1~install: map-obj@1.0.1
101412npm info lifecycle camelcase-keys@2.0.0~install: camelcase-keys@2.0.0
101413npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101414npm info lifecycle lodash-node@3.10.1~install: lodash-node@3.10.1
101415npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101416npm info lifecycle matcher-collection@1.0.1~install: matcher-collection@1.0.1
101417npm info lifecycle md5-o-matic@0.1.1~install: md5-o-matic@0.1.1
101418npm info lifecycle md5-hex@1.1.0~install: md5-hex@1.1.0
101419npm info lifecycle mdurl@1.0.1~install: mdurl@1.0.1
101420npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
101421npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
101422npm info lifecycle object-assign@4.0.1~install: object-assign@4.0.1
101423npm info lifecycle merge@1.2.0~install: merge@1.2.0
101424npm info lifecycle exec-sh@0.2.0~install: exec-sh@0.2.0
101425npm info lifecycle lodash@2.4.2~install: lodash@2.4.2
101426npm info lifecycle merge-defaults@0.2.1~install: merge-defaults@0.2.1
101427npm info lifecycle merge-descriptors@1.0.0~install: merge-descriptors@1.0.0
101428npm info lifecycle methods@1.1.1~install: methods@1.1.1
101429npm info lifecycle mime@1.3.4~install: mime@1.3.4
101430npm info lifecycle mime-db@1.20.0~install: mime-db@1.20.0
101431npm info lifecycle compressible@2.0.6~install: compressible@2.0.6
101432npm info lifecycle mime-types@2.1.8~install: mime-types@2.1.8
101433npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
101434npm info lifecycle accepts@1.2.13~install: accepts@1.2.13
101435npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
101436npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
101437npm info lifecycle mkdirp@0.4.2~install: mkdirp@0.4.2
101438npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
101439npm info lifecycle mktemp@0.3.5~install: mktemp@0.3.5
101440npm info lifecycle moment@2.10.6~install: moment@2.10.6
101441npm info lifecycle moment-timezone@0.3.1~install: moment-timezone@0.3.1
101442npm info lifecycle mout@0.9.1~install: mout@0.9.1
101443npm info lifecycle ms@0.7.1~install: ms@0.7.1
101444npm info lifecycle debug@2.2.0~install: debug@2.2.0
101445npm info lifecycle fs-tree-diff@0.4.4~install: fs-tree-diff@0.4.4
101446npm info lifecycle fs-tree-diff@0.3.1~install: fs-tree-diff@0.3.1
101447npm info lifecycle fs-tree-diff@0.3.1~install: fs-tree-diff@0.3.1
101448npm info lifecycle fs-tree-diff@0.3.1~install: fs-tree-diff@0.3.1
101449npm info lifecycle fs-tree-diff@0.3.1~install: fs-tree-diff@0.3.1
101450npm info lifecycle array-index@0.1.1~install: array-index@0.1.1
101451npm info lifecycle mustache@2.2.1~install: mustache@2.2.1
101452npm info lifecycle mute-stream@0.0.4~install: mute-stream@0.0.4
101453npm info lifecycle nan@2.1.0~install: nan@2.1.0
101454npm info lifecycle natural-compare@1.2.2~install: natural-compare@1.2.2
101455npm info lifecycle ncp@1.0.1~install: ncp@1.0.1
101456npm info lifecycle negotiator@0.6.0~install: negotiator@0.6.0
101457npm info lifecycle accepts@1.3.0~install: accepts@1.3.0
101458npm info lifecycle next-tick@0.2.2~install: next-tick@0.2.2
101459npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101460npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101461npm info lifecycle node-int64@0.4.0~install: node-int64@0.4.0
101462npm info lifecycle bser@1.0.2~install: bser@1.0.2
101463npm info lifecycle fb-watchman@1.6.0~install: fb-watchman@1.6.0
101464npm info lifecycle node-modules-path@1.0.1~install: node-modules-path@1.0.1
101465npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101466npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101467npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101468npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101469npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101470npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101471npm info lifecycle node-uuid@1.4.7~install: node-uuid@1.4.7
101472npm info lifecycle ansi-styles@1.0.0~install: ansi-styles@1.0.0
101473npm info lifecycle strip-ansi@0.1.1~install: strip-ansi@0.1.1
101474npm info lifecycle chalk@0.4.0~install: chalk@0.4.0
101475npm info lifecycle underscore@1.6.0~install: underscore@1.6.0
101476npm info lifecycle nomnom@1.8.1~install: nomnom@1.8.1
101477npm info lifecycle jsonlint@1.6.2~install: jsonlint@1.6.2
101478npm info lifecycle nopt@3.0.6~install: nopt@3.0.6
101479npm info lifecycle normalize-range@0.1.2~install: normalize-range@0.1.2
101480npm info lifecycle abbrev@1.0.7~install: abbrev@1.0.7
101481npm info lifecycle ansi@0.3.0~install: ansi@0.3.0
101482npm info lifecycle ansi-regex@2.0.0~install: ansi-regex@2.0.0
101483npm info lifecycle ansicolors@0.3.2~install: ansicolors@0.3.2
101484npm info lifecycle ansistyles@0.1.3~install: ansistyles@0.1.3
101485npm info lifecycle archy@1.0.0~install: archy@1.0.0
101486npm info lifecycle char-spinner@1.0.1~install: char-spinner@1.0.1
101487npm info lifecycle chmodr@1.0.2~install: chmodr@1.0.2
101488npm info lifecycle chownr@1.0.1~install: chownr@1.0.1
101489npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
101490npm info lifecycle clone@0.1.19~install: clone@0.1.19
101491npm info lifecycle defaults@1.0.2~install: defaults@1.0.2
101492npm info lifecycle wcwidth@1.0.0~install: wcwidth@1.0.0
101493npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
101494npm info lifecycle asap@2.0.3~install: asap@2.0.3
101495npm info lifecycle editor@1.0.0~install: editor@1.0.0
101496npm info lifecycle github-url-from-git@1.4.0~install: github-url-from-git@1.4.0
101497npm info lifecycle github-url-from-username-repo@1.0.2~install: github-url-from-username-repo@1.0.2
101498npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
101499npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101500npm info lifecycle fs-write-stream-atomic@1.0.4~install: fs-write-stream-atomic@1.0.4
101501npm info lifecycle hosted-git-info@2.1.4~install: hosted-git-info@2.1.4
101502npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
101503npm info lifecycle block-stream@0.0.8~install: block-stream@0.0.8
101504npm info lifecycle ini@1.3.4~install: ini@1.3.4
101505npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
101506npm info lifecycle lockfile@1.0.1~install: lockfile@1.0.1
101507npm info lifecycle lru-cache@2.7.0~install: lru-cache@2.7.0
101508npm info lifecycle balanced-match@0.2.1~install: balanced-match@0.2.1
101509npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
101510npm info lifecycle brace-expansion@1.1.1~install: brace-expansion@1.1.1
101511npm info lifecycle minimatch@3.0.0~install: minimatch@3.0.0
101512npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
101513npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
101514npm info lifecycle cmd-shim@2.0.1~install: cmd-shim@2.0.1
101515npm info lifecycle balanced-match@0.2.1~install: balanced-match@0.2.1
101516npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
101517npm info lifecycle brace-expansion@1.1.1~install: brace-expansion@1.1.1
101518npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101519npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
101520npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
101521npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
101522npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
101523npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101524npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101525npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101526npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
101527npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101528npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101529npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101530npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
101531npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101532npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101533npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101534npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
101535npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
101536npm info lifecycle ms@0.7.1~install: ms@0.7.1
101537npm info lifecycle debug@2.2.0~install: debug@2.2.0
101538npm info lifecycle array-index@0.1.1~install: array-index@0.1.1
101539npm info lifecycle path-array@1.0.0~install: path-array@1.0.0
101540npm info lifecycle nopt@3.0.4~install: nopt@3.0.4
101541npm info lifecycle normalize-git-url@3.0.1~install: normalize-git-url@3.0.1
101542npm info lifecycle builtin-modules@1.1.0~install: builtin-modules@1.1.0
101543npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
101544npm info lifecycle npm-cache-filename@1.0.2~install: npm-cache-filename@1.0.2
101545npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
101546npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
101547npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101548npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101549npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101550npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
101551npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101552npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101553npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101554npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
101555npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101556npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101557npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101558npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
101559npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
101560npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
101561npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101562npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
101563npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101564npm info lifecycle util-deprecate@1.0.1~install: util-deprecate@1.0.1
101565npm info lifecycle readable-stream@2.0.2~install: readable-stream@2.0.2
101566npm info lifecycle typedarray@0.0.6~install: typedarray@0.0.6
101567npm info lifecycle concat-stream@1.5.0~install: concat-stream@1.5.0
101568npm info lifecycle npm-user-validate@0.1.2~install: npm-user-validate@0.1.2
101569npm info lifecycle delegates@0.1.0~install: delegates@0.1.0
101570npm info lifecycle has-unicode@1.0.1~install: has-unicode@1.0.1
101571npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101572npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101573npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101574npm info lifecycle lodash.pad@3.1.1~install: lodash.pad@3.1.1
101575npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101576npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101577npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101578npm info lifecycle lodash.padleft@3.1.1~install: lodash.padleft@3.1.1
101579npm info lifecycle lodash._basetostring@3.0.1~install: lodash._basetostring@3.0.1
101580npm info lifecycle lodash.repeat@3.0.1~install: lodash.repeat@3.0.1
101581npm info lifecycle lodash._createpadding@3.6.1~install: lodash._createpadding@3.6.1
101582npm info lifecycle lodash.padright@3.1.1~install: lodash.padright@3.1.1
101583npm info lifecycle gauge@1.2.2~install: gauge@1.2.2
101584npm info lifecycle opener@1.4.1~install: opener@1.4.1
101585npm info lifecycle os-homedir@1.0.0~install: os-homedir@1.0.0
101586npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
101587npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
101588npm info lifecycle path-is-inside@1.0.1~install: path-is-inside@1.0.1
101589npm info lifecycle debuglog@1.0.1~install: debuglog@1.0.1
101590npm info lifecycle util-extend@1.0.1~install: util-extend@1.0.1
101591npm info lifecycle jju@1.2.1~install: jju@1.2.1
101592npm info lifecycle json-parse-helpfulerror@1.0.3~install: json-parse-helpfulerror@1.0.3
101593npm info lifecycle mute-stream@0.0.5~install: mute-stream@0.0.5
101594npm info lifecycle read@1.0.7~install: read@1.0.7
101595npm info lifecycle promzard@0.3.0~install: promzard@0.3.0
101596npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
101597npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101598npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101599npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
101600npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
101601npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
101602npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
101603npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
101604npm info lifecycle are-we-there-yet@1.0.4~install: are-we-there-yet@1.0.4
101605npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
101606npm info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0
101607npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
101608npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101609npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
101610npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101611npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
101612npm info lifecycle readable-stream@2.0.3~install: readable-stream@2.0.3
101613npm info lifecycle bl@1.0.0~install: bl@1.0.0
101614npm info lifecycle caseless@0.11.0~install: caseless@0.11.0
101615npm info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0
101616npm info lifecycle combined-stream@1.0.5~install: combined-stream@1.0.5
101617npm info lifecycle extend@3.0.0~install: extend@3.0.0
101618npm info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1
101619npm info lifecycle async@1.5.0~install: async@1.5.0
101620npm info lifecycle ansi-styles@2.1.0~install: ansi-styles@2.1.0
101621npm info lifecycle escape-string-regexp@1.0.3~install: escape-string-regexp@1.0.3
101622npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
101623npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
101624npm info lifecycle graceful-readlink@1.0.1~install: graceful-readlink@1.0.1
101625npm info lifecycle commander@2.9.0~install: commander@2.9.0
101626npm info lifecycle generate-function@2.0.0~install: generate-function@2.0.0
101627npm info lifecycle is-property@1.0.2~install: is-property@1.0.2
101628npm info lifecycle generate-object-property@1.2.0~install: generate-object-property@1.2.0
101629npm info lifecycle jsonpointer@2.0.0~install: jsonpointer@2.0.0
101630npm info lifecycle xtend@4.0.0~install: xtend@4.0.0
101631npm info lifecycle is-my-json-valid@2.12.2~install: is-my-json-valid@2.12.2
101632npm info lifecycle pinkie@1.0.0~install: pinkie@1.0.0
101633npm info lifecycle pinkie-promise@1.0.0~install: pinkie-promise@1.0.0
101634npm info lifecycle hoek@2.16.3~install: hoek@2.16.3
101635npm info lifecycle boom@2.10.0~install: boom@2.10.0
101636npm info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5
101637npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
101638npm info lifecycle hawk@3.1.0~install: hawk@3.1.0
101639npm info lifecycle asn1@0.1.11~install: asn1@0.1.11
101640npm info lifecycle assert-plus@0.1.5~install: assert-plus@0.1.5
101641npm info lifecycle ctype@0.5.3~install: ctype@0.5.3
101642npm info lifecycle http-signature@0.11.0~install: http-signature@0.11.0
101643npm info lifecycle isstream@0.1.2~install: isstream@0.1.2
101644npm info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1
101645npm info lifecycle mime-db@1.19.0~install: mime-db@1.19.0
101646npm info lifecycle mime-types@2.1.7~install: mime-types@2.1.7
101647npm info lifecycle form-data@1.0.0-rc3~install: form-data@1.0.0-rc3
101648npm info lifecycle node-uuid@1.4.3~install: node-uuid@1.4.3
101649npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
101650npm info lifecycle qs@5.2.0~install: qs@5.2.0
101651npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
101652npm info lifecycle tough-cookie@2.2.0~install: tough-cookie@2.2.0
101653npm info lifecycle tunnel-agent@0.4.1~install: tunnel-agent@0.4.1
101654npm info lifecycle retry@0.8.0~install: retry@0.8.0
101655npm info lifecycle semver@5.0.3~install: semver@5.0.3
101656npm info lifecycle npm-package-arg@4.0.2~install: npm-package-arg@4.0.2
101657npm info lifecycle npm-install-checks@1.0.6~install: npm-install-checks@1.0.6
101658npm info lifecycle core-util-is@1.0.1~install: core-util-is@1.0.1
101659npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
101660npm info lifecycle process-nextick-args@1.0.3~install: process-nextick-args@1.0.3
101661npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101662npm info lifecycle util-deprecate@1.0.1~install: util-deprecate@1.0.1
101663npm info lifecycle readable-stream@2.0.2~install: readable-stream@2.0.2
101664npm info lifecycle sha@2.0.1~install: sha@2.0.1
101665npm info lifecycle slide@1.1.6~install: slide@1.1.6
101666npm info lifecycle sorted-object@1.0.0~install: sorted-object@1.0.0
101667npm info lifecycle spdx-license-ids@1.1.0~install: spdx-license-ids@1.1.0
101668npm info lifecycle spdx@0.4.1~install: spdx@0.4.1
101669npm info lifecycle strip-ansi@3.0.0~install: strip-ansi@3.0.0
101670npm info lifecycle chalk@1.1.1~install: chalk@1.1.1
101671npm info lifecycle har-validator@2.0.2~install: har-validator@2.0.2
101672npm info lifecycle request@2.65.0~install: request@2.65.0
101673npm info lifecycle columnify@1.5.2~install: columnify@1.5.2
101674npm info lifecycle text-table@0.2.0~install: text-table@0.2.0
101675npm info lifecycle uid-number@0.0.6~install: uid-number@0.0.6
101676npm info lifecycle umask@1.1.0~install: umask@1.1.0
101677npm info lifecycle spdx-correct@1.0.1~install: spdx-correct@1.0.1
101678npm info lifecycle spdx-exceptions@1.0.2~install: spdx-exceptions@1.0.2
101679npm info lifecycle spdx-expression-parse@1.0.0~install: spdx-expression-parse@1.0.0
101680npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
101681npm info lifecycle normalize-package-data@2.3.5~install: normalize-package-data@2.3.5
101682npm info lifecycle builtins@0.0.7~install: builtins@0.0.7
101683npm info lifecycle validate-npm-package-name@2.2.2~install: validate-npm-package-name@2.2.2
101684npm info lifecycle is-relative@0.1.3~install: is-relative@0.1.3
101685npm info lifecycle is-absolute@0.1.7~install: is-absolute@0.1.7
101686npm info lifecycle which@1.2.0~install: which@1.2.0
101687npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
101688npm info lifecycle once@1.3.2~install: once@1.3.2
101689npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
101690npm info lifecycle glob@4.5.3~install: glob@4.5.3
101691npm info lifecycle glob@5.0.15~install: glob@5.0.15
101692npm info lifecycle rimraf@2.4.3~install: rimraf@2.4.3
101693npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
101694npm info lifecycle tar@2.2.1~install: tar@2.2.1
101695npm info lifecycle tar@1.0.3~install: tar@1.0.3
101696npm info lifecycle node-gyp@3.0.3~install: node-gyp@3.0.3
101697npm info lifecycle fstream-ignore@1.0.3~install: fstream-ignore@1.0.3
101698npm info lifecycle fstream-npm@1.0.7~install: fstream-npm@1.0.7
101699npm info lifecycle fs-vacuum@1.2.7~install: fs-vacuum@1.2.7
101700npm info lifecycle read-package-json@2.0.2~install: read-package-json@2.0.2
101701npm info lifecycle init-package-json@1.9.1~install: init-package-json@1.9.1
101702npm info lifecycle dezalgo@1.0.3~install: dezalgo@1.0.3
101703npm info lifecycle realize-package-specifier@3.0.1~install: realize-package-specifier@3.0.1
101704npm info lifecycle readdir-scoped-modules@1.0.2~install: readdir-scoped-modules@1.0.2
101705npm info lifecycle read-installed@4.0.3~install: read-installed@4.0.3
101706npm info lifecycle async-some@1.0.2~install: async-some@1.0.2
101707npm info lifecycle write-file-atomic@1.1.3~install: write-file-atomic@1.1.3
101708npm info lifecycle num2fraction@1.2.2~install: num2fraction@1.2.2
101709npm info lifecycle number-is-nan@1.0.0~install: number-is-nan@1.0.0
101710npm info lifecycle is-finite@1.0.1~install: is-finite@1.0.1
101711npm info lifecycle is-integer@1.0.6~install: is-integer@1.0.6
101712npm info lifecycle repeating@2.0.0~install: repeating@2.0.0
101713npm info lifecycle indent-string@2.1.0~install: indent-string@2.1.0
101714npm info lifecycle oauth-sign@0.8.0~install: oauth-sign@0.8.0
101715npm info lifecycle object-assign@3.0.0~install: object-assign@3.0.0
101716npm info lifecycle object-component@0.0.3~install: object-component@0.0.3
101717npm info lifecycle object-keys@1.0.1~install: object-keys@1.0.1
101718npm info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
101719npm info lifecycle on-headers@1.0.1~install: on-headers@1.0.1
101720npm info lifecycle morgan@1.6.1~install: morgan@1.6.1
101721npm info lifecycle options@0.0.6~install: options@0.0.6
101722npm info lifecycle os-homedir@1.0.1~install: os-homedir@1.0.1
101723npm info lifecycle os-locale@1.4.0~install: os-locale@1.4.0
101724npm info lifecycle os-shim@0.1.3~install: os-shim@0.1.3
101725npm info lifecycle os-tmpdir@1.0.1~install: os-tmpdir@1.0.1
101726npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
101727npm info lifecycle temp@0.8.3~install: temp@0.8.3
101728npm info lifecycle osenv@0.1.3~install: osenv@0.1.3
101729npm info lifecycle osenv@0.0.3~install: osenv@0.0.3
101730npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
101731npm info lifecycle parsejson@0.0.1~install: parsejson@0.0.1
101732npm info lifecycle parseqs@0.0.2~install: parseqs@0.0.2
101733npm info lifecycle parseuri@0.0.2~install: parseuri@0.0.2
101734npm info lifecycle parseurl@1.3.0~install: parseurl@1.3.0
101735npm info lifecycle path@0.11.14~install: path@0.11.14
101736npm info lifecycle path-array@1.0.0~install: path-array@1.0.0
101737npm info lifecycle path-exists@1.0.0~install: path-exists@1.0.0
101738npm info lifecycle path-is-absolute@1.0.0~install: path-is-absolute@1.0.0
101739npm info lifecycle path-posix@1.0.0~install: path-posix@1.0.0
101740npm info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
101741npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
101742npm info lifecycle pathval@0.1.1~install: pathval@0.1.1
101743npm info lifecycle pify@2.3.0~install: pify@2.3.0
101744npm info lifecycle pinkie@2.0.1~install: pinkie@2.0.1
101745npm info lifecycle pinkie-promise@2.0.0~install: pinkie-promise@2.0.0
101746npm info lifecycle path-type@1.1.0~install: path-type@1.1.0
101747npm info lifecycle path-exists@2.1.0~install: path-exists@2.1.0
101748npm info lifecycle find-up@1.1.0~install: find-up@1.1.0
101749npm info lifecycle pkginfo@0.3.1~install: pkginfo@0.3.1
101750npm info lifecycle pleasant-progress@1.1.0~install: pleasant-progress@1.1.0
101751npm info lifecycle async@0.9.0~install: async@0.9.0
101752npm info lifecycle portfinder@0.4.0~install: portfinder@0.4.0
101753npm info lifecycle postcss-value-parser@3.2.3~install: postcss-value-parser@3.2.3
101754npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
101755npm info lifecycle supports-color@3.1.2~install: supports-color@3.1.2
101756npm info lifecycle postcss@5.0.13~install: postcss@5.0.13
101757npm info lifecycle autoprefixer@6.2.1~install: autoprefixer@6.2.1
101758npm info lifecycle printf@0.2.3~install: printf@0.2.3
101759npm info lifecycle private@0.1.6~install: private@0.1.6
101760npm info lifecycle process-nextick-args@1.0.6~install: process-nextick-args@1.0.6
101761npm info lifecycle process-relative-require@1.0.0~install: process-relative-require@1.0.0
101762npm info lifecycle proto-list@1.2.4~install: proto-list@1.2.4
101763npm info lifecycle config-chain@1.1.9~install: config-chain@1.1.9
101764npm info lifecycle proxy-addr@1.0.10~install: proxy-addr@1.0.10
101765npm info lifecycle pseudomap@1.0.1~install: pseudomap@1.0.1
101766npm info lifecycle lru-cache@3.2.0~install: lru-cache@3.2.0
101767npm info lifecycle q@1.4.1~install: q@1.4.1
101768npm info lifecycle qs@4.0.0~install: qs@4.0.0
101769npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
101770npm info lifecycle range-parser@1.0.3~install: range-parser@1.0.3
101771npm info lifecycle bytes@2.2.0~install: bytes@2.2.0
101772npm info lifecycle read@1.0.7~install: read@1.0.7
101773npm info lifecycle ansi-regex@1.1.1~install: ansi-regex@1.1.1
101774npm info lifecycle strip-ansi@2.0.1~install: strip-ansi@2.0.1
101775npm info lifecycle readline2@0.1.1~install: readline2@0.1.1
101776npm info lifecycle source-map@0.5.3~install: source-map@0.5.3
101777npm info lifecycle recast@0.10.33~install: recast@0.10.33
101778npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~install: esprima-fb@12001.1.0-dev-harmony-fb
101779npm info lifecycle redeyed@0.5.0~install: redeyed@0.5.0
101780npm info lifecycle cardinal@0.5.0~install: cardinal@0.5.0
101781npm info lifecycle regenerate@1.2.1~install: regenerate@1.2.1
101782npm info lifecycle esprima@2.7.1~install: esprima@2.7.1
101783npm info lifecycle regjsgen@0.2.0~install: regjsgen@0.2.0
101784npm info lifecycle regjsparser@0.1.5~install: regjsparser@0.1.5
101785npm info lifecycle regexpu@1.3.0~install: regexpu@1.3.0
101786npm info lifecycle repeat-string@1.5.2~install: repeat-string@1.5.2
101787npm info lifecycle align-text@0.1.3~install: align-text@0.1.3
101788npm info lifecycle center-align@0.1.2~install: center-align@0.1.2
101789npm info lifecycle repeating@1.1.3~install: repeating@1.1.3
101790npm info lifecycle detect-indent@3.0.1~install: detect-indent@3.0.1
101791npm info lifecycle qs@5.2.0~install: qs@5.2.0
101792npm info lifecycle requires-port@0.0.1~install: requires-port@0.0.1
101793npm info lifecycle http-proxy@1.12.0~install: http-proxy@1.12.0
101794npm info lifecycle reserved-words@0.1.1~install: reserved-words@0.1.1
101795npm info lifecycle resolve@1.1.6~install: resolve@1.1.6
101796npm info lifecycle revalidator@0.1.8~install: revalidator@0.1.8
101797npm info lifecycle right-align@0.1.3~install: right-align@0.1.3
101798npm info lifecycle cliui@2.1.0~install: cliui@2.1.0
101799npm info lifecycle rsvp@3.0.21~install: rsvp@3.0.21
101800npm info lifecycle promise-map-series@0.2.2~install: promise-map-series@0.2.2
101801npm info lifecycle ember-data@1.13.15~install: ember-data@1.13.15
101802npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
101803npm info lifecycle semver@4.3.6~install: semver@4.3.6
101804npm info lifecycle ember-cli-version-checker@1.1.5~install: ember-cli-version-checker@1.1.5
101805npm info lifecycle semver-utils@1.1.1~install: semver-utils@1.1.1
101806npm info lifecycle bower@1.7.1~install: bower@1.7.1
101807npm info lifecycle shebang-regex@1.0.0~install: shebang-regex@1.0.0
101808npm info lifecycle shelljs@0.3.0~install: shelljs@0.3.0
101809npm info lifecycle sigmund@1.0.1~install: sigmund@1.0.1
101810npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
101811npm info lifecycle minimatch@1.0.0~install: minimatch@1.0.0
101812npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
101813npm info lifecycle glob@3.1.21~install: glob@3.1.21
101814npm info lifecycle globule@0.1.0~install: globule@0.1.0
101815npm info lifecycle gaze@0.5.2~install: gaze@0.5.2
101816npm info lifecycle minimatch@0.2.14~install: minimatch@0.2.14
101817npm info lifecycle fireworm@0.6.6~install: fireworm@0.6.6
101818npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
101819npm info lifecycle glob@3.2.11~install: glob@3.2.11
101820npm info lifecycle cli@0.6.6~install: cli@0.6.6
101821npm info lifecycle minimatch@0.3.0~install: minimatch@0.3.0
101822npm info lifecycle glob@3.2.11~install: glob@3.2.11
101823npm info lifecycle findup-sync@0.1.3~install: findup-sync@0.1.3
101824npm info lifecycle signal-exit@2.1.2~install: signal-exit@2.1.2
101825npm info lifecycle loud-rejection@1.2.0~install: loud-rejection@1.2.0
101826npm info lifecycle silent-error@1.0.0~install: silent-error@1.0.0
101827npm info lifecycle ember-cli-normalize-entity-name@1.0.0~install: ember-cli-normalize-entity-name@1.0.0
101828npm info lifecycle simple-fmt@0.1.0~install: simple-fmt@0.1.0
101829npm info lifecycle simple-is@0.2.0~install: simple-is@0.2.0
101830npm info lifecycle slash@1.0.0~install: slash@1.0.0
101831npm info lifecycle slide@1.1.6~install: slide@1.1.6
101832npm info lifecycle sntp@1.0.9~install: sntp@1.0.9
101833npm info lifecycle hawk@3.1.2~install: hawk@3.1.2
101834npm info lifecycle ms@0.6.2~install: ms@0.6.2
101835npm info lifecycle debug@1.0.2~install: debug@1.0.2
101836npm info lifecycle debug@0.7.4~install: debug@0.7.4
101837npm info lifecycle socket.io-parser@2.2.2~install: socket.io-parser@2.2.2
101838npm info lifecycle socket.io-adapter@0.3.1~install: socket.io-adapter@0.3.1
101839npm info lifecycle debug@0.7.4~install: debug@0.7.4
101840npm info lifecycle debug@0.7.4~install: debug@0.7.4
101841npm info lifecycle socket.io-parser@2.2.4~install: socket.io-parser@2.2.4
101842npm info lifecycle ms@0.6.2~install: ms@0.6.2
101843npm info lifecycle debug@2.1.0~install: debug@2.1.0
101844npm info lifecycle source-map@0.1.43~install: source-map@0.1.43
101845npm info lifecycle recast@0.9.18~install: recast@0.9.18
101846npm info lifecycle ember-router-generator@1.1.1~install: ember-router-generator@1.1.1
101847npm info lifecycle source-map@0.1.32~install: source-map@0.1.32
101848npm info lifecycle source-map-support@0.2.10~install: source-map-support@0.2.10
101849npm info lifecycle source-map-url@0.3.0~install: source-map-url@0.3.0
101850npm info lifecycle spawnback@1.0.0~install: spawnback@1.0.0
101851npm info lifecycle git-tools@0.1.4~install: git-tools@0.1.4
101852npm info lifecycle ember-cli-release@0.2.8~install: ember-cli-release@0.2.8
101853npm info lifecycle spdx-exceptions@1.0.4~install: spdx-exceptions@1.0.4
101854npm info lifecycle spdx-license-ids@1.1.0~install: spdx-license-ids@1.1.0
101855npm info lifecycle spdx-expression-parse@1.0.2~install: spdx-expression-parse@1.0.2
101856npm info lifecycle spdx-correct@1.0.2~install: spdx-correct@1.0.2
101857npm info lifecycle sprintf-js@1.0.3~install: sprintf-js@1.0.3
101858npm info lifecycle argparse@1.0.3~install: argparse@1.0.3
101859npm info lifecycle js-yaml@3.4.6~install: js-yaml@3.4.6
101860npm info lifecycle sri-toolbox@0.2.0~install: sri-toolbox@0.2.0
101861npm info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0
101862npm info lifecycle stable@0.1.5~install: stable@0.1.5
101863npm info lifecycle alter@0.2.0~install: alter@0.2.0
101864npm info lifecycle stack-trace@0.0.9~install: stack-trace@0.0.9
101865npm info lifecycle statuses@1.2.1~install: statuses@1.2.1
101866npm info lifecycle http-errors@1.3.1~install: http-errors@1.3.1
101867npm info lifecycle send@0.13.0~install: send@0.13.0
101868npm info lifecycle serve-static@1.10.0~install: serve-static@1.10.0
101869npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
101870npm info lifecycle readable-stream@1.1.13~install: readable-stream@1.1.13
101871npm info lifecycle htmlparser2@3.8.3~install: htmlparser2@3.8.3
101872npm info lifecycle stringmap@0.2.2~install: stringmap@0.2.2
101873npm info lifecycle stringset@0.2.1~install: stringset@0.2.1
101874npm info lifecycle stringstream@0.0.5~install: stringstream@0.0.5
101875npm info lifecycle strip-ansi@0.3.0~install: strip-ansi@0.3.0
101876npm info lifecycle strip-bom@2.0.0~install: strip-bom@2.0.0
101877npm info lifecycle load-json-file@1.1.0~install: load-json-file@1.1.0
101878npm info lifecycle strip-indent@1.0.1~install: strip-indent@1.0.1
101879npm info lifecycle redent@1.0.0~install: redent@1.0.0
101880npm info lifecycle strip-json-comments@1.0.4~install: strip-json-comments@1.0.4
101881npm info lifecycle jshint@2.8.0~install: jshint@2.8.0
101882npm info lifecycle styled_string@0.0.1~install: styled_string@0.0.1
101883npm info lifecycle supports-color@0.2.0~install: supports-color@0.2.0
101884npm info lifecycle chalk@0.5.1~install: chalk@0.5.1
101885npm info lifecycle fast-sourcemap-concat@0.2.7~install: fast-sourcemap-concat@0.2.7
101886npm info lifecycle ember-cli-dependency-checker@1.2.0~install: ember-cli-dependency-checker@1.2.0
101887npm info lifecycle can-symlink@0.0.1~install: can-symlink@0.0.1
101888npm info lifecycle symlink-or-copy@1.0.1~install: symlink-or-copy@1.0.1
101889npm info lifecycle sync-exec@0.5.0~install: sync-exec@0.5.0
101890npm info lifecycle rimraf@2.2.8~install: rimraf@2.2.8
101891npm info lifecycle temp@0.8.1~install: temp@0.8.1
101892npm info lifecycle async@1.5.0~install: async@1.5.0
101893npm info lifecycle through@2.3.8~install: through@2.3.8
101894npm info lifecycle timers-ext@0.1.0~install: timers-ext@0.1.0
101895npm info lifecycle memoizee@0.3.9~install: memoizee@0.3.9
101896npm info lifecycle cli-color@0.3.3~install: cli-color@0.3.3
101897npm info lifecycle inquirer@0.5.1~install: inquirer@0.5.1
101898npm info lifecycle qs@5.1.0~install: qs@5.1.0
101899npm info lifecycle tmpl@1.0.4~install: tmpl@1.0.4
101900npm info lifecycle makeerror@1.0.11~install: makeerror@1.0.11
101901npm info lifecycle to-array@0.1.3~install: to-array@0.1.3
101902npm info lifecycle to-double-quotes@2.0.0~install: to-double-quotes@2.0.0
101903npm info lifecycle to-fast-properties@1.0.1~install: to-fast-properties@1.0.1
101904npm info lifecycle to-single-quotes@2.0.0~install: to-single-quotes@2.0.0
101905npm info lifecycle tough-cookie@2.2.1~install: tough-cookie@2.2.1
101906npm info lifecycle trim-newlines@1.0.0~install: trim-newlines@1.0.0
101907npm info lifecycle trim-right@1.0.1~install: trim-right@1.0.1
101908npm info lifecycle try-resolve@1.0.1~install: try-resolve@1.0.1
101909npm info lifecycle tryor@0.1.2~install: tryor@0.1.2
101910npm info lifecycle tunnel-agent@0.4.2~install: tunnel-agent@0.4.2
101911npm info lifecycle tweetnacl@0.13.2~install: tweetnacl@0.13.2
101912npm info lifecycle sshpk@1.7.1~install: sshpk@1.7.1
101913npm info lifecycle type-is@1.6.10~install: type-is@1.6.10
101914npm info lifecycle typedarray@0.0.6~install: typedarray@0.0.6
101915npm info lifecycle uc.micro@1.0.0~install: uc.micro@1.0.0
101916npm info lifecycle linkify-it@1.2.0~install: linkify-it@1.2.0
101917npm info lifecycle markdown-it@4.3.0~install: markdown-it@4.3.0
101918npm info lifecycle markdown-it-terminal@0.0.2~install: markdown-it-terminal@0.0.2
101919npm info lifecycle uglify-to-browserify@1.0.2~install: uglify-to-browserify@1.0.2
101920npm info lifecycle uglify-js@2.5.0~install: uglify-js@2.5.0
101921npm info lifecycle uid-number@0.0.5~install: uid-number@0.0.5
101922npm info lifecycle ultron@1.0.2~install: ultron@1.0.2
101923npm info lifecycle underscore@1.8.3~install: underscore@1.8.3
101924npm info lifecycle backbone@1.2.3~install: backbone@1.2.3
101925npm info lifecycle underscore.string@2.3.3~install: underscore.string@2.3.3
101926npm info lifecycle quick-temp@0.1.5~install: quick-temp@0.1.5
101927npm info lifecycle broccoli-writer@0.1.1~install: broccoli-writer@0.1.1
101928npm info lifecycle broccoli-uglify-sourcemap@1.1.0~install: broccoli-uglify-sourcemap@1.1.0
101929npm info lifecycle ember-cli-uglify@1.2.0~install: ember-cli-uglify@1.2.0
101930npm info lifecycle quick-temp@0.1.3~install: quick-temp@0.1.3
101931npm info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
101932npm info lifecycle raw-body@2.1.5~install: raw-body@2.1.5
101933npm info lifecycle body-parser@1.14.2~install: body-parser@1.14.2
101934npm info lifecycle ember-cli-content-security-policy@0.4.0~install: ember-cli-content-security-policy@0.4.0
101935npm info lifecycle finalhandler@0.4.0~install: finalhandler@0.4.0
101936npm info lifecycle user-home@1.1.1~install: user-home@1.1.1
101937npm info lifecycle home-or-tmp@1.0.0~install: home-or-tmp@1.0.0
101938npm info lifecycle utf8@2.1.0~install: utf8@2.1.0
101939npm info lifecycle engine.io-parser@1.2.2~install: engine.io-parser@1.2.2
101940npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
101941npm info lifecycle readable-stream@2.0.5~install: readable-stream@2.0.5
101942npm info lifecycle tap-parser@1.2.2~install: tap-parser@1.2.2
101943npm info lifecycle concat-stream@1.5.1~install: concat-stream@1.5.1
101944npm info lifecycle spawn-sync@1.0.13~install: spawn-sync@1.0.13
101945npm info lifecycle comment-parser@0.3.1~install: comment-parser@0.3.1
101946npm info lifecycle jscs-jsdoc@1.3.1~install: jscs-jsdoc@1.3.1
101947npm info lifecycle bl@1.0.0~install: bl@1.0.0
101948npm info lifecycle are-we-there-yet@1.0.5~install: are-we-there-yet@1.0.5
101949npm info lifecycle npmlog@1.2.1~install: npmlog@1.2.1
101950npm info lifecycle npmlog@2.0.0~install: npmlog@2.0.0
101951npm info lifecycle npm-registry-client@7.0.7~install: npm-registry-client@7.0.7
101952npm info lifecycle npm@2.14.10~install: npm@2.14.10
101953npm info lifecycle ncp@0.4.2~install: ncp@0.4.2
101954npm info lifecycle utils-merge@1.0.0~install: utils-merge@1.0.0
101955npm info lifecycle express@4.13.3~install: express@4.13.3
101956npm info lifecycle connect@3.4.0~install: connect@3.4.0
101957npm info lifecycle uuid@2.0.1~install: uuid@2.0.1
101958npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
101959npm info lifecycle normalize-package-data@2.3.5~install: normalize-package-data@2.3.5
101960npm info lifecycle read-pkg@1.1.0~install: read-pkg@1.1.0
101961npm info lifecycle read-pkg-up@1.0.1~install: read-pkg-up@1.0.1
101962npm info lifecycle meow@3.6.0~install: meow@3.6.0
101963npm info lifecycle vary@1.1.0~install: vary@1.1.0
101964npm info lifecycle compression@1.6.0~install: compression@1.6.0
101965npm info lifecycle verror@1.3.6~install: verror@1.3.6
101966npm info lifecycle jsprim@1.2.2~install: jsprim@1.2.2
101967npm info lifecycle http-signature@1.1.0~install: http-signature@1.1.0
101968npm info lifecycle vow@0.4.11~install: vow@0.4.11
101969npm info lifecycle minimatch@2.0.10~install: minimatch@2.0.10
101970npm info lifecycle vow-queue@0.4.2~install: vow-queue@0.4.2
101971npm info lifecycle walk-sync@0.2.6~install: walk-sync@0.2.6
101972npm info lifecycle walker@1.0.7~install: walker@1.0.7
101973npm info lifecycle watch@0.10.0~install: watch@0.10.0
101974npm info lifecycle sane@1.3.0~install: sane@1.3.0
101975npm info lifecycle broccoli-sane-watcher@1.1.4~install: broccoli-sane-watcher@1.1.4
101976npm info lifecycle websocket-extensions@0.1.1~install: websocket-extensions@0.1.1
101977npm info lifecycle websocket-driver@0.6.3~install: websocket-driver@0.6.3
101978npm info lifecycle faye-websocket@0.10.0~install: faye-websocket@0.10.0
101979npm info lifecycle tiny-lr@0.2.0~install: tiny-lr@0.2.0
101980npm info lifecycle which@1.2.1~install: which@1.2.1
101981npm info lifecycle cross-spawn-async@2.1.1~install: cross-spawn-async@2.1.1
101982npm info lifecycle cross-spawn@2.1.0~install: cross-spawn@2.1.0
101983npm info lifecycle win-spawn@2.0.0~install: win-spawn@2.0.0
101984npm info lifecycle broccoli-livingstyleguide@0.2.0~install: broccoli-livingstyleguide@0.2.0
101985npm info lifecycle window-size@0.1.4~install: window-size@0.1.4
101986npm info lifecycle winston@0.8.3~install: winston@0.8.3
101987npm info lifecycle wordwrap@0.0.3~install: wordwrap@0.0.3
101988npm info lifecycle optimist@0.3.7~install: optimist@0.3.7
101989npm info lifecycle uglify-js@2.3.6~install: uglify-js@2.3.6
101990npm info lifecycle optimist@0.6.1~install: optimist@0.6.1
101991npm info lifecycle handlebars@3.0.3~install: handlebars@3.0.3
101992npm info lifecycle bower-config@0.6.1~install: bower-config@0.6.1
101993npm info lifecycle wrappy@1.0.1~install: wrappy@1.0.1
101994npm info lifecycle once@1.3.3~install: once@1.3.3
101995npm info lifecycle npmconf@2.1.2~install: npmconf@2.1.2
101996npm info lifecycle inflight@1.0.4~install: inflight@1.0.4
101997npm info lifecycle glob@4.5.3~install: glob@4.5.3
101998npm info lifecycle vow-fs@0.3.4~install: vow-fs@0.3.4
101999npm info lifecycle glob@6.0.1~install: glob@6.0.1
102000npm info lifecycle rimraf@2.4.5~install: rimraf@2.4.5
102001npm info lifecycle utile@0.2.1~install: utile@0.2.1
102002npm info lifecycle prompt@0.2.14~install: prompt@0.2.14
102003npm info lifecycle fstream@1.0.8~install: fstream@1.0.8
102004npm info lifecycle tar@2.2.1~install: tar@2.2.1
102005npm info lifecycle fs-extra@0.22.1~install: fs-extra@0.22.1
102006npm info lifecycle fs-extra@0.18.4~install: fs-extra@0.18.4
102007npm info lifecycle ember-try@0.0.8~install: ember-try@0.0.8
102008npm info lifecycle fs-extra@0.16.5~install: fs-extra@0.16.5
102009npm info lifecycle fs-extra@0.18.4~install: fs-extra@0.18.4
102010npm info lifecycle cpr@0.4.2~install: cpr@0.4.2
102011npm info lifecycle fs-extra@0.13.0~install: fs-extra@0.13.0
102012npm info lifecycle broccoli-plugin@1.2.1~install: broccoli-plugin@1.2.1
102013npm info lifecycle broccoli-merge-trees@0.2.4~install: broccoli-merge-trees@0.2.4
102014npm info lifecycle broccoli-merge-trees@0.2.4~install: broccoli-merge-trees@0.2.4
102015npm info lifecycle broccoli-funnel@0.2.15~install: broccoli-funnel@0.2.15
102016npm info lifecycle broccoli-merge-trees@0.2.4~install: broccoli-merge-trees@0.2.4
102017npm info lifecycle broccoli-funnel@0.2.15~install: broccoli-funnel@0.2.15
102018npm info lifecycle ember-cli-blanket@0.6.2~install: ember-cli-blanket@0.6.2
102019npm info lifecycle broccoli-merge-trees@0.2.4~install: broccoli-merge-trees@0.2.4
102020npm info lifecycle broccoli-merge-trees@1.1.0~install: broccoli-merge-trees@1.1.0
102021npm info lifecycle broccoli-funnel@1.0.1~install: broccoli-funnel@1.0.1
102022npm info lifecycle fs-extra@0.24.0~install: fs-extra@0.24.0
102023npm info lifecycle broccoli-plugin@1.1.0~install: broccoli-plugin@1.1.0
102024npm info lifecycle async-disk-cache@1.0.3~install: async-disk-cache@1.0.3
102025npm info lifecycle glob@4.5.3~install: glob@4.5.3
102026npm info lifecycle glob@5.0.15~install: glob@5.0.15
102027npm info lifecycle fileset@0.2.1~install: fileset@0.2.1
102028npm info lifecycle commoner@0.10.4~install: commoner@0.10.4
102029npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~install: broccoli-kitchen-sink-helpers@0.2.9
102030npm info lifecycle hash-for-dep@1.0.1~install: hash-for-dep@1.0.1
102031npm info lifecycle broccoli-filter@0.1.14~install: broccoli-filter@0.1.14
102032npm info lifecycle ember-cli-htmlbars@0.7.9~install: ember-cli-htmlbars@0.7.9
102033npm info lifecycle broccoli-filter@0.1.14~install: broccoli-filter@0.1.14
102034npm info lifecycle ember-cli-htmlbars@0.7.9~install: ember-cli-htmlbars@0.7.9
102035npm info lifecycle broccoli-static-compiler@0.2.2~install: broccoli-static-compiler@0.2.2
102036npm info lifecycle broccoli-persistent-filter@1.1.6~install: broccoli-persistent-filter@1.1.6
102037npm info lifecycle ember-cli-htmlbars@1.0.1~install: ember-cli-htmlbars@1.0.1
102038npm info lifecycle broccoli-stew@1.2.0~install: broccoli-stew@1.2.0
102039npm info lifecycle broccoli-jshint@1.1.1~install: broccoli-jshint@1.1.1
102040npm info lifecycle broccoli-autoprefixer@4.1.0~install: broccoli-autoprefixer@4.1.0
102041npm info lifecycle ember-cli-autoprefixer@0.5.0~install: ember-cli-autoprefixer@0.5.0
102042npm info lifecycle broccoli-filter@1.2.3~install: broccoli-filter@1.2.3
102043npm info lifecycle broccoli-asset-rewrite@1.0.11~install: broccoli-asset-rewrite@1.0.11
102044npm info lifecycle broccoli-asset-rev@2.4.1~install: broccoli-asset-rev@2.4.1
102045npm info lifecycle broccoli-filter@0.1.14~install: broccoli-filter@0.1.14
102046npm info lifecycle broccoli-clean-css@0.2.0~install: broccoli-clean-css@0.2.0
102047npm info lifecycle ember-cli-preprocess-registry@1.1.0~install: ember-cli-preprocess-registry@1.1.0
102048npm info lifecycle broccoli-caching-writer@2.2.1~install: broccoli-caching-writer@2.2.1
102049npm info lifecycle broccoli-sourcemap-concat@1.1.6~install: broccoli-sourcemap-concat@1.1.6
102050npm info lifecycle broccoli-sri-hash@1.2.2~install: broccoli-sri-hash@1.2.2
102051npm info lifecycle ember-cli-sri@1.2.1~install: ember-cli-sri@1.2.1
102052npm info lifecycle broccoli-sourcemap-concat@2.0.2~install: broccoli-sourcemap-concat@2.0.2
102053npm info lifecycle broccoli-config-loader@1.0.0~install: broccoli-config-loader@1.0.0
102054npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~install: broccoli-kitchen-sink-helpers@0.3.1
102055npm info lifecycle broccoli-config-replace@1.1.1~install: broccoli-config-replace@1.1.1
102056npm info lifecycle glob@4.3.5~install: glob@4.3.5
102057npm info lifecycle findup-sync@0.2.1~install: findup-sync@0.2.1
102058npm info lifecycle broccoli@0.16.8~install: broccoli@0.16.8
102059npm info lifecycle glob@5.0.13~install: glob@5.0.13
102060npm info lifecycle graceful-fs@4.1.2~install: graceful-fs@4.1.2
102061npm info lifecycle write-file-atomic@1.1.4~install: write-file-atomic@1.1.4
102062npm info lifecycle ws-pure@0.8.0~install: ws-pure@0.8.0
102063npm info lifecycle engine.io-pure@1.5.9~install: engine.io-pure@1.5.9
102064npm info lifecycle xdg-basedir@2.0.0~install: xdg-basedir@2.0.0
102065npm info lifecycle configstore@1.2.1~install: configstore@1.2.1
102066npm info lifecycle xmlbuilder@3.1.0~install: xmlbuilder@3.1.0
102067npm info lifecycle xmldom@0.1.19~install: xmldom@0.1.19
102068npm info lifecycle xmlhttprequest-ssl@1.5.1~install: xmlhttprequest-ssl@1.5.1
102069npm info lifecycle engine.io-client-pure@1.5.9~install: engine.io-client-pure@1.5.9
102070npm info lifecycle socket.io-client-pure@1.3.12~install: socket.io-client-pure@1.3.12
102071npm info lifecycle socket.io-pure@1.3.12~install: socket.io-pure@1.3.12
102072npm info lifecycle testem@0.9.10~install: testem@0.9.10
102073npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
102074npm info lifecycle output-file-sync@1.1.1~install: output-file-sync@1.1.1
102075npm info lifecycle is-my-json-valid@2.12.3~install: is-my-json-valid@2.12.3
102076npm info lifecycle har-validator@2.0.3~install: har-validator@2.0.3
102077npm info lifecycle request@2.67.0~install: request@2.67.0
102078npm info lifecycle node-gyp@3.2.1~install: node-gyp@3.2.1
102079npm info lifecycle y18n@3.2.0~install: y18n@3.2.0
102080npm info lifecycle graceful-fs@3.0.8~install: graceful-fs@3.0.8
102081npm info lifecycle fs-extra@0.16.5~install: fs-extra@0.16.5
102082npm info lifecycle yam@0.0.18~install: yam@0.0.18
102083npm info lifecycle yargs@3.27.0~install: yargs@3.27.0
102084npm info lifecycle sass-graph@2.0.1~install: sass-graph@2.0.1
102085npm info lifecycle node-sass@3.4.2~install: node-sass@3.4.2
102086
102087> node-sass@3.4.2 install /var/www/roundcube-shell.git/node_modules/node-sass
102088> node scripts/install.js
102089
102090Binary downloaded and installed at /var/www/roundcube-shell.git/node_modules/node-sass/vendor/linux-x64-14/binding.node
102091npm verb lifecycle node-sass@3.4.2~install: unsafe-perm in lifecycle false
102092npm verb lifecycle node-sass@3.4.2~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/roundcube-shell.git/node_modules/node-sass/node_modules/.bin:/var/www/roundcube-shell.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
102093npm verb lifecycle node-sass@3.4.2~install: CWD: /var/www/roundcube-shell.git/node_modules/node-sass
102094npm info lifecycle broccoli-sass-source-maps@1.5.1~install: broccoli-sass-source-maps@1.5.1
102095npm info lifecycle ember-cli-sass@5.1.0~install: ember-cli-sass@5.1.0
102096npm info lifecycle defs@1.1.1~install: defs@1.1.1
102097npm info lifecycle regenerator@0.8.40~install: regenerator@0.8.40
102098npm info lifecycle babel-core@5.8.34~install: babel-core@5.8.34
102099npm info lifecycle broccoli-babel-transpiler@5.5.0~install: broccoli-babel-transpiler@5.5.0
102100npm info lifecycle ember-cli-qunit@1.1.0~install: ember-cli-qunit@1.1.0
102101npm info lifecycle ember-cli-babel@5.1.6~install: ember-cli-babel@5.1.6
102102npm info lifecycle roundcube-mail@0.0.0~install: roundcube-mail@0.0.0
102103npm info lifecycle ember-truth-helpers@1.2.0~install: ember-truth-helpers@1.2.0
102104npm info lifecycle ember-sinon-qunit@1.0.0~install: ember-sinon-qunit@1.0.0
102105npm info lifecycle ember-sinon@0.3.0~install: ember-sinon@0.3.0
102106npm info lifecycle ember-simple-auth@1.0.1~install: ember-simple-auth@1.0.1
102107npm info lifecycle ember-responsive@1.2.3~install: ember-responsive@1.2.3
102108npm info lifecycle ember-notify@4.3.0~install: ember-notify@4.3.0
102109npm info lifecycle roundcube-notifications@0.1.0~install: roundcube-notifications@0.1.0
102110npm info lifecycle ember-new-computed@1.0.3~install: ember-new-computed@1.0.3
102111npm info lifecycle ember-moment@4.1.0~install: ember-moment@4.1.0
102112npm info lifecycle ember-metrics@0.5.1~install: ember-metrics@0.5.1
102113npm info lifecycle ember-inflector@1.9.4~install: ember-inflector@1.9.4
102114npm info lifecycle ember-getowner-polyfill@1.0.0~install: ember-getowner-polyfill@1.0.0
102115npm info lifecycle ember-i18n@4.2.0~install: ember-i18n@4.2.0
102116npm info lifecycle ember-feature-flags@2.0.0~install: ember-feature-flags@2.0.0
102117npm info lifecycle ember-disable-proxy-controllers@1.0.1~install: ember-disable-proxy-controllers@1.0.1
102118npm info lifecycle ember-cpm@2.1.1~install: ember-cpm@2.1.1
102119npm info lifecycle ember-cli-sass-pods@1.2.0~install: ember-cli-sass-pods@1.2.0
102120npm info lifecycle ember-cli-moment-shim@0.7.1~install: ember-cli-moment-shim@0.7.1
102121npm info lifecycle ember-cli-mirage@0.1.11~install: ember-cli-mirage@0.1.11
102122npm info lifecycle ember-cli-htmlbars-inline-precompile@0.3.1~install: ember-cli-htmlbars-inline-precompile@0.3.1
102123npm info lifecycle ember-cli-app-version@1.0.0~install: ember-cli-app-version@1.0.0
102124npm info lifecycle ember-cli@1.13.12~install: ember-cli@1.13.12
102125npm info lifecycle babel-jscs@2.0.5~install: babel-jscs@2.0.5
102126npm info lifecycle jscs@2.7.0~install: jscs@2.7.0
102127npm info lifecycle broccoli-jscs@1.2.2~install: broccoli-jscs@1.2.2
102128npm info lifecycle ember-suave@1.2.2~install: ember-suave@1.2.2
102129npm info lifecycle JSV@4.0.2~postinstall: JSV@4.0.2
102130npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
102131npm info lifecycle acorn@1.2.2~postinstall: acorn@1.2.2
102132npm info lifecycle after@0.8.1~postinstall: after@0.8.1
102133npm info lifecycle amd-name-resolver@0.0.2~postinstall: amd-name-resolver@0.0.2
102134npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
102135npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
102136npm info lifecycle ansi-regex@0.2.1~postinstall: ansi-regex@0.2.1
102137npm info lifecycle ansi-styles@1.1.0~postinstall: ansi-styles@1.1.0
102138npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
102139npm info lifecycle array-equal@1.0.0~postinstall: array-equal@1.0.0
102140npm info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
102141npm info lifecycle arraybuffer.slice@0.0.6~postinstall: arraybuffer.slice@0.0.6
102142npm info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
102143npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
102144npm info lifecycle ast-traverse@0.1.1~postinstall: ast-traverse@0.1.1
102145npm info lifecycle ast-types@0.8.12~postinstall: ast-types@0.8.12
102146npm info lifecycle async@0.2.10~postinstall: async@0.2.10
102147npm info lifecycle async-foreach@0.1.3~postinstall: async-foreach@0.1.3
102148npm info lifecycle aws-sign2@0.6.0~postinstall: aws-sign2@0.6.0
102149npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102150npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102151npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102152npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
102153npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102154npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102155npm info lifecycle babel-plugin-constant-folding@1.0.1~postinstall: babel-plugin-constant-folding@1.0.1
102156npm info lifecycle babel-plugin-dead-code-elimination@1.0.2~postinstall: babel-plugin-dead-code-elimination@1.0.2
102157npm info lifecycle babel-plugin-eval@1.0.1~postinstall: babel-plugin-eval@1.0.1
102158npm info lifecycle babel-plugin-htmlbars-inline-precompile@0.0.5~postinstall: babel-plugin-htmlbars-inline-precompile@0.0.5
102159npm info lifecycle babel-plugin-inline-environment-variables@1.0.1~postinstall: babel-plugin-inline-environment-variables@1.0.1
102160npm info lifecycle babel-plugin-jscript@1.0.4~postinstall: babel-plugin-jscript@1.0.4
102161npm info lifecycle babel-plugin-member-expression-literals@1.0.1~postinstall: babel-plugin-member-expression-literals@1.0.1
102162npm info lifecycle babel-plugin-property-literals@1.0.1~postinstall: babel-plugin-property-literals@1.0.1
102163npm info lifecycle babel-plugin-react-constant-elements@1.0.3~postinstall: babel-plugin-react-constant-elements@1.0.3
102164npm info lifecycle babel-plugin-react-display-name@1.0.3~postinstall: babel-plugin-react-display-name@1.0.3
102165npm info lifecycle babel-plugin-remove-console@1.0.1~postinstall: babel-plugin-remove-console@1.0.1
102166npm info lifecycle babel-plugin-remove-debugger@1.0.1~postinstall: babel-plugin-remove-debugger@1.0.1
102167npm info lifecycle babel-plugin-runtime@1.0.7~postinstall: babel-plugin-runtime@1.0.7
102168npm info lifecycle babel-plugin-undefined-to-void@1.1.6~postinstall: babel-plugin-undefined-to-void@1.1.6
102169npm info lifecycle babylon@5.8.34~postinstall: babylon@5.8.34
102170npm info lifecycle backo2@1.0.2~postinstall: backo2@1.0.2
102171npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
102172npm info lifecycle base64-arraybuffer@0.1.2~postinstall: base64-arraybuffer@0.1.2
102173npm info lifecycle base64id@0.1.0~postinstall: base64id@0.1.0
102174npm info lifecycle basic-auth@1.0.3~postinstall: basic-auth@1.0.3
102175npm info lifecycle benchmark@1.0.0~postinstall: benchmark@1.0.0
102176npm info lifecycle blank-object@1.0.1~postinstall: blank-object@1.0.1
102177npm info lifecycle blob@0.0.4~postinstall: blob@0.0.4
102178npm info lifecycle bluebird@2.10.2~postinstall: bluebird@2.10.2
102179npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
102180npm info lifecycle depd@1.1.0~postinstall: depd@1.1.0
102181npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
102182npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
102183npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
102184npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
102185npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102186npm info lifecycle minimist@0.0.10~postinstall: minimist@0.0.10
102187npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
102188npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
102189npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102190npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
102191npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
102192npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102193npm info lifecycle untildify@2.1.0~postinstall: untildify@2.1.0
102194npm info lifecycle bower-endpoint-parser@0.2.2~postinstall: bower-endpoint-parser@0.2.2
102195npm info lifecycle deep-extend@0.2.11~postinstall: deep-extend@0.2.11
102196npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
102197npm info lifecycle intersect@0.0.3~postinstall: intersect@0.0.3
102198npm info lifecycle bower-json@0.4.0~postinstall: bower-json@0.4.0
102199npm info lifecycle bower-logger@0.2.2~postinstall: bower-logger@0.2.2
102200npm info lifecycle async@0.2.10~postinstall: async@0.2.10
102201npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102202npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102203npm info lifecycle ansicolors@0.2.1~postinstall: ansicolors@0.2.1
102204npm info lifecycle esprima@1.0.4~postinstall: esprima@1.0.4
102205npm info lifecycle redeyed@0.4.4~postinstall: redeyed@0.4.4
102206npm info lifecycle cardinal@0.4.4~postinstall: cardinal@0.4.4
102207npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102208npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
102209npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102210npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102211npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102212npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102213npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102214npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102215npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
102216npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
102217npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
102218npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
102219npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
102220npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
102221npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
102222npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
102223npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102224npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
102225npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
102226npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
102227npm info lifecycle buffers@0.1.1~postinstall: buffers@0.1.1
102228npm info lifecycle traverse@0.3.9~postinstall: traverse@0.3.9
102229npm info lifecycle chainsaw@0.1.0~postinstall: chainsaw@0.1.0
102230npm info lifecycle binary@0.3.0~postinstall: binary@0.3.0
102231npm info lifecycle mkpath@0.1.0~postinstall: mkpath@0.1.0
102232npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102233npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102234npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102235npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102236npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
102237npm info lifecycle nopt@1.0.10~postinstall: nopt@1.0.10
102238npm info lifecycle touch@0.0.3~postinstall: touch@0.0.3
102239npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
102240npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102241npm info lifecycle iferr@0.1.5~postinstall: iferr@0.1.5
102242npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
102243npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102244npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102245npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102246npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
102247npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102248npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
102249npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
102250npm info lifecycle fs-write-stream-atomic@1.0.7~postinstall: fs-write-stream-atomic@1.0.7
102251npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102252npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
102253npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102254npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
102255npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
102256npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102257npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102258npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
102259npm info lifecycle github@0.2.4~postinstall: github@0.2.4
102260npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102261npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102262npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
102263npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102264npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
102265npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102266npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102267npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102268npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
102269npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
102270npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
102271npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
102272npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
102273npm info lifecycle async@0.2.10~postinstall: async@0.2.10
102274npm info lifecycle amdefine@1.0.0~postinstall: amdefine@1.0.0
102275npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
102276npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
102277npm info lifecycle handlebars@2.0.0~postinstall: handlebars@2.0.0
102278npm info lifecycle ansi-escapes@1.1.0~postinstall: ansi-escapes@1.1.0
102279npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102280npm info lifecycle exit-hook@1.1.1~postinstall: exit-hook@1.1.1
102281npm info lifecycle onetime@1.0.0~postinstall: onetime@1.0.0
102282npm info lifecycle restore-cursor@1.0.1~postinstall: restore-cursor@1.0.1
102283npm info lifecycle cli-cursor@1.0.2~postinstall: cli-cursor@1.0.2
102284npm info lifecycle cli-width@1.1.0~postinstall: cli-width@1.1.0
102285npm info lifecycle figures@1.4.0~postinstall: figures@1.4.0
102286npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
102287npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
102288npm info lifecycle code-point-at@1.0.0~postinstall: code-point-at@1.0.0
102289npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
102290npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
102291npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
102292npm info lifecycle readline2@1.0.1~postinstall: readline2@1.0.1
102293npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102294npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102295npm info lifecycle run-async@0.1.0~postinstall: run-async@0.1.0
102296npm info lifecycle rx-lite@3.1.2~postinstall: rx-lite@3.1.2
102297npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102298npm info lifecycle through@2.3.8~postinstall: through@2.3.8
102299npm info lifecycle inquirer@0.10.0~postinstall: inquirer@0.10.0
102300npm info lifecycle async@1.5.0~postinstall: async@1.5.0
102301npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102302npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
102303npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102304npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
102305npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
102306npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
102307npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
102308npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
102309npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102310npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
102311npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
102312npm info lifecycle lodash.debounce@3.1.1~postinstall: lodash.debounce@3.1.1
102313npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
102314npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
102315npm info lifecycle osx-release@1.1.0~postinstall: osx-release@1.1.0
102316npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
102317npm info lifecycle win-release@1.1.1~postinstall: win-release@1.1.1
102318npm info lifecycle os-name@1.0.3~postinstall: os-name@1.0.3
102319npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
102320npm info lifecycle is-root@1.0.0~postinstall: is-root@1.0.0
102321npm info lifecycle junk@1.0.2~postinstall: junk@1.0.2
102322npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
102323npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
102324npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
102325npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
102326npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
102327npm info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
102328npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
102329npm info lifecycle mout@0.11.1~postinstall: mout@0.11.1
102330npm info lifecycle bower-config@1.3.0~postinstall: bower-config@1.3.0
102331npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
102332npm info lifecycle opn@1.0.2~postinstall: opn@1.0.2
102333npm info lifecycle q@0.9.7~postinstall: q@0.9.7
102334npm info lifecycle p-throttler@0.1.1~postinstall: p-throttler@0.1.1
102335npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
102336npm info lifecycle read@1.0.7~postinstall: read@1.0.7
102337npm info lifecycle promptly@0.2.0~postinstall: promptly@0.2.0
102338npm info lifecycle q@1.4.1~postinstall: q@1.4.1
102339npm info lifecycle decompress-zip@0.1.0~postinstall: decompress-zip@0.1.0
102340npm info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
102341npm info lifecycle request-progress@0.3.1~postinstall: request-progress@0.3.1
102342npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
102343npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102344npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102345npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102346npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102347npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
102348npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
102349npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
102350npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
102351npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
102352npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
102353npm info lifecycle async@0.9.2~postinstall: async@0.9.2
102354npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
102355npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
102356npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
102357npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
102358npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
102359npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
102360npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
102361npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
102362npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
102363npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
102364npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
102365npm info lifecycle mime-db@1.12.0~postinstall: mime-db@1.12.0
102366npm info lifecycle mime-types@2.0.14~postinstall: mime-types@2.0.14
102367npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
102368npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
102369npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
102370npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
102371npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
102372npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
102373npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
102374npm info lifecycle request@2.53.0~postinstall: request@2.53.0
102375npm info lifecycle insight@0.7.0~postinstall: insight@0.7.0
102376npm info lifecycle retry@0.6.1~postinstall: retry@0.6.1
102377npm info lifecycle request-replay@0.2.0~postinstall: request-replay@0.2.0
102378npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102379npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102380npm info lifecycle balanced-match@0.3.0~postinstall: balanced-match@0.3.0
102381npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102382npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
102383npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
102384npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102385npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102386npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
102387npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
102388npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
102389npm info lifecycle rimraf@2.4.4~postinstall: rimraf@2.4.4
102390npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
102391npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
102392npm info lifecycle bower-registry-client@1.0.0~postinstall: bower-registry-client@1.0.0
102393npm info lifecycle semver@2.3.2~postinstall: semver@2.3.2
102394npm info lifecycle array-filter@0.0.1~postinstall: array-filter@0.0.1
102395npm info lifecycle array-map@0.0.0~postinstall: array-map@0.0.0
102396npm info lifecycle array-reduce@0.0.0~postinstall: array-reduce@0.0.0
102397npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
102398npm info lifecycle shell-quote@1.4.3~postinstall: shell-quote@1.4.3
102399npm info lifecycle stringify-object@1.0.1~postinstall: stringify-object@1.0.1
102400npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102401npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102402npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
102403npm info lifecycle pump@1.0.1~postinstall: pump@1.0.1
102404npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102405npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102406npm info lifecycle end-of-stream@1.1.0~postinstall: end-of-stream@1.1.0
102407npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102408npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102409npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102410npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
102411npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102412npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
102413npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
102414npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
102415npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
102416npm info lifecycle tar-stream@1.3.1~postinstall: tar-stream@1.3.1
102417npm info lifecycle tar-fs@1.8.1~postinstall: tar-fs@1.8.1
102418npm info lifecycle tmp@0.0.24~postinstall: tmp@0.0.24
102419npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102420npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
102421npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
102422npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102423npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
102424npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
102425npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
102426npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
102427npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
102428npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
102429npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
102430npm info lifecycle configstore@1.4.0~postinstall: configstore@1.4.0
102431npm info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
102432npm info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
102433npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102434npm info lifecycle create-error-class@2.0.1~postinstall: create-error-class@2.0.1
102435npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
102436npm info lifecycle once@1.3.3~postinstall: once@1.3.3
102437npm info lifecycle end-of-stream@1.0.0~postinstall: end-of-stream@1.0.0
102438npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102439npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102440npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102441npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
102442npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102443npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
102444npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
102445npm info lifecycle duplexify@3.4.2~postinstall: duplexify@3.4.2
102446npm info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
102447npm info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
102448npm info lifecycle is-stream@1.0.1~postinstall: is-stream@1.0.1
102449npm info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
102450npm info lifecycle node-status-codes@1.0.0~postinstall: node-status-codes@1.0.0
102451npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
102452npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
102453npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
102454npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
102455npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
102456npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
102457npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
102458npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
102459npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102460npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102461npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102462npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
102463npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102464npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
102465npm info lifecycle readable-stream@2.0.4~postinstall: readable-stream@2.0.4
102466npm info lifecycle read-all-stream@3.0.1~postinstall: read-all-stream@3.0.1
102467npm info lifecycle timed-out@2.0.0~postinstall: timed-out@2.0.0
102468npm info lifecycle unzip-response@1.0.0~postinstall: unzip-response@1.0.0
102469npm info lifecycle prepend-http@1.0.3~postinstall: prepend-http@1.0.3
102470npm info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
102471npm info lifecycle got@5.2.0~postinstall: got@5.2.0
102472npm info lifecycle deep-extend@0.4.0~postinstall: deep-extend@0.4.0
102473npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
102474npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
102475npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
102476npm info lifecycle rc@1.1.5~postinstall: rc@1.1.5
102477npm info lifecycle registry-url@3.0.3~postinstall: registry-url@3.0.3
102478npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
102479npm info lifecycle package-json@2.3.0~postinstall: package-json@2.3.0
102480npm info lifecycle latest-version@2.0.0~postinstall: latest-version@2.0.0
102481npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
102482npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
102483npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
102484npm info lifecycle semver@5.1.0~postinstall: semver@5.1.0
102485npm info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
102486npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102487npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102488npm info lifecycle string-length@1.0.1~postinstall: string-length@1.0.1
102489npm info lifecycle update-notifier@0.6.0~postinstall: update-notifier@0.6.0
102490npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
102491npm info lifecycle xdg-basedir@1.0.1~postinstall: xdg-basedir@1.0.1
102492npm info lifecycle configstore@0.3.2~postinstall: configstore@0.3.2
102493npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
102494npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
102495npm info lifecycle which@1.2.0~postinstall: which@1.2.0
102496npm info lifecycle breakable@1.0.0~postinstall: breakable@1.0.0
102497npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
102498npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102499npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102500npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102501npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
102502npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
102503npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
102504npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102505npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102506npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
102507npm info lifecycle broccoli-slow-trees@1.1.0~postinstall: broccoli-slow-trees@1.1.0
102508npm info lifecycle broccoli-source@1.1.0~postinstall: broccoli-source@1.1.0
102509npm info lifecycle rsvp@3.1.0~postinstall: rsvp@3.1.0
102510npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102511npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
102512npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102513npm info lifecycle window-size@0.1.0~postinstall: window-size@0.1.0
102514npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
102515npm info lifecycle broccoli-viz@2.0.1~postinstall: broccoli-viz@2.0.1
102516npm info lifecycle builtin-modules@1.1.0~postinstall: builtin-modules@1.1.0
102517npm info lifecycle bytes@2.1.0~postinstall: bytes@2.1.0
102518npm info lifecycle callsite@1.0.0~postinstall: callsite@1.0.0
102519npm info lifecycle better-assert@1.0.2~postinstall: better-assert@1.0.2
102520npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
102521npm info lifecycle camelcase@2.0.1~postinstall: camelcase@2.0.1
102522npm info lifecycle caniuse-db@1.0.30000380~postinstall: caniuse-db@1.0.30000380
102523npm info lifecycle browserslist@1.0.1~postinstall: browserslist@1.0.1
102524npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
102525npm info lifecycle charm@1.0.0~postinstall: charm@1.0.0
102526npm info lifecycle clean-base-url@1.0.0~postinstall: clean-base-url@1.0.0
102527npm info lifecycle commander@2.2.0~postinstall: commander@2.2.0
102528npm info lifecycle clean-css@2.2.23~postinstall: clean-css@2.2.23
102529npm info lifecycle colors@1.0.3~postinstall: colors@1.0.3
102530npm info lifecycle cli-table@0.3.1~postinstall: cli-table@0.3.1
102531npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
102532npm info lifecycle clone@0.2.0~postinstall: clone@0.2.0
102533npm info lifecycle colors@0.6.2~postinstall: colors@0.6.2
102534npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102535npm info lifecycle component-bind@1.0.0~postinstall: component-bind@1.0.0
102536npm info lifecycle component-emitter@1.1.2~postinstall: component-emitter@1.1.2
102537npm info lifecycle component-inherit@0.0.3~postinstall: component-inherit@0.0.3
102538npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102539npm info lifecycle brace-expansion@1.1.2~postinstall: brace-expansion@1.1.2
102540npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102541npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102542npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102543npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102544npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102545npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102546npm info lifecycle consolidate@0.13.1~postinstall: consolidate@0.13.1
102547npm info lifecycle content-disposition@0.5.0~postinstall: content-disposition@0.5.0
102548npm info lifecycle content-type@1.0.1~postinstall: content-type@1.0.1
102549npm info lifecycle convert-source-map@1.1.2~postinstall: convert-source-map@1.1.2
102550npm info lifecycle cookie@0.1.3~postinstall: cookie@0.1.3
102551npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
102552npm info lifecycle copy-dereference@1.0.0~postinstall: copy-dereference@1.0.0
102553npm info lifecycle core-js@1.2.6~postinstall: core-js@1.2.6
102554npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
102555npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102556npm info lifecycle cycle@1.0.3~postinstall: cycle@1.0.3
102557npm info lifecycle dashdash@1.10.1~postinstall: dashdash@1.10.1
102558npm info lifecycle date-now@0.1.4~postinstall: date-now@0.1.4
102559npm info lifecycle console-browserify@1.1.0~postinstall: console-browserify@1.1.0
102560npm info lifecycle deep-equal@1.0.1~postinstall: deep-equal@1.0.1
102561npm info lifecycle defined@1.0.0~postinstall: defined@1.0.0
102562npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
102563npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
102564npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
102565npm info lifecycle depd@1.0.1~postinstall: depd@1.0.1
102566npm info lifecycle destroy@1.0.3~postinstall: destroy@1.0.3
102567npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
102568npm info lifecycle detective@4.3.1~postinstall: detective@4.3.1
102569npm info lifecycle did_it_work@0.0.6~postinstall: did_it_work@0.0.6
102570npm info lifecycle diff@1.4.0~postinstall: diff@1.4.0
102571npm info lifecycle domelementtype@1.1.3~postinstall: domelementtype@1.1.3
102572npm info lifecycle domelementtype@1.3.0~postinstall: domelementtype@1.3.0
102573npm info lifecycle domhandler@2.3.0~postinstall: domhandler@2.3.0
102574npm info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
102575npm info lifecycle clone@1.0.2~postinstall: clone@1.0.2
102576npm info lifecycle core-object@1.1.0~postinstall: core-object@1.1.0
102577npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
102578npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102579npm info lifecycle ember-cli-copy-dereference@1.0.0~postinstall: ember-cli-copy-dereference@1.0.0
102580npm info lifecycle is-git-url@0.2.0~postinstall: is-git-url@0.2.0
102581npm info lifecycle ember-cli-get-dependency-depth@1.0.0~postinstall: ember-cli-get-dependency-depth@1.0.0
102582npm info lifecycle ic-ajax@2.0.1~postinstall: ic-ajax@2.0.1
102583npm info lifecycle ember-cli-ic-ajax@0.2.4~postinstall: ember-cli-ic-ajax@0.2.4
102584npm info lifecycle ember-cli-inject-live-reload@1.4.0~postinstall: ember-cli-inject-live-reload@1.4.0
102585npm info lifecycle ember-cli-is-package-missing@1.0.0~postinstall: ember-cli-is-package-missing@1.0.0
102586npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102587npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102588npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102589npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102590npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102591npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102592npm info lifecycle ember-cli-opinionated@0.2.0~postinstall: ember-cli-opinionated@0.2.0
102593npm info lifecycle ember-cli-path-utils@1.0.0~postinstall: ember-cli-path-utils@1.0.0
102594npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102595npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102596npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102597npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102598npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102599npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
102600npm info lifecycle ember-cli-string-utils@1.0.0~postinstall: ember-cli-string-utils@1.0.0
102601npm info lifecycle ember-cli-test-info@1.0.0~postinstall: ember-cli-test-info@1.0.0
102602npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102603npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102604npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102605npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102606npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
102607npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102608npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102609npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102610npm info lifecycle ember-export-application-global@1.0.5~postinstall: ember-export-application-global@1.0.5
102611npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102612npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102613npm info lifecycle mkdirp@0.3.5~postinstall: mkdirp@0.3.5
102614npm info lifecycle object-assign@2.1.1~postinstall: object-assign@2.1.1
102615npm info lifecycle walk-sync@0.1.3~postinstall: walk-sync@0.1.3
102616npm info lifecycle ast-types@0.6.16~postinstall: ast-types@0.6.16
102617npm info lifecycle esprima-fb@10001.1.0-dev-harmony-fb~postinstall: esprima-fb@10001.1.0-dev-harmony-fb
102618npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
102619npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102620npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102621npm info lifecycle core-object@1.1.0~postinstall: core-object@1.1.0
102622npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
102623npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102624npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102625npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102626npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
102627npm info lifecycle debug@1.0.4~postinstall: debug@1.0.4
102628npm info lifecycle parseuri@0.0.4~postinstall: parseuri@0.0.4
102629npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
102630npm info lifecycle debug@1.0.3~postinstall: debug@1.0.3
102631npm info lifecycle ensure-posix-path@1.0.1~postinstall: ensure-posix-path@1.0.1
102632npm info lifecycle entities@1.1.1~postinstall: entities@1.1.1
102633npm info lifecycle dom-serializer@0.1.0~postinstall: dom-serializer@0.1.0
102634npm info lifecycle domutils@1.5.1~postinstall: domutils@1.5.1
102635npm info lifecycle es6-symbol@3.0.2~postinstall: es6-symbol@3.0.2
102636npm info lifecycle es5-ext@0.10.11~postinstall: es5-ext@0.10.11
102637npm info lifecycle d@0.1.1~postinstall: d@0.1.1
102638npm info lifecycle es6-iterator@2.0.0~postinstall: es6-iterator@2.0.0
102639npm info lifecycle es6-symbol@2.0.1~postinstall: es6-symbol@2.0.1
102640npm info lifecycle es6-iterator@0.1.3~postinstall: es6-iterator@0.1.3
102641npm info lifecycle es6-weak-map@0.1.4~postinstall: es6-weak-map@0.1.4
102642npm info lifecycle escape-html@1.0.2~postinstall: escape-html@1.0.2
102643npm info lifecycle escape-string-regexp@1.0.4~postinstall: escape-string-regexp@1.0.4
102644npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102645npm info lifecycle chalk@1.1.0~postinstall: chalk@1.1.0
102646npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102647npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102648npm info lifecycle decamelize@1.1.2~postinstall: decamelize@1.1.2
102649npm info lifecycle yargs@3.5.4~postinstall: yargs@3.5.4
102650npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102651npm info lifecycle es6-weak-map@2.0.1~postinstall: es6-weak-map@2.0.1
102652npm info lifecycle esprima-fb@15001.1001.0-dev-harmony-fb~postinstall: esprima-fb@15001.1001.0-dev-harmony-fb
102653npm info lifecycle estraverse@3.1.0~postinstall: estraverse@3.1.0
102654npm info lifecycle esrecurse@3.1.1~postinstall: esrecurse@3.1.1
102655npm info lifecycle estraverse@4.1.1~postinstall: estraverse@4.1.1
102656npm info lifecycle esutils@2.0.2~postinstall: esutils@2.0.2
102657npm info lifecycle etag@1.7.0~postinstall: etag@1.7.0
102658npm info lifecycle event-emitter@0.3.4~postinstall: event-emitter@0.3.4
102659npm info lifecycle es6-set@0.1.3~postinstall: es6-set@0.1.3
102660npm info lifecycle es6-map@0.1.3~postinstall: es6-map@0.1.3
102661npm info lifecycle escope@3.3.0~postinstall: escope@3.3.0
102662npm info lifecycle eventemitter3@1.1.1~postinstall: eventemitter3@1.1.1
102663npm info lifecycle events-to-array@1.0.2~postinstall: events-to-array@1.0.2
102664npm info lifecycle exists-sync@0.0.3~postinstall: exists-sync@0.0.3
102665npm info lifecycle exit@0.1.2~postinstall: exit@0.1.2
102666npm info lifecycle negotiator@0.5.3~postinstall: negotiator@0.5.3
102667npm info lifecycle vary@1.0.1~postinstall: vary@1.0.1
102668npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
102669npm info lifecycle extsprintf@1.0.2~postinstall: extsprintf@1.0.2
102670npm info lifecycle eyes@0.1.8~postinstall: eyes@0.1.8
102671npm info lifecycle fast-ordered-set@1.0.2~postinstall: fast-ordered-set@1.0.2
102672npm info lifecycle source-map@0.4.4~postinstall: source-map@0.4.4
102673npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102674npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102675npm info lifecycle commander@2.1.0~postinstall: commander@2.1.0
102676npm info lifecycle findup@0.1.5~postinstall: findup@0.1.5
102677npm info lifecycle lodash@2.3.0~postinstall: lodash@2.3.0
102678npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
102679npm info lifecycle async@1.5.0~postinstall: async@1.5.0
102680npm info lifecycle forwarded@0.1.0~postinstall: forwarded@0.1.0
102681npm info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
102682npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102683npm info lifecycle fs-monitor-stack@1.1.0~postinstall: fs-monitor-stack@1.1.0
102684npm info lifecycle fs-readdir-recursive@0.1.2~postinstall: fs-readdir-recursive@0.1.2
102685npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102686npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
102687npm info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
102688npm info lifecycle git-repo-info@1.1.2~postinstall: git-repo-info@1.1.2
102689npm info lifecycle git-repo-version@0.3.0~postinstall: git-repo-version@0.3.0
102690npm info lifecycle globals@6.4.1~postinstall: globals@6.4.1
102691npm info lifecycle graceful-fs@1.2.3~postinstall: graceful-fs@1.2.3
102692npm info lifecycle inherits@1.0.2~postinstall: inherits@1.0.2
102693npm info lifecycle lodash@1.0.2~postinstall: lodash@1.0.2
102694npm info lifecycle graceful-fs@2.0.3~postinstall: graceful-fs@2.0.3
102695npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
102696npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
102697npm info lifecycle growl@1.8.1~postinstall: growl@1.8.1
102698npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102699npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102700npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102701npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102702npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102703npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102704npm info lifecycle has-ansi@0.1.0~postinstall: has-ansi@0.1.0
102705npm info lifecycle has-color@0.1.7~postinstall: has-color@0.1.7
102706npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
102707npm info lifecycle has-cors@1.1.0~postinstall: has-cors@1.1.0
102708npm info lifecycle has-flag@1.0.0~postinstall: has-flag@1.0.0
102709npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
102710npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
102711npm info lifecycle boom@2.10.1~postinstall: boom@2.10.1
102712npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
102713npm info lifecycle hosted-git-info@2.1.4~postinstall: hosted-git-info@2.1.4
102714npm info lifecycle entities@1.0.0~postinstall: entities@1.0.0
102715npm info lifecycle i@0.3.3~postinstall: i@0.3.3
102716npm info lifecycle iconv-lite@0.4.13~postinstall: iconv-lite@0.4.13
102717npm info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
102718npm info lifecycle include-path-searcher@0.1.0~postinstall: include-path-searcher@0.1.0
102719npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
102720npm info lifecycle inflection@1.8.0~postinstall: inflection@1.8.0
102721npm info lifecycle inherit@2.2.2~postinstall: inherit@2.2.2
102722npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102723npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
102724npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
102725npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
102726npm info lifecycle async@0.8.0~postinstall: async@0.8.0
102727npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
102728npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
102729npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
102730npm info lifecycle invert-kv@1.0.0~postinstall: invert-kv@1.0.0
102731npm info lifecycle ipaddr.js@1.0.5~postinstall: ipaddr.js@1.0.5
102732npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
102733npm info lifecycle error-ex@1.3.0~postinstall: error-ex@1.3.0
102734npm info lifecycle is-buffer@1.1.0~postinstall: is-buffer@1.1.0
102735npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
102736npm info lifecycle is-git-url@0.2.3~postinstall: is-git-url@0.2.3
102737npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
102738npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
102739npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
102740npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
102741npm info lifecycle is-type@0.0.1~postinstall: is-type@0.0.1
102742npm info lifecycle is-typedarray@1.0.0~postinstall: is-typedarray@1.0.0
102743npm info lifecycle is-utf8@0.2.1~postinstall: is-utf8@0.2.1
102744npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102745npm info lifecycle has-binary-data@0.1.3~postinstall: has-binary-data@0.1.3
102746npm info lifecycle has-binary@0.1.6~postinstall: has-binary@0.1.6
102747npm info lifecycle isbinaryfile@2.0.4~postinstall: isbinaryfile@2.0.4
102748npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
102749npm info lifecycle js-base64@2.1.9~postinstall: js-base64@2.1.9
102750npm info lifecycle js-string-escape@1.0.0~postinstall: js-string-escape@1.0.0
102751npm info lifecycle js-tokens@1.0.1~postinstall: js-tokens@1.0.1
102752npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
102753npm info lifecycle jsbn@0.1.0~postinstall: jsbn@0.1.0
102754npm info lifecycle jodid25519@1.0.2~postinstall: jodid25519@1.0.2
102755npm info lifecycle ecc-jsbn@0.1.1~postinstall: ecc-jsbn@0.1.1
102756npm info lifecycle jscs-preset-wikimedia@1.0.0~postinstall: jscs-preset-wikimedia@1.0.0
102757npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102758npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102759npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
102760npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102761npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102762npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102763npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102764npm info lifecycle jsesc@0.5.0~postinstall: jsesc@0.5.0
102765npm info lifecycle lodash@3.7.0~postinstall: lodash@3.7.0
102766npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102767npm info lifecycle json-schema@0.2.2~postinstall: json-schema@0.2.2
102768npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
102769npm info lifecycle json3@3.2.6~postinstall: json3@3.2.6
102770npm info lifecycle json5@0.4.0~postinstall: json5@0.4.0
102771npm info lifecycle jsonfile@2.2.3~postinstall: jsonfile@2.2.3
102772npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
102773npm info lifecycle json-stable-stringify@1.0.0~postinstall: json-stable-stringify@1.0.0
102774npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
102775npm info lifecycle kind-of@2.0.1~postinstall: kind-of@2.0.1
102776npm info lifecycle klassy@0.1.3~postinstall: klassy@0.1.3
102777npm info lifecycle ember-test-helpers@0.5.19~postinstall: ember-test-helpers@0.5.19
102778npm info lifecycle ember-qunit@0.4.18~postinstall: ember-qunit@0.4.18
102779npm info lifecycle lazy-cache@0.2.7~postinstall: lazy-cache@0.2.7
102780npm info lifecycle lcid@1.0.0~postinstall: lcid@1.0.0
102781npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
102782npm info lifecycle debug@2.1.1~postinstall: debug@2.1.1
102783npm info lifecycle lodash-node@2.4.1~postinstall: lodash-node@2.4.1
102784npm info lifecycle aws-sign2@0.5.0~postinstall: aws-sign2@0.5.0
102785npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
102786npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102787npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
102788npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
102789npm info lifecycle readable-stream@1.0.33~postinstall: readable-stream@1.0.33
102790npm info lifecycle bl@0.9.4~postinstall: bl@0.9.4
102791npm info lifecycle caseless@0.9.0~postinstall: caseless@0.9.0
102792npm info lifecycle delayed-stream@0.0.5~postinstall: delayed-stream@0.0.5
102793npm info lifecycle combined-stream@0.0.7~postinstall: combined-stream@0.0.7
102794npm info lifecycle forever-agent@0.5.2~postinstall: forever-agent@0.5.2
102795npm info lifecycle async@0.9.0~postinstall: async@0.9.0
102796npm info lifecycle hoek@2.11.1~postinstall: hoek@2.11.1
102797npm info lifecycle boom@2.6.1~postinstall: boom@2.6.1
102798npm info lifecycle cryptiles@2.0.4~postinstall: cryptiles@2.0.4
102799npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
102800npm info lifecycle hawk@2.3.1~postinstall: hawk@2.3.1
102801npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
102802npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
102803npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
102804npm info lifecycle http-signature@0.10.1~postinstall: http-signature@0.10.1
102805npm info lifecycle isstream@0.1.1~postinstall: isstream@0.1.1
102806npm info lifecycle json-stringify-safe@5.0.0~postinstall: json-stringify-safe@5.0.0
102807npm info lifecycle mime-db@1.7.0~postinstall: mime-db@1.7.0
102808npm info lifecycle mime-types@2.0.9~postinstall: mime-types@2.0.9
102809npm info lifecycle form-data@0.2.0~postinstall: form-data@0.2.0
102810npm info lifecycle node-uuid@1.4.2~postinstall: node-uuid@1.4.2
102811npm info lifecycle oauth-sign@0.6.0~postinstall: oauth-sign@0.6.0
102812npm info lifecycle qs@2.3.3~postinstall: qs@2.3.3
102813npm info lifecycle stringstream@0.0.4~postinstall: stringstream@0.0.4
102814npm info lifecycle punycode@1.3.2~postinstall: punycode@1.3.2
102815npm info lifecycle tough-cookie@0.12.1~postinstall: tough-cookie@0.12.1
102816npm info lifecycle tunnel-agent@0.4.0~postinstall: tunnel-agent@0.4.0
102817npm info lifecycle request@2.53.0~postinstall: request@2.53.0
102818npm info lifecycle rsvp@3.0.17~postinstall: rsvp@3.0.17
102819npm info lifecycle leek@0.0.18~postinstall: leek@0.0.18
102820npm info lifecycle left-pad@0.0.3~postinstall: left-pad@0.0.3
102821npm info lifecycle leven@1.0.2~postinstall: leven@1.0.2
102822npm info lifecycle babel-plugin-undeclared-variables-check@1.0.2~postinstall: babel-plugin-undeclared-variables-check@1.0.2
102823npm info lifecycle line-numbers@0.2.0~postinstall: line-numbers@0.2.0
102824npm info lifecycle livereload-js@2.2.2~postinstall: livereload-js@2.2.2
102825npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102826npm info lifecycle lodash@3.10.1~postinstall: lodash@3.10.1
102827npm info lifecycle jsdoctypeparser@1.2.0~postinstall: jsdoctypeparser@1.2.0
102828npm info lifecycle babel-plugin-proto-to-assign@1.0.4~postinstall: babel-plugin-proto-to-assign@1.0.4
102829npm info lifecycle lodash-node@2.4.1~postinstall: lodash-node@2.4.1
102830npm info lifecycle core-object@0.0.2~postinstall: core-object@0.0.2
102831npm info lifecycle lodash._arraycopy@3.0.0~postinstall: lodash._arraycopy@3.0.0
102832npm info lifecycle lodash._arrayeach@3.0.0~postinstall: lodash._arrayeach@3.0.0
102833npm info lifecycle lodash._basecopy@3.0.1~postinstall: lodash._basecopy@3.0.1
102834npm info lifecycle lodash._basefor@3.0.2~postinstall: lodash._basefor@3.0.2
102835npm info lifecycle lodash._baseindexof@3.1.0~postinstall: lodash._baseindexof@3.1.0
102836npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
102837npm info lifecycle lodash._bindcallback@3.0.1~postinstall: lodash._bindcallback@3.0.1
102838npm info lifecycle lodash._cacheindexof@3.0.2~postinstall: lodash._cacheindexof@3.0.2
102839npm info lifecycle lodash._getnative@3.9.1~postinstall: lodash._getnative@3.9.1
102840npm info lifecycle lodash._createcache@3.1.2~postinstall: lodash._createcache@3.1.2
102841npm info lifecycle lodash._baseuniq@3.0.3~postinstall: lodash._baseuniq@3.0.3
102842npm info lifecycle lodash._isiterateecall@3.0.9~postinstall: lodash._isiterateecall@3.0.9
102843npm info lifecycle lodash.isarguments@3.0.4~postinstall: lodash.isarguments@3.0.4
102844npm info lifecycle lodash.isarray@3.0.4~postinstall: lodash.isarray@3.0.4
102845npm info lifecycle lodash.istypedarray@3.0.2~postinstall: lodash.istypedarray@3.0.2
102846npm info lifecycle lodash.keys@3.1.2~postinstall: lodash.keys@3.1.2
102847npm info lifecycle lodash._baseisequal@3.0.7~postinstall: lodash._baseisequal@3.0.7
102848npm info lifecycle lodash._baseassign@3.2.0~postinstall: lodash._baseassign@3.2.0
102849npm info lifecycle lodash.keysin@3.0.8~postinstall: lodash.keysin@3.0.8
102850npm info lifecycle lodash.isplainobject@3.2.0~postinstall: lodash.isplainobject@3.2.0
102851npm info lifecycle lodash.pairs@3.0.1~postinstall: lodash.pairs@3.0.1
102852npm info lifecycle lodash._basecallback@3.3.1~postinstall: lodash._basecallback@3.3.1
102853npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
102854npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
102855npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
102856npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
102857npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
102858npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
102859npm info lifecycle lodash.restparam@3.6.1~postinstall: lodash.restparam@3.6.1
102860npm info lifecycle lodash._createassigner@3.1.1~postinstall: lodash._createassigner@3.1.1
102861npm info lifecycle lodash.assign@3.2.0~postinstall: lodash.assign@3.2.0
102862npm info lifecycle lodash.defaults@3.1.2~postinstall: lodash.defaults@3.1.2
102863npm info lifecycle lodash.toplainobject@3.0.0~postinstall: lodash.toplainobject@3.0.0
102864npm info lifecycle lodash.merge@3.3.2~postinstall: lodash.merge@3.3.2
102865npm info lifecycle lodash.uniq@3.2.2~postinstall: lodash.uniq@3.2.2
102866npm info lifecycle longest@1.0.1~postinstall: longest@1.0.1
102867npm info lifecycle lru-cache@2.7.3~postinstall: lru-cache@2.7.3
102868npm info lifecycle lru-queue@0.1.0~postinstall: lru-queue@0.1.0
102869npm info lifecycle make-array@0.1.2~postinstall: make-array@0.1.2
102870npm info lifecycle map-obj@1.0.1~postinstall: map-obj@1.0.1
102871npm info lifecycle camelcase-keys@2.0.0~postinstall: camelcase-keys@2.0.0
102872npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102873npm info lifecycle lodash-node@3.10.1~postinstall: lodash-node@3.10.1
102874npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102875npm info lifecycle matcher-collection@1.0.1~postinstall: matcher-collection@1.0.1
102876npm info lifecycle md5-o-matic@0.1.1~postinstall: md5-o-matic@0.1.1
102877npm info lifecycle md5-hex@1.1.0~postinstall: md5-hex@1.1.0
102878npm info lifecycle mdurl@1.0.1~postinstall: mdurl@1.0.1
102879npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
102880npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
102881npm info lifecycle object-assign@4.0.1~postinstall: object-assign@4.0.1
102882npm info lifecycle merge@1.2.0~postinstall: merge@1.2.0
102883npm info lifecycle exec-sh@0.2.0~postinstall: exec-sh@0.2.0
102884npm info lifecycle lodash@2.4.2~postinstall: lodash@2.4.2
102885npm info lifecycle merge-defaults@0.2.1~postinstall: merge-defaults@0.2.1
102886npm info lifecycle merge-descriptors@1.0.0~postinstall: merge-descriptors@1.0.0
102887npm info lifecycle methods@1.1.1~postinstall: methods@1.1.1
102888npm info lifecycle mime@1.3.4~postinstall: mime@1.3.4
102889npm info lifecycle mime-db@1.20.0~postinstall: mime-db@1.20.0
102890npm info lifecycle compressible@2.0.6~postinstall: compressible@2.0.6
102891npm info lifecycle mime-types@2.1.8~postinstall: mime-types@2.1.8
102892npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
102893npm info lifecycle accepts@1.2.13~postinstall: accepts@1.2.13
102894npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
102895npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
102896npm info lifecycle mkdirp@0.4.2~postinstall: mkdirp@0.4.2
102897npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
102898npm info lifecycle mktemp@0.3.5~postinstall: mktemp@0.3.5
102899npm info lifecycle moment@2.10.6~postinstall: moment@2.10.6
102900npm info lifecycle moment-timezone@0.3.1~postinstall: moment-timezone@0.3.1
102901npm info lifecycle mout@0.9.1~postinstall: mout@0.9.1
102902npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
102903npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
102904npm info lifecycle fs-tree-diff@0.4.4~postinstall: fs-tree-diff@0.4.4
102905npm info lifecycle fs-tree-diff@0.3.1~postinstall: fs-tree-diff@0.3.1
102906npm info lifecycle fs-tree-diff@0.3.1~postinstall: fs-tree-diff@0.3.1
102907npm info lifecycle fs-tree-diff@0.3.1~postinstall: fs-tree-diff@0.3.1
102908npm info lifecycle fs-tree-diff@0.3.1~postinstall: fs-tree-diff@0.3.1
102909npm info lifecycle array-index@0.1.1~postinstall: array-index@0.1.1
102910npm info lifecycle mustache@2.2.1~postinstall: mustache@2.2.1
102911npm info lifecycle mute-stream@0.0.4~postinstall: mute-stream@0.0.4
102912npm info lifecycle nan@2.1.0~postinstall: nan@2.1.0
102913npm info lifecycle natural-compare@1.2.2~postinstall: natural-compare@1.2.2
102914npm info lifecycle ncp@1.0.1~postinstall: ncp@1.0.1
102915npm info lifecycle negotiator@0.6.0~postinstall: negotiator@0.6.0
102916npm info lifecycle accepts@1.3.0~postinstall: accepts@1.3.0
102917npm info lifecycle next-tick@0.2.2~postinstall: next-tick@0.2.2
102918npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102919npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102920npm info lifecycle node-int64@0.4.0~postinstall: node-int64@0.4.0
102921npm info lifecycle bser@1.0.2~postinstall: bser@1.0.2
102922npm info lifecycle fb-watchman@1.6.0~postinstall: fb-watchman@1.6.0
102923npm info lifecycle node-modules-path@1.0.1~postinstall: node-modules-path@1.0.1
102924npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102925npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
102926npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
102927npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
102928npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
102929npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
102930npm info lifecycle node-uuid@1.4.7~postinstall: node-uuid@1.4.7
102931npm info lifecycle ansi-styles@1.0.0~postinstall: ansi-styles@1.0.0
102932npm info lifecycle strip-ansi@0.1.1~postinstall: strip-ansi@0.1.1
102933npm info lifecycle chalk@0.4.0~postinstall: chalk@0.4.0
102934npm info lifecycle underscore@1.6.0~postinstall: underscore@1.6.0
102935npm info lifecycle nomnom@1.8.1~postinstall: nomnom@1.8.1
102936npm info lifecycle jsonlint@1.6.2~postinstall: jsonlint@1.6.2
102937npm info lifecycle nopt@3.0.6~postinstall: nopt@3.0.6
102938npm info lifecycle normalize-range@0.1.2~postinstall: normalize-range@0.1.2
102939npm info lifecycle abbrev@1.0.7~postinstall: abbrev@1.0.7
102940npm info lifecycle ansi@0.3.0~postinstall: ansi@0.3.0
102941npm info lifecycle ansi-regex@2.0.0~postinstall: ansi-regex@2.0.0
102942npm info lifecycle ansicolors@0.3.2~postinstall: ansicolors@0.3.2
102943npm info lifecycle ansistyles@0.1.3~postinstall: ansistyles@0.1.3
102944npm info lifecycle archy@1.0.0~postinstall: archy@1.0.0
102945npm info lifecycle char-spinner@1.0.1~postinstall: char-spinner@1.0.1
102946npm info lifecycle chmodr@1.0.2~postinstall: chmodr@1.0.2
102947npm info lifecycle chownr@1.0.1~postinstall: chownr@1.0.1
102948npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
102949npm info lifecycle clone@0.1.19~postinstall: clone@0.1.19
102950npm info lifecycle defaults@1.0.2~postinstall: defaults@1.0.2
102951npm info lifecycle wcwidth@1.0.0~postinstall: wcwidth@1.0.0
102952npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
102953npm info lifecycle asap@2.0.3~postinstall: asap@2.0.3
102954npm info lifecycle editor@1.0.0~postinstall: editor@1.0.0
102955npm info lifecycle github-url-from-git@1.4.0~postinstall: github-url-from-git@1.4.0
102956npm info lifecycle github-url-from-username-repo@1.0.2~postinstall: github-url-from-username-repo@1.0.2
102957npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
102958npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
102959npm info lifecycle fs-write-stream-atomic@1.0.4~postinstall: fs-write-stream-atomic@1.0.4
102960npm info lifecycle hosted-git-info@2.1.4~postinstall: hosted-git-info@2.1.4
102961npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
102962npm info lifecycle block-stream@0.0.8~postinstall: block-stream@0.0.8
102963npm info lifecycle ini@1.3.4~postinstall: ini@1.3.4
102964npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
102965npm info lifecycle lockfile@1.0.1~postinstall: lockfile@1.0.1
102966npm info lifecycle lru-cache@2.7.0~postinstall: lru-cache@2.7.0
102967npm info lifecycle balanced-match@0.2.1~postinstall: balanced-match@0.2.1
102968npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102969npm info lifecycle brace-expansion@1.1.1~postinstall: brace-expansion@1.1.1
102970npm info lifecycle minimatch@3.0.0~postinstall: minimatch@3.0.0
102971npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
102972npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
102973npm info lifecycle cmd-shim@2.0.1~postinstall: cmd-shim@2.0.1
102974npm info lifecycle balanced-match@0.2.1~postinstall: balanced-match@0.2.1
102975npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
102976npm info lifecycle brace-expansion@1.1.1~postinstall: brace-expansion@1.1.1
102977npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
102978npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
102979npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
102980npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
102981npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
102982npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
102983npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
102984npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
102985npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
102986npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
102987npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
102988npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
102989npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
102990npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
102991npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
102992npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
102993npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
102994npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
102995npm info lifecycle ms@0.7.1~postinstall: ms@0.7.1
102996npm info lifecycle debug@2.2.0~postinstall: debug@2.2.0
102997npm info lifecycle array-index@0.1.1~postinstall: array-index@0.1.1
102998npm info lifecycle path-array@1.0.0~postinstall: path-array@1.0.0
102999npm info lifecycle nopt@3.0.4~postinstall: nopt@3.0.4
103000npm info lifecycle normalize-git-url@3.0.1~postinstall: normalize-git-url@3.0.1
103001npm info lifecycle builtin-modules@1.1.0~postinstall: builtin-modules@1.1.0
103002npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
103003npm info lifecycle npm-cache-filename@1.0.2~postinstall: npm-cache-filename@1.0.2
103004npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
103005npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
103006npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103007npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103008npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103009npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
103010npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103011npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103012npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103013npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
103014npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103015npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103016npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103017npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
103018npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
103019npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
103020npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
103021npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
103022npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
103023npm info lifecycle util-deprecate@1.0.1~postinstall: util-deprecate@1.0.1
103024npm info lifecycle readable-stream@2.0.2~postinstall: readable-stream@2.0.2
103025npm info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
103026npm info lifecycle concat-stream@1.5.0~postinstall: concat-stream@1.5.0
103027npm info lifecycle npm-user-validate@0.1.2~postinstall: npm-user-validate@0.1.2
103028npm info lifecycle delegates@0.1.0~postinstall: delegates@0.1.0
103029npm info lifecycle has-unicode@1.0.1~postinstall: has-unicode@1.0.1
103030npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103031npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103032npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103033npm info lifecycle lodash.pad@3.1.1~postinstall: lodash.pad@3.1.1
103034npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103035npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103036npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103037npm info lifecycle lodash.padleft@3.1.1~postinstall: lodash.padleft@3.1.1
103038npm info lifecycle lodash._basetostring@3.0.1~postinstall: lodash._basetostring@3.0.1
103039npm info lifecycle lodash.repeat@3.0.1~postinstall: lodash.repeat@3.0.1
103040npm info lifecycle lodash._createpadding@3.6.1~postinstall: lodash._createpadding@3.6.1
103041npm info lifecycle lodash.padright@3.1.1~postinstall: lodash.padright@3.1.1
103042npm info lifecycle gauge@1.2.2~postinstall: gauge@1.2.2
103043npm info lifecycle opener@1.4.1~postinstall: opener@1.4.1
103044npm info lifecycle os-homedir@1.0.0~postinstall: os-homedir@1.0.0
103045npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
103046npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
103047npm info lifecycle path-is-inside@1.0.1~postinstall: path-is-inside@1.0.1
103048npm info lifecycle debuglog@1.0.1~postinstall: debuglog@1.0.1
103049npm info lifecycle util-extend@1.0.1~postinstall: util-extend@1.0.1
103050npm info lifecycle jju@1.2.1~postinstall: jju@1.2.1
103051npm info lifecycle json-parse-helpfulerror@1.0.3~postinstall: json-parse-helpfulerror@1.0.3
103052npm info lifecycle mute-stream@0.0.5~postinstall: mute-stream@0.0.5
103053npm info lifecycle read@1.0.7~postinstall: read@1.0.7
103054npm info lifecycle promzard@0.3.0~postinstall: promzard@0.3.0
103055npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
103056npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
103057npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
103058npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
103059npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
103060npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
103061npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
103062npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
103063npm info lifecycle are-we-there-yet@1.0.4~postinstall: are-we-there-yet@1.0.4
103064npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
103065npm info lifecycle aws-sign2@0.6.0~postinstall: aws-sign2@0.6.0
103066npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
103067npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
103068npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
103069npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
103070npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
103071npm info lifecycle readable-stream@2.0.3~postinstall: readable-stream@2.0.3
103072npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
103073npm info lifecycle caseless@0.11.0~postinstall: caseless@0.11.0
103074npm info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
103075npm info lifecycle combined-stream@1.0.5~postinstall: combined-stream@1.0.5
103076npm info lifecycle extend@3.0.0~postinstall: extend@3.0.0
103077npm info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
103078npm info lifecycle async@1.5.0~postinstall: async@1.5.0
103079npm info lifecycle ansi-styles@2.1.0~postinstall: ansi-styles@2.1.0
103080npm info lifecycle escape-string-regexp@1.0.3~postinstall: escape-string-regexp@1.0.3
103081npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
103082npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
103083npm info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
103084npm info lifecycle commander@2.9.0~postinstall: commander@2.9.0
103085npm info lifecycle generate-function@2.0.0~postinstall: generate-function@2.0.0
103086npm info lifecycle is-property@1.0.2~postinstall: is-property@1.0.2
103087npm info lifecycle generate-object-property@1.2.0~postinstall: generate-object-property@1.2.0
103088npm info lifecycle jsonpointer@2.0.0~postinstall: jsonpointer@2.0.0
103089npm info lifecycle xtend@4.0.0~postinstall: xtend@4.0.0
103090npm info lifecycle is-my-json-valid@2.12.2~postinstall: is-my-json-valid@2.12.2
103091npm info lifecycle pinkie@1.0.0~postinstall: pinkie@1.0.0
103092npm info lifecycle pinkie-promise@1.0.0~postinstall: pinkie-promise@1.0.0
103093npm info lifecycle hoek@2.16.3~postinstall: hoek@2.16.3
103094npm info lifecycle boom@2.10.0~postinstall: boom@2.10.0
103095npm info lifecycle cryptiles@2.0.5~postinstall: cryptiles@2.0.5
103096npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
103097npm info lifecycle hawk@3.1.0~postinstall: hawk@3.1.0
103098npm info lifecycle asn1@0.1.11~postinstall: asn1@0.1.11
103099npm info lifecycle assert-plus@0.1.5~postinstall: assert-plus@0.1.5
103100npm info lifecycle ctype@0.5.3~postinstall: ctype@0.5.3
103101npm info lifecycle http-signature@0.11.0~postinstall: http-signature@0.11.0
103102npm info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
103103npm info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
103104npm info lifecycle mime-db@1.19.0~postinstall: mime-db@1.19.0
103105npm info lifecycle mime-types@2.1.7~postinstall: mime-types@2.1.7
103106npm info lifecycle form-data@1.0.0-rc3~postinstall: form-data@1.0.0-rc3
103107npm info lifecycle node-uuid@1.4.3~postinstall: node-uuid@1.4.3
103108npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
103109npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
103110npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
103111npm info lifecycle tough-cookie@2.2.0~postinstall: tough-cookie@2.2.0
103112npm info lifecycle tunnel-agent@0.4.1~postinstall: tunnel-agent@0.4.1
103113npm info lifecycle retry@0.8.0~postinstall: retry@0.8.0
103114npm info lifecycle semver@5.0.3~postinstall: semver@5.0.3
103115npm info lifecycle npm-package-arg@4.0.2~postinstall: npm-package-arg@4.0.2
103116npm info lifecycle npm-install-checks@1.0.6~postinstall: npm-install-checks@1.0.6
103117npm info lifecycle core-util-is@1.0.1~postinstall: core-util-is@1.0.1
103118npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
103119npm info lifecycle process-nextick-args@1.0.3~postinstall: process-nextick-args@1.0.3
103120npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
103121npm info lifecycle util-deprecate@1.0.1~postinstall: util-deprecate@1.0.1
103122npm info lifecycle readable-stream@2.0.2~postinstall: readable-stream@2.0.2
103123npm info lifecycle sha@2.0.1~postinstall: sha@2.0.1
103124npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
103125npm info lifecycle sorted-object@1.0.0~postinstall: sorted-object@1.0.0
103126npm info lifecycle spdx-license-ids@1.1.0~postinstall: spdx-license-ids@1.1.0
103127npm info lifecycle spdx@0.4.1~postinstall: spdx@0.4.1
103128npm info lifecycle strip-ansi@3.0.0~postinstall: strip-ansi@3.0.0
103129npm info lifecycle chalk@1.1.1~postinstall: chalk@1.1.1
103130npm info lifecycle har-validator@2.0.2~postinstall: har-validator@2.0.2
103131npm info lifecycle request@2.65.0~postinstall: request@2.65.0
103132npm info lifecycle columnify@1.5.2~postinstall: columnify@1.5.2
103133npm info lifecycle text-table@0.2.0~postinstall: text-table@0.2.0
103134npm info lifecycle uid-number@0.0.6~postinstall: uid-number@0.0.6
103135npm info lifecycle umask@1.1.0~postinstall: umask@1.1.0
103136npm info lifecycle spdx-correct@1.0.1~postinstall: spdx-correct@1.0.1
103137npm info lifecycle spdx-exceptions@1.0.2~postinstall: spdx-exceptions@1.0.2
103138npm info lifecycle spdx-expression-parse@1.0.0~postinstall: spdx-expression-parse@1.0.0
103139npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
103140npm info lifecycle normalize-package-data@2.3.5~postinstall: normalize-package-data@2.3.5
103141npm info lifecycle builtins@0.0.7~postinstall: builtins@0.0.7
103142npm info lifecycle validate-npm-package-name@2.2.2~postinstall: validate-npm-package-name@2.2.2
103143npm info lifecycle is-relative@0.1.3~postinstall: is-relative@0.1.3
103144npm info lifecycle is-absolute@0.1.7~postinstall: is-absolute@0.1.7
103145npm info lifecycle which@1.2.0~postinstall: which@1.2.0
103146npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
103147npm info lifecycle once@1.3.2~postinstall: once@1.3.2
103148npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
103149npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
103150npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
103151npm info lifecycle rimraf@2.4.3~postinstall: rimraf@2.4.3
103152npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
103153npm info lifecycle tar@2.2.1~postinstall: tar@2.2.1
103154npm info lifecycle tar@1.0.3~postinstall: tar@1.0.3
103155npm info lifecycle node-gyp@3.0.3~postinstall: node-gyp@3.0.3
103156npm info lifecycle fstream-ignore@1.0.3~postinstall: fstream-ignore@1.0.3
103157npm info lifecycle fstream-npm@1.0.7~postinstall: fstream-npm@1.0.7
103158npm info lifecycle fs-vacuum@1.2.7~postinstall: fs-vacuum@1.2.7
103159npm info lifecycle read-package-json@2.0.2~postinstall: read-package-json@2.0.2
103160npm info lifecycle init-package-json@1.9.1~postinstall: init-package-json@1.9.1
103161npm info lifecycle dezalgo@1.0.3~postinstall: dezalgo@1.0.3
103162npm info lifecycle realize-package-specifier@3.0.1~postinstall: realize-package-specifier@3.0.1
103163npm info lifecycle readdir-scoped-modules@1.0.2~postinstall: readdir-scoped-modules@1.0.2
103164npm info lifecycle read-installed@4.0.3~postinstall: read-installed@4.0.3
103165npm info lifecycle async-some@1.0.2~postinstall: async-some@1.0.2
103166npm info lifecycle write-file-atomic@1.1.3~postinstall: write-file-atomic@1.1.3
103167npm info lifecycle num2fraction@1.2.2~postinstall: num2fraction@1.2.2
103168npm info lifecycle number-is-nan@1.0.0~postinstall: number-is-nan@1.0.0
103169npm info lifecycle is-finite@1.0.1~postinstall: is-finite@1.0.1
103170npm info lifecycle is-integer@1.0.6~postinstall: is-integer@1.0.6
103171npm info lifecycle repeating@2.0.0~postinstall: repeating@2.0.0
103172npm info lifecycle indent-string@2.1.0~postinstall: indent-string@2.1.0
103173npm info lifecycle oauth-sign@0.8.0~postinstall: oauth-sign@0.8.0
103174npm info lifecycle object-assign@3.0.0~postinstall: object-assign@3.0.0
103175npm info lifecycle object-component@0.0.3~postinstall: object-component@0.0.3
103176npm info lifecycle object-keys@1.0.1~postinstall: object-keys@1.0.1
103177npm info lifecycle on-finished@2.3.0~postinstall: on-finished@2.3.0
103178npm info lifecycle on-headers@1.0.1~postinstall: on-headers@1.0.1
103179npm info lifecycle morgan@1.6.1~postinstall: morgan@1.6.1
103180npm info lifecycle options@0.0.6~postinstall: options@0.0.6
103181npm info lifecycle os-homedir@1.0.1~postinstall: os-homedir@1.0.1
103182npm info lifecycle os-locale@1.4.0~postinstall: os-locale@1.4.0
103183npm info lifecycle os-shim@0.1.3~postinstall: os-shim@0.1.3
103184npm info lifecycle os-tmpdir@1.0.1~postinstall: os-tmpdir@1.0.1
103185npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
103186npm info lifecycle temp@0.8.3~postinstall: temp@0.8.3
103187npm info lifecycle osenv@0.1.3~postinstall: osenv@0.1.3
103188npm info lifecycle osenv@0.0.3~postinstall: osenv@0.0.3
103189npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
103190npm info lifecycle parsejson@0.0.1~postinstall: parsejson@0.0.1
103191npm info lifecycle parseqs@0.0.2~postinstall: parseqs@0.0.2
103192npm info lifecycle parseuri@0.0.2~postinstall: parseuri@0.0.2
103193npm info lifecycle parseurl@1.3.0~postinstall: parseurl@1.3.0
103194npm info lifecycle path@0.11.14~postinstall: path@0.11.14
103195npm info lifecycle path-array@1.0.0~postinstall: path-array@1.0.0
103196npm info lifecycle path-exists@1.0.0~postinstall: path-exists@1.0.0
103197npm info lifecycle path-is-absolute@1.0.0~postinstall: path-is-absolute@1.0.0
103198npm info lifecycle path-posix@1.0.0~postinstall: path-posix@1.0.0
103199npm info lifecycle path-to-regexp@0.1.7~postinstall: path-to-regexp@0.1.7
103200npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
103201npm info lifecycle pathval@0.1.1~postinstall: pathval@0.1.1
103202npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
103203npm info lifecycle pinkie@2.0.1~postinstall: pinkie@2.0.1
103204npm info lifecycle pinkie-promise@2.0.0~postinstall: pinkie-promise@2.0.0
103205npm info lifecycle path-type@1.1.0~postinstall: path-type@1.1.0
103206npm info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
103207npm info lifecycle find-up@1.1.0~postinstall: find-up@1.1.0
103208npm info lifecycle pkginfo@0.3.1~postinstall: pkginfo@0.3.1
103209npm info lifecycle pleasant-progress@1.1.0~postinstall: pleasant-progress@1.1.0
103210npm info lifecycle async@0.9.0~postinstall: async@0.9.0
103211npm info lifecycle portfinder@0.4.0~postinstall: portfinder@0.4.0
103212npm info lifecycle postcss-value-parser@3.2.3~postinstall: postcss-value-parser@3.2.3
103213npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
103214npm info lifecycle supports-color@3.1.2~postinstall: supports-color@3.1.2
103215npm info lifecycle postcss@5.0.13~postinstall: postcss@5.0.13
103216npm info lifecycle autoprefixer@6.2.1~postinstall: autoprefixer@6.2.1
103217npm info lifecycle printf@0.2.3~postinstall: printf@0.2.3
103218npm info lifecycle private@0.1.6~postinstall: private@0.1.6
103219npm info lifecycle process-nextick-args@1.0.6~postinstall: process-nextick-args@1.0.6
103220npm info lifecycle process-relative-require@1.0.0~postinstall: process-relative-require@1.0.0
103221npm info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
103222npm info lifecycle config-chain@1.1.9~postinstall: config-chain@1.1.9
103223npm info lifecycle proxy-addr@1.0.10~postinstall: proxy-addr@1.0.10
103224npm info lifecycle pseudomap@1.0.1~postinstall: pseudomap@1.0.1
103225npm info lifecycle lru-cache@3.2.0~postinstall: lru-cache@3.2.0
103226npm info lifecycle q@1.4.1~postinstall: q@1.4.1
103227npm info lifecycle qs@4.0.0~postinstall: qs@4.0.0
103228npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
103229npm info lifecycle range-parser@1.0.3~postinstall: range-parser@1.0.3
103230npm info lifecycle bytes@2.2.0~postinstall: bytes@2.2.0
103231npm info lifecycle read@1.0.7~postinstall: read@1.0.7
103232npm info lifecycle ansi-regex@1.1.1~postinstall: ansi-regex@1.1.1
103233npm info lifecycle strip-ansi@2.0.1~postinstall: strip-ansi@2.0.1
103234npm info lifecycle readline2@0.1.1~postinstall: readline2@0.1.1
103235npm info lifecycle source-map@0.5.3~postinstall: source-map@0.5.3
103236npm info lifecycle recast@0.10.33~postinstall: recast@0.10.33
103237npm info lifecycle esprima-fb@12001.1.0-dev-harmony-fb~postinstall: esprima-fb@12001.1.0-dev-harmony-fb
103238npm info lifecycle redeyed@0.5.0~postinstall: redeyed@0.5.0
103239npm info lifecycle cardinal@0.5.0~postinstall: cardinal@0.5.0
103240npm info lifecycle regenerate@1.2.1~postinstall: regenerate@1.2.1
103241npm info lifecycle esprima@2.7.1~postinstall: esprima@2.7.1
103242npm info lifecycle regjsgen@0.2.0~postinstall: regjsgen@0.2.0
103243npm info lifecycle regjsparser@0.1.5~postinstall: regjsparser@0.1.5
103244npm info lifecycle regexpu@1.3.0~postinstall: regexpu@1.3.0
103245npm info lifecycle repeat-string@1.5.2~postinstall: repeat-string@1.5.2
103246npm info lifecycle align-text@0.1.3~postinstall: align-text@0.1.3
103247npm info lifecycle center-align@0.1.2~postinstall: center-align@0.1.2
103248npm info lifecycle repeating@1.1.3~postinstall: repeating@1.1.3
103249npm info lifecycle detect-indent@3.0.1~postinstall: detect-indent@3.0.1
103250npm info lifecycle qs@5.2.0~postinstall: qs@5.2.0
103251npm info lifecycle requires-port@0.0.1~postinstall: requires-port@0.0.1
103252npm info lifecycle http-proxy@1.12.0~postinstall: http-proxy@1.12.0
103253npm info lifecycle reserved-words@0.1.1~postinstall: reserved-words@0.1.1
103254npm info lifecycle resolve@1.1.6~postinstall: resolve@1.1.6
103255npm info lifecycle revalidator@0.1.8~postinstall: revalidator@0.1.8
103256npm info lifecycle right-align@0.1.3~postinstall: right-align@0.1.3
103257npm info lifecycle cliui@2.1.0~postinstall: cliui@2.1.0
103258npm info lifecycle rsvp@3.0.21~postinstall: rsvp@3.0.21
103259npm info lifecycle promise-map-series@0.2.2~postinstall: promise-map-series@0.2.2
103260npm info lifecycle ember-data@1.13.15~postinstall: ember-data@1.13.15
103261npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
103262npm info lifecycle semver@4.3.6~postinstall: semver@4.3.6
103263npm info lifecycle ember-cli-version-checker@1.1.5~postinstall: ember-cli-version-checker@1.1.5
103264npm info lifecycle semver-utils@1.1.1~postinstall: semver-utils@1.1.1
103265npm info lifecycle bower@1.7.1~postinstall: bower@1.7.1
103266npm info lifecycle shebang-regex@1.0.0~postinstall: shebang-regex@1.0.0
103267npm info lifecycle shelljs@0.3.0~postinstall: shelljs@0.3.0
103268npm info lifecycle sigmund@1.0.1~postinstall: sigmund@1.0.1
103269npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
103270npm info lifecycle minimatch@1.0.0~postinstall: minimatch@1.0.0
103271npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
103272npm info lifecycle glob@3.1.21~postinstall: glob@3.1.21
103273npm info lifecycle globule@0.1.0~postinstall: globule@0.1.0
103274npm info lifecycle gaze@0.5.2~postinstall: gaze@0.5.2
103275npm info lifecycle minimatch@0.2.14~postinstall: minimatch@0.2.14
103276npm info lifecycle fireworm@0.6.6~postinstall: fireworm@0.6.6
103277npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
103278npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
103279npm info lifecycle cli@0.6.6~postinstall: cli@0.6.6
103280npm info lifecycle minimatch@0.3.0~postinstall: minimatch@0.3.0
103281npm info lifecycle glob@3.2.11~postinstall: glob@3.2.11
103282npm info lifecycle findup-sync@0.1.3~postinstall: findup-sync@0.1.3
103283npm info lifecycle signal-exit@2.1.2~postinstall: signal-exit@2.1.2
103284npm info lifecycle loud-rejection@1.2.0~postinstall: loud-rejection@1.2.0
103285npm info lifecycle silent-error@1.0.0~postinstall: silent-error@1.0.0
103286npm info lifecycle ember-cli-normalize-entity-name@1.0.0~postinstall: ember-cli-normalize-entity-name@1.0.0
103287npm info lifecycle simple-fmt@0.1.0~postinstall: simple-fmt@0.1.0
103288npm info lifecycle simple-is@0.2.0~postinstall: simple-is@0.2.0
103289npm info lifecycle slash@1.0.0~postinstall: slash@1.0.0
103290npm info lifecycle slide@1.1.6~postinstall: slide@1.1.6
103291npm info lifecycle sntp@1.0.9~postinstall: sntp@1.0.9
103292npm info lifecycle hawk@3.1.2~postinstall: hawk@3.1.2
103293npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
103294npm info lifecycle debug@1.0.2~postinstall: debug@1.0.2
103295npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
103296npm info lifecycle socket.io-parser@2.2.2~postinstall: socket.io-parser@2.2.2
103297npm info lifecycle socket.io-adapter@0.3.1~postinstall: socket.io-adapter@0.3.1
103298npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
103299npm info lifecycle debug@0.7.4~postinstall: debug@0.7.4
103300npm info lifecycle socket.io-parser@2.2.4~postinstall: socket.io-parser@2.2.4
103301npm info lifecycle ms@0.6.2~postinstall: ms@0.6.2
103302npm info lifecycle debug@2.1.0~postinstall: debug@2.1.0
103303npm info lifecycle source-map@0.1.43~postinstall: source-map@0.1.43
103304npm info lifecycle recast@0.9.18~postinstall: recast@0.9.18
103305npm info lifecycle ember-router-generator@1.1.1~postinstall: ember-router-generator@1.1.1
103306npm info lifecycle source-map@0.1.32~postinstall: source-map@0.1.32
103307npm info lifecycle source-map-support@0.2.10~postinstall: source-map-support@0.2.10
103308npm info lifecycle source-map-url@0.3.0~postinstall: source-map-url@0.3.0
103309npm info lifecycle spawnback@1.0.0~postinstall: spawnback@1.0.0
103310npm info lifecycle git-tools@0.1.4~postinstall: git-tools@0.1.4
103311npm info lifecycle ember-cli-release@0.2.8~postinstall: ember-cli-release@0.2.8
103312npm info lifecycle spdx-exceptions@1.0.4~postinstall: spdx-exceptions@1.0.4
103313npm info lifecycle spdx-license-ids@1.1.0~postinstall: spdx-license-ids@1.1.0
103314npm info lifecycle spdx-expression-parse@1.0.2~postinstall: spdx-expression-parse@1.0.2
103315npm info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
103316npm info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
103317npm info lifecycle argparse@1.0.3~postinstall: argparse@1.0.3
103318npm info lifecycle js-yaml@3.4.6~postinstall: js-yaml@3.4.6
103319npm info lifecycle sri-toolbox@0.2.0~postinstall: sri-toolbox@0.2.0
103320npm info lifecycle assert-plus@0.2.0~postinstall: assert-plus@0.2.0
103321npm info lifecycle stable@0.1.5~postinstall: stable@0.1.5
103322npm info lifecycle alter@0.2.0~postinstall: alter@0.2.0
103323npm info lifecycle stack-trace@0.0.9~postinstall: stack-trace@0.0.9
103324npm info lifecycle statuses@1.2.1~postinstall: statuses@1.2.1
103325npm info lifecycle http-errors@1.3.1~postinstall: http-errors@1.3.1
103326npm info lifecycle send@0.13.0~postinstall: send@0.13.0
103327npm info lifecycle serve-static@1.10.0~postinstall: serve-static@1.10.0
103328npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
103329npm info lifecycle readable-stream@1.1.13~postinstall: readable-stream@1.1.13
103330npm info lifecycle htmlparser2@3.8.3~postinstall: htmlparser2@3.8.3
103331npm info lifecycle stringmap@0.2.2~postinstall: stringmap@0.2.2
103332npm info lifecycle stringset@0.2.1~postinstall: stringset@0.2.1
103333npm info lifecycle stringstream@0.0.5~postinstall: stringstream@0.0.5
103334npm info lifecycle strip-ansi@0.3.0~postinstall: strip-ansi@0.3.0
103335npm info lifecycle strip-bom@2.0.0~postinstall: strip-bom@2.0.0
103336npm info lifecycle load-json-file@1.1.0~postinstall: load-json-file@1.1.0
103337npm info lifecycle strip-indent@1.0.1~postinstall: strip-indent@1.0.1
103338npm info lifecycle redent@1.0.0~postinstall: redent@1.0.0
103339npm info lifecycle strip-json-comments@1.0.4~postinstall: strip-json-comments@1.0.4
103340npm info lifecycle jshint@2.8.0~postinstall: jshint@2.8.0
103341npm info lifecycle styled_string@0.0.1~postinstall: styled_string@0.0.1
103342npm info lifecycle supports-color@0.2.0~postinstall: supports-color@0.2.0
103343npm info lifecycle chalk@0.5.1~postinstall: chalk@0.5.1
103344npm info lifecycle fast-sourcemap-concat@0.2.7~postinstall: fast-sourcemap-concat@0.2.7
103345npm info lifecycle ember-cli-dependency-checker@1.2.0~postinstall: ember-cli-dependency-checker@1.2.0
103346npm info lifecycle can-symlink@0.0.1~postinstall: can-symlink@0.0.1
103347npm info lifecycle symlink-or-copy@1.0.1~postinstall: symlink-or-copy@1.0.1
103348npm info lifecycle sync-exec@0.5.0~postinstall: sync-exec@0.5.0
103349npm info lifecycle rimraf@2.2.8~postinstall: rimraf@2.2.8
103350npm info lifecycle temp@0.8.1~postinstall: temp@0.8.1
103351npm info lifecycle async@1.5.0~postinstall: async@1.5.0
103352npm info lifecycle through@2.3.8~postinstall: through@2.3.8
103353npm info lifecycle timers-ext@0.1.0~postinstall: timers-ext@0.1.0
103354npm info lifecycle memoizee@0.3.9~postinstall: memoizee@0.3.9
103355npm info lifecycle cli-color@0.3.3~postinstall: cli-color@0.3.3
103356npm info lifecycle inquirer@0.5.1~postinstall: inquirer@0.5.1
103357npm info lifecycle qs@5.1.0~postinstall: qs@5.1.0
103358npm info lifecycle tmpl@1.0.4~postinstall: tmpl@1.0.4
103359npm info lifecycle makeerror@1.0.11~postinstall: makeerror@1.0.11
103360npm info lifecycle to-array@0.1.3~postinstall: to-array@0.1.3
103361npm info lifecycle to-double-quotes@2.0.0~postinstall: to-double-quotes@2.0.0
103362npm info lifecycle to-fast-properties@1.0.1~postinstall: to-fast-properties@1.0.1
103363npm info lifecycle to-single-quotes@2.0.0~postinstall: to-single-quotes@2.0.0
103364npm info lifecycle tough-cookie@2.2.1~postinstall: tough-cookie@2.2.1
103365npm info lifecycle trim-newlines@1.0.0~postinstall: trim-newlines@1.0.0
103366npm info lifecycle trim-right@1.0.1~postinstall: trim-right@1.0.1
103367npm info lifecycle try-resolve@1.0.1~postinstall: try-resolve@1.0.1
103368npm info lifecycle tryor@0.1.2~postinstall: tryor@0.1.2
103369npm info lifecycle tunnel-agent@0.4.2~postinstall: tunnel-agent@0.4.2
103370npm info lifecycle tweetnacl@0.13.2~postinstall: tweetnacl@0.13.2
103371npm info lifecycle sshpk@1.7.1~postinstall: sshpk@1.7.1
103372npm info lifecycle type-is@1.6.10~postinstall: type-is@1.6.10
103373npm info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
103374npm info lifecycle uc.micro@1.0.0~postinstall: uc.micro@1.0.0
103375npm info lifecycle linkify-it@1.2.0~postinstall: linkify-it@1.2.0
103376npm info lifecycle markdown-it@4.3.0~postinstall: markdown-it@4.3.0
103377npm info lifecycle markdown-it-terminal@0.0.2~postinstall: markdown-it-terminal@0.0.2
103378npm info lifecycle uglify-to-browserify@1.0.2~postinstall: uglify-to-browserify@1.0.2
103379npm info lifecycle uglify-js@2.5.0~postinstall: uglify-js@2.5.0
103380npm info lifecycle uid-number@0.0.5~postinstall: uid-number@0.0.5
103381npm info lifecycle ultron@1.0.2~postinstall: ultron@1.0.2
103382npm info lifecycle underscore@1.8.3~postinstall: underscore@1.8.3
103383npm info lifecycle backbone@1.2.3~postinstall: backbone@1.2.3
103384npm info lifecycle underscore.string@2.3.3~postinstall: underscore.string@2.3.3
103385npm info lifecycle quick-temp@0.1.5~postinstall: quick-temp@0.1.5
103386npm info lifecycle broccoli-writer@0.1.1~postinstall: broccoli-writer@0.1.1
103387npm info lifecycle broccoli-uglify-sourcemap@1.1.0~postinstall: broccoli-uglify-sourcemap@1.1.0
103388npm info lifecycle ember-cli-uglify@1.2.0~postinstall: ember-cli-uglify@1.2.0
103389npm info lifecycle quick-temp@0.1.3~postinstall: quick-temp@0.1.3
103390npm info lifecycle unpipe@1.0.0~postinstall: unpipe@1.0.0
103391npm info lifecycle raw-body@2.1.5~postinstall: raw-body@2.1.5
103392npm info lifecycle body-parser@1.14.2~postinstall: body-parser@1.14.2
103393npm info lifecycle ember-cli-content-security-policy@0.4.0~postinstall: ember-cli-content-security-policy@0.4.0
103394npm info lifecycle finalhandler@0.4.0~postinstall: finalhandler@0.4.0
103395npm info lifecycle user-home@1.1.1~postinstall: user-home@1.1.1
103396npm info lifecycle home-or-tmp@1.0.0~postinstall: home-or-tmp@1.0.0
103397npm info lifecycle utf8@2.1.0~postinstall: utf8@2.1.0
103398npm info lifecycle engine.io-parser@1.2.2~postinstall: engine.io-parser@1.2.2
103399npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
103400npm info lifecycle readable-stream@2.0.5~postinstall: readable-stream@2.0.5
103401npm info lifecycle tap-parser@1.2.2~postinstall: tap-parser@1.2.2
103402npm info lifecycle concat-stream@1.5.1~postinstall: concat-stream@1.5.1
103403npm info lifecycle spawn-sync@1.0.13~postinstall: spawn-sync@1.0.13
103404
103405> spawn-sync@1.0.13 postinstall /var/www/roundcube-shell.git/node_modules/spawn-sync
103406> node postinstall
103407
103408npm verb lifecycle spawn-sync@1.0.13~postinstall: unsafe-perm in lifecycle false
103409npm verb lifecycle spawn-sync@1.0.13~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/roundcube-shell.git/node_modules/spawn-sync/node_modules/.bin:/var/www/roundcube-shell.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
103410npm verb lifecycle spawn-sync@1.0.13~postinstall: CWD: /var/www/roundcube-shell.git/node_modules/spawn-sync
103411npm info lifecycle comment-parser@0.3.1~postinstall: comment-parser@0.3.1
103412npm info lifecycle jscs-jsdoc@1.3.1~postinstall: jscs-jsdoc@1.3.1
103413npm info lifecycle bl@1.0.0~postinstall: bl@1.0.0
103414npm info lifecycle are-we-there-yet@1.0.5~postinstall: are-we-there-yet@1.0.5
103415npm info lifecycle npmlog@1.2.1~postinstall: npmlog@1.2.1
103416npm info lifecycle npmlog@2.0.0~postinstall: npmlog@2.0.0
103417npm info lifecycle npm-registry-client@7.0.7~postinstall: npm-registry-client@7.0.7
103418npm info lifecycle npm@2.14.10~postinstall: npm@2.14.10
103419npm info lifecycle ncp@0.4.2~postinstall: ncp@0.4.2
103420npm info lifecycle utils-merge@1.0.0~postinstall: utils-merge@1.0.0
103421npm info lifecycle express@4.13.3~postinstall: express@4.13.3
103422npm info lifecycle connect@3.4.0~postinstall: connect@3.4.0
103423npm info lifecycle uuid@2.0.1~postinstall: uuid@2.0.1
103424npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
103425npm info lifecycle normalize-package-data@2.3.5~postinstall: normalize-package-data@2.3.5
103426npm info lifecycle read-pkg@1.1.0~postinstall: read-pkg@1.1.0
103427npm info lifecycle read-pkg-up@1.0.1~postinstall: read-pkg-up@1.0.1
103428npm info lifecycle meow@3.6.0~postinstall: meow@3.6.0
103429npm info lifecycle vary@1.1.0~postinstall: vary@1.1.0
103430npm info lifecycle compression@1.6.0~postinstall: compression@1.6.0
103431npm info lifecycle verror@1.3.6~postinstall: verror@1.3.6
103432npm info lifecycle jsprim@1.2.2~postinstall: jsprim@1.2.2
103433npm info lifecycle http-signature@1.1.0~postinstall: http-signature@1.1.0
103434npm info lifecycle vow@0.4.11~postinstall: vow@0.4.11
103435npm info lifecycle minimatch@2.0.10~postinstall: minimatch@2.0.10
103436npm info lifecycle vow-queue@0.4.2~postinstall: vow-queue@0.4.2
103437npm info lifecycle walk-sync@0.2.6~postinstall: walk-sync@0.2.6
103438npm info lifecycle walker@1.0.7~postinstall: walker@1.0.7
103439npm info lifecycle watch@0.10.0~postinstall: watch@0.10.0
103440npm info lifecycle sane@1.3.0~postinstall: sane@1.3.0
103441npm info lifecycle broccoli-sane-watcher@1.1.4~postinstall: broccoli-sane-watcher@1.1.4
103442npm info lifecycle websocket-extensions@0.1.1~postinstall: websocket-extensions@0.1.1
103443npm info lifecycle websocket-driver@0.6.3~postinstall: websocket-driver@0.6.3
103444npm info lifecycle faye-websocket@0.10.0~postinstall: faye-websocket@0.10.0
103445npm info lifecycle tiny-lr@0.2.0~postinstall: tiny-lr@0.2.0
103446npm info lifecycle which@1.2.1~postinstall: which@1.2.1
103447npm info lifecycle cross-spawn-async@2.1.1~postinstall: cross-spawn-async@2.1.1
103448npm info lifecycle cross-spawn@2.1.0~postinstall: cross-spawn@2.1.0
103449npm info lifecycle win-spawn@2.0.0~postinstall: win-spawn@2.0.0
103450npm info lifecycle broccoli-livingstyleguide@0.2.0~postinstall: broccoli-livingstyleguide@0.2.0
103451npm info lifecycle window-size@0.1.4~postinstall: window-size@0.1.4
103452npm info lifecycle winston@0.8.3~postinstall: winston@0.8.3
103453npm info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
103454npm info lifecycle optimist@0.3.7~postinstall: optimist@0.3.7
103455npm info lifecycle uglify-js@2.3.6~postinstall: uglify-js@2.3.6
103456npm info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
103457npm info lifecycle handlebars@3.0.3~postinstall: handlebars@3.0.3
103458npm info lifecycle bower-config@0.6.1~postinstall: bower-config@0.6.1
103459npm info lifecycle wrappy@1.0.1~postinstall: wrappy@1.0.1
103460npm info lifecycle once@1.3.3~postinstall: once@1.3.3
103461npm info lifecycle npmconf@2.1.2~postinstall: npmconf@2.1.2
103462npm info lifecycle inflight@1.0.4~postinstall: inflight@1.0.4
103463npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
103464npm info lifecycle vow-fs@0.3.4~postinstall: vow-fs@0.3.4
103465npm info lifecycle glob@6.0.1~postinstall: glob@6.0.1
103466npm info lifecycle rimraf@2.4.5~postinstall: rimraf@2.4.5
103467npm info lifecycle utile@0.2.1~postinstall: utile@0.2.1
103468npm info lifecycle prompt@0.2.14~postinstall: prompt@0.2.14
103469npm info lifecycle fstream@1.0.8~postinstall: fstream@1.0.8
103470npm info lifecycle tar@2.2.1~postinstall: tar@2.2.1
103471npm info lifecycle fs-extra@0.22.1~postinstall: fs-extra@0.22.1
103472npm info lifecycle fs-extra@0.18.4~postinstall: fs-extra@0.18.4
103473npm info lifecycle ember-try@0.0.8~postinstall: ember-try@0.0.8
103474npm info lifecycle fs-extra@0.16.5~postinstall: fs-extra@0.16.5
103475npm info lifecycle fs-extra@0.18.4~postinstall: fs-extra@0.18.4
103476npm info lifecycle cpr@0.4.2~postinstall: cpr@0.4.2
103477npm info lifecycle fs-extra@0.13.0~postinstall: fs-extra@0.13.0
103478npm info lifecycle broccoli-plugin@1.2.1~postinstall: broccoli-plugin@1.2.1
103479npm info lifecycle broccoli-merge-trees@0.2.4~postinstall: broccoli-merge-trees@0.2.4
103480npm info lifecycle broccoli-merge-trees@0.2.4~postinstall: broccoli-merge-trees@0.2.4
103481npm info lifecycle broccoli-funnel@0.2.15~postinstall: broccoli-funnel@0.2.15
103482npm info lifecycle broccoli-merge-trees@0.2.4~postinstall: broccoli-merge-trees@0.2.4
103483npm info lifecycle broccoli-funnel@0.2.15~postinstall: broccoli-funnel@0.2.15
103484npm info lifecycle ember-cli-blanket@0.6.2~postinstall: ember-cli-blanket@0.6.2
103485npm info lifecycle broccoli-merge-trees@0.2.4~postinstall: broccoli-merge-trees@0.2.4
103486npm info lifecycle broccoli-merge-trees@1.1.0~postinstall: broccoli-merge-trees@1.1.0
103487npm info lifecycle broccoli-funnel@1.0.1~postinstall: broccoli-funnel@1.0.1
103488npm info lifecycle fs-extra@0.24.0~postinstall: fs-extra@0.24.0
103489npm info lifecycle broccoli-plugin@1.1.0~postinstall: broccoli-plugin@1.1.0
103490npm info lifecycle async-disk-cache@1.0.3~postinstall: async-disk-cache@1.0.3
103491npm info lifecycle glob@4.5.3~postinstall: glob@4.5.3
103492npm info lifecycle glob@5.0.15~postinstall: glob@5.0.15
103493npm info lifecycle fileset@0.2.1~postinstall: fileset@0.2.1
103494npm info lifecycle commoner@0.10.4~postinstall: commoner@0.10.4
103495npm info lifecycle broccoli-kitchen-sink-helpers@0.2.9~postinstall: broccoli-kitchen-sink-helpers@0.2.9
103496npm info lifecycle hash-for-dep@1.0.1~postinstall: hash-for-dep@1.0.1
103497npm info lifecycle broccoli-filter@0.1.14~postinstall: broccoli-filter@0.1.14
103498npm info lifecycle ember-cli-htmlbars@0.7.9~postinstall: ember-cli-htmlbars@0.7.9
103499npm info lifecycle broccoli-filter@0.1.14~postinstall: broccoli-filter@0.1.14
103500npm info lifecycle ember-cli-htmlbars@0.7.9~postinstall: ember-cli-htmlbars@0.7.9
103501npm info lifecycle broccoli-static-compiler@0.2.2~postinstall: broccoli-static-compiler@0.2.2
103502npm info lifecycle broccoli-persistent-filter@1.1.6~postinstall: broccoli-persistent-filter@1.1.6
103503npm info lifecycle ember-cli-htmlbars@1.0.1~postinstall: ember-cli-htmlbars@1.0.1
103504npm info lifecycle broccoli-stew@1.2.0~postinstall: broccoli-stew@1.2.0
103505npm info lifecycle broccoli-jshint@1.1.1~postinstall: broccoli-jshint@1.1.1
103506npm info lifecycle broccoli-autoprefixer@4.1.0~postinstall: broccoli-autoprefixer@4.1.0
103507npm info lifecycle ember-cli-autoprefixer@0.5.0~postinstall: ember-cli-autoprefixer@0.5.0
103508npm info lifecycle broccoli-filter@1.2.3~postinstall: broccoli-filter@1.2.3
103509npm info lifecycle broccoli-asset-rewrite@1.0.11~postinstall: broccoli-asset-rewrite@1.0.11
103510npm info lifecycle broccoli-asset-rev@2.4.1~postinstall: broccoli-asset-rev@2.4.1
103511npm info lifecycle broccoli-filter@0.1.14~postinstall: broccoli-filter@0.1.14
103512npm info lifecycle broccoli-clean-css@0.2.0~postinstall: broccoli-clean-css@0.2.0
103513npm info lifecycle ember-cli-preprocess-registry@1.1.0~postinstall: ember-cli-preprocess-registry@1.1.0
103514npm info lifecycle broccoli-caching-writer@2.2.1~postinstall: broccoli-caching-writer@2.2.1
103515npm info lifecycle broccoli-sourcemap-concat@1.1.6~postinstall: broccoli-sourcemap-concat@1.1.6
103516npm info lifecycle broccoli-sri-hash@1.2.2~postinstall: broccoli-sri-hash@1.2.2
103517npm info lifecycle ember-cli-sri@1.2.1~postinstall: ember-cli-sri@1.2.1
103518npm info lifecycle broccoli-sourcemap-concat@2.0.2~postinstall: broccoli-sourcemap-concat@2.0.2
103519npm info lifecycle broccoli-config-loader@1.0.0~postinstall: broccoli-config-loader@1.0.0
103520npm info lifecycle broccoli-kitchen-sink-helpers@0.3.1~postinstall: broccoli-kitchen-sink-helpers@0.3.1
103521npm info lifecycle broccoli-config-replace@1.1.1~postinstall: broccoli-config-replace@1.1.1
103522npm info lifecycle glob@4.3.5~postinstall: glob@4.3.5
103523npm info lifecycle findup-sync@0.2.1~postinstall: findup-sync@0.2.1
103524npm info lifecycle broccoli@0.16.8~postinstall: broccoli@0.16.8
103525npm info lifecycle glob@5.0.13~postinstall: glob@5.0.13
103526npm info lifecycle graceful-fs@4.1.2~postinstall: graceful-fs@4.1.2
103527npm info lifecycle write-file-atomic@1.1.4~postinstall: write-file-atomic@1.1.4
103528npm info lifecycle ws-pure@0.8.0~postinstall: ws-pure@0.8.0
103529npm info lifecycle engine.io-pure@1.5.9~postinstall: engine.io-pure@1.5.9
103530npm info lifecycle xdg-basedir@2.0.0~postinstall: xdg-basedir@2.0.0
103531npm info lifecycle configstore@1.2.1~postinstall: configstore@1.2.1
103532npm info lifecycle xmlbuilder@3.1.0~postinstall: xmlbuilder@3.1.0
103533npm info lifecycle xmldom@0.1.19~postinstall: xmldom@0.1.19
103534npm info lifecycle xmlhttprequest-ssl@1.5.1~postinstall: xmlhttprequest-ssl@1.5.1
103535npm info lifecycle engine.io-client-pure@1.5.9~postinstall: engine.io-client-pure@1.5.9
103536npm info lifecycle socket.io-client-pure@1.3.12~postinstall: socket.io-client-pure@1.3.12
103537npm info lifecycle socket.io-pure@1.3.12~postinstall: socket.io-pure@1.3.12
103538npm info lifecycle testem@0.9.10~postinstall: testem@0.9.10
103539npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
103540npm info lifecycle output-file-sync@1.1.1~postinstall: output-file-sync@1.1.1
103541npm info lifecycle is-my-json-valid@2.12.3~postinstall: is-my-json-valid@2.12.3
103542npm info lifecycle har-validator@2.0.3~postinstall: har-validator@2.0.3
103543npm info lifecycle request@2.67.0~postinstall: request@2.67.0
103544npm info lifecycle node-gyp@3.2.1~postinstall: node-gyp@3.2.1
103545npm info lifecycle y18n@3.2.0~postinstall: y18n@3.2.0
103546npm info lifecycle graceful-fs@3.0.8~postinstall: graceful-fs@3.0.8
103547npm info lifecycle fs-extra@0.16.5~postinstall: fs-extra@0.16.5
103548npm info lifecycle yam@0.0.18~postinstall: yam@0.0.18
103549npm info lifecycle yargs@3.27.0~postinstall: yargs@3.27.0
103550npm info lifecycle sass-graph@2.0.1~postinstall: sass-graph@2.0.1
103551npm info lifecycle node-sass@3.4.2~postinstall: node-sass@3.4.2
103552
103553> node-sass@3.4.2 postinstall /var/www/roundcube-shell.git/node_modules/node-sass
103554> node scripts/build.js
103555
103556` /var/www/roundcube-shell.git/node_modules/node-sass/vendor/linux-x64-14/binding.node ` exists.
103557 testing binary.
103558Binary is fine; exiting.
103559npm verb lifecycle node-sass@3.4.2~postinstall: unsafe-perm in lifecycle false
103560npm verb lifecycle node-sass@3.4.2~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/var/www/roundcube-shell.git/node_modules/node-sass/node_modules/.bin:/var/www/roundcube-shell.git/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
103561npm verb lifecycle node-sass@3.4.2~postinstall: CWD: /var/www/roundcube-shell.git/node_modules/node-sass
103562npm info lifecycle broccoli-sass-source-maps@1.5.1~postinstall: broccoli-sass-source-maps@1.5.1
103563npm info lifecycle ember-cli-sass@5.1.0~postinstall: ember-cli-sass@5.1.0
103564npm info lifecycle defs@1.1.1~postinstall: defs@1.1.1
103565npm info lifecycle regenerator@0.8.40~postinstall: regenerator@0.8.40
103566npm info lifecycle babel-core@5.8.34~postinstall: babel-core@5.8.34
103567npm info lifecycle broccoli-babel-transpiler@5.5.0~postinstall: broccoli-babel-transpiler@5.5.0
103568npm info lifecycle ember-cli-qunit@1.1.0~postinstall: ember-cli-qunit@1.1.0
103569npm info lifecycle ember-cli-babel@5.1.6~postinstall: ember-cli-babel@5.1.6
103570npm info lifecycle roundcube-mail@0.0.0~postinstall: roundcube-mail@0.0.0
103571npm info lifecycle ember-truth-helpers@1.2.0~postinstall: ember-truth-helpers@1.2.0
103572npm info lifecycle ember-sinon-qunit@1.0.0~postinstall: ember-sinon-qunit@1.0.0
103573npm info lifecycle ember-sinon@0.3.0~postinstall: ember-sinon@0.3.0
103574npm info lifecycle ember-simple-auth@1.0.1~postinstall: ember-simple-auth@1.0.1
103575npm info lifecycle ember-responsive@1.2.3~postinstall: ember-responsive@1.2.3
103576npm info lifecycle ember-notify@4.3.0~postinstall: ember-notify@4.3.0
103577npm info lifecycle roundcube-notifications@0.1.0~postinstall: roundcube-notifications@0.1.0
103578npm info lifecycle ember-new-computed@1.0.3~postinstall: ember-new-computed@1.0.3
103579npm info lifecycle ember-moment@4.1.0~postinstall: ember-moment@4.1.0
103580npm info lifecycle ember-metrics@0.5.1~postinstall: ember-metrics@0.5.1
103581npm info lifecycle ember-inflector@1.9.4~postinstall: ember-inflector@1.9.4
103582npm info lifecycle ember-getowner-polyfill@1.0.0~postinstall: ember-getowner-polyfill@1.0.0
103583npm info lifecycle ember-i18n@4.2.0~postinstall: ember-i18n@4.2.0
103584npm info lifecycle ember-feature-flags@2.0.0~postinstall: ember-feature-flags@2.0.0
103585npm info lifecycle ember-disable-proxy-controllers@1.0.1~postinstall: ember-disable-proxy-controllers@1.0.1
103586npm info lifecycle ember-cpm@2.1.1~postinstall: ember-cpm@2.1.1
103587npm info lifecycle ember-cli-sass-pods@1.2.0~postinstall: ember-cli-sass-pods@1.2.0
103588npm info lifecycle ember-cli-moment-shim@0.7.1~postinstall: ember-cli-moment-shim@0.7.1
103589npm info lifecycle ember-cli-mirage@0.1.11~postinstall: ember-cli-mirage@0.1.11
103590npm info lifecycle ember-cli-htmlbars-inline-precompile@0.3.1~postinstall: ember-cli-htmlbars-inline-precompile@0.3.1
103591npm info lifecycle ember-cli-app-version@1.0.0~postinstall: ember-cli-app-version@1.0.0
103592npm info lifecycle ember-cli@1.13.12~postinstall: ember-cli@1.13.12
103593npm info lifecycle babel-jscs@2.0.5~postinstall: babel-jscs@2.0.5
103594npm info lifecycle jscs@2.7.0~postinstall: jscs@2.7.0
103595npm info lifecycle broccoli-jscs@1.2.2~postinstall: broccoli-jscs@1.2.2
103596npm info lifecycle ember-suave@1.2.2~postinstall: ember-suave@1.2.2
103597npm verb unlock done using /root/.npm/_locks/staging-3fd3d919ecd597f1.lock for /var/www/roundcube-shell.git/node_modules/.staging
103598npm info lifecycle roundcube-shell@0.1.0~preinstall: roundcube-shell@0.1.0
103599npm info linkStuff roundcube-shell@0.1.0
103600npm verb linkBins roundcube-shell@0.1.0
103601npm verb linkMans roundcube-shell@0.1.0
103602npm info lifecycle roundcube-shell@0.1.0~install: roundcube-shell@0.1.0
103603npm info lifecycle roundcube-shell@0.1.0~postinstall: roundcube-shell@0.1.0
103604npm info lifecycle roundcube-shell@0.1.0~prepublish: roundcube-shell@0.1.0
103605roundcube-shell@0.1.0 /var/www/roundcube-shell.git
103606+-- broccoli-asset-rev@2.4.1
103607| +-- broccoli-asset-rewrite@1.0.11
103608| +-- broccoli-filter@1.2.3
103609| | +-- copy-dereference@1.0.0
103610| | `-- walk-sync@0.2.6
103611| +-- json-stable-stringify@1.0.0
103612| | `-- jsonify@0.0.0
103613| +-- matcher-collection@1.0.1
103614| | `-- minimatch@2.0.10
103615| `-- rsvp@3.0.21
103616+-- broccoli-livingstyleguide@0.2.0
103617| +-- include-path-searcher@0.1.0
103618| +-- mkdirp@0.3.5
103619| +-- promise-map-series@0.2.2
103620| +-- quick-temp@0.1.5
103621| | +-- mktemp@0.3.5
103622| | +-- rimraf@2.2.8
103623| | `-- underscore.string@2.3.3
103624| `-- win-spawn@2.0.0
103625+-- broccoli-merge-trees@1.1.0
103626| +-- broccoli-plugin@1.2.1
103627| +-- can-symlink@0.0.1
103628| +-- debug@2.2.0
103629| | `-- ms@0.7.1
103630| +-- fast-ordered-set@1.0.2
103631| | `-- blank-object@1.0.1
103632| +-- fs-tree-diff@0.4.4
103633| +-- rimraf@2.4.5
103634| | `-- glob@6.0.1
103635| | `-- minimatch@3.0.0
103636| `-- symlink-or-copy@1.0.1
103637+-- ember-cli@1.13.12
103638| +-- amd-name-resolver@0.0.2
103639| +-- bower@1.7.1
103640| | +-- abbrev@1.0.7
103641| | +-- archy@1.0.0
103642| | +-- bower-config@1.3.0
103643| | | +-- graceful-fs@4.1.2
103644| | | +-- optimist@0.6.1
103645| | | | +-- minimist@0.0.10
103646| | | | `-- wordwrap@0.0.3
103647| | | +-- osenv@0.1.3
103648| | | | +-- os-homedir@1.0.1
103649| | | | `-- os-tmpdir@1.0.1
103650| | | `-- untildify@2.1.0
103651| | | `-- os-homedir@1.0.1
103652| | +-- bower-endpoint-parser@0.2.2
103653| | +-- bower-json@0.4.0
103654| | | +-- deep-extend@0.2.11
103655| | | +-- graceful-fs@2.0.3
103656| | | `-- intersect@0.0.3
103657| | +-- bower-logger@0.2.2
103658| | +-- bower-registry-client@1.0.0
103659| | | +-- async@0.2.10
103660| | | +-- graceful-fs@4.1.2
103661| | | +-- mkdirp@0.3.5
103662| | | `-- request-replay@0.2.0
103663| | +-- cardinal@0.4.4
103664| | | +-- ansicolors@0.2.1
103665| | | `-- redeyed@0.4.4
103666| | | `-- esprima@1.0.4
103667| | +-- chalk@1.1.1
103668| | | +-- ansi-styles@2.1.0
103669| | | +-- escape-string-regexp@1.0.3
103670| | | +-- has-ansi@2.0.0
103671| | | | `-- ansi-regex@2.0.0
103672| | | +-- strip-ansi@3.0.0
103673| | | | `-- ansi-regex@2.0.0
103674| | | `-- supports-color@2.0.0
103675| | +-- chmodr@1.0.2
103676| | +-- configstore@0.3.2
103677| | | +-- js-yaml@3.4.6
103678| | | | +-- argparse@1.0.3
103679| | | | | +-- lodash@3.10.1
103680| | | | | `-- sprintf-js@1.0.3
103681| | | | +-- esprima@2.7.1
103682| | | | `-- inherit@2.2.2
103683| | | +-- object-assign@2.1.1
103684| | | +-- osenv@0.1.3
103685| | | | +-- os-homedir@1.0.1
103686| | | | `-- os-tmpdir@1.0.1
103687| | | +-- uuid@2.0.1
103688| | | `-- xdg-basedir@1.0.1
103689| | +-- decompress-zip@0.1.0
103690| | | +-- binary@0.3.0
103691| | | | +-- buffers@0.1.1
103692| | | | `-- chainsaw@0.1.0
103693| | | | `-- traverse@0.3.9
103694| | | +-- mkpath@0.1.0
103695| | | +-- readable-stream@1.1.13
103696| | | | +-- core-util-is@1.0.2
103697| | | | +-- inherits@2.0.1
103698| | | | +-- isarray@0.0.1
103699| | | | `-- string_decoder@0.10.31
103700| | | `-- touch@0.0.3
103701| | | `-- nopt@1.0.10
103702| | +-- destroy@1.0.3
103703| | +-- fs-write-stream-atomic@1.0.7
103704| | | +-- graceful-fs@4.1.2
103705| | | +-- iferr@0.1.5
103706| | | +-- imurmurhash@0.1.4
103707| | | `-- readable-stream@2.0.4
103708| | | +-- core-util-is@1.0.2
103709| | | +-- inherits@2.0.1
103710| | | +-- isarray@0.0.1
103711| | | +-- process-nextick-args@1.0.6
103712| | | +-- string_decoder@0.10.31
103713| | | `-- util-deprecate@1.0.2
103714| | +-- fstream@1.0.8
103715| | | +-- graceful-fs@4.1.2
103716| | | `-- inherits@2.0.1
103717| | +-- fstream-ignore@1.0.3
103718| | | +-- inherits@2.0.1
103719| | | `-- minimatch@3.0.0
103720| | | `-- brace-expansion@1.1.2
103721| | | +-- balanced-match@0.3.0
103722| | | `-- concat-map@0.0.1
103723| | +-- github@0.2.4
103724| | | `-- mime@1.3.4
103725| | +-- glob@4.5.3
103726| | | +-- inflight@1.0.4
103727| | | | `-- wrappy@1.0.1
103728| | | +-- inherits@2.0.1
103729| | | +-- minimatch@2.0.10
103730| | | | `-- brace-expansion@1.1.2
103731| | | | +-- balanced-match@0.3.0
103732| | | | `-- concat-map@0.0.1
103733| | | `-- once@1.3.3
103734| | | `-- wrappy@1.0.1
103735| | +-- graceful-fs@3.0.8
103736| | +-- handlebars@2.0.0
103737| | | +-- optimist@0.3.7
103738| | | | `-- wordwrap@0.0.3
103739| | | `-- uglify-js@2.3.6
103740| | | +-- async@0.2.10
103741| | | `-- source-map@0.1.43
103742| | | `-- amdefine@1.0.0
103743| | +-- inquirer@0.10.0
103744| | | +-- ansi-escapes@1.1.0
103745| | | +-- ansi-regex@2.0.0
103746| | | +-- cli-cursor@1.0.2
103747| | | | `-- restore-cursor@1.0.1
103748| | | | +-- exit-hook@1.1.1
103749| | | | `-- onetime@1.0.0
103750| | | +-- cli-width@1.1.0
103751| | | +-- figures@1.4.0
103752| | | +-- lodash@3.10.1
103753| | | +-- readline2@1.0.1
103754| | | | +-- code-point-at@1.0.0
103755| | | | | `-- number-is-nan@1.0.0
103756| | | | +-- is-fullwidth-code-point@1.0.0
103757| | | | | `-- number-is-nan@1.0.0
103758| | | | `-- mute-stream@0.0.5
103759| | | +-- run-async@0.1.0
103760| | | | `-- once@1.3.3
103761| | | | `-- wrappy@1.0.1
103762| | | +-- rx-lite@3.1.2
103763| | | +-- strip-ansi@3.0.0
103764| | | `-- through@2.3.8
103765| | +-- insight@0.7.0
103766| | | +-- async@1.5.0
103767| | | +-- configstore@1.4.0
103768| | | | +-- graceful-fs@4.1.2
103769| | | | +-- os-tmpdir@1.0.1
103770| | | | +-- osenv@0.1.3
103771| | | | | `-- os-homedir@1.0.1
103772| | | | +-- uuid@2.0.1
103773| | | | +-- write-file-atomic@1.1.4
103774| | | | | +-- imurmurhash@0.1.4
103775| | | | | `-- slide@1.1.6
103776| | | | `-- xdg-basedir@2.0.0
103777| | | | `-- os-homedir@1.0.1
103778| | | +-- lodash.debounce@3.1.1
103779| | | | `-- lodash._getnative@3.9.1
103780| | | +-- object-assign@4.0.1
103781| | | +-- os-name@1.0.3
103782| | | | +-- osx-release@1.1.0
103783| | | | | `-- minimist@1.2.0
103784| | | | `-- win-release@1.1.1
103785| | | | `-- semver@5.1.0
103786| | | `-- tough-cookie@2.2.1
103787| | +-- is-root@1.0.0
103788| | +-- junk@1.0.2
103789| | +-- lockfile@1.0.1
103790| | +-- lru-cache@2.7.3
103791| | +-- md5-hex@1.1.0
103792| | | `-- md5-o-matic@0.1.1
103793| | +-- mkdirp@0.5.0
103794| | | `-- minimist@0.0.8
103795| | +-- mout@0.11.1
103796| | +-- nopt@3.0.6
103797| | +-- opn@1.0.2
103798| | +-- p-throttler@0.1.1
103799| | | `-- q@0.9.7
103800| | +-- promptly@0.2.0
103801| | | `-- read@1.0.7
103802| | | `-- mute-stream@0.0.5
103803| | +-- q@1.4.1
103804| | +-- request@2.53.0
103805| | | +-- aws-sign2@0.5.0
103806| | | +-- bl@0.9.4
103807| | | | `-- readable-stream@1.0.33
103808| | | | +-- core-util-is@1.0.2
103809| | | | +-- inherits@2.0.1
103810| | | | +-- isarray@0.0.1
103811| | | | `-- string_decoder@0.10.31
103812| | | +-- caseless@0.9.0
103813| | | +-- combined-stream@0.0.7
103814| | | | `-- delayed-stream@0.0.5
103815| | | +-- forever-agent@0.5.2
103816| | | +-- form-data@0.2.0
103817| | | | `-- async@0.9.2
103818| | | +-- hawk@2.3.1
103819| | | | +-- boom@2.10.1
103820| | | | +-- cryptiles@2.0.5
103821| | | | +-- hoek@2.16.3
103822| | | | `-- sntp@1.0.9
103823| | | +-- http-signature@0.10.1
103824| | | | +-- asn1@0.1.11
103825| | | | +-- assert-plus@0.1.5
103826| | | | `-- ctype@0.5.3
103827| | | +-- isstream@0.1.2
103828| | | +-- json-stringify-safe@5.0.1
103829| | | +-- mime-types@2.0.14
103830| | | | `-- mime-db@1.12.0
103831| | | +-- node-uuid@1.4.7
103832| | | +-- oauth-sign@0.6.0
103833| | | +-- qs@2.3.3
103834| | | +-- stringstream@0.0.5
103835| | | +-- tough-cookie@2.2.1
103836| | | `-- tunnel-agent@0.4.2
103837| | +-- request-progress@0.3.1
103838| | | `-- throttleit@0.0.2
103839| | +-- retry@0.6.1
103840| | +-- rimraf@2.4.4
103841| | | `-- glob@5.0.15
103842| | | +-- inflight@1.0.4
103843| | | | `-- wrappy@1.0.1
103844| | | +-- inherits@2.0.1
103845| | | +-- minimatch@3.0.0
103846| | | | `-- brace-expansion@1.1.2
103847| | | | +-- balanced-match@0.3.0
103848| | | | `-- concat-map@0.0.1
103849| | | +-- once@1.3.3
103850| | | | `-- wrappy@1.0.1
103851| | | `-- path-is-absolute@1.0.0
103852| | +-- semver@2.3.2
103853| | +-- semver-utils@1.1.1
103854| | +-- shell-quote@1.4.3
103855| | | +-- array-filter@0.0.1
103856| | | +-- array-map@0.0.0
103857| | | +-- array-reduce@0.0.0
103858| | | `-- jsonify@0.0.0
103859| | +-- stringify-object@1.0.1
103860| | +-- tar-fs@1.8.1
103861| | | +-- pump@1.0.1
103862| | | | +-- end-of-stream@1.1.0
103863| | | | `-- once@1.3.3
103864| | | | `-- wrappy@1.0.1
103865| | | `-- tar-stream@1.3.1
103866| | | +-- bl@1.0.0
103867| | | +-- end-of-stream@1.1.0
103868| | | | `-- once@1.3.3
103869| | | | `-- wrappy@1.0.1
103870| | | +-- readable-stream@2.0.4
103871| | | | +-- core-util-is@1.0.2
103872| | | | +-- inherits@2.0.1
103873| | | | +-- isarray@0.0.1
103874| | | | +-- process-nextick-args@1.0.6
103875| | | | +-- string_decoder@0.10.31
103876| | | | `-- util-deprecate@1.0.2
103877| | | `-- xtend@4.0.1
103878| | +-- tmp@0.0.24
103879| | +-- update-notifier@0.6.0
103880| | | +-- configstore@1.4.0
103881| | | | +-- graceful-fs@4.1.2
103882| | | | +-- object-assign@4.0.1
103883| | | | +-- os-tmpdir@1.0.1
103884| | | | +-- osenv@0.1.3
103885| | | | | `-- os-homedir@1.0.1
103886| | | | +-- uuid@2.0.1
103887| | | | +-- write-file-atomic@1.1.4
103888| | | | | +-- imurmurhash@0.1.4
103889| | | | | `-- slide@1.1.6
103890| | | | `-- xdg-basedir@2.0.0
103891| | | | `-- os-homedir@1.0.1
103892| | | +-- is-npm@1.0.0
103893| | | +-- latest-version@2.0.0
103894| | | | `-- package-json@2.3.0
103895| | | | +-- got@5.2.0
103896| | | | | +-- create-error-class@2.0.1
103897| | | | | | +-- capture-stack-trace@1.0.0
103898| | | | | | `-- inherits@2.0.1
103899| | | | | +-- duplexify@3.4.2
103900| | | | | | +-- end-of-stream@1.0.0
103901| | | | | | | `-- once@1.3.3
103902| | | | | | | `-- wrappy@1.0.1
103903| | | | | | `-- readable-stream@2.0.4
103904| | | | | | +-- core-util-is@1.0.2
103905| | | | | | +-- inherits@2.0.1
103906| | | | | | +-- isarray@0.0.1
103907| | | | | | +-- process-nextick-args@1.0.6
103908| | | | | | +-- string_decoder@0.10.31
103909| | | | | | `-- util-deprecate@1.0.2
103910| | | | | +-- is-plain-obj@1.1.0
103911| | | | | +-- is-redirect@1.0.0
103912| | | | | +-- is-stream@1.0.1
103913| | | | | +-- lowercase-keys@1.0.0
103914| | | | | +-- node-status-codes@1.0.0
103915| | | | | +-- object-assign@4.0.1
103916| | | | | +-- parse-json@2.2.0
103917| | | | | | `-- error-ex@1.3.0
103918| | | | | | `-- is-arrayish@0.2.1
103919| | | | | +-- pinkie-promise@2.0.0
103920| | | | | | `-- pinkie@2.0.1
103921| | | | | +-- read-all-stream@3.0.1
103922| | | | | | +-- pinkie-promise@1.0.0
103923| | | | | | | `-- pinkie@1.0.0
103924| | | | | | `-- readable-stream@2.0.4
103925| | | | | | +-- core-util-is@1.0.2
103926| | | | | | +-- inherits@2.0.1
103927| | | | | | +-- isarray@0.0.1
103928| | | | | | +-- process-nextick-args@1.0.6
103929| | | | | | +-- string_decoder@0.10.31
103930| | | | | | `-- util-deprecate@1.0.2
103931| | | | | +-- timed-out@2.0.0
103932| | | | | +-- unzip-response@1.0.0
103933| | | | | `-- url-parse-lax@1.0.0
103934| | | | | `-- prepend-http@1.0.3
103935| | | | +-- rc@1.1.5
103936| | | | | +-- deep-extend@0.4.0
103937| | | | | +-- ini@1.3.4
103938| | | | | +-- minimist@1.2.0
103939| | | | | `-- strip-json-comments@1.0.4
103940| | | | +-- registry-url@3.0.3
103941| | | | `-- semver@5.1.0
103942| | | +-- repeating@2.0.0
103943| | | | `-- is-finite@1.0.1
103944| | | | `-- number-is-nan@1.0.0
103945| | | +-- semver-diff@2.1.0
103946| | | | `-- semver@5.1.0
103947| | | `-- string-length@1.0.1
103948| | | `-- strip-ansi@3.0.0
103949| | | `-- ansi-regex@2.0.0
103950| | +-- user-home@1.1.1
103951| | `-- which@1.2.0
103952| | `-- is-absolute@0.1.7
103953| | `-- is-relative@0.1.3
103954| +-- bower-config@0.6.1
103955| | +-- graceful-fs@2.0.3
103956| | +-- mout@0.9.1
103957| | +-- optimist@0.6.1
103958| | | `-- wordwrap@0.0.3
103959| | `-- osenv@0.0.3
103960| +-- bower-endpoint-parser@0.2.2
103961| +-- broccoli@0.16.8
103962| | +-- broccoli-slow-trees@1.1.0
103963| | +-- commander@2.9.0
103964| | | `-- graceful-readlink@1.0.1
103965| | +-- connect@3.4.0
103966| | +-- handlebars@3.0.3
103967| | | +-- source-map@0.1.43
103968| | | | `-- amdefine@1.0.0
103969| | | `-- uglify-js@2.3.6
103970| | | `-- optimist@0.3.7
103971| | `-- mime@1.3.4
103972| +-- broccoli-babel-transpiler@5.5.0
103973| | +-- babel-core@5.8.34
103974| | | +-- babel-plugin-constant-folding@1.0.1
103975| | | +-- babel-plugin-dead-code-elimination@1.0.2
103976| | | +-- babel-plugin-eval@1.0.1
103977| | | +-- babel-plugin-inline-environment-variables@1.0.1
103978| | | +-- babel-plugin-jscript@1.0.4
103979| | | +-- babel-plugin-member-expression-literals@1.0.1
103980| | | +-- babel-plugin-property-literals@1.0.1
103981| | | +-- babel-plugin-proto-to-assign@1.0.4
103982| | | +-- babel-plugin-react-constant-elements@1.0.3
103983| | | +-- babel-plugin-react-display-name@1.0.3
103984| | | +-- babel-plugin-remove-console@1.0.1
103985| | | +-- babel-plugin-remove-debugger@1.0.1
103986| | | +-- babel-plugin-runtime@1.0.7
103987| | | +-- babel-plugin-undeclared-variables-check@1.0.2
103988| | | | `-- leven@1.0.2
103989| | | +-- babel-plugin-undefined-to-void@1.1.6
103990| | | +-- babylon@5.8.34
103991| | | +-- bluebird@2.10.2
103992| | | +-- chalk@1.1.1
103993| | | | +-- ansi-styles@2.1.0
103994| | | | +-- has-ansi@2.0.0
103995| | | | | `-- ansi-regex@2.0.0
103996| | | | +-- strip-ansi@3.0.0
103997| | | | `-- supports-color@2.0.0
103998| | | +-- convert-source-map@1.1.2
103999| | | +-- core-js@1.2.6
104000| | | +-- detect-indent@3.0.1
104001| | | | `-- minimist@1.2.0
104002| | | +-- esutils@2.0.2
104003| | | +-- fs-readdir-recursive@0.1.2
104004| | | +-- globals@6.4.1
104005| | | +-- home-or-tmp@1.0.0
104006| | | | `-- user-home@1.1.1
104007| | | +-- is-integer@1.0.6
104008| | | | `-- is-finite@1.0.1
104009| | | | `-- number-is-nan@1.0.0
104010| | | +-- js-tokens@1.0.1
104011| | | +-- json5@0.4.0
104012| | | +-- line-numbers@0.2.0
104013| | | | `-- left-pad@0.0.3
104014| | | +-- minimatch@2.0.10
104015| | | +-- output-file-sync@1.1.1
104016| | | | `-- xtend@4.0.1
104017| | | +-- path-exists@1.0.0
104018| | | +-- private@0.1.6
104019| | | +-- regenerator@0.8.40
104020| | | | +-- commoner@0.10.4
104021| | | | | +-- detective@4.3.1
104022| | | | | | +-- acorn@1.2.2
104023| | | | | | `-- defined@1.0.0
104024| | | | | +-- graceful-fs@4.1.2
104025| | | | | `-- q@1.4.1
104026| | | | +-- defs@1.1.1
104027| | | | | +-- alter@0.2.0
104028| | | | | | `-- stable@0.1.5
104029| | | | | +-- ast-traverse@0.1.1
104030| | | | | +-- breakable@1.0.0
104031| | | | | +-- simple-fmt@0.1.0
104032| | | | | +-- simple-is@0.2.0
104033| | | | | +-- stringmap@0.2.2
104034| | | | | +-- stringset@0.2.1
104035| | | | | `-- tryor@0.1.2
104036| | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
104037| | | | `-- recast@0.10.33
104038| | | | +-- ast-types@0.8.12
104039| | | | `-- source-map@0.5.3
104040| | | +-- regexpu@1.3.0
104041| | | | +-- esprima@2.7.1
104042| | | | +-- regenerate@1.2.1
104043| | | | +-- regjsgen@0.2.0
104044| | | | `-- regjsparser@0.1.5
104045| | | | `-- jsesc@0.5.0
104046| | | +-- repeating@1.1.3
104047| | | +-- shebang-regex@1.0.0
104048| | | +-- slash@1.0.0
104049| | | +-- source-map@0.5.3
104050| | | +-- source-map-support@0.2.10
104051| | | | `-- source-map@0.1.32
104052| | | +-- to-fast-properties@1.0.1
104053| | | +-- trim-right@1.0.1
104054| | | `-- try-resolve@1.0.1
104055| | `-- clone@0.2.0
104056| +-- broccoli-config-loader@1.0.0
104057| | `-- broccoli-caching-writer@2.2.1
104058| | `-- broccoli-plugin@1.1.0
104059| +-- broccoli-config-replace@1.1.1
104060| | +-- broccoli-kitchen-sink-helpers@0.3.1
104061| | `-- fs-extra@0.24.0
104062| | `-- graceful-fs@4.1.2
104063| +-- broccoli-funnel@1.0.1
104064| | +-- array-equal@1.0.0
104065| | +-- fs-tree-diff@0.3.1
104066| | +-- minimatch@2.0.10
104067| | `-- path-posix@1.0.0
104068| +-- broccoli-kitchen-sink-helpers@0.2.9
104069| | `-- glob@5.0.15
104070| +-- broccoli-sane-watcher@1.1.4
104071| +-- broccoli-source@1.1.0
104072| +-- broccoli-sourcemap-concat@2.0.2
104073| | +-- fast-sourcemap-concat@0.2.7
104074| | | `-- source-map@0.4.4
104075| | +-- lodash-node@2.4.1
104076| | +-- lodash.uniq@3.2.2
104077| | | +-- lodash._basecallback@3.3.1
104078| | | | +-- lodash._baseisequal@3.0.7
104079| | | | +-- lodash._bindcallback@3.0.1
104080| | | | `-- lodash.pairs@3.0.1
104081| | | +-- lodash._baseuniq@3.0.3
104082| | | | +-- lodash._baseindexof@3.1.0
104083| | | | +-- lodash._cacheindexof@3.0.2
104084| | | | `-- lodash._createcache@3.1.2
104085| | | +-- lodash._getnative@3.9.1
104086| | | +-- lodash._isiterateecall@3.0.9
104087| | | `-- lodash.isarray@3.0.4
104088| | `-- minimatch@2.0.10
104089| +-- broccoli-viz@2.0.1
104090| +-- chalk@1.1.0
104091| | +-- ansi-styles@2.1.0
104092| | +-- has-ansi@2.0.0
104093| | | `-- ansi-regex@2.0.0
104094| | +-- strip-ansi@3.0.0
104095| | `-- supports-color@2.0.0
104096| +-- clean-base-url@1.0.0
104097| +-- compression@1.6.0
104098| | +-- accepts@1.3.0
104099| | | +-- mime-types@2.1.8
104100| | | `-- negotiator@0.6.0
104101| | +-- bytes@2.1.0
104102| | +-- compressible@2.0.6
104103| | | `-- mime-db@1.20.0
104104| | +-- on-headers@1.0.1
104105| | `-- vary@1.1.0
104106| +-- configstore@1.2.1
104107| | +-- graceful-fs@4.1.2
104108| | +-- object-assign@3.0.0
104109| | +-- os-tmpdir@1.0.1
104110| | +-- osenv@0.1.3
104111| | | `-- os-homedir@1.0.1
104112| | +-- uuid@2.0.1
104113| | +-- write-file-atomic@1.1.4
104114| | | +-- graceful-fs@4.1.2
104115| | | +-- imurmurhash@0.1.4
104116| | | `-- slide@1.1.6
104117| | `-- xdg-basedir@2.0.0
104118| +-- core-object@0.0.2
104119| +-- cpr@0.4.2
104120| | `-- graceful-fs@4.1.2
104121| +-- diff@1.4.0
104122| +-- ember-cli-copy-dereference@1.0.0
104123| +-- ember-cli-get-dependency-depth@1.0.0
104124| +-- ember-cli-is-package-missing@1.0.0
104125| +-- ember-cli-normalize-entity-name@1.0.0
104126| +-- ember-cli-path-utils@1.0.0
104127| +-- ember-cli-preprocess-registry@1.1.0
104128| | +-- broccoli-clean-css@0.2.0
104129| | | +-- broccoli-filter@0.1.14
104130| | | | +-- mkdirp@0.3.5
104131| | | | `-- walk-sync@0.1.3
104132| | | `-- clean-css@2.2.23
104133| | | `-- commander@2.2.0
104134| | `-- process-relative-require@1.0.0
104135| +-- ember-cli-string-utils@1.0.0
104136| +-- ember-cli-test-info@1.0.0
104137| +-- ember-router-generator@1.1.1
104138| | `-- recast@0.9.18
104139| | +-- ast-types@0.6.16
104140| | `-- esprima-fb@10001.1.0-dev-harmony-fb
104141| +-- escape-string-regexp@1.0.4
104142| +-- exists-sync@0.0.3
104143| +-- exit@0.1.2
104144| +-- express@4.13.3
104145| | +-- accepts@1.2.13
104146| | | `-- negotiator@0.5.3
104147| | +-- array-flatten@1.1.1
104148| | +-- content-disposition@0.5.0
104149| | +-- content-type@1.0.1
104150| | +-- cookie@0.1.3
104151| | +-- cookie-signature@1.0.6
104152| | +-- depd@1.0.1
104153| | +-- escape-html@1.0.2
104154| | +-- etag@1.7.0
104155| | +-- finalhandler@0.4.0
104156| | | `-- unpipe@1.0.0
104157| | +-- fresh@0.3.0
104158| | +-- merge-descriptors@1.0.0
104159| | +-- methods@1.1.1
104160| | +-- on-finished@2.3.0
104161| | | `-- ee-first@1.1.1
104162| | +-- parseurl@1.3.0
104163| | +-- path-to-regexp@0.1.7
104164| | +-- proxy-addr@1.0.10
104165| | | +-- forwarded@0.1.0
104166| | | `-- ipaddr.js@1.0.5
104167| | +-- qs@4.0.0
104168| | +-- range-parser@1.0.3
104169| | +-- send@0.13.0
104170| | | +-- destroy@1.0.3
104171| | | `-- statuses@1.2.1
104172| | +-- serve-static@1.10.0
104173| | +-- type-is@1.6.10
104174| | | `-- media-typer@0.3.0
104175| | +-- utils-merge@1.0.0
104176| | `-- vary@1.0.1
104177| +-- findup@0.1.5
104178| | +-- colors@0.6.2
104179| | `-- commander@2.1.0
104180| +-- findup-sync@0.2.1
104181| | `-- glob@4.3.5
104182| | `-- minimatch@2.0.10
104183| +-- fs-extra@0.22.1
104184| | +-- graceful-fs@4.1.2
104185| | `-- jsonfile@2.2.3
104186| +-- fs-monitor-stack@1.1.0
104187| +-- git-repo-info@1.1.2
104188| +-- glob@5.0.13
104189| | +-- inflight@1.0.4
104190| | | `-- wrappy@1.0.1
104191| | +-- inherits@2.0.1
104192| | +-- once@1.3.3
104193| | `-- path-is-absolute@1.0.0
104194| +-- http-proxy@1.12.0
104195| | +-- eventemitter3@1.1.1
104196| | `-- requires-port@0.0.1
104197| +-- inflection@1.8.0
104198| +-- inquirer@0.5.1
104199| | +-- async@0.8.0
104200| | +-- chalk@0.4.0
104201| | | +-- ansi-styles@1.0.0
104202| | | +-- has-color@0.1.7
104203| | | `-- strip-ansi@0.1.1
104204| | +-- cli-color@0.3.3
104205| | | +-- d@0.1.1
104206| | | +-- es5-ext@0.10.11
104207| | | | +-- es6-iterator@2.0.0
104208| | | | `-- es6-symbol@3.0.2
104209| | | +-- memoizee@0.3.9
104210| | | | +-- es6-weak-map@0.1.4
104211| | | | | +-- es6-iterator@0.1.3
104212| | | | | `-- es6-symbol@2.0.1
104213| | | | +-- event-emitter@0.3.4
104214| | | | +-- lru-queue@0.1.0
104215| | | | `-- next-tick@0.2.2
104216| | | `-- timers-ext@0.1.0
104217| | +-- lodash@2.4.2
104218| | `-- mute-stream@0.0.4
104219| +-- is-git-url@0.2.3
104220| +-- isbinaryfile@2.0.4
104221| +-- leek@0.0.18
104222| | +-- debug@2.1.1
104223| | | `-- ms@0.6.2
104224| | +-- lodash-node@2.4.1
104225| | +-- request@2.53.0
104226| | | +-- aws-sign2@0.5.0
104227| | | +-- bl@0.9.4
104228| | | | `-- readable-stream@1.0.33
104229| | | | +-- core-util-is@1.0.1
104230| | | | +-- inherits@2.0.1
104231| | | | +-- isarray@0.0.1
104232| | | | `-- string_decoder@0.10.31
104233| | | +-- caseless@0.9.0
104234| | | +-- combined-stream@0.0.7
104235| | | | `-- delayed-stream@0.0.5
104236| | | +-- forever-agent@0.5.2
104237| | | +-- form-data@0.2.0
104238| | | | `-- async@0.9.0
104239| | | +-- hawk@2.3.1
104240| | | | +-- boom@2.6.1
104241| | | | +-- cryptiles@2.0.4
104242| | | | +-- hoek@2.11.1
104243| | | | `-- sntp@1.0.9
104244| | | +-- http-signature@0.10.1
104245| | | | +-- asn1@0.1.11
104246| | | | +-- assert-plus@0.1.5
104247| | | | `-- ctype@0.5.3
104248| | | +-- isstream@0.1.1
104249| | | +-- json-stringify-safe@5.0.0
104250| | | +-- mime-types@2.0.9
104251| | | | `-- mime-db@1.7.0
104252| | | +-- node-uuid@1.4.2
104253| | | +-- oauth-sign@0.6.0
104254| | | +-- qs@2.3.3
104255| | | +-- stringstream@0.0.4
104256| | | +-- tough-cookie@0.12.1
104257| | | | `-- punycode@1.3.2
104258| | | `-- tunnel-agent@0.4.0
104259| | `-- rsvp@3.0.17
104260| +-- lodash@3.10.1
104261| +-- markdown-it@4.3.0
104262| | +-- argparse@1.0.3
104263| | | `-- sprintf-js@1.0.3
104264| | +-- entities@1.1.1
104265| | +-- linkify-it@1.2.0
104266| | +-- mdurl@1.0.1
104267| | `-- uc.micro@1.0.0
104268| +-- markdown-it-terminal@0.0.2
104269| | +-- ansi-styles@2.1.0
104270| | +-- cardinal@0.5.0
104271| | | +-- ansicolors@0.2.1
104272| | | `-- redeyed@0.5.0
104273| | | `-- esprima-fb@12001.1.0-dev-harmony-fb
104274| | +-- cli-table@0.3.1
104275| | | `-- colors@1.0.3
104276| | `-- lodash-node@3.10.1
104277| +-- merge-defaults@0.2.1
104278| | `-- lodash@2.4.2
104279| +-- minimatch@2.0.10
104280| | `-- brace-expansion@1.1.2
104281| | +-- balanced-match@0.3.0
104282| | `-- concat-map@0.0.1
104283| +-- morgan@1.6.1
104284| | `-- basic-auth@1.0.3
104285| +-- node-modules-path@1.0.1
104286| +-- node-uuid@1.4.7
104287| +-- nopt@3.0.6
104288| | `-- abbrev@1.0.7
104289| +-- npm@2.14.10
104290| | +-- abbrev@1.0.7
104291| | +-- ansi@0.3.0
104292| | +-- ansi-regex@2.0.0
104293| | +-- ansicolors@0.3.2
104294| | +-- ansistyles@0.1.3
104295| | +-- archy@1.0.0
104296| | +-- async-some@1.0.2
104297| | +-- block-stream@0.0.8
104298| | +-- char-spinner@1.0.1
104299| | +-- chmodr@1.0.2
104300| | +-- chownr@1.0.1
104301| | +-- cmd-shim@2.0.1
104302| | | `-- graceful-fs@3.0.8
104303| | +-- columnify@1.5.2
104304| | | `-- wcwidth@1.0.0
104305| | | `-- defaults@1.0.2
104306| | | `-- clone@0.1.19
104307| | +-- config-chain@1.1.9
104308| | | `-- proto-list@1.2.4
104309| | +-- dezalgo@1.0.3
104310| | | `-- asap@2.0.3
104311| | +-- editor@1.0.0
104312| | +-- fs-vacuum@1.2.7
104313| | +-- fs-write-stream-atomic@1.0.4
104314| | +-- fstream@1.0.8
104315| | +-- fstream-npm@1.0.7
104316| | | `-- fstream-ignore@1.0.3
104317| | +-- github-url-from-git@1.4.0
104318| | +-- github-url-from-username-repo@1.0.2
104319| | +-- glob@5.0.15
104320| | | `-- path-is-absolute@1.0.0
104321| | +-- graceful-fs@4.1.2
104322| | +-- hosted-git-info@2.1.4
104323| | +-- inflight@1.0.4
104324| | +-- inherits@2.0.1
104325| | +-- ini@1.3.4
104326| | +-- init-package-json@1.9.1
104327| | | `-- promzard@0.3.0
104328| | +-- lockfile@1.0.1
104329| | +-- lru-cache@2.7.0
104330| | +-- minimatch@3.0.0
104331| | | `-- brace-expansion@1.1.1
104332| | | +-- balanced-match@0.2.1
104333| | | `-- concat-map@0.0.1
104334| | +-- mkdirp@0.5.1
104335| | | `-- minimist@0.0.8
104336| | +-- node-gyp@3.0.3
104337| | | +-- glob@4.5.3
104338| | | | `-- minimatch@2.0.10
104339| | | | `-- brace-expansion@1.1.1
104340| | | | +-- balanced-match@0.2.1
104341| | | | `-- concat-map@0.0.1
104342| | | +-- minimatch@1.0.0
104343| | | | `-- sigmund@1.0.1
104344| | | +-- npmlog@1.2.1
104345| | | | +-- are-we-there-yet@1.0.4
104346| | | | | `-- delegates@0.1.0
104347| | | | `-- gauge@1.2.2
104348| | | | +-- has-unicode@1.0.1
104349| | | | +-- lodash.pad@3.1.1
104350| | | | | +-- lodash._basetostring@3.0.1
104351| | | | | `-- lodash._createpadding@3.6.1
104352| | | | | `-- lodash.repeat@3.0.1
104353| | | | +-- lodash.padleft@3.1.1
104354| | | | | +-- lodash._basetostring@3.0.1
104355| | | | | `-- lodash._createpadding@3.6.1
104356| | | | | `-- lodash.repeat@3.0.1
104357| | | | `-- lodash.padright@3.1.1
104358| | | | +-- lodash._basetostring@3.0.1
104359| | | | `-- lodash._createpadding@3.6.1
104360| | | | `-- lodash.repeat@3.0.1
104361| | | +-- path-array@1.0.0
104362| | | | `-- array-index@0.1.1
104363| | | | `-- debug@2.2.0
104364| | | | `-- ms@0.7.1
104365| | | `-- tar@1.0.3
104366| | +-- nopt@3.0.4
104367| | +-- normalize-git-url@3.0.1
104368| | +-- normalize-package-data@2.3.5
104369| | | `-- is-builtin-module@1.0.0
104370| | | `-- builtin-modules@1.1.0
104371| | +-- npm-cache-filename@1.0.2
104372| | +-- npm-install-checks@1.0.6
104373| | | `-- npmlog@1.2.1
104374| | | +-- are-we-there-yet@1.0.4
104375| | | | `-- delegates@0.1.0
104376| | | `-- gauge@1.2.2
104377| | | +-- has-unicode@1.0.1
104378| | | +-- lodash.pad@3.1.1
104379| | | | +-- lodash._basetostring@3.0.1
104380| | | | `-- lodash._createpadding@3.6.1
104381| | | | `-- lodash.repeat@3.0.1
104382| | | +-- lodash.padleft@3.1.1
104383| | | | +-- lodash._basetostring@3.0.1
104384| | | | `-- lodash._createpadding@3.6.1
104385| | | | `-- lodash.repeat@3.0.1
104386| | | `-- lodash.padright@3.1.1
104387| | | +-- lodash._basetostring@3.0.1
104388| | | `-- lodash._createpadding@3.6.1
104389| | | `-- lodash.repeat@3.0.1
104390| | +-- npm-package-arg@4.0.2
104391| | +-- npm-registry-client@7.0.7
104392| | | +-- concat-stream@1.5.0
104393| | | | +-- readable-stream@2.0.2
104394| | | | | +-- core-util-is@1.0.1
104395| | | | | +-- isarray@0.0.1
104396| | | | | +-- process-nextick-args@1.0.3
104397| | | | | +-- string_decoder@0.10.31
104398| | | | | `-- util-deprecate@1.0.1
104399| | | | `-- typedarray@0.0.6
104400| | | `-- npmlog@2.0.0
104401| | +-- npm-user-validate@0.1.2
104402| | +-- npmlog@2.0.0
104403| | | +-- are-we-there-yet@1.0.4
104404| | | | `-- delegates@0.1.0
104405| | | `-- gauge@1.2.2
104406| | | +-- has-unicode@1.0.1
104407| | | +-- lodash.pad@3.1.1
104408| | | | +-- lodash._basetostring@3.0.1
104409| | | | `-- lodash._createpadding@3.6.1
104410| | | | `-- lodash.repeat@3.0.1
104411| | | +-- lodash.padleft@3.1.1
104412| | | | +-- lodash._basetostring@3.0.1
104413| | | | `-- lodash._createpadding@3.6.1
104414| | | | `-- lodash.repeat@3.0.1
104415| | | `-- lodash.padright@3.1.1
104416| | | +-- lodash._basetostring@3.0.1
104417| | | `-- lodash._createpadding@3.6.1
104418| | | `-- lodash.repeat@3.0.1
104419| | +-- once@1.3.2
104420| | +-- opener@1.4.1
104421| | +-- osenv@0.1.3
104422| | | +-- os-homedir@1.0.0
104423| | | `-- os-tmpdir@1.0.1
104424| | +-- path-is-inside@1.0.1
104425| | +-- read@1.0.7
104426| | | `-- mute-stream@0.0.5
104427| | +-- read-installed@4.0.3
104428| | | +-- debuglog@1.0.1
104429| | | +-- readdir-scoped-modules@1.0.2
104430| | | `-- util-extend@1.0.1
104431| | +-- read-package-json@2.0.2
104432| | | `-- json-parse-helpfulerror@1.0.3
104433| | | `-- jju@1.2.1
104434| | +-- readable-stream@1.1.13
104435| | | +-- core-util-is@1.0.1
104436| | | +-- isarray@0.0.1
104437| | | `-- string_decoder@0.10.31
104438| | +-- realize-package-specifier@3.0.1
104439| | +-- request@2.65.0
104440| | | +-- aws-sign2@0.6.0
104441| | | +-- bl@1.0.0
104442| | | | `-- readable-stream@2.0.3
104443| | | | +-- core-util-is@1.0.1
104444| | | | +-- isarray@0.0.1
104445| | | | +-- process-nextick-args@1.0.3
104446| | | | +-- string_decoder@0.10.31
104447| | | | `-- util-deprecate@1.0.2
104448| | | +-- caseless@0.11.0
104449| | | +-- combined-stream@1.0.5
104450| | | | `-- delayed-stream@1.0.0
104451| | | +-- extend@3.0.0
104452| | | +-- forever-agent@0.6.1
104453| | | +-- form-data@1.0.0-rc3
104454| | | | `-- async@1.5.0
104455| | | +-- har-validator@2.0.2
104456| | | | +-- chalk@1.1.1
104457| | | | | +-- ansi-styles@2.1.0
104458| | | | | +-- escape-string-regexp@1.0.3
104459| | | | | +-- has-ansi@2.0.0
104460| | | | | `-- supports-color@2.0.0
104461| | | | +-- commander@2.9.0
104462| | | | | `-- graceful-readlink@1.0.1
104463| | | | +-- is-my-json-valid@2.12.2
104464| | | | | +-- generate-function@2.0.0
104465| | | | | +-- generate-object-property@1.2.0
104466| | | | | | `-- is-property@1.0.2
104467| | | | | +-- jsonpointer@2.0.0
104468| | | | | `-- xtend@4.0.0
104469| | | | `-- pinkie-promise@1.0.0
104470| | | | `-- pinkie@1.0.0
104471| | | +-- hawk@3.1.0
104472| | | | +-- boom@2.10.0
104473| | | | +-- cryptiles@2.0.5
104474| | | | +-- hoek@2.16.3
104475| | | | `-- sntp@1.0.9
104476| | | +-- http-signature@0.11.0
104477| | | | +-- asn1@0.1.11
104478| | | | +-- assert-plus@0.1.5
104479| | | | `-- ctype@0.5.3
104480| | | +-- isstream@0.1.2
104481| | | +-- json-stringify-safe@5.0.1
104482| | | +-- mime-types@2.1.7
104483| | | | `-- mime-db@1.19.0
104484| | | +-- node-uuid@1.4.3
104485| | | +-- oauth-sign@0.8.0
104486| | | +-- qs@5.2.0
104487| | | +-- stringstream@0.0.5
104488| | | +-- tough-cookie@2.2.0
104489| | | `-- tunnel-agent@0.4.1
104490| | +-- retry@0.8.0
104491| | +-- rimraf@2.4.3
104492| | +-- semver@5.0.3
104493| | +-- sha@2.0.1
104494| | | `-- readable-stream@2.0.2
104495| | | +-- core-util-is@1.0.1
104496| | | +-- isarray@0.0.1
104497| | | +-- process-nextick-args@1.0.3
104498| | | +-- string_decoder@0.10.31
104499| | | `-- util-deprecate@1.0.1
104500| | +-- slide@1.1.6
104501| | +-- sorted-object@1.0.0
104502| | +-- spdx@0.4.1
104503| | +-- spdx-license-ids@1.1.0
104504| | +-- strip-ansi@3.0.0
104505| | +-- tar@2.2.1
104506| | +-- text-table@0.2.0
104507| | +-- uid-number@0.0.6
104508| | +-- umask@1.1.0
104509| | +-- validate-npm-package-license@3.0.1
104510| | | +-- spdx-correct@1.0.1
104511| | | `-- spdx-expression-parse@1.0.0
104512| | | `-- spdx-exceptions@1.0.2
104513| | +-- validate-npm-package-name@2.2.2
104514| | | `-- builtins@0.0.7
104515| | +-- which@1.2.0
104516| | | `-- is-absolute@0.1.7
104517| | | `-- is-relative@0.1.3
104518| | +-- wrappy@1.0.1
104519| | `-- write-file-atomic@1.1.3
104520| +-- pleasant-progress@1.1.0
104521| +-- portfinder@0.4.0
104522| | `-- async@0.9.0
104523| +-- quick-temp@0.1.3
104524| | `-- rimraf@2.2.8
104525| +-- readline2@0.1.1
104526| | `-- strip-ansi@2.0.1
104527| | `-- ansi-regex@1.1.1
104528| +-- resolve@1.1.6
104529| +-- sane@1.3.0
104530| | +-- exec-sh@0.2.0
104531| | +-- fb-watchman@1.6.0
104532| | | `-- bser@1.0.2
104533| | | `-- node-int64@0.4.0
104534| | +-- minimatch@0.2.14
104535| | | +-- lru-cache@2.7.3
104536| | | `-- sigmund@1.0.1
104537| | +-- minimist@1.2.0
104538| | +-- walker@1.0.7
104539| | | `-- makeerror@1.0.11
104540| | | `-- tmpl@1.0.4
104541| | `-- watch@0.10.0
104542| +-- semver@4.3.6
104543| +-- silent-error@1.0.0
104544| +-- temp@0.8.1
104545| | `-- rimraf@2.2.8
104546| +-- testem@0.9.10
104547| | +-- async@1.5.0
104548| | +-- backbone@1.2.3
104549| | | `-- underscore@1.8.3
104550| | +-- charm@1.0.0
104551| | +-- consolidate@0.13.1
104552| | +-- cross-spawn-async@2.1.1
104553| | | +-- lru-cache@3.2.0
104554| | | | `-- pseudomap@1.0.1
104555| | | `-- which@1.2.1
104556| | | `-- is-absolute@0.1.7
104557| | | `-- is-relative@0.1.3
104558| | +-- did_it_work@0.0.6
104559| | +-- fileset@0.2.1
104560| | | `-- minimatch@2.0.10
104561| | +-- fireworm@0.6.6
104562| | | +-- async@0.2.10
104563| | | +-- is-type@0.0.1
104564| | | | `-- core-util-is@1.0.2
104565| | | +-- lodash@2.3.0
104566| | | `-- minimatch@0.2.14
104567| | +-- growl@1.8.1
104568| | +-- js-yaml@3.4.6
104569| | | +-- esprima@2.7.1
104570| | | `-- inherit@2.2.2
104571| | +-- mustache@2.2.1
104572| | +-- npmlog@1.2.1
104573| | | +-- ansi@0.3.0
104574| | | +-- are-we-there-yet@1.0.5
104575| | | | `-- delegates@0.1.0
104576| | | `-- gauge@1.2.2
104577| | | +-- has-unicode@1.0.1
104578| | | +-- lodash.pad@3.1.1
104579| | | | +-- lodash._basetostring@3.0.1
104580| | | | `-- lodash._createpadding@3.6.1
104581| | | | `-- lodash.repeat@3.0.1
104582| | | +-- lodash.padleft@3.1.1
104583| | | `-- lodash.padright@3.1.1
104584| | +-- printf@0.2.3
104585| | +-- socket.io-pure@1.3.12
104586| | | +-- debug@2.1.0
104587| | | | `-- ms@0.6.2
104588| | | +-- engine.io-pure@1.5.9
104589| | | | +-- base64id@0.1.0
104590| | | | +-- debug@1.0.3
104591| | | | | `-- ms@0.6.2
104592| | | | +-- engine.io-parser@1.2.2
104593| | | | | +-- after@0.8.1
104594| | | | | +-- arraybuffer.slice@0.0.6
104595| | | | | +-- base64-arraybuffer@0.1.2
104596| | | | | +-- blob@0.0.4
104597| | | | | `-- utf8@2.1.0
104598| | | | `-- ws-pure@0.8.0
104599| | | | +-- options@0.0.6
104600| | | | `-- ultron@1.0.2
104601| | | +-- has-binary-data@0.1.3
104602| | | | `-- isarray@0.0.1
104603| | | +-- socket.io-adapter@0.3.1
104604| | | | +-- debug@1.0.2
104605| | | | | `-- ms@0.6.2
104606| | | | +-- object-keys@1.0.1
104607| | | | `-- socket.io-parser@2.2.2
104608| | | | `-- debug@0.7.4
104609| | | +-- socket.io-client-pure@1.3.12
104610| | | | +-- backo2@1.0.2
104611| | | | +-- component-bind@1.0.0
104612| | | | +-- component-emitter@1.1.2
104613| | | | +-- debug@0.7.4
104614| | | | +-- engine.io-client-pure@1.5.9
104615| | | | | +-- component-inherit@0.0.3
104616| | | | | +-- debug@1.0.4
104617| | | | | | `-- ms@0.6.2
104618| | | | | +-- has-cors@1.1.0
104619| | | | | +-- parsejson@0.0.1
104620| | | | | +-- parseqs@0.0.2
104621| | | | | +-- parseuri@0.0.4
104622| | | | | `-- xmlhttprequest-ssl@1.5.1
104623| | | | +-- has-binary@0.1.6
104624| | | | +-- indexof@0.0.1
104625| | | | +-- object-component@0.0.3
104626| | | | +-- parseuri@0.0.2
104627| | | | | `-- better-assert@1.0.2
104628| | | | | `-- callsite@1.0.0
104629| | | | `-- to-array@0.1.3
104630| | | `-- socket.io-parser@2.2.4
104631| | | +-- benchmark@1.0.0
104632| | | +-- debug@0.7.4
104633| | | `-- json3@3.2.6
104634| | +-- styled_string@0.0.1
104635| | +-- tap-parser@1.2.2
104636| | | +-- events-to-array@1.0.2
104637| | | `-- readable-stream@2.0.5
104638| | | +-- process-nextick-args@1.0.6
104639| | | +-- string_decoder@0.10.31
104640| | | `-- util-deprecate@1.0.2
104641| | `-- xmldom@0.1.19
104642| +-- through@2.3.8
104643| +-- tiny-lr@0.2.0
104644| | +-- faye-websocket@0.10.0
104645| | | `-- websocket-driver@0.6.3
104646| | | `-- websocket-extensions@0.1.1
104647| | +-- livereload-js@2.2.2
104648| | `-- qs@5.1.0
104649| +-- walk-sync@0.1.3
104650| `-- yam@0.0.18
104651| +-- fs-extra@0.16.5
104652| | `-- graceful-fs@3.0.8
104653| `-- lodash.merge@3.3.2
104654| +-- lodash._arraycopy@3.0.0
104655| +-- lodash._arrayeach@3.0.0
104656| +-- lodash._createassigner@3.1.1
104657| +-- lodash.isarguments@3.0.4
104658| +-- lodash.isplainobject@3.2.0
104659| | `-- lodash._basefor@3.0.2
104660| +-- lodash.istypedarray@3.0.2
104661| +-- lodash.keys@3.1.2
104662| +-- lodash.keysin@3.0.8
104663| `-- lodash.toplainobject@3.0.0
104664| `-- lodash._basecopy@3.0.1
104665+-- ember-cli-app-version@1.0.0
104666| `-- git-repo-version@0.3.0
104667+-- ember-cli-autoprefixer@0.5.0
104668| `-- broccoli-autoprefixer@4.1.0
104669| +-- autoprefixer@6.2.1
104670| | +-- browserslist@1.0.1
104671| | +-- caniuse-db@1.0.30000380
104672| | +-- normalize-range@0.1.2
104673| | +-- num2fraction@1.2.2
104674| | `-- postcss-value-parser@3.2.3
104675| +-- object-assign@4.0.1
104676| `-- postcss@5.0.13
104677| +-- js-base64@2.1.9
104678| +-- source-map@0.5.3
104679| `-- supports-color@3.1.2
104680| `-- has-flag@1.0.0
104681+-- ember-cli-babel@5.1.6
104682| +-- clone@1.0.2
104683| `-- ember-cli-version-checker@1.1.5
104684+-- ember-cli-blanket@0.6.2
104685| +-- body-parser@1.14.2
104686| | +-- bytes@2.2.0
104687| | +-- depd@1.1.0
104688| | +-- http-errors@1.3.1
104689| | +-- iconv-lite@0.4.13
104690| | +-- qs@5.2.0
104691| | `-- raw-body@2.1.5
104692| | `-- bytes@2.2.0
104693| +-- broccoli-funnel@0.2.15
104694| | +-- fs-tree-diff@0.3.1
104695| | `-- minimatch@2.0.10
104696| +-- broccoli-merge-trees@0.2.4
104697| +-- core-object@1.1.0
104698| `-- fs-extra@0.18.4
104699| `-- graceful-fs@3.0.8
104700+-- ember-cli-content-security-policy@0.4.0
104701+-- ember-cli-dependency-checker@1.2.0
104702| +-- chalk@0.5.1
104703| | +-- ansi-styles@1.1.0
104704| | +-- has-ansi@0.1.0
104705| | | `-- ansi-regex@0.2.1
104706| | +-- strip-ansi@0.3.0
104707| | `-- supports-color@0.2.0
104708| `-- is-git-url@0.2.0
104709+-- ember-cli-htmlbars@1.0.1
104710| +-- broccoli-persistent-filter@1.1.6
104711| | +-- async-disk-cache@1.0.3
104712| | +-- fs-tree-diff@0.3.1
104713| | +-- hash-for-dep@1.0.1
104714| | `-- md5-hex@1.1.0
104715| | `-- md5-o-matic@0.1.1
104716| `-- strip-bom@2.0.0
104717| `-- is-utf8@0.2.1
104718+-- ember-cli-htmlbars-inline-precompile@0.3.1
104719| `-- babel-plugin-htmlbars-inline-precompile@0.0.5
104720+-- ember-cli-ic-ajax@0.2.4
104721| `-- ic-ajax@2.0.1
104722+-- ember-cli-inject-live-reload@1.4.0
104723+-- ember-cli-mirage@0.1.11
104724| +-- broccoli-funnel@0.2.15
104725| | +-- fs-tree-diff@0.3.1
104726| | `-- minimatch@2.0.10
104727| +-- broccoli-merge-trees@0.2.4
104728| `-- ember-inflector@1.9.4
104729+-- ember-cli-moment-shim@0.7.1
104730| +-- broccoli-stew@1.2.0
104731| | +-- ensure-posix-path@1.0.1
104732| | +-- fs-extra@0.13.0
104733| | | `-- ncp@1.0.1
104734| | +-- minimatch@2.0.10
104735| | `-- walk-sync@0.1.3
104736| +-- chalk@1.1.1
104737| | +-- ansi-styles@2.1.0
104738| | +-- has-ansi@2.0.0
104739| | | `-- ansi-regex@2.0.0
104740| | +-- strip-ansi@3.0.0
104741| | `-- supports-color@2.0.0
104742| `-- lodash.defaults@3.1.2
104743| +-- lodash.assign@3.2.0
104744| | `-- lodash._baseassign@3.2.0
104745| `-- lodash.restparam@3.6.1
104746+-- ember-cli-opinionated@0.2.0
104747+-- ember-cli-qunit@1.1.0
104748| +-- broccoli-jshint@1.1.1
104749| | +-- chalk@0.4.0
104750| | | +-- ansi-styles@1.0.0
104751| | | `-- strip-ansi@0.1.1
104752| | +-- findup-sync@0.1.3
104753| | | +-- glob@3.2.11
104754| | | | `-- minimatch@0.3.0
104755| | | `-- lodash@2.4.2
104756| | +-- jshint@2.8.0
104757| | | +-- cli@0.6.6
104758| | | | `-- glob@3.2.11
104759| | | | `-- minimatch@0.3.0
104760| | | +-- console-browserify@1.1.0
104761| | | | `-- date-now@0.1.4
104762| | | +-- htmlparser2@3.8.3
104763| | | | +-- domelementtype@1.3.0
104764| | | | +-- domhandler@2.3.0
104765| | | | +-- domutils@1.5.1
104766| | | | | `-- dom-serializer@0.1.0
104767| | | | | `-- domelementtype@1.1.3
104768| | | | +-- entities@1.0.0
104769| | | | `-- readable-stream@1.1.13
104770| | | +-- lodash@3.7.0
104771| | | +-- minimatch@2.0.10
104772| | | +-- shelljs@0.3.0
104773| | | `-- strip-json-comments@1.0.4
104774| | `-- mkdirp@0.4.2
104775| +-- broccoli-sourcemap-concat@1.1.6
104776| `-- ember-qunit@0.4.18
104777| `-- ember-test-helpers@0.5.19
104778| `-- klassy@0.1.3
104779+-- ember-cli-release@0.2.8
104780| +-- chalk@1.1.1
104781| | +-- ansi-styles@2.1.0
104782| | +-- has-ansi@2.0.0
104783| | | `-- ansi-regex@2.0.0
104784| | +-- strip-ansi@3.0.0
104785| | `-- supports-color@2.0.0
104786| +-- git-tools@0.1.4
104787| | `-- spawnback@1.0.0
104788| +-- make-array@0.1.2
104789| +-- merge@1.2.0
104790| `-- moment-timezone@0.3.1
104791| `-- moment@2.10.6
104792+-- ember-cli-sass@5.1.0
104793| +-- broccoli-merge-trees@0.2.4
104794| `-- broccoli-sass-source-maps@1.5.1
104795| +-- mkdirp@0.3.5
104796| +-- node-sass@3.4.2
104797| | +-- async-foreach@0.1.3
104798| | +-- chalk@1.1.1
104799| | | +-- ansi-styles@2.1.0
104800| | | +-- has-ansi@2.0.0
104801| | | | `-- ansi-regex@2.0.0
104802| | | +-- strip-ansi@3.0.0
104803| | | `-- supports-color@2.0.0
104804| | +-- cross-spawn@2.1.0
104805| | | `-- spawn-sync@1.0.13
104806| | | +-- concat-stream@1.5.1
104807| | | | `-- typedarray@0.0.6
104808| | | `-- os-shim@0.1.3
104809| | +-- gaze@0.5.2
104810| | | `-- globule@0.1.0
104811| | | +-- glob@3.1.21
104812| | | | +-- graceful-fs@1.2.3
104813| | | | `-- inherits@1.0.2
104814| | | +-- lodash@1.0.2
104815| | | `-- minimatch@0.2.14
104816| | +-- get-stdin@4.0.1
104817| | +-- meow@3.6.0
104818| | | +-- camelcase-keys@2.0.0
104819| | | | +-- camelcase@2.0.1
104820| | | | `-- map-obj@1.0.1
104821| | | +-- loud-rejection@1.2.0
104822| | | | `-- signal-exit@2.1.2
104823| | | +-- minimist@1.2.0
104824| | | +-- normalize-package-data@2.3.5
104825| | | | +-- hosted-git-info@2.1.4
104826| | | | +-- is-builtin-module@1.0.0
104827| | | | | `-- builtin-modules@1.1.0
104828| | | | `-- validate-npm-package-license@3.0.1
104829| | | | +-- spdx-correct@1.0.2
104830| | | | | `-- spdx-license-ids@1.1.0
104831| | | | `-- spdx-expression-parse@1.0.2
104832| | | | `-- spdx-exceptions@1.0.4
104833| | | +-- object-assign@4.0.1
104834| | | +-- read-pkg-up@1.0.1
104835| | | | +-- find-up@1.1.0
104836| | | | | `-- path-exists@2.1.0
104837| | | | `-- read-pkg@1.1.0
104838| | | | +-- load-json-file@1.1.0
104839| | | | | +-- graceful-fs@4.1.2
104840| | | | | +-- parse-json@2.2.0
104841| | | | | | `-- error-ex@1.3.0
104842| | | | | | `-- is-arrayish@0.2.1
104843| | | | | `-- pify@2.3.0
104844| | | | `-- path-type@1.1.0
104845| | | | `-- graceful-fs@4.1.2
104846| | | +-- redent@1.0.0
104847| | | | +-- indent-string@2.1.0
104848| | | | | `-- repeating@2.0.0
104849| | | | `-- strip-indent@1.0.1
104850| | | `-- trim-newlines@1.0.0
104851| | +-- nan@2.1.0
104852| | +-- node-gyp@3.2.1
104853| | | +-- fstream@1.0.8
104854| | | | `-- graceful-fs@4.1.2
104855| | | +-- glob@4.5.3
104856| | | | `-- minimatch@2.0.10
104857| | | +-- graceful-fs@4.1.2
104858| | | +-- minimatch@1.0.0
104859| | | +-- path-array@1.0.0
104860| | | | `-- array-index@0.1.1
104861| | | `-- tar@2.2.1
104862| | | `-- block-stream@0.0.8
104863| | +-- npmconf@2.1.2
104864| | | +-- config-chain@1.1.9
104865| | | | `-- proto-list@1.2.4
104866| | | +-- ini@1.3.4
104867| | | +-- osenv@0.1.3
104868| | | `-- uid-number@0.0.5
104869| | +-- request@2.67.0
104870| | | +-- aws-sign2@0.6.0
104871| | | +-- bl@1.0.0
104872| | | +-- caseless@0.11.0
104873| | | +-- combined-stream@1.0.5
104874| | | | `-- delayed-stream@1.0.0
104875| | | +-- extend@3.0.0
104876| | | +-- forever-agent@0.6.1
104877| | | +-- form-data@1.0.0-rc3
104878| | | | `-- async@1.5.0
104879| | | +-- har-validator@2.0.3
104880| | | | +-- chalk@1.1.1
104881| | | | | +-- ansi-styles@2.1.0
104882| | | | | +-- has-ansi@2.0.0
104883| | | | | | `-- ansi-regex@2.0.0
104884| | | | | +-- strip-ansi@3.0.0
104885| | | | | `-- supports-color@2.0.0
104886| | | | +-- is-my-json-valid@2.12.3
104887| | | | | +-- generate-function@2.0.0
104888| | | | | +-- generate-object-property@1.2.0
104889| | | | | | `-- is-property@1.0.2
104890| | | | | `-- jsonpointer@2.0.0
104891| | | | `-- pinkie-promise@2.0.0
104892| | | | `-- pinkie@2.0.1
104893| | | +-- hawk@3.1.2
104894| | | | +-- boom@2.10.1
104895| | | | +-- cryptiles@2.0.5
104896| | | | +-- hoek@2.16.3
104897| | | | `-- sntp@1.0.9
104898| | | +-- http-signature@1.1.0
104899| | | | +-- assert-plus@0.1.5
104900| | | | +-- jsprim@1.2.2
104901| | | | | +-- extsprintf@1.0.2
104902| | | | | +-- json-schema@0.2.2
104903| | | | | `-- verror@1.3.6
104904| | | | `-- sshpk@1.7.1
104905| | | | +-- asn1@0.2.3
104906| | | | +-- assert-plus@0.2.0
104907| | | | +-- dashdash@1.10.1
104908| | | | +-- ecc-jsbn@0.1.1
104909| | | | +-- jodid25519@1.0.2
104910| | | | +-- jsbn@0.1.0
104911| | | | `-- tweetnacl@0.13.2
104912| | | +-- is-typedarray@1.0.0
104913| | | +-- isstream@0.1.2
104914| | | +-- json-stringify-safe@5.0.1
104915| | | +-- oauth-sign@0.8.0
104916| | | +-- qs@5.2.0
104917| | | +-- stringstream@0.0.5
104918| | | +-- tough-cookie@2.2.1
104919| | | `-- tunnel-agent@0.4.2
104920| | `-- sass-graph@2.0.1
104921| | `-- yargs@3.27.0
104922| | +-- cliui@2.1.0
104923| | | +-- center-align@0.1.2
104924| | | | +-- align-text@0.1.3
104925| | | | | +-- kind-of@2.0.1
104926| | | | | | `-- is-buffer@1.1.0
104927| | | | | +-- longest@1.0.1
104928| | | | | `-- repeat-string@1.5.2
104929| | | | `-- lazy-cache@0.2.7
104930| | | +-- right-align@0.1.3
104931| | | `-- wordwrap@0.0.2
104932| | +-- os-locale@1.4.0
104933| | | `-- lcid@1.0.0
104934| | | `-- invert-kv@1.0.0
104935| | +-- window-size@0.1.4
104936| | `-- y18n@3.2.0
104937| `-- object-assign@2.1.1
104938+-- ember-cli-sass-pods@1.2.0
104939| +-- fs-extra@0.16.5
104940| | `-- graceful-fs@3.0.8
104941| `-- mkdirp@0.5.1
104942| `-- minimist@0.0.8
104943+-- ember-cli-sri@1.2.1
104944| `-- broccoli-sri-hash@1.2.2
104945| +-- rsvp@3.1.0
104946| `-- sri-toolbox@0.2.0
104947+-- ember-cli-uglify@1.2.0
104948| `-- broccoli-uglify-sourcemap@1.1.0
104949| +-- broccoli-writer@0.1.1
104950| +-- source-map-url@0.3.0
104951| +-- uglify-js@2.5.0
104952| | +-- source-map@0.5.3
104953| | +-- uglify-to-browserify@1.0.2
104954| | `-- yargs@3.5.4
104955| | +-- camelcase@1.2.1
104956| | +-- decamelize@1.1.2
104957| | +-- window-size@0.1.0
104958| | `-- wordwrap@0.0.2
104959| `-- walk-sync@0.1.3
104960+-- ember-cpm@2.1.1
104961+-- ember-data@1.13.15
104962+-- ember-disable-proxy-controllers@1.0.1
104963+-- ember-export-application-global@1.0.5
104964+-- ember-feature-flags@2.0.0
104965+-- ember-i18n@4.2.0
104966| `-- ember-getowner-polyfill@1.0.0
104967+-- ember-metrics@0.5.1
104968| `-- ember-cli-htmlbars@0.7.9
104969| `-- broccoli-filter@0.1.14
104970| +-- mkdirp@0.3.5
104971| `-- walk-sync@0.1.3
104972+-- ember-moment@4.1.0
104973| `-- ember-new-computed@1.0.3
104974+-- ember-responsive@1.2.3
104975+-- ember-simple-auth@1.0.1
104976+-- ember-sinon@0.3.0
104977+-- ember-sinon-qunit@1.0.0
104978+-- ember-suave@1.2.2
104979| +-- broccoli-jscs@1.2.2
104980| | +-- broccoli-merge-trees@0.2.4
104981| | +-- broccoli-static-compiler@0.2.2
104982| | +-- js-string-escape@1.0.0
104983| | +-- jscs@2.7.0
104984| | | +-- babel-jscs@2.0.5
104985| | | +-- chalk@1.1.1
104986| | | | +-- ansi-styles@2.1.0
104987| | | | +-- has-ansi@2.0.0
104988| | | | | `-- ansi-regex@2.0.0
104989| | | | +-- strip-ansi@3.0.0
104990| | | | `-- supports-color@2.0.0
104991| | | +-- escope@3.3.0
104992| | | | +-- es6-map@0.1.3
104993| | | | | `-- es6-set@0.1.3
104994| | | | +-- es6-weak-map@2.0.1
104995| | | | `-- esrecurse@3.1.1
104996| | | | `-- estraverse@3.1.0
104997| | | +-- esprima@2.7.1
104998| | | +-- estraverse@4.1.1
104999| | | +-- jscs-jsdoc@1.3.1
105000| | | | +-- comment-parser@0.3.1
105001| | | | `-- jsdoctypeparser@1.2.0
105002| | | +-- jscs-preset-wikimedia@1.0.0
105003| | | +-- jsonlint@1.6.2
105004| | | | +-- JSV@4.0.2
105005| | | | `-- nomnom@1.8.1
105006| | | | +-- chalk@0.4.0
105007| | | | | +-- ansi-styles@1.0.0
105008| | | | | `-- strip-ansi@0.1.1
105009| | | | `-- underscore@1.6.0
105010| | | +-- natural-compare@1.2.2
105011| | | +-- pathval@0.1.1
105012| | | +-- prompt@0.2.14
105013| | | | +-- pkginfo@0.3.1
105014| | | | +-- read@1.0.7
105015| | | | +-- revalidator@0.1.8
105016| | | | +-- utile@0.2.1
105017| | | | | +-- deep-equal@1.0.1
105018| | | | | +-- i@0.3.3
105019| | | | | `-- ncp@0.4.2
105020| | | | `-- winston@0.8.3
105021| | | | +-- cycle@1.0.3
105022| | | | +-- eyes@0.1.8
105023| | | | `-- stack-trace@0.0.9
105024| | | +-- reserved-words@0.1.1
105025| | | +-- to-double-quotes@2.0.0
105026| | | +-- to-single-quotes@2.0.0
105027| | | +-- vow@0.4.11
105028| | | +-- vow-fs@0.3.4
105029| | | | +-- glob@4.5.3
105030| | | | | `-- minimatch@2.0.10
105031| | | | `-- vow-queue@0.4.2
105032| | | `-- xmlbuilder@3.1.0
105033| | +-- minimatch@2.0.10
105034| | `-- path@0.11.14
105035| `-- temp@0.8.3
105036| `-- rimraf@2.2.8
105037+-- ember-truth-helpers@1.2.0
105038+-- ember-try@0.0.8
105039| +-- chalk@1.1.1
105040| | +-- ansi-styles@2.1.0
105041| | +-- has-ansi@2.0.0
105042| | | `-- ansi-regex@2.0.0
105043| | +-- strip-ansi@3.0.0
105044| | `-- supports-color@2.0.0
105045| +-- core-object@1.1.0
105046| +-- fs-extra@0.18.4
105047| | `-- graceful-fs@3.0.8
105048| `-- sync-exec@0.5.0
105049+-- roundcube-mail@0.0.0 (git+https://github.com/roundcube-next/roundcube-mail.git#d1fb79e9c99b7bde44d77f034f8d3bc10a72a8f1)
105050`-- roundcube-notifications@0.1.0 (git+https://github.com/roundcube-next/roundcube-notifications.git#2b4d2504ba079d85c644d84b81b506ca180c8de2)
105051 `-- ember-notify@4.3.0
105052 +-- ember-cli-htmlbars@0.7.9
105053 | `-- broccoli-filter@0.1.14
105054 | +-- mkdirp@0.3.5
105055 | `-- walk-sync@0.1.3
105056 `-- object-assign@2.1.1
105057
105058npm verb exit [ 0, true ]
105059npm info ok
105060 ---> 1e7ba3a4e993
105061Removing intermediate container 559e20434c45
105062Step 7 : RUN bower --allow-root install
105063 ---> Running in cbf51fd2b18c
105064bower jmap-client#* not-cached git://github.com/thomascube/jmap-client.git#*
105065bower jmap-client#* resolve git://github.com/thomascube/jmap-client.git#*
105066bower loader.js#3.2.1 not-cached git://github.com/ember-cli/loader.js.git#3.2.1
105067bower loader.js#3.2.1 resolve git://github.com/ember-cli/loader.js.git#3.2.1
105068bower jmap-client#* download https://github.com/thomascube/jmap-client/archive/v0.0.5.tar.gz
105069bower loader.js#3.2.1 download https://github.com/ember-cli/loader.js/archive/v3.2.1.tar.gz
105070bower ember-cli-test-loader#0.2.1 not-cached git://github.com/ember-cli/ember-cli-test-loader.git#0.2.1
105071bower ember-cli-test-loader#0.2.1 resolve git://github.com/ember-cli/ember-cli-test-loader.git#0.2.1
105072bower jquery#^1.11.3 not-cached git://github.com/jquery/jquery.git#^1.11.3
105073bower jquery#^1.11.3 resolve git://github.com/jquery/jquery.git#^1.11.3
105074bower lodash#~3.7.0 not-cached git://github.com/lodash/lodash.git#~3.7.0
105075bower lodash#~3.7.0 resolve git://github.com/lodash/lodash.git#~3.7.0
105076bower bootstrap-sass#3.3.5 not-cached git://github.com/twbs/bootstrap-sass.git#3.3.5
105077bower bootstrap-sass#3.3.5 resolve git://github.com/twbs/bootstrap-sass.git#3.3.5
105078bower Faker#~3.0.0 not-cached git://github.com/Marak/Faker.js.git#~3.0.0
105079bower Faker#~3.0.0 resolve git://github.com/Marak/Faker.js.git#~3.0.0
105080bower moment-timezone#>= 0.1.0 not-cached git://github.com/moment/moment-timezone.git#>= 0.1.0
105081bower moment-timezone#>= 0.1.0 resolve git://github.com/moment/moment-timezone.git#>= 0.1.0
105082bower ember-qunit-notifications#0.1.0 not-cached git://github.com/dockyard/ember-qunit-notifications.git#0.1.0
105083bower ember-qunit-notifications#0.1.0 resolve git://github.com/dockyard/ember-qunit-notifications.git#0.1.0
105084bower ember-cli-shims#0.0.6 not-cached git://github.com/ember-cli/ember-cli-shims.git#0.0.6
105085bower ember-cli-shims#0.0.6 resolve git://github.com/ember-cli/ember-cli-shims.git#0.0.6
105086bower pretender#~0.10.1 not-cached git://github.com/trek/pretender.git#~0.10.1
105087bower pretender#~0.10.1 resolve git://github.com/trek/pretender.git#~0.10.1
105088bower ember-qunit#0.4.16 not-cached git://github.com/rwjblue/ember-qunit-builds.git#0.4.16
105089bower ember-qunit#0.4.16 resolve git://github.com/rwjblue/ember-qunit-builds.git#0.4.16
105090bower blanket#~1.1.5 not-cached git://github.com/alex-seville/blanket.git#~1.1.5
105091bower blanket#~1.1.5 resolve git://github.com/alex-seville/blanket.git#~1.1.5
105092bower ember-load-initializers#0.1.7 not-cached git://github.com/ember-cli/ember-load-initializers.git#0.1.7
105093bower ember-load-initializers#0.1.7 resolve git://github.com/ember-cli/ember-load-initializers.git#0.1.7
105094bower ember#1.13.10 not-cached git://github.com/components/ember.git#1.13.10
105095bower ember#1.13.10 resolve git://github.com/components/ember.git#1.13.10
105096bower moment#>= 2.8.0 not-cached git://github.com/moment/moment.git#>= 2.8.0
105097bower moment#>= 2.8.0 resolve git://github.com/moment/moment.git#>= 2.8.0
105098bower sinonjs#~1.17.1 not-cached git://github.com/blittle/sinon.js.git#~1.17.1
105099bower sinonjs#~1.17.1 resolve git://github.com/blittle/sinon.js.git#~1.17.1
105100bower qunit#~1.20.0 not-cached git://github.com/jquery/qunit.git#~1.20.0
105101bower qunit#~1.20.0 resolve git://github.com/jquery/qunit.git#~1.20.0
105102bower ember-data#1.13.15 not-cached git://github.com/components/ember-data.git#1.13.15
105103bower ember-data#1.13.15 resolve git://github.com/components/ember-data.git#1.13.15
105104bower ember-resolver#~0.1.20 not-cached git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.20
105105bower ember-resolver#~0.1.20 resolve git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.20
105106bower ember-cli-test-loader#0.2.1 download https://github.com/ember-cli/ember-cli-test-loader/archive/v0.2.1.tar.gz
105107bower Faker#~3.0.0 download https://github.com/Marak/Faker.js/archive/v3.0.1.tar.gz
105108bower lodash#~3.7.0 download https://github.com/lodash/lodash/archive/3.7.0.tar.gz
105109bower bootstrap-sass#3.3.5 download https://github.com/twbs/bootstrap-sass/archive/v3.3.5.tar.gz
105110bower moment-timezone#>= 0.1.0 download https://github.com/moment/moment-timezone/archive/0.4.1.tar.gz
105111bower ember-cli-shims#0.0.6 download https://github.com/ember-cli/ember-cli-shims/archive/0.0.6.tar.gz
105112bower loader.js#3.2.1 extract archive.tar.gz
105113bower jquery#^1.11.3 download https://github.com/jquery/jquery/archive/1.11.3.tar.gz
105114bower pretender#~0.10.1 download https://github.com/trek/pretender/archive/0.10.1.tar.gz
105115bower ember-qunit#0.4.16 download https://github.com/rwjblue/ember-qunit-builds/archive/v0.4.16.tar.gz
105116bower ember-load-initializers#0.1.7 download https://github.com/ember-cli/ember-load-initializers/archive/v0.1.7.tar.gz
105117bower blanket#~1.1.5 download https://github.com/alex-seville/blanket/archive/v1.1.7.tar.gz
105118bower ember#1.13.10 download https://github.com/components/ember/archive/1.13.10.tar.gz
105119bower loader.js#3.2.1 resolved git://github.com/ember-cli/loader.js.git#3.2.1
105120bower ember-cli-test-loader#0.2.1 extract archive.tar.gz
105121bower ember-cli-test-loader#0.2.1 resolved git://github.com/ember-cli/ember-cli-test-loader.git#0.2.1
105122bower sinonjs#~1.17.1 download https://github.com/blittle/sinon.js/archive/v1.17.1.tar.gz
105123bower moment#>= 2.8.0 download https://github.com/moment/moment/archive/2.10.6.tar.gz
105124bower ember-data#1.13.15 download https://github.com/components/ember-data/archive/1.13.15.tar.gz
105125bower qunit#~1.20.0 download https://github.com/jquery/qunit/archive/1.20.0.tar.gz
105126bower ember-resolver#~0.1.20 download https://github.com/stefanpenner/ember-jj-abrams-resolver/archive/v0.1.21.tar.gz
105127bower ember-cli-shims#0.0.6 extract archive.tar.gz
105128bower jmap-client#* extract archive.tar.gz
105129bower ember-qunit#0.4.16 extract archive.tar.gz
105130bower ember-load-initializers#0.1.7 extract archive.tar.gz
105131bower ember-cli-shims#0.0.6 resolved git://github.com/ember-cli/ember-cli-shims.git#0.0.6
105132bower ember-qunit#0.4.16 resolved git://github.com/rwjblue/ember-qunit-builds.git#0.4.16
105133bower ember-load-initializers#0.1.7 resolved git://github.com/ember-cli/ember-load-initializers.git#0.1.7
105134bower bootstrap-sass#3.3.5 extract archive.tar.gz
105135bower pretender#~0.10.1 extract archive.tar.gz
105136bower sinonjs#~1.17.1 extract archive.tar.gz
105137bower sinonjs#~1.17.1 resolved git://github.com/blittle/sinon.js.git#1.17.1
105138bower pretender#~0.10.1 resolved git://github.com/trek/pretender.git#0.10.1
105139bower jquery#^1.11.3 extract archive.tar.gz
105140bower ember-resolver#~0.1.20 extract archive.tar.gz
105141bower FakeXMLHttpRequest#~1.2.1 not-cached git://github.com/trek/FakeXMLHttpRequest.git#~1.2.1
105142bower FakeXMLHttpRequest#~1.2.1 resolve git://github.com/trek/FakeXMLHttpRequest.git#~1.2.1
105143bower ember-qunit-notifications#0.1.0 download https://github.com/dockyard/ember-qunit-notifications/archive/v0.1.0.tar.gz
105144bower route-recognizer#~0.1.1 not-cached git://github.com/tildeio/route-recognizer.git#~0.1.1
105145bower route-recognizer#~0.1.1 resolve git://github.com/tildeio/route-recognizer.git#~0.1.1
105146bower qunit#~1.20.0 extract archive.tar.gz
105147bower FakeXMLHttpRequest#~1.2.1 download https://github.com/trek/FakeXMLHttpRequest/archive/1.2.1.tar.gz
105148bower route-recognizer#~0.1.1 download https://github.com/tildeio/route-recognizer/archive/0.1.9.tar.gz
105149bower ember-resolver#~0.1.20 resolved git://github.com/stefanpenner/ember-jj-abrams-resolver.git#0.1.21
105150bower blanket#~1.1.5 extract archive.tar.gz
105151bower ember-qunit-notifications#0.1.0 extract archive.tar.gz
105152bower ember-data#1.13.15 extract archive.tar.gz
105153bower route-recognizer#~0.1.1 extract archive.tar.gz
105154bower ember-qunit-notifications#0.1.0 resolved git://github.com/dockyard/ember-qunit-notifications.git#0.1.0
105155bower jmap-client#* resolved git://github.com/thomascube/jmap-client.git#0.0.5
105156bower qunit#~1.20.0 resolved git://github.com/jquery/qunit.git#1.20.0
105157bower FakeXMLHttpRequest#~1.2.1 extract archive.tar.gz
105158bower route-recognizer#~0.1.1 resolved git://github.com/tildeio/route-recognizer.git#0.1.9
105159bower qunit-notifications#~0.1.0 not-cached git://github.com/dockyard/qunit-notifications.git#~0.1.0
105160bower qunit-notifications#~0.1.0 resolve git://github.com/dockyard/qunit-notifications.git#~0.1.0
105161bower bootstrap-sass#3.3.5 resolved git://github.com/twbs/bootstrap-sass.git#3.3.5
105162bower jquery#>= 1.9.0 not-cached git://github.com/jquery/jquery.git#>= 1.9.0
105163bower jquery#>= 1.9.0 resolve git://github.com/jquery/jquery.git#>= 1.9.0
105164bower FakeXMLHttpRequest#~1.2.1 mismatch Version declared in the json (1.2.0) is different than the resolved one (1.2.1)
105165bower FakeXMLHttpRequest#~1.2.1 invalid-meta fake-xml-http-request is missing "ignore" entry in bower.json
105166bower jquery#>= 1.9.0 download https://github.com/jquery/jquery/archive/2.1.4.tar.gz
105167bower FakeXMLHttpRequest#~1.2.1 resolved git://github.com/trek/FakeXMLHttpRequest.git#1.2.1
105168bower ember#1.13.10 extract archive.tar.gz
105169bower qunit-notifications#~0.1.0 download https://github.com/dockyard/qunit-notifications/archive/v0.1.0.tar.gz
105170bower ember-data#1.13.15 resolved git://github.com/components/ember-data.git#1.13.15
105171bower jquery#^1.11.3 resolved git://github.com/jquery/jquery.git#1.11.3
105172bower ember#1.13.10 invalid-meta ember is missing "ignore" entry in bower.json
105173bower ember#1.13.10 resolved git://github.com/components/ember.git#1.13.10
105174bower qunit-notifications#~0.1.0 extract archive.tar.gz
105175bower qunit-notifications#~0.1.0 resolved git://github.com/dockyard/qunit-notifications.git#0.1.0
105176bower moment#>= 2.8.0 extract archive.tar.gz
105177bower blanket#~1.1.5 deprecated Package blanket is using the deprecated component.json
105178bower blanket#~1.1.5 mismatch Version declared in the json (1.1.5) is different than the resolved one (1.1.7)
105179bower blanket#~1.1.5 invalid-meta blanket is missing "ignore" entry in bower.json
105180bower blanket#~1.1.5 resolved git://github.com/alex-seville/blanket.git#1.1.7
105181bower lodash#~3.7.0 extract archive.tar.gz
105182bower lodash#~3.7.0 resolved git://github.com/lodash/lodash.git#3.7.0
105183bower moment#>= 2.8.0 resolved git://github.com/moment/moment.git#2.10.6
105184bower jquery#>= 1.9.0 extract archive.tar.gz
105185bower moment-timezone#>= 0.1.0 extract archive.tar.gz
105186bower jquery#>= 1.9.0 resolved git://github.com/jquery/jquery.git#2.1.4
105187bower Faker#~3.0.0 progress received 1.7MB of 8.8MB downloaded, 20%
105188bower Faker#~3.0.0 progress received 2.7MB of 8.8MB downloaded, 31%
105189bower Faker#~3.0.0 progress received 4.2MB of 8.8MB downloaded, 48%
105190bower moment-timezone#>= 0.1.0 resolved git://github.com/moment/moment-timezone.git#0.4.1
105191bower Faker#~3.0.0 progress received 5.4MB of 8.8MB downloaded, 61%
105192bower Faker#~3.0.0 progress received 6.5MB of 8.8MB downloaded, 74%
105193bower Faker#~3.0.0 progress received 7.6MB of 8.8MB downloaded, 87%
105194bower Faker#~3.0.0 extract archive.tar.gz
105195bower Faker#~3.0.0 resolved git://github.com/Marak/Faker.js.git#3.0.1
105196bower loader.js#3.2.1 install loader.js#3.2.1
105197bower ember-cli-test-loader#0.2.1 install ember-cli-test-loader#0.2.1
105198bower ember-cli-shims#0.0.6 install ember-cli-shims#0.0.6
105199bower ember-qunit#0.4.16 install ember-qunit#0.4.16
105200bower ember-load-initializers#0.1.7 install ember-load-initializers#0.1.7
105201bower sinonjs#~1.17.1 install sinonjs#1.17.1
105202bower pretender#~0.10.1 install pretender#0.10.1
105203bower ember-resolver#~0.1.20 install ember-resolver#0.1.21
105204bower ember-qunit-notifications#0.1.0 install ember-qunit-notifications#0.1.0
105205bower jmap-client#* install jmap-client#0.0.5
105206bower qunit#~1.20.0 install qunit#1.20.0
105207bower route-recognizer#~0.1.1 install route-recognizer#0.1.9
105208bower bootstrap-sass#3.3.5 install bootstrap-sass#3.3.5
105209bower FakeXMLHttpRequest#~1.2.1 install FakeXMLHttpRequest#1.2.1
105210bower ember-data#1.13.15 install ember-data#1.13.15
105211bower jquery#^1.11.3 install jquery#1.11.3
105212bower ember#1.13.10 install ember#1.13.10
105213bower qunit-notifications#~0.1.0 install qunit-notifications#0.1.0
105214bower blanket#~1.1.5 install blanket#1.1.7
105215bower lodash#~3.7.0 install lodash#3.7.0
105216bower moment#>= 2.8.0 install moment#2.10.6
105217bower moment-timezone#>= 0.1.0 install moment-timezone#0.4.1
105218bower Faker#~3.0.0 install Faker#3.0.1
105219
105220loader.js#3.2.1 bower_components/loader.js
105221
105222ember-cli-test-loader#0.2.1 bower_components/ember-cli-test-loader
105223
105224ember-cli-shims#0.0.6 bower_components/ember-cli-shims
105225└── ember#1.13.10
105226
105227ember-qunit#0.4.16 bower_components/ember-qunit
105228
105229ember-load-initializers#0.1.7 bower_components/ember-load-initializers
105230└── ember#1.13.10
105231
105232sinonjs#1.17.1 bower_components/sinonjs
105233
105234pretender#0.10.1 bower_components/pretender
105235├── FakeXMLHttpRequest#1.2.1
105236└── route-recognizer#0.1.9
105237
105238ember-resolver#0.1.21 bower_components/ember-resolver
105239└── ember#1.13.10
105240
105241ember-qunit-notifications#0.1.0 bower_components/ember-qunit-notifications
105242└── qunit-notifications#0.1.0
105243
105244jmap-client#0.0.5 bower_components/jmap-client
105245
105246qunit#1.20.0 bower_components/qunit
105247
105248route-recognizer#0.1.9 bower_components/route-recognizer
105249
105250bootstrap-sass#3.3.5 bower_components/bootstrap-sass
105251└── jquery#1.11.3
105252
105253FakeXMLHttpRequest#1.2.1 bower_components/FakeXMLHttpRequest
105254
105255ember-data#1.13.15 bower_components/ember-data
105256└── ember#1.13.10
105257
105258jquery#1.11.3 bower_components/jquery
105259
105260ember#1.13.10 bower_components/ember
105261└── jquery#1.11.3
105262
105263qunit-notifications#0.1.0 bower_components/qunit-notifications
105264
105265blanket#1.1.7 bower_components/blanket
105266
105267lodash#3.7.0 bower_components/lodash
105268
105269moment#2.10.6 bower_components/moment
105270
105271moment-timezone#0.4.1 bower_components/moment-timezone
105272└── moment#2.10.6
105273
105274Faker#3.0.1 bower_components/Faker
105275 ---> 73d5a586fe9f
105276Removing intermediate container cbf51fd2b18c
105277Step 8 : RUN sed -i -e '/ES6 only/,+19d' node_modules/jscs/lib/config/configuration.js
105278 ---> Running in 00b64391af95
105279 ---> 662d85d1aa2a
105280Removing intermediate container 00b64391af95
105281Step 9 : ADD /entrypoint.sh /entrypoint.sh
105282 ---> f075052addfd
105283Removing intermediate container 8ed2ac5cc836
105284Step 10 : RUN chmod a+x /entrypoint.sh
105285 ---> Running in c471d856cd32
105286 ---> 02a4d7611f85
105287Removing intermediate container c471d856cd32
105288Step 11 : CMD ember server --live-reload=false
105289 ---> Running in c1c2244362ed
105290 ---> bb1f6ca228c9
105291Removing intermediate container c1c2244362ed
105292Successfully built bb1f6ca228c9
105293== ./03-submission ==
105294Sending build context to Docker daemon 2.048 kB
105295Sending build context to Docker daemon 2.048 kB
105296
105297Step 0 : FROM kolab/base-mx:latest
105298 ---> 7baf009ca386
105299Step 1 : RUN yum -y install kolab-saslauthd && yum clean all
105300 ---> Running in a5a03160cb31
105301Loaded plugins: priorities
105302158 packages excluded due to repository priority protections
105303Resolving Dependencies
105304--> Running transaction check
105305---> Package kolab-saslauthd.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
105306--> Processing Dependency: cyrus-sasl for package: kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch
105307--> Running transaction check
105308---> Package cyrus-sasl.x86_64 0:2.1.26-19.2.el7 will be installed
105309--> Processing Dependency: /sbin/service for package: cyrus-sasl-2.1.26-19.2.el7.x86_64
105310--> Running transaction check
105311---> Package initscripts.x86_64 0:9.49.30-1.el7 will be installed
105312--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.30-1.el7.x86_64
105313--> Processing Dependency: iproute for package: initscripts-9.49.30-1.el7.x86_64
105314--> Running transaction check
105315---> Package iproute.x86_64 0:3.10.0-54.el7 will be installed
105316--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-3.10.0-54.el7.x86_64
105317---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
105318--> Running transaction check
105319---> Package iptables.x86_64 0:1.4.21-16.el7 will be installed
105320--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-16.el7.x86_64
105321--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-16.el7.x86_64
105322--> Running transaction check
105323---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be installed
105324--> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
105325--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
105326--> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
105327---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
105328--> Running transaction check
105329---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
105330--> Finished Dependency Resolution
105331
105332Dependencies Resolved
105333
105334================================================================================
105335 Package Arch Version Repository Size
105336================================================================================
105337Installing:
105338 kolab-saslauthd noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 29 k
105339Installing for dependencies:
105340 cyrus-sasl x86_64 2.1.26-19.2.el7 base 88 k
105341 initscripts x86_64 9.49.30-1.el7 base 429 k
105342 iproute x86_64 3.10.0-54.el7 base 526 k
105343 iptables x86_64 1.4.21-16.el7 base 424 k
105344 libmnl x86_64 1.0.3-7.el7 base 23 k
105345 libnetfilter_conntrack x86_64 1.0.4-2.el7 base 53 k
105346 libnfnetlink x86_64 1.0.1-4.el7 base 26 k
105347 sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
105348
105349Transaction Summary
105350================================================================================
105351Install 1 Package (+8 Dependent packages)
105352
105353Total download size: 1.6 M
105354Installed size: 4.7 M
105355Downloading packages:
105356--------------------------------------------------------------------------------
105357Total 6.1 MB/s | 1.6 MB 00:00
105358Running transaction check
105359Running transaction test
105360Transaction test succeeded
105361Running transaction
105362 Installing : libnfnetlink-1.0.1-4.el7.x86_64 1/9
105363 Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 2/9
105364 Installing : libmnl-1.0.3-7.el7.x86_64 3/9
105365 Installing : libnetfilter_conntrack-1.0.4-2.el7.x86_64 4/9
105366 Installing : iptables-1.4.21-16.el7.x86_64 5/9
105367 Installing : iproute-3.10.0-54.el7.x86_64 6/9
105368 Installing : initscripts-9.49.30-1.el7.x86_64 7/9
105369 Installing : cyrus-sasl-2.1.26-19.2.el7.x86_64 8/9
105370 Installing : kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch 9/9
105371 Verifying : iptables-1.4.21-16.el7.x86_64 1/9
105372 Verifying : initscripts-9.49.30-1.el7.x86_64 2/9
105373 Verifying : libnfnetlink-1.0.1-4.el7.x86_64 3/9
105374 Verifying : libmnl-1.0.3-7.el7.x86_64 4/9
105375 Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 5/9
105376 Verifying : cyrus-sasl-2.1.26-19.2.el7.x86_64 6/9
105377 Verifying : iproute-3.10.0-54.el7.x86_64 7/9
105378 Verifying : kolab-saslauthd-0.7.16-1.2.el7.kolab_3.5.noarch 8/9
105379 Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 9/9
105380
105381Installed:
105382 kolab-saslauthd.noarch 0:0.7.16-1.2.el7.kolab_3.5
105383
105384Dependency Installed:
105385 cyrus-sasl.x86_64 0:2.1.26-19.2.el7
105386 initscripts.x86_64 0:9.49.30-1.el7
105387 iproute.x86_64 0:3.10.0-54.el7
105388 iptables.x86_64 0:1.4.21-16.el7
105389 libmnl.x86_64 0:1.0.3-7.el7
105390 libnetfilter_conntrack.x86_64 0:1.0.4-2.el7
105391 libnfnetlink.x86_64 0:1.0.1-4.el7
105392 sysvinit-tools.x86_64 0:2.88-14.dsf.el7
105393
105394Complete!
105395Loaded plugins: priorities
105396Cleaning repos: Kolab_Development base epel extras updates
105397Cleaning up everything
105398 ---> cda6354e2a6b
105399Removing intermediate container a5a03160cb31
105400Step 2 : EXPOSE 587
105401 ---> Running in 7350af9defe7
105402 ---> 7b912d55aa0f
105403Removing intermediate container 7350af9defe7
105404Successfully built 7b912d55aa0f
105405== ./03-syncroton ==
105406Sending build context to Docker daemon 3.072 kB
105407Sending build context to Docker daemon 3.072 kB
105408
105409Step 0 : FROM kolab/base-web-rc:latest
105410 ---> 25c0c0d70734
105411Step 1 : RUN yum -y install kolab-syncroton && yum clean all
105412 ---> Running in 099b26d64212
105413Loaded plugins: priorities
105414158 packages excluded due to repository priority protections
105415Resolving Dependencies
105416--> Running transaction check
105417---> Package kolab-syncroton.noarch 0:2.3.2-2.50.el7.kolab_3.5 will be installed
105418--> Processing Dependency: roundcubemail-plugin-kolab_auth >= 3.2 for package: kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch
105419--> Processing Dependency: roundcubemail-plugin-kolab_folders >= 3.2 for package: kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch
105420--> Processing Dependency: roundcubemail-plugin-libkolab >= 3.2 for package: kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch
105421--> Processing Dependency: logrotate for package: kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch
105422--> Processing Dependency: php-ZendFramework for package: kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch
105423--> Running transaction check
105424---> Package logrotate.x86_64 0:3.8.6-7.el7_2 will be installed
105425---> Package php-ZendFramework.noarch 0:1.12.5-13.6.el7.kolab_3.5 will be installed
105426--> Processing Dependency: php-bcmath for package: php-ZendFramework-1.12.5-13.6.el7.kolab_3.5.noarch
105427---> Package roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105428--> Processing Dependency: roundcubemail(plugin-kolab_auth-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.noarch
105429---> Package roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105430--> Processing Dependency: roundcubemail(plugin-kolab_folders-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3.5.noarch
105431---> Package roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105432--> Processing Dependency: roundcubemail(plugin-libkolab-skin) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
105433--> Processing Dependency: roundcubemail(plugin-libkolab-assets) = 3.3-54.2.el7.kolab_3.5 for package: roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noarch
105434--> Running transaction check
105435---> Package php-bcmath.x86_64 0:5.4.16-36.el7_1 will be installed
105436---> Package roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105437---> Package roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105438---> Package roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105439---> Package roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5 will be installed
105440--> Finished Dependency Resolution
105441
105442Dependencies Resolved
105443
105444================================================================================
105445 Package Arch Version Repository Size
105446================================================================================
105447Installing:
105448 kolab-syncroton noarch 2.3.2-2.50.el7.kolab_3.5 Kolab_Development 207 k
105449Installing for dependencies:
105450 logrotate x86_64 3.8.6-7.el7_2 updates 66 k
105451 php-ZendFramework noarch 1.12.5-13.6.el7.kolab_3.5 Kolab_Development 3.7 M
105452 php-bcmath x86_64 5.4.16-36.el7_1 base 56 k
105453 roundcubemail-plugin-kolab_auth
105454 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 35 k
105455 roundcubemail-plugin-kolab_auth-assets
105456 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 7.5 k
105457 roundcubemail-plugin-kolab_folders
105458 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 34 k
105459 roundcubemail-plugin-kolab_folders-assets
105460 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 9.1 k
105461 roundcubemail-plugin-libkolab
105462 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 118 k
105463 roundcubemail-plugin-libkolab-assets
105464 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 13 k
105465 roundcubemail-plugin-libkolab-skin-larry-assets
105466 noarch 3.3-54.2.el7.kolab_3.5 Kolab_Development 11 k
105467
105468Transaction Summary
105469================================================================================
105470Install 1 Package (+10 Dependent packages)
105471
105472Total download size: 4.2 M
105473Installed size: 36 M
105474Downloading packages:
105475--------------------------------------------------------------------------------
105476Total 17 MB/s | 4.2 MB 00:00
105477Running transaction check
105478Running transaction test
105479Transaction test succeeded
105480Running transaction
105481 Installing : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 1/11
105482 Installing : php-bcmath-5.4.16-36.el7_1.x86_64 2/11
105483 Installing : php-ZendFramework-1.12.5-13.6.el7.kolab_3.5.noarch 3/11
105484 Installing : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 4/11
105485 Installing : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 5/11
105486 Installing : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 6/11
105487 Installing : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 7/11
105488 Installing : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 8/11
105489 Installing : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 9/11
105490 Installing : logrotate-3.8.6-7.el7_2.x86_64 10/11
105491 Installing : kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch 11/11
105492 Verifying : roundcubemail-plugin-kolab_auth-3.3-54.2.el7.kolab_3.5.n 1/11
105493 Verifying : logrotate-3.8.6-7.el7_2.x86_64 2/11
105494 Verifying : php-ZendFramework-1.12.5-13.6.el7.kolab_3.5.noarch 3/11
105495 Verifying : roundcubemail-plugin-libkolab-skin-larry-assets-3.3-54.2 4/11
105496 Verifying : roundcubemail-plugin-kolab_auth-assets-3.3-54.2.el7.kola 5/11
105497 Verifying : roundcubemail-plugin-libkolab-3.3-54.2.el7.kolab_3.5.noa 6/11
105498 Verifying : roundcubemail-plugin-libkolab-assets-3.3-54.2.el7.kolab_ 7/11
105499 Verifying : kolab-syncroton-2.3.2-2.50.el7.kolab_3.5.noarch 8/11
105500 Verifying : roundcubemail-plugin-kolab_folders-3.3-54.2.el7.kolab_3. 9/11
105501 Verifying : php-bcmath-5.4.16-36.el7_1.x86_64 10/11
105502 Verifying : roundcubemail-plugin-kolab_folders-assets-3.3-54.2.el7.k 11/11
105503
105504Installed:
105505 kolab-syncroton.noarch 0:2.3.2-2.50.el7.kolab_3.5
105506
105507Dependency Installed:
105508 logrotate.x86_64 0:3.8.6-7.el7_2
105509 php-ZendFramework.noarch 0:1.12.5-13.6.el7.kolab_3.5
105510 php-bcmath.x86_64 0:5.4.16-36.el7_1
105511 roundcubemail-plugin-kolab_auth.noarch 0:3.3-54.2.el7.kolab_3.5
105512 roundcubemail-plugin-kolab_auth-assets.noarch 0:3.3-54.2.el7.kolab_3.5
105513 roundcubemail-plugin-kolab_folders.noarch 0:3.3-54.2.el7.kolab_3.5
105514 roundcubemail-plugin-kolab_folders-assets.noarch 0:3.3-54.2.el7.kolab_3.5
105515 roundcubemail-plugin-libkolab.noarch 0:3.3-54.2.el7.kolab_3.5
105516 roundcubemail-plugin-libkolab-assets.noarch 0:3.3-54.2.el7.kolab_3.5
105517 roundcubemail-plugin-libkolab-skin-larry-assets.noarch 0:3.3-54.2.el7.kolab_3.5
105518
105519Complete!
105520Loaded plugins: priorities
105521Cleaning repos: Kolab_Development base epel extras updates
105522Cleaning up everything
105523 ---> adc646493b55
105524Removing intermediate container 099b26d64212
105525Step 2 : ADD /entrypoint.sh /entrypoint.sh
105526 ---> 44c83dfd7589
105527Removing intermediate container 7d1d80328e38
105528Step 3 : RUN chmod a+x /entrypoint.sh
105529 ---> Running in 9a60a92bff51
105530 ---> 087ab84bdbef
105531Removing intermediate container 9a60a92bff51
105532Successfully built 087ab84bdbef
105533== ./03-wallace ==
105534Sending build context to Docker daemon 3.584 kB
105535Sending build context to Docker daemon 3.584 kB
105536
105537Step 0 : FROM kolab/base:latest
105538 ---> 6692c317664f
105539Step 1 : RUN yum -y install wallace && yum clean all
105540 ---> Running in 2aeb1ba3e9c9
105541Loaded plugins: priorities
105542158 packages excluded due to repository priority protections
105543Resolving Dependencies
105544--> Running transaction check
105545---> Package wallace.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
105546--> Processing Dependency: pykolab = 0.7.16-1.2.el7.kolab_3.5 for package: wallace-0.7.16-1.2.el7.kolab_3.5.noarch
105547--> Processing Dependency: pykolab-xml = 0.7.16-1.2.el7.kolab_3.5 for package: wallace-0.7.16-1.2.el7.kolab_3.5.noarch
105548--> Processing Dependency: python-icalendar >= 3.0 for package: wallace-0.7.16-1.2.el7.kolab_3.5.noarch
105549--> Processing Dependency: MySQL-python for package: wallace-0.7.16-1.2.el7.kolab_3.5.noarch
105550--> Processing Dependency: python-sqlalchemy for package: wallace-0.7.16-1.2.el7.kolab_3.5.noarch
105551--> Running transaction check
105552---> Package MySQL-python.x86_64 0:1.2.3-11.el7 will be installed
105553--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: MySQL-python-1.2.3-11.el7.x86_64
105554--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: MySQL-python-1.2.3-11.el7.x86_64
105555---> Package pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
105556--> Processing Dependency: kolab-cli = 0.7.16-1.2.el7.kolab_3.5 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
105557--> Processing Dependency: python-ldap >= 2.4 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
105558--> Processing Dependency: python-pyasn1-modules for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
105559--> Processing Dependency: python-pyasn1 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
105560---> Package pykolab-xml.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
105561--> Processing Dependency: python-kolabformat >= 0.5 for package: pykolab-xml-0.7.16-1.2.el7.kolab_3.5.noarch
105562--> Processing Dependency: python-kolab for package: pykolab-xml-0.7.16-1.2.el7.kolab_3.5.noarch
105563---> Package python-icalendar.noarch 0:3.8.2-8.9.el7.kolab_3.5 will be installed
105564--> Processing Dependency: pytz for package: python-icalendar-3.8.2-8.9.el7.kolab_3.5.noarch
105565--> Processing Dependency: python-dateutil for package: python-icalendar-3.8.2-8.9.el7.kolab_3.5.noarch
105566---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
105567--> Running transaction check
105568---> Package kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
105569--> Processing Dependency: python-cheetah for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
105570--> Processing Dependency: python-augeas for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
105571---> Package mariadb-libs.x86_64 1:5.5.44-2.el7.centos will be installed
105572---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed
105573---> Package python-kolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5 will be installed
105574--> Processing Dependency: libkolab(x86-64) = 0.6.git.1432664058 for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105575--> Processing Dependency: libcalendaring-kcalutils.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105576--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105577--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105578--> Processing Dependency: libQtXml.so.4()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105579--> Processing Dependency: libcalendaring-kimap.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105580--> Processing Dependency: libQtCore.so.4()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105581--> Processing Dependency: libcalendaring-kmime.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105582--> Processing Dependency: libkolab.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105583--> Processing Dependency: libQtGui.so.4()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105584--> Processing Dependency: libcalendaring-kpimutils.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105585--> Processing Dependency: libcalendaring-akonadi-notes.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105586--> Processing Dependency: libxerces-c-3.1.so()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105587--> Processing Dependency: libkolabxml.so.1()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105588--> Processing Dependency: libcalendaring-kdecore.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105589--> Processing Dependency: libcalendaring-kabc.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105590--> Processing Dependency: libcalendaring-kcalcore.so.0()(64bit) for package: python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64
105591---> Package python-kolabformat.x86_64 0:1.2-11.3.el7.kolab_3.5 will be installed
105592---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
105593---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
105594---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
105595---> Package pytz.noarch 0:2012d-5.el7 will be installed
105596--> Running transaction check
105597---> Package boost-system.x86_64 0:1.53.0-25.el7 will be installed
105598---> Package boost-thread.x86_64 0:1.53.0-25.el7 will be installed
105599---> Package libcalendaring.x86_64 0:4.9.2-1.7.el7.kolab_3.5 will be installed
105600--> Processing Dependency: libicalss.so.1()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
105601--> Processing Dependency: libical.so.1()(64bit) for package: libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64
105602---> Package libkolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5 will be installed
105603---> Package libkolabxml.x86_64 0:1.2-11.3.el7.kolab_3.5 will be installed
105604---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
105605--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
105606---> Package python-cheetah.x86_64 0:2.4.4-5.el7.centos will be installed
105607--> Processing Dependency: python-pygments for package: python-cheetah-2.4.4-5.el7.centos.x86_64
105608--> Processing Dependency: python-markdown for package: python-cheetah-2.4.4-5.el7.centos.x86_64
105609---> Package qt.x86_64 1:4.8.5-11.el7 will be installed
105610--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-11.el7.x86_64
105611---> Package qt-x11.x86_64 1:4.8.5-11.el7 will be installed
105612--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105613--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105614--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105615--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105616--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105617--> Processing Dependency: libtiff.so.5()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105618--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105619--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105620--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105621--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105622--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105623--> Processing Dependency: libasound.so.2()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105624--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105625--> Processing Dependency: libXrandr.so.2()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105626--> Processing Dependency: libXinerama.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105627--> Processing Dependency: libXi.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105628--> Processing Dependency: libXfixes.so.3()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105629--> Processing Dependency: libXext.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105630--> Processing Dependency: libXcursor.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105631--> Processing Dependency: libX11.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105632--> Processing Dependency: libSM.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105633--> Processing Dependency: libICE.so.6()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105634--> Processing Dependency: libGL.so.1()(64bit) for package: 1:qt-x11-4.8.5-11.el7.x86_64
105635---> Package xerces-c.x86_64 0:3.1.1-7.el7_1 will be installed
105636--> Running transaction check
105637---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
105638---> Package augeas-libs.x86_64 0:1.4.0-2.el7 will be installed
105639---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
105640--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
105641---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
105642---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
105643---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
105644---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
105645--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
105646--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
105647---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
105648---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
105649---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
105650---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
105651---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
105652---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
105653---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
105654---> Package libical.x86_64 0:1.0.1-1.el7 will be installed
105655---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
105656---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
105657---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
105658---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
105659--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
105660---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
105661--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105662--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105663--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105664--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105665--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105666--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
105667---> Package python-markdown.noarch 0:2.4.1-1.el7.centos will be installed
105668---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
105669--> Processing Dependency: python-setuptools for package: python-pygments-1.4-9.el7.noarch
105670--> Processing Dependency: python-imaging for package: python-pygments-1.4-9.el7.noarch
105671---> Package qt-settings.noarch 0:19-23.5.el7.centos will be installed
105672--> Processing Dependency: pciutils for package: qt-settings-19-23.5.el7.centos.noarch
105673--> Running transaction check
105674---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
105675---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
105676---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
105677---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
105678---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
105679---> Package libdrm.x86_64 0:2.4.60-3.el7 will be installed
105680--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.60-3.el7.x86_64
105681---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
105682--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
105683---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
105684---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
105685---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
105686--> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64
105687--> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
105688--> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
105689--> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
105690--> Processing Dependency: hwdata for package: pciutils-3.2.1-4.el7.x86_64
105691--> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64
105692---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7 will be installed
105693--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
105694---> Package python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5 will be installed
105695--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.6.el7.kolab_3.5.noarch
105696--> Running transaction check
105697---> Package hwdata.x86_64 0:0.252-8.1.el7 will be installed
105698---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
105699---> Package libpciaccess.x86_64 0:0.13.4-2.el7 will be installed
105700---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
105701---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
105702---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
105703--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
105704--> Running transaction check
105705---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
105706--> Finished Dependency Resolution
105707
105708Dependencies Resolved
105709
105710================================================================================
105711 Package Arch Version Repository Size
105712================================================================================
105713Installing:
105714 wallace noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 88 k
105715Installing for dependencies:
105716 MySQL-python x86_64 1.2.3-11.el7 base 82 k
105717 alsa-lib x86_64 1.0.28-2.el7 base 391 k
105718 augeas-libs x86_64 1.4.0-2.el7 base 355 k
105719 boost-system x86_64 1.53.0-25.el7 base 39 k
105720 boost-thread x86_64 1.53.0-25.el7 base 57 k
105721 fontconfig x86_64 2.10.95-7.el7 base 228 k
105722 fontpackages-filesystem
105723 noarch 1.44-8.el7 base 9.9 k
105724 freetype x86_64 2.4.11-11.el7 base 391 k
105725 hwdata x86_64 0.252-8.1.el7 base 2.1 M
105726 jbigkit-libs x86_64 2.0-11.el7 base 46 k
105727 kolab-cli noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 131 k
105728 libICE x86_64 1.0.9-2.el7 base 65 k
105729 libSM x86_64 1.2.2-2.el7 base 39 k
105730 libX11 x86_64 1.6.3-2.el7 base 605 k
105731 libX11-common noarch 1.6.3-2.el7 base 162 k
105732 libXau x86_64 1.0.8-2.1.el7 base 29 k
105733 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
105734 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
105735 libXext x86_64 1.3.3-3.el7 base 39 k
105736 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
105737 libXi x86_64 1.7.4-2.el7 base 40 k
105738 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
105739 libXrandr x86_64 1.4.2-2.el7 base 26 k
105740 libXrender x86_64 0.9.8-2.1.el7 base 25 k
105741 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
105742 libcalendaring x86_64 4.9.2-1.7.el7.kolab_3.5 Kolab_Development 1.7 M
105743 libdrm x86_64 2.4.60-3.el7 base 125 k
105744 libical x86_64 1.0.1-1.el7 base 175 k
105745 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
105746 libkolab x86_64 0.6.git.1432664058-16.12.el7.kolab_3.5
105747 Kolab_Development 302 k
105748 libkolabxml x86_64 1.2-11.3.el7.kolab_3.5 Kolab_Development 620 k
105749 libmng x86_64 1.0.10-14.el7 base 171 k
105750 libpciaccess x86_64 0.13.4-2.el7 base 26 k
105751 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
105752 libtiff x86_64 4.0.3-14.el7 base 167 k
105753 libwebp x86_64 0.3.0-3.el7 base 170 k
105754 libxcb x86_64 1.11-4.el7 base 189 k
105755 libxshmfence x86_64 1.2-1.el7 base 7.2 k
105756 mariadb-libs x86_64 1:5.5.44-2.el7.centos base 754 k
105757 mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
105758 mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
105759 pciutils x86_64 3.2.1-4.el7 base 90 k
105760 pciutils-libs x86_64 3.2.1-4.el7 base 45 k
105761 pykolab noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 192 k
105762 pykolab-xml noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 60 k
105763 python-augeas noarch 0.5.0-2.el7 base 25 k
105764 python-backports x86_64 1.0-8.el7 base 5.8 k
105765 python-backports-ssl_match_hostname
105766 noarch 3.4.0.2-4.el7 base 12 k
105767 python-cheetah x86_64 2.4.4-5.el7.centos extras 341 k
105768 python-dateutil noarch 1.5-7.el7 base 85 k
105769 python-icalendar noarch 3.8.2-8.9.el7.kolab_3.5 Kolab_Development 89 k
105770 python-kolab x86_64 0.6.git.1432664058-16.12.el7.kolab_3.5
105771 Kolab_Development 76 k
105772 python-kolabformat x86_64 1.2-11.3.el7.kolab_3.5 Kolab_Development 438 k
105773 python-ldap x86_64 2.4.15-2.el7 base 159 k
105774 python-markdown noarch 2.4.1-1.el7.centos extras 186 k
105775 python-pillow x86_64 2.0.0-19.gitd1c6db8.el7 base 438 k
105776 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
105777 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
105778 python-pygments noarch 1.4-9.el7 base 599 k
105779 python-setuptools noarch 7.0-2.6.el7.kolab_3.5 Kolab_Development 407 k
105780 python-sqlalchemy x86_64 0.9.8-1.el7 base 2.9 M
105781 pytz noarch 2012d-5.el7 base 38 k
105782 qt x86_64 1:4.8.5-11.el7 base 4.5 M
105783 qt-settings noarch 19-23.5.el7.centos base 17 k
105784 qt-x11 x86_64 1:4.8.5-11.el7 base 13 M
105785 xerces-c x86_64 3.1.1-7.el7_1 base 878 k
105786
105787Transaction Summary
105788================================================================================
105789Install 1 Package (+66 Dependent packages)
105790
105791Total download size: 34 M
105792Installed size: 129 M
105793Downloading packages:
105794--------------------------------------------------------------------------------
105795Total 26 MB/s | 34 MB 00:01
105796Running transaction check
105797Running transaction test
105798Transaction test succeeded
105799Running transaction
105800 Installing : boost-system-1.53.0-25.el7.x86_64 1/67
105801 Installing : boost-thread-1.53.0-25.el7.x86_64 2/67
105802 Installing : xerces-c-3.1.1-7.el7_1.x86_64 3/67
105803 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 4/67
105804 Installing : libkolabxml-1.2-11.3.el7.kolab_3.5.x86_64 5/67
105805 Installing : freetype-2.4.11-11.el7.x86_64 6/67
105806 Installing : python-kolabformat-1.2-11.3.el7.kolab_3.5.x86_64 7/67
105807 Installing : python-pyasn1-0.1.6-2.el7.noarch 8/67
105808 Installing : libICE-1.0.9-2.el7.x86_64 9/67
105809 Installing : hwdata-0.252-8.1.el7.x86_64 10/67
105810 Installing : python-sqlalchemy-0.9.8-1.el7.x86_64 11/67
105811 Installing : libpciaccess-0.13.4-2.el7.x86_64 12/67
105812 Installing : libdrm-2.4.60-3.el7.x86_64 13/67
105813 Installing : libSM-1.2.2-2.el7.x86_64 14/67
105814 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 15/67
105815 Installing : libmng-1.0.10-14.el7.x86_64 16/67
105816 Installing : pytz-2012d-5.el7.noarch 17/67
105817 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 18/67
105818 Installing : libxshmfence-1.2-1.el7.x86_64 19/67
105819 Installing : libwebp-0.3.0-3.el7.x86_64 20/67
105820 Installing : alsa-lib-1.0.28-2.el7.x86_64 21/67
105821 Installing : augeas-libs-1.4.0-2.el7.x86_64 22/67
105822 Installing : python-augeas-0.5.0-2.el7.noarch 23/67
105823 Installing : jbigkit-libs-2.0-11.el7.x86_64 24/67
105824 Installing : libtiff-4.0.3-14.el7.x86_64 25/67
105825 Installing : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 26/67
105826 Installing : python-ldap-2.4.15-2.el7.x86_64 27/67
105827 Installing : python-backports-1.0-8.el7.x86_64 28/67
105828 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 29/67
105829 Installing : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 30/67
105830 Installing : python-pygments-1.4-9.el7.noarch 31/67
105831 Installing : python-markdown-2.4.1-1.el7.centos.noarch 32/67
105832 Installing : python-cheetah-2.4.4-5.el7.centos.x86_64 33/67
105833 Installing : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 34/67
105834 Installing : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 35/67
105835 Installing : libX11-common-1.6.3-2.el7.noarch 36/67
105836 Installing : libXau-1.0.8-2.1.el7.x86_64 37/67
105837 Installing : libxcb-1.11-4.el7.x86_64 38/67
105838 Installing : libX11-1.6.3-2.el7.x86_64 39/67
105839 Installing : libXext-1.3.3-3.el7.x86_64 40/67
105840 Installing : libXfixes-5.0.1-2.1.el7.x86_64 41/67
105841 Installing : libXrender-0.9.8-2.1.el7.x86_64 42/67
105842 Installing : libXrandr-1.4.2-2.el7.x86_64 43/67
105843 Installing : libXcursor-1.1.14-2.1.el7.x86_64 44/67
105844 Installing : libXdamage-1.1.4-4.1.el7.x86_64 45/67
105845 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 46/67
105846 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 47/67
105847 Installing : libXinerama-1.1.3-2.1.el7.x86_64 48/67
105848 Installing : libXi-1.7.4-2.el7.x86_64 49/67
105849 Installing : fontpackages-filesystem-1.44-8.el7.noarch 50/67
105850 Installing : fontconfig-2.10.95-7.el7.x86_64 51/67
105851 Installing : python-dateutil-1.5-7.el7.noarch 52/67
105852 Installing : python-icalendar-3.8.2-8.9.el7.kolab_3.5.noarch 53/67
105853 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 54/67
105854 Installing : libical-1.0.1-1.el7.x86_64 55/67
105855 Installing : pciutils-libs-3.2.1-4.el7.x86_64 56/67
105856 Installing : pciutils-3.2.1-4.el7.x86_64 57/67
105857 Installing : qt-settings-19-23.5.el7.centos.noarch 58/67
105858 Installing : 1:qt-4.8.5-11.el7.x86_64 59/67
105859 Installing : 1:qt-x11-4.8.5-11.el7.x86_64 60/67
105860 Installing : libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64 61/67
105861 Installing : libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 62/67
105862 Installing : python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_ 63/67
105863 Installing : pykolab-xml-0.7.16-1.2.el7.kolab_3.5.noarch 64/67
105864 Installing : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 65/67
105865 Installing : MySQL-python-1.2.3-11.el7.x86_64 66/67
105866 Installing : wallace-0.7.16-1.2.el7.kolab_3.5.noarch 67/67
105867 Verifying : python-augeas-0.5.0-2.el7.noarch 1/67
105868 Verifying : libXext-1.3.3-3.el7.x86_64 2/67
105869 Verifying : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 3/67
105870 Verifying : pciutils-libs-3.2.1-4.el7.x86_64 4/67
105871 Verifying : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 5/67
105872 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 6/67
105873 Verifying : python-icalendar-3.8.2-8.9.el7.kolab_3.5.noarch 7/67
105874 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 8/67
105875 Verifying : libpciaccess-0.13.4-2.el7.x86_64 9/67
105876 Verifying : wallace-0.7.16-1.2.el7.kolab_3.5.noarch 10/67
105877 Verifying : MySQL-python-1.2.3-11.el7.x86_64 11/67
105878 Verifying : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 12/67
105879 Verifying : libical-1.0.1-1.el7.x86_64 13/67
105880 Verifying : python-sqlalchemy-0.9.8-1.el7.x86_64 14/67
105881 Verifying : libxcb-1.11-4.el7.x86_64 15/67
105882 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 16/67
105883 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 17/67
105884 Verifying : python-pygments-1.4-9.el7.noarch 18/67
105885 Verifying : libtiff-4.0.3-14.el7.x86_64 19/67
105886 Verifying : libX11-1.6.3-2.el7.x86_64 20/67
105887 Verifying : libdrm-2.4.60-3.el7.x86_64 21/67
105888 Verifying : hwdata-0.252-8.1.el7.x86_64 22/67
105889 Verifying : libXrandr-1.4.2-2.el7.x86_64 23/67
105890 Verifying : python-cheetah-2.4.4-5.el7.centos.x86_64 24/67
105891 Verifying : python-dateutil-1.5-7.el7.noarch 25/67
105892 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 26/67
105893 Verifying : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 27/67
105894 Verifying : libXau-1.0.8-2.1.el7.x86_64 28/67
105895 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 29/67
105896 Verifying : qt-settings-19-23.5.el7.centos.noarch 30/67
105897 Verifying : 1:qt-4.8.5-11.el7.x86_64 31/67
105898 Verifying : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 32/67
105899 Verifying : libXrender-0.9.8-2.1.el7.x86_64 33/67
105900 Verifying : boost-thread-1.53.0-25.el7.x86_64 34/67
105901 Verifying : libX11-common-1.6.3-2.el7.noarch 35/67
105902 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 36/67
105903 Verifying : python-markdown-2.4.1-1.el7.centos.noarch 37/67
105904 Verifying : 1:qt-x11-4.8.5-11.el7.x86_64 38/67
105905 Verifying : python-backports-1.0-8.el7.x86_64 39/67
105906 Verifying : xerces-c-3.1.1-7.el7_1.x86_64 40/67
105907 Verifying : libICE-1.0.9-2.el7.x86_64 41/67
105908 Verifying : python-pyasn1-0.1.6-2.el7.noarch 42/67
105909 Verifying : python-ldap-2.4.15-2.el7.x86_64 43/67
105910 Verifying : jbigkit-libs-2.0-11.el7.x86_64 44/67
105911 Verifying : augeas-libs-1.4.0-2.el7.x86_64 45/67
105912 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 46/67
105913 Verifying : alsa-lib-1.0.28-2.el7.x86_64 47/67
105914 Verifying : libwebp-0.3.0-3.el7.x86_64 48/67
105915 Verifying : libXi-1.7.4-2.el7.x86_64 49/67
105916 Verifying : libxshmfence-1.2-1.el7.x86_64 50/67
105917 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 51/67
105918 Verifying : libkolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_64 52/67
105919 Verifying : boost-system-1.53.0-25.el7.x86_64 53/67
105920 Verifying : libSM-1.2.2-2.el7.x86_64 54/67
105921 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 55/67
105922 Verifying : fontconfig-2.10.95-7.el7.x86_64 56/67
105923 Verifying : python-kolabformat-1.2-11.3.el7.kolab_3.5.x86_64 57/67
105924 Verifying : libcalendaring-4.9.2-1.7.el7.kolab_3.5.x86_64 58/67
105925 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 59/67
105926 Verifying : python-kolab-0.6.git.1432664058-16.12.el7.kolab_3.5.x86_ 60/67
105927 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 61/67
105928 Verifying : pciutils-3.2.1-4.el7.x86_64 62/67
105929 Verifying : libkolabxml-1.2-11.3.el7.kolab_3.5.x86_64 63/67
105930 Verifying : libmng-1.0.10-14.el7.x86_64 64/67
105931 Verifying : pytz-2012d-5.el7.noarch 65/67
105932 Verifying : freetype-2.4.11-11.el7.x86_64 66/67
105933 Verifying : pykolab-xml-0.7.16-1.2.el7.kolab_3.5.noarch 67/67
105934
105935Installed:
105936 wallace.noarch 0:0.7.16-1.2.el7.kolab_3.5
105937
105938Dependency Installed:
105939 MySQL-python.x86_64 0:1.2.3-11.el7
105940 alsa-lib.x86_64 0:1.0.28-2.el7
105941 augeas-libs.x86_64 0:1.4.0-2.el7
105942 boost-system.x86_64 0:1.53.0-25.el7
105943 boost-thread.x86_64 0:1.53.0-25.el7
105944 fontconfig.x86_64 0:2.10.95-7.el7
105945 fontpackages-filesystem.noarch 0:1.44-8.el7
105946 freetype.x86_64 0:2.4.11-11.el7
105947 hwdata.x86_64 0:0.252-8.1.el7
105948 jbigkit-libs.x86_64 0:2.0-11.el7
105949 kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5
105950 libICE.x86_64 0:1.0.9-2.el7
105951 libSM.x86_64 0:1.2.2-2.el7
105952 libX11.x86_64 0:1.6.3-2.el7
105953 libX11-common.noarch 0:1.6.3-2.el7
105954 libXau.x86_64 0:1.0.8-2.1.el7
105955 libXcursor.x86_64 0:1.1.14-2.1.el7
105956 libXdamage.x86_64 0:1.1.4-4.1.el7
105957 libXext.x86_64 0:1.3.3-3.el7
105958 libXfixes.x86_64 0:5.0.1-2.1.el7
105959 libXi.x86_64 0:1.7.4-2.el7
105960 libXinerama.x86_64 0:1.1.3-2.1.el7
105961 libXrandr.x86_64 0:1.4.2-2.el7
105962 libXrender.x86_64 0:0.9.8-2.1.el7
105963 libXxf86vm.x86_64 0:1.1.3-2.1.el7
105964 libcalendaring.x86_64 0:4.9.2-1.7.el7.kolab_3.5
105965 libdrm.x86_64 0:2.4.60-3.el7
105966 libical.x86_64 0:1.0.1-1.el7
105967 libjpeg-turbo.x86_64 0:1.2.90-5.el7
105968 libkolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5
105969 libkolabxml.x86_64 0:1.2-11.3.el7.kolab_3.5
105970 libmng.x86_64 0:1.0.10-14.el7
105971 libpciaccess.x86_64 0:0.13.4-2.el7
105972 libpng.x86_64 2:1.5.13-7.el7_2
105973 libtiff.x86_64 0:4.0.3-14.el7
105974 libwebp.x86_64 0:0.3.0-3.el7
105975 libxcb.x86_64 0:1.11-4.el7
105976 libxshmfence.x86_64 0:1.2-1.el7
105977 mariadb-libs.x86_64 1:5.5.44-2.el7.centos
105978 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7
105979 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7
105980 pciutils.x86_64 0:3.2.1-4.el7
105981 pciutils-libs.x86_64 0:3.2.1-4.el7
105982 pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5
105983 pykolab-xml.noarch 0:0.7.16-1.2.el7.kolab_3.5
105984 python-augeas.noarch 0:0.5.0-2.el7
105985 python-backports.x86_64 0:1.0-8.el7
105986 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
105987 python-cheetah.x86_64 0:2.4.4-5.el7.centos
105988 python-dateutil.noarch 0:1.5-7.el7
105989 python-icalendar.noarch 0:3.8.2-8.9.el7.kolab_3.5
105990 python-kolab.x86_64 0:0.6.git.1432664058-16.12.el7.kolab_3.5
105991 python-kolabformat.x86_64 0:1.2-11.3.el7.kolab_3.5
105992 python-ldap.x86_64 0:2.4.15-2.el7
105993 python-markdown.noarch 0:2.4.1-1.el7.centos
105994 python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7
105995 python-pyasn1.noarch 0:0.1.6-2.el7
105996 python-pyasn1-modules.noarch 0:0.1.6-2.el7
105997 python-pygments.noarch 0:1.4-9.el7
105998 python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5
105999 python-sqlalchemy.x86_64 0:0.9.8-1.el7
106000 pytz.noarch 0:2012d-5.el7
106001 qt.x86_64 1:4.8.5-11.el7
106002 qt-settings.noarch 0:19-23.5.el7.centos
106003 qt-x11.x86_64 1:4.8.5-11.el7
106004 xerces-c.x86_64 0:3.1.1-7.el7_1
106005
106006Complete!
106007Loaded plugins: priorities
106008Cleaning repos: Kolab_Development base epel extras updates
106009Cleaning up everything
106010 ---> 1489e91b3198
106011Removing intermediate container 2aeb1ba3e9c9
106012Step 2 : ADD /entrypoint.sh /entrypoint.sh
106013 ---> bf87558c464a
106014Removing intermediate container 2d84ef2d0609
106015Step 3 : RUN chmod a+x /entrypoint.sh
106016 ---> Running in f617eed80aa7
106017 ---> 2036aaec0a4d
106018Removing intermediate container f617eed80aa7
106019Step 4 : VOLUME /var/spool/pykolab/wallace
106020 ---> Running in cb1e9a4c83b5
106021 ---> b3cdb246bbcc
106022Removing intermediate container cb1e9a4c83b5
106023Step 5 : EXPOSE 10026
106024 ---> Running in 532c94f6ab76
106025 ---> 6e42fc436f8a
106026Removing intermediate container 532c94f6ab76
106027Step 6 : CMD wallaced
106028 ---> Running in 6a3c5267b96b
106029 ---> bc0bc5105644
106030Removing intermediate container 6a3c5267b96b
106031Successfully built bc0bc5105644
106032== ./03-webadmin ==
106033Sending build context to Docker daemon 4.608 kB
106034Sending build context to Docker daemon 4.608 kB
106035
106036Step 0 : FROM kolab/base-web-rc:latest
106037 ---> 25c0c0d70734
106038Step 1 : RUN yum -y --setopt tsflags= install kolab-webadmin && yum -y install mariadb pykolab && yum clean all
106039 ---> Running in de22cf9dd99c
106040Loaded plugins: priorities
106041158 packages excluded due to repository priority protections
106042Resolving Dependencies
106043--> Running transaction check
106044---> Package kolab-webadmin.noarch 0:3.2.11-1.2.el7.kolab_3.5 will be installed
106045--> Processing Dependency: php-Smarty >= 3.1.7 for package: kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch
106046--> Processing Dependency: php-pear(Mail) for package: kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch
106047--> Processing Dependency: php-pear(Net_URL2) for package: kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch
106048--> Processing Dependency: php-pear(HTTP_Request2) for package: kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch
106049--> Running transaction check
106050---> Package php-Smarty.noarch 0:3.1.21-1.el7 will be installed
106051---> Package php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7 will be installed
106052---> Package php-pear-Mail.noarch 0:1.2.0-7.el7 will be installed
106053---> Package php-pear-Net-URL2.noarch 0:2.1.1-1.el7 will be installed
106054--> Finished Dependency Resolution
106055
106056Dependencies Resolved
106057
106058================================================================================
106059 Package Arch Version Repository Size
106060================================================================================
106061Installing:
106062 kolab-webadmin noarch 3.2.11-1.2.el7.kolab_3.5 Kolab_Development 450 k
106063Installing for dependencies:
106064 php-Smarty noarch 3.1.21-1.el7 epel 192 k
106065 php-pear-HTTP-Request2 noarch 2.2.1-1.el7 epel 112 k
106066 php-pear-Mail noarch 1.2.0-7.el7 epel 30 k
106067 php-pear-Net-URL2 noarch 2.1.1-1.el7 epel 25 k
106068
106069Transaction Summary
106070================================================================================
106071Install 1 Package (+4 Dependent packages)
106072
106073Total download size: 809 k
106074Installed size: 3.2 M
106075Downloading packages:
106076--------------------------------------------------------------------------------
106077Total 951 kB/s | 809 kB 00:00
106078Running transaction check
106079Running transaction test
106080Transaction test succeeded
106081Running transaction
106082 Installing : php-pear-Net-URL2-2.1.1-1.el7.noarch 1/5
106083 Installing : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 2/5
106084 Installing : php-Smarty-3.1.21-1.el7.noarch 3/5
106085 Installing : php-pear-Mail-1.2.0-7.el7.noarch 4/5
106086 Installing : kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch 5/5
106087 Verifying : kolab-webadmin-3.2.11-1.2.el7.kolab_3.5.noarch 1/5
106088 Verifying : php-pear-Net-URL2-2.1.1-1.el7.noarch 2/5
106089 Verifying : php-pear-Mail-1.2.0-7.el7.noarch 3/5
106090 Verifying : php-pear-HTTP-Request2-2.2.1-1.el7.noarch 4/5
106091 Verifying : php-Smarty-3.1.21-1.el7.noarch 5/5
106092
106093Installed:
106094 kolab-webadmin.noarch 0:3.2.11-1.2.el7.kolab_3.5
106095
106096Dependency Installed:
106097 php-Smarty.noarch 0:3.1.21-1.el7
106098 php-pear-HTTP-Request2.noarch 0:2.2.1-1.el7
106099 php-pear-Mail.noarch 0:1.2.0-7.el7
106100 php-pear-Net-URL2.noarch 0:2.1.1-1.el7
106101
106102Complete!
106103Loaded plugins: priorities
106104158 packages excluded due to repository priority protections
106105Resolving Dependencies
106106--> Running transaction check
106107---> Package mariadb.x86_64 1:5.5.44-2.el7.centos will be installed
106108--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-2.el7.centos for package: 1:mariadb-5.5.44-2.el7.centos.x86_64
106109---> Package pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
106110--> Processing Dependency: kolab-cli = 0.7.16-1.2.el7.kolab_3.5 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
106111--> Processing Dependency: python-ldap >= 2.4 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
106112--> Processing Dependency: python-pyasn1-modules for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
106113--> Processing Dependency: python-pyasn1 for package: pykolab-0.7.16-1.2.el7.kolab_3.5.noarch
106114--> Running transaction check
106115---> Package kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5 will be installed
106116--> Processing Dependency: python-cheetah for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
106117--> Processing Dependency: python-augeas for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
106118--> Processing Dependency: python-sqlalchemy for package: kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch
106119---> Package mariadb-libs.x86_64 1:5.5.44-2.el7.centos will be installed
106120---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed
106121---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
106122---> Package python-pyasn1-modules.noarch 0:0.1.6-2.el7 will be installed
106123--> Running transaction check
106124---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed
106125--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch
106126---> Package python-cheetah.x86_64 0:2.4.4-5.el7.centos will be installed
106127--> Processing Dependency: python-pygments for package: python-cheetah-2.4.4-5.el7.centos.x86_64
106128--> Processing Dependency: python-markdown for package: python-cheetah-2.4.4-5.el7.centos.x86_64
106129---> Package python-sqlalchemy.x86_64 0:0.9.8-1.el7 will be installed
106130--> Running transaction check
106131---> Package augeas-libs.x86_64 0:1.4.0-2.el7 will be installed
106132---> Package python-markdown.noarch 0:2.4.1-1.el7.centos will be installed
106133---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
106134--> Processing Dependency: python-setuptools for package: python-pygments-1.4-9.el7.noarch
106135--> Processing Dependency: python-imaging for package: python-pygments-1.4-9.el7.noarch
106136--> Running transaction check
106137---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7 will be installed
106138--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
106139---> Package python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5 will be installed
106140--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-7.0-2.6.el7.kolab_3.5.noarch
106141--> Running transaction check
106142---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
106143---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
106144--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
106145--> Running transaction check
106146---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
106147--> Finished Dependency Resolution
106148
106149Dependencies Resolved
106150
106151================================================================================
106152 Package Arch Version Repository Size
106153================================================================================
106154Installing:
106155 mariadb x86_64 1:5.5.44-2.el7.centos base 8.9 M
106156 pykolab noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 192 k
106157Installing for dependencies:
106158 augeas-libs x86_64 1.4.0-2.el7 base 355 k
106159 kolab-cli noarch 0.7.16-1.2.el7.kolab_3.5 Kolab_Development 131 k
106160 libwebp x86_64 0.3.0-3.el7 base 170 k
106161 mariadb-libs x86_64 1:5.5.44-2.el7.centos base 754 k
106162 python-augeas noarch 0.5.0-2.el7 base 25 k
106163 python-backports x86_64 1.0-8.el7 base 5.8 k
106164 python-backports-ssl_match_hostname
106165 noarch 3.4.0.2-4.el7 base 12 k
106166 python-cheetah x86_64 2.4.4-5.el7.centos extras 341 k
106167 python-ldap x86_64 2.4.15-2.el7 base 159 k
106168 python-markdown noarch 2.4.1-1.el7.centos extras 186 k
106169 python-pillow x86_64 2.0.0-19.gitd1c6db8.el7 base 438 k
106170 python-pyasn1 noarch 0.1.6-2.el7 base 91 k
106171 python-pyasn1-modules noarch 0.1.6-2.el7 base 59 k
106172 python-pygments noarch 1.4-9.el7 base 599 k
106173 python-setuptools noarch 7.0-2.6.el7.kolab_3.5 Kolab_Development 407 k
106174 python-sqlalchemy x86_64 0.9.8-1.el7 base 2.9 M
106175
106176Transaction Summary
106177================================================================================
106178Install 2 Packages (+16 Dependent packages)
106179
106180Total download size: 16 M
106181Installed size: 86 M
106182Downloading packages:
106183--------------------------------------------------------------------------------
106184Total 27 MB/s | 16 MB 00:00
106185Running transaction check
106186Running transaction test
106187Transaction test succeeded
106188Running transaction
106189 Installing : python-pyasn1-0.1.6-2.el7.noarch 1/18
106190 Installing : python-pyasn1-modules-0.1.6-2.el7.noarch 2/18
106191 Installing : augeas-libs-1.4.0-2.el7.x86_64 3/18
106192 Installing : python-augeas-0.5.0-2.el7.noarch 4/18
106193 Installing : libwebp-0.3.0-3.el7.x86_64 5/18
106194 Installing : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 6/18
106195 Installing : python-ldap-2.4.15-2.el7.x86_64 7/18
106196 Installing : python-markdown-2.4.1-1.el7.centos.noarch 8/18
106197 Installing : python-sqlalchemy-0.9.8-1.el7.x86_64 9/18
106198 Installing : python-backports-1.0-8.el7.x86_64 10/18
106199 Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 11/18
106200 Installing : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 12/18
106201 Installing : python-pygments-1.4-9.el7.noarch 13/18
106202 Installing : python-cheetah-2.4.4-5.el7.centos.x86_64 14/18
106203 Installing : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 15/18
106204 Installing : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 16/18
106205 Installing : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 17/18
106206 Installing : 1:mariadb-5.5.44-2.el7.centos.x86_64 18/18
106207 Verifying : python-augeas-0.5.0-2.el7.noarch 1/18
106208 Verifying : python-pyasn1-modules-0.1.6-2.el7.noarch 2/18
106209 Verifying : 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 3/18
106210 Verifying : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 4/18
106211 Verifying : python-pyasn1-0.1.6-2.el7.noarch 5/18
106212 Verifying : python-cheetah-2.4.4-5.el7.centos.x86_64 6/18
106213 Verifying : 1:mariadb-5.5.44-2.el7.centos.x86_64 7/18
106214 Verifying : python-backports-1.0-8.el7.x86_64 8/18
106215 Verifying : pykolab-0.7.16-1.2.el7.kolab_3.5.noarch 9/18
106216 Verifying : python-setuptools-7.0-2.6.el7.kolab_3.5.noarch 10/18
106217 Verifying : python-sqlalchemy-0.9.8-1.el7.x86_64 11/18
106218 Verifying : python-markdown-2.4.1-1.el7.centos.noarch 12/18
106219 Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 13/18
106220 Verifying : kolab-cli-0.7.16-1.2.el7.kolab_3.5.noarch 14/18
106221 Verifying : python-ldap-2.4.15-2.el7.x86_64 15/18
106222 Verifying : python-pygments-1.4-9.el7.noarch 16/18
106223 Verifying : libwebp-0.3.0-3.el7.x86_64 17/18
106224 Verifying : augeas-libs-1.4.0-2.el7.x86_64 18/18
106225
106226Installed:
106227 mariadb.x86_64 1:5.5.44-2.el7.centos
106228 pykolab.noarch 0:0.7.16-1.2.el7.kolab_3.5
106229
106230Dependency Installed:
106231 augeas-libs.x86_64 0:1.4.0-2.el7
106232 kolab-cli.noarch 0:0.7.16-1.2.el7.kolab_3.5
106233 libwebp.x86_64 0:0.3.0-3.el7
106234 mariadb-libs.x86_64 1:5.5.44-2.el7.centos
106235 python-augeas.noarch 0:0.5.0-2.el7
106236 python-backports.x86_64 0:1.0-8.el7
106237 python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
106238 python-cheetah.x86_64 0:2.4.4-5.el7.centos
106239 python-ldap.x86_64 0:2.4.15-2.el7
106240 python-markdown.noarch 0:2.4.1-1.el7.centos
106241 python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7
106242 python-pyasn1.noarch 0:0.1.6-2.el7
106243 python-pyasn1-modules.noarch 0:0.1.6-2.el7
106244 python-pygments.noarch 0:1.4-9.el7
106245 python-setuptools.noarch 0:7.0-2.6.el7.kolab_3.5
106246 python-sqlalchemy.x86_64 0:0.9.8-1.el7
106247
106248Complete!
106249Loaded plugins: priorities
106250Cleaning repos: Kolab_Development base epel extras updates
106251Cleaning up everything
106252 ---> 822693bc1c6e
106253Removing intermediate container de22cf9dd99c
106254Step 2 : ADD /entrypoint.sh /entrypoint.sh
106255 ---> 14b363a6b47f
106256Removing intermediate container 97f6bdc8b32a
106257Step 3 : RUN chmod a+x /entrypoint.sh
106258 ---> Running in a6cc45d11795
106259 ---> e935f2338ce8
106260Removing intermediate container a6cc45d11795
106261Successfully built e935f2338ce8
106262== ./04-chwala-database ==
106263Sending build context to Docker daemon 2.048 kB
106264Sending build context to Docker daemon 2.048 kB
106265
106266Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106267 ---> c65879fd90c5
106268Step 1 : RUN sed -i -r -e 's/name: mariadb/name: chwala-database/g' /application-entity/artifacts/kubernetes/*.yaml
106269 ---> Using cache
106270 ---> d69b62e566cd
106271Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: chwala-database-/g' /application-entity/Nulecule
106272 ---> Using cache
106273 ---> f1568faa07fb
106274Successfully built f1568faa07fb
106275== ./04-freebusy-database ==
106276Sending build context to Docker daemon 2.048 kB
106277Sending build context to Docker daemon 2.048 kB
106278
106279Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106280 ---> c65879fd90c5
106281Step 1 : RUN sed -i -r -e 's/name: mariadb/name: freebusy-database/g' /application-entity/artifacts/kubernetes/*.yaml
106282 ---> Using cache
106283 ---> afc2b17abc2f
106284Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: freebusy-database-/g' /application-entity/Nulecule
106285 ---> Using cache
106286 ---> a4ac16ee7c54
106287Successfully built a4ac16ee7c54
106288== ./04-irony-database ==
106289Sending build context to Docker daemon 2.048 kB
106290Sending build context to Docker daemon 2.048 kB
106291
106292Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106293 ---> c65879fd90c5
106294Step 1 : RUN sed -i -r -e 's/name: mariadb/name: irony-database/g' /application-entity/artifacts/kubernetes/*.yaml
106295 ---> Using cache
106296 ---> 84b0cfa185c7
106297Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: irony-database-/g' /application-entity/Nulecule
106298 ---> Using cache
106299 ---> 9b9bb7548f02
106300Successfully built 9b9bb7548f02
106301== ./04-roundcubemail-database ==
106302Sending build context to Docker daemon 2.048 kB
106303Sending build context to Docker daemon 2.048 kB
106304
106305Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106306 ---> c65879fd90c5
106307Step 1 : RUN sed -i -r -e 's/name: mariadb/name: roundcubemail-database/g' /application-entity/artifacts/kubernetes/*.yaml
106308 ---> Using cache
106309 ---> 09a8d39f7710
106310Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: roundcubemail-database-/g' /application-entity/Nulecule
106311 ---> Using cache
106312 ---> 88264cbaff22
106313Successfully built 88264cbaff22
106314== ./04-syncroton-database ==
106315Sending build context to Docker daemon 2.048 kB
106316Sending build context to Docker daemon 2.048 kB
106317
106318Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106319 ---> c65879fd90c5
106320Step 1 : RUN sed -i -r -e 's/name: mariadb/name: syncroton-database/g' /application-entity/artifacts/kubernetes/*.yaml
106321 ---> Using cache
106322 ---> dbfff17957a4
106323Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: syncroton-database-/g' /application-entity/Nulecule
106324 ---> Using cache
106325 ---> 129c95e7b39e
106326Successfully built 129c95e7b39e
106327== ./04-webadmin-database ==
106328Sending build context to Docker daemon 2.048 kB
106329Sending build context to Docker daemon 2.048 kB
106330
106331Step 0 : FROM projectatomic/mariadb-centos7-atomicapp
106332 ---> c65879fd90c5
106333Step 1 : RUN sed -i -r -e 's/name: mariadb/name: webadmin-database/g' /application-entity/artifacts/kubernetes/*.yaml
106334 ---> Using cache
106335 ---> 419d8ca5f9e2
106336Step 2 : RUN sed -i -r -e 's/(id|name): mariadb-/\1: webadmin-database-/g' /application-entity/Nulecule
106337 ---> Using cache
106338 ---> f7365eeca118
106339Successfully built f7365eeca118
106340== ./05-asav-in-atomicapp ==
106341Sending build context to Docker daemon 9.216 kB
106342Sending build context to Docker daemon 9.216 kB
106343
106344Step 0 : FROM projectatomic/atomicapp:0.3.0
106345 ---> d31c1e84399e
106346Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106347 ---> Using cache
106348 ---> 8f8666c1d2a4
106349Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106350 ---> Using cache
106351 ---> 4f0f91ad2cce
106352Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106353 ---> e77aaf6b5e3b
106354Removing intermediate container c3437b1a6199
106355Step 4 : ADD /artifacts /application-entity/artifacts/
106356 ---> 9a98da75db34
106357Removing intermediate container 4b902203ece6
106358Successfully built 9a98da75db34
106359== ./05-asav-out-atomicapp ==
106360Sending build context to Docker daemon 9.216 kB
106361Sending build context to Docker daemon 9.216 kB
106362
106363Step 0 : FROM projectatomic/atomicapp:0.3.0
106364 ---> d31c1e84399e
106365Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106366 ---> Using cache
106367 ---> 8f8666c1d2a4
106368Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106369 ---> Using cache
106370 ---> 4f0f91ad2cce
106371Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106372 ---> 0159e34813c6
106373Removing intermediate container c34e4b0a0ebd
106374Step 4 : ADD /artifacts /application-entity/artifacts/
106375 ---> d807751d6007
106376Removing intermediate container b954609b3f6c
106377Successfully built d807751d6007
106378== ./05-chwala-atomicapp ==
106379Sending build context to Docker daemon 10.24 kB
106380Sending build context to Docker daemon 10.24 kB
106381
106382Step 0 : FROM projectatomic/atomicapp:0.3.0
106383 ---> d31c1e84399e
106384Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106385 ---> Using cache
106386 ---> 8f8666c1d2a4
106387Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106388 ---> Using cache
106389 ---> 4f0f91ad2cce
106390Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106391 ---> 6a9d6111a061
106392Removing intermediate container 5c70c4abd27d
106393Step 4 : ADD /artifacts /application-entity/artifacts/
106394 ---> 5ddb8e5b6297
106395Removing intermediate container 3cfbc1409974
106396Successfully built 5ddb8e5b6297
106397== ./05-ext-mx-in-atomicapp ==
106398Sending build context to Docker daemon 12.29 kB
106399Sending build context to Docker daemon 12.29 kB
106400
106401Step 0 : FROM projectatomic/atomicapp:0.3.0
106402 ---> d31c1e84399e
106403Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106404 ---> Using cache
106405 ---> 8f8666c1d2a4
106406Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106407 ---> Using cache
106408 ---> 4f0f91ad2cce
106409Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106410 ---> 9c05469c2438
106411Removing intermediate container 53d11c71016e
106412Step 4 : ADD /artifacts /application-entity/artifacts/
106413 ---> 496f68819c87
106414Removing intermediate container 088d7dcb4338
106415Successfully built 496f68819c87
106416== ./05-ext-mx-out-atomicapp ==
106417Sending build context to Docker daemon 10.75 kB
106418Sending build context to Docker daemon 10.75 kB
106419
106420Step 0 : FROM projectatomic/atomicapp:0.3.0
106421 ---> d31c1e84399e
106422Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106423 ---> Using cache
106424 ---> 8f8666c1d2a4
106425Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106426 ---> Using cache
106427 ---> 4f0f91ad2cce
106428Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106429 ---> 798b5086aa28
106430Removing intermediate container c3623a40a4f5
106431Step 4 : ADD /artifacts /application-entity/artifacts/
106432 ---> 0a6b8e26f37a
106433Removing intermediate container 8354442acb54
106434Successfully built 0a6b8e26f37a
106435== ./05-freebusy-atomicapp ==
106436Sending build context to Docker daemon 12.29 kB
106437Sending build context to Docker daemon 12.29 kB
106438
106439Step 0 : FROM projectatomic/atomicapp:0.3.0
106440 ---> d31c1e84399e
106441Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106442 ---> Using cache
106443 ---> 8f8666c1d2a4
106444Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106445 ---> Using cache
106446 ---> 4f0f91ad2cce
106447Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106448 ---> 34a0890b563a
106449Removing intermediate container 68269b1eb4e2
106450Step 4 : ADD /artifacts /application-entity/artifacts/
106451 ---> 762e1616542f
106452Removing intermediate container 7e45bd2f115f
106453Successfully built 762e1616542f
106454== ./05-guam-atomicapp ==
106455Sending build context to Docker daemon 13.82 kB
106456Sending build context to Docker daemon 13.82 kB
106457
106458Step 0 : FROM projectatomic/atomicapp:0.3.0
106459 ---> d31c1e84399e
106460Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106461 ---> Using cache
106462 ---> 8f8666c1d2a4
106463Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106464 ---> Using cache
106465 ---> 4f0f91ad2cce
106466Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106467 ---> a29960876ca8
106468Removing intermediate container ab3d96c41b6d
106469Step 4 : ADD /artifacts /application-entity/artifacts/
106470 ---> f4f2d46cc0ad
106471Removing intermediate container 87d690d7f9ac
106472Successfully built f4f2d46cc0ad
106473== ./05-imapb-atomicapp ==
106474Sending build context to Docker daemon 10.24 kB
106475Sending build context to Docker daemon 10.24 kB
106476
106477Step 0 : FROM projectatomic/atomicapp:0.3.0
106478 ---> d31c1e84399e
106479Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106480 ---> Using cache
106481 ---> 8f8666c1d2a4
106482Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106483 ---> Using cache
106484 ---> 4f0f91ad2cce
106485Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106486 ---> 7bf72f7dfa30
106487Removing intermediate container cb0ebe8a8c16
106488Step 4 : ADD /artifacts /application-entity/artifacts/
106489 ---> 0586851c2b06
106490Removing intermediate container 0eb9061ef48a
106491Successfully built 0586851c2b06
106492== ./05-imapf-ext-atomicapp ==
106493Sending build context to Docker daemon 11.78 kB
106494Sending build context to Docker daemon 11.78 kB
106495
106496Step 0 : FROM projectatomic/atomicapp:0.3.0
106497 ---> d31c1e84399e
106498Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106499 ---> Using cache
106500 ---> 8f8666c1d2a4
106501Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106502 ---> Using cache
106503 ---> 4f0f91ad2cce
106504Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106505 ---> 304ce9259ba4
106506Removing intermediate container 5fca372229b7
106507Step 4 : ADD /artifacts /application-entity/artifacts/
106508 ---> 38ca6a02d302
106509Removing intermediate container 321508fe0915
106510Successfully built 38ca6a02d302
106511== ./05-imapf-int-atomicapp ==
106512Sending build context to Docker daemon 11.78 kB
106513Sending build context to Docker daemon 11.78 kB
106514
106515Step 0 : FROM projectatomic/atomicapp:0.3.0
106516 ---> d31c1e84399e
106517Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106518 ---> Using cache
106519 ---> 8f8666c1d2a4
106520Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106521 ---> Using cache
106522 ---> 4f0f91ad2cce
106523Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106524 ---> fadd1eb79bca
106525Removing intermediate container 238347bd9815
106526Step 4 : ADD /artifacts /application-entity/artifacts/
106527 ---> ee6531b881ef
106528Removing intermediate container f0dad0595ea4
106529Successfully built ee6531b881ef
106530== ./05-imap-mupdate-atomicapp ==
106531Sending build context to Docker daemon 10.75 kB
106532Sending build context to Docker daemon 10.75 kB
106533
106534Step 0 : FROM projectatomic/atomicapp:0.3.0
106535 ---> d31c1e84399e
106536Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106537 ---> Using cache
106538 ---> 8f8666c1d2a4
106539Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106540 ---> Using cache
106541 ---> 4f0f91ad2cce
106542Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106543 ---> 8b0e0545f311
106544Removing intermediate container 99ae75d24958
106545Step 4 : ADD /artifacts /application-entity/artifacts/
106546 ---> 14510e34454d
106547Removing intermediate container bf20dd454ed2
106548Successfully built 14510e34454d
106549== ./05-int-mx-atomicapp ==
106550Sending build context to Docker daemon 12.29 kB
106551Sending build context to Docker daemon 12.29 kB
106552
106553Step 0 : FROM projectatomic/atomicapp:0.3.0
106554 ---> d31c1e84399e
106555Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106556 ---> Using cache
106557 ---> 8f8666c1d2a4
106558Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106559 ---> Using cache
106560 ---> 4f0f91ad2cce
106561Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106562 ---> 4aba2e21d17a
106563Removing intermediate container 0f109e1a046c
106564Step 4 : ADD /artifacts /application-entity/artifacts/
106565 ---> 57b7a6e85022
106566Removing intermediate container e24d0c975e73
106567Successfully built 57b7a6e85022
106568== ./05-irony-atomicapp ==
106569Sending build context to Docker daemon 10.24 kB
106570Sending build context to Docker daemon 10.24 kB
106571
106572Step 0 : FROM projectatomic/atomicapp:0.3.0
106573 ---> d31c1e84399e
106574Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106575 ---> Using cache
106576 ---> 8f8666c1d2a4
106577Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106578 ---> Using cache
106579 ---> 4f0f91ad2cce
106580Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106581 ---> f9fd1b32d875
106582Removing intermediate container 817e6d04aed5
106583Step 4 : ADD /artifacts /application-entity/artifacts/
106584 ---> 933f1641a52f
106585Removing intermediate container db2f3cee7c26
106586Successfully built 933f1641a52f
106587== ./05-jmap-proxy-atomicapp ==
106588Sending build context to Docker daemon 8.192 kB
106589Sending build context to Docker daemon 8.192 kB
106590
106591Step 0 : FROM projectatomic/atomicapp:0.3.0
106592 ---> d31c1e84399e
106593Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106594 ---> Using cache
106595 ---> 8f8666c1d2a4
106596Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106597 ---> Using cache
106598 ---> 4f0f91ad2cce
106599Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106600 ---> fcfedf2ec84e
106601Removing intermediate container 02d49eeb9996
106602Step 4 : ADD /artifacts /application-entity/artifacts/
106603 ---> b84d05b0da33
106604Removing intermediate container d76bb224c006
106605Successfully built b84d05b0da33
106606== ./05-ldap-master-atomicapp ==
106607Sending build context to Docker daemon 11.78 kB
106608Sending build context to Docker daemon 11.78 kB
106609
106610Step 0 : FROM projectatomic/atomicapp:0.3.0
106611 ---> d31c1e84399e
106612Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106613 ---> Using cache
106614 ---> 8f8666c1d2a4
106615Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106616 ---> Using cache
106617 ---> 4f0f91ad2cce
106618Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106619 ---> 23da6da9fb78
106620Removing intermediate container 363a81d75c1e
106621Step 4 : ADD /artifacts /application-entity/artifacts/
106622 ---> ac3fa67bae01
106623Removing intermediate container 141036783df3
106624Successfully built ac3fa67bae01
106625== ./05-ldap-slave-atomicapp ==
106626Sending build context to Docker daemon 9.216 kB
106627Sending build context to Docker daemon 9.216 kB
106628
106629Step 0 : FROM projectatomic/atomicapp:0.3.0
106630 ---> d31c1e84399e
106631Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106632 ---> Using cache
106633 ---> 8f8666c1d2a4
106634Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106635 ---> Using cache
106636 ---> 4f0f91ad2cce
106637Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106638 ---> a85bfc5835e0
106639Removing intermediate container 803bea4d950a
106640Step 4 : ADD /artifacts /application-entity/artifacts/
106641 ---> c8f79e734c3d
106642Removing intermediate container 1c3b15561fe4
106643Successfully built c8f79e734c3d
106644== ./05-manticore-atomicapp ==
106645Sending build context to Docker daemon 10.75 kB
106646Sending build context to Docker daemon 10.75 kB
106647
106648Step 0 : FROM projectatomic/atomicapp:0.3.0
106649 ---> d31c1e84399e
106650Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106651 ---> Using cache
106652 ---> 8f8666c1d2a4
106653Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106654 ---> Using cache
106655 ---> 4f0f91ad2cce
106656Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106657 ---> f38c6c34d6ee
106658Removing intermediate container 88763dc15ce3
106659Step 4 : ADD /artifacts /application-entity/artifacts/
106660 ---> ab7cf1164b8c
106661Removing intermediate container 152f0144d0ab
106662Successfully built ab7cf1164b8c
106663== ./05-roundcubemail-atomicapp ==
106664Sending build context to Docker daemon 11.26 kB
106665Sending build context to Docker daemon 11.26 kB
106666
106667Step 0 : FROM projectatomic/atomicapp:0.3.0
106668 ---> d31c1e84399e
106669Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106670 ---> Using cache
106671 ---> 8f8666c1d2a4
106672Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106673 ---> Using cache
106674 ---> 4f0f91ad2cce
106675Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106676 ---> 6a7a1c9bea59
106677Removing intermediate container d1d536a82d41
106678Step 4 : ADD /artifacts /application-entity/artifacts/
106679 ---> 266d195900e5
106680Removing intermediate container 2bb4d17ddbae
106681Successfully built 266d195900e5
106682== ./05-roundcube-next-atomicapp ==
106683Sending build context to Docker daemon 10.24 kB
106684Sending build context to Docker daemon 10.24 kB
106685
106686Step 0 : FROM projectatomic/atomicapp:0.3.0
106687 ---> d31c1e84399e
106688Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106689 ---> Using cache
106690 ---> 8f8666c1d2a4
106691Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106692 ---> Using cache
106693 ---> 4f0f91ad2cce
106694Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106695 ---> 60681751233d
106696Removing intermediate container 55b9991df614
106697Step 4 : ADD /artifacts /application-entity/artifacts/
106698 ---> 6ff6afd3e1e4
106699Removing intermediate container 093ae256d1aa
106700Successfully built 6ff6afd3e1e4
106701== ./05-submission-atomicapp ==
106702Sending build context to Docker daemon 9.216 kB
106703Sending build context to Docker daemon 9.216 kB
106704
106705Step 0 : FROM projectatomic/atomicapp:0.3.0
106706 ---> d31c1e84399e
106707Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106708 ---> Using cache
106709 ---> 8f8666c1d2a4
106710Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106711 ---> Using cache
106712 ---> 4f0f91ad2cce
106713Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106714 ---> 7fd0a390b175
106715Removing intermediate container 340481071c46
106716Step 4 : ADD /artifacts /application-entity/artifacts/
106717 ---> 509bc193c33f
106718Removing intermediate container bee09982b26d
106719Successfully built 509bc193c33f
106720== ./05-syncroton-atomicapp ==
106721Sending build context to Docker daemon 10.75 kB
106722Sending build context to Docker daemon 10.75 kB
106723
106724Step 0 : FROM projectatomic/atomicapp:0.3.0
106725 ---> d31c1e84399e
106726Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106727 ---> Using cache
106728 ---> 8f8666c1d2a4
106729Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106730 ---> Using cache
106731 ---> 4f0f91ad2cce
106732Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106733 ---> 6acf85832a66
106734Removing intermediate container 7e968cc436a3
106735Step 4 : ADD /artifacts /application-entity/artifacts/
106736 ---> 90439c89ae50
106737Removing intermediate container 7f70693d162f
106738Successfully built 90439c89ae50
106739== ./05-wallace-atomicapp ==
106740Sending build context to Docker daemon 9.728 kB
106741Sending build context to Docker daemon 9.728 kB
106742
106743Step 0 : FROM projectatomic/atomicapp:0.3.0
106744 ---> d31c1e84399e
106745Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106746 ---> Using cache
106747 ---> 8f8666c1d2a4
106748Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106749 ---> Using cache
106750 ---> 4f0f91ad2cce
106751Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106752 ---> 4e4caa965f57
106753Removing intermediate container a3e048c82400
106754Step 4 : ADD /artifacts /application-entity/artifacts/
106755 ---> 17de63b393a4
106756Removing intermediate container c59fc1062d15
106757Successfully built 17de63b393a4
106758== ./05-webadmin-atomicapp ==
106759Sending build context to Docker daemon 11.78 kB
106760Sending build context to Docker daemon 11.78 kB
106761
106762Step 0 : FROM projectatomic/atomicapp:0.3.0
106763 ---> d31c1e84399e
106764Step 1 : MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
106765 ---> Using cache
106766 ---> 8f8666c1d2a4
106767Step 2 : LABEL io.projectatomic.nulecule.specversion "0.0.2" io.projectatomic.nulecule.providers "docker,kubernetes,openshift"
106768 ---> Using cache
106769 ---> 4f0f91ad2cce
106770Step 3 : ADD /Nulecule /Dockerfile /application-entity/
106771 ---> 5f8b3ecf02e6
106772Removing intermediate container cc8ba6613a70
106773Step 4 : ADD /artifacts /application-entity/artifacts/
106774 ---> 3206206d4f9a
106775Removing intermediate container d7b8289c4a21
106776Successfully built 3206206d4f9a
106777== ./99-ci-maipo ==
106778Sending build context to Docker daemon 37.89 kB
106779Sending build context to Docker daemon 37.89 kB
106780
106781Step 0 : FROM centos:centos7
106782 ---> 14dab3d40372
106783Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
106784 ---> Using cache
106785 ---> f8006b4da283
106786Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
106787
106788 ---> Using cache
106789 ---> 98ae6cf7944c
106790Step 3 : ADD http://obs.kolabsys.com/repositories/Kolab:/3.4/CentOS_7/Kolab:3.4.repo /etc/yum.repos.d/Kolab:3.4.repo
106791
106792 ---> Using cache
106793 ---> 9c676b438c6f
106794Step 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
106795
106796 ---> Using cache
106797 ---> e16daf7e4311
106798Step 5 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:Development.repo
106799 ---> Using cache
106800 ---> 8116470ae476
106801Step 6 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4.repo
106802 ---> Using cache
106803 ---> 4bbbe82ebb2b
106804Step 7 : RUN echo "priority=60" >> /etc/yum.repos.d/Kolab:3.4:Updates.repo
106805 ---> Using cache
106806 ---> b8fc1e8ffcec
106807Step 8 : RUN rpm --import https://ssl.kolabsys.com/community.asc
106808 ---> Using cache
106809 ---> 0228b96968d9
106810Step 9 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
106811
106812 ---> 4499a194387d
106813Removing intermediate container 5b7c3569193f
106814Step 10 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
106815 ---> Running in d014ade3656d
106816 ---> 4059c3f13159
106817Removing intermediate container d014ade3656d
106818Step 11 : RUN sed -i -e '/tsflags=nodocs/d' /etc/yum.conf && sed -r -i -e 's/enabled\s*=\s*1/enabled=0/g' /etc/yum/pluginconf.d/fastestmirror.conf
106819 ---> Running in aa2b2fc85717
106820 ---> abe08313695a
106821Removing intermediate container aa2b2fc85717
106822Step 12 : ENV IMAGE maipo
106823 ---> Running in 1019a4f81e9e
106824 ---> 881f8f3f1cfa
106825Removing intermediate container 1019a4f81e9e
106826Step 13 : ADD /dbus.service /etc/systemd/system/dbus.service
106827 ---> 187514f94ca1
106828Removing intermediate container da901bcbb01a
106829Step 14 : RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
106830 ---> Running in ca9506081b46
106831 ---> 77c1fa921e7c
106832Removing intermediate container ca9506081b46
106833Step 15 : ADD /httpd.service /etc/systemd/system/httpd.service
106834 ---> 0ea6519a6261
106835Removing intermediate container 2152fd68f84d
106836Step 16 : ADD /systemctl /usr/bin/systemctl
106837 ---> 15c3011c0c0f
106838Removing intermediate container 19471227798b
106839Step 17 : ADD /systemctl-socket-daemon /usr/bin/systemctl-socket-daemon
106840 ---> 0bb3929e8faa
106841Removing intermediate container d08ce54fed21
106842Step 18 : RUN chmod -v a+rx /usr/bin/systemctl /usr/bin/systemctl-socket-daemon
106843 ---> Running in 0d2ecdf42847
106844mode of '/usr/bin/systemctl' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
106845mode of '/usr/bin/systemctl-socket-daemon' changed from 0664 (rw-rw-r--) to 0775 (rwxrwxr-x)
106846 ---> f7a324e8888d
106847Removing intermediate container 0d2ecdf42847
106848Step 19 : ADD /vimrc /root/.vimrc
106849 ---> 1e5de751dc31
106850Removing intermediate container dccc027c8eaa
106851Step 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 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 yum-utils && yum clean all
106852 ---> Running in fb212e371b71
106853Cleaning repos: Kolab_3.4 Kolab_3.4_Updates Kolab_Development base extras
106854 : openSUSE_Tools updates
106855Cleaning up everything
106856Resolving Dependencies
106857--> Running transaction check
106858---> Package epel-release.noarch 0:7-5 will be installed
106859--> Finished Dependency Resolution
106860
106861Dependencies Resolved
106862
106863================================================================================
106864 Package Arch Version Repository Size
106865================================================================================
106866Installing:
106867 epel-release noarch 7-5 extras 14 k
106868
106869Transaction Summary
106870================================================================================
106871Install 1 Package
106872
106873Total download size: 14 k
106874Installed size: 24 k
106875Downloading packages:
106876warning: /var/cache/yum/x86_64/7/extras/packages/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
106877Public key for epel-release-7-5.noarch.rpm is not installed
106878Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
106879Importing GPG key 0xF4A80EB5:
106880 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
106881 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
106882 Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (@CentOS)
106883 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
106884Running transaction check
106885Running transaction test
106886Transaction test succeeded
106887Running transaction
106888 Installing : epel-release-7-5.noarch 1/1
106889 Verifying : epel-release-7-5.noarch 1/1
106890
106891Installed:
106892 epel-release.noarch 0:7-5
106893
106894Complete!
106895Resolving Dependencies
106896--> Running transaction check
106897---> Package ant.noarch 0:1.9.2-9.el7 will be installed
106898--> Processing Dependency: jpackage-utils >= 1.7.5 for package: ant-1.9.2-9.el7.noarch
106899--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.9.2-9.el7.noarch
106900--> Processing Dependency: xml-commons-apis for package: ant-1.9.2-9.el7.noarch
106901--> Processing Dependency: xerces-j2 for package: ant-1.9.2-9.el7.noarch
106902--> Processing Dependency: perl for package: ant-1.9.2-9.el7.noarch
106903--> Processing Dependency: jpackage-utils for package: ant-1.9.2-9.el7.noarch
106904---> Package bind-utils.x86_64 32:9.9.4-29.el7_2.1 will be installed
106905--> Processing Dependency: bind-libs = 32:9.9.4-29.el7_2.1 for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106906--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106907--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106908--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106909--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106910--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106911--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-29.el7_2.1.x86_64
106912---> Package build.noarch 0:20151105-214.1 will be installed
106913--> Processing Dependency: build-mkbaselibs for package: build-20151105-214.1.noarch
106914---> Package git.x86_64 0:1.8.3.1-6.el7 will be installed
106915--> Processing Dependency: perl-Git = 1.8.3.1-6.el7 for package: git-1.8.3.1-6.el7.x86_64
106916--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7.x86_64
106917--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7.x86_64
106918--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7.x86_64
106919--> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-6.el7.x86_64
106920--> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-6.el7.x86_64
106921--> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-6.el7.x86_64
106922--> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-6.el7.x86_64
106923--> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-6.el7.x86_64
106924--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7.x86_64
106925--> Processing Dependency: openssh-clients for package: git-1.8.3.1-6.el7.x86_64
106926--> Processing Dependency: less for package: git-1.8.3.1-6.el7.x86_64
106927--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7.x86_64
106928---> Package lsof.x86_64 0:4.87-4.el7 will be installed
106929---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
106930---> Package nmap-ncat.x86_64 2:6.40-7.el7 will be installed
106931--> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-7.el7.x86_64
106932---> Package openldap-clients.x86_64 0:2.4.40-8.el7 will be installed
106933---> Package osc.x86_64 0:0.152.0-173.2 will be installed
106934--> Processing Dependency: m2crypto > 0.19 for package: osc-0.152.0-173.2.x86_64
106935---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
106936--> Processing Dependency: perl(constant) for package: perl-Data-Dumper-2.145-3.el7.x86_64
106937--> Processing Dependency: perl(Scalar::Util) for package: perl-Data-Dumper-2.145-3.el7.x86_64
106938--> Processing Dependency: perl(Carp) for package: perl-Data-Dumper-2.145-3.el7.x86_64
106939---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
106940--> Processing Dependency: perl(Digest::base) >= 1.00 for package: perl-Digest-MD5-2.52-3.el7.x86_64
106941---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
106942--> Processing Dependency: perl(Time::Local) for package: 1:perl-TimeDate-2.30-2.el7.noarch
106943---> Package php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7 will be installed
106944--> Processing Dependency: php-composer(sebastian/comparator) < 2 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106945--> Processing Dependency: php-composer(phpunit/phpunit) < 5 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106946--> Processing Dependency: php-composer(sebastian/comparator) >= 1.0 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106947--> Processing Dependency: php-composer(phpunit/phpunit) >= 3.7 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106948--> Processing Dependency: php(language) >= 5.3.3 for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106949--> Processing Dependency: php-zip for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106950--> Processing Dependency: php-spl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106951--> Processing Dependency: php-reflection for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106952--> Processing Dependency: php-pcre for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106953--> Processing Dependency: php-json for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106954--> Processing Dependency: php-dom for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106955--> Processing Dependency: php-date for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106956--> Processing Dependency: php-curl for package: php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch
106957---> Package psmisc.x86_64 0:22.20-9.el7 will be installed
106958---> Package rpmdevtools.noarch 0:8.3-5.el7 will be installed
106959--> Processing Dependency: rpm-build >= 4.4.2.3 for package: rpmdevtools-8.3-5.el7.noarch
106960--> Processing Dependency: file for package: rpmdevtools-8.3-5.el7.noarch
106961--> Processing Dependency: emacs-filesystem for package: rpmdevtools-8.3-5.el7.noarch
106962--> Processing Dependency: /usr/bin/man for package: rpmdevtools-8.3-5.el7.noarch
106963---> Package screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7 will be installed
106964---> Package strace.x86_64 0:4.8-11.el7 will be installed
106965---> Package sudo.x86_64 0:1.8.6p7-16.el7 will be installed
106966---> Package telnet.x86_64 1:0.17-59.el7 will be installed
106967---> Package traceroute.x86_64 3:2.0.19-5.el7 will be installed
106968---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be installed
106969--> Processing Dependency: vim-common = 2:7.4.160-1.el7 for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
106970--> Processing Dependency: which for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
106971--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
106972--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7.x86_64
106973---> Package yum-utils.noarch 0:1.1.31-34.el7 will be installed
106974--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-34.el7.noarch
106975--> Running transaction check
106976---> Package bind-libs.x86_64 32:9.9.4-29.el7_2.1 will be installed
106977--> Processing Dependency: bind-license = 32:9.9.4-29.el7_2.1 for package: 32:bind-libs-9.9.4-29.el7_2.1.x86_64
106978---> Package build-mkbaselibs.noarch 0:20151105-214.1 will be installed
106979---> Package emacs-filesystem.noarch 1:24.3-18.el7 will be installed
106980---> Package file.x86_64 0:5.11-31.el7 will be installed
106981---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed
106982---> Package java-1.7.0-openjdk-devel.x86_64 1:1.7.0.91-2.6.2.3.el7 will be installed
106983--> Processing Dependency: java-1.7.0-openjdk = 1:1.7.0.91-2.6.2.3.el7 for package: 1:java-1.7.0-openjdk-devel-1.7.0.91-2.6.2.3.el7.x86_64
106984--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.7.0-openjdk-devel-1.7.0.91-2.6.2.3.el7.x86_64
106985---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
106986--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
106987--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
106988---> Package less.x86_64 0:458-9.el7 will be installed
106989--> Processing Dependency: groff-base for package: less-458-9.el7.x86_64
106990---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
106991---> Package libpcap.x86_64 14:1.5.3-8.el7 will be installed
106992---> Package m2crypto.x86_64 0:0.21.1-17.el7 will be installed
106993---> Package man-db.x86_64 0:2.6.3-9.el7 will be installed
106994--> Processing Dependency: libpipeline.so.1()(64bit) for package: man-db-2.6.3-9.el7.x86_64
106995---> Package openssh-clients.x86_64 0:6.6.1p1-22.el7 will be installed
106996--> Processing Dependency: openssh = 6.6.1p1-22.el7 for package: openssh-clients-6.6.1p1-22.el7.x86_64
106997--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-22.el7.x86_64
106998--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
106999--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-22.el7.x86_64
107000---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
107001--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-286.el7.x86_64
107002--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
107003--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
107004--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-286.el7.x86_64
107005--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
107006--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-286.el7.x86_64
107007--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-286.el7.x86_64
107008--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
107009--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
107010--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-286.el7.x86_64
107011---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
107012---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
107013---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
107014---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
107015---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
107016---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
107017---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
107018--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
107019--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
107020---> Package perl-Git.noarch 0:1.8.3.1-6.el7 will be installed
107021---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
107022---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
107023---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
107024---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
107025---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
107026---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
107027---> Package php-common.x86_64 0:5.4.16-36.el7_1 will be installed
107028--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-36.el7_1.x86_64
107029---> Package php-phpunit-PHPUnit.noarch 0:4.8.17-1.el7 will be installed
107030--> Processing Dependency: php-composer(symfony/yaml) < 4 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107031--> Processing Dependency: php-composer(symfony/class-loader) < 3 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107032--> Processing Dependency: php-composer(sebastian/version) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107033--> Processing Dependency: php-composer(sebastian/global-state) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107034--> Processing Dependency: php-composer(sebastian/exporter) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107035--> Processing Dependency: php-composer(sebastian/environment) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107036--> Processing Dependency: php-composer(sebastian/diff) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107037--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) < 3 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107038--> Processing Dependency: php-composer(phpunit/php-timer) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107039--> Processing Dependency: php-composer(phpunit/php-text-template) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107040--> Processing Dependency: php-composer(phpunit/php-invoker) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107041--> Processing Dependency: php-composer(phpunit/php-file-iterator) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107042--> Processing Dependency: php-composer(phpunit/php-code-coverage) < 3 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107043--> Processing Dependency: php-composer(phpspec/prophecy) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107044--> Processing Dependency: php-composer(doctrine/instantiator) < 2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107045--> Processing Dependency: php-composer(symfony/yaml) >= 2.1 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107046--> Processing Dependency: php-composer(symfony/class-loader) >= 2.0 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107047--> Processing Dependency: php-composer(sebastian/version) >= 1.0 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107048--> Processing Dependency: php-composer(sebastian/recursion-context) >= 1.0 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107049--> Processing Dependency: php-composer(sebastian/global-state) >= 1.0 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107050--> Processing Dependency: php-composer(sebastian/exporter) >= 1.2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107051--> Processing Dependency: php-composer(sebastian/environment) >= 1.3 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107052--> Processing Dependency: php-composer(sebastian/diff) >= 1.2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107053--> Processing Dependency: php-composer(phpunit/phpunit-mock-objects) >= 2.3 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107054--> Processing Dependency: php-composer(phpunit/php-timer) >= 1.0.6 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107055--> Processing Dependency: php-composer(phpunit/php-text-template) >= 1.2 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107056--> Processing Dependency: php-composer(phpunit/php-invoker) >= 1.1 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107057--> Processing Dependency: php-composer(phpunit/php-file-iterator) >= 1.4 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107058--> Processing Dependency: php-composer(phpunit/php-code-coverage) >= 2.1 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107059--> Processing Dependency: php-composer(phpspec/prophecy) >= 1.3.1 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107060--> Processing Dependency: php-composer(doctrine/instantiator) >= 1.0.4 for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107061--> Processing Dependency: php-tidy for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107062--> Processing Dependency: php-pcntl for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107063--> Processing Dependency: php-mbstring for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107064--> Processing Dependency: php-cli for package: php-phpunit-PHPUnit-4.8.17-1.el7.noarch
107065---> Package php-phpunit-comparator.noarch 0:1.2.0-1.el7 will be installed
107066---> Package php-xml.x86_64 0:5.4.16-36.el7_1 will be installed
107067---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
107068--> Processing Dependency: python-chardet for package: python-kitchen-1.1.1-5.el7.noarch
107069---> Package rpm-build.x86_64 0:4.11.3-17.el7 will be installed
107070--> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-17.el7.x86_64
107071--> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-17.el7.x86_64
107072--> Processing Dependency: unzip for package: rpm-build-4.11.3-17.el7.x86_64
107073--> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-17.el7.x86_64
107074--> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-17.el7.x86_64
107075--> Processing Dependency: bzip2 for package: rpm-build-4.11.3-17.el7.x86_64
107076--> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-17.el7.x86_64
107077---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
107078---> Package vim-common.x86_64 2:7.4.160-1.el7 will be installed
107079--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7.x86_64
107080---> Package which.x86_64 0:2.20-7.el7 will be installed
107081---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed
107082--> Processing Dependency: xml-commons-resolver >= 1.2 for package: xerces-j2-2.11.0-17.el7_0.noarch
107083--> Processing Dependency: xalan-j2 >= 2.7.1 for package: xerces-j2-2.11.0-17.el7_0.noarch
107084--> Processing Dependency: osgi(org.apache.xml.serializer) for package: xerces-j2-2.11.0-17.el7_0.noarch
107085--> Processing Dependency: osgi(org.apache.xml.resolver) for package: xerces-j2-2.11.0-17.el7_0.noarch
107086---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed
107087--> Running transaction check
107088---> Package bind-license.noarch 32:9.9.4-29.el7 will be updated
107089---> Package bind-license.noarch 32:9.9.4-29.el7_2.1 will be an update
107090---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
107091---> Package elfutils.x86_64 0:0.163-3.el7 will be installed
107092---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
107093--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
107094---> Package gdb.x86_64 0:7.6.1-80.el7 will be installed
107095---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
107096---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.91-2.6.2.3.el7 will be installed
107097--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.91-2.6.2.3.el7 for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107098--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107099--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107100--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107101--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107102--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107103--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107104--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107105--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107106--> Processing Dependency: fontconfig for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107107--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107108--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107109--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107110--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107111--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107112--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107113--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107114--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107115--> Processing Dependency: libcups.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107116--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107117--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107118--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107119--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107120--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107121--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64
107122---> Package libX11.x86_64 0:1.6.3-2.el7 will be installed
107123--> Processing Dependency: libX11-common >= 1.6.3-2.el7 for package: libX11-1.6.3-2.el7.x86_64
107124--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.3-2.el7.x86_64
107125---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
107126---> Package libpipeline.x86_64 0:1.2.3-3.el7 will be installed
107127---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
107128---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
107129---> Package openssh.x86_64 0:6.6.1p1-22.el7 will be installed
107130---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
107131---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
107132---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
107133--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
107134--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
107135---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
107136--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
107137--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
107138---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
107139---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
107140---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
107141---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
107142---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
107143---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
107144---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
107145---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
107146---> Package php-cli.x86_64 0:5.4.16-36.el7_1 will be installed
107147---> Package php-doctrine-instantiator.noarch 0:1.0.5-1.el7 will be installed
107148---> Package php-mbstring.x86_64 0:5.4.16-36.el7_1 will be installed
107149---> Package php-phpspec-prophecy.noarch 0:1.4.1-1.el7 will be installed
107150--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) < 3 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
107151--> Processing Dependency: php-composer(phpdocumentor/reflection-docblock) >= 2.0 for package: php-phpspec-prophecy-1.4.1-1.el7.noarch
107152---> Package php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7 will be installed
107153---> Package php-phpunit-PHP-CodeCoverage.noarch 0:2.2.4-1.el7 will be installed
107154--> Processing Dependency: php-composer(phpunit/php-token-stream) < 2 for package: php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch
107155--> Processing Dependency: php-composer(phpunit/php-token-stream) >= 1.3 for package: php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch
107156---> Package php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7 will be installed
107157---> Package php-phpunit-PHP-Timer.noarch 0:1.0.6-1.el7 will be installed
107158---> Package php-phpunit-PHPUnit-MockObject.noarch 0:2.3.8-1.el7 will be installed
107159--> Processing Dependency: php-soap for package: php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch
107160---> Package php-phpunit-Text-Template.noarch 0:1.2.0-5.el7 will be installed
107161---> Package php-phpunit-Version.noarch 0:1.0.5-1.el7 will be installed
107162---> Package php-phpunit-diff.noarch 0:1.3.0-1.el7 will be installed
107163---> Package php-phpunit-environment.noarch 0:1.3.2-1.el7 will be installed
107164---> Package php-phpunit-exporter.noarch 0:1.2.0-1.el7 will be installed
107165---> Package php-sebastian-global-state.noarch 0:1.1.1-1.el7 will be installed
107166---> Package php-sebastian-recursion-context.noarch 0:1.0.0-1.el7 will be installed
107167---> Package php-symfony-class-loader.noarch 0:2.5.12-1.el7 will be installed
107168--> Processing Dependency: php-symfony-common = 2.5.12-1.el7 for package: php-symfony-class-loader-2.5.12-1.el7.noarch
107169---> Package php-symfony-yaml.noarch 0:2.5.12-1.el7 will be installed
107170---> Package php-tidy.x86_64 0:5.4.16-3.el7 will be installed
107171--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-3.el7.x86_64
107172---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
107173---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
107174--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
107175---> Package redhat-rpm-config.noarch 0:9.1.0-68.el7.centos will be installed
107176--> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
107177--> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
107178--> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-68.el7.centos.noarch
107179---> Package unzip.x86_64 0:6.0-15.el7 will be installed
107180---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be installed
107181---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed
107182---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed
107183--> Running transaction check
107184---> Package alsa-lib.x86_64 0:1.0.28-2.el7 will be installed
107185---> Package cups-libs.x86_64 1:1.6.3-22.el7 will be installed
107186--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
107187--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-22.el7.x86_64
107188---> Package dwz.x86_64 0:0.11-3.el7 will be installed
107189---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
107190---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
107191--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
107192---> Package freetype.x86_64 0:2.4.11-11.el7 will be installed
107193---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
107194--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
107195--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
107196---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.91-2.6.2.3.el7 will be installed
107197--> Processing Dependency: tzdata-java for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107198--> Processing Dependency: libsctp.so.1(VERS_1)(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107199--> Processing Dependency: libsctp.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107200--> Processing Dependency: libpcsclite.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107201--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107202--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107203--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107204--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107205--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107206--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107207--> Processing Dependency: libgconf-2.so.4()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107208--> Processing Dependency: libcairo.so.2()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107209--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86_64
107210---> Package libX11-common.noarch 0:1.6.3-2.el7 will be installed
107211---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
107212---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
107213---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
107214---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
107215---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
107216---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
107217---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
107218---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
107219--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-4.el7.x86_64
107220---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
107221---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
107222---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
107223--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
107224--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
107225---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
107226---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
107227---> Package php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7 will be installed
107228---> Package php-phpunit-PHP-TokenStream.noarch 0:1.4.8-1.el7 will be installed
107229---> Package php-soap.x86_64 0:5.4.16-36.el7_1 will be installed
107230---> Package php-symfony-common.noarch 0:2.5.12-1.el7 will be installed
107231---> Package pulseaudio-libs.x86_64 0:6.0-7.el7 will be installed
107232--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
107233--> Processing Dependency: libwrap.so.0()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
107234--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
107235--> Processing Dependency: libjson-c.so.2()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
107236--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-6.0-7.el7.x86_64
107237---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
107238---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
107239--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
107240--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
107241--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
107242--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
107243---> Package zip.x86_64 0:3.0-10.el7 will be installed
107244--> Running transaction check
107245---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
107246--> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: GConf2-3.2.6-8.el7.x86_64
107247---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
107248---> Package avahi-libs.x86_64 0:0.6.31-15.el7 will be installed
107249---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
107250--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.2-1.el7.x86_64
107251--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
107252--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
107253---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
107254---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
107255--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
107256--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
107257--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
107258---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
107259--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
107260--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
107261--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107262--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107263--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107264--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107265--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107266--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
107267---> Package json-c.x86_64 0:0.11-4.el7_0 will be installed
107268---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
107269---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
107270---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
107271---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
107272---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed
107273--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
107274--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
107275--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
107276--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
107277--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
107278---> Package lksctp-tools.x86_64 0:1.0.13-3.el7 will be installed
107279---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
107280--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
107281--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
107282--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
107283--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
107284--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64
107285---> Package pcsc-lite-libs.x86_64 0:1.8.8-6.el7 will be installed
107286---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
107287---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
107288---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
107289---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
107290---> Package tzdata-java.noarch 0:2015g-1.el7 will be installed
107291---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
107292--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
107293--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
107294--> Running transaction check
107295---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
107296---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
107297---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
107298--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
107299---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
107300---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed
107301---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
107302---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
107303---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
107304---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
107305---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
107306---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
107307---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
107308---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
107309---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
107310---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
107311---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
107312---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
107313--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
107314---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
107315---> Package mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
107316--> Processing Dependency: mesa-libgbm = 10.6.5-3.20150824.el7 for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
107317--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
107318--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-10.6.5-3.20150824.el7.x86_64
107319---> Package mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 will be installed
107320--> Processing Dependency: mesa-libglapi = 10.6.5-3.20150824.el7 for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
107321--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
107322--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
107323--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-10.6.5-3.20150824.el7.x86_64
107324---> Package pixman.x86_64 0:0.32.6-3.el7 will be installed
107325---> Package polkit.x86_64 0:0.112-5.el7 will be installed
107326--> Processing Dependency: polkit-pkla-compat for package: polkit-0.112-5.el7.x86_64
107327--> Processing Dependency: libmozjs-17.0.so(mozjs_17.0)(64bit) for package: polkit-0.112-5.el7.x86_64
107328--> Processing Dependency: libmozjs-17.0.so()(64bit) for package: polkit-0.112-5.el7.x86_64
107329--> Running transaction check
107330---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
107331---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
107332---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
107333---> Package libdrm.x86_64 0:2.4.60-3.el7 will be installed
107334--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.60-3.el7.x86_64
107335---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
107336---> Package mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 will be installed
107337---> Package mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 will be installed
107338---> Package mozjs17.x86_64 0:17.0.0-12.el7 will be installed
107339---> Package polkit-pkla-compat.x86_64 0:0.1-4.el7 will be installed
107340--> Running transaction check
107341---> Package libpciaccess.x86_64 0:0.13.4-2.el7 will be installed
107342--> Processing Dependency: hwdata for package: libpciaccess-0.13.4-2.el7.x86_64
107343--> Running transaction check
107344---> Package hwdata.x86_64 0:0.252-8.1.el7 will be installed
107345--> Finished Dependency Resolution
107346
107347Dependencies Resolved
107348
107349================================================================================
107350 Package Arch Version Repository
107351 Size
107352================================================================================
107353Installing:
107354 ant noarch 1.9.2-9.el7 base 1.9 M
107355 bind-utils x86_64 32:9.9.4-29.el7_2.1 updates 200 k
107356 build noarch 20151105-214.1 openSUSE_Tools
107357 168 k
107358 git x86_64 1.8.3.1-6.el7 updates 4.4 M
107359 lsof x86_64 4.87-4.el7 base 331 k
107360 net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k
107361 nmap-ncat x86_64 2:6.40-7.el7 base 201 k
107362 openldap-clients x86_64 2.4.40-8.el7 base 186 k
107363 osc x86_64 0.152.0-173.2 openSUSE_Tools
107364 507 k
107365 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
107366 perl-Digest-MD5 x86_64 2.52-3.el7 base 30 k
107367 perl-TimeDate noarch 1:2.30-2.el7 base 52 k
107368 php-phpunit-PHPUnit-Selenium noarch 1.4.2-1.el7 epel 53 k
107369 psmisc x86_64 22.20-9.el7 base 140 k
107370 rpmdevtools noarch 8.3-5.el7 base 97 k
107371 screen x86_64 4.1.0-0.21.20120314git3c2946.el7
107372 base 551 k
107373 strace x86_64 4.8-11.el7 base 265 k
107374 sudo x86_64 1.8.6p7-16.el7 base 732 k
107375 telnet x86_64 1:0.17-59.el7 base 63 k
107376 traceroute x86_64 3:2.0.19-5.el7 base 58 k
107377 vim-enhanced x86_64 2:7.4.160-1.el7 base 1.0 M
107378 yum-utils noarch 1.1.31-34.el7 base 113 k
107379Installing for dependencies:
107380 GConf2 x86_64 3.2.6-8.el7 base 1.0 M
107381 alsa-lib x86_64 1.0.28-2.el7 base 391 k
107382 atk x86_64 2.14.0-1.el7 base 251 k
107383 avahi-libs x86_64 0.6.31-15.el7 base 61 k
107384 bind-libs x86_64 32:9.9.4-29.el7_2.1 updates 1.0 M
107385 build-mkbaselibs noarch 20151105-214.1 openSUSE_Tools
107386 38 k
107387 bzip2 x86_64 1.0.6-13.el7 base 52 k
107388 cairo x86_64 1.14.2-1.el7 base 711 k
107389 cups-libs x86_64 1:1.6.3-22.el7 base 355 k
107390 dwz x86_64 0.11-3.el7 base 99 k
107391 elfutils x86_64 0.163-3.el7 base 268 k
107392 emacs-filesystem noarch 1:24.3-18.el7 base 58 k
107393 file x86_64 5.11-31.el7 base 56 k
107394 fipscheck x86_64 1.4.1-5.el7 base 21 k
107395 fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
107396 flac-libs x86_64 1.3.0-5.el7_1 base 169 k
107397 fontconfig x86_64 2.10.95-7.el7 base 228 k
107398 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
107399 freetype x86_64 2.4.11-11.el7 base 391 k
107400 gdb x86_64 7.6.1-80.el7 base 2.4 M
107401 gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
107402 giflib x86_64 4.1.6-9.el7 base 40 k
107403 gpm-libs x86_64 1.20.7-5.el7 base 32 k
107404 graphite2 x86_64 1.2.2-5.el7 base 81 k
107405 groff-base x86_64 1.22.2-8.el7 base 942 k
107406 gsm x86_64 1.0.13-11.el7 base 30 k
107407 gtk2 x86_64 2.24.28-8.el7 base 3.4 M
107408 harfbuzz x86_64 0.9.36-1.el7 base 156 k
107409 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
107410 hwdata x86_64 0.252-8.1.el7 base 2.1 M
107411 jasper-libs x86_64 1.900.1-29.el7 base 149 k
107412 java-1.7.0-openjdk x86_64 1:1.7.0.91-2.6.2.3.el7 base 207 k
107413 java-1.7.0-openjdk-devel x86_64 1:1.7.0.91-2.6.2.3.el7 base 9.2 M
107414 java-1.7.0-openjdk-headless x86_64 1:1.7.0.91-2.6.2.3.el7 base 25 M
107415 javapackages-tools noarch 3.4.1-11.el7 base 73 k
107416 jbigkit-libs x86_64 2.0-11.el7 base 46 k
107417 json-c x86_64 0.11-4.el7_0 base 31 k
107418 less x86_64 458-9.el7 base 120 k
107419 libICE x86_64 1.0.9-2.el7 base 65 k
107420 libSM x86_64 1.2.2-2.el7 base 39 k
107421 libX11 x86_64 1.6.3-2.el7 base 605 k
107422 libX11-common noarch 1.6.3-2.el7 base 162 k
107423 libXau x86_64 1.0.8-2.1.el7 base 29 k
107424 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
107425 libXcursor x86_64 1.1.14-2.1.el7 base 30 k
107426 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
107427 libXext x86_64 1.3.3-3.el7 base 39 k
107428 libXfixes x86_64 5.0.1-2.1.el7 base 18 k
107429 libXfont x86_64 1.5.1-2.el7 base 150 k
107430 libXft x86_64 2.3.2-2.el7 base 58 k
107431 libXi x86_64 1.7.4-2.el7 base 40 k
107432 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
107433 libXrandr x86_64 1.4.2-2.el7 base 26 k
107434 libXrender x86_64 0.9.8-2.1.el7 base 25 k
107435 libXtst x86_64 1.2.2-2.1.el7 base 20 k
107436 libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k
107437 libasyncns x86_64 0.8-7.el7 base 26 k
107438 libdrm x86_64 2.4.60-3.el7 base 125 k
107439 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
107440 libfontenc x86_64 1.1.2-3.el7 base 30 k
107441 libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
107442 libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
107443 libogg x86_64 2:1.3.0-7.el7 base 24 k
107444 libpcap x86_64 14:1.5.3-8.el7 base 138 k
107445 libpciaccess x86_64 0.13.4-2.el7 base 26 k
107446 libpipeline x86_64 1.2.3-3.el7 base 53 k
107447 libpng x86_64 2:1.5.13-7.el7_2 updates 213 k
107448 libsndfile x86_64 1.0.25-10.el7 base 149 k
107449 libthai x86_64 0.1.14-9.el7 base 187 k
107450 libtidy x86_64 0.99.0-31.20091203.el7 epel 132 k
107451 libtiff x86_64 4.0.3-14.el7 base 167 k
107452 libvorbis x86_64 1:1.3.3-8.el7 base 204 k
107453 libxcb x86_64 1.11-4.el7 base 189 k
107454 libxshmfence x86_64 1.2-1.el7 base 7.2 k
107455 libxslt x86_64 1.1.28-5.el7 base 242 k
107456 libzip x86_64 0.10.1-8.el7 base 48 k
107457 lksctp-tools x86_64 1.0.13-3.el7 base 87 k
107458 m2crypto x86_64 0.21.1-17.el7 base 429 k
107459 man-db x86_64 2.6.3-9.el7 base 559 k
107460 mesa-libEGL x86_64 10.6.5-3.20150824.el7 base 74 k
107461 mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k
107462 mesa-libgbm x86_64 10.6.5-3.20150824.el7 base 40 k
107463 mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k
107464 mozjs17 x86_64 17.0.0-12.el7 base 1.4 M
107465 openssh x86_64 6.6.1p1-22.el7 base 434 k
107466 openssh-clients x86_64 6.6.1p1-22.el7 base 639 k
107467 pango x86_64 1.36.8-2.el7 base 287 k
107468 patch x86_64 2.7.1-8.el7 base 110 k
107469 pcsc-lite-libs x86_64 1.8.8-6.el7 base 34 k
107470 perl x86_64 4:5.16.3-286.el7 base 8.0 M
107471 perl-Carp noarch 1.26-244.el7 base 19 k
107472 perl-Digest noarch 1.17-245.el7 base 23 k
107473 perl-Encode x86_64 2.51-7.el7 base 1.5 M
107474 perl-Error noarch 1:0.17020-2.el7 base 32 k
107475 perl-Exporter noarch 5.68-3.el7 base 28 k
107476 perl-File-Path noarch 2.09-2.el7 base 26 k
107477 perl-File-Temp noarch 0.23.01-3.el7 base 56 k
107478 perl-Filter x86_64 1.49-3.el7 base 76 k
107479 perl-Getopt-Long noarch 2.40-2.el7 base 56 k
107480 perl-Git noarch 1.8.3.1-6.el7 updates 53 k
107481 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
107482 perl-PathTools x86_64 3.40-5.el7 base 82 k
107483 perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
107484 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
107485 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
107486 perl-Pod-Usage noarch 1.63-3.el7 base 27 k
107487 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
107488 perl-Socket x86_64 2.010-3.el7 base 49 k
107489 perl-Storable x86_64 2.45-3.el7 base 77 k
107490 perl-TermReadKey x86_64 2.30-20.el7 base 31 k
107491 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
107492 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
107493 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
107494 perl-Time-Local noarch 1.2300-2.el7 base 24 k
107495 perl-constant noarch 1.27-2.el7 base 19 k
107496 perl-libs x86_64 4:5.16.3-286.el7 base 687 k
107497 perl-macros x86_64 4:5.16.3-286.el7 base 43 k
107498 perl-parent noarch 1:0.225-244.el7 base 12 k
107499 perl-podlators noarch 2.5.1-3.el7 base 112 k
107500 perl-srpm-macros noarch 1-8.el7 base 4.6 k
107501 perl-threads x86_64 1.87-4.el7 base 49 k
107502 perl-threads-shared x86_64 1.43-6.el7 base 39 k
107503 php-cli x86_64 5.4.16-36.el7_1 base 2.7 M
107504 php-common x86_64 5.4.16-36.el7_1 base 563 k
107505 php-doctrine-instantiator noarch 1.0.5-1.el7 epel 11 k
107506 php-mbstring x86_64 5.4.16-36.el7_1 base 503 k
107507 php-phpdocumentor-reflection-docblock
107508 noarch 2.0.4-1.el7 epel 25 k
107509 php-phpspec-prophecy noarch 1.4.1-1.el7 epel 48 k
107510 php-phpunit-File-Iterator noarch 1.4.0-1.el7 epel 12 k
107511 php-phpunit-PHP-CodeCoverage noarch 2.2.4-1.el7 epel 311 k
107512 php-phpunit-PHP-Invoker noarch 1.1.3-6.el7 epel 9.4 k
107513 php-phpunit-PHP-Timer noarch 1.0.6-1.el7 epel 9.0 k
107514 php-phpunit-PHP-TokenStream noarch 1.4.8-1.el7 epel 17 k
107515 php-phpunit-PHPUnit noarch 4.8.17-1.el7 epel 130 k
107516 php-phpunit-PHPUnit-MockObject noarch 2.3.8-1.el7 epel 36 k
107517 php-phpunit-Text-Template noarch 1.2.0-5.el7 epel 9.2 k
107518 php-phpunit-Version noarch 1.0.5-1.el7 epel 8.4 k
107519 php-phpunit-comparator noarch 1.2.0-1.el7 epel 14 k
107520 php-phpunit-diff noarch 1.3.0-1.el7 epel 13 k
107521 php-phpunit-environment noarch 1.3.2-1.el7 epel 9.2 k
107522 php-phpunit-exporter noarch 1.2.0-1.el7 epel 10 k
107523 php-sebastian-global-state noarch 1.1.1-1.el7 epel 10 k
107524 php-sebastian-recursion-context noarch 1.0.0-1.el7 epel 7.7 k
107525 php-soap x86_64 5.4.16-36.el7_1 base 157 k
107526 php-symfony-class-loader noarch 2.5.12-1.el7 epel 22 k
107527 php-symfony-common noarch 2.5.12-1.el7 epel 75 k
107528 php-symfony-yaml noarch 2.5.12-1.el7 epel 23 k
107529 php-tidy x86_64 5.4.16-3.el7 epel 22 k
107530 php-xml x86_64 5.4.16-36.el7_1 base 124 k
107531 pixman x86_64 0.32.6-3.el7 base 254 k
107532 polkit x86_64 0.112-5.el7 base 165 k
107533 polkit-pkla-compat x86_64 0.1-4.el7 base 39 k
107534 pulseaudio-libs x86_64 6.0-7.el7 base 576 k
107535 python-chardet noarch 2.2.1-1.el7_1 base 227 k
107536 python-javapackages noarch 3.4.1-11.el7 base 31 k
107537 python-kitchen noarch 1.1.1-5.el7 base 267 k
107538 python-lxml x86_64 3.2.1-4.el7 base 758 k
107539 redhat-rpm-config noarch 9.1.0-68.el7.centos base 77 k
107540 rpm-build x86_64 4.11.3-17.el7 base 143 k
107541 rsync x86_64 3.0.9-17.el7 base 360 k
107542 tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k
107543 ttmkfdir x86_64 3.0.9-42.el7 base 48 k
107544 tzdata-java noarch 2015g-1.el7 base 176 k
107545 unzip x86_64 6.0-15.el7 base 166 k
107546 vim-common x86_64 2:7.4.160-1.el7 base 5.9 M
107547 vim-filesystem x86_64 2:7.4.160-1.el7 base 9.6 k
107548 which x86_64 2.20-7.el7 base 41 k
107549 xalan-j2 noarch 2.7.1-23.el7 base 1.9 M
107550 xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M
107551 xml-commons-apis noarch 1.4.01-16.el7 base 227 k
107552 xml-commons-resolver noarch 1.2-15.el7 base 108 k
107553 xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
107554 xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
107555 zip x86_64 3.0-10.el7 base 260 k
107556Updating for dependencies:
107557 bind-license noarch 32:9.9.4-29.el7_2.1 updates 81 k
107558
107559Transaction Summary
107560================================================================================
107561Install 22 Packages (+174 Dependent packages)
107562Upgrade ( 1 Dependent package)
107563
107564Total download size: 99 M
107565Downloading packages:
107566Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
107567warning: /var/cache/yum/x86_64/7/epel/packages/php-doctrine-instantiator-1.0.5-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
107568Public key for php-doctrine-instantiator-1.0.5-1.el7.noarch.rpm is not installed
107569--------------------------------------------------------------------------------
107570Total 2.9 MB/s | 99 MB 00:33
107571Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
107572Importing GPG key 0x352C64E5:
107573 Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
107574 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
107575 Package : epel-release-7-5.noarch (@extras)
107576 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
107577Running transaction check
107578Running transaction test
107579Transaction test succeeded
107580Running transaction
107581 Installing : freetype-2.4.11-11.el7.x86_64 1/198
107582 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 2/198
107583 Installing : fipscheck-1.4.1-5.el7.x86_64 3/198
107584 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 4/198
107585 Installing : libICE-1.0.9-2.el7.x86_64 5/198
107586 Installing : libxslt-1.1.28-5.el7.x86_64 6/198
107587 Installing : 2:libogg-1.3.0-7.el7.x86_64 7/198
107588 Installing : groff-base-1.22.2-8.el7.x86_64 8/198
107589 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 9/198
107590 Installing : less-458-9.el7.x86_64 10/198
107591 Installing : libSM-1.2.2-2.el7.x86_64 11/198
107592 Installing : libfontenc-1.1.2-3.el7.x86_64 12/198
107593 Installing : file-5.11-31.el7.x86_64 13/198
107594 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 14/198
107595 Installing : atk-2.14.0-1.el7.x86_64 15/198
107596 Installing : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 16/198
107597 Installing : libXfont-1.5.1-2.el7.x86_64 17/198
107598 Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 18/198
107599 Installing : 1:perl-parent-0.225-244.el7.noarch 19/198
107600 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 20/198
107601 Installing : perl-podlators-2.5.1-3.el7.noarch 21/198
107602 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 22/198
107603 Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 23/198
107604 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 24/198
107605 Installing : perl-Encode-2.51-7.el7.x86_64 25/198
107606 Installing : perl-Pod-Usage-1.63-3.el7.noarch 26/198
107607 Installing : 4:perl-libs-5.16.3-286.el7.x86_64 27/198
107608 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 28/198
107609 Installing : perl-threads-1.87-4.el7.x86_64 29/198
107610 Installing : perl-Storable-2.45-3.el7.x86_64 30/198
107611 Installing : perl-Carp-1.26-244.el7.noarch 31/198
107612 Installing : perl-Filter-1.49-3.el7.x86_64 32/198
107613 Installing : perl-Exporter-5.68-3.el7.noarch 33/198
107614 Installing : perl-constant-1.27-2.el7.noarch 34/198
107615 Installing : 4:perl-macros-5.16.3-286.el7.x86_64 35/198
107616 Installing : perl-Time-Local-1.2300-2.el7.noarch 36/198
107617 Installing : perl-Socket-2.010-3.el7.x86_64 37/198
107618 Installing : perl-threads-shared-1.43-6.el7.x86_64 38/198
107619 Installing : perl-File-Temp-0.23.01-3.el7.noarch 39/198
107620 Installing : perl-File-Path-2.09-2.el7.noarch 40/198
107621 Installing : perl-PathTools-3.40-5.el7.x86_64 41/198
107622 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 42/198
107623 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 43/198
107624 Installing : perl-Getopt-Long-2.40-2.el7.noarch 44/198
107625 Installing : 4:perl-5.16.3-286.el7.x86_64 45/198
107626 Installing : 1:perl-Error-0.17020-2.el7.noarch 46/198
107627 Installing : perl-TermReadKey-2.30-20.el7.x86_64 47/198
107628 Installing : perl-Digest-1.17-245.el7.noarch 48/198
107629 Installing : build-mkbaselibs-20151105-214.1.noarch 49/198
107630 Installing : perl-Thread-Queue-3.02-2.el7.noarch 50/198
107631 Installing : 1:libvorbis-1.3.3-8.el7.x86_64 51/198
107632 Installing : flac-libs-1.3.0-5.el7_1.x86_64 52/198
107633 Installing : python-lxml-3.2.1-4.el7.x86_64 53/198
107634 Installing : python-javapackages-3.4.1-11.el7.noarch 54/198
107635 Installing : javapackages-tools-3.4.1-11.el7.noarch 55/198
107636 Installing : openssh-6.6.1p1-22.el7.x86_64 56/198
107637 Installing : openssh-clients-6.6.1p1-22.el7.x86_64 57/198
107638 Installing : jasper-libs-1.900.1-29.el7.x86_64 58/198
107639 Installing : ttmkfdir-3.0.9-42.el7.x86_64 59/198
107640 Installing : lksctp-tools-1.0.13-3.el7.x86_64 60/198
107641 Installing : libtidy-0.99.0-31.20091203.el7.x86_64 61/198
107642 Installing : python-chardet-2.2.1-1.el7_1.noarch 62/198
107643 Installing : python-kitchen-1.1.1-5.el7.noarch 63/198
107644 Installing : jbigkit-libs-2.0-11.el7.x86_64 64/198
107645 Installing : libtiff-4.0.3-14.el7.x86_64 65/198
107646 Installing : unzip-6.0-15.el7.x86_64 66/198
107647 Installing : mozjs17-17.0.0-12.el7.x86_64 67/198
107648 Installing : polkit-0.112-5.el7.x86_64 68/198
107649 Installing : polkit-pkla-compat-0.1-4.el7.x86_64 69/198
107650 Installing : libasyncns-0.8-7.el7.x86_64 70/198
107651 Installing : 1:emacs-filesystem-24.3-18.el7.noarch 71/198
107652 Installing : avahi-libs-0.6.31-15.el7.x86_64 72/198
107653 Installing : 1:cups-libs-1.6.3-22.el7.x86_64 73/198
107654 Installing : pcsc-lite-libs-1.8.8-6.el7.x86_64 74/198
107655 Installing : elfutils-0.163-3.el7.x86_64 75/198
107656 Updating : 32:bind-license-9.9.4-29.el7_2.1.noarch 76/198
107657 Installing : 32:bind-libs-9.9.4-29.el7_2.1.x86_64 77/198
107658 Installing : rsync-3.0.9-17.el7.x86_64 78/198
107659 Installing : dwz-0.11-3.el7.x86_64 79/198
107660 Installing : zip-3.0-10.el7.x86_64 80/198
107661 Installing : alsa-lib-1.0.28-2.el7.x86_64 81/198
107662 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 82/198
107663 Installing : perl-Git-1.8.3.1-6.el7.noarch 83/198
107664 Installing : git-1.8.3.1-6.el7.x86_64 84/198
107665 Installing : gdb-7.6.1-80.el7.x86_64 85/198
107666 Installing : libpipeline-1.2.3-3.el7.x86_64 86/198
107667 Installing : man-db-2.6.3-9.el7.x86_64 87/198
107668 Installing : graphite2-1.2.2-5.el7.x86_64 88/198
107669 Installing : harfbuzz-0.9.36-1.el7.x86_64 89/198
107670 Installing : 2:vim-filesystem-7.4.160-1.el7.x86_64 90/198
107671 Installing : 2:vim-common-7.4.160-1.el7.x86_64 91/198
107672 Installing : hicolor-icon-theme-0.12-7.el7.noarch 92/198
107673 Installing : fontpackages-filesystem-1.44-8.el7.noarch 93/198
107674 Installing : fontconfig-2.10.95-7.el7.x86_64 94/198
107675 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 95/198
107676 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 96/198
107677 Installing : perl-srpm-macros-1-8.el7.noarch 97/198
107678 Installing : redhat-rpm-config-9.1.0-68.el7.centos.noarch 98/198
107679 Installing : libzip-0.10.1-8.el7.x86_64 99/198
107680 Installing : php-common-5.4.16-36.el7_1.x86_64 100/198
107681 Installing : php-xml-5.4.16-36.el7_1.x86_64 101/198
107682 Installing : php-phpunit-Text-Template-1.2.0-5.el7.noarch 102/198
107683 Installing : php-doctrine-instantiator-1.0.5-1.el7.noarch 103/198
107684 Installing : php-mbstring-5.4.16-36.el7_1.x86_64 104/198
107685 Installing : php-phpunit-PHP-Timer-1.0.6-1.el7.noarch 105/198
107686 Installing : php-phpunit-Version-1.0.5-1.el7.noarch 106/198
107687 Installing : php-phpunit-diff-1.3.0-1.el7.noarch 107/198
107688 Installing : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 108/198
107689 Installing : php-cli-5.4.16-36.el7_1.x86_64 109/198
107690 Installing : php-phpunit-environment-1.3.2-1.el7.noarch 110/198
107691 Installing : php-symfony-common-2.5.12-1.el7.noarch 111/198
107692 Installing : php-sebastian-recursion-context-1.0.0-1.el7.noarch 112/198
107693 Installing : php-phpunit-exporter-1.2.0-1.el7.noarch 113/198
107694 Installing : php-phpunit-comparator-1.2.0-1.el7.noarch 114/198
107695 Installing : php-symfony-yaml-2.5.12-1.el7.noarch 115/198
107696 Installing : php-symfony-class-loader-2.5.12-1.el7.noarch 116/198
107697 Installing : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 117/198
107698 Installing : php-soap-5.4.16-36.el7_1.x86_64 118/198
107699 Installing : php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch 119/198
107700 Installing : php-phpunit-PHP-TokenStream-1.4.8-1.el7.noarch 120/198
107701 Installing : php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch 121/198
107702 Installing : php-tidy-5.4.16-3.el7.x86_64 122/198
107703 Installing : php-sebastian-global-state-1.1.1-1.el7.noarch 123/198
107704 Installing : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 124/198
107705 Installing : php-phpspec-prophecy-1.4.1-1.el7.noarch 125/198
107706 Installing : php-phpunit-PHPUnit-4.8.17-1.el7.noarch 126/198
107707 Installing : psmisc-22.20-9.el7.x86_64 127/198
107708 Installing : GConf2-3.2.6-8.el7.x86_64 128/198
107709 Installing : gsm-1.0.13-11.el7.x86_64 129/198
107710 Installing : libsndfile-1.0.25-10.el7.x86_64 130/198
107711 Installing : m2crypto-0.21.1-17.el7.x86_64 131/198
107712 Installing : bzip2-1.0.6-13.el7.x86_64 132/198
107713 Installing : hwdata-0.252-8.1.el7.x86_64 133/198
107714 Installing : libpciaccess-0.13.4-2.el7.x86_64 134/198
107715 Installing : libdrm-2.4.60-3.el7.x86_64 135/198
107716 Installing : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 136/198
107717 Installing : libthai-0.1.14-9.el7.x86_64 137/198
107718 Installing : tzdata-java-2015g-1.el7.noarch 138/198
107719 Installing : pixman-0.32.6-3.el7.x86_64 139/198
107720 Installing : libX11-common-1.6.3-2.el7.noarch 140/198
107721 Installing : json-c-0.11-4.el7_0.x86_64 141/198
107722 Installing : libXau-1.0.8-2.1.el7.x86_64 142/198
107723 Installing : libxcb-1.11-4.el7.x86_64 143/198
107724 Installing : libX11-1.6.3-2.el7.x86_64 144/198
107725 Installing : libXext-1.3.3-3.el7.x86_64 145/198
107726 Installing : libXrender-0.9.8-2.1.el7.x86_64 146/198
107727 Installing : libXfixes-5.0.1-2.1.el7.x86_64 147/198
107728 Installing : libXi-1.7.4-2.el7.x86_64 148/198
107729 Installing : libXtst-1.2.2-2.1.el7.x86_64 149/198
107730 Installing : libXdamage-1.1.4-4.1.el7.x86_64 150/198
107731 Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 151/198
107732 Installing : pulseaudio-libs-6.0-7.el7.x86_64 152/198
107733 Installing : libXcursor-1.1.14-2.1.el7.x86_64 153/198
107734 Installing : libXrandr-1.4.2-2.el7.x86_64 154/198
107735 Installing : libXft-2.3.2-2.el7.x86_64 155/198
107736 Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 156/198
107737 Installing : libXinerama-1.1.3-2.1.el7.x86_64 157/198
107738 Installing : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 158/198
107739 Installing : giflib-4.1.6-9.el7.x86_64 159/198
107740 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 160/198
107741 Installing : libxshmfence-1.2-1.el7.x86_64 161/198
107742 Installing : mesa-libGL-10.6.5-3.20150824.el7.x86_64 162/198
107743 Installing : cairo-1.14.2-1.el7.x86_64 163/198
107744 Installing : pango-1.36.8-2.el7.x86_64 164/198
107745 Installing : gtk2-2.24.28-8.el7.x86_64 165/198
107746 Installing : 1:java-1.7.0-openjdk-devel-1.7.0.91-2.6.2.3.el7.x86_64 166/198
107747 Installing : 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86 167/198
107748 Installing : 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64 168/198
107749 Installing : xml-commons-apis-1.4.01-16.el7.noarch 169/198
107750 Installing : xml-commons-resolver-1.2-15.el7.noarch 170/198
107751 Installing : xalan-j2-2.7.1-23.el7.noarch 171/198
107752 Installing : xerces-j2-2.11.0-17.el7_0.noarch 172/198
107753 Installing : patch-2.7.1-8.el7.x86_64 173/198
107754 Installing : rpm-build-4.11.3-17.el7.x86_64 174/198
107755 Installing : gpm-libs-1.20.7-5.el7.x86_64 175/198
107756 Installing : which-2.20-7.el7.x86_64 176/198
107757 Installing : 14:libpcap-1.5.3-8.el7.x86_64 177/198
107758 Installing : 2:nmap-ncat-6.40-7.el7.x86_64 178/198
107759 Installing : 2:vim-enhanced-7.4.160-1.el7.x86_64 179/198
107760 Installing : rpmdevtools-8.3-5.el7.noarch 180/198
107761 Installing : ant-1.9.2-9.el7.noarch 181/198
107762 Installing : osc-0.152.0-173.2.x86_64 182/198
107763 Installing : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 183/198
107764 Installing : 32:bind-utils-9.9.4-29.el7_2.1.x86_64 184/198
107765 Installing : yum-utils-1.1.31-34.el7.noarch 185/198
107766 Installing : build-20151105-214.1.noarch 186/198
107767 Installing : perl-Digest-MD5-2.52-3.el7.x86_64 187/198
107768 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 188/198
107769 Installing : 1:perl-TimeDate-2.30-2.el7.noarch 189/198
107770 Installing : 1:telnet-0.17-59.el7.x86_64 190/198
107771 Installing : 3:traceroute-2.0.19-5.el7.x86_64 191/198
107772 Installing : sudo-1.8.6p7-16.el7.x86_64 192/198
107773 Installing : net-tools-2.0-0.17.20131004git.el7.x86_64 193/198
107774 Installing : openldap-clients-2.4.40-8.el7.x86_64 194/198
107775 Installing : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 195/198
107776 Installing : lsof-4.87-4.el7.x86_64 196/198
107777 Installing : strace-4.8-11.el7.x86_64 197/198
107778 Cleanup : 32:bind-license-9.9.4-29.el7.noarch 198/198
107779 Verifying : 2:vim-common-7.4.160-1.el7.x86_64 1/198
107780 Verifying : libXext-1.3.3-3.el7.x86_64 2/198
107781 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 3/198
107782 Verifying : 14:libpcap-1.5.3-8.el7.x86_64 4/198
107783 Verifying : php-phpunit-PHP-CodeCoverage-2.2.4-1.el7.noarch 5/198
107784 Verifying : openssh-6.6.1p1-22.el7.x86_64 6/198
107785 Verifying : python-lxml-3.2.1-4.el7.x86_64 7/198
107786 Verifying : php-soap-5.4.16-36.el7_1.x86_64 8/198
107787 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 9/198
107788 Verifying : php-phpspec-prophecy-1.4.1-1.el7.noarch 10/198
107789 Verifying : 1:java-1.7.0-openjdk-devel-1.7.0.91-2.6.2.3.el7.x86_64 11/198
107790 Verifying : libdrm-2.4.60-3.el7.x86_64 12/198
107791 Verifying : php-phpunit-PHP-TokenStream-1.4.8-1.el7.noarch 13/198
107792 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 14/198
107793 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.x86_64 15/198
107794 Verifying : perl-Git-1.8.3.1-6.el7.noarch 16/198
107795 Verifying : which-2.20-7.el7.x86_64 17/198
107796 Verifying : groff-base-1.22.2-8.el7.x86_64 18/198
107797 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 19/198
107798 Verifying : strace-4.8-11.el7.x86_64 20/198
107799 Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.91-2.6.2.3.el7.x86 21/198
107800 Verifying : atk-2.14.0-1.el7.x86_64 22/198
107801 Verifying : gpm-libs-1.20.7-5.el7.x86_64 23/198
107802 Verifying : xerces-j2-2.11.0-17.el7_0.noarch 24/198
107803 Verifying : patch-2.7.1-8.el7.x86_64 25/198
107804 Verifying : man-db-2.6.3-9.el7.x86_64 26/198
107805 Verifying : pulseaudio-libs-6.0-7.el7.x86_64 27/198
107806 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 28/198
107807 Verifying : libXtst-1.2.2-2.1.el7.x86_64 29/198
107808 Verifying : 1:cups-libs-1.6.3-22.el7.x86_64 30/198
107809 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 31/198
107810 Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 32/198
107811 Verifying : php-common-5.4.16-36.el7_1.x86_64 33/198
107812 Verifying : libxshmfence-1.2-1.el7.x86_64 34/198
107813 Verifying : build-20151105-214.1.noarch 35/198
107814 Verifying : ttmkfdir-3.0.9-42.el7.x86_64 36/198
107815 Verifying : libXau-1.0.8-2.1.el7.x86_64 37/198
107816 Verifying : perl-File-Path-2.09-2.el7.noarch 38/198
107817 Verifying : 1:java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64 39/198
107818 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 40/198
107819 Verifying : lsof-4.87-4.el7.x86_64 41/198
107820 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 42/198
107821 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 43/198
107822 Verifying : php-mbstring-5.4.16-36.el7_1.x86_64 44/198
107823 Verifying : json-c-0.11-4.el7_0.x86_64 45/198
107824 Verifying : php-phpunit-PHP-Timer-1.0.6-1.el7.noarch 46/198
107825 Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 47/198
107826 Verifying : php-tidy-5.4.16-3.el7.x86_64 48/198
107827 Verifying : file-5.11-31.el7.x86_64 49/198
107828 Verifying : libX11-common-1.6.3-2.el7.noarch 50/198
107829 Verifying : cairo-1.14.2-1.el7.x86_64 51/198
107830 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 52/198
107831 Verifying : pixman-0.32.6-3.el7.x86_64 53/198
107832 Verifying : libxcb-1.11-4.el7.x86_64 54/198
107833 Verifying : tzdata-java-2015g-1.el7.noarch 55/198
107834 Verifying : 2:nmap-ncat-6.40-7.el7.x86_64 56/198
107835 Verifying : libtiff-4.0.3-14.el7.x86_64 57/198
107836 Verifying : libthai-0.1.14-9.el7.x86_64 58/198
107837 Verifying : php-phpunit-Version-1.0.5-1.el7.noarch 59/198
107838 Verifying : hwdata-0.252-8.1.el7.x86_64 60/198
107839 Verifying : osc-0.152.0-173.2.x86_64 61/198
107840 Verifying : bzip2-1.0.6-13.el7.x86_64 62/198
107841 Verifying : libX11-1.6.3-2.el7.x86_64 63/198
107842 Verifying : php-phpunit-PHPUnit-MockObject-2.3.8-1.el7.noarch 64/198
107843 Verifying : ant-1.9.2-9.el7.noarch 65/198
107844 Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 66/198
107845 Verifying : php-phpunit-PHPUnit-Selenium-1.4.2-1.el7.noarch 67/198
107846 Verifying : harfbuzz-0.9.36-1.el7.x86_64 68/198
107847 Verifying : m2crypto-0.21.1-17.el7.x86_64 69/198
107848 Verifying : libfontenc-1.1.2-3.el7.x86_64 70/198
107849 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.x86_64 71/198
107850 Verifying : gsm-1.0.13-11.el7.x86_64 72/198
107851 Verifying : 1:perl-parent-0.225-244.el7.noarch 73/198
107852 Verifying : php-symfony-yaml-2.5.12-1.el7.noarch 74/198
107853 Verifying : 2:libogg-1.3.0-7.el7.x86_64 75/198
107854 Verifying : php-phpunit-diff-1.3.0-1.el7.noarch 76/198
107855 Verifying : libXfont-1.5.1-2.el7.x86_64 77/198
107856 Verifying : git-1.8.3.1-6.el7.x86_64 78/198
107857 Verifying : php-sebastian-global-state-1.1.1-1.el7.noarch 79/198
107858 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 80/198
107859 Verifying : libXcursor-1.1.14-2.1.el7.x86_64 81/198
107860 Verifying : perl-Encode-2.51-7.el7.x86_64 82/198
107861 Verifying : screen-4.1.0-0.21.20120314git3c2946.el7.x86_64 83/198
107862 Verifying : php-phpunit-File-Iterator-1.4.0-1.el7.noarch 84/198
107863 Verifying : perl-threads-1.87-4.el7.x86_64 85/198
107864 Verifying : fontconfig-2.10.95-7.el7.x86_64 86/198
107865 Verifying : psmisc-22.20-9.el7.x86_64 87/198
107866 Verifying : libzip-0.10.1-8.el7.x86_64 88/198
107867 Verifying : polkit-pkla-compat-0.1-4.el7.x86_64 89/198
107868 Verifying : libsndfile-1.0.25-10.el7.x86_64 90/198
107869 Verifying : perl-Digest-1.17-245.el7.noarch 91/198
107870 Verifying : perl-srpm-macros-1-8.el7.noarch 92/198
107871 Verifying : python-javapackages-3.4.1-11.el7.noarch 93/198
107872 Verifying : javapackages-tools-3.4.1-11.el7.noarch 94/198
107873 Verifying : perl-threads-shared-1.43-6.el7.x86_64 95/198
107874 Verifying : perl-Storable-2.45-3.el7.x86_64 96/198
107875 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 97/198
107876 Verifying : php-phpunit-Text-Template-1.2.0-5.el7.noarch 98/198
107877 Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 99/198
107878 Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 100/198
107879 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 101/198
107880 Verifying : libSM-1.2.2-2.el7.x86_64 102/198
107881 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 103/198
107882 Verifying : php-phpunit-PHPUnit-4.8.17-1.el7.noarch 104/198
107883 Verifying : giflib-4.1.6-9.el7.x86_64 105/198
107884 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 106/198
107885 Verifying : php-phpunit-exporter-1.2.0-1.el7.noarch 107/198
107886 Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 108/198
107887 Verifying : openldap-clients-2.4.40-8.el7.x86_64 109/198
107888 Verifying : php-cli-5.4.16-36.el7_1.x86_64 110/198
107889 Verifying : libXrender-0.9.8-2.1.el7.x86_64 111/198
107890 Verifying : build-mkbaselibs-20151105-214.1.noarch 112/198
107891 Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 113/198
107892 Verifying : perl-Carp-1.26-244.el7.noarch 114/198
107893 Verifying : graphite2-1.2.2-5.el7.x86_64 115/198
107894 Verifying : libpipeline-1.2.3-3.el7.x86_64 116/198
107895 Verifying : perl-podlators-2.5.1-3.el7.noarch 117/198
107896 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.x86_64 118/198
107897 Verifying : libxslt-1.1.28-5.el7.x86_64 119/198
107898 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 120/198
107899 Verifying : rpm-build-4.11.3-17.el7.x86_64 121/198
107900 Verifying : pango-1.36.8-2.el7.x86_64 122/198
107901 Verifying : libICE-1.0.9-2.el7.x86_64 123/198
107902 Verifying : php-phpdocumentor-reflection-docblock-2.0.4-1.el7.noar 124/198
107903 Verifying : jasper-libs-1.900.1-29.el7.x86_64 125/198
107904 Verifying : xalan-j2-2.7.1-23.el7.noarch 126/198
107905 Verifying : gdb-7.6.1-80.el7.x86_64 127/198
107906 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 128/198
107907 Verifying : polkit-0.112-5.el7.x86_64 129/198
107908 Verifying : 32:bind-libs-9.9.4-29.el7_2.1.x86_64 130/198
107909 Verifying : alsa-lib-1.0.28-2.el7.x86_64 131/198
107910 Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 132/198
107911 Verifying : python-kitchen-1.1.1-5.el7.noarch 133/198
107912 Verifying : libXfixes-5.0.1-2.1.el7.x86_64 134/198
107913 Verifying : zip-3.0-10.el7.x86_64 135/198
107914 Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 136/198
107915 Verifying : yum-utils-1.1.31-34.el7.noarch 137/198
107916 Verifying : perl-Filter-1.49-3.el7.x86_64 138/198
107917 Verifying : dwz-0.11-3.el7.x86_64 139/198
107918 Verifying : php-phpunit-environment-1.3.2-1.el7.noarch 140/198
107919 Verifying : libXi-1.7.4-2.el7.x86_64 141/198
107920 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 142/198
107921 Verifying : redhat-rpm-config-9.1.0-68.el7.centos.noarch 143/198
107922 Verifying : rsync-3.0.9-17.el7.x86_64 144/198
107923 Verifying : fipscheck-1.4.1-5.el7.x86_64 145/198
107924 Verifying : less-458-9.el7.x86_64 146/198
107925 Verifying : php-symfony-class-loader-2.5.12-1.el7.noarch 147/198
107926 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 148/198
107927 Verifying : libpciaccess-0.13.4-2.el7.x86_64 149/198
107928 Verifying : freetype-2.4.11-11.el7.x86_64 150/198
107929 Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 151/198
107930 Verifying : perl-Exporter-5.68-3.el7.noarch 152/198
107931 Verifying : perl-constant-1.27-2.el7.noarch 153/198
107932 Verifying : perl-PathTools-3.40-5.el7.x86_64 154/198
107933 Verifying : 32:bind-license-9.9.4-29.el7_2.1.noarch 155/198
107934 Verifying : elfutils-0.163-3.el7.x86_64 156/198
107935 Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 157/198
107936 Verifying : pcsc-lite-libs-1.8.8-6.el7.x86_64 158/198
107937 Verifying : xml-commons-apis-1.4.01-16.el7.noarch 159/198
107938 Verifying : openssh-clients-6.6.1p1-22.el7.x86_64 160/198
107939 Verifying : libXrandr-1.4.2-2.el7.x86_64 161/198
107940 Verifying : 4:perl-5.16.3-286.el7.x86_64 162/198
107941 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 163/198
107942 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 164/198
107943 Verifying : mesa-libGL-10.6.5-3.20150824.el7.x86_64 165/198
107944 Verifying : perl-Time-Local-1.2300-2.el7.noarch 166/198
107945 Verifying : sudo-1.8.6p7-16.el7.x86_64 167/198
107946 Verifying : libXft-2.3.2-2.el7.x86_64 168/198
107947 Verifying : php-xml-5.4.16-36.el7_1.x86_64 169/198
107948 Verifying : perl-Socket-2.010-3.el7.x86_64 170/198
107949 Verifying : avahi-libs-0.6.31-15.el7.x86_64 171/198
107950 Verifying : php-symfony-common-2.5.12-1.el7.noarch 172/198
107951 Verifying : 32:bind-utils-9.9.4-29.el7_2.1.x86_64 173/198
107952 Verifying : 1:emacs-filesystem-24.3-18.el7.noarch 174/198
107953 Verifying : xml-commons-resolver-1.2-15.el7.noarch 175/198
107954 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 176/198
107955 Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 177/198
107956 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 178/198
107957 Verifying : 1:perl-Error-0.17020-2.el7.noarch 179/198
107958 Verifying : 3:traceroute-2.0.19-5.el7.x86_64 180/198
107959 Verifying : libasyncns-0.8-7.el7.x86_64 181/198
107960 Verifying : gtk2-2.24.28-8.el7.x86_64 182/198
107961 Verifying : 1:telnet-0.17-59.el7.x86_64 183/198
107962 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 184/198
107963 Verifying : rpmdevtools-8.3-5.el7.noarch 185/198
107964 Verifying : mozjs17-17.0.0-12.el7.x86_64 186/198
107965 Verifying : unzip-6.0-15.el7.x86_64 187/198
107966 Verifying : php-phpunit-PHP-Invoker-1.1.3-6.el7.noarch 188/198
107967 Verifying : jbigkit-libs-2.0-11.el7.x86_64 189/198
107968 Verifying : GConf2-3.2.6-8.el7.x86_64 190/198
107969 Verifying : php-doctrine-instantiator-1.0.5-1.el7.noarch 191/198
107970 Verifying : php-sebastian-recursion-context-1.0.0-1.el7.noarch 192/198
107971 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 193/198
107972 Verifying : php-phpunit-comparator-1.2.0-1.el7.noarch 194/198
107973 Verifying : python-chardet-2.2.1-1.el7_1.noarch 195/198
107974 Verifying : libtidy-0.99.0-31.20091203.el7.x86_64 196/198
107975 Verifying : lksctp-tools-1.0.13-3.el7.x86_64 197/198
107976 Verifying : 32:bind-license-9.9.4-29.el7.noarch 198/198
107977
107978Installed:
107979 ant.noarch 0:1.9.2-9.el7
107980 bind-utils.x86_64 32:9.9.4-29.el7_2.1
107981 build.noarch 0:20151105-214.1
107982 git.x86_64 0:1.8.3.1-6.el7
107983 lsof.x86_64 0:4.87-4.el7
107984 net-tools.x86_64 0:2.0-0.17.20131004git.el7
107985 nmap-ncat.x86_64 2:6.40-7.el7
107986 openldap-clients.x86_64 0:2.4.40-8.el7
107987 osc.x86_64 0:0.152.0-173.2
107988 perl-Data-Dumper.x86_64 0:2.145-3.el7
107989 perl-Digest-MD5.x86_64 0:2.52-3.el7
107990 perl-TimeDate.noarch 1:2.30-2.el7
107991 php-phpunit-PHPUnit-Selenium.noarch 0:1.4.2-1.el7
107992 psmisc.x86_64 0:22.20-9.el7
107993 rpmdevtools.noarch 0:8.3-5.el7
107994 screen.x86_64 0:4.1.0-0.21.20120314git3c2946.el7
107995 strace.x86_64 0:4.8-11.el7
107996 sudo.x86_64 0:1.8.6p7-16.el7
107997 telnet.x86_64 1:0.17-59.el7
107998 traceroute.x86_64 3:2.0.19-5.el7
107999 vim-enhanced.x86_64 2:7.4.160-1.el7
108000 yum-utils.noarch 0:1.1.31-34.el7
108001
108002Dependency Installed:
108003 GConf2.x86_64 0:3.2.6-8.el7
108004 alsa-lib.x86_64 0:1.0.28-2.el7
108005 atk.x86_64 0:2.14.0-1.el7
108006 avahi-libs.x86_64 0:0.6.31-15.el7
108007 bind-libs.x86_64 32:9.9.4-29.el7_2.1
108008 build-mkbaselibs.noarch 0:20151105-214.1
108009 bzip2.x86_64 0:1.0.6-13.el7
108010 cairo.x86_64 0:1.14.2-1.el7
108011 cups-libs.x86_64 1:1.6.3-22.el7
108012 dwz.x86_64 0:0.11-3.el7
108013 elfutils.x86_64 0:0.163-3.el7
108014 emacs-filesystem.noarch 1:24.3-18.el7
108015 file.x86_64 0:5.11-31.el7
108016 fipscheck.x86_64 0:1.4.1-5.el7
108017 fipscheck-lib.x86_64 0:1.4.1-5.el7
108018 flac-libs.x86_64 0:1.3.0-5.el7_1
108019 fontconfig.x86_64 0:2.10.95-7.el7
108020 fontpackages-filesystem.noarch 0:1.44-8.el7
108021 freetype.x86_64 0:2.4.11-11.el7
108022 gdb.x86_64 0:7.6.1-80.el7
108023 gdk-pixbuf2.x86_64 0:2.31.6-3.el7
108024 giflib.x86_64 0:4.1.6-9.el7
108025 gpm-libs.x86_64 0:1.20.7-5.el7
108026 graphite2.x86_64 0:1.2.2-5.el7
108027 groff-base.x86_64 0:1.22.2-8.el7
108028 gsm.x86_64 0:1.0.13-11.el7
108029 gtk2.x86_64 0:2.24.28-8.el7
108030 harfbuzz.x86_64 0:0.9.36-1.el7
108031 hicolor-icon-theme.noarch 0:0.12-7.el7
108032 hwdata.x86_64 0:0.252-8.1.el7
108033 jasper-libs.x86_64 0:1.900.1-29.el7
108034 java-1.7.0-openjdk.x86_64 1:1.7.0.91-2.6.2.3.el7
108035 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.91-2.6.2.3.el7
108036 java-1.7.0-openjdk-headless.x86_64 1:1.7.0.91-2.6.2.3.el7
108037 javapackages-tools.noarch 0:3.4.1-11.el7
108038 jbigkit-libs.x86_64 0:2.0-11.el7
108039 json-c.x86_64 0:0.11-4.el7_0
108040 less.x86_64 0:458-9.el7
108041 libICE.x86_64 0:1.0.9-2.el7
108042 libSM.x86_64 0:1.2.2-2.el7
108043 libX11.x86_64 0:1.6.3-2.el7
108044 libX11-common.noarch 0:1.6.3-2.el7
108045 libXau.x86_64 0:1.0.8-2.1.el7
108046 libXcomposite.x86_64 0:0.4.4-4.1.el7
108047 libXcursor.x86_64 0:1.1.14-2.1.el7
108048 libXdamage.x86_64 0:1.1.4-4.1.el7
108049 libXext.x86_64 0:1.3.3-3.el7
108050 libXfixes.x86_64 0:5.0.1-2.1.el7
108051 libXfont.x86_64 0:1.5.1-2.el7
108052 libXft.x86_64 0:2.3.2-2.el7
108053 libXi.x86_64 0:1.7.4-2.el7
108054 libXinerama.x86_64 0:1.1.3-2.1.el7
108055 libXrandr.x86_64 0:1.4.2-2.el7
108056 libXrender.x86_64 0:0.9.8-2.1.el7
108057 libXtst.x86_64 0:1.2.2-2.1.el7
108058 libXxf86vm.x86_64 0:1.1.3-2.1.el7
108059 libasyncns.x86_64 0:0.8-7.el7
108060 libdrm.x86_64 0:2.4.60-3.el7
108061 libedit.x86_64 0:3.0-12.20121213cvs.el7
108062 libfontenc.x86_64 0:1.1.2-3.el7
108063 libgnome-keyring.x86_64 0:3.8.0-3.el7
108064 libjpeg-turbo.x86_64 0:1.2.90-5.el7
108065 libogg.x86_64 2:1.3.0-7.el7
108066 libpcap.x86_64 14:1.5.3-8.el7
108067 libpciaccess.x86_64 0:0.13.4-2.el7
108068 libpipeline.x86_64 0:1.2.3-3.el7
108069 libpng.x86_64 2:1.5.13-7.el7_2
108070 libsndfile.x86_64 0:1.0.25-10.el7
108071 libthai.x86_64 0:0.1.14-9.el7
108072 libtidy.x86_64 0:0.99.0-31.20091203.el7
108073 libtiff.x86_64 0:4.0.3-14.el7
108074 libvorbis.x86_64 1:1.3.3-8.el7
108075 libxcb.x86_64 0:1.11-4.el7
108076 libxshmfence.x86_64 0:1.2-1.el7
108077 libxslt.x86_64 0:1.1.28-5.el7
108078 libzip.x86_64 0:0.10.1-8.el7
108079 lksctp-tools.x86_64 0:1.0.13-3.el7
108080 m2crypto.x86_64 0:0.21.1-17.el7
108081 man-db.x86_64 0:2.6.3-9.el7
108082 mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7
108083 mesa-libGL.x86_64 0:10.6.5-3.20150824.el7
108084 mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7
108085 mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7
108086 mozjs17.x86_64 0:17.0.0-12.el7
108087 openssh.x86_64 0:6.6.1p1-22.el7
108088 openssh-clients.x86_64 0:6.6.1p1-22.el7
108089 pango.x86_64 0:1.36.8-2.el7
108090 patch.x86_64 0:2.7.1-8.el7
108091 pcsc-lite-libs.x86_64 0:1.8.8-6.el7
108092 perl.x86_64 4:5.16.3-286.el7
108093 perl-Carp.noarch 0:1.26-244.el7
108094 perl-Digest.noarch 0:1.17-245.el7
108095 perl-Encode.x86_64 0:2.51-7.el7
108096 perl-Error.noarch 1:0.17020-2.el7
108097 perl-Exporter.noarch 0:5.68-3.el7
108098 perl-File-Path.noarch 0:2.09-2.el7
108099 perl-File-Temp.noarch 0:0.23.01-3.el7
108100 perl-Filter.x86_64 0:1.49-3.el7
108101 perl-Getopt-Long.noarch 0:2.40-2.el7
108102 perl-Git.noarch 0:1.8.3.1-6.el7
108103 perl-HTTP-Tiny.noarch 0:0.033-3.el7
108104 perl-PathTools.x86_64 0:3.40-5.el7
108105 perl-Pod-Escapes.noarch 1:1.04-286.el7
108106 perl-Pod-Perldoc.noarch 0:3.20-4.el7
108107 perl-Pod-Simple.noarch 1:3.28-4.el7
108108 perl-Pod-Usage.noarch 0:1.63-3.el7
108109 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
108110 perl-Socket.x86_64 0:2.010-3.el7
108111 perl-Storable.x86_64 0:2.45-3.el7
108112 perl-TermReadKey.x86_64 0:2.30-20.el7
108113 perl-Text-ParseWords.noarch 0:3.29-4.el7
108114 perl-Thread-Queue.noarch 0:3.02-2.el7
108115 perl-Time-HiRes.x86_64 4:1.9725-3.el7
108116 perl-Time-Local.noarch 0:1.2300-2.el7
108117 perl-constant.noarch 0:1.27-2.el7
108118 perl-libs.x86_64 4:5.16.3-286.el7
108119 perl-macros.x86_64 4:5.16.3-286.el7
108120 perl-parent.noarch 1:0.225-244.el7
108121 perl-podlators.noarch 0:2.5.1-3.el7
108122 perl-srpm-macros.noarch 0:1-8.el7
108123 perl-threads.x86_64 0:1.87-4.el7
108124 perl-threads-shared.x86_64 0:1.43-6.el7
108125 php-cli.x86_64 0:5.4.16-36.el7_1
108126 php-common.x86_64 0:5.4.16-36.el7_1
108127 php-doctrine-instantiator.noarch 0:1.0.5-1.el7
108128 php-mbstring.x86_64 0:5.4.16-36.el7_1
108129 php-phpdocumentor-reflection-docblock.noarch 0:2.0.4-1.el7
108130 php-phpspec-prophecy.noarch 0:1.4.1-1.el7
108131 php-phpunit-File-Iterator.noarch 0:1.4.0-1.el7
108132 php-phpunit-PHP-CodeCoverage.noarch 0:2.2.4-1.el7
108133 php-phpunit-PHP-Invoker.noarch 0:1.1.3-6.el7
108134 php-phpunit-PHP-Timer.noarch 0:1.0.6-1.el7
108135 php-phpunit-PHP-TokenStream.noarch 0:1.4.8-1.el7
108136 php-phpunit-PHPUnit.noarch 0:4.8.17-1.el7
108137 php-phpunit-PHPUnit-MockObject.noarch 0:2.3.8-1.el7
108138 php-phpunit-Text-Template.noarch 0:1.2.0-5.el7
108139 php-phpunit-Version.noarch 0:1.0.5-1.el7
108140 php-phpunit-comparator.noarch 0:1.2.0-1.el7
108141 php-phpunit-diff.noarch 0:1.3.0-1.el7
108142 php-phpunit-environment.noarch 0:1.3.2-1.el7
108143 php-phpunit-exporter.noarch 0:1.2.0-1.el7
108144 php-sebastian-global-state.noarch 0:1.1.1-1.el7
108145 php-sebastian-recursion-context.noarch 0:1.0.0-1.el7
108146 php-soap.x86_64 0:5.4.16-36.el7_1
108147 php-symfony-class-loader.noarch 0:2.5.12-1.el7
108148 php-symfony-common.noarch 0:2.5.12-1.el7
108149 php-symfony-yaml.noarch 0:2.5.12-1.el7
108150 php-tidy.x86_64 0:5.4.16-3.el7
108151 php-xml.x86_64 0:5.4.16-36.el7_1
108152 pixman.x86_64 0:0.32.6-3.el7
108153 polkit.x86_64 0:0.112-5.el7
108154 polkit-pkla-compat.x86_64 0:0.1-4.el7
108155 pulseaudio-libs.x86_64 0:6.0-7.el7
108156 python-chardet.noarch 0:2.2.1-1.el7_1
108157 python-javapackages.noarch 0:3.4.1-11.el7
108158 python-kitchen.noarch 0:1.1.1-5.el7
108159 python-lxml.x86_64 0:3.2.1-4.el7
108160 redhat-rpm-config.noarch 0:9.1.0-68.el7.centos
108161 rpm-build.x86_64 0:4.11.3-17.el7
108162 rsync.x86_64 0:3.0.9-17.el7
108163 tcp_wrappers-libs.x86_64 0:7.6-77.el7
108164 ttmkfdir.x86_64 0:3.0.9-42.el7
108165 tzdata-java.noarch 0:2015g-1.el7
108166 unzip.x86_64 0:6.0-15.el7
108167 vim-common.x86_64 2:7.4.160-1.el7
108168 vim-filesystem.x86_64 2:7.4.160-1.el7
108169 which.x86_64 0:2.20-7.el7
108170 xalan-j2.noarch 0:2.7.1-23.el7
108171 xerces-j2.noarch 0:2.11.0-17.el7_0
108172 xml-commons-apis.noarch 0:1.4.01-16.el7
108173 xml-commons-resolver.noarch 0:1.2-15.el7
108174 xorg-x11-font-utils.x86_64 1:7.5-20.el7
108175 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
108176 zip.x86_64 0:3.0-10.el7
108177
108178Dependency Updated:
108179 bind-license.noarch 32:9.9.4-29.el7_2.1
108180
108181Complete!
108182Cleaning repos: Kolab_3.4 Kolab_3.4_Updates Kolab_Development base epel extras
108183 : openSUSE_Tools updates
108184Cleaning up everything
108185 ---> 9043ae1bbe0e
108186Removing intermediate container fb212e371b71
108187Step 21 : RUN sed -i -e '/requiretty/d' /etc/sudoers
108188 ---> Running in 93b2749c18e9
108189 ---> f151ba0ba9bc
108190Removing intermediate container 93b2749c18e9
108191Step 22 : WORKDIR /srv
108192 ---> Running in 181f6775d2b0
108193 ---> 859ce1079d6f
108194Removing intermediate container 181f6775d2b0
108195Step 23 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
108196 ---> Running in 7bd3e057aee9
108197Cloning into 'closure-compiler.git'...
108198 ---> 74e23e133eb1
108199Removing intermediate container 7bd3e057aee9
108200Step 24 : WORKDIR /srv/closure-compiler.git
108201 ---> Running in 7b934122e397
108202 ---> 6012bd7780bf
108203Removing intermediate container 7b934122e397
108204Step 25 : RUN ant jar
108205 ---> Running in 701ecb13bcd5
108206Buildfile: /srv/closure-compiler.git/build.xml
108207
108208relversion:
108209
108210compile:
108211 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
108212 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
108213 [javac] Compiling 610 source files to /srv/closure-compiler.git/build/classes
108214 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java:115: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108215 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
108216 [javac] ^
108217 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1192: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108218 [javac] NodeTraversal.traverse(this, getRoot(), refCollector);
108219 [javac] ^
108220 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Compiler.java:1385: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108221 [javac] NodeTraversal.traverse(this, n, sia);
108222 [javac] ^
108223 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:360: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108224 [javac] key = NodeUtil.getFunctionName(scopeNode) + "=" + key;
108225 [javac] ^
108226 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:686: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108227 [javac] functionName = NodeUtil.getFunctionName(n);
108228 [javac] ^
108229 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1143: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108230 [javac] addDisposeCall(NodeUtil.getFunctionName(n),
108231 [javac] ^
108232 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
108233 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
108234 [javac] ^
108235 [javac] required: Set<TypedVar>
108236 [javac] found: Set<CAP#1>
108237 [javac] where CAP#1 is a fresh type-variable:
108238 [javac] CAP#1 extends Var from capture of ? extends Var
108239 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:953: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
108240 [javac] public JSType getType(String jsTypeName) {
108241 [javac] ^
108242 [javac] return type requires unchecked conversion from JSType to T
108243 [javac] where T is a type-variable:
108244 [javac] T extends TypeI declared in method <T>getType(String)
108245 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:964: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
108246 [javac] public JSType getNativeType(JSTypeNative typeId) {
108247 [javac] ^
108248 [javac] return type requires unchecked conversion from JSType to T
108249 [javac] where T is a type-variable:
108250 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
108251 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:969: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
108252 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
108253 [javac] ^
108254 [javac] return type requires unchecked conversion from ObjectType to T
108255 [javac] where T is a type-variable:
108256 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
108257 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:974: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
108258 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
108259 [javac] ^
108260 [javac] return type requires unchecked conversion from FunctionType to T
108261 [javac] where T is a type-variable:
108262 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
108263 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1497: warning: [unchecked] unchecked cast
108264 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
108265 [javac] ^
108266 [javac] required: StaticTypedScope<JSType>
108267 [javac] found: StaticTypedScope<CAP#1>
108268 [javac] where CAP#1 is a fresh type-variable:
108269 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
108270 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1036: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108271 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnRoot);
108272 [javac] ^
108273 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NewTypeInference.java:1045: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108274 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(fnScope.getRoot());
108275 [javac] ^
108276 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:321: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108277 [javac] Node fnNameNode = NodeUtil.getFunctionNameNode(n);
108278 [javac] ^
108279 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:844: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108280 [javac] Node nameNode = NodeUtil.getFunctionNameNode(fn);
108281 [javac] ^
108282 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalTypeInfo.java:1794: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108283 [javac] ? declNode : NodeUtil.getFunctionNameNode(declNode);
108284 [javac] ^
108285 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
108286 [javac] public TypedScope createScope(Node n, Scope parent) {
108287 [javac] ^
108288 [javac] return type requires unchecked conversion from TypedScope to T
108289 [javac] where T is a type-variable:
108290 [javac] T extends Scope declared in method <T>createScope(Node,T)
108291 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DefaultPassConfig.java:1087: warning: [deprecation] brokenClosureRequiresLevel in CompilerOptions has been deprecated
108292 [javac] options.brokenClosureRequiresLevel,
108293 [javac] ^
108294 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:475: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108295 [javac] NodeTraversal.traverseRoots(
108296 [javac] ^
108297 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:855: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108298 [javac] NodeTraversal.traverseRoots(
108299 [javac] ^
108300 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:914: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108301 [javac] NodeTraversal.traverseRoots(
108302 [javac] ^
108303 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1303: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108304 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
108305 [javac] ^
108306 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1432: warning: [deprecation] traverseRoots(AbstractCompiler,Callback,Node,Node) in NodeTraversal has been deprecated
108307 [javac] NodeTraversal.traverseRoots(compiler, this, externs, root);
108308 [javac] ^
108309 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1746: warning: [unchecked] unchecked cast
108310 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
108311 [javac] ^
108312 [javac] required: StaticTypedSlot<JSType>
108313 [javac] found: StaticSlot
108314 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1753: warning: [unchecked] unchecked cast
108315 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
108316 [javac] ^
108317 [javac] required: StaticTypedScope<JSType>
108318 [javac] found: StaticScope
108319 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1760: warning: [unchecked] unchecked cast
108320 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
108321 [javac] ^
108322 [javac] required: StaticTypedSlot<JSType>
108323 [javac] found: StaticSlot
108324 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
108325 [javac] public Iterator<TypedVar> getVars() {
108326 [javac] ^
108327 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
108328 [javac] where T is a type-variable:
108329 [javac] T extends Var declared in method <T>getVars()
108330 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:226: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
108331 [javac] public TypedScope createScope(Node root, Scope parent) {
108332 [javac] ^
108333 [javac] return type requires unchecked conversion from TypedScope to T
108334 [javac] where T is a type-variable:
108335 [javac] T extends Scope declared in method <T>createScope(Node,T)
108336 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NTIScope.java:114: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108337 [javac] return isTopLevel() ? null : NodeUtil.getFunctionName(root);
108338 [javac] ^
108339 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GlobalNamespace.java:533: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108340 [javac] String className = NodeUtil.getClassName(parent.getParent());
108341 [javac] ^
108342 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AmbiguateProperties.java:432: warning: [unchecked] getAnnotation() in AmbiguateProperties.PropertyGraphNode implements <A>getAnnotation() in Annotatable
108343 [javac] public Annotation getAnnotation() {
108344 [javac] ^
108345 [javac] return type requires unchecked conversion from Annotation to A
108346 [javac] where A is a type-variable:
108347 [javac] A extends Annotation declared in method <A>getAnnotation()
108348 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:237: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108349 [javac] name = NodeUtil.getFunctionName(n);
108350 [javac] ^
108351 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:264: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108352 [javac] name = NodeUtil.getClassName(classNode) + midPart + n.getString();
108353 [javac] ^
108354 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/AngularPass.java:266: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108355 [javac] name = NodeUtil.getClassName(classNode);
108356 [javac] ^
108357 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CallGraph.java:593: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108358 [javac] return NodeUtil.getFunctionName(astNode);
108359 [javac] ^
108360 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckProvides.java:114: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108361 [javac] String name = NodeUtil.getClassName(classNode);
108362 [javac] ^
108363 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckRequiresForConstructors.java:324: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108364 [javac] String name = NodeUtil.getClassName(classNode);
108365 [javac] ^
108366 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckSideEffects.java:244: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108367 [javac] String name = NodeUtil.getFunctionName(n);
108368 [javac] ^
108369 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:88: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108370 [javac] NodeTraversal.traverse(compiler, root, this);
108371 [javac] ^
108372 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
108373 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
108374 [javac] ^
108375 [javac] required: Set<Var>
108376 [javac] found: Set<CAP#1>
108377 [javac] where CAP#1 is a fresh type-variable:
108378 [javac] CAP#1 extends Var from capture of ? extends Var
108379 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:289: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108380 [javac] NodeTraversal.traverse(
108381 [javac] ^
108382 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/WarningLevel.java:58: warning: [deprecation] setCheckProvides(CheckLevel) in CompilerOptions has been deprecated
108383 [javac] options.setCheckProvides(CheckLevel.OFF);
108384 [javac] ^
108385 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:141: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108386 [javac] NodeTraversal.traverse(compiler, superSet.getLastChild(), this);
108387 [javac] ^
108388 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:187: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108389 [javac] NodeTraversal.traverse(compiler, externs, this);
108390 [javac] ^
108391 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:188: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108392 [javac] NodeTraversal.traverse(compiler, root, this);
108393 [javac] ^
108394 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/DartSuperAccessorsPass.java:193: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108395 [javac] NodeTraversal.traverse(compiler, scriptRoot, this);
108396 [javac] ^
108397 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3Converter.java:287: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
108398 [javac] Node name = NodeUtil.getClassNameNode(clazz);
108399 [javac] ^
108400 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ConvertSuper.java:123: warning: [deprecation] getClassNameNode(Node) in NodeUtil has been deprecated
108401 [javac] if (NodeUtil.getClassNameNode(clazz) == null) {
108402 [javac] ^
108403 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:57: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
108404 [javac] public Scope createScope(Node n, Scope parent) {
108405 [javac] ^
108406 [javac] return type requires unchecked conversion from Scope to T
108407 [javac] where T is a type-variable:
108408 [javac] T extends Scope declared in method <T>createScope(Node,T)
108409 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6ToEs3ClassSideInheritance.java:232: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108410 [javac] String name = NodeUtil.getFunctionName(n);
108411 [javac] ^
108412 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:70: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108413 [javac] String functionName = NodeUtil.getFunctionName(n);
108414 [javac] ^
108415 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExportTestFunctions.java:77: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108416 [javac] String functionName = NodeUtil.getFunctionName(functionNode);
108417 [javac] ^
108418 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ExternExportsPass.java:529: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108419 [javac] String constructorName = NodeUtil.getFunctionName(constructorNode);
108420 [javac] ^
108421 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:91: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108422 [javac] export = NodeUtil.getFunctionName(n);
108423 [javac] ^
108424 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/FindExportableNodes.java:98: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108425 [javac] export = NodeUtil.getClassName(n);
108426 [javac] ^
108427 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NodeNameExtractor.java:50: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108428 [javac] return NodeUtil.getClassName(node);
108429 [javac] ^
108430 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/GenerateExports.java:129: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108431 [javac] parent = NodeUtil.getClassName(classNode);
108432 [javac] ^
108433 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/NameReferenceGraphConstruction.java:113: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108434 [javac] String name = NodeUtil.getFunctionName(root);
108435 [javac] ^
108436 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessClosurePrimitives.java:831: warning: [deprecation] getFunctionNameNode(Node) in NodeUtil has been deprecated
108437 [javac] return fn == null ? null : NodeUtil.getFunctionNameNode(fn);
108438 [javac] ^
108439 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:228: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108440 [javac] name = NodeUtil.getFunctionName(child);
108441 [javac] ^
108442 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ProcessEs6Modules.java:230: warning: [deprecation] getClassName(Node) in NodeUtil has been deprecated
108443 [javac] name = NodeUtil.getClassName(child);
108444 [javac] ^
108445 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RescopeGlobalSymbols.java:174: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108446 [javac] String name = NodeUtil.getFunctionName(n);
108447 [javac] ^
108448 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/RuntimeTypeCheck.java:142: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108449 [javac] String className = NodeUtil.getFunctionName(funType.getSource());
108450 [javac] ^
108451 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ScopedAliases.java:616: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108452 [javac] || NodeUtil.getFunctionName(anonymousFnNode) != null
108453 [javac] ^
108454 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:117: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108455 [javac] NodeTraversal.traverse(compiler, root, new GatherReferenceInfo());
108456 [javac] ^
108457 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ShadowVariables.java:118: warning: [deprecation] traverse(AbstractCompiler,Node,Callback) in NodeTraversal has been deprecated
108458 [javac] NodeTraversal.traverse(compiler, root, new DoShadowVariables());
108459 [javac] ^
108460 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/lint/CheckJSDocStyle.java:92: warning: [deprecation] getFunctionName(Node) in NodeUtil has been deprecated
108461 [javac] String name = NodeUtil.getFunctionName(function);
108462 [javac] ^
108463 [javac] 68 warnings
108464 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/rhino
108465 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
108466[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
108467 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
108468 [copy] Copying 6 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
108469 [zip] Building zip: /srv/closure-compiler.git/build/classes/externs.zip
108470
108471jar:
108472 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
108473
108474BUILD SUCCESSFUL
108475Total time: 18 seconds
108476 ---> 67b51a5d0ad2
108477Removing intermediate container 701ecb13bcd5
108478Step 26 : ADD http://mirror.kolabsys.com/pub/releases/selenium-server-standalone.jar /usr/local/lib/selenium-server-standalone.jar
108479
108480 ---> 2ba2ef8f281d
108481Removing intermediate container ace9ee5518ef
108482Step 27 : ADD http://mirror.kolabsys.com/pub/releases/phantomjs-1.9.7-linux-x86_64.tar.bz2 /srv/
108483
108484 ---> 824db7d3d688
108485Removing intermediate container 837cf3c53454
108486Step 28 : WORKDIR /srv
108487 ---> Running in 41356f95aa7a
108488 ---> fa7ba4ce3ba3
108489Removing intermediate container 41356f95aa7a
108490Step 29 : RUN tar jxvf phantomjs-1.9.7-linux-x86_64.tar.bz2
108491 ---> Running in 836d8f439b89
108492phantomjs-1.9.7-linux-x86_64/
108493phantomjs-1.9.7-linux-x86_64/bin/
108494phantomjs-1.9.7-linux-x86_64/bin/phantomjs
108495phantomjs-1.9.7-linux-x86_64/examples/
108496phantomjs-1.9.7-linux-x86_64/examples/scandir.js
108497phantomjs-1.9.7-linux-x86_64/examples/technews.coffee
108498phantomjs-1.9.7-linux-x86_64/examples/tweets.js
108499phantomjs-1.9.7-linux-x86_64/examples/rasterize.coffee
108500phantomjs-1.9.7-linux-x86_64/examples/pagecallback.js
108501phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.js
108502phantomjs-1.9.7-linux-x86_64/examples/follow.js
108503phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.coffee
108504phantomjs-1.9.7-linux-x86_64/examples/module.js
108505phantomjs-1.9.7-linux-x86_64/examples/waitfor.coffee
108506phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.coffee
108507phantomjs-1.9.7-linux-x86_64/examples/pizza.js
108508phantomjs-1.9.7-linux-x86_64/examples/seasonfood.coffee
108509phantomjs-1.9.7-linux-x86_64/examples/unrandomize.js
108510phantomjs-1.9.7-linux-x86_64/examples/modernizr.js
108511phantomjs-1.9.7-linux-x86_64/examples/waitfor.js
108512phantomjs-1.9.7-linux-x86_64/examples/direction.js
108513phantomjs-1.9.7-linux-x86_64/examples/arguments.coffee
108514phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.js
108515phantomjs-1.9.7-linux-x86_64/examples/run-qunit.js
108516phantomjs-1.9.7-linux-x86_64/examples/printheaderfooter.coffee
108517phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.js
108518phantomjs-1.9.7-linux-x86_64/examples/ipgeocode.coffee
108519phantomjs-1.9.7-linux-x86_64/examples/version.js
108520phantomjs-1.9.7-linux-x86_64/examples/movies.js
108521phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.js
108522phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.coffee
108523phantomjs-1.9.7-linux-x86_64/examples/version.coffee
108524phantomjs-1.9.7-linux-x86_64/examples/seasonfood.js
108525phantomjs-1.9.7-linux-x86_64/examples/server.js
108526phantomjs-1.9.7-linux-x86_64/examples/countdown.js
108527phantomjs-1.9.7-linux-x86_64/examples/rasterize.js
108528phantomjs-1.9.7-linux-x86_64/examples/injectme.js
108529phantomjs-1.9.7-linux-x86_64/examples/run-jasmine.js
108530phantomjs-1.9.7-linux-x86_64/examples/post.js
108531phantomjs-1.9.7-linux-x86_64/examples/imagebin.coffee
108532phantomjs-1.9.7-linux-x86_64/examples/pizza.coffee
108533phantomjs-1.9.7-linux-x86_64/examples/hello.coffee
108534phantomjs-1.9.7-linux-x86_64/examples/features.js
108535phantomjs-1.9.7-linux-x86_64/examples/movies.coffee
108536phantomjs-1.9.7-linux-x86_64/examples/tweets.coffee
108537phantomjs-1.9.7-linux-x86_64/examples/injectme.coffee
108538phantomjs-1.9.7-linux-x86_64/examples/features.coffee
108539phantomjs-1.9.7-linux-x86_64/examples/colorwheel.coffee
108540phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.js
108541phantomjs-1.9.7-linux-x86_64/examples/printmargins.coffee
108542phantomjs-1.9.7-linux-x86_64/examples/printmargins.js
108543phantomjs-1.9.7-linux-x86_64/examples/scandir.coffee
108544phantomjs-1.9.7-linux-x86_64/examples/loadspeed.coffee
108545phantomjs-1.9.7-linux-x86_64/examples/printenv.js
108546phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.coffee
108547phantomjs-1.9.7-linux-x86_64/examples/fibo.coffee
108548phantomjs-1.9.7-linux-x86_64/examples/echoToFile.coffee
108549phantomjs-1.9.7-linux-x86_64/examples/netlog.js
108550phantomjs-1.9.7-linux-x86_64/examples/useragent.coffee
108551phantomjs-1.9.7-linux-x86_64/examples/child_process-examples.coffee
108552phantomjs-1.9.7-linux-x86_64/examples/weather.coffee
108553phantomjs-1.9.7-linux-x86_64/examples/direction.coffee
108554phantomjs-1.9.7-linux-x86_64/examples/module.coffee
108555phantomjs-1.9.7-linux-x86_64/examples/printenv.coffee
108556phantomjs-1.9.7-linux-x86_64/examples/simpleserver.js
108557phantomjs-1.9.7-linux-x86_64/examples/fibo.js
108558phantomjs-1.9.7-linux-x86_64/examples/imagebin.js
108559phantomjs-1.9.7-linux-x86_64/examples/colorwheel.js
108560phantomjs-1.9.7-linux-x86_64/examples/technews.js
108561phantomjs-1.9.7-linux-x86_64/examples/hello.js
108562phantomjs-1.9.7-linux-x86_64/examples/echoToFile.js
108563phantomjs-1.9.7-linux-x86_64/examples/postserver.coffee
108564phantomjs-1.9.7-linux-x86_64/examples/page_events.coffee
108565phantomjs-1.9.7-linux-x86_64/examples/postserver.js
108566phantomjs-1.9.7-linux-x86_64/examples/weather.js
108567phantomjs-1.9.7-linux-x86_64/examples/countdown.coffee
108568phantomjs-1.9.7-linux-x86_64/examples/netsniff.coffee
108569phantomjs-1.9.7-linux-x86_64/examples/detectsniff.js
108570phantomjs-1.9.7-linux-x86_64/examples/render_multi_url.coffee
108571phantomjs-1.9.7-linux-x86_64/examples/useragent.js
108572phantomjs-1.9.7-linux-x86_64/examples/walk_through_frames.coffee
108573phantomjs-1.9.7-linux-x86_64/examples/post.coffee
108574phantomjs-1.9.7-linux-x86_64/examples/arguments.js
108575phantomjs-1.9.7-linux-x86_64/examples/simpleserver.coffee
108576phantomjs-1.9.7-linux-x86_64/examples/run-qunit.coffee
108577phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.coffee
108578phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.js
108579phantomjs-1.9.7-linux-x86_64/examples/follow.coffee
108580phantomjs-1.9.7-linux-x86_64/examples/loadspeed.js
108581phantomjs-1.9.7-linux-x86_64/examples/page_events.js
108582phantomjs-1.9.7-linux-x86_64/examples/loadurlwithoutcss.js
108583phantomjs-1.9.7-linux-x86_64/examples/sleepsort.js
108584phantomjs-1.9.7-linux-x86_64/examples/sleepsort.coffee
108585phantomjs-1.9.7-linux-x86_64/examples/netlog.coffee
108586phantomjs-1.9.7-linux-x86_64/examples/outputEncoding.js
108587phantomjs-1.9.7-linux-x86_64/examples/serverkeepalive.js
108588phantomjs-1.9.7-linux-x86_64/examples/phantomwebintro.coffee
108589phantomjs-1.9.7-linux-x86_64/examples/server.coffee
108590phantomjs-1.9.7-linux-x86_64/examples/universe.js
108591phantomjs-1.9.7-linux-x86_64/examples/pagecallback.coffee
108592phantomjs-1.9.7-linux-x86_64/examples/stdin-stdout-stderr.js
108593phantomjs-1.9.7-linux-x86_64/examples/detectsniff.coffee
108594phantomjs-1.9.7-linux-x86_64/examples/unrandomize.coffee
108595phantomjs-1.9.7-linux-x86_64/examples/netsniff.js
108596phantomjs-1.9.7-linux-x86_64/ChangeLog
108597phantomjs-1.9.7-linux-x86_64/README.md
108598phantomjs-1.9.7-linux-x86_64/LICENSE.BSD
108599phantomjs-1.9.7-linux-x86_64/third-party.txt
108600 ---> 35a486fde687
108601Removing intermediate container 836d8f439b89
108602Step 30 : RUN cp phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/ && rm -rf phantomjs-1.9.7-linux-x86_64*
108603 ---> Running in 69088440c40f
108604 ---> f87de4769920
108605Removing intermediate container 69088440c40f
108606Step 31 : ADD /functions.sh /
108607 ---> 2085e3d054ad
108608Removing intermediate container e55ed5a7fa80
108609Step 32 : ADD entrypoint.sh /
108610 ---> 276e5537bfc0
108611Removing intermediate container 5496786e6c0d
108612Step 33 : RUN chmod 755 /entrypoint.sh
108613 ---> Running in 36261903738f
108614 ---> 8e11af53d6fd
108615Removing intermediate container 36261903738f
108616Step 34 : ENTRYPOINT /entrypoint.sh
108617 ---> Running in 70af60c14863
108618 ---> dad6816cf26c
108619Removing intermediate container 70af60c14863
108620Successfully built dad6816cf26c
108621== ./atomicapp ==
108622Sending build context to Docker daemon 9.216 kB
108623Sending build context to Docker daemon 9.216 kB
108624
108625Step 0 : FROM projectatomic/atomicapp:0.3.0
108626 ---> d31c1e84399e
108627Step 1 : MAINTAINER Kolab Systems <contact@kolabsys.com>
108628 ---> Using cache
108629 ---> 8224eda40886
108630Step 2 : LABEL io.projectatomic.nulecule.providers "kubernetes" io.projectatomic.nulecule.specversion "0.0.2"
108631 ---> Using cache
108632 ---> 063f9ee684d7
108633Step 3 : ADD /Nulecule /Dockerfile /application-entity/
108634 ---> ccf5dd1a2a69
108635Removing intermediate container 35f9785b9f33
108636Step 4 : ADD /artifacts /application-entity/artifacts/
108637 ---> 3962aebaf985
108638Removing intermediate container 8f0bda480232
108639Successfully built 3962aebaf985
108640/var/drydock/workingcopy-63/repo/docker
108641

Lease Working Copy on atomic01.kolabsys.com

When
Completed at Dec 23 2015, 12:00 PM · Built instantly
Status
Passed