forked from tidevkr/get-started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
851 lines (851 loc) · 54.5 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
0 info it worked if it ends with ok
1 verbose cli [ '/Users/yomybaby/.nvm/versions/node/v4.2.3/bin/node',
1 verbose cli '/Users/yomybaby/.nvm/versions/node/v4.2.3/bin/npm',
1 verbose cli 'install',
1 verbose cli 'gitbook-plugin-autocover' ]
2 info using [email protected]
3 info using [email protected]
4 verbose install initial load of /Users/yomybaby/Documents/TiWorkspace/_get-started/package.json
5 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/package.json
6 silly cache add args [ 'gitbook-plugin-autocover', null ]
7 verbose cache add spec gitbook-plugin-autocover
8 silly cache add parsed spec Result {
8 silly cache add raw: 'gitbook-plugin-autocover',
8 silly cache add scope: null,
8 silly cache add name: 'gitbook-plugin-autocover',
8 silly cache add rawSpec: '',
8 silly cache add spec: '*',
8 silly cache add type: 'range' }
9 silly addNamed gitbook-plugin-autocover@*
10 verbose addNamed "*" is a valid semver range for gitbook-plugin-autocover
11 silly addNameRange { name: 'gitbook-plugin-autocover', range: '*', hasData: false }
12 silly mapToRegistry name gitbook-plugin-autocover
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://registry.npmjs.org/gitbook-plugin-autocover
16 verbose addNameRange registry:https://registry.npmjs.org/gitbook-plugin-autocover not in flight; fetching
17 verbose request uri https://registry.npmjs.org/gitbook-plugin-autocover
18 verbose request no auth needed
19 info attempt registry request try #1 at 12:19:42
20 verbose request id c006ccb0d6fbc037
21 http request GET https://registry.npmjs.org/gitbook-plugin-autocover
22 http 200 https://registry.npmjs.org/gitbook-plugin-autocover
23 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23 verbose headers etag: '"ELJ9AVCP0G1PFR6LOF9H8GWGW"',
23 verbose headers 'content-type': 'application/json',
23 verbose headers 'cache-control': 'max-age=300',
23 verbose headers 'content-length': '13431',
23 verbose headers 'accept-ranges': 'bytes',
23 verbose headers date: 'Tue, 02 Feb 2016 03:19:43 GMT',
23 verbose headers via: '1.1 varnish',
23 verbose headers age: '0',
23 verbose headers connection: 'keep-alive',
23 verbose headers 'x-served-by': 'cache-nrt6132-NRT',
23 verbose headers 'x-cache': 'MISS',
23 verbose headers 'x-cache-hits': '0',
23 verbose headers 'x-timer': 'S1454383183.012199,VS0,VE124',
23 verbose headers vary: 'Accept' }
24 silly get cb [ 200,
24 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24 silly get etag: '"ELJ9AVCP0G1PFR6LOF9H8GWGW"',
24 silly get 'content-type': 'application/json',
24 silly get 'cache-control': 'max-age=300',
24 silly get 'content-length': '13431',
24 silly get 'accept-ranges': 'bytes',
24 silly get date: 'Tue, 02 Feb 2016 03:19:43 GMT',
24 silly get via: '1.1 varnish',
24 silly get age: '0',
24 silly get connection: 'keep-alive',
24 silly get 'x-served-by': 'cache-nrt6132-NRT',
24 silly get 'x-cache': 'MISS',
24 silly get 'x-cache-hits': '0',
24 silly get 'x-timer': 'S1454383183.012199,VS0,VE124',
24 silly get vary: 'Accept' } ]
25 verbose get saving gitbook-plugin-autocover to /Users/yomybaby/.npm/registry.npmjs.org/gitbook-plugin-autocover/.cache.json
26 silly addNameRange number 2 { name: 'gitbook-plugin-autocover', range: '*', hasData: true }
27 silly addNameRange versions [ 'gitbook-plugin-autocover',
27 silly addNameRange [ '0.0.1',
27 silly addNameRange '0.0.2',
27 silly addNameRange '0.0.3',
27 silly addNameRange '0.0.4',
27 silly addNameRange '0.0.5',
27 silly addNameRange '1.0.0',
27 silly addNameRange '1.0.1',
27 silly addNameRange '1.0.2',
27 silly addNameRange '1.0.3',
27 silly addNameRange '1.1.0',
27 silly addNameRange '1.1.1',
27 silly addNameRange '1.2.0',
27 silly addNameRange '1.2.1' ] ]
28 silly addNamed [email protected]
29 verbose addNamed "1.2.1" is a plain semver version for gitbook-plugin-autocover
30 silly mapToRegistry name gitbook-plugin-autocover
31 silly mapToRegistry using default registry
32 silly mapToRegistry registry https://registry.npmjs.org/
33 silly mapToRegistry uri https://registry.npmjs.org/gitbook-plugin-autocover
34 verbose addRemoteTarball https://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz not in flight; adding
35 verbose addRemoteTarball [ 'https://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz',
35 verbose addRemoteTarball '801608af20cb351422edaff8623a36d23b7ee2ea' ]
36 info retry fetch attempt 1 at 12:19:43
37 info attempt registry request try #1 at 12:19:43
38 http fetch GET https://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz
39 http fetch 200 https://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz
40 silly fetchAndShaCheck shasum 801608af20cb351422edaff8623a36d23b7ee2ea
41 verbose addTmpTarball /var/folders/lg/l_s78jms63d02k0xtwj7qph00000gn/T/npm-32719-a4866230/registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz not in flight; adding
42 verbose addTmpTarball already have metadata; skipping unpack for [email protected]
43 silly cache afterAdd [email protected]
44 verbose afterAdd /Users/yomybaby/.npm/gitbook-plugin-autocover/1.2.1/package/package.json not in flight; writing
45 verbose afterAdd /Users/yomybaby/.npm/gitbook-plugin-autocover/1.2.1/package/package.json written
46 silly install resolved [ { name: 'gitbook-plugin-autocover',
46 silly install resolved description: 'Generate a cover for a gitbook',
46 silly install resolved main: 'index.js',
46 silly install resolved version: '1.2.1',
46 silly install resolved engines: { gitbook: '*' },
46 silly install resolved dependencies: { canvas: '1.1.6', lodash: '2.4.1', q: '1.0.1' },
46 silly install resolved homepage: 'https://github.com/GitbookIO/plugin-autocover',
46 silly install resolved repository:
46 silly install resolved { type: 'git',
46 silly install resolved url: 'https://github.com/GitbookIO/plugin-autocover.git' },
46 silly install resolved license: 'Apache 2',
46 silly install resolved bugs: { url: 'https://github.com/GitbookIO/plugin-autocover/issues' },
46 silly install resolved _id: '[email protected]',
46 silly install resolved dist:
46 silly install resolved { shasum: '801608af20cb351422edaff8623a36d23b7ee2ea',
46 silly install resolved tarball: 'http://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz' },
46 silly install resolved _from: 'gitbook-plugin-autocover@*',
46 silly install resolved _npmVersion: '1.4.6',
46 silly install resolved _npmUser: { name: 'aarono', email: '[email protected]' },
46 silly install resolved maintainers: [ [Object], [Object] ],
46 silly install resolved directories: {},
46 silly install resolved _shasum: '801608af20cb351422edaff8623a36d23b7ee2ea',
46 silly install resolved _resolved: 'https://registry.npmjs.org/gitbook-plugin-autocover/-/gitbook-plugin-autocover-1.2.1.tgz' } ]
47 info install [email protected] into /Users/yomybaby/Documents/TiWorkspace/_get-started
48 info installOne [email protected]
49 verbose installOne of gitbook-plugin-autocover to /Users/yomybaby/Documents/TiWorkspace/_get-started not in flight; installing
50 verbose lock using /Users/yomybaby/.npm/_locks/gitbook-plugin-autocover-ea7c22cb81e0baad.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
51 silly install write writing gitbook-plugin-autocover 1.2.1 to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
52 verbose unbuild node_modules/gitbook-plugin-autocover
53 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
54 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
55 verbose tar unpack /Users/yomybaby/.npm/gitbook-plugin-autocover/1.2.1/package.tgz
56 verbose tar unpacking to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
57 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover is being purged
58 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
59 silly gunzTarPerm modes [ '755', '644' ]
60 silly gunzTarPerm extractEntry package.json
61 silly gunzTarPerm extractEntry .npmignore
62 silly gunzTarPerm extractEntry README.md
63 silly gunzTarPerm extractEntry LICENSE
64 silly gunzTarPerm extractEntry topic.js
65 silly gunzTarPerm extractEntry draw.js
66 silly gunzTarPerm extractEntry test.js
67 silly gunzTarPerm extractEntry index.js
68 silly gunzTarPerm extractEntry published-with-gitbook.png
69 silly gunzTarPerm extractEntry colors.json
70 silly gunzTarPerm extractEntry topics.json
71 verbose write writing to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/package.json
72 info preinstall [email protected]
73 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/package.json
74 silly prepareForInstallMany adding [email protected] from gitbook-plugin-autocover dependencies
75 silly prepareForInstallMany adding [email protected] from gitbook-plugin-autocover dependencies
76 silly prepareForInstallMany adding [email protected] from gitbook-plugin-autocover dependencies
77 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/package.json
78 silly cache add args [ '[email protected]', null ]
79 verbose cache add spec [email protected]
80 silly cache add args [ '[email protected]', null ]
81 verbose cache add spec [email protected]
82 silly cache add parsed spec Result {
82 silly cache add raw: '[email protected]',
82 silly cache add scope: null,
82 silly cache add name: 'canvas',
82 silly cache add rawSpec: '1.1.6',
82 silly cache add spec: '1.1.6',
82 silly cache add type: 'version' }
83 silly addNamed [email protected]
84 verbose addNamed "1.1.6" is a plain semver version for canvas
85 silly mapToRegistry name canvas
86 silly mapToRegistry using default registry
87 silly mapToRegistry registry https://registry.npmjs.org/
88 silly mapToRegistry uri https://registry.npmjs.org/canvas
89 verbose addNameVersion registry:https://registry.npmjs.org/canvas not in flight; fetching
90 silly cache add parsed spec Result {
90 silly cache add raw: '[email protected]',
90 silly cache add scope: null,
90 silly cache add name: 'lodash',
90 silly cache add rawSpec: '2.4.1',
90 silly cache add spec: '2.4.1',
90 silly cache add type: 'version' }
91 silly addNamed [email protected]
92 verbose addNamed "2.4.1" is a plain semver version for lodash
93 silly mapToRegistry name lodash
94 silly mapToRegistry using default registry
95 silly mapToRegistry registry https://registry.npmjs.org/
96 silly mapToRegistry uri https://registry.npmjs.org/lodash
97 verbose addNameVersion registry:https://registry.npmjs.org/lodash not in flight; fetching
98 silly cache add args [ '[email protected]', null ]
99 verbose cache add spec [email protected]
100 silly cache add parsed spec Result {
100 silly cache add raw: '[email protected]',
100 silly cache add scope: null,
100 silly cache add name: 'q',
100 silly cache add rawSpec: '1.0.1',
100 silly cache add spec: '1.0.1',
100 silly cache add type: 'version' }
101 silly addNamed [email protected]
102 verbose addNamed "1.0.1" is a plain semver version for q
103 silly mapToRegistry name q
104 silly mapToRegistry using default registry
105 silly mapToRegistry registry https://registry.npmjs.org/
106 silly mapToRegistry uri https://registry.npmjs.org/q
107 verbose addNameVersion registry:https://registry.npmjs.org/q not in flight; fetching
108 verbose request uri https://registry.npmjs.org/canvas
109 verbose request no auth needed
110 info attempt registry request try #1 at 12:19:44
111 http request GET https://registry.npmjs.org/canvas
112 verbose request uri https://registry.npmjs.org/lodash
113 verbose request no auth needed
114 info attempt registry request try #1 at 12:19:44
115 verbose etag "65EC88P88I0XK0NWUB09FTJ1B"
116 http request GET https://registry.npmjs.org/lodash
117 verbose request uri https://registry.npmjs.org/q
118 verbose request no auth needed
119 info attempt registry request try #1 at 12:19:44
120 verbose etag "D8EFGCBHPWFHGTM3MZ6OP0TPQ"
121 http request GET https://registry.npmjs.org/q
122 http 304 https://registry.npmjs.org/lodash
123 verbose headers { date: 'Tue, 02 Feb 2016 03:19:44 GMT',
123 verbose headers via: '1.1 varnish',
123 verbose headers 'cache-control': 'max-age=300',
123 verbose headers etag: '"65EC88P88I0XK0NWUB09FTJ1B"',
123 verbose headers age: '272',
123 verbose headers connection: 'keep-alive',
123 verbose headers 'x-served-by': 'cache-itm7420-ITM',
123 verbose headers 'x-cache': 'HIT',
123 verbose headers 'x-cache-hits': '46',
123 verbose headers 'x-timer': 'S1454383184.632953,VS0,VE0',
123 verbose headers vary: 'Accept' }
124 silly get cb [ 304,
124 silly get { date: 'Tue, 02 Feb 2016 03:19:44 GMT',
124 silly get via: '1.1 varnish',
124 silly get 'cache-control': 'max-age=300',
124 silly get etag: '"65EC88P88I0XK0NWUB09FTJ1B"',
124 silly get age: '272',
124 silly get connection: 'keep-alive',
124 silly get 'x-served-by': 'cache-itm7420-ITM',
124 silly get 'x-cache': 'HIT',
124 silly get 'x-cache-hits': '46',
124 silly get 'x-timer': 'S1454383184.632953,VS0,VE0',
124 silly get vary: 'Accept' } ]
125 verbose etag https://registry.npmjs.org/lodash from cache
126 verbose get saving lodash to /Users/yomybaby/.npm/registry.npmjs.org/lodash/.cache.json
127 http 304 https://registry.npmjs.org/q
128 verbose headers { date: 'Tue, 02 Feb 2016 03:19:44 GMT',
128 verbose headers via: '1.1 varnish',
128 verbose headers 'cache-control': 'max-age=300',
128 verbose headers etag: '"D8EFGCBHPWFHGTM3MZ6OP0TPQ"',
128 verbose headers age: '147',
128 verbose headers connection: 'keep-alive',
128 verbose headers 'x-served-by': 'cache-itm7421-ITM',
128 verbose headers 'x-cache': 'HIT',
128 verbose headers 'x-cache-hits': '5',
128 verbose headers 'x-timer': 'S1454383184.645555,VS0,VE0',
128 verbose headers vary: 'Accept' }
129 silly get cb [ 304,
129 silly get { date: 'Tue, 02 Feb 2016 03:19:44 GMT',
129 silly get via: '1.1 varnish',
129 silly get 'cache-control': 'max-age=300',
129 silly get etag: '"D8EFGCBHPWFHGTM3MZ6OP0TPQ"',
129 silly get age: '147',
129 silly get connection: 'keep-alive',
129 silly get 'x-served-by': 'cache-itm7421-ITM',
129 silly get 'x-cache': 'HIT',
129 silly get 'x-cache-hits': '5',
129 silly get 'x-timer': 'S1454383184.645555,VS0,VE0',
129 silly get vary: 'Accept' } ]
130 verbose etag https://registry.npmjs.org/q from cache
131 verbose get saving q to /Users/yomybaby/.npm/registry.npmjs.org/q/.cache.json
132 silly mapToRegistry name lodash
133 silly mapToRegistry using default registry
134 silly mapToRegistry registry https://registry.npmjs.org/
135 silly mapToRegistry uri https://registry.npmjs.org/lodash
136 verbose addRemoteTarball https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz not in flight; adding
137 verbose addRemoteTarball [ 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
137 verbose addRemoteTarball '5b7723034dda4d262e5a46fb2c58d7cc22f71420' ]
138 info retry fetch attempt 1 at 12:19:44
139 info attempt registry request try #1 at 12:19:44
140 http fetch GET https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz
141 silly cache afterAdd [email protected]
142 verbose afterAdd /Users/yomybaby/.npm/q/1.0.1/package/package.json not in flight; writing
143 verbose afterAdd /Users/yomybaby/.npm/q/1.0.1/package/package.json written
144 http fetch 200 https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz
145 http 200 https://registry.npmjs.org/canvas
146 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
146 verbose headers etag: '"6QCBX78UTU2QHOIWHFEN9KYUV"',
146 verbose headers 'content-type': 'application/json',
146 verbose headers 'cache-control': 'max-age=300',
146 verbose headers 'content-length': '99815',
146 verbose headers 'accept-ranges': 'bytes',
146 verbose headers date: 'Tue, 02 Feb 2016 03:19:44 GMT',
146 verbose headers via: '1.1 varnish',
146 verbose headers age: '0',
146 verbose headers connection: 'keep-alive',
146 verbose headers 'x-served-by': 'cache-itm7422-ITM',
146 verbose headers 'x-cache': 'MISS',
146 verbose headers 'x-cache-hits': '0',
146 verbose headers 'x-timer': 'S1454383184.624968,VS0,VE190',
146 verbose headers vary: 'Accept' }
147 silly get cb [ 200,
147 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
147 silly get etag: '"6QCBX78UTU2QHOIWHFEN9KYUV"',
147 silly get 'content-type': 'application/json',
147 silly get 'cache-control': 'max-age=300',
147 silly get 'content-length': '99815',
147 silly get 'accept-ranges': 'bytes',
147 silly get date: 'Tue, 02 Feb 2016 03:19:44 GMT',
147 silly get via: '1.1 varnish',
147 silly get age: '0',
147 silly get connection: 'keep-alive',
147 silly get 'x-served-by': 'cache-itm7422-ITM',
147 silly get 'x-cache': 'MISS',
147 silly get 'x-cache-hits': '0',
147 silly get 'x-timer': 'S1454383184.624968,VS0,VE190',
147 silly get vary: 'Accept' } ]
148 verbose get saving canvas to /Users/yomybaby/.npm/registry.npmjs.org/canvas/.cache.json
149 silly mapToRegistry name canvas
150 silly mapToRegistry using default registry
151 silly mapToRegistry registry https://registry.npmjs.org/
152 silly mapToRegistry uri https://registry.npmjs.org/canvas
153 verbose addRemoteTarball https://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz not in flight; adding
154 verbose addRemoteTarball [ 'https://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz',
154 verbose addRemoteTarball 'd84b088f3bcd3840fe14977cd3625f5fe89f81ee' ]
155 info retry fetch attempt 1 at 12:19:45
156 info attempt registry request try #1 at 12:19:45
157 http fetch GET https://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz
158 silly fetchAndShaCheck shasum 5b7723034dda4d262e5a46fb2c58d7cc22f71420
159 verbose addTmpTarball /var/folders/lg/l_s78jms63d02k0xtwj7qph00000gn/T/npm-32719-a4866230/registry.npmjs.org/lodash/-/lodash-2.4.1.tgz not in flight; adding
160 verbose addTmpTarball already have metadata; skipping unpack for [email protected]
161 silly cache afterAdd [email protected]
162 verbose afterAdd /Users/yomybaby/.npm/lodash/2.4.1/package/package.json not in flight; writing
163 verbose afterAdd /Users/yomybaby/.npm/lodash/2.4.1/package/package.json written
164 http fetch 200 https://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz
165 silly fetchAndShaCheck shasum d84b088f3bcd3840fe14977cd3625f5fe89f81ee
166 verbose addTmpTarball /var/folders/lg/l_s78jms63d02k0xtwj7qph00000gn/T/npm-32719-a4866230/registry.npmjs.org/canvas/-/canvas-1.1.6.tgz not in flight; adding
167 verbose addTmpTarball already have metadata; skipping unpack for [email protected]
168 silly cache afterAdd [email protected]
169 verbose afterAdd /Users/yomybaby/.npm/canvas/1.1.6/package/package.json not in flight; writing
170 verbose afterAdd /Users/yomybaby/.npm/canvas/1.1.6/package/package.json written
171 silly install resolved [ { name: 'q',
171 silly install resolved version: '1.0.1',
171 silly install resolved description: 'A library for promises (CommonJS/Promises/A,B,D)',
171 silly install resolved homepage: 'https://github.com/kriskowal/q',
171 silly install resolved author:
171 silly install resolved { name: 'Kris Kowal',
171 silly install resolved email: '[email protected]',
171 silly install resolved url: 'https://github.com/kriskowal' },
171 silly install resolved keywords:
171 silly install resolved [ 'q',
171 silly install resolved 'promise',
171 silly install resolved 'promises',
171 silly install resolved 'promises-a',
171 silly install resolved 'promises-aplus',
171 silly install resolved 'deferred',
171 silly install resolved 'future',
171 silly install resolved 'async',
171 silly install resolved 'flow control',
171 silly install resolved 'fluent',
171 silly install resolved 'browser',
171 silly install resolved 'node' ],
171 silly install resolved contributors: [ [Object], [Object], [Object] ],
171 silly install resolved bugs: { url: 'http://github.com/kriskowal/q/issues' },
171 silly install resolved license:
171 silly install resolved { type: 'MIT',
171 silly install resolved url: 'http://github.com/kriskowal/q/raw/master/LICENSE' },
171 silly install resolved main: 'q.js',
171 silly install resolved repository: { type: 'git', url: 'git://github.com/kriskowal/q.git' },
171 silly install resolved engines: { node: '>=0.6.0', teleport: '>=0.2.0' },
171 silly install resolved dependencies: {},
171 silly install resolved devDependencies:
171 silly install resolved { jshint: '~2.1.9',
171 silly install resolved cover: '*',
171 silly install resolved 'jasmine-node': '1.11.0',
171 silly install resolved opener: '*',
171 silly install resolved 'promises-aplus-tests': '1.x',
171 silly install resolved grunt: '~0.4.1',
171 silly install resolved 'grunt-cli': '~0.1.9',
171 silly install resolved 'grunt-contrib-uglify': '~0.2.2',
171 silly install resolved matcha: '~0.2.0' },
171 silly install resolved scripts:
171 silly install resolved { test: 'jasmine-node spec && promises-aplus-tests spec/aplus-adapter',
171 silly install resolved 'test-browser': 'opener spec/q-spec.html',
171 silly install resolved benchmark: 'matcha',
171 silly install resolved lint: 'jshint q.js',
171 silly install resolved cover: 'cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html',
171 silly install resolved minify: 'grunt',
171 silly install resolved prepublish: 'grunt' },
171 silly install resolved overlay: { teleport: [Object] },
171 silly install resolved directories: { test: './spec' },
171 silly install resolved _id: '[email protected]',
171 silly install resolved dist:
171 silly install resolved { shasum: '11872aeedee89268110b10a718448ffb10112a14',
171 silly install resolved tarball: 'http://registry.npmjs.org/q/-/q-1.0.1.tgz' },
171 silly install resolved _from: '[email protected]',
171 silly install resolved _npmVersion: '1.4.4',
171 silly install resolved _npmUser: { name: 'kriskowal', email: '[email protected]' },
171 silly install resolved maintainers: [ [Object], [Object] ],
171 silly install resolved _shasum: '11872aeedee89268110b10a718448ffb10112a14',
171 silly install resolved _resolved: 'https://registry.npmjs.org/q/-/q-1.0.1.tgz',
171 silly install resolved readme: 'ERROR: No README data found!' },
171 silly install resolved { name: 'lodash',
171 silly install resolved version: '2.4.1',
171 silly install resolved description: 'A utility library delivering consistency, customization, performance, & extras.',
171 silly install resolved homepage: 'http://lodash.com/',
171 silly install resolved license: 'MIT',
171 silly install resolved main: 'dist/lodash.js',
171 silly install resolved keywords:
171 silly install resolved [ 'amd',
171 silly install resolved 'browser',
171 silly install resolved 'client',
171 silly install resolved 'customize',
171 silly install resolved 'functional',
171 silly install resolved 'server',
171 silly install resolved 'util' ],
171 silly install resolved author:
171 silly install resolved { name: 'John-David Dalton',
171 silly install resolved email: '[email protected]',
171 silly install resolved url: 'http://allyoucanleet.com/' },
171 silly install resolved contributors: [ [Object], [Object], [Object], [Object] ],
171 silly install resolved bugs: { url: 'https://github.com/lodash/lodash/issues' },
171 silly install resolved repository: { type: 'git', url: 'https://github.com/lodash/lodash.git' },
171 silly install resolved engines: [ 'node', 'rhino' ],
171 silly install resolved files:
171 silly install resolved [ 'LICENSE.txt',
171 silly install resolved 'lodash.js',
171 silly install resolved 'dist/lodash.js',
171 silly install resolved 'dist/lodash.min.js',
171 silly install resolved 'dist/lodash.compat.js',
171 silly install resolved 'dist/lodash.compat.min.js',
171 silly install resolved 'dist/lodash.underscore.js',
171 silly install resolved 'dist/lodash.underscore.min.js' ],
171 silly install resolved jam: { main: 'dist/lodash.compat.js', include: [Object] },
171 silly install resolved volo: { type: 'directory', ignore: [Object] },
171 silly install resolved _id: '[email protected]',
171 silly install resolved dist:
171 silly install resolved { shasum: '5b7723034dda4d262e5a46fb2c58d7cc22f71420',
171 silly install resolved tarball: 'http://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' },
171 silly install resolved _from: '[email protected]',
171 silly install resolved _npmVersion: '1.3.14',
171 silly install resolved _npmUser: { name: 'jdalton', email: '[email protected]' },
171 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
171 silly install resolved directories: {},
171 silly install resolved _shasum: '5b7723034dda4d262e5a46fb2c58d7cc22f71420',
171 silly install resolved _resolved: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' },
171 silly install resolved { name: 'canvas',
171 silly install resolved description: 'Canvas graphics API backed by Cairo',
171 silly install resolved version: '1.1.6',
171 silly install resolved author: { name: 'TJ Holowaychuk', email: '[email protected]' },
171 silly install resolved contributors: [ [Object], [Object], [Object] ],
171 silly install resolved keywords:
171 silly install resolved [ 'canvas',
171 silly install resolved 'graphic',
171 silly install resolved 'graphics',
171 silly install resolved 'pixman',
171 silly install resolved 'cairo',
171 silly install resolved 'image',
171 silly install resolved 'images',
171 silly install resolved 'pdf' ],
171 silly install resolved homepage: 'https://github.com/learnboost/node-canvas',
171 silly install resolved repository: { type: 'git', url: 'git://github.com/learnboost/node-canvas' },
171 silly install resolved scripts: { test: 'make test', install: 'node-gyp rebuild' },
171 silly install resolved dependencies: { nan: '~1.2.0' },
171 silly install resolved devDependencies: { express: '3.0', jade: '0.28.1', mocha: '*', should: '*' },
171 silly install resolved engines: { node: '>= 0.6.0' },
171 silly install resolved main: './lib/canvas.js',
171 silly install resolved gypfile: true,
171 silly install resolved gitHead: '138abe9aa30b75e8406ceddd9177bff20ac44ceb',
171 silly install resolved bugs: { url: 'https://github.com/learnboost/node-canvas/issues' },
171 silly install resolved _id: '[email protected]',
171 silly install resolved _shasum: 'd84b088f3bcd3840fe14977cd3625f5fe89f81ee',
171 silly install resolved _from: '[email protected]',
171 silly install resolved _npmVersion: '1.4.21',
171 silly install resolved _npmUser: { name: 'tootallnate', email: '[email protected]' },
171 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
171 silly install resolved dist:
171 silly install resolved { shasum: 'd84b088f3bcd3840fe14977cd3625f5fe89f81ee',
171 silly install resolved tarball: 'http://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz' },
171 silly install resolved directories: {},
171 silly install resolved _resolved: 'https://registry.npmjs.org/canvas/-/canvas-1.1.6.tgz' } ]
172 info install [email protected] into /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
173 info install [email protected] into /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
174 info install [email protected] into /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
175 info installOne [email protected]
176 verbose installOne of q to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover not in flight; installing
177 info installOne [email protected]
178 verbose installOne of lodash to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover not in flight; installing
179 info installOne [email protected]
180 verbose installOne of canvas to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover not in flight; installing
181 verbose lock using /Users/yomybaby/.npm/_locks/q-527b2b1c3c068b6e.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
182 verbose lock using /Users/yomybaby/.npm/_locks/lodash-7135e1e74e5adda6.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
183 silly install write writing q 1.0.1 to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
184 silly install write writing lodash 2.4.1 to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
185 verbose lock using /Users/yomybaby/.npm/_locks/canvas-34580e5748a5b14c.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
186 silly install write writing canvas 1.1.6 to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
187 verbose unbuild node_modules/gitbook-plugin-autocover/node_modules/q
188 verbose unbuild node_modules/gitbook-plugin-autocover/node_modules/lodash
189 verbose unbuild node_modules/gitbook-plugin-autocover/node_modules/canvas
190 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
191 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
192 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
193 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
194 verbose tar unpack /Users/yomybaby/.npm/q/1.0.1/package.tgz
195 verbose tar unpacking to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
196 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q is being purged
197 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
198 verbose tar unpack /Users/yomybaby/.npm/lodash/2.4.1/package.tgz
199 verbose tar unpacking to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
200 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash is being purged
201 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
202 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
203 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
204 silly gunzTarPerm modes [ '755', '644' ]
205 silly gunzTarPerm modes [ '755', '644' ]
206 verbose tar unpack /Users/yomybaby/.npm/canvas/1.1.6/package.tgz
207 verbose tar unpacking to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
208 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas is being purged
209 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
210 silly gunzTarPerm modes [ '755', '644' ]
211 silly gunzTarPerm extractEntry package.json
212 silly gunzTarPerm extractEntry package.json
213 silly gunzTarPerm extractEntry package.json
214 silly gunzTarPerm extractEntry README.md
215 silly gunzTarPerm extractEntry lodash.js
216 silly gunzTarPerm extractEntry README.md
217 silly gunzTarPerm extractEntry LICENSE
218 silly gunzTarPerm extractEntry q.js
219 silly gunzTarPerm extractEntry queue.js
220 silly gunzTarPerm extractEntry CONTRIBUTING.md
221 silly gunzTarPerm extractEntry benchmark/compare-with-callbacks.js
222 silly gunzTarPerm extractEntry benchmark/scenarios.js
223 silly gunzTarPerm extractEntry .npmignore
224 silly gunzTarPerm extractEntry index.js
225 silly gunzTarPerm extractEntry LICENSE.txt
226 silly gunzTarPerm extractEntry History.md
227 silly gunzTarPerm extractEntry Makefile
228 silly gunzTarPerm extractEntry dist/lodash.compat.js
229 silly gunzTarPerm extractEntry Readme.md
230 silly gunzTarPerm extractEntry binding.gyp
231 silly gunzTarPerm extractEntry .gitmodules
232 silly gunzTarPerm extractEntry dist/lodash.compat.min.js
233 silly gunzTarPerm extractEntry install
234 silly gunzTarPerm extractEntry lib/bindings.js
235 silly gunzTarPerm extractEntry dist/lodash.js
236 silly gunzTarPerm extractEntry lib/canvas.js
237 silly gunzTarPerm extractEntry lib/context2d.js
238 silly gunzTarPerm extractEntry dist/lodash.min.js
239 silly gunzTarPerm extractEntry lib/image.js
240 silly gunzTarPerm extractEntry lib/jpegstream.js
241 silly gunzTarPerm extractEntry dist/lodash.underscore.js
242 silly gunzTarPerm extractEntry lib/pixelarray.js
243 silly gunzTarPerm extractEntry lib/pngstream.js
244 silly gunzTarPerm extractEntry dist/lodash.underscore.min.js
245 silly gunzTarPerm extractEntry src/Image.h
246 silly gunzTarPerm extractEntry src/Canvas.cc
247 silly gunzTarPerm extractEntry src/CanvasGradient.cc
248 silly gunzTarPerm extractEntry src/CanvasGradient.h
249 verbose write writing to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q/package.json
250 silly gunzTarPerm extractEntry src/CanvasPattern.cc
251 silly gunzTarPerm extractEntry src/CanvasPattern.h
252 info preinstall [email protected]
253 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q/package.json
254 silly gunzTarPerm extractEntry src/CanvasRenderingContext2d.cc
255 silly gunzTarPerm extractEntry src/CanvasRenderingContext2d.h
256 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q/package.json
257 silly gunzTarPerm extractEntry src/FontFace.cc
258 silly gunzTarPerm extractEntry src/FontFace.h
259 silly install resolved []
260 verbose about to build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
261 info build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
262 info linkStuff [email protected]
263 silly linkStuff [email protected] has /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules as its parent node_modules
264 verbose linkBins [email protected]
265 verbose linkMans [email protected]
266 verbose rebuildBundles [email protected]
267 info install [email protected]
268 silly gunzTarPerm extractEntry src/Image.cc
269 silly gunzTarPerm extractEntry src/Canvas.h
270 info postinstall [email protected]
271 verbose unlock done using /Users/yomybaby/.npm/_locks/q-527b2b1c3c068b6e.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/q
272 silly gunzTarPerm extractEntry src/ImageData.cc
273 silly gunzTarPerm extractEntry src/ImageData.h
274 silly gunzTarPerm extractEntry src/JPEGStream.h
275 silly gunzTarPerm extractEntry src/PNG.h
276 silly gunzTarPerm extractEntry src/PixelArray.cc
277 silly gunzTarPerm extractEntry src/PixelArray.h
278 silly gunzTarPerm extractEntry src/Point.h
279 silly gunzTarPerm extractEntry src/closure.h
280 silly gunzTarPerm extractEntry src/color.cc
281 silly gunzTarPerm extractEntry src/color.h
282 silly gunzTarPerm extractEntry src/init.cc
283 silly gunzTarPerm extractEntry .travis.yml
284 silly gunzTarPerm extractEntry util/cairo_include.sh
285 silly gunzTarPerm extractEntry util/has_cairo_freetype.sh
286 silly gunzTarPerm extractEntry util/has_lib.sh
287 silly gunzTarPerm extractEntry util/lib_lookup.sh
288 verbose write writing to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash/package.json
289 info preinstall [email protected]
290 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash/package.json
291 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash/package.json
292 silly install resolved []
293 verbose about to build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
294 info build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
295 info linkStuff [email protected]
296 silly linkStuff [email protected] has /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules as its parent node_modules
297 verbose linkBins [email protected]
298 verbose linkMans [email protected]
299 verbose rebuildBundles [email protected]
300 info install [email protected]
301 info postinstall [email protected]
302 verbose unlock done using /Users/yomybaby/.npm/_locks/lodash-7135e1e74e5adda6.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/lodash
303 verbose write writing to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/package.json
304 info preinstall [email protected]
305 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/package.json
306 silly prepareForInstallMany adding nan@~1.2.0 from canvas dependencies
307 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/package.json
308 silly cache add args [ 'nan@~1.2.0', null ]
309 verbose cache add spec nan@~1.2.0
310 silly cache add parsed spec Result {
310 silly cache add raw: 'nan@~1.2.0',
310 silly cache add scope: null,
310 silly cache add name: 'nan',
310 silly cache add rawSpec: '~1.2.0',
310 silly cache add spec: '>=1.2.0 <1.3.0',
310 silly cache add type: 'range' }
311 silly addNamed nan@>=1.2.0 <1.3.0
312 verbose addNamed ">=1.2.0 <1.3.0" is a valid semver range for nan
313 silly addNameRange { name: 'nan', range: '>=1.2.0 <1.3.0', hasData: false }
314 silly mapToRegistry name nan
315 silly mapToRegistry using default registry
316 silly mapToRegistry registry https://registry.npmjs.org/
317 silly mapToRegistry uri https://registry.npmjs.org/nan
318 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
319 verbose request uri https://registry.npmjs.org/nan
320 verbose request no auth needed
321 info attempt registry request try #1 at 12:19:46
322 verbose etag "7Y2U1A5TWU1O0YTKGMD4FB8ZN"
323 http request GET https://registry.npmjs.org/nan
324 http 304 https://registry.npmjs.org/nan
325 verbose headers { date: 'Tue, 02 Feb 2016 03:19:47 GMT',
325 verbose headers via: '1.1 varnish',
325 verbose headers 'cache-control': 'max-age=300',
325 verbose headers etag: '"7Y2U1A5TWU1O0YTKGMD4FB8ZN"',
325 verbose headers age: '21',
325 verbose headers connection: 'keep-alive',
325 verbose headers 'x-served-by': 'cache-itm7420-ITM',
325 verbose headers 'x-cache': 'HIT',
325 verbose headers 'x-cache-hits': '2',
325 verbose headers 'x-timer': 'S1454383187.249533,VS0,VE0',
325 verbose headers vary: 'Accept' }
326 silly get cb [ 304,
326 silly get { date: 'Tue, 02 Feb 2016 03:19:47 GMT',
326 silly get via: '1.1 varnish',
326 silly get 'cache-control': 'max-age=300',
326 silly get etag: '"7Y2U1A5TWU1O0YTKGMD4FB8ZN"',
326 silly get age: '21',
326 silly get connection: 'keep-alive',
326 silly get 'x-served-by': 'cache-itm7420-ITM',
326 silly get 'x-cache': 'HIT',
326 silly get 'x-cache-hits': '2',
326 silly get 'x-timer': 'S1454383187.249533,VS0,VE0',
326 silly get vary: 'Accept' } ]
327 verbose etag https://registry.npmjs.org/nan from cache
328 verbose get saving nan to /Users/yomybaby/.npm/registry.npmjs.org/nan/.cache.json
329 silly addNameRange number 2 { name: 'nan', range: '>=1.2.0 <1.3.0', hasData: true }
330 silly addNameRange versions [ 'nan',
330 silly addNameRange [ '0.3.0-wip',
330 silly addNameRange '0.3.0-wip2',
330 silly addNameRange '0.3.0',
330 silly addNameRange '0.3.1',
330 silly addNameRange '0.3.2',
330 silly addNameRange '0.4.0',
330 silly addNameRange '0.4.1',
330 silly addNameRange '0.4.2',
330 silly addNameRange '0.4.3',
330 silly addNameRange '0.4.4',
330 silly addNameRange '0.5.0',
330 silly addNameRange '0.5.1',
330 silly addNameRange '0.5.2',
330 silly addNameRange '0.6.0',
330 silly addNameRange '0.7.0',
330 silly addNameRange '0.7.1',
330 silly addNameRange '0.8.0',
330 silly addNameRange '1.0.0',
330 silly addNameRange '1.1.0',
330 silly addNameRange '1.1.1',
330 silly addNameRange '1.1.2',
330 silly addNameRange '1.2.0',
330 silly addNameRange '1.3.0',
330 silly addNameRange '1.4.0',
330 silly addNameRange '1.4.1',
330 silly addNameRange '1.5.0',
330 silly addNameRange '1.4.2',
330 silly addNameRange '1.4.3',
330 silly addNameRange '1.5.1',
330 silly addNameRange '1.5.2',
330 silly addNameRange '1.6.0',
330 silly addNameRange '1.5.3',
330 silly addNameRange '1.6.1',
330 silly addNameRange '1.6.2',
330 silly addNameRange '1.7.0',
330 silly addNameRange '1.8.0',
330 silly addNameRange '1.8.1',
330 silly addNameRange '1.8.2',
330 silly addNameRange '1.8.3',
330 silly addNameRange '1.8.4',
330 silly addNameRange '1.9.0',
330 silly addNameRange '2.0.0',
330 silly addNameRange '2.0.1',
330 silly addNameRange '2.0.2',
330 silly addNameRange '2.0.3',
330 silly addNameRange '2.0.4',
330 silly addNameRange '2.0.5',
330 silly addNameRange '2.0.6',
330 silly addNameRange '2.0.7',
330 silly addNameRange '2.0.8',
330 silly addNameRange '2.0.9',
330 silly addNameRange '2.1.0',
330 silly addNameRange '2.2.0' ] ]
331 silly addNamed [email protected]
332 verbose addNamed "1.2.0" is a plain semver version for nan
333 silly mapToRegistry name nan
334 silly mapToRegistry using default registry
335 silly mapToRegistry registry https://registry.npmjs.org/
336 silly mapToRegistry uri https://registry.npmjs.org/nan
337 verbose addRemoteTarball https://registry.npmjs.org/nan/-/nan-1.2.0.tgz not in flight; adding
338 verbose addRemoteTarball [ 'https://registry.npmjs.org/nan/-/nan-1.2.0.tgz',
338 verbose addRemoteTarball '9c4d63ce9e4f8e95de2d574e18f7925554a8a8ef' ]
339 info retry fetch attempt 1 at 12:19:47
340 info attempt registry request try #1 at 12:19:47
341 http fetch GET https://registry.npmjs.org/nan/-/nan-1.2.0.tgz
342 http fetch 200 https://registry.npmjs.org/nan/-/nan-1.2.0.tgz
343 silly fetchAndShaCheck shasum 9c4d63ce9e4f8e95de2d574e18f7925554a8a8ef
344 verbose addTmpTarball /var/folders/lg/l_s78jms63d02k0xtwj7qph00000gn/T/npm-32719-a4866230/registry.npmjs.org/nan/-/nan-1.2.0.tgz not in flight; adding
345 verbose addTmpTarball already have metadata; skipping unpack for [email protected]
346 silly cache afterAdd [email protected]
347 verbose afterAdd /Users/yomybaby/.npm/nan/1.2.0/package/package.json not in flight; writing
348 verbose afterAdd /Users/yomybaby/.npm/nan/1.2.0/package/package.json written
349 silly install resolved [ { name: 'nan',
349 silly install resolved version: '1.2.0',
349 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility',
349 silly install resolved main: 'include_dirs.js',
349 silly install resolved repository: { type: 'git', url: 'git://github.com/rvagg/nan.git' },
349 silly install resolved contributors: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
349 silly install resolved license: 'MIT',
349 silly install resolved bugs: { url: 'https://github.com/rvagg/nan/issues' },
349 silly install resolved homepage: 'https://github.com/rvagg/nan',
349 silly install resolved _id: '[email protected]',
349 silly install resolved dist:
349 silly install resolved { shasum: '9c4d63ce9e4f8e95de2d574e18f7925554a8a8ef',
349 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-1.2.0.tgz' },
349 silly install resolved _from: 'nan@>=1.2.0 <1.3.0',
349 silly install resolved _npmVersion: '1.4.3',
349 silly install resolved _npmUser: { name: 'rvagg', email: '[email protected]' },
349 silly install resolved maintainers: [ [Object] ],
349 silly install resolved directories: {},
349 silly install resolved _shasum: '9c4d63ce9e4f8e95de2d574e18f7925554a8a8ef',
349 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-1.2.0.tgz' } ]
350 info install [email protected] into /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
351 info installOne [email protected]
352 verbose installOne of nan to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas not in flight; installing
353 verbose lock using /Users/yomybaby/.npm/_locks/nan-be8f338e10569514.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
354 silly install write writing nan 1.2.0 to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
355 verbose unbuild node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
356 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
357 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
358 verbose tar unpack /Users/yomybaby/.npm/nan/1.2.0/package.tgz
359 verbose tar unpacking to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
360 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan is being purged
361 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
362 silly gunzTarPerm modes [ '755', '644' ]
363 silly gunzTarPerm extractEntry package.json
364 silly gunzTarPerm extractEntry README.md
365 silly gunzTarPerm extractEntry LICENSE
366 silly gunzTarPerm extractEntry include_dirs.js
367 silly gunzTarPerm extractEntry .dntrc
368 silly gunzTarPerm extractEntry build/config.gypi
369 silly gunzTarPerm extractEntry nan.h
370 verbose write writing to /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan/package.json
371 info preinstall [email protected]
372 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan/package.json
373 verbose readDependencies loading dependencies from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan/package.json
374 silly install resolved []
375 verbose about to build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
376 info build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
377 info linkStuff [email protected]
378 silly linkStuff [email protected] has /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules as its parent node_modules
379 verbose linkBins [email protected]
380 verbose linkMans [email protected]
381 verbose rebuildBundles [email protected]
382 info install [email protected]
383 info postinstall [email protected]
384 verbose unlock done using /Users/yomybaby/.npm/_locks/nan-be8f338e10569514.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas/node_modules/nan
385 verbose about to build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
386 info build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
387 info linkStuff [email protected]
388 silly linkStuff [email protected] has /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules as its parent node_modules
389 verbose linkBins [email protected]
390 verbose linkMans [email protected]
391 verbose rebuildBundles [email protected]
392 verbose rebuildBundles [ 'nan' ]
393 info install [email protected]
394 verbose unsafe-perm in lifecycle true
395 info [email protected] Failed to exec install script
396 verbose unlock done using /Users/yomybaby/.npm/_locks/canvas-34580e5748a5b14c.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
397 verbose about to build /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
398 verbose unlock done using /Users/yomybaby/.npm/_locks/gitbook-plugin-autocover-ea7c22cb81e0baad.lock for /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
399 verbose stack Error: [email protected] install: `node-gyp rebuild`
399 verbose stack Exit status 1
399 verbose stack at EventEmitter.<anonymous> (/Users/yomybaby/.nvm/versions/node/v4.2.3/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
399 verbose stack at emitTwo (events.js:87:13)
399 verbose stack at EventEmitter.emit (events.js:172:7)
399 verbose stack at ChildProcess.<anonymous> (/Users/yomybaby/.nvm/versions/node/v4.2.3/lib/node_modules/npm/lib/utils/spawn.js:24:14)
399 verbose stack at emitTwo (events.js:87:13)
399 verbose stack at ChildProcess.emit (events.js:172:7)
399 verbose stack at maybeClose (internal/child_process.js:818:16)
399 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
400 verbose pkgid [email protected]
401 verbose cwd /Users/yomybaby/Documents/TiWorkspace/_get-started
402 error Darwin 15.2.0
403 error argv "/Users/yomybaby/.nvm/versions/node/v4.2.3/bin/node" "/Users/yomybaby/.nvm/versions/node/v4.2.3/bin/npm" "install" "gitbook-plugin-autocover"
404 error node v4.2.3
405 error npm v2.14.7
406 error code ELIFECYCLE
407 error [email protected] install: `node-gyp rebuild`
407 error Exit status 1
408 error Failed at the [email protected] install script 'node-gyp rebuild'.
408 error This is most likely a problem with the canvas package,
408 error not with npm itself.
408 error Tell the author that this fails on your system:
408 error node-gyp rebuild
408 error You can get their info via:
408 error npm owner ls canvas
408 error There is likely additional logging output above.
409 verbose exit [ 1, true ]
410 verbose unbuild node_modules/gitbook-plugin-autocover/node_modules/canvas
411 info preuninstall [email protected]
412 info uninstall [email protected]
413 verbose unbuild rmStuff [email protected] from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules
414 verbose unbuild rmStuff in /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules
415 info postuninstall [email protected]
416 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
417 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
418 silly vacuum-fs purging /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules/canvas
419 silly vacuum-fs quitting because other entries in /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover/node_modules
420 verbose unbuild node_modules/gitbook-plugin-autocover
421 info preuninstall [email protected]
422 info uninstall [email protected]
423 verbose unbuild rmStuff [email protected] from /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules
424 info postuninstall [email protected]
425 silly gentlyRm /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover is being purged from base /Users/yomybaby/Documents/TiWorkspace/_get-started
426 verbose gentlyRm don't care about contents; nuking /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
427 silly vacuum-fs purging /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules/gitbook-plugin-autocover
428 silly vacuum-fs removing /Users/yomybaby/Documents/TiWorkspace/_get-started/node_modules
429 silly vacuum-fs finished vacuuming up to /Users/yomybaby/Documents/TiWorkspace/_get-started