pact-foundation / grunt-pact

A grunt task to run pact-node
MIT License
1 stars 5 forks source link

create missing directories #4

Closed travi closed 8 years ago

travi commented 8 years ago

when the directory structure that is defined for where the pacts will be written to does not exist, a Warning: ENOENT: no such file or directory error is thrown. could that be taken care of automatically so that an additional build step to ensure they exist can be saved?

mboudreau commented 8 years ago

Yep, sounds acceptable. I might of gotten carried away with the checks :P

mboudreau commented 8 years ago

@travi I've updated pact-node and upgraded the dependency in grunt-pact. New version of 4.2.0. This should be fixed now :)

travi commented 8 years ago

thanks for getting this updated. a minor annoyance, but cleaning this up certainly improves the experience.

however, i'm unable to confirm the change because i'm having trouble getting it installed. the checksum is failing. i'm not seeing this problem with any other packages, so i'm not sure what is going on. do you happen to have any thoughts?

npm ERR! shasum check failed for /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-55239-371c9d68/registry.npmjs.org/_40pact-foundation/pact-mock-service/-/pact-mock-service-0.8.6.tgz
npm ERR! Expected: e2bb31c76b42ce62283bc1e17a260548ff00ea1b
npm ERR! Actual:   a428cb93e958c68d02bfe2a4df61db280a878700
npm ERR! From:     https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.8.6.tgz
mboudreau commented 8 years ago

That's weird, the latest pact-node and grunt-pact is using pact-mock-service 0.9.0. The only dependency within your project that you should have is the latest grunt-pact. Maybe provide the full log?

On Thu, Jun 9, 2016 at 2:33 PM Matt Travi notifications@github.com wrote:

thanks for getting this updated. a minor annoyance, but cleaning this up certainly improves the experience.

however, i'm unable to confirm the change because i'm having trouble getting it installed. the checksum is failing. i'm not seeing this problem with any other packages, so i'm not sure what is going on. do you happen to have any thoughts?

npm ERR! shasum check failed for /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-55239-371c9d68/registry.npmjs.org/_40pact-foundation/pact-mock-service/-/pact-mock-service-0.8.6.tgz npm ERR! Expected: e2bb31c76b42ce62283bc1e17a260548ff00ea1b npm ERR! Actual: a428cb93e958c68d02bfe2a4df61db280a878700 npm ERR! From: https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.8.6.tgz

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/pact-foundation/grunt-pact/issues/4#issuecomment-224797719, or mute the thread https://github.com/notifications/unsubscribe/AAjA5AHiWz8JS4i8Q0fiHbX5vnS1uH0_ks5qJ5d_gaJpZM4IfBM5 .

travi commented 8 years ago

it looks like the reason that pact-mock-service was the wrong version was that i forgot to include the @latest on my npm install. oops

however, updating the command didn't fix the situation for me. i even did an npm cache clear. this time the problem seems to be with pact-provider-verifier

here is the full log output:

0 info it worked if it ends with ok
1 verbose cli [ '/Users/admin/.nvm/versions/node/v6.1.0/bin/node',
1 verbose cli   '/Users/admin/.nvm/versions/node/v6.1.0/bin/npm',
1 verbose cli   'i',
1 verbose cli   '@pact-foundation/grunt-pact@latest',
1 verbose cli   '--save-dev' ]
2 info using npm@3.8.6
3 info using node@v6.1.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData @pact-foundation/grunt-pact@latest
8 silly fetchNamedPackageData @pact-foundation/grunt-pact
9 silly mapToRegistry name @pact-foundation/grunt-pact
10 silly mapToRegistry scope (from package name) @pact-foundation
11 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
12 silly mapToRegistry using default registry
13 silly mapToRegistry registry https://registry.npmjs.org/
14 silly mapToRegistry data Result {
14 silly mapToRegistry   raw: '@pact-foundation/grunt-pact',
14 silly mapToRegistry   scope: '@pact-foundation',
14 silly mapToRegistry   name: '@pact-foundation/grunt-pact',
14 silly mapToRegistry   rawSpec: '',
14 silly mapToRegistry   spec: 'latest',
14 silly mapToRegistry   type: 'tag' }
15 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
16 verbose request uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
17 verbose request no auth needed
18 info attempt registry request try #1 at 11:54:46 PM
19 verbose request id 10e78d11b9822c98
20 http request GET https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
21 http 200 https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
22 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22 verbose headers   etag: '"1IV79VKFGCYX94VATCKR1XC86"',
22 verbose headers   'content-type': 'application/json',
22 verbose headers   'content-encoding': 'gzip',
22 verbose headers   'cache-control': 'max-age=0',
22 verbose headers   'transfer-encoding': 'chunked',
22 verbose headers   'accept-ranges': 'bytes',
22 verbose headers   date: 'Thu, 09 Jun 2016 04:54:48 GMT',
22 verbose headers   via: '1.1 varnish',
22 verbose headers   age: '0',
22 verbose headers   connection: 'keep-alive',
22 verbose headers   'x-served-by': 'cache-ord1739-ORD',
22 verbose headers   'x-cache': 'MISS',
22 verbose headers   'x-cache-hits': '0',
22 verbose headers   'x-timer': 'S1465448087.790343,VS0,VE359',
22 verbose headers   vary: 'Accept-Encoding' }
23 silly get cb [ 200,
23 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23 silly get     etag: '"1IV79VKFGCYX94VATCKR1XC86"',
23 silly get     'content-type': 'application/json',
23 silly get     'content-encoding': 'gzip',
23 silly get     'cache-control': 'max-age=0',
23 silly get     'transfer-encoding': 'chunked',
23 silly get     'accept-ranges': 'bytes',
23 silly get     date: 'Thu, 09 Jun 2016 04:54:48 GMT',
23 silly get     via: '1.1 varnish',
23 silly get     age: '0',
23 silly get     connection: 'keep-alive',
23 silly get     'x-served-by': 'cache-ord1739-ORD',
23 silly get     'x-cache': 'MISS',
23 silly get     'x-cache-hits': '0',
23 silly get     'x-timer': 'S1465448087.790343,VS0,VE359',
23 silly get     vary: 'Accept-Encoding' } ]
24 verbose get saving @pact-foundation/grunt-pact to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fgrunt-pact/.cache.json
25 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
26 verbose makeDirectory /Users/admin/.npm creation not in flight; initializing
27 silly makeDirectory /Users/admin/.npm uid: 501 gid: 20
28 silly install normalizeTree
29 silly loadCurrentTree Finishing
30 silly loadIdealTree Starting
31 silly install loadIdealTree
32 silly cloneCurrentTree Starting
33 silly install cloneCurrentTreeToIdealTree
34 silly cloneCurrentTree Finishing
35 silly loadShrinkwrap Starting
36 silly install loadShrinkwrap
37 silly loadShrinkwrap Finishing
38 silly loadAllDepsIntoIdealTree Starting
39 silly install loadAllDepsIntoIdealTree
40 silly resolveWithNewModule @pact-foundation/grunt-pact@4.2.0 checking installable status
41 silly cache add args [ '@pact-foundation/grunt-pact@latest', null ]
42 verbose cache add spec @pact-foundation/grunt-pact@latest
43 silly cache add parsed spec Result {
43 silly cache add   raw: '@pact-foundation/grunt-pact@latest',
43 silly cache add   scope: '@pact-foundation',
43 silly cache add   name: '@pact-foundation/grunt-pact',
43 silly cache add   rawSpec: 'latest',
43 silly cache add   spec: 'latest',
43 silly cache add   type: 'tag' }
44 silly addNamed @pact-foundation/grunt-pact@latest
45 verbose addNamed "latest" is being treated as a dist-tag for @pact-foundation/grunt-pact
46 info addNameTag [ '@pact-foundation/grunt-pact', 'latest' ]
47 silly mapToRegistry name @pact-foundation/grunt-pact
48 silly mapToRegistry scope (from package name) @pact-foundation
49 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
50 silly mapToRegistry using default registry
51 silly mapToRegistry registry https://registry.npmjs.org/
52 silly mapToRegistry data Result {
52 silly mapToRegistry   raw: '@pact-foundation/grunt-pact',
52 silly mapToRegistry   scope: '@pact-foundation',
52 silly mapToRegistry   name: '@pact-foundation/grunt-pact',
52 silly mapToRegistry   rawSpec: '',
52 silly mapToRegistry   spec: 'latest',
52 silly mapToRegistry   type: 'tag' }
53 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
54 verbose addNameTag registry:https://registry.npmjs.org/@pact-foundation%2fgrunt-pact not in flight; fetching
55 verbose get https://registry.npmjs.org/@pact-foundation%2fgrunt-pact not expired, no request
56 silly addNameTag next cb for @pact-foundation/grunt-pact with tag latest
57 silly addNamed @pact-foundation/grunt-pact@4.2.0
58 verbose addNamed "4.2.0" is a plain semver version for @pact-foundation/grunt-pact
59 silly mapToRegistry name @pact-foundation/grunt-pact
60 silly mapToRegistry scope (from package name) @pact-foundation
61 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
62 silly mapToRegistry using default registry
63 silly mapToRegistry registry https://registry.npmjs.org/
64 silly mapToRegistry data Result {
64 silly mapToRegistry   raw: '@pact-foundation/grunt-pact',
64 silly mapToRegistry   scope: '@pact-foundation',
64 silly mapToRegistry   name: '@pact-foundation/grunt-pact',
64 silly mapToRegistry   rawSpec: '',
64 silly mapToRegistry   spec: 'latest',
64 silly mapToRegistry   type: 'tag' }
65 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact
66 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz not in flight; adding
67 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz',
67 verbose addRemoteTarball   '416154055c106c0a4bf7e5ace9e4b88218b5a297' ]
68 info retry fetch attempt 1 at 11:54:50 PM
69 info attempt registry request try #1 at 11:54:50 PM
70 http fetch GET https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz
71 http fetch 200 https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz
72 silly fetchAndShaCheck shasum 416154055c106c0a4bf7e5ace9e4b88218b5a297
73 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz not in flight; adding
74 verbose addTmpTarball already have metadata; skipping unpack for @pact-foundation/grunt-pact@4.2.0
75 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
76 silly cache afterAdd @pact-foundation/grunt-pact@4.2.0
77 verbose afterAdd /Users/admin/.npm/@pact-foundation/grunt-pact/4.2.0/package/package.json not in flight; writing
78 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
79 verbose afterAdd /Users/admin/.npm/@pact-foundation/grunt-pact/4.2.0/package/package.json written
80 silly fetchNamedPackageData @pact-foundation/pact-node
81 silly mapToRegistry name @pact-foundation/pact-node
82 silly mapToRegistry scope (from package name) @pact-foundation
83 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
84 silly mapToRegistry using default registry
85 silly mapToRegistry registry https://registry.npmjs.org/
86 silly mapToRegistry data Result {
86 silly mapToRegistry   raw: '@pact-foundation/pact-node',
86 silly mapToRegistry   scope: '@pact-foundation',
86 silly mapToRegistry   name: '@pact-foundation/pact-node',
86 silly mapToRegistry   rawSpec: '',
86 silly mapToRegistry   spec: 'latest',
86 silly mapToRegistry   type: 'tag' }
87 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node
88 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-node
89 verbose request no auth needed
90 info attempt registry request try #1 at 11:54:50 PM
91 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-node
92 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-node
93 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
93 verbose headers   etag: '"48UTBFFLD5GDQF4HYOTA7SW2Y"',
93 verbose headers   'content-type': 'application/json',
93 verbose headers   'content-encoding': 'gzip',
93 verbose headers   'cache-control': 'max-age=0',
93 verbose headers   'transfer-encoding': 'chunked',
93 verbose headers   'accept-ranges': 'bytes',
93 verbose headers   date: 'Thu, 09 Jun 2016 04:54:51 GMT',
93 verbose headers   via: '1.1 varnish',
93 verbose headers   age: '0',
93 verbose headers   connection: 'keep-alive',
93 verbose headers   'x-served-by': 'cache-ord1739-ORD',
93 verbose headers   'x-cache': 'MISS',
93 verbose headers   'x-cache-hits': '0',
93 verbose headers   'x-timer': 'S1465448090.946809,VS0,VE304',
93 verbose headers   vary: 'Accept-Encoding' }
94 silly get cb [ 200,
94 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
94 silly get     etag: '"48UTBFFLD5GDQF4HYOTA7SW2Y"',
94 silly get     'content-type': 'application/json',
94 silly get     'content-encoding': 'gzip',
94 silly get     'cache-control': 'max-age=0',
94 silly get     'transfer-encoding': 'chunked',
94 silly get     'accept-ranges': 'bytes',
94 silly get     date: 'Thu, 09 Jun 2016 04:54:51 GMT',
94 silly get     via: '1.1 varnish',
94 silly get     age: '0',
94 silly get     connection: 'keep-alive',
94 silly get     'x-served-by': 'cache-ord1739-ORD',
94 silly get     'x-cache': 'MISS',
94 silly get     'x-cache-hits': '0',
94 silly get     'x-timer': 'S1465448090.946809,VS0,VE304',
94 silly get     vary: 'Accept-Encoding' } ]
95 verbose get saving @pact-foundation/pact-node to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-node/.cache.json
96 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
97 silly resolveWithNewModule @pact-foundation/pact-node@4.3.0 checking installable status
98 silly cache add args [ '@pact-foundation/pact-node@4.3.0', null ]
99 verbose cache add spec @pact-foundation/pact-node@4.3.0
100 silly cache add parsed spec Result {
100 silly cache add   raw: '@pact-foundation/pact-node@4.3.0',
100 silly cache add   scope: '@pact-foundation',
100 silly cache add   name: '@pact-foundation/pact-node',
100 silly cache add   rawSpec: '4.3.0',
100 silly cache add   spec: '4.3.0',
100 silly cache add   type: 'version' }
101 silly addNamed @pact-foundation/pact-node@4.3.0
102 verbose addNamed "4.3.0" is a plain semver version for @pact-foundation/pact-node
103 silly mapToRegistry name @pact-foundation/pact-node
104 silly mapToRegistry scope (from package name) @pact-foundation
105 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
106 silly mapToRegistry using default registry
107 silly mapToRegistry registry https://registry.npmjs.org/
108 silly mapToRegistry data Result {
108 silly mapToRegistry   raw: '@pact-foundation/pact-node',
108 silly mapToRegistry   scope: '@pact-foundation',
108 silly mapToRegistry   name: '@pact-foundation/pact-node',
108 silly mapToRegistry   rawSpec: '',
108 silly mapToRegistry   spec: 'latest',
108 silly mapToRegistry   type: 'tag' }
109 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node
110 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-node not in flight; fetching
111 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-node not expired, no request
112 silly mapToRegistry name @pact-foundation/pact-node
113 silly mapToRegistry scope (from package name) @pact-foundation
114 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
115 silly mapToRegistry using default registry
116 silly mapToRegistry registry https://registry.npmjs.org/
117 silly mapToRegistry data Result {
117 silly mapToRegistry   raw: '@pact-foundation/pact-node',
117 silly mapToRegistry   scope: '@pact-foundation',
117 silly mapToRegistry   name: '@pact-foundation/pact-node',
117 silly mapToRegistry   rawSpec: '',
117 silly mapToRegistry   spec: 'latest',
117 silly mapToRegistry   type: 'tag' }
118 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node
119 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz not in flight; adding
120 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz',
120 verbose addRemoteTarball   '7465c09f8b400dc91d2024fa94db326c0a06f45e' ]
121 info retry fetch attempt 1 at 11:54:51 PM
122 info attempt registry request try #1 at 11:54:51 PM
123 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz
124 http fetch 200 https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz
125 silly fetchAndShaCheck shasum 7465c09f8b400dc91d2024fa94db326c0a06f45e
126 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/pact-node/-/pact-node-4.3.0.tgz not in flight; adding
127 verbose addTmpTarball already have metadata; skipping unpack for @pact-foundation/pact-node@4.3.0
128 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
129 silly cache afterAdd @pact-foundation/pact-node@4.3.0
130 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-node/4.3.0/package/package.json not in flight; writing
131 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
132 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-node/4.3.0/package/package.json written
133 silly fetchNamedPackageData @pact-foundation/pact-mock-service
134 silly mapToRegistry name @pact-foundation/pact-mock-service
135 silly mapToRegistry scope (from package name) @pact-foundation
136 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
137 silly mapToRegistry using default registry
138 silly mapToRegistry registry https://registry.npmjs.org/
139 silly mapToRegistry data Result {
139 silly mapToRegistry   raw: '@pact-foundation/pact-mock-service',
139 silly mapToRegistry   scope: '@pact-foundation',
139 silly mapToRegistry   name: '@pact-foundation/pact-mock-service',
139 silly mapToRegistry   rawSpec: '',
139 silly mapToRegistry   spec: 'latest',
139 silly mapToRegistry   type: 'tag' }
140 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
141 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier
142 silly mapToRegistry name @pact-foundation/pact-provider-verifier
143 silly mapToRegistry scope (from package name) @pact-foundation
144 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
145 silly mapToRegistry using default registry
146 silly mapToRegistry registry https://registry.npmjs.org/
147 silly mapToRegistry data Result {
147 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier',
147 silly mapToRegistry   scope: '@pact-foundation',
147 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier',
147 silly mapToRegistry   rawSpec: '',
147 silly mapToRegistry   spec: 'latest',
147 silly mapToRegistry   type: 'tag' }
148 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
149 silly fetchNamedPackageData bluebird
150 silly mapToRegistry name bluebird
151 silly mapToRegistry using default registry
152 silly mapToRegistry registry https://registry.npmjs.org/
153 silly mapToRegistry data Result {
153 silly mapToRegistry   raw: 'bluebird',
153 silly mapToRegistry   scope: null,
153 silly mapToRegistry   name: 'bluebird',
153 silly mapToRegistry   rawSpec: '',
153 silly mapToRegistry   spec: 'latest',
153 silly mapToRegistry   type: 'tag' }
154 silly mapToRegistry uri https://registry.npmjs.org/bluebird
155 silly fetchNamedPackageData bunyan
156 silly mapToRegistry name bunyan
157 silly mapToRegistry using default registry
158 silly mapToRegistry registry https://registry.npmjs.org/
159 silly mapToRegistry data Result {
159 silly mapToRegistry   raw: 'bunyan',
159 silly mapToRegistry   scope: null,
159 silly mapToRegistry   name: 'bunyan',
159 silly mapToRegistry   rawSpec: '',
159 silly mapToRegistry   spec: 'latest',
159 silly mapToRegistry   type: 'tag' }
160 silly mapToRegistry uri https://registry.npmjs.org/bunyan
161 silly fetchNamedPackageData bunyan-prettystream
162 silly mapToRegistry name bunyan-prettystream
163 silly mapToRegistry using default registry
164 silly mapToRegistry registry https://registry.npmjs.org/
165 silly mapToRegistry data Result {
165 silly mapToRegistry   raw: 'bunyan-prettystream',
165 silly mapToRegistry   scope: null,
165 silly mapToRegistry   name: 'bunyan-prettystream',
165 silly mapToRegistry   rawSpec: '',
165 silly mapToRegistry   spec: 'latest',
165 silly mapToRegistry   type: 'tag' }
166 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream
167 silly fetchNamedPackageData check-types
168 silly mapToRegistry name check-types
169 silly mapToRegistry using default registry
170 silly mapToRegistry registry https://registry.npmjs.org/
171 silly mapToRegistry data Result {
171 silly mapToRegistry   raw: 'check-types',
171 silly mapToRegistry   scope: null,
171 silly mapToRegistry   name: 'check-types',
171 silly mapToRegistry   rawSpec: '',
171 silly mapToRegistry   spec: 'latest',
171 silly mapToRegistry   type: 'tag' }
172 silly mapToRegistry uri https://registry.npmjs.org/check-types
173 silly fetchNamedPackageData superagent-bluebird-promise
174 silly mapToRegistry name superagent-bluebird-promise
175 silly mapToRegistry using default registry
176 silly mapToRegistry registry https://registry.npmjs.org/
177 silly mapToRegistry data Result {
177 silly mapToRegistry   raw: 'superagent-bluebird-promise',
177 silly mapToRegistry   scope: null,
177 silly mapToRegistry   name: 'superagent-bluebird-promise',
177 silly mapToRegistry   rawSpec: '',
177 silly mapToRegistry   spec: 'latest',
177 silly mapToRegistry   type: 'tag' }
178 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise
179 silly fetchNamedPackageData unixify
180 silly mapToRegistry name unixify
181 silly mapToRegistry using default registry
182 silly mapToRegistry registry https://registry.npmjs.org/
183 silly mapToRegistry data Result {
183 silly mapToRegistry   raw: 'unixify',
183 silly mapToRegistry   scope: null,
183 silly mapToRegistry   name: 'unixify',
183 silly mapToRegistry   rawSpec: '',
183 silly mapToRegistry   spec: 'latest',
183 silly mapToRegistry   type: 'tag' }
184 silly mapToRegistry uri https://registry.npmjs.org/unixify
185 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-darwin
186 silly mapToRegistry name @pact-foundation/pact-provider-verifier-darwin
187 silly mapToRegistry scope (from package name) @pact-foundation
188 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
189 silly mapToRegistry using default registry
190 silly mapToRegistry registry https://registry.npmjs.org/
191 silly mapToRegistry data Result {
191 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-darwin',
191 silly mapToRegistry   scope: '@pact-foundation',
191 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-darwin',
191 silly mapToRegistry   rawSpec: '',
191 silly mapToRegistry   spec: 'latest',
191 silly mapToRegistry   type: 'tag' }
192 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
193 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-linux-ia32
194 silly mapToRegistry name @pact-foundation/pact-provider-verifier-linux-ia32
195 silly mapToRegistry scope (from package name) @pact-foundation
196 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
197 silly mapToRegistry using default registry
198 silly mapToRegistry registry https://registry.npmjs.org/
199 silly mapToRegistry data Result {
199 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-linux-ia32',
199 silly mapToRegistry   scope: '@pact-foundation',
199 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-linux-ia32',
199 silly mapToRegistry   rawSpec: '',
199 silly mapToRegistry   spec: 'latest',
199 silly mapToRegistry   type: 'tag' }
200 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32
201 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-linux-x64
202 silly mapToRegistry name @pact-foundation/pact-provider-verifier-linux-x64
203 silly mapToRegistry scope (from package name) @pact-foundation
204 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
205 silly mapToRegistry using default registry
206 silly mapToRegistry registry https://registry.npmjs.org/
207 silly mapToRegistry data Result {
207 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-linux-x64',
207 silly mapToRegistry   scope: '@pact-foundation',
207 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-linux-x64',
207 silly mapToRegistry   rawSpec: '',
207 silly mapToRegistry   spec: 'latest',
207 silly mapToRegistry   type: 'tag' }
208 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64
209 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-win32
210 silly mapToRegistry name @pact-foundation/pact-provider-verifier-win32
211 silly mapToRegistry scope (from package name) @pact-foundation
212 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
213 silly mapToRegistry using default registry
214 silly mapToRegistry registry https://registry.npmjs.org/
215 silly mapToRegistry data Result {
215 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-win32',
215 silly mapToRegistry   scope: '@pact-foundation',
215 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-win32',
215 silly mapToRegistry   rawSpec: '',
215 silly mapToRegistry   spec: 'latest',
215 silly mapToRegistry   type: 'tag' }
216 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32
217 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
218 verbose request no auth needed
219 info attempt registry request try #1 at 11:54:52 PM
220 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
221 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
222 verbose request no auth needed
223 info attempt registry request try #1 at 11:54:52 PM
224 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
225 verbose request uri https://registry.npmjs.org/bluebird
226 verbose request no auth needed
227 info attempt registry request try #1 at 11:54:52 PM
228 http request GET https://registry.npmjs.org/bluebird
229 verbose request uri https://registry.npmjs.org/bunyan
230 verbose request no auth needed
231 info attempt registry request try #1 at 11:54:52 PM
232 http request GET https://registry.npmjs.org/bunyan
233 verbose request uri https://registry.npmjs.org/bunyan-prettystream
234 verbose request no auth needed
235 info attempt registry request try #1 at 11:54:52 PM
236 http request GET https://registry.npmjs.org/bunyan-prettystream
237 verbose request uri https://registry.npmjs.org/check-types
238 verbose request no auth needed
239 info attempt registry request try #1 at 11:54:52 PM
240 http request GET https://registry.npmjs.org/check-types
241 verbose request uri https://registry.npmjs.org/superagent-bluebird-promise
242 verbose request no auth needed
243 info attempt registry request try #1 at 11:54:52 PM
244 http request GET https://registry.npmjs.org/superagent-bluebird-promise
245 verbose request uri https://registry.npmjs.org/unixify
246 verbose request no auth needed
247 info attempt registry request try #1 at 11:54:52 PM
248 http request GET https://registry.npmjs.org/unixify
249 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
250 verbose request no auth needed
251 info attempt registry request try #1 at 11:54:52 PM
252 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
253 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32
254 verbose request no auth needed
255 info attempt registry request try #1 at 11:54:52 PM
256 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32
257 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64
258 verbose request no auth needed
259 info attempt registry request try #1 at 11:54:52 PM
260 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64
261 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32
262 verbose request no auth needed
263 info attempt registry request try #1 at 11:54:52 PM
264 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32
265 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
266 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
266 verbose headers   etag: '"13RT78N1N1RCEBNQBB09R7OVR"',
266 verbose headers   'content-type': 'application/json',
266 verbose headers   'content-encoding': 'gzip',
266 verbose headers   'cache-control': 'max-age=0',
266 verbose headers   'transfer-encoding': 'chunked',
266 verbose headers   'accept-ranges': 'bytes',
266 verbose headers   date: 'Thu, 09 Jun 2016 04:54:52 GMT',
266 verbose headers   via: '1.1 varnish',
266 verbose headers   age: '0',
266 verbose headers   connection: 'keep-alive',
266 verbose headers   'x-served-by': 'cache-ord1739-ORD',
266 verbose headers   'x-cache': 'MISS',
266 verbose headers   'x-cache-hits': '0',
266 verbose headers   'x-timer': 'S1465448092.320693,VS0,VE146',
266 verbose headers   vary: 'Accept-Encoding' }
267 silly get cb [ 200,
267 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
267 silly get     etag: '"13RT78N1N1RCEBNQBB09R7OVR"',
267 silly get     'content-type': 'application/json',
267 silly get     'content-encoding': 'gzip',
267 silly get     'cache-control': 'max-age=0',
267 silly get     'transfer-encoding': 'chunked',
267 silly get     'accept-ranges': 'bytes',
267 silly get     date: 'Thu, 09 Jun 2016 04:54:52 GMT',
267 silly get     via: '1.1 varnish',
267 silly get     age: '0',
267 silly get     connection: 'keep-alive',
267 silly get     'x-served-by': 'cache-ord1739-ORD',
267 silly get     'x-cache': 'MISS',
267 silly get     'x-cache-hits': '0',
267 silly get     'x-timer': 'S1465448092.320693,VS0,VE146',
267 silly get     vary: 'Accept-Encoding' } ]
268 verbose get saving @pact-foundation/pact-mock-service to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-mock-service/.cache.json
269 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
270 silly resolveWithNewModule @pact-foundation/pact-mock-service@0.9.0 checking installable status
271 silly cache add args [ '@pact-foundation/pact-mock-service@0.9.0', null ]
272 verbose cache add spec @pact-foundation/pact-mock-service@0.9.0
273 silly cache add parsed spec Result {
273 silly cache add   raw: '@pact-foundation/pact-mock-service@0.9.0',
273 silly cache add   scope: '@pact-foundation',
273 silly cache add   name: '@pact-foundation/pact-mock-service',
273 silly cache add   rawSpec: '0.9.0',
273 silly cache add   spec: '0.9.0',
273 silly cache add   type: 'version' }
274 silly addNamed @pact-foundation/pact-mock-service@0.9.0
275 verbose addNamed "0.9.0" is a plain semver version for @pact-foundation/pact-mock-service
276 silly mapToRegistry name @pact-foundation/pact-mock-service
277 silly mapToRegistry scope (from package name) @pact-foundation
278 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
279 silly mapToRegistry using default registry
280 silly mapToRegistry registry https://registry.npmjs.org/
281 silly mapToRegistry data Result {
281 silly mapToRegistry   raw: '@pact-foundation/pact-mock-service',
281 silly mapToRegistry   scope: '@pact-foundation',
281 silly mapToRegistry   name: '@pact-foundation/pact-mock-service',
281 silly mapToRegistry   rawSpec: '',
281 silly mapToRegistry   spec: 'latest',
281 silly mapToRegistry   type: 'tag' }
282 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
283 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-mock-service not in flight; fetching
284 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-mock-service not expired, no request
285 silly mapToRegistry name @pact-foundation/pact-mock-service
286 silly mapToRegistry scope (from package name) @pact-foundation
287 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
288 silly mapToRegistry using default registry
289 silly mapToRegistry registry https://registry.npmjs.org/
290 silly mapToRegistry data Result {
290 silly mapToRegistry   raw: '@pact-foundation/pact-mock-service',
290 silly mapToRegistry   scope: '@pact-foundation',
290 silly mapToRegistry   name: '@pact-foundation/pact-mock-service',
290 silly mapToRegistry   rawSpec: '',
290 silly mapToRegistry   spec: 'latest',
290 silly mapToRegistry   type: 'tag' }
291 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service
292 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz not in flight; adding
293 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz',
293 verbose addRemoteTarball   '5c5eefa72a4a2d86a198e6c450fac514f9826cdf' ]
294 info retry fetch attempt 1 at 11:54:52 PM
295 info attempt registry request try #1 at 11:54:52 PM
296 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz
297 http 200 https://registry.npmjs.org/bunyan-prettystream
298 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
298 verbose headers   etag: '"DWJMCKYHN7ER7JVQPTTD8WT3K"',
298 verbose headers   'content-type': 'application/json',
298 verbose headers   'content-encoding': 'gzip',
298 verbose headers   'cache-control': 'max-age=300',
298 verbose headers   'content-length': '2378',
298 verbose headers   'accept-ranges': 'bytes',
298 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
298 verbose headers   via: '1.1 varnish',
298 verbose headers   age: '232',
298 verbose headers   connection: 'keep-alive',
298 verbose headers   'x-served-by': 'cache-ord1741-ORD',
298 verbose headers   'x-cache': 'HIT',
298 verbose headers   'x-cache-hits': '1',
298 verbose headers   'x-timer': 'S1465448093.038000,VS0,VE0',
298 verbose headers   vary: 'Accept-Encoding' }
299 silly get cb [ 200,
299 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
299 silly get     etag: '"DWJMCKYHN7ER7JVQPTTD8WT3K"',
299 silly get     'content-type': 'application/json',
299 silly get     'content-encoding': 'gzip',
299 silly get     'cache-control': 'max-age=300',
299 silly get     'content-length': '2378',
299 silly get     'accept-ranges': 'bytes',
299 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
299 silly get     via: '1.1 varnish',
299 silly get     age: '232',
299 silly get     connection: 'keep-alive',
299 silly get     'x-served-by': 'cache-ord1741-ORD',
299 silly get     'x-cache': 'HIT',
299 silly get     'x-cache-hits': '1',
299 silly get     'x-timer': 'S1465448093.038000,VS0,VE0',
299 silly get     vary: 'Accept-Encoding' } ]
300 verbose get saving bunyan-prettystream to /Users/admin/.npm/registry.npmjs.org/bunyan-prettystream/.cache.json
301 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
302 silly resolveWithNewModule bunyan-prettystream@0.1.3 checking installable status
303 silly cache add args [ 'bunyan-prettystream@^0.1.3', null ]
304 verbose cache add spec bunyan-prettystream@^0.1.3
305 silly cache add parsed spec Result {
305 silly cache add   raw: 'bunyan-prettystream@^0.1.3',
305 silly cache add   scope: null,
305 silly cache add   name: 'bunyan-prettystream',
305 silly cache add   rawSpec: '^0.1.3',
305 silly cache add   spec: '>=0.1.3 <0.2.0',
305 silly cache add   type: 'range' }
306 silly addNamed bunyan-prettystream@>=0.1.3 <0.2.0
307 verbose addNamed ">=0.1.3 <0.2.0" is a valid semver range for bunyan-prettystream
308 silly addNameRange { name: 'bunyan-prettystream',
308 silly addNameRange   range: '>=0.1.3 <0.2.0',
308 silly addNameRange   hasData: false }
309 silly mapToRegistry name bunyan-prettystream
310 silly mapToRegistry using default registry
311 silly mapToRegistry registry https://registry.npmjs.org/
312 silly mapToRegistry data Result {
312 silly mapToRegistry   raw: 'bunyan-prettystream',
312 silly mapToRegistry   scope: null,
312 silly mapToRegistry   name: 'bunyan-prettystream',
312 silly mapToRegistry   rawSpec: '',
312 silly mapToRegistry   spec: 'latest',
312 silly mapToRegistry   type: 'tag' }
313 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream
314 verbose addNameRange registry:https://registry.npmjs.org/bunyan-prettystream not in flight; fetching
315 verbose get https://registry.npmjs.org/bunyan-prettystream not expired, no request
316 silly addNameRange number 2 { name: 'bunyan-prettystream',
316 silly addNameRange   range: '>=0.1.3 <0.2.0',
316 silly addNameRange   hasData: true }
317 silly addNameRange versions [ 'bunyan-prettystream', [ '0.1.0', '0.1.2', '0.1.3' ] ]
318 silly addNamed bunyan-prettystream@0.1.3
319 verbose addNamed "0.1.3" is a plain semver version for bunyan-prettystream
320 silly mapToRegistry name bunyan-prettystream
321 silly mapToRegistry using default registry
322 silly mapToRegistry registry https://registry.npmjs.org/
323 silly mapToRegistry data Result {
323 silly mapToRegistry   raw: 'bunyan-prettystream',
323 silly mapToRegistry   scope: null,
323 silly mapToRegistry   name: 'bunyan-prettystream',
323 silly mapToRegistry   rawSpec: '',
323 silly mapToRegistry   spec: 'latest',
323 silly mapToRegistry   type: 'tag' }
324 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream
325 verbose addRemoteTarball https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz not in flight; adding
326 verbose addRemoteTarball [ 'https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz',
326 verbose addRemoteTarball   '6c3b713266f6ad32007c7b6ab1e998a245349d98' ]
327 info retry fetch attempt 1 at 11:54:52 PM
328 info attempt registry request try #1 at 11:54:52 PM
329 http fetch GET https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz
330 http 200 https://registry.npmjs.org/superagent-bluebird-promise
331 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
331 verbose headers   etag: '"EY7LPT2J3WABUYZB5JYPRWA6S"',
331 verbose headers   'content-type': 'application/json',
331 verbose headers   'content-encoding': 'gzip',
331 verbose headers   'cache-control': 'max-age=300',
331 verbose headers   'content-length': '4410',
331 verbose headers   'accept-ranges': 'bytes',
331 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
331 verbose headers   via: '1.1 varnish',
331 verbose headers   age: '232',
331 verbose headers   connection: 'keep-alive',
331 verbose headers   'x-served-by': 'cache-ord1734-ORD',
331 verbose headers   'x-cache': 'HIT',
331 verbose headers   'x-cache-hits': '1',
331 verbose headers   'x-timer': 'S1465448093.053220,VS0,VE0',
331 verbose headers   vary: 'Accept-Encoding' }
332 silly get cb [ 200,
332 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
332 silly get     etag: '"EY7LPT2J3WABUYZB5JYPRWA6S"',
332 silly get     'content-type': 'application/json',
332 silly get     'content-encoding': 'gzip',
332 silly get     'cache-control': 'max-age=300',
332 silly get     'content-length': '4410',
332 silly get     'accept-ranges': 'bytes',
332 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
332 silly get     via: '1.1 varnish',
332 silly get     age: '232',
332 silly get     connection: 'keep-alive',
332 silly get     'x-served-by': 'cache-ord1734-ORD',
332 silly get     'x-cache': 'HIT',
332 silly get     'x-cache-hits': '1',
332 silly get     'x-timer': 'S1465448093.053220,VS0,VE0',
332 silly get     vary: 'Accept-Encoding' } ]
333 verbose get saving superagent-bluebird-promise to /Users/admin/.npm/registry.npmjs.org/superagent-bluebird-promise/.cache.json
334 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
335 silly resolveWithNewModule superagent-bluebird-promise@3.0.0 checking installable status
336 silly cache add args [ 'superagent-bluebird-promise@^3.0.0', null ]
337 verbose cache add spec superagent-bluebird-promise@^3.0.0
338 silly cache add parsed spec Result {
338 silly cache add   raw: 'superagent-bluebird-promise@^3.0.0',
338 silly cache add   scope: null,
338 silly cache add   name: 'superagent-bluebird-promise',
338 silly cache add   rawSpec: '^3.0.0',
338 silly cache add   spec: '>=3.0.0 <4.0.0',
338 silly cache add   type: 'range' }
339 silly addNamed superagent-bluebird-promise@>=3.0.0 <4.0.0
340 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for superagent-bluebird-promise
341 silly addNameRange { name: 'superagent-bluebird-promise',
341 silly addNameRange   range: '>=3.0.0 <4.0.0',
341 silly addNameRange   hasData: false }
342 silly mapToRegistry name superagent-bluebird-promise
343 silly mapToRegistry using default registry
344 silly mapToRegistry registry https://registry.npmjs.org/
345 silly mapToRegistry data Result {
345 silly mapToRegistry   raw: 'superagent-bluebird-promise',
345 silly mapToRegistry   scope: null,
345 silly mapToRegistry   name: 'superagent-bluebird-promise',
345 silly mapToRegistry   rawSpec: '',
345 silly mapToRegistry   spec: 'latest',
345 silly mapToRegistry   type: 'tag' }
346 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise
347 verbose addNameRange registry:https://registry.npmjs.org/superagent-bluebird-promise not in flight; fetching
348 verbose get https://registry.npmjs.org/superagent-bluebird-promise not expired, no request
349 silly addNameRange number 2 { name: 'superagent-bluebird-promise',
349 silly addNameRange   range: '>=3.0.0 <4.0.0',
349 silly addNameRange   hasData: true }
350 silly addNameRange versions [ 'superagent-bluebird-promise',
350 silly addNameRange   [ '0.1.0',
350 silly addNameRange     '0.2.0',
350 silly addNameRange     '0.3.0',
350 silly addNameRange     '0.4.0',
350 silly addNameRange     '0.4.1',
350 silly addNameRange     '0.5.0',
350 silly addNameRange     '0.5.1',
350 silly addNameRange     '0.6.0',
350 silly addNameRange     '1.0.0',
350 silly addNameRange     '1.0.1',
350 silly addNameRange     '1.1.0',
350 silly addNameRange     '1.1.1',
350 silly addNameRange     '2.0.0',
350 silly addNameRange     '2.0.1',
350 silly addNameRange     '2.0.2',
350 silly addNameRange     '2.1.0',
350 silly addNameRange     '2.1.1',
350 silly addNameRange     '3.0.0' ] ]
351 silly addNamed superagent-bluebird-promise@3.0.0
352 verbose addNamed "3.0.0" is a plain semver version for superagent-bluebird-promise
353 silly mapToRegistry name superagent-bluebird-promise
354 silly mapToRegistry using default registry
355 silly mapToRegistry registry https://registry.npmjs.org/
356 silly mapToRegistry data Result {
356 silly mapToRegistry   raw: 'superagent-bluebird-promise',
356 silly mapToRegistry   scope: null,
356 silly mapToRegistry   name: 'superagent-bluebird-promise',
356 silly mapToRegistry   rawSpec: '',
356 silly mapToRegistry   spec: 'latest',
356 silly mapToRegistry   type: 'tag' }
357 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise
358 verbose addRemoteTarball https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz not in flight; adding
359 verbose addRemoteTarball [ 'https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz',
359 verbose addRemoteTarball   'c86c7d7f9b233803efb406568b6848423e89897e' ]
360 info retry fetch attempt 1 at 11:54:53 PM
361 info attempt registry request try #1 at 11:54:53 PM
362 http fetch GET https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz
363 http 200 https://registry.npmjs.org/unixify
364 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
364 verbose headers   etag: '"93R1FLR11968Z8YR5INY3BU2F"',
364 verbose headers   'content-type': 'application/json',
364 verbose headers   'content-encoding': 'gzip',
364 verbose headers   'cache-control': 'max-age=300',
364 verbose headers   'content-length': '2137',
364 verbose headers   'accept-ranges': 'bytes',
364 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
364 verbose headers   via: '1.1 varnish',
364 verbose headers   age: '233',
364 verbose headers   connection: 'keep-alive',
364 verbose headers   'x-served-by': 'cache-ord1740-ORD',
364 verbose headers   'x-cache': 'HIT',
364 verbose headers   'x-cache-hits': '1',
364 verbose headers   'x-timer': 'S1465448093.060119,VS0,VE0',
364 verbose headers   vary: 'Accept-Encoding' }
365 silly get cb [ 200,
365 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
365 silly get     etag: '"93R1FLR11968Z8YR5INY3BU2F"',
365 silly get     'content-type': 'application/json',
365 silly get     'content-encoding': 'gzip',
365 silly get     'cache-control': 'max-age=300',
365 silly get     'content-length': '2137',
365 silly get     'accept-ranges': 'bytes',
365 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
365 silly get     via: '1.1 varnish',
365 silly get     age: '233',
365 silly get     connection: 'keep-alive',
365 silly get     'x-served-by': 'cache-ord1740-ORD',
365 silly get     'x-cache': 'HIT',
365 silly get     'x-cache-hits': '1',
365 silly get     'x-timer': 'S1465448093.060119,VS0,VE0',
365 silly get     vary: 'Accept-Encoding' } ]
366 verbose get saving unixify to /Users/admin/.npm/registry.npmjs.org/unixify/.cache.json
367 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
368 silly resolveWithNewModule unixify@0.2.1 checking installable status
369 silly cache add args [ 'unixify@^0.2.1', null ]
370 verbose cache add spec unixify@^0.2.1
371 silly cache add parsed spec Result {
371 silly cache add   raw: 'unixify@^0.2.1',
371 silly cache add   scope: null,
371 silly cache add   name: 'unixify',
371 silly cache add   rawSpec: '^0.2.1',
371 silly cache add   spec: '>=0.2.1 <0.3.0',
371 silly cache add   type: 'range' }
372 silly addNamed unixify@>=0.2.1 <0.3.0
373 verbose addNamed ">=0.2.1 <0.3.0" is a valid semver range for unixify
374 silly addNameRange { name: 'unixify', range: '>=0.2.1 <0.3.0', hasData: false }
375 silly mapToRegistry name unixify
376 silly mapToRegistry using default registry
377 silly mapToRegistry registry https://registry.npmjs.org/
378 silly mapToRegistry data Result {
378 silly mapToRegistry   raw: 'unixify',
378 silly mapToRegistry   scope: null,
378 silly mapToRegistry   name: 'unixify',
378 silly mapToRegistry   rawSpec: '',
378 silly mapToRegistry   spec: 'latest',
378 silly mapToRegistry   type: 'tag' }
379 silly mapToRegistry uri https://registry.npmjs.org/unixify
380 verbose addNameRange registry:https://registry.npmjs.org/unixify not in flight; fetching
381 verbose get https://registry.npmjs.org/unixify not expired, no request
382 silly addNameRange number 2 { name: 'unixify', range: '>=0.2.1 <0.3.0', hasData: true }
383 silly addNameRange versions [ 'unixify', [ '0.1.0', '0.2.1' ] ]
384 silly addNamed unixify@0.2.1
385 verbose addNamed "0.2.1" is a plain semver version for unixify
386 silly mapToRegistry name unixify
387 silly mapToRegistry using default registry
388 silly mapToRegistry registry https://registry.npmjs.org/
389 silly mapToRegistry data Result {
389 silly mapToRegistry   raw: 'unixify',
389 silly mapToRegistry   scope: null,
389 silly mapToRegistry   name: 'unixify',
389 silly mapToRegistry   rawSpec: '',
389 silly mapToRegistry   spec: 'latest',
389 silly mapToRegistry   type: 'tag' }
390 silly mapToRegistry uri https://registry.npmjs.org/unixify
391 verbose addRemoteTarball https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz not in flight; adding
392 verbose addRemoteTarball [ 'https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz',
392 verbose addRemoteTarball   '4864303c26eccae1160d91d046f65473f022bedc' ]
393 info retry fetch attempt 1 at 11:54:53 PM
394 info attempt registry request try #1 at 11:54:53 PM
395 http fetch GET https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz
396 http 200 https://registry.npmjs.org/bluebird
397 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
397 verbose headers   etag: '"CVJ4DWKZNECTQNQ645CVYNTGF"',
397 verbose headers   'content-type': 'application/json',
397 verbose headers   'content-encoding': 'gzip',
397 verbose headers   'cache-control': 'max-age=300',
397 verbose headers   'content-length': '33542',
397 verbose headers   'accept-ranges': 'bytes',
397 verbose headers   date: 'Thu, 09 Jun 2016 04:54:52 GMT',
397 verbose headers   via: '1.1 varnish',
397 verbose headers   age: '194',
397 verbose headers   connection: 'keep-alive',
397 verbose headers   'x-served-by': 'cache-ord1725-ORD',
397 verbose headers   'x-cache': 'HIT',
397 verbose headers   'x-cache-hits': '1',
397 verbose headers   'x-timer': 'S1465448092.871250,VS0,VE0',
397 verbose headers   vary: 'Accept-Encoding' }
398 silly get cb [ 200,
398 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
398 silly get     etag: '"CVJ4DWKZNECTQNQ645CVYNTGF"',
398 silly get     'content-type': 'application/json',
398 silly get     'content-encoding': 'gzip',
398 silly get     'cache-control': 'max-age=300',
398 silly get     'content-length': '33542',
398 silly get     'accept-ranges': 'bytes',
398 silly get     date: 'Thu, 09 Jun 2016 04:54:52 GMT',
398 silly get     via: '1.1 varnish',
398 silly get     age: '194',
398 silly get     connection: 'keep-alive',
398 silly get     'x-served-by': 'cache-ord1725-ORD',
398 silly get     'x-cache': 'HIT',
398 silly get     'x-cache-hits': '1',
398 silly get     'x-timer': 'S1465448092.871250,VS0,VE0',
398 silly get     vary: 'Accept-Encoding' } ]
399 verbose get saving bluebird to /Users/admin/.npm/registry.npmjs.org/bluebird/.cache.json
400 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
401 silly resolveWithNewModule bluebird@3.4.0 checking installable status
402 silly cache add args [ 'bluebird@^3.3.5', null ]
403 verbose cache add spec bluebird@^3.3.5
404 silly cache add parsed spec Result {
404 silly cache add   raw: 'bluebird@^3.3.5',
404 silly cache add   scope: null,
404 silly cache add   name: 'bluebird',
404 silly cache add   rawSpec: '^3.3.5',
404 silly cache add   spec: '>=3.3.5 <4.0.0',
404 silly cache add   type: 'range' }
405 silly addNamed bluebird@>=3.3.5 <4.0.0
406 verbose addNamed ">=3.3.5 <4.0.0" is a valid semver range for bluebird
407 silly addNameRange { name: 'bluebird', range: '>=3.3.5 <4.0.0', hasData: false }
408 silly mapToRegistry name bluebird
409 silly mapToRegistry using default registry
410 silly mapToRegistry registry https://registry.npmjs.org/
411 silly mapToRegistry data Result {
411 silly mapToRegistry   raw: 'bluebird',
411 silly mapToRegistry   scope: null,
411 silly mapToRegistry   name: 'bluebird',
411 silly mapToRegistry   rawSpec: '',
411 silly mapToRegistry   spec: 'latest',
411 silly mapToRegistry   type: 'tag' }
412 silly mapToRegistry uri https://registry.npmjs.org/bluebird
413 verbose addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching
414 verbose get https://registry.npmjs.org/bluebird not expired, no request
415 silly addNameRange number 2 { name: 'bluebird', range: '>=3.3.5 <4.0.0', hasData: true }
416 silly addNameRange versions [ 'bluebird',
416 silly addNameRange   [ '0.7.1-1',
416 silly addNameRange     '0.7.1-2',
416 silly addNameRange     '0.7.1-3',
416 silly addNameRange     '0.7.1-4',
416 silly addNameRange     '0.7.1-5',
416 silly addNameRange     '0.7.2-0',
416 silly addNameRange     '0.7.3-0',
416 silly addNameRange     '0.7.4-0',
416 silly addNameRange     '0.7.4-1',
416 silly addNameRange     '0.7.5-0',
416 silly addNameRange     '0.7.6-0',
416 silly addNameRange     '0.7.7-0',
416 silly addNameRange     '0.7.7-1',
416 silly addNameRange     '0.7.8-0',
416 silly addNameRange     '0.7.8-1',
416 silly addNameRange     '0.7.9-0',
416 silly addNameRange     '0.7.9-1',
416 silly addNameRange     '0.7.10-0',
416 silly addNameRange     '0.7.10-1',
416 silly addNameRange     '0.7.11-0',
416 silly addNameRange     '0.7.12-0',
416 silly addNameRange     '0.7.12-1',
416 silly addNameRange     '0.7.12-2',
416 silly addNameRange     '0.8.0-0',
416 silly addNameRange     '0.8.0-1',
416 silly addNameRange     '0.8.0-2',
416 silly addNameRange     '0.8.0-3',
416 silly addNameRange     '0.8.1-0',
416 silly addNameRange     '0.8.2-0',
416 silly addNameRange     '0.8.2-1',
416 silly addNameRange     '0.8.2-2',
416 silly addNameRange     '0.8.3-0',
416 silly addNameRange     '0.8.3-1',
416 silly addNameRange     '0.8.3-2',
416 silly addNameRange     '0.8.3-3',
416 silly addNameRange     '0.8.4-0',
416 silly addNameRange     '0.8.4-1',
416 silly addNameRange     '0.8.5-0',
416 silly addNameRange     '0.8.5-1',
416 silly addNameRange     '0.9.0-0',
416 silly addNameRange     '0.9.1-0',
416 silly addNameRange     '0.9.1-1',
416 silly addNameRange     '0.9.2-0',
416 silly addNameRange     '0.9.2-1',
416 silly addNameRange     '0.9.3-0',
416 silly addNameRange     '0.9.4-0',
416 silly addNameRange     '0.9.4-1',
416 silly addNameRange     '0.9.5-0',
416 silly addNameRange     '0.9.6-0',
416 silly addNameRange     '0.9.7-0',
416 silly addNameRange     '0.9.8-0',
416 silly addNameRange     '0.9.9-0',
416 silly addNameRange     '0.9.10-0',
416 silly addNameRange     '0.9.10-1',
416 silly addNameRange     '0.9.11-0',
416 silly addNameRange     '0.9.11-1',
416 silly addNameRange     '0.10.0-0',
416 silly addNameRange     '0.10.0-1',
416 silly addNameRange     '0.10.1-0',
416 silly addNameRange     '0.10.2-0',
416 silly addNameRange     '0.10.2-1',
416 silly addNameRange     '0.10.3-0',
416 silly addNameRange     '0.10.4-0',
416 silly addNameRange     '0.10.4-1',
416 silly addNameRange     '0.10.5-0',
416 silly addNameRange     '0.10.6-0',
416 silly addNameRange     '0.10.7-0',
416 silly addNameRange     '0.10.8-0',
416 silly addNameRange     '0.10.9-0',
416 silly addNameRange     '0.10.9-1',
416 silly addNameRange     '0.10.10-0',
416 silly addNameRange     '0.10.11-0',
416 silly addNameRange     '0.10.11-1',
416 silly addNameRange     '0.10.11-2',
416 silly addNameRange     '0.10.11-4',
416 silly addNameRange     '0.10.12-0',
416 silly addNameRange     '0.10.13-0',
416 silly addNameRange     '0.10.13-1',
416 silly addNameRange     '0.10.14-0',
416 silly addNameRange     '0.11.0-0',
416 silly addNameRange     '0.11.1-0',
416 silly addNameRange     '0.11.2-0',
416 silly addNameRange     '0.11.3-0',
416 silly addNameRange     '0.11.4-0',
416 silly addNameRange     '0.11.4-1',
416 silly addNameRange     '0.11.5-0',
416 silly addNameRange     '0.11.5-1',
416 silly addNameRange     '0.11.6-0',
416 silly addNameRange     '1.0.0',
416 silly addNameRange     '1.0.1',
416 silly addNameRange     '1.0.2',
416 silly addNameRange     '1.0.3',
416 silly addNameRange     '1.0.4',
416 silly addNameRange     '1.0.5',
416 silly addNameRange     '1.0.7',
416 silly addNameRange     '1.0.8',
416 silly addNameRange     '1.1.0',
416 silly addNameRange     '1.1.1',
416 silly addNameRange     '1.2.0',
416 silly addNameRange     '1.2.1',
416 silly addNameRange     ... 105 more items ] ]
417 silly addNamed bluebird@3.4.0
418 verbose addNamed "3.4.0" is a plain semver version for bluebird
419 silly mapToRegistry name bluebird
420 silly mapToRegistry using default registry
421 silly mapToRegistry registry https://registry.npmjs.org/
422 silly mapToRegistry data Result {
422 silly mapToRegistry   raw: 'bluebird',
422 silly mapToRegistry   scope: null,
422 silly mapToRegistry   name: 'bluebird',
422 silly mapToRegistry   rawSpec: '',
422 silly mapToRegistry   spec: 'latest',
422 silly mapToRegistry   type: 'tag' }
423 silly mapToRegistry uri https://registry.npmjs.org/bluebird
424 verbose addRemoteTarball https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz not in flight; adding
425 verbose addRemoteTarball [ 'https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz',
425 verbose addRemoteTarball   '28b847935a8bb56d7ff1c7eba3631b09d5a49b24' ]
426 info retry fetch attempt 1 at 11:54:53 PM
427 info attempt registry request try #1 at 11:54:53 PM
428 http fetch GET https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz
429 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32
430 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
430 verbose headers   etag: '"BFVH4CQJCGOEQIXEJ7I3NUSP"',
430 verbose headers   'content-type': 'application/json',
430 verbose headers   'content-encoding': 'gzip',
430 verbose headers   'cache-control': 'max-age=0',
430 verbose headers   'transfer-encoding': 'chunked',
430 verbose headers   'accept-ranges': 'bytes',
430 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
430 verbose headers   via: '1.1 varnish',
430 verbose headers   age: '0',
430 verbose headers   connection: 'keep-alive',
430 verbose headers   'x-served-by': 'cache-ord1731-ORD',
430 verbose headers   'x-cache': 'MISS',
430 verbose headers   'x-cache-hits': '0',
430 verbose headers   'x-timer': 'S1465448093.149070,VS0,VE129',
430 verbose headers   vary: 'Accept-Encoding' }
431 silly get cb [ 200,
431 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
431 silly get     etag: '"BFVH4CQJCGOEQIXEJ7I3NUSP"',
431 silly get     'content-type': 'application/json',
431 silly get     'content-encoding': 'gzip',
431 silly get     'cache-control': 'max-age=0',
431 silly get     'transfer-encoding': 'chunked',
431 silly get     'accept-ranges': 'bytes',
431 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
431 silly get     via: '1.1 varnish',
431 silly get     age: '0',
431 silly get     connection: 'keep-alive',
431 silly get     'x-served-by': 'cache-ord1731-ORD',
431 silly get     'x-cache': 'MISS',
431 silly get     'x-cache-hits': '0',
431 silly get     'x-timer': 'S1465448093.149070,VS0,VE129',
431 silly get     vary: 'Accept-Encoding' } ]
432 verbose get saving @pact-foundation/pact-provider-verifier-linux-ia32 to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier-linux-ia32/.cache.json
433 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
434 silly resolveWithNewModule @pact-foundation/pact-provider-verifier-linux-ia32@0.0.12 checking installable status
435 http 200 https://registry.npmjs.org/bunyan
436 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
436 verbose headers   etag: '"B91TS8WPJX6C9KP7K9CQB6ZDC"',
436 verbose headers   'content-type': 'application/json',
436 verbose headers   'content-encoding': 'gzip',
436 verbose headers   'cache-control': 'max-age=300',
436 verbose headers   'content-length': '31196',
436 verbose headers   'accept-ranges': 'bytes',
436 verbose headers   date: 'Thu, 09 Jun 2016 04:54:52 GMT',
436 verbose headers   via: '1.1 varnish',
436 verbose headers   age: '25',
436 verbose headers   connection: 'keep-alive',
436 verbose headers   'x-served-by': 'cache-ord1739-ORD',
436 verbose headers   'x-cache': 'HIT',
436 verbose headers   'x-cache-hits': '1',
436 verbose headers   'x-timer': 'S1465448092.961744,VS0,VE0',
436 verbose headers   vary: 'Accept-Encoding' }
437 silly get cb [ 200,
437 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
437 silly get     etag: '"B91TS8WPJX6C9KP7K9CQB6ZDC"',
437 silly get     'content-type': 'application/json',
437 silly get     'content-encoding': 'gzip',
437 silly get     'cache-control': 'max-age=300',
437 silly get     'content-length': '31196',
437 silly get     'accept-ranges': 'bytes',
437 silly get     date: 'Thu, 09 Jun 2016 04:54:52 GMT',
437 silly get     via: '1.1 varnish',
437 silly get     age: '25',
437 silly get     connection: 'keep-alive',
437 silly get     'x-served-by': 'cache-ord1739-ORD',
437 silly get     'x-cache': 'HIT',
437 silly get     'x-cache-hits': '1',
437 silly get     'x-timer': 'S1465448092.961744,VS0,VE0',
437 silly get     vary: 'Accept-Encoding' } ]
438 verbose get saving bunyan to /Users/admin/.npm/registry.npmjs.org/bunyan/.cache.json
439 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
440 silly resolveWithNewModule bunyan@1.8.1 checking installable status
441 silly cache add args [ 'bunyan@^1.8.0', null ]
442 verbose cache add spec bunyan@^1.8.0
443 silly cache add parsed spec Result {
443 silly cache add   raw: 'bunyan@^1.8.0',
443 silly cache add   scope: null,
443 silly cache add   name: 'bunyan',
443 silly cache add   rawSpec: '^1.8.0',
443 silly cache add   spec: '>=1.8.0 <2.0.0',
443 silly cache add   type: 'range' }
444 silly addNamed bunyan@>=1.8.0 <2.0.0
445 verbose addNamed ">=1.8.0 <2.0.0" is a valid semver range for bunyan
446 silly addNameRange { name: 'bunyan', range: '>=1.8.0 <2.0.0', hasData: false }
447 silly mapToRegistry name bunyan
448 silly mapToRegistry using default registry
449 silly mapToRegistry registry https://registry.npmjs.org/
450 silly mapToRegistry data Result {
450 silly mapToRegistry   raw: 'bunyan',
450 silly mapToRegistry   scope: null,
450 silly mapToRegistry   name: 'bunyan',
450 silly mapToRegistry   rawSpec: '',
450 silly mapToRegistry   spec: 'latest',
450 silly mapToRegistry   type: 'tag' }
451 silly mapToRegistry uri https://registry.npmjs.org/bunyan
452 verbose addNameRange registry:https://registry.npmjs.org/bunyan not in flight; fetching
453 verbose get https://registry.npmjs.org/bunyan not expired, no request
454 silly addNameRange number 2 { name: 'bunyan', range: '>=1.8.0 <2.0.0', hasData: true }
455 silly addNameRange versions [ 'bunyan',
455 silly addNameRange   [ '0.1.0',
455 silly addNameRange     '0.2.0',
455 silly addNameRange     '0.3.0',
455 silly addNameRange     '0.4.0',
455 silly addNameRange     '0.5.0',
455 silly addNameRange     '0.5.1',
455 silly addNameRange     '0.5.2',
455 silly addNameRange     '0.5.3',
455 silly addNameRange     '0.6.0',
455 silly addNameRange     '0.6.1',
455 silly addNameRange     '0.6.2',
455 silly addNameRange     '0.6.3',
455 silly addNameRange     '0.6.4',
455 silly addNameRange     '0.6.5',
455 silly addNameRange     '0.6.6',
455 silly addNameRange     '0.6.7',
455 silly addNameRange     '0.6.8',
455 silly addNameRange     '0.6.9',
455 silly addNameRange     '0.7.0',
455 silly addNameRange     '0.8.0',
455 silly addNameRange     '0.9.0',
455 silly addNameRange     '0.10.0',
455 silly addNameRange     '0.11.0',
455 silly addNameRange     '0.11.2',
455 silly addNameRange     '0.11.3',
455 silly addNameRange     '0.12.0',
455 silly addNameRange     '0.13.0',
455 silly addNameRange     '0.13.1',
455 silly addNameRange     '0.13.2',
455 silly addNameRange     '0.13.3',
455 silly addNameRange     '0.13.4',
455 silly addNameRange     '0.13.5',
455 silly addNameRange     '0.14.0',
455 silly addNameRange     '0.14.1',
455 silly addNameRange     '0.14.2',
455 silly addNameRange     '0.14.4',
455 silly addNameRange     '0.14.5',
455 silly addNameRange     '0.14.6',
455 silly addNameRange     '0.15.0',
455 silly addNameRange     '0.16.0',
455 silly addNameRange     '0.16.1',
455 silly addNameRange     '0.16.2',
455 silly addNameRange     '0.16.3',
455 silly addNameRange     '0.16.4',
455 silly addNameRange     '0.16.5',
455 silly addNameRange     '0.16.6',
455 silly addNameRange     '0.16.7',
455 silly addNameRange     '0.16.8',
455 silly addNameRange     '0.17.0',
455 silly addNameRange     '0.18.0',
455 silly addNameRange     '0.18.1',
455 silly addNameRange     '0.18.2',
455 silly addNameRange     '0.18.3',
455 silly addNameRange     '0.19.0',
455 silly addNameRange     '0.20.0',
455 silly addNameRange     '0.21.0',
455 silly addNameRange     '0.21.1',
455 silly addNameRange     '0.21.2',
455 silly addNameRange     '0.21.3',
455 silly addNameRange     '0.21.4',
455 silly addNameRange     '0.22.0',
455 silly addNameRange     '0.22.1',
455 silly addNameRange     '0.22.2',
455 silly addNameRange     '0.22.3',
455 silly addNameRange     '0.23.0',
455 silly addNameRange     '0.23.1',
455 silly addNameRange     '1.0.0',
455 silly addNameRange     '1.0.1',
455 silly addNameRange     '1.1.0',
455 silly addNameRange     '1.1.1',
455 silly addNameRange     '1.1.2',
455 silly addNameRange     '1.1.3',
455 silly addNameRange     '1.2.0',
455 silly addNameRange     '1.2.1',
455 silly addNameRange     '1.2.2',
455 silly addNameRange     '1.2.3',
455 silly addNameRange     '1.2.4',
455 silly addNameRange     '1.3.0',
455 silly addNameRange     '1.3.1',
455 silly addNameRange     '1.3.2',
455 silly addNameRange     '1.3.3',
455 silly addNameRange     '1.3.4',
455 silly addNameRange     '1.3.5',
455 silly addNameRange     '1.3.6',
455 silly addNameRange     '1.4.0',
455 silly addNameRange     '1.5.0',
455 silly addNameRange     '1.5.1',
455 silly addNameRange     '1.6.0',
455 silly addNameRange     '1.7.0',
455 silly addNameRange     '1.7.1',
455 silly addNameRange     '1.8.0',
455 silly addNameRange     '1.8.1' ] ]
456 silly addNamed bunyan@1.8.1
457 verbose addNamed "1.8.1" is a plain semver version for bunyan
458 http fetch 200 https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz
459 silly mapToRegistry name bunyan
460 silly mapToRegistry using default registry
461 silly mapToRegistry registry https://registry.npmjs.org/
462 silly mapToRegistry data Result {
462 silly mapToRegistry   raw: 'bunyan',
462 silly mapToRegistry   scope: null,
462 silly mapToRegistry   name: 'bunyan',
462 silly mapToRegistry   rawSpec: '',
462 silly mapToRegistry   spec: 'latest',
462 silly mapToRegistry   type: 'tag' }
463 silly mapToRegistry uri https://registry.npmjs.org/bunyan
464 verbose addRemoteTarball https://registry.npmjs.org/bunyan/-/bunyan-1.8.1.tgz not in flight; adding
465 verbose addRemoteTarball [ 'https://registry.npmjs.org/bunyan/-/bunyan-1.8.1.tgz',
465 verbose addRemoteTarball   '68c6a4a502d5620bc9f72d6736810c1b1898097f' ]
466 info retry fetch attempt 1 at 11:54:53 PM
467 info attempt registry request try #1 at 11:54:53 PM
468 http fetch GET https://registry.npmjs.org/bunyan/-/bunyan-1.8.1.tgz
469 silly fetchAndShaCheck shasum 6c3b713266f6ad32007c7b6ab1e998a245349d98
470 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz not in flight; adding
471 verbose addTmpTarball already have metadata; skipping unpack for bunyan-prettystream@0.1.3
472 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
473 silly cache afterAdd bunyan-prettystream@0.1.3
474 verbose afterAdd /Users/admin/.npm/bunyan-prettystream/0.1.3/package/package.json not in flight; writing
475 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
476 verbose afterAdd /Users/admin/.npm/bunyan-prettystream/0.1.3/package/package.json written
477 http 200 https://registry.npmjs.org/check-types
478 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
478 verbose headers   etag: '"AR7ZU4XYF738EPUJLVML5HXXC"',
478 verbose headers   'content-type': 'application/json',
478 verbose headers   'content-encoding': 'gzip',
478 verbose headers   'cache-control': 'max-age=300',
478 verbose headers   'content-length': '14402',
478 verbose headers   'accept-ranges': 'bytes',
478 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
478 verbose headers   via: '1.1 varnish',
478 verbose headers   age: '232',
478 verbose headers   connection: 'keep-alive',
478 verbose headers   'x-served-by': 'cache-ord1744-ORD',
478 verbose headers   'x-cache': 'HIT',
478 verbose headers   'x-cache-hits': '1',
478 verbose headers   'x-timer': 'S1465448093.043400,VS0,VE0',
478 verbose headers   vary: 'Accept-Encoding' }
479 silly get cb [ 200,
479 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
479 silly get     etag: '"AR7ZU4XYF738EPUJLVML5HXXC"',
479 silly get     'content-type': 'application/json',
479 silly get     'content-encoding': 'gzip',
479 silly get     'cache-control': 'max-age=300',
479 silly get     'content-length': '14402',
479 silly get     'accept-ranges': 'bytes',
479 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
479 silly get     via: '1.1 varnish',
479 silly get     age: '232',
479 silly get     connection: 'keep-alive',
479 silly get     'x-served-by': 'cache-ord1744-ORD',
479 silly get     'x-cache': 'HIT',
479 silly get     'x-cache-hits': '1',
479 silly get     'x-timer': 'S1465448093.043400,VS0,VE0',
479 silly get     vary: 'Accept-Encoding' } ]
480 verbose get saving check-types to /Users/admin/.npm/registry.npmjs.org/check-types/.cache.json
481 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
482 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
483 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
483 verbose headers   etag: '"EOR5AMS76U35ENJBLQPG0HLHV"',
483 verbose headers   'content-type': 'application/json',
483 verbose headers   'content-encoding': 'gzip',
483 verbose headers   'cache-control': 'max-age=0',
483 verbose headers   'transfer-encoding': 'chunked',
483 verbose headers   'accept-ranges': 'bytes',
483 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
483 verbose headers   via: '1.1 varnish',
483 verbose headers   age: '0',
483 verbose headers   connection: 'keep-alive',
483 verbose headers   'x-served-by': 'cache-ord1741-ORD',
483 verbose headers   'x-cache': 'MISS',
483 verbose headers   'x-cache-hits': '0',
483 verbose headers   'x-timer': 'S1465448092.947786,VS0,VE379',
483 verbose headers   vary: 'Accept-Encoding' }
484 silly get cb [ 200,
484 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
484 silly get     etag: '"EOR5AMS76U35ENJBLQPG0HLHV"',
484 silly get     'content-type': 'application/json',
484 silly get     'content-encoding': 'gzip',
484 silly get     'cache-control': 'max-age=0',
484 silly get     'transfer-encoding': 'chunked',
484 silly get     'accept-ranges': 'bytes',
484 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
484 silly get     via: '1.1 varnish',
484 silly get     age: '0',
484 silly get     connection: 'keep-alive',
484 silly get     'x-served-by': 'cache-ord1741-ORD',
484 silly get     'x-cache': 'MISS',
484 silly get     'x-cache-hits': '0',
484 silly get     'x-timer': 'S1465448092.947786,VS0,VE379',
484 silly get     vary: 'Accept-Encoding' } ]
485 verbose get saving @pact-foundation/pact-provider-verifier to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier/.cache.json
486 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
487 silly resolveWithNewModule check-types@6.0.0 checking installable status
488 silly cache add args [ 'check-types@~6.0.0', null ]
489 verbose cache add spec check-types@~6.0.0
490 silly cache add parsed spec Result {
490 silly cache add   raw: 'check-types@~6.0.0',
490 silly cache add   scope: null,
490 silly cache add   name: 'check-types',
490 silly cache add   rawSpec: '~6.0.0',
490 silly cache add   spec: '>=6.0.0 <6.1.0',
490 silly cache add   type: 'range' }
491 silly addNamed check-types@>=6.0.0 <6.1.0
492 verbose addNamed ">=6.0.0 <6.1.0" is a valid semver range for check-types
493 silly addNameRange { name: 'check-types', range: '>=6.0.0 <6.1.0', hasData: false }
494 silly mapToRegistry name check-types
495 silly mapToRegistry using default registry
496 silly mapToRegistry registry https://registry.npmjs.org/
497 silly mapToRegistry data Result {
497 silly mapToRegistry   raw: 'check-types',
497 silly mapToRegistry   scope: null,
497 silly mapToRegistry   name: 'check-types',
497 silly mapToRegistry   rawSpec: '',
497 silly mapToRegistry   spec: 'latest',
497 silly mapToRegistry   type: 'tag' }
498 silly mapToRegistry uri https://registry.npmjs.org/check-types
499 verbose addNameRange registry:https://registry.npmjs.org/check-types not in flight; fetching
500 verbose get https://registry.npmjs.org/check-types not expired, no request
501 silly addNameRange number 2 { name: 'check-types', range: '>=6.0.0 <6.1.0', hasData: true }
502 silly addNameRange versions [ 'check-types',
502 silly addNameRange   [ '0.1.0',
502 silly addNameRange     '0.1.1',
502 silly addNameRange     '0.1.2',
502 silly addNameRange     '0.1.3',
502 silly addNameRange     '0.1.4',
502 silly addNameRange     '0.1.5',
502 silly addNameRange     '0.1.6',
502 silly addNameRange     '0.2.0',
502 silly addNameRange     '0.2.1',
502 silly addNameRange     '0.2.2',
502 silly addNameRange     '0.2.3',
502 silly addNameRange     '0.2.5',
502 silly addNameRange     '0.3.0',
502 silly addNameRange     '0.3.1',
502 silly addNameRange     '0.4.0',
502 silly addNameRange     '0.4.1',
502 silly addNameRange     '0.4.2',
502 silly addNameRange     '0.4.3',
502 silly addNameRange     '0.5.0',
502 silly addNameRange     '0.5.1',
502 silly addNameRange     '0.5.2',
502 silly addNameRange     '0.5.4',
502 silly addNameRange     '0.6.0',
502 silly addNameRange     '0.6.1',
502 silly addNameRange     '0.6.2',
502 silly addNameRange     '0.6.3',
502 silly addNameRange     '0.6.4',
502 silly addNameRange     '0.6.5',
502 silly addNameRange     '0.7.0',
502 silly addNameRange     '0.7.1',
502 silly addNameRange     '0.7.2',
502 silly addNameRange     '0.8.0',
502 silly addNameRange     '0.8.1',
502 silly addNameRange     '1.0.0',
502 silly addNameRange     '1.1.0',
502 silly addNameRange     '1.1.1',
502 silly addNameRange     '1.2.0',
502 silly addNameRange     '1.2.1',
502 silly addNameRange     '1.3.0',
502 silly addNameRange     '1.3.1',
502 silly addNameRange     '1.3.2',
502 silly addNameRange     '1.4.0',
502 silly addNameRange     '2.0.0',
502 silly addNameRange     '2.0.1',
502 silly addNameRange     '2.1.0',
502 silly addNameRange     '2.1.1',
502 silly addNameRange     '2.2.0',
502 silly addNameRange     '3.0.0',
502 silly addNameRange     '3.1.0',
502 silly addNameRange     '3.1.1',
502 silly addNameRange     '3.2.0',
502 silly addNameRange     '3.3.0',
502 silly addNameRange     '3.3.1',
502 silly addNameRange     '4.0.0',
502 silly addNameRange     '4.1.0',
502 silly addNameRange     '4.2.0',
502 silly addNameRange     '4.3.0',
502 silly addNameRange     '5.0.0',
502 silly addNameRange     '5.1.0',
502 silly addNameRange     '6.0.0',
502 silly addNameRange     '7.0.0' ] ]
503 silly addNamed check-types@6.0.0
504 verbose addNamed "6.0.0" is a plain semver version for check-types
505 silly mapToRegistry name check-types
506 silly mapToRegistry using default registry
507 silly mapToRegistry registry https://registry.npmjs.org/
508 silly mapToRegistry data Result {
508 silly mapToRegistry   raw: 'check-types',
508 silly mapToRegistry   scope: null,
508 silly mapToRegistry   name: 'check-types',
508 silly mapToRegistry   rawSpec: '',
508 silly mapToRegistry   spec: 'latest',
508 silly mapToRegistry   type: 'tag' }
509 silly mapToRegistry uri https://registry.npmjs.org/check-types
510 verbose addRemoteTarball https://registry.npmjs.org/check-types/-/check-types-6.0.0.tgz not in flight; adding
511 verbose addRemoteTarball [ 'https://registry.npmjs.org/check-types/-/check-types-6.0.0.tgz',
511 verbose addRemoteTarball   'de12a2ffc295df40b3afca2bcfeb831bc5f5edf0' ]
512 silly resolveWithNewModule @pact-foundation/pact-provider-verifier@0.0.12 checking installable status
513 silly cache add args [ '@pact-foundation/pact-provider-verifier@0.0.12', null ]
514 verbose cache add spec @pact-foundation/pact-provider-verifier@0.0.12
515 silly cache add parsed spec Result {
515 silly cache add   raw: '@pact-foundation/pact-provider-verifier@0.0.12',
515 silly cache add   scope: '@pact-foundation',
515 silly cache add   name: '@pact-foundation/pact-provider-verifier',
515 silly cache add   rawSpec: '0.0.12',
515 silly cache add   spec: '0.0.12',
515 silly cache add   type: 'version' }
516 silly addNamed @pact-foundation/pact-provider-verifier@0.0.12
517 verbose addNamed "0.0.12" is a plain semver version for @pact-foundation/pact-provider-verifier
518 silly mapToRegistry name @pact-foundation/pact-provider-verifier
519 silly mapToRegistry scope (from package name) @pact-foundation
520 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
521 silly mapToRegistry using default registry
522 silly mapToRegistry registry https://registry.npmjs.org/
523 silly mapToRegistry data Result {
523 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier',
523 silly mapToRegistry   scope: '@pact-foundation',
523 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier',
523 silly mapToRegistry   rawSpec: '',
523 silly mapToRegistry   spec: 'latest',
523 silly mapToRegistry   type: 'tag' }
524 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
525 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier not in flight; fetching
526 info retry fetch attempt 1 at 11:54:53 PM
527 info attempt registry request try #1 at 11:54:53 PM
528 http fetch GET https://registry.npmjs.org/check-types/-/check-types-6.0.0.tgz
529 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier not expired, no request
530 silly mapToRegistry name @pact-foundation/pact-provider-verifier
531 silly mapToRegistry scope (from package name) @pact-foundation
532 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
533 silly mapToRegistry using default registry
534 silly mapToRegistry registry https://registry.npmjs.org/
535 silly mapToRegistry data Result {
535 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier',
535 silly mapToRegistry   scope: '@pact-foundation',
535 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier',
535 silly mapToRegistry   rawSpec: '',
535 silly mapToRegistry   spec: 'latest',
535 silly mapToRegistry   type: 'tag' }
536 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier
537 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz not in flight; adding
538 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz',
538 verbose addRemoteTarball   '9deb31fb231227bb448e50089136018999bb9f7e' ]
539 info retry fetch attempt 1 at 11:54:53 PM
540 info attempt registry request try #1 at 11:54:53 PM
541 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
542 http fetch 200 https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz
543 http fetch 200 https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz
544 silly fetchAndShaCheck shasum c86c7d7f9b233803efb406568b6848423e89897e
545 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz not in flight; adding
546 verbose addTmpTarball already have metadata; skipping unpack for superagent-bluebird-promise@3.0.0
547 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
548 silly cache afterAdd superagent-bluebird-promise@3.0.0
549 verbose afterAdd /Users/admin/.npm/superagent-bluebird-promise/3.0.0/package/package.json not in flight; writing
550 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
551 verbose afterAdd /Users/admin/.npm/superagent-bluebird-promise/3.0.0/package/package.json written
552 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64
553 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
553 verbose headers   etag: '"3LABCNA2LIG3V8Q8A7YHTZFNJ"',
553 verbose headers   'content-type': 'application/json',
553 verbose headers   'content-encoding': 'gzip',
553 verbose headers   'cache-control': 'max-age=0',
553 verbose headers   'transfer-encoding': 'chunked',
553 verbose headers   'accept-ranges': 'bytes',
553 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
553 verbose headers   via: '1.1 varnish',
553 verbose headers   age: '0',
553 verbose headers   connection: 'keep-alive',
553 verbose headers   'x-served-by': 'cache-ord1739-ORD',
553 verbose headers   'x-cache': 'MISS',
553 verbose headers   'x-cache-hits': '0',
553 verbose headers   'x-timer': 'S1465448093.141398,VS0,VE292',
553 verbose headers   vary: 'Accept-Encoding' }
554 silly get cb [ 200,
554 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
554 silly get     etag: '"3LABCNA2LIG3V8Q8A7YHTZFNJ"',
554 silly get     'content-type': 'application/json',
554 silly get     'content-encoding': 'gzip',
554 silly get     'cache-control': 'max-age=0',
554 silly get     'transfer-encoding': 'chunked',
554 silly get     'accept-ranges': 'bytes',
554 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
554 silly get     via: '1.1 varnish',
554 silly get     age: '0',
554 silly get     connection: 'keep-alive',
554 silly get     'x-served-by': 'cache-ord1739-ORD',
554 silly get     'x-cache': 'MISS',
554 silly get     'x-cache-hits': '0',
554 silly get     'x-timer': 'S1465448093.141398,VS0,VE292',
554 silly get     vary: 'Accept-Encoding' } ]
555 verbose get saving @pact-foundation/pact-provider-verifier-linux-x64 to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier-linux-x64/.cache.json
556 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
557 silly resolveWithNewModule @pact-foundation/pact-provider-verifier-linux-x64@0.0.12 checking installable status
558 http fetch 200 https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz
559 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32
560 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
560 verbose headers   etag: '"ETSIS0G3XVX85RB2TJ7Y5C6WS"',
560 verbose headers   'content-type': 'application/json',
560 verbose headers   'content-encoding': 'gzip',
560 verbose headers   'cache-control': 'max-age=0',
560 verbose headers   'transfer-encoding': 'chunked',
560 verbose headers   'accept-ranges': 'bytes',
560 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
560 verbose headers   via: '1.1 varnish',
560 verbose headers   age: '0',
560 verbose headers   connection: 'keep-alive',
560 verbose headers   'x-served-by': 'cache-ord1720-ORD',
560 verbose headers   'x-cache': 'MISS',
560 verbose headers   'x-cache-hits': '0',
560 verbose headers   'x-timer': 'S1465448093.220799,VS0,VE328',
560 verbose headers   vary: 'Accept-Encoding' }
561 silly get cb [ 200,
561 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
561 silly get     etag: '"ETSIS0G3XVX85RB2TJ7Y5C6WS"',
561 silly get     'content-type': 'application/json',
561 silly get     'content-encoding': 'gzip',
561 silly get     'cache-control': 'max-age=0',
561 silly get     'transfer-encoding': 'chunked',
561 silly get     'accept-ranges': 'bytes',
561 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
561 silly get     via: '1.1 varnish',
561 silly get     age: '0',
561 silly get     connection: 'keep-alive',
561 silly get     'x-served-by': 'cache-ord1720-ORD',
561 silly get     'x-cache': 'MISS',
561 silly get     'x-cache-hits': '0',
561 silly get     'x-timer': 'S1465448093.220799,VS0,VE328',
561 silly get     vary: 'Accept-Encoding' } ]
562 verbose get saving @pact-foundation/pact-provider-verifier-win32 to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier-win32/.cache.json
563 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
564 silly resolveWithNewModule @pact-foundation/pact-provider-verifier-win32@0.0.12 checking installable status
565 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
566 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
566 verbose headers   etag: '"RRO2OOYO8OFPDN9IV6BK7QM8"',
566 verbose headers   'content-type': 'application/json',
566 verbose headers   'content-encoding': 'gzip',
566 verbose headers   'cache-control': 'max-age=0',
566 verbose headers   'transfer-encoding': 'chunked',
566 verbose headers   'accept-ranges': 'bytes',
566 verbose headers   date: 'Thu, 09 Jun 2016 04:54:53 GMT',
566 verbose headers   via: '1.1 varnish',
566 verbose headers   age: '0',
566 verbose headers   connection: 'keep-alive',
566 verbose headers   'x-served-by': 'cache-ord1732-ORD',
566 verbose headers   'x-cache': 'MISS',
566 verbose headers   'x-cache-hits': '0',
566 verbose headers   'x-timer': 'S1465448093.134305,VS0,VE458',
566 verbose headers   vary: 'Accept-Encoding' }
567 silly get cb [ 200,
567 silly get   { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
567 silly get     etag: '"RRO2OOYO8OFPDN9IV6BK7QM8"',
567 silly get     'content-type': 'application/json',
567 silly get     'content-encoding': 'gzip',
567 silly get     'cache-control': 'max-age=0',
567 silly get     'transfer-encoding': 'chunked',
567 silly get     'accept-ranges': 'bytes',
567 silly get     date: 'Thu, 09 Jun 2016 04:54:53 GMT',
567 silly get     via: '1.1 varnish',
567 silly get     age: '0',
567 silly get     connection: 'keep-alive',
567 silly get     'x-served-by': 'cache-ord1732-ORD',
567 silly get     'x-cache': 'MISS',
567 silly get     'x-cache-hits': '0',
567 silly get     'x-timer': 'S1465448093.134305,VS0,VE458',
567 silly get     vary: 'Accept-Encoding' } ]
568 verbose get saving @pact-foundation/pact-provider-verifier-darwin to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier-darwin/.cache.json
569 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
570 silly resolveWithNewModule @pact-foundation/pact-provider-verifier-darwin@0.0.12 checking installable status
571 silly cache add args [ '@pact-foundation/pact-provider-verifier-darwin@0.0.12',
571 silly cache add   null ]
572 verbose cache add spec @pact-foundation/pact-provider-verifier-darwin@0.0.12
573 silly cache add parsed spec Result {
573 silly cache add   raw: '@pact-foundation/pact-provider-verifier-darwin@0.0.12',
573 silly cache add   scope: '@pact-foundation',
573 silly cache add   name: '@pact-foundation/pact-provider-verifier-darwin',
573 silly cache add   rawSpec: '0.0.12',
573 silly cache add   spec: '0.0.12',
573 silly cache add   type: 'version' }
574 silly addNamed @pact-foundation/pact-provider-verifier-darwin@0.0.12
575 verbose addNamed "0.0.12" is a plain semver version for @pact-foundation/pact-provider-verifier-darwin
576 silly mapToRegistry name @pact-foundation/pact-provider-verifier-darwin
577 silly mapToRegistry scope (from package name) @pact-foundation
578 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
579 silly mapToRegistry using default registry
580 silly mapToRegistry registry https://registry.npmjs.org/
581 silly mapToRegistry data Result {
581 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-darwin',
581 silly mapToRegistry   scope: '@pact-foundation',
581 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-darwin',
581 silly mapToRegistry   rawSpec: '',
581 silly mapToRegistry   spec: 'latest',
581 silly mapToRegistry   type: 'tag' }
582 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
583 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin not in flight; fetching
584 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin not expired, no request
585 silly mapToRegistry name @pact-foundation/pact-provider-verifier-darwin
586 silly mapToRegistry scope (from package name) @pact-foundation
587 verbose mapToRegistry no registry URL found in name for scope @pact-foundation
588 silly mapToRegistry using default registry
589 silly mapToRegistry registry https://registry.npmjs.org/
590 silly mapToRegistry data Result {
590 silly mapToRegistry   raw: '@pact-foundation/pact-provider-verifier-darwin',
590 silly mapToRegistry   scope: '@pact-foundation',
590 silly mapToRegistry   name: '@pact-foundation/pact-provider-verifier-darwin',
590 silly mapToRegistry   rawSpec: '',
590 silly mapToRegistry   spec: 'latest',
590 silly mapToRegistry   type: 'tag' }
591 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin
592 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-provider-verifier-darwin/-/pact-provider-verifier-darwin-0.0.12.tgz not in flight; adding
593 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-provider-verifier-darwin/-/pact-provider-verifier-darwin-0.0.12.tgz',
593 verbose addRemoteTarball   '6f7cd414ecbbbc64c13b15a218c9bb4cbbfb2ea1' ]
594 info retry fetch attempt 1 at 11:54:53 PM
595 info attempt registry request try #1 at 11:54:53 PM
596 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-provider-verifier-darwin/-/pact-provider-verifier-darwin-0.0.12.tgz
597 http fetch 200 https://registry.npmjs.org/bunyan/-/bunyan-1.8.1.tgz
598 http fetch 200 https://registry.npmjs.org/check-types/-/check-types-6.0.0.tgz
599 silly fetchAndShaCheck shasum de12a2ffc295df40b3afca2bcfeb831bc5f5edf0
600 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/check-types/-/check-types-6.0.0.tgz not in flight; adding
601 verbose addTmpTarball already have metadata; skipping unpack for check-types@6.0.0
602 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
603 silly cache afterAdd check-types@6.0.0
604 verbose afterAdd /Users/admin/.npm/check-types/6.0.0/package/package.json not in flight; writing
605 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
606 verbose afterAdd /Users/admin/.npm/check-types/6.0.0/package/package.json written
607 http fetch 200 https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
608 http fetch 200 https://registry.npmjs.org/@pact-foundation/pact-provider-verifier-darwin/-/pact-provider-verifier-darwin-0.0.12.tgz
609 http fetch 200 https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz
610 silly fetchAndShaCheck shasum 4864303c26eccae1160d91d046f65473f022bedc
611 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/unixify/-/unixify-0.2.1.tgz not in flight; adding
612 verbose addTmpTarball already have metadata; skipping unpack for unixify@0.2.1
613 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
614 silly cache afterAdd unixify@0.2.1
615 verbose afterAdd /Users/admin/.npm/unixify/0.2.1/package/package.json not in flight; writing
616 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
617 verbose afterAdd /Users/admin/.npm/unixify/0.2.1/package/package.json written
618 silly fetchAndShaCheck shasum 28b847935a8bb56d7ff1c7eba3631b09d5a49b24
619 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz not in flight; adding
620 verbose addTmpTarball already have metadata; skipping unpack for bluebird@3.4.0
621 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
622 silly cache afterAdd bluebird@3.4.0
623 verbose afterAdd /Users/admin/.npm/bluebird/3.4.0/package/package.json not in flight; writing
624 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
625 verbose afterAdd /Users/admin/.npm/bluebird/3.4.0/package/package.json written
626 silly fetchAndShaCheck shasum 68c6a4a502d5620bc9f72d6736810c1b1898097f
627 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/bunyan/-/bunyan-1.8.1.tgz not in flight; adding
628 verbose addTmpTarball already have metadata; skipping unpack for bunyan@1.8.1
629 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
630 silly cache afterAdd bunyan@1.8.1
631 verbose afterAdd /Users/admin/.npm/bunyan/1.8.1/package/package.json not in flight; writing
632 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
633 verbose afterAdd /Users/admin/.npm/bunyan/1.8.1/package/package.json written
634 silly fetchAndShaCheck shasum 6f7cd414ecbbbc64c13b15a218c9bb4cbbfb2ea1
635 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/pact-provider-verifier-darwin/-/pact-provider-verifier-darwin-0.0.12.tgz not in flight; adding
636 verbose addTmpTarball already have metadata; skipping unpack for @pact-foundation/pact-provider-verifier-darwin@0.0.12
637 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
638 silly cache afterAdd @pact-foundation/pact-provider-verifier-darwin@0.0.12
639 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-provider-verifier-darwin/0.0.12/package/package.json not in flight; writing
640 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing
641 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-provider-verifier-darwin/0.0.12/package/package.json written
642 silly fetchAndShaCheck shasum 9deb31fb231227bb448e50089136018999bb9f7e
643 silly fetchAndShaCheck shasum 5c5eefa72a4a2d86a198e6c450fac514f9826cdf
644 silly rollbackFailedOptional Starting
645 silly rollbackFailedOptional Finishing
646 silly runTopLevelLifecycles Starting
647 silly runTopLevelLifecycles Finishing
648 silly install printInstalled
649 warn optional Skipping failed optional dependency /@pact-foundation/pact-node/@pact-foundation/pact-provider-verifier-linux-ia32:
650 warn notsup Not compatible with your operating system or architecture: @pact-foundation/pact-provider-verifier-linux-ia32@0.0.12
651 warn optional Skipping failed optional dependency /@pact-foundation/pact-node/@pact-foundation/pact-provider-verifier-linux-x64:
652 warn notsup Not compatible with your operating system or architecture: @pact-foundation/pact-provider-verifier-linux-x64@0.0.12
653 warn optional Skipping failed optional dependency /@pact-foundation/pact-node/@pact-foundation/pact-provider-verifier-win32:
654 warn notsup Not compatible with your operating system or architecture: @pact-foundation/pact-provider-verifier-win32@0.0.12
655 verbose stack Error: shasum check failed for /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
655 verbose stack Expected: 9deb31fb231227bb448e50089136018999bb9f7e
655 verbose stack Actual:   4c296ca99a6acf9aa6444972ae9960b44e7aec6a
655 verbose stack From:     https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
655 verbose stack     at /Users/admin/.nvm/versions/node/v6.1.0/lib/node_modules/npm/node_modules/sha/index.js:25:8
655 verbose stack     at ReadStream.<anonymous> (/Users/admin/.nvm/versions/node/v6.1.0/lib/node_modules/npm/node_modules/sha/index.js:72:7)
655 verbose stack     at emitNone (events.js:91:20)
655 verbose stack     at ReadStream.emit (events.js:185:7)
655 verbose stack     at endReadableNT (_stream_readable.js:926:12)
655 verbose stack     at _combinedTickCallback (internal/process/next_tick.js:74:11)
655 verbose stack     at process._tickCallback (internal/process/next_tick.js:98:9)
656 verbose cwd /Users/admin/development/travi.org/admin/site
657 error Darwin 15.4.0
658 error argv "/Users/admin/.nvm/versions/node/v6.1.0/bin/node" "/Users/admin/.nvm/versions/node/v6.1.0/bin/npm" "i" "@pact-foundation/grunt-pact@latest" "--save-dev"
659 error node v6.1.0
660 error npm  v3.8.6
661 error shasum check failed for /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
661 error Expected: 9deb31fb231227bb448e50089136018999bb9f7e
661 error Actual:   4c296ca99a6acf9aa6444972ae9960b44e7aec6a
661 error From:     https://registry.npmjs.org/@pact-foundation/pact-provider-verifier/-/pact-provider-verifier-0.0.12.tgz
662 error If you need help, you may report this error at:
662 error     <https://github.com/npm/npm/issues>
663 verbose exit [ 1, true ]
mboudreau commented 8 years ago

Hm, weird. Just tried within a clean docker container (no cache, no nothing) and installed it without a hitch. I remember you changed something in the package locally to try to test out what was going on, maybe that's the issue that's here?

Try to do npm cache clean @pact-foundation to clean out anything from the foundation and make sure it's been removed from your npm cache within your file system, then check to make sure there's nothing weird in your .npmrc config file. Just to make sure, you can always delete it and npm should create the default one. To me, this seems like there's a version mismatch between what's on the server and what's on local, but your current system is getting it locally from some cache somewhere. I see that you're using NVM, which might mess up where things are installed or what's the cache path. I personally haven't tested it with v6 of node as of yet since it's so new and not available yet on my CI server. Maybe try to downgrade to 5 and see if it works if nothing else progresses.

On Thu, Jun 9, 2016 at 3:36 PM Matt Travi notifications@github.com wrote:

it looks like the reason that pact-mock-service was the wrong version was that i forgot to include the @latest on my npm install. oops

however, updating the command didn't fix the situation for me. i even did an npm cache clear. this time the problem seems to be with pact-provider-verifier

here is the full log output:

0 info it worked if it ends with ok 1 verbose cli [ '/Users/admin/.nvm/versions/node/v6.1.0/bin/node', 1 verbose cli '/Users/admin/.nvm/versions/node/v6.1.0/bin/npm', 1 verbose cli 'i', 1 verbose cli '@pact-foundation/grunt-pact@latest', 1 verbose cli '--save-dev' ] 2 info using npm@3.8.6 3 info using node@v6.1.0 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData @pact-foundation/grunt-pact@latest 8 silly fetchNamedPackageData @pact-foundation/grunt-pact 9 silly mapToRegistry name @pact-foundation/grunt-pact 10 silly mapToRegistry scope (from package name) @pact-foundation 11 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 12 silly mapToRegistry using default registry 13 silly mapToRegistry registry https://registry.npmjs.org/ 14 silly mapToRegistry data Result { 14 silly mapToRegistry raw: '@pact-foundation/grunt-pact', 14 silly mapToRegistry scope: '@pact-foundation', 14 silly mapToRegistry name: '@pact-foundation/grunt-pact', 14 silly mapToRegistry rawSpec: '', 14 silly mapToRegistry spec: 'latest', 14 silly mapToRegistry type: 'tag' } 15 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 16 verbose request uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 17 verbose request no auth needed 18 info attempt registry request try #1 at 11:54:46 PM 19 verbose request id 10e78d11b9822c98 20 http request GET https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 21 http 200 https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 22 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 22 verbose headers etag: '"1IV79VKFGCYX94VATCKR1XC86"', 22 verbose headers 'content-type': 'application/json', 22 verbose headers 'content-encoding': 'gzip', 22 verbose headers 'cache-control': 'max-age=0', 22 verbose headers 'transfer-encoding': 'chunked', 22 verbose headers 'accept-ranges': 'bytes', 22 verbose headers date: 'Thu, 09 Jun 2016 04:54:48 GMT', 22 verbose headers via: '1.1 varnish', 22 verbose headers age: '0', 22 verbose headers connection: 'keep-alive', 22 verbose headers 'x-served-by': 'cache-ord1739-ORD', 22 verbose headers 'x-cache': 'MISS', 22 verbose headers 'x-cache-hits': '0', 22 verbose headers 'x-timer': 'S1465448087.790343,VS0,VE359', 22 verbose headers vary: 'Accept-Encoding' } 23 silly get cb [ 200, 23 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 23 silly get etag: '"1IV79VKFGCYX94VATCKR1XC86"', 23 silly get 'content-type': 'application/json', 23 silly get 'content-encoding': 'gzip', 23 silly get 'cache-control': 'max-age=0', 23 silly get 'transfer-encoding': 'chunked', 23 silly get 'accept-ranges': 'bytes', 23 silly get date: 'Thu, 09 Jun 2016 04:54:48 GMT', 23 silly get via: '1.1 varnish', 23 silly get age: '0', 23 silly get connection: 'keep-alive', 23 silly get 'x-served-by': 'cache-ord1739-ORD', 23 silly get 'x-cache': 'MISS', 23 silly get 'x-cache-hits': '0', 23 silly get 'x-timer': 'S1465448087.790343,VS0,VE359', 23 silly get vary: 'Accept-Encoding' } ] 24 verbose get saving @pact-foundation/grunt-pact to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fgrunt-pact/.cache.json 25 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 26 verbose makeDirectory /Users/admin/.npm creation not in flight; initializing 27 silly makeDirectory /Users/admin/.npm uid: 501 gid: 20 28 silly install normalizeTree 29 silly loadCurrentTree Finishing 30 silly loadIdealTree Starting 31 silly install loadIdealTree 32 silly cloneCurrentTree Starting 33 silly install cloneCurrentTreeToIdealTree 34 silly cloneCurrentTree Finishing 35 silly loadShrinkwrap Starting 36 silly install loadShrinkwrap 37 silly loadShrinkwrap Finishing 38 silly loadAllDepsIntoIdealTree Starting 39 silly install loadAllDepsIntoIdealTree 40 silly resolveWithNewModule @pact-foundation/grunt-pact@4.2.0 checking installable status 41 silly cache add args [ '@pact-foundation/grunt-pact@latest', null ] 42 verbose cache add spec @pact-foundation/grunt-pact@latest 43 silly cache add parsed spec Result { 43 silly cache add raw: '@pact-foundation/grunt-pact@latest', 43 silly cache add scope: '@pact-foundation', 43 silly cache add name: '@pact-foundation/grunt-pact', 43 silly cache add rawSpec: 'latest', 43 silly cache add spec: 'latest', 43 silly cache add type: 'tag' } 44 silly addNamed @pact-foundation/grunt-pact@latest 45 verbose addNamed "latest" is being treated as a dist-tag for @pact-foundation/grunt-pact 46 info addNameTag [ '@pact-foundation/grunt-pact', 'latest' ] 47 silly mapToRegistry name @pact-foundation/grunt-pact 48 silly mapToRegistry scope (from package name) @pact-foundation 49 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 50 silly mapToRegistry using default registry 51 silly mapToRegistry registry https://registry.npmjs.org/ 52 silly mapToRegistry data Result { 52 silly mapToRegistry raw: '@pact-foundation/grunt-pact', 52 silly mapToRegistry scope: '@pact-foundation', 52 silly mapToRegistry name: '@pact-foundation/grunt-pact', 52 silly mapToRegistry rawSpec: '', 52 silly mapToRegistry spec: 'latest', 52 silly mapToRegistry type: 'tag' } 53 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 54 verbose addNameTag registry:https://registry.npmjs.org/@pact-foundation%2fgrunt-pact not in flight; fetching 55 verbose get https://registry.npmjs.org/@pact-foundation%2fgrunt-pact not expired, no request 56 silly addNameTag next cb for @pact-foundation/grunt-pact with tag latest 57 silly addNamed @pact-foundation/grunt-pact@4.2.0 58 verbose addNamed "4.2.0" is a plain semver version for @pact-foundation/grunt-pact 59 silly mapToRegistry name @pact-foundation/grunt-pact 60 silly mapToRegistry scope (from package name) @pact-foundation 61 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 62 silly mapToRegistry using default registry 63 silly mapToRegistry registry https://registry.npmjs.org/ 64 silly mapToRegistry data Result { 64 silly mapToRegistry raw: '@pact-foundation/grunt-pact', 64 silly mapToRegistry scope: '@pact-foundation', 64 silly mapToRegistry name: '@pact-foundation/grunt-pact', 64 silly mapToRegistry rawSpec: '', 64 silly mapToRegistry spec: 'latest', 64 silly mapToRegistry type: 'tag' } 65 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fgrunt-pact 66 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz not in flight; adding 67 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz', 67 verbose addRemoteTarball '416154055c106c0a4bf7e5ace9e4b88218b5a297' ] 68 info retry fetch attempt 1 at 11:54:50 PM 69 info attempt registry request try #1 at 11:54:50 PM 70 http fetch GET https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz 71 http fetch 200 https://registry.npmjs.org/@pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz 72 silly fetchAndShaCheck shasum 416154055c106c0a4bf7e5ace9e4b88218b5a297 73 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/grunt-pact/-/grunt-pact-4.2.0.tgz not in flight; adding 74 verbose addTmpTarball already have metadata; skipping unpack for @pact-foundation/grunt-pact@4.2.0 75 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 76 silly cache afterAdd @pact-foundation/grunt-pact@4.2.0 77 verbose afterAdd /Users/admin/.npm/@pact-foundation/grunt-pact/4.2.0/package/package.json not in flight; writing 78 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 79 verbose afterAdd /Users/admin/.npm/@pact-foundation/grunt-pact/4.2.0/package/package.json written 80 silly fetchNamedPackageData @pact-foundation/pact-node 81 silly mapToRegistry name @pact-foundation/pact-node 82 silly mapToRegistry scope (from package name) @pact-foundation 83 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 84 silly mapToRegistry using default registry 85 silly mapToRegistry registry https://registry.npmjs.org/ 86 silly mapToRegistry data Result { 86 silly mapToRegistry raw: '@pact-foundation/pact-node', 86 silly mapToRegistry scope: '@pact-foundation', 86 silly mapToRegistry name: '@pact-foundation/pact-node', 86 silly mapToRegistry rawSpec: '', 86 silly mapToRegistry spec: 'latest', 86 silly mapToRegistry type: 'tag' } 87 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node 88 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-node 89 verbose request no auth needed 90 info attempt registry request try #1 at 11:54:50 PM 91 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-node 92 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-node 93 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 93 verbose headers etag: '"48UTBFFLD5GDQF4HYOTA7SW2Y"', 93 verbose headers 'content-type': 'application/json', 93 verbose headers 'content-encoding': 'gzip', 93 verbose headers 'cache-control': 'max-age=0', 93 verbose headers 'transfer-encoding': 'chunked', 93 verbose headers 'accept-ranges': 'bytes', 93 verbose headers date: 'Thu, 09 Jun 2016 04:54:51 GMT', 93 verbose headers via: '1.1 varnish', 93 verbose headers age: '0', 93 verbose headers connection: 'keep-alive', 93 verbose headers 'x-served-by': 'cache-ord1739-ORD', 93 verbose headers 'x-cache': 'MISS', 93 verbose headers 'x-cache-hits': '0', 93 verbose headers 'x-timer': 'S1465448090.946809,VS0,VE304', 93 verbose headers vary: 'Accept-Encoding' } 94 silly get cb [ 200, 94 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 94 silly get etag: '"48UTBFFLD5GDQF4HYOTA7SW2Y"', 94 silly get 'content-type': 'application/json', 94 silly get 'content-encoding': 'gzip', 94 silly get 'cache-control': 'max-age=0', 94 silly get 'transfer-encoding': 'chunked', 94 silly get 'accept-ranges': 'bytes', 94 silly get date: 'Thu, 09 Jun 2016 04:54:51 GMT', 94 silly get via: '1.1 varnish', 94 silly get age: '0', 94 silly get connection: 'keep-alive', 94 silly get 'x-served-by': 'cache-ord1739-ORD', 94 silly get 'x-cache': 'MISS', 94 silly get 'x-cache-hits': '0', 94 silly get 'x-timer': 'S1465448090.946809,VS0,VE304', 94 silly get vary: 'Accept-Encoding' } ] 95 verbose get saving @pact-foundation/pact-node to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-node/.cache.json 96 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 97 silly resolveWithNewModule @pact-foundation/pact-node@4.3.0 checking installable status 98 silly cache add args [ '@pact-foundation/pact-node@4.3.0', null ] 99 verbose cache add spec @pact-foundation/pact-node@4.3.0 100 silly cache add parsed spec Result { 100 silly cache add raw: '@pact-foundation/pact-node@4.3.0', 100 silly cache add scope: '@pact-foundation', 100 silly cache add name: '@pact-foundation/pact-node', 100 silly cache add rawSpec: '4.3.0', 100 silly cache add spec: '4.3.0', 100 silly cache add type: 'version' } 101 silly addNamed @pact-foundation/pact-node@4.3.0 102 verbose addNamed "4.3.0" is a plain semver version for @pact-foundation/pact-node 103 silly mapToRegistry name @pact-foundation/pact-node 104 silly mapToRegistry scope (from package name) @pact-foundation 105 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 106 silly mapToRegistry using default registry 107 silly mapToRegistry registry https://registry.npmjs.org/ 108 silly mapToRegistry data Result { 108 silly mapToRegistry raw: '@pact-foundation/pact-node', 108 silly mapToRegistry scope: '@pact-foundation', 108 silly mapToRegistry name: '@pact-foundation/pact-node', 108 silly mapToRegistry rawSpec: '', 108 silly mapToRegistry spec: 'latest', 108 silly mapToRegistry type: 'tag' } 109 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node 110 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-node not in flight; fetching 111 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-node not expired, no request 112 silly mapToRegistry name @pact-foundation/pact-node 113 silly mapToRegistry scope (from package name) @pact-foundation 114 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 115 silly mapToRegistry using default registry 116 silly mapToRegistry registry https://registry.npmjs.org/ 117 silly mapToRegistry data Result { 117 silly mapToRegistry raw: '@pact-foundation/pact-node', 117 silly mapToRegistry scope: '@pact-foundation', 117 silly mapToRegistry name: '@pact-foundation/pact-node', 117 silly mapToRegistry rawSpec: '', 117 silly mapToRegistry spec: 'latest', 117 silly mapToRegistry type: 'tag' } 118 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-node 119 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz not in flight; adding 120 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz', 120 verbose addRemoteTarball '7465c09f8b400dc91d2024fa94db326c0a06f45e' ] 121 info retry fetch attempt 1 at 11:54:51 PM 122 info attempt registry request try #1 at 11:54:51 PM 123 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz 124 http fetch 200 https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-4.3.0.tgz 125 silly fetchAndShaCheck shasum 7465c09f8b400dc91d2024fa94db326c0a06f45e 126 verbose addTmpTarball /var/folders/9l/q9klhdys15xcxrqxpmh76ccr0000gn/T/npm-56360-58bea3ad/registry.npmjs.org/_40pact-foundation/pact-node/-/pact-node-4.3.0.tgz not in flight; adding 127 verbose addTmpTarball already have metadata; skipping unpack for @pact-foundation/pact-node@4.3.0 128 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 129 silly cache afterAdd @pact-foundation/pact-node@4.3.0 130 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-node/4.3.0/package/package.json not in flight; writing 131 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 132 verbose afterAdd /Users/admin/.npm/@pact-foundation/pact-node/4.3.0/package/package.json written 133 silly fetchNamedPackageData @pact-foundation/pact-mock-service 134 silly mapToRegistry name @pact-foundation/pact-mock-service 135 silly mapToRegistry scope (from package name) @pact-foundation 136 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 137 silly mapToRegistry using default registry 138 silly mapToRegistry registry https://registry.npmjs.org/ 139 silly mapToRegistry data Result { 139 silly mapToRegistry raw: '@pact-foundation/pact-mock-service', 139 silly mapToRegistry scope: '@pact-foundation', 139 silly mapToRegistry name: '@pact-foundation/pact-mock-service', 139 silly mapToRegistry rawSpec: '', 139 silly mapToRegistry spec: 'latest', 139 silly mapToRegistry type: 'tag' } 140 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 141 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier 142 silly mapToRegistry name @pact-foundation/pact-provider-verifier 143 silly mapToRegistry scope (from package name) @pact-foundation 144 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 145 silly mapToRegistry using default registry 146 silly mapToRegistry registry https://registry.npmjs.org/ 147 silly mapToRegistry data Result { 147 silly mapToRegistry raw: '@pact-foundation/pact-provider-verifier', 147 silly mapToRegistry scope: '@pact-foundation', 147 silly mapToRegistry name: '@pact-foundation/pact-provider-verifier', 147 silly mapToRegistry rawSpec: '', 147 silly mapToRegistry spec: 'latest', 147 silly mapToRegistry type: 'tag' } 148 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier 149 silly fetchNamedPackageData bluebird 150 silly mapToRegistry name bluebird 151 silly mapToRegistry using default registry 152 silly mapToRegistry registry https://registry.npmjs.org/ 153 silly mapToRegistry data Result { 153 silly mapToRegistry raw: 'bluebird', 153 silly mapToRegistry scope: null, 153 silly mapToRegistry name: 'bluebird', 153 silly mapToRegistry rawSpec: '', 153 silly mapToRegistry spec: 'latest', 153 silly mapToRegistry type: 'tag' } 154 silly mapToRegistry uri https://registry.npmjs.org/bluebird 155 silly fetchNamedPackageData bunyan 156 silly mapToRegistry name bunyan 157 silly mapToRegistry using default registry 158 silly mapToRegistry registry https://registry.npmjs.org/ 159 silly mapToRegistry data Result { 159 silly mapToRegistry raw: 'bunyan', 159 silly mapToRegistry scope: null, 159 silly mapToRegistry name: 'bunyan', 159 silly mapToRegistry rawSpec: '', 159 silly mapToRegistry spec: 'latest', 159 silly mapToRegistry type: 'tag' } 160 silly mapToRegistry uri https://registry.npmjs.org/bunyan 161 silly fetchNamedPackageData bunyan-prettystream 162 silly mapToRegistry name bunyan-prettystream 163 silly mapToRegistry using default registry 164 silly mapToRegistry registry https://registry.npmjs.org/ 165 silly mapToRegistry data Result { 165 silly mapToRegistry raw: 'bunyan-prettystream', 165 silly mapToRegistry scope: null, 165 silly mapToRegistry name: 'bunyan-prettystream', 165 silly mapToRegistry rawSpec: '', 165 silly mapToRegistry spec: 'latest', 165 silly mapToRegistry type: 'tag' } 166 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream 167 silly fetchNamedPackageData check-types 168 silly mapToRegistry name check-types 169 silly mapToRegistry using default registry 170 silly mapToRegistry registry https://registry.npmjs.org/ 171 silly mapToRegistry data Result { 171 silly mapToRegistry raw: 'check-types', 171 silly mapToRegistry scope: null, 171 silly mapToRegistry name: 'check-types', 171 silly mapToRegistry rawSpec: '', 171 silly mapToRegistry spec: 'latest', 171 silly mapToRegistry type: 'tag' } 172 silly mapToRegistry uri https://registry.npmjs.org/check-types 173 silly fetchNamedPackageData superagent-bluebird-promise 174 silly mapToRegistry name superagent-bluebird-promise 175 silly mapToRegistry using default registry 176 silly mapToRegistry registry https://registry.npmjs.org/ 177 silly mapToRegistry data Result { 177 silly mapToRegistry raw: 'superagent-bluebird-promise', 177 silly mapToRegistry scope: null, 177 silly mapToRegistry name: 'superagent-bluebird-promise', 177 silly mapToRegistry rawSpec: '', 177 silly mapToRegistry spec: 'latest', 177 silly mapToRegistry type: 'tag' } 178 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise 179 silly fetchNamedPackageData unixify 180 silly mapToRegistry name unixify 181 silly mapToRegistry using default registry 182 silly mapToRegistry registry https://registry.npmjs.org/ 183 silly mapToRegistry data Result { 183 silly mapToRegistry raw: 'unixify', 183 silly mapToRegistry scope: null, 183 silly mapToRegistry name: 'unixify', 183 silly mapToRegistry rawSpec: '', 183 silly mapToRegistry spec: 'latest', 183 silly mapToRegistry type: 'tag' } 184 silly mapToRegistry uri https://registry.npmjs.org/unixify 185 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-darwin 186 silly mapToRegistry name @pact-foundation/pact-provider-verifier-darwin 187 silly mapToRegistry scope (from package name) @pact-foundation 188 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 189 silly mapToRegistry using default registry 190 silly mapToRegistry registry https://registry.npmjs.org/ 191 silly mapToRegistry data Result { 191 silly mapToRegistry raw: '@pact-foundation/pact-provider-verifier-darwin', 191 silly mapToRegistry scope: '@pact-foundation', 191 silly mapToRegistry name: '@pact-foundation/pact-provider-verifier-darwin', 191 silly mapToRegistry rawSpec: '', 191 silly mapToRegistry spec: 'latest', 191 silly mapToRegistry type: 'tag' } 192 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin 193 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-linux-ia32 194 silly mapToRegistry name @pact-foundation/pact-provider-verifier-linux-ia32 195 silly mapToRegistry scope (from package name) @pact-foundation 196 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 197 silly mapToRegistry using default registry 198 silly mapToRegistry registry https://registry.npmjs.org/ 199 silly mapToRegistry data Result { 199 silly mapToRegistry raw: '@pact-foundation/pact-provider-verifier-linux-ia32', 199 silly mapToRegistry scope: '@pact-foundation', 199 silly mapToRegistry name: '@pact-foundation/pact-provider-verifier-linux-ia32', 199 silly mapToRegistry rawSpec: '', 199 silly mapToRegistry spec: 'latest', 199 silly mapToRegistry type: 'tag' } 200 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32 201 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-linux-x64 202 silly mapToRegistry name @pact-foundation/pact-provider-verifier-linux-x64 203 silly mapToRegistry scope (from package name) @pact-foundation 204 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 205 silly mapToRegistry using default registry 206 silly mapToRegistry registry https://registry.npmjs.org/ 207 silly mapToRegistry data Result { 207 silly mapToRegistry raw: '@pact-foundation/pact-provider-verifier-linux-x64', 207 silly mapToRegistry scope: '@pact-foundation', 207 silly mapToRegistry name: '@pact-foundation/pact-provider-verifier-linux-x64', 207 silly mapToRegistry rawSpec: '', 207 silly mapToRegistry spec: 'latest', 207 silly mapToRegistry type: 'tag' } 208 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64 209 silly fetchNamedPackageData @pact-foundation/pact-provider-verifier-win32 210 silly mapToRegistry name @pact-foundation/pact-provider-verifier-win32 211 silly mapToRegistry scope (from package name) @pact-foundation 212 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 213 silly mapToRegistry using default registry 214 silly mapToRegistry registry https://registry.npmjs.org/ 215 silly mapToRegistry data Result { 215 silly mapToRegistry raw: '@pact-foundation/pact-provider-verifier-win32', 215 silly mapToRegistry scope: '@pact-foundation', 215 silly mapToRegistry name: '@pact-foundation/pact-provider-verifier-win32', 215 silly mapToRegistry rawSpec: '', 215 silly mapToRegistry spec: 'latest', 215 silly mapToRegistry type: 'tag' } 216 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32 217 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 218 verbose request no auth needed 219 info attempt registry request try #1 at 11:54:52 PM 220 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 221 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier 222 verbose request no auth needed 223 info attempt registry request try #1 at 11:54:52 PM 224 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier 225 verbose request uri https://registry.npmjs.org/bluebird 226 verbose request no auth needed 227 info attempt registry request try #1 at 11:54:52 PM 228 http request GET https://registry.npmjs.org/bluebird 229 verbose request uri https://registry.npmjs.org/bunyan 230 verbose request no auth needed 231 info attempt registry request try #1 at 11:54:52 PM 232 http request GET https://registry.npmjs.org/bunyan 233 verbose request uri https://registry.npmjs.org/bunyan-prettystream 234 verbose request no auth needed 235 info attempt registry request try #1 at 11:54:52 PM 236 http request GET https://registry.npmjs.org/bunyan-prettystream 237 verbose request uri https://registry.npmjs.org/check-types 238 verbose request no auth needed 239 info attempt registry request try #1 at 11:54:52 PM 240 http request GET https://registry.npmjs.org/check-types 241 verbose request uri https://registry.npmjs.org/superagent-bluebird-promise 242 verbose request no auth needed 243 info attempt registry request try #1 at 11:54:52 PM 244 http request GET https://registry.npmjs.org/superagent-bluebird-promise 245 verbose request uri https://registry.npmjs.org/unixify 246 verbose request no auth needed 247 info attempt registry request try #1 at 11:54:52 PM 248 http request GET https://registry.npmjs.org/unixify 249 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin 250 verbose request no auth needed 251 info attempt registry request try #1 at 11:54:52 PM 252 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-darwin 253 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32 254 verbose request no auth needed 255 info attempt registry request try #1 at 11:54:52 PM 256 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32 257 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64 258 verbose request no auth needed 259 info attempt registry request try #1 at 11:54:52 PM 260 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-x64 261 verbose request uri https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32 262 verbose request no auth needed 263 info attempt registry request try #1 at 11:54:52 PM 264 http request GET https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-win32 265 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 266 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 266 verbose headers etag: '"13RT78N1N1RCEBNQBB09R7OVR"', 266 verbose headers 'content-type': 'application/json', 266 verbose headers 'content-encoding': 'gzip', 266 verbose headers 'cache-control': 'max-age=0', 266 verbose headers 'transfer-encoding': 'chunked', 266 verbose headers 'accept-ranges': 'bytes', 266 verbose headers date: 'Thu, 09 Jun 2016 04:54:52 GMT', 266 verbose headers via: '1.1 varnish', 266 verbose headers age: '0', 266 verbose headers connection: 'keep-alive', 266 verbose headers 'x-served-by': 'cache-ord1739-ORD', 266 verbose headers 'x-cache': 'MISS', 266 verbose headers 'x-cache-hits': '0', 266 verbose headers 'x-timer': 'S1465448092.320693,VS0,VE146', 266 verbose headers vary: 'Accept-Encoding' } 267 silly get cb [ 200, 267 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 267 silly get etag: '"13RT78N1N1RCEBNQBB09R7OVR"', 267 silly get 'content-type': 'application/json', 267 silly get 'content-encoding': 'gzip', 267 silly get 'cache-control': 'max-age=0', 267 silly get 'transfer-encoding': 'chunked', 267 silly get 'accept-ranges': 'bytes', 267 silly get date: 'Thu, 09 Jun 2016 04:54:52 GMT', 267 silly get via: '1.1 varnish', 267 silly get age: '0', 267 silly get connection: 'keep-alive', 267 silly get 'x-served-by': 'cache-ord1739-ORD', 267 silly get 'x-cache': 'MISS', 267 silly get 'x-cache-hits': '0', 267 silly get 'x-timer': 'S1465448092.320693,VS0,VE146', 267 silly get vary: 'Accept-Encoding' } ] 268 verbose get saving @pact-foundation/pact-mock-service to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-mock-service/.cache.json 269 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 270 silly resolveWithNewModule @pact-foundation/pact-mock-service@0.9.0 checking installable status 271 silly cache add args [ '@pact-foundation/pact-mock-service@0.9.0', null ] 272 verbose cache add spec @pact-foundation/pact-mock-service@0.9.0 273 silly cache add parsed spec Result { 273 silly cache add raw: '@pact-foundation/pact-mock-service@0.9.0', 273 silly cache add scope: '@pact-foundation', 273 silly cache add name: '@pact-foundation/pact-mock-service', 273 silly cache add rawSpec: '0.9.0', 273 silly cache add spec: '0.9.0', 273 silly cache add type: 'version' } 274 silly addNamed @pact-foundation/pact-mock-service@0.9.0 275 verbose addNamed "0.9.0" is a plain semver version for @pact-foundation/pact-mock-service 276 silly mapToRegistry name @pact-foundation/pact-mock-service 277 silly mapToRegistry scope (from package name) @pact-foundation 278 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 279 silly mapToRegistry using default registry 280 silly mapToRegistry registry https://registry.npmjs.org/ 281 silly mapToRegistry data Result { 281 silly mapToRegistry raw: '@pact-foundation/pact-mock-service', 281 silly mapToRegistry scope: '@pact-foundation', 281 silly mapToRegistry name: '@pact-foundation/pact-mock-service', 281 silly mapToRegistry rawSpec: '', 281 silly mapToRegistry spec: 'latest', 281 silly mapToRegistry type: 'tag' } 282 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 283 verbose addNameVersion registry:https://registry.npmjs.org/@pact-foundation%2fpact-mock-service not in flight; fetching 284 verbose get https://registry.npmjs.org/@pact-foundation%2fpact-mock-service not expired, no request 285 silly mapToRegistry name @pact-foundation/pact-mock-service 286 silly mapToRegistry scope (from package name) @pact-foundation 287 verbose mapToRegistry no registry URL found in name for scope @pact-foundation 288 silly mapToRegistry using default registry 289 silly mapToRegistry registry https://registry.npmjs.org/ 290 silly mapToRegistry data Result { 290 silly mapToRegistry raw: '@pact-foundation/pact-mock-service', 290 silly mapToRegistry scope: '@pact-foundation', 290 silly mapToRegistry name: '@pact-foundation/pact-mock-service', 290 silly mapToRegistry rawSpec: '', 290 silly mapToRegistry spec: 'latest', 290 silly mapToRegistry type: 'tag' } 291 silly mapToRegistry uri https://registry.npmjs.org/@pact-foundation%2fpact-mock-service 292 verbose addRemoteTarball https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz not in flight; adding 293 verbose addRemoteTarball [ 'https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz', 293 verbose addRemoteTarball '5c5eefa72a4a2d86a198e6c450fac514f9826cdf' ] 294 info retry fetch attempt 1 at 11:54:52 PM 295 info attempt registry request try #1 at 11:54:52 PM 296 http fetch GET https://registry.npmjs.org/@pact-foundation/pact-mock-service/-/pact-mock-service-0.9.0.tgz 297 http 200 https://registry.npmjs.org/bunyan-prettystream 298 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 298 verbose headers etag: '"DWJMCKYHN7ER7JVQPTTD8WT3K"', 298 verbose headers 'content-type': 'application/json', 298 verbose headers 'content-encoding': 'gzip', 298 verbose headers 'cache-control': 'max-age=300', 298 verbose headers 'content-length': '2378', 298 verbose headers 'accept-ranges': 'bytes', 298 verbose headers date: 'Thu, 09 Jun 2016 04:54:53 GMT', 298 verbose headers via: '1.1 varnish', 298 verbose headers age: '232', 298 verbose headers connection: 'keep-alive', 298 verbose headers 'x-served-by': 'cache-ord1741-ORD', 298 verbose headers 'x-cache': 'HIT', 298 verbose headers 'x-cache-hits': '1', 298 verbose headers 'x-timer': 'S1465448093.038000,VS0,VE0', 298 verbose headers vary: 'Accept-Encoding' } 299 silly get cb [ 200, 299 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 299 silly get etag: '"DWJMCKYHN7ER7JVQPTTD8WT3K"', 299 silly get 'content-type': 'application/json', 299 silly get 'content-encoding': 'gzip', 299 silly get 'cache-control': 'max-age=300', 299 silly get 'content-length': '2378', 299 silly get 'accept-ranges': 'bytes', 299 silly get date: 'Thu, 09 Jun 2016 04:54:53 GMT', 299 silly get via: '1.1 varnish', 299 silly get age: '232', 299 silly get connection: 'keep-alive', 299 silly get 'x-served-by': 'cache-ord1741-ORD', 299 silly get 'x-cache': 'HIT', 299 silly get 'x-cache-hits': '1', 299 silly get 'x-timer': 'S1465448093.038000,VS0,VE0', 299 silly get vary: 'Accept-Encoding' } ] 300 verbose get saving bunyan-prettystream to /Users/admin/.npm/registry.npmjs.org/bunyan-prettystream/.cache.json 301 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 302 silly resolveWithNewModule bunyan-prettystream@0.1.3 checking installable status 303 silly cache add args [ 'bunyan-prettystream@^0.1.3', null ] 304 verbose cache add spec bunyan-prettystream@^0.1.3 305 silly cache add parsed spec Result { 305 silly cache add raw: 'bunyan-prettystream@^0.1.3', 305 silly cache add scope: null, 305 silly cache add name: 'bunyan-prettystream', 305 silly cache add rawSpec: '^0.1.3', 305 silly cache add spec: '>=0.1.3 <0.2.0', 305 silly cache add type: 'range' } 306 silly addNamed bunyan-prettystream@>=0.1.3 <0.2.0 307 verbose addNamed ">=0.1.3 <0.2.0" is a valid semver range for bunyan-prettystream 308 silly addNameRange { name: 'bunyan-prettystream', 308 silly addNameRange range: '>=0.1.3 <0.2.0', 308 silly addNameRange hasData: false } 309 silly mapToRegistry name bunyan-prettystream 310 silly mapToRegistry using default registry 311 silly mapToRegistry registry https://registry.npmjs.org/ 312 silly mapToRegistry data Result { 312 silly mapToRegistry raw: 'bunyan-prettystream', 312 silly mapToRegistry scope: null, 312 silly mapToRegistry name: 'bunyan-prettystream', 312 silly mapToRegistry rawSpec: '', 312 silly mapToRegistry spec: 'latest', 312 silly mapToRegistry type: 'tag' } 313 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream 314 verbose addNameRange registry:https://registry.npmjs.org/bunyan-prettystream not in flight; fetching 315 verbose get https://registry.npmjs.org/bunyan-prettystream not expired, no request 316 silly addNameRange number 2 { name: 'bunyan-prettystream', 316 silly addNameRange range: '>=0.1.3 <0.2.0', 316 silly addNameRange hasData: true } 317 silly addNameRange versions [ 'bunyan-prettystream', [ '0.1.0', '0.1.2', '0.1.3' ] ] 318 silly addNamed bunyan-prettystream@0.1.3 319 verbose addNamed "0.1.3" is a plain semver version for bunyan-prettystream 320 silly mapToRegistry name bunyan-prettystream 321 silly mapToRegistry using default registry 322 silly mapToRegistry registry https://registry.npmjs.org/ 323 silly mapToRegistry data Result { 323 silly mapToRegistry raw: 'bunyan-prettystream', 323 silly mapToRegistry scope: null, 323 silly mapToRegistry name: 'bunyan-prettystream', 323 silly mapToRegistry rawSpec: '', 323 silly mapToRegistry spec: 'latest', 323 silly mapToRegistry type: 'tag' } 324 silly mapToRegistry uri https://registry.npmjs.org/bunyan-prettystream 325 verbose addRemoteTarball https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz not in flight; adding 326 verbose addRemoteTarball [ 'https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz', 326 verbose addRemoteTarball '6c3b713266f6ad32007c7b6ab1e998a245349d98' ] 327 info retry fetch attempt 1 at 11:54:52 PM 328 info attempt registry request try #1 at 11:54:52 PM 329 http fetch GET https://registry.npmjs.org/bunyan-prettystream/-/bunyan-prettystream-0.1.3.tgz 330 http 200 https://registry.npmjs.org/superagent-bluebird-promise 331 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 331 verbose headers etag: '"EY7LPT2J3WABUYZB5JYPRWA6S"', 331 verbose headers 'content-type': 'application/json', 331 verbose headers 'content-encoding': 'gzip', 331 verbose headers 'cache-control': 'max-age=300', 331 verbose headers 'content-length': '4410', 331 verbose headers 'accept-ranges': 'bytes', 331 verbose headers date: 'Thu, 09 Jun 2016 04:54:53 GMT', 331 verbose headers via: '1.1 varnish', 331 verbose headers age: '232', 331 verbose headers connection: 'keep-alive', 331 verbose headers 'x-served-by': 'cache-ord1734-ORD', 331 verbose headers 'x-cache': 'HIT', 331 verbose headers 'x-cache-hits': '1', 331 verbose headers 'x-timer': 'S1465448093.053220,VS0,VE0', 331 verbose headers vary: 'Accept-Encoding' } 332 silly get cb [ 200, 332 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 332 silly get etag: '"EY7LPT2J3WABUYZB5JYPRWA6S"', 332 silly get 'content-type': 'application/json', 332 silly get 'content-encoding': 'gzip', 332 silly get 'cache-control': 'max-age=300', 332 silly get 'content-length': '4410', 332 silly get 'accept-ranges': 'bytes', 332 silly get date: 'Thu, 09 Jun 2016 04:54:53 GMT', 332 silly get via: '1.1 varnish', 332 silly get age: '232', 332 silly get connection: 'keep-alive', 332 silly get 'x-served-by': 'cache-ord1734-ORD', 332 silly get 'x-cache': 'HIT', 332 silly get 'x-cache-hits': '1', 332 silly get 'x-timer': 'S1465448093.053220,VS0,VE0', 332 silly get vary: 'Accept-Encoding' } ] 333 verbose get saving superagent-bluebird-promise to /Users/admin/.npm/registry.npmjs.org/superagent-bluebird-promise/.cache.json 334 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 335 silly resolveWithNewModule superagent-bluebird-promise@3.0.0 checking installable status 336 silly cache add args [ 'superagent-bluebird-promise@^3.0.0', null ] 337 verbose cache add spec superagent-bluebird-promise@^3.0.0 338 silly cache add parsed spec Result { 338 silly cache add raw: 'superagent-bluebird-promise@^3.0.0', 338 silly cache add scope: null, 338 silly cache add name: 'superagent-bluebird-promise', 338 silly cache add rawSpec: '^3.0.0', 338 silly cache add spec: '>=3.0.0 <4.0.0', 338 silly cache add type: 'range' } 339 silly addNamed superagent-bluebird-promise@>=3.0.0 <4.0.0 340 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for superagent-bluebird-promise 341 silly addNameRange { name: 'superagent-bluebird-promise', 341 silly addNameRange range: '>=3.0.0 <4.0.0', 341 silly addNameRange hasData: false } 342 silly mapToRegistry name superagent-bluebird-promise 343 silly mapToRegistry using default registry 344 silly mapToRegistry registry https://registry.npmjs.org/ 345 silly mapToRegistry data Result { 345 silly mapToRegistry raw: 'superagent-bluebird-promise', 345 silly mapToRegistry scope: null, 345 silly mapToRegistry name: 'superagent-bluebird-promise', 345 silly mapToRegistry rawSpec: '', 345 silly mapToRegistry spec: 'latest', 345 silly mapToRegistry type: 'tag' } 346 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise 347 verbose addNameRange registry:https://registry.npmjs.org/superagent-bluebird-promise not in flight; fetching 348 verbose get https://registry.npmjs.org/superagent-bluebird-promise not expired, no request 349 silly addNameRange number 2 { name: 'superagent-bluebird-promise', 349 silly addNameRange range: '>=3.0.0 <4.0.0', 349 silly addNameRange hasData: true } 350 silly addNameRange versions [ 'superagent-bluebird-promise', 350 silly addNameRange [ '0.1.0', 350 silly addNameRange '0.2.0', 350 silly addNameRange '0.3.0', 350 silly addNameRange '0.4.0', 350 silly addNameRange '0.4.1', 350 silly addNameRange '0.5.0', 350 silly addNameRange '0.5.1', 350 silly addNameRange '0.6.0', 350 silly addNameRange '1.0.0', 350 silly addNameRange '1.0.1', 350 silly addNameRange '1.1.0', 350 silly addNameRange '1.1.1', 350 silly addNameRange '2.0.0', 350 silly addNameRange '2.0.1', 350 silly addNameRange '2.0.2', 350 silly addNameRange '2.1.0', 350 silly addNameRange '2.1.1', 350 silly addNameRange '3.0.0' ] ] 351 silly addNamed superagent-bluebird-promise@3.0.0 352 verbose addNamed "3.0.0" is a plain semver version for superagent-bluebird-promise 353 silly mapToRegistry name superagent-bluebird-promise 354 silly mapToRegistry using default registry 355 silly mapToRegistry registry https://registry.npmjs.org/ 356 silly mapToRegistry data Result { 356 silly mapToRegistry raw: 'superagent-bluebird-promise', 356 silly mapToRegistry scope: null, 356 silly mapToRegistry name: 'superagent-bluebird-promise', 356 silly mapToRegistry rawSpec: '', 356 silly mapToRegistry spec: 'latest', 356 silly mapToRegistry type: 'tag' } 357 silly mapToRegistry uri https://registry.npmjs.org/superagent-bluebird-promise 358 verbose addRemoteTarball https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz not in flight; adding 359 verbose addRemoteTarball [ 'https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz', 359 verbose addRemoteTarball 'c86c7d7f9b233803efb406568b6848423e89897e' ] 360 info retry fetch attempt 1 at 11:54:53 PM 361 info attempt registry request try #1 at 11:54:53 PM 362 http fetch GET https://registry.npmjs.org/superagent-bluebird-promise/-/superagent-bluebird-promise-3.0.0.tgz 363 http 200 https://registry.npmjs.org/unixify 364 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 364 verbose headers etag: '"93R1FLR11968Z8YR5INY3BU2F"', 364 verbose headers 'content-type': 'application/json', 364 verbose headers 'content-encoding': 'gzip', 364 verbose headers 'cache-control': 'max-age=300', 364 verbose headers 'content-length': '2137', 364 verbose headers 'accept-ranges': 'bytes', 364 verbose headers date: 'Thu, 09 Jun 2016 04:54:53 GMT', 364 verbose headers via: '1.1 varnish', 364 verbose headers age: '233', 364 verbose headers connection: 'keep-alive', 364 verbose headers 'x-served-by': 'cache-ord1740-ORD', 364 verbose headers 'x-cache': 'HIT', 364 verbose headers 'x-cache-hits': '1', 364 verbose headers 'x-timer': 'S1465448093.060119,VS0,VE0', 364 verbose headers vary: 'Accept-Encoding' } 365 silly get cb [ 200, 365 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 365 silly get etag: '"93R1FLR11968Z8YR5INY3BU2F"', 365 silly get 'content-type': 'application/json', 365 silly get 'content-encoding': 'gzip', 365 silly get 'cache-control': 'max-age=300', 365 silly get 'content-length': '2137', 365 silly get 'accept-ranges': 'bytes', 365 silly get date: 'Thu, 09 Jun 2016 04:54:53 GMT', 365 silly get via: '1.1 varnish', 365 silly get age: '233', 365 silly get connection: 'keep-alive', 365 silly get 'x-served-by': 'cache-ord1740-ORD', 365 silly get 'x-cache': 'HIT', 365 silly get 'x-cache-hits': '1', 365 silly get 'x-timer': 'S1465448093.060119,VS0,VE0', 365 silly get vary: 'Accept-Encoding' } ] 366 verbose get saving unixify to /Users/admin/.npm/registry.npmjs.org/unixify/.cache.json 367 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 368 silly resolveWithNewModule unixify@0.2.1 checking installable status 369 silly cache add args [ 'unixify@^0.2.1', null ] 370 verbose cache add spec unixify@^0.2.1 371 silly cache add parsed spec Result { 371 silly cache add raw: 'unixify@^0.2.1', 371 silly cache add scope: null, 371 silly cache add name: 'unixify', 371 silly cache add rawSpec: '^0.2.1', 371 silly cache add spec: '>=0.2.1 <0.3.0', 371 silly cache add type: 'range' } 372 silly addNamed unixify@>=0.2.1 <0.3.0 373 verbose addNamed ">=0.2.1 <0.3.0" is a valid semver range for unixify 374 silly addNameRange { name: 'unixify', range: '>=0.2.1 <0.3.0', hasData: false } 375 silly mapToRegistry name unixify 376 silly mapToRegistry using default registry 377 silly mapToRegistry registry https://registry.npmjs.org/ 378 silly mapToRegistry data Result { 378 silly mapToRegistry raw: 'unixify', 378 silly mapToRegistry scope: null, 378 silly mapToRegistry name: 'unixify', 378 silly mapToRegistry rawSpec: '', 378 silly mapToRegistry spec: 'latest', 378 silly mapToRegistry type: 'tag' } 379 silly mapToRegistry uri https://registry.npmjs.org/unixify 380 verbose addNameRange registry:https://registry.npmjs.org/unixify not in flight; fetching 381 verbose get https://registry.npmjs.org/unixify not expired, no request 382 silly addNameRange number 2 { name: 'unixify', range: '>=0.2.1 <0.3.0', hasData: true } 383 silly addNameRange versions [ 'unixify', [ '0.1.0', '0.2.1' ] ] 384 silly addNamed unixify@0.2.1 385 verbose addNamed "0.2.1" is a plain semver version for unixify 386 silly mapToRegistry name unixify 387 silly mapToRegistry using default registry 388 silly mapToRegistry registry https://registry.npmjs.org/ 389 silly mapToRegistry data Result { 389 silly mapToRegistry raw: 'unixify', 389 silly mapToRegistry scope: null, 389 silly mapToRegistry name: 'unixify', 389 silly mapToRegistry rawSpec: '', 389 silly mapToRegistry spec: 'latest', 389 silly mapToRegistry type: 'tag' } 390 silly mapToRegistry uri https://registry.npmjs.org/unixify 391 verbose addRemoteTarball https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz not in flight; adding 392 verbose addRemoteTarball [ 'https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz', 392 verbose addRemoteTarball '4864303c26eccae1160d91d046f65473f022bedc' ] 393 info retry fetch attempt 1 at 11:54:53 PM 394 info attempt registry request try #1 at 11:54:53 PM 395 http fetch GET https://registry.npmjs.org/unixify/-/unixify-0.2.1.tgz 396 http 200 https://registry.npmjs.org/bluebird 397 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 397 verbose headers etag: '"CVJ4DWKZNECTQNQ645CVYNTGF"', 397 verbose headers 'content-type': 'application/json', 397 verbose headers 'content-encoding': 'gzip', 397 verbose headers 'cache-control': 'max-age=300', 397 verbose headers 'content-length': '33542', 397 verbose headers 'accept-ranges': 'bytes', 397 verbose headers date: 'Thu, 09 Jun 2016 04:54:52 GMT', 397 verbose headers via: '1.1 varnish', 397 verbose headers age: '194', 397 verbose headers connection: 'keep-alive', 397 verbose headers 'x-served-by': 'cache-ord1725-ORD', 397 verbose headers 'x-cache': 'HIT', 397 verbose headers 'x-cache-hits': '1', 397 verbose headers 'x-timer': 'S1465448092.871250,VS0,VE0', 397 verbose headers vary: 'Accept-Encoding' } 398 silly get cb [ 200, 398 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 398 silly get etag: '"CVJ4DWKZNECTQNQ645CVYNTGF"', 398 silly get 'content-type': 'application/json', 398 silly get 'content-encoding': 'gzip', 398 silly get 'cache-control': 'max-age=300', 398 silly get 'content-length': '33542', 398 silly get 'accept-ranges': 'bytes', 398 silly get date: 'Thu, 09 Jun 2016 04:54:52 GMT', 398 silly get via: '1.1 varnish', 398 silly get age: '194', 398 silly get connection: 'keep-alive', 398 silly get 'x-served-by': 'cache-ord1725-ORD', 398 silly get 'x-cache': 'HIT', 398 silly get 'x-cache-hits': '1', 398 silly get 'x-timer': 'S1465448092.871250,VS0,VE0', 398 silly get vary: 'Accept-Encoding' } ] 399 verbose get saving bluebird to /Users/admin/.npm/registry.npmjs.org/bluebird/.cache.json 400 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 401 silly resolveWithNewModule bluebird@3.4.0 checking installable status 402 silly cache add args [ 'bluebird@^3.3.5', null ] 403 verbose cache add spec bluebird@^3.3.5 404 silly cache add parsed spec Result { 404 silly cache add raw: 'bluebird@^3.3.5', 404 silly cache add scope: null, 404 silly cache add name: 'bluebird', 404 silly cache add rawSpec: '^3.3.5', 404 silly cache add spec: '>=3.3.5 <4.0.0', 404 silly cache add type: 'range' } 405 silly addNamed bluebird@>=3.3.5 <4.0.0 406 verbose addNamed ">=3.3.5 <4.0.0" is a valid semver range for bluebird 407 silly addNameRange { name: 'bluebird', range: '>=3.3.5 <4.0.0', hasData: false } 408 silly mapToRegistry name bluebird 409 silly mapToRegistry using default registry 410 silly mapToRegistry registry https://registry.npmjs.org/ 411 silly mapToRegistry data Result { 411 silly mapToRegistry raw: 'bluebird', 411 silly mapToRegistry scope: null, 411 silly mapToRegistry name: 'bluebird', 411 silly mapToRegistry rawSpec: '', 411 silly mapToRegistry spec: 'latest', 411 silly mapToRegistry type: 'tag' } 412 silly mapToRegistry uri https://registry.npmjs.org/bluebird 413 verbose addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching 414 verbose get https://registry.npmjs.org/bluebird not expired, no request 415 silly addNameRange number 2 { name: 'bluebird', range: '>=3.3.5 <4.0.0', hasData: true } 416 silly addNameRange versions [ 'bluebird', 416 silly addNameRange [ '0.7.1-1', 416 silly addNameRange '0.7.1-2', 416 silly addNameRange '0.7.1-3', 416 silly addNameRange '0.7.1-4', 416 silly addNameRange '0.7.1-5', 416 silly addNameRange '0.7.2-0', 416 silly addNameRange '0.7.3-0', 416 silly addNameRange '0.7.4-0', 416 silly addNameRange '0.7.4-1', 416 silly addNameRange '0.7.5-0', 416 silly addNameRange '0.7.6-0', 416 silly addNameRange '0.7.7-0', 416 silly addNameRange '0.7.7-1', 416 silly addNameRange '0.7.8-0', 416 silly addNameRange '0.7.8-1', 416 silly addNameRange '0.7.9-0', 416 silly addNameRange '0.7.9-1', 416 silly addNameRange '0.7.10-0', 416 silly addNameRange '0.7.10-1', 416 silly addNameRange '0.7.11-0', 416 silly addNameRange '0.7.12-0', 416 silly addNameRange '0.7.12-1', 416 silly addNameRange '0.7.12-2', 416 silly addNameRange '0.8.0-0', 416 silly addNameRange '0.8.0-1', 416 silly addNameRange '0.8.0-2', 416 silly addNameRange '0.8.0-3', 416 silly addNameRange '0.8.1-0', 416 silly addNameRange '0.8.2-0', 416 silly addNameRange '0.8.2-1', 416 silly addNameRange '0.8.2-2', 416 silly addNameRange '0.8.3-0', 416 silly addNameRange '0.8.3-1', 416 silly addNameRange '0.8.3-2', 416 silly addNameRange '0.8.3-3', 416 silly addNameRange '0.8.4-0', 416 silly addNameRange '0.8.4-1', 416 silly addNameRange '0.8.5-0', 416 silly addNameRange '0.8.5-1', 416 silly addNameRange '0.9.0-0', 416 silly addNameRange '0.9.1-0', 416 silly addNameRange '0.9.1-1', 416 silly addNameRange '0.9.2-0', 416 silly addNameRange '0.9.2-1', 416 silly addNameRange '0.9.3-0', 416 silly addNameRange '0.9.4-0', 416 silly addNameRange '0.9.4-1', 416 silly addNameRange '0.9.5-0', 416 silly addNameRange '0.9.6-0', 416 silly addNameRange '0.9.7-0', 416 silly addNameRange '0.9.8-0', 416 silly addNameRange '0.9.9-0', 416 silly addNameRange '0.9.10-0', 416 silly addNameRange '0.9.10-1', 416 silly addNameRange '0.9.11-0', 416 silly addNameRange '0.9.11-1', 416 silly addNameRange '0.10.0-0', 416 silly addNameRange '0.10.0-1', 416 silly addNameRange '0.10.1-0', 416 silly addNameRange '0.10.2-0', 416 silly addNameRange '0.10.2-1', 416 silly addNameRange '0.10.3-0', 416 silly addNameRange '0.10.4-0', 416 silly addNameRange '0.10.4-1', 416 silly addNameRange '0.10.5-0', 416 silly addNameRange '0.10.6-0', 416 silly addNameRange '0.10.7-0', 416 silly addNameRange '0.10.8-0', 416 silly addNameRange '0.10.9-0', 416 silly addNameRange '0.10.9-1', 416 silly addNameRange '0.10.10-0', 416 silly addNameRange '0.10.11-0', 416 silly addNameRange '0.10.11-1', 416 silly addNameRange '0.10.11-2', 416 silly addNameRange '0.10.11-4', 416 silly addNameRange '0.10.12-0', 416 silly addNameRange '0.10.13-0', 416 silly addNameRange '0.10.13-1', 416 silly addNameRange '0.10.14-0', 416 silly addNameRange '0.11.0-0', 416 silly addNameRange '0.11.1-0', 416 silly addNameRange '0.11.2-0', 416 silly addNameRange '0.11.3-0', 416 silly addNameRange '0.11.4-0', 416 silly addNameRange '0.11.4-1', 416 silly addNameRange '0.11.5-0', 416 silly addNameRange '0.11.5-1', 416 silly addNameRange '0.11.6-0', 416 silly addNameRange '1.0.0', 416 silly addNameRange '1.0.1', 416 silly addNameRange '1.0.2', 416 silly addNameRange '1.0.3', 416 silly addNameRange '1.0.4', 416 silly addNameRange '1.0.5', 416 silly addNameRange '1.0.7', 416 silly addNameRange '1.0.8', 416 silly addNameRange '1.1.0', 416 silly addNameRange '1.1.1', 416 silly addNameRange '1.2.0', 416 silly addNameRange '1.2.1', 416 silly addNameRange ... 105 more items ] ] 417 silly addNamed bluebird@3.4.0 418 verbose addNamed "3.4.0" is a plain semver version for bluebird 419 silly mapToRegistry name bluebird 420 silly mapToRegistry using default registry 421 silly mapToRegistry registry https://registry.npmjs.org/ 422 silly mapToRegistry data Result { 422 silly mapToRegistry raw: 'bluebird', 422 silly mapToRegistry scope: null, 422 silly mapToRegistry name: 'bluebird', 422 silly mapToRegistry rawSpec: '', 422 silly mapToRegistry spec: 'latest', 422 silly mapToRegistry type: 'tag' } 423 silly mapToRegistry uri https://registry.npmjs.org/bluebird 424 verbose addRemoteTarball https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz not in flight; adding 425 verbose addRemoteTarball [ 'https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz', 425 verbose addRemoteTarball '28b847935a8bb56d7ff1c7eba3631b09d5a49b24' ] 426 info retry fetch attempt 1 at 11:54:53 PM 427 info attempt registry request try #1 at 11:54:53 PM 428 http fetch GET https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz 429 http 200 https://registry.npmjs.org/@pact-foundation%2fpact-provider-verifier-linux-ia32 430 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 430 verbose headers etag: '"BFVH4CQJCGOEQIXEJ7I3NUSP"', 430 verbose headers 'content-type': 'application/json', 430 verbose headers 'content-encoding': 'gzip', 430 verbose headers 'cache-control': 'max-age=0', 430 verbose headers 'transfer-encoding': 'chunked', 430 verbose headers 'accept-ranges': 'bytes', 430 verbose headers date: 'Thu, 09 Jun 2016 04:54:53 GMT', 430 verbose headers via: '1.1 varnish', 430 verbose headers age: '0', 430 verbose headers connection: 'keep-alive', 430 verbose headers 'x-served-by': 'cache-ord1731-ORD', 430 verbose headers 'x-cache': 'MISS', 430 verbose headers 'x-cache-hits': '0', 430 verbose headers 'x-timer': 'S1465448093.149070,VS0,VE129', 430 verbose headers vary: 'Accept-Encoding' } 431 silly get cb [ 200, 431 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 431 silly get etag: '"BFVH4CQJCGOEQIXEJ7I3NUSP"', 431 silly get 'content-type': 'application/json', 431 silly get 'content-encoding': 'gzip', 431 silly get 'cache-control': 'max-age=0', 431 silly get 'transfer-encoding': 'chunked', 431 silly get 'accept-ranges': 'bytes', 431 silly get date: 'Thu, 09 Jun 2016 04:54:53 GMT', 431 silly get via: '1.1 varnish', 431 silly get age: '0', 431 silly get connection: 'keep-alive', 431 silly get 'x-served-by': 'cache-ord1731-ORD', 431 silly get 'x-cache': 'MISS', 431 silly get 'x-cache-hits': '0', 431 silly get 'x-timer': 'S1465448093.149070,VS0,VE129', 431 silly get vary: 'Accept-Encoding' } ] 432 verbose get saving @pact-foundation/pact-provider-verifier-linux-ia32 to /Users/admin/.npm/registry.npmjs.org/_40pact-foundation_252fpact-provider-verifier-linux-ia32/.cache.json 433 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 434 silly resolveWithNewModule @pact-foundation/pact-provider-verifier-linux-ia32@0.0.12 checking installable status 435 http 200 https://registry.npmjs.org/bunyan 436 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 436 verbose headers etag: '"B91TS8WPJX6C9KP7K9CQB6ZDC"', 436 verbose headers 'content-type': 'application/json', 436 verbose headers 'content-encoding': 'gzip', 436 verbose headers 'cache-control': 'max-age=300', 436 verbose headers 'content-length': '31196', 436 verbose headers 'accept-ranges': 'bytes', 436 verbose headers date: 'Thu, 09 Jun 2016 04:54:52 GMT', 436 verbose headers via: '1.1 varnish', 436 verbose headers age: '25', 436 verbose headers connection: 'keep-alive', 436 verbose headers 'x-served-by': 'cache-ord1739-ORD', 436 verbose headers 'x-cache': 'HIT', 436 verbose headers 'x-cache-hits': '1', 436 verbose headers 'x-timer': 'S1465448092.961744,VS0,VE0', 436 verbose headers vary: 'Accept-Encoding' } 437 silly get cb [ 200, 437 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', 437 silly get etag: '"B91TS8WPJX6C9KP7K9CQB6ZDC"', 437 silly get 'content-type': 'application/json', 437 silly get 'content-encoding': 'gzip', 437 silly get 'cache-control': 'max-age=300', 437 silly get 'content-length': '31196', 437 silly get 'accept-ranges': 'bytes', 437 silly get date: 'Thu, 09 Jun 2016 04:54:52 GMT', 437 silly get via: '1.1 varnish', 437 silly get age: '25', 437 silly get connection: 'keep-alive', 437 silly get 'x-served-by': 'cache-ord1739-ORD', 437 silly get 'x-cache': 'HIT', 437 silly get 'x-cache-hits': '1', 437 silly get 'x-timer': 'S1465448092.961744,VS0,VE0', 437 silly get vary: 'Accept-Encoding' } ] 438 verbose get saving bunyan to /Users/admin/.npm/registry.npmjs.org/bunyan/.cache.json 439 verbose correctMkdir /Users/admin/.npm correctMkdir not in flight; initializing 440 silly resolveWithNewModule bunyan@1.8.1 checking installable status 441 silly cache add args [ 'bunyan@^1.8.0', null ] 442 verbose cache add spec bunyan@^1.8.0 443 silly cache add parsed spec Result { 443 silly cache add raw: 'bunyan@^1.8.0', 443 silly cache add scope: null, 443 silly cache add name: 'bunyan', 443 silly cache add rawSpec: '^1.8.0', 443 silly cache add spec: '>=1.8.0 <2.0.0', 443 silly cache add type: 'range' } 444 silly addNamed bunyan@>=1.8.0 <2.0.0 445 verbose addNamed ">=1.8.0 <2.0.0" is a valid semver range for bunyan 446 silly addNameRange { name: 'bunyan', range: '>=1.8.0 <2.0.0', hasData: false } 447 silly mapToRegistry name bunyan 448 silly mapToRegistry using default registry 449 silly mapToRegistry registry https://registry.npmjs.org/ 450 silly mapToRegistry data Result { 450 silly mapToRegistry raw: 'bunyan', 450 silly mapToRegistry scope: null, 450 silly mapToRegistry name: 'bunyan', 450 silly mapToRegistry rawSpec: '', 450 silly mapToRegistry spec: 'latest', 450 silly mapToRegistry type: 'tag' } 451 silly mapToRegistry uri https://registry.npmjs.org/bunyan 452 verbose addNameRange registry:https://registry.npmjs.org/bunyan not in flight; fetching 453 verbose get https://registry.npmjs.org/bunyan not expired, no request 454 silly addNameRange number 2 { name: 'bunyan', range: '>=1.8.0 <2.0.0', hasData: true } 455 silly addNameRange versions [ 'bunyan', 455 silly addNameRange [ '0.1.0', 455 silly addNameRange '0.2.0', 455 silly addNameRange '0.3.0', 455 silly addNameRange '0.4.0', 455 silly addNameRange '0.5.0', 455 silly addNameRange '0.5.1', 455 silly addNameRange '0.5.2', 455 silly addNameRange '0.5.3', 455 silly addNameRange '0.6.0', 455 silly addNameRange '0.6.1', 455 silly addNameRange '0.6.2', 455 silly addNameRange '0.6.3', 455 silly addNameRange '0.6.4', 455 silly addNameRange '0.6.5', 455 silly addNameRange '0.6.6', 455 silly addNameRange '0.6.7', 455 silly addNameRange '0.6.8', 455 silly addNameRange '0.6.9', 455 silly addNameRange '0.7.0', 455 silly addNameRange '0.8.0', 455 silly addNameRange '0.9.0', 455 silly addNameRange '0.10.0', 455 silly addNameRange '0.11.0', 455 silly addNameRange '0.11.2', 455 silly addNameRange '0.11.3', 455 silly addNameRange '0.12.0', 455 silly addNameRange '0.13.0', 455 silly addNameRange '0.13.1', 455 silly addNameRange '0.13.2', 455 silly addNameRange '0.13.3', 455 silly addNameRange '0.13.4', 455 silly addNameRange '0.13.5', 455 silly addNameRange '0.14.0', 455 silly addNameRange '0.14.1', 455 silly addNameRange '0.14.2', 455 silly addNameRange '0.14.4', 455 silly addNameRange '0.14.5', 455 silly addNameRange '0.14.6', 455 silly addNameRange '0.15.0', 455 silly addNameRange '0.16.0', 455 silly addNameRange '0.16.1', 455 silly addNameRange '0.16.2', 455 silly addNameRange '0.16.3', 455 silly addNameRange '0.16.4', 455 silly addNameRange '0.16.5', 455 silly addNameRange '0.16.6', 455 silly addNameRange '0.16.7', 455 silly addNameRange '0.16.8', 455 silly addNameRange '0.17.0', 455 silly addNameRange '0.18.0', 455 silly addNameRange '0.18.1', 455 silly addNameRange '0.18.2', 455 silly addNameRange '0.18.3', 455 silly addNameRange '0.19.0', 455 silly addNameRange '0.20.0', 455 silly addNameRange

travi commented 8 years ago

yeah, i'll try clearing things out more fully the next time i get a chance (hopefully tomorrow night). i'm no longer referencing anything beyond released versions, so i don't think there should be anything out of the ordinary outside of some sort of cached package. we'll see what i can figure out

travi commented 8 years ago

it took a bit to get back to this, but i do have an update. i was able to get past the caching issue, but had to go as far as rm -rf ~/.npm/@pact-foundation/ since even the more direct cache commands did not end up working, for whatever reason. sorry for the noise that clearly were a result of my local context.

however, now that i'm past the cache issue, i've run into yet another issue that seems a little more related to the project. i'm now seeing the following error:

$ grunt pact
Loading "pact.js" tasks...ERROR
>> TypeError: Promise.config is not a function
Warning: Task "pact" failed. Use --force to continue.

Aborted due to warnings.

unfortunately, it doesn't make it clear where the error comes from exactly, even if i pass the --stack flag. i did dig deeply enough to see that pact-node leverages bluebird. i pulled down that project and ran npm test within that project with the same node version (6.1.0), thinking it might be a node version issue since Promise was recently added, but the tests pass successfully. i'm not sure that it would be related, but i have not had bluebird issues elsewhere in the project and i only see the issue when trying to run the grunt task.

any thoughts that might help me narrow in on the issue and possibly narrow it enough to log an issue if it truly is a new problem?