Skip to content

Instantly share code, notes, and snippets.

@EdAyers
Last active August 29, 2015 14:27
Show Gist options
  • Save EdAyers/48cf3e74385a7ca18735 to your computer and use it in GitHub Desktop.
Save EdAyers/48cf3e74385a7ca18735 to your computer and use it in GitHub Desktop.
npm-log from installing edge-atom-shell
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'edge-atom-shell' ]
2 info using npm@2.7.4
3 info using node@v0.12.2
4 verbose node symlink C:\Program Files (x86)\nodejs\\node.exe
5 silly cache add args [ 'edge-atom-shell', null ]
6 verbose cache add spec edge-atom-shell
7 silly cache add parsed spec { raw: 'edge-atom-shell',
7 silly cache add scope: null,
7 silly cache add name: 'edge-atom-shell',
7 silly cache add rawSpec: '',
7 silly cache add spec: '*',
7 silly cache add type: 'range' }
8 verbose addNamed edge-atom-shell@*
9 silly addNamed semver.valid null
10 silly addNamed semver.validRange *
11 silly addNameRange { name: 'edge-atom-shell', range: '*', hasData: false }
12 silly mapToRegistry name edge-atom-shell
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://registry.npmjs.org/edge-atom-shell
16 verbose addNameRange registry:https://registry.npmjs.org/edge-atom-shell not in flight; fetching
17 verbose request uri https://registry.npmjs.org/edge-atom-shell
18 verbose request no auth needed
19 info attempt registry request try #1 at 7:17:19 AM
20 verbose request id 617f3c4032483e7a
21 verbose etag "CNRNKCAMR0IXNGJFK9D46LU0N"
22 http request GET https://registry.npmjs.org/edge-atom-shell
23 http 200 https://registry.npmjs.org/edge-atom-shell
24 silly get cb [ 200,
24 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24 silly get etag: '"7YSXWF48JX6J2OD21ST41D5CE"',
24 silly get 'content-type': 'application/json',
24 silly get 'cache-control': 'max-age=60',
24 silly get 'content-length': '67653',
24 silly get 'accept-ranges': 'bytes',
24 silly get date: 'Tue, 18 Aug 2015 06:17:19 GMT',
24 silly get via: '1.1 varnish',
24 silly get age: '0',
24 silly get connection: 'keep-alive',
24 silly get 'x-served-by': 'cache-lcy1125-LCY',
24 silly get 'x-cache': 'MISS',
24 silly get 'x-cache-hits': '0',
24 silly get 'x-timer': 'S1439878638.378924,VS0,VE698',
24 silly get vary: 'Accept' } ]
25 verbose get saving edge-atom-shell to C:\Users\ciemn\AppData\Roaming\npm-cache\registry.npmjs.org\edge-atom-shell\.cache.json
26 silly addNameRange number 2 { name: 'edge-atom-shell', range: '*', hasData: true }
27 silly addNameRange versions [ 'edge-atom-shell', [ '0.10.2-pre', '0.10.3', '0.10.4' ] ]
28 verbose addNamed edge-atom-shell@0.10.4
29 silly addNamed semver.valid 0.10.4
30 silly addNamed semver.validRange 0.10.4
31 silly mapToRegistry name edge-atom-shell
32 silly mapToRegistry using default registry
33 silly mapToRegistry registry https://registry.npmjs.org/
34 silly mapToRegistry uri https://registry.npmjs.org/edge-atom-shell
35 verbose addRemoteTarball https://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz not in flight; adding
36 verbose addRemoteTarball [ 'https://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz',
36 verbose addRemoteTarball '0b6ced3ee9ceb73944e544cbb011238d2ad90db6' ]
37 info retry fetch attempt 1 at 7:17:20 AM
38 info attempt registry request try #1 at 7:17:20 AM
39 http fetch GET https://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz
40 http fetch 200 https://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz
41 silly fetchAndShaCheck shasum 0b6ced3ee9ceb73944e544cbb011238d2ad90db6
42 verbose addTmpTarball C:\Users\ciemn\AppData\Local\Temp\npm-7420-b3201126\registry.npmjs.org\edge-atom-shell\-\edge-atom-shell-0.10.4.tgz not in flight; adding
43 verbose addTmpTarball already have metadata; skipping unpack for edge-atom-shell@0.10.4
44 silly cache afterAdd edge-atom-shell@0.10.4
45 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\edge-atom-shell\0.10.4\package\package.json not in flight; writing
46 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\edge-atom-shell\0.10.4\package\package.json written
47 silly install resolved [ { name: 'edge-atom-shell',
47 silly install resolved author:
47 silly install resolved { name: 'Tomasz Janczuk',
47 silly install resolved email: 'tomasz@janczuk.org',
47 silly install resolved url: 'http://tomasz.janczuk.org' },
47 silly install resolved version: '0.10.4',
47 silly install resolved description: 'Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux. Hacked for Atom Shell support',
47 silly install resolved tags: [ 'owin', 'edge', 'net', 'clr', 'c#', 'mono', 'managed', '.net' ],
47 silly install resolved main: './lib/edge.js',
47 silly install resolved engines: { node: '>= 0.8' },
47 silly install resolved licenses: [ [Object] ],
47 silly install resolved dependencies: { '@paulcbetts/edge-cs': '^0.2.8-pre', nan: '^1.6.2' },
47 silly install resolved devDependencies: { mocha: '1.8.1', jshint: '1.1.0' },
47 silly install resolved homepage: 'https://github.com/paulcbetts/edge',
47 silly install resolved repository:
47 silly install resolved { type: 'git',
47 silly install resolved url: 'git+ssh://git@github.com/paulcbetts/edge.git' },
47 silly install resolved bugs: { url: 'http://github.com/paulcbetts/edge/issues' },
47 silly install resolved scripts:
47 silly install resolved { test: 'node tools/test.js',
47 silly install resolved jshint: 'node ./tools/runJsHint.js',
47 silly install resolved install: 'node-gyp rebuild' },
47 silly install resolved gypfile: true,
47 silly install resolved gitHead: 'bee749560c59a99afb0aac12c8f9f8a10bfaf815',
47 silly install resolved _id: 'edge-atom-shell@0.10.4',
47 silly install resolved _shasum: '0b6ced3ee9ceb73944e544cbb011238d2ad90db6',
47 silly install resolved _from: 'edge-atom-shell@*',
47 silly install resolved _npmVersion: '2.10.1',
47 silly install resolved _nodeVersion: '0.12.4',
47 silly install resolved _npmUser: { name: 'paulcbetts', email: 'paul@paulbetts.org' },
47 silly install resolved maintainers: [ [Object] ],
47 silly install resolved dist:
47 silly install resolved { shasum: '0b6ced3ee9ceb73944e544cbb011238d2ad90db6',
47 silly install resolved tarball: 'http://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz' },
47 silly install resolved directories: {},
47 silly install resolved _resolved: 'https://registry.npmjs.org/edge-atom-shell/-/edge-atom-shell-0.10.4.tgz' } ]
48 info install edge-atom-shell@0.10.4 into E:\Projects\electron4
49 info installOne edge-atom-shell@0.10.4
50 verbose installOne of edge-atom-shell to E:\Projects\electron4 not in flight; installing
51 verbose lock using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\edge-atom-shell-de09273c453e9ef2.lock for E:\Projects\electron4\node_modules\edge-atom-shell
52 silly install write writing edge-atom-shell 0.10.4 to E:\Projects\electron4\node_modules\edge-atom-shell
53 silly cache addNamed cb edge-atom-shell@0.10.4
54 verbose unbuild node_modules\edge-atom-shell
55 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell is being purged from base E:\Projects\electron4
56 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell
57 verbose tar unpack C:\Users\ciemn\AppData\Roaming\npm-cache\edge-atom-shell\0.10.4\package.tgz
58 verbose tar unpacking to E:\Projects\electron4\node_modules\edge-atom-shell
59 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell is being purged
60 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell
61 silly gunzTarPerm modes [ '777', '666' ]
62 silly gunzTarPerm extractEntry package.json
63 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
64 silly gunzTarPerm extractEntry .npmignore
65 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
66 silly gunzTarPerm extractEntry README.md
67 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
68 silly gunzTarPerm extractEntry .travis.yml
69 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
70 silly gunzTarPerm extractEntry Dockerfile
71 silly gunzTarPerm modified mode [ 'Dockerfile', 420, 438 ]
72 silly gunzTarPerm extractEntry LICENSE.txt
73 silly gunzTarPerm modified mode [ 'LICENSE.txt', 420, 438 ]
74 silly gunzTarPerm extractEntry binding.gyp
75 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]
76 silly gunzTarPerm extractEntry .gitattributes
77 silly gunzTarPerm modified mode [ '.gitattributes', 420, 438 ]
78 silly gunzTarPerm extractEntry lib/double_edge.js
79 silly gunzTarPerm modified mode [ 'lib/double_edge.js', 420, 438 ]
80 silly gunzTarPerm extractEntry lib/edge.js
81 silly gunzTarPerm modified mode [ 'lib/edge.js', 420, 438 ]
82 silly gunzTarPerm extractEntry test/101_edge_func.js
83 silly gunzTarPerm modified mode [ 'test/101_edge_func.js', 420, 438 ]
84 silly gunzTarPerm extractEntry test/103_net2node.js
85 silly gunzTarPerm modified mode [ 'test/103_net2node.js', 420, 438 ]
86 silly gunzTarPerm extractEntry test/104_csx.js
87 silly gunzTarPerm modified mode [ 'test/104_csx.js', 420, 438 ]
88 silly gunzTarPerm extractEntry test/105_node2net_sync.js
89 silly gunzTarPerm modified mode [ 'test/105_node2net_sync.js', 420, 438 ]
90 silly gunzTarPerm extractEntry test/201_patterns.js
91 silly gunzTarPerm modified mode [ 'test/201_patterns.js', 420, 438 ]
92 silly gunzTarPerm extractEntry test/102_node2net.js
93 silly gunzTarPerm modified mode [ 'test/102_node2net.js', 420, 438 ]
94 silly gunzTarPerm extractEntry test/build.bat
95 silly gunzTarPerm modified mode [ 'test/build.bat', 420, 438 ]
96 silly gunzTarPerm extractEntry test/tests.cs
97 silly gunzTarPerm modified mode [ 'test/tests.cs', 420, 438 ]
98 silly gunzTarPerm extractEntry test/hello_class.cs
99 silly gunzTarPerm modified mode [ 'test/hello_class.cs', 420, 438 ]
100 silly gunzTarPerm extractEntry test/hello_class.csx
101 silly gunzTarPerm modified mode [ 'test/hello_class.csx', 420, 438 ]
102 silly gunzTarPerm extractEntry test/hello_lambda.csx
103 silly gunzTarPerm modified mode [ 'test/hello_lambda.csx', 420, 438 ]
104 silly gunzTarPerm extractEntry test/test.bat
105 silly gunzTarPerm modified mode [ 'test/test.bat', 420, 438 ]
106 silly gunzTarPerm extractEntry test/testall.bat
107 silly gunzTarPerm modified mode [ 'test/testall.bat', 420, 438 ]
108 silly gunzTarPerm extractEntry test/double/.npmignore
109 silly gunzTarPerm modified mode [ 'test/double/.npmignore', 420, 438 ]
110 silly gunzTarPerm extractEntry test/double/double_stress/App.config
111 silly gunzTarPerm modified mode [ 'test/double/double_stress/App.config', 420, 438 ]
112 silly gunzTarPerm extractEntry test/double/double_stress/Program.cs
113 silly gunzTarPerm modified mode [ 'test/double/double_stress/Program.cs', 420, 438 ]
114 silly gunzTarPerm extractEntry test/double/double_stress/Properties/AssemblyInfo.cs
115 silly gunzTarPerm modified mode [ 'test/double/double_stress/Properties/AssemblyInfo.cs',
115 silly gunzTarPerm 420,
115 silly gunzTarPerm 438 ]
116 silly gunzTarPerm extractEntry test/double/double_stress/double_stress.csproj
117 silly gunzTarPerm modified mode [ 'test/double/double_stress/double_stress.csproj', 420, 438 ]
118 silly gunzTarPerm extractEntry test/double/double_stress/double_stress.sln
119 silly gunzTarPerm modified mode [ 'test/double/double_stress/double_stress.sln', 420, 438 ]
120 silly gunzTarPerm extractEntry test/double/double_stress/packages.config
121 silly gunzTarPerm modified mode [ 'test/double/double_stress/packages.config', 420, 438 ]
122 silly gunzTarPerm extractEntry test/double/double_test/DoubleEdge.cs
123 silly gunzTarPerm modified mode [ 'test/double/double_test/DoubleEdge.cs', 420, 438 ]
124 silly gunzTarPerm extractEntry test/double/double_test/Properties/AssemblyInfo.cs
125 silly gunzTarPerm modified mode [ 'test/double/double_test/Properties/AssemblyInfo.cs',
125 silly gunzTarPerm 420,
125 silly gunzTarPerm 438 ]
126 silly gunzTarPerm extractEntry test/double/double_test/double_test.csproj
127 silly gunzTarPerm modified mode [ 'test/double/double_test/double_test.csproj', 420, 438 ]
128 silly gunzTarPerm extractEntry test/double/double_test/double_test.sln
129 silly gunzTarPerm modified mode [ 'test/double/double_test/double_test.sln', 420, 438 ]
130 silly gunzTarPerm extractEntry test/double/double_test/packages.config
131 silly gunzTarPerm modified mode [ 'test/double/double_test/packages.config', 420, 438 ]
132 silly gunzTarPerm extractEntry .jshintrc
133 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
134 silly gunzTarPerm extractEntry performance/.npmignore
135 silly gunzTarPerm modified mode [ 'performance/.npmignore', 420, 438 ]
136 silly gunzTarPerm extractEntry performance/latency.js
137 silly gunzTarPerm modified mode [ 'performance/latency.js', 420, 438 ]
138 silly gunzTarPerm extractEntry performance/marshal_clr2v8.js
139 silly gunzTarPerm modified mode [ 'performance/marshal_clr2v8.js', 420, 438 ]
140 silly gunzTarPerm extractEntry performance/BookService/App.config
141 silly gunzTarPerm modified mode [ 'performance/BookService/App.config', 420, 438 ]
142 silly gunzTarPerm extractEntry performance/BookService/BookService.csproj
143 silly gunzTarPerm modified mode [ 'performance/BookService/BookService.csproj', 420, 438 ]
144 silly gunzTarPerm extractEntry performance/BookService/BookService.sln
145 silly gunzTarPerm modified mode [ 'performance/BookService/BookService.sln', 420, 438 ]
146 silly gunzTarPerm extractEntry performance/BookService/Program.cs
147 silly gunzTarPerm modified mode [ 'performance/BookService/Program.cs', 420, 438 ]
148 silly gunzTarPerm extractEntry performance/BookService/Properties/AssemblyInfo.cs
149 silly gunzTarPerm modified mode [ 'performance/BookService/Properties/AssemblyInfo.cs',
149 silly gunzTarPerm 420,
149 silly gunzTarPerm 438 ]
150 silly gunzTarPerm extractEntry performance/BookService/compile.sh
151 silly gunzTarPerm modified mode [ 'performance/BookService/compile.sh', 493, 511 ]
152 silly gunzTarPerm extractEntry performance/BookService/packages.config
153 silly gunzTarPerm modified mode [ 'performance/BookService/packages.config', 420, 438 ]
154 silly gunzTarPerm extractEntry samples/101_hello_lambda.js
155 silly gunzTarPerm modified mode [ 'samples/101_hello_lambda.js', 420, 438 ]
156 silly gunzTarPerm extractEntry samples/108_lambda.js
157 silly gunzTarPerm modified mode [ 'samples/108_lambda.js', 420, 438 ]
158 silly gunzTarPerm extractEntry samples/109_sync.js
159 silly gunzTarPerm modified mode [ 'samples/109_sync.js', 420, 438 ]
160 silly gunzTarPerm extractEntry samples/110_clr_instance.js
161 silly gunzTarPerm modified mode [ 'samples/110_clr_instance.js', 420, 438 ]
162 silly gunzTarPerm extractEntry samples/111_clr_listener.js
163 silly gunzTarPerm modified mode [ 'samples/111_clr_listener.js', 420, 438 ]
164 silly gunzTarPerm extractEntry samples/108_func.js
165 silly gunzTarPerm modified mode [ 'samples/108_func.js', 420, 438 ]
166 silly gunzTarPerm extractEntry samples/210_windows_authentication.js
167 silly gunzTarPerm modified mode [ 'samples/210_windows_authentication.js', 420, 438 ]
168 silly gunzTarPerm extractEntry samples/102_hello_function.js
169 silly gunzTarPerm modified mode [ 'samples/102_hello_function.js', 420, 438 ]
170 silly gunzTarPerm extractEntry samples/203_x509store.js
171 silly gunzTarPerm modified mode [ 'samples/203_x509store.js', 420, 438 ]
172 silly gunzTarPerm extractEntry samples/204_event_log.js
173 silly gunzTarPerm modified mode [ 'samples/204_event_log.js', 420, 438 ]
174 silly gunzTarPerm extractEntry samples/209_websocket.js
175 silly gunzTarPerm modified mode [ 'samples/209_websocket.js', 420, 438 ]
176 silly gunzTarPerm extractEntry samples/107_marshal_clr2v8.js
177 silly gunzTarPerm modified mode [ 'samples/107_marshal_clr2v8.js', 420, 438 ]
178 silly gunzTarPerm extractEntry samples/205_soap.js
179 silly gunzTarPerm modified mode [ 'samples/205_soap.js', 420, 438 ]
180 silly gunzTarPerm extractEntry samples/106_marshal_v82clr.js
181 silly gunzTarPerm modified mode [ 'samples/106_marshal_v82clr.js', 420, 438 ]
182 silly gunzTarPerm extractEntry samples/206_registry_read.js
183 silly gunzTarPerm modified mode [ 'samples/206_registry_read.js', 420, 438 ]
184 silly gunzTarPerm extractEntry samples/105_add7_dll.js
185 silly gunzTarPerm modified mode [ 'samples/105_add7_dll.js', 420, 438 ]
186 silly gunzTarPerm extractEntry samples/206_registry_write.js
187 silly gunzTarPerm modified mode [ 'samples/206_registry_write.js', 420, 438 ]
188 silly gunzTarPerm extractEntry samples/104_add7_class.js
189 silly gunzTarPerm modified mode [ 'samples/104_add7_class.js', 420, 438 ]
190 silly gunzTarPerm extractEntry samples/207_unzip.js
191 silly gunzTarPerm modified mode [ 'samples/207_unzip.js', 420, 438 ]
192 silly gunzTarPerm extractEntry samples/103_hello_file.js
193 silly gunzTarPerm modified mode [ 'samples/103_hello_file.js', 420, 438 ]
194 silly gunzTarPerm extractEntry samples/207_zip.js
195 silly gunzTarPerm modified mode [ 'samples/207_zip.js', 420, 438 ]
196 silly gunzTarPerm extractEntry samples/301_cspyfsps.js
197 silly gunzTarPerm modified mode [ 'samples/301_cspyfsps.js', 420, 438 ]
198 silly gunzTarPerm extractEntry samples/208_convertImage.js
199 silly gunzTarPerm modified mode [ 'samples/208_convertImage.js', 420, 438 ]
200 silly gunzTarPerm extractEntry samples/201_worker.js
201 silly gunzTarPerm modified mode [ 'samples/201_worker.js', 420, 438 ]
202 silly gunzTarPerm extractEntry samples/202_sql.js
203 silly gunzTarPerm modified mode [ 'samples/202_sql.js', 420, 438 ]
204 silly gunzTarPerm extractEntry samples/205_soap.csx
205 silly gunzTarPerm modified mode [ 'samples/205_soap.csx', 420, 438 ]
206 silly gunzTarPerm extractEntry samples/202_sql.csx
207 silly gunzTarPerm modified mode [ 'samples/202_sql.csx', 420, 438 ]
208 silly gunzTarPerm extractEntry samples/103_hello_file.csx
209 silly gunzTarPerm modified mode [ 'samples/103_hello_file.csx', 420, 438 ]
210 silly gunzTarPerm extractEntry samples/edge.png
211 silly gunzTarPerm modified mode [ 'samples/edge.png', 420, 438 ]
212 silly gunzTarPerm extractEntry samples/readme.txt
213 silly gunzTarPerm modified mode [ 'samples/readme.txt', 420, 438 ]
214 silly gunzTarPerm extractEntry src/common/edge_common.h
215 silly gunzTarPerm modified mode [ 'src/common/edge_common.h', 420, 438 ]
216 silly gunzTarPerm extractEntry src/common/v8synchronizationcontext.cpp
217 silly gunzTarPerm modified mode [ 'src/common/v8synchronizationcontext.cpp', 420, 438 ]
218 silly gunzTarPerm extractEntry src/dotnet/clractioncontext.cpp
219 silly gunzTarPerm modified mode [ 'src/dotnet/clractioncontext.cpp', 420, 438 ]
220 silly gunzTarPerm extractEntry src/dotnet/clrfunc.cpp
221 silly gunzTarPerm modified mode [ 'src/dotnet/clrfunc.cpp', 420, 438 ]
222 silly gunzTarPerm extractEntry src/dotnet/clrfuncinvokecontext.cpp
223 silly gunzTarPerm modified mode [ 'src/dotnet/clrfuncinvokecontext.cpp', 420, 438 ]
224 silly gunzTarPerm extractEntry src/dotnet/clrfuncreflectionwrap.cpp
225 silly gunzTarPerm modified mode [ 'src/dotnet/clrfuncreflectionwrap.cpp', 420, 438 ]
226 silly gunzTarPerm extractEntry src/dotnet/edge.cpp
227 silly gunzTarPerm modified mode [ 'src/dotnet/edge.cpp', 420, 438 ]
228 silly gunzTarPerm extractEntry src/dotnet/edge.h
229 silly gunzTarPerm modified mode [ 'src/dotnet/edge.h', 420, 438 ]
230 silly gunzTarPerm extractEntry src/dotnet/nodejsfunc.cpp
231 silly gunzTarPerm modified mode [ 'src/dotnet/nodejsfunc.cpp', 420, 438 ]
232 silly gunzTarPerm extractEntry src/dotnet/nodejsfuncinvokecontext.cpp
233 silly gunzTarPerm modified mode [ 'src/dotnet/nodejsfuncinvokecontext.cpp', 420, 438 ]
234 silly gunzTarPerm extractEntry src/dotnet/persistentdisposecontext.cpp
235 silly gunzTarPerm modified mode [ 'src/dotnet/persistentdisposecontext.cpp', 420, 438 ]
236 silly gunzTarPerm extractEntry src/dotnet/utils.cpp
237 silly gunzTarPerm modified mode [ 'src/dotnet/utils.cpp', 420, 438 ]
238 silly gunzTarPerm extractEntry src/double/dotnet/EdgeJs.cs
239 silly gunzTarPerm modified mode [ 'src/double/dotnet/EdgeJs.cs', 420, 438 ]
240 silly gunzTarPerm extractEntry src/mono/monoembedding.cpp
241 silly gunzTarPerm modified mode [ 'src/mono/monoembedding.cpp', 420, 438 ]
242 silly gunzTarPerm extractEntry src/mono/clractioncontext.cpp
243 silly gunzTarPerm modified mode [ 'src/mono/clractioncontext.cpp', 420, 438 ]
244 silly gunzTarPerm extractEntry src/mono/clrfuncinvokecontext.cpp
245 silly gunzTarPerm modified mode [ 'src/mono/clrfuncinvokecontext.cpp', 420, 438 ]
246 silly gunzTarPerm extractEntry src/mono/clrfuncinvokecontext.cs
247 silly gunzTarPerm modified mode [ 'src/mono/clrfuncinvokecontext.cs', 420, 438 ]
248 silly gunzTarPerm extractEntry src/mono/clrfuncreflectionwrap.cs
249 silly gunzTarPerm modified mode [ 'src/mono/clrfuncreflectionwrap.cs', 420, 438 ]
250 silly gunzTarPerm extractEntry src/mono/dictionary.cpp
251 silly gunzTarPerm modified mode [ 'src/mono/dictionary.cpp', 420, 438 ]
252 silly gunzTarPerm extractEntry src/mono/edge.cpp
253 silly gunzTarPerm modified mode [ 'src/mono/edge.cpp', 420, 438 ]
254 silly gunzTarPerm extractEntry src/mono/edge.h
255 silly gunzTarPerm modified mode [ 'src/mono/edge.h', 420, 438 ]
256 silly gunzTarPerm extractEntry src/mono/clrfunc.cpp
257 silly gunzTarPerm modified mode [ 'src/mono/clrfunc.cpp', 420, 438 ]
258 silly gunzTarPerm extractEntry src/mono/monoembedding.cs
259 silly gunzTarPerm modified mode [ 'src/mono/monoembedding.cs', 420, 438 ]
260 silly gunzTarPerm extractEntry src/mono/nodejsfunc.cpp
261 silly gunzTarPerm modified mode [ 'src/mono/nodejsfunc.cpp', 420, 438 ]
262 silly gunzTarPerm extractEntry src/mono/nodejsfunc.cs
263 silly gunzTarPerm modified mode [ 'src/mono/nodejsfunc.cs', 420, 438 ]
264 silly gunzTarPerm extractEntry src/mono/nodejsfuncinvokecontext.cpp
265 silly gunzTarPerm modified mode [ 'src/mono/nodejsfuncinvokecontext.cpp', 420, 438 ]
266 silly gunzTarPerm extractEntry src/mono/nodejsfuncinvokecontext.cs
267 silly gunzTarPerm modified mode [ 'src/mono/nodejsfuncinvokecontext.cs', 420, 438 ]
268 silly gunzTarPerm extractEntry src/mono/task.cpp
269 silly gunzTarPerm modified mode [ 'src/mono/task.cpp', 420, 438 ]
270 silly gunzTarPerm extractEntry src/mono/utils.cpp
271 silly gunzTarPerm modified mode [ 'src/mono/utils.cpp', 420, 438 ]
272 silly gunzTarPerm extractEntry stress/test.js
273 silly gunzTarPerm modified mode [ 'stress/test.js', 420, 438 ]
274 silly gunzTarPerm extractEntry tools/install.js
275 silly gunzTarPerm modified mode [ 'tools/install.js', 420, 438 ]
276 silly gunzTarPerm extractEntry tools/checkplatform.js
277 silly gunzTarPerm modified mode [ 'tools/checkplatform.js', 420, 438 ]
278 silly gunzTarPerm extractEntry tools/download.js
279 silly gunzTarPerm modified mode [ 'tools/download.js', 420, 438 ]
280 silly gunzTarPerm extractEntry tools/runJsHint.js
281 silly gunzTarPerm modified mode [ 'tools/runJsHint.js', 420, 438 ]
282 silly gunzTarPerm extractEntry tools/test.js
283 silly gunzTarPerm modified mode [ 'tools/test.js', 420, 438 ]
284 silly gunzTarPerm extractEntry tools/debian_wheezy_clean_install.sh
285 silly gunzTarPerm modified mode [ 'tools/debian_wheezy_clean_install.sh', 493, 511 ]
286 silly gunzTarPerm extractEntry tools/download.cs
287 silly gunzTarPerm modified mode [ 'tools/download.cs', 420, 438 ]
288 silly gunzTarPerm extractEntry tools/build_double.bat
289 silly gunzTarPerm modified mode [ 'tools/build_double.bat', 420, 438 ]
290 silly gunzTarPerm extractEntry tools/build.bat
291 silly gunzTarPerm modified mode [ 'tools/build.bat', 420, 438 ]
292 silly gunzTarPerm extractEntry tools/mono64.rb
293 silly gunzTarPerm modified mode [ 'tools/mono64.rb', 420, 438 ]
294 silly gunzTarPerm extractEntry tools/nuget/edge.nuspec
295 silly gunzTarPerm modified mode [ 'tools/nuget/edge.nuspec', 420, 438 ]
296 silly gunzTarPerm extractEntry tools/nuget/install.ps1
297 silly gunzTarPerm modified mode [ 'tools/nuget/install.ps1', 420, 438 ]
298 silly gunzTarPerm extractEntry tools/repl.cs
299 silly gunzTarPerm modified mode [ 'tools/repl.cs', 420, 438 ]
300 silly gunzTarPerm extractEntry tools/buildall.bat
301 silly gunzTarPerm modified mode [ 'tools/buildall.bat', 420, 438 ]
302 silly gunzTarPerm extractEntry tools/Microsoft.Portable.Common.targets
303 silly gunzTarPerm modified mode [ 'tools/Microsoft.Portable.Common.targets', 420, 438 ]
304 silly gunzTarPerm extractEntry tools/ubuntu_12.04_clean_install.sh
305 silly gunzTarPerm modified mode [ 'tools/ubuntu_12.04_clean_install.sh', 420, 438 ]
306 silly gunzTarPerm extractEntry tools/unzip.cs
307 silly gunzTarPerm modified mode [ 'tools/unzip.cs', 420, 438 ]
308 info preinstall edge-atom-shell@0.10.4
309 silly prepareForInstallMany adding @paulcbetts/edge-cs@^0.2.8-pre from edge-atom-shell dependencies
310 silly prepareForInstallMany adding nan@^1.6.2 from edge-atom-shell dependencies
311 silly cache add args [ '@paulcbetts/edge-cs@^0.2.8-pre', null ]
312 verbose cache add spec @paulcbetts/edge-cs@^0.2.8-pre
313 silly cache add args [ 'nan@^1.6.2', null ]
314 verbose cache add spec nan@^1.6.2
315 silly cache add parsed spec { raw: '@paulcbetts/edge-cs@^0.2.8-pre',
315 silly cache add scope: '@paulcbetts',
315 silly cache add name: '@paulcbetts/edge-cs',
315 silly cache add rawSpec: '^0.2.8-pre',
315 silly cache add spec: '>=0.2.8-pre <0.3.0',
315 silly cache add type: 'range' }
316 verbose addNamed @paulcbetts/edge-cs@>=0.2.8-pre <0.3.0
317 silly addNamed semver.valid null
318 silly addNamed semver.validRange >=0.2.8-pre <0.3.0
319 silly addNameRange { name: '@paulcbetts/edge-cs',
319 silly addNameRange range: '>=0.2.8-pre <0.3.0',
319 silly addNameRange hasData: false }
320 silly mapToRegistry name @paulcbetts/edge-cs
321 silly mapToRegistry scope (from package name) @paulcbetts
322 verbose mapToRegistry no registry URL found in name for scope @paulcbetts
323 silly mapToRegistry using default registry
324 silly mapToRegistry registry https://registry.npmjs.org/
325 silly mapToRegistry uri https://registry.npmjs.org/@paulcbetts%2fedge-cs
326 verbose addNameRange registry:https://registry.npmjs.org/@paulcbetts%2fedge-cs not in flight; fetching
327 silly cache add parsed spec { raw: 'nan@^1.6.2',
327 silly cache add scope: null,
327 silly cache add name: 'nan',
327 silly cache add rawSpec: '^1.6.2',
327 silly cache add spec: '>=1.6.2 <2.0.0',
327 silly cache add type: 'range' }
328 verbose addNamed nan@>=1.6.2 <2.0.0
329 silly addNamed semver.valid null
330 silly addNamed semver.validRange >=1.6.2 <2.0.0
331 silly addNameRange { name: 'nan', range: '>=1.6.2 <2.0.0', hasData: false }
332 silly mapToRegistry name nan
333 silly mapToRegistry using default registry
334 silly mapToRegistry registry https://registry.npmjs.org/
335 silly mapToRegistry uri https://registry.npmjs.org/nan
336 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
337 verbose request uri https://registry.npmjs.org/@paulcbetts%2fedge-cs
338 verbose request no auth needed
339 info attempt registry request try #1 at 7:17:22 AM
340 verbose etag "287NEUNOBMJA5YTCZGMOOG7HE"
341 http request GET https://registry.npmjs.org/@paulcbetts%2fedge-cs
342 verbose request uri https://registry.npmjs.org/nan
343 verbose request no auth needed
344 info attempt registry request try #1 at 7:17:22 AM
345 verbose etag "41PIK59ZUA3ADEJCQ281I0TDQ"
346 http request GET https://registry.npmjs.org/nan
347 http 304 https://registry.npmjs.org/nan
348 silly get cb [ 304,
348 silly get { date: 'Tue, 18 Aug 2015 06:17:21 GMT',
348 silly get via: '1.1 varnish',
348 silly get 'cache-control': 'max-age=60',
348 silly get etag: '"41PIK59ZUA3ADEJCQ281I0TDQ"',
348 silly get age: '19',
348 silly get connection: 'keep-alive',
348 silly get 'x-served-by': 'cache-lcy1130-LCY',
348 silly get 'x-cache': 'HIT',
348 silly get 'x-cache-hits': '1',
348 silly get 'x-timer': 'S1439878641.350164,VS0,VE0',
348 silly get vary: 'Accept' } ]
349 verbose etag https://registry.npmjs.org/nan from cache
350 verbose get saving nan to C:\Users\ciemn\AppData\Roaming\npm-cache\registry.npmjs.org\nan\.cache.json
351 silly addNameRange number 2 { name: 'nan', range: '>=1.6.2 <2.0.0', hasData: true }
352 silly addNameRange versions [ 'nan',
352 silly addNameRange [ '0.3.0-wip',
352 silly addNameRange '0.3.0-wip2',
352 silly addNameRange '0.3.0',
352 silly addNameRange '0.3.1',
352 silly addNameRange '0.3.2',
352 silly addNameRange '0.4.0',
352 silly addNameRange '0.4.1',
352 silly addNameRange '0.4.2',
352 silly addNameRange '0.4.3',
352 silly addNameRange '0.4.4',
352 silly addNameRange '0.5.0',
352 silly addNameRange '0.5.1',
352 silly addNameRange '0.5.2',
352 silly addNameRange '0.6.0',
352 silly addNameRange '0.7.0',
352 silly addNameRange '0.7.1',
352 silly addNameRange '0.8.0',
352 silly addNameRange '1.0.0',
352 silly addNameRange '1.1.0',
352 silly addNameRange '1.1.1',
352 silly addNameRange '1.1.2',
352 silly addNameRange '1.2.0',
352 silly addNameRange '1.3.0',
352 silly addNameRange '1.4.0',
352 silly addNameRange '1.4.1',
352 silly addNameRange '1.5.0',
352 silly addNameRange '1.4.2',
352 silly addNameRange '1.4.3',
352 silly addNameRange '1.5.1',
352 silly addNameRange '1.5.2',
352 silly addNameRange '1.6.0',
352 silly addNameRange '1.5.3',
352 silly addNameRange '1.6.1',
352 silly addNameRange '1.6.2',
352 silly addNameRange '1.7.0',
352 silly addNameRange '1.8.0',
352 silly addNameRange '1.8.1',
352 silly addNameRange '1.8.2',
352 silly addNameRange '1.8.3',
352 silly addNameRange '1.8.4',
352 silly addNameRange '1.9.0',
352 silly addNameRange '2.0.0',
352 silly addNameRange '2.0.1',
352 silly addNameRange '2.0.2',
352 silly addNameRange '2.0.3',
352 silly addNameRange '2.0.4',
352 silly addNameRange '2.0.5' ] ]
353 verbose addNamed nan@1.9.0
354 silly addNamed semver.valid 1.9.0
355 silly addNamed semver.validRange 1.9.0
356 silly cache afterAdd nan@1.9.0
357 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\nan\1.9.0\package\package.json not in flight; writing
358 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\nan\1.9.0\package\package.json written
359 http 304 https://registry.npmjs.org/@paulcbetts%2fedge-cs
360 silly get cb [ 304,
360 silly get { date: 'Tue, 18 Aug 2015 06:17:21 GMT',
360 silly get via: '1.1 varnish',
360 silly get 'cache-control': 'max-age=0',
360 silly get etag: '"287NEUNOBMJA5YTCZGMOOG7HE"',
360 silly get age: '0',
360 silly get connection: 'keep-alive',
360 silly get 'x-served-by': 'cache-lcy1135-LCY',
360 silly get 'x-cache': 'MISS',
360 silly get 'x-cache-hits': '0',
360 silly get 'x-timer': 'S1439878641.328101,VS0,VE986',
360 silly get vary: 'Accept' } ]
361 verbose etag https://registry.npmjs.org/@paulcbetts%2fedge-cs from cache
362 verbose get saving @paulcbetts/edge-cs to C:\Users\ciemn\AppData\Roaming\npm-cache\registry.npmjs.org\_40paulcbetts_252fedge-cs\.cache.json
363 silly addNameRange number 2 { name: '@paulcbetts/edge-cs',
363 silly addNameRange range: '>=0.2.8-pre <0.3.0',
363 silly addNameRange hasData: true }
364 silly addNameRange versions [ '@paulcbetts/edge-cs', [ '0.2.8-pre', '0.2.10' ] ]
365 verbose addNamed @paulcbetts/edge-cs@0.2.10
366 silly addNamed semver.valid 0.2.10
367 silly addNamed semver.validRange 0.2.10
368 silly cache afterAdd @paulcbetts/edge-cs@0.2.10
369 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\@paulcbetts\edge-cs\0.2.10\package\package.json not in flight; writing
370 verbose afterAdd C:\Users\ciemn\AppData\Roaming\npm-cache\@paulcbetts\edge-cs\0.2.10\package\package.json written
371 silly install resolved [ { name: 'nan',
371 silly install resolved version: '1.9.0',
371 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility',
371 silly install resolved main: 'include_dirs.js',
371 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' },
371 silly install resolved scripts:
371 silly install resolved { test: 'tap --gc test/js/*-test.js',
371 silly install resolved 'rebuild-tests': 'pangyp rebuild --msvs_version=2013 --directory test' },
371 silly install resolved contributors:
371 silly install resolved [ [Object],
371 silly install resolved [Object],
371 silly install resolved [Object],
371 silly install resolved [Object],
371 silly install resolved [Object],
371 silly install resolved [Object],
371 silly install resolved [Object] ],
371 silly install resolved devDependencies:
371 silly install resolved { bindings: '~1.2.1',
371 silly install resolved 'node-gyp': '~2.0.2',
371 silly install resolved pangyp: '~2.2.0',
371 silly install resolved tap: '~0.7.1',
371 silly install resolved xtend: '~4.0.0' },
371 silly install resolved license: 'MIT',
371 silly install resolved gitHead: '399b3a54ada39a7cf7a11978ea727eae3686666e',
371 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' },
371 silly install resolved homepage: 'https://github.com/nodejs/nan#readme',
371 silly install resolved _id: 'nan@1.9.0',
371 silly install resolved _shasum: '1a9cd2755609766f5c291e4194fce39fde286515',
371 silly install resolved _from: 'nan@>=1.6.2 <2.0.0',
371 silly install resolved _npmVersion: '2.13.3',
371 silly install resolved _nodeVersion: '0.12.2',
371 silly install resolved _npmUser: { name: 'kkoopa', email: 'bbyholm@abo.fi' },
371 silly install resolved maintainers: [ [Object], [Object] ],
371 silly install resolved dist:
371 silly install resolved { shasum: '1a9cd2755609766f5c291e4194fce39fde286515',
371 silly install resolved tarball: 'http://registry.npmjs.org/nan/-/nan-1.9.0.tgz' },
371 silly install resolved directories: {},
371 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-1.9.0.tgz',
371 silly install resolved readme: 'ERROR: No README data found!' },
371 silly install resolved { name: '@paulcbetts/edge-cs',
371 silly install resolved author:
371 silly install resolved { name: 'Tomasz Janczuk',
371 silly install resolved email: 'tomasz@janczuk.org',
371 silly install resolved url: 'http://tomasz.janczuk.org' },
371 silly install resolved version: '0.2.10',
371 silly install resolved description: 'Edge-cs: run C# and node.js code in-process with edge.js',
371 silly install resolved tags: [ 'owin', 'edge', 'net', 'clr', 'c#', 'managed', '.net' ],
371 silly install resolved main: './lib/edge-cs.js',
371 silly install resolved engines: { node: '>= 0.8' },
371 silly install resolved licenses: [ [Object] ],
371 silly install resolved dependencies: {},
371 silly install resolved homepage: 'http://tjanczuk.github.com/edge',
371 silly install resolved repository:
371 silly install resolved { type: 'git',
371 silly install resolved url: 'git+ssh://git@github.com/tjanczuk/edge-cs.git' },
371 silly install resolved bugs: { url: 'http://github.com/tjanczuk/edge-cs/issues' },
371 silly install resolved gitHead: '25a9d7eae7a4c1870075f6e1e3edcb48f367c11a',
371 silly install resolved _id: '@paulcbetts/edge-cs@0.2.10',
371 silly install resolved scripts: {},
371 silly install resolved _shasum: '3cbdc7b6d380126348ffb98b41b7618f0688f709',
371 silly install resolved _from: '@paulcbetts/edge-cs@>=0.2.8-pre <0.3.0',
371 silly install resolved _npmVersion: '2.11.3',
371 silly install resolved _nodeVersion: '0.12.7',
371 silly install resolved _npmUser: { name: 'paulcbetts', email: 'paul@paulbetts.org' },
371 silly install resolved dist:
371 silly install resolved { shasum: '3cbdc7b6d380126348ffb98b41b7618f0688f709',
371 silly install resolved tarball: 'http://registry.npmjs.org/@paulcbetts/edge-cs/-/edge-cs-0.2.10.tgz' },
371 silly install resolved maintainers: [ [Object] ],
371 silly install resolved directories: {},
371 silly install resolved _resolved: 'https://registry.npmjs.org/@paulcbetts/edge-cs/-/edge-cs-0.2.10.tgz',
371 silly install resolved readme: 'ERROR: No README data found!' } ]
372 info install nan@1.9.0 into E:\Projects\electron4\node_modules\edge-atom-shell
373 info install @paulcbetts/edge-cs@0.2.10 into E:\Projects\electron4\node_modules\edge-atom-shell
374 info installOne nan@1.9.0
375 verbose installOne of nan to E:\Projects\electron4\node_modules\edge-atom-shell not in flight; installing
376 info installOne @paulcbetts/edge-cs@0.2.10
377 verbose installOne of @paulcbetts/edge-cs to E:\Projects\electron4\node_modules\edge-atom-shell not in flight; installing
378 verbose lock using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\nan-110744e48641955e.lock for E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
379 verbose lock using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\paulcbetts-edge-cs-de0b55621dbddc90.lock for E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
380 silly install write writing nan 1.9.0 to E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
381 silly cache addNamed cb nan@1.9.0
382 verbose unbuild node_modules\edge-atom-shell\node_modules\nan
383 silly install write writing @paulcbetts/edge-cs 0.2.10 to E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
384 silly cache addNamed cb @paulcbetts/edge-cs@0.2.10
385 verbose unbuild node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
386 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan is being purged from base E:\Projects\electron4
387 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
388 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs is being purged from base E:\Projects\electron4
389 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
390 verbose tar unpack C:\Users\ciemn\AppData\Roaming\npm-cache\nan\1.9.0\package.tgz
391 verbose tar unpacking to E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
392 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan is being purged
393 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
394 verbose tar unpack C:\Users\ciemn\AppData\Roaming\npm-cache\@paulcbetts\edge-cs\0.2.10\package.tgz
395 verbose tar unpacking to E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
396 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs is being purged
397 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
398 silly gunzTarPerm modes [ '777', '666' ]
399 silly gunzTarPerm modes [ '777', '666' ]
400 silly gunzTarPerm extractEntry package.json
401 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
402 silly gunzTarPerm extractEntry package.json
403 silly gunzTarPerm extractEntry README.md
404 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
405 silly gunzTarPerm extractEntry include_dirs.js
406 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
407 silly gunzTarPerm extractEntry .npmignore
408 silly gunzTarPerm extractEntry README.md
409 silly gunzTarPerm extractEntry LICENSE.md
410 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
411 silly gunzTarPerm extractEntry .dntrc
412 silly gunzTarPerm modified mode [ '.dntrc', 436, 438 ]
413 silly gunzTarPerm extractEntry appveyor.yml
414 silly gunzTarPerm modified mode [ 'appveyor.yml', 436, 438 ]
415 silly gunzTarPerm extractEntry LICENSE.txt
416 silly gunzTarPerm extractEntry lib/edge-cs.js
417 silly gunzTarPerm extractEntry nan.h
418 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
419 silly gunzTarPerm extractEntry lib/edge-cs.dll
420 silly gunzTarPerm extractEntry src/edge-cs/EdgeCompiler.cs
421 silly gunzTarPerm extractEntry src/edge-cs/Properties/AssemblyInfo.cs
422 silly gunzTarPerm extractEntry src/edge-cs/edge-cs.csproj
423 silly gunzTarPerm extractEntry src/edge-cs/edge-cs.sln
424 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
425 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
426 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
427 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
428 silly gunzTarPerm extractEntry nan_new.h
429 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
430 silly gunzTarPerm extractEntry nan_string_bytes.h
431 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
432 silly gunzTarPerm extractEntry CHANGELOG.md
433 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
434 silly gunzTarPerm extractEntry tools/node_modules/commander/package.json
435 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/package.json', 436, 438 ]
436 silly gunzTarPerm extractEntry tools/node_modules/commander/LICENSE
437 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/LICENSE', 436, 438 ]
438 silly gunzTarPerm extractEntry tools/node_modules/commander/index.js
439 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/index.js', 436, 438 ]
440 silly gunzTarPerm extractEntry tools/node_modules/commander/History.md
441 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/History.md', 436, 438 ]
442 silly gunzTarPerm extractEntry tools/node_modules/commander/Readme.md
443 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/Readme.md', 436, 438 ]
444 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/package.json
445 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/package.json',
445 silly gunzTarPerm 436,
445 silly gunzTarPerm 438 ]
446 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/.npmignore
447 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/.npmignore',
447 silly gunzTarPerm 436,
447 silly gunzTarPerm 438 ]
448 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/README.md
449 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/README.md',
449 silly gunzTarPerm 436,
449 silly gunzTarPerm 438 ]
450 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/LICENSE
451 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/LICENSE',
451 silly gunzTarPerm 436,
451 silly gunzTarPerm 438 ]
452 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/index.js
453 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/index.js',
453 silly gunzTarPerm 436,
453 silly gunzTarPerm 438 ]
454 silly gunzTarPerm extractEntry tools/node_modules/commander/node_modules/graceful-readlink/.travis.yml
455 silly gunzTarPerm modified mode [ 'tools/node_modules/commander/node_modules/graceful-readlink/.travis.yml',
455 silly gunzTarPerm 436,
455 silly gunzTarPerm 438 ]
456 silly gunzTarPerm extractEntry tools/node_modules/glob/package.json
457 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/package.json', 436, 438 ]
458 silly gunzTarPerm extractEntry tools/node_modules/glob/README.md
459 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/README.md', 436, 438 ]
460 silly gunzTarPerm extractEntry tools/node_modules/glob/LICENSE
461 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/LICENSE', 436, 438 ]
462 silly gunzTarPerm extractEntry tools/node_modules/glob/common.js
463 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/common.js', 436, 438 ]
464 silly gunzTarPerm extractEntry tools/node_modules/glob/glob.js
465 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/glob.js', 436, 438 ]
466 info preinstall @paulcbetts/edge-cs@0.2.10
467 silly install resolved []
468 verbose about to build E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
469 info build E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
470 verbose linkStuff [ false,
470 verbose linkStuff false,
470 verbose linkStuff false,
470 verbose linkStuff 'E:\\Projects\\electron4\\node_modules\\edge-atom-shell\\node_modules' ]
471 info linkStuff @paulcbetts/edge-cs@0.2.10
472 verbose linkBins @paulcbetts/edge-cs@0.2.10
473 verbose linkMans @paulcbetts/edge-cs@0.2.10
474 verbose rebuildBundles @paulcbetts/edge-cs@0.2.10
475 silly gunzTarPerm extractEntry tools/node_modules/glob/sync.js
476 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/sync.js', 436, 438 ]
477 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/package.json
478 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/package.json',
478 silly gunzTarPerm 436,
478 silly gunzTarPerm 438 ]
479 info install @paulcbetts/edge-cs@0.2.10
480 info postinstall @paulcbetts/edge-cs@0.2.10
481 verbose unlock done using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\paulcbetts-edge-cs-de0b55621dbddc90.lock for E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\@paulcbetts\edge-cs
482 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/README.md
483 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/README.md',
483 silly gunzTarPerm 436,
483 silly gunzTarPerm 438 ]
484 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/LICENSE
485 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/LICENSE',
485 silly gunzTarPerm 436,
485 silly gunzTarPerm 438 ]
486 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/inflight.js
487 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/inflight.js',
487 silly gunzTarPerm 436,
487 silly gunzTarPerm 438 ]
488 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/test.js
489 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/test.js',
489 silly gunzTarPerm 436,
489 silly gunzTarPerm 438 ]
490 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/.eslintrc
491 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/.eslintrc',
491 silly gunzTarPerm 436,
491 silly gunzTarPerm 438 ]
492 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json
493 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json',
493 silly gunzTarPerm 436,
493 silly gunzTarPerm 438 ]
494 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md
495 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md',
495 silly gunzTarPerm 436,
495 silly gunzTarPerm 438 ]
496 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE
497 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE',
497 silly gunzTarPerm 436,
497 silly gunzTarPerm 438 ]
498 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js
499 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js',
499 silly gunzTarPerm 436,
499 silly gunzTarPerm 438 ]
500 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js
501 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js',
501 silly gunzTarPerm 436,
501 silly gunzTarPerm 438 ]
502 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/package.json
503 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/package.json',
503 silly gunzTarPerm 436,
503 silly gunzTarPerm 438 ]
504 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/README.md
505 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/README.md',
505 silly gunzTarPerm 436,
505 silly gunzTarPerm 438 ]
506 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/LICENSE
507 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/LICENSE',
507 silly gunzTarPerm 436,
507 silly gunzTarPerm 438 ]
508 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/inherits.js
509 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/inherits.js',
509 silly gunzTarPerm 436,
509 silly gunzTarPerm 438 ]
510 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/inherits_browser.js
511 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/inherits_browser.js',
511 silly gunzTarPerm 436,
511 silly gunzTarPerm 438 ]
512 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/inherits/test.js
513 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/inherits/test.js',
513 silly gunzTarPerm 436,
513 silly gunzTarPerm 438 ]
514 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/package.json
515 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/package.json',
515 silly gunzTarPerm 436,
515 silly gunzTarPerm 438 ]
516 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/README.md
517 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/README.md',
517 silly gunzTarPerm 436,
517 silly gunzTarPerm 438 ]
518 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/LICENSE
519 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/LICENSE',
519 silly gunzTarPerm 436,
519 silly gunzTarPerm 438 ]
520 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/browser.js
521 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/browser.js',
521 silly gunzTarPerm 436,
521 silly gunzTarPerm 438 ]
522 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/minimatch.js
523 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/minimatch.js',
523 silly gunzTarPerm 436,
523 silly gunzTarPerm 438 ]
524 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
525 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json',
525 silly gunzTarPerm 436,
525 silly gunzTarPerm 438 ]
526 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
527 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore',
527 silly gunzTarPerm 436,
527 silly gunzTarPerm 438 ]
528 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
529 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md',
529 silly gunzTarPerm 436,
529 silly gunzTarPerm 438 ]
530 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
531 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js',
531 silly gunzTarPerm 436,
531 silly gunzTarPerm 438 ]
532 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
533 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js',
533 silly gunzTarPerm 436,
533 silly gunzTarPerm 438 ]
534 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.travis.yml
535 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.travis.yml',
535 silly gunzTarPerm 436,
535 silly gunzTarPerm 438 ]
536 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js
537 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js',
537 silly gunzTarPerm 436,
537 silly gunzTarPerm 438 ]
538 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js
539 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js',
539 silly gunzTarPerm 436,
539 silly gunzTarPerm 438 ]
540 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js
541 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js',
541 silly gunzTarPerm 436,
541 silly gunzTarPerm 438 ]
542 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js
543 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js',
543 silly gunzTarPerm 436,
543 silly gunzTarPerm 438 ]
544 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/pad.js
545 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/pad.js',
545 silly gunzTarPerm 436,
545 silly gunzTarPerm 438 ]
546 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/order.js
547 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/order.js',
547 silly gunzTarPerm 436,
547 silly gunzTarPerm 438 ]
548 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/nested.js
549 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/nested.js',
549 silly gunzTarPerm 436,
549 silly gunzTarPerm 438 ]
550 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js
551 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js',
551 silly gunzTarPerm 436,
551 silly gunzTarPerm 438 ]
552 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js
553 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js',
553 silly gunzTarPerm 436,
553 silly gunzTarPerm 438 ]
554 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt
555 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt',
555 silly gunzTarPerm 436,
555 silly gunzTarPerm 438 ]
556 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh
557 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh',
557 silly gunzTarPerm 436,
557 silly gunzTarPerm 438 ]
558 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt
559 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt',
559 silly gunzTarPerm 436,
559 silly gunzTarPerm 438 ]
560 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
561 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json',
561 silly gunzTarPerm 436,
561 silly gunzTarPerm 438 ]
562 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
563 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore',
563 silly gunzTarPerm 436,
563 silly gunzTarPerm 438 ]
564 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
565 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md',
565 silly gunzTarPerm 436,
565 silly gunzTarPerm 438 ]
566 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
567 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js',
567 silly gunzTarPerm 436,
567 silly gunzTarPerm 438 ]
568 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
569 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js',
569 silly gunzTarPerm 436,
569 silly gunzTarPerm 438 ]
570 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
571 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml',
571 silly gunzTarPerm 436,
571 silly gunzTarPerm 438 ]
572 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
573 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile',
573 silly gunzTarPerm 436,
573 silly gunzTarPerm 438 ]
574 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
575 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js',
575 silly gunzTarPerm 436,
575 silly gunzTarPerm 438 ]
576 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
577 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json',
577 silly gunzTarPerm 436,
577 silly gunzTarPerm 438 ]
578 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
579 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE',
579 silly gunzTarPerm 436,
579 silly gunzTarPerm 438 ]
580 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
581 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js',
581 silly gunzTarPerm 436,
581 silly gunzTarPerm 438 ]
582 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
583 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml',
583 silly gunzTarPerm 436,
583 silly gunzTarPerm 438 ]
584 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
585 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown',
585 silly gunzTarPerm 436,
585 silly gunzTarPerm 438 ]
586 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
587 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js',
587 silly gunzTarPerm 436,
587 silly gunzTarPerm 438 ]
588 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js
589 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js',
589 silly gunzTarPerm 436,
589 silly gunzTarPerm 438 ]
590 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/package.json
591 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/package.json',
591 silly gunzTarPerm 436,
591 silly gunzTarPerm 438 ]
592 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/README.md
593 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/README.md',
593 silly gunzTarPerm 436,
593 silly gunzTarPerm 438 ]
594 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/LICENSE
595 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/LICENSE', 436, 438 ]
596 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/once.js
597 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/once.js', 436, 438 ]
598 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/test/once.js
599 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/test/once.js',
599 silly gunzTarPerm 436,
599 silly gunzTarPerm 438 ]
600 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/package.json
601 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/package.json',
601 silly gunzTarPerm 436,
601 silly gunzTarPerm 438 ]
602 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/README.md
603 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/README.md',
603 silly gunzTarPerm 436,
603 silly gunzTarPerm 438 ]
604 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE
605 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE',
605 silly gunzTarPerm 436,
605 silly gunzTarPerm 438 ]
606 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js
607 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js',
607 silly gunzTarPerm 436,
607 silly gunzTarPerm 438 ]
608 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js
609 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js',
609 silly gunzTarPerm 436,
609 silly gunzTarPerm 438 ]
610 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/package.json
611 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/package.json',
611 silly gunzTarPerm 436,
611 silly gunzTarPerm 438 ]
612 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/index.js
613 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/index.js',
613 silly gunzTarPerm 436,
613 silly gunzTarPerm 438 ]
614 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/license
615 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/license',
615 silly gunzTarPerm 436,
615 silly gunzTarPerm 438 ]
616 silly gunzTarPerm extractEntry tools/node_modules/glob/node_modules/path-is-absolute/readme.md
617 silly gunzTarPerm modified mode [ 'tools/node_modules/glob/node_modules/path-is-absolute/readme.md',
617 silly gunzTarPerm 436,
617 silly gunzTarPerm 438 ]
618 info preinstall nan@1.9.0
619 silly install resolved []
620 verbose about to build E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
621 info build E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
622 verbose linkStuff [ false,
622 verbose linkStuff false,
622 verbose linkStuff false,
622 verbose linkStuff 'E:\\Projects\\electron4\\node_modules\\edge-atom-shell\\node_modules' ]
623 info linkStuff nan@1.9.0
624 verbose linkBins nan@1.9.0
625 verbose linkMans nan@1.9.0
626 verbose rebuildBundles nan@1.9.0
627 info install nan@1.9.0
628 info postinstall nan@1.9.0
629 verbose unlock done using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\nan-110744e48641955e.lock for E:\Projects\electron4\node_modules\edge-atom-shell\node_modules\nan
630 verbose about to build E:\Projects\electron4\node_modules\edge-atom-shell
631 info build E:\Projects\electron4\node_modules\edge-atom-shell
632 verbose linkStuff [ false, false, false, 'E:\\Projects\\electron4\\node_modules' ]
633 info linkStuff edge-atom-shell@0.10.4
634 verbose linkBins edge-atom-shell@0.10.4
635 verbose linkMans edge-atom-shell@0.10.4
636 verbose rebuildBundles edge-atom-shell@0.10.4
637 verbose rebuildBundles [ '@paulcbetts', 'nan' ]
638 info install edge-atom-shell@0.10.4
639 verbose unsafe-perm in lifecycle true
640 info edge-atom-shell@0.10.4 Failed to exec install script
641 verbose unlock done using C:\Users\ciemn\AppData\Roaming\npm-cache\_locks\edge-atom-shell-de09273c453e9ef2.lock for E:\Projects\electron4\node_modules\edge-atom-shell
642 verbose stack Error: edge-atom-shell@0.10.4 install: `node-gyp rebuild`
642 verbose stack Exit status 1
642 verbose stack at EventEmitter.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\lifecycle.js:213:16)
642 verbose stack at EventEmitter.emit (events.js:110:17)
642 verbose stack at ChildProcess.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\lib\utils\spawn.js:14:12)
642 verbose stack at ChildProcess.emit (events.js:110:17)
642 verbose stack at maybeClose (child_process.js:1015:16)
642 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
643 verbose pkgid edge-atom-shell@0.10.4
644 verbose cwd E:\Projects\electron4
645 error Windows_NT 6.3.9600
646 error argv "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "edge-atom-shell"
647 error node v0.12.2
648 error npm v2.7.4
649 error code ELIFECYCLE
650 error edge-atom-shell@0.10.4 install: `node-gyp rebuild`
650 error Exit status 1
651 error Failed at the edge-atom-shell@0.10.4 install script 'node-gyp rebuild'.
651 error This is most likely a problem with the edge-atom-shell package,
651 error not with npm itself.
651 error Tell the author that this fails on your system:
651 error node-gyp rebuild
651 error You can get their info via:
651 error npm owner ls edge-atom-shell
651 error There is likely additional logging output above.
652 verbose exit [ 1, true ]
653 verbose unbuild node_modules\edge-atom-shell
654 info preuninstall edge-atom-shell@0.10.4
655 info uninstall edge-atom-shell@0.10.4
656 verbose unbuild rmStuff edge-atom-shell@0.10.4 from E:\Projects\electron4\node_modules
657 info postuninstall edge-atom-shell@0.10.4
658 silly gentlyRm E:\Projects\electron4\node_modules\edge-atom-shell is being purged from base E:\Projects\electron4
659 verbose gentlyRm don't care about contents; nuking E:\Projects\electron4\node_modules\edge-atom-shell
660 silly vacuum-fs purging E:\Projects\electron4\node_modules\edge-atom-shell
661 silly vacuum-fs removing E:\Projects\electron4\node_modules
662 silly vacuum-fs finished vacuuming up to E:\Projects\electron4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment