Closed DerekYeung closed 6 years ago
https://github.com/nodejs/node-gyp#on-windows windows 下参考这个搭建好 node-gyp 的环境
@hyj1991 是按照这个装的 不过还是提示错误 切换到linux下面提示这个
npm ERR! path ../detect-libc/bin/detect-libc.js npm ERR! code ENOTSUP npm ERR! errno -95 npm ERR! syscall symlink npm ERR! nospc ENOTSUP: operation not supported on socket, symlink '../detect-libc/bin/detect-libc.js' -> '/mnt/hgfs/edu/moe/node_modules/.bin/detect-libc' npm ERR! nospc There appears to be insufficient space on your system to finish. npm ERR! nospc Clear up some disk space and try again.
@DerekYeung 你的 glibc 好像有问题,预检测没过,检查下环境吧
@hyj1991 应该是我的环境有问题,感谢这么晚了还回复我 另外有一个问题也想请教一下,我的泄漏点已经找到了,但是对这个产生泄漏的原因不理解。。 我之前的代码是这样的:
Model.prototype.relations = {
School: function(){
return this.hasOne(School, {
schoolid: 'id'
});
}
};
Model是一个function, School也是一个function
在另外一个方法中,我通过xxx.relations[modelName].apply(this)来调用,就产生了泄漏,内存一直不回收不降低 修改后的代码是这样的:
Model.prototype.relation = function(){
return {
School: this.hasOne(School, {
schoolid: 'id'
})
};
};
调用方式改成了:
var relation = this.relation();
return relation[modelName];
这样修改后就不会产生泄漏了。。但是不明白为啥
@DerekYeung 代码太少了,没看出来哪里有问题,可以的话传一份能运行的最小化代码到 git 上来,我再帮你看下
@hyj1991 好的 我缩减一下
@DerekYeung Hi,最小化泄漏代码能写出来了嘛,或者你可以在线上尝试下这个免费的产品: Node.js 性能平台 文档地址:文档
它可以稳定跑在线上,在线诊断内存泄漏等故障
@hyj1991 有了的有了的 稍等我发布一下
@hyj1991 https://github.com/DerekYeung/showcase 我本地测了一下是能跑通,但是因为结构变了少了不模块,如果有报错的话跟我说一下哈,实在是麻烦了了
@DerekYeung 我看下
@hyj1991 哥们先吃饭吧,感谢感谢
@DerekYeung 我试了下 test.test_user 空表没有泄露,1ms 跑一次正常回收
async function getData() {
var user = new UserModel;
var data = await user.find().where([
['id', '<', 200]
]).joinWith('Child').all();
data = data.parsed().toArray();
return data;
}
setInterval(getData, 1);
恐怕问题和你的表结构数据有关系,你得把你的 test_user 的表导出来给我,再给一份 200 左右的数据再看下了
@DerekYeung 你可以加我钉钉:hyj1991,看下问题
@hyj1991 好的 稍等
@DerekYeung 问题基本解决了,先关闭此 issue 了,后续问题钉钉沟通
0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'i', 1 verbose cli 'easy-monitor' ] 2 info using npm@5.7.1 3 info using node@v8.10.0 4 verbose npm-session 31d2130ef327a605 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 304 http://registry.npmjs.org/easy-monitor 384ms (from cache) 8 silly pacote tag manifest for easy-monitor@latest fetched in 427ms 9 silly install loadIdealTree 10 silly install cloneCurrentTreeToIdealTree 11 silly install loadShrinkwrap 12 silly install loadAllDepsIntoIdealTree 13 silly resolveWithNewModule easy-monitor@2.2.1 checking installable status 14 http fetch GET 200 http://registry.npmjs.org/express 27ms (from cache) 15 silly pacote range manifest for express@^4.15.3 fetched in 35ms 16 silly resolveWithNewModule express@4.16.3 checking installable status 17 http fetch GET 304 http://registry.npmjs.org/body-parser 162ms (from cache) 18 silly pacote range manifest for body-parser@^1.17.2 fetched in 163ms 19 silly resolveWithNewModule body-parser@1.18.2 checking installable status 20 http fetch GET 200 http://registry.npmjs.org/v8-profiler-node8 2ms (from cache) 21 silly pacote range manifest for v8-profiler-node8@^5.7.6 fetched in 4ms 22 silly resolveWithNewModule v8-profiler-node8@5.7.7 checking installable status 23 http fetch GET 304 http://registry.npmjs.org/ejs 297ms (from cache) 24 http fetch GET 304 http://registry.npmjs.org/glob 298ms (from cache) 25 silly pacote range manifest for ejs@^2.5.6 fetched in 301ms 26 silly resolveWithNewModule ejs@2.5.7 checking installable status 27 silly pacote range manifest for glob@^7.1.2 fetched in 301ms 28 silly resolveWithNewModule glob@7.1.2 checking installable status 29 http fetch GET 304 http://registry.npmjs.org/JSONStream 326ms (from cache) 30 silly pacote range manifest for JSONStream@^1.3.1 fetched in 329ms 31 silly resolveWithNewModule JSONStream@1.3.2 checking installable status 32 http fetch GET 304 http://registry.npmjs.org/serve-favicon 294ms (from cache) 33 silly pacote range manifest for serve-favicon@^2.4.3 fetched in 295ms 34 silly resolveWithNewModule serve-favicon@2.4.5 checking installable status 35 http fetch GET 304 http://registry.npmjs.org/lodash 338ms (from cache) 36 silly pacote range manifest for lodash@^4.17.4 fetched in 340ms 37 silly resolveWithNewModule lodash@4.17.5 checking installable status 38 http fetch GET 304 http://registry.npmjs.org/pretty-bytes 340ms (from cache) 39 silly pacote range manifest for pretty-bytes@^4.0.2 fetched in 342ms 40 silly resolveWithNewModule pretty-bytes@4.0.2 checking installable status 41 http fetch GET 304 http://registry.npmjs.org/compression 1308ms (from cache) 42 silly pacote range manifest for compression@^1.6.2 fetched in 1311ms 43 silly resolveWithNewModule compression@1.7.2 checking installable status 44 http fetch GET 304 http://registry.npmjs.org/basic-auth 1316ms (from cache) 45 silly pacote range manifest for basic-auth@^1.1.0 fetched in 1318ms 46 silly resolveWithNewModule basic-auth@1.1.0 checking installable status 47 http fetch GET 304 http://registry.npmjs.org/colors 2399ms (from cache) 48 silly pacote range manifest for colors@^1.1.2 fetched in 2400ms 49 silly resolveWithNewModule colors@1.2.1 checking installable status 50 http fetch GET 200 http://registry.npmjs.org/raw-body 11ms (from cache) 51 silly pacote version manifest for raw-body@2.3.2 fetched in 12ms 52 silly resolveWithNewModule raw-body@2.3.2 checking installable status 53 http fetch GET 304 http://registry.npmjs.org/iconv-lite 150ms (from cache) 54 http fetch GET 304 http://registry.npmjs.org/qs 152ms (from cache) 55 silly pacote version manifest for iconv-lite@0.4.19 fetched in 154ms 56 silly resolveWithNewModule iconv-lite@0.4.19 checking installable status 57 silly pacote version manifest for qs@6.5.1 fetched in 154ms 58 silly resolveWithNewModule qs@6.5.1 checking installable status 59 http fetch GET 304 http://registry.npmjs.org/bytes 157ms (from cache) 60 silly pacote version manifest for bytes@3.0.0 fetched in 160ms 61 silly resolveWithNewModule bytes@3.0.0 checking installable status 62 http fetch GET 304 http://registry.npmjs.org/debug 164ms (from cache) 63 silly pacote version manifest for debug@2.6.9 fetched in 166ms 64 silly resolveWithNewModule debug@2.6.9 checking installable status 65 http fetch GET 304 http://registry.npmjs.org/unpipe 164ms (from cache) 66 silly pacote version manifest for unpipe@1.0.0 fetched in 166ms 67 silly resolveWithNewModule unpipe@1.0.0 checking installable status 68 silly pacote version manifest for debug@2.6.9 fetched in 2ms 69 silly resolveWithNewModule debug@2.6.9 checking installable status 70 http fetch GET 304 http://registry.npmjs.org/on-headers 163ms (from cache) 71 silly pacote range manifest for on-headers@~1.0.1 fetched in 165ms 72 silly resolveWithNewModule on-headers@1.0.1 checking installable status 73 http fetch GET 304 http://registry.npmjs.org/compressible 165ms (from cache) 74 silly pacote range manifest for compressible@~2.0.13 fetched in 170ms 75 silly resolveWithNewModule compressible@2.0.13 checking installable status 76 silly pacote version manifest for debug@2.6.9 fetched in 5ms 77 silly resolveWithNewModule debug@2.6.9 checking installable status 78 http fetch GET 304 http://registry.npmjs.org/encodeurl 150ms (from cache) 79 http fetch GET 304 http://registry.npmjs.org/etag 151ms (from cache) 80 http fetch GET 304 http://registry.npmjs.org/cookie-signature 154ms (from cache) 81 silly pacote range manifest for encodeurl@~1.0.2 fetched in 154ms 82 silly resolveWithNewModule encodeurl@1.0.2 checking installable status 83 silly pacote version manifest for cookie-signature@1.0.6 fetched in 157ms 84 silly resolveWithNewModule cookie-signature@1.0.6 checking installable status 85 silly pacote range manifest for etag@~1.8.1 fetched in 158ms 86 silly resolveWithNewModule etag@1.8.1 checking installable status 87 http fetch GET 304 http://registry.npmjs.org/finalhandler 173ms (from cache) 88 http fetch GET 304 http://registry.npmjs.org/path-to-regexp 176ms (from cache) 89 silly pacote version manifest for finalhandler@1.1.1 fetched in 177ms 90 silly resolveWithNewModule finalhandler@1.1.1 checking installable status 91 silly pacote version manifest for path-to-regexp@0.1.7 fetched in 179ms 92 silly resolveWithNewModule path-to-regexp@0.1.7 checking installable status 93 http fetch GET 304 http://registry.npmjs.org/methods 179ms (from cache) 94 http fetch GET 304 http://registry.npmjs.org/cookie 182ms (from cache) 95 silly pacote version manifest for cookie@0.3.1 fetched in 185ms 96 silly resolveWithNewModule cookie@0.3.1 checking installable status 97 silly pacote range manifest for methods@~1.1.2 fetched in 185ms 98 silly resolveWithNewModule methods@1.1.2 checking installable status 99 http fetch GET 304 http://registry.npmjs.org/proxy-addr 183ms (from cache) 100 silly pacote range manifest for proxy-addr@~2.0.3 fetched in 185ms 101 silly resolveWithNewModule proxy-addr@2.0.3 checking installable status 102 http fetch GET 304 http://registry.npmjs.org/range-parser 149ms (from cache) 103 silly pacote range manifest for range-parser@~1.2.0 fetched in 152ms 104 silly resolveWithNewModule range-parser@1.2.0 checking installable status 105 http fetch GET 304 http://registry.npmjs.org/send 152ms (from cache) 106 http fetch GET 304 http://registry.npmjs.org/serve-static 155ms (from cache) 107 silly pacote version manifest for send@0.16.2 fetched in 160ms 108 silly resolveWithNewModule send@0.16.2 checking installable status 109 silly pacote version manifest for serve-static@1.13.2 fetched in 159ms 110 silly resolveWithNewModule serve-static@1.13.2 checking installable status 111 http fetch GET 304 http://registry.npmjs.org/setprototypeof 155ms (from cache) 112 silly pacote version manifest for setprototypeof@1.1.0 fetched in 157ms 113 silly resolveWithNewModule setprototypeof@1.1.0 checking installable status 114 http fetch GET 304 http://registry.npmjs.org/utils-merge 155ms (from cache) 115 silly pacote version manifest for utils-merge@1.0.1 fetched in 156ms 116 silly resolveWithNewModule utils-merge@1.0.1 checking installable status 117 http fetch GET 304 http://registry.npmjs.org/merge-descriptors 542ms (from cache) 118 silly pacote version manifest for merge-descriptors@1.0.1 fetched in 544ms 119 silly resolveWithNewModule merge-descriptors@1.0.1 checking installable status 120 http fetch GET 304 http://registry.npmjs.org/array-flatten 627ms (from cache) 121 silly pacote version manifest for array-flatten@1.1.1 fetched in 629ms 122 silly resolveWithNewModule array-flatten@1.1.1 checking installable status 123 silly pacote version manifest for debug@2.6.9 fetched in 1ms 124 silly resolveWithNewModule debug@2.6.9 checking installable status 125 http fetch GET 304 http://registry.npmjs.org/forwarded 155ms (from cache) 126 silly pacote range manifest for forwarded@~0.1.2 fetched in 157ms 127 silly resolveWithNewModule forwarded@0.1.2 checking installable status 128 http fetch GET 304 http://registry.npmjs.org/ipaddr.js 175ms (from cache) 129 silly pacote version manifest for ipaddr.js@1.6.0 fetched in 179ms 130 silly resolveWithNewModule ipaddr.js@1.6.0 checking installable status 131 silly pacote version manifest for debug@2.6.9 fetched in 3ms 132 silly resolveWithNewModule debug@2.6.9 checking installable status 133 http fetch GET 304 http://registry.npmjs.org/mime 612ms (from cache) 134 silly pacote version manifest for mime@1.4.1 fetched in 615ms 135 silly resolveWithNewModule mime@1.4.1 checking installable status 136 http fetch GET 304 http://registry.npmjs.org/minimatch 149ms (from cache) 137 http fetch GET 304 http://registry.npmjs.org/fs.realpath 154ms (from cache) 138 silly pacote range manifest for minimatch@^3.0.4 fetched in 154ms 139 silly resolveWithNewModule minimatch@3.0.4 checking installable status 140 http fetch GET 304 http://registry.npmjs.org/inflight 155ms (from cache) 141 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 159ms 142 silly resolveWithNewModule fs.realpath@1.0.0 checking installable status 143 silly pacote range manifest for inflight@^1.0.4 fetched in 159ms 144 silly resolveWithNewModule inflight@1.0.6 checking installable status 145 http fetch GET 304 http://registry.npmjs.org/path-is-absolute 162ms (from cache) 146 http fetch GET 304 http://registry.npmjs.org/once 164ms (from cache) 147 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 164ms 148 silly resolveWithNewModule path-is-absolute@1.0.1 checking installable status 149 silly pacote range manifest for once@^1.3.0 fetched in 166ms 150 silly resolveWithNewModule once@1.4.0 checking installable status 151 http fetch GET 304 http://registry.npmjs.org/wrappy 140ms (from cache) 152 silly pacote range manifest for wrappy@1 fetched in 143ms 153 silly resolveWithNewModule wrappy@1.0.2 checking installable status 154 http fetch GET 304 http://registry.npmjs.org/brace-expansion 160ms (from cache) 155 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 162ms 156 silly resolveWithNewModule brace-expansion@1.1.11 checking installable status 157 http fetch GET 304 http://registry.npmjs.org/balanced-match 155ms (from cache) 158 silly pacote range manifest for balanced-match@^1.0.0 fetched in 157ms 159 silly resolveWithNewModule balanced-match@1.0.0 checking installable status 160 http fetch GET 304 http://registry.npmjs.org/concat-map 167ms (from cache) 161 silly pacote version manifest for concat-map@0.0.1 fetched in 168ms 162 silly resolveWithNewModule concat-map@0.0.1 checking installable status 163 http fetch GET 304 http://registry.npmjs.org/jsonparse 139ms (from cache) 164 silly pacote range manifest for jsonparse@^1.2.0 fetched in 141ms 165 silly resolveWithNewModule jsonparse@1.3.1 checking installable status 166 http fetch GET 304 http://registry.npmjs.org/through 1076ms (from cache) 167 silly pacote range manifest for through@>=2.2.7 <3 fetched in 1077ms 168 silly resolveWithNewModule through@2.3.8 checking installable status 169 http fetch GET 304 http://registry.npmjs.org/nan 141ms (from cache) 170 http fetch GET 304 http://registry.npmjs.org/node-pre-gyp 144ms (from cache) 171 silly pacote range manifest for nan@^2.5.1 fetched in 146ms 172 silly resolveWithNewModule nan@2.9.2 checking installable status 173 silly pacote range manifest for node-pre-gyp@^0.6.34 fetched in 147ms 174 silly resolveWithNewModule node-pre-gyp@0.6.39 checking installable status 175 http fetch GET 200 http://registry.npmjs.org/detect-libc 15ms (from cache) 176 silly pacote range manifest for detect-libc@^1.0.2 fetched in 17ms 177 silly resolveWithNewModule detect-libc@1.0.3 checking installable status 178 http fetch GET 304 http://registry.npmjs.org/nopt 151ms (from cache) 179 silly pacote range manifest for nopt@^4.0.1 fetched in 155ms 180 silly resolveWithNewModule nopt@4.0.1 checking installable status 181 http fetch GET 304 http://registry.npmjs.org/tar 167ms (from cache) 182 http fetch GET 304 http://registry.npmjs.org/rimraf 170ms (from cache) 183 silly pacote range manifest for tar@^2.2.1 fetched in 177ms 184 silly resolveWithNewModule tar@2.2.1 checking installable status 185 silly pacote range manifest for rimraf@^2.6.1 fetched in 179ms 186 silly resolveWithNewModule rimraf@2.6.2 checking installable status 187 http fetch GET 304 http://registry.npmjs.org/mkdirp 184ms (from cache) 188 http fetch GET 304 http://registry.npmjs.org/npmlog 185ms (from cache) 189 http fetch GET 304 http://registry.npmjs.org/tar-pack 169ms (from cache) 190 silly pacote range manifest for mkdirp@^0.5.1 fetched in 190ms 191 silly resolveWithNewModule mkdirp@0.5.1 checking installable status 192 silly pacote range manifest for npmlog@^4.0.2 fetched in 191ms 193 silly resolveWithNewModule npmlog@4.1.2 checking installable status 194 silly pacote range manifest for tar-pack@^3.4.0 fetched in 173ms 195 silly resolveWithNewModule tar-pack@3.4.1 checking installable status 196 http fetch GET 304 http://registry.npmjs.org/request 191ms (from cache) 197 silly pacote version manifest for request@2.81.0 fetched in 195ms 198 silly resolveWithNewModule request@2.81.0 checking installable status 199 http fetch GET 304 http://registry.npmjs.org/rc 196ms (from cache) 200 http fetch GET 304 http://registry.npmjs.org/hawk 198ms (from cache) 201 http fetch GET 304 http://registry.npmjs.org/semver 200ms (from cache) 202 silly pacote range manifest for rc@^1.1.7 fetched in 203ms 203 silly resolveWithNewModule rc@1.2.6 checking installable status 204 silly pacote version manifest for hawk@3.1.3 fetched in 203ms 205 silly resolveWithNewModule hawk@3.1.3 checking installable status 206 silly pacote range manifest for semver@^5.3.0 fetched in 203ms 207 silly resolveWithNewModule semver@5.5.0 checking installable status 208 http fetch GET 304 http://registry.npmjs.org/boom 149ms (from cache) 209 silly pacote range manifest for boom@2.x.x fetched in 152ms 210 silly resolveWithNewModule boom@2.10.1 checking installable status 211 http fetch GET 304 http://registry.npmjs.org/cryptiles 151ms (from cache) 212 http fetch GET 304 http://registry.npmjs.org/hoek 154ms (from cache) 213 http fetch GET 304 http://registry.npmjs.org/sntp 156ms (from cache) 214 silly pacote range manifest for hoek@2.x.x fetched in 158ms 215 silly resolveWithNewModule hoek@2.16.3 checking installable status 216 silly pacote range manifest for cryptiles@2.x.x fetched in 158ms 217 silly resolveWithNewModule cryptiles@2.0.5 checking installable status 218 silly pacote range manifest for sntp@1.x.x fetched in 158ms 219 silly resolveWithNewModule sntp@1.0.9 checking installable status 220 http fetch GET 304 http://registry.npmjs.org/minimist 151ms (from cache) 221 silly pacote version manifest for minimist@0.0.8 fetched in 153ms 222 silly resolveWithNewModule minimist@0.0.8 checking installable status 223 http fetch GET 304 http://registry.npmjs.org/abbrev 150ms (from cache) 224 silly pacote range manifest for abbrev@1 fetched in 153ms 225 silly resolveWithNewModule abbrev@1.1.1 checking installable status 226 http fetch GET 304 http://registry.npmjs.org/osenv 158ms (from cache) 227 silly pacote range manifest for osenv@^0.1.4 fetched in 160ms 228 silly resolveWithNewModule osenv@0.1.5 checking installable status 229 http fetch GET 304 http://registry.npmjs.org/os-homedir 164ms (from cache) 230 http fetch GET 304 http://registry.npmjs.org/os-tmpdir 163ms (from cache) 231 silly pacote range manifest for os-homedir@^1.0.0 fetched in 169ms 232 silly resolveWithNewModule os-homedir@1.0.2 checking installable status 233 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 167ms 234 silly resolveWithNewModule os-tmpdir@1.0.2 checking installable status 235 http fetch GET 304 http://registry.npmjs.org/console-control-strings 144ms (from cache) 236 http fetch GET 304 http://registry.npmjs.org/gauge 146ms (from cache) 237 http fetch GET 304 http://registry.npmjs.org/set-blocking 147ms (from cache) 238 silly pacote range manifest for console-control-strings@~1.1.0 fetched in 149ms 239 silly resolveWithNewModule console-control-strings@1.1.0 checking installable status 240 silly pacote range manifest for gauge@~2.7.3 fetched in 151ms 241 silly resolveWithNewModule gauge@2.7.4 checking installable status 242 silly pacote range manifest for set-blocking@~2.0.0 fetched in 150ms 243 silly resolveWithNewModule set-blocking@2.0.0 checking installable status 244 http fetch GET 304 http://registry.npmjs.org/are-we-there-yet 162ms (from cache) 245 silly pacote range manifest for are-we-there-yet@~1.1.2 fetched in 165ms 246 silly resolveWithNewModule are-we-there-yet@1.1.4 checking installable status 247 http fetch GET 304 http://registry.npmjs.org/aproba 145ms (from cache) 248 silly pacote range manifest for aproba@^1.0.3 fetched in 147ms 249 silly resolveWithNewModule aproba@1.2.0 checking installable status 250 http fetch GET 304 http://registry.npmjs.org/wide-align 152ms (from cache) 251 silly pacote range manifest for wide-align@^1.1.0 fetched in 154ms 252 silly resolveWithNewModule wide-align@1.1.2 checking installable status 253 http fetch GET 304 http://registry.npmjs.org/has-unicode 158ms (from cache) 254 silly pacote range manifest for has-unicode@^2.0.0 fetched in 162ms 255 silly resolveWithNewModule has-unicode@2.0.1 checking installable status 256 http fetch GET 304 http://registry.npmjs.org/object-assign 162ms (from cache) 257 silly pacote range manifest for object-assign@^4.1.0 fetched in 169ms 258 silly resolveWithNewModule object-assign@4.1.1 checking installable status 259 http fetch GET 304 http://registry.npmjs.org/signal-exit 171ms (from cache) 260 silly pacote range manifest for signal-exit@^3.0.0 fetched in 173ms 261 silly resolveWithNewModule signal-exit@3.0.2 checking installable status 262 http fetch GET 304 http://registry.npmjs.org/strip-ansi 175ms (from cache) 263 silly pacote range manifest for strip-ansi@^3.0.1 fetched in 177ms 264 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status 265 http fetch GET 304 http://registry.npmjs.org/string-width 1140ms (from cache) 266 silly pacote range manifest for string-width@^1.0.1 fetched in 1143ms 267 silly resolveWithNewModule string-width@1.0.2 checking installable status 268 http fetch GET 304 http://registry.npmjs.org/is-fullwidth-code-point 143ms (from cache) 269 http fetch GET 304 http://registry.npmjs.org/code-point-at 145ms (from cache) 270 silly pacote range manifest for is-fullwidth-code-point@^1.0.0 fetched in 146ms 271 silly resolveWithNewModule is-fullwidth-code-point@1.0.0 checking installable status 272 silly pacote range manifest for code-point-at@^1.0.0 fetched in 148ms 273 silly resolveWithNewModule code-point-at@1.1.0 checking installable status 274 http fetch GET 304 http://registry.npmjs.org/number-is-nan 177ms (from cache) 275 silly pacote range manifest for number-is-nan@^1.0.0 fetched in 183ms 276 silly resolveWithNewModule number-is-nan@1.0.1 checking installable status 277 http fetch GET 304 http://registry.npmjs.org/ansi-regex 140ms (from cache) 278 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 141ms 279 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 280 silly pacote range manifest for minimist@^1.2.0 fetched in 3ms 281 silly resolveWithNewModule minimist@1.2.0 checking installable status 282 http fetch GET 304 http://registry.npmjs.org/ini 141ms (from cache) 283 silly pacote range manifest for ini@~1.3.0 fetched in 143ms 284 silly resolveWithNewModule ini@1.3.5 checking installable status 285 http fetch GET 304 http://registry.npmjs.org/deep-extend 153ms (from cache) 286 http fetch GET 304 http://registry.npmjs.org/strip-json-comments 154ms (from cache) 287 silly pacote range manifest for deep-extend@~0.4.0 fetched in 176ms 288 silly resolveWithNewModule deep-extend@0.4.2 checking installable status 289 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 176ms 290 silly resolveWithNewModule strip-json-comments@2.0.1 checking installable status 291 http fetch GET 304 http://registry.npmjs.org/form-data 166ms (from cache) 292 http fetch GET 304 http://registry.npmjs.org/extend 168ms (from cache) 293 http fetch GET 304 http://registry.npmjs.org/har-validator 171ms (from cache) 294 http fetch GET 304 http://registry.npmjs.org/is-typedarray 173ms (from cache) 295 silly pacote range manifest for form-data@~2.1.1 fetched in 175ms 296 silly resolveWithNewModule form-data@2.1.4 checking installable status 297 silly pacote range manifest for extend@~3.0.0 fetched in 177ms 298 silly resolveWithNewModule extend@3.0.1 checking installable status 299 silly pacote range manifest for har-validator@~4.2.1 fetched in 180ms 300 silly resolveWithNewModule har-validator@4.2.1 checking installable status 301 silly pacote range manifest for is-typedarray@~1.0.0 fetched in 182ms 302 silly resolveWithNewModule is-typedarray@1.0.0 checking installable status 303 http fetch GET 304 http://registry.npmjs.org/caseless 191ms (from cache) 304 silly pacote range manifest for caseless@~0.12.0 fetched in 193ms 305 silly resolveWithNewModule caseless@0.12.0 checking installable status 306 http fetch GET 304 http://registry.npmjs.org/http-signature 193ms (from cache) 307 http fetch GET 304 http://registry.npmjs.org/aws-sign2 196ms (from cache) 308 silly pacote range manifest for http-signature@~1.1.0 fetched in 197ms 309 silly resolveWithNewModule http-signature@1.1.1 checking installable status 310 silly pacote range manifest for qs@~6.4.0 fetched in 4ms 311 silly resolveWithNewModule qs@6.4.0 checking installable status 312 silly pacote range manifest for aws-sign2@~0.6.0 fetched in 201ms 313 silly resolveWithNewModule aws-sign2@0.6.0 checking installable status 314 http fetch GET 304 http://registry.npmjs.org/forever-agent 207ms (from cache) 315 http fetch GET 304 http://registry.npmjs.org/combined-stream 210ms (from cache) 316 silly pacote range manifest for forever-agent@~0.6.1 fetched in 212ms 317 silly resolveWithNewModule forever-agent@0.6.1 checking installable status 318 silly pacote range manifest for combined-stream@~1.0.5 fetched in 213ms 319 silly resolveWithNewModule combined-stream@1.0.6 checking installable status 320 http fetch GET 304 http://registry.npmjs.org/isstream 152ms (from cache) 321 http fetch GET 304 http://registry.npmjs.org/json-stringify-safe 152ms (from cache) 322 silly pacote range manifest for isstream@~0.1.2 fetched in 155ms 323 silly resolveWithNewModule isstream@0.1.2 checking installable status 324 silly pacote range manifest for json-stringify-safe@~5.0.1 fetched in 155ms 325 silly resolveWithNewModule json-stringify-safe@5.0.1 checking installable status 326 http fetch GET 304 http://registry.npmjs.org/oauth-sign 152ms (from cache) 327 silly pacote range manifest for oauth-sign@~0.8.1 fetched in 154ms 328 silly resolveWithNewModule oauth-sign@0.8.2 checking installable status 329 http fetch GET 304 http://registry.npmjs.org/performance-now 152ms (from cache) 330 silly pacote range manifest for performance-now@^0.2.0 fetched in 153ms 331 silly resolveWithNewModule performance-now@0.2.0 checking installable status 332 http fetch GET 304 http://registry.npmjs.org/tunnel-agent 154ms (from cache) 333 silly pacote range manifest for tunnel-agent@^0.6.0 fetched in 157ms 334 silly resolveWithNewModule tunnel-agent@0.6.0 checking installable status 335 http fetch GET 304 http://registry.npmjs.org/stringstream 163ms (from cache) 336 silly pacote range manifest for stringstream@~0.0.4 fetched in 164ms 337 silly resolveWithNewModule stringstream@0.0.5 checking installable status 338 http fetch GET 304 http://registry.npmjs.org/uuid 161ms (from cache) 339 silly pacote range manifest for uuid@^3.0.0 fetched in 163ms 340 silly resolveWithNewModule uuid@3.2.1 checking installable status 341 http fetch GET 304 http://registry.npmjs.org/aws4 612ms (from cache) 342 silly pacote range manifest for aws4@^1.2.1 fetched in 614ms 343 silly resolveWithNewModule aws4@1.6.0 checking installable status 344 http fetch GET 304 http://registry.npmjs.org/tough-cookie 555ms (from cache) 345 silly pacote range manifest for tough-cookie@~2.3.0 fetched in 558ms 346 silly resolveWithNewModule tough-cookie@2.3.4 checking installable status 347 http fetch GET 304 http://registry.npmjs.org/delayed-stream 162ms (from cache) 348 silly pacote range manifest for delayed-stream@~1.0.0 fetched in 164ms 349 silly resolveWithNewModule delayed-stream@1.0.0 checking installable status 350 http fetch GET 304 http://registry.npmjs.org/asynckit 139ms (from cache) 351 silly pacote range manifest for asynckit@^0.4.0 fetched in 140ms 352 silly resolveWithNewModule asynckit@0.4.0 checking installable status 353 http fetch GET 304 http://registry.npmjs.org/ajv 142ms (from cache) 354 http fetch GET 304 http://registry.npmjs.org/har-schema 149ms (from cache) 355 silly pacote range manifest for ajv@^4.9.1 fetched in 152ms 356 silly resolveWithNewModule ajv@4.11.8 checking installable status 357 silly pacote range manifest for har-schema@^1.0.5 fetched in 152ms 358 silly resolveWithNewModule har-schema@1.0.5 checking installable status 359 http fetch GET 304 http://registry.npmjs.org/json-stable-stringify 138ms (from cache) 360 silly pacote range manifest for json-stable-stringify@^1.0.1 fetched in 140ms 361 silly resolveWithNewModule json-stable-stringify@1.0.1 checking installable status 362 http fetch GET 304 http://registry.npmjs.org/jsonify 148ms (from cache) 363 silly pacote range manifest for jsonify@~0.0.0 fetched in 151ms 364 silly resolveWithNewModule jsonify@0.0.0 checking installable status 365 http fetch GET 304 http://registry.npmjs.org/assert-plus 154ms (from cache) 366 silly pacote range manifest for assert-plus@^0.2.0 fetched in 156ms 367 silly resolveWithNewModule assert-plus@0.2.0 checking installable status 368 http fetch GET 304 http://registry.npmjs.org/jsprim 164ms (from cache) 369 silly pacote range manifest for jsprim@^1.2.2 fetched in 166ms 370 silly resolveWithNewModule jsprim@1.4.1 checking installable status 371 http fetch GET 304 http://registry.npmjs.org/sshpk 166ms (from cache) 372 silly pacote range manifest for sshpk@^1.7.0 fetched in 169ms 373 silly resolveWithNewModule sshpk@1.14.1 checking installable status 374 silly pacote version manifest for assert-plus@1.0.0 fetched in 3ms 375 silly resolveWithNewModule assert-plus@1.0.0 checking installable status 376 http fetch GET 304 http://registry.npmjs.org/json-schema 143ms (from cache) 377 silly pacote version manifest for json-schema@0.2.3 fetched in 147ms 378 silly resolveWithNewModule json-schema@0.2.3 checking installable status 379 http fetch GET 304 http://registry.npmjs.org/extsprintf 152ms (from cache) 380 silly pacote version manifest for extsprintf@1.3.0 fetched in 154ms 381 silly resolveWithNewModule extsprintf@1.3.0 checking installable status 382 http fetch GET 304 http://registry.npmjs.org/verror 164ms (from cache) 383 silly pacote version manifest for verror@1.10.0 fetched in 167ms 384 silly resolveWithNewModule verror@1.10.0 checking installable status 385 silly pacote range manifest for assert-plus@^1.0.0 fetched in 0ms 386 silly resolveWithNewModule assert-plus@1.0.0 checking installable status 387 silly pacote range manifest for assert-plus@^1.0.0 fetched in 9ms 388 silly resolveWithNewModule assert-plus@1.0.0 checking installable status 389 http fetch GET 304 http://registry.npmjs.org/asn1 150ms (from cache) 390 http fetch GET 304 http://registry.npmjs.org/dashdash 152ms (from cache) 391 http fetch GET 304 http://registry.npmjs.org/getpass 153ms (from cache) 392 silly pacote range manifest for asn1@~0.2.3 fetched in 155ms 393 silly resolveWithNewModule asn1@0.2.3 checking installable status 394 silly pacote range manifest for dashdash@^1.12.0 fetched in 155ms 395 silly resolveWithNewModule dashdash@1.14.1 checking installable status 396 silly pacote range manifest for getpass@^0.1.1 fetched in 155ms 397 silly resolveWithNewModule getpass@0.1.7 checking installable status 398 http fetch GET 304 http://registry.npmjs.org/jsbn 161ms (from cache) 399 silly pacote range manifest for jsbn@~0.1.0 fetched in 164ms 400 silly resolveWithNewModule jsbn@0.1.1 checking installable status 401 http fetch GET 304 http://registry.npmjs.org/tweetnacl 170ms (from cache) 402 silly pacote range manifest for tweetnacl@~0.14.0 fetched in 175ms 403 silly resolveWithNewModule tweetnacl@0.14.5 checking installable status 404 http fetch GET 304 http://registry.npmjs.org/bcrypt-pbkdf 179ms (from cache) 405 http fetch GET 304 http://registry.npmjs.org/ecc-jsbn 180ms (from cache) 406 silly pacote range manifest for bcrypt-pbkdf@^1.0.0 fetched in 186ms 407 silly resolveWithNewModule bcrypt-pbkdf@1.0.1 checking installable status 408 silly pacote range manifest for ecc-jsbn@~0.1.1 fetched in 186ms 409 silly resolveWithNewModule ecc-jsbn@0.1.1 checking installable status 410 silly pacote range manifest for assert-plus@^1.0.0 fetched in 1ms 411 silly resolveWithNewModule assert-plus@1.0.0 checking installable status 412 silly pacote range manifest for assert-plus@^1.0.0 fetched in 1ms 413 silly resolveWithNewModule assert-plus@1.0.0 checking installable status 414 http fetch GET 304 http://registry.npmjs.org/punycode 140ms (from cache) 415 silly pacote range manifest for punycode@^1.4.1 fetched in 142ms 416 silly resolveWithNewModule punycode@1.4.1 checking installable status 417 http fetch GET 304 http://registry.npmjs.org/block-stream 149ms (from cache) 418 silly pacote range manifest for block-stream@* fetched in 151ms 419 silly resolveWithNewModule block-stream@0.0.9 checking installable status 420 http fetch GET 304 http://registry.npmjs.org/fstream 162ms (from cache) 421 silly pacote range manifest for fstream@^1.0.2 fetched in 164ms 422 silly resolveWithNewModule fstream@1.0.11 checking installable status 423 http fetch GET 304 http://registry.npmjs.org/graceful-fs 140ms (from cache) 424 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 142ms 425 silly resolveWithNewModule graceful-fs@4.1.11 checking installable status 426 silly pacote range manifest for debug@^2.2.0 fetched in 1ms 427 silly resolveWithNewModule debug@2.6.9 checking installable status 428 http fetch GET 304 http://registry.npmjs.org/uid-number 143ms (from cache) 429 http fetch GET 304 http://registry.npmjs.org/fstream-ignore 165ms (from cache) 430 silly pacote range manifest for uid-number@^0.0.6 fetched in 167ms 431 silly resolveWithNewModule uid-number@0.0.6 checking installable status 432 silly pacote range manifest for fstream-ignore@^1.0.5 fetched in 167ms 433 silly resolveWithNewModule fstream-ignore@1.0.5 checking installable status 434 silly currentTree moe@1.0.0 434 silly currentTree +-- accepts@1.3.5 434 silly currentTree +-- any-promise@1.3.0 434 silly currentTree +-- balanced-match@1.0.0 434 silly currentTree +-- bignumber.js@4.0.4 434 silly currentTree +-- brace-expansion@1.1.11 434 silly currentTree +-- clone@2.1.1 434 silly currentTree +-- co@4.6.0 434 silly currentTree +-- concat-map@0.0.1 434 silly currentTree +-- content-disposition@0.5.2 434 silly currentTree +-- content-type@1.0.4 434 silly currentTree +-- cookies@0.7.1 434 silly currentTree +-- core-util-is@1.0.2 434 silly currentTree +-- debug@3.1.0 434 silly currentTree +-- deep-equal@1.0.1 434 silly currentTree +-- delegates@1.0.0 434 silly currentTree +-- depd@1.1.2 434 silly currentTree +-- destroy@1.0.4 434 silly currentTree +-- ee-first@1.1.1 434 silly currentTree +-- error-inject@1.0.0 434 silly currentTree +-- escape-html@1.0.3 434 silly currentTree +-- fresh@0.5.2 434 silly currentTree +-- fs.realpath@1.0.0 434 silly currentTree +-- glob@7.1.2 434 silly currentTree +-- http-assert@1.3.0 434 silly currentTree +-- http-errors@1.6.2 434 silly currentTree | (C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:285:16)
3596 verbose stack at emitTwo (events.js:126:13)
3596 verbose stack at EventEmitter.emit (events.js:214:7)
3596 verbose stack at ChildProcess. (C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
3596 verbose stack at emitTwo (events.js:126:13)
3596 verbose stack at ChildProcess.emit (events.js:214:7)
3596 verbose stack at maybeClose (internal/child_process.js:925:16)
3596 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
3597 verbose pkgid v8-profiler-node8@5.7.7
3598 verbose cwd M:\moe
3599 verbose Windows_NT 10.0.16299
3600 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "i" "easy-monitor"
3601 verbose node v8.10.0
3602 verbose npm v5.7.1
3603 error code ELIFECYCLE
3604 error errno 1
3605 error v8-profiler-node8@5.7.7 install:
-- depd@1.1.1 434 silly currentTree +-- inflight@1.0.6 434 silly currentTree +-- inherits@2.0.3 434 silly currentTree +-- is-generator-function@1.0.7 434 silly currentTree +-- isarray@1.0.0 434 silly currentTree +-- keygrip@1.0.2 434 silly currentTree +-- koa-compose@4.0.0 434 silly currentTree +-- koa-convert@1.2.0 434 silly currentTree |
-- koa-compose@3.2.1 434 silly currentTree +-- koa-is-json@1.0.0 434 silly currentTree +-- koa@2.5.0 434 silly currentTree +-- media-typer@0.3.0 434 silly currentTree +-- mime-db@1.33.0 434 silly currentTree +-- mime-types@2.1.18 434 silly currentTree +-- minimatch@3.0.4 434 silly currentTree +-- ms@2.0.0 434 silly currentTree +-- mysql@2.15.0 434 silly currentTree +-- negotiator@0.6.1 434 silly currentTree +-- on-finished@2.3.0 434 silly currentTree +-- once@1.4.0 434 silly currentTree +-- only@0.0.2 434 silly currentTree +-- parseurl@1.3.2 434 silly currentTree +-- path-is-absolute@1.0.1 434 silly currentTree +-- process-nextick-args@1.0.7 434 silly currentTree +-- readable-stream@2.3.3 434 silly currentTree +-- safe-buffer@5.1.1 434 silly currentTree +-- setprototypeof@1.0.3 434 silly currentTree +-- shortid@2.2.8 434 silly currentTree +-- sqlstring@2.3.0 434 silly currentTree +-- statuses@1.4.0 434 silly currentTree +-- string_decoder@1.0.3 434 silly currentTree +-- type-is@1.6.16 434 silly currentTree +-- util-deprecate@1.0.2 434 silly currentTree +-- vary@1.1.2 434 silly currentTree-- wrappy@1.0.2 435 silly idealTree moe@1.0.0 435 silly idealTree +-- abbrev@1.1.1 435 silly idealTree +-- accepts@1.3.5 435 silly idealTree +-- ajv@4.11.8 435 silly idealTree +-- ansi-regex@2.1.1 435 silly idealTree +-- any-promise@1.3.0 435 silly idealTree +-- aproba@1.2.0 435 silly idealTree +-- are-we-there-yet@1.1.4 435 silly idealTree +-- array-flatten@1.1.1 435 silly idealTree +-- asn1@0.2.3 435 silly idealTree +-- assert-plus@0.2.0 435 silly idealTree +-- asynckit@0.4.0 435 silly idealTree +-- aws-sign2@0.6.0 435 silly idealTree +-- aws4@1.6.0 435 silly idealTree +-- balanced-match@1.0.0 435 silly idealTree +-- basic-auth@1.1.0 435 silly idealTree +-- bcrypt-pbkdf@1.0.1 435 silly idealTree +-- bignumber.js@4.0.4 435 silly idealTree +-- block-stream@0.0.9 435 silly idealTree +-- body-parser@1.18.2 435 silly idealTree |
-- debug@2.6.9 435 silly idealTree +-- boom@2.10.1 435 silly idealTree +-- brace-expansion@1.1.11 435 silly idealTree +-- bytes@3.0.0 435 silly idealTree +-- caseless@0.12.0 435 silly idealTree +-- clone@2.1.1 435 silly idealTree +-- co@4.6.0 435 silly idealTree +-- code-point-at@1.1.0 435 silly idealTree +-- colors@1.2.1 435 silly idealTree +-- combined-stream@1.0.6 435 silly idealTree +-- compressible@2.0.13 435 silly idealTree +-- compression@1.7.2 435 silly idealTree |-- debug@2.6.9 435 silly idealTree +-- concat-map@0.0.1 435 silly idealTree +-- console-control-strings@1.1.0 435 silly idealTree +-- content-disposition@0.5.2 435 silly idealTree +-- content-type@1.0.4 435 silly idealTree +-- cookie-signature@1.0.6 435 silly idealTree +-- cookie@0.3.1 435 silly idealTree +-- cookies@0.7.1 435 silly idealTree +-- core-util-is@1.0.2 435 silly idealTree +-- cryptiles@2.0.5 435 silly idealTree +-- dashdash@1.14.1 435 silly idealTree |
-- assert-plus@1.0.0 435 silly idealTree +-- debug@3.1.0 435 silly idealTree +-- deep-equal@1.0.1 435 silly idealTree +-- deep-extend@0.4.2 435 silly idealTree +-- delayed-stream@1.0.0 435 silly idealTree +-- delegates@1.0.0 435 silly idealTree +-- depd@1.1.2 435 silly idealTree +-- destroy@1.0.4 435 silly idealTree +-- detect-libc@1.0.3 435 silly idealTree +-- easy-monitor@2.2.1 435 silly idealTree +-- ecc-jsbn@0.1.1 435 silly idealTree +-- ee-first@1.1.1 435 silly idealTree +-- ejs@2.5.7 435 silly idealTree +-- encodeurl@1.0.2 435 silly idealTree +-- error-inject@1.0.0 435 silly idealTree +-- escape-html@1.0.3 435 silly idealTree +-- etag@1.8.1 435 silly idealTree +-- express@4.16.3 435 silly idealTree | +-- debug@2.6.9 435 silly idealTree |-- setprototypeof@1.1.0 435 silly idealTree +-- extend@3.0.1 435 silly idealTree +-- extsprintf@1.3.0 435 silly idealTree +-- finalhandler@1.1.1 435 silly idealTree |
-- debug@2.6.9 435 silly idealTree +-- forever-agent@0.6.1 435 silly idealTree +-- form-data@2.1.4 435 silly idealTree +-- forwarded@0.1.2 435 silly idealTree +-- fresh@0.5.2 435 silly idealTree +-- fs.realpath@1.0.0 435 silly idealTree +-- fstream-ignore@1.0.5 435 silly idealTree +-- fstream@1.0.11 435 silly idealTree +-- gauge@2.7.4 435 silly idealTree +-- getpass@0.1.7 435 silly idealTree |-- assert-plus@1.0.0 435 silly idealTree +-- glob@7.1.2 435 silly idealTree +-- graceful-fs@4.1.11 435 silly idealTree +-- har-schema@1.0.5 435 silly idealTree +-- har-validator@4.2.1 435 silly idealTree +-- has-unicode@2.0.1 435 silly idealTree +-- hawk@3.1.3 435 silly idealTree +-- hoek@2.16.3 435 silly idealTree +-- http-assert@1.3.0 435 silly idealTree +-- http-errors@1.6.2 435 silly idealTree |
-- depd@1.1.1 435 silly idealTree +-- http-signature@1.1.1 435 silly idealTree +-- iconv-lite@0.4.19 435 silly idealTree +-- inflight@1.0.6 435 silly idealTree +-- inherits@2.0.3 435 silly idealTree +-- ini@1.3.5 435 silly idealTree +-- ipaddr.js@1.6.0 435 silly idealTree +-- is-fullwidth-code-point@1.0.0 435 silly idealTree +-- is-generator-function@1.0.7 435 silly idealTree +-- is-typedarray@1.0.0 435 silly idealTree +-- isarray@1.0.0 435 silly idealTree +-- isstream@0.1.2 435 silly idealTree +-- jsbn@0.1.1 435 silly idealTree +-- json-schema@0.2.3 435 silly idealTree +-- json-stable-stringify@1.0.1 435 silly idealTree +-- json-stringify-safe@5.0.1 435 silly idealTree +-- jsonify@0.0.0 435 silly idealTree +-- jsonparse@1.3.1 435 silly idealTree +-- JSONStream@1.3.2 435 silly idealTree +-- jsprim@1.4.1 435 silly idealTree |-- assert-plus@1.0.0 435 silly idealTree +-- keygrip@1.0.2 435 silly idealTree +-- koa-compose@4.0.0 435 silly idealTree +-- koa-convert@1.2.0 435 silly idealTree |
-- koa-compose@3.2.1 435 silly idealTree +-- koa-is-json@1.0.0 435 silly idealTree +-- koa@2.5.0 435 silly idealTree +-- lodash@4.17.5 435 silly idealTree +-- media-typer@0.3.0 435 silly idealTree +-- merge-descriptors@1.0.1 435 silly idealTree +-- methods@1.1.2 435 silly idealTree +-- mime-db@1.33.0 435 silly idealTree +-- mime-types@2.1.18 435 silly idealTree +-- mime@1.4.1 435 silly idealTree +-- minimatch@3.0.4 435 silly idealTree +-- minimist@0.0.8 435 silly idealTree +-- mkdirp@0.5.1 435 silly idealTree +-- ms@2.0.0 435 silly idealTree +-- mysql@2.15.0 435 silly idealTree +-- nan@2.9.2 435 silly idealTree +-- negotiator@0.6.1 435 silly idealTree +-- node-pre-gyp@0.6.39 435 silly idealTree +-- nopt@4.0.1 435 silly idealTree +-- npmlog@4.1.2 435 silly idealTree +-- number-is-nan@1.0.1 435 silly idealTree +-- oauth-sign@0.8.2 435 silly idealTree +-- object-assign@4.1.1 435 silly idealTree +-- on-finished@2.3.0 435 silly idealTree +-- on-headers@1.0.1 435 silly idealTree +-- once@1.4.0 435 silly idealTree +-- only@0.0.2 435 silly idealTree +-- os-homedir@1.0.2 435 silly idealTree +-- os-tmpdir@1.0.2 435 silly idealTree +-- osenv@0.1.5 435 silly idealTree +-- parseurl@1.3.2 435 silly idealTree +-- path-is-absolute@1.0.1 435 silly idealTree +-- path-to-regexp@0.1.7 435 silly idealTree +-- performance-now@0.2.0 435 silly idealTree +-- pretty-bytes@4.0.2 435 silly idealTree +-- process-nextick-args@1.0.7 435 silly idealTree +-- proxy-addr@2.0.3 435 silly idealTree +-- punycode@1.4.1 435 silly idealTree +-- qs@6.5.1 435 silly idealTree +-- range-parser@1.2.0 435 silly idealTree +-- raw-body@2.3.2 435 silly idealTree +-- rc@1.2.6 435 silly idealTree |-- minimist@1.2.0 435 silly idealTree +-- readable-stream@2.3.3 435 silly idealTree +-- request@2.81.0 435 silly idealTree |
-- qs@6.4.0 435 silly idealTree +-- rimraf@2.6.2 435 silly idealTree +-- safe-buffer@5.1.1 435 silly idealTree +-- semver@5.5.0 435 silly idealTree +-- send@0.16.2 435 silly idealTree |-- debug@2.6.9 435 silly idealTree +-- serve-favicon@2.4.5 435 silly idealTree +-- serve-static@1.13.2 435 silly idealTree +-- set-blocking@2.0.0 435 silly idealTree +-- setprototypeof@1.0.3 435 silly idealTree +-- shortid@2.2.8 435 silly idealTree +-- signal-exit@3.0.2 435 silly idealTree +-- sntp@1.0.9 435 silly idealTree +-- sqlstring@2.3.0 435 silly idealTree +-- sshpk@1.14.1 435 silly idealTree |
-- assert-plus@1.0.0 435 silly idealTree +-- statuses@1.4.0 435 silly idealTree +-- string_decoder@1.0.3 435 silly idealTree +-- string-width@1.0.2 435 silly idealTree +-- stringstream@0.0.5 435 silly idealTree +-- strip-ansi@3.0.1 435 silly idealTree +-- strip-json-comments@2.0.1 435 silly idealTree +-- tar-pack@3.4.1 435 silly idealTree |-- debug@2.6.9 435 silly idealTree +-- tar@2.2.1 435 silly idealTree +-- through@2.3.8 435 silly idealTree +-- tough-cookie@2.3.4 435 silly idealTree +-- tunnel-agent@0.6.0 435 silly idealTree +-- tweetnacl@0.14.5 435 silly idealTree +-- type-is@1.6.16 435 silly idealTree +-- uid-number@0.0.6 435 silly idealTree +-- unpipe@1.0.0 435 silly idealTree +-- util-deprecate@1.0.2 435 silly idealTree +-- utils-merge@1.0.1 435 silly idealTree +-- uuid@3.2.1 435 silly idealTree +-- v8-profiler-node8@5.7.7 435 silly idealTree +-- vary@1.1.2 435 silly idealTree +-- verror@1.10.0 435 silly idealTree |
-- assert-plus@1.0.0 435 silly idealTree +-- wide-align@1.1.2 435 silly idealTree-- wrappy@1.0.2 436 silly install generateActionsToTake 437 silly diffTrees action count 135 438 silly diffTrees add abbrev@1.1.1 439 silly diffTrees add ansi-regex@2.1.1 440 silly diffTrees add aproba@1.2.0 441 silly diffTrees add are-we-there-yet@1.1.4 442 silly diffTrees add array-flatten@1.1.1 443 silly diffTrees add asn1@0.2.3 444 silly diffTrees add assert-plus@0.2.0 445 silly diffTrees add asynckit@0.4.0 446 silly diffTrees add aws-sign2@0.6.0 447 silly diffTrees add aws4@1.6.0 448 silly diffTrees add block-stream@0.0.9 449 silly diffTrees add debug@2.6.9 450 silly diffTrees add bytes@3.0.0 451 silly diffTrees add caseless@0.12.0 452 silly diffTrees add code-point-at@1.1.0 453 silly diffTrees add compressible@2.0.13 454 silly diffTrees add debug@2.6.9 455 silly diffTrees add console-control-strings@1.1.0 456 silly diffTrees add cookie@0.3.1 457 silly diffTrees add cookie-signature@1.0.6 458 silly diffTrees add assert-plus@1.0.0 459 silly diffTrees add dashdash@1.14.1 460 silly diffTrees add deep-extend@0.4.2 461 silly diffTrees add delayed-stream@1.0.0 462 silly diffTrees add combined-stream@1.0.6 463 silly diffTrees add detect-libc@1.0.3 464 silly diffTrees add encodeurl@1.0.2 465 silly diffTrees add etag@1.8.1 466 silly diffTrees add debug@2.6.9 467 silly diffTrees add setprototypeof@1.1.0 468 silly diffTrees add extend@3.0.1 469 silly diffTrees add extsprintf@1.3.0 470 silly diffTrees add debug@2.6.9 471 silly diffTrees add forever-agent@0.6.1 472 silly diffTrees add form-data@2.1.4 473 silly diffTrees add forwarded@0.1.2 474 silly diffTrees add assert-plus@1.0.0 475 silly diffTrees add getpass@0.1.7 476 silly diffTrees add graceful-fs@4.1.11 477 silly diffTrees add har-schema@1.0.5 478 silly diffTrees add has-unicode@2.0.1 479 silly diffTrees add hoek@2.16.3 480 silly diffTrees add boom@2.10.1 481 silly diffTrees add cryptiles@2.0.5 482 silly diffTrees add iconv-lite@0.4.19 483 silly diffTrees add ini@1.3.5 484 silly diffTrees add ipaddr.js@1.6.0 485 silly diffTrees add is-typedarray@1.0.0 486 silly diffTrees add isstream@0.1.2 487 silly diffTrees add jsbn@0.1.1 488 silly diffTrees add ecc-jsbn@0.1.1 489 silly diffTrees add json-schema@0.2.3 490 silly diffTrees add json-stringify-safe@5.0.1 491 silly diffTrees add jsonify@0.0.0 492 silly diffTrees add json-stable-stringify@1.0.1 493 silly diffTrees add ajv@4.11.8 494 silly diffTrees add har-validator@4.2.1 495 silly diffTrees add jsonparse@1.3.1 496 silly diffTrees add assert-plus@1.0.0 497 silly diffTrees add merge-descriptors@1.0.1 498 silly diffTrees add methods@1.1.2 499 silly diffTrees add mime@1.4.1 500 silly diffTrees add minimist@0.0.8 501 silly diffTrees add mkdirp@0.5.1 502 silly diffTrees add nan@2.9.2 503 silly diffTrees add number-is-nan@1.0.1 504 silly diffTrees add is-fullwidth-code-point@1.0.0 505 silly diffTrees add oauth-sign@0.8.2 506 silly diffTrees add object-assign@4.1.1 507 silly diffTrees add on-headers@1.0.1 508 silly diffTrees add os-homedir@1.0.2 509 silly diffTrees add os-tmpdir@1.0.2 510 silly diffTrees add osenv@0.1.5 511 silly diffTrees add nopt@4.0.1 512 silly diffTrees add path-to-regexp@0.1.7 513 silly diffTrees add performance-now@0.2.0 514 silly diffTrees add proxy-addr@2.0.3 515 silly diffTrees add punycode@1.4.1 516 silly diffTrees add qs@6.5.1 517 silly diffTrees add range-parser@1.2.0 518 silly diffTrees add minimist@1.2.0 519 silly diffTrees add qs@6.4.0 520 silly diffTrees add rimraf@2.6.2 521 silly diffTrees add fstream@1.0.11 522 silly diffTrees add fstream-ignore@1.0.5 523 silly diffTrees add semver@5.5.0 524 silly diffTrees add debug@2.6.9 525 silly diffTrees add send@0.16.2 526 silly diffTrees add serve-static@1.13.2 527 silly diffTrees add set-blocking@2.0.0 528 silly diffTrees add signal-exit@3.0.2 529 silly diffTrees add sntp@1.0.9 530 silly diffTrees add hawk@3.1.3 531 silly diffTrees add assert-plus@1.0.0 532 silly diffTrees add stringstream@0.0.5 533 silly diffTrees add strip-ansi@3.0.1 534 silly diffTrees add string-width@1.0.2 535 silly diffTrees add strip-json-comments@2.0.1 536 silly diffTrees add rc@1.2.6 537 silly diffTrees add tar@2.2.1 538 silly diffTrees add debug@2.6.9 539 silly diffTrees add through@2.3.8 540 silly diffTrees add tough-cookie@2.3.4 541 silly diffTrees add tunnel-agent@0.6.0 542 silly diffTrees add tweetnacl@0.14.5 543 silly diffTrees add bcrypt-pbkdf@1.0.1 544 silly diffTrees add sshpk@1.14.1 545 silly diffTrees add uid-number@0.0.6 546 silly diffTrees add tar-pack@3.4.1 547 silly diffTrees add unpipe@1.0.0 548 silly diffTrees add finalhandler@1.1.1 549 silly diffTrees add raw-body@2.3.2 550 silly diffTrees add body-parser@1.18.2 551 silly diffTrees add utils-merge@1.0.1 552 silly diffTrees add uuid@3.2.1 553 silly diffTrees add assert-plus@1.0.0 554 silly diffTrees add verror@1.10.0 555 silly diffTrees add jsprim@1.4.1 556 silly diffTrees add http-signature@1.1.1 557 silly diffTrees add request@2.81.0 558 silly diffTrees add wide-align@1.1.2 559 silly diffTrees add gauge@2.7.4 560 silly diffTrees add npmlog@4.1.2 561 silly diffTrees add node-pre-gyp@0.6.39 562 silly diffTrees add basic-auth@1.1.0 563 silly diffTrees add colors@1.2.1 564 silly diffTrees add compression@1.7.2 565 silly diffTrees add ejs@2.5.7 566 silly diffTrees add express@4.16.3 567 silly diffTrees add JSONStream@1.3.2 568 silly diffTrees add lodash@4.17.5 569 silly diffTrees add pretty-bytes@4.0.2 570 silly diffTrees add serve-favicon@2.4.5 571 silly diffTrees add v8-profiler-node8@5.7.7 572 silly diffTrees add easy-monitor@2.2.1 573 silly decomposeActions action count 1080 574 silly decomposeActions fetch abbrev@1.1.1 575 silly decomposeActions extract abbrev@1.1.1 576 silly decomposeActions preinstall abbrev@1.1.1 577 silly decomposeActions build abbrev@1.1.1 578 silly decomposeActions install abbrev@1.1.1 579 silly decomposeActions postinstall abbrev@1.1.1 580 silly decomposeActions finalize abbrev@1.1.1 581 silly decomposeActions refresh-package-json abbrev@1.1.1 582 silly decomposeActions fetch ansi-regex@2.1.1 583 silly decomposeActions extract ansi-regex@2.1.1 584 silly decomposeActions preinstall ansi-regex@2.1.1 585 silly decomposeActions build ansi-regex@2.1.1 586 silly decomposeActions install ansi-regex@2.1.1 587 silly decomposeActions postinstall ansi-regex@2.1.1 588 silly decomposeActions finalize ansi-regex@2.1.1 589 silly decomposeActions refresh-package-json ansi-regex@2.1.1 590 silly decomposeActions fetch aproba@1.2.0 591 silly decomposeActions extract aproba@1.2.0 592 silly decomposeActions preinstall aproba@1.2.0 593 silly decomposeActions build aproba@1.2.0 594 silly decomposeActions install aproba@1.2.0 595 silly decomposeActions postinstall aproba@1.2.0 596 silly decomposeActions finalize aproba@1.2.0 597 silly decomposeActions refresh-package-json aproba@1.2.0 598 silly decomposeActions fetch are-we-there-yet@1.1.4 599 silly decomposeActions extract are-we-there-yet@1.1.4 600 silly decomposeActions preinstall are-we-there-yet@1.1.4 601 silly decomposeActions build are-we-there-yet@1.1.4 602 silly decomposeActions install are-we-there-yet@1.1.4 603 silly decomposeActions postinstall are-we-there-yet@1.1.4 604 silly decomposeActions finalize are-we-there-yet@1.1.4 605 silly decomposeActions refresh-package-json are-we-there-yet@1.1.4 606 silly decomposeActions fetch array-flatten@1.1.1 607 silly decomposeActions extract array-flatten@1.1.1 608 silly decomposeActions preinstall array-flatten@1.1.1 609 silly decomposeActions build array-flatten@1.1.1 610 silly decomposeActions install array-flatten@1.1.1 611 silly decomposeActions postinstall array-flatten@1.1.1 612 silly decomposeActions finalize array-flatten@1.1.1 613 silly decomposeActions refresh-package-json array-flatten@1.1.1 614 silly decomposeActions fetch asn1@0.2.3 615 silly decomposeActions extract asn1@0.2.3 616 silly decomposeActions preinstall asn1@0.2.3 617 silly decomposeActions build asn1@0.2.3 618 silly decomposeActions install asn1@0.2.3 619 silly decomposeActions postinstall asn1@0.2.3 620 silly decomposeActions finalize asn1@0.2.3 621 silly decomposeActions refresh-package-json asn1@0.2.3 622 silly decomposeActions fetch assert-plus@0.2.0 623 silly decomposeActions extract assert-plus@0.2.0 624 silly decomposeActions preinstall assert-plus@0.2.0 625 silly decomposeActions build assert-plus@0.2.0 626 silly decomposeActions install assert-plus@0.2.0 627 silly decomposeActions postinstall assert-plus@0.2.0 628 silly decomposeActions finalize assert-plus@0.2.0 629 silly decomposeActions refresh-package-json assert-plus@0.2.0 630 silly decomposeActions fetch asynckit@0.4.0 631 silly decomposeActions extract asynckit@0.4.0 632 silly decomposeActions preinstall asynckit@0.4.0 633 silly decomposeActions build asynckit@0.4.0 634 silly decomposeActions install asynckit@0.4.0 635 silly decomposeActions postinstall asynckit@0.4.0 636 silly decomposeActions finalize asynckit@0.4.0 637 silly decomposeActions refresh-package-json asynckit@0.4.0 638 silly decomposeActions fetch aws-sign2@0.6.0 639 silly decomposeActions extract aws-sign2@0.6.0 640 silly decomposeActions preinstall aws-sign2@0.6.0 641 silly decomposeActions build aws-sign2@0.6.0 642 silly decomposeActions install aws-sign2@0.6.0 643 silly decomposeActions postinstall aws-sign2@0.6.0 644 silly decomposeActions finalize aws-sign2@0.6.0 645 silly decomposeActions refresh-package-json aws-sign2@0.6.0 646 silly decomposeActions fetch aws4@1.6.0 647 silly decomposeActions extract aws4@1.6.0 648 silly decomposeActions preinstall aws4@1.6.0 649 silly decomposeActions build aws4@1.6.0 650 silly decomposeActions install aws4@1.6.0 651 silly decomposeActions postinstall aws4@1.6.0 652 silly decomposeActions finalize aws4@1.6.0 653 silly decomposeActions refresh-package-json aws4@1.6.0 654 silly decomposeActions fetch block-stream@0.0.9 655 silly decomposeActions extract block-stream@0.0.9 656 silly decomposeActions preinstall block-stream@0.0.9 657 silly decomposeActions build block-stream@0.0.9 658 silly decomposeActions install block-stream@0.0.9 659 silly decomposeActions postinstall block-stream@0.0.9 660 silly decomposeActions finalize block-stream@0.0.9 661 silly decomposeActions refresh-package-json block-stream@0.0.9 662 silly decomposeActions fetch debug@2.6.9 663 silly decomposeActions extract debug@2.6.9 664 silly decomposeActions preinstall debug@2.6.9 665 silly decomposeActions build debug@2.6.9 666 silly decomposeActions install debug@2.6.9 667 silly decomposeActions postinstall debug@2.6.9 668 silly decomposeActions finalize debug@2.6.9 669 silly decomposeActions refresh-package-json debug@2.6.9 670 silly decomposeActions fetch bytes@3.0.0 671 silly decomposeActions extract bytes@3.0.0 672 silly decomposeActions preinstall bytes@3.0.0 673 silly decomposeActions build bytes@3.0.0 674 silly decomposeActions install bytes@3.0.0 675 silly decomposeActions postinstall bytes@3.0.0 676 silly decomposeActions finalize bytes@3.0.0 677 silly decomposeActions refresh-package-json bytes@3.0.0 678 silly decomposeActions fetch caseless@0.12.0 679 silly decomposeActions extract caseless@0.12.0 680 silly decomposeActions preinstall caseless@0.12.0 681 silly decomposeActions build caseless@0.12.0 682 silly decomposeActions install caseless@0.12.0 683 silly decomposeActions postinstall caseless@0.12.0 684 silly decomposeActions finalize caseless@0.12.0 685 silly decomposeActions refresh-package-json caseless@0.12.0 686 silly decomposeActions fetch code-point-at@1.1.0 687 silly decomposeActions extract code-point-at@1.1.0 688 silly decomposeActions preinstall code-point-at@1.1.0 689 silly decomposeActions build code-point-at@1.1.0 690 silly decomposeActions install code-point-at@1.1.0 691 silly decomposeActions postinstall code-point-at@1.1.0 692 silly decomposeActions finalize code-point-at@1.1.0 693 silly decomposeActions refresh-package-json code-point-at@1.1.0 694 silly decomposeActions fetch compressible@2.0.13 695 silly decomposeActions extract compressible@2.0.13 696 silly decomposeActions preinstall compressible@2.0.13 697 silly decomposeActions build compressible@2.0.13 698 silly decomposeActions install compressible@2.0.13 699 silly decomposeActions postinstall compressible@2.0.13 700 silly decomposeActions finalize compressible@2.0.13 701 silly decomposeActions refresh-package-json compressible@2.0.13 702 silly decomposeActions fetch debug@2.6.9 703 silly decomposeActions extract debug@2.6.9 704 silly decomposeActions preinstall debug@2.6.9 705 silly decomposeActions build debug@2.6.9 706 silly decomposeActions install debug@2.6.9 707 silly decomposeActions postinstall debug@2.6.9 708 silly decomposeActions finalize debug@2.6.9 709 silly decomposeActions refresh-package-json debug@2.6.9 710 silly decomposeActions fetch console-control-strings@1.1.0 711 silly decomposeActions extract console-control-strings@1.1.0 712 silly decomposeActions preinstall console-control-strings@1.1.0 713 silly decomposeActions build console-control-strings@1.1.0 714 silly decomposeActions install console-control-strings@1.1.0 715 silly decomposeActions postinstall console-control-strings@1.1.0 716 silly decomposeActions finalize console-control-strings@1.1.0 717 silly decomposeActions refresh-package-json console-control-strings@1.1.0 718 silly decomposeActions fetch cookie@0.3.1 719 silly decomposeActions extract cookie@0.3.1 720 silly decomposeActions preinstall cookie@0.3.1 721 silly decomposeActions build cookie@0.3.1 722 silly decomposeActions install cookie@0.3.1 723 silly decomposeActions postinstall cookie@0.3.1 724 silly decomposeActions finalize cookie@0.3.1 725 silly decomposeActions refresh-package-json cookie@0.3.1 726 silly decomposeActions fetch cookie-signature@1.0.6 727 silly decomposeActions extract cookie-signature@1.0.6 728 silly decomposeActions preinstall cookie-signature@1.0.6 729 silly decomposeActions build cookie-signature@1.0.6 730 silly decomposeActions install cookie-signature@1.0.6 731 silly decomposeActions postinstall cookie-signature@1.0.6 732 silly decomposeActions finalize cookie-signature@1.0.6 733 silly decomposeActions refresh-package-json cookie-signature@1.0.6 734 silly decomposeActions fetch assert-plus@1.0.0 735 silly decomposeActions extract assert-plus@1.0.0 736 silly decomposeActions preinstall assert-plus@1.0.0 737 silly decomposeActions build assert-plus@1.0.0 738 silly decomposeActions install assert-plus@1.0.0 739 silly decomposeActions postinstall assert-plus@1.0.0 740 silly decomposeActions finalize assert-plus@1.0.0 741 silly decomposeActions refresh-package-json assert-plus@1.0.0 742 silly decomposeActions fetch dashdash@1.14.1 743 silly decomposeActions extract dashdash@1.14.1 744 silly decomposeActions preinstall dashdash@1.14.1 745 silly decomposeActions build dashdash@1.14.1 746 silly decomposeActions install dashdash@1.14.1 747 silly decomposeActions postinstall dashdash@1.14.1 748 silly decomposeActions finalize dashdash@1.14.1 749 silly decomposeActions refresh-package-json dashdash@1.14.1 750 silly decomposeActions fetch deep-extend@0.4.2 751 silly decomposeActions extract deep-extend@0.4.2 752 silly decomposeActions preinstall deep-extend@0.4.2 753 silly decomposeActions build deep-extend@0.4.2 754 silly decomposeActions install deep-extend@0.4.2 755 silly decomposeActions postinstall deep-extend@0.4.2 756 silly decomposeActions finalize deep-extend@0.4.2 757 silly decomposeActions refresh-package-json deep-extend@0.4.2 758 silly decomposeActions fetch delayed-stream@1.0.0 759 silly decomposeActions extract delayed-stream@1.0.0 760 silly decomposeActions preinstall delayed-stream@1.0.0 761 silly decomposeActions build delayed-stream@1.0.0 762 silly decomposeActions install delayed-stream@1.0.0 763 silly decomposeActions postinstall delayed-stream@1.0.0 764 silly decomposeActions finalize delayed-stream@1.0.0 765 silly decomposeActions refresh-package-json delayed-stream@1.0.0 766 silly decomposeActions fetch combined-stream@1.0.6 767 silly decomposeActions extract combined-stream@1.0.6 768 silly decomposeActions preinstall combined-stream@1.0.6 769 silly decomposeActions build combined-stream@1.0.6 770 silly decomposeActions install combined-stream@1.0.6 771 silly decomposeActions postinstall combined-stream@1.0.6 772 silly decomposeActions finalize combined-stream@1.0.6 773 silly decomposeActions refresh-package-json combined-stream@1.0.6 774 silly decomposeActions fetch detect-libc@1.0.3 775 silly decomposeActions extract detect-libc@1.0.3 776 silly decomposeActions preinstall detect-libc@1.0.3 777 silly decomposeActions build detect-libc@1.0.3 778 silly decomposeActions install detect-libc@1.0.3 779 silly decomposeActions postinstall detect-libc@1.0.3 780 silly decomposeActions finalize detect-libc@1.0.3 781 silly decomposeActions refresh-package-json detect-libc@1.0.3 782 silly decomposeActions fetch encodeurl@1.0.2 783 silly decomposeActions extract encodeurl@1.0.2 784 silly decomposeActions preinstall encodeurl@1.0.2 785 silly decomposeActions build encodeurl@1.0.2 786 silly decomposeActions install encodeurl@1.0.2 787 silly decomposeActions postinstall encodeurl@1.0.2 788 silly decomposeActions finalize encodeurl@1.0.2 789 silly decomposeActions refresh-package-json encodeurl@1.0.2 790 silly decomposeActions fetch etag@1.8.1 791 silly decomposeActions extract etag@1.8.1 792 silly decomposeActions preinstall etag@1.8.1 793 silly decomposeActions build etag@1.8.1 794 silly decomposeActions install etag@1.8.1 795 silly decomposeActions postinstall etag@1.8.1 796 silly decomposeActions finalize etag@1.8.1 797 silly decomposeActions refresh-package-json etag@1.8.1 798 silly decomposeActions fetch debug@2.6.9 799 silly decomposeActions extract debug@2.6.9 800 silly decomposeActions preinstall debug@2.6.9 801 silly decomposeActions build debug@2.6.9 802 silly decomposeActions install debug@2.6.9 803 silly decomposeActions postinstall debug@2.6.9 804 silly decomposeActions finalize debug@2.6.9 805 silly decomposeActions refresh-package-json debug@2.6.9 806 silly decomposeActions fetch setprototypeof@1.1.0 807 silly decomposeActions extract setprototypeof@1.1.0 808 silly decomposeActions preinstall setprototypeof@1.1.0 809 silly decomposeActions build setprototypeof@1.1.0 810 silly decomposeActions install setprototypeof@1.1.0 811 silly decomposeActions postinstall setprototypeof@1.1.0 812 silly decomposeActions finalize setprototypeof@1.1.0 813 silly decomposeActions refresh-package-json setprototypeof@1.1.0 814 silly decomposeActions fetch extend@3.0.1 815 silly decomposeActions extract extend@3.0.1 816 silly decomposeActions preinstall extend@3.0.1 817 silly decomposeActions build extend@3.0.1 818 silly decomposeActions install extend@3.0.1 819 silly decomposeActions postinstall extend@3.0.1 820 silly decomposeActions finalize extend@3.0.1 821 silly decomposeActions refresh-package-json extend@3.0.1 822 silly decomposeActions fetch extsprintf@1.3.0 823 silly decomposeActions extract extsprintf@1.3.0 824 silly decomposeActions preinstall extsprintf@1.3.0 825 silly decomposeActions build extsprintf@1.3.0 826 silly decomposeActions install extsprintf@1.3.0 827 silly decomposeActions postinstall extsprintf@1.3.0 828 silly decomposeActions finalize extsprintf@1.3.0 829 silly decomposeActions refresh-package-json extsprintf@1.3.0 830 silly decomposeActions fetch debug@2.6.9 831 silly decomposeActions extract debug@2.6.9 832 silly decomposeActions preinstall debug@2.6.9 833 silly decomposeActions build debug@2.6.9 834 silly decomposeActions install debug@2.6.9 835 silly decomposeActions postinstall debug@2.6.9 836 silly decomposeActions finalize debug@2.6.9 837 silly decomposeActions refresh-package-json debug@2.6.9 838 silly decomposeActions fetch forever-agent@0.6.1 839 silly decomposeActions extract forever-agent@0.6.1 840 silly decomposeActions preinstall forever-agent@0.6.1 841 silly decomposeActions build forever-agent@0.6.1 842 silly decomposeActions install forever-agent@0.6.1 843 silly decomposeActions postinstall forever-agent@0.6.1 844 silly decomposeActions finalize forever-agent@0.6.1 845 silly decomposeActions refresh-package-json forever-agent@0.6.1 846 silly decomposeActions fetch form-data@2.1.4 847 silly decomposeActions extract form-data@2.1.4 848 silly decomposeActions preinstall form-data@2.1.4 849 silly decomposeActions build form-data@2.1.4 850 silly decomposeActions install form-data@2.1.4 851 silly decomposeActions postinstall form-data@2.1.4 852 silly decomposeActions finalize form-data@2.1.4 853 silly decomposeActions refresh-package-json form-data@2.1.4 854 silly decomposeActions fetch forwarded@0.1.2 855 silly decomposeActions extract forwarded@0.1.2 856 silly decomposeActions preinstall forwarded@0.1.2 857 silly decomposeActions build forwarded@0.1.2 858 silly decomposeActions install forwarded@0.1.2 859 silly decomposeActions postinstall forwarded@0.1.2 860 silly decomposeActions finalize forwarded@0.1.2 861 silly decomposeActions refresh-package-json forwarded@0.1.2 862 silly decomposeActions fetch assert-plus@1.0.0 863 silly decomposeActions extract assert-plus@1.0.0 864 silly decomposeActions preinstall assert-plus@1.0.0 865 silly decomposeActions build assert-plus@1.0.0 866 silly decomposeActions install assert-plus@1.0.0 867 silly decomposeActions postinstall assert-plus@1.0.0 868 silly decomposeActions finalize assert-plus@1.0.0 869 silly decomposeActions refresh-package-json assert-plus@1.0.0 870 silly decomposeActions fetch getpass@0.1.7 871 silly decomposeActions extract getpass@0.1.7 872 silly decomposeActions preinstall getpass@0.1.7 873 silly decomposeActions build getpass@0.1.7 874 silly decomposeActions install getpass@0.1.7 875 silly decomposeActions postinstall getpass@0.1.7 876 silly decomposeActions finalize getpass@0.1.7 877 silly decomposeActions refresh-package-json getpass@0.1.7 878 silly decomposeActions fetch graceful-fs@4.1.11 879 silly decomposeActions extract graceful-fs@4.1.11 880 silly decomposeActions preinstall graceful-fs@4.1.11 881 silly decomposeActions build graceful-fs@4.1.11 882 silly decomposeActions install graceful-fs@4.1.11 883 silly decomposeActions postinstall graceful-fs@4.1.11 884 silly decomposeActions finalize graceful-fs@4.1.11 885 silly decomposeActions refresh-package-json graceful-fs@4.1.11 886 silly decomposeActions fetch har-schema@1.0.5 887 silly decomposeActions extract har-schema@1.0.5 888 silly decomposeActions preinstall har-schema@1.0.5 889 silly decomposeActions build har-schema@1.0.5 890 silly decomposeActions install har-schema@1.0.5 891 silly decomposeActions postinstall har-schema@1.0.5 892 silly decomposeActions finalize har-schema@1.0.5 893 silly decomposeActions refresh-package-json har-schema@1.0.5 894 silly decomposeActions fetch has-unicode@2.0.1 895 silly decomposeActions extract has-unicode@2.0.1 896 silly decomposeActions preinstall has-unicode@2.0.1 897 silly decomposeActions build has-unicode@2.0.1 898 silly decomposeActions install has-unicode@2.0.1 899 silly decomposeActions postinstall has-unicode@2.0.1 900 silly decomposeActions finalize has-unicode@2.0.1 901 silly decomposeActions refresh-package-json has-unicode@2.0.1 902 silly decomposeActions fetch hoek@2.16.3 903 silly decomposeActions extract hoek@2.16.3 904 silly decomposeActions preinstall hoek@2.16.3 905 silly decomposeActions build hoek@2.16.3 906 silly decomposeActions install hoek@2.16.3 907 silly decomposeActions postinstall hoek@2.16.3 908 silly decomposeActions finalize hoek@2.16.3 909 silly decomposeActions refresh-package-json hoek@2.16.3 910 silly decomposeActions fetch boom@2.10.1 911 silly decomposeActions extract boom@2.10.1 912 silly decomposeActions preinstall boom@2.10.1 913 silly decomposeActions build boom@2.10.1 914 silly decomposeActions install boom@2.10.1 915 silly decomposeActions postinstall boom@2.10.1 916 silly decomposeActions finalize boom@2.10.1 917 silly decomposeActions refresh-package-json boom@2.10.1 918 silly decomposeActions fetch cryptiles@2.0.5 919 silly decomposeActions extract cryptiles@2.0.5 920 silly decomposeActions preinstall cryptiles@2.0.5 921 silly decomposeActions build cryptiles@2.0.5 922 silly decomposeActions install cryptiles@2.0.5 923 silly decomposeActions postinstall cryptiles@2.0.5 924 silly decomposeActions finalize cryptiles@2.0.5 925 silly decomposeActions refresh-package-json cryptiles@2.0.5 926 silly decomposeActions fetch iconv-lite@0.4.19 927 silly decomposeActions extract iconv-lite@0.4.19 928 silly decomposeActions preinstall iconv-lite@0.4.19 929 silly decomposeActions build iconv-lite@0.4.19 930 silly decomposeActions install iconv-lite@0.4.19 931 silly decomposeActions postinstall iconv-lite@0.4.19 932 silly decomposeActions finalize iconv-lite@0.4.19 933 silly decomposeActions refresh-package-json iconv-lite@0.4.19 934 silly decomposeActions fetch ini@1.3.5 935 silly decomposeActions extract ini@1.3.5 936 silly decomposeActions preinstall ini@1.3.5 937 silly decomposeActions build ini@1.3.5 938 silly decomposeActions install ini@1.3.5 939 silly decomposeActions postinstall ini@1.3.5 940 silly decomposeActions finalize ini@1.3.5 941 silly decomposeActions refresh-package-json ini@1.3.5 942 silly decomposeActions fetch ipaddr.js@1.6.0 943 silly decomposeActions extract ipaddr.js@1.6.0 944 silly decomposeActions preinstall ipaddr.js@1.6.0 945 silly decomposeActions build ipaddr.js@1.6.0 946 silly decomposeActions install ipaddr.js@1.6.0 947 silly decomposeActions postinstall ipaddr.js@1.6.0 948 silly decomposeActions finalize ipaddr.js@1.6.0 949 silly decomposeActions refresh-package-json ipaddr.js@1.6.0 950 silly decomposeActions fetch is-typedarray@1.0.0 951 silly decomposeActions extract is-typedarray@1.0.0 952 silly decomposeActions preinstall is-typedarray@1.0.0 953 silly decomposeActions build is-typedarray@1.0.0 954 silly decomposeActions install is-typedarray@1.0.0 955 silly decomposeActions postinstall is-typedarray@1.0.0 956 silly decomposeActions finalize is-typedarray@1.0.0 957 silly decomposeActions refresh-package-json is-typedarray@1.0.0 958 silly decomposeActions fetch isstream@0.1.2 959 silly decomposeActions extract isstream@0.1.2 960 silly decomposeActions preinstall isstream@0.1.2 961 silly decomposeActions build isstream@0.1.2 962 silly decomposeActions install isstream@0.1.2 963 silly decomposeActions postinstall isstream@0.1.2 964 silly decomposeActions finalize isstream@0.1.2 965 silly decomposeActions refresh-package-json isstream@0.1.2 966 silly decomposeActions fetch jsbn@0.1.1 967 silly decomposeActions extract jsbn@0.1.1 968 silly decomposeActions preinstall jsbn@0.1.1 969 silly decomposeActions build jsbn@0.1.1 970 silly decomposeActions install jsbn@0.1.1 971 silly decomposeActions postinstall jsbn@0.1.1 972 silly decomposeActions finalize jsbn@0.1.1 973 silly decomposeActions refresh-package-json jsbn@0.1.1 974 silly decomposeActions fetch ecc-jsbn@0.1.1 975 silly decomposeActions extract ecc-jsbn@0.1.1 976 silly decomposeActions preinstall ecc-jsbn@0.1.1 977 silly decomposeActions build ecc-jsbn@0.1.1 978 silly decomposeActions install ecc-jsbn@0.1.1 979 silly decomposeActions postinstall ecc-jsbn@0.1.1 980 silly decomposeActions finalize ecc-jsbn@0.1.1 981 silly decomposeActions refresh-package-json ecc-jsbn@0.1.1 982 silly decomposeActions fetch json-schema@0.2.3 983 silly decomposeActions extract json-schema@0.2.3 984 silly decomposeActions preinstall json-schema@0.2.3 985 silly decomposeActions build json-schema@0.2.3 986 silly decomposeActions install json-schema@0.2.3 987 silly decomposeActions postinstall json-schema@0.2.3 988 silly decomposeActions finalize json-schema@0.2.3 989 silly decomposeActions refresh-package-json json-schema@0.2.3 990 silly decomposeActions fetch json-stringify-safe@5.0.1 991 silly decomposeActions extract json-stringify-safe@5.0.1 992 silly decomposeActions preinstall json-stringify-safe@5.0.1 993 silly decomposeActions build json-stringify-safe@5.0.1 994 silly decomposeActions install json-stringify-safe@5.0.1 995 silly decomposeActions postinstall json-stringify-safe@5.0.1 996 silly decomposeActions finalize json-stringify-safe@5.0.1 997 silly decomposeActions refresh-package-json json-stringify-safe@5.0.1 998 silly decomposeActions fetch jsonify@0.0.0 999 silly decomposeActions extract jsonify@0.0.0 1000 silly decomposeActions preinstall jsonify@0.0.0 1001 silly decomposeActions build jsonify@0.0.0 1002 silly decomposeActions install jsonify@0.0.0 1003 silly decomposeActions postinstall jsonify@0.0.0 1004 silly decomposeActions finalize jsonify@0.0.0 1005 silly decomposeActions refresh-package-json jsonify@0.0.0 1006 silly decomposeActions fetch json-stable-stringify@1.0.1 1007 silly decomposeActions extract json-stable-stringify@1.0.1 1008 silly decomposeActions preinstall json-stable-stringify@1.0.1 1009 silly decomposeActions build json-stable-stringify@1.0.1 1010 silly decomposeActions install json-stable-stringify@1.0.1 1011 silly decomposeActions postinstall json-stable-stringify@1.0.1 1012 silly decomposeActions finalize json-stable-stringify@1.0.1 1013 silly decomposeActions refresh-package-json json-stable-stringify@1.0.1 1014 silly decomposeActions fetch ajv@4.11.8 1015 silly decomposeActions extract ajv@4.11.8 1016 silly decomposeActions preinstall ajv@4.11.8 1017 silly decomposeActions build ajv@4.11.8 1018 silly decomposeActions install ajv@4.11.8 1019 silly decomposeActions postinstall ajv@4.11.8 1020 silly decomposeActions finalize ajv@4.11.8 1021 silly decomposeActions refresh-package-json ajv@4.11.8 1022 silly decomposeActions fetch har-validator@4.2.1 1023 silly decomposeActions extract har-validator@4.2.1 1024 silly decomposeActions preinstall har-validator@4.2.1 1025 silly decomposeActions build har-validator@4.2.1 1026 silly decomposeActions install har-validator@4.2.1 1027 silly decomposeActions postinstall har-validator@4.2.1 1028 silly decomposeActions finalize har-validator@4.2.1 1029 silly decomposeActions refresh-package-json har-validator@4.2.1 1030 silly decomposeActions fetch jsonparse@1.3.1 1031 silly decomposeActions extract jsonparse@1.3.1 1032 silly decomposeActions preinstall jsonparse@1.3.1 1033 silly decomposeActions build jsonparse@1.3.1 1034 silly decomposeActions install jsonparse@1.3.1 1035 silly decomposeActions postinstall jsonparse@1.3.1 1036 silly decomposeActions finalize jsonparse@1.3.1 1037 silly decomposeActions refresh-package-json jsonparse@1.3.1 1038 silly decomposeActions fetch assert-plus@1.0.0 1039 silly decomposeActions extract assert-plus@1.0.0 1040 silly decomposeActions preinstall assert-plus@1.0.0 1041 silly decomposeActions build assert-plus@1.0.0 1042 silly decomposeActions install assert-plus@1.0.0 1043 silly decomposeActions postinstall assert-plus@1.0.0 1044 silly decomposeActions finalize assert-plus@1.0.0 1045 silly decomposeActions refresh-package-json assert-plus@1.0.0 1046 silly decomposeActions fetch merge-descriptors@1.0.1 1047 silly decomposeActions extract merge-descriptors@1.0.1 1048 silly decomposeActions preinstall merge-descriptors@1.0.1 1049 silly decomposeActions build merge-descriptors@1.0.1 1050 silly decomposeActions install merge-descriptors@1.0.1 1051 silly decomposeActions postinstall merge-descriptors@1.0.1 1052 silly decomposeActions finalize merge-descriptors@1.0.1 1053 silly decomposeActions refresh-package-json merge-descriptors@1.0.1 1054 silly decomposeActions fetch methods@1.1.2 1055 silly decomposeActions extract methods@1.1.2 1056 silly decomposeActions preinstall methods@1.1.2 1057 silly decomposeActions build methods@1.1.2 1058 silly decomposeActions install methods@1.1.2 1059 silly decomposeActions postinstall methods@1.1.2 1060 silly decomposeActions finalize methods@1.1.2 1061 silly decomposeActions refresh-package-json methods@1.1.2 1062 silly decomposeActions fetch mime@1.4.1 1063 silly decomposeActions extract mime@1.4.1 1064 silly decomposeActions preinstall mime@1.4.1 1065 silly decomposeActions build mime@1.4.1 1066 silly decomposeActions install mime@1.4.1 1067 silly decomposeActions postinstall mime@1.4.1 1068 silly decomposeActions finalize mime@1.4.1 1069 silly decomposeActions refresh-package-json mime@1.4.1 1070 silly decomposeActions fetch minimist@0.0.8 1071 silly decomposeActions extract minimist@0.0.8 1072 silly decomposeActions preinstall minimist@0.0.8 1073 silly decomposeActions build minimist@0.0.8 1074 silly decomposeActions install minimist@0.0.8 1075 silly decomposeActions postinstall minimist@0.0.8 1076 silly decomposeActions finalize minimist@0.0.8 1077 silly decomposeActions refresh-package-json minimist@0.0.8 1078 silly decomposeActions fetch mkdirp@0.5.1 1079 silly decomposeActions extract mkdirp@0.5.1 1080 silly decomposeActions preinstall mkdirp@0.5.1 1081 silly decomposeActions build mkdirp@0.5.1 1082 silly decomposeActions install mkdirp@0.5.1 1083 silly decomposeActions postinstall mkdirp@0.5.1 1084 silly decomposeActions finalize mkdirp@0.5.1 1085 silly decomposeActions refresh-package-json mkdirp@0.5.1 1086 silly decomposeActions fetch nan@2.9.2 1087 silly decomposeActions extract nan@2.9.2 1088 silly decomposeActions preinstall nan@2.9.2 1089 silly decomposeActions build nan@2.9.2 1090 silly decomposeActions install nan@2.9.2 1091 silly decomposeActions postinstall nan@2.9.2 1092 silly decomposeActions finalize nan@2.9.2 1093 silly decomposeActions refresh-package-json nan@2.9.2 1094 silly decomposeActions fetch number-is-nan@1.0.1 1095 silly decomposeActions extract number-is-nan@1.0.1 1096 silly decomposeActions preinstall number-is-nan@1.0.1 1097 silly decomposeActions build number-is-nan@1.0.1 1098 silly decomposeActions install number-is-nan@1.0.1 1099 silly decomposeActions postinstall number-is-nan@1.0.1 1100 silly decomposeActions finalize number-is-nan@1.0.1 1101 silly decomposeActions refresh-package-json number-is-nan@1.0.1 1102 silly decomposeActions fetch is-fullwidth-code-point@1.0.0 1103 silly decomposeActions extract is-fullwidth-code-point@1.0.0 1104 silly decomposeActions preinstall is-fullwidth-code-point@1.0.0 1105 silly decomposeActions build is-fullwidth-code-point@1.0.0 1106 silly decomposeActions install is-fullwidth-code-point@1.0.0 1107 silly decomposeActions postinstall is-fullwidth-code-point@1.0.0 1108 silly decomposeActions finalize is-fullwidth-code-point@1.0.0 1109 silly decomposeActions refresh-package-json is-fullwidth-code-point@1.0.0 1110 silly decomposeActions fetch oauth-sign@0.8.2 1111 silly decomposeActions extract oauth-sign@0.8.2 1112 silly decomposeActions preinstall oauth-sign@0.8.2 1113 silly decomposeActions build oauth-sign@0.8.2 1114 silly decomposeActions install oauth-sign@0.8.2 1115 silly decomposeActions postinstall oauth-sign@0.8.2 1116 silly decomposeActions finalize oauth-sign@0.8.2 1117 silly decomposeActions refresh-package-json oauth-sign@0.8.2 1118 silly decomposeActions fetch object-assign@4.1.1 1119 silly decomposeActions extract object-assign@4.1.1 1120 silly decomposeActions preinstall object-assign@4.1.1 1121 silly decomposeActions build object-assign@4.1.1 1122 silly decomposeActions install object-assign@4.1.1 1123 silly decomposeActions postinstall object-assign@4.1.1 1124 silly decomposeActions finalize object-assign@4.1.1 1125 silly decomposeActions refresh-package-json object-assign@4.1.1 1126 silly decomposeActions fetch on-headers@1.0.1 1127 silly decomposeActions extract on-headers@1.0.1 1128 silly decomposeActions preinstall on-headers@1.0.1 1129 silly decomposeActions build on-headers@1.0.1 1130 silly decomposeActions install on-headers@1.0.1 1131 silly decomposeActions postinstall on-headers@1.0.1 1132 silly decomposeActions finalize on-headers@1.0.1 1133 silly decomposeActions refresh-package-json on-headers@1.0.1 1134 silly decomposeActions fetch os-homedir@1.0.2 1135 silly decomposeActions extract os-homedir@1.0.2 1136 silly decomposeActions preinstall os-homedir@1.0.2 1137 silly decomposeActions build os-homedir@1.0.2 1138 silly decomposeActions install os-homedir@1.0.2 1139 silly decomposeActions postinstall os-homedir@1.0.2 1140 silly decomposeActions finalize os-homedir@1.0.2 1141 silly decomposeActions refresh-package-json os-homedir@1.0.2 1142 silly decomposeActions fetch os-tmpdir@1.0.2 1143 silly decomposeActions extract os-tmpdir@1.0.2 1144 silly decomposeActions preinstall os-tmpdir@1.0.2 1145 silly decomposeActions build os-tmpdir@1.0.2 1146 silly decomposeActions install os-tmpdir@1.0.2 1147 silly decomposeActions postinstall os-tmpdir@1.0.2 1148 silly decomposeActions finalize os-tmpdir@1.0.2 1149 silly decomposeActions refresh-package-json os-tmpdir@1.0.2 1150 silly decomposeActions fetch osenv@0.1.5 1151 silly decomposeActions extract osenv@0.1.5 1152 silly decomposeActions preinstall osenv@0.1.5 1153 silly decomposeActions build osenv@0.1.5 1154 silly decomposeActions install osenv@0.1.5 1155 silly decomposeActions postinstall osenv@0.1.5 1156 silly decomposeActions finalize osenv@0.1.5 1157 silly decomposeActions refresh-package-json osenv@0.1.5 1158 silly decomposeActions fetch nopt@4.0.1 1159 silly decomposeActions extract nopt@4.0.1 1160 silly decomposeActions preinstall nopt@4.0.1 1161 silly decomposeActions build nopt@4.0.1 1162 silly decomposeActions install nopt@4.0.1 1163 silly decomposeActions postinstall nopt@4.0.1 1164 silly decomposeActions finalize nopt@4.0.1 1165 silly decomposeActions refresh-package-json nopt@4.0.1 1166 silly decomposeActions fetch path-to-regexp@0.1.7 1167 silly decomposeActions extract path-to-regexp@0.1.7 1168 silly decomposeActions preinstall path-to-regexp@0.1.7 1169 silly decomposeActions build path-to-regexp@0.1.7 1170 silly decomposeActions install path-to-regexp@0.1.7 1171 silly decomposeActions postinstall path-to-regexp@0.1.7 1172 silly decomposeActions finalize path-to-regexp@0.1.7 1173 silly decomposeActions refresh-package-json path-to-regexp@0.1.7 1174 silly decomposeActions fetch performance-now@0.2.0 1175 silly decomposeActions extract performance-now@0.2.0 1176 silly decomposeActions preinstall performance-now@0.2.0 1177 silly decomposeActions build performance-now@0.2.0 1178 silly decomposeActions install performance-now@0.2.0 1179 silly decomposeActions postinstall performance-now@0.2.0 1180 silly decomposeActions finalize performance-now@0.2.0 1181 silly decomposeActions refresh-package-json performance-now@0.2.0 1182 silly decomposeActions fetch proxy-addr@2.0.3 1183 silly decomposeActions extract proxy-addr@2.0.3 1184 silly decomposeActions preinstall proxy-addr@2.0.3 1185 silly decomposeActions build proxy-addr@2.0.3 1186 silly decomposeActions install proxy-addr@2.0.3 1187 silly decomposeActions postinstall proxy-addr@2.0.3 1188 silly decomposeActions finalize proxy-addr@2.0.3 1189 silly decomposeActions refresh-package-json proxy-addr@2.0.3 1190 silly decomposeActions fetch punycode@1.4.1 1191 silly decomposeActions extract punycode@1.4.1 1192 silly decomposeActions preinstall punycode@1.4.1 1193 silly decomposeActions build punycode@1.4.1 1194 silly decomposeActions install punycode@1.4.1 1195 silly decomposeActions postinstall punycode@1.4.1 1196 silly decomposeActions finalize punycode@1.4.1 1197 silly decomposeActions refresh-package-json punycode@1.4.1 1198 silly decomposeActions fetch qs@6.5.1 1199 silly decomposeActions extract qs@6.5.1 1200 silly decomposeActions preinstall qs@6.5.1 1201 silly decomposeActions build qs@6.5.1 1202 silly decomposeActions install qs@6.5.1 1203 silly decomposeActions postinstall qs@6.5.1 1204 silly decomposeActions finalize qs@6.5.1 1205 silly decomposeActions refresh-package-json qs@6.5.1 1206 silly decomposeActions fetch range-parser@1.2.0 1207 silly decomposeActions extract range-parser@1.2.0 1208 silly decomposeActions preinstall range-parser@1.2.0 1209 silly decomposeActions build range-parser@1.2.0 1210 silly decomposeActions install range-parser@1.2.0 1211 silly decomposeActions postinstall range-parser@1.2.0 1212 silly decomposeActions finalize range-parser@1.2.0 1213 silly decomposeActions refresh-package-json range-parser@1.2.0 1214 silly decomposeActions fetch minimist@1.2.0 1215 silly decomposeActions extract minimist@1.2.0 1216 silly decomposeActions preinstall minimist@1.2.0 1217 silly decomposeActions build minimist@1.2.0 1218 silly decomposeActions install minimist@1.2.0 1219 silly decomposeActions postinstall minimist@1.2.0 1220 silly decomposeActions finalize minimist@1.2.0 1221 silly decomposeActions refresh-package-json minimist@1.2.0 1222 silly decomposeActions fetch qs@6.4.0 1223 silly decomposeActions extract qs@6.4.0 1224 silly decomposeActions preinstall qs@6.4.0 1225 silly decomposeActions build qs@6.4.0 1226 silly decomposeActions install qs@6.4.0 1227 silly decomposeActions postinstall qs@6.4.0 1228 silly decomposeActions finalize qs@6.4.0 1229 silly decomposeActions refresh-package-json qs@6.4.0 1230 silly decomposeActions fetch rimraf@2.6.2 1231 silly decomposeActions extract rimraf@2.6.2 1232 silly decomposeActions preinstall rimraf@2.6.2 1233 silly decomposeActions build rimraf@2.6.2 1234 silly decomposeActions install rimraf@2.6.2 1235 silly decomposeActions postinstall rimraf@2.6.2 1236 silly decomposeActions finalize rimraf@2.6.2 1237 silly decomposeActions refresh-package-json rimraf@2.6.2 1238 silly decomposeActions fetch fstream@1.0.11 1239 silly decomposeActions extract fstream@1.0.11 1240 silly decomposeActions preinstall fstream@1.0.11 1241 silly decomposeActions build fstream@1.0.11 1242 silly decomposeActions install fstream@1.0.11 1243 silly decomposeActions postinstall fstream@1.0.11 1244 silly decomposeActions finalize fstream@1.0.11 1245 silly decomposeActions refresh-package-json fstream@1.0.11 1246 silly decomposeActions fetch fstream-ignore@1.0.5 1247 silly decomposeActions extract fstream-ignore@1.0.5 1248 silly decomposeActions preinstall fstream-ignore@1.0.5 1249 silly decomposeActions build fstream-ignore@1.0.5 1250 silly decomposeActions install fstream-ignore@1.0.5 1251 silly decomposeActions postinstall fstream-ignore@1.0.5 1252 silly decomposeActions finalize fstream-ignore@1.0.5 1253 silly decomposeActions refresh-package-json fstream-ignore@1.0.5 1254 silly decomposeActions fetch semver@5.5.0 1255 silly decomposeActions extract semver@5.5.0 1256 silly decomposeActions preinstall semver@5.5.0 1257 silly decomposeActions build semver@5.5.0 1258 silly decomposeActions install semver@5.5.0 1259 silly decomposeActions postinstall semver@5.5.0 1260 silly decomposeActions finalize semver@5.5.0 1261 silly decomposeActions refresh-package-json semver@5.5.0 1262 silly decomposeActions fetch debug@2.6.9 1263 silly decomposeActions extract debug@2.6.9 1264 silly decomposeActions preinstall debug@2.6.9 1265 silly decomposeActions build debug@2.6.9 1266 silly decomposeActions install debug@2.6.9 1267 silly decomposeActions postinstall debug@2.6.9 1268 silly decomposeActions finalize debug@2.6.9 1269 silly decomposeActions refresh-package-json debug@2.6.9 1270 silly decomposeActions fetch send@0.16.2 1271 silly decomposeActions extract send@0.16.2 1272 silly decomposeActions preinstall send@0.16.2 1273 silly decomposeActions build send@0.16.2 1274 silly decomposeActions install send@0.16.2 1275 silly decomposeActions postinstall send@0.16.2 1276 silly decomposeActions finalize send@0.16.2 1277 silly decomposeActions refresh-package-json send@0.16.2 1278 silly decomposeActions fetch serve-static@1.13.2 1279 silly decomposeActions extract serve-static@1.13.2 1280 silly decomposeActions preinstall serve-static@1.13.2 1281 silly decomposeActions build serve-static@1.13.2 1282 silly decomposeActions install serve-static@1.13.2 1283 silly decomposeActions postinstall serve-static@1.13.2 1284 silly decomposeActions finalize serve-static@1.13.2 1285 silly decomposeActions refresh-package-json serve-static@1.13.2 1286 silly decomposeActions fetch set-blocking@2.0.0 1287 silly decomposeActions extract set-blocking@2.0.0 1288 silly decomposeActions preinstall set-blocking@2.0.0 1289 silly decomposeActions build set-blocking@2.0.0 1290 silly decomposeActions install set-blocking@2.0.0 1291 silly decomposeActions postinstall set-blocking@2.0.0 1292 silly decomposeActions finalize set-blocking@2.0.0 1293 silly decomposeActions refresh-package-json set-blocking@2.0.0 1294 silly decomposeActions fetch signal-exit@3.0.2 1295 silly decomposeActions extract signal-exit@3.0.2 1296 silly decomposeActions preinstall signal-exit@3.0.2 1297 silly decomposeActions build signal-exit@3.0.2 1298 silly decomposeActions install signal-exit@3.0.2 1299 silly decomposeActions postinstall signal-exit@3.0.2 1300 silly decomposeActions finalize signal-exit@3.0.2 1301 silly decomposeActions refresh-package-json signal-exit@3.0.2 1302 silly decomposeActions fetch sntp@1.0.9 1303 silly decomposeActions extract sntp@1.0.9 1304 silly decomposeActions preinstall sntp@1.0.9 1305 silly decomposeActions build sntp@1.0.9 1306 silly decomposeActions install sntp@1.0.9 1307 silly decomposeActions postinstall sntp@1.0.9 1308 silly decomposeActions finalize sntp@1.0.9 1309 silly decomposeActions refresh-package-json sntp@1.0.9 1310 silly decomposeActions fetch hawk@3.1.3 1311 silly decomposeActions extract hawk@3.1.3 1312 silly decomposeActions preinstall hawk@3.1.3 1313 silly decomposeActions build hawk@3.1.3 1314 silly decomposeActions install hawk@3.1.3 1315 silly decomposeActions postinstall hawk@3.1.3 1316 silly decomposeActions finalize hawk@3.1.3 1317 silly decomposeActions refresh-package-json hawk@3.1.3 1318 silly decomposeActions fetch assert-plus@1.0.0 1319 silly decomposeActions extract assert-plus@1.0.0 1320 silly decomposeActions preinstall assert-plus@1.0.0 1321 silly decomposeActions build assert-plus@1.0.0 1322 silly decomposeActions install assert-plus@1.0.0 1323 silly decomposeActions postinstall assert-plus@1.0.0 1324 silly decomposeActions finalize assert-plus@1.0.0 1325 silly decomposeActions refresh-package-json assert-plus@1.0.0 1326 silly decomposeActions fetch stringstream@0.0.5 1327 silly decomposeActions extract stringstream@0.0.5 1328 silly decomposeActions preinstall stringstream@0.0.5 1329 silly decomposeActions build stringstream@0.0.5 1330 silly decomposeActions install stringstream@0.0.5 1331 silly decomposeActions postinstall stringstream@0.0.5 1332 silly decomposeActions finalize stringstream@0.0.5 1333 silly decomposeActions refresh-package-json stringstream@0.0.5 1334 silly decomposeActions fetch strip-ansi@3.0.1 1335 silly decomposeActions extract strip-ansi@3.0.1 1336 silly decomposeActions preinstall strip-ansi@3.0.1 1337 silly decomposeActions build strip-ansi@3.0.1 1338 silly decomposeActions install strip-ansi@3.0.1 1339 silly decomposeActions postinstall strip-ansi@3.0.1 1340 silly decomposeActions finalize strip-ansi@3.0.1 1341 silly decomposeActions refresh-package-json strip-ansi@3.0.1 1342 silly decomposeActions fetch string-width@1.0.2 1343 silly decomposeActions extract string-width@1.0.2 1344 silly decomposeActions preinstall string-width@1.0.2 1345 silly decomposeActions build string-width@1.0.2 1346 silly decomposeActions install string-width@1.0.2 1347 silly decomposeActions postinstall string-width@1.0.2 1348 silly decomposeActions finalize string-width@1.0.2 1349 silly decomposeActions refresh-package-json string-width@1.0.2 1350 silly decomposeActions fetch strip-json-comments@2.0.1 1351 silly decomposeActions extract strip-json-comments@2.0.1 1352 silly decomposeActions preinstall strip-json-comments@2.0.1 1353 silly decomposeActions build strip-json-comments@2.0.1 1354 silly decomposeActions install strip-json-comments@2.0.1 1355 silly decomposeActions postinstall strip-json-comments@2.0.1 1356 silly decomposeActions finalize strip-json-comments@2.0.1 1357 silly decomposeActions refresh-package-json strip-json-comments@2.0.1 1358 silly decomposeActions fetch rc@1.2.6 1359 silly decomposeActions extract rc@1.2.6 1360 silly decomposeActions preinstall rc@1.2.6 1361 silly decomposeActions build rc@1.2.6 1362 silly decomposeActions install rc@1.2.6 1363 silly decomposeActions postinstall rc@1.2.6 1364 silly decomposeActions finalize rc@1.2.6 1365 silly decomposeActions refresh-package-json rc@1.2.6 1366 silly decomposeActions fetch tar@2.2.1 1367 silly decomposeActions extract tar@2.2.1 1368 silly decomposeActions preinstall tar@2.2.1 1369 silly decomposeActions build tar@2.2.1 1370 silly decomposeActions install tar@2.2.1 1371 silly decomposeActions postinstall tar@2.2.1 1372 silly decomposeActions finalize tar@2.2.1 1373 silly decomposeActions refresh-package-json tar@2.2.1 1374 silly decomposeActions fetch debug@2.6.9 1375 silly decomposeActions extract debug@2.6.9 1376 silly decomposeActions preinstall debug@2.6.9 1377 silly decomposeActions build debug@2.6.9 1378 silly decomposeActions install debug@2.6.9 1379 silly decomposeActions postinstall debug@2.6.9 1380 silly decomposeActions finalize debug@2.6.9 1381 silly decomposeActions refresh-package-json debug@2.6.9 1382 silly decomposeActions fetch through@2.3.8 1383 silly decomposeActions extract through@2.3.8 1384 silly decomposeActions preinstall through@2.3.8 1385 silly decomposeActions build through@2.3.8 1386 silly decomposeActions install through@2.3.8 1387 silly decomposeActions postinstall through@2.3.8 1388 silly decomposeActions finalize through@2.3.8 1389 silly decomposeActions refresh-package-json through@2.3.8 1390 silly decomposeActions fetch tough-cookie@2.3.4 1391 silly decomposeActions extract tough-cookie@2.3.4 1392 silly decomposeActions preinstall tough-cookie@2.3.4 1393 silly decomposeActions build tough-cookie@2.3.4 1394 silly decomposeActions install tough-cookie@2.3.4 1395 silly decomposeActions postinstall tough-cookie@2.3.4 1396 silly decomposeActions finalize tough-cookie@2.3.4 1397 silly decomposeActions refresh-package-json tough-cookie@2.3.4 1398 silly decomposeActions fetch tunnel-agent@0.6.0 1399 silly decomposeActions extract tunnel-agent@0.6.0 1400 silly decomposeActions preinstall tunnel-agent@0.6.0 1401 silly decomposeActions build tunnel-agent@0.6.0 1402 silly decomposeActions install tunnel-agent@0.6.0 1403 silly decomposeActions postinstall tunnel-agent@0.6.0 1404 silly decomposeActions finalize tunnel-agent@0.6.0 1405 silly decomposeActions refresh-package-json tunnel-agent@0.6.0 1406 silly decomposeActions fetch tweetnacl@0.14.5 1407 silly decomposeActions extract tweetnacl@0.14.5 1408 silly decomposeActions preinstall tweetnacl@0.14.5 1409 silly decomposeActions build tweetnacl@0.14.5 1410 silly decomposeActions install tweetnacl@0.14.5 1411 silly decomposeActions postinstall tweetnacl@0.14.5 1412 silly decomposeActions finalize tweetnacl@0.14.5 1413 silly decomposeActions refresh-package-json tweetnacl@0.14.5 1414 silly decomposeActions fetch bcrypt-pbkdf@1.0.1 1415 silly decomposeActions extract bcrypt-pbkdf@1.0.1 1416 silly decomposeActions preinstall bcrypt-pbkdf@1.0.1 1417 silly decomposeActions build bcrypt-pbkdf@1.0.1 1418 silly decomposeActions install bcrypt-pbkdf@1.0.1 1419 silly decomposeActions postinstall bcrypt-pbkdf@1.0.1 1420 silly decomposeActions finalize bcrypt-pbkdf@1.0.1 1421 silly decomposeActions refresh-package-json bcrypt-pbkdf@1.0.1 1422 silly decomposeActions fetch sshpk@1.14.1 1423 silly decomposeActions extract sshpk@1.14.1 1424 silly decomposeActions preinstall sshpk@1.14.1 1425 silly decomposeActions build sshpk@1.14.1 1426 silly decomposeActions install sshpk@1.14.1 1427 silly decomposeActions postinstall sshpk@1.14.1 1428 silly decomposeActions finalize sshpk@1.14.1 1429 silly decomposeActions refresh-package-json sshpk@1.14.1 1430 silly decomposeActions fetch uid-number@0.0.6 1431 silly decomposeActions extract uid-number@0.0.6 1432 silly decomposeActions preinstall uid-number@0.0.6 1433 silly decomposeActions build uid-number@0.0.6 1434 silly decomposeActions install uid-number@0.0.6 1435 silly decomposeActions postinstall uid-number@0.0.6 1436 silly decomposeActions finalize uid-number@0.0.6 1437 silly decomposeActions refresh-package-json uid-number@0.0.6 1438 silly decomposeActions fetch tar-pack@3.4.1 1439 silly decomposeActions extract tar-pack@3.4.1 1440 silly decomposeActions preinstall tar-pack@3.4.1 1441 silly decomposeActions build tar-pack@3.4.1 1442 silly decomposeActions install tar-pack@3.4.1 1443 silly decomposeActions postinstall tar-pack@3.4.1 1444 silly decomposeActions finalize tar-pack@3.4.1 1445 silly decomposeActions refresh-package-json tar-pack@3.4.1 1446 silly decomposeActions fetch unpipe@1.0.0 1447 silly decomposeActions extract unpipe@1.0.0 1448 silly decomposeActions preinstall unpipe@1.0.0 1449 silly decomposeActions build unpipe@1.0.0 1450 silly decomposeActions install unpipe@1.0.0 1451 silly decomposeActions postinstall unpipe@1.0.0 1452 silly decomposeActions finalize unpipe@1.0.0 1453 silly decomposeActions refresh-package-json unpipe@1.0.0 1454 silly decomposeActions fetch finalhandler@1.1.1 1455 silly decomposeActions extract finalhandler@1.1.1 1456 silly decomposeActions preinstall finalhandler@1.1.1 1457 silly decomposeActions build finalhandler@1.1.1 1458 silly decomposeActions install finalhandler@1.1.1 1459 silly decomposeActions postinstall finalhandler@1.1.1 1460 silly decomposeActions finalize finalhandler@1.1.1 1461 silly decomposeActions refresh-package-json finalhandler@1.1.1 1462 silly decomposeActions fetch raw-body@2.3.2 1463 silly decomposeActions extract raw-body@2.3.2 1464 silly decomposeActions preinstall raw-body@2.3.2 1465 silly decomposeActions build raw-body@2.3.2 1466 silly decomposeActions install raw-body@2.3.2 1467 silly decomposeActions postinstall raw-body@2.3.2 1468 silly decomposeActions finalize raw-body@2.3.2 1469 silly decomposeActions refresh-package-json raw-body@2.3.2 1470 silly decomposeActions fetch body-parser@1.18.2 1471 silly decomposeActions extract body-parser@1.18.2 1472 silly decomposeActions preinstall body-parser@1.18.2 1473 silly decomposeActions build body-parser@1.18.2 1474 silly decomposeActions install body-parser@1.18.2 1475 silly decomposeActions postinstall body-parser@1.18.2 1476 silly decomposeActions finalize body-parser@1.18.2 1477 silly decomposeActions refresh-package-json body-parser@1.18.2 1478 silly decomposeActions fetch utils-merge@1.0.1 1479 silly decomposeActions extract utils-merge@1.0.1 1480 silly decomposeActions preinstall utils-merge@1.0.1 1481 silly decomposeActions build utils-merge@1.0.1 1482 silly decomposeActions install utils-merge@1.0.1 1483 silly decomposeActions postinstall utils-merge@1.0.1 1484 silly decomposeActions finalize utils-merge@1.0.1 1485 silly decomposeActions refresh-package-json utils-merge@1.0.1 1486 silly decomposeActions fetch uuid@3.2.1 1487 silly decomposeActions extract uuid@3.2.1 1488 silly decomposeActions preinstall uuid@3.2.1 1489 silly decomposeActions build uuid@3.2.1 1490 silly decomposeActions install uuid@3.2.1 1491 silly decomposeActions postinstall uuid@3.2.1 1492 silly decomposeActions finalize uuid@3.2.1 1493 silly decomposeActions refresh-package-json uuid@3.2.1 1494 silly decomposeActions fetch assert-plus@1.0.0 1495 silly decomposeActions extract assert-plus@1.0.0 1496 silly decomposeActions preinstall assert-plus@1.0.0 1497 silly decomposeActions build assert-plus@1.0.0 1498 silly decomposeActions install assert-plus@1.0.0 1499 silly decomposeActions postinstall assert-plus@1.0.0 1500 silly decomposeActions finalize assert-plus@1.0.0 1501 silly decomposeActions refresh-package-json assert-plus@1.0.0 1502 silly decomposeActions fetch verror@1.10.0 1503 silly decomposeActions extract verror@1.10.0 1504 silly decomposeActions preinstall verror@1.10.0 1505 silly decomposeActions build verror@1.10.0 1506 silly decomposeActions install verror@1.10.0 1507 silly decomposeActions postinstall verror@1.10.0 1508 silly decomposeActions finalize verror@1.10.0 1509 silly decomposeActions refresh-package-json verror@1.10.0 1510 silly decomposeActions fetch jsprim@1.4.1 1511 silly decomposeActions extract jsprim@1.4.1 1512 silly decomposeActions preinstall jsprim@1.4.1 1513 silly decomposeActions build jsprim@1.4.1 1514 silly decomposeActions install jsprim@1.4.1 1515 silly decomposeActions postinstall jsprim@1.4.1 1516 silly decomposeActions finalize jsprim@1.4.1 1517 silly decomposeActions refresh-package-json jsprim@1.4.1 1518 silly decomposeActions fetch http-signature@1.1.1 1519 silly decomposeActions extract http-signature@1.1.1 1520 silly decomposeActions preinstall http-signature@1.1.1 1521 silly decomposeActions build http-signature@1.1.1 1522 silly decomposeActions install http-signature@1.1.1 1523 silly decomposeActions postinstall http-signature@1.1.1 1524 silly decomposeActions finalize http-signature@1.1.1 1525 silly decomposeActions refresh-package-json http-signature@1.1.1 1526 silly decomposeActions fetch request@2.81.0 1527 silly decomposeActions extract request@2.81.0 1528 silly decomposeActions preinstall request@2.81.0 1529 silly decomposeActions build request@2.81.0 1530 silly decomposeActions install request@2.81.0 1531 silly decomposeActions postinstall request@2.81.0 1532 silly decomposeActions finalize request@2.81.0 1533 silly decomposeActions refresh-package-json request@2.81.0 1534 silly decomposeActions fetch wide-align@1.1.2 1535 silly decomposeActions extract wide-align@1.1.2 1536 silly decomposeActions preinstall wide-align@1.1.2 1537 silly decomposeActions build wide-align@1.1.2 1538 silly decomposeActions install wide-align@1.1.2 1539 silly decomposeActions postinstall wide-align@1.1.2 1540 silly decomposeActions finalize wide-align@1.1.2 1541 silly decomposeActions refresh-package-json wide-align@1.1.2 1542 silly decomposeActions fetch gauge@2.7.4 1543 silly decomposeActions extract gauge@2.7.4 1544 silly decomposeActions preinstall gauge@2.7.4 1545 silly decomposeActions build gauge@2.7.4 1546 silly decomposeActions install gauge@2.7.4 1547 silly decomposeActions postinstall gauge@2.7.4 1548 silly decomposeActions finalize gauge@2.7.4 1549 silly decomposeActions refresh-package-json gauge@2.7.4 1550 silly decomposeActions fetch npmlog@4.1.2 1551 silly decomposeActions extract npmlog@4.1.2 1552 silly decomposeActions preinstall npmlog@4.1.2 1553 silly decomposeActions build npmlog@4.1.2 1554 silly decomposeActions install npmlog@4.1.2 1555 silly decomposeActions postinstall npmlog@4.1.2 1556 silly decomposeActions finalize npmlog@4.1.2 1557 silly decomposeActions refresh-package-json npmlog@4.1.2 1558 silly decomposeActions fetch node-pre-gyp@0.6.39 1559 silly decomposeActions extract node-pre-gyp@0.6.39 1560 silly decomposeActions preinstall node-pre-gyp@0.6.39 1561 silly decomposeActions build node-pre-gyp@0.6.39 1562 silly decomposeActions install node-pre-gyp@0.6.39 1563 silly decomposeActions postinstall node-pre-gyp@0.6.39 1564 silly decomposeActions finalize node-pre-gyp@0.6.39 1565 silly decomposeActions refresh-package-json node-pre-gyp@0.6.39 1566 silly decomposeActions fetch basic-auth@1.1.0 1567 silly decomposeActions extract basic-auth@1.1.0 1568 silly decomposeActions preinstall basic-auth@1.1.0 1569 silly decomposeActions build basic-auth@1.1.0 1570 silly decomposeActions install basic-auth@1.1.0 1571 silly decomposeActions postinstall basic-auth@1.1.0 1572 silly decomposeActions finalize basic-auth@1.1.0 1573 silly decomposeActions refresh-package-json basic-auth@1.1.0 1574 silly decomposeActions fetch colors@1.2.1 1575 silly decomposeActions extract colors@1.2.1 1576 silly decomposeActions preinstall colors@1.2.1 1577 silly decomposeActions build colors@1.2.1 1578 silly decomposeActions install colors@1.2.1 1579 silly decomposeActions postinstall colors@1.2.1 1580 silly decomposeActions finalize colors@1.2.1 1581 silly decomposeActions refresh-package-json colors@1.2.1 1582 silly decomposeActions fetch compression@1.7.2 1583 silly decomposeActions extract compression@1.7.2 1584 silly decomposeActions preinstall compression@1.7.2 1585 silly decomposeActions build compression@1.7.2 1586 silly decomposeActions install compression@1.7.2 1587 silly decomposeActions postinstall compression@1.7.2 1588 silly decomposeActions finalize compression@1.7.2 1589 silly decomposeActions refresh-package-json compression@1.7.2 1590 silly decomposeActions fetch ejs@2.5.7 1591 silly decomposeActions extract ejs@2.5.7 1592 silly decomposeActions preinstall ejs@2.5.7 1593 silly decomposeActions build ejs@2.5.7 1594 silly decomposeActions install ejs@2.5.7 1595 silly decomposeActions postinstall ejs@2.5.7 1596 silly decomposeActions finalize ejs@2.5.7 1597 silly decomposeActions refresh-package-json ejs@2.5.7 1598 silly decomposeActions fetch express@4.16.3 1599 silly decomposeActions extract express@4.16.3 1600 silly decomposeActions preinstall express@4.16.3 1601 silly decomposeActions build express@4.16.3 1602 silly decomposeActions install express@4.16.3 1603 silly decomposeActions postinstall express@4.16.3 1604 silly decomposeActions finalize express@4.16.3 1605 silly decomposeActions refresh-package-json express@4.16.3 1606 silly decomposeActions fetch JSONStream@1.3.2 1607 silly decomposeActions extract JSONStream@1.3.2 1608 silly decomposeActions preinstall JSONStream@1.3.2 1609 silly decomposeActions build JSONStream@1.3.2 1610 silly decomposeActions install JSONStream@1.3.2 1611 silly decomposeActions postinstall JSONStream@1.3.2 1612 silly decomposeActions finalize JSONStream@1.3.2 1613 silly decomposeActions refresh-package-json JSONStream@1.3.2 1614 silly decomposeActions fetch lodash@4.17.5 1615 silly decomposeActions extract lodash@4.17.5 1616 silly decomposeActions preinstall lodash@4.17.5 1617 silly decomposeActions build lodash@4.17.5 1618 silly decomposeActions install lodash@4.17.5 1619 silly decomposeActions postinstall lodash@4.17.5 1620 silly decomposeActions finalize lodash@4.17.5 1621 silly decomposeActions refresh-package-json lodash@4.17.5 1622 silly decomposeActions fetch pretty-bytes@4.0.2 1623 silly decomposeActions extract pretty-bytes@4.0.2 1624 silly decomposeActions preinstall pretty-bytes@4.0.2 1625 silly decomposeActions build pretty-bytes@4.0.2 1626 silly decomposeActions install pretty-bytes@4.0.2 1627 silly decomposeActions postinstall pretty-bytes@4.0.2 1628 silly decomposeActions finalize pretty-bytes@4.0.2 1629 silly decomposeActions refresh-package-json pretty-bytes@4.0.2 1630 silly decomposeActions fetch serve-favicon@2.4.5 1631 silly decomposeActions extract serve-favicon@2.4.5 1632 silly decomposeActions preinstall serve-favicon@2.4.5 1633 silly decomposeActions build serve-favicon@2.4.5 1634 silly decomposeActions install serve-favicon@2.4.5 1635 silly decomposeActions postinstall serve-favicon@2.4.5 1636 silly decomposeActions finalize serve-favicon@2.4.5 1637 silly decomposeActions refresh-package-json serve-favicon@2.4.5 1638 silly decomposeActions fetch v8-profiler-node8@5.7.7 1639 silly decomposeActions extract v8-profiler-node8@5.7.7 1640 silly decomposeActions preinstall v8-profiler-node8@5.7.7 1641 silly decomposeActions build v8-profiler-node8@5.7.7 1642 silly decomposeActions install v8-profiler-node8@5.7.7 1643 silly decomposeActions postinstall v8-profiler-node8@5.7.7 1644 silly decomposeActions finalize v8-profiler-node8@5.7.7 1645 silly decomposeActions refresh-package-json v8-profiler-node8@5.7.7 1646 silly decomposeActions fetch easy-monitor@2.2.1 1647 silly decomposeActions extract easy-monitor@2.2.1 1648 silly decomposeActions preinstall easy-monitor@2.2.1 1649 silly decomposeActions build easy-monitor@2.2.1 1650 silly decomposeActions install easy-monitor@2.2.1 1651 silly decomposeActions postinstall easy-monitor@2.2.1 1652 silly decomposeActions finalize easy-monitor@2.2.1 1653 silly decomposeActions refresh-package-json easy-monitor@2.2.1 1654 silly install executeActions 1655 silly doSerial global-install 1080 1656 verbose correctMkdir C:\Users\XRKJ\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing 1657 verbose lock using C:\Users\XRKJ\AppData\Roaming\npm-cache\_locks\staging-e82078a67870adae.lock for M:\moe\node_modules\.staging 1658 silly doParallel extract 135 1659 silly extract abbrev@1.1.1 1660 silly pacote trying abbrev@1 by hash: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== 1661 silly extract ansi-regex@2.1.1 1662 silly pacote trying ansi-regex@^2.0.0 by hash: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= 1663 silly extract aproba@1.2.0 1664 silly pacote trying aproba@^1.0.3 by hash: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== 1665 silly extract are-we-there-yet@1.1.4 1666 silly pacote trying are-we-there-yet@~1.1.2 by hash: sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0= 1667 silly extract array-flatten@1.1.1 1668 silly pacote trying array-flatten@1.1.1 by hash: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= 1669 silly extract asn1@0.2.3 1670 silly pacote trying asn1@~0.2.3 by hash: sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y= 1671 silly extract assert-plus@0.2.0 1672 silly pacote trying assert-plus@^0.2.0 by hash: sha1-104bh+ev/A24qttwIfP+SBAasjQ= 1673 silly extract asynckit@0.4.0 1674 silly pacote trying asynckit@^0.4.0 by hash: sha1-x57Zf380y48robyXkLzDZkdLS3k= 1675 silly extract aws-sign2@0.6.0 1676 silly pacote trying aws-sign2@~0.6.0 by hash: sha1-FDQt0428yU0OW4fXY81jYSwOeU8= 1677 silly extract aws4@1.6.0 1678 silly pacote trying aws4@^1.2.1 by hash: sha1-g+9cqGCysy5KDe7e6MdxudtXRx4= 1679 silly extract block-stream@0.0.9 1680 silly pacote trying block-stream@* by hash: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= 1681 silly extract debug@2.6.9 1682 silly pacote trying debug@2.6.9 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1683 silly extract bytes@3.0.0 1684 silly pacote trying bytes@3.0.0 by hash: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= 1685 silly extract caseless@0.12.0 1686 silly pacote trying caseless@~0.12.0 by hash: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= 1687 silly extract code-point-at@1.1.0 1688 silly pacote trying code-point-at@^1.0.0 by hash: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= 1689 silly extract compressible@2.0.13 1690 silly pacote trying compressible@~2.0.13 by hash: sha1-DRAgq5JLL9tNYnmHXH1tq6a6p6k= 1691 silly extract debug@2.6.9 1692 silly pacote trying debug@2.6.9 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1693 silly extract console-control-strings@1.1.0 1694 silly pacote trying console-control-strings@~1.1.0 by hash: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= 1695 silly extract cookie@0.3.1 1696 silly pacote trying cookie@0.3.1 by hash: sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= 1697 silly extract cookie-signature@1.0.6 1698 silly pacote trying cookie-signature@1.0.6 by hash: sha1-4wOogrNCzD7oylE6eZmXNNqzriw= 1699 silly extract assert-plus@1.0.0 1700 silly pacote trying assert-plus@^1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 1701 silly extract dashdash@1.14.1 1702 silly pacote trying dashdash@^1.12.0 by hash: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= 1703 silly extract deep-extend@0.4.2 1704 silly pacote trying deep-extend@~0.4.0 by hash: sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8= 1705 silly extract delayed-stream@1.0.0 1706 silly pacote trying delayed-stream@~1.0.0 by hash: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= 1707 silly extract combined-stream@1.0.6 1708 silly pacote trying combined-stream@~1.0.5 by hash: sha1-cj599ugBrFYTETp+RFqbactjKBg= 1709 silly extract detect-libc@1.0.3 1710 silly pacote trying detect-libc@^1.0.2 by hash: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= 1711 silly extract encodeurl@1.0.2 1712 silly pacote trying encodeurl@~1.0.2 by hash: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= 1713 silly extract etag@1.8.1 1714 silly pacote trying etag@~1.8.1 by hash: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= 1715 silly extract debug@2.6.9 1716 silly pacote trying debug@2.6.9 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1717 silly extract setprototypeof@1.1.0 1718 silly pacote trying setprototypeof@1.1.0 by hash: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== 1719 silly extract extend@3.0.1 1720 silly pacote trying extend@~3.0.0 by hash: sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ= 1721 silly extract extsprintf@1.3.0 1722 silly pacote trying extsprintf@1.3.0 by hash: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= 1723 silly extract debug@2.6.9 1724 silly pacote trying debug@2.6.9 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1725 silly extract forever-agent@0.6.1 1726 silly pacote trying forever-agent@~0.6.1 by hash: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= 1727 silly extract form-data@2.1.4 1728 silly pacote trying form-data@~2.1.1 by hash: sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE= 1729 silly extract forwarded@0.1.2 1730 silly pacote trying forwarded@~0.1.2 by hash: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= 1731 silly extract assert-plus@1.0.0 1732 silly pacote trying assert-plus@^1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 1733 silly extract getpass@0.1.7 1734 silly pacote trying getpass@^0.1.1 by hash: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= 1735 silly extract graceful-fs@4.1.11 1736 silly pacote trying graceful-fs@^4.1.2 by hash: sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg= 1737 silly extract har-schema@1.0.5 1738 silly pacote trying har-schema@^1.0.5 by hash: sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4= 1739 silly extract has-unicode@2.0.1 1740 silly pacote trying has-unicode@^2.0.0 by hash: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= 1741 silly extract hoek@2.16.3 1742 silly pacote trying hoek@2.x.x by hash: sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= 1743 silly extract boom@2.10.1 1744 silly pacote trying boom@2.x.x by hash: sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= 1745 silly extract cryptiles@2.0.5 1746 silly pacote trying cryptiles@2.x.x by hash: sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g= 1747 silly extract iconv-lite@0.4.19 1748 silly pacote trying iconv-lite@0.4.19 by hash: sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ== 1749 silly extract ini@1.3.5 1750 silly pacote trying ini@~1.3.0 by hash: sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== 1751 silly extract ipaddr.js@1.6.0 1752 silly pacote trying ipaddr.js@1.6.0 by hash: sha1-4/o1e3c9phnybpXwSdBVxyeW+Gs= 1753 silly extract is-typedarray@1.0.0 1754 silly pacote trying is-typedarray@~1.0.0 by hash: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= 1755 silly extract isstream@0.1.2 1756 silly pacote trying isstream@~0.1.2 by hash: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= 1757 silly extract jsbn@0.1.1 1758 silly pacote trying jsbn@~0.1.0 by hash: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= 1759 silly pacote abbrev@1 extracted to M:\moe\node_modules\.staging\abbrev-8b30a9f3 by content address 221ms 1760 silly pacote ansi-regex@^2.0.0 extracted to M:\moe\node_modules\.staging\ansi-regex-de97f219 by content address 229ms 1761 silly pacote aproba@^1.0.3 extracted to M:\moe\node_modules\.staging\aproba-3be78dcc by content address 228ms 1762 silly pacote array-flatten@1.1.1 extracted to M:\moe\node_modules\.staging\array-flatten-2ac03b8f by content address 228ms 1763 silly extract easy-monitor@2.2.1 1764 silly pacote trying easy-monitor@latest by hash: sha512-g+3zXFw6hklSTAe9yKeFHng6zYoh1uW6/6gdcI8k7T8St/Tn0xQ0gLJgrC2l8saas5nRY+o7FTQCDagpw+ENJA== 1765 silly extract v8-profiler-node8@5.7.7 1766 silly pacote trying v8-profiler-node8@^5.7.6 by hash: sha512-IJcVXkGCgtPLBtCPP8f3ddtu/EVKcHhwOOG4MnV2b5rWR96hmQEgf94t0VqOZCXKxamjk7vrSQJbCRtOwb9sVw== 1767 silly extract serve-favicon@2.4.5 1768 silly pacote trying serve-favicon@^2.4.3 by hash: sha512-s7F8h2NrslMkG50KxvlGdj+ApSwaLex0vexuJ9iFf3GLTIp1ph/l1qZvRe9T9TJEYZgmq72ZwJ2VYiAEtChknw== 1769 silly pacote code-point-at@^1.0.0 extracted to M:\moe\node_modules\.staging\code-point-at-d33193dd by content address 231ms 1770 silly pacote has-unicode@^2.0.0 extracted to M:\moe\node_modules\.staging\has-unicode-bd3b0081 by content address 227ms 1771 silly pacote ini@~1.3.0 extracted to M:\moe\node_modules\.staging\ini-a4fc23cd by content address 226ms 1772 silly pacote assert-plus@^0.2.0 extracted to M:\moe\node_modules\.staging\assert-plus-5777f130 by content address 232ms 1773 silly pacote aws-sign2@~0.6.0 extracted to M:\moe\node_modules\.staging\aws-sign2-bbbc4249 by content address 232ms 1774 silly pacote block-stream@* extracted to M:\moe\node_modules\.staging\block-stream-812cd00d by content address 231ms 1775 silly extract pretty-bytes@4.0.2 1776 silly pacote trying pretty-bytes@^4.0.2 by hash: sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk= 1777 silly extract lodash@4.17.5 1778 silly pacote trying lodash@^4.17.4 by hash: sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw== 1779 silly extract JSONStream@1.3.2 1780 silly pacote trying JSONStream@^1.3.1 by hash: sha1-wQI3G27Dp887hHygDCC7D85Mbeo= 1781 silly extract express@4.16.3 1782 silly pacote trying express@^4.15.3 by hash: sha1-avilAjUNsyRuzEvs9rWjTSL37VM= 1783 silly extract ejs@2.5.7 1784 silly pacote trying ejs@^2.5.6 by hash: sha1-zIcsFoiArjxxiXYv1f/ACJbJUYo= 1785 silly extract compression@1.7.2 1786 silly pacote trying compression@^1.6.2 by hash: sha1-qv+81qr4VLROuygDU9WtFlH1mmk= 1787 silly extract colors@1.2.1 1788 silly pacote trying colors@^1.1.2 by hash: sha512-s8+wktIuDSLffCywiwSxQOMqtPxML11a/dtHE17tMn4B1MSWw/C22EKf7M2KGUBcDaVFEGT+S8N02geDXeuNKg== 1789 silly pacote bytes@3.0.0 extracted to M:\moe\node_modules\.staging\bytes-94d472ad by content address 239ms 1790 silly pacote caseless@~0.12.0 extracted to M:\moe\node_modules\.staging\caseless-06913d57 by content address 239ms 1791 silly pacote compressible@~2.0.13 extracted to M:\moe\node_modules\.staging\compressible-6797f97e by content address 239ms 1792 silly pacote console-control-strings@~1.1.0 extracted to M:\moe\node_modules\.staging\console-control-strings-e1b2a153 by content address 238ms 1793 silly pacote assert-plus@^1.0.0 extracted to M:\moe\node_modules\.staging\assert-plus-681ff642 by content address 238ms 1794 silly pacote cookie-signature@1.0.6 extracted to M:\moe\node_modules\.staging\cookie-signature-ee390aa7 by content address 238ms 1795 silly pacote encodeurl@~1.0.2 extracted to M:\moe\node_modules\.staging\encodeurl-a918f70a by content address 237ms 1796 silly pacote etag@~1.8.1 extracted to M:\moe\node_modules\.staging\etag-a0aaf26f by content address 237ms 1797 silly pacote setprototypeof@1.1.0 extracted to M:\moe\node_modules\.staging\setprototypeof-bc05b85c by content address 237ms 1798 silly pacote forever-agent@~0.6.1 extracted to M:\moe\node_modules\.staging\forever-agent-1b125791 by content address 236ms 1799 silly pacote forwarded@~0.1.2 extracted to M:\moe\node_modules\.staging\forwarded-491b97bd by content address 235ms 1800 silly pacote assert-plus@^1.0.0 extracted to M:\moe\node_modules\.staging\assert-plus-c1eeaa04 by content address 235ms 1801 silly pacote is-typedarray@~1.0.0 extracted to M:\moe\node_modules\.staging\is-typedarray-fa85a67a by content address 234ms 1802 silly extract basic-auth@1.1.0 1803 silly pacote trying basic-auth@^1.1.0 by hash: sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ= 1804 silly extract node-pre-gyp@0.6.39 1805 silly pacote trying node-pre-gyp@^0.6.34 by hash: sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ== 1806 silly extract npmlog@4.1.2 1807 silly pacote trying npmlog@^4.0.2 by hash: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== 1808 silly extract gauge@2.7.4 1809 silly pacote trying gauge@~2.7.3 by hash: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= 1810 silly extract wide-align@1.1.2 1811 silly pacote trying wide-align@^1.1.0 by hash: sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w== 1812 silly extract request@2.81.0 1813 silly pacote trying request@2.81.0 by hash: sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA= 1814 silly extract http-signature@1.1.1 1815 silly pacote trying http-signature@~1.1.0 by hash: sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8= 1816 silly extract jsprim@1.4.1 1817 silly pacote trying jsprim@^1.2.2 by hash: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= 1818 silly extract verror@1.10.0 1819 silly pacote trying verror@1.10.0 by hash: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= 1820 silly extract assert-plus@1.0.0 1821 silly pacote trying assert-plus@^1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 1822 silly extract uuid@3.2.1 1823 silly pacote trying uuid@^3.0.0 by hash: sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA== 1824 silly extract utils-merge@1.0.1 1825 silly pacote trying utils-merge@1.0.1 by hash: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= 1826 silly extract body-parser@1.18.2 1827 silly pacote trying body-parser@^1.17.2 by hash: sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ= 1828 silly pacote cookie@0.3.1 extracted to M:\moe\node_modules\.staging\cookie-486f9af6 by content address 256ms 1829 silly extract raw-body@2.3.2 1830 silly pacote trying raw-body@2.3.2 by hash: sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k= 1831 silly pacote deep-extend@~0.4.0 extracted to M:\moe\node_modules\.staging\deep-extend-89eff68b by content address 299ms 1832 silly pacote delayed-stream@~1.0.0 extracted to M:\moe\node_modules\.staging\delayed-stream-453563f9 by content address 299ms 1833 silly pacote getpass@^0.1.1 extracted to M:\moe\node_modules\.staging\getpass-99347e2c by content address 297ms 1834 silly pacote graceful-fs@^4.1.2 extracted to M:\moe\node_modules\.staging\graceful-fs-91b2b9c2 by content address 297ms 1835 silly extract finalhandler@1.1.1 1836 silly pacote trying finalhandler@1.1.1 by hash: sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg== 1837 silly extract unpipe@1.0.0 1838 silly pacote trying unpipe@1.0.0 by hash: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= 1839 silly extract tar-pack@3.4.1 1840 silly pacote trying tar-pack@^3.4.0 by hash: sha512-PPRybI9+jM5tjtCbN2cxmmRU7YmqT3Zv/UDy48tAh2XRkLa9bAORtSWLkVc13+GJF+cdTh1yEnHEk3cpTaL5Kg== 1841 silly extract uid-number@0.0.6 1842 silly pacote trying uid-number@^0.0.6 by hash: sha1-DqEOgDXo61uOREnwbaHHMGY7qoE= 1843 silly pacote isstream@~0.1.2 extracted to M:\moe\node_modules\.staging\isstream-68787f4f by content address 322ms 1844 silly pacote form-data@~2.1.1 extracted to M:\moe\node_modules\.staging\form-data-e085f0e8 by content address 328ms 1845 silly pacote jsbn@~0.1.0 extracted to M:\moe\node_modules\.staging\jsbn-faf73ec8 by content address 326ms 1846 silly pacote are-we-there-yet@~1.1.2 extracted to M:\moe\node_modules\.staging\are-we-there-yet-ef619e54 by content address 336ms 1847 silly pacote aws4@^1.2.1 extracted to M:\moe\node_modules\.staging\aws4-a7862488 by content address 332ms 1848 silly extract sshpk@1.14.1 1849 silly pacote trying sshpk@^1.7.0 by hash: sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s= 1850 silly extract bcrypt-pbkdf@1.0.1 1851 silly pacote trying bcrypt-pbkdf@^1.0.0 by hash: sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40= 1852 silly extract tweetnacl@0.14.5 1853 silly pacote trying tweetnacl@~0.14.0 by hash: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= 1854 silly extract tunnel-agent@0.6.0 1855 silly pacote trying tunnel-agent@^0.6.0 by hash: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= 1856 silly pacote extend@~3.0.0 extracted to M:\moe\node_modules\.staging\extend-cfeab7eb by content address 334ms 1857 silly extract tough-cookie@2.3.4 1858 silly pacote trying tough-cookie@~2.3.0 by hash: sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA== 1859 silly pacote cryptiles@2.x.x extracted to M:\moe\node_modules\.staging\cryptiles-61f8ad2a by content address 337ms 1860 silly extract through@2.3.8 1861 silly pacote trying through@>=2.2.7 <3 by hash: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= 1862 silly pacote detect-libc@^1.0.2 extracted to M:\moe\node_modules\.staging\detect-libc-42f75939 by content address 341ms 1863 silly pacote extsprintf@1.3.0 extracted to M:\moe\node_modules\.staging\extsprintf-0a7e340e by content address 340ms 1864 silly extract debug@2.6.9 1865 silly pacote trying debug@^2.2.0 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1866 silly pacote combined-stream@~1.0.5 extracted to M:\moe\node_modules\.staging\combined-stream-0bbac494 by content address 346ms 1867 silly extract tar@2.2.1 1868 silly pacote trying tar@^2.2.1 by hash: sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE= 1869 silly extract rc@1.2.6 1870 silly pacote trying rc@^1.1.7 by hash: sha1-6xiYnG1PTxYsOZ953dKfODVWgJI= 1871 silly extract strip-json-comments@2.0.1 1872 silly pacote trying strip-json-comments@~2.0.1 by hash: sha1-PFMZQukIwml8DsNEhYwobHygpgo= 1873 silly pacote pretty-bytes@^4.0.2 extracted to M:\moe\node_modules\.staging\pretty-bytes-93d3047c by content address 148ms 1874 silly pacote dashdash@^1.12.0 extracted to M:\moe\node_modules\.staging\dashdash-9987013a by content address 389ms 1875 silly extract string-width@1.0.2 1876 silly pacote trying string-width@^1.0.1 by hash: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= 1877 silly pacote serve-favicon@^2.4.3 extracted to M:\moe\node_modules\.staging\serve-favicon-1b729c0a by content address 170ms 1878 silly pacote wide-align@^1.1.0 extracted to M:\moe\node_modules\.staging\wide-align-1442c824 by content address 153ms 1879 silly extract strip-ansi@3.0.1 1880 silly pacote trying strip-ansi@^3.0.1 by hash: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= 1881 silly extract stringstream@0.0.5 1882 silly pacote trying stringstream@~0.0.4 by hash: sha1-TkhM1N5aC7vuGORjB3EKioFiGHg= 1883 silly pacote basic-auth@^1.1.0 extracted to M:\moe\node_modules\.staging\basic-auth-5648fdb2 by content address 162ms 1884 silly pacote assert-plus@^1.0.0 extracted to M:\moe\node_modules\.staging\assert-plus-53b1bb40 by content address 160ms 1885 silly pacote utils-merge@1.0.1 extracted to M:\moe\node_modules\.staging\utils-merge-6d65fb7d by content address 159ms 1886 silly extract assert-plus@1.0.0 1887 silly pacote trying assert-plus@^1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 1888 silly extract hawk@3.1.3 1889 silly pacote trying hawk@3.1.3 by hash: sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ= 1890 silly extract sntp@1.0.9 1891 silly pacote trying sntp@1.x.x by hash: sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= 1892 silly extract signal-exit@3.0.2 1893 silly pacote trying signal-exit@^3.0.0 by hash: sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= 1894 silly pacote compression@^1.6.2 extracted to M:\moe\node_modules\.staging\compression-bb9a169e by content address 182ms 1895 silly pacote asynckit@^0.4.0 extracted to M:\moe\node_modules\.staging\asynckit-e2b3d04f by content address 422ms 1896 silly extract set-blocking@2.0.0 1897 silly pacote trying set-blocking@~2.0.0 by hash: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= 1898 silly pacote npmlog@^4.0.2 extracted to M:\moe\node_modules\.staging\npmlog-cae9e809 by content address 180ms 1899 silly extract serve-static@1.13.2 1900 silly pacote trying serve-static@1.13.2 by hash: sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw== 1901 silly pacote boom@2.x.x extracted to M:\moe\node_modules\.staging\boom-ddd17c1d by content address 431ms 1902 silly pacote debug@2.6.9 extracted to M:\moe\node_modules\.staging\debug-7f1ef2d6 by content address 435ms 1903 silly pacote debug@2.6.9 extracted to M:\moe\node_modules\.staging\debug-05a50402 by content address 435ms 1904 silly pacote debug@2.6.9 extracted to M:\moe\node_modules\.staging\debug-2c4b578d by content address 433ms 1905 silly pacote debug@2.6.9 extracted to M:\moe\node_modules\.staging\debug-77f43ce1 by content address 432ms 1906 silly extract send@0.16.2 1907 silly pacote trying send@0.16.2 by hash: sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw== 1908 silly extract debug@2.6.9 1909 silly pacote trying debug@2.6.9 by hash: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 1910 silly extract semver@5.5.0 1911 silly pacote trying semver@^5.3.0 by hash: sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== 1912 silly extract fstream-ignore@1.0.5 1913 silly pacote trying fstream-ignore@^1.0.5 by hash: sha1-nDHa40dnAY/h0kmyTa2mfQktoQU= 1914 silly extract fstream@1.0.11 1915 silly pacote trying fstream@^1.0.2 by hash: sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE= 1916 silly pacote finalhandler@1.1.1 extracted to M:\moe\node_modules\.staging\finalhandler-21229e02 by content address 118ms 1917 silly pacote unpipe@1.0.0 extracted to M:\moe\node_modules\.staging\unpipe-e4d1162c by content address 117ms 1918 silly pacote uid-number@^0.0.6 extracted to M:\moe\node_modules\.staging\uid-number-a821d991 by content address 117ms 1919 silly pacote har-schema@^1.0.5 extracted to M:\moe\node_modules\.staging\har-schema-27e1ebb8 by content address 439ms 1920 silly extract rimraf@2.6.2 1921 silly pacote trying rimraf@^2.6.1 by hash: sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== 1922 silly extract qs@6.4.0 1923 silly pacote trying qs@~6.4.0 by hash: sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= 1924 silly extract minimist@1.2.0 1925 silly pacote trying minimist@^1.2.0 by hash: sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= 1926 silly pacote jsprim@^1.2.2 extracted to M:\moe\node_modules\.staging\jsprim-42c73a9e by content address 207ms 1927 silly pacote bcrypt-pbkdf@^1.0.0 extracted to M:\moe\node_modules\.staging\bcrypt-pbkdf-d40a1a0e by content address 121ms 1928 silly pacote raw-body@2.3.2 extracted to M:\moe\node_modules\.staging\raw-body-158414f6 by content address 183ms 1929 silly extract range-parser@1.2.0 1930 silly pacote trying range-parser@~1.2.0 by hash: sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= 1931 silly extract qs@6.5.1 1932 silly pacote trying qs@6.5.1 by hash: sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A== 1933 silly extract punycode@1.4.1 1934 silly pacote trying punycode@^1.4.1 by hash: sha1-wNWmOycYgArY4esPpSachN1BhF4= 1935 silly extract proxy-addr@2.0.3 1936 silly pacote trying proxy-addr@~2.0.3 by hash: sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ== 1937 silly pacote tunnel-agent@^0.6.0 extracted to M:\moe\node_modules\.staging\tunnel-agent-d4204246 by content address 129ms 1938 silly extract performance-now@0.2.0 1939 silly pacote trying performance-now@^0.2.0 by hash: sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= 1940 silly extract path-to-regexp@0.1.7 1941 silly pacote trying path-to-regexp@0.1.7 by hash: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= 1942 silly pacote ipaddr.js@1.6.0 extracted to M:\moe\node_modules\.staging\ipaddr.js-f984457f by content address 479ms 1943 silly pacote verror@1.10.0 extracted to M:\moe\node_modules\.staging\verror-a88ea468 by content address 235ms 1944 silly extract nopt@4.0.1 1945 silly pacote trying nopt@^4.0.1 by hash: sha1-0NRoWv1UFRk8jHUFYC0NF81kR00= 1946 silly pacote strip-json-comments@~2.0.1 extracted to M:\moe\node_modules\.staging\strip-json-comments-031f473a by content address 136ms 1947 silly extract osenv@0.1.5 1948 silly pacote trying osenv@^0.1.4 by hash: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== 1949 silly pacote asn1@~0.2.3 extracted to M:\moe\node_modules\.staging\asn1-b225200c by content address 508ms 1950 silly extract os-tmpdir@1.0.2 1951 silly pacote trying os-tmpdir@^1.0.0 by hash: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= 1952 silly extract os-homedir@1.0.2 1953 silly pacote trying os-homedir@^1.0.0 by hash: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= 1954 silly pacote string-width@^1.0.1 extracted to M:\moe\node_modules\.staging\string-width-7cfe7619 by content address 146ms 1955 silly pacote strip-ansi@^3.0.1 extracted to M:\moe\node_modules\.staging\strip-ansi-453ab002 by content address 146ms 1956 silly extract on-headers@1.0.1 1957 silly pacote trying on-headers@~1.0.1 by hash: sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c= 1958 silly extract object-assign@4.1.1 1959 silly pacote trying object-assign@^4.1.0 by hash: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= 1960 silly pacote assert-plus@^1.0.0 extracted to M:\moe\node_modules\.staging\assert-plus-19427ac5 by content address 159ms 1961 silly pacote http-signature@~1.1.0 extracted to M:\moe\node_modules\.staging\http-signature-5a3b726e by content address 329ms 1962 silly pacote signal-exit@^3.0.0 extracted to M:\moe\node_modules\.staging\signal-exit-3995f106 by content address 157ms 1963 silly pacote stringstream@~0.0.4 extracted to M:\moe\node_modules\.staging\stringstream-949cf0d7 by content address 169ms 1964 silly extract oauth-sign@0.8.2 1965 silly pacote trying oauth-sign@~0.8.1 by hash: sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= 1966 silly extract is-fullwidth-code-point@1.0.0 1967 silly pacote trying is-fullwidth-code-point@^1.0.0 by hash: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= 1968 silly extract number-is-nan@1.0.1 1969 silly pacote trying number-is-nan@^1.0.0 by hash: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= 1970 silly extract nan@2.9.2 1971 silly pacote trying nan@^2.5.1 by hash: sha512-ltW65co7f3PQWBDbqVvaU1WtFJUsNW7sWWm4HINhbMQIyVyzIeyZ8toX5TC5eeooE6piZoaEh4cZkueSKG3KYw== 1972 silly pacote set-blocking@~2.0.0 extracted to M:\moe\node_modules\.staging\set-blocking-94858b60 by content address 162ms 1973 silly pacote fstream-ignore@^1.0.5 extracted to M:\moe\node_modules\.staging\fstream-ignore-adf59f2d by content address 146ms 1974 silly extract mkdirp@0.5.1 1975 silly pacote trying mkdirp@^0.5.1 by hash: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= 1976 silly pacote through@>=2.2.7 <3 extracted to M:\moe\node_modules\.staging\through-614fd968 by content address 253ms 1977 silly extract minimist@0.0.8 1978 silly pacote trying minimist@0.0.8 by hash: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= 1979 silly pacote serve-static@1.13.2 extracted to M:\moe\node_modules\.staging\serve-static-25efa83c by content address 176ms 1980 silly pacote hoek@2.x.x extracted to M:\moe\node_modules\.staging\hoek-aac00ad5 by content address 599ms 1981 silly extract mime@1.4.1 1982 silly pacote trying mime@1.4.1 by hash: sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== 1983 silly extract methods@1.1.2 1984 silly pacote trying methods@~1.1.2 by hash: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= 1985 silly pacote range-parser@~1.2.0 extracted to M:\moe\node_modules\.staging\range-parser-7a3df335 by content address 155ms 1986 silly pacote rimraf@^2.6.1 extracted to M:\moe\node_modules\.staging\rimraf-4b31fd2a by content address 168ms 1987 silly pacote body-parser@^1.17.2 extracted to M:\moe\node_modules\.staging\body-parser-42b45f9a by content address 362ms 1988 silly pacote ejs@^2.5.6 extracted to M:\moe\node_modules\.staging\ejs-f00c6f05 by content address 374ms 1989 silly pacote gauge@~2.7.3 extracted to M:\moe\node_modules\.staging\gauge-273e05c8 by content address 364ms 1990 silly extract merge-descriptors@1.0.1 1991 silly pacote trying merge-descriptors@1.0.1 by hash: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= 1992 silly extract assert-plus@1.0.0 1993 silly pacote trying assert-plus@1.0.0 by hash: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 1994 silly extract jsonparse@1.3.1 1995 silly pacote trying jsonparse@^1.2.0 by hash: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= 1996 silly extract har-validator@4.2.1 1997 silly pacote trying har-validator@~4.2.1 by hash: sha1-M0gdDxu/9gDdID11gSpqX7oALio= 1998 silly extract ajv@4.11.8 1999 silly pacote trying ajv@^4.9.1 by hash: sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY= 2000 silly pacote send@0.16.2 extracted to M:\moe\node_modules\.staging\send-fb187ded by content address 186ms 2001 silly pacote punycode@^1.4.1 extracted to M:\moe\node_modules\.staging\punycode-c465f13e by content address 156ms 2002 silly extract json-stable-stringify@1.0.1 2003 silly pacote trying json-stable-stringify@^1.0.1 by hash: sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= 2004 silly extract jsonify@0.0.0 2005 silly pacote trying jsonify@~0.0.0 by hash: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= 2006 silly pacote proxy-addr@~2.0.3 extracted to M:\moe\node_modules\.staging\proxy-addr-1aa599b5 by content address 164ms 2007 silly pacote path-to-regexp@0.1.7 extracted to M:\moe\node_modules\.staging\path-to-regexp-429b9834 by content address 155ms 2008 silly extract json-stringify-safe@5.0.1 2009 silly pacote trying json-stringify-safe@~5.0.1 by hash: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= 2010 silly extract json-schema@0.2.3 2011 silly pacote trying json-schema@0.2.3 by hash: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= 2012 silly extract ecc-jsbn@0.1.1 2013 silly pacote trying ecc-jsbn@~0.1.1 by hash: sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU= 2014 silly pacote osenv@^0.1.4 extracted to M:\moe\node_modules\.staging\osenv-6b1f30a0 by content address 150ms 2015 silly pacote os-tmpdir@^1.0.0 extracted to M:\moe\node_modules\.staging\os-tmpdir-25fd431a by content address 152ms 2016 silly pacote uuid@^3.0.0 extracted to M:\moe\node_modules\.staging\uuid-9ab58686 by content address 406ms 2017 silly pacote os-homedir@^1.0.0 extracted to M:\moe\node_modules\.staging\os-homedir-bb9b9f69 by content address 152ms 2018 silly pacote rc@^1.1.7 extracted to M:\moe\node_modules\.staging\rc-ee558141 by content address 324ms 2019 silly pacote tweetnacl@~0.14.0 extracted to M:\moe\node_modules\.staging\tweetnacl-db79a66e by content address 353ms 2020 silly pacote semver@^5.3.0 extracted to M:\moe\node_modules\.staging\semver-693f8326 by content address 246ms 2021 silly pacote tough-cookie@~2.3.0 extracted to M:\moe\node_modules\.staging\tough-cookie-5a5c0f47 by content address 367ms 2022 silly pacote debug@^2.2.0 extracted to M:\moe\node_modules\.staging\debug-0df1a80c by content address 357ms 2023 silly pacote object-assign@^4.1.0 extracted to M:\moe\node_modules\.staging\object-assign-a6cd69bd by content address 153ms 2024 silly pacote on-headers@~1.0.1 extracted to M:\moe\node_modules\.staging\on-headers-c7a1f4ae by content address 165ms 2025 silly pacote request@2.81.0 extracted to M:\moe\node_modules\.staging\request-f2d1534d by content address 463ms 2026 silly pacote tar-pack@^3.4.0 extracted to M:\moe\node_modules\.staging\tar-pack-bc8c9171 by content address 386ms 2027 silly pacote is-fullwidth-code-point@^1.0.0 extracted to M:\moe\node_modules\.staging\is-fullwidth-code-point-580ecfcb by content address 139ms 2028 silly pacote number-is-nan@^1.0.0 extracted to M:\moe\node_modules\.staging\number-is-nan-1e69d755 by content address 139ms 2029 silly pacote oauth-sign@~0.8.1 extracted to M:\moe\node_modules\.staging\oauth-sign-e45c9523 by content address 156ms 2030 silly pacote sntp@1.x.x extracted to M:\moe\node_modules\.staging\sntp-e69e9b94 by content address 329ms 2031 silly pacote methods@~1.1.2 extracted to M:\moe\node_modules\.staging\methods-54edac22 by content address 138ms 2032 silly pacote merge-descriptors@1.0.1 extracted to M:\moe\node_modules\.staging\merge-descriptors-cf681067 by content address 141ms 2033 silly pacote assert-plus@1.0.0 extracted to M:\moe\node_modules\.staging\assert-plus-1ff00dbe by content address 142ms 2034 silly pacote performance-now@^0.2.0 extracted to M:\moe\node_modules\.staging\performance-now-c72a3986 by content address 296ms 2035 silly pacote debug@2.6.9 extracted to M:\moe\node_modules\.staging\debug-fd3ac6fa by content address 334ms 2036 silly pacote mime@1.4.1 extracted to M:\moe\node_modules\.staging\mime-c4eaa72e by content address 190ms 2037 silly pacote nopt@^4.0.1 extracted to M:\moe\node_modules\.staging\nopt-b41be9a0 by content address 304ms 2038 silly pacote express@^4.15.3 extracted to M:\moe\node_modules\.staging\express-96560683 by content address 560ms 2039 silly pacote colors@^1.1.2 extracted to M:\moe\node_modules\.staging\colors-600843ec by content address 559ms 2040 silly pacote minimist@^1.2.0 extracted to M:\moe\node_modules\.staging\minimist-33827d13 by content address 345ms 2041 silly pacote jsonify@~0.0.0 extracted to M:\moe\node_modules\.staging\jsonify-9f92f22a by content address 177ms 2042 silly pacote json-stringify-safe@~5.0.1 extracted to M:\moe\node_modules\.staging\json-stringify-safe-a537f15b by content address 180ms 2043 silly pacote iconv-lite@0.4.19 extracted to M:\moe\node_modules\.staging\iconv-lite-051275cb by content address 806ms 2044 silly pacote ecc-jsbn@~0.1.1 extracted to M:\moe\node_modules\.staging\ecc-jsbn-829c12e1 by content address 166ms 2045 silly pacote minimist@0.0.8 extracted to M:\moe\node_modules\.staging\minimist-34f7de46 by content address 220ms 2046 silly pacote qs@~6.4.0 extracted to M:\moe\node_modules\.staging\qs-00f6a2ac by content address 362ms 2047 silly pacote fstream@^1.0.2 extracted to M:\moe\node_modules\.staging\fstream-d72cc209 by content address 395ms 2048 silly pacote qs@6.5.1 extracted to M:\moe\node_modules\.staging\qs-d707ff18 by content address 390ms 2049 silly pacote json-stable-stringify@^1.0.1 extracted to M:\moe\node_modules\.staging\json-stable-stringify-a5f606dc by content address 230ms 2050 silly pacote node-pre-gyp@^0.6.34 extracted to M:\moe\node_modules\.staging\node-pre-gyp-3d83297e by content address 634ms 2051 silly pacote v8-profiler-node8@^5.7.6 extracted to M:\moe\node_modules\.staging\v8-profiler-node8-cfac6cae by content address 659ms 2052 silly pacote jsonparse@^1.2.0 extracted to M:\moe\node_modules\.staging\jsonparse-7857cf25 by content address 275ms 2053 silly pacote mkdirp@^0.5.1 extracted to M:\moe\node_modules\.staging\mkdirp-76e42028 by content address 318ms 2054 silly pacote tar@^2.2.1 extracted to M:\moe\node_modules\.staging\tar-c893c84a by content address 567ms 2055 silly pacote sshpk@^1.7.0 extracted to M:\moe\node_modules\.staging\sshpk-c2d1fce3 by content address 604ms 2056 silly pacote har-validator@~4.2.1 extracted to M:\moe\node_modules\.staging\har-validator-90c75947 by content address 315ms 2057 silly pacote JSONStream@^1.3.1 extracted to M:\moe\node_modules\.staging\JSONStream-576b4197 by content address 699ms 2058 silly pacote hawk@3.1.3 extracted to M:\moe\node_modules\.staging\hawk-87e2f85d by content address 517ms 2059 silly pacote json-schema@0.2.3 extracted to M:\moe\node_modules\.staging\json-schema-e9986795 by content address 315ms 2060 silly pacote nan@^2.5.1 extracted to M:\moe\node_modules\.staging\nan-d266737b by content address 383ms 2061 silly pacote ajv@^4.9.1 extracted to M:\moe\node_modules\.staging\ajv-9ee23c77 by content address 527ms 2062 silly pacote easy-monitor@latest extracted to M:\moe\node_modules\.staging\easy-monitor-9b6c6fe8 by content address 1471ms 2063 silly pacote lodash@^4.17.4 extracted to M:\moe\node_modules\.staging\lodash-f6d949ac by content address 1459ms 2064 silly doReverseSerial unbuild 1080 2065 silly doSerial remove 1080 2066 silly doSerial move 1080 2067 silly doSerial finalize 1080 2068 silly finalize M:\moe\node_modules\abbrev 2069 silly finalize M:\moe\node_modules\ansi-regex 2070 silly finalize M:\moe\node_modules\aproba 2071 silly finalize M:\moe\node_modules\are-we-there-yet 2072 silly finalize M:\moe\node_modules\array-flatten 2073 silly finalize M:\moe\node_modules\asn1 2074 silly finalize M:\moe\node_modules\assert-plus 2075 silly finalize M:\moe\node_modules\asynckit 2076 silly finalize M:\moe\node_modules\aws-sign2 2077 silly finalize M:\moe\node_modules\aws4 2078 silly finalize M:\moe\node_modules\block-stream 2079 silly finalize M:\moe\node_modules\body-parser\node_modules\debug 2080 silly finalize M:\moe\node_modules\bytes 2081 silly finalize M:\moe\node_modules\caseless 2082 silly finalize M:\moe\node_modules\code-point-at 2083 silly finalize M:\moe\node_modules\compressible 2084 silly finalize M:\moe\node_modules\compression\node_modules\debug 2085 silly finalize M:\moe\node_modules\console-control-strings 2086 silly finalize M:\moe\node_modules\cookie 2087 silly finalize M:\moe\node_modules\cookie-signature 2088 silly finalize M:\moe\node_modules\dashdash\node_modules\assert-plus 2089 silly finalize M:\moe\node_modules\dashdash 2090 silly finalize M:\moe\node_modules\deep-extend 2091 silly finalize M:\moe\node_modules\delayed-stream 2092 silly finalize M:\moe\node_modules\combined-stream 2093 silly finalize M:\moe\node_modules\detect-libc 2094 silly finalize M:\moe\node_modules\encodeurl 2095 silly finalize M:\moe\node_modules\etag 2096 silly finalize M:\moe\node_modules\express\node_modules\debug 2097 silly finalize M:\moe\node_modules\express\node_modules\setprototypeof 2098 silly finalize M:\moe\node_modules\extend 2099 silly finalize M:\moe\node_modules\extsprintf 2100 silly finalize M:\moe\node_modules\finalhandler\node_modules\debug 2101 silly finalize M:\moe\node_modules\forever-agent 2102 silly finalize M:\moe\node_modules\form-data 2103 silly finalize M:\moe\node_modules\forwarded 2104 silly finalize M:\moe\node_modules\getpass\node_modules\assert-plus 2105 silly finalize M:\moe\node_modules\getpass 2106 silly finalize M:\moe\node_modules\graceful-fs 2107 silly finalize M:\moe\node_modules\har-schema 2108 silly finalize M:\moe\node_modules\has-unicode 2109 silly finalize M:\moe\node_modules\hoek 2110 silly finalize M:\moe\node_modules\boom 2111 silly finalize M:\moe\node_modules\cryptiles 2112 silly finalize M:\moe\node_modules\iconv-lite 2113 silly finalize M:\moe\node_modules\ini 2114 silly finalize M:\moe\node_modules\ipaddr.js 2115 silly finalize M:\moe\node_modules\is-typedarray 2116 silly finalize M:\moe\node_modules\isstream 2117 silly finalize M:\moe\node_modules\jsbn 2118 silly finalize M:\moe\node_modules\ecc-jsbn 2119 silly finalize M:\moe\node_modules\json-schema 2120 silly finalize M:\moe\node_modules\json-stringify-safe 2121 silly finalize M:\moe\node_modules\jsonify 2122 silly finalize M:\moe\node_modules\json-stable-stringify 2123 silly finalize M:\moe\node_modules\ajv 2124 silly finalize M:\moe\node_modules\har-validator 2125 silly finalize M:\moe\node_modules\jsonparse 2126 silly finalize M:\moe\node_modules\jsprim\node_modules\assert-plus 2127 silly finalize M:\moe\node_modules\merge-descriptors 2128 silly finalize M:\moe\node_modules\methods 2129 silly finalize M:\moe\node_modules\mime 2130 silly finalize M:\moe\node_modules\minimist 2131 silly finalize M:\moe\node_modules\mkdirp 2132 silly finalize M:\moe\node_modules\nan 2133 silly finalize M:\moe\node_modules\number-is-nan 2134 silly finalize M:\moe\node_modules\is-fullwidth-code-point 2135 silly finalize M:\moe\node_modules\oauth-sign 2136 silly finalize M:\moe\node_modules\object-assign 2137 silly finalize M:\moe\node_modules\on-headers 2138 silly finalize M:\moe\node_modules\os-homedir 2139 silly finalize M:\moe\node_modules\os-tmpdir 2140 silly finalize M:\moe\node_modules\osenv 2141 silly finalize M:\moe\node_modules\nopt 2142 silly finalize M:\moe\node_modules\path-to-regexp 2143 silly finalize M:\moe\node_modules\performance-now 2144 silly finalize M:\moe\node_modules\proxy-addr 2145 silly finalize M:\moe\node_modules\punycode 2146 silly finalize M:\moe\node_modules\qs 2147 silly finalize M:\moe\node_modules\range-parser 2148 silly finalize M:\moe\node_modules\rc\node_modules\minimist 2149 silly finalize M:\moe\node_modules\request\node_modules\qs 2150 silly finalize M:\moe\node_modules\rimraf 2151 silly finalize M:\moe\node_modules\fstream 2152 silly finalize M:\moe\node_modules\fstream-ignore 2153 silly finalize M:\moe\node_modules\semver 2154 silly finalize M:\moe\node_modules\send\node_modules\debug 2155 silly finalize M:\moe\node_modules\send 2156 silly finalize M:\moe\node_modules\serve-static 2157 silly finalize M:\moe\node_modules\set-blocking 2158 silly finalize M:\moe\node_modules\signal-exit 2159 silly finalize M:\moe\node_modules\sntp 2160 silly finalize M:\moe\node_modules\hawk 2161 silly finalize M:\moe\node_modules\sshpk\node_modules\assert-plus 2162 silly finalize M:\moe\node_modules\stringstream 2163 silly finalize M:\moe\node_modules\strip-ansi 2164 silly finalize M:\moe\node_modules\string-width 2165 silly finalize M:\moe\node_modules\strip-json-comments 2166 silly finalize M:\moe\node_modules\rc 2167 silly finalize M:\moe\node_modules\tar 2168 silly finalize M:\moe\node_modules\tar-pack\node_modules\debug 2169 silly finalize M:\moe\node_modules\through 2170 silly finalize M:\moe\node_modules\tough-cookie 2171 silly finalize M:\moe\node_modules\tunnel-agent 2172 silly finalize M:\moe\node_modules\tweetnacl 2173 silly finalize M:\moe\node_modules\bcrypt-pbkdf 2174 silly finalize M:\moe\node_modules\sshpk 2175 silly finalize M:\moe\node_modules\uid-number 2176 silly finalize M:\moe\node_modules\tar-pack 2177 silly finalize M:\moe\node_modules\unpipe 2178 silly finalize M:\moe\node_modules\finalhandler 2179 silly finalize M:\moe\node_modules\raw-body 2180 silly finalize M:\moe\node_modules\body-parser 2181 silly finalize M:\moe\node_modules\utils-merge 2182 silly finalize M:\moe\node_modules\uuid 2183 silly finalize M:\moe\node_modules\verror\node_modules\assert-plus 2184 silly finalize M:\moe\node_modules\verror 2185 silly finalize M:\moe\node_modules\jsprim 2186 silly finalize M:\moe\node_modules\http-signature 2187 silly finalize M:\moe\node_modules\request 2188 silly finalize M:\moe\node_modules\wide-align 2189 silly finalize M:\moe\node_modules\gauge 2190 silly finalize M:\moe\node_modules\npmlog 2191 silly finalize M:\moe\node_modules\node-pre-gyp 2192 silly finalize M:\moe\node_modules\basic-auth 2193 silly finalize M:\moe\node_modules\colors 2194 silly finalize M:\moe\node_modules\compression 2195 silly finalize M:\moe\node_modules\ejs 2196 silly finalize M:\moe\node_modules\express 2197 silly finalize M:\moe\node_modules\JSONStream 2198 silly finalize M:\moe\node_modules\lodash 2199 silly finalize M:\moe\node_modules\pretty-bytes 2200 silly finalize M:\moe\node_modules\serve-favicon 2201 silly finalize M:\moe\node_modules\v8-profiler-node8 2202 silly finalize M:\moe\node_modules\easy-monitor 2203 silly doParallel refresh-package-json 135 2204 silly refresh-package-json M:\moe\node_modules\abbrev 2205 silly refresh-package-json M:\moe\node_modules\ansi-regex 2206 silly refresh-package-json M:\moe\node_modules\aproba 2207 silly refresh-package-json M:\moe\node_modules\are-we-there-yet 2208 silly refresh-package-json M:\moe\node_modules\array-flatten 2209 silly refresh-package-json M:\moe\node_modules\asn1 2210 silly refresh-package-json M:\moe\node_modules\assert-plus 2211 silly refresh-package-json M:\moe\node_modules\asynckit 2212 silly refresh-package-json M:\moe\node_modules\aws-sign2 2213 silly refresh-package-json M:\moe\node_modules\aws4 2214 silly refresh-package-json M:\moe\node_modules\block-stream 2215 silly refresh-package-json M:\moe\node_modules\body-parser\node_modules\debug 2216 silly refresh-package-json M:\moe\node_modules\bytes 2217 silly refresh-package-json M:\moe\node_modules\caseless 2218 silly refresh-package-json M:\moe\node_modules\code-point-at 2219 silly refresh-package-json M:\moe\node_modules\compressible 2220 silly refresh-package-json M:\moe\node_modules\compression\node_modules\debug 2221 silly refresh-package-json M:\moe\node_modules\console-control-strings 2222 silly refresh-package-json M:\moe\node_modules\cookie 2223 silly refresh-package-json M:\moe\node_modules\cookie-signature 2224 silly refresh-package-json M:\moe\node_modules\dashdash\node_modules\assert-plus 2225 silly refresh-package-json M:\moe\node_modules\dashdash 2226 silly refresh-package-json M:\moe\node_modules\deep-extend 2227 silly refresh-package-json M:\moe\node_modules\delayed-stream 2228 silly refresh-package-json M:\moe\node_modules\combined-stream 2229 silly refresh-package-json M:\moe\node_modules\detect-libc 2230 silly refresh-package-json M:\moe\node_modules\encodeurl 2231 silly refresh-package-json M:\moe\node_modules\etag 2232 silly refresh-package-json M:\moe\node_modules\express\node_modules\debug 2233 silly refresh-package-json M:\moe\node_modules\express\node_modules\setprototypeof 2234 silly refresh-package-json M:\moe\node_modules\extend 2235 silly refresh-package-json M:\moe\node_modules\extsprintf 2236 silly refresh-package-json M:\moe\node_modules\finalhandler\node_modules\debug 2237 silly refresh-package-json M:\moe\node_modules\forever-agent 2238 silly refresh-package-json M:\moe\node_modules\form-data 2239 silly refresh-package-json M:\moe\node_modules\forwarded 2240 silly refresh-package-json M:\moe\node_modules\getpass\node_modules\assert-plus 2241 silly refresh-package-json M:\moe\node_modules\getpass 2242 silly refresh-package-json M:\moe\node_modules\graceful-fs 2243 silly refresh-package-json M:\moe\node_modules\har-schema 2244 silly refresh-package-json M:\moe\node_modules\has-unicode 2245 silly refresh-package-json M:\moe\node_modules\hoek 2246 silly refresh-package-json M:\moe\node_modules\boom 2247 silly refresh-package-json M:\moe\node_modules\cryptiles 2248 silly refresh-package-json M:\moe\node_modules\iconv-lite 2249 silly refresh-package-json M:\moe\node_modules\ini 2250 silly refresh-package-json M:\moe\node_modules\ipaddr.js 2251 silly refresh-package-json M:\moe\node_modules\is-typedarray 2252 silly refresh-package-json M:\moe\node_modules\isstream 2253 silly refresh-package-json M:\moe\node_modules\jsbn 2254 silly refresh-package-json M:\moe\node_modules\easy-monitor 2255 silly refresh-package-json M:\moe\node_modules\v8-profiler-node8 2256 silly refresh-package-json M:\moe\node_modules\serve-favicon 2257 silly refresh-package-json M:\moe\node_modules\pretty-bytes 2258 silly refresh-package-json M:\moe\node_modules\lodash 2259 silly refresh-package-json M:\moe\node_modules\JSONStream 2260 silly refresh-package-json M:\moe\node_modules\express 2261 silly refresh-package-json M:\moe\node_modules\ejs 2262 silly refresh-package-json M:\moe\node_modules\compression 2263 silly refresh-package-json M:\moe\node_modules\colors 2264 silly refresh-package-json M:\moe\node_modules\basic-auth 2265 silly refresh-package-json M:\moe\node_modules\node-pre-gyp 2266 silly refresh-package-json M:\moe\node_modules\npmlog 2267 silly refresh-package-json M:\moe\node_modules\gauge 2268 silly refresh-package-json M:\moe\node_modules\wide-align 2269 silly refresh-package-json M:\moe\node_modules\request 2270 silly refresh-package-json M:\moe\node_modules\http-signature 2271 silly refresh-package-json M:\moe\node_modules\jsprim 2272 silly refresh-package-json M:\moe\node_modules\verror 2273 silly refresh-package-json M:\moe\node_modules\verror\node_modules\assert-plus 2274 silly refresh-package-json M:\moe\node_modules\uuid 2275 silly refresh-package-json M:\moe\node_modules\utils-merge 2276 silly refresh-package-json M:\moe\node_modules\body-parser 2277 silly refresh-package-json M:\moe\node_modules\raw-body 2278 silly refresh-package-json M:\moe\node_modules\finalhandler 2279 silly refresh-package-json M:\moe\node_modules\unpipe 2280 silly refresh-package-json M:\moe\node_modules\tar-pack 2281 silly refresh-package-json M:\moe\node_modules\uid-number 2282 silly refresh-package-json M:\moe\node_modules\sshpk 2283 silly refresh-package-json M:\moe\node_modules\bcrypt-pbkdf 2284 silly refresh-package-json M:\moe\node_modules\tweetnacl 2285 silly refresh-package-json M:\moe\node_modules\tunnel-agent 2286 silly refresh-package-json M:\moe\node_modules\tough-cookie 2287 silly refresh-package-json M:\moe\node_modules\through 2288 silly refresh-package-json M:\moe\node_modules\tar-pack\node_modules\debug 2289 silly refresh-package-json M:\moe\node_modules\tar 2290 silly refresh-package-json M:\moe\node_modules\rc 2291 silly refresh-package-json M:\moe\node_modules\strip-json-comments 2292 silly refresh-package-json M:\moe\node_modules\string-width 2293 silly refresh-package-json M:\moe\node_modules\strip-ansi 2294 silly refresh-package-json M:\moe\node_modules\stringstream 2295 silly refresh-package-json M:\moe\node_modules\sshpk\node_modules\assert-plus 2296 silly refresh-package-json M:\moe\node_modules\hawk 2297 silly refresh-package-json M:\moe\node_modules\sntp 2298 silly refresh-package-json M:\moe\node_modules\signal-exit 2299 silly refresh-package-json M:\moe\node_modules\set-blocking 2300 silly refresh-package-json M:\moe\node_modules\serve-static 2301 silly refresh-package-json M:\moe\node_modules\send 2302 silly refresh-package-json M:\moe\node_modules\send\node_modules\debug 2303 silly refresh-package-json M:\moe\node_modules\semver 2304 silly refresh-package-json M:\moe\node_modules\fstream-ignore 2305 silly refresh-package-json M:\moe\node_modules\fstream 2306 silly refresh-package-json M:\moe\node_modules\rimraf 2307 silly refresh-package-json M:\moe\node_modules\request\node_modules\qs 2308 silly refresh-package-json M:\moe\node_modules\rc\node_modules\minimist 2309 silly refresh-package-json M:\moe\node_modules\range-parser 2310 silly refresh-package-json M:\moe\node_modules\qs 2311 silly refresh-package-json M:\moe\node_modules\punycode 2312 silly refresh-package-json M:\moe\node_modules\proxy-addr 2313 silly refresh-package-json M:\moe\node_modules\performance-now 2314 silly refresh-package-json M:\moe\node_modules\path-to-regexp 2315 silly refresh-package-json M:\moe\node_modules\nopt 2316 silly refresh-package-json M:\moe\node_modules\osenv 2317 silly refresh-package-json M:\moe\node_modules\os-tmpdir 2318 silly refresh-package-json M:\moe\node_modules\os-homedir 2319 silly refresh-package-json M:\moe\node_modules\on-headers 2320 silly refresh-package-json M:\moe\node_modules\object-assign 2321 silly refresh-package-json M:\moe\node_modules\oauth-sign 2322 silly refresh-package-json M:\moe\node_modules\is-fullwidth-code-point 2323 silly refresh-package-json M:\moe\node_modules\number-is-nan 2324 silly refresh-package-json M:\moe\node_modules\nan 2325 silly refresh-package-json M:\moe\node_modules\mkdirp 2326 silly refresh-package-json M:\moe\node_modules\minimist 2327 silly refresh-package-json M:\moe\node_modules\mime 2328 silly refresh-package-json M:\moe\node_modules\methods 2329 silly refresh-package-json M:\moe\node_modules\merge-descriptors 2330 silly refresh-package-json M:\moe\node_modules\jsprim\node_modules\assert-plus 2331 silly refresh-package-json M:\moe\node_modules\jsonparse 2332 silly refresh-package-json M:\moe\node_modules\har-validator 2333 silly refresh-package-json M:\moe\node_modules\ajv 2334 silly refresh-package-json M:\moe\node_modules\json-stable-stringify 2335 silly refresh-package-json M:\moe\node_modules\jsonify 2336 silly refresh-package-json M:\moe\node_modules\json-stringify-safe 2337 silly refresh-package-json M:\moe\node_modules\json-schema 2338 silly refresh-package-json M:\moe\node_modules\ecc-jsbn 2339 silly doParallel preinstall 135 2340 silly preinstall abbrev@1.1.1 2341 info lifecycle abbrev@1.1.1~preinstall: abbrev@1.1.1 2342 silly preinstall ansi-regex@2.1.1 2343 info lifecycle ansi-regex@2.1.1~preinstall: ansi-regex@2.1.1 2344 silly preinstall aproba@1.2.0 2345 info lifecycle aproba@1.2.0~preinstall: aproba@1.2.0 2346 silly preinstall are-we-there-yet@1.1.4 2347 info lifecycle are-we-there-yet@1.1.4~preinstall: are-we-there-yet@1.1.4 2348 silly preinstall array-flatten@1.1.1 2349 info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1 2350 silly preinstall asn1@0.2.3 2351 info lifecycle asn1@0.2.3~preinstall: asn1@0.2.3 2352 silly preinstall assert-plus@0.2.0 2353 info lifecycle assert-plus@0.2.0~preinstall: assert-plus@0.2.0 2354 silly preinstall asynckit@0.4.0 2355 info lifecycle asynckit@0.4.0~preinstall: asynckit@0.4.0 2356 silly preinstall aws-sign2@0.6.0 2357 info lifecycle aws-sign2@0.6.0~preinstall: aws-sign2@0.6.0 2358 silly preinstall aws4@1.6.0 2359 info lifecycle aws4@1.6.0~preinstall: aws4@1.6.0 2360 silly preinstall block-stream@0.0.9 2361 info lifecycle block-stream@0.0.9~preinstall: block-stream@0.0.9 2362 silly preinstall debug@2.6.9 2363 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2364 silly preinstall bytes@3.0.0 2365 info lifecycle bytes@3.0.0~preinstall: bytes@3.0.0 2366 silly preinstall caseless@0.12.0 2367 info lifecycle caseless@0.12.0~preinstall: caseless@0.12.0 2368 silly preinstall code-point-at@1.1.0 2369 info lifecycle code-point-at@1.1.0~preinstall: code-point-at@1.1.0 2370 silly preinstall compressible@2.0.13 2371 info lifecycle compressible@2.0.13~preinstall: compressible@2.0.13 2372 silly preinstall debug@2.6.9 2373 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2374 silly preinstall console-control-strings@1.1.0 2375 info lifecycle console-control-strings@1.1.0~preinstall: console-control-strings@1.1.0 2376 silly preinstall cookie@0.3.1 2377 info lifecycle cookie@0.3.1~preinstall: cookie@0.3.1 2378 silly preinstall cookie-signature@1.0.6 2379 info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6 2380 silly preinstall assert-plus@1.0.0 2381 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0 2382 silly preinstall dashdash@1.14.1 2383 info lifecycle dashdash@1.14.1~preinstall: dashdash@1.14.1 2384 silly preinstall deep-extend@0.4.2 2385 info lifecycle deep-extend@0.4.2~preinstall: deep-extend@0.4.2 2386 silly preinstall delayed-stream@1.0.0 2387 info lifecycle delayed-stream@1.0.0~preinstall: delayed-stream@1.0.0 2388 silly preinstall combined-stream@1.0.6 2389 info lifecycle combined-stream@1.0.6~preinstall: combined-stream@1.0.6 2390 silly preinstall detect-libc@1.0.3 2391 info lifecycle detect-libc@1.0.3~preinstall: detect-libc@1.0.3 2392 silly preinstall encodeurl@1.0.2 2393 info lifecycle encodeurl@1.0.2~preinstall: encodeurl@1.0.2 2394 silly preinstall etag@1.8.1 2395 info lifecycle etag@1.8.1~preinstall: etag@1.8.1 2396 silly preinstall debug@2.6.9 2397 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2398 silly preinstall setprototypeof@1.1.0 2399 info lifecycle setprototypeof@1.1.0~preinstall: setprototypeof@1.1.0 2400 silly preinstall extend@3.0.1 2401 info lifecycle extend@3.0.1~preinstall: extend@3.0.1 2402 silly preinstall extsprintf@1.3.0 2403 info lifecycle extsprintf@1.3.0~preinstall: extsprintf@1.3.0 2404 silly preinstall debug@2.6.9 2405 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2406 silly preinstall forever-agent@0.6.1 2407 info lifecycle forever-agent@0.6.1~preinstall: forever-agent@0.6.1 2408 silly preinstall form-data@2.1.4 2409 info lifecycle form-data@2.1.4~preinstall: form-data@2.1.4 2410 silly preinstall forwarded@0.1.2 2411 info lifecycle forwarded@0.1.2~preinstall: forwarded@0.1.2 2412 silly preinstall assert-plus@1.0.0 2413 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0 2414 silly preinstall getpass@0.1.7 2415 info lifecycle getpass@0.1.7~preinstall: getpass@0.1.7 2416 silly preinstall graceful-fs@4.1.11 2417 info lifecycle graceful-fs@4.1.11~preinstall: graceful-fs@4.1.11 2418 silly preinstall har-schema@1.0.5 2419 info lifecycle har-schema@1.0.5~preinstall: har-schema@1.0.5 2420 silly preinstall has-unicode@2.0.1 2421 info lifecycle has-unicode@2.0.1~preinstall: has-unicode@2.0.1 2422 silly preinstall hoek@2.16.3 2423 info lifecycle hoek@2.16.3~preinstall: hoek@2.16.3 2424 silly preinstall boom@2.10.1 2425 info lifecycle boom@2.10.1~preinstall: boom@2.10.1 2426 silly preinstall cryptiles@2.0.5 2427 info lifecycle cryptiles@2.0.5~preinstall: cryptiles@2.0.5 2428 silly preinstall iconv-lite@0.4.19 2429 info lifecycle iconv-lite@0.4.19~preinstall: iconv-lite@0.4.19 2430 silly preinstall ini@1.3.5 2431 info lifecycle ini@1.3.5~preinstall: ini@1.3.5 2432 silly preinstall ipaddr.js@1.6.0 2433 info lifecycle ipaddr.js@1.6.0~preinstall: ipaddr.js@1.6.0 2434 silly preinstall is-typedarray@1.0.0 2435 info lifecycle is-typedarray@1.0.0~preinstall: is-typedarray@1.0.0 2436 silly preinstall isstream@0.1.2 2437 info lifecycle isstream@0.1.2~preinstall: isstream@0.1.2 2438 silly preinstall jsbn@0.1.1 2439 info lifecycle jsbn@0.1.1~preinstall: jsbn@0.1.1 2440 silly preinstall easy-monitor@2.2.1 2441 info lifecycle easy-monitor@2.2.1~preinstall: easy-monitor@2.2.1 2442 silly preinstall v8-profiler-node8@5.7.7 2443 info lifecycle v8-profiler-node8@5.7.7~preinstall: v8-profiler-node8@5.7.7 2444 silly preinstall serve-favicon@2.4.5 2445 info lifecycle serve-favicon@2.4.5~preinstall: serve-favicon@2.4.5 2446 silly preinstall pretty-bytes@4.0.2 2447 info lifecycle pretty-bytes@4.0.2~preinstall: pretty-bytes@4.0.2 2448 silly preinstall lodash@4.17.5 2449 info lifecycle lodash@4.17.5~preinstall: lodash@4.17.5 2450 silly preinstall JSONStream@1.3.2 2451 info lifecycle JSONStream@1.3.2~preinstall: JSONStream@1.3.2 2452 silly preinstall express@4.16.3 2453 info lifecycle express@4.16.3~preinstall: express@4.16.3 2454 silly preinstall ejs@2.5.7 2455 info lifecycle ejs@2.5.7~preinstall: ejs@2.5.7 2456 silly preinstall compression@1.7.2 2457 info lifecycle compression@1.7.2~preinstall: compression@1.7.2 2458 silly preinstall colors@1.2.1 2459 info lifecycle colors@1.2.1~preinstall: colors@1.2.1 2460 silly preinstall basic-auth@1.1.0 2461 info lifecycle basic-auth@1.1.0~preinstall: basic-auth@1.1.0 2462 silly preinstall node-pre-gyp@0.6.39 2463 info lifecycle node-pre-gyp@0.6.39~preinstall: node-pre-gyp@0.6.39 2464 silly preinstall npmlog@4.1.2 2465 info lifecycle npmlog@4.1.2~preinstall: npmlog@4.1.2 2466 silly preinstall gauge@2.7.4 2467 info lifecycle gauge@2.7.4~preinstall: gauge@2.7.4 2468 silly preinstall wide-align@1.1.2 2469 info lifecycle wide-align@1.1.2~preinstall: wide-align@1.1.2 2470 silly preinstall request@2.81.0 2471 info lifecycle request@2.81.0~preinstall: request@2.81.0 2472 silly preinstall http-signature@1.1.1 2473 info lifecycle http-signature@1.1.1~preinstall: http-signature@1.1.1 2474 silly preinstall jsprim@1.4.1 2475 info lifecycle jsprim@1.4.1~preinstall: jsprim@1.4.1 2476 silly preinstall verror@1.10.0 2477 info lifecycle verror@1.10.0~preinstall: verror@1.10.0 2478 silly preinstall assert-plus@1.0.0 2479 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0 2480 silly preinstall uuid@3.2.1 2481 info lifecycle uuid@3.2.1~preinstall: uuid@3.2.1 2482 silly preinstall utils-merge@1.0.1 2483 info lifecycle utils-merge@1.0.1~preinstall: utils-merge@1.0.1 2484 silly preinstall body-parser@1.18.2 2485 info lifecycle body-parser@1.18.2~preinstall: body-parser@1.18.2 2486 silly preinstall raw-body@2.3.2 2487 info lifecycle raw-body@2.3.2~preinstall: raw-body@2.3.2 2488 silly preinstall finalhandler@1.1.1 2489 info lifecycle finalhandler@1.1.1~preinstall: finalhandler@1.1.1 2490 silly preinstall unpipe@1.0.0 2491 info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0 2492 silly preinstall tar-pack@3.4.1 2493 info lifecycle tar-pack@3.4.1~preinstall: tar-pack@3.4.1 2494 silly preinstall uid-number@0.0.6 2495 info lifecycle uid-number@0.0.6~preinstall: uid-number@0.0.6 2496 silly preinstall sshpk@1.14.1 2497 info lifecycle sshpk@1.14.1~preinstall: sshpk@1.14.1 2498 silly preinstall bcrypt-pbkdf@1.0.1 2499 info lifecycle bcrypt-pbkdf@1.0.1~preinstall: bcrypt-pbkdf@1.0.1 2500 silly preinstall tweetnacl@0.14.5 2501 info lifecycle tweetnacl@0.14.5~preinstall: tweetnacl@0.14.5 2502 silly preinstall tunnel-agent@0.6.0 2503 info lifecycle tunnel-agent@0.6.0~preinstall: tunnel-agent@0.6.0 2504 silly preinstall tough-cookie@2.3.4 2505 info lifecycle tough-cookie@2.3.4~preinstall: tough-cookie@2.3.4 2506 silly preinstall through@2.3.8 2507 info lifecycle through@2.3.8~preinstall: through@2.3.8 2508 silly preinstall debug@2.6.9 2509 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2510 silly preinstall tar@2.2.1 2511 info lifecycle tar@2.2.1~preinstall: tar@2.2.1 2512 silly preinstall rc@1.2.6 2513 info lifecycle rc@1.2.6~preinstall: rc@1.2.6 2514 silly preinstall strip-json-comments@2.0.1 2515 info lifecycle strip-json-comments@2.0.1~preinstall: strip-json-comments@2.0.1 2516 silly preinstall string-width@1.0.2 2517 info lifecycle string-width@1.0.2~preinstall: string-width@1.0.2 2518 silly preinstall strip-ansi@3.0.1 2519 info lifecycle strip-ansi@3.0.1~preinstall: strip-ansi@3.0.1 2520 silly preinstall stringstream@0.0.5 2521 info lifecycle stringstream@0.0.5~preinstall: stringstream@0.0.5 2522 silly preinstall assert-plus@1.0.0 2523 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0 2524 silly preinstall hawk@3.1.3 2525 info lifecycle hawk@3.1.3~preinstall: hawk@3.1.3 2526 silly preinstall sntp@1.0.9 2527 info lifecycle sntp@1.0.9~preinstall: sntp@1.0.9 2528 silly preinstall signal-exit@3.0.2 2529 info lifecycle signal-exit@3.0.2~preinstall: signal-exit@3.0.2 2530 silly preinstall set-blocking@2.0.0 2531 info lifecycle set-blocking@2.0.0~preinstall: set-blocking@2.0.0 2532 silly preinstall serve-static@1.13.2 2533 info lifecycle serve-static@1.13.2~preinstall: serve-static@1.13.2 2534 silly preinstall send@0.16.2 2535 info lifecycle send@0.16.2~preinstall: send@0.16.2 2536 silly preinstall debug@2.6.9 2537 info lifecycle debug@2.6.9~preinstall: debug@2.6.9 2538 silly preinstall semver@5.5.0 2539 info lifecycle semver@5.5.0~preinstall: semver@5.5.0 2540 silly preinstall fstream-ignore@1.0.5 2541 info lifecycle fstream-ignore@1.0.5~preinstall: fstream-ignore@1.0.5 2542 silly preinstall fstream@1.0.11 2543 info lifecycle fstream@1.0.11~preinstall: fstream@1.0.11 2544 silly preinstall rimraf@2.6.2 2545 info lifecycle rimraf@2.6.2~preinstall: rimraf@2.6.2 2546 silly preinstall qs@6.4.0 2547 info lifecycle qs@6.4.0~preinstall: qs@6.4.0 2548 silly preinstall minimist@1.2.0 2549 info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0 2550 silly preinstall range-parser@1.2.0 2551 info lifecycle range-parser@1.2.0~preinstall: range-parser@1.2.0 2552 silly preinstall qs@6.5.1 2553 info lifecycle qs@6.5.1~preinstall: qs@6.5.1 2554 silly preinstall punycode@1.4.1 2555 info lifecycle punycode@1.4.1~preinstall: punycode@1.4.1 2556 silly preinstall proxy-addr@2.0.3 2557 info lifecycle proxy-addr@2.0.3~preinstall: proxy-addr@2.0.3 2558 silly preinstall performance-now@0.2.0 2559 info lifecycle performance-now@0.2.0~preinstall: performance-now@0.2.0 2560 silly preinstall path-to-regexp@0.1.7 2561 info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7 2562 silly preinstall nopt@4.0.1 2563 info lifecycle nopt@4.0.1~preinstall: nopt@4.0.1 2564 silly preinstall osenv@0.1.5 2565 info lifecycle osenv@0.1.5~preinstall: osenv@0.1.5 2566 silly preinstall os-tmpdir@1.0.2 2567 info lifecycle os-tmpdir@1.0.2~preinstall: os-tmpdir@1.0.2 2568 silly preinstall os-homedir@1.0.2 2569 info lifecycle os-homedir@1.0.2~preinstall: os-homedir@1.0.2 2570 silly preinstall on-headers@1.0.1 2571 info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1 2572 silly preinstall object-assign@4.1.1 2573 info lifecycle object-assign@4.1.1~preinstall: object-assign@4.1.1 2574 silly preinstall oauth-sign@0.8.2 2575 info lifecycle oauth-sign@0.8.2~preinstall: oauth-sign@0.8.2 2576 silly preinstall is-fullwidth-code-point@1.0.0 2577 info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0 2578 silly preinstall number-is-nan@1.0.1 2579 info lifecycle number-is-nan@1.0.1~preinstall: number-is-nan@1.0.1 2580 silly preinstall nan@2.9.2 2581 info lifecycle nan@2.9.2~preinstall: nan@2.9.2 2582 silly preinstall mkdirp@0.5.1 2583 info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1 2584 silly preinstall minimist@0.0.8 2585 info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8 2586 silly preinstall mime@1.4.1 2587 info lifecycle mime@1.4.1~preinstall: mime@1.4.1 2588 silly preinstall methods@1.1.2 2589 info lifecycle methods@1.1.2~preinstall: methods@1.1.2 2590 silly preinstall merge-descriptors@1.0.1 2591 info lifecycle merge-descriptors@1.0.1~preinstall: merge-descriptors@1.0.1 2592 silly preinstall assert-plus@1.0.0 2593 info lifecycle assert-plus@1.0.0~preinstall: assert-plus@1.0.0 2594 silly preinstall jsonparse@1.3.1 2595 info lifecycle jsonparse@1.3.1~preinstall: jsonparse@1.3.1 2596 silly preinstall har-validator@4.2.1 2597 info lifecycle har-validator@4.2.1~preinstall: har-validator@4.2.1 2598 silly preinstall ajv@4.11.8 2599 info lifecycle ajv@4.11.8~preinstall: ajv@4.11.8 2600 silly preinstall json-stable-stringify@1.0.1 2601 info lifecycle json-stable-stringify@1.0.1~preinstall: json-stable-stringify@1.0.1 2602 silly preinstall jsonify@0.0.0 2603 info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0 2604 silly preinstall json-stringify-safe@5.0.1 2605 info lifecycle json-stringify-safe@5.0.1~preinstall: json-stringify-safe@5.0.1 2606 silly preinstall json-schema@0.2.3 2607 info lifecycle json-schema@0.2.3~preinstall: json-schema@0.2.3 2608 silly preinstall ecc-jsbn@0.1.1 2609 info lifecycle ecc-jsbn@0.1.1~preinstall: ecc-jsbn@0.1.1 2610 verbose lifecycle v8-profiler-node8@5.7.7~preinstall: unsafe-perm in lifecycle true 2611 verbose lifecycle v8-profiler-node8@5.7.7~preinstall: PATH: C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;M:\moe\node_modules\v8-profiler-node8\node_modules\.bin;M:\moe\node_modules\.bin;C:\Program Files\Oculus\Support\oculus-runtime;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Users\XRKJ\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Go\bin;E:\Software\php7;C:\ProgramData\ComposerSetup\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft Network Monitor 3\;C:\Program Files\dotnet\;C:\Program Files (x86)\GtkSharp\2.12\bin;D:\JTM\jdk\bin;D:\JTM\jdk\jre\bin;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\XRKJ\AppData\Roaming\Composer\vendor\bin;C:\Users\XRKJ\AppData\Local\Microsoft\WindowsApps;C:\Users\XRKJ\AppData\Local\atom\bin;C:\Users\XRKJ\AppData\Local\Microsoft\WindowsApps;C:\Users\XRKJ\AppData\Roaming\npm 2612 verbose lifecycle v8-profiler-node8@5.7.7~preinstall: CWD: M:\moe\node_modules\v8-profiler-node8 2613 silly lifecycle v8-profiler-node8@5.7.7~preinstall: Args: [ '/d /s /c', 'node -e \'process.exit(0)\'' ] 2614 silly lifecycle v8-profiler-node8@5.7.7~preinstall: Returned: code: 0 signal: null 2615 silly doSerial build 1080 2616 silly build abbrev@1.1.1 2617 info linkStuff abbrev@1.1.1 2618 silly linkStuff abbrev@1.1.1 has M:\moe\node_modules as its parent node_modules 2619 verbose linkBins abbrev@1.1.1 2620 verbose linkMans abbrev@1.1.1 2621 silly build ansi-regex@2.1.1 2622 info linkStuff ansi-regex@2.1.1 2623 silly linkStuff ansi-regex@2.1.1 has M:\moe\node_modules as its parent node_modules 2624 verbose linkBins ansi-regex@2.1.1 2625 verbose linkMans ansi-regex@2.1.1 2626 silly build aproba@1.2.0 2627 info linkStuff aproba@1.2.0 2628 silly linkStuff aproba@1.2.0 has M:\moe\node_modules as its parent node_modules 2629 verbose linkBins aproba@1.2.0 2630 verbose linkMans aproba@1.2.0 2631 silly build are-we-there-yet@1.1.4 2632 info linkStuff are-we-there-yet@1.1.4 2633 silly linkStuff are-we-there-yet@1.1.4 has M:\moe\node_modules as its parent node_modules 2634 verbose linkBins are-we-there-yet@1.1.4 2635 verbose linkMans are-we-there-yet@1.1.4 2636 silly build array-flatten@1.1.1 2637 info linkStuff array-flatten@1.1.1 2638 silly linkStuff array-flatten@1.1.1 has M:\moe\node_modules as its parent node_modules 2639 verbose linkBins array-flatten@1.1.1 2640 verbose linkMans array-flatten@1.1.1 2641 silly build asn1@0.2.3 2642 info linkStuff asn1@0.2.3 2643 silly linkStuff asn1@0.2.3 has M:\moe\node_modules as its parent node_modules 2644 verbose linkBins asn1@0.2.3 2645 verbose linkMans asn1@0.2.3 2646 silly build assert-plus@0.2.0 2647 info linkStuff assert-plus@0.2.0 2648 silly linkStuff assert-plus@0.2.0 has M:\moe\node_modules as its parent node_modules 2649 verbose linkBins assert-plus@0.2.0 2650 verbose linkMans assert-plus@0.2.0 2651 silly build asynckit@0.4.0 2652 info linkStuff asynckit@0.4.0 2653 silly linkStuff asynckit@0.4.0 has M:\moe\node_modules as its parent node_modules 2654 verbose linkBins asynckit@0.4.0 2655 verbose linkMans asynckit@0.4.0 2656 silly build aws-sign2@0.6.0 2657 info linkStuff aws-sign2@0.6.0 2658 silly linkStuff aws-sign2@0.6.0 has M:\moe\node_modules as its parent node_modules 2659 verbose linkBins aws-sign2@0.6.0 2660 verbose linkMans aws-sign2@0.6.0 2661 silly build aws4@1.6.0 2662 info linkStuff aws4@1.6.0 2663 silly linkStuff aws4@1.6.0 has M:\moe\node_modules as its parent node_modules 2664 verbose linkBins aws4@1.6.0 2665 verbose linkMans aws4@1.6.0 2666 silly build block-stream@0.0.9 2667 info linkStuff block-stream@0.0.9 2668 silly linkStuff block-stream@0.0.9 has M:\moe\node_modules as its parent node_modules 2669 verbose linkBins block-stream@0.0.9 2670 verbose linkMans block-stream@0.0.9 2671 silly build debug@2.6.9 2672 info linkStuff debug@2.6.9 2673 silly linkStuff debug@2.6.9 has M:\moe\node_modules\body-parser\node_modules as its parent node_modules 2674 verbose linkBins debug@2.6.9 2675 verbose linkMans debug@2.6.9 2676 silly build bytes@3.0.0 2677 info linkStuff bytes@3.0.0 2678 silly linkStuff bytes@3.0.0 has M:\moe\node_modules as its parent node_modules 2679 verbose linkBins bytes@3.0.0 2680 verbose linkMans bytes@3.0.0 2681 silly build caseless@0.12.0 2682 info linkStuff caseless@0.12.0 2683 silly linkStuff caseless@0.12.0 has M:\moe\node_modules as its parent node_modules 2684 verbose linkBins caseless@0.12.0 2685 verbose linkMans caseless@0.12.0 2686 silly build code-point-at@1.1.0 2687 info linkStuff code-point-at@1.1.0 2688 silly linkStuff code-point-at@1.1.0 has M:\moe\node_modules as its parent node_modules 2689 verbose linkBins code-point-at@1.1.0 2690 verbose linkMans code-point-at@1.1.0 2691 silly build compressible@2.0.13 2692 info linkStuff compressible@2.0.13 2693 silly linkStuff compressible@2.0.13 has M:\moe\node_modules as its parent node_modules 2694 verbose linkBins compressible@2.0.13 2695 verbose linkMans compressible@2.0.13 2696 silly build debug@2.6.9 2697 info linkStuff debug@2.6.9 2698 silly linkStuff debug@2.6.9 has M:\moe\node_modules\compression\node_modules as its parent node_modules 2699 verbose linkBins debug@2.6.9 2700 verbose linkMans debug@2.6.9 2701 silly build console-control-strings@1.1.0 2702 info linkStuff console-control-strings@1.1.0 2703 silly linkStuff console-control-strings@1.1.0 has M:\moe\node_modules as its parent node_modules 2704 verbose linkBins console-control-strings@1.1.0 2705 verbose linkMans console-control-strings@1.1.0 2706 silly build cookie@0.3.1 2707 info linkStuff cookie@0.3.1 2708 silly linkStuff cookie@0.3.1 has M:\moe\node_modules as its parent node_modules 2709 verbose linkBins cookie@0.3.1 2710 verbose linkMans cookie@0.3.1 2711 silly build cookie-signature@1.0.6 2712 info linkStuff cookie-signature@1.0.6 2713 silly linkStuff cookie-signature@1.0.6 has M:\moe\node_modules as its parent node_modules 2714 verbose linkBins cookie-signature@1.0.6 2715 verbose linkMans cookie-signature@1.0.6 2716 silly build assert-plus@1.0.0 2717 info linkStuff assert-plus@1.0.0 2718 silly linkStuff assert-plus@1.0.0 has M:\moe\node_modules\dashdash\node_modules as its parent node_modules 2719 verbose linkBins assert-plus@1.0.0 2720 verbose linkMans assert-plus@1.0.0 2721 silly build dashdash@1.14.1 2722 info linkStuff dashdash@1.14.1 2723 silly linkStuff dashdash@1.14.1 has M:\moe\node_modules as its parent node_modules 2724 verbose linkBins dashdash@1.14.1 2725 verbose linkMans dashdash@1.14.1 2726 silly build deep-extend@0.4.2 2727 info linkStuff deep-extend@0.4.2 2728 silly linkStuff deep-extend@0.4.2 has M:\moe\node_modules as its parent node_modules 2729 verbose linkBins deep-extend@0.4.2 2730 verbose linkMans deep-extend@0.4.2 2731 silly build delayed-stream@1.0.0 2732 info linkStuff delayed-stream@1.0.0 2733 silly linkStuff delayed-stream@1.0.0 has M:\moe\node_modules as its parent node_modules 2734 verbose linkBins delayed-stream@1.0.0 2735 verbose linkMans delayed-stream@1.0.0 2736 silly build combined-stream@1.0.6 2737 info linkStuff combined-stream@1.0.6 2738 silly linkStuff combined-stream@1.0.6 has M:\moe\node_modules as its parent node_modules 2739 verbose linkBins combined-stream@1.0.6 2740 verbose linkMans combined-stream@1.0.6 2741 silly build detect-libc@1.0.3 2742 info linkStuff detect-libc@1.0.3 2743 silly linkStuff detect-libc@1.0.3 has M:\moe\node_modules as its parent node_modules 2744 verbose linkBins detect-libc@1.0.3 2745 verbose linkBins [ { 'detect-libc': './bin/detect-libc.js' }, 2745 verbose linkBins 'M:\\moe\\node_modules\\.bin', 2745 verbose linkBins false ] 2746 verbose linkMans detect-libc@1.0.3 2747 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\detect-libc\bin\detect-libc.js 2748 silly build encodeurl@1.0.2 2749 info linkStuff encodeurl@1.0.2 2750 silly linkStuff encodeurl@1.0.2 has M:\moe\node_modules as its parent node_modules 2751 verbose linkBins encodeurl@1.0.2 2752 verbose linkMans encodeurl@1.0.2 2753 silly build etag@1.8.1 2754 info linkStuff etag@1.8.1 2755 silly linkStuff etag@1.8.1 has M:\moe\node_modules as its parent node_modules 2756 verbose linkBins etag@1.8.1 2757 verbose linkMans etag@1.8.1 2758 silly build debug@2.6.9 2759 info linkStuff debug@2.6.9 2760 silly linkStuff debug@2.6.9 has M:\moe\node_modules\express\node_modules as its parent node_modules 2761 verbose linkBins debug@2.6.9 2762 verbose linkMans debug@2.6.9 2763 silly build setprototypeof@1.1.0 2764 info linkStuff setprototypeof@1.1.0 2765 silly linkStuff setprototypeof@1.1.0 has M:\moe\node_modules\express\node_modules as its parent node_modules 2766 verbose linkBins setprototypeof@1.1.0 2767 verbose linkMans setprototypeof@1.1.0 2768 silly build extend@3.0.1 2769 info linkStuff extend@3.0.1 2770 silly linkStuff extend@3.0.1 has M:\moe\node_modules as its parent node_modules 2771 verbose linkBins extend@3.0.1 2772 verbose linkMans extend@3.0.1 2773 silly build extsprintf@1.3.0 2774 info linkStuff extsprintf@1.3.0 2775 silly linkStuff extsprintf@1.3.0 has M:\moe\node_modules as its parent node_modules 2776 verbose linkBins extsprintf@1.3.0 2777 verbose linkMans extsprintf@1.3.0 2778 silly build debug@2.6.9 2779 info linkStuff debug@2.6.9 2780 silly linkStuff debug@2.6.9 has M:\moe\node_modules\finalhandler\node_modules as its parent node_modules 2781 verbose linkBins debug@2.6.9 2782 verbose linkMans debug@2.6.9 2783 silly build forever-agent@0.6.1 2784 info linkStuff forever-agent@0.6.1 2785 silly linkStuff forever-agent@0.6.1 has M:\moe\node_modules as its parent node_modules 2786 verbose linkBins forever-agent@0.6.1 2787 verbose linkMans forever-agent@0.6.1 2788 silly build form-data@2.1.4 2789 info linkStuff form-data@2.1.4 2790 silly linkStuff form-data@2.1.4 has M:\moe\node_modules as its parent node_modules 2791 verbose linkBins form-data@2.1.4 2792 verbose linkMans form-data@2.1.4 2793 silly build forwarded@0.1.2 2794 info linkStuff forwarded@0.1.2 2795 silly linkStuff forwarded@0.1.2 has M:\moe\node_modules as its parent node_modules 2796 verbose linkBins forwarded@0.1.2 2797 verbose linkMans forwarded@0.1.2 2798 silly build assert-plus@1.0.0 2799 info linkStuff assert-plus@1.0.0 2800 silly linkStuff assert-plus@1.0.0 has M:\moe\node_modules\getpass\node_modules as its parent node_modules 2801 verbose linkBins assert-plus@1.0.0 2802 verbose linkMans assert-plus@1.0.0 2803 silly build getpass@0.1.7 2804 info linkStuff getpass@0.1.7 2805 silly linkStuff getpass@0.1.7 has M:\moe\node_modules as its parent node_modules 2806 verbose linkBins getpass@0.1.7 2807 verbose linkMans getpass@0.1.7 2808 silly build graceful-fs@4.1.11 2809 info linkStuff graceful-fs@4.1.11 2810 silly linkStuff graceful-fs@4.1.11 has M:\moe\node_modules as its parent node_modules 2811 verbose linkBins graceful-fs@4.1.11 2812 verbose linkMans graceful-fs@4.1.11 2813 silly build har-schema@1.0.5 2814 info linkStuff har-schema@1.0.5 2815 silly linkStuff har-schema@1.0.5 has M:\moe\node_modules as its parent node_modules 2816 verbose linkBins har-schema@1.0.5 2817 verbose linkMans har-schema@1.0.5 2818 silly build has-unicode@2.0.1 2819 info linkStuff has-unicode@2.0.1 2820 silly linkStuff has-unicode@2.0.1 has M:\moe\node_modules as its parent node_modules 2821 verbose linkBins has-unicode@2.0.1 2822 verbose linkMans has-unicode@2.0.1 2823 silly build hoek@2.16.3 2824 info linkStuff hoek@2.16.3 2825 silly linkStuff hoek@2.16.3 has M:\moe\node_modules as its parent node_modules 2826 verbose linkBins hoek@2.16.3 2827 verbose linkMans hoek@2.16.3 2828 silly build boom@2.10.1 2829 info linkStuff boom@2.10.1 2830 silly linkStuff boom@2.10.1 has M:\moe\node_modules as its parent node_modules 2831 verbose linkBins boom@2.10.1 2832 verbose linkMans boom@2.10.1 2833 silly build cryptiles@2.0.5 2834 info linkStuff cryptiles@2.0.5 2835 silly linkStuff cryptiles@2.0.5 has M:\moe\node_modules as its parent node_modules 2836 verbose linkBins cryptiles@2.0.5 2837 verbose linkMans cryptiles@2.0.5 2838 silly build iconv-lite@0.4.19 2839 info linkStuff iconv-lite@0.4.19 2840 silly linkStuff iconv-lite@0.4.19 has M:\moe\node_modules as its parent node_modules 2841 verbose linkBins iconv-lite@0.4.19 2842 verbose linkMans iconv-lite@0.4.19 2843 silly build ini@1.3.5 2844 info linkStuff ini@1.3.5 2845 silly linkStuff ini@1.3.5 has M:\moe\node_modules as its parent node_modules 2846 verbose linkBins ini@1.3.5 2847 verbose linkMans ini@1.3.5 2848 silly build ipaddr.js@1.6.0 2849 info linkStuff ipaddr.js@1.6.0 2850 silly linkStuff ipaddr.js@1.6.0 has M:\moe\node_modules as its parent node_modules 2851 verbose linkBins ipaddr.js@1.6.0 2852 verbose linkMans ipaddr.js@1.6.0 2853 silly build is-typedarray@1.0.0 2854 info linkStuff is-typedarray@1.0.0 2855 silly linkStuff is-typedarray@1.0.0 has M:\moe\node_modules as its parent node_modules 2856 verbose linkBins is-typedarray@1.0.0 2857 verbose linkMans is-typedarray@1.0.0 2858 silly build isstream@0.1.2 2859 info linkStuff isstream@0.1.2 2860 silly linkStuff isstream@0.1.2 has M:\moe\node_modules as its parent node_modules 2861 verbose linkBins isstream@0.1.2 2862 verbose linkMans isstream@0.1.2 2863 silly build jsbn@0.1.1 2864 info linkStuff jsbn@0.1.1 2865 silly linkStuff jsbn@0.1.1 has M:\moe\node_modules as its parent node_modules 2866 verbose linkBins jsbn@0.1.1 2867 verbose linkMans jsbn@0.1.1 2868 silly build ecc-jsbn@0.1.1 2869 info linkStuff ecc-jsbn@0.1.1 2870 silly linkStuff ecc-jsbn@0.1.1 has M:\moe\node_modules as its parent node_modules 2871 verbose linkBins ecc-jsbn@0.1.1 2872 verbose linkMans ecc-jsbn@0.1.1 2873 silly build json-schema@0.2.3 2874 info linkStuff json-schema@0.2.3 2875 silly linkStuff json-schema@0.2.3 has M:\moe\node_modules as its parent node_modules 2876 verbose linkBins json-schema@0.2.3 2877 verbose linkMans json-schema@0.2.3 2878 silly build json-stringify-safe@5.0.1 2879 info linkStuff json-stringify-safe@5.0.1 2880 silly linkStuff json-stringify-safe@5.0.1 has M:\moe\node_modules as its parent node_modules 2881 verbose linkBins json-stringify-safe@5.0.1 2882 verbose linkMans json-stringify-safe@5.0.1 2883 silly build jsonify@0.0.0 2884 info linkStuff jsonify@0.0.0 2885 silly linkStuff jsonify@0.0.0 has M:\moe\node_modules as its parent node_modules 2886 verbose linkBins jsonify@0.0.0 2887 verbose linkMans jsonify@0.0.0 2888 silly build json-stable-stringify@1.0.1 2889 info linkStuff json-stable-stringify@1.0.1 2890 silly linkStuff json-stable-stringify@1.0.1 has M:\moe\node_modules as its parent node_modules 2891 verbose linkBins json-stable-stringify@1.0.1 2892 verbose linkMans json-stable-stringify@1.0.1 2893 silly build ajv@4.11.8 2894 info linkStuff ajv@4.11.8 2895 silly linkStuff ajv@4.11.8 has M:\moe\node_modules as its parent node_modules 2896 verbose linkBins ajv@4.11.8 2897 verbose linkMans ajv@4.11.8 2898 silly build har-validator@4.2.1 2899 info linkStuff har-validator@4.2.1 2900 silly linkStuff har-validator@4.2.1 has M:\moe\node_modules as its parent node_modules 2901 verbose linkBins har-validator@4.2.1 2902 verbose linkMans har-validator@4.2.1 2903 silly build jsonparse@1.3.1 2904 info linkStuff jsonparse@1.3.1 2905 silly linkStuff jsonparse@1.3.1 has M:\moe\node_modules as its parent node_modules 2906 verbose linkBins jsonparse@1.3.1 2907 verbose linkMans jsonparse@1.3.1 2908 silly build assert-plus@1.0.0 2909 info linkStuff assert-plus@1.0.0 2910 silly linkStuff assert-plus@1.0.0 has M:\moe\node_modules\jsprim\node_modules as its parent node_modules 2911 verbose linkBins assert-plus@1.0.0 2912 verbose linkMans assert-plus@1.0.0 2913 silly build merge-descriptors@1.0.1 2914 info linkStuff merge-descriptors@1.0.1 2915 silly linkStuff merge-descriptors@1.0.1 has M:\moe\node_modules as its parent node_modules 2916 verbose linkBins merge-descriptors@1.0.1 2917 verbose linkMans merge-descriptors@1.0.1 2918 silly build methods@1.1.2 2919 info linkStuff methods@1.1.2 2920 silly linkStuff methods@1.1.2 has M:\moe\node_modules as its parent node_modules 2921 verbose linkBins methods@1.1.2 2922 verbose linkMans methods@1.1.2 2923 silly build mime@1.4.1 2924 info linkStuff mime@1.4.1 2925 silly linkStuff mime@1.4.1 has M:\moe\node_modules as its parent node_modules 2926 verbose linkBins mime@1.4.1 2927 verbose linkBins [ { mime: 'cli.js' }, 'M:\\moe\\node_modules\\.bin', false ] 2928 verbose linkMans mime@1.4.1 2929 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\mime\cli.js 2930 silly build minimist@0.0.8 2931 info linkStuff minimist@0.0.8 2932 silly linkStuff minimist@0.0.8 has M:\moe\node_modules as its parent node_modules 2933 verbose linkBins minimist@0.0.8 2934 verbose linkMans minimist@0.0.8 2935 silly build mkdirp@0.5.1 2936 info linkStuff mkdirp@0.5.1 2937 silly linkStuff mkdirp@0.5.1 has M:\moe\node_modules as its parent node_modules 2938 verbose linkBins mkdirp@0.5.1 2939 verbose linkBins [ { mkdirp: 'bin/cmd.js' }, 2939 verbose linkBins 'M:\\moe\\node_modules\\.bin', 2939 verbose linkBins false ] 2940 verbose linkMans mkdirp@0.5.1 2941 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\mkdirp\bin\cmd.js 2942 silly build nan@2.9.2 2943 info linkStuff nan@2.9.2 2944 silly linkStuff nan@2.9.2 has M:\moe\node_modules as its parent node_modules 2945 verbose linkBins nan@2.9.2 2946 verbose linkMans nan@2.9.2 2947 silly build number-is-nan@1.0.1 2948 info linkStuff number-is-nan@1.0.1 2949 silly linkStuff number-is-nan@1.0.1 has M:\moe\node_modules as its parent node_modules 2950 verbose linkBins number-is-nan@1.0.1 2951 verbose linkMans number-is-nan@1.0.1 2952 silly build is-fullwidth-code-point@1.0.0 2953 info linkStuff is-fullwidth-code-point@1.0.0 2954 silly linkStuff is-fullwidth-code-point@1.0.0 has M:\moe\node_modules as its parent node_modules 2955 verbose linkBins is-fullwidth-code-point@1.0.0 2956 verbose linkMans is-fullwidth-code-point@1.0.0 2957 silly build oauth-sign@0.8.2 2958 info linkStuff oauth-sign@0.8.2 2959 silly linkStuff oauth-sign@0.8.2 has M:\moe\node_modules as its parent node_modules 2960 verbose linkBins oauth-sign@0.8.2 2961 verbose linkMans oauth-sign@0.8.2 2962 silly build object-assign@4.1.1 2963 info linkStuff object-assign@4.1.1 2964 silly linkStuff object-assign@4.1.1 has M:\moe\node_modules as its parent node_modules 2965 verbose linkBins object-assign@4.1.1 2966 verbose linkMans object-assign@4.1.1 2967 silly build on-headers@1.0.1 2968 info linkStuff on-headers@1.0.1 2969 silly linkStuff on-headers@1.0.1 has M:\moe\node_modules as its parent node_modules 2970 verbose linkBins on-headers@1.0.1 2971 verbose linkMans on-headers@1.0.1 2972 silly build os-homedir@1.0.2 2973 info linkStuff os-homedir@1.0.2 2974 silly linkStuff os-homedir@1.0.2 has M:\moe\node_modules as its parent node_modules 2975 verbose linkBins os-homedir@1.0.2 2976 verbose linkMans os-homedir@1.0.2 2977 silly build os-tmpdir@1.0.2 2978 info linkStuff os-tmpdir@1.0.2 2979 silly linkStuff os-tmpdir@1.0.2 has M:\moe\node_modules as its parent node_modules 2980 verbose linkBins os-tmpdir@1.0.2 2981 verbose linkMans os-tmpdir@1.0.2 2982 silly build osenv@0.1.5 2983 info linkStuff osenv@0.1.5 2984 silly linkStuff osenv@0.1.5 has M:\moe\node_modules as its parent node_modules 2985 verbose linkBins osenv@0.1.5 2986 verbose linkMans osenv@0.1.5 2987 silly build nopt@4.0.1 2988 info linkStuff nopt@4.0.1 2989 silly linkStuff nopt@4.0.1 has M:\moe\node_modules as its parent node_modules 2990 verbose linkBins nopt@4.0.1 2991 verbose linkBins [ { nopt: './bin/nopt.js' }, 2991 verbose linkBins 'M:\\moe\\node_modules\\.bin', 2991 verbose linkBins false ] 2992 verbose linkMans nopt@4.0.1 2993 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\nopt\bin\nopt.js 2994 silly build path-to-regexp@0.1.7 2995 info linkStuff path-to-regexp@0.1.7 2996 silly linkStuff path-to-regexp@0.1.7 has M:\moe\node_modules as its parent node_modules 2997 verbose linkBins path-to-regexp@0.1.7 2998 verbose linkMans path-to-regexp@0.1.7 2999 silly build performance-now@0.2.0 3000 info linkStuff performance-now@0.2.0 3001 silly linkStuff performance-now@0.2.0 has M:\moe\node_modules as its parent node_modules 3002 verbose linkBins performance-now@0.2.0 3003 verbose linkMans performance-now@0.2.0 3004 silly build proxy-addr@2.0.3 3005 info linkStuff proxy-addr@2.0.3 3006 silly linkStuff proxy-addr@2.0.3 has M:\moe\node_modules as its parent node_modules 3007 verbose linkBins proxy-addr@2.0.3 3008 verbose linkMans proxy-addr@2.0.3 3009 silly build punycode@1.4.1 3010 info linkStuff punycode@1.4.1 3011 silly linkStuff punycode@1.4.1 has M:\moe\node_modules as its parent node_modules 3012 verbose linkBins punycode@1.4.1 3013 verbose linkMans punycode@1.4.1 3014 silly build qs@6.5.1 3015 info linkStuff qs@6.5.1 3016 silly linkStuff qs@6.5.1 has M:\moe\node_modules as its parent node_modules 3017 verbose linkBins qs@6.5.1 3018 verbose linkMans qs@6.5.1 3019 silly build range-parser@1.2.0 3020 info linkStuff range-parser@1.2.0 3021 silly linkStuff range-parser@1.2.0 has M:\moe\node_modules as its parent node_modules 3022 verbose linkBins range-parser@1.2.0 3023 verbose linkMans range-parser@1.2.0 3024 silly build minimist@1.2.0 3025 info linkStuff minimist@1.2.0 3026 silly linkStuff minimist@1.2.0 has M:\moe\node_modules\rc\node_modules as its parent node_modules 3027 verbose linkBins minimist@1.2.0 3028 verbose linkMans minimist@1.2.0 3029 silly build qs@6.4.0 3030 info linkStuff qs@6.4.0 3031 silly linkStuff qs@6.4.0 has M:\moe\node_modules\request\node_modules as its parent node_modules 3032 verbose linkBins qs@6.4.0 3033 verbose linkMans qs@6.4.0 3034 silly build rimraf@2.6.2 3035 info linkStuff rimraf@2.6.2 3036 silly linkStuff rimraf@2.6.2 has M:\moe\node_modules as its parent node_modules 3037 verbose linkBins rimraf@2.6.2 3038 verbose linkBins [ { rimraf: './bin.js' }, 'M:\\moe\\node_modules\\.bin', false ] 3039 verbose linkMans rimraf@2.6.2 3040 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\rimraf\bin.js 3041 silly build fstream@1.0.11 3042 info linkStuff fstream@1.0.11 3043 silly linkStuff fstream@1.0.11 has M:\moe\node_modules as its parent node_modules 3044 verbose linkBins fstream@1.0.11 3045 verbose linkMans fstream@1.0.11 3046 silly build fstream-ignore@1.0.5 3047 info linkStuff fstream-ignore@1.0.5 3048 silly linkStuff fstream-ignore@1.0.5 has M:\moe\node_modules as its parent node_modules 3049 verbose linkBins fstream-ignore@1.0.5 3050 verbose linkMans fstream-ignore@1.0.5 3051 silly build semver@5.5.0 3052 info linkStuff semver@5.5.0 3053 silly linkStuff semver@5.5.0 has M:\moe\node_modules as its parent node_modules 3054 verbose linkBins semver@5.5.0 3055 verbose linkBins [ { semver: './bin/semver' }, 3055 verbose linkBins 'M:\\moe\\node_modules\\.bin', 3055 verbose linkBins false ] 3056 verbose linkMans semver@5.5.0 3057 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\semver\bin\semver 3058 silly build debug@2.6.9 3059 info linkStuff debug@2.6.9 3060 silly linkStuff debug@2.6.9 has M:\moe\node_modules\send\node_modules as its parent node_modules 3061 verbose linkBins debug@2.6.9 3062 verbose linkMans debug@2.6.9 3063 silly build send@0.16.2 3064 info linkStuff send@0.16.2 3065 silly linkStuff send@0.16.2 has M:\moe\node_modules as its parent node_modules 3066 verbose linkBins send@0.16.2 3067 verbose linkMans send@0.16.2 3068 silly build serve-static@1.13.2 3069 info linkStuff serve-static@1.13.2 3070 silly linkStuff serve-static@1.13.2 has M:\moe\node_modules as its parent node_modules 3071 verbose linkBins serve-static@1.13.2 3072 verbose linkMans serve-static@1.13.2 3073 silly build set-blocking@2.0.0 3074 info linkStuff set-blocking@2.0.0 3075 silly linkStuff set-blocking@2.0.0 has M:\moe\node_modules as its parent node_modules 3076 verbose linkBins set-blocking@2.0.0 3077 verbose linkMans set-blocking@2.0.0 3078 silly build signal-exit@3.0.2 3079 info linkStuff signal-exit@3.0.2 3080 silly linkStuff signal-exit@3.0.2 has M:\moe\node_modules as its parent node_modules 3081 verbose linkBins signal-exit@3.0.2 3082 verbose linkMans signal-exit@3.0.2 3083 silly build sntp@1.0.9 3084 info linkStuff sntp@1.0.9 3085 silly linkStuff sntp@1.0.9 has M:\moe\node_modules as its parent node_modules 3086 verbose linkBins sntp@1.0.9 3087 verbose linkMans sntp@1.0.9 3088 silly build hawk@3.1.3 3089 info linkStuff hawk@3.1.3 3090 silly linkStuff hawk@3.1.3 has M:\moe\node_modules as its parent node_modules 3091 verbose linkBins hawk@3.1.3 3092 verbose linkMans hawk@3.1.3 3093 silly build assert-plus@1.0.0 3094 info linkStuff assert-plus@1.0.0 3095 silly linkStuff assert-plus@1.0.0 has M:\moe\node_modules\sshpk\node_modules as its parent node_modules 3096 verbose linkBins assert-plus@1.0.0 3097 verbose linkMans assert-plus@1.0.0 3098 silly build stringstream@0.0.5 3099 info linkStuff stringstream@0.0.5 3100 silly linkStuff stringstream@0.0.5 has M:\moe\node_modules as its parent node_modules 3101 verbose linkBins stringstream@0.0.5 3102 verbose linkMans stringstream@0.0.5 3103 silly build strip-ansi@3.0.1 3104 info linkStuff strip-ansi@3.0.1 3105 silly linkStuff strip-ansi@3.0.1 has M:\moe\node_modules as its parent node_modules 3106 verbose linkBins strip-ansi@3.0.1 3107 verbose linkMans strip-ansi@3.0.1 3108 silly build string-width@1.0.2 3109 info linkStuff string-width@1.0.2 3110 silly linkStuff string-width@1.0.2 has M:\moe\node_modules as its parent node_modules 3111 verbose linkBins string-width@1.0.2 3112 verbose linkMans string-width@1.0.2 3113 silly build strip-json-comments@2.0.1 3114 info linkStuff strip-json-comments@2.0.1 3115 silly linkStuff strip-json-comments@2.0.1 has M:\moe\node_modules as its parent node_modules 3116 verbose linkBins strip-json-comments@2.0.1 3117 verbose linkMans strip-json-comments@2.0.1 3118 silly build rc@1.2.6 3119 info linkStuff rc@1.2.6 3120 silly linkStuff rc@1.2.6 has M:\moe\node_modules as its parent node_modules 3121 verbose linkBins rc@1.2.6 3122 verbose linkBins [ { rc: './cli.js' }, 'M:\\moe\\node_modules\\.bin', false ] 3123 verbose linkMans rc@1.2.6 3124 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\rc\cli.js 3125 silly build tar@2.2.1 3126 info linkStuff tar@2.2.1 3127 silly linkStuff tar@2.2.1 has M:\moe\node_modules as its parent node_modules 3128 verbose linkBins tar@2.2.1 3129 verbose linkMans tar@2.2.1 3130 silly build debug@2.6.9 3131 info linkStuff debug@2.6.9 3132 silly linkStuff debug@2.6.9 has M:\moe\node_modules\tar-pack\node_modules as its parent node_modules 3133 verbose linkBins debug@2.6.9 3134 verbose linkMans debug@2.6.9 3135 silly build through@2.3.8 3136 info linkStuff through@2.3.8 3137 silly linkStuff through@2.3.8 has M:\moe\node_modules as its parent node_modules 3138 verbose linkBins through@2.3.8 3139 verbose linkMans through@2.3.8 3140 silly build tough-cookie@2.3.4 3141 info linkStuff tough-cookie@2.3.4 3142 silly linkStuff tough-cookie@2.3.4 has M:\moe\node_modules as its parent node_modules 3143 verbose linkBins tough-cookie@2.3.4 3144 verbose linkMans tough-cookie@2.3.4 3145 silly build tunnel-agent@0.6.0 3146 info linkStuff tunnel-agent@0.6.0 3147 silly linkStuff tunnel-agent@0.6.0 has M:\moe\node_modules as its parent node_modules 3148 verbose linkBins tunnel-agent@0.6.0 3149 verbose linkMans tunnel-agent@0.6.0 3150 silly build tweetnacl@0.14.5 3151 info linkStuff tweetnacl@0.14.5 3152 silly linkStuff tweetnacl@0.14.5 has M:\moe\node_modules as its parent node_modules 3153 verbose linkBins tweetnacl@0.14.5 3154 verbose linkMans tweetnacl@0.14.5 3155 silly build bcrypt-pbkdf@1.0.1 3156 info linkStuff bcrypt-pbkdf@1.0.1 3157 silly linkStuff bcrypt-pbkdf@1.0.1 has M:\moe\node_modules as its parent node_modules 3158 verbose linkBins bcrypt-pbkdf@1.0.1 3159 verbose linkMans bcrypt-pbkdf@1.0.1 3160 silly build sshpk@1.14.1 3161 info linkStuff sshpk@1.14.1 3162 silly linkStuff sshpk@1.14.1 has M:\moe\node_modules as its parent node_modules 3163 verbose linkBins sshpk@1.14.1 3164 verbose linkBins [ { 'sshpk-conv': 'bin/sshpk-conv', 3164 verbose linkBins 'sshpk-sign': 'bin/sshpk-sign', 3164 verbose linkBins 'sshpk-verify': 'bin/sshpk-verify' }, 3164 verbose linkBins 'M:\\moe\\node_modules\\.bin', 3164 verbose linkBins false ] 3165 verbose linkMans sshpk@1.14.1 3166 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\sshpk\bin\sshpk-conv 3167 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\sshpk\bin\sshpk-sign 3168 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\sshpk\bin\sshpk-verify 3169 silly build uid-number@0.0.6 3170 info linkStuff uid-number@0.0.6 3171 silly linkStuff uid-number@0.0.6 has M:\moe\node_modules as its parent node_modules 3172 verbose linkBins uid-number@0.0.6 3173 verbose linkMans uid-number@0.0.6 3174 silly build tar-pack@3.4.1 3175 info linkStuff tar-pack@3.4.1 3176 silly linkStuff tar-pack@3.4.1 has M:\moe\node_modules as its parent node_modules 3177 verbose linkBins tar-pack@3.4.1 3178 verbose linkMans tar-pack@3.4.1 3179 silly build unpipe@1.0.0 3180 info linkStuff unpipe@1.0.0 3181 silly linkStuff unpipe@1.0.0 has M:\moe\node_modules as its parent node_modules 3182 verbose linkBins unpipe@1.0.0 3183 verbose linkMans unpipe@1.0.0 3184 silly build finalhandler@1.1.1 3185 info linkStuff finalhandler@1.1.1 3186 silly linkStuff finalhandler@1.1.1 has M:\moe\node_modules as its parent node_modules 3187 verbose linkBins finalhandler@1.1.1 3188 verbose linkMans finalhandler@1.1.1 3189 silly build raw-body@2.3.2 3190 info linkStuff raw-body@2.3.2 3191 silly linkStuff raw-body@2.3.2 has M:\moe\node_modules as its parent node_modules 3192 verbose linkBins raw-body@2.3.2 3193 verbose linkMans raw-body@2.3.2 3194 silly build body-parser@1.18.2 3195 info linkStuff body-parser@1.18.2 3196 silly linkStuff body-parser@1.18.2 has M:\moe\node_modules as its parent node_modules 3197 verbose linkBins body-parser@1.18.2 3198 verbose linkMans body-parser@1.18.2 3199 silly build utils-merge@1.0.1 3200 info linkStuff utils-merge@1.0.1 3201 silly linkStuff utils-merge@1.0.1 has M:\moe\node_modules as its parent node_modules 3202 verbose linkBins utils-merge@1.0.1 3203 verbose linkMans utils-merge@1.0.1 3204 silly build uuid@3.2.1 3205 info linkStuff uuid@3.2.1 3206 silly linkStuff uuid@3.2.1 has M:\moe\node_modules as its parent node_modules 3207 verbose linkBins uuid@3.2.1 3208 verbose linkBins [ { uuid: './bin/uuid' }, 'M:\\moe\\node_modules\\.bin', false ] 3209 verbose linkMans uuid@3.2.1 3210 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\uuid\bin\uuid 3211 silly build assert-plus@1.0.0 3212 info linkStuff assert-plus@1.0.0 3213 silly linkStuff assert-plus@1.0.0 has M:\moe\node_modules\verror\node_modules as its parent node_modules 3214 verbose linkBins assert-plus@1.0.0 3215 verbose linkMans assert-plus@1.0.0 3216 silly build verror@1.10.0 3217 info linkStuff verror@1.10.0 3218 silly linkStuff verror@1.10.0 has M:\moe\node_modules as its parent node_modules 3219 verbose linkBins verror@1.10.0 3220 verbose linkMans verror@1.10.0 3221 silly build jsprim@1.4.1 3222 info linkStuff jsprim@1.4.1 3223 silly linkStuff jsprim@1.4.1 has M:\moe\node_modules as its parent node_modules 3224 verbose linkBins jsprim@1.4.1 3225 verbose linkMans jsprim@1.4.1 3226 silly build http-signature@1.1.1 3227 info linkStuff http-signature@1.1.1 3228 silly linkStuff http-signature@1.1.1 has M:\moe\node_modules as its parent node_modules 3229 verbose linkBins http-signature@1.1.1 3230 verbose linkMans http-signature@1.1.1 3231 silly build request@2.81.0 3232 info linkStuff request@2.81.0 3233 silly linkStuff request@2.81.0 has M:\moe\node_modules as its parent node_modules 3234 verbose linkBins request@2.81.0 3235 verbose linkMans request@2.81.0 3236 silly build wide-align@1.1.2 3237 info linkStuff wide-align@1.1.2 3238 silly linkStuff wide-align@1.1.2 has M:\moe\node_modules as its parent node_modules 3239 verbose linkBins wide-align@1.1.2 3240 verbose linkMans wide-align@1.1.2 3241 silly build gauge@2.7.4 3242 info linkStuff gauge@2.7.4 3243 silly linkStuff gauge@2.7.4 has M:\moe\node_modules as its parent node_modules 3244 verbose linkBins gauge@2.7.4 3245 verbose linkMans gauge@2.7.4 3246 silly build npmlog@4.1.2 3247 info linkStuff npmlog@4.1.2 3248 silly linkStuff npmlog@4.1.2 has M:\moe\node_modules as its parent node_modules 3249 verbose linkBins npmlog@4.1.2 3250 verbose linkMans npmlog@4.1.2 3251 silly build node-pre-gyp@0.6.39 3252 info linkStuff node-pre-gyp@0.6.39 3253 silly linkStuff node-pre-gyp@0.6.39 has M:\moe\node_modules as its parent node_modules 3254 verbose linkBins node-pre-gyp@0.6.39 3255 verbose linkBins [ { 'node-pre-gyp': './bin/node-pre-gyp' }, 3255 verbose linkBins 'M:\\moe\\node_modules\\.bin', 3255 verbose linkBins false ] 3256 verbose linkMans node-pre-gyp@0.6.39 3257 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\node-pre-gyp\bin\node-pre-gyp 3258 silly build basic-auth@1.1.0 3259 info linkStuff basic-auth@1.1.0 3260 silly linkStuff basic-auth@1.1.0 has M:\moe\node_modules as its parent node_modules 3261 verbose linkBins basic-auth@1.1.0 3262 verbose linkMans basic-auth@1.1.0 3263 silly build colors@1.2.1 3264 info linkStuff colors@1.2.1 3265 silly linkStuff colors@1.2.1 has M:\moe\node_modules as its parent node_modules 3266 verbose linkBins colors@1.2.1 3267 verbose linkMans colors@1.2.1 3268 silly build compression@1.7.2 3269 info linkStuff compression@1.7.2 3270 silly linkStuff compression@1.7.2 has M:\moe\node_modules as its parent node_modules 3271 verbose linkBins compression@1.7.2 3272 verbose linkMans compression@1.7.2 3273 silly build ejs@2.5.7 3274 info linkStuff ejs@2.5.7 3275 silly linkStuff ejs@2.5.7 has M:\moe\node_modules as its parent node_modules 3276 verbose linkBins ejs@2.5.7 3277 verbose linkMans ejs@2.5.7 3278 silly build express@4.16.3 3279 info linkStuff express@4.16.3 3280 silly linkStuff express@4.16.3 has M:\moe\node_modules as its parent node_modules 3281 verbose linkBins express@4.16.3 3282 verbose linkMans express@4.16.3 3283 silly build JSONStream@1.3.2 3284 info linkStuff JSONStream@1.3.2 3285 silly linkStuff JSONStream@1.3.2 has M:\moe\node_modules as its parent node_modules 3286 verbose linkBins JSONStream@1.3.2 3287 verbose linkBins [ { JSONStream: './bin.js' }, 3287 verbose linkBins 'M:\\moe\\node_modules\\.bin', 3287 verbose linkBins false ] 3288 verbose linkMans JSONStream@1.3.2 3289 silly linkBins Converting line endings of hashbang file: M:\moe\node_modules\JSONStream\bin.js 3290 silly build lodash@4.17.5 3291 info linkStuff lodash@4.17.5 3292 silly linkStuff lodash@4.17.5 has M:\moe\node_modules as its parent node_modules 3293 verbose linkBins lodash@4.17.5 3294 verbose linkMans lodash@4.17.5 3295 silly build pretty-bytes@4.0.2 3296 info linkStuff pretty-bytes@4.0.2 3297 silly linkStuff pretty-bytes@4.0.2 has M:\moe\node_modules as its parent node_modules 3298 verbose linkBins pretty-bytes@4.0.2 3299 verbose linkMans pretty-bytes@4.0.2 3300 silly build serve-favicon@2.4.5 3301 info linkStuff serve-favicon@2.4.5 3302 silly linkStuff serve-favicon@2.4.5 has M:\moe\node_modules as its parent node_modules 3303 verbose linkBins serve-favicon@2.4.5 3304 verbose linkMans serve-favicon@2.4.5 3305 silly build v8-profiler-node8@5.7.7 3306 info linkStuff v8-profiler-node8@5.7.7 3307 silly linkStuff v8-profiler-node8@5.7.7 has M:\moe\node_modules as its parent node_modules 3308 verbose linkBins v8-profiler-node8@5.7.7 3309 verbose linkMans v8-profiler-node8@5.7.7 3310 silly build easy-monitor@2.2.1 3311 info linkStuff easy-monitor@2.2.1 3312 silly linkStuff easy-monitor@2.2.1 has M:\moe\node_modules as its parent node_modules 3313 verbose linkBins easy-monitor@2.2.1 3314 verbose linkMans easy-monitor@2.2.1 3315 silly doSerial global-link 1080 3316 silly doParallel update-linked 0 3317 silly doSerial install 1080 3318 silly install abbrev@1.1.1 3319 info lifecycle abbrev@1.1.1~install: abbrev@1.1.1 3320 silly install ansi-regex@2.1.1 3321 info lifecycle ansi-regex@2.1.1~install: ansi-regex@2.1.1 3322 silly install aproba@1.2.0 3323 info lifecycle aproba@1.2.0~install: aproba@1.2.0 3324 silly install are-we-there-yet@1.1.4 3325 info lifecycle are-we-there-yet@1.1.4~install: are-we-there-yet@1.1.4 3326 silly install array-flatten@1.1.1 3327 info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1 3328 silly install asn1@0.2.3 3329 info lifecycle asn1@0.2.3~install: asn1@0.2.3 3330 silly install assert-plus@0.2.0 3331 info lifecycle assert-plus@0.2.0~install: assert-plus@0.2.0 3332 silly install asynckit@0.4.0 3333 info lifecycle asynckit@0.4.0~install: asynckit@0.4.0 3334 silly install aws-sign2@0.6.0 3335 info lifecycle aws-sign2@0.6.0~install: aws-sign2@0.6.0 3336 silly install aws4@1.6.0 3337 info lifecycle aws4@1.6.0~install: aws4@1.6.0 3338 silly install block-stream@0.0.9 3339 info lifecycle block-stream@0.0.9~install: block-stream@0.0.9 3340 silly install debug@2.6.9 3341 info lifecycle debug@2.6.9~install: debug@2.6.9 3342 silly install bytes@3.0.0 3343 info lifecycle bytes@3.0.0~install: bytes@3.0.0 3344 silly install caseless@0.12.0 3345 info lifecycle caseless@0.12.0~install: caseless@0.12.0 3346 silly install code-point-at@1.1.0 3347 info lifecycle code-point-at@1.1.0~install: code-point-at@1.1.0 3348 silly install compressible@2.0.13 3349 info lifecycle compressible@2.0.13~install: compressible@2.0.13 3350 silly install debug@2.6.9 3351 info lifecycle debug@2.6.9~install: debug@2.6.9 3352 silly install console-control-strings@1.1.0 3353 info lifecycle console-control-strings@1.1.0~install: console-control-strings@1.1.0 3354 silly install cookie@0.3.1 3355 info lifecycle cookie@0.3.1~install: cookie@0.3.1 3356 silly install cookie-signature@1.0.6 3357 info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6 3358 silly install assert-plus@1.0.0 3359 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 3360 silly install dashdash@1.14.1 3361 info lifecycle dashdash@1.14.1~install: dashdash@1.14.1 3362 silly install deep-extend@0.4.2 3363 info lifecycle deep-extend@0.4.2~install: deep-extend@0.4.2 3364 silly install delayed-stream@1.0.0 3365 info lifecycle delayed-stream@1.0.0~install: delayed-stream@1.0.0 3366 silly install combined-stream@1.0.6 3367 info lifecycle combined-stream@1.0.6~install: combined-stream@1.0.6 3368 silly install detect-libc@1.0.3 3369 info lifecycle detect-libc@1.0.3~install: detect-libc@1.0.3 3370 silly install encodeurl@1.0.2 3371 info lifecycle encodeurl@1.0.2~install: encodeurl@1.0.2 3372 silly install etag@1.8.1 3373 info lifecycle etag@1.8.1~install: etag@1.8.1 3374 silly install debug@2.6.9 3375 info lifecycle debug@2.6.9~install: debug@2.6.9 3376 silly install setprototypeof@1.1.0 3377 info lifecycle setprototypeof@1.1.0~install: setprototypeof@1.1.0 3378 silly install extend@3.0.1 3379 info lifecycle extend@3.0.1~install: extend@3.0.1 3380 silly install extsprintf@1.3.0 3381 info lifecycle extsprintf@1.3.0~install: extsprintf@1.3.0 3382 silly install debug@2.6.9 3383 info lifecycle debug@2.6.9~install: debug@2.6.9 3384 silly install forever-agent@0.6.1 3385 info lifecycle forever-agent@0.6.1~install: forever-agent@0.6.1 3386 silly install form-data@2.1.4 3387 info lifecycle form-data@2.1.4~install: form-data@2.1.4 3388 silly install forwarded@0.1.2 3389 info lifecycle forwarded@0.1.2~install: forwarded@0.1.2 3390 silly install assert-plus@1.0.0 3391 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 3392 silly install getpass@0.1.7 3393 info lifecycle getpass@0.1.7~install: getpass@0.1.7 3394 silly install graceful-fs@4.1.11 3395 info lifecycle graceful-fs@4.1.11~install: graceful-fs@4.1.11 3396 silly install har-schema@1.0.5 3397 info lifecycle har-schema@1.0.5~install: har-schema@1.0.5 3398 silly install has-unicode@2.0.1 3399 info lifecycle has-unicode@2.0.1~install: has-unicode@2.0.1 3400 silly install hoek@2.16.3 3401 info lifecycle hoek@2.16.3~install: hoek@2.16.3 3402 silly install boom@2.10.1 3403 info lifecycle boom@2.10.1~install: boom@2.10.1 3404 silly install cryptiles@2.0.5 3405 info lifecycle cryptiles@2.0.5~install: cryptiles@2.0.5 3406 silly install iconv-lite@0.4.19 3407 info lifecycle iconv-lite@0.4.19~install: iconv-lite@0.4.19 3408 silly install ini@1.3.5 3409 info lifecycle ini@1.3.5~install: ini@1.3.5 3410 silly install ipaddr.js@1.6.0 3411 info lifecycle ipaddr.js@1.6.0~install: ipaddr.js@1.6.0 3412 silly install is-typedarray@1.0.0 3413 info lifecycle is-typedarray@1.0.0~install: is-typedarray@1.0.0 3414 silly install isstream@0.1.2 3415 info lifecycle isstream@0.1.2~install: isstream@0.1.2 3416 silly install jsbn@0.1.1 3417 info lifecycle jsbn@0.1.1~install: jsbn@0.1.1 3418 silly install ecc-jsbn@0.1.1 3419 info lifecycle ecc-jsbn@0.1.1~install: ecc-jsbn@0.1.1 3420 silly install json-schema@0.2.3 3421 info lifecycle json-schema@0.2.3~install: json-schema@0.2.3 3422 silly install json-stringify-safe@5.0.1 3423 info lifecycle json-stringify-safe@5.0.1~install: json-stringify-safe@5.0.1 3424 silly install jsonify@0.0.0 3425 info lifecycle jsonify@0.0.0~install: jsonify@0.0.0 3426 silly install json-stable-stringify@1.0.1 3427 info lifecycle json-stable-stringify@1.0.1~install: json-stable-stringify@1.0.1 3428 silly install ajv@4.11.8 3429 info lifecycle ajv@4.11.8~install: ajv@4.11.8 3430 silly install har-validator@4.2.1 3431 info lifecycle har-validator@4.2.1~install: har-validator@4.2.1 3432 silly install jsonparse@1.3.1 3433 info lifecycle jsonparse@1.3.1~install: jsonparse@1.3.1 3434 silly install assert-plus@1.0.0 3435 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 3436 silly install merge-descriptors@1.0.1 3437 info lifecycle merge-descriptors@1.0.1~install: merge-descriptors@1.0.1 3438 silly install methods@1.1.2 3439 info lifecycle methods@1.1.2~install: methods@1.1.2 3440 silly install mime@1.4.1 3441 info lifecycle mime@1.4.1~install: mime@1.4.1 3442 silly install minimist@0.0.8 3443 info lifecycle minimist@0.0.8~install: minimist@0.0.8 3444 silly install mkdirp@0.5.1 3445 info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1 3446 silly install nan@2.9.2 3447 info lifecycle nan@2.9.2~install: nan@2.9.2 3448 silly install number-is-nan@1.0.1 3449 info lifecycle number-is-nan@1.0.1~install: number-is-nan@1.0.1 3450 silly install is-fullwidth-code-point@1.0.0 3451 info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0 3452 silly install oauth-sign@0.8.2 3453 info lifecycle oauth-sign@0.8.2~install: oauth-sign@0.8.2 3454 silly install object-assign@4.1.1 3455 info lifecycle object-assign@4.1.1~install: object-assign@4.1.1 3456 silly install on-headers@1.0.1 3457 info lifecycle on-headers@1.0.1~install: on-headers@1.0.1 3458 silly install os-homedir@1.0.2 3459 info lifecycle os-homedir@1.0.2~install: os-homedir@1.0.2 3460 silly install os-tmpdir@1.0.2 3461 info lifecycle os-tmpdir@1.0.2~install: os-tmpdir@1.0.2 3462 silly install osenv@0.1.5 3463 info lifecycle osenv@0.1.5~install: osenv@0.1.5 3464 silly install nopt@4.0.1 3465 info lifecycle nopt@4.0.1~install: nopt@4.0.1 3466 silly install path-to-regexp@0.1.7 3467 info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7 3468 silly install performance-now@0.2.0 3469 info lifecycle performance-now@0.2.0~install: performance-now@0.2.0 3470 silly install proxy-addr@2.0.3 3471 info lifecycle proxy-addr@2.0.3~install: proxy-addr@2.0.3 3472 silly install punycode@1.4.1 3473 info lifecycle punycode@1.4.1~install: punycode@1.4.1 3474 silly install qs@6.5.1 3475 info lifecycle qs@6.5.1~install: qs@6.5.1 3476 silly install range-parser@1.2.0 3477 info lifecycle range-parser@1.2.0~install: range-parser@1.2.0 3478 silly install minimist@1.2.0 3479 info lifecycle minimist@1.2.0~install: minimist@1.2.0 3480 silly install qs@6.4.0 3481 info lifecycle qs@6.4.0~install: qs@6.4.0 3482 silly install rimraf@2.6.2 3483 info lifecycle rimraf@2.6.2~install: rimraf@2.6.2 3484 silly install fstream@1.0.11 3485 info lifecycle fstream@1.0.11~install: fstream@1.0.11 3486 silly install fstream-ignore@1.0.5 3487 info lifecycle fstream-ignore@1.0.5~install: fstream-ignore@1.0.5 3488 silly install semver@5.5.0 3489 info lifecycle semver@5.5.0~install: semver@5.5.0 3490 silly install debug@2.6.9 3491 info lifecycle debug@2.6.9~install: debug@2.6.9 3492 silly install send@0.16.2 3493 info lifecycle send@0.16.2~install: send@0.16.2 3494 silly install serve-static@1.13.2 3495 info lifecycle serve-static@1.13.2~install: serve-static@1.13.2 3496 silly install set-blocking@2.0.0 3497 info lifecycle set-blocking@2.0.0~install: set-blocking@2.0.0 3498 silly install signal-exit@3.0.2 3499 info lifecycle signal-exit@3.0.2~install: signal-exit@3.0.2 3500 silly install sntp@1.0.9 3501 info lifecycle sntp@1.0.9~install: sntp@1.0.9 3502 silly install hawk@3.1.3 3503 info lifecycle hawk@3.1.3~install: hawk@3.1.3 3504 silly install assert-plus@1.0.0 3505 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 3506 silly install stringstream@0.0.5 3507 info lifecycle stringstream@0.0.5~install: stringstream@0.0.5 3508 silly install strip-ansi@3.0.1 3509 info lifecycle strip-ansi@3.0.1~install: strip-ansi@3.0.1 3510 silly install string-width@1.0.2 3511 info lifecycle string-width@1.0.2~install: string-width@1.0.2 3512 silly install strip-json-comments@2.0.1 3513 info lifecycle strip-json-comments@2.0.1~install: strip-json-comments@2.0.1 3514 silly install rc@1.2.6 3515 info lifecycle rc@1.2.6~install: rc@1.2.6 3516 silly install tar@2.2.1 3517 info lifecycle tar@2.2.1~install: tar@2.2.1 3518 silly install debug@2.6.9 3519 info lifecycle debug@2.6.9~install: debug@2.6.9 3520 silly install through@2.3.8 3521 info lifecycle through@2.3.8~install: through@2.3.8 3522 silly install tough-cookie@2.3.4 3523 info lifecycle tough-cookie@2.3.4~install: tough-cookie@2.3.4 3524 silly install tunnel-agent@0.6.0 3525 info lifecycle tunnel-agent@0.6.0~install: tunnel-agent@0.6.0 3526 silly install tweetnacl@0.14.5 3527 info lifecycle tweetnacl@0.14.5~install: tweetnacl@0.14.5 3528 silly install bcrypt-pbkdf@1.0.1 3529 info lifecycle bcrypt-pbkdf@1.0.1~install: bcrypt-pbkdf@1.0.1 3530 silly install sshpk@1.14.1 3531 info lifecycle sshpk@1.14.1~install: sshpk@1.14.1 3532 silly install uid-number@0.0.6 3533 info lifecycle uid-number@0.0.6~install: uid-number@0.0.6 3534 silly install tar-pack@3.4.1 3535 info lifecycle tar-pack@3.4.1~install: tar-pack@3.4.1 3536 silly install unpipe@1.0.0 3537 info lifecycle unpipe@1.0.0~install: unpipe@1.0.0 3538 silly install finalhandler@1.1.1 3539 info lifecycle finalhandler@1.1.1~install: finalhandler@1.1.1 3540 silly install raw-body@2.3.2 3541 info lifecycle raw-body@2.3.2~install: raw-body@2.3.2 3542 silly install body-parser@1.18.2 3543 info lifecycle body-parser@1.18.2~install: body-parser@1.18.2 3544 silly install utils-merge@1.0.1 3545 info lifecycle utils-merge@1.0.1~install: utils-merge@1.0.1 3546 silly install uuid@3.2.1 3547 info lifecycle uuid@3.2.1~install: uuid@3.2.1 3548 silly install assert-plus@1.0.0 3549 info lifecycle assert-plus@1.0.0~install: assert-plus@1.0.0 3550 silly install verror@1.10.0 3551 info lifecycle verror@1.10.0~install: verror@1.10.0 3552 silly install jsprim@1.4.1 3553 info lifecycle jsprim@1.4.1~install: jsprim@1.4.1 3554 silly install http-signature@1.1.1 3555 info lifecycle http-signature@1.1.1~install: http-signature@1.1.1 3556 silly install request@2.81.0 3557 info lifecycle request@2.81.0~install: request@2.81.0 3558 silly install wide-align@1.1.2 3559 info lifecycle wide-align@1.1.2~install: wide-align@1.1.2 3560 silly install gauge@2.7.4 3561 info lifecycle gauge@2.7.4~install: gauge@2.7.4 3562 silly install npmlog@4.1.2 3563 info lifecycle npmlog@4.1.2~install: npmlog@4.1.2 3564 silly install node-pre-gyp@0.6.39 3565 info lifecycle node-pre-gyp@0.6.39~install: node-pre-gyp@0.6.39 3566 silly install basic-auth@1.1.0 3567 info lifecycle basic-auth@1.1.0~install: basic-auth@1.1.0 3568 silly install colors@1.2.1 3569 info lifecycle colors@1.2.1~install: colors@1.2.1 3570 silly install compression@1.7.2 3571 info lifecycle compression@1.7.2~install: compression@1.7.2 3572 silly install ejs@2.5.7 3573 info lifecycle ejs@2.5.7~install: ejs@2.5.7 3574 silly install express@4.16.3 3575 info lifecycle express@4.16.3~install: express@4.16.3 3576 silly install JSONStream@1.3.2 3577 info lifecycle JSONStream@1.3.2~install: JSONStream@1.3.2 3578 silly install lodash@4.17.5 3579 info lifecycle lodash@4.17.5~install: lodash@4.17.5 3580 silly install pretty-bytes@4.0.2 3581 info lifecycle pretty-bytes@4.0.2~install: pretty-bytes@4.0.2 3582 silly install serve-favicon@2.4.5 3583 info lifecycle serve-favicon@2.4.5~install: serve-favicon@2.4.5 3584 silly install v8-profiler-node8@5.7.7 3585 info lifecycle v8-profiler-node8@5.7.7~install: v8-profiler-node8@5.7.7 3586 verbose lifecycle v8-profiler-node8@5.7.7~install: unsafe-perm in lifecycle true 3587 verbose lifecycle v8-profiler-node8@5.7.7~install: PATH: C:\Users\XRKJ\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;M:\moe\node_modules\v8-profiler-node8\node_modules\.bin;M:\moe\node_modules\.bin;C:\Program Files\Oculus\Support\oculus-runtime;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Users\XRKJ\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Go\bin;E:\Software\php7;C:\ProgramData\ComposerSetup\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\Microsoft Network Monitor 3\;C:\Program Files\dotnet\;C:\Program Files (x86)\GtkSharp\2.12\bin;D:\JTM\jdk\bin;D:\JTM\jdk\jre\bin;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\XRKJ\AppData\Roaming\Composer\vendor\bin;C:\Users\XRKJ\AppData\Local\Microsoft\WindowsApps;C:\Users\XRKJ\AppData\Local\atom\bin;C:\Users\XRKJ\AppData\Local\Microsoft\WindowsApps;C:\Users\XRKJ\AppData\Roaming\npm 3588 verbose lifecycle v8-profiler-node8@5.7.7~install: CWD: M:\moe\node_modules\v8-profiler-node8 3589 silly lifecycle v8-profiler-node8@5.7.7~install: Args: [ '/d /s /c', 'node-pre-gyp install --fallback-to-build' ] 3590 silly lifecycle v8-profiler-node8@5.7.7~install: Returned: code: 1 signal: null 3591 info lifecycle v8-profiler-node8@5.7.7~install: Failed to exec install script 3592 verbose unlock done using C:\Users\XRKJ\AppData\Roaming\npm-cache\_locks\staging-e82078a67870adae.lock for M:\moe\node_modules\.staging 3593 silly saveTree moe@1.0.0 3593 silly saveTree +-- clone@2.1.1 3593 silly saveTree +-- easy-monitor@2.2.1 3593 silly saveTree | +-- basic-auth@1.1.0 3593 silly saveTree | +-- body-parser@1.18.2 3593 silly saveTree | | +-- bytes@3.0.0 3593 silly saveTree | | +-- content-type@1.0.4 3593 silly saveTree | | +-- debug@2.6.9 3593 silly saveTree | | |
-- ms@2.0.0 3593 silly saveTree | | +-- depd@1.1.2 3593 silly saveTree | | +-- http-errors@1.6.2 3593 silly saveTree | | | +-- depd@1.1.1 3593 silly saveTree | | | +-- inherits@2.0.3 3593 silly saveTree | | | +-- setprototypeof@1.0.3 3593 silly saveTree | | |-- statuses@1.4.0 3593 silly saveTree | | +-- iconv-lite@0.4.19 3593 silly saveTree | | +-- on-finished@2.3.0 3593 silly saveTree | | |
-- ee-first@1.1.1 3593 silly saveTree | | +-- qs@6.5.1 3593 silly saveTree | | +-- raw-body@2.3.2 3593 silly saveTree | | |-- unpipe@1.0.0 3593 silly saveTree | |
-- type-is@1.6.16 3593 silly saveTree | | +-- media-typer@0.3.0 3593 silly saveTree | |-- mime-types@2.1.18 3593 silly saveTree | |
-- mime-db@1.33.0 3593 silly saveTree | +-- co@4.6.0 3593 silly saveTree | +-- colors@1.2.1 3593 silly saveTree | +-- compression@1.7.2 3593 silly saveTree | | +-- accepts@1.3.5 3593 silly saveTree | | |-- negotiator@0.6.1 3593 silly saveTree | | +-- compressible@2.0.13 3593 silly saveTree | | +-- debug@2.6.9 3593 silly saveTree | | +-- on-headers@1.0.1 3593 silly saveTree | | +-- safe-buffer@5.1.1 3593 silly saveTree | |
-- vary@1.1.2 3593 silly saveTree | +-- ejs@2.5.7 3593 silly saveTree | +-- express@4.16.3 3593 silly saveTree | | +-- array-flatten@1.1.1 3593 silly saveTree | | +-- content-disposition@0.5.2 3593 silly saveTree | | +-- cookie-signature@1.0.6 3593 silly saveTree | | +-- cookie@0.3.1 3593 silly saveTree | | +-- debug@2.6.9 3593 silly saveTree | | +-- encodeurl@1.0.2 3593 silly saveTree | | +-- escape-html@1.0.3 3593 silly saveTree | | +-- etag@1.8.1 3593 silly saveTree | | +-- finalhandler@1.1.1 3593 silly saveTree | | | +-- debug@2.6.9 3593 silly saveTree | | |-- parseurl@1.3.2 3593 silly saveTree | | +-- fresh@0.5.2 3593 silly saveTree | | +-- merge-descriptors@1.0.1 3593 silly saveTree | | +-- methods@1.1.2 3593 silly saveTree | | +-- parseurl@1.3.2 3593 silly saveTree | | +-- path-to-regexp@0.1.7 3593 silly saveTree | | +-- proxy-addr@2.0.3 3593 silly saveTree | | | +-- forwarded@0.1.2 3593 silly saveTree | | |
-- ipaddr.js@1.6.0 3593 silly saveTree | | +-- range-parser@1.2.0 3593 silly saveTree | | +-- send@0.16.2 3593 silly saveTree | | | +-- debug@2.6.9 3593 silly saveTree | | | +-- destroy@1.0.4 3593 silly saveTree | | |-- mime@1.4.1 3593 silly saveTree | | +-- serve-static@1.13.2 3593 silly saveTree | | +-- setprototypeof@1.1.0 3593 silly saveTree | |
-- utils-merge@1.0.1 3593 silly saveTree | +-- glob@7.1.2 3593 silly saveTree | | +-- fs.realpath@1.0.0 3593 silly saveTree | | +-- inflight@1.0.6 3593 silly saveTree | | | +-- once@1.4.0 3593 silly saveTree | | | |-- wrappy@1.0.2 3593 silly saveTree | | |
-- wrappy@1.0.2 3593 silly saveTree | | +-- minimatch@3.0.4 3593 silly saveTree | | |-- brace-expansion@1.1.11 3593 silly saveTree | | | +-- balanced-match@1.0.0 3593 silly saveTree | | |
-- concat-map@0.0.1 3593 silly saveTree | | +-- once@1.4.0 3593 silly saveTree | |-- path-is-absolute@1.0.1 3593 silly saveTree | +-- JSONStream@1.3.2 3593 silly saveTree | | +-- jsonparse@1.3.1 3593 silly saveTree | |
-- through@2.3.8 3593 silly saveTree | +-- lodash@4.17.5 3593 silly saveTree | +-- pretty-bytes@4.0.2 3593 silly saveTree | +-- serve-favicon@2.4.5 3593 silly saveTree |-- v8-profiler-node8@5.7.7 3593 silly saveTree | +-- nan@2.9.2 3593 silly saveTree |
-- node-pre-gyp@0.6.39 3593 silly saveTree | +-- detect-libc@1.0.3 3593 silly saveTree | +-- hawk@3.1.3 3593 silly saveTree | | +-- boom@2.10.1 3593 silly saveTree | | |-- hoek@2.16.3 3593 silly saveTree | | +-- cryptiles@2.0.5 3593 silly saveTree | | +-- hoek@2.16.3 3593 silly saveTree | |
-- sntp@1.0.9 3593 silly saveTree | +-- mkdirp@0.5.1 3593 silly saveTree | |-- minimist@0.0.8 3593 silly saveTree | +-- nopt@4.0.1 3593 silly saveTree | | +-- abbrev@1.1.1 3593 silly saveTree | |
-- osenv@0.1.5 3593 silly saveTree | | +-- os-homedir@1.0.2 3593 silly saveTree | |-- os-tmpdir@1.0.2 3593 silly saveTree | +-- npmlog@4.1.2 3593 silly saveTree | | +-- are-we-there-yet@1.1.4 3593 silly saveTree | | | +-- delegates@1.0.0 3593 silly saveTree | | |
-- readable-stream@2.3.3 3593 silly saveTree | | | +-- core-util-is@1.0.2 3593 silly saveTree | | | +-- isarray@1.0.0 3593 silly saveTree | | | +-- process-nextick-args@1.0.7 3593 silly saveTree | | | +-- string_decoder@1.0.3 3593 silly saveTree | | |-- util-deprecate@1.0.2 3593 silly saveTree | | +-- console-control-strings@1.1.0 3593 silly saveTree | | +-- gauge@2.7.4 3593 silly saveTree | | | +-- aproba@1.2.0 3593 silly saveTree | | | +-- has-unicode@2.0.1 3593 silly saveTree | | | +-- object-assign@4.1.1 3593 silly saveTree | | | +-- signal-exit@3.0.2 3593 silly saveTree | | | +-- string-width@1.0.2 3593 silly saveTree | | | | +-- code-point-at@1.1.0 3593 silly saveTree | | | | +-- is-fullwidth-code-point@1.0.0 3593 silly saveTree | | | | |
-- number-is-nan@1.0.1 3593 silly saveTree | | | |-- strip-ansi@3.0.1 3593 silly saveTree | | | |
-- ansi-regex@2.1.1 3593 silly saveTree | | | +-- strip-ansi@3.0.1 3593 silly saveTree | | |-- wide-align@1.1.2 3593 silly saveTree | |
-- set-blocking@2.0.0 3593 silly saveTree | +-- rc@1.2.6 3593 silly saveTree | | +-- deep-extend@0.4.2 3593 silly saveTree | | +-- ini@1.3.5 3593 silly saveTree | | +-- minimist@1.2.0 3593 silly saveTree | |-- strip-json-comments@2.0.1 3593 silly saveTree | +-- request@2.81.0 3593 silly saveTree | | +-- aws-sign2@0.6.0 3593 silly saveTree | | +-- aws4@1.6.0 3593 silly saveTree | | +-- caseless@0.12.0 3593 silly saveTree | | +-- combined-stream@1.0.6 3593 silly saveTree | | |
-- delayed-stream@1.0.0 3593 silly saveTree | | +-- extend@3.0.1 3593 silly saveTree | | +-- forever-agent@0.6.1 3593 silly saveTree | | +-- form-data@2.1.4 3593 silly saveTree | | |-- asynckit@0.4.0 3593 silly saveTree | | +-- har-validator@4.2.1 3593 silly saveTree | | | +-- ajv@4.11.8 3593 silly saveTree | | | |
-- json-stable-stringify@1.0.1 3593 silly saveTree | | | |-- jsonify@0.0.0 3593 silly saveTree | | |
-- har-schema@1.0.5 3593 silly saveTree | | +-- http-signature@1.1.1 3593 silly saveTree | | | +-- assert-plus@0.2.0 3593 silly saveTree | | | +-- jsprim@1.4.1 3593 silly saveTree | | | | +-- assert-plus@1.0.0 3593 silly saveTree | | | | +-- extsprintf@1.3.0 3593 silly saveTree | | | | +-- json-schema@0.2.3 3593 silly saveTree | | | |-- verror@1.10.0 3593 silly saveTree | | | |
-- assert-plus@1.0.0 3593 silly saveTree | | |-- sshpk@1.14.1 3593 silly saveTree | | | +-- asn1@0.2.3 3593 silly saveTree | | | +-- assert-plus@1.0.0 3593 silly saveTree | | | +-- bcrypt-pbkdf@1.0.1 3593 silly saveTree | | | |
-- tweetnacl@0.14.5 3593 silly saveTree | | | +-- dashdash@1.14.1 3593 silly saveTree | | | |-- assert-plus@1.0.0 3593 silly saveTree | | | +-- ecc-jsbn@0.1.1 3593 silly saveTree | | | |
-- jsbn@0.1.1 3593 silly saveTree | | | +-- getpass@0.1.7 3593 silly saveTree | | | |-- assert-plus@1.0.0 3593 silly saveTree | | | +-- jsbn@0.1.1 3593 silly saveTree | | |
-- tweetnacl@0.14.5 3593 silly saveTree | | +-- is-typedarray@1.0.0 3593 silly saveTree | | +-- isstream@0.1.2 3593 silly saveTree | | +-- json-stringify-safe@5.0.1 3593 silly saveTree | | +-- oauth-sign@0.8.2 3593 silly saveTree | | +-- performance-now@0.2.0 3593 silly saveTree | | +-- qs@6.4.0 3593 silly saveTree | | +-- stringstream@0.0.5 3593 silly saveTree | | +-- tough-cookie@2.3.4 3593 silly saveTree | | |-- punycode@1.4.1 3593 silly saveTree | | +-- tunnel-agent@0.6.0 3593 silly saveTree | |
-- uuid@3.2.1 3593 silly saveTree | +-- rimraf@2.6.2 3593 silly saveTree | +-- semver@5.5.0 3593 silly saveTree | +-- tar-pack@3.4.1 3593 silly saveTree | | +-- debug@2.6.9 3593 silly saveTree | | +-- fstream-ignore@1.0.5 3593 silly saveTree | | |-- fstream@1.0.11 3593 silly saveTree | | |
-- graceful-fs@4.1.11 3593 silly saveTree | | +-- fstream@1.0.11 3593 silly saveTree | | +-- tar@2.2.1 3593 silly saveTree | | |-- block-stream@0.0.9 3593 silly saveTree | |
-- uid-number@0.0.6 3593 silly saveTree |-- tar@2.2.1 3593 silly saveTree +-- koa@2.5.0 3593 silly saveTree | +-- cookies@0.7.1 3593 silly saveTree | |
-- keygrip@1.0.2 3593 silly saveTree | +-- debug@3.1.0 3593 silly saveTree | +-- error-inject@1.0.0 3593 silly saveTree | +-- http-assert@1.3.0 3593 silly saveTree | |-- deep-equal@1.0.1 3593 silly saveTree | +-- is-generator-function@1.0.7 3593 silly saveTree | +-- koa-compose@4.0.0 3593 silly saveTree | +-- koa-convert@1.2.0 3593 silly saveTree | |
-- koa-compose@3.2.1 3593 silly saveTree | |-- any-promise@1.3.0 3593 silly saveTree | +-- koa-is-json@1.0.0 3593 silly saveTree |
-- only@0.0.2 3593 silly saveTree +-- mysql@2.15.0 3593 silly saveTree | +-- bignumber.js@4.0.4 3593 silly saveTree |-- sqlstring@2.3.0 3593 silly saveTree
-- shortid@2.2.8 3594 warn moe@1.0.0 No description 3595 warn moe@1.0.0 No repository field. 3596 verbose stack Error: v8-profiler-node8@5.7.7 install:node-pre-gyp install --fallback-to-build
3596 verbose stack Exit status 1 3596 verbose stack at EventEmitter.node-pre-gyp install --fallback-to-build
3605 error Exit status 1 3606 error Failed at the v8-profiler-node8@5.7.7 install script. 3606 error This is probably not a problem with npm. There is likely additional logging output above. 3607 verbose exit [ 1, true ] 无法安装monitor,尝试手动安装也不行 安装过程中还有两个404 node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/profiler/v5.7.0/node-v57-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for v8-profiler-node8@5.7.7 and node@8.10.0 (node-v57 ABI, unknown) (falling back to source compile with node-gyp)