JustPaste.it

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\programmes\\nodejs\\\\node.exe',
1 verbose cli   'D:\\programmes\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   'node-libcurl' ]
2 info using npm@2.11.3
3 info using node@v0.12.7
4 verbose install initial load of D:\WWW\NodeJS\src\package.json
5 verbose installManyTop reading scoped package data from D:\WWW\NodeJS\src\node_modules\express\package.json
6 verbose installManyTop reading scoped package data from D:\WWW\NodeJS\src\node_modules\logger\package.json
7 verbose installManyTop reading scoped package data from D:\WWW\NodeJS\src\node_modules\morgan\package.json
8 verbose installManyTop reading scoped package data from D:\WWW\NodeJS\src\node_modules\python\package.json
9 info package.json logger@0.0.1 No repository field.
10 info package.json logger@0.0.1 No license field.
11 info package.json python@0.0.4 No license field.
12 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\package.json
13 silly cache add args [ 'node-libcurl', null ]
14 verbose cache add spec node-libcurl
15 silly cache add parsed spec { raw: 'node-libcurl',
15 silly cache add   scope: null,
15 silly cache add   name: 'node-libcurl',
15 silly cache add   rawSpec: '',
15 silly cache add   spec: '*',
15 silly cache add   type: 'range' }
16 silly addNamed node-libcurl@*
17 verbose addNamed "*" is a valid semver range for node-libcurl
18 silly addNameRange { name: 'node-libcurl', range: '*', hasData: false }
19 silly mapToRegistry name node-libcurl
20 silly mapToRegistry using default registry
21 silly mapToRegistry registry https://registry.npmjs.org/
22 silly mapToRegistry uri https://registry.npmjs.org/node-libcurl
23 verbose addNameRange registry:https://registry.npmjs.org/node-libcurl not in flight; fetching
24 verbose request uri https://registry.npmjs.org/node-libcurl
25 verbose request no auth needed
26 info attempt registry request try #1 at 17:24:37
27 verbose request id ac4d5bcf4223b628
28 verbose etag "8K9X7PX0OU27LHGDURIILSSXM"
29 http request GET https://registry.npmjs.org/node-libcurl
30 http 304 https://registry.npmjs.org/node-libcurl
31 silly get cb [ 304,
31 silly get   { date: 'Sun, 23 Aug 2015 15:24:16 GMT',
31 silly get     via: '1.1 varnish',
31 silly get     'cache-control': 'max-age=60',
31 silly get     etag: '"8K9X7PX0OU27LHGDURIILSSXM"',
31 silly get     age: '0',
31 silly get     connection: 'keep-alive',
31 silly get     'x-served-by': 'cache-fra1228-FRA',
31 silly get     'x-cache': 'MISS',
31 silly get     'x-cache-hits': '0',
31 silly get     'x-timer': 'S1440343456.390417,VS0,VE360',
31 silly get     vary: 'Accept' } ]
32 verbose etag https://registry.npmjs.org/node-libcurl from cache
33 verbose get saving node-libcurl to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\node-libcurl\.cache.json
34 silly addNameRange number 2 { name: 'node-libcurl', range: '*', hasData: true }
35 silly addNameRange versions [ 'node-libcurl',
35 silly addNameRange   [ '0.0.1',
35 silly addNameRange     '0.0.2',
35 silly addNameRange     '0.0.3',
35 silly addNameRange     '0.0.4',
35 silly addNameRange     '0.0.5',
35 silly addNameRange     '0.0.6',
35 silly addNameRange     '0.0.7',
35 silly addNameRange     '0.0.8',
35 silly addNameRange     '0.0.9',
35 silly addNameRange     '0.0.10',
35 silly addNameRange     '0.0.11',
35 silly addNameRange     '0.0.12',
35 silly addNameRange     '0.0.14',
35 silly addNameRange     '0.1.0',
35 silly addNameRange     '0.1.1',
35 silly addNameRange     '0.1.2',
35 silly addNameRange     '0.1.3',
35 silly addNameRange     '0.3.0',
35 silly addNameRange     '0.4.0',
35 silly addNameRange     '0.4.1',
35 silly addNameRange     '0.5.0',
35 silly addNameRange     '0.5.1' ] ]
36 silly addNamed node-libcurl@0.5.1
37 verbose addNamed "0.5.1" is a plain semver version for node-libcurl
38 silly cache afterAdd node-libcurl@0.5.1
39 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\node-libcurl\0.5.1\package\package.json not in flight; writing
40 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\node-libcurl\0.5.1\package\package.json written
41 silly install resolved [ { name: 'node-libcurl',
41 silly install resolved     version: '0.5.1',
41 silly install resolved     author: { name: 'Jonathan Cardoso', email: 'me@jonathancardoso.com' },
41 silly install resolved     description: 'Node bindings for libcurl. Based on the work from node-curl.',
41 silly install resolved     keywords: [ 'node-curl', 'curl', 'libcurl', 'node-libcurl' ],
41 silly install resolved     license: 'MIT',
41 silly install resolved     homepage: 'https://github.com/JCMais/node-libcurl',
41 silly install resolved     repository: { type: 'git', url: 'git://github.com/JCMais/node-libcurl.git' },
41 silly install resolved     main: './index.js',
41 silly install resolved     scripts:
41 silly install resolved      { install: 'node tools/retrieve-win-deps && node tools/generate-stubs && pangyp rebuild',
41 silly install resolved        test: 'mocha test --reporter spec' },
41 silly install resolved     dependencies: { bindings: '~1.2', debug: '^2.2', nan: '~2.0', pangyp: '~2.3' },
41 silly install resolved     devDependencies:
41 silly install resolved      { 'body-parser': '^1.12',
41 silly install resolved        'cookie-parser': '^1.3',
41 silly install resolved        express: '^4.12',
41 silly install resolved        'http-auth': '^2.2',
41 silly install resolved        multiparty: '~3.2.6',
41 silly install resolved        progress: '~1.1.8',
41 silly install resolved        mocha: '^2.2',
41 silly install resolved        should: '^6.0',
41 silly install resolved        jsdoc: 'github:jsdoc3/jsdoc',
41 silly install resolved        'jaguarjs-jsdoc': 'github:davidshimjs/jaguarjs-jsdoc',
41 silly install resolved        'jsdoc-baseline': 'github:hegemonic/baseline' },
41 silly install resolved     engines: { node: '>= 0.10.0 && <= 0.12', iojs: '>= 1.0.0' },
41 silly install resolved     gitHead: '00ac3e183a72bcec627511c9f6bed4c637ba1ea7',
41 silly install resolved     bugs: { url: 'https://github.com/JCMais/node-libcurl/issues' },
41 silly install resolved     _id: 'node-libcurl@0.5.1',
41 silly install resolved     _shasum: '6449960bd24e9c7cce716cbb8b1e143a7e3614b1',
41 silly install resolved     _from: 'node-libcurl@*',
41 silly install resolved     _npmVersion: '2.13.3',
41 silly install resolved     _nodeVersion: '3.0.0',
41 silly install resolved     _npmUser: { name: 'jcm', email: 'me@jonathancardoso.com' },
41 silly install resolved     maintainers: [ [Object] ],
41 silly install resolved     dist:
41 silly install resolved      { shasum: '6449960bd24e9c7cce716cbb8b1e143a7e3614b1',
41 silly install resolved        tarball: 'http://registry.npmjs.org/node-libcurl/-/node-libcurl-0.5.1.tgz' },
41 silly install resolved     directories: {},
41 silly install resolved     _resolved: 'https://registry.npmjs.org/node-libcurl/-/node-libcurl-0.5.1.tgz',
41 silly install resolved     readme: 'ERROR: No README data found!' } ]
42 info install node-libcurl@0.5.1 into D:\WWW\NodeJS\src
43 info installOne node-libcurl@0.5.1
44 verbose installOne of node-libcurl to D:\WWW\NodeJS\src not in flight; installing
45 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\node-libcurl-60ac74ce80bb8296.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl
46 warn engine node-libcurl@0.5.1: wanted: {"node":">= 0.10.0 && <= 0.12","iojs":">= 1.0.0"} (current: {"node":"0.12.7","npm":"2.11.3"})
47 silly install write writing node-libcurl 0.5.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl
48 verbose unbuild node_modules\node-libcurl
49 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl is being purged from base D:\WWW\NodeJS\src
50 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl
51 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\node-libcurl\0.5.1\package.tgz
52 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl
53 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl is being purged
54 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl
55 silly gunzTarPerm modes [ '777', '666' ]
56 silly gunzTarPerm extractEntry package.json
57 silly gunzTarPerm extractEntry .npmignore
58 silly gunzTarPerm extractEntry README.md
59 silly gunzTarPerm extractEntry index.js
60 silly gunzTarPerm extractEntry debug.log
61 silly gunzTarPerm extractEntry .codeclimate.yml
62 silly gunzTarPerm extractEntry .travis.yml
63 silly gunzTarPerm extractEntry LICENSE-MIT
64 silly gunzTarPerm extractEntry .eslintrc
65 silly gunzTarPerm extractEntry appveyor.yml
66 silly gunzTarPerm extractEntry binding.gyp
67 silly gunzTarPerm extractEntry .eslintignore
68 silly gunzTarPerm extractEntry examples/.npmignore
69 silly gunzTarPerm extractEntry examples/debug-callback.js
70 silly gunzTarPerm extractEntry examples/file-upload.js
71 silly gunzTarPerm extractEntry examples/get-info.js
72 silly gunzTarPerm extractEntry examples/cookies.js
73 silly gunzTarPerm extractEntry examples/progress-callback.js
74 silly gunzTarPerm extractEntry examples/simple-request.js
75 silly gunzTarPerm extractEntry examples/ssl.js
76 silly gunzTarPerm extractEntry examples/stress-test.js
77 silly gunzTarPerm extractEntry examples/test-top-500.js
78 silly gunzTarPerm extractEntry examples/connection-timeout.js
79 silly gunzTarPerm extractEntry examples/top-sites.js
80 silly gunzTarPerm extractEntry examples/post-data.js
81 silly gunzTarPerm extractEntry jsdoc-tmpl.config.json
82 silly gunzTarPerm extractEntry jsdoc.json
83 silly gunzTarPerm extractEntry lib/Curl.js
84 silly gunzTarPerm extractEntry lib/generated-stubs/.npmignore
85 silly gunzTarPerm extractEntry tools/brute-force-leak-test.js
86 silly gunzTarPerm extractEntry tools/curl-config.js
87 silly gunzTarPerm extractEntry tools/generate-stubs.js
88 silly gunzTarPerm extractEntry tools/retrieve-win-deps.js
89 silly gunzTarPerm extractEntry tools/update-deps.js
90 silly gunzTarPerm extractEntry .gitmodules
91 silly gunzTarPerm extractEntry src/macros.h
92 silly gunzTarPerm extractEntry src/Curl.cc
93 silly gunzTarPerm extractEntry src/CurlHttpPost.cc
94 silly gunzTarPerm extractEntry src/CurlHttpPost.h
95 silly gunzTarPerm extractEntry src/generated-stubs/.npmignore
96 silly gunzTarPerm extractEntry src/Curl.h
97 silly gunzTarPerm extractEntry src/node-libcurl.cc
98 silly gunzTarPerm extractEntry src/string_format.cc
99 silly gunzTarPerm extractEntry src/string_format.h
100 silly gunzTarPerm extractEntry src/strndup.cc
101 silly gunzTarPerm extractEntry src/strndup.h
102 silly gunzTarPerm extractEntry test/main.js
103 silly gunzTarPerm extractEntry test/.eslintrc
104 silly gunzTarPerm extractEntry test/curl/binary-data.js
105 silly gunzTarPerm extractEntry test/curl/connection-timeout.js
106 silly gunzTarPerm extractEntry test/curl/events.js
107 silly gunzTarPerm extractEntry test/curl/feature.js
108 silly gunzTarPerm extractEntry test/curl/getinfo.js
109 silly gunzTarPerm extractEntry test/curl/httpauth.js
110 silly gunzTarPerm extractEntry test/curl/httppost.js
111 silly gunzTarPerm extractEntry test/curl/postfields.js
112 silly gunzTarPerm extractEntry test/curl/reset.js
113 silly gunzTarPerm extractEntry test/curl/setopt.js
114 silly gunzTarPerm extractEntry test/helper/server.js
115 silly gunzTarPerm extractEntry wallaby.json
116 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\package.json
117 info preinstall node-libcurl@0.5.1
118 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\package.json
119 silly prepareForInstallMany adding bindings@~1.2 from node-libcurl dependencies
120 silly prepareForInstallMany adding debug@^2.2 from node-libcurl dependencies
121 silly prepareForInstallMany adding nan@~2.0 from node-libcurl dependencies
122 silly prepareForInstallMany adding pangyp@~2.3 from node-libcurl dependencies
123 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\package.json
124 silly cache add args [ 'bindings@~1.2', null ]
125 verbose cache add spec bindings@~1.2
126 silly cache add args [ 'debug@^2.2', null ]
127 verbose cache add spec debug@^2.2
128 silly cache add parsed spec { raw: 'bindings@~1.2',
128 silly cache add   scope: null,
128 silly cache add   name: 'bindings',
128 silly cache add   rawSpec: '~1.2',
128 silly cache add   spec: '>=1.2.0 <1.3.0',
128 silly cache add   type: 'range' }
129 silly addNamed bindings@>=1.2.0 <1.3.0
130 verbose addNamed ">=1.2.0 <1.3.0" is a valid semver range for bindings
131 silly addNameRange { name: 'bindings', range: '>=1.2.0 <1.3.0', hasData: false }
132 silly mapToRegistry name bindings
133 silly mapToRegistry using default registry
134 silly mapToRegistry registry https://registry.npmjs.org/
135 silly mapToRegistry uri https://registry.npmjs.org/bindings
136 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching
137 silly cache add parsed spec { raw: 'debug@^2.2',
137 silly cache add   scope: null,
137 silly cache add   name: 'debug',
137 silly cache add   rawSpec: '^2.2',
137 silly cache add   spec: '>=2.2.0 <3.0.0',
137 silly cache add   type: 'range' }
138 silly addNamed debug@>=2.2.0 <3.0.0
139 verbose addNamed ">=2.2.0 <3.0.0" is a valid semver range for debug
140 silly addNameRange { name: 'debug', range: '>=2.2.0 <3.0.0', hasData: false }
141 silly mapToRegistry name debug
142 silly mapToRegistry using default registry
143 silly mapToRegistry registry https://registry.npmjs.org/
144 silly mapToRegistry uri https://registry.npmjs.org/debug
145 verbose addNameRange registry:https://registry.npmjs.org/debug not in flight; fetching
146 silly cache add args [ 'nan@~2.0', null ]
147 verbose cache add spec nan@~2.0
148 silly cache add parsed spec { raw: 'nan@~2.0',
148 silly cache add   scope: null,
148 silly cache add   name: 'nan',
148 silly cache add   rawSpec: '~2.0',
148 silly cache add   spec: '>=2.0.0 <2.1.0',
148 silly cache add   type: 'range' }
149 silly addNamed nan@>=2.0.0 <2.1.0
150 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for nan
151 silly addNameRange { name: 'nan', range: '>=2.0.0 <2.1.0', hasData: false }
152 silly mapToRegistry name nan
153 silly mapToRegistry using default registry
154 silly mapToRegistry registry https://registry.npmjs.org/
155 silly mapToRegistry uri https://registry.npmjs.org/nan
156 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
157 silly cache add args [ 'pangyp@~2.3', null ]
158 verbose cache add spec pangyp@~2.3
159 silly cache add parsed spec { raw: 'pangyp@~2.3',
159 silly cache add   scope: null,
159 silly cache add   name: 'pangyp',
159 silly cache add   rawSpec: '~2.3',
159 silly cache add   spec: '>=2.3.0 <2.4.0',
159 silly cache add   type: 'range' }
160 silly addNamed pangyp@>=2.3.0 <2.4.0
161 verbose addNamed ">=2.3.0 <2.4.0" is a valid semver range for pangyp
162 silly addNameRange { name: 'pangyp', range: '>=2.3.0 <2.4.0', hasData: false }
163 silly mapToRegistry name pangyp
164 silly mapToRegistry using default registry
165 silly mapToRegistry registry https://registry.npmjs.org/
166 silly mapToRegistry uri https://registry.npmjs.org/pangyp
167 verbose addNameRange registry:https://registry.npmjs.org/pangyp not in flight; fetching
168 verbose request uri https://registry.npmjs.org/bindings
169 verbose request no auth needed
170 info attempt registry request try #1 at 17:24:37
171 verbose etag "BCS5XYG9ISNJFNKEL5FLOI5HX"
172 http request GET https://registry.npmjs.org/bindings
173 verbose request uri https://registry.npmjs.org/debug
174 verbose request no auth needed
175 info attempt registry request try #1 at 17:24:37
176 verbose etag "4C04OXOETSA4VCCWG7O486WRY"
177 http request GET https://registry.npmjs.org/debug
178 verbose request uri https://registry.npmjs.org/pangyp
179 verbose request no auth needed
180 info attempt registry request try #1 at 17:24:37
181 verbose etag "59QYYIWMCMVTO613UZFU2IMNE"
182 http request GET https://registry.npmjs.org/pangyp
183 verbose request uri https://registry.npmjs.org/nan
184 verbose request no auth needed
185 info attempt registry request try #1 at 17:24:37
186 verbose etag "41PIK59ZUA3ADEJCQ281I0TDQ"
187 http request GET https://registry.npmjs.org/nan
188 http 304 https://registry.npmjs.org/debug
189 silly get cb [ 304,
189 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
189 silly get     via: '1.1 varnish',
189 silly get     'cache-control': 'max-age=60',
189 silly get     etag: '"4C04OXOETSA4VCCWG7O486WRY"',
189 silly get     age: '17',
189 silly get     connection: 'keep-alive',
189 silly get     'x-served-by': 'cache-fra1235-FRA',
189 silly get     'x-cache': 'HIT',
189 silly get     'x-cache-hits': '2',
189 silly get     'x-timer': 'S1440343457.060375,VS0,VE0',
189 silly get     vary: 'Accept' } ]
190 verbose etag https://registry.npmjs.org/debug from cache
191 verbose get saving debug to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\debug\.cache.json
192 http 304 https://registry.npmjs.org/bindings
193 silly get cb [ 304,
193 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
193 silly get     via: '1.1 varnish',
193 silly get     'cache-control': 'max-age=60',
193 silly get     etag: '"BCS5XYG9ISNJFNKEL5FLOI5HX"',
193 silly get     age: '56',
193 silly get     connection: 'keep-alive',
193 silly get     'x-served-by': 'cache-fra1247-FRA',
193 silly get     'x-cache': 'HIT',
193 silly get     'x-cache-hits': '2',
193 silly get     'x-timer': 'S1440343457.061186,VS0,VE0',
193 silly get     vary: 'Accept' } ]
194 verbose etag https://registry.npmjs.org/bindings from cache
195 verbose get saving bindings to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\bindings\.cache.json
196 http 304 https://registry.npmjs.org/pangyp
197 silly get cb [ 304,
197 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
197 silly get     via: '1.1 varnish',
197 silly get     'cache-control': 'max-age=60',
197 silly get     etag: '"59QYYIWMCMVTO613UZFU2IMNE"',
197 silly get     age: '42',
197 silly get     connection: 'keep-alive',
197 silly get     'x-served-by': 'cache-fra1231-FRA',
197 silly get     'x-cache': 'HIT',
197 silly get     'x-cache-hits': '91',
197 silly get     'x-timer': 'S1440343457.061366,VS0,VE0',
197 silly get     vary: 'Accept' } ]
198 verbose etag https://registry.npmjs.org/pangyp from cache
199 verbose get saving pangyp to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\pangyp\.cache.json
200 http 304 https://registry.npmjs.org/nan
201 silly get cb [ 304,
201 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
201 silly get     via: '1.1 varnish',
201 silly get     'cache-control': 'max-age=60',
201 silly get     etag: '"41PIK59ZUA3ADEJCQ281I0TDQ"',
201 silly get     age: '43',
201 silly get     connection: 'keep-alive',
201 silly get     'x-served-by': 'cache-fra1224-FRA',
201 silly get     'x-cache': 'HIT',
201 silly get     'x-cache-hits': '2',
201 silly get     'x-timer': 'S1440343457.064312,VS0,VE0',
201 silly get     vary: 'Accept' } ]
202 verbose etag https://registry.npmjs.org/nan from cache
203 verbose get saving nan to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\nan\.cache.json
204 silly addNameRange number 2 { name: 'pangyp', range: '>=2.3.0 <2.4.0', hasData: true }
205 silly addNameRange versions [ 'pangyp',
205 silly addNameRange   [ '2.0.0', '2.0.1', '2.0.2', '2.1.0', '2.2.0', '2.2.1', '2.3.0' ] ]
206 silly addNamed pangyp@2.3.0
207 verbose addNamed "2.3.0" is a plain semver version for pangyp
208 silly addNameRange number 2 { name: 'debug', range: '>=2.2.0 <3.0.0', hasData: true }
209 silly addNameRange versions [ 'debug',
209 silly addNameRange   [ '0.0.1',
209 silly addNameRange     '0.1.0',
209 silly addNameRange     '0.2.0',
209 silly addNameRange     '0.3.0',
209 silly addNameRange     '0.4.0',
209 silly addNameRange     '0.4.1',
209 silly addNameRange     '0.5.0',
209 silly addNameRange     '0.6.0',
209 silly addNameRange     '0.7.0',
209 silly addNameRange     '0.7.1',
209 silly addNameRange     '0.7.2',
209 silly addNameRange     '0.7.3',
209 silly addNameRange     '0.7.4',
209 silly addNameRange     '0.8.0',
209 silly addNameRange     '0.8.1',
209 silly addNameRange     '1.0.0',
209 silly addNameRange     '1.0.1',
209 silly addNameRange     '1.0.2',
209 silly addNameRange     '1.0.3',
209 silly addNameRange     '1.0.4',
209 silly addNameRange     '2.0.0',
209 silly addNameRange     '2.1.0',
209 silly addNameRange     '2.1.1',
209 silly addNameRange     '2.1.2',
209 silly addNameRange     '2.1.3',
209 silly addNameRange     '2.2.0' ] ]
210 silly addNamed debug@2.2.0
211 verbose addNamed "2.2.0" is a plain semver version for debug
212 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.0 <1.3.0', hasData: true }
213 silly addNameRange versions [ 'bindings',
213 silly addNameRange   [ '0.0.1',
213 silly addNameRange     '0.1.0',
213 silly addNameRange     '0.1.1',
213 silly addNameRange     '0.2.0',
213 silly addNameRange     '0.2.1',
213 silly addNameRange     '0.2.2',
213 silly addNameRange     '0.2.3',
213 silly addNameRange     '0.2.4',
213 silly addNameRange     '0.3.0',
213 silly addNameRange     '0.4.0',
213 silly addNameRange     '1.0.0',
213 silly addNameRange     '1.1.0',
213 silly addNameRange     '1.1.1',
213 silly addNameRange     '1.2.0',
213 silly addNameRange     '1.2.1' ] ]
214 silly addNamed bindings@1.2.1
215 verbose addNamed "1.2.1" is a plain semver version for bindings
216 silly addNameRange number 2 { name: 'nan', range: '>=2.0.0 <2.1.0', hasData: true }
217 silly addNameRange versions [ 'nan',
217 silly addNameRange   [ '0.3.0-wip',
217 silly addNameRange     '0.3.0-wip2',
217 silly addNameRange     '0.3.0',
217 silly addNameRange     '0.3.1',
217 silly addNameRange     '0.3.2',
217 silly addNameRange     '0.4.0',
217 silly addNameRange     '0.4.1',
217 silly addNameRange     '0.4.2',
217 silly addNameRange     '0.4.3',
217 silly addNameRange     '0.4.4',
217 silly addNameRange     '0.5.0',
217 silly addNameRange     '0.5.1',
217 silly addNameRange     '0.5.2',
217 silly addNameRange     '0.6.0',
217 silly addNameRange     '0.7.0',
217 silly addNameRange     '0.7.1',
217 silly addNameRange     '0.8.0',
217 silly addNameRange     '1.0.0',
217 silly addNameRange     '1.1.0',
217 silly addNameRange     '1.1.1',
217 silly addNameRange     '1.1.2',
217 silly addNameRange     '1.2.0',
217 silly addNameRange     '1.3.0',
217 silly addNameRange     '1.4.0',
217 silly addNameRange     '1.4.1',
217 silly addNameRange     '1.5.0',
217 silly addNameRange     '1.4.2',
217 silly addNameRange     '1.4.3',
217 silly addNameRange     '1.5.1',
217 silly addNameRange     '1.5.2',
217 silly addNameRange     '1.6.0',
217 silly addNameRange     '1.5.3',
217 silly addNameRange     '1.6.1',
217 silly addNameRange     '1.6.2',
217 silly addNameRange     '1.7.0',
217 silly addNameRange     '1.8.0',
217 silly addNameRange     '1.8.1',
217 silly addNameRange     '1.8.2',
217 silly addNameRange     '1.8.3',
217 silly addNameRange     '1.8.4',
217 silly addNameRange     '1.9.0',
217 silly addNameRange     '2.0.0',
217 silly addNameRange     '2.0.1',
217 silly addNameRange     '2.0.2',
217 silly addNameRange     '2.0.3',
217 silly addNameRange     '2.0.4',
217 silly addNameRange     '2.0.5' ] ]
218 silly addNamed nan@2.0.5
219 verbose addNamed "2.0.5" is a plain semver version for nan
220 silly cache afterAdd pangyp@2.3.0
221 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\pangyp\2.3.0\package\package.json not in flight; writing
222 silly cache afterAdd debug@2.2.0
223 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json not in flight; writing
224 silly cache afterAdd bindings@1.2.1
225 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json not in flight; writing
226 silly cache afterAdd nan@2.0.5
227 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\nan\2.0.5\package\package.json not in flight; writing
228 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\pangyp\2.3.0\package\package.json written
229 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json written
230 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\bindings\1.2.1\package\package.json written
231 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\nan\2.0.5\package\package.json written
232 silly install resolved [ { name: 'pangyp',
232 silly install resolved     description: 'Node.js and io.js native addon build tool',
232 silly install resolved     keywords: [ 'native', 'addon', 'module', 'c', 'c++', 'bindings', 'gyp' ],
232 silly install resolved     version: '2.3.0',
232 silly install resolved     author:
232 silly install resolved      { name: 'Nathan Rajlich',
232 silly install resolved        email: 'nathan@tootallnate.net',
232 silly install resolved        url: 'http://tootallnate.net' },
232 silly install resolved     repository: { type: 'git', url: 'git://github.com/rvagg/pangyp.git' },
232 silly install resolved     preferGlobal: true,
232 silly install resolved     bin: { pangyp: './bin/node-gyp.js' },
232 silly install resolved     main: './lib/node-gyp.js',
232 silly install resolved     dependencies:
232 silly install resolved      { fstream: '~1.0.3',
232 silly install resolved        glob: '~4.3.5',
232 silly install resolved        'graceful-fs': '~3.0.5',
232 silly install resolved        minimatch: '~2.0.1',
232 silly install resolved        mkdirp: '^0.5.0',
232 silly install resolved        nopt: '~3.0.1',
232 silly install resolved        npmlog: '~1.0.0',
232 silly install resolved        osenv: '0',
232 silly install resolved        request: '~2.51.0',
232 silly install resolved        rimraf: '~2.2.8',
232 silly install resolved        semver: '~4.3.6',
232 silly install resolved        tar: '~1.0.3',
232 silly install resolved        which: '~1.0.8' },
232 silly install resolved     devDependencies: { buffertools: '~2.1.2', leveldown: '~1.0.1' },
232 silly install resolved     scripts: {},
232 silly install resolved     gitHead: '7069644411da62091ad49e3cb807dfc0044db63c',
232 silly install resolved     bugs: { url: 'https://github.com/rvagg/pangyp/issues' },
232 silly install resolved     homepage: 'https://github.com/rvagg/pangyp',
232 silly install resolved     _id: 'pangyp@2.3.0',
232 silly install resolved     _shasum: '84bd432ba41276fe75198346097df3b2c8c5399b',
232 silly install resolved     _from: 'pangyp@>=2.3.0 <2.4.0',
232 silly install resolved     _npmVersion: '2.13.3',
232 silly install resolved     _nodeVersion: '3.0.0',
232 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
232 silly install resolved     maintainers: [ [Object] ],
232 silly install resolved     dist:
232 silly install resolved      { shasum: '84bd432ba41276fe75198346097df3b2c8c5399b',
232 silly install resolved        tarball: 'http://registry.npmjs.org/pangyp/-/pangyp-2.3.0.tgz' },
232 silly install resolved     directories: {},
232 silly install resolved     _resolved: 'https://registry.npmjs.org/pangyp/-/pangyp-2.3.0.tgz',
232 silly install resolved     readme: 'ERROR: No README data found!' },
232 silly install resolved   { name: 'debug',
232 silly install resolved     version: '2.2.0',
232 silly install resolved     repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
232 silly install resolved     description: 'small debugging utility',
232 silly install resolved     keywords: [ 'debug', 'log', 'debugger' ],
232 silly install resolved     author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
232 silly install resolved     contributors: [ [Object] ],
232 silly install resolved     license: 'MIT',
232 silly install resolved     dependencies: { ms: '0.7.1' },
232 silly install resolved     devDependencies: { browserify: '9.0.3', mocha: '*' },
232 silly install resolved     main: './node.js',
232 silly install resolved     browser: './browser.js',
232 silly install resolved     component: { scripts: [Object] },
232 silly install resolved     gitHead: 'b38458422b5aa8aa6d286b10dfe427e8a67e2b35',
232 silly install resolved     bugs: { url: 'https://github.com/visionmedia/debug/issues' },
232 silly install resolved     homepage: 'https://github.com/visionmedia/debug',
232 silly install resolved     _id: 'debug@2.2.0',
232 silly install resolved     scripts: {},
232 silly install resolved     _shasum: 'f87057e995b1a1f6ae6a4960664137bc56f039da',
232 silly install resolved     _from: 'debug@>=2.2.0 <3.0.0',
232 silly install resolved     _npmVersion: '2.7.4',
232 silly install resolved     _nodeVersion: '0.12.2',
232 silly install resolved     _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
232 silly install resolved     maintainers: [ [Object], [Object] ],
232 silly install resolved     dist:
232 silly install resolved      { shasum: 'f87057e995b1a1f6ae6a4960664137bc56f039da',
232 silly install resolved        tarball: 'http://registry.npmjs.org/debug/-/debug-2.2.0.tgz' },
232 silly install resolved     directories: {},
232 silly install resolved     _resolved: 'https://registry.npmjs.org/debug/-/debug-2.2.0.tgz',
232 silly install resolved     readme: 'ERROR: No README data found!' },
232 silly install resolved   { name: 'bindings',
232 silly install resolved     description: 'Helper module for loading your native module\'s .node file',
232 silly install resolved     keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
232 silly install resolved     version: '1.2.1',
232 silly install resolved     author:
232 silly install resolved      { name: 'Nathan Rajlich',
232 silly install resolved        email: 'nathan@tootallnate.net',
232 silly install resolved        url: 'http://tootallnate.net' },
232 silly install resolved     repository:
232 silly install resolved      { type: 'git',
232 silly install resolved        url: 'git://github.com/TooTallNate/node-bindings.git' },
232 silly install resolved     main: './bindings.js',
232 silly install resolved     bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
232 silly install resolved     homepage: 'https://github.com/TooTallNate/node-bindings',
232 silly install resolved     license: 'MIT',
232 silly install resolved     gitHead: 'e404152ee27f8478ccbc7122ee051246e8e5ec02',
232 silly install resolved     _id: 'bindings@1.2.1',
232 silly install resolved     scripts: {},
232 silly install resolved     _shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
232 silly install resolved     _from: 'bindings@>=1.2.0 <1.3.0',
232 silly install resolved     _npmVersion: '1.4.14',
232 silly install resolved     _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
232 silly install resolved     maintainers: [ [Object], [Object] ],
232 silly install resolved     dist:
232 silly install resolved      { shasum: '14ad6113812d2d37d72e67b4cacb4bb726505f11',
232 silly install resolved        tarball: 'http://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz' },
232 silly install resolved     directories: {},
232 silly install resolved     _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz',
232 silly install resolved     readme: 'ERROR: No README data found!' },
232 silly install resolved   { name: 'nan',
232 silly install resolved     version: '2.0.5',
232 silly install resolved     description: 'Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility',
232 silly install resolved     main: 'include_dirs.js',
232 silly install resolved     repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
232 silly install resolved     scripts:
232 silly install resolved      { test: 'tap --gc test/js/*-test.js',
232 silly install resolved        'rebuild-tests': 'pangyp rebuild --msvs_version=2013 --directory test',
232 silly install resolved        docs: 'doc/.build.sh' },
232 silly install resolved     contributors:
232 silly install resolved      [ [Object],
232 silly install resolved        [Object],
232 silly install resolved        [Object],
232 silly install resolved        [Object],
232 silly install resolved        [Object],
232 silly install resolved        [Object],
232 silly install resolved        [Object] ],
232 silly install resolved     devDependencies:
232 silly install resolved      { bindings: '~1.2.1',
232 silly install resolved        'node-gyp': '~2.0.2',
232 silly install resolved        pangyp: '~2.2.0',
232 silly install resolved        tap: '~0.7.1',
232 silly install resolved        xtend: '~4.0.0' },
232 silly install resolved     license: 'MIT',
232 silly install resolved     gitHead: 'd13a2e9ce762fd130877b53c71d35963fa2cf689',
232 silly install resolved     bugs: { url: 'https://github.com/nodejs/nan/issues' },
232 silly install resolved     homepage: 'https://github.com/nodejs/nan#readme',
232 silly install resolved     _id: 'nan@2.0.5',
232 silly install resolved     _shasum: '365888014be1fd178db0cbfa258edf7b0cb1c408',
232 silly install resolved     _from: 'nan@>=2.0.0 <2.1.0',
232 silly install resolved     _npmVersion: '2.13.3',
232 silly install resolved     _nodeVersion: '3.0.0',
232 silly install resolved     _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
232 silly install resolved     maintainers: [ [Object], [Object] ],
232 silly install resolved     dist:
232 silly install resolved      { shasum: '365888014be1fd178db0cbfa258edf7b0cb1c408',
232 silly install resolved        tarball: 'http://registry.npmjs.org/nan/-/nan-2.0.5.tgz' },
232 silly install resolved     directories: {},
232 silly install resolved     _resolved: 'https://registry.npmjs.org/nan/-/nan-2.0.5.tgz',
232 silly install resolved     readme: 'ERROR: No README data found!' } ]
233 info install pangyp@2.3.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl
234 info install debug@2.2.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl
235 info install bindings@1.2.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl
236 info install nan@2.0.5 into D:\WWW\NodeJS\src\node_modules\node-libcurl
237 info installOne pangyp@2.3.0
238 verbose installOne of pangyp to D:\WWW\NodeJS\src\node_modules\node-libcurl not in flight; installing
239 info installOne debug@2.2.0
240 verbose installOne of debug to D:\WWW\NodeJS\src\node_modules\node-libcurl not in flight; installing
241 info installOne bindings@1.2.1
242 verbose installOne of bindings to D:\WWW\NodeJS\src\node_modules\node-libcurl not in flight; installing
243 info installOne nan@2.0.5
244 verbose installOne of nan to D:\WWW\NodeJS\src\node_modules\node-libcurl not in flight; installing
245 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\pangyp-88aa603f625dcd04.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
246 silly install write writing pangyp 2.3.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
247 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\debug-0777ba8e7358936a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
248 silly install write writing debug 2.2.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
249 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\nan-972cd5791b9057eb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
250 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\bindings-87a231b14fb8ed9a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
251 silly install write writing nan 2.0.5 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
252 silly install write writing bindings 1.2.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
253 verbose unbuild node_modules\node-libcurl\node_modules\pangyp
254 verbose unbuild node_modules\node-libcurl\node_modules\debug
255 verbose unbuild node_modules\node-libcurl\node_modules\nan
256 verbose unbuild node_modules\node-libcurl\node_modules\bindings
257 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp is being purged from base D:\WWW\NodeJS\src
258 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
259 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug is being purged from base D:\WWW\NodeJS\src
260 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
261 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\pangyp\2.3.0\package.tgz
262 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
263 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp is being purged
264 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
265 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\debug\2.2.0\package.tgz
266 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
267 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug is being purged
268 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
269 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan is being purged from base D:\WWW\NodeJS\src
270 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
271 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings is being purged from base D:\WWW\NodeJS\src
272 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
273 silly gunzTarPerm modes [ '777', '666' ]
274 silly gunzTarPerm modes [ '777', '666' ]
275 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\nan\2.0.5\package.tgz
276 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
277 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan is being purged
278 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
279 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\bindings\1.2.1\package.tgz
280 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
281 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings is being purged
282 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
283 silly gunzTarPerm modes [ '777', '666' ]
284 silly gunzTarPerm modes [ '777', '666' ]
285 silly gunzTarPerm extractEntry package.json
286 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
287 silly gunzTarPerm extractEntry package.json
288 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
289 silly gunzTarPerm extractEntry package.json
290 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
291 silly gunzTarPerm extractEntry package.json
292 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
293 silly gunzTarPerm extractEntry .npmignore
294 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
295 silly gunzTarPerm extractEntry README.md
296 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
297 silly gunzTarPerm extractEntry .npmignore
298 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
299 silly gunzTarPerm extractEntry node.js
300 silly gunzTarPerm modified mode [ 'node.js', 420, 438 ]
301 silly gunzTarPerm extractEntry README.md
302 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
303 silly gunzTarPerm extractEntry include_dirs.js
304 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
305 silly gunzTarPerm extractEntry README.md
306 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
307 silly gunzTarPerm extractEntry bindings.js
308 silly gunzTarPerm modified mode [ 'bindings.js', 420, 438 ]
309 silly gunzTarPerm extractEntry LICENSE
310 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
311 silly gunzTarPerm extractEntry addon.gypi
312 silly gunzTarPerm modified mode [ 'addon.gypi', 420, 438 ]
313 silly gunzTarPerm extractEntry debug.js
314 silly gunzTarPerm modified mode [ 'debug.js', 420, 438 ]
315 silly gunzTarPerm extractEntry browser.js
316 silly gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
317 silly gunzTarPerm extractEntry nan_converters.h
318 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
319 silly gunzTarPerm extractEntry LICENSE.md
320 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
321 silly gunzTarPerm extractEntry .dntrc
322 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
323 silly gunzTarPerm extractEntry .jshintrc
324 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
325 silly gunzTarPerm extractEntry bin/node-gyp.js
326 silly gunzTarPerm modified mode [ 'bin/node-gyp.js', 493, 511 ]
327 silly gunzTarPerm extractEntry Readme.md
328 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
329 silly gunzTarPerm extractEntry bower.json
330 silly gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
331 silly gunzTarPerm extractEntry .jshintrc
332 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
333 silly gunzTarPerm extractEntry gyp/.npmignore
334 silly gunzTarPerm modified mode [ 'gyp/.npmignore', 420, 438 ]
335 silly gunzTarPerm extractEntry gyp/LICENSE
336 silly gunzTarPerm modified mode [ 'gyp/LICENSE', 420, 438 ]
337 silly gunzTarPerm extractEntry appveyor.yml
338 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
339 silly gunzTarPerm extractEntry gyp/DEPS
340 silly gunzTarPerm modified mode [ 'gyp/DEPS', 420, 438 ]
341 silly gunzTarPerm extractEntry gyp/tools/README
342 silly gunzTarPerm modified mode [ 'gyp/tools/README', 420, 438 ]
343 silly gunzTarPerm extractEntry component.json
344 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
345 silly gunzTarPerm extractEntry Makefile
346 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
347 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings\package.json
348 silly gunzTarPerm extractEntry doc/new.md
349 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
350 silly gunzTarPerm extractEntry doc/.build.sh
351 silly gunzTarPerm modified mode [ 'doc/.build.sh', 509, 511 ]
352 silly gunzTarPerm extractEntry gyp/tools/Xcode/README
353 silly gunzTarPerm modified mode [ 'gyp/tools/Xcode/README', 420, 438 ]
354 silly gunzTarPerm extractEntry gyp/tools/Xcode/Specifications/gyp.pbfilespec
355 silly gunzTarPerm modified mode [ 'gyp/tools/Xcode/Specifications/gyp.pbfilespec', 420, 438 ]
356 info preinstall bindings@1.2.1
357 silly gunzTarPerm extractEntry History.md
358 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
359 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings\package.json
360 silly gunzTarPerm extractEntry gyp/tools/Xcode/Specifications/gyp.xclangspec
361 silly gunzTarPerm modified mode [ 'gyp/tools/Xcode/Specifications/gyp.xclangspec', 420, 438 ]
362 silly gunzTarPerm extractEntry gyp/tools/emacs/README
363 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/README', 420, 438 ]
364 silly gunzTarPerm extractEntry doc/buffers.md
365 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
366 silly gunzTarPerm extractEntry doc/callback.md
367 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
368 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings\package.json
369 silly install resolved []
370 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
371 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
372 silly gunzTarPerm extractEntry doc/converters.md
373 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
374 silly gunzTarPerm extractEntry doc/errors.md
375 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
376 info linkStuff bindings@1.2.1
377 silly linkStuff bindings@1.2.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules as its parent node_modules
378 verbose linkBins bindings@1.2.1
379 verbose linkMans bindings@1.2.1
380 verbose rebuildBundles bindings@1.2.1
381 info install bindings@1.2.1
382 silly gunzTarPerm extractEntry gyp/tools/emacs/gyp-tests.el
383 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/gyp-tests.el', 420, 438 ]
384 silly gunzTarPerm extractEntry gyp/tools/emacs/gyp.el
385 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/gyp.el', 420, 438 ]
386 info postinstall bindings@1.2.1
387 silly gunzTarPerm extractEntry doc/maybe_types.md
388 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
389 silly gunzTarPerm extractEntry doc/methods.md
390 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
391 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\bindings-87a231b14fb8ed9a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\bindings
392 silly gunzTarPerm extractEntry gyp/tools/emacs/run-unit-tests.sh
393 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/run-unit-tests.sh', 493, 511 ]
394 silly gunzTarPerm extractEntry gyp/tools/emacs/testdata/media.gyp
395 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/testdata/media.gyp', 420, 438 ]
396 silly gunzTarPerm extractEntry doc/asyncworker.md
397 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
398 silly gunzTarPerm extractEntry doc/node_misc.md
399 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
400 silly gunzTarPerm extractEntry gyp/tools/emacs/testdata/media.gyp.fontified
401 silly gunzTarPerm modified mode [ 'gyp/tools/emacs/testdata/media.gyp.fontified', 420, 438 ]
402 silly gunzTarPerm extractEntry gyp/tools/graphviz.py
403 silly gunzTarPerm modified mode [ 'gyp/tools/graphviz.py', 493, 511 ]
404 silly gunzTarPerm extractEntry doc/persistent.md
405 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
406 silly gunzTarPerm extractEntry doc/scopes.md
407 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
408 silly gunzTarPerm extractEntry gyp/tools/pretty_gyp.py
409 silly gunzTarPerm modified mode [ 'gyp/tools/pretty_gyp.py', 493, 511 ]
410 silly gunzTarPerm extractEntry gyp/tools/pretty_sln.py
411 silly gunzTarPerm modified mode [ 'gyp/tools/pretty_sln.py', 493, 511 ]
412 silly gunzTarPerm extractEntry gyp/tools/pretty_vcproj.py
413 silly gunzTarPerm modified mode [ 'gyp/tools/pretty_vcproj.py', 493, 511 ]
414 silly gunzTarPerm extractEntry gyp/OWNERS
415 silly gunzTarPerm modified mode [ 'gyp/OWNERS', 420, 438 ]
416 silly gunzTarPerm extractEntry doc/script.md
417 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
418 silly gunzTarPerm extractEntry doc/string_bytes.md
419 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
420 silly gunzTarPerm extractEntry gyp/PRESUBMIT.py
421 silly gunzTarPerm modified mode [ 'gyp/PRESUBMIT.py', 420, 438 ]
422 silly gunzTarPerm extractEntry gyp/buildbot/buildbot_run.py
423 silly gunzTarPerm modified mode [ 'gyp/buildbot/buildbot_run.py', 493, 511 ]
424 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\package.json
425 silly gunzTarPerm extractEntry doc/v8_internals.md
426 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
427 silly gunzTarPerm extractEntry doc/v8_misc.md
428 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
429 info preinstall debug@2.2.0
430 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\package.json
431 silly gunzTarPerm extractEntry gyp/buildbot/commit_queue/cq_config.json
432 silly gunzTarPerm modified mode [ 'gyp/buildbot/commit_queue/cq_config.json', 420, 438 ]
433 silly gunzTarPerm extractEntry gyp/codereview.settings
434 silly gunzTarPerm modified mode [ 'gyp/codereview.settings', 420, 438 ]
435 silly gunzTarPerm extractEntry nan.h
436 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
437 silly gunzTarPerm extractEntry nan_callbacks.h
438 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
439 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
440 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
441 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
442 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
443 silly gunzTarPerm extractEntry nan_converters_43_inl.h
444 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
445 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
446 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
447 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
448 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
449 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
450 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
451 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
452 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
453 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
454 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
455 silly gunzTarPerm extractEntry nan_new.h
456 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
457 silly gunzTarPerm extractEntry nan_object_wrap.h
458 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
459 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
460 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
461 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
462 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
463 silly gunzTarPerm extractEntry nan_string_bytes.h
464 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
465 silly gunzTarPerm extractEntry nan_weak.h
466 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
467 silly gunzTarPerm extractEntry CHANGELOG.md
468 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
469 silly gunzTarPerm extractEntry tools/package.json
470 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
471 silly gunzTarPerm extractEntry tools/README.md
472 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
473 silly gunzTarPerm extractEntry tools/1to2.js
474 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
475 silly prepareForInstallMany adding ms@0.7.1 from debug dependencies
476 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\package.json
477 silly gunzTarPerm extractEntry gyp/AUTHORS
478 silly gunzTarPerm modified mode [ 'gyp/AUTHORS', 420, 438 ]
479 silly gunzTarPerm extractEntry gyp/gyp
480 silly gunzTarPerm modified mode [ 'gyp/gyp', 493, 511 ]
481 silly cache add args [ 'ms@0.7.1', null ]
482 verbose cache add spec ms@0.7.1
483 silly cache add parsed spec { raw: 'ms@0.7.1',
483 silly cache add   scope: null,
483 silly cache add   name: 'ms',
483 silly cache add   rawSpec: '0.7.1',
483 silly cache add   spec: '0.7.1',
483 silly cache add   type: 'version' }
484 silly addNamed ms@0.7.1
485 verbose addNamed "0.7.1" is a plain semver version for ms
486 silly mapToRegistry name ms
487 silly mapToRegistry using default registry
488 silly mapToRegistry registry https://registry.npmjs.org/
489 silly mapToRegistry uri https://registry.npmjs.org/ms
490 verbose addNameVersion registry:https://registry.npmjs.org/ms not in flight; fetching
491 verbose request uri https://registry.npmjs.org/ms
492 verbose request no auth needed
493 info attempt registry request try #1 at 17:24:38
494 verbose etag "424X2DEQTCX34GV3Q8X3121YB"
495 http request GET https://registry.npmjs.org/ms
496 silly gunzTarPerm extractEntry gyp/gyp.bat
497 silly gunzTarPerm modified mode [ 'gyp/gyp.bat', 493, 511 ]
498 silly gunzTarPerm extractEntry gyp/gyp_main.py
499 silly gunzTarPerm modified mode [ 'gyp/gyp_main.py', 493, 511 ]
500 silly gunzTarPerm extractEntry gyp/gyptest.py
501 silly gunzTarPerm modified mode [ 'gyp/gyptest.py', 493, 511 ]
502 silly gunzTarPerm extractEntry gyp/pylib/gyp/flock_tool.py
503 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/flock_tool.py', 493, 511 ]
504 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSNew.py
505 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSNew.py', 420, 438 ]
506 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSSettings.py
507 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSSettings.py', 420, 438 ]
508 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSSettings_test.py
509 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSSettings_test.py', 493, 511 ]
510 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSToolFile.py
511 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSToolFile.py', 420, 438 ]
512 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSUserFile.py
513 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSUserFile.py', 420, 438 ]
514 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSUtil.py
515 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSUtil.py', 420, 438 ]
516 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSVersion.py
517 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSVersion.py', 420, 438 ]
518 silly gunzTarPerm extractEntry gyp/pylib/gyp/__init__.py
519 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/__init__.py', 493, 511 ]
520 silly gunzTarPerm extractEntry gyp/pylib/gyp/common.py
521 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/common.py', 420, 438 ]
522 silly gunzTarPerm extractEntry gyp/pylib/gyp/common_test.py
523 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/common_test.py', 493, 511 ]
524 silly gunzTarPerm extractEntry gyp/pylib/gyp/easy_xml.py
525 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/easy_xml.py', 420, 438 ]
526 silly gunzTarPerm extractEntry gyp/pylib/gyp/easy_xml_test.py
527 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/easy_xml_test.py', 493, 511 ]
528 silly gunzTarPerm extractEntry gyp/pylib/gyp/MSVSProject.py
529 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/MSVSProject.py', 420, 438 ]
530 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/make.py
531 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/make.py', 420, 438 ]
532 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/__init__.py
533 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/__init__.py', 420, 438 ]
534 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/cmake.py
535 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/cmake.py', 420, 438 ]
536 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/dump_dependency_json.py
537 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/dump_dependency_json.py', 420, 438 ]
538 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/eclipse.py
539 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/eclipse.py', 420, 438 ]
540 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/gypd.py
541 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/gypd.py', 420, 438 ]
542 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/gypsh.py
543 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/gypsh.py', 420, 438 ]
544 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/analyzer.py
545 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/analyzer.py', 420, 438 ]
546 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/msvs.py
547 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/msvs.py', 420, 438 ]
548 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/msvs_test.py
549 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/msvs_test.py', 493, 511 ]
550 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/ninja.py
551 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/ninja.py', 420, 438 ]
552 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/ninja_test.py
553 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/ninja_test.py', 420, 438 ]
554 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/xcode.py
555 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/xcode.py', 420, 438 ]
556 silly gunzTarPerm extractEntry gyp/pylib/gyp/generator/xcode_test.py
557 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/generator/xcode_test.py', 420, 438 ]
558 silly gunzTarPerm extractEntry gyp/pylib/gyp/input.py
559 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/input.py', 420, 438 ]
560 silly gunzTarPerm extractEntry gyp/pylib/gyp/input_test.py
561 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/input_test.py', 493, 511 ]
562 silly gunzTarPerm extractEntry gyp/pylib/gyp/mac_tool.py
563 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/mac_tool.py', 493, 511 ]
564 silly gunzTarPerm extractEntry gyp/pylib/gyp/msvs_emulation.py
565 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/msvs_emulation.py', 420, 438 ]
566 silly gunzTarPerm extractEntry gyp/pylib/gyp/ninja_syntax.py
567 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/ninja_syntax.py', 420, 438 ]
568 silly gunzTarPerm extractEntry gyp/pylib/gyp/ordered_dict.py
569 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/ordered_dict.py', 420, 438 ]
570 silly gunzTarPerm extractEntry gyp/pylib/gyp/simple_copy.py
571 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/simple_copy.py', 420, 438 ]
572 silly gunzTarPerm extractEntry gyp/pylib/gyp/win_tool.py
573 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/win_tool.py', 493, 511 ]
574 silly gunzTarPerm extractEntry gyp/pylib/gyp/xcode_emulation.py
575 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/xcode_emulation.py', 420, 438 ]
576 silly gunzTarPerm extractEntry gyp/pylib/gyp/xcode_ninja.py
577 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/xcode_ninja.py', 420, 438 ]
578 silly gunzTarPerm extractEntry gyp/pylib/gyp/xcodeproj_file.py
579 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/xcodeproj_file.py', 420, 438 ]
580 silly gunzTarPerm extractEntry gyp/pylib/gyp/xml_fix.py
581 silly gunzTarPerm modified mode [ 'gyp/pylib/gyp/xml_fix.py', 420, 438 ]
582 silly gunzTarPerm extractEntry gyp/samples/samples
583 silly gunzTarPerm modified mode [ 'gyp/samples/samples', 493, 511 ]
584 silly gunzTarPerm extractEntry gyp/samples/samples.bat
585 silly gunzTarPerm modified mode [ 'gyp/samples/samples.bat', 420, 438 ]
586 silly gunzTarPerm extractEntry gyp/setup.py
587 silly gunzTarPerm modified mode [ 'gyp/setup.py', 493, 511 ]
588 silly gunzTarPerm extractEntry gyp/data/win/large-pdb-shim.cc
589 silly gunzTarPerm modified mode [ 'gyp/data/win/large-pdb-shim.cc', 420, 438 ]
590 silly gunzTarPerm extractEntry lib/build.js
591 silly gunzTarPerm modified mode [ 'lib/build.js', 420, 438 ]
592 silly gunzTarPerm extractEntry lib/clean.js
593 silly gunzTarPerm modified mode [ 'lib/clean.js', 420, 438 ]
594 silly gunzTarPerm extractEntry lib/configure.js
595 silly gunzTarPerm modified mode [ 'lib/configure.js', 420, 438 ]
596 silly gunzTarPerm extractEntry lib/install.js
597 silly gunzTarPerm modified mode [ 'lib/install.js', 420, 438 ]
598 silly gunzTarPerm extractEntry lib/list.js
599 silly gunzTarPerm modified mode [ 'lib/list.js', 420, 438 ]
600 silly gunzTarPerm extractEntry lib/node-gyp.js
601 silly gunzTarPerm modified mode [ 'lib/node-gyp.js', 420, 438 ]
602 silly gunzTarPerm extractEntry lib/rebuild.js
603 silly gunzTarPerm modified mode [ 'lib/rebuild.js', 420, 438 ]
604 silly gunzTarPerm extractEntry lib/remove.js
605 silly gunzTarPerm modified mode [ 'lib/remove.js', 420, 438 ]
606 silly gunzTarPerm extractEntry Makefile
607 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
608 silly gunzTarPerm extractEntry src/win_delay_load_hook.c
609 silly gunzTarPerm modified mode [ 'src/win_delay_load_hook.c', 420, 438 ]
610 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan\package.json
611 info preinstall nan@2.0.5
612 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan\package.json
613 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan\package.json
614 silly install resolved []
615 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
616 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
617 info linkStuff nan@2.0.5
618 silly linkStuff nan@2.0.5 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules as its parent node_modules
619 verbose linkBins nan@2.0.5
620 verbose linkMans nan@2.0.5
621 verbose rebuildBundles nan@2.0.5
622 info install nan@2.0.5
623 info postinstall nan@2.0.5
624 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\nan-972cd5791b9057eb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\nan
625 http 304 https://registry.npmjs.org/ms
626 silly get cb [ 304,
626 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
626 silly get     via: '1.1 varnish',
626 silly get     'cache-control': 'max-age=60',
626 silly get     etag: '"424X2DEQTCX34GV3Q8X3121YB"',
626 silly get     age: '37',
626 silly get     connection: 'keep-alive',
626 silly get     'x-served-by': 'cache-fra1241-FRA',
626 silly get     'x-cache': 'HIT',
626 silly get     'x-cache-hits': '1',
626 silly get     'x-timer': 'S1440343457.262276,VS0,VE0',
626 silly get     vary: 'Accept' } ]
627 verbose etag https://registry.npmjs.org/ms from cache
628 verbose get saving ms to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
629 silly cache afterAdd ms@0.7.1
630 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json not in flight; writing
631 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json written
632 silly install resolved [ { name: 'ms',
632 silly install resolved     version: '0.7.1',
632 silly install resolved     description: 'Tiny ms conversion utility',
632 silly install resolved     repository: { type: 'git', url: 'git://github.com/guille/ms.js.git' },
632 silly install resolved     main: './index',
632 silly install resolved     devDependencies: { mocha: '*', 'expect.js': '*', serve: '*' },
632 silly install resolved     component: { scripts: [Object] },
632 silly install resolved     gitHead: '713dcf26d9e6fd9dbc95affe7eff9783b7f1b909',
632 silly install resolved     bugs: { url: 'https://github.com/guille/ms.js/issues' },
632 silly install resolved     homepage: 'https://github.com/guille/ms.js',
632 silly install resolved     _id: 'ms@0.7.1',
632 silly install resolved     scripts: {},
632 silly install resolved     _shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
632 silly install resolved     _from: 'ms@0.7.1',
632 silly install resolved     _npmVersion: '2.7.5',
632 silly install resolved     _nodeVersion: '0.12.2',
632 silly install resolved     _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
632 silly install resolved     maintainers: [ [Object] ],
632 silly install resolved     dist:
632 silly install resolved      { shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
632 silly install resolved        tarball: 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz' },
632 silly install resolved     directories: {},
632 silly install resolved     _resolved: 'https://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
632 silly install resolved     readme: 'ERROR: No README data found!' } ]
633 info install ms@0.7.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
634 info installOne ms@0.7.1
635 verbose installOne of ms to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug not in flight; installing
636 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ms-4b045c79718c5b5b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
637 silly install write writing ms 0.7.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
638 verbose unbuild node_modules\node-libcurl\node_modules\debug\node_modules\ms
639 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms is being purged from base D:\WWW\NodeJS\src
640 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
641 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\ms\0.7.1\package.tgz
642 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
643 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms is being purged
644 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
645 silly gunzTarPerm modes [ '777', '666' ]
646 silly gunzTarPerm extractEntry package.json
647 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
648 silly gunzTarPerm extractEntry .npmignore
649 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
650 silly gunzTarPerm extractEntry README.md
651 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
652 silly gunzTarPerm extractEntry LICENSE
653 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
654 silly gunzTarPerm extractEntry index.js
655 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
656 silly gunzTarPerm extractEntry History.md
657 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
658 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms\package.json
659 info preinstall ms@0.7.1
660 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms\package.json
661 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms\package.json
662 silly install resolved []
663 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
664 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
665 info linkStuff ms@0.7.1
666 silly linkStuff ms@0.7.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules as its parent node_modules
667 verbose linkBins ms@0.7.1
668 verbose linkMans ms@0.7.1
669 verbose rebuildBundles ms@0.7.1
670 info install ms@0.7.1
671 info postinstall ms@0.7.1
672 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ms-4b045c79718c5b5b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug\node_modules\ms
673 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
674 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
675 info linkStuff debug@2.2.0
676 silly linkStuff debug@2.2.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules as its parent node_modules
677 verbose linkBins debug@2.2.0
678 verbose linkMans debug@2.2.0
679 verbose rebuildBundles debug@2.2.0
680 verbose rebuildBundles [ 'ms' ]
681 info install debug@2.2.0
682 info postinstall debug@2.2.0
683 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\debug-0777ba8e7358936a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\debug
684 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\package.json
685 info preinstall pangyp@2.3.0
686 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\package.json
687 silly prepareForInstallMany adding fstream@~1.0.3 from pangyp dependencies
688 silly prepareForInstallMany adding glob@~4.3.5 from pangyp dependencies
689 silly prepareForInstallMany adding graceful-fs@~3.0.5 from pangyp dependencies
690 silly prepareForInstallMany adding minimatch@~2.0.1 from pangyp dependencies
691 silly prepareForInstallMany adding mkdirp@^0.5.0 from pangyp dependencies
692 silly prepareForInstallMany adding nopt@~3.0.1 from pangyp dependencies
693 silly prepareForInstallMany adding npmlog@~1.0.0 from pangyp dependencies
694 silly prepareForInstallMany adding osenv@0 from pangyp dependencies
695 silly prepareForInstallMany adding request@~2.51.0 from pangyp dependencies
696 silly prepareForInstallMany adding rimraf@~2.2.8 from pangyp dependencies
697 silly prepareForInstallMany adding semver@~4.3.6 from pangyp dependencies
698 silly prepareForInstallMany adding tar@~1.0.3 from pangyp dependencies
699 silly prepareForInstallMany adding which@~1.0.8 from pangyp dependencies
700 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\package.json
701 silly cache add args [ 'fstream@~1.0.3', null ]
702 verbose cache add spec fstream@~1.0.3
703 silly cache add args [ 'glob@~4.3.5', null ]
704 verbose cache add spec glob@~4.3.5
705 silly cache add parsed spec { raw: 'fstream@~1.0.3',
705 silly cache add   scope: null,
705 silly cache add   name: 'fstream',
705 silly cache add   rawSpec: '~1.0.3',
705 silly cache add   spec: '>=1.0.3 <1.1.0',
705 silly cache add   type: 'range' }
706 silly addNamed fstream@>=1.0.3 <1.1.0
707 verbose addNamed ">=1.0.3 <1.1.0" is a valid semver range for fstream
708 silly addNameRange { name: 'fstream', range: '>=1.0.3 <1.1.0', hasData: false }
709 silly mapToRegistry name fstream
710 silly mapToRegistry using default registry
711 silly mapToRegistry registry https://registry.npmjs.org/
712 silly mapToRegistry uri https://registry.npmjs.org/fstream
713 verbose addNameRange registry:https://registry.npmjs.org/fstream not in flight; fetching
714 silly cache add parsed spec { raw: 'glob@~4.3.5',
714 silly cache add   scope: null,
714 silly cache add   name: 'glob',
714 silly cache add   rawSpec: '~4.3.5',
714 silly cache add   spec: '>=4.3.5 <4.4.0',
714 silly cache add   type: 'range' }
715 silly addNamed glob@>=4.3.5 <4.4.0
716 verbose addNamed ">=4.3.5 <4.4.0" is a valid semver range for glob
717 silly addNameRange { name: 'glob', range: '>=4.3.5 <4.4.0', hasData: false }
718 silly mapToRegistry name glob
719 silly mapToRegistry using default registry
720 silly mapToRegistry registry https://registry.npmjs.org/
721 silly mapToRegistry uri https://registry.npmjs.org/glob
722 verbose addNameRange registry:https://registry.npmjs.org/glob not in flight; fetching
723 silly cache add args [ 'graceful-fs@~3.0.5', null ]
724 verbose cache add spec graceful-fs@~3.0.5
725 silly cache add parsed spec { raw: 'graceful-fs@~3.0.5',
725 silly cache add   scope: null,
725 silly cache add   name: 'graceful-fs',
725 silly cache add   rawSpec: '~3.0.5',
725 silly cache add   spec: '>=3.0.5 <3.1.0',
725 silly cache add   type: 'range' }
726 silly addNamed graceful-fs@>=3.0.5 <3.1.0
727 verbose addNamed ">=3.0.5 <3.1.0" is a valid semver range for graceful-fs
728 silly addNameRange { name: 'graceful-fs', range: '>=3.0.5 <3.1.0', hasData: false }
729 silly mapToRegistry name graceful-fs
730 silly mapToRegistry using default registry
731 silly mapToRegistry registry https://registry.npmjs.org/
732 silly mapToRegistry uri https://registry.npmjs.org/graceful-fs
733 verbose addNameRange registry:https://registry.npmjs.org/graceful-fs not in flight; fetching
734 silly cache add args [ 'minimatch@~2.0.1', null ]
735 verbose cache add spec minimatch@~2.0.1
736 silly cache add parsed spec { raw: 'minimatch@~2.0.1',
736 silly cache add   scope: null,
736 silly cache add   name: 'minimatch',
736 silly cache add   rawSpec: '~2.0.1',
736 silly cache add   spec: '>=2.0.1 <2.1.0',
736 silly cache add   type: 'range' }
737 silly addNamed minimatch@>=2.0.1 <2.1.0
738 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for minimatch
739 silly addNameRange { name: 'minimatch', range: '>=2.0.1 <2.1.0', hasData: false }
740 silly mapToRegistry name minimatch
741 silly mapToRegistry using default registry
742 silly mapToRegistry registry https://registry.npmjs.org/
743 silly mapToRegistry uri https://registry.npmjs.org/minimatch
744 verbose addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching
745 silly cache add args [ 'mkdirp@^0.5.0', null ]
746 verbose cache add spec mkdirp@^0.5.0
747 silly cache add parsed spec { raw: 'mkdirp@^0.5.0',
747 silly cache add   scope: null,
747 silly cache add   name: 'mkdirp',
747 silly cache add   rawSpec: '^0.5.0',
747 silly cache add   spec: '>=0.5.0 <0.6.0',
747 silly cache add   type: 'range' }
748 silly addNamed mkdirp@>=0.5.0 <0.6.0
749 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
750 silly addNameRange { name: 'mkdirp', range: '>=0.5.0 <0.6.0', hasData: false }
751 silly mapToRegistry name mkdirp
752 silly mapToRegistry using default registry
753 silly mapToRegistry registry https://registry.npmjs.org/
754 silly mapToRegistry uri https://registry.npmjs.org/mkdirp
755 verbose addNameRange registry:https://registry.npmjs.org/mkdirp not in flight; fetching
756 verbose request uri https://registry.npmjs.org/fstream
757 verbose request no auth needed
758 info attempt registry request try #1 at 17:24:38
759 verbose etag "BZB8DO85TC54UE0N7UYBAQ3P8"
760 http request GET https://registry.npmjs.org/fstream
761 silly cache add args [ 'nopt@~3.0.1', null ]
762 verbose cache add spec nopt@~3.0.1
763 silly cache add parsed spec { raw: 'nopt@~3.0.1',
763 silly cache add   scope: null,
763 silly cache add   name: 'nopt',
763 silly cache add   rawSpec: '~3.0.1',
763 silly cache add   spec: '>=3.0.1 <3.1.0',
763 silly cache add   type: 'range' }
764 silly addNamed nopt@>=3.0.1 <3.1.0
765 verbose addNamed ">=3.0.1 <3.1.0" is a valid semver range for nopt
766 silly addNameRange { name: 'nopt', range: '>=3.0.1 <3.1.0', hasData: false }
767 silly mapToRegistry name nopt
768 silly mapToRegistry using default registry
769 silly mapToRegistry registry https://registry.npmjs.org/
770 silly mapToRegistry uri https://registry.npmjs.org/nopt
771 verbose addNameRange registry:https://registry.npmjs.org/nopt not in flight; fetching
772 silly cache add args [ 'npmlog@~1.0.0', null ]
773 verbose cache add spec npmlog@~1.0.0
774 silly cache add parsed spec { raw: 'npmlog@~1.0.0',
774 silly cache add   scope: null,
774 silly cache add   name: 'npmlog',
774 silly cache add   rawSpec: '~1.0.0',
774 silly cache add   spec: '>=1.0.0 <1.1.0',
774 silly cache add   type: 'range' }
775 silly addNamed npmlog@>=1.0.0 <1.1.0
776 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for npmlog
777 silly addNameRange { name: 'npmlog', range: '>=1.0.0 <1.1.0', hasData: false }
778 silly mapToRegistry name npmlog
779 silly mapToRegistry using default registry
780 silly mapToRegistry registry https://registry.npmjs.org/
781 silly mapToRegistry uri https://registry.npmjs.org/npmlog
782 verbose addNameRange registry:https://registry.npmjs.org/npmlog not in flight; fetching
783 silly cache add args [ 'osenv@0', null ]
784 verbose cache add spec osenv@0
785 silly cache add parsed spec { raw: 'osenv@0',
785 silly cache add   scope: null,
785 silly cache add   name: 'osenv',
785 silly cache add   rawSpec: '0',
785 silly cache add   spec: '>=0.0.0 <1.0.0',
785 silly cache add   type: 'range' }
786 silly addNamed osenv@>=0.0.0 <1.0.0
787 verbose addNamed ">=0.0.0 <1.0.0" is a valid semver range for osenv
788 silly addNameRange { name: 'osenv', range: '>=0.0.0 <1.0.0', hasData: false }
789 silly mapToRegistry name osenv
790 silly mapToRegistry using default registry
791 silly mapToRegistry registry https://registry.npmjs.org/
792 silly mapToRegistry uri https://registry.npmjs.org/osenv
793 verbose addNameRange registry:https://registry.npmjs.org/osenv not in flight; fetching
794 verbose request uri https://registry.npmjs.org/graceful-fs
795 verbose request no auth needed
796 info attempt registry request try #1 at 17:24:38
797 verbose etag "C6066J22CBQKU8O1XVDWWWR62"
798 http request GET https://registry.npmjs.org/graceful-fs
799 silly cache add args [ 'request@~2.51.0', null ]
800 verbose cache add spec request@~2.51.0
801 silly cache add parsed spec { raw: 'request@~2.51.0',
801 silly cache add   scope: null,
801 silly cache add   name: 'request',
801 silly cache add   rawSpec: '~2.51.0',
801 silly cache add   spec: '>=2.51.0 <2.52.0',
801 silly cache add   type: 'range' }
802 silly addNamed request@>=2.51.0 <2.52.0
803 verbose addNamed ">=2.51.0 <2.52.0" is a valid semver range for request
804 silly addNameRange { name: 'request', range: '>=2.51.0 <2.52.0', hasData: false }
805 silly mapToRegistry name request
806 silly mapToRegistry using default registry
807 silly mapToRegistry registry https://registry.npmjs.org/
808 silly mapToRegistry uri https://registry.npmjs.org/request
809 verbose addNameRange registry:https://registry.npmjs.org/request not in flight; fetching
810 silly cache add args [ 'rimraf@~2.2.8', null ]
811 verbose cache add spec rimraf@~2.2.8
812 silly cache add parsed spec { raw: 'rimraf@~2.2.8',
812 silly cache add   scope: null,
812 silly cache add   name: 'rimraf',
812 silly cache add   rawSpec: '~2.2.8',
812 silly cache add   spec: '>=2.2.8 <2.3.0',
812 silly cache add   type: 'range' }
813 silly addNamed rimraf@>=2.2.8 <2.3.0
814 verbose addNamed ">=2.2.8 <2.3.0" is a valid semver range for rimraf
815 silly addNameRange { name: 'rimraf', range: '>=2.2.8 <2.3.0', hasData: false }
816 silly mapToRegistry name rimraf
817 silly mapToRegistry using default registry
818 silly mapToRegistry registry https://registry.npmjs.org/
819 silly mapToRegistry uri https://registry.npmjs.org/rimraf
820 verbose addNameRange registry:https://registry.npmjs.org/rimraf not in flight; fetching
821 silly cache add args [ 'semver@~4.3.6', null ]
822 verbose cache add spec semver@~4.3.6
823 silly cache add parsed spec { raw: 'semver@~4.3.6',
823 silly cache add   scope: null,
823 silly cache add   name: 'semver',
823 silly cache add   rawSpec: '~4.3.6',
823 silly cache add   spec: '>=4.3.6 <4.4.0',
823 silly cache add   type: 'range' }
824 silly addNamed semver@>=4.3.6 <4.4.0
825 verbose addNamed ">=4.3.6 <4.4.0" is a valid semver range for semver
826 silly addNameRange { name: 'semver', range: '>=4.3.6 <4.4.0', hasData: false }
827 silly mapToRegistry name semver
828 silly mapToRegistry using default registry
829 silly mapToRegistry registry https://registry.npmjs.org/
830 silly mapToRegistry uri https://registry.npmjs.org/semver
831 verbose addNameRange registry:https://registry.npmjs.org/semver not in flight; fetching
832 silly cache add args [ 'tar@~1.0.3', null ]
833 verbose cache add spec tar@~1.0.3
834 silly cache add parsed spec { raw: 'tar@~1.0.3',
834 silly cache add   scope: null,
834 silly cache add   name: 'tar',
834 silly cache add   rawSpec: '~1.0.3',
834 silly cache add   spec: '>=1.0.3 <1.1.0',
834 silly cache add   type: 'range' }
835 silly addNamed tar@>=1.0.3 <1.1.0
836 verbose addNamed ">=1.0.3 <1.1.0" is a valid semver range for tar
837 silly addNameRange { name: 'tar', range: '>=1.0.3 <1.1.0', hasData: false }
838 silly mapToRegistry name tar
839 silly mapToRegistry using default registry
840 silly mapToRegistry registry https://registry.npmjs.org/
841 silly mapToRegistry uri https://registry.npmjs.org/tar
842 verbose addNameRange registry:https://registry.npmjs.org/tar not in flight; fetching
843 silly cache add args [ 'which@~1.0.8', null ]
844 verbose cache add spec which@~1.0.8
845 silly cache add parsed spec { raw: 'which@~1.0.8',
845 silly cache add   scope: null,
845 silly cache add   name: 'which',
845 silly cache add   rawSpec: '~1.0.8',
845 silly cache add   spec: '>=1.0.8 <1.1.0',
845 silly cache add   type: 'range' }
846 silly addNamed which@>=1.0.8 <1.1.0
847 verbose addNamed ">=1.0.8 <1.1.0" is a valid semver range for which
848 silly addNameRange { name: 'which', range: '>=1.0.8 <1.1.0', hasData: false }
849 silly mapToRegistry name which
850 silly mapToRegistry using default registry
851 silly mapToRegistry registry https://registry.npmjs.org/
852 silly mapToRegistry uri https://registry.npmjs.org/which
853 verbose addNameRange registry:https://registry.npmjs.org/which not in flight; fetching
854 verbose request uri https://registry.npmjs.org/minimatch
855 verbose request no auth needed
856 info attempt registry request try #1 at 17:24:38
857 verbose etag "DJA57W2ZBIS2VHNDSIYQZ6MY3"
858 http request GET https://registry.npmjs.org/minimatch
859 verbose request uri https://registry.npmjs.org/mkdirp
860 verbose request no auth needed
861 info attempt registry request try #1 at 17:24:38
862 verbose etag "7Y605K6EY0TQ8NQAYCIJWCGLO"
863 http request GET https://registry.npmjs.org/mkdirp
864 verbose request uri https://registry.npmjs.org/glob
865 verbose request no auth needed
866 info attempt registry request try #1 at 17:24:38
867 verbose etag "E5FQI3B9II8WHWLET7Q3839FC"
868 http request GET https://registry.npmjs.org/glob
869 verbose request uri https://registry.npmjs.org/nopt
870 verbose request no auth needed
871 info attempt registry request try #1 at 17:24:38
872 verbose etag "1IA1PCOREFA1D278SXAMNMGJT"
873 http request GET https://registry.npmjs.org/nopt
874 verbose request uri https://registry.npmjs.org/npmlog
875 verbose request no auth needed
876 info attempt registry request try #1 at 17:24:38
877 verbose etag "4G6SJM4XF4HCFDN7O01YXRY9F"
878 http request GET https://registry.npmjs.org/npmlog
879 verbose request uri https://registry.npmjs.org/osenv
880 verbose request no auth needed
881 info attempt registry request try #1 at 17:24:38
882 verbose etag "3TYFTA5XNYXOXFPRQEXPBDWMN"
883 http request GET https://registry.npmjs.org/osenv
884 verbose request uri https://registry.npmjs.org/rimraf
885 verbose request no auth needed
886 info attempt registry request try #1 at 17:24:38
887 verbose etag "1H54VO41K9J0D07JHAD992Y44"
888 http request GET https://registry.npmjs.org/rimraf
889 verbose request uri https://registry.npmjs.org/request
890 verbose request no auth needed
891 info attempt registry request try #1 at 17:24:38
892 verbose etag "8M3AF11G4S89J968E4FO33TVS"
893 http request GET https://registry.npmjs.org/request
894 verbose request uri https://registry.npmjs.org/semver
895 verbose request no auth needed
896 info attempt registry request try #1 at 17:24:38
897 verbose etag "E47UNHNX9XAYTEIY79YAUD0F"
898 http request GET https://registry.npmjs.org/semver
899 verbose request uri https://registry.npmjs.org/tar
900 verbose request no auth needed
901 info attempt registry request try #1 at 17:24:38
902 verbose etag "DJWPG5DAIMHLY9L1F389NEWBU"
903 http request GET https://registry.npmjs.org/tar
904 verbose request uri https://registry.npmjs.org/which
905 verbose request no auth needed
906 info attempt registry request try #1 at 17:24:38
907 verbose etag "7B2UNGKPTU09FCIK6AQ6YKUQV"
908 http request GET https://registry.npmjs.org/which
909 http 304 https://registry.npmjs.org/mkdirp
910 silly get cb [ 304,
910 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
910 silly get     via: '1.1 varnish',
910 silly get     'cache-control': 'max-age=60',
910 silly get     etag: '"7Y605K6EY0TQ8NQAYCIJWCGLO"',
910 silly get     age: '6',
910 silly get     connection: 'keep-alive',
910 silly get     'x-served-by': 'cache-fra1221-FRA',
910 silly get     'x-cache': 'HIT',
910 silly get     'x-cache-hits': '1',
910 silly get     'x-timer': 'S1440343457.472875,VS0,VE0',
910 silly get     vary: 'Accept' } ]
911 verbose etag https://registry.npmjs.org/mkdirp from cache
912 verbose get saving mkdirp to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\mkdirp\.cache.json
913 http 304 https://registry.npmjs.org/graceful-fs
914 silly get cb [ 304,
914 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
914 silly get     via: '1.1 varnish',
914 silly get     'cache-control': 'max-age=60',
914 silly get     etag: '"C6066J22CBQKU8O1XVDWWWR62"',
914 silly get     age: '50',
914 silly get     connection: 'keep-alive',
914 silly get     'x-served-by': 'cache-fra1221-FRA',
914 silly get     'x-cache': 'HIT',
914 silly get     'x-cache-hits': '4',
914 silly get     'x-timer': 'S1440343457.475146,VS0,VE0',
914 silly get     vary: 'Accept' } ]
915 verbose etag https://registry.npmjs.org/graceful-fs from cache
916 verbose get saving graceful-fs to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-fs\.cache.json
917 silly addNameRange number 2 { name: 'graceful-fs', range: '>=3.0.5 <3.1.0', hasData: true }
918 silly addNameRange versions [ 'graceful-fs',
918 silly addNameRange   [ '1.0.0',
918 silly addNameRange     '1.0.1',
918 silly addNameRange     '1.0.2',
918 silly addNameRange     '1.1.0',
918 silly addNameRange     '1.1.1',
918 silly addNameRange     '1.1.2',
918 silly addNameRange     '1.1.3',
918 silly addNameRange     '1.1.4',
918 silly addNameRange     '1.1.5',
918 silly addNameRange     '1.1.6',
918 silly addNameRange     '1.1.7',
918 silly addNameRange     '1.1.8',
918 silly addNameRange     '1.1.9',
918 silly addNameRange     '1.1.10',
918 silly addNameRange     '1.1.11',
918 silly addNameRange     '1.1.12',
918 silly addNameRange     '1.1.13',
918 silly addNameRange     '1.1.14',
918 silly addNameRange     '1.2.0',
918 silly addNameRange     '1.2.1',
918 silly addNameRange     '1.2.2',
918 silly addNameRange     '1.2.3',
918 silly addNameRange     '2.0.0',
918 silly addNameRange     '2.0.1',
918 silly addNameRange     '2.0.2',
918 silly addNameRange     '2.0.3',
918 silly addNameRange     '3.0.0',
918 silly addNameRange     '3.0.1',
918 silly addNameRange     '3.0.2',
918 silly addNameRange     '3.0.3',
918 silly addNameRange     '3.0.4',
918 silly addNameRange     '3.0.5',
918 silly addNameRange     '3.0.6',
918 silly addNameRange     '3.0.7',
918 silly addNameRange     '3.0.8',
918 silly addNameRange     '4.1.0',
918 silly addNameRange     '4.1.1',
918 silly addNameRange     '4.1.2' ] ]
919 silly addNamed graceful-fs@3.0.8
920 verbose addNamed "3.0.8" is a plain semver version for graceful-fs
921 silly addNameRange number 2 { name: 'mkdirp', range: '>=0.5.0 <0.6.0', hasData: true }
922 silly addNameRange versions [ 'mkdirp',
922 silly addNameRange   [ '0.0.1',
922 silly addNameRange     '0.0.2',
922 silly addNameRange     '0.0.3',
922 silly addNameRange     '0.0.4',
922 silly addNameRange     '0.0.5',
922 silly addNameRange     '0.0.6',
922 silly addNameRange     '0.0.7',
922 silly addNameRange     '0.1.0',
922 silly addNameRange     '0.2.0',
922 silly addNameRange     '0.2.1',
922 silly addNameRange     '0.2.2',
922 silly addNameRange     '0.3.0',
922 silly addNameRange     '0.3.1',
922 silly addNameRange     '0.3.2',
922 silly addNameRange     '0.3.3',
922 silly addNameRange     '0.3.4',
922 silly addNameRange     '0.3.5',
922 silly addNameRange     '0.4.0',
922 silly addNameRange     '0.4.1',
922 silly addNameRange     '0.4.2',
922 silly addNameRange     '0.5.0',
922 silly addNameRange     '0.5.1' ] ]
923 silly addNamed mkdirp@0.5.1
924 verbose addNamed "0.5.1" is a plain semver version for mkdirp
925 silly cache afterAdd graceful-fs@3.0.8
926 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\graceful-fs\3.0.8\package\package.json not in flight; writing
927 silly cache afterAdd mkdirp@0.5.1
928 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mkdirp\0.5.1\package\package.json not in flight; writing
929 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\graceful-fs\3.0.8\package\package.json written
930 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mkdirp\0.5.1\package\package.json written
931 http 304 https://registry.npmjs.org/npmlog
932 silly get cb [ 304,
932 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
932 silly get     via: '1.1 varnish',
932 silly get     'cache-control': 'max-age=60',
932 silly get     etag: '"4G6SJM4XF4HCFDN7O01YXRY9F"',
932 silly get     age: '59',
932 silly get     connection: 'keep-alive',
932 silly get     'x-served-by': 'cache-fra1220-FRA',
932 silly get     'x-cache': 'HIT',
932 silly get     'x-cache-hits': '1',
932 silly get     'x-timer': 'S1440343457.480461,VS0,VE0',
932 silly get     vary: 'Accept' } ]
933 verbose etag https://registry.npmjs.org/npmlog from cache
934 verbose get saving npmlog to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\npmlog\.cache.json
935 silly addNameRange number 2 { name: 'npmlog', range: '>=1.0.0 <1.1.0', hasData: true }
936 silly addNameRange versions [ 'npmlog',
936 silly addNameRange   [ '0.0.1',
936 silly addNameRange     '0.0.2',
936 silly addNameRange     '0.0.3',
936 silly addNameRange     '0.0.4',
936 silly addNameRange     '0.0.5',
936 silly addNameRange     '0.0.6',
936 silly addNameRange     '0.1.0',
936 silly addNameRange     '0.1.1',
936 silly addNameRange     '1.0.0',
936 silly addNameRange     '1.1.0',
936 silly addNameRange     '1.2.0',
936 silly addNameRange     '1.2.1' ] ]
937 silly addNamed npmlog@1.0.0
938 verbose addNamed "1.0.0" is a plain semver version for npmlog
939 silly cache afterAdd npmlog@1.0.0
940 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\npmlog\1.0.0\package\package.json not in flight; writing
941 http 304 https://registry.npmjs.org/nopt
942 silly get cb [ 304,
942 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
942 silly get     via: '1.1 varnish',
942 silly get     'cache-control': 'max-age=60',
942 silly get     etag: '"1IA1PCOREFA1D278SXAMNMGJT"',
942 silly get     age: '6',
942 silly get     connection: 'keep-alive',
942 silly get     'x-served-by': 'cache-fra1245-FRA',
942 silly get     'x-cache': 'HIT',
942 silly get     'x-cache-hits': '1',
942 silly get     'x-timer': 'S1440343457.485157,VS0,VE0',
942 silly get     vary: 'Accept' } ]
943 verbose etag https://registry.npmjs.org/nopt from cache
944 verbose get saving nopt to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\nopt\.cache.json
945 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\npmlog\1.0.0\package\package.json written
946 silly addNameRange number 2 { name: 'nopt', range: '>=3.0.1 <3.1.0', hasData: true }
947 silly addNameRange versions [ 'nopt',
947 silly addNameRange   [ '1.0.0',
947 silly addNameRange     '1.0.1',
947 silly addNameRange     '1.0.2',
947 silly addNameRange     '1.0.3',
947 silly addNameRange     '1.0.4',
947 silly addNameRange     '1.0.5',
947 silly addNameRange     '1.0.6',
947 silly addNameRange     '1.0.7',
947 silly addNameRange     '1.0.8',
947 silly addNameRange     '1.0.9',
947 silly addNameRange     '1.0.10',
947 silly addNameRange     '2.0.0',
947 silly addNameRange     '2.1.0',
947 silly addNameRange     '2.1.1',
947 silly addNameRange     '2.1.2',
947 silly addNameRange     '2.2.0',
947 silly addNameRange     '2.2.1',
947 silly addNameRange     '3.0.0',
947 silly addNameRange     '3.0.1',
947 silly addNameRange     '3.0.2',
947 silly addNameRange     '3.0.3' ] ]
948 silly addNamed nopt@3.0.3
949 verbose addNamed "3.0.3" is a plain semver version for nopt
950 http 304 https://registry.npmjs.org/osenv
951 silly get cb [ 304,
951 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
951 silly get     via: '1.1 varnish',
951 silly get     'cache-control': 'max-age=60',
951 silly get     etag: '"3TYFTA5XNYXOXFPRQEXPBDWMN"',
951 silly get     age: '0',
951 silly get     connection: 'keep-alive',
951 silly get     'x-served-by': 'cache-fra1222-FRA',
951 silly get     'x-cache': 'HIT',
951 silly get     'x-cache-hits': '1',
951 silly get     'x-timer': 'S1440343457.489136,VS0,VE0',
951 silly get     vary: 'Accept' } ]
952 verbose etag https://registry.npmjs.org/osenv from cache
953 verbose get saving osenv to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\osenv\.cache.json
954 silly cache afterAdd nopt@3.0.3
955 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\nopt\3.0.3\package\package.json not in flight; writing
956 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\nopt\3.0.3\package\package.json written
957 silly addNameRange number 2 { name: 'osenv', range: '>=0.0.0 <1.0.0', hasData: true }
958 silly addNameRange versions [ 'osenv',
958 silly addNameRange   [ '0.0.1', '0.0.2', '0.0.3', '0.1.0', '0.1.1', '0.1.2', '0.1.3' ] ]
959 silly addNamed osenv@0.1.3
960 verbose addNamed "0.1.3" is a plain semver version for osenv
961 silly cache afterAdd osenv@0.1.3
962 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\osenv\0.1.3\package\package.json not in flight; writing
963 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\osenv\0.1.3\package\package.json written
964 http 304 https://registry.npmjs.org/tar
965 silly get cb [ 304,
965 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
965 silly get     via: '1.1 varnish',
965 silly get     'cache-control': 'max-age=60',
965 silly get     etag: '"DJWPG5DAIMHLY9L1F389NEWBU"',
965 silly get     age: '55',
965 silly get     connection: 'keep-alive',
965 silly get     'x-served-by': 'cache-fra1246-FRA',
965 silly get     'x-cache': 'HIT',
965 silly get     'x-cache-hits': '1',
965 silly get     'x-timer': 'S1440343457.494557,VS0,VE0',
965 silly get     vary: 'Accept' } ]
966 verbose etag https://registry.npmjs.org/tar from cache
967 verbose get saving tar to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\tar\.cache.json
968 silly addNameRange number 2 { name: 'tar', range: '>=1.0.3 <1.1.0', hasData: true }
969 silly addNameRange versions [ 'tar',
969 silly addNameRange   [ '0.0.1',
969 silly addNameRange     '0.1.0',
969 silly addNameRange     '0.1.2',
969 silly addNameRange     '0.1.3',
969 silly addNameRange     '0.1.4',
969 silly addNameRange     '0.1.5',
969 silly addNameRange     '0.1.6',
969 silly addNameRange     '0.1.7',
969 silly addNameRange     '0.1.8',
969 silly addNameRange     '0.1.9',
969 silly addNameRange     '0.1.10',
969 silly addNameRange     '0.1.11',
969 silly addNameRange     '0.1.12',
969 silly addNameRange     '0.1.13',
969 silly addNameRange     '0.1.14',
969 silly addNameRange     '0.1.15',
969 silly addNameRange     '0.1.16',
969 silly addNameRange     '0.1.17',
969 silly addNameRange     '0.1.18',
969 silly addNameRange     '0.1.19',
969 silly addNameRange     '0.1.20',
969 silly addNameRange     '1.0.0',
969 silly addNameRange     '1.0.1',
969 silly addNameRange     '1.0.2',
969 silly addNameRange     '1.0.3',
969 silly addNameRange     '2.0.0',
969 silly addNameRange     '2.0.1',
969 silly addNameRange     '2.1.0',
969 silly addNameRange     '2.1.1' ] ]
970 silly addNamed tar@1.0.3
971 verbose addNamed "1.0.3" is a plain semver version for tar
972 silly cache afterAdd tar@1.0.3
973 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tar\1.0.3\package\package.json not in flight; writing
974 http 304 https://registry.npmjs.org/request
975 silly get cb [ 304,
975 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
975 silly get     via: '1.1 varnish',
975 silly get     'cache-control': 'max-age=60',
975 silly get     etag: '"8M3AF11G4S89J968E4FO33TVS"',
975 silly get     age: '31',
975 silly get     connection: 'keep-alive',
975 silly get     'x-served-by': 'cache-fra1234-FRA',
975 silly get     'x-cache': 'HIT',
975 silly get     'x-cache-hits': '1',
975 silly get     'x-timer': 'S1440343457.498589,VS0,VE1',
975 silly get     vary: 'Accept' } ]
976 verbose etag https://registry.npmjs.org/request from cache
977 verbose get saving request to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\request\.cache.json
978 http 304 https://registry.npmjs.org/semver
979 silly get cb [ 304,
979 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
979 silly get     via: '1.1 varnish',
979 silly get     'cache-control': 'max-age=60',
979 silly get     etag: '"E47UNHNX9XAYTEIY79YAUD0F"',
979 silly get     age: '51',
979 silly get     connection: 'keep-alive',
979 silly get     'x-served-by': 'cache-fra1234-FRA',
979 silly get     'x-cache': 'HIT',
979 silly get     'x-cache-hits': '1',
979 silly get     'x-timer': 'S1440343457.500136,VS0,VE0',
979 silly get     vary: 'Accept' } ]
980 verbose etag https://registry.npmjs.org/semver from cache
981 verbose get saving semver to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\semver\.cache.json
982 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tar\1.0.3\package\package.json written
983 silly addNameRange number 2 { name: 'request', range: '>=2.51.0 <2.52.0', hasData: true }
984 silly addNameRange versions [ 'request',
984 silly addNameRange   [ '0.10.0',
984 silly addNameRange     '0.8.3',
984 silly addNameRange     '0.9.0',
984 silly addNameRange     '0.9.1',
984 silly addNameRange     '0.9.5',
984 silly addNameRange     '1.0.0',
984 silly addNameRange     '1.1.0',
984 silly addNameRange     '1.1.1',
984 silly addNameRange     '1.2.0',
984 silly addNameRange     '1.9.0',
984 silly addNameRange     '1.9.1',
984 silly addNameRange     '1.9.2',
984 silly addNameRange     '1.9.3',
984 silly addNameRange     '1.9.5',
984 silly addNameRange     '1.9.7',
984 silly addNameRange     '1.9.8',
984 silly addNameRange     '1.9.9',
984 silly addNameRange     '2.0.0',
984 silly addNameRange     '2.0.1',
984 silly addNameRange     '2.0.2',
984 silly addNameRange     '2.0.3',
984 silly addNameRange     '2.0.4',
984 silly addNameRange     '2.0.5',
984 silly addNameRange     '2.1.0',
984 silly addNameRange     '2.1.1',
984 silly addNameRange     '2.2.0',
984 silly addNameRange     '2.2.5',
984 silly addNameRange     '2.2.6',
984 silly addNameRange     '2.2.9',
984 silly addNameRange     '2.9.0',
984 silly addNameRange     '2.9.1',
984 silly addNameRange     '2.9.2',
984 silly addNameRange     '2.9.3',
984 silly addNameRange     '2.9.100',
984 silly addNameRange     '2.9.150',
984 silly addNameRange     '2.9.151',
984 silly addNameRange     '2.9.152',
984 silly addNameRange     '2.9.153',
984 silly addNameRange     '2.9.200',
984 silly addNameRange     '2.9.201',
984 silly addNameRange     '2.9.202',
984 silly addNameRange     '2.9.203',
984 silly addNameRange     '2.10.0',
984 silly addNameRange     '2.11.0',
984 silly addNameRange     '2.11.1',
984 silly addNameRange     '2.11.2',
984 silly addNameRange     '2.11.3',
984 silly addNameRange     '2.11.4',
984 silly addNameRange     '2.12.0',
984 silly addNameRange     '2.14.0',
984 silly addNameRange     '2.16.0',
984 silly addNameRange     '2.16.2',
984 silly addNameRange     '2.16.4',
984 silly addNameRange     '2.16.6',
984 silly addNameRange     '2.18.0',
984 silly addNameRange     '2.19.0',
984 silly addNameRange     '2.20.0',
984 silly addNameRange     '2.21.0',
984 silly addNameRange     '2.22.0',
984 silly addNameRange     '2.23.0',
984 silly addNameRange     '2.24.0',
984 silly addNameRange     '2.25.0',
984 silly addNameRange     '2.26.0',
984 silly addNameRange     '2.27.0',
984 silly addNameRange     '2.28.0',
984 silly addNameRange     '2.29.0',
984 silly addNameRange     '2.30.0',
984 silly addNameRange     '2.31.0',
984 silly addNameRange     '2.32.0',
984 silly addNameRange     '2.33.0',
984 silly addNameRange     '2.34.0',
984 silly addNameRange     '2.35.0',
984 silly addNameRange     '2.36.0',
984 silly addNameRange     '2.37.0',
984 silly addNameRange     '2.38.0',
984 silly addNameRange     '2.39.0',
984 silly addNameRange     '2.40.0',
984 silly addNameRange     '2.41.0',
984 silly addNameRange     '2.42.0',
984 silly addNameRange     '2.43.0',
984 silly addNameRange     '2.44.0',
984 silly addNameRange     '2.45.0',
984 silly addNameRange     '2.46.0',
984 silly addNameRange     '2.47.0',
984 silly addNameRange     '2.48.0',
984 silly addNameRange     '2.49.0',
984 silly addNameRange     '2.50.0',
984 silly addNameRange     '2.51.0',
984 silly addNameRange     '2.52.0',
984 silly addNameRange     '2.53.0',
984 silly addNameRange     '2.54.0',
984 silly addNameRange     '2.55.0',
984 silly addNameRange     '2.56.0',
984 silly addNameRange     '2.57.0',
984 silly addNameRange     '2.58.0',
984 silly addNameRange     '2.59.0',
984 silly addNameRange     '2.60.0',
984 silly addNameRange     '2.61.0' ] ]
985 silly addNamed request@2.51.0
986 verbose addNamed "2.51.0" is a plain semver version for request
987 silly addNameRange number 2 { name: 'semver', range: '>=4.3.6 <4.4.0', hasData: true }
988 silly addNameRange versions [ 'semver',
988 silly addNameRange   [ '1.0.0',
988 silly addNameRange     '1.0.1',
988 silly addNameRange     '1.0.2',
988 silly addNameRange     '1.0.3',
988 silly addNameRange     '1.0.4',
988 silly addNameRange     '1.0.5',
988 silly addNameRange     '1.0.6',
988 silly addNameRange     '1.0.7',
988 silly addNameRange     '1.0.8',
988 silly addNameRange     '1.0.9',
988 silly addNameRange     '1.0.10',
988 silly addNameRange     '1.0.11',
988 silly addNameRange     '1.0.12',
988 silly addNameRange     '1.0.13',
988 silly addNameRange     '1.0.14',
988 silly addNameRange     '1.1.0',
988 silly addNameRange     '1.1.1',
988 silly addNameRange     '1.1.2',
988 silly addNameRange     '1.1.3',
988 silly addNameRange     '1.1.4',
988 silly addNameRange     '2.0.0-alpha',
988 silly addNameRange     '2.0.0-beta',
988 silly addNameRange     '2.0.1',
988 silly addNameRange     '2.0.2',
988 silly addNameRange     '2.0.3',
988 silly addNameRange     '2.0.4',
988 silly addNameRange     '2.0.5',
988 silly addNameRange     '2.0.6',
988 silly addNameRange     '2.0.7',
988 silly addNameRange     '2.0.8',
988 silly addNameRange     '2.0.9',
988 silly addNameRange     '2.0.10',
988 silly addNameRange     '2.0.11',
988 silly addNameRange     '2.1.0',
988 silly addNameRange     '2.2.0',
988 silly addNameRange     '2.2.1',
988 silly addNameRange     '2.3.0',
988 silly addNameRange     '2.3.1',
988 silly addNameRange     '2.3.2',
988 silly addNameRange     '3.0.0',
988 silly addNameRange     '3.0.1',
988 silly addNameRange     '4.0.0',
988 silly addNameRange     '4.0.2',
988 silly addNameRange     '4.0.3',
988 silly addNameRange     '4.1.0',
988 silly addNameRange     '4.1.1',
988 silly addNameRange     '4.2.0',
988 silly addNameRange     '4.2.1',
988 silly addNameRange     '4.2.2',
988 silly addNameRange     '4.3.0',
988 silly addNameRange     '4.3.1',
988 silly addNameRange     '4.3.2',
988 silly addNameRange     '4.3.3',
988 silly addNameRange     '4.3.4',
988 silly addNameRange     '4.3.5',
988 silly addNameRange     '4.3.6',
988 silly addNameRange     '5.0.0',
988 silly addNameRange     '5.0.1' ] ]
989 silly addNamed semver@4.3.6
990 verbose addNamed "4.3.6" is a plain semver version for semver
991 silly cache afterAdd request@2.51.0
992 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\request\2.51.0\package\package.json not in flight; writing
993 silly cache afterAdd semver@4.3.6
994 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\semver\4.3.6\package\package.json not in flight; writing
995 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\request\2.51.0\package\package.json written
996 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\semver\4.3.6\package\package.json written
997 http 304 https://registry.npmjs.org/glob
998 silly get cb [ 304,
998 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
998 silly get     via: '1.1 varnish',
998 silly get     'cache-control': 'max-age=60',
998 silly get     etag: '"E5FQI3B9II8WHWLET7Q3839FC"',
998 silly get     age: '50',
998 silly get     connection: 'keep-alive',
998 silly get     'x-served-by': 'cache-fra1246-FRA',
998 silly get     'x-cache': 'HIT',
998 silly get     'x-cache-hits': '1',
998 silly get     'x-timer': 'S1440343457.710282,VS0,VE0',
998 silly get     vary: 'Accept' } ]
999 verbose etag https://registry.npmjs.org/glob from cache
1000 verbose get saving glob to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\glob\.cache.json
1001 silly addNameRange number 2 { name: 'glob', range: '>=4.3.5 <4.4.0', hasData: true }
1002 silly addNameRange versions [ 'glob',
1002 silly addNameRange   [ '1.1.0',
1002 silly addNameRange     '2.0.9',
1002 silly addNameRange     '2.0.8',
1002 silly addNameRange     '2.0.7',
1002 silly addNameRange     '2.1.0',
1002 silly addNameRange     '3.0.0',
1002 silly addNameRange     '3.0.1',
1002 silly addNameRange     '3.1.0',
1002 silly addNameRange     '3.1.1',
1002 silly addNameRange     '3.1.2',
1002 silly addNameRange     '3.1.3',
1002 silly addNameRange     '3.1.4',
1002 silly addNameRange     '3.1.5',
1002 silly addNameRange     '3.1.6',
1002 silly addNameRange     '3.1.7',
1002 silly addNameRange     '3.1.9',
1002 silly addNameRange     '3.1.10',
1002 silly addNameRange     '3.1.11',
1002 silly addNameRange     '3.1.12',
1002 silly addNameRange     '3.1.13',
1002 silly addNameRange     '3.1.14',
1002 silly addNameRange     '3.1.15',
1002 silly addNameRange     '3.1.16',
1002 silly addNameRange     '3.1.17',
1002 silly addNameRange     '3.1.18',
1002 silly addNameRange     '3.1.19',
1002 silly addNameRange     '3.1.20',
1002 silly addNameRange     '3.1.21',
1002 silly addNameRange     '3.2.0',
1002 silly addNameRange     '3.2.1',
1002 silly addNameRange     '3.2.3',
1002 silly addNameRange     '3.2.4',
1002 silly addNameRange     '3.2.5',
1002 silly addNameRange     '3.2.6',
1002 silly addNameRange     '3.2.7',
1002 silly addNameRange     '3.2.8',
1002 silly addNameRange     '3.2.9',
1002 silly addNameRange     '3.2.10',
1002 silly addNameRange     '3.2.11',
1002 silly addNameRange     '4.0.0',
1002 silly addNameRange     '4.0.1',
1002 silly addNameRange     '4.0.2',
1002 silly addNameRange     '4.0.3',
1002 silly addNameRange     '4.0.4',
1002 silly addNameRange     '4.0.5',
1002 silly addNameRange     '4.0.6',
1002 silly addNameRange     '4.1.2-beta',
1002 silly addNameRange     '4.1.2',
1002 silly addNameRange     '4.1.3',
1002 silly addNameRange     '4.1.4',
1002 silly addNameRange     '4.1.5',
1002 silly addNameRange     '4.1.6',
1002 silly addNameRange     '4.2.0',
1002 silly addNameRange     '4.2.1',
1002 silly addNameRange     '4.2.2',
1002 silly addNameRange     '4.3.0',
1002 silly addNameRange     '4.3.1',
1002 silly addNameRange     '4.3.2',
1002 silly addNameRange     '4.3.3',
1002 silly addNameRange     '4.3.4',
1002 silly addNameRange     '4.3.5',
1002 silly addNameRange     '4.4.0',
1002 silly addNameRange     '4.4.2',
1002 silly addNameRange     '4.5.0',
1002 silly addNameRange     '5.0.0',
1002 silly addNameRange     '4.5.1',
1002 silly addNameRange     '5.0.1',
1002 silly addNameRange     '4.5.2',
1002 silly addNameRange     '5.0.2',
1002 silly addNameRange     '4.5.3',
1002 silly addNameRange     '5.0.3',
1002 silly addNameRange     '5.0.4',
1002 silly addNameRange     '5.0.5',
1002 silly addNameRange     '5.0.6',
1002 silly addNameRange     '5.0.7',
1002 silly addNameRange     '5.0.9',
1002 silly addNameRange     '5.0.10',
1002 silly addNameRange     '5.0.11',
1002 silly addNameRange     '5.0.12',
1002 silly addNameRange     '5.0.13',
1002 silly addNameRange     '5.0.14' ] ]
1003 silly addNamed glob@4.3.5
1004 verbose addNamed "4.3.5" is a plain semver version for glob
1005 silly cache afterAdd glob@4.3.5
1006 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\glob\4.3.5\package\package.json not in flight; writing
1007 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\glob\4.3.5\package\package.json written
1008 http 304 https://registry.npmjs.org/which
1009 silly get cb [ 304,
1009 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
1009 silly get     via: '1.1 varnish',
1009 silly get     'cache-control': 'max-age=60',
1009 silly get     etag: '"7B2UNGKPTU09FCIK6AQ6YKUQV"',
1009 silly get     age: '10',
1009 silly get     connection: 'keep-alive',
1009 silly get     'x-served-by': 'cache-fra1229-FRA',
1009 silly get     'x-cache': 'HIT',
1009 silly get     'x-cache-hits': '1',
1009 silly get     'x-timer': 'S1440343457.731616,VS0,VE0',
1009 silly get     vary: 'Accept' } ]
1010 verbose etag https://registry.npmjs.org/which from cache
1011 verbose get saving which to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\which\.cache.json
1012 silly addNameRange number 2 { name: 'which', range: '>=1.0.8 <1.1.0', hasData: true }
1013 silly addNameRange versions [ 'which',
1013 silly addNameRange   [ '1.0.0',
1013 silly addNameRange     '1.0.1',
1013 silly addNameRange     '1.0.2',
1013 silly addNameRange     '1.0.3',
1013 silly addNameRange     '1.0.5',
1013 silly addNameRange     '1.0.6',
1013 silly addNameRange     '1.0.7',
1013 silly addNameRange     '1.0.8',
1013 silly addNameRange     '1.0.9',
1013 silly addNameRange     '1.1.0',
1013 silly addNameRange     '1.1.1' ] ]
1014 silly addNamed which@1.0.9
1015 verbose addNamed "1.0.9" is a plain semver version for which
1016 silly cache afterAdd which@1.0.9
1017 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\which\1.0.9\package\package.json not in flight; writing
1018 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\which\1.0.9\package\package.json written
1019 http 304 https://registry.npmjs.org/fstream
1020 silly get cb [ 304,
1020 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
1020 silly get     via: '1.1 varnish',
1020 silly get     'cache-control': 'max-age=60',
1020 silly get     etag: '"BZB8DO85TC54UE0N7UYBAQ3P8"',
1020 silly get     age: '0',
1020 silly get     connection: 'keep-alive',
1020 silly get     'x-served-by': 'cache-fra1233-FRA',
1020 silly get     'x-cache': 'HIT',
1020 silly get     'x-cache-hits': '1',
1020 silly get     'x-timer': 'S1440343457.573253,VS0,VE422',
1020 silly get     vary: 'Accept' } ]
1021 verbose etag https://registry.npmjs.org/fstream from cache
1022 verbose get saving fstream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\fstream\.cache.json
1023 silly addNameRange number 2 { name: 'fstream', range: '>=1.0.3 <1.1.0', hasData: true }
1024 silly addNameRange versions [ 'fstream',
1024 silly addNameRange   [ '0.0.0',
1024 silly addNameRange     '0.0.1',
1024 silly addNameRange     '0.1.0',
1024 silly addNameRange     '0.1.1',
1024 silly addNameRange     '0.1.2',
1024 silly addNameRange     '0.1.3',
1024 silly addNameRange     '0.1.5',
1024 silly addNameRange     '0.1.6',
1024 silly addNameRange     '0.1.7',
1024 silly addNameRange     '0.1.8',
1024 silly addNameRange     '0.1.9',
1024 silly addNameRange     '0.1.10',
1024 silly addNameRange     '0.1.11',
1024 silly addNameRange     '0.1.12',
1024 silly addNameRange     '0.1.13',
1024 silly addNameRange     '0.1.14',
1024 silly addNameRange     '0.1.15',
1024 silly addNameRange     '0.1.16',
1024 silly addNameRange     '0.1.17',
1024 silly addNameRange     '0.1.18',
1024 silly addNameRange     '0.1.19',
1024 silly addNameRange     '0.1.20',
1024 silly addNameRange     '0.1.21',
1024 silly addNameRange     '0.1.22',
1024 silly addNameRange     '0.1.23',
1024 silly addNameRange     '0.1.24',
1024 silly addNameRange     '0.1.25',
1024 silly addNameRange     '0.1.26',
1024 silly addNameRange     '0.1.27',
1024 silly addNameRange     '0.1.28',
1024 silly addNameRange     '0.1.29',
1024 silly addNameRange     '0.1.30',
1024 silly addNameRange     '1.0.0',
1024 silly addNameRange     '1.0.1',
1024 silly addNameRange     '0.1.31',
1024 silly addNameRange     '1.0.2',
1024 silly addNameRange     '1.0.3',
1024 silly addNameRange     '1.0.4',
1024 silly addNameRange     '1.0.5',
1024 silly addNameRange     '1.0.6',
1024 silly addNameRange     '1.0.7' ] ]
1025 silly addNamed fstream@1.0.7
1026 verbose addNamed "1.0.7" is a plain semver version for fstream
1027 silly cache afterAdd fstream@1.0.7
1028 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\fstream\1.0.7\package\package.json not in flight; writing
1029 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\fstream\1.0.7\package\package.json written
1030 http 304 https://registry.npmjs.org/minimatch
1031 silly get cb [ 304,
1031 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
1031 silly get     via: '1.1 varnish',
1031 silly get     'cache-control': 'max-age=60',
1031 silly get     etag: '"DJA57W2ZBIS2VHNDSIYQZ6MY3"',
1031 silly get     age: '0',
1031 silly get     connection: 'keep-alive',
1031 silly get     'x-served-by': 'cache-fra1233-FRA',
1031 silly get     'x-cache': 'HIT',
1031 silly get     'x-cache-hits': '1',
1031 silly get     'x-timer': 'S1440343457.471980,VS0,VE743',
1031 silly get     vary: 'Accept' } ]
1032 verbose etag https://registry.npmjs.org/minimatch from cache
1033 verbose get saving minimatch to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\minimatch\.cache.json
1034 silly addNameRange number 2 { name: 'minimatch', range: '>=2.0.1 <2.1.0', hasData: true }
1035 silly addNameRange versions [ 'minimatch',
1035 silly addNameRange   [ '0.0.1',
1035 silly addNameRange     '0.0.2',
1035 silly addNameRange     '0.0.4',
1035 silly addNameRange     '0.0.5',
1035 silly addNameRange     '0.1.1',
1035 silly addNameRange     '0.1.2',
1035 silly addNameRange     '0.1.3',
1035 silly addNameRange     '0.1.4',
1035 silly addNameRange     '0.1.5',
1035 silly addNameRange     '0.2.0',
1035 silly addNameRange     '0.2.2',
1035 silly addNameRange     '0.2.3',
1035 silly addNameRange     '0.2.4',
1035 silly addNameRange     '0.2.5',
1035 silly addNameRange     '0.2.6',
1035 silly addNameRange     '0.2.7',
1035 silly addNameRange     '0.2.8',
1035 silly addNameRange     '0.2.9',
1035 silly addNameRange     '0.2.10',
1035 silly addNameRange     '0.2.11',
1035 silly addNameRange     '0.2.12',
1035 silly addNameRange     '0.2.13',
1035 silly addNameRange     '0.2.14',
1035 silly addNameRange     '0.3.0',
1035 silly addNameRange     '0.4.0',
1035 silly addNameRange     '1.0.0',
1035 silly addNameRange     '2.0.0',
1035 silly addNameRange     '2.0.1',
1035 silly addNameRange     '2.0.2',
1035 silly addNameRange     '2.0.3',
1035 silly addNameRange     '2.0.4',
1035 silly addNameRange     '2.0.5',
1035 silly addNameRange     '2.0.6',
1035 silly addNameRange     '2.0.7',
1035 silly addNameRange     '2.0.8',
1035 silly addNameRange     '2.0.9',
1035 silly addNameRange     '2.0.10' ] ]
1036 silly addNamed minimatch@2.0.10
1037 verbose addNamed "2.0.10" is a plain semver version for minimatch
1038 silly cache afterAdd minimatch@2.0.10
1039 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\minimatch\2.0.10\package\package.json not in flight; writing
1040 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\minimatch\2.0.10\package\package.json written
1041 http 304 https://registry.npmjs.org/rimraf
1042 silly get cb [ 304,
1042 silly get   { date: 'Sun, 23 Aug 2015 15:24:17 GMT',
1042 silly get     via: '1.1 varnish',
1042 silly get     'cache-control': 'max-age=60',
1042 silly get     etag: '"1H54VO41K9J0D07JHAD992Y44"',
1042 silly get     age: '0',
1042 silly get     connection: 'keep-alive',
1042 silly get     'x-served-by': 'cache-fra1246-FRA',
1042 silly get     'x-cache': 'HIT',
1042 silly get     'x-cache-hits': '1',
1042 silly get     'x-timer': 'S1440343457.488616,VS0,VE737',
1042 silly get     vary: 'Accept' } ]
1043 verbose etag https://registry.npmjs.org/rimraf from cache
1044 verbose get saving rimraf to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\rimraf\.cache.json
1045 silly addNameRange number 2 { name: 'rimraf', range: '>=2.2.8 <2.3.0', hasData: true }
1046 silly addNameRange versions [ 'rimraf',
1046 silly addNameRange   [ '1.0.0',
1046 silly addNameRange     '1.0.1',
1046 silly addNameRange     '1.0.2',
1046 silly addNameRange     '1.0.4',
1046 silly addNameRange     '1.0.5',
1046 silly addNameRange     '1.0.6',
1046 silly addNameRange     '1.0.7',
1046 silly addNameRange     '1.0.8',
1046 silly addNameRange     '1.0.9',
1046 silly addNameRange     '2.0.0',
1046 silly addNameRange     '2.0.1',
1046 silly addNameRange     '2.0.2',
1046 silly addNameRange     '2.0.3',
1046 silly addNameRange     '2.1.0',
1046 silly addNameRange     '2.1.1',
1046 silly addNameRange     '2.1.2',
1046 silly addNameRange     '2.1.3',
1046 silly addNameRange     '2.1.4',
1046 silly addNameRange     '2.2.0',
1046 silly addNameRange     '2.2.1',
1046 silly addNameRange     '2.2.2',
1046 silly addNameRange     '2.2.3',
1046 silly addNameRange     '2.2.4',
1046 silly addNameRange     '2.2.5',
1046 silly addNameRange     '2.2.6',
1046 silly addNameRange     '2.2.8',
1046 silly addNameRange     '2.3.0',
1046 silly addNameRange     '2.3.1',
1046 silly addNameRange     '2.3.2',
1046 silly addNameRange     '2.3.3',
1046 silly addNameRange     '2.3.4',
1046 silly addNameRange     '2.4.0',
1046 silly addNameRange     '2.4.1',
1046 silly addNameRange     '2.4.2' ] ]
1047 silly addNamed rimraf@2.2.8
1048 verbose addNamed "2.2.8" is a plain semver version for rimraf
1049 silly cache afterAdd rimraf@2.2.8
1050 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json not in flight; writing
1051 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json written
1052 silly install resolved [ { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me' },
1052 silly install resolved     name: 'graceful-fs',
1052 silly install resolved     description: 'A drop-in replacement for fs, making various improvements.',
1052 silly install resolved     version: '3.0.8',
1052 silly install resolved     repository:
1052 silly install resolved      { type: 'git',
1052 silly install resolved        url: 'git://github.com/isaacs/node-graceful-fs.git' },
1052 silly install resolved     main: 'graceful-fs.js',
1052 silly install resolved     engines: { node: '>=0.4.0' },
1052 silly install resolved     directories: { test: 'test' },
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     keywords:
1052 silly install resolved      [ 'fs',
1052 silly install resolved        'module',
1052 silly install resolved        'reading',
1052 silly install resolved        'retry',
1052 silly install resolved        'retries',
1052 silly install resolved        'queue',
1052 silly install resolved        'error',
1052 silly install resolved        'errors',
1052 silly install resolved        'handling',
1052 silly install resolved        'EMFILE',
1052 silly install resolved        'EAGAIN',
1052 silly install resolved        'EINVAL',
1052 silly install resolved        'EPERM',
1052 silly install resolved        'EACCESS' ],
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     devDependencies: { mkdirp: '^0.5.0', rimraf: '^2.2.8', tap: '^1.2.0' },
1052 silly install resolved     gitHead: '45c57aa5e323c35a985a525de6f0c9a6ef59e1f8',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/node-graceful-fs/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/node-graceful-fs#readme',
1052 silly install resolved     _id: 'graceful-fs@3.0.8',
1052 silly install resolved     _shasum: 'ce813e725fa82f7e6147d51c9a5ca68270551c22',
1052 silly install resolved     _from: 'graceful-fs@>=3.0.5 <3.1.0',
1052 silly install resolved     _npmVersion: '2.10.1',
1052 silly install resolved     _nodeVersion: '2.0.1',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: 'ce813e725fa82f7e6147d51c9a5ca68270551c22',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'mkdirp',
1052 silly install resolved     description: 'Recursively mkdir, like `mkdir -p`',
1052 silly install resolved     version: '0.5.1',
1052 silly install resolved     author:
1052 silly install resolved      { name: 'James Halliday',
1052 silly install resolved        email: 'mail@substack.net',
1052 silly install resolved        url: 'http://substack.net' },
1052 silly install resolved     main: 'index.js',
1052 silly install resolved     keywords: [ 'mkdir', 'directory' ],
1052 silly install resolved     repository:
1052 silly install resolved      { type: 'git',
1052 silly install resolved        url: 'git+https://github.com/substack/node-mkdirp.git' },
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     dependencies: { minimist: '0.0.8' },
1052 silly install resolved     devDependencies: { tap: '1', 'mock-fs': '2 >=2.7.0' },
1052 silly install resolved     bin: { mkdirp: 'bin/cmd.js' },
1052 silly install resolved     license: 'MIT',
1052 silly install resolved     gitHead: 'd4eff0f06093aed4f387e88e9fc301cb76beedc7',
1052 silly install resolved     bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
1052 silly install resolved     homepage: 'https://github.com/substack/node-mkdirp#readme',
1052 silly install resolved     _id: 'mkdirp@0.5.1',
1052 silly install resolved     _shasum: '30057438eac6cf7f8c4767f38648d6697d75c903',
1052 silly install resolved     _from: 'mkdirp@>=0.5.0 <0.6.0',
1052 silly install resolved     _npmVersion: '2.9.0',
1052 silly install resolved     _nodeVersion: '2.0.0',
1052 silly install resolved     _npmUser: { name: 'substack', email: 'substack@gmail.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '30057438eac6cf7f8c4767f38648d6697d75c903',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     name: 'npmlog',
1052 silly install resolved     description: 'logger for npm',
1052 silly install resolved     version: '1.0.0',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/npmlog.git' },
1052 silly install resolved     main: 'log.js',
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     dependencies: { ansi: '~0.3.0', 'are-we-there-yet': '~1.0.0', gauge: '~1.0.2' },
1052 silly install resolved     devDependencies: { tap: '' },
1052 silly install resolved     license: 'BSD',
1052 silly install resolved     gitHead: '09b2976531b85f39d2c509ebb46c04f6bec8f3a8',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/npmlog/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/npmlog',
1052 silly install resolved     _id: 'npmlog@1.0.0',
1052 silly install resolved     _shasum: 'ed2f290b60316887c39e0da9f09f8d13847cef0f',
1052 silly install resolved     _from: 'npmlog@>=1.0.0 <1.1.0',
1052 silly install resolved     _npmVersion: '2.1.11',
1052 silly install resolved     _nodeVersion: '0.10.33',
1052 silly install resolved     _npmUser: { name: 'iarna', email: 'me@re-becca.org' },
1052 silly install resolved     maintainers: [ [Object], [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: 'ed2f290b60316887c39e0da9f09f8d13847cef0f',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/npmlog/-/npmlog-1.0.0.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/npmlog/-/npmlog-1.0.0.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'nopt',
1052 silly install resolved     version: '3.0.3',
1052 silly install resolved     description: 'Option parsing for Node, supporting types, shorthands, etc. Used by npm.',
1052 silly install resolved     author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     main: 'lib/nopt.js',
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     repository: { type: 'git', url: 'git+ssh://git@github.com/isaacs/nopt.git' },
1052 silly install resolved     bin: { nopt: './bin/nopt.js' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     dependencies: { abbrev: '1' },
1052 silly install resolved     devDependencies: { tap: '^1.2.0' },
1052 silly install resolved     gitHead: 'f64a64cd48d9f2660dd4e59191ff46a26397d6b1',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/nopt/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/nopt#readme',
1052 silly install resolved     _id: 'nopt@3.0.3',
1052 silly install resolved     _shasum: '0e9978f33016bae0b75e3748c03bbbb71da5c530',
1052 silly install resolved     _from: 'nopt@>=3.0.1 <3.1.0',
1052 silly install resolved     _npmVersion: '2.12.0',
1052 silly install resolved     _nodeVersion: '2.2.1',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '0e9978f33016bae0b75e3748c03bbbb71da5c530',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/nopt/-/nopt-3.0.3.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'osenv',
1052 silly install resolved     version: '0.1.3',
1052 silly install resolved     main: 'osenv.js',
1052 silly install resolved     directories: { test: 'test' },
1052 silly install resolved     dependencies: { 'os-homedir': '^1.0.0', 'os-tmpdir': '^1.0.0' },
1052 silly install resolved     devDependencies: { tap: '^1.2.0' },
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/npm/osenv.git' },
1052 silly install resolved     keywords:
1052 silly install resolved      [ 'environment',
1052 silly install resolved        'variable',
1052 silly install resolved        'home',
1052 silly install resolved        'tmpdir',
1052 silly install resolved        'path',
1052 silly install resolved        'prompt',
1052 silly install resolved        'ps1' ],
1052 silly install resolved     author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     description: 'Look up environment settings specific to different operating systems',
1052 silly install resolved     gitHead: 'f746b3405d8f9e28054d11b97e1436f6a15016c4',
1052 silly install resolved     bugs: { url: 'https://github.com/npm/osenv/issues' },
1052 silly install resolved     homepage: 'https://github.com/npm/osenv#readme',
1052 silly install resolved     _id: 'osenv@0.1.3',
1052 silly install resolved     _shasum: '83cf05c6d6458fc4d5ac6362ea325d92f2754217',
1052 silly install resolved     _from: 'osenv@>=0.0.0 <1.0.0',
1052 silly install resolved     _npmVersion: '3.0.0',
1052 silly install resolved     _nodeVersion: '2.2.1',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '83cf05c6d6458fc4d5ac6362ea325d92f2754217',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz' },
1052 silly install resolved     maintainers: [ [Object], [Object], [Object], [Object] ],
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     name: 'tar',
1052 silly install resolved     description: 'tar for node',
1052 silly install resolved     version: '1.0.3',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/node-tar.git' },
1052 silly install resolved     main: 'tar.js',
1052 silly install resolved     scripts: { test: 'tap test/*.js' },
1052 silly install resolved     dependencies: { 'block-stream': '*', fstream: '^1.0.2', inherits: '2' },
1052 silly install resolved     devDependencies:
1052 silly install resolved      { 'graceful-fs': '^3.0.2',
1052 silly install resolved        rimraf: '1.x',
1052 silly install resolved        tap: '0.x',
1052 silly install resolved        mkdirp: '^0.5.0' },
1052 silly install resolved     license: 'BSD',
1052 silly install resolved     gitHead: 'f4151128c585da236c6b1e278b762ecaedc20c15',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/node-tar/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/node-tar',
1052 silly install resolved     _id: 'tar@1.0.3',
1052 silly install resolved     _shasum: '15bcdab244fa4add44e4244a0176edb8aa9a2b44',
1052 silly install resolved     _from: 'tar@>=1.0.3 <1.1.0',
1052 silly install resolved     _npmVersion: '2.1.10',
1052 silly install resolved     _nodeVersion: '0.10.33',
1052 silly install resolved     _npmUser: { name: 'othiym23', email: 'ogd@aoaioxxysz.net' },
1052 silly install resolved     maintainers: [ [Object], [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '15bcdab244fa4add44e4244a0176edb8aa9a2b44',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/tar/-/tar-1.0.3.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/tar/-/tar-1.0.3.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'request',
1052 silly install resolved     description: 'Simplified HTTP request client.',
1052 silly install resolved     tags: [ 'http', 'simple', 'util', 'utility' ],
1052 silly install resolved     version: '2.51.0',
1052 silly install resolved     author: { name: 'Mikeal Rogers', email: 'mikeal.rogers@gmail.com' },
1052 silly install resolved     repository:
1052 silly install resolved      { type: 'git',
1052 silly install resolved        url: 'git+https://github.com/request/request.git' },
1052 silly install resolved     bugs: { url: 'http://github.com/request/request/issues' },
1052 silly install resolved     license: 'Apache-2.0',
1052 silly install resolved     engines: { node: '>=0.8.0' },
1052 silly install resolved     main: 'index.js',
1052 silly install resolved     dependencies:
1052 silly install resolved      { bl: '~0.9.0',
1052 silly install resolved        caseless: '~0.8.0',
1052 silly install resolved        'forever-agent': '~0.5.0',
1052 silly install resolved        'form-data': '~0.2.0',
1052 silly install resolved        'json-stringify-safe': '~5.0.0',
1052 silly install resolved        'mime-types': '~1.0.1',
1052 silly install resolved        'node-uuid': '~1.4.0',
1052 silly install resolved        qs: '~2.3.1',
1052 silly install resolved        'tunnel-agent': '~0.4.0',
1052 silly install resolved        'tough-cookie': '>=0.12.0',
1052 silly install resolved        'http-signature': '~0.10.0',
1052 silly install resolved        'oauth-sign': '~0.5.0',
1052 silly install resolved        hawk: '1.1.1',
1052 silly install resolved        'aws-sign2': '~0.5.0',
1052 silly install resolved        stringstream: '~0.0.4',
1052 silly install resolved        'combined-stream': '~0.0.5' },
1052 silly install resolved     scripts:
1052 silly install resolved      { test: 'npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser',
1052 silly install resolved        'test-browser': 'browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js',
1052 silly install resolved        lint: 'node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.' },
1052 silly install resolved     devDependencies:
1052 silly install resolved      { browserify: '~5.9.1',
1052 silly install resolved        coveralls: '~2.11.2',
1052 silly install resolved        eslint: '0.5.1',
1052 silly install resolved        'function-bind': '~1.0.0',
1052 silly install resolved        istanbul: '~0.3.2',
1052 silly install resolved        karma: '~0.12.21',
1052 silly install resolved        'karma-cli': '0.0.4',
1052 silly install resolved        'karma-phantomjs-launcher': '~0.1.4',
1052 silly install resolved        'karma-tap': '~1.0.1',
1052 silly install resolved        rimraf: '~2.2.8',
1052 silly install resolved        tape: '~3.0.0',
1052 silly install resolved        taper: '~0.3.0' },
1052 silly install resolved     gitHead: '1c8aca6a9205df58660c676005fb8ec4603d5265',
1052 silly install resolved     homepage: 'https://github.com/request/request',
1052 silly install resolved     _id: 'request@2.51.0',
1052 silly install resolved     _shasum: '35d00bbecc012e55f907b1bd9e0dbd577bfef26e',
1052 silly install resolved     _from: 'request@>=2.51.0 <2.52.0',
1052 silly install resolved     _npmVersion: '1.4.14',
1052 silly install resolved     _npmUser: { name: 'nylen', email: 'jnylen@gmail.com' },
1052 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '35d00bbecc012e55f907b1bd9e0dbd577bfef26e',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/request/-/request-2.51.0.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/request/-/request-2.51.0.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'semver',
1052 silly install resolved     version: '4.3.6',
1052 silly install resolved     description: 'The semantic version parser used by npm.',
1052 silly install resolved     main: 'semver.js',
1052 silly install resolved     browser: 'semver.browser.js',
1052 silly install resolved     min: 'semver.min.js',
1052 silly install resolved     scripts: { test: 'tap test/*.js', prepublish: 'make' },
1052 silly install resolved     devDependencies: { tap: '^1.2.0', 'uglify-js': '~2.3.6' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/npm/node-semver.git' },
1052 silly install resolved     bin: { semver: './bin/semver' },
1052 silly install resolved     gitHead: '63c48296ca5da3ba6a88c743bb8c92effc789811',
1052 silly install resolved     bugs: { url: 'https://github.com/npm/node-semver/issues' },
1052 silly install resolved     homepage: 'https://github.com/npm/node-semver#readme',
1052 silly install resolved     _id: 'semver@4.3.6',
1052 silly install resolved     _shasum: '300bc6e0e86374f7ba61068b5b1ecd57fc6532da',
1052 silly install resolved     _from: 'semver@>=4.3.6 <4.4.0',
1052 silly install resolved     _npmVersion: '2.10.1',
1052 silly install resolved     _nodeVersion: '2.0.1',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '300bc6e0e86374f7ba61068b5b1ecd57fc6532da',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/semver/-/semver-4.3.6.tgz' },
1052 silly install resolved     maintainers: [ [Object], [Object] ],
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/semver/-/semver-4.3.6.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     name: 'glob',
1052 silly install resolved     description: 'a little globber',
1052 silly install resolved     version: '4.3.5',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/node-glob.git' },
1052 silly install resolved     main: 'glob.js',
1052 silly install resolved     files: [ 'glob.js', 'sync.js', 'common.js' ],
1052 silly install resolved     engines: { node: '*' },
1052 silly install resolved     dependencies:
1052 silly install resolved      { inflight: '^1.0.4',
1052 silly install resolved        inherits: '2',
1052 silly install resolved        minimatch: '^2.0.1',
1052 silly install resolved        once: '^1.3.0' },
1052 silly install resolved     devDependencies: { mkdirp: '0', rimraf: '^2.2.8', tap: '^0.5.0', tick: '0.0.6' },
1052 silly install resolved     scripts:
1052 silly install resolved      { prepublish: 'npm run benchclean',
1052 silly install resolved        profclean: 'rm -f v8.log profile.txt',
1052 silly install resolved        test: 'npm run profclean && tap test/*.js',
1052 silly install resolved        'test-regen': 'npm run profclean && TEST_REGEN=1 node test/00-setup.js',
1052 silly install resolved        bench: 'bash benchmark.sh',
1052 silly install resolved        prof: 'bash prof.sh && cat profile.txt',
1052 silly install resolved        benchclean: 'bash benchclean.sh' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     gitHead: '9de4cb6bfeb9c8458cf188fe91447b99bf8f3cfd',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/node-glob/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/node-glob',
1052 silly install resolved     _id: 'glob@4.3.5',
1052 silly install resolved     _shasum: '80fbb08ca540f238acce5d11d1e9bc41e75173d3',
1052 silly install resolved     _from: 'glob@>=4.3.5 <4.4.0',
1052 silly install resolved     _npmVersion: '2.2.0',
1052 silly install resolved     _nodeVersion: '0.10.35',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '80fbb08ca540f238acce5d11d1e9bc41e75173d3',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/glob/-/glob-4.3.5.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/glob/-/glob-4.3.5.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me' },
1052 silly install resolved     name: 'which',
1052 silly install resolved     description: 'Like which(1) unix command. Find the first instance of an executable in the PATH.',
1052 silly install resolved     version: '1.0.9',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/node-which.git' },
1052 silly install resolved     main: 'which.js',
1052 silly install resolved     bin: { which: './bin/which' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     gitHead: 'df3d52a0ecd5f366d550e0f14d67ca4d5e621bad',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/node-which/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/node-which',
1052 silly install resolved     _id: 'which@1.0.9',
1052 silly install resolved     scripts: {},
1052 silly install resolved     _shasum: '460c1da0f810103d0321a9b633af9e575e64486f',
1052 silly install resolved     _from: 'which@>=1.0.8 <1.1.0',
1052 silly install resolved     _npmVersion: '2.6.0',
1052 silly install resolved     _nodeVersion: '1.1.0',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '460c1da0f810103d0321a9b633af9e575e64486f',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/which/-/which-1.0.9.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/which/-/which-1.0.9.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     name: 'fstream',
1052 silly install resolved     description: 'Advanced file system stream things',
1052 silly install resolved     version: '1.0.7',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/fstream.git' },
1052 silly install resolved     main: 'fstream.js',
1052 silly install resolved     engines: { node: '>=0.6' },
1052 silly install resolved     dependencies:
1052 silly install resolved      { 'graceful-fs': '3',
1052 silly install resolved        inherits: '~2.0.0',
1052 silly install resolved        mkdirp: '>=0.5 0',
1052 silly install resolved        rimraf: '2' },
1052 silly install resolved     devDependencies: { standard: '^4.0.0', tap: '^1.2.0' },
1052 silly install resolved     scripts: { test: 'standard && tap examples/*.js' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     gitHead: '586e8efc1cf77883f6c22fc32a7cb38f0eb88911',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/fstream/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/fstream#readme',
1052 silly install resolved     _id: 'fstream@1.0.7',
1052 silly install resolved     _shasum: '455a1aa1d46077668d95b6d27838e1b1daa78c78',
1052 silly install resolved     _from: 'fstream@>=1.0.3 <1.1.0',
1052 silly install resolved     _npmVersion: '2.11.3',
1052 silly install resolved     _nodeVersion: '2.0.2',
1052 silly install resolved     _npmUser: { name: 'othiym23', email: 'ogd@aoaioxxysz.net' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '455a1aa1d46077668d95b6d27838e1b1daa78c78',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/fstream/-/fstream-1.0.7.tgz' },
1052 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/fstream/-/fstream-1.0.7.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me' },
1052 silly install resolved     name: 'minimatch',
1052 silly install resolved     description: 'a glob matcher in javascript',
1052 silly install resolved     version: '2.0.10',
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' },
1052 silly install resolved     main: 'minimatch.js',
1052 silly install resolved     scripts:
1052 silly install resolved      { posttest: 'standard minimatch.js test/*.js',
1052 silly install resolved        test: 'tap test/*.js',
1052 silly install resolved        prepublish: 'browserify -o browser.js -e minimatch.js -s minimatch --bare' },
1052 silly install resolved     engines: { node: '*' },
1052 silly install resolved     dependencies: { 'brace-expansion': '^1.0.0' },
1052 silly install resolved     devDependencies: { browserify: '^9.0.3', standard: '^3.7.2', tap: '^1.2.0' },
1052 silly install resolved     license: 'ISC',
1052 silly install resolved     files: [ 'minimatch.js', 'browser.js' ],
1052 silly install resolved     gitHead: '6afb85f0c324b321f76a38df81891e562693e257',
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/minimatch/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/minimatch#readme',
1052 silly install resolved     _id: 'minimatch@2.0.10',
1052 silly install resolved     _shasum: '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7',
1052 silly install resolved     _from: 'minimatch@>=2.0.1 <2.1.0',
1052 silly install resolved     _npmVersion: '3.1.0',
1052 silly install resolved     _nodeVersion: '2.2.1',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' },
1052 silly install resolved   { name: 'rimraf',
1052 silly install resolved     version: '2.2.8',
1052 silly install resolved     main: 'rimraf.js',
1052 silly install resolved     description: 'A deep deletion module for node (like `rm -rf`)',
1052 silly install resolved     author:
1052 silly install resolved      { name: 'Isaac Z. Schlueter',
1052 silly install resolved        email: 'i@izs.me',
1052 silly install resolved        url: 'http://blog.izs.me/' },
1052 silly install resolved     license:
1052 silly install resolved      { type: 'MIT',
1052 silly install resolved        url: 'https://github.com/isaacs/rimraf/raw/master/LICENSE' },
1052 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/rimraf.git' },
1052 silly install resolved     scripts: { test: 'cd test && bash run.sh' },
1052 silly install resolved     bin: { rimraf: './bin.js' },
1052 silly install resolved     contributors: [ [Object], [Object], [Object], [Object], [Object] ],
1052 silly install resolved     bugs: { url: 'https://github.com/isaacs/rimraf/issues' },
1052 silly install resolved     homepage: 'https://github.com/isaacs/rimraf',
1052 silly install resolved     _id: 'rimraf@2.2.8',
1052 silly install resolved     _shasum: 'e439be2aaee327321952730f99a8929e4fc50582',
1052 silly install resolved     _from: 'rimraf@>=2.2.8 <2.3.0',
1052 silly install resolved     _npmVersion: '1.4.10',
1052 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
1052 silly install resolved     maintainers: [ [Object] ],
1052 silly install resolved     dist:
1052 silly install resolved      { shasum: 'e439be2aaee327321952730f99a8929e4fc50582',
1052 silly install resolved        tarball: 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' },
1052 silly install resolved     directories: {},
1052 silly install resolved     _resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
1052 silly install resolved     readme: 'ERROR: No README data found!' } ]
1053 info install graceful-fs@3.0.8 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1054 info install mkdirp@0.5.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1055 info install npmlog@1.0.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1056 info install nopt@3.0.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1057 info install osenv@0.1.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1058 info install tar@1.0.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1059 info install request@2.51.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1060 info install semver@4.3.6 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1061 info install glob@4.3.5 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1062 info install which@1.0.9 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1063 info install fstream@1.0.7 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1064 info install minimatch@2.0.10 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1065 info install rimraf@2.2.8 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
1066 info installOne graceful-fs@3.0.8
1067 verbose installOne of graceful-fs to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1068 info installOne mkdirp@0.5.1
1069 verbose installOne of mkdirp to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1070 info installOne npmlog@1.0.0
1071 verbose installOne of npmlog to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1072 info installOne nopt@3.0.3
1073 verbose installOne of nopt to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1074 info installOne osenv@0.1.3
1075 verbose installOne of osenv to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1076 info installOne tar@1.0.3
1077 verbose installOne of tar to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1078 info installOne request@2.51.0
1079 verbose installOne of request to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1080 info installOne semver@4.3.6
1081 verbose installOne of semver to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1082 info installOne glob@4.3.5
1083 verbose installOne of glob to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1084 info installOne which@1.0.9
1085 verbose installOne of which to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1086 info installOne fstream@1.0.7
1087 verbose installOne of fstream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1088 info installOne minimatch@2.0.10
1089 verbose installOne of minimatch to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1090 info installOne rimraf@2.2.8
1091 verbose installOne of rimraf to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp not in flight; installing
1092 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\graceful-fs-c0f6811e5b86f15d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1093 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\osenv-e8f1ba1083f98d34.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1094 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\npmlog-4f282530bad27f49.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1095 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\nopt-3bbf5d06920cf8de.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1096 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mkdirp-2863789952194eab.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1097 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tar-e8c76ab62b238327.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1098 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\request-13ed1f089383bc93.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1099 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\semver-fc22482d5b0a6b5b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1100 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\which-51b1a29a1096241b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1101 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\minimatch-b9c5954a99bd6945.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1102 silly install write writing graceful-fs 3.0.8 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1103 silly install write writing osenv 0.1.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1104 silly install write writing npmlog 1.0.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1105 silly install write writing nopt 3.0.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1106 silly install write writing mkdirp 0.5.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1107 silly install write writing tar 1.0.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1108 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\rimraf-f71837bdec1b153c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1109 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\glob-6f39c1cfc9f87b03.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1110 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\fstream-e628265f39210622.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1111 silly install write writing request 2.51.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1112 silly install write writing semver 4.3.6 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1113 silly install write writing which 1.0.9 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1114 silly install write writing minimatch 2.0.10 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1115 silly install write writing rimraf 2.2.8 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1116 silly install write writing glob 4.3.5 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1117 silly install write writing fstream 1.0.7 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1118 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1119 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1120 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1121 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1122 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1123 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1124 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1125 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1126 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1127 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1128 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1129 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1130 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv is being purged from base D:\WWW\NodeJS\src
1131 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1132 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs is being purged from base D:\WWW\NodeJS\src
1133 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1134 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog is being purged from base D:\WWW\NodeJS\src
1135 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1136 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar is being purged from base D:\WWW\NodeJS\src
1137 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1138 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1139 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request is being purged from base D:\WWW\NodeJS\src
1140 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1141 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\osenv\0.1.3\package.tgz
1142 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1143 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv is being purged
1144 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
1145 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\graceful-fs\3.0.8\package.tgz
1146 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1147 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs is being purged
1148 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1149 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\npmlog\1.0.0\package.tgz
1150 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1151 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog is being purged
1152 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
1153 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp is being purged from base D:\WWW\NodeJS\src
1154 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1155 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\tar\1.0.3\package.tgz
1156 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1157 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar is being purged
1158 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
1159 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch is being purged from base D:\WWW\NodeJS\src
1160 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1161 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob is being purged from base D:\WWW\NodeJS\src
1162 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1163 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt is being purged from base D:\WWW\NodeJS\src
1164 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1165 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\request\2.51.0\package.tgz
1166 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1167 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request is being purged
1168 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
1169 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver is being purged from base D:\WWW\NodeJS\src
1170 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1171 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which is being purged from base D:\WWW\NodeJS\src
1172 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1173 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream is being purged from base D:\WWW\NodeJS\src
1174 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1175 silly gunzTarPerm modes [ '777', '666' ]
1176 silly gunzTarPerm modes [ '777', '666' ]
1177 silly gunzTarPerm modes [ '777', '666' ]
1178 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\mkdirp\0.5.1\package.tgz
1179 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1180 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp is being purged
1181 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
1182 silly gunzTarPerm modes [ '777', '666' ]
1183 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\minimatch\2.0.10\package.tgz
1184 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1185 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch is being purged
1186 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
1187 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf is being purged from base D:\WWW\NodeJS\src
1188 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1189 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\glob\4.3.5\package.tgz
1190 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1191 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob is being purged
1192 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
1193 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\nopt\3.0.3\package.tgz
1194 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1195 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt is being purged
1196 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
1197 silly gunzTarPerm modes [ '777', '666' ]
1198 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\semver\4.3.6\package.tgz
1199 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1200 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver is being purged
1201 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
1202 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\which\1.0.9\package.tgz
1203 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1204 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which is being purged
1205 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1206 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\fstream\1.0.7\package.tgz
1207 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1208 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream is being purged
1209 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
1210 silly gunzTarPerm modes [ '777', '666' ]
1211 silly gunzTarPerm modes [ '777', '666' ]
1212 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\rimraf\2.2.8\package.tgz
1213 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1214 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf is being purged
1215 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1216 silly gunzTarPerm modes [ '777', '666' ]
1217 silly gunzTarPerm modes [ '777', '666' ]
1218 silly gunzTarPerm modes [ '777', '666' ]
1219 silly gunzTarPerm modes [ '777', '666' ]
1220 silly gunzTarPerm modes [ '777', '666' ]
1221 silly gunzTarPerm modes [ '777', '666' ]
1222 silly gunzTarPerm extractEntry package.json
1223 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1224 silly gunzTarPerm extractEntry package.json
1225 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1226 silly gunzTarPerm extractEntry package.json
1227 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1228 silly gunzTarPerm extractEntry package.json
1229 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1230 silly gunzTarPerm extractEntry package.json
1231 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1232 silly gunzTarPerm extractEntry package.json
1233 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1234 silly gunzTarPerm extractEntry package.json
1235 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1236 silly gunzTarPerm extractEntry package.json
1237 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1238 silly gunzTarPerm extractEntry package.json
1239 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1240 silly gunzTarPerm extractEntry package.json
1241 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1242 silly gunzTarPerm extractEntry package.json
1243 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1244 silly gunzTarPerm extractEntry package.json
1245 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1246 silly gunzTarPerm extractEntry package.json
1247 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1248 silly gunzTarPerm extractEntry .npmignore
1249 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1250 silly gunzTarPerm extractEntry README.md
1251 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1252 silly gunzTarPerm extractEntry .npmignore
1253 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1254 silly gunzTarPerm extractEntry README.md
1255 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1256 silly gunzTarPerm extractEntry README.md
1257 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1258 silly gunzTarPerm extractEntry LICENSE
1259 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1260 silly gunzTarPerm extractEntry .npmignore
1261 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1262 silly gunzTarPerm extractEntry README.md
1263 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1264 silly gunzTarPerm extractEntry .npmignore
1265 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1266 silly gunzTarPerm extractEntry README.md
1267 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1268 silly gunzTarPerm extractEntry LICENSE
1269 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1270 silly gunzTarPerm extractEntry index.js
1271 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1272 silly gunzTarPerm extractEntry README.md
1273 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1274 silly gunzTarPerm extractEntry LICENSE
1275 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1276 silly gunzTarPerm extractEntry .npmignore
1277 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1278 silly gunzTarPerm extractEntry README.md
1279 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1280 silly gunzTarPerm extractEntry .npmignore
1281 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1282 silly gunzTarPerm extractEntry README.md
1283 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1284 silly gunzTarPerm extractEntry README.md
1285 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1286 silly gunzTarPerm extractEntry LICENSE
1287 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1288 silly gunzTarPerm extractEntry common.js
1289 silly gunzTarPerm modified mode [ 'common.js', 420, 438 ]
1290 silly gunzTarPerm extractEntry glob.js
1291 silly gunzTarPerm modified mode [ 'glob.js', 420, 438 ]
1292 silly gunzTarPerm extractEntry sync.js
1293 silly gunzTarPerm modified mode [ 'sync.js', 420, 438 ]
1294 silly gunzTarPerm extractEntry .npmignore
1295 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1296 silly gunzTarPerm extractEntry README.md
1297 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1298 silly gunzTarPerm extractEntry README.md
1299 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1300 silly gunzTarPerm extractEntry LICENSE
1301 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1302 silly gunzTarPerm extractEntry README.md
1303 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1304 silly gunzTarPerm extractEntry LICENSE
1305 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1306 silly gunzTarPerm extractEntry LICENSE
1307 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1308 silly gunzTarPerm extractEntry osenv.js
1309 silly gunzTarPerm modified mode [ 'osenv.js', 420, 438 ]
1310 silly gunzTarPerm extractEntry example.js
1311 silly gunzTarPerm modified mode [ 'example.js', 420, 438 ]
1312 silly gunzTarPerm extractEntry log.js
1313 silly gunzTarPerm modified mode [ 'log.js', 420, 438 ]
1314 silly gunzTarPerm extractEntry LICENSE
1315 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1316 silly gunzTarPerm extractEntry fs.js
1317 silly gunzTarPerm modified mode [ 'fs.js', 420, 438 ]
1318 silly gunzTarPerm extractEntry LICENCE
1319 silly gunzTarPerm modified mode [ 'LICENCE', 420, 438 ]
1320 silly gunzTarPerm extractEntry tar.js
1321 silly gunzTarPerm modified mode [ 'tar.js', 420, 438 ]
1322 silly gunzTarPerm extractEntry LICENSE
1323 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1324 silly gunzTarPerm extractEntry bin/nopt.js
1325 silly gunzTarPerm modified mode [ 'bin/nopt.js', 489, 511 ]
1326 silly gunzTarPerm extractEntry LICENSE
1327 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1328 silly gunzTarPerm extractEntry semver.browser.js
1329 silly gunzTarPerm modified mode [ 'semver.browser.js', 420, 438 ]
1330 silly gunzTarPerm extractEntry semver.js
1331 silly gunzTarPerm modified mode [ 'semver.js', 420, 438 ]
1332 silly gunzTarPerm extractEntry semver.min.js
1333 silly gunzTarPerm modified mode [ 'semver.min.js', 420, 438 ]
1334 silly gunzTarPerm extractEntry foot.js.txt
1335 silly gunzTarPerm modified mode [ 'foot.js.txt', 420, 438 ]
1336 silly gunzTarPerm extractEntry semver.min.js.gz
1337 silly gunzTarPerm modified mode [ 'semver.min.js.gz', 420, 438 ]
1338 silly gunzTarPerm extractEntry test/amd.js
1339 silly gunzTarPerm modified mode [ 'test/amd.js', 420, 438 ]
1340 silly gunzTarPerm extractEntry test/big-numbers.js
1341 silly gunzTarPerm modified mode [ 'test/big-numbers.js', 420, 438 ]
1342 silly gunzTarPerm extractEntry test/clean.js
1343 silly gunzTarPerm modified mode [ 'test/clean.js', 420, 438 ]
1344 silly gunzTarPerm extractEntry test/gtr.js
1345 silly gunzTarPerm modified mode [ 'test/gtr.js', 420, 438 ]
1346 silly gunzTarPerm extractEntry test/index.js
1347 silly gunzTarPerm modified mode [ 'test/index.js', 420, 438 ]
1348 silly gunzTarPerm extractEntry test/ltr.js
1349 silly gunzTarPerm modified mode [ 'test/ltr.js', 420, 438 ]
1350 silly gunzTarPerm extractEntry test/major-minor-patch.js
1351 silly gunzTarPerm modified mode [ 'test/major-minor-patch.js', 420, 438 ]
1352 silly gunzTarPerm extractEntry test/no-module.js
1353 silly gunzTarPerm modified mode [ 'test/no-module.js', 420, 438 ]
1354 silly gunzTarPerm extractEntry Makefile
1355 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
1356 silly gunzTarPerm extractEntry semver.browser.js.gz
1357 silly gunzTarPerm modified mode [ 'semver.browser.js.gz', 420, 438 ]
1358 silly gunzTarPerm extractEntry .travis.yml
1359 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1360 silly gunzTarPerm extractEntry bin/semver
1361 silly gunzTarPerm modified mode [ 'bin/semver', 493, 511 ]
1362 silly gunzTarPerm extractEntry head.js.txt
1363 silly gunzTarPerm modified mode [ 'head.js.txt', 420, 438 ]
1364 silly gunzTarPerm extractEntry which.js
1365 silly gunzTarPerm modified mode [ 'which.js', 420, 438 ]
1366 silly gunzTarPerm extractEntry bin/which
1367 silly gunzTarPerm modified mode [ 'bin/which', 493, 511 ]
1368 silly gunzTarPerm extractEntry bin.js
1369 silly gunzTarPerm modified mode [ 'bin.js', 493, 511 ]
1370 silly gunzTarPerm extractEntry rimraf.js
1371 silly gunzTarPerm modified mode [ 'rimraf.js', 420, 438 ]
1372 silly gunzTarPerm extractEntry .travis.yml
1373 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1374 silly gunzTarPerm extractEntry bin/cmd.js
1375 silly gunzTarPerm modified mode [ 'bin/cmd.js', 493, 511 ]
1376 silly gunzTarPerm extractEntry browser.js
1377 silly gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
1378 silly gunzTarPerm extractEntry minimatch.js
1379 silly gunzTarPerm modified mode [ 'minimatch.js', 420, 438 ]
1380 silly gunzTarPerm extractEntry LICENSE
1381 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1382 silly gunzTarPerm extractEntry fstream.js
1383 silly gunzTarPerm modified mode [ 'fstream.js', 420, 438 ]
1384 silly gunzTarPerm extractEntry LICENSE
1385 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1386 silly gunzTarPerm extractEntry .travis.yml
1387 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1388 silly gunzTarPerm extractEntry test/unix.js
1389 silly gunzTarPerm modified mode [ 'test/unix.js', 420, 438 ]
1390 silly gunzTarPerm extractEntry graceful-fs.js
1391 silly gunzTarPerm modified mode [ 'graceful-fs.js', 420, 438 ]
1392 silly gunzTarPerm extractEntry polyfills.js
1393 silly gunzTarPerm modified mode [ 'polyfills.js', 420, 438 ]
1394 silly gunzTarPerm extractEntry .travis.yml
1395 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1396 silly gunzTarPerm extractEntry examples/extracter.js
1397 silly gunzTarPerm modified mode [ 'examples/extracter.js', 420, 438 ]
1398 silly gunzTarPerm extractEntry examples/my-program.js
1399 silly gunzTarPerm modified mode [ 'examples/my-program.js', 493, 511 ]
1400 silly gunzTarPerm extractEntry lib/nopt.js
1401 silly gunzTarPerm modified mode [ 'lib/nopt.js', 420, 438 ]
1402 silly gunzTarPerm extractEntry .travis.yml
1403 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1404 silly gunzTarPerm extractEntry test/basic.js
1405 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
1406 silly gunzTarPerm extractEntry .travis.yml
1407 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1408 silly gunzTarPerm extractEntry examples/filter-pipe.js
1409 silly gunzTarPerm modified mode [ 'examples/filter-pipe.js', 420, 438 ]
1410 silly gunzTarPerm extractEntry AUTHORS
1411 silly gunzTarPerm modified mode [ 'AUTHORS', 420, 438 ]
1412 silly gunzTarPerm extractEntry test/test-async.js
1413 silly gunzTarPerm modified mode [ 'test/test-async.js', 420, 438 ]
1414 silly gunzTarPerm extractEntry request.js
1415 silly gunzTarPerm modified mode [ 'request.js', 420, 438 ]
1416 silly gunzTarPerm extractEntry index.js
1417 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
1418 silly gunzTarPerm extractEntry .travis.yml
1419 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1420 silly gunzTarPerm extractEntry bin/usage.txt
1421 silly gunzTarPerm modified mode [ 'bin/usage.txt', 420, 438 ]
1422 silly gunzTarPerm extractEntry examples/pow.js
1423 silly gunzTarPerm modified mode [ 'examples/pow.js', 420, 438 ]
1424 silly gunzTarPerm extractEntry test/windows.js
1425 silly gunzTarPerm modified mode [ 'test/windows.js', 420, 438 ]
1426 silly gunzTarPerm extractEntry x.tap
1427 silly gunzTarPerm modified mode [ 'x.tap', 420, 438 ]
1428 silly gunzTarPerm extractEntry .npmrc
1429 silly gunzTarPerm modified mode [ '.npmrc', 420, 438 ]
1430 silly gunzTarPerm extractEntry test/max-open.js
1431 silly gunzTarPerm modified mode [ 'test/max-open.js', 420, 438 ]
1432 silly gunzTarPerm extractEntry examples/packer.js
1433 silly gunzTarPerm modified mode [ 'examples/packer.js', 420, 438 ]
1434 silly gunzTarPerm extractEntry examples/reader.js
1435 silly gunzTarPerm modified mode [ 'examples/reader.js', 420, 438 ]
1436 silly gunzTarPerm extractEntry test/test-sync.js
1437 silly gunzTarPerm modified mode [ 'test/test-sync.js', 420, 438 ]
1438 silly gunzTarPerm extractEntry test/run.sh
1439 silly gunzTarPerm modified mode [ 'test/run.sh', 420, 438 ]
1440 silly gunzTarPerm extractEntry examples/pipe.js
1441 silly gunzTarPerm modified mode [ 'examples/pipe.js', 420, 438 ]
1442 silly gunzTarPerm extractEntry examples/reader.js
1443 silly gunzTarPerm modified mode [ 'examples/reader.js', 420, 438 ]
1444 silly gunzTarPerm extractEntry examples/symlink-write.js
1445 silly gunzTarPerm modified mode [ 'examples/symlink-write.js', 420, 438 ]
1446 silly gunzTarPerm extractEntry lib/abstract.js
1447 silly gunzTarPerm modified mode [ 'lib/abstract.js', 420, 438 ]
1448 silly gunzTarPerm extractEntry lib/dir-writer.js
1449 silly gunzTarPerm modified mode [ 'lib/dir-writer.js', 420, 438 ]
1450 silly gunzTarPerm extractEntry lib/file-reader.js
1451 silly gunzTarPerm modified mode [ 'lib/file-reader.js', 420, 438 ]
1452 silly gunzTarPerm extractEntry lib/file-writer.js
1453 silly gunzTarPerm modified mode [ 'lib/file-writer.js', 420, 438 ]
1454 silly gunzTarPerm extractEntry lib/get-type.js
1455 silly gunzTarPerm modified mode [ 'lib/get-type.js', 420, 438 ]
1456 silly gunzTarPerm extractEntry lib/dir-reader.js
1457 silly gunzTarPerm modified mode [ 'lib/dir-reader.js', 420, 438 ]
1458 silly gunzTarPerm extractEntry lib/link-writer.js
1459 silly gunzTarPerm modified mode [ 'lib/link-writer.js', 420, 438 ]
1460 silly gunzTarPerm extractEntry lib/proxy-reader.js
1461 silly gunzTarPerm modified mode [ 'lib/proxy-reader.js', 420, 438 ]
1462 silly gunzTarPerm extractEntry lib/proxy-writer.js
1463 silly gunzTarPerm modified mode [ 'lib/proxy-writer.js', 420, 438 ]
1464 silly gunzTarPerm extractEntry lib/reader.js
1465 silly gunzTarPerm modified mode [ 'lib/reader.js', 420, 438 ]
1466 silly gunzTarPerm extractEntry lib/socket-reader.js
1467 silly gunzTarPerm modified mode [ 'lib/socket-reader.js', 420, 438 ]
1468 silly gunzTarPerm extractEntry lib/collect.js
1469 silly gunzTarPerm modified mode [ 'lib/collect.js', 420, 438 ]
1470 silly gunzTarPerm extractEntry lib/writer.js
1471 silly gunzTarPerm modified mode [ 'lib/writer.js', 420, 438 ]
1472 silly gunzTarPerm extractEntry lib/link-reader.js
1473 silly gunzTarPerm modified mode [ 'lib/link-reader.js', 420, 438 ]
1474 silly gunzTarPerm extractEntry readme.markdown
1475 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
1476 silly gunzTarPerm extractEntry test/chmod.js
1477 silly gunzTarPerm modified mode [ 'test/chmod.js', 420, 438 ]
1478 silly gunzTarPerm extractEntry test/basic.js
1479 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
1480 silly gunzTarPerm extractEntry test/progress.js
1481 silly gunzTarPerm modified mode [ 'test/progress.js', 420, 438 ]
1482 silly gunzTarPerm extractEntry test/open.js
1483 silly gunzTarPerm modified mode [ 'test/open.js', 420, 438 ]
1484 silly gunzTarPerm extractEntry test/readdir-sort.js
1485 silly gunzTarPerm modified mode [ 'test/readdir-sort.js', 420, 438 ]
1486 silly gunzTarPerm extractEntry lib/buffer-entry.js
1487 silly gunzTarPerm modified mode [ 'lib/buffer-entry.js', 420, 438 ]
1488 silly gunzTarPerm extractEntry test/setup.sh
1489 silly gunzTarPerm modified mode [ 'test/setup.sh', 420, 438 ]
1490 silly gunzTarPerm extractEntry test/opts_fs_sync.js
1491 silly gunzTarPerm modified mode [ 'test/opts_fs_sync.js', 420, 438 ]
1492 silly gunzTarPerm extractEntry test/write-then-read.js
1493 silly gunzTarPerm modified mode [ 'test/write-then-read.js', 420, 438 ]
1494 silly gunzTarPerm extractEntry test/perm.js
1495 silly gunzTarPerm modified mode [ 'test/perm.js', 420, 438 ]
1496 silly gunzTarPerm extractEntry test/perm_sync.js
1497 silly gunzTarPerm modified mode [ 'test/perm_sync.js', 420, 438 ]
1498 silly gunzTarPerm extractEntry CHANGELOG.md
1499 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
1500 silly gunzTarPerm extractEntry lib/entry-writer.js
1501 silly gunzTarPerm modified mode [ 'lib/entry-writer.js', 420, 438 ]
1502 silly gunzTarPerm extractEntry lib/entry.js
1503 silly gunzTarPerm modified mode [ 'lib/entry.js', 420, 438 ]
1504 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which\package.json
1505 silly gunzTarPerm extractEntry test/opts_fs.js
1506 silly gunzTarPerm modified mode [ 'test/opts_fs.js', 420, 438 ]
1507 silly gunzTarPerm extractEntry test/rel.js
1508 silly gunzTarPerm modified mode [ 'test/rel.js', 420, 438 ]
1509 silly gunzTarPerm extractEntry lib/extended-header-writer.js
1510 silly gunzTarPerm modified mode [ 'lib/extended-header-writer.js', 420, 438 ]
1511 silly gunzTarPerm extractEntry lib/extended-header.js
1512 silly gunzTarPerm modified mode [ 'lib/extended-header.js', 420, 438 ]
1513 info preinstall which@1.0.9
1514 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which\package.json
1515 silly gunzTarPerm extractEntry test/return.js
1516 silly gunzTarPerm modified mode [ 'test/return.js', 420, 438 ]
1517 silly gunzTarPerm extractEntry test/return_sync.js
1518 silly gunzTarPerm modified mode [ 'test/return_sync.js', 420, 438 ]
1519 silly gunzTarPerm extractEntry lib/extract.js
1520 silly gunzTarPerm modified mode [ 'lib/extract.js', 420, 438 ]
1521 silly gunzTarPerm extractEntry lib/global-header-writer.js
1522 silly gunzTarPerm modified mode [ 'lib/global-header-writer.js', 420, 438 ]
1523 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which\package.json
1524 silly gunzTarPerm extractEntry lib/header.js
1525 silly gunzTarPerm modified mode [ 'lib/header.js', 420, 438 ]
1526 silly gunzTarPerm extractEntry lib/pack.js
1527 silly gunzTarPerm modified mode [ 'lib/pack.js', 420, 438 ]
1528 silly gunzTarPerm extractEntry test/root.js
1529 silly gunzTarPerm modified mode [ 'test/root.js', 420, 438 ]
1530 silly gunzTarPerm extractEntry test/sync.js
1531 silly gunzTarPerm modified mode [ 'test/sync.js', 420, 438 ]
1532 silly install resolved []
1533 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1534 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1535 silly gunzTarPerm extractEntry lib/parse.js
1536 silly gunzTarPerm modified mode [ 'lib/parse.js', 420, 438 ]
1537 silly gunzTarPerm extractEntry test/00-setup-fixtures.js
1538 silly gunzTarPerm modified mode [ 'test/00-setup-fixtures.js', 420, 438 ]
1539 silly gunzTarPerm extractEntry examples/README.md
1540 silly gunzTarPerm modified mode [ 'examples/README.md', 420, 438 ]
1541 silly gunzTarPerm extractEntry CONTRIBUTING.md
1542 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 438 ]
1543 info linkStuff which@1.0.9
1544 silly linkStuff which@1.0.9 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
1545 verbose linkBins which@1.0.9
1546 verbose link bins [ { which: './bin/which' },
1546 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\.bin',
1546 verbose link bins   false ]
1547 verbose linkMans which@1.0.9
1548 verbose rebuildBundles which@1.0.9
1549 silly gunzTarPerm extractEntry test/mkdirp.js
1550 silly gunzTarPerm modified mode [ 'test/mkdirp.js', 420, 438 ]
1551 silly gunzTarPerm extractEntry test/umask.js
1552 silly gunzTarPerm modified mode [ 'test/umask.js', 420, 438 ]
1553 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\package.json
1554 silly gunzTarPerm extractEntry test/extract-move.js
1555 silly gunzTarPerm modified mode [ 'test/extract-move.js', 420, 438 ]
1556 silly gunzTarPerm extractEntry test/extract.js
1557 silly gunzTarPerm modified mode [ 'test/extract.js', 420, 438 ]
1558 info preinstall osenv@0.1.3
1559 silly gunzTarPerm extractEntry test/clobber.js
1560 silly gunzTarPerm modified mode [ 'test/clobber.js', 420, 438 ]
1561 silly gunzTarPerm extractEntry test/umask_sync.js
1562 silly gunzTarPerm modified mode [ 'test/umask_sync.js', 420, 438 ]
1563 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\package.json
1564 info install which@1.0.9
1565 info postinstall which@1.0.9
1566 silly prepareForInstallMany adding os-homedir@^1.0.0 from osenv dependencies
1567 silly prepareForInstallMany adding os-tmpdir@^1.0.0 from osenv dependencies
1568 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\package.json
1569 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf\package.json
1570 silly gunzTarPerm extractEntry test/race.js
1571 silly gunzTarPerm modified mode [ 'test/race.js', 420, 438 ]
1572 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\which-51b1a29a1096241b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\which
1573 silly gunzTarPerm extractEntry test/header.js
1574 silly gunzTarPerm modified mode [ 'test/header.js', 420, 438 ]
1575 silly gunzTarPerm extractEntry test/pack-no-proprietary.js
1576 silly gunzTarPerm modified mode [ 'test/pack-no-proprietary.js', 420, 438 ]
1577 silly gunzTarPerm extractEntry lib/cookies.js
1578 silly gunzTarPerm modified mode [ 'lib/cookies.js', 420, 438 ]
1579 silly gunzTarPerm extractEntry lib/copy.js
1580 silly gunzTarPerm modified mode [ 'lib/copy.js', 420, 438 ]
1581 silly gunzTarPerm extractEntry lib/debug.js
1582 silly gunzTarPerm modified mode [ 'lib/debug.js', 420, 438 ]
1583 info preinstall rimraf@2.2.8
1584 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf\package.json
1585 silly cache add args [ 'os-homedir@^1.0.0', null ]
1586 verbose cache add spec os-homedir@^1.0.0
1587 silly cache add parsed spec { raw: 'os-homedir@^1.0.0',
1587 silly cache add   scope: null,
1587 silly cache add   name: 'os-homedir',
1587 silly cache add   rawSpec: '^1.0.0',
1587 silly cache add   spec: '>=1.0.0 <2.0.0',
1587 silly cache add   type: 'range' }
1588 silly addNamed os-homedir@>=1.0.0 <2.0.0
1589 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-homedir
1590 silly addNameRange { name: 'os-homedir', range: '>=1.0.0 <2.0.0', hasData: false }
1591 silly mapToRegistry name os-homedir
1592 silly mapToRegistry using default registry
1593 silly mapToRegistry registry https://registry.npmjs.org/
1594 silly mapToRegistry uri https://registry.npmjs.org/os-homedir
1595 verbose addNameRange registry:https://registry.npmjs.org/os-homedir not in flight; fetching
1596 silly cache add args [ 'os-tmpdir@^1.0.0', null ]
1597 verbose cache add spec os-tmpdir@^1.0.0
1598 silly cache add parsed spec { raw: 'os-tmpdir@^1.0.0',
1598 silly cache add   scope: null,
1598 silly cache add   name: 'os-tmpdir',
1598 silly cache add   rawSpec: '^1.0.0',
1598 silly cache add   spec: '>=1.0.0 <2.0.0',
1598 silly cache add   type: 'range' }
1599 silly addNamed os-tmpdir@>=1.0.0 <2.0.0
1600 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for os-tmpdir
1601 silly addNameRange { name: 'os-tmpdir', range: '>=1.0.0 <2.0.0', hasData: false }
1602 silly mapToRegistry name os-tmpdir
1603 silly mapToRegistry using default registry
1604 silly mapToRegistry registry https://registry.npmjs.org/
1605 silly mapToRegistry uri https://registry.npmjs.org/os-tmpdir
1606 verbose addNameRange registry:https://registry.npmjs.org/os-tmpdir not in flight; fetching
1607 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\package.json
1608 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs\package.json
1609 verbose request uri https://registry.npmjs.org/os-homedir
1610 verbose request no auth needed
1611 info attempt registry request try #1 at 17:24:39
1612 verbose etag "CYU7F0IZG90H8EVBXGO18EAA1"
1613 http request GET https://registry.npmjs.org/os-homedir
1614 verbose request uri https://registry.npmjs.org/os-tmpdir
1615 verbose request no auth needed
1616 info attempt registry request try #1 at 17:24:39
1617 verbose etag "BN823GETUD6JDZ5LVMG82P84S"
1618 http request GET https://registry.npmjs.org/os-tmpdir
1619 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf\package.json
1620 info preinstall graceful-fs@3.0.8
1621 info preinstall npmlog@1.0.0
1622 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs\package.json
1623 silly gunzTarPerm extractEntry test/pack.js
1624 silly gunzTarPerm modified mode [ 'test/pack.js', 420, 438 ]
1625 silly gunzTarPerm extractEntry test/parse.js
1626 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
1627 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\package.json
1628 silly install resolved []
1629 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1630 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1631 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs\package.json
1632 silly prepareForInstallMany adding ansi@~0.3.0 from npmlog dependencies
1633 silly prepareForInstallMany adding are-we-there-yet@~1.0.0 from npmlog dependencies
1634 silly prepareForInstallMany adding gauge@~1.0.2 from npmlog dependencies
1635 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\package.json
1636 info linkStuff rimraf@2.2.8
1637 silly linkStuff rimraf@2.2.8 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
1638 verbose linkBins rimraf@2.2.8
1639 verbose link bins [ { rimraf: './bin.js' },
1639 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\.bin',
1639 verbose link bins   false ]
1640 verbose linkMans rimraf@2.2.8
1641 verbose rebuildBundles rimraf@2.2.8
1642 silly install resolved []
1643 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1644 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1645 silly cache add args [ 'ansi@~0.3.0', null ]
1646 verbose cache add spec ansi@~0.3.0
1647 silly cache add args [ 'are-we-there-yet@~1.0.0', null ]
1648 verbose cache add spec are-we-there-yet@~1.0.0
1649 silly cache add parsed spec { raw: 'ansi@~0.3.0',
1649 silly cache add   scope: null,
1649 silly cache add   name: 'ansi',
1649 silly cache add   rawSpec: '~0.3.0',
1649 silly cache add   spec: '>=0.3.0 <0.4.0',
1649 silly cache add   type: 'range' }
1650 silly addNamed ansi@>=0.3.0 <0.4.0
1651 verbose addNamed ">=0.3.0 <0.4.0" is a valid semver range for ansi
1652 silly addNameRange { name: 'ansi', range: '>=0.3.0 <0.4.0', hasData: false }
1653 silly mapToRegistry name ansi
1654 silly mapToRegistry using default registry
1655 silly mapToRegistry registry https://registry.npmjs.org/
1656 silly mapToRegistry uri https://registry.npmjs.org/ansi
1657 verbose addNameRange registry:https://registry.npmjs.org/ansi not in flight; fetching
1658 silly cache add parsed spec { raw: 'are-we-there-yet@~1.0.0',
1658 silly cache add   scope: null,
1658 silly cache add   name: 'are-we-there-yet',
1658 silly cache add   rawSpec: '~1.0.0',
1658 silly cache add   spec: '>=1.0.0 <1.1.0',
1658 silly cache add   type: 'range' }
1659 silly addNamed are-we-there-yet@>=1.0.0 <1.1.0
1660 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for are-we-there-yet
1661 silly addNameRange { name: 'are-we-there-yet',
1661 silly addNameRange   range: '>=1.0.0 <1.1.0',
1661 silly addNameRange   hasData: false }
1662 silly mapToRegistry name are-we-there-yet
1663 silly mapToRegistry using default registry
1664 silly mapToRegistry registry https://registry.npmjs.org/
1665 silly mapToRegistry uri https://registry.npmjs.org/are-we-there-yet
1666 verbose addNameRange registry:https://registry.npmjs.org/are-we-there-yet not in flight; fetching
1667 silly cache add args [ 'gauge@~1.0.2', null ]
1668 verbose cache add spec gauge@~1.0.2
1669 silly cache add parsed spec { raw: 'gauge@~1.0.2',
1669 silly cache add   scope: null,
1669 silly cache add   name: 'gauge',
1669 silly cache add   rawSpec: '~1.0.2',
1669 silly cache add   spec: '>=1.0.2 <1.1.0',
1669 silly cache add   type: 'range' }
1670 silly addNamed gauge@>=1.0.2 <1.1.0
1671 verbose addNamed ">=1.0.2 <1.1.0" is a valid semver range for gauge
1672 silly addNameRange { name: 'gauge', range: '>=1.0.2 <1.1.0', hasData: false }
1673 silly mapToRegistry name gauge
1674 silly mapToRegistry using default registry
1675 silly mapToRegistry registry https://registry.npmjs.org/
1676 silly mapToRegistry uri https://registry.npmjs.org/gauge
1677 verbose addNameRange registry:https://registry.npmjs.org/gauge not in flight; fetching
1678 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\package.json
1679 info linkStuff graceful-fs@3.0.8
1680 silly linkStuff graceful-fs@3.0.8 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
1681 silly gunzTarPerm extractEntry test/zz-cleanup.js
1682 silly gunzTarPerm modified mode [ 'test/zz-cleanup.js', 420, 438 ]
1683 silly gunzTarPerm extractEntry test/fixtures.tgz
1684 silly gunzTarPerm modified mode [ 'test/fixtures.tgz', 420, 438 ]
1685 silly gunzTarPerm extractEntry lib/helpers.js
1686 silly gunzTarPerm modified mode [ 'lib/helpers.js', 420, 438 ]
1687 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\package.json
1688 info preinstall nopt@3.0.3
1689 verbose linkBins graceful-fs@3.0.8
1690 verbose linkMans graceful-fs@3.0.8
1691 verbose rebuildBundles graceful-fs@3.0.8
1692 verbose request uri https://registry.npmjs.org/ansi
1693 verbose request no auth needed
1694 info attempt registry request try #1 at 17:24:39
1695 verbose etag "69C15TZYRCPT6LP6T4CD1SUKT"
1696 http request GET https://registry.npmjs.org/ansi
1697 verbose request uri https://registry.npmjs.org/are-we-there-yet
1698 verbose request no auth needed
1699 info attempt registry request try #1 at 17:24:39
1700 verbose etag "CSB0GVJN4618MLYHAA5WKIPPK"
1701 http request GET https://registry.npmjs.org/are-we-there-yet
1702 verbose request uri https://registry.npmjs.org/gauge
1703 verbose request no auth needed
1704 info attempt registry request try #1 at 17:24:39
1705 verbose etag "CFUB5QAPR42LERH56L9I3EDUZ"
1706 http request GET https://registry.npmjs.org/gauge
1707 info install graceful-fs@3.0.8
1708 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\package.json
1709 info preinstall glob@4.3.5
1710 info postinstall graceful-fs@3.0.8
1711 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\package.json
1712 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\graceful-fs-c0f6811e5b86f15d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\graceful-fs
1713 info install rimraf@2.2.8
1714 info postinstall rimraf@2.2.8
1715 silly prepareForInstallMany adding abbrev@1 from nopt dependencies
1716 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\package.json
1717 silly prepareForInstallMany adding inflight@^1.0.4 from glob dependencies
1718 silly prepareForInstallMany adding inherits@2 from glob dependencies
1719 silly prepareForInstallMany adding once@^1.3.0 from glob dependencies
1720 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\package.json
1721 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\rimraf-f71837bdec1b153c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\rimraf
1722 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\package.json
1723 silly cache add args [ 'abbrev@1', null ]
1724 verbose cache add spec abbrev@1
1725 silly cache add args [ 'inflight@^1.0.4', null ]
1726 verbose cache add spec inflight@^1.0.4
1727 silly cache add args [ 'inherits@2', null ]
1728 verbose cache add spec inherits@2
1729 silly cache add parsed spec { raw: 'abbrev@1',
1729 silly cache add   scope: null,
1729 silly cache add   name: 'abbrev',
1729 silly cache add   rawSpec: '1',
1729 silly cache add   spec: '>=1.0.0 <2.0.0',
1729 silly cache add   type: 'range' }
1730 silly addNamed abbrev@>=1.0.0 <2.0.0
1731 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev
1732 silly addNameRange { name: 'abbrev', range: '>=1.0.0 <2.0.0', hasData: false }
1733 silly mapToRegistry name abbrev
1734 silly mapToRegistry using default registry
1735 silly mapToRegistry registry https://registry.npmjs.org/
1736 silly mapToRegistry uri https://registry.npmjs.org/abbrev
1737 verbose addNameRange registry:https://registry.npmjs.org/abbrev not in flight; fetching
1738 silly cache add parsed spec { raw: 'inflight@^1.0.4',
1738 silly cache add   scope: null,
1738 silly cache add   name: 'inflight',
1738 silly cache add   rawSpec: '^1.0.4',
1738 silly cache add   spec: '>=1.0.4 <2.0.0',
1738 silly cache add   type: 'range' }
1739 silly addNamed inflight@>=1.0.4 <2.0.0
1740 verbose addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
1741 silly addNameRange { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: false }
1742 silly mapToRegistry name inflight
1743 silly mapToRegistry using default registry
1744 silly mapToRegistry registry https://registry.npmjs.org/
1745 silly mapToRegistry uri https://registry.npmjs.org/inflight
1746 verbose addNameRange registry:https://registry.npmjs.org/inflight not in flight; fetching
1747 silly cache add parsed spec { raw: 'inherits@2',
1747 silly cache add   scope: null,
1747 silly cache add   name: 'inherits',
1747 silly cache add   rawSpec: '2',
1747 silly cache add   spec: '>=2.0.0 <3.0.0',
1747 silly cache add   type: 'range' }
1748 silly addNamed inherits@>=2.0.0 <3.0.0
1749 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
1750 silly addNameRange { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: false }
1751 silly mapToRegistry name inherits
1752 silly mapToRegistry using default registry
1753 silly mapToRegistry registry https://registry.npmjs.org/
1754 silly mapToRegistry uri https://registry.npmjs.org/inherits
1755 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
1756 silly cache add args [ 'once@^1.3.0', null ]
1757 verbose cache add spec once@^1.3.0
1758 silly cache add parsed spec { raw: 'once@^1.3.0',
1758 silly cache add   scope: null,
1758 silly cache add   name: 'once',
1758 silly cache add   rawSpec: '^1.3.0',
1758 silly cache add   spec: '>=1.3.0 <2.0.0',
1758 silly cache add   type: 'range' }
1759 silly addNamed once@>=1.3.0 <2.0.0
1760 verbose addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
1761 silly addNameRange { name: 'once', range: '>=1.3.0 <2.0.0', hasData: false }
1762 silly mapToRegistry name once
1763 silly mapToRegistry using default registry
1764 silly mapToRegistry registry https://registry.npmjs.org/
1765 silly mapToRegistry uri https://registry.npmjs.org/once
1766 verbose addNameRange registry:https://registry.npmjs.org/once not in flight; fetching
1767 verbose request uri https://registry.npmjs.org/abbrev
1768 verbose request no auth needed
1769 info attempt registry request try #1 at 17:24:39
1770 verbose etag "F3Q3N6H2H59MS1PC9J6CMODYT"
1771 http request GET https://registry.npmjs.org/abbrev
1772 verbose request uri https://registry.npmjs.org/inflight
1773 verbose request no auth needed
1774 info attempt registry request try #1 at 17:24:39
1775 verbose etag "6TGO37U1FD85W17TCDUWY0F9L"
1776 http request GET https://registry.npmjs.org/inflight
1777 verbose request uri https://registry.npmjs.org/inherits
1778 verbose request no auth needed
1779 info attempt registry request try #1 at 17:24:39
1780 verbose etag "E6JT3DPDFE7U9Q65FC968N4IQ"
1781 http request GET https://registry.npmjs.org/inherits
1782 info preinstall minimatch@2.0.10
1783 verbose request uri https://registry.npmjs.org/once
1784 verbose request no auth needed
1785 info attempt registry request try #1 at 17:24:39
1786 verbose etag "CG4CSZ7WMFUO49PBM5XJSO6GB"
1787 http request GET https://registry.npmjs.org/once
1788 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\package.json
1789 silly gunzTarPerm extractEntry release.sh
1790 silly gunzTarPerm modified mode [ 'release.sh', 493, 511 ]
1791 silly prepareForInstallMany adding brace-expansion@^1.0.0 from minimatch dependencies
1792 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\package.json
1793 silly cache add args [ 'brace-expansion@^1.0.0', null ]
1794 verbose cache add spec brace-expansion@^1.0.0
1795 silly cache add parsed spec { raw: 'brace-expansion@^1.0.0',
1795 silly cache add   scope: null,
1795 silly cache add   name: 'brace-expansion',
1795 silly cache add   rawSpec: '^1.0.0',
1795 silly cache add   spec: '>=1.0.0 <2.0.0',
1795 silly cache add   type: 'range' }
1796 silly addNamed brace-expansion@>=1.0.0 <2.0.0
1797 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
1798 silly addNameRange { name: 'brace-expansion',
1798 silly addNameRange   range: '>=1.0.0 <2.0.0',
1798 silly addNameRange   hasData: false }
1799 silly mapToRegistry name brace-expansion
1800 silly mapToRegistry using default registry
1801 silly mapToRegistry registry https://registry.npmjs.org/
1802 silly mapToRegistry uri https://registry.npmjs.org/brace-expansion
1803 verbose addNameRange registry:https://registry.npmjs.org/brace-expansion not in flight; fetching
1804 verbose request uri https://registry.npmjs.org/brace-expansion
1805 verbose request no auth needed
1806 info attempt registry request try #1 at 17:24:39
1807 verbose etag "18Z2VDE6EPY9JHP7D0I3PN5DH"
1808 http request GET https://registry.npmjs.org/brace-expansion
1809 silly gunzTarPerm extractEntry .eslintrc
1810 silly gunzTarPerm modified mode [ '.eslintrc', 420, 438 ]
1811 silly gunzTarPerm extractEntry disabled.appveyor.yml
1812 silly gunzTarPerm modified mode [ 'disabled.appveyor.yml', 420, 438 ]
1813 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\package.json
1814 info preinstall mkdirp@0.5.1
1815 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\package.json
1816 silly prepareForInstallMany adding minimist@0.0.8 from mkdirp dependencies
1817 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\package.json
1818 silly cache add args [ 'minimist@0.0.8', null ]
1819 verbose cache add spec minimist@0.0.8
1820 silly cache add parsed spec { raw: 'minimist@0.0.8',
1820 silly cache add   scope: null,
1820 silly cache add   name: 'minimist',
1820 silly cache add   rawSpec: '0.0.8',
1820 silly cache add   spec: '0.0.8',
1820 silly cache add   type: 'version' }
1821 silly addNamed minimist@0.0.8
1822 verbose addNamed "0.0.8" is a plain semver version for minimist
1823 silly mapToRegistry name minimist
1824 silly mapToRegistry using default registry
1825 silly mapToRegistry registry https://registry.npmjs.org/
1826 silly mapToRegistry uri https://registry.npmjs.org/minimist
1827 verbose addNameVersion registry:https://registry.npmjs.org/minimist not in flight; fetching
1828 verbose request uri https://registry.npmjs.org/minimist
1829 verbose request no auth needed
1830 info attempt registry request try #1 at 17:24:39
1831 verbose etag "4OX3RK4Y7PC3U6351YI28B7GG"
1832 http request GET https://registry.npmjs.org/minimist
1833 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\package.json
1834 info preinstall fstream@1.0.7
1835 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\package.json
1836 silly prepareForInstallMany adding inherits@~2.0.0 from fstream dependencies
1837 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\package.json
1838 silly cache add args [ 'inherits@~2.0.0', null ]
1839 verbose cache add spec inherits@~2.0.0
1840 silly cache add parsed spec { raw: 'inherits@~2.0.0',
1840 silly cache add   scope: null,
1840 silly cache add   name: 'inherits',
1840 silly cache add   rawSpec: '~2.0.0',
1840 silly cache add   spec: '>=2.0.0 <2.1.0',
1840 silly cache add   type: 'range' }
1841 silly addNamed inherits@>=2.0.0 <2.1.0
1842 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for inherits
1843 silly addNameRange { name: 'inherits', range: '>=2.0.0 <2.1.0', hasData: false }
1844 silly mapToRegistry name inherits
1845 silly mapToRegistry using default registry
1846 silly mapToRegistry registry https://registry.npmjs.org/
1847 silly mapToRegistry uri https://registry.npmjs.org/inherits
1848 verbose addNameRange registry:https://registry.npmjs.org/inherits already in flight; waiting
1849 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\package.json
1850 info preinstall request@2.51.0
1851 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\package.json
1852 silly prepareForInstallMany adding bl@~0.9.0 from request dependencies
1853 silly prepareForInstallMany adding caseless@~0.8.0 from request dependencies
1854 silly prepareForInstallMany adding forever-agent@~0.5.0 from request dependencies
1855 silly prepareForInstallMany adding form-data@~0.2.0 from request dependencies
1856 silly prepareForInstallMany adding json-stringify-safe@~5.0.0 from request dependencies
1857 silly prepareForInstallMany adding mime-types@~1.0.1 from request dependencies
1858 silly prepareForInstallMany adding node-uuid@~1.4.0 from request dependencies
1859 silly prepareForInstallMany adding qs@~2.3.1 from request dependencies
1860 silly prepareForInstallMany adding tunnel-agent@~0.4.0 from request dependencies
1861 silly prepareForInstallMany adding tough-cookie@>=0.12.0 from request dependencies
1862 silly prepareForInstallMany adding http-signature@~0.10.0 from request dependencies
1863 silly prepareForInstallMany adding oauth-sign@~0.5.0 from request dependencies
1864 silly prepareForInstallMany adding hawk@1.1.1 from request dependencies
1865 silly prepareForInstallMany adding aws-sign2@~0.5.0 from request dependencies
1866 silly prepareForInstallMany adding stringstream@~0.0.4 from request dependencies
1867 silly prepareForInstallMany adding combined-stream@~0.0.5 from request dependencies
1868 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\package.json
1869 silly cache add args [ 'bl@~0.9.0', null ]
1870 verbose cache add spec bl@~0.9.0
1871 silly cache add args [ 'caseless@~0.8.0', null ]
1872 verbose cache add spec caseless@~0.8.0
1873 silly cache add parsed spec { raw: 'bl@~0.9.0',
1873 silly cache add   scope: null,
1873 silly cache add   name: 'bl',
1873 silly cache add   rawSpec: '~0.9.0',
1873 silly cache add   spec: '>=0.9.0 <0.10.0',
1873 silly cache add   type: 'range' }
1874 silly addNamed bl@>=0.9.0 <0.10.0
1875 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for bl
1876 silly addNameRange { name: 'bl', range: '>=0.9.0 <0.10.0', hasData: false }
1877 silly mapToRegistry name bl
1878 silly mapToRegistry using default registry
1879 silly mapToRegistry registry https://registry.npmjs.org/
1880 silly mapToRegistry uri https://registry.npmjs.org/bl
1881 verbose addNameRange registry:https://registry.npmjs.org/bl not in flight; fetching
1882 silly cache add parsed spec { raw: 'caseless@~0.8.0',
1882 silly cache add   scope: null,
1882 silly cache add   name: 'caseless',
1882 silly cache add   rawSpec: '~0.8.0',
1882 silly cache add   spec: '>=0.8.0 <0.9.0',
1882 silly cache add   type: 'range' }
1883 silly addNamed caseless@>=0.8.0 <0.9.0
1884 verbose addNamed ">=0.8.0 <0.9.0" is a valid semver range for caseless
1885 silly addNameRange { name: 'caseless', range: '>=0.8.0 <0.9.0', hasData: false }
1886 silly mapToRegistry name caseless
1887 silly mapToRegistry using default registry
1888 silly mapToRegistry registry https://registry.npmjs.org/
1889 silly mapToRegistry uri https://registry.npmjs.org/caseless
1890 verbose addNameRange registry:https://registry.npmjs.org/caseless not in flight; fetching
1891 verbose request uri https://registry.npmjs.org/bl
1892 verbose request no auth needed
1893 info attempt registry request try #1 at 17:24:39
1894 verbose etag "3XEWY5EGNQE20BJRJ1H6RYEZO"
1895 http request GET https://registry.npmjs.org/bl
1896 silly cache add args [ 'forever-agent@~0.5.0', null ]
1897 verbose cache add spec forever-agent@~0.5.0
1898 silly cache add parsed spec { raw: 'forever-agent@~0.5.0',
1898 silly cache add   scope: null,
1898 silly cache add   name: 'forever-agent',
1898 silly cache add   rawSpec: '~0.5.0',
1898 silly cache add   spec: '>=0.5.0 <0.6.0',
1898 silly cache add   type: 'range' }
1899 silly addNamed forever-agent@>=0.5.0 <0.6.0
1900 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
1901 silly addNameRange { name: 'forever-agent',
1901 silly addNameRange   range: '>=0.5.0 <0.6.0',
1901 silly addNameRange   hasData: false }
1902 silly mapToRegistry name forever-agent
1903 silly mapToRegistry using default registry
1904 silly mapToRegistry registry https://registry.npmjs.org/
1905 silly mapToRegistry uri https://registry.npmjs.org/forever-agent
1906 verbose addNameRange registry:https://registry.npmjs.org/forever-agent not in flight; fetching
1907 silly cache add args [ 'form-data@~0.2.0', null ]
1908 verbose cache add spec form-data@~0.2.0
1909 silly cache add parsed spec { raw: 'form-data@~0.2.0',
1909 silly cache add   scope: null,
1909 silly cache add   name: 'form-data',
1909 silly cache add   rawSpec: '~0.2.0',
1909 silly cache add   spec: '>=0.2.0 <0.3.0',
1909 silly cache add   type: 'range' }
1910 silly addNamed form-data@>=0.2.0 <0.3.0
1911 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for form-data
1912 silly addNameRange { name: 'form-data', range: '>=0.2.0 <0.3.0', hasData: false }
1913 silly mapToRegistry name form-data
1914 silly mapToRegistry using default registry
1915 silly mapToRegistry registry https://registry.npmjs.org/
1916 silly mapToRegistry uri https://registry.npmjs.org/form-data
1917 verbose addNameRange registry:https://registry.npmjs.org/form-data not in flight; fetching
1918 silly cache add args [ 'json-stringify-safe@~5.0.0', null ]
1919 verbose cache add spec json-stringify-safe@~5.0.0
1920 silly cache add parsed spec { raw: 'json-stringify-safe@~5.0.0',
1920 silly cache add   scope: null,
1920 silly cache add   name: 'json-stringify-safe',
1920 silly cache add   rawSpec: '~5.0.0',
1920 silly cache add   spec: '>=5.0.0 <5.1.0',
1920 silly cache add   type: 'range' }
1921 silly addNamed json-stringify-safe@>=5.0.0 <5.1.0
1922 verbose addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
1923 silly addNameRange { name: 'json-stringify-safe',
1923 silly addNameRange   range: '>=5.0.0 <5.1.0',
1923 silly addNameRange   hasData: false }
1924 silly mapToRegistry name json-stringify-safe
1925 silly mapToRegistry using default registry
1926 silly mapToRegistry registry https://registry.npmjs.org/
1927 silly mapToRegistry uri https://registry.npmjs.org/json-stringify-safe
1928 verbose addNameRange registry:https://registry.npmjs.org/json-stringify-safe not in flight; fetching
1929 verbose request uri https://registry.npmjs.org/caseless
1930 verbose request no auth needed
1931 info attempt registry request try #1 at 17:24:39
1932 verbose etag "31X3RJHEJY3DII8ZZ4JC45YBC"
1933 http request GET https://registry.npmjs.org/caseless
1934 silly cache add args [ 'mime-types@~1.0.1', null ]
1935 verbose cache add spec mime-types@~1.0.1
1936 silly cache add parsed spec { raw: 'mime-types@~1.0.1',
1936 silly cache add   scope: null,
1936 silly cache add   name: 'mime-types',
1936 silly cache add   rawSpec: '~1.0.1',
1936 silly cache add   spec: '>=1.0.1 <1.1.0',
1936 silly cache add   type: 'range' }
1937 silly addNamed mime-types@>=1.0.1 <1.1.0
1938 verbose addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
1939 silly addNameRange { name: 'mime-types', range: '>=1.0.1 <1.1.0', hasData: false }
1940 silly mapToRegistry name mime-types
1941 silly mapToRegistry using default registry
1942 silly mapToRegistry registry https://registry.npmjs.org/
1943 silly mapToRegistry uri https://registry.npmjs.org/mime-types
1944 verbose addNameRange registry:https://registry.npmjs.org/mime-types not in flight; fetching
1945 silly cache add args [ 'node-uuid@~1.4.0', null ]
1946 verbose cache add spec node-uuid@~1.4.0
1947 silly cache add parsed spec { raw: 'node-uuid@~1.4.0',
1947 silly cache add   scope: null,
1947 silly cache add   name: 'node-uuid',
1947 silly cache add   rawSpec: '~1.4.0',
1947 silly cache add   spec: '>=1.4.0 <1.5.0',
1947 silly cache add   type: 'range' }
1948 silly addNamed node-uuid@>=1.4.0 <1.5.0
1949 verbose addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
1950 silly addNameRange { name: 'node-uuid', range: '>=1.4.0 <1.5.0', hasData: false }
1951 silly mapToRegistry name node-uuid
1952 silly mapToRegistry using default registry
1953 silly mapToRegistry registry https://registry.npmjs.org/
1954 silly mapToRegistry uri https://registry.npmjs.org/node-uuid
1955 verbose addNameRange registry:https://registry.npmjs.org/node-uuid not in flight; fetching
1956 silly cache add args [ 'qs@~2.3.1', null ]
1957 verbose cache add spec qs@~2.3.1
1958 silly cache add parsed spec { raw: 'qs@~2.3.1',
1958 silly cache add   scope: null,
1958 silly cache add   name: 'qs',
1958 silly cache add   rawSpec: '~2.3.1',
1958 silly cache add   spec: '>=2.3.1 <2.4.0',
1958 silly cache add   type: 'range' }
1959 silly addNamed qs@>=2.3.1 <2.4.0
1960 verbose addNamed ">=2.3.1 <2.4.0" is a valid semver range for qs
1961 silly addNameRange { name: 'qs', range: '>=2.3.1 <2.4.0', hasData: false }
1962 silly mapToRegistry name qs
1963 silly mapToRegistry using default registry
1964 silly mapToRegistry registry https://registry.npmjs.org/
1965 silly mapToRegistry uri https://registry.npmjs.org/qs
1966 verbose addNameRange registry:https://registry.npmjs.org/qs not in flight; fetching
1967 http 304 https://registry.npmjs.org/os-homedir
1968 silly get cb [ 304,
1968 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
1968 silly get     via: '1.1 varnish',
1968 silly get     'cache-control': 'max-age=60',
1968 silly get     etag: '"CYU7F0IZG90H8EVBXGO18EAA1"',
1968 silly get     age: '60',
1968 silly get     connection: 'keep-alive',
1968 silly get     'x-served-by': 'cache-fra1239-FRA',
1968 silly get     'x-cache': 'HIT',
1968 silly get     'x-cache-hits': '1',
1968 silly get     'x-timer': 'S1440343458.484620,VS0,VE0',
1968 silly get     vary: 'Accept' } ]
1969 verbose etag https://registry.npmjs.org/os-homedir from cache
1970 verbose get saving os-homedir to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\os-homedir\.cache.json
1971 silly cache add args [ 'tunnel-agent@~0.4.0', null ]
1972 verbose cache add spec tunnel-agent@~0.4.0
1973 silly cache add parsed spec { raw: 'tunnel-agent@~0.4.0',
1973 silly cache add   scope: null,
1973 silly cache add   name: 'tunnel-agent',
1973 silly cache add   rawSpec: '~0.4.0',
1973 silly cache add   spec: '>=0.4.0 <0.5.0',
1973 silly cache add   type: 'range' }
1974 silly addNamed tunnel-agent@>=0.4.0 <0.5.0
1975 verbose addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
1976 silly addNameRange { name: 'tunnel-agent', range: '>=0.4.0 <0.5.0', hasData: false }
1977 silly mapToRegistry name tunnel-agent
1978 silly mapToRegistry using default registry
1979 silly mapToRegistry registry https://registry.npmjs.org/
1980 silly mapToRegistry uri https://registry.npmjs.org/tunnel-agent
1981 verbose addNameRange registry:https://registry.npmjs.org/tunnel-agent not in flight; fetching
1982 silly cache add args [ 'tough-cookie@>=0.12.0', null ]
1983 verbose cache add spec tough-cookie@>=0.12.0
1984 silly cache add parsed spec { raw: 'tough-cookie@>=0.12.0',
1984 silly cache add   scope: null,
1984 silly cache add   name: 'tough-cookie',
1984 silly cache add   rawSpec: '>=0.12.0',
1984 silly cache add   spec: '>=0.12.0',
1984 silly cache add   type: 'range' }
1985 silly addNamed tough-cookie@>=0.12.0
1986 verbose addNamed ">=0.12.0" is a valid semver range for tough-cookie
1987 silly addNameRange { name: 'tough-cookie', range: '>=0.12.0', hasData: false }
1988 silly mapToRegistry name tough-cookie
1989 silly mapToRegistry using default registry
1990 silly mapToRegistry registry https://registry.npmjs.org/
1991 silly mapToRegistry uri https://registry.npmjs.org/tough-cookie
1992 verbose addNameRange registry:https://registry.npmjs.org/tough-cookie not in flight; fetching
1993 silly cache add args [ 'http-signature@~0.10.0', null ]
1994 verbose cache add spec http-signature@~0.10.0
1995 silly cache add parsed spec { raw: 'http-signature@~0.10.0',
1995 silly cache add   scope: null,
1995 silly cache add   name: 'http-signature',
1995 silly cache add   rawSpec: '~0.10.0',
1995 silly cache add   spec: '>=0.10.0 <0.11.0',
1995 silly cache add   type: 'range' }
1996 silly addNamed http-signature@>=0.10.0 <0.11.0
1997 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
1998 silly addNameRange { name: 'http-signature',
1998 silly addNameRange   range: '>=0.10.0 <0.11.0',
1998 silly addNameRange   hasData: false }
1999 silly mapToRegistry name http-signature
2000 silly mapToRegistry using default registry
2001 silly mapToRegistry registry https://registry.npmjs.org/
2002 silly mapToRegistry uri https://registry.npmjs.org/http-signature
2003 verbose addNameRange registry:https://registry.npmjs.org/http-signature not in flight; fetching
2004 silly cache add args [ 'oauth-sign@~0.5.0', null ]
2005 verbose cache add spec oauth-sign@~0.5.0
2006 silly cache add parsed spec { raw: 'oauth-sign@~0.5.0',
2006 silly cache add   scope: null,
2006 silly cache add   name: 'oauth-sign',
2006 silly cache add   rawSpec: '~0.5.0',
2006 silly cache add   spec: '>=0.5.0 <0.6.0',
2006 silly cache add   type: 'range' }
2007 silly addNamed oauth-sign@>=0.5.0 <0.6.0
2008 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for oauth-sign
2009 silly addNameRange { name: 'oauth-sign', range: '>=0.5.0 <0.6.0', hasData: false }
2010 silly mapToRegistry name oauth-sign
2011 silly mapToRegistry using default registry
2012 silly mapToRegistry registry https://registry.npmjs.org/
2013 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
2014 verbose addNameRange registry:https://registry.npmjs.org/oauth-sign not in flight; fetching
2015 verbose request uri https://registry.npmjs.org/forever-agent
2016 verbose request no auth needed
2017 info attempt registry request try #1 at 17:24:39
2018 verbose etag "CWCRJ4EQTE7B8DNSNMGZFPBBZ"
2019 http request GET https://registry.npmjs.org/forever-agent
2020 verbose request uri https://registry.npmjs.org/form-data
2021 verbose request no auth needed
2022 info attempt registry request try #1 at 17:24:39
2023 verbose etag "3JOSBG6Z50UTVNJL0Q0DXDYWQ"
2024 http request GET https://registry.npmjs.org/form-data
2025 silly cache add args [ 'hawk@1.1.1', null ]
2026 verbose cache add spec hawk@1.1.1
2027 silly cache add parsed spec { raw: 'hawk@1.1.1',
2027 silly cache add   scope: null,
2027 silly cache add   name: 'hawk',
2027 silly cache add   rawSpec: '1.1.1',
2027 silly cache add   spec: '1.1.1',
2027 silly cache add   type: 'version' }
2028 silly addNamed hawk@1.1.1
2029 verbose addNamed "1.1.1" is a plain semver version for hawk
2030 silly mapToRegistry name hawk
2031 silly mapToRegistry using default registry
2032 silly mapToRegistry registry https://registry.npmjs.org/
2033 silly mapToRegistry uri https://registry.npmjs.org/hawk
2034 verbose addNameVersion registry:https://registry.npmjs.org/hawk not in flight; fetching
2035 silly cache add args [ 'aws-sign2@~0.5.0', null ]
2036 verbose cache add spec aws-sign2@~0.5.0
2037 silly cache add parsed spec { raw: 'aws-sign2@~0.5.0',
2037 silly cache add   scope: null,
2037 silly cache add   name: 'aws-sign2',
2037 silly cache add   rawSpec: '~0.5.0',
2037 silly cache add   spec: '>=0.5.0 <0.6.0',
2037 silly cache add   type: 'range' }
2038 silly addNamed aws-sign2@>=0.5.0 <0.6.0
2039 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
2040 silly addNameRange { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: false }
2041 silly mapToRegistry name aws-sign2
2042 silly mapToRegistry using default registry
2043 silly mapToRegistry registry https://registry.npmjs.org/
2044 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
2045 verbose addNameRange registry:https://registry.npmjs.org/aws-sign2 not in flight; fetching
2046 silly cache add args [ 'stringstream@~0.0.4', null ]
2047 verbose cache add spec stringstream@~0.0.4
2048 silly cache add parsed spec { raw: 'stringstream@~0.0.4',
2048 silly cache add   scope: null,
2048 silly cache add   name: 'stringstream',
2048 silly cache add   rawSpec: '~0.0.4',
2048 silly cache add   spec: '>=0.0.4 <0.1.0',
2048 silly cache add   type: 'range' }
2049 silly addNamed stringstream@>=0.0.4 <0.1.0
2050 verbose addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
2051 silly addNameRange { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: false }
2052 silly mapToRegistry name stringstream
2053 silly mapToRegistry using default registry
2054 silly mapToRegistry registry https://registry.npmjs.org/
2055 silly mapToRegistry uri https://registry.npmjs.org/stringstream
2056 verbose addNameRange registry:https://registry.npmjs.org/stringstream not in flight; fetching
2057 silly cache add args [ 'combined-stream@~0.0.5', null ]
2058 verbose cache add spec combined-stream@~0.0.5
2059 silly cache add parsed spec { raw: 'combined-stream@~0.0.5',
2059 silly cache add   scope: null,
2059 silly cache add   name: 'combined-stream',
2059 silly cache add   rawSpec: '~0.0.5',
2059 silly cache add   spec: '>=0.0.5 <0.1.0',
2059 silly cache add   type: 'range' }
2060 silly addNamed combined-stream@>=0.0.5 <0.1.0
2061 verbose addNamed ">=0.0.5 <0.1.0" is a valid semver range for combined-stream
2062 silly addNameRange { name: 'combined-stream',
2062 silly addNameRange   range: '>=0.0.5 <0.1.0',
2062 silly addNameRange   hasData: false }
2063 silly mapToRegistry name combined-stream
2064 silly mapToRegistry using default registry
2065 silly mapToRegistry registry https://registry.npmjs.org/
2066 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
2067 verbose addNameRange registry:https://registry.npmjs.org/combined-stream not in flight; fetching
2068 verbose request uri https://registry.npmjs.org/json-stringify-safe
2069 verbose request no auth needed
2070 info attempt registry request try #1 at 17:24:39
2071 verbose etag "4KAOAKIL282N5O3QH84BZOKYR"
2072 http request GET https://registry.npmjs.org/json-stringify-safe
2073 verbose request uri https://registry.npmjs.org/mime-types
2074 verbose request no auth needed
2075 info attempt registry request try #1 at 17:24:39
2076 verbose etag "2ZNQBBFBW40MDOSEBHVML8L9H"
2077 http request GET https://registry.npmjs.org/mime-types
2078 verbose request uri https://registry.npmjs.org/node-uuid
2079 verbose request no auth needed
2080 info attempt registry request try #1 at 17:24:39
2081 verbose etag "EZ0HXDT644U4XGY7S5GOL2KUW"
2082 http request GET https://registry.npmjs.org/node-uuid
2083 verbose request uri https://registry.npmjs.org/qs
2084 verbose request no auth needed
2085 info attempt registry request try #1 at 17:24:39
2086 verbose etag "OQIIKIUG7ZOLOQA25X03D0KP"
2087 http request GET https://registry.npmjs.org/qs
2088 verbose request uri https://registry.npmjs.org/tunnel-agent
2089 verbose request no auth needed
2090 info attempt registry request try #1 at 17:24:39
2091 verbose etag "30KMJK91SDP6W3JC0MY3FD3ZC"
2092 http request GET https://registry.npmjs.org/tunnel-agent
2093 verbose request uri https://registry.npmjs.org/tough-cookie
2094 verbose request no auth needed
2095 info attempt registry request try #1 at 17:24:39
2096 verbose etag "4SZ5DYIZ6VRBC95Q426VCIU47"
2097 http request GET https://registry.npmjs.org/tough-cookie
2098 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver\package.json
2099 verbose request uri https://registry.npmjs.org/http-signature
2100 verbose request no auth needed
2101 info attempt registry request try #1 at 17:24:39
2102 verbose etag "6X2EFJAJVCHY73LZ2MHUQ1TCT"
2103 http request GET https://registry.npmjs.org/http-signature
2104 verbose request uri https://registry.npmjs.org/oauth-sign
2105 verbose request no auth needed
2106 info attempt registry request try #1 at 17:24:39
2107 verbose etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
2108 http request GET https://registry.npmjs.org/oauth-sign
2109 silly addNameRange number 2 { name: 'os-homedir', range: '>=1.0.0 <2.0.0', hasData: true }
2110 silly addNameRange versions [ 'os-homedir', [ '0.1.0', '1.0.0', '1.0.1' ] ]
2111 silly addNamed os-homedir@1.0.1
2112 verbose addNamed "1.0.1" is a plain semver version for os-homedir
2113 verbose request uri https://registry.npmjs.org/aws-sign2
2114 verbose request no auth needed
2115 info attempt registry request try #1 at 17:24:39
2116 verbose etag "77UTUEWZP9JOTXY7N5GC34AZF"
2117 http request GET https://registry.npmjs.org/aws-sign2
2118 verbose request uri https://registry.npmjs.org/stringstream
2119 verbose request no auth needed
2120 info attempt registry request try #1 at 17:24:39
2121 verbose etag "EDCDG6XME9JQMFSY5KBVIY7I0"
2122 http request GET https://registry.npmjs.org/stringstream
2123 verbose request uri https://registry.npmjs.org/hawk
2124 verbose request no auth needed
2125 info attempt registry request try #1 at 17:24:39
2126 verbose etag "1FCXI6W6ILUX4QROJNAZUZ236"
2127 http request GET https://registry.npmjs.org/hawk
2128 verbose request uri https://registry.npmjs.org/combined-stream
2129 verbose request no auth needed
2130 info attempt registry request try #1 at 17:24:39
2131 verbose etag "B4WTGKY32M1VDZX0V45HEIVUL"
2132 http request GET https://registry.npmjs.org/combined-stream
2133 info preinstall semver@4.3.6
2134 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver\package.json
2135 silly cache afterAdd os-homedir@1.0.1
2136 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\os-homedir\1.0.1\package\package.json not in flight; writing
2137 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver\package.json
2138 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\os-homedir\1.0.1\package\package.json written
2139 silly install resolved []
2140 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
2141 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
2142 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\package.json
2143 info linkStuff semver@4.3.6
2144 silly linkStuff semver@4.3.6 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
2145 verbose linkBins semver@4.3.6
2146 verbose link bins [ { semver: './bin/semver' },
2146 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\.bin',
2146 verbose link bins   false ]
2147 verbose linkMans semver@4.3.6
2148 verbose rebuildBundles semver@4.3.6
2149 info preinstall tar@1.0.3
2150 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\package.json
2151 silly prepareForInstallMany adding block-stream@* from tar dependencies
2152 silly prepareForInstallMany adding inherits@2 from tar dependencies
2153 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\package.json
2154 http 304 https://registry.npmjs.org/inflight
2155 silly get cb [ 304,
2155 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2155 silly get     via: '1.1 varnish',
2155 silly get     'cache-control': 'max-age=60',
2155 silly get     etag: '"6TGO37U1FD85W17TCDUWY0F9L"',
2155 silly get     age: '51',
2155 silly get     connection: 'keep-alive',
2155 silly get     'x-served-by': 'cache-fra1242-FRA',
2155 silly get     'x-cache': 'HIT',
2155 silly get     'x-cache-hits': '5',
2155 silly get     'x-timer': 'S1440343458.531026,VS0,VE0',
2155 silly get     vary: 'Accept' } ]
2156 verbose etag https://registry.npmjs.org/inflight from cache
2157 verbose get saving inflight to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\inflight\.cache.json
2158 info install semver@4.3.6
2159 silly cache add args [ 'block-stream@*', null ]
2160 verbose cache add spec block-stream@*
2161 silly cache add parsed spec { raw: 'block-stream@*',
2161 silly cache add   scope: null,
2161 silly cache add   name: 'block-stream',
2161 silly cache add   rawSpec: '*',
2161 silly cache add   spec: '*',
2161 silly cache add   type: 'range' }
2162 silly addNamed block-stream@*
2163 verbose addNamed "*" is a valid semver range for block-stream
2164 silly addNameRange { name: 'block-stream', range: '*', hasData: false }
2165 silly mapToRegistry name block-stream
2166 silly mapToRegistry using default registry
2167 silly mapToRegistry registry https://registry.npmjs.org/
2168 silly mapToRegistry uri https://registry.npmjs.org/block-stream
2169 verbose addNameRange registry:https://registry.npmjs.org/block-stream not in flight; fetching
2170 silly cache add args [ 'inherits@2', null ]
2171 verbose cache add spec inherits@2
2172 silly cache add parsed spec { raw: 'inherits@2',
2172 silly cache add   scope: null,
2172 silly cache add   name: 'inherits',
2172 silly cache add   rawSpec: '2',
2172 silly cache add   spec: '>=2.0.0 <3.0.0',
2172 silly cache add   type: 'range' }
2173 silly addNamed inherits@>=2.0.0 <3.0.0
2174 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
2175 silly addNameRange { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: false }
2176 silly mapToRegistry name inherits
2177 silly mapToRegistry using default registry
2178 silly mapToRegistry registry https://registry.npmjs.org/
2179 silly mapToRegistry uri https://registry.npmjs.org/inherits
2180 verbose addNameRange registry:https://registry.npmjs.org/inherits already in flight; waiting
2181 info postinstall semver@4.3.6
2182 http 304 https://registry.npmjs.org/inherits
2183 silly get cb [ 304,
2183 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2183 silly get     via: '1.1 varnish',
2183 silly get     'cache-control': 'max-age=60',
2183 silly get     etag: '"E6JT3DPDFE7U9Q65FC968N4IQ"',
2183 silly get     age: '45',
2183 silly get     connection: 'keep-alive',
2183 silly get     'x-served-by': 'cache-fra1240-FRA',
2183 silly get     'x-cache': 'HIT',
2183 silly get     'x-cache-hits': '3',
2183 silly get     'x-timer': 'S1440343458.539875,VS0,VE0',
2183 silly get     vary: 'Accept' } ]
2184 verbose etag https://registry.npmjs.org/inherits from cache
2185 verbose get saving inherits to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\inherits\.cache.json
2186 http 304 https://registry.npmjs.org/once
2187 silly get cb [ 304,
2187 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2187 silly get     via: '1.1 varnish',
2187 silly get     'cache-control': 'max-age=60',
2187 silly get     etag: '"CG4CSZ7WMFUO49PBM5XJSO6GB"',
2187 silly get     age: '11',
2187 silly get     connection: 'keep-alive',
2187 silly get     'x-served-by': 'cache-fra1238-FRA',
2187 silly get     'x-cache': 'HIT',
2187 silly get     'x-cache-hits': '1',
2187 silly get     'x-timer': 'S1440343458.539838,VS0,VE0',
2187 silly get     vary: 'Accept' } ]
2188 verbose etag https://registry.npmjs.org/once from cache
2189 verbose get saving once to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\once\.cache.json
2190 http 304 https://registry.npmjs.org/brace-expansion
2191 silly get cb [ 304,
2191 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2191 silly get     via: '1.1 varnish',
2191 silly get     'cache-control': 'max-age=60',
2191 silly get     etag: '"18Z2VDE6EPY9JHP7D0I3PN5DH"',
2191 silly get     age: '2',
2191 silly get     connection: 'keep-alive',
2191 silly get     'x-served-by': 'cache-fra1242-FRA',
2191 silly get     'x-cache': 'HIT',
2191 silly get     'x-cache-hits': '1',
2191 silly get     'x-timer': 'S1440343458.539673,VS0,VE0',
2191 silly get     vary: 'Accept' } ]
2192 verbose etag https://registry.npmjs.org/brace-expansion from cache
2193 verbose get saving brace-expansion to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\brace-expansion\.cache.json
2194 silly addNameRange number 2 { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: true }
2195 silly addNameRange versions [ 'inflight', [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4' ] ]
2196 silly addNamed inflight@1.0.4
2197 verbose addNamed "1.0.4" is a plain semver version for inflight
2198 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\semver-fc22482d5b0a6b5b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\semver
2199 verbose request uri https://registry.npmjs.org/block-stream
2200 verbose request no auth needed
2201 info attempt registry request try #1 at 17:24:39
2202 verbose etag "C7OJPKZD1OK2WI9TVJ794V0P5"
2203 http request GET https://registry.npmjs.org/block-stream
2204 silly cache afterAdd inflight@1.0.4
2205 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inflight\1.0.4\package\package.json not in flight; writing
2206 silly addNameRange number 2 { name: 'once', range: '>=1.3.0 <2.0.0', hasData: true }
2207 silly addNameRange versions [ 'once', [ '1.1.1', '1.2.0', '1.3.0', '1.3.1', '1.3.2' ] ]
2208 silly addNamed once@1.3.2
2209 verbose addNamed "1.3.2" is a plain semver version for once
2210 silly addNameRange number 2 { name: 'brace-expansion',
2210 silly addNameRange   range: '>=1.0.0 <2.0.0',
2210 silly addNameRange   hasData: true }
2211 silly addNameRange versions [ 'brace-expansion', [ '0.0.0', '1.0.0', '1.0.1', '1.1.0' ] ]
2212 silly addNamed brace-expansion@1.1.0
2213 verbose addNamed "1.1.0" is a plain semver version for brace-expansion
2214 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: true }
2215 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
2216 silly addNamed inherits@2.0.1
2217 verbose addNamed "2.0.1" is a plain semver version for inherits
2218 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0 <2.1.0', hasData: true }
2219 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
2220 silly addNamed inherits@2.0.1
2221 verbose addNamed "2.0.1" is a plain semver version for inherits
2222 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: true }
2223 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
2224 silly addNamed inherits@2.0.1
2225 verbose addNamed "2.0.1" is a plain semver version for inherits
2226 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inflight\1.0.4\package\package.json written
2227 silly cache afterAdd once@1.3.2
2228 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\once\1.3.2\package\package.json not in flight; writing
2229 silly cache afterAdd brace-expansion@1.1.0
2230 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package\package.json not in flight; writing
2231 silly cache afterAdd inherits@2.0.1
2232 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
2233 silly cache afterAdd inherits@2.0.1
2234 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json already in flight; not writing
2235 silly cache afterAdd inherits@2.0.1
2236 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json already in flight; not writing
2237 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\once\1.3.2\package\package.json written
2238 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package\package.json written
2239 silly install resolved [ { name: 'brace-expansion',
2239 silly install resolved     description: 'Brace expansion as known from sh/bash',
2239 silly install resolved     version: '1.1.0',
2239 silly install resolved     repository:
2239 silly install resolved      { type: 'git',
2239 silly install resolved        url: 'git://github.com/juliangruber/brace-expansion.git' },
2239 silly install resolved     homepage: 'https://github.com/juliangruber/brace-expansion',
2239 silly install resolved     main: 'index.js',
2239 silly install resolved     scripts: { test: 'tape test/*.js', gentest: 'bash test/generate.sh' },
2239 silly install resolved     dependencies: { 'balanced-match': '^0.2.0', 'concat-map': '0.0.1' },
2239 silly install resolved     devDependencies: { tape: '^3.0.3' },
2239 silly install resolved     keywords: [],
2239 silly install resolved     author:
2239 silly install resolved      { name: 'Julian Gruber',
2239 silly install resolved        email: 'mail@juliangruber.com',
2239 silly install resolved        url: 'http://juliangruber.com' },
2239 silly install resolved     license: 'MIT',
2239 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2239 silly install resolved     gitHead: 'b5fa3b1c74e5e2dba2d0efa19b28335641bc1164',
2239 silly install resolved     bugs: { url: 'https://github.com/juliangruber/brace-expansion/issues' },
2239 silly install resolved     _id: 'brace-expansion@1.1.0',
2239 silly install resolved     _shasum: 'c9b7d03c03f37bc704be100e522b40db8f6cfcd9',
2239 silly install resolved     _from: 'brace-expansion@>=1.0.0 <2.0.0',
2239 silly install resolved     _npmVersion: '2.1.10',
2239 silly install resolved     _nodeVersion: '0.10.32',
2239 silly install resolved     _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' },
2239 silly install resolved     maintainers: [ [Object], [Object] ],
2239 silly install resolved     dist:
2239 silly install resolved      { shasum: 'c9b7d03c03f37bc704be100e522b40db8f6cfcd9',
2239 silly install resolved        tarball: 'http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz' },
2239 silly install resolved     directories: {},
2239 silly install resolved     _resolved: 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz',
2239 silly install resolved     readme: 'ERROR: No README data found!' } ]
2240 info install brace-expansion@1.1.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
2241 info installOne brace-expansion@1.1.0
2242 verbose installOne of brace-expansion to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch not in flight; installing
2243 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
2244 silly install resolved [ { name: 'inflight',
2244 silly install resolved     version: '1.0.4',
2244 silly install resolved     description: 'Add callbacks to requests in flight to avoid async duplication',
2244 silly install resolved     main: 'inflight.js',
2244 silly install resolved     dependencies: { once: '^1.3.0', wrappy: '1' },
2244 silly install resolved     devDependencies: { tap: '^0.4.10' },
2244 silly install resolved     scripts: { test: 'tap test.js' },
2244 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inflight.git' },
2244 silly install resolved     author:
2244 silly install resolved      { name: 'Isaac Z. Schlueter',
2244 silly install resolved        email: 'i@izs.me',
2244 silly install resolved        url: 'http://blog.izs.me/' },
2244 silly install resolved     bugs: { url: 'https://github.com/isaacs/inflight/issues' },
2244 silly install resolved     homepage: 'https://github.com/isaacs/inflight',
2244 silly install resolved     license: 'ISC',
2244 silly install resolved     gitHead: 'c7b5531d572a867064d4a1da9e013e8910b7d1ba',
2244 silly install resolved     _id: 'inflight@1.0.4',
2244 silly install resolved     _shasum: '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a',
2244 silly install resolved     _from: 'inflight@>=1.0.4 <2.0.0',
2244 silly install resolved     _npmVersion: '2.1.3',
2244 silly install resolved     _nodeVersion: '0.10.32',
2244 silly install resolved     _npmUser: { name: 'othiym23', email: 'ogd@aoaioxxysz.net' },
2244 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
2244 silly install resolved     dist:
2244 silly install resolved      { shasum: '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a',
2244 silly install resolved        tarball: 'http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz' },
2244 silly install resolved     directories: {},
2244 silly install resolved     _resolved: 'https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
2244 silly install resolved     readme: 'ERROR: No README data found!' },
2244 silly install resolved   { name: 'once',
2244 silly install resolved     version: '1.3.2',
2244 silly install resolved     description: 'Run a function exactly one time',
2244 silly install resolved     main: 'once.js',
2244 silly install resolved     directories: { test: 'test' },
2244 silly install resolved     dependencies: { wrappy: '1' },
2244 silly install resolved     devDependencies: { tap: '~0.3.0' },
2244 silly install resolved     scripts: { test: 'tap test/*.js' },
2244 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/once.git' },
2244 silly install resolved     keywords: [ 'once', 'function', 'one', 'single' ],
2244 silly install resolved     author:
2244 silly install resolved      { name: 'Isaac Z. Schlueter',
2244 silly install resolved        email: 'i@izs.me',
2244 silly install resolved        url: 'http://blog.izs.me/' },
2244 silly install resolved     license: 'ISC',
2244 silly install resolved     gitHead: 'e35eed5a7867574e2bf2260a1ba23970958b22f2',
2244 silly install resolved     bugs: { url: 'https://github.com/isaacs/once/issues' },
2244 silly install resolved     homepage: 'https://github.com/isaacs/once#readme',
2244 silly install resolved     _id: 'once@1.3.2',
2244 silly install resolved     _shasum: 'd8feeca93b039ec1dcdee7741c92bdac5e28081b',
2244 silly install resolved     _from: 'once@>=1.3.0 <2.0.0',
2244 silly install resolved     _npmVersion: '2.9.1',
2244 silly install resolved     _nodeVersion: '2.0.0',
2244 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
2244 silly install resolved     dist:
2244 silly install resolved      { shasum: 'd8feeca93b039ec1dcdee7741c92bdac5e28081b',
2244 silly install resolved        tarball: 'http://registry.npmjs.org/once/-/once-1.3.2.tgz' },
2244 silly install resolved     maintainers: [ [Object] ],
2244 silly install resolved     _resolved: 'https://registry.npmjs.org/once/-/once-1.3.2.tgz',
2244 silly install resolved     readme: 'ERROR: No README data found!' },
2244 silly install resolved   { name: 'inherits',
2244 silly install resolved     description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
2244 silly install resolved     version: '2.0.1',
2244 silly install resolved     keywords:
2244 silly install resolved      [ 'inheritance',
2244 silly install resolved        'class',
2244 silly install resolved        'klass',
2244 silly install resolved        'oop',
2244 silly install resolved        'object-oriented',
2244 silly install resolved        'inherits',
2244 silly install resolved        'browser',
2244 silly install resolved        'browserify' ],
2244 silly install resolved     main: './inherits.js',
2244 silly install resolved     browser: './inherits_browser.js',
2244 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
2244 silly install resolved     license: 'ISC',
2244 silly install resolved     scripts: { test: 'node test' },
2244 silly install resolved     bugs: { url: 'https://github.com/isaacs/inherits/issues' },
2244 silly install resolved     _id: 'inherits@2.0.1',
2244 silly install resolved     dist:
2244 silly install resolved      { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2244 silly install resolved        tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
2244 silly install resolved     _from: 'inherits@>=2.0.0 <3.0.0',
2244 silly install resolved     _npmVersion: '1.3.8',
2244 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
2244 silly install resolved     maintainers: [ [Object] ],
2244 silly install resolved     directories: {},
2244 silly install resolved     _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2244 silly install resolved     _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
2244 silly install resolved     readme: 'ERROR: No README data found!',
2244 silly install resolved     homepage: 'https://github.com/isaacs/inherits#readme' } ]
2245 info install inflight@1.0.4 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
2246 info install once@1.3.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
2247 info install inherits@2.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
2248 info installOne inflight@1.0.4
2249 verbose installOne of inflight to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob not in flight; installing
2250 info installOne once@1.3.2
2251 verbose installOne of once to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob not in flight; installing
2252 info installOne inherits@2.0.1
2253 verbose installOne of inherits to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob not in flight; installing
2254 silly install resolved [ { name: 'inherits',
2254 silly install resolved     description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
2254 silly install resolved     version: '2.0.1',
2254 silly install resolved     keywords:
2254 silly install resolved      [ 'inheritance',
2254 silly install resolved        'class',
2254 silly install resolved        'klass',
2254 silly install resolved        'oop',
2254 silly install resolved        'object-oriented',
2254 silly install resolved        'inherits',
2254 silly install resolved        'browser',
2254 silly install resolved        'browserify' ],
2254 silly install resolved     main: './inherits.js',
2254 silly install resolved     browser: './inherits_browser.js',
2254 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
2254 silly install resolved     license: 'ISC',
2254 silly install resolved     scripts: { test: 'node test' },
2254 silly install resolved     bugs: { url: 'https://github.com/isaacs/inherits/issues' },
2254 silly install resolved     _id: 'inherits@2.0.1',
2254 silly install resolved     dist:
2254 silly install resolved      { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2254 silly install resolved        tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
2254 silly install resolved     _from: 'inherits@>=2.0.0 <3.0.0',
2254 silly install resolved     _npmVersion: '1.3.8',
2254 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
2254 silly install resolved     maintainers: [ [Object] ],
2254 silly install resolved     directories: {},
2254 silly install resolved     _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2254 silly install resolved     _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
2254 silly install resolved     readme: 'ERROR: No README data found!',
2254 silly install resolved     homepage: 'https://github.com/isaacs/inherits#readme' } ]
2255 info install inherits@2.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
2256 info installOne inherits@2.0.1
2257 verbose installOne of inherits to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream not in flight; installing
2258 http 304 https://registry.npmjs.org/minimist
2259 silly get cb [ 304,
2259 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2259 silly get     via: '1.1 varnish',
2259 silly get     'cache-control': 'max-age=60',
2259 silly get     etag: '"4OX3RK4Y7PC3U6351YI28B7GG"',
2259 silly get     age: '26',
2259 silly get     connection: 'keep-alive',
2259 silly get     'x-served-by': 'cache-fra1245-FRA',
2259 silly get     'x-cache': 'HIT',
2259 silly get     'x-cache-hits': '2',
2259 silly get     'x-timer': 'S1440343458.567757,VS0,VE0',
2259 silly get     vary: 'Accept' } ]
2260 verbose etag https://registry.npmjs.org/minimist from cache
2261 verbose get saving minimist to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\minimist\.cache.json
2262 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\brace-expansion-1a2f30a2e2313b3e.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2263 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inflight-a31c5651f460a05a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2264 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\once-ce4fb02abd304ad2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2265 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-858b2bdd4af859f2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2266 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-367105dac8f4ce9f.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2267 silly install write writing brace-expansion 1.1.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2268 silly install write writing inflight 1.0.4 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2269 silly install write writing once 1.3.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2270 silly install write writing inherits 2.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2271 silly install write writing inherits 2.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2272 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2273 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2274 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2275 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2276 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2277 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight is being purged from base D:\WWW\NodeJS\src
2278 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2279 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion is being purged from base D:\WWW\NodeJS\src
2280 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2281 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once is being purged from base D:\WWW\NodeJS\src
2282 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2283 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits is being purged from base D:\WWW\NodeJS\src
2284 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2285 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits is being purged from base D:\WWW\NodeJS\src
2286 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2287 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inflight\1.0.4\package.tgz
2288 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2289 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight is being purged
2290 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
2291 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package.tgz
2292 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2293 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion is being purged
2294 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
2295 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\once\1.3.2\package.tgz
2296 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2297 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once is being purged
2298 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
2299 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
2300 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2301 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits is being purged
2302 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2303 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
2304 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2305 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits is being purged
2306 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2307 silly gunzTarPerm modes [ '777', '666' ]
2308 silly gunzTarPerm modes [ '777', '666' ]
2309 silly gunzTarPerm modes [ '777', '666' ]
2310 silly gunzTarPerm modes [ '777', '666' ]
2311 silly gunzTarPerm modes [ '777', '666' ]
2312 silly cache afterAdd minimist@0.0.8
2313 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json not in flight; writing
2314 silly gunzTarPerm extractEntry package.json
2315 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2316 silly gunzTarPerm extractEntry package.json
2317 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2318 http 304 https://registry.npmjs.org/ansi
2319 silly get cb [ 304,
2319 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2319 silly get     via: '1.1 varnish',
2319 silly get     'cache-control': 'max-age=60',
2319 silly get     etag: '"69C15TZYRCPT6LP6T4CD1SUKT"',
2319 silly get     age: '59',
2319 silly get     connection: 'keep-alive',
2319 silly get     'x-served-by': 'cache-fra1237-FRA',
2319 silly get     'x-cache': 'HIT',
2319 silly get     'x-cache-hits': '78',
2319 silly get     'x-timer': 'S1440343458.599284,VS0,VE0',
2319 silly get     vary: 'Accept' } ]
2320 verbose etag https://registry.npmjs.org/ansi from cache
2321 verbose get saving ansi to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\ansi\.cache.json
2322 silly gunzTarPerm extractEntry package.json
2323 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2324 silly gunzTarPerm extractEntry package.json
2325 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2326 silly gunzTarPerm extractEntry package.json
2327 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2328 silly gunzTarPerm extractEntry README.md
2329 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2330 silly gunzTarPerm extractEntry LICENSE
2331 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2332 silly gunzTarPerm extractEntry .npmignore
2333 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
2334 silly gunzTarPerm extractEntry README.md
2335 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2336 silly gunzTarPerm extractEntry README.md
2337 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2338 silly gunzTarPerm extractEntry LICENSE
2339 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2340 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json written
2341 silly install resolved [ { name: 'minimist',
2341 silly install resolved     version: '0.0.8',
2341 silly install resolved     description: 'parse argument options',
2341 silly install resolved     main: 'index.js',
2341 silly install resolved     devDependencies: { tape: '~1.0.4', tap: '~0.4.0' },
2341 silly install resolved     scripts: { test: 'tap test/*.js' },
2341 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
2341 silly install resolved     repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
2341 silly install resolved     homepage: 'https://github.com/substack/minimist',
2341 silly install resolved     keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
2341 silly install resolved     author:
2341 silly install resolved      { name: 'James Halliday',
2341 silly install resolved        email: 'mail@substack.net',
2341 silly install resolved        url: 'http://substack.net' },
2341 silly install resolved     license: 'MIT',
2341 silly install resolved     bugs: { url: 'https://github.com/substack/minimist/issues' },
2341 silly install resolved     _id: 'minimist@0.0.8',
2341 silly install resolved     dist:
2341 silly install resolved      { shasum: '857fcabfc3397d2625b8228262e86aa7a011b05d',
2341 silly install resolved        tarball: 'http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz' },
2341 silly install resolved     _from: 'minimist@0.0.8',
2341 silly install resolved     _npmVersion: '1.4.3',
2341 silly install resolved     _npmUser: { name: 'substack', email: 'mail@substack.net' },
2341 silly install resolved     maintainers: [ [Object] ],
2341 silly install resolved     directories: {},
2341 silly install resolved     _shasum: '857fcabfc3397d2625b8228262e86aa7a011b05d',
2341 silly install resolved     _resolved: 'https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
2341 silly install resolved     readme: 'ERROR: No README data found!' } ]
2342 info install minimist@0.0.8 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
2343 info installOne minimist@0.0.8
2344 verbose installOne of minimist to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp not in flight; installing
2345 silly gunzTarPerm extractEntry README.md
2346 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2347 silly gunzTarPerm extractEntry LICENSE
2348 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2349 silly gunzTarPerm extractEntry README.md
2350 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2351 silly gunzTarPerm extractEntry LICENSE
2352 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2353 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\minimist-552daa05b17665f8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2354 silly addNameRange number 2 { name: 'ansi', range: '>=0.3.0 <0.4.0', hasData: true }
2355 silly addNameRange versions [ 'ansi',
2355 silly addNameRange   [ '0.0.1',
2355 silly addNameRange     '0.0.2',
2355 silly addNameRange     '0.0.3',
2355 silly addNameRange     '0.0.4',
2355 silly addNameRange     '0.1.0',
2355 silly addNameRange     '0.1.1',
2355 silly addNameRange     '0.1.2',
2355 silly addNameRange     '0.2.0',
2355 silly addNameRange     '0.2.1',
2355 silly addNameRange     '0.3.0' ] ]
2356 silly addNamed ansi@0.3.0
2357 verbose addNamed "0.3.0" is a plain semver version for ansi
2358 silly install write writing minimist 0.0.8 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2359 silly gunzTarPerm extractEntry inherits.js
2360 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
2361 silly gunzTarPerm extractEntry inherits_browser.js
2362 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
2363 silly gunzTarPerm extractEntry inflight.js
2364 silly gunzTarPerm modified mode [ 'inflight.js', 420, 438 ]
2365 silly gunzTarPerm extractEntry test.js
2366 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
2367 silly gunzTarPerm extractEntry inherits.js
2368 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
2369 silly gunzTarPerm extractEntry inherits_browser.js
2370 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
2371 silly gunzTarPerm extractEntry once.js
2372 silly gunzTarPerm modified mode [ 'once.js', 420, 438 ]
2373 silly gunzTarPerm extractEntry test/once.js
2374 silly gunzTarPerm modified mode [ 'test/once.js', 420, 438 ]
2375 silly gunzTarPerm extractEntry example.js
2376 silly gunzTarPerm modified mode [ 'example.js', 420, 438 ]
2377 silly gunzTarPerm extractEntry index.js
2378 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2379 http 304 https://registry.npmjs.org/are-we-there-yet
2380 silly get cb [ 304,
2380 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2380 silly get     via: '1.1 varnish',
2380 silly get     'cache-control': 'max-age=60',
2380 silly get     etag: '"CSB0GVJN4618MLYHAA5WKIPPK"',
2380 silly get     age: '41',
2380 silly get     connection: 'keep-alive',
2380 silly get     'x-served-by': 'cache-fra1236-FRA',
2380 silly get     'x-cache': 'HIT',
2380 silly get     'x-cache-hits': '1',
2380 silly get     'x-timer': 'S1440343458.610430,VS0,VE0',
2380 silly get     vary: 'Accept' } ]
2381 verbose etag https://registry.npmjs.org/are-we-there-yet from cache
2382 verbose get saving are-we-there-yet to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\are-we-there-yet\.cache.json
2383 http 304 https://registry.npmjs.org/bl
2384 silly get cb [ 304,
2384 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2384 silly get     via: '1.1 varnish',
2384 silly get     'cache-control': 'max-age=60',
2384 silly get     etag: '"3XEWY5EGNQE20BJRJ1H6RYEZO"',
2384 silly get     age: '33',
2384 silly get     connection: 'keep-alive',
2384 silly get     'x-served-by': 'cache-fra1245-FRA',
2384 silly get     'x-cache': 'HIT',
2384 silly get     'x-cache-hits': '1',
2384 silly get     'x-timer': 'S1440343458.611953,VS0,VE0',
2384 silly get     vary: 'Accept' } ]
2385 verbose etag https://registry.npmjs.org/bl from cache
2386 verbose get saving bl to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\bl\.cache.json
2387 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2388 silly cache afterAdd ansi@0.3.0
2389 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ansi\0.3.0\package\package.json not in flight; writing
2390 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist is being purged from base D:\WWW\NodeJS\src
2391 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2392 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
2393 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2394 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist is being purged
2395 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2396 silly gunzTarPerm modes [ '777', '666' ]
2397 silly gunzTarPerm extractEntry .travis.yml
2398 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
2399 silly gunzTarPerm extractEntry test/bash-comparison.js
2400 silly gunzTarPerm modified mode [ 'test/bash-comparison.js', 420, 438 ]
2401 silly gunzTarPerm extractEntry .eslintrc
2402 silly gunzTarPerm modified mode [ '.eslintrc', 420, 438 ]
2403 silly gunzTarPerm extractEntry test.js
2404 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
2405 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ansi\0.3.0\package\package.json written
2406 silly addNameRange number 2 { name: 'are-we-there-yet',
2406 silly addNameRange   range: '>=1.0.0 <1.1.0',
2406 silly addNameRange   hasData: true }
2407 silly addNameRange versions [ 'are-we-there-yet',
2407 silly addNameRange   [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4' ] ]
2408 silly addNamed are-we-there-yet@1.0.4
2409 verbose addNamed "1.0.4" is a plain semver version for are-we-there-yet
2410 silly gunzTarPerm extractEntry test.js
2411 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
2412 silly addNameRange number 2 { name: 'bl', range: '>=0.9.0 <0.10.0', hasData: true }
2413 silly addNameRange versions [ 'bl',
2413 silly addNameRange   [ '0.0.0',
2413 silly addNameRange     '0.1.0',
2413 silly addNameRange     '0.1.1',
2413 silly addNameRange     '0.2.0',
2413 silly addNameRange     '0.3.0',
2413 silly addNameRange     '0.4.0',
2413 silly addNameRange     '0.4.1',
2413 silly addNameRange     '0.4.2',
2413 silly addNameRange     '0.5.0',
2413 silly addNameRange     '0.6.0',
2413 silly addNameRange     '0.7.0',
2413 silly addNameRange     '0.8.0',
2413 silly addNameRange     '0.8.1',
2413 silly addNameRange     '0.8.2',
2413 silly addNameRange     '0.9.0',
2413 silly addNameRange     '0.9.1',
2413 silly addNameRange     '0.9.2',
2413 silly addNameRange     '0.9.3',
2413 silly addNameRange     '0.9.4',
2413 silly addNameRange     '1.0.0' ] ]
2414 silly addNamed bl@0.9.4
2415 verbose addNamed "0.9.4" is a plain semver version for bl
2416 silly gunzTarPerm extractEntry package.json
2417 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2418 silly cache afterAdd are-we-there-yet@1.0.4
2419 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\are-we-there-yet\1.0.4\package\package.json not in flight; writing
2420 silly cache afterAdd bl@0.9.4
2421 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\bl\0.9.4\package\package.json not in flight; writing
2422 silly gunzTarPerm extractEntry LICENSE
2423 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2424 silly gunzTarPerm extractEntry index.js
2425 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2426 http 304 https://registry.npmjs.org/forever-agent
2427 silly get cb [ 304,
2427 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2427 silly get     via: '1.1 varnish',
2427 silly get     'cache-control': 'max-age=60',
2427 silly get     etag: '"CWCRJ4EQTE7B8DNSNMGZFPBBZ"',
2427 silly get     age: '58',
2427 silly get     connection: 'keep-alive',
2427 silly get     'x-served-by': 'cache-fra1241-FRA',
2427 silly get     'x-cache': 'HIT',
2427 silly get     'x-cache-hits': '3',
2427 silly get     'x-timer': 'S1440343458.628346,VS0,VE0',
2427 silly get     vary: 'Accept' } ]
2428 verbose etag https://registry.npmjs.org/forever-agent from cache
2429 verbose get saving forever-agent to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\forever-agent\.cache.json
2430 http 304 https://registry.npmjs.org/form-data
2431 silly get cb [ 304,
2431 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2431 silly get     via: '1.1 varnish',
2431 silly get     'cache-control': 'max-age=60',
2431 silly get     etag: '"3JOSBG6Z50UTVNJL0Q0DXDYWQ"',
2431 silly get     age: '57',
2431 silly get     connection: 'keep-alive',
2431 silly get     'x-served-by': 'cache-fra1241-FRA',
2431 silly get     'x-cache': 'HIT',
2431 silly get     'x-cache-hits': '3',
2431 silly get     'x-timer': 'S1440343458.628643,VS0,VE0',
2431 silly get     vary: 'Accept' } ]
2432 verbose etag https://registry.npmjs.org/form-data from cache
2433 verbose get saving form-data to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\form-data\.cache.json
2434 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\are-we-there-yet\1.0.4\package\package.json written
2435 silly gunzTarPerm extractEntry test/same-type.js
2436 silly gunzTarPerm modified mode [ 'test/same-type.js', 420, 438 ]
2437 silly gunzTarPerm extractEntry test/dollar.js
2438 silly gunzTarPerm modified mode [ 'test/dollar.js', 420, 438 ]
2439 silly gunzTarPerm extractEntry test/empty-option.js
2440 silly gunzTarPerm modified mode [ 'test/empty-option.js', 420, 438 ]
2441 silly gunzTarPerm extractEntry test/pad.js
2442 silly gunzTarPerm modified mode [ 'test/pad.js', 420, 438 ]
2443 silly gunzTarPerm extractEntry test/order.js
2444 silly gunzTarPerm modified mode [ 'test/order.js', 420, 438 ]
2445 silly gunzTarPerm extractEntry test/nested.js
2446 silly gunzTarPerm modified mode [ 'test/nested.js', 420, 438 ]
2447 silly gunzTarPerm extractEntry test/sequence.js
2448 silly gunzTarPerm modified mode [ 'test/sequence.js', 420, 438 ]
2449 silly gunzTarPerm extractEntry test/negative-increment.js
2450 silly gunzTarPerm modified mode [ 'test/negative-increment.js', 420, 438 ]
2451 silly gunzTarPerm extractEntry test/bash-results.txt
2452 silly gunzTarPerm modified mode [ 'test/bash-results.txt', 420, 438 ]
2453 silly gunzTarPerm extractEntry test/generate.sh
2454 silly gunzTarPerm modified mode [ 'test/generate.sh', 420, 438 ]
2455 silly gunzTarPerm extractEntry test/cases.txt
2456 silly gunzTarPerm modified mode [ 'test/cases.txt', 420, 438 ]
2457 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\bl\0.9.4\package\package.json written
2458 silly gunzTarPerm extractEntry .travis.yml
2459 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
2460 silly gunzTarPerm extractEntry example/parse.js
2461 silly gunzTarPerm modified mode [ 'example/parse.js', 420, 438 ]
2462 silly addNameRange number 2 { name: 'form-data', range: '>=0.2.0 <0.3.0', hasData: true }
2463 silly addNameRange versions [ 'form-data',
2463 silly addNameRange   [ '0.0.0',
2463 silly addNameRange     '0.0.2',
2463 silly addNameRange     '0.0.3',
2463 silly addNameRange     '0.0.4',
2463 silly addNameRange     '0.0.5',
2463 silly addNameRange     '0.0.6',
2463 silly addNameRange     '0.0.7',
2463 silly addNameRange     '0.0.8',
2463 silly addNameRange     '0.0.9',
2463 silly addNameRange     '0.0.10',
2463 silly addNameRange     '0.1.0',
2463 silly addNameRange     '0.1.1',
2463 silly addNameRange     '0.1.2',
2463 silly addNameRange     '0.1.3',
2463 silly addNameRange     '0.1.4',
2463 silly addNameRange     '0.2.0',
2463 silly addNameRange     '1.0.0-rc1',
2463 silly addNameRange     '1.0.0-rc2',
2463 silly addNameRange     '1.0.0-rc3' ] ]
2464 silly addNamed form-data@0.2.0
2465 verbose addNamed "0.2.0" is a plain semver version for form-data
2466 silly addNameRange number 2 { name: 'forever-agent', range: '>=0.5.0 <0.6.0', hasData: true }
2467 silly addNameRange versions [ 'forever-agent',
2467 silly addNameRange   [ '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.5.2', '0.6.0', '0.6.1' ] ]
2468 silly addNamed forever-agent@0.5.2
2469 verbose addNamed "0.5.2" is a plain semver version for forever-agent
2470 silly cache afterAdd form-data@0.2.0
2471 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\form-data\0.2.0\package\package.json not in flight; writing
2472 silly cache afterAdd forever-agent@0.5.2
2473 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\forever-agent\0.5.2\package\package.json not in flight; writing
2474 silly gunzTarPerm extractEntry readme.markdown
2475 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
2476 silly gunzTarPerm extractEntry test/dash.js
2477 silly gunzTarPerm modified mode [ 'test/dash.js', 420, 438 ]
2478 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\package.json
2479 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\form-data\0.2.0\package\package.json written
2480 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\forever-agent\0.5.2\package\package.json written
2481 info preinstall once@1.3.2
2482 http 304 https://registry.npmjs.org/json-stringify-safe
2483 silly get cb [ 304,
2483 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2483 silly get     via: '1.1 varnish',
2483 silly get     'cache-control': 'max-age=60',
2483 silly get     etag: '"4KAOAKIL282N5O3QH84BZOKYR"',
2483 silly get     age: '23',
2483 silly get     connection: 'keep-alive',
2483 silly get     'x-served-by': 'cache-fra1236-FRA',
2483 silly get     'x-cache': 'HIT',
2483 silly get     'x-cache-hits': '1',
2483 silly get     'x-timer': 'S1440343458.646402,VS0,VE0',
2483 silly get     vary: 'Accept' } ]
2484 verbose etag https://registry.npmjs.org/json-stringify-safe from cache
2485 verbose get saving json-stringify-safe to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\json-stringify-safe\.cache.json
2486 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\package.json
2487 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits\package.json
2488 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits\package.json
2489 http 304 https://registry.npmjs.org/tough-cookie
2490 silly get cb [ 304,
2490 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2490 silly get     via: '1.1 varnish',
2490 silly get     'cache-control': 'max-age=60',
2490 silly get     etag: '"4SZ5DYIZ6VRBC95Q426VCIU47"',
2490 silly get     age: '18',
2490 silly get     connection: 'keep-alive',
2490 silly get     'x-served-by': 'cache-fra1223-FRA',
2490 silly get     'x-cache': 'HIT',
2490 silly get     'x-cache-hits': '2',
2490 silly get     'x-timer': 'S1440343458.652511,VS0,VE0',
2490 silly get     vary: 'Accept' } ]
2491 verbose etag https://registry.npmjs.org/tough-cookie from cache
2492 verbose get saving tough-cookie to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\tough-cookie\.cache.json
2493 http 304 https://registry.npmjs.org/mime-types
2494 silly get cb [ 304,
2494 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2494 silly get     via: '1.1 varnish',
2494 silly get     'cache-control': 'max-age=60',
2494 silly get     etag: '"2ZNQBBFBW40MDOSEBHVML8L9H"',
2494 silly get     age: '22',
2494 silly get     connection: 'keep-alive',
2494 silly get     'x-served-by': 'cache-fra1247-FRA',
2494 silly get     'x-cache': 'HIT',
2494 silly get     'x-cache-hits': '2',
2494 silly get     'x-timer': 'S1440343458.652829,VS0,VE0',
2494 silly get     vary: 'Accept' } ]
2495 verbose etag https://registry.npmjs.org/mime-types from cache
2496 verbose get saving mime-types to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\mime-types\.cache.json
2497 http 304 https://registry.npmjs.org/tunnel-agent
2498 silly get cb [ 304,
2498 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2498 silly get     via: '1.1 varnish',
2498 silly get     'cache-control': 'max-age=60',
2498 silly get     etag: '"30KMJK91SDP6W3JC0MY3FD3ZC"',
2498 silly get     age: '36',
2498 silly get     connection: 'keep-alive',
2498 silly get     'x-served-by': 'cache-fra1225-FRA',
2498 silly get     'x-cache': 'HIT',
2498 silly get     'x-cache-hits': '1',
2498 silly get     'x-timer': 'S1440343458.653852,VS0,VE0',
2498 silly get     vary: 'Accept' } ]
2499 verbose etag https://registry.npmjs.org/tunnel-agent from cache
2500 verbose get saving tunnel-agent to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\tunnel-agent\.cache.json
2501 http 304 https://registry.npmjs.org/node-uuid
2502 silly get cb [ 304,
2502 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2502 silly get     via: '1.1 varnish',
2502 silly get     'cache-control': 'max-age=60',
2502 silly get     etag: '"EZ0HXDT644U4XGY7S5GOL2KUW"',
2502 silly get     age: '57',
2502 silly get     connection: 'keep-alive',
2502 silly get     'x-served-by': 'cache-fra1251-FRA',
2502 silly get     'x-cache': 'HIT',
2502 silly get     'x-cache-hits': '1',
2502 silly get     'x-timer': 'S1440343458.652148,VS0,VE0',
2502 silly get     vary: 'Accept' } ]
2503 verbose etag https://registry.npmjs.org/node-uuid from cache
2504 verbose get saving node-uuid to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\node-uuid\.cache.json
2505 http 304 https://registry.npmjs.org/oauth-sign
2506 silly get cb [ 304,
2506 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2506 silly get     via: '1.1 varnish',
2506 silly get     'cache-control': 'max-age=60',
2506 silly get     etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
2506 silly get     age: '23',
2506 silly get     connection: 'keep-alive',
2506 silly get     'x-served-by': 'cache-fra1226-FRA',
2506 silly get     'x-cache': 'HIT',
2506 silly get     'x-cache-hits': '1',
2506 silly get     'x-timer': 'S1440343458.653879,VS0,VE0',
2506 silly get     vary: 'Accept' } ]
2507 verbose etag https://registry.npmjs.org/oauth-sign from cache
2508 verbose get saving oauth-sign to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\oauth-sign\.cache.json
2509 silly gunzTarPerm extractEntry test/default_bool.js
2510 silly gunzTarPerm modified mode [ 'test/default_bool.js', 420, 438 ]
2511 silly gunzTarPerm extractEntry test/dotted.js
2512 silly gunzTarPerm modified mode [ 'test/dotted.js', 420, 438 ]
2513 silly gunzTarPerm extractEntry test/long.js
2514 silly gunzTarPerm modified mode [ 'test/long.js', 420, 438 ]
2515 silly gunzTarPerm extractEntry test/parse.js
2516 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
2517 silly gunzTarPerm extractEntry test/parse_modified.js
2518 silly gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 438 ]
2519 silly gunzTarPerm extractEntry test/short.js
2520 silly gunzTarPerm modified mode [ 'test/short.js', 420, 438 ]
2521 silly gunzTarPerm extractEntry test/whitespace.js
2522 silly gunzTarPerm modified mode [ 'test/whitespace.js', 420, 438 ]
2523 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\package.json
2524 http 304 https://registry.npmjs.org/qs
2525 silly get cb [ 304,
2525 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2525 silly get     via: '1.1 varnish',
2525 silly get     'cache-control': 'max-age=60',
2525 silly get     etag: '"OQIIKIUG7ZOLOQA25X03D0KP"',
2525 silly get     age: '23',
2525 silly get     connection: 'keep-alive',
2525 silly get     'x-served-by': 'cache-fra1223-FRA',
2525 silly get     'x-cache': 'HIT',
2525 silly get     'x-cache-hits': '1',
2525 silly get     'x-timer': 'S1440343458.652626,VS0,VE1',
2525 silly get     vary: 'Accept' } ]
2526 verbose etag https://registry.npmjs.org/qs from cache
2527 verbose get saving qs to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\qs\.cache.json
2528 silly prepareForInstallMany adding wrappy@1 from once dependencies
2529 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\package.json
2530 info preinstall inherits@2.0.1
2531 silly addNameRange number 2 { name: 'json-stringify-safe',
2531 silly addNameRange   range: '>=5.0.0 <5.1.0',
2531 silly addNameRange   hasData: true }
2532 silly addNameRange versions [ 'json-stringify-safe',
2532 silly addNameRange   [ '2.0.0', '3.0.0', '4.0.0', '5.0.0', '5.0.1' ] ]
2533 silly addNamed json-stringify-safe@5.0.1
2534 verbose addNamed "5.0.1" is a plain semver version for json-stringify-safe
2535 info preinstall inherits@2.0.1
2536 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits\package.json
2537 info preinstall inflight@1.0.4
2538 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits\package.json
2539 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\package.json
2540 silly addNameRange number 2 { name: 'tough-cookie', range: '>=0.12.0', hasData: true }
2541 silly addNameRange versions [ 'tough-cookie',
2541 silly addNameRange   [ '0.9.0',
2541 silly addNameRange     '0.9.1',
2541 silly addNameRange     '0.9.3',
2541 silly addNameRange     '0.9.4',
2541 silly addNameRange     '0.9.5',
2541 silly addNameRange     '0.9.6',
2541 silly addNameRange     '0.9.7',
2541 silly addNameRange     '0.9.8',
2541 silly addNameRange     '0.9.9',
2541 silly addNameRange     '0.9.11',
2541 silly addNameRange     '0.9.12',
2541 silly addNameRange     '0.9.13',
2541 silly addNameRange     '0.9.14',
2541 silly addNameRange     '0.9.15',
2541 silly addNameRange     '0.10.0',
2541 silly addNameRange     '0.11.0',
2541 silly addNameRange     '0.12.0',
2541 silly addNameRange     '0.12.1',
2541 silly addNameRange     '0.13.0',
2541 silly addNameRange     '1.0.0',
2541 silly addNameRange     '1.1.0',
2541 silly addNameRange     '1.2.0',
2541 silly addNameRange     '2.0.0' ] ]
2542 silly addNamed tough-cookie@2.0.0
2543 verbose addNamed "2.0.0" is a plain semver version for tough-cookie
2544 silly addNameRange number 2 { name: 'mime-types', range: '>=1.0.1 <1.1.0', hasData: true }
2545 silly addNameRange versions [ 'mime-types',
2545 silly addNameRange   [ '0.1.0',
2545 silly addNameRange     '1.0.0',
2545 silly addNameRange     '1.0.1',
2545 silly addNameRange     '1.0.2',
2545 silly addNameRange     '2.0.0',
2545 silly addNameRange     '2.0.1',
2545 silly addNameRange     '2.0.2',
2545 silly addNameRange     '2.0.3',
2545 silly addNameRange     '2.0.4',
2545 silly addNameRange     '2.0.5',
2545 silly addNameRange     '2.0.6',
2545 silly addNameRange     '2.0.7',
2545 silly addNameRange     '2.0.8',
2545 silly addNameRange     '2.0.9',
2545 silly addNameRange     '2.0.10',
2545 silly addNameRange     '2.0.11',
2545 silly addNameRange     '2.0.12',
2545 silly addNameRange     '2.0.13',
2545 silly addNameRange     '2.0.14',
2545 silly addNameRange     '2.1.0',
2545 silly addNameRange     '2.1.1',
2545 silly addNameRange     '2.1.2',
2545 silly addNameRange     '2.1.3',
2545 silly addNameRange     '2.1.4',
2545 silly addNameRange     '2.1.5' ] ]
2546 silly addNamed mime-types@1.0.2
2547 verbose addNamed "1.0.2" is a plain semver version for mime-types
2548 silly cache afterAdd json-stringify-safe@5.0.1
2549 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package\package.json not in flight; writing
2550 silly addNameRange number 2 { name: 'tunnel-agent', range: '>=0.4.0 <0.5.0', hasData: true }
2551 silly addNameRange versions [ 'tunnel-agent', [ '0.2.0', '0.3.0', '0.4.0', '0.4.1' ] ]
2552 silly addNamed tunnel-agent@0.4.1
2553 verbose addNamed "0.4.1" is a plain semver version for tunnel-agent
2554 silly cache add args [ 'wrappy@1', null ]
2555 verbose cache add spec wrappy@1
2556 silly cache add parsed spec { raw: 'wrappy@1',
2556 silly cache add   scope: null,
2556 silly cache add   name: 'wrappy',
2556 silly cache add   rawSpec: '1',
2556 silly cache add   spec: '>=1.0.0 <2.0.0',
2556 silly cache add   type: 'range' }
2557 silly addNamed wrappy@>=1.0.0 <2.0.0
2558 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
2559 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false }
2560 silly mapToRegistry name wrappy
2561 silly mapToRegistry using default registry
2562 silly mapToRegistry registry https://registry.npmjs.org/
2563 silly mapToRegistry uri https://registry.npmjs.org/wrappy
2564 verbose addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching
2565 silly addNameRange number 2 { name: 'node-uuid', range: '>=1.4.0 <1.5.0', hasData: true }
2566 silly addNameRange versions [ 'node-uuid',
2566 silly addNameRange   [ '1.2.0',
2566 silly addNameRange     '1.3.0',
2566 silly addNameRange     '1.3.1',
2566 silly addNameRange     '1.3.2',
2566 silly addNameRange     '1.1.0',
2566 silly addNameRange     '1.0.0',
2566 silly addNameRange     '1.3.3',
2566 silly addNameRange     '1.4.0',
2566 silly addNameRange     '1.4.1',
2566 silly addNameRange     '1.4.2',
2566 silly addNameRange     '1.4.3' ] ]
2567 silly addNamed node-uuid@1.4.3
2568 verbose addNamed "1.4.3" is a plain semver version for node-uuid
2569 silly addNameRange number 2 { name: 'oauth-sign', range: '>=0.5.0 <0.6.0', hasData: true }
2570 silly addNameRange versions [ 'oauth-sign',
2570 silly addNameRange   [ '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.6.0', '0.7.0', '0.8.0' ] ]
2571 silly addNamed oauth-sign@0.5.0
2572 verbose addNamed "0.5.0" is a plain semver version for oauth-sign
2573 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits\package.json
2574 silly addNameRange number 2 { name: 'qs', range: '>=2.3.1 <2.4.0', hasData: true }
2575 silly addNameRange versions [ 'qs',
2575 silly addNameRange   [ '0.0.1',
2575 silly addNameRange     '0.0.2',
2575 silly addNameRange     '0.0.3',
2575 silly addNameRange     '0.0.4',
2575 silly addNameRange     '0.0.5',
2575 silly addNameRange     '0.0.6',
2575 silly addNameRange     '0.0.7',
2575 silly addNameRange     '0.1.0',
2575 silly addNameRange     '0.2.0',
2575 silly addNameRange     '0.3.0',
2575 silly addNameRange     '0.3.1',
2575 silly addNameRange     '0.3.2',
2575 silly addNameRange     '0.4.0',
2575 silly addNameRange     '0.4.1',
2575 silly addNameRange     '0.4.2',
2575 silly addNameRange     '0.5.0',
2575 silly addNameRange     '0.5.1',
2575 silly addNameRange     '0.5.2',
2575 silly addNameRange     '0.5.3',
2575 silly addNameRange     '0.5.4',
2575 silly addNameRange     '0.5.5',
2575 silly addNameRange     '0.5.6',
2575 silly addNameRange     '0.6.0',
2575 silly addNameRange     '0.6.1',
2575 silly addNameRange     '0.6.2',
2575 silly addNameRange     '0.6.3',
2575 silly addNameRange     '0.6.4',
2575 silly addNameRange     '0.6.5',
2575 silly addNameRange     '0.6.6',
2575 silly addNameRange     '1.0.0',
2575 silly addNameRange     '1.0.1',
2575 silly addNameRange     '1.0.2',
2575 silly addNameRange     '1.1.0',
2575 silly addNameRange     '1.2.0',
2575 silly addNameRange     '1.2.1',
2575 silly addNameRange     '1.2.2',
2575 silly addNameRange     '2.0.0',
2575 silly addNameRange     '2.1.0',
2575 silly addNameRange     '2.2.0',
2575 silly addNameRange     '2.2.1',
2575 silly addNameRange     '2.2.2',
2575 silly addNameRange     '2.2.3',
2575 silly addNameRange     '2.2.4',
2575 silly addNameRange     '2.2.5',
2575 silly addNameRange     '2.3.0',
2575 silly addNameRange     '2.3.1',
2575 silly addNameRange     '2.3.2',
2575 silly addNameRange     '2.3.3',
2575 silly addNameRange     '2.4.0',
2575 silly addNameRange     '2.4.1',
2575 silly addNameRange     '2.4.2',
2575 silly addNameRange     '3.0.0',
2575 silly addNameRange     '3.1.0',
2575 silly addNameRange     '4.0.0' ] ]
2576 silly addNamed qs@2.3.3
2577 verbose addNamed "2.3.3" is a plain semver version for qs
2578 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits\package.json
2579 silly prepareForInstallMany adding wrappy@1 from inflight dependencies
2580 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\package.json
2581 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package\package.json written
2582 silly cache afterAdd tough-cookie@2.0.0
2583 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package\package.json not in flight; writing
2584 silly cache afterAdd mime-types@1.0.2
2585 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\1.0.2\package\package.json not in flight; writing
2586 verbose request uri https://registry.npmjs.org/wrappy
2587 verbose request no auth needed
2588 info attempt registry request try #1 at 17:24:39
2589 verbose etag "BOZ8BM06UJZ9H42VL048PBQMV"
2590 http request GET https://registry.npmjs.org/wrappy
2591 silly cache afterAdd tunnel-agent@0.4.1
2592 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package\package.json not in flight; writing
2593 silly cache afterAdd oauth-sign@0.5.0
2594 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\oauth-sign\0.5.0\package\package.json not in flight; writing
2595 silly install resolved []
2596 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2597 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2598 silly cache afterAdd node-uuid@1.4.3
2599 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\node-uuid\1.4.3\package\package.json not in flight; writing
2600 silly cache afterAdd qs@2.3.3
2601 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\qs\2.3.3\package\package.json not in flight; writing
2602 silly install resolved []
2603 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2604 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2605 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package\package.json written
2606 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\1.0.2\package\package.json written
2607 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package\package.json written
2608 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\oauth-sign\0.5.0\package\package.json written
2609 info linkStuff inherits@2.0.1
2610 silly linkStuff inherits@2.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules as its parent node_modules
2611 silly cache add args [ 'wrappy@1', null ]
2612 verbose cache add spec wrappy@1
2613 silly cache add parsed spec { raw: 'wrappy@1',
2613 silly cache add   scope: null,
2613 silly cache add   name: 'wrappy',
2613 silly cache add   rawSpec: '1',
2613 silly cache add   spec: '>=1.0.0 <2.0.0',
2613 silly cache add   type: 'range' }
2614 silly addNamed wrappy@>=1.0.0 <2.0.0
2615 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
2616 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false }
2617 silly mapToRegistry name wrappy
2618 silly mapToRegistry using default registry
2619 silly mapToRegistry registry https://registry.npmjs.org/
2620 silly mapToRegistry uri https://registry.npmjs.org/wrappy
2621 verbose addNameRange registry:https://registry.npmjs.org/wrappy already in flight; waiting
2622 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\node-uuid\1.4.3\package\package.json written
2623 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\qs\2.3.3\package\package.json written
2624 info linkStuff inherits@2.0.1
2625 silly linkStuff inherits@2.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules as its parent node_modules
2626 verbose linkBins inherits@2.0.1
2627 verbose linkMans inherits@2.0.1
2628 verbose rebuildBundles inherits@2.0.1
2629 info install inherits@2.0.1
2630 verbose linkBins inherits@2.0.1
2631 verbose linkMans inherits@2.0.1
2632 verbose rebuildBundles inherits@2.0.1
2633 info install inherits@2.0.1
2634 info postinstall inherits@2.0.1
2635 info postinstall inherits@2.0.1
2636 http 304 https://registry.npmjs.org/block-stream
2637 silly get cb [ 304,
2637 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2637 silly get     via: '1.1 varnish',
2637 silly get     'cache-control': 'max-age=60',
2637 silly get     etag: '"C7OJPKZD1OK2WI9TVJ794V0P5"',
2637 silly get     age: '27',
2637 silly get     connection: 'keep-alive',
2637 silly get     'x-served-by': 'cache-fra1227-FRA',
2637 silly get     'x-cache': 'HIT',
2637 silly get     'x-cache-hits': '1',
2637 silly get     'x-timer': 'S1440343458.690302,VS0,VE0',
2637 silly get     vary: 'Accept' } ]
2638 verbose etag https://registry.npmjs.org/block-stream from cache
2639 verbose get saving block-stream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\block-stream\.cache.json
2640 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-367105dac8f4ce9f.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream\node_modules\inherits
2641 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
2642 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
2643 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-858b2bdd4af859f2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inherits
2644 info linkStuff fstream@1.0.7
2645 silly linkStuff fstream@1.0.7 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
2646 verbose linkBins fstream@1.0.7
2647 verbose linkMans fstream@1.0.7
2648 verbose rebuildBundles fstream@1.0.7
2649 verbose rebuildBundles [ 'inherits' ]
2650 info install fstream@1.0.7
2651 silly addNameRange number 2 { name: 'block-stream', range: '*', hasData: true }
2652 silly addNameRange versions [ 'block-stream',
2652 silly addNameRange   [ '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8' ] ]
2653 silly addNamed block-stream@0.0.8
2654 verbose addNamed "0.0.8" is a plain semver version for block-stream
2655 info postinstall fstream@1.0.7
2656 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\fstream-e628265f39210622.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\fstream
2657 silly cache afterAdd block-stream@0.0.8
2658 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\block-stream\0.0.8\package\package.json not in flight; writing
2659 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\block-stream\0.0.8\package\package.json written
2660 silly install resolved [ { name: 'inherits',
2660 silly install resolved     description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
2660 silly install resolved     version: '2.0.1',
2660 silly install resolved     keywords:
2660 silly install resolved      [ 'inheritance',
2660 silly install resolved        'class',
2660 silly install resolved        'klass',
2660 silly install resolved        'oop',
2660 silly install resolved        'object-oriented',
2660 silly install resolved        'inherits',
2660 silly install resolved        'browser',
2660 silly install resolved        'browserify' ],
2660 silly install resolved     main: './inherits.js',
2660 silly install resolved     browser: './inherits_browser.js',
2660 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
2660 silly install resolved     license: 'ISC',
2660 silly install resolved     scripts: { test: 'node test' },
2660 silly install resolved     bugs: { url: 'https://github.com/isaacs/inherits/issues' },
2660 silly install resolved     _id: 'inherits@2.0.1',
2660 silly install resolved     dist:
2660 silly install resolved      { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2660 silly install resolved        tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
2660 silly install resolved     _from: 'inherits@>=2.0.0 <3.0.0',
2660 silly install resolved     _npmVersion: '1.3.8',
2660 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
2660 silly install resolved     maintainers: [ [Object] ],
2660 silly install resolved     directories: {},
2660 silly install resolved     _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
2660 silly install resolved     _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
2660 silly install resolved     readme: 'ERROR: No README data found!',
2660 silly install resolved     homepage: 'https://github.com/isaacs/inherits#readme' },
2660 silly install resolved   { author:
2660 silly install resolved      { name: 'Isaac Z. Schlueter',
2660 silly install resolved        email: 'i@izs.me',
2660 silly install resolved        url: 'http://blog.izs.me/' },
2660 silly install resolved     name: 'block-stream',
2660 silly install resolved     description: 'a stream of blocks',
2660 silly install resolved     version: '0.0.8',
2660 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/block-stream.git' },
2660 silly install resolved     engines: { node: '0.4 || >=0.5.8' },
2660 silly install resolved     main: 'block-stream.js',
2660 silly install resolved     dependencies: { inherits: '~2.0.0' },
2660 silly install resolved     devDependencies: { tap: '0.x' },
2660 silly install resolved     scripts: { test: 'tap test/' },
2660 silly install resolved     license: 'ISC',
2660 silly install resolved     gitHead: 'b35520314f4763af0788d65a846bb43d9c0a8f02',
2660 silly install resolved     bugs: { url: 'https://github.com/isaacs/block-stream/issues' },
2660 silly install resolved     homepage: 'https://github.com/isaacs/block-stream#readme',
2660 silly install resolved     _id: 'block-stream@0.0.8',
2660 silly install resolved     _shasum: '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b',
2660 silly install resolved     _from: 'block-stream@*',
2660 silly install resolved     _npmVersion: '2.10.0',
2660 silly install resolved     _nodeVersion: '2.0.1',
2660 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
2660 silly install resolved     dist:
2660 silly install resolved      { shasum: '0688f46da2bbf9cff0c4f68225a0cb95cbe8a46b',
2660 silly install resolved        tarball: 'http://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz' },
2660 silly install resolved     maintainers: [ [Object] ],
2660 silly install resolved     directories: {},
2660 silly install resolved     _resolved: 'https://registry.npmjs.org/block-stream/-/block-stream-0.0.8.tgz',
2660 silly install resolved     readme: 'ERROR: No README data found!' } ]
2661 info install inherits@2.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
2662 info install block-stream@0.0.8 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
2663 info installOne inherits@2.0.1
2664 verbose installOne of inherits to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar not in flight; installing
2665 info installOne block-stream@0.0.8
2666 verbose installOne of block-stream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar not in flight; installing
2667 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\block-stream-0ba8e488ecc85699.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2668 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-62824b625b924cf4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2669 silly install write writing block-stream 0.0.8 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2670 silly install write writing inherits 2.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2671 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2672 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2673 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits is being purged from base D:\WWW\NodeJS\src
2674 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2675 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream is being purged from base D:\WWW\NodeJS\src
2676 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2677 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
2678 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2679 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits is being purged
2680 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2681 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\block-stream\0.0.8\package.tgz
2682 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2683 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream is being purged
2684 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2685 silly gunzTarPerm modes [ '777', '666' ]
2686 silly gunzTarPerm modes [ '777', '666' ]
2687 silly gunzTarPerm extractEntry package.json
2688 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2689 silly gunzTarPerm extractEntry package.json
2690 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2691 silly gunzTarPerm extractEntry README.md
2692 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2693 silly gunzTarPerm extractEntry LICENSE
2694 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2695 silly gunzTarPerm extractEntry README.md
2696 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2697 silly gunzTarPerm extractEntry LICENCE
2698 silly gunzTarPerm modified mode [ 'LICENCE', 420, 438 ]
2699 silly gunzTarPerm extractEntry inherits.js
2700 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
2701 silly gunzTarPerm extractEntry inherits_browser.js
2702 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
2703 silly gunzTarPerm extractEntry LICENSE
2704 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2705 silly gunzTarPerm extractEntry block-stream.js
2706 silly gunzTarPerm modified mode [ 'block-stream.js', 420, 438 ]
2707 silly gunzTarPerm extractEntry bench/block-stream-pause.js
2708 silly gunzTarPerm modified mode [ 'bench/block-stream-pause.js', 420, 438 ]
2709 silly gunzTarPerm extractEntry bench/block-stream.js
2710 silly gunzTarPerm modified mode [ 'bench/block-stream.js', 420, 438 ]
2711 silly gunzTarPerm extractEntry test.js
2712 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
2713 silly gunzTarPerm extractEntry bench/dropper-pause.js
2714 silly gunzTarPerm modified mode [ 'bench/dropper-pause.js', 420, 438 ]
2715 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist\package.json
2716 silly gunzTarPerm extractEntry bench/dropper.js
2717 silly gunzTarPerm modified mode [ 'bench/dropper.js', 420, 438 ]
2718 silly gunzTarPerm extractEntry test/basic.js
2719 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
2720 info preinstall minimist@0.0.8
2721 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist\package.json
2722 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\package.json
2723 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist\package.json
2724 info preinstall brace-expansion@1.1.0
2725 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\package.json
2726 silly gunzTarPerm extractEntry test/nopad-thorough.js
2727 silly gunzTarPerm modified mode [ 'test/nopad-thorough.js', 420, 438 ]
2728 silly gunzTarPerm extractEntry test/nopad.js
2729 silly gunzTarPerm modified mode [ 'test/nopad.js', 420, 438 ]
2730 silly install resolved []
2731 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2732 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2733 silly prepareForInstallMany adding balanced-match@^0.2.0 from brace-expansion dependencies
2734 silly prepareForInstallMany adding concat-map@0.0.1 from brace-expansion dependencies
2735 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\package.json
2736 info linkStuff minimist@0.0.8
2737 silly linkStuff minimist@0.0.8 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules as its parent node_modules
2738 verbose linkBins minimist@0.0.8
2739 verbose linkMans minimist@0.0.8
2740 verbose rebuildBundles minimist@0.0.8
2741 info install minimist@0.0.8
2742 info postinstall minimist@0.0.8
2743 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits\package.json
2744 silly cache add args [ 'balanced-match@^0.2.0', null ]
2745 verbose cache add spec balanced-match@^0.2.0
2746 silly cache add args [ 'concat-map@0.0.1', null ]
2747 verbose cache add spec concat-map@0.0.1
2748 silly cache add parsed spec { raw: 'balanced-match@^0.2.0',
2748 silly cache add   scope: null,
2748 silly cache add   name: 'balanced-match',
2748 silly cache add   rawSpec: '^0.2.0',
2748 silly cache add   spec: '>=0.2.0 <0.3.0',
2748 silly cache add   type: 'range' }
2749 silly addNamed balanced-match@>=0.2.0 <0.3.0
2750 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for balanced-match
2751 silly addNameRange { name: 'balanced-match',
2751 silly addNameRange   range: '>=0.2.0 <0.3.0',
2751 silly addNameRange   hasData: false }
2752 silly mapToRegistry name balanced-match
2753 silly mapToRegistry using default registry
2754 silly mapToRegistry registry https://registry.npmjs.org/
2755 silly mapToRegistry uri https://registry.npmjs.org/balanced-match
2756 verbose addNameRange registry:https://registry.npmjs.org/balanced-match not in flight; fetching
2757 silly cache add parsed spec { raw: 'concat-map@0.0.1',
2757 silly cache add   scope: null,
2757 silly cache add   name: 'concat-map',
2757 silly cache add   rawSpec: '0.0.1',
2757 silly cache add   spec: '0.0.1',
2757 silly cache add   type: 'version' }
2758 silly addNamed concat-map@0.0.1
2759 verbose addNamed "0.0.1" is a plain semver version for concat-map
2760 silly mapToRegistry name concat-map
2761 silly mapToRegistry using default registry
2762 silly mapToRegistry registry https://registry.npmjs.org/
2763 silly mapToRegistry uri https://registry.npmjs.org/concat-map
2764 verbose addNameVersion registry:https://registry.npmjs.org/concat-map not in flight; fetching
2765 silly gunzTarPerm extractEntry test/pause-resume.js
2766 silly gunzTarPerm modified mode [ 'test/pause-resume.js', 420, 438 ]
2767 silly gunzTarPerm extractEntry test/thorough.js
2768 silly gunzTarPerm modified mode [ 'test/thorough.js', 420, 438 ]
2769 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\minimist-552daa05b17665f8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp\node_modules\minimist
2770 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
2771 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
2772 verbose request uri https://registry.npmjs.org/balanced-match
2773 verbose request no auth needed
2774 info attempt registry request try #1 at 17:24:39
2775 verbose etag "2H6AO94YXV8VUX762CZ8KGSIJ"
2776 http request GET https://registry.npmjs.org/balanced-match
2777 verbose request uri https://registry.npmjs.org/concat-map
2778 verbose request no auth needed
2779 info attempt registry request try #1 at 17:24:39
2780 verbose etag "2U454Y0TO6HIGLHDYCQETYTN8"
2781 http request GET https://registry.npmjs.org/concat-map
2782 info preinstall inherits@2.0.1
2783 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits\package.json
2784 info linkStuff mkdirp@0.5.1
2785 silly linkStuff mkdirp@0.5.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
2786 http 304 https://registry.npmjs.org/gauge
2787 silly get cb [ 304,
2787 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2787 silly get     via: '1.1 varnish',
2787 silly get     'cache-control': 'max-age=60',
2787 silly get     etag: '"CFUB5QAPR42LERH56L9I3EDUZ"',
2787 silly get     age: '39',
2787 silly get     connection: 'keep-alive',
2787 silly get     'x-served-by': 'cache-fra1238-FRA',
2787 silly get     'x-cache': 'HIT',
2787 silly get     'x-cache-hits': '1',
2787 silly get     'x-timer': 'S1440343458.510487,VS0,VE0',
2787 silly get     vary: 'Accept' } ]
2788 verbose etag https://registry.npmjs.org/gauge from cache
2789 verbose get saving gauge to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\gauge\.cache.json
2790 verbose linkBins mkdirp@0.5.1
2791 verbose link bins [ { mkdirp: 'bin/cmd.js' },
2791 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\.bin',
2791 verbose link bins   false ]
2792 verbose linkMans mkdirp@0.5.1
2793 verbose rebuildBundles mkdirp@0.5.1
2794 verbose rebuildBundles [ 'minimist' ]
2795 silly gunzTarPerm extractEntry test/two-stream.js
2796 silly gunzTarPerm modified mode [ 'test/two-stream.js', 420, 438 ]
2797 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits\package.json
2798 silly install resolved []
2799 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2800 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2801 silly addNameRange number 2 { name: 'gauge', range: '>=1.0.2 <1.1.0', hasData: true }
2802 silly addNameRange versions [ 'gauge',
2802 silly addNameRange   [ '1.0.0', '1.0.1', '1.0.2', '1.1.0', '1.2.0', '1.2.1', '1.2.2' ] ]
2803 silly addNamed gauge@1.0.2
2804 verbose addNamed "1.0.2" is a plain semver version for gauge
2805 info linkStuff inherits@2.0.1
2806 silly linkStuff inherits@2.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules as its parent node_modules
2807 silly cache afterAdd gauge@1.0.2
2808 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\gauge\1.0.2\package\package.json not in flight; writing
2809 info install mkdirp@0.5.1
2810 verbose linkBins inherits@2.0.1
2811 verbose linkMans inherits@2.0.1
2812 verbose rebuildBundles inherits@2.0.1
2813 info install inherits@2.0.1
2814 info postinstall mkdirp@0.5.1
2815 info postinstall inherits@2.0.1
2816 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mkdirp-2863789952194eab.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\mkdirp
2817 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\gauge\1.0.2\package\package.json written
2818 silly install resolved [ { name: 'ansi',
2818 silly install resolved     description: 'Advanced ANSI formatting tool for Node.js',
2818 silly install resolved     keywords:
2818 silly install resolved      [ 'ansi',
2818 silly install resolved        'formatting',
2818 silly install resolved        'cursor',
2818 silly install resolved        'color',
2818 silly install resolved        'terminal',
2818 silly install resolved        'rgb',
2818 silly install resolved        '256',
2818 silly install resolved        'stream' ],
2818 silly install resolved     version: '0.3.0',
2818 silly install resolved     author:
2818 silly install resolved      { name: 'Nathan Rajlich',
2818 silly install resolved        email: 'nathan@tootallnate.net',
2818 silly install resolved        url: 'http://tootallnate.net' },
2818 silly install resolved     repository: { type: 'git', url: 'git://github.com/TooTallNate/ansi.js.git' },
2818 silly install resolved     main: './lib/ansi.js',
2818 silly install resolved     bugs: { url: 'https://github.com/TooTallNate/ansi.js/issues' },
2818 silly install resolved     homepage: 'https://github.com/TooTallNate/ansi.js',
2818 silly install resolved     _id: 'ansi@0.3.0',
2818 silly install resolved     _shasum: '74b2f1f187c8553c7f95015bcb76009fb43d38e0',
2818 silly install resolved     _from: 'ansi@>=0.3.0 <0.4.0',
2818 silly install resolved     _npmVersion: '1.4.9',
2818 silly install resolved     _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
2818 silly install resolved     maintainers: [ [Object], [Object] ],
2818 silly install resolved     dist:
2818 silly install resolved      { shasum: '74b2f1f187c8553c7f95015bcb76009fb43d38e0',
2818 silly install resolved        tarball: 'http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz' },
2818 silly install resolved     directories: {},
2818 silly install resolved     _resolved: 'https://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz',
2818 silly install resolved     readme: 'ERROR: No README data found!' },
2818 silly install resolved   { name: 'are-we-there-yet',
2818 silly install resolved     version: '1.0.4',
2818 silly install resolved     description: 'Keep track of the overall completion of many dispirate processes',
2818 silly install resolved     main: 'index.js',
2818 silly install resolved     scripts: { test: 'tap test/*.js' },
2818 silly install resolved     repository:
2818 silly install resolved      { type: 'git',
2818 silly install resolved        url: 'git+https://github.com/iarna/are-we-there-yet.git' },
2818 silly install resolved     author: { name: 'Rebecca Turner', url: 'http://re-becca.org' },
2818 silly install resolved     license: 'ISC',
2818 silly install resolved     bugs: { url: 'https://github.com/iarna/are-we-there-yet/issues' },
2818 silly install resolved     homepage: 'https://github.com/iarna/are-we-there-yet',
2818 silly install resolved     devDependencies: { tap: '^0.4.13' },
2818 silly install resolved     dependencies: { delegates: '^0.1.0', 'readable-stream': '^1.1.13' },
2818 silly install resolved     gitHead: '7ce414849b81ab83935a935275def01914821bde',
2818 silly install resolved     _id: 'are-we-there-yet@1.0.4',
2818 silly install resolved     _shasum: '527fe389f7bcba90806106b99244eaa07e886f85',
2818 silly install resolved     _from: 'are-we-there-yet@>=1.0.0 <1.1.0',
2818 silly install resolved     _npmVersion: '2.0.0',
2818 silly install resolved     _npmUser: { name: 'iarna', email: 'me@re-becca.org' },
2818 silly install resolved     maintainers: [ [Object] ],
2818 silly install resolved     dist:
2818 silly install resolved      { shasum: '527fe389f7bcba90806106b99244eaa07e886f85',
2818 silly install resolved        tarball: 'http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.4.tgz' },
2818 silly install resolved     directories: {},
2818 silly install resolved     _resolved: 'https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.4.tgz',
2818 silly install resolved     readme: 'ERROR: No README data found!' },
2818 silly install resolved   { name: 'gauge',
2818 silly install resolved     version: '1.0.2',
2818 silly install resolved     description: 'A terminal based horizontal guage',
2818 silly install resolved     main: 'progress-bar.js',
2818 silly install resolved     scripts: { test: 'tap test/*.js' },
2818 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/iarna/gauge.git' },
2818 silly install resolved     keywords: [ 'progressbar', 'progress', 'gauge' ],
2818 silly install resolved     author: { name: 'Rebecca Turner', email: 'me@re-becca.org' },
2818 silly install resolved     license: 'ISC',
2818 silly install resolved     bugs: { url: 'https://github.com/iarna/gauge/issues' },
2818 silly install resolved     homepage: 'https://github.com/iarna/gauge',
2818 silly install resolved     dependencies: { ansi: '^0.3.0', 'has-unicode': '^1.0.0' },
2818 silly install resolved     devDependencies: { tap: '^0.4.13' },
2818 silly install resolved     gitHead: '899cd353e5204203b722edda47ad4e55294a1ae8',
2818 silly install resolved     _id: 'gauge@1.0.2',
2818 silly install resolved     _shasum: '53e25965dfaf1c85be3a2a0633306a24a67dc2f9',
2818 silly install resolved     _from: 'gauge@>=1.0.2 <1.1.0',
2818 silly install resolved     _npmVersion: '2.1.11',
2818 silly install resolved     _nodeVersion: '0.10.33',
2818 silly install resolved     _npmUser: { name: 'iarna', email: 'me@re-becca.org' },
2818 silly install resolved     maintainers: [ [Object] ],
2818 silly install resolved     dist:
2818 silly install resolved      { shasum: '53e25965dfaf1c85be3a2a0633306a24a67dc2f9',
2818 silly install resolved        tarball: 'http://registry.npmjs.org/gauge/-/gauge-1.0.2.tgz' },
2818 silly install resolved     directories: {},
2818 silly install resolved     _resolved: 'https://registry.npmjs.org/gauge/-/gauge-1.0.2.tgz',
2818 silly install resolved     readme: 'ERROR: No README data found!' } ]
2819 info install ansi@0.3.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
2820 info install are-we-there-yet@1.0.4 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
2821 info install gauge@1.0.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
2822 info installOne ansi@0.3.0
2823 verbose installOne of ansi to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog not in flight; installing
2824 info installOne are-we-there-yet@1.0.4
2825 verbose installOne of are-we-there-yet to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog not in flight; installing
2826 info installOne gauge@1.0.2
2827 verbose installOne of gauge to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog not in flight; installing
2828 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-62824b625b924cf4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\inherits
2829 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ansi-9c10dccbb952c1f4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2830 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\are-we-there-yet-24b716ecd3230ab0.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2831 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\gauge-88f2fe0736f1d78e.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2832 silly install write writing ansi 0.3.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2833 silly install write writing are-we-there-yet 1.0.4 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2834 silly install write writing gauge 1.0.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2835 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2836 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2837 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2838 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi is being purged from base D:\WWW\NodeJS\src
2839 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2840 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet is being purged from base D:\WWW\NodeJS\src
2841 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2842 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\ansi\0.3.0\package.tgz
2843 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2844 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi is being purged
2845 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2846 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge is being purged from base D:\WWW\NodeJS\src
2847 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2848 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\are-we-there-yet\1.0.4\package.tgz
2849 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2850 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet is being purged
2851 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
2852 silly gunzTarPerm modes [ '777', '666' ]
2853 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\gauge\1.0.2\package.tgz
2854 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2855 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge is being purged
2856 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
2857 silly gunzTarPerm modes [ '777', '666' ]
2858 silly gunzTarPerm modes [ '777', '666' ]
2859 silly gunzTarPerm extractEntry package.json
2860 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2861 silly gunzTarPerm extractEntry package.json
2862 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2863 silly gunzTarPerm extractEntry package.json
2864 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2865 silly gunzTarPerm extractEntry .npmignore
2866 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
2867 silly gunzTarPerm extractEntry README.md
2868 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2869 silly gunzTarPerm extractEntry .npmignore
2870 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
2871 silly gunzTarPerm extractEntry README.md
2872 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2873 silly gunzTarPerm extractEntry .npmignore
2874 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
2875 silly gunzTarPerm extractEntry README.md
2876 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2877 silly gunzTarPerm extractEntry .jshintrc
2878 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
2879 silly gunzTarPerm extractEntry History.md
2880 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
2881 silly gunzTarPerm extractEntry index.js
2882 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2883 silly gunzTarPerm extractEntry test/tracker.js
2884 silly gunzTarPerm modified mode [ 'test/tracker.js', 420, 438 ]
2885 silly gunzTarPerm extractEntry LICENSE
2886 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2887 silly gunzTarPerm extractEntry progress-bar.js
2888 silly gunzTarPerm modified mode [ 'progress-bar.js', 420, 438 ]
2889 silly gunzTarPerm extractEntry examples/cursorPosition.js
2890 silly gunzTarPerm modified mode [ 'examples/cursorPosition.js', 493, 511 ]
2891 silly gunzTarPerm extractEntry examples/beep/index.js
2892 silly gunzTarPerm modified mode [ 'examples/beep/index.js', 493, 511 ]
2893 silly gunzTarPerm extractEntry test/trackergroup.js
2894 silly gunzTarPerm modified mode [ 'test/trackergroup.js', 420, 438 ]
2895 silly gunzTarPerm extractEntry example.png
2896 silly gunzTarPerm modified mode [ 'example.png', 420, 438 ]
2897 silly gunzTarPerm extractEntry README.md~
2898 silly gunzTarPerm modified mode [ 'README.md~', 420, 438 ]
2899 silly gunzTarPerm extractEntry test/progress-bar.js
2900 silly gunzTarPerm modified mode [ 'test/progress-bar.js', 420, 438 ]
2901 silly gunzTarPerm extractEntry examples/clear/index.js
2902 silly gunzTarPerm modified mode [ 'examples/clear/index.js', 493, 511 ]
2903 silly gunzTarPerm extractEntry examples/progress/index.js
2904 silly gunzTarPerm modified mode [ 'examples/progress/index.js', 420, 438 ]
2905 silly gunzTarPerm extractEntry test/trackerstream.js
2906 silly gunzTarPerm modified mode [ 'test/trackerstream.js', 420, 438 ]
2907 silly gunzTarPerm extractEntry lib/ansi.js
2908 silly gunzTarPerm modified mode [ 'lib/ansi.js', 420, 438 ]
2909 silly gunzTarPerm extractEntry lib/newlines.js
2910 silly gunzTarPerm modified mode [ 'lib/newlines.js', 420, 438 ]
2911 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream\package.json
2912 info preinstall block-stream@0.0.8
2913 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream\package.json
2914 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream\package.json
2915 silly install resolved []
2916 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2917 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2918 info linkStuff block-stream@0.0.8
2919 silly linkStuff block-stream@0.0.8 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules as its parent node_modules
2920 verbose linkBins block-stream@0.0.8
2921 verbose linkMans block-stream@0.0.8
2922 verbose rebuildBundles block-stream@0.0.8
2923 info install block-stream@0.0.8
2924 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\package.json
2925 info postinstall block-stream@0.0.8
2926 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\block-stream-0ba8e488ecc85699.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar\node_modules\block-stream
2927 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
2928 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
2929 info preinstall are-we-there-yet@1.0.4
2930 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\package.json
2931 info linkStuff tar@1.0.3
2932 silly linkStuff tar@1.0.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
2933 verbose linkBins tar@1.0.3
2934 verbose linkMans tar@1.0.3
2935 verbose rebuildBundles tar@1.0.3
2936 silly prepareForInstallMany adding delegates@^0.1.0 from are-we-there-yet dependencies
2937 silly prepareForInstallMany adding readable-stream@^1.1.13 from are-we-there-yet dependencies
2938 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\package.json
2939 verbose rebuildBundles [ 'block-stream', 'inherits' ]
2940 info install tar@1.0.3
2941 info postinstall tar@1.0.3
2942 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tar-e8c76ab62b238327.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\tar
2943 silly cache add args [ 'delegates@^0.1.0', null ]
2944 verbose cache add spec delegates@^0.1.0
2945 silly cache add args [ 'readable-stream@^1.1.13', null ]
2946 verbose cache add spec readable-stream@^1.1.13
2947 silly cache add parsed spec { raw: 'delegates@^0.1.0',
2947 silly cache add   scope: null,
2947 silly cache add   name: 'delegates',
2947 silly cache add   rawSpec: '^0.1.0',
2947 silly cache add   spec: '>=0.1.0 <0.2.0',
2947 silly cache add   type: 'range' }
2948 silly addNamed delegates@>=0.1.0 <0.2.0
2949 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for delegates
2950 silly addNameRange { name: 'delegates', range: '>=0.1.0 <0.2.0', hasData: false }
2951 silly mapToRegistry name delegates
2952 silly mapToRegistry using default registry
2953 silly mapToRegistry registry https://registry.npmjs.org/
2954 silly mapToRegistry uri https://registry.npmjs.org/delegates
2955 verbose addNameRange registry:https://registry.npmjs.org/delegates not in flight; fetching
2956 silly cache add parsed spec { raw: 'readable-stream@^1.1.13',
2956 silly cache add   scope: null,
2956 silly cache add   name: 'readable-stream',
2956 silly cache add   rawSpec: '^1.1.13',
2956 silly cache add   spec: '>=1.1.13 <2.0.0',
2956 silly cache add   type: 'range' }
2957 silly addNamed readable-stream@>=1.1.13 <2.0.0
2958 verbose addNamed ">=1.1.13 <2.0.0" is a valid semver range for readable-stream
2959 silly addNameRange { name: 'readable-stream',
2959 silly addNameRange   range: '>=1.1.13 <2.0.0',
2959 silly addNameRange   hasData: false }
2960 silly mapToRegistry name readable-stream
2961 silly mapToRegistry using default registry
2962 silly mapToRegistry registry https://registry.npmjs.org/
2963 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
2964 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
2965 verbose request uri https://registry.npmjs.org/delegates
2966 verbose request no auth needed
2967 info attempt registry request try #1 at 17:24:39
2968 verbose etag "637JSV5TITS7A4NHS36TDPJYW"
2969 http request GET https://registry.npmjs.org/delegates
2970 verbose request uri https://registry.npmjs.org/readable-stream
2971 verbose request no auth needed
2972 info attempt registry request try #1 at 17:24:39
2973 verbose etag "ATS5UC3IPKWZK67IHNRTSSRTY"
2974 http request GET https://registry.npmjs.org/readable-stream
2975 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi\package.json
2976 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\package.json
2977 http 304 https://registry.npmjs.org/wrappy
2978 silly get cb [ 304,
2978 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
2978 silly get     via: '1.1 varnish',
2978 silly get     'cache-control': 'max-age=60',
2978 silly get     etag: '"BOZ8BM06UJZ9H42VL048PBQMV"',
2978 silly get     age: '30',
2978 silly get     connection: 'keep-alive',
2978 silly get     'x-served-by': 'cache-fra1220-FRA',
2978 silly get     'x-cache': 'HIT',
2978 silly get     'x-cache-hits': '1',
2978 silly get     'x-timer': 'S1440343458.806562,VS0,VE1',
2978 silly get     vary: 'Accept' } ]
2979 verbose etag https://registry.npmjs.org/wrappy from cache
2980 verbose get saving wrappy to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\wrappy\.cache.json
2981 info preinstall ansi@0.3.0
2982 info preinstall gauge@1.0.2
2983 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi\package.json
2984 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\package.json
2985 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi\package.json
2986 silly prepareForInstallMany adding has-unicode@^1.0.0 from gauge dependencies
2987 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\package.json
2988 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true }
2989 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1' ] ]
2990 silly addNamed wrappy@1.0.1
2991 verbose addNamed "1.0.1" is a plain semver version for wrappy
2992 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true }
2993 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1' ] ]
2994 silly addNamed wrappy@1.0.1
2995 verbose addNamed "1.0.1" is a plain semver version for wrappy
2996 silly install resolved []
2997 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2998 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
2999 silly cache afterAdd wrappy@1.0.1
3000 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json not in flight; writing
3001 silly cache add args [ 'has-unicode@^1.0.0', null ]
3002 verbose cache add spec has-unicode@^1.0.0
3003 silly cache add parsed spec { raw: 'has-unicode@^1.0.0',
3003 silly cache add   scope: null,
3003 silly cache add   name: 'has-unicode',
3003 silly cache add   rawSpec: '^1.0.0',
3003 silly cache add   spec: '>=1.0.0 <2.0.0',
3003 silly cache add   type: 'range' }
3004 silly addNamed has-unicode@>=1.0.0 <2.0.0
3005 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for has-unicode
3006 silly addNameRange { name: 'has-unicode', range: '>=1.0.0 <2.0.0', hasData: false }
3007 silly mapToRegistry name has-unicode
3008 silly mapToRegistry using default registry
3009 silly mapToRegistry registry https://registry.npmjs.org/
3010 silly mapToRegistry uri https://registry.npmjs.org/has-unicode
3011 verbose addNameRange registry:https://registry.npmjs.org/has-unicode not in flight; fetching
3012 silly cache afterAdd wrappy@1.0.1
3013 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json already in flight; not writing
3014 info linkStuff ansi@0.3.0
3015 silly linkStuff ansi@0.3.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules as its parent node_modules
3016 verbose linkBins ansi@0.3.0
3017 verbose linkMans ansi@0.3.0
3018 verbose rebuildBundles ansi@0.3.0
3019 info install ansi@0.3.0
3020 verbose request uri https://registry.npmjs.org/has-unicode
3021 verbose request no auth needed
3022 info attempt registry request try #1 at 17:24:39
3023 verbose etag "6EWGB8L7PCPP2DNV6SVK61ZDE"
3024 http request GET https://registry.npmjs.org/has-unicode
3025 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json written
3026 silly install resolved [ { name: 'wrappy',
3026 silly install resolved     version: '1.0.1',
3026 silly install resolved     description: 'Callback wrapping utility',
3026 silly install resolved     main: 'wrappy.js',
3026 silly install resolved     directories: { test: 'test' },
3026 silly install resolved     dependencies: {},
3026 silly install resolved     devDependencies: { tap: '^0.4.12' },
3026 silly install resolved     scripts: { test: 'tap test/*.js' },
3026 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' },
3026 silly install resolved     author:
3026 silly install resolved      { name: 'Isaac Z. Schlueter',
3026 silly install resolved        email: 'i@izs.me',
3026 silly install resolved        url: 'http://blog.izs.me/' },
3026 silly install resolved     license: 'ISC',
3026 silly install resolved     bugs: { url: 'https://github.com/npm/wrappy/issues' },
3026 silly install resolved     homepage: 'https://github.com/npm/wrappy',
3026 silly install resolved     gitHead: '006a8cbac6b99988315834c207896eed71fd069a',
3026 silly install resolved     _id: 'wrappy@1.0.1',
3026 silly install resolved     _shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
3026 silly install resolved     _from: 'wrappy@>=1.0.0 <2.0.0',
3026 silly install resolved     _npmVersion: '2.0.0',
3026 silly install resolved     _nodeVersion: '0.10.31',
3026 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
3026 silly install resolved     maintainers: [ [Object] ],
3026 silly install resolved     dist:
3026 silly install resolved      { shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
3026 silly install resolved        tarball: 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz' },
3026 silly install resolved     _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
3026 silly install resolved     readme: 'ERROR: No README data found!' } ]
3027 info install wrappy@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
3028 info installOne wrappy@1.0.1
3029 verbose installOne of wrappy to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once not in flight; installing
3030 silly install resolved [ { name: 'wrappy',
3030 silly install resolved     version: '1.0.1',
3030 silly install resolved     description: 'Callback wrapping utility',
3030 silly install resolved     main: 'wrappy.js',
3030 silly install resolved     directories: { test: 'test' },
3030 silly install resolved     dependencies: {},
3030 silly install resolved     devDependencies: { tap: '^0.4.12' },
3030 silly install resolved     scripts: { test: 'tap test/*.js' },
3030 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' },
3030 silly install resolved     author:
3030 silly install resolved      { name: 'Isaac Z. Schlueter',
3030 silly install resolved        email: 'i@izs.me',
3030 silly install resolved        url: 'http://blog.izs.me/' },
3030 silly install resolved     license: 'ISC',
3030 silly install resolved     bugs: { url: 'https://github.com/npm/wrappy/issues' },
3030 silly install resolved     homepage: 'https://github.com/npm/wrappy',
3030 silly install resolved     gitHead: '006a8cbac6b99988315834c207896eed71fd069a',
3030 silly install resolved     _id: 'wrappy@1.0.1',
3030 silly install resolved     _shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
3030 silly install resolved     _from: 'wrappy@>=1.0.0 <2.0.0',
3030 silly install resolved     _npmVersion: '2.0.0',
3030 silly install resolved     _nodeVersion: '0.10.31',
3030 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
3030 silly install resolved     maintainers: [ [Object] ],
3030 silly install resolved     dist:
3030 silly install resolved      { shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
3030 silly install resolved        tarball: 'http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz' },
3030 silly install resolved     _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
3030 silly install resolved     readme: 'ERROR: No README data found!' } ]
3031 info install wrappy@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
3032 info installOne wrappy@1.0.1
3033 verbose installOne of wrappy to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight not in flight; installing
3034 info postinstall ansi@0.3.0
3035 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ansi-9c10dccbb952c1f4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\ansi
3036 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\wrappy-0ef33f975589a773.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3037 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\wrappy-9caaa39db2e8a9b6.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3038 silly install write writing wrappy 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3039 silly install write writing wrappy 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3040 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3041 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3042 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy is being purged from base D:\WWW\NodeJS\src
3043 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3044 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy is being purged from base D:\WWW\NodeJS\src
3045 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3046 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
3047 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3048 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy is being purged
3049 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3050 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
3051 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3052 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy is being purged
3053 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3054 silly gunzTarPerm modes [ '777', '666' ]
3055 silly gunzTarPerm modes [ '777', '666' ]
3056 silly gunzTarPerm extractEntry package.json
3057 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3058 silly gunzTarPerm extractEntry package.json
3059 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3060 silly gunzTarPerm extractEntry README.md
3061 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3062 silly gunzTarPerm extractEntry LICENSE
3063 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3064 silly gunzTarPerm extractEntry README.md
3065 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3066 silly gunzTarPerm extractEntry LICENSE
3067 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3068 silly gunzTarPerm extractEntry wrappy.js
3069 silly gunzTarPerm modified mode [ 'wrappy.js', 420, 438 ]
3070 silly gunzTarPerm extractEntry test/basic.js
3071 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
3072 silly gunzTarPerm extractEntry wrappy.js
3073 silly gunzTarPerm modified mode [ 'wrappy.js', 420, 438 ]
3074 silly gunzTarPerm extractEntry test/basic.js
3075 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
3076 http 304 https://registry.npmjs.org/caseless
3077 silly get cb [ 304,
3077 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3077 silly get     via: '1.1 varnish',
3077 silly get     'cache-control': 'max-age=60',
3077 silly get     etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
3077 silly get     age: '56',
3077 silly get     connection: 'keep-alive',
3077 silly get     'x-served-by': 'cache-fra1248-FRA',
3077 silly get     'x-cache': 'HIT',
3077 silly get     'x-cache-hits': '3',
3077 silly get     'x-timer': 'S1440343458.837507,VS0,VE0',
3077 silly get     vary: 'Accept' } ]
3078 verbose etag https://registry.npmjs.org/caseless from cache
3079 verbose get saving caseless to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\caseless\.cache.json
3080 silly addNameRange number 2 { name: 'caseless', range: '>=0.8.0 <0.9.0', hasData: true }
3081 silly addNameRange versions [ 'caseless',
3081 silly addNameRange   [ '0.1.0',
3081 silly addNameRange     '0.2.0',
3081 silly addNameRange     '0.3.0',
3081 silly addNameRange     '0.4.0',
3081 silly addNameRange     '0.5.0',
3081 silly addNameRange     '0.6.0',
3081 silly addNameRange     '0.7.0',
3081 silly addNameRange     '0.8.0',
3081 silly addNameRange     '0.9.0',
3081 silly addNameRange     '0.10.0',
3081 silly addNameRange     '0.11.0' ] ]
3082 silly addNamed caseless@0.8.0
3083 verbose addNamed "0.8.0" is a plain semver version for caseless
3084 silly cache afterAdd caseless@0.8.0
3085 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\caseless\0.8.0\package\package.json not in flight; writing
3086 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy\package.json
3087 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\caseless\0.8.0\package\package.json written
3088 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy\package.json
3089 info preinstall wrappy@1.0.1
3090 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy\package.json
3091 info preinstall wrappy@1.0.1
3092 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy\package.json
3093 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy\package.json
3094 silly install resolved []
3095 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3096 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3097 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy\package.json
3098 info linkStuff wrappy@1.0.1
3099 silly linkStuff wrappy@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules as its parent node_modules
3100 silly install resolved []
3101 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3102 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3103 verbose linkBins wrappy@1.0.1
3104 verbose linkMans wrappy@1.0.1
3105 verbose rebuildBundles wrappy@1.0.1
3106 info install wrappy@1.0.1
3107 info postinstall wrappy@1.0.1
3108 info linkStuff wrappy@1.0.1
3109 silly linkStuff wrappy@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules as its parent node_modules
3110 verbose linkBins wrappy@1.0.1
3111 verbose linkMans wrappy@1.0.1
3112 verbose rebuildBundles wrappy@1.0.1
3113 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\wrappy-9caaa39db2e8a9b6.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight\node_modules\wrappy
3114 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
3115 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
3116 info install wrappy@1.0.1
3117 info postinstall wrappy@1.0.1
3118 info linkStuff inflight@1.0.4
3119 silly linkStuff inflight@1.0.4 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules as its parent node_modules
3120 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\wrappy-0ef33f975589a773.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once\node_modules\wrappy
3121 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
3122 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
3123 verbose linkBins inflight@1.0.4
3124 verbose linkMans inflight@1.0.4
3125 verbose rebuildBundles inflight@1.0.4
3126 verbose rebuildBundles [ 'wrappy' ]
3127 info install inflight@1.0.4
3128 info linkStuff once@1.3.2
3129 silly linkStuff once@1.3.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules as its parent node_modules
3130 info postinstall inflight@1.0.4
3131 verbose linkBins once@1.3.2
3132 verbose linkMans once@1.3.2
3133 verbose rebuildBundles once@1.3.2
3134 verbose rebuildBundles [ 'wrappy' ]
3135 info install once@1.3.2
3136 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inflight-a31c5651f460a05a.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\inflight
3137 info postinstall once@1.3.2
3138 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\once-ce4fb02abd304ad2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob\node_modules\once
3139 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
3140 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
3141 info linkStuff glob@4.3.5
3142 silly linkStuff glob@4.3.5 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
3143 verbose linkBins glob@4.3.5
3144 verbose linkMans glob@4.3.5
3145 verbose rebuildBundles glob@4.3.5
3146 verbose rebuildBundles [ 'inflight', 'inherits', 'once' ]
3147 info install glob@4.3.5
3148 info postinstall glob@4.3.5
3149 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\glob-6f39c1cfc9f87b03.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\glob
3150 http 304 https://registry.npmjs.org/concat-map
3151 silly get cb [ 304,
3151 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3151 silly get     via: '1.1 varnish',
3151 silly get     'cache-control': 'max-age=60',
3151 silly get     etag: '"2U454Y0TO6HIGLHDYCQETYTN8"',
3151 silly get     age: '0',
3151 silly get     connection: 'keep-alive',
3151 silly get     'x-served-by': 'cache-fra1237-FRA',
3151 silly get     'x-cache': 'HIT',
3151 silly get     'x-cache-hits': '1',
3151 silly get     'x-timer': 'S1440343458.864171,VS0,VE0',
3151 silly get     vary: 'Accept' } ]
3152 verbose etag https://registry.npmjs.org/concat-map from cache
3153 verbose get saving concat-map to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\concat-map\.cache.json
3154 silly cache afterAdd concat-map@0.0.1
3155 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\concat-map\0.0.1\package\package.json not in flight; writing
3156 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\concat-map\0.0.1\package\package.json written
3157 http 304 https://registry.npmjs.org/os-tmpdir
3158 silly get cb [ 304,
3158 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3158 silly get     via: '1.1 varnish',
3158 silly get     'cache-control': 'max-age=60',
3158 silly get     etag: '"BN823GETUD6JDZ5LVMG82P84S"',
3158 silly get     age: '0',
3158 silly get     connection: 'keep-alive',
3158 silly get     'x-served-by': 'cache-fra1235-FRA',
3158 silly get     'x-cache': 'HIT',
3158 silly get     'x-cache-hits': '1',
3158 silly get     'x-timer': 'S1440343458.483379,VS0,VE419',
3158 silly get     vary: 'Accept' } ]
3159 verbose etag https://registry.npmjs.org/os-tmpdir from cache
3160 verbose get saving os-tmpdir to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\os-tmpdir\.cache.json
3161 silly addNameRange number 2 { name: 'os-tmpdir', range: '>=1.0.0 <2.0.0', hasData: true }
3162 silly addNameRange versions [ 'os-tmpdir', [ '1.0.0', '1.0.1' ] ]
3163 silly addNamed os-tmpdir@1.0.1
3164 verbose addNamed "1.0.1" is a plain semver version for os-tmpdir
3165 silly cache afterAdd os-tmpdir@1.0.1
3166 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\os-tmpdir\1.0.1\package\package.json not in flight; writing
3167 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\os-tmpdir\1.0.1\package\package.json written
3168 silly install resolved [ { name: 'os-homedir',
3168 silly install resolved     version: '1.0.1',
3168 silly install resolved     description: 'io.js 2.3.0 os.homedir() ponyfill',
3168 silly install resolved     license: 'MIT',
3168 silly install resolved     repository:
3168 silly install resolved      { type: 'git',
3168 silly install resolved        url: 'git+https://github.com/sindresorhus/os-homedir.git' },
3168 silly install resolved     author:
3168 silly install resolved      { name: 'Sindre Sorhus',
3168 silly install resolved        email: 'sindresorhus@gmail.com',
3168 silly install resolved        url: 'sindresorhus.com' },
3168 silly install resolved     engines: { node: '>=0.10.0' },
3168 silly install resolved     scripts: { test: 'node test.js' },
3168 silly install resolved     files: [ 'index.js' ],
3168 silly install resolved     keywords:
3168 silly install resolved      [ 'built-in',
3168 silly install resolved        'core',
3168 silly install resolved        'ponyfill',
3168 silly install resolved        'polyfill',
3168 silly install resolved        'shim',
3168 silly install resolved        'os',
3168 silly install resolved        'homedir',
3168 silly install resolved        'home',
3168 silly install resolved        'dir',
3168 silly install resolved        'directory',
3168 silly install resolved        'folder',
3168 silly install resolved        'user',
3168 silly install resolved        'path' ],
3168 silly install resolved     devDependencies: { ava: '0.0.4', 'path-exists': '^1.0.0' },
3168 silly install resolved     gitHead: '13ff83fbd13ebe286a6092286b2c634ab4534c5f',
3168 silly install resolved     bugs: { url: 'https://github.com/sindresorhus/os-homedir/issues' },
3168 silly install resolved     homepage: 'https://github.com/sindresorhus/os-homedir',
3168 silly install resolved     _id: 'os-homedir@1.0.1',
3168 silly install resolved     _shasum: '0d62bdf44b916fd3bbdcf2cab191948fb094f007',
3168 silly install resolved     _from: 'os-homedir@>=1.0.0 <2.0.0',
3168 silly install resolved     _npmVersion: '2.11.2',
3168 silly install resolved     _nodeVersion: '0.12.5',
3168 silly install resolved     _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
3168 silly install resolved     dist:
3168 silly install resolved      { shasum: '0d62bdf44b916fd3bbdcf2cab191948fb094f007',
3168 silly install resolved        tarball: 'http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz' },
3168 silly install resolved     maintainers: [ [Object] ],
3168 silly install resolved     directories: {},
3168 silly install resolved     _resolved: 'https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.1.tgz',
3168 silly install resolved     readme: 'ERROR: No README data found!' },
3168 silly install resolved   { name: 'os-tmpdir',
3168 silly install resolved     version: '1.0.1',
3168 silly install resolved     description: 'Node.js os.tmpdir() ponyfill',
3168 silly install resolved     license: 'MIT',
3168 silly install resolved     repository:
3168 silly install resolved      { type: 'git',
3168 silly install resolved        url: 'git+https://github.com/sindresorhus/os-tmpdir.git' },
3168 silly install resolved     author:
3168 silly install resolved      { name: 'Sindre Sorhus',
3168 silly install resolved        email: 'sindresorhus@gmail.com',
3168 silly install resolved        url: 'sindresorhus.com' },
3168 silly install resolved     engines: { node: '>=0.10.0' },
3168 silly install resolved     scripts: { test: 'node test.js' },
3168 silly install resolved     files: [ 'index.js' ],
3168 silly install resolved     keywords:
3168 silly install resolved      [ 'built-in',
3168 silly install resolved        'core',
3168 silly install resolved        'ponyfill',
3168 silly install resolved        'polyfill',
3168 silly install resolved        'shim',
3168 silly install resolved        'os',
3168 silly install resolved        'tmpdir',
3168 silly install resolved        'tempdir',
3168 silly install resolved        'tmp',
3168 silly install resolved        'temp',
3168 silly install resolved        'dir',
3168 silly install resolved        'directory',
3168 silly install resolved        'env',
3168 silly install resolved        'environment' ],
3168 silly install resolved     devDependencies: { ava: '0.0.4' },
3168 silly install resolved     gitHead: '5c5d355f81378980db629d60128ad03e02b1c1e5',
3168 silly install resolved     bugs: { url: 'https://github.com/sindresorhus/os-tmpdir/issues' },
3168 silly install resolved     homepage: 'https://github.com/sindresorhus/os-tmpdir',
3168 silly install resolved     _id: 'os-tmpdir@1.0.1',
3168 silly install resolved     _shasum: 'e9b423a1edaf479882562e92ed71d7743a071b6e',
3168 silly install resolved     _from: 'os-tmpdir@>=1.0.0 <2.0.0',
3168 silly install resolved     _npmVersion: '2.9.1',
3168 silly install resolved     _nodeVersion: '0.12.3',
3168 silly install resolved     _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
3168 silly install resolved     dist:
3168 silly install resolved      { shasum: 'e9b423a1edaf479882562e92ed71d7743a071b6e',
3168 silly install resolved        tarball: 'http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz' },
3168 silly install resolved     maintainers: [ [Object] ],
3168 silly install resolved     directories: {},
3168 silly install resolved     _resolved: 'https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz',
3168 silly install resolved     readme: 'ERROR: No README data found!' } ]
3169 info install os-homedir@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
3170 info install os-tmpdir@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
3171 info installOne os-homedir@1.0.1
3172 verbose installOne of os-homedir to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv not in flight; installing
3173 info installOne os-tmpdir@1.0.1
3174 verbose installOne of os-tmpdir to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv not in flight; installing
3175 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\os-homedir-c5e4be5eac6f27b2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3176 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\os-tmpdir-519dbe67b7c7732b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3177 silly install write writing os-homedir 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3178 silly install write writing os-tmpdir 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3179 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3180 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3181 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir is being purged from base D:\WWW\NodeJS\src
3182 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3183 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir is being purged from base D:\WWW\NodeJS\src
3184 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3185 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\os-homedir\1.0.1\package.tgz
3186 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3187 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir is being purged
3188 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3189 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\os-tmpdir\1.0.1\package.tgz
3190 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3191 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir is being purged
3192 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3193 silly gunzTarPerm modes [ '777', '666' ]
3194 silly gunzTarPerm modes [ '777', '666' ]
3195 silly gunzTarPerm extractEntry package.json
3196 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3197 silly gunzTarPerm extractEntry package.json
3198 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3199 silly gunzTarPerm extractEntry index.js
3200 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3201 silly gunzTarPerm extractEntry license
3202 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
3203 silly gunzTarPerm extractEntry index.js
3204 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3205 silly gunzTarPerm extractEntry license
3206 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
3207 silly gunzTarPerm extractEntry readme.md
3208 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
3209 silly gunzTarPerm extractEntry readme.md
3210 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
3211 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir\package.json
3212 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir\package.json
3213 info preinstall os-tmpdir@1.0.1
3214 info preinstall os-homedir@1.0.1
3215 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir\package.json
3216 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir\package.json
3217 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir\package.json
3218 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir\package.json
3219 silly install resolved []
3220 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3221 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3222 silly install resolved []
3223 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3224 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3225 http 304 https://registry.npmjs.org/readable-stream
3226 silly get cb [ 304,
3226 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3226 silly get     via: '1.1 varnish',
3226 silly get     'cache-control': 'max-age=60',
3226 silly get     etag: '"ATS5UC3IPKWZK67IHNRTSSRTY"',
3226 silly get     age: '42',
3226 silly get     connection: 'keep-alive',
3226 silly get     'x-served-by': 'cache-fra1235-FRA',
3226 silly get     'x-cache': 'HIT',
3226 silly get     'x-cache-hits': '2',
3226 silly get     'x-timer': 'S1440343458.925592,VS0,VE0',
3226 silly get     vary: 'Accept' } ]
3227 verbose etag https://registry.npmjs.org/readable-stream from cache
3228 verbose get saving readable-stream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\readable-stream\.cache.json
3229 http 304 https://registry.npmjs.org/delegates
3230 silly get cb [ 304,
3230 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3230 silly get     via: '1.1 varnish',
3230 silly get     'cache-control': 'max-age=60',
3230 silly get     etag: '"637JSV5TITS7A4NHS36TDPJYW"',
3230 silly get     age: '31',
3230 silly get     connection: 'keep-alive',
3230 silly get     'x-served-by': 'cache-fra1230-FRA',
3230 silly get     'x-cache': 'HIT',
3230 silly get     'x-cache-hits': '1',
3230 silly get     'x-timer': 'S1440343458.926337,VS0,VE0',
3230 silly get     vary: 'Accept' } ]
3231 verbose etag https://registry.npmjs.org/delegates from cache
3232 verbose get saving delegates to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\delegates\.cache.json
3233 info linkStuff os-tmpdir@1.0.1
3234 silly linkStuff os-tmpdir@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules as its parent node_modules
3235 verbose linkBins os-tmpdir@1.0.1
3236 verbose linkMans os-tmpdir@1.0.1
3237 verbose rebuildBundles os-tmpdir@1.0.1
3238 info install os-tmpdir@1.0.1
3239 info linkStuff os-homedir@1.0.1
3240 silly linkStuff os-homedir@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules as its parent node_modules
3241 info postinstall os-tmpdir@1.0.1
3242 verbose linkBins os-homedir@1.0.1
3243 verbose linkMans os-homedir@1.0.1
3244 verbose rebuildBundles os-homedir@1.0.1
3245 info install os-homedir@1.0.1
3246 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\os-tmpdir-519dbe67b7c7732b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-tmpdir
3247 info postinstall os-homedir@1.0.1
3248 silly addNameRange number 2 { name: 'readable-stream',
3248 silly addNameRange   range: '>=1.1.13 <2.0.0',
3248 silly addNameRange   hasData: true }
3249 silly addNameRange versions [ 'readable-stream',
3249 silly addNameRange   [ '0.0.1',
3249 silly addNameRange     '0.0.2',
3249 silly addNameRange     '0.0.3',
3249 silly addNameRange     '0.0.4',
3249 silly addNameRange     '0.1.0',
3249 silly addNameRange     '0.2.0',
3249 silly addNameRange     '0.3.0',
3249 silly addNameRange     '0.3.1',
3249 silly addNameRange     '1.0.0',
3249 silly addNameRange     '1.0.1',
3249 silly addNameRange     '1.0.2',
3249 silly addNameRange     '1.0.15',
3249 silly addNameRange     '1.0.17',
3249 silly addNameRange     '1.1.7',
3249 silly addNameRange     '1.1.8',
3249 silly addNameRange     '1.1.9',
3249 silly addNameRange     '1.0.24',
3249 silly addNameRange     '1.0.25',
3249 silly addNameRange     '1.1.10',
3249 silly addNameRange     '1.0.25-1',
3249 silly addNameRange     '1.1.11',
3249 silly addNameRange     '1.0.26',
3249 silly addNameRange     '1.0.26-1',
3249 silly addNameRange     '1.1.11-1',
3249 silly addNameRange     '1.0.26-2',
3249 silly addNameRange     '1.1.12',
3249 silly addNameRange     '1.0.26-3',
3249 silly addNameRange     '1.0.26-4',
3249 silly addNameRange     '1.1.12-1',
3249 silly addNameRange     '1.0.27-1',
3249 silly addNameRange     '1.1.13-1',
3249 silly addNameRange     '1.0.31',
3249 silly addNameRange     '1.1.13',
3249 silly addNameRange     '1.0.32',
3249 silly addNameRange     '1.0.32-1',
3249 silly addNameRange     '1.0.33-1',
3249 silly addNameRange     '1.0.33-2',
3249 silly addNameRange     '1.0.33',
3249 silly addNameRange     '2.0.0',
3249 silly addNameRange     '2.0.1',
3249 silly addNameRange     '2.0.2' ] ]
3250 silly addNamed readable-stream@1.1.13
3251 verbose addNamed "1.1.13" is a plain semver version for readable-stream
3252 silly addNameRange number 2 { name: 'delegates', range: '>=0.1.0 <0.2.0', hasData: true }
3253 silly addNameRange versions [ 'delegates', [ '0.0.1', '0.0.2', '0.0.3', '0.1.0' ] ]
3254 silly addNamed delegates@0.1.0
3255 verbose addNamed "0.1.0" is a plain semver version for delegates
3256 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\os-homedir-c5e4be5eac6f27b2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv\node_modules\os-homedir
3257 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
3258 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
3259 silly cache afterAdd readable-stream@1.1.13
3260 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json not in flight; writing
3261 silly cache afterAdd delegates@0.1.0
3262 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\delegates\0.1.0\package\package.json not in flight; writing
3263 info linkStuff osenv@0.1.3
3264 silly linkStuff osenv@0.1.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
3265 verbose linkBins osenv@0.1.3
3266 verbose linkMans osenv@0.1.3
3267 verbose rebuildBundles osenv@0.1.3
3268 verbose rebuildBundles [ 'os-homedir', 'os-tmpdir' ]
3269 info install osenv@0.1.3
3270 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json written
3271 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\delegates\0.1.0\package\package.json written
3272 silly install resolved [ { name: 'readable-stream',
3272 silly install resolved     version: '1.1.13',
3272 silly install resolved     description: 'Streams3, a user-land copy of the stream library from Node.js v0.11.x',
3272 silly install resolved     main: 'readable.js',
3272 silly install resolved     dependencies:
3272 silly install resolved      { 'core-util-is': '~1.0.0',
3272 silly install resolved        isarray: '0.0.1',
3272 silly install resolved        string_decoder: '~0.10.x',
3272 silly install resolved        inherits: '~2.0.1' },
3272 silly install resolved     devDependencies: { tap: '~0.2.6' },
3272 silly install resolved     scripts: { test: 'tap test/simple/*.js' },
3272 silly install resolved     repository:
3272 silly install resolved      { type: 'git',
3272 silly install resolved        url: 'git://github.com/isaacs/readable-stream.git' },
3272 silly install resolved     keywords: [ 'readable', 'stream', 'pipe' ],
3272 silly install resolved     browser: { util: false },
3272 silly install resolved     author:
3272 silly install resolved      { name: 'Isaac Z. Schlueter',
3272 silly install resolved        email: 'i@izs.me',
3272 silly install resolved        url: 'http://blog.izs.me/' },
3272 silly install resolved     license: 'MIT',
3272 silly install resolved     gitHead: '3b672fd7ae92acf5b4ffdbabf74b372a0a56b051',
3272 silly install resolved     bugs: { url: 'https://github.com/isaacs/readable-stream/issues' },
3272 silly install resolved     homepage: 'https://github.com/isaacs/readable-stream',
3272 silly install resolved     _id: 'readable-stream@1.1.13',
3272 silly install resolved     _shasum: 'f6eef764f514c89e2b9e23146a75ba106756d23e',
3272 silly install resolved     _from: 'readable-stream@>=1.1.13 <2.0.0',
3272 silly install resolved     _npmVersion: '1.4.23',
3272 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
3272 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
3272 silly install resolved     dist:
3272 silly install resolved      { shasum: 'f6eef764f514c89e2b9e23146a75ba106756d23e',
3272 silly install resolved        tarball: 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz' },
3272 silly install resolved     directories: {},
3272 silly install resolved     _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz',
3272 silly install resolved     readme: 'ERROR: No README data found!' },
3272 silly install resolved   { name: 'delegates',
3272 silly install resolved     version: '0.1.0',
3272 silly install resolved     repository:
3272 silly install resolved      { type: 'git',
3272 silly install resolved        url: 'git://github.com/visionmedia/node-delegates.git' },
3272 silly install resolved     description: 'delegate methods and accessors to another property',
3272 silly install resolved     keywords: [ 'delegate', 'delegation' ],
3272 silly install resolved     dependencies: {},
3272 silly install resolved     devDependencies: { mocha: '*', should: '*' },
3272 silly install resolved     license: 'MIT',
3272 silly install resolved     bugs: { url: 'https://github.com/visionmedia/node-delegates/issues' },
3272 silly install resolved     homepage: 'https://github.com/visionmedia/node-delegates',
3272 silly install resolved     _id: 'delegates@0.1.0',
3272 silly install resolved     _shasum: 'b4b57be11a1653517a04b27f0949bdc327dfe390',
3272 silly install resolved     _from: 'delegates@>=0.1.0 <0.2.0',
3272 silly install resolved     _npmVersion: '1.4.9',
3272 silly install resolved     _npmUser: { name: 'dominicbarnes', email: 'dominic@dbarnes.info' },
3272 silly install resolved     maintainers: [ [Object], [Object] ],
3272 silly install resolved     dist:
3272 silly install resolved      { shasum: 'b4b57be11a1653517a04b27f0949bdc327dfe390',
3272 silly install resolved        tarball: 'http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz' },
3272 silly install resolved     directories: {},
3272 silly install resolved     _resolved: 'https://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz',
3272 silly install resolved     readme: 'ERROR: No README data found!' } ]
3273 info install readable-stream@1.1.13 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
3274 info install delegates@0.1.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
3275 info installOne readable-stream@1.1.13
3276 verbose installOne of readable-stream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet not in flight; installing
3277 info installOne delegates@0.1.0
3278 verbose installOne of delegates to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet not in flight; installing
3279 info postinstall osenv@0.1.3
3280 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\readable-stream-0e111ef111cf260d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3281 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\delegates-24df0d00e23be463.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3282 silly install write writing readable-stream 1.1.13 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3283 silly install write writing delegates 0.1.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3284 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\osenv-e8f1ba1083f98d34.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\osenv
3285 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3286 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3287 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates is being purged from base D:\WWW\NodeJS\src
3288 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3289 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream is being purged from base D:\WWW\NodeJS\src
3290 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3291 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\delegates\0.1.0\package.tgz
3292 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3293 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates is being purged
3294 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3295 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.1.13\package.tgz
3296 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3297 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream is being purged
3298 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3299 silly gunzTarPerm modes [ '777', '666' ]
3300 silly gunzTarPerm modes [ '777', '666' ]
3301 silly gunzTarPerm extractEntry package.json
3302 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3303 silly gunzTarPerm extractEntry package.json
3304 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3305 silly gunzTarPerm extractEntry .npmignore
3306 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3307 silly gunzTarPerm extractEntry index.js
3308 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3309 silly gunzTarPerm extractEntry .npmignore
3310 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3311 silly gunzTarPerm extractEntry README.md
3312 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3313 silly gunzTarPerm extractEntry History.md
3314 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
3315 silly gunzTarPerm extractEntry Makefile
3316 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
3317 silly gunzTarPerm extractEntry LICENSE
3318 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3319 silly gunzTarPerm extractEntry duplex.js
3320 silly gunzTarPerm modified mode [ 'duplex.js', 420, 438 ]
3321 http 304 https://registry.npmjs.org/has-unicode
3322 silly get cb [ 304,
3322 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3322 silly get     via: '1.1 varnish',
3322 silly get     'cache-control': 'max-age=60',
3322 silly get     etag: '"6EWGB8L7PCPP2DNV6SVK61ZDE"',
3322 silly get     age: '28',
3322 silly get     connection: 'keep-alive',
3322 silly get     'x-served-by': 'cache-fra1237-FRA',
3322 silly get     'x-cache': 'HIT',
3322 silly get     'x-cache-hits': '2',
3322 silly get     'x-timer': 'S1440343458.950437,VS0,VE0',
3322 silly get     vary: 'Accept' } ]
3323 verbose etag https://registry.npmjs.org/has-unicode from cache
3324 verbose get saving has-unicode to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\has-unicode\.cache.json
3325 silly gunzTarPerm extractEntry writable.js
3326 silly gunzTarPerm modified mode [ 'writable.js', 420, 438 ]
3327 silly gunzTarPerm extractEntry passthrough.js
3328 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 438 ]
3329 silly gunzTarPerm extractEntry Readme.md
3330 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
3331 silly gunzTarPerm extractEntry test/index.js
3332 silly gunzTarPerm modified mode [ 'test/index.js', 420, 438 ]
3333 silly addNameRange number 2 { name: 'has-unicode', range: '>=1.0.0 <2.0.0', hasData: true }
3334 silly addNameRange versions [ 'has-unicode', [ '1.0.0' ] ]
3335 silly addNamed has-unicode@1.0.0
3336 verbose addNamed "1.0.0" is a plain semver version for has-unicode
3337 silly gunzTarPerm extractEntry readable.js
3338 silly gunzTarPerm modified mode [ 'readable.js', 436, 438 ]
3339 silly gunzTarPerm extractEntry transform.js
3340 silly gunzTarPerm modified mode [ 'transform.js', 420, 438 ]
3341 silly cache afterAdd has-unicode@1.0.0
3342 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\has-unicode\1.0.0\package\package.json not in flight; writing
3343 silly gunzTarPerm extractEntry float.patch
3344 silly gunzTarPerm modified mode [ 'float.patch', 436, 438 ]
3345 silly gunzTarPerm extractEntry lib/_stream_duplex.js
3346 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 436, 438 ]
3347 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
3348 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 436, 438 ]
3349 silly gunzTarPerm extractEntry lib/_stream_readable.js
3350 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 436, 438 ]
3351 silly gunzTarPerm extractEntry lib/_stream_transform.js
3352 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 436, 438 ]
3353 silly gunzTarPerm extractEntry lib/_stream_writable.js
3354 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 436, 438 ]
3355 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\has-unicode\1.0.0\package\package.json written
3356 silly install resolved [ { name: 'has-unicode',
3356 silly install resolved     version: '1.0.0',
3356 silly install resolved     description: 'Try to guess if your terminal supports unicode',
3356 silly install resolved     main: 'index.js',
3356 silly install resolved     scripts: { test: 'tap test/*.js' },
3356 silly install resolved     repository:
3356 silly install resolved      { type: 'git',
3356 silly install resolved        url: 'git+https://github.com/iarna/has-unicode.git' },
3356 silly install resolved     keywords: [ 'unicode', 'terminal' ],
3356 silly install resolved     author: { name: 'Rebecca Turner', email: 'me@re-becca.org' },
3356 silly install resolved     license: 'ISC',
3356 silly install resolved     bugs: { url: 'https://github.com/iarna/has-unicode/issues' },
3356 silly install resolved     homepage: 'https://github.com/iarna/has-unicode',
3356 silly install resolved     devDependencies: { 'require-inject': '^1.1.1', tap: '^0.4.13' },
3356 silly install resolved     gitHead: 'a8c3dcf3be5f0c8f8e26a3e7ffea7da24344a006',
3356 silly install resolved     _id: 'has-unicode@1.0.0',
3356 silly install resolved     _shasum: 'bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc',
3356 silly install resolved     _from: 'has-unicode@>=1.0.0 <2.0.0',
3356 silly install resolved     _npmVersion: '2.1.11',
3356 silly install resolved     _nodeVersion: '0.10.33',
3356 silly install resolved     _npmUser: { name: 'iarna', email: 'me@re-becca.org' },
3356 silly install resolved     maintainers: [ [Object] ],
3356 silly install resolved     dist:
3356 silly install resolved      { shasum: 'bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc',
3356 silly install resolved        tarball: 'http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz' },
3356 silly install resolved     directories: {},
3356 silly install resolved     _resolved: 'https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz',
3356 silly install resolved     readme: 'ERROR: No README data found!' } ]
3357 info install has-unicode@1.0.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
3358 info installOne has-unicode@1.0.0
3359 verbose installOne of has-unicode to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge not in flight; installing
3360 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\has-unicode-e4ce8cddb3553afb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3361 silly install write writing has-unicode 1.0.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3362 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3363 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode is being purged from base D:\WWW\NodeJS\src
3364 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3365 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\has-unicode\1.0.0\package.tgz
3366 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3367 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode is being purged
3368 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3369 silly gunzTarPerm modes [ '777', '666' ]
3370 silly gunzTarPerm extractEntry package.json
3371 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3372 silly gunzTarPerm extractEntry .npmignore
3373 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3374 silly gunzTarPerm extractEntry README.md
3375 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3376 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates\package.json
3377 silly gunzTarPerm extractEntry LICENSE
3378 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3379 silly gunzTarPerm extractEntry index.js
3380 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3381 info preinstall delegates@0.1.0
3382 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates\package.json
3383 silly gunzTarPerm extractEntry README.md~
3384 silly gunzTarPerm modified mode [ 'README.md~', 420, 438 ]
3385 silly gunzTarPerm extractEntry test/index.js
3386 silly gunzTarPerm modified mode [ 'test/index.js', 420, 438 ]
3387 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates\package.json
3388 silly install resolved []
3389 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3390 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3391 info linkStuff delegates@0.1.0
3392 silly linkStuff delegates@0.1.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules as its parent node_modules
3393 verbose linkBins delegates@0.1.0
3394 verbose linkMans delegates@0.1.0
3395 verbose rebuildBundles delegates@0.1.0
3396 info install delegates@0.1.0
3397 info postinstall delegates@0.1.0
3398 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\delegates-24df0d00e23be463.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\delegates
3399 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode\package.json
3400 info preinstall has-unicode@1.0.0
3401 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode\package.json
3402 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode\package.json
3403 silly install resolved []
3404 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3405 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3406 info linkStuff has-unicode@1.0.0
3407 silly linkStuff has-unicode@1.0.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules as its parent node_modules
3408 verbose linkBins has-unicode@1.0.0
3409 verbose linkMans has-unicode@1.0.0
3410 verbose rebuildBundles has-unicode@1.0.0
3411 info install has-unicode@1.0.0
3412 info postinstall has-unicode@1.0.0
3413 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\has-unicode-e4ce8cddb3553afb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge\node_modules\has-unicode
3414 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
3415 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
3416 info linkStuff gauge@1.0.2
3417 silly linkStuff gauge@1.0.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules as its parent node_modules
3418 verbose linkBins gauge@1.0.2
3419 verbose linkMans gauge@1.0.2
3420 verbose rebuildBundles gauge@1.0.2
3421 verbose rebuildBundles [ 'has-unicode' ]
3422 info install gauge@1.0.2
3423 info postinstall gauge@1.0.2
3424 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\gauge-88f2fe0736f1d78e.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\gauge
3425 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\package.json
3426 info preinstall readable-stream@1.1.13
3427 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\package.json
3428 silly prepareForInstallMany adding core-util-is@~1.0.0 from readable-stream dependencies
3429 silly prepareForInstallMany adding isarray@0.0.1 from readable-stream dependencies
3430 silly prepareForInstallMany adding string_decoder@~0.10.x from readable-stream dependencies
3431 silly prepareForInstallMany adding inherits@~2.0.1 from readable-stream dependencies
3432 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\package.json
3433 silly cache add args [ 'core-util-is@~1.0.0', null ]
3434 verbose cache add spec core-util-is@~1.0.0
3435 silly cache add args [ 'isarray@0.0.1', null ]
3436 verbose cache add spec isarray@0.0.1
3437 silly cache add parsed spec { raw: 'core-util-is@~1.0.0',
3437 silly cache add   scope: null,
3437 silly cache add   name: 'core-util-is',
3437 silly cache add   rawSpec: '~1.0.0',
3437 silly cache add   spec: '>=1.0.0 <1.1.0',
3437 silly cache add   type: 'range' }
3438 silly addNamed core-util-is@>=1.0.0 <1.1.0
3439 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
3440 silly addNameRange { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: false }
3441 silly mapToRegistry name core-util-is
3442 silly mapToRegistry using default registry
3443 silly mapToRegistry registry https://registry.npmjs.org/
3444 silly mapToRegistry uri https://registry.npmjs.org/core-util-is
3445 verbose addNameRange registry:https://registry.npmjs.org/core-util-is not in flight; fetching
3446 silly cache add parsed spec { raw: 'isarray@0.0.1',
3446 silly cache add   scope: null,
3446 silly cache add   name: 'isarray',
3446 silly cache add   rawSpec: '0.0.1',
3446 silly cache add   spec: '0.0.1',
3446 silly cache add   type: 'version' }
3447 silly addNamed isarray@0.0.1
3448 verbose addNamed "0.0.1" is a plain semver version for isarray
3449 silly mapToRegistry name isarray
3450 silly mapToRegistry using default registry
3451 silly mapToRegistry registry https://registry.npmjs.org/
3452 silly mapToRegistry uri https://registry.npmjs.org/isarray
3453 verbose addNameVersion registry:https://registry.npmjs.org/isarray not in flight; fetching
3454 silly cache add args [ 'string_decoder@~0.10.x', null ]
3455 verbose cache add spec string_decoder@~0.10.x
3456 silly cache add parsed spec { raw: 'string_decoder@~0.10.x',
3456 silly cache add   scope: null,
3456 silly cache add   name: 'string_decoder',
3456 silly cache add   rawSpec: '~0.10.x',
3456 silly cache add   spec: '>=0.10.0 <0.11.0',
3456 silly cache add   type: 'range' }
3457 silly addNamed string_decoder@>=0.10.0 <0.11.0
3458 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
3459 silly addNameRange { name: 'string_decoder',
3459 silly addNameRange   range: '>=0.10.0 <0.11.0',
3459 silly addNameRange   hasData: false }
3460 silly mapToRegistry name string_decoder
3461 silly mapToRegistry using default registry
3462 silly mapToRegistry registry https://registry.npmjs.org/
3463 silly mapToRegistry uri https://registry.npmjs.org/string_decoder
3464 verbose addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching
3465 silly cache add args [ 'inherits@~2.0.1', null ]
3466 verbose cache add spec inherits@~2.0.1
3467 silly cache add parsed spec { raw: 'inherits@~2.0.1',
3467 silly cache add   scope: null,
3467 silly cache add   name: 'inherits',
3467 silly cache add   rawSpec: '~2.0.1',
3467 silly cache add   spec: '>=2.0.1 <2.1.0',
3467 silly cache add   type: 'range' }
3468 silly addNamed inherits@>=2.0.1 <2.1.0
3469 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
3470 silly addNameRange { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: false }
3471 silly mapToRegistry name inherits
3472 silly mapToRegistry using default registry
3473 silly mapToRegistry registry https://registry.npmjs.org/
3474 silly mapToRegistry uri https://registry.npmjs.org/inherits
3475 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
3476 verbose request uri https://registry.npmjs.org/isarray
3477 verbose request no auth needed
3478 info attempt registry request try #1 at 17:24:39
3479 verbose etag "79XQA3ZXVF5QN0X2VYCD81HMN"
3480 http request GET https://registry.npmjs.org/isarray
3481 verbose request uri https://registry.npmjs.org/core-util-is
3482 verbose request no auth needed
3483 info attempt registry request try #1 at 17:24:39
3484 verbose etag "8N932ER6J79FE9PNV7H41QYLJ"
3485 http request GET https://registry.npmjs.org/core-util-is
3486 verbose request uri https://registry.npmjs.org/string_decoder
3487 verbose request no auth needed
3488 info attempt registry request try #1 at 17:24:39
3489 verbose etag "89NG6AVWTXZBFGLGXXUONULF1"
3490 http request GET https://registry.npmjs.org/string_decoder
3491 verbose get https://registry.npmjs.org/inherits not expired, no request
3492 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: true }
3493 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
3494 silly addNamed inherits@2.0.1
3495 verbose addNamed "2.0.1" is a plain semver version for inherits
3496 silly cache afterAdd inherits@2.0.1
3497 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
3498 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
3499 http 304 https://registry.npmjs.org/balanced-match
3500 silly get cb [ 304,
3500 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3500 silly get     via: '1.1 varnish',
3500 silly get     'cache-control': 'max-age=60',
3500 silly get     etag: '"2H6AO94YXV8VUX762CZ8KGSIJ"',
3500 silly get     age: '14',
3500 silly get     connection: 'keep-alive',
3500 silly get     'x-served-by': 'cache-fra1230-FRA',
3500 silly get     'x-cache': 'HIT',
3500 silly get     'x-cache-hits': '2',
3500 silly get     'x-timer': 'S1440343458.868692,VS0,VE0',
3500 silly get     vary: 'Accept' } ]
3501 verbose etag https://registry.npmjs.org/balanced-match from cache
3502 verbose get saving balanced-match to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\balanced-match\.cache.json
3503 silly addNameRange number 2 { name: 'balanced-match',
3503 silly addNameRange   range: '>=0.2.0 <0.3.0',
3503 silly addNameRange   hasData: true }
3504 silly addNameRange versions [ 'balanced-match', [ '0.0.0', '0.0.1', '0.1.0', '0.2.0' ] ]
3505 silly addNamed balanced-match@0.2.0
3506 verbose addNamed "0.2.0" is a plain semver version for balanced-match
3507 silly cache afterAdd balanced-match@0.2.0
3508 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\balanced-match\0.2.0\package\package.json not in flight; writing
3509 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\balanced-match\0.2.0\package\package.json written
3510 silly install resolved [ { name: 'concat-map',
3510 silly install resolved     description: 'concatenative mapdashery',
3510 silly install resolved     version: '0.0.1',
3510 silly install resolved     repository:
3510 silly install resolved      { type: 'git',
3510 silly install resolved        url: 'git://github.com/substack/node-concat-map.git' },
3510 silly install resolved     main: 'index.js',
3510 silly install resolved     keywords: [ 'concat', 'concatMap', 'map', 'functional', 'higher-order' ],
3510 silly install resolved     directories: { example: 'example', test: 'test' },
3510 silly install resolved     scripts: { test: 'tape test/*.js' },
3510 silly install resolved     devDependencies: { tape: '~2.4.0' },
3510 silly install resolved     license: 'MIT',
3510 silly install resolved     author:
3510 silly install resolved      { name: 'James Halliday',
3510 silly install resolved        email: 'mail@substack.net',
3510 silly install resolved        url: 'http://substack.net' },
3510 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
3510 silly install resolved     bugs: { url: 'https://github.com/substack/node-concat-map/issues' },
3510 silly install resolved     homepage: 'https://github.com/substack/node-concat-map',
3510 silly install resolved     _id: 'concat-map@0.0.1',
3510 silly install resolved     dist:
3510 silly install resolved      { shasum: 'd8a96bd77fd68df7793a73036a3ba0d5405d477b',
3510 silly install resolved        tarball: 'http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz' },
3510 silly install resolved     _from: 'concat-map@0.0.1',
3510 silly install resolved     _npmVersion: '1.3.21',
3510 silly install resolved     _npmUser: { name: 'substack', email: 'mail@substack.net' },
3510 silly install resolved     maintainers: [ [Object] ],
3510 silly install resolved     _shasum: 'd8a96bd77fd68df7793a73036a3ba0d5405d477b',
3510 silly install resolved     _resolved: 'https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
3510 silly install resolved     readme: 'ERROR: No README data found!' },
3510 silly install resolved   { name: 'balanced-match',
3510 silly install resolved     description: 'Match balanced character pairs, like "{" and "}"',
3510 silly install resolved     version: '0.2.0',
3510 silly install resolved     repository:
3510 silly install resolved      { type: 'git',
3510 silly install resolved        url: 'git://github.com/juliangruber/balanced-match.git' },
3510 silly install resolved     homepage: 'https://github.com/juliangruber/balanced-match',
3510 silly install resolved     main: 'index.js',
3510 silly install resolved     scripts: { test: 'make test' },
3510 silly install resolved     dependencies: {},
3510 silly install resolved     devDependencies: { tape: '~1.1.1' },
3510 silly install resolved     keywords: [ 'match', 'regexp', 'test', 'balanced', 'parse' ],
3510 silly install resolved     author:
3510 silly install resolved      { name: 'Julian Gruber',
3510 silly install resolved        email: 'mail@juliangruber.com',
3510 silly install resolved        url: 'http://juliangruber.com' },
3510 silly install resolved     license: 'MIT',
3510 silly install resolved     testling: { files: 'test/*.js', browsers: [Object] },
3510 silly install resolved     gitHead: 'ba40ed78e7114a4a67c51da768a100184dead39c',
3510 silly install resolved     bugs: { url: 'https://github.com/juliangruber/balanced-match/issues' },
3510 silly install resolved     _id: 'balanced-match@0.2.0',
3510 silly install resolved     _shasum: '38f6730c03aab6d5edbb52bd934885e756d71674',
3510 silly install resolved     _from: 'balanced-match@>=0.2.0 <0.3.0',
3510 silly install resolved     _npmVersion: '2.1.8',
3510 silly install resolved     _nodeVersion: '0.10.32',
3510 silly install resolved     _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' },
3510 silly install resolved     maintainers: [ [Object] ],
3510 silly install resolved     dist:
3510 silly install resolved      { shasum: '38f6730c03aab6d5edbb52bd934885e756d71674',
3510 silly install resolved        tarball: 'http://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz' },
3510 silly install resolved     directories: {},
3510 silly install resolved     _resolved: 'https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz',
3510 silly install resolved     readme: 'ERROR: No README data found!' } ]
3511 info install concat-map@0.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
3512 info install balanced-match@0.2.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
3513 info installOne concat-map@0.0.1
3514 verbose installOne of concat-map to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion not in flight; installing
3515 info installOne balanced-match@0.2.0
3516 verbose installOne of balanced-match to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion not in flight; installing
3517 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\concat-map-c63a328761282efe.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3518 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\balanced-match-dc6b8653f260c580.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3519 silly install write writing concat-map 0.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3520 silly install write writing balanced-match 0.2.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3521 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3522 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3523 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map is being purged from base D:\WWW\NodeJS\src
3524 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3525 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match is being purged from base D:\WWW\NodeJS\src
3526 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3527 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\concat-map\0.0.1\package.tgz
3528 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3529 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map is being purged
3530 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3531 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\balanced-match\0.2.0\package.tgz
3532 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3533 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match is being purged
3534 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3535 silly gunzTarPerm modes [ '777', '666' ]
3536 silly gunzTarPerm modes [ '777', '666' ]
3537 silly gunzTarPerm extractEntry package.json
3538 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3539 silly gunzTarPerm extractEntry package.json
3540 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3541 silly gunzTarPerm extractEntry LICENSE
3542 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3543 silly gunzTarPerm extractEntry index.js
3544 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3545 silly gunzTarPerm extractEntry .npmignore
3546 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
3547 silly gunzTarPerm extractEntry README.md
3548 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3549 silly gunzTarPerm extractEntry .travis.yml
3550 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
3551 silly gunzTarPerm extractEntry README.markdown
3552 silly gunzTarPerm modified mode [ 'README.markdown', 420, 438 ]
3553 silly gunzTarPerm extractEntry example.js
3554 silly gunzTarPerm modified mode [ 'example.js', 436, 438 ]
3555 silly gunzTarPerm extractEntry index.js
3556 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3557 silly gunzTarPerm extractEntry .travis.yml
3558 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
3559 silly gunzTarPerm extractEntry Makefile
3560 silly gunzTarPerm modified mode [ 'Makefile', 436, 438 ]
3561 silly gunzTarPerm extractEntry example/map.js
3562 silly gunzTarPerm modified mode [ 'example/map.js', 420, 438 ]
3563 silly gunzTarPerm extractEntry test/map.js
3564 silly gunzTarPerm modified mode [ 'test/map.js', 420, 438 ]
3565 silly gunzTarPerm extractEntry test/balanced.js
3566 silly gunzTarPerm modified mode [ 'test/balanced.js', 420, 438 ]
3567 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
3568 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
3569 info preinstall concat-map@0.0.1
3570 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
3571 info preinstall balanced-match@0.2.0
3572 http 304 https://registry.npmjs.org/isarray
3573 silly get cb [ 304,
3573 silly get   { date: 'Sun, 23 Aug 2015 15:24:19 GMT',
3573 silly get     via: '1.1 varnish',
3573 silly get     'cache-control': 'max-age=60',
3573 silly get     etag: '"79XQA3ZXVF5QN0X2VYCD81HMN"',
3573 silly get     age: '12',
3573 silly get     connection: 'keep-alive',
3573 silly get     'x-served-by': 'cache-fra1225-FRA',
3573 silly get     'x-cache': 'HIT',
3573 silly get     'x-cache-hits': '1',
3573 silly get     'x-timer': 'S1440343459.135946,VS0,VE0',
3573 silly get     vary: 'Accept' } ]
3574 verbose etag https://registry.npmjs.org/isarray from cache
3575 verbose get saving isarray to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\isarray\.cache.json
3576 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
3577 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
3578 http 304 https://registry.npmjs.org/string_decoder
3579 silly get cb [ 304,
3579 silly get   { date: 'Sun, 23 Aug 2015 15:24:19 GMT',
3579 silly get     via: '1.1 varnish',
3579 silly get     'cache-control': 'max-age=60',
3579 silly get     etag: '"89NG6AVWTXZBFGLGXXUONULF1"',
3579 silly get     age: '46',
3579 silly get     connection: 'keep-alive',
3579 silly get     'x-served-by': 'cache-fra1225-FRA',
3579 silly get     'x-cache': 'HIT',
3579 silly get     'x-cache-hits': '1',
3579 silly get     'x-timer': 'S1440343459.138270,VS0,VE0',
3579 silly get     vary: 'Accept' } ]
3580 verbose etag https://registry.npmjs.org/string_decoder from cache
3581 verbose get saving string_decoder to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\string_decoder\.cache.json
3582 silly install resolved []
3583 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3584 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3585 http 304 https://registry.npmjs.org/core-util-is
3586 silly get cb [ 304,
3586 silly get   { date: 'Sun, 23 Aug 2015 15:24:19 GMT',
3586 silly get     via: '1.1 varnish',
3586 silly get     'cache-control': 'max-age=60',
3586 silly get     etag: '"8N932ER6J79FE9PNV7H41QYLJ"',
3586 silly get     age: '45',
3586 silly get     connection: 'keep-alive',
3586 silly get     'x-served-by': 'cache-fra1245-FRA',
3586 silly get     'x-cache': 'HIT',
3586 silly get     'x-cache-hits': '1',
3586 silly get     'x-timer': 'S1440343459.139568,VS0,VE0',
3586 silly get     vary: 'Accept' } ]
3587 verbose etag https://registry.npmjs.org/core-util-is from cache
3588 verbose get saving core-util-is to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\core-util-is\.cache.json
3589 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
3590 info linkStuff concat-map@0.0.1
3591 silly linkStuff concat-map@0.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules as its parent node_modules
3592 silly install resolved []
3593 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3594 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3595 verbose linkBins concat-map@0.0.1
3596 verbose linkMans concat-map@0.0.1
3597 verbose rebuildBundles concat-map@0.0.1
3598 info install concat-map@0.0.1
3599 silly addNameRange number 2 { name: 'string_decoder',
3599 silly addNameRange   range: '>=0.10.0 <0.11.0',
3599 silly addNameRange   hasData: true }
3600 silly addNameRange versions [ 'string_decoder',
3600 silly addNameRange   [ '0.0.0',
3600 silly addNameRange     '0.0.1',
3600 silly addNameRange     '0.10.24',
3600 silly addNameRange     '0.11.10',
3600 silly addNameRange     '0.10.25',
3600 silly addNameRange     '0.11.10-1',
3600 silly addNameRange     '0.10.25-1',
3600 silly addNameRange     '0.10.31' ] ]
3601 silly addNamed string_decoder@0.10.31
3602 verbose addNamed "0.10.31" is a plain semver version for string_decoder
3603 info postinstall concat-map@0.0.1
3604 info linkStuff balanced-match@0.2.0
3605 silly linkStuff balanced-match@0.2.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules as its parent node_modules
3606 silly cache afterAdd isarray@0.0.1
3607 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
3608 silly addNameRange number 2 { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: true }
3609 silly addNameRange versions [ 'core-util-is', [ '1.0.0', '1.0.1' ] ]
3610 silly addNamed core-util-is@1.0.1
3611 verbose addNamed "1.0.1" is a plain semver version for core-util-is
3612 verbose linkBins balanced-match@0.2.0
3613 verbose linkMans balanced-match@0.2.0
3614 verbose rebuildBundles balanced-match@0.2.0
3615 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\concat-map-c63a328761282efe.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
3616 info install balanced-match@0.2.0
3617 silly cache afterAdd string_decoder@0.10.31
3618 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json not in flight; writing
3619 info postinstall balanced-match@0.2.0
3620 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
3621 silly cache afterAdd core-util-is@1.0.1
3622 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json not in flight; writing
3623 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\balanced-match-dc6b8653f260c580.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
3624 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
3625 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
3626 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json written
3627 info linkStuff brace-expansion@1.1.0
3628 silly linkStuff brace-expansion@1.1.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules as its parent node_modules
3629 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json written
3630 silly install resolved [ { name: 'inherits',
3630 silly install resolved     description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
3630 silly install resolved     version: '2.0.1',
3630 silly install resolved     keywords:
3630 silly install resolved      [ 'inheritance',
3630 silly install resolved        'class',
3630 silly install resolved        'klass',
3630 silly install resolved        'oop',
3630 silly install resolved        'object-oriented',
3630 silly install resolved        'inherits',
3630 silly install resolved        'browser',
3630 silly install resolved        'browserify' ],
3630 silly install resolved     main: './inherits.js',
3630 silly install resolved     browser: './inherits_browser.js',
3630 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
3630 silly install resolved     license: 'ISC',
3630 silly install resolved     scripts: { test: 'node test' },
3630 silly install resolved     bugs: { url: 'https://github.com/isaacs/inherits/issues' },
3630 silly install resolved     _id: 'inherits@2.0.1',
3630 silly install resolved     dist:
3630 silly install resolved      { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
3630 silly install resolved        tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
3630 silly install resolved     _from: 'inherits@>=2.0.1 <2.1.0',
3630 silly install resolved     _npmVersion: '1.3.8',
3630 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
3630 silly install resolved     maintainers: [ [Object] ],
3630 silly install resolved     directories: {},
3630 silly install resolved     _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
3630 silly install resolved     _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
3630 silly install resolved     readme: 'ERROR: No README data found!',
3630 silly install resolved     homepage: 'https://github.com/isaacs/inherits#readme' },
3630 silly install resolved   { name: 'isarray',
3630 silly install resolved     description: 'Array#isArray for older browsers',
3630 silly install resolved     version: '0.0.1',
3630 silly install resolved     repository:
3630 silly install resolved      { type: 'git',
3630 silly install resolved        url: 'git://github.com/juliangruber/isarray.git' },
3630 silly install resolved     homepage: 'https://github.com/juliangruber/isarray',
3630 silly install resolved     main: 'index.js',
3630 silly install resolved     scripts: { test: 'tap test/*.js' },
3630 silly install resolved     dependencies: {},
3630 silly install resolved     devDependencies: { tap: '*' },
3630 silly install resolved     keywords: [ 'browser', 'isarray', 'array' ],
3630 silly install resolved     author:
3630 silly install resolved      { name: 'Julian Gruber',
3630 silly install resolved        email: 'mail@juliangruber.com',
3630 silly install resolved        url: 'http://juliangruber.com' },
3630 silly install resolved     license: 'MIT',
3630 silly install resolved     _id: 'isarray@0.0.1',
3630 silly install resolved     dist:
3630 silly install resolved      { shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
3630 silly install resolved        tarball: 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz' },
3630 silly install resolved     _from: 'isarray@0.0.1',
3630 silly install resolved     _npmVersion: '1.2.18',
3630 silly install resolved     _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' },
3630 silly install resolved     maintainers: [ [Object] ],
3630 silly install resolved     directories: {},
3630 silly install resolved     _shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
3630 silly install resolved     _resolved: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
3630 silly install resolved     bugs: { url: 'https://github.com/juliangruber/isarray/issues' },
3630 silly install resolved     readme: 'ERROR: No README data found!' },
3630 silly install resolved   { name: 'string_decoder',
3630 silly install resolved     version: '0.10.31',
3630 silly install resolved     description: 'The string_decoder module from Node core',
3630 silly install resolved     main: 'index.js',
3630 silly install resolved     dependencies: {},
3630 silly install resolved     devDependencies: { tap: '~0.4.8' },
3630 silly install resolved     scripts: { test: 'tap test/simple/*.js' },
3630 silly install resolved     repository:
3630 silly install resolved      { type: 'git',
3630 silly install resolved        url: 'git://github.com/rvagg/string_decoder.git' },
3630 silly install resolved     homepage: 'https://github.com/rvagg/string_decoder',
3630 silly install resolved     keywords: [ 'string', 'decoder', 'browser', 'browserify' ],
3630 silly install resolved     license: 'MIT',
3630 silly install resolved     gitHead: 'd46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0',
3630 silly install resolved     bugs: { url: 'https://github.com/rvagg/string_decoder/issues' },
3630 silly install resolved     _id: 'string_decoder@0.10.31',
3630 silly install resolved     _shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
3630 silly install resolved     _from: 'string_decoder@>=0.10.0 <0.11.0',
3630 silly install resolved     _npmVersion: '1.4.23',
3630 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
3630 silly install resolved     maintainers: [ [Object], [Object] ],
3630 silly install resolved     dist:
3630 silly install resolved      { shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
3630 silly install resolved        tarball: 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz' },
3630 silly install resolved     directories: {},
3630 silly install resolved     _resolved: 'https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
3630 silly install resolved     readme: 'ERROR: No README data found!' },
3630 silly install resolved   { name: 'core-util-is',
3630 silly install resolved     version: '1.0.1',
3630 silly install resolved     description: 'The `util.is*` functions introduced in Node v0.12.',
3630 silly install resolved     main: 'lib/util.js',
3630 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/core-util-is.git' },
3630 silly install resolved     keywords:
3630 silly install resolved      [ 'util',
3630 silly install resolved        'isBuffer',
3630 silly install resolved        'isArray',
3630 silly install resolved        'isNumber',
3630 silly install resolved        'isString',
3630 silly install resolved        'isRegExp',
3630 silly install resolved        'isThis',
3630 silly install resolved        'isThat',
3630 silly install resolved        'polyfill' ],
3630 silly install resolved     author:
3630 silly install resolved      { name: 'Isaac Z. Schlueter',
3630 silly install resolved        email: 'i@izs.me',
3630 silly install resolved        url: 'http://blog.izs.me/' },
3630 silly install resolved     license: 'MIT',
3630 silly install resolved     bugs: { url: 'https://github.com/isaacs/core-util-is/issues' },
3630 silly install resolved     readme: '# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n',
3630 silly install resolved     readmeFilename: 'README.md',
3630 silly install resolved     homepage: 'https://github.com/isaacs/core-util-is',
3630 silly install resolved     _id: 'core-util-is@1.0.1',
3630 silly install resolved     dist:
3630 silly install resolved      { shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
3630 silly install resolved        tarball: 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz' },
3630 silly install resolved     _from: 'core-util-is@>=1.0.0 <1.1.0',
3630 silly install resolved     _npmVersion: '1.3.23',
3630 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
3630 silly install resolved     maintainers: [ [Object] ],
3630 silly install resolved     directories: {},
3630 silly install resolved     _shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
3630 silly install resolved     _resolved: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz' } ]
3631 info install inherits@2.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3632 info install isarray@0.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3633 info install string_decoder@0.10.31 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3634 info install core-util-is@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3635 info installOne inherits@2.0.1
3636 verbose installOne of inherits to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream not in flight; installing
3637 info installOne isarray@0.0.1
3638 verbose installOne of isarray to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream not in flight; installing
3639 info installOne string_decoder@0.10.31
3640 verbose installOne of string_decoder to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream not in flight; installing
3641 info installOne core-util-is@1.0.1
3642 verbose installOne of core-util-is to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream not in flight; installing
3643 verbose linkBins brace-expansion@1.1.0
3644 verbose linkMans brace-expansion@1.1.0
3645 verbose rebuildBundles brace-expansion@1.1.0
3646 verbose rebuildBundles [ 'balanced-match', 'concat-map' ]
3647 info install brace-expansion@1.1.0
3648 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\isarray-c1699c56a73c7204.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3649 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-ec827ad181b7c45b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3650 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\core-util-is-a3131c024329d00c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3651 info postinstall brace-expansion@1.1.0
3652 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\string-decoder-2f3d9fc377046919.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3653 silly install write writing isarray 0.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3654 silly install write writing inherits 2.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3655 silly install write writing core-util-is 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3656 silly install write writing string_decoder 0.10.31 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3657 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\brace-expansion-1a2f30a2e2313b3e.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch\node_modules\brace-expansion
3658 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
3659 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
3660 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3661 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3662 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3663 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3664 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray is being purged from base D:\WWW\NodeJS\src
3665 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3666 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits is being purged from base D:\WWW\NodeJS\src
3667 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3668 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is is being purged from base D:\WWW\NodeJS\src
3669 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3670 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder is being purged from base D:\WWW\NodeJS\src
3671 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3672 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
3673 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3674 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray is being purged
3675 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3676 info linkStuff minimatch@2.0.10
3677 silly linkStuff minimatch@2.0.10 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
3678 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
3679 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3680 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits is being purged
3681 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3682 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
3683 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3684 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is is being purged
3685 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3686 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
3687 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3688 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder is being purged
3689 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3690 silly gunzTarPerm modes [ '777', '666' ]
3691 silly gunzTarPerm modes [ '777', '666' ]
3692 silly gunzTarPerm modes [ '777', '666' ]
3693 silly gunzTarPerm modes [ '777', '666' ]
3694 verbose linkBins minimatch@2.0.10
3695 verbose linkMans minimatch@2.0.10
3696 verbose rebuildBundles minimatch@2.0.10
3697 verbose rebuildBundles [ 'brace-expansion' ]
3698 info install minimatch@2.0.10
3699 info postinstall minimatch@2.0.10
3700 silly gunzTarPerm extractEntry package.json
3701 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3702 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\minimatch-b9c5954a99bd6945.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\minimatch
3703 silly gunzTarPerm extractEntry package.json
3704 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3705 silly gunzTarPerm extractEntry package.json
3706 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3707 silly gunzTarPerm extractEntry package.json
3708 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3709 silly gunzTarPerm extractEntry README.md
3710 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3711 silly gunzTarPerm extractEntry index.js
3712 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3713 silly gunzTarPerm extractEntry README.md
3714 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3715 silly gunzTarPerm extractEntry LICENSE
3716 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3717 silly gunzTarPerm extractEntry .npmignore
3718 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
3719 silly gunzTarPerm extractEntry README.md
3720 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3721 silly gunzTarPerm extractEntry README.md
3722 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3723 silly gunzTarPerm extractEntry util.js
3724 silly gunzTarPerm modified mode [ 'util.js', 420, 438 ]
3725 silly gunzTarPerm extractEntry build/build.js
3726 silly gunzTarPerm modified mode [ 'build/build.js', 420, 438 ]
3727 silly gunzTarPerm extractEntry component.json
3728 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
3729 silly gunzTarPerm extractEntry inherits.js
3730 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
3731 silly gunzTarPerm extractEntry inherits_browser.js
3732 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
3733 silly gunzTarPerm extractEntry LICENSE
3734 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3735 silly gunzTarPerm extractEntry index.js
3736 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
3737 silly gunzTarPerm extractEntry float.patch
3738 silly gunzTarPerm modified mode [ 'float.patch', 420, 438 ]
3739 silly gunzTarPerm extractEntry lib/util.js
3740 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
3741 silly gunzTarPerm extractEntry test.js
3742 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
3743 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray\package.json
3744 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits\package.json
3745 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder\package.json
3746 info preinstall isarray@0.0.1
3747 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray\package.json
3748 info preinstall inherits@2.0.1
3749 info preinstall string_decoder@0.10.31
3750 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits\package.json
3751 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder\package.json
3752 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray\package.json
3753 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits\package.json
3754 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder\package.json
3755 silly install resolved []
3756 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3757 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3758 silly install resolved []
3759 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3760 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3761 info linkStuff isarray@0.0.1
3762 silly linkStuff isarray@0.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules as its parent node_modules
3763 silly install resolved []
3764 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3765 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3766 verbose linkBins isarray@0.0.1
3767 verbose linkMans isarray@0.0.1
3768 verbose rebuildBundles isarray@0.0.1
3769 info linkStuff inherits@2.0.1
3770 silly linkStuff inherits@2.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules as its parent node_modules
3771 info install isarray@0.0.1
3772 verbose linkBins inherits@2.0.1
3773 verbose linkMans inherits@2.0.1
3774 verbose rebuildBundles inherits@2.0.1
3775 info postinstall isarray@0.0.1
3776 info install inherits@2.0.1
3777 info linkStuff string_decoder@0.10.31
3778 silly linkStuff string_decoder@0.10.31 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules as its parent node_modules
3779 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is\package.json
3780 info postinstall inherits@2.0.1
3781 verbose linkBins string_decoder@0.10.31
3782 verbose linkMans string_decoder@0.10.31
3783 verbose rebuildBundles string_decoder@0.10.31
3784 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\isarray-c1699c56a73c7204.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\isarray
3785 info install string_decoder@0.10.31
3786 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-ec827ad181b7c45b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\inherits
3787 info postinstall string_decoder@0.10.31
3788 info preinstall core-util-is@1.0.1
3789 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\string-decoder-2f3d9fc377046919.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\string_decoder
3790 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is\package.json
3791 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is\package.json
3792 silly install resolved []
3793 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3794 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3795 info linkStuff core-util-is@1.0.1
3796 silly linkStuff core-util-is@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules as its parent node_modules
3797 verbose linkBins core-util-is@1.0.1
3798 verbose linkMans core-util-is@1.0.1
3799 verbose rebuildBundles core-util-is@1.0.1
3800 info install core-util-is@1.0.1
3801 info postinstall core-util-is@1.0.1
3802 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\core-util-is-a3131c024329d00c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream\node_modules\core-util-is
3803 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3804 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3805 info linkStuff readable-stream@1.1.13
3806 silly linkStuff readable-stream@1.1.13 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules as its parent node_modules
3807 verbose linkBins readable-stream@1.1.13
3808 verbose linkMans readable-stream@1.1.13
3809 verbose rebuildBundles readable-stream@1.1.13
3810 verbose rebuildBundles [ 'core-util-is', 'inherits', 'isarray', 'string_decoder' ]
3811 info install readable-stream@1.1.13
3812 info postinstall readable-stream@1.1.13
3813 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\readable-stream-0e111ef111cf260d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet\node_modules\readable-stream
3814 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
3815 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
3816 info linkStuff are-we-there-yet@1.0.4
3817 silly linkStuff are-we-there-yet@1.0.4 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules as its parent node_modules
3818 verbose linkBins are-we-there-yet@1.0.4
3819 verbose linkMans are-we-there-yet@1.0.4
3820 verbose rebuildBundles are-we-there-yet@1.0.4
3821 verbose rebuildBundles [ 'delegates', 'readable-stream' ]
3822 info install are-we-there-yet@1.0.4
3823 info postinstall are-we-there-yet@1.0.4
3824 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\are-we-there-yet-24b716ecd3230ab0.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog\node_modules\are-we-there-yet
3825 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
3826 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
3827 info linkStuff npmlog@1.0.0
3828 silly linkStuff npmlog@1.0.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
3829 verbose linkBins npmlog@1.0.0
3830 verbose linkMans npmlog@1.0.0
3831 verbose rebuildBundles npmlog@1.0.0
3832 verbose rebuildBundles [ 'ansi', 'are-we-there-yet', 'gauge' ]
3833 info install npmlog@1.0.0
3834 info postinstall npmlog@1.0.0
3835 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\npmlog-4f282530bad27f49.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\npmlog
3836 http 304 https://registry.npmjs.org/abbrev
3837 silly get cb [ 304,
3837 silly get   { date: 'Sun, 23 Aug 2015 15:24:18 GMT',
3837 silly get     via: '1.1 varnish',
3837 silly get     'cache-control': 'max-age=60',
3837 silly get     etag: '"F3Q3N6H2H59MS1PC9J6CMODYT"',
3837 silly get     age: '0',
3837 silly get     connection: 'keep-alive',
3837 silly get     'x-served-by': 'cache-fra1249-FRA',
3837 silly get     'x-cache': 'HIT',
3837 silly get     'x-cache-hits': '1',
3837 silly get     'x-timer': 'S1440343458.538681,VS0,VE710',
3837 silly get     vary: 'Accept' } ]
3838 verbose etag https://registry.npmjs.org/abbrev from cache
3839 verbose get saving abbrev to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\abbrev\.cache.json
3840 silly addNameRange number 2 { name: 'abbrev', range: '>=1.0.0 <2.0.0', hasData: true }
3841 silly addNameRange versions [ 'abbrev', [ '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.0.7' ] ]
3842 silly addNamed abbrev@1.0.7
3843 verbose addNamed "1.0.7" is a plain semver version for abbrev
3844 silly cache afterAdd abbrev@1.0.7
3845 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\abbrev\1.0.7\package\package.json not in flight; writing
3846 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\abbrev\1.0.7\package\package.json written
3847 silly install resolved [ { name: 'abbrev',
3847 silly install resolved     version: '1.0.7',
3847 silly install resolved     description: 'Like ruby\'s abbrev module, but in js',
3847 silly install resolved     author: { name: 'Isaac Z. Schlueter', email: 'i@izs.me' },
3847 silly install resolved     main: 'abbrev.js',
3847 silly install resolved     scripts: { test: 'tap test.js --cov' },
3847 silly install resolved     repository:
3847 silly install resolved      { type: 'git',
3847 silly install resolved        url: 'git+ssh://git@github.com/isaacs/abbrev-js.git' },
3847 silly install resolved     license: 'ISC',
3847 silly install resolved     devDependencies: { tap: '^1.2.0' },
3847 silly install resolved     gitHead: '821d09ce7da33627f91bbd8ed631497ed6f760c2',
3847 silly install resolved     bugs: { url: 'https://github.com/isaacs/abbrev-js/issues' },
3847 silly install resolved     homepage: 'https://github.com/isaacs/abbrev-js#readme',
3847 silly install resolved     _id: 'abbrev@1.0.7',
3847 silly install resolved     _shasum: '5b6035b2ee9d4fb5cf859f08a9be81b208491843',
3847 silly install resolved     _from: 'abbrev@>=1.0.0 <2.0.0',
3847 silly install resolved     _npmVersion: '2.10.1',
3847 silly install resolved     _nodeVersion: '2.0.1',
3847 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
3847 silly install resolved     dist:
3847 silly install resolved      { shasum: '5b6035b2ee9d4fb5cf859f08a9be81b208491843',
3847 silly install resolved        tarball: 'http://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz' },
3847 silly install resolved     maintainers: [ [Object] ],
3847 silly install resolved     directories: {},
3847 silly install resolved     _resolved: 'https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
3847 silly install resolved     readme: 'ERROR: No README data found!' } ]
3848 info install abbrev@1.0.7 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
3849 info installOne abbrev@1.0.7
3850 verbose installOne of abbrev to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt not in flight; installing
3851 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\abbrev-f78269467b453f49.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3852 silly install write writing abbrev 1.0.7 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3853 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3854 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev is being purged from base D:\WWW\NodeJS\src
3855 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3856 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\abbrev\1.0.7\package.tgz
3857 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3858 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev is being purged
3859 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3860 silly gunzTarPerm modes [ '777', '666' ]
3861 silly gunzTarPerm extractEntry package.json
3862 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3863 silly gunzTarPerm extractEntry .npmignore
3864 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3865 silly gunzTarPerm extractEntry README.md
3866 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3867 silly gunzTarPerm extractEntry LICENSE
3868 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3869 silly gunzTarPerm extractEntry abbrev.js
3870 silly gunzTarPerm modified mode [ 'abbrev.js', 420, 438 ]
3871 silly gunzTarPerm extractEntry test.js
3872 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
3873 silly gunzTarPerm extractEntry CONTRIBUTING.md
3874 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 438 ]
3875 silly gunzTarPerm extractEntry .travis.yml
3876 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
3877 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev\package.json
3878 info preinstall abbrev@1.0.7
3879 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev\package.json
3880 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev\package.json
3881 silly install resolved []
3882 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3883 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3884 info linkStuff abbrev@1.0.7
3885 silly linkStuff abbrev@1.0.7 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules as its parent node_modules
3886 verbose linkBins abbrev@1.0.7
3887 verbose linkMans abbrev@1.0.7
3888 verbose rebuildBundles abbrev@1.0.7
3889 info install abbrev@1.0.7
3890 info postinstall abbrev@1.0.7
3891 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\abbrev-f78269467b453f49.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt\node_modules\abbrev
3892 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
3893 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
3894 info linkStuff nopt@3.0.3
3895 silly linkStuff nopt@3.0.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
3896 verbose linkBins nopt@3.0.3
3897 verbose link bins [ { nopt: './bin/nopt.js' },
3897 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\.bin',
3897 verbose link bins   false ]
3898 verbose linkMans nopt@3.0.3
3899 verbose rebuildBundles nopt@3.0.3
3900 verbose rebuildBundles [ 'abbrev' ]
3901 info install nopt@3.0.3
3902 info postinstall nopt@3.0.3
3903 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\nopt-3bbf5d06920cf8de.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\nopt
3904 http 304 https://registry.npmjs.org/aws-sign2
3905 silly get cb [ 304,
3905 silly get   { date: 'Sun, 23 Aug 2015 15:24:19 GMT',
3905 silly get     via: '1.1 varnish',
3905 silly get     'cache-control': 'max-age=60',
3905 silly get     etag: '"77UTUEWZP9JOTXY7N5GC34AZF"',
3905 silly get     age: '19',
3905 silly get     connection: 'keep-alive',
3905 silly get     'x-served-by': 'cache-fra1228-FRA',
3905 silly get     'x-cache': 'HIT',
3905 silly get     'x-cache-hits': '1',
3905 silly get     'x-timer': 'S1440343459.696147,VS0,VE0',
3905 silly get     vary: 'Accept' } ]
3906 verbose etag https://registry.npmjs.org/aws-sign2 from cache
3907 verbose get saving aws-sign2 to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\aws-sign2\.cache.json
3908 silly addNameRange number 2 { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: true }
3909 silly addNameRange versions [ 'aws-sign2', [ '0.4.0', '0.5.0' ] ]
3910 silly addNamed aws-sign2@0.5.0
3911 verbose addNamed "0.5.0" is a plain semver version for aws-sign2
3912 silly cache afterAdd aws-sign2@0.5.0
3913 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package\package.json not in flight; writing
3914 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package\package.json written
3915 http 304 https://registry.npmjs.org/stringstream
3916 silly get cb [ 304,
3916 silly get   { date: 'Sun, 23 Aug 2015 15:24:19 GMT',
3916 silly get     via: '1.1 varnish',
3916 silly get     'cache-control': 'max-age=60',
3916 silly get     etag: '"EDCDG6XME9JQMFSY5KBVIY7I0"',
3916 silly get     age: '54',
3916 silly get     connection: 'keep-alive',
3916 silly get     'x-served-by': 'cache-fra1223-FRA',
3916 silly get     'x-cache': 'HIT',
3916 silly get     'x-cache-hits': '1',
3916 silly get     'x-timer': 'S1440343459.879864,VS0,VE0',
3916 silly get     vary: 'Accept' } ]
3917 verbose etag https://registry.npmjs.org/stringstream from cache
3918 verbose get saving stringstream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\stringstream\.cache.json
3919 silly addNameRange number 2 { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: true }
3920 silly addNameRange versions [ 'stringstream',
3920 silly addNameRange   [ '0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4' ] ]
3921 silly addNamed stringstream@0.0.4
3922 verbose addNamed "0.0.4" is a plain semver version for stringstream
3923 silly cache afterAdd stringstream@0.0.4
3924 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\stringstream\0.0.4\package\package.json not in flight; writing
3925 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\stringstream\0.0.4\package\package.json written
3926 http 304 https://registry.npmjs.org/hawk
3927 silly get cb [ 304,
3927 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
3927 silly get     via: '1.1 varnish',
3927 silly get     'cache-control': 'max-age=60',
3927 silly get     etag: '"1FCXI6W6ILUX4QROJNAZUZ236"',
3927 silly get     age: '25',
3927 silly get     connection: 'keep-alive',
3927 silly get     'x-served-by': 'cache-fra1251-FRA',
3927 silly get     'x-cache': 'HIT',
3927 silly get     'x-cache-hits': '2',
3927 silly get     'x-timer': 'S1440343460.067134,VS0,VE0',
3927 silly get     vary: 'Accept' } ]
3928 verbose etag https://registry.npmjs.org/hawk from cache
3929 verbose get saving hawk to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\hawk\.cache.json
3930 silly cache afterAdd hawk@1.1.1
3931 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\hawk\1.1.1\package\package.json not in flight; writing
3932 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\hawk\1.1.1\package\package.json written
3933 http 304 https://registry.npmjs.org/http-signature
3934 silly get cb [ 304,
3934 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
3934 silly get     via: '1.1 varnish',
3934 silly get     'cache-control': 'max-age=60',
3934 silly get     etag: '"6X2EFJAJVCHY73LZ2MHUQ1TCT"',
3934 silly get     age: '58',
3934 silly get     connection: 'keep-alive',
3934 silly get     'x-served-by': 'cache-fra1245-FRA',
3934 silly get     'x-cache': 'HIT',
3934 silly get     'x-cache-hits': '2',
3934 silly get     'x-timer': 'S1440343460.117655,VS0,VE0',
3934 silly get     vary: 'Accept' } ]
3935 verbose etag https://registry.npmjs.org/http-signature from cache
3936 verbose get saving http-signature to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\http-signature\.cache.json
3937 silly addNameRange number 2 { name: 'http-signature',
3937 silly addNameRange   range: '>=0.10.0 <0.11.0',
3937 silly addNameRange   hasData: true }
3938 silly addNameRange versions [ 'http-signature',
3938 silly addNameRange   [ '0.9.0',
3938 silly addNameRange     '0.9.2',
3938 silly addNameRange     '0.9.3',
3938 silly addNameRange     '0.9.4',
3938 silly addNameRange     '0.9.5',
3938 silly addNameRange     '0.9.6',
3938 silly addNameRange     '0.9.7',
3938 silly addNameRange     '0.9.8',
3938 silly addNameRange     '0.9.9',
3938 silly addNameRange     '0.9.10',
3938 silly addNameRange     '0.9.11',
3938 silly addNameRange     '0.10.0',
3938 silly addNameRange     '0.10.1',
3938 silly addNameRange     '0.11.0' ] ]
3939 silly addNamed http-signature@0.10.1
3940 verbose addNamed "0.10.1" is a plain semver version for http-signature
3941 silly cache afterAdd http-signature@0.10.1
3942 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\http-signature\0.10.1\package\package.json not in flight; writing
3943 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\http-signature\0.10.1\package\package.json written
3944 http 304 https://registry.npmjs.org/combined-stream
3945 silly get cb [ 304,
3945 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
3945 silly get     via: '1.1 varnish',
3945 silly get     'cache-control': 'max-age=60',
3945 silly get     etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
3945 silly get     age: '17',
3945 silly get     connection: 'keep-alive',
3945 silly get     'x-served-by': 'cache-fra1233-FRA',
3945 silly get     'x-cache': 'HIT',
3945 silly get     'x-cache-hits': '1',
3945 silly get     'x-timer': 'S1440343460.239921,VS0,VE0',
3945 silly get     vary: 'Accept' } ]
3946 verbose etag https://registry.npmjs.org/combined-stream from cache
3947 verbose get saving combined-stream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\combined-stream\.cache.json
3948 silly addNameRange number 2 { name: 'combined-stream',
3948 silly addNameRange   range: '>=0.0.5 <0.1.0',
3948 silly addNameRange   hasData: true }
3949 silly addNameRange versions [ 'combined-stream',
3949 silly addNameRange   [ '0.0.0',
3949 silly addNameRange     '0.0.1',
3949 silly addNameRange     '0.0.2',
3949 silly addNameRange     '0.0.3',
3949 silly addNameRange     '0.0.4',
3949 silly addNameRange     '0.0.5',
3949 silly addNameRange     '0.0.7',
3949 silly addNameRange     '1.0.0',
3949 silly addNameRange     '1.0.1',
3949 silly addNameRange     '1.0.2',
3949 silly addNameRange     '1.0.3',
3949 silly addNameRange     '1.0.4',
3949 silly addNameRange     '1.0.5' ] ]
3950 silly addNamed combined-stream@0.0.7
3951 verbose addNamed "0.0.7" is a plain semver version for combined-stream
3952 silly cache afterAdd combined-stream@0.0.7
3953 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\combined-stream\0.0.7\package\package.json not in flight; writing
3954 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\combined-stream\0.0.7\package\package.json written
3955 silly install resolved [ { name: 'bl',
3955 silly install resolved     version: '0.9.4',
3955 silly install resolved     description: 'Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!',
3955 silly install resolved     main: 'bl.js',
3955 silly install resolved     scripts:
3955 silly install resolved      { test: 'node test/test.js | faucet',
3955 silly install resolved        'test-local': 'brtapsauce-local test/basic-test.js' },
3955 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/rvagg/bl.git' },
3955 silly install resolved     homepage: 'https://github.com/rvagg/bl',
3955 silly install resolved     authors:
3955 silly install resolved      [ 'Rod Vagg <rod@vagg.org> (https://github.com/rvagg)',
3955 silly install resolved        'Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)',
3955 silly install resolved        'Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)' ],
3955 silly install resolved     keywords: [ 'buffer', 'buffers', 'stream', 'awesomesauce' ],
3955 silly install resolved     license: 'MIT',
3955 silly install resolved     dependencies: { 'readable-stream': '~1.0.26' },
3955 silly install resolved     devDependencies:
3955 silly install resolved      { tape: '~2.12.3',
3955 silly install resolved        hash_file: '~0.1.1',
3955 silly install resolved        faucet: '~0.0.1',
3955 silly install resolved        brtapsauce: '~0.3.0' },
3955 silly install resolved     gitHead: 'e7f90703c5f90ca26f60455ea6ad0b6be4a9feee',
3955 silly install resolved     bugs: { url: 'https://github.com/rvagg/bl/issues' },
3955 silly install resolved     _id: 'bl@0.9.4',
3955 silly install resolved     _shasum: '4702ddf72fbe0ecd82787c00c113aea1935ad0e7',
3955 silly install resolved     _from: 'bl@>=0.9.0 <0.10.0',
3955 silly install resolved     _npmVersion: '2.1.18',
3955 silly install resolved     _nodeVersion: '1.0.3',
3955 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '4702ddf72fbe0ecd82787c00c113aea1935ad0e7',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/bl/-/bl-0.9.4.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/bl/-/bl-0.9.4.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Felix Geisendörfer',
3955 silly install resolved        email: 'felix@debuggable.com',
3955 silly install resolved        url: 'http://debuggable.com/' },
3955 silly install resolved     name: 'form-data',
3955 silly install resolved     description: 'A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.',
3955 silly install resolved     version: '0.2.0',
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git://github.com/felixge/node-form-data.git' },
3955 silly install resolved     main: './lib/form_data',
3955 silly install resolved     scripts: { test: 'node test/run.js' },
3955 silly install resolved     engines: { node: '>= 0.8' },
3955 silly install resolved     dependencies:
3955 silly install resolved      { async: '~0.9.0',
3955 silly install resolved        'combined-stream': '~0.0.4',
3955 silly install resolved        'mime-types': '~2.0.3' },
3955 silly install resolved     licenses: [ [Object] ],
3955 silly install resolved     devDependencies:
3955 silly install resolved      { fake: '~0.2.2',
3955 silly install resolved        far: '~0.0.7',
3955 silly install resolved        formidable: '~1.0.14',
3955 silly install resolved        request: '~2.36.0' },
3955 silly install resolved     gitHead: 'dfc1a2aef40b97807e2ffe477da06cb2c37e259f',
3955 silly install resolved     bugs: { url: 'https://github.com/felixge/node-form-data/issues' },
3955 silly install resolved     homepage: 'https://github.com/felixge/node-form-data',
3955 silly install resolved     _id: 'form-data@0.2.0',
3955 silly install resolved     _shasum: '26f8bc26da6440e299cbdcfb69035c4f77a6e466',
3955 silly install resolved     _from: 'form-data@>=0.2.0 <0.3.0',
3955 silly install resolved     _npmVersion: '1.4.28',
3955 silly install resolved     _npmUser: { name: 'alexindigo', email: 'iam@alexindigo.com' },
3955 silly install resolved     maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '26f8bc26da6440e299cbdcfb69035c4f77a6e466',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Mikeal Rogers',
3955 silly install resolved        email: 'mikeal.rogers@gmail.com',
3955 silly install resolved        url: 'http://www.futurealoof.com' },
3955 silly install resolved     name: 'forever-agent',
3955 silly install resolved     description: 'HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.',
3955 silly install resolved     version: '0.5.2',
3955 silly install resolved     repository: { url: 'git+https://github.com/mikeal/forever-agent.git' },
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     dependencies: {},
3955 silly install resolved     devDependencies: {},
3955 silly install resolved     optionalDependencies: {},
3955 silly install resolved     engines: { node: '*' },
3955 silly install resolved     bugs: { url: 'https://github.com/mikeal/forever-agent/issues' },
3955 silly install resolved     homepage: 'https://github.com/mikeal/forever-agent',
3955 silly install resolved     _id: 'forever-agent@0.5.2',
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz' },
3955 silly install resolved     _from: 'forever-agent@>=0.5.0 <0.6.0',
3955 silly install resolved     _npmVersion: '1.3.21',
3955 silly install resolved     _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _shasum: '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { name: 'json-stringify-safe',
3955 silly install resolved     version: '5.0.1',
3955 silly install resolved     description: 'Like JSON.stringify, but doesn\'t blow up on circular refs.',
3955 silly install resolved     keywords: [ 'json', 'stringify', 'circular', 'safe' ],
3955 silly install resolved     homepage: 'https://github.com/isaacs/json-stringify-safe',
3955 silly install resolved     bugs: { url: 'https://github.com/isaacs/json-stringify-safe/issues' },
3955 silly install resolved     author:
3955 silly install resolved      { name: 'Isaac Z. Schlueter',
3955 silly install resolved        email: 'i@izs.me',
3955 silly install resolved        url: 'http://blog.izs.me' },
3955 silly install resolved     contributors: [ [Object] ],
3955 silly install resolved     license: 'ISC',
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git://github.com/isaacs/json-stringify-safe.git' },
3955 silly install resolved     main: 'stringify.js',
3955 silly install resolved     scripts: { test: 'node test.js' },
3955 silly install resolved     devDependencies:
3955 silly install resolved      { mocha: '>= 2.1.0 < 3',
3955 silly install resolved        must: '>= 0.12 < 0.13',
3955 silly install resolved        sinon: '>= 1.12.2 < 2' },
3955 silly install resolved     gitHead: '3890dceab3ad14f8701e38ca74f38276abc76de5',
3955 silly install resolved     _id: 'json-stringify-safe@5.0.1',
3955 silly install resolved     _shasum: '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb',
3955 silly install resolved     _from: 'json-stringify-safe@>=5.0.0 <5.1.0',
3955 silly install resolved     _npmVersion: '2.10.0',
3955 silly install resolved     _nodeVersion: '2.0.1',
3955 silly install resolved     _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz' },
3955 silly install resolved     maintainers: [ [Object], [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Jeremy Stashewsky',
3955 silly install resolved        email: 'jstashewsky@salesforce.com' },
3955 silly install resolved     license: 'BSD-3-Clause',
3955 silly install resolved     name: 'tough-cookie',
3955 silly install resolved     description: 'RFC6265 Cookies and Cookie Jar for node.js',
3955 silly install resolved     keywords:
3955 silly install resolved      [ 'HTTP',
3955 silly install resolved        'cookie',
3955 silly install resolved        'cookies',
3955 silly install resolved        'set-cookie',
3955 silly install resolved        'cookiejar',
3955 silly install resolved        'jar',
3955 silly install resolved        'RFC6265',
3955 silly install resolved        'RFC2965' ],
3955 silly install resolved     version: '2.0.0',
3955 silly install resolved     homepage: 'https://github.com/SalesforceEng/tough-cookie',
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git://github.com/SalesforceEng/tough-cookie.git' },
3955 silly install resolved     bugs: { url: 'https://github.com/SalesforceEng/tough-cookie/issues' },
3955 silly install resolved     main: './lib/cookie',
3955 silly install resolved     scripts: { test: 'vows test/*_test.js' },
3955 silly install resolved     engines: { node: '>=0.10.0' },
3955 silly install resolved     devDependencies: { vows: '0.7.0', async: '>=0.1.12' },
3955 silly install resolved     gitHead: 'a3af6104da7787c23bb98910109b0e0e8a10153c',
3955 silly install resolved     _id: 'tough-cookie@2.0.0',
3955 silly install resolved     _shasum: '41ce08720b35cf90beb044dd2609fb19e928718f',
3955 silly install resolved     _from: 'tough-cookie@>=0.12.0',
3955 silly install resolved     _npmVersion: '2.7.4',
3955 silly install resolved     _nodeVersion: '0.12.2',
3955 silly install resolved     _npmUser: { name: 'jstash', email: 'jstash@gmail.com' },
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '41ce08720b35cf90beb044dd2609fb19e928718f',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz' },
3955 silly install resolved     maintainers: [ [Object], [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { name: 'mime-types',
3955 silly install resolved     description: 'The ultimate javascript content-type utility.',
3955 silly install resolved     version: '1.0.2',
3955 silly install resolved     author:
3955 silly install resolved      { name: 'Jonathan Ong',
3955 silly install resolved        email: 'me@jongleberry.com',
3955 silly install resolved        url: 'http://jongleberry.com' },
3955 silly install resolved     contributors: [ [Object] ],
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git+https://github.com/expressjs/mime-types.git' },
3955 silly install resolved     license: 'MIT',
3955 silly install resolved     main: 'lib',
3955 silly install resolved     devDependencies: { co: '3', cogent: '0', mocha: '1', should: '3' },
3955 silly install resolved     engines: { node: '>= 0.8.0' },
3955 silly install resolved     scripts: { test: 'make test' },
3955 silly install resolved     gitHead: 'e82b23836eb42003b8346fb31769da2fb7eb54e8',
3955 silly install resolved     bugs: { url: 'https://github.com/expressjs/mime-types/issues' },
3955 silly install resolved     homepage: 'https://github.com/expressjs/mime-types',
3955 silly install resolved     _id: 'mime-types@1.0.2',
3955 silly install resolved     _shasum: '995ae1392ab8affcbfcb2641dd054e943c0d5dce',
3955 silly install resolved     _from: 'mime-types@>=1.0.1 <1.1.0',
3955 silly install resolved     _npmVersion: '1.4.21',
3955 silly install resolved     _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
3955 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '995ae1392ab8affcbfcb2641dd054e943c0d5dce',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Mikeal Rogers',
3955 silly install resolved        email: 'mikeal.rogers@gmail.com',
3955 silly install resolved        url: 'http://www.futurealoof.com' },
3955 silly install resolved     name: 'tunnel-agent',
3955 silly install resolved     description: 'HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.',
3955 silly install resolved     version: '0.4.1',
3955 silly install resolved     repository: { url: 'git+https://github.com/mikeal/tunnel-agent.git' },
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     dependencies: {},
3955 silly install resolved     devDependencies: {},
3955 silly install resolved     optionalDependencies: {},
3955 silly install resolved     engines: { node: '*' },
3955 silly install resolved     gitHead: '912a7a6d00e10ec76baf9c9369de280fa5badef3',
3955 silly install resolved     bugs: { url: 'https://github.com/mikeal/tunnel-agent/issues' },
3955 silly install resolved     homepage: 'https://github.com/mikeal/tunnel-agent#readme',
3955 silly install resolved     _id: 'tunnel-agent@0.4.1',
3955 silly install resolved     scripts: {},
3955 silly install resolved     _shasum: 'bbeecff4d679ce753db9462761a88dfcec3c5ab3',
3955 silly install resolved     _from: 'tunnel-agent@>=0.4.0 <0.5.0',
3955 silly install resolved     _npmVersion: '2.11.2',
3955 silly install resolved     _nodeVersion: '0.12.5',
3955 silly install resolved     _npmUser: { name: 'simov', email: 'simeonvelichkov@gmail.com' },
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: 'bbeecff4d679ce753db9462761a88dfcec3c5ab3',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz' },
3955 silly install resolved     maintainers: [ [Object], [Object], [Object], [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Mikeal Rogers',
3955 silly install resolved        email: 'mikeal.rogers@gmail.com',
3955 silly install resolved        url: 'http://www.futurealoof.com' },
3955 silly install resolved     name: 'oauth-sign',
3955 silly install resolved     description: 'OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.',
3955 silly install resolved     version: '0.5.0',
3955 silly install resolved     repository: { url: 'git+https://github.com/mikeal/oauth-sign.git' },
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     dependencies: {},
3955 silly install resolved     devDependencies: {},
3955 silly install resolved     optionalDependencies: {},
3955 silly install resolved     engines: { node: '*' },
3955 silly install resolved     scripts: { test: 'node test.js' },
3955 silly install resolved     gitHead: '6fea86c2d4a38e1b3780ad0cc56f00196e5213c1',
3955 silly install resolved     bugs: { url: 'https://github.com/mikeal/oauth-sign/issues' },
3955 silly install resolved     homepage: 'https://github.com/mikeal/oauth-sign',
3955 silly install resolved     _id: 'oauth-sign@0.5.0',
3955 silly install resolved     _shasum: 'd767f5169325620eab2e087ef0c472e773db6461',
3955 silly install resolved     _from: 'oauth-sign@>=0.5.0 <0.6.0',
3955 silly install resolved     _npmVersion: '2.0.0',
3955 silly install resolved     _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: 'd767f5169325620eab2e087ef0c472e773db6461',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { name: 'node-uuid',
3955 silly install resolved     description: 'Rigorous implementation of RFC4122 (v1 and v4) UUIDs.',
3955 silly install resolved     url: 'http://github.com/broofa/node-uuid',
3955 silly install resolved     keywords: [ 'uuid', 'guid', 'rfc4122' ],
3955 silly install resolved     author: { name: 'Robert Kieffer', email: 'robert@broofa.com' },
3955 silly install resolved     contributors: [ [Object] ],
3955 silly install resolved     bin: { uuid: './bin/uuid' },
3955 silly install resolved     scripts: { test: 'node test/test.js' },
3955 silly install resolved     lib: '.',
3955 silly install resolved     main: './uuid.js',
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git+https://github.com/broofa/node-uuid.git' },
3955 silly install resolved     version: '1.4.3',
3955 silly install resolved     licenses: [ [Object] ],
3955 silly install resolved     gitHead: '886463c660a095dfebfa69603921a8d156fdb12c',
3955 silly install resolved     bugs: { url: 'https://github.com/broofa/node-uuid/issues' },
3955 silly install resolved     homepage: 'https://github.com/broofa/node-uuid',
3955 silly install resolved     _id: 'node-uuid@1.4.3',
3955 silly install resolved     _shasum: '319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9',
3955 silly install resolved     _from: 'node-uuid@>=1.4.0 <1.5.0',
3955 silly install resolved     _npmVersion: '1.4.28',
3955 silly install resolved     _npmUser: { name: 'broofa', email: 'robert@broofa.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { name: 'qs',
3955 silly install resolved     version: '2.3.3',
3955 silly install resolved     description: 'A querystring parser that supports nesting and arrays, with a depth limit',
3955 silly install resolved     homepage: 'https://github.com/hapijs/qs',
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     dependencies: {},
3955 silly install resolved     devDependencies: { code: '1.x.x', lab: '5.x.x' },
3955 silly install resolved     scripts: { test: 'make test-cov' },
3955 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/hapijs/qs.git' },
3955 silly install resolved     keywords: [ 'querystring', 'qs' ],
3955 silly install resolved     licenses: [ [Object] ],
3955 silly install resolved     gitHead: '9250c4cda5102fcf72441445816e6d311fc6813d',
3955 silly install resolved     bugs: { url: 'https://github.com/hapijs/qs/issues' },
3955 silly install resolved     _id: 'qs@2.3.3',
3955 silly install resolved     _shasum: 'e9e85adbe75da0bbe4c8e0476a086290f863b404',
3955 silly install resolved     _from: 'qs@>=2.3.1 <2.4.0',
3955 silly install resolved     _npmVersion: '2.1.6',
3955 silly install resolved     _nodeVersion: '0.10.32',
3955 silly install resolved     _npmUser: { name: 'nlf', email: 'quitlahok@gmail.com' },
3955 silly install resolved     maintainers: [ [Object], [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: 'e9e85adbe75da0bbe4c8e0476a086290f863b404',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/qs/-/qs-2.3.3.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/qs/-/qs-2.3.3.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { name: 'caseless',
3955 silly install resolved     version: '0.8.0',
3955 silly install resolved     description: 'Caseless object set/get/has, very useful when working with HTTP headers.',
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     scripts: { test: 'node test.js' },
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git+https://github.com/mikeal/caseless.git' },
3955 silly install resolved     keywords: [ 'headers', 'http', 'caseless' ],
3955 silly install resolved     test: 'node test.js',
3955 silly install resolved     author: { name: 'Mikeal Rogers', email: 'mikeal.rogers@gmail.com' },
3955 silly install resolved     license: 'BSD',
3955 silly install resolved     bugs: { url: 'https://github.com/mikeal/caseless/issues' },
3955 silly install resolved     devDependencies: { tape: '^2.10.2' },
3955 silly install resolved     gitHead: '1bfbf01d4481c057738a64ba284749222a944176',
3955 silly install resolved     homepage: 'https://github.com/mikeal/caseless',
3955 silly install resolved     _id: 'caseless@0.8.0',
3955 silly install resolved     _shasum: '5bca2881d41437f54b2407ebe34888c7b9ad4f7d',
3955 silly install resolved     _from: 'caseless@>=0.8.0 <0.9.0',
3955 silly install resolved     _npmVersion: '2.0.0',
3955 silly install resolved     _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '5bca2881d41437f54b2407ebe34888c7b9ad4f7d',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Mikeal Rogers',
3955 silly install resolved        email: 'mikeal.rogers@gmail.com',
3955 silly install resolved        url: 'http://www.futurealoof.com' },
3955 silly install resolved     name: 'aws-sign2',
3955 silly install resolved     description: 'AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.',
3955 silly install resolved     version: '0.5.0',
3955 silly install resolved     repository: { url: 'git+https://github.com/mikeal/aws-sign.git' },
3955 silly install resolved     main: 'index.js',
3955 silly install resolved     dependencies: {},
3955 silly install resolved     devDependencies: {},
3955 silly install resolved     optionalDependencies: {},
3955 silly install resolved     engines: { node: '*' },
3955 silly install resolved     readme: 'aws-sign\n========\n\nAWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.\n',
3955 silly install resolved     readmeFilename: 'README.md',
3955 silly install resolved     bugs: { url: 'https://github.com/mikeal/aws-sign/issues' },
3955 silly install resolved     _id: 'aws-sign2@0.5.0',
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: 'c57103f7a17fc037f02d7c2e64b602ea223f7d63',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz' },
3955 silly install resolved     _from: 'aws-sign2@>=0.5.0 <0.6.0',
3955 silly install resolved     _npmVersion: '1.3.2',
3955 silly install resolved     _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _shasum: 'c57103f7a17fc037f02d7c2e64b602ea223f7d63',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
3955 silly install resolved     homepage: 'https://github.com/mikeal/aws-sign#readme' },
3955 silly install resolved   { name: 'stringstream',
3955 silly install resolved     version: '0.0.4',
3955 silly install resolved     description: 'Encode and decode streams into string streams',
3955 silly install resolved     author:
3955 silly install resolved      { name: 'Michael Hart',
3955 silly install resolved        email: 'michael.hart.au@gmail.com',
3955 silly install resolved        url: 'http://github.com/mhart' },
3955 silly install resolved     main: 'stringstream.js',
3955 silly install resolved     keywords: [ 'string', 'stream', 'base64', 'gzip' ],
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git+https://github.com/mhart/StringStream.git' },
3955 silly install resolved     license: 'MIT',
3955 silly install resolved     readme: '# Decode streams into strings The Right Way(tm)\n\n```javascript\nvar fs   = require(\'fs\')\nvar zlib = require(\'zlib\')\nvar strs = require(\'stringstream\')\n\nvar utf8Stream = fs.createReadStream(\'massiveLogFile.gz\')\n  .pipe(zlib.createGunzip())\n  .pipe(strs(\'utf8\'))\n```\n\nNo need to deal with `setEncoding()` weirdness, just compose streams\nlike they were supposed to be!\n\nHandles input and output encoding:\n\n```javascript\n// Stream from utf8 to hex to base64... Why not, ay.\nvar hex64Stream = fs.createReadStream(\'myFile\')\n  .pipe(strs(\'utf8\', \'hex\'))\n  .pipe(strs(\'hex\', \'base64\'))\n```\n\nAlso deals with `base64` output correctly by aligning each emitted data\nchunk so that there are no dangling `=` characters:\n\n```javascript\nvar stream = fs.createReadStream(\'myFile\').pipe(strs(\'base64\'))\n\nvar base64Str = \'\'\n\nstream.on(\'data\', function(data) { base64Str += data })\nstream.on(\'end\', function() {\n  console.log(\'My base64 encoded file is: \' + base64Str) // Wouldn\'t work with setEncoding()\n  console.log(\'Original file is: \' + new Buffer(base64Str, \'base64\'))\n})\n```\n',
3955 silly install resolved     readmeFilename: 'README.md',
3955 silly install resolved     _id: 'stringstream@0.0.4',
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '0f0e3423f942960b5692ac324a57dd093bc41a92',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz' },
3955 silly install resolved     _npmVersion: '1.2.0',
3955 silly install resolved     _npmUser: { name: 'hichaelmart', email: 'michael.hart.au@gmail.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _shasum: '0f0e3423f942960b5692ac324a57dd093bc41a92',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz',
3955 silly install resolved     _from: 'stringstream@>=0.0.4 <0.1.0',
3955 silly install resolved     bugs: { url: 'https://github.com/mhart/StringStream/issues' },
3955 silly install resolved     homepage: 'https://github.com/mhart/StringStream#readme' },
3955 silly install resolved   { name: 'hawk',
3955 silly install resolved     description: 'HTTP Hawk Authentication Scheme',
3955 silly install resolved     version: '1.1.1',
3955 silly install resolved     author:
3955 silly install resolved      { name: 'Eran Hammer',
3955 silly install resolved        email: 'eran@hueniverse.com',
3955 silly install resolved        url: 'http://hueniverse.com' },
3955 silly install resolved     contributors: [],
3955 silly install resolved     repository: { type: 'git', url: 'git://github.com/hueniverse/hawk.git' },
3955 silly install resolved     main: 'index',
3955 silly install resolved     keywords: [ 'http', 'authentication', 'scheme', 'hawk' ],
3955 silly install resolved     engines: { node: '>=0.8.0' },
3955 silly install resolved     dependencies:
3955 silly install resolved      { hoek: '0.9.x',
3955 silly install resolved        boom: '0.4.x',
3955 silly install resolved        cryptiles: '0.2.x',
3955 silly install resolved        sntp: '0.2.x' },
3955 silly install resolved     devDependencies:
3955 silly install resolved      { lab: '0.1.x',
3955 silly install resolved        'complexity-report': '0.x.x',
3955 silly install resolved        localStorage: '1.0.x' },
3955 silly install resolved     scripts: { test: 'make test-cov' },
3955 silly install resolved     licenses: [ [Object] ],
3955 silly install resolved     bugs: { url: 'https://github.com/hueniverse/hawk/issues' },
3955 silly install resolved     _id: 'hawk@1.1.1',
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '87cd491f9b46e4e2aeaca335416766885d2d1ed9',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz' },
3955 silly install resolved     _from: 'hawk@1.1.1',
3955 silly install resolved     _npmVersion: '1.3.8',
3955 silly install resolved     _npmUser: { name: 'hueniverse', email: 'eran@hueniverse.com' },
3955 silly install resolved     maintainers: [ [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _shasum: '87cd491f9b46e4e2aeaca335416766885d2d1ed9',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!',
3955 silly install resolved     homepage: 'https://github.com/hueniverse/hawk#readme' },
3955 silly install resolved   { name: 'http-signature',
3955 silly install resolved     description: 'Reference implementation of Joyent\'s HTTP Signature scheme.',
3955 silly install resolved     version: '0.10.1',
3955 silly install resolved     license: 'MIT',
3955 silly install resolved     author: { name: 'Joyent, Inc' },
3955 silly install resolved     contributors: [ [Object], [Object] ],
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git://github.com/joyent/node-http-signature.git' },
3955 silly install resolved     homepage: 'https://github.com/joyent/node-http-signature/',
3955 silly install resolved     bugs: { url: 'https://github.com/joyent/node-http-signature/issues' },
3955 silly install resolved     keywords: [ 'https', 'request' ],
3955 silly install resolved     engines: { node: '>=0.8' },
3955 silly install resolved     main: 'lib/index.js',
3955 silly install resolved     scripts: { test: 'tap test/*.js' },
3955 silly install resolved     dependencies: { 'assert-plus': '^0.1.5', asn1: '0.1.11', ctype: '0.5.3' },
3955 silly install resolved     devDependencies: { 'node-uuid': '^1.4.1', tap: '0.4.2' },
3955 silly install resolved     _id: 'http-signature@0.10.1',
3955 silly install resolved     _shasum: '4fbdac132559aa8323121e540779c0a012b27e66',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
3955 silly install resolved     _from: 'http-signature@>=0.10.0 <0.11.0',
3955 silly install resolved     _npmVersion: '1.4.28',
3955 silly install resolved     _npmUser: { name: 'pfmooney', email: 'patrick.f.mooney@gmail.com' },
3955 silly install resolved     maintainers: [ [Object], [Object] ],
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '4fbdac132559aa8323121e540779c0a012b27e66',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz' },
3955 silly install resolved     directories: {},
3955 silly install resolved     readme: 'ERROR: No README data found!' },
3955 silly install resolved   { author:
3955 silly install resolved      { name: 'Felix Geisendörfer',
3955 silly install resolved        email: 'felix@debuggable.com',
3955 silly install resolved        url: 'http://debuggable.com/' },
3955 silly install resolved     name: 'combined-stream',
3955 silly install resolved     description: 'A stream that emits multiple other streams one after another.',
3955 silly install resolved     version: '0.0.7',
3955 silly install resolved     homepage: 'https://github.com/felixge/node-combined-stream',
3955 silly install resolved     repository:
3955 silly install resolved      { type: 'git',
3955 silly install resolved        url: 'git://github.com/felixge/node-combined-stream.git' },
3955 silly install resolved     main: './lib/combined_stream',
3955 silly install resolved     scripts: { test: 'node test/run.js' },
3955 silly install resolved     engines: { node: '>= 0.8' },
3955 silly install resolved     dependencies: { 'delayed-stream': '0.0.5' },
3955 silly install resolved     devDependencies: { far: '~0.0.7' },
3955 silly install resolved     bugs: { url: 'https://github.com/felixge/node-combined-stream/issues' },
3955 silly install resolved     _id: 'combined-stream@0.0.7',
3955 silly install resolved     dist:
3955 silly install resolved      { shasum: '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f',
3955 silly install resolved        tarball: 'http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz' },
3955 silly install resolved     _from: 'combined-stream@>=0.0.5 <0.1.0',
3955 silly install resolved     _npmVersion: '1.4.3',
3955 silly install resolved     _npmUser: { name: 'felixge', email: 'felix@debuggable.com' },
3955 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
3955 silly install resolved     directories: {},
3955 silly install resolved     _shasum: '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f',
3955 silly install resolved     _resolved: 'https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
3955 silly install resolved     readme: 'ERROR: No README data found!' } ]
3956 info install bl@0.9.4 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3957 info install form-data@0.2.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3958 info install forever-agent@0.5.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3959 info install json-stringify-safe@5.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3960 info install tough-cookie@2.0.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3961 info install mime-types@1.0.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3962 info install tunnel-agent@0.4.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3963 info install oauth-sign@0.5.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3964 info install node-uuid@1.4.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3965 info install qs@2.3.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3966 info install caseless@0.8.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3967 info install aws-sign2@0.5.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3968 info install stringstream@0.0.4 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3969 info install hawk@1.1.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3970 info install http-signature@0.10.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3971 info install combined-stream@0.0.7 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
3972 info installOne bl@0.9.4
3973 verbose installOne of bl to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3974 info installOne form-data@0.2.0
3975 verbose installOne of form-data to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3976 info installOne forever-agent@0.5.2
3977 verbose installOne of forever-agent to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3978 info installOne json-stringify-safe@5.0.1
3979 verbose installOne of json-stringify-safe to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3980 info installOne tough-cookie@2.0.0
3981 verbose installOne of tough-cookie to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3982 info installOne mime-types@1.0.2
3983 verbose installOne of mime-types to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3984 info installOne tunnel-agent@0.4.1
3985 verbose installOne of tunnel-agent to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3986 info installOne oauth-sign@0.5.0
3987 verbose installOne of oauth-sign to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3988 info installOne node-uuid@1.4.3
3989 verbose installOne of node-uuid to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3990 info installOne qs@2.3.3
3991 verbose installOne of qs to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3992 info installOne caseless@0.8.0
3993 verbose installOne of caseless to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3994 info installOne aws-sign2@0.5.0
3995 verbose installOne of aws-sign2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3996 info installOne stringstream@0.0.4
3997 verbose installOne of stringstream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
3998 info installOne hawk@1.1.1
3999 verbose installOne of hawk to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
4000 info installOne http-signature@0.10.1
4001 verbose installOne of http-signature to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
4002 info installOne combined-stream@0.0.7
4003 verbose installOne of combined-stream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request not in flight; installing
4004 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\bl-852c9fdcd5585005.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4005 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\forever-agent-afeb5c50b5f35398.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4006 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tough-cookie-cbedbc36c77fc286.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4007 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\json-stringify-safe-c45aad3bdc627d47.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4008 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-types-e4404f665c4f37c4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4009 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\form-data-402eed65cef8180c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4010 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tunnel-agent-936c30287b5825cd.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4011 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\node-uuid-153a14bdef2f57ff.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4012 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\qs-c92ac51e30179fc5.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4013 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\oauth-sign-29c0d619ae7d5e8c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4014 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\aws-sign2-dae2c58c20bb5684.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4015 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\stringstream-5a5cb7fcad91c904.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4016 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\hawk-5ac56b51502ddbaf.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4017 silly install write writing bl 0.9.4 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4018 silly install write writing forever-agent 0.5.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4019 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\caseless-4241f86dce93c74b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4020 silly install write writing tough-cookie 2.0.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4021 silly install write writing json-stringify-safe 5.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4022 silly install write writing mime-types 1.0.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4023 silly install write writing form-data 0.2.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4024 silly install write writing tunnel-agent 0.4.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4025 silly install write writing node-uuid 1.4.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4026 silly install write writing qs 2.3.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4027 silly install write writing oauth-sign 0.5.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4028 silly install write writing aws-sign2 0.5.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4029 silly install write writing stringstream 0.0.4 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4030 silly install write writing hawk 1.1.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4031 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\http-signature-8cdcc2bdc8d6cec9.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4032 silly install write writing caseless 0.8.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4033 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\combined-stream-259ae034e90b35bf.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4034 silly install write writing http-signature 0.10.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4035 silly install write writing combined-stream 0.0.7 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4036 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4037 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4038 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4039 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4040 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4041 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4042 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4043 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4044 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4045 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4046 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4047 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4048 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4049 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4050 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl is being purged from base D:\WWW\NodeJS\src
4051 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4052 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent is being purged from base D:\WWW\NodeJS\src
4053 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4054 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie is being purged from base D:\WWW\NodeJS\src
4055 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4056 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe is being purged from base D:\WWW\NodeJS\src
4057 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4058 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data is being purged from base D:\WWW\NodeJS\src
4059 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4060 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types is being purged from base D:\WWW\NodeJS\src
4061 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4062 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4063 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent is being purged from base D:\WWW\NodeJS\src
4064 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4065 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs is being purged from base D:\WWW\NodeJS\src
4066 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4067 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign is being purged from base D:\WWW\NodeJS\src
4068 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4069 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream is being purged from base D:\WWW\NodeJS\src
4070 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4071 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2 is being purged from base D:\WWW\NodeJS\src
4072 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4073 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk is being purged from base D:\WWW\NodeJS\src
4074 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4075 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4076 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\bl\0.9.4\package.tgz
4077 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4078 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl is being purged
4079 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4080 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless is being purged from base D:\WWW\NodeJS\src
4081 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4082 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\forever-agent\0.5.2\package.tgz
4083 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4084 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent is being purged
4085 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4086 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package.tgz
4087 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4088 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie is being purged
4089 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
4090 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package.tgz
4091 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4092 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe is being purged
4093 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4094 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\form-data\0.2.0\package.tgz
4095 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4096 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data is being purged
4097 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4098 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\1.0.2\package.tgz
4099 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4100 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types is being purged
4101 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4102 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package.tgz
4103 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4104 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent is being purged
4105 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4106 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid is being purged from base D:\WWW\NodeJS\src
4107 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4108 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\qs\2.3.3\package.tgz
4109 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4110 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs is being purged
4111 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4112 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\oauth-sign\0.5.0\package.tgz
4113 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4114 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign is being purged
4115 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4116 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\stringstream\0.0.4\package.tgz
4117 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4118 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream is being purged
4119 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4120 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package.tgz
4121 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4122 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2 is being purged
4123 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4124 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\hawk\1.1.1\package.tgz
4125 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4126 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk is being purged
4127 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
4128 silly gunzTarPerm modes [ '777', '666' ]
4129 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\caseless\0.8.0\package.tgz
4130 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4131 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless is being purged
4132 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4133 silly gunzTarPerm modes [ '777', '666' ]
4134 silly gunzTarPerm modes [ '777', '666' ]
4135 silly gunzTarPerm modes [ '777', '666' ]
4136 silly gunzTarPerm modes [ '777', '666' ]
4137 silly gunzTarPerm modes [ '777', '666' ]
4138 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature is being purged from base D:\WWW\NodeJS\src
4139 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4140 silly gunzTarPerm modes [ '777', '666' ]
4141 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\node-uuid\1.4.3\package.tgz
4142 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4143 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid is being purged
4144 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4145 silly gunzTarPerm modes [ '777', '666' ]
4146 silly gunzTarPerm modes [ '777', '666' ]
4147 silly gunzTarPerm modes [ '777', '666' ]
4148 silly gunzTarPerm modes [ '777', '666' ]
4149 silly gunzTarPerm modes [ '777', '666' ]
4150 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream is being purged from base D:\WWW\NodeJS\src
4151 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4152 silly gunzTarPerm modes [ '777', '666' ]
4153 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\http-signature\0.10.1\package.tgz
4154 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4155 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature is being purged
4156 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
4157 silly gunzTarPerm modes [ '777', '666' ]
4158 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\combined-stream\0.0.7\package.tgz
4159 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4160 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream is being purged
4161 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4162 silly gunzTarPerm modes [ '777', '666' ]
4163 silly gunzTarPerm modes [ '777', '666' ]
4164 silly gunzTarPerm extractEntry package.json
4165 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
4166 silly gunzTarPerm extractEntry package.json
4167 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4168 silly gunzTarPerm extractEntry package.json
4169 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4170 silly gunzTarPerm extractEntry package.json
4171 silly gunzTarPerm extractEntry package.json
4172 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4173 silly gunzTarPerm extractEntry package.json
4174 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4175 silly gunzTarPerm extractEntry package.json
4176 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
4177 silly gunzTarPerm extractEntry package.json
4178 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4179 silly gunzTarPerm extractEntry package.json
4180 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4181 silly gunzTarPerm extractEntry package.json
4182 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4183 silly gunzTarPerm extractEntry package.json
4184 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4185 silly gunzTarPerm extractEntry package.json
4186 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4187 silly gunzTarPerm extractEntry package.json
4188 silly gunzTarPerm modified mode [ 'package.json', 493, 511 ]
4189 silly gunzTarPerm extractEntry package.json
4190 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4191 silly gunzTarPerm extractEntry package.json
4192 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4193 silly gunzTarPerm extractEntry package.json
4194 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4195 silly gunzTarPerm extractEntry .npmignore
4196 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4197 silly gunzTarPerm extractEntry README.md
4198 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4199 silly gunzTarPerm extractEntry README.md
4200 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4201 silly gunzTarPerm extractEntry LICENSE
4202 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4203 silly gunzTarPerm extractEntry .npmignore
4204 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4205 silly gunzTarPerm extractEntry README.md
4206 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4207 silly gunzTarPerm extractEntry .npmignore
4208 silly gunzTarPerm extractEntry README.md
4209 silly gunzTarPerm extractEntry lib/form_data.js
4210 silly gunzTarPerm modified mode [ 'lib/form_data.js', 420, 438 ]
4211 silly gunzTarPerm extractEntry License
4212 silly gunzTarPerm modified mode [ 'License', 420, 438 ]
4213 silly gunzTarPerm extractEntry .npmignore
4214 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4215 silly gunzTarPerm extractEntry README.md
4216 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4217 silly gunzTarPerm extractEntry README.md
4218 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4219 silly gunzTarPerm extractEntry LICENSE
4220 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4221 silly gunzTarPerm extractEntry README.md
4222 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4223 silly gunzTarPerm extractEntry LICENSE
4224 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4225 silly gunzTarPerm extractEntry .npmignore
4226 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4227 silly gunzTarPerm extractEntry README.md
4228 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4229 silly gunzTarPerm extractEntry README.md
4230 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
4231 silly gunzTarPerm extractEntry LICENSE
4232 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
4233 silly gunzTarPerm extractEntry .npmignore
4234 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4235 silly gunzTarPerm extractEntry README.md
4236 silly gunzTarPerm modified mode [ 'README.md', 493, 511 ]
4237 silly gunzTarPerm extractEntry README.md
4238 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4239 silly gunzTarPerm extractEntry index.js
4240 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4241 silly gunzTarPerm extractEntry .npmignore
4242 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4243 silly gunzTarPerm extractEntry README.md
4244 silly gunzTarPerm modified mode [ 'README.md', 493, 511 ]
4245 silly gunzTarPerm extractEntry .npmignore
4246 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4247 silly gunzTarPerm extractEntry README.md
4248 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4249 silly gunzTarPerm extractEntry .npmignore
4250 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4251 silly gunzTarPerm extractEntry README.md
4252 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4253 silly gunzTarPerm extractEntry License
4254 silly gunzTarPerm modified mode [ 'License', 420, 438 ]
4255 silly gunzTarPerm extractEntry Readme.md
4256 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
4257 silly gunzTarPerm extractEntry index.js
4258 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4259 silly gunzTarPerm extractEntry bl.js
4260 silly gunzTarPerm modified mode [ 'bl.js', 436, 438 ]
4261 silly gunzTarPerm extractEntry .jshintrc
4262 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
4263 silly gunzTarPerm extractEntry .travis.yml
4264 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4265 silly gunzTarPerm extractEntry LICENSE.md
4266 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 438 ]
4267 silly gunzTarPerm extractEntry test/basic-test.js
4268 silly gunzTarPerm modified mode [ 'test/basic-test.js', 420, 438 ]
4269 silly gunzTarPerm extractEntry test/sauce.js
4270 silly gunzTarPerm modified mode [ 'test/sauce.js', 420, 438 ]
4271 silly gunzTarPerm extractEntry test/test.js
4272 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
4273 silly gunzTarPerm extractEntry index.js
4274 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4275 silly gunzTarPerm extractEntry test.js
4276 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4277 silly gunzTarPerm extractEntry index.js
4278 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4279 silly gunzTarPerm extractEntry Readme.md
4280 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
4281 silly gunzTarPerm extractEntry example.js
4282 silly gunzTarPerm modified mode [ 'example.js', 420, 438 ]
4283 silly gunzTarPerm extractEntry stringstream.js
4284 silly gunzTarPerm modified mode [ 'stringstream.js', 420, 438 ]
4285 silly gunzTarPerm extractEntry index.js
4286 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
4287 silly gunzTarPerm extractEntry .jshintrc
4288 silly gunzTarPerm modified mode [ '.jshintrc', 436, 438 ]
4289 silly gunzTarPerm extractEntry LICENSE
4290 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4291 silly gunzTarPerm extractEntry LICENSE
4292 silly gunzTarPerm extractEntry .travis.yml
4293 silly gunzTarPerm extractEntry LICENSE
4294 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4295 silly gunzTarPerm extractEntry stringify.js
4296 silly gunzTarPerm modified mode [ 'stringify.js', 420, 438 ]
4297 silly gunzTarPerm extractEntry LICENSE
4298 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
4299 silly gunzTarPerm extractEntry index.js
4300 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4301 silly gunzTarPerm extractEntry test.js
4302 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4303 silly gunzTarPerm extractEntry uuid.js
4304 silly gunzTarPerm modified mode [ 'uuid.js', 420, 438 ]
4305 silly gunzTarPerm extractEntry benchmark/README.md
4306 silly gunzTarPerm modified mode [ 'benchmark/README.md', 420, 438 ]
4307 silly gunzTarPerm extractEntry benchmark/benchmark.js
4308 silly gunzTarPerm modified mode [ 'benchmark/benchmark.js', 420, 438 ]
4309 silly gunzTarPerm extractEntry benchmark/bench.gnu
4310 silly gunzTarPerm modified mode [ 'benchmark/bench.gnu', 420, 438 ]
4311 silly gunzTarPerm extractEntry benchmark/bench.sh
4312 silly gunzTarPerm modified mode [ 'benchmark/bench.sh', 493, 511 ]
4313 silly gunzTarPerm extractEntry benchmark/benchmark-native.c
4314 silly gunzTarPerm modified mode [ 'benchmark/benchmark-native.c', 420, 438 ]
4315 silly gunzTarPerm extractEntry bin/uuid
4316 silly gunzTarPerm modified mode [ 'bin/uuid', 493, 511 ]
4317 silly gunzTarPerm extractEntry LICENSE.md
4318 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 438 ]
4319 silly gunzTarPerm extractEntry component.json
4320 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
4321 silly gunzTarPerm extractEntry test/compare_v1.js
4322 silly gunzTarPerm modified mode [ 'test/compare_v1.js', 420, 438 ]
4323 silly gunzTarPerm extractEntry test/test.js
4324 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
4325 silly gunzTarPerm extractEntry test/test.html
4326 silly gunzTarPerm modified mode [ 'test/test.html', 420, 438 ]
4327 silly gunzTarPerm extractEntry bower.json
4328 silly gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
4329 silly gunzTarPerm extractEntry LICENSE
4330 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
4331 silly gunzTarPerm extractEntry LICENSE
4332 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4333 silly gunzTarPerm extractEntry .dir-locals.el
4334 silly gunzTarPerm modified mode [ '.dir-locals.el', 420, 438 ]
4335 silly gunzTarPerm extractEntry lib/combined_stream.js
4336 silly gunzTarPerm modified mode [ 'lib/combined_stream.js', 420, 438 ]
4337 silly gunzTarPerm extractEntry .travis.yml
4338 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4339 silly gunzTarPerm extractEntry LICENSE.txt
4340 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 438 ]
4341 silly gunzTarPerm extractEntry generate-pubsuffix.js
4342 silly gunzTarPerm modified mode [ 'generate-pubsuffix.js', 420, 438 ]
4343 silly gunzTarPerm extractEntry .travis.yml
4344 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4345 silly gunzTarPerm extractEntry .editorconfig
4346 silly gunzTarPerm modified mode [ '.editorconfig', 420, 438 ]
4347 silly gunzTarPerm extractEntry Makefile
4348 silly gunzTarPerm extractEntry SOURCES.md
4349 silly gunzTarPerm extractEntry CHANGELOG.md
4350 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
4351 silly gunzTarPerm extractEntry Makefile
4352 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
4353 silly gunzTarPerm extractEntry CHANGELOG.md
4354 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
4355 silly gunzTarPerm extractEntry CONTRIBUTING.md
4356 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 438 ]
4357 silly gunzTarPerm extractEntry Makefile
4358 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
4359 silly gunzTarPerm extractEntry .jshintignore
4360 silly gunzTarPerm modified mode [ '.jshintignore', 420, 438 ]
4361 silly gunzTarPerm extractEntry .jshintrc
4362 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
4363 silly gunzTarPerm extractEntry lib/index.js
4364 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
4365 silly gunzTarPerm extractEntry lib/parse.js
4366 silly gunzTarPerm modified mode [ 'lib/parse.js', 493, 511 ]
4367 silly gunzTarPerm extractEntry lib/stringify.js
4368 silly gunzTarPerm modified mode [ 'lib/stringify.js', 493, 511 ]
4369 silly gunzTarPerm extractEntry lib/utils.js
4370 silly gunzTarPerm modified mode [ 'lib/utils.js', 493, 511 ]
4371 silly gunzTarPerm extractEntry .travis.yml
4372 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4373 silly gunzTarPerm extractEntry test/parse.js
4374 silly gunzTarPerm modified mode [ 'test/parse.js', 493, 511 ]
4375 silly gunzTarPerm extractEntry test/stringify.js
4376 silly gunzTarPerm modified mode [ 'test/stringify.js', 493, 511 ]
4377 silly gunzTarPerm extractEntry index.js
4378 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
4379 silly gunzTarPerm extractEntry .travis.yml
4380 silly gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
4381 silly gunzTarPerm extractEntry images/hawk.png
4382 silly gunzTarPerm modified mode [ 'images/hawk.png', 493, 511 ]
4383 silly gunzTarPerm extractEntry http_signing.md
4384 silly gunzTarPerm modified mode [ 'http_signing.md', 420, 438 ]
4385 silly gunzTarPerm extractEntry lib/index.js
4386 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
4387 silly gunzTarPerm extractEntry lib/parser.js
4388 silly gunzTarPerm modified mode [ 'lib/parser.js', 420, 438 ]
4389 silly gunzTarPerm extractEntry lib/signer.js
4390 silly gunzTarPerm modified mode [ 'lib/signer.js', 420, 438 ]
4391 silly gunzTarPerm extractEntry lib/util.js
4392 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
4393 silly gunzTarPerm extractEntry lib/verify.js
4394 silly gunzTarPerm modified mode [ 'lib/verify.js', 420, 438 ]
4395 silly gunzTarPerm extractEntry test/stringify_test.js
4396 silly gunzTarPerm modified mode [ 'test/stringify_test.js', 420, 438 ]
4397 silly gunzTarPerm extractEntry test/mocha.opts
4398 silly gunzTarPerm modified mode [ 'test/mocha.opts', 420, 438 ]
4399 silly gunzTarPerm extractEntry component.json
4400 silly gunzTarPerm extractEntry lib/index.js
4401 silly gunzTarPerm extractEntry lib/custom.json
4402 silly gunzTarPerm extractEntry lib/mime.json
4403 silly gunzTarPerm extractEntry lib/node.json
4404 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless\package.json
4405 silly gunzTarPerm extractEntry lib/cookie.js
4406 silly gunzTarPerm modified mode [ 'lib/cookie.js', 420, 438 ]
4407 silly gunzTarPerm extractEntry images/logo.png
4408 silly gunzTarPerm modified mode [ 'images/logo.png', 493, 511 ]
4409 info preinstall caseless@0.8.0
4410 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless\package.json
4411 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent\package.json
4412 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2\package.json
4413 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\package.json
4414 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless\package.json
4415 info preinstall forever-agent@0.5.2
4416 info preinstall aws-sign2@0.5.0
4417 info preinstall combined-stream@0.0.7
4418 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent\package.json
4419 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2\package.json
4420 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\package.json
4421 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\package.json
4422 silly install resolved []
4423 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4424 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4425 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream\package.json
4426 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign\package.json
4427 silly gunzTarPerm extractEntry lib/memstore.js
4428 silly gunzTarPerm modified mode [ 'lib/memstore.js', 420, 438 ]
4429 silly gunzTarPerm extractEntry lib/pathMatch.js
4430 silly gunzTarPerm modified mode [ 'lib/pathMatch.js', 420, 438 ]
4431 info preinstall form-data@0.2.0
4432 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent\package.json
4433 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2\package.json
4434 info preinstall stringstream@0.0.4
4435 info linkStuff caseless@0.8.0
4436 silly linkStuff caseless@0.8.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4437 silly prepareForInstallMany adding delayed-stream@0.0.5 from combined-stream dependencies
4438 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\package.json
4439 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\package.json
4440 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent\package.json
4441 info preinstall oauth-sign@0.5.0
4442 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream\package.json
4443 verbose linkBins caseless@0.8.0
4444 verbose linkMans caseless@0.8.0
4445 verbose rebuildBundles caseless@0.8.0
4446 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign\package.json
4447 info install caseless@0.8.0
4448 silly install resolved []
4449 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4450 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4451 info preinstall tunnel-agent@0.4.1
4452 info postinstall caseless@0.8.0
4453 silly install resolved []
4454 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4455 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4456 silly prepareForInstallMany adding async@~0.9.0 from form-data dependencies
4457 silly prepareForInstallMany adding mime-types@~2.0.3 from form-data dependencies
4458 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\package.json
4459 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent\package.json
4460 silly cache add args [ 'delayed-stream@0.0.5', null ]
4461 verbose cache add spec delayed-stream@0.0.5
4462 silly cache add parsed spec { raw: 'delayed-stream@0.0.5',
4462 silly cache add   scope: null,
4462 silly cache add   name: 'delayed-stream',
4462 silly cache add   rawSpec: '0.0.5',
4462 silly cache add   spec: '0.0.5',
4462 silly cache add   type: 'version' }
4463 silly addNamed delayed-stream@0.0.5
4464 verbose addNamed "0.0.5" is a plain semver version for delayed-stream
4465 silly mapToRegistry name delayed-stream
4466 silly mapToRegistry using default registry
4467 silly mapToRegistry registry https://registry.npmjs.org/
4468 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
4469 verbose addNameVersion registry:https://registry.npmjs.org/delayed-stream not in flight; fetching
4470 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream\package.json
4471 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\caseless-4241f86dce93c74b.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\caseless
4472 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign\package.json
4473 silly gunzTarPerm extractEntry Makefile
4474 silly gunzTarPerm modified mode [ 'Makefile', 493, 511 ]
4475 info linkStuff forever-agent@0.5.2
4476 silly linkStuff forever-agent@0.5.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4477 info linkStuff aws-sign2@0.5.0
4478 silly linkStuff aws-sign2@0.5.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4479 silly gunzTarPerm extractEntry lib/permuteDomain.js
4480 silly gunzTarPerm modified mode [ 'lib/permuteDomain.js', 420, 438 ]
4481 silly gunzTarPerm extractEntry lib/pubsuffix.js
4482 silly gunzTarPerm modified mode [ 'lib/pubsuffix.js', 420, 438 ]
4483 verbose linkBins forever-agent@0.5.2
4484 verbose linkMans forever-agent@0.5.2
4485 verbose rebuildBundles forever-agent@0.5.2
4486 verbose request uri https://registry.npmjs.org/delayed-stream
4487 verbose request no auth needed
4488 info attempt registry request try #1 at 17:24:41
4489 verbose etag "3R3PDLMYOHW7LS95R001QU3HH"
4490 http request GET https://registry.npmjs.org/delayed-stream
4491 verbose linkBins aws-sign2@0.5.0
4492 verbose linkMans aws-sign2@0.5.0
4493 verbose rebuildBundles aws-sign2@0.5.0
4494 info install forever-agent@0.5.2
4495 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent\package.json
4496 info install aws-sign2@0.5.0
4497 silly install resolved []
4498 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4499 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4500 silly cache add args [ 'async@~0.9.0', null ]
4501 verbose cache add spec async@~0.9.0
4502 silly cache add parsed spec { raw: 'async@~0.9.0',
4502 silly cache add   scope: null,
4502 silly cache add   name: 'async',
4502 silly cache add   rawSpec: '~0.9.0',
4502 silly cache add   spec: '>=0.9.0 <0.10.0',
4502 silly cache add   type: 'range' }
4503 silly addNamed async@>=0.9.0 <0.10.0
4504 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
4505 silly addNameRange { name: 'async', range: '>=0.9.0 <0.10.0', hasData: false }
4506 silly mapToRegistry name async
4507 silly mapToRegistry using default registry
4508 silly mapToRegistry registry https://registry.npmjs.org/
4509 silly mapToRegistry uri https://registry.npmjs.org/async
4510 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
4511 silly cache add args [ 'mime-types@~2.0.3', null ]
4512 verbose cache add spec mime-types@~2.0.3
4513 silly cache add parsed spec { raw: 'mime-types@~2.0.3',
4513 silly cache add   scope: null,
4513 silly cache add   name: 'mime-types',
4513 silly cache add   rawSpec: '~2.0.3',
4513 silly cache add   spec: '>=2.0.3 <2.1.0',
4513 silly cache add   type: 'range' }
4514 silly addNamed mime-types@>=2.0.3 <2.1.0
4515 verbose addNamed ">=2.0.3 <2.1.0" is a valid semver range for mime-types
4516 silly addNameRange { name: 'mime-types', range: '>=2.0.3 <2.1.0', hasData: false }
4517 silly mapToRegistry name mime-types
4518 silly mapToRegistry using default registry
4519 silly mapToRegistry registry https://registry.npmjs.org/
4520 silly mapToRegistry uri https://registry.npmjs.org/mime-types
4521 verbose addNameRange registry:https://registry.npmjs.org/mime-types not in flight; fetching
4522 info postinstall forever-agent@0.5.2
4523 silly install resolved []
4524 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4525 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4526 info postinstall aws-sign2@0.5.0
4527 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\forever-agent-afeb5c50b5f35398.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\forever-agent
4528 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\aws-sign2-dae2c58c20bb5684.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\aws-sign2
4529 info linkStuff stringstream@0.0.4
4530 silly linkStuff stringstream@0.0.4 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4531 verbose get https://registry.npmjs.org/mime-types not expired, no request
4532 silly addNameRange number 2 { name: 'mime-types', range: '>=2.0.3 <2.1.0', hasData: true }
4533 silly addNameRange versions [ 'mime-types',
4533 silly addNameRange   [ '0.1.0',
4533 silly addNameRange     '1.0.0',
4533 silly addNameRange     '1.0.1',
4533 silly addNameRange     '1.0.2',
4533 silly addNameRange     '2.0.0',
4533 silly addNameRange     '2.0.1',
4533 silly addNameRange     '2.0.2',
4533 silly addNameRange     '2.0.3',
4533 silly addNameRange     '2.0.4',
4533 silly addNameRange     '2.0.5',
4533 silly addNameRange     '2.0.6',
4533 silly addNameRange     '2.0.7',
4533 silly addNameRange     '2.0.8',
4533 silly addNameRange     '2.0.9',
4533 silly addNameRange     '2.0.10',
4533 silly addNameRange     '2.0.11',
4533 silly addNameRange     '2.0.12',
4533 silly addNameRange     '2.0.13',
4533 silly addNameRange     '2.0.14',
4533 silly addNameRange     '2.1.0',
4533 silly addNameRange     '2.1.1',
4533 silly addNameRange     '2.1.2',
4533 silly addNameRange     '2.1.3',
4533 silly addNameRange     '2.1.4',
4533 silly addNameRange     '2.1.5' ] ]
4534 silly addNamed mime-types@2.0.14
4535 verbose addNamed "2.0.14" is a plain semver version for mime-types
4536 verbose request uri https://registry.npmjs.org/async
4537 verbose request no auth needed
4538 info attempt registry request try #1 at 17:24:41
4539 verbose etag "2B4ZVBQIY8QD1SKJEFZL89C9Z"
4540 http request GET https://registry.npmjs.org/async
4541 silly install resolved []
4542 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4543 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4544 silly gunzTarPerm extractEntry lib/browser.js
4545 silly gunzTarPerm modified mode [ 'lib/browser.js', 493, 511 ]
4546 silly gunzTarPerm extractEntry lib/client.js
4547 silly gunzTarPerm modified mode [ 'lib/client.js', 493, 511 ]
4548 info linkStuff oauth-sign@0.5.0
4549 silly linkStuff oauth-sign@0.5.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4550 verbose linkBins stringstream@0.0.4
4551 verbose linkMans stringstream@0.0.4
4552 verbose rebuildBundles stringstream@0.0.4
4553 info install stringstream@0.0.4
4554 verbose linkBins oauth-sign@0.5.0
4555 verbose linkMans oauth-sign@0.5.0
4556 verbose rebuildBundles oauth-sign@0.5.0
4557 info install oauth-sign@0.5.0
4558 info postinstall stringstream@0.0.4
4559 info linkStuff tunnel-agent@0.4.1
4560 silly linkStuff tunnel-agent@0.4.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4561 info postinstall oauth-sign@0.5.0
4562 silly cache afterAdd mime-types@2.0.14
4563 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\2.0.14\package\package.json not in flight; writing
4564 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe\package.json
4565 verbose linkBins tunnel-agent@0.4.1
4566 verbose linkMans tunnel-agent@0.4.1
4567 verbose rebuildBundles tunnel-agent@0.4.1
4568 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\stringstream-5a5cb7fcad91c904.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\stringstream
4569 info install tunnel-agent@0.4.1
4570 silly gunzTarPerm extractEntry lib/crypto.js
4571 silly gunzTarPerm modified mode [ 'lib/crypto.js', 493, 511 ]
4572 silly gunzTarPerm extractEntry lib/index.js
4573 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
4574 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\oauth-sign-29c0d619ae7d5e8c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\oauth-sign
4575 info postinstall tunnel-agent@0.4.1
4576 info preinstall json-stringify-safe@5.0.1
4577 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\2.0.14\package\package.json written
4578 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe\package.json
4579 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tunnel-agent-936c30287b5825cd.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tunnel-agent
4580 silly gunzTarPerm extractEntry lib/server.js
4581 silly gunzTarPerm modified mode [ 'lib/server.js', 493, 511 ]
4582 silly gunzTarPerm extractEntry lib/utils.js
4583 silly gunzTarPerm modified mode [ 'lib/utils.js', 493, 511 ]
4584 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe\package.json
4585 silly gunzTarPerm extractEntry lib/store.js
4586 silly gunzTarPerm modified mode [ 'lib/store.js', 420, 438 ]
4587 silly install resolved []
4588 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4589 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4590 silly gunzTarPerm extractEntry public-suffix.txt
4591 silly gunzTarPerm modified mode [ 'public-suffix.txt', 420, 438 ]
4592 info linkStuff json-stringify-safe@5.0.1
4593 silly linkStuff json-stringify-safe@5.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4594 verbose linkBins json-stringify-safe@5.0.1
4595 verbose linkMans json-stringify-safe@5.0.1
4596 verbose rebuildBundles json-stringify-safe@5.0.1
4597 silly gunzTarPerm extractEntry .jshintrc
4598 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
4599 info install json-stringify-safe@5.0.1
4600 silly gunzTarPerm extractEntry test/api_test.js
4601 silly gunzTarPerm modified mode [ 'test/api_test.js', 420, 438 ]
4602 silly gunzTarPerm extractEntry test/cookie_sorting_test.js
4603 silly gunzTarPerm modified mode [ 'test/cookie_sorting_test.js', 420, 438 ]
4604 info postinstall json-stringify-safe@5.0.1
4605 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\json-stringify-safe-c45aad3bdc627d47.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\json-stringify-safe
4606 silly gunzTarPerm extractEntry test/browser.js
4607 silly gunzTarPerm modified mode [ 'test/browser.js', 493, 511 ]
4608 silly gunzTarPerm extractEntry test/client.js
4609 silly gunzTarPerm modified mode [ 'test/client.js', 493, 511 ]
4610 silly gunzTarPerm extractEntry test/crypto.js
4611 silly gunzTarPerm modified mode [ 'test/crypto.js', 493, 511 ]
4612 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\package.json
4613 info preinstall bl@0.9.4
4614 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\package.json
4615 silly prepareForInstallMany adding readable-stream@~1.0.26 from bl dependencies
4616 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\package.json
4617 silly gunzTarPerm extractEntry test/cookie_to_json_test.js
4618 silly gunzTarPerm modified mode [ 'test/cookie_to_json_test.js', 420, 438 ]
4619 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\package.json
4620 silly gunzTarPerm extractEntry test/index.js
4621 silly gunzTarPerm modified mode [ 'test/index.js', 493, 511 ]
4622 silly cache add args [ 'readable-stream@~1.0.26', null ]
4623 verbose cache add spec readable-stream@~1.0.26
4624 silly cache add parsed spec { raw: 'readable-stream@~1.0.26',
4624 silly cache add   scope: null,
4624 silly cache add   name: 'readable-stream',
4624 silly cache add   rawSpec: '~1.0.26',
4624 silly cache add   spec: '>=1.0.26 <1.1.0',
4624 silly cache add   type: 'range' }
4625 silly addNamed readable-stream@>=1.0.26 <1.1.0
4626 verbose addNamed ">=1.0.26 <1.1.0" is a valid semver range for readable-stream
4627 silly addNameRange { name: 'readable-stream',
4627 silly addNameRange   range: '>=1.0.26 <1.1.0',
4627 silly addNameRange   hasData: false }
4628 silly mapToRegistry name readable-stream
4629 silly mapToRegistry using default registry
4630 silly mapToRegistry registry https://registry.npmjs.org/
4631 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
4632 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
4633 verbose get https://registry.npmjs.org/readable-stream not expired, no request
4634 silly addNameRange number 2 { name: 'readable-stream',
4634 silly addNameRange   range: '>=1.0.26 <1.1.0',
4634 silly addNameRange   hasData: true }
4635 silly addNameRange versions [ 'readable-stream',
4635 silly addNameRange   [ '0.0.1',
4635 silly addNameRange     '0.0.2',
4635 silly addNameRange     '0.0.3',
4635 silly addNameRange     '0.0.4',
4635 silly addNameRange     '0.1.0',
4635 silly addNameRange     '0.2.0',
4635 silly addNameRange     '0.3.0',
4635 silly addNameRange     '0.3.1',
4635 silly addNameRange     '1.0.0',
4635 silly addNameRange     '1.0.1',
4635 silly addNameRange     '1.0.2',
4635 silly addNameRange     '1.0.15',
4635 silly addNameRange     '1.0.17',
4635 silly addNameRange     '1.1.7',
4635 silly addNameRange     '1.1.8',
4635 silly addNameRange     '1.1.9',
4635 silly addNameRange     '1.0.24',
4635 silly addNameRange     '1.0.25',
4635 silly addNameRange     '1.1.10',
4635 silly addNameRange     '1.0.25-1',
4635 silly addNameRange     '1.1.11',
4635 silly addNameRange     '1.0.26',
4635 silly addNameRange     '1.0.26-1',
4635 silly addNameRange     '1.1.11-1',
4635 silly addNameRange     '1.0.26-2',
4635 silly addNameRange     '1.1.12',
4635 silly addNameRange     '1.0.26-3',
4635 silly addNameRange     '1.0.26-4',
4635 silly addNameRange     '1.1.12-1',
4635 silly addNameRange     '1.0.27-1',
4635 silly addNameRange     '1.1.13-1',
4635 silly addNameRange     '1.0.31',
4635 silly addNameRange     '1.1.13',
4635 silly addNameRange     '1.0.32',
4635 silly addNameRange     '1.0.32-1',
4635 silly addNameRange     '1.0.33-1',
4635 silly addNameRange     '1.0.33-2',
4635 silly addNameRange     '1.0.33',
4635 silly addNameRange     '2.0.0',
4635 silly addNameRange     '2.0.1',
4635 silly addNameRange     '2.0.2' ] ]
4636 silly addNamed readable-stream@1.0.33
4637 verbose addNamed "1.0.33" is a plain semver version for readable-stream
4638 info preinstall http-signature@0.10.1
4639 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\package.json
4640 silly cache afterAdd readable-stream@1.0.33
4641 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json not in flight; writing
4642 silly prepareForInstallMany adding assert-plus@^0.1.5 from http-signature dependencies
4643 silly prepareForInstallMany adding asn1@0.1.11 from http-signature dependencies
4644 silly prepareForInstallMany adding ctype@0.5.3 from http-signature dependencies
4645 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\package.json
4646 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json written
4647 silly install resolved [ { name: 'readable-stream',
4647 silly install resolved     version: '1.0.33',
4647 silly install resolved     description: 'Streams2, a user-land copy of the stream library from Node.js v0.10.x',
4647 silly install resolved     main: 'readable.js',
4647 silly install resolved     dependencies:
4647 silly install resolved      { 'core-util-is': '~1.0.0',
4647 silly install resolved        isarray: '0.0.1',
4647 silly install resolved        string_decoder: '~0.10.x',
4647 silly install resolved        inherits: '~2.0.1' },
4647 silly install resolved     devDependencies: { tap: '~0.2.6' },
4647 silly install resolved     scripts: { test: 'tap test/simple/*.js' },
4647 silly install resolved     repository:
4647 silly install resolved      { type: 'git',
4647 silly install resolved        url: 'git://github.com/isaacs/readable-stream.git' },
4647 silly install resolved     keywords: [ 'readable', 'stream', 'pipe' ],
4647 silly install resolved     browser: { util: false },
4647 silly install resolved     author:
4647 silly install resolved      { name: 'Isaac Z. Schlueter',
4647 silly install resolved        email: 'i@izs.me',
4647 silly install resolved        url: 'http://blog.izs.me/' },
4647 silly install resolved     license: 'MIT',
4647 silly install resolved     gitHead: '0bf97a117c5646556548966409ebc57a6dda2638',
4647 silly install resolved     bugs: { url: 'https://github.com/isaacs/readable-stream/issues' },
4647 silly install resolved     homepage: 'https://github.com/isaacs/readable-stream',
4647 silly install resolved     _id: 'readable-stream@1.0.33',
4647 silly install resolved     _shasum: '3a360dd66c1b1d7fd4705389860eda1d0f61126c',
4647 silly install resolved     _from: 'readable-stream@>=1.0.26 <1.1.0',
4647 silly install resolved     _npmVersion: '1.4.28',
4647 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
4647 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
4647 silly install resolved     dist:
4647 silly install resolved      { shasum: '3a360dd66c1b1d7fd4705389860eda1d0f61126c',
4647 silly install resolved        tarball: 'http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz' },
4647 silly install resolved     directories: {},
4647 silly install resolved     _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
4647 silly install resolved     readme: 'ERROR: No README data found!' } ]
4648 info install readable-stream@1.0.33 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
4649 info installOne readable-stream@1.0.33
4650 verbose installOne of readable-stream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl not in flight; installing
4651 silly gunzTarPerm extractEntry test/cookie_to_string_test.js
4652 silly gunzTarPerm modified mode [ 'test/cookie_to_string_test.js', 420, 438 ]
4653 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\readable-stream-2805f398325f73dc.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4654 silly cache add args [ 'assert-plus@^0.1.5', null ]
4655 verbose cache add spec assert-plus@^0.1.5
4656 silly cache add args [ 'asn1@0.1.11', null ]
4657 verbose cache add spec asn1@0.1.11
4658 silly cache add parsed spec { raw: 'assert-plus@^0.1.5',
4658 silly cache add   scope: null,
4658 silly cache add   name: 'assert-plus',
4658 silly cache add   rawSpec: '^0.1.5',
4658 silly cache add   spec: '>=0.1.5 <0.2.0',
4658 silly cache add   type: 'range' }
4659 silly addNamed assert-plus@>=0.1.5 <0.2.0
4660 verbose addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
4661 silly addNameRange { name: 'assert-plus', range: '>=0.1.5 <0.2.0', hasData: false }
4662 silly mapToRegistry name assert-plus
4663 silly mapToRegistry using default registry
4664 silly mapToRegistry registry https://registry.npmjs.org/
4665 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
4666 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
4667 silly cache add parsed spec { raw: 'asn1@0.1.11',
4667 silly cache add   scope: null,
4667 silly cache add   name: 'asn1',
4667 silly cache add   rawSpec: '0.1.11',
4667 silly cache add   spec: '0.1.11',
4667 silly cache add   type: 'version' }
4668 silly addNamed asn1@0.1.11
4669 verbose addNamed "0.1.11" is a plain semver version for asn1
4670 silly mapToRegistry name asn1
4671 silly mapToRegistry using default registry
4672 silly mapToRegistry registry https://registry.npmjs.org/
4673 silly mapToRegistry uri https://registry.npmjs.org/asn1
4674 verbose addNameVersion registry:https://registry.npmjs.org/asn1 not in flight; fetching
4675 silly cache add args [ 'ctype@0.5.3', null ]
4676 verbose cache add spec ctype@0.5.3
4677 silly cache add parsed spec { raw: 'ctype@0.5.3',
4677 silly cache add   scope: null,
4677 silly cache add   name: 'ctype',
4677 silly cache add   rawSpec: '0.5.3',
4677 silly cache add   spec: '0.5.3',
4677 silly cache add   type: 'version' }
4678 silly addNamed ctype@0.5.3
4679 verbose addNamed "0.5.3" is a plain semver version for ctype
4680 silly mapToRegistry name ctype
4681 silly mapToRegistry using default registry
4682 silly mapToRegistry registry https://registry.npmjs.org/
4683 silly mapToRegistry uri https://registry.npmjs.org/ctype
4684 verbose addNameVersion registry:https://registry.npmjs.org/ctype not in flight; fetching
4685 silly gunzTarPerm extractEntry test/message.js
4686 silly gunzTarPerm modified mode [ 'test/message.js', 484, 502 ]
4687 silly install write writing readable-stream 1.0.33 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4688 verbose request uri https://registry.npmjs.org/asn1
4689 verbose request no auth needed
4690 info attempt registry request try #1 at 17:24:41
4691 verbose etag "68E36A3KXYBYELOVRJJMLAXLK"
4692 http request GET https://registry.npmjs.org/asn1
4693 verbose request uri https://registry.npmjs.org/assert-plus
4694 verbose request no auth needed
4695 info attempt registry request try #1 at 17:24:41
4696 verbose etag "BJ6UE1EGKYKF2OZ2UJOCA8YAB"
4697 http request GET https://registry.npmjs.org/assert-plus
4698 verbose request uri https://registry.npmjs.org/ctype
4699 verbose request no auth needed
4700 info attempt registry request try #1 at 17:24:41
4701 verbose etag "9HXDEJQPPE1F7UJCISKGFRWPT"
4702 http request GET https://registry.npmjs.org/ctype
4703 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4704 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream is being purged from base D:\WWW\NodeJS\src
4705 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4706 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
4707 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4708 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream is being purged
4709 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
4710 silly gunzTarPerm extractEntry test/date_test.js
4711 silly gunzTarPerm modified mode [ 'test/date_test.js', 420, 438 ]
4712 silly gunzTarPerm modes [ '777', '666' ]
4713 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid\package.json
4714 silly gunzTarPerm extractEntry package.json
4715 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4716 info preinstall node-uuid@1.4.3
4717 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid\package.json
4718 silly gunzTarPerm extractEntry .npmignore
4719 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
4720 silly gunzTarPerm extractEntry README.md
4721 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4722 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs\package.json
4723 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid\package.json
4724 info preinstall qs@2.3.3
4725 silly gunzTarPerm extractEntry test/cookie_jar_test.js
4726 silly gunzTarPerm modified mode [ 'test/cookie_jar_test.js', 420, 438 ]
4727 silly gunzTarPerm extractEntry test/parsing_test.js
4728 silly gunzTarPerm modified mode [ 'test/parsing_test.js', 420, 438 ]
4729 silly gunzTarPerm extractEntry LICENSE
4730 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4731 silly gunzTarPerm extractEntry duplex.js
4732 silly gunzTarPerm modified mode [ 'duplex.js', 420, 438 ]
4733 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs\package.json
4734 silly gunzTarPerm extractEntry test/readme.js
4735 silly gunzTarPerm modified mode [ 'test/readme.js', 493, 511 ]
4736 silly install resolved []
4737 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4738 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4739 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs\package.json
4740 silly gunzTarPerm extractEntry writable.js
4741 silly gunzTarPerm modified mode [ 'writable.js', 420, 438 ]
4742 silly gunzTarPerm extractEntry passthrough.js
4743 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 438 ]
4744 silly gunzTarPerm extractEntry test/ietf_test.js
4745 silly gunzTarPerm modified mode [ 'test/ietf_test.js', 420, 438 ]
4746 silly gunzTarPerm extractEntry test/jar_serialization_test.js
4747 silly gunzTarPerm modified mode [ 'test/jar_serialization_test.js', 420, 438 ]
4748 info linkStuff node-uuid@1.4.3
4749 silly linkStuff node-uuid@1.4.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4750 silly install resolved []
4751 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4752 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4753 verbose linkBins node-uuid@1.4.3
4754 verbose link bins [ { uuid: './bin/uuid' },
4754 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\pangyp\\node_modules\\request\\node_modules\\.bin',
4754 verbose link bins   false ]
4755 verbose linkMans node-uuid@1.4.3
4756 verbose rebuildBundles node-uuid@1.4.3
4757 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types\package.json
4758 info linkStuff qs@2.3.3
4759 silly linkStuff qs@2.3.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4760 silly gunzTarPerm extractEntry readable.js
4761 silly gunzTarPerm modified mode [ 'readable.js', 420, 438 ]
4762 silly gunzTarPerm extractEntry transform.js
4763 silly gunzTarPerm modified mode [ 'transform.js', 420, 438 ]
4764 verbose linkBins qs@2.3.3
4765 verbose linkMans qs@2.3.3
4766 verbose rebuildBundles qs@2.3.3
4767 info install qs@2.3.3
4768 info preinstall mime-types@1.0.2
4769 silly gunzTarPerm extractEntry test/lifetime_test.js
4770 silly gunzTarPerm modified mode [ 'test/lifetime_test.js', 420, 438 ]
4771 silly gunzTarPerm extractEntry test/regression_test.js
4772 silly gunzTarPerm modified mode [ 'test/regression_test.js', 420, 438 ]
4773 silly gunzTarPerm extractEntry test/domain_and_path_test.js
4774 silly gunzTarPerm modified mode [ 'test/domain_and_path_test.js', 420, 438 ]
4775 info postinstall qs@2.3.3
4776 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types\package.json
4777 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\qs-c92ac51e30179fc5.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\qs
4778 info install node-uuid@1.4.3
4779 silly gunzTarPerm extractEntry lib/_stream_duplex.js
4780 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 438 ]
4781 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
4782 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 438 ]
4783 http 304 https://registry.npmjs.org/delayed-stream
4784 silly get cb [ 304,
4784 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
4784 silly get     via: '1.1 varnish',
4784 silly get     'cache-control': 'max-age=60',
4784 silly get     etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
4784 silly get     age: '55',
4784 silly get     connection: 'keep-alive',
4784 silly get     'x-served-by': 'cache-fra1237-FRA',
4784 silly get     'x-cache': 'HIT',
4784 silly get     'x-cache-hits': '2',
4784 silly get     'x-timer': 'S1440343460.538912,VS0,VE0',
4784 silly get     vary: 'Accept' } ]
4785 verbose etag https://registry.npmjs.org/delayed-stream from cache
4786 verbose get saving delayed-stream to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\delayed-stream\.cache.json
4787 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types\package.json
4788 info postinstall node-uuid@1.4.3
4789 silly gunzTarPerm extractEntry test/server.js
4790 silly gunzTarPerm modified mode [ 'test/server.js', 493, 511 ]
4791 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\node-uuid-153a14bdef2f57ff.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\node-uuid
4792 silly install resolved []
4793 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4794 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4795 silly gunzTarPerm extractEntry lib/_stream_readable.js
4796 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 438 ]
4797 http 304 https://registry.npmjs.org/async
4798 silly get cb [ 304,
4798 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
4798 silly get     via: '1.1 varnish',
4798 silly get     'cache-control': 'max-age=60',
4798 silly get     etag: '"2B4ZVBQIY8QD1SKJEFZL89C9Z"',
4798 silly get     age: '18',
4798 silly get     connection: 'keep-alive',
4798 silly get     'x-served-by': 'cache-fra1231-FRA',
4798 silly get     'x-cache': 'HIT',
4798 silly get     'x-cache-hits': '1',
4798 silly get     'x-timer': 'S1440343460.545087,VS0,VE0',
4798 silly get     vary: 'Accept' } ]
4799 verbose etag https://registry.npmjs.org/async from cache
4800 verbose get saving async to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
4801 info linkStuff mime-types@1.0.2
4802 silly linkStuff mime-types@1.0.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
4803 verbose linkBins mime-types@1.0.2
4804 verbose linkMans mime-types@1.0.2
4805 verbose rebuildBundles mime-types@1.0.2
4806 silly gunzTarPerm extractEntry lib/_stream_transform.js
4807 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 438 ]
4808 silly gunzTarPerm extractEntry lib/_stream_writable.js
4809 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 438 ]
4810 info install mime-types@1.0.2
4811 silly cache afterAdd delayed-stream@0.0.5
4812 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\delayed-stream\0.0.5\package\package.json not in flight; writing
4813 info postinstall mime-types@1.0.2
4814 silly addNameRange number 2 { name: 'async', range: '>=0.9.0 <0.10.0', hasData: true }
4815 silly addNameRange versions [ 'async',
4815 silly addNameRange   [ '0.1.0',
4815 silly addNameRange     '0.1.1',
4815 silly addNameRange     '0.1.2',
4815 silly addNameRange     '0.1.3',
4815 silly addNameRange     '0.1.4',
4815 silly addNameRange     '0.1.5',
4815 silly addNameRange     '0.1.6',
4815 silly addNameRange     '0.1.7',
4815 silly addNameRange     '0.1.8',
4815 silly addNameRange     '0.1.9',
4815 silly addNameRange     '0.1.10',
4815 silly addNameRange     '0.1.11',
4815 silly addNameRange     '0.1.12',
4815 silly addNameRange     '0.1.13',
4815 silly addNameRange     '0.1.14',
4815 silly addNameRange     '0.1.15',
4815 silly addNameRange     '0.1.16',
4815 silly addNameRange     '0.1.17',
4815 silly addNameRange     '0.1.18',
4815 silly addNameRange     '0.1.19',
4815 silly addNameRange     '0.1.20',
4815 silly addNameRange     '0.1.21',
4815 silly addNameRange     '0.1.22',
4815 silly addNameRange     '0.2.0',
4815 silly addNameRange     '0.2.1',
4815 silly addNameRange     '0.2.2',
4815 silly addNameRange     '0.2.3',
4815 silly addNameRange     '0.2.4',
4815 silly addNameRange     '0.2.5',
4815 silly addNameRange     '0.2.6',
4815 silly addNameRange     '0.2.7',
4815 silly addNameRange     '0.2.8',
4815 silly addNameRange     '0.2.9',
4815 silly addNameRange     '0.2.10',
4815 silly addNameRange     '0.3.0',
4815 silly addNameRange     '0.4.0',
4815 silly addNameRange     '0.4.1',
4815 silly addNameRange     '0.5.0',
4815 silly addNameRange     '0.6.0',
4815 silly addNameRange     '0.6.1',
4815 silly addNameRange     '0.6.2',
4815 silly addNameRange     '0.7.0',
4815 silly addNameRange     '0.8.0',
4815 silly addNameRange     '0.9.0',
4815 silly addNameRange     '0.9.2',
4815 silly addNameRange     '1.0.0',
4815 silly addNameRange     '1.1.0',
4815 silly addNameRange     '1.2.0',
4815 silly addNameRange     '1.1.1',
4815 silly addNameRange     '1.2.1',
4815 silly addNameRange     '1.3.0',
4815 silly addNameRange     '1.4.0',
4815 silly addNameRange     '1.4.1',
4815 silly addNameRange     '1.4.2' ] ]
4816 silly addNamed async@0.9.2
4817 verbose addNamed "0.9.2" is a plain semver version for async
4818 silly gunzTarPerm extractEntry test/uri.js
4819 silly gunzTarPerm modified mode [ 'test/uri.js', 493, 511 ]
4820 silly gunzTarPerm extractEntry test/utils.js
4821 silly gunzTarPerm modified mode [ 'test/utils.js', 493, 511 ]
4822 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-types-e4404f665c4f37c4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\mime-types
4823 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\delayed-stream\0.0.5\package\package.json written
4824 silly install resolved [ { author:
4824 silly install resolved      { name: 'Felix Geisendörfer',
4824 silly install resolved        email: 'felix@debuggable.com',
4824 silly install resolved        url: 'http://debuggable.com/' },
4824 silly install resolved     name: 'delayed-stream',
4824 silly install resolved     description: 'Buffers events from a stream until you are ready to handle them.',
4824 silly install resolved     version: '0.0.5',
4824 silly install resolved     homepage: 'https://github.com/felixge/node-delayed-stream',
4824 silly install resolved     repository:
4824 silly install resolved      { type: 'git',
4824 silly install resolved        url: 'git://github.com/felixge/node-delayed-stream.git' },
4824 silly install resolved     main: './lib/delayed_stream',
4824 silly install resolved     engines: { node: '>=0.4.0' },
4824 silly install resolved     dependencies: {},
4824 silly install resolved     devDependencies: { fake: '0.2.0', far: '0.0.1' },
4824 silly install resolved     _id: 'delayed-stream@0.0.5',
4824 silly install resolved     _engineSupported: true,
4824 silly install resolved     _npmVersion: '1.0.3',
4824 silly install resolved     _nodeVersion: 'v0.4.9-pre',
4824 silly install resolved     _defaultsLoaded: true,
4824 silly install resolved     dist:
4824 silly install resolved      { shasum: 'd4b1f43a93e8296dfe02694f4680bc37a313c73f',
4824 silly install resolved        tarball: 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz' },
4824 silly install resolved     scripts: {},
4824 silly install resolved     directories: {},
4824 silly install resolved     _shasum: 'd4b1f43a93e8296dfe02694f4680bc37a313c73f',
4824 silly install resolved     _resolved: 'https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
4824 silly install resolved     _from: 'delayed-stream@0.0.5',
4824 silly install resolved     bugs: { url: 'https://github.com/felixge/node-delayed-stream/issues' },
4824 silly install resolved     readme: 'ERROR: No README data found!' } ]
4825 info install delayed-stream@0.0.5 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
4826 info installOne delayed-stream@0.0.5
4827 verbose installOne of delayed-stream to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream not in flight; installing
4828 silly cache afterAdd async@0.9.2
4829 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\async\0.9.2\package\package.json not in flight; writing
4830 silly gunzTarPerm extractEntry test/ietf_data/dates/bsd-examples.json
4831 silly gunzTarPerm modified mode [ 'test/ietf_data/dates/bsd-examples.json', 420, 438 ]
4832 silly gunzTarPerm extractEntry example/usage.js
4833 silly gunzTarPerm modified mode [ 'example/usage.js', 493, 511 ]
4834 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\delayed-stream-9296f7b40a6f172c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4835 silly install write writing delayed-stream 0.0.5 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4836 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\async\0.9.2\package\package.json written
4837 silly install resolved [ { name: 'mime-types',
4837 silly install resolved     description: 'The ultimate javascript content-type utility.',
4837 silly install resolved     version: '2.0.14',
4837 silly install resolved     contributors: [ [Object], [Object], [Object] ],
4837 silly install resolved     license: 'MIT',
4837 silly install resolved     keywords: [ 'mime', 'types' ],
4837 silly install resolved     repository:
4837 silly install resolved      { type: 'git',
4837 silly install resolved        url: 'git+https://github.com/jshttp/mime-types.git' },
4837 silly install resolved     dependencies: { 'mime-db': '~1.12.0' },
4837 silly install resolved     devDependencies: { istanbul: '0.3.9', mocha: '~1.21.5' },
4837 silly install resolved     files: [ 'HISTORY.md', 'LICENSE', 'index.js' ],
4837 silly install resolved     engines: { node: '>= 0.6' },
4837 silly install resolved     scripts:
4837 silly install resolved      { test: 'mocha --reporter spec test/test.js',
4837 silly install resolved        'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js',
4837 silly install resolved        'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js' },
4837 silly install resolved     gitHead: '7d53a3351581eb3d7ae1e846ea860037bce6fe3f',
4837 silly install resolved     bugs: { url: 'https://github.com/jshttp/mime-types/issues' },
4837 silly install resolved     homepage: 'https://github.com/jshttp/mime-types',
4837 silly install resolved     _id: 'mime-types@2.0.14',
4837 silly install resolved     _shasum: '310e159db23e077f8bb22b748dabfa4957140aa6',
4837 silly install resolved     _from: 'mime-types@>=2.0.3 <2.1.0',
4837 silly install resolved     _npmVersion: '1.4.28',
4837 silly install resolved     _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
4837 silly install resolved     maintainers: [ [Object], [Object], [Object] ],
4837 silly install resolved     dist:
4837 silly install resolved      { shasum: '310e159db23e077f8bb22b748dabfa4957140aa6',
4837 silly install resolved        tarball: 'http://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz' },
4837 silly install resolved     directories: {},
4837 silly install resolved     _resolved: 'https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz',
4837 silly install resolved     readme: 'ERROR: No README data found!' },
4837 silly install resolved   { name: 'async',
4837 silly install resolved     description: 'Higher-order functions and common patterns for asynchronous code',
4837 silly install resolved     main: 'lib/async.js',
4837 silly install resolved     author: { name: 'Caolan McMahon' },
4837 silly install resolved     version: '0.9.2',
4837 silly install resolved     keywords: [ 'async', 'callback', 'utility', 'module' ],
4837 silly install resolved     repository: { type: 'git', url: 'git+https://github.com/caolan/async.git' },
4837 silly install resolved     bugs: { url: 'https://github.com/caolan/async/issues' },
4837 silly install resolved     license: 'MIT',
4837 silly install resolved     devDependencies:
4837 silly install resolved      { nodeunit: '>0.0.0',
4837 silly install resolved        'uglify-js': '1.2.x',
4837 silly install resolved        nodelint: '>0.0.0',
4837 silly install resolved        lodash: '>=2.4.1' },
4837 silly install resolved     jam: { main: 'lib/async.js', include: [Object], categories: [Object] },
4837 silly install resolved     scripts: { test: 'nodeunit test/test-async.js' },
4837 silly install resolved     spm: { main: 'lib/async.js' },
4837 silly install resolved     volo: { main: 'lib/async.js', ignore: [Object] },
4837 silly install resolved     gitHead: 'de3a16091d5125384eff4a54deb3998b13c3814c',
4837 silly install resolved     homepage: 'https://github.com/caolan/async#readme',
4837 silly install resolved     _id: 'async@0.9.2',
4837 silly install resolved     _shasum: 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d',
4837 silly install resolved     _from: 'async@>=0.9.0 <0.10.0',
4837 silly install resolved     _npmVersion: '2.9.0',
4837 silly install resolved     _nodeVersion: '2.0.1',
4837 silly install resolved     _npmUser: { name: 'beaugunderson', email: 'beau@beaugunderson.com' },
4837 silly install resolved     maintainers: [ [Object], [Object] ],
4837 silly install resolved     dist:
4837 silly install resolved      { shasum: 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d',
4837 silly install resolved        tarball: 'http://registry.npmjs.org/async/-/async-0.9.2.tgz' },
4837 silly install resolved     directories: {},
4837 silly install resolved     _resolved: 'https://registry.npmjs.org/async/-/async-0.9.2.tgz',
4837 silly install resolved     readme: 'ERROR: No README data found!' } ]
4838 info install mime-types@2.0.14 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4839 info install async@0.9.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
4840 info installOne mime-types@2.0.14
4841 verbose installOne of mime-types to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data not in flight; installing
4842 info installOne async@0.9.2
4843 verbose installOne of async to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data not in flight; installing
4844 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4845 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream is being purged from base D:\WWW\NodeJS\src
4846 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4847 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\delayed-stream\0.0.5\package.tgz
4848 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4849 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream is being purged
4850 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
4851 silly gunzTarPerm modes [ '777', '666' ]
4852 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-types-0fbf61936604e371.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4853 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\async-e46291b14b90f98d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4854 silly install write writing mime-types 2.0.14 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4855 silly install write writing async 0.9.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4856 silly gunzTarPerm extractEntry .gitignore
4857 silly gunzTarPerm modified mode [ '.gitignore', 420, 438 ]
4858 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4859 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4860 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types is being purged from base D:\WWW\NodeJS\src
4861 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4862 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async is being purged from base D:\WWW\NodeJS\src
4863 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4864 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\mime-types\2.0.14\package.tgz
4865 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4866 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types is being purged
4867 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
4868 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\async\0.9.2\package.tgz
4869 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4870 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async is being purged
4871 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
4872 silly gunzTarPerm extractEntry License
4873 silly gunzTarPerm modified mode [ 'License', 420, 438 ]
4874 silly gunzTarPerm extractEntry Makefile
4875 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
4876 silly gunzTarPerm modes [ '777', '666' ]
4877 silly gunzTarPerm modes [ '777', '666' ]
4878 silly gunzTarPerm extractEntry package.json
4879 silly gunzTarPerm extractEntry package.json
4880 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4881 silly gunzTarPerm extractEntry Readme.md
4882 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
4883 silly gunzTarPerm extractEntry package.json
4884 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4885 silly gunzTarPerm extractEntry README.md
4886 silly gunzTarPerm extractEntry LICENSE
4887 silly gunzTarPerm extractEntry README.md
4888 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4889 silly gunzTarPerm extractEntry LICENSE
4890 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4891 silly gunzTarPerm extractEntry component.json
4892 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
4893 silly gunzTarPerm extractEntry .travis.yml
4894 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4895 silly gunzTarPerm extractEntry bower.json
4896 silly gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
4897 silly gunzTarPerm extractEntry lib/async.js
4898 silly gunzTarPerm modified mode [ 'lib/async.js', 420, 438 ]
4899 silly gunzTarPerm extractEntry support/sync-package-managers.js
4900 silly gunzTarPerm modified mode [ 'support/sync-package-managers.js', 493, 511 ]
4901 silly gunzTarPerm extractEntry lib/delayed_stream.js
4902 silly gunzTarPerm modified mode [ 'lib/delayed_stream.js', 420, 438 ]
4903 silly gunzTarPerm extractEntry test/common.js
4904 silly gunzTarPerm modified mode [ 'test/common.js', 420, 438 ]
4905 silly gunzTarPerm extractEntry index.js
4906 silly gunzTarPerm extractEntry HISTORY.md
4907 silly gunzTarPerm extractEntry test/run.js
4908 silly gunzTarPerm modified mode [ 'test/run.js', 493, 511 ]
4909 silly gunzTarPerm extractEntry test/integration/test-delayed-http-upload.js
4910 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-http-upload.js', 420, 438 ]
4911 silly gunzTarPerm extractEntry test/ietf_data/dates/examples.json
4912 silly gunzTarPerm modified mode [ 'test/ietf_data/dates/examples.json', 420, 438 ]
4913 silly gunzTarPerm extractEntry test/integration/test-delayed-stream-auto-pause.js
4914 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream-auto-pause.js',
4914 silly gunzTarPerm   420,
4914 silly gunzTarPerm   438 ]
4915 silly gunzTarPerm extractEntry test/integration/test-delayed-stream-pause.js
4916 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream-pause.js', 420, 438 ]
4917 silly gunzTarPerm extractEntry test/integration/test-delayed-stream.js
4918 silly gunzTarPerm modified mode [ 'test/integration/test-delayed-stream.js', 420, 438 ]
4919 silly gunzTarPerm extractEntry test/ietf_data/parser.json
4920 silly gunzTarPerm modified mode [ 'test/ietf_data/parser.json', 420, 438 ]
4921 silly gunzTarPerm extractEntry test/integration/test-handle-source-errors.js
4922 silly gunzTarPerm modified mode [ 'test/integration/test-handle-source-errors.js', 420, 438 ]
4923 silly gunzTarPerm extractEntry test/integration/test-max-data-size.js
4924 silly gunzTarPerm modified mode [ 'test/integration/test-max-data-size.js', 420, 438 ]
4925 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\package.json
4926 silly gunzTarPerm extractEntry test/integration/test-pipe-resumes.js
4927 silly gunzTarPerm modified mode [ 'test/integration/test-pipe-resumes.js', 420, 438 ]
4928 silly gunzTarPerm extractEntry test/integration/test-proxy-readable.js
4929 silly gunzTarPerm modified mode [ 'test/integration/test-proxy-readable.js', 420, 438 ]
4930 info preinstall mime-types@2.0.14
4931 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\package.json
4932 silly prepareForInstallMany adding mime-db@~1.12.0 from mime-types dependencies
4933 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\package.json
4934 silly cache add args [ 'mime-db@~1.12.0', null ]
4935 verbose cache add spec mime-db@~1.12.0
4936 silly cache add parsed spec { raw: 'mime-db@~1.12.0',
4936 silly cache add   scope: null,
4936 silly cache add   name: 'mime-db',
4936 silly cache add   rawSpec: '~1.12.0',
4936 silly cache add   spec: '>=1.12.0 <1.13.0',
4936 silly cache add   type: 'range' }
4937 silly addNamed mime-db@>=1.12.0 <1.13.0
4938 verbose addNamed ">=1.12.0 <1.13.0" is a valid semver range for mime-db
4939 silly addNameRange { name: 'mime-db', range: '>=1.12.0 <1.13.0', hasData: false }
4940 silly mapToRegistry name mime-db
4941 silly mapToRegistry using default registry
4942 silly mapToRegistry registry https://registry.npmjs.org/
4943 silly mapToRegistry uri https://registry.npmjs.org/mime-db
4944 verbose addNameRange registry:https://registry.npmjs.org/mime-db not in flight; fetching
4945 verbose request uri https://registry.npmjs.org/mime-db
4946 verbose request no auth needed
4947 info attempt registry request try #1 at 17:24:41
4948 verbose etag "CQ0QYPDPGEWIAM95D62WCBYCN"
4949 http request GET https://registry.npmjs.org/mime-db
4950 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\package.json
4951 info preinstall readable-stream@1.0.33
4952 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\package.json
4953 silly prepareForInstallMany adding core-util-is@~1.0.0 from readable-stream dependencies
4954 silly prepareForInstallMany adding isarray@0.0.1 from readable-stream dependencies
4955 silly prepareForInstallMany adding string_decoder@~0.10.x from readable-stream dependencies
4956 silly prepareForInstallMany adding inherits@~2.0.1 from readable-stream dependencies
4957 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\package.json
4958 silly cache add args [ 'core-util-is@~1.0.0', null ]
4959 verbose cache add spec core-util-is@~1.0.0
4960 silly cache add args [ 'isarray@0.0.1', null ]
4961 verbose cache add spec isarray@0.0.1
4962 silly cache add parsed spec { raw: 'core-util-is@~1.0.0',
4962 silly cache add   scope: null,
4962 silly cache add   name: 'core-util-is',
4962 silly cache add   rawSpec: '~1.0.0',
4962 silly cache add   spec: '>=1.0.0 <1.1.0',
4962 silly cache add   type: 'range' }
4963 silly addNamed core-util-is@>=1.0.0 <1.1.0
4964 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
4965 silly addNameRange { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: false }
4966 silly mapToRegistry name core-util-is
4967 silly mapToRegistry using default registry
4968 silly mapToRegistry registry https://registry.npmjs.org/
4969 silly mapToRegistry uri https://registry.npmjs.org/core-util-is
4970 verbose addNameRange registry:https://registry.npmjs.org/core-util-is not in flight; fetching
4971 silly cache add parsed spec { raw: 'isarray@0.0.1',
4971 silly cache add   scope: null,
4971 silly cache add   name: 'isarray',
4971 silly cache add   rawSpec: '0.0.1',
4971 silly cache add   spec: '0.0.1',
4971 silly cache add   type: 'version' }
4972 silly addNamed isarray@0.0.1
4973 verbose addNamed "0.0.1" is a plain semver version for isarray
4974 silly mapToRegistry name isarray
4975 silly mapToRegistry using default registry
4976 silly mapToRegistry registry https://registry.npmjs.org/
4977 silly mapToRegistry uri https://registry.npmjs.org/isarray
4978 verbose addNameVersion registry:https://registry.npmjs.org/isarray not in flight; fetching
4979 silly cache add args [ 'string_decoder@~0.10.x', null ]
4980 verbose cache add spec string_decoder@~0.10.x
4981 silly cache add parsed spec { raw: 'string_decoder@~0.10.x',
4981 silly cache add   scope: null,
4981 silly cache add   name: 'string_decoder',
4981 silly cache add   rawSpec: '~0.10.x',
4981 silly cache add   spec: '>=0.10.0 <0.11.0',
4981 silly cache add   type: 'range' }
4982 silly addNamed string_decoder@>=0.10.0 <0.11.0
4983 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
4984 silly addNameRange { name: 'string_decoder',
4984 silly addNameRange   range: '>=0.10.0 <0.11.0',
4984 silly addNameRange   hasData: false }
4985 silly mapToRegistry name string_decoder
4986 silly mapToRegistry using default registry
4987 silly mapToRegistry registry https://registry.npmjs.org/
4988 silly mapToRegistry uri https://registry.npmjs.org/string_decoder
4989 verbose addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching
4990 http 304 https://registry.npmjs.org/asn1
4991 silly get cb [ 304,
4991 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
4991 silly get     via: '1.1 varnish',
4991 silly get     'cache-control': 'max-age=60',
4991 silly get     etag: '"68E36A3KXYBYELOVRJJMLAXLK"',
4991 silly get     age: '20',
4991 silly get     connection: 'keep-alive',
4991 silly get     'x-served-by': 'cache-fra1236-FRA',
4991 silly get     'x-cache': 'HIT',
4991 silly get     'x-cache-hits': '2',
4991 silly get     'x-timer': 'S1440343460.630663,VS0,VE0',
4991 silly get     vary: 'Accept' } ]
4992 verbose etag https://registry.npmjs.org/asn1 from cache
4993 verbose get saving asn1 to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\asn1\.cache.json
4994 silly cache add args [ 'inherits@~2.0.1', null ]
4995 verbose cache add spec inherits@~2.0.1
4996 silly cache add parsed spec { raw: 'inherits@~2.0.1',
4996 silly cache add   scope: null,
4996 silly cache add   name: 'inherits',
4996 silly cache add   rawSpec: '~2.0.1',
4996 silly cache add   spec: '>=2.0.1 <2.1.0',
4996 silly cache add   type: 'range' }
4997 silly addNamed inherits@>=2.0.1 <2.1.0
4998 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
4999 silly addNameRange { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: false }
5000 silly mapToRegistry name inherits
5001 silly mapToRegistry using default registry
5002 silly mapToRegistry registry https://registry.npmjs.org/
5003 silly mapToRegistry uri https://registry.npmjs.org/inherits
5004 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
5005 verbose get https://registry.npmjs.org/core-util-is not expired, no request
5006 silly addNameRange number 2 { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: true }
5007 silly addNameRange versions [ 'core-util-is', [ '1.0.0', '1.0.1' ] ]
5008 silly addNamed core-util-is@1.0.1
5009 verbose addNamed "1.0.1" is a plain semver version for core-util-is
5010 verbose get https://registry.npmjs.org/isarray not expired, no request
5011 verbose get https://registry.npmjs.org/string_decoder not expired, no request
5012 silly addNameRange number 2 { name: 'string_decoder',
5012 silly addNameRange   range: '>=0.10.0 <0.11.0',
5012 silly addNameRange   hasData: true }
5013 silly addNameRange versions [ 'string_decoder',
5013 silly addNameRange   [ '0.0.0',
5013 silly addNameRange     '0.0.1',
5013 silly addNameRange     '0.10.24',
5013 silly addNameRange     '0.11.10',
5013 silly addNameRange     '0.10.25',
5013 silly addNameRange     '0.11.10-1',
5013 silly addNameRange     '0.10.25-1',
5013 silly addNameRange     '0.10.31' ] ]
5014 silly addNamed string_decoder@0.10.31
5015 verbose addNamed "0.10.31" is a plain semver version for string_decoder
5016 verbose get https://registry.npmjs.org/inherits not expired, no request
5017 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: true }
5018 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
5019 silly addNamed inherits@2.0.1
5020 verbose addNamed "2.0.1" is a plain semver version for inherits
5021 silly cache afterAdd core-util-is@1.0.1
5022 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json not in flight; writing
5023 silly cache afterAdd isarray@0.0.1
5024 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
5025 silly cache afterAdd string_decoder@0.10.31
5026 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json not in flight; writing
5027 silly cache afterAdd inherits@2.0.1
5028 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
5029 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json written
5030 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
5031 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json written
5032 silly cache afterAdd asn1@0.1.11
5033 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\asn1\0.1.11\package\package.json not in flight; writing
5034 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream\package.json
5035 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
5036 silly install resolved [ { name: 'core-util-is',
5036 silly install resolved     version: '1.0.1',
5036 silly install resolved     description: 'The `util.is*` functions introduced in Node v0.12.',
5036 silly install resolved     main: 'lib/util.js',
5036 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/core-util-is.git' },
5036 silly install resolved     keywords:
5036 silly install resolved      [ 'util',
5036 silly install resolved        'isBuffer',
5036 silly install resolved        'isArray',
5036 silly install resolved        'isNumber',
5036 silly install resolved        'isString',
5036 silly install resolved        'isRegExp',
5036 silly install resolved        'isThis',
5036 silly install resolved        'isThat',
5036 silly install resolved        'polyfill' ],
5036 silly install resolved     author:
5036 silly install resolved      { name: 'Isaac Z. Schlueter',
5036 silly install resolved        email: 'i@izs.me',
5036 silly install resolved        url: 'http://blog.izs.me/' },
5036 silly install resolved     license: 'MIT',
5036 silly install resolved     bugs: { url: 'https://github.com/isaacs/core-util-is/issues' },
5036 silly install resolved     readme: '# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n',
5036 silly install resolved     readmeFilename: 'README.md',
5036 silly install resolved     homepage: 'https://github.com/isaacs/core-util-is',
5036 silly install resolved     _id: 'core-util-is@1.0.1',
5036 silly install resolved     dist:
5036 silly install resolved      { shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
5036 silly install resolved        tarball: 'http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz' },
5036 silly install resolved     _from: 'core-util-is@>=1.0.0 <1.1.0',
5036 silly install resolved     _npmVersion: '1.3.23',
5036 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
5036 silly install resolved     maintainers: [ [Object] ],
5036 silly install resolved     directories: {},
5036 silly install resolved     _shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
5036 silly install resolved     _resolved: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz' },
5036 silly install resolved   { name: 'isarray',
5036 silly install resolved     description: 'Array#isArray for older browsers',
5036 silly install resolved     version: '0.0.1',
5036 silly install resolved     repository:
5036 silly install resolved      { type: 'git',
5036 silly install resolved        url: 'git://github.com/juliangruber/isarray.git' },
5036 silly install resolved     homepage: 'https://github.com/juliangruber/isarray',
5036 silly install resolved     main: 'index.js',
5036 silly install resolved     scripts: { test: 'tap test/*.js' },
5036 silly install resolved     dependencies: {},
5036 silly install resolved     devDependencies: { tap: '*' },
5036 silly install resolved     keywords: [ 'browser', 'isarray', 'array' ],
5036 silly install resolved     author:
5036 silly install resolved      { name: 'Julian Gruber',
5036 silly install resolved        email: 'mail@juliangruber.com',
5036 silly install resolved        url: 'http://juliangruber.com' },
5036 silly install resolved     license: 'MIT',
5036 silly install resolved     _id: 'isarray@0.0.1',
5036 silly install resolved     dist:
5036 silly install resolved      { shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
5036 silly install resolved        tarball: 'http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz' },
5036 silly install resolved     _from: 'isarray@0.0.1',
5036 silly install resolved     _npmVersion: '1.2.18',
5036 silly install resolved     _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' },
5036 silly install resolved     maintainers: [ [Object] ],
5036 silly install resolved     directories: {},
5036 silly install resolved     _shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
5036 silly install resolved     _resolved: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
5036 silly install resolved     bugs: { url: 'https://github.com/juliangruber/isarray/issues' },
5036 silly install resolved     readme: 'ERROR: No README data found!' },
5036 silly install resolved   { name: 'string_decoder',
5036 silly install resolved     version: '0.10.31',
5036 silly install resolved     description: 'The string_decoder module from Node core',
5036 silly install resolved     main: 'index.js',
5036 silly install resolved     dependencies: {},
5036 silly install resolved     devDependencies: { tap: '~0.4.8' },
5036 silly install resolved     scripts: { test: 'tap test/simple/*.js' },
5036 silly install resolved     repository:
5036 silly install resolved      { type: 'git',
5036 silly install resolved        url: 'git://github.com/rvagg/string_decoder.git' },
5036 silly install resolved     homepage: 'https://github.com/rvagg/string_decoder',
5036 silly install resolved     keywords: [ 'string', 'decoder', 'browser', 'browserify' ],
5036 silly install resolved     license: 'MIT',
5036 silly install resolved     gitHead: 'd46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0',
5036 silly install resolved     bugs: { url: 'https://github.com/rvagg/string_decoder/issues' },
5036 silly install resolved     _id: 'string_decoder@0.10.31',
5036 silly install resolved     _shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
5036 silly install resolved     _from: 'string_decoder@>=0.10.0 <0.11.0',
5036 silly install resolved     _npmVersion: '1.4.23',
5036 silly install resolved     _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
5036 silly install resolved     maintainers: [ [Object], [Object] ],
5036 silly install resolved     dist:
5036 silly install resolved      { shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
5036 silly install resolved        tarball: 'http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz' },
5036 silly install resolved     directories: {},
5036 silly install resolved     _resolved: 'https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
5036 silly install resolved     readme: 'ERROR: No README data found!' },
5036 silly install resolved   { name: 'inherits',
5036 silly install resolved     description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
5036 silly install resolved     version: '2.0.1',
5036 silly install resolved     keywords:
5036 silly install resolved      [ 'inheritance',
5036 silly install resolved        'class',
5036 silly install resolved        'klass',
5036 silly install resolved        'oop',
5036 silly install resolved        'object-oriented',
5036 silly install resolved        'inherits',
5036 silly install resolved        'browser',
5036 silly install resolved        'browserify' ],
5036 silly install resolved     main: './inherits.js',
5036 silly install resolved     browser: './inherits_browser.js',
5036 silly install resolved     repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
5036 silly install resolved     license: 'ISC',
5036 silly install resolved     scripts: { test: 'node test' },
5036 silly install resolved     bugs: { url: 'https://github.com/isaacs/inherits/issues' },
5036 silly install resolved     _id: 'inherits@2.0.1',
5036 silly install resolved     dist:
5036 silly install resolved      { shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
5036 silly install resolved        tarball: 'http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz' },
5036 silly install resolved     _from: 'inherits@>=2.0.1 <2.1.0',
5036 silly install resolved     _npmVersion: '1.3.8',
5036 silly install resolved     _npmUser: { name: 'isaacs', email: 'i@izs.me' },
5036 silly install resolved     maintainers: [ [Object] ],
5036 silly install resolved     directories: {},
5036 silly install resolved     _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
5036 silly install resolved     _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
5036 silly install resolved     readme: 'ERROR: No README data found!',
5036 silly install resolved     homepage: 'https://github.com/isaacs/inherits#readme' } ]
5037 info install core-util-is@1.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5038 info install isarray@0.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5039 info install string_decoder@0.10.31 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5040 info install inherits@2.0.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5041 info installOne core-util-is@1.0.1
5042 verbose installOne of core-util-is to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream not in flight; installing
5043 info installOne isarray@0.0.1
5044 verbose installOne of isarray to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream not in flight; installing
5045 info installOne string_decoder@0.10.31
5046 verbose installOne of string_decoder to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream not in flight; installing
5047 info installOne inherits@2.0.1
5048 verbose installOne of inherits to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream not in flight; installing
5049 http 304 https://registry.npmjs.org/assert-plus
5050 silly get cb [ 304,
5050 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5050 silly get     via: '1.1 varnish',
5050 silly get     'cache-control': 'max-age=60',
5050 silly get     etag: '"BJ6UE1EGKYKF2OZ2UJOCA8YAB"',
5050 silly get     age: '57',
5050 silly get     connection: 'keep-alive',
5050 silly get     'x-served-by': 'cache-fra1227-FRA',
5050 silly get     'x-cache': 'HIT',
5050 silly get     'x-cache-hits': '2',
5050 silly get     'x-timer': 'S1440343460.640222,VS0,VE0',
5050 silly get     vary: 'Accept' } ]
5051 verbose etag https://registry.npmjs.org/assert-plus from cache
5052 verbose get saving assert-plus to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\assert-plus\.cache.json
5053 http 304 https://registry.npmjs.org/ctype
5054 silly get cb [ 304,
5054 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5054 silly get     via: '1.1 varnish',
5054 silly get     'cache-control': 'max-age=60',
5054 silly get     etag: '"9HXDEJQPPE1F7UJCISKGFRWPT"',
5054 silly get     age: '37',
5054 silly get     connection: 'keep-alive',
5054 silly get     'x-served-by': 'cache-fra1229-FRA',
5054 silly get     'x-cache': 'HIT',
5054 silly get     'x-cache-hits': '1',
5054 silly get     'x-timer': 'S1440343460.639826,VS0,VE0',
5054 silly get     vary: 'Accept' } ]
5055 verbose etag https://registry.npmjs.org/ctype from cache
5056 verbose get saving ctype to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\ctype\.cache.json
5057 info preinstall delayed-stream@0.0.5
5058 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\asn1\0.1.11\package\package.json written
5059 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-f3d9345cbfd10c20.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5060 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\core-util-is-c302fe1e89a5f9a4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5061 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\string-decoder-04f55468d50f194f.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5062 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\isarray-194c8b34ab30daf2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5063 silly install write writing inherits 2.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5064 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream\package.json
5065 silly install write writing core-util-is 1.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5066 silly install write writing string_decoder 0.10.31 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5067 silly install write writing isarray 0.0.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5068 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5069 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5070 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5071 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5072 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream\package.json
5073 silly addNameRange number 2 { name: 'assert-plus', range: '>=0.1.5 <0.2.0', hasData: true }
5074 silly addNameRange versions [ 'assert-plus',
5074 silly addNameRange   [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5' ] ]
5075 silly addNamed assert-plus@0.1.5
5076 verbose addNamed "0.1.5" is a plain semver version for assert-plus
5077 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits is being purged from base D:\WWW\NodeJS\src
5078 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5079 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is is being purged from base D:\WWW\NodeJS\src
5080 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5081 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder is being purged from base D:\WWW\NodeJS\src
5082 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5083 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray is being purged from base D:\WWW\NodeJS\src
5084 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5085 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
5086 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5087 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits is being purged
5088 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5089 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
5090 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5091 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is is being purged
5092 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5093 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
5094 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5095 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder is being purged
5096 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5097 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
5098 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5099 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray is being purged
5100 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5101 silly gunzTarPerm modes [ '777', '666' ]
5102 silly gunzTarPerm modes [ '777', '666' ]
5103 silly gunzTarPerm modes [ '777', '666' ]
5104 silly gunzTarPerm modes [ '777', '666' ]
5105 silly install resolved []
5106 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5107 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5108 silly cache afterAdd assert-plus@0.1.5
5109 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\assert-plus\0.1.5\package\package.json not in flight; writing
5110 silly cache afterAdd ctype@0.5.3
5111 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ctype\0.5.3\package\package.json not in flight; writing
5112 silly gunzTarPerm extractEntry package.json
5113 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5114 silly gunzTarPerm extractEntry package.json
5115 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5116 silly gunzTarPerm extractEntry package.json
5117 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
5118 silly gunzTarPerm extractEntry package.json
5119 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5120 info linkStuff delayed-stream@0.0.5
5121 silly linkStuff delayed-stream@0.0.5 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules as its parent node_modules
5122 silly gunzTarPerm extractEntry README.md
5123 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5124 silly gunzTarPerm extractEntry LICENSE
5125 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5126 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\assert-plus\0.1.5\package\package.json written
5127 verbose linkBins delayed-stream@0.0.5
5128 verbose linkMans delayed-stream@0.0.5
5129 verbose rebuildBundles delayed-stream@0.0.5
5130 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\ctype\0.5.3\package\package.json written
5131 silly install resolved [ { author: { name: 'Mark Cavage', email: 'mcavage@gmail.com' },
5131 silly install resolved     contributors: [ [Object], [Object] ],
5131 silly install resolved     name: 'asn1',
5131 silly install resolved     description: 'Contains parsers and serializers for ASN.1 (currently BER only)',
5131 silly install resolved     version: '0.1.11',
5131 silly install resolved     repository: { type: 'git', url: 'git://github.com/mcavage/node-asn1.git' },
5131 silly install resolved     main: 'lib/index.js',
5131 silly install resolved     engines: { node: '>=0.4.9' },
5131 silly install resolved     dependencies: {},
5131 silly install resolved     devDependencies: { tap: '0.1.4' },
5131 silly install resolved     scripts:
5131 silly install resolved      { pretest: 'which gjslint; if [[ "$?" = 0 ]] ; then  gjslint --nojsdoc -r lib -r tst; else echo "Missing gjslint. Skipping lint"; fi',
5131 silly install resolved        test: 'tap ./tst' },
5131 silly install resolved     _npmUser: { name: 'mcavage', email: 'mcavage@gmail.com' },
5131 silly install resolved     _id: 'asn1@0.1.11',
5131 silly install resolved     _engineSupported: true,
5131 silly install resolved     _npmVersion: '1.1.0-beta-4',
5131 silly install resolved     _nodeVersion: 'v0.6.6',
5131 silly install resolved     _defaultsLoaded: true,
5131 silly install resolved     dist:
5131 silly install resolved      { shasum: '559be18376d08a4ec4dbe80877d27818639b2df7',
5131 silly install resolved        tarball: 'http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz' },
5131 silly install resolved     maintainers: [ [Object] ],
5131 silly install resolved     directories: {},
5131 silly install resolved     _shasum: '559be18376d08a4ec4dbe80877d27818639b2df7',
5131 silly install resolved     _resolved: 'https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
5131 silly install resolved     _from: 'asn1@0.1.11',
5131 silly install resolved     bugs: { url: 'https://github.com/mcavage/node-asn1/issues' },
5131 silly install resolved     readme: 'ERROR: No README data found!',
5131 silly install resolved     homepage: 'https://github.com/mcavage/node-asn1#readme' },
5131 silly install resolved   { author: { name: 'Mark Cavage', email: 'mcavage@gmail.com' },
5131 silly install resolved     name: 'assert-plus',
5131 silly install resolved     description: 'Extra assertions on top of node\'s assert module',
5131 silly install resolved     version: '0.1.5',
5131 silly install resolved     main: './assert.js',
5131 silly install resolved     devDependencies: {},
5131 silly install resolved     optionalDependencies: {},
5131 silly install resolved     repository:
5131 silly install resolved      { type: 'git',
5131 silly install resolved        url: 'git+https://github.com/mcavage/node-assert-plus.git' },
5131 silly install resolved     engines: { node: '>=0.8' },
5131 silly install resolved     bugs: { url: 'https://github.com/mcavage/node-assert-plus/issues' },
5131 silly install resolved     dependencies: {},
5131 silly install resolved     _id: 'assert-plus@0.1.5',
5131 silly install resolved     dist:
5131 silly install resolved      { shasum: 'ee74009413002d84cec7219c6ac811812e723160',
5131 silly install resolved        tarball: 'http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz' },
5131 silly install resolved     _from: 'assert-plus@>=0.1.5 <0.2.0',
5131 silly install resolved     _npmVersion: '1.3.11',
5131 silly install resolved     _npmUser: { name: 'mcavage', email: 'mcavage@gmail.com' },
5131 silly install resolved     maintainers: [ [Object] ],
5131 silly install resolved     directories: {},
5131 silly install resolved     _shasum: 'ee74009413002d84cec7219c6ac811812e723160',
5131 silly install resolved     _resolved: 'https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
5131 silly install resolved     readme: 'ERROR: No README data found!',
5131 silly install resolved     homepage: 'https://github.com/mcavage/node-assert-plus#readme' },
5131 silly install resolved   { name: 'ctype',
5131 silly install resolved     version: '0.5.3',
5131 silly install resolved     description: 'read and write binary structures and data types',
5131 silly install resolved     homepage: 'https://github.com/rmustacc/node-ctype',
5131 silly install resolved     author: { name: 'Robert Mustacchi', email: 'rm@fingolfin.org' },
5131 silly install resolved     engines: { node: '>= 0.4' },
5131 silly install resolved     main: 'ctype.js',
5131 silly install resolved     repository:
5131 silly install resolved      { type: 'git',
5131 silly install resolved        url: 'git+https://github.com/rmustacc/node-ctype.git' },
5131 silly install resolved     _id: 'ctype@0.5.3',
5131 silly install resolved     dist:
5131 silly install resolved      { shasum: '82c18c2461f74114ef16c135224ad0b9144ca12f',
5131 silly install resolved        tarball: 'http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz' },
5131 silly install resolved     _npmVersion: '1.1.59',
5131 silly install resolved     _npmUser: { name: 'rm', email: 'rm@fingolfin.org' },
5131 silly install resolved     maintainers: [ [Object] ],
5131 silly install resolved     directories: {},
5131 silly install resolved     _shasum: '82c18c2461f74114ef16c135224ad0b9144ca12f',
5131 silly install resolved     _resolved: 'https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
5131 silly install resolved     _from: 'ctype@0.5.3',
5131 silly install resolved     bugs: { url: 'https://github.com/rmustacc/node-ctype/issues' },
5131 silly install resolved     readme: 'ERROR: No README data found!' } ]
5132 info install asn1@0.1.11 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5133 info install assert-plus@0.1.5 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5134 info install ctype@0.5.3 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5135 info installOne asn1@0.1.11
5136 verbose installOne of asn1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature not in flight; installing
5137 info installOne assert-plus@0.1.5
5138 verbose installOne of assert-plus to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature not in flight; installing
5139 info installOne ctype@0.5.3
5140 verbose installOne of ctype to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature not in flight; installing
5141 silly gunzTarPerm extractEntry README.md
5142 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5143 silly gunzTarPerm extractEntry util.js
5144 silly gunzTarPerm modified mode [ 'util.js', 420, 438 ]
5145 info install delayed-stream@0.0.5
5146 silly gunzTarPerm extractEntry .npmignore
5147 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
5148 silly gunzTarPerm extractEntry README.md
5149 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
5150 silly gunzTarPerm extractEntry README.md
5151 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5152 silly gunzTarPerm extractEntry index.js
5153 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
5154 info postinstall delayed-stream@0.0.5
5155 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\asn1-d1d9f9a5221d58cb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5156 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\assert-plus-94c2640e720c9281.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5157 silly install write writing asn1 0.1.11 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5158 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ctype-60b8ce2b0b13117c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5159 silly install write writing assert-plus 0.1.5 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5160 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\delayed-stream-9296f7b40a6f172c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5161 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
5162 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
5163 silly install write writing ctype 0.5.3 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5164 silly gunzTarPerm extractEntry inherits.js
5165 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
5166 silly gunzTarPerm extractEntry inherits_browser.js
5167 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
5168 silly gunzTarPerm extractEntry float.patch
5169 silly gunzTarPerm modified mode [ 'float.patch', 420, 438 ]
5170 silly gunzTarPerm extractEntry lib/util.js
5171 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
5172 silly gunzTarPerm extractEntry LICENSE
5173 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
5174 silly gunzTarPerm extractEntry index.js
5175 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
5176 silly gunzTarPerm extractEntry build/build.js
5177 silly gunzTarPerm modified mode [ 'build/build.js', 420, 438 ]
5178 silly gunzTarPerm extractEntry component.json
5179 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
5180 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5181 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5182 info linkStuff combined-stream@0.0.7
5183 silly linkStuff combined-stream@0.0.7 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5184 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5185 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1 is being purged from base D:\WWW\NodeJS\src
5186 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5187 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus is being purged from base D:\WWW\NodeJS\src
5188 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5189 verbose linkBins combined-stream@0.0.7
5190 verbose linkMans combined-stream@0.0.7
5191 verbose rebuildBundles combined-stream@0.0.7
5192 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\asn1\0.1.11\package.tgz
5193 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5194 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1 is being purged
5195 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5196 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype is being purged from base D:\WWW\NodeJS\src
5197 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5198 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\assert-plus\0.1.5\package.tgz
5199 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5200 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus is being purged
5201 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5202 verbose rebuildBundles [ 'delayed-stream' ]
5203 info install combined-stream@0.0.7
5204 silly gunzTarPerm modes [ '777', '666' ]
5205 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\ctype\0.5.3\package.tgz
5206 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5207 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype is being purged
5208 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5209 silly gunzTarPerm modes [ '777', '666' ]
5210 silly gunzTarPerm modes [ '777', '666' ]
5211 info postinstall combined-stream@0.0.7
5212 silly gunzTarPerm extractEntry test.js
5213 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
5214 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\combined-stream-259ae034e90b35bf.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\combined-stream
5215 silly gunzTarPerm extractEntry .npmignore
5216 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5217 silly gunzTarPerm extractEntry package.json
5218 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5219 silly gunzTarPerm extractEntry package.json
5220 silly gunzTarPerm extractEntry lib/
5221 silly gunzTarPerm modified mode [ 'lib/', 493, 511 ]
5222 silly gunzTarPerm extractEntry lib/ber/
5223 silly gunzTarPerm modified mode [ 'lib/ber/', 493, 511 ]
5224 silly gunzTarPerm extractEntry README.md
5225 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5226 silly gunzTarPerm extractEntry assert.js
5227 silly gunzTarPerm modified mode [ 'assert.js', 420, 438 ]
5228 silly gunzTarPerm extractEntry .npmignore
5229 silly gunzTarPerm extractEntry README
5230 silly gunzTarPerm extractEntry lib/ber/errors.js
5231 silly gunzTarPerm modified mode [ 'lib/ber/errors.js', 420, 438 ]
5232 silly gunzTarPerm extractEntry lib/ber/index.js
5233 silly gunzTarPerm modified mode [ 'lib/ber/index.js', 420, 438 ]
5234 silly gunzTarPerm extractEntry lib/ber/reader.js
5235 silly gunzTarPerm modified mode [ 'lib/ber/reader.js', 420, 438 ]
5236 silly gunzTarPerm extractEntry LICENSE
5237 silly gunzTarPerm extractEntry ctio.js
5238 silly gunzTarPerm extractEntry lib/ber/types.js
5239 silly gunzTarPerm modified mode [ 'lib/ber/types.js', 420, 438 ]
5240 silly gunzTarPerm extractEntry lib/ber/writer.js
5241 silly gunzTarPerm modified mode [ 'lib/ber/writer.js', 420, 438 ]
5242 silly gunzTarPerm extractEntry lib/index.js
5243 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
5244 silly gunzTarPerm extractEntry LICENSE
5245 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5246 silly gunzTarPerm extractEntry package.json
5247 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5248 silly gunzTarPerm extractEntry README.md
5249 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5250 silly gunzTarPerm extractEntry tst/
5251 silly gunzTarPerm modified mode [ 'tst/', 493, 511 ]
5252 silly gunzTarPerm extractEntry tst/ber/
5253 silly gunzTarPerm modified mode [ 'tst/ber/', 493, 511 ]
5254 silly gunzTarPerm extractEntry tst/ber/reader.test.js
5255 silly gunzTarPerm modified mode [ 'tst/ber/reader.test.js', 420, 438 ]
5256 silly gunzTarPerm extractEntry tst/ber/writer.test.js
5257 silly gunzTarPerm modified mode [ 'tst/ber/writer.test.js', 420, 438 ]
5258 silly gunzTarPerm extractEntry ctf.js
5259 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async\package.json
5260 info preinstall async@0.9.2
5261 silly gunzTarPerm extractEntry ctype.js
5262 silly gunzTarPerm extractEntry man/man3ctype/ctio.3ctype
5263 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async\package.json
5264 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits\package.json
5265 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async\package.json
5266 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray\package.json
5267 info preinstall inherits@2.0.1
5268 silly gunzTarPerm extractEntry CHANGELOG
5269 silly gunzTarPerm extractEntry tools/jsstyle
5270 silly gunzTarPerm extractEntry tools/jsl.conf
5271 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits\package.json
5272 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder\package.json
5273 info preinstall isarray@0.0.1
5274 silly install resolved []
5275 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
5276 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
5277 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray\package.json
5278 info preinstall string_decoder@0.10.31
5279 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits\package.json
5280 info linkStuff async@0.9.2
5281 silly linkStuff async@0.9.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules as its parent node_modules
5282 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder\package.json
5283 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus\package.json
5284 verbose linkBins async@0.9.2
5285 verbose linkMans async@0.9.2
5286 verbose rebuildBundles async@0.9.2
5287 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray\package.json
5288 info install async@0.9.2
5289 silly install resolved []
5290 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5291 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5292 info postinstall async@0.9.2
5293 info preinstall assert-plus@0.1.5
5294 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder\package.json
5295 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\async-e46291b14b90f98d.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\async
5296 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus\package.json
5297 silly install resolved []
5298 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5299 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5300 info linkStuff inherits@2.0.1
5301 silly linkStuff inherits@2.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules as its parent node_modules
5302 verbose linkBins inherits@2.0.1
5303 verbose linkMans inherits@2.0.1
5304 verbose rebuildBundles inherits@2.0.1
5305 info install inherits@2.0.1
5306 silly install resolved []
5307 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5308 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5309 info linkStuff isarray@0.0.1
5310 silly linkStuff isarray@0.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules as its parent node_modules
5311 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus\package.json
5312 info postinstall inherits@2.0.1
5313 verbose linkBins isarray@0.0.1
5314 verbose linkMans isarray@0.0.1
5315 verbose rebuildBundles isarray@0.0.1
5316 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is\package.json
5317 info install isarray@0.0.1
5318 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\inherits-f3d9345cbfd10c20.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\inherits
5319 info linkStuff string_decoder@0.10.31
5320 silly linkStuff string_decoder@0.10.31 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules as its parent node_modules
5321 info postinstall isarray@0.0.1
5322 verbose linkBins string_decoder@0.10.31
5323 verbose linkMans string_decoder@0.10.31
5324 verbose rebuildBundles string_decoder@0.10.31
5325 silly install resolved []
5326 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5327 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5328 info preinstall core-util-is@1.0.1
5329 info install string_decoder@0.10.31
5330 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\isarray-194c8b34ab30daf2.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\isarray
5331 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is\package.json
5332 info postinstall string_decoder@0.10.31
5333 silly gunzTarPerm extractEntry README.old
5334 info linkStuff assert-plus@0.1.5
5335 silly linkStuff assert-plus@0.1.5 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules as its parent node_modules
5336 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\string-decoder-04f55468d50f194f.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\string_decoder
5337 verbose linkBins assert-plus@0.1.5
5338 verbose linkMans assert-plus@0.1.5
5339 verbose rebuildBundles assert-plus@0.1.5
5340 info install assert-plus@0.1.5
5341 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is\package.json
5342 info postinstall assert-plus@0.1.5
5343 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\assert-plus-94c2640e720c9281.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\assert-plus
5344 silly install resolved []
5345 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5346 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5347 info linkStuff core-util-is@1.0.1
5348 silly linkStuff core-util-is@1.0.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules as its parent node_modules
5349 verbose linkBins core-util-is@1.0.1
5350 verbose linkMans core-util-is@1.0.1
5351 verbose rebuildBundles core-util-is@1.0.1
5352 info install core-util-is@1.0.1
5353 info postinstall core-util-is@1.0.1
5354 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\core-util-is-c302fe1e89a5f9a4.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream\node_modules\core-util-is
5355 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5356 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5357 http 304 https://registry.npmjs.org/mime-db
5358 silly get cb [ 304,
5358 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5358 silly get     via: '1.1 varnish',
5358 silly get     'cache-control': 'max-age=60',
5358 silly get     etag: '"CQ0QYPDPGEWIAM95D62WCBYCN"',
5358 silly get     age: '55',
5358 silly get     connection: 'keep-alive',
5358 silly get     'x-served-by': 'cache-fra1224-FRA',
5358 silly get     'x-cache': 'HIT',
5358 silly get     'x-cache-hits': '1',
5358 silly get     'x-timer': 'S1440343460.746594,VS0,VE0',
5358 silly get     vary: 'Accept' } ]
5359 verbose etag https://registry.npmjs.org/mime-db from cache
5360 verbose get saving mime-db to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\mime-db\.cache.json
5361 info linkStuff readable-stream@1.0.33
5362 silly linkStuff readable-stream@1.0.33 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules as its parent node_modules
5363 verbose linkBins readable-stream@1.0.33
5364 verbose linkMans readable-stream@1.0.33
5365 verbose rebuildBundles readable-stream@1.0.33
5366 verbose rebuildBundles [ 'core-util-is', 'inherits', 'isarray', 'string_decoder' ]
5367 info install readable-stream@1.0.33
5368 info postinstall readable-stream@1.0.33
5369 silly addNameRange number 2 { name: 'mime-db', range: '>=1.12.0 <1.13.0', hasData: true }
5370 silly addNameRange versions [ 'mime-db',
5370 silly addNameRange   [ '0.0.0',
5370 silly addNameRange     '1.0.0',
5370 silly addNameRange     '1.0.1',
5370 silly addNameRange     '1.0.2',
5370 silly addNameRange     '1.0.3',
5370 silly addNameRange     '1.1.0',
5370 silly addNameRange     '1.1.1',
5370 silly addNameRange     '1.1.2',
5370 silly addNameRange     '1.2.0',
5370 silly addNameRange     '1.3.0',
5370 silly addNameRange     '1.3.1',
5370 silly addNameRange     '1.4.0',
5370 silly addNameRange     '1.5.0',
5370 silly addNameRange     '1.6.0',
5370 silly addNameRange     '1.6.1',
5370 silly addNameRange     '1.7.0',
5370 silly addNameRange     '1.8.0',
5370 silly addNameRange     '1.9.0',
5370 silly addNameRange     '1.9.1',
5370 silly addNameRange     '1.10.0',
5370 silly addNameRange     '1.11.0',
5370 silly addNameRange     '1.12.0',
5370 silly addNameRange     '1.13.0',
5370 silly addNameRange     '1.14.0',
5370 silly addNameRange     '1.15.0',
5370 silly addNameRange     '1.16.0',
5370 silly addNameRange     '1.17.0' ] ]
5371 silly addNamed mime-db@1.12.0
5372 verbose addNamed "1.12.0" is a plain semver version for mime-db
5373 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\readable-stream-2805f398325f73dc.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl\node_modules\readable-stream
5374 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
5375 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
5376 silly cache afterAdd mime-db@1.12.0
5377 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-db\1.12.0\package\package.json not in flight; writing
5378 info linkStuff bl@0.9.4
5379 silly linkStuff bl@0.9.4 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5380 verbose linkBins bl@0.9.4
5381 verbose linkMans bl@0.9.4
5382 verbose rebuildBundles bl@0.9.4
5383 verbose rebuildBundles [ 'readable-stream' ]
5384 info install bl@0.9.4
5385 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\mime-db\1.12.0\package\package.json written
5386 silly install resolved [ { name: 'mime-db',
5386 silly install resolved     description: 'Media Type Database',
5386 silly install resolved     version: '1.12.0',
5386 silly install resolved     contributors: [ [Object], [Object], [Object] ],
5386 silly install resolved     license: 'MIT',
5386 silly install resolved     keywords: [ 'mime', 'db', 'type', 'types', 'database', 'charset', 'charsets' ],
5386 silly install resolved     repository:
5386 silly install resolved      { type: 'git',
5386 silly install resolved        url: 'git+https://github.com/jshttp/mime-db.git' },
5386 silly install resolved     devDependencies:
5386 silly install resolved      { bluebird: '2.9.27',
5386 silly install resolved        co: '4.5.4',
5386 silly install resolved        cogent: '1.0.1',
5386 silly install resolved        'csv-parse': '0.1.2',
5386 silly install resolved        gnode: '0.1.1',
5386 silly install resolved        istanbul: '0.3.9',
5386 silly install resolved        mocha: '1.21.5',
5386 silly install resolved        'raw-body': '2.1.0',
5386 silly install resolved        'stream-to-array': '2' },
5386 silly install resolved     files: [ 'HISTORY.md', 'LICENSE', 'README.md', 'db.json', 'index.js' ],
5386 silly install resolved     engines: { node: '>= 0.6' },
5386 silly install resolved     scripts:
5386 silly install resolved      { build: 'node scripts/build',
5386 silly install resolved        fetch: 'gnode scripts/extensions && gnode scripts/types',
5386 silly install resolved        test: 'mocha --reporter spec --bail --check-leaks test/',
5386 silly install resolved        'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/',
5386 silly install resolved        'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/',
5386 silly install resolved        update: 'npm run fetch && npm run build' },
5386 silly install resolved     gitHead: 'cf35cbba6b22f4a3b3eef9a32129ea5b7f0f91ee',
5386 silly install resolved     bugs: { url: 'https://github.com/jshttp/mime-db/issues' },
5386 silly install resolved     homepage: 'https://github.com/jshttp/mime-db',
5386 silly install resolved     _id: 'mime-db@1.12.0',
5386 silly install resolved     _shasum: '3d0c63180f458eb10d325aaa37d7c58ae312e9d7',
5386 silly install resolved     _from: 'mime-db@>=1.12.0 <1.13.0',
5386 silly install resolved     _npmVersion: '1.4.28',
5386 silly install resolved     _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
5386 silly install resolved     maintainers: [ [Object], [Object] ],
5386 silly install resolved     dist:
5386 silly install resolved      { shasum: '3d0c63180f458eb10d325aaa37d7c58ae312e9d7',
5386 silly install resolved        tarball: 'http://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz' },
5386 silly install resolved     directories: {},
5386 silly install resolved     _resolved: 'https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz',
5386 silly install resolved     readme: 'ERROR: No README data found!' } ]
5387 info install mime-db@1.12.0 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
5388 info installOne mime-db@1.12.0
5389 verbose installOne of mime-db to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types not in flight; installing
5390 info postinstall bl@0.9.4
5391 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\bl-852c9fdcd5585005.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\bl
5392 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-db-94b23c710343eb97.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5393 silly install write writing mime-db 1.12.0 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5394 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5395 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db is being purged from base D:\WWW\NodeJS\src
5396 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5397 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\mime-db\1.12.0\package.tgz
5398 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5399 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db is being purged
5400 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5401 silly gunzTarPerm modes [ '777', '666' ]
5402 silly gunzTarPerm extractEntry package.json
5403 silly gunzTarPerm extractEntry README.md
5404 silly gunzTarPerm extractEntry LICENSE
5405 silly gunzTarPerm extractEntry index.js
5406 silly gunzTarPerm extractEntry HISTORY.md
5407 silly gunzTarPerm extractEntry db.json
5408 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1\package.json
5409 info preinstall asn1@0.1.11
5410 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1\package.json
5411 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1\package.json
5412 silly install resolved []
5413 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5414 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5415 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\package.json
5416 info linkStuff asn1@0.1.11
5417 silly linkStuff asn1@0.1.11 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules as its parent node_modules
5418 verbose linkBins asn1@0.1.11
5419 verbose linkMans asn1@0.1.11
5420 verbose rebuildBundles asn1@0.1.11
5421 info preinstall hawk@1.1.1
5422 info install asn1@0.1.11
5423 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\package.json
5424 info postinstall asn1@0.1.11
5425 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\asn1-d1d9f9a5221d58cb.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\asn1
5426 silly prepareForInstallMany adding hoek@0.9.x from hawk dependencies
5427 silly prepareForInstallMany adding boom@0.4.x from hawk dependencies
5428 silly prepareForInstallMany adding cryptiles@0.2.x from hawk dependencies
5429 silly prepareForInstallMany adding sntp@0.2.x from hawk dependencies
5430 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\package.json
5431 silly cache add args [ 'hoek@0.9.x', null ]
5432 verbose cache add spec hoek@0.9.x
5433 silly cache add args [ 'boom@0.4.x', null ]
5434 verbose cache add spec boom@0.4.x
5435 silly cache add parsed spec { raw: 'hoek@0.9.x',
5435 silly cache add   scope: null,
5435 silly cache add   name: 'hoek',
5435 silly cache add   rawSpec: '0.9.x',
5435 silly cache add   spec: '>=0.9.0 <0.10.0',
5435 silly cache add   type: 'range' }
5436 silly addNamed hoek@>=0.9.0 <0.10.0
5437 verbose addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
5438 silly addNameRange { name: 'hoek', range: '>=0.9.0 <0.10.0', hasData: false }
5439 silly mapToRegistry name hoek
5440 silly mapToRegistry using default registry
5441 silly mapToRegistry registry https://registry.npmjs.org/
5442 silly mapToRegistry uri https://registry.npmjs.org/hoek
5443 verbose addNameRange registry:https://registry.npmjs.org/hoek not in flight; fetching
5444 silly cache add parsed spec { raw: 'boom@0.4.x',
5444 silly cache add   scope: null,
5444 silly cache add   name: 'boom',
5444 silly cache add   rawSpec: '0.4.x',
5444 silly cache add   spec: '>=0.4.0 <0.5.0',
5444 silly cache add   type: 'range' }
5445 silly addNamed boom@>=0.4.0 <0.5.0
5446 verbose addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
5447 silly addNameRange { name: 'boom', range: '>=0.4.0 <0.5.0', hasData: false }
5448 silly mapToRegistry name boom
5449 silly mapToRegistry using default registry
5450 silly mapToRegistry registry https://registry.npmjs.org/
5451 silly mapToRegistry uri https://registry.npmjs.org/boom
5452 verbose addNameRange registry:https://registry.npmjs.org/boom not in flight; fetching
5453 silly cache add args [ 'cryptiles@0.2.x', null ]
5454 verbose cache add spec cryptiles@0.2.x
5455 silly cache add parsed spec { raw: 'cryptiles@0.2.x',
5455 silly cache add   scope: null,
5455 silly cache add   name: 'cryptiles',
5455 silly cache add   rawSpec: '0.2.x',
5455 silly cache add   spec: '>=0.2.0 <0.3.0',
5455 silly cache add   type: 'range' }
5456 silly addNamed cryptiles@>=0.2.0 <0.3.0
5457 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
5458 silly addNameRange { name: 'cryptiles', range: '>=0.2.0 <0.3.0', hasData: false }
5459 silly mapToRegistry name cryptiles
5460 silly mapToRegistry using default registry
5461 silly mapToRegistry registry https://registry.npmjs.org/
5462 silly mapToRegistry uri https://registry.npmjs.org/cryptiles
5463 verbose addNameRange registry:https://registry.npmjs.org/cryptiles not in flight; fetching
5464 silly cache add args [ 'sntp@0.2.x', null ]
5465 verbose cache add spec sntp@0.2.x
5466 silly cache add parsed spec { raw: 'sntp@0.2.x',
5466 silly cache add   scope: null,
5466 silly cache add   name: 'sntp',
5466 silly cache add   rawSpec: '0.2.x',
5466 silly cache add   spec: '>=0.2.0 <0.3.0',
5466 silly cache add   type: 'range' }
5467 silly addNamed sntp@>=0.2.0 <0.3.0
5468 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
5469 silly addNameRange { name: 'sntp', range: '>=0.2.0 <0.3.0', hasData: false }
5470 silly mapToRegistry name sntp
5471 silly mapToRegistry using default registry
5472 silly mapToRegistry registry https://registry.npmjs.org/
5473 silly mapToRegistry uri https://registry.npmjs.org/sntp
5474 verbose addNameRange registry:https://registry.npmjs.org/sntp not in flight; fetching
5475 verbose request uri https://registry.npmjs.org/hoek
5476 verbose request no auth needed
5477 info attempt registry request try #1 at 17:24:41
5478 verbose etag "5IKKQV013N90C5LN83B0AEWFT"
5479 http request GET https://registry.npmjs.org/hoek
5480 verbose request uri https://registry.npmjs.org/cryptiles
5481 verbose request no auth needed
5482 info attempt registry request try #1 at 17:24:41
5483 verbose etag "EK7D98U2X9GXU4ZYIGHGJ3DK8"
5484 http request GET https://registry.npmjs.org/cryptiles
5485 verbose request uri https://registry.npmjs.org/boom
5486 verbose request no auth needed
5487 info attempt registry request try #1 at 17:24:41
5488 verbose etag "E9U9QMCWEQ5676FJZ6SLQEDQ4"
5489 http request GET https://registry.npmjs.org/boom
5490 verbose request uri https://registry.npmjs.org/sntp
5491 verbose request no auth needed
5492 info attempt registry request try #1 at 17:24:41
5493 verbose etag "BIQL559CK9WWT2W3XDIZP620E"
5494 http request GET https://registry.npmjs.org/sntp
5495 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype\package.json
5496 info preinstall ctype@0.5.3
5497 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype\package.json
5498 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype\package.json
5499 silly install resolved []
5500 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5501 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5502 info linkStuff ctype@0.5.3
5503 silly linkStuff ctype@0.5.3 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules as its parent node_modules
5504 verbose linkBins ctype@0.5.3
5505 verbose linkMans ctype@0.5.3
5506 verbose rebuildBundles ctype@0.5.3
5507 info install ctype@0.5.3
5508 info postinstall ctype@0.5.3
5509 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\ctype-60b8ce2b0b13117c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature\node_modules\ctype
5510 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5511 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5512 info linkStuff http-signature@0.10.1
5513 silly linkStuff http-signature@0.10.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5514 verbose linkBins http-signature@0.10.1
5515 verbose linkMans http-signature@0.10.1
5516 verbose rebuildBundles http-signature@0.10.1
5517 verbose rebuildBundles [ 'asn1', 'assert-plus', 'ctype' ]
5518 info install http-signature@0.10.1
5519 info postinstall http-signature@0.10.1
5520 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\http-signature-8cdcc2bdc8d6cec9.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\http-signature
5521 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db\package.json
5522 info preinstall mime-db@1.12.0
5523 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db\package.json
5524 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db\package.json
5525 silly install resolved []
5526 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5527 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5528 info linkStuff mime-db@1.12.0
5529 silly linkStuff mime-db@1.12.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules as its parent node_modules
5530 verbose linkBins mime-db@1.12.0
5531 verbose linkMans mime-db@1.12.0
5532 verbose rebuildBundles mime-db@1.12.0
5533 info install mime-db@1.12.0
5534 info postinstall mime-db@1.12.0
5535 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-db-94b23c710343eb97.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types\node_modules\mime-db
5536 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
5537 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
5538 info linkStuff mime-types@2.0.14
5539 silly linkStuff mime-types@2.0.14 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules as its parent node_modules
5540 verbose linkBins mime-types@2.0.14
5541 verbose linkMans mime-types@2.0.14
5542 verbose rebuildBundles mime-types@2.0.14
5543 verbose rebuildBundles [ 'mime-db' ]
5544 info install mime-types@2.0.14
5545 info postinstall mime-types@2.0.14
5546 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\mime-types-0fbf61936604e371.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data\node_modules\mime-types
5547 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
5548 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
5549 info linkStuff form-data@0.2.0
5550 silly linkStuff form-data@0.2.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5551 verbose linkBins form-data@0.2.0
5552 verbose linkMans form-data@0.2.0
5553 verbose rebuildBundles form-data@0.2.0
5554 verbose rebuildBundles [ 'async', 'mime-types' ]
5555 info install form-data@0.2.0
5556 info postinstall form-data@0.2.0
5557 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\form-data-402eed65cef8180c.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\form-data
5558 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie\package.json
5559 info preinstall tough-cookie@2.0.0
5560 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie\package.json
5561 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie\package.json
5562 silly install resolved []
5563 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
5564 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
5565 info linkStuff tough-cookie@2.0.0
5566 silly linkStuff tough-cookie@2.0.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5567 verbose linkBins tough-cookie@2.0.0
5568 verbose linkMans tough-cookie@2.0.0
5569 verbose rebuildBundles tough-cookie@2.0.0
5570 info install tough-cookie@2.0.0
5571 info postinstall tough-cookie@2.0.0
5572 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\tough-cookie-cbedbc36c77fc286.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\tough-cookie
5573 http 304 https://registry.npmjs.org/cryptiles
5574 silly get cb [ 304,
5574 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5574 silly get     via: '1.1 varnish',
5574 silly get     'cache-control': 'max-age=60',
5574 silly get     etag: '"EK7D98U2X9GXU4ZYIGHGJ3DK8"',
5574 silly get     age: '54',
5574 silly get     connection: 'keep-alive',
5574 silly get     'x-served-by': 'cache-fra1224-FRA',
5574 silly get     'x-cache': 'HIT',
5574 silly get     'x-cache-hits': '1',
5574 silly get     'x-timer': 'S1440343460.911272,VS0,VE0',
5574 silly get     vary: 'Accept' } ]
5575 verbose etag https://registry.npmjs.org/cryptiles from cache
5576 verbose get saving cryptiles to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\cryptiles\.cache.json
5577 silly addNameRange number 2 { name: 'cryptiles', range: '>=0.2.0 <0.3.0', hasData: true }
5578 silly addNameRange versions [ 'cryptiles',
5578 silly addNameRange   [ '0.0.1',
5578 silly addNameRange     '0.0.2',
5578 silly addNameRange     '0.1.0',
5578 silly addNameRange     '0.1.1',
5578 silly addNameRange     '0.1.2',
5578 silly addNameRange     '0.1.3',
5578 silly addNameRange     '0.2.0',
5578 silly addNameRange     '0.2.1',
5578 silly addNameRange     '0.2.2',
5578 silly addNameRange     '1.0.0',
5578 silly addNameRange     '1.0.1',
5578 silly addNameRange     '2.0.0',
5578 silly addNameRange     '2.0.1',
5578 silly addNameRange     '2.0.2',
5578 silly addNameRange     '2.0.3',
5578 silly addNameRange     '2.0.4' ] ]
5579 silly addNamed cryptiles@0.2.2
5580 verbose addNamed "0.2.2" is a plain semver version for cryptiles
5581 silly cache afterAdd cryptiles@0.2.2
5582 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\cryptiles\0.2.2\package\package.json not in flight; writing
5583 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\cryptiles\0.2.2\package\package.json written
5584 http 304 https://registry.npmjs.org/hoek
5585 silly get cb [ 304,
5585 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5585 silly get     via: '1.1 varnish',
5585 silly get     'cache-control': 'max-age=60',
5585 silly get     etag: '"5IKKQV013N90C5LN83B0AEWFT"',
5585 silly get     age: '50',
5585 silly get     connection: 'keep-alive',
5585 silly get     'x-served-by': 'cache-fra1227-FRA',
5585 silly get     'x-cache': 'HIT',
5585 silly get     'x-cache-hits': '1',
5585 silly get     'x-timer': 'S1440343460.924952,VS0,VE1',
5585 silly get     vary: 'Accept' } ]
5586 verbose etag https://registry.npmjs.org/hoek from cache
5587 verbose get saving hoek to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\hoek\.cache.json
5588 http 304 https://registry.npmjs.org/sntp
5589 silly get cb [ 304,
5589 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5589 silly get     via: '1.1 varnish',
5589 silly get     'cache-control': 'max-age=60',
5589 silly get     etag: '"BIQL559CK9WWT2W3XDIZP620E"',
5589 silly get     age: '33',
5589 silly get     connection: 'keep-alive',
5589 silly get     'x-served-by': 'cache-fra1235-FRA',
5589 silly get     'x-cache': 'HIT',
5589 silly get     'x-cache-hits': '1',
5589 silly get     'x-timer': 'S1440343460.930018,VS0,VE0',
5589 silly get     vary: 'Accept' } ]
5590 verbose etag https://registry.npmjs.org/sntp from cache
5591 verbose get saving sntp to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\sntp\.cache.json
5592 http 304 https://registry.npmjs.org/boom
5593 silly get cb [ 304,
5593 silly get   { date: 'Sun, 23 Aug 2015 15:24:20 GMT',
5593 silly get     via: '1.1 varnish',
5593 silly get     'cache-control': 'max-age=60',
5593 silly get     etag: '"E9U9QMCWEQ5676FJZ6SLQEDQ4"',
5593 silly get     age: '50',
5593 silly get     connection: 'keep-alive',
5593 silly get     'x-served-by': 'cache-fra1225-FRA',
5593 silly get     'x-cache': 'HIT',
5593 silly get     'x-cache-hits': '1',
5593 silly get     'x-timer': 'S1440343460.931161,VS0,VE1',
5593 silly get     vary: 'Accept' } ]
5594 verbose etag https://registry.npmjs.org/boom from cache
5595 verbose get saving boom to C:\Users\Tony\AppData\Roaming\npm-cache\registry.npmjs.org\boom\.cache.json
5596 silly addNameRange number 2 { name: 'hoek', range: '>=0.9.0 <0.10.0', hasData: true }
5597 silly addNameRange versions [ 'hoek',
5597 silly addNameRange   [ '0.0.1',
5597 silly addNameRange     '0.0.2',
5597 silly addNameRange     '0.0.3',
5597 silly addNameRange     '0.0.4',
5597 silly addNameRange     '0.0.5',
5597 silly addNameRange     '0.0.6',
5597 silly addNameRange     '0.0.7',
5597 silly addNameRange     '0.0.8',
5597 silly addNameRange     '0.0.9',
5597 silly addNameRange     '0.0.10',
5597 silly addNameRange     '0.0.11',
5597 silly addNameRange     '0.0.12',
5597 silly addNameRange     '0.0.13',
5597 silly addNameRange     '0.0.14',
5597 silly addNameRange     '0.0.15',
5597 silly addNameRange     '0.0.16',
5597 silly addNameRange     '0.0.17',
5597 silly addNameRange     '0.0.18',
5597 silly addNameRange     '0.0.19',
5597 silly addNameRange     '0.0.21',
5597 silly addNameRange     '0.1.0',
5597 silly addNameRange     '0.2.0',
5597 silly addNameRange     '0.3.0',
5597 silly addNameRange     '0.4.0',
5597 silly addNameRange     '0.4.1',
5597 silly addNameRange     '0.4.2',
5597 silly addNameRange     '0.4.3',
5597 silly addNameRange     '0.4.4',
5597 silly addNameRange     '0.4.5',
5597 silly addNameRange     '0.5.0',
5597 silly addNameRange     '0.6.0',
5597 silly addNameRange     '0.6.1',
5597 silly addNameRange     '0.6.2',
5597 silly addNameRange     '0.7.0',
5597 silly addNameRange     '0.7.1',
5597 silly addNameRange     '0.7.2',
5597 silly addNameRange     '0.7.3',
5597 silly addNameRange     '0.7.4',
5597 silly addNameRange     '0.7.5',
5597 silly addNameRange     '0.7.6',
5597 silly addNameRange     '0.8.0',
5597 silly addNameRange     '0.8.1',
5597 silly addNameRange     '0.8.2',
5597 silly addNameRange     '0.8.3',
5597 silly addNameRange     '0.8.4',
5597 silly addNameRange     '0.8.5',
5597 silly addNameRange     '0.9.0',
5597 silly addNameRange     '0.9.1',
5597 silly addNameRange     '0.10.0',
5597 silly addNameRange     '1.0.0',
5597 silly addNameRange     '1.0.1',
5597 silly addNameRange     '1.0.2',
5597 silly addNameRange     '1.0.3',
5597 silly addNameRange     '1.1.0',
5597 silly addNameRange     '1.1.1',
5597 silly addNameRange     '1.1.2',
5597 silly addNameRange     '1.2.0',
5597 silly addNameRange     '1.3.0',
5597 silly addNameRange     '1.4.0',
5597 silly addNameRange     '1.4.1',
5597 silly addNameRange     '1.5.0',
5597 silly addNameRange     '1.5.1',
5597 silly addNameRange     '1.5.2',
5597 silly addNameRange     '2.0.0',
5597 silly addNameRange     '2.1.0',
5597 silly addNameRange     '2.1.1',
5597 silly addNameRange     '2.2.0',
5597 silly addNameRange     '2.3.0',
5597 silly addNameRange     '2.4.0',
5597 silly addNameRange     '2.4.1',
5597 silly addNameRange     '2.5.0',
5597 silly addNameRange     '2.5.1',
5597 silly addNameRange     '2.6.0',
5597 silly addNameRange     '2.7.0',
5597 silly addNameRange     '2.8.0',
5597 silly addNameRange     '2.8.1',
5597 silly addNameRange     '2.9.0',
5597 silly addNameRange     '2.9.1',
5597 silly addNameRange     '2.10.0',
5597 silly addNameRange     '2.11.0',
5597 silly addNameRange     '2.11.1',
5597 silly addNameRange     '2.12.0',
5597 silly addNameRange     '2.13.0',
5597 silly addNameRange     '2.13.1',
5597 silly addNameRange     '2.14.0' ] ]
5598 silly addNamed hoek@0.9.1
5599 verbose addNamed "0.9.1" is a plain semver version for hoek
5600 silly cache afterAdd hoek@0.9.1
5601 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\hoek\0.9.1\package\package.json not in flight; writing
5602 silly addNameRange number 2 { name: 'sntp', range: '>=0.2.0 <0.3.0', hasData: true }
5603 silly addNameRange versions [ 'sntp',
5603 silly addNameRange   [ '0.0.0',
5603 silly addNameRange     '0.0.1',
5603 silly addNameRange     '0.1.0',
5603 silly addNameRange     '0.1.1',
5603 silly addNameRange     '0.1.2',
5603 silly addNameRange     '0.1.3',
5603 silly addNameRange     '0.1.4',
5603 silly addNameRange     '0.2.0',
5603 silly addNameRange     '0.2.1',
5603 silly addNameRange     '0.2.2',
5603 silly addNameRange     '0.2.3',
5603 silly addNameRange     '0.2.4',
5603 silly addNameRange     '1.0.0',
5603 silly addNameRange     '1.0.1',
5603 silly addNameRange     '1.0.2',
5603 silly addNameRange     '1.0.3',
5603 silly addNameRange     '1.0.4',
5603 silly addNameRange     '1.0.5',
5603 silly addNameRange     '1.0.6',
5603 silly addNameRange     '1.0.7',
5603 silly addNameRange     '1.0.8',
5603 silly addNameRange     '1.0.9' ] ]
5604 silly addNamed sntp@0.2.4
5605 verbose addNamed "0.2.4" is a plain semver version for sntp
5606 silly addNameRange number 2 { name: 'boom', range: '>=0.4.0 <0.5.0', hasData: true }
5607 silly addNameRange versions [ 'boom',
5607 silly addNameRange   [ '0.0.1',
5607 silly addNameRange     '0.0.2',
5607 silly addNameRange     '0.1.0',
5607 silly addNameRange     '0.2.0',
5607 silly addNameRange     '0.2.1',
5607 silly addNameRange     '0.3.0',
5607 silly addNameRange     '0.3.1',
5607 silly addNameRange     '0.3.2',
5607 silly addNameRange     '0.3.3',
5607 silly addNameRange     '0.3.4',
5607 silly addNameRange     '0.3.5',
5607 silly addNameRange     '0.3.6',
5607 silly addNameRange     '0.3.7',
5607 silly addNameRange     '0.3.8',
5607 silly addNameRange     '0.4.0',
5607 silly addNameRange     '0.4.1',
5607 silly addNameRange     '0.4.2',
5607 silly addNameRange     '1.0.0',
5607 silly addNameRange     '1.0.1',
5607 silly addNameRange     '1.0.2',
5607 silly addNameRange     '1.1.0',
5607 silly addNameRange     '1.1.1',
5607 silly addNameRange     '1.1.2',
5607 silly addNameRange     '1.2.0',
5607 silly addNameRange     '1.2.1',
5607 silly addNameRange     '2.0.0',
5607 silly addNameRange     '2.1.0',
5607 silly addNameRange     '2.2.0',
5607 silly addNameRange     '2.2.1',
5607 silly addNameRange     '2.2.2',
5607 silly addNameRange     '2.3.0',
5607 silly addNameRange     '2.4.0',
5607 silly addNameRange     '2.4.1',
5607 silly addNameRange     '2.4.2',
5607 silly addNameRange     '2.5.0',
5607 silly addNameRange     '2.5.1',
5607 silly addNameRange     '2.6.0',
5607 silly addNameRange     '2.6.1',
5607 silly addNameRange     '2.7.0',
5607 silly addNameRange     '2.7.1',
5607 silly addNameRange     '2.7.2',
5607 silly addNameRange     '2.8.0' ] ]
5608 silly addNamed boom@0.4.2
5609 verbose addNamed "0.4.2" is a plain semver version for boom
5610 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\hoek\0.9.1\package\package.json written
5611 silly cache afterAdd sntp@0.2.4
5612 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\sntp\0.2.4\package\package.json not in flight; writing
5613 silly cache afterAdd boom@0.4.2
5614 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\boom\0.4.2\package\package.json not in flight; writing
5615 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\sntp\0.2.4\package\package.json written
5616 verbose afterAdd C:\Users\Tony\AppData\Roaming\npm-cache\boom\0.4.2\package\package.json written
5617 silly install resolved [ { name: 'cryptiles',
5617 silly install resolved     description: 'General purpose crypto utilities',
5617 silly install resolved     version: '0.2.2',
5617 silly install resolved     author:
5617 silly install resolved      { name: 'Eran Hammer',
5617 silly install resolved        email: 'eran@hueniverse.com',
5617 silly install resolved        url: 'http://hueniverse.com' },
5617 silly install resolved     contributors: [],
5617 silly install resolved     repository:
5617 silly install resolved      { type: 'git',
5617 silly install resolved        url: 'git://github.com/hueniverse/cryptiles.git' },
5617 silly install resolved     main: 'index',
5617 silly install resolved     keywords: [ 'cryptography', 'security', 'utilites' ],
5617 silly install resolved     engines: { node: '>=0.8.0' },
5617 silly install resolved     dependencies: { boom: '0.4.x' },
5617 silly install resolved     devDependencies: { lab: '0.1.x', 'complexity-report': '0.x.x' },
5617 silly install resolved     scripts: { test: 'make test-cov' },
5617 silly install resolved     licenses: [ [Object] ],
5617 silly install resolved     bugs: { url: 'https://github.com/hueniverse/cryptiles/issues' },
5617 silly install resolved     _id: 'cryptiles@0.2.2',
5617 silly install resolved     dist:
5617 silly install resolved      { shasum: 'ed91ff1f17ad13d3748288594f8a48a0d26f325c',
5617 silly install resolved        tarball: 'http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz' },
5617 silly install resolved     _from: 'cryptiles@>=0.2.0 <0.3.0',
5617 silly install resolved     _npmVersion: '1.2.24',
5617 silly install resolved     _npmUser: { name: 'hueniverse', email: 'eran@hueniverse.com' },
5617 silly install resolved     maintainers: [ [Object] ],
5617 silly install resolved     directories: {},
5617 silly install resolved     _shasum: 'ed91ff1f17ad13d3748288594f8a48a0d26f325c',
5617 silly install resolved     _resolved: 'https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
5617 silly install resolved     readme: 'ERROR: No README data found!',
5617 silly install resolved     homepage: 'https://github.com/hueniverse/cryptiles#readme' },
5617 silly install resolved   { name: 'hoek',
5617 silly install resolved     description: 'General purpose node utilities',
5617 silly install resolved     version: '0.9.1',
5617 silly install resolved     author:
5617 silly install resolved      { name: 'Eran Hammer',
5617 silly install resolved        email: 'eran@hueniverse.com',
5617 silly install resolved        url: 'http://hueniverse.com' },
5617 silly install resolved     contributors: [ [Object] ],
5617 silly install resolved     repository: { type: 'git', url: 'git://github.com/spumko/hoek.git' },
5617 silly install resolved     main: 'index',
5617 silly install resolved     keywords: [ 'utilities' ],
5617 silly install resolved     engines: { node: '>=0.8.0' },
5617 silly install resolved     dependencies: {},
5617 silly install resolved     devDependencies: { lab: '0.1.x', 'complexity-report': '0.x.x' },
5617 silly install resolved     scripts: { test: 'make test-cov' },
5617 silly install resolved     licenses: [ [Object] ],
5617 silly install resolved     _id: 'hoek@0.9.1',
5617 silly install resolved     dist:
5617 silly install resolved      { shasum: '3d322462badf07716ea7eb85baf88079cddce505',
5617 silly install resolved        tarball: 'http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz' },
5617 silly install resolved     _from: 'hoek@>=0.9.0 <0.10.0',
5617 silly install resolved     _npmVersion: '1.2.18',
5617 silly install resolved     _npmUser: { name: 'hueniverse', email: 'eran@hueniverse.com' },
5617 silly install resolved     maintainers: [ [Object], [Object] ],
5617 silly install resolved     directories: {},
5617 silly install resolved     _shasum: '3d322462badf07716ea7eb85baf88079cddce505',
5617 silly install resolved     _resolved: 'https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
5617 silly install resolved     bugs: { url: 'https://github.com/spumko/hoek/issues' },
5617 silly install resolved     readme: 'ERROR: No README data found!',
5617 silly install resolved     homepage: 'https://github.com/spumko/hoek#readme' },
5617 silly install resolved   { name: 'sntp',
5617 silly install resolved     description: 'SNTP Client',
5617 silly install resolved     version: '0.2.4',
5617 silly install resolved     author:
5617 silly install resolved      { name: 'Eran Hammer',
5617 silly install resolved        email: 'eran@hueniverse.com',
5617 silly install resolved        url: 'http://hueniverse.com' },
5617 silly install resolved     contributors: [],
5617 silly install resolved     repository: { type: 'git', url: 'git://github.com/hueniverse/sntp.git' },
5617 silly install resolved     main: 'index',
5617 silly install resolved     keywords: [ 'sntp', 'ntp', 'time' ],
5617 silly install resolved     engines: { node: '>=0.8.0' },
5617 silly install resolved     dependencies: { hoek: '0.9.x' },
5617 silly install resolved     devDependencies: { lab: '0.1.x', 'complexity-report': '0.x.x' },
5617 silly install resolved     scripts: { test: 'make test-cov' },
5617 silly install resolved     licenses: [ [Object] ],
5617 silly install resolved     _id: 'sntp@0.2.4',
5617 silly install resolved     dist:
5617 silly install resolved      { shasum: 'fb885f18b0f3aad189f824862536bceeec750900',
5617 silly install resolved        tarball: 'http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz' },
5617 silly install resolved     _from: 'sntp@>=0.2.0 <0.3.0',
5617 silly install resolved     _npmVersion: '1.2.18',
5617 silly install resolved     _npmUser: { name: 'hueniverse', email: 'eran@hueniverse.com' },
5617 silly install resolved     maintainers: [ [Object] ],
5617 silly install resolved     directories: {},
5617 silly install resolved     _shasum: 'fb885f18b0f3aad189f824862536bceeec750900',
5617 silly install resolved     _resolved: 'https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
5617 silly install resolved     bugs: { url: 'https://github.com/hueniverse/sntp/issues' },
5617 silly install resolved     readme: 'ERROR: No README data found!',
5617 silly install resolved     homepage: 'https://github.com/hueniverse/sntp#readme' },
5617 silly install resolved   { name: 'boom',
5617 silly install resolved     description: 'HTTP-friendly error objects',
5617 silly install resolved     version: '0.4.2',
5617 silly install resolved     author:
5617 silly install resolved      { name: 'Eran Hammer',
5617 silly install resolved        email: 'eran@hueniverse.com',
5617 silly install resolved        url: 'http://hueniverse.com' },
5617 silly install resolved     contributors: [],
5617 silly install resolved     repository: { type: 'git', url: 'git://github.com/spumko/boom.git' },
5617 silly install resolved     main: 'index',
5617 silly install resolved     keywords: [ 'error', 'http' ],
5617 silly install resolved     engines: { node: '>=0.8.0' },
5617 silly install resolved     dependencies: { hoek: '0.9.x' },
5617 silly install resolved     devDependencies: { lab: '0.1.x', 'complexity-report': '0.x.x' },
5617 silly install resolved     scripts: { test: 'make test-cov' },
5617 silly install resolved     licenses: [ [Object] ],
5617 silly install resolved     _id: 'boom@0.4.2',
5617 silly install resolved     dist:
5617 silly install resolved      { shasum: '7a636e9ded4efcefb19cef4947a3c67dfaee911b',
5617 silly install resolved        tarball: 'http://registry.npmjs.org/boom/-/boom-0.4.2.tgz' },
5617 silly install resolved     _from: 'boom@>=0.4.0 <0.5.0',
5617 silly install resolved     _npmVersion: '1.2.18',
5617 silly install resolved     _npmUser: { name: 'hueniverse', email: 'eran@hueniverse.com' },
5617 silly install resolved     maintainers: [ [Object] ],
5617 silly install resolved     directories: {},
5617 silly install resolved     _shasum: '7a636e9ded4efcefb19cef4947a3c67dfaee911b',
5617 silly install resolved     _resolved: 'https://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
5617 silly install resolved     bugs: { url: 'https://github.com/spumko/boom/issues' },
5617 silly install resolved     readme: 'ERROR: No README data found!',
5617 silly install resolved     homepage: 'https://github.com/spumko/boom#readme' } ]
5618 info install cryptiles@0.2.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5619 info install hoek@0.9.1 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5620 info install sntp@0.2.4 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5621 info install boom@0.4.2 into D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5622 info installOne cryptiles@0.2.2
5623 verbose installOne of cryptiles to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk not in flight; installing
5624 info installOne hoek@0.9.1
5625 verbose installOne of hoek to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk not in flight; installing
5626 info installOne sntp@0.2.4
5627 verbose installOne of sntp to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk not in flight; installing
5628 info installOne boom@0.4.2
5629 verbose installOne of boom to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk not in flight; installing
5630 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\cryptiles-051e73260a4006a8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5631 silly install write writing cryptiles 0.2.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5632 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\hoek-78c7a10c50e7d606.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5633 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\boom-99f589cc3c6afe07.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5634 verbose lock using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\sntp-dd2bde3404c0f3d8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5635 silly install write writing hoek 0.9.1 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5636 silly install write writing boom 0.4.2 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5637 silly install write writing sntp 0.2.4 to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5638 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5639 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5640 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5641 verbose unbuild node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5642 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles is being purged from base D:\WWW\NodeJS\src
5643 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5644 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\cryptiles\0.2.2\package.tgz
5645 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5646 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles is being purged
5647 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5648 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek is being purged from base D:\WWW\NodeJS\src
5649 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5650 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom is being purged from base D:\WWW\NodeJS\src
5651 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5652 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp is being purged from base D:\WWW\NodeJS\src
5653 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5654 silly gunzTarPerm modes [ '777', '666' ]
5655 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\hoek\0.9.1\package.tgz
5656 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5657 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek is being purged
5658 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5659 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\boom\0.4.2\package.tgz
5660 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5661 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom is being purged
5662 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5663 verbose tar unpack C:\Users\Tony\AppData\Roaming\npm-cache\sntp\0.2.4\package.tgz
5664 verbose tar unpacking to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5665 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp is being purged
5666 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5667 silly gunzTarPerm modes [ '777', '666' ]
5668 silly gunzTarPerm modes [ '777', '666' ]
5669 silly gunzTarPerm modes [ '777', '666' ]
5670 silly gunzTarPerm extractEntry package.json
5671 silly gunzTarPerm modified mode [ 'package.json', 493, 511 ]
5672 silly gunzTarPerm extractEntry package.json
5673 silly gunzTarPerm modified mode [ 'package.json', 493, 511 ]
5674 silly gunzTarPerm extractEntry package.json
5675 silly gunzTarPerm modified mode [ 'package.json', 493, 511 ]
5676 silly gunzTarPerm extractEntry package.json
5677 silly gunzTarPerm modified mode [ 'package.json', 493, 511 ]
5678 silly gunzTarPerm extractEntry .npmignore
5679 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5680 silly gunzTarPerm extractEntry README.md
5681 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5682 silly gunzTarPerm extractEntry .npmignore
5683 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5684 silly gunzTarPerm extractEntry README.md
5685 silly gunzTarPerm modified mode [ 'README.md', 493, 511 ]
5686 silly gunzTarPerm extractEntry .npmignore
5687 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5688 silly gunzTarPerm extractEntry README.md
5689 silly gunzTarPerm modified mode [ 'README.md', 493, 511 ]
5690 silly gunzTarPerm extractEntry .npmignore
5691 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5692 silly gunzTarPerm extractEntry README.md
5693 silly gunzTarPerm modified mode [ 'README.md', 493, 511 ]
5694 silly gunzTarPerm extractEntry LICENSE
5695 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
5696 silly gunzTarPerm extractEntry index.js
5697 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
5698 silly gunzTarPerm extractEntry LICENSE
5699 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
5700 silly gunzTarPerm extractEntry index.js
5701 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
5702 silly gunzTarPerm extractEntry .travis.yml
5703 silly gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
5704 silly gunzTarPerm extractEntry Makefile
5705 silly gunzTarPerm modified mode [ 'Makefile', 493, 511 ]
5706 silly gunzTarPerm extractEntry images/hoek.png
5707 silly gunzTarPerm modified mode [ 'images/hoek.png', 493, 511 ]
5708 silly gunzTarPerm extractEntry lib/escape.js
5709 silly gunzTarPerm modified mode [ 'lib/escape.js', 493, 511 ]
5710 silly gunzTarPerm extractEntry lib/index.js
5711 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
5712 silly gunzTarPerm extractEntry test/escaper.js
5713 silly gunzTarPerm modified mode [ 'test/escaper.js', 420, 438 ]
5714 silly gunzTarPerm extractEntry test/index.js
5715 silly gunzTarPerm modified mode [ 'test/index.js', 493, 511 ]
5716 silly gunzTarPerm extractEntry test/modules/test1.js
5717 silly gunzTarPerm modified mode [ 'test/modules/test1.js', 493, 511 ]
5718 silly gunzTarPerm extractEntry test/modules/test2.js
5719 silly gunzTarPerm modified mode [ 'test/modules/test2.js', 493, 511 ]
5720 silly gunzTarPerm extractEntry test/modules/test3.js
5721 silly gunzTarPerm modified mode [ 'test/modules/test3.js', 493, 511 ]
5722 silly gunzTarPerm extractEntry LICENSE
5723 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
5724 silly gunzTarPerm extractEntry index.js
5725 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
5726 silly gunzTarPerm extractEntry LICENSE
5727 silly gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
5728 silly gunzTarPerm extractEntry index.js
5729 silly gunzTarPerm modified mode [ 'index.js', 493, 511 ]
5730 silly gunzTarPerm extractEntry .travis.yml
5731 silly gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
5732 silly gunzTarPerm extractEntry Makefile
5733 silly gunzTarPerm modified mode [ 'Makefile', 493, 511 ]
5734 silly gunzTarPerm extractEntry .travis.yml
5735 silly gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
5736 silly gunzTarPerm extractEntry Makefile
5737 silly gunzTarPerm modified mode [ 'Makefile', 493, 511 ]
5738 silly gunzTarPerm extractEntry .travis.yml
5739 silly gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
5740 silly gunzTarPerm extractEntry Makefile
5741 silly gunzTarPerm modified mode [ 'Makefile', 493, 511 ]
5742 silly gunzTarPerm extractEntry lib/index.js
5743 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
5744 silly gunzTarPerm extractEntry test/index.js
5745 silly gunzTarPerm modified mode [ 'test/index.js', 493, 511 ]
5746 silly gunzTarPerm extractEntry images/boom.png
5747 silly gunzTarPerm modified mode [ 'images/boom.png', 493, 511 ]
5748 silly gunzTarPerm extractEntry lib/index.js
5749 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
5750 silly gunzTarPerm extractEntry test/index.js
5751 silly gunzTarPerm modified mode [ 'test/index.js', 493, 511 ]
5752 silly gunzTarPerm extractEntry examples/offset.js
5753 silly gunzTarPerm modified mode [ 'examples/offset.js', 493, 511 ]
5754 silly gunzTarPerm extractEntry examples/time.js
5755 silly gunzTarPerm modified mode [ 'examples/time.js', 493, 511 ]
5756 silly gunzTarPerm extractEntry lib/index.js
5757 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 511 ]
5758 silly gunzTarPerm extractEntry test/index.js
5759 silly gunzTarPerm modified mode [ 'test/index.js', 493, 511 ]
5760 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles\package.json
5761 info preinstall cryptiles@0.2.2
5762 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles\package.json
5763 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles\package.json
5764 silly install resolved []
5765 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5766 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5767 info linkStuff cryptiles@0.2.2
5768 silly linkStuff cryptiles@0.2.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules as its parent node_modules
5769 verbose linkBins cryptiles@0.2.2
5770 verbose linkMans cryptiles@0.2.2
5771 verbose rebuildBundles cryptiles@0.2.2
5772 info install cryptiles@0.2.2
5773 info postinstall cryptiles@0.2.2
5774 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\cryptiles-051e73260a4006a8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\cryptiles
5775 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp\package.json
5776 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom\package.json
5777 info preinstall sntp@0.2.4
5778 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp\package.json
5779 info preinstall boom@0.4.2
5780 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp\package.json
5781 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom\package.json
5782 silly install resolved []
5783 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5784 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5785 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom\package.json
5786 info linkStuff sntp@0.2.4
5787 silly linkStuff sntp@0.2.4 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules as its parent node_modules
5788 verbose linkBins sntp@0.2.4
5789 verbose linkMans sntp@0.2.4
5790 verbose rebuildBundles sntp@0.2.4
5791 silly install resolved []
5792 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5793 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5794 info install sntp@0.2.4
5795 info postinstall sntp@0.2.4
5796 info linkStuff boom@0.4.2
5797 silly linkStuff boom@0.4.2 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules as its parent node_modules
5798 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\sntp-dd2bde3404c0f3d8.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\sntp
5799 verbose linkBins boom@0.4.2
5800 verbose linkMans boom@0.4.2
5801 verbose rebuildBundles boom@0.4.2
5802 info install boom@0.4.2
5803 info postinstall boom@0.4.2
5804 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\boom-99f589cc3c6afe07.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\boom
5805 verbose write writing to D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek\package.json
5806 info preinstall hoek@0.9.1
5807 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek\package.json
5808 verbose readDependencies loading dependencies from D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek\package.json
5809 silly install resolved []
5810 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5811 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5812 info linkStuff hoek@0.9.1
5813 silly linkStuff hoek@0.9.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules as its parent node_modules
5814 verbose linkBins hoek@0.9.1
5815 verbose linkMans hoek@0.9.1
5816 verbose rebuildBundles hoek@0.9.1
5817 info install hoek@0.9.1
5818 info postinstall hoek@0.9.1
5819 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\hoek-78c7a10c50e7d606.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk\node_modules\hoek
5820 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5821 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5822 info linkStuff hawk@1.1.1
5823 silly linkStuff hawk@1.1.1 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules as its parent node_modules
5824 verbose linkBins hawk@1.1.1
5825 verbose linkMans hawk@1.1.1
5826 verbose rebuildBundles hawk@1.1.1
5827 verbose rebuildBundles [ 'boom', 'cryptiles', 'hoek', 'sntp' ]
5828 info install hawk@1.1.1
5829 info postinstall hawk@1.1.1
5830 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\hawk-5ac56b51502ddbaf.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request\node_modules\hawk
5831 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
5832 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
5833 info linkStuff request@2.51.0
5834 silly linkStuff request@2.51.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules as its parent node_modules
5835 verbose linkBins request@2.51.0
5836 verbose linkMans request@2.51.0
5837 verbose rebuildBundles request@2.51.0
5838 verbose rebuildBundles [ '.bin',
5838 verbose rebuildBundles   'aws-sign2',
5838 verbose rebuildBundles   'bl',
5838 verbose rebuildBundles   'caseless',
5838 verbose rebuildBundles   'combined-stream',
5838 verbose rebuildBundles   'forever-agent',
5838 verbose rebuildBundles   'form-data',
5838 verbose rebuildBundles   'hawk',
5838 verbose rebuildBundles   'http-signature',
5838 verbose rebuildBundles   'json-stringify-safe',
5838 verbose rebuildBundles   'mime-types',
5838 verbose rebuildBundles   'node-uuid',
5838 verbose rebuildBundles   'oauth-sign',
5838 verbose rebuildBundles   'qs',
5838 verbose rebuildBundles   'stringstream',
5838 verbose rebuildBundles   'tough-cookie',
5838 verbose rebuildBundles   'tunnel-agent' ]
5839 info install request@2.51.0
5840 info postinstall request@2.51.0
5841 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\request-13ed1f089383bc93.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp\node_modules\request
5842 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
5843 info build D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
5844 info linkStuff pangyp@2.3.0
5845 silly linkStuff pangyp@2.3.0 has D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules as its parent node_modules
5846 verbose linkBins pangyp@2.3.0
5847 verbose link bins [ { pangyp: './bin/node-gyp.js' },
5847 verbose link bins   'D:\\WWW\\NodeJS\\src\\node_modules\\node-libcurl\\node_modules\\.bin',
5847 verbose link bins   false ]
5848 verbose linkMans pangyp@2.3.0
5849 verbose rebuildBundles pangyp@2.3.0
5850 verbose rebuildBundles [ '.bin',
5850 verbose rebuildBundles   'fstream',
5850 verbose rebuildBundles   'glob',
5850 verbose rebuildBundles   'graceful-fs',
5850 verbose rebuildBundles   'minimatch',
5850 verbose rebuildBundles   'mkdirp',
5850 verbose rebuildBundles   'nopt',
5850 verbose rebuildBundles   'npmlog',
5850 verbose rebuildBundles   'osenv',
5850 verbose rebuildBundles   'request',
5850 verbose rebuildBundles   'rimraf',
5850 verbose rebuildBundles   'semver',
5850 verbose rebuildBundles   'tar',
5850 verbose rebuildBundles   'which' ]
5851 info install pangyp@2.3.0
5852 info postinstall pangyp@2.3.0
5853 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\pangyp-88aa603f625dcd04.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl\node_modules\pangyp
5854 verbose about to build D:\WWW\NodeJS\src\node_modules\node-libcurl
5855 info build D:\WWW\NodeJS\src\node_modules\node-libcurl
5856 info linkStuff node-libcurl@0.5.1
5857 silly linkStuff node-libcurl@0.5.1 has D:\WWW\NodeJS\src\node_modules as its parent node_modules
5858 verbose linkBins node-libcurl@0.5.1
5859 verbose linkMans node-libcurl@0.5.1
5860 verbose rebuildBundles node-libcurl@0.5.1
5861 verbose rebuildBundles [ '.bin', 'bindings', 'debug', 'nan', 'pangyp' ]
5862 info install node-libcurl@0.5.1
5863 verbose unsafe-perm in lifecycle true
5864 info node-libcurl@0.5.1 Failed to exec install script
5865 verbose unlock done using C:\Users\Tony\AppData\Roaming\npm-cache\_locks\node-libcurl-60ac74ce80bb8296.lock for D:\WWW\NodeJS\src\node_modules\node-libcurl
5866 verbose stack Error: node-libcurl@0.5.1 install: `node tools/retrieve-win-deps && node tools/generate-stubs && pangyp rebuild`
5866 verbose stack Exit status 1
5866 verbose stack     at EventEmitter.<anonymous> (D:\programmes\nodejs\node_modules\npm\lib\utils\lifecycle.js:213:16)
5866 verbose stack     at EventEmitter.emit (events.js:110:17)
5866 verbose stack     at ChildProcess.<anonymous> (D:\programmes\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
5866 verbose stack     at ChildProcess.emit (events.js:110:17)
5866 verbose stack     at maybeClose (child_process.js:1015:16)
5866 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
5867 verbose pkgid node-libcurl@0.5.1
5868 verbose cwd D:\WWW\NodeJS\src
5869 error Windows_NT 6.1.7601
5870 error argv "D:\\programmes\\nodejs\\\\node.exe" "D:\\programmes\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "node-libcurl"
5871 error node v0.12.7
5872 error npm  v2.11.3
5873 error code ELIFECYCLE
5874 error node-libcurl@0.5.1 install: `node tools/retrieve-win-deps && node tools/generate-stubs && pangyp rebuild`
5874 error Exit status 1
5875 error Failed at the node-libcurl@0.5.1 install script 'node tools/retrieve-win-deps && node tools/generate-stubs && pangyp rebuild'.
5875 error This is most likely a problem with the node-libcurl package,
5875 error not with npm itself.
5875 error Tell the author that this fails on your system:
5875 error     node tools/retrieve-win-deps && node tools/generate-stubs && pangyp rebuild
5875 error You can get their info via:
5875 error     npm owner ls node-libcurl
5875 error There is likely additional logging output above.
5876 verbose exit [ 1, true ]
5877 verbose unbuild node_modules\node-libcurl
5878 info preuninstall node-libcurl@0.5.1
5879 info uninstall node-libcurl@0.5.1
5880 verbose unbuild rmStuff node-libcurl@0.5.1 from D:\WWW\NodeJS\src\node_modules
5881 info postuninstall node-libcurl@0.5.1
5882 silly gentlyRm D:\WWW\NodeJS\src\node_modules\node-libcurl is being purged from base D:\WWW\NodeJS\src
5883 verbose gentlyRm don't care about contents; nuking D:\WWW\NodeJS\src\node_modules\node-libcurl
5884 silly vacuum-fs purging D:\WWW\NodeJS\src\node_modules\node-libcurl
5885 silly vacuum-fs quitting because other entries in D:\WWW\NodeJS\src\node_modules