-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
592 lines (592 loc) · 38.7 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'bower' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ 'bower', null ]
5 verbose cache add name=undefined spec="bower" args=["bower",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: null,
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: 'bower',
6 verbose parsed url path: 'bower',
6 verbose parsed url href: 'bower' }
7 silly lockFile 206e3ce5-bower bower
8 verbose lock bower /home/isak/.npm/206e3ce5-bower.lock
9 silly lockFile 206e3ce5-bower bower
10 silly lockFile 206e3ce5-bower bower
11 verbose addNamed [ 'bower', '' ]
12 verbose addNamed [ null, '*' ]
13 silly lockFile 1240aab1-bower bower@
14 verbose lock bower@ /home/isak/.npm/1240aab1-bower.lock
15 silly addNameRange { name: 'bower', range: '*', hasData: false }
16 verbose url raw bower
17 verbose url resolving [ 'https://registry.npmjs.org/', './bower' ]
18 verbose url resolved https://registry.npmjs.org/bower
19 info trying registry request attempt 1 at 00:27:43
20 http GET https://registry.npmjs.org/bower
21 http 200 https://registry.npmjs.org/bower
22 silly registry.get cb [ 200,
22 silly registry.get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22 silly registry.get etag: '"5O4HUOKW503HIN1GUHXSZ5J7Q"',
22 silly registry.get 'content-type': 'application/json',
22 silly registry.get 'cache-control': 'max-age=60',
22 silly registry.get 'content-length': '112074',
22 silly registry.get 'accept-ranges': 'bytes',
22 silly registry.get date: 'Wed, 20 May 2015 22:27:37 GMT',
22 silly registry.get via: '1.1 varnish',
22 silly registry.get age: '2',
22 silly registry.get connection: 'keep-alive',
22 silly registry.get 'x-served-by': 'cache-fra1250-FRA',
22 silly registry.get 'x-cache': 'HIT',
22 silly registry.get 'x-cache-hits': '1',
22 silly registry.get 'x-timer': 'S1432160857.707810,VS0,VE1',
22 silly registry.get vary: 'Accept' } ]
23 silly addNameRange number 2 { name: 'bower', range: '*', hasData: true }
24 silly addNameRange versions [ 'bower',
24 silly addNameRange [ '0.1.0',
24 silly addNameRange '0.1.2',
24 silly addNameRange '0.1.3',
24 silly addNameRange '0.2.0',
24 silly addNameRange '0.3.0',
24 silly addNameRange '0.3.1',
24 silly addNameRange '0.3.2',
24 silly addNameRange '0.4.0',
24 silly addNameRange '0.5.0',
24 silly addNameRange '0.5.1',
24 silly addNameRange '0.6.0',
24 silly addNameRange '0.6.1',
24 silly addNameRange '0.6.2',
24 silly addNameRange '0.6.3',
24 silly addNameRange '0.6.4',
24 silly addNameRange '0.6.5',
24 silly addNameRange '0.6.6',
24 silly addNameRange '0.6.7',
24 silly addNameRange '0.6.8',
24 silly addNameRange '0.7.0',
24 silly addNameRange '0.7.1',
24 silly addNameRange '0.8.0',
24 silly addNameRange '0.8.1',
24 silly addNameRange '0.8.2',
24 silly addNameRange '0.8.3',
24 silly addNameRange '0.8.4',
24 silly addNameRange '0.8.5',
24 silly addNameRange '0.8.6',
24 silly addNameRange '0.9.0',
24 silly addNameRange '0.9.1',
24 silly addNameRange '0.9.2',
24 silly addNameRange '0.10.0',
24 silly addNameRange '1.0.0',
24 silly addNameRange '1.0.1',
24 silly addNameRange '1.0.2',
24 silly addNameRange '1.0.3',
24 silly addNameRange '1.1.0',
24 silly addNameRange '1.1.1',
24 silly addNameRange '1.1.2',
24 silly addNameRange '1.2.0',
24 silly addNameRange '1.2.1',
24 silly addNameRange '1.2.2',
24 silly addNameRange '1.2.3',
24 silly addNameRange '1.2.4',
24 silly addNameRange '1.2.5',
24 silly addNameRange '1.2.6',
24 silly addNameRange '1.2.7',
24 silly addNameRange '1.2.8',
24 silly addNameRange '1.3.0',
24 silly addNameRange '1.3.1',
24 silly addNameRange '1.3.2',
24 silly addNameRange '1.3.3',
24 silly addNameRange '1.3.4',
24 silly addNameRange '1.3.5',
24 silly addNameRange '1.3.6',
24 silly addNameRange '1.3.7',
24 silly addNameRange '1.3.8',
24 silly addNameRange '1.3.9',
24 silly addNameRange '1.3.10',
24 silly addNameRange '1.3.11',
24 silly addNameRange '1.3.12',
24 silly addNameRange '1.4.0',
24 silly addNameRange '1.4.1' ] ]
25 verbose addNamed [ 'bower', '1.4.1' ]
26 verbose addNamed [ '1.4.1', '1.4.1' ]
27 silly lockFile 185f46c0-bower-1-4-1 [email protected]
28 verbose lock [email protected] /home/isak/.npm/185f46c0-bower-1-4-1.lock
29 silly lockFile 04dcb06b--npmjs-org-bower-bower-1-4-1-tgz https://registry.npmjs.org/bower/-/bower-1.4.1.tgz
30 verbose lock https://registry.npmjs.org/bower/-/bower-1.4.1.tgz /home/isak/.npm/04dcb06b--npmjs-org-bower-bower-1-4-1-tgz.lock
31 verbose addRemoteTarball [ 'https://registry.npmjs.org/bower/-/bower-1.4.1.tgz',
31 verbose addRemoteTarball 'a18be39d030792754f30f1c5b32d37b0156ba8dd' ]
32 info retry fetch attempt 1 at 00:27:43
33 verbose fetch to= /home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz
34 http GET https://registry.npmjs.org/bower/-/bower-1.4.1.tgz
35 http 200 https://registry.npmjs.org/bower/-/bower-1.4.1.tgz
36 verbose tar unpack /home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz
37 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
38 verbose lock tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package /home/isak/.npm/92d38ebb-63854-0-5450231786817312-package.lock
39 silly lockFile 9af7c9ce-63854-0-5450231786817312-tmp-tgz tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz
40 verbose lock tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz /home/isak/.npm/9af7c9ce-63854-0-5450231786817312-tmp-tgz.lock
41 silly gunzTarPerm modes [ '755', '644' ]
42 silly gunzTarPerm extractEntry package.json
43 silly gunzTarPerm extractEntry .npmignore
44 silly gunzTarPerm extractEntry README.md
45 silly gunzTarPerm extractEntry LICENSE
46 silly gunzTarPerm extractEntry Gruntfile.js
47 silly gunzTarPerm extractEntry HOOKS.md
48 silly gunzTarPerm extractEntry CHANGELOG.md
49 silly gunzTarPerm extractEntry CONTRIBUTING.md
50 silly gunzTarPerm extractEntry .editorconfig
51 silly gunzTarPerm extractEntry .jshintrc
52 silly gunzTarPerm extractEntry appveyor.yml
53 silly gunzTarPerm extractEntry bin/bower
54 silly gunzTarPerm extractEntry lib/config.js
55 silly gunzTarPerm extractEntry lib/index.js
56 silly gunzTarPerm extractEntry lib/commands/version.js
57 silly gunzTarPerm extractEntry lib/commands/init.js
58 silly gunzTarPerm extractEntry lib/commands/install.js
59 silly gunzTarPerm extractEntry lib/commands/link.js
60 silly gunzTarPerm extractEntry lib/commands/list.js
61 silly gunzTarPerm extractEntry lib/commands/info.js
62 silly gunzTarPerm extractEntry lib/commands/lookup.js
63 silly gunzTarPerm extractEntry lib/commands/prune.js
64 silly gunzTarPerm extractEntry lib/commands/register.js
65 silly gunzTarPerm extractEntry lib/commands/search.js
66 silly gunzTarPerm extractEntry lib/commands/uninstall.js
67 silly gunzTarPerm extractEntry lib/commands/index.js
68 silly gunzTarPerm extractEntry lib/commands/unregister.js
69 silly gunzTarPerm extractEntry lib/commands/home.js
70 silly gunzTarPerm extractEntry lib/commands/update.js
71 silly gunzTarPerm extractEntry lib/commands/help.js
72 silly gunzTarPerm extractEntry lib/commands/login.js
73 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
74 silly gunzTarPerm extractEntry lib/commands/cache/list.js
75 silly gunzTarPerm extractEntry lib/core/Manager.js
76 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
77 silly gunzTarPerm extractEntry lib/core/Project.js
78 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
79 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
80 silly gunzTarPerm extractEntry lib/core/scripts.js
81 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
82 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
83 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
84 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
85 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
86 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
87 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
88 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
89 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
90 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
91 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
92 silly gunzTarPerm extractEntry lib/renderers/index.js
93 silly gunzTarPerm extractEntry lib/util/analytics.js
94 silly gunzTarPerm extractEntry lib/util/createError.js
95 silly gunzTarPerm extractEntry lib/util/createLink.js
96 silly gunzTarPerm extractEntry lib/util/download.js
97 silly gunzTarPerm extractEntry lib/util/copy.js
98 silly gunzTarPerm extractEntry lib/util/md5.js
99 silly gunzTarPerm extractEntry lib/util/readJson.js
100 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
101 silly gunzTarPerm extractEntry lib/util/rootCheck.js
102 silly gunzTarPerm extractEntry lib/util/semver.js
103 silly gunzTarPerm extractEntry lib/util/cmd.js
104 silly gunzTarPerm extractEntry lib/util/template.js
105 silly gunzTarPerm extractEntry lib/util/cli.js
106 silly gunzTarPerm extractEntry lib/util/validLink.js
107 silly gunzTarPerm extractEntry lib/util/extract.js
108 silly gunzTarPerm extractEntry templates/helpers/colors.js
109 silly gunzTarPerm extractEntry templates/helpers/condense.js
110 silly gunzTarPerm extractEntry templates/helpers/indent.js
111 silly gunzTarPerm extractEntry templates/helpers/index.js
112 silly gunzTarPerm extractEntry templates/helpers/rpad.js
113 silly gunzTarPerm extractEntry templates/helpers/sum.js
114 silly gunzTarPerm extractEntry templates/json/help-lookup.json
115 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
116 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
117 silly gunzTarPerm extractEntry templates/json/help-home.json
118 silly gunzTarPerm extractEntry templates/json/help-info.json
119 silly gunzTarPerm extractEntry templates/json/help-init.json
120 silly gunzTarPerm extractEntry templates/json/help-install.json
121 silly gunzTarPerm extractEntry templates/json/help-link.json
122 silly gunzTarPerm extractEntry templates/json/help-list.json
123 silly gunzTarPerm extractEntry templates/json/help-login.json
124 silly gunzTarPerm extractEntry templates/json/help-cache.json
125 silly gunzTarPerm extractEntry templates/json/help-prune.json
126 silly gunzTarPerm extractEntry templates/json/help-register.json
127 silly gunzTarPerm extractEntry templates/json/help-search.json
128 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
129 silly gunzTarPerm extractEntry templates/json/help-unregister.json
130 silly gunzTarPerm extractEntry templates/json/help-update.json
131 silly gunzTarPerm extractEntry templates/json/help-version.json
132 silly gunzTarPerm extractEntry templates/json/help.json
133 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
134 silly gunzTarPerm extractEntry templates/std/conflict.std
135 silly gunzTarPerm extractEntry templates/std/help-cache.std
136 silly gunzTarPerm extractEntry templates/std/help-generic.std
137 silly gunzTarPerm extractEntry templates/std/help.std
138 silly gunzTarPerm extractEntry templates/std/info.std
139 silly gunzTarPerm extractEntry templates/std/lookup.std
140 silly gunzTarPerm extractEntry templates/std/register.std
141 silly gunzTarPerm extractEntry templates/std/search-results.std
142 silly gunzTarPerm extractEntry .travis.yml
143 silly gunzTarPerm extractEntry test/packages.js
144 silly gunzTarPerm extractEntry test/helpers.js
145 silly gunzTarPerm extractEntry test/packages-svn.js
146 silly gunzTarPerm extractEntry test/test.js
147 silly gunzTarPerm extractEntry test/core/Manager.js
148 silly gunzTarPerm extractEntry test/core/packageRepository.js
149 silly gunzTarPerm extractEntry test/core/resolveCache.js
150 silly gunzTarPerm extractEntry test/core/resolverFactory.js
151 silly gunzTarPerm extractEntry test/core/scripts.js
152 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
153 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
154 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
155 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
156 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
157 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
158 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
159 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
160 silly gunzTarPerm extractEntry test/packages-svn.json
161 silly gunzTarPerm extractEntry test/commands/bower.js
162 silly gunzTarPerm extractEntry test/commands/info.js
163 silly gunzTarPerm extractEntry test/commands/init.js
164 silly gunzTarPerm extractEntry test/commands/install.js
165 silly gunzTarPerm extractEntry test/commands/link.js
166 silly gunzTarPerm extractEntry test/commands/index.js
167 silly gunzTarPerm extractEntry test/commands/login.js
168 silly gunzTarPerm extractEntry test/commands/lookup.js
169 silly gunzTarPerm extractEntry test/commands/prune.js
170 silly gunzTarPerm extractEntry test/commands/register.js
171 silly gunzTarPerm extractEntry test/commands/search.js
172 silly gunzTarPerm extractEntry test/commands/home.js
173 silly gunzTarPerm extractEntry test/commands/uninstall.js
174 silly gunzTarPerm extractEntry test/commands/help.js
175 silly gunzTarPerm extractEntry test/commands/unregister.js
176 silly gunzTarPerm extractEntry test/commands/update.js
177 silly gunzTarPerm extractEntry test/commands/version.js
178 silly gunzTarPerm extractEntry test/commands/list.js
179 silly gunzTarPerm extractEntry test/commands/cache/clean.js
180 silly gunzTarPerm extractEntry test/commands/cache/list.js
181 silly gunzTarPerm extractEntry test/packages.json
182 silly gunzTarPerm extractEntry test/renderers/JsonRenderer.js
183 silly gunzTarPerm extractEntry test/renderers/StandardRenderer.js
184 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
185 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
186 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
187 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
188 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
189 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
190 silly gunzTarPerm extractEntry test/assets/package-zip.zip
191 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
192 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
193 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
194 silly gunzTarPerm extractEntry test/util/analytics.js
195 silly gunzTarPerm extractEntry test/util/index.js
196 silly gunzTarPerm extractEntry test/util/removeIgnores.js
197 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
198 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
199 silly lockFile 9af7c9ce-63854-0-5450231786817312-tmp-tgz tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz
200 silly lockFile 9af7c9ce-63854-0-5450231786817312-tmp-tgz tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/tmp.tgz
201 verbose tar pack [ '/home/isak/.npm/bower/1.4.1/package.tgz',
201 verbose tar pack '/home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package' ]
202 verbose tarball /home/isak/.npm/bower/1.4.1/package.tgz
203 verbose folder /home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
204 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
205 verbose lock tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package /home/isak/.npm/92d38ebb-63854-0-5450231786817312-package.lock
206 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
207 verbose lock tar:///home/isak/.npm/bower/1.4.1/package.tgz /home/isak/.npm/8a508a64-isak-npm-bower-1-4-1-package-tgz.lock
208 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
209 silly lockFile 92d38ebb-63854-0-5450231786817312-package tar:///home/isak/tmp/npm-2590-6Chqvxzh/1432160863854-0.5450231786817312/package
210 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
211 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
212 silly lockFile 4dc15ca5-ome-isak-npm-bower-1-4-1-package /home/isak/.npm/bower/1.4.1/package
213 verbose lock /home/isak/.npm/bower/1.4.1/package /home/isak/.npm/4dc15ca5-ome-isak-npm-bower-1-4-1-package.lock
214 silly lockFile 4dc15ca5-ome-isak-npm-bower-1-4-1-package /home/isak/.npm/bower/1.4.1/package
215 silly lockFile 4dc15ca5-ome-isak-npm-bower-1-4-1-package /home/isak/.npm/bower/1.4.1/package
216 verbose tar unpack /home/isak/.npm/bower/1.4.1/package.tgz
217 silly lockFile 4ff0540e-ome-isak-npm-bower-1-4-1-package tar:///home/isak/.npm/bower/1.4.1/package
218 verbose lock tar:///home/isak/.npm/bower/1.4.1/package /home/isak/.npm/4ff0540e-ome-isak-npm-bower-1-4-1-package.lock
219 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
220 verbose lock tar:///home/isak/.npm/bower/1.4.1/package.tgz /home/isak/.npm/8a508a64-isak-npm-bower-1-4-1-package-tgz.lock
221 silly gunzTarPerm modes [ '755', '644' ]
222 silly gunzTarPerm extractEntry package.json
223 silly gunzTarPerm extractEntry .npmignore
224 silly gunzTarPerm extractEntry README.md
225 silly gunzTarPerm extractEntry LICENSE
226 silly gunzTarPerm extractEntry Gruntfile.js
227 silly gunzTarPerm extractEntry CONTRIBUTING.md
228 silly gunzTarPerm extractEntry .editorconfig
229 silly gunzTarPerm extractEntry HOOKS.md
230 silly gunzTarPerm extractEntry .jshintrc
231 silly gunzTarPerm extractEntry .travis.yml
232 silly gunzTarPerm extractEntry appveyor.yml
233 silly gunzTarPerm extractEntry bin/bower
234 silly gunzTarPerm extractEntry lib/config.js
235 silly gunzTarPerm extractEntry lib/index.js
236 silly gunzTarPerm extractEntry lib/commands/version.js
237 silly gunzTarPerm extractEntry lib/commands/init.js
238 silly gunzTarPerm extractEntry lib/commands/install.js
239 silly gunzTarPerm extractEntry lib/commands/link.js
240 silly gunzTarPerm extractEntry lib/commands/list.js
241 silly gunzTarPerm extractEntry lib/commands/info.js
242 silly gunzTarPerm extractEntry lib/commands/lookup.js
243 silly gunzTarPerm extractEntry lib/commands/prune.js
244 silly gunzTarPerm extractEntry lib/commands/register.js
245 silly gunzTarPerm extractEntry lib/commands/search.js
246 silly gunzTarPerm extractEntry lib/commands/uninstall.js
247 silly gunzTarPerm extractEntry lib/commands/index.js
248 silly gunzTarPerm extractEntry lib/commands/unregister.js
249 silly gunzTarPerm extractEntry lib/commands/home.js
250 silly gunzTarPerm extractEntry lib/commands/update.js
251 silly gunzTarPerm extractEntry lib/commands/help.js
252 silly gunzTarPerm extractEntry lib/commands/login.js
253 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
254 silly gunzTarPerm extractEntry lib/commands/cache/list.js
255 silly gunzTarPerm extractEntry lib/core/Manager.js
256 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
257 silly gunzTarPerm extractEntry lib/core/Project.js
258 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
259 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
260 silly gunzTarPerm extractEntry lib/core/scripts.js
261 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
262 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
263 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
264 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
265 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
266 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
267 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
268 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
269 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
270 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
271 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
272 silly gunzTarPerm extractEntry lib/renderers/index.js
273 silly gunzTarPerm extractEntry lib/util/analytics.js
274 silly gunzTarPerm extractEntry lib/util/createError.js
275 silly gunzTarPerm extractEntry lib/util/createLink.js
276 silly gunzTarPerm extractEntry lib/util/download.js
277 silly gunzTarPerm extractEntry lib/util/copy.js
278 silly gunzTarPerm extractEntry lib/util/md5.js
279 silly gunzTarPerm extractEntry lib/util/readJson.js
280 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
281 silly gunzTarPerm extractEntry lib/util/rootCheck.js
282 silly gunzTarPerm extractEntry lib/util/semver.js
283 silly gunzTarPerm extractEntry lib/util/cmd.js
284 silly gunzTarPerm extractEntry lib/util/template.js
285 silly gunzTarPerm extractEntry lib/util/cli.js
286 silly gunzTarPerm extractEntry lib/util/validLink.js
287 silly gunzTarPerm extractEntry lib/util/extract.js
288 silly gunzTarPerm extractEntry CHANGELOG.md
289 silly gunzTarPerm extractEntry templates/helpers/colors.js
290 silly gunzTarPerm extractEntry templates/helpers/condense.js
291 silly gunzTarPerm extractEntry templates/helpers/indent.js
292 silly gunzTarPerm extractEntry templates/helpers/index.js
293 silly gunzTarPerm extractEntry templates/helpers/rpad.js
294 silly gunzTarPerm extractEntry templates/helpers/sum.js
295 silly gunzTarPerm extractEntry templates/json/help-lookup.json
296 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
297 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
298 silly gunzTarPerm extractEntry templates/json/help-home.json
299 silly gunzTarPerm extractEntry templates/json/help-info.json
300 silly gunzTarPerm extractEntry templates/json/help-init.json
301 silly gunzTarPerm extractEntry templates/json/help-install.json
302 silly gunzTarPerm extractEntry templates/json/help-link.json
303 silly gunzTarPerm extractEntry templates/json/help-list.json
304 silly gunzTarPerm extractEntry templates/json/help-login.json
305 silly gunzTarPerm extractEntry templates/json/help-cache.json
306 silly gunzTarPerm extractEntry templates/json/help-prune.json
307 silly gunzTarPerm extractEntry templates/json/help-register.json
308 silly gunzTarPerm extractEntry templates/json/help-search.json
309 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
310 silly gunzTarPerm extractEntry templates/json/help-unregister.json
311 silly gunzTarPerm extractEntry templates/json/help-update.json
312 silly gunzTarPerm extractEntry templates/json/help-version.json
313 silly gunzTarPerm extractEntry templates/json/help.json
314 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
315 silly gunzTarPerm extractEntry templates/std/conflict.std
316 silly gunzTarPerm extractEntry templates/std/help-cache.std
317 silly gunzTarPerm extractEntry templates/std/help-generic.std
318 silly gunzTarPerm extractEntry templates/std/help.std
319 silly gunzTarPerm extractEntry templates/std/info.std
320 silly gunzTarPerm extractEntry templates/std/lookup.std
321 silly gunzTarPerm extractEntry templates/std/register.std
322 silly gunzTarPerm extractEntry templates/std/search-results.std
323 silly gunzTarPerm extractEntry test/helpers.js
324 silly gunzTarPerm extractEntry test/packages-svn.js
325 silly gunzTarPerm extractEntry test/packages.js
326 silly gunzTarPerm extractEntry test/test.js
327 silly gunzTarPerm extractEntry test/packages-svn.json
328 silly gunzTarPerm extractEntry test/commands/bower.js
329 silly gunzTarPerm extractEntry test/commands/info.js
330 silly gunzTarPerm extractEntry test/commands/init.js
331 silly gunzTarPerm extractEntry test/commands/install.js
332 silly gunzTarPerm extractEntry test/commands/link.js
333 silly gunzTarPerm extractEntry test/commands/index.js
334 silly gunzTarPerm extractEntry test/commands/login.js
335 silly gunzTarPerm extractEntry test/commands/lookup.js
336 silly gunzTarPerm extractEntry test/commands/prune.js
337 silly gunzTarPerm extractEntry test/commands/register.js
338 silly gunzTarPerm extractEntry test/commands/search.js
339 silly gunzTarPerm extractEntry test/commands/home.js
340 silly gunzTarPerm extractEntry test/commands/uninstall.js
341 silly gunzTarPerm extractEntry test/commands/help.js
342 silly gunzTarPerm extractEntry test/commands/unregister.js
343 silly gunzTarPerm extractEntry test/commands/update.js
344 silly gunzTarPerm extractEntry test/commands/version.js
345 silly gunzTarPerm extractEntry test/commands/list.js
346 silly gunzTarPerm extractEntry test/commands/cache/clean.js
347 silly gunzTarPerm extractEntry test/commands/cache/list.js
348 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
349 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
350 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
351 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
352 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
353 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
354 silly gunzTarPerm extractEntry test/assets/package-zip.zip
355 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
356 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
357 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
358 silly gunzTarPerm extractEntry test/packages.json
359 silly gunzTarPerm extractEntry test/renderers/JsonRenderer.js
360 silly gunzTarPerm extractEntry test/renderers/StandardRenderer.js
361 silly gunzTarPerm extractEntry test/core/Manager.js
362 silly gunzTarPerm extractEntry test/core/packageRepository.js
363 silly gunzTarPerm extractEntry test/core/resolveCache.js
364 silly gunzTarPerm extractEntry test/core/resolverFactory.js
365 silly gunzTarPerm extractEntry test/core/scripts.js
366 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
367 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
368 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
369 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
370 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
371 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
372 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
373 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
374 silly gunzTarPerm extractEntry test/util/analytics.js
375 silly gunzTarPerm extractEntry test/util/index.js
376 silly gunzTarPerm extractEntry test/util/removeIgnores.js
377 silly lockFile 4ff0540e-ome-isak-npm-bower-1-4-1-package tar:///home/isak/.npm/bower/1.4.1/package
378 silly lockFile 4ff0540e-ome-isak-npm-bower-1-4-1-package tar:///home/isak/.npm/bower/1.4.1/package
379 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
380 silly lockFile 8a508a64-isak-npm-bower-1-4-1-package-tgz tar:///home/isak/.npm/bower/1.4.1/package.tgz
381 verbose chmod /home/isak/.npm/bower/1.4.1/package.tgz 644
382 verbose chown /home/isak/.npm/bower/1.4.1/package.tgz [ 1007, 1009 ]
383 silly lockFile 04dcb06b--npmjs-org-bower-bower-1-4-1-tgz https://registry.npmjs.org/bower/-/bower-1.4.1.tgz
384 silly lockFile 04dcb06b--npmjs-org-bower-bower-1-4-1-tgz https://registry.npmjs.org/bower/-/bower-1.4.1.tgz
385 silly lockFile 185f46c0-bower-1-4-1 [email protected]
386 silly lockFile 185f46c0-bower-1-4-1 [email protected]
387 silly lockFile 1240aab1-bower bower@
388 silly lockFile 1240aab1-bower bower@
389 silly resolved [ { name: 'bower',
389 silly resolved version: '1.4.1',
389 silly resolved description: 'The browser package manager',
389 silly resolved author: { name: 'Twitter' },
389 silly resolved licenses: [ [Object] ],
389 silly resolved repository: { type: 'git', url: 'git://github.com/bower/bower' },
389 silly resolved main: 'lib',
389 silly resolved homepage: 'http://bower.io',
389 silly resolved engines: { node: '>=0.10.0' },
389 silly resolved dependencies:
389 silly resolved { abbrev: '^1.0.5',
389 silly resolved archy: '1.0.0',
389 silly resolved 'bower-config': '^0.6.1',
389 silly resolved 'bower-endpoint-parser': '^0.2.2',
389 silly resolved 'bower-json': '^0.4.0',
389 silly resolved 'bower-logger': '^0.2.2',
389 silly resolved 'bower-registry-client': '^0.3.0',
389 silly resolved cardinal: '0.4.4',
389 silly resolved chalk: '^1.0.0',
389 silly resolved chmodr: '0.1.0',
389 silly resolved configstore: '^0.3.2',
389 silly resolved 'decompress-zip': '^0.1.0',
389 silly resolved fstream: '^1.0.3',
389 silly resolved 'fstream-ignore': '^1.0.2',
389 silly resolved github: '^0.2.3',
389 silly resolved glob: '^4.3.2',
389 silly resolved 'graceful-fs': '^3.0.5',
389 silly resolved handlebars: '^2.0.0',
389 silly resolved inquirer: '0.8.0',
389 silly resolved insight: '^0.5.0',
389 silly resolved 'is-root': '^1.0.0',
389 silly resolved junk: '^1.0.0',
389 silly resolved lockfile: '^1.0.0',
389 silly resolved 'lru-cache': '^2.5.0',
389 silly resolved mkdirp: '0.5.0',
389 silly resolved mout: '^0.11.0',
389 silly resolved nopt: '^3.0.1',
389 silly resolved opn: '^1.0.1',
389 silly resolved 'p-throttler': '0.1.1',
389 silly resolved promptly: '0.2.0',
389 silly resolved q: '^1.1.2',
389 silly resolved request: '2.53.0',
389 silly resolved 'request-progress': '0.3.1',
389 silly resolved retry: '0.6.1',
389 silly resolved rimraf: '^2.2.8',
389 silly resolved semver: '^2.3.0',
389 silly resolved 'shell-quote': '^1.4.2',
389 silly resolved 'stringify-object': '^1.0.0',
389 silly resolved 'tar-fs': '^1.4.1',
389 silly resolved tmp: '0.0.24',
389 silly resolved 'update-notifier': '^0.3.0',
389 silly resolved 'user-home': '^1.1.0',
389 silly resolved which: '^1.0.8' },
389 silly resolved devDependencies:
389 silly resolved { chai: '^1.10.0',
389 silly resolved coveralls: '^2.11.2',
389 silly resolved 'expect.js': '^0.3.1',
389 silly resolved grunt: '^0.4.5',
389 silly resolved 'grunt-cli': '^0.1.13',
389 silly resolved 'grunt-contrib-jshint': '^0.10.0',
389 silly resolved 'grunt-contrib-watch': '^0.6.1',
389 silly resolved 'grunt-exec': '^0.4.6',
389 silly resolved 'grunt-simple-mocha': '^0.4.0',
389 silly resolved istanbul: '^0.3.5',
389 silly resolved 'load-grunt-tasks': '^2.0.0',
389 silly resolved mocha: '^2.1.0',
389 silly resolved multiline: '^1.0.2',
389 silly resolved nock: '^0.56.0',
389 silly resolved 'node-uuid': '^1.4.2',
389 silly resolved proxyquire: '^1.3.0',
389 silly resolved 'spawn-sync': '^1.0.5' },
389 silly resolved scripts: { test: 'grunt test' },
389 silly resolved bin: { bower: 'bin/bower' },
389 silly resolved preferGlobal: true,
389 silly resolved readme: '# Bower\n\n[![Build Status](https://travis-ci.org/bower/bower.svg?branch=master)](https://travis-ci.org/bower/bower) [![Windows Build](https://ci.appveyor.com/api/projects/status/jr6vfra8w84plh2g/branch/master?svg=true)](https://ci.appveyor.com/project/sheerun/bower/history) [![Coverage Status](https://img.shields.io/coveralls/bower/bower.svg)](https://coveralls.io/r/bower/bower?branch=master) \n\n<img align="right" height="300" src="http://bower.io/img/bower-logo.png">\n\n> A package manager for the web\n\nBower offers a generic, unopinionated solution to the problem of **front-end package management**, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.\n\nBower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).\n\n**View complete docs on [bower.io](http://bower.io)**\n\n[View all packages available through Bower\'s registry](http://bower.io/search/).\n\n## Install\n\n```sh\n$ npm install -g bower\n```\n\nBower depends on [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/). Also make sure that [git](http://git-scm.com/) is installed as some bower\npackages require it to be fetched and installed.\n\n\n## Usage\n\nSee complete command line reference at [bower.io/docs/api/](http://bower.io/docs/api/)\n\n### Installing packages and dependencies\n\n```sh\n# install dependencies listed in bower.json\n$ bower install\n\n# install a package and add it to bower.json\n$ bower install <package> --save\n\n# install specific version of a package and add it to bower.json\n$ bower install <package>#<version> --save\n```\n\n### Using packages\n\nWe discourage using bower components statically for performance and security reasons (if component has an `upload.php` file that is not ignored, that can be easily exploited to do malicious stuff).\n\nThe best approach is to process components installed by bower with build tool (like [Grunt](http://gruntjs.com/) or [gulp](http://gulpjs.com/)), and serve them concatenated or using module loader (like [RequireJS](http://requirejs.org/)).\n\n### Uninstalling packages\n\nTo uninstall a locally installed package:\n\n```sh\n$ bower uninstall <package-name>\n```\n\n### prezto and oh-my-zsh users\n\nOn `prezto` or `oh-my-zsh`, do not forget to `alias bower=\'noglob bower\'` or `bower install jquery\\#1.9.1`\n\n### Running commands with sudo\n\nBower is a user command, there is no need to execute it with superuser permissions.\nHowever, if you still want to run commands with sudo, use `--allow-root` option.\n\n### Windows users\n\nTo use Bower on Windows, you must install\n[msysgit](http://msysgit.github.io/) correctly. Be sure to check the\noption shown below:\n\n![msysgit](http://f.cl.ly/items/2V2O3i1p3R2F1r2v0a12/mysgit.png)\n\nNote that if you use TortoiseGit and if Bower keeps asking for your SSH\npassword, you should add the following environment variable: `GIT_SSH -\nC:\\Program Files\\TortoiseGit\\bin\\TortoisePlink.exe`. Adjust the `TortoisePlink`\npath if needed.\n\n## Configuration\n\nBower can be configured using JSON in a `.bowerrc` file. Read over available options at [bower.io/docs/config](http://bower.io/docs/config).\n\n## Completion (experimental)\n\n_NOTE_: Completion is still not implemented for the 1.0.0 release\n\nBower now has an experimental `completion` command that is based on, and works\nsimilarly to the [npm completion](https://npmjs.org/doc/cli/completion.html). It is\nnot available for Windows users.\n\nThis command will output a Bash / ZSH script to put into your `~/.bashrc`,\n`~/.bash_profile`, or `~/.zshrc` file.\n\n```sh\n$ bower completion >> ~/.bash_profile\n```\n\n\n## Support\n\n* [StackOverflow](http://stackoverflow.com/questions/tagged/bower)\n* [Mailinglist](http://groups.google.com/group/twitter-bower) - [email protected]\n* [\\#bower](http://webchat.freenode.net/?channels=bower) on Freenode\n\n\n## Contributing\n\nWe welcome contributions of all kinds from anyone. Please take a moment to\nreview the [guidelines for contributing](CONTRIBUTING.md).\n\n* [Bug reports](CONTRIBUTING.md#bugs)\n* [Feature requests](CONTRIBUTING.md#features)\n* [Pull requests](CONTRIBUTING.md#pull-requests)\n\n\nNote that on Windows for tests to pass you need to configure Git before cloning:\n\n```\ngit config --global core.autocrlf input\n```\n\n## Bower Team\n\nBower is made by lots of people across the globe, contributions large and small. Our thanks to everyone who has played a part.\n\n### Core team\n\n* [@satazor](https://github.com/satazor)\n* [@wibblymat](https://github.com/wibblymat)\n* [@paulirish](https://github.com/paulirish)\n* [@benschwarz](https://github.com/benschwarz)\n* [@svnlto](https://github.com/svnlto)\n* [@sheerun](https://github.com/sheerun)\n\n### Bower Alumni\n\n* [@fat](https://github.com/fat)\n* [@maccman](https://github.com/maccman)\n\n\n## License\n\nCopyright (c) 2015 Twitter and other contributors\n\nLicensed under the MIT License\n',
389 silly resolved readmeFilename: 'README.md',
389 silly resolved bugs: { url: 'https://github.com/bower/bower/issues' },
389 silly resolved _id: '[email protected]',
389 silly resolved dist: { shasum: '24ef60002f431471f75c2a41a99d8a6b8b8d43d2' },
389 silly resolved _from: 'bower@',
389 silly resolved _resolved: 'https://registry.npmjs.org/bower/-/bower-1.4.1.tgz' } ]
390 info install [email protected] into /usr/local/lib
391 info installOne [email protected]
392 info /usr/local/lib/node_modules/bower unbuild
393 info preuninstall [email protected]
394 info uninstall [email protected]
395 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected]
396 verbose /usr/local/bin,[object Object] binRoot
397 info /usr/local/lib/node_modules/bower unbuild
398 info preuninstall [email protected]
399 info uninstall [email protected]
400 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected]
401 verbose /usr/local/bin,[object Object] binRoot
402 error error rolling back Error: EACCES, unlink '/usr/local/bin/bower'
402 error error rolling back [email protected] { [Error: EACCES, unlink '/usr/local/bin/bower'] errno: 3, code: 'EACCES', path: '/usr/local/bin/bower' }
403 error Error: EACCES, unlink '/usr/local/bin/bower'
403 error { [Error: EACCES, unlink '/usr/local/bin/bower'] errno: 3, code: 'EACCES', path: '/usr/local/bin/bower' }
404 error Please try running this command again as root/Administrator.
405 error System Linux 3.2.0-4-686-pae
406 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "bower"
407 error cwd /home/isak/avatar
408 error node -v v0.10.24
409 error npm -v 1.3.21
410 error path /usr/local/bin/bower
411 error code EACCES
412 error errno 3
413 error stack Error: EACCES, unlink '/usr/local/bin/bower'
414 verbose exit [ 3, true ]