Skip to content

Instantly share code, notes, and snippets.

@Shuunen
Created October 17, 2016 23:47
Show Gist options
  • Save Shuunen/0f62b15536b30d49fdd7429b239ce9e5 to your computer and use it in GitHub Desktop.
Save Shuunen/0f62b15536b30d49fdd7429b239ce9e5 to your computer and use it in GitHub Desktop.
CharlGottschalk/coppersmith npm install coppersmith
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'coppersmith' ]
2 info using npm@3.10.3
3 info using node@v6.7.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData coppersmith
8 silly fetchNamedPackageData coppersmith
9 silly mapToRegistry name coppersmith
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry http://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'coppersmith',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry escapedName: 'coppersmith',
12 silly mapToRegistry name: 'coppersmith',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri http://registry.npmjs.org/coppersmith
14 verbose request uri http://registry.npmjs.org/coppersmith
15 verbose request no auth needed
16 info attempt registry request try #1 at 10:38:52
17 verbose request id b3302472e007f2bc
18 verbose etag "19JPZVUZGMAA7M6VGAKRUJ19T"
19 http request GET http://registry.npmjs.org/coppersmith
20 http 304 http://registry.npmjs.org/coppersmith
21 verbose headers { date: 'Mon, 17 Oct 2016 23:39:01 GMT',
21 verbose headers via: '1.1 varnish',
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers etag: '"19JPZVUZGMAA7M6VGAKRUJ19T"',
21 verbose headers age: '0',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'x-served-by': 'cache-mel6520-MEL',
21 verbose headers 'x-cache': 'MISS',
21 verbose headers 'x-cache-hits': '0',
21 verbose headers 'x-timer': 'S1476747541.616634,VS0,VE199',
21 verbose headers vary: 'Accept-Encoding' }
22 silly get cb [ 304,
22 silly get { date: 'Mon, 17 Oct 2016 23:39:01 GMT',
22 silly get via: '1.1 varnish',
22 silly get 'cache-control': 'max-age=300',
22 silly get etag: '"19JPZVUZGMAA7M6VGAKRUJ19T"',
22 silly get age: '0',
22 silly get connection: 'keep-alive',
22 silly get 'x-served-by': 'cache-mel6520-MEL',
22 silly get 'x-cache': 'MISS',
22 silly get 'x-cache-hits': '0',
22 silly get 'x-timer': 'S1476747541.616634,VS0,VE199',
22 silly get vary: 'Accept-Encoding' } ]
23 verbose etag http://registry.npmjs.org/coppersmith from cache
24 verbose get saving coppersmith to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\coppersmith\.cache.json
25 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
26 silly install normalizeTree
27 silly loadCurrentTree Finishing
28 silly loadIdealTree Starting
29 silly install loadIdealTree
30 silly cloneCurrentTree Starting
31 silly install cloneCurrentTreeToIdealTree
32 silly cloneCurrentTree Finishing
33 silly loadShrinkwrap Starting
34 silly install loadShrinkwrap
35 silly loadShrinkwrap Finishing
36 silly loadAllDepsIntoIdealTree Starting
37 silly install loadAllDepsIntoIdealTree
38 silly resolveWithNewModule coppersmith@1.1.1 checking installable status
39 silly cache add args [ 'coppersmith', null ]
40 verbose cache add spec coppersmith
41 silly cache add parsed spec Result {
41 silly cache add raw: 'coppersmith',
41 silly cache add scope: null,
41 silly cache add escapedName: 'coppersmith',
41 silly cache add name: 'coppersmith',
41 silly cache add rawSpec: '',
41 silly cache add spec: 'latest',
41 silly cache add type: 'tag' }
42 silly addNamed coppersmith@latest
43 verbose addNamed "latest" is being treated as a dist-tag for coppersmith
44 info addNameTag [ 'coppersmith', 'latest' ]
45 silly mapToRegistry name coppersmith
46 silly mapToRegistry using default registry
47 silly mapToRegistry registry http://registry.npmjs.org/
48 silly mapToRegistry data Result {
48 silly mapToRegistry raw: 'coppersmith',
48 silly mapToRegistry scope: null,
48 silly mapToRegistry escapedName: 'coppersmith',
48 silly mapToRegistry name: 'coppersmith',
48 silly mapToRegistry rawSpec: '',
48 silly mapToRegistry spec: 'latest',
48 silly mapToRegistry type: 'tag' }
49 silly mapToRegistry uri http://registry.npmjs.org/coppersmith
50 verbose addNameTag registry:http://registry.npmjs.org/coppersmith not in flight; fetching
51 verbose get http://registry.npmjs.org/coppersmith not expired, no request
52 silly addNameTag next cb for coppersmith with tag latest
53 silly addNamed coppersmith@1.1.1
54 verbose addNamed "1.1.1" is a plain semver version for coppersmith
55 silly cache afterAdd coppersmith@1.1.1
56 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\coppersmith\1.1.1\package\package.json not in flight; writing
57 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
58 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\coppersmith\1.1.1\package\package.json written
59 silly fetchNamedPackageData async
60 silly mapToRegistry name async
61 silly mapToRegistry using default registry
62 silly mapToRegistry registry http://registry.npmjs.org/
63 silly mapToRegistry data Result {
63 silly mapToRegistry raw: 'async',
63 silly mapToRegistry scope: null,
63 silly mapToRegistry escapedName: 'async',
63 silly mapToRegistry name: 'async',
63 silly mapToRegistry rawSpec: '',
63 silly mapToRegistry spec: 'latest',
63 silly mapToRegistry type: 'tag' }
64 silly mapToRegistry uri http://registry.npmjs.org/async
65 silly fetchNamedPackageData chalk
66 silly mapToRegistry name chalk
67 silly mapToRegistry using default registry
68 silly mapToRegistry registry http://registry.npmjs.org/
69 silly mapToRegistry data Result {
69 silly mapToRegistry raw: 'chalk',
69 silly mapToRegistry scope: null,
69 silly mapToRegistry escapedName: 'chalk',
69 silly mapToRegistry name: 'chalk',
69 silly mapToRegistry rawSpec: '',
69 silly mapToRegistry spec: 'latest',
69 silly mapToRegistry type: 'tag' }
70 silly mapToRegistry uri http://registry.npmjs.org/chalk
71 silly fetchNamedPackageData ftp
72 silly mapToRegistry name ftp
73 silly mapToRegistry using default registry
74 silly mapToRegistry registry http://registry.npmjs.org/
75 silly mapToRegistry data Result {
75 silly mapToRegistry raw: 'ftp',
75 silly mapToRegistry scope: null,
75 silly mapToRegistry escapedName: 'ftp',
75 silly mapToRegistry name: 'ftp',
75 silly mapToRegistry rawSpec: '',
75 silly mapToRegistry spec: 'latest',
75 silly mapToRegistry type: 'tag' }
76 silly mapToRegistry uri http://registry.npmjs.org/ftp
77 silly fetchNamedPackageData handlebars
78 silly mapToRegistry name handlebars
79 silly mapToRegistry using default registry
80 silly mapToRegistry registry http://registry.npmjs.org/
81 silly mapToRegistry data Result {
81 silly mapToRegistry raw: 'handlebars',
81 silly mapToRegistry scope: null,
81 silly mapToRegistry escapedName: 'handlebars',
81 silly mapToRegistry name: 'handlebars',
81 silly mapToRegistry rawSpec: '',
81 silly mapToRegistry spec: 'latest',
81 silly mapToRegistry type: 'tag' }
82 silly mapToRegistry uri http://registry.npmjs.org/handlebars
83 silly fetchNamedPackageData inquirer
84 silly mapToRegistry name inquirer
85 silly mapToRegistry using default registry
86 silly mapToRegistry registry http://registry.npmjs.org/
87 silly mapToRegistry data Result {
87 silly mapToRegistry raw: 'inquirer',
87 silly mapToRegistry scope: null,
87 silly mapToRegistry escapedName: 'inquirer',
87 silly mapToRegistry name: 'inquirer',
87 silly mapToRegistry rawSpec: '',
87 silly mapToRegistry spec: 'latest',
87 silly mapToRegistry type: 'tag' }
88 silly mapToRegistry uri http://registry.npmjs.org/inquirer
89 silly fetchNamedPackageData metalsmith
90 silly mapToRegistry name metalsmith
91 silly mapToRegistry using default registry
92 silly mapToRegistry registry http://registry.npmjs.org/
93 silly mapToRegistry data Result {
93 silly mapToRegistry raw: 'metalsmith',
93 silly mapToRegistry scope: null,
93 silly mapToRegistry escapedName: 'metalsmith',
93 silly mapToRegistry name: 'metalsmith',
93 silly mapToRegistry rawSpec: '',
93 silly mapToRegistry spec: 'latest',
93 silly mapToRegistry type: 'tag' }
94 silly mapToRegistry uri http://registry.npmjs.org/metalsmith
95 silly fetchNamedPackageData metalsmith-assets
96 silly mapToRegistry name metalsmith-assets
97 silly mapToRegistry using default registry
98 silly mapToRegistry registry http://registry.npmjs.org/
99 silly mapToRegistry data Result {
99 silly mapToRegistry raw: 'metalsmith-assets',
99 silly mapToRegistry scope: null,
99 silly mapToRegistry escapedName: 'metalsmith-assets',
99 silly mapToRegistry name: 'metalsmith-assets',
99 silly mapToRegistry rawSpec: '',
99 silly mapToRegistry spec: 'latest',
99 silly mapToRegistry type: 'tag' }
100 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-assets
101 silly fetchNamedPackageData metalsmith-collections
102 silly mapToRegistry name metalsmith-collections
103 silly mapToRegistry using default registry
104 silly mapToRegistry registry http://registry.npmjs.org/
105 silly mapToRegistry data Result {
105 silly mapToRegistry raw: 'metalsmith-collections',
105 silly mapToRegistry scope: null,
105 silly mapToRegistry escapedName: 'metalsmith-collections',
105 silly mapToRegistry name: 'metalsmith-collections',
105 silly mapToRegistry rawSpec: '',
105 silly mapToRegistry spec: 'latest',
105 silly mapToRegistry type: 'tag' }
106 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-collections
107 silly fetchNamedPackageData metalsmith-drafts
108 silly mapToRegistry name metalsmith-drafts
109 silly mapToRegistry using default registry
110 silly mapToRegistry registry http://registry.npmjs.org/
111 silly mapToRegistry data Result {
111 silly mapToRegistry raw: 'metalsmith-drafts',
111 silly mapToRegistry scope: null,
111 silly mapToRegistry escapedName: 'metalsmith-drafts',
111 silly mapToRegistry name: 'metalsmith-drafts',
111 silly mapToRegistry rawSpec: '',
111 silly mapToRegistry spec: 'latest',
111 silly mapToRegistry type: 'tag' }
112 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-drafts
113 silly fetchNamedPackageData metalsmith-headings
114 silly mapToRegistry name metalsmith-headings
115 silly mapToRegistry using default registry
116 silly mapToRegistry registry http://registry.npmjs.org/
117 silly mapToRegistry data Result {
117 silly mapToRegistry raw: 'metalsmith-headings',
117 silly mapToRegistry scope: null,
117 silly mapToRegistry escapedName: 'metalsmith-headings',
117 silly mapToRegistry name: 'metalsmith-headings',
117 silly mapToRegistry rawSpec: '',
117 silly mapToRegistry spec: 'latest',
117 silly mapToRegistry type: 'tag' }
118 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-headings
119 silly fetchNamedPackageData metalsmith-ignore
120 silly mapToRegistry name metalsmith-ignore
121 silly mapToRegistry using default registry
122 silly mapToRegistry registry http://registry.npmjs.org/
123 silly mapToRegistry data Result {
123 silly mapToRegistry raw: 'metalsmith-ignore',
123 silly mapToRegistry scope: null,
123 silly mapToRegistry escapedName: 'metalsmith-ignore',
123 silly mapToRegistry name: 'metalsmith-ignore',
123 silly mapToRegistry rawSpec: '',
123 silly mapToRegistry spec: 'latest',
123 silly mapToRegistry type: 'tag' }
124 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-ignore
125 silly fetchNamedPackageData metalsmith-in-place
126 silly mapToRegistry name metalsmith-in-place
127 silly mapToRegistry using default registry
128 silly mapToRegistry registry http://registry.npmjs.org/
129 silly mapToRegistry data Result {
129 silly mapToRegistry raw: 'metalsmith-in-place',
129 silly mapToRegistry scope: null,
129 silly mapToRegistry escapedName: 'metalsmith-in-place',
129 silly mapToRegistry name: 'metalsmith-in-place',
129 silly mapToRegistry rawSpec: '',
129 silly mapToRegistry spec: 'latest',
129 silly mapToRegistry type: 'tag' }
130 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-in-place
131 silly fetchNamedPackageData metalsmith-markdown
132 silly mapToRegistry name metalsmith-markdown
133 silly mapToRegistry using default registry
134 silly mapToRegistry registry http://registry.npmjs.org/
135 silly mapToRegistry data Result {
135 silly mapToRegistry raw: 'metalsmith-markdown',
135 silly mapToRegistry scope: null,
135 silly mapToRegistry escapedName: 'metalsmith-markdown',
135 silly mapToRegistry name: 'metalsmith-markdown',
135 silly mapToRegistry rawSpec: '',
135 silly mapToRegistry spec: 'latest',
135 silly mapToRegistry type: 'tag' }
136 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-markdown
137 silly fetchNamedPackageData metalsmith-permalinks
138 silly mapToRegistry name metalsmith-permalinks
139 silly mapToRegistry using default registry
140 silly mapToRegistry registry http://registry.npmjs.org/
141 silly mapToRegistry data Result {
141 silly mapToRegistry raw: 'metalsmith-permalinks',
141 silly mapToRegistry scope: null,
141 silly mapToRegistry escapedName: 'metalsmith-permalinks',
141 silly mapToRegistry name: 'metalsmith-permalinks',
141 silly mapToRegistry rawSpec: '',
141 silly mapToRegistry spec: 'latest',
141 silly mapToRegistry type: 'tag' }
142 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-permalinks
143 silly fetchNamedPackageData pretty-error
144 silly mapToRegistry name pretty-error
145 silly mapToRegistry using default registry
146 silly mapToRegistry registry http://registry.npmjs.org/
147 silly mapToRegistry data Result {
147 silly mapToRegistry raw: 'pretty-error',
147 silly mapToRegistry scope: null,
147 silly mapToRegistry escapedName: 'pretty-error',
147 silly mapToRegistry name: 'pretty-error',
147 silly mapToRegistry rawSpec: '',
147 silly mapToRegistry spec: 'latest',
147 silly mapToRegistry type: 'tag' }
148 silly mapToRegistry uri http://registry.npmjs.org/pretty-error
149 silly fetchNamedPackageData slugify
150 silly mapToRegistry name slugify
151 silly mapToRegistry using default registry
152 silly mapToRegistry registry http://registry.npmjs.org/
153 silly mapToRegistry data Result {
153 silly mapToRegistry raw: 'slugify',
153 silly mapToRegistry scope: null,
153 silly mapToRegistry escapedName: 'slugify',
153 silly mapToRegistry name: 'slugify',
153 silly mapToRegistry rawSpec: '',
153 silly mapToRegistry spec: 'latest',
153 silly mapToRegistry type: 'tag' }
154 silly mapToRegistry uri http://registry.npmjs.org/slugify
155 silly fetchNamedPackageData url-join
156 silly mapToRegistry name url-join
157 silly mapToRegistry using default registry
158 silly mapToRegistry registry http://registry.npmjs.org/
159 silly mapToRegistry data Result {
159 silly mapToRegistry raw: 'url-join',
159 silly mapToRegistry scope: null,
159 silly mapToRegistry escapedName: 'url-join',
159 silly mapToRegistry name: 'url-join',
159 silly mapToRegistry rawSpec: '',
159 silly mapToRegistry spec: 'latest',
159 silly mapToRegistry type: 'tag' }
160 silly mapToRegistry uri http://registry.npmjs.org/url-join
161 silly fetchOtherPackageData metalsmith-layouts@git://github.com/superwolff/metalsmith-layouts.git#master
162 silly cache add args [ 'metalsmith-layouts@git://github.com/superwolff/metalsmith-layouts.git#master',
162 silly cache add null ]
163 verbose cache add spec metalsmith-layouts@git://github.com/superwolff/metalsmith-layouts.git#master
164 silly cache add parsed spec Result {
164 silly cache add raw: 'metalsmith-layouts@git://github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add scope: null,
164 silly cache add escapedName: 'metalsmith-layouts',
164 silly cache add name: 'metalsmith-layouts',
164 silly cache add rawSpec: 'git://github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add spec: 'git://github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add type: 'hosted',
164 silly cache add hosted:
164 silly cache add { type: 'github',
164 silly cache add ssh: 'git@github.com:superwolff/metalsmith-layouts.git#master',
164 silly cache add sshUrl: 'git+ssh://git@github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add httpsUrl: 'git+https://github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add gitUrl: 'git://github.com/superwolff/metalsmith-layouts.git#master',
164 silly cache add shortcut: 'github:superwolff/metalsmith-layouts#master',
164 silly cache add directUrl: 'https://raw.githubusercontent.com/superwolff/metalsmith-layouts/master/package.json' } }
165 verbose addRemoteGit caching git://github.com/superwolff/metalsmith-layouts.git#master
166 verbose addRemoteGit git://github.com/superwolff/metalsmith-layouts.git#master is a repository hosted by github
167 silly tryClone cloning git://github.com/superwolff/metalsmith-layouts.git#master via git://github.com/superwolff/metalsmith-layouts.git#master
168 verbose tryClone git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33 not in flight; caching
169 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
170 verbose request uri http://registry.npmjs.org/handlebars
171 verbose request no auth needed
172 info attempt registry request try #1 at 10:38:53
173 verbose etag "CXOS0TFWJ6FY3BFZIVS8V5DNV"
174 http request GET http://registry.npmjs.org/handlebars
175 verbose request uri http://registry.npmjs.org/ftp
176 verbose request no auth needed
177 info attempt registry request try #1 at 10:38:53
178 verbose etag "ABJMUKU38WKDRV4EQKYEW4D42"
179 http request GET http://registry.npmjs.org/ftp
180 verbose request uri http://registry.npmjs.org/async
181 verbose request no auth needed
182 info attempt registry request try #1 at 10:38:53
183 verbose etag "6ORIU79XT6MNRP5MFCTCSEMFF"
184 http request GET http://registry.npmjs.org/async
185 verbose request uri http://registry.npmjs.org/inquirer
186 verbose request no auth needed
187 info attempt registry request try #1 at 10:38:53
188 verbose etag "6E860LB3A7A9MU2FTYZSE7WJ"
189 http request GET http://registry.npmjs.org/inquirer
190 verbose request uri http://registry.npmjs.org/metalsmith-assets
191 verbose request no auth needed
192 info attempt registry request try #1 at 10:38:53
193 verbose etag "BWVATBB73Y6EA5OZU95ISFPKT"
194 http request GET http://registry.npmjs.org/metalsmith-assets
195 verbose request uri http://registry.npmjs.org/metalsmith-collections
196 verbose request no auth needed
197 info attempt registry request try #1 at 10:38:53
198 verbose etag "5Q843FO686EHI4DRF4FARNNRK"
199 http request GET http://registry.npmjs.org/metalsmith-collections
200 verbose request uri http://registry.npmjs.org/metalsmith
201 verbose request no auth needed
202 info attempt registry request try #1 at 10:38:53
203 verbose etag "1NXKLM5GQ0ZKMJS20S621EP38"
204 http request GET http://registry.npmjs.org/metalsmith
205 verbose request uri http://registry.npmjs.org/metalsmith-drafts
206 verbose request no auth needed
207 info attempt registry request try #1 at 10:38:53
208 verbose etag "BQ2IVHDF48YVCXP3N7K1FDPKX"
209 http request GET http://registry.npmjs.org/metalsmith-drafts
210 verbose request uri http://registry.npmjs.org/metalsmith-headings
211 verbose request no auth needed
212 info attempt registry request try #1 at 10:38:53
213 verbose etag "DK7GAOFEWAD0CA7MB7FF44YN3"
214 http request GET http://registry.npmjs.org/metalsmith-headings
215 verbose request uri http://registry.npmjs.org/metalsmith-ignore
216 verbose request no auth needed
217 info attempt registry request try #1 at 10:38:53
218 verbose etag "37BYQC2UY871VNJJP95AN2HUS"
219 http request GET http://registry.npmjs.org/metalsmith-ignore
220 verbose request uri http://registry.npmjs.org/metalsmith-permalinks
221 verbose request no auth needed
222 info attempt registry request try #1 at 10:38:53
223 verbose etag "DHK82FAITVKMYIG5WR8JRUHC6"
224 http request GET http://registry.npmjs.org/metalsmith-permalinks
225 verbose request uri http://registry.npmjs.org/metalsmith-in-place
226 verbose request no auth needed
227 info attempt registry request try #1 at 10:38:53
228 verbose etag "D44XBTYLDHSD0HBDK0L4HGURH"
229 http request GET http://registry.npmjs.org/metalsmith-in-place
230 verbose request uri http://registry.npmjs.org/metalsmith-markdown
231 verbose request no auth needed
232 info attempt registry request try #1 at 10:38:53
233 verbose etag "AM9P5CSS204RVJEB90QNZPQHK"
234 http request GET http://registry.npmjs.org/metalsmith-markdown
235 verbose request uri http://registry.npmjs.org/chalk
236 verbose request no auth needed
237 info attempt registry request try #1 at 10:38:53
238 verbose etag "B7MEOILWL5HE9G0QDIRK71AVO"
239 http request GET http://registry.npmjs.org/chalk
240 verbose request uri http://registry.npmjs.org/pretty-error
241 verbose request no auth needed
242 info attempt registry request try #1 at 10:38:53
243 verbose etag "2MQDUALI2HSJZF4UK76I7LW56"
244 http request GET http://registry.npmjs.org/pretty-error
245 verbose request uri http://registry.npmjs.org/url-join
246 verbose request no auth needed
247 info attempt registry request try #1 at 10:38:53
248 verbose etag "1L52R4EQ02VEUC59QNS5FB8B6"
249 http request GET http://registry.npmjs.org/url-join
250 verbose request uri http://registry.npmjs.org/slugify
251 verbose request no auth needed
252 info attempt registry request try #1 at 10:38:53
253 verbose etag "9RGVL2Y3WU17D4CRK9IBNN9YX"
254 http request GET http://registry.npmjs.org/slugify
255 http 304 http://registry.npmjs.org/handlebars
256 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
256 verbose headers via: '1.1 varnish',
256 verbose headers 'cache-control': 'max-age=300',
256 verbose headers etag: '"CXOS0TFWJ6FY3BFZIVS8V5DNV"',
256 verbose headers age: '126',
256 verbose headers connection: 'keep-alive',
256 verbose headers 'x-served-by': 'cache-mel6520-MEL',
256 verbose headers 'x-cache': 'HIT',
256 verbose headers 'x-cache-hits': '1',
256 verbose headers 'x-timer': 'S1476747542.003489,VS0,VE1',
256 verbose headers vary: 'Accept-Encoding' }
257 silly get cb [ 304,
257 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
257 silly get via: '1.1 varnish',
257 silly get 'cache-control': 'max-age=300',
257 silly get etag: '"CXOS0TFWJ6FY3BFZIVS8V5DNV"',
257 silly get age: '126',
257 silly get connection: 'keep-alive',
257 silly get 'x-served-by': 'cache-mel6520-MEL',
257 silly get 'x-cache': 'HIT',
257 silly get 'x-cache-hits': '1',
257 silly get 'x-timer': 'S1476747542.003489,VS0,VE1',
257 silly get vary: 'Accept-Encoding' } ]
258 verbose etag http://registry.npmjs.org/handlebars from cache
259 verbose get saving handlebars to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\handlebars\.cache.json
260 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
261 silly resolveWithNewModule handlebars@4.0.5 checking installable status
262 silly cache add args [ 'handlebars@^4.0.5', null ]
263 verbose cache add spec handlebars@^4.0.5
264 silly cache add parsed spec Result {
264 silly cache add raw: 'handlebars@^4.0.5',
264 silly cache add scope: null,
264 silly cache add escapedName: 'handlebars',
264 silly cache add name: 'handlebars',
264 silly cache add rawSpec: '^4.0.5',
264 silly cache add spec: '>=4.0.5 <5.0.0',
264 silly cache add type: 'range' }
265 silly addNamed handlebars@>=4.0.5 <5.0.0
266 verbose addNamed ">=4.0.5 <5.0.0" is a valid semver range for handlebars
267 silly addNameRange { name: 'handlebars', range: '>=4.0.5 <5.0.0', hasData: false }
268 silly mapToRegistry name handlebars
269 silly mapToRegistry using default registry
270 silly mapToRegistry registry http://registry.npmjs.org/
271 silly mapToRegistry data Result {
271 silly mapToRegistry raw: 'handlebars',
271 silly mapToRegistry scope: null,
271 silly mapToRegistry escapedName: 'handlebars',
271 silly mapToRegistry name: 'handlebars',
271 silly mapToRegistry rawSpec: '',
271 silly mapToRegistry spec: 'latest',
271 silly mapToRegistry type: 'tag' }
272 silly mapToRegistry uri http://registry.npmjs.org/handlebars
273 verbose addNameRange registry:http://registry.npmjs.org/handlebars not in flight; fetching
274 verbose get http://registry.npmjs.org/handlebars not expired, no request
275 silly addNameRange number 2 { name: 'handlebars', range: '>=4.0.5 <5.0.0', hasData: true }
276 silly addNameRange versions [ 'handlebars',
276 silly addNameRange [ '1.0.6',
276 silly addNameRange '1.0.6-2',
276 silly addNameRange '1.0.7',
276 silly addNameRange '1.0.8',
276 silly addNameRange '1.0.9',
276 silly addNameRange '1.0.10',
276 silly addNameRange '1.0.11',
276 silly addNameRange '1.0.12',
276 silly addNameRange '1.1.0',
276 silly addNameRange '1.1.1',
276 silly addNameRange '1.1.2',
276 silly addNameRange '1.2.0',
276 silly addNameRange '1.2.1',
276 silly addNameRange '1.3.0',
276 silly addNameRange '2.0.0-alpha.1',
276 silly addNameRange '2.0.0-alpha.2',
276 silly addNameRange '2.0.0-alpha.3',
276 silly addNameRange '2.0.0-alpha.4',
276 silly addNameRange '2.0.0-beta.1',
276 silly addNameRange '2.0.0',
276 silly addNameRange '3.0.0',
276 silly addNameRange '3.0.1',
276 silly addNameRange '3.0.2',
276 silly addNameRange '3.0.3',
276 silly addNameRange '4.0.0',
276 silly addNameRange '4.0.1',
276 silly addNameRange '4.0.2',
276 silly addNameRange '4.0.3',
276 silly addNameRange '4.0.4',
276 silly addNameRange '4.0.5',
276 silly addNameRange '1.0.2-beta',
276 silly addNameRange '1.0.4-beta',
276 silly addNameRange '1.0.5-beta' ] ]
277 silly addNamed handlebars@4.0.5
278 verbose addNamed "4.0.5" is a plain semver version for handlebars
279 silly cache afterAdd handlebars@4.0.5
280 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\handlebars\4.0.5\package\package.json not in flight; writing
281 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
282 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\handlebars\4.0.5\package\package.json written
283 http 304 http://registry.npmjs.org/async
284 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
284 verbose headers via: '1.1 varnish',
284 verbose headers 'cache-control': 'max-age=300',
284 verbose headers etag: '"6ORIU79XT6MNRP5MFCTCSEMFF"',
284 verbose headers age: '2',
284 verbose headers connection: 'keep-alive',
284 verbose headers 'x-served-by': 'cache-mel6520-MEL',
284 verbose headers 'x-cache': 'HIT',
284 verbose headers 'x-cache-hits': '1',
284 verbose headers 'x-timer': 'S1476747542.050154,VS0,VE0',
284 verbose headers vary: 'Accept-Encoding' }
285 silly get cb [ 304,
285 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
285 silly get via: '1.1 varnish',
285 silly get 'cache-control': 'max-age=300',
285 silly get etag: '"6ORIU79XT6MNRP5MFCTCSEMFF"',
285 silly get age: '2',
285 silly get connection: 'keep-alive',
285 silly get 'x-served-by': 'cache-mel6520-MEL',
285 silly get 'x-cache': 'HIT',
285 silly get 'x-cache-hits': '1',
285 silly get 'x-timer': 'S1476747542.050154,VS0,VE0',
285 silly get vary: 'Accept-Encoding' } ]
286 verbose etag http://registry.npmjs.org/async from cache
287 verbose get saving async to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
288 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
289 http 304 http://registry.npmjs.org/chalk
290 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
290 verbose headers via: '1.1 varnish',
290 verbose headers 'cache-control': 'max-age=300',
290 verbose headers etag: '"B7MEOILWL5HE9G0QDIRK71AVO"',
290 verbose headers age: '217',
290 verbose headers connection: 'keep-alive',
290 verbose headers 'x-served-by': 'cache-mel6520-MEL',
290 verbose headers 'x-cache': 'HIT',
290 verbose headers 'x-cache-hits': '3',
290 verbose headers 'x-timer': 'S1476747542.052948,VS0,VE0',
290 verbose headers vary: 'Accept-Encoding' }
291 silly get cb [ 304,
291 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
291 silly get via: '1.1 varnish',
291 silly get 'cache-control': 'max-age=300',
291 silly get etag: '"B7MEOILWL5HE9G0QDIRK71AVO"',
291 silly get age: '217',
291 silly get connection: 'keep-alive',
291 silly get 'x-served-by': 'cache-mel6520-MEL',
291 silly get 'x-cache': 'HIT',
291 silly get 'x-cache-hits': '3',
291 silly get 'x-timer': 'S1476747542.052948,VS0,VE0',
291 silly get vary: 'Accept-Encoding' } ]
292 verbose etag http://registry.npmjs.org/chalk from cache
293 verbose get saving chalk to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\chalk\.cache.json
294 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
295 http 304 http://registry.npmjs.org/inquirer
296 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
296 verbose headers via: '1.1 varnish',
296 verbose headers 'cache-control': 'max-age=300',
296 verbose headers etag: '"6E860LB3A7A9MU2FTYZSE7WJ"',
296 verbose headers age: '101',
296 verbose headers connection: 'keep-alive',
296 verbose headers 'x-served-by': 'cache-mel6520-MEL',
296 verbose headers 'x-cache': 'HIT',
296 verbose headers 'x-cache-hits': '5',
296 verbose headers 'x-timer': 'S1476747542.051559,VS0,VE0',
296 verbose headers vary: 'Accept-Encoding' }
297 silly get cb [ 304,
297 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
297 silly get via: '1.1 varnish',
297 silly get 'cache-control': 'max-age=300',
297 silly get etag: '"6E860LB3A7A9MU2FTYZSE7WJ"',
297 silly get age: '101',
297 silly get connection: 'keep-alive',
297 silly get 'x-served-by': 'cache-mel6520-MEL',
297 silly get 'x-cache': 'HIT',
297 silly get 'x-cache-hits': '5',
297 silly get 'x-timer': 'S1476747542.051559,VS0,VE0',
297 silly get vary: 'Accept-Encoding' } ]
298 verbose etag http://registry.npmjs.org/inquirer from cache
299 verbose get saving inquirer to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\inquirer\.cache.json
300 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
301 http 304 http://registry.npmjs.org/pretty-error
302 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
302 verbose headers via: '1.1 varnish',
302 verbose headers 'cache-control': 'max-age=300',
302 verbose headers etag: '"2MQDUALI2HSJZF4UK76I7LW56"',
302 verbose headers age: '111',
302 verbose headers connection: 'keep-alive',
302 verbose headers 'x-served-by': 'cache-mel6521-MEL',
302 verbose headers 'x-cache': 'HIT',
302 verbose headers 'x-cache-hits': '1',
302 verbose headers 'x-timer': 'S1476747542.056922,VS0,VE0',
302 verbose headers vary: 'Accept-Encoding' }
303 silly get cb [ 304,
303 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
303 silly get via: '1.1 varnish',
303 silly get 'cache-control': 'max-age=300',
303 silly get etag: '"2MQDUALI2HSJZF4UK76I7LW56"',
303 silly get age: '111',
303 silly get connection: 'keep-alive',
303 silly get 'x-served-by': 'cache-mel6521-MEL',
303 silly get 'x-cache': 'HIT',
303 silly get 'x-cache-hits': '1',
303 silly get 'x-timer': 'S1476747542.056922,VS0,VE0',
303 silly get vary: 'Accept-Encoding' } ]
304 verbose etag http://registry.npmjs.org/pretty-error from cache
305 verbose get saving pretty-error to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\pretty-error\.cache.json
306 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
307 silly resolveWithNewModule async@2.1.2 checking installable status
308 silly cache add args [ 'async@^2.0.1', null ]
309 verbose cache add spec async@^2.0.1
310 silly cache add parsed spec Result {
310 silly cache add raw: 'async@^2.0.1',
310 silly cache add scope: null,
310 silly cache add escapedName: 'async',
310 silly cache add name: 'async',
310 silly cache add rawSpec: '^2.0.1',
310 silly cache add spec: '>=2.0.1 <3.0.0',
310 silly cache add type: 'range' }
311 silly addNamed async@>=2.0.1 <3.0.0
312 verbose addNamed ">=2.0.1 <3.0.0" is a valid semver range for async
313 silly addNameRange { name: 'async', range: '>=2.0.1 <3.0.0', hasData: false }
314 silly mapToRegistry name async
315 silly mapToRegistry using default registry
316 silly mapToRegistry registry http://registry.npmjs.org/
317 silly mapToRegistry data Result {
317 silly mapToRegistry raw: 'async',
317 silly mapToRegistry scope: null,
317 silly mapToRegistry escapedName: 'async',
317 silly mapToRegistry name: 'async',
317 silly mapToRegistry rawSpec: '',
317 silly mapToRegistry spec: 'latest',
317 silly mapToRegistry type: 'tag' }
318 silly mapToRegistry uri http://registry.npmjs.org/async
319 verbose addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
320 silly resolveWithNewModule inquirer@1.2.2 checking installable status
321 silly cache add args [ 'inquirer@^1.1.3', null ]
322 verbose cache add spec inquirer@^1.1.3
323 silly cache add parsed spec Result {
323 silly cache add raw: 'inquirer@^1.1.3',
323 silly cache add scope: null,
323 silly cache add escapedName: 'inquirer',
323 silly cache add name: 'inquirer',
323 silly cache add rawSpec: '^1.1.3',
323 silly cache add spec: '>=1.1.3 <2.0.0',
323 silly cache add type: 'range' }
324 silly addNamed inquirer@>=1.1.3 <2.0.0
325 verbose addNamed ">=1.1.3 <2.0.0" is a valid semver range for inquirer
326 silly addNameRange { name: 'inquirer', range: '>=1.1.3 <2.0.0', hasData: false }
327 silly mapToRegistry name inquirer
328 silly mapToRegistry using default registry
329 silly mapToRegistry registry http://registry.npmjs.org/
330 silly mapToRegistry data Result {
330 silly mapToRegistry raw: 'inquirer',
330 silly mapToRegistry scope: null,
330 silly mapToRegistry escapedName: 'inquirer',
330 silly mapToRegistry name: 'inquirer',
330 silly mapToRegistry rawSpec: '',
330 silly mapToRegistry spec: 'latest',
330 silly mapToRegistry type: 'tag' }
331 silly mapToRegistry uri http://registry.npmjs.org/inquirer
332 verbose addNameRange registry:http://registry.npmjs.org/inquirer not in flight; fetching
333 silly resolveWithNewModule chalk@1.1.3 checking installable status
334 silly cache add args [ 'chalk@^1.1.3', null ]
335 verbose cache add spec chalk@^1.1.3
336 silly cache add parsed spec Result {
336 silly cache add raw: 'chalk@^1.1.3',
336 silly cache add scope: null,
336 silly cache add escapedName: 'chalk',
336 silly cache add name: 'chalk',
336 silly cache add rawSpec: '^1.1.3',
336 silly cache add spec: '>=1.1.3 <2.0.0',
336 silly cache add type: 'range' }
337 silly addNamed chalk@>=1.1.3 <2.0.0
338 verbose addNamed ">=1.1.3 <2.0.0" is a valid semver range for chalk
339 silly addNameRange { name: 'chalk', range: '>=1.1.3 <2.0.0', hasData: false }
340 silly mapToRegistry name chalk
341 silly mapToRegistry using default registry
342 silly mapToRegistry registry http://registry.npmjs.org/
343 silly mapToRegistry data Result {
343 silly mapToRegistry raw: 'chalk',
343 silly mapToRegistry scope: null,
343 silly mapToRegistry escapedName: 'chalk',
343 silly mapToRegistry name: 'chalk',
343 silly mapToRegistry rawSpec: '',
343 silly mapToRegistry spec: 'latest',
343 silly mapToRegistry type: 'tag' }
344 silly mapToRegistry uri http://registry.npmjs.org/chalk
345 verbose addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
346 verbose get http://registry.npmjs.org/async not expired, no request
347 silly addNameRange number 2 { name: 'async', range: '>=2.0.1 <3.0.0', hasData: true }
348 silly addNameRange versions [ 'async',
348 silly addNameRange [ '0.1.0',
348 silly addNameRange '0.1.1',
348 silly addNameRange '0.1.2',
348 silly addNameRange '0.1.3',
348 silly addNameRange '0.1.4',
348 silly addNameRange '0.1.5',
348 silly addNameRange '0.1.6',
348 silly addNameRange '0.1.7',
348 silly addNameRange '0.1.8',
348 silly addNameRange '0.1.9',
348 silly addNameRange '0.1.10',
348 silly addNameRange '0.1.11',
348 silly addNameRange '0.1.12',
348 silly addNameRange '0.1.13',
348 silly addNameRange '0.1.14',
348 silly addNameRange '0.1.15',
348 silly addNameRange '0.1.16',
348 silly addNameRange '0.1.17',
348 silly addNameRange '0.1.18',
348 silly addNameRange '0.1.19',
348 silly addNameRange '0.1.20',
348 silly addNameRange '0.1.21',
348 silly addNameRange '0.1.22',
348 silly addNameRange '0.2.0',
348 silly addNameRange '0.2.1',
348 silly addNameRange '0.2.2',
348 silly addNameRange '0.2.3',
348 silly addNameRange '0.2.4',
348 silly addNameRange '0.2.5',
348 silly addNameRange '0.2.6',
348 silly addNameRange '0.2.7',
348 silly addNameRange '0.2.8',
348 silly addNameRange '0.2.9',
348 silly addNameRange '0.2.10',
348 silly addNameRange '0.3.0',
348 silly addNameRange '0.4.0',
348 silly addNameRange '0.4.1',
348 silly addNameRange '0.5.0',
348 silly addNameRange '0.6.0',
348 silly addNameRange '0.6.1',
348 silly addNameRange '0.6.2',
348 silly addNameRange '0.7.0',
348 silly addNameRange '0.8.0',
348 silly addNameRange '0.9.0',
348 silly addNameRange '0.9.2',
348 silly addNameRange '1.0.0',
348 silly addNameRange '1.1.0',
348 silly addNameRange '1.2.0',
348 silly addNameRange '1.1.1',
348 silly addNameRange '1.2.1',
348 silly addNameRange '1.3.0',
348 silly addNameRange '1.4.0',
348 silly addNameRange '1.4.1',
348 silly addNameRange '1.4.2',
348 silly addNameRange '1.5.0',
348 silly addNameRange '1.5.1',
348 silly addNameRange '1.5.2',
348 silly addNameRange '2.0.0-alpha.0',
348 silly addNameRange '2.0.0-rc.1',
348 silly addNameRange '2.0.0-rc.2',
348 silly addNameRange '2.0.0-rc.3',
348 silly addNameRange '2.0.0-rc.4',
348 silly addNameRange '2.0.0-rc.5',
348 silly addNameRange '2.0.0-rc.6',
348 silly addNameRange '2.0.0',
348 silly addNameRange '2.0.1',
348 silly addNameRange '2.1.0',
348 silly addNameRange '2.1.1',
348 silly addNameRange '2.1.2' ] ]
349 silly addNamed async@2.1.2
350 verbose addNamed "2.1.2" is a plain semver version for async
351 verbose get http://registry.npmjs.org/inquirer not expired, no request
352 silly addNameRange number 2 { name: 'inquirer', range: '>=1.1.3 <2.0.0', hasData: true }
353 silly addNameRange versions [ 'inquirer',
353 silly addNameRange [ '0.1.0',
353 silly addNameRange '0.1.1',
353 silly addNameRange '0.1.2',
353 silly addNameRange '0.1.3',
353 silly addNameRange '0.1.4',
353 silly addNameRange '0.1.5',
353 silly addNameRange '0.1.6',
353 silly addNameRange '0.1.7',
353 silly addNameRange '0.1.8',
353 silly addNameRange '0.1.9',
353 silly addNameRange '0.2.0',
353 silly addNameRange '0.2.1',
353 silly addNameRange '0.1.11',
353 silly addNameRange '0.1.12',
353 silly addNameRange '0.2.2',
353 silly addNameRange '0.2.3',
353 silly addNameRange '0.2.4',
353 silly addNameRange '0.2.5',
353 silly addNameRange '0.3.0',
353 silly addNameRange '0.3.1',
353 silly addNameRange '0.3.2',
353 silly addNameRange '0.3.3',
353 silly addNameRange '0.3.4',
353 silly addNameRange '0.3.5',
353 silly addNameRange '0.4.0',
353 silly addNameRange '0.4.1',
353 silly addNameRange '0.5.0',
353 silly addNameRange '0.5.1',
353 silly addNameRange '0.6.0',
353 silly addNameRange '0.7.1',
353 silly addNameRange '0.7.2',
353 silly addNameRange '0.7.3',
353 silly addNameRange '0.8.0',
353 silly addNameRange '0.8.2',
353 silly addNameRange '0.8.3',
353 silly addNameRange '0.8.4',
353 silly addNameRange '0.8.5',
353 silly addNameRange '0.9.0',
353 silly addNameRange '0.10.0',
353 silly addNameRange '0.10.1',
353 silly addNameRange '0.11.0',
353 silly addNameRange '0.11.1',
353 silly addNameRange '0.11.2',
353 silly addNameRange '0.11.3',
353 silly addNameRange '0.11.4',
353 silly addNameRange '0.12.0',
353 silly addNameRange '1.0.0',
353 silly addNameRange '1.0.1',
353 silly addNameRange '1.0.2',
353 silly addNameRange '1.0.3',
353 silly addNameRange '1.1.0',
353 silly addNameRange '1.1.1',
353 silly addNameRange '1.1.2',
353 silly addNameRange '1.1.3',
353 silly addNameRange '1.2.1',
353 silly addNameRange '1.2.2' ] ]
354 silly addNamed inquirer@1.2.2
355 verbose addNamed "1.2.2" is a plain semver version for inquirer
356 verbose get http://registry.npmjs.org/chalk not expired, no request
357 silly addNameRange number 2 { name: 'chalk', range: '>=1.1.3 <2.0.0', hasData: true }
358 silly addNameRange versions [ 'chalk',
358 silly addNameRange [ '0.1.0',
358 silly addNameRange '0.1.1',
358 silly addNameRange '0.2.0',
358 silly addNameRange '0.2.1',
358 silly addNameRange '0.3.0',
358 silly addNameRange '0.4.0',
358 silly addNameRange '0.5.0',
358 silly addNameRange '0.5.1',
358 silly addNameRange '1.0.0',
358 silly addNameRange '1.1.0',
358 silly addNameRange '1.1.1',
358 silly addNameRange '1.1.2',
358 silly addNameRange '1.1.3' ] ]
359 silly addNamed chalk@1.1.3
360 verbose addNamed "1.1.3" is a plain semver version for chalk
361 silly resolveWithNewModule pretty-error@2.0.2 checking installable status
362 silly cache add args [ 'pretty-error@^2.0.0', null ]
363 verbose cache add spec pretty-error@^2.0.0
364 silly cache add parsed spec Result {
364 silly cache add raw: 'pretty-error@^2.0.0',
364 silly cache add scope: null,
364 silly cache add escapedName: 'pretty-error',
364 silly cache add name: 'pretty-error',
364 silly cache add rawSpec: '^2.0.0',
364 silly cache add spec: '>=2.0.0 <3.0.0',
364 silly cache add type: 'range' }
365 silly addNamed pretty-error@>=2.0.0 <3.0.0
366 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for pretty-error
367 silly addNameRange { name: 'pretty-error', range: '>=2.0.0 <3.0.0', hasData: false }
368 silly mapToRegistry name pretty-error
369 silly mapToRegistry using default registry
370 silly mapToRegistry registry http://registry.npmjs.org/
371 silly mapToRegistry data Result {
371 silly mapToRegistry raw: 'pretty-error',
371 silly mapToRegistry scope: null,
371 silly mapToRegistry escapedName: 'pretty-error',
371 silly mapToRegistry name: 'pretty-error',
371 silly mapToRegistry rawSpec: '',
371 silly mapToRegistry spec: 'latest',
371 silly mapToRegistry type: 'tag' }
372 silly mapToRegistry uri http://registry.npmjs.org/pretty-error
373 verbose addNameRange registry:http://registry.npmjs.org/pretty-error not in flight; fetching
374 silly cache afterAdd async@2.1.2
375 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\async\2.1.2\package\package.json not in flight; writing
376 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
377 silly cache afterAdd inquirer@1.2.2
378 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\inquirer\1.2.2\package\package.json not in flight; writing
379 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
380 silly cache afterAdd chalk@1.1.3
381 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\chalk\1.1.3\package\package.json not in flight; writing
382 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
383 verbose get http://registry.npmjs.org/pretty-error not expired, no request
384 silly addNameRange number 2 { name: 'pretty-error', range: '>=2.0.0 <3.0.0', hasData: true }
385 silly addNameRange versions [ 'pretty-error',
385 silly addNameRange [ '0.1.0',
385 silly addNameRange '0.1.1',
385 silly addNameRange '0.1.2',
385 silly addNameRange '0.1.3',
385 silly addNameRange '0.1.4',
385 silly addNameRange '0.1.6',
385 silly addNameRange '0.1.7',
385 silly addNameRange '0.1.8',
385 silly addNameRange '0.1.9',
385 silly addNameRange '0.1.10',
385 silly addNameRange '0.1.11',
385 silly addNameRange '0.1.12',
385 silly addNameRange '0.1.13',
385 silly addNameRange '0.1.14',
385 silly addNameRange '0.1.15',
385 silly addNameRange '0.1.16',
385 silly addNameRange '0.1.17',
385 silly addNameRange '0.1.18',
385 silly addNameRange '1.1.0',
385 silly addNameRange '1.1.1',
385 silly addNameRange '1.1.2',
385 silly addNameRange '1.2.0',
385 silly addNameRange '2.0.0',
385 silly addNameRange '2.0.1',
385 silly addNameRange '2.0.2' ] ]
386 silly addNamed pretty-error@2.0.2
387 verbose addNamed "2.0.2" is a plain semver version for pretty-error
388 silly cache afterAdd pretty-error@2.0.2
389 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\pretty-error\2.0.2\package\package.json not in flight; writing
390 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
391 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\async\2.1.2\package\package.json written
392 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\chalk\1.1.3\package\package.json written
393 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\inquirer\1.2.2\package\package.json written
394 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\pretty-error\2.0.2\package\package.json written
395 info git [ 'config', '--get', 'remote.origin.url' ]
396 http 304 http://registry.npmjs.org/metalsmith-drafts
397 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
397 verbose headers via: '1.1 varnish',
397 verbose headers 'cache-control': 'max-age=300',
397 verbose headers etag: '"BQ2IVHDF48YVCXP3N7K1FDPKX"',
397 verbose headers age: '0',
397 verbose headers connection: 'keep-alive',
397 verbose headers 'x-served-by': 'cache-mel6521-MEL',
397 verbose headers 'x-cache': 'MISS',
397 verbose headers 'x-cache-hits': '0',
397 verbose headers 'x-timer': 'S1476747542.059795,VS0,VE201',
397 verbose headers vary: 'Accept-Encoding' }
398 silly get cb [ 304,
398 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
398 silly get via: '1.1 varnish',
398 silly get 'cache-control': 'max-age=300',
398 silly get etag: '"BQ2IVHDF48YVCXP3N7K1FDPKX"',
398 silly get age: '0',
398 silly get connection: 'keep-alive',
398 silly get 'x-served-by': 'cache-mel6521-MEL',
398 silly get 'x-cache': 'MISS',
398 silly get 'x-cache-hits': '0',
398 silly get 'x-timer': 'S1476747542.059795,VS0,VE201',
398 silly get vary: 'Accept-Encoding' } ]
399 verbose etag http://registry.npmjs.org/metalsmith-drafts from cache
400 verbose get saving metalsmith-drafts to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-drafts\.cache.json
401 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
402 silly resolveWithNewModule metalsmith-drafts@0.0.1 checking installable status
403 silly cache add args [ 'metalsmith-drafts@0.0.1', null ]
404 verbose cache add spec metalsmith-drafts@0.0.1
405 silly cache add parsed spec Result {
405 silly cache add raw: 'metalsmith-drafts@0.0.1',
405 silly cache add scope: null,
405 silly cache add escapedName: 'metalsmith-drafts',
405 silly cache add name: 'metalsmith-drafts',
405 silly cache add rawSpec: '0.0.1',
405 silly cache add spec: '0.0.1',
405 silly cache add type: 'version' }
406 silly addNamed metalsmith-drafts@0.0.1
407 verbose addNamed "0.0.1" is a plain semver version for metalsmith-drafts
408 silly mapToRegistry name metalsmith-drafts
409 silly mapToRegistry using default registry
410 silly mapToRegistry registry http://registry.npmjs.org/
411 silly mapToRegistry data Result {
411 silly mapToRegistry raw: 'metalsmith-drafts',
411 silly mapToRegistry scope: null,
411 silly mapToRegistry escapedName: 'metalsmith-drafts',
411 silly mapToRegistry name: 'metalsmith-drafts',
411 silly mapToRegistry rawSpec: '',
411 silly mapToRegistry spec: 'latest',
411 silly mapToRegistry type: 'tag' }
412 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-drafts
413 verbose addNameVersion registry:http://registry.npmjs.org/metalsmith-drafts not in flight; fetching
414 verbose get http://registry.npmjs.org/metalsmith-drafts not expired, no request
415 silly cache afterAdd metalsmith-drafts@0.0.1
416 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-drafts\0.0.1\package\package.json not in flight; writing
417 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
418 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-drafts\0.0.1\package\package.json written
419 warn addRemoteGit Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
419 warn addRemoteGit
419 warn addRemoteGit at ChildProcess.exithandler (child_process.js:206:12)
419 warn addRemoteGit at emitTwo (events.js:106:13)
419 warn addRemoteGit at ChildProcess.emit (events.js:191:7)
419 warn addRemoteGit at maybeClose (internal/child_process.js:877:16)
419 warn addRemoteGit at Socket.<anonymous> (internal/child_process.js:334:11)
419 warn addRemoteGit at emitOne (events.js:96:13)
419 warn addRemoteGit at Socket.emit (events.js:188:7)
419 warn addRemoteGit at Pipe._handle.close [as _onclose] (net.js:493:12)
419 warn addRemoteGit git://github.com/superwolff/metalsmith-layouts.git#master resetting remote C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33 because of error: { Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
419 warn addRemoteGit
419 warn addRemoteGit at ChildProcess.exithandler (child_process.js:206:12)
419 warn addRemoteGit at emitTwo (events.js:106:13)
419 warn addRemoteGit at ChildProcess.emit (events.js:191:7)
419 warn addRemoteGit at maybeClose (internal/child_process.js:877:16)
419 warn addRemoteGit at Socket.<anonymous> (internal/child_process.js:334:11)
419 warn addRemoteGit at emitOne (events.js:96:13)
419 warn addRemoteGit at Socket.emit (events.js:188:7)
419 warn addRemoteGit at Pipe._handle.close [as _onclose] (net.js:493:12)
419 warn addRemoteGit killed: false,
419 warn addRemoteGit code: 1,
419 warn addRemoteGit signal: null,
419 warn addRemoteGit cmd: 'git -c core.longpaths=true config --get remote.origin.url' }
420 info resetRemote resetting C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33 for git://github.com/superwolff/metalsmith-layouts.git#master
421 silly gentlyRm C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33 is being purged
422 verbose gentlyRm don't care about contents; nuking C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
423 silly vacuum-fs purging C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
424 http 304 http://registry.npmjs.org/metalsmith-in-place
425 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
425 verbose headers via: '1.1 varnish',
425 verbose headers 'cache-control': 'max-age=300',
425 verbose headers etag: '"D44XBTYLDHSD0HBDK0L4HGURH"',
425 verbose headers age: '0',
425 verbose headers connection: 'keep-alive',
425 verbose headers 'x-served-by': 'cache-mel6520-MEL',
425 verbose headers 'x-cache': 'MISS',
425 verbose headers 'x-cache-hits': '0',
425 verbose headers 'x-timer': 'S1476747542.059252,VS0,VE266',
425 verbose headers vary: 'Accept-Encoding' }
426 silly get cb [ 304,
426 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
426 silly get via: '1.1 varnish',
426 silly get 'cache-control': 'max-age=300',
426 silly get etag: '"D44XBTYLDHSD0HBDK0L4HGURH"',
426 silly get age: '0',
426 silly get connection: 'keep-alive',
426 silly get 'x-served-by': 'cache-mel6520-MEL',
426 silly get 'x-cache': 'MISS',
426 silly get 'x-cache-hits': '0',
426 silly get 'x-timer': 'S1476747542.059252,VS0,VE266',
426 silly get vary: 'Accept-Encoding' } ]
427 verbose etag http://registry.npmjs.org/metalsmith-in-place from cache
428 verbose get saving metalsmith-in-place to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-in-place\.cache.json
429 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
430 silly vacuum-fs quitting because other entries in C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes
431 silly resolveWithNewModule metalsmith-in-place@1.4.4 checking installable status
432 silly cache add args [ 'metalsmith-in-place@^1.4.4', null ]
433 verbose cache add spec metalsmith-in-place@^1.4.4
434 silly cache add parsed spec Result {
434 silly cache add raw: 'metalsmith-in-place@^1.4.4',
434 silly cache add scope: null,
434 silly cache add escapedName: 'metalsmith-in-place',
434 silly cache add name: 'metalsmith-in-place',
434 silly cache add rawSpec: '^1.4.4',
434 silly cache add spec: '>=1.4.4 <2.0.0',
434 silly cache add type: 'range' }
435 silly addNamed metalsmith-in-place@>=1.4.4 <2.0.0
436 verbose addNamed ">=1.4.4 <2.0.0" is a valid semver range for metalsmith-in-place
437 silly addNameRange { name: 'metalsmith-in-place',
437 silly addNameRange range: '>=1.4.4 <2.0.0',
437 silly addNameRange hasData: false }
438 silly mapToRegistry name metalsmith-in-place
439 silly mapToRegistry using default registry
440 silly mapToRegistry registry http://registry.npmjs.org/
441 silly mapToRegistry data Result {
441 silly mapToRegistry raw: 'metalsmith-in-place',
441 silly mapToRegistry scope: null,
441 silly mapToRegistry escapedName: 'metalsmith-in-place',
441 silly mapToRegistry name: 'metalsmith-in-place',
441 silly mapToRegistry rawSpec: '',
441 silly mapToRegistry spec: 'latest',
441 silly mapToRegistry type: 'tag' }
442 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-in-place
443 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-in-place not in flight; fetching
444 verbose get http://registry.npmjs.org/metalsmith-in-place not expired, no request
445 silly addNameRange number 2 { name: 'metalsmith-in-place',
445 silly addNameRange range: '>=1.4.4 <2.0.0',
445 silly addNameRange hasData: true }
446 silly addNameRange versions [ 'metalsmith-in-place',
446 silly addNameRange [ '1.0.1',
446 silly addNameRange '1.1.0',
446 silly addNameRange '1.1.1',
446 silly addNameRange '1.2.0',
446 silly addNameRange '1.2.1',
446 silly addNameRange '1.3.0',
446 silly addNameRange '1.3.1',
446 silly addNameRange '1.3.2',
446 silly addNameRange '1.3.3',
446 silly addNameRange '1.4.3',
446 silly addNameRange '1.4.4',
446 silly addNameRange '2.0.0-beta.1' ] ]
447 silly addNamed metalsmith-in-place@1.4.4
448 verbose addNamed "1.4.4" is a plain semver version for metalsmith-in-place
449 silly cache afterAdd metalsmith-in-place@1.4.4
450 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-in-place\1.4.4\package\package.json not in flight; writing
451 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
452 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-in-place\1.4.4\package\package.json written
453 info git [ 'clone',
453 info git '--template=C:\\Users\\ME\\AppData\\Roaming\\npm-cache\\_git-remotes\\_templates',
453 info git '--mirror',
453 info git 'git://github.com/superwolff/metalsmith-layouts.git',
453 info git 'C:\\Users\\ME\\AppData\\Roaming\\npm-cache\\_git-remotes\\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33' ]
454 http 304 http://registry.npmjs.org/metalsmith
455 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
455 verbose headers via: '1.1 varnish',
455 verbose headers 'cache-control': 'max-age=300',
455 verbose headers etag: '"1NXKLM5GQ0ZKMJS20S621EP38"',
455 verbose headers age: '0',
455 verbose headers connection: 'keep-alive',
455 verbose headers 'x-served-by': 'cache-mel6521-MEL',
455 verbose headers 'x-cache': 'MISS',
455 verbose headers 'x-cache-hits': '0',
455 verbose headers 'x-timer': 'S1476747542.057917,VS0,VE409',
455 verbose headers vary: 'Accept-Encoding' }
456 silly get cb [ 304,
456 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
456 silly get via: '1.1 varnish',
456 silly get 'cache-control': 'max-age=300',
456 silly get etag: '"1NXKLM5GQ0ZKMJS20S621EP38"',
456 silly get age: '0',
456 silly get connection: 'keep-alive',
456 silly get 'x-served-by': 'cache-mel6521-MEL',
456 silly get 'x-cache': 'MISS',
456 silly get 'x-cache-hits': '0',
456 silly get 'x-timer': 'S1476747542.057917,VS0,VE409',
456 silly get vary: 'Accept-Encoding' } ]
457 verbose etag http://registry.npmjs.org/metalsmith from cache
458 verbose get saving metalsmith to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith\.cache.json
459 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
460 silly resolveWithNewModule metalsmith@2.2.0 checking installable status
461 silly cache add args [ 'metalsmith@^2.2.0', null ]
462 verbose cache add spec metalsmith@^2.2.0
463 silly cache add parsed spec Result {
463 silly cache add raw: 'metalsmith@^2.2.0',
463 silly cache add scope: null,
463 silly cache add escapedName: 'metalsmith',
463 silly cache add name: 'metalsmith',
463 silly cache add rawSpec: '^2.2.0',
463 silly cache add spec: '>=2.2.0 <3.0.0',
463 silly cache add type: 'range' }
464 silly addNamed metalsmith@>=2.2.0 <3.0.0
465 verbose addNamed ">=2.2.0 <3.0.0" is a valid semver range for metalsmith
466 silly addNameRange { name: 'metalsmith', range: '>=2.2.0 <3.0.0', hasData: false }
467 silly mapToRegistry name metalsmith
468 silly mapToRegistry using default registry
469 silly mapToRegistry registry http://registry.npmjs.org/
470 silly mapToRegistry data Result {
470 silly mapToRegistry raw: 'metalsmith',
470 silly mapToRegistry scope: null,
470 silly mapToRegistry escapedName: 'metalsmith',
470 silly mapToRegistry name: 'metalsmith',
470 silly mapToRegistry rawSpec: '',
470 silly mapToRegistry spec: 'latest',
470 silly mapToRegistry type: 'tag' }
471 silly mapToRegistry uri http://registry.npmjs.org/metalsmith
472 verbose addNameRange registry:http://registry.npmjs.org/metalsmith not in flight; fetching
473 verbose get http://registry.npmjs.org/metalsmith not expired, no request
474 silly addNameRange number 2 { name: 'metalsmith', range: '>=2.2.0 <3.0.0', hasData: true }
475 silly addNameRange versions [ 'metalsmith',
475 silly addNameRange [ '0.0.0',
475 silly addNameRange '0.0.1',
475 silly addNameRange '0.0.2',
475 silly addNameRange '0.0.4',
475 silly addNameRange '0.1.0',
475 silly addNameRange '0.2.0',
475 silly addNameRange '0.2.1',
475 silly addNameRange '0.2.2',
475 silly addNameRange '0.2.3',
475 silly addNameRange '0.3.0',
475 silly addNameRange '0.4.0',
475 silly addNameRange '0.5.0',
475 silly addNameRange '0.6.0',
475 silly addNameRange '0.6.1',
475 silly addNameRange '0.7.0',
475 silly addNameRange '0.8.0',
475 silly addNameRange '0.8.1',
475 silly addNameRange '0.9.0',
475 silly addNameRange '0.10.0',
475 silly addNameRange '0.11.0',
475 silly addNameRange '1.0.0',
475 silly addNameRange '1.0.1',
475 silly addNameRange '1.1.1',
475 silly addNameRange '1.2.0',
475 silly addNameRange '1.3.0',
475 silly addNameRange '1.4.0',
475 silly addNameRange '1.4.1',
475 silly addNameRange '1.4.2',
475 silly addNameRange '1.4.3',
475 silly addNameRange '1.4.4',
475 silly addNameRange '1.4.5',
475 silly addNameRange '1.5.0',
475 silly addNameRange '1.6.0',
475 silly addNameRange '1.7.0',
475 silly addNameRange '2.0.1',
475 silly addNameRange '2.1.0',
475 silly addNameRange '2.2.0' ] ]
476 silly addNamed metalsmith@2.2.0
477 verbose addNamed "2.2.0" is a plain semver version for metalsmith
478 silly cache afterAdd metalsmith@2.2.0
479 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith\2.2.0\package\package.json not in flight; writing
480 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
481 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith\2.2.0\package\package.json written
482 http 304 http://registry.npmjs.org/metalsmith-collections
483 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
483 verbose headers via: '1.1 varnish',
483 verbose headers 'cache-control': 'max-age=300',
483 verbose headers etag: '"5Q843FO686EHI4DRF4FARNNRK"',
483 verbose headers age: '0',
483 verbose headers connection: 'keep-alive',
483 verbose headers 'x-served-by': 'cache-mel6522-MEL',
483 verbose headers 'x-cache': 'MISS',
483 verbose headers 'x-cache-hits': '0',
483 verbose headers 'x-timer': 'S1476747542.056076,VS0,VE768',
483 verbose headers vary: 'Accept-Encoding' }
484 silly get cb [ 304,
484 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
484 silly get via: '1.1 varnish',
484 silly get 'cache-control': 'max-age=300',
484 silly get etag: '"5Q843FO686EHI4DRF4FARNNRK"',
484 silly get age: '0',
484 silly get connection: 'keep-alive',
484 silly get 'x-served-by': 'cache-mel6522-MEL',
484 silly get 'x-cache': 'MISS',
484 silly get 'x-cache-hits': '0',
484 silly get 'x-timer': 'S1476747542.056076,VS0,VE768',
484 silly get vary: 'Accept-Encoding' } ]
485 verbose etag http://registry.npmjs.org/metalsmith-collections from cache
486 verbose get saving metalsmith-collections to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-collections\.cache.json
487 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
488 silly resolveWithNewModule metalsmith-collections@0.7.0 checking installable status
489 silly cache add args [ 'metalsmith-collections@^0.7.0', null ]
490 verbose cache add spec metalsmith-collections@^0.7.0
491 silly cache add parsed spec Result {
491 silly cache add raw: 'metalsmith-collections@^0.7.0',
491 silly cache add scope: null,
491 silly cache add escapedName: 'metalsmith-collections',
491 silly cache add name: 'metalsmith-collections',
491 silly cache add rawSpec: '^0.7.0',
491 silly cache add spec: '>=0.7.0 <0.8.0',
491 silly cache add type: 'range' }
492 silly addNamed metalsmith-collections@>=0.7.0 <0.8.0
493 verbose addNamed ">=0.7.0 <0.8.0" is a valid semver range for metalsmith-collections
494 silly addNameRange { name: 'metalsmith-collections',
494 silly addNameRange range: '>=0.7.0 <0.8.0',
494 silly addNameRange hasData: false }
495 silly mapToRegistry name metalsmith-collections
496 silly mapToRegistry using default registry
497 silly mapToRegistry registry http://registry.npmjs.org/
498 silly mapToRegistry data Result {
498 silly mapToRegistry raw: 'metalsmith-collections',
498 silly mapToRegistry scope: null,
498 silly mapToRegistry escapedName: 'metalsmith-collections',
498 silly mapToRegistry name: 'metalsmith-collections',
498 silly mapToRegistry rawSpec: '',
498 silly mapToRegistry spec: 'latest',
498 silly mapToRegistry type: 'tag' }
499 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-collections
500 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-collections not in flight; fetching
501 verbose get http://registry.npmjs.org/metalsmith-collections not expired, no request
502 silly addNameRange number 2 { name: 'metalsmith-collections',
502 silly addNameRange range: '>=0.7.0 <0.8.0',
502 silly addNameRange hasData: true }
503 silly addNameRange versions [ 'metalsmith-collections',
503 silly addNameRange [ '0.0.1',
503 silly addNameRange '0.0.2',
503 silly addNameRange '0.0.3',
503 silly addNameRange '0.1.0',
503 silly addNameRange '0.2.0',
503 silly addNameRange '0.3.0',
503 silly addNameRange '0.4.0',
503 silly addNameRange '0.4.1',
503 silly addNameRange '0.5.0',
503 silly addNameRange '0.5.1',
503 silly addNameRange '0.6.0',
503 silly addNameRange '0.7.0' ] ]
504 silly addNamed metalsmith-collections@0.7.0
505 verbose addNamed "0.7.0" is a plain semver version for metalsmith-collections
506 silly cache afterAdd metalsmith-collections@0.7.0
507 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-collections\0.7.0\package\package.json not in flight; writing
508 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
509 http 304 http://registry.npmjs.org/metalsmith-markdown
510 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
510 verbose headers via: '1.1 varnish',
510 verbose headers 'cache-control': 'max-age=300',
510 verbose headers etag: '"AM9P5CSS204RVJEB90QNZPQHK"',
510 verbose headers age: '0',
510 verbose headers connection: 'keep-alive',
510 verbose headers 'x-served-by': 'cache-mel6520-MEL',
510 verbose headers 'x-cache': 'MISS',
510 verbose headers 'x-cache-hits': '0',
510 verbose headers 'x-timer': 'S1476747542.057295,VS0,VE760',
510 verbose headers vary: 'Accept-Encoding' }
511 silly get cb [ 304,
511 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
511 silly get via: '1.1 varnish',
511 silly get 'cache-control': 'max-age=300',
511 silly get etag: '"AM9P5CSS204RVJEB90QNZPQHK"',
511 silly get age: '0',
511 silly get connection: 'keep-alive',
511 silly get 'x-served-by': 'cache-mel6520-MEL',
511 silly get 'x-cache': 'MISS',
511 silly get 'x-cache-hits': '0',
511 silly get 'x-timer': 'S1476747542.057295,VS0,VE760',
511 silly get vary: 'Accept-Encoding' } ]
512 verbose etag http://registry.npmjs.org/metalsmith-markdown from cache
513 verbose get saving metalsmith-markdown to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-markdown\.cache.json
514 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
515 http 304 http://registry.npmjs.org/metalsmith-ignore
516 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
516 verbose headers via: '1.1 varnish',
516 verbose headers 'cache-control': 'max-age=300',
516 verbose headers etag: '"37BYQC2UY871VNJJP95AN2HUS"',
516 verbose headers age: '0',
516 verbose headers connection: 'keep-alive',
516 verbose headers 'x-served-by': 'cache-mel6523-MEL',
516 verbose headers 'x-cache': 'MISS',
516 verbose headers 'x-cache-hits': '0',
516 verbose headers 'x-timer': 'S1476747542.063898,VS0,VE777',
516 verbose headers vary: 'Accept-Encoding' }
517 silly get cb [ 304,
517 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
517 silly get via: '1.1 varnish',
517 silly get 'cache-control': 'max-age=300',
517 silly get etag: '"37BYQC2UY871VNJJP95AN2HUS"',
517 silly get age: '0',
517 silly get connection: 'keep-alive',
517 silly get 'x-served-by': 'cache-mel6523-MEL',
517 silly get 'x-cache': 'MISS',
517 silly get 'x-cache-hits': '0',
517 silly get 'x-timer': 'S1476747542.063898,VS0,VE777',
517 silly get vary: 'Accept-Encoding' } ]
518 verbose etag http://registry.npmjs.org/metalsmith-ignore from cache
519 verbose get saving metalsmith-ignore to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-ignore\.cache.json
520 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
521 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-collections\0.7.0\package\package.json written
522 silly resolveWithNewModule metalsmith-markdown@0.2.1 checking installable status
523 silly cache add args [ 'metalsmith-markdown@^0.2.1', null ]
524 verbose cache add spec metalsmith-markdown@^0.2.1
525 silly cache add parsed spec Result {
525 silly cache add raw: 'metalsmith-markdown@^0.2.1',
525 silly cache add scope: null,
525 silly cache add escapedName: 'metalsmith-markdown',
525 silly cache add name: 'metalsmith-markdown',
525 silly cache add rawSpec: '^0.2.1',
525 silly cache add spec: '>=0.2.1 <0.3.0',
525 silly cache add type: 'range' }
526 silly addNamed metalsmith-markdown@>=0.2.1 <0.3.0
527 verbose addNamed ">=0.2.1 <0.3.0" is a valid semver range for metalsmith-markdown
528 silly addNameRange { name: 'metalsmith-markdown',
528 silly addNameRange range: '>=0.2.1 <0.3.0',
528 silly addNameRange hasData: false }
529 silly mapToRegistry name metalsmith-markdown
530 silly mapToRegistry using default registry
531 silly mapToRegistry registry http://registry.npmjs.org/
532 silly mapToRegistry data Result {
532 silly mapToRegistry raw: 'metalsmith-markdown',
532 silly mapToRegistry scope: null,
532 silly mapToRegistry escapedName: 'metalsmith-markdown',
532 silly mapToRegistry name: 'metalsmith-markdown',
532 silly mapToRegistry rawSpec: '',
532 silly mapToRegistry spec: 'latest',
532 silly mapToRegistry type: 'tag' }
533 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-markdown
534 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-markdown not in flight; fetching
535 silly resolveWithNewModule metalsmith-ignore@0.1.2 checking installable status
536 silly cache add args [ 'metalsmith-ignore@^0.1.2', null ]
537 verbose cache add spec metalsmith-ignore@^0.1.2
538 silly cache add parsed spec Result {
538 silly cache add raw: 'metalsmith-ignore@^0.1.2',
538 silly cache add scope: null,
538 silly cache add escapedName: 'metalsmith-ignore',
538 silly cache add name: 'metalsmith-ignore',
538 silly cache add rawSpec: '^0.1.2',
538 silly cache add spec: '>=0.1.2 <0.2.0',
538 silly cache add type: 'range' }
539 silly addNamed metalsmith-ignore@>=0.1.2 <0.2.0
540 verbose addNamed ">=0.1.2 <0.2.0" is a valid semver range for metalsmith-ignore
541 silly addNameRange { name: 'metalsmith-ignore',
541 silly addNameRange range: '>=0.1.2 <0.2.0',
541 silly addNameRange hasData: false }
542 silly mapToRegistry name metalsmith-ignore
543 silly mapToRegistry using default registry
544 silly mapToRegistry registry http://registry.npmjs.org/
545 silly mapToRegistry data Result {
545 silly mapToRegistry raw: 'metalsmith-ignore',
545 silly mapToRegistry scope: null,
545 silly mapToRegistry escapedName: 'metalsmith-ignore',
545 silly mapToRegistry name: 'metalsmith-ignore',
545 silly mapToRegistry rawSpec: '',
545 silly mapToRegistry spec: 'latest',
545 silly mapToRegistry type: 'tag' }
546 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-ignore
547 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-ignore not in flight; fetching
548 verbose get http://registry.npmjs.org/metalsmith-markdown not expired, no request
549 silly addNameRange number 2 { name: 'metalsmith-markdown',
549 silly addNameRange range: '>=0.2.1 <0.3.0',
549 silly addNameRange hasData: true }
550 silly addNameRange versions [ 'metalsmith-markdown',
550 silly addNameRange [ '0.0.1', '0.1.0', '0.2.0', '0.2.1' ] ]
551 silly addNamed metalsmith-markdown@0.2.1
552 verbose addNamed "0.2.1" is a plain semver version for metalsmith-markdown
553 verbose get http://registry.npmjs.org/metalsmith-ignore not expired, no request
554 silly addNameRange number 2 { name: 'metalsmith-ignore',
554 silly addNameRange range: '>=0.1.2 <0.2.0',
554 silly addNameRange hasData: true }
555 silly addNameRange versions [ 'metalsmith-ignore', [ '0.0.1', '0.1.0', '0.1.1', '0.1.2' ] ]
556 silly addNamed metalsmith-ignore@0.1.2
557 verbose addNamed "0.1.2" is a plain semver version for metalsmith-ignore
558 silly cache afterAdd metalsmith-markdown@0.2.1
559 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-markdown\0.2.1\package\package.json not in flight; writing
560 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
561 http 304 http://registry.npmjs.org/metalsmith-assets
562 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
562 verbose headers via: '1.1 varnish',
562 verbose headers 'cache-control': 'max-age=300',
562 verbose headers etag: '"BWVATBB73Y6EA5OZU95ISFPKT"',
562 verbose headers age: '0',
562 verbose headers connection: 'keep-alive',
562 verbose headers 'x-served-by': 'cache-mel6521-MEL',
562 verbose headers 'x-cache': 'MISS',
562 verbose headers 'x-cache-hits': '0',
562 verbose headers 'x-timer': 'S1476747542.054221,VS0,VE808',
562 verbose headers vary: 'Accept-Encoding' }
563 silly get cb [ 304,
563 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
563 silly get via: '1.1 varnish',
563 silly get 'cache-control': 'max-age=300',
563 silly get etag: '"BWVATBB73Y6EA5OZU95ISFPKT"',
563 silly get age: '0',
563 silly get connection: 'keep-alive',
563 silly get 'x-served-by': 'cache-mel6521-MEL',
563 silly get 'x-cache': 'MISS',
563 silly get 'x-cache-hits': '0',
563 silly get 'x-timer': 'S1476747542.054221,VS0,VE808',
563 silly get vary: 'Accept-Encoding' } ]
564 verbose etag http://registry.npmjs.org/metalsmith-assets from cache
565 verbose get saving metalsmith-assets to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-assets\.cache.json
566 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
567 silly cache afterAdd metalsmith-ignore@0.1.2
568 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-ignore\0.1.2\package\package.json not in flight; writing
569 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
570 http 304 http://registry.npmjs.org/metalsmith-permalinks
571 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
571 verbose headers via: '1.1 varnish',
571 verbose headers 'cache-control': 'max-age=300',
571 verbose headers etag: '"DHK82FAITVKMYIG5WR8JRUHC6"',
571 verbose headers age: '0',
571 verbose headers connection: 'keep-alive',
571 verbose headers 'x-served-by': 'cache-mel6520-MEL',
571 verbose headers 'x-cache': 'MISS',
571 verbose headers 'x-cache-hits': '0',
571 verbose headers 'x-timer': 'S1476747542.056224,VS0,VE812',
571 verbose headers vary: 'Accept-Encoding' }
572 silly get cb [ 304,
572 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
572 silly get via: '1.1 varnish',
572 silly get 'cache-control': 'max-age=300',
572 silly get etag: '"DHK82FAITVKMYIG5WR8JRUHC6"',
572 silly get age: '0',
572 silly get connection: 'keep-alive',
572 silly get 'x-served-by': 'cache-mel6520-MEL',
572 silly get 'x-cache': 'MISS',
572 silly get 'x-cache-hits': '0',
572 silly get 'x-timer': 'S1476747542.056224,VS0,VE812',
572 silly get vary: 'Accept-Encoding' } ]
573 verbose etag http://registry.npmjs.org/metalsmith-permalinks from cache
574 verbose get saving metalsmith-permalinks to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-permalinks\.cache.json
575 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
576 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-markdown\0.2.1\package\package.json written
577 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-ignore\0.1.2\package\package.json written
578 silly resolveWithNewModule metalsmith-assets@0.1.0 checking installable status
579 silly cache add args [ 'metalsmith-assets@^0.1.0', null ]
580 verbose cache add spec metalsmith-assets@^0.1.0
581 silly cache add parsed spec Result {
581 silly cache add raw: 'metalsmith-assets@^0.1.0',
581 silly cache add scope: null,
581 silly cache add escapedName: 'metalsmith-assets',
581 silly cache add name: 'metalsmith-assets',
581 silly cache add rawSpec: '^0.1.0',
581 silly cache add spec: '>=0.1.0 <0.2.0',
581 silly cache add type: 'range' }
582 silly addNamed metalsmith-assets@>=0.1.0 <0.2.0
583 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for metalsmith-assets
584 silly addNameRange { name: 'metalsmith-assets',
584 silly addNameRange range: '>=0.1.0 <0.2.0',
584 silly addNameRange hasData: false }
585 silly mapToRegistry name metalsmith-assets
586 silly mapToRegistry using default registry
587 silly mapToRegistry registry http://registry.npmjs.org/
588 silly mapToRegistry data Result {
588 silly mapToRegistry raw: 'metalsmith-assets',
588 silly mapToRegistry scope: null,
588 silly mapToRegistry escapedName: 'metalsmith-assets',
588 silly mapToRegistry name: 'metalsmith-assets',
588 silly mapToRegistry rawSpec: '',
588 silly mapToRegistry spec: 'latest',
588 silly mapToRegistry type: 'tag' }
589 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-assets
590 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-assets not in flight; fetching
591 silly resolveWithNewModule metalsmith-permalinks@0.5.0 checking installable status
592 silly cache add args [ 'metalsmith-permalinks@^0.5.0', null ]
593 verbose cache add spec metalsmith-permalinks@^0.5.0
594 silly cache add parsed spec Result {
594 silly cache add raw: 'metalsmith-permalinks@^0.5.0',
594 silly cache add scope: null,
594 silly cache add escapedName: 'metalsmith-permalinks',
594 silly cache add name: 'metalsmith-permalinks',
594 silly cache add rawSpec: '^0.5.0',
594 silly cache add spec: '>=0.5.0 <0.6.0',
594 silly cache add type: 'range' }
595 silly addNamed metalsmith-permalinks@>=0.5.0 <0.6.0
596 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for metalsmith-permalinks
597 silly addNameRange { name: 'metalsmith-permalinks',
597 silly addNameRange range: '>=0.5.0 <0.6.0',
597 silly addNameRange hasData: false }
598 silly mapToRegistry name metalsmith-permalinks
599 silly mapToRegistry using default registry
600 silly mapToRegistry registry http://registry.npmjs.org/
601 silly mapToRegistry data Result {
601 silly mapToRegistry raw: 'metalsmith-permalinks',
601 silly mapToRegistry scope: null,
601 silly mapToRegistry escapedName: 'metalsmith-permalinks',
601 silly mapToRegistry name: 'metalsmith-permalinks',
601 silly mapToRegistry rawSpec: '',
601 silly mapToRegistry spec: 'latest',
601 silly mapToRegistry type: 'tag' }
602 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-permalinks
603 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-permalinks not in flight; fetching
604 verbose get http://registry.npmjs.org/metalsmith-assets not expired, no request
605 silly addNameRange number 2 { name: 'metalsmith-assets',
605 silly addNameRange range: '>=0.1.0 <0.2.0',
605 silly addNameRange hasData: true }
606 silly addNameRange versions [ 'metalsmith-assets', [ '0.0.1', '0.1.0' ] ]
607 silly addNamed metalsmith-assets@0.1.0
608 verbose addNamed "0.1.0" is a plain semver version for metalsmith-assets
609 verbose get http://registry.npmjs.org/metalsmith-permalinks not expired, no request
610 silly addNameRange number 2 { name: 'metalsmith-permalinks',
610 silly addNameRange range: '>=0.5.0 <0.6.0',
610 silly addNameRange hasData: true }
611 silly addNameRange versions [ 'metalsmith-permalinks',
611 silly addNameRange [ '0.0.1',
611 silly addNameRange '0.0.2',
611 silly addNameRange '0.1.0',
611 silly addNameRange '0.1.1',
611 silly addNameRange '0.1.2',
611 silly addNameRange '0.1.3',
611 silly addNameRange '0.2.0',
611 silly addNameRange '0.2.1',
611 silly addNameRange '0.2.2',
611 silly addNameRange '0.3.0',
611 silly addNameRange '0.3.1',
611 silly addNameRange '0.3.2',
611 silly addNameRange '0.4.0',
611 silly addNameRange '0.4.1',
611 silly addNameRange '0.5.0' ] ]
612 silly addNamed metalsmith-permalinks@0.5.0
613 verbose addNamed "0.5.0" is a plain semver version for metalsmith-permalinks
614 silly cache afterAdd metalsmith-assets@0.1.0
615 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-assets\0.1.0\package\package.json not in flight; writing
616 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
617 silly cache afterAdd metalsmith-permalinks@0.5.0
618 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-permalinks\0.5.0\package\package.json not in flight; writing
619 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
620 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-assets\0.1.0\package\package.json written
621 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-permalinks\0.5.0\package\package.json written
622 http 304 http://registry.npmjs.org/ftp
623 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
623 verbose headers via: '1.1 varnish',
623 verbose headers 'cache-control': 'max-age=300',
623 verbose headers etag: '"ABJMUKU38WKDRV4EQKYEW4D42"',
623 verbose headers age: '0',
623 verbose headers connection: 'keep-alive',
623 verbose headers 'x-served-by': 'cache-mel6522-MEL',
623 verbose headers 'x-cache': 'HIT',
623 verbose headers 'x-cache-hits': '1',
623 verbose headers 'x-timer': 'S1476747542.067181,VS0,VE939',
623 verbose headers vary: 'Accept-Encoding' }
624 silly get cb [ 304,
624 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
624 silly get via: '1.1 varnish',
624 silly get 'cache-control': 'max-age=300',
624 silly get etag: '"ABJMUKU38WKDRV4EQKYEW4D42"',
624 silly get age: '0',
624 silly get connection: 'keep-alive',
624 silly get 'x-served-by': 'cache-mel6522-MEL',
624 silly get 'x-cache': 'HIT',
624 silly get 'x-cache-hits': '1',
624 silly get 'x-timer': 'S1476747542.067181,VS0,VE939',
624 silly get vary: 'Accept-Encoding' } ]
625 verbose etag http://registry.npmjs.org/ftp from cache
626 verbose get saving ftp to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\ftp\.cache.json
627 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
628 http 304 http://registry.npmjs.org/url-join
629 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
629 verbose headers via: '1.1 varnish',
629 verbose headers 'cache-control': 'max-age=300',
629 verbose headers etag: '"1L52R4EQ02VEUC59QNS5FB8B6"',
629 verbose headers age: '0',
629 verbose headers connection: 'keep-alive',
629 verbose headers 'x-served-by': 'cache-mel6522-MEL',
629 verbose headers 'x-cache': 'HIT',
629 verbose headers 'x-cache-hits': '1',
629 verbose headers 'x-timer': 'S1476747542.066832,VS0,VE954',
629 verbose headers vary: 'Accept-Encoding' }
630 silly get cb [ 304,
630 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
630 silly get via: '1.1 varnish',
630 silly get 'cache-control': 'max-age=300',
630 silly get etag: '"1L52R4EQ02VEUC59QNS5FB8B6"',
630 silly get age: '0',
630 silly get connection: 'keep-alive',
630 silly get 'x-served-by': 'cache-mel6522-MEL',
630 silly get 'x-cache': 'HIT',
630 silly get 'x-cache-hits': '1',
630 silly get 'x-timer': 'S1476747542.066832,VS0,VE954',
630 silly get vary: 'Accept-Encoding' } ]
631 verbose etag http://registry.npmjs.org/url-join from cache
632 verbose get saving url-join to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\url-join\.cache.json
633 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
634 http 304 http://registry.npmjs.org/slugify
635 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
635 verbose headers via: '1.1 varnish',
635 verbose headers 'cache-control': 'max-age=300',
635 verbose headers etag: '"9RGVL2Y3WU17D4CRK9IBNN9YX"',
635 verbose headers age: '0',
635 verbose headers connection: 'keep-alive',
635 verbose headers 'x-served-by': 'cache-mel6521-MEL',
635 verbose headers 'x-cache': 'MISS',
635 verbose headers 'x-cache-hits': '0',
635 verbose headers 'x-timer': 'S1476747542.054132,VS0,VE975',
635 verbose headers vary: 'Accept-Encoding' }
636 silly get cb [ 304,
636 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
636 silly get via: '1.1 varnish',
636 silly get 'cache-control': 'max-age=300',
636 silly get etag: '"9RGVL2Y3WU17D4CRK9IBNN9YX"',
636 silly get age: '0',
636 silly get connection: 'keep-alive',
636 silly get 'x-served-by': 'cache-mel6521-MEL',
636 silly get 'x-cache': 'MISS',
636 silly get 'x-cache-hits': '0',
636 silly get 'x-timer': 'S1476747542.054132,VS0,VE975',
636 silly get vary: 'Accept-Encoding' } ]
637 verbose etag http://registry.npmjs.org/slugify from cache
638 verbose get saving slugify to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\slugify\.cache.json
639 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
640 silly resolveWithNewModule ftp@0.3.10 checking installable status
641 silly cache add args [ 'ftp@^0.3.10', null ]
642 verbose cache add spec ftp@^0.3.10
643 silly cache add parsed spec Result {
643 silly cache add raw: 'ftp@^0.3.10',
643 silly cache add scope: null,
643 silly cache add escapedName: 'ftp',
643 silly cache add name: 'ftp',
643 silly cache add rawSpec: '^0.3.10',
643 silly cache add spec: '>=0.3.10 <0.4.0',
643 silly cache add type: 'range' }
644 silly addNamed ftp@>=0.3.10 <0.4.0
645 verbose addNamed ">=0.3.10 <0.4.0" is a valid semver range for ftp
646 silly addNameRange { name: 'ftp', range: '>=0.3.10 <0.4.0', hasData: false }
647 silly mapToRegistry name ftp
648 silly mapToRegistry using default registry
649 silly mapToRegistry registry http://registry.npmjs.org/
650 silly mapToRegistry data Result {
650 silly mapToRegistry raw: 'ftp',
650 silly mapToRegistry scope: null,
650 silly mapToRegistry escapedName: 'ftp',
650 silly mapToRegistry name: 'ftp',
650 silly mapToRegistry rawSpec: '',
650 silly mapToRegistry spec: 'latest',
650 silly mapToRegistry type: 'tag' }
651 silly mapToRegistry uri http://registry.npmjs.org/ftp
652 verbose addNameRange registry:http://registry.npmjs.org/ftp not in flight; fetching
653 silly resolveWithNewModule url-join@1.1.0 checking installable status
654 silly cache add args [ 'url-join@^1.1.0', null ]
655 verbose cache add spec url-join@^1.1.0
656 silly cache add parsed spec Result {
656 silly cache add raw: 'url-join@^1.1.0',
656 silly cache add scope: null,
656 silly cache add escapedName: 'url-join',
656 silly cache add name: 'url-join',
656 silly cache add rawSpec: '^1.1.0',
656 silly cache add spec: '>=1.1.0 <2.0.0',
656 silly cache add type: 'range' }
657 silly addNamed url-join@>=1.1.0 <2.0.0
658 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for url-join
659 silly addNameRange { name: 'url-join', range: '>=1.1.0 <2.0.0', hasData: false }
660 silly mapToRegistry name url-join
661 silly mapToRegistry using default registry
662 silly mapToRegistry registry http://registry.npmjs.org/
663 silly mapToRegistry data Result {
663 silly mapToRegistry raw: 'url-join',
663 silly mapToRegistry scope: null,
663 silly mapToRegistry escapedName: 'url-join',
663 silly mapToRegistry name: 'url-join',
663 silly mapToRegistry rawSpec: '',
663 silly mapToRegistry spec: 'latest',
663 silly mapToRegistry type: 'tag' }
664 silly mapToRegistry uri http://registry.npmjs.org/url-join
665 verbose addNameRange registry:http://registry.npmjs.org/url-join not in flight; fetching
666 verbose get http://registry.npmjs.org/ftp not expired, no request
667 silly addNameRange number 2 { name: 'ftp', range: '>=0.3.10 <0.4.0', hasData: true }
668 silly addNameRange versions [ 'ftp',
668 silly addNameRange [ '0.1.0',
668 silly addNameRange '0.1.1',
668 silly addNameRange '0.1.2',
668 silly addNameRange '0.1.3',
668 silly addNameRange '0.1.4',
668 silly addNameRange '0.1.5',
668 silly addNameRange '0.1.6',
668 silly addNameRange '0.1.7',
668 silly addNameRange '0.2.0',
668 silly addNameRange '0.2.5',
668 silly addNameRange '0.2.6',
668 silly addNameRange '0.2.7',
668 silly addNameRange '0.2.8',
668 silly addNameRange '0.2.9',
668 silly addNameRange '0.2.10',
668 silly addNameRange '0.2.11',
668 silly addNameRange '0.3.0',
668 silly addNameRange '0.3.1',
668 silly addNameRange '0.3.2',
668 silly addNameRange '0.3.3',
668 silly addNameRange '0.3.4',
668 silly addNameRange '0.3.5',
668 silly addNameRange '0.3.6',
668 silly addNameRange '0.3.7',
668 silly addNameRange '0.3.8',
668 silly addNameRange '0.3.9',
668 silly addNameRange '0.3.10' ] ]
669 silly addNamed ftp@0.3.10
670 verbose addNamed "0.3.10" is a plain semver version for ftp
671 verbose get http://registry.npmjs.org/url-join not expired, no request
672 silly addNameRange number 2 { name: 'url-join', range: '>=1.1.0 <2.0.0', hasData: true }
673 silly addNameRange versions [ 'url-join', [ '0.0.1', '1.0.0', '1.1.0' ] ]
674 silly addNamed url-join@1.1.0
675 verbose addNamed "1.1.0" is a plain semver version for url-join
676 http 304 http://registry.npmjs.org/metalsmith-headings
677 verbose headers { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
677 verbose headers via: '1.1 varnish',
677 verbose headers 'cache-control': 'max-age=300',
677 verbose headers etag: '"DK7GAOFEWAD0CA7MB7FF44YN3"',
677 verbose headers age: '0',
677 verbose headers connection: 'keep-alive',
677 verbose headers 'x-served-by': 'cache-mel6521-MEL',
677 verbose headers 'x-cache': 'MISS',
677 verbose headers 'x-cache-hits': '0',
677 verbose headers 'x-timer': 'S1476747542.058716,VS0,VE978',
677 verbose headers vary: 'Accept-Encoding' }
678 silly get cb [ 304,
678 silly get { date: 'Mon, 17 Oct 2016 23:39:02 GMT',
678 silly get via: '1.1 varnish',
678 silly get 'cache-control': 'max-age=300',
678 silly get etag: '"DK7GAOFEWAD0CA7MB7FF44YN3"',
678 silly get age: '0',
678 silly get connection: 'keep-alive',
678 silly get 'x-served-by': 'cache-mel6521-MEL',
678 silly get 'x-cache': 'MISS',
678 silly get 'x-cache-hits': '0',
678 silly get 'x-timer': 'S1476747542.058716,VS0,VE978',
678 silly get vary: 'Accept-Encoding' } ]
679 verbose etag http://registry.npmjs.org/metalsmith-headings from cache
680 verbose get saving metalsmith-headings to C:\Users\ME\AppData\Roaming\npm-cache\registry.npmjs.org\metalsmith-headings\.cache.json
681 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
682 silly cache afterAdd ftp@0.3.10
683 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\ftp\0.3.10\package\package.json not in flight; writing
684 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
685 silly resolveWithNewModule slugify@1.0.2 checking installable status
686 silly cache add args [ 'slugify@^1.0.2', null ]
687 verbose cache add spec slugify@^1.0.2
688 silly cache add parsed spec Result {
688 silly cache add raw: 'slugify@^1.0.2',
688 silly cache add scope: null,
688 silly cache add escapedName: 'slugify',
688 silly cache add name: 'slugify',
688 silly cache add rawSpec: '^1.0.2',
688 silly cache add spec: '>=1.0.2 <2.0.0',
688 silly cache add type: 'range' }
689 silly addNamed slugify@>=1.0.2 <2.0.0
690 verbose addNamed ">=1.0.2 <2.0.0" is a valid semver range for slugify
691 silly addNameRange { name: 'slugify', range: '>=1.0.2 <2.0.0', hasData: false }
692 silly mapToRegistry name slugify
693 silly mapToRegistry using default registry
694 silly mapToRegistry registry http://registry.npmjs.org/
695 silly mapToRegistry data Result {
695 silly mapToRegistry raw: 'slugify',
695 silly mapToRegistry scope: null,
695 silly mapToRegistry escapedName: 'slugify',
695 silly mapToRegistry name: 'slugify',
695 silly mapToRegistry rawSpec: '',
695 silly mapToRegistry spec: 'latest',
695 silly mapToRegistry type: 'tag' }
696 silly mapToRegistry uri http://registry.npmjs.org/slugify
697 verbose addNameRange registry:http://registry.npmjs.org/slugify not in flight; fetching
698 silly cache afterAdd url-join@1.1.0
699 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\url-join\1.1.0\package\package.json not in flight; writing
700 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
701 verbose get http://registry.npmjs.org/slugify not expired, no request
702 silly addNameRange number 2 { name: 'slugify', range: '>=1.0.2 <2.0.0', hasData: true }
703 silly addNameRange versions [ 'slugify', [ '0.1.0', '0.1.1', '1.0.0', '1.0.1', '1.0.2' ] ]
704 silly addNamed slugify@1.0.2
705 verbose addNamed "1.0.2" is a plain semver version for slugify
706 silly cache afterAdd slugify@1.0.2
707 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\slugify\1.0.2\package\package.json not in flight; writing
708 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
709 silly resolveWithNewModule metalsmith-headings@0.1.0 checking installable status
710 silly cache add args [ 'metalsmith-headings@^0.1.0', null ]
711 verbose cache add spec metalsmith-headings@^0.1.0
712 silly cache add parsed spec Result {
712 silly cache add raw: 'metalsmith-headings@^0.1.0',
712 silly cache add scope: null,
712 silly cache add escapedName: 'metalsmith-headings',
712 silly cache add name: 'metalsmith-headings',
712 silly cache add rawSpec: '^0.1.0',
712 silly cache add spec: '>=0.1.0 <0.2.0',
712 silly cache add type: 'range' }
713 silly addNamed metalsmith-headings@>=0.1.0 <0.2.0
714 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for metalsmith-headings
715 silly addNameRange { name: 'metalsmith-headings',
715 silly addNameRange range: '>=0.1.0 <0.2.0',
715 silly addNameRange hasData: false }
716 silly mapToRegistry name metalsmith-headings
717 silly mapToRegistry using default registry
718 silly mapToRegistry registry http://registry.npmjs.org/
719 silly mapToRegistry data Result {
719 silly mapToRegistry raw: 'metalsmith-headings',
719 silly mapToRegistry scope: null,
719 silly mapToRegistry escapedName: 'metalsmith-headings',
719 silly mapToRegistry name: 'metalsmith-headings',
719 silly mapToRegistry rawSpec: '',
719 silly mapToRegistry spec: 'latest',
719 silly mapToRegistry type: 'tag' }
720 silly mapToRegistry uri http://registry.npmjs.org/metalsmith-headings
721 verbose addNameRange registry:http://registry.npmjs.org/metalsmith-headings not in flight; fetching
722 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\url-join\1.1.0\package\package.json written
723 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\slugify\1.0.2\package\package.json written
724 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\ftp\0.3.10\package\package.json written
725 verbose get http://registry.npmjs.org/metalsmith-headings not expired, no request
726 silly addNameRange number 2 { name: 'metalsmith-headings',
726 silly addNameRange range: '>=0.1.0 <0.2.0',
726 silly addNameRange hasData: true }
727 silly addNameRange versions [ 'metalsmith-headings', [ '0.0.1', '0.1.0' ] ]
728 silly addNamed metalsmith-headings@0.1.0
729 verbose addNamed "0.1.0" is a plain semver version for metalsmith-headings
730 silly cache afterAdd metalsmith-headings@0.1.0
731 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-headings\0.1.0\package\package.json not in flight; writing
732 verbose correctMkdir C:\Users\ME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
733 verbose afterAdd C:\Users\ME\AppData\Roaming\npm-cache\metalsmith-headings\0.1.0\package\package.json written
734 error git clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33: Cloning into bare repository 'C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33'...
734 error git clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33: fatal: unable to connect to github.com:
734 error git clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33: github.com[0: 192.30.253.113]: errno=No error
735 silly fetchPackageMetaData Error: Command failed: git -c core.longpaths=true clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
735 silly fetchPackageMetaData Cloning into bare repository 'C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33'...
735 silly fetchPackageMetaData fatal: unable to connect to github.com:
735 silly fetchPackageMetaData github.com[0: 192.30.253.113]: errno=No error
735 silly fetchPackageMetaData
735 silly fetchPackageMetaData
735 silly fetchPackageMetaData at ChildProcess.exithandler (child_process.js:206:12)
735 silly fetchPackageMetaData at emitTwo (events.js:106:13)
735 silly fetchPackageMetaData at ChildProcess.emit (events.js:191:7)
735 silly fetchPackageMetaData at maybeClose (internal/child_process.js:877:16)
735 silly fetchPackageMetaData at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
735 silly fetchPackageMetaData error for metalsmith-layouts@git://github.com/superwolff/metalsmith-layouts.git#master { Error: Command failed: git -c core.longpaths=true clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
735 silly fetchPackageMetaData Cloning into bare repository 'C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33'...
735 silly fetchPackageMetaData fatal: unable to connect to github.com:
735 silly fetchPackageMetaData github.com[0: 192.30.253.113]: errno=No error
735 silly fetchPackageMetaData
735 silly fetchPackageMetaData
735 silly fetchPackageMetaData at ChildProcess.exithandler (child_process.js:206:12)
735 silly fetchPackageMetaData at emitTwo (events.js:106:13)
735 silly fetchPackageMetaData at ChildProcess.emit (events.js:191:7)
735 silly fetchPackageMetaData at maybeClose (internal/child_process.js:877:16)
735 silly fetchPackageMetaData at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
735 silly fetchPackageMetaData killed: false,
735 silly fetchPackageMetaData code: 128,
735 silly fetchPackageMetaData signal: null,
735 silly fetchPackageMetaData cmd: 'git -c core.longpaths=true clone --template=C:\\Users\\ME\\AppData\\Roaming\\npm-cache\\_git-remotes\\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\\Users\\ME\\AppData\\Roaming\\npm-cache\\_git-remotes\\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33' }
736 silly rollbackFailedOptional Starting
737 silly rollbackFailedOptional Finishing
738 silly runTopLevelLifecycles Starting
739 silly runTopLevelLifecycles Finishing
740 silly install printInstalled
741 verbose stack Error: Command failed: git -c core.longpaths=true clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
741 verbose stack Cloning into bare repository 'C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33'...
741 verbose stack fatal: unable to connect to github.com:
741 verbose stack github.com[0: 192.30.253.113]: errno=No error
741 verbose stack
741 verbose stack
741 verbose stack at ChildProcess.exithandler (child_process.js:206:12)
741 verbose stack at emitTwo (events.js:106:13)
741 verbose stack at ChildProcess.emit (events.js:191:7)
741 verbose stack at maybeClose (internal/child_process.js:877:16)
741 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
742 verbose cwd C:\Users\ME\Projects\copper-test
743 error Windows_NT 6.1.7601
744 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "coppersmith"
745 error node v6.7.0
746 error npm v3.10.3
747 error code 128
748 error Command failed: git -c core.longpaths=true clone --template=C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/superwolff/metalsmith-layouts.git C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33
748 error Cloning into bare repository 'C:\Users\ME\AppData\Roaming\npm-cache\_git-remotes\git-github-com-superwolff-metalsmith-layouts-git-master-b6761a33'...
748 error fatal: unable to connect to github.com:
748 error github.com[0: 192.30.253.113]: errno=No error
749 error If you need help, you may report this error at:
749 error <https://github.com/npm/npm/issues>
750 verbose exit [ 1, true ]
@CharlGottschalk
Copy link

Hi Shuunen

The installation error occured due to a failed connection to github.

Line 1901: 741 verbose stack fatal: unable to connect to github.com

One of the dependencies gets installed directly from github, due to the npm version breaking CopperSmith.

Please make sure you can connect to github.com and try the installation again.

Please let me know of the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment