Skip to content

Instantly share code, notes, and snippets.

@basarat
Created July 24, 2015 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basarat/a913c77a711dedce111b to your computer and use it in GitHub Desktop.
Save basarat/a913c77a711dedce111b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\iojs\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'electron-prebuilt',
1 verbose cli '-g' ]
2 info using npm@2.11.1
3 info using node@v2.3.0
4 verbose install initial load of C:\Users\bas\AppData\Roaming\npm\package.json
5 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\package.json
6 silly cache add args [ 'electron-prebuilt', null ]
7 verbose cache add spec electron-prebuilt
8 silly cache add parsed spec { raw: 'electron-prebuilt',
8 silly cache add scope: null,
8 silly cache add name: 'electron-prebuilt',
8 silly cache add rawSpec: '',
8 silly cache add spec: '*',
8 silly cache add type: 'range' }
9 silly addNamed electron-prebuilt@*
10 verbose addNamed "*" is a valid semver range for electron-prebuilt
11 silly addNameRange { name: 'electron-prebuilt', range: '*', hasData: false }
12 silly mapToRegistry name electron-prebuilt
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://registry.npmjs.org/electron-prebuilt
16 verbose addNameRange registry:https://registry.npmjs.org/electron-prebuilt not in flight; fetching
17 verbose request uri https://registry.npmjs.org/electron-prebuilt
18 verbose request no auth needed
19 info attempt registry request try #1 at 12:29:02
20 verbose request using bearer token for auth
21 verbose request id 1ddaa7ae9cd70d91
22 verbose etag "C1A44OS5MRVVTMYMY2MCDWZTZ"
23 http request GET https://registry.npmjs.org/electron-prebuilt
24 http 304 https://registry.npmjs.org/electron-prebuilt
25 silly get cb [ 304,
25 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25 silly get etag: '"C1A44OS5MRVVTMYMY2MCDWZTZ"',
25 silly get 'cache-control': 'max-age=60',
25 silly get 'accept-ranges': 'bytes',
25 silly get date: 'Fri, 24 Jul 2015 02:29:03 GMT',
25 silly get via: '1.1 varnish',
25 silly get connection: 'keep-alive',
25 silly get 'x-served-by': 'cache-mel6521-MEL',
25 silly get 'x-cache': 'MISS',
25 silly get 'x-cache-hits': '0',
25 silly get 'x-timer': 'S1437704942.935715,VS0,VE850' } ]
26 verbose etag https://registry.npmjs.org/electron-prebuilt from cache
27 verbose get saving electron-prebuilt to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\electron-prebuilt\.cache.json
28 silly addNameRange number 2 { name: 'electron-prebuilt', range: '*', hasData: true }
29 silly addNameRange versions [ 'electron-prebuilt',
29 silly addNameRange [ '0.24.0',
29 silly addNameRange '0.25.0',
29 silly addNameRange '0.25.1',
29 silly addNameRange '0.25.1-1',
29 silly addNameRange '0.25.2',
29 silly addNameRange '0.25.2-1',
29 silly addNameRange '0.25.3',
29 silly addNameRange '0.25.3-1',
29 silly addNameRange '0.25.3-2',
29 silly addNameRange '0.26.0',
29 silly addNameRange '0.26.1',
29 silly addNameRange '0.27.0',
29 silly addNameRange '0.27.1',
29 silly addNameRange '0.27.2',
29 silly addNameRange '0.27.3',
29 silly addNameRange '0.28.0',
29 silly addNameRange '0.28.1',
29 silly addNameRange '0.28.2',
29 silly addNameRange '0.28.3',
29 silly addNameRange '0.29.0',
29 silly addNameRange '0.29.1',
29 silly addNameRange '0.29.2',
29 silly addNameRange '0.30.0' ] ]
30 silly addNamed electron-prebuilt@0.30.0
31 verbose addNamed "0.30.0" is a plain semver version for electron-prebuilt
32 silly cache afterAdd electron-prebuilt@0.30.0
33 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\electron-prebuilt\0.30.0\package\package.json not in flight; writing
34 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\electron-prebuilt\0.30.0\package\package.json written
35 silly install resolved [ { name: 'electron-prebuilt',
35 silly install resolved version: '0.30.0',
35 silly install resolved description: 'Install electron (formerly called atom-shell) prebuilts using npm',
35 silly install resolved repository:
35 silly install resolved { type: 'git',
35 silly install resolved url: 'git+https://github.com/mafintosh/electron-prebuilt.git' },
35 silly install resolved scripts:
35 silly install resolved { 'cache-clean': 'rm -rf ~/.electron && rm -rf dist',
35 silly install resolved postinstall: 'node install.js',
35 silly install resolved pretest: 'npm run cache-clean && node install.js',
35 silly install resolved test: 'tape test/*.js' },
35 silly install resolved bin: { electron: 'cli.js' },
35 silly install resolved main: 'index.js',
35 silly install resolved dependencies: { 'extract-zip': '^1.0.3', 'electron-download': '^1.0.0' },
35 silly install resolved devDependencies:
35 silly install resolved { 'home-path': '^0.1.1',
35 silly install resolved 'path-exists': '^1.0.0',
35 silly install resolved tape: '^3.0.1' },
35 silly install resolved author: { name: 'Mathias Buus' },
35 silly install resolved license: 'MIT',
35 silly install resolved bugs: { url: 'https://github.com/mafintosh/electron-prebuilt/issues' },
35 silly install resolved homepage: 'https://github.com/mafintosh/electron-prebuilt',
35 silly install resolved _id: 'electron-prebuilt@0.30.0',
35 silly install resolved _shasum: 'ac7903cf066de4e42c311f4cdd7b04b2e11f357f',
35 silly install resolved _resolved: 'https://registry.npmjs.org/electron-prebuilt/-/electron-prebuilt-0.30.0.tgz',
35 silly install resolved _from: 'electron-prebuilt@*',
35 silly install resolved _npmVersion: '2.11.2',
35 silly install resolved _nodeVersion: '2.2.1',
35 silly install resolved _npmUser: { name: 'maxogden', email: 'max@maxogden.com' },
35 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
35 silly install resolved dist:
35 silly install resolved { shasum: 'ac7903cf066de4e42c311f4cdd7b04b2e11f357f',
35 silly install resolved tarball: 'http://registry.npmjs.org/electron-prebuilt/-/electron-prebuilt-0.30.0.tgz' },
35 silly install resolved directories: {},
35 silly install resolved readme: 'ERROR: No README data found!' } ]
36 info install electron-prebuilt@0.30.0 into C:\Users\bas\AppData\Roaming\npm
37 info installOne electron-prebuilt@0.30.0
38 verbose installOne of electron-prebuilt to C:\Users\bas\AppData\Roaming\npm not in flight; installing
39 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\electron-prebuilt-1423076b2421a608.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
40 silly install write writing electron-prebuilt 0.30.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
41 verbose unbuild node_modules\electron-prebuilt
42 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt is being purged from base C:\Users\bas\AppData\Roaming\npm
43 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
44 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\electron-prebuilt\0.30.0\package.tgz
45 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
46 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt is being purged
47 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
48 silly gunzTarPerm modes [ '777', '666' ]
49 silly gunzTarPerm extractEntry
50 silly gunzTarPerm modified mode [ '', 509, 511 ]
51 silly gunzTarPerm extractEntry .gitignore
52 silly gunzTarPerm modified mode [ '.gitignore', 436, 438 ]
53 silly gunzTarPerm extractEntry .npmignore
54 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
55 silly gunzTarPerm extractEntry .travis.yml
56 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
57 silly gunzTarPerm extractEntry CONTRIBUTING.md
58 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 436, 438 ]
59 silly gunzTarPerm extractEntry README.md
60 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
61 silly gunzTarPerm extractEntry cli.js
62 silly gunzTarPerm modified mode [ 'cli.js', 509, 511 ]
63 silly gunzTarPerm extractEntry index.js
64 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
65 silly gunzTarPerm extractEntry install.js
66 silly gunzTarPerm modified mode [ 'install.js', 509, 511 ]
67 silly gunzTarPerm extractEntry package.json
68 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
69 silly gunzTarPerm extractEntry test/
70 silly gunzTarPerm modified mode [ 'test/', 509, 511 ]
71 silly gunzTarPerm extractEntry test/index.js
72 silly gunzTarPerm modified mode [ 'test/index.js', 436, 438 ]
73 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\package.json
74 info preinstall electron-prebuilt@0.30.0
75 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\package.json
76 silly prepareForInstallMany adding extract-zip@^1.0.3 from electron-prebuilt dependencies
77 silly prepareForInstallMany adding electron-download@^1.0.0 from electron-prebuilt dependencies
78 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\package.json
79 silly cache add args [ 'extract-zip@^1.0.3', null ]
80 verbose cache add spec extract-zip@^1.0.3
81 silly cache add args [ 'electron-download@^1.0.0', null ]
82 verbose cache add spec electron-download@^1.0.0
83 silly cache add parsed spec { raw: 'extract-zip@^1.0.3',
83 silly cache add scope: null,
83 silly cache add name: 'extract-zip',
83 silly cache add rawSpec: '^1.0.3',
83 silly cache add spec: '>=1.0.3 <2.0.0',
83 silly cache add type: 'range' }
84 silly addNamed extract-zip@>=1.0.3 <2.0.0
85 verbose addNamed ">=1.0.3 <2.0.0" is a valid semver range for extract-zip
86 silly addNameRange { name: 'extract-zip', range: '>=1.0.3 <2.0.0', hasData: false }
87 silly mapToRegistry name extract-zip
88 silly mapToRegistry using default registry
89 silly mapToRegistry registry https://registry.npmjs.org/
90 silly mapToRegistry uri https://registry.npmjs.org/extract-zip
91 verbose addNameRange registry:https://registry.npmjs.org/extract-zip not in flight; fetching
92 silly cache add parsed spec { raw: 'electron-download@^1.0.0',
92 silly cache add scope: null,
92 silly cache add name: 'electron-download',
92 silly cache add rawSpec: '^1.0.0',
92 silly cache add spec: '>=1.0.0 <2.0.0',
92 silly cache add type: 'range' }
93 silly addNamed electron-download@>=1.0.0 <2.0.0
94 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for electron-download
95 silly addNameRange { name: 'electron-download',
95 silly addNameRange range: '>=1.0.0 <2.0.0',
95 silly addNameRange hasData: false }
96 silly mapToRegistry name electron-download
97 silly mapToRegistry using default registry
98 silly mapToRegistry registry https://registry.npmjs.org/
99 silly mapToRegistry uri https://registry.npmjs.org/electron-download
100 verbose addNameRange registry:https://registry.npmjs.org/electron-download not in flight; fetching
101 verbose request uri https://registry.npmjs.org/extract-zip
102 verbose request no auth needed
103 info attempt registry request try #1 at 12:29:03
104 verbose request using bearer token for auth
105 verbose etag "1N4NQIGOVEJS998SR8626Z79U"
106 http request GET https://registry.npmjs.org/extract-zip
107 verbose request uri https://registry.npmjs.org/electron-download
108 verbose request no auth needed
109 info attempt registry request try #1 at 12:29:03
110 verbose request using bearer token for auth
111 verbose etag "3IW1SKN9ANITPC3YMT20BO4R5"
112 http request GET https://registry.npmjs.org/electron-download
113 http 304 https://registry.npmjs.org/electron-download
114 silly get cb [ 304,
114 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
114 silly get etag: '"3IW1SKN9ANITPC3YMT20BO4R5"',
114 silly get 'cache-control': 'max-age=60',
114 silly get 'accept-ranges': 'bytes',
114 silly get date: 'Fri, 24 Jul 2015 02:29:04 GMT',
114 silly get via: '1.1 varnish',
114 silly get connection: 'keep-alive',
114 silly get 'x-served-by': 'cache-mel6522-MEL',
114 silly get 'x-cache': 'MISS',
114 silly get 'x-cache-hits': '0',
114 silly get 'x-timer': 'S1437704944.079795,VS0,VE821' } ]
115 verbose etag https://registry.npmjs.org/electron-download from cache
116 verbose get saving electron-download to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\electron-download\.cache.json
117 silly addNameRange number 2 { name: 'electron-download',
117 silly addNameRange range: '>=1.0.0 <2.0.0',
117 silly addNameRange hasData: true }
118 silly addNameRange versions [ 'electron-download',
118 silly addNameRange [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5' ] ]
119 silly addNamed electron-download@1.0.5
120 verbose addNamed "1.0.5" is a plain semver version for electron-download
121 silly cache afterAdd electron-download@1.0.5
122 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\electron-download\1.0.5\package\package.json not in flight; writing
123 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\electron-download\1.0.5\package\package.json written
124 http 304 https://registry.npmjs.org/extract-zip
125 silly get cb [ 304,
125 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
125 silly get etag: '"1N4NQIGOVEJS998SR8626Z79U"',
125 silly get 'cache-control': 'max-age=60',
125 silly get 'accept-ranges': 'bytes',
125 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
125 silly get via: '1.1 varnish',
125 silly get connection: 'keep-alive',
125 silly get 'x-served-by': 'cache-mel6523-MEL',
125 silly get 'x-cache': 'MISS',
125 silly get 'x-cache-hits': '0',
125 silly get 'x-timer': 'S1437704944.071620,VS0,VE977' } ]
126 verbose etag https://registry.npmjs.org/extract-zip from cache
127 verbose get saving extract-zip to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\extract-zip\.cache.json
128 silly addNameRange number 2 { name: 'extract-zip', range: '>=1.0.3 <2.0.0', hasData: true }
129 silly addNameRange versions [ 'extract-zip', [ '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
130 silly addNamed extract-zip@1.0.3
131 verbose addNamed "1.0.3" is a plain semver version for extract-zip
132 silly cache afterAdd extract-zip@1.0.3
133 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\extract-zip\1.0.3\package\package.json not in flight; writing
134 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\extract-zip\1.0.3\package\package.json written
135 silly install resolved [ { name: 'electron-download',
135 silly install resolved version: '1.0.5',
135 silly install resolved description: 'download electron prebuilt binary zips from github releases',
135 silly install resolved main: 'index.js',
135 silly install resolved scripts: { test: 'standard && node test.js' },
135 silly install resolved repository:
135 silly install resolved { type: 'git',
135 silly install resolved url: 'git+https://github.com/maxogden/electron-download.git' },
135 silly install resolved author: { name: 'max ogden' },
135 silly install resolved license: 'BSD',
135 silly install resolved bugs: { url: 'https://github.com/maxogden/electron-download/issues' },
135 silly install resolved homepage: 'https://github.com/maxogden/electron-download#readme',
135 silly install resolved dependencies:
135 silly install resolved { 'home-path': '^0.1.1',
135 silly install resolved mkdirp: '^0.5.0',
135 silly install resolved mv: '^2.0.3',
135 silly install resolved nugget: '^1.5.1',
135 silly install resolved 'path-exists': '^1.0.0' },
135 silly install resolved devDependencies: { standard: '^3.11.1' },
135 silly install resolved gitHead: '26a222c029d5585e986f652c37440c79d201ff76',
135 silly install resolved _id: 'electron-download@1.0.5',
135 silly install resolved _shasum: 'e57176765f45548effd105ef933505303af5343e',
135 silly install resolved _from: 'electron-download@>=1.0.0 <2.0.0',
135 silly install resolved _npmVersion: '2.9.0',
135 silly install resolved _nodeVersion: '1.8.2',
135 silly install resolved _npmUser: { name: 'maxogden', email: 'max@maxogden.com' },
135 silly install resolved maintainers: [ [Object], [Object] ],
135 silly install resolved dist:
135 silly install resolved { shasum: 'e57176765f45548effd105ef933505303af5343e',
135 silly install resolved tarball: 'http://registry.npmjs.org/electron-download/-/electron-download-1.0.5.tgz' },
135 silly install resolved directories: {},
135 silly install resolved _resolved: 'https://registry.npmjs.org/electron-download/-/electron-download-1.0.5.tgz',
135 silly install resolved readme: 'ERROR: No README data found!' },
135 silly install resolved { name: 'extract-zip',
135 silly install resolved version: '1.0.3',
135 silly install resolved description: 'unzip a zip file into a directory using 100% pure gluten-free organic javascript',
135 silly install resolved main: 'index.js',
135 silly install resolved bin: { 'extract-zip': 'cli.js' },
135 silly install resolved scripts: { test: 'node test/test.js' },
135 silly install resolved author: { name: 'max ogden' },
135 silly install resolved license: 'BSD',
135 silly install resolved repository:
135 silly install resolved { type: 'git',
135 silly install resolved url: 'git+ssh://git@github.com/maxogden/extract-zip.git' },
135 silly install resolved keywords: [ 'unzip', 'zip', 'extract' ],
135 silly install resolved bugs: { url: 'https://github.com/maxogden/extract-zip/issues' },
135 silly install resolved homepage: 'https://github.com/maxogden/extract-zip',
135 silly install resolved dependencies:
135 silly install resolved { minimist: '0.1.0',
135 silly install resolved debug: '0.7.4',
135 silly install resolved async: '0.9.0',
135 silly install resolved mkdirp: '0.5.0',
135 silly install resolved 'concat-stream': '^1.4.6',
135 silly install resolved through2: '0.6.3',
135 silly install resolved yauzl: '^2.1.0' },
135 silly install resolved devDependencies: { rimraf: '^2.2.8' },
135 silly install resolved directories: { test: 'test' },
135 silly install resolved _id: 'extract-zip@1.0.3',
135 silly install resolved _shasum: 'cb5b3d11211996413f2c26fe50123e5c0d82008f',
135 silly install resolved _from: 'extract-zip@>=1.0.3 <2.0.0',
135 silly install resolved _npmVersion: '1.4.9',
135 silly install resolved _npmUser: { name: 'maxogden', email: 'max+DONT+EMAIL+ME@maxogden.com' },
135 silly install resolved maintainers: [ [Object] ],
135 silly install resolved dist:
135 silly install resolved { shasum: 'cb5b3d11211996413f2c26fe50123e5c0d82008f',
135 silly install resolved tarball: 'http://registry.npmjs.org/extract-zip/-/extract-zip-1.0.3.tgz' },
135 silly install resolved _resolved: 'https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.3.tgz',
135 silly install resolved readme: 'ERROR: No README data found!' } ]
136 info install electron-download@1.0.5 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
137 info install extract-zip@1.0.3 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt
138 info installOne electron-download@1.0.5
139 verbose installOne of electron-download to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt not in flight; installing
140 info installOne extract-zip@1.0.3
141 verbose installOne of extract-zip to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt not in flight; installing
142 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\electron-download-e33330b376fe839f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
143 silly install write writing electron-download 1.0.5 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
144 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\extract-zip-9d44df23fd4c0418.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
145 silly install write writing extract-zip 1.0.3 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
146 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download
147 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download is being purged from base C:\Users\bas\AppData\Roaming\npm
148 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
149 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\electron-download\1.0.5\package.tgz
150 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
151 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download is being purged
152 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
153 silly gunzTarPerm modes [ '777', '666' ]
154 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip
155 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip is being purged from base C:\Users\bas\AppData\Roaming\npm
156 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
157 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\extract-zip\1.0.3\package.tgz
158 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
159 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip is being purged
160 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
161 silly gunzTarPerm modes [ '777', '666' ]
162 silly gunzTarPerm extractEntry package.json
163 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
164 silly gunzTarPerm extractEntry .npmignore
165 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
166 silly gunzTarPerm extractEntry index.js
167 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
168 silly gunzTarPerm extractEntry package.json
169 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
170 silly gunzTarPerm extractEntry .npmignore
171 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
172 silly gunzTarPerm extractEntry cli.js
173 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
174 silly gunzTarPerm extractEntry test.js
175 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
176 silly gunzTarPerm extractEntry collaborators.md
177 silly gunzTarPerm modified mode [ 'collaborators.md', 420, 438 ]
178 silly gunzTarPerm extractEntry index.js
179 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
180 silly gunzTarPerm extractEntry readme.md
181 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
182 silly gunzTarPerm extractEntry readme.md
183 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
184 silly gunzTarPerm extractEntry test/test.js
185 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
186 silly gunzTarPerm extractEntry test/cats.zip
187 silly gunzTarPerm modified mode [ 'test/cats.zip', 420, 438 ]
188 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\package.json
189 info preinstall electron-download@1.0.5
190 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\package.json
191 silly prepareForInstallMany adding home-path@^0.1.1 from electron-download dependencies
192 silly prepareForInstallMany adding mkdirp@^0.5.0 from electron-download dependencies
193 silly prepareForInstallMany adding mv@^2.0.3 from electron-download dependencies
194 silly prepareForInstallMany adding nugget@^1.5.1 from electron-download dependencies
195 silly prepareForInstallMany adding path-exists@^1.0.0 from electron-download dependencies
196 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\package.json
197 silly cache add args [ 'home-path@^0.1.1', null ]
198 verbose cache add spec home-path@^0.1.1
199 silly cache add args [ 'mkdirp@^0.5.0', null ]
200 verbose cache add spec mkdirp@^0.5.0
201 silly cache add parsed spec { raw: 'home-path@^0.1.1',
201 silly cache add scope: null,
201 silly cache add name: 'home-path',
201 silly cache add rawSpec: '^0.1.1',
201 silly cache add spec: '>=0.1.1 <0.2.0',
201 silly cache add type: 'range' }
202 silly addNamed home-path@>=0.1.1 <0.2.0
203 verbose addNamed ">=0.1.1 <0.2.0" is a valid semver range for home-path
204 silly addNameRange { name: 'home-path', range: '>=0.1.1 <0.2.0', hasData: false }
205 silly mapToRegistry name home-path
206 silly mapToRegistry using default registry
207 silly mapToRegistry registry https://registry.npmjs.org/
208 silly mapToRegistry uri https://registry.npmjs.org/home-path
209 verbose addNameRange registry:https://registry.npmjs.org/home-path not in flight; fetching
210 silly cache add parsed spec { raw: 'mkdirp@^0.5.0',
210 silly cache add scope: null,
210 silly cache add name: 'mkdirp',
210 silly cache add rawSpec: '^0.5.0',
210 silly cache add spec: '>=0.5.0 <0.6.0',
210 silly cache add type: 'range' }
211 silly addNamed mkdirp@>=0.5.0 <0.6.0
212 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
213 silly addNameRange { name: 'mkdirp', range: '>=0.5.0 <0.6.0', hasData: false }
214 silly mapToRegistry name mkdirp
215 silly mapToRegistry using default registry
216 silly mapToRegistry registry https://registry.npmjs.org/
217 silly mapToRegistry uri https://registry.npmjs.org/mkdirp
218 verbose addNameRange registry:https://registry.npmjs.org/mkdirp not in flight; fetching
219 silly cache add args [ 'mv@^2.0.3', null ]
220 verbose cache add spec mv@^2.0.3
221 silly cache add parsed spec { raw: 'mv@^2.0.3',
221 silly cache add scope: null,
221 silly cache add name: 'mv',
221 silly cache add rawSpec: '^2.0.3',
221 silly cache add spec: '>=2.0.3 <3.0.0',
221 silly cache add type: 'range' }
222 silly addNamed mv@>=2.0.3 <3.0.0
223 verbose addNamed ">=2.0.3 <3.0.0" is a valid semver range for mv
224 silly addNameRange { name: 'mv', range: '>=2.0.3 <3.0.0', hasData: false }
225 silly mapToRegistry name mv
226 silly mapToRegistry using default registry
227 silly mapToRegistry registry https://registry.npmjs.org/
228 silly mapToRegistry uri https://registry.npmjs.org/mv
229 verbose addNameRange registry:https://registry.npmjs.org/mv not in flight; fetching
230 silly cache add args [ 'nugget@^1.5.1', null ]
231 verbose cache add spec nugget@^1.5.1
232 silly cache add parsed spec { raw: 'nugget@^1.5.1',
232 silly cache add scope: null,
232 silly cache add name: 'nugget',
232 silly cache add rawSpec: '^1.5.1',
232 silly cache add spec: '>=1.5.1 <2.0.0',
232 silly cache add type: 'range' }
233 silly addNamed nugget@>=1.5.1 <2.0.0
234 verbose addNamed ">=1.5.1 <2.0.0" is a valid semver range for nugget
235 silly addNameRange { name: 'nugget', range: '>=1.5.1 <2.0.0', hasData: false }
236 silly mapToRegistry name nugget
237 silly mapToRegistry using default registry
238 silly mapToRegistry registry https://registry.npmjs.org/
239 silly mapToRegistry uri https://registry.npmjs.org/nugget
240 verbose addNameRange registry:https://registry.npmjs.org/nugget not in flight; fetching
241 silly cache add args [ 'path-exists@^1.0.0', null ]
242 verbose cache add spec path-exists@^1.0.0
243 silly cache add parsed spec { raw: 'path-exists@^1.0.0',
243 silly cache add scope: null,
243 silly cache add name: 'path-exists',
243 silly cache add rawSpec: '^1.0.0',
243 silly cache add spec: '>=1.0.0 <2.0.0',
243 silly cache add type: 'range' }
244 silly addNamed path-exists@>=1.0.0 <2.0.0
245 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-exists
246 silly addNameRange { name: 'path-exists', range: '>=1.0.0 <2.0.0', hasData: false }
247 silly mapToRegistry name path-exists
248 silly mapToRegistry using default registry
249 silly mapToRegistry registry https://registry.npmjs.org/
250 silly mapToRegistry uri https://registry.npmjs.org/path-exists
251 verbose addNameRange registry:https://registry.npmjs.org/path-exists not in flight; fetching
252 verbose request uri https://registry.npmjs.org/home-path
253 verbose request no auth needed
254 info attempt registry request try #1 at 12:29:04
255 verbose request using bearer token for auth
256 verbose etag "2UZS9SDG17ULV1JGIM2LDXZM1"
257 http request GET https://registry.npmjs.org/home-path
258 verbose request uri https://registry.npmjs.org/mkdirp
259 verbose request no auth needed
260 info attempt registry request try #1 at 12:29:04
261 verbose request using bearer token for auth
262 verbose etag "96Z2GFEAI57S2ZQCRG0T5EXIB"
263 http request GET https://registry.npmjs.org/mkdirp
264 verbose request uri https://registry.npmjs.org/nugget
265 verbose request no auth needed
266 info attempt registry request try #1 at 12:29:04
267 verbose request using bearer token for auth
268 verbose etag "3H5V8O409KFFZ78WKY5KLCGVX"
269 http request GET https://registry.npmjs.org/nugget
270 verbose request uri https://registry.npmjs.org/mv
271 verbose request no auth needed
272 info attempt registry request try #1 at 12:29:04
273 verbose request using bearer token for auth
274 verbose etag "85J7K7K4JNOIOZVBIWJV3UNP1"
275 http request GET https://registry.npmjs.org/mv
276 verbose request uri https://registry.npmjs.org/path-exists
277 verbose request no auth needed
278 info attempt registry request try #1 at 12:29:04
279 verbose request using bearer token for auth
280 verbose etag "BQA3IT61DYBK4TJLBN14WQW5R"
281 http request GET https://registry.npmjs.org/path-exists
282 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\package.json
283 info preinstall extract-zip@1.0.3
284 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\package.json
285 silly prepareForInstallMany adding minimist@0.1.0 from extract-zip dependencies
286 silly prepareForInstallMany adding debug@0.7.4 from extract-zip dependencies
287 silly prepareForInstallMany adding async@0.9.0 from extract-zip dependencies
288 silly prepareForInstallMany adding mkdirp@0.5.0 from extract-zip dependencies
289 silly prepareForInstallMany adding concat-stream@^1.4.6 from extract-zip dependencies
290 silly prepareForInstallMany adding through2@0.6.3 from extract-zip dependencies
291 silly prepareForInstallMany adding yauzl@^2.1.0 from extract-zip dependencies
292 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\package.json
293 silly cache add args [ 'minimist@0.1.0', null ]
294 verbose cache add spec minimist@0.1.0
295 silly cache add args [ 'debug@0.7.4', null ]
296 verbose cache add spec debug@0.7.4
297 silly cache add parsed spec { raw: 'minimist@0.1.0',
297 silly cache add scope: null,
297 silly cache add name: 'minimist',
297 silly cache add rawSpec: '0.1.0',
297 silly cache add spec: '0.1.0',
297 silly cache add type: 'version' }
298 silly addNamed minimist@0.1.0
299 verbose addNamed "0.1.0" is a plain semver version for minimist
300 silly mapToRegistry name minimist
301 silly mapToRegistry using default registry
302 silly mapToRegistry registry https://registry.npmjs.org/
303 silly mapToRegistry uri https://registry.npmjs.org/minimist
304 verbose addNameVersion registry:https://registry.npmjs.org/minimist not in flight; fetching
305 silly cache add parsed spec { raw: 'debug@0.7.4',
305 silly cache add scope: null,
305 silly cache add name: 'debug',
305 silly cache add rawSpec: '0.7.4',
305 silly cache add spec: '0.7.4',
305 silly cache add type: 'version' }
306 silly addNamed debug@0.7.4
307 verbose addNamed "0.7.4" is a plain semver version for debug
308 silly mapToRegistry name debug
309 silly mapToRegistry using default registry
310 silly mapToRegistry registry https://registry.npmjs.org/
311 silly mapToRegistry uri https://registry.npmjs.org/debug
312 verbose addNameVersion registry:https://registry.npmjs.org/debug not in flight; fetching
313 silly cache add args [ 'async@0.9.0', null ]
314 verbose cache add spec async@0.9.0
315 silly cache add parsed spec { raw: 'async@0.9.0',
315 silly cache add scope: null,
315 silly cache add name: 'async',
315 silly cache add rawSpec: '0.9.0',
315 silly cache add spec: '0.9.0',
315 silly cache add type: 'version' }
316 silly addNamed async@0.9.0
317 verbose addNamed "0.9.0" is a plain semver version for async
318 silly mapToRegistry name async
319 silly mapToRegistry using default registry
320 silly mapToRegistry registry https://registry.npmjs.org/
321 silly mapToRegistry uri https://registry.npmjs.org/async
322 verbose addNameVersion registry:https://registry.npmjs.org/async not in flight; fetching
323 silly cache add args [ 'mkdirp@0.5.0', null ]
324 verbose cache add spec mkdirp@0.5.0
325 silly cache add parsed spec { raw: 'mkdirp@0.5.0',
325 silly cache add scope: null,
325 silly cache add name: 'mkdirp',
325 silly cache add rawSpec: '0.5.0',
325 silly cache add spec: '0.5.0',
325 silly cache add type: 'version' }
326 silly addNamed mkdirp@0.5.0
327 verbose addNamed "0.5.0" is a plain semver version for mkdirp
328 silly mapToRegistry name mkdirp
329 silly mapToRegistry using default registry
330 silly mapToRegistry registry https://registry.npmjs.org/
331 silly mapToRegistry uri https://registry.npmjs.org/mkdirp
332 verbose addNameVersion registry:https://registry.npmjs.org/mkdirp already in flight; waiting
333 silly cache add args [ 'concat-stream@^1.4.6', null ]
334 verbose cache add spec concat-stream@^1.4.6
335 silly cache add parsed spec { raw: 'concat-stream@^1.4.6',
335 silly cache add scope: null,
335 silly cache add name: 'concat-stream',
335 silly cache add rawSpec: '^1.4.6',
335 silly cache add spec: '>=1.4.6 <2.0.0',
335 silly cache add type: 'range' }
336 silly addNamed concat-stream@>=1.4.6 <2.0.0
337 verbose addNamed ">=1.4.6 <2.0.0" is a valid semver range for concat-stream
338 silly addNameRange { name: 'concat-stream',
338 silly addNameRange range: '>=1.4.6 <2.0.0',
338 silly addNameRange hasData: false }
339 silly mapToRegistry name concat-stream
340 silly mapToRegistry using default registry
341 silly mapToRegistry registry https://registry.npmjs.org/
342 silly mapToRegistry uri https://registry.npmjs.org/concat-stream
343 verbose addNameRange registry:https://registry.npmjs.org/concat-stream not in flight; fetching
344 silly cache add args [ 'through2@0.6.3', null ]
345 verbose cache add spec through2@0.6.3
346 silly cache add parsed spec { raw: 'through2@0.6.3',
346 silly cache add scope: null,
346 silly cache add name: 'through2',
346 silly cache add rawSpec: '0.6.3',
346 silly cache add spec: '0.6.3',
346 silly cache add type: 'version' }
347 silly addNamed through2@0.6.3
348 verbose addNamed "0.6.3" is a plain semver version for through2
349 silly mapToRegistry name through2
350 silly mapToRegistry using default registry
351 silly mapToRegistry registry https://registry.npmjs.org/
352 silly mapToRegistry uri https://registry.npmjs.org/through2
353 verbose addNameVersion registry:https://registry.npmjs.org/through2 not in flight; fetching
354 silly cache add args [ 'yauzl@^2.1.0', null ]
355 verbose cache add spec yauzl@^2.1.0
356 silly cache add parsed spec { raw: 'yauzl@^2.1.0',
356 silly cache add scope: null,
356 silly cache add name: 'yauzl',
356 silly cache add rawSpec: '^2.1.0',
356 silly cache add spec: '>=2.1.0 <3.0.0',
356 silly cache add type: 'range' }
357 silly addNamed yauzl@>=2.1.0 <3.0.0
358 verbose addNamed ">=2.1.0 <3.0.0" is a valid semver range for yauzl
359 silly addNameRange { name: 'yauzl', range: '>=2.1.0 <3.0.0', hasData: false }
360 silly mapToRegistry name yauzl
361 silly mapToRegistry using default registry
362 silly mapToRegistry registry https://registry.npmjs.org/
363 silly mapToRegistry uri https://registry.npmjs.org/yauzl
364 verbose addNameRange registry:https://registry.npmjs.org/yauzl not in flight; fetching
365 verbose request uri https://registry.npmjs.org/debug
366 verbose request no auth needed
367 info attempt registry request try #1 at 12:29:04
368 verbose request using bearer token for auth
369 verbose etag "4TI5GZQVVBVY6XWG0ED4PPHW1"
370 http request GET https://registry.npmjs.org/debug
371 verbose request uri https://registry.npmjs.org/minimist
372 verbose request no auth needed
373 info attempt registry request try #1 at 12:29:04
374 verbose request using bearer token for auth
375 verbose etag "CYKLIFIGVU090UDJH8V0T2IY2"
376 http request GET https://registry.npmjs.org/minimist
377 verbose request uri https://registry.npmjs.org/concat-stream
378 verbose request no auth needed
379 info attempt registry request try #1 at 12:29:04
380 verbose request using bearer token for auth
381 verbose etag "CA69Y197KMQKDA3NHAHIZYBRY"
382 http request GET https://registry.npmjs.org/concat-stream
383 verbose request uri https://registry.npmjs.org/through2
384 verbose request no auth needed
385 info attempt registry request try #1 at 12:29:04
386 verbose request using bearer token for auth
387 verbose etag "AI5124E73HLNIG9DH40LTMXA"
388 http request GET https://registry.npmjs.org/through2
389 verbose request uri https://registry.npmjs.org/yauzl
390 verbose request no auth needed
391 info attempt registry request try #1 at 12:29:04
392 verbose request using bearer token for auth
393 verbose etag "D81M57IFKJWT1FLL1EEB0C67C"
394 http request GET https://registry.npmjs.org/yauzl
395 verbose request uri https://registry.npmjs.org/async
396 verbose request no auth needed
397 info attempt registry request try #1 at 12:29:04
398 verbose request using bearer token for auth
399 verbose etag "8OCZDL38UUIIUGZGF4YQZNLZC"
400 http request GET https://registry.npmjs.org/async
401 http 304 https://registry.npmjs.org/home-path
402 silly get cb [ 304,
402 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
402 silly get etag: '"2UZS9SDG17ULV1JGIM2LDXZM1"',
402 silly get 'cache-control': 'max-age=60',
402 silly get 'accept-ranges': 'bytes',
402 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
402 silly get via: '1.1 varnish',
402 silly get connection: 'keep-alive',
402 silly get 'x-served-by': 'cache-mel6522-MEL',
402 silly get 'x-cache': 'MISS',
402 silly get 'x-cache-hits': '0',
402 silly get 'x-timer': 'S1437704945.303768,VS0,VE206' } ]
403 verbose etag https://registry.npmjs.org/home-path from cache
404 verbose get saving home-path to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\home-path\.cache.json
405 silly addNameRange number 2 { name: 'home-path', range: '>=0.1.1 <0.2.0', hasData: true }
406 silly addNameRange versions [ 'home-path', [ '0.1.0', '0.1.1', '0.1.2', '1.0.0' ] ]
407 silly addNamed home-path@0.1.2
408 verbose addNamed "0.1.2" is a plain semver version for home-path
409 silly cache afterAdd home-path@0.1.2
410 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\home-path\0.1.2\package\package.json not in flight; writing
411 http 304 https://registry.npmjs.org/nugget
412 silly get cb [ 304,
412 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
412 silly get etag: '"3H5V8O409KFFZ78WKY5KLCGVX"',
412 silly get 'cache-control': 'max-age=60',
412 silly get 'accept-ranges': 'bytes',
412 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
412 silly get via: '1.1 varnish',
412 silly get connection: 'keep-alive',
412 silly get 'x-served-by': 'cache-mel6522-MEL',
412 silly get 'x-cache': 'MISS',
412 silly get 'x-cache-hits': '0',
412 silly get 'x-timer': 'S1437704945.322265,VS0,VE205' } ]
413 verbose etag https://registry.npmjs.org/nugget from cache
414 verbose get saving nugget to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\nugget\.cache.json
415 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\home-path\0.1.2\package\package.json written
416 http 304 https://registry.npmjs.org/mkdirp
417 silly get cb [ 304,
417 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
417 silly get etag: '"96Z2GFEAI57S2ZQCRG0T5EXIB"',
417 silly get 'cache-control': 'max-age=60',
417 silly get 'accept-ranges': 'bytes',
417 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
417 silly get via: '1.1 varnish',
417 silly get connection: 'keep-alive',
417 silly get 'x-served-by': 'cache-mel6521-MEL',
417 silly get 'x-cache': 'MISS',
417 silly get 'x-cache-hits': '0',
417 silly get 'x-timer': 'S1437704945.313029,VS0,VE210' } ]
418 verbose etag https://registry.npmjs.org/mkdirp from cache
419 verbose get saving mkdirp to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\mkdirp\.cache.json
420 silly addNameRange number 2 { name: 'nugget', range: '>=1.5.1 <2.0.0', hasData: true }
421 silly addNameRange versions [ 'nugget',
421 silly addNameRange [ '1.0.0',
421 silly addNameRange '1.1.0',
421 silly addNameRange '1.1.1',
421 silly addNameRange '1.1.2',
421 silly addNameRange '1.1.3',
421 silly addNameRange '1.2.0',
421 silly addNameRange '1.3.0',
421 silly addNameRange '1.4.0',
421 silly addNameRange '1.4.1',
421 silly addNameRange '1.5.0',
421 silly addNameRange '1.5.1',
421 silly addNameRange '1.5.2' ] ]
422 silly addNamed nugget@1.5.2
423 verbose addNamed "1.5.2" is a plain semver version for nugget
424 silly addNameRange number 2 { name: 'mkdirp', range: '>=0.5.0 <0.6.0', hasData: true }
425 silly addNameRange versions [ 'mkdirp',
425 silly addNameRange [ '0.0.1',
425 silly addNameRange '0.0.2',
425 silly addNameRange '0.0.3',
425 silly addNameRange '0.0.4',
425 silly addNameRange '0.0.5',
425 silly addNameRange '0.0.6',
425 silly addNameRange '0.0.7',
425 silly addNameRange '0.1.0',
425 silly addNameRange '0.2.0',
425 silly addNameRange '0.2.1',
425 silly addNameRange '0.2.2',
425 silly addNameRange '0.3.0',
425 silly addNameRange '0.3.1',
425 silly addNameRange '0.3.2',
425 silly addNameRange '0.3.3',
425 silly addNameRange '0.3.4',
425 silly addNameRange '0.3.5',
425 silly addNameRange '0.4.0',
425 silly addNameRange '0.4.1',
425 silly addNameRange '0.4.2',
425 silly addNameRange '0.5.0',
425 silly addNameRange '0.5.1' ] ]
426 silly addNamed mkdirp@0.5.1
427 verbose addNamed "0.5.1" is a plain semver version for mkdirp
428 silly cache afterAdd mkdirp@0.5.1
429 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.1\package\package.json not in flight; writing
430 silly cache afterAdd nugget@1.5.2
431 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\nugget\1.5.2\package\package.json not in flight; writing
432 silly cache afterAdd mkdirp@0.5.0
433 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.0\package\package.json not in flight; writing
434 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.1\package\package.json written
435 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\nugget\1.5.2\package\package.json written
436 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.0\package\package.json written
437 http 304 https://registry.npmjs.org/mv
438 silly get cb [ 304,
438 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
438 silly get etag: '"85J7K7K4JNOIOZVBIWJV3UNP1"',
438 silly get 'cache-control': 'max-age=60',
438 silly get 'accept-ranges': 'bytes',
438 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
438 silly get via: '1.1 varnish',
438 silly get connection: 'keep-alive',
438 silly get 'x-served-by': 'cache-mel6523-MEL',
438 silly get 'x-cache': 'MISS',
438 silly get 'x-cache-hits': '0',
438 silly get 'x-timer': 'S1437704945.326484,VS0,VE242' } ]
439 verbose etag https://registry.npmjs.org/mv from cache
440 verbose get saving mv to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\mv\.cache.json
441 http 304 https://registry.npmjs.org/path-exists
442 silly get cb [ 304,
442 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
442 silly get etag: '"BQA3IT61DYBK4TJLBN14WQW5R"',
442 silly get 'cache-control': 'max-age=60',
442 silly get 'accept-ranges': 'bytes',
442 silly get date: 'Fri, 24 Jul 2015 02:29:05 GMT',
442 silly get via: '1.1 varnish',
442 silly get connection: 'keep-alive',
442 silly get 'x-served-by': 'cache-mel6521-MEL',
442 silly get 'x-cache': 'MISS',
442 silly get 'x-cache-hits': '0',
442 silly get 'x-timer': 'S1437704945.328281,VS0,VE239' } ]
443 verbose etag https://registry.npmjs.org/path-exists from cache
444 verbose get saving path-exists to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\path-exists\.cache.json
445 silly addNameRange number 2 { name: 'mv', range: '>=2.0.3 <3.0.0', hasData: true }
446 silly addNameRange versions [ 'mv',
446 silly addNameRange [ '0.0.1',
446 silly addNameRange '0.0.2',
446 silly addNameRange '0.0.3',
446 silly addNameRange '0.0.4',
446 silly addNameRange '0.0.5',
446 silly addNameRange '1.0.0',
446 silly addNameRange '2.0.0',
446 silly addNameRange '2.0.1',
446 silly addNameRange '2.0.2',
446 silly addNameRange '2.0.3',
446 silly addNameRange '2.1.0',
446 silly addNameRange '2.1.1' ] ]
447 silly addNamed mv@2.1.1
448 verbose addNamed "2.1.1" is a plain semver version for mv
449 silly cache afterAdd mv@2.1.1
450 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mv\2.1.1\package\package.json not in flight; writing
451 silly addNameRange number 2 { name: 'path-exists', range: '>=1.0.0 <2.0.0', hasData: true }
452 silly addNameRange versions [ 'path-exists', [ '1.0.0' ] ]
453 silly addNamed path-exists@1.0.0
454 verbose addNamed "1.0.0" is a plain semver version for path-exists
455 silly cache afterAdd path-exists@1.0.0
456 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\path-exists\1.0.0\package\package.json not in flight; writing
457 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mv\2.1.1\package\package.json written
458 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\path-exists\1.0.0\package\package.json written
459 silly install resolved [ { name: 'home-path',
459 silly install resolved author: { name: 'Lloyd Brookes', email: '75pound@gmail.com' },
459 silly install resolved version: '0.1.2',
459 silly install resolved description: 'Cross-platform home directory retriever',
459 silly install resolved repository:
459 silly install resolved { type: 'git',
459 silly install resolved url: 'git+https://github.com/75lb/home-path.git' },
459 silly install resolved license: 'MIT',
459 silly install resolved main: './lib/home-path.js',
459 silly install resolved keywords: [ 'home', 'directory', 'folder', 'path' ],
459 silly install resolved scripts:
459 silly install resolved { test: 'tape test/*.js',
459 silly install resolved lint: 'jshint lib/*.js test/*.js; echo',
459 silly install resolved docs: 'jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo' },
459 silly install resolved devDependencies: { 'jsdoc-to-markdown': '^1.1.1', tape: '^4' },
459 silly install resolved gitHead: '3e0aa393e5ed457825ee9b65c319a01289903b2f',
459 silly install resolved bugs: { url: 'https://github.com/75lb/home-path/issues' },
459 silly install resolved homepage: 'https://github.com/75lb/home-path#readme',
459 silly install resolved _id: 'home-path@0.1.2',
459 silly install resolved _shasum: '3db26ca23adc144feea8f1e2d7c8f6c890cbfe2a',
459 silly install resolved _from: 'home-path@>=0.1.1 <0.2.0',
459 silly install resolved _npmVersion: '2.9.0',
459 silly install resolved _nodeVersion: '0.12.2',
459 silly install resolved _npmUser: { name: '75lb', email: '75pound@gmail.com' },
459 silly install resolved dist:
459 silly install resolved { shasum: '3db26ca23adc144feea8f1e2d7c8f6c890cbfe2a',
459 silly install resolved tarball: 'http://registry.npmjs.org/home-path/-/home-path-0.1.2.tgz' },
459 silly install resolved maintainers: [ [Object] ],
459 silly install resolved directories: {},
459 silly install resolved _resolved: 'https://registry.npmjs.org/home-path/-/home-path-0.1.2.tgz',
459 silly install resolved readme: 'ERROR: No README data found!' },
459 silly install resolved { name: 'mkdirp',
459 silly install resolved description: 'Recursively mkdir, like `mkdir -p`',
459 silly install resolved version: '0.5.1',
459 silly install resolved author:
459 silly install resolved { name: 'James Halliday',
459 silly install resolved email: 'mail@substack.net',
459 silly install resolved url: 'http://substack.net' },
459 silly install resolved main: 'index.js',
459 silly install resolved keywords: [ 'mkdir', 'directory' ],
459 silly install resolved repository:
459 silly install resolved { type: 'git',
459 silly install resolved url: 'git+https://github.com/substack/node-mkdirp.git' },
459 silly install resolved scripts: { test: 'tap test/*.js' },
459 silly install resolved dependencies: { minimist: '0.0.8' },
459 silly install resolved devDependencies: { tap: '1', 'mock-fs': '2 >=2.7.0' },
459 silly install resolved bin: { mkdirp: 'bin/cmd.js' },
459 silly install resolved license: 'MIT',
459 silly install resolved readme: '# mkdirp\n\nLike `mkdir -p`, but in node.js!\n\n[![build status](https://secure.travis-ci.org/substack/node-mkdirp.png)](http://travis-ci.org/substack/node-mkdirp)\n\n# example\n\n## pow.js\n\n```js\nvar mkdirp = require(\'mkdirp\');\n \nmkdirp(\'/tmp/foo/bar/baz\', function (err) {\n if (err) console.error(err)\n else console.log(\'pow!\')\n});\n```\n\nOutput\n\n```\npow!\n```\n\nAnd now /tmp/foo/bar/baz exists, huzzah!\n\n# methods\n\n```js\nvar mkdirp = require(\'mkdirp\');\n```\n\n## mkdirp(dir, opts, cb)\n\nCreate a new directory and any necessary subdirectories at `dir` with octal\npermission string `opts.mode`. If `opts` is a non-object, it will be treated as\nthe `opts.mode`.\n\nIf `opts.mode` isn\'t specified, it defaults to `0777 & (~process.umask())`.\n\n`cb(err, made)` fires with the error or the first directory `made`\nthat had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdir(path, mode, cb)` and\n`opts.fs.stat(path, cb)`.\n\n## mkdirp.sync(dir, opts)\n\nSynchronously create a new directory and any necessary subdirectories at `dir`\nwith octal permission string `opts.mode`. If `opts` is a non-object, it will be\ntreated as the `opts.mode`.\n\nIf `opts.mode` isn\'t specified, it defaults to `0777 & (~process.umask())`.\n\nReturns the first directory that had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` and\n`opts.fs.statSync(path)`.\n\n# usage\n\nThis package also ships with a `mkdirp` command.\n\n```\nusage: mkdirp [DIR1,DIR2..] {OPTIONS}\n\n Create each supplied directory including any necessary parent directories that\n don\'t yet exist.\n \n If the directory already exists, do nothing.\n\nOPTIONS are:\n\n -m, --mode If a directory needs to be created, set the mode as an octal\n permission string.\n\n```\n\n# install\n\nWith [npm](http://npmjs.org) do:\n\n```\nnpm install mkdirp\n```\n\nto get the library, or\n\n```\nnpm install -g mkdirp\n```\n\nto get the command.\n\n# license\n\nMIT\n',
459 silly install resolved readmeFilename: 'readme.markdown',
459 silly install resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
459 silly install resolved homepage: 'https://github.com/substack/node-mkdirp#readme',
459 silly install resolved _id: 'mkdirp@0.5.1',
459 silly install resolved _from: 'mkdirp@>=0.5.0 <0.6.0' },
459 silly install resolved { name: 'nugget',
459 silly install resolved version: '1.5.2',
459 silly install resolved description: 'minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory',
459 silly install resolved main: 'index.js',
459 silly install resolved bin: { nugget: 'bin.js' },
459 silly install resolved scripts: { test: 'tape test/*.js' },
459 silly install resolved author: { name: 'max ogden' },
459 silly install resolved license: 'BSD',
459 silly install resolved dependencies:
459 silly install resolved { debug: '^2.1.3',
459 silly install resolved minimist: '^1.1.0',
459 silly install resolved 'pretty-bytes': '^1.0.2',
459 silly install resolved 'progress-stream': '^1.1.0',
459 silly install resolved request: '^2.45.0',
459 silly install resolved 'single-line-log': '^0.4.1',
459 silly install resolved throttleit: '0.0.2' },
459 silly install resolved devDependencies: { tape: '^3.0.1' },
459 silly install resolved directories: { test: 'test' },
459 silly install resolved repository: { type: 'git', url: 'git://github.com/maxogden/nugget.git' },
459 silly install resolved bugs: { url: 'https://github.com/maxogden/nugget/issues' },
459 silly install resolved homepage: 'https://github.com/maxogden/nugget',
459 silly install resolved gitHead: '2972f17515c936982a94033407deeaeb56d74576',
459 silly install resolved _id: 'nugget@1.5.2',
459 silly install resolved _shasum: '33c9d8c9a30a91c3c6bb678d6becc0825ddde735',
459 silly install resolved _from: 'nugget@>=1.5.1 <2.0.0',
459 silly install resolved _npmVersion: '2.9.0',
459 silly install resolved _nodeVersion: '2.0.0',
459 silly install resolved _npmUser: { name: 'maxogden', email: 'max@maxogden.com' },
459 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
459 silly install resolved dist:
459 silly install resolved { shasum: '33c9d8c9a30a91c3c6bb678d6becc0825ddde735',
459 silly install resolved tarball: 'http://registry.npmjs.org/nugget/-/nugget-1.5.2.tgz' },
459 silly install resolved _resolved: 'https://registry.npmjs.org/nugget/-/nugget-1.5.2.tgz',
459 silly install resolved readme: 'ERROR: No README data found!' },
459 silly install resolved { name: 'mv',
459 silly install resolved version: '2.1.1',
459 silly install resolved description: 'fs.rename but works across devices. same as the unix utility \'mv\'',
459 silly install resolved main: 'index.js',
459 silly install resolved scripts: { test: 'mocha test/test.js --reporter spec' },
459 silly install resolved repository: { type: 'git', url: 'git://github.com/andrewrk/node-mv.git' },
459 silly install resolved keywords: [ 'mv', 'move', 'rename', 'device', 'recursive', 'folder' ],
459 silly install resolved author: { name: 'Andrew Kelley' },
459 silly install resolved license: 'MIT',
459 silly install resolved engines: { node: '>=0.8.0' },
459 silly install resolved devDependencies: { mocha: '~2.2.5' },
459 silly install resolved dependencies: { mkdirp: '~0.5.1', ncp: '~2.0.0', rimraf: '~2.4.0' },
459 silly install resolved bugs: { url: 'https://github.com/andrewrk/node-mv/issues' },
459 silly install resolved homepage: 'https://github.com/andrewrk/node-mv',
459 silly install resolved directories: { test: 'test' },
459 silly install resolved gitHead: '645d8f4c783abf84204be704098fdd41f36ab195',
459 silly install resolved _id: 'mv@2.1.1',
459 silly install resolved _shasum: 'ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2',
459 silly install resolved _from: 'mv@>=2.0.3 <3.0.0',
459 silly install resolved _npmVersion: '2.5.1',
459 silly install resolved _nodeVersion: '0.12.0',
459 silly install resolved _npmUser: { name: 'superjoe', email: 'superjoe30@gmail.com' },
459 silly install resolved dist:
459 silly install resolved { shasum: 'ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2',
459 silly install resolved tarball: 'http://registry.npmjs.org/mv/-/mv-2.1.1.tgz' },
459 silly install resolved maintainers: [ [Object] ],
459 silly install resolved _resolved: 'https://registry.npmjs.org/mv/-/mv-2.1.1.tgz',
459 silly install resolved readme: 'ERROR: No README data found!' },
459 silly install resolved { name: 'path-exists',
459 silly install resolved version: '1.0.0',
459 silly install resolved description: 'Check if a path exists',
459 silly install resolved license: 'MIT',
459 silly install resolved repository:
459 silly install resolved { type: 'git',
459 silly install resolved url: 'git+https://github.com/sindresorhus/path-exists.git' },
459 silly install resolved author:
459 silly install resolved { name: 'Sindre Sorhus',
459 silly install resolved email: 'sindresorhus@gmail.com',
459 silly install resolved url: 'sindresorhus.com' },
459 silly install resolved engines: { node: '>=0.10.0' },
459 silly install resolved scripts: { test: 'node test.js' },
459 silly install resolved files: [ 'index.js' ],
459 silly install resolved keywords:
459 silly install resolved [ 'path',
459 silly install resolved 'exists',
459 silly install resolved 'exist',
459 silly install resolved 'file',
459 silly install resolved 'filepath',
459 silly install resolved 'fs',
459 silly install resolved 'filesystem',
459 silly install resolved 'file-system',
459 silly install resolved 'access',
459 silly install resolved 'stat' ],
459 silly install resolved devDependencies: { ava: '0.0.4' },
459 silly install resolved gitHead: 'be563ef9f750ec4fcbd5cc77603c869bdee05658',
459 silly install resolved bugs: { url: 'https://github.com/sindresorhus/path-exists/issues' },
459 silly install resolved homepage: 'https://github.com/sindresorhus/path-exists',
459 silly install resolved _id: 'path-exists@1.0.0',
459 silly install resolved _shasum: 'd5a8998eb71ef37a74c34eb0d9eba6e878eea081',
459 silly install resolved _from: 'path-exists@>=1.0.0 <2.0.0',
459 silly install resolved _npmVersion: '2.7.4',
459 silly install resolved _nodeVersion: '0.12.2',
459 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
459 silly install resolved dist:
459 silly install resolved { shasum: 'd5a8998eb71ef37a74c34eb0d9eba6e878eea081',
459 silly install resolved tarball: 'http://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz' },
459 silly install resolved maintainers: [ [Object] ],
459 silly install resolved directories: {},
459 silly install resolved _resolved: 'https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz',
459 silly install resolved readme: 'ERROR: No README data found!' } ]
460 info install home-path@0.1.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
461 info install mkdirp@0.5.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
462 info install nugget@1.5.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
463 info install mv@2.1.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
464 info install path-exists@1.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download
465 info installOne home-path@0.1.2
466 verbose installOne of home-path to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download not in flight; installing
467 info installOne mkdirp@0.5.1
468 verbose installOne of mkdirp to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download not in flight; installing
469 info installOne nugget@1.5.2
470 verbose installOne of nugget to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download not in flight; installing
471 info installOne mv@2.1.1
472 verbose installOne of mv to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download not in flight; installing
473 info installOne path-exists@1.0.0
474 verbose installOne of path-exists to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download not in flight; installing
475 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\home-path-0edf8e6db54fe39f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
476 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mkdirp-2d053ec440c08aaf.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
477 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\nugget-8d91ca8831a33956.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
478 silly install write writing home-path 0.1.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
479 silly install write writing mkdirp 0.5.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
480 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mv-f7812c6446234cae.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
481 silly install write writing nugget 1.5.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
482 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\path-exists-25b85f8f72e285ae.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
483 silly install write writing mv 2.1.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
484 silly install write writing path-exists 1.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
485 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
486 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
487 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
488 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path is being purged from base C:\Users\bas\AppData\Roaming\npm
489 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
490 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
491 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
492 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\home-path\0.1.2\package.tgz
493 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
494 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path is being purged
495 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
496 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp is being purged from base C:\Users\bas\AppData\Roaming\npm
497 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
498 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget is being purged from base C:\Users\bas\AppData\Roaming\npm
499 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
500 silly gunzTarPerm modes [ '777', '666' ]
501 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv is being purged from base C:\Users\bas\AppData\Roaming\npm
502 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
503 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists is being purged from base C:\Users\bas\AppData\Roaming\npm
504 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
505 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.1\package.tgz
506 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
507 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp is being purged
508 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
509 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\nugget\1.5.2\package.tgz
510 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
511 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget is being purged
512 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
513 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\mv\2.1.1\package.tgz
514 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
515 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv is being purged
516 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
517 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\path-exists\1.0.0\package.tgz
518 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
519 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists is being purged
520 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
521 silly gunzTarPerm modes [ '777', '666' ]
522 silly gunzTarPerm modes [ '777', '666' ]
523 silly gunzTarPerm modes [ '777', '666' ]
524 silly gunzTarPerm modes [ '777', '666' ]
525 silly gunzTarPerm extractEntry package.json
526 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
527 silly gunzTarPerm extractEntry package.json
528 silly gunzTarPerm extractEntry package.json
529 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
530 silly gunzTarPerm extractEntry package.json
531 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
532 silly gunzTarPerm extractEntry package.json
533 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
534 silly gunzTarPerm extractEntry .npmignore
535 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
536 silly gunzTarPerm extractEntry README.md
537 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
538 silly gunzTarPerm extractEntry LICENSE
539 silly gunzTarPerm extractEntry index.js
540 silly gunzTarPerm extractEntry .npmignore
541 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
542 silly gunzTarPerm extractEntry index.js
543 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
544 silly gunzTarPerm extractEntry .npmignore
545 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
546 silly gunzTarPerm extractEntry README.md
547 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
548 silly gunzTarPerm extractEntry index.js
549 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
550 silly gunzTarPerm extractEntry license
551 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
552 silly gunzTarPerm extractEntry LICENSE
553 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
554 silly gunzTarPerm extractEntry index.js
555 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
556 silly gunzTarPerm extractEntry .travis.yml
557 silly gunzTarPerm extractEntry bin/cmd.js
558 silly gunzTarPerm extractEntry readme.md
559 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
560 silly gunzTarPerm extractEntry bin.js
561 silly gunzTarPerm modified mode [ 'bin.js', 493, 511 ]
562 silly gunzTarPerm extractEntry collaborators.md
563 silly gunzTarPerm modified mode [ 'collaborators.md', 420, 438 ]
564 silly gunzTarPerm extractEntry LICENSE
565 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
566 silly gunzTarPerm extractEntry .jshintrc
567 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
568 silly gunzTarPerm extractEntry .travis.yml
569 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
570 silly gunzTarPerm extractEntry test/test.js
571 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
572 silly gunzTarPerm extractEntry jsdoc2md/README.hbs
573 silly gunzTarPerm modified mode [ 'jsdoc2md/README.hbs', 420, 438 ]
574 silly gunzTarPerm extractEntry lib/home-path.js
575 silly gunzTarPerm modified mode [ 'lib/home-path.js', 420, 438 ]
576 silly gunzTarPerm extractEntry multiple.png
577 silly gunzTarPerm modified mode [ 'multiple.png', 420, 438 ]
578 silly gunzTarPerm extractEntry readme.md
579 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
580 silly gunzTarPerm extractEntry .travis.yml
581 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
582 silly gunzTarPerm extractEntry test/resume.js
583 silly gunzTarPerm modified mode [ 'test/resume.js', 420, 438 ]
584 silly gunzTarPerm extractEntry test/test.js
585 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
586 silly gunzTarPerm extractEntry bin/usage.txt
587 silly gunzTarPerm extractEntry examples/pow.js
588 silly gunzTarPerm extractEntry test/a-file
589 silly gunzTarPerm modified mode [ 'test/a-file', 420, 438 ]
590 silly gunzTarPerm extractEntry test/a-folder/another-file
591 silly gunzTarPerm modified mode [ 'test/a-folder/another-file', 420, 438 ]
592 silly gunzTarPerm extractEntry test/a-folder/another-folder/file3
593 silly gunzTarPerm modified mode [ 'test/a-folder/another-folder/file3', 420, 438 ]
594 silly gunzTarPerm extractEntry .travis.yml
595 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
596 silly gunzTarPerm extractEntry test/test.js
597 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
598 silly gunzTarPerm extractEntry readme.markdown
599 silly gunzTarPerm extractEntry test/chmod.js
600 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists\package.json
601 silly gunzTarPerm extractEntry test/opts_fs_sync.js
602 info preinstall path-exists@1.0.0
603 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists\package.json
604 silly gunzTarPerm extractEntry test/perm.js
605 silly gunzTarPerm extractEntry test/perm_sync.js
606 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists\package.json
607 silly install resolved []
608 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
609 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
610 silly gunzTarPerm extractEntry test/opts_fs.js
611 silly gunzTarPerm extractEntry test/rel.js
612 info linkStuff path-exists@1.0.0
613 silly linkStuff path-exists@1.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules as its parent node_modules
614 silly linkStuff path-exists@1.0.0 is part of a global install
615 silly linkStuff path-exists@1.0.0 is installed into a global node_modules
616 verbose linkBins path-exists@1.0.0
617 verbose linkMans path-exists@1.0.0
618 verbose rebuildBundles path-exists@1.0.0
619 info install path-exists@1.0.0
620 info postinstall path-exists@1.0.0
621 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\path-exists-25b85f8f72e285ae.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\path-exists
622 silly gunzTarPerm extractEntry test/return.js
623 silly gunzTarPerm extractEntry test/return_sync.js
624 silly gunzTarPerm extractEntry test/root.js
625 silly gunzTarPerm extractEntry test/sync.js
626 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path\package.json
627 info preinstall home-path@0.1.2
628 silly gunzTarPerm extractEntry test/mkdirp.js
629 silly gunzTarPerm extractEntry test/umask.js
630 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path\package.json
631 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path\package.json
632 silly gunzTarPerm extractEntry test/clobber.js
633 silly gunzTarPerm extractEntry test/umask_sync.js
634 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\package.json
635 silly install resolved []
636 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
637 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
638 info linkStuff home-path@0.1.2
639 silly linkStuff home-path@0.1.2 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules as its parent node_modules
640 silly linkStuff home-path@0.1.2 is part of a global install
641 silly linkStuff home-path@0.1.2 is installed into a global node_modules
642 info preinstall mv@2.1.1
643 verbose linkBins home-path@0.1.2
644 verbose linkMans home-path@0.1.2
645 verbose rebuildBundles home-path@0.1.2
646 info install home-path@0.1.2
647 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\package.json
648 info postinstall home-path@0.1.2
649 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\home-path-0edf8e6db54fe39f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\home-path
650 silly prepareForInstallMany adding ncp@~2.0.0 from mv dependencies
651 silly prepareForInstallMany adding rimraf@~2.4.0 from mv dependencies
652 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\package.json
653 silly gunzTarPerm extractEntry test/race.js
654 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\package.json
655 info preinstall nugget@1.5.2
656 silly cache add args [ 'ncp@~2.0.0', null ]
657 verbose cache add spec ncp@~2.0.0
658 silly cache add args [ 'rimraf@~2.4.0', null ]
659 verbose cache add spec rimraf@~2.4.0
660 silly cache add parsed spec { raw: 'ncp@~2.0.0',
660 silly cache add scope: null,
660 silly cache add name: 'ncp',
660 silly cache add rawSpec: '~2.0.0',
660 silly cache add spec: '>=2.0.0 <2.1.0',
660 silly cache add type: 'range' }
661 silly addNamed ncp@>=2.0.0 <2.1.0
662 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for ncp
663 silly addNameRange { name: 'ncp', range: '>=2.0.0 <2.1.0', hasData: false }
664 silly mapToRegistry name ncp
665 silly mapToRegistry using default registry
666 silly mapToRegistry registry https://registry.npmjs.org/
667 silly mapToRegistry uri https://registry.npmjs.org/ncp
668 verbose addNameRange registry:https://registry.npmjs.org/ncp not in flight; fetching
669 silly cache add parsed spec { raw: 'rimraf@~2.4.0',
669 silly cache add scope: null,
669 silly cache add name: 'rimraf',
669 silly cache add rawSpec: '~2.4.0',
669 silly cache add spec: '>=2.4.0 <2.5.0',
669 silly cache add type: 'range' }
670 silly addNamed rimraf@>=2.4.0 <2.5.0
671 verbose addNamed ">=2.4.0 <2.5.0" is a valid semver range for rimraf
672 silly addNameRange { name: 'rimraf', range: '>=2.4.0 <2.5.0', hasData: false }
673 silly mapToRegistry name rimraf
674 silly mapToRegistry using default registry
675 silly mapToRegistry registry https://registry.npmjs.org/
676 silly mapToRegistry uri https://registry.npmjs.org/rimraf
677 verbose addNameRange registry:https://registry.npmjs.org/rimraf not in flight; fetching
678 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\package.json
679 verbose request uri https://registry.npmjs.org/ncp
680 verbose request no auth needed
681 info attempt registry request try #1 at 12:29:05
682 verbose request using bearer token for auth
683 verbose etag "76MTWSYLEKGEBAHCZHF1A0J97"
684 http request GET https://registry.npmjs.org/ncp
685 verbose request uri https://registry.npmjs.org/rimraf
686 verbose request no auth needed
687 info attempt registry request try #1 at 12:29:05
688 verbose request using bearer token for auth
689 verbose etag "JZ9PHHKWF25TY3AWNOJVDNM0"
690 http request GET https://registry.npmjs.org/rimraf
691 silly prepareForInstallMany adding debug@^2.1.3 from nugget dependencies
692 silly prepareForInstallMany adding minimist@^1.1.0 from nugget dependencies
693 silly prepareForInstallMany adding pretty-bytes@^1.0.2 from nugget dependencies
694 silly prepareForInstallMany adding progress-stream@^1.1.0 from nugget dependencies
695 silly prepareForInstallMany adding request@^2.45.0 from nugget dependencies
696 silly prepareForInstallMany adding single-line-log@^0.4.1 from nugget dependencies
697 silly prepareForInstallMany adding throttleit@0.0.2 from nugget dependencies
698 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\package.json
699 silly cache add args [ 'debug@^2.1.3', null ]
700 verbose cache add spec debug@^2.1.3
701 silly cache add args [ 'minimist@^1.1.0', null ]
702 verbose cache add spec minimist@^1.1.0
703 silly cache add parsed spec { raw: 'debug@^2.1.3',
703 silly cache add scope: null,
703 silly cache add name: 'debug',
703 silly cache add rawSpec: '^2.1.3',
703 silly cache add spec: '>=2.1.3 <3.0.0',
703 silly cache add type: 'range' }
704 silly addNamed debug@>=2.1.3 <3.0.0
705 verbose addNamed ">=2.1.3 <3.0.0" is a valid semver range for debug
706 silly addNameRange { name: 'debug', range: '>=2.1.3 <3.0.0', hasData: false }
707 silly mapToRegistry name debug
708 silly mapToRegistry using default registry
709 silly mapToRegistry registry https://registry.npmjs.org/
710 silly mapToRegistry uri https://registry.npmjs.org/debug
711 verbose addNameRange registry:https://registry.npmjs.org/debug already in flight; waiting
712 silly cache add parsed spec { raw: 'minimist@^1.1.0',
712 silly cache add scope: null,
712 silly cache add name: 'minimist',
712 silly cache add rawSpec: '^1.1.0',
712 silly cache add spec: '>=1.1.0 <2.0.0',
712 silly cache add type: 'range' }
713 silly addNamed minimist@>=1.1.0 <2.0.0
714 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
715 silly addNameRange { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: false }
716 silly mapToRegistry name minimist
717 silly mapToRegistry using default registry
718 silly mapToRegistry registry https://registry.npmjs.org/
719 silly mapToRegistry uri https://registry.npmjs.org/minimist
720 verbose addNameRange registry:https://registry.npmjs.org/minimist already in flight; waiting
721 silly cache add args [ 'pretty-bytes@^1.0.2', null ]
722 verbose cache add spec pretty-bytes@^1.0.2
723 silly cache add parsed spec { raw: 'pretty-bytes@^1.0.2',
723 silly cache add scope: null,
723 silly cache add name: 'pretty-bytes',
723 silly cache add rawSpec: '^1.0.2',
723 silly cache add spec: '>=1.0.2 <2.0.0',
723 silly cache add type: 'range' }
724 silly addNamed pretty-bytes@>=1.0.2 <2.0.0
725 verbose addNamed ">=1.0.2 <2.0.0" is a valid semver range for pretty-bytes
726 silly addNameRange { name: 'pretty-bytes', range: '>=1.0.2 <2.0.0', hasData: false }
727 silly mapToRegistry name pretty-bytes
728 silly mapToRegistry using default registry
729 silly mapToRegistry registry https://registry.npmjs.org/
730 silly mapToRegistry uri https://registry.npmjs.org/pretty-bytes
731 verbose addNameRange registry:https://registry.npmjs.org/pretty-bytes not in flight; fetching
732 silly cache add args [ 'progress-stream@^1.1.0', null ]
733 verbose cache add spec progress-stream@^1.1.0
734 silly cache add parsed spec { raw: 'progress-stream@^1.1.0',
734 silly cache add scope: null,
734 silly cache add name: 'progress-stream',
734 silly cache add rawSpec: '^1.1.0',
734 silly cache add spec: '>=1.1.0 <2.0.0',
734 silly cache add type: 'range' }
735 silly addNamed progress-stream@>=1.1.0 <2.0.0
736 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for progress-stream
737 silly addNameRange { name: 'progress-stream',
737 silly addNameRange range: '>=1.1.0 <2.0.0',
737 silly addNameRange hasData: false }
738 silly mapToRegistry name progress-stream
739 silly mapToRegistry using default registry
740 silly mapToRegistry registry https://registry.npmjs.org/
741 silly mapToRegistry uri https://registry.npmjs.org/progress-stream
742 verbose addNameRange registry:https://registry.npmjs.org/progress-stream not in flight; fetching
743 silly cache add args [ 'request@^2.45.0', null ]
744 verbose cache add spec request@^2.45.0
745 silly cache add parsed spec { raw: 'request@^2.45.0',
745 silly cache add scope: null,
745 silly cache add name: 'request',
745 silly cache add rawSpec: '^2.45.0',
745 silly cache add spec: '>=2.45.0 <3.0.0',
745 silly cache add type: 'range' }
746 silly addNamed request@>=2.45.0 <3.0.0
747 verbose addNamed ">=2.45.0 <3.0.0" is a valid semver range for request
748 silly addNameRange { name: 'request', range: '>=2.45.0 <3.0.0', hasData: false }
749 silly mapToRegistry name request
750 silly mapToRegistry using default registry
751 silly mapToRegistry registry https://registry.npmjs.org/
752 silly mapToRegistry uri https://registry.npmjs.org/request
753 verbose addNameRange registry:https://registry.npmjs.org/request not in flight; fetching
754 silly cache add args [ 'single-line-log@^0.4.1', null ]
755 verbose cache add spec single-line-log@^0.4.1
756 silly cache add parsed spec { raw: 'single-line-log@^0.4.1',
756 silly cache add scope: null,
756 silly cache add name: 'single-line-log',
756 silly cache add rawSpec: '^0.4.1',
756 silly cache add spec: '>=0.4.1 <0.5.0',
756 silly cache add type: 'range' }
757 silly addNamed single-line-log@>=0.4.1 <0.5.0
758 verbose addNamed ">=0.4.1 <0.5.0" is a valid semver range for single-line-log
759 silly addNameRange { name: 'single-line-log',
759 silly addNameRange range: '>=0.4.1 <0.5.0',
759 silly addNameRange hasData: false }
760 silly mapToRegistry name single-line-log
761 silly mapToRegistry using default registry
762 silly mapToRegistry registry https://registry.npmjs.org/
763 silly mapToRegistry uri https://registry.npmjs.org/single-line-log
764 verbose addNameRange registry:https://registry.npmjs.org/single-line-log not in flight; fetching
765 verbose request uri https://registry.npmjs.org/pretty-bytes
766 verbose request no auth needed
767 info attempt registry request try #1 at 12:29:05
768 verbose request using bearer token for auth
769 verbose etag "9NQFN5HT5P6Y63CUUQLMVV68C"
770 http request GET https://registry.npmjs.org/pretty-bytes
771 verbose request uri https://registry.npmjs.org/progress-stream
772 verbose request no auth needed
773 info attempt registry request try #1 at 12:29:05
774 verbose request using bearer token for auth
775 verbose etag "44QJ8MNM1GZICZHE46M8599YV"
776 http request GET https://registry.npmjs.org/progress-stream
777 silly cache add args [ 'throttleit@0.0.2', null ]
778 verbose cache add spec throttleit@0.0.2
779 silly cache add parsed spec { raw: 'throttleit@0.0.2',
779 silly cache add scope: null,
779 silly cache add name: 'throttleit',
779 silly cache add rawSpec: '0.0.2',
779 silly cache add spec: '0.0.2',
779 silly cache add type: 'version' }
780 silly addNamed throttleit@0.0.2
781 verbose addNamed "0.0.2" is a plain semver version for throttleit
782 silly mapToRegistry name throttleit
783 silly mapToRegistry using default registry
784 silly mapToRegistry registry https://registry.npmjs.org/
785 silly mapToRegistry uri https://registry.npmjs.org/throttleit
786 verbose addNameVersion registry:https://registry.npmjs.org/throttleit not in flight; fetching
787 verbose request uri https://registry.npmjs.org/request
788 verbose request no auth needed
789 info attempt registry request try #1 at 12:29:05
790 verbose request using bearer token for auth
791 verbose etag "B0S15DZ5415U6SD5I1Y4H8C98"
792 http request GET https://registry.npmjs.org/request
793 verbose request uri https://registry.npmjs.org/single-line-log
794 verbose request no auth needed
795 info attempt registry request try #1 at 12:29:05
796 verbose request using bearer token for auth
797 verbose etag "5OD5I5GDMHCPETPZ7SIWPUIF7"
798 http request GET https://registry.npmjs.org/single-line-log
799 verbose request uri https://registry.npmjs.org/throttleit
800 verbose request no auth needed
801 info attempt registry request try #1 at 12:29:05
802 verbose request using bearer token for auth
803 verbose etag "UMK4VPH5LL1TEYXMN61ZEAGL"
804 http request GET https://registry.npmjs.org/throttleit
805 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\package.json
806 info preinstall mkdirp@0.5.1
807 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\package.json
808 silly prepareForInstallMany adding minimist@0.0.8 from mkdirp dependencies
809 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\package.json
810 silly cache add args [ 'minimist@0.0.8', null ]
811 verbose cache add spec minimist@0.0.8
812 silly cache add parsed spec { raw: 'minimist@0.0.8',
812 silly cache add scope: null,
812 silly cache add name: 'minimist',
812 silly cache add rawSpec: '0.0.8',
812 silly cache add spec: '0.0.8',
812 silly cache add type: 'version' }
813 silly addNamed minimist@0.0.8
814 verbose addNamed "0.0.8" is a plain semver version for minimist
815 silly mapToRegistry name minimist
816 silly mapToRegistry using default registry
817 silly mapToRegistry registry https://registry.npmjs.org/
818 silly mapToRegistry uri https://registry.npmjs.org/minimist
819 verbose addNameVersion registry:https://registry.npmjs.org/minimist already in flight; waiting
820 http 304 https://registry.npmjs.org/ncp
821 silly get cb [ 304,
821 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
821 silly get etag: '"76MTWSYLEKGEBAHCZHF1A0J97"',
821 silly get 'cache-control': 'max-age=60',
821 silly get 'accept-ranges': 'bytes',
821 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
821 silly get via: '1.1 varnish',
821 silly get connection: 'keep-alive',
821 silly get 'x-served-by': 'cache-mel6520-MEL',
821 silly get 'x-cache': 'MISS',
821 silly get 'x-cache-hits': '0',
821 silly get 'x-timer': 'S1437704945.840879,VS0,VE240' } ]
822 verbose etag https://registry.npmjs.org/ncp from cache
823 verbose get saving ncp to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\ncp\.cache.json
824 silly addNameRange number 2 { name: 'ncp', range: '>=2.0.0 <2.1.0', hasData: true }
825 silly addNameRange versions [ 'ncp',
825 silly addNameRange [ '0.0.0',
825 silly addNameRange '0.0.1',
825 silly addNameRange '0.0.2',
825 silly addNameRange '0.1.0',
825 silly addNameRange '0.1.1',
825 silly addNameRange '0.1.2',
825 silly addNameRange '0.2.0',
825 silly addNameRange '0.2.1',
825 silly addNameRange '0.2.2',
825 silly addNameRange '0.2.3',
825 silly addNameRange '0.2.4',
825 silly addNameRange '0.2.5',
825 silly addNameRange '0.2.6',
825 silly addNameRange '0.3.0',
825 silly addNameRange '0.4.0',
825 silly addNameRange '0.2.7',
825 silly addNameRange '0.4.1',
825 silly addNameRange '0.4.2',
825 silly addNameRange '0.5.0',
825 silly addNameRange '0.5.1',
825 silly addNameRange '0.6.0',
825 silly addNameRange '1.0.0',
825 silly addNameRange '1.0.1',
825 silly addNameRange '2.0.0' ] ]
826 silly addNamed ncp@2.0.0
827 verbose addNamed "2.0.0" is a plain semver version for ncp
828 silly cache afterAdd ncp@2.0.0
829 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\ncp\2.0.0\package\package.json not in flight; writing
830 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\ncp\2.0.0\package\package.json written
831 http 304 https://registry.npmjs.org/pretty-bytes
832 silly get cb [ 304,
832 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
832 silly get etag: '"9NQFN5HT5P6Y63CUUQLMVV68C"',
832 silly get 'cache-control': 'max-age=60',
832 silly get 'accept-ranges': 'bytes',
832 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
832 silly get via: '1.1 varnish',
832 silly get connection: 'keep-alive',
832 silly get 'x-served-by': 'cache-mel6521-MEL',
832 silly get 'x-cache': 'MISS',
832 silly get 'x-cache-hits': '0',
832 silly get 'x-timer': 'S1437704945.847918,VS0,VE240' } ]
833 verbose etag https://registry.npmjs.org/pretty-bytes from cache
834 verbose get saving pretty-bytes to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\pretty-bytes\.cache.json
835 silly addNameRange number 2 { name: 'pretty-bytes', range: '>=1.0.2 <2.0.0', hasData: true }
836 silly addNameRange versions [ 'pretty-bytes',
836 silly addNameRange [ '0.1.0',
836 silly addNameRange '0.1.1',
836 silly addNameRange '0.1.2',
836 silly addNameRange '1.0.0',
836 silly addNameRange '1.0.1',
836 silly addNameRange '1.0.2',
836 silly addNameRange '1.0.3',
836 silly addNameRange '1.0.4',
836 silly addNameRange '2.0.0',
836 silly addNameRange '2.0.1' ] ]
837 silly addNamed pretty-bytes@1.0.4
838 verbose addNamed "1.0.4" is a plain semver version for pretty-bytes
839 silly cache afterAdd pretty-bytes@1.0.4
840 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\pretty-bytes\1.0.4\package\package.json not in flight; writing
841 http 304 https://registry.npmjs.org/progress-stream
842 silly get cb [ 304,
842 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
842 silly get etag: '"44QJ8MNM1GZICZHE46M8599YV"',
842 silly get 'cache-control': 'max-age=60',
842 silly get 'accept-ranges': 'bytes',
842 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
842 silly get via: '1.1 varnish',
842 silly get connection: 'keep-alive',
842 silly get 'x-served-by': 'cache-mel6523-MEL',
842 silly get 'x-cache': 'MISS',
842 silly get 'x-cache-hits': '0',
842 silly get 'x-timer': 'S1437704945.856934,VS0,VE244' } ]
843 verbose etag https://registry.npmjs.org/progress-stream from cache
844 verbose get saving progress-stream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\progress-stream\.cache.json
845 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\pretty-bytes\1.0.4\package\package.json written
846 silly addNameRange number 2 { name: 'progress-stream',
846 silly addNameRange range: '>=1.1.0 <2.0.0',
846 silly addNameRange hasData: true }
847 silly addNameRange versions [ 'progress-stream',
847 silly addNameRange [ '0.1.0',
847 silly addNameRange '0.1.1',
847 silly addNameRange '0.2.0',
847 silly addNameRange '0.2.1',
847 silly addNameRange '0.3.0',
847 silly addNameRange '0.4.0',
847 silly addNameRange '0.5.0',
847 silly addNameRange '1.0.0',
847 silly addNameRange '1.0.1',
847 silly addNameRange '1.1.0',
847 silly addNameRange '1.1.1' ] ]
848 silly addNamed progress-stream@1.1.1
849 verbose addNamed "1.1.1" is a plain semver version for progress-stream
850 silly cache afterAdd progress-stream@1.1.1
851 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\progress-stream\1.1.1\package\package.json not in flight; writing
852 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\progress-stream\1.1.1\package\package.json written
853 http 304 https://registry.npmjs.org/debug
854 silly get cb [ 304,
854 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
854 silly get etag: '"4TI5GZQVVBVY6XWG0ED4PPHW1"',
854 silly get 'cache-control': 'max-age=60',
854 silly get 'accept-ranges': 'bytes',
854 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
854 silly get via: '1.1 varnish',
854 silly get connection: 'keep-alive',
854 silly get 'x-served-by': 'cache-mel6521-MEL',
854 silly get 'x-cache': 'MISS',
854 silly get 'x-cache-hits': '0',
854 silly get 'x-timer': 'S1437704945.366475,VS0,VE835' } ]
855 verbose etag https://registry.npmjs.org/debug from cache
856 verbose get saving debug to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\debug\.cache.json
857 silly addNameRange number 2 { name: 'debug', range: '>=2.1.3 <3.0.0', hasData: true }
858 silly addNameRange versions [ 'debug',
858 silly addNameRange [ '0.0.1',
858 silly addNameRange '0.1.0',
858 silly addNameRange '0.2.0',
858 silly addNameRange '0.3.0',
858 silly addNameRange '0.4.0',
858 silly addNameRange '0.4.1',
858 silly addNameRange '0.5.0',
858 silly addNameRange '0.6.0',
858 silly addNameRange '0.7.0',
858 silly addNameRange '0.7.1',
858 silly addNameRange '0.7.2',
858 silly addNameRange '0.7.3',
858 silly addNameRange '0.7.4',
858 silly addNameRange '0.8.0',
858 silly addNameRange '0.8.1',
858 silly addNameRange '1.0.0',
858 silly addNameRange '1.0.1',
858 silly addNameRange '1.0.2',
858 silly addNameRange '1.0.3',
858 silly addNameRange '1.0.4',
858 silly addNameRange '2.0.0',
858 silly addNameRange '2.1.0',
858 silly addNameRange '2.1.1',
858 silly addNameRange '2.1.2',
858 silly addNameRange '2.1.3',
858 silly addNameRange '2.2.0' ] ]
859 silly addNamed debug@2.2.0
860 verbose addNamed "2.2.0" is a plain semver version for debug
861 silly cache afterAdd debug@0.7.4
862 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json not in flight; writing
863 silly cache afterAdd debug@2.2.0
864 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json not in flight; writing
865 http 304 https://registry.npmjs.org/through2
866 silly get cb [ 304,
866 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
866 silly get etag: '"AI5124E73HLNIG9DH40LTMXA"',
866 silly get 'cache-control': 'max-age=60',
866 silly get 'accept-ranges': 'bytes',
866 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
866 silly get via: '1.1 varnish',
866 silly get connection: 'keep-alive',
866 silly get 'x-served-by': 'cache-mel6522-MEL',
866 silly get 'x-cache': 'MISS',
866 silly get 'x-cache-hits': '0',
866 silly get 'x-timer': 'S1437704945.384790,VS0,VE829' } ]
867 verbose etag https://registry.npmjs.org/through2 from cache
868 verbose get saving through2 to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\through2\.cache.json
869 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\debug\2.2.0\package\package.json written
870 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json written
871 silly cache afterAdd through2@0.6.3
872 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\through2\0.6.3\package\package.json not in flight; writing
873 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\through2\0.6.3\package\package.json written
874 http 304 https://registry.npmjs.org/yauzl
875 silly get cb [ 304,
875 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
875 silly get etag: '"D81M57IFKJWT1FLL1EEB0C67C"',
875 silly get 'cache-control': 'max-age=60',
875 silly get 'accept-ranges': 'bytes',
875 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
875 silly get via: '1.1 varnish',
875 silly get connection: 'keep-alive',
875 silly get 'x-served-by': 'cache-mel6523-MEL',
875 silly get 'x-cache': 'MISS',
875 silly get 'x-cache-hits': '0',
875 silly get 'x-timer': 'S1437704945.388532,VS0,VE844' } ]
876 verbose etag https://registry.npmjs.org/yauzl from cache
877 verbose get saving yauzl to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\yauzl\.cache.json
878 silly addNameRange number 2 { name: 'yauzl', range: '>=2.1.0 <3.0.0', hasData: true }
879 silly addNameRange versions [ 'yauzl',
879 silly addNameRange [ '0.0.0',
879 silly addNameRange '1.0.0',
879 silly addNameRange '1.1.0',
879 silly addNameRange '1.1.1',
879 silly addNameRange '2.0.0',
879 silly addNameRange '2.0.1',
879 silly addNameRange '2.0.2',
879 silly addNameRange '2.0.3',
879 silly addNameRange '2.1.0',
879 silly addNameRange '2.2.0',
879 silly addNameRange '2.2.1',
879 silly addNameRange '2.3.0',
879 silly addNameRange '2.3.1' ] ]
880 silly addNamed yauzl@2.3.1
881 verbose addNamed "2.3.1" is a plain semver version for yauzl
882 silly cache afterAdd yauzl@2.3.1
883 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\yauzl\2.3.1\package\package.json not in flight; writing
884 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\yauzl\2.3.1\package\package.json written
885 http 304 https://registry.npmjs.org/minimist
886 silly get cb [ 304,
886 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
886 silly get etag: '"CYKLIFIGVU090UDJH8V0T2IY2"',
886 silly get 'cache-control': 'max-age=60',
886 silly get 'accept-ranges': 'bytes',
886 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
886 silly get via: '1.1 varnish',
886 silly get connection: 'keep-alive',
886 silly get 'x-served-by': 'cache-mel6523-MEL',
886 silly get 'x-cache': 'MISS',
886 silly get 'x-cache-hits': '0',
886 silly get 'x-timer': 'S1437704945.376246,VS0,VE944' } ]
887 verbose etag https://registry.npmjs.org/minimist from cache
888 verbose get saving minimist to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\minimist\.cache.json
889 silly addNameRange number 2 { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: true }
890 silly addNameRange versions [ 'minimist',
890 silly addNameRange [ '0.0.0',
890 silly addNameRange '0.0.1',
890 silly addNameRange '0.0.2',
890 silly addNameRange '0.0.3',
890 silly addNameRange '0.0.4',
890 silly addNameRange '0.0.5',
890 silly addNameRange '0.0.6',
890 silly addNameRange '0.0.7',
890 silly addNameRange '0.0.8',
890 silly addNameRange '0.0.9',
890 silly addNameRange '0.0.10',
890 silly addNameRange '0.1.0',
890 silly addNameRange '0.2.0',
890 silly addNameRange '1.0.0',
890 silly addNameRange '1.1.0',
890 silly addNameRange '1.1.1',
890 silly addNameRange '1.1.2' ] ]
891 silly addNamed minimist@1.1.2
892 verbose addNamed "1.1.2" is a plain semver version for minimist
893 silly cache afterAdd minimist@0.1.0
894 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.1.0\package\package.json not in flight; writing
895 silly cache afterAdd minimist@1.1.2
896 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\1.1.2\package\package.json not in flight; writing
897 silly cache afterAdd minimist@0.0.8
898 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json not in flight; writing
899 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json written
900 silly install resolved [ { name: 'minimist',
900 silly install resolved version: '0.0.8',
900 silly install resolved description: 'parse argument options',
900 silly install resolved main: 'index.js',
900 silly install resolved devDependencies: { tape: '~1.0.4', tap: '~0.4.0' },
900 silly install resolved scripts: { test: 'tap test/*.js' },
900 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
900 silly install resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
900 silly install resolved homepage: 'https://github.com/substack/minimist',
900 silly install resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
900 silly install resolved author:
900 silly install resolved { name: 'James Halliday',
900 silly install resolved email: 'mail@substack.net',
900 silly install resolved url: 'http://substack.net' },
900 silly install resolved license: 'MIT',
900 silly install resolved readme: '# minimist\n\nparse argument options\n\nThis module is the guts of optimist\'s argument parser without all the\nfanciful decoration.\n\n[![browser support](https://ci.testling.com/substack/minimist.png)](http://ci.testling.com/substack/minimist)\n\n[![build status](https://secure.travis-ci.org/substack/minimist.png)](http://travis-ci.org/substack/minimist)\n\n# example\n\n``` js\nvar argv = require(\'minimist\')(process.argv.slice(2));\nconsole.dir(argv);\n```\n\n```\n$ node example/parse.js -a beep -b boop\n{ _: [], a: \'beep\', b: \'boop\' }\n```\n\n```\n$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz\n{ _: [ \'foo\', \'bar\', \'baz\' ],\n x: 3,\n y: 4,\n n: 5,\n a: true,\n b: true,\n c: true,\n beep: \'boop\' }\n```\n\n# methods\n\n``` js\nvar parseArgs = require(\'minimist\')\n```\n\n## var argv = parseArgs(args, opts={})\n\nReturn an argument object `argv` populated with the array arguments from `args`.\n\n`argv._` contains all the arguments that didn\'t have an option associated with\nthem.\n\nNumeric-looking arguments will be returned as numbers unless `opts.string` or\n`opts.boolean` is set for that argument name.\n\nAny arguments after `\'--\'` will not be parsed and will end up in `argv._`.\n\noptions can be:\n\n* `opts.string` - a string or array of strings argument names to always treat as\nstrings\n* `opts.boolean` - a string or array of strings to always treat as booleans\n* `opts.alias` - an object mapping string names to strings or arrays of string\nargument names to use as aliases\n* `opts.default` - an object mapping string argument names to default values\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install minimist\n```\n\n# license\n\nMIT\n',
900 silly install resolved readmeFilename: 'readme.markdown',
900 silly install resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
900 silly install resolved _id: 'minimist@0.0.8',
900 silly install resolved _from: 'minimist@0.0.8' } ]
901 info install minimist@0.0.8 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
902 info installOne minimist@0.0.8
903 verbose installOne of minimist to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp not in flight; installing
904 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\1.1.2\package\package.json written
905 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.1.0\package\package.json written
906 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-d1f8ebaf3a7888ba.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
907 silly install write writing minimist 0.0.8 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
908 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
909 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist is being purged from base C:\Users\bas\AppData\Roaming\npm
910 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
911 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
912 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
913 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist is being purged
914 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
915 silly gunzTarPerm modes [ '777', '666' ]
916 silly gunzTarPerm extractEntry package.json
917 silly gunzTarPerm extractEntry LICENSE
918 silly gunzTarPerm extractEntry index.js
919 silly gunzTarPerm extractEntry .travis.yml
920 silly gunzTarPerm extractEntry example/parse.js
921 silly gunzTarPerm extractEntry readme.markdown
922 silly gunzTarPerm extractEntry test/dash.js
923 http 304 https://registry.npmjs.org/concat-stream
924 silly get cb [ 304,
924 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
924 silly get etag: '"CA69Y197KMQKDA3NHAHIZYBRY"',
924 silly get 'cache-control': 'max-age=60',
924 silly get 'accept-ranges': 'bytes',
924 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
924 silly get via: '1.1 varnish',
924 silly get connection: 'keep-alive',
924 silly get 'x-served-by': 'cache-mel6523-MEL',
924 silly get 'x-cache': 'MISS',
924 silly get 'x-cache-hits': '0',
924 silly get 'x-timer': 'S1437704945.380174,VS0,VE973' } ]
925 verbose etag https://registry.npmjs.org/concat-stream from cache
926 verbose get saving concat-stream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\concat-stream\.cache.json
927 silly gunzTarPerm extractEntry test/default_bool.js
928 silly gunzTarPerm extractEntry test/dotted.js
929 silly gunzTarPerm extractEntry test/long.js
930 silly gunzTarPerm extractEntry test/parse.js
931 silly gunzTarPerm extractEntry test/parse_modified.js
932 silly gunzTarPerm extractEntry test/short.js
933 silly gunzTarPerm extractEntry test/whitespace.js
934 silly addNameRange number 2 { name: 'concat-stream', range: '>=1.4.6 <2.0.0', hasData: true }
935 silly addNameRange versions [ 'concat-stream',
935 silly addNameRange [ '0.0.1',
935 silly addNameRange '0.0.2',
935 silly addNameRange '0.0.3',
935 silly addNameRange '0.0.4',
935 silly addNameRange '0.0.5',
935 silly addNameRange '0.0.6',
935 silly addNameRange '0.0.7',
935 silly addNameRange '0.0.8',
935 silly addNameRange '0.0.9',
935 silly addNameRange '0.1.0',
935 silly addNameRange '0.1.1',
935 silly addNameRange '1.0.0',
935 silly addNameRange '1.0.1',
935 silly addNameRange '1.1.0',
935 silly addNameRange '1.2.0',
935 silly addNameRange '1.2.1',
935 silly addNameRange '1.3.0',
935 silly addNameRange '1.3.1',
935 silly addNameRange '1.4.0',
935 silly addNameRange '1.4.1',
935 silly addNameRange '1.4.2',
935 silly addNameRange '1.4.3',
935 silly addNameRange '1.4.4',
935 silly addNameRange '1.4.5',
935 silly addNameRange '1.4.6',
935 silly addNameRange '1.4.7',
935 silly addNameRange '1.4.8',
935 silly addNameRange '1.4.10',
935 silly addNameRange '1.5.0' ] ]
936 silly addNamed concat-stream@1.5.0
937 verbose addNamed "1.5.0" is a plain semver version for concat-stream
938 silly cache afterAdd concat-stream@1.5.0
939 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\concat-stream\1.5.0\package\package.json not in flight; writing
940 http 304 https://registry.npmjs.org/async
941 silly get cb [ 304,
941 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
941 silly get etag: '"8OCZDL38UUIIUGZGF4YQZNLZC"',
941 silly get 'cache-control': 'max-age=60',
941 silly get 'accept-ranges': 'bytes',
941 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
941 silly get via: '1.1 varnish',
941 silly get connection: 'keep-alive',
941 silly get 'x-served-by': 'cache-mel6523-MEL',
941 silly get 'x-cache': 'MISS',
941 silly get 'x-cache-hits': '0',
941 silly get 'x-timer': 'S1437704945.396931,VS0,VE963' } ]
942 verbose etag https://registry.npmjs.org/async from cache
943 verbose get saving async to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
944 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\concat-stream\1.5.0\package\package.json written
945 silly cache afterAdd async@0.9.0
946 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\async\0.9.0\package\package.json not in flight; writing
947 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\async\0.9.0\package\package.json written
948 silly install resolved [ { name: 'mkdirp',
948 silly install resolved description: 'Recursively mkdir, like `mkdir -p`',
948 silly install resolved version: '0.5.0',
948 silly install resolved author:
948 silly install resolved { name: 'James Halliday',
948 silly install resolved email: 'mail@substack.net',
948 silly install resolved url: 'http://substack.net' },
948 silly install resolved main: './index',
948 silly install resolved keywords: [ 'mkdir', 'directory' ],
948 silly install resolved repository:
948 silly install resolved { type: 'git',
948 silly install resolved url: 'git+https://github.com/substack/node-mkdirp.git' },
948 silly install resolved scripts: { test: 'tap test/*.js' },
948 silly install resolved dependencies: { minimist: '0.0.8' },
948 silly install resolved devDependencies: { tap: '~0.4.0', 'mock-fs': '~2.2.0' },
948 silly install resolved bin: { mkdirp: 'bin/cmd.js' },
948 silly install resolved license: 'MIT',
948 silly install resolved readme: '# mkdirp\n\nLike `mkdir -p`, but in node.js!\n\n[![build status](https://secure.travis-ci.org/substack/node-mkdirp.png)](http://travis-ci.org/substack/node-mkdirp)\n\n# example\n\n## pow.js\n\n```js\nvar mkdirp = require(\'mkdirp\');\n \nmkdirp(\'/tmp/foo/bar/baz\', function (err) {\n if (err) console.error(err)\n else console.log(\'pow!\')\n});\n```\n\nOutput\n\n```\npow!\n```\n\nAnd now /tmp/foo/bar/baz exists, huzzah!\n\n# methods\n\n```js\nvar mkdirp = require(\'mkdirp\');\n```\n\n## mkdirp(dir, opts, cb)\n\nCreate a new directory and any necessary subdirectories at `dir` with octal\npermission string `opts.mode`. If `opts` is a non-object, it will be treated as\nthe `opts.mode`.\n\nIf `opts.mode` isn\'t specified, it defaults to `0777 & (~process.umask())`.\n\n`cb(err, made)` fires with the error or the first directory `made`\nthat had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdir(path, mode, cb)` and\n`opts.fs.stat(path, cb)`.\n\n## mkdirp.sync(dir, opts)\n\nSynchronously create a new directory and any necessary subdirectories at `dir`\nwith octal permission string `opts.mode`. If `opts` is a non-object, it will be\ntreated as the `opts.mode`.\n\nIf `opts.mode` isn\'t specified, it defaults to `0777 & (~process.umask())`.\n\nReturns the first directory that had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` and\n`opts.fs.statSync(path)`.\n\n# usage\n\nThis package also ships with a `mkdirp` command.\n\n```\nusage: mkdirp [DIR1,DIR2..] {OPTIONS}\n\n Create each supplied directory including any necessary parent directories that\n don\'t yet exist.\n \n If the directory already exists, do nothing.\n\nOPTIONS are:\n\n -m, --mode If a directory needs to be created, set the mode as an octal\n permission string.\n\n```\n\n# install\n\nWith [npm](http://npmjs.org) do:\n\n```\nnpm install mkdirp\n```\n\nto get the library, or\n\n```\nnpm install -g mkdirp\n```\n\nto get the command.\n\n# license\n\nMIT\n',
948 silly install resolved readmeFilename: 'readme.markdown',
948 silly install resolved bugs: { url: 'https://github.com/substack/node-mkdirp/issues' },
948 silly install resolved homepage: 'https://github.com/substack/node-mkdirp#readme',
948 silly install resolved _id: 'mkdirp@0.5.0',
948 silly install resolved _from: 'mkdirp@0.5.0' },
948 silly install resolved { name: 'debug',
948 silly install resolved version: '0.7.4',
948 silly install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
948 silly install resolved description: 'small debugging utility',
948 silly install resolved keywords: [ 'debug', 'log', 'debugger' ],
948 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
948 silly install resolved dependencies: {},
948 silly install resolved devDependencies: { mocha: '*' },
948 silly install resolved main: 'lib/debug.js',
948 silly install resolved browser: './debug.js',
948 silly install resolved engines: { node: '*' },
948 silly install resolved files: [ 'lib/debug.js', 'debug.js', 'index.js' ],
948 silly install resolved component: { scripts: [Object] },
948 silly install resolved readme: '# debug\n\n tiny node.js debugging utility modelled after node core\'s debugging technique.\n\n## Installation\n\n```\n$ npm install debug\n```\n\n## Usage\n\n With `debug` you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated `console.error`, so all of the `console` format string goodies you\'re used to work fine. A unique color is selected per-function for visibility.\n \nExample _app.js_:\n\n```js\nvar debug = require(\'debug\')(\'http\')\n , http = require(\'http\')\n , name = \'My App\';\n\n// fake app\n\ndebug(\'booting %s\', name);\n\nhttp.createServer(function(req, res){\n debug(req.method + \' \' + req.url);\n res.end(\'hello\\n\');\n}).listen(3000, function(){\n debug(\'listening\');\n});\n\n// fake worker of some kind\n\nrequire(\'./worker\');\n```\n\nExample _worker.js_:\n\n```js\nvar debug = require(\'debug\')(\'worker\');\n\nsetInterval(function(){\n debug(\'doing some work\');\n}, 1000);\n```\n\n The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples:\n\n ![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png)\n\n ![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png)\n\n## Millisecond diff\n\n When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls.\n\n ![](http://f.cl.ly/items/2i3h1d3t121M2Z1A3Q0N/Screenshot.png)\n\n When stderr is not a TTY, `Date#toUTCString()` is used, making it more useful for logging the debug information as shown below:\n _(NOTE: Debug now uses stderr instead of stdout, so the correct shell command for this example is actually `DEBUG=* node example/worker 2> out &`)_\n \n ![](http://f.cl.ly/items/112H3i0e0o0P0a2Q2r11/Screenshot.png)\n \n## Conventions\n\n If you\'re using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". \n\n## Wildcards\n\n The "*" character may be used as a wildcard. Suppose for example your library has debuggers named "connect:bodyParser", "connect:compress", "connect:session", instead of listing all three with `DEBUG=connect:bodyParser,connect.compress,connect:session`, you may simply do `DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`.\n\n You can also exclude specific debuggers by prefixing them with a "-" character. For example, `DEBUG=* -connect:*` would include all debuggers except those starting with "connect:".\n\n## Browser support\n\n Debug works in the browser as well, currently persisted by `localStorage`. For example if you have `worker:a` and `worker:b` as shown below, and wish to debug both type `debug.enable(\'worker:*\')` in the console and refresh the page, this will remain until you disable with `debug.disable()`. \n\n```js\na = debug(\'worker:a\');\nb = debug(\'worker:b\');\n\nsetInterval(function(){\n a(\'doing some work\');\n}, 1000);\n\nsetInterval(function(){\n a(\'doing some work\');\n}, 1200);\n```\n\n## License \n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\'Software\'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
948 silly install resolved readmeFilename: 'Readme.md',
948 silly install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
948 silly install resolved homepage: 'https://github.com/visionmedia/debug',
948 silly install resolved _id: 'debug@0.7.4',
948 silly install resolved _from: 'debug@0.7.4' },
948 silly install resolved { name: 'through2',
948 silly install resolved version: '0.6.3',
948 silly install resolved description: 'A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise',
948 silly install resolved main: 'through2.js',
948 silly install resolved scripts:
948 silly install resolved { test: 'node test/test.js',
948 silly install resolved 'test-local': 'brtapsauce-local test/basic-test.js' },
948 silly install resolved repository:
948 silly install resolved { type: 'git',
948 silly install resolved url: 'git+https://github.com/rvagg/through2.git' },
948 silly install resolved keywords: [ 'stream', 'streams2', 'through', 'transform' ],
948 silly install resolved author:
948 silly install resolved { name: 'Rod Vagg',
948 silly install resolved email: 'r@va.gg',
948 silly install resolved url: 'https://github.com/rvagg' },
948 silly install resolved license: 'MIT',
948 silly install resolved dependencies:
948 silly install resolved { 'readable-stream': '>=1.0.33-1 <1.1.0-0',
948 silly install resolved xtend: '>=4.0.0 <4.1.0-0' },
948 silly install resolved devDependencies:
948 silly install resolved { bl: '>=0.9.0 <0.10.0-0',
948 silly install resolved 'stream-spigot': '>=3.0.4 <3.1.0-0',
948 silly install resolved tape: '>=2.14.0 <2.15.0-0' },
948 silly install resolved gitHead: 'af9b735f360a4edef6e0ba601644457a82374fe7',
948 silly install resolved bugs: { url: 'https://github.com/rvagg/through2/issues' },
948 silly install resolved homepage: 'https://github.com/rvagg/through2',
948 silly install resolved _id: 'through2@0.6.3',
948 silly install resolved _shasum: '795292fde9f254c2a368b38f9cc5d1bd4663afb6',
948 silly install resolved _from: 'through2@0.6.3',
948 silly install resolved _npmVersion: '1.4.23',
948 silly install resolved _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
948 silly install resolved maintainers: [ [Object], [Object] ],
948 silly install resolved dist:
948 silly install resolved { shasum: '795292fde9f254c2a368b38f9cc5d1bd4663afb6',
948 silly install resolved tarball: 'http://registry.npmjs.org/through2/-/through2-0.6.3.tgz' },
948 silly install resolved directories: {},
948 silly install resolved _resolved: 'https://registry.npmjs.org/through2/-/through2-0.6.3.tgz',
948 silly install resolved readme: 'ERROR: No README data found!' },
948 silly install resolved { name: 'yauzl',
948 silly install resolved version: '2.3.1',
948 silly install resolved description: 'yet another unzip library for node',
948 silly install resolved main: 'index.js',
948 silly install resolved scripts:
948 silly install resolved { test: 'node test/test.js',
948 silly install resolved 'test-cov': 'istanbul cover test/test.js',
948 silly install resolved 'test-travis': 'istanbul cover --report lcovonly test/test.js' },
948 silly install resolved repository:
948 silly install resolved { type: 'git',
948 silly install resolved url: 'git+https://github.com/thejoshwolfe/yauzl.git' },
948 silly install resolved keywords: [ 'unzip', 'zip', 'stream', 'archive', 'file' ],
948 silly install resolved author: { name: 'Josh Wolfe', email: 'thejoshwolfe@gmail.com' },
948 silly install resolved license: 'MIT',
948 silly install resolved bugs: { url: 'https://github.com/thejoshwolfe/yauzl/issues' },
948 silly install resolved homepage: 'https://github.com/thejoshwolfe/yauzl',
948 silly install resolved dependencies: { 'fd-slicer': '~1.0.1', pend: '~1.2.0' },
948 silly install resolved devDependencies: { istanbul: '~0.3.4' },
948 silly install resolved gitHead: '4c86fdb8a3467d68adfa1223fa1d656fe4125b40',
948 silly install resolved _id: 'yauzl@2.3.1',
948 silly install resolved _shasum: '6707fe2b6a4dac9445cc429bf04a11c7dedfa36a',
948 silly install resolved _from: 'yauzl@>=2.1.0 <3.0.0',
948 silly install resolved _npmVersion: '1.4.28',
948 silly install resolved _npmUser: { name: 'thejoshwolfe', email: 'thejoshwolfe@gmail.com' },
948 silly install resolved maintainers: [ [Object], [Object] ],
948 silly install resolved dist:
948 silly install resolved { shasum: '6707fe2b6a4dac9445cc429bf04a11c7dedfa36a',
948 silly install resolved tarball: 'http://registry.npmjs.org/yauzl/-/yauzl-2.3.1.tgz' },
948 silly install resolved directories: {},
948 silly install resolved _resolved: 'https://registry.npmjs.org/yauzl/-/yauzl-2.3.1.tgz',
948 silly install resolved readme: 'ERROR: No README data found!' },
948 silly install resolved { name: 'minimist',
948 silly install resolved version: '0.1.0',
948 silly install resolved description: 'parse argument options',
948 silly install resolved main: 'index.js',
948 silly install resolved devDependencies: { tape: '~1.0.4', tap: '~0.4.0' },
948 silly install resolved scripts: { test: 'tap test/*.js' },
948 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
948 silly install resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
948 silly install resolved homepage: 'https://github.com/substack/minimist',
948 silly install resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
948 silly install resolved author:
948 silly install resolved { name: 'James Halliday',
948 silly install resolved email: 'mail@substack.net',
948 silly install resolved url: 'http://substack.net' },
948 silly install resolved license: 'MIT',
948 silly install resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
948 silly install resolved _id: 'minimist@0.1.0',
948 silly install resolved dist:
948 silly install resolved { shasum: '99df657a52574c21c9057497df742790b2b4c0de',
948 silly install resolved tarball: 'http://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz' },
948 silly install resolved _from: 'minimist@0.1.0',
948 silly install resolved _npmVersion: '1.4.3',
948 silly install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' },
948 silly install resolved maintainers: [ [Object] ],
948 silly install resolved directories: {},
948 silly install resolved _shasum: '99df657a52574c21c9057497df742790b2b4c0de',
948 silly install resolved _resolved: 'https://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz',
948 silly install resolved readme: '# minimist\n\nparse argument options\n\nThis module is the guts of optimist\'s argument parser without all the\nfanciful decoration.\n\n[![browser support](https://ci.testling.com/substack/minimist.png)](http://ci.testling.com/substack/minimist)\n\n[![build status](https://secure.travis-ci.org/substack/minimist.png)](http://travis-ci.org/substack/minimist)\n\n# example\n\n``` js\nvar argv = require(\'minimist\')(process.argv.slice(2));\nconsole.dir(argv);\n```\n\n```\n$ node example/parse.js -a beep -b boop\n{ _: [], a: \'beep\', b: \'boop\' }\n```\n\n```\n$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz\n{ _: [ \'foo\', \'bar\', \'baz\' ],\n x: 3,\n y: 4,\n n: 5,\n a: true,\n b: true,\n c: true,\n beep: \'boop\' }\n```\n\n# methods\n\n``` js\nvar parseArgs = require(\'minimist\')\n```\n\n## var argv = parseArgs(args, opts={})\n\nReturn an argument object `argv` populated with the array arguments from `args`.\n\n`argv._` contains all the arguments that didn\'t have an option associated with\nthem.\n\nNumeric-looking arguments will be returned as numbers unless `opts.string` or\n`opts.boolean` is set for that argument name.\n\nAny arguments after `\'--\'` will not be parsed and will end up in `argv._`.\n\noptions can be:\n\n* `opts.string` - a string or array of strings argument names to always treat as\nstrings\n* `opts.boolean` - a string or array of strings to always treat as booleans\n* `opts.alias` - an object mapping string names to strings or arrays of string\nargument names to use as aliases\n* `opts.default` - an object mapping string argument names to default values\n* `opts[\'--\']` - when true, populate `argv._` with everything before the `--`\nand `argv[\'--\']` with everything after the `--`. Here\'s an example:\n\n```\n> require(\'./\')(\'one two three -- four five --six\'.split(\' \'), { \'--\': true })\n{ _: [ \'one\', \'two\', \'three\' ],\n \'--\': [ \'four\', \'five\', \'--six\' ] }\n```\n\nNote that with `opts[\'--\']` set, parsing for arguments still stops after the\n`--`.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install minimist\n```\n\n# license\n\nMIT\n',
948 silly install resolved readmeFilename: 'readme.markdown' },
948 silly install resolved { name: 'concat-stream',
948 silly install resolved version: '1.5.0',
948 silly install resolved description: 'writable stream that concatenates strings or binary data and calls a callback with the result',
948 silly install resolved tags: [ 'stream', 'simple', 'util', 'utility' ],
948 silly install resolved author: { name: 'Max Ogden', email: 'max@maxogden.com' },
948 silly install resolved repository:
948 silly install resolved { type: 'git',
948 silly install resolved url: 'git+ssh://git@github.com/maxogden/concat-stream.git' },
948 silly install resolved bugs: { url: 'http://github.com/maxogden/concat-stream/issues' },
948 silly install resolved engines: [ 'node >= 0.8' ],
948 silly install resolved main: 'index.js',
948 silly install resolved files: [ 'index.js' ],
948 silly install resolved scripts: { test: 'tape test/*.js test/server/*.js' },
948 silly install resolved license: 'MIT',
948 silly install resolved dependencies:
948 silly install resolved { inherits: '~2.0.1',
948 silly install resolved typedarray: '~0.0.5',
948 silly install resolved 'readable-stream': '~2.0.0' },
948 silly install resolved devDependencies: { tape: '~2.3.2' },
948 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
948 silly install resolved gitHead: '7cb37c8ddc0fd2ea03c104d07d44d84b83a31185',
948 silly install resolved homepage: 'https://github.com/maxogden/concat-stream#readme',
948 silly install resolved _id: 'concat-stream@1.5.0',
948 silly install resolved _shasum: '53f7d43c51c5e43f81c8fdd03321c631be68d611',
948 silly install resolved _from: 'concat-stream@>=1.4.6 <2.0.0',
948 silly install resolved _npmVersion: '2.9.0',
948 silly install resolved _nodeVersion: '1.8.2',
948 silly install resolved _npmUser: { name: 'maxogden', email: 'max@maxogden.com' },
948 silly install resolved maintainers: [ [Object] ],
948 silly install resolved dist:
948 silly install resolved { shasum: '53f7d43c51c5e43f81c8fdd03321c631be68d611',
948 silly install resolved tarball: 'http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz' },
948 silly install resolved directories: {},
948 silly install resolved _resolved: 'https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz',
948 silly install resolved readme: 'ERROR: No README data found!' },
948 silly install resolved { name: 'async',
948 silly install resolved description: 'Higher-order functions and common patterns for asynchronous code',
948 silly install resolved main: './lib/async',
948 silly install resolved author: { name: 'Caolan McMahon' },
948 silly install resolved version: '0.9.0',
948 silly install resolved repository: { type: 'git', url: 'git+https://github.com/caolan/async.git' },
948 silly install resolved bugs: { url: 'https://github.com/caolan/async/issues' },
948 silly install resolved licenses: [ [Object] ],
948 silly install resolved devDependencies: { nodeunit: '>0.0.0', 'uglify-js': '1.2.x', nodelint: '>0.0.0' },
948 silly install resolved jam: { main: 'lib/async.js', include: [Object] },
948 silly install resolved scripts: { test: 'nodeunit test/test-async.js' },
948 silly install resolved homepage: 'https://github.com/caolan/async',
948 silly install resolved _id: 'async@0.9.0',
948 silly install resolved dist:
948 silly install resolved { shasum: 'ac3613b1da9bed1b47510bb4651b8931e47146c7',
948 silly install resolved tarball: 'http://registry.npmjs.org/async/-/async-0.9.0.tgz' },
948 silly install resolved _from: 'async@0.9.0',
948 silly install resolved _npmVersion: '1.4.3',
948 silly install resolved _npmUser: { name: 'caolan', email: 'caolan.mcmahon@gmail.com' },
948 silly install resolved maintainers: [ [Object] ],
948 silly install resolved directories: {},
948 silly install resolved _shasum: 'ac3613b1da9bed1b47510bb4651b8931e47146c7',
948 silly install resolved _resolved: 'https://registry.npmjs.org/async/-/async-0.9.0.tgz',
948 silly install resolved readme: '# Async.js\n\n[![Build Status via Travis CI](https://travis-ci.org/caolan/async.svg?branch=master)](https://travis-ci.org/caolan/async)\n\n\nAsync is a utility module which provides straight-forward, powerful functions\nfor working with asynchronous JavaScript. Although originally designed for\nuse with [Node.js](http://nodejs.org), it can also be used directly in the\nbrowser. Also supports [component](https://github.com/component/component).\n\nAsync provides around 20 functions that include the usual \'functional\'\nsuspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns\nfor asynchronous control flow (`parallel`, `series`, `waterfall`…). All these\nfunctions assume you follow the Node.js convention of providing a single\ncallback as the last argument of your `async` function.\n\n\n## Quick Examples\n\n```javascript\nasync.map([\'file1\',\'file2\',\'file3\'], fs.stat, function(err, results){\n // results is now an array of stats for each file\n});\n\nasync.filter([\'file1\',\'file2\',\'file3\'], fs.exists, function(results){\n // results now equals an array of the existing files\n});\n\nasync.parallel([\n function(){ ... },\n function(){ ... }\n], callback);\n\nasync.series([\n function(){ ... },\n function(){ ... }\n]);\n```\n\nThere are many more functions available so take a look at the docs below for a\nfull list. This module aims to be comprehensive, so if you feel anything is\nmissing please create a GitHub issue for it.\n\n## Common Pitfalls\n\n### Binding a context to an iterator\n\nThis section is really about `bind`, not about `async`. If you are wondering how to\nmake `async` execute your iterators in a given context, or are confused as to why\na method of another library isn\'t working as an iterator, study this example:\n\n```js\n// Here is a simple object with an (unnecessarily roundabout) squaring method\nvar AsyncSquaringLibrary = {\n squareExponent: 2,\n square: function(number, callback){ \n var result = Math.pow(number, this.squareExponent);\n setTimeout(function(){\n callback(null, result);\n }, 200);\n }\n};\n\nasync.map([1, 2, 3], AsyncSquaringLibrary.square, function(err, result){\n // result is [NaN, NaN, NaN]\n // This fails because the `this.squareExponent` expression in the square\n // function is not evaluated in the context of AsyncSquaringLibrary, and is\n // therefore undefined.\n});\n\nasync.map([1, 2, 3], AsyncSquaringLibrary.square.bind(AsyncSquaringLibrary), function(err, result){\n // result is [1, 4, 9]\n // With the help of bind we can attach a context to the iterator before\n // passing it to async. Now the square function will be executed in its \n // \'home\' AsyncSquaringLibrary context and the value of `this.squareExponent`\n // will be as expected.\n});\n```\n\n## Download\n\nThe source is available for download from\n[GitHub](http://github.com/caolan/async).\nAlternatively, you can install using Node Package Manager (`npm`):\n\n npm install async\n\n__Development:__ [async.js](https://github.com/caolan/async/raw/master/lib/async.js) - 29.6kb Uncompressed\n\n## In the Browser\n\nSo far it\'s been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. \n\nUsage:\n\n```html\n<script type="text/javascript" src="async.js"></script>\n<script type="text/javascript">\n\n async.map(data, asyncProcess, function(err, results){\n alert(results);\n });\n\n</script>\n```\n\n## Documentation\n\n### Collections\n\n* [`each`](#each)\n* [`eachSeries`](#eachSeries)\n* [`eachLimit`](#eachLimit)\n* [`map`](#map)\n* [`mapSeries`](#mapSeries)\n* [`mapLimit`](#mapLimit)\n* [`filter`](#filter)\n* [`filterSeries`](#filterSeries)\n* [`reject`](#reject)\n* [`rejectSeries`](#rejectSeries)\n* [`reduce`](#reduce)\n* [`reduceRight`](#reduceRight)\n* [`detect`](#detect)\n* [`detectSeries`](#detectSeries)\n* [`sortBy`](#sortBy)\n* [`some`](#some)\n* [`every`](#every)\n* [`concat`](#concat)\n* [`concatSeries`](#concatSeries)\n\n### Control Flow\n\n* [`series`](#seriestasks-callback)\n* [`parallel`](#parallel)\n* [`parallelLimit`](#parallellimittasks-limit-callback)\n* [`whilst`](#whilst)\n* [`doWhilst`](#doWhilst)\n* [`until`](#until)\n* [`doUntil`](#doUntil)\n* [`forever`](#forever)\n* [`waterfall`](#waterfall)\n* [`compose`](#compose)\n* [`seq`](#seq)\n* [`applyEach`](#applyEach)\n* [`applyEachSeries`](#applyEachSeries)\n* [`queue`](#queue)\n* [`priorityQueue`](#priorityQueue)\n* [`cargo`](#cargo)\n* [`auto`](#auto)\n* [`retry`](#retry)\n* [`iterator`](#iterator)\n* [`apply`](#apply)\n* [`nextTick`](#nextTick)\n* [`times`](#times)\n* [`timesSeries`](#timesSeries)\n\n### Utils\n\n* [`memoize`](#memoize)\n* [`unmemoize`](#unmemoize)\n* [`log`](#log)\n* [`dir`](#dir)\n* [`noConflict`](#noConflict)\n\n\n## Collections\n\n<a name="forEach" />\n<a name="each" />\n### each(arr, iterator, callback)\n\nApplies the function `iterator` to each item in `arr`, in parallel.\nThe `iterator` is called with an item from the list, and a callback for when it\nhas finished. If the `iterator` passes an error to its `callback`, the main\n`callback` (for the `each` function) is immediately called with the error.\n\nNote, that since this function applies `iterator` to each item in parallel,\nthere is no guarantee that the iterator functions will complete in order.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err)` which must be called once it has \n completed. If no error has occured, the `callback` should be run without \n arguments or with an explicit `null` argument.\n* `callback(err)` - A callback which is called when all `iterator` functions\n have finished, or an error occurs.\n\n__Examples__\n\n\n```js\n// assuming openFiles is an array of file names and saveFile is a function\n// to save the modified contents of that file:\n\nasync.each(openFiles, saveFile, function(err){\n // if any of the saves produced an error, err would equal that error\n});\n```\n\n```js\n// assuming openFiles is an array of file names \n\nasync.each(openFiles, function( file, callback) {\n \n // Perform operation on file here.\n console.log(\'Processing file \' + file);\n \n if( file.length > 32 ) {\n console.log(\'This file name is too long\');\n callback(\'File name too long\');\n } else {\n // Do work to process file here\n console.log(\'File processed\');\n callback();\n }\n}, function(err){\n // if any of the file processing produced an error, err would equal that error\n if( err ) {\n // One of the iterations produced an error.\n // All processing will now stop.\n console.log(\'A file failed to process\');\n } else {\n console.log(\'All files have been processed successfully\');\n }\n});\n```\n\n---------------------------------------\n\n<a name="forEachSeries" />\n<a name="eachSeries" />\n### eachSeries(arr, iterator, callback)\n\nThe same as [`each`](#each), only `iterator` is applied to each item in `arr` in\nseries. The next `iterator` is only called once the current one has completed. \nThis means the `iterator` functions will complete in order.\n\n\n---------------------------------------\n\n<a name="forEachLimit" />\n<a name="eachLimit" />\n### eachLimit(arr, limit, iterator, callback)\n\nThe same as [`each`](#each), only no more than `limit` `iterator`s will be simultaneously \nrunning at any time.\n\nNote that the items in `arr` are not processed in batches, so there is no guarantee that \nthe first `limit` `iterator` functions will complete before any others are started.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `limit` - The maximum number of `iterator`s to run at any time.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err)` which must be called once it has \n completed. If no error has occured, the callback should be run without \n arguments or with an explicit `null` argument.\n* `callback(err)` - A callback which is called when all `iterator` functions\n have finished, or an error occurs.\n\n__Example__\n\n```js\n// Assume documents is an array of JSON objects and requestApi is a\n// function that interacts with a rate-limited REST api.\n\nasync.eachLimit(documents, 20, requestApi, function(err){\n // if any of the saves produced an error, err would equal that error\n});\n```\n\n---------------------------------------\n\n<a name="map" />\n### map(arr, iterator, callback)\n\nProduces a new array of values by mapping each value in `arr` through\nthe `iterator` function. The `iterator` is called with an item from `arr` and a\ncallback for when it has finished processing. Each of these callback takes 2 arguments: \nan `error`, and the transformed item from `arr`. If `iterator` passes an error to this \ncallback, the main `callback` (for the `map` function) is immediately called with the error.\n\nNote, that since this function applies the `iterator` to each item in parallel,\nthere is no guarantee that the `iterator` functions will complete in order. \nHowever, the results array will be in the same order as the original `arr`.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err, transformed)` which must be called once \n it has completed with an error (which can be `null`) and a transformed item.\n* `callback(err, results)` - A callback which is called when all `iterator`\n functions have finished, or an error occurs. Results is an array of the\n transformed items from the `arr`.\n\n__Example__\n\n```js\nasync.map([\'file1\',\'file2\',\'file3\'], fs.stat, function(err, results){\n // results is now an array of stats for each file\n});\n```\n\n---------------------------------------\n\n<a name="mapSeries" />\n### mapSeries(arr, iterator, callback)\n\nThe same as [`map`](#map), only the `iterator` is applied to each item in `arr` in\nseries. The next `iterator` is only called once the current one has completed. \nThe results array will be in the same order as the original.\n\n\n---------------------------------------\n\n<a name="mapLimit" />\n### mapLimit(arr, limit, iterator, callback)\n\nThe same as [`map`](#map), only no more than `limit` `iterator`s will be simultaneously \nrunning at any time.\n\nNote that the items are not processed in batches, so there is no guarantee that \nthe first `limit` `iterator` functions will complete before any others are started.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `limit` - The maximum number of `iterator`s to run at any time.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err, transformed)` which must be called once \n it has completed with an error (which can be `null`) and a transformed item.\n* `callback(err, results)` - A callback which is called when all `iterator`\n calls have finished, or an error occurs. The result is an array of the\n transformed items from the original `arr`.\n\n__Example__\n\n```js\nasync.mapLimit([\'file1\',\'file2\',\'file3\'], 1, fs.stat, function(err, results){\n // results is now an array of stats for each file\n});\n```\n\n---------------------------------------\n\n<a name="select" />\n<a name="filter" />\n### filter(arr, iterator, callback)\n\n__Alias:__ `select`\n\nReturns a new array of all the values in `arr` which pass an async truth test.\n_The callback for each `iterator` call only accepts a single argument of `true` or\n`false`; it does not accept an error argument first!_ This is in-line with the\nway node libraries work with truth tests like `fs.exists`. This operation is\nperformed in parallel, but the results array will be in the same order as the\noriginal.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A truth test to apply to each item in `arr`.\n The `iterator` is passed a `callback(truthValue)`, which must be called with a \n boolean argument once it has completed.\n* `callback(results)` - A callback which is called after all the `iterator`\n functions have finished.\n\n__Example__\n\n```js\nasync.filter([\'file1\',\'file2\',\'file3\'], fs.exists, function(results){\n // results now equals an array of the existing files\n});\n```\n\n---------------------------------------\n\n<a name="selectSeries" />\n<a name="filterSeries" />\n### filterSeries(arr, iterator, callback)\n\n__Alias:__ `selectSeries`\n\nThe same as [`filter`](#filter) only the `iterator` is applied to each item in `arr` in\nseries. The next `iterator` is only called once the current one has completed. \nThe results array will be in the same order as the original.\n\n---------------------------------------\n\n<a name="reject" />\n### reject(arr, iterator, callback)\n\nThe opposite of [`filter`](#filter). Removes values that pass an `async` truth test.\n\n---------------------------------------\n\n<a name="rejectSeries" />\n### rejectSeries(arr, iterator, callback)\n\nThe same as [`reject`](#reject), only the `iterator` is applied to each item in `arr`\nin series.\n\n\n---------------------------------------\n\n<a name="reduce" />\n### reduce(arr, memo, iterator, callback)\n\n__Aliases:__ `inject`, `foldl`\n\nReduces `arr` into a single value using an async `iterator` to return\neach successive step. `memo` is the initial state of the reduction. \nThis function only operates in series. \n\nFor performance reasons, it may make sense to split a call to this function into \na parallel map, and then use the normal `Array.prototype.reduce` on the results. \nThis function is for situations where each step in the reduction needs to be async; \nif you can get the data before reducing it, then it\'s probably a good idea to do so.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `memo` - The initial state of the reduction.\n* `iterator(memo, item, callback)` - A function applied to each item in the\n array to produce the next step in the reduction. The `iterator` is passed a\n `callback(err, reduction)` which accepts an optional error as its first \n argument, and the state of the reduction as the second. If an error is \n passed to the callback, the reduction is stopped and the main `callback` is \n immediately called with the error.\n* `callback(err, result)` - A callback which is called after all the `iterator`\n functions have finished. Result is the reduced value.\n\n__Example__\n\n```js\nasync.reduce([1,2,3], 0, function(memo, item, callback){\n // pointless async:\n process.nextTick(function(){\n callback(null, memo + item)\n });\n}, function(err, result){\n // result is now equal to the last value of memo, which is 6\n});\n```\n\n---------------------------------------\n\n<a name="reduceRight" />\n### reduceRight(arr, memo, iterator, callback)\n\n__Alias:__ `foldr`\n\nSame as [`reduce`](#reduce), only operates on `arr` in reverse order.\n\n\n---------------------------------------\n\n<a name="detect" />\n### detect(arr, iterator, callback)\n\nReturns the first value in `arr` that passes an async truth test. The\n`iterator` is applied in parallel, meaning the first iterator to return `true` will\nfire the detect `callback` with that result. That means the result might not be\nthe first item in the original `arr` (in terms of order) that passes the test.\n\nIf order within the original `arr` is important, then look at [`detectSeries`](#detectSeries).\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A truth test to apply to each item in `arr`.\n The iterator is passed a `callback(truthValue)` which must be called with a \n boolean argument once it has completed.\n* `callback(result)` - A callback which is called as soon as any iterator returns\n `true`, or after all the `iterator` functions have finished. Result will be\n the first item in the array that passes the truth test (iterator) or the\n value `undefined` if none passed.\n\n__Example__\n\n```js\nasync.detect([\'file1\',\'file2\',\'file3\'], fs.exists, function(result){\n // result now equals the first file in the list that exists\n});\n```\n\n---------------------------------------\n\n<a name="detectSeries" />\n### detectSeries(arr, iterator, callback)\n\nThe same as [`detect`](#detect), only the `iterator` is applied to each item in `arr`\nin series. This means the result is always the first in the original `arr` (in\nterms of array order) that passes the truth test.\n\n\n---------------------------------------\n\n<a name="sortBy" />\n### sortBy(arr, iterator, callback)\n\nSorts a list by the results of running each `arr` value through an async `iterator`.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err, sortValue)` which must be called once it\n has completed with an error (which can be `null`) and a value to use as the sort\n criteria.\n* `callback(err, results)` - A callback which is called after all the `iterator`\n functions have finished, or an error occurs. Results is the items from\n the original `arr` sorted by the values returned by the `iterator` calls.\n\n__Example__\n\n```js\nasync.sortBy([\'file1\',\'file2\',\'file3\'], function(file, callback){\n fs.stat(file, function(err, stats){\n callback(err, stats.mtime);\n });\n}, function(err, results){\n // results is now the original array of files sorted by\n // modified date\n});\n```\n\n__Sort Order__\n\nBy modifying the callback parameter the sorting order can be influenced:\n\n```js\n//ascending order\nasync.sortBy([1,9,3,5], function(x, callback){\n callback(err, x);\n}, function(err,result){\n //result callback\n} );\n\n//descending order\nasync.sortBy([1,9,3,5], function(x, callback){\n callback(err, x*-1); //<- x*-1 instead of x, turns the order around\n}, function(err,result){\n //result callback\n} );\n```\n\n---------------------------------------\n\n<a name="some" />\n### some(arr, iterator, callback)\n\n__Alias:__ `any`\n\nReturns `true` if at least one element in the `arr` satisfies an async test.\n_The callback for each iterator call only accepts a single argument of `true` or\n`false`; it does not accept an error argument first!_ This is in-line with the\nway node libraries work with truth tests like `fs.exists`. Once any iterator\ncall returns `true`, the main `callback` is immediately called.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A truth test to apply to each item in the array\n in parallel. The iterator is passed a callback(truthValue) which must be \n called with a boolean argument once it has completed.\n* `callback(result)` - A callback which is called as soon as any iterator returns\n `true`, or after all the iterator functions have finished. Result will be\n either `true` or `false` depending on the values of the async tests.\n\n__Example__\n\n```js\nasync.some([\'file1\',\'file2\',\'file3\'], fs.exists, function(result){\n // if result is true then at least one of the files exists\n});\n```\n\n---------------------------------------\n\n<a name="every" />\n### every(arr, iterator, callback)\n\n__Alias:__ `all`\n\nReturns `true` if every element in `arr` satisfies an async test.\n_The callback for each `iterator` call only accepts a single argument of `true` or\n`false`; it does not accept an error argument first!_ This is in-line with the\nway node libraries work with truth tests like `fs.exists`.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A truth test to apply to each item in the array\n in parallel. The iterator is passed a callback(truthValue) which must be \n called with a boolean argument once it has completed.\n* `callback(result)` - A callback which is called after all the `iterator`\n functions have finished. Result will be either `true` or `false` depending on\n the values of the async tests.\n\n__Example__\n\n```js\nasync.every([\'file1\',\'file2\',\'file3\'], fs.exists, function(result){\n // if result is true then every file exists\n});\n```\n\n---------------------------------------\n\n<a name="concat" />\n### concat(arr, iterator, callback)\n\nApplies `iterator` to each item in `arr`, concatenating the results. Returns the\nconcatenated list. The `iterator`s are called in parallel, and the results are\nconcatenated as they return. There is no guarantee that the results array will\nbe returned in the original order of `arr` passed to the `iterator` function.\n\n__Arguments__\n\n* `arr` - An array to iterate over.\n* `iterator(item, callback)` - A function to apply to each item in `arr`.\n The iterator is passed a `callback(err, results)` which must be called once it \n has completed with an error (which can be `null`) and an array of results.\n* `callback(err, results)` - A callback which is called after all the `iterator`\n functions have finished, or an error occurs. Results is an array containing\n the concatenated results of the `iterator` function.\n\n__Example__\n\n```js\nasync.concat([\'dir1\',\'dir2\',\'dir3\'], fs.readdir, function(err, files){\n // files is now a list of filenames that exist in the 3 directories\n});\n```\n\n---------------------------------------\n\n<a name="concatSeries" />\n### concatSeries(arr, iterator, callback)\n\nSame as [`concat`](#concat), but executes in series instead of parallel.\n\n\n## Control Flow\n\n<a name="series" />\n### series(tasks, [callback])\n\nRun the functions in the `tasks` array in series, each one running once the previous\nfunction has completed. If any functions in the series pass an error to its\ncallback, no more functions are run, and `callback` is immediately called with the value of the error. \nOtherwise, `callback` receives an array of results when `tasks` have completed.\n\nIt is also possible to use an object instead of an array. Each property will be\nrun as a function, and the results will be passed to the final `callback` as an object\ninstead of an array. This can be a more readable way of handling results from\n[`series`](#series).\n\n**Note** that while many implementations preserve the order of object properties, the\n[ECMAScript Language Specifcation](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6) \nexplicitly states that\n\n> The mechanics and order of enumerating the properties is not specified.\n\nSo if you rely on the order in which your series of functions are executed, and want\nthis to work on all platforms, consider using an array. \n\n__Arguments__\n\n* `tasks` - An array or object containing functions to run, each function is passed\n a `callback(err, result)` it must call on completion with an error `err` (which can\n be `null`) and an optional `result` value.\n* `callback(err, results)` - An optional callback to run once all the functions\n have completed. This function gets a results array (or object) containing all \n the result arguments passed to the `task` callbacks.\n\n__Example__\n\n```js\nasync.series([\n function(callback){\n // do some stuff ...\n callback(null, \'one\');\n },\n function(callback){\n // do some more stuff ...\n callback(null, \'two\');\n }\n],\n// optional callback\nfunction(err, results){\n // results is now equal to [\'one\', \'two\']\n});\n\n\n// an example using an object instead of an array\nasync.series({\n one: function(callback){\n setTimeout(function(){\n callback(null, 1);\n }, 200);\n },\n two: function(callback){\n setTimeout(function(){\n callback(null, 2);\n }, 100);\n }\n},\nfunction(err, results) {\n // results is now equal to: {one: 1, two: 2}\n});\n```\n\n---------------------------------------\n\n<a name="parallel" />\n### parallel(tasks, [callback])\n\nRun the `tasks` array of functions in parallel, without waiting until the previous\nfunction has completed. If any of the functions pass an error to its\ncallback, the main `callback` is immediately called with the value of the error.\nOnce the `tasks` have completed, the results are passed to the final `callback` as an\narray.\n\nIt is also possible to use an object instead of an array. Each property will be\nrun as a function and the results will be passed to the final `callback` as an object\ninstead of an array. This can be a more readable way of handling results from\n[`parallel`](#parallel).\n\n\n__Arguments__\n\n* `tasks` - An array or object containing functions to run. Each function is passed \n a `callback(err, result)` which it must call on completion with an error `err` \n (which can be `null`) and an optional `result` value.\n* `callback(err, results)` - An optional callback to run once all the functions\n have completed. This function gets a results array (or object) containing all \n the result arguments passed to the task callbacks.\n\n__Example__\n\n```js\nasync.parallel([\n function(callback){\n setTimeout(function(){\n callback(null, \'one\');\n }, 200);\n },\n function(callback){\n setTimeout(function(){\n callback(null, \'two\');\n }, 100);\n }\n],\n// optional callback\nfunction(err, results){\n // the results array will equal [\'one\',\'two\'] even though\n // the second function had a shorter timeout.\n});\n\n\n// an example using an object instead of an array\nasync.parallel({\n one: function(callback){\n setTimeout(function(){\n callback(null, 1);\n }, 200);\n },\n two: function(callback){\n setTimeout(function(){\n callback(null, 2);\n }, 100);\n }\n},\nfunction(err, results) {\n // results is now equals to: {one: 1, two: 2}\n});\n```\n\n---------------------------------------\n\n<a name="parallelLimit" />\n### parallelLimit(tasks, limit, [callback])\n\nThe same as [`parallel`](#parallel), only `tasks` are executed in parallel \nwith a maximum of `limit` tasks executing at any time.\n\nNote that the `tasks` are not executed in batches, so there is no guarantee that \nthe first `limit` tasks will complete before any others are started.\n\n__Arguments__\n\n* `tasks` - An array or object containing functions to run, each function is passed \n a `callback(err, result)` it must call on completion with an error `err` (which can\n be `null`) and an optional `result` value.\n* `limit` - The maximum number of `tasks` to run at any time.\n* `callback(err, results)` - An optional callback to run once all the functions\n have completed. This function gets a results array (or object) containing all \n the result arguments passed to the `task` callbacks.\n\n---------------------------------------\n\n<a name="whilst" />\n### whilst(test, fn, callback)\n\nRepeatedly call `fn`, while `test` returns `true`. Calls `callback` when stopped,\nor an error occurs.\n\n__Arguments__\n\n* `test()` - synchronous truth test to perform before each execution of `fn`.\n* `fn(callback)` - A function which is called each time `test` passes. The function is\n passed a `callback(err)`, which must be called once it has completed with an \n optional `err` argument.\n* `callback(err)` - A callback which is called after the test fails and repeated\n execution of `fn` has stopped.\n\n__Example__\n\n```js\nvar count = 0;\n\nasync.whilst(\n function () { return count < 5; },\n function (callback) {\n count++;\n setTimeout(callback, 1000);\n },\n function (err) {\n // 5 seconds have passed\n }\n);\n```\n\n---------------------------------------\n\n<a name="doWhilst" />\n### doWhilst(fn, test, callback)\n\nThe post-check version of [`whilst`](#whilst). To reflect the difference in \nthe order of operations, the arguments `test` and `fn` are switched. \n\n`doWhilst` is to `whilst` as `do while` is to `while` in plain JavaScript.\n\n---------------------------------------\n\n<a name="until" />\n### until(test, fn, callback)\n\nRepeatedly call `fn` until `test` returns `true`. Calls `callback` when stopped,\nor an error occurs.\n\nThe inverse of [`whilst`](#whilst).\n\n---------------------------------------\n\n<a name="doUntil" />\n### doUntil(fn, test, callback)\n\nLike [`doWhilst`](#doWhilst), except the `test` is inverted. Note the argument ordering differs from `until`.\n\n---------------------------------------\n\n<a name="forever" />\n### forever(fn, errback)\n\nCalls the asynchronous function `fn` with a callback parameter that allows it to\ncall itself again, in series, indefinitely.\n\nIf an error is passed to the callback then `errback` is called with the\nerror, and execution stops, otherwise it will never be called.\n\n```js\nasync.forever(\n function(next) {\n // next is suitable for passing to things that need a callback(err [, whatever]);\n // it will result in this function being called again.\n },\n function(err) {\n // if next is called with a value in its first parameter, it will appear\n // in here as \'err\', and execution will stop.\n }\n);\n```\n\n---------------------------------------\n\n<a name="waterfall" />\n### waterfall(tasks, [callback])\n\nRuns the `tasks` array of functions in series, each passing their results to the next in\nthe array. However, if any of the `tasks` pass an error to their own callback, the\nnext function is not executed, and the main `callback` is immediately called with\nthe error.\n\n__Arguments__\n\n* `tasks` - An array of functions to run, each function is passed a \n `callback(err, result1, result2, ...)` it must call on completion. The first\n argument is an error (which can be `null`) and any further arguments will be \n passed as arguments in order to the next task.\n* `callback(err, [results])` - An optional callback to run once all the functions\n have completed. This will be passed the results of the last task\'s callback.\n\n\n\n__Example__\n\n```js\nasync.waterfall([\n function(callback){\n callback(null, \'one\', \'two\');\n },\n function(arg1, arg2, callback){\n // arg1 now equals \'one\' and arg2 now equals \'two\'\n callback(null, \'three\');\n },\n function(arg1, callback){\n // arg1 now equals \'three\'\n callback(null, \'done\');\n }\n], function (err, result) {\n // result now equals \'done\' \n});\n```\n\n---------------------------------------\n<a name="compose" />\n### compose(fn1, fn2...)\n\nCreates a function which is a composition of the passed asynchronous\nfunctions. Each function consumes the return value of the function that\nfollows. Composing functions `f()`, `g()`, and `h()` would produce the result of\n`f(g(h()))`, only this version uses callbacks to obtain the return values.\n\nEach function is executed with the `this` binding of the composed function.\n\n__Arguments__\n\n* `functions...` - the asynchronous functions to compose\n\n\n__Example__\n\n```js\nfunction add1(n, callback) {\n setTimeout(function () {\n callback(null, n + 1);\n }, 10);\n}\n\nfunction mul3(n, callback) {\n setTimeout(function () {\n callback(null, n * 3);\n }, 10);\n}\n\nvar add1mul3 = async.compose(mul3, add1);\n\nadd1mul3(4, function (err, result) {\n // result now equals 15\n});\n```\n\n---------------------------------------\n<a name="seq" />\n### seq(fn1, fn2...)\n\nVersion of the compose function that is more natural to read.\nEach following function consumes the return value of the latter function. \n\nEach function is executed with the `this` binding of the composed function.\n\n__Arguments__\n\n* functions... - the asynchronous functions to compose\n\n\n__Example__\n\n```js\n// Requires lodash (or underscore), express3 and dresende\'s orm2.\n// Part of an app, that fetches cats of the logged user.\n// This example uses `seq` function to avoid overnesting and error \n// handling clutter.\napp.get(\'/cats\', function(request, response) {\n function handleError(err, data, callback) {\n if (err) {\n console.error(err);\n response.json({ status: \'error\', message: err.message });\n }\n else {\n callback(data);\n }\n }\n var User = request.models.User;\n async.seq(\n _.bind(User.get, User), // \'User.get\' has signature (id, callback(err, data))\n handleError,\n function(user, fn) {\n user.getCats(fn); // \'getCats\' has signature (callback(err, data))\n },\n handleError,\n function(cats) {\n response.json({ status: \'ok\', message: \'Cats found\', data: cats });\n }\n )(req.session.user_id);\n }\n});\n```\n\n---------------------------------------\n<a name="applyEach" />\n### applyEach(fns, args..., callback)\n\nApplies the provided arguments to each function in the array, calling \n`callback` after all functions have completed. If you only provide the first\nargument, then it will return a function which lets you pass in the\narguments as if it were a single function call.\n\n__Arguments__\n\n* `fns` - the asynchronous functions to all call with the same arguments\n* `args...` - any number of separate arguments to pass to the function\n* `callback` - the final argument should be the callback, called when all\n functions have completed processing\n\n\n__Example__\n\n```js\nasync.applyEach([enableSearch, updateSchema], \'bucket\', callback);\n\n// partial application example:\nasync.each(\n buckets,\n async.applyEach([enableSearch, updateSchema]),\n callback\n);\n```\n\n---------------------------------------\n\n<a name="applyEachSeries" />\n### applyEachSeries(arr, iterator, callback)\n\nThe same as [`applyEach`](#applyEach) only the functions are applied in series.\n\n---------------------------------------\n\n<a name="queue" />\n### queue(worker, concurrency)\n\nCreates a `queue` object with the specified `concurrency`. Tasks added to the\n`queue` are processed in parallel (up to the `concurrency` limit). If all\n`worker`s are in progress, the task is queued until one becomes available. \nOnce a `worker` completes a `task`, that `task`\'s callback is called.\n\n__Arguments__\n\n* `worker(task, callback)` - An asynchronous function for processing a queued\n task, which must call its `callback(err)` argument when finished, with an \n optional `error` as an argument.\n* `concurrency` - An `integer` for determining how many `worker` functions should be\n run in parallel.\n\n__Queue objects__\n\nThe `queue` object returned by this function has the following properties and\nmethods:\n\n* `length()` - a function returning the number of items waiting to be processed.\n* `started` - a function returning whether or not any items have been pushed and processed by the queue\n* `running()` - a function returning the number of items currently being processed.\n* `idle()` - a function returning false if there are items waiting or being processed, or true if not.\n* `concurrency` - an integer for determining how many `worker` functions should be\n run in parallel. This property can be changed after a `queue` is created to\n alter the concurrency on-the-fly.\n* `push(task, [callback])` - add a new task to the `queue`. Calls `callback` once \n the `worker` has finished processing the task. Instead of a single task, a `tasks` array\n can be submitted. The respective callback is used for every task in the list.\n* `unshift(task, [callback])` - add a new task to the front of the `queue`.\n* `saturated` - a callback that is called when the `queue` length hits the `concurrency` limit, \n and further tasks will be queued.\n* `empty` - a callback that is called when the last item from the `queue` is given to a `worker`.\n* `drain` - a callback that is called when the last item from the `queue` has returned from the `worker`.\n* `paused` - a boolean for determining whether the queue is in a paused state\n* `pause()` - a function that pauses the processing of tasks until `resume()` is called.\n* `resume()` - a function that resumes the processing of queued tasks when the queue is paused.\n* `kill()` - a function that empties remaining tasks from the queue forcing it to go idle.\n\n__Example__\n\n```js\n// create a queue object with concurrency 2\n\nvar q = async.queue(function (task, callback) {\n console.log(\'hello \' + task.name);\n callback();\n}, 2);\n\n\n// assign a callback\nq.drain = function() {\n console.log(\'all items have been processed\');\n}\n\n// add some items to the queue\n\nq.push({name: \'foo\'}, function (err) {\n console.log(\'finished processing foo\');\n});\nq.push({name: \'bar\'}, function (err) {\n console.log(\'finished processing bar\');\n});\n\n// add some items to the queue (batch-wise)\n\nq.push([{name: \'baz\'},{name: \'bay\'},{name: \'bax\'}], function (err) {\n console.log(\'finished processing bar\');\n});\n\n// add some items to the front of the queue\n\nq.unshift({name: \'bar\'}, function (err) {\n console.log(\'finished processing bar\');\n});\n```\n\n\n---------------------------------------\n\n<a name="priorityQueue" />\n### priorityQueue(worker, concurrency)\n\nThe same as [`queue`](#queue) only tasks are assigned a priority and completed in ascending priority order. There are two differences between `queue` and `priorityQueue` objects:\n\n* `push(task, priority, [callback])` - `priority` should be a number. If an array of\n `tasks` is given, all tasks will be assigned the same priority.\n* The `unshift` method was removed.\n\n---------------------------------------\n\n<a name="cargo" />\n### cargo(worker, [payload])\n\nCreates a `cargo` object with the specified payload. Tasks added to the\ncargo will be processed altogether (up to the `payload` limit). If the\n`worker` is in progress, the task is queued until it becomes available. Once\nthe `worker` has completed some tasks, each callback of those tasks is called.\nCheck out [this animation](https://camo.githubusercontent.com/6bbd36f4cf5b35a0f11a96dcd2e97711ffc2fb37/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313637363837312f36383130382f62626330636662302d356632392d313165322d393734662d3333393763363464633835382e676966) for how `cargo` and `queue` work.\n\nWhile [queue](#queue) passes only one task to one of a group of workers\nat a time, cargo passes an array of tasks to a single worker, repeating\nwhen the worker is finished.\n\n__Arguments__\n\n* `worker(tasks, callback)` - An asynchronous function for processing an array of\n queued tasks, which must call its `callback(err)` argument when finished, with \n an optional `err` argument.\n* `payload` - An optional `integer` for determining how many tasks should be\n processed per round; if omitted, the default is unlimited.\n\n__Cargo objects__\n\nThe `cargo` object returned by this function has the following properties and\nmethods:\n\n* `length()` - A function returning the number of items waiting to be processed.\n* `payload` - An `integer` for determining how many tasks should be\n process per round. This property can be changed after a `cargo` is created to\n alter the payload on-the-fly.\n* `push(task, [callback])` - Adds `task` to the `queue`. The callback is called\n once the `worker` has finished processing the task. Instead of a single task, an array of `tasks` \n can be submitted. The respective callback is used for every task in the list.\n* `saturated` - A callback that is called when the `queue.length()` hits the concurrency and further tasks will be queued.\n* `empty` - A callback that is called when the last item from the `queue` is given to a `worker`.\n* `drain` - A callback that is called when the last item from the `queue` has returned from the `worker`.\n\n__Example__\n\n```js\n// create a cargo object with payload 2\n\nvar cargo = async.cargo(function (tasks, callback) {\n for(var i=0; i<tasks.length; i++){\n console.log(\'hello \' + tasks[i].name);\n }\n callback();\n}, 2);\n\n\n// add some items\n\ncargo.push({name: \'foo\'}, function (err) {\n console.log(\'finished processing foo\');\n});\ncargo.push({name: \'bar\'}, function (err) {\n console.log(\'finished processing bar\');\n});\ncargo.push({name: \'baz\'}, function (err) {\n console.log(\'finished processing baz\');\n});\n```\n\n---------------------------------------\n\n<a name="auto" />\n### auto(tasks, [callback])\n\nDetermines the best order for running the functions in `tasks`, based on their \nrequirements. Each function can optionally depend on other functions being completed \nfirst, and each function is run as soon as its requirements are satisfied. \n\nIf any of the functions pass an error to their callback, it will not \ncomplete (so any other functions depending on it will not run), and the main \n`callback` is immediately called with the error. Functions also receive an \nobject containing the results of functions which have completed so far.\n\nNote, all functions are called with a `results` object as a second argument, \nso it is unsafe to pass functions in the `tasks` object which cannot handle the\nextra argument. \n\nFor example, this snippet of code:\n\n```js\nasync.auto({\n readData: async.apply(fs.readFile, \'data.txt\', \'utf-8\')\n}, callback);\n```\n\nwill have the effect of calling `readFile` with the results object as the last\nargument, which will fail:\n\n```js\nfs.readFile(\'data.txt\', \'utf-8\', cb, {});\n```\n\nInstead, wrap the call to `readFile` in a function which does not forward the \n`results` object:\n\n```js\nasync.auto({\n readData: function(cb, results){\n fs.readFile(\'data.txt\', \'utf-8\', cb);\n }\n}, callback);\n```\n\n__Arguments__\n\n* `tasks` - An object. Each of its properties is either a function or an array of\n requirements, with the function itself the last item in the array. The object\'s key\n of a property serves as the name of the task defined by that property,\n i.e. can be used when specifying requirements for other tasks.\n The function receives two arguments: (1) a `callback(err, result)` which must be \n called when finished, passing an `error` (which can be `null`) and the result of \n the function\'s execution, and (2) a `results` object, containing the results of\n the previously executed functions.\n* `callback(err, results)` - An optional callback which is called when all the\n tasks have been completed. It receives the `err` argument if any `tasks` \n pass an error to their callback. Results are always returned; however, if \n an error occurs, no further `tasks` will be performed, and the results\n object will only contain partial results.\n\n\n__Example__\n\n```js\nasync.auto({\n get_data: function(callback){\n console.log(\'in get_data\');\n // async code to get some data\n callback(null, \'data\', \'converted to array\');\n },\n make_folder: function(callback){\n console.log(\'in make_folder\');\n // async code to create a directory to store a file in\n // this is run at the same time as getting the data\n callback(null, \'folder\');\n },\n write_file: [\'get_data\', \'make_folder\', function(callback, results){\n console.log(\'in write_file\', JSON.stringify(results));\n // once there is some data and the directory exists,\n // write the data to a file in the directory\n callback(null, \'filename\');\n }],\n email_link: [\'write_file\', function(callback, results){\n console.log(\'in email_link\', JSON.stringify(results));\n // once the file is written let\'s email a link to it...\n // results.write_file contains the filename returned by write_file.\n callback(null, {\'file\':results.write_file, \'email\':\'user@example.com\'});\n }]\n}, function(err, results) {\n console.log(\'err = \', err);\n console.log(\'results = \', results);\n});\n```\n\nThis is a fairly trivial example, but to do this using the basic parallel and\nseries functions would look like this:\n\n```js\nasync.parallel([\n function(callback){\n console.log(\'in get_data\');\n // async code to get some data\n callback(null, \'data\', \'converted to array\');\n },\n function(callback){\n console.log(\'in make_folder\');\n // async code to create a directory to store a file in\n // this is run at the same time as getting the data\n callback(null, \'folder\');\n }\n],\nfunction(err, results){\n async.series([\n function(callback){\n console.log(\'in write_file\', JSON.stringify(results));\n // once there is some data and the directory exists,\n // write the data to a file in the directory\n results.push(\'filename\');\n callback(null);\n },\n function(callback){\n console.log(\'in email_link\', JSON.stringify(results));\n // once the file is written let\'s email a link to it...\n callback(null, {\'file\':results.pop(), \'email\':\'user@example.com\'});\n }\n ]);\n});\n```\n\nFor a complicated series of `async` tasks, using the [`auto`](#auto) function makes adding\nnew tasks much easier (and the code more readable).\n\n\n---------------------------------------\n\n<a name="retry" />\n### retry([times = 5], task, [callback])\n\nAttempts to get a successful response from `task` no more than `times` times before\nreturning an error. If the task is successful, the `callback` will be passed the result\nof the successfull task. If all attemps fail, the callback will be passed the error and\nresult (if any) of the final attempt.\n\n__Arguments__\n\n* `times` - An integer indicating how many times to attempt the `task` before giving up. Defaults to 5.\n* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`\n which must be called when finished, passing `err` (which can be `null`) and the `result` of \n the function\'s execution, and (2) a `results` object, containing the results of\n the previously executed functions (if nested inside another control flow).\n* `callback(err, results)` - An optional callback which is called when the\n task has succeeded, or after the final failed attempt. It receives the `err` and `result` arguments of the last attempt at completing the `task`.\n\nThe [`retry`](#retry) function can be used as a stand-alone control flow by passing a\ncallback, as shown below:\n\n```js\nasync.retry(3, apiMethod, function(err, result) {\n // do something with the result\n});\n```\n\nIt can also be embeded within other control flow functions to retry individual methods\nthat are not as reliable, like this:\n\n```js\nasync.auto({\n users: api.getUsers.bind(api),\n payments: async.retry(3, api.getPayments.bind(api))\n}, function(err, results) {\n // do something with the results\n});\n```\n\n\n---------------------------------------\n\n<a name="iterator" />\n### iterator(tasks)\n\nCreates an iterator function which calls the next function in the `tasks` array,\nreturning a continuation to call the next one after that. It\'s also possible to\n“peek” at the next iterator with `iterator.next()`.\n\nThis function is used internally by the `async` module, but can be useful when\nyou want to manually control the flow of functions in series.\n\n__Arguments__\n\n* `tasks` - An array of functions to run.\n\n__Example__\n\n```js\nvar iterator = async.iterator([\n function(){ sys.p(\'one\'); },\n function(){ sys.p(\'two\'); },\n function(){ sys.p(\'three\'); }\n]);\n\nnode> var iterator2 = iterator();\n\'one\'\nnode> var iterator3 = iterator2();\n\'two\'\nnode> iterator3();\n\'three\'\nnode> var nextfn = iterator2.next();\nnode> nextfn();\n\'three\'\n```\n\n---------------------------------------\n\n<a name="apply" />\n### apply(function, arguments..)\n\nCreates a continuation function with some arguments already applied. \n\nUseful as a shorthand when combined with other control flow functions. Any arguments\npassed to the returned function are added to the arguments originally passed\nto apply.\n\n__Arguments__\n\n* `function` - The function you want to eventually apply all arguments to.\n* `arguments...` - Any number of arguments to automatically apply when the\n continuation is called.\n\n__Example__\n\n```js\n// using apply\n\nasync.parallel([\n async.apply(fs.writeFile, \'testfile1\', \'test1\'),\n async.apply(fs.writeFile, \'testfile2\', \'test2\'),\n]);\n\n\n// the same process without using apply\n\nasync.parallel([\n function(callback){\n fs.writeFile(\'testfile1\', \'test1\', callback);\n },\n function(callback){\n fs.writeFile(\'testfile2\', \'test2\', callback);\n }\n]);\n```\n\nIt\'s possible to pass any number of additional arguments when calling the\ncontinuation:\n\n```js\nnode> var fn = async.apply(sys.puts, \'one\');\nnode> fn(\'two\', \'three\');\none\ntwo\nthree\n```\n\n---------------------------------------\n\n<a name="nextTick" />\n### nextTick(callback)\n\nCalls `callback` on a later loop around the event loop. In Node.js this just\ncalls `process.nextTick`; in the browser it falls back to `setImmediate(callback)`\nif available, otherwise `setTimeout(callback, 0)`, which means other higher priority\nevents may precede the execution of `callback`.\n\nThis is used internally for browser-compatibility purposes.\n\n__Arguments__\n\n* `callback` - The function to call on a later loop around the event loop.\n\n__Example__\n\n```js\nvar call_order = [];\nasync.nextTick(function(){\n call_order.push(\'two\');\n // call_order now equals [\'one\',\'two\']\n});\ncall_order.push(\'one\')\n```\n\n<a name="times" />\n### times(n, callback)\n\nCalls the `callback` function `n` times, and accumulates results in the same manner\nyou would use with [`map`](#map).\n\n__Arguments__\n\n* `n` - The number of times to run the function.\n* `callback` - The function to call `n` times.\n\n__Example__\n\n```js\n// Pretend this is some complicated async factory\nvar createUser = function(id, callback) {\n callback(null, {\n id: \'user\' + id\n })\n}\n// generate 5 users\nasync.times(5, function(n, next){\n createUser(n, function(err, user) {\n next(err, user)\n })\n}, function(err, users) {\n // we should now have 5 users\n});\n```\n\n<a name="timesSeries" />\n### timesSeries(n, callback)\n\nThe same as [`times`](#times), only the iterator is applied to each item in `arr` in\nseries. The next `iterator` is only called once the current one has completed. \nThe results array will be in the same order as the original.\n\n\n## Utils\n\n<a name="memoize" />\n### memoize(fn, [hasher])\n\nCaches the results of an `async` function. When creating a hash to store function\nresults against, the callback is omitted from the hash and an optional hash\nfunction can be used.\n\nThe cache of results is exposed as the `memo` property of the function returned\nby `memoize`.\n\n__Arguments__\n\n* `fn` - The function to proxy and cache results from.\n* `hasher` - Tn optional function for generating a custom hash for storing\n results. It has all the arguments applied to it apart from the callback, and\n must be synchronous.\n\n__Example__\n\n```js\nvar slow_fn = function (name, callback) {\n // do something\n callback(null, result);\n};\nvar fn = async.memoize(slow_fn);\n\n// fn can now be used as if it were slow_fn\nfn(\'some name\', function () {\n // callback\n});\n```\n\n<a name="unmemoize" />\n### unmemoize(fn)\n\nUndoes a [`memoize`](#memoize)d function, reverting it to the original, unmemoized\nform. Handy for testing.\n\n__Arguments__\n\n* `fn` - the memoized function\n\n<a name="log" />\n### log(function, arguments)\n\nLogs the result of an `async` function to the `console`. Only works in Node.js or\nin browsers that support `console.log` and `console.error` (such as FF and Chrome).\nIf multiple arguments are returned from the async function, `console.log` is\ncalled on each argument in order.\n\n__Arguments__\n\n* `function` - The function you want to eventually apply all arguments to.\n* `arguments...` - Any number of arguments to apply to the function.\n\n__Example__\n\n```js\nvar hello = function(name, callback){\n setTimeout(function(){\n callback(null, \'hello \' + name);\n }, 1000);\n};\n```\n```js\nnode> async.log(hello, \'world\');\n\'hello world\'\n```\n\n---------------------------------------\n\n<a name="dir" />\n### dir(function, arguments)\n\nLogs the result of an `async` function to the `console` using `console.dir` to\ndisplay the properties of the resulting object. Only works in Node.js or\nin browsers that support `console.dir` and `console.error` (such as FF and Chrome).\nIf multiple arguments are returned from the async function, `console.dir` is\ncalled on each argument in order.\n\n__Arguments__\n\n* `function` - The function you want to eventually apply all arguments to.\n* `arguments...` - Any number of arguments to apply to the function.\n\n__Example__\n\n```js\nvar hello = function(name, callback){\n setTimeout(function(){\n callback(null, {hello: name});\n }, 1000);\n};\n```\n```js\nnode> async.dir(hello, \'world\');\n{hello: \'world\'}\n```\n\n---------------------------------------\n\n<a name="noConflict" />\n### noConflict()\n\nChanges the value of `async` back to its original value, returning a reference to the\n`async` object.\n',
948 silly install resolved readmeFilename: 'README.md' } ]
949 info install mkdirp@0.5.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
950 info install debug@0.7.4 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
951 info install through2@0.6.3 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
952 info install yauzl@2.3.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
953 info install minimist@0.1.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
954 info install concat-stream@1.5.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
955 info install async@0.9.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip
956 info installOne mkdirp@0.5.0
957 verbose installOne of mkdirp to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
958 info installOne debug@0.7.4
959 verbose installOne of debug to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
960 info installOne through2@0.6.3
961 verbose installOne of through2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
962 info installOne yauzl@2.3.1
963 verbose installOne of yauzl to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
964 info installOne minimist@0.1.0
965 verbose installOne of minimist to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
966 info installOne concat-stream@1.5.0
967 verbose installOne of concat-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
968 info installOne async@0.9.0
969 verbose installOne of async to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip not in flight; installing
970 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mkdirp-951acca86c9adc84.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
971 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\through2-bb938ff68e02eb6e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
972 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\debug-407ed85dc6762805.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
973 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-e37ea36f9b61bba5.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
974 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\yauzl-b9d86619275e8a3e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
975 silly install write writing mkdirp 0.5.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
976 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\concat-stream-99f36746e267c204.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
977 silly install write writing through2 0.6.3 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
978 silly install write writing debug 0.7.4 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
979 silly install write writing minimist 0.1.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
980 silly install write writing yauzl 2.3.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
981 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\async-89493a534c868441.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
982 silly install write writing concat-stream 1.5.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
983 silly install write writing async 0.9.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
984 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
985 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
986 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
987 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
988 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
989 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
990 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2 is being purged from base C:\Users\bas\AppData\Roaming\npm
991 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
992 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
993 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug is being purged from base C:\Users\bas\AppData\Roaming\npm
994 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
995 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist is being purged from base C:\Users\bas\AppData\Roaming\npm
996 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
997 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl is being purged from base C:\Users\bas\AppData\Roaming\npm
998 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
999 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp is being purged from base C:\Users\bas\AppData\Roaming\npm
1000 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1001 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\through2\0.6.3\package.tgz
1002 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
1003 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2 is being purged
1004 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
1005 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\debug\0.7.4\package.tgz
1006 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
1007 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug is being purged
1008 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
1009 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
1010 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
1011 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.1.0\package.tgz
1012 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
1013 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist is being purged
1014 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
1015 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\yauzl\2.3.1\package.tgz
1016 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
1017 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl is being purged
1018 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
1019 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
1020 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1021 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp is being purged
1022 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1023 silly gunzTarPerm modes [ '777', '666' ]
1024 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async is being purged from base C:\Users\bas\AppData\Roaming\npm
1025 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1026 silly gunzTarPerm modes [ '777', '666' ]
1027 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\concat-stream\1.5.0\package.tgz
1028 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
1029 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream is being purged
1030 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
1031 silly gunzTarPerm modes [ '777', '666' ]
1032 silly gunzTarPerm modes [ '777', '666' ]
1033 silly gunzTarPerm modes [ '777', '666' ]
1034 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
1035 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1036 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async is being purged
1037 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1038 silly gunzTarPerm modes [ '777', '666' ]
1039 silly gunzTarPerm modes [ '777', '666' ]
1040 silly gunzTarPerm extractEntry package.json
1041 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
1042 silly gunzTarPerm extractEntry package.json
1043 silly gunzTarPerm extractEntry package.json
1044 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1045 silly gunzTarPerm extractEntry package.json
1046 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
1047 silly gunzTarPerm extractEntry package.json
1048 silly gunzTarPerm extractEntry package.json
1049 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1050 silly gunzTarPerm extractEntry package.json
1051 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1052 silly gunzTarPerm extractEntry .npmignore
1053 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
1054 silly gunzTarPerm extractEntry README.md
1055 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
1056 silly gunzTarPerm extractEntry debug.js
1057 silly gunzTarPerm extractEntry index.js
1058 silly gunzTarPerm extractEntry LICENSE
1059 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1060 silly gunzTarPerm extractEntry index.js
1061 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1062 silly gunzTarPerm extractEntry .npmignore
1063 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
1064 silly gunzTarPerm extractEntry README.md
1065 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
1066 silly gunzTarPerm extractEntry .npmignore
1067 silly gunzTarPerm extractEntry LICENSE
1068 silly gunzTarPerm extractEntry LICENSE
1069 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1070 silly gunzTarPerm extractEntry index.js
1071 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1072 silly gunzTarPerm extractEntry README.md
1073 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1074 silly gunzTarPerm extractEntry LICENSE
1075 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1076 silly gunzTarPerm extractEntry .travis.yml
1077 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1078 silly gunzTarPerm extractEntry component.json
1079 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
1080 silly gunzTarPerm extractEntry lib/async.js
1081 silly gunzTarPerm modified mode [ 'lib/async.js', 493, 511 ]
1082 silly gunzTarPerm extractEntry LICENSE
1083 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
1084 silly gunzTarPerm extractEntry through2.js
1085 silly gunzTarPerm modified mode [ 'through2.js', 436, 438 ]
1086 silly gunzTarPerm extractEntry LICENSE
1087 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
1088 silly gunzTarPerm extractEntry index.js
1089 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
1090 silly gunzTarPerm extractEntry .travis.yml
1091 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
1092 silly gunzTarPerm extractEntry .travis.yml
1093 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1094 silly gunzTarPerm extractEntry example/parse.js
1095 silly gunzTarPerm modified mode [ 'example/parse.js', 420, 438 ]
1096 silly gunzTarPerm extractEntry Readme.md
1097 silly gunzTarPerm extractEntry lib/debug.js
1098 silly gunzTarPerm extractEntry index.js
1099 silly gunzTarPerm extractEntry .travis.yml
1100 silly gunzTarPerm extractEntry readme.md
1101 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
1102 silly gunzTarPerm extractEntry readme.markdown
1103 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
1104 silly gunzTarPerm extractEntry test/bool.js
1105 silly gunzTarPerm modified mode [ 'test/bool.js', 420, 438 ]
1106 silly gunzTarPerm extractEntry bin/cmd.js
1107 silly gunzTarPerm extractEntry bin/usage.txt
1108 silly gunzTarPerm extractEntry examples/pow.js
1109 silly gunzTarPerm extractEntry readme.markdown
1110 silly gunzTarPerm extractEntry test/dash.js
1111 silly gunzTarPerm modified mode [ 'test/dash.js', 420, 438 ]
1112 silly gunzTarPerm extractEntry test/default_bool.js
1113 silly gunzTarPerm modified mode [ 'test/default_bool.js', 420, 438 ]
1114 silly gunzTarPerm extractEntry test/dotted.js
1115 silly gunzTarPerm modified mode [ 'test/dotted.js', 420, 438 ]
1116 silly gunzTarPerm extractEntry test/chmod.js
1117 silly gunzTarPerm extractEntry test/opts_fs_sync.js
1118 silly gunzTarPerm extractEntry test/perm.js
1119 silly gunzTarPerm extractEntry test/perm_sync.js
1120 silly gunzTarPerm extractEntry test/opts_fs.js
1121 silly gunzTarPerm extractEntry test/rel.js
1122 silly gunzTarPerm extractEntry test/return.js
1123 silly gunzTarPerm extractEntry test/return_sync.js
1124 silly gunzTarPerm extractEntry test/root.js
1125 silly gunzTarPerm extractEntry test/sync.js
1126 silly gunzTarPerm extractEntry test/mkdirp.js
1127 silly gunzTarPerm extractEntry test/umask.js
1128 silly gunzTarPerm extractEntry test/clobber.js
1129 silly gunzTarPerm extractEntry test/umask_sync.js
1130 silly gunzTarPerm extractEntry test/race.js
1131 silly gunzTarPerm extractEntry test/long.js
1132 silly gunzTarPerm modified mode [ 'test/long.js', 420, 438 ]
1133 silly gunzTarPerm extractEntry test/num.js
1134 silly gunzTarPerm modified mode [ 'test/num.js', 420, 438 ]
1135 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist\package.json
1136 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\package.json
1137 info preinstall minimist@0.0.8
1138 silly gunzTarPerm extractEntry test/parse.js
1139 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
1140 silly gunzTarPerm extractEntry test/parse_modified.js
1141 silly gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 438 ]
1142 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist\package.json
1143 info preinstall concat-stream@1.5.0
1144 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\package.json
1145 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\package.json
1146 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist\package.json
1147 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug\package.json
1148 silly prepareForInstallMany adding inherits@~2.0.1 from concat-stream dependencies
1149 silly prepareForInstallMany adding typedarray@~0.0.5 from concat-stream dependencies
1150 silly prepareForInstallMany adding readable-stream@~2.0.0 from concat-stream dependencies
1151 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\package.json
1152 info preinstall through2@0.6.3
1153 silly install resolved []
1154 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
1155 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
1156 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\package.json
1157 info preinstall debug@0.7.4
1158 silly cache add args [ 'inherits@~2.0.1', null ]
1159 verbose cache add spec inherits@~2.0.1
1160 silly cache add args [ 'typedarray@~0.0.5', null ]
1161 verbose cache add spec typedarray@~0.0.5
1162 silly cache add parsed spec { raw: 'inherits@~2.0.1',
1162 silly cache add scope: null,
1162 silly cache add name: 'inherits',
1162 silly cache add rawSpec: '~2.0.1',
1162 silly cache add spec: '>=2.0.1 <2.1.0',
1162 silly cache add type: 'range' }
1163 silly addNamed inherits@>=2.0.1 <2.1.0
1164 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
1165 silly addNameRange { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: false }
1166 silly mapToRegistry name inherits
1167 silly mapToRegistry using default registry
1168 silly mapToRegistry registry https://registry.npmjs.org/
1169 silly mapToRegistry uri https://registry.npmjs.org/inherits
1170 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
1171 silly cache add parsed spec { raw: 'typedarray@~0.0.5',
1171 silly cache add scope: null,
1171 silly cache add name: 'typedarray',
1171 silly cache add rawSpec: '~0.0.5',
1171 silly cache add spec: '>=0.0.5 <0.1.0',
1171 silly cache add type: 'range' }
1172 silly addNamed typedarray@>=0.0.5 <0.1.0
1173 verbose addNamed ">=0.0.5 <0.1.0" is a valid semver range for typedarray
1174 silly addNameRange { name: 'typedarray', range: '>=0.0.5 <0.1.0', hasData: false }
1175 silly mapToRegistry name typedarray
1176 silly mapToRegistry using default registry
1177 silly mapToRegistry registry https://registry.npmjs.org/
1178 silly mapToRegistry uri https://registry.npmjs.org/typedarray
1179 verbose addNameRange registry:https://registry.npmjs.org/typedarray not in flight; fetching
1180 silly cache add args [ 'readable-stream@~2.0.0', null ]
1181 verbose cache add spec readable-stream@~2.0.0
1182 silly cache add parsed spec { raw: 'readable-stream@~2.0.0',
1182 silly cache add scope: null,
1182 silly cache add name: 'readable-stream',
1182 silly cache add rawSpec: '~2.0.0',
1182 silly cache add spec: '>=2.0.0 <2.1.0',
1182 silly cache add type: 'range' }
1183 silly addNamed readable-stream@>=2.0.0 <2.1.0
1184 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for readable-stream
1185 silly addNameRange { name: 'readable-stream',
1185 silly addNameRange range: '>=2.0.0 <2.1.0',
1185 silly addNameRange hasData: false }
1186 silly mapToRegistry name readable-stream
1187 silly mapToRegistry using default registry
1188 silly mapToRegistry registry https://registry.npmjs.org/
1189 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
1190 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
1191 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug\package.json
1192 info linkStuff minimist@0.0.8
1193 silly linkStuff minimist@0.0.8 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules as its parent node_modules
1194 silly linkStuff minimist@0.0.8 is part of a global install
1195 silly linkStuff minimist@0.0.8 is installed into a global node_modules
1196 silly gunzTarPerm extractEntry test/short.js
1197 silly gunzTarPerm modified mode [ 'test/short.js', 420, 438 ]
1198 silly gunzTarPerm extractEntry test/whitespace.js
1199 silly gunzTarPerm modified mode [ 'test/whitespace.js', 420, 438 ]
1200 silly prepareForInstallMany adding readable-stream@>=1.0.33-1 <1.1.0-0 from through2 dependencies
1201 silly prepareForInstallMany adding xtend@>=4.0.0 <4.1.0-0 from through2 dependencies
1202 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\package.json
1203 verbose request uri https://registry.npmjs.org/inherits
1204 verbose request no auth needed
1205 info attempt registry request try #1 at 12:29:05
1206 verbose request using bearer token for auth
1207 verbose etag "DPT0HCFHSA8NG4H8MNHKEH1FI"
1208 http request GET https://registry.npmjs.org/inherits
1209 verbose request uri https://registry.npmjs.org/typedarray
1210 verbose request no auth needed
1211 info attempt registry request try #1 at 12:29:05
1212 verbose request using bearer token for auth
1213 verbose etag "6RFURVCQK0AVYAQYR6CSAQV0M"
1214 http request GET https://registry.npmjs.org/typedarray
1215 verbose request uri https://registry.npmjs.org/readable-stream
1216 verbose request no auth needed
1217 info attempt registry request try #1 at 12:29:05
1218 verbose request using bearer token for auth
1219 verbose etag "DEV7UL0VAC9YVAPQ4UEMA8MOD"
1220 http request GET https://registry.npmjs.org/readable-stream
1221 verbose linkBins minimist@0.0.8
1222 verbose linkMans minimist@0.0.8
1223 verbose rebuildBundles minimist@0.0.8
1224 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug\package.json
1225 info install minimist@0.0.8
1226 info postinstall minimist@0.0.8
1227 silly cache add args [ 'readable-stream@>=1.0.33-1 <1.1.0-0', null ]
1228 verbose cache add spec readable-stream@>=1.0.33-1 <1.1.0-0
1229 silly cache add args [ 'xtend@>=4.0.0 <4.1.0-0', null ]
1230 verbose cache add spec xtend@>=4.0.0 <4.1.0-0
1231 silly cache add parsed spec { raw: 'readable-stream@>=1.0.33-1 <1.1.0-0',
1231 silly cache add scope: null,
1231 silly cache add name: 'readable-stream',
1231 silly cache add rawSpec: '>=1.0.33-1 <1.1.0-0',
1231 silly cache add spec: '>=1.0.33-1 <1.1.0-0',
1231 silly cache add type: 'range' }
1232 silly addNamed readable-stream@>=1.0.33-1 <1.1.0-0
1233 verbose addNamed ">=1.0.33-1 <1.1.0-0" is a valid semver range for readable-stream
1234 silly addNameRange { name: 'readable-stream',
1234 silly addNameRange range: '>=1.0.33-1 <1.1.0-0',
1234 silly addNameRange hasData: false }
1235 silly mapToRegistry name readable-stream
1236 silly mapToRegistry using default registry
1237 silly mapToRegistry registry https://registry.npmjs.org/
1238 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
1239 verbose addNameRange registry:https://registry.npmjs.org/readable-stream already in flight; waiting
1240 silly cache add parsed spec { raw: 'xtend@>=4.0.0 <4.1.0-0',
1240 silly cache add scope: null,
1240 silly cache add name: 'xtend',
1240 silly cache add rawSpec: '>=4.0.0 <4.1.0-0',
1240 silly cache add spec: '>=4.0.0 <4.1.0-0',
1240 silly cache add type: 'range' }
1241 silly addNamed xtend@>=4.0.0 <4.1.0-0
1242 verbose addNamed ">=4.0.0 <4.1.0-0" is a valid semver range for xtend
1243 silly addNameRange { name: 'xtend', range: '>=4.0.0 <4.1.0-0', hasData: false }
1244 silly mapToRegistry name xtend
1245 silly mapToRegistry using default registry
1246 silly mapToRegistry registry https://registry.npmjs.org/
1247 silly mapToRegistry uri https://registry.npmjs.org/xtend
1248 verbose addNameRange registry:https://registry.npmjs.org/xtend not in flight; fetching
1249 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-d1f8ebaf3a7888ba.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp\node_modules\minimist
1250 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
1251 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
1252 silly install resolved []
1253 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
1254 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
1255 verbose request uri https://registry.npmjs.org/xtend
1256 verbose request no auth needed
1257 info attempt registry request try #1 at 12:29:05
1258 verbose request using bearer token for auth
1259 verbose etag "DRVFMF23K6DJ81KYA798DL7SF"
1260 http request GET https://registry.npmjs.org/xtend
1261 info linkStuff debug@0.7.4
1262 silly linkStuff debug@0.7.4 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
1263 silly linkStuff debug@0.7.4 is part of a global install
1264 silly linkStuff debug@0.7.4 is installed into a global node_modules
1265 info linkStuff mkdirp@0.5.1
1266 silly linkStuff mkdirp@0.5.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules as its parent node_modules
1267 silly linkStuff mkdirp@0.5.1 is part of a global install
1268 silly linkStuff mkdirp@0.5.1 is installed into a global node_modules
1269 verbose linkBins debug@0.7.4
1270 verbose linkMans debug@0.7.4
1271 verbose rebuildBundles debug@0.7.4
1272 verbose linkBins mkdirp@0.5.1
1273 verbose link bins [ { mkdirp: 'bin/cmd.js' },
1273 verbose link bins 'C:\\Users\\bas\\AppData\\Roaming\\npm\\node_modules\\electron-prebuilt\\node_modules\\electron-download\\node_modules\\.bin',
1273 verbose link bins false ]
1274 verbose linkMans mkdirp@0.5.1
1275 verbose rebuildBundles mkdirp@0.5.1
1276 info install debug@0.7.4
1277 verbose rebuildBundles [ 'minimist' ]
1278 info postinstall debug@0.7.4
1279 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\debug-407ed85dc6762805.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\debug
1280 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\package.json
1281 info preinstall yauzl@2.3.1
1282 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\package.json
1283 info install mkdirp@0.5.1
1284 info postinstall mkdirp@0.5.1
1285 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mkdirp-2d053ec440c08aaf.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mkdirp
1286 silly prepareForInstallMany adding fd-slicer@~1.0.1 from yauzl dependencies
1287 silly prepareForInstallMany adding pend@~1.2.0 from yauzl dependencies
1288 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\package.json
1289 silly cache add args [ 'fd-slicer@~1.0.1', null ]
1290 verbose cache add spec fd-slicer@~1.0.1
1291 silly cache add args [ 'pend@~1.2.0', null ]
1292 verbose cache add spec pend@~1.2.0
1293 silly cache add parsed spec { raw: 'fd-slicer@~1.0.1',
1293 silly cache add scope: null,
1293 silly cache add name: 'fd-slicer',
1293 silly cache add rawSpec: '~1.0.1',
1293 silly cache add spec: '>=1.0.1 <1.1.0',
1293 silly cache add type: 'range' }
1294 silly addNamed fd-slicer@>=1.0.1 <1.1.0
1295 verbose addNamed ">=1.0.1 <1.1.0" is a valid semver range for fd-slicer
1296 silly addNameRange { name: 'fd-slicer', range: '>=1.0.1 <1.1.0', hasData: false }
1297 silly mapToRegistry name fd-slicer
1298 silly mapToRegistry using default registry
1299 silly mapToRegistry registry https://registry.npmjs.org/
1300 silly mapToRegistry uri https://registry.npmjs.org/fd-slicer
1301 verbose addNameRange registry:https://registry.npmjs.org/fd-slicer not in flight; fetching
1302 silly cache add parsed spec { raw: 'pend@~1.2.0',
1302 silly cache add scope: null,
1302 silly cache add name: 'pend',
1302 silly cache add rawSpec: '~1.2.0',
1302 silly cache add spec: '>=1.2.0 <1.3.0',
1302 silly cache add type: 'range' }
1303 silly addNamed pend@>=1.2.0 <1.3.0
1304 verbose addNamed ">=1.2.0 <1.3.0" is a valid semver range for pend
1305 silly addNameRange { name: 'pend', range: '>=1.2.0 <1.3.0', hasData: false }
1306 silly mapToRegistry name pend
1307 silly mapToRegistry using default registry
1308 silly mapToRegistry registry https://registry.npmjs.org/
1309 silly mapToRegistry uri https://registry.npmjs.org/pend
1310 verbose addNameRange registry:https://registry.npmjs.org/pend not in flight; fetching
1311 verbose request uri https://registry.npmjs.org/fd-slicer
1312 verbose request no auth needed
1313 info attempt registry request try #1 at 12:29:05
1314 verbose request using bearer token for auth
1315 verbose etag "5X3U8UHKAKLPX919GZ0WW4QII"
1316 http request GET https://registry.npmjs.org/fd-slicer
1317 verbose request uri https://registry.npmjs.org/pend
1318 verbose request no auth needed
1319 info attempt registry request try #1 at 12:29:05
1320 verbose request using bearer token for auth
1321 verbose etag "6Y5ZSEMZWC6RU2OMQ40JRRIQC"
1322 http request GET https://registry.npmjs.org/pend
1323 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist\package.json
1324 info preinstall minimist@0.1.0
1325 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist\package.json
1326 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist\package.json
1327 silly install resolved []
1328 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
1329 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
1330 info linkStuff minimist@0.1.0
1331 silly linkStuff minimist@0.1.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
1332 silly linkStuff minimist@0.1.0 is part of a global install
1333 silly linkStuff minimist@0.1.0 is installed into a global node_modules
1334 verbose linkBins minimist@0.1.0
1335 verbose linkMans minimist@0.1.0
1336 verbose rebuildBundles minimist@0.1.0
1337 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async\package.json
1338 info install minimist@0.1.0
1339 info postinstall minimist@0.1.0
1340 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-e37ea36f9b61bba5.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\minimist
1341 info preinstall async@0.9.0
1342 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async\package.json
1343 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async\package.json
1344 silly install resolved []
1345 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1346 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1347 info linkStuff async@0.9.0
1348 silly linkStuff async@0.9.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
1349 silly linkStuff async@0.9.0 is part of a global install
1350 silly linkStuff async@0.9.0 is installed into a global node_modules
1351 verbose linkBins async@0.9.0
1352 verbose linkMans async@0.9.0
1353 verbose rebuildBundles async@0.9.0
1354 info install async@0.9.0
1355 info postinstall async@0.9.0
1356 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\async-89493a534c868441.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\async
1357 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\package.json
1358 info preinstall mkdirp@0.5.0
1359 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\package.json
1360 silly prepareForInstallMany adding minimist@0.0.8 from mkdirp dependencies
1361 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\package.json
1362 silly cache add args [ 'minimist@0.0.8', null ]
1363 verbose cache add spec minimist@0.0.8
1364 silly cache add parsed spec { raw: 'minimist@0.0.8',
1364 silly cache add scope: null,
1364 silly cache add name: 'minimist',
1364 silly cache add rawSpec: '0.0.8',
1364 silly cache add spec: '0.0.8',
1364 silly cache add type: 'version' }
1365 silly addNamed minimist@0.0.8
1366 verbose addNamed "0.0.8" is a plain semver version for minimist
1367 silly mapToRegistry name minimist
1368 silly mapToRegistry using default registry
1369 silly mapToRegistry registry https://registry.npmjs.org/
1370 silly mapToRegistry uri https://registry.npmjs.org/minimist
1371 verbose addNameVersion registry:https://registry.npmjs.org/minimist not in flight; fetching
1372 verbose get https://registry.npmjs.org/minimist not expired, no request
1373 silly cache afterAdd minimist@0.0.8
1374 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json not in flight; writing
1375 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package\package.json written
1376 silly install resolved [ { name: 'minimist',
1376 silly install resolved version: '0.0.8',
1376 silly install resolved description: 'parse argument options',
1376 silly install resolved main: 'index.js',
1376 silly install resolved devDependencies: { tape: '~1.0.4', tap: '~0.4.0' },
1376 silly install resolved scripts: { test: 'tap test/*.js' },
1376 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
1376 silly install resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
1376 silly install resolved homepage: 'https://github.com/substack/minimist',
1376 silly install resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
1376 silly install resolved author:
1376 silly install resolved { name: 'James Halliday',
1376 silly install resolved email: 'mail@substack.net',
1376 silly install resolved url: 'http://substack.net' },
1376 silly install resolved license: 'MIT',
1376 silly install resolved readme: '# minimist\n\nparse argument options\n\nThis module is the guts of optimist\'s argument parser without all the\nfanciful decoration.\n\n[![browser support](https://ci.testling.com/substack/minimist.png)](http://ci.testling.com/substack/minimist)\n\n[![build status](https://secure.travis-ci.org/substack/minimist.png)](http://travis-ci.org/substack/minimist)\n\n# example\n\n``` js\nvar argv = require(\'minimist\')(process.argv.slice(2));\nconsole.dir(argv);\n```\n\n```\n$ node example/parse.js -a beep -b boop\n{ _: [], a: \'beep\', b: \'boop\' }\n```\n\n```\n$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz\n{ _: [ \'foo\', \'bar\', \'baz\' ],\n x: 3,\n y: 4,\n n: 5,\n a: true,\n b: true,\n c: true,\n beep: \'boop\' }\n```\n\n# methods\n\n``` js\nvar parseArgs = require(\'minimist\')\n```\n\n## var argv = parseArgs(args, opts={})\n\nReturn an argument object `argv` populated with the array arguments from `args`.\n\n`argv._` contains all the arguments that didn\'t have an option associated with\nthem.\n\nNumeric-looking arguments will be returned as numbers unless `opts.string` or\n`opts.boolean` is set for that argument name.\n\nAny arguments after `\'--\'` will not be parsed and will end up in `argv._`.\n\noptions can be:\n\n* `opts.string` - a string or array of strings argument names to always treat as\nstrings\n* `opts.boolean` - a string or array of strings to always treat as booleans\n* `opts.alias` - an object mapping string names to strings or arrays of string\nargument names to use as aliases\n* `opts.default` - an object mapping string argument names to default values\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install minimist\n```\n\n# license\n\nMIT\n',
1376 silly install resolved readmeFilename: 'readme.markdown',
1376 silly install resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
1376 silly install resolved _id: 'minimist@0.0.8',
1376 silly install resolved _from: 'minimist@0.0.8' } ]
1377 info install minimist@0.0.8 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1378 info installOne minimist@0.0.8
1379 verbose installOne of minimist to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp not in flight; installing
1380 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-004b9bc468aaccd1.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1381 silly install write writing minimist 0.0.8 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1382 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1383 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist is being purged from base C:\Users\bas\AppData\Roaming\npm
1384 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1385 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
1386 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1387 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist is being purged
1388 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1389 silly gunzTarPerm modes [ '777', '666' ]
1390 silly gunzTarPerm extractEntry package.json
1391 silly gunzTarPerm extractEntry LICENSE
1392 silly gunzTarPerm extractEntry index.js
1393 silly gunzTarPerm extractEntry .travis.yml
1394 silly gunzTarPerm extractEntry example/parse.js
1395 silly gunzTarPerm extractEntry readme.markdown
1396 silly gunzTarPerm extractEntry test/dash.js
1397 silly gunzTarPerm extractEntry test/default_bool.js
1398 silly gunzTarPerm extractEntry test/dotted.js
1399 silly gunzTarPerm extractEntry test/long.js
1400 silly gunzTarPerm extractEntry test/parse.js
1401 silly gunzTarPerm extractEntry test/parse_modified.js
1402 silly gunzTarPerm extractEntry test/short.js
1403 silly gunzTarPerm extractEntry test/whitespace.js
1404 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist\package.json
1405 info preinstall minimist@0.0.8
1406 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist\package.json
1407 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist\package.json
1408 silly install resolved []
1409 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1410 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1411 info linkStuff minimist@0.0.8
1412 silly linkStuff minimist@0.0.8 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules as its parent node_modules
1413 silly linkStuff minimist@0.0.8 is part of a global install
1414 silly linkStuff minimist@0.0.8 is installed into a global node_modules
1415 verbose linkBins minimist@0.0.8
1416 verbose linkMans minimist@0.0.8
1417 verbose rebuildBundles minimist@0.0.8
1418 info install minimist@0.0.8
1419 info postinstall minimist@0.0.8
1420 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-004b9bc468aaccd1.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp\node_modules\minimist
1421 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1422 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1423 info linkStuff mkdirp@0.5.0
1424 silly linkStuff mkdirp@0.5.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
1425 silly linkStuff mkdirp@0.5.0 is part of a global install
1426 silly linkStuff mkdirp@0.5.0 is installed into a global node_modules
1427 verbose linkBins mkdirp@0.5.0
1428 verbose link bins [ { mkdirp: 'bin/cmd.js' },
1428 verbose link bins 'C:\\Users\\bas\\AppData\\Roaming\\npm\\node_modules\\electron-prebuilt\\node_modules\\extract-zip\\node_modules\\.bin',
1428 verbose link bins false ]
1429 verbose linkMans mkdirp@0.5.0
1430 verbose rebuildBundles mkdirp@0.5.0
1431 verbose rebuildBundles [ 'minimist' ]
1432 info install mkdirp@0.5.0
1433 info postinstall mkdirp@0.5.0
1434 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mkdirp-951acca86c9adc84.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\mkdirp
1435 http 304 https://registry.npmjs.org/request
1436 silly get cb [ 304,
1436 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1436 silly get etag: '"B0S15DZ5415U6SD5I1Y4H8C98"',
1436 silly get 'cache-control': 'max-age=60',
1436 silly get 'accept-ranges': 'bytes',
1436 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1436 silly get via: '1.1 varnish',
1436 silly get connection: 'keep-alive',
1436 silly get 'x-served-by': 'cache-mel6523-MEL',
1436 silly get 'x-cache': 'MISS',
1436 silly get 'x-cache-hits': '0',
1436 silly get 'x-timer': 'S1437704945.861356,VS0,VE833' } ]
1437 verbose etag https://registry.npmjs.org/request from cache
1438 verbose get saving request to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\request\.cache.json
1439 silly addNameRange number 2 { name: 'request', range: '>=2.45.0 <3.0.0', hasData: true }
1440 silly addNameRange versions [ 'request',
1440 silly addNameRange [ '0.10.0',
1440 silly addNameRange '0.8.3',
1440 silly addNameRange '0.9.0',
1440 silly addNameRange '0.9.1',
1440 silly addNameRange '0.9.5',
1440 silly addNameRange '1.0.0',
1440 silly addNameRange '1.1.0',
1440 silly addNameRange '1.1.1',
1440 silly addNameRange '1.2.0',
1440 silly addNameRange '1.9.0',
1440 silly addNameRange '1.9.1',
1440 silly addNameRange '1.9.2',
1440 silly addNameRange '1.9.3',
1440 silly addNameRange '1.9.5',
1440 silly addNameRange '1.9.7',
1440 silly addNameRange '1.9.8',
1440 silly addNameRange '1.9.9',
1440 silly addNameRange '2.0.0',
1440 silly addNameRange '2.0.1',
1440 silly addNameRange '2.0.2',
1440 silly addNameRange '2.0.3',
1440 silly addNameRange '2.0.4',
1440 silly addNameRange '2.0.5',
1440 silly addNameRange '2.1.0',
1440 silly addNameRange '2.1.1',
1440 silly addNameRange '2.2.0',
1440 silly addNameRange '2.2.5',
1440 silly addNameRange '2.2.6',
1440 silly addNameRange '2.2.9',
1440 silly addNameRange '2.9.0',
1440 silly addNameRange '2.9.1',
1440 silly addNameRange '2.9.2',
1440 silly addNameRange '2.9.3',
1440 silly addNameRange '2.9.100',
1440 silly addNameRange '2.9.150',
1440 silly addNameRange '2.9.151',
1440 silly addNameRange '2.9.152',
1440 silly addNameRange '2.9.153',
1440 silly addNameRange '2.9.200',
1440 silly addNameRange '2.9.201',
1440 silly addNameRange '2.9.202',
1440 silly addNameRange '2.9.203',
1440 silly addNameRange '2.10.0',
1440 silly addNameRange '2.11.0',
1440 silly addNameRange '2.11.1',
1440 silly addNameRange '2.11.2',
1440 silly addNameRange '2.11.3',
1440 silly addNameRange '2.11.4',
1440 silly addNameRange '2.12.0',
1440 silly addNameRange '2.14.0',
1440 silly addNameRange '2.16.0',
1440 silly addNameRange '2.16.2',
1440 silly addNameRange '2.16.4',
1440 silly addNameRange '2.16.6',
1440 silly addNameRange '2.18.0',
1440 silly addNameRange '2.19.0',
1440 silly addNameRange '2.20.0',
1440 silly addNameRange '2.21.0',
1440 silly addNameRange '2.22.0',
1440 silly addNameRange '2.23.0',
1440 silly addNameRange '2.24.0',
1440 silly addNameRange '2.25.0',
1440 silly addNameRange '2.26.0',
1440 silly addNameRange '2.27.0',
1440 silly addNameRange '2.28.0',
1440 silly addNameRange '2.29.0',
1440 silly addNameRange '2.30.0',
1440 silly addNameRange '2.31.0',
1440 silly addNameRange '2.32.0',
1440 silly addNameRange '2.33.0',
1440 silly addNameRange '2.34.0',
1440 silly addNameRange '2.35.0',
1440 silly addNameRange '2.36.0',
1440 silly addNameRange '2.37.0',
1440 silly addNameRange '2.38.0',
1440 silly addNameRange '2.39.0',
1440 silly addNameRange '2.40.0',
1440 silly addNameRange '2.41.0',
1440 silly addNameRange '2.42.0',
1440 silly addNameRange '2.43.0',
1440 silly addNameRange '2.44.0',
1440 silly addNameRange '2.45.0',
1440 silly addNameRange '2.46.0',
1440 silly addNameRange '2.47.0',
1440 silly addNameRange '2.48.0',
1440 silly addNameRange '2.49.0',
1440 silly addNameRange '2.50.0',
1440 silly addNameRange '2.51.0',
1440 silly addNameRange '2.52.0',
1440 silly addNameRange '2.53.0',
1440 silly addNameRange '2.54.0',
1440 silly addNameRange '2.55.0',
1440 silly addNameRange '2.56.0',
1440 silly addNameRange '2.57.0',
1440 silly addNameRange '2.58.0',
1440 silly addNameRange '2.59.0',
1440 silly addNameRange '2.60.0' ] ]
1441 silly addNamed request@2.60.0
1442 verbose addNamed "2.60.0" is a plain semver version for request
1443 silly cache afterAdd request@2.60.0
1444 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\request\2.60.0\package\package.json not in flight; writing
1445 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\request\2.60.0\package\package.json written
1446 http 304 https://registry.npmjs.org/rimraf
1447 silly get cb [ 304,
1447 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1447 silly get etag: '"JZ9PHHKWF25TY3AWNOJVDNM0"',
1447 silly get 'cache-control': 'max-age=60',
1447 silly get 'accept-ranges': 'bytes',
1447 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1447 silly get via: '1.1 varnish',
1447 silly get connection: 'keep-alive',
1447 silly get 'x-served-by': 'cache-mel6520-MEL',
1447 silly get 'x-cache': 'MISS',
1447 silly get 'x-cache-hits': '0',
1447 silly get 'x-timer': 'S1437704945.844848,VS0,VE949' } ]
1448 verbose etag https://registry.npmjs.org/rimraf from cache
1449 verbose get saving rimraf to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\rimraf\.cache.json
1450 silly addNameRange number 2 { name: 'rimraf', range: '>=2.4.0 <2.5.0', hasData: true }
1451 silly addNameRange versions [ 'rimraf',
1451 silly addNameRange [ '1.0.0',
1451 silly addNameRange '1.0.1',
1451 silly addNameRange '1.0.2',
1451 silly addNameRange '1.0.4',
1451 silly addNameRange '1.0.5',
1451 silly addNameRange '1.0.6',
1451 silly addNameRange '1.0.7',
1451 silly addNameRange '1.0.8',
1451 silly addNameRange '1.0.9',
1451 silly addNameRange '2.0.0',
1451 silly addNameRange '2.0.1',
1451 silly addNameRange '2.0.2',
1451 silly addNameRange '2.0.3',
1451 silly addNameRange '2.1.0',
1451 silly addNameRange '2.1.1',
1451 silly addNameRange '2.1.2',
1451 silly addNameRange '2.1.3',
1451 silly addNameRange '2.1.4',
1451 silly addNameRange '2.2.0',
1451 silly addNameRange '2.2.1',
1451 silly addNameRange '2.2.2',
1451 silly addNameRange '2.2.3',
1451 silly addNameRange '2.2.4',
1451 silly addNameRange '2.2.5',
1451 silly addNameRange '2.2.6',
1451 silly addNameRange '2.2.8',
1451 silly addNameRange '2.3.0',
1451 silly addNameRange '2.3.1',
1451 silly addNameRange '2.3.2',
1451 silly addNameRange '2.3.3',
1451 silly addNameRange '2.3.4',
1451 silly addNameRange '2.4.0',
1451 silly addNameRange '2.4.1',
1451 silly addNameRange '2.4.2' ] ]
1452 silly addNamed rimraf@2.4.2
1453 verbose addNamed "2.4.2" is a plain semver version for rimraf
1454 silly cache afterAdd rimraf@2.4.2
1455 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\rimraf\2.4.2\package\package.json not in flight; writing
1456 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\rimraf\2.4.2\package\package.json written
1457 silly install resolved [ { name: 'ncp',
1457 silly install resolved version: '2.0.0',
1457 silly install resolved author: { name: 'AvianFlu', email: 'charlie@charlieistheman.com' },
1457 silly install resolved description: 'Asynchronous recursive file copy utility.',
1457 silly install resolved bin: { ncp: './bin/ncp' },
1457 silly install resolved devDependencies: { mocha: '1.15.x', rimraf: '1.0.x', 'read-dir-files': '0.0.x' },
1457 silly install resolved main: './lib/ncp.js',
1457 silly install resolved repository: { type: 'git', url: 'git+https://github.com/AvianFlu/ncp.git' },
1457 silly install resolved keywords: [ 'cli', 'copy' ],
1457 silly install resolved license: 'MIT',
1457 silly install resolved engine: { node: '>=0.10' },
1457 silly install resolved scripts: { test: 'mocha -R spec' },
1457 silly install resolved gitHead: '93c7c6c719e2a4944dc09a16178b09aef428cdf0',
1457 silly install resolved bugs: { url: 'https://github.com/AvianFlu/ncp/issues' },
1457 silly install resolved homepage: 'https://github.com/AvianFlu/ncp',
1457 silly install resolved _id: 'ncp@2.0.0',
1457 silly install resolved _shasum: '195a21d6c46e361d2fb1281ba38b91e9df7bdbb3',
1457 silly install resolved _from: 'ncp@>=2.0.0 <2.1.0',
1457 silly install resolved _npmVersion: '2.6.0',
1457 silly install resolved _nodeVersion: '0.13.0-pre',
1457 silly install resolved _npmUser: { name: 'mmalecki', email: 'me@mmalecki.com' },
1457 silly install resolved maintainers: [ [Object], [Object] ],
1457 silly install resolved dist:
1457 silly install resolved { shasum: '195a21d6c46e361d2fb1281ba38b91e9df7bdbb3',
1457 silly install resolved tarball: 'http://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz' },
1457 silly install resolved directories: {},
1457 silly install resolved _resolved: 'https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz',
1457 silly install resolved readme: 'ERROR: No README data found!' },
1457 silly install resolved { name: 'rimraf',
1457 silly install resolved version: '2.4.2',
1457 silly install resolved main: 'rimraf.js',
1457 silly install resolved description: 'A deep deletion module for node (like `rm -rf`)',
1457 silly install resolved author:
1457 silly install resolved { name: 'Isaac Z. Schlueter',
1457 silly install resolved email: 'i@izs.me',
1457 silly install resolved url: 'http://blog.izs.me/' },
1457 silly install resolved license: 'ISC',
1457 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/rimraf.git' },
1457 silly install resolved scripts: { test: 'tap test/*.js' },
1457 silly install resolved bin: { rimraf: './bin.js' },
1457 silly install resolved dependencies: { glob: '^5.0.14' },
1457 silly install resolved files: [ 'LICENSE', 'README.md', 'bin.js', 'rimraf.js' ],
1457 silly install resolved devDependencies: { mkdirp: '^0.5.1', tap: '^1.3.1' },
1457 silly install resolved gitHead: '4359e9d3b3c0f26e6abe3139a00b93337f1689d7',
1457 silly install resolved bugs: { url: 'https://github.com/isaacs/rimraf/issues' },
1457 silly install resolved homepage: 'https://github.com/isaacs/rimraf#readme',
1457 silly install resolved _id: 'rimraf@2.4.2',
1457 silly install resolved _shasum: 'ab4f39b08b72eae07c3d9fe9f4831aebfc9f431d',
1457 silly install resolved _from: 'rimraf@>=2.4.0 <2.5.0',
1457 silly install resolved _npmVersion: '3.1.0',
1457 silly install resolved _nodeVersion: '2.2.1',
1457 silly install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
1457 silly install resolved dist:
1457 silly install resolved { shasum: 'ab4f39b08b72eae07c3d9fe9f4831aebfc9f431d',
1457 silly install resolved tarball: 'http://registry.npmjs.org/rimraf/-/rimraf-2.4.2.tgz' },
1457 silly install resolved maintainers: [ [Object] ],
1457 silly install resolved directories: {},
1457 silly install resolved _resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.4.2.tgz',
1457 silly install resolved readme: 'ERROR: No README data found!' } ]
1458 info install ncp@2.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
1459 info install rimraf@2.4.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv
1460 info installOne ncp@2.0.0
1461 verbose installOne of ncp to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv not in flight; installing
1462 info installOne rimraf@2.4.2
1463 verbose installOne of rimraf to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv not in flight; installing
1464 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\ncp-155bb00d865fd9f2.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1465 silly install write writing ncp 2.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1466 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\rimraf-200ac4af521c3f14.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1467 silly install write writing rimraf 2.4.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1468 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1469 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp is being purged from base C:\Users\bas\AppData\Roaming\npm
1470 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1471 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\ncp\2.0.0\package.tgz
1472 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1473 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp is being purged
1474 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1475 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1476 silly gunzTarPerm modes [ '777', '666' ]
1477 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf is being purged from base C:\Users\bas\AppData\Roaming\npm
1478 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1479 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\rimraf\2.4.2\package.tgz
1480 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1481 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf is being purged
1482 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
1483 silly gunzTarPerm modes [ '777', '666' ]
1484 silly gunzTarPerm extractEntry package.json
1485 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1486 silly gunzTarPerm extractEntry package.json
1487 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1488 silly gunzTarPerm extractEntry .npmignore
1489 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1490 silly gunzTarPerm extractEntry README.md
1491 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1492 silly gunzTarPerm extractEntry README.md
1493 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1494 silly gunzTarPerm extractEntry LICENSE
1495 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1496 silly gunzTarPerm extractEntry .travis.yml
1497 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1498 silly gunzTarPerm extractEntry LICENSE.md
1499 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 438 ]
1500 silly gunzTarPerm extractEntry bin.js
1501 silly gunzTarPerm modified mode [ 'bin.js', 493, 511 ]
1502 silly gunzTarPerm extractEntry rimraf.js
1503 silly gunzTarPerm modified mode [ 'rimraf.js', 420, 438 ]
1504 silly gunzTarPerm extractEntry bin/ncp
1505 silly gunzTarPerm modified mode [ 'bin/ncp', 493, 511 ]
1506 silly gunzTarPerm extractEntry lib/ncp.js
1507 silly gunzTarPerm modified mode [ 'lib/ncp.js', 420, 438 ]
1508 silly gunzTarPerm extractEntry test/ncp.js
1509 silly gunzTarPerm modified mode [ 'test/ncp.js', 420, 438 ]
1510 silly gunzTarPerm extractEntry test/modified-files/out/a
1511 silly gunzTarPerm modified mode [ 'test/modified-files/out/a', 420, 438 ]
1512 silly gunzTarPerm extractEntry test/modified-files/src/a
1513 silly gunzTarPerm modified mode [ 'test/modified-files/src/a', 420, 438 ]
1514 silly gunzTarPerm extractEntry test/regular-fixtures/src/a
1515 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/a', 420, 438 ]
1516 silly gunzTarPerm extractEntry test/regular-fixtures/src/b
1517 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/b', 420, 438 ]
1518 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\package.json
1519 silly gunzTarPerm extractEntry test/regular-fixtures/src/c
1520 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/c', 420, 438 ]
1521 silly gunzTarPerm extractEntry test/regular-fixtures/src/d
1522 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/d', 420, 438 ]
1523 info preinstall rimraf@2.4.2
1524 http 304 https://registry.npmjs.org/throttleit
1525 silly get cb [ 304,
1525 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1525 silly get etag: '"UMK4VPH5LL1TEYXMN61ZEAGL"',
1525 silly get 'cache-control': 'max-age=60',
1525 silly get 'accept-ranges': 'bytes',
1525 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1525 silly get via: '1.1 varnish',
1525 silly get connection: 'keep-alive',
1525 silly get 'x-served-by': 'cache-mel6521-MEL',
1525 silly get 'x-cache': 'MISS',
1525 silly get 'x-cache-hits': '0',
1525 silly get 'x-timer': 'S1437704945.865986,VS0,VE962' } ]
1526 verbose etag https://registry.npmjs.org/throttleit from cache
1527 verbose get saving throttleit to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\throttleit\.cache.json
1528 silly gunzTarPerm extractEntry test/regular-fixtures/src/e
1529 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/e', 420, 438 ]
1530 silly gunzTarPerm extractEntry test/regular-fixtures/src/f
1531 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/f', 420, 438 ]
1532 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\package.json
1533 silly prepareForInstallMany adding glob@^5.0.14 from rimraf dependencies
1534 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\package.json
1535 http 304 https://registry.npmjs.org/xtend
1536 silly get cb [ 304,
1536 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1536 silly get etag: '"DRVFMF23K6DJ81KYA798DL7SF"',
1536 silly get 'cache-control': 'max-age=60',
1536 silly get 'accept-ranges': 'bytes',
1536 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1536 silly get via: '1.1 varnish',
1536 silly get connection: 'keep-alive',
1536 silly get 'x-served-by': 'cache-mel6522-MEL',
1536 silly get 'x-cache': 'MISS',
1536 silly get 'x-cache-hits': '0',
1536 silly get 'x-timer': 'S1437704946.633206,VS0,VE203' } ]
1537 verbose etag https://registry.npmjs.org/xtend from cache
1538 verbose get saving xtend to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\xtend\.cache.json
1539 silly cache add args [ 'glob@^5.0.14', null ]
1540 verbose cache add spec glob@^5.0.14
1541 silly cache add parsed spec { raw: 'glob@^5.0.14',
1541 silly cache add scope: null,
1541 silly cache add name: 'glob',
1541 silly cache add rawSpec: '^5.0.14',
1541 silly cache add spec: '>=5.0.14 <6.0.0',
1541 silly cache add type: 'range' }
1542 silly addNamed glob@>=5.0.14 <6.0.0
1543 verbose addNamed ">=5.0.14 <6.0.0" is a valid semver range for glob
1544 silly addNameRange { name: 'glob', range: '>=5.0.14 <6.0.0', hasData: false }
1545 silly mapToRegistry name glob
1546 silly mapToRegistry using default registry
1547 silly mapToRegistry registry https://registry.npmjs.org/
1548 silly mapToRegistry uri https://registry.npmjs.org/glob
1549 verbose addNameRange registry:https://registry.npmjs.org/glob not in flight; fetching
1550 silly cache afterAdd throttleit@0.0.2
1551 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\throttleit\0.0.2\package\package.json not in flight; writing
1552 silly gunzTarPerm extractEntry test/regular-fixtures/src/sub/a
1553 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/sub/a', 420, 438 ]
1554 silly gunzTarPerm extractEntry test/regular-fixtures/src/sub/b
1555 silly gunzTarPerm modified mode [ 'test/regular-fixtures/src/sub/b', 420, 438 ]
1556 http 304 https://registry.npmjs.org/single-line-log
1557 silly get cb [ 304,
1557 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1557 silly get etag: '"5OD5I5GDMHCPETPZ7SIWPUIF7"',
1557 silly get 'cache-control': 'max-age=60',
1557 silly get 'accept-ranges': 'bytes',
1557 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1557 silly get via: '1.1 varnish',
1557 silly get connection: 'keep-alive',
1557 silly get 'x-served-by': 'cache-mel6520-MEL',
1557 silly get 'x-cache': 'MISS',
1557 silly get 'x-cache-hits': '0',
1557 silly get 'x-timer': 'S1437704945.862808,VS0,VE976' } ]
1558 verbose etag https://registry.npmjs.org/single-line-log from cache
1559 verbose get saving single-line-log to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\single-line-log\.cache.json
1560 verbose request uri https://registry.npmjs.org/glob
1561 verbose request no auth needed
1562 info attempt registry request try #1 at 12:29:06
1563 verbose request using bearer token for auth
1564 verbose etag "S9Z5VRTWB0KFFKEZE02CU3QM"
1565 http request GET https://registry.npmjs.org/glob
1566 silly addNameRange number 2 { name: 'xtend', range: '>=4.0.0 <4.1.0-0', hasData: true }
1567 silly addNameRange versions [ 'xtend',
1567 silly addNameRange [ '1.0.0',
1567 silly addNameRange '1.0.1',
1567 silly addNameRange '1.0.2',
1567 silly addNameRange '1.0.3',
1567 silly addNameRange '2.0.1',
1567 silly addNameRange '2.0.2',
1567 silly addNameRange '2.0.3',
1567 silly addNameRange '2.0.4',
1567 silly addNameRange '2.0.5',
1567 silly addNameRange '2.0.6',
1567 silly addNameRange '2.1.1',
1567 silly addNameRange '2.1.2',
1567 silly addNameRange '2.2.0',
1567 silly addNameRange '3.0.0',
1567 silly addNameRange '4.0.0' ] ]
1568 silly addNamed xtend@4.0.0
1569 verbose addNamed "4.0.0" is a plain semver version for xtend
1570 http 304 https://registry.npmjs.org/readable-stream
1571 silly get cb [ 304,
1571 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1571 silly get etag: '"DEV7UL0VAC9YVAPQ4UEMA8MOD"',
1571 silly get 'cache-control': 'max-age=60',
1571 silly get 'accept-ranges': 'bytes',
1571 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1571 silly get via: '1.1 varnish',
1571 silly get connection: 'keep-alive',
1571 silly get 'x-served-by': 'cache-mel6523-MEL',
1571 silly get 'x-cache': 'MISS',
1571 silly get 'x-cache-hits': '0',
1571 silly get 'x-timer': 'S1437704946.607611,VS0,VE239' } ]
1572 verbose etag https://registry.npmjs.org/readable-stream from cache
1573 verbose get saving readable-stream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\readable-stream\.cache.json
1574 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\throttleit\0.0.2\package\package.json written
1575 silly cache afterAdd xtend@4.0.0
1576 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\xtend\4.0.0\package\package.json not in flight; writing
1577 silly gunzTarPerm extractEntry test/symlink-fixtures/src/dir/bar
1578 silly gunzTarPerm modified mode [ 'test/symlink-fixtures/src/dir/bar', 420, 438 ]
1579 silly gunzTarPerm extractEntry test/symlink-fixtures/src/foo
1580 silly gunzTarPerm modified mode [ 'test/symlink-fixtures/src/foo', 420, 438 ]
1581 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\xtend\4.0.0\package\package.json written
1582 silly addNameRange number 2 { name: 'single-line-log',
1582 silly addNameRange range: '>=0.4.1 <0.5.0',
1582 silly addNameRange hasData: true }
1583 silly addNameRange versions [ 'single-line-log',
1583 silly addNameRange [ '0.1.0',
1583 silly addNameRange '0.1.1',
1583 silly addNameRange '0.1.2',
1583 silly addNameRange '0.2.0',
1583 silly addNameRange '0.3.0',
1583 silly addNameRange '0.3.1',
1583 silly addNameRange '0.4.0',
1583 silly addNameRange '0.4.1',
1583 silly addNameRange '1.0.0' ] ]
1584 silly addNamed single-line-log@0.4.1
1585 verbose addNamed "0.4.1" is a plain semver version for single-line-log
1586 silly cache afterAdd single-line-log@0.4.1
1587 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.4.1\package\package.json not in flight; writing
1588 silly addNameRange number 2 { name: 'readable-stream',
1588 silly addNameRange range: '>=2.0.0 <2.1.0',
1588 silly addNameRange hasData: true }
1589 silly addNameRange versions [ 'readable-stream',
1589 silly addNameRange [ '0.0.1',
1589 silly addNameRange '0.0.2',
1589 silly addNameRange '0.0.3',
1589 silly addNameRange '0.0.4',
1589 silly addNameRange '0.1.0',
1589 silly addNameRange '0.2.0',
1589 silly addNameRange '0.3.0',
1589 silly addNameRange '0.3.1',
1589 silly addNameRange '1.0.0',
1589 silly addNameRange '1.0.1',
1589 silly addNameRange '1.0.2',
1589 silly addNameRange '1.0.15',
1589 silly addNameRange '1.0.17',
1589 silly addNameRange '1.1.7',
1589 silly addNameRange '1.1.8',
1589 silly addNameRange '1.1.9',
1589 silly addNameRange '1.0.24',
1589 silly addNameRange '1.0.25',
1589 silly addNameRange '1.1.10',
1589 silly addNameRange '1.0.25-1',
1589 silly addNameRange '1.1.11',
1589 silly addNameRange '1.0.26',
1589 silly addNameRange '1.0.26-1',
1589 silly addNameRange '1.1.11-1',
1589 silly addNameRange '1.0.26-2',
1589 silly addNameRange '1.1.12',
1589 silly addNameRange '1.0.26-3',
1589 silly addNameRange '1.0.26-4',
1589 silly addNameRange '1.1.12-1',
1589 silly addNameRange '1.0.27-1',
1589 silly addNameRange '1.1.13-1',
1589 silly addNameRange '1.0.31',
1589 silly addNameRange '1.1.13',
1589 silly addNameRange '1.0.32',
1589 silly addNameRange '1.0.32-1',
1589 silly addNameRange '1.0.33-1',
1589 silly addNameRange '1.0.33-2',
1589 silly addNameRange '1.0.33',
1589 silly addNameRange '2.0.0',
1589 silly addNameRange '2.0.1',
1589 silly addNameRange '2.0.2' ] ]
1590 silly addNamed readable-stream@2.0.2
1591 verbose addNamed "2.0.2" is a plain semver version for readable-stream
1592 silly addNameRange number 2 { name: 'readable-stream',
1592 silly addNameRange range: '>=1.0.33-1 <1.1.0-0',
1592 silly addNameRange hasData: true }
1593 silly addNameRange versions [ 'readable-stream',
1593 silly addNameRange [ '0.0.1',
1593 silly addNameRange '0.0.2',
1593 silly addNameRange '0.0.3',
1593 silly addNameRange '0.0.4',
1593 silly addNameRange '0.1.0',
1593 silly addNameRange '0.2.0',
1593 silly addNameRange '0.3.0',
1593 silly addNameRange '0.3.1',
1593 silly addNameRange '1.0.0',
1593 silly addNameRange '1.0.1',
1593 silly addNameRange '1.0.2',
1593 silly addNameRange '1.0.15',
1593 silly addNameRange '1.0.17',
1593 silly addNameRange '1.1.7',
1593 silly addNameRange '1.1.8',
1593 silly addNameRange '1.1.9',
1593 silly addNameRange '1.0.24',
1593 silly addNameRange '1.0.25',
1593 silly addNameRange '1.1.10',
1593 silly addNameRange '1.0.25-1',
1593 silly addNameRange '1.1.11',
1593 silly addNameRange '1.0.26',
1593 silly addNameRange '1.0.26-1',
1593 silly addNameRange '1.1.11-1',
1593 silly addNameRange '1.0.26-2',
1593 silly addNameRange '1.1.12',
1593 silly addNameRange '1.0.26-3',
1593 silly addNameRange '1.0.26-4',
1593 silly addNameRange '1.1.12-1',
1593 silly addNameRange '1.0.27-1',
1593 silly addNameRange '1.1.13-1',
1593 silly addNameRange '1.0.31',
1593 silly addNameRange '1.1.13',
1593 silly addNameRange '1.0.32',
1593 silly addNameRange '1.0.32-1',
1593 silly addNameRange '1.0.33-1',
1593 silly addNameRange '1.0.33-2',
1593 silly addNameRange '1.0.33',
1593 silly addNameRange '2.0.0',
1593 silly addNameRange '2.0.1',
1593 silly addNameRange '2.0.2' ] ]
1594 silly addNamed readable-stream@1.0.33
1595 verbose addNamed "1.0.33" is a plain semver version for readable-stream
1596 silly cache afterAdd readable-stream@2.0.2
1597 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package\package.json not in flight; writing
1598 silly cache afterAdd readable-stream@1.0.33
1599 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json not in flight; writing
1600 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.4.1\package\package.json written
1601 silly install resolved [ { name: 'pretty-bytes',
1601 silly install resolved version: '1.0.4',
1601 silly install resolved description: 'Convert bytes to a human readable string: 1337 → 1.34 kB',
1601 silly install resolved license: 'MIT',
1601 silly install resolved repository:
1601 silly install resolved { type: 'git',
1601 silly install resolved url: 'git+https://github.com/sindresorhus/pretty-bytes.git' },
1601 silly install resolved main: 'pretty-bytes.js',
1601 silly install resolved bin: { 'pretty-bytes': 'cli.js' },
1601 silly install resolved author:
1601 silly install resolved { name: 'Sindre Sorhus',
1601 silly install resolved email: 'sindresorhus@gmail.com',
1601 silly install resolved url: 'http://sindresorhus.com' },
1601 silly install resolved engines: { node: '>=0.10.0' },
1601 silly install resolved scripts: { test: 'mocha' },
1601 silly install resolved files: [ 'pretty-bytes.js', 'cli.js' ],
1601 silly install resolved keywords:
1601 silly install resolved [ 'cli',
1601 silly install resolved 'bin',
1601 silly install resolved 'browser',
1601 silly install resolved 'pretty',
1601 silly install resolved 'bytes',
1601 silly install resolved 'byte',
1601 silly install resolved 'filesize',
1601 silly install resolved 'size',
1601 silly install resolved 'file',
1601 silly install resolved 'human',
1601 silly install resolved 'humanized',
1601 silly install resolved 'readable',
1601 silly install resolved 'si',
1601 silly install resolved 'data' ],
1601 silly install resolved dependencies: { 'get-stdin': '^4.0.1', meow: '^3.1.0' },
1601 silly install resolved devDependencies: { mocha: '*' },
1601 silly install resolved gitHead: 'a1028d746f5aa51cdd6a22f1cae2b2e9ecc5b6df',
1601 silly install resolved bugs: { url: 'https://github.com/sindresorhus/pretty-bytes/issues' },
1601 silly install resolved homepage: 'https://github.com/sindresorhus/pretty-bytes',
1601 silly install resolved _id: 'pretty-bytes@1.0.4',
1601 silly install resolved _shasum: '0a22e8210609ad35542f8c8d5d2159aff0751c84',
1601 silly install resolved _from: 'pretty-bytes@>=1.0.2 <2.0.0',
1601 silly install resolved _npmVersion: '2.5.1',
1601 silly install resolved _nodeVersion: '0.12.0',
1601 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
1601 silly install resolved maintainers: [ [Object] ],
1601 silly install resolved dist:
1601 silly install resolved { shasum: '0a22e8210609ad35542f8c8d5d2159aff0751c84',
1601 silly install resolved tarball: 'http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz' },
1601 silly install resolved directories: {},
1601 silly install resolved _resolved: 'https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz',
1601 silly install resolved readme: 'ERROR: No README data found!' },
1601 silly install resolved { name: 'progress-stream',
1601 silly install resolved version: '1.1.1',
1601 silly install resolved description: 'Read the progress of a stream',
1601 silly install resolved repository:
1601 silly install resolved { type: 'git',
1601 silly install resolved url: 'git+ssh://git@github.com/freeall/progress-stream.git' },
1601 silly install resolved keywords:
1601 silly install resolved [ 'stream',
1601 silly install resolved 'progress',
1601 silly install resolved 'percentage',
1601 silly install resolved 'percent',
1601 silly install resolved 'download',
1601 silly install resolved 'upload',
1601 silly install resolved 'file',
1601 silly install resolved 'streaming',
1601 silly install resolved 'request',
1601 silly install resolved 'http' ],
1601 silly install resolved main: 'index.js',
1601 silly install resolved dependencies:
1601 silly install resolved { through2: '~0.2.3',
1601 silly install resolved speedometer: '~0.1.2',
1601 silly install resolved 'single-line-log': '~0.3.1' },
1601 silly install resolved devDependencies:
1601 silly install resolved { request: '~2.29.0',
1601 silly install resolved 'single-line-log': '~0.1.2',
1601 silly install resolved numeral: '~1.5.2' },
1601 silly install resolved scripts: { test: 'node test/http.js && node test/request.js' },
1601 silly install resolved author: { name: 'freeall', email: 'freeall@gmail.com' },
1601 silly install resolved license: 'BSD-2-Clause',
1601 silly install resolved gitHead: '1773420828e68656b8cda1990dc65a6ae1e88798',
1601 silly install resolved bugs: { url: 'https://github.com/freeall/progress-stream/issues' },
1601 silly install resolved homepage: 'https://github.com/freeall/progress-stream',
1601 silly install resolved _id: 'progress-stream@1.1.1',
1601 silly install resolved _shasum: '9ecbf187932c4941d550219190d74dec0ac45f54',
1601 silly install resolved _from: 'progress-stream@>=1.1.0 <2.0.0',
1601 silly install resolved _npmVersion: '2.5.1',
1601 silly install resolved _nodeVersion: '0.12.0',
1601 silly install resolved _npmUser: { name: 'freeall', email: 'freeall@gmail.com' },
1601 silly install resolved maintainers: [ [Object] ],
1601 silly install resolved dist:
1601 silly install resolved { shasum: '9ecbf187932c4941d550219190d74dec0ac45f54',
1601 silly install resolved tarball: 'http://registry.npmjs.org/progress-stream/-/progress-stream-1.1.1.tgz' },
1601 silly install resolved directories: {},
1601 silly install resolved _resolved: 'https://registry.npmjs.org/progress-stream/-/progress-stream-1.1.1.tgz',
1601 silly install resolved readme: 'ERROR: No README data found!' },
1601 silly install resolved { name: 'debug',
1601 silly install resolved version: '2.2.0',
1601 silly install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
1601 silly install resolved description: 'small debugging utility',
1601 silly install resolved keywords: [ 'debug', 'log', 'debugger' ],
1601 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
1601 silly install resolved contributors: [ [Object] ],
1601 silly install resolved license: 'MIT',
1601 silly install resolved dependencies: { ms: '0.7.1' },
1601 silly install resolved devDependencies: { browserify: '9.0.3', mocha: '*' },
1601 silly install resolved main: './node.js',
1601 silly install resolved browser: './browser.js',
1601 silly install resolved component: { scripts: [Object] },
1601 silly install resolved readme: '# debug\n\n tiny node.js debugging utility modelled after node core\'s debugging technique.\n\n## Installation\n\n```bash\n$ npm install debug\n```\n\n## Usage\n\n With `debug` you simply invoke the exported function to generate your debug function, passing it a name which will determine if a noop function is returned, or a decorated `console.error`, so all of the `console` format string goodies you\'re used to work fine. A unique color is selected per-function for visibility.\n\nExample _app.js_:\n\n```js\nvar debug = require(\'debug\')(\'http\')\n , http = require(\'http\')\n , name = \'My App\';\n\n// fake app\n\ndebug(\'booting %s\', name);\n\nhttp.createServer(function(req, res){\n debug(req.method + \' \' + req.url);\n res.end(\'hello\\n\');\n}).listen(3000, function(){\n debug(\'listening\');\n});\n\n// fake worker of some kind\n\nrequire(\'./worker\');\n```\n\nExample _worker.js_:\n\n```js\nvar debug = require(\'debug\')(\'worker\');\n\nsetInterval(function(){\n debug(\'doing some work\');\n}, 1000);\n```\n\n The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples:\n\n ![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png)\n\n ![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png)\n\n#### Windows note\n\n On Windows the environment variable is set using the `set` command.\n\n ```cmd\n set DEBUG=*,-not_this\n ```\n\nThen, run the program to be debugged as usual.\n\n## Millisecond diff\n\n When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls.\n\n ![](http://f.cl.ly/items/2i3h1d3t121M2Z1A3Q0N/Screenshot.png)\n\n When stdout is not a TTY, `Date#toUTCString()` is used, making it more useful for logging the debug information as shown below:\n\n ![](http://f.cl.ly/items/112H3i0e0o0P0a2Q2r11/Screenshot.png)\n\n## Conventions\n\n If you\'re using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser".\n\n## Wildcards\n\n The `*` character may be used as a wildcard. Suppose for example your library has debuggers named "connect:bodyParser", "connect:compress", "connect:session", instead of listing all three with `DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do `DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`.\n\n You can also exclude specific debuggers by prefixing them with a "-" character. For example, `DEBUG=*,-connect:*` would include all debuggers except those starting with "connect:".\n\n## Browser support\n\n Debug works in the browser as well, currently persisted by `localStorage`. Consider the situation shown below where you have `worker:a` and `worker:b`, and wish to debug both. Somewhere in the code on your page, include:\n\n```js\nwindow.myDebug = require("debug");\n```\n\n ("debug" is a global object in the browser so we give this object a different name.) When your page is open in the browser, type the following in the console:\n\n```js\nmyDebug.enable("worker:*")\n```\n\n Refresh the page. Debug output will continue to be sent to the console until it is disabled by typing `myDebug.disable()` in the console.\n\n```js\na = debug(\'worker:a\');\nb = debug(\'worker:b\');\n\nsetInterval(function(){\n a(\'doing some work\');\n}, 1000);\n\nsetInterval(function(){\n b(\'doing some work\');\n}, 1200);\n```\n\n#### Web Inspector Colors\n\n Colors are also enabled on "Web Inspectors" that understand the `%c` formatting\n option. These are WebKit web inspectors, Firefox ([since version\n 31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/))\n and the Firebug plugin for Firefox (any version).\n\n Colored output looks something like:\n\n ![](https://cloud.githubusercontent.com/assets/71256/3139768/b98c5fd8-e8ef-11e3-862a-f7253b6f47c6.png)\n\n### stderr vs stdout\n\nYou can set an alternative logging method per-namespace by overriding the `log` method on a per-namespace or globally:\n\nExample _stdout.js_:\n\n```js\nvar debug = require(\'debug\');\nvar error = debug(\'app:error\');\n\n// by default stderr is used\nerror(\'goes to stderr!\');\n\nvar log = debug(\'app:log\');\n// set this namespace to log via console.log\nlog.log = console.log.bind(console); // don\'t forget to bind to console!\nlog(\'goes to stdout\');\nerror(\'still goes to stderr!\');\n\n// set all output to go via console.info\n// overrides all per-namespace log settings\ndebug.log = console.info.bind(console);\nerror(\'now goes to stdout via console.info\');\nlog(\'still goes to stdout, but via console.info now\');\n```\n\n### Save debug output to a file\n\nYou can save all debug statements to a file by piping them.\n\nExample:\n\n```bash\n$ DEBUG_FD=3 node your-app.js 3> whatever.log\n```\n\n## Authors\n\n - TJ Holowaychuk\n - Nathan Rajlich\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2014 TJ Holowaychuk &lt;tj@vision-media.ca&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\'Software\'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
1601 silly install resolved readmeFilename: 'Readme.md',
1601 silly install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
1601 silly install resolved homepage: 'https://github.com/visionmedia/debug#readme',
1601 silly install resolved _id: 'debug@2.2.0',
1601 silly install resolved _from: 'debug@>=2.1.3 <3.0.0' },
1601 silly install resolved { name: 'minimist',
1601 silly install resolved version: '1.1.2',
1601 silly install resolved description: 'parse argument options',
1601 silly install resolved main: 'index.js',
1601 silly install resolved devDependencies: { covert: '^1.0.0', tap: '~0.4.0', tape: '^3.5.0' },
1601 silly install resolved scripts: { test: 'tap test/*.js', coverage: 'covert test/*.js' },
1601 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
1601 silly install resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
1601 silly install resolved homepage: 'https://github.com/substack/minimist',
1601 silly install resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
1601 silly install resolved author:
1601 silly install resolved { name: 'James Halliday',
1601 silly install resolved email: 'mail@substack.net',
1601 silly install resolved url: 'http://substack.net' },
1601 silly install resolved license: 'MIT',
1601 silly install resolved gitHead: 'a8e2fe153a22dad7a0da67fd6465fab4cfa63e37',
1601 silly install resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
1601 silly install resolved _id: 'minimist@1.1.2',
1601 silly install resolved _shasum: 'af960b80caf71b38236352af7fef10a8efceeae3',
1601 silly install resolved _from: 'minimist@>=1.1.0 <2.0.0',
1601 silly install resolved _npmVersion: '3.1.2',
1601 silly install resolved _nodeVersion: '2.0.0',
1601 silly install resolved _npmUser: { name: 'substack', email: 'substack@gmail.com' },
1601 silly install resolved dist:
1601 silly install resolved { shasum: 'af960b80caf71b38236352af7fef10a8efceeae3',
1601 silly install resolved tarball: 'http://registry.npmjs.org/minimist/-/minimist-1.1.2.tgz' },
1601 silly install resolved maintainers: [ [Object] ],
1601 silly install resolved directories: {},
1601 silly install resolved _resolved: 'https://registry.npmjs.org/minimist/-/minimist-1.1.2.tgz',
1601 silly install resolved readme: 'ERROR: No README data found!' },
1601 silly install resolved { name: 'request',
1601 silly install resolved description: 'Simplified HTTP request client.',
1601 silly install resolved tags: [ 'http', 'simple', 'util', 'utility' ],
1601 silly install resolved version: '2.60.0',
1601 silly install resolved author: { name: 'Mikeal Rogers', email: 'mikeal.rogers@gmail.com' },
1601 silly install resolved repository:
1601 silly install resolved { type: 'git',
1601 silly install resolved url: 'git+https://github.com/request/request.git' },
1601 silly install resolved bugs: { url: 'http://github.com/request/request/issues' },
1601 silly install resolved license: 'Apache-2.0',
1601 silly install resolved engines: { node: '>=0.8.0' },
1601 silly install resolved main: 'index.js',
1601 silly install resolved dependencies:
1601 silly install resolved { bl: '~1.0.0',
1601 silly install resolved caseless: '~0.11.0',
1601 silly install resolved extend: '~3.0.0',
1601 silly install resolved 'forever-agent': '~0.6.0',
1601 silly install resolved 'form-data': '~1.0.0-rc1',
1601 silly install resolved 'json-stringify-safe': '~5.0.0',
1601 silly install resolved 'mime-types': '~2.1.2',
1601 silly install resolved 'node-uuid': '~1.4.0',
1601 silly install resolved qs: '~4.0.0',
1601 silly install resolved 'tunnel-agent': '~0.4.0',
1601 silly install resolved 'tough-cookie': '>=0.12.0',
1601 silly install resolved 'http-signature': '~0.11.0',
1601 silly install resolved 'oauth-sign': '~0.8.0',
1601 silly install resolved hawk: '~3.1.0',
1601 silly install resolved 'aws-sign2': '~0.5.0',
1601 silly install resolved stringstream: '~0.0.4',
1601 silly install resolved 'combined-stream': '~1.0.1',
1601 silly install resolved isstream: '~0.1.1',
1601 silly install resolved 'har-validator': '^1.6.1' },
1601 silly install resolved scripts:
1601 silly install resolved { test: 'npm run lint && npm run test-ci && npm run test-browser',
1601 silly install resolved 'test-ci': 'taper tests/test-*.js',
1601 silly install resolved 'test-cov': 'istanbul cover tape tests/test-*.js',
1601 silly install resolved 'test-browser': 'node tests/browser/start.js',
1601 silly install resolved lint: 'eslint lib/ *.js tests/ && echo Lint passed.' },
1601 silly install resolved devDependencies:
1601 silly install resolved { browserify: '~5.9.1',
1601 silly install resolved 'browserify-istanbul': '~0.1.3',
1601 silly install resolved 'buffer-equal': '0.0.1',
1601 silly install resolved 'codecov.io': '~0.1.2',
1601 silly install resolved coveralls: '~2.11.2',
1601 silly install resolved eslint: '0.18.0',
1601 silly install resolved 'function-bind': '~1.0.0',
1601 silly install resolved istanbul: '~0.3.2',
1601 silly install resolved karma: '~0.12.21',
1601 silly install resolved 'karma-browserify': '~3.0.1',
1601 silly install resolved 'karma-cli': '0.0.4',
1601 silly install resolved 'karma-coverage': '0.2.6',
1601 silly install resolved 'karma-phantomjs-launcher': '~0.1.4',
1601 silly install resolved 'karma-tap': '~1.0.1',
1601 silly install resolved rimraf: '~2.2.8',
1601 silly install resolved 'server-destroy': '~1.0.0',
1601 silly install resolved tape: '~3.0.0',
1601 silly install resolved taper: '~0.4.0',
1601 silly install resolved bluebird: '~2.9.21' },
1601 silly install resolved gitHead: 'af19cef3bc60e9151ffce5015d8ce3c0728d3aca',
1601 silly install resolved homepage: 'https://github.com/request/request#readme',
1601 silly install resolved _id: 'request@2.60.0',
1601 silly install resolved _shasum: '498820957fcdded1d37749069610c85f61a29f2d',
1601 silly install resolved _from: 'request@>=2.45.0 <3.0.0',
1601 silly install resolved _npmVersion: '2.11.2',
1601 silly install resolved _nodeVersion: '0.12.6',
1601 silly install resolved _npmUser: { name: 'simov', email: 'simeonvelichkov@gmail.com' },
1601 silly install resolved dist:
1601 silly install resolved { shasum: '498820957fcdded1d37749069610c85f61a29f2d',
1601 silly install resolved tarball: 'http://registry.npmjs.org/request/-/request-2.60.0.tgz' },
1601 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
1601 silly install resolved directories: {},
1601 silly install resolved _resolved: 'https://registry.npmjs.org/request/-/request-2.60.0.tgz',
1601 silly install resolved readme: 'ERROR: No README data found!' },
1601 silly install resolved { name: 'throttleit',
1601 silly install resolved description: 'Throttle a function',
1601 silly install resolved version: '0.0.2',
1601 silly install resolved keywords: [],
1601 silly install resolved repository: { type: 'git', url: 'git://github.com/component/throttle.git' },
1601 silly install resolved dependencies: {},
1601 silly install resolved development: {},
1601 silly install resolved license: 'MIT',
1601 silly install resolved component: { scripts: [Object] },
1601 silly install resolved _id: 'throttleit@0.0.2',
1601 silly install resolved dist:
1601 silly install resolved { shasum: 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf',
1601 silly install resolved tarball: 'http://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz' },
1601 silly install resolved _from: 'throttleit@0.0.2',
1601 silly install resolved _npmVersion: '1.2.15',
1601 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
1601 silly install resolved maintainers: [ [Object], [Object] ],
1601 silly install resolved directories: {},
1601 silly install resolved _shasum: 'cfedf88e60c00dd9697b61fdd2a8343a9b680eaf',
1601 silly install resolved _resolved: 'https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz',
1601 silly install resolved readme: '\n# throttle\n\n Throttle a function\n\n## Installation\n\n $ component install component/throttle\n\n## API\n\n \n\n## License\n\n MIT\n',
1601 silly install resolved readmeFilename: 'Readme.md',
1601 silly install resolved bugs: { url: 'https://github.com/component/throttle/issues' },
1601 silly install resolved homepage: 'https://github.com/component/throttle#readme' },
1601 silly install resolved { name: 'single-line-log',
1601 silly install resolved description: 'Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations',
1601 silly install resolved keywords:
1601 silly install resolved [ 'single',
1601 silly install resolved 'line',
1601 silly install resolved 'log',
1601 silly install resolved 'output',
1601 silly install resolved 'overwrite',
1601 silly install resolved 'collapse',
1601 silly install resolved 'stdout',
1601 silly install resolved 'terminal',
1601 silly install resolved 'tty',
1601 silly install resolved 'cli',
1601 silly install resolved 'shell' ],
1601 silly install resolved version: '0.4.1',
1601 silly install resolved repository:
1601 silly install resolved { type: 'git',
1601 silly install resolved url: 'git://github.com/freeall/single-line-log.git' },
1601 silly install resolved author: { name: 'Tobias Baunbæk', email: 'freeall@gmail.com' },
1601 silly install resolved bugs: { url: 'https://github.com/freeall/single-line-log/issues' },
1601 silly install resolved homepage: 'https://github.com/freeall/single-line-log',
1601 silly install resolved _id: 'single-line-log@0.4.1',
1601 silly install resolved _shasum: '87a55649f749d783ec0dcd804e8140d9873c7cee',
1601 silly install resolved _from: 'single-line-log@>=0.4.1 <0.5.0',
1601 silly install resolved _npmVersion: '1.4.9',
1601 silly install resolved _npmUser: { name: 'freeall', email: 'freeall@gmail.com' },
1601 silly install resolved maintainers: [ [Object] ],
1601 silly install resolved dist:
1601 silly install resolved { shasum: '87a55649f749d783ec0dcd804e8140d9873c7cee',
1601 silly install resolved tarball: 'http://registry.npmjs.org/single-line-log/-/single-line-log-0.4.1.tgz' },
1601 silly install resolved directories: {},
1601 silly install resolved _resolved: 'https://registry.npmjs.org/single-line-log/-/single-line-log-0.4.1.tgz',
1601 silly install resolved readme: 'ERROR: No README data found!' } ]
1602 info install pretty-bytes@1.0.4 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1603 info install progress-stream@1.1.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1604 info install debug@2.2.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1605 info install minimist@1.1.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1606 info install request@2.60.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1607 info install throttleit@0.0.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1608 info install single-line-log@0.4.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget
1609 info installOne pretty-bytes@1.0.4
1610 verbose installOne of pretty-bytes to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1611 info installOne progress-stream@1.1.1
1612 verbose installOne of progress-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1613 info installOne debug@2.2.0
1614 verbose installOne of debug to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1615 info installOne minimist@1.1.2
1616 verbose installOne of minimist to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1617 info installOne request@2.60.0
1618 verbose installOne of request to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1619 info installOne throttleit@0.0.2
1620 verbose installOne of throttleit to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1621 info installOne single-line-log@0.4.1
1622 verbose installOne of single-line-log to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget not in flight; installing
1623 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package\package.json written
1624 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\pretty-bytes-49bbb2869077a8fc.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1625 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\debug-86422ae410a4b315.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1626 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\progress-stream-e45f00bd8b8e77e4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1627 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-798130b3a1033e90.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1628 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\request-2bf91886fe36d9a8.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1629 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\throttleit-5c23c43ac6402aae.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1630 silly install write writing pretty-bytes 1.0.4 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1631 silly install write writing debug 2.2.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1632 silly install write writing progress-stream 1.1.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1633 silly install write writing minimist 1.1.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1634 silly install write writing request 2.60.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1635 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\single-line-log-630255036c266898.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1636 silly install write writing throttleit 0.0.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1637 silly install write writing single-line-log 0.4.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1638 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1639 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1640 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1641 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1642 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1643 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1644 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1645 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
1646 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1647 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist is being purged from base C:\Users\bas\AppData\Roaming\npm
1648 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1649 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug is being purged from base C:\Users\bas\AppData\Roaming\npm
1650 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1651 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request is being purged from base C:\Users\bas\AppData\Roaming\npm
1652 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1653 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes is being purged from base C:\Users\bas\AppData\Roaming\npm
1654 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1655 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\progress-stream\1.1.1\package.tgz
1656 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1657 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream is being purged
1658 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
1659 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json written
1660 silly install resolved [ { name: 'xtend',
1660 silly install resolved version: '4.0.0',
1660 silly install resolved description: 'extend like a boss',
1660 silly install resolved keywords: [ 'extend', 'merge', 'options', 'opts', 'object', 'array' ],
1660 silly install resolved author: { name: 'Raynos', email: 'raynos2@gmail.com' },
1660 silly install resolved repository: { type: 'git', url: 'git://github.com/Raynos/xtend.git' },
1660 silly install resolved main: 'immutable',
1660 silly install resolved scripts: { test: 'node test' },
1660 silly install resolved dependencies: {},
1660 silly install resolved devDependencies: { tape: '~1.1.0' },
1660 silly install resolved homepage: 'https://github.com/Raynos/xtend',
1660 silly install resolved contributors: [ [Object], [Object] ],
1660 silly install resolved bugs:
1660 silly install resolved { url: 'https://github.com/Raynos/xtend/issues',
1660 silly install resolved email: 'raynos2@gmail.com' },
1660 silly install resolved licenses: [ [Object] ],
1660 silly install resolved testling: { files: 'test.js', browsers: [Object] },
1660 silly install resolved engines: { node: '>=0.4' },
1660 silly install resolved readme: '# xtend\n\n[![browser support][3]][4]\n\n[![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)\n\nExtend like a boss\n\nxtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence.\n\n## Examples\n\n```js\nvar extend = require("xtend")\n\n// extend returns a new object. Does not mutate arguments\nvar combination = extend({\n a: "a",\n b: \'c\'\n}, {\n b: "b"\n})\n// { a: "a", b: "b" }\n```\n\n## Stability status: Locked\n\n## MIT Licenced\n\n\n [3]: http://ci.testling.com/Raynos/xtend.png\n [4]: http://ci.testling.com/Raynos/xtend\n',
1660 silly install resolved readmeFilename: 'README.md',
1660 silly install resolved _id: 'xtend@4.0.0',
1660 silly install resolved _from: 'xtend@>=4.0.0 <4.1.0-0' },
1660 silly install resolved { name: 'readable-stream',
1660 silly install resolved version: '1.0.33',
1660 silly install resolved description: 'Streams2, a user-land copy of the stream library from Node.js v0.10.x',
1660 silly install resolved main: 'readable.js',
1660 silly install resolved dependencies:
1660 silly install resolved { 'core-util-is': '~1.0.0',
1660 silly install resolved isarray: '0.0.1',
1660 silly install resolved string_decoder: '~0.10.x',
1660 silly install resolved inherits: '~2.0.1' },
1660 silly install resolved devDependencies: { tap: '~0.2.6' },
1660 silly install resolved scripts: { test: 'tap test/simple/*.js' },
1660 silly install resolved repository:
1660 silly install resolved { type: 'git',
1660 silly install resolved url: 'git://github.com/isaacs/readable-stream.git' },
1660 silly install resolved keywords: [ 'readable', 'stream', 'pipe' ],
1660 silly install resolved browser: { util: false },
1660 silly install resolved author:
1660 silly install resolved { name: 'Isaac Z. Schlueter',
1660 silly install resolved email: 'i@izs.me',
1660 silly install resolved url: 'http://blog.izs.me/' },
1660 silly install resolved license: 'MIT',
1660 silly install resolved readme: '# readable-stream\n\n***Node-core streams for userland***\n\n[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)\n[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)\n\nThis package is a mirror of the Streams2 and Streams3 implementations in Node-core.\n\nIf you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core.\n\n**readable-stream** comes in two major versions, v1.0.x and v1.1.x. The former tracks the Streams2 implementation in Node 0.10, including bug-fixes and minor improvements as they are added. The latter tracks Streams3 as it develops in Node 0.11; we will likely see a v1.2.x branch for Node 0.12.\n\n**readable-stream** uses proper patch-level versioning so if you pin to `"~1.0.0"` you’ll get the latest Node 0.10 Streams2 implementation, including any fixes and minor non-breaking improvements. The patch-level versions of 1.0.x and 1.1.x should mirror the patch-level versions of Node-core releases. You should prefer the **1.0.x** releases for now and when you’re ready to start using Streams3, pin to `"~1.1.0"`\n\n',
1660 silly install resolved readmeFilename: 'README.md',
1660 silly install resolved bugs: { url: 'https://github.com/isaacs/readable-stream/issues' },
1660 silly install resolved homepage: 'https://github.com/isaacs/readable-stream#readme',
1660 silly install resolved _id: 'readable-stream@1.0.33',
1660 silly install resolved _shasum: '3a360dd66c1b1d7fd4705389860eda1d0f61126c',
1660 silly install resolved _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz',
1660 silly install resolved _from: 'readable-stream@>=1.0.33-1 <1.1.0-0' } ]
1661 info install xtend@4.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
1662 info install readable-stream@1.0.33 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
1663 info installOne xtend@4.0.0
1664 verbose installOne of xtend to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2 not in flight; installing
1665 info installOne readable-stream@1.0.33
1666 verbose installOne of readable-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2 not in flight; installing
1667 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\minimist\1.1.2\package.tgz
1668 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1669 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist is being purged
1670 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
1671 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\debug\2.2.0\package.tgz
1672 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1673 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug is being purged
1674 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
1675 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\request\2.60.0\package.tgz
1676 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1677 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request is being purged
1678 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
1679 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit is being purged from base C:\Users\bas\AppData\Roaming\npm
1680 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1681 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log is being purged from base C:\Users\bas\AppData\Roaming\npm
1682 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1683 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\pretty-bytes\1.0.4\package.tgz
1684 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1685 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes is being purged
1686 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
1687 silly gunzTarPerm modes [ '777', '666' ]
1688 silly gunzTarPerm modes [ '777', '666' ]
1689 silly gunzTarPerm modes [ '777', '666' ]
1690 silly gunzTarPerm modes [ '777', '666' ]
1691 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\throttleit\0.0.2\package.tgz
1692 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1693 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit is being purged
1694 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1695 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.4.1\package.tgz
1696 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1697 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log is being purged
1698 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1699 silly gunzTarPerm modes [ '777', '666' ]
1700 silly gunzTarPerm modes [ '777', '666' ]
1701 silly gunzTarPerm modes [ '777', '666' ]
1702 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\xtend-961c6209c3db36cf.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1703 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\readable-stream-0ad2191e3f072f01.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1704 silly install write writing xtend 4.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1705 silly install write writing readable-stream 1.0.33 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1706 silly gunzTarPerm extractEntry package.json
1707 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1708 silly gunzTarPerm extractEntry package.json
1709 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1710 silly gunzTarPerm extractEntry package.json
1711 silly gunzTarPerm extractEntry package.json
1712 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
1713 silly gunzTarPerm extractEntry package.json
1714 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1715 silly gunzTarPerm extractEntry package.json
1716 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1717 silly gunzTarPerm extractEntry package.json
1718 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1719 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1720 http 304 https://registry.npmjs.org/fd-slicer
1721 silly get cb [ 304,
1721 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
1721 silly get etag: '"5X3U8UHKAKLPX919GZ0WW4QII"',
1721 silly get 'cache-control': 'max-age=60',
1721 silly get 'accept-ranges': 'bytes',
1721 silly get date: 'Fri, 24 Jul 2015 02:29:06 GMT',
1721 silly get via: '1.1 varnish',
1721 silly get connection: 'keep-alive',
1721 silly get 'x-served-by': 'cache-mel6523-MEL',
1721 silly get 'x-cache': 'MISS',
1721 silly get 'x-cache-hits': '0',
1721 silly get 'x-timer': 'S1437704946.648772,VS0,VE241' } ]
1722 verbose etag https://registry.npmjs.org/fd-slicer from cache
1723 verbose get saving fd-slicer to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\fd-slicer\.cache.json
1724 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1725 silly gunzTarPerm extractEntry .npmignore
1726 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1727 silly gunzTarPerm extractEntry README.md
1728 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1729 silly gunzTarPerm extractEntry LICENSE
1730 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1731 silly gunzTarPerm extractEntry index.js
1732 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1733 silly gunzTarPerm extractEntry .npmignore
1734 silly gunzTarPerm extractEntry browser.js
1735 silly gunzTarPerm extractEntry .npmignore
1736 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
1737 silly gunzTarPerm extractEntry README.md
1738 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
1739 silly gunzTarPerm extractEntry pretty-bytes.js
1740 silly gunzTarPerm modified mode [ 'pretty-bytes.js', 420, 438 ]
1741 silly gunzTarPerm extractEntry cli.js
1742 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
1743 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend is being purged from base C:\Users\bas\AppData\Roaming\npm
1744 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1745 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
1746 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1747 silly gunzTarPerm extractEntry .npmignore
1748 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1749 silly gunzTarPerm extractEntry example.js
1750 silly gunzTarPerm modified mode [ 'example.js', 420, 438 ]
1751 silly gunzTarPerm extractEntry README.md
1752 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1753 silly gunzTarPerm extractEntry index.js
1754 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1755 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\xtend\4.0.0\package.tgz
1756 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1757 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend is being purged
1758 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
1759 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
1760 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1761 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream is being purged
1762 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
1763 silly gunzTarPerm modes [ '777', '666' ]
1764 silly gunzTarPerm modes [ '777', '666' ]
1765 silly gunzTarPerm extractEntry package.json
1766 silly gunzTarPerm extractEntry index.js
1767 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1768 silly gunzTarPerm extractEntry History.md
1769 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
1770 silly addNameRange number 2 { name: 'fd-slicer', range: '>=1.0.1 <1.1.0', hasData: true }
1771 silly addNameRange versions [ 'fd-slicer',
1771 silly addNameRange [ '0.0.1',
1771 silly addNameRange '0.0.2',
1771 silly addNameRange '0.1.0',
1771 silly addNameRange '0.2.0',
1771 silly addNameRange '0.2.1',
1771 silly addNameRange '0.3.0',
1771 silly addNameRange '0.3.1',
1771 silly addNameRange '0.3.2',
1771 silly addNameRange '0.4.0',
1771 silly addNameRange '1.0.0',
1771 silly addNameRange '1.0.1' ] ]
1772 silly addNamed fd-slicer@1.0.1
1773 verbose addNamed "1.0.1" is a plain semver version for fd-slicer
1774 silly gunzTarPerm extractEntry debug.js
1775 silly gunzTarPerm extractEntry node.js
1776 silly gunzTarPerm extractEntry index.js
1777 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1778 silly gunzTarPerm extractEntry test/http.js
1779 silly gunzTarPerm modified mode [ 'test/http.js', 420, 438 ]
1780 silly gunzTarPerm extractEntry package.json
1781 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1782 silly gunzTarPerm extractEntry license
1783 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
1784 silly gunzTarPerm extractEntry readme.md
1785 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
1786 silly gunzTarPerm extractEntry .travis.yml
1787 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1788 silly gunzTarPerm extractEntry example/parse.js
1789 silly gunzTarPerm modified mode [ 'example/parse.js', 420, 438 ]
1790 silly gunzTarPerm extractEntry LICENSE
1791 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
1792 silly gunzTarPerm extractEntry .npmignore
1793 silly gunzTarPerm extractEntry README.md
1794 silly gunzTarPerm extractEntry .npmignore
1795 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1796 silly gunzTarPerm extractEntry README.md
1797 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1798 silly cache afterAdd fd-slicer@1.0.1
1799 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\fd-slicer\1.0.1\package\package.json not in flight; writing
1800 silly gunzTarPerm extractEntry Makefile
1801 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
1802 silly gunzTarPerm extractEntry Readme.md
1803 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
1804 silly gunzTarPerm extractEntry test/request.js
1805 silly gunzTarPerm modified mode [ 'test/request.js', 420, 438 ]
1806 silly gunzTarPerm extractEntry .jshintrc
1807 silly gunzTarPerm extractEntry readme.markdown
1808 silly gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
1809 silly gunzTarPerm extractEntry test/all_bool.js
1810 silly gunzTarPerm modified mode [ 'test/all_bool.js', 420, 438 ]
1811 silly gunzTarPerm extractEntry test/default_bool.js
1812 silly gunzTarPerm modified mode [ 'test/default_bool.js', 420, 438 ]
1813 silly gunzTarPerm extractEntry test/dotted.js
1814 silly gunzTarPerm modified mode [ 'test/dotted.js', 420, 438 ]
1815 silly gunzTarPerm extractEntry test/long.js
1816 silly gunzTarPerm modified mode [ 'test/long.js', 420, 438 ]
1817 silly gunzTarPerm extractEntry test/dash.js
1818 silly gunzTarPerm modified mode [ 'test/dash.js', 420, 438 ]
1819 silly gunzTarPerm extractEntry test/parse.js
1820 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
1821 silly gunzTarPerm extractEntry test/parse_modified.js
1822 silly gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 438 ]
1823 silly gunzTarPerm extractEntry test/short.js
1824 silly gunzTarPerm modified mode [ 'test/short.js', 420, 438 ]
1825 silly gunzTarPerm extractEntry test/stop_early.js
1826 silly gunzTarPerm modified mode [ 'test/stop_early.js', 420, 438 ]
1827 silly gunzTarPerm extractEntry test/unknown.js
1828 silly gunzTarPerm modified mode [ 'test/unknown.js', 420, 438 ]
1829 silly gunzTarPerm extractEntry test/bool.js
1830 silly gunzTarPerm modified mode [ 'test/bool.js', 420, 438 ]
1831 silly gunzTarPerm extractEntry test/whitespace.js
1832 silly gunzTarPerm modified mode [ 'test/whitespace.js', 420, 438 ]
1833 silly gunzTarPerm extractEntry test/num.js
1834 silly gunzTarPerm modified mode [ 'test/num.js', 420, 438 ]
1835 silly gunzTarPerm extractEntry index.js
1836 silly gunzTarPerm modified mode [ 'index.js', 509, 511 ]
1837 silly gunzTarPerm extractEntry request.js
1838 silly gunzTarPerm modified mode [ 'request.js', 436, 438 ]
1839 silly gunzTarPerm extractEntry disabled.appveyor.yml
1840 silly gunzTarPerm modified mode [ 'disabled.appveyor.yml', 436, 438 ]
1841 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\fd-slicer\1.0.1\package\package.json written
1842 silly gunzTarPerm extractEntry LICENCE
1843 silly gunzTarPerm extractEntry immutable.js
1844 silly gunzTarPerm extractEntry LICENSE
1845 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1846 silly gunzTarPerm extractEntry duplex.js
1847 silly gunzTarPerm modified mode [ 'duplex.js', 420, 438 ]
1848 silly gunzTarPerm extractEntry component.json
1849 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
1850 silly gunzTarPerm extractEntry writable.js
1851 silly gunzTarPerm modified mode [ 'writable.js', 420, 438 ]
1852 silly gunzTarPerm extractEntry passthrough.js
1853 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 438 ]
1854 silly gunzTarPerm extractEntry History.md
1855 silly gunzTarPerm extractEntry component.json
1856 silly gunzTarPerm extractEntry mutable.js
1857 silly gunzTarPerm extractEntry test.js
1858 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log\package.json
1859 silly gunzTarPerm extractEntry .jshintrc
1860 silly gunzTarPerm extractEntry Makefile
1861 silly gunzTarPerm extractEntry readable.js
1862 silly gunzTarPerm modified mode [ 'readable.js', 420, 438 ]
1863 silly gunzTarPerm extractEntry transform.js
1864 silly gunzTarPerm modified mode [ 'transform.js', 420, 438 ]
1865 info preinstall single-line-log@0.4.1
1866 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log\package.json
1867 silly gunzTarPerm extractEntry Makefile
1868 silly gunzTarPerm extractEntry Readme.md
1869 silly gunzTarPerm extractEntry lib/_stream_duplex.js
1870 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 438 ]
1871 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
1872 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 438 ]
1873 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log\package.json
1874 silly gunzTarPerm extractEntry .travis.yml
1875 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
1876 silly install resolved []
1877 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1878 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1879 silly gunzTarPerm extractEntry lib/_stream_readable.js
1880 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 438 ]
1881 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\package.json
1882 info linkStuff single-line-log@0.4.1
1883 silly linkStuff single-line-log@0.4.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules as its parent node_modules
1884 silly linkStuff single-line-log@0.4.1 is part of a global install
1885 silly linkStuff single-line-log@0.4.1 is installed into a global node_modules
1886 silly gunzTarPerm extractEntry bower.json
1887 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp\package.json
1888 info preinstall pretty-bytes@1.0.4
1889 verbose linkBins single-line-log@0.4.1
1890 verbose linkMans single-line-log@0.4.1
1891 verbose rebuildBundles single-line-log@0.4.1
1892 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\package.json
1893 info install single-line-log@0.4.1
1894 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit\package.json
1895 silly gunzTarPerm extractEntry lib/_stream_transform.js
1896 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 438 ]
1897 silly gunzTarPerm extractEntry lib/_stream_writable.js
1898 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 438 ]
1899 info postinstall single-line-log@0.4.1
1900 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\package.json
1901 info preinstall ncp@2.0.0
1902 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp\package.json
1903 info preinstall throttleit@0.0.2
1904 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\single-line-log-630255036c266898.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\single-line-log
1905 silly prepareForInstallMany adding get-stdin@^4.0.1 from pretty-bytes dependencies
1906 silly prepareForInstallMany adding meow@^3.1.0 from pretty-bytes dependencies
1907 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\package.json
1908 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit\package.json
1909 info preinstall progress-stream@1.1.1
1910 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\package.json
1911 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp\package.json
1912 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit\package.json
1913 silly cache add args [ 'get-stdin@^4.0.1', null ]
1914 verbose cache add spec get-stdin@^4.0.1
1915 silly cache add args [ 'meow@^3.1.0', null ]
1916 verbose cache add spec meow@^3.1.0
1917 silly cache add parsed spec { raw: 'get-stdin@^4.0.1',
1917 silly cache add scope: null,
1917 silly cache add name: 'get-stdin',
1917 silly cache add rawSpec: '^4.0.1',
1917 silly cache add spec: '>=4.0.1 <5.0.0',
1917 silly cache add type: 'range' }
1918 silly addNamed get-stdin@>=4.0.1 <5.0.0
1919 verbose addNamed ">=4.0.1 <5.0.0" is a valid semver range for get-stdin
1920 silly addNameRange { name: 'get-stdin', range: '>=4.0.1 <5.0.0', hasData: false }
1921 silly mapToRegistry name get-stdin
1922 silly mapToRegistry using default registry
1923 silly mapToRegistry registry https://registry.npmjs.org/
1924 silly mapToRegistry uri https://registry.npmjs.org/get-stdin
1925 verbose addNameRange registry:https://registry.npmjs.org/get-stdin not in flight; fetching
1926 silly cache add parsed spec { raw: 'meow@^3.1.0',
1926 silly cache add scope: null,
1926 silly cache add name: 'meow',
1926 silly cache add rawSpec: '^3.1.0',
1926 silly cache add spec: '>=3.1.0 <4.0.0',
1926 silly cache add type: 'range' }
1927 silly addNamed meow@>=3.1.0 <4.0.0
1928 verbose addNamed ">=3.1.0 <4.0.0" is a valid semver range for meow
1929 silly addNameRange { name: 'meow', range: '>=3.1.0 <4.0.0', hasData: false }
1930 silly mapToRegistry name meow
1931 silly mapToRegistry using default registry
1932 silly mapToRegistry registry https://registry.npmjs.org/
1933 silly mapToRegistry uri https://registry.npmjs.org/meow
1934 verbose addNameRange registry:https://registry.npmjs.org/meow not in flight; fetching
1935 silly gunzTarPerm extractEntry examples/README.md
1936 silly gunzTarPerm modified mode [ 'examples/README.md', 436, 438 ]
1937 silly prepareForInstallMany adding through2@~0.2.3 from progress-stream dependencies
1938 silly prepareForInstallMany adding speedometer@~0.1.2 from progress-stream dependencies
1939 silly prepareForInstallMany adding single-line-log@~0.3.1 from progress-stream dependencies
1940 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\package.json
1941 silly install resolved []
1942 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1943 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
1944 silly install resolved []
1945 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1946 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
1947 verbose request uri https://registry.npmjs.org/get-stdin
1948 verbose request no auth needed
1949 info attempt registry request try #1 at 12:29:06
1950 verbose request using bearer token for auth
1951 verbose etag "JZ3H2SVF1OVOO94U03L3RZ7W"
1952 http request GET https://registry.npmjs.org/get-stdin
1953 verbose request uri https://registry.npmjs.org/meow
1954 verbose request no auth needed
1955 info attempt registry request try #1 at 12:29:06
1956 verbose request using bearer token for auth
1957 verbose etag "6A6FIYZS9GEUYBU48MM47JVE7"
1958 http request GET https://registry.npmjs.org/meow
1959 silly cache add args [ 'through2@~0.2.3', null ]
1960 verbose cache add spec through2@~0.2.3
1961 silly cache add args [ 'speedometer@~0.1.2', null ]
1962 verbose cache add spec speedometer@~0.1.2
1963 silly cache add parsed spec { raw: 'through2@~0.2.3',
1963 silly cache add scope: null,
1963 silly cache add name: 'through2',
1963 silly cache add rawSpec: '~0.2.3',
1963 silly cache add spec: '>=0.2.3 <0.3.0',
1963 silly cache add type: 'range' }
1964 silly addNamed through2@>=0.2.3 <0.3.0
1965 verbose addNamed ">=0.2.3 <0.3.0" is a valid semver range for through2
1966 silly addNameRange { name: 'through2', range: '>=0.2.3 <0.3.0', hasData: false }
1967 silly mapToRegistry name through2
1968 silly mapToRegistry using default registry
1969 silly mapToRegistry registry https://registry.npmjs.org/
1970 silly mapToRegistry uri https://registry.npmjs.org/through2
1971 verbose addNameRange registry:https://registry.npmjs.org/through2 not in flight; fetching
1972 silly cache add parsed spec { raw: 'speedometer@~0.1.2',
1972 silly cache add scope: null,
1972 silly cache add name: 'speedometer',
1972 silly cache add rawSpec: '~0.1.2',
1972 silly cache add spec: '>=0.1.2 <0.2.0',
1972 silly cache add type: 'range' }
1973 silly addNamed speedometer@>=0.1.2 <0.2.0
1974 verbose addNamed ">=0.1.2 <0.2.0" is a valid semver range for speedometer
1975 silly addNameRange { name: 'speedometer', range: '>=0.1.2 <0.2.0', hasData: false }
1976 silly mapToRegistry name speedometer
1977 silly mapToRegistry using default registry
1978 silly mapToRegistry registry https://registry.npmjs.org/
1979 silly mapToRegistry uri https://registry.npmjs.org/speedometer
1980 verbose addNameRange registry:https://registry.npmjs.org/speedometer not in flight; fetching
1981 silly cache add args [ 'single-line-log@~0.3.1', null ]
1982 verbose cache add spec single-line-log@~0.3.1
1983 silly cache add parsed spec { raw: 'single-line-log@~0.3.1',
1983 silly cache add scope: null,
1983 silly cache add name: 'single-line-log',
1983 silly cache add rawSpec: '~0.3.1',
1983 silly cache add spec: '>=0.3.1 <0.4.0',
1983 silly cache add type: 'range' }
1984 silly addNamed single-line-log@>=0.3.1 <0.4.0
1985 verbose addNamed ">=0.3.1 <0.4.0" is a valid semver range for single-line-log
1986 silly addNameRange { name: 'single-line-log',
1986 silly addNameRange range: '>=0.3.1 <0.4.0',
1986 silly addNameRange hasData: false }
1987 silly mapToRegistry name single-line-log
1988 silly mapToRegistry using default registry
1989 silly mapToRegistry registry https://registry.npmjs.org/
1990 silly mapToRegistry uri https://registry.npmjs.org/single-line-log
1991 verbose addNameRange registry:https://registry.npmjs.org/single-line-log not in flight; fetching
1992 info linkStuff throttleit@0.0.2
1993 silly linkStuff throttleit@0.0.2 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules as its parent node_modules
1994 silly linkStuff throttleit@0.0.2 is part of a global install
1995 silly linkStuff throttleit@0.0.2 is installed into a global node_modules
1996 info linkStuff ncp@2.0.0
1997 silly linkStuff ncp@2.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules as its parent node_modules
1998 silly linkStuff ncp@2.0.0 is part of a global install
1999 silly linkStuff ncp@2.0.0 is installed into a global node_modules
2000 verbose get https://registry.npmjs.org/through2 not expired, no request
2001 silly addNameRange number 2 { name: 'through2', range: '>=0.2.3 <0.3.0', hasData: true }
2002 silly addNameRange versions [ 'through2',
2002 silly addNameRange [ '0.0.0',
2002 silly addNameRange '0.0.1',
2002 silly addNameRange '0.0.2',
2002 silly addNameRange '0.0.3',
2002 silly addNameRange '0.0.4',
2002 silly addNameRange '0.0.5',
2002 silly addNameRange '0.1.0',
2002 silly addNameRange '0.2.0',
2002 silly addNameRange '0.2.1',
2002 silly addNameRange '0.2.2',
2002 silly addNameRange '0.2.3',
2002 silly addNameRange '0.3.0',
2002 silly addNameRange '0.4.0',
2002 silly addNameRange '0.4.1',
2002 silly addNameRange '1.0.0',
2002 silly addNameRange '0.4.2',
2002 silly addNameRange '0.5.0',
2002 silly addNameRange '0.5.1',
2002 silly addNameRange '0.6.0',
2002 silly addNameRange '1.1.0',
2002 silly addNameRange '0.6.1',
2002 silly addNameRange '1.1.1',
2002 silly addNameRange '0.6.2',
2002 silly addNameRange '0.6.3',
2002 silly addNameRange '0.6.4',
2002 silly addNameRange '0.6.5',
2002 silly addNameRange '2.0.0' ] ]
2003 silly addNamed through2@0.2.3
2004 verbose addNamed "0.2.3" is a plain semver version for through2
2005 verbose request uri https://registry.npmjs.org/speedometer
2006 verbose request no auth needed
2007 info attempt registry request try #1 at 12:29:06
2008 verbose request using bearer token for auth
2009 verbose etag "AO05HTSSKES0IYVAUQGNHUORN"
2010 http request GET https://registry.npmjs.org/speedometer
2011 verbose linkBins throttleit@0.0.2
2012 verbose linkMans throttleit@0.0.2
2013 verbose rebuildBundles throttleit@0.0.2
2014 verbose get https://registry.npmjs.org/single-line-log not expired, no request
2015 silly addNameRange number 2 { name: 'single-line-log',
2015 silly addNameRange range: '>=0.3.1 <0.4.0',
2015 silly addNameRange hasData: true }
2016 silly addNameRange versions [ 'single-line-log',
2016 silly addNameRange [ '0.1.0',
2016 silly addNameRange '0.1.1',
2016 silly addNameRange '0.1.2',
2016 silly addNameRange '0.2.0',
2016 silly addNameRange '0.3.0',
2016 silly addNameRange '0.3.1',
2016 silly addNameRange '0.4.0',
2016 silly addNameRange '0.4.1',
2016 silly addNameRange '1.0.0' ] ]
2017 silly addNamed single-line-log@0.3.1
2018 verbose addNamed "0.3.1" is a plain semver version for single-line-log
2019 info install throttleit@0.0.2
2020 verbose linkBins ncp@2.0.0
2021 verbose link bins [ { ncp: './bin/ncp' },
2021 verbose link bins 'C:\\Users\\bas\\AppData\\Roaming\\npm\\node_modules\\electron-prebuilt\\node_modules\\electron-download\\node_modules\\mv\\node_modules\\.bin',
2021 verbose link bins false ]
2022 verbose linkMans ncp@2.0.0
2023 verbose rebuildBundles ncp@2.0.0
2024 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend\package.json
2025 info postinstall throttleit@0.0.2
2026 silly cache afterAdd through2@0.2.3
2027 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\through2\0.2.3\package\package.json not in flight; writing
2028 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\throttleit-5c23c43ac6402aae.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\throttleit
2029 silly gunzTarPerm extractEntry CHANGELOG.md
2030 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
2031 silly gunzTarPerm extractEntry lib/auth.js
2032 silly gunzTarPerm modified mode [ 'lib/auth.js', 436, 438 ]
2033 silly cache afterAdd single-line-log@0.3.1
2034 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.3.1\package\package.json not in flight; writing
2035 info preinstall xtend@4.0.0
2036 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend\package.json
2037 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\through2\0.2.3\package\package.json written
2038 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend\package.json
2039 info install ncp@2.0.0
2040 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.3.1\package\package.json written
2041 info postinstall ncp@2.0.0
2042 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\ncp-155bb00d865fd9f2.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\ncp
2043 silly install resolved []
2044 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
2045 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
2046 info linkStuff xtend@4.0.0
2047 silly linkStuff xtend@4.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules as its parent node_modules
2048 silly linkStuff xtend@4.0.0 is part of a global install
2049 silly linkStuff xtend@4.0.0 is installed into a global node_modules
2050 verbose linkBins xtend@4.0.0
2051 verbose linkMans xtend@4.0.0
2052 verbose rebuildBundles xtend@4.0.0
2053 info install xtend@4.0.0
2054 info postinstall xtend@4.0.0
2055 silly gunzTarPerm extractEntry lib/cookies.js
2056 silly gunzTarPerm modified mode [ 'lib/cookies.js', 436, 438 ]
2057 silly gunzTarPerm extractEntry lib/getProxyFromURI.js
2058 silly gunzTarPerm modified mode [ 'lib/getProxyFromURI.js', 436, 438 ]
2059 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\xtend-961c6209c3db36cf.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\xtend
2060 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\package.json
2061 silly gunzTarPerm extractEntry lib/har.js
2062 silly gunzTarPerm modified mode [ 'lib/har.js', 436, 438 ]
2063 silly gunzTarPerm extractEntry lib/helpers.js
2064 silly gunzTarPerm modified mode [ 'lib/helpers.js', 436, 438 ]
2065 silly gunzTarPerm extractEntry lib/multipart.js
2066 silly gunzTarPerm modified mode [ 'lib/multipart.js', 436, 438 ]
2067 info preinstall debug@2.2.0
2068 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\package.json
2069 silly prepareForInstallMany adding ms@0.7.1 from debug dependencies
2070 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\package.json
2071 silly cache add args [ 'ms@0.7.1', null ]
2072 verbose cache add spec ms@0.7.1
2073 silly cache add parsed spec { raw: 'ms@0.7.1',
2073 silly cache add scope: null,
2073 silly cache add name: 'ms',
2073 silly cache add rawSpec: '0.7.1',
2073 silly cache add spec: '0.7.1',
2073 silly cache add type: 'version' }
2074 silly addNamed ms@0.7.1
2075 verbose addNamed "0.7.1" is a plain semver version for ms
2076 silly mapToRegistry name ms
2077 silly mapToRegistry using default registry
2078 silly mapToRegistry registry https://registry.npmjs.org/
2079 silly mapToRegistry uri https://registry.npmjs.org/ms
2080 verbose addNameVersion registry:https://registry.npmjs.org/ms not in flight; fetching
2081 silly gunzTarPerm extractEntry lib/oauth.js
2082 silly gunzTarPerm modified mode [ 'lib/oauth.js', 436, 438 ]
2083 verbose request uri https://registry.npmjs.org/ms
2084 verbose request no auth needed
2085 info attempt registry request try #1 at 12:29:06
2086 verbose request using bearer token for auth
2087 verbose etag "424X2DEQTCX34GV3Q8X3121YB"
2088 http request GET https://registry.npmjs.org/ms
2089 silly gunzTarPerm extractEntry lib/querystring.js
2090 silly gunzTarPerm modified mode [ 'lib/querystring.js', 436, 438 ]
2091 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\package.json
2092 silly gunzTarPerm extractEntry lib/redirect.js
2093 silly gunzTarPerm modified mode [ 'lib/redirect.js', 436, 438 ]
2094 silly gunzTarPerm extractEntry lib/tunnel.js
2095 silly gunzTarPerm modified mode [ 'lib/tunnel.js', 436, 438 ]
2096 info preinstall readable-stream@1.0.33
2097 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\package.json
2098 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist\package.json
2099 silly prepareForInstallMany adding core-util-is@~1.0.0 from readable-stream dependencies
2100 silly prepareForInstallMany adding isarray@0.0.1 from readable-stream dependencies
2101 silly prepareForInstallMany adding string_decoder@~0.10.x from readable-stream dependencies
2102 silly prepareForInstallMany adding inherits@~2.0.1 from readable-stream dependencies
2103 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\package.json
2104 silly gunzTarPerm extractEntry CONTRIBUTING.md
2105 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 436, 438 ]
2106 silly gunzTarPerm extractEntry .eslintrc
2107 silly gunzTarPerm modified mode [ '.eslintrc', 436, 438 ]
2108 info preinstall minimist@1.1.2
2109 silly cache add args [ 'core-util-is@~1.0.0', null ]
2110 verbose cache add spec core-util-is@~1.0.0
2111 silly cache add args [ 'isarray@0.0.1', null ]
2112 verbose cache add spec isarray@0.0.1
2113 silly cache add parsed spec { raw: 'core-util-is@~1.0.0',
2113 silly cache add scope: null,
2113 silly cache add name: 'core-util-is',
2113 silly cache add rawSpec: '~1.0.0',
2113 silly cache add spec: '>=1.0.0 <1.1.0',
2113 silly cache add type: 'range' }
2114 silly addNamed core-util-is@>=1.0.0 <1.1.0
2115 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
2116 silly addNameRange { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: false }
2117 silly mapToRegistry name core-util-is
2118 silly mapToRegistry using default registry
2119 silly mapToRegistry registry https://registry.npmjs.org/
2120 silly mapToRegistry uri https://registry.npmjs.org/core-util-is
2121 verbose addNameRange registry:https://registry.npmjs.org/core-util-is not in flight; fetching
2122 silly cache add parsed spec { raw: 'isarray@0.0.1',
2122 silly cache add scope: null,
2122 silly cache add name: 'isarray',
2122 silly cache add rawSpec: '0.0.1',
2122 silly cache add spec: '0.0.1',
2122 silly cache add type: 'version' }
2123 silly addNamed isarray@0.0.1
2124 verbose addNamed "0.0.1" is a plain semver version for isarray
2125 silly mapToRegistry name isarray
2126 silly mapToRegistry using default registry
2127 silly mapToRegistry registry https://registry.npmjs.org/
2128 silly mapToRegistry uri https://registry.npmjs.org/isarray
2129 verbose addNameVersion registry:https://registry.npmjs.org/isarray not in flight; fetching
2130 silly cache add args [ 'string_decoder@~0.10.x', null ]
2131 verbose cache add spec string_decoder@~0.10.x
2132 silly cache add parsed spec { raw: 'string_decoder@~0.10.x',
2132 silly cache add scope: null,
2132 silly cache add name: 'string_decoder',
2132 silly cache add rawSpec: '~0.10.x',
2132 silly cache add spec: '>=0.10.0 <0.11.0',
2132 silly cache add type: 'range' }
2133 silly addNamed string_decoder@>=0.10.0 <0.11.0
2134 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
2135 silly addNameRange { name: 'string_decoder',
2135 silly addNameRange range: '>=0.10.0 <0.11.0',
2135 silly addNameRange hasData: false }
2136 silly mapToRegistry name string_decoder
2137 silly mapToRegistry using default registry
2138 silly mapToRegistry registry https://registry.npmjs.org/
2139 silly mapToRegistry uri https://registry.npmjs.org/string_decoder
2140 verbose addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching
2141 silly cache add args [ 'inherits@~2.0.1', null ]
2142 verbose cache add spec inherits@~2.0.1
2143 silly cache add parsed spec { raw: 'inherits@~2.0.1',
2143 silly cache add scope: null,
2143 silly cache add name: 'inherits',
2143 silly cache add rawSpec: '~2.0.1',
2143 silly cache add spec: '>=2.0.1 <2.1.0',
2143 silly cache add type: 'range' }
2144 silly addNamed inherits@>=2.0.1 <2.1.0
2145 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
2146 silly addNameRange { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: false }
2147 silly mapToRegistry name inherits
2148 silly mapToRegistry using default registry
2149 silly mapToRegistry registry https://registry.npmjs.org/
2150 silly mapToRegistry uri https://registry.npmjs.org/inherits
2151 verbose addNameRange registry:https://registry.npmjs.org/inherits already in flight; waiting
2152 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist\package.json
2153 verbose request uri https://registry.npmjs.org/core-util-is
2154 verbose request no auth needed
2155 info attempt registry request try #1 at 12:29:06
2156 verbose request using bearer token for auth
2157 verbose etag "8N932ER6J79FE9PNV7H41QYLJ"
2158 http request GET https://registry.npmjs.org/core-util-is
2159 verbose request uri https://registry.npmjs.org/isarray
2160 verbose request no auth needed
2161 info attempt registry request try #1 at 12:29:06
2162 verbose request using bearer token for auth
2163 verbose etag "79XQA3ZXVF5QN0X2VYCD81HMN"
2164 http request GET https://registry.npmjs.org/isarray
2165 verbose request uri https://registry.npmjs.org/string_decoder
2166 verbose request no auth needed
2167 info attempt registry request try #1 at 12:29:06
2168 verbose request using bearer token for auth
2169 verbose etag "89NG6AVWTXZBFGLGXXUONULF1"
2170 http request GET https://registry.npmjs.org/string_decoder
2171 silly gunzTarPerm extractEntry release.sh
2172 silly gunzTarPerm modified mode [ 'release.sh', 509, 511 ]
2173 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist\package.json
2174 silly install resolved []
2175 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
2176 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
2177 info linkStuff minimist@1.1.2
2178 silly linkStuff minimist@1.1.2 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules as its parent node_modules
2179 silly linkStuff minimist@1.1.2 is part of a global install
2180 silly linkStuff minimist@1.1.2 is installed into a global node_modules
2181 verbose linkBins minimist@1.1.2
2182 verbose linkMans minimist@1.1.2
2183 verbose rebuildBundles minimist@1.1.2
2184 info install minimist@1.1.2
2185 info postinstall minimist@1.1.2
2186 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimist-798130b3a1033e90.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\minimist
2187 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\package.json
2188 info preinstall request@2.60.0
2189 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\package.json
2190 silly prepareForInstallMany adding bl@~1.0.0 from request dependencies
2191 silly prepareForInstallMany adding caseless@~0.11.0 from request dependencies
2192 silly prepareForInstallMany adding extend@~3.0.0 from request dependencies
2193 silly prepareForInstallMany adding forever-agent@~0.6.0 from request dependencies
2194 silly prepareForInstallMany adding form-data@~1.0.0-rc1 from request dependencies
2195 silly prepareForInstallMany adding json-stringify-safe@~5.0.0 from request dependencies
2196 silly prepareForInstallMany adding mime-types@~2.1.2 from request dependencies
2197 silly prepareForInstallMany adding node-uuid@~1.4.0 from request dependencies
2198 silly prepareForInstallMany adding qs@~4.0.0 from request dependencies
2199 silly prepareForInstallMany adding tunnel-agent@~0.4.0 from request dependencies
2200 silly prepareForInstallMany adding tough-cookie@>=0.12.0 from request dependencies
2201 silly prepareForInstallMany adding http-signature@~0.11.0 from request dependencies
2202 silly prepareForInstallMany adding oauth-sign@~0.8.0 from request dependencies
2203 silly prepareForInstallMany adding hawk@~3.1.0 from request dependencies
2204 silly prepareForInstallMany adding aws-sign2@~0.5.0 from request dependencies
2205 silly prepareForInstallMany adding stringstream@~0.0.4 from request dependencies
2206 silly prepareForInstallMany adding combined-stream@~1.0.1 from request dependencies
2207 silly prepareForInstallMany adding isstream@~0.1.1 from request dependencies
2208 silly prepareForInstallMany adding har-validator@^1.6.1 from request dependencies
2209 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\package.json
2210 silly cache add args [ 'bl@~1.0.0', null ]
2211 verbose cache add spec bl@~1.0.0
2212 silly cache add args [ 'caseless@~0.11.0', null ]
2213 verbose cache add spec caseless@~0.11.0
2214 silly cache add parsed spec { raw: 'bl@~1.0.0',
2214 silly cache add scope: null,
2214 silly cache add name: 'bl',
2214 silly cache add rawSpec: '~1.0.0',
2214 silly cache add spec: '>=1.0.0 <1.1.0',
2214 silly cache add type: 'range' }
2215 silly addNamed bl@>=1.0.0 <1.1.0
2216 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for bl
2217 silly addNameRange { name: 'bl', range: '>=1.0.0 <1.1.0', hasData: false }
2218 silly mapToRegistry name bl
2219 silly mapToRegistry using default registry
2220 silly mapToRegistry registry https://registry.npmjs.org/
2221 silly mapToRegistry uri https://registry.npmjs.org/bl
2222 verbose addNameRange registry:https://registry.npmjs.org/bl not in flight; fetching
2223 silly cache add parsed spec { raw: 'caseless@~0.11.0',
2223 silly cache add scope: null,
2223 silly cache add name: 'caseless',
2223 silly cache add rawSpec: '~0.11.0',
2223 silly cache add spec: '>=0.11.0 <0.12.0',
2223 silly cache add type: 'range' }
2224 silly addNamed caseless@>=0.11.0 <0.12.0
2225 verbose addNamed ">=0.11.0 <0.12.0" is a valid semver range for caseless
2226 silly addNameRange { name: 'caseless', range: '>=0.11.0 <0.12.0', hasData: false }
2227 silly mapToRegistry name caseless
2228 silly mapToRegistry using default registry
2229 silly mapToRegistry registry https://registry.npmjs.org/
2230 silly mapToRegistry uri https://registry.npmjs.org/caseless
2231 verbose addNameRange registry:https://registry.npmjs.org/caseless not in flight; fetching
2232 silly cache add args [ 'extend@~3.0.0', null ]
2233 verbose cache add spec extend@~3.0.0
2234 silly cache add parsed spec { raw: 'extend@~3.0.0',
2234 silly cache add scope: null,
2234 silly cache add name: 'extend',
2234 silly cache add rawSpec: '~3.0.0',
2234 silly cache add spec: '>=3.0.0 <3.1.0',
2234 silly cache add type: 'range' }
2235 silly addNamed extend@>=3.0.0 <3.1.0
2236 verbose addNamed ">=3.0.0 <3.1.0" is a valid semver range for extend
2237 silly addNameRange { name: 'extend', range: '>=3.0.0 <3.1.0', hasData: false }
2238 silly mapToRegistry name extend
2239 silly mapToRegistry using default registry
2240 silly mapToRegistry registry https://registry.npmjs.org/
2241 silly mapToRegistry uri https://registry.npmjs.org/extend
2242 verbose addNameRange registry:https://registry.npmjs.org/extend not in flight; fetching
2243 silly cache add args [ 'forever-agent@~0.6.0', null ]
2244 verbose cache add spec forever-agent@~0.6.0
2245 silly cache add parsed spec { raw: 'forever-agent@~0.6.0',
2245 silly cache add scope: null,
2245 silly cache add name: 'forever-agent',
2245 silly cache add rawSpec: '~0.6.0',
2245 silly cache add spec: '>=0.6.0 <0.7.0',
2245 silly cache add type: 'range' }
2246 silly addNamed forever-agent@>=0.6.0 <0.7.0
2247 verbose addNamed ">=0.6.0 <0.7.0" is a valid semver range for forever-agent
2248 silly addNameRange { name: 'forever-agent',
2248 silly addNameRange range: '>=0.6.0 <0.7.0',
2248 silly addNameRange hasData: false }
2249 silly mapToRegistry name forever-agent
2250 silly mapToRegistry using default registry
2251 silly mapToRegistry registry https://registry.npmjs.org/
2252 silly mapToRegistry uri https://registry.npmjs.org/forever-agent
2253 verbose addNameRange registry:https://registry.npmjs.org/forever-agent not in flight; fetching
2254 silly cache add args [ 'form-data@~1.0.0-rc1', null ]
2255 verbose cache add spec form-data@~1.0.0-rc1
2256 silly cache add parsed spec { raw: 'form-data@~1.0.0-rc1',
2256 silly cache add scope: null,
2256 silly cache add name: 'form-data',
2256 silly cache add rawSpec: '~1.0.0-rc1',
2256 silly cache add spec: '>=1.0.0-rc1 <1.1.0',
2256 silly cache add type: 'range' }
2257 silly addNamed form-data@>=1.0.0-rc1 <1.1.0
2258 verbose addNamed ">=1.0.0-rc1 <1.1.0" is a valid semver range for form-data
2259 silly addNameRange { name: 'form-data',
2259 silly addNameRange range: '>=1.0.0-rc1 <1.1.0',
2259 silly addNameRange hasData: false }
2260 silly mapToRegistry name form-data
2261 silly mapToRegistry using default registry
2262 silly mapToRegistry registry https://registry.npmjs.org/
2263 silly mapToRegistry uri https://registry.npmjs.org/form-data
2264 verbose addNameRange registry:https://registry.npmjs.org/form-data not in flight; fetching
2265 silly cache add args [ 'json-stringify-safe@~5.0.0', null ]
2266 verbose cache add spec json-stringify-safe@~5.0.0
2267 silly cache add parsed spec { raw: 'json-stringify-safe@~5.0.0',
2267 silly cache add scope: null,
2267 silly cache add name: 'json-stringify-safe',
2267 silly cache add rawSpec: '~5.0.0',
2267 silly cache add spec: '>=5.0.0 <5.1.0',
2267 silly cache add type: 'range' }
2268 silly addNamed json-stringify-safe@>=5.0.0 <5.1.0
2269 verbose addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
2270 silly addNameRange { name: 'json-stringify-safe',
2270 silly addNameRange range: '>=5.0.0 <5.1.0',
2270 silly addNameRange hasData: false }
2271 silly mapToRegistry name json-stringify-safe
2272 silly mapToRegistry using default registry
2273 silly mapToRegistry registry https://registry.npmjs.org/
2274 silly mapToRegistry uri https://registry.npmjs.org/json-stringify-safe
2275 verbose addNameRange registry:https://registry.npmjs.org/json-stringify-safe not in flight; fetching
2276 verbose request uri https://registry.npmjs.org/bl
2277 verbose request no auth needed
2278 info attempt registry request try #1 at 12:29:06
2279 verbose request using bearer token for auth
2280 verbose etag "2W3DQBDE8CTV47DVBYGKM41T6"
2281 http request GET https://registry.npmjs.org/bl
2282 verbose request uri https://registry.npmjs.org/caseless
2283 verbose request no auth needed
2284 info attempt registry request try #1 at 12:29:06
2285 verbose request using bearer token for auth
2286 verbose etag "31X3RJHEJY3DII8ZZ4JC45YBC"
2287 http request GET https://registry.npmjs.org/caseless
2288 verbose request uri https://registry.npmjs.org/extend
2289 verbose request no auth needed
2290 info attempt registry request try #1 at 12:29:06
2291 verbose request using bearer token for auth
2292 verbose etag "C1I6NMXYFPLWYM2UZ47VPVXL4"
2293 http request GET https://registry.npmjs.org/extend
2294 silly cache add args [ 'mime-types@~2.1.2', null ]
2295 verbose cache add spec mime-types@~2.1.2
2296 silly cache add parsed spec { raw: 'mime-types@~2.1.2',
2296 silly cache add scope: null,
2296 silly cache add name: 'mime-types',
2296 silly cache add rawSpec: '~2.1.2',
2296 silly cache add spec: '>=2.1.2 <2.2.0',
2296 silly cache add type: 'range' }
2297 silly addNamed mime-types@>=2.1.2 <2.2.0
2298 verbose addNamed ">=2.1.2 <2.2.0" is a valid semver range for mime-types
2299 silly addNameRange { name: 'mime-types', range: '>=2.1.2 <2.2.0', hasData: false }
2300 silly mapToRegistry name mime-types
2301 silly mapToRegistry using default registry
2302 silly mapToRegistry registry https://registry.npmjs.org/
2303 silly mapToRegistry uri https://registry.npmjs.org/mime-types
2304 verbose addNameRange registry:https://registry.npmjs.org/mime-types not in flight; fetching
2305 silly cache add args [ 'node-uuid@~1.4.0', null ]
2306 verbose cache add spec node-uuid@~1.4.0
2307 silly cache add parsed spec { raw: 'node-uuid@~1.4.0',
2307 silly cache add scope: null,
2307 silly cache add name: 'node-uuid',
2307 silly cache add rawSpec: '~1.4.0',
2307 silly cache add spec: '>=1.4.0 <1.5.0',
2307 silly cache add type: 'range' }
2308 silly addNamed node-uuid@>=1.4.0 <1.5.0
2309 verbose addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
2310 silly addNameRange { name: 'node-uuid', range: '>=1.4.0 <1.5.0', hasData: false }
2311 silly mapToRegistry name node-uuid
2312 silly mapToRegistry using default registry
2313 silly mapToRegistry registry https://registry.npmjs.org/
2314 silly mapToRegistry uri https://registry.npmjs.org/node-uuid
2315 verbose addNameRange registry:https://registry.npmjs.org/node-uuid not in flight; fetching
2316 silly cache add args [ 'qs@~4.0.0', null ]
2317 verbose cache add spec qs@~4.0.0
2318 silly cache add parsed spec { raw: 'qs@~4.0.0',
2318 silly cache add scope: null,
2318 silly cache add name: 'qs',
2318 silly cache add rawSpec: '~4.0.0',
2318 silly cache add spec: '>=4.0.0 <4.1.0',
2318 silly cache add type: 'range' }
2319 silly addNamed qs@>=4.0.0 <4.1.0
2320 verbose addNamed ">=4.0.0 <4.1.0" is a valid semver range for qs
2321 silly addNameRange { name: 'qs', range: '>=4.0.0 <4.1.0', hasData: false }
2322 silly mapToRegistry name qs
2323 silly mapToRegistry using default registry
2324 silly mapToRegistry registry https://registry.npmjs.org/
2325 silly mapToRegistry uri https://registry.npmjs.org/qs
2326 verbose addNameRange registry:https://registry.npmjs.org/qs not in flight; fetching
2327 silly cache add args [ 'tunnel-agent@~0.4.0', null ]
2328 verbose cache add spec tunnel-agent@~0.4.0
2329 silly cache add parsed spec { raw: 'tunnel-agent@~0.4.0',
2329 silly cache add scope: null,
2329 silly cache add name: 'tunnel-agent',
2329 silly cache add rawSpec: '~0.4.0',
2329 silly cache add spec: '>=0.4.0 <0.5.0',
2329 silly cache add type: 'range' }
2330 silly addNamed tunnel-agent@>=0.4.0 <0.5.0
2331 verbose addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
2332 silly addNameRange { name: 'tunnel-agent', range: '>=0.4.0 <0.5.0', hasData: false }
2333 silly mapToRegistry name tunnel-agent
2334 silly mapToRegistry using default registry
2335 silly mapToRegistry registry https://registry.npmjs.org/
2336 silly mapToRegistry uri https://registry.npmjs.org/tunnel-agent
2337 verbose addNameRange registry:https://registry.npmjs.org/tunnel-agent not in flight; fetching
2338 silly cache add args [ 'tough-cookie@>=0.12.0', null ]
2339 verbose cache add spec tough-cookie@>=0.12.0
2340 silly cache add parsed spec { raw: 'tough-cookie@>=0.12.0',
2340 silly cache add scope: null,
2340 silly cache add name: 'tough-cookie',
2340 silly cache add rawSpec: '>=0.12.0',
2340 silly cache add spec: '>=0.12.0',
2340 silly cache add type: 'range' }
2341 silly addNamed tough-cookie@>=0.12.0
2342 verbose addNamed ">=0.12.0" is a valid semver range for tough-cookie
2343 silly addNameRange { name: 'tough-cookie', range: '>=0.12.0', hasData: false }
2344 silly mapToRegistry name tough-cookie
2345 silly mapToRegistry using default registry
2346 silly mapToRegistry registry https://registry.npmjs.org/
2347 silly mapToRegistry uri https://registry.npmjs.org/tough-cookie
2348 verbose addNameRange registry:https://registry.npmjs.org/tough-cookie not in flight; fetching
2349 silly cache add args [ 'http-signature@~0.11.0', null ]
2350 verbose cache add spec http-signature@~0.11.0
2351 silly cache add parsed spec { raw: 'http-signature@~0.11.0',
2351 silly cache add scope: null,
2351 silly cache add name: 'http-signature',
2351 silly cache add rawSpec: '~0.11.0',
2351 silly cache add spec: '>=0.11.0 <0.12.0',
2351 silly cache add type: 'range' }
2352 silly addNamed http-signature@>=0.11.0 <0.12.0
2353 verbose addNamed ">=0.11.0 <0.12.0" is a valid semver range for http-signature
2354 silly addNameRange { name: 'http-signature',
2354 silly addNameRange range: '>=0.11.0 <0.12.0',
2354 silly addNameRange hasData: false }
2355 silly mapToRegistry name http-signature
2356 silly mapToRegistry using default registry
2357 silly mapToRegistry registry https://registry.npmjs.org/
2358 silly mapToRegistry uri https://registry.npmjs.org/http-signature
2359 verbose addNameRange registry:https://registry.npmjs.org/http-signature not in flight; fetching
2360 silly cache add args [ 'oauth-sign@~0.8.0', null ]
2361 verbose cache add spec oauth-sign@~0.8.0
2362 silly cache add parsed spec { raw: 'oauth-sign@~0.8.0',
2362 silly cache add scope: null,
2362 silly cache add name: 'oauth-sign',
2362 silly cache add rawSpec: '~0.8.0',
2362 silly cache add spec: '>=0.8.0 <0.9.0',
2362 silly cache add type: 'range' }
2363 silly addNamed oauth-sign@>=0.8.0 <0.9.0
2364 verbose addNamed ">=0.8.0 <0.9.0" is a valid semver range for oauth-sign
2365 silly addNameRange { name: 'oauth-sign', range: '>=0.8.0 <0.9.0', hasData: false }
2366 silly mapToRegistry name oauth-sign
2367 silly mapToRegistry using default registry
2368 silly mapToRegistry registry https://registry.npmjs.org/
2369 silly mapToRegistry uri https://registry.npmjs.org/oauth-sign
2370 verbose addNameRange registry:https://registry.npmjs.org/oauth-sign not in flight; fetching
2371 verbose request uri https://registry.npmjs.org/forever-agent
2372 verbose request no auth needed
2373 info attempt registry request try #1 at 12:29:06
2374 verbose request using bearer token for auth
2375 verbose etag "CWCRJ4EQTE7B8DNSNMGZFPBBZ"
2376 http request GET https://registry.npmjs.org/forever-agent
2377 verbose request uri https://registry.npmjs.org/form-data
2378 verbose request no auth needed
2379 info attempt registry request try #1 at 12:29:06
2380 verbose request using bearer token for auth
2381 verbose etag "NS9G2WJLADL4080EKV19QFW2"
2382 http request GET https://registry.npmjs.org/form-data
2383 silly cache add args [ 'hawk@~3.1.0', null ]
2384 verbose cache add spec hawk@~3.1.0
2385 silly cache add parsed spec { raw: 'hawk@~3.1.0',
2385 silly cache add scope: null,
2385 silly cache add name: 'hawk',
2385 silly cache add rawSpec: '~3.1.0',
2385 silly cache add spec: '>=3.1.0 <3.2.0',
2385 silly cache add type: 'range' }
2386 silly addNamed hawk@>=3.1.0 <3.2.0
2387 verbose addNamed ">=3.1.0 <3.2.0" is a valid semver range for hawk
2388 silly addNameRange { name: 'hawk', range: '>=3.1.0 <3.2.0', hasData: false }
2389 silly mapToRegistry name hawk
2390 silly mapToRegistry using default registry
2391 silly mapToRegistry registry https://registry.npmjs.org/
2392 silly mapToRegistry uri https://registry.npmjs.org/hawk
2393 verbose addNameRange registry:https://registry.npmjs.org/hawk not in flight; fetching
2394 silly cache add args [ 'aws-sign2@~0.5.0', null ]
2395 verbose cache add spec aws-sign2@~0.5.0
2396 silly cache add parsed spec { raw: 'aws-sign2@~0.5.0',
2396 silly cache add scope: null,
2396 silly cache add name: 'aws-sign2',
2396 silly cache add rawSpec: '~0.5.0',
2396 silly cache add spec: '>=0.5.0 <0.6.0',
2396 silly cache add type: 'range' }
2397 silly addNamed aws-sign2@>=0.5.0 <0.6.0
2398 verbose addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
2399 silly addNameRange { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: false }
2400 silly mapToRegistry name aws-sign2
2401 silly mapToRegistry using default registry
2402 silly mapToRegistry registry https://registry.npmjs.org/
2403 silly mapToRegistry uri https://registry.npmjs.org/aws-sign2
2404 verbose addNameRange registry:https://registry.npmjs.org/aws-sign2 not in flight; fetching
2405 silly cache add args [ 'stringstream@~0.0.4', null ]
2406 verbose cache add spec stringstream@~0.0.4
2407 silly cache add parsed spec { raw: 'stringstream@~0.0.4',
2407 silly cache add scope: null,
2407 silly cache add name: 'stringstream',
2407 silly cache add rawSpec: '~0.0.4',
2407 silly cache add spec: '>=0.0.4 <0.1.0',
2407 silly cache add type: 'range' }
2408 silly addNamed stringstream@>=0.0.4 <0.1.0
2409 verbose addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
2410 silly addNameRange { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: false }
2411 silly mapToRegistry name stringstream
2412 silly mapToRegistry using default registry
2413 silly mapToRegistry registry https://registry.npmjs.org/
2414 silly mapToRegistry uri https://registry.npmjs.org/stringstream
2415 verbose addNameRange registry:https://registry.npmjs.org/stringstream not in flight; fetching
2416 silly cache add args [ 'combined-stream@~1.0.1', null ]
2417 verbose cache add spec combined-stream@~1.0.1
2418 silly cache add parsed spec { raw: 'combined-stream@~1.0.1',
2418 silly cache add scope: null,
2418 silly cache add name: 'combined-stream',
2418 silly cache add rawSpec: '~1.0.1',
2418 silly cache add spec: '>=1.0.1 <1.1.0',
2418 silly cache add type: 'range' }
2419 silly addNamed combined-stream@>=1.0.1 <1.1.0
2420 verbose addNamed ">=1.0.1 <1.1.0" is a valid semver range for combined-stream
2421 silly addNameRange { name: 'combined-stream',
2421 silly addNameRange range: '>=1.0.1 <1.1.0',
2421 silly addNameRange hasData: false }
2422 silly mapToRegistry name combined-stream
2423 silly mapToRegistry using default registry
2424 silly mapToRegistry registry https://registry.npmjs.org/
2425 silly mapToRegistry uri https://registry.npmjs.org/combined-stream
2426 verbose addNameRange registry:https://registry.npmjs.org/combined-stream not in flight; fetching
2427 silly cache add args [ 'isstream@~0.1.1', null ]
2428 verbose cache add spec isstream@~0.1.1
2429 silly cache add parsed spec { raw: 'isstream@~0.1.1',
2429 silly cache add scope: null,
2429 silly cache add name: 'isstream',
2429 silly cache add rawSpec: '~0.1.1',
2429 silly cache add spec: '>=0.1.1 <0.2.0',
2429 silly cache add type: 'range' }
2430 silly addNamed isstream@>=0.1.1 <0.2.0
2431 verbose addNamed ">=0.1.1 <0.2.0" is a valid semver range for isstream
2432 silly addNameRange { name: 'isstream', range: '>=0.1.1 <0.2.0', hasData: false }
2433 silly mapToRegistry name isstream
2434 silly mapToRegistry using default registry
2435 silly mapToRegistry registry https://registry.npmjs.org/
2436 silly mapToRegistry uri https://registry.npmjs.org/isstream
2437 verbose addNameRange registry:https://registry.npmjs.org/isstream not in flight; fetching
2438 silly cache add args [ 'har-validator@^1.6.1', null ]
2439 verbose cache add spec har-validator@^1.6.1
2440 silly cache add parsed spec { raw: 'har-validator@^1.6.1',
2440 silly cache add scope: null,
2440 silly cache add name: 'har-validator',
2440 silly cache add rawSpec: '^1.6.1',
2440 silly cache add spec: '>=1.6.1 <2.0.0',
2440 silly cache add type: 'range' }
2441 silly addNamed har-validator@>=1.6.1 <2.0.0
2442 verbose addNamed ">=1.6.1 <2.0.0" is a valid semver range for har-validator
2443 silly addNameRange { name: 'har-validator',
2443 silly addNameRange range: '>=1.6.1 <2.0.0',
2443 silly addNameRange hasData: false }
2444 silly mapToRegistry name har-validator
2445 silly mapToRegistry using default registry
2446 silly mapToRegistry registry https://registry.npmjs.org/
2447 silly mapToRegistry uri https://registry.npmjs.org/har-validator
2448 verbose addNameRange registry:https://registry.npmjs.org/har-validator not in flight; fetching
2449 verbose request uri https://registry.npmjs.org/json-stringify-safe
2450 verbose request no auth needed
2451 info attempt registry request try #1 at 12:29:06
2452 verbose request using bearer token for auth
2453 verbose etag "4LYBKKEW8W9DXA2S054JNOTET"
2454 http request GET https://registry.npmjs.org/json-stringify-safe
2455 verbose request uri https://registry.npmjs.org/mime-types
2456 verbose request no auth needed
2457 info attempt registry request try #1 at 12:29:06
2458 verbose request using bearer token for auth
2459 verbose etag "2YM0G5ZSTJ1PUEMIX4FMIS8BG"
2460 http request GET https://registry.npmjs.org/mime-types
2461 verbose request uri https://registry.npmjs.org/node-uuid
2462 verbose request no auth needed
2463 info attempt registry request try #1 at 12:29:06
2464 verbose request using bearer token for auth
2465 verbose etag "39MF84OTKIEGJI956R8U1TTXF"
2466 http request GET https://registry.npmjs.org/node-uuid
2467 verbose request uri https://registry.npmjs.org/qs
2468 verbose request no auth needed
2469 info attempt registry request try #1 at 12:29:06
2470 verbose request using bearer token for auth
2471 verbose etag "1878XXLQFAQNH266IZSW8DP1Q"
2472 http request GET https://registry.npmjs.org/qs
2473 verbose request uri https://registry.npmjs.org/tunnel-agent
2474 verbose request no auth needed
2475 info attempt registry request try #1 at 12:29:06
2476 verbose request using bearer token for auth
2477 verbose etag "30KMJK91SDP6W3JC0MY3FD3ZC"
2478 http request GET https://registry.npmjs.org/tunnel-agent
2479 verbose request uri https://registry.npmjs.org/tough-cookie
2480 verbose request no auth needed
2481 info attempt registry request try #1 at 12:29:06
2482 verbose request using bearer token for auth
2483 verbose etag "4SZ5DYIZ6VRBC95Q426VCIU47"
2484 http request GET https://registry.npmjs.org/tough-cookie
2485 verbose request uri https://registry.npmjs.org/http-signature
2486 verbose request no auth needed
2487 info attempt registry request try #1 at 12:29:06
2488 verbose request using bearer token for auth
2489 verbose etag "6X2EFJAJVCHY73LZ2MHUQ1TCT"
2490 http request GET https://registry.npmjs.org/http-signature
2491 verbose request uri https://registry.npmjs.org/oauth-sign
2492 verbose request no auth needed
2493 info attempt registry request try #1 at 12:29:06
2494 verbose request using bearer token for auth
2495 verbose etag "EDJNZ0SD5DV6ZTLTXN76D4X7I"
2496 http request GET https://registry.npmjs.org/oauth-sign
2497 verbose request uri https://registry.npmjs.org/aws-sign2
2498 verbose request no auth needed
2499 info attempt registry request try #1 at 12:29:06
2500 verbose request using bearer token for auth
2501 verbose etag "77UTUEWZP9JOTXY7N5GC34AZF"
2502 http request GET https://registry.npmjs.org/aws-sign2
2503 verbose request uri https://registry.npmjs.org/stringstream
2504 verbose request no auth needed
2505 info attempt registry request try #1 at 12:29:06
2506 verbose request using bearer token for auth
2507 verbose etag "94592EEG2SF9H78JE4ETM0S7W"
2508 http request GET https://registry.npmjs.org/stringstream
2509 verbose request uri https://registry.npmjs.org/hawk
2510 verbose request no auth needed
2511 info attempt registry request try #1 at 12:29:06
2512 verbose request using bearer token for auth
2513 verbose etag "1FCXI6W6ILUX4QROJNAZUZ236"
2514 http request GET https://registry.npmjs.org/hawk
2515 verbose request uri https://registry.npmjs.org/combined-stream
2516 verbose request no auth needed
2517 info attempt registry request try #1 at 12:29:06
2518 verbose request using bearer token for auth
2519 verbose etag "B4WTGKY32M1VDZX0V45HEIVUL"
2520 http request GET https://registry.npmjs.org/combined-stream
2521 verbose request uri https://registry.npmjs.org/isstream
2522 verbose request no auth needed
2523 info attempt registry request try #1 at 12:29:06
2524 verbose request using bearer token for auth
2525 verbose etag "E4U8SUCKSKM10MS28MFTOVC6N"
2526 http request GET https://registry.npmjs.org/isstream
2527 verbose request uri https://registry.npmjs.org/har-validator
2528 verbose request no auth needed
2529 info attempt registry request try #1 at 12:29:06
2530 verbose request using bearer token for auth
2531 verbose etag "1TGIPWSSWUTFJO4ZL0AMRWXPB"
2532 http request GET https://registry.npmjs.org/har-validator
2533 http 304 https://registry.npmjs.org/glob
2534 silly get cb [ 304,
2534 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2534 silly get etag: '"S9Z5VRTWB0KFFKEZE02CU3QM"',
2534 silly get 'cache-control': 'max-age=60',
2534 silly get 'accept-ranges': 'bytes',
2534 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2534 silly get via: '1.1 varnish',
2534 silly get connection: 'keep-alive',
2534 silly get 'x-served-by': 'cache-mel6520-MEL',
2534 silly get 'x-cache': 'MISS',
2534 silly get 'x-cache-hits': '0',
2534 silly get 'x-timer': 'S1437704946.972227,VS0,VE209' } ]
2535 verbose etag https://registry.npmjs.org/glob from cache
2536 verbose get saving glob to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\glob\.cache.json
2537 silly addNameRange number 2 { name: 'glob', range: '>=5.0.14 <6.0.0', hasData: true }
2538 silly addNameRange versions [ 'glob',
2538 silly addNameRange [ '1.1.0',
2538 silly addNameRange '2.0.9',
2538 silly addNameRange '2.0.8',
2538 silly addNameRange '2.0.7',
2538 silly addNameRange '2.1.0',
2538 silly addNameRange '3.0.0',
2538 silly addNameRange '3.0.1',
2538 silly addNameRange '3.1.0',
2538 silly addNameRange '3.1.1',
2538 silly addNameRange '3.1.2',
2538 silly addNameRange '3.1.3',
2538 silly addNameRange '3.1.4',
2538 silly addNameRange '3.1.5',
2538 silly addNameRange '3.1.6',
2538 silly addNameRange '3.1.7',
2538 silly addNameRange '3.1.9',
2538 silly addNameRange '3.1.10',
2538 silly addNameRange '3.1.11',
2538 silly addNameRange '3.1.12',
2538 silly addNameRange '3.1.13',
2538 silly addNameRange '3.1.14',
2538 silly addNameRange '3.1.15',
2538 silly addNameRange '3.1.16',
2538 silly addNameRange '3.1.17',
2538 silly addNameRange '3.1.18',
2538 silly addNameRange '3.1.19',
2538 silly addNameRange '3.1.20',
2538 silly addNameRange '3.1.21',
2538 silly addNameRange '3.2.0',
2538 silly addNameRange '3.2.1',
2538 silly addNameRange '3.2.3',
2538 silly addNameRange '3.2.4',
2538 silly addNameRange '3.2.5',
2538 silly addNameRange '3.2.6',
2538 silly addNameRange '3.2.7',
2538 silly addNameRange '3.2.8',
2538 silly addNameRange '3.2.9',
2538 silly addNameRange '3.2.10',
2538 silly addNameRange '3.2.11',
2538 silly addNameRange '4.0.0',
2538 silly addNameRange '4.0.1',
2538 silly addNameRange '4.0.2',
2538 silly addNameRange '4.0.3',
2538 silly addNameRange '4.0.4',
2538 silly addNameRange '4.0.5',
2538 silly addNameRange '4.0.6',
2538 silly addNameRange '4.1.2-beta',
2538 silly addNameRange '4.1.2',
2538 silly addNameRange '4.1.3',
2538 silly addNameRange '4.1.4',
2538 silly addNameRange '4.1.5',
2538 silly addNameRange '4.1.6',
2538 silly addNameRange '4.2.0',
2538 silly addNameRange '4.2.1',
2538 silly addNameRange '4.2.2',
2538 silly addNameRange '4.3.0',
2538 silly addNameRange '4.3.1',
2538 silly addNameRange '4.3.2',
2538 silly addNameRange '4.3.3',
2538 silly addNameRange '4.3.4',
2538 silly addNameRange '4.3.5',
2538 silly addNameRange '4.4.0',
2538 silly addNameRange '4.4.2',
2538 silly addNameRange '4.5.0',
2538 silly addNameRange '5.0.0',
2538 silly addNameRange '4.5.1',
2538 silly addNameRange '5.0.1',
2538 silly addNameRange '4.5.2',
2538 silly addNameRange '5.0.2',
2538 silly addNameRange '4.5.3',
2538 silly addNameRange '5.0.3',
2538 silly addNameRange '5.0.4',
2538 silly addNameRange '5.0.5',
2538 silly addNameRange '5.0.6',
2538 silly addNameRange '5.0.7',
2538 silly addNameRange '5.0.9',
2538 silly addNameRange '5.0.10',
2538 silly addNameRange '5.0.11',
2538 silly addNameRange '5.0.12',
2538 silly addNameRange '5.0.13',
2538 silly addNameRange '5.0.14' ] ]
2539 silly addNamed glob@5.0.14
2540 verbose addNamed "5.0.14" is a plain semver version for glob
2541 silly cache afterAdd glob@5.0.14
2542 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\glob\5.0.14\package\package.json not in flight; writing
2543 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\glob\5.0.14\package\package.json written
2544 silly install resolved [ { author:
2544 silly install resolved { name: 'Isaac Z. Schlueter',
2544 silly install resolved email: 'i@izs.me',
2544 silly install resolved url: 'http://blog.izs.me/' },
2544 silly install resolved name: 'glob',
2544 silly install resolved description: 'a little globber',
2544 silly install resolved version: '5.0.14',
2544 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/node-glob.git' },
2544 silly install resolved main: 'glob.js',
2544 silly install resolved files: [ 'glob.js', 'sync.js', 'common.js' ],
2544 silly install resolved engines: { node: '*' },
2544 silly install resolved dependencies:
2544 silly install resolved { inflight: '^1.0.4',
2544 silly install resolved inherits: '2',
2544 silly install resolved minimatch: '^2.0.1',
2544 silly install resolved once: '^1.3.0',
2544 silly install resolved 'path-is-absolute': '^1.0.0' },
2544 silly install resolved devDependencies: { mkdirp: '0', rimraf: '^2.2.8', tap: '^1.1.4', tick: '0.0.6' },
2544 silly install resolved scripts:
2544 silly install resolved { prepublish: 'npm run benchclean',
2544 silly install resolved profclean: 'rm -f v8.log profile.txt',
2544 silly install resolved test: 'tap test/*.js --cov',
2544 silly install resolved 'test-regen': 'npm run profclean && TEST_REGEN=1 node test/00-setup.js',
2544 silly install resolved bench: 'bash benchmark.sh',
2544 silly install resolved prof: 'bash prof.sh && cat profile.txt',
2544 silly install resolved benchclean: 'node benchclean.js' },
2544 silly install resolved license: 'ISC',
2544 silly install resolved gitHead: 'c47d4514f8f93f23b589afa18947306116bfe40f',
2544 silly install resolved bugs: { url: 'https://github.com/isaacs/node-glob/issues' },
2544 silly install resolved homepage: 'https://github.com/isaacs/node-glob#readme',
2544 silly install resolved _id: 'glob@5.0.14',
2544 silly install resolved _shasum: 'a811d507acb605441edd6cd2622a3c6f06cc00e1',
2544 silly install resolved _from: 'glob@>=5.0.14 <6.0.0',
2544 silly install resolved _npmVersion: '3.1.0',
2544 silly install resolved _nodeVersion: '2.2.1',
2544 silly install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
2544 silly install resolved dist:
2544 silly install resolved { shasum: 'a811d507acb605441edd6cd2622a3c6f06cc00e1',
2544 silly install resolved tarball: 'http://registry.npmjs.org/glob/-/glob-5.0.14.tgz' },
2544 silly install resolved maintainers: [ [Object] ],
2544 silly install resolved directories: {},
2544 silly install resolved _resolved: 'https://registry.npmjs.org/glob/-/glob-5.0.14.tgz',
2544 silly install resolved readme: 'ERROR: No README data found!' } ]
2545 info install glob@5.0.14 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf
2546 info installOne glob@5.0.14
2547 verbose installOne of glob to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf not in flight; installing
2548 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\glob-4dadad9ec1c3cb2c.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2549 silly install write writing glob 5.0.14 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2550 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2551 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob is being purged from base C:\Users\bas\AppData\Roaming\npm
2552 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2553 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\glob\5.0.14\package.tgz
2554 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2555 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob is being purged
2556 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
2557 silly gunzTarPerm modes [ '777', '666' ]
2558 silly gunzTarPerm extractEntry package.json
2559 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2560 silly gunzTarPerm extractEntry README.md
2561 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2562 silly gunzTarPerm extractEntry LICENSE
2563 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2564 silly gunzTarPerm extractEntry common.js
2565 silly gunzTarPerm modified mode [ 'common.js', 420, 438 ]
2566 silly gunzTarPerm extractEntry glob.js
2567 silly gunzTarPerm modified mode [ 'glob.js', 420, 438 ]
2568 silly gunzTarPerm extractEntry sync.js
2569 silly gunzTarPerm modified mode [ 'sync.js', 420, 438 ]
2570 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\package.json
2571 info preinstall glob@5.0.14
2572 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\package.json
2573 silly prepareForInstallMany adding inflight@^1.0.4 from glob dependencies
2574 silly prepareForInstallMany adding inherits@2 from glob dependencies
2575 silly prepareForInstallMany adding minimatch@^2.0.1 from glob dependencies
2576 silly prepareForInstallMany adding once@^1.3.0 from glob dependencies
2577 silly prepareForInstallMany adding path-is-absolute@^1.0.0 from glob dependencies
2578 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\package.json
2579 silly cache add args [ 'inflight@^1.0.4', null ]
2580 verbose cache add spec inflight@^1.0.4
2581 silly cache add args [ 'inherits@2', null ]
2582 verbose cache add spec inherits@2
2583 silly cache add parsed spec { raw: 'inflight@^1.0.4',
2583 silly cache add scope: null,
2583 silly cache add name: 'inflight',
2583 silly cache add rawSpec: '^1.0.4',
2583 silly cache add spec: '>=1.0.4 <2.0.0',
2583 silly cache add type: 'range' }
2584 silly addNamed inflight@>=1.0.4 <2.0.0
2585 verbose addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
2586 silly addNameRange { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: false }
2587 silly mapToRegistry name inflight
2588 silly mapToRegistry using default registry
2589 silly mapToRegistry registry https://registry.npmjs.org/
2590 silly mapToRegistry uri https://registry.npmjs.org/inflight
2591 verbose addNameRange registry:https://registry.npmjs.org/inflight not in flight; fetching
2592 silly cache add parsed spec { raw: 'inherits@2',
2592 silly cache add scope: null,
2592 silly cache add name: 'inherits',
2592 silly cache add rawSpec: '2',
2592 silly cache add spec: '>=2.0.0 <3.0.0',
2592 silly cache add type: 'range' }
2593 silly addNamed inherits@>=2.0.0 <3.0.0
2594 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
2595 silly addNameRange { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: false }
2596 silly mapToRegistry name inherits
2597 silly mapToRegistry using default registry
2598 silly mapToRegistry registry https://registry.npmjs.org/
2599 silly mapToRegistry uri https://registry.npmjs.org/inherits
2600 verbose addNameRange registry:https://registry.npmjs.org/inherits already in flight; waiting
2601 silly cache add args [ 'minimatch@^2.0.1', null ]
2602 verbose cache add spec minimatch@^2.0.1
2603 silly cache add parsed spec { raw: 'minimatch@^2.0.1',
2603 silly cache add scope: null,
2603 silly cache add name: 'minimatch',
2603 silly cache add rawSpec: '^2.0.1',
2603 silly cache add spec: '>=2.0.1 <3.0.0',
2603 silly cache add type: 'range' }
2604 silly addNamed minimatch@>=2.0.1 <3.0.0
2605 verbose addNamed ">=2.0.1 <3.0.0" is a valid semver range for minimatch
2606 silly addNameRange { name: 'minimatch', range: '>=2.0.1 <3.0.0', hasData: false }
2607 silly mapToRegistry name minimatch
2608 silly mapToRegistry using default registry
2609 silly mapToRegistry registry https://registry.npmjs.org/
2610 silly mapToRegistry uri https://registry.npmjs.org/minimatch
2611 verbose addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching
2612 silly cache add args [ 'once@^1.3.0', null ]
2613 verbose cache add spec once@^1.3.0
2614 silly cache add parsed spec { raw: 'once@^1.3.0',
2614 silly cache add scope: null,
2614 silly cache add name: 'once',
2614 silly cache add rawSpec: '^1.3.0',
2614 silly cache add spec: '>=1.3.0 <2.0.0',
2614 silly cache add type: 'range' }
2615 silly addNamed once@>=1.3.0 <2.0.0
2616 verbose addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
2617 silly addNameRange { name: 'once', range: '>=1.3.0 <2.0.0', hasData: false }
2618 silly mapToRegistry name once
2619 silly mapToRegistry using default registry
2620 silly mapToRegistry registry https://registry.npmjs.org/
2621 silly mapToRegistry uri https://registry.npmjs.org/once
2622 verbose addNameRange registry:https://registry.npmjs.org/once not in flight; fetching
2623 silly cache add args [ 'path-is-absolute@^1.0.0', null ]
2624 verbose cache add spec path-is-absolute@^1.0.0
2625 silly cache add parsed spec { raw: 'path-is-absolute@^1.0.0',
2625 silly cache add scope: null,
2625 silly cache add name: 'path-is-absolute',
2625 silly cache add rawSpec: '^1.0.0',
2625 silly cache add spec: '>=1.0.0 <2.0.0',
2625 silly cache add type: 'range' }
2626 silly addNamed path-is-absolute@>=1.0.0 <2.0.0
2627 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
2628 silly addNameRange { name: 'path-is-absolute',
2628 silly addNameRange range: '>=1.0.0 <2.0.0',
2628 silly addNameRange hasData: false }
2629 silly mapToRegistry name path-is-absolute
2630 silly mapToRegistry using default registry
2631 silly mapToRegistry registry https://registry.npmjs.org/
2632 silly mapToRegistry uri https://registry.npmjs.org/path-is-absolute
2633 verbose addNameRange registry:https://registry.npmjs.org/path-is-absolute not in flight; fetching
2634 verbose request uri https://registry.npmjs.org/inflight
2635 verbose request no auth needed
2636 info attempt registry request try #1 at 12:29:06
2637 verbose request using bearer token for auth
2638 verbose etag "6TGO37U1FD85W17TCDUWY0F9L"
2639 http request GET https://registry.npmjs.org/inflight
2640 verbose request uri https://registry.npmjs.org/once
2641 verbose request no auth needed
2642 info attempt registry request try #1 at 12:29:06
2643 verbose request using bearer token for auth
2644 verbose etag "83NJILMFOAHI345Q0OCW2CURU"
2645 http request GET https://registry.npmjs.org/once
2646 verbose request uri https://registry.npmjs.org/minimatch
2647 verbose request no auth needed
2648 info attempt registry request try #1 at 12:29:06
2649 verbose request using bearer token for auth
2650 verbose etag "DJA57W2ZBIS2VHNDSIYQZ6MY3"
2651 http request GET https://registry.npmjs.org/minimatch
2652 verbose request uri https://registry.npmjs.org/path-is-absolute
2653 verbose request no auth needed
2654 info attempt registry request try #1 at 12:29:06
2655 verbose request using bearer token for auth
2656 verbose etag "YJPG84UQ0LP8C3JMZV74XL03"
2657 http request GET https://registry.npmjs.org/path-is-absolute
2658 http 304 https://registry.npmjs.org/meow
2659 silly get cb [ 304,
2659 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2659 silly get etag: '"6A6FIYZS9GEUYBU48MM47JVE7"',
2659 silly get 'cache-control': 'max-age=60',
2659 silly get 'accept-ranges': 'bytes',
2659 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2659 silly get via: '1.1 varnish',
2659 silly get connection: 'keep-alive',
2659 silly get 'x-served-by': 'cache-mel6522-MEL',
2659 silly get 'x-cache': 'MISS',
2659 silly get 'x-cache-hits': '0',
2659 silly get 'x-timer': 'S1437704947.135798,VS0,VE205' } ]
2660 verbose etag https://registry.npmjs.org/meow from cache
2661 verbose get saving meow to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\meow\.cache.json
2662 http 304 https://registry.npmjs.org/speedometer
2663 silly get cb [ 304,
2663 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2663 silly get etag: '"AO05HTSSKES0IYVAUQGNHUORN"',
2663 silly get 'cache-control': 'max-age=60',
2663 silly get 'accept-ranges': 'bytes',
2663 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2663 silly get via: '1.1 varnish',
2663 silly get connection: 'keep-alive',
2663 silly get 'x-served-by': 'cache-mel6522-MEL',
2663 silly get 'x-cache': 'MISS',
2663 silly get 'x-cache-hits': '0',
2663 silly get 'x-timer': 'S1437704947.148876,VS0,VE206' } ]
2664 verbose etag https://registry.npmjs.org/speedometer from cache
2665 verbose get saving speedometer to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\speedometer\.cache.json
2666 silly addNameRange number 2 { name: 'meow', range: '>=3.1.0 <4.0.0', hasData: true }
2667 silly addNameRange versions [ 'meow',
2667 silly addNameRange [ '1.0.0', '2.0.0', '2.1.0', '3.0.0', '3.1.0', '3.3.0' ] ]
2668 silly addNamed meow@3.3.0
2669 verbose addNamed "3.3.0" is a plain semver version for meow
2670 silly cache afterAdd meow@3.3.0
2671 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\meow\3.3.0\package\package.json not in flight; writing
2672 http 304 https://registry.npmjs.org/get-stdin
2673 silly get cb [ 304,
2673 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2673 silly get etag: '"JZ3H2SVF1OVOO94U03L3RZ7W"',
2673 silly get 'cache-control': 'max-age=60',
2673 silly get 'accept-ranges': 'bytes',
2673 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2673 silly get via: '1.1 varnish',
2673 silly get connection: 'keep-alive',
2673 silly get 'x-served-by': 'cache-mel6521-MEL',
2673 silly get 'x-cache': 'MISS',
2673 silly get 'x-cache-hits': '0',
2673 silly get 'x-timer': 'S1437704947.120455,VS0,VE239' } ]
2674 verbose etag https://registry.npmjs.org/get-stdin from cache
2675 verbose get saving get-stdin to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\get-stdin\.cache.json
2676 silly addNameRange number 2 { name: 'speedometer', range: '>=0.1.2 <0.2.0', hasData: true }
2677 silly addNameRange versions [ 'speedometer',
2677 silly addNameRange [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4' ] ]
2678 silly addNamed speedometer@0.1.4
2679 verbose addNamed "0.1.4" is a plain semver version for speedometer
2680 silly cache afterAdd speedometer@0.1.4
2681 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\speedometer\0.1.4\package\package.json not in flight; writing
2682 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\meow\3.3.0\package\package.json written
2683 silly addNameRange number 2 { name: 'get-stdin', range: '>=4.0.1 <5.0.0', hasData: true }
2684 silly addNameRange versions [ 'get-stdin',
2684 silly addNameRange [ '0.1.0',
2684 silly addNameRange '1.0.0',
2684 silly addNameRange '2.0.0',
2684 silly addNameRange '3.0.0',
2684 silly addNameRange '3.0.1',
2684 silly addNameRange '3.0.2',
2684 silly addNameRange '4.0.0',
2684 silly addNameRange '4.0.1' ] ]
2685 silly addNamed get-stdin@4.0.1
2686 verbose addNamed "4.0.1" is a plain semver version for get-stdin
2687 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\speedometer\0.1.4\package\package.json written
2688 silly install resolved [ { name: 'through2',
2688 silly install resolved version: '0.2.3',
2688 silly install resolved description: 'A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise',
2688 silly install resolved main: 'through2.js',
2688 silly install resolved scripts: { test: 'node test.js' },
2688 silly install resolved repository:
2688 silly install resolved { type: 'git',
2688 silly install resolved url: 'git+https://github.com/rvagg/through2.git' },
2688 silly install resolved keywords: [ 'stream', 'streams2', 'through', 'transform' ],
2688 silly install resolved author:
2688 silly install resolved { name: 'Rod Vagg',
2688 silly install resolved email: 'r@va.gg',
2688 silly install resolved url: 'https://github.com/rvagg' },
2688 silly install resolved license: 'MIT',
2688 silly install resolved dependencies: { 'readable-stream': '~1.1.9', xtend: '~2.1.1' },
2688 silly install resolved devDependencies: { tape: '~1.1.1', bl: '~0.4.1', 'stream-spigot': '~2.1.2' },
2688 silly install resolved bugs: { url: 'https://github.com/rvagg/through2/issues' },
2688 silly install resolved _id: 'through2@0.2.3',
2688 silly install resolved dist:
2688 silly install resolved { shasum: 'eb3284da4ea311b6cc8ace3653748a52abf25a3f',
2688 silly install resolved tarball: 'http://registry.npmjs.org/through2/-/through2-0.2.3.tgz' },
2688 silly install resolved _from: 'through2@>=0.2.3 <0.3.0',
2688 silly install resolved _npmVersion: '1.3.11',
2688 silly install resolved _npmUser: { name: 'bryce', email: 'bryce@ravenwall.com' },
2688 silly install resolved maintainers: [ [Object], [Object] ],
2688 silly install resolved directories: {},
2688 silly install resolved _shasum: 'eb3284da4ea311b6cc8ace3653748a52abf25a3f',
2688 silly install resolved _resolved: 'https://registry.npmjs.org/through2/-/through2-0.2.3.tgz',
2688 silly install resolved readme: 'ERROR: No README data found!',
2688 silly install resolved homepage: 'https://github.com/rvagg/through2#readme' },
2688 silly install resolved { name: 'single-line-log',
2688 silly install resolved description: 'Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations',
2688 silly install resolved keywords:
2688 silly install resolved [ 'single',
2688 silly install resolved 'line',
2688 silly install resolved 'log',
2688 silly install resolved 'output',
2688 silly install resolved 'overwrite',
2688 silly install resolved 'collapse',
2688 silly install resolved 'stdout',
2688 silly install resolved 'terminal',
2688 silly install resolved 'tty',
2688 silly install resolved 'cli',
2688 silly install resolved 'shell' ],
2688 silly install resolved version: '0.3.1',
2688 silly install resolved repository:
2688 silly install resolved { type: 'git',
2688 silly install resolved url: 'git://github.com/freeall/single-line-log.git' },
2688 silly install resolved author: { name: 'Tobias Baunbæk', email: 'freeall@gmail.com' },
2688 silly install resolved bugs: { url: 'https://github.com/freeall/single-line-log/issues' },
2688 silly install resolved homepage: 'https://github.com/freeall/single-line-log',
2688 silly install resolved _id: 'single-line-log@0.3.1',
2688 silly install resolved dist:
2688 silly install resolved { shasum: 'a7ad6507f218ce5dfe16c4bf2d659246419e7a06',
2688 silly install resolved tarball: 'http://registry.npmjs.org/single-line-log/-/single-line-log-0.3.1.tgz' },
2688 silly install resolved _from: 'single-line-log@>=0.3.1 <0.4.0',
2688 silly install resolved _npmVersion: '1.3.14',
2688 silly install resolved _npmUser: { name: 'freeall', email: 'freeall@gmail.com' },
2688 silly install resolved maintainers: [ [Object] ],
2688 silly install resolved directories: {},
2688 silly install resolved _shasum: 'a7ad6507f218ce5dfe16c4bf2d659246419e7a06',
2688 silly install resolved _resolved: 'https://registry.npmjs.org/single-line-log/-/single-line-log-0.3.1.tgz',
2688 silly install resolved readme: 'ERROR: No README data found!' },
2688 silly install resolved { name: 'speedometer',
2688 silly install resolved version: '0.1.4',
2688 silly install resolved repository:
2688 silly install resolved { type: 'git',
2688 silly install resolved url: 'git://github.com/mafintosh/speedometer.git' },
2688 silly install resolved description: 'simple speed measurement in javascript',
2688 silly install resolved keywords: [ 'speed', 'bytes', 'per', 'second', 'transfer' ],
2688 silly install resolved author: { name: 'Mathias Buus Madsen', email: 'mathiasbuus@gmail.com' },
2688 silly install resolved gitHead: '0771a135bad8a8a7d31770ff2e7a29000e2ce5a1',
2688 silly install resolved bugs: { url: 'https://github.com/mafintosh/speedometer/issues' },
2688 silly install resolved homepage: 'https://github.com/mafintosh/speedometer',
2688 silly install resolved _id: 'speedometer@0.1.4',
2688 silly install resolved scripts: {},
2688 silly install resolved _shasum: '9876dbd2a169d3115402d48e6ea6329c8816a50d',
2688 silly install resolved _from: 'speedometer@>=0.1.2 <0.2.0',
2688 silly install resolved _npmVersion: '1.4.28',
2688 silly install resolved _npmUser: { name: 'mafintosh', email: 'mathiasbuus@gmail.com' },
2688 silly install resolved maintainers: [ [Object] ],
2688 silly install resolved dist:
2688 silly install resolved { shasum: '9876dbd2a169d3115402d48e6ea6329c8816a50d',
2688 silly install resolved tarball: 'http://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz' },
2688 silly install resolved directories: {},
2688 silly install resolved _resolved: 'https://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz',
2688 silly install resolved readme: 'ERROR: No README data found!' } ]
2689 info install through2@0.2.3 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
2690 info install single-line-log@0.3.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
2691 info install speedometer@0.1.4 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream
2692 info installOne through2@0.2.3
2693 verbose installOne of through2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream not in flight; installing
2694 info installOne single-line-log@0.3.1
2695 verbose installOne of single-line-log to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream not in flight; installing
2696 info installOne speedometer@0.1.4
2697 verbose installOne of speedometer to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream not in flight; installing
2698 silly cache afterAdd get-stdin@4.0.1
2699 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\get-stdin\4.0.1\package\package.json not in flight; writing
2700 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\single-line-log-15123de7cc450fcb.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2701 silly install write writing single-line-log 0.3.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2702 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\through2-88cf7e11f15a28ab.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2703 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\speedometer-818191058085a4d6.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2704 silly install write writing through2 0.2.3 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2705 silly install write writing speedometer 0.1.4 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2706 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2707 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2708 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log is being purged from base C:\Users\bas\AppData\Roaming\npm
2709 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2710 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\get-stdin\4.0.1\package\package.json written
2711 silly install resolved [ { name: 'meow',
2711 silly install resolved version: '3.3.0',
2711 silly install resolved description: 'CLI app helper',
2711 silly install resolved license: 'MIT',
2711 silly install resolved repository:
2711 silly install resolved { type: 'git',
2711 silly install resolved url: 'git+https://github.com/sindresorhus/meow.git' },
2711 silly install resolved author:
2711 silly install resolved { name: 'Sindre Sorhus',
2711 silly install resolved email: 'sindresorhus@gmail.com',
2711 silly install resolved url: 'sindresorhus.com' },
2711 silly install resolved engines: { node: '>=0.10.0' },
2711 silly install resolved scripts: { test: 'node test.js' },
2711 silly install resolved files: [ 'index.js' ],
2711 silly install resolved keywords:
2711 silly install resolved [ 'cli',
2711 silly install resolved 'bin',
2711 silly install resolved 'util',
2711 silly install resolved 'utility',
2711 silly install resolved 'helper',
2711 silly install resolved 'argv',
2711 silly install resolved 'command',
2711 silly install resolved 'line',
2711 silly install resolved 'meow',
2711 silly install resolved 'cat',
2711 silly install resolved 'kitten',
2711 silly install resolved 'parser',
2711 silly install resolved 'option',
2711 silly install resolved 'flags',
2711 silly install resolved 'input',
2711 silly install resolved 'cmd',
2711 silly install resolved 'console' ],
2711 silly install resolved dependencies:
2711 silly install resolved { 'camelcase-keys': '^1.0.0',
2711 silly install resolved 'indent-string': '^1.1.0',
2711 silly install resolved minimist: '^1.1.0',
2711 silly install resolved 'object-assign': '^3.0.0' },
2711 silly install resolved devDependencies: { ava: '0.0.4' },
2711 silly install resolved gitHead: '0ec1cbe26d544d93533eef1ad31c0b351b4106a3',
2711 silly install resolved bugs: { url: 'https://github.com/sindresorhus/meow/issues' },
2711 silly install resolved homepage: 'https://github.com/sindresorhus/meow',
2711 silly install resolved _id: 'meow@3.3.0',
2711 silly install resolved _shasum: 'f8777fd0db67f73d1de1beee08c97c8665efc6ed',
2711 silly install resolved _from: 'meow@>=3.1.0 <4.0.0',
2711 silly install resolved _npmVersion: '2.10.1',
2711 silly install resolved _nodeVersion: '0.12.4',
2711 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
2711 silly install resolved dist:
2711 silly install resolved { shasum: 'f8777fd0db67f73d1de1beee08c97c8665efc6ed',
2711 silly install resolved tarball: 'http://registry.npmjs.org/meow/-/meow-3.3.0.tgz' },
2711 silly install resolved maintainers: [ [Object] ],
2711 silly install resolved directories: {},
2711 silly install resolved _resolved: 'https://registry.npmjs.org/meow/-/meow-3.3.0.tgz',
2711 silly install resolved readme: 'ERROR: No README data found!' },
2711 silly install resolved { name: 'get-stdin',
2711 silly install resolved version: '4.0.1',
2711 silly install resolved description: 'Easier stdin',
2711 silly install resolved license: 'MIT',
2711 silly install resolved repository:
2711 silly install resolved { type: 'git',
2711 silly install resolved url: 'git+https://github.com/sindresorhus/get-stdin.git' },
2711 silly install resolved author:
2711 silly install resolved { name: 'Sindre Sorhus',
2711 silly install resolved email: 'sindresorhus@gmail.com',
2711 silly install resolved url: 'http://sindresorhus.com' },
2711 silly install resolved engines: { node: '>=0.10.0' },
2711 silly install resolved scripts: { test: 'node test.js && node test-buffer.js && echo unicorns | node test-real.js' },
2711 silly install resolved files: [ 'index.js' ],
2711 silly install resolved keywords:
2711 silly install resolved [ 'std',
2711 silly install resolved 'stdin',
2711 silly install resolved 'stdio',
2711 silly install resolved 'concat',
2711 silly install resolved 'buffer',
2711 silly install resolved 'stream',
2711 silly install resolved 'process',
2711 silly install resolved 'stream' ],
2711 silly install resolved devDependencies: { ava: '0.0.4', 'buffer-equal': '0.0.1' },
2711 silly install resolved readme: '# get-stdin [![Build Status](https://travis-ci.org/sindresorhus/get-stdin.svg?branch=master)](https://travis-ci.org/sindresorhus/get-stdin)\n\n> Easier stdin\n\n\n## Install\n\n```sh\n$ npm install --save get-stdin\n```\n\n\n## Usage\n\n```js\n// example.js\nvar stdin = require(\'get-stdin\');\n\nstdin(function (data) {\n\tconsole.log(data);\n\t//=> unicorns\n});\n```\n\n```sh\n$ echo unicorns | node example.js\nunicorns\n```\n\n\n## API\n\n### stdin(callback)\n\nGet `stdin` as a string.\n\n### stdin.buffer(callback)\n\nGet `stdin` as a buffer.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n',
2711 silly install resolved readmeFilename: 'readme.md',
2711 silly install resolved bugs: { url: 'https://github.com/sindresorhus/get-stdin/issues' },
2711 silly install resolved homepage: 'https://github.com/sindresorhus/get-stdin#readme',
2711 silly install resolved _id: 'get-stdin@4.0.1',
2711 silly install resolved _from: 'get-stdin@>=4.0.1 <5.0.0' } ]
2712 info install meow@3.3.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
2713 info install get-stdin@4.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes
2714 info installOne meow@3.3.0
2715 verbose installOne of meow to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes not in flight; installing
2716 info installOne get-stdin@4.0.1
2717 verbose installOne of get-stdin to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes not in flight; installing
2718 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\single-line-log\0.3.1\package.tgz
2719 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2720 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log is being purged
2721 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2722 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2723 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2 is being purged from base C:\Users\bas\AppData\Roaming\npm
2724 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2725 silly gunzTarPerm modes [ '777', '666' ]
2726 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\through2\0.2.3\package.tgz
2727 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2728 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2 is being purged
2729 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2730 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer is being purged from base C:\Users\bas\AppData\Roaming\npm
2731 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2732 silly gunzTarPerm modes [ '777', '666' ]
2733 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\speedometer\0.1.4\package.tgz
2734 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2735 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer is being purged
2736 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2737 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\meow-a1e23a4a96178520.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2738 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\get-stdin-a587597d7ad49526.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2739 silly gunzTarPerm modes [ '777', '666' ]
2740 silly install write writing meow 3.3.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2741 silly install write writing get-stdin 4.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2742 silly gunzTarPerm extractEntry package.json
2743 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2744 silly gunzTarPerm extractEntry package.json
2745 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2746 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2747 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2748 silly gunzTarPerm extractEntry package.json
2749 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2750 silly gunzTarPerm extractEntry README.md
2751 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2752 silly gunzTarPerm extractEntry index.js
2753 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2754 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow is being purged from base C:\Users\bas\AppData\Roaming\npm
2755 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2756 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin is being purged from base C:\Users\bas\AppData\Roaming\npm
2757 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2758 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\meow\3.3.0\package.tgz
2759 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2760 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow is being purged
2761 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
2762 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\get-stdin\4.0.1\package.tgz
2763 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2764 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin is being purged
2765 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2766 silly gunzTarPerm extractEntry .npmignore
2767 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
2768 silly gunzTarPerm extractEntry README.md
2769 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2770 silly gunzTarPerm modes [ '777', '666' ]
2771 silly gunzTarPerm modes [ '777', '666' ]
2772 silly gunzTarPerm extractEntry README.md
2773 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
2774 silly gunzTarPerm extractEntry LICENSE
2775 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2776 silly gunzTarPerm extractEntry package.json
2777 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
2778 silly gunzTarPerm extractEntry package.json
2779 silly gunzTarPerm extractEntry index.js
2780 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2781 silly gunzTarPerm extractEntry license
2782 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
2783 silly gunzTarPerm extractEntry index.js
2784 silly gunzTarPerm extractEntry readme.md
2785 silly gunzTarPerm extractEntry index.js
2786 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
2787 silly gunzTarPerm extractEntry LICENSE
2788 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
2789 silly gunzTarPerm extractEntry test.js
2790 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
2791 silly gunzTarPerm extractEntry through2.js
2792 silly gunzTarPerm modified mode [ 'through2.js', 420, 438 ]
2793 silly gunzTarPerm extractEntry readme.md
2794 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
2795 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer\package.json
2796 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log\package.json
2797 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin\package.json
2798 silly gunzTarPerm extractEntry .jshintrc
2799 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
2800 silly gunzTarPerm extractEntry .travis.yml
2801 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
2802 info preinstall speedometer@0.1.4
2803 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer\package.json
2804 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\package.json
2805 info preinstall single-line-log@0.3.1
2806 http 304 https://registry.npmjs.org/core-util-is
2807 silly get cb [ 304,
2807 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2807 silly get etag: '"8N932ER6J79FE9PNV7H41QYLJ"',
2807 silly get 'cache-control': 'max-age=60',
2807 silly get 'accept-ranges': 'bytes',
2807 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2807 silly get via: '1.1 varnish',
2807 silly get connection: 'keep-alive',
2807 silly get 'x-served-by': 'cache-mel6522-MEL',
2807 silly get 'x-cache': 'MISS',
2807 silly get 'x-cache-hits': '0',
2807 silly get 'x-timer': 'S1437704947.235123,VS0,VE207' } ]
2808 verbose etag https://registry.npmjs.org/core-util-is from cache
2809 verbose get saving core-util-is to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\core-util-is\.cache.json
2810 info preinstall get-stdin@4.0.1
2811 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log\package.json
2812 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin\package.json
2813 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer\package.json
2814 info preinstall meow@3.3.0
2815 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log\package.json
2816 http 304 https://registry.npmjs.org/isarray
2817 silly get cb [ 304,
2817 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2817 silly get etag: '"79XQA3ZXVF5QN0X2VYCD81HMN"',
2817 silly get 'cache-control': 'max-age=60',
2817 silly get 'accept-ranges': 'bytes',
2817 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2817 silly get via: '1.1 varnish',
2817 silly get connection: 'keep-alive',
2817 silly get 'x-served-by': 'cache-mel6521-MEL',
2817 silly get 'x-cache': 'MISS',
2817 silly get 'x-cache-hits': '0',
2817 silly get 'x-timer': 'S1437704947.234295,VS0,VE207' } ]
2818 verbose etag https://registry.npmjs.org/isarray from cache
2819 verbose get saving isarray to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\isarray\.cache.json
2820 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\package.json
2821 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin\package.json
2822 silly install resolved []
2823 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2824 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2825 silly addNameRange number 2 { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: true }
2826 silly addNameRange versions [ 'core-util-is', [ '1.0.0', '1.0.1' ] ]
2827 silly addNamed core-util-is@1.0.1
2828 verbose addNamed "1.0.1" is a plain semver version for core-util-is
2829 silly install resolved []
2830 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2831 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2832 silly prepareForInstallMany adding camelcase-keys@^1.0.0 from meow dependencies
2833 silly prepareForInstallMany adding indent-string@^1.1.0 from meow dependencies
2834 silly prepareForInstallMany adding object-assign@^3.0.0 from meow dependencies
2835 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\package.json
2836 info linkStuff speedometer@0.1.4
2837 silly linkStuff speedometer@0.1.4 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules as its parent node_modules
2838 silly linkStuff speedometer@0.1.4 is part of a global install
2839 silly linkStuff speedometer@0.1.4 is installed into a global node_modules
2840 silly install resolved []
2841 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2842 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2843 info linkStuff single-line-log@0.3.1
2844 silly linkStuff single-line-log@0.3.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules as its parent node_modules
2845 silly linkStuff single-line-log@0.3.1 is part of a global install
2846 silly linkStuff single-line-log@0.3.1 is installed into a global node_modules
2847 silly cache afterAdd core-util-is@1.0.1
2848 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json not in flight; writing
2849 verbose linkBins speedometer@0.1.4
2850 verbose linkMans speedometer@0.1.4
2851 verbose rebuildBundles speedometer@0.1.4
2852 info linkStuff get-stdin@4.0.1
2853 silly linkStuff get-stdin@4.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules as its parent node_modules
2854 silly linkStuff get-stdin@4.0.1 is part of a global install
2855 silly linkStuff get-stdin@4.0.1 is installed into a global node_modules
2856 info install speedometer@0.1.4
2857 silly cache add args [ 'camelcase-keys@^1.0.0', null ]
2858 verbose cache add spec camelcase-keys@^1.0.0
2859 silly cache add args [ 'indent-string@^1.1.0', null ]
2860 verbose cache add spec indent-string@^1.1.0
2861 silly cache add parsed spec { raw: 'camelcase-keys@^1.0.0',
2861 silly cache add scope: null,
2861 silly cache add name: 'camelcase-keys',
2861 silly cache add rawSpec: '^1.0.0',
2861 silly cache add spec: '>=1.0.0 <2.0.0',
2861 silly cache add type: 'range' }
2862 silly addNamed camelcase-keys@>=1.0.0 <2.0.0
2863 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for camelcase-keys
2864 silly addNameRange { name: 'camelcase-keys',
2864 silly addNameRange range: '>=1.0.0 <2.0.0',
2864 silly addNameRange hasData: false }
2865 silly mapToRegistry name camelcase-keys
2866 silly mapToRegistry using default registry
2867 silly mapToRegistry registry https://registry.npmjs.org/
2868 silly mapToRegistry uri https://registry.npmjs.org/camelcase-keys
2869 verbose addNameRange registry:https://registry.npmjs.org/camelcase-keys not in flight; fetching
2870 silly cache add parsed spec { raw: 'indent-string@^1.1.0',
2870 silly cache add scope: null,
2870 silly cache add name: 'indent-string',
2870 silly cache add rawSpec: '^1.1.0',
2870 silly cache add spec: '>=1.1.0 <2.0.0',
2870 silly cache add type: 'range' }
2871 silly addNamed indent-string@>=1.1.0 <2.0.0
2872 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for indent-string
2873 silly addNameRange { name: 'indent-string',
2873 silly addNameRange range: '>=1.1.0 <2.0.0',
2873 silly addNameRange hasData: false }
2874 silly mapToRegistry name indent-string
2875 silly mapToRegistry using default registry
2876 silly mapToRegistry registry https://registry.npmjs.org/
2877 silly mapToRegistry uri https://registry.npmjs.org/indent-string
2878 verbose addNameRange registry:https://registry.npmjs.org/indent-string not in flight; fetching
2879 silly cache add args [ 'object-assign@^3.0.0', null ]
2880 verbose cache add spec object-assign@^3.0.0
2881 silly cache add parsed spec { raw: 'object-assign@^3.0.0',
2881 silly cache add scope: null,
2881 silly cache add name: 'object-assign',
2881 silly cache add rawSpec: '^3.0.0',
2881 silly cache add spec: '>=3.0.0 <4.0.0',
2881 silly cache add type: 'range' }
2882 silly addNamed object-assign@>=3.0.0 <4.0.0
2883 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for object-assign
2884 silly addNameRange { name: 'object-assign',
2884 silly addNameRange range: '>=3.0.0 <4.0.0',
2884 silly addNameRange hasData: false }
2885 silly mapToRegistry name object-assign
2886 silly mapToRegistry using default registry
2887 silly mapToRegistry registry https://registry.npmjs.org/
2888 silly mapToRegistry uri https://registry.npmjs.org/object-assign
2889 verbose addNameRange registry:https://registry.npmjs.org/object-assign not in flight; fetching
2890 verbose linkBins single-line-log@0.3.1
2891 verbose linkMans single-line-log@0.3.1
2892 verbose rebuildBundles single-line-log@0.3.1
2893 info postinstall speedometer@0.1.4
2894 silly cache afterAdd isarray@0.0.1
2895 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
2896 info install single-line-log@0.3.1
2897 http 304 https://registry.npmjs.org/typedarray
2898 silly get cb [ 304,
2898 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2898 silly get etag: '"6RFURVCQK0AVYAQYR6CSAQV0M"',
2898 silly get 'cache-control': 'max-age=60',
2898 silly get 'accept-ranges': 'bytes',
2898 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2898 silly get via: '1.1 varnish',
2898 silly get connection: 'keep-alive',
2898 silly get 'x-served-by': 'cache-mel6521-MEL',
2898 silly get 'x-cache': 'MISS',
2898 silly get 'x-cache-hits': '0',
2898 silly get 'x-timer': 'S1437704946.619026,VS0,VE843' } ]
2899 verbose etag https://registry.npmjs.org/typedarray from cache
2900 verbose get saving typedarray to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\typedarray\.cache.json
2901 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json written
2902 verbose linkBins get-stdin@4.0.1
2903 verbose linkMans get-stdin@4.0.1
2904 verbose rebuildBundles get-stdin@4.0.1
2905 info postinstall single-line-log@0.3.1
2906 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\speedometer-818191058085a4d6.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\speedometer
2907 info install get-stdin@4.0.1
2908 verbose request uri https://registry.npmjs.org/camelcase-keys
2909 verbose request no auth needed
2910 info attempt registry request try #1 at 12:29:06
2911 verbose request using bearer token for auth
2912 verbose etag "9YY5NGUMN5KHI8DOP5OWEU1T6"
2913 http request GET https://registry.npmjs.org/camelcase-keys
2914 verbose request uri https://registry.npmjs.org/indent-string
2915 verbose request no auth needed
2916 info attempt registry request try #1 at 12:29:06
2917 verbose request using bearer token for auth
2918 verbose etag "3DJ6XQJ4SS09FAPI28Y31ADR0"
2919 http request GET https://registry.npmjs.org/indent-string
2920 verbose request uri https://registry.npmjs.org/object-assign
2921 verbose request no auth needed
2922 info attempt registry request try #1 at 12:29:06
2923 verbose request using bearer token for auth
2924 verbose etag "1RFIFUNM0T2Q2RB2OKLQXPDST"
2925 http request GET https://registry.npmjs.org/object-assign
2926 info postinstall get-stdin@4.0.1
2927 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\single-line-log-15123de7cc450fcb.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\single-line-log
2928 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
2929 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\get-stdin-a587597d7ad49526.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\get-stdin
2930 silly addNameRange number 2 { name: 'typedarray', range: '>=0.0.5 <0.1.0', hasData: true }
2931 silly addNameRange versions [ 'typedarray',
2931 silly addNameRange [ '0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6' ] ]
2932 silly addNamed typedarray@0.0.6
2933 verbose addNamed "0.0.6" is a plain semver version for typedarray
2934 silly cache afterAdd typedarray@0.0.6
2935 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\typedarray\0.0.6\package\package.json not in flight; writing
2936 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\typedarray\0.0.6\package\package.json written
2937 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\package.json
2938 info preinstall through2@0.2.3
2939 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\package.json
2940 silly prepareForInstallMany adding readable-stream@~1.1.9 from through2 dependencies
2941 silly prepareForInstallMany adding xtend@~2.1.1 from through2 dependencies
2942 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\package.json
2943 silly cache add args [ 'readable-stream@~1.1.9', null ]
2944 verbose cache add spec readable-stream@~1.1.9
2945 silly cache add args [ 'xtend@~2.1.1', null ]
2946 verbose cache add spec xtend@~2.1.1
2947 silly cache add parsed spec { raw: 'readable-stream@~1.1.9',
2947 silly cache add scope: null,
2947 silly cache add name: 'readable-stream',
2947 silly cache add rawSpec: '~1.1.9',
2947 silly cache add spec: '>=1.1.9 <1.2.0',
2947 silly cache add type: 'range' }
2948 silly addNamed readable-stream@>=1.1.9 <1.2.0
2949 verbose addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
2950 silly addNameRange { name: 'readable-stream',
2950 silly addNameRange range: '>=1.1.9 <1.2.0',
2950 silly addNameRange hasData: false }
2951 silly mapToRegistry name readable-stream
2952 silly mapToRegistry using default registry
2953 silly mapToRegistry registry https://registry.npmjs.org/
2954 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
2955 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
2956 silly cache add parsed spec { raw: 'xtend@~2.1.1',
2956 silly cache add scope: null,
2956 silly cache add name: 'xtend',
2956 silly cache add rawSpec: '~2.1.1',
2956 silly cache add spec: '>=2.1.1 <2.2.0',
2956 silly cache add type: 'range' }
2957 silly addNamed xtend@>=2.1.1 <2.2.0
2958 verbose addNamed ">=2.1.1 <2.2.0" is a valid semver range for xtend
2959 silly addNameRange { name: 'xtend', range: '>=2.1.1 <2.2.0', hasData: false }
2960 silly mapToRegistry name xtend
2961 silly mapToRegistry using default registry
2962 silly mapToRegistry registry https://registry.npmjs.org/
2963 silly mapToRegistry uri https://registry.npmjs.org/xtend
2964 verbose addNameRange registry:https://registry.npmjs.org/xtend not in flight; fetching
2965 verbose get https://registry.npmjs.org/readable-stream not expired, no request
2966 silly addNameRange number 2 { name: 'readable-stream',
2966 silly addNameRange range: '>=1.1.9 <1.2.0',
2966 silly addNameRange hasData: true }
2967 silly addNameRange versions [ 'readable-stream',
2967 silly addNameRange [ '0.0.1',
2967 silly addNameRange '0.0.2',
2967 silly addNameRange '0.0.3',
2967 silly addNameRange '0.0.4',
2967 silly addNameRange '0.1.0',
2967 silly addNameRange '0.2.0',
2967 silly addNameRange '0.3.0',
2967 silly addNameRange '0.3.1',
2967 silly addNameRange '1.0.0',
2967 silly addNameRange '1.0.1',
2967 silly addNameRange '1.0.2',
2967 silly addNameRange '1.0.15',
2967 silly addNameRange '1.0.17',
2967 silly addNameRange '1.1.7',
2967 silly addNameRange '1.1.8',
2967 silly addNameRange '1.1.9',
2967 silly addNameRange '1.0.24',
2967 silly addNameRange '1.0.25',
2967 silly addNameRange '1.1.10',
2967 silly addNameRange '1.0.25-1',
2967 silly addNameRange '1.1.11',
2967 silly addNameRange '1.0.26',
2967 silly addNameRange '1.0.26-1',
2967 silly addNameRange '1.1.11-1',
2967 silly addNameRange '1.0.26-2',
2967 silly addNameRange '1.1.12',
2967 silly addNameRange '1.0.26-3',
2967 silly addNameRange '1.0.26-4',
2967 silly addNameRange '1.1.12-1',
2967 silly addNameRange '1.0.27-1',
2967 silly addNameRange '1.1.13-1',
2967 silly addNameRange '1.0.31',
2967 silly addNameRange '1.1.13',
2967 silly addNameRange '1.0.32',
2967 silly addNameRange '1.0.32-1',
2967 silly addNameRange '1.0.33-1',
2967 silly addNameRange '1.0.33-2',
2967 silly addNameRange '1.0.33',
2967 silly addNameRange '2.0.0',
2967 silly addNameRange '2.0.1',
2967 silly addNameRange '2.0.2' ] ]
2968 silly addNamed readable-stream@1.1.13
2969 verbose addNamed "1.1.13" is a plain semver version for readable-stream
2970 verbose get https://registry.npmjs.org/xtend not expired, no request
2971 silly addNameRange number 2 { name: 'xtend', range: '>=2.1.1 <2.2.0', hasData: true }
2972 silly addNameRange versions [ 'xtend',
2972 silly addNameRange [ '1.0.0',
2972 silly addNameRange '1.0.1',
2972 silly addNameRange '1.0.2',
2972 silly addNameRange '1.0.3',
2972 silly addNameRange '2.0.1',
2972 silly addNameRange '2.0.2',
2972 silly addNameRange '2.0.3',
2972 silly addNameRange '2.0.4',
2972 silly addNameRange '2.0.5',
2972 silly addNameRange '2.0.6',
2972 silly addNameRange '2.1.1',
2972 silly addNameRange '2.1.2',
2972 silly addNameRange '2.2.0',
2972 silly addNameRange '3.0.0',
2972 silly addNameRange '4.0.0' ] ]
2973 silly addNamed xtend@2.1.2
2974 verbose addNamed "2.1.2" is a plain semver version for xtend
2975 silly cache afterAdd readable-stream@1.1.13
2976 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json not in flight; writing
2977 silly cache afterAdd xtend@2.1.2
2978 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\xtend\2.1.2\package\package.json not in flight; writing
2979 http 304 https://registry.npmjs.org/pend
2980 silly get cb [ 304,
2980 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
2980 silly get etag: '"6Y5ZSEMZWC6RU2OMQ40JRRIQC"',
2980 silly get 'cache-control': 'max-age=60',
2980 silly get 'accept-ranges': 'bytes',
2980 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
2980 silly get via: '1.1 varnish',
2980 silly get connection: 'keep-alive',
2980 silly get 'x-served-by': 'cache-mel6522-MEL',
2980 silly get 'x-cache': 'MISS',
2980 silly get 'x-cache-hits': '0',
2980 silly get 'x-timer': 'S1437704946.657625,VS0,VE843' } ]
2981 verbose etag https://registry.npmjs.org/pend from cache
2982 verbose get saving pend to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\pend\.cache.json
2983 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json written
2984 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\xtend\2.1.2\package\package.json written
2985 silly install resolved [ { name: 'readable-stream',
2985 silly install resolved version: '1.1.13',
2985 silly install resolved description: 'Streams3, a user-land copy of the stream library from Node.js v0.11.x',
2985 silly install resolved main: 'readable.js',
2985 silly install resolved dependencies:
2985 silly install resolved { 'core-util-is': '~1.0.0',
2985 silly install resolved isarray: '0.0.1',
2985 silly install resolved string_decoder: '~0.10.x',
2985 silly install resolved inherits: '~2.0.1' },
2985 silly install resolved devDependencies: { tap: '~0.2.6' },
2985 silly install resolved scripts: { test: 'tap test/simple/*.js' },
2985 silly install resolved repository:
2985 silly install resolved { type: 'git',
2985 silly install resolved url: 'git://github.com/isaacs/readable-stream.git' },
2985 silly install resolved keywords: [ 'readable', 'stream', 'pipe' ],
2985 silly install resolved browser: { util: false },
2985 silly install resolved author:
2985 silly install resolved { name: 'Isaac Z. Schlueter',
2985 silly install resolved email: 'i@izs.me',
2985 silly install resolved url: 'http://blog.izs.me/' },
2985 silly install resolved license: 'MIT',
2985 silly install resolved readme: '# readable-stream\n\n***Node-core streams for userland***\n\n[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)\n[![NPM](https://nodei.co/npm-dl/readable-stream.png&months=6&height=3)](https://nodei.co/npm/readable-stream/)\n\nThis package is a mirror of the Streams2 and Streams3 implementations in Node-core.\n\nIf you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core.\n\n**readable-stream** comes in two major versions, v1.0.x and v1.1.x. The former tracks the Streams2 implementation in Node 0.10, including bug-fixes and minor improvements as they are added. The latter tracks Streams3 as it develops in Node 0.11; we will likely see a v1.2.x branch for Node 0.12.\n\n**readable-stream** uses proper patch-level versioning so if you pin to `"~1.0.0"` you’ll get the latest Node 0.10 Streams2 implementation, including any fixes and minor non-breaking improvements. The patch-level versions of 1.0.x and 1.1.x should mirror the patch-level versions of Node-core releases. You should prefer the **1.0.x** releases for now and when you’re ready to start using Streams3, pin to `"~1.1.0"`\n\n',
2985 silly install resolved readmeFilename: 'README.md',
2985 silly install resolved bugs: { url: 'https://github.com/isaacs/readable-stream/issues' },
2985 silly install resolved homepage: 'https://github.com/isaacs/readable-stream#readme',
2985 silly install resolved _id: 'readable-stream@1.1.13',
2985 silly install resolved _from: 'readable-stream@>=1.1.9 <1.2.0' },
2985 silly install resolved { name: 'xtend',
2985 silly install resolved version: '2.1.2',
2985 silly install resolved description: 'extend like a boss',
2985 silly install resolved keywords: [ 'extend', 'merge', 'options', 'opts', 'object', 'array' ],
2985 silly install resolved author: { name: 'Raynos', email: 'raynos2@gmail.com' },
2985 silly install resolved repository: { type: 'git', url: 'git://github.com/Raynos/xtend.git' },
2985 silly install resolved main: 'index',
2985 silly install resolved scripts: { test: 'node test' },
2985 silly install resolved dependencies: { 'object-keys': '~0.4.0' },
2985 silly install resolved devDependencies: { tape: '~1.1.0' },
2985 silly install resolved homepage: 'https://github.com/Raynos/xtend',
2985 silly install resolved contributors: [ [Object], [Object] ],
2985 silly install resolved bugs:
2985 silly install resolved { url: 'https://github.com/Raynos/xtend/issues',
2985 silly install resolved email: 'raynos2@gmail.com' },
2985 silly install resolved licenses: [ [Object] ],
2985 silly install resolved testling: { files: 'test.js', browsers: [Object] },
2985 silly install resolved engines: { node: '>=0.4' },
2985 silly install resolved readme: '# xtend\n\n[![browser support][3]][4]\n\nExtend like a boss\n\nxtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes presedence.\n\n## Examples\n\n```js\nvar extend = require("xtend")\n\nvar combination = extend({\n a: "a"\n}, {\n b: "b"\n})\n// { a: "a", b: "b" }\n```\n\n\n## MIT Licenced\n\n\n [3]: http://ci.testling.com/Raynos/xtend.png\n [4]: http://ci.testling.com/Raynos/xtend\n',
2985 silly install resolved readmeFilename: 'README.md',
2985 silly install resolved _id: 'xtend@2.1.2',
2985 silly install resolved _from: 'xtend@>=2.1.1 <2.2.0' } ]
2986 info install readable-stream@1.1.13 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2987 info install xtend@2.1.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2
2988 info installOne readable-stream@1.1.13
2989 verbose installOne of readable-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2 not in flight; installing
2990 info installOne xtend@2.1.2
2991 verbose installOne of xtend to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2 not in flight; installing
2992 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\readable-stream-101f9771a41373e9.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
2993 silly install write writing readable-stream 1.1.13 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
2994 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\xtend-7cfa0d61fc00c1f5.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
2995 silly install write writing xtend 2.1.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
2996 silly addNameRange number 2 { name: 'pend', range: '>=1.2.0 <1.3.0', hasData: true }
2997 silly addNameRange versions [ 'pend',
2997 silly addNameRange [ '1.0.0', '1.1.0', '1.1.1', '1.1.2', '1.1.3', '1.2.0' ] ]
2998 silly addNamed pend@1.2.0
2999 verbose addNamed "1.2.0" is a plain semver version for pend
3000 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
3001 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
3002 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
3003 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
3004 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\1.1.13\package.tgz
3005 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
3006 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream is being purged
3007 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
3008 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend is being purged from base C:\Users\bas\AppData\Roaming\npm
3009 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
3010 silly cache afterAdd pend@1.2.0
3011 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\pend\1.2.0\package\package.json not in flight; writing
3012 silly gunzTarPerm modes [ '777', '666' ]
3013 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\xtend\2.1.2\package.tgz
3014 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
3015 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend is being purged
3016 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
3017 silly gunzTarPerm modes [ '777', '666' ]
3018 silly gunzTarPerm extractEntry package.json
3019 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\pend\1.2.0\package\package.json written
3020 silly install resolved [ { name: 'fd-slicer',
3020 silly install resolved version: '1.0.1',
3020 silly install resolved description: 'safely create multiple ReadStream or WriteStream objects from the same file descriptor',
3020 silly install resolved main: 'index.js',
3020 silly install resolved scripts:
3020 silly install resolved { test: 'mocha --reporter spec --check-leaks',
3020 silly install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js',
3020 silly install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js' },
3020 silly install resolved author: { name: 'Andrew Kelley', email: 'superjoe30@gmail.com' },
3020 silly install resolved license: 'MIT',
3020 silly install resolved devDependencies:
3020 silly install resolved { istanbul: '~0.3.3',
3020 silly install resolved mocha: '~2.0.1',
3020 silly install resolved 'stream-equal': '~0.1.5',
3020 silly install resolved streamsink: '~1.2.0' },
3020 silly install resolved dependencies: { pend: '~1.2.0' },
3020 silly install resolved directories: { test: 'test' },
3020 silly install resolved repository:
3020 silly install resolved { type: 'git',
3020 silly install resolved url: 'git://github.com/andrewrk/node-fd-slicer.git' },
3020 silly install resolved bugs: { url: 'https://github.com/andrewrk/node-fd-slicer/issues' },
3020 silly install resolved keywords: [ 'createReadStream', 'createWriteStream' ],
3020 silly install resolved gitHead: 'b7a28cb5bda986748ad756c39961f46c2fd28ec6',
3020 silly install resolved _id: 'fd-slicer@1.0.1',
3020 silly install resolved _shasum: '8b5bcbd9ec327c5041bf9ab023fd6750f1177e65',
3020 silly install resolved _from: 'fd-slicer@>=1.0.1 <1.1.0',
3020 silly install resolved _npmVersion: '1.4.21',
3020 silly install resolved _npmUser: { name: 'superjoe', email: 'superjoe30@gmail.com' },
3020 silly install resolved maintainers: [ [Object], [Object] ],
3020 silly install resolved dist:
3020 silly install resolved { shasum: '8b5bcbd9ec327c5041bf9ab023fd6750f1177e65',
3020 silly install resolved tarball: 'http://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz' },
3020 silly install resolved _resolved: 'https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz',
3020 silly install resolved readme: 'ERROR: No README data found!',
3020 silly install resolved homepage: 'https://github.com/andrewrk/node-fd-slicer#readme' },
3020 silly install resolved { name: 'pend',
3020 silly install resolved version: '1.2.0',
3020 silly install resolved description: 'dead-simple optimistic async helper',
3020 silly install resolved main: 'index.js',
3020 silly install resolved scripts: { test: 'node test.js' },
3020 silly install resolved author: { name: 'Andrew Kelley', email: 'superjoe30@gmail.com' },
3020 silly install resolved license: 'MIT',
3020 silly install resolved repository: { type: 'git', url: 'git://github.com/andrewrk/node-pend.git' },
3020 silly install resolved bugs: { url: 'https://github.com/andrewrk/node-pend/issues' },
3020 silly install resolved gitHead: 'ed57bbe8520518dca24d0c6bb847ffb6b68ae6f9',
3020 silly install resolved _id: 'pend@1.2.0',
3020 silly install resolved _shasum: '7a57eb550a6783f9115331fcf4663d5c8e007a50',
3020 silly install resolved _from: 'pend@>=1.2.0 <1.3.0',
3020 silly install resolved _npmVersion: '1.4.21',
3020 silly install resolved _npmUser: { name: 'superjoe', email: 'superjoe30@gmail.com' },
3020 silly install resolved maintainers: [ [Object] ],
3020 silly install resolved dist:
3020 silly install resolved { shasum: '7a57eb550a6783f9115331fcf4663d5c8e007a50',
3020 silly install resolved tarball: 'http://registry.npmjs.org/pend/-/pend-1.2.0.tgz' },
3020 silly install resolved directories: {},
3020 silly install resolved _resolved: 'https://registry.npmjs.org/pend/-/pend-1.2.0.tgz',
3020 silly install resolved readme: 'ERROR: No README data found!',
3020 silly install resolved homepage: 'https://github.com/andrewrk/node-pend#readme' } ]
3021 info install fd-slicer@1.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
3022 info install pend@1.2.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
3023 info installOne fd-slicer@1.0.1
3024 verbose installOne of fd-slicer to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl not in flight; installing
3025 info installOne pend@1.2.0
3026 verbose installOne of pend to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl not in flight; installing
3027 silly gunzTarPerm extractEntry package.json
3028 silly gunzTarPerm extractEntry .npmignore
3029 silly gunzTarPerm extractEntry README.md
3030 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\fd-slicer-6b4ce5a61131c146.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3031 silly gunzTarPerm extractEntry .npmignore
3032 silly gunzTarPerm extractEntry README.md
3033 silly install write writing fd-slicer 1.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3034 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\pend-fd7611726448d38f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3035 silly install write writing pend 1.2.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3036 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3037 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3038 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer is being purged from base C:\Users\bas\AppData\Roaming\npm
3039 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3040 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\fd-slicer\1.0.1\package.tgz
3041 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3042 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer is being purged
3043 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
3044 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend is being purged from base C:\Users\bas\AppData\Roaming\npm
3045 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3046 silly gunzTarPerm modes [ '777', '666' ]
3047 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\pend\1.2.0\package.tgz
3048 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3049 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend is being purged
3050 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3051 silly gunzTarPerm extractEntry LICENCE
3052 silly gunzTarPerm extractEntry has-keys.js
3053 silly gunzTarPerm modes [ '777', '666' ]
3054 silly gunzTarPerm extractEntry LICENSE
3055 silly gunzTarPerm extractEntry duplex.js
3056 silly gunzTarPerm extractEntry package.json
3057 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3058 silly gunzTarPerm extractEntry package.json
3059 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3060 silly gunzTarPerm extractEntry .npmignore
3061 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
3062 silly gunzTarPerm extractEntry README.md
3063 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3064 silly gunzTarPerm extractEntry README.md
3065 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3066 silly gunzTarPerm extractEntry LICENSE
3067 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3068 silly gunzTarPerm extractEntry index.js
3069 silly gunzTarPerm extractEntry mutable.js
3070 silly gunzTarPerm extractEntry transform.js
3071 silly gunzTarPerm extractEntry passthrough.js
3072 silly gunzTarPerm extractEntry readable.js
3073 silly gunzTarPerm extractEntry writable.js
3074 silly gunzTarPerm extractEntry LICENSE
3075 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3076 silly gunzTarPerm extractEntry index.js
3077 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
3078 silly gunzTarPerm extractEntry float.patch
3079 silly gunzTarPerm extractEntry lib/_stream_duplex.js
3080 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
3081 silly gunzTarPerm extractEntry lib/_stream_readable.js
3082 silly gunzTarPerm extractEntry lib/_stream_transform.js
3083 silly gunzTarPerm extractEntry lib/_stream_writable.js
3084 silly gunzTarPerm extractEntry index.js
3085 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
3086 silly gunzTarPerm extractEntry test.js
3087 silly gunzTarPerm modified mode [ 'test.js', 436, 438 ]
3088 silly gunzTarPerm extractEntry test.js
3089 silly gunzTarPerm extractEntry Makefile
3090 silly gunzTarPerm extractEntry .travis.yml
3091 silly gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
3092 silly gunzTarPerm extractEntry CHANGELOG.md
3093 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
3094 silly gunzTarPerm extractEntry test/test.js
3095 silly gunzTarPerm modified mode [ 'test/test.js', 436, 438 ]
3096 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend\package.json
3097 info preinstall pend@1.2.0
3098 http 304 https://registry.npmjs.org/inherits
3099 silly get cb [ 304,
3099 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3099 silly get etag: '"DPT0HCFHSA8NG4H8MNHKEH1FI"',
3099 silly get 'cache-control': 'max-age=60',
3099 silly get 'accept-ranges': 'bytes',
3099 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3099 silly get via: '1.1 varnish',
3099 silly get connection: 'keep-alive',
3099 silly get 'x-served-by': 'cache-mel6522-MEL',
3099 silly get 'x-cache': 'MISS',
3099 silly get 'x-cache-hits': '0',
3099 silly get 'x-timer': 'S1437704946.601670,VS0,VE962' } ]
3100 verbose etag https://registry.npmjs.org/inherits from cache
3101 verbose get saving inherits to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\inherits\.cache.json
3102 http 304 https://registry.npmjs.org/caseless
3103 silly get cb [ 304,
3103 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3103 silly get etag: '"31X3RJHEJY3DII8ZZ4JC45YBC"',
3103 silly get 'cache-control': 'max-age=60',
3103 silly get 'accept-ranges': 'bytes',
3103 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3103 silly get via: '1.1 varnish',
3103 silly get connection: 'keep-alive',
3103 silly get 'x-served-by': 'cache-mel6520-MEL',
3103 silly get 'x-cache': 'MISS',
3103 silly get 'x-cache-hits': '0',
3103 silly get 'x-timer': 'S1437704947.384905,VS0,VE208' } ]
3104 verbose etag https://registry.npmjs.org/caseless from cache
3105 verbose get saving caseless to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\caseless\.cache.json
3106 http 304 https://registry.npmjs.org/extend
3107 silly get cb [ 304,
3107 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3107 silly get etag: '"C1I6NMXYFPLWYM2UZ47VPVXL4"',
3107 silly get 'cache-control': 'max-age=60',
3107 silly get 'accept-ranges': 'bytes',
3107 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3107 silly get via: '1.1 varnish',
3107 silly get connection: 'keep-alive',
3107 silly get 'x-served-by': 'cache-mel6523-MEL',
3107 silly get 'x-cache': 'MISS',
3107 silly get 'x-cache-hits': '0',
3107 silly get 'x-timer': 'S1437704947.397747,VS0,VE208' } ]
3108 verbose etag https://registry.npmjs.org/extend from cache
3109 verbose get saving extend to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\extend\.cache.json
3110 http 304 https://registry.npmjs.org/form-data
3111 silly get cb [ 304,
3111 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3111 silly get etag: '"NS9G2WJLADL4080EKV19QFW2"',
3111 silly get 'cache-control': 'max-age=60',
3111 silly get 'accept-ranges': 'bytes',
3111 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3111 silly get via: '1.1 varnish',
3111 silly get connection: 'keep-alive',
3111 silly get 'x-served-by': 'cache-mel6522-MEL',
3111 silly get 'x-cache': 'MISS',
3111 silly get 'x-cache-hits': '0',
3111 silly get 'x-timer': 'S1437704947.423825,VS0,VE205' } ]
3112 verbose etag https://registry.npmjs.org/form-data from cache
3113 verbose get saving form-data to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\form-data\.cache.json
3114 http 304 https://registry.npmjs.org/qs
3115 silly get cb [ 304,
3115 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3115 silly get etag: '"1878XXLQFAQNH266IZSW8DP1Q"',
3115 silly get 'cache-control': 'max-age=60',
3115 silly get 'accept-ranges': 'bytes',
3115 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3115 silly get via: '1.1 varnish',
3115 silly get connection: 'keep-alive',
3115 silly get 'x-served-by': 'cache-mel6523-MEL',
3115 silly get 'x-cache': 'MISS',
3115 silly get 'x-cache-hits': '0',
3115 silly get 'x-timer': 'S1437704947.444823,VS0,VE205' } ]
3116 verbose etag https://registry.npmjs.org/qs from cache
3117 verbose get saving qs to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\qs\.cache.json
3118 http 304 https://registry.npmjs.org/node-uuid
3119 silly get cb [ 304,
3119 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3119 silly get etag: '"39MF84OTKIEGJI956R8U1TTXF"',
3119 silly get 'cache-control': 'max-age=60',
3119 silly get 'accept-ranges': 'bytes',
3119 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3119 silly get via: '1.1 varnish',
3119 silly get connection: 'keep-alive',
3119 silly get 'x-served-by': 'cache-mel6521-MEL',
3119 silly get 'x-cache': 'MISS',
3119 silly get 'x-cache-hits': '0',
3119 silly get 'x-timer': 'S1437704947.435813,VS0,VE211' } ]
3120 verbose etag https://registry.npmjs.org/node-uuid from cache
3121 verbose get saving node-uuid to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\node-uuid\.cache.json
3122 http 304 https://registry.npmjs.org/forever-agent
3123 silly get cb [ 304,
3123 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3123 silly get etag: '"CWCRJ4EQTE7B8DNSNMGZFPBBZ"',
3123 silly get 'cache-control': 'max-age=60',
3123 silly get 'accept-ranges': 'bytes',
3123 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3123 silly get via: '1.1 varnish',
3123 silly get connection: 'keep-alive',
3123 silly get 'x-served-by': 'cache-mel6520-MEL',
3123 silly get 'x-cache': 'MISS',
3123 silly get 'x-cache-hits': '0',
3123 silly get 'x-timer': 'S1437704947.424116,VS0,VE244' } ]
3124 verbose etag https://registry.npmjs.org/forever-agent from cache
3125 verbose get saving forever-agent to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\forever-agent\.cache.json
3126 http 304 https://registry.npmjs.org/stringstream
3127 silly get cb [ 304,
3127 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3127 silly get etag: '"94592EEG2SF9H78JE4ETM0S7W"',
3127 silly get 'cache-control': 'max-age=60',
3127 silly get 'accept-ranges': 'bytes',
3127 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3127 silly get via: '1.1 varnish',
3127 silly get connection: 'keep-alive',
3127 silly get 'x-served-by': 'cache-mel6521-MEL',
3127 silly get 'x-cache': 'MISS',
3127 silly get 'x-cache-hits': '0',
3127 silly get 'x-timer': 'S1437704947.466172,VS0,VE210' } ]
3128 verbose etag https://registry.npmjs.org/stringstream from cache
3129 verbose get saving stringstream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\stringstream\.cache.json
3130 http 304 https://registry.npmjs.org/http-signature
3131 silly get cb [ 304,
3131 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3131 silly get etag: '"6X2EFJAJVCHY73LZ2MHUQ1TCT"',
3131 silly get 'cache-control': 'max-age=60',
3131 silly get 'accept-ranges': 'bytes',
3131 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3131 silly get via: '1.1 varnish',
3131 silly get connection: 'keep-alive',
3131 silly get 'x-served-by': 'cache-mel6523-MEL',
3131 silly get 'x-cache': 'MISS',
3131 silly get 'x-cache-hits': '0',
3131 silly get 'x-timer': 'S1437704947.457923,VS0,VE239' } ]
3132 verbose etag https://registry.npmjs.org/http-signature from cache
3133 verbose get saving http-signature to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\http-signature\.cache.json
3134 http 304 https://registry.npmjs.org/inflight
3135 silly get cb [ 304,
3135 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3135 silly get etag: '"6TGO37U1FD85W17TCDUWY0F9L"',
3135 silly get 'cache-control': 'max-age=60',
3135 silly get 'accept-ranges': 'bytes',
3135 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3135 silly get via: '1.1 varnish',
3135 silly get connection: 'keep-alive',
3135 silly get 'x-served-by': 'cache-mel6520-MEL',
3135 silly get 'x-cache': 'MISS',
3135 silly get 'x-cache-hits': '0',
3135 silly get 'x-timer': 'S1437704947.508083,VS0,VE236' } ]
3136 verbose etag https://registry.npmjs.org/inflight from cache
3137 verbose get saving inflight to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\inflight\.cache.json
3138 http 304 https://registry.npmjs.org/once
3139 silly get cb [ 304,
3139 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3139 silly get etag: '"83NJILMFOAHI345Q0OCW2CURU"',
3139 silly get 'cache-control': 'max-age=60',
3139 silly get 'accept-ranges': 'bytes',
3139 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3139 silly get via: '1.1 varnish',
3139 silly get connection: 'keep-alive',
3139 silly get 'x-served-by': 'cache-mel6523-MEL',
3139 silly get 'x-cache': 'MISS',
3139 silly get 'x-cache-hits': '0',
3139 silly get 'x-timer': 'S1437704947.515287,VS0,VE239' } ]
3140 verbose etag https://registry.npmjs.org/once from cache
3141 verbose get saving once to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\once\.cache.json
3142 http 304 https://registry.npmjs.org/minimatch
3143 silly get cb [ 304,
3143 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3143 silly get etag: '"DJA57W2ZBIS2VHNDSIYQZ6MY3"',
3143 silly get 'cache-control': 'max-age=60',
3143 silly get 'accept-ranges': 'bytes',
3143 silly get date: 'Fri, 24 Jul 2015 02:29:07 GMT',
3143 silly get via: '1.1 varnish',
3143 silly get connection: 'keep-alive',
3143 silly get 'x-served-by': 'cache-mel6521-MEL',
3143 silly get 'x-cache': 'MISS',
3143 silly get 'x-cache-hits': '0',
3143 silly get 'x-timer': 'S1437704947.515363,VS0,VE241' } ]
3144 verbose etag https://registry.npmjs.org/minimatch from cache
3145 verbose get saving minimatch to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\minimatch\.cache.json
3146 http 304 https://registry.npmjs.org/ms
3147 silly get cb [ 304,
3147 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3147 silly get etag: '"424X2DEQTCX34GV3Q8X3121YB"',
3147 silly get 'cache-control': 'max-age=60',
3147 silly get 'accept-ranges': 'bytes',
3147 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3147 silly get via: '1.1 varnish',
3147 silly get connection: 'keep-alive',
3147 silly get 'x-served-by': 'cache-mel6520-MEL',
3147 silly get 'x-cache': 'MISS',
3147 silly get 'x-cache-hits': '0',
3147 silly get 'x-timer': 'S1437704947.204054,VS0,VE835' } ]
3148 verbose etag https://registry.npmjs.org/ms from cache
3149 verbose get saving ms to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
3150 http 304 https://registry.npmjs.org/string_decoder
3151 silly get cb [ 304,
3151 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3151 silly get etag: '"89NG6AVWTXZBFGLGXXUONULF1"',
3151 silly get 'cache-control': 'max-age=60',
3151 silly get 'accept-ranges': 'bytes',
3151 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3151 silly get via: '1.1 varnish',
3151 silly get connection: 'keep-alive',
3151 silly get 'x-served-by': 'cache-mel6521-MEL',
3151 silly get 'x-cache': 'MISS',
3151 silly get 'x-cache-hits': '0',
3151 silly get 'x-timer': 'S1437704947.251366,VS0,VE824' } ]
3152 verbose etag https://registry.npmjs.org/string_decoder from cache
3153 verbose get saving string_decoder to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\string_decoder\.cache.json
3154 http 304 https://registry.npmjs.org/json-stringify-safe
3155 silly get cb [ 304,
3155 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3155 silly get etag: '"4LYBKKEW8W9DXA2S054JNOTET"',
3155 silly get 'cache-control': 'max-age=60',
3155 silly get 'accept-ranges': 'bytes',
3155 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3155 silly get via: '1.1 varnish',
3155 silly get connection: 'keep-alive',
3155 silly get 'x-served-by': 'cache-mel6523-MEL',
3155 silly get 'x-cache': 'MISS',
3155 silly get 'x-cache-hits': '0',
3155 silly get 'x-timer': 'S1437704947.432559,VS0,VE841' } ]
3156 verbose etag https://registry.npmjs.org/json-stringify-safe from cache
3157 verbose get saving json-stringify-safe to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\json-stringify-safe\.cache.json
3158 http 304 https://registry.npmjs.org/tough-cookie
3159 silly get cb [ 304,
3159 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3159 silly get etag: '"4SZ5DYIZ6VRBC95Q426VCIU47"',
3159 silly get 'cache-control': 'max-age=60',
3159 silly get 'accept-ranges': 'bytes',
3159 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3159 silly get via: '1.1 varnish',
3159 silly get connection: 'keep-alive',
3159 silly get 'x-served-by': 'cache-mel6520-MEL',
3159 silly get 'x-cache': 'MISS',
3159 silly get 'x-cache-hits': '0',
3159 silly get 'x-timer': 'S1437704947.450020,VS0,VE833' } ]
3160 verbose etag https://registry.npmjs.org/tough-cookie from cache
3161 verbose get saving tough-cookie to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\tough-cookie\.cache.json
3162 http 304 https://registry.npmjs.org/aws-sign2
3163 silly get cb [ 304,
3163 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3163 silly get etag: '"77UTUEWZP9JOTXY7N5GC34AZF"',
3163 silly get 'cache-control': 'max-age=60',
3163 silly get 'accept-ranges': 'bytes',
3163 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3163 silly get via: '1.1 varnish',
3163 silly get connection: 'keep-alive',
3163 silly get 'x-served-by': 'cache-mel6523-MEL',
3163 silly get 'x-cache': 'MISS',
3163 silly get 'x-cache-hits': '0',
3163 silly get 'x-timer': 'S1437704947.466266,VS0,VE822' } ]
3164 verbose etag https://registry.npmjs.org/aws-sign2 from cache
3165 verbose get saving aws-sign2 to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\aws-sign2\.cache.json
3166 http 304 https://registry.npmjs.org/combined-stream
3167 silly get cb [ 304,
3167 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3167 silly get etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
3167 silly get 'cache-control': 'max-age=60',
3167 silly get 'accept-ranges': 'bytes',
3167 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3167 silly get via: '1.1 varnish',
3167 silly get connection: 'keep-alive',
3167 silly get 'x-served-by': 'cache-mel6523-MEL',
3167 silly get 'x-cache': 'MISS',
3167 silly get 'x-cache-hits': '0',
3167 silly get 'x-timer': 'S1437704947.479045,VS0,VE828' } ]
3168 verbose etag https://registry.npmjs.org/combined-stream from cache
3169 verbose get saving combined-stream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\combined-stream\.cache.json
3170 http 304 https://registry.npmjs.org/hawk
3171 silly get cb [ 304,
3171 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3171 silly get etag: '"1FCXI6W6ILUX4QROJNAZUZ236"',
3171 silly get 'cache-control': 'max-age=60',
3171 silly get 'accept-ranges': 'bytes',
3171 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3171 silly get via: '1.1 varnish',
3171 silly get connection: 'keep-alive',
3171 silly get 'x-served-by': 'cache-mel6523-MEL',
3171 silly get 'x-cache': 'MISS',
3171 silly get 'x-cache-hits': '0',
3171 silly get 'x-timer': 'S1437704947.474949,VS0,VE833' } ]
3172 verbose etag https://registry.npmjs.org/hawk from cache
3173 verbose get saving hawk to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\hawk\.cache.json
3174 http 304 https://registry.npmjs.org/oauth-sign
3175 silly get cb [ 304,
3175 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3175 silly get etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
3175 silly get 'cache-control': 'max-age=60',
3175 silly get 'accept-ranges': 'bytes',
3175 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3175 silly get via: '1.1 varnish',
3175 silly get connection: 'keep-alive',
3175 silly get 'x-served-by': 'cache-mel6520-MEL',
3175 silly get 'x-cache': 'MISS',
3175 silly get 'x-cache-hits': '0',
3175 silly get 'x-timer': 'S1437704947.458337,VS0,VE855' } ]
3176 verbose etag https://registry.npmjs.org/oauth-sign from cache
3177 verbose get saving oauth-sign to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\oauth-sign\.cache.json
3178 http 304 https://registry.npmjs.org/isstream
3179 silly get cb [ 304,
3179 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3179 silly get etag: '"E4U8SUCKSKM10MS28MFTOVC6N"',
3179 silly get 'cache-control': 'max-age=60',
3179 silly get 'accept-ranges': 'bytes',
3179 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3179 silly get via: '1.1 varnish',
3179 silly get connection: 'keep-alive',
3179 silly get 'x-served-by': 'cache-mel6520-MEL',
3179 silly get 'x-cache': 'MISS',
3179 silly get 'x-cache-hits': '0',
3179 silly get 'x-timer': 'S1437704947.494050,VS0,VE830' } ]
3180 verbose etag https://registry.npmjs.org/isstream from cache
3181 verbose get saving isstream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\isstream\.cache.json
3182 http 304 https://registry.npmjs.org/bl
3183 silly get cb [ 304,
3183 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3183 silly get etag: '"2W3DQBDE8CTV47DVBYGKM41T6"',
3183 silly get 'cache-control': 'max-age=60',
3183 silly get 'accept-ranges': 'bytes',
3183 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3183 silly get via: '1.1 varnish',
3183 silly get connection: 'keep-alive',
3183 silly get 'x-served-by': 'cache-mel6522-MEL',
3183 silly get 'x-cache': 'MISS',
3183 silly get 'x-cache-hits': '0',
3183 silly get 'x-timer': 'S1437704947.384170,VS0,VE956' } ]
3184 verbose etag https://registry.npmjs.org/bl from cache
3185 verbose get saving bl to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\bl\.cache.json
3186 http 304 https://registry.npmjs.org/har-validator
3187 silly get cb [ 304,
3187 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3187 silly get etag: '"1TGIPWSSWUTFJO4ZL0AMRWXPB"',
3187 silly get 'cache-control': 'max-age=60',
3187 silly get 'accept-ranges': 'bytes',
3187 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3187 silly get via: '1.1 varnish',
3187 silly get connection: 'keep-alive',
3187 silly get 'x-served-by': 'cache-mel6520-MEL',
3187 silly get 'x-cache': 'MISS',
3187 silly get 'x-cache-hits': '0',
3187 silly get 'x-timer': 'S1437704947.498766,VS0,VE848' } ]
3188 verbose etag https://registry.npmjs.org/har-validator from cache
3189 verbose get saving har-validator to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\har-validator\.cache.json
3190 http 304 https://registry.npmjs.org/path-is-absolute
3191 silly get cb [ 304,
3191 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3191 silly get etag: '"YJPG84UQ0LP8C3JMZV74XL03"',
3191 silly get 'cache-control': 'max-age=60',
3191 silly get 'accept-ranges': 'bytes',
3191 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3191 silly get via: '1.1 varnish',
3191 silly get connection: 'keep-alive',
3191 silly get 'x-served-by': 'cache-mel6523-MEL',
3191 silly get 'x-cache': 'MISS',
3191 silly get 'x-cache-hits': '0',
3191 silly get 'x-timer': 'S1437704947.525901,VS0,VE833' } ]
3192 verbose etag https://registry.npmjs.org/path-is-absolute from cache
3193 verbose get saving path-is-absolute to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\path-is-absolute\.cache.json
3194 http 304 https://registry.npmjs.org/mime-types
3195 silly get cb [ 304,
3195 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3195 silly get etag: '"2YM0G5ZSTJ1PUEMIX4FMIS8BG"',
3195 silly get 'cache-control': 'max-age=60',
3195 silly get 'accept-ranges': 'bytes',
3195 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3195 silly get via: '1.1 varnish',
3195 silly get connection: 'keep-alive',
3195 silly get 'x-served-by': 'cache-mel6522-MEL',
3195 silly get 'x-cache': 'MISS',
3195 silly get 'x-cache-hits': '0',
3195 silly get 'x-timer': 'S1437704947.436887,VS0,VE957' } ]
3196 verbose etag https://registry.npmjs.org/mime-types from cache
3197 verbose get saving mime-types to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\mime-types\.cache.json
3198 http 304 https://registry.npmjs.org/tunnel-agent
3199 silly get cb [ 304,
3199 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
3199 silly get etag: '"30KMJK91SDP6W3JC0MY3FD3ZC"',
3199 silly get 'cache-control': 'max-age=60',
3199 silly get 'accept-ranges': 'bytes',
3199 silly get date: 'Fri, 24 Jul 2015 02:29:08 GMT',
3199 silly get via: '1.1 varnish',
3199 silly get connection: 'keep-alive',
3199 silly get 'x-served-by': 'cache-mel6522-MEL',
3199 silly get 'x-cache': 'MISS',
3199 silly get 'x-cache-hits': '0',
3199 silly get 'x-timer': 'S1437704947.449470,VS0,VE971' } ]
3200 verbose etag https://registry.npmjs.org/tunnel-agent from cache
3201 verbose get saving tunnel-agent to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\tunnel-agent\.cache.json
3202 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend\package.json
3203 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend\package.json
3204 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: true }
3205 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
3206 silly addNamed inherits@2.0.1
3207 verbose addNamed "2.0.1" is a plain semver version for inherits
3208 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: true }
3209 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
3210 silly addNamed inherits@2.0.1
3211 verbose addNamed "2.0.1" is a plain semver version for inherits
3212 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: true }
3213 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
3214 silly addNamed inherits@2.0.1
3215 verbose addNamed "2.0.1" is a plain semver version for inherits
3216 silly addNameRange number 2 { name: 'form-data', range: '>=1.0.0-rc1 <1.1.0', hasData: true }
3217 silly addNameRange versions [ 'form-data',
3217 silly addNameRange [ '0.0.0',
3217 silly addNameRange '0.0.2',
3217 silly addNameRange '0.0.3',
3217 silly addNameRange '0.0.4',
3217 silly addNameRange '0.0.5',
3217 silly addNameRange '0.0.6',
3217 silly addNameRange '0.0.7',
3217 silly addNameRange '0.0.8',
3217 silly addNameRange '0.0.9',
3217 silly addNameRange '0.0.10',
3217 silly addNameRange '0.1.0',
3217 silly addNameRange '0.1.1',
3217 silly addNameRange '0.1.2',
3217 silly addNameRange '0.1.3',
3217 silly addNameRange '0.1.4',
3217 silly addNameRange '0.2.0',
3217 silly addNameRange '1.0.0-rc1',
3217 silly addNameRange '1.0.0-rc2' ] ]
3218 silly addNamed form-data@1.0.0-rc2
3219 verbose addNamed "1.0.0-rc2" is a plain semver version for form-data
3220 silly addNameRange number 2 { name: 'extend', range: '>=3.0.0 <3.1.0', hasData: true }
3221 silly addNameRange versions [ 'extend',
3221 silly addNameRange [ '1.0.0',
3221 silly addNameRange '1.1.0',
3221 silly addNameRange '1.1.1',
3221 silly addNameRange '1.1.3',
3221 silly addNameRange '1.2.0',
3221 silly addNameRange '1.2.1',
3221 silly addNameRange '1.3.0',
3221 silly addNameRange '2.0.0',
3221 silly addNameRange '2.0.1',
3221 silly addNameRange '3.0.0' ] ]
3222 silly addNamed extend@3.0.0
3223 verbose addNamed "3.0.0" is a plain semver version for extend
3224 silly addNameRange number 2 { name: 'caseless', range: '>=0.11.0 <0.12.0', hasData: true }
3225 silly addNameRange versions [ 'caseless',
3225 silly addNameRange [ '0.1.0',
3225 silly addNameRange '0.2.0',
3225 silly addNameRange '0.3.0',
3225 silly addNameRange '0.4.0',
3225 silly addNameRange '0.5.0',
3225 silly addNameRange '0.6.0',
3225 silly addNameRange '0.7.0',
3225 silly addNameRange '0.8.0',
3225 silly addNameRange '0.9.0',
3225 silly addNameRange '0.10.0',
3225 silly addNameRange '0.11.0' ] ]
3226 silly addNamed caseless@0.11.0
3227 verbose addNamed "0.11.0" is a plain semver version for caseless
3228 silly addNameRange number 2 { name: 'forever-agent', range: '>=0.6.0 <0.7.0', hasData: true }
3229 silly addNameRange versions [ 'forever-agent',
3229 silly addNameRange [ '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.5.2', '0.6.0', '0.6.1' ] ]
3230 silly addNamed forever-agent@0.6.1
3231 verbose addNamed "0.6.1" is a plain semver version for forever-agent
3232 silly addNameRange number 2 { name: 'stringstream', range: '>=0.0.4 <0.1.0', hasData: true }
3233 silly addNameRange versions [ 'stringstream',
3233 silly addNameRange [ '0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4' ] ]
3234 silly addNamed stringstream@0.0.4
3235 verbose addNamed "0.0.4" is a plain semver version for stringstream
3236 silly addNameRange number 2 { name: 'qs', range: '>=4.0.0 <4.1.0', hasData: true }
3237 silly addNameRange versions [ 'qs',
3237 silly addNameRange [ '0.0.1',
3237 silly addNameRange '0.0.2',
3237 silly addNameRange '0.0.3',
3237 silly addNameRange '0.0.4',
3237 silly addNameRange '0.0.5',
3237 silly addNameRange '0.0.6',
3237 silly addNameRange '0.0.7',
3237 silly addNameRange '0.1.0',
3237 silly addNameRange '0.2.0',
3237 silly addNameRange '0.3.0',
3237 silly addNameRange '0.3.1',
3237 silly addNameRange '0.3.2',
3237 silly addNameRange '0.4.0',
3237 silly addNameRange '0.4.1',
3237 silly addNameRange '0.4.2',
3237 silly addNameRange '0.5.0',
3237 silly addNameRange '0.5.1',
3237 silly addNameRange '0.5.2',
3237 silly addNameRange '0.5.3',
3237 silly addNameRange '0.5.4',
3237 silly addNameRange '0.5.5',
3237 silly addNameRange '0.5.6',
3237 silly addNameRange '0.6.0',
3237 silly addNameRange '0.6.1',
3237 silly addNameRange '0.6.2',
3237 silly addNameRange '0.6.3',
3237 silly addNameRange '0.6.4',
3237 silly addNameRange '0.6.5',
3237 silly addNameRange '0.6.6',
3237 silly addNameRange '1.0.0',
3237 silly addNameRange '1.0.1',
3237 silly addNameRange '1.0.2',
3237 silly addNameRange '1.1.0',
3237 silly addNameRange '1.2.0',
3237 silly addNameRange '1.2.1',
3237 silly addNameRange '1.2.2',
3237 silly addNameRange '2.0.0',
3237 silly addNameRange '2.1.0',
3237 silly addNameRange '2.2.0',
3237 silly addNameRange '2.2.1',
3237 silly addNameRange '2.2.2',
3237 silly addNameRange '2.2.3',
3237 silly addNameRange '2.2.4',
3237 silly addNameRange '2.2.5',
3237 silly addNameRange '2.3.0',
3237 silly addNameRange '2.3.1',
3237 silly addNameRange '2.3.2',
3237 silly addNameRange '2.3.3',
3237 silly addNameRange '2.4.0',
3237 silly addNameRange '2.4.1',
3237 silly addNameRange '2.4.2',
3237 silly addNameRange '3.0.0',
3237 silly addNameRange '3.1.0',
3237 silly addNameRange '4.0.0' ] ]
3238 silly addNamed qs@4.0.0
3239 verbose addNamed "4.0.0" is a plain semver version for qs
3240 silly addNameRange number 2 { name: 'once', range: '>=1.3.0 <2.0.0', hasData: true }
3241 silly addNameRange versions [ 'once', [ '1.1.1', '1.2.0', '1.3.0', '1.3.1', '1.3.2' ] ]
3242 silly addNamed once@1.3.2
3243 verbose addNamed "1.3.2" is a plain semver version for once
3244 silly addNameRange number 2 { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: true }
3245 silly addNameRange versions [ 'inflight', [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4' ] ]
3246 silly addNamed inflight@1.0.4
3247 verbose addNamed "1.0.4" is a plain semver version for inflight
3248 silly addNameRange number 2 { name: 'http-signature',
3248 silly addNameRange range: '>=0.11.0 <0.12.0',
3248 silly addNameRange hasData: true }
3249 silly addNameRange versions [ 'http-signature',
3249 silly addNameRange [ '0.9.0',
3249 silly addNameRange '0.9.2',
3249 silly addNameRange '0.9.3',
3249 silly addNameRange '0.9.4',
3249 silly addNameRange '0.9.5',
3249 silly addNameRange '0.9.6',
3249 silly addNameRange '0.9.7',
3249 silly addNameRange '0.9.8',
3249 silly addNameRange '0.9.9',
3249 silly addNameRange '0.9.10',
3249 silly addNameRange '0.9.11',
3249 silly addNameRange '0.10.0',
3249 silly addNameRange '0.10.1',
3249 silly addNameRange '0.11.0' ] ]
3250 silly addNamed http-signature@0.11.0
3251 verbose addNamed "0.11.0" is a plain semver version for http-signature
3252 silly addNameRange number 2 { name: 'string_decoder',
3252 silly addNameRange range: '>=0.10.0 <0.11.0',
3252 silly addNameRange hasData: true }
3253 silly addNameRange versions [ 'string_decoder',
3253 silly addNameRange [ '0.0.0',
3253 silly addNameRange '0.0.1',
3253 silly addNameRange '0.10.24',
3253 silly addNameRange '0.11.10',
3253 silly addNameRange '0.10.25',
3253 silly addNameRange '0.11.10-1',
3253 silly addNameRange '0.10.25-1',
3253 silly addNameRange '0.10.31' ] ]
3254 silly addNamed string_decoder@0.10.31
3255 verbose addNamed "0.10.31" is a plain semver version for string_decoder
3256 silly addNameRange number 2 { name: 'minimatch', range: '>=2.0.1 <3.0.0', hasData: true }
3257 silly addNameRange versions [ 'minimatch',
3257 silly addNameRange [ '0.0.1',
3257 silly addNameRange '0.0.2',
3257 silly addNameRange '0.0.4',
3257 silly addNameRange '0.0.5',
3257 silly addNameRange '0.1.1',
3257 silly addNameRange '0.1.2',
3257 silly addNameRange '0.1.3',
3257 silly addNameRange '0.1.4',
3257 silly addNameRange '0.1.5',
3257 silly addNameRange '0.2.0',
3257 silly addNameRange '0.2.2',
3257 silly addNameRange '0.2.3',
3257 silly addNameRange '0.2.4',
3257 silly addNameRange '0.2.5',
3257 silly addNameRange '0.2.6',
3257 silly addNameRange '0.2.7',
3257 silly addNameRange '0.2.8',
3257 silly addNameRange '0.2.9',
3257 silly addNameRange '0.2.10',
3257 silly addNameRange '0.2.11',
3257 silly addNameRange '0.2.12',
3257 silly addNameRange '0.2.13',
3257 silly addNameRange '0.2.14',
3257 silly addNameRange '0.3.0',
3257 silly addNameRange '0.4.0',
3257 silly addNameRange '1.0.0',
3257 silly addNameRange '2.0.0',
3257 silly addNameRange '2.0.1',
3257 silly addNameRange '2.0.2',
3257 silly addNameRange '2.0.3',
3257 silly addNameRange '2.0.4',
3257 silly addNameRange '2.0.5',
3257 silly addNameRange '2.0.6',
3257 silly addNameRange '2.0.7',
3257 silly addNameRange '2.0.8',
3257 silly addNameRange '2.0.9',
3257 silly addNameRange '2.0.10' ] ]
3258 silly addNamed minimatch@2.0.10
3259 verbose addNamed "2.0.10" is a plain semver version for minimatch
3260 silly addNameRange number 2 { name: 'json-stringify-safe',
3260 silly addNameRange range: '>=5.0.0 <5.1.0',
3260 silly addNameRange hasData: true }
3261 silly addNameRange versions [ 'json-stringify-safe',
3261 silly addNameRange [ '2.0.0', '3.0.0', '4.0.0', '5.0.0', '5.0.1' ] ]
3262 silly addNamed json-stringify-safe@5.0.1
3263 verbose addNamed "5.0.1" is a plain semver version for json-stringify-safe
3264 silly addNameRange number 2 { name: 'aws-sign2', range: '>=0.5.0 <0.6.0', hasData: true }
3265 silly addNameRange versions [ 'aws-sign2', [ '0.4.0', '0.5.0' ] ]
3266 silly addNamed aws-sign2@0.5.0
3267 verbose addNamed "0.5.0" is a plain semver version for aws-sign2
3268 silly addNameRange number 2 { name: 'oauth-sign', range: '>=0.8.0 <0.9.0', hasData: true }
3269 silly addNameRange versions [ 'oauth-sign',
3269 silly addNameRange [ '0.2.0', '0.3.0', '0.4.0', '0.5.0', '0.6.0', '0.7.0', '0.8.0' ] ]
3270 silly addNamed oauth-sign@0.8.0
3271 verbose addNamed "0.8.0" is a plain semver version for oauth-sign
3272 silly addNameRange number 2 { name: 'node-uuid', range: '>=1.4.0 <1.5.0', hasData: true }
3273 silly addNameRange versions [ 'node-uuid',
3273 silly addNameRange [ '1.2.0',
3273 silly addNameRange '1.3.0',
3273 silly addNameRange '1.3.1',
3273 silly addNameRange '1.3.2',
3273 silly addNameRange '1.1.0',
3273 silly addNameRange '1.0.0',
3273 silly addNameRange '1.3.3',
3273 silly addNameRange '1.4.0',
3273 silly addNameRange '1.4.1',
3273 silly addNameRange '1.4.2',
3273 silly addNameRange '1.4.3' ] ]
3274 silly addNamed node-uuid@1.4.3
3275 verbose addNamed "1.4.3" is a plain semver version for node-uuid
3276 silly addNameRange number 2 { name: 'combined-stream',
3276 silly addNameRange range: '>=1.0.1 <1.1.0',
3276 silly addNameRange hasData: true }
3277 silly addNameRange versions [ 'combined-stream',
3277 silly addNameRange [ '0.0.0',
3277 silly addNameRange '0.0.1',
3277 silly addNameRange '0.0.2',
3277 silly addNameRange '0.0.3',
3277 silly addNameRange '0.0.4',
3277 silly addNameRange '0.0.5',
3277 silly addNameRange '0.0.7',
3277 silly addNameRange '1.0.0',
3277 silly addNameRange '1.0.1',
3277 silly addNameRange '1.0.2',
3277 silly addNameRange '1.0.3',
3277 silly addNameRange '1.0.4',
3277 silly addNameRange '1.0.5' ] ]
3278 silly addNamed combined-stream@1.0.5
3279 verbose addNamed "1.0.5" is a plain semver version for combined-stream
3280 silly addNameRange number 2 { name: 'isstream', range: '>=0.1.1 <0.2.0', hasData: true }
3281 silly addNameRange versions [ 'isstream', [ '0.0.0', '0.1.0', '0.1.1', '0.1.2' ] ]
3282 silly addNamed isstream@0.1.2
3283 verbose addNamed "0.1.2" is a plain semver version for isstream
3284 silly addNameRange number 2 { name: 'path-is-absolute',
3284 silly addNameRange range: '>=1.0.0 <2.0.0',
3284 silly addNameRange hasData: true }
3285 silly addNameRange versions [ 'path-is-absolute', [ '1.0.0' ] ]
3286 silly addNamed path-is-absolute@1.0.0
3287 verbose addNamed "1.0.0" is a plain semver version for path-is-absolute
3288 silly addNameRange number 2 { name: 'hawk', range: '>=3.1.0 <3.2.0', hasData: true }
3289 silly addNameRange versions [ 'hawk',
3289 silly addNameRange [ '0.0.1',
3289 silly addNameRange '0.0.2',
3289 silly addNameRange '0.0.3',
3289 silly addNameRange '0.0.4',
3289 silly addNameRange '0.0.5',
3289 silly addNameRange '0.0.6',
3289 silly addNameRange '0.0.7',
3289 silly addNameRange '0.0.8',
3289 silly addNameRange '0.1.0',
3289 silly addNameRange '0.2.0',
3289 silly addNameRange '0.3.0',
3289 silly addNameRange '0.4.0',
3289 silly addNameRange '0.5.0',
3289 silly addNameRange '0.5.1',
3289 silly addNameRange '0.5.2',
3289 silly addNameRange '0.5.3',
3289 silly addNameRange '0.6.0',
3289 silly addNameRange '0.6.1',
3289 silly addNameRange '0.7.0',
3289 silly addNameRange '0.7.1',
3289 silly addNameRange '0.8.1',
3289 silly addNameRange '0.9.0',
3289 silly addNameRange '0.10.0',
3289 silly addNameRange '0.10.1',
3289 silly addNameRange '0.10.2',
3289 silly addNameRange '0.11.0',
3289 silly addNameRange '0.11.1',
3289 silly addNameRange '0.12.0',
3289 silly addNameRange '0.12.1',
3289 silly addNameRange '0.12.2',
3289 silly addNameRange '0.13.0',
3289 silly addNameRange '0.13.1',
3289 silly addNameRange '0.14.0',
3289 silly addNameRange '0.15.0',
3289 silly addNameRange '1.0.0',
3289 silly addNameRange '1.1.0-pre',
3289 silly addNameRange '1.1.1',
3289 silly addNameRange '1.1.2',
3289 silly addNameRange '2.0.0',
3289 silly addNameRange '2.1.0',
3289 silly addNameRange '2.1.1',
3289 silly addNameRange '2.1.2',
3289 silly addNameRange '2.1.3',
3289 silly addNameRange '2.2.0',
3289 silly addNameRange '2.2.1',
3289 silly addNameRange '2.2.2',
3289 silly addNameRange '2.2.3',
3289 silly addNameRange '2.3.0',
3289 silly addNameRange '2.3.1',
3289 silly addNameRange '3.0.0',
3289 silly addNameRange '3.1.0' ] ]
3290 silly addNamed hawk@3.1.0
3291 verbose addNamed "3.1.0" is a plain semver version for hawk
3292 silly addNameRange number 2 { name: 'har-validator', range: '>=1.6.1 <2.0.0', hasData: true }
3293 silly addNameRange versions [ 'har-validator',
3293 silly addNameRange [ '1.0.0',
3293 silly addNameRange '1.0.1',
3293 silly addNameRange '1.0.2',
3293 silly addNameRange '1.1.0',
3293 silly addNameRange '1.1.1',
3293 silly addNameRange '1.1.2',
3293 silly addNameRange '1.1.3',
3293 silly addNameRange '1.2.0',
3293 silly addNameRange '1.3.0',
3293 silly addNameRange '1.3.1',
3293 silly addNameRange '1.4.0',
3293 silly addNameRange '1.5.0',
3293 silly addNameRange '1.5.1',
3293 silly addNameRange '1.6.0',
3293 silly addNameRange '1.6.1',
3293 silly addNameRange '1.7.0',
3293 silly addNameRange '1.7.1',
3293 silly addNameRange '1.8.0' ] ]
3294 silly addNamed har-validator@1.8.0
3295 verbose addNamed "1.8.0" is a plain semver version for har-validator
3296 silly addNameRange number 2 { name: 'mime-types', range: '>=2.1.2 <2.2.0', hasData: true }
3297 silly addNameRange versions [ 'mime-types',
3297 silly addNameRange [ '0.1.0',
3297 silly addNameRange '1.0.0',
3297 silly addNameRange '1.0.1',
3297 silly addNameRange '1.0.2',
3297 silly addNameRange '2.0.0',
3297 silly addNameRange '2.0.1',
3297 silly addNameRange '2.0.2',
3297 silly addNameRange '2.0.3',
3297 silly addNameRange '2.0.4',
3297 silly addNameRange '2.0.5',
3297 silly addNameRange '2.0.6',
3297 silly addNameRange '2.0.7',
3297 silly addNameRange '2.0.8',
3297 silly addNameRange '2.0.9',
3297 silly addNameRange '2.0.10',
3297 silly addNameRange '2.0.11',
3297 silly addNameRange '2.0.12',
3297 silly addNameRange '2.0.13',
3297 silly addNameRange '2.0.14',
3297 silly addNameRange '2.1.0',
3297 silly addNameRange '2.1.1',
3297 silly addNameRange '2.1.2',
3297 silly addNameRange '2.1.3' ] ]
3298 silly addNamed mime-types@2.1.3
3299 verbose addNamed "2.1.3" is a plain semver version for mime-types
3300 silly addNameRange number 2 { name: 'tough-cookie', range: '>=0.12.0', hasData: true }
3301 silly addNameRange versions [ 'tough-cookie',
3301 silly addNameRange [ '0.9.0',
3301 silly addNameRange '0.9.1',
3301 silly addNameRange '0.9.3',
3301 silly addNameRange '0.9.4',
3301 silly addNameRange '0.9.5',
3301 silly addNameRange '0.9.6',
3301 silly addNameRange '0.9.7',
3301 silly addNameRange '0.9.8',
3301 silly addNameRange '0.9.9',
3301 silly addNameRange '0.9.11',
3301 silly addNameRange '0.9.12',
3301 silly addNameRange '0.9.13',
3301 silly addNameRange '0.9.14',
3301 silly addNameRange '0.9.15',
3301 silly addNameRange '0.10.0',
3301 silly addNameRange '0.11.0',
3301 silly addNameRange '0.12.0',
3301 silly addNameRange '0.12.1',
3301 silly addNameRange '0.13.0',
3301 silly addNameRange '1.0.0',
3301 silly addNameRange '1.1.0',
3301 silly addNameRange '1.2.0',
3301 silly addNameRange '2.0.0' ] ]
3302 silly addNamed tough-cookie@2.0.0
3303 verbose addNamed "2.0.0" is a plain semver version for tough-cookie
3304 silly addNameRange number 2 { name: 'tunnel-agent', range: '>=0.4.0 <0.5.0', hasData: true }
3305 silly addNameRange versions [ 'tunnel-agent', [ '0.2.0', '0.3.0', '0.4.0', '0.4.1' ] ]
3306 silly addNamed tunnel-agent@0.4.1
3307 verbose addNamed "0.4.1" is a plain semver version for tunnel-agent
3308 silly addNameRange number 2 { name: 'bl', range: '>=1.0.0 <1.1.0', hasData: true }
3309 silly addNameRange versions [ 'bl',
3309 silly addNameRange [ '0.0.0',
3309 silly addNameRange '0.1.0',
3309 silly addNameRange '0.1.1',
3309 silly addNameRange '0.2.0',
3309 silly addNameRange '0.3.0',
3309 silly addNameRange '0.4.0',
3309 silly addNameRange '0.4.1',
3309 silly addNameRange '0.4.2',
3309 silly addNameRange '0.5.0',
3309 silly addNameRange '0.6.0',
3309 silly addNameRange '0.7.0',
3309 silly addNameRange '0.8.0',
3309 silly addNameRange '0.8.1',
3309 silly addNameRange '0.8.2',
3309 silly addNameRange '0.9.0',
3309 silly addNameRange '0.9.1',
3309 silly addNameRange '0.9.2',
3309 silly addNameRange '0.9.3',
3309 silly addNameRange '0.9.4',
3309 silly addNameRange '1.0.0' ] ]
3310 silly addNamed bl@1.0.0
3311 verbose addNamed "1.0.0" is a plain semver version for bl
3312 silly install resolved []
3313 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3314 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3315 silly cache afterAdd inherits@2.0.1
3316 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
3317 silly cache afterAdd inherits@2.0.1
3318 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json already in flight; not writing
3319 silly cache afterAdd inherits@2.0.1
3320 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json already in flight; not writing
3321 silly cache afterAdd form-data@1.0.0-rc2
3322 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\form-data\1.0.0-rc2\package\package.json not in flight; writing
3323 silly cache afterAdd extend@3.0.0
3324 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\extend\3.0.0\package\package.json not in flight; writing
3325 silly cache afterAdd caseless@0.11.0
3326 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\caseless\0.11.0\package\package.json not in flight; writing
3327 silly cache afterAdd forever-agent@0.6.1
3328 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\forever-agent\0.6.1\package\package.json not in flight; writing
3329 silly cache afterAdd stringstream@0.0.4
3330 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\stringstream\0.0.4\package\package.json not in flight; writing
3331 silly cache afterAdd qs@4.0.0
3332 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\qs\4.0.0\package\package.json not in flight; writing
3333 silly cache afterAdd once@1.3.2
3334 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\once\1.3.2\package\package.json not in flight; writing
3335 silly cache afterAdd inflight@1.0.4
3336 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inflight\1.0.4\package\package.json not in flight; writing
3337 silly cache afterAdd http-signature@0.11.0
3338 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\http-signature\0.11.0\package\package.json not in flight; writing
3339 silly cache afterAdd ms@0.7.1
3340 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json not in flight; writing
3341 silly cache afterAdd string_decoder@0.10.31
3342 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json not in flight; writing
3343 silly cache afterAdd minimatch@2.0.10
3344 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimatch\2.0.10\package\package.json not in flight; writing
3345 silly cache afterAdd json-stringify-safe@5.0.1
3346 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package\package.json not in flight; writing
3347 silly cache afterAdd oauth-sign@0.8.0
3348 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\oauth-sign\0.8.0\package\package.json not in flight; writing
3349 silly cache afterAdd aws-sign2@0.5.0
3350 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package\package.json not in flight; writing
3351 silly cache afterAdd combined-stream@1.0.5
3352 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\combined-stream\1.0.5\package\package.json not in flight; writing
3353 silly cache afterAdd isstream@0.1.2
3354 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isstream\0.1.2\package\package.json not in flight; writing
3355 silly cache afterAdd path-is-absolute@1.0.0
3356 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\path-is-absolute\1.0.0\package\package.json not in flight; writing
3357 silly cache afterAdd hawk@3.1.0
3358 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\hawk\3.1.0\package\package.json not in flight; writing
3359 silly cache afterAdd mime-types@2.1.3
3360 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mime-types\2.1.3\package\package.json not in flight; writing
3361 silly cache afterAdd tough-cookie@2.0.0
3362 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package\package.json not in flight; writing
3363 silly cache afterAdd tunnel-agent@0.4.1
3364 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package\package.json not in flight; writing
3365 silly cache afterAdd node-uuid@1.4.3
3366 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\node-uuid\1.4.3\package\package.json not in flight; writing
3367 silly cache afterAdd bl@1.0.0
3368 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\bl\1.0.0\package\package.json not in flight; writing
3369 silly cache afterAdd har-validator@1.8.0
3370 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\har-validator\1.8.0\package\package.json not in flight; writing
3371 info linkStuff pend@1.2.0
3372 silly linkStuff pend@1.2.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules as its parent node_modules
3373 silly linkStuff pend@1.2.0 is part of a global install
3374 silly linkStuff pend@1.2.0 is installed into a global node_modules
3375 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\package.json
3376 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\caseless\0.11.0\package\package.json written
3377 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\forever-agent\0.6.1\package\package.json written
3378 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
3379 silly install resolved [ { name: 'readable-stream',
3379 silly install resolved version: '2.0.2',
3379 silly install resolved description: 'Streams3, a user-land copy of the stream library from iojs v2.x',
3379 silly install resolved main: 'readable.js',
3379 silly install resolved dependencies:
3379 silly install resolved { 'core-util-is': '~1.0.0',
3379 silly install resolved inherits: '~2.0.1',
3379 silly install resolved isarray: '0.0.1',
3379 silly install resolved 'process-nextick-args': '~1.0.0',
3379 silly install resolved string_decoder: '~0.10.x',
3379 silly install resolved 'util-deprecate': '~1.0.1' },
3379 silly install resolved devDependencies: { tap: '~0.2.6', tape: '~4.0.0', zuul: '~3.0.0' },
3379 silly install resolved scripts:
3379 silly install resolved { test: 'tap test/parallel/*.js',
3379 silly install resolved browser: 'zuul --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION -- test/browser.js' },
3379 silly install resolved repository:
3379 silly install resolved { type: 'git',
3379 silly install resolved url: 'git://github.com/nodejs/readable-stream.git' },
3379 silly install resolved keywords: [ 'readable', 'stream', 'pipe' ],
3379 silly install resolved browser: { util: false },
3379 silly install resolved license: 'MIT',
3379 silly install resolved gitHead: '1a70134a71196eeabb5e27bc7580faaa68d30513',
3379 silly install resolved bugs: { url: 'https://github.com/nodejs/readable-stream/issues' },
3379 silly install resolved homepage: 'https://github.com/nodejs/readable-stream#readme',
3379 silly install resolved _id: 'readable-stream@2.0.2',
3379 silly install resolved _shasum: 'bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b',
3379 silly install resolved _from: 'readable-stream@>=2.0.0 <2.1.0',
3379 silly install resolved _npmVersion: '2.11.1',
3379 silly install resolved _nodeVersion: '2.3.0',
3379 silly install resolved _npmUser: { name: 'cwmma', email: 'calvin.metcalf@gmail.com' },
3379 silly install resolved dist:
3379 silly install resolved { shasum: 'bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b',
3379 silly install resolved tarball: 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz' },
3379 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
3379 silly install resolved directories: {},
3379 silly install resolved _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz',
3379 silly install resolved readme: 'ERROR: No README data found!' },
3379 silly install resolved { name: 'typedarray',
3379 silly install resolved version: '0.0.6',
3379 silly install resolved description: 'TypedArray polyfill for old browsers',
3379 silly install resolved main: 'index.js',
3379 silly install resolved devDependencies: { tape: '~2.3.2' },
3379 silly install resolved scripts: { test: 'tape test/*.js test/server/*.js' },
3379 silly install resolved repository: { type: 'git', url: 'git://github.com/substack/typedarray.git' },
3379 silly install resolved homepage: 'https://github.com/substack/typedarray',
3379 silly install resolved keywords:
3379 silly install resolved [ 'ArrayBuffer',
3379 silly install resolved 'DataView',
3379 silly install resolved 'Float32Array',
3379 silly install resolved 'Float64Array',
3379 silly install resolved 'Int8Array',
3379 silly install resolved 'Int16Array',
3379 silly install resolved 'Int32Array',
3379 silly install resolved 'Uint8Array',
3379 silly install resolved 'Uint8ClampedArray',
3379 silly install resolved 'Uint16Array',
3379 silly install resolved 'Uint32Array',
3379 silly install resolved 'typed',
3379 silly install resolved 'array',
3379 silly install resolved 'polyfill' ],
3379 silly install resolved author:
3379 silly install resolved { name: 'James Halliday',
3379 silly install resolved email: 'mail@substack.net',
3379 silly install resolved url: 'http://substack.net' },
3379 silly install resolved license: 'MIT',
3379 silly install resolved testling: { files: 'test/*.js', browsers: [Object] },
3379 silly install resolved readme: '# typedarray\n\nTypedArray polyfill ripped from [this\nmodule](https://raw.github.com/inexorabletash/polyfill).\n\n[![build status](https://secure.travis-ci.org/substack/typedarray.png)](http://travis-ci.org/substack/typedarray)\n\n[![testling badge](https://ci.testling.com/substack/typedarray.png)](https://ci.testling.com/substack/typedarray)\n\n# example\n\n``` js\nvar Uint8Array = require(\'typedarray\').Uint8Array;\nvar ua = new Uint8Array(5);\nua[1] = 256 + 55;\nconsole.log(ua[1]);\n```\n\noutput:\n\n```\n55\n```\n\n# methods\n\n``` js\nvar TA = require(\'typedarray\')\n```\n\nThe `TA` object has the following constructors:\n\n* TA.ArrayBuffer\n* TA.DataView\n* TA.Float32Array\n* TA.Float64Array\n* TA.Int8Array\n* TA.Int16Array\n* TA.Int32Array\n* TA.Uint8Array\n* TA.Uint8ClampedArray\n* TA.Uint16Array\n* TA.Uint32Array\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install typedarray\n```\n\nTo use this module in the browser, compile with\n[browserify](http://browserify.org)\nor download a UMD build from browserify CDN:\n\nhttp://wzrd.in/standalone/typedarray@latest\n\n# license\n\nMIT\n',
3379 silly install resolved readmeFilename: 'readme.markdown',
3379 silly install resolved bugs: { url: 'https://github.com/substack/typedarray/issues' },
3379 silly install resolved _id: 'typedarray@0.0.6',
3379 silly install resolved _from: 'typedarray@>=0.0.5 <0.1.0' },
3379 silly install resolved { name: 'inherits',
3379 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
3379 silly install resolved version: '2.0.1',
3379 silly install resolved keywords:
3379 silly install resolved [ 'inheritance',
3379 silly install resolved 'class',
3379 silly install resolved 'klass',
3379 silly install resolved 'oop',
3379 silly install resolved 'object-oriented',
3379 silly install resolved 'inherits',
3379 silly install resolved 'browser',
3379 silly install resolved 'browserify' ],
3379 silly install resolved main: './inherits.js',
3379 silly install resolved browser: './inherits_browser.js',
3379 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
3379 silly install resolved license: 'ISC',
3379 silly install resolved scripts: { test: 'node test' },
3379 silly install resolved readme: 'Browser-friendly inheritance fully compatible with standard node.js\n[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).\n\nThis package exports standard `inherits` from node.js `util` module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield](https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule to avoid requiring of `util`. It also has a shim for old\nbrowsers with no `Object.create` support.\n\nWhile keeping you sure you are using standard `inherits`\nimplementation in node.js environment, it allows bundlers such as\n[browserify](https://github.com/substack/node-browserify) to not\ninclude full `util` package to your client code if all you need is\njust `inherits` function. It worth, because browser shim for `util`\npackage is large and `inherits` is often the single function you need\nfrom it.\n\nIt\'s recommended to use this package instead of\n`require(\'util\').inherits` for any code that has chances to be used\nnot only in node.js but in browser too.\n\n## usage\n\n```js\nvar inherits = require(\'inherits\');\n// then use exactly as the standard one\n```\n\n## note on version ~1.0\n\nVersion ~1.0 had completely different motivation and is not compatible\nneither with 2.0 nor with standard node.js `inherits`.\n\nIf you are using version ~1.0 and planning to switch to ~2.0, be\ncareful:\n\n* new version uses `super_` instead of `super` for referencing\n superclass\n* new version overwrites current prototype while old one preserves any\n existing fields on it\n',
3379 silly install resolved readmeFilename: 'README.md',
3379 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' },
3379 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme',
3379 silly install resolved _id: 'inherits@2.0.1',
3379 silly install resolved _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
3379 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
3379 silly install resolved _from: 'inherits@>=2.0.1 <2.1.0' } ]
3380 info install readable-stream@2.0.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
3381 info install typedarray@0.0.6 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
3382 info install inherits@2.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream
3383 info installOne readable-stream@2.0.2
3384 verbose installOne of readable-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream not in flight; installing
3385 info installOne typedarray@0.0.6
3386 verbose installOne of typedarray to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream not in flight; installing
3387 info installOne inherits@2.0.1
3388 verbose installOne of inherits to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream not in flight; installing
3389 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\extend\3.0.0\package\package.json written
3390 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\form-data\1.0.0-rc2\package\package.json written
3391 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inflight\1.0.4\package\package.json written
3392 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\once\1.3.2\package\package.json written
3393 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\qs\4.0.0\package\package.json written
3394 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json written
3395 silly install resolved [ { name: 'core-util-is',
3395 silly install resolved version: '1.0.1',
3395 silly install resolved description: 'The `util.is*` functions introduced in Node v0.12.',
3395 silly install resolved main: 'lib/util.js',
3395 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/core-util-is.git' },
3395 silly install resolved keywords:
3395 silly install resolved [ 'util',
3395 silly install resolved 'isBuffer',
3395 silly install resolved 'isArray',
3395 silly install resolved 'isNumber',
3395 silly install resolved 'isString',
3395 silly install resolved 'isRegExp',
3395 silly install resolved 'isThis',
3395 silly install resolved 'isThat',
3395 silly install resolved 'polyfill' ],
3395 silly install resolved author:
3395 silly install resolved { name: 'Isaac Z. Schlueter',
3395 silly install resolved email: 'i@izs.me',
3395 silly install resolved url: 'http://blog.izs.me/' },
3395 silly install resolved license: 'MIT',
3395 silly install resolved bugs: { url: 'https://github.com/isaacs/core-util-is/issues' },
3395 silly install resolved readme: '# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n',
3395 silly install resolved readmeFilename: 'README.md',
3395 silly install resolved homepage: 'https://github.com/isaacs/core-util-is#readme',
3395 silly install resolved _id: 'core-util-is@1.0.1',
3395 silly install resolved _shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
3395 silly install resolved _resolved: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz',
3395 silly install resolved _from: 'core-util-is@>=1.0.0 <1.1.0' },
3395 silly install resolved { name: 'isarray',
3395 silly install resolved description: 'Array#isArray for older browsers',
3395 silly install resolved version: '0.0.1',
3395 silly install resolved repository:
3395 silly install resolved { type: 'git',
3395 silly install resolved url: 'git://github.com/juliangruber/isarray.git' },
3395 silly install resolved homepage: 'https://github.com/juliangruber/isarray',
3395 silly install resolved main: 'index.js',
3395 silly install resolved scripts: { test: 'tap test/*.js' },
3395 silly install resolved dependencies: {},
3395 silly install resolved devDependencies: { tap: '*' },
3395 silly install resolved keywords: [ 'browser', 'isarray', 'array' ],
3395 silly install resolved author:
3395 silly install resolved { name: 'Julian Gruber',
3395 silly install resolved email: 'mail@juliangruber.com',
3395 silly install resolved url: 'http://juliangruber.com' },
3395 silly install resolved license: 'MIT',
3395 silly install resolved readme: '\n# isarray\n\n`Array#isArray` for older browsers.\n\n## Usage\n\n```js\nvar isArray = require(\'isarray\');\n\nconsole.log(isArray([])); // => true\nconsole.log(isArray({})); // => false\n```\n\n## Installation\n\nWith [npm](http://npmjs.org) do\n\n```bash\n$ npm install isarray\n```\n\nThen bundle for the browser with\n[browserify](https://github.com/substack/browserify).\n\nWith [component](http://component.io) do\n\n```bash\n$ component install juliangruber/isarray\n```\n\n## License\n\n(MIT)\n\nCopyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
3395 silly install resolved readmeFilename: 'README.md',
3395 silly install resolved bugs: { url: 'https://github.com/juliangruber/isarray/issues' },
3395 silly install resolved _id: 'isarray@0.0.1',
3395 silly install resolved _shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
3395 silly install resolved _resolved: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
3395 silly install resolved _from: 'isarray@0.0.1' },
3395 silly install resolved { name: 'inherits',
3395 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
3395 silly install resolved version: '2.0.1',
3395 silly install resolved keywords:
3395 silly install resolved [ 'inheritance',
3395 silly install resolved 'class',
3395 silly install resolved 'klass',
3395 silly install resolved 'oop',
3395 silly install resolved 'object-oriented',
3395 silly install resolved 'inherits',
3395 silly install resolved 'browser',
3395 silly install resolved 'browserify' ],
3395 silly install resolved main: './inherits.js',
3395 silly install resolved browser: './inherits_browser.js',
3395 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
3395 silly install resolved license: 'ISC',
3395 silly install resolved scripts: { test: 'node test' },
3395 silly install resolved readme: 'Browser-friendly inheritance fully compatible with standard node.js\n[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).\n\nThis package exports standard `inherits` from node.js `util` module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield](https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule to avoid requiring of `util`. It also has a shim for old\nbrowsers with no `Object.create` support.\n\nWhile keeping you sure you are using standard `inherits`\nimplementation in node.js environment, it allows bundlers such as\n[browserify](https://github.com/substack/node-browserify) to not\ninclude full `util` package to your client code if all you need is\njust `inherits` function. It worth, because browser shim for `util`\npackage is large and `inherits` is often the single function you need\nfrom it.\n\nIt\'s recommended to use this package instead of\n`require(\'util\').inherits` for any code that has chances to be used\nnot only in node.js but in browser too.\n\n## usage\n\n```js\nvar inherits = require(\'inherits\');\n// then use exactly as the standard one\n```\n\n## note on version ~1.0\n\nVersion ~1.0 had completely different motivation and is not compatible\nneither with 2.0 nor with standard node.js `inherits`.\n\nIf you are using version ~1.0 and planning to switch to ~2.0, be\ncareful:\n\n* new version uses `super_` instead of `super` for referencing\n superclass\n* new version overwrites current prototype while old one preserves any\n existing fields on it\n',
3395 silly install resolved readmeFilename: 'README.md',
3395 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' },
3395 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme',
3395 silly install resolved _id: 'inherits@2.0.1',
3395 silly install resolved _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
3395 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
3395 silly install resolved _from: 'inherits@>=2.0.1 <2.1.0' },
3395 silly install resolved { name: 'string_decoder',
3395 silly install resolved version: '0.10.31',
3395 silly install resolved description: 'The string_decoder module from Node core',
3395 silly install resolved main: 'index.js',
3395 silly install resolved dependencies: {},
3395 silly install resolved devDependencies: { tap: '~0.4.8' },
3395 silly install resolved scripts: { test: 'tap test/simple/*.js' },
3395 silly install resolved repository:
3395 silly install resolved { type: 'git',
3395 silly install resolved url: 'git://github.com/rvagg/string_decoder.git' },
3395 silly install resolved homepage: 'https://github.com/rvagg/string_decoder',
3395 silly install resolved keywords: [ 'string', 'decoder', 'browser', 'browserify' ],
3395 silly install resolved license: 'MIT',
3395 silly install resolved readme: '**string_decoder.js** (`require(\'string_decoder\')`) from Node.js core\n\nCopyright Joyent, Inc. and other Node contributors. See LICENCE file for details.\n\nVersion numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. **Prefer the stable version over the unstable.**\n\nThe *build/* directory contains a build script that will scrape the source from the [joyent/node](https://github.com/joyent/node) repo given a specific Node version.',
3395 silly install resolved readmeFilename: 'README.md',
3395 silly install resolved bugs: { url: 'https://github.com/rvagg/string_decoder/issues' },
3395 silly install resolved _id: 'string_decoder@0.10.31',
3395 silly install resolved _shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
3395 silly install resolved _resolved: 'https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
3395 silly install resolved _from: 'string_decoder@>=0.10.0 <0.11.0' } ]
3396 info install core-util-is@1.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
3397 info install isarray@0.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
3398 info install inherits@2.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
3399 info install string_decoder@0.10.31 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
3400 info installOne core-util-is@1.0.1
3401 verbose installOne of core-util-is to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream not in flight; installing
3402 info installOne isarray@0.0.1
3403 verbose installOne of isarray to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream not in flight; installing
3404 info installOne inherits@2.0.1
3405 verbose installOne of inherits to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream not in flight; installing
3406 info installOne string_decoder@0.10.31
3407 verbose installOne of string_decoder to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream not in flight; installing
3408 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\http-signature\0.11.0\package\package.json written
3409 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\ms\0.7.1\package\package.json written
3410 silly install resolved [ { name: 'ms',
3410 silly install resolved version: '0.7.1',
3410 silly install resolved description: 'Tiny ms conversion utility',
3410 silly install resolved repository: { type: 'git', url: 'git://github.com/guille/ms.js.git' },
3410 silly install resolved main: './index',
3410 silly install resolved devDependencies: { mocha: '*', 'expect.js': '*', serve: '*' },
3410 silly install resolved component: { scripts: [Object] },
3410 silly install resolved gitHead: '713dcf26d9e6fd9dbc95affe7eff9783b7f1b909',
3410 silly install resolved bugs: { url: 'https://github.com/guille/ms.js/issues' },
3410 silly install resolved homepage: 'https://github.com/guille/ms.js',
3410 silly install resolved _id: 'ms@0.7.1',
3410 silly install resolved scripts: {},
3410 silly install resolved _shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
3410 silly install resolved _from: 'ms@0.7.1',
3410 silly install resolved _npmVersion: '2.7.5',
3410 silly install resolved _nodeVersion: '0.12.2',
3410 silly install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
3410 silly install resolved maintainers: [ [Object] ],
3410 silly install resolved dist:
3410 silly install resolved { shasum: '9cd13c03adbff25b65effde7ce864ee952017098',
3410 silly install resolved tarball: 'http://registry.npmjs.org/ms/-/ms-0.7.1.tgz' },
3410 silly install resolved directories: {},
3410 silly install resolved _resolved: 'https://registry.npmjs.org/ms/-/ms-0.7.1.tgz',
3410 silly install resolved readme: '# ms.js: miliseconds conversion utility\n\n```js\nms(\'2 days\') // 172800000\nms(\'1d\') // 86400000\nms(\'10h\') // 36000000\nms(\'2.5 hrs\') // 9000000\nms(\'2h\') // 7200000\nms(\'1m\') // 60000\nms(\'5s\') // 5000\nms(\'100\') // 100\n```\n\n```js\nms(60000) // "1m"\nms(2 * 60000) // "2m"\nms(ms(\'10 hours\')) // "10h"\n```\n\n```js\nms(60000, { long: true }) // "1 minute"\nms(2 * 60000, { long: true }) // "2 minutes"\nms(ms(\'10 hours\'), { long: true }) // "10 hours"\n```\n\n- Node/Browser compatible. Published as [`ms`](https://www.npmjs.org/package/ms) in [NPM](http://nodejs.org/download).\n- If a number is supplied to `ms`, a string with a unit is returned.\n- If a string that contains the number is supplied, it returns it as\na number (e.g: it returns `100` for `\'100\'`).\n- If you pass a string with a number and a valid unit, the number of\nequivalent ms is returned.\n\n## License\n\nMIT\n',
3410 silly install resolved readmeFilename: 'README.md' } ]
3411 info install ms@0.7.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
3412 info installOne ms@0.7.1
3413 verbose installOne of ms to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug not in flight; installing
3414 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\oauth-sign\0.8.0\package\package.json written
3415 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\minimatch\2.0.10\package\package.json written
3416 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package\package.json written
3417 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package\package.json written
3418 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\combined-stream\1.0.5\package\package.json written
3419 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\stringstream\0.0.4\package\package.json written
3420 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mime-types\2.1.3\package\package.json written
3421 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\path-is-absolute\1.0.0\package\package.json written
3422 silly install resolved [ { name: 'inherits',
3422 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
3422 silly install resolved version: '2.0.1',
3422 silly install resolved keywords:
3422 silly install resolved [ 'inheritance',
3422 silly install resolved 'class',
3422 silly install resolved 'klass',
3422 silly install resolved 'oop',
3422 silly install resolved 'object-oriented',
3422 silly install resolved 'inherits',
3422 silly install resolved 'browser',
3422 silly install resolved 'browserify' ],
3422 silly install resolved main: './inherits.js',
3422 silly install resolved browser: './inherits_browser.js',
3422 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
3422 silly install resolved license: 'ISC',
3422 silly install resolved scripts: { test: 'node test' },
3422 silly install resolved readme: 'Browser-friendly inheritance fully compatible with standard node.js\n[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).\n\nThis package exports standard `inherits` from node.js `util` module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield](https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule to avoid requiring of `util`. It also has a shim for old\nbrowsers with no `Object.create` support.\n\nWhile keeping you sure you are using standard `inherits`\nimplementation in node.js environment, it allows bundlers such as\n[browserify](https://github.com/substack/node-browserify) to not\ninclude full `util` package to your client code if all you need is\njust `inherits` function. It worth, because browser shim for `util`\npackage is large and `inherits` is often the single function you need\nfrom it.\n\nIt\'s recommended to use this package instead of\n`require(\'util\').inherits` for any code that has chances to be used\nnot only in node.js but in browser too.\n\n## usage\n\n```js\nvar inherits = require(\'inherits\');\n// then use exactly as the standard one\n```\n\n## note on version ~1.0\n\nVersion ~1.0 had completely different motivation and is not compatible\nneither with 2.0 nor with standard node.js `inherits`.\n\nIf you are using version ~1.0 and planning to switch to ~2.0, be\ncareful:\n\n* new version uses `super_` instead of `super` for referencing\n superclass\n* new version overwrites current prototype while old one preserves any\n existing fields on it\n',
3422 silly install resolved readmeFilename: 'README.md',
3422 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' },
3422 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme',
3422 silly install resolved _id: 'inherits@2.0.1',
3422 silly install resolved _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
3422 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
3422 silly install resolved _from: 'inherits@>=2.0.1 <2.1.0' },
3422 silly install resolved { name: 'inflight',
3422 silly install resolved version: '1.0.4',
3422 silly install resolved description: 'Add callbacks to requests in flight to avoid async duplication',
3422 silly install resolved main: 'inflight.js',
3422 silly install resolved dependencies: { once: '^1.3.0', wrappy: '1' },
3422 silly install resolved devDependencies: { tap: '^0.4.10' },
3422 silly install resolved scripts: { test: 'tap test.js' },
3422 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inflight.git' },
3422 silly install resolved author:
3422 silly install resolved { name: 'Isaac Z. Schlueter',
3422 silly install resolved email: 'i@izs.me',
3422 silly install resolved url: 'http://blog.izs.me/' },
3422 silly install resolved bugs: { url: 'https://github.com/isaacs/inflight/issues' },
3422 silly install resolved homepage: 'https://github.com/isaacs/inflight',
3422 silly install resolved license: 'ISC',
3422 silly install resolved readme: '# inflight\n\nAdd callbacks to requests in flight to avoid async duplication\n\n## USAGE\n\n```javascript\nvar inflight = require(\'inflight\')\n\n// some request that does some stuff\nfunction req(key, callback) {\n // key is any random string. like a url or filename or whatever.\n //\n // will return either a falsey value, indicating that the\n // request for this key is already in flight, or a new callback\n // which when called will call all callbacks passed to inflightk\n // with the same key\n callback = inflight(key, callback)\n\n // If we got a falsey value back, then there\'s already a req going\n if (!callback) return\n\n // this is where you\'d fetch the url or whatever\n // callback is also once()-ified, so it can safely be assigned\n // to multiple events etc. First call wins.\n setTimeout(function() {\n callback(null, key)\n }, 100)\n}\n\n// only assigns a single setTimeout\n// when it dings, all cbs get called\nreq(\'foo\', cb1)\nreq(\'foo\', cb2)\nreq(\'foo\', cb3)\nreq(\'foo\', cb4)\n```\n',
3422 silly install resolved readmeFilename: 'README.md',
3422 silly install resolved _id: 'inflight@1.0.4',
3422 silly install resolved _shasum: '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a',
3422 silly install resolved _resolved: 'https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
3422 silly install resolved _from: 'inflight@>=1.0.4 <2.0.0' },
3422 silly install resolved { name: 'once',
3422 silly install resolved version: '1.3.2',
3422 silly install resolved description: 'Run a function exactly one time',
3422 silly install resolved main: 'once.js',
3422 silly install resolved directories: { test: 'test' },
3422 silly install resolved dependencies: { wrappy: '1' },
3422 silly install resolved devDependencies: { tap: '~0.3.0' },
3422 silly install resolved scripts: { test: 'tap test/*.js' },
3422 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/once.git' },
3422 silly install resolved keywords: [ 'once', 'function', 'one', 'single' ],
3422 silly install resolved author:
3422 silly install resolved { name: 'Isaac Z. Schlueter',
3422 silly install resolved email: 'i@izs.me',
3422 silly install resolved url: 'http://blog.izs.me/' },
3422 silly install resolved license: 'ISC',
3422 silly install resolved readme: '# once\n\nOnly call a function once.\n\n## usage\n\n```javascript\nvar once = require(\'once\')\n\nfunction load (file, cb) {\n cb = once(cb)\n loader.load(\'file\')\n loader.once(\'load\', cb)\n loader.once(\'error\', cb)\n}\n```\n\nOr add to the Function.prototype in a responsible way:\n\n```javascript\n// only has to be done once\nrequire(\'once\').proto()\n\nfunction load (file, cb) {\n cb = cb.once()\n loader.load(\'file\')\n loader.once(\'load\', cb)\n loader.once(\'error\', cb)\n}\n```\n\nIronically, the prototype feature makes this module twice as\ncomplicated as necessary.\n\nTo check whether you function has been called, use `fn.called`. Once the\nfunction is called for the first time the return value of the original\nfunction is saved in `fn.value` and subsequent calls will continue to\nreturn this value.\n\n```javascript\nvar once = require(\'once\')\n\nfunction load (cb) {\n cb = once(cb)\n var stream = createStream()\n stream.once(\'data\', cb)\n stream.once(\'end\', function () {\n if (!cb.called) cb(new Error(\'not found\'))\n })\n}\n```\n',
3422 silly install resolved readmeFilename: 'README.md',
3422 silly install resolved bugs: { url: 'https://github.com/isaacs/once/issues' },
3422 silly install resolved homepage: 'https://github.com/isaacs/once#readme',
3422 silly install resolved _id: 'once@1.3.2',
3422 silly install resolved _from: 'once@>=1.3.0 <2.0.0' },
3422 silly install resolved { author:
3422 silly install resolved { name: 'Isaac Z. Schlueter',
3422 silly install resolved email: 'i@izs.me',
3422 silly install resolved url: 'http://blog.izs.me' },
3422 silly install resolved name: 'minimatch',
3422 silly install resolved description: 'a glob matcher in javascript',
3422 silly install resolved version: '2.0.10',
3422 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' },
3422 silly install resolved main: 'minimatch.js',
3422 silly install resolved scripts:
3422 silly install resolved { posttest: 'standard minimatch.js test/*.js',
3422 silly install resolved test: 'tap test/*.js',
3422 silly install resolved prepublish: 'browserify -o browser.js -e minimatch.js -s minimatch --bare' },
3422 silly install resolved engines: { node: '*' },
3422 silly install resolved dependencies: { 'brace-expansion': '^1.0.0' },
3422 silly install resolved devDependencies: { browserify: '^9.0.3', standard: '^3.7.2', tap: '^1.2.0' },
3422 silly install resolved license: 'ISC',
3422 silly install resolved files: [ 'minimatch.js', 'browser.js' ],
3422 silly install resolved gitHead: '6afb85f0c324b321f76a38df81891e562693e257',
3422 silly install resolved bugs: { url: 'https://github.com/isaacs/minimatch/issues' },
3422 silly install resolved homepage: 'https://github.com/isaacs/minimatch#readme',
3422 silly install resolved _id: 'minimatch@2.0.10',
3422 silly install resolved _shasum: '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7',
3422 silly install resolved _from: 'minimatch@>=2.0.1 <3.0.0',
3422 silly install resolved _npmVersion: '3.1.0',
3422 silly install resolved _nodeVersion: '2.2.1',
3422 silly install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
3422 silly install resolved dist:
3422 silly install resolved { shasum: '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7',
3422 silly install resolved tarball: 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz' },
3422 silly install resolved maintainers: [ [Object] ],
3422 silly install resolved directories: {},
3422 silly install resolved _resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
3422 silly install resolved readme: 'ERROR: No README data found!' },
3422 silly install resolved { name: 'path-is-absolute',
3422 silly install resolved version: '1.0.0',
3422 silly install resolved description: 'Node.js 0.12 path.isAbsolute() ponyfill',
3422 silly install resolved license: 'MIT',
3422 silly install resolved repository:
3422 silly install resolved { type: 'git',
3422 silly install resolved url: 'git+https://github.com/sindresorhus/path-is-absolute.git' },
3422 silly install resolved author:
3422 silly install resolved { name: 'Sindre Sorhus',
3422 silly install resolved email: 'sindresorhus@gmail.com',
3422 silly install resolved url: 'sindresorhus.com' },
3422 silly install resolved engines: { node: '>=0.10.0' },
3422 silly install resolved scripts: { test: 'node test.js' },
3422 silly install resolved files: [ 'index.js' ],
3422 silly install resolved keywords:
3422 silly install resolved [ 'path',
3422 silly install resolved 'paths',
3422 silly install resolved 'file',
3422 silly install resolved 'dir',
3422 silly install resolved 'absolute',
3422 silly install resolved 'isabsolute',
3422 silly install resolved 'is-absolute',
3422 silly install resolved 'built-in',
3422 silly install resolved 'util',
3422 silly install resolved 'utils',
3422 silly install resolved 'core',
3422 silly install resolved 'ponyfill',
3422 silly install resolved 'polyfill',
3422 silly install resolved 'shim',
3422 silly install resolved 'is',
3422 silly install resolved 'detect',
3422 silly install resolved 'check' ],
3422 silly install resolved readme: '# path-is-absolute [![Build Status](https://travis-ci.org/sindresorhus/path-is-absolute.svg?branch=master)](https://travis-ci.org/sindresorhus/path-is-absolute)\n\n> Node.js 0.12 [`path.isAbsolute()`](http://nodejs.org/api/path.html#path_path_isabsolute_path) ponyfill\n\n> Ponyfill: A polyfill that doesn\'t overwrite the native method\n\n\n## Install\n\n```\n$ npm install --save path-is-absolute\n```\n\n\n## Usage\n\n```js\nvar pathIsAbsolute = require(\'path-is-absolute\');\n\n// Linux\npathIsAbsolute(\'/home/foo\');\n//=> true\n\n// Windows\npathIsAbsolute(\'C:/Users/\');\n//=> true\n\n// Any OS\npathIsAbsolute.posix(\'/home/foo\');\n//=> true\n```\n\n\n## API\n\nSee the [`path.isAbsolute()` docs](http://nodejs.org/api/path.html#path_path_isabsolute_path).\n\n### pathIsAbsolute(path)\n\n### pathIsAbsolute.posix(path)\n\nThe Posix specific version.\n\n### pathIsAbsolute.win32(path)\n\nThe Windows specific version.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n',
3422 silly install resolved readmeFilename: 'readme.md',
3422 silly install resolved bugs: { url: 'https://github.com/sindresorhus/path-is-absolute/issues' },
3422 silly install resolved homepage: 'https://github.com/sindresorhus/path-is-absolute#readme',
3422 silly install resolved _id: 'path-is-absolute@1.0.0',
3422 silly install resolved _from: 'path-is-absolute@>=1.0.0 <2.0.0' } ]
3423 info install inherits@2.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
3424 info install inflight@1.0.4 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
3425 info install once@1.3.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
3426 info install minimatch@2.0.10 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
3427 info install path-is-absolute@1.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob
3428 info installOne inherits@2.0.1
3429 verbose installOne of inherits to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob not in flight; installing
3430 info installOne inflight@1.0.4
3431 verbose installOne of inflight to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob not in flight; installing
3432 info installOne once@1.3.2
3433 verbose installOne of once to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob not in flight; installing
3434 info installOne minimatch@2.0.10
3435 verbose installOne of minimatch to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob not in flight; installing
3436 info installOne path-is-absolute@1.0.0
3437 verbose installOne of path-is-absolute to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob not in flight; installing
3438 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\hawk\3.1.0\package\package.json written
3439 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isstream\0.1.2\package\package.json written
3440 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package\package.json written
3441 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\bl\1.0.0\package\package.json written
3442 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package\package.json written
3443 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\node-uuid\1.4.3\package\package.json written
3444 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\har-validator\1.8.0\package\package.json written
3445 silly install resolved [ { name: 'caseless',
3445 silly install resolved version: '0.11.0',
3445 silly install resolved description: 'Caseless object set/get/has, very useful when working with HTTP headers.',
3445 silly install resolved main: 'index.js',
3445 silly install resolved scripts: { test: 'node test.js' },
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/mikeal/caseless.git' },
3445 silly install resolved keywords: [ 'headers', 'http', 'caseless' ],
3445 silly install resolved test: 'node test.js',
3445 silly install resolved author: { name: 'Mikeal Rogers', email: 'mikeal.rogers@gmail.com' },
3445 silly install resolved license: 'Apache-2.0',
3445 silly install resolved bugs: { url: 'https://github.com/mikeal/caseless/issues' },
3445 silly install resolved devDependencies: { tape: '^2.10.2' },
3445 silly install resolved gitHead: 'c578232a02cc2b46b6da8851caf57fdbfac89ff5',
3445 silly install resolved homepage: 'https://github.com/mikeal/caseless#readme',
3445 silly install resolved _id: 'caseless@0.11.0',
3445 silly install resolved _shasum: '715b96ea9841593cc33067923f5ec60ebda4f7d7',
3445 silly install resolved _from: 'caseless@>=0.11.0 <0.12.0',
3445 silly install resolved _npmVersion: '2.8.3',
3445 silly install resolved _nodeVersion: '1.8.1',
3445 silly install resolved _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: '715b96ea9841593cc33067923f5ec60ebda4f7d7',
3445 silly install resolved tarball: 'http://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Mikeal Rogers',
3445 silly install resolved email: 'mikeal.rogers@gmail.com',
3445 silly install resolved url: 'http://www.futurealoof.com' },
3445 silly install resolved name: 'forever-agent',
3445 silly install resolved description: 'HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.',
3445 silly install resolved version: '0.6.1',
3445 silly install resolved license: 'Apache-2.0',
3445 silly install resolved repository: { url: 'git+https://github.com/mikeal/forever-agent.git' },
3445 silly install resolved main: 'index.js',
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies: {},
3445 silly install resolved optionalDependencies: {},
3445 silly install resolved engines: { node: '*' },
3445 silly install resolved readme: 'forever-agent\n=============\n\nHTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.\n',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved bugs: { url: 'https://github.com/mikeal/forever-agent/issues' },
3445 silly install resolved homepage: 'https://github.com/mikeal/forever-agent#readme',
3445 silly install resolved _id: 'forever-agent@0.6.1',
3445 silly install resolved _from: 'forever-agent@>=0.6.0 <0.7.0' },
3445 silly install resolved { name: 'extend',
3445 silly install resolved author:
3445 silly install resolved { name: 'Stefan Thomas',
3445 silly install resolved email: 'justmoon@members.fsf.org',
3445 silly install resolved url: 'http://www.justmoon.net' },
3445 silly install resolved version: '3.0.0',
3445 silly install resolved description: 'Port of jQuery.extend for node.js and the browser',
3445 silly install resolved main: 'index',
3445 silly install resolved scripts:
3445 silly install resolved { test: 'npm run lint && node test/index.js && npm run coverage-quiet',
3445 silly install resolved coverage: 'covert test/index.js',
3445 silly install resolved 'coverage-quiet': 'covert test/index.js --quiet',
3445 silly install resolved lint: 'npm run jscs && npm run eslint',
3445 silly install resolved jscs: 'jscs *.js */*.js',
3445 silly install resolved eslint: 'eslint *.js */*.js' },
3445 silly install resolved contributors: [ [Object] ],
3445 silly install resolved keywords: [ 'extend', 'clone', 'merge' ],
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/justmoon/node-extend.git' },
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies:
3445 silly install resolved { tape: '^4.0.0',
3445 silly install resolved covert: '^1.1.0',
3445 silly install resolved jscs: '^1.13.1',
3445 silly install resolved eslint: '^0.24.0' },
3445 silly install resolved license: 'MIT',
3445 silly install resolved gitHead: '148e7270cab2e9413af2cd0cab147070d755ed6d',
3445 silly install resolved bugs: { url: 'https://github.com/justmoon/node-extend/issues' },
3445 silly install resolved homepage: 'https://github.com/justmoon/node-extend#readme',
3445 silly install resolved _id: 'extend@3.0.0',
3445 silly install resolved _shasum: '5a474353b9f3353ddd8176dfd37b91c83a46f1d4',
3445 silly install resolved _from: 'extend@>=3.0.0 <3.1.0',
3445 silly install resolved _npmVersion: '2.11.3',
3445 silly install resolved _nodeVersion: '2.3.1',
3445 silly install resolved _npmUser: { name: 'ljharb', email: 'ljharb@gmail.com' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: '5a474353b9f3353ddd8176dfd37b91c83a46f1d4',
3445 silly install resolved tarball: 'http://registry.npmjs.org/extend/-/extend-3.0.0.tgz' },
3445 silly install resolved maintainers: [ [Object], [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/extend/-/extend-3.0.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Felix Geisendörfer',
3445 silly install resolved email: 'felix@debuggable.com',
3445 silly install resolved url: 'http://debuggable.com/' },
3445 silly install resolved name: 'form-data',
3445 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.',
3445 silly install resolved version: '1.0.0-rc2',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git://github.com/felixge/node-form-data.git' },
3445 silly install resolved main: './lib/form_data',
3445 silly install resolved browser: './lib/browser',
3445 silly install resolved scripts: { test: 'node test/run.js' },
3445 silly install resolved engines: { node: '>= 0.10' },
3445 silly install resolved dependencies:
3445 silly install resolved { async: '^1.2.1',
3445 silly install resolved 'combined-stream': '^1.0.3',
3445 silly install resolved 'mime-types': '^2.1.1' },
3445 silly install resolved license: 'MIT',
3445 silly install resolved devDependencies:
3445 silly install resolved { fake: '^0.2.2',
3445 silly install resolved far: '^0.0.7',
3445 silly install resolved formidable: '^1.0.17',
3445 silly install resolved request: '^2.57.0' },
3445 silly install resolved gitHead: '9f29fefe9633f3adae72d6416fd6822c060ff6b6',
3445 silly install resolved bugs: { url: 'https://github.com/felixge/node-form-data/issues' },
3445 silly install resolved homepage: 'https://github.com/felixge/node-form-data#readme',
3445 silly install resolved _id: 'form-data@1.0.0-rc2',
3445 silly install resolved _shasum: '5bc9c9b3dd3dec1977b0abf58790192081d95235',
3445 silly install resolved _from: 'form-data@>=1.0.0-rc1 <1.1.0',
3445 silly install resolved _npmVersion: '2.10.1',
3445 silly install resolved _nodeVersion: '0.12.4',
3445 silly install resolved _npmUser: { name: 'alexindigo', email: 'iam@alexindigo.com' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: '5bc9c9b3dd3dec1977b0abf58790192081d95235',
3445 silly install resolved tarball: 'http://registry.npmjs.org/form-data/-/form-data-1.0.0-rc2.tgz' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc2.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'qs',
3445 silly install resolved version: '4.0.0',
3445 silly install resolved description: 'A querystring parser that supports nesting and arrays, with a depth limit',
3445 silly install resolved homepage: 'https://github.com/hapijs/qs',
3445 silly install resolved main: 'lib/index.js',
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies: { browserify: '^10.2.1', code: '1.x.x', lab: '5.x.x' },
3445 silly install resolved scripts:
3445 silly install resolved { test: 'lab -a code -t 100 -L',
3445 silly install resolved 'test-cov-html': 'lab -a code -r html -o coverage.html',
3445 silly install resolved dist: 'browserify --standalone Qs lib/index.js > dist/qs.js' },
3445 silly install resolved repository: { type: 'git', url: 'git+https://github.com/hapijs/qs.git' },
3445 silly install resolved keywords: [ 'querystring', 'qs' ],
3445 silly install resolved license: 'BSD-3-Clause',
3445 silly install resolved gitHead: 'e573dd08eae6cce30d2202704691a102dfa3782a',
3445 silly install resolved bugs: { url: 'https://github.com/hapijs/qs/issues' },
3445 silly install resolved _id: 'qs@4.0.0',
3445 silly install resolved _shasum: 'c31d9b74ec27df75e543a86c78728ed8d4623607',
3445 silly install resolved _from: 'qs@>=4.0.0 <4.1.0',
3445 silly install resolved _npmVersion: '2.12.0',
3445 silly install resolved _nodeVersion: '0.12.4',
3445 silly install resolved _npmUser: { name: 'nlf', email: 'quitlahok@gmail.com' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: 'c31d9b74ec27df75e543a86c78728ed8d4623607',
3445 silly install resolved tarball: 'http://registry.npmjs.org/qs/-/qs-4.0.0.tgz' },
3445 silly install resolved maintainers: [ [Object], [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/qs/-/qs-4.0.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'http-signature',
3445 silly install resolved description: 'Reference implementation of Joyent\'s HTTP Signature scheme.',
3445 silly install resolved version: '0.11.0',
3445 silly install resolved license: 'MIT',
3445 silly install resolved author: { name: 'Joyent, Inc' },
3445 silly install resolved contributors: [ [Object], [Object], [Object] ],
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git://github.com/joyent/node-http-signature.git' },
3445 silly install resolved homepage: 'https://github.com/joyent/node-http-signature/',
3445 silly install resolved bugs: { url: 'https://github.com/joyent/node-http-signature/issues' },
3445 silly install resolved keywords: [ 'https', 'request' ],
3445 silly install resolved engines: { node: '>=0.8' },
3445 silly install resolved main: 'lib/index.js',
3445 silly install resolved scripts: { test: 'tap test/*.js' },
3445 silly install resolved dependencies: { 'assert-plus': '^0.1.5', asn1: '0.1.11', ctype: '0.5.3' },
3445 silly install resolved devDependencies: { 'node-uuid': '^1.4.1', tap: '0.4.2' },
3445 silly install resolved _id: 'http-signature@0.11.0',
3445 silly install resolved _shasum: '1796cf67a001ad5cd6849dca0991485f09089fe6',
3445 silly install resolved _resolved: 'https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz',
3445 silly install resolved _from: 'http-signature@>=0.11.0 <0.12.0',
3445 silly install resolved _npmVersion: '2.5.1',
3445 silly install resolved _nodeVersion: '0.10.36',
3445 silly install resolved _npmUser: { name: 'pfmooney', email: 'patrick.f.mooney@gmail.com' },
3445 silly install resolved maintainers: [ [Object], [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: '1796cf67a001ad5cd6849dca0991485f09089fe6',
3445 silly install resolved tarball: 'http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Mikeal Rogers',
3445 silly install resolved email: 'mikeal.rogers@gmail.com',
3445 silly install resolved url: 'http://www.futurealoof.com' },
3445 silly install resolved name: 'oauth-sign',
3445 silly install resolved description: 'OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.',
3445 silly install resolved version: '0.8.0',
3445 silly install resolved license: 'Apache-2.0',
3445 silly install resolved repository: { url: 'git+https://github.com/mikeal/oauth-sign.git' },
3445 silly install resolved main: 'index.js',
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies: {},
3445 silly install resolved optionalDependencies: {},
3445 silly install resolved engines: { node: '*' },
3445 silly install resolved scripts: { test: 'node test.js' },
3445 silly install resolved gitHead: 'e1f2b42ff039901ce977f8e81918767d97d496b5',
3445 silly install resolved bugs: { url: 'https://github.com/mikeal/oauth-sign/issues' },
3445 silly install resolved homepage: 'https://github.com/mikeal/oauth-sign#readme',
3445 silly install resolved _id: 'oauth-sign@0.8.0',
3445 silly install resolved _shasum: '938fdc875765ba527137d8aec9d178e24debc553',
3445 silly install resolved _from: 'oauth-sign@>=0.8.0 <0.9.0',
3445 silly install resolved _npmVersion: '2.10.1',
3445 silly install resolved _nodeVersion: '0.12.4',
3445 silly install resolved _npmUser: { name: 'simov', email: 'simeonvelichkov@gmail.com' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: '938fdc875765ba527137d8aec9d178e24debc553',
3445 silly install resolved tarball: 'http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'json-stringify-safe',
3445 silly install resolved version: '5.0.1',
3445 silly install resolved description: 'Like JSON.stringify, but doesn\'t blow up on circular refs.',
3445 silly install resolved keywords: [ 'json', 'stringify', 'circular', 'safe' ],
3445 silly install resolved homepage: 'https://github.com/isaacs/json-stringify-safe',
3445 silly install resolved bugs: { url: 'https://github.com/isaacs/json-stringify-safe/issues' },
3445 silly install resolved author:
3445 silly install resolved { name: 'Isaac Z. Schlueter',
3445 silly install resolved email: 'i@izs.me',
3445 silly install resolved url: 'http://blog.izs.me' },
3445 silly install resolved contributors: [ [Object] ],
3445 silly install resolved license: 'ISC',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git://github.com/isaacs/json-stringify-safe.git' },
3445 silly install resolved main: 'stringify.js',
3445 silly install resolved scripts: { test: 'node test.js' },
3445 silly install resolved devDependencies:
3445 silly install resolved { mocha: '>= 2.1.0 < 3',
3445 silly install resolved must: '>= 0.12 < 0.13',
3445 silly install resolved sinon: '>= 1.12.2 < 2' },
3445 silly install resolved readme: '# json-stringify-safe\n\nLike JSON.stringify, but doesn\'t throw on circular references.\n\n## Usage\n\nTakes the same arguments as `JSON.stringify`.\n\n```javascript\nvar stringify = require(\'json-stringify-safe\');\nvar circularObj = {};\ncircularObj.circularRef = circularObj;\ncircularObj.list = [ circularObj, circularObj ];\nconsole.log(stringify(circularObj, null, 2));\n```\n\nOutput:\n\n```json\n{\n "circularRef": "[Circular]",\n "list": [\n "[Circular]",\n "[Circular]"\n ]\n}\n```\n\n## Details\n\n```\nstringify(obj, serializer, indent, decycler)\n```\n\nThe first three arguments are the same as to JSON.stringify. The last\nis an argument that\'s only used when the object has been seen already.\n\nThe default `decycler` function returns the string `\'[Circular]\'`.\nIf, for example, you pass in `function(k,v){}` (return nothing) then it\nwill prune cycles. If you pass in `function(k,v){ return {foo: \'bar\'}}`,\nthen cyclical objects will always be represented as `{"foo":"bar"}` in\nthe result.\n\n```\nstringify.getSerialize(serializer, decycler)\n```\n\nReturns a serializer that can be used elsewhere. This is the actual\nfunction that\'s passed to JSON.stringify.\n\n**Note** that the function returned from `getSerialize` is stateful for now, so\ndo **not** use it more than once.\n',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved _id: 'json-stringify-safe@5.0.1',
3445 silly install resolved _from: 'json-stringify-safe@>=5.0.0 <5.1.0' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Mikeal Rogers',
3445 silly install resolved email: 'mikeal.rogers@gmail.com',
3445 silly install resolved url: 'http://www.futurealoof.com' },
3445 silly install resolved name: 'aws-sign2',
3445 silly install resolved description: 'AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.',
3445 silly install resolved version: '0.5.0',
3445 silly install resolved repository: { url: 'git+https://github.com/mikeal/aws-sign.git' },
3445 silly install resolved main: 'index.js',
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies: {},
3445 silly install resolved optionalDependencies: {},
3445 silly install resolved engines: { node: '*' },
3445 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',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved bugs: { url: 'https://github.com/mikeal/aws-sign/issues' },
3445 silly install resolved homepage: 'https://github.com/mikeal/aws-sign#readme',
3445 silly install resolved _id: 'aws-sign2@0.5.0',
3445 silly install resolved _from: 'aws-sign2@>=0.5.0 <0.6.0' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Felix Geisendörfer',
3445 silly install resolved email: 'felix@debuggable.com',
3445 silly install resolved url: 'http://debuggable.com/' },
3445 silly install resolved name: 'combined-stream',
3445 silly install resolved description: 'A stream that emits multiple other streams one after another.',
3445 silly install resolved version: '1.0.5',
3445 silly install resolved homepage: 'https://github.com/felixge/node-combined-stream',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git://github.com/felixge/node-combined-stream.git' },
3445 silly install resolved main: './lib/combined_stream',
3445 silly install resolved scripts: { test: 'node test/run.js' },
3445 silly install resolved engines: { node: '>= 0.8' },
3445 silly install resolved dependencies: { 'delayed-stream': '~1.0.0' },
3445 silly install resolved devDependencies: { far: '~0.0.7' },
3445 silly install resolved license: 'MIT',
3445 silly install resolved gitHead: 'cfc7b815d090a109bcedb5bb0f6713148d55a6b7',
3445 silly install resolved bugs: { url: 'https://github.com/felixge/node-combined-stream/issues' },
3445 silly install resolved _id: 'combined-stream@1.0.5',
3445 silly install resolved _shasum: '938370a57b4a51dea2c77c15d5c5fdf895164009',
3445 silly install resolved _from: 'combined-stream@>=1.0.1 <1.1.0',
3445 silly install resolved _npmVersion: '2.10.1',
3445 silly install resolved _nodeVersion: '0.12.4',
3445 silly install resolved _npmUser: { name: 'alexindigo', email: 'iam@alexindigo.com' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: '938370a57b4a51dea2c77c15d5c5fdf895164009',
3445 silly install resolved tarball: 'http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'stringstream',
3445 silly install resolved version: '0.0.4',
3445 silly install resolved description: 'Encode and decode streams into string streams',
3445 silly install resolved author:
3445 silly install resolved { name: 'Michael Hart',
3445 silly install resolved email: 'michael.hart.au@gmail.com',
3445 silly install resolved url: 'http://github.com/mhart' },
3445 silly install resolved main: 'stringstream.js',
3445 silly install resolved keywords: [ 'string', 'stream', 'base64', 'gzip' ],
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/mhart/StringStream.git' },
3445 silly install resolved license: 'MIT',
3445 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',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved bugs: { url: 'https://github.com/mhart/StringStream/issues' },
3445 silly install resolved homepage: 'https://github.com/mhart/StringStream#readme',
3445 silly install resolved _id: 'stringstream@0.0.4',
3445 silly install resolved _from: 'stringstream@>=0.0.4 <0.1.0' },
3445 silly install resolved { name: 'mime-types',
3445 silly install resolved description: 'The ultimate javascript content-type utility.',
3445 silly install resolved version: '2.1.3',
3445 silly install resolved contributors: [ [Object], [Object], [Object] ],
3445 silly install resolved license: 'MIT',
3445 silly install resolved keywords: [ 'mime', 'types' ],
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/jshttp/mime-types.git' },
3445 silly install resolved dependencies: { 'mime-db': '~1.15.0' },
3445 silly install resolved devDependencies: { istanbul: '0.3.17', mocha: '~1.21.5' },
3445 silly install resolved files: [ 'HISTORY.md', 'LICENSE', 'index.js' ],
3445 silly install resolved engines: { node: '>= 0.6' },
3445 silly install resolved scripts:
3445 silly install resolved { test: 'mocha --reporter spec test/test.js',
3445 silly install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js',
3445 silly install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js' },
3445 silly install resolved gitHead: '565c49ad5683d4a123a170da3444ed32ce426c3a',
3445 silly install resolved bugs: { url: 'https://github.com/jshttp/mime-types/issues' },
3445 silly install resolved homepage: 'https://github.com/jshttp/mime-types',
3445 silly install resolved _id: 'mime-types@2.1.3',
3445 silly install resolved _shasum: 'f259849c7eb1f85b8f5f826187278a7f74f0c966',
3445 silly install resolved _from: 'mime-types@>=2.1.2 <2.2.0',
3445 silly install resolved _npmVersion: '1.4.28',
3445 silly install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: 'f259849c7eb1f85b8f5f826187278a7f74f0c966',
3445 silly install resolved tarball: 'http://registry.npmjs.org/mime-types/-/mime-types-2.1.3.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/mime-types/-/mime-types-2.1.3.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'hawk',
3445 silly install resolved description: 'HTTP Hawk Authentication Scheme',
3445 silly install resolved version: '3.1.0',
3445 silly install resolved author:
3445 silly install resolved { name: 'Eran Hammer',
3445 silly install resolved email: 'eran@hammer.io',
3445 silly install resolved url: 'http://hueniverse.com' },
3445 silly install resolved contributors: [],
3445 silly install resolved repository: { type: 'git', url: 'git://github.com/hueniverse/hawk.git' },
3445 silly install resolved main: 'lib/index.js',
3445 silly install resolved keywords: [ 'http', 'authentication', 'scheme', 'hawk' ],
3445 silly install resolved engines: { node: '>=0.10.32' },
3445 silly install resolved browser: './lib/browser.js',
3445 silly install resolved dependencies:
3445 silly install resolved { hoek: '2.x.x',
3445 silly install resolved boom: '^2.8.x',
3445 silly install resolved cryptiles: '2.x.x',
3445 silly install resolved sntp: '1.x.x' },
3445 silly install resolved devDependencies: { code: '1.x.x', lab: '5.x.x' },
3445 silly install resolved scripts:
3445 silly install resolved { test: 'lab -a code -t 100 -L',
3445 silly install resolved 'test-cov-html': 'lab -a code -r html -o coverage.html' },
3445 silly install resolved license: 'BSD-3-Clause',
3445 silly install resolved gitHead: 'fdb9d05e383d5237631eaddc4f51422e54fa8b52',
3445 silly install resolved bugs: { url: 'https://github.com/hueniverse/hawk/issues' },
3445 silly install resolved homepage: 'https://github.com/hueniverse/hawk#readme',
3445 silly install resolved _id: 'hawk@3.1.0',
3445 silly install resolved _shasum: '8a13ae19977ec607602f3f0b9fd676f18c384e44',
3445 silly install resolved _from: 'hawk@>=3.1.0 <3.2.0',
3445 silly install resolved _npmVersion: '2.10.0',
3445 silly install resolved _nodeVersion: '0.10.38',
3445 silly install resolved _npmUser: { name: 'hueniverse', email: 'eran@hammer.io' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: '8a13ae19977ec607602f3f0b9fd676f18c384e44',
3445 silly install resolved tarball: 'http://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz' },
3445 silly install resolved maintainers: [ [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'isstream',
3445 silly install resolved version: '0.1.2',
3445 silly install resolved description: 'Determine if an object is a Stream',
3445 silly install resolved main: 'isstream.js',
3445 silly install resolved scripts: { test: 'tar --xform \'s/^package/readable-stream-1.0/\' -zxf readable-stream-1.0.*.tgz && tar --xform \'s/^package/readable-stream-1.1/\' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/' },
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/rvagg/isstream.git' },
3445 silly install resolved keywords: [ 'stream', 'type', 'streams', 'readable-stream', 'hippo' ],
3445 silly install resolved devDependencies:
3445 silly install resolved { tape: '~2.12.3',
3445 silly install resolved 'core-util-is': '~1.0.0',
3445 silly install resolved isarray: '0.0.1',
3445 silly install resolved string_decoder: '~0.10.x',
3445 silly install resolved inherits: '~2.0.1' },
3445 silly install resolved author: { name: 'Rod Vagg', email: 'rod@vagg.org' },
3445 silly install resolved license: 'MIT',
3445 silly install resolved bugs: { url: 'https://github.com/rvagg/isstream/issues' },
3445 silly install resolved homepage: 'https://github.com/rvagg/isstream',
3445 silly install resolved readme: '# isStream\n\n[![Build Status](https://secure.travis-ci.org/rvagg/isstream.png)](http://travis-ci.org/rvagg/isstream)\n\n**Test if an object is a `Stream`**\n\n[![NPM](https://nodei.co/npm/isstream.svg)](https://nodei.co/npm/isstream/)\n\nThe missing `Stream.isStream(obj)`: determine if an object is standard Node.js `Stream`. Works for Node-core `Stream` objects (for 0.8, 0.10, 0.11, and in theory, older and newer versions) and all versions of **[readable-stream](https://github.com/isaacs/readable-stream)**.\n\n## Usage:\n\n```js\nvar isStream = require(\'isstream\')\nvar Stream = require(\'stream\')\n\nisStream(new Stream()) // true\n\nisStream({}) // false\n\nisStream(new Stream.Readable()) // true\nisStream(new Stream.Writable()) // true\nisStream(new Stream.Duplex()) // true\nisStream(new Stream.Transform()) // true\nisStream(new Stream.PassThrough()) // true\n```\n\n## But wait! There\'s more!\n\nYou can also test for `isReadable(obj)`, `isWritable(obj)` and `isDuplex(obj)` to test for implementations of Streams2 (and Streams3) base classes.\n\n```js\nvar isReadable = require(\'isstream\').isReadable\nvar isWritable = require(\'isstream\').isWritable\nvar isDuplex = require(\'isstream\').isDuplex\nvar Stream = require(\'stream\')\n\nisReadable(new Stream()) // false\nisWritable(new Stream()) // false\nisDuplex(new Stream()) // false\n\nisReadable(new Stream.Readable()) // true\nisReadable(new Stream.Writable()) // false\nisReadable(new Stream.Duplex()) // true\nisReadable(new Stream.Transform()) // true\nisReadable(new Stream.PassThrough()) // true\n\nisWritable(new Stream.Readable()) // false\nisWritable(new Stream.Writable()) // true\nisWritable(new Stream.Duplex()) // true\nisWritable(new Stream.Transform()) // true\nisWritable(new Stream.PassThrough()) // true\n\nisDuplex(new Stream.Readable()) // false\nisDuplex(new Stream.Writable()) // false\nisDuplex(new Stream.Duplex()) // true\nisDuplex(new Stream.Transform()) // true\nisDuplex(new Stream.PassThrough()) // true\n```\n\n*Reminder: when implementing your own streams, please [use **readable-stream** rather than core streams](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html).*\n\n\n## License\n\n**isStream** is Copyright (c) 2015 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.\n',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved _id: 'isstream@0.1.2',
3445 silly install resolved _from: 'isstream@>=0.1.1 <0.2.0' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Mikeal Rogers',
3445 silly install resolved email: 'mikeal.rogers@gmail.com',
3445 silly install resolved url: 'http://www.futurealoof.com' },
3445 silly install resolved name: 'tunnel-agent',
3445 silly install resolved description: 'HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.',
3445 silly install resolved version: '0.4.1',
3445 silly install resolved repository: { url: 'git+https://github.com/mikeal/tunnel-agent.git' },
3445 silly install resolved main: 'index.js',
3445 silly install resolved dependencies: {},
3445 silly install resolved devDependencies: {},
3445 silly install resolved optionalDependencies: {},
3445 silly install resolved engines: { node: '*' },
3445 silly install resolved gitHead: '912a7a6d00e10ec76baf9c9369de280fa5badef3',
3445 silly install resolved bugs: { url: 'https://github.com/mikeal/tunnel-agent/issues' },
3445 silly install resolved homepage: 'https://github.com/mikeal/tunnel-agent#readme',
3445 silly install resolved _id: 'tunnel-agent@0.4.1',
3445 silly install resolved scripts: {},
3445 silly install resolved _shasum: 'bbeecff4d679ce753db9462761a88dfcec3c5ab3',
3445 silly install resolved _from: 'tunnel-agent@>=0.4.0 <0.5.0',
3445 silly install resolved _npmVersion: '2.11.2',
3445 silly install resolved _nodeVersion: '0.12.5',
3445 silly install resolved _npmUser: { name: 'simov', email: 'simeonvelichkov@gmail.com' },
3445 silly install resolved dist:
3445 silly install resolved { shasum: 'bbeecff4d679ce753db9462761a88dfcec3c5ab3',
3445 silly install resolved tarball: 'http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz' },
3445 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { name: 'bl',
3445 silly install resolved version: '1.0.0',
3445 silly install resolved description: 'Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!',
3445 silly install resolved main: 'bl.js',
3445 silly install resolved scripts:
3445 silly install resolved { test: 'node test/test.js | faucet',
3445 silly install resolved 'test-local': 'brtapsauce-local test/basic-test.js' },
3445 silly install resolved repository: { type: 'git', url: 'git+https://github.com/rvagg/bl.git' },
3445 silly install resolved homepage: 'https://github.com/rvagg/bl',
3445 silly install resolved authors:
3445 silly install resolved [ 'Rod Vagg <rod@vagg.org> (https://github.com/rvagg)',
3445 silly install resolved 'Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)',
3445 silly install resolved 'Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)' ],
3445 silly install resolved keywords: [ 'buffer', 'buffers', 'stream', 'awesomesauce' ],
3445 silly install resolved license: 'MIT',
3445 silly install resolved dependencies: { 'readable-stream': '~2.0.0' },
3445 silly install resolved devDependencies:
3445 silly install resolved { tape: '~2.12.3',
3445 silly install resolved hash_file: '~0.1.1',
3445 silly install resolved faucet: '~0.0.1',
3445 silly install resolved brtapsauce: '~0.3.0' },
3445 silly install resolved gitHead: '1794938be6697a6d1e02cd942a4eea59b353347a',
3445 silly install resolved bugs: { url: 'https://github.com/rvagg/bl/issues' },
3445 silly install resolved _id: 'bl@1.0.0',
3445 silly install resolved _shasum: 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5',
3445 silly install resolved _from: 'bl@>=1.0.0 <1.1.0',
3445 silly install resolved _npmVersion: '2.9.0',
3445 silly install resolved _nodeVersion: '2.0.1-nightly20150618d2e4e03444',
3445 silly install resolved _npmUser: { name: 'rvagg', email: 'rod@vagg.org' },
3445 silly install resolved maintainers: [ [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: 'ada9a8a89a6d7ac60862f7dec7db207873e0c3f5',
3445 silly install resolved tarball: 'http://registry.npmjs.org/bl/-/bl-1.0.0.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/bl/-/bl-1.0.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' },
3445 silly install resolved { author:
3445 silly install resolved { name: 'Jeremy Stashewsky',
3445 silly install resolved email: 'jstashewsky@salesforce.com' },
3445 silly install resolved license: 'BSD-3-Clause',
3445 silly install resolved name: 'tough-cookie',
3445 silly install resolved description: 'RFC6265 Cookies and Cookie Jar for node.js',
3445 silly install resolved keywords:
3445 silly install resolved [ 'HTTP',
3445 silly install resolved 'cookie',
3445 silly install resolved 'cookies',
3445 silly install resolved 'set-cookie',
3445 silly install resolved 'cookiejar',
3445 silly install resolved 'jar',
3445 silly install resolved 'RFC6265',
3445 silly install resolved 'RFC2965' ],
3445 silly install resolved version: '2.0.0',
3445 silly install resolved homepage: 'https://github.com/SalesforceEng/tough-cookie',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git://github.com/SalesforceEng/tough-cookie.git' },
3445 silly install resolved bugs: { url: 'https://github.com/SalesforceEng/tough-cookie/issues' },
3445 silly install resolved main: './lib/cookie',
3445 silly install resolved scripts: { test: 'vows test/*_test.js' },
3445 silly install resolved engines: { node: '>=0.10.0' },
3445 silly install resolved devDependencies: { vows: '0.7.0', async: '>=0.1.12' },
3445 silly install resolved readme: '[RFC6265](https://tools.ietf.org/html/rfc6265) Cookies and CookieJar for Node.js\n\n[![Build Status](https://travis-ci.org/SalesforceEng/tough-cookie.png?branch=master)](https://travis-ci.org/SalesforceEng/tough-cookie)\n\n[![NPM Stats](https://nodei.co/npm/tough-cookie.png?downloads=true&stars=true)](https://npmjs.org/package/tough-cookie)\n![NPM Downloads](https://nodei.co/npm-dl/tough-cookie.png?months=9)\n\n# Synopsis\n\n``` javascript\nvar tough = require(\'tough-cookie\');\nvar Cookie = tough.Cookie;\nvar cookie = Cookie.parse(header);\ncookie.value = \'somethingdifferent\';\nheader = cookie.toString();\n\nvar cookiejar = new tough.CookieJar();\ncookiejar.setCookie(cookie, \'http://currentdomain.example.com/path\', cb);\n// ...\ncookiejar.getCookies(\'http://example.com/otherpath\',function(err,cookies) {\n res.headers[\'cookie\'] = cookies.join(\'; \');\n});\n```\n\n# Installation\n\nIt\'s _so_ easy!\n\n`npm install tough-cookie`\n\nWhy the name? NPM modules `cookie`, `cookies` and `cookiejar` were already taken.\n\n# API\n\n## tough\n\nFunctions on the module you get from `require(\'tough-cookie\')`. All can be used as pure functions and don\'t need to be "bound".\n\n**Note**: prior to 1.0.x, several of these functions took a `strict` parameter. This has since been removed from the API as it was no longer necessary.\n\n### `parseDate(string)`\n\nParse a cookie date string into a `Date`. Parses according to RFC6265 Section 5.1.1, not `Date.parse()`.\n\n### `formatDate(date)`\n\nFormat a Date into a RFC1123 string (the RFC6265-recommended format).\n\n### `canonicalDomain(str)`\n\nTransforms a domain-name into a canonical domain-name. The canonical domain-name is a trimmed, lowercased, stripped-of-leading-dot and optionally punycode-encoded domain-name (Section 5.1.2 of RFC6265). For the most part, this function is idempotent (can be run again on its output without ill effects).\n\n### `domainMatch(str,domStr[,canonicalize=true])`\n\nAnswers "does this real domain match the domain in a cookie?". The `str` is the "current" domain-name and the `domStr` is the "cookie" domain-name. Matches according to RFC6265 Section 5.1.3, but it helps to think of it as a "suffix match".\n\nThe `canonicalize` parameter will run the other two paramters through `canonicalDomain` or not.\n\n### `defaultPath(path)`\n\nGiven a current request/response path, gives the Path apropriate for storing in a cookie. This is basically the "directory" of a "file" in the path, but is specified by Section 5.1.4 of the RFC.\n\nThe `path` parameter MUST be _only_ the pathname part of a URI (i.e. excludes the hostname, query, fragment, etc.). This is the `.pathname` property of node\'s `uri.parse()` output.\n\n### `pathMatch(reqPath,cookiePath)`\n\nAnswers "does the request-path path-match a given cookie-path?" as per RFC6265 Section 5.1.4. Returns a boolean.\n\nThis is essentially a prefix-match where `cookiePath` is a prefix of `reqPath`.\n\n### `parse(header)`\n\nalias for `Cookie.parse(header)`\n\n### `fromJSON(string)`\n\nalias for `Cookie.fromJSON(string)`\n\n### `getPublicSuffix(hostname)`\n\nReturns the public suffix of this hostname. The public suffix is the shortest domain-name upon which a cookie can be set. Returns `null` if the hostname cannot have cookies set for it.\n\nFor example: `www.example.com` and `www.subdomain.example.com` both have public suffix `example.com`.\n\nFor further information, see http://publicsuffix.org/. This module derives its list from that site.\n\n### `cookieCompare(a,b)`\n\nFor use with `.sort()`, sorts a list of cookies into the recommended order given in the RFC (Section 5.4 step 2). The sort algorithm is, in order of precedence:\n\n* Longest `.path`\n* oldest `.creation` (which has a 1ms precision, same as `Date`)\n* lowest `.creationIndex` (to get beyond the 1ms precision)\n\n``` javascript\nvar cookies = [ /* unsorted array of Cookie objects */ ];\ncookies = cookies.sort(cookieCompare);\n```\n\n**Note**: Since JavaScript\'s `Date` is limited to a 1ms precision, cookies within the same milisecond are entirely possible. This is especially true when using the `now` option to `.setCookie()`. The `.creationIndex` property is a per-process global counter, assigned during construction with `new Cookie()`. This preserves the spirit of the RFC sorting: older cookies go first. This works great for `MemoryCookieStore`, since `Set-Cookie` headers are parsed in order, but may not be so great for distributed systems. Sophisticated `Store`s may wish to set this to some other _logical clock_ such that if cookies A and B are created in the same millisecond, but cookie A is created before cookie B, then `A.creationIndex < B.creationIndex`. If you want to alter the global counter, which you probably _shouldn\'t_ do, it\'s stored in `Cookie.cookiesCreated`.\n\n### `permuteDomain(domain)`\n\nGenerates a list of all possible domains that `domainMatch()` the parameter. May be handy for implementing cookie stores.\n\n### `permutePath(path)`\n\nGenerates a list of all possible paths that `pathMatch()` the parameter. May be handy for implementing cookie stores.\n\n\n## Cookie\n\nExported via `tough.Cookie`.\n\n### `Cookie.parse(header)`\n\nParses a single Cookie or Set-Cookie HTTP header into a `Cookie` object. Returns `undefined` if the string can\'t be parsed.\n\nHere\'s how to process the Set-Cookie header(s) on a node HTTP/HTTPS response:\n\n``` javascript\nif (res.headers[\'set-cookie\'] instanceof Array)\n cookies = res.headers[\'set-cookie\'].map(function (c) { return (Cookie.parse(c)); });\nelse\n cookies = [Cookie.parse(res.headers[\'set-cookie\'])];\n```\n\n### Properties\n\nCookie object properties:\n\n * _key_ - string - the name or key of the cookie (default "")\n * _value_ - string - the value of the cookie (default "")\n * _expires_ - `Date` - if set, the `Expires=` attribute of the cookie (defaults to the string `"Infinity"`). See `setExpires()`\n * _maxAge_ - seconds - if set, the `Max-Age=` attribute _in seconds_ of the cookie. May also be set to strings `"Infinity"` and `"-Infinity"` for non-expiry and immediate-expiry, respectively. See `setMaxAge()`\n * _domain_ - string - the `Domain=` attribute of the cookie\n * _path_ - string - the `Path=` of the cookie\n * _secure_ - boolean - the `Secure` cookie flag\n * _httpOnly_ - boolean - the `HttpOnly` cookie flag\n * _extensions_ - `Array` - any unrecognized cookie attributes as strings (even if equal-signs inside)\n * _creation_ - `Date` - when this cookie was constructed\n * _creationIndex_ - number - set at construction, used to provide greater sort precision (please see `cookieCompare(a,b)` for a full explanation)\n\nAfter a cookie has been passed through `CookieJar.setCookie()` it will have the following additional attributes:\n\n * _hostOnly_ - boolean - is this a host-only cookie (i.e. no Domain field was set, but was instead implied)\n * _pathIsDefault_ - boolean - if true, there was no Path field on the cookie and `defaultPath()` was used to derive one.\n * _creation_ - `Date` - **modified** from construction to when the cookie was added to the jar\n * _lastAccessed_ - `Date` - last time the cookie got accessed. Will affect cookie cleaning once implemented. Using `cookiejar.getCookies(...)` will update this attribute.\n\n### `Cookie([{properties}])`\n\nReceives an options object that can contain any of the above Cookie properties, uses the default for unspecified properties.\n\n### `.toString()`\n\nencode to a Set-Cookie header value. The Expires cookie field is set using `formatDate()`, but is omitted entirely if `.expires` is `Infinity`.\n\n### `.cookieString()`\n\nencode to a Cookie header value (i.e. the `.key` and `.value` properties joined with \'=\').\n\n### `.setExpires(String)`\n\nsets the expiry based on a date-string passed through `parseDate()`. If parseDate returns `null` (i.e. can\'t parse this date string), `.expires` is set to `"Infinity"` (a string) is set.\n\n### `.setMaxAge(number)`\n\nsets the maxAge in seconds. Coerces `-Infinity` to `"-Infinity"` and `Infinity` to `"Infinity"` so it JSON serializes correctly.\n\n### `.expiryTime([now=Date.now()])`\n\n### `.expiryDate([now=Date.now()])`\n\nexpiryTime() Computes the absolute unix-epoch milliseconds that this cookie expires. expiryDate() works similarly, except it returns a `Date` object. Note that in both cases the `now` parameter should be milliseconds.\n\nMax-Age takes precedence over Expires (as per the RFC). The `.creation` attribute -- or, by default, the `now` paramter -- is used to offset the `.maxAge` attribute.\n\nIf Expires (`.expires`) is set, that\'s returned.\n\nOtherwise, `expiryTime()` returns `Infinity` and `expiryDate()` returns a `Date` object for "Tue, 19 Jan 2038 03:14:07 GMT" (latest date that can be expressed by a 32-bit `time_t`; the common limit for most user-agents).\n\n### `.TTL([now=Date.now()])`\n\ncompute the TTL relative to `now` (milliseconds). The same precedence rules as for `expiryTime`/`expiryDate` apply.\n\nThe "number" `Infinity` is returned for cookies without an explicit expiry and `0` is returned if the cookie is expired. Otherwise a time-to-live in milliseconds is returned.\n\n### `.canonicalizedDoman()`\n\n### `.cdomain()`\n\nreturn the canonicalized `.domain` field. This is lower-cased and punycode (RFC3490) encoded if the domain has any non-ASCII characters.\n\n### `.toJSON()`\n\nFor convenience in using `JSON.serialize(cookie)`. Returns a plain-old `Object` that can be JSON-serialized.\n\nAny `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are exported in ISO format (`.toISOString()`).\n\n**NOTE**: Custom `Cookie` properties will be discarded. In tough-cookie 1.x, since there was no `.toJSON` method explicitly defined, all enumerable properties were captured. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array.\n\n### `Cookie.fromJSON(strOrObj)`\n\nDoes the reverse of `cookie.toJSON()`. If passed a string, will `JSON.parse()` that first.\n\nAny `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are parsed via `Date.parse()`, not the tough-cookie `parseDate`, since it\'s JavaScript/JSON-y timestamps being handled at this layer.\n\nReturns `null` upon JSON parsing error.\n\n### `.clone()`\n\nDoes a deep clone of this cookie, exactly implemented as `Cookie.fromJSON(cookie.toJSON())`.\n\n### `.validate()`\n\nStatus: *IN PROGRESS*. Works for a few things, but is by no means comprehensive.\n\nvalidates cookie attributes for semantic correctness. Useful for "lint" checking any Set-Cookie headers you generate. For now, it returns a boolean, but eventually could return a reason string -- you can future-proof with this construct:\n\n``` javascript\nif (cookie.validate() === true) {\n // it\'s tasty\n} else {\n // yuck!\n}\n```\n\n\n## CookieJar\n\nExported via `tough.CookieJar`.\n\n### `CookieJar([store],[rejectPublicSuffixes])`\n\nSimply use `new CookieJar()`. If you\'d like to use a custom store, pass that to the constructor otherwise a `MemoryCookieStore` will be created and used.\n\n### Properties\n\nCookieJar object properties:\n\n * _rejectPublicSuffixes_ - boolean - reject cookies with domains like "com" and "co.uk" (default: `true`)\n\nSince eventually this module would like to support database/remote/etc. CookieJars, continuation passing style is used for CookieJar methods.\n\n### `.setCookie(cookieOrString, currentUrl, [{options},] cb(err,cookie))`\n\nAttempt to set the cookie in the cookie jar. If the operation fails, an error will be given to the callback `cb`, otherwise the cookie is passed through. The cookie will have updated `.creation`, `.lastAccessed` and `.hostOnly` properties.\n\nThe `options` object can be omitted and can have the following properties:\n\n * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies.\n * _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`.\n * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies\n * _ignoreError_ - boolean - default `false` - silently ignore things like parse errors and invalid domains. `Store` errors aren\'t ignored by this option.\n\nAs per the RFC, the `.hostOnly` property is set if there was no "Domain=" parameter in the cookie string (or `.domain` was null on the Cookie object). The `.domain` property is set to the fully-qualified hostname of `currentUrl` in this case. Matching this cookie requires an exact hostname match (not a `domainMatch` as per usual).\n\n### `.setCookieSync(cookieOrString, currentUrl, [{options}])`\n\nSynchronous version of `setCookie`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getCookies(currentUrl, [{options},] cb(err,cookies))`\n\nRetrieve the list of cookies that can be sent in a Cookie header for the current url.\n\nIf an error is encountered, that\'s passed as `err` to the callback, otherwise an `Array` of `Cookie` objects is passed. The array is sorted with `cookieCompare()` unless the `{sort:false}` option is given.\n\nThe `options` object can be omitted and can have the following properties:\n\n * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies.\n * _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`.\n * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies\n * _expire_ - boolean - default `true` - perform expiry-time checking of cookies and asynchronously remove expired cookies from the store. Using `false` will return expired cookies and **not** remove them from the store (which is useful for replaying Set-Cookie headers, potentially).\n * _allPaths_ - boolean - default `false` - if `true`, do not scope cookies by path. The default uses RFC-compliant path scoping. **Note**: may not be supported by the underlying store (the default `MemoryCookieStore` supports it).\n\nThe `.lastAccessed` property of the returned cookies will have been updated.\n\n### `.getCookiesSync(currentUrl, [{options}])`\n\nSynchronous version of `getCookies`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getCookieString(...)`\n\nAccepts the same options as `.getCookies()` but passes a string suitable for a Cookie header rather than an array to the callback. Simply maps the `Cookie` array via `.cookieString()`.\n\n### `.getCookieStringSync(...)`\n\nSynchronous version of `getCookieString`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getSetCookieStrings(...)`\n\nReturns an array of strings suitable for **Set-Cookie** headers. Accepts the same options as `.getCookies()`. Simply maps the cookie array via `.toString()`.\n\n### `.getSetCookieStringsSync(...)`\n\nSynchronous version of `getSetCookieStrings`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.serialize(cb(err,serializedObject))`\n\nSerialize the Jar if the underlying store supports `.getAllCookies`.\n\n**NOTE**: Custom `Cookie` properties will be discarded. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array.\n\nSee [Serialization Format].\n\n### `.serializeSync()`\n\nSync version of .serialize\n\n### `.toJSON()`\n\nAlias of .serializeSync() for the convenience of `JSON.stringify(cookiejar)`.\n\n### `CookieJar.deserialize(serialized, [store], cb(err,object))`\n\nA new Jar is created and the serialized Cookies are added to the underlying store. Each `Cookie` is added via `store.putCookie` in the order in which they appear in the serialization.\n\nThe `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created.\n\nAs a convenience, if `serialized` is a string, it is passed through `JSON.parse` first. If that throws an error, this is passed to the callback.\n\n### `CookieJar.deserializeSync(serialized, [store])`\n\nSync version of `.deserialize`. _Note_ that the `store` must be synchronous for this to work.\n\n### `CookieJar.fromJSON(string)`\n\nAlias of `.deserializeSync` to provide consistency with `Cookie.fromJSON()`.\n\n### `.clone([store,]cb(err,newJar))`\n\nProduces a deep clone of this jar. Modifications to the original won\'t affect the clone, and vice versa.\n\nThe `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created. Transferring between store types is supported so long as the source implements `.getAllCookies()` and the destination implements `.putCookie()`.\n\n### `.cloneSync([store])`\n\nSynchronous version of `.clone`, returning a new `CookieJar` instance.\n\nThe `store` argument is optional, but must be a _synchronous_ `Store` instance if specified. If not passed, a new instance of `MemoryCookieStore` is used.\n\nThe _source_ and _destination_ must both be synchronous `Store`s. If one or both stores are asynchronous, use `.clone` instead. Recall that `MemoryCookieStore` supports both synchronous and asynchronous API calls.\n\n## Store\n\nBase class for CookieJar stores. Available as `tough.Store`.\n\n## Store API\n\nThe storage model for each `CookieJar` instance can be replaced with a custom implementation. The default is `MemoryCookieStore` which can be found in the `lib/memstore.js` file. The API uses continuation-passing-style to allow for asynchronous stores.\n\nStores should inherit from the base `Store` class, which is available as `require(\'tough-cookie\').Store`.\n\nStores are asynchronous by default, but if `store.synchronous` is set to `true`, then the `*Sync` methods on the of the containing `CookieJar` can be used (however, the continuation-passing style\n\nAll `domain` parameters will have been normalized before calling.\n\nThe Cookie store must have all of the following methods.\n\n### `store.findCookie(domain, path, key, cb(err,cookie))`\n\nRetrieve a cookie with the given domain, path and key (a.k.a. name). The RFC maintains that exactly one of these cookies should exist in a store. If the store is using versioning, this means that the latest/newest such cookie should be returned.\n\nCallback takes an error and the resulting `Cookie` object. If no cookie is found then `null` MUST be passed instead (i.e. not an error).\n\n### `store.findCookies(domain, path, cb(err,cookies))`\n\nLocates cookies matching the given domain and path. This is most often called in the context of `cookiejar.getCookies()` above.\n\nIf no cookies are found, the callback MUST be passed an empty array.\n\nThe resulting list will be checked for applicability to the current request according to the RFC (domain-match, path-match, http-only-flag, secure-flag, expiry, etc.), so it\'s OK to use an optimistic search algorithm when implementing this method. However, the search algorithm used SHOULD try to find cookies that `domainMatch()` the domain and `pathMatch()` the path in order to limit the amount of checking that needs to be done.\n\nAs of version 0.9.12, the `allPaths` option to `cookiejar.getCookies()` above will cause the path here to be `null`. If the path is `null`, path-matching MUST NOT be performed (i.e. domain-matching only).\n\n### `store.putCookie(cookie, cb(err))`\n\nAdds a new cookie to the store. The implementation SHOULD replace any existing cookie with the same `.domain`, `.path`, and `.key` properties -- depending on the nature of the implementation, it\'s possible that between the call to `fetchCookie` and `putCookie` that a duplicate `putCookie` can occur.\n\nThe `cookie` object MUST NOT be modified; the caller will have already updated the `.creation` and `.lastAccessed` properties.\n\nPass an error if the cookie cannot be stored.\n\n### `store.updateCookie(oldCookie, newCookie, cb(err))`\n\nUpdate an existing cookie. The implementation MUST update the `.value` for a cookie with the same `domain`, `.path` and `.key`. The implementation SHOULD check that the old value in the store is equivalent to `oldCookie` - how the conflict is resolved is up to the store.\n\nThe `.lastAccessed` property will always be different between the two objects (to the precision possible via JavaScript\'s clock). Both `.creation` and `.creationIndex` are guaranteed to be the same. Stores MAY ignore or defer the `.lastAccessed` change at the cost of affecting how cookies are selected for automatic deletion (e.g., least-recently-used, which is up to the store to implement).\n\nStores may wish to optimize changing the `.value` of the cookie in the store versus storing a new cookie. If the implementation doesn\'t define this method a stub that calls `putCookie(newCookie,cb)` will be added to the store object.\n\nThe `newCookie` and `oldCookie` objects MUST NOT be modified.\n\nPass an error if the newCookie cannot be stored.\n\n### `store.removeCookie(domain, path, key, cb(err))`\n\nRemove a cookie from the store (see notes on `findCookie` about the uniqueness constraint).\n\nThe implementation MUST NOT pass an error if the cookie doesn\'t exist; only pass an error due to the failure to remove an existing cookie.\n\n### `store.removeCookies(domain, path, cb(err))`\n\nRemoves matching cookies from the store. The `path` parameter is optional, and if missing means all paths in a domain should be removed.\n\nPass an error ONLY if removing any existing cookies failed.\n\n### `store.getAllCookies(cb(err, cookies))`\n\nProduces an `Array` of all cookies during `jar.serialize()`. The items in the array can be true `Cookie` objects or generic `Object`s with the [Serialization Format] data structure.\n\nCookies SHOULD be returned in creation order to preserve sorting via `compareCookies()`. For reference, `MemoryCookieStore` will sort by `.creationIndex` since it uses true `Cookie` objects internally. If you don\'t return the cookies in creation order, they\'ll still be sorted by creation time, but this only has a precision of 1ms. See `compareCookies` for more detail.\n\nPass an error if retrieval fails.\n\n## MemoryCookieStore\n\nInherits from `Store`.\n\nA just-in-memory CookieJar synchronous store implementation, used by default. Despite being a synchronous implementation, it\'s usable with both the synchronous and asynchronous forms of the `CookieJar` API.\n\n# Serialization Format\n\n**NOTE**: if you want to have custom `Cookie` properties serialized, add the property name to `Cookie.serializableProperties`.\n\n```js\n {\n // The version of tough-cookie that serialized this jar.\n version: \'tough-cookie@1.x.y\',\n\n // add the store type, to make humans happy:\n storeType: \'MemoryCookieStore\',\n\n // CookieJar configuration:\n rejectPublicSuffixes: true,\n // ... future items go here\n\n // Gets filled from jar.store.getAllCookies():\n cookies: [\n {\n key: \'string\',\n value: \'string\',\n // ...\n /* other Cookie.serializableProperties go here */\n }\n ]\n }\n```\n\n# Copyright and License\n\n(tl;dr: BSD-3-Clause with some MPL/1.1)\n\n```text\n Copyright (c) 2015, Salesforce.com, Inc.\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n 3. Neither the name of Salesforce.com nor the names of its contributors may\n be used to endorse or promote products derived from this software without\n specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.\n```\n\nPortions may be licensed under different licenses (in particular public-suffix.txt is MPL/1.1); please read the LICENSE file for full details.\n',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved _id: 'tough-cookie@2.0.0',
3445 silly install resolved _from: 'tough-cookie@>=0.12.0' },
3445 silly install resolved { name: 'node-uuid',
3445 silly install resolved description: 'Rigorous implementation of RFC4122 (v1 and v4) UUIDs.',
3445 silly install resolved url: 'http://github.com/broofa/node-uuid',
3445 silly install resolved keywords: [ 'uuid', 'guid', 'rfc4122' ],
3445 silly install resolved author: { name: 'Robert Kieffer', email: 'robert@broofa.com' },
3445 silly install resolved contributors: [ [Object] ],
3445 silly install resolved bin: { uuid: './bin/uuid' },
3445 silly install resolved scripts: { test: 'node test/test.js' },
3445 silly install resolved lib: '.',
3445 silly install resolved main: './uuid.js',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/broofa/node-uuid.git' },
3445 silly install resolved version: '1.4.3',
3445 silly install resolved licenses: [ [Object] ],
3445 silly install resolved readme: '# node-uuid\n\nSimple, fast generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDS.\n\nFeatures:\n\n* Generate RFC4122 version 1 or version 4 UUIDs\n* Runs in node.js and all browsers.\n* Registered as a [ComponentJS](https://github.com/component/component) [component](https://github.com/component/component/wiki/Components) (\'broofa/node-uuid\').\n* Cryptographically strong random # generation on supporting platforms\n* 1.1K minified and gzip\'ed (Want something smaller? Check this [crazy shit](https://gist.github.com/982883) out! )\n* [Annotated source code](http://broofa.github.com/node-uuid/docs/uuid.html)\n* Comes with a Command Line Interface for generating uuids on the command line\n\n## Getting Started\n\nInstall it in your browser:\n\n```html\n<script src="uuid.js"></script>\n```\n\nOr in node.js:\n\n```\nnpm install node-uuid\n```\n\n```javascript\nvar uuid = require(\'node-uuid\');\n```\n\nThen create some ids ...\n\n```javascript\n// Generate a v1 (time-based) id\nuuid.v1(); // -> \'6c84fb90-12c4-11e1-840d-7b25c5ee775a\'\n\n// Generate a v4 (random) id\nuuid.v4(); // -> \'110ec58a-a0f2-4ac4-8393-c866d813b8d1\'\n```\n\n## API\n\n### uuid.v1([`options` [, `buffer` [, `offset`]]])\n\nGenerate and return a RFC4122 v1 (timestamp-based) UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n\n * `node` - (Array) Node id as Array of 6 bytes (per 4.1.6). Default: Randomly generated ID. See note 1.\n * `clockseq` - (Number between 0 - 0x3fff) RFC clock sequence. Default: An internally maintained clockseq is used.\n * `msecs` - (Number | Date) Time in milliseconds since unix Epoch. Default: The current time is used.\n * `nsecs` - (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if `msecs` is unspecified. Default: internal uuid counter is used, as per 4.2.1.2.\n\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nNotes:\n\n1. The randomly generated node id is only guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuid.v1({\n node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],\n clockseq: 0x1234,\n msecs: new Date(\'2011-11-01\').getTime(),\n nsecs: 5678\n}); // -> "710b962e-041c-11e1-9234-0123456789ab"\n```\n\nExample: In-place generation of two binary IDs\n\n```javascript\n// Generate two ids in an array\nvar arr = new Array(32); // -> []\nuuid.v1(null, arr, 0); // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\nuuid.v1(null, arr, 16); // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15 02 a3 1c b0 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\n\n// Optionally use uuid.unparse() to get stringify the ids\nuuid.unparse(buffer); // -> \'02a2ce90-1432-11e1-8558-0b488e4fc115\'\nuuid.unparse(buffer, 16) // -> \'02a31cb0-1432-11e1-8558-0b488e4fc115\'\n```\n\n### uuid.v4([`options` [, `buffer` [, `offset`]]])\n\nGenerate and return a RFC4122 v4 UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n\n * `random` - (Number[16]) Array of 16 numbers (0-255) to use in place of randomly generated values\n * `rng` - (Function) Random # generator to use. Set to one of the built-in generators - `uuid.mathRNG` (all platforms), `uuid.nodeRNG` (node.js only), `uuid.whatwgRNG` (WebKit only) - or a custom function that returns an array[16] of byte values.\n\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuid.v4({\n random: [\n 0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea,\n 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36\n ]\n});\n// -> "109156be-c4fb-41ea-b1b4-efe1671c5836"\n```\n\nExample: Generate two IDs in a single buffer\n\n```javascript\nvar buffer = new Array(32); // (or \'new Buffer\' in node.js)\nuuid.v4(null, buffer, 0);\nuuid.v4(null, buffer, 16);\n```\n\n### uuid.parse(id[, buffer[, offset]])\n### uuid.unparse(buffer[, offset])\n\nParse and unparse UUIDs\n\n * `id` - (String) UUID(-like) string\n * `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. Default: A new Array or Buffer is used\n * `offset` - (Number) Starting index in `buffer` at which to begin writing. Default: 0\n\nExample parsing and unparsing a UUID string\n\n```javascript\nvar bytes = uuid.parse(\'797ff043-11eb-11e1-80d6-510998755d10\'); // -> <Buffer 79 7f f0 43 11 eb 11 e1 80 d6 51 09 98 75 5d 10>\nvar string = uuid.unparse(bytes); // -> \'797ff043-11eb-11e1-80d6-510998755d10\'\n```\n\n### uuid.noConflict()\n\n(Browsers only) Set `uuid` property back to it\'s previous value.\n\nReturns the node-uuid object.\n\nExample:\n\n```javascript\nvar myUuid = uuid.noConflict();\nmyUuid.v1(); // -> \'6c84fb90-12c4-11e1-840d-7b25c5ee775a\'\n```\n\n## Deprecated APIs\n\nSupport for the following v1.2 APIs is available in v1.3, but is deprecated and will be removed in the next major version.\n\n### uuid([format [, buffer [, offset]]])\n\nuuid() has become uuid.v4(), and the `format` argument is now implicit in the `buffer` argument. (i.e. if you specify a buffer, the format is assumed to be binary).\n\n### uuid.BufferClass\n\nThe class of container created when generating binary uuid data if no buffer argument is specified. This is expected to go away, with no replacement API.\n\n## Command Line Interface\n\nTo use the executable, it\'s probably best to install this library globally.\n\n`npm install -g node-uuid`\n\nUsage:\n\n```\nUSAGE: uuid [version] [options]\n\n\noptions:\n\n--help Display this message and exit\n```\n\n`version` must be an RFC4122 version that is supported by this library, which is currently version 1 and version 4 (denoted by "v1" and "v4", respectively). `version` defaults to version 4 when not supplied.\n\n### Examples\n\n```\n> uuid\n3a91f950-dec8-4688-ba14-5b7bbfc7a563\n```\n\n```\n> uuid v1\n9d0b43e0-7696-11e3-964b-250efa37a98e\n```\n\n```\n> uuid v4\n6790ac7c-24ac-4f98-8464-42f6d98a53ae\n```\n\n## Testing\n\nIn node.js\n\n```\nnpm test\n```\n\nIn Browser\n\n```\nopen test/test.html\n```\n\n### Benchmarking\n\nRequires node.js\n\n```\nnpm install uuid uuid-js\nnode benchmark/benchmark.js\n```\n\nFor a more complete discussion of node-uuid performance, please see the `benchmark/README.md` file, and the [benchmark wiki](https://github.com/broofa/node-uuid/wiki/Benchmark)\n\nFor browser performance [checkout the JSPerf tests](http://jsperf.com/node-uuid-performance).\n\n## Release notes\n\n### 1.4.0\n\n* Improved module context detection\n* Removed public RNG functions\n\n### 1.3.2\n\n* Improve tests and handling of v1() options (Issue #24)\n* Expose RNG option to allow for perf testing with different generators\n\n### 1.3.0\n\n* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!\n* Support for node.js crypto API\n* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code\n',
3445 silly install resolved readmeFilename: 'README.md',
3445 silly install resolved bugs: { url: 'https://github.com/broofa/node-uuid/issues' },
3445 silly install resolved homepage: 'https://github.com/broofa/node-uuid#readme',
3445 silly install resolved _id: 'node-uuid@1.4.3',
3445 silly install resolved _from: 'node-uuid@>=1.4.0 <1.5.0' },
3445 silly install resolved { version: '1.8.0',
3445 silly install resolved name: 'har-validator',
3445 silly install resolved description: 'Extremely fast HTTP Archive (HAR) validator using JSON Schema',
3445 silly install resolved author:
3445 silly install resolved { name: 'Ahmad Nassri',
3445 silly install resolved email: 'ahmad@ahmadnassri.com',
3445 silly install resolved url: 'https://www.ahmadnassri.com/' },
3445 silly install resolved homepage: 'https://github.com/ahmadnassri/har-validator',
3445 silly install resolved repository:
3445 silly install resolved { type: 'git',
3445 silly install resolved url: 'git+https://github.com/ahmadnassri/har-validator.git' },
3445 silly install resolved license: 'ISC',
3445 silly install resolved main: 'lib/index',
3445 silly install resolved bin: { 'har-validator': 'bin/har-validator' },
3445 silly install resolved keywords: [ 'har', 'http', 'archive', 'validate', 'validator' ],
3445 silly install resolved engines: { node: '>=0.10' },
3445 silly install resolved files: [ 'bin', 'lib' ],
3445 silly install resolved bugs: { url: 'https://github.com/ahmadnassri/har-validator/issues' },
3445 silly install resolved scripts:
3445 silly install resolved { pretest: 'standard && echint',
3445 silly install resolved test: 'mocha',
3445 silly install resolved posttest: 'npm run coverage',
3445 silly install resolved coverage: 'istanbul cover --dir coverage _mocha -- -R dot',
3445 silly install resolved codeclimate: 'codeclimate < coverage/lcov.info' },
3445 silly install resolved echint: { ignore: [Object] },
3445 silly install resolved devDependencies:
3445 silly install resolved { 'codeclimate-test-reporter': '0.0.4',
3445 silly install resolved echint: '^1.3.0',
3445 silly install resolved istanbul: '^0.3.15',
3445 silly install resolved mocha: '^2.2.5',
3445 silly install resolved 'require-directory': '^2.1.1',
3445 silly install resolved should: '^7.0.1',
3445 silly install resolved standard: '^4.3.1' },
3445 silly install resolved dependencies:
3445 silly install resolved { bluebird: '^2.9.30',
3445 silly install resolved chalk: '^1.0.0',
3445 silly install resolved commander: '^2.8.1',
3445 silly install resolved 'is-my-json-valid': '^2.12.0' },
3445 silly install resolved gitHead: '8fd21c30edb23a1fed2d50b934d055d1be3dd7c9',
3445 silly install resolved _id: 'har-validator@1.8.0',
3445 silly install resolved _shasum: 'd83842b0eb4c435960aeb108a067a3aa94c0eeb2',
3445 silly install resolved _from: 'har-validator@>=1.6.1 <2.0.0',
3445 silly install resolved _npmVersion: '2.11.2',
3445 silly install resolved _nodeVersion: '0.12.2',
3445 silly install resolved _npmUser: { name: 'ahmadnassri', email: 'ahmad@ahmadnassri.com' },
3445 silly install resolved maintainers: [ [Object] ],
3445 silly install resolved dist:
3445 silly install resolved { shasum: 'd83842b0eb4c435960aeb108a067a3aa94c0eeb2',
3445 silly install resolved tarball: 'http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz' },
3445 silly install resolved directories: {},
3445 silly install resolved _resolved: 'https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz',
3445 silly install resolved readme: 'ERROR: No README data found!' } ]
3446 info install caseless@0.11.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3447 info install forever-agent@0.6.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3448 info install extend@3.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3449 info install form-data@1.0.0-rc2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3450 info install qs@4.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3451 info install http-signature@0.11.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3452 info install oauth-sign@0.8.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3453 info install json-stringify-safe@5.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3454 info install aws-sign2@0.5.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3455 info install combined-stream@1.0.5 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3456 info install stringstream@0.0.4 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3457 info install mime-types@2.1.3 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3458 info install hawk@3.1.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3459 info install isstream@0.1.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3460 info install tunnel-agent@0.4.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3461 info install bl@1.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3462 info install tough-cookie@2.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3463 info install node-uuid@1.4.3 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3464 info install har-validator@1.8.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request
3465 info installOne caseless@0.11.0
3466 verbose installOne of caseless to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3467 info installOne forever-agent@0.6.1
3468 verbose installOne of forever-agent to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3469 info installOne extend@3.0.0
3470 verbose installOne of extend to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3471 info installOne form-data@1.0.0-rc2
3472 verbose installOne of form-data to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3473 info installOne qs@4.0.0
3474 verbose installOne of qs to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3475 info installOne http-signature@0.11.0
3476 verbose installOne of http-signature to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3477 info installOne oauth-sign@0.8.0
3478 verbose installOne of oauth-sign to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3479 info installOne json-stringify-safe@5.0.1
3480 verbose installOne of json-stringify-safe to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3481 info installOne aws-sign2@0.5.0
3482 verbose installOne of aws-sign2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3483 info installOne combined-stream@1.0.5
3484 verbose installOne of combined-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3485 info installOne stringstream@0.0.4
3486 verbose installOne of stringstream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3487 info installOne mime-types@2.1.3
3488 verbose installOne of mime-types to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3489 info installOne hawk@3.1.0
3490 verbose installOne of hawk to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3491 info installOne isstream@0.1.2
3492 verbose installOne of isstream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3493 info installOne tunnel-agent@0.4.1
3494 verbose installOne of tunnel-agent to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3495 info installOne bl@1.0.0
3496 verbose installOne of bl to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3497 info installOne tough-cookie@2.0.0
3498 verbose installOne of tough-cookie to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3499 info installOne node-uuid@1.4.3
3500 verbose installOne of node-uuid to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3501 info installOne har-validator@1.8.0
3502 verbose installOne of har-validator to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request not in flight; installing
3503 info preinstall xtend@2.1.2
3504 verbose linkBins pend@1.2.0
3505 verbose linkMans pend@1.2.0
3506 verbose rebuildBundles pend@1.2.0
3507 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\readable-stream-12e6ff8645dad1b7.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3508 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\typedarray-0f163c319654b071.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3509 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-54a258a23144cd91.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3510 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\core-util-is-5d373c08f1c4f6b4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3511 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isarray-5fa9ba1f866b7c32.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3512 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-d6ab0c735d1eac70.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3513 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\string-decoder-b493c4ceea37bfd4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3514 info install pend@1.2.0
3515 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\ms-6d5bb774b3cefb1a.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3516 silly install write writing readable-stream 2.0.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3517 silly install write writing typedarray 0.0.6 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3518 silly install write writing inherits 2.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3519 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\package.json
3520 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-0de1833808694c8f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3521 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\once-b284bf7a7a1d3414.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3522 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inflight-6a880416d6cdeaa6.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3523 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\minimatch-834453c3a15323a9.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3524 silly install write writing core-util-is 1.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3525 silly install write writing isarray 0.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3526 silly install write writing inherits 2.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3527 silly install write writing string_decoder 0.10.31 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3528 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\path-is-absolute-8834e12af2cde89b.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3529 silly install write writing ms 0.7.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3530 silly install write writing inherits 2.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3531 silly install write writing once 1.3.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3532 silly install write writing inflight 1.0.4 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3533 silly install write writing minimatch 2.0.10 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3534 silly install write writing path-is-absolute 1.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3535 info postinstall pend@1.2.0
3536 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\forever-agent-0a332dd2dc46a293.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3537 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\caseless-a09cd802397b6859.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3538 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\extend-e8526ec7e2f918bc.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3539 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\form-data-59439556c04536aa.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3540 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\qs-d605f0646d1601df.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3541 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\oauth-sign-c5621e033644a2a0.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3542 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\http-signature-eb6522df97849c31.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3543 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\json-stringify-safe-16eb93a30617de82.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3544 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\aws-sign2-686e47bbb0a23ed6.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3545 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\combined-stream-8372861569a3b108.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3546 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\stringstream-aef12a9c8d97de45.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3547 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mime-types-a08808e11968b9ba.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3548 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\hawk-2eb956aca1edc161.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3549 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isstream-6756a3d74ff00ab5.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3550 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\tunnel-agent-6f18db713869ad2b.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3551 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\bl-9e3f5f155a5703e1.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3552 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\tough-cookie-6303b2f5d29de7db.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3553 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\node-uuid-b7e63be9c30ed67a.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3554 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\har-validator-069ba27e679433bc.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3555 silly install write writing forever-agent 0.6.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3556 silly install write writing caseless 0.11.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3557 silly install write writing extend 3.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3558 silly install write writing form-data 1.0.0-rc2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3559 silly install write writing qs 4.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3560 silly install write writing oauth-sign 0.8.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3561 silly install write writing http-signature 0.11.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3562 silly install write writing json-stringify-safe 5.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3563 silly install write writing aws-sign2 0.5.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3564 silly install write writing combined-stream 1.0.5 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3565 silly install write writing stringstream 0.0.4 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3566 silly install write writing mime-types 2.1.3 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3567 silly install write writing hawk 3.1.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3568 silly install write writing isstream 0.1.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3569 silly install write writing tunnel-agent 0.4.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3570 silly install write writing bl 1.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3571 silly install write writing tough-cookie 2.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3572 silly install write writing node-uuid 1.4.3 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3573 silly install write writing har-validator 1.8.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3574 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\pend-fd7611726448d38f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\pend
3575 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3576 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3577 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3578 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3579 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3580 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3581 verbose unbuild node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3582 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3583 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3584 silly prepareForInstallMany adding object-keys@~0.4.0 from xtend dependencies
3585 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\package.json
3586 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3587 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3588 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3589 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3590 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
3591 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3592 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray is being purged from base C:\Users\bas\AppData\Roaming\npm
3593 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3594 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits is being purged from base C:\Users\bas\AppData\Roaming\npm
3595 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3596 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is is being purged from base C:\Users\bas\AppData\Roaming\npm
3597 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3598 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray is being purged from base C:\Users\bas\AppData\Roaming\npm
3599 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3600 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits is being purged from base C:\Users\bas\AppData\Roaming\npm
3601 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3602 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder is being purged from base C:\Users\bas\AppData\Roaming\npm
3603 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3604 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms is being purged from base C:\Users\bas\AppData\Roaming\npm
3605 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3606 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3607 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3608 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3609 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3610 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3611 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3612 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3613 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3614 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3615 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3616 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3617 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3618 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package.tgz
3619 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3620 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream is being purged
3621 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\readable-stream
3622 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3623 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3624 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3625 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\typedarray\0.0.6\package.tgz
3626 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3627 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray is being purged
3628 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
3629 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3630 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
3631 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3632 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits is being purged
3633 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
3634 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3635 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits is being purged from base C:\Users\bas\AppData\Roaming\npm
3636 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3637 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight is being purged from base C:\Users\bas\AppData\Roaming\npm
3638 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3639 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once is being purged from base C:\Users\bas\AppData\Roaming\npm
3640 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3641 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch is being purged from base C:\Users\bas\AppData\Roaming\npm
3642 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3643 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
3644 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3645 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is is being purged
3646 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
3647 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
3648 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3649 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray is being purged
3650 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
3651 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
3652 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3653 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits is being purged
3654 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
3655 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
3656 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3657 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder is being purged
3658 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
3659 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute is being purged from base C:\Users\bas\AppData\Roaming\npm
3660 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3661 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\ms\0.7.1\package.tgz
3662 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3663 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms is being purged
3664 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
3665 silly gunzTarPerm modes [ '777', '666' ]
3666 silly gunzTarPerm modes [ '777', '666' ]
3667 silly gunzTarPerm modes [ '777', '666' ]
3668 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
3669 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3670 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits is being purged
3671 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
3672 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\inflight\1.0.4\package.tgz
3673 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3674 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight is being purged
3675 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
3676 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3677 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3678 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\once\1.3.2\package.tgz
3679 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3680 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once is being purged
3681 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
3682 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\minimatch\2.0.10\package.tgz
3683 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3684 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch is being purged
3685 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch
3686 silly gunzTarPerm modes [ '777', '666' ]
3687 silly gunzTarPerm modes [ '777', '666' ]
3688 silly gunzTarPerm modes [ '777', '666' ]
3689 silly gunzTarPerm modes [ '777', '666' ]
3690 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\path-is-absolute\1.0.0\package.tgz
3691 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3692 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute is being purged
3693 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
3694 silly gunzTarPerm modes [ '777', '666' ]
3695 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent is being purged from base C:\Users\bas\AppData\Roaming\npm
3696 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3697 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless is being purged from base C:\Users\bas\AppData\Roaming\npm
3698 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3699 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend is being purged from base C:\Users\bas\AppData\Roaming\npm
3700 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3701 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data is being purged from base C:\Users\bas\AppData\Roaming\npm
3702 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3703 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs is being purged from base C:\Users\bas\AppData\Roaming\npm
3704 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3705 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign is being purged from base C:\Users\bas\AppData\Roaming\npm
3706 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3707 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature is being purged from base C:\Users\bas\AppData\Roaming\npm
3708 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3709 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe is being purged from base C:\Users\bas\AppData\Roaming\npm
3710 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3711 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2 is being purged from base C:\Users\bas\AppData\Roaming\npm
3712 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3713 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
3714 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3715 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types is being purged from base C:\Users\bas\AppData\Roaming\npm
3716 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3717 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream is being purged from base C:\Users\bas\AppData\Roaming\npm
3718 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3719 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk is being purged from base C:\Users\bas\AppData\Roaming\npm
3720 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3721 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream is being purged from base C:\Users\bas\AppData\Roaming\npm
3722 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3723 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent is being purged from base C:\Users\bas\AppData\Roaming\npm
3724 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3725 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl is being purged from base C:\Users\bas\AppData\Roaming\npm
3726 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3727 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie is being purged from base C:\Users\bas\AppData\Roaming\npm
3728 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3729 silly gunzTarPerm modes [ '777', '666' ]
3730 silly gunzTarPerm modes [ '777', '666' ]
3731 silly gunzTarPerm modes [ '777', '666' ]
3732 silly gunzTarPerm modes [ '777', '666' ]
3733 silly gunzTarPerm modes [ '777', '666' ]
3734 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\forever-agent\0.6.1\package.tgz
3735 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3736 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent is being purged
3737 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
3738 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\caseless\0.11.0\package.tgz
3739 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3740 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless is being purged
3741 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
3742 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\extend\3.0.0\package.tgz
3743 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3744 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend is being purged
3745 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
3746 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\form-data\1.0.0-rc2\package.tgz
3747 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3748 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data is being purged
3749 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
3750 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\qs\4.0.0\package.tgz
3751 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3752 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs is being purged
3753 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
3754 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\oauth-sign\0.8.0\package.tgz
3755 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3756 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign is being purged
3757 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
3758 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\http-signature\0.11.0\package.tgz
3759 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3760 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature is being purged
3761 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature
3762 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\json-stringify-safe\5.0.1\package.tgz
3763 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3764 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe is being purged
3765 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
3766 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package.tgz
3767 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3768 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2 is being purged
3769 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
3770 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\combined-stream\1.0.5\package.tgz
3771 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3772 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream is being purged
3773 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
3774 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\mime-types\2.1.3\package.tgz
3775 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3776 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types is being purged
3777 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
3778 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\stringstream\0.0.4\package.tgz
3779 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3780 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream is being purged
3781 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
3782 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\hawk\3.1.0\package.tgz
3783 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3784 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk is being purged
3785 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\hawk
3786 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\isstream\0.1.2\package.tgz
3787 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3788 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream is being purged
3789 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
3790 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\tunnel-agent\0.4.1\package.tgz
3791 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3792 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent is being purged
3793 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
3794 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\bl\1.0.0\package.tgz
3795 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3796 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl is being purged
3797 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
3798 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\tough-cookie\2.0.0\package.tgz
3799 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3800 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie is being purged
3801 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tough-cookie
3802 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid is being purged from base C:\Users\bas\AppData\Roaming\npm
3803 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3804 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator is being purged from base C:\Users\bas\AppData\Roaming\npm
3805 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3806 silly gunzTarPerm modes [ '777', '666' ]
3807 silly gunzTarPerm modes [ '777', '666' ]
3808 silly gunzTarPerm modes [ '777', '666' ]
3809 silly gunzTarPerm modes [ '777', '666' ]
3810 silly gunzTarPerm modes [ '777', '666' ]
3811 silly gunzTarPerm modes [ '777', '666' ]
3812 silly gunzTarPerm modes [ '777', '666' ]
3813 silly gunzTarPerm modes [ '777', '666' ]
3814 silly gunzTarPerm modes [ '777', '666' ]
3815 silly gunzTarPerm modes [ '777', '666' ]
3816 silly gunzTarPerm modes [ '777', '666' ]
3817 silly gunzTarPerm modes [ '777', '666' ]
3818 silly gunzTarPerm modes [ '777', '666' ]
3819 silly gunzTarPerm modes [ '777', '666' ]
3820 silly gunzTarPerm modes [ '777', '666' ]
3821 silly gunzTarPerm modes [ '777', '666' ]
3822 silly gunzTarPerm modes [ '777', '666' ]
3823 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\node-uuid\1.4.3\package.tgz
3824 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3825 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid is being purged
3826 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
3827 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\har-validator\1.8.0\package.tgz
3828 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3829 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator is being purged
3830 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator
3831 silly gunzTarPerm modes [ '777', '666' ]
3832 silly gunzTarPerm modes [ '777', '666' ]
3833 silly cache add args [ 'object-keys@~0.4.0', null ]
3834 verbose cache add spec object-keys@~0.4.0
3835 silly cache add parsed spec { raw: 'object-keys@~0.4.0',
3835 silly cache add scope: null,
3835 silly cache add name: 'object-keys',
3835 silly cache add rawSpec: '~0.4.0',
3835 silly cache add spec: '>=0.4.0 <0.5.0',
3835 silly cache add type: 'range' }
3836 silly addNamed object-keys@>=0.4.0 <0.5.0
3837 verbose addNamed ">=0.4.0 <0.5.0" is a valid semver range for object-keys
3838 silly addNameRange { name: 'object-keys', range: '>=0.4.0 <0.5.0', hasData: false }
3839 silly mapToRegistry name object-keys
3840 silly mapToRegistry using default registry
3841 silly mapToRegistry registry https://registry.npmjs.org/
3842 silly mapToRegistry uri https://registry.npmjs.org/object-keys
3843 verbose addNameRange registry:https://registry.npmjs.org/object-keys not in flight; fetching
3844 silly gunzTarPerm extractEntry package.json
3845 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3846 silly gunzTarPerm extractEntry package.json
3847 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3848 silly gunzTarPerm extractEntry package.json
3849 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3850 silly gunzTarPerm extractEntry package.json
3851 silly gunzTarPerm extractEntry package.json
3852 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3853 silly gunzTarPerm extractEntry package.json
3854 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3855 silly gunzTarPerm extractEntry package.json
3856 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3857 silly gunzTarPerm extractEntry package.json
3858 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3859 silly gunzTarPerm extractEntry package.json
3860 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3861 silly gunzTarPerm extractEntry package.json
3862 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3863 silly gunzTarPerm extractEntry package.json
3864 silly gunzTarPerm extractEntry package.json
3865 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3866 silly gunzTarPerm extractEntry package.json
3867 silly gunzTarPerm extractEntry package.json
3868 silly gunzTarPerm extractEntry package.json
3869 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3870 silly gunzTarPerm extractEntry package.json
3871 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3872 silly gunzTarPerm extractEntry package.json
3873 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3874 silly gunzTarPerm extractEntry package.json
3875 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3876 silly gunzTarPerm extractEntry package.json
3877 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3878 silly gunzTarPerm extractEntry package.json
3879 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3880 silly gunzTarPerm extractEntry package.json
3881 silly gunzTarPerm extractEntry package.json
3882 silly gunzTarPerm extractEntry package.json
3883 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3884 silly gunzTarPerm extractEntry package.json
3885 silly gunzTarPerm extractEntry package.json
3886 silly gunzTarPerm extractEntry package.json
3887 silly gunzTarPerm modified mode [ 'package.json', 509, 511 ]
3888 silly gunzTarPerm extractEntry .npmignore
3889 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3890 silly gunzTarPerm extractEntry README.md
3891 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3892 silly gunzTarPerm extractEntry package.json
3893 silly gunzTarPerm extractEntry package.json
3894 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
3895 silly gunzTarPerm extractEntry package.json
3896 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3897 silly gunzTarPerm extractEntry package.json
3898 verbose request uri https://registry.npmjs.org/object-keys
3899 verbose request no auth needed
3900 info attempt registry request try #1 at 12:29:09
3901 verbose request using bearer token for auth
3902 verbose etag "17KI1DS0EJEG1J8V4TQY57XP8"
3903 http request GET https://registry.npmjs.org/object-keys
3904 silly gunzTarPerm extractEntry README.md
3905 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3906 silly gunzTarPerm extractEntry util.js
3907 silly gunzTarPerm modified mode [ 'util.js', 420, 438 ]
3908 silly gunzTarPerm extractEntry .npmignore
3909 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3910 silly gunzTarPerm extractEntry README.md
3911 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3912 silly gunzTarPerm extractEntry LICENSE
3913 silly gunzTarPerm extractEntry index.js
3914 silly gunzTarPerm extractEntry README.md
3915 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3916 silly gunzTarPerm extractEntry LICENSE
3917 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3918 silly gunzTarPerm extractEntry README.md
3919 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3920 silly gunzTarPerm extractEntry LICENSE
3921 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3922 silly gunzTarPerm extractEntry package.json
3923 silly gunzTarPerm extractEntry package.json
3924 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
3925 silly gunzTarPerm extractEntry README.md
3926 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3927 silly gunzTarPerm extractEntry index.js
3928 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
3929 silly gunzTarPerm extractEntry README.md
3930 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3931 silly gunzTarPerm extractEntry LICENSE
3932 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3933 silly gunzTarPerm extractEntry .npmignore
3934 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
3935 silly gunzTarPerm extractEntry README.md
3936 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3937 silly gunzTarPerm extractEntry README.md
3938 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3939 silly gunzTarPerm extractEntry LICENSE
3940 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3941 silly gunzTarPerm extractEntry README.md
3942 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3943 silly gunzTarPerm extractEntry LICENSE
3944 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3945 silly gunzTarPerm extractEntry README.md
3946 silly gunzTarPerm extractEntry LICENSE
3947 silly gunzTarPerm extractEntry index.js
3948 silly gunzTarPerm extractEntry readme.md
3949 silly gunzTarPerm extractEntry README.md
3950 silly gunzTarPerm extractEntry LICENSE
3951 silly gunzTarPerm extractEntry README.md
3952 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3953 silly gunzTarPerm extractEntry LICENSE
3954 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
3955 silly gunzTarPerm extractEntry .npmignore
3956 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3957 silly gunzTarPerm extractEntry README.md
3958 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3959 silly gunzTarPerm extractEntry License
3960 silly gunzTarPerm modified mode [ 'License', 420, 438 ]
3961 silly gunzTarPerm extractEntry Readme.md
3962 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
3963 silly gunzTarPerm extractEntry .npmignore
3964 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3965 silly gunzTarPerm extractEntry README.md
3966 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3967 silly gunzTarPerm extractEntry README.md
3968 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3969 silly gunzTarPerm extractEntry LICENSE
3970 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3971 silly gunzTarPerm extractEntry .npmignore
3972 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3973 silly gunzTarPerm extractEntry README.md
3974 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
3975 silly gunzTarPerm extractEntry .npmignore
3976 silly gunzTarPerm extractEntry README.md
3977 silly gunzTarPerm extractEntry README.md
3978 silly gunzTarPerm extractEntry LICENSE
3979 silly gunzTarPerm extractEntry License
3980 silly gunzTarPerm modified mode [ 'License', 420, 438 ]
3981 silly gunzTarPerm extractEntry Readme.md
3982 silly gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
3983 silly gunzTarPerm extractEntry README.md
3984 silly gunzTarPerm extractEntry LICENSE
3985 silly gunzTarPerm extractEntry .npmignore
3986 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
3987 silly gunzTarPerm extractEntry README.md
3988 silly gunzTarPerm modified mode [ 'README.md', 509, 511 ]
3989 silly gunzTarPerm extractEntry .npmignore
3990 silly gunzTarPerm extractEntry README.md
3991 silly gunzTarPerm extractEntry .npmignore
3992 silly gunzTarPerm extractEntry README.md
3993 silly gunzTarPerm extractEntry README.md
3994 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
3995 silly gunzTarPerm extractEntry LICENSE
3996 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
3997 silly gunzTarPerm extractEntry .npmignore
3998 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
3999 silly gunzTarPerm extractEntry README.md
4000 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4001 silly gunzTarPerm extractEntry .npmignore
4002 silly gunzTarPerm extractEntry README.md
4003 silly gunzTarPerm extractEntry README.md
4004 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
4005 silly gunzTarPerm extractEntry LICENSE
4006 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4007 silly gunzTarPerm extractEntry .npmignore
4008 silly gunzTarPerm extractEntry README.md
4009 http 304 https://registry.npmjs.org/camelcase-keys
4010 silly get cb [ 304,
4010 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
4010 silly get etag: '"9YY5NGUMN5KHI8DOP5OWEU1T6"',
4010 silly get 'cache-control': 'max-age=60',
4010 silly get 'accept-ranges': 'bytes',
4010 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
4010 silly get via: '1.1 varnish',
4010 silly get connection: 'keep-alive',
4010 silly get 'x-served-by': 'cache-mel6523-MEL',
4010 silly get 'x-cache': 'MISS',
4010 silly get 'x-cache-hits': '0',
4010 silly get 'x-timer': 'S1437704949.933548,VS0,VE205' } ]
4011 verbose etag https://registry.npmjs.org/camelcase-keys from cache
4012 verbose get saving camelcase-keys to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\camelcase-keys\.cache.json
4013 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer\package.json
4014 silly gunzTarPerm extractEntry LICENSE
4015 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4016 silly gunzTarPerm extractEntry index.js
4017 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4018 silly gunzTarPerm extractEntry LICENSE
4019 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4020 silly gunzTarPerm extractEntry writable.js
4021 silly gunzTarPerm modified mode [ 'writable.js', 420, 438 ]
4022 silly gunzTarPerm extractEntry inherits.js
4023 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
4024 silly gunzTarPerm extractEntry inherits_browser.js
4025 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
4026 silly gunzTarPerm extractEntry inherits.js
4027 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
4028 silly gunzTarPerm extractEntry inherits_browser.js
4029 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
4030 silly gunzTarPerm extractEntry inherits.js
4031 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
4032 silly gunzTarPerm extractEntry inherits_browser.js
4033 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
4034 silly gunzTarPerm extractEntry float.patch
4035 silly gunzTarPerm modified mode [ 'float.patch', 420, 438 ]
4036 silly gunzTarPerm extractEntry lib/util.js
4037 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
4038 silly gunzTarPerm extractEntry build/build.js
4039 silly gunzTarPerm modified mode [ 'build/build.js', 420, 438 ]
4040 silly gunzTarPerm extractEntry component.json
4041 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
4042 silly gunzTarPerm extractEntry LICENSE
4043 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
4044 silly gunzTarPerm extractEntry index.js
4045 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
4046 http 304 https://registry.npmjs.org/object-assign
4047 silly get cb [ 304,
4047 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
4047 silly get etag: '"1RFIFUNM0T2Q2RB2OKLQXPDST"',
4047 silly get 'cache-control': 'max-age=60',
4047 silly get 'accept-ranges': 'bytes',
4047 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
4047 silly get via: '1.1 varnish',
4047 silly get connection: 'keep-alive',
4047 silly get 'x-served-by': 'cache-mel6520-MEL',
4047 silly get 'x-cache': 'MISS',
4047 silly get 'x-cache-hits': '0',
4047 silly get 'x-timer': 'S1437704949.934436,VS0,VE211' } ]
4048 verbose etag https://registry.npmjs.org/object-assign from cache
4049 verbose get saving object-assign to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\object-assign\.cache.json
4050 silly gunzTarPerm extractEntry .travis.yml
4051 silly gunzTarPerm extractEntry inflight.js
4052 silly gunzTarPerm modified mode [ 'inflight.js', 420, 438 ]
4053 silly gunzTarPerm extractEntry test.js
4054 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4055 silly gunzTarPerm extractEntry index.js
4056 silly gunzTarPerm extractEntry once.js
4057 silly gunzTarPerm extractEntry test/once.js
4058 silly gunzTarPerm extractEntry example.js
4059 silly gunzTarPerm extractEntry stringstream.js
4060 silly gunzTarPerm extractEntry index.js
4061 silly gunzTarPerm extractEntry index.js
4062 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4063 silly gunzTarPerm extractEntry test.js
4064 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4065 silly gunzTarPerm extractEntry index.js
4066 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
4067 silly gunzTarPerm extractEntry .jshintrc
4068 silly gunzTarPerm modified mode [ '.jshintrc', 436, 438 ]
4069 silly gunzTarPerm extractEntry browser.js
4070 silly gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
4071 silly gunzTarPerm extractEntry minimatch.js
4072 silly gunzTarPerm modified mode [ 'minimatch.js', 420, 438 ]
4073 silly gunzTarPerm extractEntry lib/browser.js
4074 silly gunzTarPerm modified mode [ 'lib/browser.js', 420, 438 ]
4075 silly gunzTarPerm extractEntry lib/form_data.js
4076 silly gunzTarPerm modified mode [ 'lib/form_data.js', 420, 438 ]
4077 silly gunzTarPerm extractEntry LICENSE
4078 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4079 silly gunzTarPerm extractEntry index.js
4080 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4081 silly gunzTarPerm extractEntry LICENSE
4082 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4083 silly gunzTarPerm extractEntry CHANGELOG.md
4084 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
4085 silly gunzTarPerm extractEntry index.js
4086 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
4087 silly gunzTarPerm extractEntry test.js
4088 silly gunzTarPerm modified mode [ 'test.js', 436, 438 ]
4089 silly gunzTarPerm extractEntry LICENSE
4090 silly gunzTarPerm extractEntry stringify.js
4091 silly gunzTarPerm extractEntry lib/combined_stream.js
4092 silly gunzTarPerm modified mode [ 'lib/combined_stream.js', 420, 438 ]
4093 silly gunzTarPerm extractEntry index.js
4094 silly gunzTarPerm extractEntry HISTORY.md
4095 info preinstall fd-slicer@1.0.1
4096 silly gunzTarPerm extractEntry bl.js
4097 silly gunzTarPerm modified mode [ 'bl.js', 436, 438 ]
4098 silly gunzTarPerm extractEntry .jshintrc
4099 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
4100 silly gunzTarPerm extractEntry .travis.yml
4101 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4102 silly gunzTarPerm extractEntry LICENSE.md
4103 silly gunzTarPerm modified mode [ 'LICENSE.md', 420, 438 ]
4104 silly gunzTarPerm extractEntry test/basic-test.js
4105 silly gunzTarPerm modified mode [ 'test/basic-test.js', 420, 438 ]
4106 silly gunzTarPerm extractEntry test/sauce.js
4107 silly gunzTarPerm modified mode [ 'test/sauce.js', 420, 438 ]
4108 silly gunzTarPerm extractEntry test/test.js
4109 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]
4110 silly gunzTarPerm extractEntry LICENSE
4111 silly gunzTarPerm modified mode [ 'LICENSE', 509, 511 ]
4112 silly gunzTarPerm extractEntry LICENSE
4113 silly gunzTarPerm extractEntry isstream.js
4114 silly gunzTarPerm extractEntry test.js
4115 silly gunzTarPerm extractEntry LICENSE
4116 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
4117 silly gunzTarPerm extractEntry .dir-locals.el
4118 silly gunzTarPerm modified mode [ '.dir-locals.el', 420, 438 ]
4119 silly gunzTarPerm extractEntry uuid.js
4120 silly gunzTarPerm extractEntry LICENSE.md
4121 silly gunzTarPerm extractEntry benchmark/README.md
4122 silly gunzTarPerm extractEntry benchmark/benchmark.js
4123 silly gunzTarPerm extractEntry benchmark/bench.gnu
4124 silly gunzTarPerm extractEntry benchmark/bench.sh
4125 silly gunzTarPerm extractEntry benchmark/benchmark-native.c
4126 silly gunzTarPerm extractEntry bin/uuid
4127 silly gunzTarPerm extractEntry bower.json
4128 silly gunzTarPerm extractEntry component.json
4129 silly gunzTarPerm extractEntry test/compare_v1.js
4130 silly gunzTarPerm extractEntry test/test.js
4131 silly gunzTarPerm extractEntry test/test.html
4132 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer\package.json
4133 silly addNameRange number 2 { name: 'camelcase-keys',
4133 silly addNameRange range: '>=1.0.0 <2.0.0',
4133 silly addNameRange hasData: true }
4134 silly addNameRange versions [ 'camelcase-keys', [ '1.0.0' ] ]
4135 silly addNamed camelcase-keys@1.0.0
4136 verbose addNamed "1.0.0" is a plain semver version for camelcase-keys
4137 silly gunzTarPerm extractEntry bin/har-validator
4138 silly gunzTarPerm modified mode [ 'bin/har-validator', 493, 511 ]
4139 silly gunzTarPerm extractEntry lib/error.js
4140 silly gunzTarPerm extractEntry duplex.js
4141 silly gunzTarPerm modified mode [ 'duplex.js', 420, 438 ]
4142 silly gunzTarPerm extractEntry transform.js
4143 silly gunzTarPerm modified mode [ 'transform.js', 420, 438 ]
4144 silly gunzTarPerm extractEntry History.md
4145 silly gunzTarPerm modified mode [ 'History.md', 420, 438 ]
4146 silly gunzTarPerm extractEntry .travis.yml
4147 silly gunzTarPerm extractEntry LICENSE.txt
4148 silly gunzTarPerm extractEntry test.js
4149 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4150 silly gunzTarPerm extractEntry test.js
4151 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4152 silly addNameRange number 2 { name: 'object-assign', range: '>=3.0.0 <4.0.0', hasData: true }
4153 silly addNameRange versions [ 'object-assign',
4153 silly addNameRange [ '0.1.0',
4153 silly addNameRange '0.1.1',
4153 silly addNameRange '0.1.2',
4153 silly addNameRange '0.2.0',
4153 silly addNameRange '0.2.1',
4153 silly addNameRange '0.2.2',
4153 silly addNameRange '0.3.0',
4153 silly addNameRange '0.3.1',
4153 silly addNameRange '0.4.0',
4153 silly addNameRange '1.0.0',
4153 silly addNameRange '2.0.0',
4153 silly addNameRange '3.0.0',
4153 silly addNameRange '2.1.1' ] ]
4154 silly addNamed object-assign@3.0.0
4155 verbose addNamed "3.0.0" is a plain semver version for object-assign
4156 silly gunzTarPerm extractEntry .eslintrc
4157 silly gunzTarPerm modified mode [ '.eslintrc', 420, 438 ]
4158 silly gunzTarPerm extractEntry CHANGELOG.md
4159 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
4160 silly gunzTarPerm extractEntry .jscs.json
4161 silly gunzTarPerm modified mode [ '.jscs.json', 420, 438 ]
4162 silly gunzTarPerm extractEntry CONTRIBUTING.md
4163 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 438 ]
4164 silly gunzTarPerm extractEntry test.js
4165 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
4166 silly gunzTarPerm extractEntry CHANGELOG.md
4167 silly gunzTarPerm extractEntry Makefile
4168 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer\package.json
4169 silly gunzTarPerm extractEntry example/tarray.js
4170 silly gunzTarPerm extractEntry readme.markdown
4171 silly gunzTarPerm extractEntry test/tarray.js
4172 silly gunzTarPerm extractEntry .jshintrc
4173 silly gunzTarPerm extractEntry .travis.yml
4174 silly gunzTarPerm extractEntry LICENSE.md
4175 silly gunzTarPerm extractEntry generate-pubsuffix.js
4176 silly gunzTarPerm extractEntry .jshintrc
4177 silly gunzTarPerm extractEntry .travis.yml
4178 silly gunzTarPerm extractEntry http_signing.md
4179 silly gunzTarPerm modified mode [ 'http_signing.md', 420, 438 ]
4180 silly gunzTarPerm extractEntry lib/index.js
4181 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
4182 silly gunzTarPerm extractEntry lib/parser.js
4183 silly gunzTarPerm modified mode [ 'lib/parser.js', 420, 438 ]
4184 silly gunzTarPerm extractEntry lib/signer.js
4185 silly gunzTarPerm modified mode [ 'lib/signer.js', 420, 438 ]
4186 silly gunzTarPerm extractEntry lib/util.js
4187 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
4188 silly gunzTarPerm extractEntry lib/verify.js
4189 silly gunzTarPerm modified mode [ 'lib/verify.js', 420, 438 ]
4190 silly cache afterAdd camelcase-keys@1.0.0
4191 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\camelcase-keys\1.0.0\package\package.json not in flight; writing
4192 silly gunzTarPerm extractEntry component.json
4193 silly gunzTarPerm modified mode [ 'component.json', 436, 438 ]
4194 silly gunzTarPerm extractEntry bower.json
4195 silly gunzTarPerm modified mode [ 'bower.json', 436, 438 ]
4196 silly gunzTarPerm extractEntry example/usage.js
4197 silly gunzTarPerm modified mode [ 'example/usage.js', 509, 511 ]
4198 http 304 https://registry.npmjs.org/indent-string
4199 silly get cb [ 304,
4199 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
4199 silly get etag: '"3DJ6XQJ4SS09FAPI28Y31ADR0"',
4199 silly get 'cache-control': 'max-age=60',
4199 silly get 'accept-ranges': 'bytes',
4199 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
4199 silly get via: '1.1 varnish',
4199 silly get connection: 'keep-alive',
4199 silly get 'x-served-by': 'cache-mel6523-MEL',
4199 silly get 'x-cache': 'MISS',
4199 silly get 'x-cache-hits': '0',
4199 silly get 'x-timer': 'S1437704949.966700,VS0,VE239' } ]
4200 verbose etag https://registry.npmjs.org/indent-string from cache
4201 verbose get saving indent-string to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\indent-string\.cache.json
4202 silly cache afterAdd object-assign@3.0.0
4203 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\object-assign\3.0.0\package\package.json not in flight; writing
4204 silly gunzTarPerm extractEntry passthrough.js
4205 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 438 ]
4206 silly gunzTarPerm extractEntry readable.js
4207 silly gunzTarPerm modified mode [ 'readable.js', 420, 438 ]
4208 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\camelcase-keys\1.0.0\package\package.json written
4209 silly install resolved []
4210 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
4211 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
4212 silly gunzTarPerm extractEntry test/stringify_test.js
4213 silly gunzTarPerm extractEntry test/mocha.opts
4214 silly gunzTarPerm extractEntry component.json
4215 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
4216 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\object-assign\3.0.0\package\package.json written
4217 info linkStuff fd-slicer@1.0.1
4218 silly linkStuff fd-slicer@1.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules as its parent node_modules
4219 silly linkStuff fd-slicer@1.0.1 is part of a global install
4220 silly linkStuff fd-slicer@1.0.1 is installed into a global node_modules
4221 silly addNameRange number 2 { name: 'indent-string', range: '>=1.1.0 <2.0.0', hasData: true }
4222 silly addNameRange versions [ 'indent-string',
4222 silly addNameRange [ '0.1.0',
4222 silly addNameRange '0.1.1',
4222 silly addNameRange '0.1.2',
4222 silly addNameRange '0.1.3',
4222 silly addNameRange '1.0.0',
4222 silly addNameRange '1.1.0',
4222 silly addNameRange '1.2.0',
4222 silly addNameRange '1.2.1',
4222 silly addNameRange '1.2.2' ] ]
4223 silly addNamed indent-string@1.2.2
4224 verbose addNamed "1.2.2" is a plain semver version for indent-string
4225 silly gunzTarPerm extractEntry lib/_stream_duplex.js
4226 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 438 ]
4227 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
4228 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 438 ]
4229 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute\package.json
4230 verbose linkBins fd-slicer@1.0.1
4231 verbose linkMans fd-slicer@1.0.1
4232 verbose rebuildBundles fd-slicer@1.0.1
4233 info install fd-slicer@1.0.1
4234 silly cache afterAdd indent-string@1.2.2
4235 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\indent-string\1.2.2\package\package.json not in flight; writing
4236 info preinstall path-is-absolute@1.0.0
4237 info postinstall fd-slicer@1.0.1
4238 silly gunzTarPerm extractEntry .eslintrc
4239 silly gunzTarPerm modified mode [ '.eslintrc', 420, 438 ]
4240 silly gunzTarPerm extractEntry .travis.yml
4241 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4242 silly gunzTarPerm extractEntry lib/index.js
4243 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
4244 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute\package.json
4245 silly gunzTarPerm extractEntry lib/_stream_readable.js
4246 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 438 ]
4247 silly gunzTarPerm extractEntry .eslintignore
4248 silly gunzTarPerm modified mode [ '.eslintignore', 420, 438 ]
4249 silly gunzTarPerm extractEntry bower.json
4250 silly gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
4251 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\fd-slicer-6b4ce5a61131c146.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl\node_modules\fd-slicer
4252 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
4253 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
4254 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\indent-string\1.2.2\package\package.json written
4255 silly install resolved [ { name: 'camelcase-keys',
4255 silly install resolved version: '1.0.0',
4255 silly install resolved description: 'Convert object keys to camelCase',
4255 silly install resolved license: 'MIT',
4255 silly install resolved repository:
4255 silly install resolved { type: 'git',
4255 silly install resolved url: 'git+https://github.com/sindresorhus/camelcase-keys.git' },
4255 silly install resolved author:
4255 silly install resolved { name: 'Sindre Sorhus',
4255 silly install resolved email: 'sindresorhus@gmail.com',
4255 silly install resolved url: 'http://sindresorhus.com' },
4255 silly install resolved engines: { node: '>=0.10.0' },
4255 silly install resolved scripts: { test: 'node test.js' },
4255 silly install resolved files: [ 'index.js' ],
4255 silly install resolved keywords:
4255 silly install resolved [ 'map',
4255 silly install resolved 'obj',
4255 silly install resolved 'object',
4255 silly install resolved 'key',
4255 silly install resolved 'keys',
4255 silly install resolved 'value',
4255 silly install resolved 'values',
4255 silly install resolved 'val',
4255 silly install resolved 'iterate',
4255 silly install resolved 'camelcase',
4255 silly install resolved 'camel-case',
4255 silly install resolved 'camel',
4255 silly install resolved 'case',
4255 silly install resolved 'dash',
4255 silly install resolved 'hyphen',
4255 silly install resolved 'dot',
4255 silly install resolved 'underscore',
4255 silly install resolved 'separator',
4255 silly install resolved 'string',
4255 silly install resolved 'text',
4255 silly install resolved 'convert' ],
4255 silly install resolved devDependencies: { ava: '0.0.4' },
4255 silly install resolved dependencies: { camelcase: '^1.0.1', 'map-obj': '^1.0.0' },
4255 silly install resolved gitHead: 'fbb9ff793a80f990e8e3c8963ba36e2c14d569d7',
4255 silly install resolved bugs: { url: 'https://github.com/sindresorhus/camelcase-keys/issues' },
4255 silly install resolved homepage: 'https://github.com/sindresorhus/camelcase-keys',
4255 silly install resolved _id: 'camelcase-keys@1.0.0',
4255 silly install resolved _shasum: 'bd1a11bf9b31a1ce493493a930de1a0baf4ad7ec',
4255 silly install resolved _from: 'camelcase-keys@>=1.0.0 <2.0.0',
4255 silly install resolved _npmVersion: '2.1.2',
4255 silly install resolved _nodeVersion: '0.10.32',
4255 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
4255 silly install resolved maintainers: [ [Object] ],
4255 silly install resolved dist:
4255 silly install resolved { shasum: 'bd1a11bf9b31a1ce493493a930de1a0baf4ad7ec',
4255 silly install resolved tarball: 'http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz' },
4255 silly install resolved directories: {},
4255 silly install resolved _resolved: 'https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-1.0.0.tgz',
4255 silly install resolved readme: 'ERROR: No README data found!' },
4255 silly install resolved { name: 'object-assign',
4255 silly install resolved version: '3.0.0',
4255 silly install resolved description: 'ES6 Object.assign() ponyfill',
4255 silly install resolved license: 'MIT',
4255 silly install resolved repository:
4255 silly install resolved { type: 'git',
4255 silly install resolved url: 'git+https://github.com/sindresorhus/object-assign.git' },
4255 silly install resolved author:
4255 silly install resolved { name: 'Sindre Sorhus',
4255 silly install resolved email: 'sindresorhus@gmail.com',
4255 silly install resolved url: 'http://sindresorhus.com' },
4255 silly install resolved engines: { node: '>=0.10.0' },
4255 silly install resolved scripts: { test: 'mocha' },
4255 silly install resolved files: [ 'index.js' ],
4255 silly install resolved keywords:
4255 silly install resolved [ 'object',
4255 silly install resolved 'assign',
4255 silly install resolved 'extend',
4255 silly install resolved 'properties',
4255 silly install resolved 'es6',
4255 silly install resolved 'ecmascript',
4255 silly install resolved 'harmony',
4255 silly install resolved 'ponyfill',
4255 silly install resolved 'prollyfill',
4255 silly install resolved 'polyfill',
4255 silly install resolved 'shim',
4255 silly install resolved 'browser' ],
4255 silly install resolved devDependencies: { mocha: '*' },
4255 silly install resolved gitHead: '02622dcb0d82bd81a071ed0b04fedf5e5eea7059',
4255 silly install resolved bugs: { url: 'https://github.com/sindresorhus/object-assign/issues' },
4255 silly install resolved homepage: 'https://github.com/sindresorhus/object-assign',
4255 silly install resolved _id: 'object-assign@3.0.0',
4255 silly install resolved _shasum: '9bedd5ca0897949bca47e7ff408062d549f587f2',
4255 silly install resolved _from: 'object-assign@>=3.0.0 <4.0.0',
4255 silly install resolved _npmVersion: '2.10.1',
4255 silly install resolved _nodeVersion: '0.12.4',
4255 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
4255 silly install resolved dist:
4255 silly install resolved { shasum: '9bedd5ca0897949bca47e7ff408062d549f587f2',
4255 silly install resolved tarball: 'http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz' },
4255 silly install resolved maintainers: [ [Object] ],
4255 silly install resolved directories: {},
4255 silly install resolved _resolved: 'https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz',
4255 silly install resolved readme: 'ERROR: No README data found!' },
4255 silly install resolved { name: 'indent-string',
4255 silly install resolved version: '1.2.2',
4255 silly install resolved description: 'Indent each line in a string',
4255 silly install resolved license: 'MIT',
4255 silly install resolved repository:
4255 silly install resolved { type: 'git',
4255 silly install resolved url: 'git+https://github.com/sindresorhus/indent-string.git' },
4255 silly install resolved author:
4255 silly install resolved { name: 'Sindre Sorhus',
4255 silly install resolved email: 'sindresorhus@gmail.com',
4255 silly install resolved url: 'sindresorhus.com' },
4255 silly install resolved bin: { 'indent-string': 'cli.js' },
4255 silly install resolved engines: { node: '>=0.10.0' },
4255 silly install resolved scripts: { test: 'mocha' },
4255 silly install resolved files: [ 'index.js', 'cli.js' ],
4255 silly install resolved keywords: [ 'cli-app', 'cli', 'bin', 'indent', 'string', 'str', 'pad', 'line' ],
4255 silly install resolved dependencies:
4255 silly install resolved { 'get-stdin': '^4.0.1',
4255 silly install resolved minimist: '^1.1.0',
4255 silly install resolved repeating: '^1.1.0' },
4255 silly install resolved devDependencies: { mocha: '*' },
4255 silly install resolved gitHead: 'ce73faa67c3573fa81bf88796b8f4915ba09593e',
4255 silly install resolved bugs: { url: 'https://github.com/sindresorhus/indent-string/issues' },
4255 silly install resolved homepage: 'https://github.com/sindresorhus/indent-string',
4255 silly install resolved _id: 'indent-string@1.2.2',
4255 silly install resolved _shasum: 'db99bcc583eb6abbb1e48dcbb1999a986041cb6b',
4255 silly install resolved _from: 'indent-string@>=1.1.0 <2.0.0',
4255 silly install resolved _npmVersion: '2.11.2',
4255 silly install resolved _nodeVersion: '0.12.5',
4255 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
4255 silly install resolved dist:
4255 silly install resolved { shasum: 'db99bcc583eb6abbb1e48dcbb1999a986041cb6b',
4255 silly install resolved tarball: 'http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz' },
4255 silly install resolved maintainers: [ [Object] ],
4255 silly install resolved directories: {},
4255 silly install resolved _resolved: 'https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz',
4255 silly install resolved readme: 'ERROR: No README data found!' } ]
4256 info install camelcase-keys@1.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
4257 info install object-assign@3.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
4258 info install indent-string@1.2.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow
4259 info installOne camelcase-keys@1.0.0
4260 verbose installOne of camelcase-keys to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow not in flight; installing
4261 info installOne object-assign@3.0.0
4262 verbose installOne of object-assign to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow not in flight; installing
4263 info installOne indent-string@1.2.2
4264 verbose installOne of indent-string to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow not in flight; installing
4265 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute\package.json
4266 info linkStuff yauzl@2.3.1
4267 silly linkStuff yauzl@2.3.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
4268 silly linkStuff yauzl@2.3.1 is part of a global install
4269 silly linkStuff yauzl@2.3.1 is installed into a global node_modules
4270 silly gunzTarPerm extractEntry lib/schemas/index.js
4271 silly gunzTarPerm modified mode [ 'lib/schemas/index.js', 420, 438 ]
4272 silly gunzTarPerm extractEntry lib/schemas/log.json
4273 silly gunzTarPerm modified mode [ 'lib/schemas/log.json', 420, 438 ]
4274 silly gunzTarPerm extractEntry lib/_stream_transform.js
4275 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 438 ]
4276 silly gunzTarPerm extractEntry lib/_stream_writable.js
4277 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 438 ]
4278 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\camelcase-keys-67b129554d421c97.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4279 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\object-assign-5872abfd8a5fa413.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4280 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\indent-string-238742abc11bbea4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4281 silly install write writing camelcase-keys 1.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4282 silly install write writing object-assign 3.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4283 silly install write writing indent-string 1.2.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4284 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\package.json
4285 silly gunzTarPerm extractEntry lib/index.js
4286 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
4287 silly gunzTarPerm extractEntry lib/parse.js
4288 silly gunzTarPerm modified mode [ 'lib/parse.js', 420, 438 ]
4289 verbose linkBins yauzl@2.3.1
4290 verbose linkMans yauzl@2.3.1
4291 verbose rebuildBundles yauzl@2.3.1
4292 silly install resolved []
4293 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
4294 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
4295 verbose rebuildBundles [ 'fd-slicer', 'pend' ]
4296 info install yauzl@2.3.1
4297 silly gunzTarPerm extractEntry test/server/undef_globals.js
4298 silly gunzTarPerm extractEntry images/hawk.png
4299 silly gunzTarPerm modified mode [ 'images/hawk.png', 509, 511 ]
4300 silly gunzTarPerm extractEntry lib/cookie.js
4301 info postinstall yauzl@2.3.1
4302 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4303 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4304 info preinstall once@1.3.2
4305 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4306 silly gunzTarPerm extractEntry .travis.yml
4307 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4308 silly gunzTarPerm extractEntry doc/stream.markdown
4309 silly gunzTarPerm modified mode [ 'doc/stream.markdown', 420, 438 ]
4310 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
4311 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys is being purged from base C:\Users\bas\AppData\Roaming\npm
4312 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4313 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign is being purged from base C:\Users\bas\AppData\Roaming\npm
4314 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4315 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits\package.json
4316 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits\package.json
4317 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\package.json
4318 info linkStuff path-is-absolute@1.0.0
4319 silly linkStuff path-is-absolute@1.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules as its parent node_modules
4320 silly linkStuff path-is-absolute@1.0.0 is part of a global install
4321 silly linkStuff path-is-absolute@1.0.0 is installed into a global node_modules
4322 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
4323 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\yauzl-b9d86619275e8a3e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\yauzl
4324 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\camelcase-keys\1.0.0\package.tgz
4325 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4326 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys is being purged
4327 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys
4328 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string is being purged from base C:\Users\bas\AppData\Roaming\npm
4329 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4330 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\object-assign\3.0.0\package.tgz
4331 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4332 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign is being purged
4333 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4334 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\package.json
4335 silly gunzTarPerm modes [ '777', '666' ]
4336 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\indent-string\1.2.2\package.tgz
4337 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4338 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string is being purged
4339 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string
4340 silly gunzTarPerm modes [ '777', '666' ]
4341 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\package.json
4342 silly gunzTarPerm extractEntry lib/schemas/content.json
4343 silly gunzTarPerm modified mode [ 'lib/schemas/content.json', 420, 438 ]
4344 silly gunzTarPerm extractEntry lib/schemas/cookie.json
4345 silly gunzTarPerm modified mode [ 'lib/schemas/cookie.json', 420, 438 ]
4346 silly gunzTarPerm modes [ '777', '666' ]
4347 info preinstall inherits@2.0.1
4348 info preinstall inherits@2.0.1
4349 info preinstall inherits@2.0.1
4350 verbose linkBins path-is-absolute@1.0.0
4351 verbose linkMans path-is-absolute@1.0.0
4352 verbose rebuildBundles path-is-absolute@1.0.0
4353 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
4354 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
4355 info preinstall inflight@1.0.4
4356 silly gunzTarPerm extractEntry doc/wg-meetings/2015-01-30.md
4357 silly gunzTarPerm modified mode [ 'doc/wg-meetings/2015-01-30.md', 420, 438 ]
4358 silly gunzTarPerm extractEntry .zuul.yml
4359 silly gunzTarPerm modified mode [ '.zuul.yml', 420, 438 ]
4360 info preinstall isarray@0.0.1
4361 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits\package.json
4362 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits\package.json
4363 info preinstall combined-stream@1.0.5
4364 silly prepareForInstallMany adding wrappy@1 from once dependencies
4365 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\package.json
4366 info install path-is-absolute@1.0.0
4367 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms\package.json
4368 silly gunzTarPerm extractEntry package.json
4369 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4370 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent\package.json
4371 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\package.json
4372 silly gunzTarPerm extractEntry package.json
4373 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4374 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
4375 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\package.json
4376 info postinstall path-is-absolute@1.0.0
4377 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2\package.json
4378 silly gunzTarPerm extractEntry package.json
4379 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
4380 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\package.json
4381 info preinstall string_decoder@0.10.31
4382 silly gunzTarPerm extractEntry index.js
4383 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4384 silly gunzTarPerm extractEntry readme.md
4385 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
4386 info preinstall ms@0.7.1
4387 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\path-is-absolute-8834e12af2cde89b.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\path-is-absolute
4388 silly gunzTarPerm extractEntry lib/schemas/creator.json
4389 silly gunzTarPerm modified mode [ 'lib/schemas/creator.json', 420, 438 ]
4390 silly gunzTarPerm extractEntry lib/schemas/entry.json
4391 silly gunzTarPerm modified mode [ 'lib/schemas/entry.json', 420, 438 ]
4392 info preinstall forever-agent@0.6.1
4393 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
4394 silly gunzTarPerm extractEntry index.js
4395 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4396 silly gunzTarPerm extractEntry license
4397 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
4398 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits\package.json
4399 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits\package.json
4400 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
4401 silly gunzTarPerm extractEntry lib/stringify.js
4402 silly gunzTarPerm modified mode [ 'lib/stringify.js', 420, 438 ]
4403 silly gunzTarPerm extractEntry lib/utils.js
4404 silly gunzTarPerm modified mode [ 'lib/utils.js', 420, 438 ]
4405 silly gunzTarPerm extractEntry index.js
4406 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
4407 silly gunzTarPerm extractEntry cli.js
4408 silly gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
4409 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms\package.json
4410 info preinstall aws-sign2@0.5.0
4411 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent\package.json
4412 silly prepareForInstallMany adding wrappy@1 from inflight dependencies
4413 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\package.json
4414 silly cache add args [ 'wrappy@1', null ]
4415 verbose cache add spec wrappy@1
4416 silly cache add parsed spec { raw: 'wrappy@1',
4416 silly cache add scope: null,
4416 silly cache add name: 'wrappy',
4416 silly cache add rawSpec: '1',
4416 silly cache add spec: '>=1.0.0 <2.0.0',
4416 silly cache add type: 'range' }
4417 silly addNamed wrappy@>=1.0.0 <2.0.0
4418 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
4419 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false }
4420 silly mapToRegistry name wrappy
4421 silly mapToRegistry using default registry
4422 silly mapToRegistry registry https://registry.npmjs.org/
4423 silly mapToRegistry uri https://registry.npmjs.org/wrappy
4424 verbose addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching
4425 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless\package.json
4426 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
4427 silly prepareForInstallMany adding delayed-stream@~1.0.0 from combined-stream dependencies
4428 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\package.json
4429 info preinstall mime-types@2.1.3
4430 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2\package.json
4431 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream\package.json
4432 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\package.json
4433 silly install resolved []
4434 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
4435 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
4436 silly install resolved []
4437 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
4438 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
4439 silly install resolved []
4440 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
4441 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
4442 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
4443 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign\package.json
4444 verbose request uri https://registry.npmjs.org/wrappy
4445 verbose request no auth needed
4446 info attempt registry request try #1 at 12:29:09
4447 verbose request using bearer token for auth
4448 verbose etag "BOZ8BM06UJZ9H42VL048PBQMV"
4449 http request GET https://registry.npmjs.org/wrappy
4450 silly gunzTarPerm extractEntry lib/schemas/har.json
4451 silly gunzTarPerm modified mode [ 'lib/schemas/har.json', 420, 438 ]
4452 silly gunzTarPerm extractEntry lib/schemas/cache.json
4453 silly gunzTarPerm modified mode [ 'lib/schemas/cache.json', 420, 438 ]
4454 silly gunzTarPerm extractEntry lib/memstore.js
4455 silly gunzTarPerm extractEntry lib/pathMatch.js
4456 info preinstall caseless@0.11.0
4457 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms\package.json
4458 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent\package.json
4459 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent\package.json
4460 silly gunzTarPerm extractEntry .travis.yml
4461 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
4462 silly gunzTarPerm extractEntry test/parse.js
4463 silly gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
4464 info preinstall stringstream@0.0.4
4465 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\package.json
4466 silly gunzTarPerm extractEntry readme.md
4467 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
4468 silly install resolved []
4469 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
4470 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
4471 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless\package.json
4472 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2\package.json
4473 silly gunzTarPerm extractEntry license
4474 silly gunzTarPerm modified mode [ 'license', 420, 438 ]
4475 silly gunzTarPerm extractEntry readme.md
4476 silly gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
4477 silly cache add args [ 'wrappy@1', null ]
4478 verbose cache add spec wrappy@1
4479 silly cache add args [ 'delayed-stream@~1.0.0', null ]
4480 verbose cache add spec delayed-stream@~1.0.0
4481 silly cache add parsed spec { raw: 'wrappy@1',
4481 silly cache add scope: null,
4481 silly cache add name: 'wrappy',
4481 silly cache add rawSpec: '1',
4481 silly cache add spec: '>=1.0.0 <2.0.0',
4481 silly cache add type: 'range' }
4482 silly addNamed wrappy@>=1.0.0 <2.0.0
4483 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
4484 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false }
4485 silly mapToRegistry name wrappy
4486 silly mapToRegistry using default registry
4487 silly mapToRegistry registry https://registry.npmjs.org/
4488 silly mapToRegistry uri https://registry.npmjs.org/wrappy
4489 verbose addNameRange registry:https://registry.npmjs.org/wrappy already in flight; waiting
4490 silly cache add parsed spec { raw: 'delayed-stream@~1.0.0',
4490 silly cache add scope: null,
4490 silly cache add name: 'delayed-stream',
4490 silly cache add rawSpec: '~1.0.0',
4490 silly cache add spec: '>=1.0.0 <1.1.0',
4490 silly cache add type: 'range' }
4491 silly addNamed delayed-stream@>=1.0.0 <1.1.0
4492 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for delayed-stream
4493 silly addNameRange { name: 'delayed-stream',
4493 silly addNameRange range: '>=1.0.0 <1.1.0',
4493 silly addNameRange hasData: false }
4494 silly mapToRegistry name delayed-stream
4495 silly mapToRegistry using default registry
4496 silly mapToRegistry registry https://registry.npmjs.org/
4497 silly mapToRegistry uri https://registry.npmjs.org/delayed-stream
4498 verbose addNameRange registry:https://registry.npmjs.org/delayed-stream not in flight; fetching
4499 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream\package.json
4500 info linkStuff inherits@2.0.1
4501 silly linkStuff inherits@2.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
4502 silly linkStuff inherits@2.0.1 is part of a global install
4503 silly linkStuff inherits@2.0.1 is installed into a global node_modules
4504 silly prepareForInstallMany adding mime-db@~1.15.0 from mime-types dependencies
4505 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\package.json
4506 info preinstall oauth-sign@0.8.0
4507 info linkStuff inherits@2.0.1
4508 silly linkStuff inherits@2.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules as its parent node_modules
4509 silly linkStuff inherits@2.0.1 is part of a global install
4510 silly linkStuff inherits@2.0.1 is installed into a global node_modules
4511 info linkStuff inherits@2.0.1
4512 silly linkStuff inherits@2.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules as its parent node_modules
4513 silly linkStuff inherits@2.0.1 is part of a global install
4514 silly linkStuff inherits@2.0.1 is installed into a global node_modules
4515 info preinstall tunnel-agent@0.4.1
4516 silly install resolved []
4517 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
4518 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
4519 info preinstall form-data@1.0.0-rc2
4520 silly install resolved []
4521 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
4522 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
4523 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign\package.json
4524 info linkStuff isarray@0.0.1
4525 silly linkStuff isarray@0.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
4526 silly linkStuff isarray@0.0.1 is part of a global install
4527 silly linkStuff isarray@0.0.1 is installed into a global node_modules
4528 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent\package.json
4529 silly install resolved []
4530 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
4531 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
4532 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\package.json
4533 silly gunzTarPerm extractEntry test/stringify.js
4534 silly gunzTarPerm modified mode [ 'test/stringify.js', 420, 438 ]
4535 silly gunzTarPerm extractEntry test/utils.js
4536 silly gunzTarPerm modified mode [ 'test/utils.js', 420, 438 ]
4537 verbose request uri https://registry.npmjs.org/delayed-stream
4538 verbose request no auth needed
4539 info attempt registry request try #1 at 12:29:09
4540 verbose request using bearer token for auth
4541 verbose etag "3R3PDLMYOHW7LS95R001QU3HH"
4542 http request GET https://registry.npmjs.org/delayed-stream
4543 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless\package.json
4544 silly install resolved []
4545 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
4546 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
4547 verbose linkBins inherits@2.0.1
4548 verbose linkMans inherits@2.0.1
4549 verbose rebuildBundles inherits@2.0.1
4550 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream\package.json
4551 verbose linkBins inherits@2.0.1
4552 verbose linkMans inherits@2.0.1
4553 verbose rebuildBundles inherits@2.0.1
4554 verbose linkBins inherits@2.0.1
4555 verbose linkMans inherits@2.0.1
4556 verbose rebuildBundles inherits@2.0.1
4557 info install inherits@2.0.1
4558 info install inherits@2.0.1
4559 info install inherits@2.0.1
4560 info linkStuff string_decoder@0.10.31
4561 silly linkStuff string_decoder@0.10.31 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
4562 silly linkStuff string_decoder@0.10.31 is part of a global install
4563 silly linkStuff string_decoder@0.10.31 is installed into a global node_modules
4564 silly cache add args [ 'mime-db@~1.15.0', null ]
4565 verbose cache add spec mime-db@~1.15.0
4566 silly cache add parsed spec { raw: 'mime-db@~1.15.0',
4566 silly cache add scope: null,
4566 silly cache add name: 'mime-db',
4566 silly cache add rawSpec: '~1.15.0',
4566 silly cache add spec: '>=1.15.0 <1.16.0',
4566 silly cache add type: 'range' }
4567 silly addNamed mime-db@>=1.15.0 <1.16.0
4568 verbose addNamed ">=1.15.0 <1.16.0" is a valid semver range for mime-db
4569 silly addNameRange { name: 'mime-db', range: '>=1.15.0 <1.16.0', hasData: false }
4570 silly mapToRegistry name mime-db
4571 silly mapToRegistry using default registry
4572 silly mapToRegistry registry https://registry.npmjs.org/
4573 silly mapToRegistry uri https://registry.npmjs.org/mime-db
4574 verbose addNameRange registry:https://registry.npmjs.org/mime-db not in flight; fetching
4575 info linkStuff ms@0.7.1
4576 silly linkStuff ms@0.7.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules as its parent node_modules
4577 silly linkStuff ms@0.7.1 is part of a global install
4578 silly linkStuff ms@0.7.1 is installed into a global node_modules
4579 verbose linkBins isarray@0.0.1
4580 verbose linkMans isarray@0.0.1
4581 verbose rebuildBundles isarray@0.0.1
4582 info postinstall inherits@2.0.1
4583 info linkStuff forever-agent@0.6.1
4584 silly linkStuff forever-agent@0.6.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4585 silly linkStuff forever-agent@0.6.1 is part of a global install
4586 silly linkStuff forever-agent@0.6.1 is installed into a global node_modules
4587 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign\package.json
4588 info postinstall inherits@2.0.1
4589 info postinstall inherits@2.0.1
4590 info install isarray@0.0.1
4591 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent\package.json
4592 silly gunzTarPerm extractEntry lib/schemas/cacheEntry.json
4593 silly gunzTarPerm modified mode [ 'lib/schemas/cacheEntry.json', 420, 438 ]
4594 silly gunzTarPerm extractEntry lib/schemas/page.json
4595 silly gunzTarPerm modified mode [ 'lib/schemas/page.json', 420, 438 ]
4596 silly gunzTarPerm extractEntry images/logo.png
4597 silly gunzTarPerm modified mode [ 'images/logo.png', 509, 511 ]
4598 silly gunzTarPerm extractEntry lib/browser.js
4599 silly gunzTarPerm modified mode [ 'lib/browser.js', 509, 511 ]
4600 silly gunzTarPerm extractEntry lib/client.js
4601 silly gunzTarPerm modified mode [ 'lib/client.js', 509, 511 ]
4602 silly gunzTarPerm extractEntry lib/crypto.js
4603 silly gunzTarPerm modified mode [ 'lib/crypto.js', 509, 511 ]
4604 silly gunzTarPerm extractEntry lib/index.js
4605 silly gunzTarPerm modified mode [ 'lib/index.js', 509, 511 ]
4606 silly gunzTarPerm extractEntry lib/server.js
4607 silly gunzTarPerm modified mode [ 'lib/server.js', 509, 511 ]
4608 silly gunzTarPerm extractEntry lib/utils.js
4609 silly gunzTarPerm modified mode [ 'lib/utils.js', 509, 511 ]
4610 silly gunzTarPerm extractEntry .travis.yml
4611 silly gunzTarPerm modified mode [ '.travis.yml', 509, 511 ]
4612 silly gunzTarPerm extractEntry test/browser.js
4613 silly gunzTarPerm modified mode [ 'test/browser.js', 509, 511 ]
4614 silly gunzTarPerm extractEntry test/client.js
4615 silly gunzTarPerm modified mode [ 'test/client.js', 509, 511 ]
4616 silly gunzTarPerm extractEntry test/crypto.js
4617 silly gunzTarPerm modified mode [ 'test/crypto.js', 509, 511 ]
4618 silly gunzTarPerm extractEntry test/index.js
4619 silly gunzTarPerm modified mode [ 'test/index.js', 509, 511 ]
4620 silly gunzTarPerm extractEntry test/readme.js
4621 silly gunzTarPerm modified mode [ 'test/readme.js', 509, 511 ]
4622 silly gunzTarPerm extractEntry test/server.js
4623 silly gunzTarPerm modified mode [ 'test/server.js', 509, 511 ]
4624 silly gunzTarPerm extractEntry test/uri.js
4625 silly gunzTarPerm modified mode [ 'test/uri.js', 509, 511 ]
4626 silly gunzTarPerm extractEntry test/utils.js
4627 silly gunzTarPerm modified mode [ 'test/utils.js', 509, 511 ]
4628 info linkStuff aws-sign2@0.5.0
4629 silly linkStuff aws-sign2@0.5.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4630 silly linkStuff aws-sign2@0.5.0 is part of a global install
4631 silly linkStuff aws-sign2@0.5.0 is installed into a global node_modules
4632 silly prepareForInstallMany adding async@^1.2.1 from form-data dependencies
4633 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\package.json
4634 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
4635 silly install resolved []
4636 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
4637 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
4638 info postinstall isarray@0.0.1
4639 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-d6ab0c735d1eac70.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\inherits
4640 silly install resolved []
4641 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
4642 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
4643 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-0de1833808694c8f.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inherits
4644 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-54a258a23144cd91.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\inherits
4645 verbose linkBins string_decoder@0.10.31
4646 verbose linkMans string_decoder@0.10.31
4647 verbose rebuildBundles string_decoder@0.10.31
4648 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream\package.json
4649 silly gunzTarPerm extractEntry lib/permuteDomain.js
4650 silly gunzTarPerm extractEntry lib/pubsuffix.js
4651 verbose request uri https://registry.npmjs.org/mime-db
4652 verbose request no auth needed
4653 info attempt registry request try #1 at 12:29:09
4654 verbose request using bearer token for auth
4655 verbose etag "1422MOQS6K5G1783DFU5UQWKS"
4656 http request GET https://registry.npmjs.org/mime-db
4657 verbose linkBins ms@0.7.1
4658 verbose linkMans ms@0.7.1
4659 verbose rebuildBundles ms@0.7.1
4660 info install string_decoder@0.10.31
4661 verbose linkBins forever-agent@0.6.1
4662 verbose linkMans forever-agent@0.6.1
4663 verbose rebuildBundles forever-agent@0.6.1
4664 info install ms@0.7.1
4665 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isarray-5fa9ba1f866b7c32.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\isarray
4666 info install forever-agent@0.6.1
4667 info preinstall core-util-is@1.0.1
4668 verbose linkBins aws-sign2@0.5.0
4669 verbose linkMans aws-sign2@0.5.0
4670 verbose rebuildBundles aws-sign2@0.5.0
4671 silly install resolved []
4672 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
4673 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
4674 info postinstall string_decoder@0.10.31
4675 silly install resolved []
4676 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
4677 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
4678 info install aws-sign2@0.5.0
4679 info postinstall ms@0.7.1
4680 info linkStuff caseless@0.11.0
4681 silly linkStuff caseless@0.11.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4682 silly linkStuff caseless@0.11.0 is part of a global install
4683 silly linkStuff caseless@0.11.0 is installed into a global node_modules
4684 info preinstall isstream@0.1.2
4685 silly gunzTarPerm extractEntry lib/schemas/pageTimings.json
4686 silly gunzTarPerm modified mode [ 'lib/schemas/pageTimings.json', 420, 438 ]
4687 silly gunzTarPerm extractEntry lib/schemas/postData.json
4688 silly gunzTarPerm modified mode [ 'lib/schemas/postData.json', 420, 438 ]
4689 info postinstall forever-agent@0.6.1
4690 info linkStuff stringstream@0.0.4
4691 silly linkStuff stringstream@0.0.4 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4692 silly linkStuff stringstream@0.0.4 is part of a global install
4693 silly linkStuff stringstream@0.0.4 is installed into a global node_modules
4694 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
4695 silly cache add args [ 'async@^1.2.1', null ]
4696 verbose cache add spec async@^1.2.1
4697 silly cache add parsed spec { raw: 'async@^1.2.1',
4697 silly cache add scope: null,
4697 silly cache add name: 'async',
4697 silly cache add rawSpec: '^1.2.1',
4697 silly cache add spec: '>=1.2.1 <2.0.0',
4697 silly cache add type: 'range' }
4698 silly addNamed async@>=1.2.1 <2.0.0
4699 verbose addNamed ">=1.2.1 <2.0.0" is a valid semver range for async
4700 silly addNameRange { name: 'async', range: '>=1.2.1 <2.0.0', hasData: false }
4701 silly mapToRegistry name async
4702 silly mapToRegistry using default registry
4703 silly mapToRegistry registry https://registry.npmjs.org/
4704 silly mapToRegistry uri https://registry.npmjs.org/async
4705 verbose addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
4706 info postinstall aws-sign2@0.5.0
4707 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\string-decoder-b493c4ceea37bfd4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
4708 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream\package.json
4709 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\ms-6d5bb774b3cefb1a.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug\node_modules\ms
4710 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
4711 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
4712 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\forever-agent-0a332dd2dc46a293.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\forever-agent
4713 info linkStuff oauth-sign@0.8.0
4714 silly linkStuff oauth-sign@0.8.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4715 silly linkStuff oauth-sign@0.8.0 is part of a global install
4716 silly linkStuff oauth-sign@0.8.0 is installed into a global node_modules
4717 info linkStuff tunnel-agent@0.4.1
4718 silly linkStuff tunnel-agent@0.4.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4719 silly linkStuff tunnel-agent@0.4.1 is part of a global install
4720 silly linkStuff tunnel-agent@0.4.1 is installed into a global node_modules
4721 verbose linkBins caseless@0.11.0
4722 verbose linkMans caseless@0.11.0
4723 verbose rebuildBundles caseless@0.11.0
4724 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\aws-sign2-686e47bbb0a23ed6.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\aws-sign2
4725 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys\package.json
4726 verbose linkBins stringstream@0.0.4
4727 verbose linkMans stringstream@0.0.4
4728 verbose rebuildBundles stringstream@0.0.4
4729 info install caseless@0.11.0
4730 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe\package.json
4731 verbose get https://registry.npmjs.org/async not expired, no request
4732 silly addNameRange number 2 { name: 'async', range: '>=1.2.1 <2.0.0', hasData: true }
4733 silly addNameRange versions [ 'async',
4733 silly addNameRange [ '0.1.0',
4733 silly addNameRange '0.1.1',
4733 silly addNameRange '0.1.2',
4733 silly addNameRange '0.1.3',
4733 silly addNameRange '0.1.4',
4733 silly addNameRange '0.1.5',
4733 silly addNameRange '0.1.6',
4733 silly addNameRange '0.1.7',
4733 silly addNameRange '0.1.8',
4733 silly addNameRange '0.1.9',
4733 silly addNameRange '0.1.10',
4733 silly addNameRange '0.1.11',
4733 silly addNameRange '0.1.12',
4733 silly addNameRange '0.1.13',
4733 silly addNameRange '0.1.14',
4733 silly addNameRange '0.1.15',
4733 silly addNameRange '0.1.16',
4733 silly addNameRange '0.1.17',
4733 silly addNameRange '0.1.18',
4733 silly addNameRange '0.1.19',
4733 silly addNameRange '0.1.20',
4733 silly addNameRange '0.1.21',
4733 silly addNameRange '0.1.22',
4733 silly addNameRange '0.2.0',
4733 silly addNameRange '0.2.1',
4733 silly addNameRange '0.2.2',
4733 silly addNameRange '0.2.3',
4733 silly addNameRange '0.2.4',
4733 silly addNameRange '0.2.5',
4733 silly addNameRange '0.2.6',
4733 silly addNameRange '0.2.7',
4733 silly addNameRange '0.2.8',
4733 silly addNameRange '0.2.9',
4733 silly addNameRange '0.2.10',
4733 silly addNameRange '0.3.0',
4733 silly addNameRange '0.4.0',
4733 silly addNameRange '0.4.1',
4733 silly addNameRange '0.5.0',
4733 silly addNameRange '0.6.0',
4733 silly addNameRange '0.6.1',
4733 silly addNameRange '0.6.2',
4733 silly addNameRange '0.7.0',
4733 silly addNameRange '0.8.0',
4733 silly addNameRange '0.9.0',
4733 silly addNameRange '0.9.2',
4733 silly addNameRange '1.0.0',
4733 silly addNameRange '1.1.0',
4733 silly addNameRange '1.2.0',
4733 silly addNameRange '1.1.1',
4733 silly addNameRange '1.2.1',
4733 silly addNameRange '1.3.0',
4733 silly addNameRange '1.4.0' ] ]
4734 silly addNamed async@1.4.0
4735 verbose addNamed "1.4.0" is a plain semver version for async
4736 info install stringstream@0.0.4
4737 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
4738 silly gunzTarPerm extractEntry lib/schemas/record.json
4739 silly gunzTarPerm modified mode [ 'lib/schemas/record.json', 420, 438 ]
4740 silly gunzTarPerm extractEntry lib/schemas/request.json
4741 silly gunzTarPerm modified mode [ 'lib/schemas/request.json', 420, 438 ]
4742 info postinstall caseless@0.11.0
4743 info linkStuff debug@2.2.0
4744 silly linkStuff debug@2.2.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules as its parent node_modules
4745 silly linkStuff debug@2.2.0 is part of a global install
4746 silly linkStuff debug@2.2.0 is installed into a global node_modules
4747 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream\package.json
4748 info postinstall stringstream@0.0.4
4749 verbose linkBins oauth-sign@0.8.0
4750 verbose linkMans oauth-sign@0.8.0
4751 verbose rebuildBundles oauth-sign@0.8.0
4752 verbose linkBins tunnel-agent@0.4.1
4753 verbose linkMans tunnel-agent@0.4.1
4754 verbose rebuildBundles tunnel-agent@0.4.1
4755 info install oauth-sign@0.8.0
4756 info preinstall camelcase-keys@1.0.0
4757 http 304 https://registry.npmjs.org/object-keys
4758 silly get cb [ 304,
4758 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
4758 silly get etag: '"17KI1DS0EJEG1J8V4TQY57XP8"',
4758 silly get 'cache-control': 'max-age=60',
4758 silly get 'accept-ranges': 'bytes',
4758 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
4758 silly get via: '1.1 varnish',
4758 silly get connection: 'keep-alive',
4758 silly get 'x-served-by': 'cache-mel6523-MEL',
4758 silly get 'x-cache': 'MISS',
4758 silly get 'x-cache-hits': '0',
4758 silly get 'x-timer': 'S1437704950.266560,VS0,VE242' } ]
4759 verbose etag https://registry.npmjs.org/object-keys from cache
4760 verbose get saving object-keys to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\object-keys\.cache.json
4761 info install tunnel-agent@0.4.1
4762 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\caseless-a09cd802397b6859.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\caseless
4763 info preinstall json-stringify-safe@5.0.1
4764 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\stringstream-aef12a9c8d97de45.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\stringstream
4765 info postinstall oauth-sign@0.8.0
4766 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\package.json
4767 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys\package.json
4768 info postinstall tunnel-agent@0.4.1
4769 silly cache afterAdd async@1.4.0
4770 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\async\1.4.0\package\package.json not in flight; writing
4771 silly install resolved []
4772 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
4773 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
4774 verbose linkBins debug@2.2.0
4775 verbose linkMans debug@2.2.0
4776 verbose rebuildBundles debug@2.2.0
4777 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe\package.json
4778 verbose rebuildBundles [ 'ms' ]
4779 info install debug@2.2.0
4780 silly install resolved []
4781 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
4782 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
4783 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\oauth-sign-c5621e033644a2a0.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\oauth-sign
4784 silly gunzTarPerm extractEntry lib/schemas/response.json
4785 silly gunzTarPerm modified mode [ 'lib/schemas/response.json', 420, 438 ]
4786 silly gunzTarPerm extractEntry lib/schemas/timings.json
4787 silly gunzTarPerm modified mode [ 'lib/schemas/timings.json', 420, 438 ]
4788 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\tunnel-agent-6f18db713869ad2b.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\tunnel-agent
4789 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign\package.json
4790 info postinstall debug@2.2.0
4791 info preinstall readable-stream@1.1.13
4792 info linkStuff core-util-is@1.0.1
4793 silly linkStuff core-util-is@1.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
4794 silly linkStuff core-util-is@1.0.1 is part of a global install
4795 silly linkStuff core-util-is@1.0.1 is installed into a global node_modules
4796 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\async\1.4.0\package\package.json written
4797 silly install resolved [ { name: 'async',
4797 silly install resolved description: 'Higher-order functions and common patterns for asynchronous code',
4797 silly install resolved main: 'lib/async.js',
4797 silly install resolved author: { name: 'Caolan McMahon' },
4797 silly install resolved version: '1.4.0',
4797 silly install resolved keywords: [ 'async', 'callback', 'utility', 'module' ],
4797 silly install resolved repository: { type: 'git', url: 'git+https://github.com/caolan/async.git' },
4797 silly install resolved bugs: { url: 'https://github.com/caolan/async/issues' },
4797 silly install resolved license: 'MIT',
4797 silly install resolved devDependencies:
4797 silly install resolved { benchmark: 'github:bestiejs/benchmark.js',
4797 silly install resolved bluebird: '^2.9.32',
4797 silly install resolved coveralls: '^2.11.2',
4797 silly install resolved 'es6-promise': '^2.3.0',
4797 silly install resolved jscs: '^1.13.1',
4797 silly install resolved jshint: '~2.8.0',
4797 silly install resolved lodash: '^3.9.0',
4797 silly install resolved mkdirp: '~0.5.1',
4797 silly install resolved 'native-promise-only': '^0.8.0-a',
4797 silly install resolved nodeunit: '>0.0.0',
4797 silly install resolved nyc: '^2.1.0',
4797 silly install resolved rsvp: '^3.0.18',
4797 silly install resolved 'uglify-js': '~2.4.0',
4797 silly install resolved xyz: '^0.5.0',
4797 silly install resolved yargs: '~3.9.1' },
4797 silly install resolved jam: { main: 'lib/async.js', include: [Object], categories: [Object] },
4797 silly install resolved scripts:
4797 silly install resolved { test: 'npm run-script lint && nodeunit test/test-async.js',
4797 silly install resolved lint: 'jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js',
4797 silly install resolved coverage: 'nyc npm test && nyc report',
4797 silly install resolved coveralls: 'nyc npm test && nyc report --reporter=text-lcov | coveralls' },
4797 silly install resolved spm: { main: 'lib/async.js' },
4797 silly install resolved volo: { main: 'lib/async.js', ignore: [Object] },
4797 silly install resolved gitHead: '5bfcd31c72e003f96df025e75753463da61f49f9',
4797 silly install resolved homepage: 'https://github.com/caolan/async#readme',
4797 silly install resolved _id: 'async@1.4.0',
4797 silly install resolved _shasum: '35f86f83c59e0421d099cd9a91d8278fb578c00d',
4797 silly install resolved _from: 'async@>=1.2.1 <2.0.0',
4797 silly install resolved _npmVersion: '2.13.0',
4797 silly install resolved _nodeVersion: '2.4.0',
4797 silly install resolved _npmUser: { name: 'megawac', email: 'megawac@gmail.com' },
4797 silly install resolved dist:
4797 silly install resolved { shasum: '35f86f83c59e0421d099cd9a91d8278fb578c00d',
4797 silly install resolved tarball: 'http://registry.npmjs.org/async/-/async-1.4.0.tgz' },
4797 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
4797 silly install resolved directories: {},
4797 silly install resolved _resolved: 'https://registry.npmjs.org/async/-/async-1.4.0.tgz',
4797 silly install resolved readme: 'ERROR: No README data found!' } ]
4798 info install async@1.4.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data
4799 info installOne async@1.4.0
4800 verbose installOne of async to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data not in flight; installing
4801 silly prepareForInstallMany adding camelcase@^1.0.1 from camelcase-keys dependencies
4802 silly prepareForInstallMany adding map-obj@^1.0.0 from camelcase-keys dependencies
4803 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\camelcase-keys\package.json
4804 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\package.json
4805 silly addNameRange number 2 { name: 'object-keys', range: '>=0.4.0 <0.5.0', hasData: true }
4806 silly addNameRange versions [ 'object-keys',
4806 silly addNameRange [ '0.0.1',
4806 silly addNameRange '0.1.0',
4806 silly addNameRange '0.1.1',
4806 silly addNameRange '0.1.2',
4806 silly addNameRange '0.1.3',
4806 silly addNameRange '0.1.4',
4806 silly addNameRange '0.1.5',
4806 silly addNameRange '0.1.6',
4806 silly addNameRange '0.1.7',
4806 silly addNameRange '0.1.8',
4806 silly addNameRange '0.2.0',
4806 silly addNameRange '0.3.0',
4806 silly addNameRange '0.4.0',
4806 silly addNameRange '0.5.0',
4806 silly addNameRange '0.5.1',
4806 silly addNameRange '0.6.0',
4806 silly addNameRange '0.6.1',
4806 silly addNameRange '1.0.0',
4806 silly addNameRange '1.0.1',
4806 silly addNameRange '1.0.2',
4806 silly addNameRange '1.0.3',
4806 silly addNameRange '1.0.4',
4806 silly addNameRange '1.0.5',
4806 silly addNameRange '1.0.6',
4806 silly addNameRange '1.0.7' ] ]
4807 silly addNamed object-keys@0.4.0
4808 verbose addNamed "0.4.0" is a plain semver version for object-keys
4809 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\debug-86422ae410a4b315.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\debug
4810 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe\package.json
4811 info linkStuff isstream@0.1.2
4812 silly linkStuff isstream@0.1.2 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4813 silly linkStuff isstream@0.1.2 is part of a global install
4814 silly linkStuff isstream@0.1.2 is installed into a global node_modules
4815 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend\package.json
4816 info preinstall object-assign@3.0.0
4817 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray\package.json
4818 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign\package.json
4819 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\async-8e6aab0e60067949.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4820 verbose linkBins core-util-is@1.0.1
4821 verbose linkMans core-util-is@1.0.1
4822 verbose rebuildBundles core-util-is@1.0.1
4823 silly install write writing async 1.4.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4824 info install core-util-is@1.0.1
4825 silly gunzTarPerm extractEntry lib/store.js
4826 silly gunzTarPerm extractEntry .editorconfig
4827 info preinstall extend@3.0.0
4828 verbose linkBins isstream@0.1.2
4829 verbose linkMans isstream@0.1.2
4830 verbose rebuildBundles isstream@0.1.2
4831 silly prepareForInstallMany adding core-util-is@~1.0.0 from readable-stream dependencies
4832 silly prepareForInstallMany adding isarray@0.0.1 from readable-stream dependencies
4833 silly prepareForInstallMany adding string_decoder@~0.10.x from readable-stream dependencies
4834 silly prepareForInstallMany adding inherits@~2.0.1 from readable-stream dependencies
4835 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\package.json
4836 silly cache afterAdd object-keys@0.4.0
4837 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\object-keys\0.4.0\package\package.json not in flight; writing
4838 silly install resolved []
4839 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
4840 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
4841 info install isstream@0.1.2
4842 info postinstall core-util-is@1.0.1
4843 silly cache add args [ 'camelcase@^1.0.1', null ]
4844 verbose cache add spec camelcase@^1.0.1
4845 silly cache add parsed spec { raw: 'camelcase@^1.0.1',
4845 silly cache add scope: null,
4845 silly cache add name: 'camelcase',
4845 silly cache add rawSpec: '^1.0.1',
4845 silly cache add spec: '>=1.0.1 <2.0.0',
4845 silly cache add type: 'range' }
4846 silly addNamed camelcase@>=1.0.1 <2.0.0
4847 verbose addNamed ">=1.0.1 <2.0.0" is a valid semver range for camelcase
4848 silly addNameRange { name: 'camelcase', range: '>=1.0.1 <2.0.0', hasData: false }
4849 silly mapToRegistry name camelcase
4850 silly mapToRegistry using default registry
4851 silly mapToRegistry registry https://registry.npmjs.org/
4852 silly mapToRegistry uri https://registry.npmjs.org/camelcase
4853 verbose addNameRange registry:https://registry.npmjs.org/camelcase not in flight; fetching
4854 silly cache add args [ 'map-obj@^1.0.0', null ]
4855 verbose cache add spec map-obj@^1.0.0
4856 silly cache add parsed spec { raw: 'map-obj@^1.0.0',
4856 silly cache add scope: null,
4856 silly cache add name: 'map-obj',
4856 silly cache add rawSpec: '^1.0.0',
4856 silly cache add spec: '>=1.0.0 <2.0.0',
4856 silly cache add type: 'range' }
4857 silly addNamed map-obj@>=1.0.0 <2.0.0
4858 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for map-obj
4859 silly addNameRange { name: 'map-obj', range: '>=1.0.0 <2.0.0', hasData: false }
4860 silly mapToRegistry name map-obj
4861 silly mapToRegistry using default registry
4862 silly mapToRegistry registry https://registry.npmjs.org/
4863 silly mapToRegistry uri https://registry.npmjs.org/map-obj
4864 verbose addNameRange registry:https://registry.npmjs.org/map-obj not in flight; fetching
4865 info preinstall typedarray@0.0.6
4866 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend\package.json
4867 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string\package.json
4868 info postinstall isstream@0.1.2
4869 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray\package.json
4870 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign\package.json
4871 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4872 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\core-util-is-5d373c08f1c4f6b4.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
4873 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
4874 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
4875 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async is being purged from base C:\Users\bas\AppData\Roaming\npm
4876 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4877 info linkStuff json-stringify-safe@5.0.1
4878 silly linkStuff json-stringify-safe@5.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
4879 silly linkStuff json-stringify-safe@5.0.1 is part of a global install
4880 silly linkStuff json-stringify-safe@5.0.1 is installed into a global node_modules
4881 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isstream-6756a3d74ff00ab5.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\isstream
4882 verbose request uri https://registry.npmjs.org/camelcase
4883 verbose request no auth needed
4884 info attempt registry request try #1 at 12:29:10
4885 verbose request using bearer token for auth
4886 verbose etag "6XAGLJOTMXUSR9AZ0OF1VKA2"
4887 http request GET https://registry.npmjs.org/camelcase
4888 verbose request uri https://registry.npmjs.org/map-obj
4889 verbose request no auth needed
4890 info attempt registry request try #1 at 12:29:10
4891 verbose request using bearer token for auth
4892 verbose etag "4H44F4UF18IPWV3F8DF1LJX80"
4893 http request GET https://registry.npmjs.org/map-obj
4894 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\object-keys\0.4.0\package\package.json written
4895 silly install resolved [ { name: 'object-keys',
4895 silly install resolved version: '0.4.0',
4895 silly install resolved author: { name: 'Jordan Harband' },
4895 silly install resolved description: 'An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim',
4895 silly install resolved license: 'MIT',
4895 silly install resolved main: 'index.js',
4895 silly install resolved scripts: { test: 'node test/index.js' },
4895 silly install resolved repository: { type: 'git', url: 'git://github.com/ljharb/object-keys.git' },
4895 silly install resolved keywords: [ 'Object.keys', 'keys', 'ES5', 'shim' ],
4895 silly install resolved dependencies: {},
4895 silly install resolved devDependencies:
4895 silly install resolved { foreach: '~2.0.3',
4895 silly install resolved is: '~0.2.6',
4895 silly install resolved tape: '~1.0.4',
4895 silly install resolved indexof: '~0.0.1' },
4895 silly install resolved testling: { files: 'test/index.js', browsers: [Object] },
4895 silly install resolved readme: '#object-keys <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4] [![dependency status][5]][6]\n\n[![browser support][7]][8]\n\nAn Object.keys shim. Uses Object.keys if available.\n\n## Example\n\n```js\nvar keys = require(\'object-keys\');\nvar assert = require(\'assert\');\nvar obj = {\n\ta: true,\n\tb: true,\n\tc: true\n};\n\nassert.equal(keys(obj), [\'a\', \'b\', \'c\']);\n```\n\n## Source\nImplementation taken directly from [es5-shim]([9]), with modifications, including from [lodash]([10]).\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/object-keys\n[2]: http://vb.teelaun.ch/ljharb/object-keys.svg\n[3]: https://travis-ci.org/ljharb/object-keys.png\n[4]: https://travis-ci.org/ljharb/object-keys\n[5]: https://david-dm.org/ljharb/object-keys.png\n[6]: https://david-dm.org/ljharb/object-keys\n[7]: https://ci.testling.com/ljharb/object-keys.png\n[8]: https://ci.testling.com/ljharb/object-keys\n[9]: https://github.com/kriskowal/es5-shim/blob/master/es5-shim.js#L542-589\n[10]: https://github.com/bestiejs/lodash\n\n',
4895 silly install resolved readmeFilename: 'README.md',
4895 silly install resolved bugs: { url: 'https://github.com/ljharb/object-keys/issues' },
4895 silly install resolved homepage: 'https://github.com/ljharb/object-keys#readme',
4895 silly install resolved _id: 'object-keys@0.4.0',
4895 silly install resolved _from: 'object-keys@>=0.4.0 <0.5.0' } ]
4896 info install object-keys@0.4.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend
4897 info installOne object-keys@0.4.0
4898 verbose installOne of object-keys to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend not in flight; installing
4899 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\async\1.4.0\package.tgz
4900 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4901 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async is being purged
4902 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\form-data\node_modules\async
4903 silly cache add args [ 'core-util-is@~1.0.0', null ]
4904 verbose cache add spec core-util-is@~1.0.0
4905 silly cache add args [ 'isarray@0.0.1', null ]
4906 verbose cache add spec isarray@0.0.1
4907 silly cache add parsed spec { raw: 'core-util-is@~1.0.0',
4907 silly cache add scope: null,
4907 silly cache add name: 'core-util-is',
4907 silly cache add rawSpec: '~1.0.0',
4907 silly cache add spec: '>=1.0.0 <1.1.0',
4907 silly cache add type: 'range' }
4908 silly addNamed core-util-is@>=1.0.0 <1.1.0
4909 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
4910 silly addNameRange { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: false }
4911 silly mapToRegistry name core-util-is
4912 silly mapToRegistry using default registry
4913 silly mapToRegistry registry https://registry.npmjs.org/
4914 silly mapToRegistry uri https://registry.npmjs.org/core-util-is
4915 verbose addNameRange registry:https://registry.npmjs.org/core-util-is not in flight; fetching
4916 silly cache add parsed spec { raw: 'isarray@0.0.1',
4916 silly cache add scope: null,
4916 silly cache add name: 'isarray',
4916 silly cache add rawSpec: '0.0.1',
4916 silly cache add spec: '0.0.1',
4916 silly cache add type: 'version' }
4917 silly addNamed isarray@0.0.1
4918 verbose addNamed "0.0.1" is a plain semver version for isarray
4919 silly mapToRegistry name isarray
4920 silly mapToRegistry using default registry
4921 silly mapToRegistry registry https://registry.npmjs.org/
4922 silly mapToRegistry uri https://registry.npmjs.org/isarray
4923 verbose addNameVersion registry:https://registry.npmjs.org/isarray not in flight; fetching
4924 silly cache add args [ 'string_decoder@~0.10.x', null ]
4925 verbose cache add spec string_decoder@~0.10.x
4926 silly cache add parsed spec { raw: 'string_decoder@~0.10.x',
4926 silly cache add scope: null,
4926 silly cache add name: 'string_decoder',
4926 silly cache add rawSpec: '~0.10.x',
4926 silly cache add spec: '>=0.10.0 <0.11.0',
4926 silly cache add type: 'range' }
4927 silly addNamed string_decoder@>=0.10.0 <0.11.0
4928 verbose addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
4929 silly addNameRange { name: 'string_decoder',
4929 silly addNameRange range: '>=0.10.0 <0.11.0',
4929 silly addNameRange hasData: false }
4930 silly mapToRegistry name string_decoder
4931 silly mapToRegistry using default registry
4932 silly mapToRegistry registry https://registry.npmjs.org/
4933 silly mapToRegistry uri https://registry.npmjs.org/string_decoder
4934 verbose addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching
4935 silly cache add args [ 'inherits@~2.0.1', null ]
4936 verbose cache add spec inherits@~2.0.1
4937 silly cache add parsed spec { raw: 'inherits@~2.0.1',
4937 silly cache add scope: null,
4937 silly cache add name: 'inherits',
4937 silly cache add rawSpec: '~2.0.1',
4937 silly cache add spec: '>=2.0.1 <2.1.0',
4937 silly cache add type: 'range' }
4938 silly addNamed inherits@>=2.0.1 <2.1.0
4939 verbose addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
4940 silly addNameRange { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: false }
4941 silly mapToRegistry name inherits
4942 silly mapToRegistry using default registry
4943 silly mapToRegistry registry https://registry.npmjs.org/
4944 silly mapToRegistry uri https://registry.npmjs.org/inherits
4945 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
4946 info preinstall indent-string@1.2.2
4947 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend\package.json
4948 silly gunzTarPerm modes [ '777', '666' ]
4949 info linkStuff readable-stream@1.0.33
4950 silly linkStuff readable-stream@1.0.33 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules as its parent node_modules
4951 silly linkStuff readable-stream@1.0.33 is part of a global install
4952 silly linkStuff readable-stream@1.0.33 is installed into a global node_modules
4953 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string\package.json
4954 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray\package.json
4955 silly install resolved []
4956 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4957 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
4958 silly gunzTarPerm extractEntry public-suffix.txt
4959 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\object-keys-19508798ceb0f777.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
4960 verbose linkBins json-stringify-safe@5.0.1
4961 verbose linkMans json-stringify-safe@5.0.1
4962 verbose rebuildBundles json-stringify-safe@5.0.1
4963 silly gunzTarPerm extractEntry test/api_test.js
4964 silly install write writing object-keys 0.4.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
4965 info install json-stringify-safe@5.0.1
4966 verbose get https://registry.npmjs.org/core-util-is not expired, no request
4967 silly addNameRange number 2 { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: true }
4968 silly addNameRange versions [ 'core-util-is', [ '1.0.0', '1.0.1' ] ]
4969 silly addNamed core-util-is@1.0.1
4970 verbose addNamed "1.0.1" is a plain semver version for core-util-is
4971 verbose get https://registry.npmjs.org/isarray not expired, no request
4972 verbose get https://registry.npmjs.org/string_decoder not expired, no request
4973 silly addNameRange number 2 { name: 'string_decoder',
4973 silly addNameRange range: '>=0.10.0 <0.11.0',
4973 silly addNameRange hasData: true }
4974 silly addNameRange versions [ 'string_decoder',
4974 silly addNameRange [ '0.0.0',
4974 silly addNameRange '0.0.1',
4974 silly addNameRange '0.10.24',
4974 silly addNameRange '0.11.10',
4974 silly addNameRange '0.10.25',
4974 silly addNameRange '0.11.10-1',
4974 silly addNameRange '0.10.25-1',
4974 silly addNameRange '0.10.31' ] ]
4975 silly addNamed string_decoder@0.10.31
4976 verbose addNamed "0.10.31" is a plain semver version for string_decoder
4977 verbose get https://registry.npmjs.org/inherits not expired, no request
4978 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.1 <2.1.0', hasData: true }
4979 silly addNameRange versions [ 'inherits', [ '1.0.0', '2.0.0', '2.0.1' ] ]
4980 silly addNamed inherits@2.0.1
4981 verbose addNamed "2.0.1" is a plain semver version for inherits
4982 silly gunzTarPerm extractEntry package.json
4983 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
4984 silly install resolved []
4985 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
4986 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
4987 info postinstall json-stringify-safe@5.0.1
4988 verbose linkBins readable-stream@1.0.33
4989 verbose linkMans readable-stream@1.0.33
4990 verbose rebuildBundles readable-stream@1.0.33
4991 info linkStuff object-assign@3.0.0
4992 silly linkStuff object-assign@3.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules as its parent node_modules
4993 silly linkStuff object-assign@3.0.0 is part of a global install
4994 silly linkStuff object-assign@3.0.0 is installed into a global node_modules
4995 verbose rebuildBundles [ 'core-util-is', 'inherits', 'isarray', 'string_decoder' ]
4996 info install readable-stream@1.0.33
4997 silly install resolved []
4998 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
4999 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
5000 silly prepareForInstallMany adding repeating@^1.1.0 from indent-string dependencies
5001 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\indent-string\package.json
5002 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
5003 silly gunzTarPerm extractEntry README.md
5004 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
5005 silly gunzTarPerm extractEntry test/cookie_sorting_test.js
5006 silly gunzTarPerm extractEntry test/cookie_to_json_test.js
5007 silly gunzTarPerm extractEntry test/cookie_to_string_test.js
5008 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\json-stringify-safe-16eb93a30617de82.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\json-stringify-safe
5009 info postinstall readable-stream@1.0.33
5010 silly gunzTarPerm extractEntry LICENSE
5011 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
5012 silly gunzTarPerm extractEntry CHANGELOG.md
5013 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
5014 silly gunzTarPerm extractEntry .jscsrc
5015 silly gunzTarPerm modified mode [ '.jscsrc', 436, 438 ]
5016 silly gunzTarPerm extractEntry lib/async.js
5017 silly gunzTarPerm modified mode [ 'lib/async.js', 436, 438 ]
5018 silly gunzTarPerm extractEntry support/sync-package-managers.js
5019 silly gunzTarPerm modified mode [ 'support/sync-package-managers.js', 509, 511 ]
5020 silly cache afterAdd core-util-is@1.0.1
5021 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json not in flight; writing
5022 silly cache afterAdd string_decoder@0.10.31
5023 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json not in flight; writing
5024 silly cache afterAdd isarray@0.0.1
5025 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
5026 silly cache afterAdd inherits@2.0.1
5027 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
5028 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys is being purged from base C:\Users\bas\AppData\Roaming\npm
5029 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
5030 info linkStuff extend@3.0.0
5031 silly linkStuff extend@3.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
5032 silly linkStuff extend@3.0.0 is part of a global install
5033 silly linkStuff extend@3.0.0 is installed into a global node_modules
5034 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\object-keys\0.4.0\package.tgz
5035 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
5036 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys is being purged
5037 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys
5038 verbose linkBins object-assign@3.0.0
5039 verbose linkMans object-assign@3.0.0
5040 verbose rebuildBundles object-assign@3.0.0
5041 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\readable-stream-0ad2191e3f072f01.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2\node_modules\readable-stream
5042 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
5043 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
5044 silly gunzTarPerm modes [ '777', '666' ]
5045 info linkStuff typedarray@0.0.6
5046 silly linkStuff typedarray@0.0.6 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules as its parent node_modules
5047 silly linkStuff typedarray@0.0.6 is part of a global install
5048 silly linkStuff typedarray@0.0.6 is installed into a global node_modules
5049 info install object-assign@3.0.0
5050 info postinstall object-assign@3.0.0
5051 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json written
5052 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json written
5053 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
5054 verbose linkBins extend@3.0.0
5055 verbose linkMans extend@3.0.0
5056 verbose rebuildBundles extend@3.0.0
5057 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
5058 silly install resolved [ { name: 'core-util-is',
5058 silly install resolved version: '1.0.1',
5058 silly install resolved description: 'The `util.is*` functions introduced in Node v0.12.',
5058 silly install resolved main: 'lib/util.js',
5058 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/core-util-is.git' },
5058 silly install resolved keywords:
5058 silly install resolved [ 'util',
5058 silly install resolved 'isBuffer',
5058 silly install resolved 'isArray',
5058 silly install resolved 'isNumber',
5058 silly install resolved 'isString',
5058 silly install resolved 'isRegExp',
5058 silly install resolved 'isThis',
5058 silly install resolved 'isThat',
5058 silly install resolved 'polyfill' ],
5058 silly install resolved author:
5058 silly install resolved { name: 'Isaac Z. Schlueter',
5058 silly install resolved email: 'i@izs.me',
5058 silly install resolved url: 'http://blog.izs.me/' },
5058 silly install resolved license: 'MIT',
5058 silly install resolved bugs: { url: 'https://github.com/isaacs/core-util-is/issues' },
5058 silly install resolved readme: '# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n',
5058 silly install resolved readmeFilename: 'README.md',
5058 silly install resolved homepage: 'https://github.com/isaacs/core-util-is#readme',
5058 silly install resolved _id: 'core-util-is@1.0.1',
5058 silly install resolved _shasum: '6b07085aef9a3ccac6ee53bf9d3df0c1521a5538',
5058 silly install resolved _resolved: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz',
5058 silly install resolved _from: 'core-util-is@>=1.0.0 <1.1.0' },
5058 silly install resolved { name: 'string_decoder',
5058 silly install resolved version: '0.10.31',
5058 silly install resolved description: 'The string_decoder module from Node core',
5058 silly install resolved main: 'index.js',
5058 silly install resolved dependencies: {},
5058 silly install resolved devDependencies: { tap: '~0.4.8' },
5058 silly install resolved scripts: { test: 'tap test/simple/*.js' },
5058 silly install resolved repository:
5058 silly install resolved { type: 'git',
5058 silly install resolved url: 'git://github.com/rvagg/string_decoder.git' },
5058 silly install resolved homepage: 'https://github.com/rvagg/string_decoder',
5058 silly install resolved keywords: [ 'string', 'decoder', 'browser', 'browserify' ],
5058 silly install resolved license: 'MIT',
5058 silly install resolved readme: '**string_decoder.js** (`require(\'string_decoder\')`) from Node.js core\n\nCopyright Joyent, Inc. and other Node contributors. See LICENCE file for details.\n\nVersion numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. **Prefer the stable version over the unstable.**\n\nThe *build/* directory contains a build script that will scrape the source from the [joyent/node](https://github.com/joyent/node) repo given a specific Node version.',
5058 silly install resolved readmeFilename: 'README.md',
5058 silly install resolved bugs: { url: 'https://github.com/rvagg/string_decoder/issues' },
5058 silly install resolved _id: 'string_decoder@0.10.31',
5058 silly install resolved _shasum: '62e203bc41766c6c28c9fc84301dab1c5310fa94',
5058 silly install resolved _resolved: 'https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz',
5058 silly install resolved _from: 'string_decoder@>=0.10.0 <0.11.0' },
5058 silly install resolved { name: 'inherits',
5058 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()',
5058 silly install resolved version: '2.0.1',
5058 silly install resolved keywords:
5058 silly install resolved [ 'inheritance',
5058 silly install resolved 'class',
5058 silly install resolved 'klass',
5058 silly install resolved 'oop',
5058 silly install resolved 'object-oriented',
5058 silly install resolved 'inherits',
5058 silly install resolved 'browser',
5058 silly install resolved 'browserify' ],
5058 silly install resolved main: './inherits.js',
5058 silly install resolved browser: './inherits_browser.js',
5058 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' },
5058 silly install resolved license: 'ISC',
5058 silly install resolved scripts: { test: 'node test' },
5058 silly install resolved readme: 'Browser-friendly inheritance fully compatible with standard node.js\n[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).\n\nThis package exports standard `inherits` from node.js `util` module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield](https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule to avoid requiring of `util`. It also has a shim for old\nbrowsers with no `Object.create` support.\n\nWhile keeping you sure you are using standard `inherits`\nimplementation in node.js environment, it allows bundlers such as\n[browserify](https://github.com/substack/node-browserify) to not\ninclude full `util` package to your client code if all you need is\njust `inherits` function. It worth, because browser shim for `util`\npackage is large and `inherits` is often the single function you need\nfrom it.\n\nIt\'s recommended to use this package instead of\n`require(\'util\').inherits` for any code that has chances to be used\nnot only in node.js but in browser too.\n\n## usage\n\n```js\nvar inherits = require(\'inherits\');\n// then use exactly as the standard one\n```\n\n## note on version ~1.0\n\nVersion ~1.0 had completely different motivation and is not compatible\nneither with 2.0 nor with standard node.js `inherits`.\n\nIf you are using version ~1.0 and planning to switch to ~2.0, be\ncareful:\n\n* new version uses `super_` instead of `super` for referencing\n superclass\n* new version overwrites current prototype while old one preserves any\n existing fields on it\n',
5058 silly install resolved readmeFilename: 'README.md',
5058 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' },
5058 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme',
5058 silly install resolved _id: 'inherits@2.0.1',
5058 silly install resolved _shasum: 'b17d08d326b4423e568eff719f91b0b1cbdf69f1',
5058 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
5058 silly install resolved _from: 'inherits@>=2.0.1 <2.1.0' },
5058 silly install resolved { name: 'isarray',
5058 silly install resolved description: 'Array#isArray for older browsers',
5058 silly install resolved version: '0.0.1',
5058 silly install resolved repository:
5058 silly install resolved { type: 'git',
5058 silly install resolved url: 'git://github.com/juliangruber/isarray.git' },
5058 silly install resolved homepage: 'https://github.com/juliangruber/isarray',
5058 silly install resolved main: 'index.js',
5058 silly install resolved scripts: { test: 'tap test/*.js' },
5058 silly install resolved dependencies: {},
5058 silly install resolved devDependencies: { tap: '*' },
5058 silly install resolved keywords: [ 'browser', 'isarray', 'array' ],
5058 silly install resolved author:
5058 silly install resolved { name: 'Julian Gruber',
5058 silly install resolved email: 'mail@juliangruber.com',
5058 silly install resolved url: 'http://juliangruber.com' },
5058 silly install resolved license: 'MIT',
5058 silly install resolved readme: '\n# isarray\n\n`Array#isArray` for older browsers.\n\n## Usage\n\n```js\nvar isArray = require(\'isarray\');\n\nconsole.log(isArray([])); // => true\nconsole.log(isArray({})); // => false\n```\n\n## Installation\n\nWith [npm](http://npmjs.org) do\n\n```bash\n$ npm install isarray\n```\n\nThen bundle for the browser with\n[browserify](https://github.com/substack/browserify).\n\nWith [component](http://component.io) do\n\n```bash\n$ component install juliangruber/isarray\n```\n\n## License\n\n(MIT)\n\nCopyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
5058 silly install resolved readmeFilename: 'README.md',
5058 silly install resolved bugs: { url: 'https://github.com/juliangruber/isarray/issues' },
5058 silly install resolved _id: 'isarray@0.0.1',
5058 silly install resolved _shasum: '8a18acfca9a8f4177e09abfc6038939b05d1eedf',
5058 silly install resolved _resolved: 'https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz',
5058 silly install resolved _from: 'isarray@0.0.1' } ]
5059 info install core-util-is@1.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
5060 info install string_decoder@0.10.31 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
5061 info install inherits@2.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
5062 info install isarray@0.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream
5063 info installOne core-util-is@1.0.1
5064 verbose installOne of core-util-is to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream not in flight; installing
5065 info installOne string_decoder@0.10.31
5066 verbose installOne of string_decoder to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream not in flight; installing
5067 info installOne inherits@2.0.1
5068 verbose installOne of inherits to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream not in flight; installing
5069 info installOne isarray@0.0.1
5070 verbose installOne of isarray to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream not in flight; installing
5071 info install extend@3.0.0
5072 silly cache add args [ 'repeating@^1.1.0', null ]
5073 verbose cache add spec repeating@^1.1.0
5074 silly cache add parsed spec { raw: 'repeating@^1.1.0',
5074 silly cache add scope: null,
5074 silly cache add name: 'repeating',
5074 silly cache add rawSpec: '^1.1.0',
5074 silly cache add spec: '>=1.1.0 <2.0.0',
5074 silly cache add type: 'range' }
5075 silly addNamed repeating@>=1.1.0 <2.0.0
5076 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for repeating
5077 silly addNameRange { name: 'repeating', range: '>=1.1.0 <2.0.0', hasData: false }
5078 silly mapToRegistry name repeating
5079 silly mapToRegistry using default registry
5080 silly mapToRegistry registry https://registry.npmjs.org/
5081 silly mapToRegistry uri https://registry.npmjs.org/repeating
5082 verbose addNameRange registry:https://registry.npmjs.org/repeating not in flight; fetching
5083 info linkStuff through2@0.6.3
5084 silly linkStuff through2@0.6.3 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules as its parent node_modules
5085 silly linkStuff through2@0.6.3 is part of a global install
5086 silly linkStuff through2@0.6.3 is installed into a global node_modules
5087 verbose linkBins typedarray@0.0.6
5088 verbose linkMans typedarray@0.0.6
5089 verbose rebuildBundles typedarray@0.0.6
5090 silly gunzTarPerm extractEntry package.json
5091 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\object-assign-5872abfd8a5fa413.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\pretty-bytes\node_modules\meow\node_modules\object-assign
5092 info install typedarray@0.0.6
5093 info postinstall extend@3.0.0
5094 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\package.json
5095 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\core-util-is-8e9dc3f253368d3e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5096 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\string-decoder-34ed501ec557ca7c.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5097 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-e70dcbcc85ab0e2e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5098 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isarray-1a512f83d3f30efd.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5099 info postinstall typedarray@0.0.6
5100 silly install write writing core-util-is 1.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5101 silly install write writing string_decoder 0.10.31 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5102 silly install write writing inherits 2.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5103 silly install write writing isarray 0.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5104 verbose request uri https://registry.npmjs.org/repeating
5105 verbose request no auth needed
5106 info attempt registry request try #1 at 12:29:10
5107 verbose request using bearer token for auth
5108 verbose etag "6JAI81X0O2AE763ZUAUEN7KWX"
5109 http request GET https://registry.npmjs.org/repeating
5110 silly gunzTarPerm extractEntry .npmignore
5111 silly gunzTarPerm extractEntry README.md
5112 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\extend-e8526ec7e2f918bc.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\extend
5113 verbose linkBins through2@0.6.3
5114 verbose linkMans through2@0.6.3
5115 verbose rebuildBundles through2@0.6.3
5116 verbose rebuildBundles [ 'readable-stream', 'xtend' ]
5117 info install through2@0.6.3
5118 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\typedarray-0f163c319654b071.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\concat-stream\node_modules\typedarray
5119 info preinstall bl@1.0.0
5120 info postinstall through2@0.6.3
5121 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5122 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5123 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5124 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5125 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\package.json
5126 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is is being purged from base C:\Users\bas\AppData\Roaming\npm
5127 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5128 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder is being purged from base C:\Users\bas\AppData\Roaming\npm
5129 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5130 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits is being purged from base C:\Users\bas\AppData\Roaming\npm
5131 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5132 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray is being purged from base C:\Users\bas\AppData\Roaming\npm
5133 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5134 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\through2-bb938ff68e02eb6e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\extract-zip\node_modules\through2
5135 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
5136 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5137 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is is being purged
5138 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5139 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
5140 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5141 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder is being purged
5142 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5143 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
5144 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5145 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits is being purged
5146 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5147 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
5148 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5149 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray is being purged
5150 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5151 silly gunzTarPerm modes [ '777', '666' ]
5152 silly gunzTarPerm modes [ '777', '666' ]
5153 silly gunzTarPerm modes [ '777', '666' ]
5154 silly gunzTarPerm modes [ '777', '666' ]
5155 silly gunzTarPerm extractEntry foreach.js
5156 silly gunzTarPerm extractEntry index.js
5157 silly prepareForInstallMany adding readable-stream@~2.0.0 from bl dependencies
5158 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\package.json
5159 silly gunzTarPerm extractEntry package.json
5160 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5161 silly gunzTarPerm extractEntry package.json
5162 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
5163 silly gunzTarPerm extractEntry package.json
5164 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5165 silly gunzTarPerm extractEntry package.json
5166 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5167 silly gunzTarPerm extractEntry isArguments.js
5168 silly gunzTarPerm extractEntry shim.js
5169 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature\package.json
5170 silly gunzTarPerm extractEntry README.md
5171 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5172 silly gunzTarPerm extractEntry util.js
5173 silly gunzTarPerm modified mode [ 'util.js', 420, 438 ]
5174 silly cache add args [ 'readable-stream@~2.0.0', null ]
5175 verbose cache add spec readable-stream@~2.0.0
5176 silly cache add parsed spec { raw: 'readable-stream@~2.0.0',
5176 silly cache add scope: null,
5176 silly cache add name: 'readable-stream',
5176 silly cache add rawSpec: '~2.0.0',
5176 silly cache add spec: '>=2.0.0 <2.1.0',
5176 silly cache add type: 'range' }
5177 silly addNamed readable-stream@>=2.0.0 <2.1.0
5178 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for readable-stream
5179 silly addNameRange { name: 'readable-stream',
5179 silly addNameRange range: '>=2.0.0 <2.1.0',
5179 silly addNameRange hasData: false }
5180 silly mapToRegistry name readable-stream
5181 silly mapToRegistry using default registry
5182 silly mapToRegistry registry https://registry.npmjs.org/
5183 silly mapToRegistry uri https://registry.npmjs.org/readable-stream
5184 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching
5185 silly gunzTarPerm extractEntry README.md
5186 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5187 silly gunzTarPerm extractEntry LICENSE
5188 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5189 silly gunzTarPerm extractEntry .npmignore
5190 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
5191 silly gunzTarPerm extractEntry README.md
5192 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
5193 silly gunzTarPerm extractEntry README.md
5194 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5195 silly gunzTarPerm extractEntry index.js
5196 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
5197 silly gunzTarPerm extractEntry test/date_test.js
5198 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch\package.json
5199 info preinstall http-signature@0.11.0
5200 verbose get https://registry.npmjs.org/readable-stream not expired, no request
5201 silly addNameRange number 2 { name: 'readable-stream',
5201 silly addNameRange range: '>=2.0.0 <2.1.0',
5201 silly addNameRange hasData: true }
5202 silly addNameRange versions [ 'readable-stream',
5202 silly addNameRange [ '0.0.1',
5202 silly addNameRange '0.0.2',
5202 silly addNameRange '0.0.3',
5202 silly addNameRange '0.0.4',
5202 silly addNameRange '0.1.0',
5202 silly addNameRange '0.2.0',
5202 silly addNameRange '0.3.0',
5202 silly addNameRange '0.3.1',
5202 silly addNameRange '1.0.0',
5202 silly addNameRange '1.0.1',
5202 silly addNameRange '1.0.2',
5202 silly addNameRange '1.0.15',
5202 silly addNameRange '1.0.17',
5202 silly addNameRange '1.1.7',
5202 silly addNameRange '1.1.8',
5202 silly addNameRange '1.1.9',
5202 silly addNameRange '1.0.24',
5202 silly addNameRange '1.0.25',
5202 silly addNameRange '1.1.10',
5202 silly addNameRange '1.0.25-1',
5202 silly addNameRange '1.1.11',
5202 silly addNameRange '1.0.26',
5202 silly addNameRange '1.0.26-1',
5202 silly addNameRange '1.1.11-1',
5202 silly addNameRange '1.0.26-2',
5202 silly addNameRange '1.1.12',
5202 silly addNameRange '1.0.26-3',
5202 silly addNameRange '1.0.26-4',
5202 silly addNameRange '1.1.12-1',
5202 silly addNameRange '1.0.27-1',
5202 silly addNameRange '1.1.13-1',
5202 silly addNameRange '1.0.31',
5202 silly addNameRange '1.1.13',
5202 silly addNameRange '1.0.32',
5202 silly addNameRange '1.0.32-1',
5202 silly addNameRange '1.0.33-1',
5202 silly addNameRange '1.0.33-2',
5202 silly addNameRange '1.0.33',
5202 silly addNameRange '2.0.0',
5202 silly addNameRange '2.0.1',
5202 silly addNameRange '2.0.2' ] ]
5203 silly addNamed readable-stream@2.0.2
5204 verbose addNamed "2.0.2" is a plain semver version for readable-stream
5205 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature\package.json
5206 silly gunzTarPerm extractEntry .travis.yml
5207 silly gunzTarPerm extractEntry test/foreach.js
5208 info preinstall minimatch@2.0.10
5209 silly gunzTarPerm extractEntry inherits.js
5210 silly gunzTarPerm modified mode [ 'inherits.js', 420, 438 ]
5211 silly gunzTarPerm extractEntry inherits_browser.js
5212 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 438 ]
5213 silly gunzTarPerm extractEntry float.patch
5214 silly gunzTarPerm modified mode [ 'float.patch', 420, 438 ]
5215 silly gunzTarPerm extractEntry lib/util.js
5216 silly gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
5217 silly gunzTarPerm extractEntry LICENSE
5218 silly gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
5219 silly gunzTarPerm extractEntry index.js
5220 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
5221 silly gunzTarPerm extractEntry build/build.js
5222 silly gunzTarPerm modified mode [ 'build/build.js', 420, 438 ]
5223 silly gunzTarPerm extractEntry component.json
5224 silly gunzTarPerm modified mode [ 'component.json', 420, 438 ]
5225 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch\package.json
5226 silly cache afterAdd readable-stream@2.0.2
5227 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package\package.json not in flight; writing
5228 silly prepareForInstallMany adding assert-plus@^0.1.5 from http-signature dependencies
5229 silly prepareForInstallMany adding asn1@0.1.11 from http-signature dependencies
5230 silly prepareForInstallMany adding ctype@0.5.3 from http-signature dependencies
5231 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\http-signature\package.json
5232 silly prepareForInstallMany adding brace-expansion@^1.0.0 from minimatch dependencies
5233 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\minimatch\package.json
5234 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package\package.json written
5235 silly install resolved [ { name: 'readable-stream',
5235 silly install resolved version: '2.0.2',
5235 silly install resolved description: 'Streams3, a user-land copy of the stream library from iojs v2.x',
5235 silly install resolved main: 'readable.js',
5235 silly install resolved dependencies:
5235 silly install resolved { 'core-util-is': '~1.0.0',
5235 silly install resolved inherits: '~2.0.1',
5235 silly install resolved isarray: '0.0.1',
5235 silly install resolved 'process-nextick-args': '~1.0.0',
5235 silly install resolved string_decoder: '~0.10.x',
5235 silly install resolved 'util-deprecate': '~1.0.1' },
5235 silly install resolved devDependencies: { tap: '~0.2.6', tape: '~4.0.0', zuul: '~3.0.0' },
5235 silly install resolved scripts:
5235 silly install resolved { test: 'tap test/parallel/*.js',
5235 silly install resolved browser: 'zuul --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION -- test/browser.js' },
5235 silly install resolved repository:
5235 silly install resolved { type: 'git',
5235 silly install resolved url: 'git://github.com/nodejs/readable-stream.git' },
5235 silly install resolved keywords: [ 'readable', 'stream', 'pipe' ],
5235 silly install resolved browser: { util: false },
5235 silly install resolved license: 'MIT',
5235 silly install resolved gitHead: '1a70134a71196eeabb5e27bc7580faaa68d30513',
5235 silly install resolved bugs: { url: 'https://github.com/nodejs/readable-stream/issues' },
5235 silly install resolved homepage: 'https://github.com/nodejs/readable-stream#readme',
5235 silly install resolved _id: 'readable-stream@2.0.2',
5235 silly install resolved _shasum: 'bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b',
5235 silly install resolved _from: 'readable-stream@>=2.0.0 <2.1.0',
5235 silly install resolved _npmVersion: '2.11.1',
5235 silly install resolved _nodeVersion: '2.3.0',
5235 silly install resolved _npmUser: { name: 'cwmma', email: 'calvin.metcalf@gmail.com' },
5235 silly install resolved dist:
5235 silly install resolved { shasum: 'bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b',
5235 silly install resolved tarball: 'http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz' },
5235 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
5235 silly install resolved directories: {},
5235 silly install resolved _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz',
5235 silly install resolved readme: 'ERROR: No README data found!' } ]
5236 info install readable-stream@2.0.2 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl
5237 info installOne readable-stream@2.0.2
5238 verbose installOne of readable-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl not in flight; installing
5239 silly gunzTarPerm extractEntry test/index.js
5240 silly gunzTarPerm extractEntry test.js
5241 silly gunzTarPerm modified mode [ 'test.js', 420, 438 ]
5242 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\readable-stream-b55aef543e83e310.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5243 silly install write writing readable-stream 2.0.2 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5244 silly cache add args [ 'assert-plus@^0.1.5', null ]
5245 verbose cache add spec assert-plus@^0.1.5
5246 silly cache add parsed spec { raw: 'assert-plus@^0.1.5',
5246 silly cache add scope: null,
5246 silly cache add name: 'assert-plus',
5246 silly cache add rawSpec: '^0.1.5',
5246 silly cache add spec: '>=0.1.5 <0.2.0',
5246 silly cache add type: 'range' }
5247 silly addNamed assert-plus@>=0.1.5 <0.2.0
5248 verbose addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
5249 silly addNameRange { name: 'assert-plus', range: '>=0.1.5 <0.2.0', hasData: false }
5250 silly mapToRegistry name assert-plus
5251 silly mapToRegistry using default registry
5252 silly mapToRegistry registry https://registry.npmjs.org/
5253 silly mapToRegistry uri https://registry.npmjs.org/assert-plus
5254 verbose addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
5255 silly cache add args [ 'asn1@0.1.11', null ]
5256 verbose cache add spec asn1@0.1.11
5257 silly cache add parsed spec { raw: 'asn1@0.1.11',
5257 silly cache add scope: null,
5257 silly cache add name: 'asn1',
5257 silly cache add rawSpec: '0.1.11',
5257 silly cache add spec: '0.1.11',
5257 silly cache add type: 'version' }
5258 silly addNamed asn1@0.1.11
5259 verbose addNamed "0.1.11" is a plain semver version for asn1
5260 silly mapToRegistry name asn1
5261 silly mapToRegistry using default registry
5262 silly mapToRegistry registry https://registry.npmjs.org/
5263 silly mapToRegistry uri https://registry.npmjs.org/asn1
5264 verbose addNameVersion registry:https://registry.npmjs.org/asn1 not in flight; fetching
5265 silly cache add args [ 'brace-expansion@^1.0.0', null ]
5266 verbose cache add spec brace-expansion@^1.0.0
5267 silly cache add parsed spec { raw: 'brace-expansion@^1.0.0',
5267 silly cache add scope: null,
5267 silly cache add name: 'brace-expansion',
5267 silly cache add rawSpec: '^1.0.0',
5267 silly cache add spec: '>=1.0.0 <2.0.0',
5267 silly cache add type: 'range' }
5268 silly addNamed brace-expansion@>=1.0.0 <2.0.0
5269 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
5270 silly addNameRange { name: 'brace-expansion',
5270 silly addNameRange range: '>=1.0.0 <2.0.0',
5270 silly addNameRange hasData: false }
5271 silly mapToRegistry name brace-expansion
5272 silly mapToRegistry using default registry
5273 silly mapToRegistry registry https://registry.npmjs.org/
5274 silly mapToRegistry uri https://registry.npmjs.org/brace-expansion
5275 verbose addNameRange registry:https://registry.npmjs.org/brace-expansion not in flight; fetching
5276 silly cache add args [ 'ctype@0.5.3', null ]
5277 verbose cache add spec ctype@0.5.3
5278 silly cache add parsed spec { raw: 'ctype@0.5.3',
5278 silly cache add scope: null,
5278 silly cache add name: 'ctype',
5278 silly cache add rawSpec: '0.5.3',
5278 silly cache add spec: '0.5.3',
5278 silly cache add type: 'version' }
5279 silly addNamed ctype@0.5.3
5280 verbose addNamed "0.5.3" is a plain semver version for ctype
5281 silly mapToRegistry name ctype
5282 silly mapToRegistry using default registry
5283 silly mapToRegistry registry https://registry.npmjs.org/
5284 silly mapToRegistry uri https://registry.npmjs.org/ctype
5285 verbose addNameVersion registry:https://registry.npmjs.org/ctype not in flight; fetching
5286 silly gunzTarPerm extractEntry test/isArguments.js
5287 silly gunzTarPerm extractEntry test/shim.js
5288 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5289 verbose request uri https://registry.npmjs.org/assert-plus
5290 verbose request no auth needed
5291 info attempt registry request try #1 at 12:29:10
5292 verbose request using bearer token for auth
5293 verbose etag "BJ6UE1EGKYKF2OZ2UJOCA8YAB"
5294 http request GET https://registry.npmjs.org/assert-plus
5295 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
5296 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5297 verbose request uri https://registry.npmjs.org/asn1
5298 verbose request no auth needed
5299 info attempt registry request try #1 at 12:29:10
5300 verbose request using bearer token for auth
5301 verbose etag "68E36A3KXYBYELOVRJJMLAXLK"
5302 http request GET https://registry.npmjs.org/asn1
5303 verbose request uri https://registry.npmjs.org/brace-expansion
5304 verbose request no auth needed
5305 info attempt registry request try #1 at 12:29:10
5306 verbose request using bearer token for auth
5307 verbose etag "18Z2VDE6EPY9JHP7D0I3PN5DH"
5308 http request GET https://registry.npmjs.org/brace-expansion
5309 verbose request uri https://registry.npmjs.org/ctype
5310 verbose request no auth needed
5311 info attempt registry request try #1 at 12:29:10
5312 verbose request using bearer token for auth
5313 verbose etag "9HXDEJQPPE1F7UJCISKGFRWPT"
5314 http request GET https://registry.npmjs.org/ctype
5315 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\readable-stream\2.0.2\package.tgz
5316 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5317 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream is being purged
5318 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\bl\node_modules\readable-stream
5319 silly gunzTarPerm modes [ '777', '666' ]
5320 silly gunzTarPerm extractEntry test/cookie_jar_test.js
5321 silly gunzTarPerm extractEntry package.json
5322 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5323 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid\package.json
5324 silly gunzTarPerm extractEntry .npmignore
5325 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
5326 silly gunzTarPerm extractEntry README.md
5327 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5328 info preinstall node-uuid@1.4.3
5329 http 304 https://registry.npmjs.org/wrappy
5330 silly get cb [ 304,
5330 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
5330 silly get etag: '"BOZ8BM06UJZ9H42VL048PBQMV"',
5330 silly get 'cache-control': 'max-age=60',
5330 silly get 'accept-ranges': 'bytes',
5330 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
5330 silly get via: '1.1 varnish',
5330 silly get connection: 'keep-alive',
5330 silly get 'x-served-by': 'cache-mel6523-MEL',
5330 silly get 'x-cache': 'MISS',
5330 silly get 'x-cache-hits': '0',
5330 silly get 'x-timer': 'S1437704950.547680,VS0,VE207' } ]
5331 verbose etag https://registry.npmjs.org/wrappy from cache
5332 verbose get saving wrappy to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\wrappy\.cache.json
5333 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid\package.json
5334 silly gunzTarPerm extractEntry LICENSE
5335 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5336 silly gunzTarPerm extractEntry writable.js
5337 silly gunzTarPerm modified mode [ 'writable.js', 420, 438 ]
5338 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator\package.json
5339 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid\package.json
5340 silly gunzTarPerm extractEntry test/parsing_test.js
5341 silly gunzTarPerm extractEntry test/ietf_test.js
5342 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true }
5343 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1' ] ]
5344 silly addNamed wrappy@1.0.1
5345 verbose addNamed "1.0.1" is a plain semver version for wrappy
5346 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true }
5347 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1' ] ]
5348 silly addNamed wrappy@1.0.1
5349 verbose addNamed "1.0.1" is a plain semver version for wrappy
5350 silly gunzTarPerm extractEntry duplex.js
5351 silly gunzTarPerm modified mode [ 'duplex.js', 420, 438 ]
5352 silly gunzTarPerm extractEntry transform.js
5353 silly gunzTarPerm modified mode [ 'transform.js', 420, 438 ]
5354 info preinstall har-validator@1.8.0
5355 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
5356 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
5357 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator\package.json
5358 silly install resolved []
5359 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
5360 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
5361 silly cache afterAdd wrappy@1.0.1
5362 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json not in flight; writing
5363 silly cache afterAdd wrappy@1.0.1
5364 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json already in flight; not writing
5365 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
5366 info preinstall isarray@0.0.1
5367 info preinstall inherits@2.0.1
5368 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
5369 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
5370 silly prepareForInstallMany adding bluebird@^2.9.30 from har-validator dependencies
5371 silly prepareForInstallMany adding chalk@^1.0.0 from har-validator dependencies
5372 silly prepareForInstallMany adding commander@^2.8.1 from har-validator dependencies
5373 silly prepareForInstallMany adding is-my-json-valid@^2.12.0 from har-validator dependencies
5374 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\har-validator\package.json
5375 info preinstall string_decoder@0.10.31
5376 silly gunzTarPerm extractEntry passthrough.js
5377 silly gunzTarPerm modified mode [ 'passthrough.js', 420, 438 ]
5378 silly gunzTarPerm extractEntry readable.js
5379 silly gunzTarPerm modified mode [ 'readable.js', 420, 438 ]
5380 info linkStuff node-uuid@1.4.3
5381 silly linkStuff node-uuid@1.4.3 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
5382 silly linkStuff node-uuid@1.4.3 is part of a global install
5383 silly linkStuff node-uuid@1.4.3 is installed into a global node_modules
5384 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\wrappy\1.0.1\package\package.json written
5385 silly install resolved [ { name: 'wrappy',
5385 silly install resolved version: '1.0.1',
5385 silly install resolved description: 'Callback wrapping utility',
5385 silly install resolved main: 'wrappy.js',
5385 silly install resolved directories: { test: 'test' },
5385 silly install resolved dependencies: {},
5385 silly install resolved devDependencies: { tap: '^0.4.12' },
5385 silly install resolved scripts: { test: 'tap test/*.js' },
5385 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' },
5385 silly install resolved author:
5385 silly install resolved { name: 'Isaac Z. Schlueter',
5385 silly install resolved email: 'i@izs.me',
5385 silly install resolved url: 'http://blog.izs.me/' },
5385 silly install resolved license: 'ISC',
5385 silly install resolved bugs: { url: 'https://github.com/npm/wrappy/issues' },
5385 silly install resolved homepage: 'https://github.com/npm/wrappy',
5385 silly install resolved readme: '# wrappy\n\nCallback wrapping utility\n\n## USAGE\n\n```javascript\nvar wrappy = require("wrappy")\n\n// var wrapper = wrappy(wrapperFunction)\n\n// make sure a cb is called only once\n// See also: http://npm.im/once for this specific use case\nvar once = wrappy(function (cb) {\n var called = false\n return function () {\n if (called) return\n called = true\n return cb.apply(this, arguments)\n }\n})\n\nfunction printBoo () {\n console.log(\'boo\')\n}\n// has some rando property\nprintBoo.iAmBooPrinter = true\n\nvar onlyPrintOnce = once(printBoo)\n\nonlyPrintOnce() // prints \'boo\'\nonlyPrintOnce() // does nothing\n\n// random property is retained!\nassert.equal(onlyPrintOnce.iAmBooPrinter, true)\n```\n',
5385 silly install resolved readmeFilename: 'README.md',
5385 silly install resolved _id: 'wrappy@1.0.1',
5385 silly install resolved _shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
5385 silly install resolved _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
5385 silly install resolved _from: 'wrappy@>=1.0.0 <2.0.0' } ]
5386 info install wrappy@1.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once
5387 info installOne wrappy@1.0.1
5388 verbose installOne of wrappy to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once not in flight; installing
5389 silly install resolved [ { name: 'wrappy',
5389 silly install resolved version: '1.0.1',
5389 silly install resolved description: 'Callback wrapping utility',
5389 silly install resolved main: 'wrappy.js',
5389 silly install resolved directories: { test: 'test' },
5389 silly install resolved dependencies: {},
5389 silly install resolved devDependencies: { tap: '^0.4.12' },
5389 silly install resolved scripts: { test: 'tap test/*.js' },
5389 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' },
5389 silly install resolved author:
5389 silly install resolved { name: 'Isaac Z. Schlueter',
5389 silly install resolved email: 'i@izs.me',
5389 silly install resolved url: 'http://blog.izs.me/' },
5389 silly install resolved license: 'ISC',
5389 silly install resolved bugs: { url: 'https://github.com/npm/wrappy/issues' },
5389 silly install resolved homepage: 'https://github.com/npm/wrappy',
5389 silly install resolved readme: '# wrappy\n\nCallback wrapping utility\n\n## USAGE\n\n```javascript\nvar wrappy = require("wrappy")\n\n// var wrapper = wrappy(wrapperFunction)\n\n// make sure a cb is called only once\n// See also: http://npm.im/once for this specific use case\nvar once = wrappy(function (cb) {\n var called = false\n return function () {\n if (called) return\n called = true\n return cb.apply(this, arguments)\n }\n})\n\nfunction printBoo () {\n console.log(\'boo\')\n}\n// has some rando property\nprintBoo.iAmBooPrinter = true\n\nvar onlyPrintOnce = once(printBoo)\n\nonlyPrintOnce() // prints \'boo\'\nonlyPrintOnce() // does nothing\n\n// random property is retained!\nassert.equal(onlyPrintOnce.iAmBooPrinter, true)\n```\n',
5389 silly install resolved readmeFilename: 'README.md',
5389 silly install resolved _id: 'wrappy@1.0.1',
5389 silly install resolved _shasum: '1e65969965ccbc2db4548c6b84a6f2c5aedd4739',
5389 silly install resolved _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
5389 silly install resolved _from: 'wrappy@>=1.0.0 <2.0.0' } ]
5390 info install wrappy@1.0.1 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight
5391 info installOne wrappy@1.0.1
5392 verbose installOne of wrappy to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight not in flight; installing
5393 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
5394 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs\package.json
5395 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray\package.json
5396 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits\package.json
5397 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\wrappy-15a581699e3433b9.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5398 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\wrappy-49dadb651011ff50.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5399 verbose linkBins node-uuid@1.4.3
5400 verbose link bins [ { uuid: './bin/uuid' },
5400 verbose link bins 'C:\\Users\\bas\\AppData\\Roaming\\npm\\node_modules\\electron-prebuilt\\node_modules\\electron-download\\node_modules\\nugget\\node_modules\\request\\node_modules\\.bin',
5400 verbose link bins false ]
5401 verbose linkMans node-uuid@1.4.3
5402 verbose rebuildBundles node-uuid@1.4.3
5403 silly install write writing wrappy 1.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5404 silly install write writing wrappy 1.0.1 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5405 silly gunzTarPerm extractEntry test/jar_serialization_test.js
5406 silly gunzTarPerm extractEntry test/lifetime_test.js
5407 info preinstall qs@4.0.0
5408 silly cache add args [ 'commander@^2.8.1', null ]
5409 verbose cache add spec commander@^2.8.1
5410 silly cache add parsed spec { raw: 'commander@^2.8.1',
5410 silly cache add scope: null,
5410 silly cache add name: 'commander',
5410 silly cache add rawSpec: '^2.8.1',
5410 silly cache add spec: '>=2.8.1 <3.0.0',
5410 silly cache add type: 'range' }
5411 silly addNamed commander@>=2.8.1 <3.0.0
5412 verbose addNamed ">=2.8.1 <3.0.0" is a valid semver range for commander
5413 silly addNameRange { name: 'commander', range: '>=2.8.1 <3.0.0', hasData: false }
5414 silly mapToRegistry name commander
5415 silly mapToRegistry using default registry
5416 silly mapToRegistry registry https://registry.npmjs.org/
5417 silly mapToRegistry uri https://registry.npmjs.org/commander
5418 verbose addNameRange registry:https://registry.npmjs.org/commander not in flight; fetching
5419 silly cache add args [ 'is-my-json-valid@^2.12.0', null ]
5420 verbose cache add spec is-my-json-valid@^2.12.0
5421 silly cache add parsed spec { raw: 'is-my-json-valid@^2.12.0',
5421 silly cache add scope: null,
5421 silly cache add name: 'is-my-json-valid',
5421 silly cache add rawSpec: '^2.12.0',
5421 silly cache add spec: '>=2.12.0 <3.0.0',
5421 silly cache add type: 'range' }
5422 silly addNamed is-my-json-valid@>=2.12.0 <3.0.0
5423 verbose addNamed ">=2.12.0 <3.0.0" is a valid semver range for is-my-json-valid
5424 silly addNameRange { name: 'is-my-json-valid',
5424 silly addNameRange range: '>=2.12.0 <3.0.0',
5424 silly addNameRange hasData: false }
5425 silly mapToRegistry name is-my-json-valid
5426 silly mapToRegistry using default registry
5427 silly mapToRegistry registry https://registry.npmjs.org/
5428 silly mapToRegistry uri https://registry.npmjs.org/is-my-json-valid
5429 verbose addNameRange registry:https://registry.npmjs.org/is-my-json-valid not in flight; fetching
5430 silly cache add args [ 'bluebird@^2.9.30', null ]
5431 verbose cache add spec bluebird@^2.9.30
5432 silly cache add parsed spec { raw: 'bluebird@^2.9.30',
5432 silly cache add scope: null,
5432 silly cache add name: 'bluebird',
5432 silly cache add rawSpec: '^2.9.30',
5432 silly cache add spec: '>=2.9.30 <3.0.0',
5432 silly cache add type: 'range' }
5433 silly addNamed bluebird@>=2.9.30 <3.0.0
5434 verbose addNamed ">=2.9.30 <3.0.0" is a valid semver range for bluebird
5435 silly addNameRange { name: 'bluebird', range: '>=2.9.30 <3.0.0', hasData: false }
5436 silly mapToRegistry name bluebird
5437 silly mapToRegistry using default registry
5438 silly mapToRegistry registry https://registry.npmjs.org/
5439 silly mapToRegistry uri https://registry.npmjs.org/bluebird
5440 verbose addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching
5441 silly cache add args [ 'chalk@^1.0.0', null ]
5442 verbose cache add spec chalk@^1.0.0
5443 silly cache add parsed spec { raw: 'chalk@^1.0.0',
5443 silly cache add scope: null,
5443 silly cache add name: 'chalk',
5443 silly cache add rawSpec: '^1.0.0',
5443 silly cache add spec: '>=1.0.0 <2.0.0',
5443 silly cache add type: 'range' }
5444 silly addNamed chalk@>=1.0.0 <2.0.0
5445 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
5446 silly addNameRange { name: 'chalk', range: '>=1.0.0 <2.0.0', hasData: false }
5447 silly mapToRegistry name chalk
5448 silly mapToRegistry using default registry
5449 silly mapToRegistry registry https://registry.npmjs.org/
5450 silly mapToRegistry uri https://registry.npmjs.org/chalk
5451 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching
5452 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder\package.json
5453 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs\package.json
5454 silly gunzTarPerm extractEntry lib/_stream_duplex.js
5455 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 420, 438 ]
5456 silly gunzTarPerm extractEntry lib/_stream_passthrough.js
5457 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 420, 438 ]
5458 silly install resolved []
5459 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5460 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5461 silly install resolved []
5462 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5463 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5464 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5465 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5466 verbose request uri https://registry.npmjs.org/is-my-json-valid
5467 verbose request no auth needed
5468 info attempt registry request try #1 at 12:29:10
5469 verbose request using bearer token for auth
5470 verbose etag "1EZIW6T5LG3AETAK1XLGW9I1E"
5471 http request GET https://registry.npmjs.org/is-my-json-valid
5472 verbose request uri https://registry.npmjs.org/commander
5473 verbose request no auth needed
5474 info attempt registry request try #1 at 12:29:10
5475 verbose request using bearer token for auth
5476 verbose etag "ALOJNMF2KDW8K7MGQTVCC76F"
5477 http request GET https://registry.npmjs.org/commander
5478 verbose request uri https://registry.npmjs.org/chalk
5479 verbose request no auth needed
5480 info attempt registry request try #1 at 12:29:10
5481 verbose request using bearer token for auth
5482 verbose etag "DSRUFL96MJZMC5764U6Z1ICR3"
5483 http request GET https://registry.npmjs.org/chalk
5484 verbose request uri https://registry.npmjs.org/bluebird
5485 verbose request no auth needed
5486 info attempt registry request try #1 at 12:29:10
5487 verbose request using bearer token for auth
5488 verbose etag "8IUVWUHD4BT0ITHXMH0VGBPLS"
5489 http request GET https://registry.npmjs.org/bluebird
5490 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy is being purged from base C:\Users\bas\AppData\Roaming\npm
5491 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5492 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy is being purged from base C:\Users\bas\AppData\Roaming\npm
5493 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5494 http 304 https://registry.npmjs.org/delayed-stream
5495 silly get cb [ 304,
5495 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
5495 silly get etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
5495 silly get 'cache-control': 'max-age=60',
5495 silly get 'accept-ranges': 'bytes',
5495 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
5495 silly get via: '1.1 varnish',
5495 silly get connection: 'keep-alive',
5495 silly get 'x-served-by': 'cache-mel6521-MEL',
5495 silly get 'x-cache': 'MISS',
5495 silly get 'x-cache-hits': '0',
5495 silly get 'x-timer': 'S1437704950.581536,VS0,VE238' } ]
5496 verbose etag https://registry.npmjs.org/delayed-stream from cache
5497 verbose get saving delayed-stream to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\delayed-stream\.cache.json
5498 http 304 https://registry.npmjs.org/mime-db
5499 silly get cb [ 304,
5499 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
5499 silly get etag: '"1422MOQS6K5G1783DFU5UQWKS"',
5499 silly get 'cache-control': 'max-age=60',
5499 silly get 'accept-ranges': 'bytes',
5499 silly get date: 'Fri, 24 Jul 2015 02:29:10 GMT',
5499 silly get via: '1.1 varnish',
5499 silly get connection: 'keep-alive',
5499 silly get 'x-served-by': 'cache-mel6520-MEL',
5499 silly get 'x-cache': 'MISS',
5499 silly get 'x-cache-hits': '0',
5499 silly get 'x-timer': 'S1437704950.613144,VS0,VE210' } ]
5500 verbose etag https://registry.npmjs.org/mime-db from cache
5501 verbose get saving mime-db to C:\Users\bas\AppData\Roaming\npm-cache\registry.npmjs.org\mime-db\.cache.json
5502 silly install resolved []
5503 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5504 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5505 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
5506 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5507 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy is being purged
5508 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\once\node_modules\wrappy
5509 verbose tar unpack C:\Users\bas\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
5510 verbose tar unpacking to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5511 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy is being purged
5512 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\mv\node_modules\rimraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
5513 info linkStuff isarray@0.0.1
5514 silly linkStuff isarray@0.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
5515 silly linkStuff isarray@0.0.1 is part of a global install
5516 silly linkStuff isarray@0.0.1 is installed into a global node_modules
5517 silly gunzTarPerm modes [ '777', '666' ]
5518 silly gunzTarPerm modes [ '777', '666' ]
5519 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs\package.json
5520 info linkStuff inherits@2.0.1
5521 silly linkStuff inherits@2.0.1 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
5522 silly linkStuff inherits@2.0.1 is part of a global install
5523 silly linkStuff inherits@2.0.1 is installed into a global node_modules
5524 silly gunzTarPerm extractEntry lib/_stream_readable.js
5525 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 420, 438 ]
5526 silly gunzTarPerm extractEntry test/regression_test.js
5527 silly gunzTarPerm extractEntry test/domain_and_path_test.js
5528 info install node-uuid@1.4.3
5529 info linkStuff string_decoder@0.10.31
5530 silly linkStuff string_decoder@0.10.31 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules as its parent node_modules
5531 silly linkStuff string_decoder@0.10.31 is part of a global install
5532 silly linkStuff string_decoder@0.10.31 is installed into a global node_modules
5533 verbose linkBins isarray@0.0.1
5534 verbose linkMans isarray@0.0.1
5535 verbose rebuildBundles isarray@0.0.1
5536 silly gunzTarPerm extractEntry package.json
5537 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5538 silly gunzTarPerm extractEntry package.json
5539 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
5540 verbose linkBins inherits@2.0.1
5541 verbose linkMans inherits@2.0.1
5542 verbose rebuildBundles inherits@2.0.1
5543 info install isarray@0.0.1
5544 info postinstall node-uuid@1.4.3
5545 silly install resolved []
5546 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
5547 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
5548 info install inherits@2.0.1
5549 silly addNameRange number 2 { name: 'mime-db', range: '>=1.15.0 <1.16.0', hasData: true }
5550 silly addNameRange versions [ 'mime-db',
5550 silly addNameRange [ '0.0.0',
5550 silly addNameRange '1.0.0',
5550 silly addNameRange '1.0.1',
5550 silly addNameRange '1.0.2',
5550 silly addNameRange '1.0.3',
5550 silly addNameRange '1.1.0',
5550 silly addNameRange '1.1.1',
5550 silly addNameRange '1.1.2',
5550 silly addNameRange '1.2.0',
5550 silly addNameRange '1.3.0',
5550 silly addNameRange '1.3.1',
5550 silly addNameRange '1.4.0',
5550 silly addNameRange '1.5.0',
5550 silly addNameRange '1.6.0',
5550 silly addNameRange '1.6.1',
5550 silly addNameRange '1.7.0',
5550 silly addNameRange '1.8.0',
5550 silly addNameRange '1.9.0',
5550 silly addNameRange '1.9.1',
5550 silly addNameRange '1.10.0',
5550 silly addNameRange '1.11.0',
5550 silly addNameRange '1.12.0',
5550 silly addNameRange '1.13.0',
5550 silly addNameRange '1.14.0',
5550 silly addNameRange '1.15.0' ] ]
5551 silly addNamed mime-db@1.15.0
5552 verbose addNamed "1.15.0" is a plain semver version for mime-db
5553 silly addNameRange number 2 { name: 'delayed-stream',
5553 silly addNameRange range: '>=1.0.0 <1.1.0',
5553 silly addNameRange hasData: true }
5554 silly addNameRange versions [ 'delayed-stream',
5554 silly addNameRange [ '0.0.0',
5554 silly addNameRange '0.0.1',
5554 silly addNameRange '0.0.2',
5554 silly addNameRange '0.0.3',
5554 silly addNameRange '0.0.4',
5554 silly addNameRange '0.0.5',
5554 silly addNameRange '0.0.6',
5554 silly addNameRange '0.0.7',
5554 silly addNameRange '1.0.0' ] ]
5555 silly addNamed delayed-stream@1.0.0
5556 verbose addNamed "1.0.0" is a plain semver version for delayed-stream
5557 info postinstall isarray@0.0.1
5558 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
5559 info postinstall inherits@2.0.1
5560 verbose linkBins string_decoder@0.10.31
5561 verbose linkMans string_decoder@0.10.31
5562 verbose rebuildBundles string_decoder@0.10.31
5563 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\node-uuid-b7e63be9c30ed67a.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\node-uuid
5564 silly gunzTarPerm extractEntry lib/_stream_transform.js
5565 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 420, 438 ]
5566 silly gunzTarPerm extractEntry lib/_stream_writable.js
5567 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 420, 438 ]
5568 silly gunzTarPerm extractEntry README.md
5569 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5570 silly gunzTarPerm extractEntry LICENSE
5571 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5572 silly gunzTarPerm extractEntry README.md
5573 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
5574 silly gunzTarPerm extractEntry LICENSE
5575 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
5576 info install string_decoder@0.10.31
5577 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\isarray-1a512f83d3f30efd.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\isarray
5578 info linkStuff qs@4.0.0
5579 silly linkStuff qs@4.0.0 has C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules as its parent node_modules
5580 silly linkStuff qs@4.0.0 is part of a global install
5581 silly linkStuff qs@4.0.0 is installed into a global node_modules
5582 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\inherits-e70dcbcc85ab0e2e.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\inherits
5583 info postinstall string_decoder@0.10.31
5584 info preinstall core-util-is@1.0.1
5585 silly cache afterAdd mime-db@1.15.0
5586 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mime-db\1.15.0\package\package.json not in flight; writing
5587 silly cache afterAdd delayed-stream@1.0.0
5588 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\delayed-stream\1.0.0\package\package.json not in flight; writing
5589 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\string-decoder-34ed501ec557ca7c.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\string_decoder
5590 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
5591 silly gunzTarPerm extractEntry test/ietf_data/dates/bsd-examples.json
5592 silly gunzTarPerm extractEntry test/ietf_data/dates/examples.json
5593 silly gunzTarPerm extractEntry test/ietf_data/parser.json
5594 silly gunzTarPerm extractEntry .travis.yml
5595 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
5596 silly gunzTarPerm extractEntry doc/stream.markdown
5597 silly gunzTarPerm modified mode [ 'doc/stream.markdown', 420, 438 ]
5598 verbose linkBins qs@4.0.0
5599 verbose linkMans qs@4.0.0
5600 verbose rebuildBundles qs@4.0.0
5601 silly gunzTarPerm extractEntry wrappy.js
5602 silly gunzTarPerm modified mode [ 'wrappy.js', 420, 438 ]
5603 silly gunzTarPerm extractEntry test/basic.js
5604 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
5605 info install qs@4.0.0
5606 silly gunzTarPerm extractEntry wrappy.js
5607 silly gunzTarPerm modified mode [ 'wrappy.js', 420, 438 ]
5608 silly gunzTarPerm extractEntry test/basic.js
5609 silly gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
5610 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\delayed-stream\1.0.0\package\package.json written
5611 silly install resolved [ { author:
5611 silly install resolved { name: 'Felix Geisendörfer',
5611 silly install resolved email: 'felix@debuggable.com',
5611 silly install resolved url: 'http://debuggable.com/' },
5611 silly install resolved contributors: [ [Object] ],
5611 silly install resolved name: 'delayed-stream',
5611 silly install resolved description: 'Buffers events from a stream until you are ready to handle them.',
5611 silly install resolved license: 'MIT',
5611 silly install resolved version: '1.0.0',
5611 silly install resolved homepage: 'https://github.com/felixge/node-delayed-stream',
5611 silly install resolved repository:
5611 silly install resolved { type: 'git',
5611 silly install resolved url: 'git://github.com/felixge/node-delayed-stream.git' },
5611 silly install resolved main: './lib/delayed_stream',
5611 silly install resolved engines: { node: '>=0.4.0' },
5611 silly install resolved scripts: { test: 'make test' },
5611 silly install resolved dependencies: {},
5611 silly install resolved devDependencies: { fake: '0.2.0', far: '0.0.1' },
5611 silly install resolved gitHead: '07a9dc99fb8f1a488160026b9ad77493f766fb84',
5611 silly install resolved bugs: { url: 'https://github.com/felixge/node-delayed-stream/issues' },
5611 silly install resolved _id: 'delayed-stream@1.0.0',
5611 silly install resolved _shasum: 'df3ae199acadfb7d440aaae0b29e2272b24ec619',
5611 silly install resolved _from: 'delayed-stream@>=1.0.0 <1.1.0',
5611 silly install resolved _npmVersion: '2.8.3',
5611 silly install resolved _nodeVersion: '1.6.4',
5611 silly install resolved _npmUser: { name: 'apechimp', email: 'apeherder@gmail.com' },
5611 silly install resolved dist:
5611 silly install resolved { shasum: 'df3ae199acadfb7d440aaae0b29e2272b24ec619',
5611 silly install resolved tarball: 'http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz' },
5611 silly install resolved maintainers: [ [Object], [Object] ],
5611 silly install resolved directories: {},
5611 silly install resolved _resolved: 'https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz',
5611 silly install resolved readme: 'ERROR: No README data found!' } ]
5612 info install delayed-stream@1.0.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream
5613 info installOne delayed-stream@1.0.0
5614 verbose installOne of delayed-stream to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream not in flight; installing
5615 verbose afterAdd C:\Users\bas\AppData\Roaming\npm-cache\mime-db\1.15.0\package\package.json written
5616 silly install resolved [ { name: 'mime-db',
5616 silly install resolved description: 'Media Type Database',
5616 silly install resolved version: '1.15.0',
5616 silly install resolved contributors: [ [Object], [Object], [Object] ],
5616 silly install resolved license: 'MIT',
5616 silly install resolved keywords: [ 'mime', 'db', 'type', 'types', 'database', 'charset', 'charsets' ],
5616 silly install resolved repository:
5616 silly install resolved { type: 'git',
5616 silly install resolved url: 'git+https://github.com/jshttp/mime-db.git' },
5616 silly install resolved devDependencies:
5616 silly install resolved { bluebird: '2.9.33',
5616 silly install resolved co: '4.6.0',
5616 silly install resolved cogent: '1.0.1',
5616 silly install resolved 'csv-parse': '0.1.3',
5616 silly install resolved gnode: '0.1.1',
5616 silly install resolved istanbul: '0.3.17',
5616 silly install resolved mocha: '1.21.5',
5616 silly install resolved 'raw-body': '2.1.2',
5616 silly install resolved 'stream-to-array': '2' },
5616 silly install resolved files: [ 'HISTORY.md', 'LICENSE', 'README.md', 'db.json', 'index.js' ],
5616 silly install resolved engines: { node: '>= 0.6' },
5616 silly install resolved scripts:
5616 silly install resolved { build: 'node scripts/build',
5616 silly install resolved fetch: 'gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx',
5616 silly install resolved test: 'mocha --reporter spec --bail --check-leaks test/',
5616 silly install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/',
5616 silly install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/',
5616 silly install resolved update: 'npm run fetch && npm run build' },
5616 silly install resolved gitHead: '96922b79fcaacf8c2a95ce3368739ec71c9471a2',
5616 silly install resolved bugs: { url: 'https://github.com/jshttp/mime-db/issues' },
5616 silly install resolved homepage: 'https://github.com/jshttp/mime-db',
5616 silly install resolved _id: 'mime-db@1.15.0',
5616 silly install resolved _shasum: 'd219e6214bbcae23a6fa69c0868c4fadc1405e8a',
5616 silly install resolved _from: 'mime-db@>=1.15.0 <1.16.0',
5616 silly install resolved _npmVersion: '1.4.28',
5616 silly install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
5616 silly install resolved maintainers: [ [Object], [Object] ],
5616 silly install resolved dist:
5616 silly install resolved { shasum: 'd219e6214bbcae23a6fa69c0868c4fadc1405e8a',
5616 silly install resolved tarball: 'http://registry.npmjs.org/mime-db/-/mime-db-1.15.0.tgz' },
5616 silly install resolved directories: {},
5616 silly install resolved _resolved: 'https://registry.npmjs.org/mime-db/-/mime-db-1.15.0.tgz',
5616 silly install resolved readme: 'ERROR: No README data found!' } ]
5617 info install mime-db@1.15.0 into C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types
5618 info installOne mime-db@1.15.0
5619 verbose installOne of mime-db to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types not in flight; installing
5620 info postinstall qs@4.0.0
5621 verbose readDependencies loading dependencies from C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is\package.json
5622 verbose unlock done using C:\Users\bas\AppData\Roaming\npm-cache\_locks\qs-d605f0646d1601df.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\qs
5623 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\delayed-stream-ea2ee27b0ede4c85.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5624 verbose lock using C:\Users\bas\AppData\Roaming\npm-cache\_locks\mime-db-0850c9346df76c57.lock for C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\node_modules\mime-db
5625 silly install write writing delayed-stream 1.0.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5626 silly gunzTarPerm extractEntry doc/wg-meetings/2015-01-30.md
5627 silly gunzTarPerm modified mode [ 'doc/wg-meetings/2015-01-30.md', 420, 438 ]
5628 silly gunzTarPerm extractEntry .zuul.yml
5629 silly gunzTarPerm modified mode [ '.zuul.yml', 420, 438 ]
5630 silly install write writing mime-db 1.15.0 to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\node_modules\mime-db
5631 verbose write writing to C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\xtend\node_modules\object-keys\package.json
5632 silly install resolved []
5633 verbose about to build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5634 info build C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\progress-stream\node_modules\through2\node_modules\readable-stream\node_modules\core-util-is
5635 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5636 verbose unbuild node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\mime-types\node_modules\mime-db
5637 info preinstall object-keys@0.4.0
5638 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream is being purged from base C:\Users\bas\AppData\Roaming\npm
5639 verbose gentlyRm don't care about contents; nuking C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_modules\electron-download\node_modules\nugget\node_modules\request\node_modules\combined-stream\node_modules\delayed-stream
5640 silly gentlyRm C:\Users\bas\AppData\Roaming\npm\node_modules\electron-prebuilt\node_mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment