Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Issues installing nodemon

Hi. (I'm not sure if i can ask this here.. but it's worth a shot!!

Please help.. I have an issue I am trying to work through the very good FFC youTube video entitled : Full Stack Web App using Vue.js & Express.js: Part 1 - Intro.

I am trying to install nodemon via npm.

I am getting the following error:

$ npm install -g nodemon
C:\Users\RiCK\AppData\Roaming\npm\nodemon -> C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\bin\nodemon.js
npm ERR! path C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall lstat
npm ERR! Error: EPERM: operation not permitted, lstat 'C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json'
npm ERR!     at Error (native)
npm ERR!  { Error: EPERM: operation not permitted, lstat 'C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json'
npm ERR!     at Error (native)
npm ERR!   stack: 'Error: EPERM: operation not permitted, lstat \'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\node_modules\\fsevents\\node_modules\\aproba\\package.json\'\n    at Error (native)',
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'lstat',
npm ERR!   path: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\node_modules\\fsevents\\node_modules\\aproba\\package.json' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\RiCK\AppData\Roaming\npm-cache\_logs\2017-09-06T21_55_39_505Z-debug.log

Here is a copy of the debug log:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install',
1 verbose cli   '-g',
1 verbose cli   'nodemon' ]
2 info using npm@5.4.0
3 info using node@v6.11.3
4 verbose npm-session 2c64754c9f2a71b2
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 304 https://registry.npmjs.org/nodemon 1128ms (from cache)
8 silly pacote tag manifest for nodemon@latest fetched in 2694ms
9 silly install loadIdealTree
10 silly install cloneCurrentTreeToIdealTree
11 silly install loadShrinkwrap
12 silly install loadAllDepsIntoIdealTree
13 silly resolveWithNewModule nodemon@1.12.0 checking installable status
14 http fetch GET 304 https://registry.npmjs.org/ignore-by-default 1076ms (from cache)
15 http fetch GET 304 https://registry.npmjs.org/debug 1139ms (from cache)
16 http fetch GET 304 https://registry.npmjs.org/ps-tree 1154ms (from cache)
17 http fetch GET 304 https://registry.npmjs.org/touch 1154ms (from cache)
18 http fetch GET 304 https://registry.npmjs.org/es6-promise 1154ms (from cache)
19 silly pacote range manifest for ignore-by-default@^1.0.1 fetched in 1368ms
20 silly resolveWithNewModule ignore-by-default@1.0.1 checking installable status
21 silly pacote range manifest for debug@^2.6.8 fetched in 1384ms
22 silly resolveWithNewModule debug@2.6.8 checking installable status
23 http fetch GET 304 https://registry.npmjs.org/lodash.defaults 1384ms (from cache)
24 http fetch GET 304 https://registry.npmjs.org/undefsafe 1368ms (from cache)
25 http fetch GET 304 https://registry.npmjs.org/chokidar 1414ms (from cache)
26 silly pacote range manifest for ps-tree@^1.1.0 fetched in 1419ms
27 silly resolveWithNewModule ps-tree@1.1.0 checking installable status
28 silly pacote range manifest for touch@^3.1.0 fetched in 1419ms
29 silly resolveWithNewModule touch@3.1.0 checking installable status
30 silly pacote range manifest for es6-promise@^3.3.1 fetched in 1427ms
31 silly resolveWithNewModule es6-promise@3.3.1 checking installable status
32 silly pacote range manifest for lodash.defaults@^3.1.2 fetched in 1427ms
33 silly resolveWithNewModule lodash.defaults@3.1.2 checking installable status
34 http fetch GET 304 https://registry.npmjs.org/update-notifier 1415ms (from cache)
35 http fetch GET 304 https://registry.npmjs.org/minimatch 1439ms (from cache)
36 silly pacote range manifest for chokidar@^1.7.0 fetched in 1458ms
37 silly resolveWithNewModule chokidar@1.7.0 checking installable status
38 silly pacote version manifest for undefsafe@0.0.3 fetched in 1459ms
39 silly resolveWithNewModule undefsafe@0.0.3 checking installable status
40 silly pacote range manifest for update-notifier@^2.2.0 fetched in 1459ms
41 silly resolveWithNewModule update-notifier@2.2.0 checking installable status
42 silly pacote range manifest for minimatch@^3.0.4 fetched in 1490ms
43 silly resolveWithNewModule minimatch@3.0.4 checking installable status
44 http fetch GET 304 https://registry.npmjs.org/glob-parent 658ms (from cache)
45 http fetch GET 304 https://registry.npmjs.org/is-binary-path 658ms (from cache)
46 http fetch GET 304 https://registry.npmjs.org/anymatch 658ms (from cache)
47 http fetch GET 304 https://registry.npmjs.org/async-each 658ms (from cache)
48 http fetch GET 304 https://registry.npmjs.org/is-glob 768ms (from cache)
49 http fetch GET 304 https://registry.npmjs.org/path-is-absolute 768ms (from cache)
50 http fetch GET 304 https://registry.npmjs.org/inherits 768ms (from cache)
51 silly pacote range manifest for anymatch@^1.3.0 fetched in 783ms
52 silly resolveWithNewModule anymatch@1.3.2 checking installable status
53 silly pacote range manifest for glob-parent@^2.0.0 fetched in 799ms
54 silly resolveWithNewModule glob-parent@2.0.0 checking installable status
55 silly pacote range manifest for is-binary-path@^1.0.0 fetched in 799ms
56 silly resolveWithNewModule is-binary-path@1.0.1 checking installable status
57 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 799ms
58 silly resolveWithNewModule path-is-absolute@1.0.1 checking installable status
59 silly pacote range manifest for inherits@^2.0.1 fetched in 815ms
60 silly resolveWithNewModule inherits@2.0.3 checking installable status
61 silly pacote range manifest for async-each@^1.0.0 fetched in 815ms
62 silly resolveWithNewModule async-each@1.0.1 checking installable status
63 http fetch GET 304 https://registry.npmjs.org/fsevents 815ms (from cache)
64 silly pacote range manifest for is-glob@^2.0.0 fetched in 815ms
65 silly resolveWithNewModule is-glob@2.0.1 checking installable status
66 http fetch GET 304 https://registry.npmjs.org/readdirp 835ms (from cache)
67 silly pacote range manifest for fsevents@^1.0.0 fetched in 855ms
68 silly resolveWithNewModule fsevents@1.1.2 checking installable status
69 silly pacote trying https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz by hash: sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==
70 silly pacote range manifest for readdirp@^2.0.0 fetched in 994ms
71 silly resolveWithNewModule readdirp@2.1.0 checking installable status
72 silly pacote https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz extracted to C:\Users\RiCK\AppData\Local\Temp\npm-8712-e8f97cb9\unpack-fc700baf by content address 6933ms
73 silly addBundled read tarball
74 silly cleanup remove extracted module
75 http fetch GET 304 https://registry.npmjs.org/normalize-path 268ms (from cache)
76 http fetch GET 304 https://registry.npmjs.org/micromatch 435ms (from cache)
77 silly pacote range manifest for micromatch@^2.1.5 fetched in 482ms
78 silly resolveWithNewModule micromatch@2.3.11 checking installable status
79 silly pacote range manifest for normalize-path@^2.0.0 fetched in 708ms
80 silly resolveWithNewModule normalize-path@2.1.1 checking installable status
81 http fetch GET 304 https://registry.npmjs.org/array-unique 1313ms (from cache)
82 http fetch GET 304 https://registry.npmjs.org/expand-brackets 1313ms (from cache)
83 http fetch GET 304 https://registry.npmjs.org/braces 1313ms (from cache)
84 http fetch GET 304 https://registry.npmjs.org/kind-of 1329ms (from cache)
85 http fetch GET 304 https://registry.npmjs.org/extglob 1329ms (from cache)
86 http fetch GET 304 https://registry.npmjs.org/is-extglob 1329ms (from cache)
87 http fetch GET 304 https://registry.npmjs.org/arr-diff 1376ms (from cache)
88 silly pacote range manifest for braces@^1.8.2 fetched in 1376ms
89 silly resolveWithNewModule braces@1.8.5 checking installable status
90 http fetch GET 304 https://registry.npmjs.org/parse-glob 1361ms (from cache)
91 silly pacote range manifest for expand-brackets@^0.1.4 fetched in 1376ms
92 silly resolveWithNewModule expand-brackets@0.1.5 checking installable status
93 silly pacote range manifest for kind-of@^3.0.2 fetched in 1392ms
94 silly resolveWithNewModule kind-of@3.2.2 checking installable status
95 http fetch GET 304 https://registry.npmjs.org/object.omit 1392ms (from cache)
96 http fetch GET 304 https://registry.npmjs.org/filename-regex 1392ms (from cache)
97 silly pacote range manifest for extglob@^0.3.1 fetched in 1392ms
98 silly resolveWithNewModule extglob@0.3.2 checking installable status
99 silly pacote range manifest for is-extglob@^1.0.0 fetched in 1412ms
100 silly resolveWithNewModule is-extglob@1.0.0 checking installable status
101 silly pacote range manifest for array-unique@^0.2.1 fetched in 1416ms
102 silly resolveWithNewModule array-unique@0.2.1 checking installable status
103 silly pacote range manifest for arr-diff@^2.0.0 fetched in 1420ms
104 silly resolveWithNewModule arr-diff@2.0.0 checking installable status
105 silly pacote range manifest for parse-glob@^3.0.4 fetched in 1405ms
106 silly resolveWithNewModule parse-glob@3.0.4 checking installable status
107 silly pacote range manifest for filename-regex@^2.0.0 fetched in 1424ms
108 silly resolveWithNewModule filename-regex@2.0.1 checking installable status
109 silly pacote range manifest for object.omit@^2.0.0 fetched in 1432ms
110 silly resolveWithNewModule object.omit@2.0.1 checking installable status
111 http fetch GET 304 https://registry.npmjs.org/regex-cache 127ms (from cache)
112 silly pacote range manifest for regex-cache@^0.4.2 fetched in 174ms
113 silly resolveWithNewModule regex-cache@0.4.4 checking installable status
114 http fetch GET 304 https://registry.npmjs.org/arr-flatten 109ms (from cache)
115 silly pacote range manifest for arr-flatten@^1.0.1 fetched in 125ms
116 silly resolveWithNewModule arr-flatten@1.1.0 checking installable status
117 http fetch GET 304 https://registry.npmjs.org/expand-range 218ms (from cache)
118 http fetch GET 304 https://registry.npmjs.org/repeat-element 218ms (from cache)
119 http fetch GET 304 https://registry.npmjs.org/preserve 254ms (from cache)
120 silly pacote range manifest for repeat-element@^1.1.2 fetched in 278ms
121 silly resolveWithNewModule repeat-element@1.1.2 checking installable status
122 silly pacote range manifest for expand-range@^1.8.1 fetched in 282ms
123 silly resolveWithNewModule expand-range@1.8.2 checking installable status
124 silly pacote range manifest for preserve@^0.2.0 fetched in 299ms
125 silly resolveWithNewModule preserve@0.2.0 checking installable status
126 http fetch GET 304 https://registry.npmjs.org/fill-range 140ms (from cache)
127 silly pacote range manifest for fill-range@^2.1.0 fetched in 218ms
128 silly resolveWithNewModule fill-range@2.2.3 checking installable status
129 http fetch GET 304 https://registry.npmjs.org/is-number 203ms (from cache)
130 http fetch GET 304 https://registry.npmjs.org/isobject 279ms (from cache)
131 http fetch GET 304 https://registry.npmjs.org/randomatic 283ms (from cache)
132 http fetch GET 304 https://registry.npmjs.org/repeat-string 283ms (from cache)
133 silly pacote range manifest for isobject@^2.0.0 fetched in 314ms
134 silly resolveWithNewModule isobject@2.1.0 checking installable status
135 silly pacote range manifest for is-number@^2.1.0 fetched in 361ms
136 silly resolveWithNewModule is-number@2.1.0 checking installable status
137 silly pacote range manifest for repeat-string@^1.5.2 fetched in 361ms
138 silly resolveWithNewModule repeat-string@1.6.1 checking installable status
139 silly pacote range manifest for randomatic@^1.1.3 fetched in 674ms
140 silly resolveWithNewModule randomatic@1.1.7 checking installable status
141 http fetch GET 304 https://registry.npmjs.org/is-buffer 252ms (from cache)
142 silly pacote range manifest for is-buffer@^1.1.5 fetched in 549ms
143 silly resolveWithNewModule is-buffer@1.1.5 checking installable status
144 http fetch GET 304 https://registry.npmjs.org/isarray 174ms (from cache)
145 silly pacote version manifest for isarray@1.0.0 fetched in 221ms
146 silly resolveWithNewModule isarray@1.0.0 checking installable status
147 silly pacote range manifest for is-number@^3.0.0 fetched in 32ms
148 silly resolveWithNewModule is-number@3.0.0 checking installable status
149 silly pacote range manifest for kind-of@^4.0.0 fetched in 32ms
150 silly resolveWithNewModule kind-of@4.0.0 checking installable status
151 silly pacote range manifest for kind-of@^3.0.2 fetched in 0ms
152 silly resolveWithNewModule kind-of@3.2.2 checking installable status
153 http fetch GET 304 https://registry.npmjs.org/is-posix-bracket 289ms (from cache)
154 silly pacote range manifest for is-posix-bracket@^0.1.0 fetched in 313ms
155 silly resolveWithNewModule is-posix-bracket@0.1.1 checking installable status
156 http fetch GET 304 https://registry.npmjs.org/remove-trailing-separator 506ms (from cache)
157 silly pacote range manifest for remove-trailing-separator@^1.0.1 fetched in 534ms
158 silly resolveWithNewModule remove-trailing-separator@1.1.0 checking installable status
159 http fetch GET 304 https://registry.npmjs.org/is-extendable 157ms (from cache)
160 http fetch GET 304 https://registry.npmjs.org/for-own 157ms (from cache)
161 silly pacote range manifest for for-own@^0.1.4 fetched in 204ms
162 silly resolveWithNewModule for-own@0.1.5 checking installable status
163 silly pacote range manifest for is-extendable@^0.1.1 fetched in 204ms
164 silly resolveWithNewModule is-extendable@0.1.1 checking installable status
165 http fetch GET 304 https://registry.npmjs.org/for-in 282ms (from cache)
166 silly pacote range manifest for for-in@^1.0.1 fetched in 313ms
167 silly resolveWithNewModule for-in@1.0.2 checking installable status
168 http fetch GET 304 https://registry.npmjs.org/is-dotfile 234ms (from cache)
169 http fetch GET 304 https://registry.npmjs.org/glob-base 234ms (from cache)
170 silly pacote range manifest for is-dotfile@^1.0.0 fetched in 447ms
171 silly resolveWithNewModule is-dotfile@1.0.3 checking installable status
172 silly pacote range manifest for glob-base@^0.3.0 fetched in 447ms
173 silly resolveWithNewModule glob-base@0.3.0 checking installable status
174 http fetch GET 304 https://registry.npmjs.org/is-equal-shallow 152ms (from cache)
175 silly pacote range manifest for is-equal-shallow@^0.1.3 fetched in 220ms
176 silly resolveWithNewModule is-equal-shallow@0.1.3 checking installable status
177 http fetch GET 304 https://registry.npmjs.org/is-primitive 180ms (from cache)
178 silly pacote range manifest for is-primitive@^2.0.0 fetched in 231ms
179 silly resolveWithNewModule is-primitive@2.0.0 checking installable status
180 http fetch GET 304 https://registry.npmjs.org/nan 1004ms (from cache)
181 silly pacote range manifest for nan@^2.3.0 fetched in 1036ms
182 silly resolveWithNewModule nan@2.7.0 checking installable status
183 http fetch GET 304 https://registry.npmjs.org/binary-extensions 564ms (from cache)
184 silly pacote range manifest for binary-extensions@^1.0.0 fetched in 611ms
185 silly resolveWithNewModule binary-extensions@1.10.0 checking installable status
186 http fetch GET 304 https://registry.npmjs.org/graceful-fs 93ms (from cache)
187 http fetch GET 304 https://registry.npmjs.org/set-immediate-shim 93ms (from cache)
188 http fetch GET 304 https://registry.npmjs.org/readable-stream 109ms (from cache)
189 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 125ms
190 silly resolveWithNewModule graceful-fs@4.1.11 checking installable status
191 silly pacote range manifest for set-immediate-shim@^1.0.1 fetched in 181ms
192 silly resolveWithNewModule set-immediate-shim@1.0.1 checking installable status
193 silly pacote range manifest for readable-stream@^2.0.2 fetched in 189ms
194 silly resolveWithNewModule readable-stream@2.3.3 checking installable status
195 http fetch GET 304 https://registry.npmjs.org/brace-expansion 171ms (from cache)
196 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 219ms
197 silly resolveWithNewModule brace-expansion@1.1.8 checking installable status
198 http fetch GET 304 https://registry.npmjs.org/balanced-match 94ms (from cache)
199 silly pacote range manifest for balanced-match@^1.0.0 fetched in 125ms
200 silly resolveWithNewModule balanced-match@1.0.0 checking installable status
201 http fetch GET 304 https://registry.npmjs.org/concat-map 125ms (from cache)
202 silly pacote version manifest for concat-map@0.0.1 fetched in 141ms
203 silly resolveWithNewModule concat-map@0.0.1 checking installable status
204 http fetch GET 304 https://registry.npmjs.org/string_decoder 202ms (from cache)
205 http fetch GET 304 https://registry.npmjs.org/util-deprecate 218ms (from cache)
206 http fetch GET 304 https://registry.npmjs.org/safe-buffer 234ms (from cache)
207 http fetch GET 304 https://registry.npmjs.org/core-util-is 249ms (from cache)
208 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 318ms
209 silly resolveWithNewModule util-deprecate@1.0.2 checking installable status
210 silly pacote range manifest for string_decoder@~1.0.3 fetched in 318ms
211 silly resolveWithNewModule string_decoder@1.0.3 checking installable status
212 silly pacote range manifest for safe-buffer@~5.1.1 fetched in 334ms
213 silly resolveWithNewModule safe-buffer@5.1.1 checking installable status
214 silly pacote range manifest for core-util-is@~1.0.0 fetched in 349ms
215 silly resolveWithNewModule core-util-is@1.0.2 checking installable status
216 http fetch GET 304 https://registry.npmjs.org/process-nextick-args 466ms (from cache)
217 silly pacote range manifest for process-nextick-args@~1.0.6 fetched in 503ms
218 silly resolveWithNewModule process-nextick-args@1.0.7 checking installable status
219 http fetch GET 304 https://registry.npmjs.org/ms 232ms (from cache)
220 silly pacote version manifest for ms@2.0.0 fetched in 270ms
221 silly resolveWithNewModule ms@2.0.0 checking installable status
222 http fetch GET 304 https://registry.npmjs.org/lodash.restparam 131ms (from cache)
223 silly pacote range manifest for lodash.restparam@^3.0.0 fetched in 163ms
224 silly resolveWithNewModule lodash.restparam@3.6.1 checking installable status
225 http fetch GET 304 https://registry.npmjs.org/lodash.assign 200ms (from cache)
226 silly pacote range manifest for lodash.assign@^3.0.0 fetched in 216ms
227 silly resolveWithNewModule lodash.assign@3.2.0 checking installable status
228 http fetch GET 304 https://registry.npmjs.org/lodash._createassigner 268ms (from cache)
229 http fetch GET 304 https://registry.npmjs.org/lodash._baseassign 284ms (from cache)
230 http fetch GET 304 https://registry.npmjs.org/lodash.keys 415ms (from cache)
231 silly pacote range manifest for lodash._baseassign@^3.0.0 fetched in 531ms
232 silly resolveWithNewModule lodash._baseassign@3.2.0 checking installable status
233 silly pacote range manifest for lodash._createassigner@^3.0.0 fetched in 552ms
234 silly resolveWithNewModule lodash._createassigner@3.1.1 checking installable status
235 silly pacote range manifest for lodash.keys@^3.0.0 fetched in 553ms
236 silly resolveWithNewModule lodash.keys@3.1.2 checking installable status
237 http fetch GET 304 https://registry.npmjs.org/lodash._basecopy 136ms (from cache)
238 silly pacote range manifest for lodash._basecopy@^3.0.0 fetched in 167ms
239 silly resolveWithNewModule lodash._basecopy@3.0.1 checking installable status
240 http fetch GET 304 https://registry.npmjs.org/lodash._getnative 96ms (from cache)
241 http fetch GET 304 https://registry.npmjs.org/lodash.isarray 128ms (from cache)
242 http fetch GET 304 https://registry.npmjs.org/lodash.isarguments 130ms (from cache)
243 silly pacote range manifest for lodash._getnative@^3.0.0 fetched in 133ms
244 silly resolveWithNewModule lodash._getnative@3.9.1 checking installable status
245 silly pacote range manifest for lodash.isarray@^3.0.0 fetched in 133ms
246 silly resolveWithNewModule lodash.isarray@3.0.4 checking installable status
247 silly pacote range manifest for lodash.isarguments@^3.0.0 fetched in 133ms
248 silly resolveWithNewModule lodash.isarguments@3.1.0 checking installable status
249 http fetch GET 304 https://registry.npmjs.org/lodash._bindcallback 81ms (from cache)
250 http fetch GET 304 https://registry.npmjs.org/lodash._isiterateecall 85ms (from cache)
251 silly pacote range manifest for lodash._bindcallback@^3.0.0 fetched in 132ms
252 silly resolveWithNewModule lodash._bindcallback@3.0.1 checking installable status
253 silly pacote range manifest for lodash._isiterateecall@^3.0.0 fetched in 132ms
254 silly resolveWithNewModule lodash._isiterateecall@3.0.9 checking installable status
255 http fetch GET 304 https://registry.npmjs.org/event-stream 84ms (from cache)
256 silly pacote range manifest for event-stream@~3.3.0 fetched in 131ms
257 silly resolveWithNewModule event-stream@3.3.4 checking installable status
258 http fetch GET 304 https://registry.npmjs.org/duplexer 306ms (from cache)
259 http fetch GET 304 https://registry.npmjs.org/from 305ms (from cache)
260 http fetch GET 304 https://registry.npmjs.org/map-stream 304ms (from cache)
261 silly pacote range manifest for duplexer@~0.1.1 fetched in 369ms
262 silly resolveWithNewModule duplexer@0.1.1 checking installable status
263 silly pacote range manifest for from@~0 fetched in 405ms
264 silly resolveWithNewModule from@0.1.7 checking installable status
265 silly pacote range manifest for map-stream@~0.1.0 fetched in 404ms
266 silly resolveWithNewModule map-stream@0.1.0 checking installable status
267 http fetch GET 304 https://registry.npmjs.org/through 438ms (from cache)
268 http fetch GET 304 https://registry.npmjs.org/stream-combiner 434ms (from cache)
269 silly pacote range manifest for through@~2.3.1 fetched in 469ms
270 silly resolveWithNewModule through@2.3.8 checking installable status
271 http fetch GET 304 https://registry.npmjs.org/split 449ms (from cache)
272 silly pacote range manifest for stream-combiner@~0.0.4 fetched in 449ms
273 silly resolveWithNewModule stream-combiner@0.0.4 checking installable status
274 silly pacote range manifest for split@0.3 fetched in 465ms
275 silly resolveWithNewModule split@0.3.3 checking installable status
276 http fetch GET 304 https://registry.npmjs.org/pause-stream 466ms (from cache)
277 silly pacote version manifest for pause-stream@0.0.11 fetched in 534ms
278 silly resolveWithNewModule pause-stream@0.0.11 checking installable status
279 http fetch GET 304 https://registry.npmjs.org/nopt 1376ms (from cache)
280 silly pacote range manifest for nopt@~1.0.10 fetched in 1407ms
281 silly resolveWithNewModule nopt@1.0.10 checking installable status
282 http fetch GET 304 https://registry.npmjs.org/abbrev 170ms (from cache)
283 silly pacote range manifest for abbrev@1 fetched in 214ms
284 silly resolveWithNewModule abbrev@1.1.0 checking installable status
285 http fetch GET 304 https://registry.npmjs.org/is-npm 300ms (from cache)
286 http fetch GET 304 https://registry.npmjs.org/boxen 363ms (from cache)
287 http fetch GET 304 https://registry.npmjs.org/import-lazy 363ms (from cache)
288 silly pacote range manifest for boxen@^1.0.0 fetched in 416ms
289 silly resolveWithNewModule boxen@1.2.1 checking installable status
290 silly pacote range manifest for import-lazy@^2.1.0 fetched in 400ms
291 silly resolveWithNewModule import-lazy@2.1.0 checking installable status
292 silly pacote range manifest for is-npm@^1.0.0 fetched in 400ms
293 silly resolveWithNewModule is-npm@1.0.0 checking installable status
294 http fetch GET 304 https://registry.npmjs.org/chalk 416ms (from cache)
295 http fetch GET 304 https://registry.npmjs.org/configstore 416ms (from cache)
296 http fetch GET 304 https://registry.npmjs.org/xdg-basedir 431ms (from cache)
297 http fetch GET 304 https://registry.npmjs.org/semver-diff 431ms (from cache)
298 silly pacote range manifest for chalk@^1.0.0 fetched in 479ms
299 silly resolveWithNewModule chalk@1.1.3 checking installable status
300 silly pacote range manifest for configstore@^3.0.0 fetched in 483ms
301 silly resolveWithNewModule configstore@3.1.1 checking installable status
302 silly pacote range manifest for xdg-basedir@^3.0.0 fetched in 467ms
303 silly resolveWithNewModule xdg-basedir@3.0.0 checking installable status
304 silly pacote range manifest for semver-diff@^2.0.0 fetched in 472ms
305 silly resolveWithNewModule semver-diff@2.1.0 checking installable status
306 http fetch GET 304 https://registry.npmjs.org/latest-version 479ms (from cache)
307 silly pacote range manifest for latest-version@^3.0.0 fetched in 616ms
308 silly resolveWithNewModule latest-version@3.1.0 checking installable status
309 silly pacote range manifest for chalk@^2.0.1 fetched in 231ms
310 silly resolveWithNewModule chalk@2.1.0 checking installable status
311 http fetch GET 304 https://registry.npmjs.org/cli-boxes 500ms (from cache)
312 http fetch GET 304 https://registry.npmjs.org/camelcase 500ms (from cache)
313 http fetch GET 304 https://registry.npmjs.org/string-width 500ms (from cache)
314 http fetch GET 304 https://registry.npmjs.org/term-size 516ms (from cache)
315 http fetch GET 304 https://registry.npmjs.org/widest-line 516ms (from cache)
316 silly pacote range manifest for term-size@^1.2.0 fetched in 554ms
317 silly resolveWithNewModule term-size@1.2.0 checking installable status
318 silly pacote range manifest for cli-boxes@^1.0.0 fetched in 554ms
319 silly resolveWithNewModule cli-boxes@1.0.0 checking installable status
320 silly pacote range manifest for string-width@^2.0.0 fetched in 554ms
321 silly resolveWithNewModule string-width@2.1.1 checking installable status
322 http fetch GET 304 https://registry.npmjs.org/ansi-align 554ms (from cache)
323 silly pacote range manifest for widest-line@^1.0.0 fetched in 569ms
324 silly resolveWithNewModule widest-line@1.0.0 checking installable status
325 silly pacote range manifest for ansi-align@^2.0.0 fetched in 601ms
326 silly resolveWithNewModule ansi-align@2.0.0 checking installable status
327 silly pacote range manifest for camelcase@^4.0.0 fetched in 601ms
328 silly resolveWithNewModule camelcase@4.1.0 checking installable status
329 http fetch GET 304 https://registry.npmjs.org/strip-ansi 116ms (from cache)
330 http fetch GET 304 https://registry.npmjs.org/is-fullwidth-code-point 138ms (from cache)
331 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 154ms
332 silly resolveWithNewModule strip-ansi@4.0.0 checking installable status
333 silly pacote range manifest for is-fullwidth-code-point@^2.0.0 fetched in 154ms
334 silly resolveWithNewModule is-fullwidth-code-point@2.0.0 checking installable status
335 http fetch GET 304 https://registry.npmjs.org/ansi-regex 132ms (from cache)
336 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 283ms
337 silly resolveWithNewModule ansi-regex@3.0.0 checking installable status
338 http fetch GET 304 https://registry.npmjs.org/escape-string-regexp 319ms (from cache)
339 http fetch GET 304 https://registry.npmjs.org/ansi-styles 319ms (from cache)
340 http fetch GET 304 https://registry.npmjs.org/supports-color 320ms (from cache)
341 silly pacote range manifest for ansi-styles@^3.1.0 fetched in 364ms
342 silly resolveWithNewModule ansi-styles@3.2.0 checking installable status
343 silly pacote range manifest for supports-color@^4.0.0 fetched in 369ms
344 silly resolveWithNewModule supports-color@4.4.0 checking installable status
345 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 396ms
346 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status
347 http fetch GET 304 https://registry.npmjs.org/color-convert 139ms (from cache)
348 silly pacote range manifest for color-convert@^1.9.0 fetched in 170ms
349 silly resolveWithNewModule color-convert@1.9.0 checking installable status
350 http fetch GET 304 https://registry.npmjs.org/color-name 154ms (from cache)
351 silly pacote range manifest for color-name@^1.1.1 fetched in 185ms
352 silly resolveWithNewModule color-name@1.1.3 checking installable status
353 http fetch GET 304 https://registry.npmjs.org/has-flag 101ms (from cache)
354 silly pacote range manifest for has-flag@^2.0.0 fetched in 101ms
355 silly resolveWithNewModule has-flag@2.0.0 checking installable status
356 http fetch GET 304 https://registry.npmjs.org/execa 62ms (from cache)
357 silly pacote range manifest for execa@^0.7.0 fetched in 77ms
358 silly resolveWithNewModule execa@0.7.0 checking installable status
359 http fetch GET 304 https://registry.npmjs.org/npm-run-path 224ms (from cache)
360 http fetch GET 304 https://registry.npmjs.org/cross-spawn 240ms (from cache)
361 silly pacote range manifest for npm-run-path@^2.0.0 fetched in 261ms
362 silly resolveWithNewModule npm-run-path@2.0.2 checking installable status
363 http fetch GET 304 https://registry.npmjs.org/is-stream 277ms (from cache)
364 http fetch GET 304 https://registry.npmjs.org/get-stream 293ms (from cache)
365 http fetch GET 304 https://registry.npmjs.org/signal-exit 293ms (from cache)
366 http fetch GET 304 https://registry.npmjs.org/p-finally 293ms (from cache)
367 silly pacote range manifest for get-stream@^3.0.0 fetched in 309ms
368 silly resolveWithNewModule get-stream@3.0.0 checking installable status
369 silly pacote range manifest for is-stream@^1.1.0 fetched in 308ms
370 silly resolveWithNewModule is-stream@1.1.0 checking installable status
371 silly pacote range manifest for signal-exit@^3.0.0 fetched in 308ms
372 silly resolveWithNewModule signal-exit@3.0.2 checking installable status
373 silly pacote range manifest for p-finally@^1.0.0 fetched in 308ms
374 silly resolveWithNewModule p-finally@1.0.0 checking installable status
375 http fetch GET 304 https://registry.npmjs.org/strip-eof 308ms (from cache)
376 silly pacote range manifest for strip-eof@^1.0.0 fetched in 340ms
377 silly resolveWithNewModule strip-eof@1.0.0 checking installable status
378 silly pacote range manifest for cross-spawn@^5.0.1 fetched in 356ms
379 silly resolveWithNewModule cross-spawn@5.1.0 checking installable status
380 http fetch GET 304 https://registry.npmjs.org/which 162ms (from cache)
381 http fetch GET 304 https://registry.npmjs.org/lru-cache 212ms (from cache)
382 silly pacote range manifest for which@^1.2.9 fetched in 201ms
383 silly resolveWithNewModule which@1.3.0 checking installable status
384 http fetch GET 304 https://registry.npmjs.org/shebang-command 207ms (from cache)
385 silly pacote range manifest for lru-cache@^4.0.1 fetched in 222ms
386 silly resolveWithNewModule lru-cache@4.1.1 checking installable status
387 silly pacote range manifest for shebang-command@^1.2.0 fetched in 222ms
388 silly resolveWithNewModule shebang-command@1.2.0 checking installable status
389 http fetch GET 304 https://registry.npmjs.org/pseudomap 163ms (from cache)
390 http fetch GET 304 https://registry.npmjs.org/yallist 185ms (from cache)
391 silly pacote range manifest for pseudomap@^1.0.2 fetched in 248ms
392 silly resolveWithNewModule pseudomap@1.0.2 checking installable status
393 silly pacote range manifest for yallist@^2.1.2 fetched in 248ms
394 silly resolveWithNewModule yallist@2.1.2 checking installable status
395 http fetch GET 304 https://registry.npmjs.org/shebang-regex 137ms (from cache)
396 silly pacote range manifest for shebang-regex@^1.0.0 fetched in 182ms
397 silly resolveWithNewModule shebang-regex@1.0.0 checking installable status
398 http fetch GET 304 https://registry.npmjs.org/isexe 132ms (from cache)
399 silly pacote range manifest for isexe@^2.0.0 fetched in 210ms
400 silly resolveWithNewModule isexe@2.0.0 checking installable status
401 http fetch GET 304 https://registry.npmjs.org/path-key 311ms (from cache)
402 silly pacote range manifest for path-key@^2.0.0 fetched in 330ms
403 silly resolveWithNewModule path-key@2.0.1 checking installable status
404 silly pacote range manifest for string-width@^1.0.1 fetched in 47ms
405 silly resolveWithNewModule string-width@1.0.2 checking installable status
406 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 78ms
407 silly resolveWithNewModule is-fullwidth-code-point@1.0.0 checking installable status
408 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 109ms
409 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status
410 http fetch GET 304 https://registry.npmjs.org/code-point-at 203ms (from cache)
411 silly pacote range manifest for code-point-at@^1.0.0 fetched in 250ms
412 silly resolveWithNewModule code-point-at@1.1.0 checking installable status
413 http fetch GET 304 https://registry.npmjs.org/number-is-nan 78ms (from cache)
414 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 94ms
415 silly resolveWithNewModule number-is-nan@1.0.1 checking installable status
416 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 53ms
417 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status
418 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 0ms
419 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status
420 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 47ms
421 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status
422 silly pacote range manifest for supports-color@^2.0.0 fetched in 47ms
423 silly resolveWithNewModule supports-color@2.0.0 checking installable status
424 http fetch GET 304 https://registry.npmjs.org/has-ansi 156ms (from cache)
425 silly pacote range manifest for has-ansi@^2.0.0 fetched in 188ms
426 silly resolveWithNewModule has-ansi@2.0.0 checking installable status
427 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 15ms
428 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status
429 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 16ms
430 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status
431 http fetch GET 304 https://registry.npmjs.org/write-file-atomic 471ms (from cache)
432 http fetch GET 304 https://registry.npmjs.org/unique-string 503ms (from cache)
433 http fetch GET 304 https://registry.npmjs.org/dot-prop 518ms (from cache)
434 http fetch GET 304 https://registry.npmjs.org/make-dir 518ms (from cache)
435 silly pacote range manifest for dot-prop@^4.1.0 fetched in 565ms
436 silly resolveWithNewModule dot-prop@4.2.0 checking installable status
437 silly pacote range manifest for unique-string@^1.0.0 fetched in 550ms
438 silly resolveWithNewModule unique-string@1.0.0 checking installable status
439 silly pacote range manifest for write-file-atomic@^2.0.0 fetched in 580ms
440 silly resolveWithNewModule write-file-atomic@2.3.0 checking installable status
441 silly pacote range manifest for make-dir@^1.0.0 fetched in 627ms
442 silly resolveWithNewModule make-dir@1.0.0 checking installable status
443 http fetch GET 304 https://registry.npmjs.org/is-obj 205ms (from cache)
444 silly pacote range manifest for is-obj@^1.0.0 fetched in 268ms
445 silly resolveWithNewModule is-obj@1.0.1 checking installable status
446 http fetch GET 304 https://registry.npmjs.org/pify 867ms (from cache)
447 silly pacote range manifest for pify@^2.3.0 fetched in 914ms
448 silly resolveWithNewModule pify@2.3.0 checking installable status
449 http fetch GET 304 https://registry.npmjs.org/crypto-random-string 245ms (from cache)
450 silly pacote range manifest for crypto-random-string@^1.0.0 fetched in 338ms
451 silly resolveWithNewModule crypto-random-string@1.0.0 checking installable status
452 http fetch GET 304 https://registry.npmjs.org/imurmurhash 109ms (from cache)
453 silly pacote range manifest for imurmurhash@^0.1.4 fetched in 141ms
454 silly resolveWithNewModule imurmurhash@0.1.4 checking installable status
455 http fetch GET 304 https://registry.npmjs.org/package-json 103ms (from cache)
456 silly pacote range manifest for package-json@^4.0.0 fetched in 113ms
457 silly resolveWithNewModule package-json@4.0.1 checking installable status
458 http fetch GET 304 https://registry.npmjs.org/registry-url 201ms (from cache)
459 http fetch GET 304 https://registry.npmjs.org/got 246ms (from cache)
460 silly pacote range manifest for registry-url@^3.0.3 fetched in 301ms
461 silly resolveWithNewModule registry-url@3.1.0 checking installable status
462 silly pacote range manifest for got@^6.7.1 fetched in 322ms
463 silly resolveWithNewModule got@6.7.1 checking installable status
464 http fetch GET 304 https://registry.npmjs.org/registry-auth-token 389ms (from cache)
465 silly pacote range manifest for registry-auth-token@^3.0.1 fetched in 408ms
466 silly resolveWithNewModule registry-auth-token@3.3.1 checking installable status
467 http fetch GET 304 https://registry.npmjs.org/semver 415ms (from cache)
468 silly pacote range manifest for semver@^5.1.0 fetched in 458ms
469 silly resolveWithNewModule semver@5.4.1 checking installable status
470 http fetch GET 304 https://registry.npmjs.org/is-redirect 365ms (from cache)
471 http fetch GET 304 https://registry.npmjs.org/timed-out 366ms (from cache)
472 http fetch GET 304 https://registry.npmjs.org/is-retry-allowed 371ms (from cache)
473 http fetch GET 304 https://registry.npmjs.org/duplexer3 377ms (from cache)
474 http fetch GET 304 https://registry.npmjs.org/unzip-response 374ms (from cache)
475 http fetch GET 304 https://registry.npmjs.org/create-error-class 621ms (from cache)
476 silly pacote range manifest for is-retry-allowed@^1.0.0 fetched in 636ms
477 silly resolveWithNewModule is-retry-allowed@1.1.0 checking installable status
478 silly pacote range manifest for duplexer3@^0.1.4 fetched in 640ms
479 silly resolveWithNewModule duplexer3@0.1.4 checking installable status
480 silly pacote range manifest for is-redirect@^1.0.0 fetched in 642ms
481 silly resolveWithNewModule is-redirect@1.0.0 checking installable status
482 http fetch GET 304 https://registry.npmjs.org/url-parse-lax 646ms (from cache)
483 http fetch GET 304 https://registry.npmjs.org/lowercase-keys 735ms (from cache)
484 silly pacote range manifest for unzip-response@^2.0.1 fetched in 747ms
485 silly resolveWithNewModule unzip-response@2.0.1 checking installable status
486 silly pacote range manifest for url-parse-lax@^1.0.0 fetched in 749ms
487 silly resolveWithNewModule url-parse-lax@1.0.0 checking installable status
488 silly pacote range manifest for create-error-class@^3.0.0 fetched in 882ms
489 silly resolveWithNewModule create-error-class@3.0.2 checking installable status
490 silly pacote range manifest for lowercase-keys@^1.0.0 fetched in 951ms
491 silly resolveWithNewModule lowercase-keys@1.0.0 checking installable status
492 silly pacote range manifest for timed-out@^4.0.0 fetched in 971ms
493 silly resolveWithNewModule timed-out@4.0.1 checking installable status
494 http fetch GET 304 https://registry.npmjs.org/capture-stack-trace 318ms (from cache)
495 silly pacote range manifest for capture-stack-trace@^1.0.0 fetched in 340ms
496 silly resolveWithNewModule capture-stack-trace@1.0.0 checking installable status
497 http fetch GET 304 https://registry.npmjs.org/prepend-http 153ms (from cache)
498 silly pacote range manifest for prepend-http@^1.0.1 fetched in 258ms
499 silly resolveWithNewModule prepend-http@1.0.4 checking installable status
500 http fetch GET 304 https://registry.npmjs.org/rc 82ms (from cache)
501 silly pacote range manifest for rc@^1.1.6 fetched in 97ms
502 silly resolveWithNewModule rc@1.2.1 checking installable status
503 http fetch GET 304 https://registry.npmjs.org/minimist 169ms (from cache)
504 http fetch GET 304 https://registry.npmjs.org/deep-extend 175ms (from cache)
505 silly pacote range manifest for minimist@^1.2.0 fetched in 195ms
506 silly resolveWithNewModule minimist@1.2.0 checking installable status
507 silly pacote range manifest for deep-extend@~0.4.0 fetched in 200ms
508 silly resolveWithNewModule deep-extend@0.4.2 checking installable status
509 http fetch GET 304 https://registry.npmjs.org/ini 206ms (from cache)
510 http fetch GET 304 https://registry.npmjs.org/strip-json-comments 209ms (from cache)
511 silly pacote range manifest for ini@~1.3.0 fetched in 258ms
512 silly resolveWithNewModule ini@1.3.4 checking installable status
513 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 271ms
514 silly resolveWithNewModule strip-json-comments@2.0.1 checking installable status
515 silly currentTree npm
515 silly currentTree `-- nodemon@1.12.0
515 silly currentTree   +-- abbrev@1.1.0
515 silly currentTree   +-- ansi-align@2.0.0
515 silly currentTree   +-- ansi-regex@3.0.0
515 silly currentTree   +-- ansi-styles@3.2.0
515 silly currentTree   +-- anymatch@1.3.2
515 silly currentTree   +-- arr-diff@2.0.0
515 silly currentTree   +-- arr-flatten@1.1.0
515 silly currentTree   +-- array-unique@0.2.1
515 silly currentTree   +-- async-each@1.0.1
515 silly currentTree   +-- balanced-match@1.0.0
515 silly currentTree   +-- binary-extensions@1.10.0
515 silly currentTree   +-- boxen@1.2.1
515 silly currentTree   | `-- chalk@2.1.0
515 silly currentTree   +-- brace-expansion@1.1.8
515 silly currentTree   +-- braces@1.8.5
515 silly currentTree   +-- camelcase@4.1.0
515 silly currentTree   +-- capture-stack-trace@1.0.0
515 silly currentTree   +-- chalk@1.1.3
515 silly currentTree   | +-- ansi-regex@2.1.1
515 silly currentTree   | +-- ansi-styles@2.2.1
515 silly currentTree   | +-- strip-ansi@3.0.1
515 silly currentTree   | `-- supports-color@2.0.0
515 silly currentTree   +-- chokidar@1.7.0
515 silly currentTree   +-- cli-boxes@1.0.0
515 silly currentTree   +-- code-point-at@1.1.0
515 silly currentTree   +-- color-convert@1.9.0
515 silly currentTree   +-- color-name@1.1.3
515 silly currentTree   +-- concat-map@0.0.1
515 silly currentTree   +-- configstore@3.1.1
515 silly currentTree   +-- core-util-is@1.0.2
515 silly currentTree   +-- create-error-class@3.0.2
515 silly currentTree   +-- cross-spawn@5.1.0
515 silly currentTree   +-- crypto-random-string@1.0.0
515 silly currentTree   +-- debug@2.6.8
515 silly currentTree   +-- deep-extend@0.4.2
515 silly currentTree   +-- dot-prop@4.2.0
515 silly currentTree   +-- duplexer@0.1.1
515 silly currentTree   +-- duplexer3@0.1.4
515 silly currentTree   +-- es6-promise@3.3.1
515 silly currentTree   +-- escape-string-regexp@1.0.5
515 silly currentTree   +-- event-stream@3.3.4
515 silly currentTree   +-- execa@0.7.0
515 silly currentTree   +-- expand-brackets@0.1.5
515 silly currentTree   +-- expand-range@1.8.2
515 silly currentTree   +-- extglob@0.3.2
515 silly currentTree   +-- filename-regex@2.0.1
515 silly currentTree   +-- fill-range@2.2.3
515 silly currentTree   +-- for-in@1.0.2
515 silly currentTree   +-- for-own@0.1.5
515 silly currentTree   +-- from@0.1.7
515 silly currentTree   +-- fsevents
515 silly currentTree   | +-- abbrev
515 silly currentTree   | +-- ajv
515 silly currentTree   | +-- ansi-regex
515 silly currentTree   | +-- aproba
515 silly currentTree   | +-- are-we-there-yet
515 silly currentTree   | +-- asn1
515 silly currentTree   | +-- assert-plus
515 silly currentTree   | +-- asynckit
515 silly currentTree   | +-- aws-sign2
515 silly currentTree   | +-- aws4
515 silly currentTree   | +-- balanced-match
515 silly currentTree   | +-- bcrypt-pbkdf
515 silly currentTree   | +-- block-stream
515 silly currentTree   | +-- boom
515 silly currentTree   | +-- brace-expansion
515 silly currentTree   | +-- buffer-shims
515 silly currentTree   | +-- caseless
515 silly currentTree   | +-- co
515 silly currentTree   | +-- code-point-at
515 silly currentTree   | +-- combined-stream
515 silly currentTree   | +-- concat-map
515 silly currentTree   | +-- console-control-strings
515 silly currentTree   | +-- core-util-is
515 silly currentTree   | +-- cryptiles
515 silly currentTree   | +-- dashdash
515 silly currentTree   | | `-- assert-plus
515 silly currentTree   | +-- deep-extend
515 silly currentTree   | +-- delayed-stream
515 silly currentTree   | +-- delegates
515 silly currentTree   | +-- ecc-jsbn
515 silly currentTree   | +-- extend
515 silly currentTree   | +-- extsprintf
515 silly currentTree   | +-- forever-agent
515 silly currentTree   | +-- fs.realpath
515 silly currentTree   | +-- fstream
515 silly currentTree   | +-- fstream-ignore
515 silly currentTree   | +-- gauge
515 silly currentTree   | +-- getpass
515 silly currentTree   | | `-- assert-plus
515 silly currentTree   | +-- glob
515 silly currentTree   | +-- graceful-fs
515 silly currentTree   | +-- har-schema
515 silly currentTree   | +-- har-validator
515 silly currentTree   | +-- has-unicode
515 silly currentTree   | +-- hawk
515 silly currentTree   | +-- hoek
515 silly currentTree   | +-- http-signature
515 silly currentTree   | +-- inflight
515 silly currentTree   | +-- inherits
515 silly currentTree   | +-- ini
515 silly currentTree   | +-- is-typedarray
515 silly currentTree   | +-- isarray
515 silly currentTree   | +-- isstream
515 silly currentTree   | +-- jodid25519
515 silly currentTree   | +-- jsbn
515 silly currentTree   | +-- json-schema
515 silly currentTree   | +-- json-stable-stringify
515 silly currentTree   | +-- json-stringify-safe
515 silly currentTree   | +-- jsonify
515 silly currentTree   | +-- jsprim
515 silly currentTree   | +-- node-pre-gyp
515 silly currentTree   | +-- nopt
515 silly currentTree   | +-- npmlog
515 silly currentTree   | +-- once
515 silly currentTree   | +-- path-is-absolute
515 silly currentTree   | +-- performance-now
515 silly currentTree   | +-- process-nextick-args
515 silly currentTree   | +-- punycode
515 silly currentTree   | +-- qs
515 silly currentTree   | +-- rc
515 silly currentTree   | | `-- minimist
515 silly currentTree   | +-- readable-stream
515 silly currentTree   | +-- request
515 silly currentTree   | +-- rimraf
515 silly currentTree   | +-- safe-buffer
515 silly currentTree   | +-- semver
515 silly currentTree   | +-- set-blocking
515 silly currentTree   | +-- signal-exit
515 silly currentTree   | +-- sntp
515 silly currentTree   | +-- sshpk
515 silly currentTree   | | `-- assert-plus
515 silly currentTree   | +-- string_decoder
515 silly currentTree   | +-- string-width
515 silly currentTree   | +-- stringstream
515 silly currentTree   | +-- strip-ansi
515 silly currentTree   | +-- strip-json-comments
515 silly currentTree   | +-- tar
515 silly currentTree   | +-- tar-pack
515 silly currentTree   | +-- tough-cookie
515 silly currentTree   | +-- tunnel-agent
515 silly currentTree   | +-- tweetnacl
515 silly currentTree   | +-- uid-number
515 silly currentTree   | +-- util-deprecate
515 silly currentTree   | +-- uuid
515 silly currentTree   | +-- verror
515 silly currentTree   | +-- wide-align
515 silly currentTree   | `-- wrappy
515 silly currentTree   +-- get-stream@3.0.0
515 silly currentTree   +-- glob-base@0.3.0
515 silly currentTree   +-- glob-parent@2.0.0
515 silly currentTree   +-- got@6.7.1
515 silly currentTree   +-- graceful-fs@4.1.11
515 silly currentTree   +-- has-ansi@2.0.0
515 silly currentTree   | `-- ansi-regex@2.1.1
515 silly currentTree   +-- has-flag@2.0.0
515 silly currentTree   +-- ignore-by-default@1.0.1
515 silly currentTree   +-- import-lazy@2.1.0
515 silly currentTree   +-- imurmurhash@0.1.4
515 silly currentTree   +-- inherits@2.0.3
515 silly currentTree   +-- ini@1.3.4
515 silly currentTree   +-- is-binary-path@1.0.1
515 silly currentTree   +-- is-buffer@1.1.5
515 silly currentTree   +-- is-dotfile@1.0.3
515 silly currentTree   +-- is-equal-shallow@0.1.3
515 silly currentTree   +-- is-extendable@0.1.1
515 silly currentTree   +-- is-extglob@1.0.0
515 silly currentTree   +-- is-fullwidth-code-point@2.0.0
515 silly currentTree   +-- is-glob@2.0.1
515 silly currentTree   +-- is-npm@1.0.0
515 silly currentTree   +-- is-number@2.1.0
515 silly currentTree   +-- is-obj@1.0.1
515 silly currentTree   +-- is-posix-bracket@0.1.1
515 silly currentTree   +-- is-primitive@2.0.0
515 silly currentTree   +-- is-redirect@1.0.0
515 silly currentTree   +-- is-retry-allowed@1.1.0
515 silly currentTree   +-- is-stream@1.1.0
515 silly currentTree   +-- isarray@1.0.0
515 silly currentTree   +-- isexe@2.0.0
515 silly currentTree   +-- isobject@2.1.0
515 silly currentTree   +-- kind-of@3.2.2
515 silly currentTree   +-- latest-version@3.1.0
515 silly currentTree   +-- lodash._baseassign@3.2.0
515 silly currentTree   +-- lodash._basecopy@3.0.1
515 silly currentTree   +-- lodash._bindcallback@3.0.1
515 silly currentTree   +-- lodash._createassigner@3.1.1
515 silly currentTree   +-- lodash._getnative@3.9.1
515 silly currentTree   +-- lodash._isiterateecall@3.0.9
515 silly currentTree   +-- lodash.assign@3.2.0
515 silly currentTree   +-- lodash.defaults@3.1.2
515 silly currentTree   +-- lodash.isarguments@3.1.0
515 silly currentTree   +-- lodash.isarray@3.0.4
515 silly currentTree   +-- lodash.keys@3.1.2
515 silly currentTree   +-- lodash.restparam@3.6.1
515 silly currentTree   +-- lowercase-keys@1.0.0
515 silly currentTree   +-- lru-cache@4.1.1
515 silly currentTree   +-- make-dir@1.0.0
515 silly currentTree   +-- map-stream@0.1.0
515 silly currentTree   +-- micromatch@2.3.11
515 silly currentTree   +-- minimatch@3.0.4
515 silly currentTree   +-- minimist@1.2.0
515 silly currentTree   +-- ms@2.0.0
515 silly currentTree   +-- nan
515 silly currentTree   +-- nopt@1.0.10
515 silly currentTree   +-- normalize-path@2.1.1
515 silly currentTree   +-- npm-run-path@2.0.2
515 silly currentTree   +-- number-is-nan@1.0.1
515 silly currentTree   +-- object.omit@2.0.1
515 silly currentTree   +-- p-finally@1.0.0
515 silly currentTree   +-- package-json@4.0.1
515 silly currentTree   +-- parse-glob@3.0.4
515 silly currentTree   +-- path-is-absolute@1.0.1
515 silly currentTree   +-- path-key@2.0.1
515 silly currentTree   +-- pause-stream@0.0.11
515 silly currentTree   +-- pify@2.3.0
515 silly currentTree   +-- prepend-http@1.0.4
515 silly currentTree   +-- preserve@0.2.0
515 silly currentTree   +-- process-nextick-args@1.0.7
515 silly currentTree   +-- ps-tree@1.1.0
515 silly currentTree   +-- pseudomap@1.0.2
515 silly currentTree   +-- randomatic@1.1.7
515 silly currentTree   | +-- is-number@3.0.0
515 silly currentTree   | | `-- kind-of@3.2.2
515 silly currentTree   | `-- kind-of@4.0.0
515 silly currentTree   +-- rc@1.2.1
515 silly currentTree   +-- readable-stream@2.3.3
515 silly currentTree   +-- readdirp@2.1.0
515 silly currentTree   +-- regex-cache@0.4.4
515 silly currentTree   +-- registry-auth-token@3.3.1
515 silly currentTree   +-- registry-url@3.1.0
515 silly currentTree   +-- remove-trailing-separator@1.1.0
515 silly currentTree   +-- repeat-element@1.1.2
515 silly currentTree   +-- repeat-string@1.6.1
515 silly currentTree   +-- safe-buffer@5.1.1
515 silly currentTree   +-- semver-diff@2.1.0
515 silly currentTree   +-- semver@5.4.1
515 silly currentTree   +-- set-immediate-shim@1.0.1
515 silly currentTree   +-- shebang-command@1.2.0
515 silly currentTree   +-- shebang-regex@1.0.0
515 silly currentTree   +-- signal-exit@3.0.2
515 silly currentTree   +-- split@0.3.3
515 silly currentTree   +-- stream-combiner@0.0.4
515 silly currentTree   +-- string_decoder@1.0.3
515 silly currentTree   +-- string-width@2.1.1
515 silly currentTree   +-- strip-ansi@4.0.0
515 silly currentTree   +-- strip-eof@1.0.0
515 silly currentTree   +-- strip-json-comments@2.0.1
515 silly currentTree   +-- supports-color@4.4.0
515 silly currentTree   +-- term-size@1.2.0
515 silly currentTree   +-- through@2.3.8
515 silly currentTree   +-- timed-out@4.0.1
515 silly currentTree   +-- touch@3.1.0
515 silly currentTree   +-- undefsafe@0.0.3
515 silly currentTree   +-- unique-string@1.0.0
515 silly currentTree   +-- unzip-response@2.0.1
515 silly currentTree   +-- update-notifier@2.2.0
515 silly currentTree   +-- url-parse-lax@1.0.0
515 silly currentTree   +-- util-deprecate@1.0.2
515 silly currentTree   +-- which@1.3.0
515 silly currentTree   +-- widest-line@1.0.0
515 silly currentTree   | +-- ansi-regex@2.1.1
515 silly currentTree   | +-- is-fullwidth-code-point@1.0.0
515 silly currentTree   | +-- string-width@1.0.2
515 silly currentTree   | `-- strip-ansi@3.0.1
515 silly currentTree   +-- write-file-atomic@2.3.0
515 silly currentTree   +-- xdg-basedir@3.0.0
515 silly currentTree   `-- yallist@2.1.2
516 silly idealTree npm
516 silly idealTree `-- nodemon@1.12.0
516 silly idealTree   +-- abbrev@1.1.0
516 silly idealTree   +-- ansi-align@2.0.0
516 silly idealTree   +-- ansi-regex@3.0.0
516 silly idealTree   +-- ansi-styles@3.2.0
516 silly idealTree   +-- anymatch@1.3.2
516 silly idealTree   +-- arr-diff@2.0.0
516 silly idealTree   +-- arr-flatten@1.1.0
516 silly idealTree   +-- array-unique@0.2.1
516 silly idealTree   +-- async-each@1.0.1
516 silly idealTree   +-- balanced-match@1.0.0
516 silly idealTree   +-- binary-extensions@1.10.0
516 silly idealTree   +-- boxen@1.2.1
516 silly idealTree   | `-- chalk@2.1.0
516 silly idealTree   +-- brace-expansion@1.1.8
516 silly idealTree   +-- braces@1.8.5
516 silly idealTree   +-- camelcase@4.1.0
516 silly idealTree   +-- capture-stack-trace@1.0.0
516 silly idealTree   +-- chalk@1.1.3
516 silly idealTree   | +-- ansi-regex@2.1.1
516 silly idealTree   | +-- ansi-styles@2.2.1
516 silly idealTree   | +-- strip-ansi@3.0.1
516 silly idealTree   | `-- supports-color@2.0.0
516 silly idealTree   +-- chokidar@1.7.0
516 silly idealTree   +-- cli-boxes@1.0.0
516 silly idealTree   +-- code-point-at@1.1.0
516 silly idealTree   +-- color-convert@1.9.0
516 silly idealTree   +-- color-name@1.1.3
516 silly idealTree   +-- concat-map@0.0.1
516 silly idealTree   +-- configstore@3.1.1
516 silly idealTree   +-- core-util-is@1.0.2
516 silly idealTree   +-- create-error-class@3.0.2
516 silly idealTree   +-- cross-spawn@5.1.0
516 silly idealTree   +-- crypto-random-string@1.0.0
516 silly idealTree   +-- debug@2.6.8
516 silly idealTree   +-- deep-extend@0.4.2
516 silly idealTree   +-- dot-prop@4.2.0
516 silly idealTree   +-- duplexer@0.1.1
516 silly idealTree   +-- duplexer3@0.1.4
516 silly idealTree   +-- es6-promise@3.3.1
516 silly idealTree   +-- escape-string-regexp@1.0.5
516 silly idealTree   +-- event-stream@3.3.4
516 silly idealTree   +-- execa@0.7.0
516 silly idealTree   +-- expand-brackets@0.1.5
516 silly idealTree   +-- expand-range@1.8.2
516 silly idealTree   +-- extglob@0.3.2
516 silly idealTree   +-- filename-regex@2.0.1
516 silly idealTree   +-- fill-range@2.2.3
516 silly idealTree   +-- for-in@1.0.2
516 silly idealTree   +-- for-own@0.1.5
516 silly idealTree   +-- from@0.1.7
516 silly idealTree   +-- fsevents@1.1.2
516 silly idealTree   | +-- abbrev@1.1.0
516 silly idealTree   | +-- ajv@4.11.8
516 silly idealTree   | +-- ansi-regex@2.1.1
516 silly idealTree   | +-- aproba@1.1.1
516 silly idealTree   | +-- are-we-there-yet@1.1.4
516 silly idealTree   | +-- asn1@0.2.3
516 silly idealTree   | +-- assert-plus@0.2.0
516 silly idealTree   | +-- asynckit@0.4.0
516 silly idealTree   | +-- aws-sign2@0.6.0
516 silly idealTree   | +-- aws4@1.6.0
516 silly idealTree   | +-- balanced-match@0.4.2
516 silly idealTree   | +-- bcrypt-pbkdf@1.0.1
516 silly idealTree   | +-- block-stream@0.0.9
516 silly idealTree   | +-- boom@2.10.1
516 silly idealTree   | +-- brace-expansion@1.1.7
516 silly idealTree   | +-- buffer-shims@1.0.0
516 silly idealTree   | +-- caseless@0.12.0
516 silly idealTree   | +-- co@4.6.0
516 silly idealTree   | +-- code-point-at@1.1.0
516 silly idealTree   | +-- combined-stream@1.0.5
516 silly idealTree   | +-- concat-map@0.0.1
516 silly idealTree   | +-- console-control-strings@1.1.0
516 silly idealTree   | +-- core-util-is@1.0.2
516 silly idealTree   | +-- cryptiles@2.0.5
516 silly idealTree   | +-- dashdash@1.14.1
516 silly idealTree   | | `-- assert-plus@1.0.0
516 silly idealTree   | +-- debug@2.6.8
516 silly idealTree   | +-- deep-extend@0.4.2
516 silly idealTree   | +-- delayed-stream@1.0.0
516 silly idealTree   | +-- delegates@1.0.0
516 silly idealTree   | +-- ecc-jsbn@0.1.1
516 silly idealTree   | +-- extend@3.0.1
516 silly idealTree   | +-- extsprintf@1.0.2
516 silly idealTree   | +-- forever-agent@0.6.1
516 silly idealTree   | +-- form-data@2.1.4
516 silly idealTree   | +-- fs.realpath@1.0.0
516 silly idealTree   | +-- fstream-ignore@1.0.5
516 silly idealTree   | +-- fstream@1.0.11
516 silly idealTree   | +-- gauge@2.7.4
516 silly idealTree   | +-- getpass@0.1.7
516 silly idealTree   | | `-- assert-plus@1.0.0
516 silly idealTree   | +-- glob@7.1.2
516 silly idealTree   | +-- graceful-fs@4.1.11
516 silly idealTree   | +-- har-schema@1.0.5
516 silly idealTree   | +-- har-validator@4.2.1
516 silly idealTree   | +-- has-unicode@2.0.1
516 silly idealTree   | +-- hawk@3.1.3
516 silly idealTree   | +-- hoek@2.16.3
516 silly idealTree   | +-- http-signature@1.1.1
516 silly idealTree   | +-- inflight@1.0.6
516 silly idealTree   | +-- inherits@2.0.3
516 silly idealTree   | +-- ini@1.3.4
516 silly idealTree   | +-- is-fullwidth-code-point@1.0.0
516 silly idealTree   | +-- is-typedarray@1.0.0
516 silly idealTree   | +-- isarray@1.0.0
516 silly idealTree   | +-- isstream@0.1.2
516 silly idealTree   | +-- jodid25519@1.0.2
516 silly idealTree   | +-- jsbn@0.1.1
516 silly idealTree   | +-- json-schema@0.2.3
516 silly idealTree   | +-- json-stable-stringify@1.0.1
516 silly idealTree   | +-- json-stringify-safe@5.0.1
516 silly idealTree   | +-- jsonify@0.0.0
516 silly idealTree   | +-- jsprim@1.4.0
516 silly idealTree   | | `-- assert-plus@1.0.0
516 silly idealTree   | +-- mime-db@1.27.0
516 silly idealTree   | +-- mime-types@2.1.15
516 silly idealTree   | +-- minimatch@3.0.4
516 silly idealTree   | +-- minimist@0.0.8
516 silly idealTree   | +-- mkdirp@0.5.1
516 silly idealTree   | +-- ms@2.0.0
516 silly idealTree   | +-- node-pre-gyp@0.6.36
516 silly idealTree   | +-- nopt@4.0.1
516 silly idealTree   | +-- npmlog@4.1.0
516 silly idealTree   | +-- number-is-nan@1.0.1
516 silly idealTree   | +-- oauth-sign@0.8.2
516 silly idealTree   | +-- object-assign@4.1.1
516 silly idealTree   | +-- once@1.4.0
516 silly idealTree   | +-- os-homedir@1.0.2
516 silly idealTree   | +-- os-tmpdir@1.0.2
516 silly idealTree   | +-- osenv@0.1.4
516 silly idealTree   | +-- path-is-absolute@1.0.1
516 silly idealTree   | +-- performance-now@0.2.0
516 silly idealTree   | +-- process-nextick-args@1.0.7
516 silly idealTree   | +-- punycode@1.4.1
516 silly idealTree   | +-- qs@6.4.0
516 silly idealTree   | +-- rc@1.2.1
516 silly idealTree   | | `-- minimist@1.2.0
516 silly idealTree   | +-- readable-stream@2.2.9
516 silly idealTree   | +-- request@2.81.0
516 silly idealTree   | +-- rimraf@2.6.1
516 silly idealTree   | +-- safe-buffer@5.0.1
516 silly idealTree   | +-- semver@5.3.0
516 silly idealTree   | +-- set-blocking@2.0.0
516 silly idealTree   | +-- signal-exit@3.0.2
516 silly idealTree   | +-- sntp@1.0.9
516 silly idealTree   | +-- sshpk@1.13.0
516 silly idealTree   | | `-- assert-plus@1.0.0
516 silly idealTree   | +-- string_decoder@1.0.1
516 silly idealTree   | +-- string-width@1.0.2
516 silly idealTree   | +-- stringstream@0.0.5
516 silly idealTree   | +-- strip-ansi@3.0.1
516 silly idealTree   | +-- strip-json-comments@2.0.1
516 silly idealTree   | +-- tar-pack@3.4.0
516 silly idealTree   | +-- tar@2.2.1
516 silly idealTree   | +-- tough-cookie@2.3.2
516 silly idealTree   | +-- tunnel-agent@0.6.0
516 silly idealTree   | +-- tweetnacl@0.14.5
516 silly idealTree   | +-- uid-number@0.0.6
516 silly idealTree   | +-- util-deprecate@1.0.2
516 silly idealTree   | +-- uuid@3.0.1
516 silly idealTree   | +-- verror@1.3.6
516 silly idealTree   | +-- wide-align@1.1.2
516 silly idealTree   | `-- wrappy@1.0.2
516 silly idealTree   +-- get-stream@3.0.0
516 silly idealTree   +-- glob-base@0.3.0
516 silly idealTree   +-- glob-parent@2.0.0
516 silly idealTree   +-- got@6.7.1
516 silly idealTree   +-- graceful-fs@4.1.11
516 silly idealTree   +-- has-ansi@2.0.0
516 silly idealTree   | `-- ansi-regex@2.1.1
516 silly idealTree   +-- has-flag@2.0.0
516 silly idealTree   +-- ignore-by-default@1.0.1
516 silly idealTree   +-- import-lazy@2.1.0
516 silly idealTree   +-- imurmurhash@0.1.4
516 silly idealTree   +-- inherits@2.0.3
516 silly idealTree   +-- ini@1.3.4
516 silly idealTree   +-- is-binary-path@1.0.1
516 silly idealTree   +-- is-buffer@1.1.5
516 silly idealTree   +-- is-dotfile@1.0.3
516 silly idealTree   +-- is-equal-shallow@0.1.3
516 silly idealTree   +-- is-extendable@0.1.1
516 silly idealTree   +-- is-extglob@1.0.0
516 silly idealTree   +-- is-fullwidth-code-point@2.0.0
516 silly idealTree   +-- is-glob@2.0.1
516 silly idealTree   +-- is-npm@1.0.0
516 silly idealTree   +-- is-number@2.1.0
516 silly idealTree   +-- is-obj@1.0.1
516 silly idealTree   +-- is-posix-bracket@0.1.1
516 silly idealTree   +-- is-primitive@2.0.0
516 silly idealTree   +-- is-redirect@1.0.0
516 silly idealTree   +-- is-retry-allowed@1.1.0
516 silly idealTree   +-- is-stream@1.1.0
516 silly idealTree   +-- isarray@1.0.0
516 silly idealTree   +-- isexe@2.0.0
516 silly idealTree   +-- isobject@2.1.0
516 silly idealTree   +-- kind-of@3.2.2
516 silly idealTree   +-- latest-version@3.1.0
516 silly idealTree   +-- lodash._baseassign@3.2.0
516 silly idealTree   +-- lodash._basecopy@3.0.1
516 silly idealTree   +-- lodash._bindcallback@3.0.1
516 silly idealTree   +-- lodash._createassigner@3.1.1
516 silly idealTree   +-- lodash._getnative@3.9.1
516 silly idealTree   +-- lodash._isiterateecall@3.0.9
516 silly idealTree   +-- lodash.assign@3.2.0
516 silly idealTree   +-- lodash.defaults@3.1.2
516 silly idealTree   +-- lodash.isarguments@3.1.0
516 silly idealTree   +-- lodash.isarray@3.0.4
516 silly idealTree   +-- lodash.keys@3.1.2
516 silly idealTree   +-- lodash.restparam@3.6.1
516 silly idealTree   +-- lowercase-keys@1.0.0
516 silly idealTree   +-- lru-cache@4.1.1
516 silly idealTree   +-- make-dir@1.0.0
516 silly idealTree   +-- map-stream@0.1.0
516 silly idealTree   +-- micromatch@2.3.11
516 silly idealTree   +-- minimatch@3.0.4
516 silly idealTree   +-- minimist@1.2.0
516 silly idealTree   +-- ms@2.0.0
516 silly idealTree   +-- nan@2.7.0
516 silly idealTree   +-- nopt@1.0.10
516 silly idealTree   +-- normalize-path@2.1.1
516 silly idealTree   +-- npm-run-path@2.0.2
516 silly idealTree   +-- number-is-nan@1.0.1
516 silly idealTree   +-- object.omit@2.0.1
516 silly idealTree   +-- p-finally@1.0.0
516 silly idealTree   +-- package-json@4.0.1
516 silly idealTree   +-- parse-glob@3.0.4
516 silly idealTree   +-- path-is-absolute@1.0.1
516 silly idealTree   +-- path-key@2.0.1
516 silly idealTree   +-- pause-stream@0.0.11
516 silly idealTree   +-- pify@2.3.0
516 silly idealTree   +-- prepend-http@1.0.4
516 silly idealTree   +-- preserve@0.2.0
516 silly idealTree   +-- process-nextick-args@1.0.7
516 silly idealTree   +-- ps-tree@1.1.0
516 silly idealTree   +-- pseudomap@1.0.2
516 silly idealTree   +-- randomatic@1.1.7
516 silly idealTree   | +-- is-number@3.0.0
516 silly idealTree   | | `-- kind-of@3.2.2
516 silly idealTree   | `-- kind-of@4.0.0
516 silly idealTree   +-- rc@1.2.1
516 silly idealTree   +-- readable-stream@2.3.3
516 silly idealTree   +-- readdirp@2.1.0
516 silly idealTree   +-- regex-cache@0.4.4
516 silly idealTree   +-- registry-auth-token@3.3.1
516 silly idealTree   +-- registry-url@3.1.0
516 silly idealTree   +-- remove-trailing-separator@1.1.0
516 silly idealTree   +-- repeat-element@1.1.2
516 silly idealTree   +-- repeat-string@1.6.1
516 silly idealTree   +-- safe-buffer@5.1.1
516 silly idealTree   +-- semver-diff@2.1.0
516 silly idealTree   +-- semver@5.4.1
516 silly idealTree   +-- set-immediate-shim@1.0.1
516 silly idealTree   +-- shebang-command@1.2.0
516 silly idealTree   +-- shebang-regex@1.0.0
516 silly idealTree   +-- signal-exit@3.0.2
516 silly idealTree   +-- split@0.3.3
516 silly idealTree   +-- stream-combiner@0.0.4
516 silly idealTree   +-- string_decoder@1.0.3
516 silly idealTree   +-- string-width@2.1.1
516 silly idealTree   +-- strip-ansi@4.0.0
516 silly idealTree   +-- strip-eof@1.0.0
516 silly idealTree   +-- strip-json-comments@2.0.1
516 silly idealTree   +-- supports-color@4.4.0
516 silly idealTree   +-- term-size@1.2.0
516 silly idealTree   +-- through@2.3.8
516 silly idealTree   +-- timed-out@4.0.1
516 silly idealTree   +-- touch@3.1.0
516 silly idealTree   +-- undefsafe@0.0.3
516 silly idealTree   +-- unique-string@1.0.0
516 silly idealTree   +-- unzip-response@2.0.1
516 silly idealTree   +-- update-notifier@2.2.0
516 silly idealTree   +-- url-parse-lax@1.0.0
516 silly idealTree   +-- util-deprecate@1.0.2
516 silly idealTree   +-- which@1.3.0
516 silly idealTree   +-- widest-line@1.0.0
516 silly idealTree   | +-- ansi-regex@2.1.1
516 silly idealTree   | +-- is-fullwidth-code-point@1.0.0
516 silly idealTree   | +-- string-width@1.0.2
516 silly idealTree   | `-- strip-ansi@3.0.1
516 silly idealTree   +-- write-file-atomic@2.3.0
516 silly idealTree   +-- xdg-basedir@3.0.0
516 silly idealTree   `-- yallist@2.1.2
517 silly install generateActionsToTake
518 silly diffTrees action count 116
519 silly diffTrees update abbrev@1.1.0
520 silly diffTrees update ansi-regex@2.1.1
521 silly diffTrees update aproba@1.1.1
522 silly diffTrees update asn1@0.2.3
523 silly diffTrees update assert-plus@0.2.0
524 silly diffTrees update asynckit@0.4.0
525 silly diffTrees update aws-sign2@0.6.0
526 silly diffTrees update aws4@1.6.0
527 silly diffTrees update balanced-match@0.4.2
528 silly diffTrees update buffer-shims@1.0.0
529 silly diffTrees update caseless@0.12.0
530 silly diffTrees update co@4.6.0
531 silly diffTrees update code-point-at@1.1.0
532 silly diffTrees update concat-map@0.0.1
533 silly diffTrees update brace-expansion@1.1.7
534 silly diffTrees update console-control-strings@1.1.0
535 silly diffTrees update core-util-is@1.0.2
536 silly diffTrees update assert-plus@1.0.0
537 silly diffTrees update dashdash@1.14.1
538 silly diffTrees update deep-extend@0.4.2
539 silly diffTrees update delayed-stream@1.0.0
540 silly diffTrees update combined-stream@1.0.5
541 silly diffTrees update delegates@1.0.0
542 silly diffTrees update extend@3.0.1
543 silly diffTrees update extsprintf@1.0.2
544 silly diffTrees update forever-agent@0.6.1
545 silly diffTrees update fs.realpath@1.0.0
546 silly diffTrees update assert-plus@1.0.0
547 silly diffTrees update getpass@0.1.7
548 silly diffTrees update graceful-fs@4.1.11
549 silly diffTrees update har-schema@1.0.5
550 silly diffTrees update has-unicode@2.0.1
551 silly diffTrees update hoek@2.16.3
552 silly diffTrees update boom@2.10.1
553 silly diffTrees update cryptiles@2.0.5
554 silly diffTrees update inherits@2.0.3
555 silly diffTrees update block-stream@0.0.9
556 silly diffTrees update ini@1.3.4
557 silly diffTrees update is-typedarray@1.0.0
558 silly diffTrees update isarray@1.0.0
559 silly diffTrees update isstream@0.1.2
560 silly diffTrees update jsbn@0.1.1
561 silly diffTrees update ecc-jsbn@0.1.1
562 silly diffTrees update jodid25519@1.0.2
563 silly diffTrees update json-schema@0.2.3
564 silly diffTrees update json-stringify-safe@5.0.1
565 silly diffTrees update jsonify@0.0.0
566 silly diffTrees update json-stable-stringify@1.0.1
567 silly diffTrees update ajv@4.11.8
568 silly diffTrees update har-validator@4.2.1
569 silly diffTrees add assert-plus@1.0.0
570 silly diffTrees add mime-db@1.27.0
571 silly diffTrees add mime-types@2.1.15
572 silly diffTrees add form-data@2.1.4
573 silly diffTrees add minimatch@3.0.4
574 silly diffTrees add minimist@0.0.8
575 silly diffTrees add mkdirp@0.5.1
576 silly diffTrees add ms@2.0.0
577 silly diffTrees add debug@2.6.8
578 silly diffTrees add number-is-nan@1.0.1
579 silly diffTrees add is-fullwidth-code-point@1.0.0
580 silly diffTrees add oauth-sign@0.8.2
581 silly diffTrees add object-assign@4.1.1
582 silly diffTrees add os-homedir@1.0.2
583 silly diffTrees add os-tmpdir@1.0.2
584 silly diffTrees add osenv@0.1.4
585 silly diffTrees update nopt@4.0.1
586 silly diffTrees update path-is-absolute@1.0.1
587 silly diffTrees update performance-now@0.2.0
588 silly diffTrees update process-nextick-args@1.0.7
589 silly diffTrees update punycode@1.4.1
590 silly diffTrees update qs@6.4.0
591 silly diffTrees update minimist@1.2.0
592 silly diffTrees update safe-buffer@5.0.1
593 silly diffTrees update semver@5.3.0
594 silly diffTrees update set-blocking@2.0.0
595 silly diffTrees update signal-exit@3.0.2
596 silly diffTrees update sntp@1.0.9
597 silly diffTrees update hawk@3.1.3
598 silly diffTrees update assert-plus@1.0.0
599 silly diffTrees update string_decoder@1.0.1
600 silly diffTrees update stringstream@0.0.5
601 silly diffTrees update strip-ansi@3.0.1
602 silly diffTrees update string-width@1.0.2
603 silly diffTrees update strip-json-comments@2.0.1
604 silly diffTrees update rc@1.2.1
605 silly diffTrees update tough-cookie@2.3.2
606 silly diffTrees update tunnel-agent@0.6.0
607 silly diffTrees update tweetnacl@0.14.5
608 silly diffTrees update bcrypt-pbkdf@1.0.1
609 silly diffTrees update sshpk@1.13.0
610 silly diffTrees update uid-number@0.0.6
611 silly diffTrees update util-deprecate@1.0.2
612 silly diffTrees update readable-stream@2.2.9
613 silly diffTrees update are-we-there-yet@1.1.4
614 silly diffTrees update uuid@3.0.1
615 silly diffTrees update verror@1.3.6
616 silly diffTrees update jsprim@1.4.0
617 silly diffTrees update http-signature@1.1.1
618 silly diffTrees update request@2.81.0
619 silly diffTrees update wide-align@1.1.2
620 silly diffTrees update gauge@2.7.4
621 silly diffTrees update npmlog@4.1.0
622 silly diffTrees update wrappy@1.0.2
623 silly diffTrees update once@1.4.0
624 silly diffTrees update inflight@1.0.6
625 silly diffTrees update glob@7.1.2
626 silly diffTrees update rimraf@2.6.1
627 silly diffTrees update fstream@1.0.11
628 silly diffTrees update fstream-ignore@1.0.5
629 silly diffTrees update tar@2.2.1
630 silly diffTrees update tar-pack@3.4.0
631 silly diffTrees update node-pre-gyp@0.6.36
632 silly diffTrees update nan@2.7.0
633 silly diffTrees update fsevents@1.1.2
634 silly diffTrees update nodemon@1.12.0
635 silly decomposeActions action count 902
636 silly decomposeActions unbuild abbrev
637 silly decomposeActions remove abbrev
638 silly decomposeActions preinstall abbrev@1.1.0
639 silly decomposeActions build abbrev@1.1.0
640 silly decomposeActions install abbrev@1.1.0
641 silly decomposeActions postinstall abbrev@1.1.0
642 silly decomposeActions finalize abbrev@1.1.0
643 silly decomposeActions refresh-package-json abbrev@1.1.0
644 silly decomposeActions unbuild ansi-regex
645 silly decomposeActions remove ansi-regex
646 silly decomposeActions preinstall ansi-regex@2.1.1
647 silly decomposeActions build ansi-regex@2.1.1
648 silly decomposeActions install ansi-regex@2.1.1
649 silly decomposeActions postinstall ansi-regex@2.1.1
650 silly decomposeActions finalize ansi-regex@2.1.1
651 silly decomposeActions refresh-package-json ansi-regex@2.1.1
652 silly decomposeActions unbuild aproba
653 silly decomposeActions remove aproba
654 silly decomposeActions preinstall aproba@1.1.1
655 silly decomposeActions build aproba@1.1.1
656 silly decomposeActions install aproba@1.1.1
657 silly decomposeActions postinstall aproba@1.1.1
658 silly decomposeActions finalize aproba@1.1.1
659 silly decomposeActions refresh-package-json aproba@1.1.1
660 silly decomposeActions unbuild asn1
661 silly decomposeActions remove asn1
662 silly decomposeActions preinstall asn1@0.2.3
663 silly decomposeActions build asn1@0.2.3
664 silly decomposeActions install asn1@0.2.3
665 silly decomposeActions postinstall asn1@0.2.3
666 silly decomposeActions finalize asn1@0.2.3
667 silly decomposeActions refresh-package-json asn1@0.2.3
668 silly decomposeActions unbuild assert-plus
669 silly decomposeActions remove assert-plus
670 silly decomposeActions preinstall assert-plus@0.2.0
671 silly decomposeActions build assert-plus@0.2.0
672 silly decomposeActions install assert-plus@0.2.0
673 silly decomposeActions postinstall assert-plus@0.2.0
674 silly decomposeActions finalize assert-plus@0.2.0
675 silly decomposeActions refresh-package-json assert-plus@0.2.0
676 silly decomposeActions unbuild asynckit
677 silly decomposeActions remove asynckit
678 silly decomposeActions preinstall asynckit@0.4.0
679 silly decomposeActions build asynckit@0.4.0
680 silly decomposeActions install asynckit@0.4.0
681 silly decomposeActions postinstall asynckit@0.4.0
682 silly decomposeActions finalize asynckit@0.4.0
683 silly decomposeActions refresh-package-json asynckit@0.4.0
684 silly decomposeActions unbuild aws-sign2
685 silly decomposeActions remove aws-sign2
686 silly decomposeActions preinstall aws-sign2@0.6.0
687 silly decomposeActions build aws-sign2@0.6.0
688 silly decomposeActions install aws-sign2@0.6.0
689 silly decomposeActions postinstall aws-sign2@0.6.0
690 silly decomposeActions finalize aws-sign2@0.6.0
691 silly decomposeActions refresh-package-json aws-sign2@0.6.0
692 silly decomposeActions unbuild aws4
693 silly decomposeActions remove aws4
694 silly decomposeActions preinstall aws4@1.6.0
695 silly decomposeActions build aws4@1.6.0
696 silly decomposeActions install aws4@1.6.0
697 silly decomposeActions postinstall aws4@1.6.0
698 silly decomposeActions finalize aws4@1.6.0
699 silly decomposeActions refresh-package-json aws4@1.6.0
700 silly decomposeActions unbuild balanced-match
701 silly decomposeActions remove balanced-match
702 silly decomposeActions preinstall balanced-match@0.4.2
703 silly decomposeActions build balanced-match@0.4.2
704 silly decomposeActions install balanced-match@0.4.2
705 silly decomposeActions postinstall balanced-match@0.4.2
706 silly decomposeActions finalize balanced-match@0.4.2
707 silly decomposeActions refresh-package-json balanced-match@0.4.2
708 silly decomposeActions unbuild buffer-shims
709 silly decomposeActions remove buffer-shims
710 silly decomposeActions preinstall buffer-shims@1.0.0
711 silly decomposeActions build buffer-shims@1.0.0
712 silly decomposeActions install buffer-shims@1.0.0
713 silly decomposeActions postinstall buffer-shims@1.0.0
714 silly decomposeActions finalize buffer-shims@1.0.0
715 silly decomposeActions refresh-package-json buffer-shims@1.0.0
716 silly decomposeActions unbuild caseless
717 silly decomposeActions remove caseless
718 silly decomposeActions preinstall caseless@0.12.0
719 silly decomposeActions build caseless@0.12.0
720 silly decomposeActions install caseless@0.12.0
721 silly decomposeActions postinstall caseless@0.12.0
722 silly decomposeActions finalize caseless@0.12.0
723 silly decomposeActions refresh-package-json caseless@0.12.0
724 silly decomposeActions unbuild co
725 silly decomposeActions remove co
726 silly decomposeActions preinstall co@4.6.0
727 silly decomposeActions build co@4.6.0
728 silly decomposeActions install co@4.6.0
729 silly decomposeActions postinstall co@4.6.0
730 silly decomposeActions finalize co@4.6.0
731 silly decomposeActions refresh-package-json co@4.6.0
732 silly decomposeActions unbuild code-point-at
733 silly decomposeActions remove code-point-at
734 silly decomposeActions preinstall code-point-at@1.1.0
735 silly decomposeActions build code-point-at@1.1.0
736 silly decomposeActions install code-point-at@1.1.0
737 silly decomposeActions postinstall code-point-at@1.1.0
738 silly decomposeActions finalize code-point-at@1.1.0
739 silly decomposeActions refresh-package-json code-point-at@1.1.0
740 silly decomposeActions unbuild concat-map
741 silly decomposeActions remove concat-map
742 silly decomposeActions preinstall concat-map@0.0.1
743 silly decomposeActions build concat-map@0.0.1
744 silly decomposeActions install concat-map@0.0.1
745 silly decomposeActions postinstall concat-map@0.0.1
746 silly decomposeActions finalize concat-map@0.0.1
747 silly decomposeActions refresh-package-json concat-map@0.0.1
748 silly decomposeActions unbuild brace-expansion
749 silly decomposeActions remove brace-expansion
750 silly decomposeActions preinstall brace-expansion@1.1.7
751 silly decomposeActions build brace-expansion@1.1.7
752 silly decomposeActions install brace-expansion@1.1.7
753 silly decomposeActions postinstall brace-expansion@1.1.7
754 silly decomposeActions finalize brace-expansion@1.1.7
755 silly decomposeActions refresh-package-json brace-expansion@1.1.7
756 silly decomposeActions unbuild console-control-strings
757 silly decomposeActions remove console-control-strings
758 silly decomposeActions preinstall console-control-strings@1.1.0
759 silly decomposeActions build console-control-strings@1.1.0
760 silly decomposeActions install console-control-strings@1.1.0
761 silly decomposeActions postinstall console-control-strings@1.1.0
762 silly decomposeActions finalize console-control-strings@1.1.0
763 silly decomposeActions refresh-package-json console-control-strings@1.1.0
764 silly decomposeActions unbuild core-util-is
765 silly decomposeActions remove core-util-is
766 silly decomposeActions preinstall core-util-is@1.0.2
767 silly decomposeActions build core-util-is@1.0.2
768 silly decomposeActions install core-util-is@1.0.2
769 silly decomposeActions postinstall core-util-is@1.0.2
770 silly decomposeActions finalize core-util-is@1.0.2
771 silly decomposeActions refresh-package-json core-util-is@1.0.2
772 silly decomposeActions unbuild assert-plus
773 silly decomposeActions remove assert-plus
774 silly decomposeActions preinstall assert-plus@1.0.0
775 silly decomposeActions build assert-plus@1.0.0
776 silly decomposeActions install assert-plus@1.0.0
777 silly decomposeActions postinstall assert-plus@1.0.0
778 silly decomposeActions finalize assert-plus@1.0.0
779 silly decomposeActions refresh-package-json assert-plus@1.0.0
780 silly decomposeActions unbuild dashdash
781 silly decomposeActions remove dashdash
782 silly decomposeActions preinstall dashdash@1.14.1
783 silly decomposeActions build dashdash@1.14.1
784 silly decomposeActions install dashdash@1.14.1
785 silly decomposeActions postinstall dashdash@1.14.1
786 silly decomposeActions finalize dashdash@1.14.1
787 silly decomposeActions refresh-package-json dashdash@1.14.1
788 silly decomposeActions unbuild deep-extend
789 silly decomposeActions remove deep-extend
790 silly decomposeActions preinstall deep-extend@0.4.2
791 silly decomposeActions build deep-extend@0.4.2
792 silly decomposeActions install deep-extend@0.4.2
793 silly decomposeActions postinstall deep-extend@0.4.2
794 silly decomposeActions finalize deep-extend@0.4.2
795 silly decomposeActions refresh-package-json deep-extend@0.4.2
796 silly decomposeActions unbuild delayed-stream
797 silly decomposeActions remove delayed-stream
798 silly decomposeActions preinstall delayed-stream@1.0.0
799 silly decomposeActions build delayed-stream@1.0.0
800 silly decomposeActions install delayed-stream@1.0.0
801 silly decomposeActions postinstall delayed-stream@1.0.0
802 silly decomposeActions finalize delayed-stream@1.0.0
803 silly decomposeActions refresh-package-json delayed-stream@1.0.0
804 silly decomposeActions unbuild combined-stream
805 silly decomposeActions remove combined-stream
806 silly decomposeActions preinstall combined-stream@1.0.5
807 silly decomposeActions build combined-stream@1.0.5
808 silly decomposeActions install combined-stream@1.0.5
809 silly decomposeActions postinstall combined-stream@1.0.5
810 silly decomposeActions finalize combined-stream@1.0.5
811 silly decomposeActions refresh-package-json combined-stream@1.0.5
812 silly decomposeActions unbuild delegates
813 silly decomposeActions remove delegates
814 silly decomposeActions preinstall delegates@1.0.0
815 silly decomposeActions build delegates@1.0.0
816 silly decomposeActions install delegates@1.0.0
817 silly decomposeActions postinstall delegates@1.0.0
818 silly decomposeActions finalize delegates@1.0.0
819 silly decomposeActions refresh-package-json delegates@1.0.0
820 silly decomposeActions unbuild extend
821 silly decomposeActions remove extend
822 silly decomposeActions preinstall extend@3.0.1
823 silly decomposeActions build extend@3.0.1
824 silly decomposeActions install extend@3.0.1
825 silly decomposeActions postinstall extend@3.0.1
826 silly decomposeActions finalize extend@3.0.1
827 silly decomposeActions refresh-package-json extend@3.0.1
828 silly decomposeActions unbuild extsprintf
829 silly decomposeActions remove extsprintf
830 silly decomposeActions preinstall extsprintf@1.0.2
831 silly decomposeActions build extsprintf@1.0.2
832 silly decomposeActions install extsprintf@1.0.2
833 silly decomposeActions postinstall extsprintf@1.0.2
834 silly decomposeActions finalize extsprintf@1.0.2
835 silly decomposeActions refresh-package-json extsprintf@1.0.2
836 silly decomposeActions unbuild forever-agent
837 silly decomposeActions remove forever-agent
838 silly decomposeActions preinstall forever-agent@0.6.1
839 silly decomposeActions build forever-agent@0.6.1
840 silly decomposeActions install forever-agent@0.6.1
841 silly decomposeActions postinstall forever-agent@0.6.1
842 silly decomposeActions finalize forever-agent@0.6.1
843 silly decomposeActions refresh-package-json forever-agent@0.6.1
844 silly decomposeActions unbuild fs.realpath
845 silly decomposeActions remove fs.realpath
846 silly decomposeActions preinstall fs.realpath@1.0.0
847 silly decomposeActions build fs.realpath@1.0.0
848 silly decomposeActions install fs.realpath@1.0.0
849 silly decomposeActions postinstall fs.realpath@1.0.0
850 silly decomposeActions finalize fs.realpath@1.0.0
851 silly decomposeActions refresh-package-json fs.realpath@1.0.0
852 silly decomposeActions unbuild assert-plus
853 silly decomposeActions remove assert-plus
854 silly decomposeActions preinstall assert-plus@1.0.0
855 silly decomposeActions build assert-plus@1.0.0
856 silly decomposeActions install assert-plus@1.0.0
857 silly decomposeActions postinstall assert-plus@1.0.0
858 silly decomposeActions finalize assert-plus@1.0.0
859 silly decomposeActions refresh-package-json assert-plus@1.0.0
860 silly decomposeActions unbuild getpass
861 silly decomposeActions remove getpass
862 silly decomposeActions preinstall getpass@0.1.7
863 silly decomposeActions build getpass@0.1.7
864 silly decomposeActions install getpass@0.1.7
865 silly decomposeActions postinstall getpass@0.1.7
866 silly decomposeActions finalize getpass@0.1.7
867 silly decomposeActions refresh-package-json getpass@0.1.7
868 silly decomposeActions unbuild graceful-fs
869 silly decomposeActions remove graceful-fs
870 silly decomposeActions preinstall graceful-fs@4.1.11
871 silly decomposeActions build graceful-fs@4.1.11
872 silly decomposeActions install graceful-fs@4.1.11
873 silly decomposeActions postinstall graceful-fs@4.1.11
874 silly decomposeActions finalize graceful-fs@4.1.11
875 silly decomposeActions refresh-package-json graceful-fs@4.1.11
876 silly decomposeActions unbuild har-schema
877 silly decomposeActions remove har-schema
878 silly decomposeActions preinstall har-schema@1.0.5
879 silly decomposeActions build har-schema@1.0.5
880 silly decomposeActions install har-schema@1.0.5
881 silly decomposeActions postinstall har-schema@1.0.5
882 silly decomposeActions finalize har-schema@1.0.5
883 silly decomposeActions refresh-package-json har-schema@1.0.5
884 silly decomposeActions unbuild has-unicode
885 silly decomposeActions remove has-unicode
886 silly decomposeActions preinstall has-unicode@2.0.1
887 silly decomposeActions build has-unicode@2.0.1
888 silly decomposeActions install has-unicode@2.0.1
889 silly decomposeActions postinstall has-unicode@2.0.1
890 silly decomposeActions finalize has-unicode@2.0.1
891 silly decomposeActions refresh-package-json has-unicode@2.0.1
892 silly decomposeActions unbuild hoek
893 silly decomposeActions remove hoek
894 silly decomposeActions preinstall hoek@2.16.3
895 silly decomposeActions build hoek@2.16.3
896 silly decomposeActions install hoek@2.16.3
897 silly decomposeActions postinstall hoek@2.16.3
898 silly decomposeActions finalize hoek@2.16.3
899 silly decomposeActions refresh-package-json hoek@2.16.3
900 silly decomposeActions unbuild boom
901 silly decomposeActions remove boom
902 silly decomposeActions preinstall boom@2.10.1
903 silly decomposeActions build boom@2.10.1
904 silly decomposeActions install boom@2.10.1
905 silly decomposeActions postinstall boom@2.10.1
906 silly decomposeActions finalize boom@2.10.1
907 silly decomposeActions refresh-package-json boom@2.10.1
908 silly decomposeActions unbuild cryptiles
909 silly decomposeActions remove cryptiles
910 silly decomposeActions preinstall cryptiles@2.0.5
911 silly decomposeActions build cryptiles@2.0.5
912 silly decomposeActions install cryptiles@2.0.5
913 silly decomposeActions postinstall cryptiles@2.0.5
914 silly decomposeActions finalize cryptiles@2.0.5
915 silly decomposeActions refresh-package-json cryptiles@2.0.5
916 silly decomposeActions unbuild inherits
917 silly decomposeActions remove inherits
918 silly decomposeActions preinstall inherits@2.0.3
919 silly decomposeActions build inherits@2.0.3
920 silly decomposeActions install inherits@2.0.3
921 silly decomposeActions postinstall inherits@2.0.3
922 silly decomposeActions finalize inherits@2.0.3
923 silly decomposeActions refresh-package-json inherits@2.0.3
924 silly decomposeActions unbuild block-stream
925 silly decomposeActions remove block-stream
926 silly decomposeActions preinstall block-stream@0.0.9
927 silly decomposeActions build block-stream@0.0.9
928 silly decomposeActions install block-stream@0.0.9
929 silly decomposeActions postinstall block-stream@0.0.9
930 silly decomposeActions finalize block-stream@0.0.9
931 silly decomposeActions refresh-package-json block-stream@0.0.9
932 silly decomposeActions unbuild ini
933 silly decomposeActions remove ini
934 silly decomposeActions preinstall ini@1.3.4
935 silly decomposeActions build ini@1.3.4
936 silly decomposeActions install ini@1.3.4
937 silly decomposeActions postinstall ini@1.3.4
938 silly decomposeActions finalize ini@1.3.4
939 silly decomposeActions refresh-package-json ini@1.3.4
940 silly decomposeActions unbuild is-typedarray
941 silly decomposeActions remove is-typedarray
942 silly decomposeActions preinstall is-typedarray@1.0.0
943 silly decomposeActions build is-typedarray@1.0.0
944 silly decomposeActions install is-typedarray@1.0.0
945 silly decomposeActions postinstall is-typedarray@1.0.0
946 silly decomposeActions finalize is-typedarray@1.0.0
947 silly decomposeActions refresh-package-json is-typedarray@1.0.0
948 silly decomposeActions unbuild isarray
949 silly decomposeActions remove isarray
950 silly decomposeActions preinstall isarray@1.0.0
951 silly decomposeActions build isarray@1.0.0
952 silly decomposeActions install isarray@1.0.0
953 silly decomposeActions postinstall isarray@1.0.0
954 silly decomposeActions finalize isarray@1.0.0
955 silly decomposeActions refresh-package-json isarray@1.0.0
956 silly decomposeActions unbuild isstream
957 silly decomposeActions remove isstream
958 silly decomposeActions preinstall isstream@0.1.2
959 silly decomposeActions build isstream@0.1.2
960 silly decomposeActions install isstream@0.1.2
961 silly decomposeActions postinstall isstream@0.1.2
962 silly decomposeActions finalize isstream@0.1.2
963 silly decomposeActions refresh-package-json isstream@0.1.2
964 silly decomposeActions unbuild jsbn
965 silly decomposeActions remove jsbn
966 silly decomposeActions preinstall jsbn@0.1.1
967 silly decomposeActions build jsbn@0.1.1
968 silly decomposeActions install jsbn@0.1.1
969 silly decomposeActions postinstall jsbn@0.1.1
970 silly decomposeActions finalize jsbn@0.1.1
971 silly decomposeActions refresh-package-json jsbn@0.1.1
972 silly decomposeActions unbuild ecc-jsbn
973 silly decomposeActions remove ecc-jsbn
974 silly decomposeActions preinstall ecc-jsbn@0.1.1
975 silly decomposeActions build ecc-jsbn@0.1.1
976 silly decomposeActions install ecc-jsbn@0.1.1
977 silly decomposeActions postinstall ecc-jsbn@0.1.1
978 silly decomposeActions finalize ecc-jsbn@0.1.1
979 silly decomposeActions refresh-package-json ecc-jsbn@0.1.1
980 silly decomposeActions unbuild jodid25519
981 silly decomposeActions remove jodid25519
982 silly decomposeActions preinstall jodid25519@1.0.2
983 silly decomposeActions build jodid25519@1.0.2
984 silly decomposeActions install jodid25519@1.0.2
985 silly decomposeActions postinstall jodid25519@1.0.2
986 silly decomposeActions finalize jodid25519@1.0.2
987 silly decomposeActions refresh-package-json jodid25519@1.0.2
988 silly decomposeActions unbuild json-schema
989 silly decomposeActions remove json-schema
990 silly decomposeActions preinstall json-schema@0.2.3
991 silly decomposeActions build json-schema@0.2.3
992 silly decomposeActions install json-schema@0.2.3
993 silly decomposeActions postinstall json-schema@0.2.3
994 silly decomposeActions finalize json-schema@0.2.3
995 silly decomposeActions refresh-package-json json-schema@0.2.3
996 silly decomposeActions unbuild json-stringify-safe
997 silly decomposeActions remove json-stringify-safe
998 silly decomposeActions preinstall json-stringify-safe@5.0.1
999 silly decomposeActions build json-stringify-safe@5.0.1
1000 silly decomposeActions install json-stringify-safe@5.0.1
1001 silly decomposeActions postinstall json-stringify-safe@5.0.1
1002 silly decomposeActions finalize json-stringify-safe@5.0.1
1003 silly decomposeActions refresh-package-json json-stringify-safe@5.0.1
1004 silly decomposeActions unbuild jsonify
1005 silly decomposeActions remove jsonify
1006 silly decomposeActions preinstall jsonify@0.0.0
1007 silly decomposeActions build jsonify@0.0.0
1008 silly decomposeActions install jsonify@0.0.0
1009 silly decomposeActions postinstall jsonify@0.0.0
1010 silly decomposeActions finalize jsonify@0.0.0
1011 silly decomposeActions refresh-package-json jsonify@0.0.0
1012 silly decomposeActions unbuild json-stable-stringify
1013 silly decomposeActions remove json-stable-stringify
1014 silly decomposeActions preinstall json-stable-stringify@1.0.1
1015 silly decomposeActions build json-stable-stringify@1.0.1
1016 silly decomposeActions install json-stable-stringify@1.0.1
1017 silly decomposeActions postinstall json-stable-stringify@1.0.1
1018 silly decomposeActions finalize json-stable-stringify@1.0.1
1019 silly decomposeActions refresh-package-json json-stable-stringify@1.0.1
1020 silly decomposeActions unbuild ajv
1021 silly decomposeActions remove ajv
1022 silly decomposeActions preinstall ajv@4.11.8
1023 silly decomposeActions build ajv@4.11.8
1024 silly decomposeActions install ajv@4.11.8
1025 silly decomposeActions postinstall ajv@4.11.8
1026 silly decomposeActions finalize ajv@4.11.8
1027 silly decomposeActions refresh-package-json ajv@4.11.8
1028 silly decomposeActions unbuild har-validator
1029 silly decomposeActions remove har-validator
1030 silly decomposeActions preinstall har-validator@4.2.1
1031 silly decomposeActions build har-validator@4.2.1
1032 silly decomposeActions install har-validator@4.2.1
1033 silly decomposeActions postinstall har-validator@4.2.1
1034 silly decomposeActions finalize har-validator@4.2.1
1035 silly decomposeActions refresh-package-json har-validator@4.2.1
1036 silly decomposeActions preinstall assert-plus@1.0.0
1037 silly decomposeActions build assert-plus@1.0.0
1038 silly decomposeActions install assert-plus@1.0.0
1039 silly decomposeActions postinstall assert-plus@1.0.0
1040 silly decomposeActions finalize assert-plus@1.0.0
1041 silly decomposeActions refresh-package-json assert-plus@1.0.0
1042 silly decomposeActions preinstall mime-db@1.27.0
1043 silly decomposeActions build mime-db@1.27.0
1044 silly decomposeActions install mime-db@1.27.0
1045 silly decomposeActions postinstall mime-db@1.27.0
1046 silly decomposeActions finalize mime-db@1.27.0
1047 silly decomposeActions refresh-package-json mime-db@1.27.0
1048 silly decomposeActions preinstall mime-types@2.1.15
1049 silly decomposeActions build mime-types@2.1.15
1050 silly decomposeActions install mime-types@2.1.15
1051 silly decomposeActions postinstall mime-types@2.1.15
1052 silly decomposeActions finalize mime-types@2.1.15
1053 silly decomposeActions refresh-package-json mime-types@2.1.15
1054 silly decomposeActions preinstall form-data@2.1.4
1055 silly decomposeActions build form-data@2.1.4
1056 silly decomposeActions install form-data@2.1.4
1057 silly decomposeActions postinstall form-data@2.1.4
1058 silly decomposeActions finalize form-data@2.1.4
1059 silly decomposeActions refresh-package-json form-data@2.1.4
1060 silly decomposeActions preinstall minimatch@3.0.4
1061 silly decomposeActions build minimatch@3.0.4
1062 silly decomposeActions install minimatch@3.0.4
1063 silly decomposeActions postinstall minimatch@3.0.4
1064 silly decomposeActions finalize minimatch@3.0.4
1065 silly decomposeActions refresh-package-json minimatch@3.0.4
1066 silly decomposeActions preinstall minimist@0.0.8
1067 silly decomposeActions build minimist@0.0.8
1068 silly decomposeActions install minimist@0.0.8
1069 silly decomposeActions postinstall minimist@0.0.8
1070 silly decomposeActions finalize minimist@0.0.8
1071 silly decomposeActions refresh-package-json minimist@0.0.8
1072 silly decomposeActions preinstall mkdirp@0.5.1
1073 silly decomposeActions build mkdirp@0.5.1
1074 silly decomposeActions install mkdirp@0.5.1
1075 silly decomposeActions postinstall mkdirp@0.5.1
1076 silly decomposeActions finalize mkdirp@0.5.1
1077 silly decomposeActions refresh-package-json mkdirp@0.5.1
1078 silly decomposeActions preinstall ms@2.0.0
1079 silly decomposeActions build ms@2.0.0
1080 silly decomposeActions install ms@2.0.0
1081 silly decomposeActions postinstall ms@2.0.0
1082 silly decomposeActions finalize ms@2.0.0
1083 silly decomposeActions refresh-package-json ms@2.0.0
1084 silly decomposeActions preinstall debug@2.6.8
1085 silly decomposeActions build debug@2.6.8
1086 silly decomposeActions install debug@2.6.8
1087 silly decomposeActions postinstall debug@2.6.8
1088 silly decomposeActions finalize debug@2.6.8
1089 silly decomposeActions refresh-package-json debug@2.6.8
1090 silly decomposeActions preinstall number-is-nan@1.0.1
1091 silly decomposeActions build number-is-nan@1.0.1
1092 silly decomposeActions install number-is-nan@1.0.1
1093 silly decomposeActions postinstall number-is-nan@1.0.1
1094 silly decomposeActions finalize number-is-nan@1.0.1
1095 silly decomposeActions refresh-package-json number-is-nan@1.0.1
1096 silly decomposeActions preinstall is-fullwidth-code-point@1.0.0
1097 silly decomposeActions build is-fullwidth-code-point@1.0.0
1098 silly decomposeActions install is-fullwidth-code-point@1.0.0
1099 silly decomposeActions postinstall is-fullwidth-code-point@1.0.0
1100 silly decomposeActions finalize is-fullwidth-code-point@1.0.0
1101 silly decomposeActions refresh-package-json is-fullwidth-code-point@1.0.0
1102 silly decomposeActions preinstall oauth-sign@0.8.2
1103 silly decomposeActions build oauth-sign@0.8.2
1104 silly decomposeActions install oauth-sign@0.8.2
1105 silly decomposeActions postinstall oauth-sign@0.8.2
1106 silly decomposeActions finalize oauth-sign@0.8.2
1107 silly decomposeActions refresh-package-json oauth-sign@0.8.2
1108 silly decomposeActions preinstall object-assign@4.1.1
1109 silly decomposeActions build object-assign@4.1.1
1110 silly decomposeActions install object-assign@4.1.1
1111 silly decomposeActions postinstall object-assign@4.1.1
1112 silly decomposeActions finalize object-assign@4.1.1
1113 silly decomposeActions refresh-package-json object-assign@4.1.1
1114 silly decomposeActions preinstall os-homedir@1.0.2
1115 silly decomposeActions build os-homedir@1.0.2
1116 silly decomposeActions install os-homedir@1.0.2
1117 silly decomposeActions postinstall os-homedir@1.0.2
1118 silly decomposeActions finalize os-homedir@1.0.2
1119 silly decomposeActions refresh-package-json os-homedir@1.0.2
1120 silly decomposeActions preinstall os-tmpdir@1.0.2
1121 silly decomposeActions build os-tmpdir@1.0.2
1122 silly decomposeActions install os-tmpdir@1.0.2
1123 silly decomposeActions postinstall os-tmpdir@1.0.2
1124 silly decomposeActions finalize os-tmpdir@1.0.2
1125 silly decomposeActions refresh-package-json os-tmpdir@1.0.2
1126 silly decomposeActions preinstall osenv@0.1.4
1127 silly decomposeActions build osenv@0.1.4
1128 silly decomposeActions install osenv@0.1.4
1129 silly decomposeActions postinstall osenv@0.1.4
1130 silly decomposeActions finalize osenv@0.1.4
1131 silly decomposeActions refresh-package-json osenv@0.1.4
1132 silly decomposeActions unbuild nopt
1133 silly decomposeActions remove nopt
1134 silly decomposeActions preinstall nopt@4.0.1
1135 silly decomposeActions build nopt@4.0.1
1136 silly decomposeActions install nopt@4.0.1
1137 silly decomposeActions postinstall nopt@4.0.1
1138 silly decomposeActions finalize nopt@4.0.1
1139 silly decomposeActions refresh-package-json nopt@4.0.1
1140 silly decomposeActions unbuild path-is-absolute
1141 silly decomposeActions remove path-is-absolute
1142 silly decomposeActions preinstall path-is-absolute@1.0.1
1143 silly decomposeActions build path-is-absolute@1.0.1
1144 silly decomposeActions install path-is-absolute@1.0.1
1145 silly decomposeActions postinstall path-is-absolute@1.0.1
1146 silly decomposeActions finalize path-is-absolute@1.0.1
1147 silly decomposeActions refresh-package-json path-is-absolute@1.0.1
1148 silly decomposeActions unbuild performance-now
1149 silly decomposeActions remove performance-now
1150 silly decomposeActions preinstall performance-now@0.2.0
1151 silly decomposeActions build performance-now@0.2.0
1152 silly decomposeActions install performance-now@0.2.0
1153 silly decomposeActions postinstall performance-now@0.2.0
1154 silly decomposeActions finalize performance-now@0.2.0
1155 silly decomposeActions refresh-package-json performance-now@0.2.0
1156 silly decomposeActions unbuild process-nextick-args
1157 silly decomposeActions remove process-nextick-args
1158 silly decomposeActions preinstall process-nextick-args@1.0.7
1159 silly decomposeActions build process-nextick-args@1.0.7
1160 silly decomposeActions install process-nextick-args@1.0.7
1161 silly decomposeActions postinstall process-nextick-args@1.0.7
1162 silly decomposeActions finalize process-nextick-args@1.0.7
1163 silly decomposeActions refresh-package-json process-nextick-args@1.0.7
1164 silly decomposeActions unbuild punycode
1165 silly decomposeActions remove punycode
1166 silly decomposeActions preinstall punycode@1.4.1
1167 silly decomposeActions build punycode@1.4.1
1168 silly decomposeActions install punycode@1.4.1
1169 silly decomposeActions postinstall punycode@1.4.1
1170 silly decomposeActions finalize punycode@1.4.1
1171 silly decomposeActions refresh-package-json punycode@1.4.1
1172 silly decomposeActions unbuild qs
1173 silly decomposeActions remove qs
1174 silly decomposeActions preinstall qs@6.4.0
1175 silly decomposeActions build qs@6.4.0
1176 silly decomposeActions install qs@6.4.0
1177 silly decomposeActions postinstall qs@6.4.0
1178 silly decomposeActions finalize qs@6.4.0
1179 silly decomposeActions refresh-package-json qs@6.4.0
1180 silly decomposeActions unbuild minimist
1181 silly decomposeActions remove minimist
1182 silly decomposeActions preinstall minimist@1.2.0
1183 silly decomposeActions build minimist@1.2.0
1184 silly decomposeActions install minimist@1.2.0
1185 silly decomposeActions postinstall minimist@1.2.0
1186 silly decomposeActions finalize minimist@1.2.0
1187 silly decomposeActions refresh-package-json minimist@1.2.0
1188 silly decomposeActions unbuild safe-buffer
1189 silly decomposeActions remove safe-buffer
1190 silly decomposeActions preinstall safe-buffer@5.0.1
1191 silly decomposeActions build safe-buffer@5.0.1
1192 silly decomposeActions install safe-buffer@5.0.1
1193 silly decomposeActions postinstall safe-buffer@5.0.1
1194 silly decomposeActions finalize safe-buffer@5.0.1
1195 silly decomposeActions refresh-package-json safe-buffer@5.0.1
1196 silly decomposeActions unbuild semver
1197 silly decomposeActions remove semver
1198 silly decomposeActions preinstall semver@5.3.0
1199 silly decomposeActions build semver@5.3.0
1200 silly decomposeActions install semver@5.3.0
1201 silly decomposeActions postinstall semver@5.3.0
1202 silly decomposeActions finalize semver@5.3.0
1203 silly decomposeActions refresh-package-json semver@5.3.0
1204 silly decomposeActions unbuild set-blocking
1205 silly decomposeActions remove set-blocking
1206 silly decomposeActions preinstall set-blocking@2.0.0
1207 silly decomposeActions build set-blocking@2.0.0
1208 silly decomposeActions install set-blocking@2.0.0
1209 silly decomposeActions postinstall set-blocking@2.0.0
1210 silly decomposeActions finalize set-blocking@2.0.0
1211 silly decomposeActions refresh-package-json set-blocking@2.0.0
1212 silly decomposeActions unbuild signal-exit
1213 silly decomposeActions remove signal-exit
1214 silly decomposeActions preinstall signal-exit@3.0.2
1215 silly decomposeActions build signal-exit@3.0.2
1216 silly decomposeActions install signal-exit@3.0.2
1217 silly decomposeActions postinstall signal-exit@3.0.2
1218 silly decomposeActions finalize signal-exit@3.0.2
1219 silly decomposeActions refresh-package-json signal-exit@3.0.2
1220 silly decomposeActions unbuild sntp
1221 silly decomposeActions remove sntp
1222 silly decomposeActions preinstall sntp@1.0.9
1223 silly decomposeActions build sntp@1.0.9
1224 silly decomposeActions install sntp@1.0.9
1225 silly decomposeActions postinstall sntp@1.0.9
1226 silly decomposeActions finalize sntp@1.0.9
1227 silly decomposeActions refresh-package-json sntp@1.0.9
1228 silly decomposeActions unbuild hawk
1229 silly decomposeActions remove hawk
1230 silly decomposeActions preinstall hawk@3.1.3
1231 silly decomposeActions build hawk@3.1.3
1232 silly decomposeActions install hawk@3.1.3
1233 silly decomposeActions postinstall hawk@3.1.3
1234 silly decomposeActions finalize hawk@3.1.3
1235 silly decomposeActions refresh-package-json hawk@3.1.3
1236 silly decomposeActions unbuild assert-plus
1237 silly decomposeActions remove assert-plus
1238 silly decomposeActions preinstall assert-plus@1.0.0
1239 silly decomposeActions build assert-plus@1.0.0
1240 silly decomposeActions install assert-plus@1.0.0
1241 silly decomposeActions postinstall assert-plus@1.0.0
1242 silly decomposeActions finalize assert-plus@1.0.0
1243 silly decomposeActions refresh-package-json assert-plus@1.0.0
1244 silly decomposeActions unbuild string_decoder
1245 silly decomposeActions remove string_decoder
1246 silly decomposeActions preinstall string_decoder@1.0.1
1247 silly decomposeActions build string_decoder@1.0.1
1248 silly decomposeActions install string_decoder@1.0.1
1249 silly decomposeActions postinstall string_decoder@1.0.1
1250 silly decomposeActions finalize string_decoder@1.0.1
1251 silly decomposeActions refresh-package-json string_decoder@1.0.1
1252 silly decomposeActions unbuild stringstream
1253 silly decomposeActions remove stringstream
1254 silly decomposeActions preinstall stringstream@0.0.5
1255 silly decomposeActions build stringstream@0.0.5
1256 silly decomposeActions install stringstream@0.0.5
1257 silly decomposeActions postinstall stringstream@0.0.5
1258 silly decomposeActions finalize stringstream@0.0.5
1259 silly decomposeActions refresh-package-json stringstream@0.0.5
1260 silly decomposeActions unbuild strip-ansi
1261 silly decomposeActions remove strip-ansi
1262 silly decomposeActions preinstall strip-ansi@3.0.1
1263 silly decomposeActions build strip-ansi@3.0.1
1264 silly decomposeActions install strip-ansi@3.0.1
1265 silly decomposeActions postinstall strip-ansi@3.0.1
1266 silly decomposeActions finalize strip-ansi@3.0.1
1267 silly decomposeActions refresh-package-json strip-ansi@3.0.1
1268 silly decomposeActions unbuild string-width
1269 silly decomposeActions remove string-width
1270 silly decomposeActions preinstall string-width@1.0.2
1271 silly decomposeActions build string-width@1.0.2
1272 silly decomposeActions install string-width@1.0.2
1273 silly decomposeActions postinstall string-width@1.0.2
1274 silly decomposeActions finalize string-width@1.0.2
1275 silly decomposeActions refresh-package-json string-width@1.0.2
1276 silly decomposeActions unbuild strip-json-comments
1277 silly decomposeActions remove strip-json-comments
1278 silly decomposeActions preinstall strip-json-comments@2.0.1
1279 silly decomposeActions build strip-json-comments@2.0.1
1280 silly decomposeActions install strip-json-comments@2.0.1
1281 silly decomposeActions postinstall strip-json-comments@2.0.1
1282 silly decomposeActions finalize strip-json-comments@2.0.1
1283 silly decomposeActions refresh-package-json strip-json-comments@2.0.1
1284 silly decomposeActions unbuild rc
1285 silly decomposeActions remove rc
1286 silly decomposeActions preinstall rc@1.2.1
1287 silly decomposeActions build rc@1.2.1
1288 silly decomposeActions install rc@1.2.1
1289 silly decomposeActions postinstall rc@1.2.1
1290 silly decomposeActions finalize rc@1.2.1
1291 silly decomposeActions refresh-package-json rc@1.2.1
1292 silly decomposeActions unbuild tough-cookie
1293 silly decomposeActions remove tough-cookie
1294 silly decomposeActions preinstall tough-cookie@2.3.2
1295 silly decomposeActions build tough-cookie@2.3.2
1296 silly decomposeActions install tough-cookie@2.3.2
1297 silly decomposeActions postinstall tough-cookie@2.3.2
1298 silly decomposeActions finalize tough-cookie@2.3.2
1299 silly decomposeActions refresh-package-json tough-cookie@2.3.2
1300 silly decomposeActions unbuild tunnel-agent
1301 silly decomposeActions remove tunnel-agent
1302 silly decomposeActions preinstall tunnel-agent@0.6.0
1303 silly decomposeActions build tunnel-agent@0.6.0
1304 silly decomposeActions install tunnel-agent@0.6.0
1305 silly decomposeActions postinstall tunnel-agent@0.6.0
1306 silly decomposeActions finalize tunnel-agent@0.6.0
1307 silly decomposeActions refresh-package-json tunnel-agent@0.6.0
1308 silly decomposeActions unbuild tweetnacl
1309 silly decomposeActions remove tweetnacl
1310 silly decomposeActions preinstall tweetnacl@0.14.5
1311 silly decomposeActions build tweetnacl@0.14.5
1312 silly decomposeActions install tweetnacl@0.14.5
1313 silly decomposeActions postinstall tweetnacl@0.14.5
1314 silly decomposeActions finalize tweetnacl@0.14.5
1315 silly decomposeActions refresh-package-json tweetnacl@0.14.5
1316 silly decomposeActions unbuild bcrypt-pbkdf
1317 silly decomposeActions remove bcrypt-pbkdf
1318 silly decomposeActions preinstall bcrypt-pbkdf@1.0.1
1319 silly decomposeActions build bcrypt-pbkdf@1.0.1
1320 silly decomposeActions install bcrypt-pbkdf@1.0.1
1321 silly decomposeActions postinstall bcrypt-pbkdf@1.0.1
1322 silly decomposeActions finalize bcrypt-pbkdf@1.0.1
1323 silly decomposeActions refresh-package-json bcrypt-pbkdf@1.0.1
1324 silly decomposeActions unbuild sshpk
1325 silly decomposeActions remove sshpk
1326 silly decomposeActions preinstall sshpk@1.13.0
1327 silly decomposeActions build sshpk@1.13.0
1328 silly decomposeActions install sshpk@1.13.0
1329 silly decomposeActions postinstall sshpk@1.13.0
1330 silly decomposeActions finalize sshpk@1.13.0
1331 silly decomposeActions refresh-package-json sshpk@1.13.0
1332 silly decomposeActions unbuild uid-number
1333 silly decomposeActions remove uid-number
1334 silly decomposeActions preinstall uid-number@0.0.6
1335 silly decomposeActions build uid-number@0.0.6
1336 silly decomposeActions install uid-number@0.0.6
1337 silly decomposeActions postinstall uid-number@0.0.6
1338 silly decomposeActions finalize uid-number@0.0.6
1339 silly decomposeActions refresh-package-json uid-number@0.0.6
1340 silly decomposeActions unbuild util-deprecate
1341 silly decomposeActions remove util-deprecate
1342 silly decomposeActions preinstall util-deprecate@1.0.2
1343 silly decomposeActions build util-deprecate@1.0.2
1344 silly decomposeActions install util-deprecate@1.0.2
1345 silly decomposeActions postinstall util-deprecate@1.0.2
1346 silly decomposeActions finalize util-deprecate@1.0.2
1347 silly decomposeActions refresh-package-json util-deprecate@1.0.2
1348 silly decomposeActions unbuild readable-stream
1349 silly decomposeActions remove readable-stream
1350 silly decomposeActions preinstall readable-stream@2.2.9
1351 silly decomposeActions build readable-stream@2.2.9
1352 silly decomposeActions install readable-stream@2.2.9
1353 silly decomposeActions postinstall readable-stream@2.2.9
1354 silly decomposeActions finalize readable-stream@2.2.9
1355 silly decomposeActions refresh-package-json readable-stream@2.2.9
1356 silly decomposeActions unbuild are-we-there-yet
1357 silly decomposeActions remove are-we-there-yet
1358 silly decomposeActions preinstall are-we-there-yet@1.1.4
1359 silly decomposeActions build are-we-there-yet@1.1.4
1360 silly decomposeActions install are-we-there-yet@1.1.4
1361 silly decomposeActions postinstall are-we-there-yet@1.1.4
1362 silly decomposeActions finalize are-we-there-yet@1.1.4
1363 silly decomposeActions refresh-package-json are-we-there-yet@1.1.4
1364 silly decomposeActions unbuild uuid
1365 silly decomposeActions remove uuid
1366 silly decomposeActions preinstall uuid@3.0.1
1367 silly decomposeActions build uuid@3.0.1
1368 silly decomposeActions install uuid@3.0.1
1369 silly decomposeActions postinstall uuid@3.0.1
1370 silly decomposeActions finalize uuid@3.0.1
1371 silly decomposeActions refresh-package-json uuid@3.0.1
1372 silly decomposeActions unbuild verror
1373 silly decomposeActions remove verror
1374 silly decomposeActions preinstall verror@1.3.6
1375 silly decomposeActions build verror@1.3.6
1376 silly decomposeActions install verror@1.3.6
1377 silly decomposeActions postinstall verror@1.3.6
1378 silly decomposeActions finalize verror@1.3.6
1379 silly decomposeActions refresh-package-json verror@1.3.6
1380 silly decomposeActions unbuild jsprim
1381 silly decomposeActions remove jsprim
1382 silly decomposeActions preinstall jsprim@1.4.0
1383 silly decomposeActions build jsprim@1.4.0
1384 silly decomposeActions install jsprim@1.4.0
1385 silly decomposeActions postinstall jsprim@1.4.0
1386 silly decomposeActions finalize jsprim@1.4.0
1387 silly decomposeActions refresh-package-json jsprim@1.4.0
1388 silly decomposeActions unbuild http-signature
1389 silly decomposeActions remove http-signature
1390 silly decomposeActions preinstall http-signature@1.1.1
1391 silly decomposeActions build http-signature@1.1.1
1392 silly decomposeActions install http-signature@1.1.1
1393 silly decomposeActions postinstall http-signature@1.1.1
1394 silly decomposeActions finalize http-signature@1.1.1
1395 silly decomposeActions refresh-package-json http-signature@1.1.1
1396 silly decomposeActions unbuild request
1397 silly decomposeActions remove request
1398 silly decomposeActions preinstall request@2.81.0
1399 silly decomposeActions build request@2.81.0
1400 silly decomposeActions install request@2.81.0
1401 silly decomposeActions postinstall request@2.81.0
1402 silly decomposeActions finalize request@2.81.0
1403 silly decomposeActions refresh-package-json request@2.81.0
1404 silly decomposeActions unbuild wide-align
1405 silly decomposeActions remove wide-align
1406 silly decomposeActions preinstall wide-align@1.1.2
1407 silly decomposeActions build wide-align@1.1.2
1408 silly decomposeActions install wide-align@1.1.2
1409 silly decomposeActions postinstall wide-align@1.1.2
1410 silly decomposeActions finalize wide-align@1.1.2
1411 silly decomposeActions refresh-package-json wide-align@1.1.2
1412 silly decomposeActions unbuild gauge
1413 silly decomposeActions remove gauge
1414 silly decomposeActions preinstall gauge@2.7.4
1415 silly decomposeActions build gauge@2.7.4
1416 silly decomposeActions install gauge@2.7.4
1417 silly decomposeActions postinstall gauge@2.7.4
1418 silly decomposeActions finalize gauge@2.7.4
1419 silly decomposeActions refresh-package-json gauge@2.7.4
1420 silly decomposeActions unbuild npmlog
1421 silly decomposeActions remove npmlog
1422 silly decomposeActions preinstall npmlog@4.1.0
1423 silly decomposeActions build npmlog@4.1.0
1424 silly decomposeActions install npmlog@4.1.0
1425 silly decomposeActions postinstall npmlog@4.1.0
1426 silly decomposeActions finalize npmlog@4.1.0
1427 silly decomposeActions refresh-package-json npmlog@4.1.0
1428 silly decomposeActions unbuild wrappy
1429 silly decomposeActions remove wrappy
1430 silly decomposeActions preinstall wrappy@1.0.2
1431 silly decomposeActions build wrappy@1.0.2
1432 silly decomposeActions install wrappy@1.0.2
1433 silly decomposeActions postinstall wrappy@1.0.2
1434 silly decomposeActions finalize wrappy@1.0.2
1435 silly decomposeActions refresh-package-json wrappy@1.0.2
1436 silly decomposeActions unbuild once
1437 silly decomposeActions remove once
1438 silly decomposeActions preinstall once@1.4.0
1439 silly decomposeActions build once@1.4.0
1440 silly decomposeActions install once@1.4.0
1441 silly decomposeActions postinstall once@1.4.0
1442 silly decomposeActions finalize once@1.4.0
1443 silly decomposeActions refresh-package-json once@1.4.0
1444 silly decomposeActions unbuild inflight
1445 silly decomposeActions remove inflight
1446 silly decomposeActions preinstall inflight@1.0.6
1447 silly decomposeActions build inflight@1.0.6
1448 silly decomposeActions install inflight@1.0.6
1449 silly decomposeActions postinstall inflight@1.0.6
1450 silly decomposeActions finalize inflight@1.0.6
1451 silly decomposeActions refresh-package-json inflight@1.0.6
1452 silly decomposeActions unbuild glob
1453 silly decomposeActions remove glob
1454 silly decomposeActions preinstall glob@7.1.2
1455 silly decomposeActions build glob@7.1.2
1456 silly decomposeActions install glob@7.1.2
1457 silly decomposeActions postinstall glob@7.1.2
1458 silly decomposeActions finalize glob@7.1.2
1459 silly decomposeActions refresh-package-json glob@7.1.2
1460 silly decomposeActions unbuild rimraf
1461 silly decomposeActions remove rimraf
1462 silly decomposeActions preinstall rimraf@2.6.1
1463 silly decomposeActions build rimraf@2.6.1
1464 silly decomposeActions install rimraf@2.6.1
1465 silly decomposeActions postinstall rimraf@2.6.1
1466 silly decomposeActions finalize rimraf@2.6.1
1467 silly decomposeActions refresh-package-json rimraf@2.6.1
1468 silly decomposeActions unbuild fstream
1469 silly decomposeActions remove fstream
1470 silly decomposeActions preinstall fstream@1.0.11
1471 silly decomposeActions build fstream@1.0.11
1472 silly decomposeActions install fstream@1.0.11
1473 silly decomposeActions postinstall fstream@1.0.11
1474 silly decomposeActions finalize fstream@1.0.11
1475 silly decomposeActions refresh-package-json fstream@1.0.11
1476 silly decomposeActions unbuild fstream-ignore
1477 silly decomposeActions remove fstream-ignore
1478 silly decomposeActions preinstall fstream-ignore@1.0.5
1479 silly decomposeActions build fstream-ignore@1.0.5
1480 silly decomposeActions install fstream-ignore@1.0.5
1481 silly decomposeActions postinstall fstream-ignore@1.0.5
1482 silly decomposeActions finalize fstream-ignore@1.0.5
1483 silly decomposeActions refresh-package-json fstream-ignore@1.0.5
1484 silly decomposeActions unbuild tar
1485 silly decomposeActions remove tar
1486 silly decomposeActions preinstall tar@2.2.1
1487 silly decomposeActions build tar@2.2.1
1488 silly decomposeActions install tar@2.2.1
1489 silly decomposeActions postinstall tar@2.2.1
1490 silly decomposeActions finalize tar@2.2.1
1491 silly decomposeActions refresh-package-json tar@2.2.1
1492 silly decomposeActions unbuild tar-pack
1493 silly decomposeActions remove tar-pack
1494 silly decomposeActions preinstall tar-pack@3.4.0
1495 silly decomposeActions build tar-pack@3.4.0
1496 silly decomposeActions install tar-pack@3.4.0
1497 silly decomposeActions postinstall tar-pack@3.4.0
1498 silly decomposeActions finalize tar-pack@3.4.0
1499 silly decomposeActions refresh-package-json tar-pack@3.4.0
1500 silly decomposeActions unbuild node-pre-gyp
1501 silly decomposeActions remove node-pre-gyp
1502 silly decomposeActions preinstall node-pre-gyp@0.6.36
1503 silly decomposeActions build node-pre-gyp@0.6.36
1504 silly decomposeActions install node-pre-gyp@0.6.36
1505 silly decomposeActions postinstall node-pre-gyp@0.6.36
1506 silly decomposeActions finalize node-pre-gyp@0.6.36
1507 silly decomposeActions refresh-package-json node-pre-gyp@0.6.36
1508 silly decomposeActions unbuild nan
1509 silly decomposeActions remove nan
1510 silly decomposeActions fetch nan@2.7.0
1511 silly decomposeActions extract nan@2.7.0
1512 silly decomposeActions preinstall nan@2.7.0
1513 silly decomposeActions build nan@2.7.0
1514 silly decomposeActions install nan@2.7.0
1515 silly decomposeActions postinstall nan@2.7.0
1516 silly decomposeActions finalize nan@2.7.0
1517 silly decomposeActions refresh-package-json nan@2.7.0
1518 silly decomposeActions unbuild fsevents
1519 silly decomposeActions remove fsevents
1520 silly decomposeActions fetch fsevents@1.1.2
1521 silly decomposeActions extract fsevents@1.1.2
1522 silly decomposeActions preinstall fsevents@1.1.2
1523 silly decomposeActions build fsevents@1.1.2
1524 silly decomposeActions install fsevents@1.1.2
1525 silly decomposeActions postinstall fsevents@1.1.2
1526 silly decomposeActions finalize fsevents@1.1.2
1527 silly decomposeActions refresh-package-json fsevents@1.1.2
1528 silly decomposeActions unbuild nodemon@1.12.0
1529 silly decomposeActions remove nodemon@1.12.0
1530 silly decomposeActions fetch nodemon@1.12.0
1531 silly decomposeActions extract nodemon@1.12.0
1532 silly decomposeActions preinstall nodemon@1.12.0
1533 silly decomposeActions build nodemon@1.12.0
1534 silly decomposeActions install nodemon@1.12.0
1535 silly decomposeActions postinstall nodemon@1.12.0
1536 silly decomposeActions finalize nodemon@1.12.0
1537 silly decomposeActions refresh-package-json nodemon@1.12.0
1538 silly install executeActions
1539 silly doSerial global-install 902
1540 verbose correctMkdir C:\Users\RiCK\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
1541 verbose lock using C:\Users\RiCK\AppData\Roaming\npm-cache\_locks\staging-2a89e9b60d35d24f.lock for C:\Users\RiCK\AppData\Roaming\npm\node_modules\.staging
1542 silly doParallel extract 902
1543 silly extract nan@2.7.0
1544 silly pacote trying nan@https://registry.npmjs.org/nan/-/nan-2.7.0.tgz by hash: sha1-2Vv3IeyHfgjbJ27T/G63j5CDrUY=
1545 silly extract fsevents@1.1.2
1546 silly pacote trying fsevents@https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz by hash: sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==
1547 silly extract nodemon@1.12.0
1548 silly pacote trying nodemon@https://registry.npmjs.org/nodemon/-/nodemon-1.12.0.tgz by hash: sha1-5ThUindzQKGfhVxPCHt+Uoqj/to=
1549 silly pacote nan@https://registry.npmjs.org/nan/-/nan-2.7.0.tgz extracted to C:\Users\RiCK\AppData\Roaming\npm\node_modules\.staging\nan-d56d2b95 by content address 554ms
1550 silly pacote nodemon@https://registry.npmjs.org/nodemon/-/nodemon-1.12.0.tgz extracted to C:\Users\RiCK\AppData\Roaming\npm\node_modules\.staging\nodemon-a4a4f4bf by content address 617ms
1551 silly pacote fsevents@https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz extracted to C:\Users\RiCK\AppData\Roaming\npm\node_modules\.staging\fsevents-71b56e43 by content address 5149ms
1552 silly doReverseSerial unbuild 902
1553 silly unbuild nodemon@1.12.0
1554 info lifecycle nodemon@1.12.0~preuninstall: nodemon@1.12.0
1555 info lifecycle nodemon@1.12.0~uninstall: nodemon@1.12.0
1556 verbose unbuild rmStuff nodemon@1.12.0 from C:\Users\RiCK\AppData\Roaming\npm\node_modules
1557 silly isEverInside C:\Users\RiCK\AppData\Roaming\npm\nodemon.cmd is not inside C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1558 silly gentlyRm parent.path = C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1559 silly gentlyRm parent.managed = C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon is in C:\Users\RiCK\AppData\Roaming\npm
1560 silly gentlyRm target.path =  C:\Users\RiCK\AppData\Roaming\npm\nodemon.cmd
1561 silly gentlyRm target.symlink = node_modules\nodemon\bin\nodemon.js
1562 silly gentlyRm target.managed = C:\Users\RiCK\AppData\Roaming\npm\nodemon.cmd is in C:\Users\RiCK\AppData\Roaming\npm
1563 silly gentlyRm target.inParent =  { target: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\bin\\nodemon.js',
1563 silly gentlyRm   path: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon' }
1564 silly isEverInside C:\Users\RiCK\AppData\Roaming\npm\nodemon is not inside C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1565 silly gentlyRm parent.path = C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1566 silly gentlyRm parent.managed = C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon is in C:\Users\RiCK\AppData\Roaming\npm
1567 silly gentlyRm target.path =  C:\Users\RiCK\AppData\Roaming\npm\nodemon
1568 silly gentlyRm target.symlink = node_modules/nodemon/bin/nodemon.js
1569 silly gentlyRm target.managed = C:\Users\RiCK\AppData\Roaming\npm\nodemon is in C:\Users\RiCK\AppData\Roaming\npm
1570 silly gentlyRm target.inParent =  { target: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\bin\\nodemon.js',
1570 silly gentlyRm   path: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon' }
1571 info lifecycle nodemon@1.12.0~postuninstall: nodemon@1.12.0
1572 silly unbuild fsevents
1573 info lifecycle undefined~preuninstall: undefined
1574 info lifecycle undefined~uninstall: undefined
1575 silly unbuild nan
1576 info lifecycle undefined~preuninstall: undefined
1577 info lifecycle undefined~uninstall: undefined
1578 silly unbuild node-pre-gyp
1579 info lifecycle undefined~preuninstall: undefined
1580 info lifecycle undefined~uninstall: undefined
1581 silly unbuild tar-pack
1582 info lifecycle undefined~preuninstall: undefined
1583 info lifecycle undefined~uninstall: undefined
1584 silly unbuild tar
1585 info lifecycle undefined~preuninstall: undefined
1586 info lifecycle undefined~uninstall: undefined
1587 silly unbuild fstream-ignore
1588 info lifecycle undefined~preuninstall: undefined
1589 info lifecycle undefined~uninstall: undefined
1590 silly unbuild fstream
1591 info lifecycle undefined~preuninstall: undefined
1592 info lifecycle undefined~uninstall: undefined
1593 silly unbuild rimraf
1594 info lifecycle undefined~preuninstall: undefined
1595 info lifecycle undefined~uninstall: undefined
1596 silly unbuild glob
1597 info lifecycle undefined~preuninstall: undefined
1598 info lifecycle undefined~uninstall: undefined
1599 silly unbuild inflight
1600 info lifecycle undefined~preuninstall: undefined
1601 info lifecycle undefined~uninstall: undefined
1602 silly unbuild once
1603 info lifecycle undefined~preuninstall: undefined
1604 info lifecycle undefined~uninstall: undefined
1605 silly unbuild wrappy
1606 info lifecycle undefined~preuninstall: undefined
1607 info lifecycle undefined~uninstall: undefined
1608 silly unbuild npmlog
1609 info lifecycle undefined~preuninstall: undefined
1610 info lifecycle undefined~uninstall: undefined
1611 silly unbuild gauge
1612 info lifecycle undefined~preuninstall: undefined
1613 info lifecycle undefined~uninstall: undefined
1614 silly unbuild wide-align
1615 info lifecycle undefined~preuninstall: undefined
1616 info lifecycle undefined~uninstall: undefined
1617 silly unbuild request
1618 info lifecycle undefined~preuninstall: undefined
1619 info lifecycle undefined~uninstall: undefined
1620 silly unbuild http-signature
1621 info lifecycle undefined~preuninstall: undefined
1622 info lifecycle undefined~uninstall: undefined
1623 silly unbuild jsprim
1624 info lifecycle undefined~preuninstall: undefined
1625 info lifecycle undefined~uninstall: undefined
1626 silly unbuild verror
1627 info lifecycle undefined~preuninstall: undefined
1628 info lifecycle undefined~uninstall: undefined
1629 silly unbuild uuid
1630 info lifecycle undefined~preuninstall: undefined
1631 info lifecycle undefined~uninstall: undefined
1632 silly unbuild are-we-there-yet
1633 info lifecycle undefined~preuninstall: undefined
1634 info lifecycle undefined~uninstall: undefined
1635 silly unbuild readable-stream
1636 info lifecycle undefined~preuninstall: undefined
1637 info lifecycle undefined~uninstall: undefined
1638 silly unbuild util-deprecate
1639 info lifecycle undefined~preuninstall: undefined
1640 info lifecycle undefined~uninstall: undefined
1641 silly unbuild uid-number
1642 info lifecycle undefined~preuninstall: undefined
1643 info lifecycle undefined~uninstall: undefined
1644 silly unbuild sshpk
1645 info lifecycle undefined~preuninstall: undefined
1646 info lifecycle undefined~uninstall: undefined
1647 silly unbuild bcrypt-pbkdf
1648 info lifecycle undefined~preuninstall: undefined
1649 info lifecycle undefined~uninstall: undefined
1650 silly unbuild tweetnacl
1651 info lifecycle undefined~preuninstall: undefined
1652 info lifecycle undefined~uninstall: undefined
1653 silly unbuild tunnel-agent
1654 info lifecycle undefined~preuninstall: undefined
1655 info lifecycle undefined~uninstall: undefined
1656 silly unbuild tough-cookie
1657 info lifecycle undefined~preuninstall: undefined
1658 info lifecycle undefined~uninstall: undefined
1659 silly unbuild rc
1660 info lifecycle undefined~preuninstall: undefined
1661 info lifecycle undefined~uninstall: undefined
1662 silly unbuild strip-json-comments
1663 info lifecycle undefined~preuninstall: undefined
1664 info lifecycle undefined~uninstall: undefined
1665 silly unbuild string-width
1666 info lifecycle undefined~preuninstall: undefined
1667 info lifecycle undefined~uninstall: undefined
1668 silly unbuild strip-ansi
1669 info lifecycle undefined~preuninstall: undefined
1670 info lifecycle undefined~uninstall: undefined
1671 silly unbuild stringstream
1672 info lifecycle undefined~preuninstall: undefined
1673 info lifecycle undefined~uninstall: undefined
1674 silly unbuild string_decoder
1675 info lifecycle undefined~preuninstall: undefined
1676 info lifecycle undefined~uninstall: undefined
1677 silly unbuild assert-plus
1678 info lifecycle undefined~preuninstall: undefined
1679 info lifecycle undefined~uninstall: undefined
1680 silly unbuild hawk
1681 info lifecycle undefined~preuninstall: undefined
1682 info lifecycle undefined~uninstall: undefined
1683 silly unbuild sntp
1684 info lifecycle undefined~preuninstall: undefined
1685 info lifecycle undefined~uninstall: undefined
1686 silly unbuild signal-exit
1687 info lifecycle undefined~preuninstall: undefined
1688 info lifecycle undefined~uninstall: undefined
1689 silly unbuild set-blocking
1690 info lifecycle undefined~preuninstall: undefined
1691 info lifecycle undefined~uninstall: undefined
1692 silly unbuild semver
1693 info lifecycle undefined~preuninstall: undefined
1694 info lifecycle undefined~uninstall: undefined
1695 silly unbuild safe-buffer
1696 info lifecycle undefined~preuninstall: undefined
1697 info lifecycle undefined~uninstall: undefined
1698 silly unbuild minimist
1699 info lifecycle undefined~preuninstall: undefined
1700 info lifecycle undefined~uninstall: undefined
1701 silly unbuild qs
1702 info lifecycle undefined~preuninstall: undefined
1703 info lifecycle undefined~uninstall: undefined
1704 silly unbuild punycode
1705 info lifecycle undefined~preuninstall: undefined
1706 info lifecycle undefined~uninstall: undefined
1707 silly unbuild process-nextick-args
1708 info lifecycle undefined~preuninstall: undefined
1709 info lifecycle undefined~uninstall: undefined
1710 silly unbuild performance-now
1711 info lifecycle undefined~preuninstall: undefined
1712 info lifecycle undefined~uninstall: undefined
1713 silly unbuild path-is-absolute
1714 info lifecycle undefined~preuninstall: undefined
1715 info lifecycle undefined~uninstall: undefined
1716 silly unbuild nopt
1717 info lifecycle undefined~preuninstall: undefined
1718 info lifecycle undefined~uninstall: undefined
1719 silly unbuild har-validator
1720 info lifecycle undefined~preuninstall: undefined
1721 info lifecycle undefined~uninstall: undefined
1722 silly unbuild ajv
1723 info lifecycle undefined~preuninstall: undefined
1724 info lifecycle undefined~uninstall: undefined
1725 silly unbuild json-stable-stringify
1726 info lifecycle undefined~preuninstall: undefined
1727 info lifecycle undefined~uninstall: undefined
1728 silly unbuild jsonify
1729 info lifecycle undefined~preuninstall: undefined
1730 info lifecycle undefined~uninstall: undefined
1731 silly unbuild json-stringify-safe
1732 info lifecycle undefined~preuninstall: undefined
1733 info lifecycle undefined~uninstall: undefined
1734 silly unbuild json-schema
1735 info lifecycle undefined~preuninstall: undefined
1736 info lifecycle undefined~uninstall: undefined
1737 silly unbuild jodid25519
1738 info lifecycle undefined~preuninstall: undefined
1739 info lifecycle undefined~uninstall: undefined
1740 silly unbuild ecc-jsbn
1741 info lifecycle undefined~preuninstall: undefined
1742 info lifecycle undefined~uninstall: undefined
1743 silly unbuild jsbn
1744 info lifecycle undefined~preuninstall: undefined
1745 info lifecycle undefined~uninstall: undefined
1746 silly unbuild isstream
1747 info lifecycle undefined~preuninstall: undefined
1748 info lifecycle undefined~uninstall: undefined
1749 silly unbuild isarray
1750 info lifecycle undefined~preuninstall: undefined
1751 info lifecycle undefined~uninstall: undefined
1752 silly unbuild is-typedarray
1753 info lifecycle undefined~preuninstall: undefined
1754 info lifecycle undefined~uninstall: undefined
1755 silly unbuild ini
1756 info lifecycle undefined~preuninstall: undefined
1757 info lifecycle undefined~uninstall: undefined
1758 silly unbuild block-stream
1759 info lifecycle undefined~preuninstall: undefined
1760 info lifecycle undefined~uninstall: undefined
1761 silly unbuild inherits
1762 info lifecycle undefined~preuninstall: undefined
1763 info lifecycle undefined~uninstall: undefined
1764 silly unbuild cryptiles
1765 info lifecycle undefined~preuninstall: undefined
1766 info lifecycle undefined~uninstall: undefined
1767 silly unbuild boom
1768 info lifecycle undefined~preuninstall: undefined
1769 info lifecycle undefined~uninstall: undefined
1770 silly unbuild hoek
1771 info lifecycle undefined~preuninstall: undefined
1772 info lifecycle undefined~uninstall: undefined
1773 silly unbuild has-unicode
1774 info lifecycle undefined~preuninstall: undefined
1775 info lifecycle undefined~uninstall: undefined
1776 silly unbuild har-schema
1777 info lifecycle undefined~preuninstall: undefined
1778 info lifecycle undefined~uninstall: undefined
1779 silly unbuild graceful-fs
1780 info lifecycle undefined~preuninstall: undefined
1781 info lifecycle undefined~uninstall: undefined
1782 silly unbuild getpass
1783 info lifecycle undefined~preuninstall: undefined
1784 info lifecycle undefined~uninstall: undefined
1785 silly unbuild assert-plus
1786 info lifecycle undefined~preuninstall: undefined
1787 info lifecycle undefined~uninstall: undefined
1788 silly unbuild fs.realpath
1789 info lifecycle undefined~preuninstall: undefined
1790 info lifecycle undefined~uninstall: undefined
1791 silly unbuild forever-agent
1792 info lifecycle undefined~preuninstall: undefined
1793 info lifecycle undefined~uninstall: undefined
1794 silly unbuild extsprintf
1795 info lifecycle undefined~preuninstall: undefined
1796 info lifecycle undefined~uninstall: undefined
1797 silly unbuild extend
1798 info lifecycle undefined~preuninstall: undefined
1799 info lifecycle undefined~uninstall: undefined
1800 silly unbuild delegates
1801 info lifecycle undefined~preuninstall: undefined
1802 info lifecycle undefined~uninstall: undefined
1803 silly unbuild combined-stream
1804 info lifecycle undefined~preuninstall: undefined
1805 info lifecycle undefined~uninstall: undefined
1806 silly unbuild delayed-stream
1807 info lifecycle undefined~preuninstall: undefined
1808 info lifecycle undefined~uninstall: undefined
1809 silly unbuild deep-extend
1810 info lifecycle undefined~preuninstall: undefined
1811 info lifecycle undefined~uninstall: undefined
1812 silly unbuild dashdash
1813 info lifecycle undefined~preuninstall: undefined
1814 info lifecycle undefined~uninstall: undefined
1815 silly unbuild assert-plus
1816 info lifecycle undefined~preuninstall: undefined
1817 info lifecycle undefined~uninstall: undefined
1818 silly unbuild core-util-is
1819 info lifecycle undefined~preuninstall: undefined
1820 info lifecycle undefined~uninstall: undefined
1821 silly unbuild console-control-strings
1822 info lifecycle undefined~preuninstall: undefined
1823 info lifecycle undefined~uninstall: undefined
1824 silly unbuild brace-expansion
1825 info lifecycle undefined~preuninstall: undefined
1826 info lifecycle undefined~uninstall: undefined
1827 silly unbuild concat-map
1828 info lifecycle undefined~preuninstall: undefined
1829 info lifecycle undefined~uninstall: undefined
1830 silly unbuild code-point-at
1831 info lifecycle undefined~preuninstall: undefined
1832 info lifecycle undefined~uninstall: undefined
1833 silly unbuild co
1834 info lifecycle undefined~preuninstall: undefined
1835 info lifecycle undefined~uninstall: undefined
1836 silly unbuild caseless
1837 info lifecycle undefined~preuninstall: undefined
1838 info lifecycle undefined~uninstall: undefined
1839 silly unbuild buffer-shims
1840 info lifecycle undefined~preuninstall: undefined
1841 info lifecycle undefined~uninstall: undefined
1842 silly unbuild balanced-match
1843 info lifecycle undefined~preuninstall: undefined
1844 info lifecycle undefined~uninstall: undefined
1845 silly unbuild aws4
1846 info lifecycle undefined~preuninstall: undefined
1847 info lifecycle undefined~uninstall: undefined
1848 silly unbuild aws-sign2
1849 info lifecycle undefined~preuninstall: undefined
1850 info lifecycle undefined~uninstall: undefined
1851 silly unbuild asynckit
1852 info lifecycle undefined~preuninstall: undefined
1853 info lifecycle undefined~uninstall: undefined
1854 silly unbuild assert-plus
1855 info lifecycle undefined~preuninstall: undefined
1856 info lifecycle undefined~uninstall: undefined
1857 silly unbuild asn1
1858 info lifecycle undefined~preuninstall: undefined
1859 info lifecycle undefined~uninstall: undefined
1860 silly unbuild aproba
1861 info lifecycle undefined~preuninstall: undefined
1862 info lifecycle undefined~uninstall: undefined
1863 silly unbuild ansi-regex
1864 info lifecycle undefined~preuninstall: undefined
1865 info lifecycle undefined~uninstall: undefined
1866 silly unbuild abbrev
1867 info lifecycle undefined~preuninstall: undefined
1868 info lifecycle undefined~uninstall: undefined
1869 silly doSerial remove 902
1870 silly remove C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1871 silly doSerial move 902
1872 silly doSerial finalize 902
1873 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\abbrev
1874 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ansi-regex
1875 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba
1876 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\asn1
1877 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\assert-plus
1878 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\asynckit
1879 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aws-sign2
1880 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aws4
1881 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\balanced-match
1882 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\buffer-shims
1883 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\caseless
1884 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\co
1885 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\code-point-at
1886 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\concat-map
1887 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\brace-expansion
1888 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\console-control-strings
1889 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\core-util-is
1890 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\dashdash\node_modules\assert-plus
1891 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\dashdash
1892 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\deep-extend
1893 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\delayed-stream
1894 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\combined-stream
1895 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\delegates
1896 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\extend
1897 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\extsprintf
1898 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\forever-agent
1899 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fs.realpath
1900 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\getpass\node_modules\assert-plus
1901 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\getpass
1902 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\graceful-fs
1903 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\har-schema
1904 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\has-unicode
1905 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\hoek
1906 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\boom
1907 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\cryptiles
1908 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\inherits
1909 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\block-stream
1910 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ini
1911 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\is-typedarray
1912 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\isarray
1913 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\isstream
1914 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsbn
1915 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ecc-jsbn
1916 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jodid25519
1917 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-schema
1918 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-stringify-safe
1919 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsonify
1920 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-stable-stringify
1921 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ajv
1922 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\har-validator
1923 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsprim\node_modules\assert-plus
1924 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\mime-db
1925 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\mime-types
1926 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\form-data
1927 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\minimatch
1928 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\minimist
1929 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\mkdirp
1930 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ms
1931 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\debug
1932 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\number-is-nan
1933 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\is-fullwidth-code-point
1934 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\oauth-sign
1935 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\object-assign
1936 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\os-homedir
1937 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\os-tmpdir
1938 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\osenv
1939 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\nopt
1940 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\path-is-absolute
1941 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\performance-now
1942 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\process-nextick-args
1943 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\punycode
1944 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\qs
1945 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rc\node_modules\minimist
1946 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\safe-buffer
1947 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\semver
1948 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\set-blocking
1949 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\signal-exit
1950 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sntp
1951 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\hawk
1952 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sshpk\node_modules\assert-plus
1953 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\string_decoder
1954 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\stringstream
1955 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\strip-ansi
1956 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\string-width
1957 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\strip-json-comments
1958 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rc
1959 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tough-cookie
1960 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tunnel-agent
1961 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tweetnacl
1962 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\bcrypt-pbkdf
1963 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sshpk
1964 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\uid-number
1965 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\util-deprecate
1966 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\readable-stream
1967 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\are-we-there-yet
1968 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\uuid
1969 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\verror
1970 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsprim
1971 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\http-signature
1972 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\request
1973 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\wide-align
1974 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\gauge
1975 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\npmlog
1976 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\wrappy
1977 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\once
1978 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\inflight
1979 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\glob
1980 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rimraf
1981 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fstream
1982 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fstream-ignore
1983 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tar
1984 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tar-pack
1985 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\node-pre-gyp
1986 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\nan
1987 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents
1988 silly finalize C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
1989 silly doParallel refresh-package-json 902
1990 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\abbrev
1991 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ansi-regex
1992 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba
1993 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\asn1
1994 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\assert-plus
1995 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\asynckit
1996 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aws-sign2
1997 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aws4
1998 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\balanced-match
1999 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\buffer-shims
2000 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\caseless
2001 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\co
2002 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\code-point-at
2003 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\concat-map
2004 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\brace-expansion
2005 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\console-control-strings
2006 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\core-util-is
2007 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\dashdash\node_modules\assert-plus
2008 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\dashdash
2009 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\deep-extend
2010 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\delayed-stream
2011 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\combined-stream
2012 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\delegates
2013 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\extend
2014 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\extsprintf
2015 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\forever-agent
2016 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fs.realpath
2017 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\getpass\node_modules\assert-plus
2018 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\getpass
2019 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\graceful-fs
2020 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\har-schema
2021 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\has-unicode
2022 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\hoek
2023 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\boom
2024 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\cryptiles
2025 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\inherits
2026 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\block-stream
2027 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ini
2028 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\is-typedarray
2029 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\isarray
2030 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\isstream
2031 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsbn
2032 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ecc-jsbn
2033 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jodid25519
2034 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-schema
2035 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-stringify-safe
2036 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsonify
2037 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\json-stable-stringify
2038 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\ajv
2039 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\har-validator
2040 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon
2041 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents
2042 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\nan
2043 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\node-pre-gyp
2044 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tar-pack
2045 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tar
2046 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fstream-ignore
2047 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\fstream
2048 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rimraf
2049 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\glob
2050 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\inflight
2051 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\once
2052 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\wrappy
2053 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\npmlog
2054 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\gauge
2055 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\wide-align
2056 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\request
2057 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\http-signature
2058 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\jsprim
2059 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\verror
2060 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\uuid
2061 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\are-we-there-yet
2062 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\readable-stream
2063 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\util-deprecate
2064 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\uid-number
2065 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sshpk
2066 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\bcrypt-pbkdf
2067 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tweetnacl
2068 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tunnel-agent
2069 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\tough-cookie
2070 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rc
2071 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\strip-json-comments
2072 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\string-width
2073 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\strip-ansi
2074 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\stringstream
2075 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\string_decoder
2076 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sshpk\node_modules\assert-plus
2077 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\hawk
2078 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\sntp
2079 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\signal-exit
2080 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\set-blocking
2081 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\semver
2082 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\safe-buffer
2083 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\rc\node_modules\minimist
2084 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\qs
2085 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\punycode
2086 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\process-nextick-args
2087 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\performance-now
2088 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\path-is-absolute
2089 silly refresh-package-json C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\nopt
2090 silly doParallel preinstall 902
2091 silly preinstall nodemon@1.12.0
2092 info lifecycle nodemon@1.12.0~preinstall: nodemon@1.12.0
2093 silly doSerial build 902
2094 silly build nodemon@1.12.0
2095 info linkStuff nodemon@1.12.0
2096 silly linkStuff nodemon@1.12.0 has C:\Users\RiCK\AppData\Roaming\npm\node_modules as its parent node_modules
2097 silly linkStuff nodemon@1.12.0 is part of a global install
2098 silly linkStuff nodemon@1.12.0 is installed into a global node_modules
2099 silly linkStuff nodemon@1.12.0 is installed into the top-level global node_modules
2100 verbose linkBins nodemon@1.12.0
2101 verbose linkBins [ { nodemon: './bin/nodemon.js' },
2101 verbose linkBins   'C:\\Users\\RiCK\\AppData\\Roaming\\npm',
2101 verbose linkBins   true ]
2102 verbose linkMans nodemon@1.12.0
2103 silly doSerial global-link 902
2104 silly doParallel update-linked 902
2105 silly doSerial install 902
2106 silly install nodemon@1.12.0
2107 info lifecycle nodemon@1.12.0~install: nodemon@1.12.0
2108 silly doSerial postinstall 902
2109 silly postinstall nodemon@1.12.0
2110 info lifecycle nodemon@1.12.0~postinstall: nodemon@1.12.0
2111 verbose unlock done using C:\Users\RiCK\AppData\Roaming\npm-cache\_locks\staging-2a89e9b60d35d24f.lock for C:\Users\RiCK\AppData\Roaming\npm\node_modules\.staging
2112 verbose stack Error: EPERM: operation not permitted, lstat 'C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json'
2112 verbose stack     at Error (native)
2113 verbose cwd C:\Users\RiCK
2114 verbose Windows_NT 10.0.14393
2115 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "nodemon"
2116 verbose node v6.11.3
2117 verbose npm  v5.4.0
2118 error path C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json
2119 error code EPERM
2120 error errno -4048
2121 error syscall lstat
2122 error Error: EPERM: operation not permitted, lstat 'C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json'
2122 error     at Error (native)
2122 error  { Error: EPERM: operation not permitted, lstat 'C:\Users\RiCK\AppData\Roaming\npm\node_modules\nodemon\node_modules\fsevents\node_modules\aproba\package.json'
2122 error     at Error (native)
2122 error   stack: 'Error: EPERM: operation not permitted, lstat \'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\node_modules\\fsevents\\node_modules\\aproba\\package.json\'\n    at Error (native)',
2122 error   errno: -4048,
2122 error   code: 'EPERM',
2122 error   syscall: 'lstat',
2122 error   path: 'C:\\Users\\RiCK\\AppData\\Roaming\\npm\\node_modules\\nodemon\\node_modules\\fsevents\\node_modules\\aproba\\package.json' }
2123 error Please try running this command again as root/Administrator.
2124 verbose exit [ -4048, true ]

I have googled this loads, and am really struggling to continue. Any help or suggestions will br greatly recieved..

Thanks in advance..

1 Answer

Owa Aquino
Owa Aquino
19,277 Points

Hello,

have you tried using the sudo command?

sudo npm install -g nodemon