git-tutor icon indicating copy to clipboard operation
git-tutor copied to clipboard

Installation fails - Could not finish preinstall

Open soonsam123 opened this issue 6 years ago • 8 comments

[nodegit] ERROR - Could not finish preinstall
Error: Command failed: /usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/openssl/openssl
/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/libssh2/missing: Unknown `--is-lightweight' option
Try `/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/libssh2/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
configure: error: No crypto library found!
Try --with-libssl-prefix=PATH
 or --with-libgcrypt-prefix=PATH
 or --with-wincng on Windows

    at ChildProcess.exithandler (child_process.js:295:12)
    at ChildProcess.emit (events.js:209:13)
    at maybeClose (internal/child_process.js:1021:16)
    at Socket.<anonymous> (internal/child_process.js:430:11)
    at Socket.emit (events.js:209:13)
    at Pipe.<anonymous> (net.js:658:12) {
  killed: false,
  code: 1,
  signal: null,
  cmd: '/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/vendor/openssl/openssl'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/soonsantos/.npm/_logs/2019-09-28T14_01_17_405Z-debug.log

I already read the issues and tried to reinstall brew and npm twice but it does not work. I am trying to install git-tutor to contribute to Flutter ToDo List repository.

soonsam123 avatar Sep 28 '19 14:09 soonsam123

configure: error: No crypto library found!

try brew install libgcrypt

lesnitsky avatar Sep 28 '19 14:09 lesnitsky

I did brew install libgcrypt and this command worked fine. But then npm i -g git-tutor gave me the following error:

5 warnings and 1 error generated.
make: *** [Release/obj.target/nodegit/src/nodegit.o] Error 1
gyp

ERR! build error
gyp
ERR! stack
Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:196:23)
gyp ERR! stack     at ChildProcess.emit (events.js:209:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/usr/local/Cellar/node/12.10.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/build/Release/nodegit.node" "--module_name=nodegit" "--module_path=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/build/Release"
gyp ERR! cwd /usr/local/lib/node_modules/git-tutor/node_modules/nodegit
gyp ERR! node -v v12.10.0
gyp ERR! node-gyp -v v5.0.3
gyp ERR! not ok
[nodegit] ERROR - Could not finish install
[nodegit] ERROR - finished with error code: 1
⸨            ░░░░░░⸩ ⠏ install: info lifecycle [email protected]~install: Failed t
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

PS: I sent a pull request with new features to TodoListFlutter a couple of weeks ago. You closed it because I said I did not use git-tutor, that's why I am trying to install git-tutor to resend the commit. Hope we will make it work, Thanks :)

soonsam123 avatar Sep 29 '19 13:09 soonsam123

did you run npm i -g nodegit first? or just npm i -g git-tutor directly?

I sent a pull request with new features to TodoListFlutter a couple of weeks ago.

Yeah, I remember I'm looking forward to helping you install git-tutor and finalize this contribution

lesnitsky avatar Sep 29 '19 14:09 lesnitsky

I run

npm i -g nodegit
npm i -g git-tutor
Soons-Air:todolist_flutter soonsantos$ npm i -g nodegit

> [email protected] install /usr/local/lib/node_modules/nodegit
> node lifecycleScripts/preinstall && node lifecycleScripts/install

[nodegit] Running pre-install script
[nodegit] Running install script
node-pre-gyp
WARN Using request for node-pre-gyp https download
[nodegit] Success: "/usr/local/lib/node_modules/nodegit/build/Release/nodegit.node" is installed via remote
[nodegit] Completed installation successfully.

> [email protected] postinstall /usr/local/lib/node_modules/nodegit
> node lifecycleScripts/postinstall

+ [email protected]
updated 1 package in 21.885s
Soons-Air:todolist_flutter soonsantos$ npm i -g git-tutor
npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).

soonsam123 avatar Sep 29 '19 14:09 soonsam123

I don't see any errors here this time Am I missing something?

lesnitsky avatar Sep 29 '19 14:09 lesnitsky

Sorry, this time I will paste the full log so you can understand better. Sorry, but I do not understand too much what is happening so I can't debug it :/

The final message when running npm i -g git-tutor keeps the same.

gyp

ERR! build error
gyp
ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:196:23)
gyp
ERR! stack     at ChildProcess.emit (events.js:209:13)
gyp ERR!
stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/usr/local/Cellar/node/12.10.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/build/Release/nodegit.node" "--module_name=nodegit" "--module_path=/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/build/Release"
gyp
ERR! cwd /usr/local/lib/node_modules/git-tutor/node_modules/nodegit
gyp ERR! node -v
v12.10.0
gyp ERR! node-gyp -v v5.0.3
gyp ERR!
not ok
[nodegit] ERROR - Could not finish install
[nodegit] ERROR - finished with error code: 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/soonsantos/.npm/_logs/2019-09-29T14_51_00_455Z-debug.log

And this is the full log in the generated file.

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   '/usr/local/Cellar/node/12.10.0/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'i',
1 verbose cli   '-g',
1 verbose cli   'git-tutor'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 521c538f92f610b0
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 304 https://registry.npmjs.org/git-tutor 1354ms (from cache)
8 silly pacote tag manifest for git-tutor@latest fetched in 1366ms
9 timing stage:loadCurrentTree Completed in 1398ms
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
13 silly install loadShrinkwrap
14 timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms
15 silly install loadAllDepsIntoIdealTree
16 silly resolveWithNewModule [email protected] checking installable status
17 http fetch GET 304 https://registry.npmjs.org/nodegit 84ms (from cache)
18 silly pacote range manifest for nodegit@^0.22.2 fetched in 90ms
19 silly resolveWithNewModule [email protected] checking installable status
20 http fetch GET 304 https://registry.npmjs.org/lodash 205ms (from cache)
21 silly pacote range manifest for lodash@^4.17.4 fetched in 207ms
22 silly resolveWithNewModule [email protected] checking installable status
23 http fetch GET 304 https://registry.npmjs.org/common-tags 249ms (from cache)
24 silly pacote range manifest for common-tags@^1.4.0 fetched in 257ms
25 silly resolveWithNewModule [email protected] checking installable status
26 http fetch GET 304 https://registry.npmjs.org/fs-extra 96ms (from cache)
27 http fetch GET 304 https://registry.npmjs.org/promisify-node 98ms (from cache)
28 http fetch GET 304 https://registry.npmjs.org/node-gyp 100ms (from cache)
29 silly pacote range manifest for fs-extra@~0.27.0 fetched in 104ms
30 silly resolveWithNewModule [email protected] checking installable status
31 silly pacote range manifest for promisify-node@~0.3.0 fetched in 103ms
32 silly resolveWithNewModule [email protected] checking installable status
33 silly pacote range manifest for node-gyp@^3.6.2 fetched in 107ms
34 silly resolveWithNewModule [email protected] checking installable status
35 http fetch GET 304 https://registry.npmjs.org/node-pre-gyp 212ms (from cache)
36 silly pacote range manifest for node-pre-gyp@~0.6.39 fetched in 217ms
37 silly resolveWithNewModule [email protected] checking installable status
38 http fetch GET 304 https://registry.npmjs.org/nan 224ms (from cache)
39 silly pacote range manifest for nan@^2.10.0 fetched in 226ms
40 silly resolveWithNewModule [email protected] checking installable status
41 http fetch GET 304 https://registry.npmjs.org/graceful-fs 98ms (from cache)
42 http fetch GET 304 https://registry.npmjs.org/rimraf 97ms (from cache)
43 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 103ms
44 silly resolveWithNewModule [email protected] checking installable status
45 silly pacote range manifest for rimraf@^2.2.8 fetched in 101ms
46 silly resolveWithNewModule [email protected] checking installable status
47 http fetch GET 304 https://registry.npmjs.org/jsonfile 106ms (from cache)
48 http fetch GET 304 https://registry.npmjs.org/path-is-absolute 105ms (from cache)
49 http fetch GET 304 https://registry.npmjs.org/klaw 106ms (from cache)
50 silly pacote range manifest for jsonfile@^2.1.0 fetched in 110ms
51 silly resolveWithNewModule [email protected] checking installable status
52 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 107ms
53 silly resolveWithNewModule [email protected] checking installable status
54 silly pacote range manifest for klaw@^1.0.0 fetched in 111ms
55 silly resolveWithNewModule [email protected] checking installable status
56 http fetch GET 304 https://registry.npmjs.org/glob 71ms (from cache)
57 silly pacote range manifest for glob@^7.1.3 fetched in 73ms
58 silly resolveWithNewModule [email protected] checking installable status
59 http fetch GET 304 https://registry.npmjs.org/fs.realpath 94ms (from cache)
60 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 96ms
61 silly resolveWithNewModule [email protected] checking installable status
62 http fetch GET 304 https://registry.npmjs.org/once 97ms (from cache)
63 http fetch GET 304 https://registry.npmjs.org/minimatch 101ms (from cache)
64 http fetch GET 304 https://registry.npmjs.org/inherits 102ms (from cache)
65 http fetch GET 304 https://registry.npmjs.org/inflight 104ms (from cache)
66 silly pacote range manifest for once@^1.3.0 fetched in 105ms
67 silly resolveWithNewModule [email protected] checking installable status
68 silly pacote range manifest for minimatch@^3.0.4 fetched in 105ms
69 silly resolveWithNewModule [email protected] checking installable status
70 silly pacote range manifest for inherits@2 fetched in 106ms
71 silly resolveWithNewModule [email protected] checking installable status
72 silly pacote range manifest for inflight@^1.0.4 fetched in 108ms
73 silly resolveWithNewModule [email protected] checking installable status
74 http fetch GET 304 https://registry.npmjs.org/wrappy 75ms (from cache)
75 silly pacote range manifest for wrappy@1 fetched in 77ms
76 silly resolveWithNewModule [email protected] checking installable status
77 http fetch GET 304 https://registry.npmjs.org/brace-expansion 77ms (from cache)
78 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 79ms
79 silly resolveWithNewModule [email protected] checking installable status
80 http fetch GET 304 https://registry.npmjs.org/balanced-match 89ms (from cache)
81 silly pacote range manifest for balanced-match@^1.0.0 fetched in 93ms
82 silly resolveWithNewModule [email protected] checking installable status
83 http fetch GET 304 https://registry.npmjs.org/concat-map 96ms (from cache)
84 silly pacote version manifest for [email protected] fetched in 98ms
85 silly resolveWithNewModule [email protected] checking installable status
86 http fetch GET 304 https://registry.npmjs.org/nopt 96ms (from cache)
87 silly pacote range manifest for nopt@2 || 3 fetched in 100ms
88 silly resolveWithNewModule [email protected] checking installable status
89 http fetch GET 304 https://registry.npmjs.org/osenv 103ms (from cache)
90 http fetch GET 304 https://registry.npmjs.org/npmlog 104ms (from cache)
91 silly pacote range manifest for osenv@0 fetched in 105ms
92 silly resolveWithNewModule [email protected] checking installable status
93 http fetch GET 304 https://registry.npmjs.org/request 106ms (from cache)
94 silly pacote range manifest for npmlog@0 || 1 || 2 || 3 || 4 fetched in 110ms
95 silly resolveWithNewModule [email protected] checking installable status
96 silly pacote range manifest for request@^2.87.0 fetched in 114ms
97 silly resolveWithNewModule [email protected] checking installable status
98 http fetch GET 304 https://registry.npmjs.org/mkdirp 116ms (from cache)
99 silly pacote range manifest for mkdirp@^0.5.0 fetched in 117ms
100 silly resolveWithNewModule [email protected] checking installable status
101 http fetch GET 304 https://registry.npmjs.org/semver 220ms (from cache)
102 silly pacote range manifest for semver@~5.3.0 fetched in 226ms
103 silly resolveWithNewModule [email protected] checking installable status
104 http fetch GET 304 https://registry.npmjs.org/tar 234ms (from cache)
105 http fetch GET 304 https://registry.npmjs.org/fstream 238ms (from cache)
106 http fetch GET 304 https://registry.npmjs.org/which 238ms (from cache)
107 silly pacote range manifest for which@1 fetched in 239ms
108 silly resolveWithNewModule [email protected] checking installable status
109 silly pacote range manifest for tar@^2.0.0 fetched in 240ms
110 silly resolveWithNewModule [email protected] checking installable status
111 silly pacote range manifest for fstream@^1.0.0 fetched in 242ms
112 silly resolveWithNewModule [email protected] checking installable status
113 http fetch GET 304 https://registry.npmjs.org/minimist 106ms (from cache)
114 silly pacote version manifest for [email protected] fetched in 108ms
115 silly resolveWithNewModule [email protected] checking installable status
116 http fetch GET 304 https://registry.npmjs.org/abbrev 78ms (from cache)
117 silly pacote range manifest for abbrev@1 fetched in 79ms
118 silly resolveWithNewModule [email protected] checking installable status
119 http fetch GET 304 https://registry.npmjs.org/are-we-there-yet 96ms (from cache)
120 http fetch GET 304 https://registry.npmjs.org/console-control-strings 96ms (from cache)
121 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 98ms
122 silly resolveWithNewModule [email protected] checking installable status
123 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 100ms
124 silly resolveWithNewModule [email protected] checking installable status
125 http fetch GET 304 https://registry.npmjs.org/gauge 101ms (from cache)
126 silly pacote range manifest for gauge@~2.7.3 fetched in 104ms
127 silly resolveWithNewModule [email protected] checking installable status
128 http fetch GET 304 https://registry.npmjs.org/set-blocking 108ms (from cache)
129 silly pacote range manifest for set-blocking@~2.0.0 fetched in 109ms
130 silly resolveWithNewModule [email protected] checking installable status
131 http fetch GET 304 https://registry.npmjs.org/delegates 82ms (from cache)
132 http fetch GET 304 https://registry.npmjs.org/readable-stream 83ms (from cache)
133 silly pacote range manifest for delegates@^1.0.0 fetched in 86ms
134 silly resolveWithNewModule [email protected] checking installable status
135 silly pacote range manifest for readable-stream@^2.0.6 fetched in 87ms
136 silly resolveWithNewModule [email protected] checking installable status
137 http fetch GET 304 https://registry.npmjs.org/safe-buffer 95ms (from cache)
138 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 99ms
139 silly resolveWithNewModule [email protected] checking installable status
140 http fetch GET 304 https://registry.npmjs.org/string_decoder 99ms (from cache)
141 http fetch GET 304 https://registry.npmjs.org/isarray 100ms (from cache)
142 http fetch GET 304 https://registry.npmjs.org/util-deprecate 101ms (from cache)
143 silly pacote range manifest for string_decoder@~1.1.1 fetched in 105ms
144 silly resolveWithNewModule [email protected] checking installable status
145 silly pacote range manifest for isarray@~1.0.0 fetched in 106ms
146 silly resolveWithNewModule [email protected] checking installable status
147 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 110ms
148 silly resolveWithNewModule [email protected] checking installable status
149 http fetch GET 304 https://registry.npmjs.org/process-nextick-args 113ms (from cache)
150 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 116ms
151 silly resolveWithNewModule [email protected] checking installable status
152 http fetch GET 304 https://registry.npmjs.org/core-util-is 120ms (from cache)
153 silly pacote range manifest for core-util-is@~1.0.0 fetched in 121ms
154 silly resolveWithNewModule [email protected] checking installable status
155 http fetch GET 304 https://registry.npmjs.org/has-unicode 113ms (from cache)
156 http fetch GET 304 https://registry.npmjs.org/signal-exit 113ms (from cache)
157 http fetch GET 304 https://registry.npmjs.org/string-width 114ms (from cache)
158 http fetch GET 304 https://registry.npmjs.org/object-assign 115ms (from cache)
159 http fetch GET 304 https://registry.npmjs.org/aproba 116ms (from cache)
160 http fetch GET 304 https://registry.npmjs.org/wide-align 116ms (from cache)
161 silly pacote range manifest for has-unicode@^2.0.0 fetched in 118ms
162 silly resolveWithNewModule [email protected] checking installable status
163 http fetch GET 304 https://registry.npmjs.org/strip-ansi 118ms (from cache)
164 silly pacote range manifest for signal-exit@^3.0.0 fetched in 120ms
165 silly resolveWithNewModule [email protected] checking installable status
166 silly pacote range manifest for string-width@^1.0.1 fetched in 121ms
167 silly resolveWithNewModule [email protected] checking installable status
168 silly pacote range manifest for object-assign@^4.1.0 fetched in 121ms
169 silly resolveWithNewModule [email protected] checking installable status
170 silly pacote range manifest for aproba@^1.0.3 fetched in 123ms
171 silly resolveWithNewModule [email protected] checking installable status
172 silly pacote range manifest for wide-align@^1.1.0 fetched in 122ms
173 silly resolveWithNewModule [email protected] checking installable status
174 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 123ms
175 silly resolveWithNewModule [email protected] checking installable status
176 http fetch GET 304 https://registry.npmjs.org/code-point-at 84ms (from cache)
177 http fetch GET 304 https://registry.npmjs.org/is-fullwidth-code-point 84ms (from cache)
178 silly pacote range manifest for code-point-at@^1.0.0 fetched in 85ms
179 silly resolveWithNewModule [email protected] checking installable status
180 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 85ms
181 silly resolveWithNewModule [email protected] checking installable status
182 http fetch GET 304 https://registry.npmjs.org/number-is-nan 74ms (from cache)
183 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 75ms
184 silly resolveWithNewModule [email protected] checking installable status
185 http fetch GET 304 https://registry.npmjs.org/ansi-regex 78ms (from cache)
186 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 80ms
187 silly resolveWithNewModule [email protected] checking installable status
188 http fetch GET 304 https://registry.npmjs.org/os-tmpdir 80ms (from cache)
189 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 82ms
190 silly resolveWithNewModule [email protected] checking installable status
191 http fetch GET 304 https://registry.npmjs.org/os-homedir 107ms (from cache)
192 silly pacote range manifest for os-homedir@^1.0.0 fetched in 109ms
193 silly resolveWithNewModule [email protected] checking installable status
194 http fetch GET 304 https://registry.npmjs.org/aws4 111ms (from cache)
195 silly pacote range manifest for aws4@^1.8.0 fetched in 121ms
196 silly resolveWithNewModule [email protected] checking installable status
197 http fetch GET 304 https://registry.npmjs.org/form-data 122ms (from cache)
198 http fetch GET 304 https://registry.npmjs.org/forever-agent 125ms (from cache)
199 http fetch GET 304 https://registry.npmjs.org/extend 128ms (from cache)
200 silly pacote range manifest for form-data@~2.3.2 fetched in 131ms
201 silly resolveWithNewModule [email protected] checking installable status
202 http fetch GET 304 https://registry.npmjs.org/http-signature 133ms (from cache)
203 http fetch GET 304 https://registry.npmjs.org/har-validator 133ms (from cache)
204 silly pacote range manifest for forever-agent@~0.6.1 fetched in 135ms
205 silly resolveWithNewModule [email protected] checking installable status
206 silly pacote range manifest for extend@~3.0.2 fetched in 138ms
207 silly resolveWithNewModule [email protected] checking installable status
208 http fetch GET 304 https://registry.npmjs.org/aws-sign2 140ms (from cache)
209 http fetch GET 304 https://registry.npmjs.org/is-typedarray 139ms (from cache)
210 silly pacote range manifest for http-signature@~1.2.0 fetched in 142ms
211 silly resolveWithNewModule [email protected] checking installable status
212 silly pacote range manifest for har-validator@~5.1.0 fetched in 146ms
213 silly resolveWithNewModule [email protected] checking installable status
214 silly pacote range manifest for aws-sign2@~0.7.0 fetched in 151ms
215 silly resolveWithNewModule [email protected] checking installable status
216 http fetch GET 304 https://registry.npmjs.org/caseless 154ms (from cache)
217 silly pacote range manifest for is-typedarray@~1.0.0 fetched in 152ms
218 silly resolveWithNewModule [email protected] checking installable status
219 silly pacote range manifest for caseless@~0.12.0 fetched in 161ms
220 silly resolveWithNewModule [email protected] checking installable status
221 http fetch GET 304 https://registry.npmjs.org/isstream 100ms (from cache)
222 silly pacote range manifest for isstream@~0.1.2 fetched in 107ms
223 silly resolveWithNewModule [email protected] checking installable status
224 http fetch GET 304 https://registry.npmjs.org/combined-stream 235ms (from cache)
225 http fetch GET 304 https://registry.npmjs.org/json-stringify-safe 106ms (from cache)
226 silly pacote range manifest for combined-stream@~1.0.6 fetched in 241ms
227 silly resolveWithNewModule [email protected] checking installable status
228 http fetch GET 304 https://registry.npmjs.org/mime-types 105ms (from cache)
229 silly pacote range manifest for json-stringify-safe@~5.0.1 fetched in 113ms
230 silly resolveWithNewModule [email protected] checking installable status
231 silly pacote range manifest for mime-types@~2.1.19 fetched in 112ms
232 silly resolveWithNewModule [email protected] checking installable status
233 http fetch GET 304 https://registry.npmjs.org/oauth-sign 110ms (from cache)
234 http fetch GET 304 https://registry.npmjs.org/performance-now 105ms (from cache)
235 silly pacote range manifest for oauth-sign@~0.9.0 fetched in 114ms
236 silly resolveWithNewModule [email protected] checking installable status
237 silly pacote range manifest for performance-now@^2.1.0 fetched in 108ms
238 silly resolveWithNewModule [email protected] checking installable status
239 http fetch GET 304 https://registry.npmjs.org/tough-cookie 103ms (from cache)
240 http fetch GET 304 https://registry.npmjs.org/qs 105ms (from cache)
241 http fetch GET 304 https://registry.npmjs.org/tunnel-agent 103ms (from cache)
242 silly pacote range manifest for tough-cookie@~2.4.3 fetched in 108ms
243 silly resolveWithNewModule [email protected] checking installable status
244 silly pacote range manifest for qs@~6.5.2 fetched in 109ms
245 silly resolveWithNewModule [email protected] checking installable status
246 silly pacote range manifest for tunnel-agent@^0.6.0 fetched in 106ms
247 silly resolveWithNewModule [email protected] checking installable status
248 http fetch GET 304 https://registry.npmjs.org/uuid 98ms (from cache)
249 silly pacote range manifest for uuid@^3.3.2 fetched in 99ms
250 silly resolveWithNewModule [email protected] checking installable status
251 http fetch GET 304 https://registry.npmjs.org/delayed-stream 71ms (from cache)
252 silly pacote range manifest for delayed-stream@~1.0.0 fetched in 73ms
253 silly resolveWithNewModule [email protected] checking installable status
254 http fetch GET 304 https://registry.npmjs.org/asynckit 86ms (from cache)
255 silly pacote range manifest for asynckit@^0.4.0 fetched in 88ms
256 silly resolveWithNewModule [email protected] checking installable status
257 http fetch GET 304 https://registry.npmjs.org/mime-db 74ms (from cache)
258 silly pacote version manifest for [email protected] fetched in 77ms
259 silly resolveWithNewModule [email protected] checking installable status
260 http fetch GET 304 https://registry.npmjs.org/ajv 86ms (from cache)
261 silly pacote range manifest for ajv@^6.5.5 fetched in 90ms
262 silly resolveWithNewModule [email protected] checking installable status
263 http fetch GET 304 https://registry.npmjs.org/har-schema 91ms (from cache)
264 silly pacote range manifest for har-schema@^2.0.0 fetched in 92ms
265 silly resolveWithNewModule [email protected] checking installable status
266 http fetch GET 304 https://registry.npmjs.org/fast-json-stable-stringify 97ms (from cache)
267 http fetch GET 304 https://registry.npmjs.org/json-schema-traverse 97ms (from cache)
268 http fetch GET 304 https://registry.npmjs.org/fast-deep-equal 99ms (from cache)
269 silly pacote range manifest for fast-json-stable-stringify@^2.0.0 fetched in 99ms
270 silly resolveWithNewModule [email protected] checking installable status
271 silly pacote range manifest for json-schema-traverse@^0.4.1 fetched in 100ms
272 silly resolveWithNewModule [email protected] checking installable status
273 silly pacote range manifest for fast-deep-equal@^2.0.1 fetched in 101ms
274 silly resolveWithNewModule [email protected] checking installable status
275 http fetch GET 304 https://registry.npmjs.org/uri-js 157ms (from cache)
276 silly pacote range manifest for uri-js@^4.2.2 fetched in 159ms
277 silly resolveWithNewModule [email protected] checking installable status
278 http fetch GET 304 https://registry.npmjs.org/punycode 78ms (from cache)
279 silly pacote range manifest for punycode@^2.1.0 fetched in 80ms
280 silly resolveWithNewModule [email protected] checking installable status
281 http fetch GET 304 https://registry.npmjs.org/assert-plus 83ms (from cache)
282 silly pacote range manifest for assert-plus@^1.0.0 fetched in 86ms
283 silly resolveWithNewModule [email protected] checking installable status
284 http fetch GET 304 https://registry.npmjs.org/sshpk 86ms (from cache)
285 silly pacote range manifest for sshpk@^1.7.0 fetched in 88ms
286 silly resolveWithNewModule [email protected] checking installable status
287 http fetch GET 304 https://registry.npmjs.org/jsprim 90ms (from cache)
288 silly pacote range manifest for jsprim@^1.2.2 fetched in 92ms
289 silly resolveWithNewModule [email protected] checking installable status
290 http fetch GET 304 https://registry.npmjs.org/verror 81ms (from cache)
291 silly pacote version manifest for [email protected] fetched in 83ms
292 silly resolveWithNewModule [email protected] checking installable status
293 http fetch GET 304 https://registry.npmjs.org/json-schema 85ms (from cache)
294 http fetch GET 304 https://registry.npmjs.org/extsprintf 86ms (from cache)
295 silly pacote version manifest for [email protected] fetched in 87ms
296 silly resolveWithNewModule [email protected] checking installable status
297 silly pacote version manifest for [email protected] fetched in 87ms
298 silly resolveWithNewModule [email protected] checking installable status
299 http fetch GET 304 https://registry.npmjs.org/asn1 115ms (from cache)
300 http fetch GET 304 https://registry.npmjs.org/safer-buffer 116ms (from cache)
301 http fetch GET 304 https://registry.npmjs.org/getpass 118ms (from cache)
302 http fetch GET 304 https://registry.npmjs.org/jsbn 117ms (from cache)
303 http fetch GET 304 https://registry.npmjs.org/ecc-jsbn 117ms (from cache)
304 http fetch GET 304 https://registry.npmjs.org/tweetnacl 119ms (from cache)
305 silly pacote range manifest for asn1@~0.2.3 fetched in 120ms
306 silly resolveWithNewModule [email protected] checking installable status
307 http fetch GET 304 https://registry.npmjs.org/dashdash 120ms (from cache)
308 silly pacote range manifest for safer-buffer@^2.0.2 fetched in 121ms
309 silly resolveWithNewModule [email protected] checking installable status
310 silly pacote range manifest for getpass@^0.1.1 fetched in 123ms
311 silly resolveWithNewModule [email protected] checking installable status
312 silly pacote range manifest for jsbn@~0.1.0 fetched in 122ms
313 silly resolveWithNewModule [email protected] checking installable status
314 http fetch GET 304 https://registry.npmjs.org/bcrypt-pbkdf 122ms (from cache)
315 silly pacote range manifest for ecc-jsbn@~0.1.1 fetched in 123ms
316 silly resolveWithNewModule [email protected] checking installable status
317 silly pacote range manifest for tweetnacl@~0.14.0 fetched in 124ms
318 silly resolveWithNewModule [email protected] checking installable status
319 silly pacote range manifest for dashdash@^1.12.0 fetched in 125ms
320 silly resolveWithNewModule [email protected] checking installable status
321 silly pacote range manifest for bcrypt-pbkdf@^1.0.0 fetched in 124ms
322 silly resolveWithNewModule [email protected] checking installable status
323 silly pacote range manifest for punycode@^1.4.1 fetched in 1ms
324 silly resolveWithNewModule [email protected] checking installable status
325 http fetch GET 304 https://registry.npmjs.org/psl 78ms (from cache)
326 silly pacote range manifest for psl@^1.1.24 fetched in 81ms
327 silly resolveWithNewModule [email protected] checking installable status
328 http fetch GET 304 https://registry.npmjs.org/block-stream 78ms (from cache)
329 silly pacote range manifest for block-stream@* fetched in 81ms
330 silly resolveWithNewModule [email protected] checking installable status
331 http fetch GET 304 https://registry.npmjs.org/isexe 83ms (from cache)
332 silly pacote range manifest for isexe@^2.0.0 fetched in 84ms
333 silly resolveWithNewModule [email protected] checking installable status
334 silly pacote range manifest for nopt@^4.0.1 fetched in 6ms
335 silly resolveWithNewModule [email protected] checking installable status
336 silly pacote version manifest for [email protected] fetched in 9ms
337 silly resolveWithNewModule [email protected] checking installable status
338 http fetch GET 304 https://registry.npmjs.org/hawk 83ms (from cache)
339 silly pacote version manifest for [email protected] fetched in 89ms
340 warn deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
341 silly resolveWithNewModule [email protected] checking installable status
342 http fetch GET 304 https://registry.npmjs.org/tar-pack 100ms (from cache)
343 http fetch GET 304 https://registry.npmjs.org/rc 103ms (from cache)
344 http fetch GET 304 https://registry.npmjs.org/detect-libc 103ms (from cache)
345 silly pacote range manifest for tar-pack@^3.4.0 fetched in 104ms
346 silly resolveWithNewModule [email protected] checking installable status
347 silly pacote range manifest for rc@^1.1.7 fetched in 105ms
348 silly resolveWithNewModule [email protected] checking installable status
349 silly pacote range manifest for detect-libc@^1.0.2 fetched in 105ms
350 silly resolveWithNewModule [email protected] checking installable status
351 http fetch GET 304 https://registry.npmjs.org/boom 88ms (from cache)
352 http fetch GET 304 https://registry.npmjs.org/cryptiles 89ms (from cache)
353 silly pacote range manifest for [email protected] fetched in 92ms
354 warn deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
355 silly resolveWithNewModule [email protected] checking installable status
356 http fetch GET 304 https://registry.npmjs.org/hoek 96ms (from cache)
357 silly pacote range manifest for [email protected] fetched in 95ms
358 warn deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
359 silly resolveWithNewModule [email protected] checking installable status
360 http fetch GET 304 https://registry.npmjs.org/sntp 95ms (from cache)
361 silly pacote range manifest for [email protected] fetched in 101ms
362 warn deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
363 silly resolveWithNewModule [email protected] checking installable status
364 silly pacote range manifest for [email protected] fetched in 99ms
365 warn deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
366 silly resolveWithNewModule [email protected] checking installable status
367 silly pacote range manifest for minimist@^1.2.0 fetched in 4ms
368 silly resolveWithNewModule [email protected] checking installable status
369 http fetch GET 304 https://registry.npmjs.org/strip-json-comments 80ms (from cache)
370 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 82ms
371 silly resolveWithNewModule [email protected] checking installable status
372 http fetch GET 304 https://registry.npmjs.org/ini 86ms (from cache)
373 silly pacote range manifest for ini@~1.3.0 fetched in 91ms
374 silly resolveWithNewModule [email protected] checking installable status
375 http fetch GET 304 https://registry.npmjs.org/deep-extend 95ms (from cache)
376 silly pacote range manifest for deep-extend@^0.6.0 fetched in 97ms
377 silly resolveWithNewModule [email protected] checking installable status
378 silly pacote range manifest for form-data@~2.1.1 fetched in 11ms
379 silly resolveWithNewModule [email protected] checking installable status
380 silly pacote range manifest for http-signature@~1.1.0 fetched in 13ms
381 silly resolveWithNewModule [email protected] checking installable status
382 silly pacote range manifest for aws-sign2@~0.6.0 fetched in 13ms
383 silly resolveWithNewModule [email protected] checking installable status
384 silly pacote range manifest for oauth-sign@~0.8.1 fetched in 14ms
385 silly resolveWithNewModule [email protected] checking installable status
386 silly pacote range manifest for performance-now@^0.2.0 fetched in 14ms
387 silly resolveWithNewModule [email protected] checking installable status
388 silly pacote range manifest for har-validator@~4.2.1 fetched in 15ms
389 silly resolveWithNewModule [email protected] checking installable status
390 silly pacote range manifest for qs@~6.4.0 fetched in 15ms
391 silly resolveWithNewModule [email protected] checking installable status
392 silly pacote range manifest for tough-cookie@~2.3.0 fetched in 16ms
393 silly resolveWithNewModule [email protected] checking installable status
394 http fetch GET 304 https://registry.npmjs.org/stringstream 88ms (from cache)
395 silly pacote range manifest for stringstream@~0.0.4 fetched in 91ms
396 silly resolveWithNewModule [email protected] checking installable status
397 silly pacote range manifest for ajv@^4.9.1 fetched in 5ms
398 silly resolveWithNewModule [email protected] checking installable status
399 silly pacote range manifest for har-schema@^1.0.5 fetched in 7ms
400 silly resolveWithNewModule [email protected] checking installable status
401 http fetch GET 304 https://registry.npmjs.org/json-stable-stringify 76ms (from cache)
402 silly pacote range manifest for json-stable-stringify@^1.0.1 fetched in 81ms
403 silly resolveWithNewModule [email protected] checking installable status
404 http fetch GET 304 https://registry.npmjs.org/co 91ms (from cache)
405 silly pacote range manifest for co@^4.6.0 fetched in 94ms
406 silly resolveWithNewModule [email protected] checking installable status
407 http fetch GET 304 https://registry.npmjs.org/jsonify 78ms (from cache)
408 silly pacote range manifest for jsonify@~0.0.0 fetched in 81ms
409 silly resolveWithNewModule [email protected] checking installable status
410 silly pacote range manifest for assert-plus@^0.2.0 fetched in 4ms
411 silly resolveWithNewModule [email protected] checking installable status
412 silly pacote range manifest for punycode@^1.4.1 fetched in 2ms
413 silly resolveWithNewModule [email protected] checking installable status
414 http fetch GET 304 https://registry.npmjs.org/fstream-ignore 82ms (from cache)
415 http fetch GET 304 https://registry.npmjs.org/debug 84ms (from cache)
416 silly pacote range manifest for fstream-ignore@^1.0.5 fetched in 86ms
417 silly resolveWithNewModule [email protected] checking installable status
418 silly pacote range manifest for debug@^2.2.0 fetched in 88ms
419 silly resolveWithNewModule [email protected] checking installable status
420 http fetch GET 304 https://registry.npmjs.org/uid-number 155ms (from cache)
421 silly pacote range manifest for uid-number@^0.0.6 fetched in 158ms
422 silly resolveWithNewModule [email protected] checking installable status
423 http fetch GET 304 https://registry.npmjs.org/ms 83ms (from cache)
424 silly pacote version manifest for [email protected] fetched in 86ms
425 silly resolveWithNewModule [email protected] checking installable status
426 http fetch GET 304 https://registry.npmjs.org/nodegit-promise 92ms (from cache)
427 silly pacote range manifest for nodegit-promise@~4.0.0 fetched in 94ms
428 silly resolveWithNewModule [email protected] checking installable status
429 http fetch GET 304 https://registry.npmjs.org/asap 87ms (from cache)
430 silly pacote range manifest for asap@~2.0.3 fetched in 90ms
431 silly resolveWithNewModule [email protected] checking installable status
432 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 4849ms
433 timing stage:loadIdealTree Completed in 4906ms
434 silly currentTree lib
435 silly idealTree lib
435 silly idealTree └─┬ [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├─┬ [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ ├── [email protected]
435 silly idealTree   │ └── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├─┬ [email protected]
435 silly idealTree   │ └── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├─┬ [email protected]
435 silly idealTree   │ └── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   ├── [email protected]
435 silly idealTree   └── [email protected]
436 silly install generateActionsToTake
437 timing stage:generateActionsToTake Completed in 52ms
438 silly diffTrees action count 143
439 silly diffTrees add [email protected]
440 silly diffTrees add [email protected]
441 silly diffTrees add [email protected]
442 silly diffTrees add [email protected]
443 silly diffTrees add [email protected]
444 silly diffTrees add [email protected]
445 silly diffTrees add [email protected]
446 silly diffTrees add [email protected]
447 silly diffTrees add [email protected]
448 silly diffTrees add [email protected]
449 silly diffTrees add [email protected]
450 silly diffTrees add [email protected]
451 silly diffTrees add [email protected]
452 silly diffTrees add [email protected]
453 silly diffTrees add [email protected]
454 silly diffTrees add [email protected]
455 silly diffTrees add [email protected]
456 silly diffTrees add [email protected]
457 silly diffTrees add [email protected]
458 silly diffTrees add [email protected]
459 silly diffTrees add [email protected]
460 silly diffTrees add [email protected]
461 silly diffTrees add [email protected]
462 silly diffTrees add [email protected]
463 silly diffTrees add [email protected]
464 silly diffTrees add [email protected]
465 silly diffTrees add [email protected]
466 silly diffTrees add [email protected]
467 silly diffTrees add [email protected]
468 silly diffTrees add [email protected]
469 silly diffTrees add [email protected]
470 silly diffTrees add [email protected]
471 silly diffTrees add [email protected]
472 silly diffTrees add [email protected]
473 silly diffTrees add [email protected]
474 silly diffTrees add [email protected]
475 silly diffTrees add [email protected]
476 silly diffTrees add [email protected]
477 silly diffTrees add [email protected]
478 silly diffTrees add [email protected]
479 silly diffTrees add [email protected]
480 silly diffTrees add [email protected]
481 silly diffTrees add [email protected]
482 silly diffTrees add [email protected]
483 silly diffTrees add [email protected]
484 silly diffTrees add [email protected]
485 silly diffTrees add [email protected]
486 silly diffTrees add [email protected]
487 silly diffTrees add [email protected]
488 silly diffTrees add [email protected]
489 silly diffTrees add [email protected]
490 silly diffTrees add [email protected]
491 silly diffTrees add [email protected]
492 silly diffTrees add [email protected]
493 silly diffTrees add [email protected]
494 silly diffTrees add [email protected]
495 silly diffTrees add [email protected]
496 silly diffTrees add [email protected]
497 silly diffTrees add [email protected]
498 silly diffTrees add [email protected]
499 silly diffTrees add [email protected]
500 silly diffTrees add [email protected]
501 silly diffTrees add [email protected]
502 silly diffTrees add [email protected]
503 silly diffTrees add [email protected]
504 silly diffTrees add [email protected]
505 silly diffTrees add [email protected]
506 silly diffTrees add [email protected]
507 silly diffTrees add [email protected]
508 silly diffTrees add [email protected]
509 silly diffTrees add [email protected]
510 silly diffTrees add [email protected]
511 silly diffTrees add [email protected]
512 silly diffTrees add [email protected]
513 silly diffTrees add [email protected]
514 silly diffTrees add [email protected]
515 silly diffTrees add [email protected]
516 silly diffTrees add [email protected]
517 silly diffTrees add [email protected]
518 silly diffTrees add [email protected]
519 silly diffTrees add [email protected]
520 silly diffTrees add [email protected]
521 silly diffTrees add [email protected]
522 silly diffTrees add [email protected]
523 silly diffTrees add [email protected]
524 silly diffTrees add [email protected]
525 silly diffTrees add [email protected]
526 silly diffTrees add [email protected]
527 silly diffTrees add [email protected]
528 silly diffTrees add [email protected]
529 silly diffTrees add [email protected]
530 silly diffTrees add [email protected]
531 silly diffTrees add [email protected]
532 silly diffTrees add [email protected]
533 silly diffTrees add [email protected]
534 silly diffTrees add [email protected]
535 silly diffTrees add [email protected]
536 silly diffTrees add [email protected]
537 silly diffTrees add [email protected]
538 silly diffTrees add [email protected]
539 silly diffTrees add [email protected]
540 silly diffTrees add [email protected]
541 silly diffTrees add [email protected]
542 silly diffTrees add [email protected]
543 silly diffTrees add [email protected]
544 silly diffTrees add [email protected]
545 silly diffTrees add [email protected]
546 silly diffTrees add [email protected]
547 silly diffTrees add [email protected]
548 silly diffTrees add [email protected]
549 silly diffTrees add [email protected]
550 silly diffTrees add [email protected]
551 silly diffTrees add [email protected]
552 silly diffTrees add [email protected]
553 silly diffTrees add [email protected]
554 silly diffTrees add [email protected]
555 silly diffTrees add [email protected]
556 silly diffTrees add [email protected]
557 silly diffTrees add [email protected]
558 silly diffTrees add [email protected]
559 silly diffTrees add [email protected]
560 silly diffTrees add [email protected]
561 silly diffTrees add [email protected]
562 silly diffTrees add [email protected]
563 silly diffTrees add [email protected]
564 silly diffTrees add [email protected]
565 silly diffTrees add [email protected]
566 silly diffTrees add [email protected]
567 silly diffTrees add [email protected]
568 silly diffTrees add [email protected]
569 silly diffTrees add [email protected]
570 silly diffTrees add [email protected]
571 silly diffTrees add [email protected]
572 silly diffTrees add [email protected]
573 silly diffTrees add [email protected]
574 silly diffTrees add [email protected]
575 silly diffTrees add [email protected]
576 silly diffTrees add [email protected]
577 silly diffTrees add [email protected]
578 silly diffTrees add [email protected]
579 silly diffTrees add [email protected]
580 silly diffTrees add [email protected]
581 silly diffTrees add [email protected]
582 silly decomposeActions action count 1144
583 silly decomposeActions fetch [email protected]
584 silly decomposeActions extract [email protected]
585 silly decomposeActions preinstall [email protected]
586 silly decomposeActions build [email protected]
587 silly decomposeActions install [email protected]
588 silly decomposeActions postinstall [email protected]
589 silly decomposeActions finalize [email protected]
590 silly decomposeActions refresh-package-json [email protected]
591 silly decomposeActions fetch [email protected]
592 silly decomposeActions extract [email protected]
593 silly decomposeActions preinstall [email protected]
594 silly decomposeActions build [email protected]
595 silly decomposeActions install [email protected]
596 silly decomposeActions postinstall [email protected]
597 silly decomposeActions finalize [email protected]
598 silly decomposeActions refresh-package-json [email protected]
599 silly decomposeActions fetch [email protected]
600 silly decomposeActions extract [email protected]
601 silly decomposeActions preinstall [email protected]
602 silly decomposeActions build [email protected]
603 silly decomposeActions install [email protected]
604 silly decomposeActions postinstall [email protected]
605 silly decomposeActions finalize [email protected]
606 silly decomposeActions refresh-package-json [email protected]
607 silly decomposeActions fetch [email protected]
608 silly decomposeActions extract [email protected]
609 silly decomposeActions preinstall [email protected]
610 silly decomposeActions build [email protected]
611 silly decomposeActions install [email protected]
612 silly decomposeActions postinstall [email protected]
613 silly decomposeActions finalize [email protected]
614 silly decomposeActions refresh-package-json [email protected]
615 silly decomposeActions fetch [email protected]
616 silly decomposeActions extract [email protected]
617 silly decomposeActions preinstall [email protected]
618 silly decomposeActions build [email protected]
619 silly decomposeActions install [email protected]
620 silly decomposeActions postinstall [email protected]
621 silly decomposeActions finalize [email protected]
622 silly decomposeActions refresh-package-json [email protected]
623 silly decomposeActions fetch [email protected]
624 silly decomposeActions extract [email protected]
625 silly decomposeActions preinstall [email protected]
626 silly decomposeActions build [email protected]
627 silly decomposeActions install [email protected]
628 silly decomposeActions postinstall [email protected]
629 silly decomposeActions finalize [email protected]
630 silly decomposeActions refresh-package-json [email protected]
631 silly decomposeActions fetch [email protected]
632 silly decomposeActions extract [email protected]
633 silly decomposeActions preinstall [email protected]
634 silly decomposeActions build [email protected]
635 silly decomposeActions install [email protected]
636 silly decomposeActions postinstall [email protected]
637 silly decomposeActions finalize [email protected]
638 silly decomposeActions refresh-package-json [email protected]
639 silly decomposeActions fetch [email protected]
640 silly decomposeActions extract [email protected]
641 silly decomposeActions preinstall [email protected]
642 silly decomposeActions build [email protected]
643 silly decomposeActions install [email protected]
644 silly decomposeActions postinstall [email protected]
645 silly decomposeActions finalize [email protected]
646 silly decomposeActions refresh-package-json [email protected]
647 silly decomposeActions fetch [email protected]
648 silly decomposeActions extract [email protected]
649 silly decomposeActions preinstall [email protected]
650 silly decomposeActions build [email protected]
651 silly decomposeActions install [email protected]
652 silly decomposeActions postinstall [email protected]
653 silly decomposeActions finalize [email protected]
654 silly decomposeActions refresh-package-json [email protected]
655 silly decomposeActions fetch [email protected]
656 silly decomposeActions extract [email protected]
657 silly decomposeActions preinstall [email protected]
658 silly decomposeActions build [email protected]
659 silly decomposeActions install [email protected]
660 silly decomposeActions postinstall [email protected]
661 silly decomposeActions finalize [email protected]
662 silly decomposeActions refresh-package-json [email protected]
663 silly decomposeActions fetch [email protected]
664 silly decomposeActions extract [email protected]
665 silly decomposeActions preinstall [email protected]
666 silly decomposeActions build [email protected]
667 silly decomposeActions install [email protected]
668 silly decomposeActions postinstall [email protected]
669 silly decomposeActions finalize [email protected]
670 silly decomposeActions refresh-package-json [email protected]
671 silly decomposeActions fetch [email protected]
672 silly decomposeActions extract [email protected]
673 silly decomposeActions preinstall [email protected]
674 silly decomposeActions build [email protected]
675 silly decomposeActions install [email protected]
676 silly decomposeActions postinstall [email protected]
677 silly decomposeActions finalize [email protected]
678 silly decomposeActions refresh-package-json [email protected]
679 silly decomposeActions fetch [email protected]
680 silly decomposeActions extract [email protected]
681 silly decomposeActions preinstall [email protected]
682 silly decomposeActions build [email protected]
683 silly decomposeActions install [email protected]
684 silly decomposeActions postinstall [email protected]
685 silly decomposeActions finalize [email protected]
686 silly decomposeActions refresh-package-json [email protected]
687 silly decomposeActions fetch [email protected]
688 silly decomposeActions extract [email protected]
689 silly decomposeActions preinstall [email protected]
690 silly decomposeActions build [email protected]
691 silly decomposeActions install [email protected]
692 silly decomposeActions postinstall [email protected]
693 silly decomposeActions finalize [email protected]
694 silly decomposeActions refresh-package-json [email protected]
695 silly decomposeActions fetch [email protected]
696 silly decomposeActions extract [email protected]
697 silly decomposeActions preinstall [email protected]
698 silly decomposeActions build [email protected]
699 silly decomposeActions install [email protected]
700 silly decomposeActions postinstall [email protected]
701 silly decomposeActions finalize [email protected]
702 silly decomposeActions refresh-package-json [email protected]
703 silly decomposeActions fetch [email protected]
704 silly decomposeActions extract [email protected]
705 silly decomposeActions preinstall [email protected]
706 silly decomposeActions build [email protected]
707 silly decomposeActions install [email protected]
708 silly decomposeActions postinstall [email protected]
709 silly decomposeActions finalize [email protected]
710 silly decomposeActions refresh-package-json [email protected]
711 silly decomposeActions fetch [email protected]
712 silly decomposeActions extract [email protected]
713 silly decomposeActions preinstall [email protected]
714 silly decomposeActions build [email protected]
715 silly decomposeActions install [email protected]
716 silly decomposeActions postinstall [email protected]
717 silly decomposeActions finalize [email protected]
718 silly decomposeActions refresh-package-json [email protected]
719 silly decomposeActions fetch [email protected]
720 silly decomposeActions extract [email protected]
721 silly decomposeActions preinstall [email protected]
722 silly decomposeActions build [email protected]
723 silly decomposeActions install [email protected]
724 silly decomposeActions postinstall [email protected]
725 silly decomposeActions finalize [email protected]
726 silly decomposeActions refresh-package-json [email protected]
727 silly decomposeActions fetch [email protected]
728 silly decomposeActions extract [email protected]
729 silly decomposeActions preinstall [email protected]
730 silly decomposeActions build [email protected]
731 silly decomposeActions install [email protected]
732 silly decomposeActions postinstall [email protected]
733 silly decomposeActions finalize [email protected]
734 silly decomposeActions refresh-package-json [email protected]
735 silly decomposeActions fetch [email protected]
736 silly decomposeActions extract [email protected]
737 silly decomposeActions preinstall [email protected]
738 silly decomposeActions build [email protected]
739 silly decomposeActions install [email protected]
740 silly decomposeActions postinstall [email protected]
741 silly decomposeActions finalize [email protected]
742 silly decomposeActions refresh-package-json [email protected]
743 silly decomposeActions fetch [email protected]
744 silly decomposeActions extract [email protected]
745 silly decomposeActions preinstall [email protected]
746 silly decomposeActions build [email protected]
747 silly decomposeActions install [email protected]
748 silly decomposeActions postinstall [email protected]
749 silly decomposeActions finalize [email protected]
750 silly decomposeActions refresh-package-json [email protected]
751 silly decomposeActions fetch [email protected]
752 silly decomposeActions extract [email protected]
753 silly decomposeActions preinstall [email protected]
754 silly decomposeActions build [email protected]
755 silly decomposeActions install [email protected]
756 silly decomposeActions postinstall [email protected]
757 silly decomposeActions finalize [email protected]
758 silly decomposeActions refresh-package-json [email protected]
759 silly decomposeActions fetch [email protected]
760 silly decomposeActions extract [email protected]
761 silly decomposeActions preinstall [email protected]
762 silly decomposeActions build [email protected]
763 silly decomposeActions install [email protected]
764 silly decomposeActions postinstall [email protected]
765 silly decomposeActions finalize [email protected]
766 silly decomposeActions refresh-package-json [email protected]
767 silly decomposeActions fetch [email protected]
768 silly decomposeActions extract [email protected]
769 silly decomposeActions preinstall [email protected]
770 silly decomposeActions build [email protected]
771 silly decomposeActions install [email protected]
772 silly decomposeActions postinstall [email protected]
773 silly decomposeActions finalize [email protected]
774 silly decomposeActions refresh-package-json [email protected]
775 silly decomposeActions fetch [email protected]
776 silly decomposeActions extract [email protected]
777 silly decomposeActions preinstall [email protected]
778 silly decomposeActions build [email protected]
779 silly decomposeActions install [email protected]
780 silly decomposeActions postinstall [email protected]
781 silly decomposeActions finalize [email protected]
782 silly decomposeActions refresh-package-json [email protected]
783 silly decomposeActions fetch [email protected]
784 silly decomposeActions extract [email protected]
785 silly decomposeActions preinstall [email protected]
786 silly decomposeActions build [email protected]
787 silly decomposeActions install [email protected]
788 silly decomposeActions postinstall [email protected]
789 silly decomposeActions finalize [email protected]
790 silly decomposeActions refresh-package-json [email protected]
791 silly decomposeActions fetch [email protected]
792 silly decomposeActions extract [email protected]
793 silly decomposeActions preinstall [email protected]
794 silly decomposeActions build [email protected]
795 silly decomposeActions install [email protected]
796 silly decomposeActions postinstall [email protected]
797 silly decomposeActions finalize [email protected]
798 silly decomposeActions refresh-package-json [email protected]
799 silly decomposeActions fetch [email protected]
800 silly decomposeActions extract [email protected]
801 silly decomposeActions preinstall [email protected]
802 silly decomposeActions build [email protected]
803 silly decomposeActions install [email protected]
804 silly decomposeActions postinstall [email protected]
805 silly decomposeActions finalize [email protected]
806 silly decomposeActions refresh-package-json [email protected]
807 silly decomposeActions fetch [email protected]
808 silly decomposeActions extract [email protected]
809 silly decomposeActions preinstall [email protected]
810 silly decomposeActions build [email protected]
811 silly decomposeActions install [email protected]
812 silly decomposeActions postinstall [email protected]
813 silly decomposeActions finalize [email protected]
814 silly decomposeActions refresh-package-json [email protected]
815 silly decomposeActions fetch [email protected]
816 silly decomposeActions extract [email protected]
817 silly decomposeActions preinstall [email protected]
818 silly decomposeActions build [email protected]
819 silly decomposeActions install [email protected]
820 silly decomposeActions postinstall [email protected]
821 silly decomposeActions finalize [email protected]
822 silly decomposeActions refresh-package-json [email protected]
823 silly decomposeActions fetch [email protected]
824 silly decomposeActions extract [email protected]
825 silly decomposeActions preinstall [email protected]
826 silly decomposeActions build [email protected]
827 silly decomposeActions install [email protected]
828 silly decomposeActions postinstall [email protected]
829 silly decomposeActions finalize [email protected]
830 silly decomposeActions refresh-package-json [email protected]
831 silly decomposeActions fetch [email protected]
832 silly decomposeActions extract [email protected]
833 silly decomposeActions preinstall [email protected]
834 silly decomposeActions build [email protected]
835 silly decomposeActions install [email protected]
836 silly decomposeActions postinstall [email protected]
837 silly decomposeActions finalize [email protected]
838 silly decomposeActions refresh-package-json [email protected]
839 silly decomposeActions fetch [email protected]
840 silly decomposeActions extract [email protected]
841 silly decomposeActions preinstall [email protected]
842 silly decomposeActions build [email protected]
843 silly decomposeActions install [email protected]
844 silly decomposeActions postinstall [email protected]
845 silly decomposeActions finalize [email protected]
846 silly decomposeActions refresh-package-json [email protected]
847 silly decomposeActions fetch [email protected]
848 silly decomposeActions extract [email protected]
849 silly decomposeActions preinstall [email protected]
850 silly decomposeActions build [email protected]
851 silly decomposeActions install [email protected]
852 silly decomposeActions postinstall [email protected]
853 silly decomposeActions finalize [email protected]
854 silly decomposeActions refresh-package-json [email protected]
855 silly decomposeActions fetch [email protected]
856 silly decomposeActions extract [email protected]
857 silly decomposeActions preinstall [email protected]
858 silly decomposeActions build [email protected]
859 silly decomposeActions install [email protected]
860 silly decomposeActions postinstall [email protected]
861 silly decomposeActions finalize [email protected]
862 silly decomposeActions refresh-package-json [email protected]
863 silly decomposeActions fetch [email protected]
864 silly decomposeActions extract [email protected]
865 silly decomposeActions preinstall [email protected]
866 silly decomposeActions build [email protected]
867 silly decomposeActions install [email protected]
868 silly decomposeActions postinstall [email protected]
869 silly decomposeActions finalize [email protected]
870 silly decomposeActions refresh-package-json [email protected]
871 silly decomposeActions fetch [email protected]
872 silly decomposeActions extract [email protected]
873 silly decomposeActions preinstall [email protected]
874 silly decomposeActions build [email protected]
875 silly decomposeActions install [email protected]
876 silly decomposeActions postinstall [email protected]
877 silly decomposeActions finalize [email protected]
878 silly decomposeActions refresh-package-json [email protected]
879 silly decomposeActions fetch [email protected]
880 silly decomposeActions extract [email protected]
881 silly decomposeActions preinstall [email protected]
882 silly decomposeActions build [email protected]
883 silly decomposeActions install [email protected]
884 silly decomposeActions postinstall [email protected]
885 silly decomposeActions finalize [email protected]
886 silly decomposeActions refresh-package-json [email protected]
887 silly decomposeActions fetch [email protected]
888 silly decomposeActions extract [email protected]
889 silly decomposeActions preinstall [email protected]
890 silly decomposeActions build [email protected]
891 silly decomposeActions install [email protected]
892 silly decomposeActions postinstall [email protected]
893 silly decomposeActions finalize [email protected]
894 silly decomposeActions refresh-package-json [email protected]
895 silly decomposeActions fetch [email protected]
896 silly decomposeActions extract [email protected]
897 silly decomposeActions preinstall [email protected]
898 silly decomposeActions build [email protected]
899 silly decomposeActions install [email protected]
900 silly decomposeActions postinstall [email protected]
901 silly decomposeActions finalize [email protected]
902 silly decomposeActions refresh-package-json [email protected]
903 silly decomposeActions fetch [email protected]
904 silly decomposeActions extract [email protected]
905 silly decomposeActions preinstall [email protected]
906 silly decomposeActions build [email protected]
907 silly decomposeActions install [email protected]
908 silly decomposeActions postinstall [email protected]
909 silly decomposeActions finalize [email protected]
910 silly decomposeActions refresh-package-json [email protected]
911 silly decomposeActions fetch [email protected]
912 silly decomposeActions extract [email protected]
913 silly decomposeActions preinstall [email protected]
914 silly decomposeActions build [email protected]
915 silly decomposeActions install [email protected]
916 silly decomposeActions postinstall [email protected]
917 silly decomposeActions finalize [email protected]
918 silly decomposeActions refresh-package-json [email protected]
919 silly decomposeActions fetch [email protected]
920 silly decomposeActions extract [email protected]
921 silly decomposeActions preinstall [email protected]
922 silly decomposeActions build [email protected]
923 silly decomposeActions install [email protected]
924 silly decomposeActions postinstall [email protected]
925 silly decomposeActions finalize [email protected]
926 silly decomposeActions refresh-package-json [email protected]
927 silly decomposeActions fetch [email protected]
928 silly decomposeActions extract [email protected]
929 silly decomposeActions preinstall [email protected]
930 silly decomposeActions build [email protected]
931 silly decomposeActions install [email protected]
932 silly decomposeActions postinstall [email protected]
933 silly decomposeActions finalize [email protected]
934 silly decomposeActions refresh-package-json [email protected]
935 silly decomposeActions fetch [email protected]
936 silly decomposeActions extract [email protected]
937 silly decomposeActions preinstall [email protected]
938 silly decomposeActions build [email protected]
939 silly decomposeActions install [email protected]
940 silly decomposeActions postinstall [email protected]
941 silly decomposeActions finalize [email protected]
942 silly decomposeActions refresh-package-json [email protected]
943 silly decomposeActions fetch [email protected]
944 silly decomposeActions extract [email protected]
945 silly decomposeActions preinstall [email protected]
946 silly decomposeActions build [email protected]
947 silly decomposeActions install [email protected]
948 silly decomposeActions postinstall [email protected]
949 silly decomposeActions finalize [email protected]
950 silly decomposeActions refresh-package-json [email protected]
951 silly decomposeActions fetch [email protected]
952 silly decomposeActions extract [email protected]
953 silly decomposeActions preinstall [email protected]
954 silly decomposeActions build [email protected]
955 silly decomposeActions install [email protected]
956 silly decomposeActions postinstall [email protected]
957 silly decomposeActions finalize [email protected]
958 silly decomposeActions refresh-package-json [email protected]
959 silly decomposeActions fetch [email protected]
960 silly decomposeActions extract [email protected]
961 silly decomposeActions preinstall [email protected]
962 silly decomposeActions build [email protected]
963 silly decomposeActions install [email protected]
964 silly decomposeActions postinstall [email protected]
965 silly decomposeActions finalize [email protected]
966 silly decomposeActions refresh-package-json [email protected]
967 silly decomposeActions fetch [email protected]
968 silly decomposeActions extract [email protected]
969 silly decomposeActions preinstall [email protected]
970 silly decomposeActions build [email protected]
971 silly decomposeActions install [email protected]
972 silly decomposeActions postinstall [email protected]
973 silly decomposeActions finalize [email protected]
974 silly decomposeActions refresh-package-json [email protected]
975 silly decomposeActions fetch [email protected]
976 silly decomposeActions extract [email protected]
977 silly decomposeActions preinstall [email protected]
978 silly decomposeActions build [email protected]
979 silly decomposeActions install [email protected]
980 silly decomposeActions postinstall [email protected]
981 silly decomposeActions finalize [email protected]
982 silly decomposeActions refresh-package-json [email protected]
983 silly decomposeActions fetch [email protected]
984 silly decomposeActions extract [email protected]
985 silly decomposeActions preinstall [email protected]
986 silly decomposeActions build [email protected]
987 silly decomposeActions install [email protected]
988 silly decomposeActions postinstall [email protected]
989 silly decomposeActions finalize [email protected]
990 silly decomposeActions refresh-package-json [email protected]
991 silly decomposeActions fetch [email protected]
992 silly decomposeActions extract [email protected]
993 silly decomposeActions preinstall [email protected]
994 silly decomposeActions build [email protected]
995 silly decomposeActions install [email protected]
996 silly decomposeActions postinstall [email protected]
997 silly decomposeActions finalize [email protected]
998 silly decomposeActions refresh-package-json [email protected]
999 silly decomposeActions fetch [email protected]
1000 silly decomposeActions extract [email protected]
1001 silly decomposeActions preinstall [email protected]
1002 silly decomposeActions build [email protected]
1003 silly decomposeActions install [email protected]
1004 silly decomposeActions postinstall [email protected]
1005 silly decomposeActions finalize [email protected]
1006 silly decomposeActions refresh-package-json [email protected]
1007 silly decomposeActions fetch [email protected]
1008 silly decomposeActions extract [email protected]
1009 silly decomposeActions preinstall [email protected]
1010 silly decomposeActions build [email protected]
1011 silly decomposeActions install [email protected]
1012 silly decomposeActions postinstall [email protected]
1013 silly decomposeActions finalize [email protected]
1014 silly decomposeActions refresh-package-json [email protected]
1015 silly decomposeActions fetch [email protected]
1016 silly decomposeActions extract [email protected]
1017 silly decomposeActions preinstall [email protected]
1018 silly decomposeActions build [email protected]
1019 silly decomposeActions install [email protected]
1020 silly decomposeActions postinstall [email protected]
1021 silly decomposeActions finalize [email protected]
1022 silly decomposeActions refresh-package-json [email protected]
1023 silly decomposeActions fetch [email protected]
1024 silly decomposeActions extract [email protected]
1025 silly decomposeActions preinstall [email protected]
1026 silly decomposeActions build [email protected]
1027 silly decomposeActions install [email protected]
1028 silly decomposeActions postinstall [email protected]
1029 silly decomposeActions finalize [email protected]
1030 silly decomposeActions refresh-package-json [email protected]
1031 silly decomposeActions fetch [email protected]
1032 silly decomposeActions extract [email protected]
1033 silly decomposeActions preinstall [email protected]
1034 silly decomposeActions build [email protected]
1035 silly decomposeActions install [email protected]
1036 silly decomposeActions postinstall [email protected]
1037 silly decomposeActions finalize [email protected]
1038 silly decomposeActions refresh-package-json [email protected]
1039 silly decomposeActions fetch [email protected]
1040 silly decomposeActions extract [email protected]
1041 silly decomposeActions preinstall [email protected]
1042 silly decomposeActions build [email protected]
1043 silly decomposeActions install [email protected]
1044 silly decomposeActions postinstall [email protected]
1045 silly decomposeActions finalize [email protected]
1046 silly decomposeActions refresh-package-json [email protected]
1047 silly decomposeActions fetch [email protected]
1048 silly decomposeActions extract [email protected]
1049 silly decomposeActions preinstall [email protected]
1050 silly decomposeActions build [email protected]
1051 silly decomposeActions install [email protected]
1052 silly decomposeActions postinstall [email protected]
1053 silly decomposeActions finalize [email protected]
1054 silly decomposeActions refresh-package-json [email protected]
1055 silly decomposeActions fetch [email protected]
1056 silly decomposeActions extract [email protected]
1057 silly decomposeActions preinstall [email protected]
1058 silly decomposeActions build [email protected]
1059 silly decomposeActions install [email protected]
1060 silly decomposeActions postinstall [email protected]
1061 silly decomposeActions finalize [email protected]
1062 silly decomposeActions refresh-package-json [email protected]
1063 silly decomposeActions fetch [email protected]
1064 silly decomposeActions extract [email protected]
1065 silly decomposeActions preinstall [email protected]
1066 silly decomposeActions build [email protected]
1067 silly decomposeActions install [email protected]
1068 silly decomposeActions postinstall [email protected]
1069 silly decomposeActions finalize [email protected]
1070 silly decomposeActions refresh-package-json [email protected]
1071 silly decomposeActions fetch [email protected]
1072 silly decomposeActions extract [email protected]
1073 silly decomposeActions preinstall [email protected]
1074 silly decomposeActions build [email protected]
1075 silly decomposeActions install [email protected]
1076 silly decomposeActions postinstall [email protected]
1077 silly decomposeActions finalize [email protected]
1078 silly decomposeActions refresh-package-json [email protected]
1079 silly decomposeActions fetch [email protected]
1080 silly decomposeActions extract [email protected]
1081 silly decomposeActions preinstall [email protected]
1082 silly decomposeActions build [email protected]
1083 silly decomposeActions install [email protected]
1084 silly decomposeActions postinstall [email protected]
1085 silly decomposeActions finalize [email protected]
1086 silly decomposeActions refresh-package-json [email protected]
1087 silly decomposeActions fetch [email protected]
1088 silly decomposeActions extract [email protected]
1089 silly decomposeActions preinstall [email protected]
1090 silly decomposeActions build [email protected]
1091 silly decomposeActions install [email protected]
1092 silly decomposeActions postinstall [email protected]
1093 silly decomposeActions finalize [email protected]
1094 silly decomposeActions refresh-package-json [email protected]
1095 silly decomposeActions fetch [email protected]
1096 silly decomposeActions extract [email protected]
1097 silly decomposeActions preinstall [email protected]
1098 silly decomposeActions build [email protected]
1099 silly decomposeActions install [email protected]
1100 silly decomposeActions postinstall [email protected]
1101 silly decomposeActions finalize [email protected]
1102 silly decomposeActions refresh-package-json [email protected]
1103 silly decomposeActions fetch [email protected]
1104 silly decomposeActions extract [email protected]
1105 silly decomposeActions preinstall [email protected]
1106 silly decomposeActions build [email protected]
1107 silly decomposeActions install [email protected]
1108 silly decomposeActions postinstall [email protected]
1109 silly decomposeActions finalize [email protected]
1110 silly decomposeActions refresh-package-json [email protected]
1111 silly decomposeActions fetch [email protected]
1112 silly decomposeActions extract [email protected]
1113 silly decomposeActions preinstall [email protected]
1114 silly decomposeActions build [email protected]
1115 silly decomposeActions install [email protected]
1116 silly decomposeActions postinstall [email protected]
1117 silly decomposeActions finalize [email protected]
1118 silly decomposeActions refresh-package-json [email protected]
1119 silly decomposeActions fetch [email protected]
1120 silly decomposeActions extract [email protected]
1121 silly decomposeActions preinstall [email protected]
1122 silly decomposeActions build [email protected]
1123 silly decomposeActions install [email protected]
1124 silly decomposeActions postinstall [email protected]
1125 silly decomposeActions finalize [email protected]
1126 silly decomposeActions refresh-package-json [email protected]
1127 silly decomposeActions fetch [email protected]
1128 silly decomposeActions extract [email protected]
1129 silly decomposeActions preinstall [email protected]
1130 silly decomposeActions build [email protected]
1131 silly decomposeActions install [email protected]
1132 silly decomposeActions postinstall [email protected]
1133 silly decomposeActions finalize [email protected]
1134 silly decomposeActions refresh-package-json [email protected]
1135 silly decomposeActions fetch [email protected]
1136 silly decomposeActions extract [email protected]
1137 silly decomposeActions preinstall [email protected]
1138 silly decomposeActions build [email protected]
1139 silly decomposeActions install [email protected]
1140 silly decomposeActions postinstall [email protected]
1141 silly decomposeActions finalize [email protected]
1142 silly decomposeActions refresh-package-json [email protected]
1143 silly decomposeActions fetch [email protected]
1144 silly decomposeActions extract [email protected]
1145 silly decomposeActions preinstall [email protected]
1146 silly decomposeActions build [email protected]
1147 silly decomposeActions install [email protected]
1148 silly decomposeActions postinstall [email protected]
1149 silly decomposeActions finalize [email protected]
1150 silly decomposeActions refresh-package-json [email protected]
1151 silly decomposeActions fetch [email protected]
1152 silly decomposeActions extract [email protected]
1153 silly decomposeActions preinstall [email protected]
1154 silly decomposeActions build [email protected]
1155 silly decomposeActions install [email protected]
1156 silly decomposeActions postinstall [email protected]
1157 silly decomposeActions finalize [email protected]
1158 silly decomposeActions refresh-package-json [email protected]
1159 silly decomposeActions fetch [email protected]
1160 silly decomposeActions extract [email protected]
1161 silly decomposeActions preinstall [email protected]
1162 silly decomposeActions build [email protected]
1163 silly decomposeActions install [email protected]
1164 silly decomposeActions postinstall [email protected]
1165 silly decomposeActions finalize [email protected]
1166 silly decomposeActions refresh-package-json [email protected]
1167 silly decomposeActions fetch [email protected]
1168 silly decomposeActions extract [email protected]
1169 silly decomposeActions preinstall [email protected]
1170 silly decomposeActions build [email protected]
1171 silly decomposeActions install [email protected]
1172 silly decomposeActions postinstall [email protected]
1173 silly decomposeActions finalize [email protected]
1174 silly decomposeActions refresh-package-json [email protected]
1175 silly decomposeActions fetch [email protected]
1176 silly decomposeActions extract [email protected]
1177 silly decomposeActions preinstall [email protected]
1178 silly decomposeActions build [email protected]
1179 silly decomposeActions install [email protected]
1180 silly decomposeActions postinstall [email protected]
1181 silly decomposeActions finalize [email protected]
1182 silly decomposeActions refresh-package-json [email protected]
1183 silly decomposeActions fetch [email protected]
1184 silly decomposeActions extract [email protected]
1185 silly decomposeActions preinstall [email protected]
1186 silly decomposeActions build [email protected]
1187 silly decomposeActions install [email protected]
1188 silly decomposeActions postinstall [email protected]
1189 silly decomposeActions finalize [email protected]
1190 silly decomposeActions refresh-package-json [email protected]
1191 silly decomposeActions fetch [email protected]
1192 silly decomposeActions extract [email protected]
1193 silly decomposeActions preinstall [email protected]
1194 silly decomposeActions build [email protected]
1195 silly decomposeActions install [email protected]
1196 silly decomposeActions postinstall [email protected]
1197 silly decomposeActions finalize [email protected]
1198 silly decomposeActions refresh-package-json [email protected]
1199 silly decomposeActions fetch [email protected]
1200 silly decomposeActions extract [email protected]
1201 silly decomposeActions preinstall [email protected]
1202 silly decomposeActions build [email protected]
1203 silly decomposeActions install [email protected]
1204 silly decomposeActions postinstall [email protected]
1205 silly decomposeActions finalize [email protected]
1206 silly decomposeActions refresh-package-json [email protected]
1207 silly decomposeActions fetch [email protected]
1208 silly decomposeActions extract [email protected]
1209 silly decomposeActions preinstall [email protected]
1210 silly decomposeActions build [email protected]
1211 silly decomposeActions install [email protected]
1212 silly decomposeActions postinstall [email protected]
1213 silly decomposeActions finalize [email protected]
1214 silly decomposeActions refresh-package-json [email protected]
1215 silly decomposeActions fetch [email protected]
1216 silly decomposeActions extract [email protected]
1217 silly decomposeActions preinstall [email protected]
1218 silly decomposeActions build [email protected]
1219 silly decomposeActions install [email protected]
1220 silly decomposeActions postinstall [email protected]
1221 silly decomposeActions finalize [email protected]
1222 silly decomposeActions refresh-package-json [email protected]
1223 silly decomposeActions fetch [email protected]
1224 silly decomposeActions extract [email protected]
1225 silly decomposeActions preinstall [email protected]
1226 silly decomposeActions build [email protected]
1227 silly decomposeActions install [email protected]
1228 silly decomposeActions postinstall [email protected]
1229 silly decomposeActions finalize [email protected]
1230 silly decomposeActions refresh-package-json [email protected]
1231 silly decomposeActions fetch [email protected]
1232 silly decomposeActions extract [email protected]
1233 silly decomposeActions preinstall [email protected]
1234 silly decomposeActions build [email protected]
1235 silly decomposeActions install [email protected]
1236 silly decomposeActions postinstall [email protected]
1237 silly decomposeActions finalize [email protected]
1238 silly decomposeActions refresh-package-json [email protected]
1239 silly decomposeActions fetch [email protected]
1240 silly decomposeActions extract [email protected]
1241 silly decomposeActions preinstall [email protected]
1242 silly decomposeActions build [email protected]
1243 silly decomposeActions install [email protected]
1244 silly decomposeActions postinstall [email protected]
1245 silly decomposeActions finalize [email protected]
1246 silly decomposeActions refresh-package-json [email protected]
1247 silly decomposeActions fetch [email protected]
1248 silly decomposeActions extract [email protected]
1249 silly decomposeActions preinstall [email protected]
1250 silly decomposeActions build [email protected]
1251 silly decomposeActions install [email protected]
1252 silly decomposeActions postinstall [email protected]
1253 silly decomposeActions finalize [email protected]
1254 silly decomposeActions refresh-package-json [email protected]
1255 silly decomposeActions fetch [email protected]
1256 silly decomposeActions extract [email protected]
1257 silly decomposeActions preinstall [email protected]
1258 silly decomposeActions build [email protected]
1259 silly decomposeActions install [email protected]
1260 silly decomposeActions postinstall [email protected]
1261 silly decomposeActions finalize [email protected]
1262 silly decomposeActions refresh-package-json [email protected]
1263 silly decomposeActions fetch [email protected]
1264 silly decomposeActions extract [email protected]
1265 silly decomposeActions preinstall [email protected]
1266 silly decomposeActions build [email protected]
1267 silly decomposeActions install [email protected]
1268 silly decomposeActions postinstall [email protected]
1269 silly decomposeActions finalize [email protected]
1270 silly decomposeActions refresh-package-json [email protected]
1271 silly decomposeActions fetch [email protected]
1272 silly decomposeActions extract [email protected]
1273 silly decomposeActions preinstall [email protected]
1274 silly decomposeActions build [email protected]
1275 silly decomposeActions install [email protected]
1276 silly decomposeActions postinstall [email protected]
1277 silly decomposeActions finalize [email protected]
1278 silly decomposeActions refresh-package-json [email protected]
1279 silly decomposeActions fetch [email protected]
1280 silly decomposeActions extract [email protected]
1281 silly decomposeActions preinstall [email protected]
1282 silly decomposeActions build [email protected]
1283 silly decomposeActions install [email protected]
1284 silly decomposeActions postinstall [email protected]
1285 silly decomposeActions finalize [email protected]
1286 silly decomposeActions refresh-package-json [email protected]
1287 silly decomposeActions fetch [email protected]
1288 silly decomposeActions extract [email protected]
1289 silly decomposeActions preinstall [email protected]
1290 silly decomposeActions build [email protected]
1291 silly decomposeActions install [email protected]
1292 silly decomposeActions postinstall [email protected]
1293 silly decomposeActions finalize [email protected]
1294 silly decomposeActions refresh-package-json [email protected]
1295 silly decomposeActions fetch [email protected]
1296 silly decomposeActions extract [email protected]
1297 silly decomposeActions preinstall [email protected]
1298 silly decomposeActions build [email protected]
1299 silly decomposeActions install [email protected]
1300 silly decomposeActions postinstall [email protected]
1301 silly decomposeActions finalize [email protected]
1302 silly decomposeActions refresh-package-json [email protected]
1303 silly decomposeActions fetch [email protected]
1304 silly decomposeActions extract [email protected]
1305 silly decomposeActions preinstall [email protected]
1306 silly decomposeActions build [email protected]
1307 silly decomposeActions install [email protected]
1308 silly decomposeActions postinstall [email protected]
1309 silly decomposeActions finalize [email protected]
1310 silly decomposeActions refresh-package-json [email protected]
1311 silly decomposeActions fetch [email protected]
1312 silly decomposeActions extract [email protected]
1313 silly decomposeActions preinstall [email protected]
1314 silly decomposeActions build [email protected]
1315 silly decomposeActions install [email protected]
1316 silly decomposeActions postinstall [email protected]
1317 silly decomposeActions finalize [email protected]
1318 silly decomposeActions refresh-package-json [email protected]
1319 silly decomposeActions fetch [email protected]
1320 silly decomposeActions extract [email protected]
1321 silly decomposeActions preinstall [email protected]
1322 silly decomposeActions build [email protected]
1323 silly decomposeActions install [email protected]
1324 silly decomposeActions postinstall [email protected]
1325 silly decomposeActions finalize [email protected]
1326 silly decomposeActions refresh-package-json [email protected]
1327 silly decomposeActions fetch [email protected]
1328 silly decomposeActions extract [email protected]
1329 silly decomposeActions preinstall [email protected]
1330 silly decomposeActions build [email protected]
1331 silly decomposeActions install [email protected]
1332 silly decomposeActions postinstall [email protected]
1333 silly decomposeActions finalize [email protected]
1334 silly decomposeActions refresh-package-json [email protected]
1335 silly decomposeActions fetch [email protected]
1336 silly decomposeActions extract [email protected]
1337 silly decomposeActions preinstall [email protected]
1338 silly decomposeActions build [email protected]
1339 silly decomposeActions install [email protected]
1340 silly decomposeActions postinstall [email protected]
1341 silly decomposeActions finalize [email protected]
1342 silly decomposeActions refresh-package-json [email protected]
1343 silly decomposeActions fetch [email protected]
1344 silly decomposeActions extract [email protected]
1345 silly decomposeActions preinstall [email protected]
1346 silly decomposeActions build [email protected]
1347 silly decomposeActions install [email protected]
1348 silly decomposeActions postinstall [email protected]
1349 silly decomposeActions finalize [email protected]
1350 silly decomposeActions refresh-package-json [email protected]
1351 silly decomposeActions fetch [email protected]
1352 silly decomposeActions extract [email protected]
1353 silly decomposeActions preinstall [email protected]
1354 silly decomposeActions build [email protected]
1355 silly decomposeActions install [email protected]
1356 silly decomposeActions postinstall [email protected]
1357 silly decomposeActions finalize [email protected]
1358 silly decomposeActions refresh-package-json [email protected]
1359 silly decomposeActions fetch [email protected]
1360 silly decomposeActions extract [email protected]
1361 silly decomposeActions preinstall [email protected]
1362 silly decomposeActions build [email protected]
1363 silly decomposeActions install [email protected]
1364 silly decomposeActions postinstall [email protected]
1365 silly decomposeActions finalize [email protected]
1366 silly decomposeActions refresh-package-json [email protected]
1367 silly decomposeActions fetch [email protected]
1368 silly decomposeActions extract [email protected]
1369 silly decomposeActions preinstall [email protected]
1370 silly decomposeActions build [email protected]
1371 silly decomposeActions install [email protected]
1372 silly decomposeActions postinstall [email protected]
1373 silly decomposeActions finalize [email protected]
1374 silly decomposeActions refresh-package-json [email protected]
1375 silly decomposeActions fetch [email protected]
1376 silly decomposeActions extract [email protected]
1377 silly decomposeActions preinstall [email protected]
1378 silly decomposeActions build [email protected]
1379 silly decomposeActions install [email protected]
1380 silly decomposeActions postinstall [email protected]
1381 silly decomposeActions finalize [email protected]
1382 silly decomposeActions refresh-package-json [email protected]
1383 silly decomposeActions fetch [email protected]
1384 silly decomposeActions extract [email protected]
1385 silly decomposeActions preinstall [email protected]
1386 silly decomposeActions build [email protected]
1387 silly decomposeActions install [email protected]
1388 silly decomposeActions postinstall [email protected]
1389 silly decomposeActions finalize [email protected]
1390 silly decomposeActions refresh-package-json [email protected]
1391 silly decomposeActions fetch [email protected]
1392 silly decomposeActions extract [email protected]
1393 silly decomposeActions preinstall [email protected]
1394 silly decomposeActions build [email protected]
1395 silly decomposeActions install [email protected]
1396 silly decomposeActions postinstall [email protected]
1397 silly decomposeActions finalize [email protected]
1398 silly decomposeActions refresh-package-json [email protected]
1399 silly decomposeActions fetch [email protected]
1400 silly decomposeActions extract [email protected]
1401 silly decomposeActions preinstall [email protected]
1402 silly decomposeActions build [email protected]
1403 silly decomposeActions install [email protected]
1404 silly decomposeActions postinstall [email protected]
1405 silly decomposeActions finalize [email protected]
1406 silly decomposeActions refresh-package-json [email protected]
1407 silly decomposeActions fetch [email protected]
1408 silly decomposeActions extract [email protected]
1409 silly decomposeActions preinstall [email protected]
1410 silly decomposeActions build [email protected]
1411 silly decomposeActions install [email protected]
1412 silly decomposeActions postinstall [email protected]
1413 silly decomposeActions finalize [email protected]
1414 silly decomposeActions refresh-package-json [email protected]
1415 silly decomposeActions fetch [email protected]
1416 silly decomposeActions extract [email protected]
1417 silly decomposeActions preinstall [email protected]
1418 silly decomposeActions build [email protected]
1419 silly decomposeActions install [email protected]
1420 silly decomposeActions postinstall [email protected]
1421 silly decomposeActions finalize [email protected]
1422 silly decomposeActions refresh-package-json [email protected]
1423 silly decomposeActions fetch [email protected]
1424 silly decomposeActions extract [email protected]
1425 silly decomposeActions preinstall [email protected]
1426 silly decomposeActions build [email protected]
1427 silly decomposeActions install [email protected]
1428 silly decomposeActions postinstall [email protected]
1429 silly decomposeActions finalize [email protected]
1430 silly decomposeActions refresh-package-json [email protected]
1431 silly decomposeActions fetch [email protected]
1432 silly decomposeActions extract [email protected]
1433 silly decomposeActions preinstall [email protected]
1434 silly decomposeActions build [email protected]
1435 silly decomposeActions install [email protected]
1436 silly decomposeActions postinstall [email protected]
1437 silly decomposeActions finalize [email protected]
1438 silly decomposeActions refresh-package-json [email protected]
1439 silly decomposeActions fetch [email protected]
1440 silly decomposeActions extract [email protected]
1441 silly decomposeActions preinstall [email protected]
1442 silly decomposeActions build [email protected]
1443 silly decomposeActions install [email protected]
1444 silly decomposeActions postinstall [email protected]
1445 silly decomposeActions finalize [email protected]
1446 silly decomposeActions refresh-package-json [email protected]
1447 silly decomposeActions fetch [email protected]
1448 silly decomposeActions extract [email protected]
1449 silly decomposeActions preinstall [email protected]
1450 silly decomposeActions build [email protected]
1451 silly decomposeActions install [email protected]
1452 silly decomposeActions postinstall [email protected]
1453 silly decomposeActions finalize [email protected]
1454 silly decomposeActions refresh-package-json [email protected]
1455 silly decomposeActions fetch [email protected]
1456 silly decomposeActions extract [email protected]
1457 silly decomposeActions preinstall [email protected]
1458 silly decomposeActions build [email protected]
1459 silly decomposeActions install [email protected]
1460 silly decomposeActions postinstall [email protected]
1461 silly decomposeActions finalize [email protected]
1462 silly decomposeActions refresh-package-json [email protected]
1463 silly decomposeActions fetch [email protected]
1464 silly decomposeActions extract [email protected]
1465 silly decomposeActions preinstall [email protected]
1466 silly decomposeActions build [email protected]
1467 silly decomposeActions install [email protected]
1468 silly decomposeActions postinstall [email protected]
1469 silly decomposeActions finalize [email protected]
1470 silly decomposeActions refresh-package-json [email protected]
1471 silly decomposeActions fetch [email protected]
1472 silly decomposeActions extract [email protected]
1473 silly decomposeActions preinstall [email protected]
1474 silly decomposeActions build [email protected]
1475 silly decomposeActions install [email protected]
1476 silly decomposeActions postinstall [email protected]
1477 silly decomposeActions finalize [email protected]
1478 silly decomposeActions refresh-package-json [email protected]
1479 silly decomposeActions fetch [email protected]
1480 silly decomposeActions extract [email protected]
1481 silly decomposeActions preinstall [email protected]
1482 silly decomposeActions build [email protected]
1483 silly decomposeActions install [email protected]
1484 silly decomposeActions postinstall [email protected]
1485 silly decomposeActions finalize [email protected]
1486 silly decomposeActions refresh-package-json [email protected]
1487 silly decomposeActions fetch [email protected]
1488 silly decomposeActions extract [email protected]
1489 silly decomposeActions preinstall [email protected]
1490 silly decomposeActions build [email protected]
1491 silly decomposeActions install [email protected]
1492 silly decomposeActions postinstall [email protected]
1493 silly decomposeActions finalize [email protected]
1494 silly decomposeActions refresh-package-json [email protected]
1495 silly decomposeActions fetch [email protected]
1496 silly decomposeActions extract [email protected]
1497 silly decomposeActions preinstall [email protected]
1498 silly decomposeActions build [email protected]
1499 silly decomposeActions install [email protected]
1500 silly decomposeActions postinstall [email protected]
1501 silly decomposeActions finalize [email protected]
1502 silly decomposeActions refresh-package-json [email protected]
1503 silly decomposeActions fetch [email protected]
1504 silly decomposeActions extract [email protected]
1505 silly decomposeActions preinstall [email protected]
1506 silly decomposeActions build [email protected]
1507 silly decomposeActions install [email protected]
1508 silly decomposeActions postinstall [email protected]
1509 silly decomposeActions finalize [email protected]
1510 silly decomposeActions refresh-package-json [email protected]
1511 silly decomposeActions fetch [email protected]
1512 silly decomposeActions extract [email protected]
1513 silly decomposeActions preinstall [email protected]
1514 silly decomposeActions build [email protected]
1515 silly decomposeActions install [email protected]
1516 silly decomposeActions postinstall [email protected]
1517 silly decomposeActions finalize [email protected]
1518 silly decomposeActions refresh-package-json [email protected]
1519 silly decomposeActions fetch [email protected]
1520 silly decomposeActions extract [email protected]
1521 silly decomposeActions preinstall [email protected]
1522 silly decomposeActions build [email protected]
1523 silly decomposeActions install [email protected]
1524 silly decomposeActions postinstall [email protected]
1525 silly decomposeActions finalize [email protected]
1526 silly decomposeActions refresh-package-json [email protected]
1527 silly decomposeActions fetch [email protected]
1528 silly decomposeActions extract [email protected]
1529 silly decomposeActions preinstall [email protected]
1530 silly decomposeActions build [email protected]
1531 silly decomposeActions install [email protected]
1532 silly decomposeActions postinstall [email protected]
1533 silly decomposeActions finalize [email protected]
1534 silly decomposeActions refresh-package-json [email protected]
1535 silly decomposeActions fetch [email protected]
1536 silly decomposeActions extract [email protected]
1537 silly decomposeActions preinstall [email protected]
1538 silly decomposeActions build [email protected]
1539 silly decomposeActions install [email protected]
1540 silly decomposeActions postinstall [email protected]
1541 silly decomposeActions finalize [email protected]
1542 silly decomposeActions refresh-package-json [email protected]
1543 silly decomposeActions fetch [email protected]
1544 silly decomposeActions extract [email protected]
1545 silly decomposeActions preinstall [email protected]
1546 silly decomposeActions build [email protected]
1547 silly decomposeActions install [email protected]
1548 silly decomposeActions postinstall [email protected]
1549 silly decomposeActions finalize [email protected]
1550 silly decomposeActions refresh-package-json [email protected]
1551 silly decomposeActions fetch [email protected]
1552 silly decomposeActions extract [email protected]
1553 silly decomposeActions preinstall [email protected]
1554 silly decomposeActions build [email protected]
1555 silly decomposeActions install [email protected]
1556 silly decomposeActions postinstall [email protected]
1557 silly decomposeActions finalize [email protected]
1558 silly decomposeActions refresh-package-json [email protected]
1559 silly decomposeActions fetch [email protected]
1560 silly decomposeActions extract [email protected]
1561 silly decomposeActions preinstall [email protected]
1562 silly decomposeActions build [email protected]
1563 silly decomposeActions install [email protected]
1564 silly decomposeActions postinstall [email protected]
1565 silly decomposeActions finalize [email protected]
1566 silly decomposeActions refresh-package-json [email protected]
1567 silly decomposeActions fetch [email protected]
1568 silly decomposeActions extract [email protected]
1569 silly decomposeActions preinstall [email protected]
1570 silly decomposeActions build [email protected]
1571 silly decomposeActions install [email protected]
1572 silly decomposeActions postinstall [email protected]
1573 silly decomposeActions finalize [email protected]
1574 silly decomposeActions refresh-package-json [email protected]
1575 silly decomposeActions fetch [email protected]
1576 silly decomposeActions extract [email protected]
1577 silly decomposeActions preinstall [email protected]
1578 silly decomposeActions build [email protected]
1579 silly decomposeActions install [email protected]
1580 silly decomposeActions postinstall [email protected]
1581 silly decomposeActions finalize [email protected]
1582 silly decomposeActions refresh-package-json [email protected]
1583 silly decomposeActions fetch [email protected]
1584 silly decomposeActions extract [email protected]
1585 silly decomposeActions preinstall [email protected]
1586 silly decomposeActions build [email protected]
1587 silly decomposeActions install [email protected]
1588 silly decomposeActions postinstall [email protected]
1589 silly decomposeActions finalize [email protected]
1590 silly decomposeActions refresh-package-json [email protected]
1591 silly decomposeActions fetch [email protected]
1592 silly decomposeActions extract [email protected]
1593 silly decomposeActions preinstall [email protected]
1594 silly decomposeActions build [email protected]
1595 silly decomposeActions install [email protected]
1596 silly decomposeActions postinstall [email protected]
1597 silly decomposeActions finalize [email protected]
1598 silly decomposeActions refresh-package-json [email protected]
1599 silly decomposeActions fetch [email protected]
1600 silly decomposeActions extract [email protected]
1601 silly decomposeActions preinstall [email protected]
1602 silly decomposeActions build [email protected]
1603 silly decomposeActions install [email protected]
1604 silly decomposeActions postinstall [email protected]
1605 silly decomposeActions finalize [email protected]
1606 silly decomposeActions refresh-package-json [email protected]
1607 silly decomposeActions fetch [email protected]
1608 silly decomposeActions extract [email protected]
1609 silly decomposeActions preinstall [email protected]
1610 silly decomposeActions build [email protected]
1611 silly decomposeActions install [email protected]
1612 silly decomposeActions postinstall [email protected]
1613 silly decomposeActions finalize [email protected]
1614 silly decomposeActions refresh-package-json [email protected]
1615 silly decomposeActions fetch [email protected]
1616 silly decomposeActions extract [email protected]
1617 silly decomposeActions preinstall [email protected]
1618 silly decomposeActions build [email protected]
1619 silly decomposeActions install [email protected]
1620 silly decomposeActions postinstall [email protected]
1621 silly decomposeActions finalize [email protected]
1622 silly decomposeActions refresh-package-json [email protected]
1623 silly decomposeActions fetch [email protected]
1624 silly decomposeActions extract [email protected]
1625 silly decomposeActions preinstall [email protected]
1626 silly decomposeActions build [email protected]
1627 silly decomposeActions install [email protected]
1628 silly decomposeActions postinstall [email protected]
1629 silly decomposeActions finalize [email protected]
1630 silly decomposeActions refresh-package-json [email protected]
1631 silly decomposeActions fetch [email protected]
1632 silly decomposeActions extract [email protected]
1633 silly decomposeActions preinstall [email protected]
1634 silly decomposeActions build [email protected]
1635 silly decomposeActions install [email protected]
1636 silly decomposeActions postinstall [email protected]
1637 silly decomposeActions finalize [email protected]
1638 silly decomposeActions refresh-package-json [email protected]
1639 silly decomposeActions fetch [email protected]
1640 silly decomposeActions extract [email protected]
1641 silly decomposeActions preinstall [email protected]
1642 silly decomposeActions build [email protected]
1643 silly decomposeActions install [email protected]
1644 silly decomposeActions postinstall [email protected]
1645 silly decomposeActions finalize [email protected]
1646 silly decomposeActions refresh-package-json [email protected]
1647 silly decomposeActions fetch [email protected]
1648 silly decomposeActions extract [email protected]
1649 silly decomposeActions preinstall [email protected]
1650 silly decomposeActions build [email protected]
1651 silly decomposeActions install [email protected]
1652 silly decomposeActions postinstall [email protected]
1653 silly decomposeActions finalize [email protected]
1654 silly decomposeActions refresh-package-json [email protected]
1655 silly decomposeActions fetch [email protected]
1656 silly decomposeActions extract [email protected]
1657 silly decomposeActions preinstall [email protected]
1658 silly decomposeActions build [email protected]
1659 silly decomposeActions install [email protected]
1660 silly decomposeActions postinstall [email protected]
1661 silly decomposeActions finalize [email protected]
1662 silly decomposeActions refresh-package-json [email protected]
1663 silly decomposeActions fetch [email protected]
1664 silly decomposeActions extract [email protected]
1665 silly decomposeActions preinstall [email protected]
1666 silly decomposeActions build [email protected]
1667 silly decomposeActions install [email protected]
1668 silly decomposeActions postinstall [email protected]
1669 silly decomposeActions finalize [email protected]
1670 silly decomposeActions refresh-package-json [email protected]
1671 silly decomposeActions fetch [email protected]
1672 silly decomposeActions extract [email protected]
1673 silly decomposeActions preinstall [email protected]
1674 silly decomposeActions build [email protected]
1675 silly decomposeActions install [email protected]
1676 silly decomposeActions postinstall [email protected]
1677 silly decomposeActions finalize [email protected]
1678 silly decomposeActions refresh-package-json [email protected]
1679 silly decomposeActions fetch [email protected]
1680 silly decomposeActions extract [email protected]
1681 silly decomposeActions preinstall [email protected]
1682 silly decomposeActions build [email protected]
1683 silly decomposeActions install [email protected]
1684 silly decomposeActions postinstall [email protected]
1685 silly decomposeActions finalize [email protected]
1686 silly decomposeActions refresh-package-json [email protected]
1687 silly decomposeActions fetch [email protected]
1688 silly decomposeActions extract [email protected]
1689 silly decomposeActions preinstall [email protected]
1690 silly decomposeActions build [email protected]
1691 silly decomposeActions install [email protected]
1692 silly decomposeActions postinstall [email protected]
1693 silly decomposeActions finalize [email protected]
1694 silly decomposeActions refresh-package-json [email protected]
1695 silly decomposeActions fetch [email protected]
1696 silly decomposeActions extract [email protected]
1697 silly decomposeActions preinstall [email protected]
1698 silly decomposeActions build [email protected]
1699 silly decomposeActions install [email protected]
1700 silly decomposeActions postinstall [email protected]
1701 silly decomposeActions finalize [email protected]
1702 silly decomposeActions refresh-package-json [email protected]
1703 silly decomposeActions fetch [email protected]
1704 silly decomposeActions extract [email protected]
1705 silly decomposeActions preinstall [email protected]
1706 silly decomposeActions build [email protected]
1707 silly decomposeActions install [email protected]
1708 silly decomposeActions postinstall [email protected]
1709 silly decomposeActions finalize [email protected]
1710 silly decomposeActions refresh-package-json [email protected]
1711 silly decomposeActions fetch [email protected]
1712 silly decomposeActions extract [email protected]
1713 silly decomposeActions preinstall [email protected]
1714 silly decomposeActions build [email protected]
1715 silly decomposeActions install [email protected]
1716 silly decomposeActions postinstall [email protected]
1717 silly decomposeActions finalize [email protected]
1718 silly decomposeActions refresh-package-json [email protected]
1719 silly decomposeActions fetch [email protected]
1720 silly decomposeActions extract [email protected]
1721 silly decomposeActions preinstall [email protected]
1722 silly decomposeActions build [email protected]
1723 silly decomposeActions install [email protected]
1724 silly decomposeActions postinstall [email protected]
1725 silly decomposeActions finalize [email protected]
1726 silly decomposeActions refresh-package-json [email protected]
1727 silly install executeActions
1728 silly doSerial global-install 1144
1729 verbose correctMkdir /Users/soonsantos/.npm/_locks correctMkdir not in flight; initializing
1730 verbose lock using /Users/soonsantos/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging
1731 silly doParallel extract 143
1732 silly extract [email protected]
1733 silly extract [email protected]
1734 silly extract [email protected]
1735 silly extract [email protected]
1736 silly extract [email protected]
1737 silly extract [email protected]
1738 silly extract [email protected]
1739 silly extract [email protected]
1740 silly extract [email protected]
1741 silly extract [email protected]
1742 silly extract [email protected]
1743 silly extract [email protected]
1744 silly extract [email protected]
1745 silly extract [email protected]
1746 silly extract [email protected]
1747 silly extract [email protected]
1748 silly extract [email protected]
1749 silly extract [email protected]
1750 silly extract [email protected]
1751 silly extract [email protected]
1752 silly extract [email protected]
1753 silly extract [email protected]
1754 silly extract [email protected]
1755 silly extract [email protected]
1756 silly extract [email protected]
1757 silly extract [email protected]
1758 silly extract [email protected]
1759 silly extract [email protected]
1760 silly extract [email protected]
1761 silly extract [email protected]
1762 silly extract [email protected]
1763 silly extract [email protected]
1764 silly extract [email protected]
1765 silly extract [email protected]
1766 silly extract [email protected]
1767 silly extract [email protected]
1768 silly extract [email protected]
1769 silly extract [email protected]
1770 silly extract [email protected]
1771 silly extract [email protected]
1772 silly extract [email protected]
1773 silly extract [email protected]
1774 silly extract [email protected]
1775 silly extract [email protected]
1776 silly extract [email protected]
1777 silly extract [email protected]
1778 silly extract [email protected]
1779 silly extract [email protected]
1780 silly extract [email protected]
1781 silly extract [email protected]
1782 silly tarball trying abbrev@1 by hash: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
1783 silly tarball trying aproba@^1.0.3 by hash: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
1784 silly tarball trying asap@~2.0.3 by hash: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
1785 silly tarball trying ansi-regex@^2.0.0 by hash: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
1786 silly tarball trying assert-plus@^1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
1787 silly tarball trying asynckit@^0.4.0 by hash: sha1-x57Zf380y48robyXkLzDZkdLS3k=
1788 silly tarball trying aws-sign2@~0.7.0 by hash: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
1789 silly tarball trying aws4@^1.8.0 by hash: sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
1790 silly tarball trying balanced-match@^1.0.0 by hash: sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
1791 silly tarball trying caseless@~0.12.0 by hash: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
1792 silly tarball trying co@^4.6.0 by hash: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
1793 silly tarball trying code-point-at@^1.0.0 by hash: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
1794 silly tarball trying [email protected] by hash: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
1795 silly tarball trying brace-expansion@^1.1.7 by hash: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
1796 silly tarball trying console-control-strings@~1.1.0 by hash: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
1797 silly tarball trying core-util-is@~1.0.0 by hash: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
1798 silly tarball trying dashdash@^1.12.0 by hash: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
1799 silly tarball trying deep-extend@^0.6.0 by hash: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
1800 silly tarball trying delayed-stream@~1.0.0 by hash: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
1801 silly tarball trying combined-stream@~1.0.6 by hash: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
1802 silly tarball trying delegates@^1.0.0 by hash: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
1803 silly tarball trying detect-libc@^1.0.2 by hash: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
1804 silly tarball trying extend@~3.0.2 by hash: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
1805 silly tarball trying [email protected] by hash: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
1806 silly tarball trying fast-deep-equal@^2.0.1 by hash: sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
1807 silly tarball trying fast-json-stable-stringify@^2.0.0 by hash: sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
1808 silly tarball trying forever-agent@~0.6.1 by hash: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
1809 silly tarball trying fs.realpath@^1.0.0 by hash: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
1810 silly tarball trying getpass@^0.1.1 by hash: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
1811 silly tarball trying graceful-fs@^4.1.2 by hash: sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
1812 silly tarball trying har-schema@^2.0.0 by hash: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
1813 silly tarball trying has-unicode@^2.0.0 by hash: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
1814 silly tarball trying [email protected] by hash: sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=
1815 silly tarball trying [email protected] by hash: sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=
1816 silly tarball trying [email protected] by hash: sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=
1817 silly tarball trying inherits@2 by hash: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1818 silly tarball trying block-stream@* by hash: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=
1819 silly tarball trying ini@~1.3.0 by hash: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
1820 silly tarball trying is-typedarray@~1.0.0 by hash: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
1821 silly tarball trying isarray@~1.0.0 by hash: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
1822 silly tarball trying isexe@^2.0.0 by hash: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
1823 silly tarball trying isstream@~0.1.2 by hash: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
1824 silly tarball trying jsbn@~0.1.0 by hash: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
1825 silly tarball trying [email protected] by hash: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
1826 silly tarball trying json-schema-traverse@^0.4.1 by hash: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
1827 silly tarball trying json-stringify-safe@~5.0.1 by hash: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
1828 silly tarball trying jsonfile@^2.1.0 by hash: sha1-NzaitCi4e72gzIO1P6PWM6NcKug=
1829 silly tarball trying jsonify@~0.0.0 by hash: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
1830 silly tarball trying json-stable-stringify@^1.0.1 by hash: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
1831 silly tarball trying klaw@^1.0.0 by hash: sha1-QIhDO0azsbolnXh4XY6W9zugJDk=
1832 silly extract abbrev@1 extracted to /usr/local/lib/node_modules/.staging/abbrev-4a3e7485 (166ms)
1833 silly extract aproba@^1.0.3 extracted to /usr/local/lib/node_modules/.staging/aproba-bbd6e002 (170ms)
1834 silly extract ansi-regex@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/ansi-regex-423f637c (170ms)
1835 silly extract [email protected]
1836 silly extract brace-expansion@^1.1.7 extracted to /usr/local/lib/node_modules/.staging/brace-expansion-dc049198 (170ms)
1837 silly extract code-point-at@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/code-point-at-c5a37ae4 (171ms)
1838 silly extract has-unicode@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/has-unicode-fc994d38 (170ms)
1839 silly extract ini@~1.3.0 extracted to /usr/local/lib/node_modules/.staging/ini-71cb02bb (170ms)
1840 silly extract [email protected]
1841 silly extract [email protected]
1842 silly extract assert-plus@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/assert-plus-6d521109 (178ms)
1843 silly extract balanced-match@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/balanced-match-d5956f78 (177ms)
1844 silly extract aws-sign2@~0.7.0 extracted to /usr/local/lib/node_modules/.staging/aws-sign2-8d050703 (177ms)
1845 silly extract [email protected]
1846 silly extract [email protected]
1847 silly tarball trying git-tutor@latest by hash: sha512-cwI4heRVyAvS8cwtHfS3EgAO3wQP/DfUU2UpdH798AHSwmkAIDSC4/1VWjpsyRe5nmNACAVkZj/wmT+lIIGuYw==
1848 silly tarball trying nodegit@^0.22.2 by hash: sha512-xNSAukUq0OTYnUuY3XDTXPwFPjz8RIplmJEXhAnKVbIkuIDwxuWOFBJeCsKxTFDgqwxDpOcnZNe3qya9668GdA==
1849 silly tarball trying common-tags@^1.4.0 by hash: sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==
1850 silly extract console-control-strings@~1.1.0 extracted to /usr/local/lib/node_modules/.staging/console-control-strings-de639cc7 (183ms)
1851 silly extract caseless@~0.12.0 extracted to /usr/local/lib/node_modules/.staging/caseless-c6828f7a (184ms)
1852 silly extract fast-deep-equal@^2.0.1 extracted to /usr/local/lib/node_modules/.staging/fast-deep-equal-0e1f51e0 (181ms)
1853 silly extract inherits@2 extracted to /usr/local/lib/node_modules/.staging/inherits-dc81d0c2 (180ms)
1854 silly extract forever-agent@~0.6.1 extracted to /usr/local/lib/node_modules/.staging/forever-agent-122e0012 (181ms)
1855 silly extract block-stream@* extracted to /usr/local/lib/node_modules/.staging/block-stream-1ae3c480 (180ms)
1856 silly extract is-typedarray@~1.0.0 extracted to /usr/local/lib/node_modules/.staging/is-typedarray-5ffe0144 (179ms)
1857 silly extract [email protected]
1858 silly extract [email protected]
1859 silly extract [email protected]
1860 silly extract [email protected]
1861 silly extract [email protected]
1862 silly tarball trying node-pre-gyp@~0.6.39 by hash: sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ==
1863 silly tarball trying tar-pack@^3.4.0 by hash: sha512-PPRybI9+jM5tjtCbN2cxmmRU7YmqT3Zv/UDy48tAh2XRkLa9bAORtSWLkVc13+GJF+cdTh1yEnHEk3cpTaL5Kg==
1864 silly extract co@^4.6.0 extracted to /usr/local/lib/node_modules/.staging/co-cee1ebae (191ms)
1865 silly extract fs.realpath@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/fs.realpath-dfd8b038 (188ms)
1866 silly tarball trying node-gyp@^3.6.2 by hash: sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==
1867 silly tarball trying tar@^2.0.0 by hash: sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
1868 silly tarball trying fstream-ignore@^1.0.5 by hash: sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=
1869 silly tarball trying fstream@^1.0.0 by hash: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
1870 silly tarball trying fs-extra@~0.27.0 by hash: sha1-ZtTCXR0sao2v7XcYz8/+kw8TssA=
1871 silly extract graceful-fs@^4.1.2 extracted to /usr/local/lib/node_modules/.staging/graceful-fs-c49d5abc (192ms)
1872 silly extract [email protected]
1873 silly extract [email protected]
1874 silly extract [email protected]
1875 silly extract [email protected]
1876 silly extract [email protected]
1877 silly extract [email protected]
1878 silly extract [email protected]
1879 silly extract combined-stream@~1.0.6 extracted to /usr/local/lib/node_modules/.staging/combined-stream-2a0b53f5 (202ms)
1880 silly extract isarray@~1.0.0 extracted to /usr/local/lib/node_modules/.staging/isarray-8bfa463e (199ms)
1881 silly extract [email protected]
1882 silly extract [email protected]
1883 silly extract [email protected]
1884 silly tarball trying rimraf@^2.2.8 by hash: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
1885 silly tarball trying glob@^7.1.3 by hash: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
1886 silly tarball trying inflight@^1.0.4 by hash: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
1887 silly tarball trying once@^1.3.0 by hash: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
1888 silly tarball trying wrappy@1 by hash: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
1889 silly tarball trying npmlog@0 || 1 || 2 || 3 || 4 by hash: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
1890 silly tarball trying gauge@~2.7.3 by hash: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
1891 silly extract aws4@^1.8.0 extracted to /usr/local/lib/node_modules/.staging/aws4-7ccebb05 (230ms)
1892 silly extract jsonfile@^2.1.0 extracted to /usr/local/lib/node_modules/.staging/jsonfile-93e4f0ae (224ms)
1893 silly extract deep-extend@^0.6.0 extracted to /usr/local/lib/node_modules/.staging/deep-extend-40c83120 (228ms)
1894 silly extract delayed-stream@~1.0.0 extracted to /usr/local/lib/node_modules/.staging/delayed-stream-6894f851 (228ms)
1895 silly extract getpass@^0.1.1 extracted to /usr/local/lib/node_modules/.staging/getpass-556e6270 (227ms)
1896 silly extract [email protected]
1897 silly extract [email protected]
1898 silly tarball trying wide-align@^1.1.0 by hash: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
1899 silly tarball trying which@1 by hash: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
1900 silly tarball trying [email protected] by hash: sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=
1901 silly extract klaw@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/klaw-973186b7 (243ms)
1902 silly extract asap@~2.0.3 extracted to /usr/local/lib/node_modules/.staging/asap-154e20c3 (251ms)
1903 silly extract extend@~3.0.2 extracted to /usr/local/lib/node_modules/.staging/extend-be22826e (248ms)
1904 silly extract isstream@~0.1.2 extracted to /usr/local/lib/node_modules/.staging/isstream-c97f0272 (244ms)
1905 silly extract [email protected]
1906 silly extract [email protected]
1907 silly extract [email protected]
1908 silly extract [email protected]
1909 silly extract [email protected]
1910 silly tarball trying http-signature@~1.1.0 by hash: sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=
1911 silly tarball trying request@^2.87.0 by hash: sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
1912 silly extract core-util-is@~1.0.0 extracted to /usr/local/lib/node_modules/.staging/core-util-is-5add842d (268ms)
1913 silly extract delegates@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/delegates-b6f191ed (267ms)
1914 silly extract jsbn@~0.1.0 extracted to /usr/local/lib/node_modules/.staging/jsbn-495ee605 (263ms)
1915 silly extract [email protected]
1916 silly extract [email protected]
1917 silly extract [email protected]
1918 silly extract [email protected]
1919 silly tarball trying http-signature@~1.2.0 by hash: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
1920 silly tarball trying jsprim@^1.2.2 by hash: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
1921 silly tarball trying [email protected] by hash: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
1922 silly tarball trying uuid@^3.3.2 by hash: sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
1923 silly tarball trying are-we-there-yet@~1.1.2 by hash: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
1924 silly extract isexe@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/isexe-693fa89e (281ms)
1925 silly extract [email protected]
1926 silly extract [email protected]
1927 silly extract [email protected]
1928 silly tarball trying readable-stream@^2.0.6 by hash: sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
1929 silly tarball trying util-deprecate@~1.0.1 by hash: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
1930 silly tarball trying har-validator@~5.1.0 by hash: sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
1931 silly tarball trying ajv@^6.5.5 by hash: sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
1932 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/concat-map-303144ab (306ms)
1933 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/cryptiles-dec846a5 (303ms)
1934 silly extract [email protected]
1935 silly tarball trying uri-js@^4.2.2 by hash: sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==
1936 silly tarball trying uid-number@^0.0.6 by hash: sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=
1937 silly tarball trying sshpk@^1.7.0 by hash: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
1938 silly extract detect-libc@^1.0.2 extracted to /usr/local/lib/node_modules/.staging/detect-libc-f900cafc (343ms)
1939 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/extsprintf-0729ba0a (343ms)
1940 silly extract json-stringify-safe@~5.0.1 extracted to /usr/local/lib/node_modules/.staging/json-stringify-safe-13496bcd (340ms)
1941 silly extract jsonify@~0.0.0 extracted to /usr/local/lib/node_modules/.staging/jsonify-31076288 (339ms)
1942 silly extract [email protected]
1943 silly extract [email protected]
1944 silly tarball trying bcrypt-pbkdf@^1.0.0 by hash: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
1945 silly extract [email protected]
1946 silly extract [email protected]
1947 silly extract [email protected]
1948 silly extract [email protected]
1949 silly tarball trying tweetnacl@~0.14.0 by hash: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
1950 silly tarball trying tunnel-agent@^0.6.0 by hash: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
1951 silly tarball trying tough-cookie@~2.4.3 by hash: sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
1952 silly tarball trying punycode@^1.4.1 by hash: sha1-wNWmOycYgArY4esPpSachN1BhF4=
1953 silly tarball trying rc@^1.1.7 by hash: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
1954 silly tarball trying strip-json-comments@~2.0.1 by hash: sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1955 silly extract json-schema-traverse@^0.4.1 extracted to /usr/local/lib/node_modules/.staging/json-schema-traverse-59864b46 (397ms)
1956 silly extract [email protected]
1957 silly extract dashdash@^1.12.0 extracted to /usr/local/lib/node_modules/.staging/dashdash-2cfb0529 (439ms)
1958 silly tarball trying string-width@^1.0.1 by hash: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
1959 silly extract fstream-ignore@^1.0.5 extracted to /usr/local/lib/node_modules/.staging/fstream-ignore-99742315 (265ms)
1960 silly extract [email protected]
1961 silly extract inflight@^1.0.4 extracted to /usr/local/lib/node_modules/.staging/inflight-f4a75116 (271ms)
1962 silly extract once@^1.3.0 extracted to /usr/local/lib/node_modules/.staging/once-b023d8f0 (271ms)
1963 silly extract wrappy@1 extracted to /usr/local/lib/node_modules/.staging/wrappy-fab5f786 (271ms)
1964 silly extract [email protected]
1965 silly tarball trying strip-ansi@^3.0.1 by hash: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
1966 silly extract wide-align@^1.1.0 extracted to /usr/local/lib/node_modules/.staging/wide-align-1ce01279 (272ms)
1967 silly extract [email protected]
1968 silly extract [email protected]
1969 silly extract [email protected]
1970 silly tarball trying stringstream@~0.0.4 by hash: sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==
1971 silly extract asynckit@^0.4.0 extracted to /usr/local/lib/node_modules/.staging/asynckit-9b4a5ace (492ms)
1972 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/boom-245439dd (487ms)
1973 silly extract rimraf@^2.2.8 extracted to /usr/local/lib/node_modules/.staging/rimraf-76dd2db5 (295ms)
1974 silly extract [email protected]
1975 silly tarball trying string_decoder@~1.1.1 by hash: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
1976 silly tarball trying [email protected] by hash: sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=
1977 silly tarball trying [email protected] by hash: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=
1978 silly extract git-tutor@latest extracted to /usr/local/lib/node_modules/.staging/git-tutor-990a07f0 (330ms)
1979 silly extract json-stable-stringify@^1.0.1 extracted to /usr/local/lib/node_modules/.staging/json-stable-stringify-6d7e26f0 (494ms)
1980 silly extract [email protected]
1981 silly extract [email protected]
1982 silly extract [email protected]
1983 silly tarball trying signal-exit@^3.0.0 by hash: sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
1984 silly extract npmlog@0 || 1 || 2 || 3 || 4 extracted to /usr/local/lib/node_modules/.staging/npmlog-e8cf0a26 (315ms)
1985 silly extract [email protected]
1986 silly extract [email protected]
1987 silly tarball trying set-blocking@~2.0.0 by hash: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
1988 silly tarball trying semver@~5.3.0 by hash: sha1-myzl094C0XxgEq0yaqa00M9U+U8=
1989 silly tarball trying ecc-jsbn@~0.1.1 by hash: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
1990 silly extract [email protected]
1991 silly tarball trying asn1@~0.2.3 by hash: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
1992 silly tarball trying safer-buffer@^2.0.2 by hash: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1993 silly extract har-schema@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/har-schema-513acf88 (534ms)
1994 silly extract glob@^7.1.3 extracted to /usr/local/lib/node_modules/.staging/glob-b3f264f6 (341ms)
1995 silly extract which@1 extracted to /usr/local/lib/node_modules/.staging/which-5cf9dee6 (329ms)
1996 silly extract util-deprecate@~1.0.1 extracted to /usr/local/lib/node_modules/.staging/util-deprecate-76c5bcf5 (253ms)
1997 silly extract uid-number@^0.0.6 extracted to /usr/local/lib/node_modules/.staging/uid-number-8eee3039 (238ms)
1998 silly tarball trying safe-buffer@~5.1.1 by hash: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
1999 silly extract fast-json-stable-stringify@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/fast-json-stable-stringify-74e04453 (545ms)
2000 silly extract [email protected]
2001 silly extract [email protected]
2002 silly extract [email protected]
2003 silly extract [email protected]
2004 silly extract [email protected]
2005 silly extract tunnel-agent@^0.6.0 extracted to /usr/local/lib/node_modules/.staging/tunnel-agent-d4e7a5f1 (203ms)
2006 silly extract strip-json-comments@~2.0.1 extracted to /usr/local/lib/node_modules/.staging/strip-json-comments-b2a1560d (181ms)
2007 silly extract [email protected]
2008 silly tarball trying minimist@^1.2.0 by hash: sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
2009 silly tarball trying qs@~6.5.2 by hash: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
2010 silly tarball trying punycode@^2.1.0 by hash: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
2011 silly tarball trying psl@^1.1.24 by hash: sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
2012 silly tarball trying promisify-node@~0.3.0 by hash: sha1-tLVaz5D6p9K4uQyjlomQhsAwYM8=
2013 silly extract har-validator@~5.1.0 extracted to /usr/local/lib/node_modules/.staging/har-validator-3beaf0c4 (298ms)
2014 silly extract [email protected]
2015 silly extract [email protected]
2016 silly tarball trying process-nextick-args@~2.0.0 by hash: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
2017 silly extract jsprim@^1.2.2 extracted to /usr/local/lib/node_modules/.staging/jsprim-ec51b6be (333ms)
2018 silly extract are-we-there-yet@~1.1.2 extracted to /usr/local/lib/node_modules/.staging/are-we-there-yet-8d9bcd87 (332ms)
2019 silly extract bcrypt-pbkdf@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/bcrypt-pbkdf-efe24f38 (256ms)
2020 silly extract punycode@^1.4.1 extracted to /usr/local/lib/node_modules/.staging/punycode-81198341 (219ms)
2021 silly extract [email protected]
2022 silly tarball trying performance-now@^2.1.0 by hash: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
2023 silly tarball trying path-is-absolute@^1.0.0 by hash: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
2024 silly extract string-width@^1.0.1 extracted to /usr/local/lib/node_modules/.staging/string-width-913a373d (172ms)
2025 silly extract [email protected]
2026 silly extract [email protected]
2027 silly extract [email protected]
2028 silly extract [email protected]
2029 silly tarball trying nopt@^4.0.1 by hash: sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=
2030 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/verror-e8b09b17 (360ms)
2031 silly extract [email protected]
2032 silly tarball trying osenv@0 by hash: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
2033 silly tarball trying os-tmpdir@^1.0.0 by hash: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
2034 silly tarball trying os-homedir@^1.0.0 by hash: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
2035 silly tarball trying object-assign@^4.1.0 by hash: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
2036 silly extract strip-ansi@^3.0.1 extracted to /usr/local/lib/node_modules/.staging/strip-ansi-40854998 (174ms)
2037 silly extract [email protected]
2038 silly tarball trying oauth-sign@~0.9.0 by hash: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
2039 silly extract [email protected]
2040 silly tarball trying is-fullwidth-code-point@^1.0.0 by hash: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
2041 silly tarball trying number-is-nan@^1.0.0 by hash: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
2042 silly extract stringstream@~0.0.4 extracted to /usr/local/lib/node_modules/.staging/stringstream-8be91cca (202ms)
2043 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/hoek-b656cc83 (691ms)
2044 silly extract [email protected]
2045 silly extract signal-exit@^3.0.0 extracted to /usr/local/lib/node_modules/.staging/signal-exit-a0b1f272 (205ms)
2046 silly extract set-blocking@~2.0.0 extracted to /usr/local/lib/node_modules/.staging/set-blocking-08df89e1 (194ms)
2047 silly extract [email protected]
2048 silly tarball trying nopt@2 || 3 by hash: sha1-xkZdvwirzU2zWTF/eaxopkayj/k=
2049 silly extract http-signature@~1.1.0 extracted to /usr/local/lib/node_modules/.staging/http-signature-cc46ec47 (469ms)
2050 silly extract [email protected]
2051 silly extract [email protected]
2052 silly tarball trying nodegit-promise@~4.0.0 by hash: sha1-VyKxhPLfcycWEGSnkdLoQskWezQ=
2053 silly extract http-signature@~1.2.0 extracted to /usr/local/lib/node_modules/.staging/http-signature-a7d21b3f (464ms)
2054 silly extract string_decoder@~1.1.1 extracted to /usr/local/lib/node_modules/.staging/string_decoder-c84e7019 (241ms)
2055 silly extract [email protected]
2056 silly tarball trying tough-cookie@~2.3.0 by hash: sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==
2057 silly tarball trying qs@~6.4.0 by hash: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=
2058 silly extract tar-pack@^3.4.0 extracted to /usr/local/lib/node_modules/.staging/tar-pack-895f987e (561ms)
2059 silly extract gauge@~2.7.3 extracted to /usr/local/lib/node_modules/.staging/gauge-27999115 (542ms)
2060 silly extract [email protected]
2061 silly extract [email protected]
2062 silly tarball trying punycode@^1.4.1 by hash: sha1-wNWmOycYgArY4esPpSachN1BhF4=
2063 silly extract tough-cookie@~2.4.3 extracted to /usr/local/lib/node_modules/.staging/tough-cookie-1547c8d6 (372ms)
2064 silly extract safe-buffer@~5.1.1 extracted to /usr/local/lib/node_modules/.staging/safe-buffer-fc178633 (216ms)
2065 silly extract process-nextick-args@~2.0.0 extracted to /usr/local/lib/node_modules/.staging/process-nextick-args-b85beced (171ms)
2066 silly extract [email protected]
2067 silly extract [email protected]
2068 silly tarball trying performance-now@^0.2.0 by hash: sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=
2069 silly tarball trying oauth-sign@~0.8.1 by hash: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=
2070 silly extract [email protected]
2071 silly extract [email protected]
2072 silly extract [email protected]
2073 silly tarball trying har-validator@~4.2.1 by hash: sha1-M0gdDxu/9gDdID11gSpqX7oALio=
2074 silly tarball trying har-schema@^1.0.5 by hash: sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=
2075 silly extract path-is-absolute@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/path-is-absolute-6d9dd4eb (186ms)
2076 silly extract rc@^1.1.7 extracted to /usr/local/lib/node_modules/.staging/rc-55edfd74 (397ms)
2077 silly extract safer-buffer@^2.0.2 extracted to /usr/local/lib/node_modules/.staging/safer-buffer-8b2a0a6d (256ms)
2078 silly tarball trying form-data@~2.1.1 by hash: sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=
2079 silly tarball trying aws-sign2@~0.6.0 by hash: sha1-FDQt0428yU0OW4fXY81jYSwOeU8=
2080 silly tarball trying assert-plus@^0.2.0 by hash: sha1-104bh+ev/A24qttwIfP+SBAasjQ=
2081 silly extract punycode@^2.1.0 extracted to /usr/local/lib/node_modules/.staging/punycode-a93749ee (233ms)
2082 silly extract os-homedir@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/os-homedir-82be35ab (170ms)
2083 silly extract osenv@0 extracted to /usr/local/lib/node_modules/.staging/osenv-36860c45 (170ms)
2084 silly extract os-tmpdir@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/os-tmpdir-0de49163 (170ms)
2085 silly extract object-assign@^4.1.0 extracted to /usr/local/lib/node_modules/.staging/object-assign-fa6f84ed (169ms)
2086 silly extract [email protected]
2087 silly extract [email protected]
2088 silly extract [email protected]
2089 silly extract semver@~5.3.0 extracted to /usr/local/lib/node_modules/.staging/semver-db94ef8b (294ms)
2090 silly extract oauth-sign@~0.9.0 extracted to /usr/local/lib/node_modules/.staging/oauth-sign-a1666172 (166ms)
2091 silly extract [email protected]
2092 silly extract [email protected]
2093 silly extract [email protected]
2094 silly extract [email protected]
2095 silly extract [email protected]
2096 silly tarball trying ajv@^4.9.1 by hash: sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=
2097 silly tarball trying nan@^2.10.0 by hash: sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
2098 silly tarball trying debug@^2.2.0 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
2099 silly extract is-fullwidth-code-point@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/is-fullwidth-code-point-9870093b (166ms)
2100 silly extract [email protected]
2101 silly extract [email protected]
2102 silly tarball trying [email protected] by hash: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
2103 silly tarball trying mkdirp@^0.5.0 by hash: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
2104 silly tarball trying [email protected] by hash: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
2105 silly tarball trying minimatch@^3.0.4 by hash: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
2106 silly tarball trying form-data@~2.3.2 by hash: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
2107 silly extract uuid@^3.3.2 extracted to /usr/local/lib/node_modules/.staging/uuid-7fe4c007 (566ms)
2108 silly extract number-is-nan@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/number-is-nan-47274ce2 (166ms)
2109 silly extract [email protected]
2110 silly tarball trying mime-types@~2.1.19 by hash: sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==
2111 silly tarball trying [email protected] by hash: sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==
2112 silly extract tweetnacl@~0.14.0 extracted to /usr/local/lib/node_modules/.staging/tweetnacl-fa8d0d67 (485ms)
2113 silly tarball trying lodash@^4.17.4 by hash: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
2114 silly extract fstream@^1.0.0 extracted to /usr/local/lib/node_modules/.staging/fstream-5c689ca2 (668ms)
2115 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/request-a92e9238 (630ms)
2116 silly extract promisify-node@~0.3.0 extracted to /usr/local/lib/node_modules/.staging/promisify-node-6160584e (310ms)
2117 silly extract asn1@~0.2.3 extracted to /usr/local/lib/node_modules/.staging/asn1-a7470843 (361ms)
2118 silly extract ecc-jsbn@~0.1.1 extracted to /usr/local/lib/node_modules/.staging/ecc-jsbn-db5905b0 (385ms)
2119 silly extract request@^2.87.0 extracted to /usr/local/lib/node_modules/.staging/request-2af02c9b (665ms)
2120 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/sntp-4fe05664 (439ms)
2121 silly extract punycode@^1.4.1 extracted to /usr/local/lib/node_modules/.staging/punycode-88313234 (195ms)
2122 silly extract oauth-sign@~0.8.1 extracted to /usr/local/lib/node_modules/.staging/oauth-sign-7fbe163a (185ms)
2123 silly extract assert-plus@^0.2.0 extracted to /usr/local/lib/node_modules/.staging/assert-plus-63dddcbc (167ms)
2124 silly extract aws-sign2@~0.6.0 extracted to /usr/local/lib/node_modules/.staging/aws-sign2-03f525a0 (168ms)
2125 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/ms-ac1eb1a7 (136ms)
2126 silly extract minimatch@^3.0.4 extracted to /usr/local/lib/node_modules/.staging/minimatch-8e2038b2 (142ms)
2127 silly extract mime-types@~2.1.19 extracted to /usr/local/lib/node_modules/.staging/mime-types-8a79d172 (133ms)
2128 silly extract nopt@^4.0.1 extracted to /usr/local/lib/node_modules/.staging/nopt-e1b4eae8 (365ms)
2129 silly extract form-data@~2.1.1 extracted to /usr/local/lib/node_modules/.staging/form-data-0a238080 (201ms)
2130 silly extract minimist@^1.2.0 extracted to /usr/local/lib/node_modules/.staging/minimist-b306c83e (437ms)
2131 silly extract performance-now@^2.1.0 extracted to /usr/local/lib/node_modules/.staging/performance-now-79ab2664 (406ms)
2132 silly extract readable-stream@^2.0.6 extracted to /usr/local/lib/node_modules/.staging/readable-stream-2a4319e6 (717ms)
2133 silly extract nopt@2 || 3 extracted to /usr/local/lib/node_modules/.staging/nopt-6184eb5c (298ms)
2134 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/json-schema-0bdf0dea (1004ms)
2135 silly extract node-pre-gyp@~0.6.39 extracted to /usr/local/lib/node_modules/.staging/node-pre-gyp-a6705f10 (832ms)
2136 silly extract performance-now@^0.2.0 extracted to /usr/local/lib/node_modules/.staging/performance-now-104830b2 (262ms)
2137 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/mime-db-b4f0f5e5 (193ms)
2138 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/minimist-f6cd60b8 (205ms)
2139 silly extract tough-cookie@~2.3.0 extracted to /usr/local/lib/node_modules/.staging/tough-cookie-3450203a (295ms)
2140 silly extract form-data@~2.3.2 extracted to /usr/local/lib/node_modules/.staging/form-data-c51461d1 (208ms)
2141 silly extract har-schema@^1.0.5 extracted to /usr/local/lib/node_modules/.staging/har-schema-7abc8618 (263ms)
2142 silly extract qs@~6.5.2 extracted to /usr/local/lib/node_modules/.staging/qs-b2fa9e5c (469ms)
2143 silly extract debug@^2.2.0 extracted to /usr/local/lib/node_modules/.staging/debug-bf315c76 (232ms)
2144 silly extract psl@^1.1.24 extracted to /usr/local/lib/node_modules/.staging/psl-50c826e8 (485ms)
2145 silly extract qs@~6.4.0 extracted to /usr/local/lib/node_modules/.staging/qs-446c6ff1 (324ms)
2146 silly extract mkdirp@^0.5.0 extracted to /usr/local/lib/node_modules/.staging/mkdirp-fa7cd9e9 (260ms)
2147 silly extract fs-extra@~0.27.0 extracted to /usr/local/lib/node_modules/.staging/fs-extra-fc173b12 (895ms)
2148 silly extract sshpk@^1.7.0 extracted to /usr/local/lib/node_modules/.staging/sshpk-b4e2812d (791ms)
2149 silly extract har-validator@~4.2.1 extracted to /usr/local/lib/node_modules/.staging/har-validator-fb7f0170 (331ms)
2150 silly extract nodegit-promise@~4.0.0 extracted to /usr/local/lib/node_modules/.staging/nodegit-promise-bfd4c108 (379ms)
2151 silly extract [email protected] extracted to /usr/local/lib/node_modules/.staging/hawk-bd1724ee (608ms)
2152 silly extract uri-js@^4.2.2 extracted to /usr/local/lib/node_modules/.staging/uri-js-654e84df (858ms)
2153 silly extract nan@^2.10.0 extracted to /usr/local/lib/node_modules/.staging/nan-6fee8ee0 (358ms)
2154 silly extract ajv@^6.5.5 extracted to /usr/local/lib/node_modules/.staging/ajv-3784e770 (927ms)
2155 silly extract tar@^2.0.0 extracted to /usr/local/lib/node_modules/.staging/tar-72180fe6 (1054ms)
2156 silly extract ajv@^4.9.1 extracted to /usr/local/lib/node_modules/.staging/ajv-40eda4c3 (522ms)
2157 silly extract common-tags@^1.4.0 extracted to /usr/local/lib/node_modules/.staging/common-tags-aa3fa6eb (1156ms)
2158 silly extract node-gyp@^3.6.2 extracted to /usr/local/lib/node_modules/.staging/node-gyp-71f71e05 (1152ms)
2159 silly extract lodash@^4.17.4 extracted to /usr/local/lib/node_modules/.staging/lodash-91787429 (866ms)
2160 silly extract nodegit@^0.22.2 extracted to /usr/local/lib/node_modules/.staging/nodegit-1af5563c (6671ms)
2161 timing action:extract Completed in 6854ms
2162 silly doReverseSerial unbuild 1144
2163 silly doSerial remove 1144
2164 silly doSerial move 1144
2165 silly doSerial finalize 1144
2166 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/abbrev
2167 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/ansi-regex
2168 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/aproba
2169 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/asap
2170 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/assert-plus
2171 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/asynckit
2172 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/aws-sign2
2173 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/aws4
2174 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/balanced-match
2175 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/caseless
2176 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/co
2177 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/code-point-at
2178 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/concat-map
2179 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/brace-expansion
2180 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/console-control-strings
2181 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/core-util-is
2182 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/dashdash
2183 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/deep-extend
2184 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/delayed-stream
2185 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/combined-stream
2186 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/delegates
2187 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/detect-libc
2188 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/extend
2189 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/extsprintf
2190 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fast-deep-equal
2191 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fast-json-stable-stringify
2192 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/forever-agent
2193 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fs.realpath
2194 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/getpass
2195 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/graceful-fs
2196 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/har-schema
2197 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/has-unicode
2198 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/hoek
2199 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/boom
2200 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/cryptiles
2201 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/inherits
2202 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/block-stream
2203 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/ini
2204 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/is-typedarray
2205 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/isarray
2206 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/isexe
2207 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/isstream
2208 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/jsbn
2209 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/json-schema
2210 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/json-schema-traverse
2211 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/json-stringify-safe
2212 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/jsonfile
2213 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/jsonify
2214 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/json-stable-stringify
2215 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/klaw
2216 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/lodash
2217 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/mime-db
2218 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/mime-types
2219 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/form-data
2220 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/minimatch
2221 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/minimist
2222 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/mkdirp
2223 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/ms
2224 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/debug
2225 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/nan
2226 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/ajv
2227 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/assert-plus
2228 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/aws-sign2
2229 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/form-data
2230 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/har-schema
2231 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/har-validator
2232 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/oauth-sign
2233 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/performance-now
2234 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/punycode
2235 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/qs
2236 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/tough-cookie
2237 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/nodegit-promise
2238 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/nopt
2239 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/number-is-nan
2240 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/is-fullwidth-code-point
2241 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/oauth-sign
2242 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/object-assign
2243 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/os-homedir
2244 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/os-tmpdir
2245 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/osenv
2246 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/nopt
2247 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/path-is-absolute
2248 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/performance-now
2249 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/process-nextick-args
2250 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/promisify-node
2251 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/psl
2252 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/punycode
2253 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/qs
2254 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/rc/node_modules/minimist
2255 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/safe-buffer
2256 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/safer-buffer
2257 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/asn1
2258 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/ecc-jsbn
2259 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/semver
2260 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/set-blocking
2261 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/signal-exit
2262 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/sntp
2263 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/hawk
2264 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/string_decoder
2265 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/stringstream
2266 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/strip-ansi
2267 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/string-width
2268 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/strip-json-comments
2269 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/rc
2270 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tough-cookie/node_modules/punycode
2271 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tough-cookie
2272 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tunnel-agent
2273 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tweetnacl
2274 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/bcrypt-pbkdf
2275 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/sshpk
2276 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/uid-number
2277 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/uri-js
2278 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/ajv
2279 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/har-validator
2280 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/util-deprecate
2281 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/readable-stream
2282 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/are-we-there-yet
2283 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/uuid
2284 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/verror
2285 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/jsprim
2286 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/http-signature
2287 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/request
2288 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/http-signature
2289 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/request
2290 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/which
2291 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/wide-align
2292 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/gauge
2293 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/npmlog
2294 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/wrappy
2295 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/once
2296 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/inflight
2297 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/glob
2298 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/rimraf
2299 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fs-extra
2300 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fstream
2301 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/fstream-ignore
2302 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tar
2303 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-gyp
2304 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/tar-pack
2305 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp
2306 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/common-tags
2307 silly finalize /usr/local/lib/node_modules/git-tutor/node_modules/nodegit
2308 silly finalize /usr/local/lib/node_modules/git-tutor
2309 timing action:finalize Completed in 229ms
2310 silly doParallel refresh-package-json 143
2311 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/abbrev
2312 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/ansi-regex
2313 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/aproba
2314 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/asap
2315 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/assert-plus
2316 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/asynckit
2317 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/aws-sign2
2318 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/aws4
2319 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/balanced-match
2320 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/caseless
2321 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/co
2322 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/code-point-at
2323 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/concat-map
2324 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/brace-expansion
2325 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/console-control-strings
2326 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/core-util-is
2327 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/dashdash
2328 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/deep-extend
2329 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/delayed-stream
2330 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/combined-stream
2331 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/delegates
2332 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/detect-libc
2333 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/extend
2334 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/extsprintf
2335 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fast-deep-equal
2336 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fast-json-stable-stringify
2337 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/forever-agent
2338 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fs.realpath
2339 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/getpass
2340 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/graceful-fs
2341 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/har-schema
2342 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/has-unicode
2343 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/hoek
2344 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/boom
2345 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/cryptiles
2346 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/inherits
2347 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/block-stream
2348 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/ini
2349 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/is-typedarray
2350 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/isarray
2351 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/isexe
2352 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/isstream
2353 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/jsbn
2354 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/json-schema
2355 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/json-schema-traverse
2356 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/json-stringify-safe
2357 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/jsonfile
2358 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/jsonify
2359 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/json-stable-stringify
2360 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/klaw
2361 silly refresh-package-json /usr/local/lib/node_modules/git-tutor
2362 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/nodegit
2363 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/common-tags
2364 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp
2365 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tar-pack
2366 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-gyp
2367 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tar
2368 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fstream-ignore
2369 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fstream
2370 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/fs-extra
2371 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/rimraf
2372 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/glob
2373 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/inflight
2374 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/once
2375 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/wrappy
2376 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/npmlog
2377 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/gauge
2378 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/wide-align
2379 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/which
2380 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/request
2381 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/http-signature
2382 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/request
2383 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/http-signature
2384 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/jsprim
2385 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/verror
2386 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/uuid
2387 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/are-we-there-yet
2388 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/readable-stream
2389 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/util-deprecate
2390 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/har-validator
2391 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/ajv
2392 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/uri-js
2393 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/uid-number
2394 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/sshpk
2395 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/bcrypt-pbkdf
2396 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tweetnacl
2397 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tunnel-agent
2398 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tough-cookie
2399 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/tough-cookie/node_modules/punycode
2400 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/rc
2401 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/strip-json-comments
2402 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/string-width
2403 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/strip-ansi
2404 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/stringstream
2405 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/string_decoder
2406 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/hawk
2407 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/sntp
2408 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/signal-exit
2409 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/set-blocking
2410 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/semver
2411 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/ecc-jsbn
2412 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/asn1
2413 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/safer-buffer
2414 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/safe-buffer
2415 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/rc/node_modules/minimist
2416 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/qs
2417 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/punycode
2418 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/psl
2419 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/promisify-node
2420 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/process-nextick-args
2421 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/performance-now
2422 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/path-is-absolute
2423 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/nopt
2424 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/osenv
2425 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/os-tmpdir
2426 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/os-homedir
2427 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/object-assign
2428 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/oauth-sign
2429 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/is-fullwidth-code-point
2430 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/number-is-nan
2431 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/nopt
2432 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/nodegit-promise
2433 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/tough-cookie
2434 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/qs
2435 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/punycode
2436 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/performance-now
2437 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/oauth-sign
2438 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/har-validator
2439 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/har-schema
2440 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/form-data
2441 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/aws-sign2
2442 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/assert-plus
2443 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/ajv
2444 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/nan
2445 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/debug
2446 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/ms
2447 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/mkdirp
2448 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/minimist
2449 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/minimatch
2450 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/form-data
2451 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/mime-types
2452 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/mime-db
2453 silly refresh-package-json /usr/local/lib/node_modules/git-tutor/node_modules/lodash
2454 timing action:refresh-package-json Completed in 392ms
2455 silly doParallel preinstall 143
2456 silly preinstall [email protected]
2457 info lifecycle [email protected]~preinstall: [email protected]
2458 silly preinstall [email protected]
2459 info lifecycle [email protected]~preinstall: [email protected]
2460 silly preinstall [email protected]
2461 info lifecycle [email protected]~preinstall: [email protected]
2462 silly preinstall [email protected]
2463 info lifecycle [email protected]~preinstall: [email protected]
2464 silly preinstall [email protected]
2465 info lifecycle [email protected]~preinstall: [email protected]
2466 silly preinstall [email protected]
2467 info lifecycle [email protected]~preinstall: [email protected]
2468 silly preinstall [email protected]
2469 info lifecycle [email protected]~preinstall: [email protected]
2470 silly preinstall [email protected]
2471 info lifecycle [email protected]~preinstall: [email protected]
2472 silly preinstall [email protected]
2473 info lifecycle [email protected]~preinstall: [email protected]
2474 silly preinstall [email protected]
2475 info lifecycle [email protected]~preinstall: [email protected]
2476 silly preinstall [email protected]
2477 info lifecycle [email protected]~preinstall: [email protected]
2478 silly preinstall [email protected]
2479 info lifecycle [email protected]~preinstall: [email protected]
2480 silly preinstall [email protected]
2481 info lifecycle [email protected]~preinstall: [email protected]
2482 silly preinstall [email protected]
2483 info lifecycle [email protected]~preinstall: [email protected]
2484 silly preinstall [email protected]
2485 info lifecycle [email protected]~preinstall: [email protected]
2486 silly preinstall [email protected]
2487 info lifecycle [email protected]~preinstall: [email protected]
2488 silly preinstall [email protected]
2489 info lifecycle [email protected]~preinstall: [email protected]
2490 silly preinstall [email protected]
2491 info lifecycle [email protected]~preinstall: [email protected]
2492 silly preinstall [email protected]
2493 info lifecycle [email protected]~preinstall: [email protected]
2494 silly preinstall [email protected]
2495 info lifecycle [email protected]~preinstall: [email protected]
2496 silly preinstall [email protected]
2497 info lifecycle [email protected]~preinstall: [email protected]
2498 silly preinstall [email protected]
2499 info lifecycle [email protected]~preinstall: [email protected]
2500 silly preinstall [email protected]
2501 info lifecycle [email protected]~preinstall: [email protected]
2502 silly preinstall [email protected]
2503 info lifecycle [email protected]~preinstall: [email protected]
2504 silly preinstall [email protected]
2505 info lifecycle [email protected]~preinstall: [email protected]
2506 silly preinstall [email protected]
2507 info lifecycle [email protected]~preinstall: [email protected]
2508 silly preinstall [email protected]
2509 info lifecycle [email protected]~preinstall: [email protected]
2510 silly preinstall [email protected]
2511 info lifecycle [email protected]~preinstall: [email protected]
2512 silly preinstall [email protected]
2513 info lifecycle [email protected]~preinstall: [email protected]
2514 silly preinstall [email protected]
2515 info lifecycle [email protected]~preinstall: [email protected]
2516 silly preinstall [email protected]
2517 info lifecycle [email protected]~preinstall: [email protected]
2518 silly preinstall [email protected]
2519 info lifecycle [email protected]~preinstall: [email protected]
2520 silly preinstall [email protected]
2521 info lifecycle [email protected]~preinstall: [email protected]
2522 silly preinstall [email protected]
2523 info lifecycle [email protected]~preinstall: [email protected]
2524 silly preinstall [email protected]
2525 info lifecycle [email protected]~preinstall: [email protected]
2526 silly preinstall [email protected]
2527 info lifecycle [email protected]~preinstall: [email protected]
2528 silly preinstall [email protected]
2529 info lifecycle [email protected]~preinstall: [email protected]
2530 silly preinstall [email protected]
2531 info lifecycle [email protected]~preinstall: [email protected]
2532 silly preinstall [email protected]
2533 info lifecycle [email protected]~preinstall: [email protected]
2534 silly preinstall [email protected]
2535 info lifecycle [email protected]~preinstall: [email protected]
2536 silly preinstall [email protected]
2537 info lifecycle [email protected]~preinstall: [email protected]
2538 silly preinstall [email protected]
2539 info lifecycle [email protected]~preinstall: [email protected]
2540 silly preinstall [email protected]
2541 info lifecycle [email protected]~preinstall: [email protected]
2542 silly preinstall [email protected]
2543 info lifecycle [email protected]~preinstall: [email protected]
2544 silly preinstall [email protected]
2545 info lifecycle [email protected]~preinstall: [email protected]
2546 silly preinstall [email protected]
2547 info lifecycle [email protected]~preinstall: [email protected]
2548 silly preinstall [email protected]
2549 info lifecycle [email protected]~preinstall: [email protected]
2550 silly preinstall [email protected]
2551 info lifecycle [email protected]~preinstall: [email protected]
2552 silly preinstall [email protected]
2553 info lifecycle [email protected]~preinstall: [email protected]
2554 silly preinstall [email protected]
2555 info lifecycle [email protected]~preinstall: [email protected]
2556 silly preinstall [email protected]
2557 info lifecycle [email protected]~preinstall: [email protected]
2558 silly preinstall [email protected]
2559 info lifecycle [email protected]~preinstall: [email protected]
2560 silly preinstall [email protected]
2561 info lifecycle [email protected]~preinstall: [email protected]
2562 silly preinstall [email protected]
2563 info lifecycle [email protected]~preinstall: [email protected]
2564 silly preinstall [email protected]
2565 info lifecycle [email protected]~preinstall: [email protected]
2566 silly preinstall [email protected]
2567 info lifecycle [email protected]~preinstall: [email protected]
2568 silly preinstall [email protected]
2569 info lifecycle [email protected]~preinstall: [email protected]
2570 silly preinstall [email protected]
2571 info lifecycle [email protected]~preinstall: [email protected]
2572 silly preinstall [email protected]
2573 info lifecycle [email protected]~preinstall: [email protected]
2574 silly preinstall [email protected]
2575 info lifecycle [email protected]~preinstall: [email protected]
2576 silly preinstall [email protected]
2577 info lifecycle [email protected]~preinstall: [email protected]
2578 silly preinstall [email protected]
2579 info lifecycle [email protected]~preinstall: [email protected]
2580 silly preinstall [email protected]
2581 info lifecycle [email protected]~preinstall: [email protected]
2582 silly preinstall [email protected]
2583 info lifecycle [email protected]~preinstall: [email protected]
2584 silly preinstall [email protected]
2585 info lifecycle [email protected]~preinstall: [email protected]
2586 silly preinstall [email protected]
2587 info lifecycle [email protected]~preinstall: [email protected]
2588 silly preinstall [email protected]
2589 info lifecycle [email protected]~preinstall: [email protected]
2590 silly preinstall [email protected]
2591 info lifecycle [email protected]~preinstall: [email protected]
2592 silly preinstall [email protected]
2593 info lifecycle [email protected]~preinstall: [email protected]
2594 silly preinstall [email protected]
2595 info lifecycle [email protected]~preinstall: [email protected]
2596 silly preinstall [email protected]
2597 info lifecycle [email protected]~preinstall: [email protected]
2598 silly preinstall [email protected]
2599 info lifecycle [email protected]~preinstall: [email protected]
2600 silly preinstall [email protected]
2601 info lifecycle [email protected]~preinstall: [email protected]
2602 silly preinstall [email protected]
2603 info lifecycle [email protected]~preinstall: [email protected]
2604 silly preinstall [email protected]
2605 info lifecycle [email protected]~preinstall: [email protected]
2606 silly preinstall [email protected]
2607 info lifecycle [email protected]~preinstall: [email protected]
2608 silly preinstall [email protected]
2609 info lifecycle [email protected]~preinstall: [email protected]
2610 silly preinstall [email protected]
2611 info lifecycle [email protected]~preinstall: [email protected]
2612 silly preinstall [email protected]
2613 info lifecycle [email protected]~preinstall: [email protected]
2614 silly preinstall [email protected]
2615 info lifecycle [email protected]~preinstall: [email protected]
2616 silly preinstall [email protected]
2617 info lifecycle [email protected]~preinstall: [email protected]
2618 silly preinstall [email protected]
2619 info lifecycle [email protected]~preinstall: [email protected]
2620 silly preinstall [email protected]
2621 info lifecycle [email protected]~preinstall: [email protected]
2622 silly preinstall [email protected]
2623 info lifecycle [email protected]~preinstall: [email protected]
2624 silly preinstall [email protected]
2625 info lifecycle [email protected]~preinstall: [email protected]
2626 silly preinstall [email protected]
2627 info lifecycle [email protected]~preinstall: [email protected]
2628 silly preinstall [email protected]
2629 info lifecycle [email protected]~preinstall: [email protected]
2630 silly preinstall [email protected]
2631 info lifecycle [email protected]~preinstall: [email protected]
2632 silly preinstall [email protected]
2633 info lifecycle [email protected]~preinstall: [email protected]
2634 silly preinstall [email protected]
2635 info lifecycle [email protected]~preinstall: [email protected]
2636 silly preinstall [email protected]
2637 info lifecycle [email protected]~preinstall: [email protected]
2638 silly preinstall [email protected]
2639 info lifecycle [email protected]~preinstall: [email protected]
2640 silly preinstall [email protected]
2641 info lifecycle [email protected]~preinstall: [email protected]
2642 silly preinstall [email protected]
2643 info lifecycle [email protected]~preinstall: [email protected]
2644 silly preinstall [email protected]
2645 info lifecycle [email protected]~preinstall: [email protected]
2646 silly preinstall [email protected]
2647 info lifecycle [email protected]~preinstall: [email protected]
2648 silly preinstall [email protected]
2649 info lifecycle [email protected]~preinstall: [email protected]
2650 silly preinstall [email protected]
2651 info lifecycle [email protected]~preinstall: [email protected]
2652 silly preinstall [email protected]
2653 info lifecycle [email protected]~preinstall: [email protected]
2654 silly preinstall [email protected]
2655 info lifecycle [email protected]~preinstall: [email protected]
2656 silly preinstall [email protected]
2657 info lifecycle [email protected]~preinstall: [email protected]
2658 silly preinstall [email protected]
2659 info lifecycle [email protected]~preinstall: [email protected]
2660 silly preinstall [email protected]
2661 info lifecycle [email protected]~preinstall: [email protected]
2662 silly preinstall [email protected]
2663 info lifecycle [email protected]~preinstall: [email protected]
2664 silly preinstall [email protected]
2665 info lifecycle [email protected]~preinstall: [email protected]
2666 silly preinstall [email protected]
2667 info lifecycle [email protected]~preinstall: [email protected]
2668 silly preinstall [email protected]
2669 info lifecycle [email protected]~preinstall: [email protected]
2670 silly preinstall [email protected]
2671 info lifecycle [email protected]~preinstall: [email protected]
2672 silly preinstall [email protected]
2673 info lifecycle [email protected]~preinstall: [email protected]
2674 silly preinstall [email protected]
2675 info lifecycle [email protected]~preinstall: [email protected]
2676 silly preinstall [email protected]
2677 info lifecycle [email protected]~preinstall: [email protected]
2678 silly preinstall [email protected]
2679 info lifecycle [email protected]~preinstall: [email protected]
2680 silly preinstall [email protected]
2681 info lifecycle [email protected]~preinstall: [email protected]
2682 silly preinstall [email protected]
2683 info lifecycle [email protected]~preinstall: [email protected]
2684 silly preinstall [email protected]
2685 info lifecycle [email protected]~preinstall: [email protected]
2686 silly preinstall [email protected]
2687 info lifecycle [email protected]~preinstall: [email protected]
2688 silly preinstall [email protected]
2689 info lifecycle [email protected]~preinstall: [email protected]
2690 silly preinstall [email protected]
2691 info lifecycle [email protected]~preinstall: [email protected]
2692 silly preinstall [email protected]
2693 info lifecycle [email protected]~preinstall: [email protected]
2694 silly preinstall [email protected]
2695 info lifecycle [email protected]~preinstall: [email protected]
2696 silly preinstall [email protected]
2697 info lifecycle [email protected]~preinstall: [email protected]
2698 silly preinstall [email protected]
2699 info lifecycle [email protected]~preinstall: [email protected]
2700 silly preinstall [email protected]
2701 info lifecycle [email protected]~preinstall: [email protected]
2702 silly preinstall [email protected]
2703 info lifecycle [email protected]~preinstall: [email protected]
2704 silly preinstall [email protected]
2705 info lifecycle [email protected]~preinstall: [email protected]
2706 silly preinstall [email protected]
2707 info lifecycle [email protected]~preinstall: [email protected]
2708 silly preinstall [email protected]
2709 info lifecycle [email protected]~preinstall: [email protected]
2710 silly preinstall [email protected]
2711 info lifecycle [email protected]~preinstall: [email protected]
2712 silly preinstall [email protected]
2713 info lifecycle [email protected]~preinstall: [email protected]
2714 silly preinstall [email protected]
2715 info lifecycle [email protected]~preinstall: [email protected]
2716 silly preinstall [email protected]
2717 info lifecycle [email protected]~preinstall: [email protected]
2718 silly preinstall [email protected]
2719 info lifecycle [email protected]~preinstall: [email protected]
2720 silly preinstall [email protected]
2721 info lifecycle [email protected]~preinstall: [email protected]
2722 silly preinstall [email protected]
2723 info lifecycle [email protected]~preinstall: [email protected]
2724 silly preinstall [email protected]
2725 info lifecycle [email protected]~preinstall: [email protected]
2726 silly preinstall [email protected]
2727 info lifecycle [email protected]~preinstall: [email protected]
2728 silly preinstall [email protected]
2729 info lifecycle [email protected]~preinstall: [email protected]
2730 silly preinstall [email protected]
2731 info lifecycle [email protected]~preinstall: [email protected]
2732 silly preinstall [email protected]
2733 info lifecycle [email protected]~preinstall: [email protected]
2734 silly preinstall [email protected]
2735 info lifecycle [email protected]~preinstall: [email protected]
2736 silly preinstall [email protected]
2737 info lifecycle [email protected]~preinstall: [email protected]
2738 silly preinstall [email protected]
2739 info lifecycle [email protected]~preinstall: [email protected]
2740 silly preinstall [email protected]
2741 info lifecycle [email protected]~preinstall: [email protected]
2742 timing action:preinstall Completed in 17ms
2743 silly doSerial build 1144
2744 silly build [email protected]
2745 info linkStuff [email protected]
2746 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2747 silly linkStuff [email protected] is part of a global install
2748 silly linkStuff [email protected] is installed into a global node_modules
2749 silly build [email protected]
2750 info linkStuff [email protected]
2751 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2752 silly linkStuff [email protected] is part of a global install
2753 silly linkStuff [email protected] is installed into a global node_modules
2754 silly build [email protected]
2755 info linkStuff [email protected]
2756 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2757 silly linkStuff [email protected] is part of a global install
2758 silly linkStuff [email protected] is installed into a global node_modules
2759 silly build [email protected]
2760 info linkStuff [email protected]
2761 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2762 silly linkStuff [email protected] is part of a global install
2763 silly linkStuff [email protected] is installed into a global node_modules
2764 silly build [email protected]
2765 info linkStuff [email protected]
2766 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2767 silly linkStuff [email protected] is part of a global install
2768 silly linkStuff [email protected] is installed into a global node_modules
2769 silly build [email protected]
2770 info linkStuff [email protected]
2771 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2772 silly linkStuff [email protected] is part of a global install
2773 silly linkStuff [email protected] is installed into a global node_modules
2774 silly build [email protected]
2775 info linkStuff [email protected]
2776 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2777 silly linkStuff [email protected] is part of a global install
2778 silly linkStuff [email protected] is installed into a global node_modules
2779 silly build [email protected]
2780 info linkStuff [email protected]
2781 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2782 silly linkStuff [email protected] is part of a global install
2783 silly linkStuff [email protected] is installed into a global node_modules
2784 silly build [email protected]
2785 info linkStuff [email protected]
2786 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2787 silly linkStuff [email protected] is part of a global install
2788 silly linkStuff [email protected] is installed into a global node_modules
2789 silly build [email protected]
2790 info linkStuff [email protected]
2791 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2792 silly linkStuff [email protected] is part of a global install
2793 silly linkStuff [email protected] is installed into a global node_modules
2794 silly build [email protected]
2795 info linkStuff [email protected]
2796 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2797 silly linkStuff [email protected] is part of a global install
2798 silly linkStuff [email protected] is installed into a global node_modules
2799 silly build [email protected]
2800 info linkStuff [email protected]
2801 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2802 silly linkStuff [email protected] is part of a global install
2803 silly linkStuff [email protected] is installed into a global node_modules
2804 silly build [email protected]
2805 info linkStuff [email protected]
2806 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2807 silly linkStuff [email protected] is part of a global install
2808 silly linkStuff [email protected] is installed into a global node_modules
2809 silly build [email protected]
2810 info linkStuff [email protected]
2811 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2812 silly linkStuff [email protected] is part of a global install
2813 silly linkStuff [email protected] is installed into a global node_modules
2814 silly build [email protected]
2815 info linkStuff [email protected]
2816 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2817 silly linkStuff [email protected] is part of a global install
2818 silly linkStuff [email protected] is installed into a global node_modules
2819 silly build [email protected]
2820 info linkStuff [email protected]
2821 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2822 silly linkStuff [email protected] is part of a global install
2823 silly linkStuff [email protected] is installed into a global node_modules
2824 silly build [email protected]
2825 info linkStuff [email protected]
2826 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2827 silly linkStuff [email protected] is part of a global install
2828 silly linkStuff [email protected] is installed into a global node_modules
2829 silly build [email protected]
2830 info linkStuff [email protected]
2831 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2832 silly linkStuff [email protected] is part of a global install
2833 silly linkStuff [email protected] is installed into a global node_modules
2834 silly build [email protected]
2835 info linkStuff [email protected]
2836 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2837 silly linkStuff [email protected] is part of a global install
2838 silly linkStuff [email protected] is installed into a global node_modules
2839 silly build [email protected]
2840 info linkStuff [email protected]
2841 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2842 silly linkStuff [email protected] is part of a global install
2843 silly linkStuff [email protected] is installed into a global node_modules
2844 silly build [email protected]
2845 info linkStuff [email protected]
2846 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2847 silly linkStuff [email protected] is part of a global install
2848 silly linkStuff [email protected] is installed into a global node_modules
2849 silly build [email protected]
2850 info linkStuff [email protected]
2851 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2852 silly linkStuff [email protected] is part of a global install
2853 silly linkStuff [email protected] is installed into a global node_modules
2854 verbose linkBins [
2854 verbose linkBins   { 'detect-libc': './bin/detect-libc.js' },
2854 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
2854 verbose linkBins   false
2854 verbose linkBins ]
2855 silly build [email protected]
2856 info linkStuff [email protected]
2857 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2858 silly linkStuff [email protected] is part of a global install
2859 silly linkStuff [email protected] is installed into a global node_modules
2860 silly build [email protected]
2861 info linkStuff [email protected]
2862 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2863 silly linkStuff [email protected] is part of a global install
2864 silly linkStuff [email protected] is installed into a global node_modules
2865 silly build [email protected]
2866 info linkStuff [email protected]
2867 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2868 silly linkStuff [email protected] is part of a global install
2869 silly linkStuff [email protected] is installed into a global node_modules
2870 silly build [email protected]
2871 info linkStuff [email protected]
2872 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2873 silly linkStuff [email protected] is part of a global install
2874 silly linkStuff [email protected] is installed into a global node_modules
2875 silly build [email protected]
2876 info linkStuff [email protected]
2877 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2878 silly linkStuff [email protected] is part of a global install
2879 silly linkStuff [email protected] is installed into a global node_modules
2880 silly build [email protected]
2881 info linkStuff [email protected]
2882 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2883 silly linkStuff [email protected] is part of a global install
2884 silly linkStuff [email protected] is installed into a global node_modules
2885 silly build [email protected]
2886 info linkStuff [email protected]
2887 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2888 silly linkStuff [email protected] is part of a global install
2889 silly linkStuff [email protected] is installed into a global node_modules
2890 silly build [email protected]
2891 info linkStuff [email protected]
2892 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2893 silly linkStuff [email protected] is part of a global install
2894 silly linkStuff [email protected] is installed into a global node_modules
2895 silly build [email protected]
2896 info linkStuff [email protected]
2897 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2898 silly linkStuff [email protected] is part of a global install
2899 silly linkStuff [email protected] is installed into a global node_modules
2900 silly build [email protected]
2901 info linkStuff [email protected]
2902 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2903 silly linkStuff [email protected] is part of a global install
2904 silly linkStuff [email protected] is installed into a global node_modules
2905 silly build [email protected]
2906 info linkStuff [email protected]
2907 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2908 silly linkStuff [email protected] is part of a global install
2909 silly linkStuff [email protected] is installed into a global node_modules
2910 silly build [email protected]
2911 info linkStuff [email protected]
2912 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2913 silly linkStuff [email protected] is part of a global install
2914 silly linkStuff [email protected] is installed into a global node_modules
2915 silly build [email protected]
2916 info linkStuff [email protected]
2917 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2918 silly linkStuff [email protected] is part of a global install
2919 silly linkStuff [email protected] is installed into a global node_modules
2920 silly build [email protected]
2921 info linkStuff [email protected]
2922 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2923 silly linkStuff [email protected] is part of a global install
2924 silly linkStuff [email protected] is installed into a global node_modules
2925 silly build [email protected]
2926 info linkStuff [email protected]
2927 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2928 silly linkStuff [email protected] is part of a global install
2929 silly linkStuff [email protected] is installed into a global node_modules
2930 silly build [email protected]
2931 info linkStuff [email protected]
2932 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2933 silly linkStuff [email protected] is part of a global install
2934 silly linkStuff [email protected] is installed into a global node_modules
2935 silly build [email protected]
2936 info linkStuff [email protected]
2937 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2938 silly linkStuff [email protected] is part of a global install
2939 silly linkStuff [email protected] is installed into a global node_modules
2940 silly build [email protected]
2941 info linkStuff [email protected]
2942 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2943 silly linkStuff [email protected] is part of a global install
2944 silly linkStuff [email protected] is installed into a global node_modules
2945 silly build [email protected]
2946 info linkStuff [email protected]
2947 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2948 silly linkStuff [email protected] is part of a global install
2949 silly linkStuff [email protected] is installed into a global node_modules
2950 silly build [email protected]
2951 info linkStuff [email protected]
2952 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2953 silly linkStuff [email protected] is part of a global install
2954 silly linkStuff [email protected] is installed into a global node_modules
2955 silly build [email protected]
2956 info linkStuff [email protected]
2957 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2958 silly linkStuff [email protected] is part of a global install
2959 silly linkStuff [email protected] is installed into a global node_modules
2960 silly build [email protected]
2961 info linkStuff [email protected]
2962 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2963 silly linkStuff [email protected] is part of a global install
2964 silly linkStuff [email protected] is installed into a global node_modules
2965 silly build [email protected]
2966 info linkStuff [email protected]
2967 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2968 silly linkStuff [email protected] is part of a global install
2969 silly linkStuff [email protected] is installed into a global node_modules
2970 silly build [email protected]
2971 info linkStuff [email protected]
2972 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2973 silly linkStuff [email protected] is part of a global install
2974 silly linkStuff [email protected] is installed into a global node_modules
2975 silly build [email protected]
2976 info linkStuff [email protected]
2977 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2978 silly linkStuff [email protected] is part of a global install
2979 silly linkStuff [email protected] is installed into a global node_modules
2980 silly build [email protected]
2981 info linkStuff [email protected]
2982 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2983 silly linkStuff [email protected] is part of a global install
2984 silly linkStuff [email protected] is installed into a global node_modules
2985 silly build [email protected]
2986 info linkStuff [email protected]
2987 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2988 silly linkStuff [email protected] is part of a global install
2989 silly linkStuff [email protected] is installed into a global node_modules
2990 silly build [email protected]
2991 info linkStuff [email protected]
2992 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2993 silly linkStuff [email protected] is part of a global install
2994 silly linkStuff [email protected] is installed into a global node_modules
2995 silly build [email protected]
2996 info linkStuff [email protected]
2997 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
2998 silly linkStuff [email protected] is part of a global install
2999 silly linkStuff [email protected] is installed into a global node_modules
3000 silly build [email protected]
3001 info linkStuff [email protected]
3002 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3003 silly linkStuff [email protected] is part of a global install
3004 silly linkStuff [email protected] is installed into a global node_modules
3005 silly build [email protected]
3006 info linkStuff [email protected]
3007 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3008 silly linkStuff [email protected] is part of a global install
3009 silly linkStuff [email protected] is installed into a global node_modules
3010 silly build [email protected]
3011 info linkStuff [email protected]
3012 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3013 silly linkStuff [email protected] is part of a global install
3014 silly linkStuff [email protected] is installed into a global node_modules
3015 silly build [email protected]
3016 info linkStuff [email protected]
3017 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3018 silly linkStuff [email protected] is part of a global install
3019 silly linkStuff [email protected] is installed into a global node_modules
3020 silly build [email protected]
3021 info linkStuff [email protected]
3022 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3023 silly linkStuff [email protected] is part of a global install
3024 silly linkStuff [email protected] is installed into a global node_modules
3025 silly build [email protected]
3026 info linkStuff [email protected]
3027 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3028 silly linkStuff [email protected] is part of a global install
3029 silly linkStuff [email protected] is installed into a global node_modules
3030 verbose linkBins [
3030 verbose linkBins   { mkdirp: 'bin/cmd.js' },
3030 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3030 verbose linkBins   false
3030 verbose linkBins ]
3031 silly build [email protected]
3032 info linkStuff [email protected]
3033 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3034 silly linkStuff [email protected] is part of a global install
3035 silly linkStuff [email protected] is installed into a global node_modules
3036 silly build [email protected]
3037 info linkStuff [email protected]
3038 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3039 silly linkStuff [email protected] is part of a global install
3040 silly linkStuff [email protected] is installed into a global node_modules
3041 silly build [email protected]
3042 info linkStuff [email protected]
3043 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3044 silly linkStuff [email protected] is part of a global install
3045 silly linkStuff [email protected] is installed into a global node_modules
3046 silly build [email protected]
3047 info linkStuff [email protected]
3048 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3049 silly linkStuff [email protected] is part of a global install
3050 silly linkStuff [email protected] is installed into a global node_modules
3051 silly build [email protected]
3052 info linkStuff [email protected]
3053 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3054 silly linkStuff [email protected] is part of a global install
3055 silly linkStuff [email protected] is installed into a global node_modules
3056 silly build [email protected]
3057 info linkStuff [email protected]
3058 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3059 silly linkStuff [email protected] is part of a global install
3060 silly linkStuff [email protected] is installed into a global node_modules
3061 silly build [email protected]
3062 info linkStuff [email protected]
3063 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3064 silly linkStuff [email protected] is part of a global install
3065 silly linkStuff [email protected] is installed into a global node_modules
3066 silly build [email protected]
3067 info linkStuff [email protected]
3068 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3069 silly linkStuff [email protected] is part of a global install
3070 silly linkStuff [email protected] is installed into a global node_modules
3071 silly build [email protected]
3072 info linkStuff [email protected]
3073 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3074 silly linkStuff [email protected] is part of a global install
3075 silly linkStuff [email protected] is installed into a global node_modules
3076 silly build [email protected]
3077 info linkStuff [email protected]
3078 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3079 silly linkStuff [email protected] is part of a global install
3080 silly linkStuff [email protected] is installed into a global node_modules
3081 silly build [email protected]
3082 info linkStuff [email protected]
3083 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3084 silly linkStuff [email protected] is part of a global install
3085 silly linkStuff [email protected] is installed into a global node_modules
3086 silly build [email protected]
3087 info linkStuff [email protected]
3088 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3089 silly linkStuff [email protected] is part of a global install
3090 silly linkStuff [email protected] is installed into a global node_modules
3091 silly build [email protected]
3092 info linkStuff [email protected]
3093 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3094 silly linkStuff [email protected] is part of a global install
3095 silly linkStuff [email protected] is installed into a global node_modules
3096 silly build [email protected]
3097 info linkStuff [email protected]
3098 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3099 silly linkStuff [email protected] is part of a global install
3100 silly linkStuff [email protected] is installed into a global node_modules
3101 silly build [email protected]
3102 info linkStuff [email protected]
3103 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3104 silly linkStuff [email protected] is part of a global install
3105 silly linkStuff [email protected] is installed into a global node_modules
3106 silly build [email protected]
3107 info linkStuff [email protected]
3108 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3109 silly linkStuff [email protected] is part of a global install
3110 silly linkStuff [email protected] is installed into a global node_modules
3111 verbose linkBins [
3111 verbose linkBins   { nopt: './bin/nopt.js' },
3111 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3111 verbose linkBins   false
3111 verbose linkBins ]
3112 silly build [email protected]
3113 info linkStuff [email protected]
3114 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3115 silly linkStuff [email protected] is part of a global install
3116 silly linkStuff [email protected] is installed into a global node_modules
3117 silly build [email protected]
3118 info linkStuff [email protected]
3119 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3120 silly linkStuff [email protected] is part of a global install
3121 silly linkStuff [email protected] is installed into a global node_modules
3122 silly build [email protected]
3123 info linkStuff [email protected]
3124 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3125 silly linkStuff [email protected] is part of a global install
3126 silly linkStuff [email protected] is installed into a global node_modules
3127 silly build [email protected]
3128 info linkStuff [email protected]
3129 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3130 silly linkStuff [email protected] is part of a global install
3131 silly linkStuff [email protected] is installed into a global node_modules
3132 silly build [email protected]
3133 info linkStuff [email protected]
3134 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3135 silly linkStuff [email protected] is part of a global install
3136 silly linkStuff [email protected] is installed into a global node_modules
3137 silly build [email protected]
3138 info linkStuff [email protected]
3139 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3140 silly linkStuff [email protected] is part of a global install
3141 silly linkStuff [email protected] is installed into a global node_modules
3142 silly build [email protected]
3143 info linkStuff [email protected]
3144 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3145 silly linkStuff [email protected] is part of a global install
3146 silly linkStuff [email protected] is installed into a global node_modules
3147 silly build [email protected]
3148 info linkStuff [email protected]
3149 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3150 silly linkStuff [email protected] is part of a global install
3151 silly linkStuff [email protected] is installed into a global node_modules
3152 verbose linkBins [
3152 verbose linkBins   { nopt: './bin/nopt.js' },
3152 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules/.bin',
3152 verbose linkBins   false
3152 verbose linkBins ]
3153 silly build [email protected]
3154 info linkStuff [email protected]
3155 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3156 silly linkStuff [email protected] is part of a global install
3157 silly linkStuff [email protected] is installed into a global node_modules
3158 silly build [email protected]
3159 info linkStuff [email protected]
3160 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3161 silly linkStuff [email protected] is part of a global install
3162 silly linkStuff [email protected] is installed into a global node_modules
3163 silly build [email protected]
3164 info linkStuff [email protected]
3165 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3166 silly linkStuff [email protected] is part of a global install
3167 silly linkStuff [email protected] is installed into a global node_modules
3168 silly build [email protected]
3169 info linkStuff [email protected]
3170 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3171 silly linkStuff [email protected] is part of a global install
3172 silly linkStuff [email protected] is installed into a global node_modules
3173 silly build [email protected]
3174 info linkStuff [email protected]
3175 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3176 silly linkStuff [email protected] is part of a global install
3177 silly linkStuff [email protected] is installed into a global node_modules
3178 silly build [email protected]
3179 info linkStuff [email protected]
3180 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3181 silly linkStuff [email protected] is part of a global install
3182 silly linkStuff [email protected] is installed into a global node_modules
3183 silly build [email protected]
3184 info linkStuff [email protected]
3185 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3186 silly linkStuff [email protected] is part of a global install
3187 silly linkStuff [email protected] is installed into a global node_modules
3188 silly build [email protected]
3189 info linkStuff [email protected]
3190 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/rc/node_modules as its parent node_modules
3191 silly linkStuff [email protected] is part of a global install
3192 silly linkStuff [email protected] is installed into a global node_modules
3193 silly build [email protected]
3194 info linkStuff [email protected]
3195 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3196 silly linkStuff [email protected] is part of a global install
3197 silly linkStuff [email protected] is installed into a global node_modules
3198 silly build [email protected]
3199 info linkStuff [email protected]
3200 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3201 silly linkStuff [email protected] is part of a global install
3202 silly linkStuff [email protected] is installed into a global node_modules
3203 silly build [email protected]
3204 info linkStuff [email protected]
3205 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3206 silly linkStuff [email protected] is part of a global install
3207 silly linkStuff [email protected] is installed into a global node_modules
3208 silly build [email protected]
3209 info linkStuff [email protected]
3210 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3211 silly linkStuff [email protected] is part of a global install
3212 silly linkStuff [email protected] is installed into a global node_modules
3213 silly build [email protected]
3214 info linkStuff [email protected]
3215 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3216 silly linkStuff [email protected] is part of a global install
3217 silly linkStuff [email protected] is installed into a global node_modules
3218 verbose linkBins [
3218 verbose linkBins   { semver: './bin/semver' },
3218 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3218 verbose linkBins   false
3218 verbose linkBins ]
3219 silly build [email protected]
3220 info linkStuff [email protected]
3221 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3222 silly linkStuff [email protected] is part of a global install
3223 silly linkStuff [email protected] is installed into a global node_modules
3224 silly build [email protected]
3225 info linkStuff [email protected]
3226 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3227 silly linkStuff [email protected] is part of a global install
3228 silly linkStuff [email protected] is installed into a global node_modules
3229 silly build [email protected]
3230 info linkStuff [email protected]
3231 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3232 silly linkStuff [email protected] is part of a global install
3233 silly linkStuff [email protected] is installed into a global node_modules
3234 silly build [email protected]
3235 info linkStuff [email protected]
3236 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3237 silly linkStuff [email protected] is part of a global install
3238 silly linkStuff [email protected] is installed into a global node_modules
3239 silly build [email protected]
3240 info linkStuff [email protected]
3241 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3242 silly linkStuff [email protected] is part of a global install
3243 silly linkStuff [email protected] is installed into a global node_modules
3244 silly build [email protected]
3245 info linkStuff [email protected]
3246 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3247 silly linkStuff [email protected] is part of a global install
3248 silly linkStuff [email protected] is installed into a global node_modules
3249 silly build [email protected]
3250 info linkStuff [email protected]
3251 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3252 silly linkStuff [email protected] is part of a global install
3253 silly linkStuff [email protected] is installed into a global node_modules
3254 silly build [email protected]
3255 info linkStuff [email protected]
3256 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3257 silly linkStuff [email protected] is part of a global install
3258 silly linkStuff [email protected] is installed into a global node_modules
3259 silly build [email protected]
3260 info linkStuff [email protected]
3261 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3262 silly linkStuff [email protected] is part of a global install
3263 silly linkStuff [email protected] is installed into a global node_modules
3264 silly build [email protected]
3265 info linkStuff [email protected]
3266 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3267 silly linkStuff [email protected] is part of a global install
3268 silly linkStuff [email protected] is installed into a global node_modules
3269 verbose linkBins [
3269 verbose linkBins   { rc: './cli.js' },
3269 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3269 verbose linkBins   false
3269 verbose linkBins ]
3270 silly build [email protected]
3271 info linkStuff [email protected]
3272 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/tough-cookie/node_modules as its parent node_modules
3273 silly linkStuff [email protected] is part of a global install
3274 silly linkStuff [email protected] is installed into a global node_modules
3275 silly build [email protected]
3276 info linkStuff [email protected]
3277 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3278 silly linkStuff [email protected] is part of a global install
3279 silly linkStuff [email protected] is installed into a global node_modules
3280 silly build [email protected]
3281 info linkStuff [email protected]
3282 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3283 silly linkStuff [email protected] is part of a global install
3284 silly linkStuff [email protected] is installed into a global node_modules
3285 silly build [email protected]
3286 info linkStuff [email protected]
3287 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3288 silly linkStuff [email protected] is part of a global install
3289 silly linkStuff [email protected] is installed into a global node_modules
3290 silly build [email protected]
3291 info linkStuff [email protected]
3292 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3293 silly linkStuff [email protected] is part of a global install
3294 silly linkStuff [email protected] is installed into a global node_modules
3295 silly build [email protected]
3296 info linkStuff [email protected]
3297 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3298 silly linkStuff [email protected] is part of a global install
3299 silly linkStuff [email protected] is installed into a global node_modules
3300 verbose linkBins [
3300 verbose linkBins   {
3300 verbose linkBins     'sshpk-conv': 'bin/sshpk-conv',
3300 verbose linkBins     'sshpk-sign': 'bin/sshpk-sign',
3300 verbose linkBins     'sshpk-verify': 'bin/sshpk-verify'
3300 verbose linkBins   },
3300 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3300 verbose linkBins   false
3300 verbose linkBins ]
3301 silly build [email protected]
3302 info linkStuff [email protected]
3303 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3304 silly linkStuff [email protected] is part of a global install
3305 silly linkStuff [email protected] is installed into a global node_modules
3306 silly build [email protected]
3307 info linkStuff [email protected]
3308 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3309 silly linkStuff [email protected] is part of a global install
3310 silly linkStuff [email protected] is installed into a global node_modules
3311 silly build [email protected]
3312 info linkStuff [email protected]
3313 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3314 silly linkStuff [email protected] is part of a global install
3315 silly linkStuff [email protected] is installed into a global node_modules
3316 silly build [email protected]
3317 info linkStuff [email protected]
3318 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3319 silly linkStuff [email protected] is part of a global install
3320 silly linkStuff [email protected] is installed into a global node_modules
3321 silly build [email protected]
3322 info linkStuff [email protected]
3323 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3324 silly linkStuff [email protected] is part of a global install
3325 silly linkStuff [email protected] is installed into a global node_modules
3326 silly build [email protected]
3327 info linkStuff [email protected]
3328 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3329 silly linkStuff [email protected] is part of a global install
3330 silly linkStuff [email protected] is installed into a global node_modules
3331 silly build [email protected]
3332 info linkStuff [email protected]
3333 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3334 silly linkStuff [email protected] is part of a global install
3335 silly linkStuff [email protected] is installed into a global node_modules
3336 silly build [email protected]
3337 info linkStuff [email protected]
3338 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3339 silly linkStuff [email protected] is part of a global install
3340 silly linkStuff [email protected] is installed into a global node_modules
3341 verbose linkBins [
3341 verbose linkBins   { uuid: './bin/uuid' },
3341 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3341 verbose linkBins   false
3341 verbose linkBins ]
3342 silly build [email protected]
3343 info linkStuff [email protected]
3344 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3345 silly linkStuff [email protected] is part of a global install
3346 silly linkStuff [email protected] is installed into a global node_modules
3347 silly build [email protected]
3348 info linkStuff [email protected]
3349 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3350 silly linkStuff [email protected] is part of a global install
3351 silly linkStuff [email protected] is installed into a global node_modules
3352 silly build [email protected]
3353 info linkStuff [email protected]
3354 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3355 silly linkStuff [email protected] is part of a global install
3356 silly linkStuff [email protected] is installed into a global node_modules
3357 silly build [email protected]
3358 info linkStuff [email protected]
3359 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3360 silly linkStuff [email protected] is part of a global install
3361 silly linkStuff [email protected] is installed into a global node_modules
3362 silly build [email protected]
3363 info linkStuff [email protected]
3364 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3365 silly linkStuff [email protected] is part of a global install
3366 silly linkStuff [email protected] is installed into a global node_modules
3367 silly build [email protected]
3368 info linkStuff [email protected]
3369 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules/node-pre-gyp/node_modules as its parent node_modules
3370 silly linkStuff [email protected] is part of a global install
3371 silly linkStuff [email protected] is installed into a global node_modules
3372 silly build [email protected]
3373 info linkStuff [email protected]
3374 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3375 silly linkStuff [email protected] is part of a global install
3376 silly linkStuff [email protected] is installed into a global node_modules
3377 verbose linkBins [
3377 verbose linkBins   { which: './bin/which' },
3377 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3377 verbose linkBins   false
3377 verbose linkBins ]
3378 silly build [email protected]
3379 info linkStuff [email protected]
3380 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3381 silly linkStuff [email protected] is part of a global install
3382 silly linkStuff [email protected] is installed into a global node_modules
3383 silly build [email protected]
3384 info linkStuff [email protected]
3385 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3386 silly linkStuff [email protected] is part of a global install
3387 silly linkStuff [email protected] is installed into a global node_modules
3388 silly build [email protected]
3389 info linkStuff [email protected]
3390 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3391 silly linkStuff [email protected] is part of a global install
3392 silly linkStuff [email protected] is installed into a global node_modules
3393 silly build [email protected]
3394 info linkStuff [email protected]
3395 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3396 silly linkStuff [email protected] is part of a global install
3397 silly linkStuff [email protected] is installed into a global node_modules
3398 silly build [email protected]
3399 info linkStuff [email protected]
3400 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3401 silly linkStuff [email protected] is part of a global install
3402 silly linkStuff [email protected] is installed into a global node_modules
3403 silly build [email protected]
3404 info linkStuff [email protected]
3405 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3406 silly linkStuff [email protected] is part of a global install
3407 silly linkStuff [email protected] is installed into a global node_modules
3408 silly build [email protected]
3409 info linkStuff [email protected]
3410 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3411 silly linkStuff [email protected] is part of a global install
3412 silly linkStuff [email protected] is installed into a global node_modules
3413 silly build [email protected]
3414 info linkStuff [email protected]
3415 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3416 silly linkStuff [email protected] is part of a global install
3417 silly linkStuff [email protected] is installed into a global node_modules
3418 verbose linkBins [
3418 verbose linkBins   { rimraf: './bin.js' },
3418 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3418 verbose linkBins   false
3418 verbose linkBins ]
3419 silly build [email protected]
3420 info linkStuff [email protected]
3421 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3422 silly linkStuff [email protected] is part of a global install
3423 silly linkStuff [email protected] is installed into a global node_modules
3424 silly build [email protected]
3425 info linkStuff [email protected]
3426 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3427 silly linkStuff [email protected] is part of a global install
3428 silly linkStuff [email protected] is installed into a global node_modules
3429 silly build [email protected]
3430 info linkStuff [email protected]
3431 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3432 silly linkStuff [email protected] is part of a global install
3433 silly linkStuff [email protected] is installed into a global node_modules
3434 silly build [email protected]
3435 info linkStuff [email protected]
3436 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3437 silly linkStuff [email protected] is part of a global install
3438 silly linkStuff [email protected] is installed into a global node_modules
3439 silly build [email protected]
3440 info linkStuff [email protected]
3441 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3442 silly linkStuff [email protected] is part of a global install
3443 silly linkStuff [email protected] is installed into a global node_modules
3444 verbose linkBins [
3444 verbose linkBins   { 'node-gyp': './bin/node-gyp.js' },
3444 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3444 verbose linkBins   false
3444 verbose linkBins ]
3445 silly build [email protected]
3446 info linkStuff [email protected]
3447 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3448 silly linkStuff [email protected] is part of a global install
3449 silly linkStuff [email protected] is installed into a global node_modules
3450 silly build [email protected]
3451 info linkStuff [email protected]
3452 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3453 silly linkStuff [email protected] is part of a global install
3454 silly linkStuff [email protected] is installed into a global node_modules
3455 verbose linkBins [
3455 verbose linkBins   { 'node-pre-gyp': './bin/node-pre-gyp' },
3455 verbose linkBins   '/usr/local/lib/node_modules/git-tutor/node_modules/.bin',
3455 verbose linkBins   false
3455 verbose linkBins ]
3456 silly build [email protected]
3457 info linkStuff [email protected]
3458 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3459 silly linkStuff [email protected] is part of a global install
3460 silly linkStuff [email protected] is installed into a global node_modules
3461 silly build [email protected]
3462 info linkStuff [email protected]
3463 silly linkStuff [email protected] has /usr/local/lib/node_modules/git-tutor/node_modules as its parent node_modules
3464 silly linkStuff [email protected] is part of a global install
3465 silly linkStuff [email protected] is installed into a global node_modules
3466 silly build [email protected]
3467 info linkStuff [email protected]
3468 silly linkStuff [email protected] has /usr/local/lib/node_modules as its parent node_modules
3469 silly linkStuff [email protected] is part of a global install
3470 silly linkStuff [email protected] is installed into a global node_modules
3471 silly linkStuff [email protected] is installed into the top-level global node_modules
3472 verbose linkBins [ { 'git-tutor': './cli.js' }, '/usr/local/bin', true ]
3473 timing action:build Completed in 163ms
3474 silly doSerial global-link 1144
3475 silly doParallel update-linked 0
3476 silly doSerial install 1144
3477 silly install [email protected]
3478 info lifecycle [email protected]~install: [email protected]
3479 silly install [email protected]
3480 info lifecycle [email protected]~install: [email protected]
3481 silly install [email protected]
3482 info lifecycle [email protected]~install: [email protected]
3483 silly install [email protected]
3484 info lifecycle [email protected]~install: [email protected]
3485 silly install [email protected]
3486 info lifecycle [email protected]~install: [email protected]
3487 silly install [email protected]
3488 info lifecycle [email protected]~install: [email protected]
3489 silly install [email protected]
3490 info lifecycle [email protected]~install: [email protected]
3491 silly install [email protected]
3492 info lifecycle [email protected]~install: [email protected]
3493 silly install [email protected]
3494 info lifecycle [email protected]~install: [email protected]
3495 silly install [email protected]
3496 info lifecycle [email protected]~install: [email protected]
3497 silly install [email protected]
3498 info lifecycle [email protected]~install: [email protected]
3499 silly install [email protected]
3500 info lifecycle [email protected]~install: [email protected]
3501 silly install [email protected]
3502 info lifecycle [email protected]~install: [email protected]
3503 silly install [email protected]
3504 info lifecycle [email protected]~install: [email protected]
3505 silly install [email protected]
3506 info lifecycle [email protected]~install: [email protected]
3507 silly install [email protected]
3508 info lifecycle [email protected]~install: [email protected]
3509 silly install [email protected]
3510 info lifecycle [email protected]~install: [email protected]
3511 silly install [email protected]
3512 info lifecycle [email protected]~install: [email protected]
3513 silly install [email protected]
3514 info lifecycle [email protected]~install: [email protected]
3515 silly install [email protected]
3516 info lifecycle [email protected]~install: [email protected]
3517 silly install [email protected]
3518 info lifecycle [email protected]~install: [email protected]
3519 silly install [email protected]
3520 info lifecycle [email protected]~install: [email protected]
3521 silly install [email protected]
3522 info lifecycle [email protected]~install: [email protected]
3523 silly install [email protected]
3524 info lifecycle [email protected]~install: [email protected]
3525 silly install [email protected]
3526 info lifecycle [email protected]~install: [email protected]
3527 silly install [email protected]
3528 info lifecycle [email protected]~install: [email protected]
3529 silly install [email protected]
3530 info lifecycle [email protected]~install: [email protected]
3531 silly install [email protected]
3532 info lifecycle [email protected]~install: [email protected]
3533 silly install [email protected]
3534 info lifecycle [email protected]~install: [email protected]
3535 silly install [email protected]
3536 info lifecycle [email protected]~install: [email protected]
3537 silly install [email protected]
3538 info lifecycle [email protected]~install: [email protected]
3539 silly install [email protected]
3540 info lifecycle [email protected]~install: [email protected]
3541 silly install [email protected]
3542 info lifecycle [email protected]~install: [email protected]
3543 silly install [email protected]
3544 info lifecycle [email protected]~install: [email protected]
3545 silly install [email protected]
3546 info lifecycle [email protected]~install: [email protected]
3547 silly install [email protected]
3548 info lifecycle [email protected]~install: [email protected]
3549 silly install [email protected]
3550 info lifecycle [email protected]~install: [email protected]
3551 silly install [email protected]
3552 info lifecycle [email protected]~install: [email protected]
3553 silly install [email protected]
3554 info lifecycle [email protected]~install: [email protected]
3555 silly install [email protected]
3556 info lifecycle [email protected]~install: [email protected]
3557 silly install [email protected]
3558 info lifecycle [email protected]~install: [email protected]
3559 silly install [email protected]
3560 info lifecycle [email protected]~install: [email protected]
3561 silly install [email protected]
3562 info lifecycle [email protected]~install: [email protected]
3563 silly install [email protected]
3564 info lifecycle [email protected]~install: [email protected]
3565 silly install [email protected]
3566 info lifecycle [email protected]~install: [email protected]
3567 silly install [email protected]
3568 info lifecycle [email protected]~install: [email protected]
3569 silly install [email protected]
3570 info lifecycle [email protected]~install: [email protected]
3571 silly install [email protected]
3572 info lifecycle [email protected]~install: [email protected]
3573 silly install [email protected]
3574 info lifecycle [email protected]~install: [email protected]
3575 silly install [email protected]
3576 info lifecycle [email protected]~install: [email protected]
3577 silly install [email protected]
3578 info lifecycle [email protected]~install: [email protected]
3579 silly install [email protected]
3580 info lifecycle [email protected]~install: [email protected]
3581 silly install [email protected]
3582 info lifecycle [email protected]~install: [email protected]
3583 silly install [email protected]
3584 info lifecycle [email protected]~install: [email protected]
3585 silly install [email protected]
3586 info lifecycle [email protected]~install: [email protected]
3587 silly install [email protected]
3588 info lifecycle [email protected]~install: [email protected]
3589 silly install [email protected]
3590 info lifecycle [email protected]~install: [email protected]
3591 silly install [email protected]
3592 info lifecycle [email protected]~install: [email protected]
3593 silly install [email protected]
3594 info lifecycle [email protected]~install: [email protected]
3595 silly install [email protected]
3596 info lifecycle [email protected]~install: [email protected]
3597 silly install [email protected]
3598 info lifecycle [email protected]~install: [email protected]
3599 silly install [email protected]
3600 info lifecycle [email protected]~install: [email protected]
3601 silly install [email protected]
3602 info lifecycle [email protected]~install: [email protected]
3603 silly install [email protected]
3604 info lifecycle [email protected]~install: [email protected]
3605 silly install [email protected]
3606 info lifecycle [email protected]~install: [email protected]
3607 silly install [email protected]
3608 info lifecycle [email protected]~install: [email protected]
3609 silly install [email protected]
3610 info lifecycle [email protected]~install: [email protected]
3611 silly install [email protected]
3612 info lifecycle [email protected]~install: [email protected]
3613 silly install [email protected]
3614 info lifecycle [email protected]~install: [email protected]
3615 silly install [email protected]
3616 info lifecycle [email protected]~install: [email protected]
3617 silly install [email protected]
3618 info lifecycle [email protected]~install: [email protected]
3619 silly install [email protected]
3620 info lifecycle [email protected]~install: [email protected]
3621 silly install [email protected]
3622 info lifecycle [email protected]~install: [email protected]
3623 silly install [email protected]
3624 info lifecycle [email protected]~install: [email protected]
3625 silly install [email protected]
3626 info lifecycle [email protected]~install: [email protected]
3627 silly install [email protected]
3628 info lifecycle [email protected]~install: [email protected]
3629 silly install [email protected]
3630 info lifecycle [email protected]~install: [email protected]
3631 silly install [email protected]
3632 info lifecycle [email protected]~install: [email protected]
3633 silly install [email protected]
3634 info lifecycle [email protected]~install: [email protected]
3635 silly install [email protected]
3636 info lifecycle [email protected]~install: [email protected]
3637 silly install [email protected]
3638 info lifecycle [email protected]~install: [email protected]
3639 silly install [email protected]
3640 info lifecycle [email protected]~install: [email protected]
3641 silly install [email protected]
3642 info lifecycle [email protected]~install: [email protected]
3643 silly install [email protected]
3644 info lifecycle [email protected]~install: [email protected]
3645 silly install [email protected]
3646 info lifecycle [email protected]~install: [email protected]
3647 silly install [email protected]
3648 info lifecycle [email protected]~install: [email protected]
3649 silly install [email protected]
3650 info lifecycle [email protected]~install: [email protected]
3651 silly install [email protected]
3652 info lifecycle [email protected]~install: [email protected]
3653 silly install [email protected]
3654 info lifecycle [email protected]~install: [email protected]
3655 silly install [email protected]
3656 info lifecycle [email protected]~install: [email protected]
3657 silly install [email protected]
3658 info lifecycle [email protected]~install: [email protected]
3659 silly install [email protected]
3660 info lifecycle [email protected]~install: [email protected]
3661 silly install [email protected]
3662 info lifecycle [email protected]~install: [email protected]
3663 silly install [email protected]
3664 info lifecycle [email protected]~install: [email protected]
3665 silly install [email protected]
3666 info lifecycle [email protected]~install: [email protected]
3667 silly install [email protected]
3668 info lifecycle [email protected]~install: [email protected]
3669 silly install [email protected]
3670 info lifecycle [email protected]~install: [email protected]
3671 silly install [email protected]
3672 info lifecycle [email protected]~install: [email protected]
3673 silly install [email protected]
3674 info lifecycle [email protected]~install: [email protected]
3675 silly install [email protected]
3676 info lifecycle [email protected]~install: [email protected]
3677 silly install [email protected]
3678 info lifecycle [email protected]~install: [email protected]
3679 silly install [email protected]
3680 info lifecycle [email protected]~install: [email protected]
3681 silly install [email protected]
3682 info lifecycle [email protected]~install: [email protected]
3683 silly install [email protected]
3684 info lifecycle [email protected]~install: [email protected]
3685 silly install [email protected]
3686 info lifecycle [email protected]~install: [email protected]
3687 silly install [email protected]
3688 info lifecycle [email protected]~install: [email protected]
3689 silly install [email protected]
3690 info lifecycle [email protected]~install: [email protected]
3691 silly install [email protected]
3692 info lifecycle [email protected]~install: [email protected]
3693 silly install [email protected]
3694 info lifecycle [email protected]~install: [email protected]
3695 silly install [email protected]
3696 info lifecycle [email protected]~install: [email protected]
3697 silly install [email protected]
3698 info lifecycle [email protected]~install: [email protected]
3699 silly install [email protected]
3700 info lifecycle [email protected]~install: [email protected]
3701 silly install [email protected]
3702 info lifecycle [email protected]~install: [email protected]
3703 silly install [email protected]
3704 info lifecycle [email protected]~install: [email protected]
3705 silly install [email protected]
3706 info lifecycle [email protected]~install: [email protected]
3707 silly install [email protected]
3708 info lifecycle [email protected]~install: [email protected]
3709 silly install [email protected]
3710 info lifecycle [email protected]~install: [email protected]
3711 silly install [email protected]
3712 info lifecycle [email protected]~install: [email protected]
3713 silly install [email protected]
3714 info lifecycle [email protected]~install: [email protected]
3715 silly install [email protected]
3716 info lifecycle [email protected]~install: [email protected]
3717 silly install [email protected]
3718 info lifecycle [email protected]~install: [email protected]
3719 silly install [email protected]
3720 info lifecycle [email protected]~install: [email protected]
3721 silly install [email protected]
3722 info lifecycle [email protected]~install: [email protected]
3723 silly install [email protected]
3724 info lifecycle [email protected]~install: [email protected]
3725 silly install [email protected]
3726 info lifecycle [email protected]~install: [email protected]
3727 silly install [email protected]
3728 info lifecycle [email protected]~install: [email protected]
3729 silly install [email protected]
3730 info lifecycle [email protected]~install: [email protected]
3731 silly install [email protected]
3732 info lifecycle [email protected]~install: [email protected]
3733 silly install [email protected]
3734 info lifecycle [email protected]~install: [email protected]
3735 silly install [email protected]
3736 info lifecycle [email protected]~install: [email protected]
3737 silly install [email protected]
3738 info lifecycle [email protected]~install: [email protected]
3739 silly install [email protected]
3740 info lifecycle [email protected]~install: [email protected]
3741 silly install [email protected]
3742 info lifecycle [email protected]~install: [email protected]
3743 silly install [email protected]
3744 info lifecycle [email protected]~install: [email protected]
3745 silly install [email protected]
3746 info lifecycle [email protected]~install: [email protected]
3747 silly install [email protected]
3748 info lifecycle [email protected]~install: [email protected]
3749 silly install [email protected]
3750 info lifecycle [email protected]~install: [email protected]
3751 silly install [email protected]
3752 info lifecycle [email protected]~install: [email protected]
3753 silly install [email protected]
3754 info lifecycle [email protected]~install: [email protected]
3755 silly install [email protected]
3756 info lifecycle [email protected]~install: [email protected]
3757 silly install [email protected]
3758 info lifecycle [email protected]~install: [email protected]
3759 silly install [email protected]
3760 info lifecycle [email protected]~install: [email protected]
3761 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle true
3762 verbose lifecycle [email protected]~install: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/usr/local/lib/node_modules/git-tutor/node_modules/nodegit/node_modules/.bin:/usr/local/lib/node_modules/git-tutor/node_modules/.bin:/usr/local/lib/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/soonsantos/Programs/flutter/bin
3763 verbose lifecycle [email protected]~install: CWD: /usr/local/lib/node_modules/git-tutor/node_modules/nodegit
3764 silly lifecycle [email protected]~install: Args: [
3764 silly lifecycle   '-c',
3764 silly lifecycle   'node lifecycleScripts/preinstall && node lifecycleScripts/install'
3764 silly lifecycle ]
3765 silly lifecycle [email protected]~install: Returned: code: 1  signal: null
3766 info lifecycle [email protected]~install: Failed to exec install script
3767 timing action:install Completed in 196315ms
3768 verbose unlock done using /Users/soonsantos/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging
3769 timing stage:rollbackFailedOptional Completed in 2500ms
3770 timing stage:runTopLevelLifecycles Completed in 212897ms
3771 verbose stack Error: [email protected] install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
3771 verbose stack Exit status 1
3771 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
3771 verbose stack     at EventEmitter.emit (events.js:209:13)
3771 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
3771 verbose stack     at ChildProcess.emit (events.js:209:13)
3771 verbose stack     at maybeClose (internal/child_process.js:1021:16)
3771 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
3772 verbose pkgid [email protected]
3773 verbose cwd /Users/soonsantos/Documents/Apps/Flutter/Samples/ToDoListFlutter/todolist_flutter
3774 verbose Darwin 18.6.0
3775 verbose argv "/usr/local/Cellar/node/12.10.0/bin/node" "/usr/local/bin/npm" "i" "-g" "git-tutor"
3776 verbose node v12.10.0
3777 verbose npm  v6.11.3
3778 error code ELIFECYCLE
3779 error errno 1
3780 error [email protected] install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
3780 error Exit status 1
3781 error Failed at the [email protected] install script.
3781 error This is probably not a problem with npm. There is likely additional logging output above.
3782 verbose exit [ 1, true ]

soonsam123 avatar Sep 29 '19 14:09 soonsam123

Sorry, I know you are busy. Any updates on this issue?

soonsam123 avatar Oct 04 '19 15:10 soonsam123

This should be fixed in latest version. @soonsam123 could you please try v0.3.0

lesnitsky avatar Nov 20 '19 09:11 lesnitsky