-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
886 lines (886 loc) · 69.3 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
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'update', '-g', 'bower' ]
2 info using [email protected]
3 info using [email protected]
4 verbose url raw bower/latest
5 verbose url resolving [ 'https://registry.npmjs.org/', './bower/latest' ]
6 verbose url resolved https://registry.npmjs.org/bower/latest
7 info trying registry request attempt 1 at 21:11:42
8 http GET https://registry.npmjs.org/bower/latest
9 http 200 https://registry.npmjs.org/bower/latest
10 silly registry.get cb [ 200,
10 silly registry.get { date: 'Thu, 15 May 2014 02:11:41 GMT',
10 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
10 silly registry.get etag: '"EB0VPH5GMQV0FUMN1FKMVTPH0"',
10 silly registry.get 'content-type': 'application/json',
10 silly registry.get via: '1.1 varnish',
10 silly registry.get 'cache-control': 'max-age=1',
10 silly registry.get 'content-length': '2114',
10 silly registry.get 'accept-ranges': 'bytes',
10 silly registry.get age: '417',
10 silly registry.get 'x-served-by': 'cache-v37-ASH, cache-c32-CHI',
10 silly registry.get 'x-cache': 'HIT, MISS',
10 silly registry.get 'x-cache-hits': '1, 0',
10 silly registry.get 'x-timer': 'S1400119901.674190283,VS0,VS11,VE105,VE111',
10 silly registry.get vary: 'Accept',
10 silly registry.get 'keep-alive': 'timeout=10, max=50',
10 silly registry.get connection: 'Keep-Alive' } ]
11 verbose cache add [ 'bower', '*' ]
12 verbose cache add name="bower" spec="*" args=["bower","*"]
13 verbose parsed url { protocol: null,
13 verbose parsed url slashes: null,
13 verbose parsed url auth: null,
13 verbose parsed url host: null,
13 verbose parsed url port: null,
13 verbose parsed url hostname: null,
13 verbose parsed url hash: null,
13 verbose parsed url search: null,
13 verbose parsed url query: null,
13 verbose parsed url pathname: '*',
13 verbose parsed url path: '*',
13 verbose parsed url href: '*' }
14 verbose addNamed [ 'bower', '*' ]
15 verbose addNamed [ null, '*' ]
16 silly lockFile b788227f-bower bower@*
17 verbose lock bower@* /Users/macbook2/.npm/b788227f-bower.lock
18 silly addNameRange { name: 'bower', range: '*', hasData: false }
19 verbose url raw bower
20 verbose url resolving [ 'https://registry.npmjs.org/', './bower' ]
21 verbose url resolved https://registry.npmjs.org/bower
22 info trying registry request attempt 1 at 21:11:49
23 verbose etag "C60J8DHFYLC7NIHO5PCG94MJV"
24 http GET https://registry.npmjs.org/bower
25 http 200 https://registry.npmjs.org/bower
26 silly registry.get cb [ 200,
26 silly registry.get { date: 'Thu, 15 May 2014 02:11:46 GMT',
26 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
26 silly registry.get etag: '"EB0VPH5GMQV0FUMN1FKMVTPH0"',
26 silly registry.get 'content-type': 'application/json',
26 silly registry.get via: '1.1 varnish',
26 silly registry.get 'cache-control': 'max-age=1',
26 silly registry.get 'content-length': '95014',
26 silly registry.get 'accept-ranges': 'bytes',
26 silly registry.get age: '84',
26 silly registry.get 'x-served-by': 'cache-v43-ASH, cache-c99-CHI',
26 silly registry.get 'x-cache': 'HIT, HIT',
26 silly registry.get 'x-cache-hits': '11314, 1',
26 silly registry.get 'x-timer': 'S1400119085.081018925,VS0,VS9,VE9,VE821910',
26 silly registry.get vary: 'Accept',
26 silly registry.get 'keep-alive': 'timeout=10, max=50',
26 silly registry.get connection: 'Keep-Alive' } ]
27 silly addNameRange number 2 { name: 'bower', range: '*', hasData: true }
28 silly addNameRange versions [ 'bower',
28 silly addNameRange [ '0.1.0',
28 silly addNameRange '0.1.2',
28 silly addNameRange '0.1.3',
28 silly addNameRange '0.2.0',
28 silly addNameRange '0.3.0',
28 silly addNameRange '0.3.1',
28 silly addNameRange '0.3.2',
28 silly addNameRange '0.4.0',
28 silly addNameRange '0.5.0',
28 silly addNameRange '0.5.1',
28 silly addNameRange '0.6.0',
28 silly addNameRange '0.6.1',
28 silly addNameRange '0.6.2',
28 silly addNameRange '0.6.3',
28 silly addNameRange '0.6.4',
28 silly addNameRange '0.6.5',
28 silly addNameRange '0.6.6',
28 silly addNameRange '0.6.7',
28 silly addNameRange '0.6.8',
28 silly addNameRange '0.7.0',
28 silly addNameRange '0.7.1',
28 silly addNameRange '0.8.0',
28 silly addNameRange '0.8.1',
28 silly addNameRange '0.8.2',
28 silly addNameRange '0.8.3',
28 silly addNameRange '0.8.4',
28 silly addNameRange '0.8.5',
28 silly addNameRange '0.8.6',
28 silly addNameRange '0.9.0',
28 silly addNameRange '0.9.1',
28 silly addNameRange '0.9.2',
28 silly addNameRange '0.10.0',
28 silly addNameRange '1.0.0',
28 silly addNameRange '1.0.1',
28 silly addNameRange '1.0.2',
28 silly addNameRange '1.0.3',
28 silly addNameRange '1.1.0',
28 silly addNameRange '1.1.1',
28 silly addNameRange '1.1.2',
28 silly addNameRange '1.2.0',
28 silly addNameRange '1.2.1',
28 silly addNameRange '1.2.2',
28 silly addNameRange '1.2.3',
28 silly addNameRange '1.2.4',
28 silly addNameRange '1.2.5',
28 silly addNameRange '1.2.6',
28 silly addNameRange '1.2.7',
28 silly addNameRange '1.2.8',
28 silly addNameRange '1.3.0',
28 silly addNameRange '1.3.1',
28 silly addNameRange '1.3.2',
28 silly addNameRange '1.3.3' ] ]
29 verbose addNamed [ 'bower', '1.3.3' ]
30 verbose addNamed [ '1.3.3', '1.3.3' ]
31 silly lockFile bfd96e13-bower-1-3-3 [email protected]
32 verbose lock [email protected] /Users/macbook2/.npm/bfd96e13-bower-1-3-3.lock
33 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
34 verbose lock https://registry.npmjs.org/bower/-/bower-1.3.3.tgz /Users/macbook2/.npm/afdf53d4--npmjs-org-bower-bower-1-3-3-tgz.lock
35 verbose addRemoteTarball [ 'https://registry.npmjs.org/bower/-/bower-1.3.3.tgz',
35 verbose addRemoteTarball '9aaed731c5d56a86ccdc8b6bcb0b9284b3a6b225' ]
36 info retry fetch attempt 1 at 21:11:52
37 verbose fetch to= /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz
38 http GET https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
39 http 200 https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
40 verbose tar unpack /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz
41 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
42 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package /Users/macbook2/.npm/ff5ed731-12578-0-0737721265759319-package.lock
43 silly lockFile 75819a58-12578-0-0737721265759319-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz
44 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz /Users/macbook2/.npm/75819a58-12578-0-0737721265759319-tmp-tgz.lock
45 silly gunzTarPerm modes [ '755', '644' ]
46 silly gunzTarPerm extractEntry package.json
47 silly gunzTarPerm extractEntry .npmignore
48 silly gunzTarPerm extractEntry README.md
49 silly gunzTarPerm extractEntry LICENSE
50 silly gunzTarPerm extractEntry Gruntfile.js
51 silly gunzTarPerm extractEntry HOOKS.md
52 silly gunzTarPerm extractEntry .editorconfig
53 silly gunzTarPerm extractEntry .jshintrc
54 silly gunzTarPerm extractEntry .travis.yml
55 silly gunzTarPerm extractEntry CHANGELOG.md
56 silly gunzTarPerm extractEntry bin/bower
57 silly gunzTarPerm extractEntry lib/config.js
58 silly gunzTarPerm extractEntry lib/index.js
59 silly gunzTarPerm extractEntry lib/commands/version.js
60 silly gunzTarPerm extractEntry lib/commands/info.js
61 silly gunzTarPerm extractEntry lib/commands/init.js
62 silly gunzTarPerm extractEntry lib/commands/install.js
63 silly gunzTarPerm extractEntry lib/commands/index.js
64 silly gunzTarPerm extractEntry lib/commands/list.js
65 silly gunzTarPerm extractEntry lib/commands/lookup.js
66 silly gunzTarPerm extractEntry lib/commands/prune.js
67 silly gunzTarPerm extractEntry lib/commands/register.js
68 silly gunzTarPerm extractEntry lib/commands/search.js
69 silly gunzTarPerm extractEntry lib/commands/home.js
70 silly gunzTarPerm extractEntry lib/commands/uninstall.js
71 silly gunzTarPerm extractEntry lib/commands/help.js
72 silly gunzTarPerm extractEntry lib/commands/update.js
73 silly gunzTarPerm extractEntry lib/commands/completion.js
74 silly gunzTarPerm extractEntry lib/commands/link.js
75 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
76 silly gunzTarPerm extractEntry lib/commands/cache/list.js
77 silly gunzTarPerm extractEntry lib/core/Manager.js
78 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
79 silly gunzTarPerm extractEntry lib/core/Project.js
80 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
81 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
82 silly gunzTarPerm extractEntry lib/core/scripts.js
83 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
84 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
85 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
86 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
87 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
88 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
89 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
90 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
91 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
92 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
93 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
94 silly gunzTarPerm extractEntry lib/renderers/index.js
95 silly gunzTarPerm extractEntry lib/util/analytics.js
96 silly gunzTarPerm extractEntry lib/util/createError.js
97 silly gunzTarPerm extractEntry lib/util/createLink.js
98 silly gunzTarPerm extractEntry lib/util/download.js
99 silly gunzTarPerm extractEntry lib/util/copy.js
100 silly gunzTarPerm extractEntry lib/util/md5.js
101 silly gunzTarPerm extractEntry lib/util/readJson.js
102 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
103 silly gunzTarPerm extractEntry lib/util/rootCheck.js
104 silly gunzTarPerm extractEntry lib/util/semver.js
105 silly gunzTarPerm extractEntry lib/util/cmd.js
106 silly gunzTarPerm extractEntry lib/util/template.js
107 silly gunzTarPerm extractEntry lib/util/cli.js
108 silly gunzTarPerm extractEntry lib/util/validLink.js
109 silly gunzTarPerm extractEntry lib/util/extract.js
110 silly gunzTarPerm extractEntry CONTRIBUTING.md
111 silly gunzTarPerm extractEntry templates/helpers/colors.js
112 silly gunzTarPerm extractEntry templates/helpers/condense.js
113 silly gunzTarPerm extractEntry templates/helpers/indent.js
114 silly gunzTarPerm extractEntry templates/helpers/index.js
115 silly gunzTarPerm extractEntry templates/helpers/rpad.js
116 silly gunzTarPerm extractEntry templates/helpers/sum.js
117 silly gunzTarPerm extractEntry templates/json/help-lookup.json
118 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
119 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
120 silly gunzTarPerm extractEntry templates/json/help-home.json
121 silly gunzTarPerm extractEntry templates/json/help-info.json
122 silly gunzTarPerm extractEntry templates/json/help-init.json
123 silly gunzTarPerm extractEntry templates/json/help-install.json
124 silly gunzTarPerm extractEntry templates/json/help-link.json
125 silly gunzTarPerm extractEntry templates/json/help-list.json
126 silly gunzTarPerm extractEntry templates/json/help-cache.json
127 silly gunzTarPerm extractEntry templates/json/help-prune.json
128 silly gunzTarPerm extractEntry templates/json/help-register.json
129 silly gunzTarPerm extractEntry templates/json/help-search.json
130 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
131 silly gunzTarPerm extractEntry templates/json/help-update.json
132 silly gunzTarPerm extractEntry templates/json/help-version.json
133 silly gunzTarPerm extractEntry templates/json/help.json
134 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
135 silly gunzTarPerm extractEntry templates/std/conflict.std
136 silly gunzTarPerm extractEntry templates/std/help-cache.std
137 silly gunzTarPerm extractEntry templates/std/help-generic.std
138 silly gunzTarPerm extractEntry templates/std/help.std
139 silly gunzTarPerm extractEntry templates/std/info.std
140 silly gunzTarPerm extractEntry templates/std/lookup.std
141 silly gunzTarPerm extractEntry templates/std/register.std
142 silly gunzTarPerm extractEntry templates/std/search-results.std
143 silly gunzTarPerm extractEntry templates/std/update-notice.std
144 silly gunzTarPerm extractEntry test/packages-svn.js
145 silly gunzTarPerm extractEntry test/packages.js
146 silly gunzTarPerm extractEntry test/test.js
147 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
148 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
149 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
150 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
151 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
152 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
153 silly gunzTarPerm extractEntry test/assets/package-zip.zip
154 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
155 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
156 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
157 silly gunzTarPerm extractEntry test/core/packageRepository.js
158 silly gunzTarPerm extractEntry test/core/resolveCache.js
159 silly gunzTarPerm extractEntry test/core/resolverFactory.js
160 silly gunzTarPerm extractEntry test/core/scripts.js
161 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
162 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
163 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
164 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
165 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
166 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
167 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
168 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
169 silly gunzTarPerm extractEntry test/packages-svn.json
170 silly gunzTarPerm extractEntry test/packages.json
171 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
172 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
173 silly lockFile 75819a58-12578-0-0737721265759319-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz
174 silly lockFile 75819a58-12578-0-0737721265759319-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/tmp.tgz
175 verbose tar pack [ '/Users/macbook2/.npm/bower/1.3.3/package.tgz',
175 verbose tar pack '/var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package' ]
176 verbose tarball /Users/macbook2/.npm/bower/1.3.3/package.tgz
177 verbose folder /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
178 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
179 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package /Users/macbook2/.npm/ff5ed731-12578-0-0737721265759319-package.lock
180 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
181 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz /Users/macbook2/.npm/ad2b1772-ook2-npm-bower-1-3-3-package-tgz.lock
182 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
183 silly lockFile ff5ed731-12578-0-0737721265759319-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119912578-0.0737721265759319/package
184 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
185 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
186 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
187 verbose lock /Users/macbook2/.npm/bower/1.3.3/package /Users/macbook2/.npm/2e4d62a0-macbook2-npm-bower-1-3-3-package.lock
188 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
189 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
190 verbose tar unpack /Users/macbook2/.npm/bower/1.3.3/package.tgz
191 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
192 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package /Users/macbook2/.npm/fa96cc6c-macbook2-npm-bower-1-3-3-package.lock
193 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
194 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz /Users/macbook2/.npm/ad2b1772-ook2-npm-bower-1-3-3-package-tgz.lock
195 silly gunzTarPerm modes [ '755', '644' ]
196 silly gunzTarPerm extractEntry package.json
197 silly gunzTarPerm extractEntry .npmignore
198 silly gunzTarPerm extractEntry README.md
199 silly gunzTarPerm extractEntry LICENSE
200 silly gunzTarPerm extractEntry Gruntfile.js
201 silly gunzTarPerm extractEntry HOOKS.md
202 silly gunzTarPerm extractEntry .editorconfig
203 silly gunzTarPerm extractEntry .jshintrc
204 silly gunzTarPerm extractEntry .travis.yml
205 silly gunzTarPerm extractEntry CHANGELOG.md
206 silly gunzTarPerm extractEntry bin/bower
207 silly gunzTarPerm extractEntry lib/config.js
208 silly gunzTarPerm extractEntry lib/index.js
209 silly gunzTarPerm extractEntry lib/commands/version.js
210 silly gunzTarPerm extractEntry lib/commands/info.js
211 silly gunzTarPerm extractEntry lib/commands/init.js
212 silly gunzTarPerm extractEntry lib/commands/install.js
213 silly gunzTarPerm extractEntry lib/commands/index.js
214 silly gunzTarPerm extractEntry lib/commands/list.js
215 silly gunzTarPerm extractEntry lib/commands/lookup.js
216 silly gunzTarPerm extractEntry lib/commands/prune.js
217 silly gunzTarPerm extractEntry lib/commands/register.js
218 silly gunzTarPerm extractEntry lib/commands/search.js
219 silly gunzTarPerm extractEntry lib/commands/home.js
220 silly gunzTarPerm extractEntry lib/commands/uninstall.js
221 silly gunzTarPerm extractEntry lib/commands/help.js
222 silly gunzTarPerm extractEntry lib/commands/update.js
223 silly gunzTarPerm extractEntry lib/commands/completion.js
224 silly gunzTarPerm extractEntry lib/commands/link.js
225 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
226 silly gunzTarPerm extractEntry lib/commands/cache/list.js
227 silly gunzTarPerm extractEntry lib/core/Manager.js
228 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
229 silly gunzTarPerm extractEntry lib/core/Project.js
230 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
231 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
232 silly gunzTarPerm extractEntry lib/core/scripts.js
233 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
234 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
235 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
236 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
237 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
238 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
239 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
240 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
241 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
242 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
243 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
244 silly gunzTarPerm extractEntry lib/renderers/index.js
245 silly gunzTarPerm extractEntry lib/util/analytics.js
246 silly gunzTarPerm extractEntry lib/util/createError.js
247 silly gunzTarPerm extractEntry lib/util/createLink.js
248 silly gunzTarPerm extractEntry lib/util/download.js
249 silly gunzTarPerm extractEntry lib/util/copy.js
250 silly gunzTarPerm extractEntry lib/util/md5.js
251 silly gunzTarPerm extractEntry lib/util/readJson.js
252 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
253 silly gunzTarPerm extractEntry lib/util/rootCheck.js
254 silly gunzTarPerm extractEntry lib/util/semver.js
255 silly gunzTarPerm extractEntry lib/util/cmd.js
256 silly gunzTarPerm extractEntry lib/util/template.js
257 silly gunzTarPerm extractEntry lib/util/cli.js
258 silly gunzTarPerm extractEntry lib/util/validLink.js
259 silly gunzTarPerm extractEntry lib/util/extract.js
260 silly gunzTarPerm extractEntry CONTRIBUTING.md
261 silly gunzTarPerm extractEntry templates/helpers/colors.js
262 silly gunzTarPerm extractEntry templates/helpers/condense.js
263 silly gunzTarPerm extractEntry templates/helpers/indent.js
264 silly gunzTarPerm extractEntry templates/helpers/index.js
265 silly gunzTarPerm extractEntry templates/helpers/rpad.js
266 silly gunzTarPerm extractEntry templates/helpers/sum.js
267 silly gunzTarPerm extractEntry templates/json/help-lookup.json
268 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
269 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
270 silly gunzTarPerm extractEntry templates/json/help-home.json
271 silly gunzTarPerm extractEntry templates/json/help-info.json
272 silly gunzTarPerm extractEntry templates/json/help-init.json
273 silly gunzTarPerm extractEntry templates/json/help-install.json
274 silly gunzTarPerm extractEntry templates/json/help-link.json
275 silly gunzTarPerm extractEntry templates/json/help-list.json
276 silly gunzTarPerm extractEntry templates/json/help-cache.json
277 silly gunzTarPerm extractEntry templates/json/help-prune.json
278 silly gunzTarPerm extractEntry templates/json/help-register.json
279 silly gunzTarPerm extractEntry templates/json/help-search.json
280 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
281 silly gunzTarPerm extractEntry templates/json/help-update.json
282 silly gunzTarPerm extractEntry templates/json/help-version.json
283 silly gunzTarPerm extractEntry templates/json/help.json
284 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
285 silly gunzTarPerm extractEntry templates/std/conflict.std
286 silly gunzTarPerm extractEntry templates/std/help-cache.std
287 silly gunzTarPerm extractEntry templates/std/help-generic.std
288 silly gunzTarPerm extractEntry templates/std/help.std
289 silly gunzTarPerm extractEntry templates/std/info.std
290 silly gunzTarPerm extractEntry templates/std/lookup.std
291 silly gunzTarPerm extractEntry templates/std/register.std
292 silly gunzTarPerm extractEntry templates/std/search-results.std
293 silly gunzTarPerm extractEntry templates/std/update-notice.std
294 silly gunzTarPerm extractEntry test/packages-svn.js
295 silly gunzTarPerm extractEntry test/packages.js
296 silly gunzTarPerm extractEntry test/test.js
297 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
298 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
299 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
300 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
301 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
302 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
303 silly gunzTarPerm extractEntry test/assets/package-zip.zip
304 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
305 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
306 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
307 silly gunzTarPerm extractEntry test/core/packageRepository.js
308 silly gunzTarPerm extractEntry test/core/resolveCache.js
309 silly gunzTarPerm extractEntry test/core/resolverFactory.js
310 silly gunzTarPerm extractEntry test/core/scripts.js
311 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
312 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
313 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
314 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
315 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
316 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
317 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
318 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
319 silly gunzTarPerm extractEntry test/packages-svn.json
320 silly gunzTarPerm extractEntry test/packages.json
321 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
322 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
323 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
324 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
325 verbose chmod /Users/macbook2/.npm/bower/1.3.3/package.tgz 644
326 verbose chown /Users/macbook2/.npm/bower/1.3.3/package.tgz [ 501, 20 ]
327 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
328 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
329 silly lockFile bfd96e13-bower-1-3-3 [email protected]
330 silly lockFile bfd96e13-bower-1-3-3 [email protected]
331 silly lockFile b788227f-bower bower@*
332 silly lockFile b788227f-bower bower@*
333 info outdated updating [ [ '/usr/local/lib', 'bower', '1.2.8', '1.3.3', '1.3.3', '*' ] ]
334 verbose install where,what [ '/usr/local/lib', [ '[email protected]' ] ]
335 verbose cache add [ '[email protected]', null ]
336 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
337 verbose parsed url { protocol: null,
337 verbose parsed url slashes: null,
337 verbose parsed url auth: null,
337 verbose parsed url host: null,
337 verbose parsed url port: null,
337 verbose parsed url hostname: null,
337 verbose parsed url hash: null,
337 verbose parsed url search: null,
337 verbose parsed url query: null,
337 verbose parsed url pathname: '[email protected]',
337 verbose parsed url path: '[email protected]',
337 verbose parsed url href: '[email protected]' }
338 verbose cache add name="bower" spec="1.3.3" args=["bower","1.3.3"]
339 verbose parsed url { protocol: null,
339 verbose parsed url slashes: null,
339 verbose parsed url auth: null,
339 verbose parsed url host: null,
339 verbose parsed url port: null,
339 verbose parsed url hostname: null,
339 verbose parsed url hash: null,
339 verbose parsed url search: null,
339 verbose parsed url query: null,
339 verbose parsed url pathname: '1.3.3',
339 verbose parsed url path: '1.3.3',
339 verbose parsed url href: '1.3.3' }
340 verbose addNamed [ 'bower', '1.3.3' ]
341 verbose addNamed [ '1.3.3', '1.3.3' ]
342 silly lockFile bfd96e13-bower-1-3-3 [email protected]
343 verbose lock [email protected] /Users/macbook2/.npm/bfd96e13-bower-1-3-3.lock
344 verbose url raw bower/1.3.3
345 verbose url resolving [ 'https://registry.npmjs.org/', './bower/1.3.3' ]
346 verbose url resolved https://registry.npmjs.org/bower/1.3.3
347 info trying registry request attempt 1 at 21:11:58
348 http GET https://registry.npmjs.org/bower/1.3.3
349 http 200 https://registry.npmjs.org/bower/1.3.3
350 silly registry.get cb [ 200,
350 silly registry.get { date: 'Thu, 15 May 2014 02:11:55 GMT',
350 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
350 silly registry.get etag: '"EB0VPH5GMQV0FUMN1FKMVTPH0"',
350 silly registry.get 'content-type': 'application/json',
350 silly registry.get via: '1.1 varnish',
350 silly registry.get 'cache-control': 'max-age=1',
350 silly registry.get 'content-length': '2114',
350 silly registry.get 'accept-ranges': 'bytes',
350 silly registry.get age: '1485',
350 silly registry.get 'x-served-by': 'cache-v36-ASH, cache-c48-CHI',
350 silly registry.get 'x-cache': 'MISS, MISS',
350 silly registry.get 'x-cache-hits': '0, 0',
350 silly registry.get 'x-timer': 'S1400119915.802399158,VS0,VS7,VE104,VE113',
350 silly registry.get vary: 'Accept',
350 silly registry.get 'keep-alive': 'timeout=10, max=50',
350 silly registry.get connection: 'Keep-Alive' } ]
351 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
352 verbose lock https://registry.npmjs.org/bower/-/bower-1.3.3.tgz /Users/macbook2/.npm/afdf53d4--npmjs-org-bower-bower-1-3-3-tgz.lock
353 verbose addRemoteTarball [ 'https://registry.npmjs.org/bower/-/bower-1.3.3.tgz',
353 verbose addRemoteTarball '9aaed731c5d56a86ccdc8b6bcb0b9284b3a6b225' ]
354 info retry fetch attempt 1 at 21:11:58
355 verbose fetch to= /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz
356 http GET https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
357 http 200 https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
358 verbose tar unpack /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz
359 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
360 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package /Users/macbook2/.npm/d832288f-18919-0-8155336324125528-package.lock
361 silly lockFile 447fde4d-18919-0-8155336324125528-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz
362 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz /Users/macbook2/.npm/447fde4d-18919-0-8155336324125528-tmp-tgz.lock
363 silly gunzTarPerm modes [ '755', '644' ]
364 silly gunzTarPerm extractEntry package.json
365 silly gunzTarPerm extractEntry .npmignore
366 silly gunzTarPerm extractEntry README.md
367 silly gunzTarPerm extractEntry LICENSE
368 silly gunzTarPerm extractEntry Gruntfile.js
369 silly gunzTarPerm extractEntry HOOKS.md
370 silly gunzTarPerm extractEntry .editorconfig
371 silly gunzTarPerm extractEntry .jshintrc
372 silly gunzTarPerm extractEntry .travis.yml
373 silly gunzTarPerm extractEntry CHANGELOG.md
374 silly gunzTarPerm extractEntry bin/bower
375 silly gunzTarPerm extractEntry lib/config.js
376 silly gunzTarPerm extractEntry lib/index.js
377 silly gunzTarPerm extractEntry lib/commands/version.js
378 silly gunzTarPerm extractEntry lib/commands/info.js
379 silly gunzTarPerm extractEntry lib/commands/init.js
380 silly gunzTarPerm extractEntry lib/commands/install.js
381 silly gunzTarPerm extractEntry lib/commands/index.js
382 silly gunzTarPerm extractEntry lib/commands/list.js
383 silly gunzTarPerm extractEntry lib/commands/lookup.js
384 silly gunzTarPerm extractEntry lib/commands/prune.js
385 silly gunzTarPerm extractEntry lib/commands/register.js
386 silly gunzTarPerm extractEntry lib/commands/search.js
387 silly gunzTarPerm extractEntry lib/commands/home.js
388 silly gunzTarPerm extractEntry lib/commands/uninstall.js
389 silly gunzTarPerm extractEntry lib/commands/help.js
390 silly gunzTarPerm extractEntry lib/commands/update.js
391 silly gunzTarPerm extractEntry lib/commands/completion.js
392 silly gunzTarPerm extractEntry lib/commands/link.js
393 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
394 silly gunzTarPerm extractEntry lib/commands/cache/list.js
395 silly gunzTarPerm extractEntry lib/core/Manager.js
396 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
397 silly gunzTarPerm extractEntry lib/core/Project.js
398 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
399 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
400 silly gunzTarPerm extractEntry lib/core/scripts.js
401 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
402 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
403 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
404 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
405 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
406 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
407 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
408 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
409 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
410 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
411 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
412 silly gunzTarPerm extractEntry lib/renderers/index.js
413 silly gunzTarPerm extractEntry lib/util/analytics.js
414 silly gunzTarPerm extractEntry lib/util/createError.js
415 silly gunzTarPerm extractEntry lib/util/createLink.js
416 silly gunzTarPerm extractEntry lib/util/download.js
417 silly gunzTarPerm extractEntry lib/util/copy.js
418 silly gunzTarPerm extractEntry lib/util/md5.js
419 silly gunzTarPerm extractEntry lib/util/readJson.js
420 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
421 silly gunzTarPerm extractEntry lib/util/rootCheck.js
422 silly gunzTarPerm extractEntry lib/util/semver.js
423 silly gunzTarPerm extractEntry lib/util/cmd.js
424 silly gunzTarPerm extractEntry lib/util/template.js
425 silly gunzTarPerm extractEntry lib/util/cli.js
426 silly gunzTarPerm extractEntry lib/util/validLink.js
427 silly gunzTarPerm extractEntry lib/util/extract.js
428 silly gunzTarPerm extractEntry CONTRIBUTING.md
429 silly gunzTarPerm extractEntry templates/helpers/colors.js
430 silly gunzTarPerm extractEntry templates/helpers/condense.js
431 silly gunzTarPerm extractEntry templates/helpers/indent.js
432 silly gunzTarPerm extractEntry templates/helpers/index.js
433 silly gunzTarPerm extractEntry templates/helpers/rpad.js
434 silly gunzTarPerm extractEntry templates/helpers/sum.js
435 silly gunzTarPerm extractEntry templates/json/help-lookup.json
436 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
437 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
438 silly gunzTarPerm extractEntry templates/json/help-home.json
439 silly gunzTarPerm extractEntry templates/json/help-info.json
440 silly gunzTarPerm extractEntry templates/json/help-init.json
441 silly gunzTarPerm extractEntry templates/json/help-install.json
442 silly gunzTarPerm extractEntry templates/json/help-link.json
443 silly gunzTarPerm extractEntry templates/json/help-list.json
444 silly gunzTarPerm extractEntry templates/json/help-cache.json
445 silly gunzTarPerm extractEntry templates/json/help-prune.json
446 silly gunzTarPerm extractEntry templates/json/help-register.json
447 silly gunzTarPerm extractEntry templates/json/help-search.json
448 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
449 silly gunzTarPerm extractEntry templates/json/help-update.json
450 silly gunzTarPerm extractEntry templates/json/help-version.json
451 silly gunzTarPerm extractEntry templates/json/help.json
452 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
453 silly gunzTarPerm extractEntry templates/std/conflict.std
454 silly gunzTarPerm extractEntry templates/std/help-cache.std
455 silly gunzTarPerm extractEntry templates/std/help-generic.std
456 silly gunzTarPerm extractEntry templates/std/help.std
457 silly gunzTarPerm extractEntry templates/std/info.std
458 silly gunzTarPerm extractEntry templates/std/lookup.std
459 silly gunzTarPerm extractEntry templates/std/register.std
460 silly gunzTarPerm extractEntry templates/std/search-results.std
461 silly gunzTarPerm extractEntry templates/std/update-notice.std
462 silly gunzTarPerm extractEntry test/packages-svn.js
463 silly gunzTarPerm extractEntry test/packages.js
464 silly gunzTarPerm extractEntry test/test.js
465 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
466 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
467 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
468 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
469 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
470 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
471 silly gunzTarPerm extractEntry test/assets/package-zip.zip
472 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
473 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
474 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
475 silly gunzTarPerm extractEntry test/core/packageRepository.js
476 silly gunzTarPerm extractEntry test/core/resolveCache.js
477 silly gunzTarPerm extractEntry test/core/resolverFactory.js
478 silly gunzTarPerm extractEntry test/core/scripts.js
479 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
480 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
481 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
482 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
483 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
484 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
485 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
486 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
487 silly gunzTarPerm extractEntry test/packages-svn.json
488 silly gunzTarPerm extractEntry test/packages.json
489 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
490 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
491 silly lockFile 447fde4d-18919-0-8155336324125528-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz
492 silly lockFile 447fde4d-18919-0-8155336324125528-tmp-tgz tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/tmp.tgz
493 verbose tar pack [ '/Users/macbook2/.npm/bower/1.3.3/package.tgz',
493 verbose tar pack '/var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package' ]
494 verbose tarball /Users/macbook2/.npm/bower/1.3.3/package.tgz
495 verbose folder /var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
496 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
497 verbose lock tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package /Users/macbook2/.npm/d832288f-18919-0-8155336324125528-package.lock
498 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
499 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz /Users/macbook2/.npm/ad2b1772-ook2-npm-bower-1-3-3-package-tgz.lock
500 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
501 silly lockFile d832288f-18919-0-8155336324125528-package tar:///var/folders/lj/505fy46n581bhl7mgghmd9p80000gn/T/npm-8802-iqx3it6r/1400119918919-0.8155336324125528/package
502 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
503 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
504 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
505 verbose lock /Users/macbook2/.npm/bower/1.3.3/package /Users/macbook2/.npm/2e4d62a0-macbook2-npm-bower-1-3-3-package.lock
506 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
507 silly lockFile 2e4d62a0-macbook2-npm-bower-1-3-3-package /Users/macbook2/.npm/bower/1.3.3/package
508 verbose tar unpack /Users/macbook2/.npm/bower/1.3.3/package.tgz
509 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
510 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package /Users/macbook2/.npm/fa96cc6c-macbook2-npm-bower-1-3-3-package.lock
511 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
512 verbose lock tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz /Users/macbook2/.npm/ad2b1772-ook2-npm-bower-1-3-3-package-tgz.lock
513 silly gunzTarPerm modes [ '755', '644' ]
514 silly gunzTarPerm extractEntry package.json
515 silly gunzTarPerm extractEntry .npmignore
516 silly gunzTarPerm extractEntry README.md
517 silly gunzTarPerm extractEntry LICENSE
518 silly gunzTarPerm extractEntry Gruntfile.js
519 silly gunzTarPerm extractEntry HOOKS.md
520 silly gunzTarPerm extractEntry .editorconfig
521 silly gunzTarPerm extractEntry .jshintrc
522 silly gunzTarPerm extractEntry .travis.yml
523 silly gunzTarPerm extractEntry CHANGELOG.md
524 silly gunzTarPerm extractEntry bin/bower
525 silly gunzTarPerm extractEntry lib/config.js
526 silly gunzTarPerm extractEntry lib/index.js
527 silly gunzTarPerm extractEntry lib/commands/version.js
528 silly gunzTarPerm extractEntry lib/commands/info.js
529 silly gunzTarPerm extractEntry lib/commands/init.js
530 silly gunzTarPerm extractEntry lib/commands/install.js
531 silly gunzTarPerm extractEntry lib/commands/index.js
532 silly gunzTarPerm extractEntry lib/commands/list.js
533 silly gunzTarPerm extractEntry lib/commands/lookup.js
534 silly gunzTarPerm extractEntry lib/commands/prune.js
535 silly gunzTarPerm extractEntry lib/commands/register.js
536 silly gunzTarPerm extractEntry lib/commands/search.js
537 silly gunzTarPerm extractEntry lib/commands/home.js
538 silly gunzTarPerm extractEntry lib/commands/uninstall.js
539 silly gunzTarPerm extractEntry lib/commands/help.js
540 silly gunzTarPerm extractEntry lib/commands/update.js
541 silly gunzTarPerm extractEntry lib/commands/completion.js
542 silly gunzTarPerm extractEntry lib/commands/link.js
543 silly gunzTarPerm extractEntry lib/commands/cache/clean.js
544 silly gunzTarPerm extractEntry lib/commands/cache/list.js
545 silly gunzTarPerm extractEntry lib/core/Manager.js
546 silly gunzTarPerm extractEntry lib/core/PackageRepository.js
547 silly gunzTarPerm extractEntry lib/core/Project.js
548 silly gunzTarPerm extractEntry lib/core/ResolveCache.js
549 silly gunzTarPerm extractEntry lib/core/resolverFactory.js
550 silly gunzTarPerm extractEntry lib/core/scripts.js
551 silly gunzTarPerm extractEntry lib/core/resolvers/FsResolver.js
552 silly gunzTarPerm extractEntry lib/core/resolvers/GitFsResolver.js
553 silly gunzTarPerm extractEntry lib/core/resolvers/GitHubResolver.js
554 silly gunzTarPerm extractEntry lib/core/resolvers/GitRemoteResolver.js
555 silly gunzTarPerm extractEntry lib/core/resolvers/GitResolver.js
556 silly gunzTarPerm extractEntry lib/core/resolvers/Resolver.js
557 silly gunzTarPerm extractEntry lib/core/resolvers/SvnResolver.js
558 silly gunzTarPerm extractEntry lib/core/resolvers/UrlResolver.js
559 silly gunzTarPerm extractEntry lib/core/resolvers/index.js
560 silly gunzTarPerm extractEntry lib/renderers/JsonRenderer.js
561 silly gunzTarPerm extractEntry lib/renderers/StandardRenderer.js
562 silly gunzTarPerm extractEntry lib/renderers/index.js
563 silly gunzTarPerm extractEntry lib/util/analytics.js
564 silly gunzTarPerm extractEntry lib/util/createError.js
565 silly gunzTarPerm extractEntry lib/util/createLink.js
566 silly gunzTarPerm extractEntry lib/util/download.js
567 silly gunzTarPerm extractEntry lib/util/copy.js
568 silly gunzTarPerm extractEntry lib/util/md5.js
569 silly gunzTarPerm extractEntry lib/util/readJson.js
570 silly gunzTarPerm extractEntry lib/util/removeIgnores.js
571 silly gunzTarPerm extractEntry lib/util/rootCheck.js
572 silly gunzTarPerm extractEntry lib/util/semver.js
573 silly gunzTarPerm extractEntry lib/util/cmd.js
574 silly gunzTarPerm extractEntry lib/util/template.js
575 silly gunzTarPerm extractEntry lib/util/cli.js
576 silly gunzTarPerm extractEntry lib/util/validLink.js
577 silly gunzTarPerm extractEntry lib/util/extract.js
578 silly gunzTarPerm extractEntry CONTRIBUTING.md
579 silly gunzTarPerm extractEntry templates/helpers/colors.js
580 silly gunzTarPerm extractEntry templates/helpers/condense.js
581 silly gunzTarPerm extractEntry templates/helpers/indent.js
582 silly gunzTarPerm extractEntry templates/helpers/index.js
583 silly gunzTarPerm extractEntry templates/helpers/rpad.js
584 silly gunzTarPerm extractEntry templates/helpers/sum.js
585 silly gunzTarPerm extractEntry templates/json/help-lookup.json
586 silly gunzTarPerm extractEntry templates/json/help-cache/clean.json
587 silly gunzTarPerm extractEntry templates/json/help-cache/list.json
588 silly gunzTarPerm extractEntry templates/json/help-home.json
589 silly gunzTarPerm extractEntry templates/json/help-info.json
590 silly gunzTarPerm extractEntry templates/json/help-init.json
591 silly gunzTarPerm extractEntry templates/json/help-install.json
592 silly gunzTarPerm extractEntry templates/json/help-link.json
593 silly gunzTarPerm extractEntry templates/json/help-list.json
594 silly gunzTarPerm extractEntry templates/json/help-cache.json
595 silly gunzTarPerm extractEntry templates/json/help-prune.json
596 silly gunzTarPerm extractEntry templates/json/help-register.json
597 silly gunzTarPerm extractEntry templates/json/help-search.json
598 silly gunzTarPerm extractEntry templates/json/help-uninstall.json
599 silly gunzTarPerm extractEntry templates/json/help-update.json
600 silly gunzTarPerm extractEntry templates/json/help-version.json
601 silly gunzTarPerm extractEntry templates/json/help.json
602 silly gunzTarPerm extractEntry templates/std/conflict-resolved.std
603 silly gunzTarPerm extractEntry templates/std/conflict.std
604 silly gunzTarPerm extractEntry templates/std/help-cache.std
605 silly gunzTarPerm extractEntry templates/std/help-generic.std
606 silly gunzTarPerm extractEntry templates/std/help.std
607 silly gunzTarPerm extractEntry templates/std/info.std
608 silly gunzTarPerm extractEntry templates/std/lookup.std
609 silly gunzTarPerm extractEntry templates/std/register.std
610 silly gunzTarPerm extractEntry templates/std/search-results.std
611 silly gunzTarPerm extractEntry templates/std/update-notice.std
612 silly gunzTarPerm extractEntry test/packages-svn.js
613 silly gunzTarPerm extractEntry test/packages.js
614 silly gunzTarPerm extractEntry test/test.js
615 silly gunzTarPerm extractEntry test/assets/package-tar.tar.gz
616 silly gunzTarPerm extractEntry test/assets/package-zip-folder-single-file.zip
617 silly gunzTarPerm extractEntry test/assets/package-zip-folder.zip
618 silly gunzTarPerm extractEntry test/assets/package-zip-single-bower-json.zip
619 silly gunzTarPerm extractEntry test/assets/package-zip-single-component-json.zip
620 silly gunzTarPerm extractEntry test/assets/package-zip-single-file.zip
621 silly gunzTarPerm extractEntry test/assets/package-zip.zip
622 silly gunzTarPerm extractEntry test/assets/resolve-cache/list-json-1.json
623 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test-exception.js
624 silly gunzTarPerm extractEntry test/assets/test-temp-dir/test.js
625 silly gunzTarPerm extractEntry test/core/packageRepository.js
626 silly gunzTarPerm extractEntry test/core/resolveCache.js
627 silly gunzTarPerm extractEntry test/core/resolverFactory.js
628 silly gunzTarPerm extractEntry test/core/scripts.js
629 silly gunzTarPerm extractEntry test/core/resolvers/fsResolver.js
630 silly gunzTarPerm extractEntry test/core/resolvers/gitFsResolver.js
631 silly gunzTarPerm extractEntry test/core/resolvers/gitHubResolver.js
632 silly gunzTarPerm extractEntry test/core/resolvers/gitRemoteResolver.js
633 silly gunzTarPerm extractEntry test/core/resolvers/gitResolver.js
634 silly gunzTarPerm extractEntry test/core/resolvers/resolver.js
635 silly gunzTarPerm extractEntry test/core/resolvers/svnResolver.js
636 silly gunzTarPerm extractEntry test/core/resolvers/urlResolver.js
637 silly gunzTarPerm extractEntry test/packages-svn.json
638 silly gunzTarPerm extractEntry test/packages.json
639 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
640 silly lockFile fa96cc6c-macbook2-npm-bower-1-3-3-package tar:///Users/macbook2/.npm/bower/1.3.3/package
641 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
642 silly lockFile ad2b1772-ook2-npm-bower-1-3-3-package-tgz tar:///Users/macbook2/.npm/bower/1.3.3/package.tgz
643 verbose chmod /Users/macbook2/.npm/bower/1.3.3/package.tgz 644
644 verbose chown /Users/macbook2/.npm/bower/1.3.3/package.tgz [ 501, 20 ]
645 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
646 silly lockFile afdf53d4--npmjs-org-bower-bower-1-3-3-tgz https://registry.npmjs.org/bower/-/bower-1.3.3.tgz
647 silly lockFile bfd96e13-bower-1-3-3 [email protected]
648 silly lockFile bfd96e13-bower-1-3-3 [email protected]
649 silly resolved [ { name: 'bower',
649 silly resolved version: '1.3.3',
649 silly resolved description: 'The browser package manager',
649 silly resolved author: { name: 'Twitter' },
649 silly resolved licenses: [ [Object] ],
649 silly resolved repository: { type: 'git', url: 'git://github.com/bower/bower' },
649 silly resolved main: 'lib',
649 silly resolved homepage: 'http://bower.io',
649 silly resolved engines: { node: '>=0.10.0' },
649 silly resolved dependencies:
649 silly resolved { abbrev: '~1.0.4',
649 silly resolved archy: '~0.0.2',
649 silly resolved 'bower-config': '~0.5.0',
649 silly resolved 'bower-endpoint-parser': '~0.2.0',
649 silly resolved 'bower-json': '~0.4.0',
649 silly resolved 'bower-logger': '~0.2.2',
649 silly resolved 'bower-registry-client': '~0.2.0',
649 silly resolved cardinal: '~0.4.0',
649 silly resolved chalk: '~0.4.0',
649 silly resolved chmodr: '~0.1.0',
649 silly resolved 'decompress-zip': '~0.0.6',
649 silly resolved fstream: '~0.1.22',
649 silly resolved 'fstream-ignore': '~0.0.6',
649 silly resolved glob: '~3.2.9',
649 silly resolved 'graceful-fs': '~2.0.0',
649 silly resolved handlebars: '~1.3.0',
649 silly resolved inquirer: '~0.4.0',
649 silly resolved insight: '~0.3.0',
649 silly resolved 'is-root': '~0.1.0',
649 silly resolved junk: '~0.3.0',
649 silly resolved lockfile: '~0.4.2',
649 silly resolved 'lru-cache': '~2.5.0',
649 silly resolved mkdirp: '~0.3.5',
649 silly resolved mout: '~0.9.1',
649 silly resolved nopt: '~2.2.0',
649 silly resolved opn: '~0.1.1',
649 silly resolved osenv: '~0.0.3',
649 silly resolved 'p-throttler': '~0.0.1',
649 silly resolved promptly: '~0.2.0',
649 silly resolved q: '~1.0.1',
649 silly resolved request: '~2.34.0',
649 silly resolved 'request-progress': '~0.3.0',
649 silly resolved retry: '~0.6.0',
649 silly resolved rimraf: '~2.2.0',
649 silly resolved semver: '~2.2.1',
649 silly resolved 'shell-quote': '~1.4.1',
649 silly resolved 'stringify-object': '~0.2.0',
649 silly resolved tar: '~0.1.17',
649 silly resolved tmp: '~0.0.20',
649 silly resolved 'update-notifier': '~0.1.8',
649 silly resolved which: '~1.0.5' },
649 silly resolved devDependencies:
649 silly resolved { 'expect.js': '~0.3.1',
649 silly resolved grunt: '~0.4.4',
649 silly resolved 'grunt-contrib-jshint': '~0.10.0',
649 silly resolved 'grunt-contrib-watch': '~0.6.1',
649 silly resolved 'grunt-exec': '~0.4.2',
649 silly resolved 'grunt-simple-mocha': '~0.4.0',
649 silly resolved istanbul: '~0.2.4',
649 silly resolved 'load-grunt-tasks': '~0.4.0',
649 silly resolved mocha: '~1.18',
649 silly resolved nock: '~0.28.2',
649 silly resolved proxyquire: '~0.6.0' },
649 silly resolved scripts: { test: 'grunt test' },
649 silly resolved bin: { bower: 'bin/bower' },
649 silly resolved preferGlobal: true,
649 silly resolved readme: '# Bower [![Build Status](https://travis-ci.org/bower/bower.svg?branch=master)](https://travis-ci.org/bower/bower)\n\n<img align="right" height="300" src="http://bower.io/img/bower-logo.png">\n\n> A package manager for the web\n\nIt 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 all packages available through Bower\'s registry](http://bower.io/search/).\n\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\nMuch more information is available via `bower help` once it\'s installed. This\nis just enough to get you started.\n\n### Installing packages and dependencies\n\nBower offers several ways to install packages:\n\n##### Using the dependencies listed in the current directory\'s bower.json\n\n```sh\n$ bower install\n```\n\n##### Using a local or remote package\n\n```sh\n$ bower install <package>\n```\n\n##### Using a specific version of a package\n\n```sh\n$ bower install <package>#<version>\n```\n\n##### Using a different name and a specific version of a package\n\n```sh\n$ bower install <name>=<package>#<version>\n```\n\nWhere `<package>` can be any one of the following:\n\n* A name that maps to a package registered with Bower, e.g, `jquery`. ‡\n* A public remote Git endpoint, e.g., `git://github.com/someone/some-package.git`. ‡\n* A private Git repository, e.g., `https://github.com/someone/some-package.git`. If the protocol is https, a prompt will ask for the credentials. ssh can also be used, e.g., `[email protected]:someone/some-package.git` and can authenticate with the user\'s ssh public/private keys. ‡\n* A local endpoint, i.e., a folder that\'s a Git repository. ‡\n* A public remote Subversion endpoint, e.g., `svn+http://package.googlecode.com/svn/`. ‡\n* A private Subversion repository, e.g., `svn+ssh://package.googlecode.com/svn/` or `svn+https://package.googlecode.com/svn/`. ‡\n* A local endpoint, i.e., a folder that\'s an Subversion repository, e.g., `svn+file:///path/to/svn/`. ‡\n* A shorthand endpoint, e.g., `someone/some-package` (defaults to GitHub). ‡\n* A URL to a file, including `zip` and `tar` files. Its contents will be\n extracted.\n\n‡ These types of `<package>` might have versions available. You can specify a\n[semver](http://semver.org/) compatible version to fetch a specific release, and lock the\npackage to that version. You can also specify a [range](https://github.com/isaacs/node-semver#ranges) of versions.\n\nIf you are using a package that is a git endpoint, you may use any tag, commit SHA,\nor branch name as a version. For example: `<package>#<sha>`. Using branches is not\nrecommended because the HEAD does not reference a fixed commit SHA.\n\nIf you are using a package that is a subversion endpoint, you may use any tag, revision number,\nor branch name as a version. For example: `<package>#<revision>`.\n\nAll package contents are installed in the `bower_components` directory by default.\nYou should **never** directly modify the contents of this directory.\n\nUsing `bower list` will show all the packages that are installed locally.\n\n**N.B.** If you aren\'t authoring a package that is intended to be consumed by\nothers (e.g., you\'re building a web app), you should always [check installed\npackages into source control](http://addyosmani.com/blog/checking-in-front-end-dependencies/).\n\n\n### Custom install directory\n\nA custom install location can be set in a `.bowerrc` file using the `directory` property. The .bowerrc file should be a sibling of your project\'s bower.json.\n\n```json\n{\n "directory": "app/components"\n}\n```\n\n\n### Finding packages\n\nTo search for packages registered with Bower:\n\n```sh\n$ bower search [<name>]\n```\n\nUsing just `bower search` will list all packages in the registry.\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\n#### Warning\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#### A note for 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### Using bower\'s cache\n\nBower supports installing packages from its local cache (without internet connection), if the packages were installed before.\n\n```sh\n$ bower install <package-name> --offline\n```\n\nThe content of the cache can be listed with:\n\n```sh\n$ bower cache list\n```\n\nThe cache can be cleaned with:\n\n```sh\n$ bower cache clean\n```\n\n## Configuration\n\nBower can be configured using JSON in a `.bowerrc` file.\n\nThe current spec can be read\n[here](https://docs.google.com/document/d/1APq7oA9tNao1UYWyOm8dKqlRP2blVkROYLZ2fLIjtWc/edit#heading=h.4pzytc1f9j8k)\nin the `Configuration` section.\n\n## Running on a continuous integration server\n\nBower will skip some interactive and analytics operations if it finds a `CI` environmental variable set to `true`. You will find that the `CI` variable is already set for you on many continuous integration servers, e.g., [CircleCI](https://circleci.com/docs/environment-variables#basics) and [Travis-CI](http://docs.travis-ci.com/user/ci-environment/#Environment-variables).\n\nYou may try to set manually set `CI` variable manually before running your Bower commands. On Mac or Linux, `export CI=true` and on Windows `set CI=true`\n\n### Interactive configuration\n\nIf for some reason you are unable to set the `CI` environment variable, you can alternately use the `--config.interactive=false` flag. (`bower install --config.interactive=false`)\n\n## Defining a package\n\nYou must create a `bower.json` in your project\'s root, and specify all of its\ndependencies. This is similar to Node\'s `package.json`, or Ruby\'s `Gemfile`,\nand is useful for locking down a project\'s dependencies.\n\n*NOTE:* In versions of Bower before 0.9.0 the package metadata file was called\n`component.json` rather than `bower.json`. This has changed to avoid a name\nclash with another tool. You can still use `component.json` for now but it is\ndeprecated and the automatic fallback is likely to be removed in an upcoming\nrelease.\n\nYou can interactively create a `bower.json` with the following command:\n\n```sh\n$ bower init\n```\n\nThe `bower.json` ([spec](https://github.com/bower/bower.json-spec)) defines several options, including:\n\n* `name` (required): The name of your package.\n* `version`: A semantic version number (see [semver](http://semver.org/)).\n* `main` [string|array]: The primary endpoints of your package.\n* `ignore` [array]: An array of paths not needed in production that you want\n Bower to ignore when installing your package.\n* `dependencies` [hash]: Packages your package depends upon in production.\n Note that you can specify [ranges](https://github.com/isaacs/node-semver#ranges)\n of versions for your dependencies.\n* `devDependencies` [hash]: Development dependencies.\n* `private` [boolean]: Set to true if you want to keep the package private and\n do not want to register the package in future.\n\n```json\n{\n "name": "my-project",\n "description": "My project does XYZ...",\n "version": "1.0.0",\n "main": "path/to/main.css",\n "ignore": [\n ".jshintrc",\n "**/*.txt"\n ],\n "dependencies": {\n "<name>": "<version>",\n "<name>": "<folder>",\n "<name>": "<package>"\n },\n "devDependencies": {\n "<test-framework-name>": "<version>"\n }\n}\n```\n\n### Registering packages\n\nTo register a new package:\n\n* There **must** be a valid manifest JSON in the current working directory.\n* Your package should use [semver](http://semver.org/) Git tags.\n* Your package **must** be available at a Git endpoint (e.g., GitHub); remember\n to push your Git tags!\n\nThen use the following command:\n\n```sh\n$ bower register <my-package-name> <git-endpoint>\n```\n\nThe Bower registry does not have authentication or user management at this point\nin time. It\'s on a first come, first served basis. Think of it like a URL\nshortener. Now anyone can run `bower install <my-package-name>`, and get your\nlibrary installed.\n\nThere is no direct way to unregister a package yet. For now, you can [request a\npackage be unregistered](https://github.com/bower/bower/issues/120).\n\n\n## Consuming a package\n\nBower also makes available a source mapping. This can be used by build tools to\neasily consume Bower packages.\n\nIf you pass the `--paths` option to Bower\'s `list` command, you will get a\nsimple name-to-path mapping:\n\n```json\n{\n "backbone": "bower_components/backbone/index.js",\n "jquery": "bower_components/jquery/index.js",\n "underscore": "bower_components/underscore/index.js"\n}\n```\n\nAlternatively, every command supports the `--json` option that makes bower\noutput JSON. Command result is outputted to `stdout` and error/logs to\n`stderr`.\n\n\n## Programmatic API\n\nBower provides a powerful, programmatic API. All commands can be accessed\nthrough the `bower.commands` object.\n\n```js\nvar bower = require(\'bower\');\n\nbower.commands\n.install([\'jquery\'], { save: true }, { /* custom config */ })\n.on(\'end\', function (installed) {\n console.log(installed);\n});\n\nbower.commands\n.search(\'jquery\', {})\n.on(\'end\', function (results) {\n console.log(results);\n});\n```\n\nCommands emit four types of events: `log`, `prompt`, `end`, `error`.\n\n* `log` is emitted to report the state/progress of the command.\n* `prompt` is emitted whenever the user needs to be prompted.\n* `error` will only be emitted if something goes wrong.\n* `end` is emitted when the command successfully ends.\n\nFor a better of idea how this works, you may want to check out [our bin\nfile](https://github.com/bower/bower/blob/master/bin/bower).\n\nWhen using bower programmatically, prompting is disabled by default. Though you can enable it when calling commands with `interactive: true` in the config.\nThis requires you to listen for the `prompt` event and handle the prompting yourself. The easiest way is to use the [inquirer](https://npmjs.org/package/inquirer) npm module like so:\n\n```js\nvar inquirer = require(\'inquirer\');\n\nbower.commands\n.install([\'jquery\'], { save: true }, { interactive: true })\n// ..\n.on(\'prompt\', function (prompts, callback) {\n inquirer.prompt(prompts, callback);\n});\n```\n\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/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\n## Bower Team\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* [@sindresorhus](https://github.com/sindresorhus)\n* [@svnlto](https://github.com/svnlto)\n* [@sheerun](https://github.com/sheerun)\n\nThanks for assistance and contributions:\n\n[@addyosmani](https://github.com/addyosmani),\n[@ahmadnassri](https://github.com/ahmadnassri),\n[@angus-c](https://github.com/angus-c),\n[@borismus](https://github.com/borismus),\n[@carsonmcdonald](https://github.com/carsonmcdonald),\n[@chriseppstein](https://github.com/chriseppstein),\n[@danwrong](https://github.com/danwrong),\n[@davidmaxwaterman](https://github.com/davidmaxwaterman),\n[@desandro](https://github.com/desandro),\n[@hemanth](https://github.com/hemanth),\n[@isaacs](https://github.com/isaacs),\n[@josh](https://github.com/josh),\n[@jrburke](https://github.com/jrburke),\n[@kennethklee](https://github.com/kennethklee),\n[@marcelombc](https://github.com/marcelombc),\n[@marcooliveira](https://github.com/marcooliveira),\n[@mklabs](https://github.com/mklabs),\n[@MrDHat](https://github.com/MrDHat),\n[@necolas](https://github.com/necolas),\n[@richo](https://github.com/richo),\n[@rvagg](https://github.com/rvagg),\n[@ryanflorence](https://github.com/ryanflorence),\n[@SlexAxton](https://github.com/SlexAxton),\n[@sstephenson](https://github.com/sstephenson),\n[@tomdale](https://github.com/tomdale),\n[@uzquiano](https://github.com/uzquiano),\n[@visionmedia](https://github.com/visionmedia),\n[@wagenet](https://github.com/wagenet),\n[@wycats](https://github.com/wycats)\n\n### Bower Alumni\n\n* [@fat](https://github.com/fat)\n* [@maccman](https://github.com/maccman)\n\n\n## License\n\nCopyright (c) 2014 Twitter and other contributors\n\nLicensed under the MIT License\n',
649 silly resolved readmeFilename: 'README.md',
649 silly resolved bugs: { url: 'https://github.com/bower/bower/issues' },
649 silly resolved _id: '[email protected]',
649 silly resolved dist: { shasum: '9aaed731c5d56a86ccdc8b6bcb0b9284b3a6b225' },
649 silly resolved _from: '[email protected]',
649 silly resolved _resolved: 'https://registry.npmjs.org/bower/-/bower-1.3.3.tgz' } ]
650 info install [email protected] into /usr/local/lib
651 info installOne [email protected]
652 info /usr/local/lib/node_modules/bower unbuild
653 info preuninstall [email protected]
654 info uninstall [email protected]
655 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected]
656 verbose /usr/local/bin,[object Object] binRoot
657 info /usr/local/lib/node_modules/bower unbuild
658 info preuninstall [email protected]
659 info uninstall [email protected]
660 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild [email protected]
661 verbose /usr/local/bin,[object Object] binRoot
662 error error rolling back Error: EACCES, unlink '/usr/local/bin/bower'
662 error error rolling back [email protected] { [Error: EACCES, unlink '/usr/local/bin/bower'] errno: 3, code: 'EACCES', path: '/usr/local/bin/bower' }
663 error Error: EACCES, unlink '/usr/local/bin/bower'
663 error { [Error: EACCES, unlink '/usr/local/bin/bower'] errno: 3, code: 'EACCES', path: '/usr/local/bin/bower' }
664 error Please try running this command again as root/Administrator.
665 error System Darwin 11.4.2
666 error command "node" "/usr/local/bin/npm" "update" "-g" "bower"
667 error cwd /Users/macbook2/Documents/thinkful-angularjs-course/bo-tf-angularjs-lesson2
668 error node -v v0.10.25
669 error npm -v 1.3.24
670 error path /usr/local/bin/bower
671 error code EACCES
672 error errno 3
673 error stack Error: EACCES, unlink '/usr/local/bin/bower'
674 verbose exit [ 3, true ]